From c348d39799a6873939b588059dea9b3d14377708 Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Sun, 12 Jul 2026 04:35:34 -0500 Subject: [PATCH 1/2] fix(parser): UNSUPPORTED full-set one-off: The Doctor's Childhood Barn --- crates/engine/src/analysis/ability_graph.rs | 1 + crates/engine/src/game/ability_rw.rs | 5 + crates/engine/src/game/ability_scan.rs | 1 + crates/engine/src/game/coverage.rs | 4 + .../src/game/effects/delayed_trigger.rs | 56 +++++++ crates/engine/src/game/layers.rs | 16 ++ crates/engine/src/game/planechase_tests.rs | 139 ++++++++++++++++++ crates/engine/src/game/quantity.rs | 1 + crates/engine/src/game/trigger_index.rs | 1 + crates/engine/src/game/trigger_matchers.rs | 60 ++++++++ .../src/parser/oracle_effect/conditions.rs | 4 + .../engine/src/parser/oracle_effect/lower.rs | 39 +++++ .../engine/src/parser/oracle_nom/duration.rs | 72 +++++++++ crates/engine/src/parser/oracle_tests.rs | 89 +++++++++++ crates/engine/src/parser/oracle_trigger.rs | 4 + crates/engine/src/types/ability.rs | 9 ++ crates/engine/src/types/triggers.rs | 21 +++ 17 files changed, 522 insertions(+) diff --git a/crates/engine/src/analysis/ability_graph.rs b/crates/engine/src/analysis/ability_graph.rs index a875c0af67..b7d6e2c3d6 100644 --- a/crates/engine/src/analysis/ability_graph.rs +++ b/crates/engine/src/analysis/ability_graph.rs @@ -1168,6 +1168,7 @@ fn trigger_axis(trig: &TriggerDefinition) -> Option { | TriggerMode::PlanarDice | TriggerMode::PlaneswalkedFrom | TriggerMode::PlaneswalkedTo + | TriggerMode::PlayerPlaneswalked | TriggerMode::ChaosEnsues | TriggerMode::RolledDie | TriggerMode::RolledDieOnce diff --git a/crates/engine/src/game/ability_rw.rs b/crates/engine/src/game/ability_rw.rs index 21d7b18c2d..ba0c2a8786 100644 --- a/crates/engine/src/game/ability_rw.rs +++ b/crates/engine/src/game/ability_rw.rs @@ -1975,6 +1975,7 @@ fn legacy_static_condition(x: &StaticCondition) -> bool { | StaticCondition::ControlsCommander { .. } | StaticCondition::SourceControllerEquals { .. } | StaticCondition::EnchantedIsFaceDown + | StaticCondition::SourceIsFaceUp | StaticCondition::AdditionalCostPaid | StaticCondition::CastingAsVariant { .. } | StaticCondition::None => false, @@ -6047,6 +6048,10 @@ fn rw_static_condition(x: &StaticCondition) -> RwProfile { | StaticCondition::SourceAttachedToCreature | StaticCondition::SourceIsPaired | StaticCondition::SourceInZone { .. } + // CR 311.2: the source plane's face-up status is a source-object status + // read (command-zone membership), grouped with the other frozen source + // status flags (saddled/monstrous/…). + | StaticCondition::SourceIsFaceUp | StaticCondition::WasStartingPlayer { .. } => frozen_source_read(), StaticCondition::RecipientHasCounters { .. } | StaticCondition::RecipientMatchesFilter { .. } diff --git a/crates/engine/src/game/ability_scan.rs b/crates/engine/src/game/ability_scan.rs index 67e973ce85..c7c9fc767e 100644 --- a/crates/engine/src/game/ability_scan.rs +++ b/crates/engine/src/game/ability_scan.rs @@ -3024,6 +3024,7 @@ fn scan_static_condition(x: &StaticCondition) -> Axes { StaticCondition::SourceIsPaired => Axes::NONE, StaticCondition::SourceInZone { zone: _ } => Axes::NONE, StaticCondition::EnchantedIsFaceDown => Axes::NONE, + StaticCondition::SourceIsFaceUp => Axes::NONE, StaticCondition::AdditionalCostPaid => Axes::NONE, StaticCondition::CastingAsVariant { variant: _ } => Axes::NONE, StaticCondition::None => Axes::NONE, diff --git a/crates/engine/src/game/coverage.rs b/crates/engine/src/game/coverage.rs index eeb308b335..ac17bb54c3 100644 --- a/crates/engine/src/game/coverage.rs +++ b/crates/engine/src/game/coverage.rs @@ -4038,6 +4038,7 @@ fn fmt_static_condition(cond: &StaticCondition) -> String { SC::SourceIsPaired => "source is paired".into(), SC::SourceInZone { zone } => format!("source is in {}", fmt_zone(zone)), SC::EnchantedIsFaceDown => "enchanted creature is face-down".into(), + SC::SourceIsFaceUp => "source plane is face up".into(), SC::AdditionalCostPaid => "additional cost was paid".into(), SC::CastingAsVariant { variant } => format!("casting as {variant:?}"), SC::None => "none".into(), @@ -7448,6 +7449,9 @@ fn static_condition_feature(cond: &StaticCondition) -> (&'static str, FeatureSup // object's zone against the specified zone. Runtime-handled. StaticCondition::SourceInZone { .. } => ("SourceInZone", Handled), StaticCondition::EnchantedIsFaceDown => ("EnchantedIsFaceDown", Handled), + // CR 311.2 / CR 901.7: evaluated by `layers::evaluate_condition` against + // the command-zone active plane. Runtime-handled. + StaticCondition::SourceIsFaceUp => ("SourceIsFaceUp", Handled), StaticCondition::AdditionalCostPaid => ("AdditionalCostPaid", Handled), StaticCondition::CastingAsVariant { .. } => ("CastingAsVariant", Handled), } diff --git a/crates/engine/src/game/effects/delayed_trigger.rs b/crates/engine/src/game/effects/delayed_trigger.rs index a8f0027077..4b916c2380 100644 --- a/crates/engine/src/game/effects/delayed_trigger.rs +++ b/crates/engine/src/game/effects/delayed_trigger.rs @@ -852,6 +852,62 @@ mod tests { ); } + /// CR 603.7c + CR 608.2c: the `parent_target_snapshot` path freezes a + /// MULTI-target parent selection into the delayed ability at creation, exactly + /// as it does for The Pandorica's single target. This is the building-block + /// proof that The Doctor's Childhood Barn's per-opponent "choose up to one + /// target nonland permanent that opponent controls … those permanents phase + /// in" delayed trigger captures every chosen permanent (not just the first). + /// The intervening player ref is harmlessly carried and later filtered out by + /// `collect_phase_in_targets` at fire time. + #[test] + fn parent_target_snapshot_freezes_all_multi_targets_for_delayed_phase_in() { + let mut state = GameState::new_two_player(42); + let obj_a = ObjectId(10); + let obj_b = ObjectId(11); + + let inner = AbilityDefinition::new( + AbilityKind::Spell, + Effect::PhaseIn { + target: TargetFilter::ParentTarget, + }, + ); + let ability = ResolvedAbility::new( + Effect::CreateDelayedTrigger { + condition: DelayedTriggerCondition::WhenNextEvent { + trigger: Box::new(TriggerDefinition::new(TriggerMode::PlayerPlaneswalked)), + or_trigger: None, + lifetime: crate::types::ability::DelayedTriggerLifetime::Persistent, + }, + effect: Box::new(inner), + uses_tracked_set: false, + }, + vec![ + TargetRef::Object(obj_a), + TargetRef::Player(PlayerId(1)), + TargetRef::Object(obj_b), + ], + ObjectId(5), + PlayerId(0), + ); + + let mut events = Vec::new(); + resolve(&mut state, &ability, &mut events).unwrap(); + + assert_eq!(state.delayed_triggers.len(), 1); + let snapshot = &state.delayed_triggers[0].ability.targets; + assert!( + snapshot.contains(&TargetRef::Object(obj_a)), + "first chosen permanent must be snapshotted, got {snapshot:?}" + ); + assert!( + snapshot.contains(&TargetRef::Object(obj_b)), + "second chosen permanent must ALSO be snapshotted (multi-target), got {snapshot:?}" + ); + // Persistent lifetime survives across turns until the planeswalk fires. + assert!(state.delayed_triggers[0].one_shot); + } + #[test] fn parent_target_snapshots_triggering_zone_change_object() { let mut state = GameState::new_two_player(42); diff --git a/crates/engine/src/game/layers.rs b/crates/engine/src/game/layers.rs index d0abca104a..b1dec7f6ea 100644 --- a/crates/engine/src/game/layers.rs +++ b/crates/engine/src/game/layers.rs @@ -884,6 +884,10 @@ fn static_condition_uses_object_population(condition: &StaticCondition) -> bool | StaticCondition::SourceIsPaired | StaticCondition::SourceInZone { .. } | StaticCondition::EnchantedIsFaceDown + // CR 311.2: plane face-up status is command-zone state, never + // battlefield-population-dependent and unperturbed by a battlefield + // entry — `false` exactly like `SourceIsTapped`. + | StaticCondition::SourceIsFaceUp | StaticCondition::AdditionalCostPaid | StaticCondition::CastingAsVariant { .. } | StaticCondition::None => false, @@ -1013,6 +1017,10 @@ fn entered_object_perturbs_static_condition( | StaticCondition::SourceIsPaired | StaticCondition::SourceInZone { .. } | StaticCondition::EnchantedIsFaceDown + // CR 311.2: plane face-up status is command-zone state, never + // battlefield-population-dependent and unperturbed by a battlefield + // entry — `false` exactly like `SourceIsTapped`. + | StaticCondition::SourceIsFaceUp | StaticCondition::AdditionalCostPaid | StaticCondition::CastingAsVariant { .. } | StaticCondition::None => false, @@ -1231,6 +1239,14 @@ fn evaluate_condition_with_context( // Callous Oppressor dying while tapped) fails this predicate and any // `ForAsLongAs { SourceIsTapped }` continuous effect (gain-control, etc.) ends. StaticCondition::SourceIsTapped => eval_source_is_tapped_on_battlefield(state, source_id), + // CR 311.2 / CR 901.7 / CR 701.31b: the source plane/phenomenon is face up + // iff it is the active plane in the command zone. Planeswalking away turns + // it face down and removes it from the command zone (CR 701.31b), so this + // flips false and any `ForAsLongAs { SourceIsFaceUp }` continuous effect + // (the Barn's "can't phase in ... face up" lock) ends. + StaticCondition::SourceIsFaceUp => { + crate::game::planechase::active_plane(state) == Some(source_id) + } // CR 110.5b + CR 110.5d: scope-parameterized tap check (the non-source // sibling of `SourceIsTapped`). Resolve the scope to a concrete object, // then reuse the same zone-guarded battlefield tap predicate. The parser diff --git a/crates/engine/src/game/planechase_tests.rs b/crates/engine/src/game/planechase_tests.rs index 784e8bc44b..cc7fef047c 100644 --- a/crates/engine/src/game/planechase_tests.rs +++ b/crates/engine/src/game/planechase_tests.rs @@ -243,6 +243,145 @@ fn planeswalk_rotates_deck_and_command_zone() { ); } +/// CR 311.2 / CR 901.7 / CR 701.31b: `StaticCondition::SourceIsFaceUp` is true +/// for the active (face-up) plane and flips false the instant that plane is +/// planeswalked away and turned face down. This is the enabling condition for The +/// Doctor's Childhood Barn's "can't phase in for as long as ~ remains face up" +/// lock — proving the lock lapses on planeswalk (so the delayed phase-in can +/// succeed) and is not permanently stuck (the prior `Unrecognized`-is-always-true +/// bug). +#[test] +fn source_is_face_up_flips_false_on_planeswalk_away() { + use crate::game::layers::evaluate_condition_for_test; + use crate::types::ability::StaticCondition; + + let mut state = GameState::new_two_player(7); + let p0 = PlayerId(0); + let plane_a = synthesized_planar_face(CoreType::Plane, vec![], vec![]); + let plane_b = synthesized_planar_face(CoreType::Plane, vec![], vec![]); + let (barn_id, deck_ids) = + setup_planechase(&mut state, p0, ("Barn", &plane_a), &[("Plane B", &plane_b)]); + + // While face up in the command zone, the Barn's SourceIsFaceUp is true and + // the incoming plane's is false. + assert!( + evaluate_condition_for_test(&state, &StaticCondition::SourceIsFaceUp, p0, barn_id), + "Barn is the active face-up plane" + ); + assert!( + !evaluate_condition_for_test(&state, &StaticCondition::SourceIsFaceUp, p0, deck_ids[0]), + "a face-down plane in the planar deck is not face up" + ); + + // Planeswalk away: the Barn is turned face down and leaves the command zone. + let mut events = Vec::new(); + planeswalk(&mut state, p0, &mut events); + + assert!( + !evaluate_condition_for_test(&state, &StaticCondition::SourceIsFaceUp, p0, barn_id), + "Barn's SourceIsFaceUp must flip false after planeswalking away — the lock lapses" + ); + assert!( + evaluate_condition_for_test(&state, &StaticCondition::SourceIsFaceUp, p0, deck_ids[0]), + "the newly promoted plane is now the active face-up plane" + ); +} + +/// CR 603.7a/b + CR 701.31 + CR 901.11: end-to-end firing proof for The Doctor's +/// Childhood Barn's delayed phase-in. A `WhenNextEvent { PlayerPlaneswalked }` +/// delayed trigger (created via the real `delayed_trigger::resolve` snapshot +/// path, mirroring the parsed AST) must (a) NOT fire on a non-planeswalk event +/// and (b) fire and be consumed on a `Planeswalked` event — routing through the +/// shared `delayed_trigger_event_with_index` → `trigger_matcher(PlayerPlaneswalked)` +/// registry path and putting its `PhaseIn` ability on the stack. +#[test] +fn delayed_phase_in_fires_only_on_planeswalk() { + use crate::game::game_object::{PhaseOutCause, PhaseStatus}; + use crate::types::ability::{ + AbilityDefinition, AbilityKind, DelayedTriggerCondition, Effect, ResolvedAbility, + TargetFilter, TargetRef, + }; + use crate::types::ability::{DelayedTriggerLifetime, TriggerDefinition}; + + let mut state = GameState::new_two_player(7); + let p0 = PlayerId(0); + let plane_a = synthesized_planar_face(CoreType::Plane, vec![], vec![]); + let plane_b = synthesized_planar_face(CoreType::Plane, vec![], vec![]); + let (barn_id, _) = + setup_planechase(&mut state, p0, ("Barn", &plane_a), &[("Plane B", &plane_b)]); + + // A phased-out opponent permanent the delayed trigger will phase back in. + let victim = crate::game::zones::create_object( + &mut state, + CardId(777), + PlayerId(1), + "Phased Victim".to_string(), + Zone::Battlefield, + ); + if let Some(obj) = state.objects.get_mut(&victim) { + obj.phase_status = PhaseStatus::PhasedOut { + cause: PhaseOutCause::Directly, + }; + } + + // Create the delayed trigger exactly as the parsed Barn AST would, with the + // chosen permanent frozen into the snapshot (the ParentTarget population). + let inner = AbilityDefinition::new( + AbilityKind::Spell, + Effect::PhaseIn { + target: TargetFilter::ParentTarget, + }, + ); + let create = ResolvedAbility::new( + Effect::CreateDelayedTrigger { + condition: DelayedTriggerCondition::WhenNextEvent { + trigger: Box::new(TriggerDefinition::new(TriggerMode::PlayerPlaneswalked)), + or_trigger: None, + lifetime: DelayedTriggerLifetime::Persistent, + }, + effect: Box::new(inner), + uses_tracked_set: false, + }, + vec![TargetRef::Object(victim)], + barn_id, + p0, + ); + let mut events = Vec::new(); + crate::game::effects::delayed_trigger::resolve(&mut state, &create, &mut events).unwrap(); + assert_eq!(state.delayed_triggers.len(), 1, "delayed trigger created"); + + // A non-planeswalk event must NOT fire the persistent delayed trigger. + crate::game::triggers::check_delayed_triggers( + &mut state, + &[GameEvent::PhaseChanged { phase: Phase::End }], + ); + assert_eq!( + state.delayed_triggers.len(), + 1, + "non-planeswalk event must not fire the delayed phase-in" + ); + + // A planeswalk fires the one-shot delayed trigger (consumed) and stacks the + // PhaseIn ability. + let stack_before = state.stack.len(); + crate::game::triggers::check_delayed_triggers( + &mut state, + &[GameEvent::Planeswalked { + player_id: p0, + from: Some(barn_id), + to: None, + }], + ); + assert!( + state.delayed_triggers.is_empty(), + "PlayerPlaneswalked event fires and consumes the delayed phase-in" + ); + assert!( + state.stack.len() > stack_before, + "the delayed PhaseIn ability was placed on the stack" + ); +} + // --------------------------------------------------------------------------- // 3. planeswalk-away trigger fires via the command-zone scan (DISCRIMINATING) // --------------------------------------------------------------------------- diff --git a/crates/engine/src/game/quantity.rs b/crates/engine/src/game/quantity.rs index a1aa8f012e..fbde5ceea3 100644 --- a/crates/engine/src/game/quantity.rs +++ b/crates/engine/src/game/quantity.rs @@ -575,6 +575,7 @@ pub(crate) fn static_condition_uses_unspent_mana(condition: &StaticCondition) -> | StaticCondition::SourceIsPaired | StaticCondition::SourceInZone { .. } | StaticCondition::EnchantedIsFaceDown + | StaticCondition::SourceIsFaceUp | StaticCondition::AdditionalCostPaid | StaticCondition::CastingAsVariant { .. } | StaticCondition::None => false, diff --git a/crates/engine/src/game/trigger_index.rs b/crates/engine/src/game/trigger_index.rs index a8d3605bab..5c835967b2 100644 --- a/crates/engine/src/game/trigger_index.rs +++ b/crates/engine/src/game/trigger_index.rs @@ -336,6 +336,7 @@ pub(crate) fn keys_from_trigger_def(def: &TriggerDefinition) -> (Keys, bool) { TriggerMode::PlanarDice | TriggerMode::PlaneswalkedFrom | TriggerMode::PlaneswalkedTo + | TriggerMode::PlayerPlaneswalked | TriggerMode::ChaosEnsues => return (keys, true), // --- Dice / coin --- diff --git a/crates/engine/src/game/trigger_matchers.rs b/crates/engine/src/game/trigger_matchers.rs index 0553c754a3..49bda6d998 100644 --- a/crates/engine/src/game/trigger_matchers.rs +++ b/crates/engine/src/game/trigger_matchers.rs @@ -125,6 +125,8 @@ pub fn trigger_matcher(mode: TriggerMode) -> Option { // CR 701.31d: planeswalked-away-from / planeswalked-to (encounter) endpoints. TriggerMode::PlaneswalkedFrom => match_planeswalked_from, TriggerMode::PlaneswalkedTo => match_planeswalked_to, + // CR 701.31 / CR 901.11: source-independent "a player planeswalks". + TriggerMode::PlayerPlaneswalked => match_player_planeswalked, // CR 904.9 / CR 701.32b: "When you set this scheme in motion" fires for // the scheme set in motion. TriggerMode::SetInMotion => match_set_in_motion, @@ -394,6 +396,7 @@ pub fn build_trigger_registry() -> HashMap { r.insert(TriggerMode::ChaosEnsues, match_chaos_ensues); r.insert(TriggerMode::PlaneswalkedFrom, match_planeswalked_from); r.insert(TriggerMode::PlaneswalkedTo, match_planeswalked_to); + r.insert(TriggerMode::PlayerPlaneswalked, match_player_planeswalked); // CR 904.9 / CR 701.32b / CR 701.33b: Archenemy scheme triggers r.insert(TriggerMode::SetInMotion, match_set_in_motion); r.insert(TriggerMode::Abandoned, match_abandoned); @@ -4101,6 +4104,23 @@ pub(super) fn match_planeswalked_to( } } +/// CR 701.31 / CR 901.11: "Whenever a player planeswalks" — fires for ANY +/// planeswalk event, regardless of which plane is left or entered +/// (source-independent, unlike `match_planeswalked_from`/`_to` which key off the +/// `from`/`to` endpoint being the source). The Doctor's Childhood Barn's delayed +/// phase-in trigger keys off this. The default (`valid_target: None`) +/// `TriggerDefinition` matches every player; `valid_player_matches` narrows it if +/// a player filter is ever attached. +pub(super) fn match_player_planeswalked( + event: &GameEvent, + trigger: &TriggerDefinition, + source_id: ObjectId, + state: &GameState, +) -> bool { + matches!(event, GameEvent::Planeswalked { player_id, .. } + if valid_player_matches(trigger, state, *player_id, source_id)) +} + /// CR 904.9 / CR 701.32b: "When you set this scheme in motion" — fires for the /// scheme set in motion; "you" resolves to the archenemy via the scheme's /// controller (stamped in `archenemy::set_in_motion`). @@ -4757,6 +4777,46 @@ mod tests { TriggerDefinition::new(mode) } + /// CR 701.31 / CR 901.11: the source-independent "a player planeswalks" matcher + /// fires for ANY `Planeswalked` event regardless of which plane is the `from` + /// or `to` endpoint (unlike `match_planeswalked_from`/`_to`), and ignores + /// non-planeswalk events. Building block for The Doctor's Childhood Barn's + /// delayed phase-in. + #[test] + fn match_player_planeswalked_fires_for_any_planeswalk() { + let state = setup(); + let trigger = make_trigger(TriggerMode::PlayerPlaneswalked); + // A different card is the source; the matcher must not require the source + // to be either endpoint. + let source_id = ObjectId(99); + + // Fires for a plain planeswalk with unrelated endpoints. + let ev = GameEvent::Planeswalked { + player_id: PlayerId(0), + from: Some(ObjectId(10)), + to: Some(ObjectId(11)), + }; + assert!(match_player_planeswalked(&ev, &trigger, source_id, &state)); + + // Fires even when both endpoints are absent (e.g. empty deck edge cases). + let ev_empty = GameEvent::Planeswalked { + player_id: PlayerId(1), + from: None, + to: None, + }; + assert!(match_player_planeswalked( + &ev_empty, &trigger, source_id, &state + )); + + // Does NOT fire for a non-planeswalk event. + let other = GameEvent::ChaosEnsued { + plane_id: source_id, + }; + assert!(!match_player_planeswalked( + &other, &trigger, source_id, &state + )); + } + #[test] fn effect_block_fires_becomes_blocked_but_not_block_side_matchers() { // CR 509.3c: a bare "whenever ~ becomes blocked" trigger (valid_target = diff --git a/crates/engine/src/parser/oracle_effect/conditions.rs b/crates/engine/src/parser/oracle_effect/conditions.rs index b284e12af1..ff97b0ecb2 100644 --- a/crates/engine/src/parser/oracle_effect/conditions.rs +++ b/crates/engine/src/parser/oracle_effect/conditions.rs @@ -4379,6 +4379,10 @@ pub(crate) fn static_condition_to_ability_condition( | StaticCondition::CompletedADungeon | StaticCondition::ControlsCommander { .. } | StaticCondition::EnchantedIsFaceDown + // CR 311.2 / CR 901.7: plane face-up status is a duration-only continuous- + // effect condition (evaluated in the layer system), never an + // effect-resolution-time `AbilityCondition` — lowering returns `None`. + | StaticCondition::SourceIsFaceUp | StaticCondition::SourceControllerEquals { .. } // CR 702.166a: Bargain payment is a cost-determination predicate with no // effect-resolution (`AbilityCondition`) equivalent. diff --git a/crates/engine/src/parser/oracle_effect/lower.rs b/crates/engine/src/parser/oracle_effect/lower.rs index 3a5598bbab..8b11a0369d 100644 --- a/crates/engine/src/parser/oracle_effect/lower.rs +++ b/crates/engine/src/parser/oracle_effect/lower.rs @@ -4607,6 +4607,25 @@ pub(crate) fn strip_temporal_prefix(text: &str) -> (&str, Option OracleResult<'_, Duration> // creature", bare card names) bind to the source. See // `parse_remains_tapped`. parse_remains_tapped, + // CR 311.2 + CR 901.7 + CR 611.2b: "[this plane] remains face up" — the + // plane-face-up-gated continuous-effect duration. Kept adjacent to + // `parse_remains_tapped` (the sibling source-status "remains X" family). + parse_remains_face_up, // "you control [subject]" → host-control lifetime, modeled with the // existing UntilHostLeavesPlay variant. value( @@ -312,6 +316,39 @@ fn parse_remains_tapped(input: &str) -> OracleResult<'_, Duration> { alt((demonstrative, source_self_ref, source_fallback)).parse(input) } +/// CR 311.2 + CR 901.7 + CR 611.2b: subject-aware "[this plane] remains face up" +/// duration, mirroring `parse_remains_tapped`. Plane/phenomenon cards are always +/// the source subject of their own face-up duration, so the referent normalizes +/// to `~` (or a `SELF_REF_TYPE_PHRASES` self-reference). Emits +/// `ForAsLongAs(SourceIsFaceUp)`; the layer system evaluates it against the +/// command-zone active plane (`planechase::active_plane`), so the effect ends the +/// instant the plane is planeswalked away and turned face down (CR 701.31b). +/// +/// The Doctor's Childhood Barn ("They can't phase in for as long as ~ remains +/// face up") is the source-subject witness; the `scan_contains` fallback catches +/// any residual proper-name phrasing the same way the tapped fallback does. +fn parse_remains_face_up(input: &str) -> OracleResult<'_, Duration> { + // Tier 1: explicit source self-reference ("~", "this creature", …). + let source_self_ref = value( + Duration::ForAsLongAs { + condition: StaticCondition::SourceIsFaceUp, + }, + (parse_self_reference_subject, tag(" remains face up"), rest), + ); + + // Tier 2: any other source phrasing (proper card names, compound remnants). + // Word-boundary scan, not a dispatch primitive, reached only after the + // self-reference tier fails. + let source_fallback = value( + Duration::ForAsLongAs { + condition: StaticCondition::SourceIsFaceUp, + }, + verify(rest, |tail: &str| scan_contains(tail, "remains face up")), + ); + + alt((source_self_ref, source_fallback)).parse(input) +} + /// Source self-reference subject combinator: "~" or any `SELF_REF_TYPE_PHRASES` /// phrase ("this creature", "this permanent", …). Iterates the shared /// self-reference constant — the single authority for source self-references — @@ -679,6 +716,41 @@ mod tests { } } + /// CR 311.2 + CR 901.7: "for as long as [this plane] remains face up" → the + /// source plane's face-up status (`SourceIsFaceUp`). The normalized `~` self- + /// reference (The Doctor's Childhood Barn) and any self-ref phrasing bind the + /// source; a leading-`The` proper name hits the `scan_contains` fallback. + #[test] + fn test_remains_face_up_binds_source() { + for subject in ["~", "this permanent", "The Doctor's Childhood Barn"] { + let text = format!("for as long as {subject} remains face up"); + let (rest, d) = parse_duration(&text).unwrap(); + assert_eq!(rest, "", "failed for {subject:?}"); + assert_eq!( + d, + Duration::ForAsLongAs { + condition: StaticCondition::SourceIsFaceUp, + }, + "face-up subject {subject:?} must bind the source plane", + ); + } + } + + /// The bare condition text arriving at `parse_for_as_long_as_condition` + /// (post-"for as long as " strip, normalized to `~`) resolves to + /// `SourceIsFaceUp`, NOT the `Unrecognized` fallback that left the Barn's + /// "can't phase in" lock permanently active. + #[test] + fn test_for_as_long_as_condition_face_up_not_unrecognized() { + let (_, d) = parse_for_as_long_as_condition("~ remains face up").unwrap(); + assert_eq!( + d, + Duration::ForAsLongAs { + condition: StaticCondition::SourceIsFaceUp, + }, + ); + } + /// Proper-name regression: a card name beginning with "The" is a SOURCE /// subject and must NOT be misread as a demonstrative target despite the /// leading "The" (Animate Walking Statue → The Blackstaff of Waterdeep; The diff --git a/crates/engine/src/parser/oracle_tests.rs b/crates/engine/src/parser/oracle_tests.rs index d778b2f1c7..e53528d765 100644 --- a/crates/engine/src/parser/oracle_tests.rs +++ b/crates/engine/src/parser/oracle_tests.rs @@ -1064,6 +1064,95 @@ fn parse( parse_oracle_text(text, name, &keyword_names, &types, &subtypes) } +/// Cluster 97 (CR 603.7a + CR 311.2 + CR 701.31): The Doctor's Childhood Barn — +/// a Planechase plane — parses its "Whenever chaos ensues …" trigger chain with +/// ZERO `Effect::Unimplemented` and ZERO `StaticCondition::Unrecognized`, and +/// specifically produces (a) the inline delayed `PhaseIn { ParentTarget }` +/// trigger keyed to `PlayerPlaneswalked` (`uses_tracked_set: false`, +/// `Persistent`) and (b) the plane-face-up `CantPhaseIn` duration +/// `ForAsLongAs { SourceIsFaceUp }`. Regression against the two prior gaps. +#[test] +fn the_doctors_childhood_barn_planechase_full_parse() { + let parsed = parse( + "Creatures enter tapped.\nWhenever chaos ensues, for each opponent, choose up to \ + one target nonland permanent that opponent controls. Untap those permanents. They \ + phase out. They can't phase in for as long as The Doctor's Childhood Barn remains \ + face up. When a player planeswalks, those permanents phase in.", + "The Doctor's Childhood Barn", + &[], + &["Plane"], + &["Gallifrey"], + ); + + // Collect every effect + duration across the trigger's execute chain, + // descending into the CreateDelayedTrigger inner effect. + fn walk<'a>( + def: &'a AbilityDefinition, + effects: &mut Vec<&'a Effect>, + durations: &mut Vec<&'a Duration>, + ) { + effects.push(&def.effect); + if let Some(d) = &def.duration { + durations.push(d); + } + if let Effect::CreateDelayedTrigger { effect, .. } = &*def.effect { + walk(effect, effects, durations); + } + if let Some(sub) = &def.sub_ability { + walk(sub, effects, durations); + } + } + + let mut effects = Vec::new(); + let mut durations = Vec::new(); + for trig in &parsed.triggers { + if let Some(exec) = &trig.execute { + walk(exec, &mut effects, &mut durations); + } + } + + assert!( + !effects + .iter() + .any(|e| matches!(e, Effect::Unimplemented { .. })), + "no Effect::Unimplemented in the Barn's trigger chain, got {effects:?}" + ); + assert!( + !durations.iter().any(|d| matches!( + d, + Duration::ForAsLongAs { + condition: StaticCondition::Unrecognized { .. } + } + )), + "no StaticCondition::Unrecognized duration in the Barn's chain, got {durations:?}" + ); + assert!( + effects.iter().any(|e| matches!(e, + Effect::CreateDelayedTrigger { + condition: DelayedTriggerCondition::WhenNextEvent { + trigger, + lifetime: crate::types::ability::DelayedTriggerLifetime::Persistent, + .. + }, + effect, + uses_tracked_set: false, + } + if trigger.mode == TriggerMode::PlayerPlaneswalked + && matches!(&*effect.effect, Effect::PhaseIn { target: TargetFilter::ParentTarget }) + )), + "delayed PhaseIn{{ParentTarget}} keyed to PlayerPlaneswalked (uses_tracked_set false), got {effects:?}" + ); + assert!( + durations.iter().any(|d| matches!( + d, + Duration::ForAsLongAs { + condition: StaticCondition::SourceIsFaceUp + } + )), + "CantPhaseIn duration ForAsLongAs{{SourceIsFaceUp}}, got {durations:?}" + ); +} + /// Issue #4727 (CR 611.2 + CR 201.2a): "Target creature and all other creatures /// with the same name as that creature get -3/-3 until end of turn" (Bile Blight) /// must emit BOTH a single-target `Pump` on the announced creature AND a mass diff --git a/crates/engine/src/parser/oracle_trigger.rs b/crates/engine/src/parser/oracle_trigger.rs index 9e191744ce..aabe918a80 100644 --- a/crates/engine/src/parser/oracle_trigger.rs +++ b/crates/engine/src/parser/oracle_trigger.rs @@ -3886,6 +3886,10 @@ pub(crate) fn static_condition_to_trigger_condition( | StaticCondition::UnlessPay { .. } | StaticCondition::Unrecognized { .. } | StaticCondition::EnchantedIsFaceDown + // CR 311.2 / CR 901.7: plane face-up status is a duration-only continuous- + // effect condition (evaluated in the layer system), never an intervening-if + // (`TriggerCondition`) — lowering returns `None`. + | StaticCondition::SourceIsFaceUp | StaticCondition::SourceControllerEquals { .. } // CR 702.166a: Bargain payment is a cost-determination predicate with no // intervening-if (`TriggerCondition`) equivalent. diff --git a/crates/engine/src/types/ability.rs b/crates/engine/src/types/ability.rs index c0b8c51a65..07e247cdac 100644 --- a/crates/engine/src/types/ability.rs +++ b/crates/engine/src/types/ability.rs @@ -6797,6 +6797,15 @@ pub enum StaticCondition { IsTapped { scope: ObjectScope, }, + /// CR 311.2 + CR 901.7 + CR 611.2b: True while the source plane/phenomenon is + /// the active FACE-UP card in the command zone (`planechase::active_plane`). + /// A player planeswalking away (CR 701.31b) turns it face down and moves it to + /// the planar deck, so any `ForAsLongAs { SourceIsFaceUp }` continuous effect + /// (The Doctor's Childhood Barn's "can't phase in for as long as ~ remains + /// face up") ends. This is the planar face-up status (a command-zone state, + /// CR 311.2/901.7), NOT morph face-up (a per-object `face_down` flag, CR 708 — + /// see `EnchantedIsFaceDown`). Negation is `Not { Box::new(SourceIsFaceUp) }`. + SourceIsFaceUp, /// CR 702.171b: True when the source permanent is saddled. Negation via Not { SourceIsSaddled }. SourceIsSaddled, /// CR 702.62a + CR 611.2b: True when the source object's current controller diff --git a/crates/engine/src/types/triggers.rs b/crates/engine/src/types/triggers.rs index f4d531fb81..576514f7aa 100644 --- a/crates/engine/src/types/triggers.rs +++ b/crates/engine/src/types/triggers.rs @@ -459,6 +459,11 @@ pub enum TriggerMode { PlanarDice, PlaneswalkedFrom, PlaneswalkedTo, + /// CR 701.31 + CR 901.11: "Whenever a player planeswalks" — fires for ANY + /// planeswalk event, source-independent (unlike `PlaneswalkedFrom`/`To`, + /// which bind the source plane to the `from`/`to` endpoint of the event). + /// The Doctor's Childhood Barn keys its delayed phase-in off this event. + PlayerPlaneswalked, ChaosEnsues, // Dice / coin @@ -706,6 +711,7 @@ impl FromStr for TriggerMode { "PlanarDice" => TriggerMode::PlanarDice, "PlaneswalkedFrom" => TriggerMode::PlaneswalkedFrom, "PlaneswalkedTo" => TriggerMode::PlaneswalkedTo, + "PlayerPlaneswalked" => TriggerMode::PlayerPlaneswalked, "Proliferate" => TriggerMode::Proliferate, "Revealed" => TriggerMode::Revealed, "RingTemptsYou" => TriggerMode::RingTemptsYou, @@ -835,6 +841,20 @@ mod tests { ); } + /// CR 701.31 / CR 901.11: the source-independent planar planeswalk mode must + /// survive Display -> from_str without degrading to `Unknown` (a missing + /// `from_str` arm would silently no-fire the Barn's delayed phase-in). Also + /// guards the `all_modes` validation list. + #[test] + fn player_planeswalked_mode_string_round_trips() { + let mode = TriggerMode::PlayerPlaneswalked; + assert_eq!(mode.to_string(), "PlayerPlaneswalked"); + assert_eq!( + TriggerMode::from_str("PlayerPlaneswalked").unwrap(), + TriggerMode::PlayerPlaneswalked + ); + } + #[test] fn trigger_mode_case_sensitive() { // Forge uses CamelCase -- lowercase should be Unknown @@ -995,6 +1015,7 @@ mod tests { "PlanarDice", "PlaneswalkedFrom", "PlaneswalkedTo", + "PlayerPlaneswalked", "Proliferate", "Revealed", "RingTemptsYou", From 556f15e12824007bd6ab7ea763e29d2d1610909e Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Sun, 12 Jul 2026 14:07:49 -0500 Subject: [PATCH 2/2] refactor(triggers): collapse Planeswalked sibling modes into Planeswalked { role } MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Address @matthewevans's review on #5666: PlaneswalkedFrom / PlaneswalkedTo / PlayerPlaneswalked were a sibling-cluster smell — all match the same GameEvent::Planeswalked, all call valid_player_matches, and differ only in which endpoint the source must bind to. Collapse them into one parameterized TriggerMode::Planeswalked { role: PlaneswalkRole } (From / To / Any) per CR 701.31 / 701.31d / 901.11. - New PlaneswalkRole enum (From/To/Any) carrying the endpoint binding. - Three matchers in trigger_matchers.rs collapse into one match_planeswalked that reads the role off the trigger's mode; From/To bind source to that endpoint, Any is source-independent. Registry inserts all three role keys. - Update every construction/match site across the workspace: parser emits (oracle_trigger, lower), trigger_index + ability_graph projections, delayed trigger, from_str Forge-string mapping, mtgish-import converter, and all tests. - Regenerate the committed integration fixture's serialized trigger modes to the externally-tagged struct-variant form; add a serde round-trip test locking it. Behavior is identical (same cards trigger). StaticCondition::SourceIsFaceUp left untouched per review. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_019aQYsGCjiRn71Z4vQDo9QR --- crates/engine/src/analysis/ability_graph.rs | 4 +- .../src/game/effects/delayed_trigger.rs | 6 +- crates/engine/src/game/planechase.rs | 9 +- crates/engine/src/game/planechase_tests.rs | 44 +++-- crates/engine/src/game/trigger_index.rs | 10 +- crates/engine/src/game/trigger_matchers.rs | 173 ++++++++++-------- .../engine/src/parser/oracle_effect/lower.rs | 12 +- .../engine/src/parser/oracle_effect/tests.rs | 6 +- crates/engine/src/parser/oracle_tests.rs | 24 +-- crates/engine/src/parser/oracle_trigger.rs | 24 ++- .../engine/src/parser/oracle_trigger_tests.rs | 45 ++++- crates/engine/src/types/triggers.rs | 88 +++++++-- .../tests/fixtures/integration_cards.json | 2 +- crates/mtgish-import/src/convert/trigger.rs | 16 +- 14 files changed, 296 insertions(+), 167 deletions(-) diff --git a/crates/engine/src/analysis/ability_graph.rs b/crates/engine/src/analysis/ability_graph.rs index b7d6e2c3d6..8bce155aa2 100644 --- a/crates/engine/src/analysis/ability_graph.rs +++ b/crates/engine/src/analysis/ability_graph.rs @@ -1166,9 +1166,7 @@ fn trigger_axis(trig: &TriggerDefinition) -> Option { | TriggerMode::DungeonCompleted | TriggerMode::RoomEntered | TriggerMode::PlanarDice - | TriggerMode::PlaneswalkedFrom - | TriggerMode::PlaneswalkedTo - | TriggerMode::PlayerPlaneswalked + | TriggerMode::Planeswalked { .. } | TriggerMode::ChaosEnsues | TriggerMode::RolledDie | TriggerMode::RolledDieOnce diff --git a/crates/engine/src/game/effects/delayed_trigger.rs b/crates/engine/src/game/effects/delayed_trigger.rs index 4b916c2380..d4bd2436bb 100644 --- a/crates/engine/src/game/effects/delayed_trigger.rs +++ b/crates/engine/src/game/effects/delayed_trigger.rs @@ -747,7 +747,7 @@ mod tests { use crate::types::mana::ManaCost; use crate::types::phase::Phase; use crate::types::player::PlayerId; - use crate::types::triggers::TriggerMode; + use crate::types::triggers::{PlaneswalkRole, TriggerMode}; /// T5 (s25 site 1) — CR 603.7c + CR 608.2c: `concrete_parent_target_filter` /// binds a `ParentTargetSlot { index }` delayed-condition filter to the @@ -875,7 +875,9 @@ mod tests { let ability = ResolvedAbility::new( Effect::CreateDelayedTrigger { condition: DelayedTriggerCondition::WhenNextEvent { - trigger: Box::new(TriggerDefinition::new(TriggerMode::PlayerPlaneswalked)), + trigger: Box::new(TriggerDefinition::new(TriggerMode::Planeswalked { + role: PlaneswalkRole::Any, + })), or_trigger: None, lifetime: crate::types::ability::DelayedTriggerLifetime::Persistent, }, diff --git a/crates/engine/src/game/planechase.rs b/crates/engine/src/game/planechase.rs index 6f6479d26a..362a31874b 100644 --- a/crates/engine/src/game/planechase.rs +++ b/crates/engine/src/game/planechase.rs @@ -230,9 +230,10 @@ fn queue_planeswalk_trigger( /// planeswalk: `from == to`); the command zone is never left empty. /// /// Trigger collection (CR 603.3): the `Planeswalked` event triggers both the -/// departing plane's "planeswalk away from ~" ability (`PlaneswalkedFrom`) and -/// the arriving plane's "planeswalk to / encounter ~" ability -/// (`PlaneswalkedTo`). Both abilities function from the command zone +/// departing plane's "planeswalk away from ~" ability +/// (`Planeswalked { role: From }`) and the arriving plane's +/// "planeswalk to / encounter ~" ability (`Planeswalked { role: To }`). Both +/// abilities function from the command zone /// (`trigger_zones = [Command]`, stamped by `synthesize_planechase`), and the /// command-zone trigger scan only inspects objects currently in /// `state.command_zone`. Because planeswalking removes the departing card from @@ -420,7 +421,7 @@ pub fn chaos_ensues(state: &mut GameState, events: &mut Vec) { /// card off a planar deck and turn it face up." Encountering a phenomenon is the /// planeswalk that turns it face up; this entry point performs that planeswalk, /// which emits the `Planeswalked { to }` event the encounter trigger -/// (`PlaneswalkedTo`) matches. +/// (`Planeswalked { role: To }`) matches. pub fn encounter(state: &mut GameState, player_id: PlayerId, events: &mut Vec) { // CR 312.5: encountering a phenomenon IS this planeswalk — it is the // turn-based/effect-driven planeswalk that turns the phenomenon face up, NOT diff --git a/crates/engine/src/game/planechase_tests.rs b/crates/engine/src/game/planechase_tests.rs index 7b1641fcec..16ac5015c8 100644 --- a/crates/engine/src/game/planechase_tests.rs +++ b/crates/engine/src/game/planechase_tests.rs @@ -26,7 +26,7 @@ use crate::types::identifiers::{CardId, ObjectId}; use crate::types::phase::Phase; use crate::types::player::PlayerId; use crate::types::statics::StaticMode; -use crate::types::triggers::TriggerMode; +use crate::types::triggers::{PlaneswalkRole, TriggerMode}; use crate::types::zones::Zone; use std::str::FromStr; @@ -46,21 +46,25 @@ fn synthesized_planar_face( face } -/// A `PlaneswalkedFrom` trigger that draws a card (its `valid_target` is -/// `Controller`, like the parser emits). +/// A `Planeswalked { role: From }` trigger that draws a card (its `valid_target` +/// is `Controller`, like the parser emits). fn planeswalked_from_trigger() -> TriggerDefinition { - TriggerDefinition::new(TriggerMode::PlaneswalkedFrom) - .valid_card(TargetFilter::SelfRef) - .valid_target(TargetFilter::Controller) - .execute(draw_ability()) + TriggerDefinition::new(TriggerMode::Planeswalked { + role: PlaneswalkRole::From, + }) + .valid_card(TargetFilter::SelfRef) + .valid_target(TargetFilter::Controller) + .execute(draw_ability()) } -/// A `PlaneswalkedTo` trigger that draws a card. +/// A `Planeswalked { role: To }` trigger that draws a card. fn planeswalked_to_trigger() -> TriggerDefinition { - TriggerDefinition::new(TriggerMode::PlaneswalkedTo) - .valid_card(TargetFilter::SelfRef) - .valid_target(TargetFilter::Controller) - .execute(draw_ability()) + TriggerDefinition::new(TriggerMode::Planeswalked { + role: PlaneswalkRole::To, + }) + .valid_card(TargetFilter::SelfRef) + .valid_target(TargetFilter::Controller) + .execute(draw_ability()) } /// A `ChaosEnsues` trigger that draws a card. @@ -288,11 +292,11 @@ fn source_is_face_up_flips_false_on_planeswalk_away() { } /// CR 603.7a/b + CR 701.31 + CR 901.11: end-to-end firing proof for The Doctor's -/// Childhood Barn's delayed phase-in. A `WhenNextEvent { PlayerPlaneswalked }` +/// Childhood Barn's delayed phase-in. A `WhenNextEvent { Planeswalked { role: Any } }` /// delayed trigger (created via the real `delayed_trigger::resolve` snapshot /// path, mirroring the parsed AST) must (a) NOT fire on a non-planeswalk event /// and (b) fire and be consumed on a `Planeswalked` event — routing through the -/// shared `delayed_trigger_event_with_index` → `trigger_matcher(PlayerPlaneswalked)` +/// shared `delayed_trigger_event_with_index` → `trigger_matcher(Planeswalked { role: Any })` /// registry path and putting its `PhaseIn` ability on the stack. #[test] fn delayed_phase_in_fires_only_on_planeswalk() { @@ -335,7 +339,9 @@ fn delayed_phase_in_fires_only_on_planeswalk() { let create = ResolvedAbility::new( Effect::CreateDelayedTrigger { condition: DelayedTriggerCondition::WhenNextEvent { - trigger: Box::new(TriggerDefinition::new(TriggerMode::PlayerPlaneswalked)), + trigger: Box::new(TriggerDefinition::new(TriggerMode::Planeswalked { + role: PlaneswalkRole::Any, + })), or_trigger: None, lifetime: DelayedTriggerLifetime::Persistent, }, @@ -374,7 +380,7 @@ fn delayed_phase_in_fires_only_on_planeswalk() { ); assert!( state.delayed_triggers.is_empty(), - "PlayerPlaneswalked event fires and consumes the delayed phase-in" + "Planeswalked {{ role: Any }} event fires and consumes the delayed phase-in" ); assert!( state.stack.len() > stack_before, @@ -390,7 +396,7 @@ fn delayed_phase_in_fires_only_on_planeswalk() { fn planeswalk_away_trigger_fires_via_command_scan() { // DISCRIMINATING: fails if `synthesize_planechase` stops stamping // `trigger_zones = [Command]` (the command-zone scan would skip the plane's - // departing trigger) or if the `PlaneswalkedFrom` matcher is reverted. + // departing trigger) or if the `Planeswalked { role: From }` matcher is reverted. let mut state = GameState::new_two_player(7); let p0 = PlayerId(0); let plane_a = @@ -826,7 +832,9 @@ fn synthesize_planechase_appends_command_zone() { // Guard for Finding 3: `synthesize_planechase` must PUSH Zone::Command onto // any pre-existing zone list, not overwrite it. A trigger/static that already // designated another zone must keep it and gain Command. - let mut trigger = TriggerDefinition::new(TriggerMode::PlaneswalkedFrom); + let mut trigger = TriggerDefinition::new(TriggerMode::Planeswalked { + role: PlaneswalkRole::From, + }); trigger.trigger_zones = vec![Zone::Exile]; let mut static_def = StaticDefinition::new(StaticMode::Continuous); static_def.active_zones = vec![Zone::Exile]; diff --git a/crates/engine/src/game/trigger_index.rs b/crates/engine/src/game/trigger_index.rs index 5c835967b2..c7689ec503 100644 --- a/crates/engine/src/game/trigger_index.rs +++ b/crates/engine/src/game/trigger_index.rs @@ -333,11 +333,9 @@ pub(crate) fn keys_from_trigger_def(def: &TriggerDefinition) -> (Keys, bool) { | TriggerMode::CaseSolved => push(TriggerEventKey::DungeonOrClassOrCase), // --- Planar --- - TriggerMode::PlanarDice - | TriggerMode::PlaneswalkedFrom - | TriggerMode::PlaneswalkedTo - | TriggerMode::PlayerPlaneswalked - | TriggerMode::ChaosEnsues => return (keys, true), + TriggerMode::PlanarDice | TriggerMode::Planeswalked { .. } | TriggerMode::ChaosEnsues => { + return (keys, true) + } // --- Dice / coin --- TriggerMode::RolledDie | TriggerMode::RolledDieOnce | TriggerMode::FlippedCoin => { @@ -636,7 +634,7 @@ pub(crate) fn keys_from_event(event: &GameEvent, state: &GameState) -> Keys { GameEvent::RoomEntered { .. } | GameEvent::DungeonCompleted { .. } => { push(TriggerEventKey::DungeonOrClassOrCase); } - // Planechase trigger modes (PlaneswalkedFrom/To, ChaosEnsues) route to the + // Planechase trigger modes (Planeswalked { role }, ChaosEnsues) route to the // always-checked unclassified bucket in `keys_from_trigger_def`, so these // events need no dedicated index key — their matchers are always consulted. GameEvent::Planeswalked { .. } diff --git a/crates/engine/src/game/trigger_matchers.rs b/crates/engine/src/game/trigger_matchers.rs index 49bda6d998..a63afdd580 100644 --- a/crates/engine/src/game/trigger_matchers.rs +++ b/crates/engine/src/game/trigger_matchers.rs @@ -10,7 +10,7 @@ use crate::types::events::{GameEvent, PlayerActionKind}; use crate::types::game_state::GameState; use crate::types::identifiers::ObjectId; use crate::types::player::PlayerId; -use crate::types::triggers::TriggerMode; +use crate::types::triggers::{PlaneswalkRole, TriggerMode}; use crate::types::zones::Zone; use super::triggers::TriggerMatcher; @@ -122,11 +122,10 @@ pub fn trigger_matcher(mode: TriggerMode) -> Option { TriggerMode::DungeonCompleted => match_dungeon_completed, // CR 311.7 / CR 901.9b: "Whenever chaos ensues" fires for the active plane. TriggerMode::ChaosEnsues => match_chaos_ensues, - // CR 701.31d: planeswalked-away-from / planeswalked-to (encounter) endpoints. - TriggerMode::PlaneswalkedFrom => match_planeswalked_from, - TriggerMode::PlaneswalkedTo => match_planeswalked_to, - // CR 701.31 / CR 901.11: source-independent "a player planeswalks". - TriggerMode::PlayerPlaneswalked => match_player_planeswalked, + // CR 701.31 / CR 701.31d / CR 901.11: all planeswalk triggers route to one + // matcher that reads the `PlaneswalkRole` off the trigger's mode — `From` + // and `To` bind the source to that endpoint, `Any` is source-independent. + TriggerMode::Planeswalked { .. } => match_planeswalked, // CR 904.9 / CR 701.32b: "When you set this scheme in motion" fires for // the scheme set in motion. TriggerMode::SetInMotion => match_set_in_motion, @@ -394,9 +393,16 @@ pub fn build_trigger_registry() -> HashMap { r.insert(TriggerMode::DungeonCompleted, match_dungeon_completed); // CR 311.7 / CR 701.31 / CR 901.9b: Planechase triggers r.insert(TriggerMode::ChaosEnsues, match_chaos_ensues); - r.insert(TriggerMode::PlaneswalkedFrom, match_planeswalked_from); - r.insert(TriggerMode::PlaneswalkedTo, match_planeswalked_to); - r.insert(TriggerMode::PlayerPlaneswalked, match_player_planeswalked); + // CR 701.31 / CR 701.31d / CR 901.11: one matcher for every planeswalk role; + // it reads the role off the trigger's mode. Each role is a distinct registry + // key (role participates in `TriggerMode`'s Hash/Eq). + for role in [ + PlaneswalkRole::From, + PlaneswalkRole::To, + PlaneswalkRole::Any, + ] { + r.insert(TriggerMode::Planeswalked { role }, match_planeswalked); + } // CR 904.9 / CR 701.32b / CR 701.33b: Archenemy scheme triggers r.insert(TriggerMode::SetInMotion, match_set_in_motion); r.insert(TriggerMode::Abandoned, match_abandoned); @@ -479,8 +485,7 @@ pub fn build_trigger_registry() -> HashMap { // TriggerMode::DungeonCompleted — moved to real matcher above // TriggerMode::RoomEntered — moved to real matcher above TriggerMode::PlanarDice, - // TriggerMode::PlaneswalkedFrom — moved to real matcher above - // TriggerMode::PlaneswalkedTo — moved to real matcher above + // TriggerMode::Planeswalked { .. } — moved to real matcher above // TriggerMode::ChaosEnsues — moved to real matcher above TriggerMode::Copied, TriggerMode::ConjureAll, @@ -4064,61 +4069,45 @@ pub(super) fn match_chaos_ensues( matches!(event, GameEvent::ChaosEnsued { plane_id } if *plane_id == source_id) } -/// CR 701.31d: "Whenever you planeswalk away from [this plane]" — fires when the -/// source plane/phenomenon is the card planeswalked away from. -pub(super) fn match_planeswalked_from( - event: &GameEvent, - trigger: &TriggerDefinition, - source_id: ObjectId, - state: &GameState, -) -> bool { - if let GameEvent::Planeswalked { - from: Some(f), - player_id, - .. - } = event - { - *f == source_id && valid_player_matches(trigger, state, *player_id, source_id) - } else { - false - } -} - -/// CR 312.5 / CR 701.31d: "When you encounter / planeswalk to [this card]" — -/// fires when the source plane/phenomenon is the card turned face up. -pub(super) fn match_planeswalked_to( +/// CR 701.31 / CR 701.31d / CR 312.5 / CR 901.11: unified planeswalk trigger +/// matcher for every `PlaneswalkRole`. All planeswalk triggers fire on the same +/// `GameEvent::Planeswalked` and share the same player-validity check +/// (`valid_player_matches`); the role read off the trigger's own mode decides +/// which endpoint the source must bind to: +/// * `From` — "whenever you planeswalk away from [this plane]": source is the +/// plane/phenomenon walked away from (`from` endpoint). +/// * `To` — "when you encounter / planeswalk to [this card]": source is the +/// plane/phenomenon turned face up (`to` endpoint). +/// * `Any` — "whenever a player planeswalks" (source-independent, e.g. The +/// Doctor's Childhood Barn's delayed phase-in): no endpoint constraint. +/// +/// The default (`valid_target: None`) `TriggerDefinition` matches every player; +/// `valid_player_matches` narrows it if a player filter is ever attached. +pub(super) fn match_planeswalked( event: &GameEvent, trigger: &TriggerDefinition, source_id: ObjectId, state: &GameState, ) -> bool { - if let GameEvent::Planeswalked { - to: Some(t), + // The registry only routes `Planeswalked { role }` triggers here, but read + // the role defensively rather than assume it. + let TriggerMode::Planeswalked { role } = &trigger.mode else { + return false; + }; + let GameEvent::Planeswalked { player_id, - .. + from, + to, } = event - { - *t == source_id && valid_player_matches(trigger, state, *player_id, source_id) - } else { - false - } -} - -/// CR 701.31 / CR 901.11: "Whenever a player planeswalks" — fires for ANY -/// planeswalk event, regardless of which plane is left or entered -/// (source-independent, unlike `match_planeswalked_from`/`_to` which key off the -/// `from`/`to` endpoint being the source). The Doctor's Childhood Barn's delayed -/// phase-in trigger keys off this. The default (`valid_target: None`) -/// `TriggerDefinition` matches every player; `valid_player_matches` narrows it if -/// a player filter is ever attached. -pub(super) fn match_player_planeswalked( - event: &GameEvent, - trigger: &TriggerDefinition, - source_id: ObjectId, - state: &GameState, -) -> bool { - matches!(event, GameEvent::Planeswalked { player_id, .. } - if valid_player_matches(trigger, state, *player_id, source_id)) + else { + return false; + }; + let endpoint_matches = match role { + PlaneswalkRole::From => *from == Some(source_id), + PlaneswalkRole::To => *to == Some(source_id), + PlaneswalkRole::Any => true, + }; + endpoint_matches && valid_player_matches(trigger, state, *player_id, source_id) } /// CR 904.9 / CR 701.32b: "When you set this scheme in motion" — fires for the @@ -4777,44 +4766,72 @@ mod tests { TriggerDefinition::new(mode) } - /// CR 701.31 / CR 901.11: the source-independent "a player planeswalks" matcher - /// fires for ANY `Planeswalked` event regardless of which plane is the `from` - /// or `to` endpoint (unlike `match_planeswalked_from`/`_to`), and ignores - /// non-planeswalk events. Building block for The Doctor's Childhood Barn's - /// delayed phase-in. + /// CR 701.31 / CR 701.31d / CR 901.11: the unified `match_planeswalked` matcher + /// reads the `PlaneswalkRole` off the trigger's mode. `Any` fires for every + /// `Planeswalked` event regardless of endpoint (The Doctor's Childhood Barn's + /// delayed phase-in); `From`/`To` bind the source to that endpoint. Non- + /// planeswalk events never fire. #[test] - fn match_player_planeswalked_fires_for_any_planeswalk() { + fn match_planeswalked_binds_source_per_role() { let state = setup(); - let trigger = make_trigger(TriggerMode::PlayerPlaneswalked); - // A different card is the source; the matcher must not require the source - // to be either endpoint. let source_id = ObjectId(99); + let any = make_trigger(TriggerMode::Planeswalked { + role: PlaneswalkRole::Any, + }); + let from = make_trigger(TriggerMode::Planeswalked { + role: PlaneswalkRole::From, + }); + let to = make_trigger(TriggerMode::Planeswalked { + role: PlaneswalkRole::To, + }); - // Fires for a plain planeswalk with unrelated endpoints. + // `Any` fires for a plain planeswalk with unrelated endpoints; the source + // need not be either endpoint. let ev = GameEvent::Planeswalked { player_id: PlayerId(0), from: Some(ObjectId(10)), to: Some(ObjectId(11)), }; - assert!(match_player_planeswalked(&ev, &trigger, source_id, &state)); + assert!(match_planeswalked(&ev, &any, source_id, &state)); + // `From`/`To` require the source to be the respective endpoint. + assert!(!match_planeswalked(&ev, &from, source_id, &state)); + assert!(!match_planeswalked(&ev, &to, source_id, &state)); + + // Source is the `from` endpoint: only `From` (and `Any`) fire. + let ev_from = GameEvent::Planeswalked { + player_id: PlayerId(0), + from: Some(source_id), + to: Some(ObjectId(11)), + }; + assert!(match_planeswalked(&ev_from, &from, source_id, &state)); + assert!(match_planeswalked(&ev_from, &any, source_id, &state)); + assert!(!match_planeswalked(&ev_from, &to, source_id, &state)); - // Fires even when both endpoints are absent (e.g. empty deck edge cases). + // Source is the `to` endpoint: only `To` (and `Any`) fire. + let ev_to = GameEvent::Planeswalked { + player_id: PlayerId(0), + from: Some(ObjectId(10)), + to: Some(source_id), + }; + assert!(match_planeswalked(&ev_to, &to, source_id, &state)); + assert!(match_planeswalked(&ev_to, &any, source_id, &state)); + assert!(!match_planeswalked(&ev_to, &from, source_id, &state)); + + // `Any` fires even when both endpoints are absent (empty-deck edge cases). let ev_empty = GameEvent::Planeswalked { player_id: PlayerId(1), from: None, to: None, }; - assert!(match_player_planeswalked( - &ev_empty, &trigger, source_id, &state - )); + assert!(match_planeswalked(&ev_empty, &any, source_id, &state)); + assert!(!match_planeswalked(&ev_empty, &from, source_id, &state)); + assert!(!match_planeswalked(&ev_empty, &to, source_id, &state)); - // Does NOT fire for a non-planeswalk event. + // Does NOT fire for a non-planeswalk event, for any role. let other = GameEvent::ChaosEnsued { plane_id: source_id, }; - assert!(!match_player_planeswalked( - &other, &trigger, source_id, &state - )); + assert!(!match_planeswalked(&other, &any, source_id, &state)); } #[test] diff --git a/crates/engine/src/parser/oracle_effect/lower.rs b/crates/engine/src/parser/oracle_effect/lower.rs index 4cac06ec23..89ea5f1537 100644 --- a/crates/engine/src/parser/oracle_effect/lower.rs +++ b/crates/engine/src/parser/oracle_effect/lower.rs @@ -4678,7 +4678,9 @@ pub(crate) fn strip_temporal_prefix(text: &str) -> (&str, Option Option<(TriggerMode, TriggerDefi .parse(lower) .is_ok() { - def.mode = TriggerMode::PlaneswalkedFrom; + def.mode = TriggerMode::Planeswalked { + role: PlaneswalkRole::From, + }; def.valid_card = Some(TargetFilter::SelfRef); def.valid_target = Some(TargetFilter::Controller); - return Some((TriggerMode::PlaneswalkedFrom, def)); + return Some(( + TriggerMode::Planeswalked { + role: PlaneswalkRole::From, + }, + def, + )); } // CR 312.5 / CR 701.31d: encounter == the planeswalked-to face-up endpoint. @@ -10023,10 +10030,17 @@ fn try_parse_named_trigger_mode(lower: &str) -> Option<(TriggerMode, TriggerDefi .parse(lower) .is_ok() { - def.mode = TriggerMode::PlaneswalkedTo; + def.mode = TriggerMode::Planeswalked { + role: PlaneswalkRole::To, + }; def.valid_card = Some(TargetFilter::SelfRef); def.valid_target = Some(TargetFilter::Controller); - return Some((TriggerMode::PlaneswalkedTo, def)); + return Some(( + TriggerMode::Planeswalked { + role: PlaneswalkRole::To, + }, + def, + )); } if matches!( diff --git a/crates/engine/src/parser/oracle_trigger_tests.rs b/crates/engine/src/parser/oracle_trigger_tests.rs index 964b96c7b6..b3ff38fc73 100644 --- a/crates/engine/src/parser/oracle_trigger_tests.rs +++ b/crates/engine/src/parser/oracle_trigger_tests.rs @@ -12121,7 +12121,12 @@ fn trigger_planeswalk_away_from_mode() { "Whenever you planeswalk away from Test Plane, draw a card.", "Test Plane", ); - assert_eq!(def.mode, TriggerMode::PlaneswalkedFrom); + assert_eq!( + def.mode, + TriggerMode::Planeswalked { + role: PlaneswalkRole::From + } + ); assert_eq!(def.valid_card, Some(TargetFilter::SelfRef)); assert_eq!(def.valid_target, Some(TargetFilter::Controller)); } @@ -12133,7 +12138,12 @@ fn trigger_planeswalk_to_mode() { "Whenever you planeswalk to Test Plane, draw a card.", "Test Plane", ); - assert_eq!(def.mode, TriggerMode::PlaneswalkedTo); + assert_eq!( + def.mode, + TriggerMode::Planeswalked { + role: PlaneswalkRole::To + } + ); assert_eq!(def.valid_card, Some(TargetFilter::SelfRef)); assert_eq!(def.valid_target, Some(TargetFilter::Controller)); } @@ -12146,7 +12156,12 @@ fn trigger_encounter_maps_to_planeswalked_to() { "When you encounter Test Phenomenon, draw a card.", "Test Phenomenon", ); - assert_eq!(def.mode, TriggerMode::PlaneswalkedTo); + assert_eq!( + def.mode, + TriggerMode::Planeswalked { + role: PlaneswalkRole::To + } + ); assert_eq!(def.valid_card, Some(TargetFilter::SelfRef)); } @@ -12186,7 +12201,12 @@ fn caught_in_a_parallel_universe_per_player_left_neighbor_choose_is_deferred_gap "Caught in a Parallel Universe", ); // CR 312.5: the encounter maps to the face-up (planeswalked-to) endpoint. - assert_eq!(def.mode, TriggerMode::PlaneswalkedTo); + assert_eq!( + def.mode, + TriggerMode::Planeswalked { + role: PlaneswalkRole::To + } + ); let execute = def .execute .as_deref() @@ -12221,7 +12241,12 @@ fn fixed_point_in_time_full_trigger_parses_replacement_with_duration() { let trigger = parsed .triggers .iter() - .find(|trigger| trigger.mode == TriggerMode::PlaneswalkedTo) + .find(|trigger| { + trigger.mode + == TriggerMode::Planeswalked { + role: PlaneswalkRole::To, + } + }) .expect("Fixed Point in Time encounter trigger must parse"); assert_eq!(trigger.valid_card, Some(TargetFilter::SelfRef)); @@ -12246,8 +12271,8 @@ fn fixed_point_in_time_full_trigger_parses_replacement_with_duration() { #[test] fn trigger_arrival_phrase_axis_all_map_to_planeswalked_to() { // CR 312.5 / CR 701.31d: every arrival/encounter phrasing in the class - // maps to PlaneswalkedTo with the controller target filter — including - // the "here" and literal "this plane"/"this phenomenon" forms that do + // maps to Planeswalked { role: To } with the controller target filter — + // including the "here" and literal "this plane"/"this phenomenon" forms that do // NOT normalize to ~ (so they exercise the literal arms of the axis). for (oracle, name) in [ // "planeswalk here" — Ghirapur Grand Prix's arrival trigger. @@ -12270,8 +12295,10 @@ fn trigger_arrival_phrase_axis_all_map_to_planeswalked_to() { let def = parse_trigger_line(oracle, name); assert_eq!( def.mode, - TriggerMode::PlaneswalkedTo, - "`{oracle}` should map to PlaneswalkedTo", + TriggerMode::Planeswalked { + role: PlaneswalkRole::To + }, + "`{oracle}` should map to Planeswalked {{ role: To }}", ); assert_eq!( def.valid_card, diff --git a/crates/engine/src/types/triggers.rs b/crates/engine/src/types/triggers.rs index 576514f7aa..c5d413a2a3 100644 --- a/crates/engine/src/types/triggers.rs +++ b/crates/engine/src/types/triggers.rs @@ -198,6 +198,18 @@ pub enum AttackTargetFilter { PlayerOrPermanents, } +/// CR 701.31 + CR 701.31d: which role the trigger's source must occupy in the +/// planeswalk event. `From` binds the source to the plane/phenomenon walked away +/// from, `To` binds it to the plane/phenomenon walked to (the encounter/arrival +/// endpoint), and `Any` is source-independent — it fires for any planeswalk +/// (CR 901.11), used by delayed "when a player planeswalks" triggers. +#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize)] +pub enum PlaneswalkRole { + From, + To, + Any, +} + /// All trigger modes from Forge's TriggerType enum (CR 603). /// /// Triggered abilities have a trigger condition and an effect, written as @@ -457,13 +469,16 @@ pub enum TriggerMode { // Planar PlanarDice, - PlaneswalkedFrom, - PlaneswalkedTo, - /// CR 701.31 + CR 901.11: "Whenever a player planeswalks" — fires for ANY - /// planeswalk event, source-independent (unlike `PlaneswalkedFrom`/`To`, - /// which bind the source plane to the `from`/`to` endpoint of the event). - /// The Doctor's Childhood Barn keys its delayed phase-in off this event. - PlayerPlaneswalked, + /// CR 701.31 + CR 701.31d + CR 901.11: planeswalk trigger, parameterized by + /// which endpoint of the `GameEvent::Planeswalked` event the trigger's source + /// must bind to. `role: From` = walked away from the source plane, `role: To` + /// = walked to (encounter) the source plane, `role: Any` = source-independent + /// "whenever a player planeswalks" (e.g. The Doctor's Childhood Barn's delayed + /// phase-in). All three share the same event and player-validity check; only + /// the endpoint binding differs. + Planeswalked { + role: PlaneswalkRole, + }, ChaosEnsues, // Dice / coin @@ -709,9 +724,15 @@ impl FromStr for TriggerMode { "PhaseOut" => TriggerMode::PhaseOut, "PhaseOutAll" => TriggerMode::PhaseOutAll, "PlanarDice" => TriggerMode::PlanarDice, - "PlaneswalkedFrom" => TriggerMode::PlaneswalkedFrom, - "PlaneswalkedTo" => TriggerMode::PlaneswalkedTo, - "PlayerPlaneswalked" => TriggerMode::PlayerPlaneswalked, + "PlaneswalkedFrom" => TriggerMode::Planeswalked { + role: PlaneswalkRole::From, + }, + "PlaneswalkedTo" => TriggerMode::Planeswalked { + role: PlaneswalkRole::To, + }, + "PlayerPlaneswalked" => TriggerMode::Planeswalked { + role: PlaneswalkRole::Any, + }, "Proliferate" => TriggerMode::Proliferate, "Revealed" => TriggerMode::Revealed, "RingTemptsYou" => TriggerMode::RingTemptsYou, @@ -841,18 +862,49 @@ mod tests { ); } - /// CR 701.31 / CR 901.11: the source-independent planar planeswalk mode must - /// survive Display -> from_str without degrading to `Unknown` (a missing - /// `from_str` arm would silently no-fire the Barn's delayed phase-in). Also - /// guards the `all_modes` validation list. + /// CR 701.31 / CR 701.31d / CR 901.11: the parameterized planeswalk mode must + /// survive both the Forge-string `from_str` path and serde round-trips without + /// degrading to `Unknown` (a missing arm would silently no-fire the trigger). + /// The three legacy Forge strings each map onto a distinct `PlaneswalkRole`. #[test] - fn player_planeswalked_mode_string_round_trips() { - let mode = TriggerMode::PlayerPlaneswalked; - assert_eq!(mode.to_string(), "PlayerPlaneswalked"); + fn planeswalked_roles_round_trip() { + // Forge-string import path: each legacy string resolves to the right role. + assert_eq!( + TriggerMode::from_str("PlaneswalkedFrom").unwrap(), + TriggerMode::Planeswalked { + role: PlaneswalkRole::From + } + ); + assert_eq!( + TriggerMode::from_str("PlaneswalkedTo").unwrap(), + TriggerMode::Planeswalked { + role: PlaneswalkRole::To + } + ); assert_eq!( TriggerMode::from_str("PlayerPlaneswalked").unwrap(), - TriggerMode::PlayerPlaneswalked + TriggerMode::Planeswalked { + role: PlaneswalkRole::Any + } ); + + // Serde is the card-data persistence path. Externally-tagged struct + // variant → `{"Planeswalked":{"role":"..."}}`. Locking this format also + // documents the on-disk shape used by the integration-card fixture. + for (role, json) in [ + (PlaneswalkRole::From, r#"{"Planeswalked":{"role":"From"}}"#), + (PlaneswalkRole::To, r#"{"Planeswalked":{"role":"To"}}"#), + (PlaneswalkRole::Any, r#"{"Planeswalked":{"role":"Any"}}"#), + ] { + let mode = TriggerMode::Planeswalked { role }; + let serialized = serde_json::to_string(&mode).unwrap(); + assert_eq!(serialized, json); + assert_eq!( + serde_json::from_str::(json).unwrap(), + mode, + "serde round-trip must preserve the planeswalk role" + ); + } } #[test] diff --git a/crates/engine/tests/fixtures/integration_cards.json b/crates/engine/tests/fixtures/integration_cards.json index c4fc1c3354..c25915687e 100644 --- a/crates/engine/tests/fixtures/integration_cards.json +++ b/crates/engine/tests/fixtures/integration_cards.json @@ -1 +1 @@ -{"\"name sticker\" goblin":{"name":"\"Name Sticker\" Goblin","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Guest"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters from anywhere other than a graveyard or exile, if it's on the battlefield and you control 9 or fewer creatures named \"Name Sticker\" Goblin, roll a 20-sided die.\n1-6 | Add {R}{R}{R}{R}.\n7-14 | Add {R}{R}{R}{R}{R}.\n15-20 | Add {R}{R}{R}{R}{R}{R}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"1-6 | Add {R}{R}{R}{R}."},"cost":null,"sub_ability":null,"duration":null,"description":"1-6 | Add {R}{R}{R}{R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"7-14 | Add {R}{R}{R}{R}{R}."},"cost":null,"sub_ability":null,"duration":null,"description":"7-14 | Add {R}{R}{R}{R}{R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"15-20 | Add {R}{R}{R}{R}{R}{R}."},"cost":null,"sub_ability":null,"duration":null,"description":"15-20 | Add {R}{R}{R}{R}{R}{R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":20,"results":[]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"zone_change_clauses":[{"origin":{"type":"OneOf","data":["Library","Hand","Battlefield","Stack","Command"]},"destination":"Battlefield","valid_card":{"type":"SelfRef"}}],"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters from anywhere other than a graveyard or exile, if it's on the battlefield and you control 9 or fewer creatures named \"Name Sticker\" Goblin, roll a 20-sided die.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"acee1d16-1651-4e2c-8138-cc6456c4ee71","metadata":{"source_printing_ids":["fd1442b4-da59-4042-835f-143c8dcaa73b"]},"legalities":{"commander":"legal","legacy":"banned","pauper":"banned","vintage":"banned"},"printings":["UNF"],"rarities":["common"]},"17-year cicadas":{"name":"17-Year Cicadas","mana_cost":{"type":"Cost","shards":["White"],"generic":7},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create ten 1/1 white Insect creature tokens with flying. Exile 17-Year Cicadas with seventeen time counters on it.\nSuspend 17 — {0} (Rather than cast this card from your hand, you may pay {0} and exile it with seventeen time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)\nWhenever you cast a spell, if this card is suspended, remove a time counter from it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":17,"cost":{"type":"Cost","shards":[],"generic":0}}}],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Insect","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Insect"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":10},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["time",{"type":"Fixed","value":17}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Create ten 1/1 white Insect creature tokens with flying. Exile ~ with seventeen time counters on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"SpellCast","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":17},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dcbf8d0d-a5a8-4dc2-828f-25ccfe87fe0f","metadata":{"source_printing_ids":["a732bc65-33fe-4445-ba3f-082578ee837a"]},"legalities":{},"printings":["UNK"],"rarities":["uncommon"]},"a killer among us":{"name":"A Killer Among Us","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, create a 1/1 white Human creature token, a 1/1 blue Merfolk creature token, and a 1/1 red Goblin creature token. Then secretly choose Human, Merfolk, or Goblin.\nSacrifice this enchantment, Reveal the creature type you chose: If target attacking creature token is the chosen type, put three +1/+1 counters on it and it gains deathtouch until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"Token"}]}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain deathtouch"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Sacrifice ~, Reveal the creature type you chose: If target attacking creature token is the chosen type, put three +1/+1 counters on it and it gains deathtouch until end of turn.","target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"Token"},{"type":"IsChosenCreatureType"}]},"use_lki":false,"subject_slot":0},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Human","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Merfolk","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Merfolk"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Goblin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"CreatureType":{"options":["Human","Merfolk","Goblin"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"create a 1/1 red Goblin creature token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"create a 1/1 blue Merfolk creature token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 1/1 white Human creature token, a 1/1 blue Merfolk creature token, and a 1/1 red Goblin creature token. Then secretly choose Human, Merfolk, or Goblin.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"79d577a8-53c0-4220-bc0e-70764d72d5fd","metadata":{"related_token_ids":["9ac7e305-d4ff-57c5-8aa0-d0b1272b7212","ea2f86f5-bc5a-58d4-8ae6-116f9a5981c0","f4991ff1-b597-5f15-9a8e-9724ae5ee3fe"],"source_printing_ids":["2c1392c5-91a5-4e6e-803d-ed032e4d594b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"A Killer Among Us's last ability can target any attacking creature token, not just one of the tokens created by its first ability, and not just one of the chosen type. Only a token of the chosen type will get the bonuses, though."},{"date":"2024-02-02","text":"If you control multiple copies of A Killer Among Us, you may choose the same or different creature types for each one. Be careful to keep track of which type is chosen for each A Killer Among Us."},{"date":"2024-02-02","text":"Only the player who secretly chose the creature type can reveal the creature type they chose. If another player gains control of A Killer Among Us, they will be unable to activate its last ability."},{"date":"2024-02-02","text":"There are several ways to secretly choose one of the creature types, including writing that type on a piece of paper that's kept with A Killer Among Us."}],"rarities":["uncommon"]},"a-knockout blow":{"name":"A-Knockout Blow","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {2} less to cast if it targets a red creature.\nDestroy target tapped creature. You gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Tapped"}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target tapped creature. You gain 2 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Targets","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasColor","color":"Red"}]}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast if it targets a red creature."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"25a7330a-f67a-48fc-a8c1-d349cb693553","metadata":{"source_printing_ids":["63313cf3-963d-4bae-89bc-8a8ddf2a9294"]},"legalities":{"brawl":"legal","historic":"legal"},"printings":["SNC"],"rarities":["uncommon"]},"a-raiyuu, storm's edge":{"name":"A-Raiyuu, Storm's Edge","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Samurai"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"First strike\nWhenever a Samurai or Warrior you control attacks alone, untap it. If it's the first combat phase of the turn, there is an additional combat phase after this phase.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"FirstCombatPhaseOfTurn"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Samurai"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":"You","properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Samurai or Warrior you control attacks alone, untap it. If it's the first combat phase of the turn, there is an additional combat phase after this phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"475ef518-7dbe-4caf-9877-a0a836939c20","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["06f5ab0d-3280-42d3-bc7e-abb109bbe3c4"]},"legalities":{"brawl":"legal","historic":"legal"},"printings":["NEO"],"rarities":["rare"]},"a-sewer crocodile":{"name":"A-Sewer Crocodile","mana_cost":{"type":"Cost","shards":["Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Crocodile"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"{3}{U}: Sewer Crocodile can't be blocked this turn. This ability costs {3} less to activate if there are five or more mana values among cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":3}},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"this","description":"This ability costs {3} less to activate if there are five or more mana values among cards in your graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{3}{U}: ~ can't be blocked this turn. This ability costs {3} less to activate if there are five or more mana values among cards in your graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d294866d-185e-41a8-a096-fb55a6c827dc","metadata":{"source_printing_ids":["81c9b674-b13e-4ba0-8eef-067e62db1b8a"]},"legalities":{"brawl":"legal","historic":"legal"},"printings":["SNC"],"rarities":["common"]},"a-sprouting goblin":{"name":"A-Sprouting Goblin","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Kicker {G} (You may pay an additional {G} as you cast this spell.)\nWhen Sprouting Goblin enters, if it was kicked, search your library for a land card with a basic land type, reveal it, put it into your hand, then shuffle.\n{T}, Sacrifice a land: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Kicker":{"type":"Cost","shards":["Green"],"generic":0}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice a land: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"AnyOf":[{"Subtype":"Plains"},{"Subtype":"Island"},{"Subtype":"Swamp"},{"Subtype":"Mountain"},{"Subtype":"Forest"}]}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if it was kicked, search your library for a land card with a basic land type, reveal it, put it into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"9aa0d3cc-0785-4b37-a495-33f4bf4114ef","additional_cost":{"type":"Kicker","data":{"costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}}]}},"metadata":{"source_printing_ids":["89a96429-4352-4dad-82c4-9ef8787573de"]},"legalities":{"brawl":"legal","historic":"legal"},"printings":["DMU"],"rarities":["uncommon"]},"aang and la, ocean's fury":{"name":"Aang and La, Ocean's Fury","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Avatar","Spirit","Ally"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Reach, trample\nWhenever Aang and La attack, put a +1/+1 counter on each tapped creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Reach","Trample"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Tapped"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attack, put a +1/+1 counter on each tapped creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue","White"],"scryfall_oracle_id":"cbf09050-39d0-463b-96db-9e22011ae0d8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["077a1ad2-6317-4271-b86c-cc999776251d","372afa84-9ca9-46e6-8643-e16249505c59","82866a0e-485a-4f7e-8c49-f7d9ff3f4ad4","de89fec4-f5c8-4513-8504-ac9bafb44054"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["PTLA","TLA"],"rarities":["rare"]},"aang's journey":{"name":"Aang's Journey","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Lesson"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Kicker {2} (You may pay an additional {2} as you cast this spell.)\nSearch your library for a basic land card. If this spell was kicked, instead search your library for a basic land card and a Shrine card. Reveal those cards, put them into your hand, then shuffle.\nYou gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Kicker":{"type":"Cost","shards":[],"generic":2}}],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},{"type":"Typed","type_filters":["Enchantment",{"Subtype":"Shrine"}],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":2},"reveal":false,"selection_constraint":{"type":"MatchEachFilter","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},{"type":"Typed","type_filters":["Enchantment",{"Subtype":"Shrine"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card. If this spell was kicked, instead search your library for a basic land card and a Shrine card. Reveal those cards, put them into your hand, then shuffle.\nYou gain 2 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ddf461b9-a205-4dc7-a9c3-c047b1ff709f","additional_cost":{"type":"Kicker","data":{"costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}}]}},"metadata":{"source_printing_ids":["5e51f727-5a9b-4bc7-83a9-dbcf1c933e15"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rarities":["common"]},"aang, master of elements":{"name":"Aang, Master of Elements","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Avatar","Ally"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nSpells you cast cost {W}{U}{B}{R}{G} less to cast. (This can reduce generic costs.)\nAt the beginning of each upkeep, you may transform Aang, Master of Elements. If you do, you gain 4 life, draw four cards, put four +1/+1 counters on him, and he deals 4 damage to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":4},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each upkeep, you may transform ~. If you do, you gain 4 life, draw four cards, put four +1/+1 counters on him, and he deals 4 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast cost {W}{U}{B}{R}{G} less to cast."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"b4872bac-5822-4c35-9b73-38c4e3ffa477","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["257928ba-27ae-4a11-ae41-76dfcd626ed4","d0467b6f-8c7d-4fcd-99f8-d335bb736484","fe29e909-50e9-4f04-b1a3-2cc5d7e3efe8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["PTLA","TLA"],"rarities":["mythic"]},"aang, swift savior":{"name":"Aang, Swift Savior","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Avatar","Ally"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nWhen Aang enters, airbend up to one other target creature or spell. (Exile it. While it's exiled, its owner may cast it for {2} rather than its mana cost.)\nWaterbend {8}: Transform Aang.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Waterbend","cost":{"type":"Cost","shards":[],"generic":8}},"sub_ability":null,"duration":null,"description":"Waterbend {8}: Transform ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"ExileWithAltCost","cost":{"type":"Cost","shards":[],"generic":2}},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Air"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, airbend up to one other target creature or spell.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"cbf09050-39d0-463b-96db-9e22011ae0d8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["077a1ad2-6317-4271-b86c-cc999776251d","372afa84-9ca9-46e6-8643-e16249505c59","82866a0e-485a-4f7e-8c49-f7d9ff3f4ad4","de89fec4-f5c8-4513-8504-ac9bafb44054"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["PTLA","TLA"],"rarities":["rare"]},"abandoned air temple":{"name":"Abandoned Air Temple","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control a basic land.\n{T}: Add {W}.\n{3}{W}, {T}: Put a +1/+1 counter on each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}{W}, {T}: Put a +1/+1 counter on each creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control a basic land.","condition":{"type":"UnlessControlsMatching","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"HasSupertype","value":"Basic"}]}},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9575d7ce-f26d-4b90-87a3-6329e9799572","metadata":{"source_printing_ids":["761988b0-fb0e-45e7-97d3-cef259fe47b7","9c0433f9-8f1e-4a19-a83f-a41925f1b1a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"If one of these lands enters at the same time as any number of basic lands, those other lands are not counted when determining if this land enters tapped or untapped."}],"rarities":["rare"]},"abdel adrian, gorion's ward":{"name":"Abdel Adrian, Gorion's Ward","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Abdel Adrian enters, exile any number of other nonland permanents you control until Abdel Adrian leaves the battlefield. Create a 1/1 white Soldier creature token for each permanent exiled this way.\nChoose a Background (You can have a Background as a second commander.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"ChooseABackground"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"FilteredTrackedSetSize","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"caused_by":"Exiled"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile any number of other nonland permanents you control until ~ leaves the battlefield. Create a 1/1 white Soldier creature token for each permanent exiled this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cab092f9-b7ff-43b9-935f-310869a4daf8","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["8e4feafb-d457-5954-9d4c-acb3b30eb384"],"source_printing_ids":["396f9198-67b6-45d8-91b4-dc853bff9623","4857125b-bd0f-4f09-9d6c-56544834a359","e5cb7668-e07d-4551-9525-68974b33ad87"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB"],"rulings":[{"date":"2022-06-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2022-06-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2022-06-10","text":"Cards that return to the battlefield after Abdel Adrian leaves the battlefield return under their owners' control."},{"date":"2022-06-10","text":"Choose a Background is a variant of the partner ability. You may have two commanders if one of them is a legendary creature with the choose a background ability and the other is a legendary Background enchantment. Backgrounds and cards with choose a Background do not interact with cards which have any other partner ability."},{"date":"2022-06-10","text":"If Abdel Adrian leaves the battlefield before its enters-the-battlefield ability resolves, you can't exile any nonland permanents. You won't create any Soldier creature tokens in this case."},{"date":"2022-06-10","text":"If a card refers to a commander creature you own, a Background won't usually be counted or included for that effect. If another spell or ability causes your Background to become a creature, however, it will be included. Any effect that refers to your commander or a commander you own or control without specifying creature will apply to a Background that is your commander, as appropriate."},{"date":"2022-06-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2022-06-10","text":"If you control a Background that grants an ability to commander creatures you own, and you own more than one commander creature, each of them will have that ability."},{"date":"2022-06-10","text":"If you exile a token nonland permanent this way, it ceases to exist. It won't be returned to the battlefield. You'll still create a Soldier creature token for it though."},{"date":"2022-06-10","text":"If your Commander deck has two commanders, you can include only cards whose own color identities are also found in your commanders' combined color identities."},{"date":"2022-06-10","text":"If your commander loses the choose a Background ability or stops being a Background during the game, as appropriate, it is still your commander."},{"date":"2022-06-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 combat damage from any one of them, not from both of them combined (although your Background won't usually be a creature anyway)."},{"date":"2022-06-10","text":"The Soldier creature tokens stay on the battlefield even after the exiled cards return."},{"date":"2022-06-10","text":"You can choose two commanders that are the same color or colors."}],"rarities":["uncommon"]},"abhorrent oculus":{"name":"Abhorrent Oculus","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eye"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, exile six cards from your graveyard.\nFlying\nAt the beginning of each opponent's upkeep, manifest dread. (Look at the top two cards of your library. Put one onto the battlefield face down as a 2/2 creature and the other into your graveyard. Turn it face up any time for its mana cost if it's a creature card.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ManifestDread"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each opponent's upkeep, manifest dread.","constraint":{"type":"OnlyDuringOpponentsTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b1a0e129-27f0-4a09-b00d-497e18777306","additional_cost":{"type":"Required","data":{"type":"Exile","count":6,"zone":"Graveyard","filter":null}},"metadata":{"source_printing_ids":["5f89402a-ef5c-47c1-8cef-f40920f98fac","d2705b43-a94a-44c0-8740-82e0b296820c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK","SCH"],"rulings":[{"date":"2024-09-20","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-09-20","text":"Abhorrent Oculus's additional cost must be paid even if it's cast \"without paying its mana cost\" or for any alternative cost."},{"date":"2024-09-20","text":"Any time you have priority, you can turn a manifested permanent you control face up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-09-20","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-09-20","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-09-20","text":"If a double-faced card is manifested, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-09-20","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise or morph ability because it will no longer have that ability (or the associated cost) once face up."},{"date":"2024-09-20","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-09-20","text":"If a manifested creature would have disguise or morph if it were face up, you may also turn it face up by paying its disguise or morph cost, as appropriate."},{"date":"2024-09-20","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-09-20","text":"If your library contains only one card when you manifest dread, you'll look at that card and put it onto the battlefield face down. You won't have the option to put it into your graveyard instead. If your library contains no cards when you manifest dread, you won't do anything."},{"date":"2024-09-20","text":"Some cards in the Duskmourn release have abilities that trigger \"whenever you manifest dread.\" In circumstances where you are instructed to manifest dread but can't perform some or all of the steps of manifesting dread (probably because your library has one or fewer cards in it), these abilities will still trigger."},{"date":"2024-09-20","text":"To manifest dread, look at the top two cards of your library. Manifest one (by putting it onto the battlefield face down) and put the other into your graveyard. The card you put onto the battlefield becomes a 2/2 face-down creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-09-20","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-09-20","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a manifested creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-09-20","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered should remain clear, as well as what ability caused them to be face down. (This includes manifest, disguise, cloak, morph, and a few older effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["mythic"]},"abrade":{"name":"Abrade","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Abrade deals 3 damage to target creature.\n• Destroy target artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f9db72dc-9a5b-48a4-a86e-7464d9a2166a","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["~ deals 3 damage to target creature.","Destroy target artifact."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["1add1757-c1f8-448a-b279-c6940fb7ad5f","24da9431-7e52-44f5-bc18-2f2d8a4ca81e","25a6e1bb-c751-447c-be69-e03692568678","31af49a8-e655-4670-b035-58171a6a57b9","47f39b5e-2e85-4f31-bbab-0b0bf58f701d","4c2a1b4e-858c-47a3-be89-9275e48d5475","4f984662-8fe0-42eb-8031-89c80315dede","548947dc-a5ca-43b5-9531-bcef20fa4ae5","59f501f5-2bf4-40a5-8ac5-bff8a64b6762","61ada5ce-3a58-4da9-aff2-93a61411dd64","6c762283-0a35-42d7-8c28-3b349e56789a","6ef4ac5a-71bd-4b75-a949-084160ef7b7a","75120201-e3bb-496f-84e2-5cab08f0b79e","778fad36-28d5-488b-bc7a-e60c8646bdc2","7b0d67b1-e7ae-4ec9-b135-8ff10b46e92b","7edf88fb-a4ba-40d4-af93-81ffbeedb29c","84319dfb-eaf7-4b98-8c4f-30f5e779591b","a0e47d11-cb21-402b-a39e-588a94cc57b4","aa74ab7c-b9de-47ab-83ea-2b98738838c7","c1466ae6-9dbc-4ead-844b-9b1ba7274baf","c1d9e279-61c1-4567-9f54-50a7138fb36d","c3a0c43a-c03f-4070-aa46-f4107a1e3dd2","c5bb5307-e874-42c4-b85d-06b9f6c474c8","cccbc616-5592-4051-a066-a325209f349e","d1ed5b20-94f6-455f-80a5-e4ed360167be","d27d5b87-6dfc-4b99-822b-f6f8489ad275","fee393c7-1868-4d11-93c3-3d143e0c8dd9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","AKR","BLC","BRC","CMM","CMR","DBL","FDN","GN3","HOU","INR","LCI","PHOU","PLST","PRM","SCD","SLD","SOA","SOC","TDC","VOW"],"rarities":["common","uncommon","rare"]},"absolver thrull":{"name":"Absolver Thrull","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Thrull","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haunt (When this creature dies, exile it haunting target creature.)\nWhen this creature enters or the creature it haunts dies, destroy target enchantment.","non_ability_text":null,"flavor_name":null,"keywords":["Haunt"],"abilities":[],"triggers":[{"mode":"EntersOrHauntedCreatureDies","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters or the creature it haunts dies, destroy target enchantment.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileHaunting","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.55a: Exile it haunting target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.55a: When this permanent is put into a graveyard from the battlefield, exile it haunting target creature.","constraint":null,"condition":null,"batched":false},{"mode":"HauntedCreatureDies","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.55c: When the creature this card haunts dies, trigger the haunt payoff.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a9002245-0f33-48cb-96d3-fde884236eb5","metadata":{"source_printing_ids":["711979c3-e70b-4973-a4f1-020db534fc73"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["GPT"],"rarities":["common"]},"absolving lammasu":{"name":"Absolving Lammasu","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lammasu"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, all suspected creatures are no longer suspected.\nWhen this creature dies, you gain 3 life and suspect up to one target creature an opponent controls. (A suspected creature has menace and can't block.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Unsuspect","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Suspected"}]},"scope":{"type":"All"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, all suspected creatures are no longer suspected.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, you gain 3 life and suspect up to one target creature an opponent controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dbedd45e-f76c-4be7-ad89-ff57bed6626f","metadata":{"source_printing_ids":["bd6e71a1-713e-4eca-bd65-9f0638c16794"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"Being suspected isn't a copiable value. If a permanent becomes a copy of a suspected creature, it won't be suspected."},{"date":"2024-02-02","text":"If a creature is already suspected, suspecting it again won't have any effect."},{"date":"2024-02-02","text":"If a suspected creature loses all abilities, it will lose menace and \"This creature can't block\", but it won't stop being suspected."},{"date":"2024-02-02","text":"There's no limit to the number of creatures that can be suspected simultaneously. Suspecting a new creature doesn't cause other creatures to stop being suspected."},{"date":"2024-02-02","text":"When an effect suspects a creature, it becomes suspected. It gains menace and \"This creature can't block\" for as long as it's suspected. It stays suspected until it leaves the battlefield or another effect causes it to no longer be suspected."},{"date":"2024-02-02","text":"You don't have to choose a target for Absolving Lammasu's last ability. However, if you do, and that permanent is an illegal target at the time the ability tries to resolve, it won't resolve and none of its effects will happen. You won't gain life."}],"rarities":["uncommon"]},"abundance":{"name":"Abundance","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you would draw a card, you may instead choose land or nonland and reveal cards from the top of your library until you reveal a card of the chosen kind. Put that card into your hand and put all other cards revealed this way on the bottom of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Draw","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"CardPredicate":{"options":["Land","Nonland"]}},"persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"MatchesLastChosenCardPredicate"}]},"count":{"type":"Fixed","value":1},"kept_destination":"Hand","rest_destination":"Library"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":null,"description":"If you would draw a card, you may instead choose land or nonland and reveal cards from the top of your library until you reveal a card of the chosen kind. Put that card into your hand and put all other cards revealed this way on the bottom of your library in any order.","condition":null}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"eccc9a54-2b56-4a02-9926-258d5b2e25fb","metadata":{"source_printing_ids":["46184f97-d5c9-4a98-9fd9-e19057ce9b7e","51d27db7-3c11-4896-a8f9-2f7f7beeec18","73a44759-1fa4-4a96-b668-316851e8a35a","7f3fff7e-f34d-4a99-a805-bd66c4e9f0cb","9ab8ad39-840e-474b-beb8-96a7c2a8d0fa","9bc359b0-8886-415b-a497-e98a2241084e","c2413999-49c8-4aee-9f1e-90728089d15f","f6d051fa-bd3a-4c94-ae41-34d89a7bb77d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","40K","C17","CMM","DDR","USG","ZNC"],"rulings":[{"date":"2004-10-04","text":"If no card of the chosen type is found before your library empties, you don't get a card, but you do get to order all the cards in your library any way you choose."},{"date":"2004-10-04","text":"If you use this on a multi-card draw, each replaced draw is handled separately. In other words, you reveal and then put on the bottom of the library for the first card, then do the same for the second, and so on. In a multi-card draw you do not have to choose how many of those draws will be replaced before you do any drawing or use of this card."},{"date":"2004-10-04","text":"This replacement effect replaces the draw, so nothing that triggers on a draw will trigger."},{"date":"2007-07-15","text":"If your library is empty, Abundance can prevent you from losing the game for being unable to draw a card. If an effect or turn-based action would cause you to draw a card, you can replace that draw with Abundance's replacement effect. (It doesn't matter that you'd be unable to actually draw a card.) Since Abundance's effect has you put a card into your hand instead of drawing a card, you'll never be forced to draw a card with an empty library."}],"rarities":["rare"]},"abyssal specter":{"name":"Abyssal Specter","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Specter"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals damage to a player, that player discards a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals damage to a player, that player discards a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"51833cff-6519-4806-8d91-0040e9a02189","metadata":{"source_printing_ids":["15beb937-dc3a-4b3a-8d33-5a74fa9addeb","2be32aca-94d0-46df-9ca9-503a51416b14","36e4df76-41c8-4410-a505-4f328c94b974","478240fd-864f-451d-9583-1f46f98f7f2e","68672104-44da-491b-930e-a5ec5740f9a4","69a41bec-7fb0-4060-918a-38cbbb329543","8dcfb1fb-8e04-4312-9a06-ed3fc2e86c22","a7e6582d-e569-4131-b212-3ef1767be107","fa54bc77-d2cd-4000-bc3f-74075b84d77f","fc26f19c-bcf7-4bd8-af42-4757dbe47fb1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","6ED","7ED","8ED","BRB","DDC","DKM","DPA","DVD","ICE","MM3","PS11"],"rarities":["uncommon"]},"abzan falconer":{"name":"Abzan Falconer","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Outlast {W} ({W}, {T}: Put a +1/+1 counter on this creature. Outlast only as a sorcery.)\nEach creature you control with a +1/+1 counter on it has flying.","non_ability_text":null,"flavor_name":null,"keywords":[{"Outlast":{"type":"Cost","shards":["White"],"generic":0}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Outlast"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control with a +1/+1 counter on it has flying."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8b972819-507a-40a9-ab1f-1a674ea56083","metadata":{"source_printing_ids":["21ee4f3c-dc94-4156-b0ed-60fe6310451a","42560ce5-c7ac-422f-8f22-e2fb043861b7","5f03c34e-5304-4e62-a1ea-c8c9aa5f2342","8df1f5ca-b41d-4a8a-b7ba-9ca946ab35e8","9c06621d-a0c9-4c84-8b1a-cb0abd8390c4","a1b85829-afe8-4854-af4c-8ccf3b94da52","b52cc391-ea4e-4fe8-aac8-fffa682f290b","bedd68b3-baf2-4416-8107-79be8d2edaae","db62ac2c-0d24-4d6f-a6ca-cca4371a3bd7","f7e2b0e1-c9ea-4f91-b19e-73b1bd6a0884"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","C16","CM2","IMA","J21","KTK","MIC","MOC","PLST","ZNC"],"rulings":[{"date":"2014-09-20","text":"Several creatures with outlast also grant an ability to creatures you control with +1/+1 counters on them, including themselves. These counters could come from an outlast ability, but any +1/+1 counter on the creature will count."},{"date":"2014-09-20","text":"The cost to activate a creature's outlast ability includes the tap symbol ({T}). A creature's outlast ability can't be activated unless that creature has been under your control continuously since the beginning of your turn."}],"rarities":["uncommon"]},"academy manufactor":{"name":"Academy Manufactor","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Assembly-Worker"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"If you would create a Clue, Food, or Treasure token, instead create one of each.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"CreateToken","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would create a Clue, Food, or Treasure token, instead create one of each.","condition":{"type":"TokenSubtypeMatches","subtypes":["Clue","Food","Treasure"]},"token_owner_scope":"You","ensure_token_specs":[{"characteristics":{"display_name":"Clue","power":null,"toughness":null,"core_types":["Artifact"],"subtypes":["Clue"],"supertypes":[],"colors":[],"keywords":[]},"script_name":"Clue","static_abilities":[],"enter_with_counters":[],"tapped":false,"enters_attacking":false,"sacrifice_at":null,"source_id":0,"controller":0},{"characteristics":{"display_name":"Food","power":null,"toughness":null,"core_types":["Artifact"],"subtypes":["Food"],"supertypes":[],"colors":[],"keywords":[]},"script_name":"Food","static_abilities":[],"enter_with_counters":[],"tapped":false,"enters_attacking":false,"sacrifice_at":null,"source_id":0,"controller":0},{"characteristics":{"display_name":"Treasure","power":null,"toughness":null,"core_types":["Artifact"],"subtypes":["Treasure"],"supertypes":[],"colors":[],"keywords":[]},"script_name":"Treasure","static_abilities":[],"enter_with_counters":[],"tapped":false,"enters_attacking":false,"sacrifice_at":null,"source_id":0,"controller":0}]}],"color_override":null,"scryfall_oracle_id":"f36d1d8b-8303-44a9-ab56-531931641ea2","metadata":{"related_token_ids":["08ce3bb9-14a8-554b-8d2f-328f500a2379","0a65ab01-5e69-5bd1-b0a1-3371c1bd9efb","27e5baaa-d09a-5876-be9d-887eb020080b","3a2e0ac9-54bb-5b35-a4c9-6bad348f7144","4811acb4-e116-5e6b-8d42-707057b51299","48394044-7565-5d50-a917-1fc2e26b8592","4873fe20-675e-5db5-b9ba-8d996c2806ba","4ae086f5-f3a3-59f8-baf2-03cff6a5c9ea","4f940dc2-7698-5fda-9f9b-62ec43ec2012","745fcde4-14c3-52bb-83c0-53542f42c7d0","74d281e4-6c2a-53c2-b0ea-253ef143d22c","84539a0d-a9c4-532f-83b9-71197f3c5225","9372753a-1d3f-521c-aa94-ceb1fb9acc77","9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1","9edb0c2d-4ab6-5240-8c37-bc97bcf71eaa","af87e130-3b6a-589f-959b-301f7269a7fa","b0e0f943-429b-5075-a61d-22338c7dfcf6","d76af2c5-2e22-582a-bd84-97dc25d3601b","e7b91ed4-09bc-5999-9f8c-e60a09b645ee","f7ea7823-dda8-5a31-b223-305e41cbcaf2","fc4a3b47-a7a6-5fa9-8eb5-e99527c79be6"],"source_printing_ids":["2f5b4544-70d9-45ee-84a3-fa6253a53a82","5f0d37b6-c092-439b-ba8e-e297ad35f155","60709d98-c98d-48c0-ac4a-4ff73e7a0c4b","60f23a6c-0fdf-4740-af92-1179e2153b2c","76480f4d-ad6d-4ed6-82c6-fa12abc22557","90744c2c-6dd7-4623-8cbf-b138b83ee88f","bdb31a63-a4c9-4432-9029-eb5a50c769b4","c88eb33d-efba-4ad9-878f-f051079c9bce","f9c55add-d621-4477-95ec-f2b691c0bdae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","MH2","MKC","MOC","OTC","PLST","PMH2","PRM","SLD"],"rulings":[{"date":"2021-06-18","text":"Creating a Clue token this way isn't the same thing as investigating. Notably, an ability that triggers whenever you investigate won't trigger because you created a Clue token due to this replacement effect. If the original token creation was because you investigated once, those abilities will still each trigger once, no matter how many Clue tokens you end up creating."},{"date":"2021-06-18","text":"If you control eighteen Academy Manufactors (I don't know, you figure it out) and would create some number of Clue, Food, or Treasure tokens, you will instead create 129,140,163 times that many Clue tokens, 129,140,163 times that many Food tokens, and 129,140,163 times that many Treasure tokens."},{"date":"2021-06-18","text":"If you control one Academy Manufactor and would create some number of Clue, Food, or Treasure tokens, you will instead create that many Clue tokens, that many Food tokens, and that many Treasure tokens."},{"date":"2021-06-18","text":"If you control two Academy Manufactors and would create some number of Clue, Food, or Treasure tokens, you will instead create three times that many Clue tokens, three times that many Food tokens, and three times that many Treasure tokens."}],"rarities":["rare"]},"ace, fearless rebel":{"name":"Ace, Fearless Rebel","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Rebel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Nitro-9 — Whenever Ace attacks, you may sacrifice an artifact. When you do, put a +1/+1 counter on Ace, then it fights up to one target creature defending player controls.\nDoctor's companion (You can have two commanders if the other is the Doctor.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"DoctorsCompanion"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"DefendingPlayer","properties":[]},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may sacrifice an artifact. When you do, put a +1/+1 counter on ~, then it fights up to one target creature defending player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"50d0d870-fe3d-44a2-ad6e-93307a1fb468","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3ce6d329-9c3a-4fb0-bf1e-9b72346ca3ad","75f001a0-8393-4977-84bb-cde39740606c","af646ff7-b3ee-4e95-9fce-7d48d4987e4e","bd8cc91a-dedf-4a35-b0e7-31a3fedbe2d3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Although Doctor's companion is a new variant of the partner ability, the rules for partner have not otherwise changed. Notably, Time Lord Doctors and cards with Doctor's companion do not interact with cards which have another partner ability."},{"date":"2023-10-13","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2023-10-13","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2023-10-13","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2023-10-13","text":"If you choose no target for Ace's Nitro-9 ability, you will put a +1/+1 counter on it. However, if you choose a target and it is an illegal target as the ability tries to resolve, you won't put a +1/+1 counter on Ace. In either case, no fight will happen and no creature will deal or be dealt damage."},{"date":"2023-10-13","text":"If your Commander deck has two commanders, you can include only cards whose own color identities are also found in your commanders' combined color identities."},{"date":"2023-10-13","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 combat damage from any one of them, not from both of them combined."},{"date":"2023-10-13","text":"The Doctor's companion ability allows you to have two commanders if one has the ability and the other is a legendary creature that is a Time Lord Doctor and has no other creature types. Creatures with the changeling ability, for example, can't be a second commander this way."}],"rarities":["rare"]},"acid web spider":{"name":"Acid Web Spider","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spider"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhen this creature enters, you may destroy target Equipment.","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may destroy target Equipment.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"23d4f436-a417-4a26-b5b8-c698f11a186b","metadata":{"source_printing_ids":["968a25a5-9ec1-47fa-bf1f-e65eb75fdb00"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOM"],"rarities":["uncommon"]},"acidic sliver":{"name":"Acidic Sliver","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"All Slivers have \"{2}, Sacrifice this permanent: This permanent deals 2 damage to any target.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{2}, sacrifice ~: ~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Slivers have \"{2}, Sacrifice ~: ~ deals 2 damage to any target.\""}],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"a149eeb1-007c-435d-9d55-34af205090e0","metadata":{"source_printing_ids":["2d92c3f7-a589-4c87-aa17-0d9707605ff4","d0b3ecf1-5c00-4aa0-92fd-54829495a3cf"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["H09","STH","TPR"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn't provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it's no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."}],"rarities":["uncommon"]},"acidic soil":{"name":"Acidic Soil","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Acidic Soil deals damage to each player equal to the number of lands they control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"ScopedPlayer","properties":[]}}},"player_filter":{"type":"All"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals damage to each player equal to the number of lands they control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4ccc1ac5-db90-4fc9-9795-7afaf7466c3e","metadata":{"source_printing_ids":["790157c9-b1ed-4da5-9d50-e99e0dd807b7","b2c34caf-edb4-49cf-b274-ef6075d6f4df"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","USG"],"rulings":[{"date":"2004-10-04","text":"This counts the lands on resolution."}],"rarities":["uncommon"]},"aclazotz, deepest betrayal":{"name":"Aclazotz, Deepest Betrayal","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bat","God"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nWhenever Aclazotz attacks, each opponent discards a card. For each opponent who can't, you draw a card.\nWhenever an opponent discards a land card, create a 1/1 black Bat creature token with flying.\nWhen Aclazotz dies, return it to the battlefield tapped and transformed under its owner's control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"OriginalController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"CurrentScopeSucceeded"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, each opponent discards a card. For each opponent who can't, you draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Bat","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Bat"],"colors":["Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a land card, create a 1/1 black Bat creature token with flying.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":true,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, return it to the battlefield tapped and transformed under its owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fcdfe9d5-2743-4d3e-ab57-bf0f96beaa15","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3e43a418-8c17-5ed2-b92b-42dbe4c96b4b"],"source_printing_ids":["627c392c-4d18-4eb2-a4e8-c668f61f5487","95775b13-2761-424e-9828-2275ec987368"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If a card that isn't a transforming double-faced card is a copy of Aclazotz, Deepest Betrayal, it won't return to the battlefield when it dies."},{"date":"2023-11-10","text":"The last ability of Temple of the Dead will resolve even if you have two or more cards in hand at that time."}],"rarities":["mythic"]},"acolyte of the inferno":{"name":"Acolyte of the Inferno","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Renown 1 (When this creature deals combat damage to a player, if it isn't renowned, put a +1/+1 counter on it and it becomes renowned.)\nWhenever this creature becomes blocked by a creature, it deals 2 damage to that creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Renown":1}],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes blocked by a creature, it deals 2 damage to that creature.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Renown","count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"Renown 1","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"CR 702.112a: Renown 1 — when this creature deals combat damage to a player, if it isn't renowned, put 1 +1/+1 counter on it and it becomes renowned.","constraint":null,"condition":{"type":"Not","condition":{"type":"IsRenowned","subject":"Source"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"35bf67e0-8141-4664-b762-2c613353e1eb","metadata":{"source_printing_ids":["186581c7-81a6-4c27-b8a9-ff7f7a4b1d40"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["ORI"],"rulings":[{"date":"2015-06-22","text":"Acolyte of the Inferno's last ability triggers and resolves before combat damage is dealt. If that causes each creature blocking Acolyte of the Inferno to be destroyed, Acolyte of the Inferno will remain blocked and neither deal nor be dealt combat damage."},{"date":"2015-06-22","text":"Acolyte of the Inferno's last ability will trigger once for each creature that blocks it. Each of those creatures will be dealt 2 damage."},{"date":"2015-06-22","text":"If a creature with renown deals combat damage to its controller because that damage was redirected, renown will trigger."},{"date":"2015-06-22","text":"If a renown ability triggers, but the creature leaves the battlefield before that ability resolves, the creature doesn't become renowned. Any ability that triggers \"whenever a creature becomes renowned\" won't trigger."},{"date":"2015-06-22","text":"Renown won't trigger when a creature deals combat damage to a planeswalker or another creature. It also won't trigger when a creature deals noncombat damage to a player."}],"rarities":["uncommon"]},"acolyte's reward":{"name":"Acolyte's Reward","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Prevent the next X damage that would be dealt to target creature this turn, where X is your devotion to white. If damage is prevented this way, Acolyte's Reward deals that much damage to any target. (Each {W} in the mana costs of permanents you control counts toward your devotion to white.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":{"Next":1},"amount_dynamic":{"type":"Ref","qty":{"type":"Devotion","colors":{"type":"Fixed","value":["White"]}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":"AllDamage"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"944689b2-f9f7-45c3-952c-54287b9824d5","metadata":{"source_printing_ids":["cd8980af-c3fa-4027-917a-4a3d441c0a75"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG"],"rulings":[{"date":"2013-09-15","text":"Hybrid mana symbols, monocolored hybrid mana symbols, and Phyrexian mana symbols do count toward your devotion to their color(s)."},{"date":"2013-09-15","text":"If an activated ability or triggered ability has an effect that depends on your devotion to a color, you count the number of mana symbols of that color among the mana costs of permanents you control as the ability resolves. The permanent with that ability will be counted if it's still on the battlefield at that time."},{"date":"2013-09-15","text":"Mana symbols in the text boxes of permanents you control don't count toward your devotion to any color."},{"date":"2013-09-15","text":"Numeric mana symbols ({0}, {1}, and so on) in mana costs of permanents you control don't count toward your devotion to any color."},{"date":"2014-02-01","text":"Acolyte's Reward has two targets: the creature that would be dealt damage and the permanent or player that Acolyte's Reward will deal damage to. These targets are chosen as you cast Acolyte's Reward."},{"date":"2014-02-01","text":"After Acolyte's Reward resolves, it no longer matters whether either target is still legal. For example, if the second target is a creature controlled by an opponent, and it gains hexproof after Acolyte's Reward resolves but before it prevents damage, Acolyte's Reward will still deal damage to that creature. If Acolyte's Reward can't deal damage to the second target (perhaps because it's a creature that has left the battlefield), Acolyte's Reward will still prevent damage; it just won't deal any damage itself."},{"date":"2014-02-01","text":"As Acolyte's Reward tries to resolve, if only the first target is illegal, Acolyte's Reward won't prevent any damage that would be dealt to that creature and, because of this, Acolyte's Reward won't deal damage to the second target. If only the second target is illegal, damage that would be dealt to the first target will be prevented, but Acolyte's Reward won't deal damage. If both targets are illegal, Acolyte's Reward won't resolve."},{"date":"2014-02-01","text":"If Acolyte's Reward prevents damage, it deals its damage immediately afterward as part of that same prevention effect. This happens before state-based actions are performed, and before any player can cast spells or activate abilities. If the source of the original damage was a spell or ability, this happens before that spell or ability resumes its resolution."},{"date":"2014-02-01","text":"If the amount of damage that would be dealt to the first target is in excess of the amount of damage that Acolyte's Reward would prevent, the source deals its excess damage to the first target at the same time that the rest of it is prevented. Then Acolyte's Reward deals its damage."},{"date":"2014-02-01","text":"If the first target would be dealt combat damage by multiple creatures, you choose which of that damage to prevent. (For example, if one of those creatures has deathtouch, you could choose to prevent the damage from that creature specifically.) You don't decide until the point at which the creatures would deal their damage."},{"date":"2014-02-01","text":"The amount of damage the prevention shield will prevent is based on your devotion to white as Acolyte's Reward resolves. That amount won't change later in the turn, even if your devotion to white does."},{"date":"2014-02-01","text":"The damage will be dealt by Acolyte's Reward as it existed on the stack, not as it exists when the damage is dealt. That is, it's an instant spell that's dealing the damage, in case an ability cares about that (such as Satyr Firedancer's, which includes the phrase \"Whenever an instant or sorcery spell you control deals damage to an opponent\")."},{"date":"2014-02-01","text":"The effect of Acolyte's Reward isn't a redirection effect. If it prevents damage, Acolyte's Reward (not the source of that damage) deals damage to the second target as part of that prevention effect. Acolyte's Reward is the source of the new damage, so the characteristics of the original source (such as its color or whether it had lifelink) don't apply. The new damage isn't combat damage, even if the prevented damage was."},{"date":"2014-02-01","text":"You don't choose a source of damage. The prevention shield will apply to the next X damage that would be dealt to the first target, no matter where that damage comes from. It also doesn't matter whether the damage is dealt at the same time. For example, if the shield prevents the next 5 damage to the first target, and that creature would be dealt 3 damage by Lightning Strike, that 3 damage is prevented and Acolyte's Reward deals 3 damage to the second target. The prevention effect will still apply to the next 2 damage the first target would be dealt that turn."}],"rarities":["uncommon"]},"adamaro, first to desire":{"name":"Adamaro, First to Desire","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Adamaro's power and toughness are each equal to the number of cards in the hand of the opponent with the most cards in hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Opponent","aggregate":"Max"}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Opponent","aggregate":"Max"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the number of cards in the hand of the opponent with the most cards in hand."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"18f34bfd-7675-49df-91ea-695c510cd3c3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["d2fa85ea-f5d5-4be3-a874-ce246c3e4245"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOK"],"rarities":["rare"]},"adaptive armorer":{"name":"Adaptive Armorer","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhen this creature enters, draft a card from Adaptive Armorer's spellbook and put it onto the battlefield. When an Equipment enters this way, attach it to target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DraftFromSpellbook","destination":"Battlefield","tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTarget"},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draft a card from ~'s spellbook and put it onto the battlefield. When an Equipment enters this way, attach it to target creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2c4a0410-0dfc-461f-8dd5-2a91cf85ffef","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YECL"]},"adeline, resplendent cathar":{"name":"Adeline, Resplendent Cathar","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nAdeline's power is equal to the number of creatures you control.\nWhenever you attack, for each opponent, create a 1/1 white Human creature token that's tapped and attacking that player or a planeswalker they control.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Token","name":"Human","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human"],"colors":["White"],"keywords":[],"tapped":true,"count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"Opponent"}}},"owner":{"type":"Controller"},"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, for each opponent, create a 1/1 white Human creature token that's tapped and attacking that player or a planeswalker they control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the number of creatures you control."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"38515f89-348b-4cf3-b7bd-1f6fe4ce2fba","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["402d3eb7-f758-5f33-851b-3658e5e454e7","6d9ac173-1396-5fa3-baeb-88b5214d5dfd","93add836-f297-58ba-bff5-d2336e0ff338","b6ff4357-9d40-5630-b081-99c966483302"],"source_printing_ids":["0b9579d8-bc8f-4d74-bfc1-dcdd42568f79","18092f68-b96e-4084-9eba-b240d2195d81","1de30c12-2011-495a-be25-f7a46b23e142","21a0e852-7855-4a6b-8eca-191a8e83023a","2f71585a-3ea8-40f8-8e02-e155477fd8b5","9c5743e9-7fae-483a-b591-496afdd905f2","dd95d377-a61e-4b62-a883-ed491c48da15"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","FCA","J25","MID","MOC","PMID","TDC"],"rulings":[{"date":"2021-09-24","text":"Although the Human tokens created by the triggered ability are attacking, they were never declared as attacking creatures (for the purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2021-09-24","text":"Attacking with any creatures will cause Adeline's last ability to trigger. Adeline doesn't have to be among them."},{"date":"2021-09-24","text":"The ability that defines Adeline's power works in all zones, not just the battlefield. As long as Adeline is on the battlefield (and still a creature), that ability will count Adeline itself."},{"date":"2021-09-24","text":"Tokens will be created for each of your opponents, not just opponents that you attacked."},{"date":"2021-09-24","text":"You choose whether each token is attacking that opponent or a planeswalker they control as those tokens enter the battlefield."}],"rarities":["rare"]},"adipose offspring":{"name":"Adipose Offspring","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Alien"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Emerge {5}{W} (You may cast this spell by sacrificing a creature and paying the emerge cost reduced by that creature's mana value.)\nWhen this creature enters, create a 2/2 white Alien creature token. If this creature's emerge cost was paid, instead create X of those tokens, where X is the sacrificed creature's toughness.","non_ability_text":null,"flavor_name":null,"keywords":[{"Emerge":{"type":"Cost","shards":["White"],"generic":5}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Alien","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Alien"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Alien","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Alien"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"CostPaidObject"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CastVariantPaid","variant":"Emerge"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 2/2 white Alien creature token. If ~'s emerge cost was paid, instead create X of those tokens, where X is the sacrificed creature's toughness.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1e21e57e-3bc9-41a8-9746-57b583a5ad63","metadata":{"related_token_ids":["b7e1f480-5560-5f11-8f61-3c9b1cc963fa"],"source_printing_ids":["68f91092-b679-46c1-9f0c-3b286ee1d02f","9b98e0b0-ff76-4e71-a266-82e1f1c00e54","bc1974b3-59dd-40ed-8d82-61d2b1b7fad5","d333c352-9edd-425e-80d8-7d61c76da298"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"For Adipose Offspring's last ability, use the toughness of the sacrificed creature as it existed when it was last on the battlefield, which may be different from its toughness in the graveyard."}],"rarities":["rare"]},"adorable kitten":{"name":"Adorable Kitten","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":["Host"],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, roll a six-sided die. You gain life equal to the result.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":6,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, roll a six-sided die. You gain life equal to the result.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"748d5353-b66c-4d7a-8c55-0d28fefb1e2a","metadata":{"source_printing_ids":["2729cce6-f380-4c94-ac64-3a2487da6130","d25ff6aa-a01d-49f2-926f-8f5457143b5c"]},"legalities":{},"printings":["UND","UST"],"rulings":[{"date":"2018-01-19","text":"Host creatures each have an ability that triggers when it enters the battlefield. It functions like any other creature."}],"rarities":["common"]},"adorned pouncer":{"name":"Adorned Pouncer","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"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.)","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike",{"Eternalize":{"type":"Mana","data":{"type":"Cost","shards":["White","White"],"generic":3}}}],"abilities":[{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetColor","colors":["Black"]},{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"RemoveManaCost"},{"type":"AddSubtype","subtype":"Zombie"}]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White","White"],"generic":3}},{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"80b8ee3d-4174-4f47-a533-a3db1e703382","metadata":{"related_token_ids":["d4974282-1fae-53a6-84c1-db1374537f07"],"source_printing_ids":["865e267d-450c-4eeb-b61d-bd0ec5d8534a","90cbdcc2-b8a5-4098-98bd-38af59fcfea7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["HA4","HOU","PHOU","PLST","PRM"],"rulings":[{"date":"2017-07-14","text":"For each card with eternalize, a corresponding game play supplement token can be found in some Hour of Devastation booster packs. These supplements are not required to play with cards with eternalize; you can use the same items to represent an eternalized token as you would any other token."},{"date":"2017-07-14","text":"If a creature card with eternalize is put into your graveyard during your main phase, you'll have priority immediately afterward. You can activate its eternalize ability before any player can try to exile it, such as with Crook of Condemnation, if it's legal for you to do so."},{"date":"2017-07-14","text":"Once you've activated an eternalize ability, the card is immediately exiled. Opponents can't try to stop the ability by exiling the card with an effect such as that of Crook of Condemnation."},{"date":"2017-07-14","text":"The token copies exactly what was printed on the original card and nothing else, except the characteristics specifically modified by eternalize. It doesn't copy any information about the object the card was before it was put into your graveyard."},{"date":"2017-07-14","text":"The token is a Zombie in addition to its other types and is black instead of its other colors. Its base power and toughness are 4/4. It has no mana cost, and thus its mana value is 0. These are copiable values of the token that other effects may copy."}],"rarities":["rare"]},"adrenaline jockey":{"name":"Adrenaline Jockey","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Minotaur","Pilot"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a spell, if it's not their turn, this creature deals 4 damage to them.\nWhenever you activate an exhaust ability, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell, if it's not their turn, ~ deals 4 damage to them.","constraint":null,"condition":{"type":"Not","condition":{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}}},"batched":false},{"mode":{"KeywordAbilityActivated":{"type":"Exhaust"}},"execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate an exhaust ability, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c3dc6b0e-8790-4bd3-b166-63b2dc77488f","metadata":{"source_printing_ids":["c8655373-320d-440d-b700-d03413f743fd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rulings":[{"date":"2025-02-07","text":"Exhaust abilities can be activated any time you could normally activate an ability."},{"date":"2025-02-07","text":"If an ability triggers whenever you activate an exhaust ability, that ability resolves before the exhaust ability resolves."},{"date":"2025-02-07","text":"If an exhaust ability of a permanent is activated, and then that permanent leaves the battlefield and returns to the battlefield, it becomes a new object so its exhaust ability can be activated again."}],"rarities":["uncommon"]},"advanced reconstruction":{"name":"Advanced Reconstruction","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Class"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Gain the next level as a sorcery to add its ability.)\nAt the beginning of your first main phase, mill a card, then exile a card from your graveyard at random. You may play the exiled card this turn.\n{1}{R}: Level 2\nWhenever one or more cards leave your graveyard, this Class deals 2 damage to each opponent.\n{1}{R}: Level 3\nSpells you cast from anywhere other than your hand cost {2} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetClassLevel","level":2},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{R}: Level 2","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":1}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":3},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{R}: Level 3","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"target_selection_mode":{"type":"Random"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, mill a card, then exile a card from your graveyard at random. You may play the exiled card this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":2},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more cards leave your graveyard, ~ deals 2 damage to each opponent.","constraint":null,"condition":{"type":"ClassLevelGE","level":2},"batched":true}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"ClassLevelGE","level":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast from anywhere other than your hand cost {2} less to cast."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f00bc101-8082-4459-b987-f0c4b7a12344","metadata":{"source_printing_ids":["cc912fec-827d-4deb-8430-79f5ea31ca9b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"If multiple cards leave your graveyard at the same time, Advanced Reconstruction's level 2 ability will trigger only once."},{"date":"2026-03-20","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions (such as that of Advanced Reconstruction's level 3 ability). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."},{"date":"2026-03-20","text":"You pay all costs and follow all timing rules for cards played this way. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty and only if you have an available land play remaining."}],"rarities":["rare"]},"adventure awaits":{"name":"Adventure Awaits","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top five cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in a random order. If you didn't put a card into your hand this way, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":5},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at the top five cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in a random order. If you didn't put a card into your hand this way, draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"70235727-e330-46fa-b057-ddbb55cd1ac3","metadata":{"source_printing_ids":["9e0da1fe-1e92-4372-a4fe-eeb7ed9d1cba","db50f988-da46-4b9b-9cc5-78497df2df8b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J25","ZNR"],"rulings":[{"date":"2020-09-25","text":"If you draw a card this way, that card is the next one in your library after putting the five cards from the top of your library on the bottom."}],"rarities":["common"]},"adventuring gear":{"name":"Adventuring Gear","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, equipped creature gets +2/+2 until end of turn.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, equipped creature gets +2/+2 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"17042684-7af4-43a6-88c7-885032cfb27c","metadata":{"source_printing_ids":["361f9b99-5b5d-40da-b4b9-5ad90f6280ee","3aa395f2-656e-4bf3-bd9b-6240bd3e2774","d7493ccb-98a1-4032-9e01-5535d29e106b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J22","ZEN"],"rulings":[{"date":"2009-10-01","text":"If Adventuring Gear leaves the battlefield before its landfall ability resolves, the creature it was attached to at the time it left the battlefield gets +2/+2. If it wasn't attached to a creature at that time, nothing gets the bonus."},{"date":"2009-10-01","text":"The landfall ability gives +2/+2 to the creature that's equipped by Adventuring Gear at the time that ability resolves. It doesn't matter what creature Adventuring Gear was attached to (if any) when it triggered. That bonus remains with that creature even if Adventuring Gear leaves the battlefield or becomes attached to a different creature later in the turn."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["common","uncommon"]},"aeon engine":{"name":"Aeon Engine","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters tapped.\n{T}, Exile this artifact: Reverse the game's turn order. (For example, if play had proceeded clockwise around the table, it now goes counterclockwise.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ReverseTurnOrder"},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Exile","count":1,"zone":null,"filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":"{T}, Exile ~: Reverse the game's turn order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"af471455-6b9f-4c14-bb90-a74a44ecd247","metadata":{"source_printing_ids":["ea4dfdd7-f35a-45d6-9fc7-2c096f92dd5f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19"],"rulings":[{"date":"2019-08-23","text":"If the game’s turn order is reversed again, it will return to the default order used at the beginning of the game."},{"date":"2019-08-23","text":"If the turn order is reversed during a two-player game, or during a multiplayer game that only has two players left, it has no noticeable effect on the game."},{"date":"2019-08-23","text":"If the turn order is reversed during an extra turn, the next non-extra turn will be taken by the next player in turn order from the last player who took a non-extra turn. The order of any pending extra turns isn’t affected."},{"date":"2019-08-23","text":"This effect reverses the turn order for players established at the beginning of the game. While the order is reversed, anything that cares about this order (such as determining in what order choices are made) will use the new order."}],"rarities":["rare"]},"aerial extortionist":{"name":"Aerial Extortionist","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature enters or deals combat damage to a player, exile up to one target nonland permanent. For as long as that card remains exiled, its owner may cast it.\nWhenever another player casts a spell from anywhere other than their hand, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":null,"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"that card remains exiled"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters, exile up to one target nonland permanent. For as long as that card remains exiled, its owner may cast it.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":null,"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"that card remains exiled"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, exile up to one target nonland permanent. For as long as that card remains exiled, its owner may cast it.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"spell_cast_origin":{"type":"NotEquals","data":"Hand"},"description":"Whenever another player casts a spell from anywhere other than their hand, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7e7d7f4d-2c22-4803-ba5e-5eb653c25b5e","metadata":{"source_printing_ids":["219a1d6c-e886-4d5a-a501-d5149fcd1871","5353bcb9-800d-4d74-95fa-42350a0f25de","d51d45ad-1301-43e3-a56f-c3cc2b9383a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MKC","NCC","PNCC"],"rarities":["rare"]},"aerial toastmaster":{"name":"Aerial Toastmaster","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Cyborg","Rigger"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\n{3}{W}, Sacrifice another artifact: This creature assembles a Contraption. (Put the top card of your Contraption deck face up onto one of your sprockets.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"AssembleContraptions","count":{"type":"Fixed","value":1}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":3}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]},"count":1}]},"sub_ability":null,"duration":null,"description":"{3}{W}, Sacrifice another artifact: ~ assembles a Contraption.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0812efc4-ae7b-474c-b385-55b5b73a811e","metadata":{"source_printing_ids":["b7290b56-22c2-4905-8add-0550a12db082"]},"legalities":{},"printings":["UST"],"rarities":["uncommon"]},"aether burst":{"name":"Aether Burst","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return up to X target creatures to their owners' hands, where X is one plus the number of cards named Aether Burst in all graveyards as you cast this spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return up to X target creatures to their owners' hands, where X is one plus the number of cards named Aether Burst in all graveyards as you cast this spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Named","name":"Aether Burst"},{"type":"InZone","zone":"Graveyard"}]}}},"offset":1}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1e33f39b-a61a-4a09-a541-16cc1bd53d02","metadata":{"source_printing_ids":["3d09ea4a-0d3a-40b8-be0f-a31693099c4f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rarities":["common"]},"aetherflux reservoir":{"name":"Aetherflux Reservoir","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a spell, you gain 1 life for each spell you've cast this turn.\nPay 50 life: This artifact deals 50 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":50},"target":{"type":"Any"}},"cost":{"type":"PayLife","amount":{"type":"Fixed","value":50}},"sub_ability":null,"duration":null,"description":"Pay 50 life: ~ deals 50 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, you gain 1 life for each spell you've cast this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"5f15125e-ae89-471e-b055-226a783bc7c1","metadata":{"source_printing_ids":["7f5342d5-b8a6-46ee-afd7-b333bb836a7c","8542d37d-99cd-4b64-a524-94d2b2a4d9c3","8e0d4b0c-75c9-432f-8bb0-18950ee1947b","96b6b2e1-c3e6-464c-8a13-b15deb34e862","a19099ae-23f4-4167-abc6-edea9afc032c","fe0c708d-771f-4356-8525-932d2690989b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRR","KLD","KLR","PKLD","PLST"],"rulings":[{"date":"2016-09-20","text":"Aetherflux Reservoir's first ability doesn't trigger when you cast Aetherflux Reservoir itself."},{"date":"2016-09-20","text":"The first ability counts spells you cast earlier in the turn even if you didn't control Aetherflux Reservoir as you cast them, and even if those spells were countered."},{"date":"2016-09-20","text":"The first ability counts the spell that caused it to trigger plus any other spells you cast earlier in the turn."},{"date":"2016-09-20","text":"The number of spells you've cast is counted only as Aetherflux Reservoir's triggered ability resolves. For example, if you cast a spell, then respond to the triggered ability with a second spell, you'll gain 4 life total."}],"rarities":["rare","mythic"]},"aetherling":{"name":"Aetherling","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"{U}: Exile this creature. Return it to the battlefield under its owner's control at the beginning of the next end step.\n{U}: This creature can't be blocked this turn.\n{1}: This creature gets +1/-1 until end of turn.\n{1}: This creature gets -1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{U}: Exile ~. Return it to the battlefield under its owner's control at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: ~ can't be blocked this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: ~ gets +1/-1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: ~ gets -1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b980bf11-9e12-4ee9-83c1-45706d9ae344","metadata":{"source_printing_ids":["9c93313b-cf43-47e9-a911-717b4d14b0b5","c1601562-999f-4bda-9211-65e9ca40e818"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DGM","PIO"],"rulings":[{"date":"2013-04-15","text":"Aetherling's first ability will return it to the battlefield only if that ability also exiled it. If Aetherling left the battlefield in response to that ability, it won't return, even if it was exiled by another spell or ability."},{"date":"2013-04-15","text":"Aetherling's last ability can be activated even if its power is 0 or less. If a creature would assign 0 or less damage in combat, it doesn't assign combat damage at all."}],"rarities":["rare"]},"afiya grove":{"name":"Afiya Grove","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This enchantment enters with three +1/+1 counters on it.\nAt the beginning of your upkeep, move a +1/+1 counter from this enchantment onto target creature.\nWhen this enchantment has no +1/+1 counters on it, sacrifice it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":"P1P1","count":{"type":"Fixed","value":1},"mode":"Move","selection":"StackTarget","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, move a +1/+1 counter from ~ onto target creature.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ has no +1/+1 counters on it, sacrifice it.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"P1P1"},"minimum":0,"maximum":0},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"056a98aa-f3f7-4ac9-9755-3e8a60a59abb","metadata":{"source_printing_ids":["c495e1f3-0845-4556-83e6-de8b9d518d1d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"If there are any creatures on the battlefield, even if they are just your opponent’s, you must put a +1/+1 on one of them. If there are no creatures on the battlefield, then no counter is removed from this card."}],"rarities":["rare"]},"agatha of the vile cauldron":{"name":"Agatha of the Vile Cauldron","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Activated abilities of creatures you control cost {X} less to activate, where X is Agatha's power. This effect can't reduce the mana in that cost to less than one mana.\n{4}{R}{G}: Other creatures you control get +1/+1 and gain trample and haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 and gain trample and haste"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red","Green"],"generic":4}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{4}{R}{G}: Other creatures you control get +1/+1 and gain trample and haste until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Reduce","keyword":"activated","amount":1,"minimum_mana":1,"dynamic_count":{"type":"Power","scope":{"type":"Source"}},"exemption":"None"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of creatures you control cost {X} less to activate, where X is ~'s power. This effect can't reduce the mana in that cost to less than one mana."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"f398d222-f8e7-4983-9a77-267adef7f551","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["cd5f6c96-698d-4f5c-81ec-91176bd2e6e8","d6c48f07-63b7-4a60-8da6-ce77405abf1e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities are activated abilities and will have colons in their reminder text. Triggered abilities (starting with \"when,\" \"whenever,\" or \"at\") are unaffected by the cost reduction ability of Agatha of the Vile Cauldron."},{"date":"2023-09-01","text":"Agatha of the Vile Cauldron's first ability affects only abilities of creatures you control on the battlefield. The costs of activated abilities of creature cards that work in other zones (such as cycling) won't be reduced."}],"rarities":["mythic"]},"agatha's soul cauldron":{"name":"Agatha's Soul Cauldron","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may spend mana as though it were mana of any color to activate abilities of creatures you control.\nCreatures you control with +1/+1 counters on them have all activated abilities of all creature cards exiled with Agatha's Soul Cauldron.\n{T}: Exile target card from a graveyard. When a creature card is exiled this way, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Exile target card from a graveyard. When a creature card is exiled this way, put a +1/+1 counter on target creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"SpendManaAsAnyColor":{"activation_source_filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"affected":{"type":"Player"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may spend mana as though it were mana of any color to activate abilities of creatures you control."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"GrantAllActivatedAbilitiesOf","source":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with +1/+1 counters on them have all activated abilities of all creature cards exiled with ~."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"c259e16f-2a44-4552-8678-815f757a02e8","metadata":{"source_printing_ids":["019b51b0-e5c6-4208-922b-7736686dddcd","dec5fc59-73d8-4735-88f1-3dbd1f15a546"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities are activated abilities and will have colons in their reminder text."},{"date":"2023-09-01","text":"Agatha's Soul Cauldron grants only activated abilities. It doesn't grant keyword abilities (unless those keyword abilities are activated), triggered abilities, or static abilities."},{"date":"2023-09-01","text":"The granted abilities effectively use \"this permanent\" rather than \"[that card's name],\" so you treat the abilities as though they were printed on the creature that gained the ability. For example, say you exiled the card Argothian Sprite with Agatha's Soul Cauldron. Argothian Sprite has the ability \"{7}: Put two +1/+1 counters on Argothian Sprite.\" If you controlled a Callous Sell-Sword with a +1/+1 counter on it, you'd treat it as though it had the ability \"{7}: Put two +1/+1 counters on Callous Sell-Sword.\""}],"rarities":["mythic"]},"agency coroner":{"name":"Agency Coroner","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ogre","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"{2}{B}, Sacrifice another creature: Draw a card. If the sacrificed creature was suspected, draw two cards instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":1}]},"sub_ability":{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CostPaidObjectMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Suspected"}]}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}{B}, Sacrifice another creature: Draw a card. If the sacrificed creature was suspected, draw two cards instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3686fd97-49ff-4a92-9cb2-7d8e9438d945","metadata":{"source_printing_ids":["d63f2c23-e877-42e3-9362-5d003a173c6d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"Being suspected isn't a copiable value. If a permanent becomes a copy of a suspected creature, it won't be suspected."},{"date":"2024-02-02","text":"If a creature is already suspected, suspecting it again won't have any effect."},{"date":"2024-02-02","text":"If a suspected creature loses all abilities, it will lose menace and \"This creature can't block\", but it won't stop being suspected."},{"date":"2024-02-02","text":"There's no limit to the number of creatures that can be suspected simultaneously. Suspecting a new creature doesn't cause other creatures to stop being suspected."},{"date":"2024-02-02","text":"When an effect suspects a creature, it becomes suspected. It gains menace and \"This creature can't block\" for as long as it's suspected. It stays suspected until it leaves the battlefield or another effect causes it to no longer be suspected."}],"rarities":["common"]},"agent of treachery":{"name":"Agent of Treachery","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, gain control of target permanent.\nAt the beginning of your end step, if you control three or more permanents you don't own, draw three cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, gain control of target permanent.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you control three or more permanents you don't own, draw three cards.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4cd82c7a-86df-4d29-b578-c009208c0d4b","metadata":{"source_printing_ids":["06b4ed70-caf5-4f83-9a24-22c81b11932a","6e593b9b-a584-48cd-8b92-b65c3eee0b80","cc6686e6-4535-49be-b0b3-e76464656cd2"]},"legalities":{"brawl":"banned","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M20","PM20","SLD","TLE"],"rulings":[{"date":"2019-07-12","text":"A token's owner is the player who created it."},{"date":"2019-07-12","text":"Agent of Treachery's effect lasts indefinitely. It doesn't wear off during the cleanup step, and it doesn't expire if Agent of Treachery leaves the battlefield. In a multiplayer game, it does expire if you leave the game."},{"date":"2019-07-12","text":"Gaining control of a creature doesn't cause you to gain control of any Auras or Equipment attached to it. Gaining control of an Aura or Equipment doesn't change what it's currently attached to."},{"date":"2019-07-12","text":"If you don't control three permanents you don't own as your end step begins, Agent of Treachery's last ability doesn't trigger. If you no longer control three permanents you don't own as it resolves, you won't draw three cards. Those don't have to be the same three permanents each time."},{"date":"2019-07-12","text":"If you gain control of a permanent \"until end of turn,\" that effect will wear off during the cleanup step, after the end step. You'll control that permanent while considering Agent of Treachery's last ability."}],"rarities":["rare","mythic"]},"aggravated assault":{"name":"Aggravated Assault","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{3}{R}{R}: Untap all creatures you control. After this main phase, there is an additional combat phase followed by an additional main phase. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red"],"generic":3}},"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"PreCombatMain","followed_by":["PostCombatMain"],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{3}{R}{R}: Untap all creatures you control. After this main phase, there is an additional combat phase followed by an additional main phase. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"20129459-a386-41eb-899d-1aede3427300","metadata":{"source_printing_ids":["01499449-5614-428f-8fc1-1fa74f7114ad","179ed1be-c16d-45a9-bb21-b72545e69a5c","61310de0-9eee-4683-83bd-0c8434fde8d1","6bcaa16c-4841-4962-88ca-b17175189e5c","7bcfc82b-3e8a-4785-a87e-e96b5bfca90f","8f9fa105-6829-431c-8386-8e3e9deff2db","a5e5ec5c-c50d-4c26-a7ad-f28124c35f9b","a6a8223a-98f9-43b9-aa89-b6a2c6fcaebe","c99c5707-d5f2-4675-bfca-e801e6b0f627"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["E02","MP2","ONS","SLD","WOT"],"rulings":[{"date":"2004-10-04","text":"If you have enough mana, the ability may be activated more than once in a turn."},{"date":"2023-09-01","text":"You will normally activate this ability during your postcombat main phase so you can untap any creatures that attacked."}],"rarities":["rare","special"],"bracket_signals":{"game_changer":false,"mass_land_denial":false,"extra_turn":true,"efficient_tutor":false}},"aggression":{"name":"Aggression","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant non-Wall creature\nEnchanted creature has first strike and trample.\nAt the beginning of the end step of enchanted creature's controller, destroy that creature if it didn't attack this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step of enchanted creature's controller, destroy that creature if it didn't attack this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has first strike and trample."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"b6c38a2b-2fe8-4080-80ce-cfa12aaf57f0","metadata":{"source_printing_ids":["f3f26060-0c24-496c-b8e2-4dac7ea6166b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ICE"],"rulings":[{"date":"2006-10-15","text":"Moving the enchantment after the ability triggers will not affect which creatures are affected."}],"rarities":["uncommon"]},"agitator ant":{"name":"Agitator Ant","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, each player may put two +1/+1 counters on a creature they control. Goad each creature that had counters put on it this way. (Until your next turn, those creatures attack each combat if able and attack a player other than you if able.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GoadAll","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each player may put two +1/+1 counters on a creature they control. Goad each creature that had counters put on it this way.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"abe377f8-35f0-4dea-a681-91d31a36815c","metadata":{"source_printing_ids":["29d1122e-ac2d-4d95-829b-7b3b54159a4a","6a61c242-5273-430c-b14e-fb76dc782ba3","bc63ff71-ff42-4baf-977b-55f69c8e122f","c58f8394-db7d-496b-a6bf-481b3cc55fc8","e885f56a-a1e8-4289-bbf5-3b156e53f7db"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","CLB","MKC","NCC","NEC"],"rulings":[{"date":"2020-04-17","text":"As Agitator Ant's ability resolves, first you choose which creature you control, if any, to put two +1/+1 counters on, then each other player in turn order does the same, knowing the choices made before them. Then each chosen creature receives its +1/+1 counters and becomes goaded."},{"date":"2020-04-17","text":"If a creature can't have +1/+1 counters put on it, its controller can't choose it just to have it become goaded. If it can have counters put on it but replacement effects cause it not to receive +1/+1 counters, it doesn't become goaded."},{"date":"2023-06-30","text":"Attacking with a goaded creature doesn't cause it to stop being goaded. If there is an additional combat phase that turn, or if another player gains control of it before it stops being goaded, it must attack again if able."},{"date":"2023-06-30","text":"Being goaded isn't an ability the creature has. Once it's been goaded, it must attack as detailed above even if it loses all abilities."},{"date":"2023-06-30","text":"If a creature you control has been goaded by multiple opponents, it must attack one of your opponents that hasn't goaded it, as that fulfills the maximum number of goad requirements. If a creature you control has been goaded by each of your opponents, the creature must attack an opponent (rather than a planeswalker or battle), but you choose which opponent it attacks."},{"date":"2023-06-30","text":"If the creature doesn't meet any of the above exceptions and can attack, it must attack a player other than the controller of the spell or ability that goaded it if able. If the creature can't attack any of those players but could otherwise attack, it must attack a planeswalker an opponent controls, a battle an opponent controls, or a player who goaded it."},{"date":"2023-06-30","text":"If, during a player's declare attackers step, a creature that player controls that's been goaded is tapped, is affected by a spell or ability that says it can't attack, or hasn't been under that player's control continuously since the turn began (and doesn't have haste), then it doesn't attack. If there's a cost associated with having a creature attack a player, its controller isn't forced to pay that cost, so it doesn't have to attack that player."}],"rarities":["rare"]},"agrus kos, eternal soldier":{"name":"Agrus Kos, Eternal Soldier","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever Agrus Kos becomes the target of an ability that targets only it, you may pay {1}{R/W}. If you do, copy that ability for each other creature you control that ability could target. Each copy targets a different one of those creatures. ({R/W} can be paid with either {R} or {W}.)","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":{"Unknown":"Whenever ~ becomes the target of an ability that targets only it"},"execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["RedWhite"],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Any"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes the target of an ability that targets only it, you may pay {1}{R/W}. If you do, copy that ability for each other creature you control that ability could target. Each copy targets a different one of those creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"3d19823a-dbb8-4384-81f4-5c6818b7f46d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["ea531418-6c7c-4e23-b681-6bfdd4a3eb79"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["J22"],"rulings":[{"date":"2022-12-02","text":"Any creature you control that can't be targeted by the copied ability (due to protection abilities, targeting restrictions, or any other reason) is just ignored. No copy is created for that creature."},{"date":"2022-12-02","text":"If an ability has multiple targets, but it's targeting Agrus Kos with all of them, the last ability triggers. In that case, each of the copies will also target only one of those creatures."},{"date":"2022-12-02","text":"If the ability that's copied has an X whose value was determined as it was put on the stack, the copies have the same value of X."},{"date":"2022-12-02","text":"If the ability that's copied is modal (that is, it says \"Choose one —\" or the like), the copies will have the same mode. Their controller can't choose a different one."},{"date":"2022-12-02","text":"The controller of Agrus Kos controls all the copies, no matter which player controlled the original ability. That player chooses the order the copies are put on the stack. The original ability will be on the stack beneath those copies and will resolve last."},{"date":"2022-12-02","text":"The last ability triggers whenever Agrus Kos, Eternal Soldier becomes the target of an ability that targets it and no other object or player. It doesn't matter who controls the ability."}],"rarities":["rare"]},"agrus kos, spirit of justice":{"name":"Agrus Kos, Spirit of Justice","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit","Detective"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Double strike, vigilance\nWhenever Agrus Kos enters or attacks, choose up to one target creature. If it's suspected, exile it. Otherwise, suspect it. (A suspected creature has menace and can't block.)","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike","Vigilance"],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Suspect","target":{"type":"ParentTarget"},"scope":{"type":"Single"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"HasObjectTarget"},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Suspected"}]},"use_lki":false}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, choose up to one target creature. If it's suspected, exile it. Otherwise, suspect it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"11b7ee78-fca6-4b34-93e4-e60492583d50","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["55fc7b85-a321-4259-9fe6-a107d6d79819","58aeac7c-1275-49d4-9915-7604ae4bfdff","7fd2d61c-194a-482b-9c59-6800d6cc3a5b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"Being suspected isn't a copiable value. If a permanent becomes a copy of a suspected creature, it won't be suspected."},{"date":"2024-02-02","text":"If a creature is already suspected, suspecting it again won't have any effect."},{"date":"2024-02-02","text":"If a suspected creature loses all abilities, it will lose menace and \"This creature can't block\", but it won't stop being suspected."},{"date":"2024-02-02","text":"There's no limit to the number of creatures that can be suspected simultaneously. Suspecting a new creature doesn't cause other creatures to stop being suspected."},{"date":"2024-02-02","text":"When an effect suspects a creature, it becomes suspected. It gains menace and \"This creature can't block\" for as long as it's suspected. It stays suspected until it leaves the battlefield or another effect causes it to no longer be suspected."}],"rarities":["mythic"]},"air elemental":{"name":"Air Elemental","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7744bae4-a8b7-44a5-9b4c-0048ad4cc448","metadata":{"source_printing_ids":["0fc9ba0a-2840-48cb-8cf4-ef2a5f273849","194d52c7-cdaf-49bc-ae32-350a526af239","22905294-4ba6-4567-a21f-f53b8317acda","2299d07b-f6d2-4f9c-bc15-24620ccf2a26","36a94a6d-26b1-4486-9444-ec366e6f4d6e","3b15648c-1d88-42ec-b2f7-aab9a8c256a2","4aeebaea-a2b2-48a3-8bd3-b605684d41b6","50765ffc-8f33-4c89-94b1-65ff6c8923cd","53ea9019-a80c-4973-9d6a-6d414062f8e0","5a93fe66-620a-4f47-8a07-cff887c1e5d4","5d31dca7-df16-4a70-8f17-b78d745bac96","692bd3dd-4aa8-44a8-9f96-fd6e8698b6a2","69c3b2a3-0daa-4d42-832d-fcdfda6555ea","81ac7bdf-a722-4bed-b480-a1c2f80c5d64","9004140e-0369-44ae-84eb-5208a7ef4ced","980f75a4-7145-43c0-867a-cafbfaa2944e","a27efec0-40c4-48bc-a21a-3af28a6529b5","b00518cc-16b9-42ff-9ecd-5f908b27a7d4","b0720105-eb26-42a0-a12e-1f05e8af0f3d","bc617b0e-e20e-4744-b004-92cc3459dc14","be2326dd-78c9-46bb-a459-306602939a41","c8235805-543a-422e-bd32-558d198e5686","dbdd0db1-198d-4ad9-aa07-d62748af9d76","e0331818-208c-460a-b15d-81c8fd54669d","e5cfaefb-764c-4c56-bdb3-5f0375168597","ef5b8140-a157-4c20-a428-fa7250ab34e1","f0267612-fd15-497f-b6be-9e2797e6895d","f9de2b27-f7d1-4e2d-97b2-2bb236b6fb10","fecc022a-9643-48af-8423-2923036c147f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ANB","BRB","BTD","CED","CEI","DD2","DPA","FBB","GNT","J25","JVC","LEA","LEB","M10","M19","M20","ME4","P02","PLST","PS11","S99","SUM","W17","XLN"],"rarities":["uncommon"]},"air nomad student":{"name":"Air Nomad Student","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your end step, if this creature didn't attack this turn, put a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if ~ didn't attack this turn, put a +1/+1 counter on it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"And","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"AttackedThisTurn"}]}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a468f6ab-c0a8-4295-8b01-7147d3f889b4","metadata":{"source_printing_ids":["18e539c8-f0c5-4715-97a5-b060d996eef2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TLE"],"rarities":["uncommon"]},"ajani's pridemate":{"name":"Ajani's Pridemate","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"95e94dea-5ac0-4d6f-adec-ca147aee861f","metadata":{"source_printing_ids":["1796b260-7053-4d68-9918-c7392e312d10","222c1a68-e34c-4103-b1be-17d4ceaef6ce","296d0c32-1b7d-4c91-8675-2543c97a3753","2f717e04-c078-4696-9ed6-e973033d7be0","3a558693-629f-4921-ae82-396c133f9117","6bc35481-1f63-4c04-aee9-b3fe8eb89916","aab58d83-5930-4d28-a26c-225c7a872216","b3656310-093d-4724-a399-7f7010843b1f","c2b8706a-184f-4be4-b2d5-809e740ede89","d34e7982-f4f2-444d-8039-538b2ed4dc6e","d4cfb9bc-4273-4e5f-a7ac-2006a8345a4e","e411cacd-910b-4eda-8f67-03b426c94ebe","f70d1452-6b61-4c63-841f-4256ac498e9f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["C13","CLU","DDH","FDN","IMA","J22","J25","M11","M15","M19","PLST","TSR","WAR"],"rulings":[{"date":"2024-11-08","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Ajani's Pridemate's ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-11-08","text":"If Ajani's Pridemate is dealt lethal damage at the same time that you gain life, it won't receive a counter from its ability in time to save it."},{"date":"2024-11-08","text":"If you gain an amount of life \"for each\" of something or \"equal to the number\" of something, that life is gained as one event and Ajani's Pridemate's ability triggers only once."},{"date":"2024-11-08","text":"In a Two-Headed Giant game, life gained by your teammate won't cause Ajani's Pridemate's ability to trigger, even though it caused your team's life total to increase."},{"date":"2024-11-08","text":"The ability of Ajani's Pridemate triggers just once for each life-gaining event, whether it's 1 life from Dazzling Angel or 4 life from Apothecary Stomper."}],"rarities":["uncommon","special"]},"ajani, nacatl avenger":{"name":"Ajani, Nacatl Avenger","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Ajani"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"[+2]: Put a +1/+1 counter on each Cat you control.\n[0]: Create a 2/1 white Cat Warrior creature token. When you do, if you control a red permanent other than Ajani, he deals damage equal to the number of creatures you control to any target.\n[−4]: Each opponent chooses an artifact, a creature, an enchantment, and a planeswalker from among the nonland permanents they control, then sacrifices the rest.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[{"Subtype":"Cat"}],"controller":"You","properties":[]}},"cost":{"type":"Loyalty","amount":2},"sub_ability":null,"duration":null,"description":"[+2]: Put a +1/+1 counter on each Cat you control.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Token","name":"Cat Warrior","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Cat","Warrior"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":0},"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[0]: Create a 2/1 white Cat Warrior creature token. When you do, if you control a red permanent other than ~, he deals damage equal to the number of creatures you control to any target.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChooseAndSacrificeRest","categories":["Artifact","Creature","Enchantment","Planeswalker"],"chooser_scope":"EachPlayerSelf","choose_filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"sacrifice_filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":-4},"sub_ability":null,"duration":null,"description":"[−4]: Each opponent chooses an artifact, a creature, an enchantment, and a planeswalker from among the nonland permanents they control, then sacrifices the rest.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","White"],"color_identity":["Red","White"],"scryfall_oracle_id":"2588f348-d7a3-46c8-9ace-dca53ed5ef99","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["d9743436-0dec-5c72-bfc5-54668a38d036"],"source_printing_ids":["0d16e8e0-31b2-4389-afd6-783c501f6fa0","e91ba1d4-3bca-45a2-ad9f-7abbcfe50dbd","f897d650-f1a2-4366-a025-f12c10310d96"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MH3","PMH3"],"rarities":["mythic"]},"ajani, nacatl pariah":{"name":"Ajani, Nacatl Pariah","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Cat","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Ajani enters, create a 2/1 white Cat Warrior creature token.\nWhenever one or more other Cats you control die, you may exile Ajani, then return him to the battlefield transformed under his owner's control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Cat Warrior","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Cat","Warrior"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 2/1 white Cat Warrior creature token.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Cat"}],"controller":"You","properties":[{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more other Cats you control die, you may exile ~, then return him to the battlefield transformed under his owner's control.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"2588f348-d7a3-46c8-9ace-dca53ed5ef99","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["d9743436-0dec-5c72-bfc5-54668a38d036"],"source_printing_ids":["0d16e8e0-31b2-4389-afd6-783c501f6fa0","e91ba1d4-3bca-45a2-ad9f-7abbcfe50dbd","f897d650-f1a2-4366-a025-f12c10310d96"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"A permanent with more than one type may be chosen as any of its types. For example, an artifact creature may be chosen as the artifact, the creature, or both. Choosing the same permanent twice this way has the same result as choosing it once."},{"date":"2024-06-07","text":"A transforming double-faced card enters the battlefield with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2024-06-07","text":"Each face of a transforming double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a transforming double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2024-06-07","text":"Each transforming double-faced card in this set is cast with its front face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2024-06-07","text":"If an opponent doesn't control any permanents of one of the types, they'll still choose the permanents of the types they do control."},{"date":"2024-06-07","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter the battlefield at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Ral, Monsoon Mage, choosing to exile that permanent during the resolution of its triggered ability will cause it to remain in exile."},{"date":"2024-06-07","text":"In a case where you create more than one Cat Warrior creature token with Ajani, Nacatl Avenger's second ability (for example, because of the effect of Doubling Season), the reflexive ability will trigger once for each Cat Warrior you made this way. If a replacement effect causes you to create different tokens instead (for example, the effect of Divine Visitation), the creation of those tokens won't cause the reflexive ability to trigger."},{"date":"2024-06-07","text":"In some rare cases, a spell or ability may cause Ajani, Nacatl Pariah to transform while it's a creature (front face up) on the battlefield. If this happens, Ajani, Nacatl Avenger won't have any loyalty counters on him and will subsequently be put into his owner's graveyard."},{"date":"2024-06-07","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Ral, Monsoon Mage's color identity is blue and red, since its front face is red and its back face has a blue and red color indicator."},{"date":"2024-06-07","text":"Lands can't be chosen and won't be sacrificed, even if they have any of the types referenced by Ajani, Nacatl Avenger's last ability."},{"date":"2024-06-07","text":"The back face of a transforming double-faced card usually has a color indicator that defines its color. Colorless back faces, such as lands, do not."},{"date":"2024-06-07","text":"The mana value of a transforming double-faced card is the mana value of its front face, no matter which face is up."},{"date":"2024-06-07","text":"When Ajani, Nacatl Avenger's last ability resolves, starting with the next opponent in turn order, each opponent in turn order chooses permanents they control. Each opponent will know the choices made by players who chose before them. They then sacrifice all of their unchosen nonland permanents simultaneously."},{"date":"2024-06-07","text":"You can activate one of Ajani, Nacatl Avenger's loyalty abilities the turn he enters the battlefield. However, you may do so only during one of your main phases when the stack is empty. For example, if Ajani, Nacatl Avenger enters the battlefield during combat, there will be an opportunity for your opponent to remove him before you can activate one of his abilities."},{"date":"2024-06-07","text":"You don't choose a target for Ajani, Nacatl Avenger's second ability when you activate it. Rather, if you control a red permanent other than Ajani, Nacatl Avenger, a second \"reflexive\" ability triggers when you create a Cat Warrior creature token this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["mythic"]},"alacrian armory":{"name":"Alacrian Armory","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +0/+1 and have vigilance.\nAt the beginning of combat on your turn, choose up to one target Mount or Vehicle you control. Until end of turn, that permanent becomes saddled if it's a Mount and becomes an artifact creature if it's a Vehicle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"BecomeSaddled","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"HasObjectTarget"},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":null,"properties":[]},"use_lki":false}]},"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"HasObjectTarget"},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":null,"properties":[]},"use_lki":false}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, choose up to one target Mount or Vehicle you control. Until end of turn, that permanent becomes saddled if it's a Mount and becomes an artifact creature if it's a Vehicle.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +0/+1 and have vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3fa2d51c-d549-4287-ac3b-76bc72bcd8bc","metadata":{"source_printing_ids":["d39f7f98-ad5e-4e5e-9f7b-abe0984ffe17"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"alania, divergent storm":{"name":"Alania, Divergent Storm","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Otter","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a spell, if it's the first instant spell, the first sorcery spell, or the first Otter spell other than Alania you've cast this turn, you may have target opponent draw a card. If you do, copy that spell. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, if it's the first instant spell, the first sorcery spell, or the first Otter spell other than ~ you've cast this turn, you may have target opponent draw a card. If you do, copy that spell. You may choose new targets for the copy.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"And","conditions":[{"type":"TriggeringSpellMatchesFilter","filter":{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":1}}]},{"type":"And","conditions":[{"type":"TriggeringSpellMatchesFilter","filter":{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":1}}]},{"type":"And","conditions":[{"type":"TriggeringSpellMatchesFilter","filter":{"type":"And","filters":[{"type":"Typed","type_filters":[{"Subtype":"Otter"}],"controller":null,"properties":[]},{"type":"Not","filter":{"type":"Named","name":"Alania, Divergent Storm"}}]}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"And","filters":[{"type":"Typed","type_filters":[{"Subtype":"Otter"}],"controller":null,"properties":[]},{"type":"Not","filter":{"type":"Named","name":"Alania, Divergent Storm"}}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":1}}]}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"63d50d5e-56de-44c4-b906-b2a21a56e3f3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["34ace81d-823f-43d1-902e-345418cd8fd2","436d6a84-4cea-4ca7-94aa-9d08280652af","f9dc7b8e-d381-49a0-a7f8-c8cd9acadc54"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"A resolving copy of a permanent spell becomes a token. That token isn’t “created” and won’t interact with abilities that care about tokens being created."},{"date":"2024-07-26","text":"Alania’s ability and the copy it creates both resolve before the spell that caused the ability to trigger. They resolve even if the spell is countered before the copy is created."},{"date":"2024-07-26","text":"Alania’s ability can trigger up to three times in a single turn: once when you cast your first instant, once when you cast your first sorcery, and once when you cast your first Otter spell other than Alania."},{"date":"2024-07-26","text":"Any choices made when the spell resolves won’t have been made yet when it’s copied. Any such choices will be made separately when the copy resolves."},{"date":"2024-07-26","text":"If the spell that’s copied has an X whose value was determined as it was cast, the copy has the same value of X."},{"date":"2024-07-26","text":"The copy is created on the stack, so it’s not “cast.” Abilities that trigger when a player casts a spell won’t trigger."},{"date":"2024-07-26","text":"The copy will have the same targets as the spell it’s copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can’t choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2024-07-26","text":"You can’t choose to pay any additional costs for a copied spell. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["rare"]},"alexios, deimos of kosmos":{"name":"Alexios, Deimos of Kosmos","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Berserker"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Trample\nAlexios attacks each combat if able, can't be sacrificed, and can't attack its owner.\nAt the beginning of each player's upkeep, that player gains control of Alexios, untaps it, and puts a +1/+1 counter on it. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player gains control of ~, untaps it, and puts a +1/+1 counter on it. It gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks each combat if able, can't be sacrificed, and can't attack its owner."},{"mode":{"Other":"CantBeSacrificed"},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks each combat if able, can't be sacrificed, and can't attack its owner."},{"mode":"CantAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks each combat if able, can't be sacrificed, and can't attack its owner.","attack_defended":"Owner"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"81c6c4f0-81ad-463c-a42b-60a73e6d70f3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["ab907c09-56c0-40ed-aebd-63b64c7e1c2e","d00d6fad-24c7-47dc-8feb-de58c8e51c33","e81b94b2-4052-4686-a788-9baf0fa0f81a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ACR"],"rulings":[{"date":"2024-07-05","text":"Alexios can attack planeswalkers its owner controls and battles its owner protects."},{"date":"2024-07-05","text":"Alexios can't be sacrificed for any reason. If an effect instructs you to sacrifice it, you can't and it remains on the battlefield. You also can't sacrifice it to pay a cost that requires you to sacrifice a creature."},{"date":"2024-07-05","text":"If Alexios can't attack for any reason (such as being tapped), then it doesn't attack. If there's a cost associated with having it attack, its controller isn't forced to pay that cost, so it doesn't have to attack in that case either."},{"date":"2024-07-05","text":"If Alexios is controlled by a player other than its owner and its controller leaves the game, the effect giving that player control of Alexios ends. Alexios will return to the control of the player still in the game who most recently controlled it."},{"date":"2024-07-05","text":"If Alexios's owner leaves the game, Alexios leaves the game along with them."},{"date":"2024-07-05","text":"If an effect instructs you to sacrifice a creature and you control any creatures other than Alexios, you must sacrifice one of those other creatures. You can't try to sacrifice Alexios."}],"rarities":["uncommon"]},"alhammarret, high arbiter":{"name":"Alhammarret, High Arbiter","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs Alhammarret enters, each opponent reveals their hand. You choose the name of a nonland card revealed this way.\nYour opponents can't cast spells with the chosen name (as long as this creature is on the battlefield).","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"As ~ enters, each opponent reveals their hand. You choose the name of a nonland card revealed this way."},"cost":null,"sub_ability":null,"duration":null,"description":"As ~ enters, each opponent reveals their hand. You choose the name of a nonland card revealed this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"CantBeCast":{"who":"Opponents"}},"affected":{"type":"HasChosenName"},"modifications":[],"condition":{"type":"SourceInZone","zone":"Battlefield"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your opponents can't cast spells with the chosen name ."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c2531360-61f8-4edc-886b-408811a0639d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4200b101-19d3-4442-bddd-3eb77d5f99a9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["ORI","PORI","PRM"],"rulings":[{"date":"2015-06-22","text":"Alhammarret's second ability happens as Alhammarret enters the battlefield. No one can cast spells or activate abilities between the time a card is named and the time that Alhammarret's last ability starts to work."},{"date":"2015-06-22","text":"Although spells with the chosen name can't be cast, permanent cards with that name can still be put onto the battlefield by a spell or ability."},{"date":"2015-06-22","text":"If your opponents have no nonland cards in their hands, you can't choose a card name. Alhammarret's last ability won't stop any spells from being cast in that case."},{"date":"2015-06-22","text":"You choose one card name, not one name per opponent."},{"date":"2015-06-22","text":"Your opponents can still cast a card with the chosen name face down if it has a morph ability. A card with the chosen name can also be manifested."}],"rarities":["rare"]},"all-out assault":{"name":"All-Out Assault","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +1/+1 and have deathtouch.\nWhen this enchantment enters, if it's your main phase, there is an additional combat phase after this phase followed by an additional main phase. When you next attack this turn, untap each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":["PostCombatMain"],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"YouAttack","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false},"or_trigger":null},"effect":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"CurrentPhaseIs","phases":["PreCombatMain","PostCombatMain"]},{"type":"IsYourTurn"}]},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if it's your main phase, there is an additional combat phase after this phase followed by an additional main phase. When you next attack this turn, untap each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/+1 and have deathtouch."}],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"de8c0e2d-3207-4bc6-83ef-91e33b26a981","metadata":{"source_printing_ids":["37821af8-a873-497a-82cc-51095f1eed37","42c0f348-2435-4c62-9bf7-c1efded1fca0","b74876d8-f6a6-4b47-b960-b01a331bab01","e0febe8c-7e00-485a-bd06-1d7c4d4e816e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rarities":["mythic"]},"allies at last":{"name":"Allies at Last","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Affinity for Allies (This spell costs {1} less to cast for each Ally you control.)\nUp to two target creatures you control each deal damage equal to their power to target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[{"Affinity":{"type_filters":[{"Subtype":"~"}],"controller":null,"properties":[]}}],"abilities":[{"kind":"Spell","effect":{"type":"EachDealsDamageEqualToPower","sources":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"recipient":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"Up to two target creatures you control each deal damage equal to their power to target creature an opponent controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"c15e5e93-2eff-407d-ae75-437e36ef85ba","metadata":{"source_printing_ids":["11a77897-2aba-4a9b-bbe6-1768ca9f12cb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rulings":[{"date":"2025-10-02","text":"Affinity for Allies reduces only the generic mana in Allies at Last's cost. The colored mana must still be paid."},{"date":"2025-10-02","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions (such as that of Allies at Last's first ability). The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["uncommon"]},"aloe alchemist":{"name":"Aloe Alchemist","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant","Warlock"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this card becomes plotted, target creature gets +3/+2 and gains trample until end of turn.\nPlot {1}{G} (You may pay {1}{G} and exile this card from your hand. Cast it as a sorcery on a later turn without paying its mana cost. Plot only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Plot":{"type":"Cost","shards":["Green"],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"GrantCastingPermission","permission":{"type":"Plotted","turn_plotted":0},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"BecomesPlotted","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +3/+2 and gains trample"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When this card becomes plotted, target creature gets +3/+2 and gains trample until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"97489ef7-98c3-4700-bbe6-185215d41b25","metadata":{"source_printing_ids":["69f2f632-b6cc-4092-acd5-a6b152e90488"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"Exiling a card using its plot ability is a special action. Once you announce you're taking that action, no other player can respond by trying to remove that card from your hand."},{"date":"2024-04-12","text":"If a plotted card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-04-12","text":"If you're casting a plotted card from exile without paying its mana cost, you can't choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the plotted card has any mandatory additional costs, those must still be paid to cast the spell."},{"date":"2024-04-12","text":"Plot abilities are written \"Plot [cost],\" which means \"Any time you have priority during your main phase while the stack is empty, you may pay [cost] and exile this card from your hand. It becomes plotted.\""},{"date":"2024-04-12","text":"You can't cast a plotted card on the same turn it became plotted. On any future turn, you may cast that card from exile without paying its mana cost during your main phase while the stack is empty."}],"rarities":["uncommon"]},"alphinaud leveilleur":{"name":"Alphinaud Leveilleur","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Partner with Alisaie Leveilleur (When this creature enters, target player may put Alisaie Leveilleur into their hand from their library, then shuffle.)\nVigilance\nEukrasia — Whenever you cast your second spell each turn, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"With","data":"Alisaie Leveilleur"}},"Vigilance"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your second spell each turn, draw a card.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Named","name":"Alisaie Leveilleur"},"count":{"type":"Fixed","value":1},"reveal":true,"target_player":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target player may put Alisaie Leveilleur into their hand from their library, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d16783a4-9980-451b-9af0-33866980bc8d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["37e4ab61-bf18-4f9f-ba78-3e08a21aaf4d","65331e86-1ff3-45e4-b789-7afec4ca9bd5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"\"Partner with [name]\" represents two abilities. The first is a triggered ability: \"When this permanent enters, target player may search their library for a card named [name], reveal it, put it into their hand, then shuffle.\""},{"date":"2025-06-06","text":"Alphinaud Leveilleur's last ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2025-06-06","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2025-06-06","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2025-06-06","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Alisaie Leveilleur and Alphinaud Leveilleur are your commanders, your deck may contain cards with white and/or blue in their color identity, but not black, red, or green."},{"date":"2025-06-06","text":"Note that the target player searches their library (which may be affected by effects such as that of Stranglehold) and that the card they find is revealed, even though these words aren't included in the ability's reminder text."},{"date":"2025-06-06","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from one of them, not from both of them combined. Command Beacon's effect puts one into your hand from the command zone, not both."},{"date":"2025-06-06","text":"Spells that were cast before Alphinaud Leveilleur entered count. If Alphinaud Leveilleur was the first spell you cast this turn, the next spell you cast this turn is your second spell."},{"date":"2025-06-06","text":"The second ability represented by the \"partner with [name]\" keyword modifies the rules for deck construction in the Commander variant and has no function outside of that variant. If a legendary creature card with \"partner with [name]\" is designated as your commander, the named legendary creature card can also be designated as your commander."},{"date":"2025-06-06","text":"The triggered ability of the \"partner with\" keyword still triggers in a Commander game. If your other commander has somehow ended up in your library, you can find it. You can also target another player, whether or not they have that card in their library."},{"date":"2025-06-06","text":"To have two commanders, both must have the partner ability or corresponding \"partner with\" abilities as the game begins. A creature with a \"partner with\" ability can't partner with any creature other than its designated partner. Losing a partner ability during the game doesn't cause either to cease to be your commander."}],"rarities":["rare"]},"alrund, god of the cosmos":{"name":"Alrund, God of the Cosmos","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Alrund gets +1/+1 for each card in your hand and each foretold card you own in exile.\nAt the beginning of your end step, choose a card type, then reveal the top two cards of your library. Put all cards of the chosen type revealed this way into your hand and the rest on the bottom of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardType","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":2},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCardType"}]},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, choose a card type, then reveal the top two cards of your library. Put all cards of the chosen type revealed this way into your hand and the rest on the bottom of your library in any order.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Sum","exprs":[{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Hand","card_types":[],"scope":"Controller"}},{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Foretold"},{"type":"Owned","controller":"You"},{"type":"InZone","zone":"Exile"}]}}}]}},{"type":"AddDynamicToughness","value":{"type":"Sum","exprs":[{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Hand","card_types":[],"scope":"Controller"}},{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Foretold"},{"type":"Owned","controller":"You"},{"type":"InZone","zone":"Exile"}]}}}]}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each card in your hand and each foretold card you own in exile."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0a69c3dd-52a3-4ef6-b53f-b0780e0dc5f8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5d131784-c1a3-463e-a37b-b720af67ab62","b751cf69-0a02-4cd2-abd4-cdb65ca620a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM"],"rulings":[{"date":"2021-01-22","text":"Alrund recieved day 1 eratta to clarify that you select from the cards \"revealed this way\". For more information, see https://magic.wizards.com/en/articles/archive/feature/kaldheim-release-notes-2021-01-22"},{"date":"2021-02-05","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2021-02-05","text":"Alrund's first ability applies only while Alrund is on the battlefield. In every other zone, Alrund is 1/1."},{"date":"2021-02-05","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2021-02-05","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2021-02-05","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2021-02-05","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2021-02-05","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2021-02-05","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2021-02-05","text":"The words \"revealed this way\" were inadvertently omitted from the printed card. Alrund's Oracle text was updated to include this phrase."},{"date":"2021-02-05","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2021-02-05","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2021-02-05","text":"You may choose any card type, but the ones that may appear in your library are artifact, battle, creature, enchantment, instant, kindred, land, planeswalker, and sorcery. Supertypes such as snow and basic may not be chosen. Subtypes such as God, Aura, and Forest also may not be chosen."}],"rarities":["mythic"]},"altaïr ibn-la'ahad":{"name":"Altaïr Ibn-La'Ahad","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"First strike\nWhenever Altaïr attacks, exile up to one target Assassin creature card from your graveyard with a memory counter on it. Then for each creature card you own in exile with a memory counter on it, create a tapped and attacking token that's a copy of it. Exile those tokens at end of combat.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Creature",{"Subtype":"Assassin"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Counters","counters":{"type":"OfType","data":"memory"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"None"},"owner":{"type":"Controller"},"source_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"InZone","zone":"Exile"},{"type":"Counters","counters":{"type":"OfType","data":"memory"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"enters_attacking":true,"tapped":true,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"EndCombat"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, exile up to one target Assassin creature card from your graveyard with a memory counter on it. Then for each creature card you own in exile with a memory counter on it, create a tapped and attacking token that's a copy of it. Exile those tokens at end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"43dc4b0c-e437-4abc-a3fb-48bd3098de88","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["35d765d0-3113-5bc3-b38c-e3ca22b91300"],"source_printing_ids":["358026de-ab7c-4a17-8cac-cfbee391b127","7ba4aba6-6ed8-46cc-89eb-ce546940e250","9f92d7b6-58c8-485c-86ff-d63f1d3dd481","a96abfdf-21fa-46dc-9632-37add4c10c2a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ACR"],"rulings":[{"date":"2024-07-05","text":"Although the tokens enter the battlefield attacking, they were never declared as attacking creatures. Abilities that trigger whenever a creature attacks won't trigger when they enter the battlefield attacking."},{"date":"2024-07-05","text":"Each of the tokens copies exactly what was printed on the card in exile and nothing else. They don't copy any information about the object the card was before it was exiled. "},{"date":"2024-07-05","text":"If a card copied by one of the tokens had any \"when [this permanent] enters the battlefield\" abilities, then the token also has those abilities and will trigger them when it's created. Similarly, any \"as [this permanent] enters the battlefield\" or \"[this permanent] enters the battlefield with\" abilities that any of the tokens have copied will also work."},{"date":"2024-07-05","text":"If an exiled card has {X} in its mana cost, X is 0."},{"date":"2024-07-05","text":"You choose which player, planeswalker, or battle the tokens are attacking. Each token can enter attacking a different player, planeswalker, or battle, and they don't need to be the same one that Altaïr is attacking."}],"rarities":["mythic"]},"amalia benavides aguirre":{"name":"Amalia Benavides Aguirre","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Ward—Pay 3 life.\nWhenever you gain life, Amalia Benavides Aguirre explores. Then destroy all other creatures if its power is exactly 20. (To have this creature explore, reveal the top card of your library. Put that card into your hand if it's a land. Otherwise, put a +1/+1 counter on this creature, then put the card back or put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":["Explore",{"Ward":{"type":"PayLife","data":3}}],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"Explore"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":20}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, ~ explores. Then destroy all other creatures if its power is exactly 20.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"85eefda9-4aab-467d-a08c-be026cb8ff42","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9acf80a5-f2ca-45b4-aca8-fbc690e35401","9b1ae96c-012c-4bd4-81f0-5944fc03a8a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"banned","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI"],"rulings":[{"date":"2023-11-10","text":"Amalia Benavides Aguirre's power is checked only once, as the triggered ability resolves. If it is no longer on the battlefield at that point, use its power as it last existed on the battlefield."},{"date":"2023-11-10","text":"Amalia Benavides Aguirre's power must be exactly 20 during the resolution of its last ability after it finishes exploring in order to destroy all other creatures. If it's more or less than 20, nothing is destroyed."},{"date":"2023-11-10","text":"If a resolving spell or ability instructs a specific creature to explore but that creature has left the battlefield, the creature still explores. If you reveal a nonland card this way, you won't put a +1/+1 counter on anything, but you may put the revealed card into your graveyard. Effects that trigger \"whenever a creature explores\" trigger as appropriate."},{"date":"2023-11-10","text":"If an ability instructs a creature to explore, its controller reveals the top card of their library. If it's a land card, they'll put it into their hand. Otherwise, they'll put a +1/+1 counter on that creature, then choose to either leave that card on top of their library or put it into their graveyard."},{"date":"2023-11-10","text":"If multiple creatures with lifelink you control deal combat damage at the same time, the damage dealt by each of those creatures is a separate life-gaining event and Amalia Benavides Aguirre's ability will trigger that many times."},{"date":"2023-11-10","text":"If no card is revealed, most likely because that player's library is empty, the exploring creature receives a +1/+1 counter."},{"date":"2023-11-10","text":"In some unusual cases, noncreature permanents may explore. For example, if the creature card returned by Defossilize is somehow not a creature once it's on the battlefield, it can still explore. You'll take all the same actions, and you may end up putting a +1/+1 counter on the permanent. (Note that some effects target a creature, and those effects would still require a legal target to have it explore.)"},{"date":"2023-11-10","text":"Once an ability that causes a creature to explore begins to resolve, no player may take any other actions until it's done. Notably, opponents can't try to remove the exploring creature after you reveal a nonland card but before it receives a counter."},{"date":"2023-11-10","text":"Some spells or abilities might cause a creature to explore multiple times in a row. If you reveal a nonland card when a creature explores and leave it on top of your library, then the creature explores again immediately afterwards, you'll reveal the same card again."},{"date":"2023-11-10","text":"The instruction for Amalia Benavides Aguirre to explore and the effect that occurs if Amalia Benavides Aguirre's power is exactly 20 are all part of the same ability. Players do not get to chance to respond to the ability after knowing the result of the explore."}],"rarities":["rare"]},"amareth, the lustrous":{"name":"Amareth, the Lustrous","mana_cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever another permanent you control enters, look at the top card of your library. If it shares a card type with that permanent, you may reveal that card and put it into your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Reveal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ObjectsShareQuality","subject":{"type":"LastRevealed"},"reference":{"type":"TriggeringSource"},"quality":"CardType"},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another permanent you control enters, look at the top card of your library. If it shares a card type with that permanent, you may reveal that card and put it into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Blue","White"],"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"8cccc8d0-bdd8-4853-8330-6f6a57695d11","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2fbea010-de77-468e-be39-1717070c9303","9a67f626-1cc6-4489-a9d3-4304779602d9","f31ad3a5-4e42-4f2c-badf-4cef2a39be41"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PRM","SLD"],"rulings":[{"date":"2020-11-10","text":"Card types that can appear on permanents and cards in a library include artifact, creature, enchantment, land, planeswalker. Instant and sorcery are card types, but they can't appear on permanents. Legendary, basic, and snow are supertypes, not card types; Dragon and Pirate are subtypes, not card types."}],"rarities":["rare"]},"amazing spider-man":{"name":"Amazing Spider-Man","mana_cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spider","Human","Hero"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance, reach\nEach legendary spell you cast that's one or more colors has web-slinging {G}{W}{U}. (You may cast a spell for its web-slinging cost if you also return a tapped creature you control to its owner's hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance","Reach"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":{"WebSlinging":{"type":"Cost","shards":["Green","White","Blue"],"generic":0}}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"},{"type":"ColorCount","comparator":"GE","count":1}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Each legendary spell you cast that's one or more colors has web-slinging {G}{W}{U}."}],"replacements":[],"color_override":["Green","Blue","White"],"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"f1b7488c-c675-42e9-818a-24a50347ec2c","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["cd0b828b-461a-5835-8da5-0d684b505914"],"source_printing_ids":["2ec821c3-3e5c-4af8-a6ef-e2e77aa8668c","3ce33422-5dba-4a42-8375-dd8ccc692a7b","97fcf5a5-54e1-43f3-95e3-edc6215bf973","98912aae-4e42-4434-b979-9c85f09f8d6d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["OM1","PMEI","PSPM","SPM"],"rarities":["mythic"]},"ambitious aetherborn":{"name":"Ambitious Aetherborn","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Aetherborn","Artificer"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Fabricate 1 (When this creature enters, put a +1/+1 counter on it or create a 1/1 colorless Servo artifact creature token.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Fabricate":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put 1 +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Servo","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Servo"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create 1 1/1 colorless Servo artifact creature token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.123a: Fabricate 1 — when this permanent enters, put 1 +1/+1 counter on it or create 1 1/1 colorless Servo artifact creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"31f54f88-85a6-43f4-a6de-fb6ef5f0c38d","metadata":{"related_token_ids":["150509ae-ac3b-5e5a-9670-0cc97ab89d4e","c163b76c-52dc-5775-a924-8c24aa363bd7"],"source_printing_ids":["13bcce3e-485e-46f1-b39c-326d17abb708","80cb628e-fa83-4d7e-92cb-8779ea02193f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["KLD","PLST"],"rulings":[{"date":"2016-09-20","text":"Fabricate doesn't cause the creature with the ability to enter the battlefield with +1/+1 counters already on it. For example, Weaponcraft Enthusiast will enter the battlefield as a 0/1 creature, then its fabricate ability goes on the stack. Players may take actions (such as casting instants) while the ability is waiting to resolve."},{"date":"2016-09-20","text":"If you can't put +1/+1 counters on the creature for any reason as fabricate resolves (for instance, if it's no longer on the battlefield), you just create Servo tokens."},{"date":"2016-09-20","text":"You choose whether to put +1/+1 counters on the creature or create Servo tokens as the fabricate ability is resolving. No player may take actions between the time you choose and the time that counters are added or tokens are created."}],"rarities":["common"]},"ambuscade":{"name":"Ambuscade","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gets +1/+0 until end of turn. It deals damage equal to its power to target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gets +1/+0 until end of turn. It deals damage equal to its power to target creature an opponent controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5e419975-e054-4c35-8845-a08589ebb08f","metadata":{"source_printing_ids":["4df71162-7e8f-47c5-aff4-59d82d8c674d","cfc06303-cb35-4feb-b23d-7ac0a2fa7ce3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["2X2","HOU"],"rulings":[{"date":"2017-07-14","text":"If the creature you control leaves the battlefield before Ambuscade resolves, Ambuscade has no effect and no damage is dealt. If the creature an opponent controls leaves the battlefield instead, the creature you control gets +1/+0 even though it won't deal any damage."}],"rarities":["common"]},"aminatou, veil piercer":{"name":"Aminatou, Veil Piercer","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, surveil 2. (Look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)\nEach enchantment card in your hand has miracle. Its miracle cost is equal to its mana cost reduced by {4}. (You may cast a card for its miracle cost when you draw it if it's the first card you drew this turn.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, surveil 2.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"modifications":[{"type":"AddKeyword","keyword":{"Miracle":{"type":"SelfManaCostReduced","reduction":4}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each enchantment card in your hand has miracle. Its miracle cost is equal to its mana cost reduced by {4}."}],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"bf45f5ee-4d5f-4920-b612-b5492c2f035d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9f868023-6035-403d-ba91-7a4840c6c392"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"If an effect puts a card into your hand without using the word \"draw,\" the card wasn't drawn."},{"date":"2024-09-20","text":"If the card with miracle leaves your hand before the triggered ability resolves, you won't be able to cast it using its miracle ability."},{"date":"2024-09-20","text":"It's important to reveal a card with miracle before it is mixed with the other cards in your hand."},{"date":"2024-09-20","text":"Miracle is an alternative cost to cast the spell with miracle. It can't be combined with other alternative costs, such as casting a spell \"without paying its mana cost.\" You may, however, pay additional costs, such as kicker. If the spell has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2024-09-20","text":"Multiple card draws are always treated as a sequence of individual card draws. For example, if you haven't drawn any cards yet during a turn and cast a spell that instructs you to draw three cards, you'll draw them one at a time. Only the first card drawn this way may be revealed and cast using its miracle ability."},{"date":"2024-09-20","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a miracle cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."},{"date":"2024-09-20","text":"You can cast a card for its miracle cost only as the miracle triggered ability resolves. If you don't want to cast it at that time (or you can't cast it, perhaps because there are no legal targets available), you won't be able to cast it later for the miracle cost."},{"date":"2024-09-20","text":"You can reveal and cast a card with miracle on any turn, not just your own, if it's the first card you've drawn that turn."},{"date":"2024-09-20","text":"You cast the card with miracle during the resolution of the triggered ability. Ignore any timing rules based on the card's type."},{"date":"2024-09-20","text":"You don't have to reveal a drawn card with miracle if you don't wish to cast it at that time."},{"date":"2024-09-20","text":"You still draw the card, whether you use the miracle ability or not. Any ability that triggers whenever you draw a card, for example, will trigger. If you don't cast the card using its miracle ability, it will remain in your hand."}],"rarities":["mythic"]},"ammit eternal":{"name":"Ammit Eternal","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Crocodile","Demon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Afflict 3 (Whenever this creature becomes blocked, defending player loses 3 life.)\nWhenever an opponent casts a spell, put a -1/-1 counter on this creature.\nWhenever this creature deals combat damage to a player, remove all -1/-1 counters from it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Afflict":3}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, put a -1/-1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"M1M1","count":{"type":"Fixed","value":-1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, remove all -1/-1 counters from it.","constraint":null,"condition":null,"batched":false},{"mode":"AttackerBlocked","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"DefendingPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.130a: Afflict 3 — defending player loses 3 life","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.130a: Afflict 3 — whenever this creature becomes blocked, the defending player loses 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c2f6ddc2-86bc-43da-9bdd-0c2af79c62fd","metadata":{"source_printing_ids":["1b04934f-87d1-4768-b7b5-5f7249a09771"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["HA4","HOU","PHOU"],"rulings":[{"date":"2017-07-14","text":"Afflict causes the defending player to lose life; it's not damage or combat damage."},{"date":"2017-07-14","text":"Afflict resolves before combat damage is dealt. If this loss of life brings a player to 0 life or less, that player loses the game immediately. A blocking creature with lifelink won't deal combat damage in time to save that player."},{"date":"2017-07-14","text":"Ammit Eternal's middle ability will resolve before the spell that caused it to trigger. The ability will resolve even if that spell is countered."},{"date":"2017-07-14","text":"If multiple creatures block a creature with afflict, afflict triggers only once."},{"date":"2023-07-28","text":"If a creature is attacking a planeswalker, that planeswalker's controller is the defending player. If a creature is attacking a battle, that battle's protector is the defending player."}],"rarities":["rare"]},"amphin mutineer":{"name":"Amphin Mutineer","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Salamander","Pirate"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, exile up to one target non-Salamander creature. That creature's controller creates a 4/3 blue Salamander Warrior creature token.\nEncore {4}{U}{U} ({4}{U}{U}, Exile this card from your graveyard: For each opponent, create a token copy that attacks that opponent this turn if able. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Encore":{"type":"Cost","shards":["Blue","Blue"],"generic":4}}],"abilities":[{"kind":"Activated","effect":{"type":"Encore"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4}},{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Salamander"}}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Salamander Warrior","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"types":["Creature","Salamander","Warrior"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"ParentTargetController"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile up to one target non-Salamander creature. That creature's controller creates a 4/3 blue Salamander Warrior creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8910f79a-66c9-41b3-b55a-e3e651ae6f26","metadata":{"related_token_ids":["20871e74-cf51-5956-8184-09ff568097a5","2b48ec72-3a9d-5b4b-bd63-3e4266bd8848","3e95b37e-45a2-51f0-aeb1-c38e9e2a5d76","40a109ad-ee09-5f13-a852-dbaa5efbd124"],"source_printing_ids":["0f54f429-80c2-4f55-bb99-236f2c697985","4b45f225-0553-482b-8be4-9c7f3ccf0d0d","967b5ed9-7275-4564-8bf9-2748fea2f387","b465a22b-6fea-4bf8-b290-fa3e1a4aa6eb","c7be9d06-3651-47f4-9e44-00ecd4a15e3c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","LCC","MKC","PRM","TDC"],"rulings":[{"date":"2020-11-10","text":"Each token must attack the appropriate player if able."},{"date":"2020-11-10","text":"Exiling the card with encore is a cost to activate the ability. Once you announce that you're activating it, no player may take actions until you've finished. They can't try to remove the card from your graveyard to stop you from paying the cost."},{"date":"2020-11-10","text":"If one of the tokens can't attack for any reason (such as being tapped), then it doesn't attack. If there's a cost associated with having it attack, you aren't forced to pay that cost, so it doesn't have to attack in that case either."},{"date":"2020-11-10","text":"If one of the tokens somehow is under another player's control as the delayed triggered ability resolves, you can't sacrifice that token. It remains on the battlefield indefinitely, even if you regain control of it later."},{"date":"2020-11-10","text":"If the target non-Salamander creature is an illegal target by the time Amphin Mutineer's ability tries to resolve, the ability doesn't resolve. No player creates a Salamander Warrior token."},{"date":"2020-11-10","text":"Opponents who have left the game aren't counted when determining how many tokens to create."},{"date":"2020-11-10","text":"The tokens copy only what's on the original card. Effects that modified that creature when it was previously on the battlefield won't be copied."},{"date":"2023-07-28","text":"If an effect stops a token from attacking a specific player, that token can attack any player, planeswalker, or battle, or not attack at all. If the effect stops the token from attacking a specific player unless a cost is paid, you don't have to pay that cost unless you want to attack that player."}],"rarities":["rare"]},"amulet of vigor":{"name":"Amulet of Vigor","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a permanent you control enters tapped, untap it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a permanent you control enters tapped, untap it.","constraint":null,"condition":{"type":"ZoneChangeObjectIsTapped"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"dba16032-66c1-4ccb-9d65-d41ac550d182","metadata":{"source_printing_ids":["0790fb8c-7ff3-4681-a2c0-f16642f4f94b","311af3f7-463b-4fe0-aefc-5cd26a5fbd3d","997bc933-ac30-477b-a4e1-5333b796a99d","d62617c4-e3fc-4ac2-a969-aa33afcd76eb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LCC","PLST","SLD","WWK"],"rulings":[{"date":"2010-03-01","text":"For Amulet of Vigor's ability to trigger, a permanent must enter tapped due to an effect that says \"put [the permanent] onto the battlefield tapped,\" \"[this permanent] enters tapped,\" or the like. If it enters untapped, the ability won't trigger, even if you tap that permanent afterward."},{"date":"2010-03-01","text":"If you control more than one Amulet of Vigor, each Amulet's ability triggers when a permanent enters tapped and under your control. The first ability that resolves will untap that permanent. If the permanent somehow becomes tapped again before the next ability resolves, the next ability will untap it as well (and so on)."}],"rarities":["rare"]},"analyze the pollen":{"name":"Analyze the Pollen","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may collect evidence 8. (Exile cards with total mana value 8 or greater from your graveyard.)\nSearch your library for a basic land card. If evidence was collected, instead search your library for a creature or land card. Reveal that card, put it into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card. If evidence was collected, instead search your library for a creature or land card. Reveal that card, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ec7d550b-9e13-4249-89c7-6ad43f71ea11","additional_cost":{"type":"Optional","data":{"cost":{"type":"CollectEvidence","amount":8}}},"metadata":{"source_printing_ids":["46e8faf9-4230-4bb5-ad2e-b520ab338c35","5563967f-09fd-4ccf-8892-4dd0c2544c98"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."},{"date":"2024-02-02","text":"The collect evidence ability of Analyze the Pollen allows you to find a nonbasic land card."}],"rarities":["rare"]},"ancestral hot dog minotaur":{"name":"Ancestral Hot Dog Minotaur","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{TK}{TK} — Afflict 2 (Whenever this creature becomes blocked, defending player loses 2 life.)\n{TK}{TK}{TK} — Flying\n{TK}{TK} — 1/4\n{TK}{TK}{TK}{TK}{TK} — 8/6","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Afflict":2}],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"{TK}{TK} — 1/4"},"cost":null,"sub_ability":null,"duration":null,"description":"{TK}{TK} — 1/4","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"{TK}{TK}{TK}{TK}{TK} — 8/6"},"cost":null,"sub_ability":null,"duration":null,"description":"{TK}{TK}{TK}{TK}{TK} — 8/6","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"AttackerBlocked","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"DefendingPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.130a: Afflict 2 — defending player loses 2 life","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.130a: Afflict 2 — whenever this creature becomes blocked, the defending player loses 2 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"481c3bfe-2293-447d-aa03-3ea6ed9321aa","metadata":{"source_printing_ids":["34c3979d-60e7-44b5-bb9f-1b6b0f2b70c3"]},"legalities":{"commander":"legal","duel":"banned","oathbreaker":"banned","paupercommander":"legal"},"printings":["SUNF"],"rarities":["common"]},"ancestral vision":{"name":"Ancestral Vision","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Suspend 4—{U} (Rather than cast this card from your hand, pay {U} and exile it with four time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)\nTarget player draws three cards.","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":4,"cost":{"type":"Cost","shards":["Blue"],"generic":0}}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":"Target player draws three cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":4},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue"],"color_identity":["Blue"],"scryfall_oracle_id":"9728dec9-d482-4c7a-8cdc-44d010dc878d","metadata":{"source_printing_ids":["307752ed-f4cc-4e2d-a0fd-0c677844e848","9079c93e-3da8-442a-89d2-609a3eac83b0","9ec075ba-db56-4dcf-b1dc-fe6270b7ab36","a5dc736d-7e61-4909-973f-61f7adb82b64","bccedc4d-38c7-4bf3-9ca7-4febd6c49d3d","dd18851b-5e8d-4d56-b58c-f62b8e43ba0d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DD2","IMA","JVC","TDC","TSP","TSR"],"rulings":[{"date":"2013-06-07","text":"Although originally printed with a characteristic-defining ability that defined its color, this card now has a color indicator. This color indicator can't be affected by text-changing effects (such as the one created by Crystal Spray), although color-changing effects can still overwrite it."},{"date":"2024-02-02","text":"A card with no mana cost can't be cast normally; you'll need a way to cast it for an alternative cost or without paying its mana cost, such as by suspending it."},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If a card with no mana cost is given an alternative cost equal to its mana cost (by Snapcaster Mage, for example), that cost cannot be paid and the card cannot be cast this way."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare","mythic"]},"ancient brass dragon":{"name":"Ancient Brass Dragon","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, roll a d20. When you do, put any number of target creature cards with total mana value X or less from graveyards onto the battlefield under your control, where X is the result.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":20,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"target_constraints":[{"type":"TotalManaValue","comparator":"LE","value":{"type":"Ref","qty":{"type":"EventContextAmount"}}}],"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, roll a d20. When you do, put any number of target creature cards with total mana value X or less from graveyards onto the battlefield under your control, where X is the result.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7d79fb4e-2ca0-404a-9663-1f5abce6e733","metadata":{"source_printing_ids":["631a9966-b5d2-4696-a2f1-2d56fccad9b2","6430c61b-407d-471d-9012-07f1ddef28aa","763d7fcb-e5f0-4438-8d35-8beb4cc015e4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG","PCLB"],"rarities":["mythic"]},"ancient bronze dragon":{"name":"Ancient Bronze Dragon","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, roll a d20. When you do, put X +1/+1 counters on each of up to two target creatures, where X is the result.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":20,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, roll a d20. When you do, put X +1/+1 counters on each of up to two target creatures, where X is the result.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8ce74097-97b1-493d-9585-bd1336f95927","metadata":{"source_printing_ids":["6261fba2-0420-4271-87f4-f168a1e74c9b","781af4dd-9e3c-48af-80e9-b52c427d2120","9b957a1f-6d26-47bb-84ba-81acc01a8dae","b571077e-a4a5-4442-99d9-558a4ffe55e9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG","PCLB","SLD"],"rarities":["mythic"]},"ancient copper dragon":{"name":"Ancient Copper Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, roll a d20. You create a number of Treasure tokens equal to the result.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":20,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, roll a d20. You create a number of Treasure tokens equal to the result.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"48daee9d-ddaf-410f-8c3a-12fa1064ab56","metadata":{"related_token_ids":["7fb44e8f-f3f6-5834-b4ef-a0249adacc31","ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["0c9ac08c-11ce-4e8a-8ea8-c18cfc745ac7","3836dddd-a7e4-499f-ad49-ce298aa65720","e12d32a7-60b4-4e49-b279-970b170c1a9c","f6cbc754-8aed-4c32-857c-ea639943b5d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","FCA","HBG","PCLB"],"rarities":["mythic"]},"ancient greenwarden":{"name":"Ancient Greenwarden","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Reach (This creature can block creatures with flying.)\nYou may play lands from your graveyard.\nIf a land entering causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Play"}},"affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands from your graveyard."},{"mode":{"DoubleTriggers":{"cause":{"EntersBattlefield":{"core_types":["Land"]}}}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a land entering causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3bcf090c-e890-4a9f-a8aa-6079e4ec9947","metadata":{"source_printing_ids":["12a0bf5c-a165-48f1-9a57-3a7cc9f3b0f9","7109092e-52c3-417b-a2c0-340eabb5af9d","c6a058aa-f620-4a1f-af32-6e6be2cb3e4b","d0a63737-8da7-4e92-89d2-742419530fc9","dfe08e59-fdc4-436f-b05c-6ad386c46310"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J25","OTC","PRM","PZNR","SLD","ZNR"],"rulings":[{"date":"2020-09-25","text":"An ability that triggers whenever you play a land won't trigger an additional time."},{"date":"2020-09-25","text":"Ancient Greenwarden allows you to play a modal double-faced card's land face, but not a nonland face."},{"date":"2020-09-25","text":"Ancient Greenwarden doesn't allow you to activate abilities (such as cycling) of land cards in your graveyard."},{"date":"2020-09-25","text":"Ancient Greenwarden doesn't change the times when you can play those lands. You can still play only one land per turn, and only during your main phase when you have priority and the stack is empty."},{"date":"2020-09-25","text":"Ancient Greenwarden's effect doesn't copy the triggered ability; it causes the ability to trigger twice. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."},{"date":"2020-09-25","text":"Ancient Greenwarden's third ability affects a land's own enters-the-battlefield triggered abilities as well as other triggered abilities that trigger when that land enters the battlefield, such as landfall abilities. Such triggered abilities start with \"when\" or \"whenever.\""},{"date":"2020-09-25","text":"If a land entering the battlefield at the same time as Ancient Greenwarden (including Ancient Greenwarden itself if an effect causes it to be a land) causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time."},{"date":"2020-09-25","text":"If you control two Ancient Greenwardens, a land entering the battlefield causes abilities to trigger three times, not four. A third Ancient Greenwarden causes abilities to trigger four times, a fourth causes abilities to trigger five times, and so on."},{"date":"2020-09-25","text":"Look at each permanent as it exists on the battlefield, taking into account continuous effects, to determine whether any triggered abilities will trigger multiple times. For example, if you control Ashaya, Soul of the Wild, a nontoken creature entering the battlefield will cause any appropriate abilities to trigger an additional time."},{"date":"2020-09-25","text":"Replacement effects are unaffected by Ancient Greenwarden's third ability. This includes any abilities that apply \"as [this land] enters the battlefield\" and any ability that says the land enters the battlefield with counters."},{"date":"2020-09-25","text":"The trigger event doesn't have to specifically refer to \"lands.\" For example, an ability that triggers \"whenever a creature enters the battlefield under your control\" would trigger twice if the entering land is also a creature."}],"rarities":["mythic"]},"ancient tomb":{"name":"Ancient Tomb","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}{C}. This land deals 2 damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add {C}{C}. ~ deals 2 damage to you.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"23467047-6dba-4498-b783-1ebc4f74b8c2","metadata":{"source_printing_ids":["09721698-35a4-48a2-8896-fe036a642345","16a1af43-84b4-4ad9-a206-db5d7f14fac9","2189b1cb-94c4-4477-a5ef-17a1ae2c6708","2c8b3180-6e29-484a-95f1-3e75af2766d3","2ca06f4f-1212-49c8-b45a-6f1597e0a3ed","30e401e3-282b-4524-87e1-c6cd50cd6d00","3283c6d2-7061-460f-9c2b-a362cd7085bf","339dde25-a080-4aae-993f-261847398767","3afebe8a-9f21-4260-8e93-1ab1dff13c09","41914164-311e-4f8d-b002-c0d313bf658b","688ede0a-39e6-46fa-a4f3-d71bc5b7cef4","880ffa23-ed71-4f39-aa66-0953a1f20fe9","bd3d4b4b-cf31-4f89-8140-9650edb03c7b","d34b1faa-8a1c-4bdd-9cf3-8b51c018f353","dfd176e9-55e7-454c-bd35-24a6e3fb0d81","f77d5b90-5ea1-403e-ab85-3040e1da933b"]},"legalities":{"brawl":"banned","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["EOS","EXP","LTC","PLST","PUMA","TMP","UMA","V12","VMA","WC99","ZNE"],"rarities":["uncommon","rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"anep, vizier of hazoret":{"name":"Anep, Vizier of Hazoret","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Jackal","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Trample\nYou may exert Anep as it attacks. When you do, exile the top two cards of your library. Until the end of your next turn, you may play those cards. (An exerted creature won't untap during your next untap step.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"You may exert ~ as it attacks. When you do, exile the top two cards of your library. Until the end of your next turn, you may play those cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0a73289f-0f0b-4316-be21-8edcbb08bd7c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["295658c4-7ab8-473d-abe1-0b6303b6850f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J25"],"rulings":[{"date":"2024-11-08","text":"If an exerted permanent is already untapped during your next untap step (most likely because an effect untapped it), exert's effect preventing it from untapping expires without having done anything."},{"date":"2024-11-08","text":"If you gain control of another player's permanent until end of turn and exert it, and then that player regains control of it, it will untap during that player's untap step."},{"date":"2024-11-08","text":"You can exert Anep as you declare it as an attacking creature. You can't do so later in combat, and creatures put onto the battlefield attacking can't be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2024-11-08","text":"You pay all costs and follow all timing rules for cards played with the permission granted by the ability that triggers when you exert Anep. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["uncommon"]},"angel of destiny":{"name":"Angel of Destiny","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying, double strike\nWhenever a creature you control deals combat damage to a player, you and that player each gain that much life.\nAt the beginning of your end step, if you have at least 15 life more than your starting life total, each player this creature attacked this turn loses the game.","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike","Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever a creature you control deals combat damage to a player, you and that player each gain that much life.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseTheGame"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"OpponentAttacked","subject":"Source","scope":"ThisTurn"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you have at least 15 life more than your starting life total, each player ~ attacked this turn loses the game.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeAboveStarting"}},"comparator":"GE","rhs":{"type":"Fixed","value":15}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"02f46271-c90d-4318-9004-74e7bee64a89","metadata":{"source_printing_ids":["5f3f3282-b88e-4843-9569-af20940559b0","74c6f0ea-689c-4fa7-a350-f5527b4ee2f5","9897074a-0ac4-4d1a-9aac-e77830cc5c78"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"All first-strike combat damage is dealt at the same time, and, separately, all regular combat damage is dealt at the same time. If one of those amounts of combat damage is enough to cause the player being dealt damage to lose the game, Angel of Destiny's first triggered ability has you gain life, but the other player has already lost the game and can't gain life."},{"date":"2020-09-25","text":"If Angel of Destiny leaves the battlefield before your end step, its last ability won't trigger and won't cause a player to lose the game, even if Angel of Destiny attacked that player earlier."},{"date":"2020-09-25","text":"If a creature you control somehow deals combat damage to you (most likely because its combat damage was redirected), you gain twice that much life as a single life-gaining event."},{"date":"2020-09-25","text":"In a Two-Headed Giant game, Angel of Destiny's last ability can trigger as long as your team's life total is greater than your team's starting life total by 15 or more life."}],"rarities":["mythic"]},"angelic accord":{"name":"Angelic Accord","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if you gained 4 or more life this turn, create a 4/4 white Angel creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Angel","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Angel"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if you gained 4 or more life this turn, create a 4/4 white Angel creature token with flying.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"aa95501f-bb59-494a-bcae-b74ca10ad57e","metadata":{"related_token_ids":["246e378d-598c-5f2e-8129-2b3a1fc185bc","4208994e-f2ce-5e38-bb3d-40067c58aa9b","f34494e6-8d2a-5361-a2c7-5c5a1ef80dd2"],"source_printing_ids":["03f26bc2-53d7-4448-8021-de35aa82fcc6","349e8190-15fd-44ed-a821-9a5f3615d2d9","b2cb986c-2a8e-4a24-b5d4-4393edc0c347"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["IMA","M14","PLST"],"rulings":[{"date":"2017-11-17","text":"Angelic Accord’s ability checks how much life you’ve gained during the turn, not what your life total is compared to what it was when the turn began. For example, if you start the turn at 10 life, gain 6 life during the turn, then lose 6 life later that turn, the ability will trigger."},{"date":"2017-11-17","text":"If you haven’t gained 4 or more life during the turn when the end step begins, the ability won’t trigger at all. Gaining life during the end step won’t cause the ability to trigger."},{"date":"2017-11-17","text":"In a Two-Headed Giant game, life gained by your teammate isn’t considered, even though it causes your team’s life total to increase."}],"rarities":["uncommon"]},"angelic arbiter":{"name":"Angelic Arbiter","mana_cost":{"type":"Cost","shards":["White","White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nEach opponent who cast a spell this turn can't attack with creatures.\nEach opponent who attacked with a creature this turn can't cast spells.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"per_player_condition":{"type":"YouCastSpellThisTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each opponent who cast a spell this turn can't attack with creatures."},{"mode":{"CantBeCast":{"who":"Opponents"}},"affected":null,"modifications":[],"condition":null,"per_player_condition":{"type":"YouAttackedThisTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each opponent who attacked with a creature this turn can't cast spells."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"34dd789c-4d80-4ccc-a4f7-2e5388a9689d","metadata":{"source_printing_ids":["6f2833f5-283d-4e86-8caf-f4f97432622e","71f05793-9e6f-4815-9a13-f791cb4b6aa0","8637d263-5d7e-45bc-aad3-d97f57e6898e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMA","CMD","JMP","M11"],"rulings":[{"date":"2010-08-15","text":"Angelic Arbiter's last ability applies if an opponent attacked with at least one creature during the current turn."},{"date":"2010-08-15","text":"During an opponent's turn, that opponent may either cast spells or attack with creatures, but not both (assuming that Angelic Arbiter is on the battlefield for the entirety of that turn). The player may perform other actions, such as activating abilities and playing lands."},{"date":"2010-08-15","text":"During your turn, Angelic Arbiter's abilities have no effect on the game."},{"date":"2010-08-15","text":"If Angelic Arbiter enters during an opponent's turn, its abilities take actions that player performed earlier in the turn into account, even though it wasn't on the battlefield at the time. For example, if an opponent casts a spell, then you use Leyline of Anticipation's ability to cast Angelic Arbiter as though it had flash, that player won't be able to attack with creatures that turn."},{"date":"2010-08-15","text":"If Angelic Arbiter leaves the battlefield during an opponent's turn, its abilities cease to affect the game. For example, if an opponent casts Doom Blade to destroy Angelic Arbiter, that player may then attack with creatures."}],"rarities":["rare"]},"angelic destiny":{"name":"Angelic Destiny","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +4/+4, has flying and first strike, and is an Angel in addition to its other types.\nWhen enchanted creature dies, return this card to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When enchanted creature dies, return this card to its owner's hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":4},{"type":"AddSubtype","subtype":"Angel"},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +4/+4, has flying and first strike, and is an Angel in addition to its other types."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8ba36878-0816-44c7-b543-8ebfc28c2ecd","metadata":{"source_printing_ids":["066d73fa-369b-44a3-b1a9-d22176ac3566","06911410-9b19-4859-b41a-0eb2cd10d89c","58b6f2ab-0076-48b7-951c-b1ab6484d895","a0cd7438-fde2-4e26-9c34-52c476a971e9","a588b610-86bb-4a18-b54e-a12f7d7d15c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","M12","PLST","SOC","WOC"],"rulings":[{"date":"2011-09-22","text":"If Angelic Destiny is no longer in a graveyard when its triggered ability resolves, it won't be returned to its owner's hand."},{"date":"2011-09-22","text":"If the creature dies before the Angelic Destiny spell resolves, Angelic Destiny will go to its owner's graveyard. It won't return to its owner's hand."}],"rarities":["mythic"]},"angelic field marshal":{"name":"Angelic Field Marshal","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nLieutenant — As long as you control your commander, this creature gets +2/+2 and creatures you control have vigilance.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2}],"condition":{"type":"ControlsCommander","ownership":"Own"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Lieutenant — As long as you control your commander, ~ gets +2/+2 and creatures you control have vigilance."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"ControlsCommander","ownership":"Own"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Lieutenant — As long as you control your commander, ~ gets +2/+2 and creatures you control have vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"502575f4-7c56-44bc-a77f-ae28d66c8e1f","metadata":{"source_printing_ids":["116b9c34-48f1-475c-81f8-a74672ed5c89","496e9fe2-843c-4dfe-b94a-b542a2ddaae4","4e8185b9-f559-47e8-ae90-d62396b4aa6b","a1996f78-6752-4c1c-b74f-ccd8e632a987"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","CMM","PLST"],"rulings":[{"date":"2014-11-07","text":"If a triggered ability granted by a lieutenant ability triggers, and in response to that trigger you lose control of your commander (causing the lieutenant to lose that ability), that triggered ability will still resolve."},{"date":"2014-11-07","text":"If you gain control of a creature with a lieutenant ability owned by another player, that ability will check to see if you control your commander and will apply if you do. It won’t check whether its owner controls their commander."},{"date":"2014-11-07","text":"If you lose control of your commander, lieutenant abilities of creatures you control will immediately stop applying. If this causes a creature’s toughness to become less than or equal to the amount of damage marked on it, the creature will be destroyed."},{"date":"2014-11-07","text":"Lieutenant abilities apply only if your commander is on the battlefield and under your control."},{"date":"2014-11-07","text":"Lieutenant abilities refer only to whether you control your commander, not any other player’s commander."}],"rarities":["rare"]},"angelic skirmisher":{"name":"Angelic Skirmisher","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of each combat, choose first strike, vigilance, or lifelink. Creatures you control gain that ability until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Keyword":{"options":["FirstStrike","Vigilance","Lifelink"]}},"persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddChosenKeyword"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain that ability"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each combat, choose first strike, vigilance, or lifelink. Creatures you control gain that ability until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"29e07d57-0f05-441c-844f-cf1d71102b2d","metadata":{"source_printing_ids":["beb04702-5cb2-4590-b675-9409ba52a395"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["GTC","PGTC"],"rulings":[{"date":"2013-01-24","text":"Only creatures you control when the ability resolves will gain the chosen ability. Creatures that come under your control later in the turn will not gain the ability."},{"date":"2013-01-24","text":"You choose which ability creatures you control will gain when Angelic Skirmisher’s ability resolves. This happens before attacking creatures are declared."}],"rarities":["rare"]},"anim pakal, thousandth moon":{"name":"Anim Pakal, Thousandth Moon","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you attack with one or more non-Gnome creatures, put a +1/+1 counter on Anim Pakal, then create X 1/1 colorless Gnome artifact creature tokens that are tapped and attacking, where X is the number of +1/+1 counters on Anim Pakal.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Gnome","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Gnome"],"colors":[],"keywords":[],"tapped":true,"count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"owner":{"type":"Controller"},"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Gnome"}}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with one or more non-Gnome creatures, put a +1/+1 counter on ~, then create X 1/1 colorless Gnome artifact creature tokens that are tapped and attacking, where X is the number of +1/+1 counters on ~.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"05551d91-50c6-46d1-86a4-cd3d177d0923","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f70d7ddc-2d93-55bf-937e-1719faea6c90"],"source_printing_ids":["7fc97d16-c54c-4a2b-9691-39e8a41c7777","868856b7-8875-43c1-8249-0f8fb2c8319b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI"],"rulings":[{"date":"2023-11-10","text":"Although the Gnome tokens enter the battlefield as attacking creatures, they were never declared as attacking creatures. Abilities that trigger whenever a creature attacks won't trigger when they enter the battlefield attacking."},{"date":"2023-11-10","text":"Anim Pakal, Thousandth Moon doesn't have to be one of the non-Gnome creatures you attack with in order for its ability to trigger, but it can be."},{"date":"2023-11-10","text":"If Anim Pakal is no longer on the battlefield when the triggered ability resolves, you'll still create Gnomes. Use the number of +1/+1 counters that were on it when it was last on the battlefield."},{"date":"2023-11-10","text":"You choose which player, planeswalker, or battle the Gnome tokens are attacking. Each Gnome token can enter attacking a different player, planeswalker, or battle, and they don't need to be the same ones that the non-Gnome creatures are attacking."}],"rarities":["rare"]},"animal friend":{"name":"Animal Friend","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature has \"Whenever this creature attacks, create a 1/1 green Squirrel creature token. Put a +1/+1 counter on that token for each Aura and Equipment attached to this creature other than Animal Friend.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Squirrel","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Squirrel"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create a 1/1 green Squirrel creature token. Put a +1/+1 counter on that token for each Aura and Equipment attached to ~ other than ~.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"Whenever ~ attacks, create a 1/1 green Squirrel creature token. Put a +1/+1 counter on that token for each Aura and Equipment attached to ~ other than ~.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ae4249de-1b8c-4b15-8960-180557a15065","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"Enchant creature\nEnchanted creature has \"Whenever this creature attacks, create a 1/1 green Squirrel creature token. Put a +1/+1 counter on ","line_index":0}],"metadata":{"related_token_ids":["15d70ab7-e396-5476-85cc-840a9f4885c7"],"source_printing_ids":["66faa677-14d5-4a4e-8587-c777f5b55869","af31a045-0387-44ff-b735-54e19b04d925","d965b1cf-44f4-40d4-b06e-deca3c132dbc","f6a34ff7-4e2e-4773-a0c4-10526e7369eb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"The token will enter the battlefield and then have counters put on it. In most cases, the game will see a 1/1 creature entering the battlefield for the purposes of any abilities that may trigger, such as the first ability of Overseer of Vault 76."}],"rarities":["rare"]},"animate dead":{"name":"Animate Dead","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature card in a graveyard\nWhen this Aura enters, if it's on the battlefield, it loses \"enchant creature card in a graveyard\" and gains \"enchant creature put onto the battlefield with this Aura.\" Return enchanted creature card to the battlefield under your control and attach this Aura to it. When this Aura leaves the battlefield, that creature's controller sacrifices it.\nEnchanted creature gets -1/-0.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}}},{"type":"GrantAbility","definition":{"kind":"Spell","effect":{"type":"Unimplemented","name":"enchant","description":"enchant creature put onto the battlefield with ~"},"cost":null,"sub_ability":null,"duration":null,"description":"enchant creature put onto the battlefield with ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose \"enchant creature card in a graveyard\" and gains \"enchant creature put onto the battlefield with ~.\" Return enchanted creature card to the battlefield under your control and attach ~ to it"}],"duration":null,"target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenLeavesPlayFiltered","filter":{"type":"SelfRef"}},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if it's on the battlefield, it loses \"enchant creature card in a graveyard\" and gains \"enchant creature put onto the battlefield with ~.\" Return enchanted creature card to the battlefield under your control and attach ~ to it. When ~ leaves the battlefield, that creature's controller sacrifices it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets -1/-0."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c0d8fef4-65f4-4769-982d-b397d2b7e977","metadata":{"source_printing_ids":["0fc3ed63-96ee-420c-bde1-e0c904059931","1489943b-c010-488e-9c9d-87f4af67a4e4","1f2cd314-8f99-4443-ae86-a967effc7490","20d5059a-60a4-4135-863f-85a48bff8731","4c732dc7-dd6b-4cc1-bbe0-ff3b1d2c7419","79a9ee12-d65b-40be-a4e2-d23bd9524c09","7b83536a-efa4-41f3-9424-75b0efc0aea5","8b9e9104-0d3f-4467-abe3-d0e1bff0189e","8fd7861d-925f-4b4c-a4ab-60be6f43d50b","a466aec7-4cda-4a2f-ba8a-eeb3665fbcfc","b836087b-0095-4c05-8fe6-9877e8483656","c0d7591f-96c0-4cac-aa4e-f3dea0ec4703","cc0c2bab-4392-4e7b-9d14-2901f4ffbae8","cc1dc456-1f64-4f24-a646-84c57e641b3b","cccab61e-11af-441b-8f85-a9b4f1f721cf","eca877a6-4b17-442f-8432-03b322e3f6dd","eed73f84-ad08-44f8-a4fe-cd324ec1da92","fcd068bf-2b7d-4290-a86a-12355382ced5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","CED","CEI","EMA","FBB","LEA","LEB","ME1","MKC","P22","PD3","PLST","SLD","SOC","SUM","TD0","VMA"],"rulings":[{"date":"2016-06-08","text":"Abilities such as shroud and protection function only on the battlefield unless otherwise specified. A creature card with shroud may be targeted by Animate Dead, and Animate Dead will become attached to the creature that enters the battlefield."},{"date":"2016-06-08","text":"Animate Dead is an Aura, albeit with an unusual enchant ability. You target a creature card in a graveyard when you cast it. It enters the battlefield attached to that card. Then it returns that card to the battlefield, and attaches itself to the card again (since the card is a new object on the battlefield). Animate Dead itself never moves into a graveyard during this process."},{"date":"2016-06-08","text":"If Animate Dead isn't on the battlefield as its triggered ability resolves, none of its effects happen. The creature card won't be returned to the battlefield."},{"date":"2016-06-08","text":"If the creature put onto the battlefield has protection from black—or if the creature can't legally be enchanted by Animate Dead for another reason—Animate Dead won't be able to attach to it. It will be put into the graveyard as a state-based action, causing its delayed triggered ability to trigger. When the trigger resolves, if the creature's still on the battlefield, its controller will sacrifice it."},{"date":"2016-06-08","text":"Once the creature is returned to the battlefield, Animate Dead can't be attached to anything other than it (unless Animate Dead somehow manages to put a different creature onto the battlefield). Attempting to move Animate Dead to another creature won't work."}],"rarities":["uncommon","rare"]},"anje falkenrath":{"name":"Anje Falkenrath","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\n{T}, Discard a card: Draw a card.\nWhenever you discard a card, if it has madness, untap Anje Falkenrath.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{T}, Discard a card: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you discard a card, if it has madness, untap ~.","constraint":null,"condition":{"type":"EventObjectMatchesFilter","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"HasKeywordKind","value":"Madness"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"4dab6a96-4376-4aea-983d-406167993214","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["20bdc926-b1ab-4314-899b-167c3d8a7af7","913dd06f-ed2f-4128-9c9d-9cd0d8a55425"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19","OC19","SLD"],"rulings":[{"date":"2019-08-23","text":"If you discard a card with madness to pay the cost of Anje’s activated ability, you’ll draw a card last. You may untap Anje before or after you choose whether to cast the discarded card, but not after you’ve chosen to cast it but before that spell resolves."}],"rarities":["mythic"]},"anointed peacekeeper":{"name":"Anointed Peacekeeper","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nAs this creature enters, look at an opponent's hand, then choose any card name.\nSpells your opponents cast with the chosen name cost {2} more to cast.\nActivated abilities of sources with the chosen name cost {2} more to activate unless they're mana abilities.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"HasChosenName"}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells your opponents cast with the chosen name cost {2} more to cast."},{"mode":{"ReduceAbilityCost":{"mode":"Raise","keyword":"activated","amount":2,"exemption":"None"}},"affected":{"type":"HasChosenName"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of sources with the chosen name cost {2} more to activate unless they're mana abilities."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Typed","type_filters":[],"controller":{"ChosenPlayer":{"index":0}},"properties":[]},"card_filter":{"type":"None"},"count":null,"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, look at an opponent's hand, then choose any card name.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a67f78be-8fbe-414a-9574-bb11ac50e1a5","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_Unless","description":"Vigilance\nAs this creature enters, look at an opponent's hand, then choose any card name.\nSpells your opponents cast with the chosen name co","line_index":0}],"metadata":{"source_printing_ids":["1aba15c0-fbc6-473f-8da9-522aa582b2bf","5b8127b5-3a65-411a-84bc-54e5c1be1477"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU","PRM"],"rulings":[{"date":"2022-09-09","text":"Activated abilities contain a colon. They’re generally written “[Cost]: [Effect].” Some keyword abilities (such as equip) are activated abilities and will have colons in their reminder text. Triggered abilities (starting with “when,” “whenever,” or “at”) are unaffected by the last ability of Anointed Peacekeeper."},{"date":"2022-09-09","text":"An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2022-09-09","text":"Anointed Peacekeeper’s last ability affects cards regardless of what zone they’re in. This includes cards in hands, cards in the graveyards, and exiled cards."},{"date":"2022-09-09","text":"Anointed Peacekeeper’s third ability applies to all opponents, not just the opponent whose hand you looked at."},{"date":"2022-09-09","text":"You can choose any card name, even if that card doesn’t normally have an activated ability. You’re not limited to the names of cards you saw in the opponent’s hand."},{"date":"2022-09-09","text":"You can’t choose the name of a token unless that token has the same name as a card."}],"rarities":["rare"]},"anointer priest":{"name":"Anointer Priest","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature token you control enters, you gain 1 life.\nEmbalm {3}{W} ({3}{W}, Exile this card from your graveyard: Create a token that's a copy of it, except it's a white Zombie Human Cleric with no mana cost. Embalm only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Embalm":{"type":"Mana","data":{"type":"Cost","shards":["White"],"generic":3}}}],"abilities":[{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetColor","colors":["White"]},{"type":"RemoveManaCost"},{"type":"AddSubtype","subtype":"Zombie"}]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":3}},{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Token"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature token you control enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4e0b9273-6614-41a8-9738-959349c0717b","metadata":{"related_token_ids":["ffea7959-8128-5703-b08d-0456bc5e59e4"],"source_printing_ids":["46f810c2-310e-42f5-ab1f-d56396cf5124","4f922231-bf41-47d3-8fa3-13b9baf4a0f3","c1c4274b-4268-48af-bbf0-38349a317a99"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PLST"],"rulings":[{"date":"2017-04-18","text":"For each card with embalm, a corresponding game play supplement token can be found in some Amonkhet booster packs. These supplements are not required to play with cards with embalm; you can use the same items to represent an embalmed token as you would any other token."},{"date":"2017-04-18","text":"If Anointer Priest enters the battlefield at the same time as a creature token, its ability triggers for that other creature. For example, if you control Anointed Procession and embalm Anointer Priest, the triggered ability of each one triggers twice and you gain a total of 4 life."},{"date":"2017-04-18","text":"If Anointer Priest is a token, most likely because it's embalmed, it will cause its own ability to trigger when it enters the battlefield."},{"date":"2017-04-18","text":"If the card copied by the token had any \"when [this permanent] enters the battlefield\" abilities, then the token also has those abilities and will trigger them when it's created. Similarly, any \"as [this permanent] enters the battlefield\" or \"[this permanent] enters the battlefield with\" abilities that the token has copied will also work."},{"date":"2017-04-18","text":"The token copies exactly what was printed on the original card and nothing else. It doesn't copy any information about the object the card was before it was put into your graveyard."},{"date":"2017-04-18","text":"The token is a Zombie in addition to its other types and is white instead of its other colors. It has no mana cost, and thus its mana value is 0. These are copiable values of the token that other effects may copy."},{"date":"2017-07-14","text":"If a spell or ability puts a creature card with embalm into your graveyard during your main phase, you'll have priority immediately after that spell or ability resolves. You can activate the creature card's embalm ability before any player can exile it with an effect, such as that of Crook of Condemnation, if it's legal for you to do so."},{"date":"2017-07-14","text":"Once you've activated an embalm ability, the card is immediately exiled. Opponents can't try to stop the ability by exiling the card with an effect such as that of Crook of Condemnation."}],"rarities":["common"]},"another round":{"name":"Another Round","mana_cost":{"type":"Cost","shards":["X","X","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile any number of creatures you control, then return them to the battlefield under their owner's control. Then repeat this process X more times.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Exile any number of creatures you control, then return them to the battlefield under their owner's control. Then repeat this process X more times.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"repeat_for":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"offset":1},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8095ca78-db19-4724-a6ff-eacc85fa2274","metadata":{"source_printing_ids":["4f8dc511-e307-4412-bb79-375a6077312d","ddec615b-537a-4fef-a2a7-9bdf74c0192a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"Abilities that trigger “When [this creature] enters the battlefield” or “When [this creature] leaves the battlefield” will trigger each time that creature enters or leaves the battlefield as a result of Another Round’s effect. If those abilities require targets, you won’t choose those targets until after Another Round finishes resolving, when those abilities are put onto the stack."},{"date":"2024-04-12","text":"All abilities that trigger while Another Round is resolving are put on the stack after Another Round is finished resolving. All such abilities controlled by the player whose turn it is are put on the stack first, then those controlled by the next player in turn order, and so on. For each player, they can put their abilities on the stack in the order of their choice. Abilities don’t have to be put on the stack in the order in which they triggered."},{"date":"2024-04-12","text":"If X is 0, you’ll perform the process just once when Another Round resolves."},{"date":"2024-04-12","text":"If a token is exiled this way, it will cease to exist and won’t return to the battlefield."},{"date":"2024-04-12","text":"Once an exiled creature returns, it’s considered a new object with no relation to the object that it was. Auras attached to the exiled creature will be put into their owners’ graveyards. Equipment attached to the exiled creature will become unattached and remain on the battlefield. Any counters on the exiled creature will cease to exist."},{"date":"2024-04-12","text":"You don’t have to choose the same set of creatures each time you repeat this process."}],"rarities":["rare"]},"apex devastator":{"name":"Apex Devastator","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":8},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Chimera","Hydra"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"Cascade, cascade, cascade, cascade (When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order. Multiple instances of cascade each trigger separately.)","non_ability_text":null,"flavor_name":null,"keywords":["Cascade","Cascade","Cascade","Cascade"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b4d6747c-3516-4e71-be30-af007c6b1dc4","metadata":{"source_printing_ids":["8fa281e1-5c48-4bba-b8e9-88c6f5f53abb","b345eb6f-ef2e-4d24-964c-252956031e4f","ca9783bc-0e1b-42da-b0f3-89dd0db83743"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","M3C","PRM"],"rulings":[{"date":"2020-11-10","text":"Each instance of cascade triggers and resolves separately. The spell you cast due to the first cascade ability will go on the stack on top of the second, third, and fourth cascade abilities. That spell will resolve before you exile cards for the second cascade ability. The spell you cast for the second will resolve before you exile cards for the third, and so on."},{"date":"2020-11-10","text":"Each of Apex Devastator's four cascade abilities will look for a nonland card with mana value less than 10 (Apex Devastator's mana value). This doesn't change even if one or more of the spells you cast because of those cascade abilities has cascade itself. Each of those additional cascade abilities, if any, will refer to the mana value of the spell that caused it to trigger. In other words, each cascade ability cares only about the spell that caused it to trigger, the stack can get messy, and we wish you luck."},{"date":"2021-06-18","text":"A spell's mana value is determined only by its mana cost. Ignore any alternative costs, additional costs, cost increases, or cost reductions."},{"date":"2021-06-18","text":"Cascade triggers when you cast the spell, meaning that it resolves before that spell. If you end up casting the exiled card, it will go on the stack above the spell with cascade."},{"date":"2021-06-18","text":"Due to a 2021 rules change to cascade, not only do you stop exiling cards if you exile a nonland card with lesser mana value than the spell with cascade, but the resulting spell you cast must also have lesser mana value. Previously, in cases where a card's mana value differed from the resulting spell, such as with some modal double-faced cards or cards with an Adventure, you could cast a spell with a higher mana value than the exiled card."},{"date":"2021-06-18","text":"If a spell with cascade is countered, the cascade ability will still resolve normally."},{"date":"2021-06-18","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2021-06-18","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those to cast the card."},{"date":"2021-06-18","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If cascade allows you to cast a split card, you may cast either half but not both halves."},{"date":"2021-06-18","text":"When the cascade ability resolves, you must exile cards. The only optional part of the ability is whether or not you cast the last card exiled."},{"date":"2021-06-18","text":"You exile the cards face up. All players will be able to see them."}],"rarities":["mythic"]},"appa, steadfast guardian":{"name":"Appa, Steadfast Guardian","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bison","Ally"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nWhen Appa enters, airbend any number of other target nonland permanents you control. (Exile them. While each one is exiled, its owner may cast it for {2} rather than its mana cost.)\nWhenever you cast a spell from exile, create a 1/1 white Ally creature token.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"ExileWithAltCost","cost":{"type":"Cost","shards":[],"generic":2}},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Air"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, airbend any number of other target nonland permanents you control.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Ally","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Ally"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"spell_cast_origin":{"type":"Equals","data":"Exile"},"description":"Whenever you cast a spell from exile, create a 1/1 white Ally creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"03c141ca-11e4-4927-a6bd-980ee1203c73","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["a1248262-41d8-5572-8092-2e7350a4acdd"],"source_printing_ids":["4d822fa1-70f9-4a63-841d-31c94e1e3dd4","829d91e9-4878-4e55-a262-ac0d55b65d4e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rarities":["mythic"]},"approach of the second sun":{"name":"Approach of the Second Sun","mana_cost":{"type":"Cost","shards":["White"],"generic":6},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this spell was cast from your hand and you've cast another spell named Approach of the Second Sun this game, you win the game. Otherwise, put Approach of the Second Sun into its owner's library seventh from the top and you gain 7 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1},"position":{"type":"NthFromTop","n":7}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":7}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"If this spell was cast from your hand and you've cast another spell named Approach of the Second Sun this game, you win the game. Otherwise, put ~ into its owner's library seventh from the top and you gain 7 life.","target_prompt":null,"condition":{"type":"And","conditions":[{"type":"CastFromZone","zone":"Hand"},{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisGame","scope":"Controller","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Named","name":"approach of the second sun"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":2}}]},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e4125377-34c0-4b54-bdf8-4e88f5d24565","metadata":{"source_printing_ids":["2827614d-97b8-45b3-a820-1971a67a6e29","6a058a72-ebfe-4957-a7dd-ee7471db2498","78d7ca09-b6dc-4906-95ce-1571f6c4cefb","7dd2850b-8b86-4af0-a6f0-5dddfed6e811","d363a81c-0509-47ad-bb48-8bdcbb233bfc","e0d18742-d661-4223-8880-9ed995379b2e","fdf59a6e-7708-45a1-884d-d12e9f7b9ed9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PAKH","PLST","PRM","Q06","SLD","STA"],"rulings":[{"date":"2017-04-18","text":"A card that changes zones is considered a new object, so casting the same Approach of the Second Sun card on a later turn is “another spell” named Approach of the Second Sun."},{"date":"2017-04-18","text":"A copy of a spell isn't cast, so it won't count as the first nor as the second Approach of the Second Sun."},{"date":"2017-04-18","text":"As your second Approach of the Second Sun resolves, it checks only whether the first one was cast, not whether the first one resolved. If your first Approach of the Second Sun was countered, you'll still win the game as your second one resolves."},{"date":"2017-04-18","text":"If you have fewer than six cards in your library, you'll put Approach of the Second Sun on the bottom of your library. Otherwise, you'll lift up the top six cards without looking at them and place Approach of the Second Sun just under them."},{"date":"2017-04-18","text":"The second Approach of the Second Sun that you cast must be cast from your hand, but first may have been cast from anywhere."},{"date":"2017-07-14","text":"Approach of the Second Sun has no effect until it's resolving. If the second one you cast is countered, you won't win the game."}],"rarities":["rare","mythic"]},"aquamorph entity":{"name":"Aquamorph Entity","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"As this creature enters or is turned face up, it becomes your choice of 5/1 or 1/5.\nMorph {2}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Morph":{"type":"Cost","shards":["Blue"],"generic":2}}],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"modal-enters-face-up","description":"or is turned face up"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":5},{"type":"SetToughness","value":1}],"condition":{"type":"ChosenLabelIs","label":"5/1"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":5}],"condition":{"type":"ChosenLabelIs","label":"1/5"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["5/1","1/5"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters or is turned face up, it becomes your choice of 5/1 or 1/5.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ed47dd31-f7cd-4ecb-960f-470cb8f4ed3c","metadata":{"source_printing_ids":["69402ba7-5dac-43f6-bba4-429fac35a96b","9781ab73-5c79-41f3-b319-c9299b03353a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDN","PLC"],"rulings":[{"date":"2007-02-01","text":"If a creature enters as a copy of a face-up Aquamorph Entity, or a Vesuvan Shapeshifter turns face up as a copy of one, the controller of the creature entering gets to make the choice."},{"date":"2007-02-01","text":"If a creature that's already on the battlefield becomes a copy of a face-up Aquamorph Entity, its power and toughness become the power and toughness that were chosen for the Entity."},{"date":"2007-02-01","text":"The first ability is a replacement effect. The choice is made as Aquamorph Entity is turned face up (or enters); it turns face up (or enters) as a creature of that size. It doesn't become a 0/0 and then a creature of the chosen size."}],"rarities":["common"]},"arabella, abandoned doll":{"name":"Arabella, Abandoned Doll","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Toy"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever Arabella attacks, it deals X damage to each opponent and you gain X life, where X is the number of creatures you control with power 2 or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it deals X damage to each opponent and you gain X life, where X is the number of creatures you control with power 2 or less.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"7c4bbb1b-29c4-4e06-aed0-b361293a585b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["f683d5a1-b8bf-446f-9fe3-88a4398bf3cf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"The value of X is determined only once, as Arabella's ability resolves."}],"rarities":["uncommon"]},"aragorn, hornburg hero":{"name":"Aragorn, Hornburg Hero","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Attacking creatures you control have first strike and renown 1. (When a creature with renown 1 deals combat damage to a player, if it isn't renowned, put a +1/+1 counter on it and it becomes renowned.)\nWhenever a renowned creature you control deals combat damage to a player, double the number of +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"MultiplyCounter","counter_type":"P1P1","multiplier":2,"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Renowned"}]},"description":"Whenever a renowned creature you control deals combat damage to a player, double the number of +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Attacking"}]},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"},{"type":"AddKeyword","keyword":{"Renown":1}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking creatures you control have first strike and renown 1."}],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"07326335-45dd-4ebd-8ae6-5191b6eb2928","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["14c62aa6-2660-4a18-8f69-4088e18abb40","aaf5f1d4-f781-4db4-95d4-3e7395459169"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LTC"],"rulings":[{"date":"2023-11-03","text":"If Aragorn, Hornburg Hero leaves the battlefield after first strike damage is dealt but before regular combat damage, creatures you control that dealt first strike damage but no longer have first strike won't also deal regular combat damage (unless they have double strike for some reason)."},{"date":"2023-11-03","text":"If a creature has multiple instances of renown, each triggers separately. The first one that resolves causes the creature to become renowned, which means any additional renown abilities that creature has will have no effect. The creature's controller chooses what order to put those renown abilities on the stack, so they can choose to have the ability with the higher renown number resolve first."},{"date":"2023-11-03","text":"Renown won't trigger when a creature deals damage to a planeswalker, a battle, or another creature. It also won't trigger when a creature deals noncombat damage to a player."},{"date":"2023-11-03","text":"When a creature you control that isn't renowned deals combat damage to a player, you'll put a +1/+1 counter on it and it will become renowned. Since it wasn't renowned when it dealt combat damage, Aragorn, Hornburg Hero's last ability won't trigger, and you won't double the number of +1/+1 counters on it."}],"rarities":["mythic"]},"arbaaz mir":{"name":"Arbaaz Mir","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever Arbaaz Mir or another nontoken historic permanent you control enters, Arbaaz Mir deals 1 damage to each opponent and you gain 1 life. (Artifacts, legendaries, and Sagas are historic.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Historic"},{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another nontoken historic permanent you control enters, ~ deals 1 damage to each opponent and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"a383ef16-1af8-4b3a-956c-c10a93768617","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0c92faf6-1fbb-4e5e-93d8-22da66886f33","458bf178-a2d8-4f7d-afed-48a7e2bbf246","c7187506-4af3-47e9-bad0-4ce8c78ccc10"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ACR"],"rulings":[{"date":"2024-07-05","text":"A card, spell, or permanent is historic if it has the legendary supertype, the artifact card type, or the Saga subtype. Having two of those qualities doesn’t make an object more historic than another or provide an additional bonus—an object either is historic or it isn’t."},{"date":"2024-07-05","text":"An ability that triggers “whenever you cast a historic spell” doesn’t trigger if a historic card is put onto the battlefield without being cast."},{"date":"2024-07-05","text":"Lands are never cast, so abilities that trigger “whenever you cast a historic spell” won’t trigger if you play a legendary land. They also won’t trigger if a card on the battlefield transforms into a card with the legendary supertype, the artifact card type, or the Saga subtype."},{"date":"2024-07-05","text":"Some abilities trigger “whenever you cast a historic spell.” Such an ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."}],"rarities":["uncommon"]},"arbiter of the ideal":{"name":"Arbiter of the Ideal","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nInspired — Whenever this creature becomes untapped, reveal the top card of your library. If it's an artifact, creature, or land card, you may put it onto the battlefield with a manifestation counter on it. That permanent is an enchantment in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Untaps","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"creature,","description":"creature, or land card"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["manifestation",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddType","core_type":"Enchantment"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"is an enchantment in addition to its other types"}],"duration":"Permanent","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Artifact"]},"optional_targeting":false,"optional":true,"forward_result":true},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Artifact"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes untapped, reveal the top card of your library. If it's an artifact, creature, or land card, you may put it onto the battlefield with a manifestation counter on it. That permanent is an enchantment in addition to its other types.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a6cefecd-459e-439a-a62c-689c2919b689","metadata":{"source_printing_ids":["32e58ba3-4202-4f91-b27f-7528d27c1d5c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG","PBNG","PRM"],"rulings":[{"date":"2014-02-01","text":"If an inspired ability triggers during your untap step, the ability will be put on the stack at the beginning of your upkeep. If the ability creates one or more token creatures, those creatures won’t be able to attack that turn (unless they gain haste)."},{"date":"2014-02-01","text":"If the inspired ability includes an optional cost, you decide whether to pay that cost as the ability resolves. You can do this even if the creature leaves the battlefield in response to the ability."},{"date":"2014-02-01","text":"If you choose to not put the card onto the battlefield, or if the card isn’t one of the listed types, it will remain on top of your library. (Note that revealing the card is not optional.)"},{"date":"2014-02-01","text":"Inspired abilities don’t trigger when the creature enters the battlefield."},{"date":"2014-02-01","text":"Inspired abilities trigger no matter how the creature becomes untapped: by the turn-based action at the beginning of the untap step or by a spell or ability."},{"date":"2014-02-01","text":"The manifestation counter is a memory aid only. The permanent will continue to be an enchantment in addition to its other types even if that counter is removed."},{"date":"2014-02-01","text":"The permanent will be an enchantment as it enters the battlefield and will cause constellation abilities of permanents you control to trigger."}],"rarities":["rare"]},"arc lightning":{"name":"Arc Lightning","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Arc Lightning deals 3 damage divided as you choose among one, two, or three targets.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage divided as you choose among one, two, or three targets.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":3}},"distribute":{"type":"Damage"},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5acc8b39-3c3e-4012-8cfd-ac3c2c4ca982","metadata":{"source_printing_ids":["0c81ade7-0074-4447-ba2c-b16fa0f09ccb","35c7c392-6782-40c8-bb24-6aad24f14660","6aead49f-d0d0-459a-8273-a9159f5e1b2b","76ef4ac3-4116-4fb7-9e99-845fecc61d05","8114cff5-3092-48db-a7ab-1c59901f5e6f","b158aa08-3612-47d5-ae43-3d0cc4d3d5e3","c96acf23-66d9-465e-8534-8bdcd75a9366"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["BRB","HOP","KTK","PAL02","PLST","PRM","UGIN","USG","WC00","WC99"],"rulings":[{"date":"2014-09-20","text":"If some of the creatures are illegal targets as Arc Lightning tries to resolve, the original division of damage still applies but no damage is dealt to the illegal targets. If all targets are illegal, Arc Lightning doesn’t resolve."},{"date":"2014-09-20","text":"You choose how many targets Arc Lightning has and how the damage is divided as you cast the spell. Each target must receive at least 1 damage."}],"rarities":["common","uncommon"]},"arc trail":{"name":"Arc Trail","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Arc Trail deals 2 damage to any target and 1 damage to any other target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"~ deals 2 damage to any target and 1 damage to any other target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f1c26b25-371e-4fbf-a43d-7fd59a364d3a","metadata":{"source_printing_ids":["32c00c59-7cf7-4957-83f7-d571a259a40b","445e3a0a-29a7-4dc0-80fe-569b9e751db3","56306d90-7f58-4559-954c-f8ca43d04be8","7c093cb4-e4f8-4059-b6bf-6ab1ae81fedc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DDN","PC2","PCA","PLST","SOM"],"rarities":["uncommon"]},"arcade cabinet":{"name":"Arcade Cabinet","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, put a +1/+1 counter on each of up to four target creatures.\n{2}, {T}, Sacrifice a token: Double the number of each kind of counter on target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Double","target_kind":{"type":"Counters","data":{"counter_type":null}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]},"count":1}]},"sub_ability":null,"duration":null,"description":"{2}, {T}, Sacrifice a token: Double the number of each kind of counter on target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":4}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, put a +1/+1 counter on each of up to four target creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"a8e55287-f0df-46f2-a41d-27bea90216cc","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"When this artifact enters, put a +1/+1 counter on each of up to four target creatures.\n{2}, {T}, Sacrifice a token: Double the number of eac","line_index":0}],"metadata":{"source_printing_ids":["b2fd1df8-cc67-4209-af9d-5cf18c68cca9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["TMC"],"rulings":[{"date":"2026-01-27","text":"To double the number of a kind of counters on a permanent, put a number of that kind of counters on it equal to the number it already has. Other cards that interact with putting counters on it will interact with this effect accordingly."}],"rarities":["rare"]},"arcades, the strategist":{"name":"Arcades, the Strategist","mana_cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nWhenever a creature you control with defender enters, draw a card.\nEach creature you control with defender assigns combat damage equal to its toughness rather than its power and can attack as though it didn't have defender.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Defender"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control with defender enters, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Defender"}]},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control with defender assigns combat damage equal to its toughness rather than its power and can attack as though it didn't have defender."},{"mode":"CanAttackWithDefender","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Defender"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control with defender assigns combat damage equal to its toughness rather than its power and can attack as though it didn't have defender."}],"replacements":[],"color_override":["Green","Blue","White"],"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"e7fc5ad6-f2f0-4b06-a61b-05022db9d93b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0652f9e2-ba2a-4c0a-bbfc-9b00ee5d28d4","1e90c638-d4b2-4243-bbc4-1cc10516c40f","89943e56-0fb0-4de3-bb3a-94b1a016d7e3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M19","PLST","PM19","TSR"],"rulings":[{"date":"2021-03-19","text":"Arcades's last ability doesn't actually change any creature's power. It changes only the amount of combat damage it assigns. All other rules and effects that check power or toughness use the real values. For example, Rabid Bite won't cause a creature with defender to deal damage equal to its toughness."},{"date":"2021-03-19","text":"If Arcades leaves the battlefield after a creature with defender has attacked, that creature remains an attacking creature, although it will assign damage equal to its power."}],"rarities":["mythic","special"]},"arcane adaptation":{"name":"Arcane Adaptation","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nCreatures you control are the chosen type in addition to their other types. The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield."},"cost":null,"sub_ability":null,"duration":null,"description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddChosenSubtype","kind":"CreatureType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control are the chosen type in addition to their other types."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2188c03f-11b6-4651-914a-b4fdd59127e3","metadata":{"source_printing_ids":["b0384a47-b189-4e10-b847-1819d3ca5f8e","bf3edaaf-cf63-4e17-94ae-9d9991d9fb5f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","PXLN","XLN"],"rulings":[{"date":"2017-09-29","text":"Replacement effects that modify creatures of a certain type as they enter the battlefield will apply after you apply Arcane Adaptation’s effect. This is a change from previous rules. If you control Arcane Adaptation and the Aether Revolt card Metallic Mimic, with the same creature type chosen for both, then any creature you control will enter the battlefield with an additional +1/+1 counter on it."},{"date":"2018-01-19","text":"To choose a creature type, you must choose an existing creature type, such as Vampire or Knight. You can’t choose multiple creature types, such as “Vampire Knight.” Card types such as artifact can’t be chosen, nor can subtypes that aren’t creature types, such as Jace, Vehicle, or Treasure."}],"rarities":["rare"]},"arcbound crusher":{"name":"Arcbound Crusher","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Juggernaut"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever another artifact enters, put a +1/+1 counter on this creature.\nModular 1 (This creature enters with a +1/+1 counter on it. When it dies, you may put its +1/+1 counters on target artifact creature.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Modular":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another artifact enters, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"target":{"type":"Typed","type_filters":["Creature","Artifact"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on target artifact creature for each +1/+1 counter on this permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.43a: Modular — when this creature dies, you may put a +1/+1 counter on target artifact creature for each +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with 1 +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.43a: Modular 1 — this permanent enters with 1 +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"ee496b34-d8e0-482a-a2c2-3122ea376da0","metadata":{"source_printing_ids":["748448bb-a1b2-4e84-b09a-5ecc4322f3c6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DST","HOP"],"rulings":[{"date":"2006-09-25","text":"If this creature gets enough -1/-1 counters put on it to cause its toughness to be 0 or less (or the damage marked on it to be lethal), modular will put a number of +1/+1 counters on the target artifact creature equal to the number of +1/+1 counters on this creature before it left the battlefield."}],"rarities":["uncommon"]},"arcbound stinger":{"name":"Arcbound Stinger","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Insect"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Flying\nModular 1 (This creature enters with a +1/+1 counter on it. When it dies, you may put its +1/+1 counters on target artifact creature.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Modular":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"target":{"type":"Typed","type_filters":["Creature","Artifact"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on target artifact creature for each +1/+1 counter on this permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.43a: Modular — when this creature dies, you may put a +1/+1 counter on target artifact creature for each +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with 1 +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.43a: Modular 1 — this permanent enters with 1 +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"7e6e2c37-3a06-456a-ae0f-37b7dc1a3e2b","metadata":{"source_printing_ids":["c397ea22-93cd-498a-a493-9af841d09bf5","db438720-5bfb-4cd9-b565-434839045f60"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DST","MMA"],"rulings":[{"date":"2006-09-25","text":"If this creature gets enough -1/-1 counters put on it to cause its toughness to be 0 or less (or the damage marked on it to be lethal), modular will put a number of +1/+1 counters on the target artifact creature equal to the number of +1/+1 counters on this creature before it left the battlefield."}],"rarities":["common"]},"arcbound worker":{"name":"Arcbound Worker","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Modular 1 (This creature enters with a +1/+1 counter on it. When it dies, you may put its +1/+1 counters on target artifact creature.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Modular":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"target":{"type":"Typed","type_filters":["Creature","Artifact"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on target artifact creature for each +1/+1 counter on this permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.43a: Modular — when this creature dies, you may put a +1/+1 counter on target artifact creature for each +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with 1 +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.43a: Modular 1 — this permanent enters with 1 +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"6d9af084-cd5d-4242-b0f0-24a36d0a75d4","metadata":{"source_printing_ids":["4e165505-7908-479f-9567-6fb2a06f9508","75561093-8892-4b51-813a-c933a06d8cbd","a8ab623d-25bc-4a28-a1fb-49e036a41e09","fdfc2453-5a2b-4104-bf82-84f935de7b99"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDF","DST","MMA","WC04"],"rulings":[{"date":"2006-09-25","text":"If this creature gets enough -1/-1 counters put on it to cause its toughness to be 0 or less (or the damage marked on it to be lethal), modular will put a number of +1/+1 counters on the target artifact creature equal to the number of +1/+1 counters on this creature before it left the battlefield."}],"rarities":["common"]},"arch of orazca":{"name":"Arch of Orazca","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Ascend (If you control ten or more permanents, you get the city's blessing for the rest of the game.)\n{T}: Add {C}.\n{5}, {T}: Draw a card. Activate only if you have the city's blessing.","non_ability_text":null,"flavor_name":null,"keywords":["Ascend"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{5}, {T}: Draw a card. Activate only if you have the city's blessing.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"HasCityBlessing"}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"3bb518ff-399b-4ce7-b9ad-a1d563dd7792","metadata":{"source_printing_ids":["0b4046d8-9f53-4b33-b76c-54bc5e83f496","1a5f3ba3-8c20-4d94-8c97-0f393132168a","581dcadd-7de4-4b39-bab0-d3567194a252","c6d47162-749b-47d5-9589-8f1dbf60b9f3","f2216c70-91c2-43d5-9156-9b4f7828c821"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","LCC","PLST","PRIX","RIX","TSR"],"rulings":[{"date":"2018-01-19","text":"A permanent is any object on the battlefield, including tokens and lands. Spells and emblems aren't permanents."},{"date":"2018-01-19","text":"Ascend on a permanent isn't a triggered ability and doesn't use the stack. Players can respond to a spell that will give you your tenth permanent, but they can't respond to getting the city's blessing once you control that tenth permanent. This means that if your tenth permanent is a land you play, players can't respond before you get the city's blessing."},{"date":"2018-01-19","text":"If you cast a spell with ascend, you don't get the city's blessing until it resolves. Players may respond to that spell by trying to change whether you get the city's blessing."},{"date":"2018-01-19","text":"If you control ten permanents but don't control a permanent or resolving spell with ascend, you don't get the city's blessing. For example, if you control ten permanents, lose control of one, then cast Golden Demise, you won't have the city's blessing and the spell will affect creatures you control."},{"date":"2018-01-19","text":"If your tenth permanent enters the battlefield and then a permanent leaves the battlefield immediately afterwards (most likely due to the \"Legend Rule\" or due to being a creature with 0 toughness), you get the city's blessing before it leaves the battlefield."},{"date":"2018-01-19","text":"Once you have the city's blessing, you have it for the rest of the game, even if you lose control of some or all of your permanents. The city's blessing isn't a permanent itself and can't be removed by any effect."}],"rarities":["rare","special"]},"archangel elspeth":{"name":"Archangel Elspeth","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Elspeth"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"[+1]: Create a 1/1 white Soldier creature token with lifelink.\n[−2]: Put two +1/+1 counters on target creature. It becomes an Angel in addition to its other types and gains flying.\n[−6]: Return all nonland permanent cards with mana value 3 or less from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":["Lifelink"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Create a 1/1 white Soldier creature token with lifelink.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddSubtype","subtype":"Angel"},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an Angel in addition to its other types and gains flying"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Put two +1/+1 counters on target creature. It becomes an Angel in addition to its other types and gains flying.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]}},"cost":{"type":"Loyalty","amount":-6},"sub_ability":null,"duration":null,"description":"[−6]: Return all nonland permanent cards with mana value 3 or less from your graveyard to the battlefield.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0b2481d6-97a0-4f92-b7e5-3451863fd7fb","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["53b344e6-83a3-5eb3-a468-efe9b0e6ea29"],"source_printing_ids":["35ed6263-bdd7-4013-ac8c-9b652d71a0db","93f99e67-901f-4c8d-8a09-e443b7eb928f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"For the last ability, if a card in your graveyard has {X} in its mana cost, X is 0."},{"date":"2023-04-14","text":"If the target of the second ability stops being a creature after the ability has resolved, it will also stop being an Angel until it becomes a creature again, if applicable."},{"date":"2023-04-14","text":"The second ability doesn’t have a duration. It lasts until the creature leaves the battlefield."}],"rarities":["mythic"]},"archangel of thune":{"name":"Archangel of Thune","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nLifelink (Damage dealt by this creature also causes you to gain that much life.)\nWhenever you gain life, put a +1/+1 counter on each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, put a +1/+1 counter on each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4f2d4538-dc1d-4c09-964b-b0d7c240fb7d","metadata":{"source_printing_ids":["15c34447-b0f4-4fcc-b557-23c92850b31b","1d8ecf20-5f80-4a17-93bd-700e4dd44d65","531cba81-afd7-4be4-adec-87edb77ba2a9","5d393449-bdbe-4638-ba0b-7ec83f81b51e","aff10db6-f9bf-4fc8-b3ef-c4c11f192f53","f6929b98-e81c-48b9-87d8-11c8830974ce"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","IMA","M14","MAR","PIO","SLD"],"rulings":[{"date":"2020-08-07","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, the ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, and/or planeswalkers at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2020-08-07","text":"If a creature you control is dealt lethal damage at the same time that you gain life, it won't receive a counter from Archangel of Thune's ability in time to save it."},{"date":"2020-08-07","text":"If you gain an amount of life “for each” of something, that life is gained as one event and the ability triggers only once."},{"date":"2020-08-07","text":"In a Two-Headed Giant game, life gained by your teammate won't cause the ability to trigger, even though it caused your team's life total to increase."}],"rarities":["mythic"]},"archangel of tithes":{"name":"Archangel of Tithes","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs long as this creature is untapped, creatures can't attack you or planeswalkers you control unless their controller pays {1} for each of those creatures.\nAs long as this creature is attacking, creatures can't block unless their controller pays {1} for each of those creatures.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"And","conditions":[{"type":"Not","condition":{"type":"SourceIsTapped"}},{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":1},"scaling":{"type":"PerAffectedCreature"},"defended":"PlayerOrPlaneswalker"}]},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is untapped, creatures can't attack you or planeswalkers you control unless their controller pays {1} for each of those creatures."},{"mode":"CantBlock","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"And","conditions":[{"type":"SourceIsAttacking"},{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":1},"scaling":{"type":"PerAffectedCreature"}}]},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is attacking, creatures can't block unless their controller pays {1} for each of those creatures."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ff5caed4-0276-476d-8fae-edae2536df7f","metadata":{"source_printing_ids":["1af50bf1-c51e-4592-86bf-4197ec85a45d","2f338a9f-2af0-4e0f-9de1-17fc51145c46","c853d04c-864b-491c-8c6f-72d2d4874d2f","d34f043c-d01e-4462-b381-39748d7fa31b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ORI","OTJ","PLST","POTJ"],"rulings":[{"date":"2015-06-22","text":"If you control an untapped Archangel of Tithes, your opponents can choose to not attack with a creature that must attack if able. The same is true with respect to an attacking Archangel of Tithes and a creature that must block if able."}],"rarities":["mythic"]},"archelos, lagoon mystic":{"name":"Archelos, Lagoon Mystic","mana_cost":{"type":"Cost","shards":["Black","Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Turtle","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"As long as Archelos is tapped, other permanents enter tapped.\nAs long as Archelos is untapped, other permanents enter untapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"description":"As long as ~ is tapped, other permanents enter tapped.","condition":{"type":"SourceTappedState","tapped":true},"destination_zone":"Battlefield"},{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"description":"As long as ~ is untapped, other permanents enter untapped.","condition":{"type":"SourceTappedState","tapped":false},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green","Blue"],"scryfall_oracle_id":"fd19a009-d1ab-4148-a829-3d4c3af1b0b2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["25e5643c-26d9-4ada-bc03-cafda0f64f40","d45ec78e-6190-46af-8057-834f5ca41ec8","eafb8740-1bab-4f5e-96d1-79f1f04cc0d8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","DMC","PRM"],"rulings":[{"date":"2020-11-10","text":"Archelos's abilities don't apply to itself as it enters the battlefield, nor do they apply to any permanents entering the battlefield at the same time."},{"date":"2020-11-10","text":"If another replacement effect says that a permanent enters the battlefield tapped while Archelos is untapped, the entering permanent's controller chooses whether the permanent enters tapped or untapped. If a permanent is simply put onto the battlefield tapped without a replacement effect being applied, it always enters untapped if Archelos is untapped."},{"date":"2020-11-10","text":"If more than one Archelos is on the battlefield, the controller of an entering permanent chooses how to order the replacement effects."}],"rarities":["rare"]},"archery training":{"name":"Archery Training","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nAt the beginning of your upkeep, you may put an arrow counter on this Aura.\nEnchanted creature has \"{T}: This creature deals X damage to target attacking or blocking creature, where X is the number of arrow counters on Archery Training.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"arrow","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may put an arrow counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"arrow"}},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Blocking"}]}]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals X damage to target attacking or blocking creature, where X is the number of arrow counters on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"{T}: ~ deals X damage to target attacking or blocking creature, where X is the number of arrow counters on ~.\""}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"acab4fa9-d9ab-4a89-a50f-0cee9d7ca0c3","metadata":{"source_printing_ids":["151232e6-68cc-4cac-a532-9ade8e925961"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["UDS"],"rulings":[{"date":"2004-10-04","text":"If there is more than one Archery Training on a creature, each granted ability counts the counters on the Archery Training that granted that ability."},{"date":"2004-10-04","text":"Putting on a counter is optional. If you forget, you can't go back later even if it is something you usually do."},{"date":"2004-10-04","text":"You do not remove counters when using the ability."}],"rarities":["uncommon"]},"archive trap":{"name":"Archive Trap","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Trap"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If an opponent searched their library this turn, you may pay {0} rather than pay this spell's mana cost.\nTarget opponent mills thirteen cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":13},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":"Target opponent mills thirteen cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d412b175-2365-4b2c-a8f5-3e4e9d06280d","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"condition":{"type":"OpponentSearchedLibraryThisTurn"}}],"metadata":{"source_printing_ids":["67bb2ca9-32b8-442d-b6a0-d624a87f5af8","c5fb50d5-185f-4e01-b726-7faf6d0514a5","defa687c-a064-4a7b-afa2-3c3ecdb5e13f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["OTP","PLST","ZEN"],"rulings":[{"date":"2009-10-01","text":"A spell or ability causes a player to search their library only if it specifically contains the word “search” in its text. For example, if a spell or ability lets a player look at the top four cards of their library and do something with one of those cards, that’s not a search."},{"date":"2009-10-01","text":"Archive Trap checks only whether an opponent searched their library. It doesn’t matter whether that player found a card during the search."},{"date":"2009-10-01","text":"Casting a Trap by paying its alternative cost doesn’t change its mana cost or mana value. The only difference is the cost you actually pay."},{"date":"2009-10-01","text":"Effects that increase or reduce the cost to cast a Trap will apply to whichever cost you chose to pay."},{"date":"2009-10-01","text":"If a search effect is affected by Aven Mindcensor’s ability (which causes a player to search the top four cards of their library instead), that still counts as searching that library."},{"date":"2009-10-01","text":"If the targeted opponent has fewer than thirteen cards in their library, that player puts their entire library into their graveyard."},{"date":"2009-10-01","text":"The opponent you target doesn’t have to be the opponent who searched their library."},{"date":"2009-10-01","text":"You may ignore a Trap’s alternative cost condition and simply cast it for its normal mana cost. This is true even if its alternative cost condition has been met."}],"rarities":["rare"]},"archivist of oghma":{"name":"Archivist of Oghma","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Halfling","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhenever an opponent searches their library, you gain 1 life and draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"SearchedLibrary","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent searches their library, you gain 1 life and draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"08b13e1f-27ca-40a8-b5ed-88ac933d24bf","metadata":{"source_printing_ids":["9a67ef30-a8ef-4437-8c9a-d125a98fbd6b","9c33f61c-924c-401b-8d50-ebd19f59c3da","a5100d6c-ca6e-40e5-8c55-50e74237ced4","f6589e02-8c84-4069-88d1-ebcc8520cae1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG","PCLB","PLST","SLD"],"rulings":[{"date":"2022-06-10","text":"Archivist of Oghma's triggered ability won't be put onto the stack until after the spell or ability causing the opponent to search their library finishes resolving. Notably, if that spell or ability causes any other abilities to trigger (for example, if the opponent searched for a card and put it onto the battlefield), those abilities and Archivist of Oghma's triggered ability will go on the stack at the same time. The active player puts all their abilities on the stack in any order, then each other player in turn order does the same. The last ability put onto the stack this way resolves first, and so on."},{"date":"2022-06-10","text":"Archivist of Oghma's triggered ability won't trigger if you search an opponent's library or an opponent searches another player's library."}],"rarities":["rare"]},"archmage emeritus":{"name":"Archmage Emeritus","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Magecraft — Whenever you cast or copy an instant or sorcery spell, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCastOrCopy","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast or copy an instant or sorcery spell, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8305d576-21d8-4ce7-8eda-a7cd9793aca5","metadata":{"source_printing_ids":["2ab5ba3a-22a5-4d79-af99-fe1ef6cc8676","459b79e0-236a-4ba8-a44c-7ac03987373d","62f20d75-cfe5-427b-92d3-35c7e77db0d5","761df6cd-0928-4167-8902-58fdb50181a0","c3dbdc3b-4855-48aa-b06d-a31166161eab","da5e6937-800c-4870-b234-f2907a55ce31","dd547601-d650-4a02-a3a4-890bcef03a7c","e85c555a-f034-4c79-92d8-610527d16529","f2f7218a-511a-4ca8-899d-ae78a935f7a0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC","OTC","PLST","PRM","PSTX","SOC","SPG","STX","TDC"],"rulings":[{"date":"2021-04-16","text":"Each magecraft ability has a different effect, although they all have the same trigger condition, whenever you cast or copy an instant or sorcery spell."},{"date":"2021-04-16","text":"If an effect creates a copy of an instant or sorcery spell, this will also cause the magecraft ability to trigger."},{"date":"2021-04-16","text":"If an effect creates multiple copies of an instant or sorcery spell, magecraft abilities trigger once for each copy created by the effect."},{"date":"2021-04-16","text":"Some effects instruct you to copy an instant or sorcery card in a zone other than the stack. These copies do not cause magecraft abilities to trigger. However, most effects that do this also allow you to cast the copy, and casting the copy will cause magecraft abilities to trigger."}],"rarities":["rare","mythic"]},"archon of cruelty":{"name":"Archon of Cruelty","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":6},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Archon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature enters or attacks, target opponent sacrifices a creature or planeswalker of their choice, discards a card, and loses 3 life. You draw a card and gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"TargetPlayer","properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever ~ enters or attacks, target opponent sacrifices a creature or planeswalker of their choice, discards a card, and loses 3 life. You draw a card and gain 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"aa1a6646-c1e6-4bff-9092-43ee3e137914","metadata":{"source_printing_ids":["10be3e37-da93-476c-8da3-57bed77df2d7","1be9d9a4-d7ee-4854-abc2-85cabf993ec9","78f5933b-4901-45fd-ae3f-aeae3bdf200b","c38d9873-f4e9-418f-aee8-8623b2576f6c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DSC","M3C","MH2","PMH2"],"rulings":[{"date":"2021-06-18","text":"You and the opponent you target take all the actions in the order listed. Notably, the creature or planeswalker they sacrifice won't be on the battlefield as they discard a card or lose life. If any abilities trigger, they will wait to be put on the stack until after the spell resolves. If any abilities controlled by that opponent trigger but losing 3 life causes them to lose the game, none of those abilities will be put on the stack."}],"rarities":["mythic"]},"archpriest of shadows":{"name":"Archpriest of Shadows","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Backup 1 (When this creature enters, put a +1/+1 counter on target creature. If that's another creature, it gains the following abilities until end of turn.)\nDeathtouch\nWhenever this creature deals combat damage to a player or battle, return target creature card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch",{"Backup":1}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player or battle, return target creature card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player or battle, return target creature card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":"If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"SelfRef"},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put 1 +1/+1 counter on target creature","target_prompt":null,"ability_tag":{"type":"Backup"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.165: Backup 1 — when this creature enters, put 1 +1/+1 counter on target creature. If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7b03910a-2ca7-40cb-9c71-1c2cc856a287","metadata":{"source_printing_ids":["4332d36c-0db6-43fc-823b-6b6876e64b54","f5931746-a55c-4528-9e4a-ee15edab3489"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"Backup confers only abilities that are actually printed below it. Any abilities that are gained by the permanent are ignored, including abilities gained due to a resolving spell or ability or copy effects."},{"date":"2023-04-14","text":"If a backup ability causes another creature to gain abilities, the creature with backup will still have those abilities."},{"date":"2023-04-14","text":"If a backup ability targets the creature with backup, that creature will get +1/+1 counters, but it won’t gain additional abilities."},{"date":"2023-04-14","text":"If a permanent enters the battlefield as a copy of a card with a backup ability or a token is created that is a copy of that card, the order of the printed abilities is maintained."},{"date":"2023-04-14","text":"The abilities that backup grants to the target creature are determined only once, at the time the ability triggers. They won’t change if the permanent with backup loses any abilities before the backup ability resolves."}],"rarities":["rare"]},"arena of glory":{"name":"Arena of Glory","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control a Mountain.\n{T}: Add {R}.\n{R}, {T}, Exert this land: Add {R}{R}. If that mana is spent on a creature spell, it gains haste until end of turn. (An exerted permanent won't untap during your next untap step.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red","Red"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"Tap"},{"type":"Exert"}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{R}, {T}, Exert ~: Add {R}{R}. If that mana is spent on a creature spell, it gains haste until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control a Mountain.","condition":{"type":"UnlessControlsSubtype","subtypes":["Mountain"]},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"63dfe794-5f56-41ec-9883-5523b41cc3e0","metadata":{"source_printing_ids":["3d7d07bb-b875-4a6d-8b87-4187e823af75","7230f119-b663-483c-aa9b-eb22259fcc2d","dd148edc-9e43-41aa-bb50-f912115d3e72"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PLST","PMH3"],"rulings":[{"date":"2024-06-07","text":"If an exerted permanent is already untapped during your next untap step (most likely because an effect untapped it), exert's effect preventing it from untapping expires without having done anything."},{"date":"2024-06-07","text":"If mana generated with Arena of Glory's last ability is spent on a noncreature spell that becomes a creature later in the turn, that creature won't have haste."},{"date":"2024-06-07","text":"If mana generated with Arena of Glory's last ability is spent to cast a noncreature spell that creates tokens, those tokens won't gain haste."},{"date":"2024-06-07","text":"If mana generated with Arena of Glory's last ability is spent to pay any part of a creature spell's cost, including an alternative or additional cost, that creature spell (and the resulting creature) will gain haste until end of turn."},{"date":"2024-06-07","text":"If the mana generated with Arena of Glory's last ability is spent on two different creature spells, each of those spells (and resulting creatures) will gain haste until end of turn."},{"date":"2024-06-07","text":"If you gain control of another player's permanent until end of turn and exert it, and then that player regains control of it, it will untap during that player's untap step."},{"date":"2024-06-07","text":"The mana generated with Arena of Glory's last ability can be spent on anything, not just creature spells."},{"date":"2024-06-07","text":"You must already control a Mountain as Arena of Glory enters the battlefield for it to enter untapped. If it enters the battlefield at the same time as a Mountain when you control no other Mountains, it will enter tapped."}],"rarities":["rare"]},"argothian wurm":{"name":"Argothian Wurm","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this creature enters, any player may sacrifice a land of their choice. If a player does, put this creature on top of its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, any player may sacrifice a land of their choice. If a player does, put ~ on top of its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f8aa1893-60e5-439e-9316-872a9f6b6c94","metadata":{"source_printing_ids":["93294349-75ae-4a6b-896d-b403a5d69e98"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["USG"],"rulings":[{"date":"2007-02-01","text":"When Argothian Wurm enters, first the active player gets the option to sacrifice a land. If they decline, the next player in turn order gets the option. If a player elects to sacrifice a land, Argothian Wurm is put on top of its owner's library, but then all remaining players still get the option. If all players decline, then nothing happens and Argothian Wurm stays on the battlefield."}],"rarities":["rare"]},"arid archway":{"name":"Arid Archway","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Desert"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\nWhen this land enters, return a land you control to its owner's hand. If another Desert was returned this way, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)\n{T}: Add {C}{C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":[{"Subtype":"Desert"}],"controller":null,"properties":[{"type":"Another"}]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return a land you control to its owner's hand. If another Desert was returned this way, surveil 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"3be3d7e6-7860-438a-b8c8-ef154c18c163","metadata":{"source_printing_ids":["3f8c8fa2-12ab-4f6a-9f7a-2bc69e9ba024"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"Arid Archway will return itself to its owner’s hand if you control no other lands when its enters-the-battlefield ability resolves (or if you choose to return it to its owner’s hand despite controlling other lands). It’s almost never a good idea to play it on your first turn."},{"date":"2024-04-12","text":"Desert is a land subtype with no special meaning. It doesn’t grant the land an intrinsic mana ability. Other cards may care about which lands are Deserts."}],"rarities":["uncommon"]},"ark of hunger":{"name":"Ark of Hunger","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more cards leave your graveyard, this artifact deals 1 damage to each opponent and you gain 1 life.\n{T}: Mill a card. You may play that card this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Mill a card. You may play that card this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more cards leave your graveyard, ~ deals 1 damage to each opponent and you gain 1 life.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"2c654772-c786-4966-a46e-9556bbf31d7c","metadata":{"source_printing_ids":["33669848-23ce-4738-9401-469b03f0fd6e","79d01c19-162b-4a12-9e27-18366d95eaa0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If more than one card is milled by Ark of Hunger's last ability (because of the effect of Bruvac the Grandiloquent's ability, for example), you may play any of the milled cards that turn."},{"date":"2026-03-20","text":"If multiple cards leave your graveyard at the same time, Ark of Hunger's first ability will trigger only once."}],"rarities":["rare"]},"armed assailant":{"name":"Armed Assailant","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Villain"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nAs long as this creature is equipped, it gets +2/+0 and has menace. (It can't be blocked except by two or more creatures.)","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Menace"}],"condition":{"type":"SourceIsEquipped"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is equipped, it gets +2/+0 and has menace."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"53d7722a-b60b-4520-abce-f31b1e6bba00","metadata":{"source_printing_ids":["58d18eaa-493d-4e3f-920f-276e393ae74d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["common"]},"armored kincaller":{"name":"Armored Kincaller","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may reveal a Dinosaur card from your hand. If you do or if you control another Dinosaur, you gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Controller"},"card_filter":{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":null,"properties":[]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Or","conditions":[{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may reveal a Dinosaur card from your hand. If you do or if you control another Dinosaur, you gain 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6aad6906-96ec-4994-bfc3-9a76f893bc8c","metadata":{"source_printing_ids":["223a1876-e413-4f07-ac39-c52d29384bef","b76a46a1-a63e-460a-98c5-699dd1c827aa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["J25","LCI"],"rulings":[{"date":"2023-11-10","text":"Whether or not you control another Dinosaur is checked only as Armored Kincaller's ability is resolving. It doesn't matter if you still control Armored Kincaller at the time, or if it's still a Dinosaur."}],"rarities":["common"]},"arrow storm":{"name":"Arrow Storm","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Arrow Storm deals 4 damage to any target.\nRaid — If you attacked this turn, instead Arrow Storm deals 5 damage to that permanent or player and the damage can't be prevented.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 5 damage to that permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"DamagePreventionDisabled","source":0,"expiry":{"type":"EndOfTurn"}}},"cost":null,"sub_ability":null,"duration":null,"description":"player and the damage can't be prevented","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"Raid — If you attacked this turn, instead ~ deals 5 damage to that permanent or player and the damage can't be prevented.","target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"AttackedThisTurn","scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"~ deals 4 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a0ce2f5a-9c0b-4801-9105-72f84d8a4a1f","metadata":{"source_printing_ids":["5da95bed-c1e5-4ef3-965b-ed29180f6cc8","c57534fb-2591-4003-aeec-6452faa4a759"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KTK","PLST"],"rulings":[{"date":"2024-11-08","text":"Raid abilities care only that you attacked with a creature. It doesn't matter how many creatures you attacked with or which player, planeswalker, or battle those creatures attacked."},{"date":"2024-11-08","text":"Raid abilities evaluate the entire turn to see if you attacked with a creature. That creature doesn't have to still be on the battlefield. Similarly, the player, planeswalker, or battle it attacked doesn't have to still be in the game or on the battlefield."}],"rarities":["common"]},"as foretold":{"name":"As Foretold","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, put a time counter on this enchantment.\nOnce each turn, you may pay {0} rather than pay the mana cost for a spell you cast with mana value X or less, where X is the number of time counters on this enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Once each turn, you may pay {0} rather than pay the mana cost for a spell you cast with mana value X or less, where X is the number of time counters on ~."},"cost":null,"sub_ability":null,"duration":null,"description":"Once each turn, you may pay {0} rather than pay the mana cost for a spell you cast with mana value X or less, where X is the number of time counters on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, put a time counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e4b3e0af-5caa-47c1-b5be-c56a875cbb15","metadata":{"source_printing_ids":["0f91d225-788e-42fc-9d01-8668f672b717","2833c9d0-ed79-4413-922d-41be9f522a49","306937c6-0eb3-43d3-bd71-40ef7cefa9e6","6dfcd573-dc06-4b2a-9a9a-7e35267ac800","8107bd96-3570-458e-b76c-73af227f9955","b74222e1-f3a1-4d40-b532-e4f722ec02f0","c468b523-84fc-4657-adef-acc1eec6ef2e","c634fb14-49a1-4642-9a22-bce99279cb88","ebda0fb2-ba10-46e0-ab9d-5a2736553b5d","ef29d1d1-10a1-4aa3-9e20-342396b8e126","fb023670-7597-4042-84a4-0c578820dc9b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AKH","AKR","PAKH","WHO","WOT"],"rulings":[{"date":"2017-04-18","text":"A card's mana value is determined solely by the mana symbols printed in its upper right corner. The mana value is the total amount of mana in that cost, regardless of color. For example, a card with mana cost {1}{U}{U} has mana value 3. Ignore any alternative costs, additional costs, cost increases, or cost reductions that could apply to it. A card with no mana cost has a mana value of 0."},{"date":"2017-04-18","text":"All counters with the same name are indistinguishable from other counters with that name. Cards from the Time Spiral block that interact with time counters will interact with As Foretold."},{"date":"2017-04-18","text":"If a spell has no mana cost, its mana value is 0. You can cast it with As Foretold's alternative cost."},{"date":"2017-04-18","text":"If the card has X in its mana cost, you must choose 0 as the value of X when casting it for another cost that doesn't include X. For example, if there are five time counters on As Foretold and you choose to use its effect to cast Pull from Tomorrow, X must be 0. X can't be 2, even though the spell's mana value would be 4."},{"date":"2017-04-18","text":"If you control multiple As Foretolds, you may cast one spell for each of them paying {0}."},{"date":"2017-04-18","text":"If you're casting a split card, only the mana value of the half you're casting is compared to the number of time counters on As Foretold. This is because only that half is on the stack at the time that you choose to apply the effect of As Foretold."},{"date":"2023-09-01","text":"If you cast a spell for an alternative cost of {0}, you can't pay any other alternative costs, such as emerge costs. You can, however, pay additional costs, such as bargain. If the spell has any mandatory additional costs, such as that of Tormenting Voice, you must pay those to cast the spell."}],"rarities":["rare","mythic"]},"ashaya, soul of the wild":{"name":"Ashaya, Soul of the Wild","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Ashaya's power and toughness are each equal to the number of lands you control.\nNontoken creatures you control are Forest lands in addition to their other types. (They're still affected by summoning sickness.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the number of lands you control."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"modifications":[{"type":"AddSubtype","subtype":"Forest"},{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Nontoken creatures you control are Forest lands in addition to their other types."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"162572f2-1757-42e9-bd97-e6bd9a762c0e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0a74b4e6-f6c9-4fef-a83c-a285a541e720","74943390-d25f-47cb-90bb-cbf70c87f4a2","813057d4-ec5b-4ec4-a6ad-8f53cc49b827","8a6a883f-55e2-43f5-90a9-34494c14c0c4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DSC","PRM","PZNR","SLD","ZNR"],"rulings":[{"date":"2020-09-25","text":"A land that's a Forest has the intrinsic mana ability \"{T}: Add {G}.\""},{"date":"2020-09-25","text":"As long as Ashaya is on the battlefield, it's affected by its second ability and thus its first ability counts itself."},{"date":"2020-09-25","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to Ashaya may become lethal if lands you control leave the battlefield during that turn."},{"date":"2020-09-25","text":"The ability that defines Ashaya's power and toughness applies in all zones, not just the battlefield."},{"date":"2020-09-25","text":"You can't play creature cards as lands; you'll still have to cast them as spells, and they'll enter the battlefield as lands (in addition to their other types)."}],"rarities":["mythic"]},"ashling's command":{"name":"Ashling's Command","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Kindred","Instant"],"subtypes":["Elemental"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two —\n• Create a token that's a copy of target Elemental you control.\n• Target player draws two cards.\n• Ashling's Command deals 2 damage to each creature target player controls.\n• Target player creates two Treasure tokens.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":[{"Subtype":"Elemental"}],"controller":"You","properties":[]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Player"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"9651d197-a408-4665-a292-58d5471f4ffc","modal":{"min_choices":2,"max_choices":2,"mode_count":4,"mode_descriptions":["Create a token that's a copy of target Elemental you control.","Target player draws two cards.","~ deals 2 damage to each creature target player controls.","Target player creates two Treasure tokens."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["128bf831-0cec-59ea-bf1e-33b600ca8728","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["201c73b6-368f-4dac-b034-49c6aa6408ff","fe3a421d-07b6-4b94-b177-aec44c7fe689"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Any enters abilities of the copied permanent will trigger when the token enters. Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the copied permanent will also work."},{"date":"2025-11-17","text":"If all of Ashling's Command's targets are illegal as it tries to resolve, it will do nothing. If at least one target is still legal, it will resolve and do as much as it can."},{"date":"2025-11-17","text":"If the copied permanent has {X} in its mana cost, X is 0."},{"date":"2025-11-17","text":"If the copied permanent is a token, the token that's created copies the original characteristics of that token as stated by the effect that created that token."},{"date":"2025-11-17","text":"If the copied permanent is copying something else, then the token enters as whatever that creature copied."},{"date":"2025-11-17","text":"Kindred is a card type that allows noncreature cards to have creature types. For example, Morcant's Eyes is an Elf (although not a creature) while on the battlefield and an Elf card (although not a creature card) in zones other than the battlefield."},{"date":"2025-11-17","text":"Some older cards were originally printed with the \"tribal\" card type. That card type has been replaced with \"kindred.\" This change does not affect the gameplay function of these cards."},{"date":"2025-11-17","text":"The token created by the first mode of Ashling's Command copies exactly what was printed on the original permanent and nothing else (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2025-11-17","text":"While it appears only on cards that already have other card types, kindred is a card type and will be counted by effects that refer to the number of card types among cards in a zone."}],"rarities":["rare"]},"ashling, the limitless":{"name":"Ashling, the Limitless","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Sorcerer"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Elemental permanent spells you cast from your hand gain evoke {4} as you cast them. (If you cast a spell for its evoke cost, it's sacrificed when it enters.)\nWhenever you sacrifice a nontoken Elemental, create a token that's a copy of it. The token gains haste until end of turn. At the beginning of your next end step, sacrifice it unless you pay {W}{U}{B}{R}{G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The token gains haste"}],"duration":"UntilEndOfTurn","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"End","player":0},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0}},"payer":{"type":"Controller"}},"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Elemental"}],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a nontoken Elemental, create a token that's a copy of it. The token gains haste until end of turn. At the beginning of your next end step, sacrifice it unless you pay {W}{U}{B}{R}{G}.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":{"Evoke":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":4}}}}},"affected":{"type":"Typed","type_filters":["Permanent",{"Subtype":"Elemental"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Elemental permanent spells you cast from your hand gain evoke {4} as you cast them."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"77a9e7cf-76e9-4323-8504-a5b831de00be","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["85f3194f-8ff2-59c7-8940-05cb3aa5aeaa"],"source_printing_ids":["5924c01f-2815-4e37-b700-3ba6cc81e0e4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["ECC"],"rulings":[{"date":"2025-11-17","text":"Any enters abilities of the copied permanent will trigger when the token enters. Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the copied permanent will also work."},{"date":"2025-11-17","text":"If Ashling leaves the battlefield after you've cast an Elemental permanent spell and paid its evoke cost but before that spell resolves, the permanent that spell becomes will still have evoke when it enters. As such, the triggered ability represented by evoke will still trigger, and when that abiltiy resolves, you'll still have to sacrifice that permanent."},{"date":"2025-11-17","text":"If the copied permanent had {X} in its mana cost, X is 0."},{"date":"2025-11-17","text":"If the copied permanent was copying something else, then the token enters as whatever that permanent copied."},{"date":"2025-11-17","text":"If you pay the evoke cost, you can have the creature's own triggered ability or abilities resolve before the evoke triggered ability. You can cast spells after that ability resolves but before you have to sacrifice the creature."},{"date":"2025-11-17","text":"The token created by Ashling's last ability copies exactly what was printed on the original permanent and nothing else (unless that creature was copying something else; see below). It doesn't copy whether that permanent was tapped or untapped, whether it had any counters on it or Auras and Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on."},{"date":"2025-11-17","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an evoke cost), add any cost increases, then apply any cost reductions. The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["mythic"]},"ashmouth dragon":{"name":"Ashmouth Dragon","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you cast an instant or sorcery spell, this creature deals 2 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, ~ deals 2 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red"],"color_identity":["Red"],"scryfall_oracle_id":"7493d78c-26c4-402e-bec5-6449773d0344","metadata":{"source_printing_ids":["41b6381f-4ff8-49e9-bf00-cfe32851318b","8ffb9873-4fb1-4644-9dd9-f2eb5f9617ac","b41e193f-fb9b-4b26-89b6-856b1710a19d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","MID","PMID","PRM"],"rarities":["rare"]},"ashnod's altar":{"name":"Ashnod's Altar","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Sacrifice a creature: Add {C}{C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice a creature: Add {C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"4d18bcba-a346-445e-a182-6cc30b7e066d","metadata":{"source_printing_ids":["0f2d0ee5-3173-4a03-be45-2fe9ea49cdc3","3c0f7157-a375-499c-92c7-d47d2e95dbad","439cc9fe-c810-4e1e-9918-862897f7b07f","4a0f8965-ecd3-4da2-80aa-9c5034c0cd3b","5ce31f0e-f5de-4b01-83a9-28ed441cb99b","6851553c-641d-4015-9fab-a9b235a155fa","87da5ad8-b35f-4f9c-b17a-bb2563cbc186","91ca97db-2c83-4c87-9491-e5878293afe5","99ea166b-01f3-44f2-8e93-da829ea8b5ed","cdcccb0f-ce96-453b-9e82-41d87f52e58b","d5e1a75e-1369-4f28-bb7d-e7ea2e6087e9","eab611c3-3a24-4033-864f-084b71317320","f35ff4b7-c55a-4ede-ae73-b6c648d25613","fcb40669-c196-4ed7-aba0-1ef89ec7d1c8","fe96fe60-f251-403c-acd1-d658a1d0c930"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["5ED","6ED","ATQ","BCHR","BRR","CHR","CMM","EMA","ME4","PLST","RIN","SLD","WC00"],"rarities":["common","uncommon","rare"]},"assault":{"name":"Assault","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Assault deals 2 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"fcdeb83f-531c-4087-9254-7f19eb065f00","metadata":{"related_token_ids":["ed4b719a-b918-59b4-ba00-ecf427f0643f","ee98a86d-1691-56eb-ab6f-337e3ec7cd1b"],"source_printing_ids":["0ec6a889-c941-4898-a2f6-4d3863faf535","4a9f1e99-9de8-45cb-b035-4f920477e2e5","9b2ca0a2-0a18-4d9e-b953-52018af3c65b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["DMR","HOP","INV","TSB"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["uncommon","special"]},"assault formation":{"name":"Assault Formation","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature you control assigns combat damage equal to its toughness rather than its power.\n{G}: Target creature with defender can attack this turn as though it didn't have defender.\n{2}{G}: Creatures you control get +0/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CanAttackWithDefender","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CanAttackWithDefender"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Target creature with defender can attack this turn as though it didn't have defender"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Defender"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{G}: Target creature with defender can attack this turn as though it didn't have defender.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PumpAll","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{2}{G}: Creatures you control get +0/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control assigns combat damage equal to its toughness rather than its power."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4d6d3e6d-f958-4c17-b117-960fb8033601","metadata":{"source_printing_ids":["40452217-9d8c-48e7-b5b4-2740b97bea2a","57a7734e-b964-42bb-920d-168ade9c6377","6bf261c8-98e4-491e-9e51-a9058ff2c03a","7f672dd0-cd63-464c-9581-0ec6f0e391f7","cb72a45f-16e9-4040-acf1-927133ba198e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DTK","IMA","JMP","PLST","TDC"],"rulings":[{"date":"2017-11-17","text":"Assault Formation’s first ability doesn’t actually change any creature’s power. It changes only the amount of combat damage it assigns. All other rules and effects that check power or toughness use the real values. For example, Hunt the Weak won’t cause a creature to fight with its toughness."},{"date":"2017-11-17","text":"For example, a 2/3 creature will assign 3 combat damage rather than 2."}],"rarities":["uncommon","rare"]},"assemble the players":{"name":"Assemble the Players","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nOnce each turn, you may cast a creature spell with power 2 or less from the top of your library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"OncePerTurn","alt_cost":null}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"you may cast a creature spell with power 2 or less from the top of your library."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"180ba940-2b11-4953-b7ce-74847e1aebfd","metadata":{"source_printing_ids":["c88c5959-c033-46d0-94ea-df22988dc923","f5bcb21a-8559-4791-8cd0-482e7b8dcfd2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"Because you never \"cast\" a land card, Assemble the Players doesn't allow you to play a land creature (such as Dryad Arbor) from the top of your library."},{"date":"2024-02-02","text":"If Assemble the Players leaves the battlefield and returns to the battlefield in the same turn, the casting permission granted by the old one is different than the casting permission granted by the new one. Similarly, if you control multiple Assemble the Players, each one has a different casting permission that may be used once each turn."},{"date":"2024-02-02","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast a spell from the top of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2024-02-02","text":"If the top card of your library has a disguise or morph ability, you can cast it face down from the top of your library, even if it doesn't normally have power 2 or less."},{"date":"2024-02-02","text":"You can look at the top card of your library whenever you want (with one restriction; see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2024-02-02","text":"You must pay all costs and follow all timing rules for spells cast from the top of your library this way."}],"rarities":["rare"]},"assimilation aegis":{"name":"Assimilation Aegis","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this Equipment enters, exile up to one target creature until this Equipment leaves the battlefield.\nWhenever this Equipment becomes attached to a creature, for as long as this Equipment remains attached to it, that creature becomes a copy of a creature card exiled with this Equipment.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile up to one target creature until ~ leaves the battlefield.","constraint":null,"condition":null,"batched":false},{"mode":"Attached","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]},"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"~ remains attached to it"}}}},"cost":null,"sub_ability":null,"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"~ remains attached to it"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes attached to a creature, for as long as ~ remains attached to it, that creature becomes a copy of a creature card exiled with ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"6d39d218-254a-4886-907a-89df605d7ce4","metadata":{"source_printing_ids":["014bf3c6-e46f-48f8-902f-82deeba260b2","0d8e4f7b-bdf6-44d3-9b2b-4420bab84864"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"Any non-copy effects that applied to the creature Assimilation Aegis is attached to before it becomes a copy of another card will continue to apply once it becomes a copy. The same is true of any counters that are on that creature."},{"date":"2024-04-12","text":"If Assimilation Aegis leaves the battlefield before its first ability resolves, the target creature won't be exiled at all."},{"date":"2024-04-12","text":"If there are no creature cards exiled with Assimilation Aegis when its second ability resolves, the creature Assimilation Aegis is attached to won't become a copy of anything else. It will remain just as it was."},{"date":"2024-04-12","text":"If you somehow exile a noncreature card with Assimilation Aegis's first ability (possibly because it was a copy of a creature while on the battlefield), you can't choose to have the creature Assimilation Aegis is attached to become a copy of that card when Assimilation Aegis's second ability resolves."},{"date":"2024-04-12","text":"If you somehow exile multiple creature cards with the same Assimilation Aegis (probably because its first ability was copied or something caused it to trigger more than once), you choose one of the exiled creature cards each time its second triggered ability resolves. You don't have to choose the same one each time."},{"date":"2024-04-12","text":"When Assimilation Aegis's second ability resolves, the creature Assimilation Aegis is attached to copies exactly what was printed on the original creature card and nothing else. It doesn't copy any information about the object the card was before it was exiled."},{"date":"2024-04-12","text":"When the creature Assimilation Aegis is attached to becomes a copy of an exiled creature card, it's neither entering nor leaving the battlefield. Any enters-the-battlefield or leaves-the-battlefield abilities won't trigger."}],"rarities":["mythic"]},"astarion, the decadent":{"name":"Astarion, the Decadent","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Elf","Rogue"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Deathtouch, lifelink\nAt the beginning of your end step, choose one —\n• Feed — Target opponent loses life equal to the amount of life they lost this turn.\n• Friends — You gain life equal to the amount of life you gained this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Feed — Target opponent loses life equal to the amount of life they lost this turn.","Friends — You gain life equal to the amount of life you gained this turn."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Target"}}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"03048844-32bb-45a2-a754-73f75eaa4566","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["555f7253-0126-4c3c-a264-877d4c8e005b","64d932b9-5682-4427-a871-7d452a488674","9c37f6ae-cd25-4c98-9700-be2f40a0a37b","b87edd00-062d-48b8-b212-cc0073fe05ea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG","PCLB","SLD"],"rulings":[{"date":"2022-06-10","text":"Use the creature's power as it last existed on the battlefield to determine the value of X."}],"rarities":["rare"]},"astor, bearer of blades":{"name":"Astor, Bearer of Blades","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Astor enters, look at the top seven cards of your library. You may reveal an Equipment or Vehicle card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.\nEquipment you control have equip {1}.\nVehicles you control have crew 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":7},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":null,"properties":[]}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, look at the top seven cards of your library. You may reveal an Equipment or Vehicle card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Equipment"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipment you control have equip {1}."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Vehicle"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":{"Crew":{"power":1,"once_per_turn":null}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Vehicles you control have crew 1."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"196962f0-6aff-4198-9e0c-eaf42aeaf147","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["14e390bd-a1ad-4abe-b6a2-ab9ce8059193","40f3a0ba-b917-488b-adbf-60a0d3c58a56","87ab2cad-ac4c-4b04-8724-c824b45db4d0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU"],"rulings":[{"date":"2022-09-09","text":"Once either the equip {1} or crew 1 ability is activated, causing Astor, Bearer of Blades to leave the battlefield won't stop the ability from resolving."},{"date":"2022-09-09","text":"You may still activate any other equip or crew abilities that permanent has if you wish."}],"rarities":["rare"]},"astral slide":{"name":"Astral Slide","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a player cycles a card, you may exile target creature. If you do, return that card to the battlefield under its owner's control at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player cycles a card, you may exile target creature. If you do, return that card to the battlefield under its owner's control at the beginning of the next end step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"70f14b10-8129-4249-a267-8b4be5d9befa","metadata":{"source_printing_ids":["9abc2e5e-dabc-45a4-a229-53ad1ed7e6c0","ba089228-135a-421b-b932-26b86e555b78","d14993b6-ed8d-4b9b-b54c-2837b343a61e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["F06","ONS","PRM","VMA","WC04"],"rulings":[{"date":"2004-10-04","text":"If a player cycles a card during the end step, the creature that is exiled won't come back until the end of the next turn."},{"date":"2008-08-01","text":"If a face-down card is exiled, it turns face-up and remains face-up when it returns to the battlefield. This does not trigger any abilities that would trigger on it being turned face-up."}],"rarities":["uncommon"]},"at knifepoint":{"name":"At Knifepoint","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"During your turn, outlaws you control have first strike. (Assassins, Mercenaries, Pirates, Rogues, and Warlocks are outlaws.)\nWhenever you commit a crime, create a 1/1 red Mercenary creature token with \"{T}: Target creature you control gets +1/+0 until end of turn. Activate only as a sorcery.\" This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CommitCrime","execute":{"kind":"Spell","effect":{"type":"Token","name":"Mercenary","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Mercenary"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Target creature you control gets +1/+0 until end of turn. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you commit a crime, create a 1/1 red Mercenary creature token with \"{T}: Target creature you control gets +1/+0 until end of turn. Activate only as a sorcery.\" This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Assassin"},{"Subtype":"Mercenary"},{"Subtype":"Pirate"},{"Subtype":"Rogue"},{"Subtype":"Warlock"}]}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, outlaws you control have first strike."}],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"bddb2064-afdb-4184-ae4a-633745e64a3c","metadata":{"related_token_ids":["0b3c8513-324d-5347-af39-b6da4161a67a"],"source_printing_ids":["897d594d-b5b0-43dc-b877-b483942416ce"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"A card, spell, or permanent is an outlaw if it has the Assassin, Mercenary, Pirate, Rogue, or Warlock creature type. It doesn’t matter if it has more than one of those creature types; as long as it has at least one, it’s an outlaw."},{"date":"2024-04-12","text":"A player can commit only one crime per spell or ability they control. Targeting multiple opponents, permanents, spells, abilities, and/or cards with the same spell or ability doesn’t constitute committing multiple crimes."},{"date":"2024-04-12","text":"A player commits a crime as they cast a spell, activate an ability, or put a triggered ability on the stack that targets at least one opponent, at least one permanent, spell, or ability an opponent controls, and/or at least one card in an opponent’s graveyard."},{"date":"2024-04-12","text":"Changing the target or targets of a spell or ability won’t affect whether or not the controller of that spell or ability has committed a crime. Only the initial targets chosen for that spell or ability are used to determine whether or not its controller committed a crime."},{"date":"2024-04-12","text":"Creatures that deal first strike combat damage but lose first strike before regular combat damage is dealt won’t deal combat damage again unless they have double strike. This means you can’t have At Knifepoint leave the battlefield to have your outlaws deal combat damage twice in a turn."},{"date":"2024-04-12","text":"For example, an ability that triggers when you cast a spell that targets an opponent will trigger at the same time as an ability that triggers whenever you commit a crime. Those abilities can be put on the stack in either order (if you control them both), and they’ll both resolve before the spell that caused them to trigger."},{"date":"2024-04-12","text":"If an ability refers to an outlaw or whether a player controls an outlaw, it’s referring only to permanents with one or more of the creature types specified above. Notably, it’s not referring to any spell or card not on the battlefield. However, other abilities may refer to an “outlaw spell” or “outlaw card” in a zone other than the battlefield. Those abilities refer to spells and cards with one or more of the specified creature types."},{"date":"2024-04-12","text":"Outlaw is not a creature type. If an effect asks you to choose a creature type, you can’t choose outlaw."},{"date":"2024-04-12","text":"The spell or ability that constituted a crime doesn’t have to have resolved yet or at all. As soon as you’re finished casting the spell, activating the ability, or putting the triggered ability on the stack, you’ve committed a crime."}],"rarities":["uncommon"]},"atarka's command":{"name":"Atarka's Command","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two —\n• Your opponents can't gain life this turn.\n• Atarka's Command deals 3 damage to each opponent.\n• You may put a land card from your hand onto the battlefield.\n• Creatures you control get +1/+1 and gain reach until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantGainLife","affected":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"modifications":[{"type":"AddStaticMode","mode":"CantGainLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't gain life"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":3},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Reach"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 and gain reach"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"1943cbb0-2b12-4450-90af-060b8c8627c3","modal":{"min_choices":2,"max_choices":2,"mode_count":4,"mode_descriptions":["Your opponents can't gain life this turn.","~ deals 3 damage to each opponent.","You may put a land card from your hand onto the battlefield.","Creatures you control get +1/+1 and gain reach until end of turn."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["903d78c9-c5b3-45c3-a6d0-7e92b4196ae3","c57b152e-c94e-4c10-9f0d-d960e878a430","fa86ff7b-04c7-415a-835b-ae9886f172df"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","DTK","HA5","PDTK"],"rulings":[{"date":"2015-02-25","text":"As the spell resolves, follow the instructions of the modes you chose in the order they are printed on the card. For example, if you chose the second and fourth modes of Ojutai's Command, you would gain 4 life and then draw a card. (The order won't matter in most cases.)"},{"date":"2015-02-25","text":"If a Command is copied, the effect that creates the copy will usually allow you to choose new targets for the copy, but you can't choose new modes."},{"date":"2015-02-25","text":"If all targets for the chosen modes become illegal before the Command resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2015-02-25","text":"If you choose the third mode and put a land card onto the battlefield, that doesn't count as playing a land. For example, you can both play a land and put a land onto the battlefield this way during your turn."},{"date":"2015-02-25","text":"The first mode won't affect life that was gained earlier in the turn."},{"date":"2015-02-25","text":"You can choose a mode only if you can choose legal targets for that mode. Ignore the targeting requirements for modes that aren't chosen. For example, you can cast Ojutai's Command without targeting a creature spell provided you don't choose the third mode."},{"date":"2015-02-25","text":"You choose the two modes as you cast the spell. You must choose two different modes. Once modes are chosen, they can't be changed."}],"rarities":["rare"]},"athreos, god of passage":{"name":"Athreos, God of Passage","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nAs long as your devotion to white and black is less than seven, Athreos isn't a creature.\nWhenever another creature you own dies, return it to your hand unless target opponent pays 3 life.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"TriggeringSource"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever another creature you own dies, return it to your hand unless target opponent pays 3 life.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"PayLife","amount":{"type":"Fixed","value":3}},"payer":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"Not","condition":{"type":"DevotionGE","colors":["White","Black"],"threshold":7}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your devotion to white and black is less than seven, ~ isn't a creature."}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"af206aed-1f58-4f5a-ba42-0e0d1f282940","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3380a687-c96b-4e1a-bfd9-3849d085b803","52705c53-883e-4b6a-9c08-3fa35f6f17d5","54c9c1b7-a41c-4253-98fd-e0bdf9f206fb","a9c87b4d-6e19-4b28-9041-821289f9cd1a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["JOU","PIO","PLST","SLD"],"rulings":[{"date":"2014-04-26","text":"Athreos's last ability will trigger if a token creature you own dies. The target opponent has the option to pay 3 life, although the token can't return to your hand."},{"date":"2014-04-26","text":"If there are no legal targets for Athreos's last ability (perhaps because each of your opponents has hexproof), it will be removed from the stack with no effect. No one may pay 3 life and you won't return the creature card to your hand."},{"date":"2014-04-26","text":"It doesn't matter who controlled the creature when it died. Athreos's last ability will trigger if you owned that creature."},{"date":"2014-04-26","text":"The target opponent chooses whether to pay 3 life when Athreos's last ability resolves. You won't return the card to your hand if that player pays 3 life or if the card leaves the graveyard before the ability resolves."},{"date":"2014-04-26","text":"You are a creature's owner if the card representing it began the game in your deck, or if it's a token that entered the battlefield under your control."},{"date":"2020-01-24","text":"As a God enters the battlefield, your devotion to its color will determine whether any replacement effects that affect creatures entering the battlefield apply to that God. Because replacement effects are considered before the God is on the battlefield, the mana symbols in its mana cost won't be counted when determining this."},{"date":"2020-01-24","text":"Counters put on a God remain on it while it's not a creature, even if they have no effect."},{"date":"2020-01-24","text":"If a God is attacking or blocking and it stops being a creature, it will be removed from combat. It won't rejoin combat if it resumes being a creature later during that combat."},{"date":"2020-01-24","text":"If a God stops being a creature, it loses the type creature and the creature type God. It continues to be a legendary enchantment."},{"date":"2020-01-24","text":"If an effect causes a God to lose all abilities, its ability that causes it to stop being a creature still applies if appropriate."},{"date":"2020-01-24","text":"The abilities of Gods function as long as they're on the battlefield, regardless of whether they're creatures."},{"date":"2020-01-24","text":"The type-changing ability that can make a God not be a creature functions only on the battlefield. It's always a creature card in other zones, regardless of your devotion to its color. It's always a creature spell while it's on the stack."},{"date":"2020-01-24","text":"When a God enters the battlefield, your devotion to its color (including the mana symbols in the mana cost of the God itself) will determine if a creature entered the battlefield or not for abilities that trigger whenever a creature enters the battlefield."},{"date":"2020-01-24","text":"Your devotion to two colors is the number of mana symbols among mana costs of permanents you control that are the first color, the second, or both. If an effect counts your devotion to two colors, a hybrid symbol that is both of those colors is counted just once."}],"rarities":["mythic"]},"atla palani, nest tender":{"name":"Atla Palani, Nest Tender","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{2}, {T}: Create a 0/1 green Egg creature token with defender.\nWhenever an Egg you control dies, reveal cards from the top of your library until you reveal a creature card. Put that card onto the battlefield and the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Egg","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Egg"],"colors":["Green"],"keywords":["Defender"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}, {T}: Create a 0/1 green Egg creature token with defender.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"kept_destination":"Battlefield","rest_destination":"Library"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Egg"}],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an Egg you control dies, reveal cards from the top of your library until you reveal a creature card. Put that card onto the battlefield and the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"b56cebe0-3752-4ce5-afbd-911543784015","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["2920e221-5ed1-517f-a049-cc6acbeb6f79","7dbde767-bdaf-52ce-b058-2edfe05cd9d3","87774715-4c7c-56fa-a2f2-104409980c88","90751f7e-123c-50a3-b7c6-f173a1fac26a","9db7edf6-2139-5df7-8e94-5906ee38136d"],"source_printing_ids":["2b8414f7-22c3-4e1c-934b-4a0e7acf951d","2c872b04-e80d-4c02-ac26-8f5cbb82e99f","30d5ac70-cc49-4520-8076-3df237fe7cd8","53b18981-c0be-455c-baa4-d3f45c55b4e3","c2559933-958b-4dfd-a037-3778b914f319","c851c20d-a028-4af9-bcfa-36ceaf36bdfb","f6aa473b-85cd-431d-844b-218368fe955e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","C19","DMC","PLST","SLD"],"rulings":[{"date":"2019-08-23","text":"If Atla Palani dies at the same time as one or more Eggs you control, its last ability triggers for each of those Eggs."},{"date":"2019-08-23","text":"If there are no creature cards in your library as Atla Palani's last ability resolves, you reveal your library then put it back in a random order."}],"rarities":["rare","mythic"]},"atlantis attacks":{"name":"Atlantis Attacks","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 4 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 4 or more.)\nChoose one. If this spell was cast using teamwork, choose both instead.\n• Target player creates a 6/5 blue Leviathan creature token with hexproof.\n• Return one or two target nonland permanents to their owners' hands.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":4}],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Leviathan","power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"types":["Creature","Leviathan"],"colors":["Blue"],"keywords":["Hexproof"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Player"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b5c8e24a-f4d7-42dc-8117-905ad0bad888","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Target player creates a 6/5 blue Leviathan creature token with hexproof.","Return one or two target nonland permanents to their owners' hands."],"allow_repeat_modes":false,"constraints":[{"type":"ConditionalMaxChoices","condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"max_choices":2,"otherwise_max_choices":1}],"chooser":{"type":"Controller"}},"additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":4},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"related_token_ids":["993fee88-4a3d-59ba-a4b7-0eed045bd40a"],"source_printing_ids":["40bc4380-055d-4913-93cb-280c9c1d1a87"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"atmospheric greenhouse":{"name":"Atmospheric Greenhouse","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, put a +1/+1 counter on each creature you control.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n8+ | Flying, trample","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, put a +1/+1 counter on each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying, trample"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":5},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"52c6afc6-aff1-46a8-b1ea-b183facec1ae","metadata":{"source_printing_ids":["bf05e378-7a0c-49e3-8c6e-c0fd56796434"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"A station card is a card with the station keyword ability. The station keyword means “Tap another untapped creature you control: Put a number of charge counters on this permanent equal to the tapped creature’s power. Activate only as a sorcery.”"},{"date":"2025-07-25","text":"Each station card has one or more striations in its text box. Each striation is preceded by a station symbol—a circle surrounding a number and a plus sign."},{"date":"2025-07-25","text":"Each station symbol represents an ability. A station symbol means “As long as this permanent has N or more charge counters on it, it has [abilities],” where N is the number inside the symbol and [abilities] are all the abilities found inside the same striation as that symbol."},{"date":"2025-07-25","text":"Even if a permanent with station has equal or greater charge counters than the number in its last station symbol, you can still activate its station ability. Adding more charge counters won’t give it additional abilities, but other effects or cards might make those extra counters relevant."},{"date":"2025-07-25","text":"If a permanent with station becomes a creature, it will be able to attack if it’s been under your control continuously since the turn began. That is, it doesn’t matter how long it’s been a creature, just how long it’s been on the battlefield."},{"date":"2025-07-25","text":"If a station card has a power and toughness box printed in one of the striations in its text box, it’s not a creature unless it has the appropriate number of charge counters on it. That card also doesn’t have that power and toughness in any zone other than the battlefield."},{"date":"2025-07-25","text":"If an effect causes a permanent with station to become a creature by some means other than having the appropriate number of charge counters on it, it won’t use any power and toughness values printed in its text box. Instead, it will use whatever base power and toughness was set by the effect that made it a creature."},{"date":"2025-07-25","text":"If another permanent becomes a copy of a permanent represented by a station card, all of its printed abilities, including the ones represented by station symbols, are copied. Its current characteristics and the number of charge counters on it are not copied. The abilities (and in some cases, types, power, and toughness) are determined based on the number of charge counters on the copy."},{"date":"2025-07-25","text":"If that station symbol is in the same striation as a power and toughness box, it instead means “As long as this permanent has N or more charge counters on it, it has [abilities] and is a creature with base power and toughness [P/T] in addition to its other types.”"},{"date":"2025-07-25","text":"If the tapped creature has negative power, no charge counters are put onto or removed from the permanent with station."},{"date":"2025-07-25","text":"Spacecraft is an artifact type with no special meaning. It doesn’t grant the artifact any intrinsic abilities. Other cards may care about which artifacts are Spacecraft."},{"date":"2025-07-25","text":"The abilities of a permanent with station are based on the number of charge counters it has. This means that if a permanent with station gets charge counters due to some other effect (such as proliferate) or loses charge counters somehow, its abilities change accordingly. The same is true for determining whether or not that permanent is a creature."},{"date":"2025-07-25","text":"Use the tapped creature’s power as the station ability resolves to determine how many charge counters to put on the permanent with station. If that creature isn’t on the battlefield at that time, use its power as it last existed on the battlefield."}],"rarities":["uncommon"]},"atomwheel acrobats":{"name":"Atomwheel Acrobats","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Performer"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you roll a 1 or 2, put that many +1/+1 counters on this creature.\n{2}{G}: Roll a six-sided die.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":6,"results":[]},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{G}: Roll a six-sided die.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"RolledDieOnce","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll a 1 or 2, put that many +1/+1 counters on ~.","constraint":null,"condition":null,"batched":false,"die_result":{"Exact":[1,2]}}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0e9551ef-8aee-46ed-b21f-162c64213437","metadata":{"source_printing_ids":["7fbdc8c7-9bb2-49f3-a633-6e009fa8586f","d13cc109-0f43-4957-a4a8-6313b851edae"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["UNF"],"rulings":[{"date":"2022-10-07","text":"Each die is identified by the number of faces it has. A six-sided die is a die with six equally likely outcomes: 1, 2, 3, 4, 5, and 6. The roll must be fair. Although physical dice are recommended, digital substitutes are allowed except in cases where the physical die is required for the effect."},{"date":"2022-10-07","text":"If a die is rerolled, the original roll essentially never happened: it doesn't cause any abilities to trigger, and no effect that cares about die rolls will consider it."},{"date":"2022-10-07","text":"If an ability triggers \"whenever you roll a die,\" it will trigger whenever you roll any die, including the planar die. This is a change from previous Un- rules. Some abilities use the result to determine part of the effect. If you get a non-numerical result (currently just the planar die, but the future is long), that part of the effect won't do anything."},{"date":"2022-10-07","text":"Results can be numbers not ordinarily possible on a six-sided die. Spells like Scooch can change the result to 0 or 7, for example."},{"date":"2022-10-07","text":"Some effects may modify the result of a die roll. This may be part of the instruction to roll a die, or it may come from other cards. Anything that references the \"result\" of a die roll is looking for the result after these modifications."},{"date":"2022-10-07","text":"Something in the game must tell you to roll a die. If you roll a die for any other reason (to simulate a coin flip, to choose pizza toppings, to create alternate timelines), that roll doesn't count."},{"date":"2022-10-07","text":"The die roll caused by the activated ability has no inherent effect: you just roll a six-sided die, but any ability that triggers whenever you roll a die will trigger. Abilities that trigger whenever you roll a specific result, such as Atomwheel Acrobats' first ability, may also trigger. "}],"rarities":["common"]},"atraxa, grand unifier":{"name":"Atraxa, Grand Unifier","mana_cost":{"type":"Cost","shards":["Green","White","Blue","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Angel"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, deathtouch, lifelink\nWhen Atraxa enters, reveal the top ten cards of your library. For each card type, you may put a card of that type from among the revealed cards into your hand. Put the rest on the bottom of your library in a random order. (Artifact, battle, creature, enchantment, instant, land, planeswalker, and sorcery are card types.)","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Flying","Lifelink","Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":10},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":8,"zone":"Library","zone_owner":"Controller","chooser":"Controller","up_to":true,"constraint":{"type":"DistinctCardTypes","categories":["Artifact","Battle","Creature","Enchantment","Instant","Land","Planeswalker","Sorcery"]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Any"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, reveal the top ten cards of your library. For each card type, you may put a card of that type from among the revealed cards into your hand. Put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Blue","White"],"color_identity":["Black","Green","Blue","White"],"scryfall_oracle_id":"abbcb153-0763-44c6-964f-b4ff0eb64257","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Optional_YouMay","description":"Flying, vigilance, deathtouch, lifelink\nWhen Atraxa enters, reveal the top ten cards of your library. For each card type, you may put a card","line_index":0},{"type":"SwallowedClause","detector":"DynamicQty","description":"Flying, vigilance, deathtouch, lifelink\nWhen Atraxa enters, reveal the top ten cards of your library. For each card type, you may put a card","line_index":0}],"metadata":{"source_printing_ids":["4a1f905f-1d55-4d02-9d24-e58070793d3f","b484a071-1e65-4bb3-893b-d34d7d101af8","b4d5df16-3f65-4616-9d41-b8a9afb1e6bb","be326fe9-4ed8-4f64-934c-9955edea5fdb","e51e5d02-d3d0-45e5-a589-1fe25ff5082b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","ONE","PONE"],"rulings":[{"date":"2023-02-04","text":"At the time of this document's publication, it is exceedingly unlikely you will reveal a battle this way. This likelihood will change over time."},{"date":"2023-02-04","text":"If a revealed card has more than one card type, you may choose to put it into your hand for any of its types. For example, an artifact creature card could be put into your hand as the artifact card you choose or as the creature card you choose. If you choose it as the artifact card, you could also put into your hand a creature card, and vice versa."}],"rarities":["mythic"]},"atraxa, praetors' voice":{"name":"Atraxa, Praetors' Voice","mana_cost":{"type":"Cost","shards":["Green","White","Blue","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Angel","Horror"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, deathtouch, lifelink\nAt the beginning of your end step, proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Flying","Lifelink","Vigilance"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, proliferate.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Blue","White"],"color_identity":["Black","Green","Blue","White"],"scryfall_oracle_id":"7e6b9b59-cd68-4e3c-827b-38833c92d6eb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["20e44330-f880-455e-852c-16d0a985cdf0","3a65dc65-5911-4502-916f-4008779d0b6e","7cc19f85-7ef6-4fd2-83e5-0dbae1d80f2b","b2e330dd-7cd3-445d-9c05-56e4a57526e9","bd0d5a0c-5dec-439c-b037-9d17dda5ead3","c34ae834-775e-447a-a330-0270c227c667","cf7e8917-8bd1-4899-bc78-7a5815c08057","d0d33d52-3d28-4635-b985-51e126289259","dac080ef-8f40-43a2-8440-b457b6074b69"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C16","CM2","MUL","OC16","PRM","PZ2","SLD"],"rulings":[{"date":"2023-02-04","text":"An ability that triggers \"Whenever you proliferate\" triggers even if you chose no permanents or players while doing so."},{"date":"2023-02-04","text":"If a permanent ever has both +1/+1 counters and -1/-1 counters on it at the same time, they're removed in pairs as a state-based action so that the permanent has only one of those kinds of counters on it."},{"date":"2023-02-04","text":"If a player or permanent has more than one kind of counter on it, and you choose for it to get additional counters, it must get one of each kind of counter it already has. You can't have it get just one kind of counter it already has and not the others."},{"date":"2023-02-04","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2023-02-04","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2023-02-04","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["mythic"]},"attuned hunter":{"name":"Attuned Hunter","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Ranger"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever one or more cards leave your graveyard during your turn, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more cards leave your graveyard during your turn, put a +1/+1 counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f652c593-e8fa-42ff-a8b4-206556b273de","metadata":{"source_printing_ids":["d1a4f502-86a9-49fb-9cb9-7918d13c5313"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rulings":[{"date":"2025-04-04","text":"If multiple cards leave your graveyard at the same time, Attuned Hunter’s last ability will trigger only once."}],"rarities":["uncommon"]},"augury owl":{"name":"Augury Owl","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, scry 3. (Look at the top three cards of your library, then put any number of them on the bottom and the rest on top in any order.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, scry 3.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"44c5f8e1-d9b8-4067-a60a-1ecc8bd11145","metadata":{"source_printing_ids":["0743a840-d129-4d30-85dc-6fda3e0dac5c","0bd65b44-e728-4584-b1c4-7db3fd4384e3","42b8b752-086c-4d7c-a0a2-e359819c550e","4e5b8297-406e-4aef-ba46-867c1bf4cc8e","e25dd284-ccc5-423c-830d-d3d331212293"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDI","J22","M11","PC2","PCA","PLST"],"rarities":["common"]},"auntie ool, cursewretch":{"name":"Auntie Ool, Cursewretch","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Warlock"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Ward—Blight 2. (To blight 2, a player puts two -1/-1 counters on a creature they control.)\nWhenever one or more -1/-1 counters are put on a creature, draw a card if you control that creature. If you don't control it, its controller loses 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":0}}}],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more -1/-1 counters are put on a creature, draw a card if you control that creature. If you don't control it, its controller loses 1 life.","constraint":null,"condition":null,"counter_filter":{"counter_type":"M1M1"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"e3cd53c1-86bd-4177-adb0-a1fa693b44c6","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9a2e4252-9fbc-4d43-8935-db2cafaa7b5f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["ECC"],"rulings":[{"date":"2025-11-17","text":"All of the -1/-1 counters must be put on a single creature. You can't choose to split them up between multiple creatures."},{"date":"2025-11-17","text":"If a creature has +1/+1 counters and -1/-1 counters on it, state-based actions remove the same number of each so that it has only one kind of those counters on it. For example, if a creature has three +1/+1 counters on it and two -1/-1 counters are put on it, state-based actions will remove two of each of those kinds of counters, leaving the creature with just one +1/+1 counter."},{"date":"2025-11-17","text":"If a creature that has +1/+1 counters on it receives enough -1/-1 counters to cause it to be destroyed by lethal damage or put into its owner's graveyard for having 0 or less toughness, effects that refer to the counters on that creature when it died will see all of those +1/+1 and -1/-1 counters."},{"date":"2025-11-17","text":"If you can't place -1/-1 counters on any creatures you control (probably because you control no creatures), you can't choose to blight."},{"date":"2025-11-17","text":"Once you've announced that you're casting a spell or activating an ability, players can't take actions until you've finished doing so. Notably, opponents can't try to destroy or otherwise remove your creatures to stop you from blighting as part of paying the cost of that spell or ability."},{"date":"2025-11-17","text":"The creature you choose to put -1/-1 counters on doesn't have to have enough toughness to survive the process. For example, if you blight 2, you can choose to put the counters on a 1/1 creature you control."}],"rarities":["mythic"]},"aurelia, the law above":{"name":"Aurelia, the Law Above","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, haste\nWhenever a player attacks with three or more creatures, you draw a card.\nWhenever a player attacks with five or more creatures, Aurelia deals 3 damage to each of your opponents and you gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste","Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Player"},"description":"Whenever a player attacks with three or more creatures, you draw a card.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"TriggeringPlayer"},"comparator":"GE","count":3},"batched":true},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":[],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Player"},"description":"Whenever a player attacks with five or more creatures, ~ deals 3 damage to each of your opponents and you gain 3 life.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"TriggeringPlayer"},"comparator":"GE","count":5},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"2a800427-ff8c-4b3c-baee-85211b70656d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1c5598d3-b66b-42a2-aa43-d2785c1bfe36","8f80c6e7-e9f9-4ca6-87f7-a52c96079e4a","c3f000f6-6a24-4daa-8552-bfc2634e6d83","f39c4234-3b5a-4114-871a-ae8dd5659e86"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"For both triggered abilities, it doesn't matter what happens to the attacking creatures in response. As long as a player attacked with at least the appropriate number of creatures, the effects of Aurelia's triggered abilities will still occur."}],"rarities":["rare"]},"aurelia, the warleader":{"name":"Aurelia, the Warleader","mana_cost":{"type":"Cost","shards":["Red","Red","White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, haste\nWhenever Aurelia attacks for the first time each turn, untap all creatures you control. After this phase, there is an additional combat phase.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste","Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks for the first time each turn, untap all creatures you control. After this phase, there is an additional combat phase.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"0f5a3a09-2f07-4774-9e0f-e99d9a444166","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1052bdb9-aa3c-4ec1-8f03-9fee90194518","1e7c2afb-e04e-4012-b8a2-7a7273b52136","4ec18e35-05e4-4bfc-b32b-c3e71c95a71d","7722682f-952c-4829-b4ef-e52300b7950e","7854156d-f6cd-4582-808e-4bc67672e4bb","7ae923f7-1bae-42d4-9f4d-281e70c9efe5","bc6ffc1c-575b-4116-83c9-d13b29886c35","d9400614-83bb-411a-b0c4-117deda4e802","dd984e2c-7145-4300-8358-ac72e2d16e75","ef2efb63-2bc4-4808-9ded-ba93d89dedea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","FDN","GK1","GTC","MAR","MUL","V15"],"rulings":[{"date":"2024-11-08","text":"Aurelia's last ability doesn't give you any additional main phases. This means that you will move directly from the end of combat step of one combat phase to the beginning of combat step of the next one."}],"rarities":["mythic"]},"avatar aang":{"name":"Avatar Aang","mana_cost":{"type":"Cost","shards":["Red","Green","White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Avatar","Ally"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, firebending 2\nWhenever you waterbend, earthbend, firebend, or airbend, draw a card. Then if you've done all four this turn, transform Avatar Aang.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Firebending":{"type":"Fixed","value":2}}],"abilities":[],"triggers":[{"mode":"ElementalBend","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"BendTypesThisTurn"}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you waterbend, earthbend, firebend, or airbend, draw a card. Then if you've done all four this turn, transform ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"b4872bac-5822-4c35-9b73-38c4e3ffa477","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["257928ba-27ae-4a11-ae41-76dfcd626ed4","d0467b6f-8c7d-4fcd-99f8-d335bb736484","fe29e909-50e9-4f04-b1a3-2cc5d7e3efe8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["PTLA","TLA"],"rarities":["mythic"]},"avatar of discord":{"name":"Avatar of Discord","mana_cost":{"type":"Cost","shards":["BlackRed","BlackRed","BlackRed"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Avatar"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"({B/R} can be paid with either {B} or {R}.)\nFlying\nWhen this creature enters, sacrifice it unless you discard two cards.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you discard two cards.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":2},"filter":null,"random":false,"self_ref":false},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"3f806353-592e-431c-a7dd-a4c64034f94d","metadata":{"source_printing_ids":["06824d21-600b-44cd-8b51-0d8379cb0b47","6a5eeb77-6e7b-4e32-bedd-02a04b7c123f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ARC","DIS","GK2","PDIS","PRM"],"rarities":["rare"]},"avatar roku":{"name":"Avatar Roku","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Avatar"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Firebending 4 (Whenever this creature attacks, add {R}{R}{R}{R}. This mana lasts until end of combat.)\n{8}: Create a 4/4 red Dragon creature token with flying and firebending 4.","non_ability_text":null,"flavor_name":null,"keywords":[{"Firebending":{"type":"Fixed","value":4}}],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Dragon","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Dragon"],"colors":["Red"],"keywords":["Flying",{"Firebending":{"type":"Fixed","value":4}}],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":8}},"sub_ability":null,"duration":null,"description":"{8}: Create a 4/4 red Dragon creature token with flying and firebending 4.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2f26f270-26d9-46d3-957f-19f52d51eb03","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["566d2a4c-5be0-573a-964f-89a13982c567"],"source_printing_ids":["4a8bdef0-c50c-4a30-81bc-507a8289a81b","95f2f5af-d405-4534-8683-5a9001f997b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["PTLA","TLA"],"rarities":["mythic"]},"avatar's wrath":{"name":"Avatar's Wrath","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to one target creature, then airbend all other creatures. (Exile them. While each one is exiled, its owner may cast it for {2} rather than its mana cost.)\nUntil your next turn, your opponents can't cast spells from anywhere other than their hands.\nExile Avatar's Wrath.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Battlefield","destination":"Exile","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Not","filter":{"type":"ParentTarget"}}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"ExileWithAltCost","cost":{"type":"Cost","shards":[],"generic":2}},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Air"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Choose up to one target creature, then airbend all other creatures.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"OpponentsOfSourceController"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"CastOnlyFromZones","allowed_zones":["Hand"]}}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":"Until your next turn, your opponents can't cast spells from anywhere other than their hands.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e3431dae-969c-4896-9f9e-a80e7bec4bdf","metadata":{"source_printing_ids":["4811072d-fac0-40dd-a5cf-9694d51b12cf","a24b3b8a-7742-4aa1-8da9-162dd1d49441"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rarities":["rare"]},"aven interrupter":{"name":"Aven Interrupter","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nWhen this creature enters, exile target spell. It becomes plotted. (Its owner may cast it as a sorcery on a later turn without paying its mana cost.)\nSpells your opponents cast from graveyards or from exile cost {2} more to cast.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"StackSpell"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"Plotted","turn_plotted":0},"target":{"type":"ParentTarget"},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile target spell. It becomes plotted.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InAnyZone","zones":["Graveyard","Exile"]}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells your opponents cast from graveyards or from exile cost {2} more to cast."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d31fd12f-b4dd-4bc3-ace4-703dabd0f607","metadata":{"source_printing_ids":["75143fdb-5651-4289-86df-76c9655a0599","d3ca43a4-d194-440f-8099-f1fa103a108d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ","PWCS"],"rulings":[{"date":"2024-04-12","text":"Exiling a card using its plot ability is a special action. Once you announce you're taking that action, no other player can respond by trying to remove that card from your hand."},{"date":"2024-04-12","text":"If a plotted card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-04-12","text":"If the plotted card's owner casts it, the spell has no relation to the spell that player originally cast. Any choices made for the original spell or effects affecting the original spell aren't carried over to the new one."},{"date":"2024-04-12","text":"If you're casting a plotted card from exile without paying its mana cost, you can't choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the plotted card has any mandatory additional costs, those must still be paid to cast the spell."},{"date":"2024-04-12","text":"Plot abilities are written \"Plot [cost],\" which means \"Any time you have priority during your main phase while the stack is empty, you may pay [cost] and exile this card from your hand. It becomes plotted.\""},{"date":"2024-04-12","text":"Spells that can't be countered can still be exiled by Aven Interrupter's triggered ability. They won't resolve."},{"date":"2024-04-12","text":"You can't cast a plotted card on the same turn it became plotted. On any future turn, you may cast that card from exile without paying its mana cost during your main phase while the stack is empty."},{"date":"2024-06-07","text":"If an instant or a card with flash is plotted this way, you can still cast it only when you have priority during your main phase while the stack is empty."}],"rarities":["rare"]},"awakening of vitu-ghazi":{"name":"Awakening of Vitu-Ghazi","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put nine +1/+1 counters on target land you control. It becomes a legendary 0/0 Elemental creature with haste named Vitu-Ghazi. It's still a land.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":9},"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetName","name":"Vitu-Ghazi"},{"type":"SetPower","value":0},{"type":"SetToughness","value":0},{"type":"AddSupertype","supertype":"Legendary"},{"type":"AddKeyword","keyword":"Haste"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Elemental"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a legendary 0/0 Elemental creature with haste named Vitu-Ghazi"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put nine +1/+1 counters on target land you control. It becomes a legendary 0/0 Elemental creature with haste named Vitu-Ghazi. It's still a land.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5c326102-005d-463c-b9f7-14b034b66baa","metadata":{"source_printing_ids":["b42b2fb4-8016-462c-8764-2639adec931f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PWAR","WAR"],"rulings":[{"date":"2019-05-03","text":"Awakening of Vitu-Ghazi doesn’t untap the land that becomes a creature."},{"date":"2019-05-03","text":"Awakening of Vitu-Ghazi’s effect lasts indefinitely. It doesn’t wear off during the cleanup step."},{"date":"2019-05-03","text":"The target land loses the name it had, and its name is just Vitu-Ghazi. It keeps any types and abilities it had."}],"rarities":["rare"]},"axgard braggart":{"name":"Axgard Braggart","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dwarf","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Boast — {1}{W}: Untap this creature. Put a +1/+1 counter on it. (Activate only if this creature attacked this turn and only once each turn.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Boast — {1}{W}: Untap ~. Put a +1/+1 counter on it.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"},{"type":"RequiresCondition","data":{"condition":{"type":"SourceAttackedThisTurn"}}}],"ability_tag":{"type":"Boast"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d0d4ab83-8b9b-49cd-86b8-720abd0550f4","metadata":{"source_printing_ids":["4de5ff64-6fe7-4fc5-be27-cdbaa14545ab"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM"],"rulings":[{"date":"2021-02-05","text":"A boast ability can be activated at any point after the creature with that ability has been declared as an attacker. This can be before blockers are declared, after blockers are declared but before combat damage is dealt, during combat after combat damage is dealt, during the postcombat main phase, during the end step, or, in some unusual cases, during the cleanup step."},{"date":"2021-02-05","text":"If a creature with a boast ability is put onto the battlefield attacking, it was never declared as an attacker. Its boast ability can't be activated that turn."},{"date":"2021-02-05","text":"If an effect adds additional combat phases to a turn and a creature with a boast ability attacks more than once during that turn, its boast ability can still be activated only once."},{"date":"2021-02-05","text":"If it's not your turn and you gain control of a creature with a boast ability after that creature attacked, you can activate that creature's boast ability if it hasn't been activated yet that turn."},{"date":"2021-02-05","text":"You can activate Axgard Braggart's boast ability even if Axgard Braggart is already untapped. You'll still put a +1/+1 counter on it."}],"rarities":["common"]},"azorius aethermage":{"name":"Azorius Aethermage","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever a permanent is returned to your hand, you may pay {1}. If you do, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Hand","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a permanent is returned to your hand, you may pay {1}. If you do, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"12971527-aa8e-4517-9b00-71474caebfd0","metadata":{"source_printing_ids":["6b640ff8-8baa-4069-b5a9-8a4fb22a056e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DIS"],"rulings":[{"date":"2006-05-01","text":"This ability will trigger whenever any permanent, including a token creature or Azorius Aethermage itself, is returned to your hand. It doesn’t matter who controlled the permanent or if it had ever actually been in your hand before."}],"rarities":["uncommon"]},"azorius herald":{"name":"Azorius Herald","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't be blocked.\nWhen this creature enters, you gain 4 life.\nWhen this creature enters, sacrifice it unless {U} was spent to cast it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 4 life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless {U} was spent to cast it.","constraint":null,"condition":{"type":"Not","condition":{"type":"ManaColorSpent","color":"Blue","minimum":1}},"batched":false}],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}],"replacements":[],"color_override":null,"color_identity":["Blue","White"],"scryfall_oracle_id":"a0476da9-51b1-4cd3-90c4-ad01d0e4c3d6","metadata":{"source_printing_ids":["1923ffb2-1fab-475a-914a-120312e26628","27231c97-4fec-4368-a140-cca2d6593e07","525dcef8-a5dc-49ca-819b-296611f70e63"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","DIS","GK2","PLST"],"rulings":[{"date":"2006-05-01","text":"If this enters in a way other than announcing it as a spell, then the appropriate mana can't have been paid, and you'll have to sacrifice it."}],"rarities":["uncommon"]},"azorius signet":{"name":"Azorius Signet","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Add {W}{U}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White","Blue"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Add {W}{U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue","White"],"scryfall_oracle_id":"e018773f-95b3-49a3-9674-6f04ddef2092","metadata":{"source_printing_ids":["0c9d0822-a6df-4cd4-80d6-520ea627791d","10f8b8fa-1d6e-4b5d-a871-914aa8b26ae6","1b6ed82a-42a9-4024-bcad-7c2899882767","20c8186f-4874-4870-b99f-73d333045d9a","20daf226-12c3-460c-b66a-e447346076d2","37063666-e5e1-4ef0-ac34-2ae47b323dde","40b0c4e7-1b0f-44ab-ac52-d86d449f555a","41c50b99-4a29-4bef-8d41-c548c8a61dac","4f42d990-a7da-4274-a6c0-4daeb56ba480","62ff1d33-e35a-4c7c-b2ba-207cf72ae5d4","63e1d70c-7b19-4679-9ddc-33496e26c539","64ce2373-6b2c-4248-a053-a7fc49f7c480","7a9492ab-04a3-4251-a47e-b51eaba0b909","ae246424-9574-4fce-b214-1923c62b244a","ce0c5827-568d-4af2-8948-7e0c9217f029","d91a527d-51f1-4fb1-9016-fc923fd43a6a","daa06f38-c8bc-4b34-bfd7-a606dd296a84","e7e4da73-2faa-4992-8f61-e668ce82ba17","f012f5c8-a974-40a4-9375-071e4d95182a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["AA1","ARC","BLC","BRC","C18","C20","CLU","CMM","DIS","DSC","GK2","KHC","MKC","MM3","NCC","NEC","PRM","RVR","SCD","SLD","TD0","TDC","VOC"],"rarities":["common","uncommon","rare"]},"azula, cunning usurper":{"name":"Azula, Cunning Usurper","mana_cost":{"type":"Cost","shards":["Blue","Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble","Rogue"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Firebending 2 (Whenever this creature attacks, add {R}{R}. This mana lasts until end of combat.)\nWhen Azula enters, target opponent exiles a nontoken creature they control, then they exile a nonland card from their graveyard.\nDuring your turn, you may cast cards exiled with Azula and you may cast them as though they had flash. Mana of any type can be spent to cast those spells.","non_ability_text":null,"flavor_name":null,"keywords":[{"Firebending":{"type":"Fixed","value":2}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, target opponent exiles a nontoken creature they control, then they exile a nonland card from their graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ExileCastPermission":{"frequency":"Unlimited","play_mode":"Cast","cost":"PayNormalCost","pool":"Persistent","timing":"YourTurnOnly","mana_spend_permission":"AnyTypeOrColor","grants_flash":true}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, you may cast cards exiled with ~ and you may cast them as though they had flash. Mana of any type can be spent to cast those spells."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"7c9e351d-2e6c-4050-9c3d-b15bb9255a4d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5b3352fd-f100-44c2-9e63-83be172317e9","daf30e1c-436d-4f23-b1d2-570619a4b7f5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"Casting an exiled card causes it to leave exile. You can't cast it multiple times."},{"date":"2025-10-02","text":"The six types of mana are white, blue, black, red, green, and colorless."},{"date":"2025-10-02","text":"You pay the costs for an exiled card if you cast it. You may pay any alternative costs the card has rather than the card's mana cost."}],"rarities":["rare"]},"azure beastbinder":{"name":"Azure Beastbinder","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rat","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nThis creature can't be blocked by creatures with power 2 or greater.\nWhenever this creature attacks, up to one target artifact, creature, or planeswalker an opponent controls loses all abilities until your next turn. If it's a creature, it also has base power and toughness 2/2 until your next turn.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"RemoveAllAbilities"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose all abilities"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"Opponent","properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have base power and toughness 2/2"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"HasObjectTarget"},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"use_lki":true}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, up to one target artifact, creature, or planeswalker an opponent controls loses all abilities until your next turn. If it's a creature, it also has base power and toughness 2/2 until your next turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":2}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked by creatures with power 2 or greater."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7bb51602-60e8-4730-b11c-2870d6b42e20","metadata":{"source_printing_ids":["211af1bf-910b-41a5-b928-f378188d1871","f493ef3c-673b-4e70-b957-0ee7b6d38216"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"A permanent that loses all abilities because of Azure Beastbinder's last ability may later gain abilities."},{"date":"2024-07-26","text":"Azure Beastbinder's last ability overwrites all previous effects that set the creature's base power and toughness to specific values. Any power- or toughness-setting effects that start to apply afterward will overwrite this effect."},{"date":"2024-07-26","text":"Effects that modify the creature's power and/or toughness, such as the effect of Overprotect, will apply to the creature no matter when they started to take effect. The same is true for counters that change its power and/or toughness and effects that switch its power and toughness."},{"date":"2024-07-26","text":"Once Azure Beastbinder has been blocked, increasing the blocking creature's power to 2 or greater won't cause Azure Beastbinder to become unblocked."}],"rarities":["rare"]},"bad moon":{"name":"Bad Moon","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Black creatures get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasColor","color":"Black"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Black creatures get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fc5d3341-cbce-49e5-93cc-8add92479dca","metadata":{"source_printing_ids":["061bd134-9d82-4118-959a-3be169ec1f9b","12d80fa4-80c8-4c16-ba35-3da7f83e7a18","43572906-ea74-4411-a549-5dc401591d2a","4658cb64-fe61-41c2-98b9-7dbb084141c4","4c84a788-89c9-4864-b834-0d9c3b315a70","58fbbc7f-1d6e-4a6c-b5df-33bc275ee514","6bb6d665-42f5-4f44-8797-16c0351ab3c0","820809c9-9462-494d-b03f-c36b41432403","882fe528-1a84-4d34-bd15-330963b684ff","8f8a75da-ea3c-43e7-9d32-1c92f8ec0fd2","9cb767eb-2161-4068-be80-c3cf68945393","9e74f6e6-bcb1-4c4a-bfdc-7262be98249e","aca216e2-27a5-40e1-bb61-0ddcd8ee02ae","bf812f48-633c-46ab-b0c3-4819ab1b4e49","d2a766a1-8382-4dc7-aba8-ebc325f7e61f","d9632653-6345-4f0a-ba62-15a9e2e5cb79","ecdddb5a-e8b4-4c16-a431-6104b4ad899e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","C14","CED","CEI","DDD","FBB","GVL","LEA","LEB","PLST","SUM","TSB"],"rarities":["rare","special"]},"bad wolf bay":{"name":"Bad Wolf Bay","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Earth"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, exile up to one target creature. Return it to the battlefield under its owner's control at the beginning of the next end step.\nWhen chaos ensues, cards can't enter from exile this turn. Then planeswalk.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, exile up to one target creature. Return it to the battlefield under its owner's control at the beginning of the next end step.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"CantEnterBattlefieldFrom","source":0,"expiry":{"type":"EndOfTurn"},"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"InAnyZone","zones":["Exile"]}]}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Planeswalk"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When chaos ensues, cards can't enter from exile this turn. Then planeswalk.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"706720f6-bb04-4a7b-8471-0f3d662d6eeb","metadata":{"source_printing_ids":["a068875e-9294-403d-a6db-15092b6c42d3"]},"legalities":{},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"You planeswalk immediately as the chaos ability resolves."}],"rarities":["common"]},"badgermole cub":{"name":"Badgermole Cub","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Badger","Mole"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, earthbend 1. (Target land you control becomes a 0/0 creature with haste that's still a land. Put a +1/+1 counter on it. When it dies or is exiled, return it to the battlefield tapped.)\nWhenever you tap a creature for mana, add an additional {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, earthbend 1.","constraint":null,"condition":null,"batched":false},{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"],"contribution":"Additional"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you tap a creature for mana, add an additional {G}.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2b0afb89-0944-4861-b9c3-e909e2ac215e","metadata":{"source_printing_ids":["340c5799-4964-44dd-8c48-8f3f3aba5211","be16c053-99e1-4921-8530-5135c989149d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"An ability that triggers \"whenever you tap a creature for mana\" triggers only if you activate a mana ability of a creature including {T} in its cost. Mana abilities that don't include the {T} symbol and instead say \"Tap an untapped creature you control\" or similar won't cause Badgermole Cub's second ability to trigger. Similarly, it won't trigger if you tap a creature to activate a mana ability of another object (even if that mana ability also includes {T})."},{"date":"2025-10-02","text":"Badgermole Cub's last ability is a triggered mana ability. It doesn't use the stack and can't be responded to."}],"rarities":["mythic"]},"bag of holding":{"name":"Bag of Holding","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you discard a card, exile that card from your graveyard.\n{2}, {T}: Draw a card, then discard a card.\n{4}, {T}, Sacrifice this artifact: Return all cards exiled with this artifact to their owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}, {T}: Draw a card, then discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Hand","target":{"type":"ExiledBySource"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{4}, {T}, Sacrifice ~: Return all cards exiled with ~ to their owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you discard a card, exile that card from your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"63c04040-e109-494e-baa6-c639a6c9a996","metadata":{"source_printing_ids":["23e799bd-87c7-4f62-87a9-6f8f8d459db8","290f4b4f-4f48-4031-b62a-91a0d6716ddd","49283832-54f2-4619-b4a9-750493c93292","6ea5e4e9-491b-4c80-8801-f4cd5225c601"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","CLB","HBG","J22","M20","PM20"],"rulings":[{"date":"2019-07-12","text":"If Bag of Holding is moved to exile when you sacrifice it (most likely due to Leyline of the Void's effect), it remains in exile. It won't be returned to your hand."},{"date":"2019-07-12","text":"If Bag of Holding leaves the battlefield, the items it contained are exiled forever (and, perhaps, scattered throughout the Astral Plane). If the same Bag of Holding card returns to the battlefield, it's considered a new object without access to the cards stored by the old object."},{"date":"2019-07-12","text":"If you control more than one Bag of Holding, you choose which one will hold the discarded card. Other Bags of Holding can't return that card."},{"date":"2019-07-12","text":"If you discard a card but that card is not in your graveyard as Bag of Holding's first ability resolves, that card remains wherever it has moved."},{"date":"2019-07-12","text":"You both draw and discard while Bag of Holding's second ability is resolving. No player may take any action—nor can anything else happen—until you've both drawn and discarded."}],"rarities":["uncommon","rare"]},"balance":{"name":"Balance","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player chooses a number of lands they control equal to the number of lands controlled by the player who controls the fewest, then sacrifices the rest. Players discard cards and sacrifice creatures the same way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"ScopedPlayer","properties":[]}}},"right":{"type":"Ref","qty":{"type":"ControlledByEachPlayer","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"aggregate":"Min"}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"ScopedPlayer"}}},"right":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"AllPlayers","aggregate":"Min"}}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]}}},"right":{"type":"Ref","qty":{"type":"ControlledByEachPlayer","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"aggregate":"Min"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":"Each player chooses a number of lands they control equal to the number of lands controlled by the player who controls the fewest, then sacrifices the rest. Players discard cards and sacrifice creatures the same way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"17fa98cd-ed8f-483f-9525-7e989a82ebb2","metadata":{"source_printing_ids":["0caf528a-1a26-4bf2-bb82-2dbbe4681d74","0f2c32a0-ee97-4239-94e3-aabab91dab83","107cfaa9-3457-4f59-89ad-4c7b57a87f14","1896db0e-efd3-46a6-8f98-eb744bbac72f","3095d590-f105-4338-b96c-4fc2972912ca","39a28a50-3130-485d-975c-26a0f40681a3","3f4f3c43-11bb-4678-b8fe-11e55a7d7831","5086b4dc-8066-4487-bd09-a04432291a54","6f9ea46a-411f-40ce-a873-a905180093f4","7ecf2cae-8bb6-48a9-9fb0-2930ce2a540a","8352e8b6-c947-49f3-a653-a6af65d3e9c3","8745833d-fa67-4af7-9f35-534ad99e7bef","8bf4940c-e83d-434a-80bb-48b087165379","a21b08d4-b43d-4c93-99e7-39dfe83ced91","a8619034-173c-4950-a0b4-1ae1dcfd0bc5","b17530a1-7be3-4af3-aa98-9476c69fa766","ce648aa3-098b-4af0-a433-fd290bc85904","d2823b1d-39bf-41ee-8e8b-99f12797408e","db3e219d-8e5e-44c7-97b3-2d489e2808b9","f48bc615-b40c-4c9d-9eda-a4f1cae6ac75","f5f345ec-d0a5-461f-b78f-5f888c6a828b"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","premodern":"banned","vintage":"restricted"},"printings":["2ED","30A","3ED","4BB","4ED","CED","CEI","EMA","FBB","G04","LEA","LEB","ME4","OLEP","PLST","PRM","PTC","SLD","SUM","V09","VMA"],"rulings":[{"date":"2016-06-08","text":"Balance doesn't have targets, so permanents that can't be targeted, such as a creature with shroud or protection from white, are valid choices to be sacrificed."},{"date":"2016-06-08","text":"Each type of object is counted during the corresponding part of the process. Cards in hand are counted after lands have been sacrificed, and creatures on the battlefield are counted after cards have been discarded. Thus, a land creature sacrificed to the first part of the spell would not be counted when determining how many creatures are on the battlefield for the last part."},{"date":"2016-06-08","text":"First the player whose turn it is chooses which lands (if any) to keep, then each other player in turn order does the same. Each player will know the choices made by the players who chose before them. All of the unchosen lands are then sacrificed simultaneously. Then the process is repeated for cards in hand, except that no cards are revealed until all players have chosen what to discard, at which point those cards are all discarded simultaneously. Lastly, the process is repeated for creatures, and players will again know earlier choices made when deciding what to sacrifice. All of the unchosen creatures are then sacrificed simultaneously."}],"rarities":["rare","mythic"]},"balduvian horde":{"name":"Balduvian Horde","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Barbarian"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, sacrifice it unless you discard a card at random.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you discard a card at random.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fd2a94d3-901d-4b46-aa9b-a30ed6dea6bd","metadata":{"source_printing_ids":["0fbcf78f-b5a9-4ed0-a409-d4565bebc56d","281b2063-3676-4249-a065-2c658dddf101","8e167a6c-05f8-4d90-9f6b-eb0f1046d54a","fe32f853-4afb-4a91-8b4c-0d647ce9c216","ffc86270-f268-49cc-a095-494659fd5b83"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["6ED","A25","ALL","BTD","DKM","ME1","OLEP","PLST","PRM","PWOR"],"rulings":[{"date":"2004-10-04","text":"You choose whether to discard or not on resolution. If not, then you sacrifice this card. You can choose to not discard even if you no longer control this card on resolution."}],"rarities":["common","rare"]},"balefire dragon":{"name":"Balefire Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, it deals that much damage to each creature that player controls.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, it deals that much damage to each creature that player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3d783beb-9ca6-4681-9276-fc3ad13b993f","metadata":{"source_printing_ids":["0782653e-9d8c-485b-b152-9353cd4f6ec8","11ec63a8-6cc7-44f0-9947-c9ff361ca0c8","2b442d62-f161-47b6-94c4-33c8a82d0192","37def363-c431-43b4-8c5f-933941507681","468d5308-2a6c-440e-a8d0-1c5e084afb82","55f132a1-5c06-45a4-b4a8-fa6b03ffa9f5","b0dce4ac-f472-4f3b-b01a-eff0902a578f","e4510ee2-8a2e-4fe5-94af-df420a6a35a0","fc65edbb-9690-4dd9-8542-10419729b92a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","INR","ISD","PLST","PUMA","SIS","UMA"],"rulings":[{"date":"2018-12-07","text":"The damage dealt by Balefire Dragon’s triggered ability isn’t combat damage."}],"rarities":["mythic"]},"baleful mastery":{"name":"Baleful Mastery","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may pay {1}{B} rather than pay this spell's mana cost.\nIf the {1}{B} cost was paid, an opponent draws a card.\nExile target creature or planeswalker.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":{"ChosenPlayer":{"index":0}},"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"If the {1}{B} cost was paid, an opponent draws a card.\nExile target creature or planeswalker.","target_prompt":null,"condition":{"type":"AlternativeManaCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"adfcdadd-ddda-477b-8e72-0cae2430fb63","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}}}],"metadata":{"source_printing_ids":["26e07454-2cca-4b9e-b175-e97c65b0d7b5","35f1a6ba-e46f-44fb-93f4-fb883d677b36","579e20e7-1395-4a6c-a836-ae3419fc8808","fcefe86f-9998-4259-bf71-2b2ed1d6bf50"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["OTC","PLST","PRM","PSTX","STX"],"rulings":[{"date":"2021-04-16","text":" If an effect increases or decreases the cost of spells you cast, that cost increase or decrease is applied to the alternative cost you chose to pay. In that case, the cost was still paid for the purposes of the effect, even if you paid more or less for it when it was cast."},{"date":"2021-04-16","text":" If you choose to pay one alternative cost, you can't pay any other alternative costs. For example, if an effect lets you cast a \"Mastery\" spell \"without paying its mana cost,\" you can't also choose to pay its given alternative cost."},{"date":"2021-04-16","text":" If you copy a \"Mastery\" spell and the alternative cost was paid, the copy will resolve as though the cost was paid."},{"date":"2021-04-16","text":" In a multiplayer game, you choose which opponent takes the prescribed action as the spell resolves."},{"date":"2021-04-16","text":" The mana value of a spell on the stack is determined by its mana cost, not any alternative costs you used to pay for it."}],"rarities":["rare"]},"ball lightning":{"name":"Ball Lightning","mana_cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Trample (This creature can deal excess combat damage to the player or planeswalker it's attacking.)\nHaste (This creature can attack and {T} as soon as it comes under your control.)\nAt the beginning of the end step, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7485cf25-eb41-4397-be13-7f0b8c10c70a","metadata":{"source_printing_ids":["0549ad58-1346-4230-b518-36ce87abfb08","0aab429c-0ac5-4829-a1e5-aad379851e20","3259a9d0-0add-4cf1-958c-9367c7441c62","3ede7920-e219-4e9d-bfa5-e0f562460914","4fafaeae-fc2e-45cb-8c56-39e33723992c","5f27dbf0-6818-40ea-832d-10686b4c2900","635f581e-3954-4e46-82ff-ca2de3d64af6","6bccf9a0-8d93-4b5e-ada0-1f19f260e5a8","b2c3e3dc-1ed7-4fbc-8b58-6cd9e689c6a5","c1ba83ab-83f5-421d-bba1-0f925870b5c8","d9b53218-804b-4992-9c93-a797dd6b2a04","f7dbc123-83f1-40db-8a9e-a54f1142a69d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","A25","BTD","DRK","FDN","G01","JMP","M10","MB2","ME1","P30A","PD2","PRM","REN","WC98"],"rulings":[{"date":"2007-02-01","text":"The creature is sacrificed at the end of every turn in which it is on the battlefield. There is no choice about what turn to sacrifice it."}],"rarities":["uncommon","rare"]},"balloon stand":{"name":"Balloon Stand","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Attraction"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Visit — Choose one.\n• Create a 1/1 red Balloon creature token with flying.\n• Sacrifice a Balloon. If you do, target creature gains flying until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"• Create a 1/1 red Balloon creature token with flying."},"cost":null,"sub_ability":null,"duration":null,"description":"• Create a 1/1 red Balloon creature token with flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"• Sacrifice a Balloon. If you do, target creature gains flying until end of turn."},"cost":null,"sub_ability":null,"duration":null,"description":"• Sacrifice a Balloon. If you do, target creature gains flying until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"VisitAttraction","execute":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"abb6f51b-2a14-44ac-8c19-e135c9deb1ea","metadata":{"related_token_ids":["aeaa0582-78d4-5bbb-848d-472aa3bbb01c"],"source_printing_ids":["26bb8928-8178-439b-803e-35f5681b8ff4","2e9eaed8-e956-4fb2-a23d-3d442cd2fa5c","41a7de59-f3d4-4092-b23d-0e519a108ced","7412ea3f-646c-41bd-be94-cf2a2c0cee14"]},"legalities":{"commander":"legal","duel":"banned","oathbreaker":"banned"},"printings":["UNF"],"rarities":["uncommon"]},"bane, lord of darkness":{"name":"Bane, Lord of Darkness","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"As long as your life total is less than or equal to half your starting life total, Bane has indestructible.\nWhenever another nontoken creature you control dies, target opponent may have you draw a card. If they don't, you may put a creature card with equal or lesser toughness from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"OriginalController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever another nontoken creature you control dies, target opponent may have you draw a card. If they don't, you may put a creature card with equal or lesser toughness from your hand onto the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"StartingLifeTotal"}},"divisor":2,"rounding":"Down"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your life total is less than or equal to half your starting life total, ~ has indestructible."}],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"ca507eea-1b04-4488-813e-ca970640e227","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1a576d17-693d-4cc1-bb5b-bf81c74de03b","3a4ab793-0dac-4b38-ae43-2e3fe454a6b2","5176ed32-2548-41cb-8128-28a9a73acdf9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"Bane's last ability looks at the toughness of the creature that died, not Bane's toughness."},{"date":"2022-06-10","text":"If Bane, Lord of Darkness is dealt lethal damage at the same time that its controller's life total is reduced to less than or equal to half their starting life total, Bane will have indestructible at the time state-based actions are performed and survive."}],"rarities":["rare"]},"baneslayer angel":{"name":"Baneslayer Angel","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, first strike, lifelink, protection from Demons and from Dragons","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flying","Lifelink",{"Protection":{"CardType":"demons"}},{"Protection":{"CardType":"dragons"}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0e11792b-7fe5-4208-aa0b-e5d09b2b65fe","metadata":{"source_printing_ids":["0b0974b4-b306-4026-b0a8-22bd9da3e384","4bd3014b-94bb-4a9f-92cf-239a2dcc7e97","6764ea7b-ccb3-4f39-b8ba-654a186210b9","ff70c4ff-a241-4333-bd8f-9f0ed5a0333b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M10","M11","M21","PM21","PRM","V15"],"rulings":[{"date":"2009-10-01","text":"“Protection from Demons and from Dragons” means the following: -- Baneslayer Angel can't be blocked by creatures with the creature type Demon or the creature type Dragon. -- Baneslayer Angel can't be targeted abilities from sources with the creature type Demon or the creature type Dragon, or by spells with either of those types. -- All damage that would be dealt to Baneslayer Angel by sources with the creature type Demon or the creature type Dragon is prevented. -- Baneslayer Angel can't be enchanted by Auras or equipped by artifacts that have somehow gotten the creature type Demon or the creature type Dragon."}],"rarities":["mythic"]},"banewhip punisher":{"name":"Banewhip Punisher","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may put a -1/-1 counter on target creature.\n{B}, Sacrifice this creature: Destroy target creature that has a -1/-1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"M1M1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{B}, Sacrifice ~: Destroy target creature that has a -1/-1 counter on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may put a -1/-1 counter on target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d46c397c-e772-4a29-bbd2-1d7b47a461e8","metadata":{"source_printing_ids":["005a19e2-c334-4b87-bc8b-55f62fc9abd9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["HOU"],"rarities":["uncommon"]},"banishing light":{"name":"Banishing Light","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile target nonland permanent an opponent controls until this enchantment leaves the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile target nonland permanent an opponent controls until ~ leaves the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f28b21a6-f7ce-437a-8c5b-0423cb55cefb","metadata":{"source_printing_ids":["078a222f-2efb-44ed-95d8-6435bd026611","0858ab5a-930c-44f0-9621-4dd634cf39c6","25a06f82-ebdb-4dd6-bfe8-958018ce557c","4912c7ab-80cc-4901-8a94-9dcd37fb7995","790948d3-749a-420f-9d12-31def444461f","961b1464-928e-41b9-bc73-c47df94e0e8e","974b6f2b-123d-48e3-a9e0-9f764c9e4e9a","9f27dd19-a475-4024-aecf-ba6142806656","a1ddd113-140f-49c9-b45c-cf1b0d1dffd8","b0625a7f-21fb-4dfb-8d28-a7d010ff1688","c45f11cd-a0aa-4d14-aa21-57f0969f3e2b","d35bad68-e1a9-4cdc-bd68-cee4ccebef6c","e38dc3b3-1629-491b-8afd-0e7a9a857713","e45da7c2-d869-4b51-956c-287d0b0d2df4","fbaa4800-30cc-4a80-a6cc-9a24ada9eb40"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["AJMP","BLB","C15","CM2","EOE","F14","FDN","J25","JOU","KHC","LTC","PLST","PRM","SCD","THB","TSR","ZNC"],"rulings":[{"date":"2021-03-19","text":"Auras attached to the exiled permanent will be put into their owners' graveyards. Any Equipment will become unattached and remain on the battlefield. Any counters on the exiled permanent will cease to exist. When the card returns to the battlefield, it will be a new object with no connection to the card that was exiled."},{"date":"2021-03-19","text":"If Banishing Light leaves the battlefield before its triggered ability resolves, the target permanent won't be exiled."},{"date":"2021-03-19","text":"If a token is exiled this way, it will cease to exist and won't return to the battlefield."},{"date":"2021-03-19","text":"If an Aura is exiled this way, its owner chooses what it will enchant as it returns to the battlefield. An Aura put onto the battlefield this way doesn't target anything (so it could be attached to a permanent with shroud, for example), but the Aura's enchant ability restricts what it can be attached to. If the Aura can't legally be attached to anything, it remains in exile for the rest of the game."},{"date":"2025-07-25","text":"Auras attached to the exiled permanent will be put into their owners’ graveyards. Any Equipment will become unattached and remain on the battlefield. Any counters on the exiled permanent will cease to exist. When the card returns to the battlefield, it will be a new object with no connection to the card that was exiled."},{"date":"2025-07-25","text":"If Banishing Light leaves the battlefield before its triggered ability resolves, the target permanent won’t be exiled."},{"date":"2025-07-25","text":"If a token is exiled this way, it will cease to exist and won’t return to the battlefield."},{"date":"2025-07-25","text":"If an Aura is exiled this way, its owner chooses what it will enchant as it returns to the battlefield. An Aura put onto the battlefield this way doesn’t target anything (so it could be attached to a permanent an opponent controls with hexproof, for example), but the Aura’s enchant ability restricts what it can be attached to. If the Aura can’t legally be attached to anything, it remains in exile for the rest of the game."}],"rarities":["common","uncommon","special"]},"banner of kinship":{"name":"Banner of Kinship","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose a creature type. This artifact enters with a fellowship counter on it for each creature you control of the chosen type.\nCreatures you control of the chosen type get +1/+1 for each fellowship counter on this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenCreatureType"}]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"fellowship"}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"fellowship"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control of the chosen type get +1/+1 for each fellowship counter on ~."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"fellowship","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenCreatureType"}]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"8c220dbd-6572-4715-aae6-dd09a4252d68","metadata":{"source_printing_ids":["19a9b8b0-c1ba-48c3-8f90-6af6948274ee","1fa434d9-c0c2-47f2-85ba-d2258ad91f58","a14c16c0-4053-46b0-8fa6-be8b4a7a1c8a","e4709aed-a74b-4319-87c1-40f14cca6dad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PFDN"],"rarities":["rare"]},"baral's expertise":{"name":"Baral's Expertise","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return up to three target artifacts and/or creatures to their owners' hands.\nYou may cast a spell with mana value 4 or less from your hand without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Hand"}]},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return up to three target artifacts and/or creatures to their owners' hands.\nYou may cast a spell with mana value 4 or less from your hand without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":3}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a1cdcb8c-1e12-4d39-aa4a-db678a80df9c","metadata":{"source_printing_ids":["0f3bb535-dd33-430d-aace-7cf73d437890","7cad2555-1aba-48ef-bbe4-6e9985423be7","d273f5b7-b3a3-485a-acc8-34e10a504646","d5beecd5-4267-454d-87db-24d476e1f352"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","KLR","OTC","PAER","TDC"],"rulings":[{"date":"2017-02-09","text":"A card's mana value is determined solely by the mana symbols printed in its upper right corner. The mana value is the total amount of mana in that cost, regardless of color. For example, a card with mana cost {1}{U}{U} has mana value 3. Ignore any alternative costs, additional costs, cost increases, or cost reductions that could apply to it. A card with no mana cost has a mana value of 0."},{"date":"2017-02-09","text":"Any triggered abilities that trigger while performing the Expertise spell's first effect won't be put onto the stack until after you're done casting your free spell. They're put onto the stack at the same time as any abilities that triggered while casting that spell regardless of the order in which those abilities triggered."},{"date":"2017-02-09","text":"Effects that allow you to \"cast\" a card don't allow you to play a land card."},{"date":"2017-02-09","text":"If the Expertise spell you cast has any targets, and those targets become illegal before the spell resolves, the spell doesn't resolve and none of its effects happen. You won't get to cast a free spell."},{"date":"2017-02-09","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2017-02-09","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs, such as emerge costs. You can, however, pay additional costs. If the card has any mandatory additional costs, such as that of Cathartic Reunion, you must pay those to cast the card."},{"date":"2017-02-09","text":"The card that you cast may be an artifact or creature that was returned to your hand by this spell."},{"date":"2017-02-09","text":"While you're casting your free spell, the Expertise spell is still on the stack. It will be put into its owner's graveyard after the free spell is cast. The free spell can't target the Expertise card in your graveyard. It can target the Expertise spell on the stack, but the Expertise spell will become an illegal target before the free spell resolves."},{"date":"2017-04-18","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If an expertise spell allows you to cast a split card, you may cast either half or, if that split card has fuse, both halves."}],"rarities":["rare"]},"barbarian class":{"name":"Barbarian Class","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Class"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Gain the next level as a sorcery to add its ability.)\nIf you would roll one or more dice, instead roll that many dice plus one and ignore the lowest roll.\n{1}{R}: Level 2\nWhenever you roll one or more dice, target creature you control gets +2/+0 and gains menace until end of turn.\n{2}{R}: Level 3\nCreatures you control have haste.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"If you would roll one or more dice, instead roll that many dice plus one and ignore the lowest roll."},"cost":null,"sub_ability":null,"duration":null,"description":"If you would roll one or more dice, instead roll that many dice plus one and ignore the lowest roll.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":2},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{R}: Level 2","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":1}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":3},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{R}: Level 3","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"RolledDie","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Menace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+0 and gains menace"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll one or more dice, target creature you control gets +2/+0 and gains menace until end of turn.","constraint":null,"condition":{"type":"ClassLevelGE","level":2},"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"ClassLevelGE","level":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have haste."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"59faa1b9-17aa-4f2c-a8f8-17ab50392b36","metadata":{"source_printing_ids":["647c2269-bdc7-4455-9158-73abbff6e50e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR"],"rulings":[{"date":"2021-07-23","text":"Each Class has five abilities. The three in the major sections of its text box are class abilities. Class abilities can be static, activated, or triggered abilities. The other two are level abilities, one activated ability to advance the Class to level 2 and another to advance the Class to level 3."},{"date":"2021-07-23","text":"Each Class starts with only the first of three class abilities. As the first level ability resolves, the Class becomes level 2 and gains the second class ability. As the second level ability resolves, the Class becomes level 3 and gains the third class ability."},{"date":"2021-07-23","text":"Gaining a level is a normal activated ability. It uses the stack and can be responded to."},{"date":"2021-07-23","text":"Gaining a level won't remove abilities that a Class had at a previous level."},{"date":"2021-07-23","text":"Some Class cards have an effect that increases when more are under your control. For example, if you have multiple Barbarian Class cards, you roll that many additional dice and ignore that many of the lowest rolls."},{"date":"2021-07-23","text":"You can multiclass or even control multiple Class enchantments of the same class. Each Class permanent tracks its own level separately."},{"date":"2021-07-23","text":"You can't activate the first level ability of a Class unless that Class is level 1. Similarly, you can't activate the second level ability of a Class unless that Class is level 2."}],"rarities":["uncommon"]},"bark of doran":{"name":"Bark of Doran","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +0/+1.\nAs long as equipped creature's toughness is greater than its power, it assigns combat damage equal to its toughness rather than its power.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +0/+1."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"},{"type":"ToughnessGTPower"}]},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as equipped creature's toughness is greater than its power, it assigns combat damage equal to its toughness rather than its power."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"db3ba239-2239-4e9d-ad70-cff32ed24578","metadata":{"source_printing_ids":["98210276-1b85-4db5-8ab4-ecb08f5d2ee2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rulings":[{"date":"2025-11-17","text":"Bark of Doran's second ability doesn't actually change any creature's power. It changes only the amount of combat damage the creature assigns. All other rules and effects that check power or toughness use the real values, even if they cause damage \"equal to a creature's power\" to be dealt."}],"rarities":["uncommon"]},"baron helmut zemo":{"name":"Baron Helmut Zemo","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble","Villain"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a black spell from your hand, Baron Helmut Zemo connives.\nBoast — Exile any number of black cards from your graveyard with fifteen or more black mana symbols among their mana costs: Copy those exiled cards. You may cast up to three of the copies without paying their mana costs. (Activate only if this creature attacked this turn and only once each turn.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CastCopyOfCard","target":{"type":"TrackedSet","id":0},"cost":{"type":"Cost","shards":[],"generic":0},"count":{"type":"Fixed","value":3}},"cost":{"type":"ExileWithAggregate","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"Black"},{"type":"InZone","zone":"Graveyard"}]},"function":"Sum","property":{"ManaSymbolCount":"Black"},"comparator":"GE","value":15,"zone":"Graveyard"},"sub_ability":null,"duration":null,"description":"Boast — Exile any number of black cards from your graveyard with fifteen or more black mana symbols among their mana costs: Copy those exiled cards. You may cast up to three of the copies without paying their mana costs.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"},{"type":"RequiresCondition","data":{"condition":{"type":"SourceAttackedThisTurn"}}}],"ability_tag":{"type":"Boast"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Connive","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"HasColor","color":"Black"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"spell_cast_origin":{"type":"Equals","data":"Hand"},"description":"Whenever you cast a black spell from your hand, ~ connives.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0fe6c042-1182-4392-8938-fee36149d74f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1ff8f5aa-a450-4399-bd3a-a8f6b221bab0","c2aadc25-7755-4bc8-a8af-b01d27eec364"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"barrage of boulders":{"name":"Barrage of Boulders","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Barrage of Boulders deals 1 damage to each creature you don't control.\nFerocious — If you control a creature with power 4 or greater, creatures can't block this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 1 damage to each creature you don't control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBlock","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Battlefield"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Ferocious — If you control a creature with power 4 or greater, creatures can't block this turn.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"71a756f3-cd1e-4047-90ac-eda096b90647","metadata":{"source_printing_ids":["2eb1a9f7-32ba-48fd-a7f7-788b0ec052c6","9798ddb8-45eb-4d60-969e-3278aa47efba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KTK","PLST"],"rulings":[{"date":"2014-09-20","text":"Barrage of Boulders deals damage only to creatures you don’t control as it resolves. However, the ferocious ability affects all creatures, including ones you control and ones that weren’t on the battlefield as Barrage of Boulders resolved."},{"date":"2014-09-20","text":"Ferocious abilities of instants and sorceries that don’t use the word “instead” will provide an additional effect if you control a creature with power 4 or greater as they resolve."},{"date":"2014-09-20","text":"Some ferocious abilities that appear on instants and sorceries use the word “instead.” These spells have an upgraded effect if you control a creature with power 4 or greater as they resolve. For these, you only get the upgraded effect, not both effects."}],"rarities":["common"]},"barrensteppe siege":{"name":"Barrensteppe Siege","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Abzan or Mardu.\n• Abzan — At the beginning of your end step, put a +1/+1 counter on each creature you control.\n• Mardu — At the beginning of your end step, if a creature died under your control this turn, each opponent sacrifices a creature of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put a +1/+1 counter on each creature you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Abzan"},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if a creature died under your control this turn, each opponent sacrifices a creature of their choice.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"And","conditions":[{"type":"ChosenLabelIs","label":"Mardu"},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Abzan","Mardu"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Abzan or Mardu.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"228d3307-69a9-45ce-a610-77754ed50877","metadata":{"source_printing_ids":["2556a35b-2229-42c7-8cb3-c8c668403dd2","c09d4015-f101-4529-a603-c66192dcfd92"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Barrensteppe Siege’s Mardu ability will check as the end step starts to see if a creature died under your control this turn. If none did, the ability won’t trigger at all."},{"date":"2025-04-04","text":"If you somehow control Barrensteppe Siege and no choice was made for it (perhaps because another permanent on the battlefield became a copy of it), it has neither of the two abilities."}],"rarities":["rare"]},"barrin, tolarian archmage":{"name":"Barrin, Tolarian Archmage","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Barrin enters, return up to one other target creature or planeswalker to its owner's hand.\nAt the beginning of your end step, if a permanent was put into your hand from the battlefield this turn, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[{"type":"Another"}]}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return up to one other target creature or planeswalker to its owner's hand.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if a permanent was put into your hand from the battlefield this turn, draw a card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Hand","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"f98f7cb7-90ca-41e7-9f1d-8054931ecf0e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1ba45332-1231-41be-ae79-454674b70ff4","cb078fbb-beb9-4c0b-be93-ed1e73e6f8d8","fc3765b7-bd99-4c66-8761-1c9cc5bd8666"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","M21","PM21","PRM"],"rulings":[{"date":"2020-06-23","text":"Barrin's last ability checks the entire turn, even before Barrin was on the battlefield."},{"date":"2020-06-23","text":"If a permanent wasn't put into your hand from the battlefield before your end step begins, Barrin's ability doesn't trigger at all."},{"date":"2020-06-23","text":"If a token is returned to your hand, it's put there before it ceases to exist."},{"date":"2020-06-23","text":"The permanent that was returned to your hand doesn't have to still be there."},{"date":"2020-06-23","text":"You draw only one card, no matter how many permanents were put into your hand from the battlefield during that turn."}],"rarities":["rare"]},"basalt monolith":{"name":"Basalt Monolith","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact doesn't untap during your untap step.\n{T}: Add {C}{C}{C}.\n{3}: Untap this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":3}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantUntap","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ doesn't untap during your untap step."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"6b8cf2a0-b045-4d91-9d91-c602d40c6237","metadata":{"source_printing_ids":["0b0595fe-3042-4fcd-9f8e-a0f601f858c4","4744e0a0-c17b-4700-8897-528d2b57adda","4f0b7b8e-45b0-4947-9a95-bccc6b725a37","574540bc-d654-4363-b1f5-31bd0891b377","5a72cd4b-5b47-46b8-b230-4b246f97221f","66a74c89-6f86-4ec8-af17-391cd5026054","81d73362-43c1-4dd0-87dd-9aa7ae13ff2f","97d8dbc9-d9f3-4e8e-95d2-27917c152a29","b90331d4-74f0-43bf-8ed2-f8616d782859","c595b4d2-2bee-4fdd-a34e-46355732e2b1","ce83b405-7b0b-4c3a-8a17-14a279ef4c14","d4f3e497-7584-42b4-ad37-845c4a8dce43","e5951ebc-8fee-4305-a776-b2bd751c9818","f79de5e7-1545-420c-bfe1-ee2444fca85b","ff27694e-0381-4ac9-ba20-d631d468f275"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2ED","2XM","30A","3ED","C13","C15","CED","CEI","CM2","CMA","FBB","LEA","LEB","LTC","MB2","ME4","PRM","PZ1","SUM"],"rulings":[{"date":"2020-08-07","text":"Basalt Monolith's last ability can untap it as often as you can pay for it. If you believe you've found a way to generate an unbounded amount of mana with it, you're probably right."}],"rarities":["uncommon"]},"basalt ravager":{"name":"Basalt Ravager","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, it deals X damage to any target, where X is the greatest number of creatures you control that have a creature type in common.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectCountBySharedQuality","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"quality":"CreatureType","aggregate":"Max"}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals X damage to any target, where X is the greatest number of creatures you control that have a creature type in common.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"980c32ff-c154-4ac9-adc2-ed3a85c8d71c","metadata":{"source_printing_ids":["b32aea04-04f7-48a8-a8ab-8b38fa53da3b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM"],"rulings":[{"date":"2021-02-05","text":"The amount of damage dealt is calculated as the triggered ability resolves based on the creatures you control at that time, including Basalt Ravager itself if it’s still under your control. You’ll always use the greatest number possible. You don’t need to choose any creature types. For example, if you control a Giant Wizard, a Giant Warrior, an Elf Warrior, and a Kor Warrior at that time, Basalt Ravager will deal 3 damage."}],"rarities":["uncommon"]},"basilica skullbomb":{"name":"Basilica Skullbomb","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, Sacrifice this artifact: Draw a card.\n{2}{W}, Sacrifice this artifact: Target creature you control gets +2/+2 and gains flying until end of turn. Draw a card. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}, Sacrifice ~: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+2 and gains flying"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{2}{W}, Sacrifice ~: Target creature you control gets +2/+2 and gains flying until end of turn. Draw a card. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"43057d84-b424-489c-abec-3fb4cb823d80","metadata":{"source_printing_ids":["8e2f0ae2-db68-4338-93f9-9d9268cec41e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE"],"rulings":[{"date":"2023-02-04","text":"If the target of Basilica Skullbomb's last ability isn't a legal target as the ability tries to resolve (probably because it has left the battlefield), you won't draw a card."}],"rarities":["common"]},"basking broodscale":{"name":"Basking Broodscale","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi","Lizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Devoid (This card has no color.)\n{1}{G}: Adapt 1. (If this creature has no +1/+1 counters on it, put a +1/+1 counter on it.)\nWhenever one or more +1/+1 counters are put on this creature, you may create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice this token: Add {C}.\"","non_ability_text":null,"flavor_name":null,"keywords":["Devoid"],"abilities":[{"kind":"Activated","effect":{"type":"Adapt","count":{"type":"Fixed","value":1}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{G}: Adapt 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Eldrazi Spawn","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Eldrazi","Spawn"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice ~: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more +1/+1 counters are put on ~, you may create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice ~: Add {C}.\"","constraint":null,"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetColor","colors":[]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[],"color_override":[],"color_identity":["Green"],"scryfall_oracle_id":"a7c69802-99c4-4778-934e-cc09ba58c267","metadata":{"related_token_ids":["05897422-e2c4-5f20-93af-97fe0ba44515"],"source_printing_ids":["5feba5d6-99a6-4e9b-8a7d-90d955868fc3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"banned","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rulings":[{"date":"2024-06-07","text":"A card with devoid is just colorless. It's not colorless and the colors of mana in its mana cost."},{"date":"2024-06-07","text":"Devoid doesn't affect the color identity of the card for the purposes of the Commander variant. For example, while Abstruse Appropriation is colorless because it has devoid, its color identity is still white and black, and it can't be included in a Commander deck where the commander's color identity doesn't include both white and black."},{"date":"2024-06-07","text":"Devoid works in all zones, not just on the battlefield."},{"date":"2024-06-07","text":"If a card loses devoid, it will still be colorless. This is because effects that change an object's color (like the one created by devoid) are considered before the object loses devoid."},{"date":"2024-06-07","text":"If a creature somehow loses all of its +1/+1 counters, it can adapt again and get more +1/+1 counters."},{"date":"2024-06-07","text":"Other cards and abilities can give a card with devoid a color. If that happens, it's just the new color, not that color and colorless."},{"date":"2024-06-07","text":"You can always activate an ability that will cause a creature to adapt. As that ability resolves, if the creature has a +1/+1 counter on it for any reason, you simply won't put any +1/+1 counters on it."}],"rarities":["common"]},"batterskull":{"name":"Batterskull","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Living weapon (When this Equipment enters, create a 0/0 black Phyrexian Germ creature token, then attach this to it.)\nEquipped creature gets +4/+4 and has vigilance and lifelink.\n{3}: Return this Equipment to its owner's hand.\nEquip {5}","non_ability_text":null,"flavor_name":null,"keywords":["LivingWeapon"],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}: Return ~ to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},"sub_ability":null,"duration":null,"description":"Equip {5}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Phyrexian Germ","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature","Phyrexian","Germ"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Living weapon — create Phyrexian Germ token and attach","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":4},{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +4/+4 and has vigilance and lifelink."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"d12e5ce0-5705-4c35-9a93-b883db52c80c","metadata":{"related_token_ids":["1799d4b5-48a4-507d-90e9-53c34f2d5724"],"source_printing_ids":["2abc5ac8-b944-4b71-b022-c78183eb92c3","b7f16fdf-a3f5-462d-a64a-789d893b6ef5","cd114ec3-d286-4c70-a122-3043bc53cc88","f37c9abd-3d79-4c2e-8d8f-c3157a2a9db6","f5358745-44d8-4452-9cee-06ec6006214b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","AA3","NPH","PGPX","PLST","PRM","SLD"],"rulings":[{"date":"2020-08-07","text":"If the Germ token is destroyed, the Equipment remains on the battlefield as with any other Equipment."},{"date":"2020-08-07","text":"If the living weapon trigger causes two Germs to be created (due to an effect such as that of Doubling Season), the Equipment becomes attached to one of them. The other will be put into your graveyard and subsequently cease to exist, unless another effect raises its toughness above 0."},{"date":"2020-08-07","text":"Like other Equipment, each Equipment with living weapon has an equip cost. You can pay this cost to attach an Equipment to another creature you control. Once the Germ token is no longer equipped, it will be put into your graveyard and subsequently cease to exist, unless another effect raises its toughness above 0."},{"date":"2020-08-07","text":"The Germ token enters the battlefield as a 0/0 creature and the Equipment becomes attached to it before state-based actions would cause the token to die. Abilities that trigger as the token enters the battlefield see that a 0/0 creature entered the battlefield."},{"date":"2020-08-07","text":"The ability to return Batterskull to its owner's hand can be activated only if Batterskull is on the battlefield. If Batterskull is no longer on the battlefield when the ability resolves, Batterskull remains in its new zone and isn't returned to its owner's hand."}],"rarities":["mythic"]},"battery":{"name":"Battery","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create a 3/3 green Elephant creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Elephant","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"types":["Creature","Elephant"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create a 3/3 green Elephant creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"fcdeb83f-531c-4087-9254-7f19eb065f00","metadata":{"related_token_ids":["ed4b719a-b918-59b4-ba00-ecf427f0643f","ee98a86d-1691-56eb-ab6f-337e3ec7cd1b"],"source_printing_ids":["0ec6a889-c941-4898-a2f6-4d3863faf535","4a9f1e99-9de8-45cb-b035-4f920477e2e5","9b2ca0a2-0a18-4d9e-b953-52018af3c65b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["DMR","HOP","INV","TSB"],"rarities":["uncommon","special"]},"battlefield scavenger":{"name":"Battlefield Scavenger","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Jackal","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"You may exert this creature as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, you may discard a card. If you do, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you exert a creature, you may discard a card. If you do, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f88b0634-144a-4a33-a369-62df8edf05fe","metadata":{"source_printing_ids":["c5adb7de-47f0-4969-85dc-6b64f04b9517","dd60929e-2f01-4489-a009-44737152404a","f0eb1a40-8239-4544-96a1-a4acaf7e2054"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","J25"],"rulings":[{"date":"2017-04-18","text":"All cards in the Amonkhet set that let you exert a creature let you do so as you declare it as an attacking creature, as do some of the cards in the Hour of Devastation set. You can't do so later in combat, and creatures put onto the battlefield attacking can't be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2017-04-18","text":"If an exerted creature is already untapped during your next untap step (most likely because it had vigilance or an effect untapped it), exert's effect preventing it from untapping expires without having done anything."},{"date":"2017-04-18","text":"If you gain control of another player's creature until end of turn and exert it, it will untap during that player's untap step."},{"date":"2017-04-18","text":"Some cards have abilities that trigger whenever you exert any creature. These abilities trigger when you exert that creature or any other creature you control."},{"date":"2017-04-18","text":"You can't exert a creature unless an effect allows you to do so. Similar effects that \"tap and freeze\" a creature (such as that of Decision Paralysis) don't exert that creature."}],"rarities":["uncommon"]},"battlemage's bracers":{"name":"Battlemage's Bracers","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has haste.\nWhenever an ability of equipped creature is activated, if it isn't a mana ability, you may pay {1}. If you do, copy that ability. You may choose new targets for the copy.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an ability of equipped creature is activated, if it isn't a mana ability, you may pay {1}. If you do, copy that ability. You may choose new targets for the copy.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has haste."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"bd56225e-8c80-4328-9ca0-0fff4969573d","metadata":{"source_printing_ids":["1a14aad2-47f0-4d21-9fcf-5ca171faffaf","91df9e44-c124-42cc-b051-cbe58af14cf5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","PRM"],"rulings":[{"date":"2021-04-16","text":"Activated abilities contain a colon. They’re generally written “[Cost]: [Effect].” Some keyword abilities (such as boast) are activated abilities and will have colons in their reminder text. An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2021-04-16","text":"Copying abilities doesn’t cause magecraft abilities to trigger."},{"date":"2021-04-16","text":"If the ability has {X} in its activation cost, the copy has the same value of X."},{"date":"2021-04-16","text":"If the ability is modal (that is, it has a bulleted list of modes), the copy will have the same mode(s). You can’t choose new ones."},{"date":"2021-04-16","text":"The copy will have the same targets as the ability it’s copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can’t choose a new legal target, then it remains unchanged (even if the current target is illegal)."}],"rarities":["rare"]},"bear cub":{"name":"Bear Cub","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bear"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ed206651-3d9b-4546-8d45-0682817192fd","metadata":{"source_printing_ids":["1ceb41a1-c5fb-4d4b-b063-d24820007040","a3d36d12-22e4-4889-8f01-5f54de39e379","d8662ebb-068b-41d2-b504-4b5854e4d4aa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J21","P02","PLST"],"rarities":["common"]},"beast mode":{"name":"Beast Mode","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 1 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 1 or more.)\nTarget creature gets +2/+2 and gains trample until end of turn. Also put a +1/+1 counter on that creature if this spell was cast using teamwork.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":1}],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+2 and gains trample"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature gets +2/+2 and gains trample until end of turn. Also put a +1/+1 counter on that creature if this spell was cast using teamwork.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a465f8a9-d5aa-4dfa-b674-7aa1798cb0bd","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["39191f85-7698-487e-afad-07648a7cb695"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["common"]},"beast whisperer":{"name":"Beast Whisperer","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a creature spell, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a creature spell, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5da7eea8-bb9e-47ce-a554-8a1ee058bd7a","metadata":{"source_printing_ids":["0aa99539-0002-4661-85b2-a3d770ff004c","17fbebd9-9faf-4a7b-8e79-b67c074eba8c","55f571b6-ec9a-49c5-9051-d80bd5f3e0c2","9da6f595-41b2-4e52-b15a-6ad18e4232c7","b7e90355-80ca-49db-914c-62b3a7bd4726","c5445a0d-319a-4237-94df-19a7182e6df2","c818547c-a6f6-4c69-9e4d-33741e605093","daf4bcd2-3ae4-4803-9ea1-3bcc3de5ca59","f194f0cf-43a7-4288-b597-6f67b96057fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C20","CLU","GN3","GRN","KHC","MKC","P30A","PGRN","PLST","SLD","TSR"],"rulings":[{"date":"2021-03-19","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."}],"rarities":["rare","special"]},"bebop, skull & crossbones":{"name":"Bebop, Skull & Crossbones","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Boar","Mutant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Partner with Rocksteady, Mutant Marauder (When this creature enters, target player may put Rocksteady into their hand from their library, then shuffle.)\nDeathtouch\nWhenever Bebop deals combat damage to a player, you may draw X cards, where X is the number of counters on Bebop. If you do, you lose X life.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch",{"Partner":{"type":"With","data":"Rocksteady, Mutant Marauder"}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may draw X cards, where X is the number of counters on ~. If you do, you lose X life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Named","name":"Rocksteady, Mutant Marauder"},"count":{"type":"Fixed","value":1},"reveal":true,"target_player":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target player may put Rocksteady, Mutant Marauder into their hand from their library, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"59a405d7-2f28-41b8-a5bb-011f45a5fdf2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["af2a1494-9c0d-4590-999b-2c52725dc5d0","d7ed8569-7b6b-4924-aedd-4210930e3bfc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TMC"],"rulings":[{"date":"2026-01-27","text":"\"Partner with [name]\" represents two abilities. The first is a triggered ability: \"When this permanent enters, target player may search their library for a card named [name], reveal it, put it into their hand, then shuffle.\""},{"date":"2026-01-27","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2026-01-27","text":"Both commanders start in the command zone, and the remaining 98 cards of your deck are shuffled to become your library."},{"date":"2026-01-27","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Bebop, Skull and Crossbones and Rocksteady, Mutant Marauder are your commanders, your deck may contain cards with black and/or green in their color identities, but not white, blue, or red."},{"date":"2026-01-27","text":"Note that the target player searches their library (which may be affected by effects such as that of Stranglehold) and that the card they find is revealed, even though these words aren't included in the ability's reminder text."},{"date":"2026-01-27","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from one of them, not from both of them combined. Command Beacon's effect puts one into your hand from the command zone, not both."},{"date":"2026-01-27","text":"The second ability represented by the \"partner with [name]\" keyword modifies the rules for deck construction in the Commander variant and has no function outside of that variant. If a legendary creature card with \"partner with [name]\" is designated as your commander, the named legendary creature card can also be designated as your commander."},{"date":"2026-01-27","text":"The triggered ability of the \"partner with\" keyword still triggers in a Commander game. If your other commander has somehow ended up in your library, you can find it. You can also target another player, whether or not they have that card in their library."},{"date":"2026-01-27","text":"The value of X is calculated only once, as Bebop's last ability resolves."},{"date":"2026-01-27","text":"To have two commanders, both must have the partner ability or corresponding \"partner with\" abilities as the game begins. A creature with a \"partner with\" ability can't partner with any creature other than its designated partner. Losing a partner ability during the game doesn't cause either to cease to be your commander."}],"rarities":["rare"]},"become brutes":{"name":"Become Brutes","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"One or two target creatures each gain haste until end of turn. For each of those creatures, create a Monster Role token attached to it. (If you control another Role on it, put that one into the graveyard. Enchanted creature gets +1/+1 and has trample.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"for","description":"For each of those creatures, create a Monster Role token attached to it"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"One or two target creatures each gain haste until end of turn. For each of those creatures, create a Monster Role token attached to it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"789e034c-7f4a-4fd5-9dd8-48313742126e","metadata":{"related_token_ids":["246f948c-eea9-5f6a-8d19-f8c11c51de94","dd6f5274-9bb4-5acc-9855-55815f497831"],"source_printing_ids":["a154dadc-be5b-4ad6-9946-bdc54c251bff"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["WOE"],"rarities":["uncommon"]},"belbe, corrupted observer":{"name":"Belbe, Corrupted Observer","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Zombie","Elf"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each postcombat main phase, the active player adds {C}{C} for each of your opponents who lost life this turn. (Damage causes loss of life.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentLostLife"}}}}},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PostCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each postcombat main phase, the active player adds {C}{C} for each of your opponents who lost life this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"f1c303d8-6d77-4bc6-82d1-2a409a6f2cfd","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["b4427e73-8c60-490d-8ae3-53e872a5163e","ee6c3f6e-3c46-47b2-abcc-8aeb2f12d2fa"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PRM"],"rulings":[{"date":"2020-11-10","text":"If an effect creates an additional combat phase in a turn, it may also create an additional main phase after that combat phase. Belbe's ability triggers at the beginning of each of these postcombat main phases."},{"date":"2020-11-10","text":"If an opponent loses life before their own postcombat main phase, Belbe will reward their suffering with mana."},{"date":"2020-11-10","text":"If an opponent lost life and subsequently lost the game, Belbe's triggered ability still counts that player to determine how much mana to add."}],"rarities":["rare"]},"belligerent yearling":{"name":"Belligerent Yearling","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever another Dinosaur you control enters, you may have this creature's base power become equal to that creature's power until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}}},"toughness":null,"types":[],"target":{"type":"None"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another Dinosaur you control enters, you may have ~'s base power become equal to that creature's power until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2d785e3e-8e19-4eea-b09f-9a30c792dba1","metadata":{"source_printing_ids":["0b2debca-8535-4cf6-a461-c268faaacaae","cf4639ca-d4dc-4630-b696-a8107767cf1a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"Belligerent Yearling's ability overwrites any previous effects that set its power, including previous instances of that ability. Other effects that set its power to specific values that start to apply after the ability resolves, including future instances of the ability, will overwrite that effect."},{"date":"2023-11-10","text":"Effects that modify the power of Belligerent Yearling without setting it to a specific value will apply to the new base power no matter when they started to take effect. The same is true for counters that change its power."}],"rarities":["uncommon"]},"bellowing saddlebrute":{"name":"Bellowing Saddlebrute","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Orc","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Raid — When this creature enters, you lose 4 life unless you attacked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":4},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you lose 4 life unless you attacked this turn.","constraint":null,"condition":{"type":"Not","condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"AttackedThisTurn","scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e1e5ad8c-d425-44ad-a8f6-e9290667f6f5","metadata":{"source_printing_ids":["a1939b5d-e24f-4e4b-b4c5-8bdb232d8926"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KTK"],"rulings":[{"date":"2024-11-08","text":"Raid abilities care only that you attacked with a creature. It doesn't matter how many creatures you attacked with or which player, planeswalker, or battle those creatures attacked."},{"date":"2024-11-08","text":"Raid abilities evaluate the entire turn to see if you attacked with a creature. That creature doesn't have to still be on the battlefield. Similarly, the player, planeswalker, or battle it attacked doesn't have to still be in the game or on the battlefield."}],"rarities":["uncommon"]},"bellowsbreath ogre":{"name":"Bellowsbreath Ogre","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Ogre","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Starting intensity 1\nWhenever this creature attacks, it deals damage equal to its intensity to any target. Then this creature intensifies by 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Starting intensity 1"},"cost":null,"sub_ability":null,"duration":null,"description":"Starting intensity 1","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"deal","description":"deal damage equal to its intensity to any target"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Intensify","scope":{"type":"Source"},"amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it deals damage equal to its intensity to any target. Then ~ intensifies by 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7eb3d5af-c455-441b-9b8c-1bce45ea4b46","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YNEO"]},"benalish knight":{"name":"Benalish Knight","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nFirst strike (This creature deals combat damage before creatures without first strike.)","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flash"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"32b401e9-163f-4917-a728-fc63b25ef602","metadata":{"source_printing_ids":["bccebfdd-85cb-4549-93a4-c0dcd667ee04","c2c184bb-6c7d-4118-a111-ef27171cfee6","d0ae60d0-20d3-452c-9953-e229567c06f5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","ATH","WTH"],"rarities":["common"]},"benediction of moons":{"name":"Benediction of Moons","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You gain 1 life for each player.\nHaunt (When this spell card is put into a graveyard after resolving, exile it haunting target creature.)\nWhen the creature this card haunts dies, you gain 1 life for each player.","non_ability_text":null,"flavor_name":null,"keywords":["Haunt"],"abilities":[{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"All"}}}},"cost":null,"sub_ability":null,"duration":null,"description":"You gain 1 life for each player.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"HauntedCreatureDies","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"All"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When the creature this card haunts dies, you gain 1 life for each player.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileHaunting","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.55a: Exile it haunting target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Stack","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.55a: When this spell is put into a graveyard during its resolution, exile it haunting target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3ff2fc3c-0871-4ba7-9b7c-8634ec770d6b","metadata":{"source_printing_ids":["4a45973a-405b-4736-947a-12df17553d77","d8ea99d1-9e88-4b14-b0b3-39bcd8191eab"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["GPT","PLST"],"rulings":[{"date":"2006-02-01","text":"\"For each player\" means for each player currently in the game, which is normally two. A Two-Headed Giant game has four players. In a Free-for-All multiplayer game, players who have been eliminated or who are outside your range of influence don't count toward the total."}],"rarities":["common"]},"berserk":{"name":"Berserk","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cast this spell only before the combat damage step.\nTarget creature gains trample and gets +X/+0 until end of turn, where X is its power. At the beginning of the next end step, destroy that creature if it attacked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample and gets +X/+0"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature gains trample and gets +X/+0 until end of turn, where X is its power. At the beginning of the next end step, destroy that creature if it attacked this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b67d192-9a05-4a47-82ae-5fc4b7834d88","casting_restrictions":[{"type":"BeforeCombatDamage"}],"metadata":{"source_printing_ids":["0fe6e7d3-7e33-4e6b-91c8-47fd4ba3cb5b","56f2998c-a309-4a56-91c5-d717e7366a7d","62bc9bff-89bd-4454-a876-53822cf48546","86ec6360-d69d-41b8-bfca-2c1a3aea2272","872fc8cb-8066-4b14-b921-182ee6f40339","88d6f431-a7ea-4508-a52c-86d33e12e4e4","9866e64e-308b-4920-a76b-ddea0c6bc830","a3c671da-27a6-43a1-8294-c14cea0e5140","b5474dc6-d81e-4d10-81b9-84135ae8dd21","ce109f77-1633-43f5-9682-b355209c3e45","e173c8ce-2352-405e-ad00-e3bb94ced1ad","f11665b3-00d6-4912-ac1a-06d6ed50a01c","fd082697-493f-48e3-a41f-123700435025"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","CED","CEI","CN2","LEA","LEB","ME1","SLD","SOA","V09","VMA"],"rulings":[{"date":"2026-03-20","text":"If the target permanent stops being a creature before the next end step, it is still destroyed when the delayed trigger resolves."}],"rarities":["uncommon","rare","mythic"]},"betor, ancestor's voice":{"name":"Betor, Ancestor's Voice","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit","Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nAt the beginning of your end step, put a number of +1/+1 counters on up to one other target creature you control equal to the amount of life you gained this turn. Return up to one target creature card with mana value less than or equal to the amount of life you lost this turn from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Controller"}}}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put a number of +1/+1 counters on up to one other target creature you control equal to the amount of life you gained this turn. Return up to one target creature card with mana value less than or equal to the amount of life you lost this turn from your graveyard to the battlefield.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"990b5e12-6e04-4832-9d64-87278f12cbda","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2e261489-8dde-4594-8868-69f432f03d03"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TDC"],"rarities":["mythic"]},"betor, kin to all":{"name":"Betor, Kin to All","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit","Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your end step, if creatures you control have total toughness 10 or greater, draw a card. Then if creatures you control have total toughness 20 or greater, untap each creature you control. Then if creatures you control have total toughness 40 or greater, each opponent loses half their life, rounded up.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"ScopedPlayer"}}},"divisor":2,"rounding":"Up"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"Toughness","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":40}},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"Toughness","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":20}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if creatures you control have total toughness 10 or greater, draw a card. Then if creatures you control have total toughness 20 or greater, untap each creature you control. Then if creatures you control have total toughness 40 or greater, each opponent loses half their life, rounded up.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"Toughness","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":10}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"826a0db6-195a-4697-9bd6-f544b279e3cf","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7c8cf348-7db8-4f93-8f83-8b1f2035ed4e","b475b071-5545-483e-a397-89451f258602","f1969dec-4d6b-493a-8233-76faf8fa3cea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Betor’s last ability will check as the end step starts to see if creatures you control have total toughness 10 or greater. If they don’t, the ability won’t trigger at all. If it does trigger, the ability will check again as it tries to resolve. If creatures you control don’t have total toughness 10 or more at that time, the ability won’t resolve and none of its effects will happen. The ability won’t check to see if their total toughness is 20 or greater (or 40 or greater) until the ability resolves."}],"rarities":["mythic"]},"beyond the quiet":{"name":"Beyond the Quiet","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile all creatures and Spacecraft.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Spacecraft"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Exile all creatures and Spacecraft.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c96424e7-63c4-4f07-959f-6ad09f91279a","metadata":{"source_printing_ids":["215f488b-6d33-4b08-88ff-b258c00515d6","ce503869-8130-4afe-9691-4e90376b4bc4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"bhaal, lord of murder":{"name":"Bhaal, Lord of Murder","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"As long as your life total is less than or equal to half your starting life total, Bhaal has indestructible.\nWhenever another nontoken creature you control dies, put a +1/+1 counter on target creature and goad it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Goad","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature you control dies, put a +1/+1 counter on target creature and goad it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"StartingLifeTotal"}},"divisor":2,"rounding":"Down"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your life total is less than or equal to half your starting life total, ~ has indestructible."}],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"0d2dd78c-103c-4286-a3a1-e471dc77ed91","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["15a5e627-69a5-4e31-9744-97d4589d606b","2fef6465-987c-461b-8177-b6b7332bbe4e","88b11da8-f9af-4ef3-9bc2-c28f0a8a5dd1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"If Bhaal, Lord of Murder is dealt lethal damage at the same time that its controller's life total is reduced to less than or equal to half their starting life total, Bhaal will have indestructible at the time state-based actions are performed and survive."}],"rarities":["rare"]},"biblioplex tomekeeper":{"name":"Biblioplex Tomekeeper","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, choose up to one —\n• Target creature becomes prepared. (Only creatures with prepare spells can become prepared.)\n• Target creature becomes unprepared.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":0,"max_choices":1,"mode_count":2,"mode_descriptions":["Target creature becomes prepared.","Target creature becomes unprepared."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"BecomePrepared","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"BecomeUnprepared","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"08a0e845-9ef9-4de1-b9fe-4530357346ca","metadata":{"source_printing_ids":["bf2efdd9-d2b4-4bea-a5b9-dbb2eee4dfba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rulings":[{"date":"2026-03-20","text":"The first mode of Biblioplex Tomekeeper's last ability won't have any effect on a creature that has no prepare spell or is already prepared. Similarly, the second mode won't have any effect on a creature that isn't already prepared."}],"rarities":["common"]},"bill the pony":{"name":"Bill the Pony","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Horse"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Bill the Pony enters, create two Food tokens. (They're artifacts with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")\nSacrifice a Food: Until end of turn, target creature you control assigns combat damage equal to its toughness rather than its power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"assign combat damage equal to its toughness rather than its power"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Food"}],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Sacrifice a Food: Until end of turn, target creature you control assigns combat damage equal to its toughness rather than its power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create two Food tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e461ef8d-59ca-440a-8773-da1de3b6b195","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f6e24d97-b7f8-5da8-ab97-978ecbecb85e"],"source_printing_ids":["9ac68519-ed7f-4f38-9549-c02975f88eed","f957c4d9-834b-4ad1-915b-5f496d63489e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Bill the Pony's last ability doesn't actually change any creature's power. It changes only the amount of combat damage it assigns. All other rules and effects that check power or toughness use the real values. For example, since having two creatures fight doesn't result in combat damage, an effect that causes the affected creature to fight another creature will still use its power to determine how much damage is dealt."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"If an effect refers to a Food, it means any Food artifact, not just a Food artifact token. For example, you can sacrifice Tough Cookie (an Artifact Creature — Food Golem) to activate Maraleaf Rider's ability (an ability with \"Sacrifice a Food\" in its cost)."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["uncommon"]},"biomass mutation":{"name":"Biomass Mutation","mana_cost":{"type":"Cost","shards":["X","GreenBlue","GreenBlue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have base power and toughness X/X until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"CostXPaid"}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"CostXPaid"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have base power and toughness X/X"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Creatures you control have base power and toughness X/X until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"2dbe8aaa-2e34-4552-8da7-cf8ecbbaa7b6","metadata":{"source_printing_ids":["04c1692c-d95e-480f-9f6c-da9ce099b75d","2267c580-b641-4d6f-8bd9-deb1c6393d14","80fc2879-c73d-41c7-987c-cbeaca02cc45","85ba6f28-e47d-4223-80d8-bcb5ef8a0b13","8a3f731a-03d7-4dc9-a922-cc2250cee6ef","9697ec02-5056-41ce-b35e-36e3ce2caa06","9894bed2-c5dc-4569-9ed9-1d40df906f58","a16aa6bf-547f-4d95-82ca-79a4ee5b6212","d79bf08b-973a-45bc-ae96-43e93092f0c0","fbe0a11d-0390-437e-8ece-3229863c76db"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C19","C21","DSC","GTC","PIP","PLST","SOC"],"rulings":[{"date":"2013-01-24","text":"Biomass Mutation overwrites any effects that set the power and/or toughness of a creature you control to a specific value. Effects that modify power and/or toughness but don't set them to a specific value (like the one created by Giant Growth), power/toughness changes from counters, and effects that switch a creature's power and toughness will continue to apply. For example, say you control a 1/1 creature that's getting +4/+2 from an Aura, has a +1/+1 counter on it, and is affected by an effect that switches its power and toughness. This creature is 4/6. If you cast Biomass Mutation with X equal to 4, the creature would become 7/9 (4/4, +4/+2 from the Aura, +1/+1 from the counter, then switch power and toughness)."},{"date":"2013-01-24","text":"Choosing 0 as the value for X will likely cause creatures you control to become 0/0 and be put into the graveyard."}],"rarities":["rare"]},"birds of paradise":{"name":"Birds of Paradise","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d3a0b660-358c-41bd-9cd2-41fbf3491b1a","metadata":{"source_printing_ids":["0003aa31-d42e-4972-9fb9-086aefe29a2c","01e7b0bc-1c6c-48f4-8b72-1a809f536c6c","06ee339e-a912-4f7c-b091-eba71ab68bbc","0ad85d15-e700-455d-96f4-dfd6661f9722","2eb0de65-969f-494a-9cf5-bfa59a7acdb4","307d4236-1e54-43e3-83f1-063d49d16dda","31c9d029-c568-4728-bf74-9d02b6772f48","33a931b6-607c-4cbb-ad1e-14e2cad14947","3d69a3e0-6a2e-475a-964e-0affed1c017d","3df4e7f8-1f40-4e97-8737-be5e2ce0d39d","44060205-8a5c-4f6d-8190-e65d5250935a","45835349-99c3-4071-95d1-7191110bfd9f","4910cd53-87dc-4365-9a42-80dd1f77881f","492c2f9a-51e7-4e0f-9899-23bf43ea988b","496849a5-4b24-4eae-8bfb-d46f645d85ea","4c72e177-d95d-41df-91b3-4e489175b6aa","4e50454c-3927-4e7e-b4f6-7f5d5fd9b913","4f94309b-1049-4ab4-b7f0-745938c87b3f","55fe6449-1f23-43dc-adee-d144cd505b5c","5a8b5ae4-e683-4ee5-8a41-10daddc2561f","5d718a96-b124-405d-891e-7e58565a17d5","68996f6d-0f19-4ec1-9616-be8af06ae86b","6fb762b1-95df-472f-84a9-5ec223e98c08","715eea77-a7d7-4731-b706-3ea17bded7fd","71d25361-a0ce-4a3b-ac07-aea9ab42cb88","75a4cad2-4367-4084-8fe5-f85e49ca828d","82ef6d6c-db50-4d24-8ebd-311613ddef06","852d7a68-8682-4073-a44b-f10f5613879c","870b2fa1-9f0c-44cc-9d4a-692ffe7d603c","8a3ea83c-2978-4a2a-a109-915b9a738a13","8b1af0df-e1fa-46f0-9da9-c1ac3a7d0245","90a4396a-0f22-482b-ad1d-4d9b68a1ed96","9ca8c7a0-d7c5-414f-8ca9-80e3daf49a5e","9f8b95bd-c709-4259-b3fe-92119b92acae","a2985857-fee5-42a6-9b5d-e157ada52a03","a6b02ce2-39ba-4116-aefa-dd4d8e51bf6a","a9183b86-199d-4b7f-a4cc-433dc6726de0","a97a0e2b-1ff1-494a-8bc9-9741d6bb5590","b8852e36-204c-4b3a-a4f8-33a98548fa7b","c81ba510-634c-42aa-9797-769526114821","d2d8bf03-42f3-4200-96a7-03e822b102e9","d816162c-bb87-4d45-ae14-1433b19f50c5","dae8751c-4c72-4034-a192-a1e166f20246","e6bc963e-042f-4cdc-be38-de8e386c00b3","ef7106d8-ec4f-4bc2-aa39-9a605b04cf88","f79357f4-ddd1-4b29-9e5f-813c799513ee","f98a2785-cb74-4ef9-abd0-d7a8125d73ca","fdfeeb64-0f86-45e9-97e3-dcec72683164","feefe9f0-24a6-461c-9ef1-86c5a6f33b83"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","BLC","CED","CEI","CN2","DMR","FBB","FIC","GK2","LEA","LEB","LTC","M10","M11","M12","MSC","PLST","PM11","PRM","PTC","RAV","RVR","SLD","SUM","WC00","WC01","WC02","WC98"],"rarities":["rare"]},"birthing ritual":{"name":"Birthing Ritual","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, if you control a creature, look at the top seven cards of your library. Then you may sacrifice a creature. If you do, you may put a creature card with mana value X or less from among those cards onto the battlefield, where X is 1 plus the sacrificed creature's mana value. Put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":7},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":0},"destination":"Battlefield","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}},"offset":1}}]},"rest_destination":"Library","reveal":false,"enter_tapped":false,"source":"prior_look"},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":0},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false,"source":"prior_look"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you control a creature, look at the top seven cards of your library. Then you may sacrifice a creature. If you do, you may put a creature card with mana value X or less from among those cards onto the battlefield, where X is 1 plus the sacrificed creature's mana value. Put the rest on the bottom of your library in a random order.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"37a5ab64-12e4-4aad-9a09-46a26fe9953b","metadata":{"source_printing_ids":["004bbc84-b57b-4393-889e-dff95e8f334c","4820d223-4ea1-4850-931c-3d2ab5eb003b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Birthing Ritual's ability checks if you control a creature at the beginning of your end step. If you don't, the ability won't trigger."},{"date":"2024-06-07","text":"If Birthing Ritual's ability does trigger but you control no creatures when it tries to resolve, the ability will do nothing."},{"date":"2024-06-07","text":"If one of the revealed creature cards has {X} in its mana cost, X is 0 when determining that card's mana value."},{"date":"2024-06-07","text":"Use the mana value of the sacrificed creature as it last existed on the battlefield to determine the value of X."}],"rarities":["mythic"]},"bite down":{"name":"Bite Down","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control deals damage equal to its power to target creature or planeswalker you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"Opponent","properties":[]}]},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target creature you control deals damage equal to its power to target creature or planeswalker you don't control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"623903de-3c04-4745-9af3-d7ec9fb2574d","metadata":{"source_printing_ids":["0eacd3de-b803-4322-8d88-d533761aa748","43120fed-fbe8-46f0-8f6a-5b4719cf1e79","f8d70b3b-f6f9-4b3c-ad70-0ce369e812b5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","FDN","J25"],"rulings":[{"date":"2022-09-09","text":"If either target is an illegal target as Bite Down tries to resolve, the creature you control won't deal damage."}],"rarities":["common"]},"bite down on crime":{"name":"Bite Down on Crime","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may collect evidence 6. This spell costs {2} less to cast if evidence was collected. (To collect evidence 6, exile cards with total mana value 6 or greater from your graveyard.)\nTarget creature you control gets +2/+0 until end of turn. It deals damage equal to its power to target creature you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gets +2/+0 until end of turn. It deals damage equal to its power to target creature you don't control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"AdditionalCostPaid"},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast if evidence was collected."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ff387264-31da-4f6b-88c6-2843f56acbda","additional_cost":{"type":"Optional","data":{"cost":{"type":"CollectEvidence","amount":6}}},"metadata":{"source_printing_ids":["29bbfe93-8225-444c-835b-33ffa006ef66"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"If either target is an illegal target as Bite Down on Crime tries to resolve, the creature you control won't deal damage."},{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."}],"rarities":["common"]},"black dragon gate":{"name":"Black Dragon Gate","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Gate"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\nAs this land enters, choose a color other than black.\n{T}: Add {B} or one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1},"fixed_alternative":"Black"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B} or one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Color":{"excluded":["Black"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color other than black.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"dde6bce5-8bbe-4866-b5aa-2c05c7d37241","metadata":{"source_printing_ids":["a28c674c-ae89-416e-bac6-edfd9f24ee7b","c4ceb589-c741-44ac-98c8-3d997953ee61"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CLB","PLST"],"rarities":["common"]},"black lotus":{"name":"Black Lotus","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Sacrifice this artifact: Add three mana of any one color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":3},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice ~: Add three mana of any one color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"5089ec1a-f881-4d55-af14-5d996171203b","metadata":{"source_printing_ids":["3a10650e-58f7-4a99-a77d-3f42d61ecf93","4a2e428c-dd25-484c-bbc8-2d6ce10ef42c","983c1308-d81b-444f-9806-a9723b987af1","b0faa7f2-b547-42c4-a810-839da50dadfe","b3a69a1c-c80f-4413-a6fd-ae54cabbce28","bd8fa327-dd41-4737-8f19-2cf5eb1f7cdd"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"restricted"},"printings":["2ED","30A","CED","CEI","LEA","LEB","O90P","OVNT","PRM","VMA","YDMU"],"rarities":["rare","bonus"]},"blackblade reforged":{"name":"Blackblade Reforged","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1 for each land you control.\nEquip legendary creature {3}\nEquip {7}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip legendary creature {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":7}},"sub_ability":null,"duration":null,"description":"Equip {7}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 for each land you control."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"dca51281-fb21-45b6-beb4-1f13397caee2","metadata":{"source_printing_ids":["240448cd-c308-49ae-9e4b-0c35adc59fba","2cde7ae2-87b9-43d0-87cf-38c8706dd95e","2f192c3e-34ce-4857-82ef-a0423823220d","354b94c9-8128-4745-89f3-0d9db6019531","862d38d1-e3d0-47e1-a535-ff445b1c55c6","9c1c714a-7716-42f9-8ef2-8838d3c52627","aa4146f0-0c8c-4b8a-8d24-b6c5e33eba3d","d58c18f2-a1ad-4dc8-8210-6aa675e03e75","da9a73af-57a2-499a-8a14-e164a6506e8b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRR","CMR","DMC","DOM","NEC","PDOM","PLST","PRM","SS2","ZNC"],"rulings":[{"date":"2018-04-27","text":"\"Equip [quality] creature\" is a variant of the equip keyword. \"Equip [quality] creature [cost]\" means \"[Cost]: Attach this Equipment to target [quality] creature you control. Activate only as a sorcery.\""},{"date":"2018-04-27","text":"Whether the target creature is legendary is checked only as Blackblade Reforged's first equip ability is activated and as that ability resolves. If the creature somehow becomes nonlegendary later, Blackblade Reforged remains attached to it."}],"rarities":["rare"]},"blasphemous act":{"name":"Blasphemous Act","mana_cost":{"type":"Cost","shards":["Red"],"generic":8},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast for each creature on the battlefield.\nBlasphemous Act deals 13 damage to each creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":13},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 13 damage to each creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each creature on the battlefield."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7a2484a9-04fd-41a0-8224-610c1c07ed10","metadata":{"source_printing_ids":["0b98a8ac-9255-416d-b86a-46621c4bea4f","175eb155-7262-4c2e-85c3-e0cc9be855e5","1a70336f-cf41-4b9e-b69a-7ae71ef0bc04","23ed787e-8034-45c7-b4cf-1a05d300beea","2c971698-c0e4-4b68-808f-a3d1a73d80e4","310abe1d-153e-44c7-974c-441a2fbc19bf","34e5d93b-2f1f-43ed-b8ff-ee00d98eb46c","3cb016ec-ceff-4145-8118-8902e96aba57","3e821a9f-6e5a-4314-82e7-8009d9aef1be","3f14e29c-a4f6-4491-a318-bf0cff4ae91c","40e1ef14-cb26-486e-9b54-0b532f5b7435","40eb7856-95f7-4a62-bc99-b5d0852606ad","4412df00-abfd-4e8f-882d-4566eaa74ee4","457097be-6737-4873-a6fd-28ae18cc722a","4a184a4a-2c8c-4a10-9b26-a174859fa1e8","4ba163f4-4906-446a-b544-8cf9ddf6429e","509ce648-fb76-486d-8b39-183e368b7cb7","65254343-8b47-49b9-8834-b71bd11f4ab7","70d1135e-ac1e-40f0-b47d-abc5b427ce55","7d4b1d44-126e-4987-9a9f-f0f9627a09cb","827bc177-e0d4-4607-97f6-18bb40d16ec8","889a828d-8915-4c2b-8650-f368172890e8","8aa9682d-5176-4475-a0bd-e000f1d6999a","9af44900-0afe-4409-8bad-0db4a915be92","a09bb94a-1e47-43e7-a7e8-627c10cf8c1f","b37d8206-22a1-436c-bb1a-62cdd9f8a266","b8ddab6f-0d13-4ec7-908d-54edb09b5727","ba975f60-ca29-4fc8-b2f0-416be395f200","bd26e2f4-42d3-4d4c-912e-8c4a7388106d","cd15a627-f7a6-4d66-abb5-5aaa167b41a9","ce11c2bd-e4b2-4a90-94b1-35eb137fc557","cf9e842f-4840-49e3-b4f3-c2fad395d41a","d026eee2-7bbe-435e-84de-3cd223ad6133","d1fff9a2-75c1-4623-9185-7cade6531b1e","dc6c4337-7d3e-4700-9473-26185c109166","de9c16b7-63c2-4071-9117-184cb1a04f14","f038d13b-5ef6-46e0-b04c-9407a9fed754","f1dab546-6392-40cd-bcdd-14952b458e5e","f349a283-a3ee-468b-92c5-d74f53f4d621","fb01696a-855c-45af-804c-d41acb6496e1","fbeeb7d0-cda8-414b-82d3-a83f1883bdd2","fc048207-502a-478c-9195-5e20382652af","fff02fcd-241e-4a3e-a0d0-5adc90e7d0db"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","40K","BLC","BRC","C14","C16","C18","C21","CLB","CM2","CMM","CMR","DRC","DSC","ECC","EOC","ISD","LCC","LTC","MSC","NCC","PIP","PLST","PRM","SCD","SLD","SOC","TDC","TLE","TMC","VOC","WHO"],"rulings":[{"date":"2020-11-10","text":"Although players may respond to Blasphemous Act once it's been cast, once it's announced, they can't respond before the cost is calculated and paid."},{"date":"2020-11-10","text":"Blasphemous Act's ability can't reduce the total cost to cast the spell below {R}."},{"date":"2020-11-10","text":"The total cost to cast Blasphemous Act is locked in before you pay that cost. For example, if there are three creatures on the battlefield, including one you can sacrifice to add {C}, the total cost of Blasphemous Act is {5}{R}. Then you can sacrifice the creature when you activate mana abilities just before paying the cost."},{"date":"2020-11-10","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions (such as that of Blasphemous Act). The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."}],"rarities":["rare","mythic"]},"blast-furnace hellkite":{"name":"Blast-Furnace Hellkite","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":7},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Artifact offering (You may cast this spell as though it had flash by sacrificing an artifact and paying the difference in mana costs between this and the sacrificed artifact. Mana cost includes color.)\nFlying, double strike\nCreatures attacking your opponents have double strike.","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike","Flying",{"Offering":"Artifact"}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking","defender":"Opponent"}]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures attacking your opponents have double strike."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c13079d5-6749-43e5-a8ee-ef3af31ff679","metadata":{"source_printing_ids":["04c349f2-69b1-48dd-a547-f2b55f542700","dc81402a-5ce5-43b9-9e97-1ada9ee9c1e3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BRC","PRM"],"rulings":[{"date":"2022-10-14","text":"Blast-Furnace Hellkite’s last ability applies to any creature that is attacking one of your opponents, even if another opponent controls that creature."},{"date":"2022-10-14","text":"When you cast a spell with offering by sacrificing a permanent, generic mana in the sacrificed permanent’s mana cost reduces only generic mana in the spell’s total cost. Colored and colorless mana in the sacrificed permanent’s mana cost reduces mana of the same type in spell’s total cost, and any excess reduces the spell’s total cost by that much generic mana. The total cost of the spell can’t be reduced to less than {0}."}],"rarities":["rare"]},"blessed orator":{"name":"Blessed Orator","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Other creatures you control get +0/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control get +0/+1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c0856fea-cbdc-427b-ae00-bfd9311f284f","metadata":{"source_printing_ids":["379777a4-5704-4b5a-9916-7bab4d82eeab","5654575e-0849-4e7f-98f2-0074ac8e0faa","6c044857-2124-44f4-aafb-495511f26b3b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["9ED","ODY"],"rarities":["uncommon"]},"blight":{"name":"Blight","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant land\nWhen enchanted land becomes tapped, destroy it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TriggeringSource"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When enchanted land becomes tapped, destroy it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"19066c43-eccd-461b-9695-c3fad95dc1da","metadata":{"source_printing_ids":["099a0a13-6b89-475f-aad1-5c5c562861a3","2a08e1fd-7ab1-4981-9fc4-f9d32a58ac4e","59365350-d149-4c0d-a08f-eabdfb7cce3d","68c9e6b9-85d3-417b-ba69-51a680b97b6a","9ca19b39-4201-463c-bd40-fbffa31c9eda","affd5566-9ec6-4713-a804-cec9b13b1da1","d857076b-d130-482b-b015-37c22f0bdd43"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","6ED","LEG","ME1","REN"],"rarities":["uncommon"]},"blinkmoth nexus":{"name":"Blinkmoth Nexus","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{1}: This land becomes a 1/1 Blinkmoth artifact creature with flying until end of turn. It's still a land.\n{1}, {T}: Target Blinkmoth creature gets +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":1},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Blinkmoth"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 1/1 Blinkmoth artifact creature with flying"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{1}: ~ becomes a 1/1 Blinkmoth artifact creature with flying until end of turn. It's still a land.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature",{"Subtype":"Blinkmoth"}],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}, {T}: Target Blinkmoth creature gets +1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"40d45c02-6416-4e19-8fe3-0ddadf5ba627","metadata":{"source_printing_ids":["0dcf26d2-4fe0-41cf-8fb9-cb2c529b109b","0f8a9286-17b7-4e21-8002-d5aceb007d9c","3ac535c1-9ef3-45b5-8959-7e79589d47ad","4b0e0482-d1e6-420f-9a8a-a675345fc09b","6a540810-83c0-40c0-846b-98241a3ed9c1","765fad0a-50fe-4e19-87a1-c3ec70937f61","a8f0e338-fe48-4108-b1a4-0bc9bf4ed708","bf51c665-7823-4d6a-b1da-8c2d93dae10b","de7a5608-b552-45cf-8252-f831c643e031"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","DST","EOS","HA4","MM2","MMA","TD2","WC04"],"rulings":[{"date":"2020-08-07","text":"A noncreature permanent that turns into a creature can attack, and its {T} abilities can be activated, only if its controller has continuously controlled that permanent since the beginning of their most recent turn. It doesn't matter how long the permanent has been a creature."},{"date":"2020-08-07","text":"Blinkmoth Nexus can be the target of its last ability after activating its middle ability. Activating it after it has blocked a creature won't remove it from combat or stop it from dealing and being dealt combat damage."}],"rarities":["rare"]},"blinkmoth urn":{"name":"Blinkmoth Urn","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's first main phase, if this artifact is untapped, that player adds {C} for each artifact they control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"ScopedPlayer","properties":[]}}}},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's first main phase, if ~ is untapped, that player adds {C} for each artifact they control.","constraint":null,"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"08497e8f-3521-48e4-a1e7-c192b485d891","metadata":{"source_printing_ids":["0ff34d0b-a278-4990-beaf-5a64885460db","1016fb10-82b5-465a-8f33-ec54f9785544","3879faf0-6e39-4275-82f6-7fb5c70fc6ce"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","C18","MRD"],"rulings":[{"date":"2004-10-04","text":"The precombat main phase is the first main phase of the turn. All others are postcombat main phases, even if they technically occur before combat."},{"date":"2004-12-01","text":"The \"precombat main phase\" is the first main phase of the turn. All other main phases are \"postcombat main phases.\""}],"rarities":["rare"]},"blood":{"name":"Blood","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control deals damage equal to its power to any target.\nFuse (You may cast one or both halves of this card from your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Fuse"],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"Any"},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target creature you control deals damage equal to its power to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"0741151a-fec0-4ed3-9295-0d0f56d24165","metadata":{"source_printing_ids":["02b40fe4-901a-4832-8d52-a6bb5cc07b63","e23faf50-64e5-4989-96ba-1048c7e5ef23"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"layout":"split","printings":["DGM","PLST"],"rarities":["rare"]},"blood artist":{"name":"Blood Artist","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature or another creature dies, target player loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever ~ or another creature dies, target player loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"310f141c-7f37-4729-aed6-dd9c09db448d","metadata":{"source_printing_ids":["036f387a-8dee-482e-b3e3-cf79b54c61e1","1bcda0fd-0def-41ef-932a-85e83acce99d","2e1fb442-68ff-4249-8e44-87edf6fae211","465d8c18-c76b-488a-a4ec-ec0d2267a307","5587191b-b56a-452d-8a18-1622df83c267","693dd112-d04a-4404-8fce-74f7e5497312","7752646a-463d-4fdd-8754-e41ef8107108","877558c4-f633-4510-97db-f1205a080ecb","8a5b65ed-250c-42a6-84c0-ac06662ca5ed","9ca6d92a-45d3-4d67-8ae9-f25dd4a86739","b5275d76-2947-4219-be21-614c7421614a","b7f1c316-cf2f-4bbf-89a1-79c8043bdd96","c4c1641d-c4ea-4657-a0ae-db09bba83a0f","cf25a260-009c-44d5-86b5-b027329a6ff8","e93e65d6-c2c8-4ab6-9296-7b21ff2ff8bf","fe97a73f-33fd-4394-a393-ceb41a214820"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AVR","C17","DSC","EMA","INR","J22","JMP","LCC","PLST","PRM","SLD","SOC","VOC"],"rulings":[{"date":"2016-06-08","text":"If Blood Artist and one or more other creatures die at the same time, its ability will trigger for each of those creatures."}],"rarities":["uncommon","rare"]},"blood clock":{"name":"Blood Clock","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, that player returns a permanent they control to its owner's hand unless they pay 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":"ScopedPlayer","properties":[]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player returns a permanent they control to its owner's hand unless they pay 2 life.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ef987ddb-25f6-4895-8f83-045254745ea4","metadata":{"source_printing_ids":["121ca4fe-19d1-4e2b-88ee-25cd1d077bfd","28328b4d-99d1-4460-9bbe-a64c6c0b6cb2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLST","SOK"],"rulings":[{"date":"2005-06-01","text":"A player who controls no permanents doesn’t need to pay 2 life (although that player can choose to do so)."},{"date":"2005-06-01","text":"A player with less than 2 life can’t pay 2 life and must return a permanent."},{"date":"2005-06-01","text":"The choice of which permanent to return or whether to pay life is made as the triggered ability resolves."}],"rarities":["rare"]},"blood crypt":{"name":"Blood Crypt","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Swamp","Mountain"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {B} or {R}.)\nAs this land enters, you may pay 2 life. If you don't, it enters tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"decline":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, you may pay 2 life. If you don't, it enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"43985bbc-a0f6-4812-984e-392bc8562633","metadata":{"source_printing_ids":["06fcc802-1fef-4b6a-a2f2-a2582c7f2f54","0994aef4-b341-45f4-8881-523565a5956e","0a4abd89-28d2-4458-81d7-4f3b43fd0184","0f1cebcb-0e3f-4dce-81ff-44bc8c0b9ad7","1716b4dd-9045-462b-b053-72de450a8cde","28d37803-d3f9-4806-9a0b-79362a517a7a","399f4d04-65ee-478d-9184-d33bb355e726","5faba6c8-3463-47c1-ba01-09eb87fcb2d5","6da63cc5-4624-4491-abd9-9b600c3fefe2","82c28b20-ee3c-4a0b-af5b-bc2730087e82","8bd5828b-8dcd-4ce6-b834-ebe9cbaa12d1","a01e1e92-feb3-4880-bcf3-9e1ac90911b8","f281e16f-0fe1-4095-bd63-0a4479f75c11","f66e7af8-3ec7-42ed-b942-913b03bc107e","f737d6df-a20d-46ac-a340-b119c7791f1b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CLU","DIS","ECL","EXP","PECL","PLST","PRM","PRNA","RNA","RTR","RVR","SLD","UNF"],"rulings":[{"date":"2025-11-17","text":"If an effect puts this land onto the battlefield tapped, you may pay 2 life, but it still enters tapped."},{"date":"2025-11-17","text":"This land has two basic land types. It's not basic, so cards such as Tend the Sprigs can't find it, but it does have the appropriate land types for effects such as that of Kishla Village (from the Tarkir: Dragonstorm release)."}],"rarities":["rare","mythic"]},"blood scrivener":{"name":"Blood Scrivener","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"If you would draw a card while you have no cards in hand, instead you draw two cards and you lose 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Draw","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would draw a card while you have no cards in hand, instead you draw two cards and you lose 1 life.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}}}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"af66da4b-2f36-4dd2-a5c6-18e6023c5aba","metadata":{"source_printing_ids":["71c7a31e-d484-4444-8187-e0048d95080c","9ea8179a-d3c9-4cdc-a5b5-68cc73279050"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DGM","PIO"],"rulings":[{"date":"2013-04-15","text":"Any time you are instructed to draw more than one card, you draw them one at a time. For example, if you control Blood Scrivener and have no cards in hand and you’re instructed to “draw two cards,” your first card draw is replaced by drawing two cards and losing 1 life, then you’ll draw the second card from the original instruction. In total, you’ll draw three cards and lose 1 life."},{"date":"2013-04-15","text":"Each additional Blood Scrivener you control will effectively add one card and 1 life lost. Say you control two Blood Scriveners and would draw a card while you have no cards in hand. The effect of one Blood Scrivener will replace the event “draw a card” with “draw two cards and lose 1 life.” The effect of the other Blood Scrivener will replace the drawing of the first of those two cards with “draw two cards and lose 1 life.” You’ll draw two cards and lose 1 life, then draw another card and lose another 1 life."}],"rarities":["uncommon","rare"]},"blood tyrant":{"name":"Blood Tyrant","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, trample\nAt the beginning of your upkeep, each player loses 1 life. Put a +1/+1 counter on this creature for each 1 life lost this way.\nWhenever a player loses the game, put five +1/+1 counters on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"TrackedSetSize"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, each player loses 1 life. Put a +1/+1 counter on ~ for each 1 life lost this way.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"LosesGame","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":5},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever a player loses the game, put five +1/+1 counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"ac74bd52-a450-486f-8161-816fd8d966d0","metadata":{"source_printing_ids":["719abc71-dda9-49bf-b050-4fc28ad8b9b7","a235f619-6b44-4e60-ac16-0038b7531b77","ac2bfaf0-3b92-44f6-8fc0-f38cc12ba3b1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","CON","E01"],"rulings":[{"date":"2009-02-01","text":"Blood Tyrant’s second ability causes each player to lose 1 life, including you. Blood Tyrant will count each player’s life loss, including yours, when determining how many +1/+1 counters it gets."},{"date":"2009-02-01","text":"Blood Tyrant’s third ability will trigger no matter how a player loses the game: due to a state-based action (as a result of having a life total of 0 or less, trying to draw a card from an empty library, or having ten poison counters), a spell or ability that says that player loses the game, a concession, or a game loss awarded by a judge."},{"date":"2009-02-01","text":"In a multiplayer game using the limited range of influence option (such as a Grand Melee game), if a spell or ability says that you win the game, it instead causes all of your opponents within your range of influence to lose the game. This is another way by which Blood Tyrant’s third ability can trigger."}],"rarities":["rare"]},"bloodbraid elf":{"name":"Bloodbraid Elf","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Berserker"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste (This creature can attack and {T} as soon as it comes under your control.)\nCascade (When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Cascade"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"3f0c9466-5ab9-4205-a84f-b4b27b5a678e","metadata":{"source_printing_ids":["29b15ab8-c117-42b9-8177-df96153d6a38","33abc681-b82c-41fe-980a-f0ead136e28f","6031e3f0-0181-4785-9016-574823985a69","7ef67487-c8e5-49bb-b0f7-e073ff2e31f1","8174d8dc-ae0f-469f-a773-cb294540ea25","81c46232-bfd6-4661-953d-84f31ed94a9a","9445d57a-da77-4456-9e69-c898c4d57853","a646dbd4-07a3-44c5-ab24-2655c5fe9562","bb6a56ec-4b16-46d4-a1fc-4688e7a89574","c2c5f917-e85c-42fb-b21a-e1a6c5f45726","e2f12f6f-9383-47e6-a44f-2834ad130e51"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","ARB","C16","CLB","EMA","F10","HA7","J25","M3C","PC2","PCA","PLST","PRM","SLC","TSR"],"rulings":[{"date":"2021-06-18","text":"A spell's mana value is determined only by its mana cost. Ignore any alternative costs, additional costs, cost increases, or cost reductions."},{"date":"2021-06-18","text":"Cascade triggers when you cast the spell, meaning that it resolves before that spell. If you end up casting the exiled card, it will go on the stack above the spell with cascade."},{"date":"2021-06-18","text":"Due to a 2021 rules change to cascade, not only do you stop exiling cards if you exile a nonland card with lesser mana value than the spell with cascade, but the resulting spell you cast must also have lesser mana value. Previously, in cases where a card's mana value differed from the resulting spell, such as with some modal double-faced cards or cards with an Adventure, you could cast a spell with a higher mana value than the exiled card."},{"date":"2021-06-18","text":"If a spell with cascade is countered, the cascade ability will still resolve normally."},{"date":"2021-06-18","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2021-06-18","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those to cast the card."},{"date":"2021-06-18","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If cascade allows you to cast a split card, you may cast either half but not both halves."},{"date":"2021-06-18","text":"When the cascade ability resolves, you must exile cards. The only optional part of the ability is whether or not you cast the last card exiled."},{"date":"2021-06-18","text":"You exile the cards face up. All players will be able to see them."}],"rarities":["uncommon","special"]},"bloodchief ascension":{"name":"Bloodchief Ascension","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if an opponent lost 2 or more life this turn, you may put a quest counter on this enchantment. (Damage causes loss of life.)\nWhenever a card is put into an opponent's graveyard from anywhere, if this enchantment has three or more quest counters on it, you may have that player lose 2 life. If you do, you gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"quest","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if an opponent lost 2 or more life this turn, you may put a quest counter on ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Opponent","aggregate":"Max"}}},"comparator":"GE","rhs":{"type":"Fixed","value":2}},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"origin":null,"destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever a card is put into an opponent's graveyard from anywhere, if ~ has three or more quest counters on it, you may have that player lose 2 life. If you do, you gain 2 life.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"quest"},"minimum":3},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d5ea905b-4bb6-48d0-9082-c472703db550","metadata":{"source_printing_ids":["2ab9c69f-cb12-4095-af83-89319f00a3fa","34dd3973-d029-4ec9-b52d-c26f1e7333ad","4f5e236a-b3ad-4174-995b-3cbeaaaa0e98","aa213dbb-c52a-4084-92aa-d0b5d97a97d9","be16ae8f-e337-4a76-a0fb-8f5c6e3c52df","d56d1535-d9de-459f-bc31-0923f621e0e9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","PLST","TLE","ZEN"],"rulings":[{"date":"2009-10-01","text":"Bloodchief Ascension's first ability checks how much life was lost by each opponent over the course of the entire turn, even if Bloodchief Ascension wasn't on the battlefield the whole time."},{"date":"2009-10-01","text":"Bloodchief Ascension's first ability checks only whether life was lost. It doesn't care whether life was also gained. For example, if an opponent lost 4 life and gained 6 life during the turn, that player will have a higher life total than they started the turn with — but Bloodchief Ascension's first ability will still trigger."},{"date":"2009-10-01","text":"Bloodchief Ascension's first ability has an \"intervening 'if' clause.\" It won't trigger at all unless an opponent has already lost 2 or more life by the time the end step begins."},{"date":"2009-10-01","text":"Bloodchief Ascension's second ability doesn't behave like a leaves-the-battlefield triggered ability, since the card put into an opponent's graveyard may come from anywhere. If a Bloodchief Ascension with three quest counters on it and a permanent an opponent owns are destroyed at the same time, for example, the game will not \"look back in time\" at the game state, and Bloodchief Ascension's second ability won't trigger."},{"date":"2009-10-01","text":"For the first ability to trigger, a single opponent must have lost 2 life. Two opponents each losing 1 life won't cause it to trigger. It will trigger a maximum of once per turn, no matter how many opponents have lost 2 or more life."}],"rarities":["rare","mythic"]},"bloodchief's thirst":{"name":"Bloodchief's Thirst","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Kicker {2}{B} (You may pay an additional {2}{B} as you cast this spell.)\nDestroy target creature or planeswalker with mana value 2 or less. If this spell was kicked, instead destroy target creature or planeswalker.","non_ability_text":null,"flavor_name":null,"keywords":[{"Kicker":{"type":"Cost","shards":["Black"],"generic":2}}],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":2}}]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":2}}]}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target creature or planeswalker with mana value 2 or less. If this spell was kicked, instead destroy target creature or planeswalker.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4236851b-5366-43a1-bde4-f525b4fbcbce","additional_cost":{"type":"Kicker","data":{"costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}}]}},"metadata":{"source_printing_ids":["059e8447-6b1c-4651-a734-a8fea2cbf7b2","7aeaa32a-5a01-4d2d-a4a2-7d95e976fa77","f7be5c0a-b538-4bc5-89c7-f5a81de7ccc3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","ZNR"],"rulings":[{"date":"2020-09-25","text":"If a creature or planeswalker on the battlefield has {X} in its mana cost, X is considered to be 0."},{"date":"2024-11-08","text":"If a card or token enters as a copy of a permanent, the new permanent isn't kicked, even if the original was."},{"date":"2024-11-08","text":"If a spell's kicker cost was paid, the spell is \"kicked.\""},{"date":"2024-11-08","text":"If you copy a kicked spell on the stack, the copy is also kicked. If the copied spell is a permanent spell, the token the copy of that spell becomes when it enters is also kicked."},{"date":"2024-11-08","text":"If you put a permanent with a kicker ability onto the battlefield without casting it, you can't kick it."},{"date":"2024-11-08","text":"The kicker ability doesn't let you pay a kicker cost more than once."},{"date":"2024-11-08","text":"To determine a spell's total cost, start with the mana cost (or an alternative cost if another card's effect allows you to pay one instead), add any cost increases (such as kicker), then apply any cost reductions. The spell's mana value remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon"]},"bloodfeather phoenix":{"name":"Bloodfeather Phoenix","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phoenix"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nThis creature can't block.\nWhenever an instant or sorcery spell you control deals damage to an opponent or battle, you may pay {R}. If you do, return this card from your graveyard to the battlefield. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":true,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]},"valid_source":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]}]},"description":"Whenever an instant or sorcery spell you control deals damage to an opponent or battle, you may pay {R}. If you do, return this card from your graveyard to the battlefield. It gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f4490b09-dc55-47ed-a573-4ae0b95725b1","metadata":{"source_printing_ids":["5a56ccab-6a43-48b4-ad65-b618e07c001f","ed97bf6f-726c-40aa-bc1c-14fa801da96a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"Bloodfeather Phoenix's last ability triggers only if Bloodfeather Phoenix is in your graveyard at the moment the instant or sorcery spell you control deals damage to an opponent or battle. For example, if you cast a sorcery spell that deals damage to an opponent and also enough damage to Bloodfeather Phoenix to destroy it at the same time, Bloodfeather Phoenix's ability won't trigger."},{"date":"2023-04-14","text":"Most instant or sorcery spells deal damage themselves, but a few cause other sources to deal damage. For example, a sorcery spell that says \"Target creature you control deals damage equal to its power to any target\" wouldn't cause Bloodfeather Phoenix's ability to trigger even if an opponent or battle was dealt damage, as it's the creature dealing the damage, not the spell."},{"date":"2023-04-14","text":"You choose whether to pay {R} as the triggered ability is resolving. Once the ability starts resolving, it's too late for anyone to respond by removing Bloodfeather Phoenix from your graveyard to stop you from bringing it back."}],"rarities":["rare"]},"bloodfell caves":{"name":"Bloodfell Caves","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\nWhen this land enters, you gain 1 life.\n{T}: Add {B} or {R}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Black","Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B} or {R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"64e29bfc-9313-4e8c-808c-bc27f6b018a6","metadata":{"source_printing_ids":["0c8269e6-b30c-4fdc-82a7-d503c133afa6","15a7b30a-c59f-4a87-9e8a-b29daea27422","1dde3c68-6f29-4c00-b668-c25ac9e3e13b","47746248-1a8f-4123-a0d9-6cb61f4b394f","49195d90-de0c-4290-aa1c-9f4d948b5521","5b0d38a0-7714-40c7-ae8e-2afd121ed59a","5d89a0e2-1163-4a11-b0df-deef2e6c8108","83a54064-982f-4ff8-b5e6-c5b92ae61071","85930f68-6f53-4921-9556-2887ac3abfd2","8b90dc92-cb66-41d9-89f9-2b6e3cfc8082","9b7ec5a3-3c40-4090-b9e3-11fb5b06fb8f","b1a99862-adbe-43c5-8abd-835e377020a3","ba06fcda-7ab8-48d4-8656-2a911e73dc44","c640715d-d8ab-458e-b0d8-8948ce85655e","cbb65512-fb39-473e-b646-15ed81b55d17"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["C17","C19","DFT","DSC","EMA","FDN","FRF","IKO","KTK","M20","M21","MOM","NEO","SCD","TDM"],"rarities":["common"]},"bloodghast":{"name":"Bloodghast","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't block.\nThis creature has haste as long as an opponent has 10 or less life.\nLandfall — Whenever a land you control enters, you may return this card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, you may return this card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Opponent","aggregate":"Min"}}},"comparator":"LE","rhs":{"type":"Fixed","value":10}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has haste as long as an opponent has 10 or less life."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e97f9c2b-b41e-4f36-9245-77c0ac125647","metadata":{"source_printing_ids":["08e01310-d192-41e9-a6f0-0edbd6fb3cfb","2cdbfc1d-b8f3-4e46-ac60-7fbf8fade29e","3489de46-e90c-483e-ac2b-547497f64e82","4560bd1f-eb63-45bc-a8c7-b5de200facc9","63870c81-63bf-4a9a-aeb5-74c6eaded9f1","730c521f-ba12-48fb-b18f-6bb55423a551","77534750-fa92-42b4-8f32-be437eca64ad","87089d28-46a7-4247-a784-c34b9f822172","97d42d32-c9c8-4def-a48b-0590ea572e33","cee85485-598f-4dfc-aa0b-7b1de86c7788","fdceefe6-f083-4955-b53a-8e6f8aeb2083"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","HA7","IMA","LCC","PDFT","PLST","SLD","SOC","ZEN"],"rulings":[{"date":"2009-10-01","text":"Bloodghast's landfall ability triggers only if it's already in your graveyard at the time a land enters under your control."},{"date":"2025-07-25","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2025-07-25","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2025-07-25","text":"Whenever a land you control enters, each landfall ability of permanents you control will trigger. You can put them on the stack in any order. The last ability you put on the stack will be the first one to resolve. As a result, you can have those abilities resolve in the order of your choosing."}],"rarities":["rare"]},"bloodshot trainee":{"name":"Bloodshot Trainee","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{T}: This creature deals 4 damage to target creature. Activate only if this creature's power is 4 or greater.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals 4 damage to target creature. Activate only if ~'s power is 4 or greater.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"SourcePowerAtLeast","minimum":4}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"87ab1c79-79f5-48a9-af1a-7c876684c8d9","metadata":{"source_printing_ids":["6eb21ef9-fab4-427e-bcbf-5cbcbdacd059","779a130b-1d23-4a20-9914-dbdc2268ae3b","b930b146-d132-454f-b35d-4a247c14c054","c2d5ce81-6cca-4990-a515-34ac44cae039","dd1a398b-4551-4522-a90a-620c90bd92c7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","FUT","JMP","MM2","SOM"],"rulings":[{"date":"2020-08-07","text":"Once Bloodshot Trainee's ability has been activated, it will deal damage even if Bloodshot Trainee's power is less than 4 by the time the ability resolves."}],"rarities":["uncommon"]},"bloodthirsty conqueror":{"name":"Bloodthirsty Conqueror","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Knight"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, deathtouch\nWhenever an opponent loses life, you gain that much life. (Damage causes loss of life.)","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Flying"],"abilities":[],"triggers":[{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent loses life, you gain that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fd505c02-c59e-476d-8e88-35da862ddc23","metadata":{"source_printing_ids":["3c340ba8-9287-4072-937a-438251b5ff1d","926074a7-a01d-43bb-a257-0d95394773a0","9b10ba4e-4e6a-4127-a8a3-d9728e8d5f8b","cbd05eaa-7c0d-45f0-b085-87dc1d610c34","ce860ed4-a5bd-4347-9eab-dd716ea84db1","feb45b34-a1e7-4861-b0fe-b701aa5e894a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PFDN"],"rulings":[{"date":"2024-11-08","text":"Damage dealt to an opponent causes that opponent to lose life. An opponent paying life also causes loss of life."},{"date":"2024-11-08","text":"If you and an opponent both lose life simultaneously, and this causes your life total to become 0 or less, you'll lose the game before Bloodthirsty Conqueror's triggered ability can resolve."}],"rarities":["mythic"]},"bloodthorn flail":{"name":"Bloodthorn Flail","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +2/+1.\nEquip—Pay {3} or discard a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"OneOf","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"Equip—Pay {3} or discard a card.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +2/+1."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"01ab7724-1967-4da6-aebd-3729983d6a0e","metadata":{"source_printing_ids":["db38babd-57e8-4e59-9701-11a0682baa77"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rarities":["uncommon"]},"bloodtracker":{"name":"Bloodtracker","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\n{B}, Pay 2 life: Put a +1/+1 counter on this creature.\nWhen this creature leaves the battlefield, draw a card for each +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"PayLife","amount":{"type":"Fixed","value":2}}]},"sub_ability":null,"duration":null,"description":"{B}, Pay 2 life: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, draw a card for each +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fcf9ced2-867d-4bc5-b7b6-6153ed2cac97","metadata":{"source_printing_ids":["73041c8a-2282-40f6-b2bf-592e8091f1de","ca3519c4-4d8c-4caf-bc93-6e6160a3d5b6","d654462f-5346-454f-9905-41218cf6b29e","e05fad97-adf7-46fc-8542-4d847b49a81f","f27d34c1-2d78-48b4-baa2-51be778e8b3d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C18","C21","J22","LCC","PZ2","VOC"],"rulings":[{"date":"2018-07-13","text":"If enough -1/-1 counters are put on Bloodtracker at the same time to make its toughness 0 or less, the number of +1/+1 counters on it before it got any -1/-1 counters will be used to determine how many cards you draw. For example, if there are three +1/+1 counters on Bloodtracker and it gets six -1/-1 counters, you'll draw three cards. That's because Bloodtracker's triggered ability checks the creature's existence just before it leaves the battlefield, and it still has all those counters on it at that point."}],"rarities":["rare"]},"bloom tender":{"name":"Bloom Tender","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Vivid — {T}: For each color among permanents you control, add one mana of that color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"Vivid — {T}: For each color among permanents you control, add one mana of that color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0c23fefe-9891-4dd8-9bb1-eebdb3274e31","metadata":{"source_printing_ids":["0b5f1455-8124-408f-9ca5-9b281ec1708f","200693d6-7164-4b24-8cff-c1f3e407fea9","35dbe45e-16df-4ebb-a76a-df24124de23b","46aa1d12-ee23-4b0f-b574-7f1a625ca279","52c440f6-95f7-473a-8b81-0e423492f205","6c89c1fd-4717-4249-a74f-d9d4935c5753","80acde10-c524-428e-b406-23d6644295d5","ba86688d-18f0-4b5c-a797-42bf125a6c9f","d7cc2828-dfe7-410b-9735-10bb7211f0f5","ef1b78d9-8f09-4d67-ac6b-45204e525b35","fd06fc1f-d8f6-43b0-a795-d759fcdf8272"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","ECL","EVE","PECL","PLST","PRM","SLD","SPG"],"rulings":[{"date":"2008-08-01","text":"Bloom Tender can't produce colorless mana, even if you control a colorless permanent."},{"date":"2008-08-01","text":"Bloom Tender won't produce more than one mana of any particular color. At most, it will produce {W}{U}{B}{R}{G}."},{"date":"2008-08-01","text":"For each color (white, blue, black, red, and green), check to see if you control a permanent of that color. You can count the same permanent for multiple colors. For example, if you control a green enchantment and a white-black creature, Bloom Tender's ability produces {W}{B}{G}."},{"date":"2025-11-17","text":"Bloom Tender can't produce colorless mana, even if you control a colorless permanent."},{"date":"2025-11-17","text":"Bloom Tender won't produce more than one mana of any particular color. At most, it will produce {W}{U}{B}{R}{G}."},{"date":"2025-11-17","text":"For each color (white, blue, black, red, and green), check to see if you control a permanent of that color. You can count the same permanent for multiple colors. For example, if you control a green enchantment and a white-black creature, Bloom Tender's ability produces {W}{B}{G}."}],"rarities":["rare","mythic"]},"blossombind":{"name":"Blossombind","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nWhen this Aura enters, tap enchanted creature.\nEnchanted creature can't become untapped and can't have counters put on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, tap enchanted creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Untap","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"description":"Enchanted creature can't become untapped","condition":null},{"event":"AddCounter","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"description":"Enchanted creature can't have counters put on it","condition":null,"quantity_modification":{"type":"Prevent"}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0ecb35b3-5bd1-4467-a4a3-ce468023ced2","metadata":{"source_printing_ids":["382b83c0-bbbc-4db8-bc04-cfea79aed1b3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rulings":[{"date":"2025-11-17","text":"Damage from a source with wither or infect has no effect on a creature enchanted with Blossombind. No -1/-1 counters are put on it, and no damage is marked on it. The damage is still dealt for purposes of effects that care about damage, such as lifelink."},{"date":"2025-11-17","text":"If a replacement effect allows a player to modify or replace an event by untapping or putting counters on a creature enchanted with Blossombind, that player may apply that replacement effect, but they won't get counters. If the original event is entirely replaced, the original event won't happen."},{"date":"2025-11-17","text":"If the cost of an ability or an additional cost of a spell requires untapping or putting counters on a creature enchanted with Blossombind, that cost can't be paid. If a resolving spell or ability says that a player may untap or put counters on that creature, that player can't choose to do so."},{"date":"2025-11-17","text":"The effect of Blossombind's last ability doesn't remove counters that are already on the enchanted creature."}],"rarities":["common"]},"blow off steam":{"name":"Blow Off Steam","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Blow Off Steam deals 1 damage to any target. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 1 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"bbb6867f-7186-41de-9828-21be469178c1","metadata":{"source_printing_ids":["64c432d5-4f5b-44ac-9d61-891e78460d58"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["WOE"],"rarities":["uncommon"]},"blunt the assault":{"name":"Blunt the Assault","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You gain 1 life for each creature on the battlefield. Prevent all combat damage that would be dealt this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"CombatDamage"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"dccd0533-fda0-41ff-b540-c4f1bb32fc95","metadata":{"source_printing_ids":["6ecff12a-37d5-4a7b-b615-4c5e3bd950bb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["SOM"],"rulings":[{"date":"2011-01-01","text":"You gain 1 life for each creature on the battlefield, not just for each attacking and blocking creature."}],"rarities":["common"]},"boarded window":{"name":"Boarded Window","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures attacking you get -1/-0.\nAt the beginning of each end step, if you were dealt 4 or more damage this turn, exile this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if you were dealt 4 or more damage this turn, exile ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"Any"},"target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking","defender":"You"}]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures attacking you get -1/-0."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"3e159175-78e5-40df-8fe9-e694938e7222","metadata":{"source_printing_ids":["1d0eac1f-b764-405c-9d75-999a2570aafe","21827378-cd7b-4be7-9a1f-bbe82885496d","9527ae28-341a-402d-bbf2-96d9cdb7fcd4","f02cf94c-94d3-4c4c-a7ae-b4d48ef5b14e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","INR","VOW"],"rulings":[{"date":"2021-11-19","text":"Boarded Window's triggered ability checks the total amount of damage dealt to you during the turn. That damage needn't have been dealt all at once, and Boarded Window needn't have been on the battlefield at the time the damage was dealt. Boarded Window doesn't take into account any life that you gained this turn."}],"rarities":["uncommon"]},"body of knowledge":{"name":"Body of Knowledge","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Avatar"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Body of Knowledge's power and toughness are each equal to the number of cards in your hand.\nYou have no maximum hand size.\nWhenever this creature is dealt damage, draw that many cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, draw that many cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the number of cards in your hand."},{"mode":"NoMaximumHandSize","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have no maximum hand size."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7fc6a5c1-f0da-42f6-93d0-6d94467e2ac0","metadata":{"source_printing_ids":["0295f53a-0529-4809-9f57-0c3f747ca449","185b2e8f-ab37-42e4-b3a1-f38b19a2e05a","58811652-dff7-4b96-b4f0-86f99bac88bf","786ae686-0790-4ba1-927f-523984331549"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC","CMR","DSC","PRM"],"rulings":[{"date":"2020-11-10","text":"As long as Body of Knowledge is in your hand, its ability will count itself."},{"date":"2020-11-10","text":"Creatures may be dealt damage greater than their toughness. For example, if Body of Knowledge is a 3/3 creature and a source deals 5 damage to it, you'll draw five cards. Note that if Body of Knowledge is dealt lethal damage, it dies before the cards are drawn, meaning they won't raise Body of Knowledge's toughness in time to save it."},{"date":"2020-11-10","text":"The ability that defines Body of Knowledge's power and toughness applies in all zones, not just the battlefield."}],"rarities":["rare"]},"bog elemental":{"name":"Bog Elemental","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Protection from white\nAt the beginning of your upkeep, sacrifice this creature unless you sacrifice a land.","non_ability_text":null,"flavor_name":null,"keywords":[{"Protection":{"Color":"White"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you sacrifice a land.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"82344b5b-7cd9-460d-9966-f09432ed8e59","metadata":{"source_printing_ids":["75191915-352e-4de7-b216-63f0ff588ba5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PCY"],"rarities":["rare"]},"bog imp":{"name":"Bog Imp","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Imp"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying (This creature can't be blocked except by creatures with flying or reach.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"45b94e3c-a905-435b-aee5-bec9239fd24c","metadata":{"source_printing_ids":["0aa5efb5-d893-4126-af86-28a29e029ea8","33eb7e04-dc9f-40ee-93d1-39df5e9e8f1f","79073387-b835-4079-aa22-76c866488fbe","7f1e2c65-d2b0-4bf7-b302-d755e9259ce2","846f5cda-3d93-4dfd-b1c3-1dff7b814d98","94903771-d0d0-49dd-b28a-438ef4bdf416","c11924b2-c290-47a1-803d-b00c433cf840","c50c3053-3cf3-40d3-bc9e-2fc292f11c34","cea56b32-e0cc-4261-a5a8-c85cb6bd55ad","d3f70e3a-b094-45f9-8e34-02db116292ce","e3bb7271-634a-4612-9073-7a5438e8c2b8","fa02b4a5-8302-483c-9f38-b559974a601c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","6ED","7ED","8ED","9ED","DRK","ITP","POR","REN","RQS","S99"],"rarities":["common"]},"boiling blood":{"name":"Boiling Blood","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature attacks this turn if able.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature attacks this turn if able.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"cd55a003-da0d-4522-b08a-d0731b1050c6","metadata":{"source_printing_ids":["3fcb85b6-ab5a-40db-aaae-555315f32877","6ee530f3-118c-45cc-9b42-7f19f5786134"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","WTH"],"rarities":["common"]},"bolas's citadel":{"name":"Bolas's Citadel","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nYou may play lands and cast spells from the top of your library. If you cast a spell this way, pay life equal to its mana value rather than pay its mana cost.\n{T}, Sacrifice ten nonland permanents: Each opponent loses 10 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":10}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"count":10}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice ten nonland permanents: Each opponent loses 10 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Play","frequency":"Unlimited","alt_cost":{"type":"PayLife","amount":{"type":"Ref","qty":{"type":"SelfManaValue"}}}}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands and cast spells from the top of your library. If you cast a spell this way, pay life equal to its mana value rather than pay its mana cost."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2bd111bb-ce02-414c-b5b7-e0e037d8d96b","metadata":{"source_printing_ids":["24b2833e-6c08-4f33-8481-f65f2a063c60","5a16665a-2600-460a-a5ad-417930fda62c","7572bb1d-0578-4ebb-9180-dbb709ec9a5c","d2124603-d20e-40eb-97f0-a66323397ac2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","MB2","PLG21","PRM","PWAR","SLD","WAR"],"rulings":[{"date":"2019-05-03","text":"Bolas's Citadel lets you look at the top card of your library whenever you want (with one restriction—see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2019-05-03","text":"Bolas's Citadel may be one of the permanents you sacrifice to activate its last ability."},{"date":"2019-05-03","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2019-05-03","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast the top card of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2019-05-03","text":"If you cast a spell for another cost \"rather than pay its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, such as that of Spark Harvest, those must be paid to cast the card."},{"date":"2019-05-03","text":"In a Two-Headed Giant game, the last ability of Bolas's Citadel causes the opposing team to lose 20 life."},{"date":"2019-05-03","text":"You can play a land card from the top of your library only if you have available land plays remaining."},{"date":"2019-05-03","text":"You must follow the normal timing permissions and restrictions of the cards you play from your library."}],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"bolt bend":{"name":"Bolt Bend","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {3} less to cast if you control a creature with power 4 or greater.\nChange the target of target spell or ability with a single target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeTargets","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasSingleTarget"}]}]},{"type":"And","filters":[{"type":"StackAbility"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasSingleTarget"}]}]}]},"scope":{"type":"Single"},"forced_to":null},"cost":null,"sub_ability":null,"duration":null,"description":"Change the target of target spell or ability with a single target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":3},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Battlefield"}]}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {3} less to cast if you control a creature with power 4 or greater."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c20a96f7-aa5a-4c15-b8b1-806685c99b27","metadata":{"source_printing_ids":["39b35408-3728-4e1b-9f58-b0775df914d6","771b9f25-76f8-4da9-b3ab-ee51f4ad32d9","83e25127-9e01-4eef-b0ea-4670ed16a59d","cf01af2c-68e5-4bb5-81de-f3a1b860fb2e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PLST","TLE","WAR"],"rulings":[{"date":"2024-11-08","text":"If a spell or ability targets multiple things, you can't target it with Bolt Bend, even if all but one of those targets have become illegal."},{"date":"2024-11-08","text":"If a spell or ability targets the same player or object multiple times, you can't target it with Bolt Bend."},{"date":"2024-11-08","text":"Once you announce that you're casting Bolt Bend, no player may take actions until the spell has been paid for. Notably, opponents can't try to change whether you control a creature with power 4 or greater."},{"date":"2024-11-08","text":"Once you've cast Bolt Bend, losing control of all creatures with power 4 or greater won't affect the spell or cause you to pay more mana."},{"date":"2024-11-08","text":"The single target that the target spell or ability targets doesn't have to be a creature you control with power 4 or greater."},{"date":"2024-11-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."},{"date":"2024-11-08","text":"You don't choose the new target for the spell or ability until Bolt Bend resolves. You must change the target if possible. However, you can't change the target to an illegal target. If there are no legal targets to choose from, the target isn't changed. It doesn't matter if the original target has somehow become illegal itself."}],"rarities":["uncommon"]},"bomat courier":{"name":"Bomat Courier","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever this creature attacks, exile the top card of your library face down. (You can't look at it.)\n{R}, Discard your hand, Sacrifice this creature: Put all cards exiled with this creature into their owners' hands.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Hand","target":{"type":"ExiledBySource"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"filter":null,"random":false,"self_ref":false},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{R}, Discard your hand, Sacrifice ~: Put all cards exiled with ~ into their owners' hands.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, exile the top card of your library face down.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a88f3881-4f43-4473-965f-f5c24ae5752f","metadata":{"source_printing_ids":["425bff89-ad15-4d22-bce9-a4a07dbafd87","e7fb3cd7-cec6-4c93-8de6-1b074320052c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR","PKLD"],"rulings":[{"date":"2016-09-20","text":"Each Bomat Courier you control has its own cache of cards. Bomat Courier's last ability only puts those cards into your hand, not those of any other Bomat Courier."},{"date":"2016-09-20","text":"If Bomat Courier leaves the battlefield before you activate its last ability, any cards exiled by its triggered ability remain exiled face down for the rest of the game. If you somehow return the same Bomat Courier card to the battlefield, it will be a different object with no connection to those face-down cards."},{"date":"2016-09-20","text":"You can pay the cost of “discard your hand” even if your hand contains zero cards."}],"rarities":["rare"]},"bonder's ornament":{"name":"Bonder's Ornament","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color.\n{4}, {T}: Each player who controls a permanent named Bonder's Ornament draws a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{4}, {T}: Each player who controls a permanent named Bonder's Ornament draws a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"ControlsCount","relation":{"type":"All"},"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Named","name":"Bonder's Ornament"}]},"comparator":"GE","count":{"type":"Fixed","value":1}}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"634a61a1-47a4-4a23-b138-fb487e6a7cba","metadata":{"source_printing_ids":["5afe425c-50a7-4d29-ac14-0edb094fc770","89486719-4aba-4465-986b-fecbe4d409a1","f59dd1e8-fc3c-437a-a2ff-638a018ffbfb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["C20","CMM","PLST"],"rulings":[{"date":"2020-04-17","text":"If one player controls more than one Bonder’s Ornament, that player draws just one card while resolving its second ability."}],"rarities":["common"]},"bone splinters":{"name":"Bone Splinters","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a creature.\nDestroy target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0c936582-d4c0-4da8-bc7e-49da5a433939","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}},"metadata":{"source_printing_ids":["0602df44-7e23-46de-bb0b-8f9c67b883df","0a35bb96-89de-4a0a-a53e-aa97f800e92f","106b5c96-d1bd-433d-955e-ace0b60d3bc3","387eda28-f35b-48b0-ba59-773d82902327","74780faa-1c64-4d73-8d09-53b47ba02d7a","749c39f3-fcfb-4a73-a3f2-f17eb8bb9bc4","7e75a7e9-902a-4733-8cd4-767247174a4c","d4a4b3a3-b7ae-4210-8037-098fdf5808d0","d5962a39-1c67-49e1-b4c9-580e6d37b814","d9847c5a-056e-45fb-9871-ca1dcaddb61d","fc676672-1aeb-420a-b909-5a3215cc2ca6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ALA","AVR","BFZ","DDN","DMU","GNT","JMP","M20","MM2","MM3","PLST","SLD"],"rulings":[{"date":"2022-09-09","text":"Once you begin to cast Bone Splinters, no player may take actions until you’re done. Notably, opponents can’t try to remove the creature you wish to sacrifice."},{"date":"2022-09-09","text":"You must sacrifice exactly one creature to cast this spell; you can’t cast it without sacrificing a creature, and you can’t sacrifice additional creatures."}],"rarities":["common","rare"]},"bonecrusher giant":{"name":"Bonecrusher Giant","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes the target of a spell, this creature deals 2 damage to that spell's controller.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringSpellController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"StackSpell"},"description":"Whenever ~ becomes the target of a spell, ~ deals 2 damage to that spell's controller.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d6d72f5f-8f5d-4180-b514-f22ff5482902","metadata":{"source_printing_ids":["09fd2d9c-1793-4beb-a3fb-7a869f660cd4","3a6431fd-4b79-488e-a0c0-57731616bd08","b5b71cd2-de35-451f-b16e-2e3936169407","c402a722-d412-4598-8a1e-edb889b957e8","ff984a4c-1818-4f8f-a9d7-fce57e77937d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["CLB","ELD","PELD","PLST","PRM"],"rulings":[{"date":"2019-10-04","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Giant Killer is a white creature card whose mana value is 1. It can't be the target of the triggered ability of Mystic Sanctuary."},{"date":"2019-10-04","text":"Bonecrusher Giant's ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2019-10-04","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2019-10-04","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to cast it as a permanent later."},{"date":"2019-10-04","text":"If a spell targets Bonecrusher Giant more than once, its ability triggers only once."},{"date":"2019-10-04","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to cast it as a permanent spell."},{"date":"2019-10-04","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to cast the copy as a permanent."},{"date":"2019-10-04","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2019-10-04","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2019-10-04","text":"If the chosen target is an illegal target by the time Stomp tries to resolve, the spell won't resolve. Damage can be prevented as usual."},{"date":"2019-10-04","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if Giant Killer is exiled with the last ability of Vivien, Champion of the Wilds, you can't cast it as Chop Down."},{"date":"2019-10-04","text":"Protection prevents damage, so protection will be unable to prevent damage after Stomp has resolved. However, this won't allow a spell or ability to target illegally, even if that spell or ability would cause damage to be dealt."},{"date":"2019-10-04","text":"Stomp only stops damage from being prevented by effects that specifically use the word \"prevent.\""},{"date":"2019-10-04","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2019-10-04","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you'll be able to cast it only during your main phase while the stack is empty."}],"rarities":["rare"]},"bonesplitter":{"name":"Bonesplitter","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +2/+0.\nEquip {1}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +2/+0."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"452e3f5f-ce17-4682-966b-5cc100210aee","metadata":{"source_printing_ids":["465a7990-c9f9-4716-a833-fd41458b9cee","690972a8-72df-4050-a353-16e45589167c","b09dad6d-ec9a-40b4-b136-7a8b58a42a3b","bda22fad-8149-42fb-b915-2c2580efb353"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["CMR","HA4","MMA","MRD","PAL03","PLST","PRM","PSAL","TD0","TD2"],"rarities":["common"]},"book burning":{"name":"Book Burning","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Any player may have Book Burning deal 6 damage to them. If no one does, target player mills six cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":6},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":6},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Any player may have ~ deal 6 damage to them. If no one does, target player mills six cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"644a8946-4890-4c2b-978f-02eedc95b5ad","metadata":{"source_printing_ids":["bead678c-7b6a-4668-9919-623312e08a65"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["JUD"],"rarities":["common"]},"boom scholar":{"name":"Boom Scholar","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Advisor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Exhaust abilities of other permanents you control cost {2} less to activate.\nExhaust — {4}{R}{G}: Creatures and Vehicles you control gain trample until end of turn. Put two +1/+1 counters on this creature. (Activate each exhaust ability only once.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[]}]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red","Green"],"generic":4}},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Exhaust — {4}{R}{G}: Creatures and Vehicles you control gain trample until end of turn. Put two +1/+1 counters on ~.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"}],"ability_tag":{"type":"Exhaust"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Reduce","keyword":"exhaust","amount":2,"exemption":"None"}},"affected":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Exhaust abilities of other permanents you control cost {2} less to activate."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"48296cc0-0141-47c6-9ec8-ada6171fee6f","metadata":{"source_printing_ids":["f2b84684-10c9-4635-a922-620f04809bb1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rulings":[{"date":"2025-02-07","text":"Boom Scholar’s first ability can cause the mana component of the cost to activate an ability to be {0}."},{"date":"2025-02-07","text":"Exhaust abilities can be activated any time you could normally activate an ability."},{"date":"2025-02-07","text":"If an ability triggers whenever you activate an exhaust ability, that ability resolves before the exhaust ability resolves."},{"date":"2025-02-07","text":"If an exhaust ability of a permanent is activated, and then that permanent leaves the battlefield and returns to the battlefield, it becomes a new object so its exhaust ability can be activated again."}],"rarities":["uncommon"]},"boon reflection":{"name":"Boon Reflection","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you would gain life, you gain twice that much life instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"GainLife","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"EventContextAmount"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would gain life, you gain twice that much life instead.","condition":null}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b86d3142-568a-4eea-b1ae-5fcfc1453533","metadata":{"source_printing_ids":["0d4032a7-600c-4b30-a012-fe3cde1be9c9","1a27ba4d-53af-427d-9e51-be04db077fac"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","SHM"],"rulings":[{"date":"2020-08-07","text":"If an effect would set your life total to a specific number that's higher than your current life total, that effect would cause you to gain life equal to the difference. Boon Reflection will then double the amount of life that effect would cause you to gain. For example, if you have 3 life and an effect says that your life total “becomes 10,” your life total will actually become 17."},{"date":"2020-08-07","text":"In a Two-Headed Giant game, only Boon Reflection's controller is affected by it. If that player's teammate gains life, Boon Reflection will have no effect, even when that life gain is applied to the shared team life total."},{"date":"2020-08-07","text":"The effects of multiple Boon Reflections are cumulative. For example, if you control two Boon Reflections, you'll gain four times the original amount of life. If you control three Boon Reflections, you'll gain eight times the original amount, and so on."}],"rarities":["rare"]},"boon satyr":{"name":"Boon Satyr","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Satyr"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nBestow {3}{G}{G} (If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached.)\nEnchanted creature gets +4/+2.","non_ability_text":null,"flavor_name":null,"keywords":["Flash",{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["Green","Green"],"generic":3}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":2}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +4/+2."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"aedcd2fb-813a-4915-b7b9-ac7479863462","metadata":{"source_printing_ids":["477a30f3-3cbe-42a5-9fae-fe5885a8cf25","a380d201-e5cd-49b2-8bcd-fdeeb912d023","f50c12c4-5565-449a-b30e-7cd896da7735"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C18","PIO","THS"],"rulings":[{"date":"2018-07-13","text":"A spell with bestow is either a creature spell or an Aura spell. It's never both. Similarly, a permanent with bestow is either a creature or an Aura, but not both."},{"date":"2018-07-13","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2018-07-13","text":"Bestow is an alternative cost to cast the spell with bestow. It can't be combined with other alternative costs, such as casting a spell “without paying its mana cost.”"},{"date":"2018-07-13","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2018-07-13","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a bestow cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."},{"date":"2018-07-13","text":"Unlike other Aura spells, an Aura spell with bestow still resolves if its target is illegal. Instead of entering the battlefield as an Aura, the effect making it an Aura spell ends, it loses enchant creature, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2018-07-13","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if the enchanted creature leaves the battlefield or becomes an illegal creature for the Aura to enchant. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."}],"rarities":["uncommon","rare"]},"boromir, warden of the tower":{"name":"Boromir, Warden of the Tower","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever an opponent casts a spell, if no mana was spent to cast it, counter that spell.\nSacrifice Boromir: Creatures you control gain indestructible until end of turn. The Ring tempts you.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":{"kind":"Spell","effect":{"type":"RingTemptsYou"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Sacrifice ~: Creatures you control gain indestructible until end of turn. the ring tempts you.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, if no mana was spent to cast it, counter that spell.","constraint":null,"condition":{"type":"ManaSpentCondition","text":"no mana was spent to cast it"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d72b57e5-1c6e-4f02-968f-7e2dd24f0d3c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["554110e1-dcf1-4656-bec0-084e501ce71e","7443a193-8ddb-43a9-8293-3791f4df0dc0","97ec04f9-0563-4490-b252-714df2ddbf58","e186ef93-f369-4b4d-a683-36f338b6ce3f","f6bc3720-2892-4dda-8f30-079a1ac8e1e2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"As the Ring tempts you, you get an emblem named The Ring if you don't have one. Then your emblem gains its next ability and you choose a creature you control to become (or remain) your Ring-bearer."},{"date":"2023-06-16","text":"Each player can have only one emblem named The Ring and only one Ring-bearer at a time."},{"date":"2023-06-16","text":"Each time the Ring tempts you, you must choose a creature if you control one."},{"date":"2023-06-16","text":"If a spell is cast with an alternative cost that includes mana (such as flashback), Boromir's second ability won't trigger and won't counter that spell. Similarly, if a spell is cast without paying its mana cost, but the player did pay mana for additional costs such as from kicker or from Thorn of Amethyst, Boromir's second ability won't trigger and won't counter that spell."},{"date":"2023-06-16","text":"If the creature you choose as your Ring-bearer was already your Ring-bearer, that still counts as choosing that creature as your Ring-bearer for the purpose of abilities that trigger \"whenever you choose a creature as your Ring-bearer\" or abilities that care about which creature was chosen as your Ring-bearer."},{"date":"2023-06-16","text":"Players may cast spells that they know Boromir, Warden of the Tower will counter. Any abilities that trigger when spells are cast will still trigger and resolve if appropriate, and any effects that count how many spells are cast will still count those spells if appropriate."},{"date":"2023-06-16","text":"Some spells and abilities that cause the Ring to tempt you may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. The Ring won't tempt you."},{"date":"2023-06-16","text":"The Ring can tempt you even if you don't control a creature. In this case, abilities that trigger \"whenever the Ring tempts you\" will still trigger."},{"date":"2023-06-16","text":"The Ring gains its abilities in order from top to bottom. Once it gains an ability, it has that ability for the rest of the game."}],"rarities":["rare"]},"boros battleshaper":{"name":"Boros Battleshaper","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Minotaur","Soldier"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each combat, up to one target creature attacks or blocks this combat if able and up to one target creature can't attack or block this combat.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"MustBlock","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfCombat","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantAttack","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't attack or block"},{"mode":"CantBlock","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't attack or block"}],"duration":"UntilEndOfCombat","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfCombat","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"duration":"UntilEndOfCombat","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each combat, up to one target creature attacks or blocks this combat if able and up to one target creature can't attack or block this combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"cf5bf1ef-e40b-4fb5-8148-d4ca7a307501","metadata":{"source_printing_ids":["6c43e449-acf2-4e94-b7cf-8c84d70191da"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["DGM"],"rulings":[{"date":"2013-04-15","text":"A creature forced to attack does so only if it’s able to do so as attackers are declared. If, at that time, the creature is tapped, is affected by a spell or ability that says it can’t attack, or hasn’t been under that player’s control continuously since the turn began (and doesn’t have haste), then it doesn’t attack. If there’s a cost associated with having the creature attack, the creature’s controller isn’t forced to pay that cost, so it doesn’t attack in that case either."},{"date":"2013-04-15","text":"A creature forced to block does so only if it’s able to do so as blockers are declared. If, at that time, the creature is tapped, is affected by a spell or ability that says it can’t block, or no creatures are attacking its controller or a planeswalker controlled by that player, then it doesn’t block. If there’s a cost associated with having the creature block, its controller isn’t forced to pay that cost, so it doesn’t block in that case either."},{"date":"2013-04-15","text":"If you choose two targets for Boros Battleshaper’s ability, and only one of those targets is legal when the ability tries to resolve, only the legal target will be affected. If all targets are illegal when the ability tries to resolve, it won’t resolve and none of its effects will happen."},{"date":"2013-04-15","text":"The controller of each creature chooses which player or planeswalker it attacks or which attacking creature it blocks, as appropriate."},{"date":"2013-04-15","text":"You may choose zero targets for either or both instances of “up to one target creature.”"}],"rarities":["rare"]},"boros charm":{"name":"Boros Charm","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Boros Charm deals 4 damage to target player or planeswalker.\n• Permanents you control gain indestructible until end of turn.\n• Target creature gains double strike until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain double strike"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"2679d0dd-ba30-4a1c-b6a0-b3ac6c790496","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["~ deals 4 damage to target player or planeswalker.","Permanents you control gain indestructible until end of turn.","Target creature gains double strike until end of turn."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["0f375bb9-1294-4f43-8f0c-504ed6cfb7d0","152458a4-bd3c-43d2-b74a-d2d5341325ba","22dc1c3a-0110-4925-a745-e51b20553027","36c3288b-ab10-40df-a0ce-17ee4ecdb98e","437b0685-ed50-40b9-ae0d-ec2f75026474","4cf1419c-11fa-46a1-89e0-11b14ec40fa7","607d5bb1-001a-451a-8021-434f7c0eda93","89f2f6fa-80b0-45c8-92f3-b0c2826ffb06","a6e601a7-c542-4843-98c6-e0a38aaf6cab","ac8cd7a1-3f79-405b-8930-2206f32c2035","d4ddf9cc-40a7-4b4f-bb51-b08171453c9a","dfa38f6a-177a-4f3a-9a05-325c715a94c5","e0d8c9f6-cbbd-4694-b100-01cfb81036cc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","C13","C16","C21","CMR","FDN","GK1","GTC","NCC","ONC","OTC","PRM","SLD"],"rulings":[{"date":"2024-11-08","text":"Boros Charm's second mode affects only permanents you control at the time it resolves. It won't affect permanents that come under your control later in the turn."},{"date":"2024-11-08","text":"Planeswalkers with indestructible will still have loyalty counters removed from them as they are dealt damage. If a planeswalker with indestructible has no loyalty counters, it will still be put into its owner's graveyard, as the rule that does this doesn't destroy the planeswalker."}],"rarities":["uncommon","rare"]},"boros elite":{"name":"Boros Elite","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Battalion — Whenever this creature and at least two other creatures attack, this creature gets +2/+2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ and at least two other creatures attack, ~ gets +2/+2 until end of turn.","constraint":null,"condition":{"type":"MinCoAttackers","minimum":2},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7c83fb45-03af-4f1a-b7e3-2c4f47511658","metadata":{"source_printing_ids":["62774447-d586-44b3-8f4b-0d8094dfbb85","8a7ab714-179a-4d37-ac88-6bd57f24d5a2","a03974e6-aced-4664-8c5c-3190bb1eb233","c39f6916-e89d-4185-84b9-c6c02e348ad8","c568a548-ba20-46f1-9519-f52a84657ef8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GK1","GTC","J21","PLST","RVR"],"rulings":[{"date":"2013-04-15","text":"Once a battalion ability has triggered, it doesn't matter how many creatures are still attacking when that ability resolves."},{"date":"2013-04-15","text":"The effects of battalion abilities vary from card to card. Read each card carefully."},{"date":"2024-01-12","text":"The three attacking creatures don't have to be attacking the same player, planeswalker, or battle."}],"rarities":["common","uncommon"]},"boros strike-captain":{"name":"Boros Strike-Captain","mana_cost":{"type":"Cost","shards":["RedWhite","RedWhite"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Minotaur","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Battalion — Whenever this creature and at least two other creatures attack, exile the top card of your library. During any turn you attacked with three or more creatures, you may play that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":false,"mode":"Play"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"AttackedThisTurn","scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ and at least two other creatures attack, exile the top card of your library. During any turn you attacked with three or more creatures, you may play that card.","constraint":null,"condition":{"type":"MinCoAttackers","minimum":2},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"30b20932-0d9a-447f-b934-1daa8c44a678","metadata":{"source_printing_ids":["11fab2c1-250a-44f7-a187-ee0352b81569"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLU"],"rulings":[{"date":"2024-02-02","text":"If Boros Strike-Captain leaves the battlefield, the effect allowing you to play the exiled card if you attacked with three or more creatures continues to apply, even during later turns, as long as you attack with three or more creatures during those later turns."},{"date":"2024-02-02","text":"Once a battalion ability has triggered, it doesn't matter how many creatures are still attacking when that ability resolves."},{"date":"2024-02-02","text":"Similarly, once you attack with three or more creatures in a single turn, you can still play the exiled card that turn no matter what happens to those creatures."},{"date":"2024-02-02","text":"The three attacking creatures don't have to be attacking the same player, planeswalker, or battle."},{"date":"2024-02-02","text":"You pay all costs and follow all normal timing rules for a card played this way. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"boseiju, who endures":{"name":"Boseiju, Who Endures","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}.\nChannel — {1}{G}, Discard this card: Destroy target artifact, enchantment, or nonbasic land an opponent controls. That player may search their library for a land card with a basic land type, put it onto the battlefield, then shuffle. This ability costs {1} less to activate for each legendary creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[{"type":"NotSupertype","value":"Basic"}]}]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"AnyOf":[{"Subtype":"Plains"},{"Subtype":"Island"},{"Subtype":"Swamp"},{"Subtype":"Mountain"},{"Subtype":"Forest"}]}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false,"target_player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Channel — {1}{G}, Discard this card: Destroy target artifact, enchantment, or nonbasic land an opponent controls. That player may search their library for a land card with a basic land type, put it onto the battlefield, then shuffle. This ability costs {1} less to activate for each legendary creature you control.","target_prompt":null,"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}}}},"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bf1341dd-41a3-49f6-87ec-63170dde4324","metadata":{"source_printing_ids":["0055ea30-20fb-4324-a632-8fed87628f05","2135ac5a-187b-4dc9-8f82-34e8d1603416","2488a80b-6882-4b59-8232-f02f800204a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"Discarding the card is part of the cost to activate a channel ability."},{"date":"2022-02-18","text":"If a channel ability requires a target, you may not activate it without a target just to discard the card."}],"rarities":["rare"]},"bottomless pool":{"name":"Bottomless Pool","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you unlock this door, return up to one target creature to its owner's hand.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"UnlockDoor","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you unlock this door, return up to one target creature to its owner's hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b9ac4856-5cdb-479f-b0f5-7fa0b232a5ff","metadata":{"source_printing_ids":["606fe87c-d17b-4fa7-8e82-e7002d8229ef"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"If creatures you control deal combat damage to multiple players at the same time, Locker Room's ability will trigger once for each player dealt combat damage this way."}],"rarities":["uncommon"]},"boulderloft pathway":{"name":"Boulderloft Pathway","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {W}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"7c304547-a4b1-46c9-baed-16d2bfbe16eb","metadata":{"source_printing_ids":["0511e232-2a72-40f5-a400-4f7ebc442d17","655724d5-ee5f-49f5-92d3-7186ed2789d8","738ebafa-04be-4ba9-ae65-5f85e00c645a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PLST","PRM","PZNR","SLU","ZNR"],"rarities":["rare"]},"bound by moonsilver":{"name":"Bound by Moonsilver","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature can't attack, block, or transform.\nSacrifice another permanent: Attach this Aura to target creature. Activate only as a sorcery and only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice another permanent: Attach ~ to target creature. Activate only as a sorcery and only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"},{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature can't attack, block, or transform."},{"mode":"CantBlock","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature can't attack, block, or transform."},{"mode":{"Other":"CantTransform"},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature can't attack, block, or transform."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7a98a1d1-7366-4b38-9047-48269790d328","metadata":{"source_printing_ids":["160464c0-0d30-4332-bcab-521e51f6b347","647f5c2f-3ced-4397-a366-6f0e57582566","7bdf107d-eb67-421c-a7a9-b3e62e03f766","8435da1b-b814-4335-8850-396a6fdf0a23"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["INR","SIR","SOI"],"rulings":[{"date":"2016-04-08","text":"Activated and triggered abilities of the enchanted creature that would cause it to transform can still be activated or triggered. If those abilities have any other effects, those effects will happen."},{"date":"2016-04-08","text":"You control Bound by Moonsilver even while it enchants an opponent’s creature. Only you can activate its last ability."}],"rarities":["common","uncommon"]},"bow of nylea":{"name":"Bow of Nylea","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Attacking creatures you control have deathtouch.\n{1}{G}, {T}: Choose one —\n• Put a +1/+1 counter on target creature.\n• Bow of Nylea deals 2 damage to target creature with flying.\n• You gain 3 life.\n• Put up to four target cards from your graveyard on the bottom of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":4,"mode_descriptions":["Put a +1/+1 counter on target creature.","~ deals 2 damage to target creature with flying.","You gain 3 life.","Put up to four target cards from your graveyard on the bottom of your library in any order."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Attacking"}]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking creatures you control have deathtouch."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"361b965f-2ce7-49f8-84e7-7325ea0c948d","metadata":{"source_printing_ids":["04dfd2d0-bdd4-485d-a8a3-d3c3ad31014b","504505be-f58a-45fc-872c-f4a49dc715e1","89a2c408-e953-4386-abaf-4af85aba9620"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["PLST","SLD","THS"],"rulings":[{"date":"2013-09-15","text":"You choose which mode you're using as you activate the ability."}],"rarities":["rare"]},"brackish blunder":{"name":"Brackish Blunder","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target creature to its owner's hand. If it was tapped, create a Map token. (It's an artifact with \"{1}, {T}, Sacrifice this token: Target creature you control explores. Activate only as a sorcery.\")","non_ability_text":null,"flavor_name":null,"keywords":["Explore"],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Map","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Map"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Tapped"}]},"use_lki":true},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return target creature to its owner's hand. If it was tapped, create a Map token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4ad34f85-a185-458a-a7a1-eb60f7efce5b","metadata":{"related_token_ids":["cd91506e-6a64-5e5c-948e-851ed31ac543"],"source_printing_ids":["dea3d0f4-76f5-416f-93ba-8b003b967816"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If a resolving spell or ability instructs a specific creature to explore but that creature has left the battlefield, the creature still explores. If you reveal a nonland card this way, you won't put a +1/+1 counter on anything, but you may put the revealed card into your graveyard. Effects that trigger \"whenever a creature explores\" trigger as appropriate."},{"date":"2023-11-10","text":"If an ability instructs a creature to explore, its controller reveals the top card of their library. If it's a land card, they'll put it into their hand. Otherwise, they'll put a +1/+1 counter on that creature, then choose to either leave that card on top of their library or put it into their graveyard."},{"date":"2023-11-10","text":"If no card is revealed, most likely because that player's library is empty, the exploring creature receives a +1/+1 counter."},{"date":"2023-11-10","text":"In some unusual cases, noncreature permanents may explore. For example, if the creature card returned by Defossilize is somehow not a creature once it's on the battlefield, it can still explore. You'll take all the same actions, and you may end up putting a +1/+1 counter on the permanent. (Note that some effects target a creature, and those effects would still require a legal target to have it explore.)"},{"date":"2023-11-10","text":"Map tokens are a kind of predefined token. Each one is a colorless artifact with the artifact subtype Map and the ability \"{1}, {T}, Sacrifice this artifact: Target creature you control explores. Activate only as a sorcery.\""},{"date":"2023-11-10","text":"Once an ability that causes a creature to explore begins to resolve, no player may take any other actions until it's done. Notably, opponents can't try to remove the exploring creature after you reveal a nonland card but before it receives a counter."},{"date":"2023-11-10","text":"Some spells or abilities might cause a creature to explore multiple times in a row. If you reveal a nonland card when a creature explores and leave it on top of your library, then the creature explores again immediately afterwards, you'll reveal the same card again."}],"rarities":["common"]},"braids, arisen nightmare":{"name":"Braids, Arisen Nightmare","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Nightmare"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, you may sacrifice an artifact, creature, enchantment, land, or planeswalker. If you do, each opponent may sacrifice a permanent of their choice that shares a card type with it. For each opponent who doesn't, that player loses 2 life and you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"SharesQuality","quality":"CardType","reference":{"type":"ParentTarget"}}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"OriginalController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, you may sacrifice an artifact, creature, enchantment, land, or planeswalker. If you do, each opponent may sacrifice a permanent of their choice that shares a card type with it. For each opponent who doesn't, that player loses 2 life and you draw a card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e0445c80-fa53-4c3e-881e-940e9fce7f57","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1e20d56c-20df-4fe9-a329-df5768a180af","4ff97c69-6a6b-401c-b0a1-55fa81045d19","9f8937d6-a1a0-4930-968f-29fa611528e5","f2559ff7-a97c-40c6-942f-36998eafb050","f96223d0-04c4-40c2-87a9-0c6bc74adddb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","DSC","EOC","GDY","PDMU","PRM","PWCS"],"rulings":[{"date":"2022-09-09","text":"If the permanent that you sacrifice as you resolve Braids's triggered ability has more than one card type, each opponent may choose to sacrifice any permanent they control that shares any card type with it. For example, if the permanent you sacrifice is an artifact creature, one opponent might choose to sacrifice an artifact and another opponent might choose to sacrifice a creature."}],"rarities":["rare"]},"braids, cabal minion":{"name":"Braids, Cabal Minion","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Minion"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, that player sacrifices an artifact, creature, or land of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"ScopedPlayer","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]},{"type":"Typed","type_filters":["Land"],"controller":"ScopedPlayer","properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player sacrifices an artifact, creature, or land of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d85aa59b-c6aa-4b2f-885c-59d6e5e6e8b9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["27691efa-052d-4afe-b9ef-159858ca660f","4dcdcad5-e4fb-480e-984f-1ac5cdc986b9","f532bca1-a115-4fe7-847e-296677bdd3ee"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EMA","MH2","ODY"],"rulings":[{"date":"2016-06-08","text":"At the beginning of your upkeep, triggered abilities you control will resolve after triggered abilities your opponents control. If an opponent controls Braids and you control a triggered ability that puts a permanent onto the battlefield, you won't be able to sacrifice that permanent to satisfy Braids's ability."}],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"braids, conjurer adept":{"name":"Braids, Conjurer Adept","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, that player may put an artifact, creature, or land card from their hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"ScopedPlayer","properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":["Land"],"controller":"ScopedPlayer","properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player may put an artifact, creature, or land card from their hand onto the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"359b8f2c-831e-47d0-9267-dae79cecb63a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0f16252d-0692-43f6-b980-ed9a6d937637","3c5db271-9b38-44ad-943f-785c8f4d04a0","593dfb2f-ede0-413a-b037-46ae5c3769e4","9ea0a701-1349-4d32-9fe7-8a2563c9613d","f6dfe0e9-4764-406b-9961-6d765a73de8d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","CMM","PLC","PLST"],"rulings":[{"date":"2020-08-07","text":"Braids's effect doesn't count as playing a land if you put one onto the battlefield with it. You can still play a land for the turn during your main phase."},{"date":"2020-08-07","text":"If the permanent you put onto the battlefield has an ability that triggers at the beginning of your upkeep, it won't trigger during that upkeep."}],"rarities":["rare"]},"brain freeze":{"name":"Brain Freeze","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player mills three cards.\nStorm (When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)","non_ability_text":null,"flavor_name":null,"keywords":["Storm"],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":"Target player mills three cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"464c0150-3dbc-403b-9ada-fef25ab1f29d","metadata":{"source_printing_ids":["3a2d7cf9-dddb-4de3-b4f2-c52e3ec8fb4b","3f77b203-8574-4a5f-91f1-b7caf3301739","59a43ef5-08f0-44fc-802d-b6cfd56b7d1f","a654b30c-4af3-48af-b436-d177b53e9c71","a66d7e4c-f268-4596-b2ff-f215ec162cbc","bd880fc4-b298-416a-8f2f-a929cb41b33e","d33ff8fc-b2b7-4cd9-8724-b926459b519d","f403af12-6114-4121-b421-3448e084864c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["MB2","PLST","SCG","SLC","SLD","SOA","VMA"],"rulings":[{"date":"2022-12-08","text":"A copy of a spell can be countered like any other spell, but it must be countered individually. Countering a spell with storm won't affect the copies."},{"date":"2022-12-08","text":"Spells cast from zones other than a player's hand and spells that were countered are counted by the storm ability."},{"date":"2022-12-08","text":"The copies are put directly onto the stack. They aren't cast and won't be counted by other spells with storm cast later in the turn."},{"date":"2022-12-08","text":"The triggered ability that creates the copies can itself be countered by anything that can counter a triggered ability. If it is countered, no copies will be put onto the stack."},{"date":"2022-12-08","text":"You may choose new targets for any of the copies. You can make different choices for each copy."}],"rarities":["uncommon","rare"]},"brain in a jar":{"name":"Brain in a Jar","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Put a charge counter on this artifact, then you may cast an instant or sorcery spell with mana value equal to the number of charge counters on this artifact from your hand without paying its mana cost.\n{3}, {T}, Remove X charge counters from this artifact: Scry X.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":[{"AnyOf":["Instant","Sorcery"]}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"},{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"charge"}}}]},"without_paying_mana_cost":true,"mode":"Cast","constraint":{"type":"ManaValue","data":{"comparator":"EQ","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"charge"}}}},"driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":"{1}, {T}: Put a charge counter on ~, then you may cast an instant or sorcery spell with mana value equal to the number of charge counters on ~ from your hand without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"},{"type":"RemoveCounter","count":4294967295,"counter_type":{"type":"OfType","data":"charge"},"target":null,"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{3}, {T}, Remove X charge counters from ~: Scry X.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"321dbd10-1d48-49fc-ba6a-1df241a53338","metadata":{"source_printing_ids":["10bd513d-9c81-40de-9b81-e02dded059b0","88ecfcbe-e8db-4f08-aa8b-5b7b3e6c6ce7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOI","SIR","SOI"],"rulings":[{"date":"2016-04-08","text":"If Brain in a Jar leaves the battlefield before its first ability resolves, use the number of counters on it at the moment it left to determine what spell you may cast. That number won’t change because you can’t put a new counter on Brain in a Jar."},{"date":"2016-04-08","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X."},{"date":"2016-04-08","text":"If you cast a card “without paying its mana cost,” you can’t choose to cast it for any alternative costs, such as awaken costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, such as that of Lightning Axe, you must pay those to cast the card."},{"date":"2016-04-08","text":"When resolving the first ability of Brain in a Jar, the newly-placed charge counter will be counted when determining what spells you may cast. No player may take any action between you placing the counter and choosing which spell to cast."}],"rarities":["uncommon","rare"]},"brainstorm":{"name":"Brainstorm","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw three cards, then put two cards from your hand on top of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"count":{"type":"Fixed","value":2},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Draw three cards, then put two cards from your hand on top of your library in any order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"36cd2364-d113-47d1-b2c4-b088d9eb88dd","metadata":{"source_printing_ids":["0359f212-9564-41a9-870b-d2c57455a695","04872b4a-8231-494e-8a6e-596c66797011","11d27509-07c2-4445-a1d5-e56523fb8566","1d6603e3-0680-4ba3-951b-cd9919eefd4f","20d48bae-d877-4c10-afab-ab29cf2bf248","2890c2ee-e989-43e5-ac4b-683c52bd6527","2d9f0912-b123-4f76-b8b6-6deb92ea4630","2ea8d5cb-cf7e-4194-8019-812b3f56cf20","3e4e6787-af32-44f2-ac56-6f348254aa6d","3f3fb533-84a8-4414-ba1f-56bebe04b061","46f947de-fc90-49f1-aad9-d6166a23ee9e","48070245-1370-4cf1-be15-d4e8a8b92ba8","54a9a943-0831-49ae-bbfb-3e6a9f57160e","5ccab9c0-d19a-4cbf-8a61-e205fc3ff023","617208ff-dd9b-44fd-a740-d3188081e5cc","6b8f867d-eff5-493f-a881-bcbc4ae06b33","6fcf5f9e-74b3-43cb-8f5a-aa564f5e7acb","7d14cecb-c425-4812-8d36-aecc406763c4","7d496cc9-e9d0-43b0-93e5-3730022fe315","821f1c26-6253-4ecc-a243-a5662c637a4a","84479779-d570-4eee-9982-f6e918b4d75b","84e0da5b-0916-4dd6-99a2-a58e9d83bb26","8bb0a0cf-5b04-4d68-bf7a-7131ae50d06b","8beb987c-1b67-4a4e-ae71-58547afad2a0","8d42d7aa-7f53-4cfc-842a-086aab2448d1","91b564f2-e27d-48f3-a7a8-5b0afd801634","9ff71d13-c4b7-4125-ab10-db4abbb7a074","b02d24e9-5c4d-490b-aa1a-082f8a176937","b5545882-6963-4729-b2c6-fb4bdc75ffcc","b5ef365f-9472-4476-8538-fcfa6e55871d","baeb0421-b7af-44cd-a7f6-7daaa3dcaa38","c14f8bce-d5b3-4d01-8346-8a4923ec03d9","c6118d1d-28c1-4f54-97cb-c4f934b6739c","c8f1baae-dd81-4e10-841e-15531ea1ffaa","ca9d4ab7-dc9c-4857-b25e-62ce53bab937","caf333b7-3e70-4745-9304-99b21244196c","dd595e2f-65e4-46e8-9d28-f94ac308b275","e989a7d0-e4b5-4ed2-a777-3a56e54aad46","ea5568b4-48ec-46ee-b969-6d19a095689c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"banned","timeless":"legal","vintage":"restricted"},"printings":["2XM","40K","5ED","A25","AFC","BTD","C15","C18","C21","CMD","CNS","CST","DDJ","DSC","EMA","F04","FCA","ICE","MB2","ME2","MKC","MMQ","OLGC","PLST","PRM","PZ1","PZA","SLD","SLP","SS1","STA","TLE","VMA","WC00"],"rulings":[{"date":"2018-03-16","text":"You draw three cards and put two cards back all while Brainstorm is resolving. Nothing can happen between the two, and no player may choose to take actions."}],"rarities":["common","uncommon","rare","mythic"]},"bramble elemental":{"name":"Bramble Elemental","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever an Aura becomes attached to this creature, create two 1/1 green Saproling creature tokens.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attached","execute":{"kind":"Spell","effect":{"type":"Token","name":"Saproling","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Saproling"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"SelfRef"},"valid_source":null,"description":"Whenever an Aura becomes attached to ~, create two 1/1 green Saproling creature tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ac5c0078-e2f1-4ac1-8748-575d69e09cf8","metadata":{"related_token_ids":["0628f530-1f4d-5171-b7d0-da2a155273e6","ba1d8604-e466-5949-a156-abf0d3bbb33e"],"source_printing_ids":["470665e5-fa48-4772-ba71-5d4008d042f3","c348fb8f-f151-4ade-8cb3-b994219340c0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["PC2","PCA","PSAL","RAV"],"rarities":["common"]},"branching evolution":{"name":"Branching Evolution","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If one or more +1/+1 counters would be put on a creature you control, twice that many +1/+1 counters are put on that creature instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"AddCounter","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"If one or more +1/+1 counters would be put on a creature you control, twice that many +1/+1 counters are put on that creature instead.","condition":null,"quantity_modification":{"type":"Times","factor":2},"counter_match":{"type":"OfType","data":"P1P1"}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"28fe909b-06e0-424c-9f75-c824a25f5865","metadata":{"source_printing_ids":["4a6971ad-cbb4-4f66-9bc4-b407c5805e85","68f3e8e9-58a3-4e88-a46d-498974ea6284","7aee54b7-698a-4f19-8682-70b5f36a7e30","999b0d67-aec5-495e-91b0-c4b2f31cf17d","c0f1a736-8b12-4f58-a031-bf1733f65c51","f3544398-02fc-4fc1-ba72-65a00f14aeb9","f4b2c132-0e57-4273-aa30-e78870647dc7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["JMP","LCC","MH3","PIP"],"rulings":[{"date":"2020-06-23","text":"If a creature you control would enter the battlefield with a number of +1/+1 counters on it, it enters with twice that many instead."},{"date":"2020-06-23","text":"If two or more effects attempt to modify how many counters would be put onto a creature you control, you choose the order to apply those effects, no matter who controls the sources of those effects."},{"date":"2020-06-23","text":"If you control two Branching Evolutions, the number of +1/+1 counters put on a creature is four times the original number. Three Branching Evolutions multiplies the original number by eight, and so on."}],"rarities":["rare"]},"branchloft pathway":{"name":"Branchloft Pathway","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"7c304547-a4b1-46c9-baed-16d2bfbe16eb","metadata":{"source_printing_ids":["0511e232-2a72-40f5-a400-4f7ebc442d17","655724d5-ee5f-49f5-92d3-7186ed2789d8","738ebafa-04be-4ba9-ae65-5f85e00c645a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PLST","PRM","PZNR","SLU","ZNR"],"rulings":[{"date":"2020-09-25","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2020-09-25","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2020-09-25","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2020-09-25","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2020-09-25","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2020-09-25","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2020-09-25","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2020-09-25","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2020-09-25","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."}],"rarities":["rare"]},"brash taunter":{"name":"Brash Taunter","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nWhenever this creature is dealt damage, it deals that much damage to target opponent.\n{2}{R}, {T}: This creature fights another target creature.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"subject":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}{R}, {T}: ~ fights another target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever ~ is dealt damage, it deals that much damage to target opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3e41648f-c5a9-4b26-b97e-8176fe5e9c85","metadata":{"source_printing_ids":["02d6fd16-a7cd-49cb-bb70-806f8eb622dd","0b5cb154-1825-4b81-a109-7b3e9592c65c","275f8721-a6e5-489b-851f-1676aad5ec39","5ea0d236-bfd2-4f47-8592-2669834d01f1","86766f31-56f3-446e-950c-5238861e1b66","a1480f99-83f8-48e7-ba52-9a3f3a9a24f3","ebb5e613-a803-42f3-840a-7089ac6b7e3d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","DSC","M21","MKC","PM21","PRM","SCD","SLD"],"rulings":[{"date":"2020-06-23","text":"A creature can be dealt an amount of damage greater than its toughness. For example, if Brash Taunter is dealt 3 damage, its middle ability deals 3 damage, not 1, to the target opponent."},{"date":"2020-06-23","text":"If the target creature is an illegal target when Brash Taunter's last ability tries to resolve, the ability doesn't resolve. If Brash Taunter is no longer on the battlefield, the target creature won't deal or be dealt damage."},{"date":"2020-06-23","text":"If your life total is brought to 0 or less at the same time that Brash Taunter is dealt damage, you lose the game before its middle ability goes on the stack."}],"rarities":["rare"]},"brave the sands":{"name":"Brave the Sands","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have vigilance.\nEach creature you control can block an additional creature each combat.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have vigilance."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddStaticMode","mode":{"ExtraBlockers":{"count":1}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control can block an additional creature each combat."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4e89bd75-f59d-4f08-be51-5660fbbba3c2","metadata":{"source_printing_ids":["09ab8b60-cdb1-43a8-b180-b562bb89b5a1","a4d6211a-c078-4ea9-9c86-c7d048c09425","ef9c2b8a-148c-4393-b691-e333ad11c44e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","CM2","KTK"],"rulings":[{"date":"2014-09-20","text":"The last ability is cumulative. If you control an additional Brave the Sands, your creatures will each be able to block three creatures, and so on."}],"rarities":["uncommon"]},"brazen borrower":{"name":"Brazen Borrower","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Rogue"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nThis creature can block only creatures with flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"BlockRestriction":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can block only creatures with flying."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c7b044c3-3cfa-407e-bf20-2875e8e04b7b","metadata":{"source_printing_ids":["06251176-d20f-4960-ac73-135e44b77c83","112e1809-4323-48bc-afa1-13cc7ba6a3b5","25d309d6-9e56-441e-bd29-5c903d5221bf","77fbe280-eca3-4d2a-903b-f25d57c32902","c2089ec9-0665-448f-bfe9-d181de127814","d42a57b2-fbe9-4024-a593-f6dc711a2e9d","ed39ecb5-6c7c-428d-8ff3-7bd30edf00d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["ELD","PELD","PLST","PRM","SLD","SOC","SPG","WOC"],"rulings":[{"date":"2025-06-06","text":"An adventurer card uses only its non-Adventure characteristics in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Jidoor, Aristocratic Capital is a colorless Town land card whose mana value is 0. It can't be the target of Sorceress's Schemes, which reads in part \"Return target instant or sorcery card from your graveyard or exiled card with flashback you own to your hand.\""},{"date":"2025-06-06","text":"An effect may refer to a card, spell, or permanent that \"has an Adventure.\" This refers to a card, spell, or permanent that has an adventurer card's set of alternative characteristics, even if they're not being used and even if that card was never cast as an Adventure."},{"date":"2025-06-06","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2025-06-06","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may play it using its primary characteristics. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to play that card from exile later."},{"date":"2025-06-06","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to play it with its primary characteristics."},{"date":"2025-06-06","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to play the copy as a permanent."},{"date":"2025-06-06","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2025-06-06","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won't find an instant or sorcery spell on the stack that's been cast as an Adventure."},{"date":"2025-06-06","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2025-06-06","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if you control Traveling Chocobo (\"You may play lands and cast Bird spells from the top of your library.\") and Jidoor, Aristocratic Capital is on top of your library, you can play Jidoor, Aristocratic Capital, but you can't cast Overture."},{"date":"2025-06-06","text":"When playing a card as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The resulting spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2025-06-06","text":"You must still follow any timing restrictions and permissions for the card you play from exile. In the case of any of the five lands in this release, you'll be able to play it only during your main phase while the stack is empty and only if you have an available land play remaining."}],"rarities":["mythic"]},"bre of clan stoutarm":{"name":"Bre of Clan Stoutarm","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Giant","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{1}{W}, {T}: Another target creature you control gains flying and lifelink until end of turn.\nAt the beginning of your end step, if you gained life this turn, exile cards from the top of your library until you exile a nonland card. You may cast that card without paying its mana cost if the spell's mana value is less than or equal to the amount of life you gained this turn. Otherwise, put it into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying and lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}{W}, {T}: Another target creature you control gains flying and lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ExileFromTopUntil","player":{"type":"Controller"},"until":{"type":"NextMatches","filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Target"}}},"comparator":"LE","rhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you gained life this turn, exile cards from the top of your library until you exile a nonland card. You may cast that card without paying its mana cost if the spell's mana value is less than or equal to the amount of life you gained this turn. Otherwise, put it into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"59384481-3ca0-49dd-b94f-d3680b336f1e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["013cefb7-a059-45c2-81b0-187f35aac4a2","0f5f63df-f401-4c13-a105-e831fd841e80"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Bre's last ability will check as your end step starts to see if you gained life this turn. If you didn't, the ability won't trigger at all. Gaining life during your end step won't cause the ability to trigger."},{"date":"2025-11-17","text":"If the spell you cast has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2025-11-17","text":"If you choose to cast the exiled card, you do so while Bre's last ability is resolving and still on the stack. You can't wait to cast it later in the turn. Timing restrictions based on the card's type are ignored."},{"date":"2025-11-17","text":"Since you are using an alternative cost to cast the spell, you can't pay any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, you must pay those."}],"rarities":["rare"]},"breach the multiverse":{"name":"Breach the Multiverse","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player mills ten cards. For each player, choose a creature or planeswalker card in that player's graveyard. Put those cards onto the battlefield under your control. Then each creature you control becomes a Phyrexian in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":10},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Graveyard","zone_owner":"EachPlayer","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"chooser":"Controller","up_to":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Battlefield","target":{"type":"TrackedSet","id":0},"enters_under":"You"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddSubtype","subtype":"Phyrexian"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a Phyrexian in addition to its other types"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Each player mills ten cards. For each player, choose a creature or planeswalker card in that player's graveyard. Put those cards onto the battlefield under your control. Then each creature you control becomes a Phyrexian in addition to its other types.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ebbd5b9c-07ff-4b42-81c2-ba09539f3a42","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"Each player mills ten cards. For each player, choose a creature or planeswalker card in that player's graveyard. Put those cards onto the ba","line_index":0}],"metadata":{"source_printing_ids":["daf51a76-7a57-4462-ae18-a19e817e49e5","ee99acde-796c-423b-81ed-13d33e210925"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"The cards you choose can be ones that were just milled or ones that were already in the graveyard."},{"date":"2023-04-14","text":"The creatures you control will be Phyrexians until they leave the battlefield. Any of them that stops being a creature will also stop being a Phyrexian until it becomes a creature again, if applicable."}],"rarities":["rare"]},"break down the door":{"name":"Break Down the Door","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Exile target artifact.\n• Exile target enchantment.\n• Manifest dread. (Look at the top two cards of your library. Put one onto the battlefield face down as a 2/2 creature and the other into your graveyard. Turn it face up any time for its mana cost if it's a creature card.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ManifestDread"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a11d8372-87fb-40a2-b638-314c6a5af03b","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Exile target artifact.","Exile target enchantment.","Manifest dread."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["209e9bbc-a15d-47fc-b149-6b0c57dd09ea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-09-20","text":"Any time you have priority, you can turn a manifested permanent you control face up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-09-20","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-09-20","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-09-20","text":"If a double-faced card is manifested, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-09-20","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise or morph ability because it will no longer have that ability (or the associated cost) once face up."},{"date":"2024-09-20","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-09-20","text":"If a manifested creature would have disguise or morph if it were face up, you may also turn it face up by paying its disguise or morph cost, as appropriate."},{"date":"2024-09-20","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-09-20","text":"If your library contains only one card when you manifest dread, you'll look at that card and put it onto the battlefield face down. You won't have the option to put it into your graveyard instead. If your library contains no cards when you manifest dread, you won't do anything."},{"date":"2024-09-20","text":"Some cards in the Duskmourn release have abilities that trigger \"whenever you manifest dread.\" In circumstances where you are instructed to manifest dread but can't perform some or all of the steps of manifesting dread (probably because your library has one or fewer cards in it), these abilities will still trigger."},{"date":"2024-09-20","text":"To manifest dread, look at the top two cards of your library. Manifest one (by putting it onto the battlefield face down) and put the other into your graveyard. The card you put onto the battlefield becomes a 2/2 face-down creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-09-20","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-09-20","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a manifested creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-09-20","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered should remain clear, as well as what ability caused them to be face down. (This includes manifest, disguise, cloak, morph, and a few older effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["uncommon"]},"breaking":{"name":"Breaking","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player mills eight cards.\nFuse (You may cast one or both halves of this card from your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Fuse"],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":8},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":"Target player mills eight cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"043370fd-9cfe-47ce-8019-e915cee1ae95","metadata":{"source_printing_ids":["66724f4e-59dd-4c70-b09b-49947320e6d1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"layout":"split","printings":["DGM","PDGM","PRM"],"rulings":[{"date":"2013-04-15","text":"Entering doesn’t target any creature card. You choose which card you’re putting onto the battlefield as Entering resolves. You can choose any creature card in a graveyard at time, including one put into a graveyard because of Breaking if you cast Breaking // Entering as a fused split spell."},{"date":"2013-04-15","text":"If a player names a card, the player may name either half of a split card, but not both. A split card has the chosen name if one of its two names matches the chosen name."},{"date":"2013-04-15","text":"If you cast a split card with fuse from your hand without paying its mana cost, you can choose to use its fuse ability and cast both halves without paying their mana costs."},{"date":"2013-04-15","text":"If you’re casting a split card with fuse from any zone other than your hand, you can’t cast both halves. You’ll only be able to cast one half or the other."},{"date":"2013-04-15","text":"On the stack, a split spell that hasn’t been fused has only that half’s characteristics and mana value. The other half is treated as though it didn’t exist."},{"date":"2013-04-15","text":"Some split cards with fuse have two halves that are both multicolored. That card is multicolored no matter which half is cast, or if both halves are cast. It’s also multicolored while not on the stack."},{"date":"2013-04-15","text":"Some split cards with fuse have two monocolor halves of different colors. If such a card is cast as a fused split spell, the resulting spell is multicolored. If only one half is cast, the spell is the color of that half. While not on the stack, such a card is multicolored."},{"date":"2013-04-15","text":"To cast a fused split spell, pay both of its mana costs. While the spell is on the stack, its mana value is the total amount of mana in both costs."},{"date":"2013-04-15","text":"When a fused split spell resolves, follow the instructions of the left half first, then the instructions on the right half."},{"date":"2013-04-15","text":"When resolving a fused split spell with multiple targets, treat it as you would any spell with multiple targets. If all targets are illegal when the spell tries to resolve, the spell doesn’t resolve and none of its effects happen. If at least one target is still legal at that time, the spell resolves, but an illegal target can’t perform any actions or have any actions performed on it."},{"date":"2013-04-15","text":"You can choose the same object as the target of each half of a fused split spell, if appropriate."}],"rarities":["rare"]},"breaking point":{"name":"Breaking Point","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Any player may have Breaking Point deal 6 damage to them. If no one does, destroy all creatures. Creatures destroyed this way can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":6},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Any player may have ~ deal 6 damage to them. If no one does, destroy all creatures. Creatures destroyed this way can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a648b9ed-810a-41db-af40-3b5b4658db90","metadata":{"source_printing_ids":["73e348dd-2d8a-4ee6-a834-2d5861566043","765ec2c9-8ffe-488a-bebe-e5dd63825a8c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["DDK","JUD"],"rarities":["rare"]},"breeches, the blastmaker":{"name":"Breeches, the Blastmaker","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Pirate"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever you cast your second spell each turn, you may sacrifice an artifact. If you do, flip a coin. When you win the flip, copy that spell. You may choose new targets for the copy. When you lose the flip, Breeches deals damage equal to that spell's mana value to any target.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"FlipCoin","win_effect":null,"lose_effect":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"FlippedCoin","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false,"coin_flip_result":"Won"},"or_trigger":null,"lifetime":"Reflexive"},"effect":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"FlippedCoin","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false,"coin_flip_result":"Lost"},"or_trigger":null,"lifetime":"Reflexive"},"effect":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your second spell each turn, you may sacrifice an artifact. If you do, flip a coin. When you win the flip, copy that spell. You may choose new targets for the copy. When you lose the flip, ~ deals damage equal to that spell's mana value to any target.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"8514f20a-50c7-4319-84cb-2bf263548234","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["cf3bda9e-42af-4f99-a504-c96c25c2794b","fcde5cd5-4ce6-4b94-8d97-534a647dbfc1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"Breeches's triggered ability triggers without requiring a target. It sets up two delayed triggered abilities: one that triggers when you win the flip, and one that triggers when you lose the flip. Only one of these abilities will trigger, based on the result of the flip. If you lost the flip, you'll choose a target for that delayed triggered ability at that time. Players can respond to the delayed triggered ability knowing its target and how much damage will be dealt, as normal."},{"date":"2024-04-12","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2024-04-12","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2024-04-12","text":"If you don't sacrifice an artifact, you won't flip a coin, and neither delayed triggered ability will trigger."},{"date":"2024-04-12","text":"If you win the flip, the copy created by Breeches's delayed triggered ability will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. The new targets must be legal."},{"date":"2024-04-12","text":"Spells that were cast before Breeches entered the battlefield count. If Breeches was the first spell you cast this turn, the next spell you cast this turn is your second spell."},{"date":"2024-04-12","text":"The copy made by Breeches's delayed triggered ability is created on the stack, so it's not \"cast.\""},{"date":"2024-04-12","text":"You can't choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["rare"]},"breeding pool":{"name":"Breeding Pool","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Forest","Island"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {G} or {U}.)\nAs this land enters, you may pay 2 life. If you don't, it enters tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"decline":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, you may pay 2 life. If you don't, it enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"20283c4a-f1f0-42f0-bc08-6da87474426b","metadata":{"source_printing_ids":["045d22eb-b291-4bbe-b468-32bdf8b6eba6","19477aca-b8db-4061-9a78-ebb189a9df22","1c575871-9b46-4cd4-8596-54dc04f76456","29ded082-0e6e-4aed-90cc-1bc4aea77dfa","3c750d5a-f743-41ff-b5ba-02025ca0bec2","4f36e582-e734-4159-b156-5a99d844f2ff","5656d6f2-ca19-452d-870c-d5e7a3dc9432","830eb270-f7aa-4694-8fe1-7c19e148a39f","9b35c030-029d-4286-ab79-0165c8688c6c","b98b2a35-ec2b-47fe-903d-dd292e469a3c","bb54233c-0844-4965-9cde-e8a4ef3e11b8","cebd6adc-cfb1-4cbb-abf5-9f2913c81898","ece3bcdd-cb33-4923-b919-ba57a327d3cd","f920e32c-8a4b-4152-be3a-02810f3e5f13","fda15a78-a370-4cc6-a4df-92200d6ca826"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CLU","DIS","EOE","EXP","GTC","PEOE","PRM","PRNA","RNA","RVR","SLD","UNF"],"rulings":[{"date":"2018-10-05","text":"If an effect puts this land onto the battlefield tapped, you may pay 2 life, but it still enters tapped."},{"date":"2018-10-05","text":"Unlike most dual lands, this land has two basic land types. It's not basic, so cards such as District Guide can't find it, but it does have the appropriate land types for effects such as that of Drowned Catacomb (from the Ixalan set)."}],"rarities":["rare","mythic"]},"breena, the demagogue":{"name":"Breena, the Demagogue","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bird","Warlock"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a player attacks one of your opponents, if that opponent has more life than another of your opponents, that attacking player draws a card and you put two +1/+1 counters on a creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Player"},"description":"Whenever a player attacks one of your opponents, if that opponent has more life than another of your opponents, that attacking player draws a card and you put two +1/+1 counters on a creature you control.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"DefendingPlayer"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Opponent","aggregate":"Min"}}}},"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"d11e627b-8a48-411d-a261-2c9a02a758ba","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["599f87c8-643e-4224-93a5-853c0bd4e497","6cb82b10-d785-4e20-84ac-0660d49be8ad","7c4cb151-432e-4652-9ebd-b4640cc04c3b","d0adb0c2-d45f-4c51-a4df-05f75c83e46a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","OC21","OTC","PRM","SOC"],"rulings":[{"date":"2021-04-16","text":"Breena's triggered ability will trigger even if you control no creatures."},{"date":"2021-04-16","text":"If the attacking player is one of your opponents and has less life than the player being attacked, then the condition is satisfied."},{"date":"2021-04-16","text":"You choose which creature to put +1/+1 counters on as the ability is resolving. Once you make the choice, no player may take actions until the counters are placed."}],"rarities":["mythic"]},"breya, etherium shaper":{"name":"Breya, Etherium Shaper","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Human"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Breya enters, create two 1/1 blue Thopter artifact creature tokens with flying.\n{2}, Sacrifice two artifacts: Choose one —\n• Breya deals 3 damage to target player or planeswalker.\n• Target creature gets -4/-4 until end of turn.\n• You gain 5 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":2}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["~ deals 3 damage to target player or planeswalker.","Target creature gets -4/-4 until end of turn.","You gain 5 life."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":-4},"toughness":{"type":"Fixed","value":-4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":5}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Thopter","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Thopter"],"colors":["Blue"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create two 1/1 blue Thopter artifact creature tokens with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue","White"],"color_identity":["Black","Red","Blue","White"],"scryfall_oracle_id":"d460a9e2-5a7d-4562-880e-45174be19a9d","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["8efe69bb-2204-5a35-af01-c31b8f962e8d","b5b44ebe-3809-5952-95e8-ab372abbcddb","e8749ef0-5281-5142-9c43-c89478006681"],"source_printing_ids":["2143f700-7311-46a4-ad9b-4e743a345785","468e5d5a-01cc-4d01-88fb-ab556e2383cb","581591f0-b3c7-4fca-b4b9-1d1d098ca7fb","61061110-a8f4-41ac-a89e-93359050919d","8b585ce8-77a3-4755-8aa6-aee83724bbab","8bf3929c-957f-4ea2-a27d-7d53979844af"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C16","MH3","OC16","PZ2","SLD"],"rulings":[{"date":"2017-04-17","text":"Breya, Etherium Shaper is banned as a commander in Duel Commander format, but it may be part of your deck."},{"date":"2020-08-07","text":"Breya can be one of the two artifacts sacrificed to pay the cost of its last ability."}],"rarities":["mythic"]},"bribery":{"name":"Bribery","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search target opponent's library for a creature card and put that card onto the battlefield under your control. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search target opponent's library for a creature card and put that card onto the battlefield under your control. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"6d194882-ca37-49bb-ac9f-a751c53850a8","metadata":{"source_printing_ids":["49fd737a-d7da-421b-a741-d6d0d213299f","99c7c1d0-dc6b-413f-8346-54728a4c7b14","a70f54e4-3297-4bf4-8aa8-e4be4965e961","d452456c-f828-4301-9b4f-8a0e77525d5f","d820fed7-fbe8-4175-834a-33b6742481ea","dfc0ea8a-62f6-49e8-8eec-9748870bc596","e0b099ef-4b43-4b63-a7fc-cec19cf29f4e","e7b8a9a2-55d8-4cf8-9912-787bdbc90ebb","eb0cb4bc-c2de-4d4a-8daa-df68350239a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["8ED","CMM","J13","MMQ","PRM","SLD","TLE"],"rulings":[{"date":"2004-10-04","text":"You put the creature onto the battlefield, so you control it and any \"enters\" abilities it has."}],"rarities":["rare","mythic"]},"brigid, clachan's heart":{"name":"Brigid, Clachan's Heart","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Kithkin","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature enters or transforms into Brigid, Clachan's Heart, create a 1/1 green and white Kithkin creature token.\nAt the beginning of your first main phase, you may pay {G}. If you do, transform Brigid.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Kithkin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Kithkin"],"colors":["Green","White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters, create a 1/1 green and white Kithkin creature token.","constraint":null,"condition":null,"batched":false},{"mode":"Transformed","execute":{"kind":"Spell","effect":{"type":"Token","name":"Kithkin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Kithkin"],"colors":["Green","White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"SelfRef"},"description":"Whenever ~ transforms into ~, create a 1/1 green and white Kithkin creature token.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, you may pay {G}. If you do, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"60fc89a1-cc6f-4a32-84c3-09abf7a4a1df","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["87bee785-9a5c-5fdc-bda0-b6053886e6bd"],"source_printing_ids":["887002ae-794b-427c-9f98-e909b22313d9","cb7d5bbb-4f68-4e38-8bb0-a95af21b24c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["ECL"],"rarities":["rare"]},"brigid, doun's mind":{"name":"Brigid, Doun's Mind","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Kithkin","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{T}: Add X {G} or X {W}, where X is the number of other creatures you control.\nAt the beginning of your first main phase, you may pay {W}. If you do, transform Brigid.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}}},"color_options":["Green","White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add X {G} or X {W}, where X is the number of other creatures you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, you may pay {W}. If you do, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green"],"color_identity":["Green","White"],"scryfall_oracle_id":"60fc89a1-cc6f-4a32-84c3-09abf7a4a1df","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["87bee785-9a5c-5fdc-bda0-b6053886e6bd"],"source_printing_ids":["887002ae-794b-427c-9f98-e909b22313d9","cb7d5bbb-4f68-4e38-8bb0-a95af21b24c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["ECL"],"rarities":["rare"]},"brilliance unleashed":{"name":"Brilliance Unleashed","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one or both —\n• Brilliance Unleashed deals 5 damage to target creature.\n• Choose target artifact card in your graveyard. Return it to the battlefield if it's an artifact creature card. Otherwise, return it to the battlefield and it's a 3/3 Robot artifact creature with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Robot"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 3/3 Robot artifact creature with flying"}],"duration":"UntilHostLeavesPlay","target":null},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Creature"],"subtype_filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"artifact"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"b047cd3f-9129-41cc-8b91-b0dc970f5068","modal":{"min_choices":1,"max_choices":2,"mode_count":2,"mode_descriptions":["~ deals 5 damage to target creature.","Choose target artifact card in your graveyard. Return it to the battlefield if it's an artifact creature card. Otherwise, return it to the battlefield and it's a 3/3 Robot artifact creature with flying."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["b7ab2110-5aad-46c9-8dc4-1eac24b6f46b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"The last mode of Brilliance Unleashed doesn't remove any abilities the artifact has."}],"rarities":["uncommon"]},"brimstone mage":{"name":"Brimstone Mage","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Level up {3}{R} ({3}{R}: Put a level counter on this. Level up only as a sorcery.)\nLEVEL 1-2\n2/3\n{T}: This creature deals 1 damage to any target.\nLEVEL 3+\n2/4\n{T}: This creature deals 3 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[{"LevelUp":{"type":"Cost","shards":["Red"],"generic":3}}],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals 1 damage to any target.","target_prompt":null,"activation_restrictions":[{"type":"LevelCounterRange","data":{"minimum":1,"maximum":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals 3 damage to any target.","target_prompt":null,"activation_restrictions":[{"type":"LevelCounterRange","data":{"minimum":3}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"level","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":3}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":3}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":1,"maximum":2},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 1-2 / 2/3"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 3+ / 2/4"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"81dcb85e-d61f-430b-9540-5a3bb1378d5a","metadata":{"source_printing_ids":["1f65ebef-e159-4698-8852-650b7b6a08d3","7a640c53-e820-4d65-9158-252575be5168"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLST","ROE"],"rulings":[{"date":"2010-06-15","text":"A creature's level is based on how many level counters it has on it, not how many times its level up ability has been activated or has resolved. If a leveler gets level counters due to some other effect (such as Clockspinning) or loses level counters for some reason (such as Vampire Hexmage), its level is changed accordingly."},{"date":"2010-06-15","text":"Effects that modify a leveler's power or toughness, such as the effects of Giant Growth or Glorious Anthem, will apply to it no matter when they started to take effect. The same is true for counters that change the creature's power or toughness (such as +1/+1 counters) and effects that switch its power and toughness."},{"date":"2010-06-15","text":"Effects that set a leveler's power or toughness to a specific value, including the effects from a level symbol's ability, apply in timestamp order. The timestamp of each level symbol's ability is the same as the timestamp of the leveler itself, regardless of when the most recent level counter was put on it."},{"date":"2010-06-15","text":"If another creature becomes a copy of a leveler, all of the leveler's printed abilities — including those represented by level symbols — are copied. The current characteristics of the leveler, and the number of level counters on it, are not. The abilities, power, and toughness of the copy will be determined based on how many level counters are on the copy."},{"date":"2010-06-15","text":"The abilities a leveler grants to itself don't overwrite any other abilities it may have. In particular, they don't overwrite the creature's level up ability; it always has that."}],"rarities":["uncommon"]},"brimstone volley":{"name":"Brimstone Volley","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Brimstone Volley deals 3 damage to any target.\nMorbid — Brimstone Volley deals 5 damage instead if a creature died this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"Morbid — ~ deals 5 damage instead if a creature died this turn.","target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"~ deals 3 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d12e374d-ed09-4d5e-bb7a-6c7d9ea80a1e","metadata":{"source_printing_ids":["1016fde6-663f-47f4-8fe4-9989f10b9237","31a4fdc1-f69e-4306-bb0c-08d72fc3cf48","6960f2da-6b84-4680-8ab2-f0567a5d1b0a","94fa0577-f02a-4d24-835b-fef8d849b37a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","CNS","ISD","SIS"],"rarities":["common","uncommon"]},"bring back":{"name":"Bring Back","mana_cost":{"type":"Cost","shards":["GreenWhite","GreenWhite","GreenWhite","GreenWhite"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create two 1/1 white Human creature tokens. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Human","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create two 1/1 white Human creature tokens.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["White","Green"],"color_identity":["Green","White"],"scryfall_oracle_id":"9c247a17-361c-435e-90c8-ce9c6b71f7db","metadata":{"related_token_ids":["e9a6488c-20ca-5519-bf6e-7555fcf45db9"],"source_printing_ids":["8a665794-513f-4f78-92c9-1844ec27c79c","c389e04c-b009-4468-b760-5dd588cff9b9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["ELD","PRM"],"rarities":["uncommon"]},"bring to light":{"name":"Bring to Light","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Converge — Search your library for a creature, instant, or sorcery card with mana value less than or equal to the number of colors of mana spent to cast this spell, exile that card, then shuffle. You may cast that card without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}}}]},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}}}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}}}]}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Converge — Search your library for a creature, instant, or sorcery card with mana value less than or equal to the number of colors of mana spent to cast this spell, exile that card, then shuffle. You may cast that card without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"67183256-23cc-4af5-991e-d7148e942c63","metadata":{"source_printing_ids":["049a1e2a-37db-4575-ad63-3de7e664ab33","2b5cfc9b-90c0-4073-8584-8cf59d13fd60","400aa24b-870e-4a5a-8af0-060533d9cb18","467ed050-ed2a-4043-b12b-5d29fb506eb3","851367a6-ba83-4c91-b530-7402037c09bc","d25b13a4-6282-4426-8b01-9550f7d52d16","ddc94b16-3da6-44b8-b304-e532db0f46c9","e3399260-a81a-475c-9b87-1efb1a13f8d6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","BFZ","PBFZ","PIO","PRM","SOA"],"rulings":[{"date":"2015-08-25","text":"If a spell with a converge ability is copied, no mana was spent to cast the copy, so the number of colors of mana spent to cast the spell will be zero. The number of colors spent to cast the original spell is not copied."},{"date":"2015-08-25","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X."},{"date":"2015-08-25","text":"If there are any alternative or additional costs to cast a spell with a converge ability, the mana spent to pay those costs will count. For example, if an effect makes sorcery spells cost {1} more to cast, you could pay {W}{U}{B}{R} to cast Radiant Flames and deal 4 damage to each creature."},{"date":"2015-08-25","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs, such as awaken costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, you must pay those to cast the card."},{"date":"2015-08-25","text":"If you cast a spell with converge without spending any mana to cast it (perhaps because an effect allowed you to cast it without paying its mana cost), then the number of colors spent to cast it will be zero."},{"date":"2015-08-25","text":"If you cast an instant or sorcery card this way, it goes to your graveyard as normal. It doesn't return to exile."},{"date":"2015-08-25","text":"If you cast the exiled card, you do so as part of the resolution of Bring to Light. You can't wait to cast it later in the turn. Timing restrictions based on the card's type are ignored, but other restrictions (such as \"Cast [this card] only during combat\") are not."},{"date":"2015-08-25","text":"If you don't cast the card, it remains exiled."},{"date":"2015-08-25","text":"The maximum number of colors of mana you can spend to cast a spell is five. Colorless is not a color. Note that the cost of a spell with converge may limit how many colors of mana you can spend."},{"date":"2015-08-25","text":"Unless a spell or ability allows you to, you can't choose to pay more mana for a spell with a converge ability just to spend more colors of mana. Likewise, if a spell or ability reduces the amount of mana it costs you to cast a spell with converge, you can't ignore that cost reduction in order to spend more colors of mana."}],"rarities":["rare"]},"brisela, voice of nightmares":{"name":"Brisela, Voice of Nightmares","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Eldrazi","Angel"]},"power":{"type":"Fixed","value":9},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"Flying, first strike, vigilance, lifelink\nYour opponents can't cast spells with mana value 3 or less.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flying","Lifelink","Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantBeCast":{"who":"Opponents"}},"affected":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your opponents can't cast spells with mana value 3 or less."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b23587e0-9fb7-492e-8bb4-f218e8e4ce6c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0cd83c0e-8e37-40bf-87a5-5b4c009248fb","1895e487-467c-425e-be65-df64d81f5264","33cc6111-01e2-41b6-af81-a89334631a72","5a7a212e-e0b6-4f12-a95c-173cae023f93","7e926e19-553c-470a-afde-358541af5caa","bbcd6747-f763-4e74-bb24-e93afe23cb32"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","SIR","SLD","V17"],"rulings":[{"date":"2016-07-13","text":"For more information on meld cards, see the Eldritch Moon mechanics article (https://magic.wizards.com/en/articles/archive/feature/eldritch-moon-mechanics-2016-06-27)."}],"rarities":["mythic"]},"broadside bombardiers":{"name":"Broadside Bombardiers","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Pirate"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Menace, haste\nBoast — Sacrifice another creature or artifact: This creature deals damage equal to 2 plus the sacrificed permanent's mana value to any target. (Activate only if this creature attacked this turn and only once each turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Menace"],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}},"offset":2},"target":{"type":"Any"}},"cost":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]}]},"count":1},"sub_ability":null,"duration":null,"description":"Boast — Sacrifice another creature or artifact: ~ deals damage equal to 2 plus the sacrificed permanent's mana value to any target.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"},{"type":"RequiresCondition","data":{"condition":{"type":"SourceAttackedThisTurn"}}}],"ability_tag":{"type":"Boast"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e0c00a74-bdf8-4fee-8042-42c5878e9e3c","metadata":{"source_printing_ids":["9721f8da-39ed-4ada-a571-61e08a86032b","e74176a0-52bb-407e-9cce-f26bf1eceb41","ec9df172-9fdb-4b0c-a23a-865b83c8fa40"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA3","LCC","SLD"],"rulings":[{"date":"2023-11-10","text":"A boast ability can be activated at any point after the creature with that ability has been declared as an attacker. This can be before blockers are declared, after blockers are declared but before combat damage is dealt, during combat after combat damage is dealt, during the postcombat main phase, during the end step, or, in some unusual cases, during the cleanup step."},{"date":"2023-11-10","text":"If a creature with a boast ability is put onto the battlefield attacking, it was never declared as an attacker. Its boast ability can't be activated that turn."},{"date":"2023-11-10","text":"If an effect adds additional combat phases to a turn and a creature with a boast ability attacks more than once during that turn, its boast ability can still be activated only once."},{"date":"2023-11-10","text":"If it's not your turn and you gain control of a creature with a boast ability after that creature attacked, you can activate that creature's boast ability if it hasn't been activated yet that turn."},{"date":"2023-11-10","text":"The back face of a double-faced card doesn't have a mana cost. A double-faced permanent with its back face up has a mana value equal to the mana value of its front face."}],"rarities":["rare"]},"bronzehide lion":{"name":"Bronzehide Lion","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{G}{W}: This creature gains indestructible until end of turn.\nWhen this creature dies, return it to the battlefield. It's an Aura enchantment with enchant creature you control and \"{G}{W}: Enchanted creature gains indestructible until end of turn,\" and it loses all other abilities.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","White"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{G}{W}: ~ gains indestructible until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ReturnAsAura","enchant_filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"grants":[{"type":"RemoveAllAbilities"},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible until end of turn,"}],"duration":null,"target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","White"],"generic":0}},"sub_ability":null,"duration":null,"description":"{G}{W}: Enchanted creature gains indestructible until end of turn,","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, return it to the battlefield. It's an Aura enchantment with enchant creature you control and \"{G}{W}: Enchanted creature gains indestructible until end of turn,\" and it loses all other abilities.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"0db3b29e-e21c-4240-8e5e-959ba6bcf706","metadata":{"source_printing_ids":["8fdafadb-fa04-4282-b576-b85e79c242c9","c65f4d9d-aa87-439c-8db5-3789cabcce4c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRM","PTHB","THB"],"rulings":[{"date":"2020-01-24","text":"If a nontoken permanent is a copy of Bronzehide Lion, it returns from its owner's graveyard as an Aura with the two abilities granted by Bronzehide Lion and none of its normal abilities. If it has any enters-the-battlefield replacement effects, those won't apply. The Aura keeps its name, colors, and any supertypes it may have."},{"date":"2020-01-24","text":"If a token is a copy of Bronzehide Lion, it won't return from its owner's graveyard."},{"date":"2020-01-24","text":"If you control but don't own Bronzehide Lion, you'll return it to the battlefield when it dies, not its owner. It'll enchant a creature you control."},{"date":"2020-01-24","text":"You choose a creature you control for Bronzehide Lion to enchant as it returns to the battlefield. If there's nothing it can legally enchant, it remains in its owner's graveyard."}],"rarities":["rare"]},"brood birthing":{"name":"Brood Birthing","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you control an Eldrazi Spawn, create three 0/1 colorless Eldrazi Spawn creature tokens. They have \"Sacrifice this token: Add {C}.\" Otherwise, create one of those tokens.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"If"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice ~: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If you control an Eldrazi Spawn, create three 0/1 colorless Eldrazi Spawn creature tokens. They have \"Sacrifice ~: Add {C}.\" Otherwise, create one of those tokens."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e7d1c762-69d0-401d-8035-6e9744baf9d8","metadata":{"related_token_ids":["72736a8e-7059-58e0-83df-1a88d355766b"],"source_printing_ids":["0e44f7ff-1cfa-4bc4-a0f7-9d71ba48a97a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ROE"],"rulings":[{"date":"2010-06-15","text":"If you put a single token onto the battlefield this way, it's exactly like the ones specified earlier: it's a 0/1 colorless Eldrazi Spawn creature token that has \"Sacrifice this creature: Add {C}.\""},{"date":"2010-06-15","text":"Whether you control an Eldrazi Spawn is checked as Brood Birthing resolves."}],"rarities":["common"]},"brood keeper":{"name":"Brood Keeper","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever an Aura becomes attached to this creature, create a 2/2 red Dragon creature token with flying. It has \"{R}: This creature gets +1/+0 until end of turn.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attached","execute":{"kind":"Spell","effect":{"type":"Token","name":"Dragon","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Dragon"],"colors":["Red"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: ~ gets +1/+0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have \"{R}: ~ gets +1/+0 until end of turn.\""}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"SelfRef"},"valid_source":null,"description":"Whenever an Aura becomes attached to ~, create a 2/2 red Dragon creature token with flying. It has \"{R}: ~ gets +1/+0 until end of turn.\"","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c123f45d-a8db-405f-93ef-7227e826790c","metadata":{"related_token_ids":["64acacdf-5d42-5a9d-bcff-dcbd2ddca08e"],"source_printing_ids":["0a640a5b-c638-4ae6-ad02-eb5fe20f4662"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["M15"],"rulings":[{"date":"2014-07-18","text":"Brood Keeper’s ability triggers both whenever an Aura enters the battlefield attached to Brood Keeper and whenever an Aura on the battlefield attached to a different object becomes attached to Brood Keeper."},{"date":"2014-07-18","text":"If an Aura becomes attached to Brood Keeper that causes another player to gain control of it, that player will control the triggered ability that creates a Dragon."}],"rarities":["uncommon"]},"broodspinner":{"name":"Broodspinner","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spider"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhen this creature enters, surveil 2. (Look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)\n{4}{B}{G}, {T}, Sacrifice this creature: Create a number of 1/1 black and green Insect creature tokens with flying equal to the number of card types among cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Insect","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Insect"],"colors":["Black","Green"],"keywords":["Flying"],"tapped":false,"count":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Green"],"generic":4}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{4}{B}{G}, {T}, Sacrifice ~: Create a number of 1/1 black and green Insect creature tokens with flying equal to the number of card types among cards in your graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, surveil 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"ad50214c-4d0e-4f95-9098-fd7d64dbf7f4","metadata":{"related_token_ids":["26fab7df-78f1-5a13-af43-ab906331ae31"],"source_printing_ids":["dcdd2622-ab7a-4990-b026-3667cac42894"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["uncommon"]},"browbeat":{"name":"Browbeat","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Any player may have Browbeat deal 5 damage to them. If no one does, target player draws three cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Any player may have ~ deal 5 damage to them. If no one does, target player draws three cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"11cd0c42-4148-4d82-9172-b1a1967fe319","metadata":{"source_printing_ids":["1f358395-df58-474e-92cf-c80d42801f21","74f20068-f225-4055-be7a-5c4a18e33b0b","77c0eb52-8e09-471a-b00c-aaa1ae244afc","7e8e9f60-f8ea-4f29-b7e2-ca87f8336fca","db8ec14b-f972-4a23-a49b-30a83f52f9aa"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["A25","DDK","F09","HOP","JUD","PD2","PLST","PRM","TSB"],"rarities":["uncommon","special"]},"bruce banner":{"name":"Bruce Banner","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Scientist","Hero"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{X}{X}, {T}: Draw X cards. Activate only as a sorcery.\n{2}{R}{R}{G}{G}: Transform Bruce Banner. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["X","X"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{X}{X}, {T}: Draw X cards. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red","Green","Green"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{R}{R}{G}{G}: Transform ~. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"b6c0ee14-2028-4e8b-9acd-ff78821bca9b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0ccb6a0e-a8aa-413d-8e6d-f25447800ed4","481166c5-6a16-469c-91bd-abf291b5db49","e0dbbdcf-84e1-494f-8b8c-0a094f603fa9","eb2d2d35-4956-42fa-94e0-b241ed666683"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["MSH"],"rarities":["mythic"]},"bruna, the fading light":{"name":"Bruna, the Fading Light","mana_cost":{"type":"Cost","shards":["White","White"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel","Horror"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, you may return target Angel or Human creature card from your graveyard to the battlefield.\nFlying, vigilance\n(Melds with Gisela, the Broken Blade.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Angel"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Creature",{"Subtype":"Human"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, you may return target Angel or Human creature card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"bce7e45d-b2c5-43aa-91a6-3a3c24f30850","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["09c010da-1f05-4ab2-a8e7-f9d7762ea502","25fe1de0-431e-4a33-a6e2-c68dad7c17fe","27907985-b5f6-4098-ab43-15a0c2bf94d5","66a0347e-8ec6-463e-aef5-33f7d62899e2","6fccdb60-5fce-4a6e-a709-b986f9a4b653","abd2e842-d953-4e97-b95a-2b1af51173a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","SIR","SLD","V17"],"rulings":[{"date":"2016-07-13","text":"For more information on meld cards, see the Eldritch Moon mechanics article (https://magic.wizards.com/en/articles/archive/feature/eldritch-moon-mechanics-2016-06-27)."}],"rarities":["rare"]},"bruse tarl, roving rancher":{"name":"Bruse Tarl, Roving Rancher","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Oxen you control have double strike.\nWhenever Bruse Tarl enters or attacks, exile the top card of your library. If it's a land card, create a 2/2 white Ox creature token. Otherwise, you may cast it until the end of your next turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Ox","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Ox"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Land"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, exile the top card of your library. If it's a land card, create a 2/2 white Ox creature token. Otherwise, you may cast it until the end of your next turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Ox"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Oxen you control have double strike."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"c22589e1-1721-43a3-897e-990af6ebcffa","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0c6204e4-e3fc-51cd-9496-4b2da24e3783","1fdbd699-ae54-51c4-91db-3150c59e0787"],"source_printing_ids":["026257bf-f4e7-45f8-9c93-7248f201c583","286c55c2-dcc1-4e87-a83f-9981d28ab62d","40196502-3887-4315-bff4-de39f82796fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","PLST","POTJ"],"rulings":[{"date":"2024-04-12","text":"Bruse Tarl's ability doesn't allow you to play land cards that it exiles. But hey, free Oxen."},{"date":"2024-04-12","text":"If Bruse Tarl leaves the battlefield after other Oxen you control have dealt first-strike damage but before regular combat damage, those Oxen won't deal regular combat damage (unless they still have double strike for some other reason) ."},{"date":"2024-04-12","text":"You pay all costs and follow all normal timing rules for spells cast from exile with Bruse Tarl's last ability. For example, if you exile a creature card this way, you must wait until your main phase to cast it."}],"rarities":["rare"]},"brushland":{"name":"Brushland","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{T}: Add {G} or {W}. This land deals 1 damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Green","White"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add {G} or {W}. ~ deals 1 damage to you.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"5eb8b497-ec9a-4a89-ad29-1ec3ca82da7c","metadata":{"source_printing_ids":["0bd3ea6a-84f7-41d0-8e4d-222809f1d484","0cd9fc50-4930-45c8-8b58-19ba4bc22d62","0f04a729-2e7e-459b-83ca-7d57b6b13ac3","170e5ccd-54bf-4c6d-86b4-0359ca8f36e8","18d236ce-3b78-403a-b5f9-4fb44123d85b","3417c159-f524-42fe-93c4-f729cea41341","3e3109ec-12c6-404d-9580-37615f8a506f","553c92f8-5645-42a7-ab6e-ec928c393d21","5541b572-28c0-4c71-b382-da70721dc321","6de242ab-fab3-43f0-b8b4-6f323109eeaf","70afcfca-c065-4a33-95b1-ec2b08bcb493","792f4213-67ab-41d9-975d-ff783668f93d","808c2748-65c5-407f-bb09-1e82dd1a4efb","8b983b45-e8be-49e1-84c1-cec204395264","98178c9d-e113-4f0e-9a7b-3ebfaafe2503","9d182c97-2879-4f20-86e8-8e369dbb437e","a7b19e1c-b74f-4608-ad8f-9c82292ceea2","b6b28a55-23a0-4b5d-b7d3-b9df7e4a7718","bf96218e-006d-4ae3-aa61-7ef8b561f8a9","c2bc3f62-1e3a-4ec3-a83b-f6547d7c7b0d","d147d333-0172-4247-aec3-99c741123005","dcb5474f-a842-4e8a-af3b-75bd12b758f5","e6793b15-37fb-495e-b5e2-22c1df4cdc05"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","5ED","6ED","7ED","9ED","ATH","BLC","BRO","FIC","ICE","LTC","M3C","OLEP","PBRO","PLST","PRM","PTC","WC00","WC02"],"rarities":["rare"]},"brushwagg":{"name":"Brushwagg","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Brushwagg"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature blocks or becomes blocked, it gets -2/+2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-2},"toughness":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ blocks or becomes blocked, it gets -2/+2 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"33a981ac-878d-4257-936f-55b4e6543c12","metadata":{"source_printing_ids":["6c20edc3-5ad0-42c1-a5ec-3e680fb03297"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rarities":["rare"]},"bubbling muck":{"name":"Bubbling Muck","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until end of turn, whenever a player taps a Swamp for mana, that player adds an additional {B}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"TapsForMana","execute":null,"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Swamp"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"],"contribution":"Additional"},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, whenever a player taps a Swamp for mana, that player adds an additional {B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3c7f2b29-9f42-41ab-a2d4-7a450fb0242d","metadata":{"source_printing_ids":["076b4810-8e92-4d8f-be82-fc799ec47ee3","6ca76614-78a1-4535-9162-70469d1e8a13"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","UDS"],"rulings":[{"date":"2004-10-04","text":"Affects lands tapped for rest of turn, not just swamps on the battlefield at the time it resolves. This is because it affects players and not the lands themselves."},{"date":"2004-10-04","text":"Affects lands with type Swamp, not lands that are named “Swamp.”"}],"rarities":["common"]},"bucknard's everfull purse":{"name":"Bucknard's Everfull Purse","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Roll a d4 and create a number of Treasure tokens equal to the result. The player to your right gains control of this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":4,"results":[]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"Neighbor","direction":{"type":"Right"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}, {T}: Roll a d4 and create a number of Treasure tokens equal to the result. The player to your right gains control of ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"f70b9eee-3874-4391-8df8-e10bbd19307e","metadata":{"related_token_ids":["6a613aa7-be49-5cc5-abd3-4fab87bb0065","b0e0f943-429b-5075-a61d-22338c7dfcf6"],"source_printing_ids":["38b51dbb-7d8e-41fc-9768-627fd4692555","57073533-dcd8-4a86-9aa8-d7205d3799e1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","PLST"],"rulings":[{"date":"2021-07-23","text":"An ability that tells you to roll a die will also specify what to do with the result of that roll. Most often, this is in the form of a “results table” in the card text."},{"date":"2021-07-23","text":"An effect that says “choose a target, then roll a d20” or similar still uses the normal process of putting an ability on the stack and resolving it. Choosing targets is part of putting the ability on the stack and rolling the d20 happens later, as the ability resolves."},{"date":"2021-07-23","text":"Dice are identified by the number of faces each one has. For example, a d20 is a twenty-sided die."},{"date":"2021-07-23","text":"Dice used must have equally likely outcomes and the roll must be fair. Although physical dice are recommended, digital substitutes are allowed, provided they have the same number of equally likely outcomes as specified in the original roll instruction."},{"date":"2021-07-23","text":"Some abilities, like that of Pixie Guide and Barbarian Class, replace rolling a die with rolling extra dice and ignoring the lowest roll. The ignored rolls are not considered for the effect that instructed you to roll a die, and do not cause abilities to trigger. For all intents and purposes, once you determine which dice count, any extra dice were never rolled."},{"date":"2021-07-23","text":"Some effects instruct you to roll again. This uses the same number and type of dice as the original roll, and that roll will use the same set of possible outcomes."},{"date":"2021-07-23","text":"Some effects may modify the result of a die roll. This may be part of the instruction to roll a die or it may come from other cards. Anything that references the “result” of a die roll is looking for the result after these modifications. Anything that is looking for the “natural result” is looking for the number shown on the face of the die before these modifications."},{"date":"2021-07-23","text":"The instruction to roll a die and the effect that occurs because of the result are all part of the same ability. Players do not get the chance to respond to the ability after knowing the result of the roll."},{"date":"2021-07-23","text":"Tournament events have more specific rules regarding dice and die-rolling. For more information, please see the most recent version of the Magic Tournament Rules at https://wpn.wizards.com/en/document/magic-gathering-tournament-rules."},{"date":"2021-07-23","text":"While playing Planechase, rolling the planar die will cause any ability that triggers whenever a player rolls one or more dice to trigger. However, any effect that refers to a numerical result will ignore the rolling of the planar die."}],"rarities":["uncommon"]},"bull elephant":{"name":"Bull Elephant","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elephant"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, sacrifice it unless you return two Forests you control to their owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you return two Forests you control to their owner's hand.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"ReturnToHand","count":2,"filter":{"type":"Typed","type_filters":[{"Subtype":"Forest"}],"controller":"You","properties":[]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4ed04ece-64d2-41a4-bf36-b993cbbf2aac","metadata":{"source_printing_ids":["fa7f5f41-ed30-412b-b51e-37d26e9e6455"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MGB","VIS"],"rarities":["common"]},"bumi, unleashed":{"name":"Bumi, Unleashed","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble","Ally"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen Bumi enters, earthbend 4.\nWhenever Bumi deals combat damage to a player, untap all lands you control. After this phase, there is an additional combat phase. Only land creatures can attack during that combat phase.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, earthbend 4.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":{"type":"Typed","type_filters":["Land","Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, untap all lands you control. After this phase, there is an additional combat phase. Only land creatures can attack during that combat phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"1fef13d8-5da2-46a6-91ed-7a31bd46e538","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7143a5ba-c597-4f8b-9f39-15849e298a6f","b20a5185-7e31-4fc9-be11-9423bfc389bf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"The restriction that only land creatures can attack applies only to the combat phase created by Bumi, Unleashed, not to any other combat phases that might occur that turn."}],"rarities":["mythic"]},"burning-tree shaman":{"name":"Burning-Tree Shaman","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Centaur","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever a player activates an ability that isn't a mana ability, this creature deals 1 damage to that player.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player activates an ability that isn't a mana ability, ~ deals 1 damage to that player.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"8593e899-8e6f-4d40-96ab-98788b3d9486","metadata":{"source_printing_ids":["133863fc-e820-4be6-a354-a02e7fe25eae","7ca772c7-ed84-4222-a221-16e95a8c0ba8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["GK2","GPT"],"rulings":[{"date":"2006-02-01","text":"A mana ability is an ability that adds mana, not one that costs mana to activate."},{"date":"2013-04-15","text":"A mana ability is an ability that (1) isn't a loyalty ability, (2) doesn't target, and (3) could add mana when it resolves."}],"rarities":["rare"]},"buster sword":{"name":"Buster Sword","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +3/+2.\nWhenever equipped creature deals combat damage to a player, draw a card, then you may cast a spell from your hand with mana value less than or equal to that damage without paying its mana cost.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"},{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"EventContextAmount"}}}]},"without_paying_mana_cost":true,"mode":"Cast","constraint":{"type":"ManaValue","data":{"comparator":"LE","value":{"type":"Ref","qty":{"type":"EventContextAmount"}}}},"driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"AttachedTo"},"description":"Whenever equipped creature deals combat damage to a player, draw a card, then you may cast a spell from your hand with mana value less than or equal to that damage without paying its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":2}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +3/+2."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"5e060d58-4d6e-425c-b7d4-727669fcce5b","metadata":{"source_printing_ids":["374d7383-a1a7-4eea-91f7-290180e14cc9","f57d0446-1eae-4b88-b65c-92a14a3f9cef"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"If a spell you cast has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2025-06-06","text":"If you cast a spell \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2025-06-06","text":"You choose whether to cast a spell from among the cards in your hand as Buster Sword's middle ability resolves. You can't wait to cast one later in the turn. Timing restrictions based on the card's types are ignored."}],"rarities":["mythic"]},"bustle":{"name":"Bustle","mana_cost":{"type":"Cost","shards":["RedGreen","RedGreen"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +2/+2 and gain trample until end of turn. You may turn a creature you control face up.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+2 and gain trample"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TurnFaceUp","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Creatures you control get +2/+2 and gain trample until end of turn. You may turn a creature you control face up.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"e294d85f-caf2-4939-99d3-7ca5bba2b8d1","metadata":{"source_printing_ids":["5f664827-e22e-43af-82f1-861b3c7607f1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["MKM"],"rarities":["uncommon"]},"caesar, legion's emperor":{"name":"Caesar, Legion's Emperor","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you attack, you may sacrifice another creature. When you do, choose two —\n• Create two 1/1 red and white Soldier creature tokens with haste that are tapped and attacking.\n• You draw a card and you lose 1 life.\n• Caesar deals damage equal to the number of creature tokens you control to target opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"modal":{"min_choices":2,"max_choices":2,"mode_count":3,"mode_descriptions":["Create two 1/1 red and white Soldier creature tokens with haste that are tapped and attacking.","You draw a card and you lose 1 life.","~ deals damage equal to the number of creature tokens you control to target opponent."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["Red","White"],"keywords":["Haste"],"tapped":true,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Token"}]}}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"8e62d05a-6efd-4764-bca8-97895e0cb613","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["a4fa2d1c-1462-501e-b492-d6926a131c8a"],"source_printing_ids":["246a7176-98bc-4f54-aa61-38747420f178","6aca55a2-2824-41b7-8ce7-596ae028a5b2","87eec46e-dc81-45aa-9026-c010663e0756","db77f53a-3960-4015-a809-b387a906be35","faac5cd1-ce93-4b98-97ad-8bdce2862b3b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"The Soldier tokens created by Caesar's ability enter the battlefield tapped and attacking, but since they weren't declared as attacking creatures, no abilities that trigger whenever a creature attacks or whenever you attack (such as Caesar's own ability) will trigger."},{"date":"2024-03-08","text":"You don't choose modes or a target for Caesar, Legion's Emperor's ability at the time it triggers. Rather, a second \"reflexive\" ability triggers when you sacrifice another creature this way. You choose modes and, if you chose the third mode, a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["mythic"]},"cairn wanderer":{"name":"Cairn Wanderer","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Changeling (This card is every creature type.)\nAs long as a creature card with flying is in a graveyard, this creature has flying. The same is true for fear, first strike, double strike, deathtouch, haste, landwalk, lifelink, protection, reach, trample, shroud, and vigilance.","non_ability_text":null,"flavor_name":null,"keywords":["Changeling"],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"the same is true for landwalk, protection"},"cost":null,"sub_ability":null,"duration":null,"description":"the same is true for landwalk, protection","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Fear"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Fear"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"FirstStrike"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"DoubleStrike"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Deathtouch"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Haste"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Lifelink"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Reach"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Reach"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Trample"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Shroud"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Vigilance"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a549d54f-2640-455c-8a93-bef4df2f9e8b","metadata":{"source_printing_ids":["3c83d4e8-abb7-40a7-b8ed-159a2484a009","b870a7aa-0836-4e3e-8be9-3299bdaded81","f84b53c7-10db-40f6-a1d4-0baab88355e5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","LRW","PLST"],"rulings":[{"date":"2007-10-01","text":"Cairn Wanderer’s ability looks at all cards in all graveyards. It gains any landwalk abilities and any protection abilities."}],"rarities":["rare"]},"call damage control":{"name":"Call Damage Control","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to two. Return those cards from your graveyard to your hand.\n• Target artifact card.\n• Target creature card.\n• Target enchantment card.\n• Target land card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"49a32f34-01a9-4f25-bf38-b4d46ca67b2d","modal":{"min_choices":0,"max_choices":2,"mode_count":4,"mode_descriptions":["Target artifact card.","Target creature card.","Target enchantment card.","Target land card."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["de1ed886-c33b-4cfd-8442-944cec654a8b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"callidus assassin":{"name":"Callidus Assassin","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shapeshifter","Assassin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flash\nPolymorphine — You may have this creature enter tapped as a copy of any creature on the battlefield, except it has \"When this creature enters, destroy up to one other target creature with the same name as this creature.\"","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"additional_modifications":[{"type":"GrantTrigger","trigger":{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"SameName"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"when ~ enters, destroy up to one other target creature with the same name as ~.","constraint":null,"condition":null,"batched":false}}]},"cost":null,"sub_ability":null,"duration":null,"description":"Polymorphine — You may have ~ enter tapped as a copy of any creature on the battlefield, except it has \"When ~ enters, destroy up to one other target creature with the same name as ~.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Polymorphine — You may have ~ enter tapped as a copy of any creature on the battlefield, except it has \"When ~ enters, destroy up to one other target creature with the same name as ~.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"Polymorphine — You may have ~ enter tapped as a copy of any creature on the battlefield, except it has \"When ~ enters, destroy up to one other target creature with the same name as ~.\"","condition":null,"destination_zone":"Battlefield"}],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"4240dab9-ace7-490d-97c3-489a9fd52038","metadata":{"source_printing_ids":["18a5e38a-6c8c-427f-9143-59212e711f1c","595c08f6-d889-4b03-8f48-1f0fae1f29d2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"Any enters-the-battlefield abilities of the copied creature will trigger when Callidus Assassin enters the battlefield. You get to choose the order of those abilities and the triggered ability it has due to its copy effect. Any \"as [this creature] enters the battlefield\" or \"[this creature] enters the battlefield with\" abilities of the chosen creature will also work."},{"date":"2022-10-07","text":"Callidus Assassin copies exactly what was printed on the original creature (unless that creature is copying something else or is a token; see below) and it has the triggered ability. It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or any Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on."},{"date":"2022-10-07","text":"If Callidus Assassin somehow enters the battlefield at the same time as another creature, Callidus Assassin can't become a copy of that creature. You may choose only a creature that's already on the battlefield."},{"date":"2022-10-07","text":"If the chosen creature is a token, Callidus Assassin copies the original characteristics of that token as stated by the effect that created the token. Callidus Assassin is not a token in this case."},{"date":"2022-10-07","text":"If the chosen creature is copying something else (for example, if the chosen creature is another Callidus Assassin), then your Callidus Assassin enters the battlefield as whatever the chosen creature copied."},{"date":"2022-10-07","text":"The triggered ability that Callidus Assassin has is part of its copy effect and is a copiable value that other effects may copy."},{"date":"2022-10-07","text":"You can choose not to copy anything. In that case, Callidus Assassin enters the battlefield as a 3/3 creature. Notably, it does not have \"When this creature enters the battlefield, destroy up to one other target creature with the same name as this creature.\""}],"rarities":["rare"]},"cancel":{"name":"Cancel","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7d00fb28-ea6c-49a9-b4af-ffb38860a9a7","metadata":{"source_printing_ids":["1850d1d5-f506-4e50-9d51-408f987bbbbd","2667f1d1-18d3-4bb4-a071-dd65b237d733","475bff39-220a-4490-9c2e-d311e306a6db","479f56c2-8256-4325-909a-bf460505dbc5","59e14910-ee2e-49ae-855e-46a8ab6cad82","6a6932af-c7e7-49e9-963e-97e680a53da5","7258e651-868a-4f63-9454-6c6c95d25387","954eec32-7e40-452d-94c2-f704b819f338","9cff3fae-e072-4068-a1de-27de3d89c532","9e557f54-3d9d-4610-a0d0-5874feacc76e","9f540dcb-8d0b-4d33-8c0d-893fa5db54eb","b4e175f7-f649-451b-9ee5-ad1140b2e8a7","c464b856-e3c0-4b06-a2b0-6663a9aafd26","c6151721-0642-40c6-9f55-02f0cd94cdd2","c8153fad-8a06-46f3-8a5a-2d0d4841191a","cf6e5ad6-ffe2-4588-b357-c415c33fbc11","d0bf9f71-c592-4064-b7b3-172c26e5605b","fd994a26-65ff-43be-8d52-476e887d3ed2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","AKH","ALA","DPA","FDN","KTK","M10","M11","M12","M14","M15","M19","M21","P10","PC2","PCA","PLST","PRM","PS11","RTR","TSP","XLN","ZEN"],"rarities":["common"]},"candela, aegis of adagia":{"name":"Candela, Aegis of Adagia","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen Candela enters, return up to one target creature you control to its owner's hand. It perpetually gets +1/+1.\nStation\n8+ | Flying\nWhenever Candela deals combat damage to a player, you may put a creature card with mana value 3 or less from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Station"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may put a creature card with mana value 3 or less from your hand onto the battlefield.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ApplyPerpetual","target":{"type":"ParentTarget"},"modification":{"kind":"ModifyPowerToughness","power_delta":1,"toughness_delta":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return up to one target creature you control to its owner's hand. It perpetually gets +1/+1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":3}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2db9e07f-d149-447a-b855-ef471274b326","is_commander":true,"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YEOE"]},"cankerbloom":{"name":"Cankerbloom","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Fungus"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{1}, Sacrifice this creature: Choose one —\n• Destroy target artifact.\n• Destroy target enchantment.\n• Proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Destroy target artifact.","Destroy target enchantment.","Proliferate."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d5b80895-621a-40df-bf48-6c7295658f21","metadata":{"source_printing_ids":["02272f89-dd8e-4a07-8bd4-b33ad4e12888","89b39293-6f57-4294-85fc-c718bdbb4d40","bbfb112b-a148-4c28-9ba6-af535ec2d4fd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE"],"rulings":[{"date":"2023-02-04","text":"An ability that triggers \"Whenever you proliferate\" triggers even if you chose no permanents or players while doing so."},{"date":"2023-02-04","text":"If a permanent ever has both +1/+1 counters and -1/-1 counters on it at the same time, they're removed in pairs as a state-based action so that the permanent has only one of those kinds of counters on it."},{"date":"2023-02-04","text":"If a player or permanent has more than one kind of counter on it, and you choose for it to get additional counters, it must get one of each kind of counter it already has. You can't have it get just one kind of counter it already has and not the others."},{"date":"2023-02-04","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2023-02-04","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2023-02-04","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["uncommon"]},"canyon vaulter":{"name":"Canyon Vaulter","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kor","Pilot"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature saddles a Mount or crews a Vehicle during your main phase, that Mount or Vehicle gains flying until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SaddlesOrCrews","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying"}],"duration":"UntilEndOfTurn","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ saddles a Mount or crews a Vehicle during your main phase, that Mount or Vehicle gains flying until end of turn.","constraint":{"type":"OnlyDuringYourMainPhase"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"829e121f-d2fa-40ef-afc7-9b2072a949d7","metadata":{"source_printing_ids":["cc0b15da-a45c-42f5-aafc-20ad9e38bf24"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"capsize":{"name":"Capsize","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Buyback {3} (You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)\nReturn target permanent to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[{"Buyback":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":3}}}],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return target permanent to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"77637eff-2963-4402-88f3-ca346f762fc8","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}}}},"metadata":{"source_printing_ids":["122c819d-2b13-49af-92dc-af96d4de45de","a31a6caf-5de4-4a69-b58d-9b5ddfc5b7d6","e538b359-d893-422d-9d60-5f3e8ee0fa9e","f36f6545-e4e0-4dc8-acea-e527e43f3e14"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["F03","MP2","PRM","TD0","TMP","TPR","WC98"],"rarities":["common","uncommon","special"]},"captain america, living legend":{"name":"Captain America, Living Legend","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever a creature you control becomes tapped during your turn, if it's the first time that creature has become tapped this turn, untap it.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control becomes tapped during your turn, if it's the first time that creature has become tapped this turn, untap it.","constraint":null,"condition":{"type":"FirstTimeObjectTappedThisTurn"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"67aa946d-e694-494e-ba0c-44880d5bc03e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6516f292-469d-4092-b099-97c698f373cd","debe1ab2-ed15-4b8d-96f4-ad35bab44f82"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH","PMEI"],"rarities":["uncommon"]},"captain america, super-soldier":{"name":"Captain America, Super-Soldier","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"First strike\nCaptain America enters with a shield counter on him. (If he would be dealt damage or destroyed, remove a shield counter from him instead.)\nAs long as Captain America has a shield counter on him, you and other Heroes you control have hexproof.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":[],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature",{"Subtype":"Hero"}],"controller":"You","properties":[{"type":"Another"}]}]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"shield"},"minimum":1},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ has a shield counter on him, you and other Heroes you control have hexproof."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"shield","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a shield counter on him.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ac1b6ffc-12a9-4d9c-a9fc-68a839a40738","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["33631d6c-c584-42ff-afe5-2647b5fb321f","5873766d-9b8d-4850-bbe7-76ab6c08e138","7ffdca9d-3ee4-4572-b1ad-4f03523968fd","b0a27523-65bf-4e7a-8560-e11f099b1d1a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"captain america, team leader":{"name":"Captain America, Team Leader","mana_cost":{"type":"Cost","shards":["Red","White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever another Hero you control enters, it gains vigilance and haste until end of turn. Put a +1/+1 counter on that Hero and a +1/+1 counter on Captain America.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain vigilance and haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Hero"}],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another Hero you control enters, it gains vigilance and haste until end of turn. Put a +1/+1 counter on that Hero and a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"916cf34a-fd2c-47fe-bebb-f7b52b3dabed","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["61a51b67-d941-4e07-9c12-ffe583cb65d4","910a6dfc-04a2-4c6d-b2ba-507bc75ec821"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["mythic"]},"captain n'ghathrod":{"name":"Captain N'ghathrod","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Horror","Pirate"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Horrors you control have menace.\nWhenever a Horror you control deals combat damage to a player, that player mills that many cards.\nAt the beginning of your end step, choose target artifact or creature card in an opponent's graveyard that was put there from their library this turn. Put it onto the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"TriggeringPlayer"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Horror"}],"controller":"You","properties":[]},"description":"Whenever a Horror you control deals combat damage to a player, that player mills that many cards.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Graveyard"}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, choose target artifact or creature card in an opponent's graveyard that was put there from their library this turn. Put it onto the battlefield under your control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Horror"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Menace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Horrors you control have menace."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"cfb23c6b-6e4a-4fc9-b3bb-a3ddc2ba06b8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["18937a89-4931-4cb0-b8b8-8582433f6e1a","55c02dc8-0743-400c-b334-ca029caf0463","7aa652e2-caa6-4b48-bd04-67354380a761","f512c364-9512-4566-aa96-4a2884ec6230"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","SLD"],"rarities":["mythic"]},"captivating crossroads":{"name":"Captivating Crossroads","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"During your first three turns of the game, Captivating Crossroads enters tapped if you were the starting player.\nAs Captivating Crossroads enters, choose a color.\n{T}: Add one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"During your first three turns of the game, ~ enters tapped if you were the starting player.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"95ce4b73-4b5a-49bd-992e-66f6489dba78","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"During your first three turns of the game, Captivating Crossroads enters tapped if you were the starting player.\nAs Captivating Crossroads e","line_index":0}],"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YWOE"]},"carnage interpreter":{"name":"Carnage Interpreter","mana_cost":{"type":"Cost","shards":["BlackRed","BlackRed"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Devil","Detective"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, discard your hand, then investigate four times. (To investigate, create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")\nAs long as you have one or fewer cards in hand, this creature gets +2/+2 and has menace.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Fixed","value":4},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, discard your hand, then investigate four times.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Menace"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"Fixed","value":1}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as you have one or fewer cards in hand, ~ gets +2/+2 and has menace."}],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"4bc79fb3-81bb-42ed-9bbb-93f8cede3094","metadata":{"related_token_ids":["9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1"],"source_printing_ids":["f6fb576e-a4a4-496b-b553-3f81cc651210"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLU"],"rulings":[{"date":"2024-02-02","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2024-02-02","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2024-02-02","text":"Once Carnage Interpreter has been blocked, causing it to gain menace by removing cards from your hand won't cause it to stop being blocked."},{"date":"2024-02-02","text":"Some abilities trigger \"whenever you sacrifice a Clue\". Those abilities trigger whenever you sacrifice a Clue for any reason, not just to activate a Clue's activated ability."},{"date":"2024-02-02","text":"Some spells and abilities that investigate may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't create any Clue tokens."},{"date":"2024-02-02","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."}],"rarities":["rare"]},"carnophage":{"name":"Carnophage","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, tap this creature unless you pay 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, tap ~ unless you pay 1 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"PayLife","amount":{"type":"Fixed","value":1}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9ac77cfd-7d78-4c8a-bffc-17649a852114","metadata":{"source_printing_ids":["57b2da3d-27c1-4ef3-985e-9f8cbec8cb35","889a92ca-e198-494d-9ccb-6ae2c19ec62e","d17c057f-cb1b-4895-831a-fb35c75d3845"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["EXO","F01","PRM","TPR","VMA"],"rarities":["common"]},"carpet of flowers":{"name":"Carpet of Flowers","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each of your main phases, if you haven't added mana with this ability this turn, you may add X mana of any one color, where X is the number of Islands target opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Island"}],"controller":"TargetOpponent","properties":[]}}},"color_options":["White","Blue","Black","Red","Green"]},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of each of your main phases, if you haven't added mana with this ability this turn, you may add X mana of any one color, where X is the number of Islands target opponent controls.","constraint":{"type":"OnlyDuringYourMainPhase"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2ffc6372-f63b-4f32-8dd0-2d7938aeb412","parse_warnings":[{"type":"SwallowedClause","detector":"Duration_ThisTurn","description":"At the beginning of each of your main phases, if you haven't added mana with this ability this turn, you may add X mana of any one color, wh","line_index":0}],"metadata":{"source_printing_ids":["86e6f8f9-c17c-4f96-9283-a8a4d27b4746","93abb48a-85f2-432d-8602-0a1d17fbb409","b68a5679-87a1-4d35-b5ef-59c1803e43aa","d0c649c4-b9e9-4aa5-8b82-a8e1f9f998e0","dd28c05c-9473-4df8-9bb3-70593f2c5a50","f20c3499-d2c0-4e21-be7b-925e23a1d4df","fd374915-323c-4d98-9b59-94d405c1dde8","ff76c732-2eec-4836-9230-22e2680e98ec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","PLST","SLD","USG","WHO"],"rulings":[{"date":"2004-10-04","text":"The ability is not a mana ability."},{"date":"2004-10-04","text":"You can target a different opponent each turn."}],"rarities":["uncommon","rare"]},"carrion feeder":{"name":"Carrion Feeder","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't block.\nSacrifice a creature: Put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice a creature: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a1cc5e37-b09a-4b7f-afd5-77c1c35aa425","metadata":{"source_printing_ids":["083f4ccc-9cfc-44b1-af77-304b65bd878b","0a19da90-880e-4eca-8cf7-6d7baf090d53","22a77543-749a-49d8-96f4-3458ae5dcd38","88042031-64af-4f84-85d5-95992b43aa6c","c0e175cb-ffea-473f-8422-53273f263016","d3e33835-a293-4a1f-85d5-8ac22360ef35"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["DDE","EMA","F04","MH1","PLST","PRM","SCG","SLD","TD0"],"rarities":["common","uncommon","rare"]},"cathars' crusade":{"name":"Cathars' Crusade","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control enters, put a +1/+1 counter on each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control enters, put a +1/+1 counter on each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cc65ac73-5bef-4ecb-ad8e-39199084c027","metadata":{"source_printing_ids":["264ea67b-c796-4ecd-a71b-85d67b980056","3ebdc35c-019d-41d9-aff7-b317246aefb1","5296e353-2efc-4d72-a877-7957eff630b9","78154978-9e7d-44e9-a03f-c578072a8ff7","91a54f0a-1e6b-4f1e-8109-605c8c2e777c","9cddd843-78c6-4d47-8137-cd17e559ddd2","af1254a3-dc39-4365-ab53-c18d67cb0edf","ee2f283f-e4ae-44d8-9f2b-d1c25c44705d","fbb70e7b-2a68-436e-96a4-32a88fb87da0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AVR","C14","C16","CM2","INR","JMP","MB2"],"rulings":[{"date":"2012-05-01","text":"The creature that entered and caused the ability to trigger will also get a +1/+1 counter, provided it's still on the battlefield when the ability resolves."}],"rarities":["rare"]},"caught in a parallel universe":{"name":"Caught in a Parallel Universe","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Phenomenon"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you encounter Caught in a Parallel Universe, each player chooses a creature controlled by the player to their left. Each player creates a token that's a copy of the creature they chose, except it has menace. (Then planeswalk away from this phenomenon.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlaneswalkedTo","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"choose","description":"choose a creature controlled by the player to their left"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"extra_keywords":["Menace"]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you encounter ~, each player chooses a creature controlled by the player to their left. Each player creates a token that's a copy of the creature they chose, except it has menace.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c265447b-a8ce-4d77-b620-865f7d4e0722","metadata":{"related_token_ids":["553b5e02-de02-59fb-9901-28d367ab1c19"],"source_printing_ids":["d8ddc6d0-50cc-4914-a6f2-00fb93d4402a"]},"legalities":{},"printings":["WHO"],"rarities":["common"]},"cauldron of essence":{"name":"Cauldron of Essence","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control dies, each opponent loses 1 life and you gain 1 life.\n{1}{B}{G}, {T}, Sacrifice a creature: Return target creature card from your graveyard to the battlefield. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Green"],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}{B}{G}, {T}, Sacrifice a creature: Return target creature card from your graveyard to the battlefield. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control dies, each opponent loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"a2f8cde8-bf7b-4234-89f0-a95f9dc937e3","metadata":{"source_printing_ids":["96c53f07-b34c-4cc7-a054-f0bdfa48b975","b7091740-e70c-4cf2-8d3d-b8e1ac1fbbdd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"Because targets are chosen before costs are paid, the target of Cauldron of Essence's last ability can't be the creature sacrificed to pay its cost."},{"date":"2026-03-20","text":"If one or more creatures you control die at the same time that Cauldron of Essence leaves the battlefield, its first ability triggers once for each of those creatures."}],"rarities":["rare"]},"caustic bronco":{"name":"Caustic Bronco","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake","Horse","Mount"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, reveal the top card of your library and put it into your hand. You lose life equal to that card's mana value if this creature isn't saddled. Otherwise, each opponent loses that much life.\nSaddle 3 (Tap any number of other creatures you control with total power 3 or more: This Mount becomes saddled until end of turn. Saddle only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Saddle":3}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"IsSaddled"}]}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, reveal the top card of your library and put it into your hand. You lose life equal to that card's mana value if ~ isn't saddled. Otherwise, each opponent loses that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"165bdc68-1da0-47db-a069-978fc4c04b3f","metadata":{"source_printing_ids":["517505a0-0d05-4e81-8582-999b88040f48","6d87174b-8474-4ad7-bf12-1d0f71607a40","e9a268ba-c442-4fe4-90b4-2810c8474f4e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","PL26","POTJ"],"rulings":[{"date":"2024-04-12","text":"An ability that triggers when a creature “attacks while saddled” will trigger only if that creature was saddled when it was declared as an attacker."},{"date":"2024-04-12","text":"Creatures with saddle can attack or block as normal even if they aren’t saddled."},{"date":"2024-04-12","text":"If Caustic Bronco isn’t on the battlefield as its triggered ability resolves, use whether it was saddled or not before it left the battlefield to determine who loses life."},{"date":"2024-04-12","text":"If a permanent becomes a copy of a saddled Mount, the copy won’t be saddled."},{"date":"2024-04-12","text":"If the revealed card doesn’t have a mana cost (because it’s a land card, for example), its mana value is 0."},{"date":"2024-04-12","text":"If the revealed card is a split card, that card’s mana value is based on the combined mana cost of its two halves."},{"date":"2024-04-12","text":"If the revealed card’s mana cost includes {X}, X is 0 for the purpose of determining its mana value."},{"date":"2024-04-12","text":"You may activate a permanent’s saddle ability even if that permanent is already saddled."},{"date":"2024-04-12","text":"“Saddle N” means “Tap any number of other untapped creatures you control with total power N or greater: This permanent becomes saddled until end of turn. Activate only as a sorcery.”"},{"date":"2024-04-12","text":"“Saddled” isn’t an ability that a creature has. It’s just something true about that creature. It won’t stop being saddled until the turn ends or it leaves the battlefield."}],"rarities":["rare"]},"cavern of souls":{"name":"Cavern of Souls","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this land enters, choose a creature type.\n{T}: Add {C}.\n{T}: Add one mana of any color. Spend this mana only to cast a creature spell of the chosen type, and that spell can't be countered.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]},"restrictions":["ChosenCreatureType"],"grants":["CantBeCountered"]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color. Spend this mana only to cast a creature spell of the chosen type, and that spell can't be countered.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"89ca686a-7c72-4d8f-9290-e89635624a83","metadata":{"source_printing_ids":["09f9b3b8-090e-4152-8d44-52d92375905b","0b773b4e-7af3-4836-8c7f-3897f968a33e","1045bdc7-6fbb-4b63-9798-a2a993f95bc2","1381c8f1-a292-4bdf-b20c-a5c2a169ee84","1d842f91-a04c-4b11-8ac9-0c0536b82d03","25976cb2-3123-4935-adcc-70e3db51d381","3aad15a2-8a1b-4460-9b06-e85863081878","4222863c-c851-4ef7-b29f-7111b05bb843","5261e0f6-55bf-4d45-92ea-7acbab41162c","5f31ea61-cc66-4dc2-a38c-04e3f8418cb8","69d55219-32b0-4281-a020-52107db6d16a","6a150673-8c52-4b56-9b81-c54cfcfc091b","a6675d55-5960-4da4-a31c-45654ab9974d","bea9f6e9-69ae-4c49-9682-ad09e787c01e","ce15f400-9428-46dc-bdde-ee80ee8fcab0","d0c08da9-edcc-4fca-9b7a-e3da49ba1839","d89bcbd5-772a-4ff2-b48b-6fea07830578","e697ea72-e10e-4fed-be8f-8c6455cc3fc8","fcc626a1-cfb0-4e1f-80fc-7c1ff07ee424","fde9dbec-ad25-488b-8472-4bd85fd6c757"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AVR","LCI","LTC","MM3","PLCI","PLST","PRM","PUMA","UMA","ZNE"],"rulings":[{"date":"2018-12-07","text":"The spell can't be countered if the mana produced by Cavern of Souls is spent to cover any cost of the spell, even an additional cost such as a kicker cost. This is true even if you use the mana to pay an additional cost while casting a spell \"without paying its mana cost.\""},{"date":"2018-12-07","text":"You must choose an existing creature type, such as Human or Warrior. Card types such as artifact can't be chosen."},{"date":"2023-11-10","text":"The spell can't be countered if the mana produced by Cavern of Souls is spent to cover any cost of the spell, even an additional cost such as a kicker cost. This is true even if you use the mana to pay an additional cost while casting a spell \"without paying its mana cost.\""},{"date":"2023-11-10","text":"You must choose an existing creature type, such as Human or Warrior. Card types such as artifact can't be chosen."}],"rarities":["rare","mythic"]},"cavernous maw":{"name":"Cavernous Maw","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Cave"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{2}: This land becomes a 3/3 Elemental creature until end of turn. It's still a Cave land. Activate only if the number of other Caves you control plus the number of Cave cards in your graveyard is three or greater.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Elemental"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 3/3 Elemental creature"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Land"},{"type":"AddSubtype","subtype":"Cave"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a Cave land"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{2}: ~ becomes a 3/3 Elemental creature until end of turn. It's still a Cave land. Activate only if the number of other Caves you control plus the number of Cave cards in your graveyard is three or greater.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":null}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"952ab8fe-f7d3-4673-89de-8c6d3f8a081f","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"{T}: Add {C}.\n{2}: This land becomes a 3/3 Elemental creature until end of turn. It's still a Cave land. Activate only if the number of othe","line_index":0},{"type":"SwallowedClause","detector":"Condition_If","description":"{T}: Add {C}.\n{2}: This land becomes a 3/3 Elemental creature until end of turn. It's still a Cave land. Activate only if the number of othe","line_index":0}],"metadata":{"source_printing_ids":["2a51ebf6-a465-42e2-82b7-d2cb928ca632"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rarities":["uncommon"]},"ceaseless searblades":{"name":"Ceaseless Searblades","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you activate an ability of an Elemental, this creature gets +1/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Elemental"}],"controller":null,"properties":[{"type":"InZone","zone":"Battlefield"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you activate an ability of an Elemental, ~ gets +1/+0 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"bbed284c-987a-4765-b3a8-4f18a228ad0e","metadata":{"source_printing_ids":["a7e103a3-555c-4b68-9768-42637bfd2478"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LRW"],"rulings":[{"date":"2007-10-01","text":"This triggers whenever you activate an activated ability of an Elemental permanent, but not when you activate an activated ability of an Elemental source that’s not on the battlefield."}],"rarities":["uncommon"]},"cecil, dark knight":{"name":"Cecil, Dark Knight","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nDarkness — Whenever Cecil deals damage, you lose that much life. Then if your life total is less than or equal to half your starting life total, untap Cecil and transform it.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"StartingLifeTotal"}},"divisor":2,"rounding":"Down"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals damage, you lose that much life. Then if your life total is less than or equal to half your starting life total, untap ~ and transform it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","White"],"scryfall_oracle_id":"e4719557-d94e-490f-8a56-c1867a01d2ef","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["026e7167-d665-43d0-a51e-8df2d68cdb5e","7d95f911-91c3-41ee-a709-c579c723eede","c976f89d-768a-4cee-b0ac-90f854bfe94f","d8c5c414-c7a0-489b-9cb8-1b910aa89b8e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"A nonmodal double-faced card enters with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2025-06-06","text":"A token that is created as a copy of a double-faced permanent or a double-faced card in another zone is a double-faced token. It will have both the front face and back face of whatever object it's copying. If it's copying a double-faced permanent whose back face is up, the token will enter with its back face up. It can transform if instructed to do so."},{"date":"2025-06-06","text":"Each face of a nonmodal double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a nonmodal double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2025-06-06","text":"Each nonmodal double-faced card in this release is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2025-06-06","text":"If Cecil, Dark Knight is dealt lethal damage at the same time it deals damage (probably because it blocked or became blocked), its last ability will still trigger. You'll still lose life, but you won't untap or transform Cecil, Dark Knight because it won't be on the battlefield anymore."},{"date":"2025-06-06","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Crystal Fragments, it will be exiled during the resolution of its second ability and remain in exile."},{"date":"2025-06-06","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Cecil, Dark Knight's color identity is black and white, since its front face is black and its back face has a white color indicator."},{"date":"2025-06-06","text":"The back face of a nonmodal double-faced card usually has a color indicator that defines its color."},{"date":"2025-06-06","text":"The mana value of a nonmodal double-faced card is the mana value of its front face, no matter which face is up."}],"rarities":["rare"]},"cecil, redeemed paladin":{"name":"Cecil, Redeemed Paladin","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nProtect — Whenever Cecil attacks, other attacking creatures gain indestructible until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, other attacking creatures gain indestructible until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["White"],"color_identity":["Black","White"],"scryfall_oracle_id":"e4719557-d94e-490f-8a56-c1867a01d2ef","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["026e7167-d665-43d0-a51e-8df2d68cdb5e","7d95f911-91c3-41ee-a709-c579c723eede","c976f89d-768a-4cee-b0ac-90f854bfe94f","d8c5c414-c7a0-489b-9cb8-1b910aa89b8e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN","PFIN"],"rarities":["rare"]},"celestial reunion":{"name":"Celestial Reunion","mana_cost":{"type":"Cost","shards":["X","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may choose a creature type and behold two creatures of that type.\nSearch your library for a creature card with mana value X or less, reveal it, put it into your hand, then shuffle. If this spell's additional cost was paid and the revealed card is the chosen type, put that card onto the battlefield instead of putting it into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"AdditionalCostPaid"},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"use_lki":false}]},"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":"Search your library for a creature card with mana value X or less, reveal it, put it into your hand, then shuffle. If this spell's additional cost was paid and the revealed card is the chosen type, put that card onto the battlefield instead of putting it into your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ba0a815c-1dfe-47c1-890f-496c670124f3","additional_cost":{"type":"Optional","data":{"cost":{"type":"Behold","count":2,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"action":"ChooseOrReveal","type_choice":"CreatureType"}}},"metadata":{"source_printing_ids":["583b2863-aca1-4dab-9196-ea453b5d9454","e9777cbc-064c-4c11-9a43-8d44f7e8e403"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"If a card in a library has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2025-11-17","text":"If a card in your hand is already revealed (perhaps because it was revealed to pay a cost of a spell that's still on the stack or due to the effect of a card like Telepathy), you may reveal it again to pay the cost of another spell or ability that requires you to reveal a card from your hand."},{"date":"2025-11-17","text":"If a cost to cast a spell includes revealing a card, that card remains revealed from the time the spell is announced until the time it leaves the stack."},{"date":"2025-11-17","text":"If an effect refers to a \"[subtype] card,\" it refers only to a card that has that subtype. For example, Glen Elendra's Answer creates a Faerie token and features a Faerie in its art, but it isn't a Faerie card."},{"date":"2025-11-17","text":"Notably, Celestial Reunion's behold instruction is limited to \"creatures.\" It doesn't allow you to behold kindred cards or kindred permanents, which are permitted for most other behold instructions."},{"date":"2025-11-17","text":"To behold two creatures of a specified creature type, you can reveal two creature cards of that type from your hand, choose two creatures you control of that type on the battlefield, or reveal one card and choose one creature on the battlefield."}],"rarities":["mythic"]},"centaur courser":{"name":"Centaur Courser","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Centaur","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2f5bf099-2e01-4e1c-9ebf-0ce0ac66939e","metadata":{"source_printing_ids":["03354b67-7df2-4b4b-a996-a37550e58561","3b625203-6c50-4b14-928c-6b0aec1375a2","44a5f7db-ea4e-4af5-9d4a-0335db6ea0e9","bae6eb55-4bf9-4418-b667-a9a761f91ef9","e8b67ee8-3189-4426-8b1a-b540267768fd","eb7eb6f0-a329-4fcd-ba23-ec435659441d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M10","M13","M15","M19","M20","PLST"],"rarities":["common"]},"chain of acid":{"name":"Chain of Acid","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target noncreature permanent. Then that permanent's controller may copy this spell and may choose a new target for that copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Creature"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"SelfRef"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target noncreature permanent. Then that permanent's controller may copy this spell and may choose a new target for that copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0b1a27bd-bb98-44f8-8357-666fabfeabf0","metadata":{"source_printing_ids":["1d47ddca-a363-4ab7-b7f2-d0e0043c9916"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ONS"],"rarities":["uncommon"]},"chain of smog":{"name":"Chain of Smog","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player discards two cards. That player may copy this spell and may choose a new target for that copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"SelfRef"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target player discards two cards. That player may copy this spell and may choose a new target for that copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ea14c26b-bf2f-48b4-b879-6e63069ded1f","metadata":{"source_printing_ids":["6bfe64f9-8b03-41f6-a47b-fade397ad9d1","a56d9468-9d33-48e3-b41c-942653669b1a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ONS","PLST"],"rarities":["uncommon"]},"chainer, nightmare adept":{"name":"Chainer, Nightmare Adept","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Minion"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Discard a card: You may cast a creature spell from your graveyard this turn. Activate only once each turn.\nWhenever a nontoken creature you control enters, if you didn't cast it from your hand, it gains haste until your next turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"without_paying_mana_cost":false,"mode":"Cast","duration":"UntilEndOfTurn"},"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Discard a card: You may cast a creature spell from your graveyard this turn. Activate only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature you control enters, if you didn't cast it from your hand, it gains haste until your next turn.","constraint":null,"condition":{"type":"Not","condition":{"type":"WasCast","zone":"Hand","controller":"You","owner":"You"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"14f6fcb0-bed4-4a38-b7df-1e438d81bedb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["61093e82-401a-4c56-a627-1455a9a337b8","875244ac-d129-407a-bd9b-9fb59958bef9","91609595-a660-45bc-94ca-0df708f4e52c","d7b0a8f8-d368-45e6-a546-984e7b1913e0","d8089e7f-7619-43fe-8e0b-31ce5d988a1b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","J21","MH2","PLST"],"rulings":[{"date":"2019-08-23","text":"Chainer's first ability doesn't change when you can cast the creature card. You can normally only cast it during your turn while the stack is empty, but if the creature card has flash, you can cast it at other times."},{"date":"2019-08-23","text":"Chainer's last ability triggers if Chainer enters the battlefield without being cast from your hand."},{"date":"2019-08-23","text":"Chainer's last ability triggers if the entering creature was cast from a zone other than your hand, or if it wasn't cast at all and is entering the battlefield from anywhere (including from your hand)."},{"date":"2019-08-23","text":"If you somehow activate Chainer's first ability more than once during a turn (perhaps because Chainer left the battlefield and returned), you can cast a creature card for each ability's permission. Similarly, if another effect allows you to cast a creature card from your graveyard, you may use that permission and later use Chainer's permission to cast another creature card."},{"date":"2019-08-23","text":"You don't choose a creature card to cast while activating or resolving Chainer's first ability. The ability creates a permission for you to cast a creature card from your graveyard later in the turn."}],"rarities":["rare","mythic"]},"chalice of the void":{"name":"Chalice of the Void","mana_cost":{"type":"Cost","shards":["X","X"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters with X charge counters on it.\nWhenever a player casts a spell with mana value equal to the number of charge counters on this artifact, counter that spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"charge"}}}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell with mana value equal to the number of charge counters on ~, counter that spell.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with X charge counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"74027ba4-a6ba-4696-baf1-60ef0b27ee0a","metadata":{"source_printing_ids":["1a02ca71-5e39-4a5f-aaba-a1e3e10a6a3e","1e472d9d-4e00-4f01-9daa-559e630403cc","1f0d2e8e-c8f2-4b31-a6ba-6283fc8740d4","25674e46-e15b-4fc0-9813-39b4e1c23de4","4a894dab-1beb-4418-be64-34c6c0c54361","ac43d235-e7d2-4a58-af1a-92ced4810103"]},"legalities":{"brawl":"banned","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"restricted"},"printings":["A25","HA6","J19","LCC","MMA","MPS","MRD","PRM","TSR"],"rulings":[{"date":"2021-03-19","text":"A mana cost of {X}{X} means that you pay twice X. For example, if you want X to be 3, you pay {6} to cast Chalice of the Void."},{"date":"2021-03-19","text":"Chalice of the Void has to be on the battlefield at the end of casting a spell for the ability to trigger. If you sacrifice Chalice of the Void as a cost to cast a spell, its ability can't trigger. However, if it leaves the battlefield once its ability has triggered, that ability will still counter the spell."},{"date":"2021-03-19","text":"If there are zero charge counters on Chalice of the Void, it counters each spell with a mana value of 0. This includes face-down creature spells cast with morph's alternative cost."},{"date":"2021-03-19","text":"The number of charge counters on Chalice of the Void matters only at the time the spell is cast. Changing the number of charge counters on Chalice of the Void after a spell has been cast won't change whether the ability triggers or counters the spell."}],"rarities":["rare","mythic","special"]},"chalk outline":{"name":"Chalk Outline","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more creature cards leave your graveyard, create a 2/2 white and blue Detective creature token, then investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"Token","name":"Detective","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Detective"],"colors":["White","Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more creature cards leave your graveyard, create a 2/2 white and blue Detective creature token, then investigate.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"af335eb3-f60a-44b3-a1ed-1e165f3e3605","metadata":{"related_token_ids":["4c84fc07-0117-5360-9426-02f030e51f75","9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1"],"source_printing_ids":["b3ff56c1-4153-4e15-9ac6-06d93fa2ae50"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2024-02-02","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2024-02-02","text":"If multiple creature cards leave your graveyard at the same time, Chalk Outline's ability will trigger only once."},{"date":"2024-02-02","text":"Some abilities trigger \"whenever you sacrifice a Clue\". Those abilities trigger whenever you sacrifice a Clue for any reason, not just to activate a Clue's activated ability."},{"date":"2024-02-02","text":"Some spells and abilities that investigate may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't create any Clue tokens."},{"date":"2024-02-02","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."}],"rarities":["uncommon"]},"champions from beyond":{"name":"Champions from Beyond","mana_cost":{"type":"Cost","shards":["X","White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, create X 1/1 colorless Hero creature tokens.\nLight Party — Whenever you attack with four or more creatures, scry 2, then draw a card.\nFull Party — Whenever you attack with eight or more creatures, those creatures get +4/+4 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Hero","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Hero"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"CostXPaid"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create X 1/1 colorless Hero creature tokens.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with four or more creatures, scry 2, then draw a card.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"You"},"comparator":"GE","count":4},"batched":true},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with eight or more creatures, those creatures get +4/+4 until end of turn.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"You"},"comparator":"GE","count":8},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"57e4a1c0-4218-4a07-88e7-d6083884c2b6","metadata":{"related_token_ids":["6c3df51d-8581-5d24-81bf-7cf034c29731"],"source_printing_ids":["92ef9285-e2dc-40fc-86fa-6913bbc405db","d1031ce5-063f-4c38-a6a9-abc15d254dfc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"The second and third abilities of Champions from Beyond don't care what happens to those creatures after you attack with them. Once the second ability triggers, you'll scry 2 and then draw a card when it resolves even if one or more of those creatures left the battlefield or were otherwise removed from combat. Similarly, once the third ability triggers, those creatures will get +4/+4 when it resolves, even if one or more of those creatures left the battlefield. Any of those creatures that were removed from combat but are still on the battlefield will still get +4/+4."},{"date":"2025-06-06","text":"While the second and third abilities of Champions from Beyond have \"Party\" in their flavor words, neither of them refer to a player's party (a mechanic from previous releases that also uses the term \"full party\")."}],"rarities":["rare"]},"chandra nalaar":{"name":"Chandra Nalaar","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Chandra"]},"power":null,"toughness":null,"loyalty":"6","defense":null,"oracle_text":"[+1]: Chandra Nalaar deals 1 damage to target player or planeswalker.\n[−X]: Chandra Nalaar deals X damage to target creature.\n[−8]: Chandra Nalaar deals 10 damage to target player or planeswalker and each creature that player or that planeswalker's controller controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: ~ deals 1 damage to target player or planeswalker.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"RemoveCounter","count":4294967295,"counter_type":{"type":"OfType","data":"loyalty"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"[−X]: ~ deals X damage to target creature.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":10},"target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":{"type":"Loyalty","amount":-8},"sub_ability":null,"duration":null,"description":"[−8]: ~ deals 10 damage to target player or planeswalker and each creature that player or that planeswalker's controller controls.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f4da7a43-e9d5-47ea-b2f0-3cf55a156f4a","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["1acd7aa1-f523-4f58-8626-36c975ef46a9","27bed57a-027e-46c2-b87a-c52d18a357f9","317e7ab7-7639-4877-aae2-3746563f2ec9","44108e96-1fb5-41e0-a391-0c111e0f4f11","5ab0412a-2b2f-430f-8830-002a42125148","7dfb0198-4de8-4267-adcd-9a1561ac9e59","8ae0caed-940d-45bc-9877-7cc014b2700e","a3ce115a-28f8-4350-8e66-74e7a3727657","ac44125d-28de-4ecf-a55b-1299daa5539e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DD2","JVC","LRW","M10","M11","PLST","SLD"],"rulings":[{"date":"2007-10-01","text":"To activate the second ability, you choose a value of X equal to or less than the number of loyalty counters on Chandra Nalaar. You may choose 0. You can’t choose a negative number."}],"rarities":["rare","mythic"]},"chandra's regulator":{"name":"Chandra's Regulator","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you activate a loyalty ability of a Chandra planeswalker, you may pay {1}. If you do, copy that ability. You may choose new targets for the copy.\n{1}, {T}, Discard a Mountain card or a red card: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{1}, {T}, Discard a Mountain card or a red card: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LoyaltyAbilityActivated","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Planeswalker",{"Subtype":"Chandra"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate a loyalty ability of a Chandra planeswalker, you may pay {1}. If you do, copy that ability. You may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d8c95a86-2f05-44f9-8ed7-b1798eaed42f","metadata":{"source_printing_ids":["8f1b1d5c-f71e-4c68-8baf-c134e42ed6f2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M20","PM20","PRM"],"rulings":[{"date":"2019-07-12","text":"A Mountain card is a land card with the subtype Mountain, not any land card with a mana ability that produces red mana. Land cards are normally colorless, even if they produce red mana."},{"date":"2019-07-12","text":"Copying a loyalty ability doesn’t add or remove loyalty counters from any object."},{"date":"2019-07-12","text":"If the loyalty ability has −X in its cost, the copy uses the same value of X."},{"date":"2019-07-12","text":"The triggered ability of Chandra’s Regulator and the copy it creates both resolve before the loyalty ability that caused it to trigger. They resolve even if that loyalty ability is countered."},{"date":"2019-07-12","text":"You can’t pay {1} more than once for each time the triggered ability of Chandra’s Regulator resolves."}],"rarities":["rare"]},"chandra's revolution":{"name":"Chandra's Revolution","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Chandra's Revolution deals 4 damage to target creature. Tap target land. That land doesn't untap during its controller's next untap step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 4 damage to target creature. Tap target land. That land doesn't untap during its controller's next untap step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f72d2074-2f32-4b56-a172-947bf6104fae","metadata":{"source_printing_ids":["02239be6-5202-4766-bbd2-7ef9ce0b20cd","2fcee99c-72a0-4db1-b4c9-65c878284450","98dd0687-802c-4312-9bdd-6a65096b0f58"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","KLR","PLST"],"rulings":[{"date":"2017-02-09","text":"Chandra’s Revolution can target a land that’s already tapped. That land won’t untap during its controller’s next untap step."}],"rarities":["common"]},"chandra, acolyte of flame":{"name":"Chandra, Acolyte of Flame","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Chandra"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"[0]: Put a loyalty counter on each red planeswalker you control.\n[0]: Create two 1/1 red Elemental creature tokens. They gain haste. Sacrifice them at the beginning of the next end step.\n[−2]: You may cast target instant or sorcery card with mana value 3 or less from your graveyard. If that spell would be put into your graveyard, exile it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounterAll","counter_type":"loyalty","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[{"type":"HasColor","color":"Red"}]}},"cost":{"type":"Loyalty","amount":0},"sub_ability":null,"duration":null,"description":"[0]: Put a loyalty counter on each red planeswalker you control.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elemental"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}]},"cost":{"type":"Loyalty","amount":0},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"[0]: Create two 1/1 red Elemental creature tokens. They gain haste. Sacrifice them at the beginning of the next end step.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":[{"AnyOf":["Instant","Sorcery"]}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"without_paying_mana_cost":false,"mode":"Cast"},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: You may cast target instant or sorcery card with mana value 3 or less from your graveyard. If that spell would be put into your graveyard, exile it instead.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"626e8acc-20da-496c-9a79-bfbf7529c01d","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["4577d236-59d6-53d7-9331-15ff1a6effc6"],"source_printing_ids":["2cabfcfe-012e-4cab-bba2-24052eac0946"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M20","PM20"],"rulings":[{"date":"2019-07-12","text":"Chandra’s first ability will put a counter on herself as well as any other red planeswalkers you control. This doesn’t cause any other planeswalkers’ loyalty abilities to be activated."},{"date":"2019-07-12","text":"If a card in your graveyard has {X} in its mana cost, X is considered to be 0 while you target it with Chandra’s last ability; however, once you begin to cast it, you choose a value for X. If this causes the mana value to become greater than 3, you can still cast the spell."},{"date":"2019-07-12","text":"If you wish to cast the target card, you must cast it while Chandra’s last ability is resolving. You can’t cast it later in the turn."},{"date":"2019-07-12","text":"You must pay the costs for the spell you wish to cast with Chandra’s last ability. If that spell has any alternative costs, you may pay those."}],"rarities":["rare"]},"chandra, flameshaper":{"name":"Chandra, Flameshaper","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Chandra"]},"power":null,"toughness":null,"loyalty":"6","defense":null,"oracle_text":"[+2]: Add {R}{R}{R}. Exile the top three cards of your library. Choose one. You may play that card this turn.\n[+1]: Create a token that's a copy of target creature you control, except it has haste and \"At the beginning of the end step, sacrifice this token.\"\n[−4]: Chandra deals 8 damage divided as you choose among any number of target creatures and/or planeswalkers.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red","Red","Red"]}},"cost":{"type":"Loyalty","amount":2},"sub_ability":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+2]: Add {R}{R}{R}. Exile the top three cards of your library. Choose one. You may play that card this turn.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"extra_keywords":["Haste"],"additional_modifications":[{"type":"GrantTrigger","trigger":{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"at the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}}]},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Create a token that's a copy of target creature you control, except it has haste and \"At the beginning of the end step, sacrifice ~.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":8},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":{"type":"Loyalty","amount":-4},"sub_ability":null,"duration":null,"description":"[−4]: ~ deals 8 damage divided as you choose among any number of target creatures and/or planeswalkers.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":8}},"distribute":{"type":"Damage"},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"818f908c-9af6-4edc-bb0e-193bc830e2e4","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["7f30de76-415e-5a5c-987d-a51686e4e4f2"],"source_printing_ids":["02db5a2d-28d3-4f57-9045-f0ef16d8aad1","a22d21ec-0fb3-4574-a803-6442ec13167e","cd73be04-3ec2-4ea3-8d93-47fa39aaeed8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PFDN"],"rulings":[{"date":"2024-11-08","text":"Any enters abilities of the copied creature will trigger when the token enters. Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the copied creature will also work."},{"date":"2024-11-08","text":"Chandra's first ability is not a mana ability. It uses the stack and players can respond to it."},{"date":"2024-11-08","text":"If some of the targets of Chandra's last ability become illegal, the original division of damage still applies, but the damage that would have been dealt to illegal targets isn't dealt at all."},{"date":"2024-11-08","text":"If the copied creature is a token, the token that's created copies the original characteristics of that token as stated by the effect that created the token, with the listed exceptions."},{"date":"2024-11-08","text":"If the copied creature is copying something else, then the token enters as whatever that creature copied, with the listed exceptions."},{"date":"2024-11-08","text":"The token created by Chandra's second ability copies exactly what was printed on the original creature and nothing else, with the listed exceptions (unless that creature is copying something else or is a token; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on. If it is a Vehicle, it is not crewed."},{"date":"2024-11-08","text":"You choose the targets and how damage will be divided as you activate Chandra's last ability. Each chosen target must receive at least 1 damage."},{"date":"2024-11-08","text":"You pay all costs and follow all timing rules for cards played with the permission granted by Chandra's first ability. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["mythic"]},"chandra, hope's beacon":{"name":"Chandra, Hope's Beacon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Chandra"]},"power":null,"toughness":null,"loyalty":"5","defense":null,"oracle_text":"Whenever you cast an instant or sorcery spell, copy it. You may choose new targets for the copy. This ability triggers only once each turn.\n[+2]: Add two mana in any combination of colors.\n[+1]: Exile the top five cards of your library. Until the end of your next turn, you may cast an instant or sorcery spell from among those exiled cards.\n[−X]: Chandra deals X damage to each of up to two targets.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyCombination","count":{"type":"Fixed","value":2},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Loyalty","amount":2},"sub_ability":null,"duration":null,"description":"[+2]: Add two mana in any combination of colors.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":5}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0,"card_filter":{"type":"Typed","type_filters":[{"AnyOf":["Instant","Sorcery"]}],"controller":null,"properties":[]},"single_use":true},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: Exile the top five cards of your library. Until the end of your next turn, you may cast an instant or sorcery spell from among those exiled cards.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DamageAll","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Typed","type_filters":[],"controller":null,"properties":[]}},"cost":{"type":"RemoveCounter","count":4294967295,"counter_type":{"type":"OfType","data":"loyalty"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"[−X]: ~ deals X damage to each of up to two targets.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, copy it. You may choose new targets for the copy. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"53231b31-fb3c-4b30-bfe9-0ee8e754247b","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["62707510-96ae-492f-8b14-a34d0c9fb859","a146ea07-ec1c-448d-b67a-dd9f9e27c2e0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"A copy of a spell is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell won't trigger."},{"date":"2023-04-14","text":"For the second loyalty ability, the spell you cast must be an instant or sorcery spell, although the exiled card doesn't necessarily have to be. For example, if you exile a creature card that has an Adventure, you can cast that Adventure spell."},{"date":"2023-04-14","text":"If the spell has damage divided as it was cast, the division can't be changed (although the targets receiving that damage still can). The same is true of spells that distribute counters."},{"date":"2023-04-14","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2023-04-14","text":"If the spell that's copied is modal (that is, it includes a choice from a bulleted list of effects), the copy will have the same mode. A different mode can't be chosen."},{"date":"2023-04-14","text":"If you copy a spell, you control the copy. It will resolve before the original spell does."},{"date":"2023-04-14","text":"The copy will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2023-04-14","text":"You can't choose to pay any alternative or additional costs for the copy. However, effects based on any alternative or additional costs that were paid for the original spell are copied as though those same costs were paid for the copy."}],"rarities":["mythic"]},"changeling outcast":{"name":"Changeling Outcast","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Changeling (This card is every creature type.)\nThis creature can't block and can't be blocked.","non_ability_text":null,"flavor_name":null,"keywords":["Changeling"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block and can't be blocked."},{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block and can't be blocked."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a61ef0cc-1da9-49f9-b0dc-01cf9f6205be","metadata":{"source_printing_ids":["08151d00-513a-4957-aa16-01c0f0245112","0c5074bd-4d56-40ff-803f-caf7203e7afa","0d2c053f-0ef8-45f2-b2af-24cbb9a7fec4","0dc046ef-eeb9-4ef7-8cc5-172b7346355e","1494e392-9c00-4002-895b-fac4c16019af","ab499df5-ed76-43ad-81b3-70afd0487ccd","e681338b-9938-4db0-bb95-28c460a98acf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","H1R","J21","MH1","OTC","PRM","SLD","ZNC"],"rarities":["common","uncommon","rare"]},"channeled dragonfire":{"name":"Channeled Dragonfire","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Channeled Dragonfire deals 2 damage to any target.\nHarmonize {5}{R}{R} (You may cast this card from your graveyard for its harmonize cost. You may tap a creature you control to reduce that cost by {X}, where X is its power. Then exile this spell.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Harmonize":{"type":"Cost","shards":["Red","Red"],"generic":5}}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"91179937-6f55-4d1b-8f06-2efe1c8fea7a","metadata":{"source_printing_ids":["24204881-690c-4043-8771-20cb93385072","377aac92-3278-4c81-9095-04ff7d7a81dc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rulings":[{"date":"2025-04-04","text":"A spell cast using harmonize will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2025-04-04","text":"If a card with harmonize is put into your graveyard during your turn, you can cast it if it’s legal to do so before any other player can take any actions."},{"date":"2025-04-04","text":"Tapping a creature won’t reduce colored mana components of harmonize costs."},{"date":"2025-04-04","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a harmonize cost) you’re paying, add any cost increases, then apply any cost reductions (such as the cost reduction from tapping a creature). The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2025-04-04","text":"You can cast a spell using harmonize even if it was somehow put into your graveyard without having been cast."},{"date":"2025-04-04","text":"You must still follow any timing restrictions and permissions, including those based on the card’s type. For instance, you can cast a sorcery using harmonize only when you could normally cast a sorcery."},{"date":"2025-04-04","text":"“Harmonize [cost]” means “You may cast this card from your graveyard by paying [cost] and tapping up to one untapped creature you control rather than paying the spell’s mana cost,” “If you cast this spell using its harmonize ability, its total cost is reduced by an amount of generic mana equal to the tapped creature’s power,” and “If the harmonize cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.”"}],"rarities":["uncommon"]},"charge":{"name":"Charge","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Creatures you control get +1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"36b5022d-fa62-46ea-97ab-23c0f60f62a5","metadata":{"source_printing_ids":["000eded9-854c-408a-aadf-c26209e27432","8b46269c-35d3-4f8f-8fef-f58cf8be4054"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DOM","PLST"],"rulings":[{"date":"2018-04-27","text":"Charge affects only creatures you control at the time it resolves. Creatures you begin to control later in the turn won’t get +1/+1."}],"rarities":["common"]},"charging cinderhorn":{"name":"Charging Cinderhorn","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Ox"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste\nAt the beginning of each player's end step, if no creatures attacked this turn, put a fury counter on this creature. Then this creature deals damage equal to the number of fury counters on it to that player.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"fury","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"fury"}},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's end step, if no creatures attacked this turn, put a fury counter on ~. Then ~ deals damage equal to the number of fury counters on it to that player.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"AttackedThisTurn","scope":"All","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"397e0d30-a3bf-4b33-98b6-b880f8de5cbb","metadata":{"source_printing_ids":["fc0b61f2-4bb7-4dfa-907c-71787930d58f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","PZ2"],"rulings":[{"date":"2016-11-08","text":"Charging Cinderhorn’s triggered ability doesn’t trigger at all if a creature attacked this turn. It won’t get a fury counter or deal damage."},{"date":"2016-11-08","text":"Charging Cinderhorn’s triggered ability triggers at the beginning of each player’s end step if no creatures attacked, including yours, and even if it wasn’t on the battlefield during combat."},{"date":"2016-11-08","text":"If Charging Cinderhorn leaves the battlefield in response to its triggered ability, it won’t get a new fury counter, but it will deal damage equal to the number of fury counters it had before leaving the battlefield."},{"date":"2016-11-08","text":"If a player loses the game during that player’s own turn, the turn continues to completion. If no creatures attacked, Charging Cinderhorn will get a fury counter even though it won’t deal damage to any player."}],"rarities":["rare"]},"charging hooligan":{"name":"Charging Hooligan","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Peasant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, it gets +1/+0 until end of turn for each attacking creature. If a Rat is attacking, this creature gains trample until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}}}},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":[{"Subtype":"Rat"}],"controller":null,"properties":[{"type":"Attacking"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it gets +1/+0 until end of turn for each attacking creature. If a Rat is attacking, ~ gains trample until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c808892a-83d5-4b09-b0da-118b0d6fe58e","metadata":{"source_printing_ids":["fddc6f47-202d-4764-abc1-ee453a8917c2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["WOE"],"rulings":[{"date":"2023-09-01","text":"Count the number of attacking creatures when Charging Hooligan's ability resolves, including Charging Hooligan itself, to determine the increase to its power."}],"rarities":["uncommon"]},"charismatic conqueror":{"name":"Charismatic Conqueror","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever an artifact or creature an opponent controls enters untapped, they may tap that permanent. If they don't, you create a 1/1 white Vampire creature token with lifelink.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Vampire","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Vampire"],"colors":["White"],"keywords":["Lifelink"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"they may tap that permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an artifact or creature an opponent controls enters untapped, they may tap that permanent. If they don't, you create a 1/1 white Vampire creature token with lifelink.","constraint":null,"condition":{"type":"Not","condition":{"type":"ZoneChangeObjectIsTapped"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3dcc35f3-74dc-46a8-8aa9-3411189f0547","metadata":{"related_token_ids":["53c31212-83ec-5487-b11a-e5de4593b4f6"],"source_printing_ids":["599c934d-bfff-43ce-a545-6e3cde124515","aa65e964-8ca5-4e56-b770-b50cddbc7365"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LCC"],"rulings":[{"date":"2023-11-10","text":"If the permanent is tapped as the ability resolves, the opponent can't choose to tap it, so you'll create a Vampire token. Similarly, if it's no longer on the battlefield as the ability resolves, they can't choose to tap it, and you'll create a Vampire token."}],"rarities":["rare"]},"chatterfang, squirrel general":{"name":"Chatterfang, Squirrel General","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Squirrel","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Forestwalk (This creature can't be blocked as long as defending player controls a Forest.)\nIf one or more tokens would be created under your control, those tokens plus that many 1/1 green Squirrel creature tokens are created instead.\n{B}, Sacrifice X Squirrels: Target creature gets +X/-X until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Landwalk":"Forest"}],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Variable","value":"X"},"toughness":{"type":"Variable","value":"-X"},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Squirrel"}],"controller":null,"properties":[]},"count":4294967295}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{B}, Sacrifice X Squirrels: Target creature gets +X/-X until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"CreateToken","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If one or more tokens would be created under your control, those tokens plus that many 1/1 green Squirrel creature tokens are created instead.","condition":null,"token_owner_scope":"You","additional_token_spec":{"characteristics":{"display_name":"Squirrel","power":1,"toughness":1,"core_types":["Creature"],"subtypes":["Squirrel"],"supertypes":[],"colors":["Green"],"keywords":[]},"script_name":"Squirrel","static_abilities":[],"enter_with_counters":[],"tapped":false,"enters_attacking":false,"sacrifice_at":null,"source_id":0,"controller":0}}],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"f15b3b76-d38a-48db-bb44-3296183c8641","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["20cf468e-53c0-55c9-81f0-7ed254feac63","76ce65a3-028f-555a-8294-afe5c9e769e2","da457623-e6de-51b0-a22f-e279640934a9"],"source_printing_ids":["1785cf85-1ac0-4246-9b89-1a8221a8e1b2","2bb8c103-37c3-4c5f-9b3f-48d8b2292783","30310d1c-27b5-4d49-95ea-aad530190974","47ba5ac8-e8fa-4979-9ef9-c3d75ee7f982","57b819b7-c193-446d-b7cf-75a09e1d58a4","72ab0422-eba0-4e1e-9626-ef31b836dcd2","798d161f-230d-4115-8351-ec6e33ed1730"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","J21","MH2","PMH2","PRM"],"rulings":[{"date":"2021-06-18","text":"Chatterfang's second ability applies to all kinds of tokens, including Clue, Food, and Treasure tokens."},{"date":"2021-06-18","text":"If an effect changes under whose control a token would be created, that effect applies before Chatterfang's effect applies. If an effect changes under whose control a token would enter the battlefield, that effect applies after Chatterfang's effect is able to be applied."},{"date":"2021-06-18","text":"In a Commander game, the defending player is the player Chatterfang is attacking or the controller of the planeswalker Chatterfang is attacking."},{"date":"2021-06-18","text":"The additional Squirrel tokens won't have any abilities the other tokens were created with. Anything else specified in the effect creating the token (such as tapped, attacking, \"That token gains haste,\" or \"Exile that token at end of combat\") applies to both the original tokens and the Squirrels."},{"date":"2025-01-24","text":"You don't need to control the spell or ability that creates the tokens, nor do you have to be the one creating the tokens for Chatterfang's ability to apply. As long as the tokens are being created under your control, Chatterang's replacement effect will apply."}],"rarities":["mythic"]},"chatterstorm":{"name":"Chatterstorm","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create a 1/1 green Squirrel creature token.\nStorm (When you cast this spell, copy it for each spell cast before it this turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Storm"],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Squirrel","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Squirrel"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create a 1/1 green Squirrel creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7e6c7b57-bd6a-4ac8-bcab-c3a879f479c2","metadata":{"related_token_ids":["20cf468e-53c0-55c9-81f0-7ed254feac63","76ce65a3-028f-555a-8294-afe5c9e769e2","da457623-e6de-51b0-a22f-e279640934a9"],"source_printing_ids":["4c1b91d8-39c4-4ab1-996b-2a5a78243fd4","9426c906-e665-40a4-823a-0245bc39fbda","aa2bb6af-ba3d-410a-9cc7-85ac0f5b5f5b","b34f0ac1-6894-4761-b62c-b85d927acf09"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"banned","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","J21","MH2"],"rulings":[{"date":"2021-06-18","text":" A copy of a spell can be countered like any other spell, but it must be countered individually. Countering a spell with storm won't affect the copies."},{"date":"2021-06-18","text":" If a spell with storm has targets, you may choose new targets for any of the copies. You can make different choices for each copy."},{"date":"2021-06-18","text":" Spells cast from zones other than a player's hand and spells that were countered or otherwise failed to resolve are counted by the storm ability."},{"date":"2021-06-18","text":" The copies are put directly onto the stack. They aren't cast and won't be counted by other spells with storm cast later in the turn."},{"date":"2021-06-18","text":" The triggered ability that creates the copies can itself be countered by anything that can counter a triggered ability. If it is countered, no copies will be put onto the stack."}],"rarities":["common"]},"chicago loop":{"name":"Chicago Loop","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary","Snow"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Start your engines!\n{T}: Add {C}.\nPay X speed: Add X mana in any combination of colors.\n{5}, {T}: Create your choice of a 3/1 green Dinosaur Skeleton creature token with trample, a 2/2 orange Bear token with haste, or a 1/1 white Bird token with flying.","non_ability_text":null,"flavor_name":null,"keywords":["StartYourEngines"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyCombination","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"PaySpeed","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"sub_ability":null,"duration":null,"description":"Pay X speed: Add X mana in any combination of colors.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Unimplemented","name":"create","description":"Create your choice of a 3/1 green Dinosaur Skeleton creature token with trample, a 2/2 orange Bear token with haste, or a 1/1 white Bird token with flying"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{5}, {T}: Create your choice of a 3/1 green Dinosaur Skeleton creature token with trample, a 2/2 orange Bear token with haste, or a 1/1 white Bird token with flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8ca428cf-ccee-4ed0-99da-51b0d5b3096f","metadata":{"source_printing_ids":["a35044dc-1dec-48d7-ae53-418fc49ffc46"]},"legalities":{},"printings":["UNK"],"rarities":["rare"]},"chisei, heart of oceans":{"name":"Chisei, Heart of Oceans","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your upkeep, sacrifice Chisei unless you remove a counter from a permanent you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"Unsupported unless clause","description":"sacrifice ~ unless you remove a counter from a permanent you control (unless: you remove a counter from a permanent you control)"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you remove a counter from a permanent you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"f91407fe-3c3b-4ffc-81de-cb8c5b0fe526","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6c359b1a-d441-4763-96c7-e5c010eae53f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BOK"],"rarities":["rare"]},"chop down":{"name":"Chop Down","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature with power 4 or greater. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature with power 4 or greater.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"91e71279-c9d2-4873-916a-59da03a65741","metadata":{"source_printing_ids":["75754468-2850-42e6-ab22-61ff7b9d1214","cdbd2541-71a3-4945-8a9d-db9e59c86784","d0960ccb-6952-4398-aa94-816e6fb04c2d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["ELD","PELD","PLST","PRM"],"rarities":["rare"]},"chorale of the void":{"name":"Chorale of the Void","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature you control\nWhenever enchanted creature attacks, put target creature card from defending player's graveyard onto the battlefield under your control tapped and attacking.\nVoid — At the beginning of your end step, sacrifice this Aura unless a nonland permanent left the battlefield this turn or a spell was warped this turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted creature attacks, put target creature card from defending player's graveyard onto the battlefield under your control tapped and attacking.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, sacrifice ~ unless a nonland permanent left the battlefield this turn or a spell was warped this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"Not","condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},{"type":"SpellCastWithVariantThisTurn","variant":"Warp"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cd50bff0-c461-4023-b62a-6746eaaeab0e","metadata":{"source_printing_ids":["6fda7329-0a1e-4921-bc6f-f2f4f1544878","7389fe88-f6ff-4497-a037-9ca283fb89e3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"Although the creature you put onto the battlefield is attacking, it was never declared as an attacking creature. Abilities that trigger whenever a creature attacks won’t trigger when that creature enters attacking."},{"date":"2025-07-25","text":"You choose the player, planeswalker, or battle the creature you put onto the battlefield is attacking. It doesn’t have to be the same player, planeswalker, or battle that the enchanted creature or any other attacking creatures are attacking."}],"rarities":["rare"]},"chord of calling":{"name":"Chord of Calling","mana_cost":{"type":"Cost","shards":["X","Green","Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nSearch your library for a creature card with mana value X or less, put it onto the battlefield, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":["Convoke"],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a creature card with mana value X or less, put it onto the battlefield, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6789a170-f2c5-4fc0-8a45-2b2361e67410","metadata":{"source_printing_ids":["0a7695cc-7b6b-499d-9f5a-729082fc72e9","4f009d4a-3b50-40ae-b52e-0b9535049265","5ef345fc-e64e-4053-b643-2f8648a5473a","b18fe7e0-8344-40cc-b242-83f01c6be7a6","bae7a7e5-321d-4fb7-ab5e-cf35f0885bdd","cd9f1d2c-4fc7-40c5-aa81-afa4c7a7eef3","dac257a9-39bf-4185-9d2e-f80f0848a96a","e064174b-8f07-4fea-9eef-c3b5d0220b1a","f3ae21be-760d-4f67-ae06-ac4c8e333d1a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","EA3","M15","P30A","PRM","RAV","RVR","SLD"],"rulings":[{"date":"2020-08-07","text":"If a card in a player's library has {X} in its mana cost, X is considered to be 0."},{"date":"2024-01-12","text":"Because convoke isn't an alternative cost, it can be used in conjunction with alternative costs."},{"date":"2024-01-12","text":"If a creature you control has a mana ability with {T} in the cost, activating that ability while casting a spell with convoke will result in the creature being tapped before you pay the spell's costs. You won't be able to tap it again for convoke. Similarly, if you sacrifice a creature to activate a mana ability while casting a spell with convoke, that creature won't be on the battlefield when you pay the spell's costs, so you won't be able to tap it for convoke."},{"date":"2024-01-12","text":"Tapping a multicolored creature using convoke will pay for {1} or one mana of your choice of any of that creature's colors."},{"date":"2024-01-12","text":"Tapping an untapped creature that's attacking or blocking to convoke a spell won't cause that creature to stop attacking or blocking."},{"date":"2024-01-12","text":"When calculating a spell's total cost, include any alternative costs, additional costs, or anything else that increases or reduces the cost to cast the spell. Convoke applies after the total cost is calculated. Convoke doesn't change a spell's mana cost or mana value."},{"date":"2024-01-12","text":"When using convoke to cast a spell with {X} in its mana cost, first choose the value for X. That choice, plus any cost increases or decreases, will determine the spell's total cost. Then you can tap creatures you control to help pay that cost. For example, if you cast Chord of Calling (a spell with convoke and mana cost {X}{G}{G}{G}) and choose X to be 3, the total cost is {3}{G}{G}{G}. If you tap two green creatures and two red creatures, you'll have to pay {1}{G}."},{"date":"2024-01-12","text":"You can tap any untapped creature you control to convoke a spell, even one you haven't controlled continuously since the beginning of your most recent turn."}],"rarities":["rare"]},"choreographed sparks":{"name":"Choreographed Sparks","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell can't be copied.\nChoose one or both —\n• Copy target instant or sorcery spell you control. You may choose new targets for the copy.\n• Copy target creature spell you control. The copy gains haste and \"At the beginning of the end step, sacrifice this token.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]}]}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]},"retarget":{"type":"KeepOriginalTargets"},"additional_modifications":[{"type":"GrantTrigger","trigger":{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}},{"type":"AddKeyword","keyword":"Haste"},{"type":"GrantTrigger","trigger":{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}}],"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantBeCopied","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"This spell can't be copied."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"61495793-b0c7-40a5-ad3e-9df8e2b8096b","modal":{"min_choices":1,"max_choices":2,"mode_count":2,"mode_descriptions":["Copy target instant or sorcery spell you control. You may choose new targets for the copy.","Copy target creature spell you control. The copy gains haste and \"At the beginning of the end step, sacrifice ~.\""],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["0cda4235-4dce-48fe-a8a5-2a952dedbe25","bc3151db-7d49-4945-9c50-91f0e28f803d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"A resolving copy of a permanent spell becomes a token. That token isn't \"created\" and won't interact with abilities that care about tokens being created."},{"date":"2026-03-20","text":"Any choices made when the spell resolves won't have been made yet when it's copied. Any such choices will be made separately when the copy resolves."},{"date":"2026-03-20","text":"Choreographed Sparks has received a minor update to remove the erroneous word \"next\" from its second mode. Its updated Oracle text appears above."},{"date":"2026-03-20","text":"If a spell with a converge ability is copied, no mana was spent to cast the copy, so the number of colors of mana spent to cast the spell will be zero. The number of colors spent to cast the original spell is not copied."},{"date":"2026-03-20","text":"If the copied spell divides damage or distributes counters among a number of targets, the division and number of targets can't be changed. If you choose new targets, you must choose the same number of targets."},{"date":"2026-03-20","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy has the same value of X."},{"date":"2026-03-20","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2026-03-20","text":"The copy is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell won't trigger."},{"date":"2026-03-20","text":"The copy will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2026-03-20","text":"You can't choose to pay any additional costs for a copied spell. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["rare"]},"chromatic orrery":{"name":"Chromatic Orrery","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may spend mana as though it were mana of any color.\n{T}: Add {C}{C}{C}{C}{C}.\n{5}, {T}: Draw a card for each color among permanents you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":5}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}{C}{C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{5}, {T}: Draw a card for each color among permanents you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"SpendManaAsAnyColor":{}},"affected":{"type":"Player"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may spend mana as though it were mana of any color."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"95c3976c-33f3-490b-bfd3-7f1af2fe0416","metadata":{"source_printing_ids":["3af78d76-ad5c-44ba-880d-b834bcde5398","7b0b0520-f792-4201-bd4c-22b7d7824b52","d5d9ddf6-9283-4c93-9932-70362068ce72"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["LCC","M21","PM21","PRM"],"rulings":[{"date":"2020-06-23","text":"Chromatic Orrery's last ability can have you draw at most five cards. \"Colorless,\" \"artifact,\" and \"gold\" are not colors."}],"rarities":["mythic"]},"cinder strike":{"name":"Cinder Strike","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may blight 1. (You may put a -1/-1 counter on a creature you control.)\nCinder Strike deals 2 damage to target creature. It deals 4 damage to that creature instead if this spell's additional cost was paid.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 2 damage to target creature. It deals 4 damage to that creature instead if this spell's additional cost was paid.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"54421e69-d79e-4c2e-8ce6-96994d168835","additional_cost":{"type":"Optional","data":{"cost":{"type":"Blight","count":1}}},"metadata":{"source_printing_ids":["6fb6faa4-236c-4cae-9140-0981c44d2392"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["common"]},"citadel siege":{"name":"Citadel Siege","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Khans or Dragons.\n• Khans — At the beginning of combat on your turn, put two +1/+1 counters on target creature you control.\n• Dragons — At the beginning of combat on each opponent's turn, tap target creature that player controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put two +1/+1 counters on target creature you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Khans"},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on each opponent's turn, tap target creature that player controls.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Dragons"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Khans","Dragons"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Khans or Dragons.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"40f66e21-5b60-4e42-927d-65397e7ad544","metadata":{"source_printing_ids":["239c373a-465c-4cda-9895-624871d8606e","44c40250-6f58-4590-b745-1aa95c1da2e8","871fcb2a-136c-4efe-b5cd-bec102b02e4b","9c13bc7c-a536-44d0-8c89-49ff33bee326","c6e693ad-3e49-4692-a35a-06e9e4e8027e","ce58a8bd-e979-41e0-a533-7408830e0154"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C16","C21","CM2","FRF","MIC"],"rulings":[{"date":"2014-11-24","text":"Each Siege will have one of the two listed abilities, depending on your choice as it enters the battlefield."},{"date":"2014-11-24","text":"Each of the last two abilities is linked to the first ability. They each refer only to the choice made as a result of the first ability. If a permanent enters the battlefield as a copy of one of the Sieges, its controller will make a new choice for that Siege. Which ability the copy has won't depend on the choice made for the original permanent."},{"date":"2014-11-24","text":"The words “Khans” and “Dragons” are anchor words, connecting your choice to the appropriate ability. Anchor words are a new rules concept. “[Anchor word] — [Ability]” means “As long as you chose [anchor word] as this permanent entered the battlefield, this permanent has [ability].” Notably, the anchor word “Dragons” has no connection to the creature type Dragon."}],"rarities":["rare"]},"city of brass":{"name":"City of Brass","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever this land becomes tapped, it deals 1 damage to you.\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes tapped, it deals 1 damage to you.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"f25351e3-539b-4bbc-b92d-6480acf4d722","metadata":{"source_printing_ids":["03220cab-fc78-4323-bd34-b8dbebe35597","0480fbbd-9095-4634-9e8d-e859790f0950","0774fd7a-c2c5-4292-8f29-6257b13248d8","0ebbad50-0b0c-48f5-a4b0-c2907f7f0550","10eb8117-c009-4d50-b3fb-4879081f38be","140d79ae-4263-4aa6-9f41-412c5c7f51d3","18b08510-9cf4-4723-96f3-d1a873d710a4","193db964-feea-4b66-bf31-67a92772b792","21eb644f-dfc8-45b1-a964-a5bec9004580","2ac29c5c-3c55-4778-9bcd-642d38a0d3f9","2d120ddb-73e7-4dbc-b48c-4a6c74f331c3","35435f08-f3d5-404e-8365-c92b3a98ce26","39590a01-03ef-4e61-82b2-00ff82b0d035","41fd8502-52cb-4675-9c5a-cb39e2b10110","459042ef-0d5b-480f-9b8a-520e13ae9217","45fcd2f3-4273-4161-8762-ce94adcc7db2","4cf58637-1560-4851-b4f9-9fa564de4fd6","537af4fa-001c-4943-be6f-780d15b0584f","56816a2d-4faa-4fbd-bf1a-35fa3e90ccf6","61d821f2-ea9e-4b11-8d9e-d085396dd157","61e9c770-f05b-40df-a01f-82b734db1733","81ff64e0-e7bd-4e82-8495-2cc8889c4107","849bb914-d607-4111-9c9b-3c955c555fa8","869ec7dc-dbf5-4ed4-a368-328da384ecae","947eefb2-7156-4bd3-9e95-a18f87a951cd","b8571901-a2e9-428b-a022-13e38c84bf28","bc126f6b-1118-4021-96ef-e547bde565ce","bed4a63d-632a-4a3a-b35f-f8e155237d27","c21565d0-fc40-4d89-9b27-87c03385e0af","d35a4a4d-4b78-4c61-91bd-80c09c82895d","ea5dc646-fb05-4d2d-92db-5c2d7931dcc3","f21d3d37-8d08-4d12-862b-52c4b1c2fccb","f4e32327-380d-471e-813b-4c27477787ce"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2X2","5ED","6ED","7ED","8ED","ARN","BCHR","CHR","MB2","MD1","ME4","MMA","OLEP","PRM","PSUS","PTC","RIN","SCH","TMC","WC00","WC01","WC02","WC03","WC97","WC98"],"rulings":[{"date":"2004-10-04","text":"If you tap City of Brass while you are casting a spell or activating an ability, its ability will trigger and wait. When you finish casting that spell or activating that ability, City of Brass's triggered ability is put on the stack on top of it. City of Brass's ability will resolve first."},{"date":"2004-10-04","text":"On the other hand, you can tap City of Brass, put its triggered ability on the stack, and then respond to that ability by casting an instant or activating an ability using that mana. In that case, the instant spell or activated ability will resolve first."},{"date":"2004-10-04","text":"The first ability triggers no matter how the land becomes tapped."}],"rarities":["uncommon","rare"]},"city of traitors":{"name":"City of Traitors","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you play another land, sacrifice this land.\n{T}: Add {C}{C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"LandPlayed","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you play another land, sacrifice ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"f161111d-9747-47b3-bb10-3c8bded32e21","metadata":{"source_printing_ids":["71624139-a255-48be-93ca-594a4beba487","a7a8b6b8-b95f-4014-b17a-a6d44d965995","b4ac5f1f-f0b6-40f1-ba5a-85a6500b659e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EXO","OLGC","TPR","WC99"],"rulings":[{"date":"2004-10-04","text":"City of Traitors does not trigger on itself being played."},{"date":"2004-10-04","text":"City of Traitors does not trigger on lands that are put onto the battlefield without playing them."}],"rarities":["rare"]},"claim jumper":{"name":"Claim Jumper","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rabbit","Mercenary"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhen this creature enters, if an opponent controls more lands than you, you may search your library for a Plains card and put it onto the battlefield tapped. Then if an opponent controls more lands than you, repeat this process once. If you search your library this way, shuffle.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Plains"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"repeat_until":{"type":"WhileCondition","data":{"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"comparator":"GT","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}}}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"max_iterations":1}}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if an opponent controls more lands than you, you may search your library for a Plains card and put it onto the battlefield tapped. Then if an opponent controls more lands than you, repeat this process once. If you search your library this way, shuffle.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"comparator":"GT","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}}}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"18f0cd0b-3e4f-4637-a62e-75dd1b2f3fce","metadata":{"source_printing_ids":["11bda4c5-099f-489e-b64b-f4719241cf9d","654ade6b-0369-4b90-a744-2f57a45b04f4","dfad3c84-4264-4757-8e83-25dbbed67070"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ","SOC"],"rulings":[{"date":"2024-04-12","text":"For example, say you control three lands, one opponent controls four lands, and another opponent controls five lands. As Claim Jumper's ability resolves, at least one opponent controls more lands than you, so you search for a Plains card and put it onto the battlefield tapped. Now you control four lands, but there's still an opponent who controls more lands than you, so you repeat the process once, searching for another Plains. You end up controlling five lands (two tapped Plains plus your original three, which you probably tapped to cast Claim Jumper in the first place)."},{"date":"2024-04-12","text":"When Claim Jumper enters the battlefield, its triggered ability will check to see if at least one opponent controls more lands than you. If none do, the ability won't trigger at all. If the ability does trigger, it will check again as it tries to resolve. If there's no longer an opponent that controls more lands than you, the ability won't do anything."}],"rarities":["rare"]},"clandestine meddler":{"name":"Clandestine Meddler","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Rogue"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, suspect up to one other target creature you control. (A suspected creature has menace and can't block.)\nWhenever one or more suspected creatures you control attack, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Suspect","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"scope":{"type":"Single"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, suspect up to one other target creature you control.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Suspected"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more suspected creatures you control attack, surveil 1.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f11ec1c9-347d-4d79-aaa9-5919db5f9044","metadata":{"source_printing_ids":["2e069de0-3218-456c-b191-93e755634783","e1b13406-3b4e-4c61-b19a-c1faf31ed676"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"Being suspected isn't a copiable value. If a permanent becomes a copy of a suspected creature, it won't be suspected."},{"date":"2024-02-02","text":"If a creature is already suspected, suspecting it again won't have any effect."},{"date":"2024-02-02","text":"If a suspected creature loses all abilities, it will lose menace and \"This creature can't block\", but it won't stop being suspected."},{"date":"2024-02-02","text":"There's no limit to the number of creatures that can be suspected simultaneously. Suspecting a new creature doesn't cause other creatures to stop being suspected."},{"date":"2024-02-02","text":"When an effect suspects a creature, it becomes suspected. It gains menace and \"This creature can't block\" for as long as it's suspected. It stays suspected until it leaves the battlefield or another effect causes it to no longer be suspected."}],"rarities":["uncommon"]},"claws of gix":{"name":"Claws of Gix","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, Sacrifice a permanent: You gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}, Sacrifice a permanent: You gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c4d384d7-f294-4b2d-9971-a4689c150255","metadata":{"source_printing_ids":["78372366-8c4c-46ac-bd7c-a735c2b24b5d","d02b645e-ba2c-44a0-889e-c1b46d2cd925"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TSB","USG"],"rarities":["uncommon","special"]},"clear, the mind":{"name":"Clear, the Mind","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Spell commander (This card can be your commander. In Limited, it can partner like other monocolored legends.)\nTarget player shuffles their graveyard into their library.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"spell","description":"Spell commander Target player shuffles their graveyard into their library"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Spell commander\nTarget player shuffles their graveyard into their library.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"48699c1c-e3df-40c2-87b2-ea4d51feefa2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1ed74047-b343-437e-9cc5-ee52ac63be3d"]},"legalities":{},"printings":["UNK"],"rarities":["uncommon"]},"clockspinning":{"name":"Clockspinning","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Buyback {3} (You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)\nChoose a counter on target permanent or suspended card. Remove that counter from that permanent or card or put another of those counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Buyback":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":3}}}],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"InZone","zone":"Battlefield"}]},{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Exile"},{"type":"HasKeywordKind","value":"Suspend"},{"type":"Counters","counters":{"type":"OfType","data":"time"},"comparator":"GE","count":{"type":"Fixed","value":1}}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseCounterAdjustment","adjustment":"AddOrRemove","count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose a counter on target permanent or suspended card. Remove that counter from that permanent or card or put another of those counters on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3e1b32a9-27a4-4550-a644-ebe254e1f512","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}}}},"metadata":{"source_printing_ids":["01aeee52-1fb0-4eeb-8fd8-455fdd91db15","1323d548-e2fe-47c5-8df3-f181aed537c5","7939bd65-b5b2-4a11-90f2-234a146280ff"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["TSP","WHO"],"rulings":[{"date":"2006-09-25","text":"Clockspinning can affect any kind of counter, not just a time counter. The type of counter isn't chosen until resolution. Whether to add or remove a counter isn't chosen until resolution."},{"date":"2006-09-25","text":"If the target is a permanent and it has no counter on it when Clockspinning resolves, nothing happens."},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["common"]},"clone":{"name":"Clone","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"You may have this creature enter as a copy of any creature on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"You may have ~ enter as a copy of any creature on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"You may have ~ enter as a copy of any creature on the battlefield.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"42226b87-0746-4ebf-9fd0-108d508462af","metadata":{"source_printing_ids":["0782f78b-ff4d-4567-8606-d4f0ebb0a304","0eda6f15-7e14-49f0-9352-bbc4a2cd4732","1d513dde-7c5f-46f1-b871-5290595bdbbe","3065a184-58f8-43d4-9d9f-ed0f266ec8c9","48c2e9e2-f679-451d-a700-18104af08988","5e648262-3b9b-4c58-8e29-48356e3cb064","6b2f0e3e-b209-4eda-81e5-b5e474a143d5","828568fe-fafa-4f7f-b4ea-432fba4ed0cc","869f64b0-14ca-4171-8fde-1528bf7b9846","881f6340-865f-437c-983e-df39aad032ab","af53b5fc-c31a-4f26-93bf-0c45c1f4e1e5","b59fde1a-8d41-4f09-a4a1-4a15aaa704c7","b843b814-e9d7-45c0-a02c-e55ed9ab67cd","bcf09714-89cf-4feb-b941-74f791bbdf6e","cf51d88c-f7a4-4f82-ab2b-f2871abd7d5b","d2ee7575-352e-45dd-ab88-d8da50400862","d8d652af-4d68-436d-89c6-346f5c7ff9ae","dcb64c5b-06c9-4fc6-b08d-ca7078101cdb","f00d33dd-4eb2-4446-9813-1923d8e2d2f3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","9ED","CED","CEI","DDI","FBB","LEA","LEB","M10","M11","M13","M14","ONS","SLD","SUM","TLE"],"rulings":[{"date":"2025-10-02","text":"Any enters abilities of the copied creature will trigger when Clone enters. Any \"as [this creature] enters\" or \"[this creature] enters with\" abilities of the chosen creature will also work."},{"date":"2025-10-02","text":"Clone copies exactly what was printed on the original creature and nothing else (unless that creature is copying something else or is a token; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on."},{"date":"2025-10-02","text":"Clone's ability doesn't target the chosen creature."},{"date":"2025-10-02","text":"If Clone somehow enters at the same time as another creature, Clone can't become a copy of that creature. You may choose only a creature that's already on the battlefield."},{"date":"2025-10-02","text":"If the copied creature has {X} in its mana cost, X is considered to be 0."},{"date":"2025-10-02","text":"If the copied creature is a token, Clone copies the original characteristics of that token as stated by the effect that created the token."},{"date":"2025-10-02","text":"If the copied creature is copying something else (for example, if the copied creature is an Evil Twin), then Clone enters as whatever that creature copied."},{"date":"2025-10-02","text":"You can choose not to copy anything. In that case, Clone enters as a 0/0 Shapeshifter creature, and is probably put into the graveyard immediately."}],"rarities":["uncommon","rare","mythic"]},"close encounter":{"name":"Close Encounter","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, choose a creature you control or a warped creature card you own in exile.\nClose Encounter deals damage equal to the power of the chosen creature or card to target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals damage equal to the power of the chosen creature or card to target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"032fdd08-2ea7-442e-8162-0a8e5a585253","additional_cost":{"type":"Required","data":{"type":"Unimplemented","description":"choose a creature you control or a warped creature card you own in exile"}},"metadata":{"source_printing_ids":["a8a77351-9115-470f-8141-222c1916b337"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"If you chose a creature on the battlefield, use that creature’s power when Close Encounter resolves to determine how much damage is dealt. If that creature is no longer on the battlefield when Close Encounter resolves, use that creature’s power as it last existed on the battlefield to determine how much damage is dealt."}],"rarities":["uncommon"]},"cloud key":{"name":"Cloud Key","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose artifact, creature, enchantment, instant, or sorcery.\nSpells you cast of the chosen type cost {1} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCardType"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast of the chosen type cost {1} less to cast."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose artifact, creature, enchantment, instant, or sorcery.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"2a838818-d590-4374-9a63-d9e6381a0f0d","metadata":{"source_printing_ids":["1b6c0ff0-9dfe-450d-aec4-37b89ecceda8","3b348e66-0552-4650-82d5-67af84df5462","6f880de5-8fc5-4e4e-a4bb-cc3e61a7697b","b851ab76-e40e-4232-b120-0bc1905ef0b4","b893ab56-44a6-4b3c-bb3e-6deec298cbce","f8f539c4-9b68-49c2-b750-e4afa80d5178","f9d3df85-1922-437a-9d63-1b9111fa8aa3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BRR","EOC","FUT","PLST","TSR"],"rulings":[{"date":"2021-03-19","text":"The cost reduction applies only to generic mana in the cost of spells of the chosen type you cast."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a flashback cost), add any cost increases (such as kicker costs), then apply any cost reductions (such as that of Cloud Key's ability). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["rare"]},"cloud pirates":{"name":"Cloud Pirates","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Pirate"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nThis creature can block only creatures with flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"BlockRestriction":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can block only creatures with flying."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d334aa85-3470-4f5d-9cbc-b88bf991a5af","legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["POR"]},"cloud sprite":{"name":"Cloud Sprite","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying (This creature can't be blocked except by creatures with flying or reach.)\nThis creature can block only creatures with flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"BlockRestriction":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can block only creatures with flying."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"283433cb-9466-4b40-8af9-30934654d43b","metadata":{"source_printing_ids":["3d14352c-ac8c-45b5-b930-63822408ba3d","cf0bf2fd-0341-461b-b19b-c79016f0d890","feacf831-a6e4-456b-b8f2-d7ec554281a1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","DPA","MMQ","PS11"],"rarities":["common"]},"cloud, ex-soldier":{"name":"Cloud, Ex-SOLDIER","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Mercenary"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen Cloud enters, attach up to one target Equipment you control to it.\nWhenever Cloud attacks, draw a card for each equipped attacking creature you control. Then if Cloud has power 7 or greater, create two Treasure tokens.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[]},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, attach up to one target Equipment you control to it.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"EquippedBy"},{"type":"Attacking"}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, draw a card for each equipped attacking creature you control. Then if ~ has power 7 or greater, create two Treasure tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"653f0452-5802-4639-86c2-1500c3964fcb","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["07b4e4f8-6a31-4533-be51-668ce3ddc84f","15ce92a3-0d51-4c8e-bbce-d225021b4c35","5a186ba3-94c1-4eab-8d4f-42a320bfa073","955189c4-cfbc-47be-9681-cfffab403443","c22ebe7c-dcfe-4cb2-b6c4-2b4eaa1e635d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"You can't use Cloud's second ability to try to attach an Equipment to Cloud if that Equipment can't legally be attached to Cloud."}],"rarities":["mythic"]},"cloud, midgar mercenary":{"name":"Cloud, Midgar Mercenary","mana_cost":{"type":"Cost","shards":["White","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Mercenary"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When Cloud enters, search your library for an Equipment card, reveal it, put it into your hand, then shuffle.\nAs long as Cloud is equipped, if a triggered ability of Cloud or an Equipment attached to it triggers, that ability triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Equipment"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, search your library for an Equipment card, reveal it, put it into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":"Any"}},"affected":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[{"type":"AttachedToSource"}]}]},"modifications":[],"condition":{"type":"SourceIsEquipped"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is equipped, if a triggered ability of ~ or an Equipment attached to it triggers, that ability triggers an additional time."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"33d2584b-bf29-4c22-bd45-14ba2fb98c0e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2cf7e8a3-fad7-413d-b17c-7519a9cf5fb5","5d8690ec-fded-4801-8eaf-5e5fe3d444ec","86fd126f-7672-4d83-93df-c61184d2fcf4","b358dadc-9cc9-4baf-afec-3b50d0822609","f0b73ab0-b8eb-4a6f-a8d9-25d56fdf740a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN","PMEI","PPRO","PSPL"],"rulings":[{"date":"2025-06-06","text":"Cloud's last ability doesn't copy the triggered ability; it just causes the ability to trigger an additional time. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."},{"date":"2025-06-06","text":"If a triggered ability is linked to a second ability, additional instances of that triggered ability are also linked to that second ability. If the second ability refers to \"the exiled card,\" it refers to all cards exiled by instances of the triggered ability."},{"date":"2025-06-06","text":"In some cases involving linked abilities, an ability requires information about \"the exiled card.\" When this happens, the ability gets multiple answers. If these answers are being used to determine the value of a variable, the sum is used. For example, if Strata Scythe's imprint ability (\"When this Equipment enters, search your library for a land card, exile it, then shuffle.\") triggers twice (probably because it somehow entered attached to Cloud), up to two total land cards can be exiled. Strata Scythe's last ability will give the equipped creature +1/+1 for each land on the battlefield with the same name as either of the exiled cards."},{"date":"2025-06-06","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keyword abilities are triggered abilities and will have \"when,\" \"whenever,\" or \"at\" in their reminder text."}],"rarities":["mythic"]},"coalition relic":{"name":"Coalition Relic","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color.\n{T}: Put a charge counter on this artifact.\nAt the beginning of your first main phase, remove all charge counters from this artifact. Add one mana of any color for each charge counter removed this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Put a charge counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"charge","count":{"type":"Fixed","value":-1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}},"color_options":["White","Blue","Black","Red","Green"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, remove all charge counters from ~. Add one mana of any color for each charge counter removed this way.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"008cb342-79f5-4df6-a6b7-0e9e22ed693f","metadata":{"source_printing_ids":["02c532e8-21f1-4d6f-a931-1ea48a6aeea2","54f816e4-76ed-4f09-8398-a73e06dce3e6","73f27b75-d400-46fd-acec-6b55a1e801ee","7a7c98b0-d64d-4d0a-b284-1187a8e7095e","9f83d87c-9ff7-4151-a266-bd77680a899b","a9fae620-8fa5-44db-8326-11cb323c626e","af9f452e-f66c-426f-bad7-645538f2097f","ef44324a-32bd-47e9-8fd9-258ba668de53"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","DDE","DMC","FUT","M3C","PLST","TSR"],"rulings":[{"date":"2021-03-19","text":"If you remove multiple charge counters from Coalition Relic at once, you may add a different color of mana for each one."},{"date":"2021-03-19","text":"Only the first main phase each turn is considered a precombat main phase, even if additional main phases or combat phases are created."}],"rarities":["rare"]},"coalition victory":{"name":"Coalition Victory","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You win the game if you control a land of each basic land type and a creature of each color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"You win the game if you control a land of each basic land type and a creature of each color.","target_prompt":null,"condition":{"type":"And","conditions":[{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Plains"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Island"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Swamp"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Mountain"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Forest"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"White"}]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Blue"}]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Black"}]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Red"}]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Green"}]}}]},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"e9e25800-9ee7-40c9-b22d-611c7281c125","metadata":{"source_printing_ids":["179a327f-df9e-43a2-9706-752dccc94533","446824f7-dc42-42da-8bd5-6c37f3358d65","dd8ad3aa-3225-45ae-8343-5991f5b52269"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["INV","PLST","TSB"],"rulings":[{"date":"2006-09-25","text":"When Coalition Victory resolves, it checks for the five basic land types (Plains, Island, Swamp, Mountain, Forest) and the five colors (white, blue, black, red, green). If a single land has multiple types and/or a single creature is multiple colors, it will count all those types and/or colors."}],"rarities":["rare","special"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"coastal wizard":{"name":"Coastal Wizard","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Return this creature and another target creature to their owners' hands. Activate only during your turn, before attackers are declared.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Return ~ and another target creature to their owners' hands. Activate only during your turn, before attackers are declared.","target_prompt":null,"activation_restrictions":[{"type":"DuringYourTurn"},{"type":"BeforeAttackersDeclared"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d2a29bbf-bfcd-4e4e-8c0b-95a15b58a612","legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["P02"],"rulings":[{"date":"2013-09-20","text":"If a turn has multiple combat phases, the ability can only be activated before the beginning of the declare attackers step of the first combat phase in that turn."}]},"coastline marauders":{"name":"Coastline Marauders","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Pirate"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever this creature attacks, it gets +1/+0 until end of turn for each land defending player controls.\nEncore {4}{R}{R} ({4}{R}{R}, Exile this card from your graveyard: For each opponent, create a token copy that attacks that opponent this turn if able. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Encore":{"type":"Cost","shards":["Red","Red"],"generic":4}}],"abilities":[{"kind":"Activated","effect":{"type":"Encore"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red"],"generic":4}},{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"DefendingPlayer","properties":[]}}}},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it gets +1/+0 until end of turn for each land defending player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c93bef6e-b676-43df-9f0f-026aaff25604","metadata":{"related_token_ids":["cf04eb05-5d99-5015-921c-d7df230b0341"],"source_printing_ids":["7a47e6bc-422a-4627-b21e-5a042193bed0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR"],"rulings":[{"date":"2020-11-10","text":"Each token must attack the appropriate player if able."},{"date":"2020-11-10","text":"Exiling the card with encore is a cost to activate the ability. Once you announce that you're activating it, no player may take actions until you've finished. They can't try to remove the card from your graveyard to stop you from paying the cost."},{"date":"2020-11-10","text":"If Coastline Marauders is attacking a planeswalker, that planeswalker's controller is the defending player."},{"date":"2020-11-10","text":"If one of the tokens can't attack for any reason (such as being tapped), then it doesn't attack. If there's a cost associated with having it attack, you aren't forced to pay that cost, so it doesn't have to attack in that case either."},{"date":"2020-11-10","text":"If one of the tokens somehow is under another player's control as the delayed triggered ability resolves, you can't sacrifice that token. It remains on the battlefield indefinitely, even if you regain control of it later."},{"date":"2020-11-10","text":"Opponents who have left the game aren't counted when determining how many tokens to create."},{"date":"2020-11-10","text":"The bonus Coastline Marauders receives is determined by the player it's attacking. Lands controlled by other defending players won't be counted."},{"date":"2020-11-10","text":"The tokens copy only what's on the original card. Effects that modified that creature when it was previously on the battlefield won't be copied."},{"date":"2023-07-28","text":"If an effect stops a token from attacking a specific player, that token can attack any player, planeswalker, or battle, or not attack at all. If the effect stops the token from attacking a specific player unless a cost is paid, you don't have to pay that cost unless you want to attack that player."}],"rarities":["uncommon"]},"coat of arms":{"name":"Coat of Arms","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature gets +1/+1 for each other creature on the battlefield that shares at least one creature type with it. (For example, if two Goblin Warriors and a Goblin Shaman are on the battlefield, each gets +2/+2.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"ParentTarget"}}]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"ParentTarget"}}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature gets +1/+1 for each other creature on the battlefield that shares at least one creature type with it."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"5f7f133e-58ea-41ab-b1be-be4b400fac4c","metadata":{"source_printing_ids":["0b0359f9-b9da-46fe-a1bb-2fa8319792d0","215a9098-e181-4052-83e6-fcf1b209120f","2602f046-5e79-4a8a-a5b1-b7c3cbb307fc","32cf3074-da3b-47e1-9a2c-88cfb1918a98","45f77859-c92c-4851-9bab-9232d8b74cdb","513d4c36-6ad4-4ee9-b161-3136eb59504f","59414f0a-48b9-489f-82ca-e710679ad21d","6257c8a2-4756-40d2-a61d-9fd2ea3a2a92","8e098d9e-3e1f-4421-aa41-6f0dc095eb96","9642852b-8736-4fce-9f91-37594cbc3f71","9e32c939-1d64-4082-bafe-59dfa9c054f6","a3995426-2baf-47aa-8111-de07e65f64b4","aef2eb36-f20d-4d90-a556-de2ba09b2635","b38ecdea-c269-4f0a-b297-e16a22410802","d3e554dd-32c8-4c22-9f3e-32d84cd9edef","d95961d3-8a94-45cd-9d5f-1690960e599a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","7ED","8ED","9ED","DDS","DPA","EXO","H09","LCC","M10","PLST","PS11","SLD","TPR"],"rulings":[{"date":"2004-10-04","text":"If a creature has more than one creature type, and one of those types matches the creature you are calculating for, then count that creature. Only one type needs to match in order to get counted."},{"date":"2004-10-04","text":"If you have a creature with more than one creature type, count all creatures which have either creature type."},{"date":"2009-10-01","text":"Sharing multiple creature types doesn't give an additional bonus. Coat of Arms counts creatures, not creature types."}],"rarities":["rare"]},"coiling oracle":{"name":"Coiling Oracle","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake","Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, reveal the top card of your library. If it's a land card, put it onto the battlefield. Otherwise, put that card into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Land"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, reveal the top card of your library. If it's a land card, put it onto the battlefield. Otherwise, put that card into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"69fd4ddf-9ed8-4c56-bef3-9944daf05e4f","metadata":{"source_printing_ids":["033e6145-cf40-4fa8-98a4-ed8b5e8a66ab","04741224-4974-4828-b005-cfaafaef9b76","057816be-3e38-4061-8d43-86338a761e42","19719b9b-a384-4ebe-9a5a-7f51132f3c44","3c426a78-3f0d-4ad7-aa90-0824fc9db962","41eed468-cd79-4c88-97d5-72b7818c78cb","46ddfce6-5b8c-4ce1-a329-6a4a4576ca9c","487ec3a9-416f-4370-a8e2-996b982dfc96","559ff1b1-018c-4e08-9531-8af20af47d05","55a6ba2a-b372-4b15-9a1e-09b41316eab7","6b60332c-d390-49aa-8e07-0a0a2eddf201","9cfb4080-0f31-4352-b47a-a36955b68a18","ab0aca0f-0f14-46d4-bfbc-ccfdfa2a2690","b55743ca-f25f-4e03-bad5-ca0d77b133b8","bb8acaa5-5194-4ab3-92b8-4123a903eca3","e42b8b16-dd09-466b-ba1e-979e963ea384","ffec325d-63d9-4f01-8bfd-ae6618b3e891"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["2X2","BLC","C15","C16","C21","CMR","CN2","DDO","DIS","DMC","GK2","MM3","PAL06","PLST","PRM","RVR","TD0"],"rarities":["common","uncommon"]},"coiling rebirth":{"name":"Coiling Rebirth","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Gift a card (You may promise an opponent a gift as you cast this spell. If you do, they draw a card before its other effects.)\nReturn target creature card from your graveyard to the battlefield. Then if the gift was promised and that creature isn't legendary, create a token that's a copy of that creature, except it's 1/1.","non_ability_text":null,"flavor_name":null,"keywords":[{"Gift":{"type":"Card"}}],"abilities":[{"kind":"Spell","effect":{"type":"GiftDelivery","kind":{"type":"Card"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"AdditionalCostPaid"},{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"use_lki":false}}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return target creature card from your graveyard to the battlefield. Then if the gift was promised and that creature isn't legendary, create a token that's a copy of that creature, except it's 1/1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"27a91ebd-39f4-432d-b6cc-cd86b4a3979a","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}}}},"metadata":{"source_printing_ids":["640725a5-8251-4f7a-b1e3-481519c85b5d","96d5de3e-0440-4dd1-899c-ab40c0752343"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Any abilities that trigger during the resolution of Coiling Rebirth will wait to be put onto the stack until Coiling Rebirth finishes resolving. An ability that triggers when the creature is returned to the battlefield from the graveyard may target the token copy, and vice versa."},{"date":"2024-07-26","text":"Any “enters” abilities of the copied creature will trigger when the token enters. Any “as [this creature] enters” or “[this creature] enters with” abilities of the copied creature will also work."},{"date":"2024-07-26","text":"As an additional cost to cast a spell with gift, you can promise the listed gift to an opponent. That opponent is chosen as part of that additional cost. The gift isn’t given at this time; rather, it’s given at a later time based on whether or not the spell is a permanent spell."},{"date":"2024-07-26","text":"For instants and sorceries with gift, the gift is given to the appropriate opponent as part of the resolution of the spell. This happens before any of the spell’s other effects would take place."},{"date":"2024-07-26","text":"For permanent spells with gift, an ability triggers when that permanent enters if the gift was promised. When that ability resolves, the gift is given to the appropriate opponent."},{"date":"2024-07-26","text":"If a spell for which the gift was promised is countered, doesn’t resolve (perhaps because all of its targets are illegal), or is otherwise removed from the stack, the gift won’t be given. None of its other effects will happen either."},{"date":"2024-07-26","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2024-07-26","text":"If you copy a spell for which the gift was promised, the gift was also promised to the same opponent for the copy. If a card or token enters as a copy of a permanent that’s already on the battlefield, the gift isn’t promised for that new permanent, even if it was promised for the original."},{"date":"2024-07-26","text":"In the main set, there are four different kinds of gifts. “Gift a Food” causes the chosen opponent to create a Food token, while “Gift a Treasure” causes the chosen opponent to create a Treasure token. “Gift a card” causes them to draw a card, and “Gift a tapped Fish” causes them to create a tapped 1/1 blue Fish creature token. The Commander decks contain two more kinds of gifts: “Gift an Octopus,” which causes the chosen opponent to create an 8/8 blue Octopus creature token, and “Gift an extra turn,” which causes them to take an extra turn after the current turn ends."},{"date":"2024-07-26","text":"Some instant or sorcery spells require alternative or additional targets if the gift was promised. You ignore these targeting requirements if the gifts aren’t promised for those spells. On the other hand, you can promise a gift for a permanent spell even if you won’t be able to choose targets for an enters ability of that permanent once the spell resolves."},{"date":"2024-07-26","text":"The token created by the additional effect of Coiling Rebirth isn’t “cast,” so abilities that trigger when a creature spell is cast won’t trigger for the copy."},{"date":"2024-07-26","text":"You can’t pay a gift cost more than once."}],"rarities":["rare"]},"coin of mastery":{"name":"Coin of Mastery","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature you control enters with an additional +1/+1 counter on it for each mana from an artifact source spent to cast it.\n{T}: Create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Create a Treasure token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"FromSource","source_filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]}}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Each creature you control enters with an additional +1/+1 counter on it for each mana from an artifact source spent to cast it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"d78518ee-df79-48d1-b9d5-4f968b441899","metadata":{"related_token_ids":["75d29d40-278b-5165-879f-0cc30dc8a4a4"],"source_printing_ids":["ca053574-2ac9-4814-955d-87a97e0aca7e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["TMC"],"rarities":["rare"]},"collected company":{"name":"Collected Company","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top six cards of your library. Put up to two creature cards with mana value 3 or less from among them onto the battlefield. Put the rest on the bottom of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":6},"destination":"Battlefield","keep_count":2,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":"Look at the top six cards of your library. Put up to two creature cards with mana value 3 or less from among them onto the battlefield. Put the rest on the bottom of your library in any order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0bbcb563-09b3-499d-a9cc-3a6d7501dd81","metadata":{"source_printing_ids":["7ba6a508-3286-4938-b0a5-94b794ab6456","a6a13554-22d3-40e3-bf70-63ff939bc434","cfa7b456-7e83-4587-a875-9b35fde318c2","f41a69ae-a0c4-4053-a795-940d76226e08","fdff930a-d820-44c3-87f3-7b50f3137e46"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","DTK","MB2","PW21","SLD","SPG"],"rulings":[{"date":"2015-02-25","text":"Each of the creature cards can have mana value 3 or less. It's not the total mana value of the two cards."}],"rarities":["rare","mythic"]},"collective inferno":{"name":"Collective Inferno","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nAs this enchantment enters, choose a creature type.\nDouble all damage that sources you control of the chosen type would deal.","non_ability_text":null,"flavor_name":null,"keywords":["Convoke"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"},{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"Double all damage that sources you control of the chosen type would deal.","condition":null,"damage_modification":{"type":"Double"},"damage_source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"IsChosenCreatureType"}]}}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"649e4969-71d4-434f-85b0-205ec2c6b24f","metadata":{"source_printing_ids":["1ec084cc-997d-4079-b445-8f701ec3c277","2ada6e6f-77bd-49cb-8aa7-933acc02a0f2","7250001d-a170-4b23-8290-6fdad48b4ac8","72bd8ce5-795a-4503-b92c-a4a39f0bd4db"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"If another effect (or effects) modifies how much damage a source you control of the chosen type would deal (for example, by preventing some of that damage), the player being dealt damage or the controller of the permanent being dealt damage chooses the order in which any such effects, including the effect of Collective Inferno's last ability, apply. If all of the damage is prevented before the effect of Collective Inferno's last ability would apply, its effect no longer applies."},{"date":"2025-11-17","text":"If damage dealt is being divided or assigned among multiple permanents or players, that damage is divided or assigned before any effects modify how much damage would be dealt. For example, say you control Collective Inferno and you attack an opponent with a 5/5 creature of the chosen type with trample and haste. If it's blocked by a 2/2 creature, you can assign 2 damage to the blocker and 3 damage to the defending player. Those amounts are then doubled to 4 and 6, respectively."},{"date":"2025-11-17","text":"The damage is dealt by the same source as the original source of damage. The doubled damage isn't dealt by Collective Inferno unless (in a very unusual case) it was the original source of damage."}],"rarities":["rare","mythic"]},"collision":{"name":"Collision","mana_cost":{"type":"Cost","shards":["RedGreen"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Collision deals 6 damage to target creature with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":6},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 6 damage to target creature with flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"197ce21b-3387-4e76-a49c-04b9c371c031","metadata":{"source_printing_ids":["9bd15da6-2b86-4dba-951d-318c7d9a5dde"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["RNA"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["uncommon"]},"colossus":{"name":"Colossus","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets +4/+2 and gains trample until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +4/+2 and gains trample"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature gets +4/+2 and gains trample until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"197ce21b-3387-4e76-a49c-04b9c371c031","metadata":{"source_printing_ids":["9bd15da6-2b86-4dba-951d-318c7d9a5dde"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["RNA"],"rarities":["uncommon"]},"combat celebrant":{"name":"Combat Celebrant","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"If this creature hasn't been exerted this turn, you may exert it as it attacks. When you do, untap all other creatures you control and after this phase, there is an additional combat phase. (An exerted creature won't untap during your next untap step.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"If ~ hasn't been exerted this turn, you may exert it as it attacks. When you do, untap all other creatures you control and after this phase, there is an additional combat phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5e15ff93-99a0-4000-918e-4bd2c257188d","parse_warnings":[{"type":"SwallowedClause","detector":"Duration_ThisTurn","description":"If this creature hasn't been exerted this turn, you may exert it as it attacks. When you do, untap all other creatures you control and after","line_index":0}],"metadata":{"source_printing_ids":["0be1c60b-511b-4d88-93d3-7910c082245a","28b63c3d-2e55-4343-b49a-11fa602ec473","3e611db6-0819-487c-bc05-17c92d79c75b","a505914a-a3e0-413e-8781-fc5407cd024b","b943300e-e6af-4e7f-b936-62ef9c314916"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","BLC","J25","LTC","PAKH"],"rulings":[{"date":"2017-04-18","text":"All cards in the Amonkhet set that let you exert a creature let you do so as you declare it as an attacking creature, as do some of the cards in the Hour of Devastation set. You can't do so later in combat, and creatures put onto the battlefield attacking can't be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2017-04-18","text":"Combat Celebrant's ability untaps all of your creatures, not just the ones that are attacking."},{"date":"2017-04-18","text":"If an exerted creature is already untapped during your next untap step (most likely because it had vigilance or an effect untapped it), exert's effect preventing it from untapping expires without having done anything."},{"date":"2017-04-18","text":"If you exert Combat Celebrant, you get an additional combat phase even if Combat Celebrant doesn't survive the first combat phase."},{"date":"2017-04-18","text":"If you exert multiple Combat Celebrants in one combat phase, you'll have that many additional combat phases, but all of your creatures are untapped only during the current combat phase. You'll need to exert the Combat Celebrants one at a time, in multiple combat phases, to untap your attacking creatures and attack with them in each combat step."},{"date":"2017-04-18","text":"If you gain control of another player's creature until end of turn and exert it, it will untap during that player's untap step."},{"date":"2017-04-18","text":"There's no main phase between your combat phases, so you'll have no opportunity to cast spells or activate abilities that could only be cast any time you could cast a sorcery. For example, you won't be able to cast another creature or equip Equipment between combats."},{"date":"2017-04-18","text":"Untapping an attacking creature doesn't remove it from combat."},{"date":"2017-04-18","text":"You can't exert a creature unless an effect allows you to do so. Similar effects that \"tap and freeze\" a creature (such as that of Decision Paralysis) don't exert that creature."}],"rarities":["mythic"]},"combat thresher":{"name":"Combat Thresher","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Prototype {2}{W} — 1/1 (You may cast this spell with different mana cost, color, and size. It keeps its abilities and types.)\nDouble strike\nWhen this creature enters, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike",{"Prototype":{"cost":{"type":"Cost","shards":["White"],"generic":2},"power":1,"toughness":1}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0c460bdd-460b-4312-9ed2-32f3809a7d36","metadata":{"source_printing_ids":["74dfabfd-e13b-4512-a733-abe514be6404"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO"],"rulings":[{"date":"2022-10-14","text":"A prototype card is a colorless card in every zone except the stack or the battlefield, as well as while on the stack or the battlefield if not cast as a prototyped spell. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Blitz Automaton is a colorless creature card with mana value 7. It can't be the target of Recommission, a spell that targets an artifact or creature card with mana value 3 or less in your graveyard."},{"date":"2022-10-14","text":"Casting a prototyped spell isn't the same as casting it for an alternative cost, and an alternative cost may be applied to a spell cast this way. For example, if an effect allows you to cast an artifact card without paying its mana cost, you could either cast Blitz Automaton normally, or as a prototyped spell."},{"date":"2022-10-14","text":"If an effect copies a prototyped spell, that copy (as well as the token it becomes on the battlefield) will have the same characteristics as the prototyped spell. Similarly, if an effect creates a token that's a copy of a prototyped permanent or causes another permanent to become a copy of it, the copy would have the same characteristics as the prototyped permanent."},{"date":"2022-10-14","text":"Regardless of how it was cast, a prototype card always has the same name, abilities, types, and so on. Only the mana cost, mana value, color, power, and toughness change depending on whether the card was cast as a prototyped spell."},{"date":"2022-10-14","text":"The prototype ability functions in any zone that the spell could be cast from. For example, if an effect allows you to cast artifact spells from your graveyard, you could cast a prototyped Blitz Automaton from your graveyard."},{"date":"2022-10-14","text":"When cast as a prototyped spell, that spell has the mana cost, power, and toughness characteristics shown in its colored, secondary text box rather than the normal values of those characteristics. Its color and mana value are determined by that mana cost. The permanent that spell becomes as it resolves has the same characteristics. If the spell leaves the stack in any other way, or the permanent it becomes leaves the battlefield, it immediately resumes using its normal characteristics."},{"date":"2022-10-14","text":"When casting a prototyped spell, use only its prototype characteristics to determine whether it's legal to cast it. For example, if Blitz Automaton is exiled with the last ability of Chandra, Dressed to Kill, you would be able to cast it for {2}{R} (because it's a red spell), even though you wouldn't be able to cast it as a colorless spell for its normal cost."}],"rarities":["uncommon"]},"command bridge":{"name":"Command Bridge","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\nWhen this land enters, sacrifice it unless you tap an untapped permanent you control.\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you tap an untapped permanent you control.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Untapped"}]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"87c8e1ed-258a-4a89-bcc6-211405e49692","metadata":{"source_printing_ids":["247670d2-a7cd-4ed7-9c77-704c7962b815"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["common"]},"commune with nature":{"name":"Commune with Nature","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top five cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":5},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":"Look at the top five cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d4ed4260-5f38-4b55-ba6e-9f54f04d2360","metadata":{"source_printing_ids":["5224eec3-2941-4d16-a713-099e34e93eee","a59eafb3-3ce6-4056-a7f7-8d0a8fc12294","b760d616-b73a-4c7f-8a38-5606a9a321e3","ce0b706e-017d-4f82-b280-cf9fdf75aef8","fb648eea-c731-4c4c-bf4a-a3f136983c36"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","CHK","MM2","PLST","WOE"],"rulings":[{"date":"2004-12-01","text":"If you don't reveal a creature card, put all the cards on the bottom of your library in any order."}],"rarities":["common"]},"complaints clerk":{"name":"Complaints Clerk","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sloth","Beast","Employee"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, open an Attraction. (Put the top card of your Attraction deck onto the battlefield.)\nWhenever you roll a 1, create a 1/1 white Clown Robot artifact creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"OpenAttractions","count":1},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, open an Attraction.","constraint":null,"condition":null,"batched":false},{"mode":"RolledDieOnce","execute":{"kind":"Spell","effect":{"type":"Token","name":"Clown Robot","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Clown","Robot"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll a 1, create a 1/1 white Clown Robot artifact creature token.","constraint":null,"condition":null,"batched":false,"die_result":{"Exact":[1]}}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"018627e1-ba32-4452-b3d1-6c2a39759aff","metadata":{"related_token_ids":["fa90f964-b0d7-5382-9199-98fa2b54c7f9"],"source_printing_ids":["a74e4feb-f3d5-4122-866c-421f4f24b829","c733e915-aead-4f82-92d0-37eabbfd0017"]},"legalities":{"commander":"legal","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"banned"},"printings":["UNF"],"rarities":["uncommon"]},"complex automaton":{"name":"Complex Automaton","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, if you control seven or more permanents, return this creature to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you control seven or more permanents, return ~ to its owner's hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e4951b4e-ba68-495c-8062-e89250d02cf3","metadata":{"source_printing_ids":["5fb3c7af-74e1-4072-953b-b3e9ccd8aa03"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["NEM"],"rarities":["rare"]},"concerted defense":{"name":"Concerted Defense","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target noncreature spell unless its controller pays {1} plus an additional {1} for each creature in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target noncreature spell unless its controller pays {1} plus an additional {1} for each creature in your party.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"ManaDynamic","quantity":{"type":"Sum","exprs":[{"type":"Fixed","value":1},{"type":"Ref","qty":{"type":"PartySize","player":{"type":"Controller"}}}]}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"77f02ae6-2411-4378-b5e0-cc1cf5964458","metadata":{"source_printing_ids":["235c108d-3902-4c2e-919c-a5449cd2dc3c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ZNR"],"rulings":[{"date":"2020-09-25","text":"An ability referring to the number of creatures in your party gets a number from zero to four. Such abilities never ask which creatures are in your party, and you never have to designate specific creatures as being in your party. You can’t choose to exclude creatures from this count to lower the number."},{"date":"2020-09-25","text":"If a creature has more than one party creature type, and there are multiple ways to count that creature that could result in a different number of creatures in your party, the highest such number is used. For example, if you control a Cleric and a Cleric Wizard, the number of creatures in your party is two. You can’t choose to have it be just one by counting the Cleric Wizard first as a Cleric."},{"date":"2020-09-25","text":"To determine “the number of creatures in your party,” check whether you control a Cleric, whether you control a Rogue, whether you control a Warrior, and whether you control a Wizard. The number is the total number of those checks to which you answered yes. Each creature you control can be counted for only one of those checks."}],"rarities":["uncommon"]},"conclave mentor":{"name":"Conclave Mentor","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Centaur","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"If one or more +1/+1 counters would be put on a creature you control, that many plus one +1/+1 counters are put on that creature instead.\nWhen this creature dies, you gain life equal to its power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, you gain life equal to its power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"AddCounter","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"If one or more +1/+1 counters would be put on a creature you control, that many plus one +1/+1 counters are put on that creature instead.","condition":null,"quantity_modification":{"type":"Plus","value":1},"counter_match":{"type":"OfType","data":"P1P1"}}],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"a2fe5937-212c-4e71-8d6e-f408b38100aa","metadata":{"source_printing_ids":["2e2d72f6-bde3-49fb-976e-2d0c4dce60e3","93cc7133-1814-4a77-95cc-22b93e63db50","a328a93a-e720-46d5-a190-cc65d1c90cea","c6d36786-6e36-4a9b-97ad-ad7d9d2b8d92"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","M21","MOC","PLST"],"rulings":[{"date":"2020-06-23","text":"Conclave Mentor's first ability doesn't apply to itself if it's somehow entering the battlefield with a +1/+1 counter on it."},{"date":"2020-06-23","text":"If a creature you control would enter the battlefield with a number of +1/+1 counters on it, it enters with that many plus one instead."},{"date":"2020-06-23","text":"If two or more effects attempt to modify how many counters would be put onto a creature you control, you choose the order to apply those effects, no matter who controls the sources of those effects."},{"date":"2020-06-23","text":"If you control two Conclave Mentors, the number of +1/+1 counters put on a creature is two plus the original number. Three Conclave Mentors add three, and so on."},{"date":"2020-06-23","text":"Use Conclave Mentor's power as it last existed on the battlefield to determine how much life you gain."}],"rarities":["uncommon"]},"conclave sledge-captain":{"name":"Conclave Sledge-Captain","mana_cost":{"type":"Cost","shards":["Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elephant","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Backup 1, backup 1, backup 1 (When this creature enters, put a +1/+1 counter on target creature. If that's another creature, it gains the following abilities until end of turn. Each backup ability triggers separately.)\nTrample\nWhenever this creature deals combat damage to a player, put that many +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Backup":1},{"Backup":1},{"Backup":1}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put that many +1/+1 counters on it.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Trample"},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put that many +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":"If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"SelfRef"},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put 1 +1/+1 counter on target creature","target_prompt":null,"ability_tag":{"type":"Backup"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.165: Backup 1 — when this creature enters, put 1 +1/+1 counter on target creature. If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Trample"},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put that many +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":"If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"SelfRef"},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put 1 +1/+1 counter on target creature","target_prompt":null,"ability_tag":{"type":"Backup"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.165: Backup 1 — when this creature enters, put 1 +1/+1 counter on target creature. If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Trample"},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put that many +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":"If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"SelfRef"},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put 1 +1/+1 counter on target creature","target_prompt":null,"ability_tag":{"type":"Backup"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.165: Backup 1 — when this creature enters, put 1 +1/+1 counter on target creature. If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e09e7bb8-2665-4081-b75a-628a8bc0a3cd","metadata":{"source_printing_ids":["3320f1b0-84b6-43c1-8423-1a044bdfb328","99ad5807-2adc-40d7-b398-d03fd2cd58b9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"Backup confers only abilities that are actually printed below it. Any abilities that are gained by the permanent are ignored, including abilities gained due to a resolving spell or ability or copy effects."},{"date":"2023-04-14","text":"If a backup ability causes another creature to gain abilities, the creature with backup will still have those abilities."},{"date":"2023-04-14","text":"If a backup ability targets the creature with backup, that creature will get +1/+1 counters, but it won’t gain additional abilities."},{"date":"2023-04-14","text":"If a permanent enters the battlefield as a copy of a card with a backup ability or a token is created that is a copy of that card, the order of the printed abilities is maintained."},{"date":"2023-04-14","text":"If the same creature is the target of more than one of Conclave Sledge-Captain’s backup abilities, it will get more than one instance of its triggered ability. Each of those triggered abilities triggers separately. If the creature deals combat damage to a player, it will get that many +1/+1 counters more than once. (It will also have trample more than once, but that’s way less interesting.)"},{"date":"2023-04-14","text":"The abilities that backup grants to the target creature are determined only once, at the time the ability triggers. They won’t change if the permanent with backup loses any abilities before the backup ability resolves."}],"rarities":["rare"]},"concoct":{"name":"Concoct","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Surveil 3, then return a creature card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":"Surveil 3, then return a creature card from your graveyard to the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"6e07e7ae-1bb7-4831-adb9-a5e71b7d79e3","metadata":{"source_printing_ids":["890ac54c-6fd7-4e46-8ce4-8926c6975f60","d0498280-c19e-4254-9bd2-dbdebda04e23","d7481287-fce9-4ef0-a3a8-7801c9eb3fa8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["GRN","MKC","PGRN","RVR"],"rarities":["rare"]},"condemn":{"name":"Condemn","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put target attacking creature on the bottom of its owner's library. Its controller gains life equal to its toughness.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Target"}}},"player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put target attacking creature on the bottom of its owner's library. Its controller gains life equal to its toughness.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"377d31b5-0a48-4d5b-91bd-b5a62d4f7899","metadata":{"source_printing_ids":["04dab28f-d0d0-49ef-9326-34fb348a7853","0c93201b-7664-4bfd-a462-f1c684ebedf6","0d05f1d0-19a8-4fc2-8b1d-1adb9a95790e","23cb1217-029d-42af-bd38-971fbc26f92d","58d4f5a0-b2d0-4a60-b1e1-bb2140abfd6d","8554c243-b300-47c2-8dbb-f6a054b894f9","97eb5d19-8e8f-4102-9faa-87f01d81491f","a2f1cba7-04ea-4009-9bf2-40d0d291475d","b28100b4-f4ee-4e1c-be50-508dd01e846a","cfae21b5-aff2-4191-aa42-d756209beaaa","ea9edff0-58a8-405d-9f2e-39f8269bbcb2","ee6a541f-a72e-4aa5-bced-430e5158ca85","f54179f7-5c00-4c65-a462-f86ca37b8982"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","C14","C17","CMR","DDL","DIS","M11","P07","PLST","PRM","PS11","RVR","SCD","SPG","TD0","TD2","ZNC"],"rulings":[{"date":"2024-01-12","text":"Use the creature's toughness as it last existed on the battlefield to determine how much life its controller gains."}],"rarities":["uncommon","mythic"]},"conduit of ruin":{"name":"Conduit of Ruin","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, you may search your library for a colorless creature card with mana value 7 or greater, reveal it, then shuffle and put that card on top.\nThe first creature spell you cast each turn costs {2} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"ColorCount","comparator":"EQ","count":0},{"type":"Cmc","comparator":"GE","value":{"type":"Fixed","value":7}}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Any"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, you may search your library for a colorless creature card with mana value 7 or greater, reveal it, then shuffle and put that card on top.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The first creature spell you cast each turn costs {2} less to cast."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"cd3d79e9-c72e-4321-bca1-54505d51331a","metadata":{"source_printing_ids":["4bc855d3-817c-4748-a7f5-1533d8b0e930"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BFZ","PBFZ"],"rulings":[{"date":"2015-08-25","text":"Conduit of Ruin's last ability can't reduce the amount of colored mana you pay for a spell. It reduces only the generic component of that mana cost."},{"date":"2015-08-25","text":"Conduit of Ruin's last ability doesn't change the mana cost or mana value of any spell. It changes only the total cost you actually pay."},{"date":"2015-08-25","text":"Conduit of Ruin's last ability will look at the entire turn, even if Conduit of Ruin wasn't on the battlefield for some of it. Notably, if you cast Conduit of Ruin in a turn, then no other creature spell you cast that turn can be your first."},{"date":"2015-08-25","text":"If the first creature spell you cast in a turn has converge, you can't ignore the cost reduction of Conduit of Ruin's last ability in order to spend more colors of mana."},{"date":"2015-08-25","text":"If the first creature spell you cast in a turn has {X} in its mana cost, you choose the value of X before calculating the spell's total cost. For example, if the first creature spell you cast in a turn has a mana cost of {X}{G}, you could choose 2 as the value of X and pay {G} to cast the spell."},{"date":"2015-08-25","text":"If there are additional costs to cast a spell, or if the cost to cast a spell is increased by an effect, apply those increases before applying cost reductions."},{"date":"2015-08-25","text":"If you control more than one Conduit of Ruin, the last ability of each of them applies only to the first creature spell you cast each turn, not to different spells; the first creature spell you cast each turn will cost {4} less."},{"date":"2015-08-25","text":"The cost reduction can apply to alternative costs (such as dash costs)."},{"date":"2015-08-25","text":"The first creature spell you cast each turn doesn't necessarily have to be the first spell you cast. You could cast a sorcery spell and then cast a creature spell that would get the discount."}],"rarities":["rare"]},"conformer shuriken":{"name":"Conformer Shuriken","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has \"Whenever this creature attacks, tap target creature defending player controls. If that creature has greater power than this creature, put a number of +1/+1 counters on this creature equal to the difference.\"\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"DefendingPlayer","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"put","description":"counters equal to the difference"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetHasKeywordInstead","keyword":{"Unknown":"greater power than ~"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, tap target creature defending player controls. If that creature has greater power than ~, put a number of +1/+1 counters on ~ equal to the difference.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has \"Whenever ~ attacks, tap target creature defending player controls. If that creature has greater power than ~, put a number of +1/+1 counters on ~ equal to the difference.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"8e7681ba-6412-4165-b374-5636feec216d","metadata":{"source_printing_ids":["019615fa-4bec-41e8-9c4c-2c6f91bdefb2","0c184913-bde3-4310-af3f-58a7fba77041"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rarities":["rare"]},"connecting the dots":{"name":"Connecting the Dots","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control attacks, exile the top card of your library face down. (You can't look at it.)\n{1}{R}, Discard your hand, Sacrifice this enchantment: Put all cards exiled with this enchantment into their owners' hands.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Hand","target":{"type":"ExiledBySource"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"filter":null,"random":false,"self_ref":false},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}{R}, Discard your hand, Sacrifice ~: Put all cards exiled with ~ into their owners' hands.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control attacks, exile the top card of your library face down.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a29e2c70-8909-465b-9cec-1a7037250313","metadata":{"source_printing_ids":["597b8c60-d06b-425b-9fca-f2e3dfb45623","8e02731a-8698-4b41-99c3-f0a19fc31430"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"Each Connecting the Dots you control has its own set of face-down exiled cards. Connecting the Dots's last ability puts only those cards into your hand, not those of any other Connecting the Dots."},{"date":"2024-02-02","text":"If Connecting the Dots leaves the battlefield before you activate its last ability, any cards exiled by its triggered ability remain exiled face down for the rest of the game. (You still can't look at them.) If you somehow return the same Connecting the Dots to the battlefield, it will be a different object with no connection to those face-down cards."},{"date":"2024-02-02","text":"You can pay the cost of \"discard your hand\" even if your hand contains zero cards."}],"rarities":["rare"]},"connive":{"name":"Connive","mana_cost":{"type":"Cost","shards":["BlueBlack","BlueBlack"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Gain control of target creature with power 2 or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Gain control of target creature with power 2 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"6e07e7ae-1bb7-4831-adb9-a5e71b7d79e3","metadata":{"source_printing_ids":["890ac54c-6fd7-4e46-8ce4-8926c6975f60","d0498280-c19e-4254-9bd2-dbdebda04e23","d7481287-fce9-4ef0-a3a8-7801c9eb3fa8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["GRN","MKC","PGRN","RVR"],"rulings":[{"date":"2018-10-05","text":"Connive's effect lasts indefinitely. It doesn't wear off during the cleanup step, and it doesn't expire if the creature's power becomes greater after Connive has resolved."},{"date":"2018-10-05","text":"No player may take actions between the time you surveil and the time you return a creature card to the battlefield."},{"date":"2018-10-05","text":"The creature card you return with Concoct may be one that you just surveilled into your graveyard."},{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."},{"date":"2024-01-12","text":"When you surveil, you may put all the cards you look at back on top of your library, you may put all of those cards into your graveyard, or you may put some of those cards on top and the rest of them into your graveyard."},{"date":"2024-01-12","text":"You perform the actions stated on a card in sequence. For some spells and abilities, you'll surveil last. For others, you'll surveil and then perform other actions."}],"rarities":["rare"]},"conspiracy":{"name":"Conspiracy","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nCreatures you control are the chosen type. The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield."},"cost":null,"sub_ability":null,"duration":null,"description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddChosenSubtype","kind":"CreatureType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control are the chosen type."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"775d284d-0884-4ae3-a1b5-2b2a50a895b4","metadata":{"source_printing_ids":["411c9f22-2df0-4a63-b2be-fa02612a6ef8","454aa2e5-fc90-4338-a319-010d4d706ae7","4a6aeb38-811c-4b5b-8bdd-876f41211035","8bbdb402-0e22-4f83-987a-9d0268a82f10","cf453d83-c09b-422a-a11b-679e143f52be","fa3cbcbb-d865-42df-88e1-0c9bd24b5c79"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ACR","MMQ","PLST","TSB"],"rulings":[{"date":"2004-10-04","text":"It does not replace any use of creature types in card text."},{"date":"2004-10-04","text":"This can grant a creature type to animated lands and artifacts that would otherwise have no creature type."},{"date":"2005-08-01","text":"\"Legend\" is no longer a creature type, and may not be chosen."},{"date":"2005-08-01","text":"If you choose Wall, then your creatures can still attack because creature types don't confer abilities such as defender (any more than, say, choosing creature type Bird would confer flying)."},{"date":"2013-09-20","text":"Affected spells, cards, and creatures lose all of their other creature types."},{"date":"2017-09-29","text":"Replacement effects that modify creatures of a certain type as they enter the battlefield will apply (or not apply) after you apply this effect. For example, if Warrior is the chosen creature type and you control Bramblewood Paragon, a Runeclaw Bear would enter the battlefield with an additional +1/+1 counter."}],"rarities":["rare","special"]},"conspiracy unraveler":{"name":"Conspiracy Unraveler","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sphinx","Detective"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nYou may collect evidence 10 rather than pay the mana cost for spells you cast. (To collect evidence 10, exile cards with total mana value 10 or greater from your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithAlternativeCost":{"cost":{"type":"CollectEvidence","amount":10}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may collect evidence 10 rather than pay the mana cost for spells you cast."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e4541d02-2860-46ef-b630-1d6307b60766","metadata":{"source_printing_ids":["0a33f43e-e57e-4d2c-b6f3-c785ab96214e","88e791fc-bf9f-49b6-b5f2-a24d4b3e360e","a8002174-8cff-4566-ba4d-d6caec14d69c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"If a spell has an additional cost that includes collecting evidence, such as that of Analyze the Pollen, any additional effects that occur \"if evidence was collected\" will occur only if that additional cost was paid. Using the alternative cost from Conspiracy Unraveler will not cause those additional effects to occur."},{"date":"2024-02-02","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If you are casting a spell from your graveyard (for example, a spell with flashback) you can't also exile that card to pay the alternative collect evidence cost offered by Conspiracy Unraveler."},{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"If you cast a spell for another cost \"rather than pay its mana cost\", you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the spell has any mandatory additional costs, such as that of Demand Answers, those must be paid to cast the card."},{"date":"2024-02-02","text":"If you cast a spell with the alternative collect evidence cost offered by Conspiracy Unraveler and you also collect evidence as an additional cost to cast that spell, abilities of permanents that trigger \"whenever you collect evidence\" will trigger twice. This is also true for abilities that trigger \"whenever one or more cards leave your graveyard.\" For example, let's say you control Conspiracy Unraveler and Evidence Examiner. You cast Crimestopper Sprite and choose to collect evidence 10 rather than pay its mana cost. You also choose to collect evidence 6 as an additional cost. Each of these will cause Evidence Examiner's last ability to trigger, and you'll end up investigating twice."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."}],"rarities":["mythic"]},"construct a cosmic cube":{"name":"Construct a Cosmic Cube","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Plan"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you draw your second card each turn, create a 2/1 black Villain creature token with menace and put a plan counter on this enchantment.\nWhen the seventh plan counter is put on this enchantment, sacrifice it. When you do, you control target opponent during their next turn. (You see all cards that player could see and make all decisions for them.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Token","name":"Villain","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Villain"],"colors":["Black"],"keywords":["Menace"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"plan","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you draw your second card each turn, create a 2/1 black Villain creature token with menace and put a plan counter on ~.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ControlNextTurn","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"grant_extra_turn_after":false,"window":"NextTurn"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When the seventh plan counter is put on ~, sacrifice it. When you do, you control target opponent during their next turn.","constraint":null,"condition":null,"counter_filter":{"counter_type":"plan","threshold":7},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"369aa9a6-af8a-432c-adff-ced2bb203dc7","metadata":{"related_token_ids":["ef9be2ad-d732-5bce-8981-e5e3134688b7"],"source_printing_ids":["248b4c86-163b-46eb-9949-e8d8e5875294","448de757-ac16-4529-b851-1a1331b821a5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"consuming ashes":{"name":"Consuming Ashes","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature. If it had mana value 3 or less, surveil 2. (Look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"use_lki":true},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature. If it had mana value 3 or less, surveil 2.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9ef676f0-53c5-4efe-9341-e960d00dbc69","metadata":{"source_printing_ids":["54f96be9-60fc-4e2f-9172-4cc53c9a095a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"If the target creature has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2024-04-12","text":"If the target creature is an illegal target as Consuming Ashes tries to resolve, it won’t resolve and none of its effects will happen. You won’t surveil."},{"date":"2024-04-12","text":"Use the mana value of the creature as it last existed on the battlefield to determine whether or not you surveil."}],"rarities":["common"]},"consuming sepulcher":{"name":"Consuming Sepulcher","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, each opponent loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, each opponent loses 1 life and you gain 1 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"883a4180-9ede-4249-a4b8-3a29c998fb63","metadata":{"source_printing_ids":["dbaa9a2d-e9fd-4746-a26c-f99ae731f024"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rarities":["common"]},"consuming vapors":{"name":"Consuming Vapors","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player sacrifices a creature of their choice. You gain life equal to that creature's toughness.\nRebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":["Rebound"],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target player sacrifices a creature of their choice. You gain life equal to that creature's toughness.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a10ce333-48d7-499b-9355-f381f2395497","metadata":{"source_printing_ids":["008de17e-aa79-4d4c-ab66-d516eca49e42","7b6e74a3-f390-4ad2-93de-930af0e5585c","9d47bea4-3286-4a96-ab61-f4865ed03ac5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","C17","ROE"],"rulings":[{"date":"2010-06-15","text":"At the beginning of your upkeep, all delayed triggered abilities created by rebound effects trigger. You may handle them in any order. If you want to cast a card this way, you do so as part of the resolution of its delayed triggered ability. Timing restrictions based on the card's type (if it's a sorcery) are ignored. Other restrictions are not (such as the one from Rule of Law)."},{"date":"2010-06-15","text":"If a replacement effect would cause a spell with rebound that you cast from your hand to be put somewhere else instead of your graveyard (such as Leyline of the Void might), you choose whether to apply the rebound effect or the other effect as the spell resolves."},{"date":"2010-06-15","text":"If a spell with rebound that you cast from your hand doesn't resolve for any reason (due being countered by a spell like Cancel, or because all of its targets are illegal), rebound has no effect. The spell is simply put into your graveyard. You won't get to cast it again next turn."},{"date":"2010-06-15","text":"If the targeted player doesn't sacrifice a creature (because the player didn't control any creatures or due to Tajuru Preserver, perhaps), you gain no life."},{"date":"2010-06-15","text":"If you are unable to cast a card from exile this way, or you choose not to, nothing happens when the delayed triggered ability resolves. The card remains exiled for the rest of the game, and you won't get another chance to cast the card. The same is true if the ability is countered (due to Stifle, perhaps)."},{"date":"2010-06-15","text":"If you cast a card from exile this way, it will go to your graveyard when it resolves, fails to resolve, or is countered. It won't go back to exile."},{"date":"2010-06-15","text":"If you cast a spell with rebound from anywhere other than your hand (such as from your graveyard due to Sins of the Past, from your library due to cascade, or from your opponent's hand due to Sen Triplets), rebound won't have any effect. If you do cast it from your hand, rebound will work regardless of whether you paid its mana cost (for example, if you cast it from your hand due to Maelstrom Archangel)."},{"date":"2010-06-15","text":"If you cast a spell with rebound from your hand and it resolves, it isn't put into your graveyard. Rather, it's exiled directly from the stack. Effects that care about cards being put into your graveyard won't do anything."},{"date":"2010-06-15","text":"Rebound will have no effect on copies of spells because you don't cast them from your hand."},{"date":"2010-06-15","text":"The sacrificed creature's last known existence on the battlefield is checked to determine its toughness."}],"rarities":["rare"]},"contested game ball":{"name":"Contested Game Ball","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you're dealt combat damage, the attacking player gains control of this artifact and untaps it.\n{2}, {T}: Draw a card and put a point counter on this artifact. Then if it has five or more point counters on it, sacrifice it and create a Treasure token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"point","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"point"}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}, {T}: Draw a card and put a point counter on ~. Then if it has five or more point counters on it, sacrifice it and create a Treasure token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"TriggeringSourceController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you're dealt combat damage, the attacking player gains control of ~ and untaps it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"876c9620-216c-45dd-b8a6-b9e0cba63e3d","metadata":{"related_token_ids":["f7e12dcc-910d-5b82-b637-0b972542ead5"],"source_printing_ids":["71cb7776-a6af-4efb-b536-6b9b4f3d3874"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"Contested Game Ball's triggered ability triggers only once whenever you're dealt combat damage, no matter how many creatures deal combat damage to you at the same time."},{"date":"2023-11-10","text":"If point counters are put on Contested Game Ball some way other than its last ability, you won't sacrifice it or create a Treasure token. The check for five or more point counters happens only as the activated ability resolves."},{"date":"2023-11-10","text":"In a Two-Headed Giant game, each player on the attacking team is an attacking player. When Contested Game Ball's first ability resolves, you'll choose which member of the attacking team gains control of it."}],"rarities":["uncommon"]},"converter beast":{"name":"Converter Beast","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Beast"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, incubate 5. (Create an Incubator token with five +1/+1 counters on it and \"{2}: Transform this token.\" It transforms into a 0/0 Phyrexian artifact creature.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Incubate","count":{"type":"Fixed","value":5}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, incubate 5.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7fbb9547-a805-4768-8574-e283e64600a4","metadata":{"related_token_ids":["4db065f6-6ce4-5ce5-a19a-02dfc694ba5b","f4fd5aae-f65c-5d73-88ce-2a052c7616f8"],"source_printing_ids":["1bdd3ecb-8c11-4a4c-a503-bc29f79a9dcb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM"],"rarities":["common"]},"coordinated clobbering":{"name":"Coordinated Clobbering","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tap one or two target untapped creatures you control. They each deal damage equal to their power to target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Untapped"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"EachTarget"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Tap one or two target untapped creatures you control. They each deal damage equal to their power to target creature an opponent controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b2b65b17-1fb4-42d6-9c6a-376d3f18851b","metadata":{"source_printing_ids":["d498cd5d-5807-4297-bc8a-c0941f2f5ce2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"If one of the target creatures you control is an illegal target when Coordinated Clobbering begins to resolve (perhaps because it's no longer on the battlefield or because it's tapped), that creature won't deal any damage. If the target creature an opponent controls is an illegal target, no damage will be dealt."}],"rarities":["uncommon"]},"coppercoat vanguard":{"name":"Coppercoat Vanguard","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Each other Human you control gets +1/+0 and has ward {1}. (Whenever it becomes the target of a spell or ability an opponent controls, counter it unless that player pays {1}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Human"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":1}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each other Human you control gets +1/+0 and has ward {1}."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9f6fc734-4935-42d9-93a0-1b5ad8d8d277","metadata":{"source_printing_ids":["23165275-505c-4fe7-ad2e-4e522bdb014a","c2899c19-d6bd-4399-a838-a21ed81ccc3f","d786f05d-78a2-41b6-a185-111e8c1b216b","f5a932af-f5bb-452d-803a-b75bd3552b35"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MAT"],"rulings":[{"date":"2023-05-12","text":"Once a ward ability has triggered, causing that Human to lose ward by removing Coppercoat Vanguard won't affect that ability. The appropriate player will still have to pay {1} or see their spell or ability countered."}],"rarities":["uncommon"]},"coralhelm commander":{"name":"Coralhelm Commander","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Level up {1} ({1}: Put a level counter on this. Level up only as a sorcery.)\nLEVEL 2-3\n3/3\nFlying\nLEVEL 4+\n4/4\nFlying\nOther Merfolk creatures you control get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[{"LevelUp":{"type":"Cost","shards":[],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"level","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":2,"maximum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 2-3 / 3/3 / Flying"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Merfolk"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":4},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Merfolk creatures you control get +1/+1."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":4},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 4+ / 4/4 / Flying"}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0ca0a186-026d-4cec-9c23-15d94e6acca9","metadata":{"source_printing_ids":["46246d37-dfce-4977-854e-ee79d47cea05","4f8d1bea-58cd-4483-a70a-0330ad5ab4a1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LCC","ROE"],"rulings":[{"date":"2010-06-15","text":"A creature's level is based on how many level counters it has on it, not how many times its level up ability has been activated or has resolved. If a leveler gets level counters due to some other effect (such as Clockspinning) or loses level counters for some reason (such as Vampire Hexmage), its level is changed accordingly."},{"date":"2010-06-15","text":"Effects that modify a leveler's power or toughness, such as the effects of Giant Growth or Glorious Anthem, will apply to it no matter when they started to take effect. The same is true for counters that change the creature's power or toughness (such as +1/+1 counters) and effects that switch its power and toughness."},{"date":"2010-06-15","text":"Effects that set a leveler's power or toughness to a specific value, including the effects from a level symbol's ability, apply in timestamp order. The timestamp of each level symbol's ability is the same as the timestamp of the leveler itself, regardless of when the most recent level counter was put on it."},{"date":"2010-06-15","text":"If another creature becomes a copy of a leveler, all of the leveler's printed abilities — including those represented by level symbols — are copied. The current characteristics of the leveler, and the number of level counters on it, are not. The abilities, power, and toughness of the copy will be determined based on how many level counters are on the copy."},{"date":"2010-06-15","text":"The abilities a leveler grants to itself don't overwrite any other abilities it may have. In particular, they don't overwrite the creature's level up ability; it always has that."}],"rarities":["rare"]},"corpse harvester":{"name":"Corpse Harvester","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{1}{B}, {T}, Sacrifice a creature: Search your library for a Zombie card and a Swamp card, reveal them, put them into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land",{"Subtype":"Swamp"}],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":2},"reveal":true,"selection_constraint":{"type":"MatchEachFilter","filters":[{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land",{"Subtype":"Swamp"}],"controller":null,"properties":[]}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}{B}, {T}, Sacrifice a creature: Search your library for a Zombie card and a Swamp card, reveal them, put them into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f02ad6fa-7a82-471a-979e-0bb9ba866ef6","metadata":{"source_printing_ids":["0d09c2c8-526b-4693-bbaa-109911ce5281","b49430a6-8572-4959-a8ae-4b6fdcef440f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["HOP","LGN","PLST"],"rulings":[{"date":"2004-10-04","text":"You do not have to find a Zombie card or swamp card if you do not want to, even if you have them in your library."}],"rarities":["uncommon"]},"corrupted resolve":{"name":"Corrupted Resolve","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell if its controller is poisoned.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell if its controller is poisoned.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"TargetControllerCounter","kind":"Poison"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"87837a94-05db-48fe-b810-26d8f92cfc58","metadata":{"source_printing_ids":["28432161-023b-4a98-b92a-55dc6d936cd1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NPH"],"rulings":[{"date":"2011-06-01","text":"A player is poisoned if that player has one or more poison counters."}],"rarities":["uncommon"]},"corrupted shapeshifter":{"name":"Corrupted Shapeshifter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi","Shapeshifter"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Devoid (This card has no color.)\nAs this creature enters, it becomes your choice of a 3/3 creature with flying, a 2/5 creature with vigilance, or a 0/12 creature with defender.","non_ability_text":null,"flavor_name":null,"keywords":["Devoid"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"3/3 Flying"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":5},{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"2/5 Vigilance"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":0},{"type":"SetToughness","value":12},{"type":"AddKeyword","keyword":"Defender"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"0/12 Defender"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetColor","colors":[]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["3/3 Flying","2/5 Vigilance","0/12 Defender"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, it becomes your choice of a 3/3 creature with flying, a 2/5 creature with vigilance, or a 0/12 creature with defender.","condition":null,"destination_zone":"Battlefield"}],"color_override":[],"color_identity":["Blue"],"scryfall_oracle_id":"5c4cbf1c-95ee-4555-8351-ea962e17ae1f","metadata":{"source_printing_ids":["27534c8a-cb71-43bc-b706-80a525396222"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rulings":[{"date":"2024-06-07","text":"A card with devoid is just colorless. It's not colorless and the colors of mana in its mana cost."},{"date":"2024-06-07","text":"Devoid doesn't affect the color identity of the card for the purposes of the Commander variant. For example, while Abstruse Appropriation is colorless because it has devoid, its color identity is still white and black, and it can't be included in a Commander deck where the commander's color identity doesn't include both white and black."},{"date":"2024-06-07","text":"Devoid works in all zones, not just on the battlefield."},{"date":"2024-06-07","text":"If a card loses devoid, it will still be colorless. This is because effects that change an object's color (like the one created by devoid) are considered before the object loses devoid."},{"date":"2024-06-07","text":"If a permanent enters the battlefield as a copy of Corrupted Shapeshifter, there will be two copy effects to apply to it. One will copy the values chosen for the Corrupted Shapeshifter being copied. And you'll choose the values for the copy's own enters-the-battlefield replacement effect. The resulting permanent will have the abilities from both effects, and its power and toughness will be determined by the last effect to apply. For example, if a creature entering the battlefield is copying an 0/12 Corrupted Shapeshifter with defender, you could make it a 3/3 or an 0/12, either way with flying and defender."},{"date":"2024-06-07","text":"If an object on the battlefield becomes a copy of Corrupted Shapeshifter, it copies the values determined by its enters-the-battlefield replacement effect."},{"date":"2024-06-07","text":"Other cards and abilities can give a card with devoid a color. If that happens, it's just the new color, not that color and colorless."},{"date":"2024-06-07","text":"While not on the battlefield, Corrupted Shapeshifter is a 0/0 creature card. It doesn't have flying, vigilance, or defender."}],"rarities":["common"]},"cosi's trickster":{"name":"Cosi's Trickster","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent shuffles their library, you may put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Shuffled","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent shuffles their library, you may put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"372633d9-ac74-4630-a1ae-a1906bb2aed0","metadata":{"source_printing_ids":["e1eb7372-481a-44a6-937d-21430ee02ff9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ZEN"],"rulings":[{"date":"2009-10-01","text":"Cosi’s Trickster’s ability triggers when an opponent shuffles their library because that player was instructed to do so by a spell or ability that specifically contains the word “shuffle” in its text or (in the case of a keyword ability) in its rules."},{"date":"2009-10-01","text":"If an opponent’s library is empty or has just a single card in it when a spell or ability instructs that player to shuffle their library, Cosi’s Trickster’s ability will still trigger."},{"date":"2009-10-01","text":"The cascade ability doesn’t cause a player to shuffle their library, even if that player revealed their entire library. The revealed cards are put on the bottom of their owner’s library in a random order, but they’re not “shuffled.”"}],"rarities":["rare"]},"cosima, god of the voyage":{"name":"Cosima, God of the Voyage","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, you may exile Cosima. If you do, it gains \"Whenever a land you control enters, if Cosima is exiled, you may put a voyage counter on it. If you don't, return Cosima to the battlefield with X +1/+1 counters on it and draw X cards, where X is the number of voyage counters on it.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"voyage","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"voyage"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Exile"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, if ~ is exiled, you may put a voyage counter on it. If you don't, return ~ to the battlefield with X +1/+1 counters on it and draw X cards, where X is the number of voyage counters on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Exile"},"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain \"Whenever a land you control enters, if ~ is exiled, you may put a voyage counter on it. If you don't, return ~ to the battlefield with X +1/+1 counters on it and draw X cards, where X is the number of voyage counters on it.\""}],"duration":null,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may exile ~. If you do, it gains \"Whenever a land you control enters, if ~ is exiled, you may put a voyage counter on it. If you don't, return ~ to the battlefield with X +1/+1 counters on it and draw X cards, where X is the number of voyage counters on it.\"","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"648100cd-d44a-48f8-87e4-a1d5467f348c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9b660733-6ed4-49a6-ae4c-e9e4f9c851cf","cd53b61b-3bed-4ca3-baf1-ff1c2f03a88d","fab2fca4-a99f-4ffe-9c02-edb6e0be2358"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PLST","PRM"],"rulings":[{"date":"2021-02-05","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2021-02-05","text":"Cosima's ability triggers only if Cosima is on the battlefield at the beginning of your upkeep, and you may exile Cosima only if it is still on the battlefield as the ability resolves."},{"date":"2021-02-05","text":"If a land enters the battlefield under your control while Cosima is exiled and has the added triggered ability, that ability will trigger. As the ability tries to resolve, it will check to see if Cosima is still in exile. If Cosima has left exile before the ability tries to resolve, it won't resolve and none of its effects will happen. This is true even if Cosima returns to exile before that ability tries to resolve."},{"date":"2021-02-05","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2021-02-05","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2021-02-05","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2021-02-05","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2021-02-05","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2021-02-05","text":"The Omenkeel doesn't allow you to play additional lands during your turn, nor does it allow you to play lands at times you normally can't. In most cases, you'll be able to play only one land from among cards exiled with The Omenkeel during each of your turns."},{"date":"2021-02-05","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2021-02-05","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2021-02-05","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2021-02-05","text":"While the triggered ability Cosima gains is resolving, if you don't put a voyage counter on Cosima, you'll immediately return it to the battlefield and draw cards equal to the number of voyage counters Cosima had on it in exile. Players can't respond to this choice, and no player may take actions during this process."},{"date":"2021-02-05","text":"You can play lands from among cards exiled with The Omenkeel for as long as they remain exiled, even if The Omenkeel leaves the battlefield or another player gains control of it."},{"date":"2021-02-05","text":"You may choose to return Cosima to the battlefield even if it doesn't have any voyage counters on it. If you do, it won't enter with any +1/+1 counters on it and you won't draw any cards."}],"rarities":["rare"]},"cosmic cube":{"name":"Cosmic Cube","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Ward {2}\nWhenever you attack, look at the top six cards of your library. You may cast a spell from among them with mana value less than or equal to the greatest power among attacking creatures you control without paying its mana cost. Put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":6},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":true,"mode":"Cast","constraint":{"type":"ManaValue","data":{"comparator":"LE","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Attacking"}]}}}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ExiledBySource"},"count":{"type":"Fixed","value":0},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"else_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ExiledBySource"},"count":{"type":"Fixed","value":0},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, look at the top six cards of your library. You may cast a spell from among them with mana value less than or equal to the greatest power among attacking creatures you control without paying its mana cost. Put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"0866a630-d962-4aa9-a15f-08b2947540ef","metadata":{"source_printing_ids":["1d49e61f-b6b9-4106-b0ad-cdd4da87bb83","7c5abd50-0eaa-4ecb-9e24-a91f54eb37c4","d1cf1ead-fe91-4328-89ab-6d0bc9ff6cbe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"counterbore":{"name":"Counterbore","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell. Search its controller's graveyard, hand, and library for all cards with the same name as that spell and exile them. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":[],"controller":"ParentTargetController","properties":[{"type":"InAnyZone","zones":["Graveyard","Hand","Library"]},{"type":"SameNameAsParentTarget"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell. Search its controller's graveyard, hand, and library for all cards with the same name as that spell and exile them. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1198ec53-9050-417d-812f-692e1378d346","metadata":{"source_printing_ids":["f4228b80-d87d-4ebe-ae92-04e4a7d0dc43"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DPA","PS11","SHM"],"rulings":[{"date":"2008-05-01","text":"Counterbore has no effect on cards on the battlefield that have the same name as the targeted spell."},{"date":"2008-05-01","text":"If the spell’s controller isn’t the same as its owner (due to Commandeer, for example), it won’t be exiled. The spell is countered and put into its owner’s graveyard. Then the spell’s controller’s graveyard, hand, and library are searched."},{"date":"2008-05-01","text":"If the targeted spell can’t be countered (it’s Vexing Shusher, for example), that spell will remain on the stack. Counterbore will continue to resolve. You still get to search for and exile all other cards with that name."},{"date":"2008-05-01","text":"In most cases, Counterbore will exile the targeted spell. Its first sentence counters the spell, which puts it into its owner’s graveyard. Its second sentence then removes it from the graveyard. However, there are some exceptions to this, as listed below."},{"date":"2008-05-01","text":"The cards you’re searching for must be found if they’re in the graveyard, because that’s a zone everyone can see. Finding those cards in the hand and library is optional, though."}],"rarities":["rare"]},"counterspell":{"name":"Counterspell","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"cc187110-1148-4090-bbb8-e205694a39f5","metadata":{"source_printing_ids":["02da8709-4228-4fed-9d2d-781e686661df","053f724c-c88d-44c0-9902-6400c064640b","0a1b4e2e-5459-4fae-81d9-1e882647daac","0a448077-3b1f-4efd-a606-e3ff40fe1621","0c9a7cb0-5bff-48ff-b620-2838816ac9b5","0df55e3f-14de-46ef-b6b1-616618724d9e","113675bf-4916-4902-a40f-4b587ac0bebe","13c474f7-38f1-4e46-8619-dd2a1b23c158","14b62ca7-2147-422e-97dd-573b474ef97f","180fa82e-9e25-4a9c-b9a7-3e1dffaaa5ea","18388c02-8b29-4f83-877b-706c68a9ee29","1920dae4-fb92-4f19-ae4b-eb3276b8dac7","1b73577a-8ca1-41d7-9b2b-7300286fde43","22b31ea9-f967-4e5a-b293-c7773cc4a0ba","29bb1b85-9444-4bfa-b622-092a6873631c","2a6c681a-2b5f-4c4e-81c3-91e8aba47985","2c358d75-01ad-4487-8104-425124b96aae","3126d20f-1082-4ebc-b2fa-b12be3ba1bac","36f9d5b0-51a5-4faa-a879-b83871ae39cc","379f4020-a58c-484d-9b44-72b200884079","4652c51c-881f-4732-872d-17f60847ef29","47973a25-a600-49ed-b92e-83cdd65be1e3","4a196a26-d03e-4535-940c-0e7976da216d","4dd995aa-6aa1-495e-8d00-37fdbdbdbc7b","4f616706-ec97-4923-bb1e-11a69fbaa1f8","500e6211-c101-43f1-a03a-1750f762deaf","52042404-12db-4914-bfa0-8249a5942088","5323b7eb-976b-49fa-bc95-53337b43f9a3","5932f2dc-3bb6-4f5e-8e8d-c62e7413ac0a","5d93b770-dc46-46ad-aefe-282dac8cc246","610a7782-ffe4-4b1c-bcc2-b3d89357e3da","62504a3f-df9f-4fab-a5fc-50fc39288052","6522cc61-397d-4754-9a7f-9f9d50f85922","68787949-4c50-47a1-a28c-05ea37dd13cd","6ac949a7-51ea-4c7e-ad46-87e5ee88b99b","6c4de9a0-b778-4e58-ab7d-23aeddffc5af","703dc932-3f90-47e9-8d13-aad1b65f1651","71cfcba5-1571-48b8-a3db-55dca135506e","79976df3-e989-4f99-8534-dca962f85e3d","7bd03c80-7812-4704-9e07-9cf73b49c01f","7c3271da-cc20-48c2-ac61-b64a8e47f9e5","7c666b4b-c4ff-40ca-9d16-c76aafebaa83","7e47212d-399e-4121-92d4-9fb0d85767cb","8118282a-1473-4c0b-a283-1f58e0d0209a","8493131c-0a7b-4be6-a8a2-0b425f4f67fb","87284999-8b35-4142-a711-0c9e1bdc8e1a","885b5ca4-b8e4-4a66-9508-a12396959253","8bed211e-f3ec-4e9e-b9a7-0989930dd049","976f36ce-57b0-4364-9009-b3bbf5763050","9e11bf7c-f439-4529-b29a-d711359807ef","a457f404-ddf1-40fa-b0f0-23c8598533f4","a7b5b4b1-1df0-46c4-97ff-f0ca2d1c91fb","aedbcbaa-40f0-485f-8427-778edc2d2ec0","b230b4f7-0e2a-42ba-a780-27c9714b70a2","b975289d-d8b8-46b4-8c60-d6ed4b594519","cca8eb95-d071-46a4-885c-3da25b401806","ce30f926-bc06-46ee-9f35-0cdf09a67043","d14d5ff3-40c0-4f22-91ad-d6c8447cb9e0","dacdd380-71cf-4832-bd02-3697501325f3","e1e48b21-1a4f-4708-a4b4-e2e296df924c","e8493631-6c9c-40a8-b7de-ecf26ba6bf7d","ec4fb462-9226-43cb-862f-7467762e6c8b","ee0d3f5f-7790-4772-bead-5d7114a23e94","f35ec9da-f38b-4b7f-9eb5-090ca7755668","f5c6f284-fc07-4849-8210-80f12f77f518","ffdf9d2a-c163-43df-9a2f-20b8749c86ae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","A25","BRB","BTD","CED","CEI","CMM","CMR","DD2","DMR","DSC","EMA","F05","FBB","FCA","G00","GN3","ICE","JVC","LEA","LEB","MAR","MB2","ME2","ME4","MH2","MMQ","MP2","OMB","PF24","PF26","PLGM","PLST","PMEI","PRM","PTC","PURL","S99","SCD","SLD","SS1","STA","SUM","TMP","TPR","VMA","WC00","WC01","WC02","WC97","WC98"],"rarities":["common","uncommon","rare","mythic","special"]},"country roads":{"name":"Country Roads","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control a Mount or Vehicle.\n{T}: Add {W}.\n{1}{W}, {T}, Sacrifice this land: Create a 1/1 colorless Pilot creature token with \"This token saddles Mounts and crews Vehicles as though its power were 2 greater.\" Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Token","name":"Pilot","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Pilot"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":{"CrewContribution":{"kind":{"PowerDelta":{"delta":2}},"actions":["Saddle","Crew"]}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ saddles Mounts and crews Vehicles as though its power were 2 greater."}]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}{W}, {T}, Sacrifice ~: Create a 1/1 colorless Pilot creature token with \"~ saddles Mounts and crews Vehicles as though its power were 2 greater.\" Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control a Mount or Vehicle.","condition":{"type":"UnlessControlsMatching","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[]}]}},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c5a39f76-dd1b-442c-9f52-08561ecb91ad","metadata":{"related_token_ids":["648bee61-604f-58a2-8beb-11faa77a89af"],"source_printing_ids":["897acd91-12ba-4fa8-a26e-c09f009167a8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"court of ambition":{"name":"Court of Ambition","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, you become the monarch.\nAt the beginning of your upkeep, each opponent loses 3 life unless they discard a card. If you're the monarch, instead each opponent loses 6 life unless they discard two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeMonarch"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you become the monarch.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"Unsupported unless clause","description":"lose 6 life unless they discard two cards (unless: they discard two cards)"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"IsMonarch"}},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"payer":{"type":"ScopedPlayer"}},"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, each opponent loses 3 life unless they discard a card. If you're the monarch, instead each opponent loses 6 life unless they discard two cards.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"652e71a9-e46f-41b3-8695-76b3606b1955","metadata":{"source_printing_ids":["5deb0185-62b3-474b-83a1-25473fdae4fa","b5fcc6b0-778f-4dcd-874e-04549493a6ad"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PRM"],"rulings":[{"date":"2020-11-10","text":"As Court of Ambition's second ability resolves, first the next opponent in turn order chooses whether they are discarding or not. If they are, they choose a card without revealing it (or two cards without revealing them, if you're the monarch), then each other opponent in turn order does the same. Then each chosen card is discarded simultaneously, and finally each player who couldn't or didn't discard loses the appropriate amount of life."},{"date":"2020-11-10","text":"If combat damage dealt to the monarch causes that player to lose the game, the triggered ability that causes the controller of the attacking creature to become the monarch doesn't resolve. In most cases, the controller of the attacking creature will still become the monarch as it is likely their turn."},{"date":"2020-11-10","text":"If the monarch leaves the game during another player's turn, that player becomes the monarch. If the monarch leaves the game during their turn, the next player in turn order becomes the monarch."},{"date":"2020-11-10","text":"If the triggered ability that causes the monarch to draw a card goes on the stack and a different player becomes the monarch before that ability resolves, the first player will still draw the card."},{"date":"2020-11-10","text":"The game starts with no monarch. Once an effect makes one player the monarch, the game will have exactly one monarch from that point forward. As a player becomes the monarch, the current monarch (if any) ceases being the monarch."},{"date":"2020-11-10","text":"There are two inherent triggered abilities associated with being the monarch. These triggered abilities have no source and are controlled by the player who was the monarch at the time the abilities triggered. The full texts of these abilities are \"At the beginning of the monarch's end step, that player draws a card\" and \"Whenever a creature deals combat damage to the monarch, its controller becomes the monarch.\""}],"rarities":["rare"]},"court of cunning":{"name":"Court of Cunning","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, you become the monarch.\nAt the beginning of your upkeep, any number of target players each mill two cards. If you're the monarch, each of those players mills ten cards instead. (To mill a card, a player puts the top card of their library into their graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeMonarch"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you become the monarch.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":10},"target":{"type":"ParentTarget"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"IsMonarch"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of your upkeep, any number of target players each mill two cards. If you're the monarch, each of those players mills ten cards instead.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2ab88c99-aaa0-4a91-9225-0bbfba04b6bc","metadata":{"source_printing_ids":["2f585f52-7b07-4453-b543-9654d314aa36","e60d3606-6f90-43b4-b056-543f7245958f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PRM"],"rulings":[{"date":"2020-11-10","text":"If combat damage dealt to the monarch causes that player to lose the game, the triggered ability that causes the controller of the attacking creature to become the monarch doesn't resolve. In most cases, the controller of the attacking creature will still become the monarch as it is likely their turn."},{"date":"2020-11-10","text":"If the monarch leaves the game during another player's turn, that player becomes the monarch. If the monarch leaves the game during their turn, the next player in turn order becomes the monarch."},{"date":"2020-11-10","text":"If the triggered ability that causes the monarch to draw a card goes on the stack and a different player becomes the monarch before that ability resolves, the first player will still draw the card."},{"date":"2020-11-10","text":"The game starts with no monarch. Once an effect makes one player the monarch, the game will have exactly one monarch from that point forward. As a player becomes the monarch, the current monarch (if any) ceases being the monarch."},{"date":"2020-11-10","text":"There are two inherent triggered abilities associated with being the monarch. These triggered abilities have no source and are controlled by the player who was the monarch at the time the abilities triggered. The full texts of these abilities are \"At the beginning of the monarch's end step, that player draws a card\" and \"Whenever a creature deals combat damage to the monarch, its controller becomes the monarch.\""}],"rarities":["rare"]},"cover of winter":{"name":"Cover of Winter","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Snow"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cumulative upkeep {S} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it. {S} can be paid with one mana from a snow source.)\nIf a creature would deal combat damage to you and/or one or more creatures you control, prevent X of that damage, where X is the number of age counters on this enchantment.\n{S}: Put an age counter on this enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[{"CumulativeUpkeep":{"type":"Mana","cost":{"type":"Cost","shards":["Snow"],"generic":0}}}],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":{"Next":1},"amount_dynamic":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"age"}},"target":{"type":"Any"},"scope":"AllDamage"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Snow"],"generic":0}},"sub_ability":null,"duration":null,"description":"{S}: Put an age counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"Mana","cost":{"type":"Cost","shards":["Snow"],"generic":0}}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f85a157f-d7ec-4e61-97df-2ca851b6c666","metadata":{"source_printing_ids":["91d9bb89-d8f8-4dff-8b94-3f7b8aa8f299"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CSP"],"rulings":[{"date":"2006-07-15","text":"Cover of Winter's replacement effect prevents combat damage creatures would deal to you and to attacking or blocking creatures you control."},{"date":"2006-07-15","text":"If a creature has double strike, Cover of Winter prevents X of the combat damage it would deal during each combat damage step."},{"date":"2006-07-15","text":"If a creature's combat damage is assigned to multiple recipients (for example, if it has trample and is blocked by two creatures, and damage is assigned to each of those creatures and to you), you decide how to divide the prevention effect. You may prevent damage that would be dealt to the first creature, the second creature, and/or you, as long as the total amount of that creature's damage that would be prevented is X."},{"date":"2006-07-15","text":"If multiple creatures would deal combat damage to you and your creatures at the same time, this prevents X of the damage that would be dealt by each of them. This prevention is applied creature by creature. For example, if Cover of Winter has two age counters and you're being attacked by an unblocked 1/1 and an unblocked 4/4, this will prevent 2 of the combat damage that would be dealt by each one. All damage from the 1/1 is prevented and 2 damage from the 4/4 is prevented, meaning you're dealt 2 damage."}],"rarities":["rare"]},"coveted jewel":{"name":"Coveted Jewel","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, draw three cards.\n{T}: Add three mana of any one color.\nWhenever one or more creatures an opponent controls attack you and aren't blocked, that player draws three cards and gains control of this artifact. Untap it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":3},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add three mana of any one color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw three cards.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttackUnblocked","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever one or more creatures an opponent controls attack you and aren't blocked, that player draws three cards and gains control of ~. Untap it.","constraint":null,"condition":null,"batched":true,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"98492d7d-3b9e-4ae1-ac45-1b508d6d2670","metadata":{"source_printing_ids":["06a7ad3b-87d4-47f0-9450-facac00dfe97","0b7726e1-f121-4283-9c54-66509f332f39","278e810d-8a4f-4841-a221-39a24b034355","463f0e1a-ac3f-427b-ab7b-bc6ef47bc6ad","5a70b63b-d7b7-4e3d-83ab-8e7f1efd7a49","5b4ce244-d34f-4e96-9fe5-a0a8cefb92c7","90617b21-821b-4945-89b5-f5d1b57ca3aa","b109077c-4bbc-482d-b876-837c0d5757c3","c3e1d4a4-8e83-41ad-b7c2-8115404d852b","c4c39e75-bd88-44df-885a-44bce54d7dd2","f83ed433-fae3-4fa5-acad-bb8a5b535ce3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","C18","C21","FIC","M3C","MOC","MSC","PLST","PZ2","SCD","SLD"],"rulings":[{"date":"2018-07-13","text":"A creature attacking a planeswalker you control won't cause Coveted Jewel's last ability to trigger."},{"date":"2018-07-13","text":"Coveted Jewel's last ability resolves after blockers are chosen but before combat damage is dealt."},{"date":"2018-07-13","text":"Coveted Jewel's last ability triggers after you declare blockers (or declare no blockers at all) if any attacking creatures are unblocked. It doesn't matter if some attacking creatures were blocked."},{"date":"2018-07-13","text":"If more than one opponent attacks you at the same time, Coveted Jewel's last ability triggers for each of them. You choose which player ends up with Coveted Jewel, but each of them draws three cards and has a chance to activate its mana ability."}],"rarities":["rare"]},"covetous dragon":{"name":"Covetous Dragon","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen you control no artifacts, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you control no artifacts, sacrifice ~.","constraint":null,"condition":{"type":"ControlsNone","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"bf7710cb-70cb-42fb-b840-cc4f385daa7a","metadata":{"source_printing_ids":["c5f37e36-c004-4b89-a668-5cd984c59019","ffb65fe6-1a7a-4357-9567-bbb53cd5266e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["UDS","WC99"],"rulings":[{"date":"2004-10-04","text":"The ability only checks if you control no artifacts at the time it triggers. It does not check again on resolution. So gaining control of an artifact before then will not save the Dragon."},{"date":"2004-10-04","text":"The ability will trigger if you don’t control an artifact, even for a brief moment during the resolution of another spell or ability."}],"rarities":["rare"]},"coward":{"name":"Coward","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature can't block this turn and becomes a Coward in addition to its other types until end of turn.\nTime travel.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"},{"type":"AddSubtype","subtype":"Coward"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block this turn and becomes a Coward in addition to its other types"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TimeTravel"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature can't block this turn and becomes a Coward in addition to its other types until end of turn.\nTime travel.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"21591447-c045-4317-8d0e-705627aa157b","metadata":{"source_printing_ids":["0717b6ee-99f8-4b02-91f4-6ca07a08b2c0","9e389269-deef-4c48-b6d1-c505bf7cc6b3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"split","printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If the target of Killer is illegal as the spell tries to resolve, it won't deal damage to any creatures."},{"date":"2023-10-13","text":"Time counters are usually found on cards with suspend and vanishing, but may be found on other cards as well. Notably, Sagas use lore counters to track their progress, not time counters. You can't move a Saga's chapters forward and backward this way."},{"date":"2023-10-13","text":"To time travel, look at each permanent you control with a time counter on it and each suspended card you own in exile with a time counter on it. For each of them, you choose whether you want to put a time counter on that card or permanent, remove a time counter from it, or do neither. Then those changes all happen simultaneously."}],"rarities":["rare"]},"crackdown construct":{"name":"Crackdown Construct","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you activate an ability of an artifact or creature that isn't a mana ability, this creature gets +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"AnyOf":["Artifact","Creature"]}],"controller":null,"properties":[{"type":"InZone","zone":"Battlefield"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you activate an ability of an artifact or creature that isn't a mana ability, ~ gets +1/+1 until end of turn.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"bccbd5ae-4e3f-43ee-a51b-d0ec2c645238","metadata":{"source_printing_ids":["4a5f3921-cf23-4c38-8ade-8c26ff32dccf","6f1da389-c7ba-4609-bb30-1d2fb7129223","993bc69a-b615-48c5-af81-252a73384e8c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","PIO","PLST"],"rulings":[{"date":"2017-02-09","text":"Activated abilities are written in the form \"Cost: Effect.\" Some keyword abilities, such as equip and crew, are activated abilities and will have colons in their reminder texts."},{"date":"2017-02-09","text":"An ability whose cost is simply {0} can be activated as many times as you'd like. Each activation causes Crackdown Construct's ability to trigger."},{"date":"2017-02-09","text":"An activated mana ability is one that could add mana as it resolves, doesn't have a target, and isn't a loyalty ability."},{"date":"2017-02-09","text":"Crackdown Construct's ability doesn't trigger if you activate an ability of an artifact or creature card not on the battlefield."}],"rarities":["uncommon"]},"cradle of vitality":{"name":"Cradle of Vitality","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, you may pay {1}{W}. If you do, put a +1/+1 counter on target creature for each 1 life you gained.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, you may pay {1}{W}. If you do, put a +1/+1 counter on target creature for each 1 life you gained.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"956250da-532a-4457-8696-73915be56943","metadata":{"source_printing_ids":["4caae1f4-dfb0-466f-9fa6-eb014767e3c8","c5e54ce5-b496-4669-af2b-04a41ba20423"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["ALA","C13","JMP"],"rulings":[{"date":"2008-10-01","text":"Cradle of Vitality triggers just once for each life-gaining event, whether it’s 1 life from Deathgreeter or 8 life from Soul’s Grace. You pay the cost just once, but the targeted creature will get a number of counters equal to the amount of life you gained."},{"date":"2008-10-01","text":"You choose a target when the ability triggers. You don’t choose whether to pay {1}{W} until the ability resolves."},{"date":"2014-02-01","text":"If multiple creatures you control with lifelink deal damage simultaneously, each instance is a single life-gain event and the ability will trigger separately for each of them."}],"rarities":["rare"]},"craterhoof behemoth":{"name":"Craterhoof Behemoth","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen this creature enters, creatures you control gain trample and get +X/+X until end of turn, where X is the number of creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample and get +X/+X"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, creatures you control gain trample and get +X/+X until end of turn, where X is the number of creatures you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8c52bd39-0586-48ca-b263-17210cf9feb6","metadata":{"source_printing_ids":["036f9ba6-6bd1-4be8-b584-f67308e8c60d","0e172790-7ab4-4dea-9439-e3cedd3e5cab","2750bee4-7dfa-4128-989c-5f81af1b322a","276f5cee-a501-4658-bd4d-7a044bf1ccbc","44afd414-cc69-4888-ba12-7ea87e60b1f7","640be32d-dcc8-408a-b8a6-077472f1e70b","777bb4ba-a821-4a83-a9e2-8827e7eff98f","a249be17-73ed-4108-89c0-f7e87939beb8","c13f37b1-48ff-45b5-8625-d089073ca90b","c34d66f5-e782-425c-9260-e8989a9cf50b","c966c8a0-e73d-4484-9307-a793a65222ea","e8f4435a-8604-45b5-a537-dfdfcb922e16"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["AVR","CMM","INR","JMP","MM3","PTDM","SLD","TDM"],"rulings":[{"date":"2025-04-04","text":"Craterhoof Behemoth’s triggered ability affects only creatures you control at the time it resolves. Creatures you begin to control later in the turn won’t gain trample and get +X/+X."},{"date":"2025-04-04","text":"The value of X is calculated only once, as Craterhoof Behemoth’s last ability resolves."}],"rarities":["mythic"]},"creeping peeper":{"name":"Creeping Peeper","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eye"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {U}. Spend this mana only to cast an enchantment spell, unlock a door, or turn a permanent face up.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]},"restrictions":[{"Any":[{"SpellType":"Enchantment"},"UnlockDoor","TurnPermanentFaceUp"]}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}. Spend this mana only to cast an enchantment spell, unlock a door, or turn a permanent face up.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"acf22340-7ff9-443f-a846-c44bb5a3f4e7","metadata":{"source_printing_ids":["7ad59368-1335-4d8e-a254-ccd889933e57"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"Mana produced by Creeping Peeper's activated ability can be used to pay morph or disguise costs when turning a face-down permanent face up or to pay costs associated with turning a manifested or cloaked permanent face up."}],"rarities":["common"]},"crosis's catacombs":{"name":"Crosis's Catacombs","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Lair"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this land enters, sacrifice it unless you return a non-Lair land you control to its owner's hand.\n{T}: Add {U}, {B}, or {R}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Blue","Black","Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}, {B}, or {R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you return a non-Lair land you control to its owner's hand.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"ReturnToHand","count":1,"filter":{"type":"Typed","type_filters":["Land",{"Non":{"Subtype":"Lair"}}],"controller":"You","properties":[]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"e9a7dede-3968-4b0e-a707-419d46a6fec9","metadata":{"source_printing_ids":["52ce462b-e4de-4972-9e96-2e3d3a20d1fc","7caad74f-c0d0-4eca-94be-b89a2c9a3980"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["DMR","PLS"],"rulings":[{"date":"2004-10-04","text":"If you don't want to unsummon a land, you can play this card then tap it for mana before the enters ability resolves. You may then choose to sacrifice it instead of unsummoning a land."},{"date":"2004-10-04","text":"You can return a land that is tapped or untapped."},{"date":"2005-08-01","text":"This land is of type \"Lair\" only; other subtypes have been removed. It is not a basic land."}],"rarities":["uncommon"]},"crossway troublemakers":{"name":"Crossway Troublemakers","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Attacking Vampires you control have deathtouch and lifelink. (Any amount of damage they deal to a creature is enough to destroy it. Damage dealt by those creatures also causes their controller to gain that much life.)\nWhenever a Vampire you control dies, you may pay 2 life. If you do, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Vampire"}],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Vampire you control dies, you may pay 2 life. If you do, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Vampire"}],"controller":"You","properties":[{"type":"Attacking"}]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking Vampires you control have deathtouch and lifelink."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1a362e4d-6c02-4b67-ab63-c6622e505195","metadata":{"source_printing_ids":["03a5e19c-4cb8-4bd7-923c-4db747dc6ca3","38a61199-7471-4568-bc86-b8cc48b91c2c","431711c5-c04f-4d34-97c9-5199cfbf9da9","74b7a5dc-da8f-49dd-8182-45b851335be4","95ef4f86-9b96-4181-9442-44adce180984"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J25","LCC","PRM","VOC"],"rulings":[{"date":"2021-11-19","text":"You may pay 2 life only once for each Vampire that dies. You can't pay multiple times for the same triggered ability and draw multiple cards."}],"rarities":["rare"]},"crovax the cursed":{"name":"Crovax the Cursed","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Noble"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Crovax enters with four +1/+1 counters on it.\nAt the beginning of your upkeep, you may sacrifice a creature. If you do, put a +1/+1 counter on Crovax. If you don't, remove a +1/+1 counter from Crovax.\n{B}: Crovax gains flying until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{B}: ~ gains flying until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may sacrifice a creature. If you do, put a +1/+1 counter on ~. If you don't, remove a +1/+1 counter from ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":4},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with four +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e1b74ef7-ab6b-4d40-8087-3f3a448b7e0a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["487e843f-b710-452c-93fe-fce3f90a4d1c","88a9b76d-6ce1-40d4-bc04-7ae6237f5eaf","dc47db98-65c8-42d0-a056-d535df07b3f8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["STH","TPR","VMA"],"rulings":[{"date":"2004-10-04","text":"Crovax can sacrifice itself to its upkeep triggered ability."},{"date":"2004-10-04","text":"If you choose not to sacrifice a creature and he has no +1/+1 counters, then nothing bad happens. Note that some other effect must be keeping him alive if he has no counters."},{"date":"2004-10-04","text":"You can only sacrifice one creature to it each turn."}],"rarities":["rare"]},"crowd-control warden":{"name":"Crowd-Control Warden","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Centaur","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"As this creature enters or is turned face up, put X +1/+1 counters on it, where X is the number of other creatures you control.\nDisguise {3}{G/W}{G/W} (You may cast this card face down for {3} as a 2/2 creature with ward {2}. Turn it face up any time for its disguise cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Disguise":{"type":"Cost","shards":["GreenWhite","GreenWhite"],"generic":3}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters or is turned face up, put X +1/+1 counters on it, where X is the number of other creatures you control.","condition":null,"destination_zone":"Battlefield"},{"event":"TurnFaceUp","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters or is turned face up, put X +1/+1 counters on it, where X is the number of other creatures you control.","condition":null}],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"439e59ab-0350-4729-9352-60e697eaa78d","metadata":{"source_printing_ids":["cdf0578f-4966-4ecd-81e1-83ae13126f13"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"A disguise ability lets you cast a card face down by paying {3} and announcing that you are using a disguise ability. Any time you have priority, you can turn a face-down permanent with disguise face up by paying its disguise cost."},{"date":"2024-02-02","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-02-02","text":"Any time you have priority, you may turn the face-down creature face up by revealing what its disguise cost is and paying that cost. This is a special action. It doesn't use the stack and can't be responded to. Only a face-down permanent can be turned face up this way; a face-down spell cannot."},{"date":"2024-02-02","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-02-02","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-02-02","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-02-02","text":"If Crowd-Control Warden enters the battlefield at the same time as one or more creatures, those creatures won't count for the purposes of Crowd-Control Warden's first ability."},{"date":"2024-02-02","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise ability because it will no longer have a disguise ability (or a disguise cost) once face up."},{"date":"2024-02-02","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-02-02","text":"The creature spell is a 2/2 creature spell with ward {2} that has no name, mana cost, or creature types. The resulting creature is a 2/2 creature with ward {2} that has no name, mana cost, or creature types. Both the spell and the resulting creature are colorless and have a mana value of 0. Other effects that apply to the spell or creature can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-02-02","text":"The face-down spell has no mana cost and a mana value of 0. When you cast a face-down spell, put it on the stack face down so no other player knows what it is, and pay {3} to cast it. This is an alternative cost."},{"date":"2024-02-02","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-02-02","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered the battlefield should remain clear, as well as what ability caused them to be face down. (This includes disguise, cloak, and in games involving older cards, morph and manifest, as well as a few other effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["common"]},"crucible of worlds":{"name":"Crucible of Worlds","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may play lands from your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Play"}},"affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands from your graveyard."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"33c722cf-b4bf-431f-aefd-ee96241a7fbf","metadata":{"source_printing_ids":["0dccb71b-a25a-4ef8-b2ab-716fd38dcc0b","20b7357c-7afc-466a-b74c-a7a8a4c5a4b1","2f314ca8-19fa-4cc9-9d23-c280de3b79bc","312a6058-de08-487d-95bd-b3c56807fdd6","43ca51fb-46f9-42c1-8e2f-442c9425adfb","57fb8472-b7ff-4d70-998f-7628eae979bd","5d7ef391-60d7-41cd-b3fe-d1ce250e807a","7f4893ef-f983-418b-b7a4-5f073c844545","eb28b35c-28a5-4042-b21d-6d43658a16eb","ef970bfc-462d-4998-9366-eed160ab57da","f85f213d-6e94-47ab-84e1-0abd0fdfebdf","fcc887b1-299e-49f2-94ab-7c3fb24b1432"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2X2","5DN","J13","M19","MPS","PIP","PM19","PRM","PWOR","SLD"],"rulings":[{"date":"2018-07-13","text":"Crucible of Worlds doesn't allow you to activate abilities (such as cycling) of land cards in your graveyard."},{"date":"2018-07-13","text":"Crucible of Worlds doesn't change the times when you can play those land cards. You can still play only one land per turn, and only during your main phase when you have priority and the stack is empty."}],"rarities":["rare","mythic","special"]},"cruel alliance":{"name":"Cruel Alliance","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 2 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 2 or more.)\nExile target creature with mana value 3 or less. If this spell was cast using teamwork, instead exile target creature and you gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":2}],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature with mana value 3 or less. If this spell was cast using teamwork, instead exile target creature and you gain 3 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6897f9e0-f654-4c0a-9fda-2ad4e264bf9a","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["d895d5a1-d382-438b-8551-e142bb5142af"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"cruel feeding":{"name":"Cruel Feeding","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Strive — This spell costs {2}{B} more to cast for each target beyond the first.\nAny number of target creatures each get +1/+0 and gain lifelink until end of turn. (Damage dealt by a creature with lifelink also causes its controller to gain that much life.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+0 and gain lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Any number of target creatures each get +1/+0 and gain lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ef60bb5b-7cf5-4b4d-a725-4531fc0c852a","strive_cost":{"type":"Cost","shards":["Black"],"generic":2},"metadata":{"source_printing_ids":["a53624ee-2925-4a56-8706-e278db5d963d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["JOU"],"rulings":[{"date":"2014-04-26","text":"If a spell or ability allows you to cast a strive spell without paying its mana cost, you must pay the additional costs for any targets beyond the first."},{"date":"2014-04-26","text":"If all of the spell's targets are illegal when the spell tries to resolve, it won't resolve and none of its effects will happen. If one or more of its targets are legal when it tries to resolve, the spell will resolve and affect only those legal targets. It will have no effect on any illegal targets."},{"date":"2014-04-26","text":"If such a spell is copied, and the effect that copies the spell allows a player to choose new targets for the copy, the number of targets can't be changed. The player may change any number of the targets, including all of them or none of them. If, for one of the targets, the player can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2014-04-26","text":"The mana cost and mana value of strive spells don't change no matter how many targets they have. Strive abilities affect only what you pay."},{"date":"2014-04-26","text":"You choose how many targets each spell with a strive ability has and what those targets are as you cast it. It's legal to cast such a spell with no targets, although this is rarely a good idea. You can't choose the same target more than once for a single strive spell."}],"rarities":["common"]},"cruel reality":{"name":"Cruel Reality","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, that player sacrifices a creature or planeswalker of their choice. If the player can't, they lose 5 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"ScopedPlayer","properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":5},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, that player sacrifices a creature or planeswalker of their choice. If the player can't, they lose 5 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2e3cc9b6-7849-4385-a487-c8f5364174e7","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Enchant player\nAt the beginning of enchanted player's upkeep, that player sacrifices a creature or planeswalker of their choice. If the play","line_index":0}],"metadata":{"source_printing_ids":["06a91cf5-4eab-4d9b-90bd-fb933bb00540","ee5ba8e9-869e-4f68-b668-8ef03929ff3f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PAKH"],"rulings":[{"date":"2017-04-18","text":"The enchanted player can’t choose to lose 5 life if they have a creature or planeswalker that can be sacrificed."},{"date":"2017-04-18","text":"The enchanted player chooses a permanent to sacrifice from among the creatures and planeswalkers that player controls. You don’t choose which type of permanent the player has to sacrifice."},{"date":"2018-01-19","text":"There are many important moments in the story, but the most crucial—called “story spotlights”—are shown on cards. These cards have the Planeswalker symbol in their text box; this symbol has no effect on gameplay. You can read more about these events in the official Magic fiction at http://www.mtgstory.com."}],"rarities":["mythic"]},"crumble to dust":{"name":"Crumble to Dust","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Devoid (This card has no color.)\nExile target nonbasic land. Search its controller's graveyard, hand, and library for any number of cards with the same name as that land and exile them. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":["Devoid"],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"NotSupertype","value":"Basic"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","source_zones":["Graveyard","Hand","Library"],"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"SameNameAsParentTarget"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2147483647}},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"ParentTargetController","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target nonbasic land. Search its controller's graveyard, hand, and library for any number of cards with the same name as that land and exile them. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetColor","colors":[]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[],"color_override":[],"color_identity":["Red"],"scryfall_oracle_id":"c13da0f4-917f-4e07-b484-21cb4bec4da6","metadata":{"source_printing_ids":["63352c11-807d-4878-a975-02ef451c3184","c47e83be-e5f4-479f-a7ab-60f1d0ef9be9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BFZ","PIO"],"rulings":[{"date":"2015-08-25","text":"A card with devoid is just colorless. It’s not colorless and the colors of mana in its mana cost."},{"date":"2015-08-25","text":"Cards with devoid use frames that are variations of the transparent frame traditionally used for Eldrazi. The top part of the card features some color over a background based on the texture of the hedrons that once imprisoned the Eldrazi. This coloration is intended to aid deckbuilding and game play."},{"date":"2015-08-25","text":"Devoid works in all zones, not just on the battlefield."},{"date":"2015-08-25","text":"If a card loses devoid, it will still be colorless. This is because effects that change an object’s color (like the one created by devoid) are considered before the object loses devoid."},{"date":"2015-08-25","text":"Other cards and abilities can give a card with devoid color. If that happens, it’s just the new color, not that color and colorless."},{"date":"2015-08-25","text":"You may leave any cards with that name in the player’s graveyard, hand, or library. You don’t have to exile them."}],"rarities":["uncommon"]},"crumbling sanctuary":{"name":"Crumbling Sanctuary","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If damage would be dealt to a player, that player exiles that many cards from the top of their library instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"PostReplacementDamageTarget"},"count":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If damage would be dealt to a player, that player exiles that many cards from the top of their library instead.","condition":null,"damage_target_filter":{"Player":{"player":{"type":"Any"}}},"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"scryfall_oracle_id":"f9269fda-e1e6-4e10-9a64-26e8c0f38b0c","metadata":{"source_printing_ids":["c8473918-46f5-4b72-9eb3-bd31f7a2602e","d8fa6d6c-c1cd-46f3-8430-94f67be55bf7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ","WC00"],"rulings":[{"date":"2004-10-04","text":"If you have no cards in your library, then damage done to you will have no effect since it will get changed into a removal that can’t happen."},{"date":"2004-10-04","text":"The ability affects all players."}],"rarities":["rare"]},"cry of contrition":{"name":"Cry of Contrition","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player discards a card.\nHaunt (When this spell card is put into a graveyard after resolving, exile it haunting target creature.)\nWhen the creature this card haunts dies, target player discards a card.","non_ability_text":null,"flavor_name":null,"keywords":["Haunt"],"abilities":[{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":"Target player discards a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"HauntedCreatureDies","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When the creature this card haunts dies, target player discards a card.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileHaunting","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.55a: Exile it haunting target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Stack","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.55a: When this spell is put into a graveyard during its resolution, exile it haunting target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2b455d6a-dfee-4828-8873-094caf85c584","metadata":{"source_printing_ids":["62016f24-3f40-406b-8e29-30a6545d0fc1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["GPT"],"rarities":["common"]},"cryptex":{"name":"Cryptex","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Collect evidence 3: Add one mana of any color. Put an unlock counter on this artifact. (To collect evidence 3, exile cards with total mana value 3 or greater from your graveyard.)\nSacrifice this artifact: Surveil 3, then draw three cards. Activate only if this artifact has five or more unlock counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"CollectEvidence","amount":3}]},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"unlock","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}, Collect evidence 3: Add one mana of any color. Put an unlock counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Surveil","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Sacrifice ~: Surveil 3, then draw three cards. Activate only if ~ has five or more unlock counters on it.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"SourceHasCounterAtLeast","counter_type":"unlock","count":5}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8186a992-9065-4a7f-bb00-1c20e01e8fb6","metadata":{"source_printing_ids":["17938b40-a4a3-4150-a94c-ecddbed3ccfc","f92a2563-6cfb-4d12-9513-b44d1a7a20ab"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"Cryptex's first ability is a mana ability. It doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."}],"rarities":["rare"]},"cryptic command":{"name":"Cryptic Command","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two —\n• Counter target spell.\n• Return target permanent to its owner's hand.\n• Tap all creatures your opponents control.\n• Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"All"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a3e51a35-09df-4189-b131-08a21e6a557d","modal":{"min_choices":2,"max_choices":2,"mode_count":4,"mode_descriptions":["Counter target spell.","Return target permanent to its owner's hand.","Tap all creatures your opponents control.","Draw a card."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["007b8395-2725-4eb8-9e44-c7eb419fd319","0183c540-9b05-4e65-b2a5-b062754020da","02fe76b0-86eb-4f5b-8877-657cb8a37fc3","2aafb336-609e-425b-b4b6-9dc7d791f0cb","30f6fca9-003b-4f6b-9d6e-1e88adda4155","7b182d1f-be0f-4b97-bca3-083483f7713c","829e3d6e-5d7c-4cc4-a7a6-7cbf5a7442ba","a2a384c1-a05f-4f00-bd77-f897d9819971","db764c69-9cbd-4fcf-aff6-bc6a60ef1051"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","IMA","LRW","MM2","MMA","MP2","P09","PLST","PPRO","PRM","SLD"],"rulings":[{"date":"2017-11-17","text":"Look at both chosen modes to determine how many targets Cryptic Command has, if any. If it has at least one target, and all its targets are illegal when it tries to resolve, then it won’t resolve and none of its effects will happen. For example, if you choose the second and fourth modes, and the permanent is an illegal target when Cryptic Command tries to resolve, you won’t draw a card."},{"date":"2017-11-17","text":"You choose both modes as you cast Cryptic Command. You must choose two different modes."}],"rarities":["rare","special"]},"crystal skull, isu spyglass":{"name":"Crystal Skull, Isu Spyglass","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nYou may play historic lands and cast historic spells from the top of your library. (Artifacts, legendaries, and Sagas are historic.)\n{T}: Add {U}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Play","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Historic"}]},{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Historic"}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play historic lands and cast historic spells from the top of your library."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b1f8eb7b-7e01-4bf8-a557-64e16a6052af","metadata":{"source_printing_ids":["1068ed8a-a062-4249-802d-6f4070992de0","b10fa72b-6742-4b65-8654-ac70b6240e38","be26a459-2595-44ed-a875-1163942b3656"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ACR"],"rulings":[{"date":"2024-07-05","text":"A card, spell, or permanent is historic if it has the legendary supertype, the artifact card type, or the Saga subtype. Having two of those qualities doesn’t make an object more historic than another or provide an additional bonus—an object either is historic or it isn’t."},{"date":"2024-07-05","text":"An ability that triggers “whenever you cast a historic spell” doesn’t trigger if a historic card is put onto the battlefield without being cast."},{"date":"2024-07-05","text":"If the top card of your library changes while you’re casting a spell, playing a land, or activating an ability, you can’t look at the new top card until you finish doing so. This means that if you cast a spell from the top of your library, you can’t look at the next one until you’re done paying for that spell."},{"date":"2024-07-05","text":"If the top card of your library is a historic card with a disguise or morph ability, you can’t cast it face down from the top of your library with the permission granted by Crystal Skull because the resulting spell would not be a historic spell."},{"date":"2024-07-05","text":"Lands are never cast, so abilities that trigger “whenever you cast a historic spell” won’t trigger if you play a legendary land. They also won’t trigger if a card on the battlefield transforms into a card with the legendary supertype, the artifact card type, or the Saga subtype."},{"date":"2024-07-05","text":"Some abilities trigger “whenever you cast a historic spell.” Such an ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2024-07-05","text":"You can look at the top card of your library whenever you want (with one restriction; see below), even if you don’t have priority. This action doesn’t use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2024-07-05","text":"You must pay all costs and follow all timing rules for spells cast from the top of your library this way."}],"rarities":["rare"]},"crystalline sliver":{"name":"Crystalline Sliver","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"All Slivers have shroud. (They can't be the targets of spells or abilities.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Slivers have shroud."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"ba3aa1eb-722a-47d3-83be-96daddb50265","metadata":{"source_printing_ids":["06551990-713c-4b8b-bebb-4e849babb5bb","8c10b48a-f21c-4f4a-84d1-2beedef05270","a0c7f341-c61e-491d-850a-221c6a57ac64","d30d18c1-65a2-447a-9ebd-194e74e46015","e6a1b96a-ff75-4b4c-aea7-b41d9f9ac710"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["CMM","F03","H09","PLST","PRM","SLD","STH","TPR"],"rulings":[{"date":"2004-10-04","text":"The ability only applies while this card is on the battlefield."},{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn’t provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it’s no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."}],"rarities":["uncommon","rare"]},"cult conscript":{"name":"Cult Conscript","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Skeleton","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature enters tapped.\n{1}{B}: Return this card from your graveyard to the battlefield. Activate only if a non-Skeleton creature died under your control this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{B}: Return this card from your graveyard to the battlefield. Activate only if a non-Skeleton creature died under your control this turn.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Skeleton"}}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}}}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e5762815-5fc3-4ae7-abee-69f27c5e4e90","metadata":{"source_printing_ids":["fed77513-94ab-44e2-b9a1-30ba927cd6ee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU"],"rulings":[{"date":"2022-09-09","text":"Creature tokens that die are put into your graveyard as normal (and cease to exist soon after). If a non-Skeleton creature token died this turn, it satisfies the activation restriction."},{"date":"2022-09-09","text":"Similarly, Cult Conscript didn't need to be any specific zone at the time that creature died."},{"date":"2022-09-09","text":"The creature that died doesn't have to still be in its owner's graveyard to satisfy the activation restriction."}],"rarities":["uncommon"]},"cultivate":{"name":"Cultivate","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for up to two basic land cards, reveal those cards, put one onto the battlefield tapped and the other into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2}},"reveal":true,"split":{"primary_destination":"Battlefield","primary_count":1,"primary_enter_tapped":true,"rest_destination":"Hand"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for up to two basic land cards, reveal those cards, put one onto the battlefield tapped and the other into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b755881-a72d-4e21-a369-d2924eb4585a","metadata":{"source_printing_ids":["075cac04-9397-4edb-b49a-485dd58dcae1","0c5f5297-fe94-44df-9004-427640196afd","2c7b84c8-b79d-4d05-8d2e-23657bd6ca7c","2d378437-4fc1-4004-a49a-98d7bac36ef5","2ef3dbe4-5c03-4be4-ab48-45b6689b6712","31233339-c5ec-40fb-badd-94ef7f0ff7c0","3217b813-7c21-473c-b65b-5766b0dc7803","44a70f85-2909-49f5-8e11-8fc806dce3b2","46419c85-c476-42b8-979f-143b45c6819b","47086c14-f451-47da-845b-2a256930d067","4791c571-289e-4c7a-b642-04f12a1c2200","4824ad7c-e533-4357-b486-9e908721db65","4a433310-3fe2-4156-864d-7a6b2638340b","4d36559d-3b91-46e4-bc39-c489842adcbf","56b34b52-7a67-44b4-82e7-2860729ba410","5a108064-8143-4b20-a5a2-eeb3b80af82f","5e6cdd3d-f9c5-4303-b56f-e7f6260e36f4","66a82a81-9b3e-421c-b916-15f40f359bf8","684063e2-c9a5-4e7c-b702-94e3e114d063","69c90a17-42ad-4f27-ab1b-3790bc0813b3","6bb4dff5-4486-4ba5-9b85-9f005d988108","6d204fda-c4c4-456c-900a-a67fa9ce3b5d","782ec69b-89c5-484e-a5ce-9cbea75dcc3e","7ee610ee-7711-4a6b-b441-d6c73e6ef2b4","83d1a3a2-4f2d-4f5f-9270-7c771d2c91b1","8960ee5f-1109-4569-9191-be68a2c0f7d5","8bc964b1-26bc-4dd2-99e3-4f421c2f8e67","8c97fe96-f30a-41ef-9d80-dd83207d14a4","a3889ea3-b7e0-446e-a8af-be284198a758","af9a4b1e-f6c0-489b-878b-533dd46cdd1a","b149d9f6-c337-43cd-8f9e-1f864d039d9c","b3896717-1e46-4aa2-88b7-1c4fe76edde1","b8386ca9-0359-4a18-abea-0cb0e955a947","bd71a79c-59aa-459d-bd38-8c180af0835f","bffc7f45-6f2c-401a-83a6-b36ce3e1948e","c6396ba2-ea82-4ca8-9848-08751a1bf45a","d6a8f239-0e6c-4454-a2f7-f1a8351864d5","e180e418-f62e-4b4b-a07a-bdc523a6addb","e19cd136-0541-4db0-997f-20a58ec8d028","e60deb92-f7dd-4f4e-9036-e47dd586f985","e903f265-a644-421f-a956-b470831d94fd","ea325c2c-36cb-46c5-b410-a3ee0b15e638","ef49fe58-9839-44e1-934d-ff744d3da35a","f1cc00f9-ae7b-4f7b-95f2-bc5c00e4bd72","f6eecb56-d5a3-4c2b-a479-dbec61da9fb4","faf2ef91-fb95-4cc0-a2a6-53fac5cd807d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["40K","A25","AFC","BLC","C13","C16","C17","C18","C19","C20","C21","CLB","CM2","CMD","CMM","CMR","DMC","DSC","E01","ECC","EOC","F11","FIC","J22","LCC","LTC","M11","M21","MOC","MSC","NCC","ONC","PC2","PCA","PIP","PLST","PRM","PW23","PZ1","SCD","SLD","SOC","STA","TDC","TMC","WHO"],"rulings":[{"date":"2010-08-15","text":"If you choose to find only one basic land card, you put it onto the battlefield tapped."}],"rarities":["common","uncommon","rare"]},"cultivator of blades":{"name":"Cultivator of Blades","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Artificer"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Fabricate 2 (When this creature enters, put two +1/+1 counters on it or create two 1/1 colorless Servo artifact creature tokens.)\nWhenever this creature attacks, you may have other attacking creatures get +X/+X until end of turn, where X is this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":[{"Fabricate":2}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may have other attacking creatures get +X/+X until end of turn, where X is ~'s power.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put 2 +1/+1 counters on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Servo","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Servo"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create 2 1/1 colorless Servo artifact creature tokens","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.123a: Fabricate 2 — when this permanent enters, put 2 +1/+1 counters on it or create 2 1/1 colorless Servo artifact creature tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ca4c0945-7035-47dc-aba8-fbda351d9b7b","metadata":{"related_token_ids":["150509ae-ac3b-5e5a-9670-0cc97ab89d4e","68bd91de-37f6-5ccd-af36-3bfc97606e1c"],"source_printing_ids":["5d21d35b-1b4e-43aa-8fb7-0dd7a2fa91a1","c2e6e8a1-2e69-43de-964d-72f722439d4a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["KHC","KLD","PKLD","PRM"],"rulings":[{"date":"2016-09-20","text":"Fabricate doesn't cause the creature with the ability to enter the battlefield with +1/+1 counters already on it. For example, Weaponcraft Enthusiast will enter the battlefield as a 0/1 creature, then its fabricate ability goes on the stack. Players may take actions (such as casting instants) while the ability is waiting to resolve."},{"date":"2016-09-20","text":"If you can't put +1/+1 counters on the creature for any reason as fabricate resolves (for instance, if it's no longer on the battlefield), you just create Servo tokens."},{"date":"2016-09-20","text":"The value of X is determined as Cultivator of Blades's last ability resolves. It won't change later, even if its power changes. If Cultivator of Blades is no longer on the battlefield, use its power as it last existed on the battlefield to determine the value of X."},{"date":"2016-09-20","text":"You choose whether or not to have your other attacking creatures get +X/+X as Cultivator of Blades's triggered ability resolves, not as you put it onto the stack."},{"date":"2016-09-20","text":"You choose whether to put +1/+1 counters on the creature or create Servo tokens as the fabricate ability is resolving. No player may take actions between the time you choose and the time that counters are added or tokens are created."},{"date":"2017-07-14","text":"If this creature's power is negative as its ability resolves, X is considered to be 0."}],"rarities":["rare"]},"cumber stone":{"name":"Cumber Stone","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures your opponents control get -1/-0.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures your opponents control get -1/-0."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"49199997-65cd-4cb9-bdd6-74c93c1f6b5a","metadata":{"source_printing_ids":["7963ff52-1897-4f62-a91d-b0eaf155fce9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CON"],"rarities":["uncommon"]},"cunning rhetoric":{"name":"Cunning Rhetoric","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent attacks you and/or one or more planeswalkers you control, exile the top card of that player's library. You may play that card for as long as it remains exiled, and you may spend mana as though it were mana of any color to cast it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AttackersDeclared","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":false,"mode":"Play"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"SpendManaAsAnyColor":{}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"spend mana as though it were mana of any color to cast it"}],"duration":null,"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"it remains exiled"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever an opponent attacks you and/or one or more planeswalkers you control, exile the top card of that player's library. You may play that card for as long as it remains exiled, and you may spend mana as though it were mana of any color to cast it.","constraint":null,"condition":null,"batched":true,"attack_target_filter":"PlayerOrPlaneswalker"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e7eb7ac8-08ab-419b-8508-987afd0bb93b","metadata":{"source_printing_ids":["1873ad15-e633-4858-8f6b-4cc3e561725f","356d9d36-cf03-41f2-abfa-eb45176ce18d","4a163794-db93-4cf6-a2ea-1af288109dc1","879ce7b1-535f-4d74-8409-9d358bf989c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","CMM","OTC","PRM"],"rulings":[{"date":"2021-04-16","text":"If you play a card this way, it leaves exile and becomes a new object. If it returns to exile later in the turn, you can't play it again."},{"date":"2021-04-16","text":"You must follow the normal timing permissions and restrictions for the exiled card. If it's a land, you can't play it unless you have land plays available."},{"date":"2021-04-16","text":"You'll still pay all costs for a spell cast this way, including additional costs. You may also pay alternative costs if any are available."}],"rarities":["rare"]},"curiosity":{"name":"Curiosity","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nWhenever enchanted creature deals damage to an opponent, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"AttachedTo"},"description":"Whenever enchanted creature deals damage to an opponent, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"223fa044-d387-4884-bf4e-75f1b61c6a46","metadata":{"source_printing_ids":["0ab3abab-70b9-4eec-be61-80f41d6a275b","2433b8e1-749b-4086-8819-e45e65e9df7c","4b47cada-7f7d-4da9-a1a9-886fcde8f5d4","566ac9ab-f62f-4bc9-bb5b-8f8c7e397e0a","96056dc1-b989-4c87-8ad9-7a9dd99dd7fc","ae15ef61-37dc-46a2-891f-7748996e399d","b212c36a-6d1f-4217-b384-1c2b0e07b68a","c5a0be10-c20f-4ac0-89a5-1770ecf48aad","f9307a91-5d9b-4f42-8481-180d96ac41e9","fdd040ac-7e96-4082-a2d9-13d7dd26829e","fee17ef5-7e1a-42ae-b680-df81204df7dd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["8ED","A25","EXO","ISD","JMP","PLST","SLD","TPR","WOT"],"rulings":[{"date":"2011-09-22","text":"\"You\" refers to the controller of Curiosity, which may be different from the controller of the enchanted creature. \"An opponent\" refers to an opponent of Curiosity's controller."},{"date":"2011-09-22","text":"Any damage dealt by the enchanted creature to an opponent will cause Curiosity to trigger, not just combat damage."},{"date":"2023-09-01","text":"Curiosity doesn't trigger if the enchanted creature deals damage to a planeswalker or to a battle."},{"date":"2023-09-01","text":"If you control Curiosity and it's enchanting an opponent's creature, you won't draw a card when that creature deals damage to you. The creature has to deal damage to one of your opponents for the ability to trigger."},{"date":"2023-09-01","text":"You draw one card each time the enchanted creature deals damage to an opponent, no matter how much damage it deals."}],"rarities":["uncommon","rare"]},"curious colossus":{"name":"Curious Colossus","mana_cost":{"type":"Cost","shards":["White","White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant","Warrior"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, each creature target opponent controls loses all abilities, becomes a Coward in addition to its other types, and has base power and toughness 1/1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"TargetOpponent","properties":[]},"modifications":[{"type":"RemoveAllAbilities"},{"type":"SetPower","value":1},{"type":"SetToughness","value":1},{"type":"AddSubtype","subtype":"Coward"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose all abilities, becomes a Coward in addition to its other types, and has base power and toughness 1/1"}],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, each creature target opponent controls loses all abilities, becomes a Coward in addition to its other types, and has base power and toughness 1/1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c8de2e1b-f2fa-4b6a-a3c5-9811c7f5f051","metadata":{"source_printing_ids":["582b6e5d-0bab-471d-af4d-19438c5fd524","aef1f79b-c536-4bf3-ab71-0a812c4c0728"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Curious Colossus's ability overwrites all previous effects that set an affected creature's base power and toughness to specific values. Any power- or toughness-setting effects that start to apply after the ability resolves will overwrite this effect."},{"date":"2025-11-17","text":"Effects that modify a creature's power and/or toughness, such as the effect of Appeal to Eirdu, will apply to the creature no matter when they started to take effect. The same is true for any counters that change its power and/or toughness and effects that switch its power and toughness."},{"date":"2025-11-17","text":"If one of the affected creatures gains an ability after Curious Colossus's ability resolves, it will keep that ability."},{"date":"2025-11-17","text":"The effects of Curious Colossus's ability apply only to creatures the target opponent controls as the ability resolves. Creatures they begin to control later won't be affected."},{"date":"2025-11-17","text":"The effects of Curious Colossus's ability last indefinitely. They don't expire during the cleanup step or when Curious Colossus leaves the battlefield."}],"rarities":["mythic"]},"curious obsession":{"name":"Curious Obsession","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +1/+1 and has \"Whenever this creature deals combat damage to a player, you may draw a card.\"\nAt the beginning of your end step, if you didn't attack with a creature this turn, sacrifice this Aura.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you didn't attack with a creature this turn, sacrifice ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may draw a card.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+1 and has \"Whenever ~ deals combat damage to a player, you may draw a card.\""}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"22a23706-a5fe-46f3-b845-6f58d558c723","parse_warnings":[{"type":"SwallowedClause","detector":"Duration_ThisTurn","description":"Enchant creature\nEnchanted creature gets +1/+1 and has \"Whenever this creature deals combat damage to a player, you may draw a card.\"\nAt the","line_index":0}],"metadata":{"source_printing_ids":["04cf3030-dc92-45ab-9c26-f2e6aef67e56","7f998c62-30c9-4fc3-a045-5becc04f9e3e","81cd404e-58d5-4749-82d8-64db10ae45ae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["JMP","PLST","RIX"],"rulings":[{"date":"2018-01-19","text":"Curious Obsession's last ability is satisfied if any creature has attacked, similar to raid abilities. The creature it enchants doesn't have to have attacked."}],"rarities":["uncommon"]},"currency converter":{"name":"Currency Converter","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you discard a card, you may exile that card from your graveyard.\n{2}, {T}: Draw a card, then discard a card.\n{T}: Put a card exiled with this artifact into its owner's graveyard. If it's a land card, create a Treasure token. If it's a nonland card, create a 2/2 black Rogue creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}, {T}: Draw a card, then discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Exile","destination":"Graveyard","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Rogue","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Rogue"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"RevealedHasCardType","card_types":["Land"]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Land"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Put a card exiled with ~ into its owner's graveyard. If it's a land card, create a Treasure token. If it's a nonland card, create a 2/2 black Rogue creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you discard a card, you may exile that card from your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"981298e6-ddee-49c0-9377-f47f019b4138","metadata":{"related_token_ids":["02eda719-658b-52e3-8f94-b66dda715865","0abeb86c-be42-5320-8192-82721ed09ff9","50aae3ed-fa82-5258-9a21-31f5988f6b8f","5ac54fe9-3af6-5081-a03e-fa8551045163","8dc5a01d-0271-51e0-bd2c-423b404802bc","99b39bc9-dbdd-52a3-bcaf-99a3131d1883"],"source_printing_ids":["06ab6802-da97-4ad8-95ee-2362b2c03975","187b6719-e5ed-4615-a00b-3313ceca055b","2413e7e1-f9a5-4657-9375-2c30d32d7853","4eab054c-93f8-4da4-afb9-8f4c73c19213","adff49ac-cb3c-4888-85b9-7eb07553e716"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA2","MSC","NCC","PNCC","PRM","SOC"],"rarities":["rare"]},"curse of bloodletting":{"name":"Curse of Bloodletting","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nIf a source would deal damage to enchanted player, it deals double that damage to that player instead.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source would deal damage to enchanted player, it deals double that damage to that player instead.","condition":null,"damage_modification":{"type":"Double"},"damage_target_filter":{"Player":{"player":{"type":"Any"}}}}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3383a72f-fb83-4b9a-aca6-b736ed929c2e","metadata":{"source_printing_ids":["9dc4ac6f-0005-47f8-bee9-10429cc542e4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DKA"],"rulings":[{"date":"2011-01-22","text":"Curse of Bloodletting works with any damage, not just combat damage. It also doesn’t matter who controls the source of the damage that’s being dealt."},{"date":"2011-01-22","text":"If more than one Curse of Bloodletting enchants the same player, damage dealt to that player will double for each one (two of them will end up multiplying the damage by four, three of them by eight, and four of them by sixteen)."},{"date":"2011-01-22","text":"If multiple effects modify how damage will be dealt to the enchanted player, that player chooses the order to apply the effects. For example, Mending Hands says, “Prevent the next 4 damage that would be dealt to any target this turn.” Suppose a spell would deal 5 damage to enchanted player and that player has cast Mending Hands targeting themselves. The enchanted player can either (a) prevent 4 damage first and then let Curse of Bloodletting’s effect double the remaining 1 damage, taking 2 damage, or (b) double the damage to 10 and then prevent 4 damage, taking 6 damage."},{"date":"2011-01-22","text":"The source of the damage doesn’t change. A spell that deals damage will specify the source of the damage, often the spell itself. An ability that deals damage will also specify the source of the damage, although the ability itself will never be that source. Often the source of the ability is also the source of the damage."}],"rarities":["rare"]},"curse of bounty":{"name":"Curse of Bounty","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player is attacked, untap all nonland permanents you control. Each opponent attacking that player untaps all nonland permanents they control.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"attacking","description":"attacking that player untaps all nonland permanents they control"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted player is attacked, untap all nonland permanents you control. Each opponent attacking that player untaps all nonland permanents they control.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b6689782-08d8-48e1-a05d-cd040dfe85bc","metadata":{"source_printing_ids":["2f497641-b73a-4399-bc89-5274c42e17cc","37d5b1a2-01c6-475f-86cc-c911802e6033"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","PZ2","SCD"],"rulings":[{"date":"2017-08-25","text":"A player is attacking another player if they control a creature that’s attacking that player. If no creatures are attacking the enchanted player as a Curse’s ability resolves (most likely because they’ve left the battlefield), only the Curse’s controller performs its actions."},{"date":"2017-08-25","text":"Each Curse’s ability triggers only once, no matter how many creatures are attacking the enchanted player."},{"date":"2017-08-25","text":"If you enchant yourself with one of these Curses, you’ll get its effects whenever another player attacks you."},{"date":"2017-08-25","text":"The triggered ability of these Curses won’t trigger if only a planeswalker controlled by the enchanted player is attacked."},{"date":"2017-08-25","text":"Untapping an attacking creature doesn’t remove it from combat."}],"rarities":["uncommon"]},"curse of chaos":{"name":"Curse of Chaos","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a player attacks enchanted player with one or more creatures, that attacking player may discard a card. If the player does, they draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Player"},"description":"Whenever a player attacks enchanted player with one or more creatures, that attacking player may discard a card. If the player does, they draw a card.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a242af4b-5de6-4961-b684-f4bd809977c6","legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13"],"rulings":[{"date":"2013-10-17","text":"A Curse spell targets the player it will enchant like any other Aura spell, and a Curse stays on the battlefield like any other Aura. If the enchanted player gains protection from the Curse’s color (or any other characteristic the Curse has), the Curse will be put into its owner’s graveyard."},{"date":"2013-10-17","text":"Curse is an enchantment type, not a creature type (or any other kind of subtype)."},{"date":"2013-10-17","text":"Curse of Chaos’s ability will trigger only once per attacking player per combat phase, no matter how many creatures that player attacks with."},{"date":"2013-10-17","text":"Each of the Curses can be attached to any player, including the player who cast the Curse."},{"date":"2013-10-17","text":"The Curse subtype has no inherent rules meaning, but two cards in the Innistrad set (Bitterheart Witch and Witchbane Orb) refer to Curses."},{"date":"2013-10-17","text":"The ability won’t trigger when a creature attacks a planeswalker controlled by the enchanted player."}]},"curse of clinging webs":{"name":"Curse of Clinging Webs","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a nontoken creature enchanted player controls dies, exile it and you create a 1/2 green Spider creature token with reach.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Spider","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"types":["Creature","Spider"],"colors":["Green"],"keywords":["Reach"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"EnchantedPlayer","properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature enchanted player controls dies, exile it and you create a 1/2 green Spider creature token with reach.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d063f1d4-eb6b-40fa-97b7-f15ea53397fb","metadata":{"related_token_ids":["4e36e853-a4a6-55fa-be91-2414b16ed170"],"source_printing_ids":["5e2d349e-fe5f-4627-84b7-2f01982603d2","ff363cfe-cc69-44fb-ba61-fcb4a8bceb66"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC"],"rulings":[{"date":"2021-09-24","text":"Exiling the card isn't required to get the Spider token. You just do so if you can. If that card isn't in its owner's graveyard as the ability is resolving, you just create the Spider token."},{"date":"2021-09-24","text":"The controller of Curse of Clinging Webs gets the Spider token. This may not be the same player as the enchanted player."}],"rarities":["rare"]},"curse of conformity":{"name":"Curse of Conformity","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nNonlegendary creatures enchanted player controls have base power and toughness 3/3 and lose all creature types.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"EnchantedPlayer","properties":[{"type":"NotSupertype","value":"Legendary"}]},"modifications":[{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"RemoveKeyword","keyword":"Changeling"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Nonlegendary creatures enchanted player controls have base power and toughness 3/3 and lose all creature types."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"71de5f9a-73e4-4a93-b199-b280687f71eb","metadata":{"source_printing_ids":["0a88083d-726a-4239-b849-2a4431ef1cd7","2a2d2ef5-829d-41a1-850b-f0ab01baf581"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC"],"rulings":[{"date":"2021-09-24","text":"Creatures with the changeling ability will still lose all creature types even though they don't lose changeling."},{"date":"2021-09-24","text":"Effects that modify a creature's power and/or toughness, such as the effect of Titanic Growth, will apply to the affected creatures no matter when they started to take effect. The same is true for any counters that change their power and/or toughness."}],"rarities":["rare"]},"curse of death's hold":{"name":"Curse of Death's Hold","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nCreatures enchanted player controls get -1/-1.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"EnchantedPlayer","properties":[]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":-1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures enchanted player controls get -1/-1."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7194cf15-69fc-46f0-987a-2cea8b498f50","metadata":{"source_printing_ids":["1774d0a8-1cd3-4582-ace0-1caff92af0e7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ISD"],"rarities":["rare"]},"curse of disturbance":{"name":"Curse of Disturbance","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player is attacked, create a 2/2 black Zombie creature token. Each opponent attacking that player does the same.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"OpponentAttackingEnchantedPlayer"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted player is attacked, create a 2/2 black Zombie creature token. Each opponent attacking that player does the same.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6cbd36d9-de47-41b0-9ef4-a72ca01adccd","metadata":{"related_token_ids":["87df5573-4b61-5eaa-94b2-efd2398be6ac","dcfe20d0-fe21-502b-9a7d-540866e06cf8"],"source_printing_ids":["80d42b98-62d2-4ca6-8478-36222d709048","d022b7d7-e9f5-4f58-8010-331baaa4e3c4","f8ca82ce-64f8-4e52-b8d9-aec6acb562f9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","C21","PZ2","SCD"],"rulings":[{"date":"2017-08-25","text":"A player is attacking another player if they control a creature that’s attacking that player. If no creatures are attacking the enchanted player as a Curse’s ability resolves (most likely because they’ve left the battlefield), only the Curse’s controller performs its actions."},{"date":"2017-08-25","text":"Each Curse’s ability triggers only once, no matter how many creatures are attacking the enchanted player."},{"date":"2017-08-25","text":"If you enchant yourself with one of these Curses, you’ll get its effects whenever another player attacks you."},{"date":"2017-08-25","text":"The triggered ability of these Curses won’t trigger if only a planeswalker controlled by the enchanted player is attacked."}],"rarities":["uncommon"]},"curse of echoes":{"name":"Curse of Echoes","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player casts an instant or sorcery spell, each other player may copy that spell and may choose new targets for the copy they control.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeTargets","target":{"type":"Any"},"scope":{"type":"All"},"forced_to":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"AllExcept","exclude":{"type":"TriggeringPlayer"}}},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted player casts an instant or sorcery spell, each other player may copy that spell and may choose new targets for the copy they control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c99bac4b-7eec-4fdf-b344-0cf9639ff073","metadata":{"source_printing_ids":["147dbe42-665a-4e21-b405-d17554d5efcf","8f2724e4-d516-4c3e-bbc3-9de607c17472"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DKA","PLST"],"rulings":[{"date":"2011-01-22","text":"All the copies are created on the stack, so none of them are cast. Abilities that trigger when a player casts a spell won’t trigger. The copies will then resolve as normal, after players get a chance to cast spells and activate abilities."},{"date":"2011-01-22","text":"Each copy will have the same targets as the spell it’s copying unless its controller chooses new ones. That player may change any number of the targets, including all of them or none of them. If, for one of the targets, that player can’t choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2011-01-22","text":"If the original spell has an X whose value was determined as it was cast, each copy has the same value of X."},{"date":"2011-01-22","text":"If the original spell is modal (that is, it says “Choose one —” or the like), each copy will have the same mode(s). You can’t choose different ones."},{"date":"2011-01-22","text":"When the triggered ability resolves, it creates a copy of that spell for each other player. The active player creates their copy and may choose new targets first (if that player isn’t the enchanted player), then each other player (except the enchanted player) creates their copy and may choose new targets in turn order. The last player who creates their copy controls the copy that will resolve first."},{"date":"2011-01-22","text":"You can’t choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too. For example, if the enchanted player sacrifices a 3/3 creature to cast Fling, each copy of Fling will also deal 3 damage."}],"rarities":["rare"]},"curse of exhaustion":{"name":"Curse of Exhaustion","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nEnchanted player can't cast more than one spell each turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"PerTurnCastLimit":{"who":"EnchantedCreatureController","max":1,"spell_filter":null}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted player can't cast more than one spell each turn."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"6659fae5-09d9-4095-8de3-643afd6ad3be","metadata":{"source_printing_ids":["b737a959-e974-4b2a-8dca-a257da6084b0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DKA"],"rulings":[{"date":"2011-01-22","text":"Curse of Exhaustion will look at the entire turn to see if the enchanted player has cast a spell yet that turn, even if Curse of Exhaustion wasn’t on the battlefield when that spell was cast."}],"rarities":["uncommon"]},"curse of fool's wisdom":{"name":"Curse of Fool's Wisdom","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player draws a card, they lose 2 life and you gain 2 life.\nMadness {3}{B} (If you discard this card, discard it into exile. When you do, cast it for its madness cost or put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}},{"Madness":{"type":"Cost","shards":["Black"],"generic":3}}],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted player draws a card, they lose 2 life and you gain 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"MadnessCast","cost":{"type":"Cost","shards":["Black"],"generic":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.35a: When this card is exiled this way, its owner may cast it for its madness cost or put it into their graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Discard","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.35a: If you discard this card, exile it instead of putting it into your graveyard.","condition":null}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"93b2a685-8267-4cbd-ac55-db6ff95fe98d","parse_warnings":[{"type":"TargetFallback","context":"trigger subject parse fell back to Any","text":"enchanted player draws a card","line_index":0}],"metadata":{"source_printing_ids":["9b77ded4-a8af-4065-8c4a-fd76e7cdcc59"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19"],"rulings":[{"date":"2019-08-23","text":"If you become enchanted by your own Curse of Fool's Wisdom, you'll lose 2 life and gain 2 life whenever you draw a card. You won't lose the game if your life total is 0 or less between those events."},{"date":"2019-08-23","text":"Once the enchanted player has drawn one or more cards, they'll still lose life (and you'll still gain life) even if Curse of Fool's Wisdom leaves the battlefield before its triggered ability resolves."},{"date":"2022-12-08","text":"A card with madness that's discarded counts as having been discarded even though it's put into exile rather than a graveyard. If it was discarded to pay a cost, that cost is still paid. Abilities that trigger when a card is discarded will still trigger."},{"date":"2022-12-08","text":"A spell cast for its madness cost is put onto the stack like any other spell. It can be countered, copied, and so on. As it resolves, it's put onto the battlefield if it's a permanent card or into its owner's graveyard if it's an instant or sorcery card."},{"date":"2022-12-08","text":"Cards are discarded in a Magic game only from a player's hand. Effects that put cards into a player's graveyard from anywhere else do not cause those cards to be discarded."},{"date":"2022-12-08","text":"Casting a spell with madness ignores the timing rules based on the card's card type. For example, you can cast a sorcery with madness if you discard it during an opponent's turn."},{"date":"2022-12-08","text":"If you choose not to cast a card with madness when the madness triggered ability resolves, it's put into your graveyard. Madness doesn't give you another chance to cast it later."},{"date":"2022-12-08","text":"If you discard a card with madness to pay the cost of a spell or activated ability, that card's madness triggered ability (and the spell that card becomes, if you choose to cast it) will resolve before the spell or ability the discard paid for."},{"date":"2022-12-08","text":"If you discard a card with madness while a spell or ability is resolving, it moves immediately to exile. Continue resolving that spell or ability, noting that the card you discarded is not in your graveyard at this time. Its madness triggered ability will be placed onto the stack once that spell or ability has completely resolved."},{"date":"2022-12-08","text":"Madness works independently of why you're discarding the card. You could discard it to pay a cost, because a spell or ability tells you to, or because you have too many cards in your hand during your cleanup step. You can't discard a card with madness just because you want to, though."},{"date":"2022-12-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a madness cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["rare"]},"curse of inertia":{"name":"Curse of Inertia","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a player attacks enchanted player with one or more creatures, that attacking player may tap or untap target permanent of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Player"},"description":"Whenever a player attacks enchanted player with one or more creatures, that attacking player may tap or untap target permanent of their choice.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0bbeb0ee-647b-43d3-91b3-6869d5ccb8b8","metadata":{"source_printing_ids":["32d0c2a7-4277-43eb-bb09-5ca0c27edee4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMA"],"rulings":[{"date":"2013-10-17","text":"A Curse spell targets the player it will enchant like any other Aura spell, and a Curse stays on the battlefield like any other Aura. If the enchanted player gains protection from the Curse’s color (or any other characteristic the Curse has), the Curse will be put into its owner’s graveyard."},{"date":"2013-10-17","text":"Curse is an enchantment type, not a creature type (or any other kind of subtype)."},{"date":"2013-10-17","text":"Curse of Inertia’s ability will trigger only once per attacking player per combat phase, no matter how many creatures that player attacks with."},{"date":"2013-10-17","text":"Each of the Curses can be attached to any player, including the player who cast the Curse."},{"date":"2013-10-17","text":"Even though the attacking player chooses the target of the ability, the ability is still controlled by the player who controls Curse of Inertia. Notably, a creature with hexproof controlled by the player who controls Curse of Inertia could be chosen, even though another player may be choosing the target."},{"date":"2013-10-17","text":"The Curse subtype has no inherent rules meaning, but two cards in the Innistrad set (Bitterheart Witch and Witchbane Orb) refer to Curses."},{"date":"2013-10-17","text":"The ability won’t trigger when a creature attacks a planeswalker controlled by the enchanted player."}],"rarities":["uncommon"]},"curse of misfortunes":{"name":"Curse of Misfortunes","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of your upkeep, you may search your library for a Curse card that doesn't have the same name as a Curse attached to enchanted player, put it onto the battlefield attached to that player, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may search your library for a ~ card that doesn't have the same name as a ~ attached to enchanted player, put it onto the battlefield attached to that player, then shuffle.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"b03c7c8d-8206-45cd-8ead-8f7b35c03a7a","metadata":{"source_printing_ids":["c531d218-ff1c-4333-a19d-446d709b1e28"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DKA"],"rulings":[{"date":"2011-01-22","text":"The Curse card you put onto the battlefield must have a different name than each other Curse enchanting the enchanted player when the triggered ability resolves. If multiple of these abilities trigger, the Curse card you put onto the battlefield when the first resolves may impact your choices for each subsequent one."}],"rarities":["rare"]},"curse of oblivion":{"name":"Curse of Oblivion","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, that player exiles two cards from their graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":"ScopedPlayer","properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, that player exiles two cards from their graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"10b16b2b-7d7c-4f6f-932a-1f3bd30d33f1","metadata":{"source_printing_ids":["c15cbd2f-8bbf-423a-81fe-521fd99bc8bf"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ISD"],"rulings":[{"date":"2011-09-22","text":"If the enchanted player has only one card in their graveyard, they exile that card."}],"rarities":["common"]},"curse of obsession":{"name":"Curse of Obsession","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's draw step, that player draws two additional cards.\nAt the beginning of enchanted player's end step, that player discards their hand.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Draw","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's draw step, that player draws two additional cards.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Target"}}},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's end step, that player discards their hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ca4b4bf2-ed34-444c-9088-dd1ea488ec4e","metadata":{"source_printing_ids":["69ba6262-a3b1-4009-b2ed-ae684dfae022","c0f78b3d-d24b-4d80-a0b2-73c046c51b95"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC"],"rarities":["rare"]},"curse of opulence":{"name":"Curse of Opulence","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player is attacked, create a Gold token. Each opponent attacking that player does the same. (A Gold token is an artifact with \"Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Gold","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Gold"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Gold","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Gold"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"OpponentAttackingEnchantedPlayer"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted player is attacked, create a Gold token. Each opponent attacking that player does the same.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ba0d3df2-3acf-46d7-8d64-8d67d1579adc","metadata":{"related_token_ids":["214f0959-71fa-59ba-8efb-080cbc3e5b99","603d6f2b-313f-5453-a3f1-55f5154ec9f6","66cd1235-f092-5483-b517-bd0398621a94","6c3f3f0f-cfa8-5ae3-ac32-eadcaf33f275","6c4de848-5258-50e6-9a57-ceccc81aefce"],"source_printing_ids":["32cc103e-949d-42d4-aadd-490a261c9ad9","3dccadfc-458f-4696-bfb4-4bfc80379df2","440acae3-aadb-40f0-a608-d1d93578c6b0","494a6f50-9cd3-4bfc-9382-dce4f7047a81","6615d7f1-1ed6-43af-a916-6caa4bd35ca3","e23db9d3-d11f-4b2c-8349-687bc0e9d4c2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","CLB","MKC","MOC","PLST","PZ2","TDC"],"rulings":[{"date":"2017-08-25","text":"A player is attacking another player if they control a creature that's attacking that player. If no creatures are attacking the enchanted player as a Curse's ability resolves (most likely because they've left the battlefield), only the Curse's controller performs its actions."},{"date":"2017-08-25","text":"Curse of Opulence's triggered ability resolves after attackers have been declared. Any costs to attack must have already been paid before the attacking player creates the Gold."},{"date":"2017-08-25","text":"Each Curse's ability triggers only once, no matter how many creatures are attacking the enchanted player."},{"date":"2017-08-25","text":"If you enchant yourself with one of these Curses, you'll get its effects whenever another player attacks you."},{"date":"2017-08-25","text":"The triggered ability of these Curses won't trigger if only a planeswalker controlled by the enchanted player is attacked."}],"rarities":["uncommon"]},"curse of predation":{"name":"Curse of Predation","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a creature attacks enchanted player, put a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature attacks enchanted player, put a +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"69ea4ce2-f749-4d5b-a392-efcfdce14a30","metadata":{"source_printing_ids":["6ab6c915-50aa-40f7-b703-7d45f454fee2","d7fcfc0b-4674-4cd1-85de-823f4ca8c6c5","daf631ad-762f-4bec-9588-aca88507cad5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMA","IMA","PLST"],"rulings":[{"date":"2013-10-17","text":"A Curse spell targets the player it will enchant like any other Aura spell, and a Curse stays on the battlefield like any other Aura. If the enchanted player gains protection from the Curse’s color (or any other characteristic the Curse has), the Curse will be put into its owner’s graveyard."},{"date":"2013-10-17","text":"Curse is an enchantment type, not a creature type (or any other kind of subtype)."},{"date":"2013-10-17","text":"Each of the Curses can be attached to any player, including the player who cast the Curse."},{"date":"2013-10-17","text":"The Curse subtype has no inherent rules meaning, but two cards in the Innistrad set (Bitterheart Witch and Witchbane Orb) refer to Curses."},{"date":"2013-10-17","text":"The ability won’t trigger when a creature attacks a planeswalker controlled by the enchanted player."}],"rarities":["uncommon","rare"]},"curse of shaken faith":{"name":"Curse of Shaken Faith","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player casts a spell other than the first spell they cast each turn or copies a spell, this Aura deals 2 damage to them.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted player casts a spell other than the first spell they cast each turn or copies a spell, ~ deals 2 damage to them.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"297494f0-1f79-4f77-b68b-6ed858e21f4e","metadata":{"source_printing_ids":["371b7795-5cfc-4e2b-b26c-2def52c61dbf","9c9ffcd9-2a99-47ff-9790-05b58cd14475","d636f014-95aa-45cd-a0c8-635364ea3baa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID","PMID","PRM"],"rulings":[{"date":"2021-09-24","text":"If a player who has already cast a spell this turn becomes enchanted by Curse of Shaken Faith, casting more spells the same turn will cause the ability to trigger."}],"rarities":["rare"]},"curse of shallow graves":{"name":"Curse of Shallow Graves","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a player attacks enchanted player with one or more creatures, that attacking player may create a tapped 2/2 black Zombie creature token.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"TriggeringPlayer"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Player"},"description":"Whenever a player attacks enchanted player with one or more creatures, that attacking player may create a tapped 2/2 black Zombie creature token.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"dc66dbed-f979-4ad1-b5f9-08538886167f","metadata":{"related_token_ids":["cb53027b-e24a-51b1-a06a-130217568848"],"source_printing_ids":["02f6c39a-8f65-45b9-b632-8d101fb9646a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","PLST"],"rulings":[{"date":"2013-10-17","text":"A Curse spell targets the player it will enchant like any other Aura spell, and a Curse stays on the battlefield like any other Aura. If the enchanted player gains protection from the Curse’s color (or any other characteristic the Curse has), the Curse will be put into its owner’s graveyard."},{"date":"2013-10-17","text":"Curse is an enchantment type, not a creature type (or any other kind of subtype)."},{"date":"2013-10-17","text":"Each of the Curses can be attached to any player, including the player who cast the Curse."},{"date":"2013-10-17","text":"The Curse subtype has no inherent rules meaning, but two cards in the Innistrad set (Bitterheart Witch and Witchbane Orb) refer to Curses."},{"date":"2013-10-17","text":"The ability won’t trigger when a creature attacks a planeswalker controlled by the enchanted player."}],"rarities":["uncommon"]},"curse of stalked prey":{"name":"Curse of Stalked Prey","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a creature deals combat damage to enchanted player, put a +1/+1 counter on that creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals combat damage to enchanted player, put a +1/+1 counter on that creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7971a2a6-f89f-46a5-9008-96cfa49de41a","metadata":{"source_printing_ids":["11a18883-8990-40a0-bcb2-e01d0e82bfad"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ISD"],"rulings":[{"date":"2011-09-22","text":"The ability will trigger when any creature deals combat damage to the enchanted player, including one controlled by another opponent or even by the enchanted player (if combat damage gets redirected somehow)."}],"rarities":["rare"]},"curse of surveillance":{"name":"Curse of Surveillance","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, any number of target players other than that player each draw cards equal to the number of Curses attached to that player.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"draw","description":"draw cards equal to the number of Curses attached to that player"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, any number of target players other than that player each draw cards equal to the number of Curses attached to that player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4fd061f2-7269-4eea-bc7c-95a123893efa","metadata":{"source_printing_ids":["503e4738-9878-460e-890f-703b3c452cda","88f9995c-c8f4-48d8-8ee0-65c168af2005","d6a5b3b2-4f27-4c97-9d87-d7bdcc06d36a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID","PMID","PRM"],"rulings":[{"date":"2021-09-24","text":"The controller of Curse of Surveillance chooses the targets for its triggered ability, no matter which player it is attached to. If you control Curse of Surveillance and it's attached to another player, you can (and probably should) choose yourself as a target."}],"rarities":["rare"]},"curse of the bloody tome":{"name":"Curse of the Bloody Tome","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, that player mills two cards.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, that player mills two cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5480f855-80b7-45c7-94a9-071c7b5d5ccf","metadata":{"source_printing_ids":["c7865e11-263b-4d61-af54-907c1acbb54f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ISD","PRM","PW11"],"rulings":[{"date":"2011-09-22","text":"If the enchanted player has only one card in their library, they put that card into their graveyard."}],"rarities":["common"]},"curse of the cabal":{"name":"Curse of the Cabal","mana_cost":{"type":"Cost","shards":["Black"],"generic":9},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player sacrifices half the permanents they control of their choice, rounded down.\nSuspend 2—{2}{B}{B} (Rather than cast this card from your hand, you may pay {2}{B}{B} and exile it with two time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)\nAt the beginning of each player's upkeep, if this card is suspended, that player may sacrifice a permanent of their choice. If the player does, put two time counters on this card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":2,"cost":{"type":"Cost","shards":["Black","Black"],"generic":2}}}],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"TargetPlayer","properties":[]},"count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"TargetPlayer","properties":[]}}},"divisor":2,"rounding":"Down"}},"cost":null,"sub_ability":null,"duration":null,"description":"Target player sacrifices half the permanents they control of their choice, rounded down.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":2}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"ScopedPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, if this card is suspended, that player may sacrifice a permanent of their choice. If the player does, put two time counters on this card.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceInZone","zone":"Exile"},{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1}]},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cafede0d-aa14-4266-b619-321ac756262d","metadata":{"source_printing_ids":["d4323aa6-a1fb-42ee-9634-3747129fde3b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["TSP"],"rulings":[{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare"]},"curse of the forsaken":{"name":"Curse of the Forsaken","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a creature attacks enchanted player, its controller gains 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1},"player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature attacks enchanted player, its controller gains 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e00f8d6b-5bb1-4625-9fa4-114cdc381bd4","metadata":{"source_printing_ids":["9af69b5e-f713-4af6-9990-f99be7801f73"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMA"],"rulings":[{"date":"2013-10-17","text":"A Curse spell targets the player it will enchant like any other Aura spell, and a Curse stays on the battlefield like any other Aura. If the enchanted player gains protection from the Curse’s color (or any other characteristic the Curse has), the Curse will be put into its owner’s graveyard."},{"date":"2013-10-17","text":"Curse is an enchantment type, not a creature type (or any other kind of subtype)."},{"date":"2013-10-17","text":"Each of the Curses can be attached to any player, including the player who cast the Curse."},{"date":"2013-10-17","text":"The Curse subtype has no inherent rules meaning, but two cards in the Innistrad set (Bitterheart Witch and Witchbane Orb) refer to Curses."},{"date":"2013-10-17","text":"The ability won’t trigger when a creature attacks a planeswalker controlled by the enchanted player."}],"rarities":["uncommon"]},"curse of the nightly hunt":{"name":"Curse of the Nightly Hunt","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nCreatures enchanted player controls attack each combat if able.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MustAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"EnchantedPlayer","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures enchanted player controls attack each combat if able."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"cc6f2b79-8fcd-4542-904b-943c7493b8ad","metadata":{"source_printing_ids":["24c56493-4643-4532-878d-91d7520e6c5b","2983c017-1697-4d45-ac58-3f3ccbaaefff","49cbfcf2-462e-4bbf-a529-a70816eb1436","baa2b9ff-abeb-46e6-86cf-05ee38d0b028"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C15","CM2","ISD","PLST"],"rulings":[{"date":"2011-09-22","text":"If, during the enchanted player’s declare attackers step, a creature they control is tapped, is affected by a spell or ability that says it can’t attack, or hasn’t been under that player’s control continuously since the turn began (and doesn’t have haste), then it doesn’t attack. If there’s a cost associated with having the creature attack, the player isn’t forced to pay that cost, so it doesn’t have to attack in that case either."},{"date":"2011-09-22","text":"The enchanted player still chooses which player or planeswalker each creature they control attacks."}],"rarities":["uncommon"]},"curse of the pierced heart":{"name":"Curse of the Pierced Heart","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, this Aura deals 1 damage to that player or a planeswalker that player controls.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Or","filters":[{"type":"TriggeringPlayer"},{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, ~ deals 1 damage to that player or a planeswalker that player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f22c3624-6bd5-4761-b8ad-ac301ad9351c","metadata":{"source_printing_ids":["71010182-c004-4d18-adab-80319cd1e625"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ISD"],"rarities":["common"]},"curse of the restless dead":{"name":"Curse of the Restless Dead","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a land enchanted player controls enters, you create a 2/2 black Zombie creature token with decayed. (It can't block. When it attacks, sacrifice it at end of combat.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":["Decayed"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"EnchantedPlayer","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land enchanted player controls enters, you create a 2/2 black Zombie creature token with decayed.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0b5f7a1b-fbb9-4659-8fcb-7822dc0263bc","metadata":{"related_token_ids":["974e8ef7-5b3c-5f02-9887-027e2578687f"],"source_printing_ids":["cdde244a-d2f4-44b3-badd-d6142785e25c","e558286a-b531-485f-83ac-c6486a9c3f62"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC","PRM"],"rulings":[{"date":"2021-09-24","text":"Decayed does not create any attacking requirements. You may choose not to attack with a creature that has decayed."},{"date":"2021-09-24","text":"Decayed does not grant haste. Creatures with decayed that enter the battlefield during your turn may not attack until your next turn."},{"date":"2021-09-24","text":"Decayed represents a static ability and a triggered ability. “Decayed” means “This creature can't block” and “When this creature attacks, sacrifice it at end of combat.”"},{"date":"2021-09-24","text":"Once a creature with decayed attacks, it will be sacrificed at end of combat, even if it no longer has decayed at that time."},{"date":"2021-09-24","text":"The controller of Curse of the Restless Dead gets the Zombie token. This may not be the same player as the enchanted player."}],"rarities":["rare"]},"curse of thirst":{"name":"Curse of Thirst","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, this Aura deals damage to that player equal to the number of Curses attached to them.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"deal","description":"deal damage to that player equal to the number of Curses attached to them"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, ~ deals damage to that player equal to the number of Curses attached to them.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ffe3ad06-50d8-4ca3-a1f7-aa31dc2c486e","metadata":{"source_printing_ids":["a23ed5d1-44dc-4733-9e01-65fbc5dc02f2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DKA","PRM","PW12"],"rulings":[{"date":"2011-01-22","text":"The number of Curses attached to the player is counted when the ability resolves."}],"rarities":["uncommon"]},"curse of unbinding":{"name":"Curse of Unbinding","mana_cost":{"type":"Cost","shards":["Blue"],"generic":6},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, that player reveals cards from the top of their library until they reveal a creature card. Put that card onto the battlefield under your control. That player puts the rest of the revealed cards into their graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"TriggeringPlayer"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"kept_destination":"Battlefield","rest_destination":"Graveyard","enters_under":"You"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, that player reveals cards from the top of their library until they reveal a creature card. Put that card onto the battlefield under your control. That player puts the rest of the revealed cards into their graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7e79cb6c-df9a-46d1-b3c6-240297e7d47d","metadata":{"source_printing_ids":["066f260b-722b-4abf-92c8-2e6f87f480ae","6b56ccbc-efc7-4c5c-84be-b63f8c4cd63c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC"],"rulings":[{"date":"2021-09-24","text":"The controller of Curse of Unbinding puts the creature card onto the battlefield under their control. This may not be the same player as the enchanted player."}],"rarities":["rare"]},"curse of vengeance":{"name":"Curse of Vengeance","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player casts a spell, put a spite counter on this Aura.\nWhen enchanted player loses the game, you gain X life and draw X cards, where X is the number of spite counters on this Aura.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"spite","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted player casts a spell, put a spite counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":{"Unknown":"When enchanted player loses the game"},"execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"spite"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"spite"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When enchanted player loses the game, you gain X life and draw X cards, where X is the number of spite counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"b9b1c644-041a-4b61-9d6d-bc73a3a95bb8","metadata":{"source_printing_ids":["22e7d0e3-a87c-414f-8f12-314083539a2a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","PZ2"],"rulings":[{"date":"2016-11-08","text":"Curse of Vengeance's first triggered ability resolves before the spell that caused it to trigger. The ability will resolve even if that spell is countered."},{"date":"2016-11-08","text":"If you and the enchanted player both reach 0 or less life at the same time, you'll lose the game before Curse of Vengeance's second triggered ability gives you more life."}],"rarities":["rare"]},"curse of verbosity":{"name":"Curse of Verbosity","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player is attacked, you draw a card. Each opponent attacking that player does the same.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"OpponentAttackingEnchantedPlayer"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted player is attacked, you draw a card. Each opponent attacking that player does the same.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c6f76fa7-095e-4bfe-a38c-5c4531880880","metadata":{"source_printing_ids":["3054eba1-238f-4328-8e9f-5148b5c37aac","31f55dc7-a70c-4f28-bb3a-ccc50937d9db","7999e631-efd0-4901-a43d-9a10d2379684","ff611add-0b1b-4008-a78b-e793ccb38260"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","C17","CLB","PLST","PZ2"],"rulings":[{"date":"2017-08-25","text":"A player is attacking another player if they control a creature that's attacking that player. If no creatures are attacking the enchanted player as a Curse's ability resolves (most likely because they've left the battlefield), only the Curse's controller performs its actions."},{"date":"2017-08-25","text":"Each Curse's ability triggers only once, no matter how many creatures are attacking the enchanted player."},{"date":"2017-08-25","text":"If you enchant yourself with one of these Curses, you'll get its effects whenever another player attacks you."},{"date":"2017-08-25","text":"The triggered ability of these Curses won't trigger if only a planeswalker controlled by the enchanted player is attacked."}],"rarities":["uncommon"]},"curse of vitality":{"name":"Curse of Vitality","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player is attacked, you gain 2 life. Each opponent attacking that player does the same.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"OpponentAttackingEnchantedPlayer"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted player is attacked, you gain 2 life. Each opponent attacking that player does the same.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"6d2eb412-e09b-4ab3-8653-b458e9f38eff","metadata":{"source_printing_ids":["c1a80504-d991-4eef-8407-2acf444401f0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","PZ2"],"rulings":[{"date":"2017-08-25","text":"A player is attacking another player if they control a creature that’s attacking that player. If no creatures are attacking the enchanted player as a Curse’s ability resolves (most likely because they’ve left the battlefield), only the Curse’s controller performs its actions."},{"date":"2017-08-25","text":"Each Curse’s ability triggers only once, no matter how many creatures are attacking the enchanted player."},{"date":"2017-08-25","text":"If you enchant yourself with one of these Curses, you’ll get its effects whenever another player attacks you."},{"date":"2017-08-25","text":"The triggered ability of these Curses won’t trigger if only a planeswalker controlled by the enchanted player is attacked."}],"rarities":["uncommon"]},"cursecloth wrappings":{"name":"Cursecloth Wrappings","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Zombies you control get +1/+1.\n{T}: Target creature card in your graveyard gains embalm until end of turn. The embalm cost is equal to its mana cost. (Exile that card and pay its embalm cost: Create a token that's a copy of it, except it's a white Zombie in addition to its other types and has no mana cost. Embalm only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Embalm":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain embalm"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Target creature card in your graveyard gains embalm until end of turn. The embalm cost is equal to its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Zombie"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Zombies you control get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d9c4996a-35eb-4d38-9680-57d9d039ed82","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["2b283c18-abe7-4b73-8532-dd76a85fabd6","3c15a04e-b0a7-4560-a838-94213dbb2336","c0a57479-6409-49e1-8896-2bd3e88d554d","c5280941-bcda-4ac7-97d1-db02c7a18ef9","d5803b32-4a81-46c2-9b10-3198a709611d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rulings":[{"date":"2025-02-07","text":"Except for the listed exceptions, the token copies exactly what was printed on the original card and nothing else. It doesn’t copy any information about the object the card was before it was put into your graveyard."},{"date":"2025-02-07","text":"If the card copied by the token had any “when [this permanent] enters” abilities, then the token also has those abilities and they’ll trigger when it enters. Similarly, any “as [this permanent] enters” or “[this permanent] enters with” abilities that the token has copied will also work."},{"date":"2025-02-07","text":"Once you’ve activated an embalm ability, the card is immediately exiled. Opponents can’t try to stop the ability by exiling the card."},{"date":"2025-02-07","text":"The token is a Zombie in addition to its other types and is white instead of its other colors. It has no mana cost, and thus its mana value is 0. These are copiable values of the token that other effects may copy."}],"rarities":["rare","mythic"]},"custodi lich":{"name":"Custodi Lich","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Cleric"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you become the monarch.\nWhenever you become the monarch, target player sacrifices a creature of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeMonarch"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you become the monarch.","constraint":null,"condition":null,"batched":false},{"mode":"BecomeMonarch","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you become the monarch, target player sacrifices a creature of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0d95ee14-9ff0-4d7f-be56-361a500ce36f","metadata":{"source_printing_ids":["5d77f50f-f63d-47bd-8bf9-01febee315fd","8c4306e0-afdb-4911-9dae-7ea7e6ad9a0a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CN2","NCC","PZ2"],"rulings":[{"date":"2016-08-23","text":"Abilities that trigger whenever you “become the monarch” trigger only if you aren't already the monarch. For example, if you are already the monarch as Custodi Lich enters the battlefield, its last ability won't trigger."},{"date":"2016-08-23","text":"Being the monarch carries two inherent triggered abilities. “At the beginning of the monarch's end step, that player draws a card” and “Whenever a creature deals combat damage to the monarch, its controller becomes the monarch.”"},{"date":"2016-08-23","text":"If the triggered ability that causes the monarch to draw a card goes on the stack, and a different player becomes the monarch before that ability resolves, the first player will still draw the card."},{"date":"2016-08-23","text":"The game starts with no monarch. Once an effect makes one player the monarch, the game will have exactly one monarch from that point forward."}],"rarities":["rare"]},"cut down":{"name":"Cut Down","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature with total power and toughness 5 or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"TotalPowerToughness","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":5}}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature with total power and toughness 5 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1b30210d-10e9-4703-8967-032063bb4f26","metadata":{"source_printing_ids":["5e6cb8c3-eb21-4279-a8e6-074a0b95d51e","753db072-5d6a-4f37-8f7d-255572ecd3bd","c2fdde82-6c4d-4e34-a15c-9756c834e9a0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PLG24"],"rulings":[{"date":"2022-09-09","text":"The total power and toughness of a creature is determined by adding its power and toughness. For example, the total power and toughness of a 3/2 creature is 5."}],"rarities":["uncommon","rare"]},"cybership":{"name":"Cybership","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this Vehicle deals combat damage to a player, put the top two cards of that player's library onto the battlefield face down under your control. They're 2/2 Cyberman artifact creatures.\nCrew 4","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Crew":{"power":4,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Manifest","target":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":2},"profile":{"power":2,"toughness":2,"extra_core_types":["Artifact"],"subtypes":["Cyberman"]},"enters_under":"You"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put the top two cards of that player's library onto the battlefield face down under your control. They're 2/2 Cyberman artifact creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9c6ac895-0644-47ea-8a40-8f35cbbeba42","metadata":{"source_printing_ids":["71c6fe5d-3964-440a-93ee-0e193263a5b6","b0b9d006-7179-4d59-88ef-34b4d4b2e2fc","cc96b99e-07e1-41b6-b9ce-dca3f75ecfa1","e41185e7-d6e2-49a9-aac8-597e5aab197a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Double-faced permanents that are already on the battlefield can't be turned face down this way. However, a double-faced card can be put onto the battlefield face down from another zone this way."},{"date":"2023-10-13","text":"Each creature turned face down this way or put onto the battlefield this way is a 2/2 Cyberman artifact creature with no name and no color."},{"date":"2023-10-13","text":"If the face-down card has a morph ability, its controller may turn it face up by paying the associated morph cost."},{"date":"2023-10-13","text":"If, for any reason, the face-down creature is turned face up, the effect making it a Cyberman ends. It will be whatever is printed on the card."},{"date":"2023-10-13","text":"The player who controls a face-down permanent may look at it at any time. Notably, if the cards were put on the battlefield face down from another player's library, the player that owns them does not get to look at those cards."}],"rarities":["rare"]},"cyclonic rift":{"name":"Cyclonic Rift","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target nonland permanent you don't control to its owner's hand.\nOverload {6}{U} (You may cast this spell for its overload cost. If you do, change \"target\" in its text to \"each.\")","non_ability_text":null,"flavor_name":null,"keywords":[{"Overload":{"type":"Cost","shards":["Blue"],"generic":6}}],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return target nonland permanent you don't control to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d75b9c82-1b49-4c3e-a1b5-aeef57d6644b","metadata":{"source_printing_ids":["1fadf1e3-4f4f-4f58-b8a9-11e14bb550f8","205c4689-8b02-4d40-9274-3c1fcafa8b82","2064a0d6-3739-4466-9657-be694c0eb6e1","268f6afc-bf16-4ca7-a986-945a95d3bffc","45617b0f-fdac-4747-b2d3-d571b717008f","631a15c2-0a6d-4859-91e9-a08a7e756054","65c6b4f4-2aef-4150-9a7f-70ca5f337766","7037f57a-ca89-41bd-bf7f-2f54593c0f48","7810a95a-e1e1-4655-a508-dfbc83d4d527","c77ebe57-ea56-4300-b293-6260c4c01a43","dfb7c4b9-f2f4-4d4e-baf2-86551c8150fe","ee3bd03a-f296-479a-bd92-af7c55e594c4","f779109e-331f-44ae-9dfb-e435a2bc6b7f","f9baef6e-a086-41d4-a20e-486f01d72406","ff08e5ed-f47b-4d8e-8b8b-41675dccef8b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C14","CMM","EA3","MM3","PRM","RTR","RVR","SLD","SOA"],"rulings":[{"date":"2024-01-12","text":"Because a spell with overload doesn't target when its overload cost is paid, it may affect permanents with hexproof or with protection from the appropriate color."},{"date":"2024-01-12","text":"If you are instructed to cast a spell with overload \"without paying its mana cost,\" you can't choose to pay its overload cost instead."},{"date":"2024-01-12","text":"If you don't pay the overload cost of a spell with overload, that spell will have a single target. If you pay the overload cost, the spell won't have any targets."},{"date":"2024-01-12","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an overload cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"cyclonus, cybertronian fighter":{"name":"Cyclonus, Cybertronian Fighter","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Living metal (During your turn, this Vehicle is also a creature.)\nFlying\nWhenever Cyclonus deals combat damage to a player, convert it. If you do, there is an additional beginning phase after this phase. (The beginning phase includes the untap, upkeep, and draw steps.)","non_ability_text":null,"flavor_name":null,"keywords":["LivingMetal","Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"Untap","after":"PostCombatMain","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, convert it. If you do, there is an additional beginning phase after this phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 702.161a: Living metal — artifact creature during your turn"}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"7ead01b9-def3-4f9d-a860-af64e94cb45e","is_commander":true,"metadata":{"source_printing_ids":["2d3bb50a-2892-4e28-aa70-ab8d0fcdcc73","e703b74f-9105-42b3-b38c-8f38da840f0c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["BOT"],"rarities":["mythic"]},"cyclonus, the saboteur":{"name":"Cyclonus, the Saboteur","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Robot"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"More Than Meets the Eye {5}{U}{B} (You may cast this card converted for {5}{U}{B}.)\nFlying\nWhenever Cyclonus deals combat damage to a player, it connives. Then if Cyclonus's power is 5 or greater, convert it. (To have a creature connive, draw a card, then discard a card. If you discarded a nonland card, put a +1/+1 counter on that creature.)","non_ability_text":null,"flavor_name":null,"keywords":[{"MoreThanMeetsTheEye":{"type":"Cost","shards":["Blue","Black"],"generic":5}},"Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Connive","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, it connives. Then if ~'s power is 5 or greater, convert it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"7ead01b9-def3-4f9d-a860-af64e94cb45e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2d3bb50a-2892-4e28-aa70-ab8d0fcdcc73","e703b74f-9105-42b3-b38c-8f38da840f0c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["BOT"],"rulings":[{"date":"2022-10-14","text":"\"Living metal\" means \"As long as it's your turn, this permanent is an artifact creature in addition to its other types.\""},{"date":"2022-10-14","text":"\"More Than Meets the Eye [cost]\" means \"You may cast this card converted by paying [cost] rather than its mana cost.\" It functions in any zone from which the spell can be cast."},{"date":"2022-10-14","text":"A spell cast this way enters the battlefield with its back face up."},{"date":"2022-10-14","text":"After Cyclonus, Cybertronian Fighter converts into Cyclonus, the Saboteur, it's still an attacking creature in combat, and will still have any gained abilities. Notably, if it has somehow gained double strike, it will convert before dealing combat damage in the regular combat damage step. This may cause it to convert again when it deals combat damage to a player a second time."},{"date":"2022-10-14","text":"Any triggered ability of another card that triggers whenever a permanent transforms will also trigger whenever a permanent converts."},{"date":"2022-10-14","text":"Converting a permanent doesn't affect any Auras or Equipment that are attached to it. Similarly, any counters on the permanent will remain on that permanent after it converts. Any continuous effects from a resolved spell or ability will continue to affect it. Any spells or abilities on the stack that target a permanent continue to do so after that permanent converts."},{"date":"2022-10-14","text":"If a static ability of another permanent applies only to noncreature permanents, that ability applies to a Vehicle with living metal only during your opponents' turns. For example, if you control Arcee, Acrobatic Coupe and March of the Machines, Arcee will be a 2/2 artifact creature during your turn and a 3/3 artifact creature (because its mana value is 3) during each opponent's turn."},{"date":"2022-10-14","text":"If you copy a permanent spell cast this way, the copy has the characteristics of the card's back face, even though it isn't itself a double-faced card."},{"date":"2022-10-14","text":"Similarly, an ability of another card that instructs you to \"transform\" one of these cards will cause you to convert it, even if that ability doesn't use the word \"convert.\""},{"date":"2022-10-14","text":"The convert keyword action functions the same way as the transform keyword action found on some other cards; to convert a permanent on the battlefield, turn it over so that its other face is up."},{"date":"2022-10-14","text":"The cost is an alternative cost, so it can't be combined with any other alternative costs. It can be combined with any applicable additional costs."},{"date":"2022-10-14","text":"The mana value of a converted permanent on the battlefield is equal to the mana value of the card's front face, no matter which face is up."},{"date":"2022-10-14","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a More Than Meets the Eye cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of a spell cast using More Than Meets the Eye is determined by the mana cost on the front face of the card, no matter what the total cost to cast the spell was."},{"date":"2022-10-14","text":"When you cast a spell using its More Than Meets the Eye ability, the card is put onto the stack with its back face up. The resulting spell has all characteristics of that face."},{"date":"2022-10-14","text":"While it's a creature, the Vehicle has its printed power and toughness."}],"rarities":["mythic"]},"dalkovan encampment":{"name":"Dalkovan Encampment","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control a Swamp or a Mountain.\n{T}: Add {W}.\n{2}{W}, {T}: Whenever you attack this turn, create two 1/1 red Warrior creature tokens that are tapped and attacking. Sacrifice them at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"YouAttack","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"Token","name":"Warrior","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Warrior"],"colors":["Red"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}{W}, {T}: Whenever you attack this turn, create two 1/1 red Warrior creature tokens that are tapped and attacking. Sacrifice them at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control a Swamp or a Mountain.","condition":{"type":"UnlessControlsSubtype","subtypes":["Swamp","Mountain"]},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"33a90122-7280-4481-9b97-5879194cae40","metadata":{"related_token_ids":["0639a7f1-e1a9-5c70-9d2f-e43e36448115"],"source_printing_ids":["5af006f6-135e-4ea0-8ce4-7824934e87da","98ad5f0c-8775-4e89-8e92-84a6ade93e35"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Activating Dalkovan Encampment’s last ability creates a delayed triggered ability that will trigger each time you declare at least one creature as an attacker during a declare attackers step this turn. (This usually only happens once per turn, but effects like that of All-Out Assault’s last ability might cause it to happen more than once.) This ability will trigger even if Dalkovan Encampment is no longer on the battlefield. It won’t trigger if you don’t declare any creatures as attackers."},{"date":"2025-04-04","text":"You must already control a Swamp or Mountain as Dalkovan Encampment enters for it to enter untapped. If it enters at the same time as a Swamp or Mountain when you control no other Swamps or Mountains, it will enter tapped."}],"rarities":["rare"]},"damn":{"name":"Damn","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature. A creature destroyed this way can't be regenerated.\nOverload {2}{W}{W} (You may cast this spell for its overload cost. If you do, change \"target\" in its text to \"each.\")","non_ability_text":null,"flavor_name":null,"keywords":[{"Overload":{"type":"Cost","shards":["White","White"],"generic":2}}],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature. A creature destroyed this way can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","White"],"scryfall_oracle_id":"b01d61cc-9844-4191-86a0-f2db6d42d6e5","metadata":{"source_printing_ids":["1b25c224-4531-4fdc-9845-6663eaf60540","23b95b26-0bbf-4fa1-80c1-f621f1a1b947","2624fbf2-3a81-40f7-b3a0-9483cd4bf782","402060d4-10d6-4cee-aa8b-cd083bf5df43","483b64f7-bec5-4800-bdd4-6b303c5ec20e","84056124-1a6f-4274-bee2-74cf0debddb5","efeae088-9ac5-4d2f-a15c-d8675a471ac5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA2","DRC","DSC","LCC","MH2","PMH2","PRM","SLD"],"rulings":[{"date":"2024-01-12","text":"Because a spell with overload doesn't target when its overload cost is paid, it may affect permanents with hexproof or with protection from the appropriate color."},{"date":"2024-01-12","text":"If you are instructed to cast a spell with overload \"without paying its mana cost,\" you can't choose to pay its overload cost instead."},{"date":"2024-01-12","text":"If you don't pay the overload cost of a spell with overload, that spell will have a single target. If you pay the overload cost, the spell won't have any targets."},{"date":"2024-01-12","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an overload cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare","mythic"]},"damping matrix":{"name":"Damping Matrix","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Activated abilities of artifacts and creatures can't be activated unless they're mana abilities.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: Activated abilities of artifacts and creatures can't be activated unless they're mana abilities."},"cost":null,"sub_ability":null,"duration":null,"description":"Activated abilities of artifacts and creatures can't be activated unless they're mana abilities.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"10403a8c-2534-421e-8809-5fc019623452","metadata":{"source_printing_ids":["d7c89492-ef45-460e-9c78-83c8c8c80fe2","e2214e75-e469-41ae-8412-df725c097d08"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MM3","MRD"],"rulings":[{"date":"2017-03-14","text":"A mana ability is an ability that produces mana, not an ability that costs mana."},{"date":"2017-03-14","text":"Activated abilities contain a colon. They’re generally written “[Cost]: [Effect].” Some keyword abilities, such as equip, are activated abilities and will have colons in their reminder text."},{"date":"2017-03-14","text":"Damping Matrix’s ability affects only artifacts and creatures on the battlefield. Activated abilities that work in other zones (such as bloodrush or unearth) can still be activated. Triggered abilities (starting with “when,” “whenever,” or “at”) are unaffected."}],"rarities":["rare"]},"dandân":{"name":"Dandân","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fish"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't attack unless defending player controls an Island.\nWhen you control no Islands, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you control no Islands, sacrifice ~.","constraint":null,"condition":{"type":"ControlsNone","filter":{"type":"Typed","type_filters":[{"Subtype":"Island"}],"controller":"You","properties":[]}},"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Not","condition":{"type":"DefendingPlayerControls","filter":{"type":"Typed","type_filters":[{"Subtype":"Island"}],"controller":null,"properties":[]}}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack unless defending player controls an Island."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"88929373-b2c8-4a81-a809-fed87fd5b0d7","metadata":{"source_printing_ids":["1a056620-f9a3-4643-bf4a-1b7cfe2fcb63","414d3cae-b8cf-4d53-bd6b-1aa83a828ba9","7715d930-6d75-4b28-9e83-ebd0a1d792b8","9ac60e8c-ef5b-4893-b3e5-4a54cb0a0d3a","a2104c94-4d28-42a8-a620-0cb3aa83eff1","ac2e32d0-f172-4934-9d73-1bc2ab86586e","b70aee2e-8632-4282-8ff8-bcab8ae0480d","bfc43585-55ac-4d58-9e80-b19a7c8c8662"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","ARN","BCHR","CHR","RIN","SLD","TSB"],"rarities":["common","rare","special"]},"dark confidant":{"name":"Dark Confidant","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, reveal the top card of your library and put that card into your hand. You lose life equal to its mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Anaphoric"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, reveal the top card of your library and put that card into your hand. You lose life equal to its mana value.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2068185c-1b50-47d0-aa3f-bf505d199428","metadata":{"source_printing_ids":["05cf51d8-9f91-42ff-99e9-4397f2251c20","2520ab23-a068-4462-b261-2754409b4108","378df0f4-5043-461f-8705-9a2c0c3acd43","4c008ad2-ad33-46ee-a3f1-af85368c8734","537ba5f0-2931-46e6-bb32-d947a3588d20","62895ba2-49d9-4c6e-8545-687cc6c8ef0a","6c821158-f71a-48f9-b6b4-b0e605f22bec","888597ce-c780-461b-a619-32c14636fc76","94f7a441-bf2d-46fb-a7b6-9bd6137f86d9","b0d88239-43dc-46b8-8d46-626e2f8f1070","c74e9388-460d-4dbf-934e-f3ecb48af6e8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","FIN","G11","J25","MM2","MMA","PFIN","PRM","RAV","RVR","SCH"],"rulings":[{"date":"2020-08-07","text":"If a card in a player's library has {X} in its mana cost, X is considered to be 0."},{"date":"2025-06-06","text":"If a card in a player's library has {X} in its mana cost, X is 0 for the purpose of determining its mana value."}],"rarities":["rare","mythic"]},"dark depths":{"name":"Dark Depths","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary","Snow"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Dark Depths enters with ten ice counters on it.\n{3}: Remove an ice counter from Dark Depths.\nWhen Dark Depths has no ice counters on it, sacrifice it. If you do, create Marit Lage, a legendary 20/20 black Avatar creature token with flying and indestructible.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"RemoveCounter","counter_type":"ice","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}: Remove an ice counter from ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Marit Lage","power":{"type":"Fixed","value":20},"toughness":{"type":"Fixed","value":20},"types":["Creature","Avatar"],"colors":["Black"],"keywords":["Flying","Indestructible"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"supertypes":["Legendary"]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ has no ice counters on it, sacrifice it. If you do, create Marit Lage, a legendary 20/20 black Avatar creature token with flying and indestructible.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"ice"},"minimum":0,"maximum":0},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"ice","count":{"type":"Fixed","value":10},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with ten ice counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"c9b82110-7dfd-4617-9399-9510be449043","metadata":{"related_token_ids":["417106fb-eca9-5ef6-86fc-861cf8bea2c6","57e13c62-2f78-54ae-a51e-4c5ff0c7c63d","7499c3c7-8227-53a6-828e-788bcde1fa47","98aa3953-ada2-5f4e-8a00-eb7f6b82e9a4","99cd5dce-a251-5697-94e6-0360d92d8ab7","e2eaae22-fda0-5aa8-99a9-70df43af1258","f7f8466b-ba9f-54c9-afe2-d054c9d7b03b","ffabd0a6-5006-5c9a-8718-531071d99107"],"source_printing_ids":["00cb17a0-5a13-4d02-b7fb-f99531bc8ca5","09c224c7-418d-4b64-9d56-a87e4ff631ab","13a4a3e6-77d4-453e-9978-68352fcf8d29","3a8b11ad-d077-40b6-988c-0462e118fe3d","3e6ebe92-1ea2-4bfa-8464-851b808fef0b","92409c3a-fb1a-4205-9fe1-0f5affc7b21d","9731e38f-ae94-400d-ac30-5f0a7d6abb88","bbde4755-7fd0-42b3-a0fd-80a7d6edd950","e00d16f9-ea27-4aa3-a134-4e04f934d020","e8fa97f8-2f52-426a-84f3-a7b85fda1344","ea979ce3-5ac3-4ca1-a28c-aa6071c32616","f78398af-06b7-41f8-8aaa-81800f490121"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"banned","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","CSP","DMR","M3C","PLST","PUMA","SLD","TLE","UMA","V16"],"rulings":[{"date":"2022-12-08","text":"Dark Depths doesn't have a mana ability. It doesn't tap for colorless mana."},{"date":"2022-12-08","text":"If Dark Depths leaves the battlefield before its triggered ability resolves, you won't be able to sacrifice it, so you won't create Marit Lage."},{"date":"2022-12-08","text":"The last ability of Dark Depths is a state trigger. It won't trigger again while the ability is on the stack, but if the ability is countered and Dark Depths is still on the battlefield with no ice counters on it, it will trigger again immediately."}],"rarities":["rare","mythic"]},"dark leo & shredder":{"name":"Dark Leo & Shredder","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Ninja","Turtle","Human"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Sneak {W}{B}\nAttacking Ninjas you control have deathtouch.\nWhenever Dark Leo & Shredder deal combat damage to a player, create a 1/1 black Ninja creature token. Then if you control five or more Ninjas, that player loses half their life, rounded up.","non_ability_text":null,"flavor_name":null,"keywords":[{"Sneak":{"type":"Cost","shards":["White","Black"],"generic":0}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Ninja","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Ninja"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"ScopedPlayer"}}},"divisor":2,"rounding":"Up"},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Ninja"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deal combat damage to a player, create a 1/1 black Ninja creature token. Then if you control five or more Ninjas, that player loses half their life, rounded up.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Ninja"}],"controller":"You","properties":[{"type":"Attacking"}]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking Ninjas you control have deathtouch."}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"c3ea6af5-48b9-45d2-9576-46cacb2db5b0","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["c54d9de8-d09a-51f5-b98e-9a0853bcd8a9"],"source_printing_ids":["453f1766-c369-423a-8ce6-f6c25753125a","8cca5d97-c754-4d8a-8f59-b59a712a8fd0","b8988f95-1c0b-4886-ad3f-b9d38edb672d","bab93474-2f98-49a1-874f-b794bf81bd0c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"Although a creature put onto the battlefield this way is attacking, it was never declared as an attacking creature. Abilities that trigger whenever a creature attacks won't trigger when that creature enters attacking."},{"date":"2026-01-27","text":"If a creature spell's sneak cost was paid, the creature it becomes enters tapped and attacking the same player, planeswalker, or battle as the creature that was returned to its owner's hand to pay its sneak cost. This is a rule specific to sneak; in other cases, when a creature is put onto the battlefield attacking, that creature's controller chooses which player, planeswalker, or battle it's attacking."},{"date":"2026-01-27","text":"Spells can only be cast for their sneak costs any time you could play an instant during the declare blockers step on your turn (after your opponent has decided whether to block)."}],"rarities":["mythic"]},"dark ritual":{"name":"Dark Ritual","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Add {B}{B}{B}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black","Black","Black"]}},"cost":null,"sub_ability":null,"duration":null,"description":"Add {B}{B}{B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"53f7c868-b03e-4fc2-8dcf-a75bbfa3272b","metadata":{"source_printing_ids":["0690f724-eb95-416b-b064-f1239e2a30e8","11e12a84-e7be-4afc-a230-c2e644743fa8","14d3df0a-ccc4-4849-a95b-d6ed91cb05f1","14f7a682-907e-4ff9-8765-44e7c26a6492","16905bf2-7afe-468c-8ffd-d186a1f8819f","1b5fc7ce-0618-4145-b8aa-bc871e4afa99","20fec71b-a9e8-4b2d-b480-6a977e29a5a6","2bbcbe12-b615-47e6-8b6b-c59f92f16c3d","342a13a5-a80b-426c-9e33-c88c47a4b2fd","3477f601-5374-4316-a74e-b5e198af482b","387b1238-7158-4d67-b98b-a3e224a9ed2b","3f0e9d0d-e1a3-4e0a-bf39-e9aaf4d36d67","43c636bd-9071-4212-8e2e-5d6c6f39f3d1","464127e8-9d82-44a3-95a3-6e7535e6fa2f","48cb9467-657e-453f-afc8-1bf7121570ad","493a5ca7-5f90-4af4-b6db-43ae09a2f2c9","4ebcd681-1871-4914-bcd7-6bd95829f6e0","5475b9b2-fafc-4387-8760-d906b3f6ab31","5f363f93-be79-46c6-9dee-987d31da157a","6739a5bb-5ed7-4f15-affb-4170239d997a","6e169f68-d336-429d-bdd0-f034a53391a3","6fc57076-cac4-4f5e-956b-e3d77bd258b2","7cc0cfe1-7f13-4b1b-9a37-33ef457d3c62","7ecf65b4-11f7-4a18-833e-0f017ea98f94","8b1f1d56-6771-4e53-912e-a81620df505e","95f27eeb-6f14-4db3-adb9-9be5ed76b34b","a5dc69ff-b3d4-420e-858c-4880d852c415","a6aacc3e-fe37-4a08-83e6-7ee8c0c0af74","b734cb11-2024-411f-9885-dafda14bb431","bf4708e8-2149-4990-987c-2ea55fc6c508","c4d24ff3-315d-44cd-8c27-d8ad6972e027","c72d2bb0-471a-4b4d-9ae3-9de4699c9ef3","c825f254-6f22-4610-85be-4d04275e6601","d0a9d3c2-2fa6-41d5-bec8-86c1714ebc1d","ebb6664d-23ca-456e-9916-afcd6f26aa7f","ed01a644-f25c-44ee-aa42-688203032798","eed6c473-bf79-46d0-adf1-a357ca98a9d6","ef9d3e48-85c2-4347-810f-a6a0725b288d","f556b9b8-6811-4328-9297-f1e7876c2d7d","f688acae-aba5-48fb-b69f-6f93549b4149","fae25afd-0d16-431c-a85e-7ac91cef9050","fc10a108-dd8f-4dd5-9189-27a009bad1e3","fdb2f93b-3278-4b42-9fde-163b735da738"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","oathbreaker":"banned","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","40K","4BB","4ED","5ED","A25","BRB","BTD","CED","CEI","CST","DDC","DDE","DKM","DVD","FBB","FCA","G09","HOP","ICE","ITP","J21","LEA","LEB","MB2","ME4","MIR","MMQ","MP2","MSC","PLST","PMEI","PRM","PTC","RQS","SLD","SLP","STA","SUM","TMC","TMP","TPR","USG","V13","VMA","WC01","WC99"],"rarities":["common","uncommon","rare","mythic","special"]},"darksteel colossus":{"name":"Darksteel Colossus","mana_cost":{"type":"Cost","shards":[],"generic":11},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":11},"toughness":{"type":"Fixed","value":11},"loyalty":null,"defense":null,"oracle_text":"Trample (This creature can deal excess combat damage to the player or planeswalker it's attacking.)\nIndestructible (Damage and effects that say \"destroy\" don't destroy this creature.)\nIf Darksteel Colossus would be put into a graveyard from anywhere, reveal Darksteel Colossus and shuffle it into its owner's library instead.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible","Trample"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Reveal","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Owner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If ~ would be put into a graveyard from anywhere, reveal ~ and shuffle it into its owner's library instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"scryfall_oracle_id":"1b09d0cf-403c-4a15-aeee-602a1bdaf0c1","metadata":{"source_printing_ids":["44012fb2-9dbc-408a-b84b-1302b442f699","5a3aa1ce-8757-4541-8ac7-1e7e203b60fc","70197723-c61b-4600-b61d-41380c8f3067","8b5341ab-85a6-44b2-b738-1110e699c02b","cbc27b24-f085-48b0-8757-cd11fbf25b91"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DST","FDN","M10","PW24","SLD"],"rulings":[{"date":"2013-07-01","text":"Lethal damage, damage from a source with deathtouch, and effects that say \"destroy\" won't cause a creature with indestructible to be put into the graveyard. However, a creature with indestructible can be put into the graveyard for a number of reasons. The most likely reasons are if it's sacrificed or if its toughness is 0 or less. (In these cases, of course, Darksteel Colossus would be shuffled into its owner's library instead of being put into its owner's graveyard.)"}],"rarities":["rare","mythic"]},"darksteel ingot":{"name":"Darksteel Ingot","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Indestructible (Effects that say \"destroy\" don't destroy this artifact.)\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"a2529491-7389-4cfa-92d2-145eda779603","metadata":{"source_printing_ids":["1fa9117c-9c77-41f0-a290-4954bbf1cc0b","290a80b6-2e9e-495f-81b6-845ee80fb9c2","325c5025-2f18-4085-b25a-52562be8cdae","5dddc050-56ed-43b4-a34d-fea76f3e8a55","5fb4c2b7-8714-496e-a981-844e8e5b81ea","6dab1b10-dbcb-4662-aa63-f394613c1c57","80eb888b-5a1a-4ef7-be49-1059023f2cc3","8dba9786-a504-49d0-9558-b70bf05bb694","9285e6d5-39cc-4750-96cc-98830d11ed10","afc439e0-59a8-4eb3-ac54-ab908c4ec50b","b02b9634-77e9-48ae-a6bf-859598d12c52","f279fcf1-e4f5-4873-9d73-8d62e0343b81"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C13","C15","C16","C17","CM2","CMA","CMD","CMM","DST","M14","OTC","PAL04","PIO","PLST","PRM","SLD"],"rarities":["common","uncommon","rare"]},"darksteel mutation":{"name":"Darksteel Mutation","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature is an Insect artifact creature with base power and toughness 0/1 and has indestructible, and it loses all other abilities, card types, and creature types.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"SetCardTypes","core_types":["Artifact","Creature"]},{"type":"SetPower","value":0},{"type":"SetToughness","value":1},{"type":"RemoveAllAbilities"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddKeyword","keyword":"Indestructible"},{"type":"AddSubtype","subtype":"Insect"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature is an Insect artifact creature with base power and toughness 0/1 and has indestructible, and it loses all other abilities, card types, and creature types."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"05a4f8ff-49da-42af-add5-6248c4b0644b","metadata":{"source_printing_ids":["08605ffa-de04-4831-a078-5b3d65c2526f","0ca32f80-ccff-475e-8e5e-a754fe60bb4e","6e776a1e-266d-4b30-83da-be4721a55ed2","7f11af1f-6402-47a9-a515-06aad9c497fd","9a067555-570a-4ffd-a98d-b7137f3d8538","afa4c889-0577-4173-9f85-42a7bf675aaf","ba7d679c-4105-4196-9444-fd2f42f59272","e47a6750-4fdd-44e2-86ae-5bc4d414bf42"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","C21","CMA","CMM","PLST","SLD","SOC","VOC"],"rulings":[{"date":"2013-10-17","text":"Darksteel Mutation causes the enchanted creature to lose all abilities except indestructible at the time it becomes enchanted. Any abilities the creature gains after that point will work normally."},{"date":"2013-10-17","text":"Darksteel Mutation doesn't affect the enchanted creature's colors, if any. It will continue to be whatever color or colors it was before Darksteel Mutation entered the battlefield."},{"date":"2013-10-17","text":"Darksteel Mutation overwrites any previous effects that set the enchanted creature's power or toughness to a specific value. Any such effects that start to apply after Darksteel Mutation entered the battlefield will work normally."},{"date":"2013-10-17","text":"Darksteel Mutation overwrites the printed power and toughness of the enchanted creature, as well as any characteristic-defining abilities that define power and/or toughness."},{"date":"2013-10-17","text":"However, Darksteel Mutation does not overwrite effects that change the enchanted creature's power or toughness without setting it to a specific value (such as the ones created by Giant Growth or Glorious Anthem). It also won't overwrite the effect of counters."},{"date":"2013-10-17","text":"In some rare cases, the creature may have subtypes other than creature types before becoming enchanted with Darksteel Mutation. If it had any other artifact subtypes (such as Equipment), it will retain those. If it had any subtypes other than artifact types and creature types (such as Shrine), it won't retain those."},{"date":"2013-10-17","text":"The creature will keep any supertypes it previously had. Notably, if Darksteel Mutation is enchanting a legendary creature, that creature will continue to be legendary. Also, if it's enchanting a commander, that creature will continue to be a commander."},{"date":"2013-10-17","text":"The enchanted creature will be only an artifact and a creature, not any other card types. It will be only an Insect, not any other creature types."}],"rarities":["uncommon"]},"darksteel plate":{"name":"Darksteel Plate","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Indestructible\nEquipped creature has indestructible.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has indestructible."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"b5b4cf54-ed5e-42d0-9d98-5fec76b0b0b8","metadata":{"source_printing_ids":["3f99fb1e-99a6-4c83-98eb-7bff23996a7f","49277723-84df-4842-a8e5-cdf1c1aa8161","6251c38d-ad22-4372-b086-5df52cdb153e","7718b0ef-9df6-4983-b902-8d9580fc9370","876fb8d6-1ac5-4b3d-a300-2a954000b1cb","ba60731f-ed96-4eba-b2de-94965745f35a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AA1","DDU","FIC","MBS","SLD"],"rarities":["rare"]},"darksteel reactor":{"name":"Darksteel Reactor","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Indestructible (Effects that say \"destroy\" don't destroy this artifact.)\nAt the beginning of your upkeep, you may put a charge counter on this artifact.\nWhen this artifact has twenty or more charge counters on it, you win the game.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may put a charge counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ has twenty or more charge counters on it, you win the game.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":20},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"bc483bab-14fb-498d-9310-9c070766c7ae","metadata":{"source_printing_ids":["1b2f1e30-7b30-4853-aeac-3b0933d4ac5e","a07dd78e-8348-41ad-b6dd-f8a709e051fe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["DST","EOC","HA1"],"rarities":["rare"]},"dash hopes":{"name":"Dash Hopes","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, any player may pay 5 life. If a player does, counter Dash Hopes.\nCounter target spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":5}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, any player may pay 5 life. If a player does, counter ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6a4ace6b-ef3a-4d11-89d7-958f98dcc445","metadata":{"source_printing_ids":["814bcfc0-7539-4ed9-8b51-27e6a3ab9d9a","bdcedbd8-fa14-4a99-8dbb-ea797172f021"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["PLC","PLST"],"rulings":[{"date":"2007-02-01","text":"As the triggered ability resolves, the active player gets the option to perform the action. If that player declines, the next player in turn order gets the option. As soon as any player performs the action, the spell is countered, but the remaining players still get the option. If all players decline, the spell remains on the stack."},{"date":"2007-02-01","text":"When this spell is cast, its “when you cast” ability triggers and goes on the stack on top of it."},{"date":"2013-07-01","text":"A player can’t choose to pay 5 life unless they actually have 5 or more life to pay."}],"rarities":["common"]},"dawn of hope":{"name":"Dawn of Hope","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, you may pay {2}. If you do, draw a card.\n{3}{W}: Create a 1/1 white Soldier creature token with lifelink.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":["Lifelink"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{W}: Create a 1/1 white Soldier creature token with lifelink.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, you may pay {2}. If you do, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d7a38484-2acc-49a6-b32d-d54dddb14d31","metadata":{"related_token_ids":["3bdb268c-8791-54bc-8904-6d3245934224","4f83983f-76b0-57e8-8231-0e19f4bd4362","5c38d6e3-0e9d-56ac-95a0-5c0e180c2fd2","7b7781e6-b461-5e77-b90c-ac8bdce26017"],"source_printing_ids":["08033756-5fee-49c1-a968-9ed3e70cd571","6f66cf2f-191d-4cbf-a340-a516973a7751","a02540fc-42ee-4f61-99c8-efdd1a70373c","cf2a9e82-8670-4b7f-b5f0-8e10f8aeff1c","de36ecaa-62e0-4f1c-b07f-837a786dc897","f88e1bb5-dd3a-46e9-a52d-ec42002c4a05"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GRN","J22","LTC","PGRN","PLST","SCD","WOT"],"rulings":[{"date":"2018-10-05","text":"Dawn of Hope's first ability triggers just once for each life-gaining event, whether it's 1 life from Vicious Rumors or 3 life from Creeping Chill."},{"date":"2018-10-05","text":"If you gain an amount of life \"for each\" of something, that life is gained as one event and Dawn of Hope's first ability triggers only once."},{"date":"2018-10-05","text":"In a Two-Headed Giant game, life gained by your teammate won't cause the ability to trigger, even though it caused your team's life total to increase."},{"date":"2018-10-05","text":"You can't pay {2} multiple times to draw more than one card each time you resolve Dawn of Hope's triggered ability."},{"date":"2023-09-01","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Dawn of Hope's ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."}],"rarities":["rare"]},"dawnsire, sunstar dreadnought":{"name":"Dawnsire, Sunstar Dreadnought","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":20},"toughness":{"type":"Fixed","value":20},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 20+.)\n10+ | Whenever you attack, Dawnsire deals 100 damage to up to one target creature or planeswalker.\n20+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":100},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, ~ deals 100 damage to up to one target creature or planeswalker.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":10},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":20},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"20+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":20},{"type":"SetToughness","value":20}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":20},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 20+"}],"replacements":[],"color_override":null,"scryfall_oracle_id":"afc9436b-8cad-4916-929d-ff33a37b42d5","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6133355c-3dcf-466a-b771-fe6c44d4fa4d","8a242c45-07a7-48bf-8cd0-159fd9f5ecbc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["mythic"]},"day of black sun":{"name":"Day of Black Sun","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature with mana value X or less loses all abilities until end of turn. Destroy those creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]},"modifications":[{"type":"RemoveAllAbilities"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose all abilities"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TrackedSet","id":0},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Each creature with mana value X or less loses all abilities until end of turn. Destroy those creatures.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"dc857129-533c-41d1-8e8b-1c0443030d69","metadata":{"source_printing_ids":["d0e24797-3e45-4c2b-b4b0-1ef44d42eaee","f42f6bd4-dc1d-4b5f-9489-2cb109a68904"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSPL","PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"If a creature with an ability that triggers when that creature dies or leaves the battlefield loses that ability and is then destroyed, that ability will not trigger. Those types of triggers need to exist on the battlefield in order to work. Any abilities that trigger when a creature card is \"put into the graveyard from anywhere\" would still trigger, because those abilities function from the graveyard, where the card is a new object that still has the ability."}],"rarities":["rare"]},"day of the dragons":{"name":"Day of the Dragons","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile all creatures you control. Then create that many 5/5 red Dragon creature tokens with flying.\nWhen this enchantment leaves the battlefield, sacrifice all Dragons you control. Then return the exiled cards to the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Dragon","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"types":["Creature","Dragon"],"colors":["Red"],"keywords":["Flying"],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile all creatures you control. Then create that many 5/5 red Dragon creature tokens with flying.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, sacrifice all Dragons you control. Then return the exiled cards to the battlefield under your control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c4df259a-cdd4-420a-8e3d-7b69da5c9f6f","metadata":{"related_token_ids":["4588ccb3-283b-51b2-9840-7d08f985f47f","75f1aaaf-4e2a-5338-91b8-21c4ac47076b","a9e60e92-54e8-55c2-bdf2-a8bb21cff404","ff07ac7d-b9fe-5fa5-8402-45ce70e5a9e3"],"source_printing_ids":["33aac116-e138-404d-a3c3-95a8b5d9d22f","366a934c-eb01-48c6-8393-c2fe0708ff91","76e4dd1d-b0bd-4fcf-b5c5-fe203af2fe8e","91d702a9-efdc-4e88-afe1-451f3a5b3ebb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["C15","IMA","KHC","SCG"],"rulings":[{"date":"2017-11-17","text":"All of the nontoken creatures you exiled return to the battlefield when Day of the Dragons leaves the battlefield, even if some or all of the Dragon tokens had already left the battlefield."},{"date":"2017-11-17","text":"Auras attached to the exiled creatures will be put into their owners’ graveyards. Equipment attached to the exiled creatures will become unattached and remain on the battlefield. Any counters on the exiled creatures will cease to exist."},{"date":"2017-11-17","text":"If Day of the Dragons leaves the battlefield before its first ability has resolved, its second ability will trigger and you’ll sacrifice any Dragons you already control. Then its first ability will resolve and exile your creatures forever, leaving you with that many Dragon tokens."},{"date":"2017-11-17","text":"Token creatures will count to determine how many Dragon tokens you create, but they won’t be returned to the battlefield when Day of the Dragons leaves the battlefield."}],"rarities":["rare"]},"day of the moon":{"name":"Day of the Moon","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI, II, III — Choose a creature card name, then goad all creatures with a name chosen for this enchantment. (Until your next turn, they attack each combat if able and attack a player other than you if able.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GoadAll","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"HasChosenName"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GoadAll","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"HasChosenName"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GoadAll","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"HasChosenName"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7ec3aaa4-8b6a-4046-b599-654f9844ca6c","metadata":{"source_printing_ids":["27e0b79b-874b-4ae2-b60e-ee6cb6753e6d","adc53534-f362-4871-a594-9855a4923cd0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rarities":["rare"]},"daybreak ranger":{"name":"Daybreak Ranger","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Archer","Ranger","Werewolf"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{T}: This creature deals 2 damage to target creature with flying.\nAt the beginning of each upkeep, if no spells were cast last turn, transform this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals 2 damage to target creature with flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each upkeep, if no spells were cast last turn, transform ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastLastTurn"}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"280624aa-5f9a-48fd-85ea-815c96c747b3","metadata":{"source_printing_ids":["25b54a1d-e201-453b-9173-b04e06ee6fb7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["ISD"],"rulings":[{"date":"2016-07-13","text":"For more information on double-faced cards, see the Shadows over Innistrad mechanics article (http://magic.wizards.com/en/articles/archive/feature/shadows-over-innistrad-mechanics)."}],"rarities":["rare"]},"dazzling beauty":{"name":"Dazzling Beauty","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cast this spell only during the declare blockers step.\nTarget unblocked attacking creature becomes blocked. (This spell works on creatures that can't be blocked.)\nDraw a card at the beginning of the next turn's upkeep.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"BecomeBlocked","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Unblocked"},{"type":"Attacking"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"Upkeep"},"effect":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target unblocked attacking creature becomes blocked.\nDraw a card at the beginning of the next turn's upkeep.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"de96ef93-a2e0-409d-9d25-fcb2405039b5","casting_restrictions":[{"type":"DeclareBlockersStep"}],"metadata":{"source_printing_ids":["ad0ece98-5506-4a18-b900-8d1a6cd87385"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"Is not very useful against Trample creatures since Trample damage comes through as if a zero toughness creature blocked the Trampler."},{"date":"2004-10-04","text":"Works on creatures that can’t be blocked and on creatures that have special blocking requirements."}],"rarities":["common"]},"dead":{"name":"Dead","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Dead deals 2 damage to target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"86790a10-c564-44b7-a177-1e66ab9afe77","metadata":{"source_printing_ids":["27fe8b3b-5a1f-46c3-ac13-18098cdbde38","45b090c7-f1ba-4656-8b51-915fc1876922","96fd8d8e-8f2a-4240-bcb7-18f73fd47bd5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"layout":"split","printings":["PLC","PLST","TSR"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["common"]},"dead before sunrise":{"name":"Dead Before Sunrise","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until end of turn, outlaw creatures you control get +1/+0 and gain \"{T}: This creature deals damage equal to its power to target creature.\" (Assassins, Mercenaries, Pirates, Rogues, and Warlocks are outlaws.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Assassin"},{"Subtype":"Mercenary"},{"Subtype":"Pirate"},{"Subtype":"Rogue"},{"Subtype":"Warlock"}]},"Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals damage equal to its power to target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+0 and gain \"{T}: ~ deals damage equal to its power to target creature.\""}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, outlaw creatures you control get +1/+0 and gain \"{T}: ~ deals damage equal to its power to target creature.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"949a02ad-7530-4b2b-a1e3-0c70324e23d6","metadata":{"source_printing_ids":["5e80936a-e2b2-4bc7-ba8d-7aecd822a6eb","f2206ff3-f02b-4598-b14b-9db0428f5aeb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["OTC"],"rulings":[{"date":"2024-04-12","text":"A card, spell, or permanent is an outlaw if it has the Assassin, Mercenary, Pirate, Rogue, or Warlock creature type. It doesn’t matter if it has more than one of those creature types; as long as it has at least one, it’s an outlaw."},{"date":"2024-04-12","text":"If a creature leaves the battlefield while the ability granted to it by Dead Before Sunrise is still on the stack, use that creature’s power as it last existed on the battlefield to determine how much damage to deal."},{"date":"2024-04-12","text":"If an ability refers to an outlaw or whether a player controls an outlaw, it’s referring only to permanents with one or more of the creature types specified above. Notably, it’s not referring to any spell or card not on the battlefield. However, other abilities may refer to an “outlaw spell” or “outlaw card” in a zone other than the battlefield. Those abilities refer to spells and cards with one or more of the specified creature types."},{"date":"2024-04-12","text":"Outlaw is not a creature type. If an effect asks you to choose a creature type, you can’t choose outlaw."}],"rarities":["rare"]},"deadeye navigator":{"name":"Deadeye Navigator","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Soulbond (You may pair this creature with another unpaired creature when either enters. They remain paired for as long as you control both of them.)\nAs long as Deadeye Navigator is paired with another creature, each of those creatures has \"{1}{U}: Exile this creature, then return it to the battlefield under your control.\"","non_ability_text":null,"flavor_name":null,"keywords":["Soulbond"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PairWith","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.95a: When this creature enters, you may pair it with another unpaired creature you control.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}},{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}}]},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PairWith","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"Unpaired"}]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.95a: Whenever another unpaired creature you control enters, you may pair it with this creature.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}},{"type":"ZoneChangeObjectMatchesFilter","destination":"Battlefield","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}}]},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"SourceIsPaired"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is paired with another creature, each of those creatures has \"{1}{U}: Exile ~, then return it to the battlefield under your control.\""}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ebef6d84-b724-4a84-bcde-8eb6dc06717d","metadata":{"source_printing_ids":["21ebcdf1-20a3-4e6b-aa16-672333e4f969","4dbd3c6d-bae8-435f-927e-810c1723edae","4f0791b5-fdb4-4378-8fd3-7e7367ffc05c","f26a79b9-9f09-476e-b914-cade929dd852","fa94262b-f740-48fb-a937-75776864c9ee"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AVR","INR","MM3","SLD"],"rulings":[{"date":"2017-03-14","text":"If you activate the ability granted by Deadeye Navigator, the creature will be exiled, the pair will immediately be broken, and then the card will be returned to the battlefield. Deadeye Navigator’s soulbond ability triggers when that card enters the battlefield and the pair can then be reunited."},{"date":"2017-03-14","text":"Once Deadeye Navigator or the creature it’s paired with is exiled, the other creature will no longer have the activated ability. However, you can activate the ability of one creature in response to activating the ability of the other creature."}],"rarities":["rare"]},"deadly brew":{"name":"Deadly Brew","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player sacrifices a creature or planeswalker of their choice. If you sacrificed a permanent this way, you may return another permanent card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"CostPaidObjectMatchesFilter","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Each player sacrifices a creature or planeswalker of their choice. If you sacrificed a permanent this way, you may return another permanent card from your graveyard to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"b831d3f8-07ce-4172-ba29-213cac414c9a","metadata":{"source_printing_ids":["3e5493c3-0be2-467c-82f0-3ee1ca909d0c","4cd4d5a4-4342-49fb-b1e4-7d08e6cf5376","87d33e48-90fc-4aac-b09a-68050bc053b5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","SOC","STX"],"rulings":[{"date":"2021-04-16","text":"First the active player chooses which creature or planeswalker they'll sacrifice, then each other player in turn order does the same, knowing choices made before their choice. Then all those permanents are sacrificed simultaneously."},{"date":"2021-04-16","text":"If you cast Deadly Brew and control any creatures or planeswalkers as it resolves, you must sacrifice one of them."},{"date":"2021-04-16","text":"You cannot return the same permanent card that you sacrificed."},{"date":"2021-04-16","text":"You choose which permanent card you're returning to your hand, if any, as Deadly Brew resolves, after permanents are sacrificed."}],"rarities":["uncommon"]},"deadly cover-up":{"name":"Deadly Cover-Up","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may collect evidence 6.\nDestroy all creatures. If evidence was collected, exile a card from an opponent's graveyard. Then search its owner's graveyard, hand, and library for any number of cards with that name and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","source_zones":["Graveyard","Hand","Library"],"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"SameNameAsParentTarget"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2147483647}},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"ParentTargetOwner","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ExiledFromHandThisResolution"}},"target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy all creatures. If evidence was collected, exile a card from an opponent's graveyard. Then search its owner's graveyard, hand, and library for any number of cards with that name and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"04e2afbe-0c08-42bc-93e6-662066a958bf","additional_cost":{"type":"Optional","data":{"cost":{"type":"CollectEvidence","amount":6}}},"metadata":{"source_printing_ids":["01f667e6-c27d-4055-8ddb-ea6cbcde6e4e","3876aa0f-b199-43f5-8a91-c2d620b8ef84"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."},{"date":"2024-02-02","text":"Unlike many other effects of this kind, Deadly Cover-Up allows its controller to exile a basic land."}],"rarities":["rare"]},"deadly rollick":{"name":"Deadly Rollick","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you control a commander, you may cast this spell without paying its mana cost.\nExile target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Exile target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0456ec64-2c81-4763-a352-8ff64a4c3d6b","casting_options":[{"kind":"CastWithoutManaCost","condition":{"type":"YouControlSubtypeCountAtLeast","subtype":"commander","count":1}}],"metadata":{"source_printing_ids":["0e13f735-54fa-42b6-aea4-ced33811d7d4","33ace025-c949-482d-bb6a-b3ad13bc981c","43fc8546-60a7-470b-942a-189850eea15f","701335fe-657c-408e-9030-85c9d6f4a666","a30c266d-579e-4757-a4d6-6722fa343a6c","c61fa2c0-63c0-4dc2-9f17-5a00530e3348"]},"legalities":{"brawl":"banned","commander":"legal","duel":"banned","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C20","CMM","SLD","TLE"],"rulings":[{"date":"2020-04-17","text":"It doesn’t matter whose commander you control. Any one will do. If you have two commanders, you just need to control one of them."},{"date":"2020-04-17","text":"Once you begin casting this spell, players can’t take any other actions until you’re done casting it. Notably, they can’t try to remove the commander you control to make you pay its cost."}],"rarities":["rare"]},"death":{"name":"Death","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target creature card from your graveyard to the battlefield. You lose life equal to its mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Anaphoric"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return target creature card from your graveyard to the battlefield. You lose life equal to its mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"d476f4b3-db63-4756-ab76-4b35f63c2825","metadata":{"source_printing_ids":["2424f2c4-366b-42cf-bf4b-a8a5bfdd2c4b","7ab75cdb-93a1-4f78-b404-37566295c321","e16d52ca-f8de-4852-9bff-9d208e5f678f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["AA2","APC","DDJ","DMR","F06","PRM"],"rarities":["uncommon"]},"death charmer":{"name":"Death Charmer","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Worm","Mercenary"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature deals combat damage to a creature, that creature's controller loses 2 life unless they pay {2}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a creature, that creature's controller loses 2 life unless they pay {2}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"ParentTargetController"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"491606d8-e9c1-4f89-bbef-b7590d310097","metadata":{"source_printing_ids":["e58a303a-9f7a-43e7-bcba-c58b378a53ce"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["PCY"],"rarities":["common"]},"death of a thousand stings":{"name":"Death of a Thousand Stings","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Arcane"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player loses 1 life and you gain 1 life.\nAt the beginning of your upkeep, if you have more cards in hand than each opponent, you may return this card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target player loses 1 life and you gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you have more cards in hand than each opponent, you may return this card from your graveyard to your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Opponent","aggregate":"Max"}}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"25895c28-23c1-439e-858b-5cb31fdc31de","metadata":{"source_printing_ids":["a31ca907-a274-436e-8433-7f11b0303f75"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["SOK"],"rarities":["common"]},"death pits of rath":{"name":"Death Pits of Rath","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature is dealt damage, destroy it. It can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TriggeringSource"},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature is dealt damage, destroy it. It can't be regenerated.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"aead53ef-ffcf-4ae2-ab81-40aa9627adc9","metadata":{"source_printing_ids":["6662873b-2c10-442f-9ab5-6f47a4cdb0ce","72122e8f-97ab-495e-aade-5d736c432873","9b1228d2-f835-4725-91f2-01f865d0fa2e","9c01d707-36b4-44c8-b91a-3b059e69aacb","ad19107e-9b31-40c1-9b5d-22f4727d4d2a","edf40927-5d47-434d-a5a7-d4e5dcb611b2","fb3f1b6e-6177-4e14-a51a-a01a44e357b2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","9ED","TMP","TPR"],"rarities":["rare"]},"death's shadow":{"name":"Death's Shadow","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Avatar"]},"power":{"type":"Fixed","value":13},"toughness":{"type":"Fixed","value":13},"loyalty":null,"defense":null,"oracle_text":"This creature gets -X/-X, where X is your life total.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}}}},{"type":"AddDynamicToughness","value":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets -X/-X, where X is your life total."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e08722b3-0f79-4c82-b298-603e04a37857","metadata":{"source_printing_ids":["15c706a3-d100-489b-a069-b0b152afa994","16e040c3-bf42-4a5b-aeb3-5dc9921151e5","5526ff6e-c079-4ad4-ac8d-5e26ecacf50d","9ddf501c-af11-4e97-81f7-32c9ee384a27","f776cb6c-548f-45a9-b605-b386c5468885"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","HA4","MB2","MM3","SCH","SLD","SLP","WWK"],"rulings":[{"date":"2020-08-07","text":"Death's Shadow's ability applies only while Death's Shadow is on the battlefield. In all other zones, its power and toughness are 13."},{"date":"2020-08-07","text":"If your life total is negative, X is considered to be 0."},{"date":"2020-08-07","text":"In a Two-Headed Giant game, your life total is your team's life total."},{"date":"2020-08-07","text":"The value of X changes as you gain and lose life. It's not locked in as Death's Shadow enters the battlefield."}],"rarities":["rare"]},"deathbonnet hulk":{"name":"Deathbonnet Hulk","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fungus","Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, you may exile a card from a graveyard. If a creature card was exiled this way, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may exile a card from a graveyard. If a creature card was exiled this way, put a +1/+1 counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green"],"color_identity":["Green"],"scryfall_oracle_id":"c92d6f26-5856-42dc-9ee5-21292d78a1fb","metadata":{"source_printing_ids":["9ccabbd8-a776-46e8-9e0e-6f917c123037","a2cda10b-7cd5-4cf5-87bd-c3b8c6aa2b47"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","MID"],"rarities":["uncommon"]},"deathbonnet sprout":{"name":"Deathbonnet Sprout","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fungus"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, mill a card. Then if there are three or more creature cards in your graveyard, transform this creature. (To mill a card, put the top card of your library into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, mill a card. Then if there are three or more creature cards in your graveyard, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"c92d6f26-5856-42dc-9ee5-21292d78a1fb","metadata":{"source_printing_ids":["9ccabbd8-a776-46e8-9e0e-6f917c123037","a2cda10b-7cd5-4cf5-87bd-c3b8c6aa2b47"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","MID"],"rarities":["uncommon"]},"deathknell berserker":{"name":"Deathknell Berserker","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Berserker"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature dies, if its power was 3 or greater, create a 2/2 black Zombie Berserker creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie Berserker","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie","Berserker"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if its power was 3 or greater, create a 2/2 black Zombie Berserker creature token.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4658ae19-d203-4c12-b56e-42cd8f0db91d","metadata":{"related_token_ids":["5ee687f2-f19b-59a0-b6c9-e881606998a7"],"source_printing_ids":["f9f2029f-ffda-4374-9a78-79866ac23fca"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM"],"rarities":["common"]},"debris field crusher":{"name":"Debris Field Crusher","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, it deals 3 damage to any target.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n8+ | Flying\n{1}{R}: This Spacecraft gets +2/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}{R}: ~ gets +2/+0 until end of turn.","target_prompt":null,"activation_restrictions":[{"type":"CounterThreshold","data":{"counters":{"type":"OfType","data":"charge"},"minimum":8}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals 3 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":1},{"type":"SetToughness","value":5}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"db0894e1-2644-48d4-8de4-8cc43e940bc1","metadata":{"source_printing_ids":["ea713f35-6442-4388-8839-2714374fb4b6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"decadent dragon":{"name":"Decadent Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, trample\nWhenever this creature attacks, create a Treasure token.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create a Treasure token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"5df44b8d-b337-49d8-8427-34253f52cb47","metadata":{"related_token_ids":["8fb72ba2-7332-5577-b7bd-d75df4c727c8"],"source_printing_ids":["315cbbf7-a2ad-4565-9877-1e903d7fd797","8a717d27-596d-4341-b592-4f9777f778e5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Questing Druid is a green creature card whose mana value is 2. It can’t be the target of Tenacious Tomeseeker’s triggered ability (“return target instant or sorcery card from your graveyard to your hand”)."},{"date":"2023-09-01","text":"An effect may refer to a card, spell, or permanent that “has an Adventure.” This refers to a card, spell, or permanent that has an adventurer card’s set of alternative characteristics, even if they’re not being used and even if that card was never cast as an Adventure."},{"date":"2023-09-01","text":"Casting a card as an Adventure isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2023-09-01","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner’s graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won’t be exiled and the spell’s controller won’t be able to cast it as a permanent later."},{"date":"2023-09-01","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won’t give you permission to cast it as a permanent spell."},{"date":"2023-09-01","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it’s not possible to cast the copy as a permanent."},{"date":"2023-09-01","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2023-09-01","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won’t find an instant or sorcery spell on the stack that’s been cast as an Adventure."},{"date":"2023-09-01","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it’s a token) or cease to be a copy (if it’s a nontoken permanent), and so you won’t be able to cast it as an Adventure."},{"date":"2023-09-01","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it’s legal to cast that spell. For example, if you control Johann, Apprentice Sorcerer (“Once each turn, you may cast an instant or sorcery spell from the top of your library.”) and Questing Druid is on top of your library, you can cast Seek the Beast, but not Questing Druid."},{"date":"2023-09-01","text":"Only you get to look at the cards exiled with Expensive Taste. Their owner doesn't get to know what they are while they're in exile until you play them."},{"date":"2023-09-01","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2023-09-01","text":"You may play the cards exiled with Expensive Taste even if they are land cards."},{"date":"2023-09-01","text":"You must still follow all normal timing rules to play cards exiled with Expensive Taste."},{"date":"2023-09-01","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you’ll be able to cast it only during your main phase while the stack is empty."}],"rarities":["rare"]},"deceiver exarch":{"name":"Deceiver Exarch","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nWhen this creature enters, choose one —\n• Untap target permanent you control.\n• Tap target permanent an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Untap target permanent you control.","Tap target permanent an opponent controls."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3c939ea6-68b7-4965-b1d3-af1d3dc79778","metadata":{"source_printing_ids":["1f123ad6-fe84-4fed-9c0f-6b41921e9c26","35437d86-6f92-480a-aa0c-c17c3943c00c","5160ab7d-16c7-4e8f-bbec-38424c4b5a89","6c788c44-e846-474a-8d9c-39284e5dae85"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMA","CN2","NPH","PLST","PZ1"],"rarities":["uncommon"]},"deconstruction hammer":{"name":"Deconstruction Hammer","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1 and has \"{3}, {T}, Sacrifice Deconstruction Hammer: Destroy target artifact or enchantment.\"\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"GrantingObject"},"count":1}]},"sub_ability":null,"duration":null,"description":"{3}, {T}, Sacrifice ~: Destroy target artifact or enchantment.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 and has \"{3}, {T}, Sacrifice ~: Destroy target artifact or enchantment.\""}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ccc2eb6d-21cf-45cf-b4e4-4b2a2517136a","metadata":{"source_printing_ids":["0c7ba382-18c4-4833-b3d2-bd469ae2ad77"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If Deconstruction Hammer somehow ends up attached to a creature controlled by a different player, that player won't be able to activate the granted ability, as they can't pay the cost of sacrificing Deconstruction Hammer, a permanent they don't control."}],"rarities":["common"]},"decoy gambit":{"name":"Decoy Gambit","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"For each opponent, choose up to one target creature that player controls, then return that creature to its owner's hand unless its controller has you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"For each opponent, choose up to one target creature that player controls, then return that creature to its owner's hand unless its controller has you draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"unless_pay":{"cost":{"type":"EffectCost","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"OriginalController"}}},"payer":{"type":"ParentTargetController"}},"repeat_for":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"Opponent"}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"94d9878e-9786-438c-8b33-c1dff730b748","metadata":{"source_printing_ids":["39671ac5-c730-4ba2-a2d9-23d5ac13f12b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20"],"rulings":[{"date":"2020-04-17","text":"As the Decoy Gambit resolves, first the next opponent in turn order (or, if it’s an opponent’s turn, the opponent whose turn it is) chooses whether you’ll draw a card or return their creature that was targeted to its owner’s hand, then each other opponent in turn order does so knowing the choices made before them. After all choices are made, you draw the appropriate number of cards. After you’ve drawn, the appropriate creatures are all simultaneously returned to their owners’ hands."},{"date":"2020-04-17","text":"For each opponent, if you didn’t choose a target creature they control or if that creature has become an illegal target, that player can’t choose for you to draw a card."},{"date":"2020-04-17","text":"If a creature targeted by Decoy Gambit changes controller, it’s no longer a legal target."}],"rarities":["rare"]},"decree of justice":{"name":"Decree of Justice","mana_cost":{"type":"Cost","shards":["X","X","White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create X 4/4 white Angel creature tokens with flying.\nCycling {2}{W} ({2}{W}, Discard this card: Draw a card.)\nWhen you cycle this card, you may pay {X}. If you do, create X 1/1 white Soldier creature tokens.","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":["White"],"generic":2}}}],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Angel","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Angel"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create X 4/4 white Angel creature tokens with flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cycle this card, you may pay {X}. If you do, create X 1/1 white Soldier creature tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"67a98359-6f02-4556-ad47-c01b643686d6","metadata":{"related_token_ids":["246e378d-598c-5f2e-8129-2b3a1fc185bc","35a7681e-d9c9-5147-bde8-e7353bf31a20","7448081c-7411-5fed-aafe-634b8ae05a30","8f529538-cff7-50ad-853e-445ec721ba41","a7aa4057-37c7-5ade-8897-7d6a2cffbef7","cb355e8f-f11b-5c4d-8e3d-8ef722795c85","d0fbe981-7d15-5281-b48c-1df53e892c08","e5c8f2f0-7ac4-5e6b-b707-be53d7b51cf1","e9d0c3ba-e49f-509b-8227-f39558f12f3d","f65c845c-0a79-5dfa-b514-cc127d26251d"],"source_printing_ids":["0cb5f2df-9a5c-4fdf-8bb3-24d4d670768b","1d347ffc-5542-485c-8fc7-327c1c68b7aa","21637fbe-d9d3-4d5b-a361-0687385d4738","312e1aee-3aa5-49e0-ac56-c4865854aa77","55d084fb-231f-4296-9db3-e4edf7ecfe1f","5e8a7e5c-f252-4de8-94d7-e7327210bf26","67fd68fe-1cf2-4bd9-a6d3-75b78ef53c1b","bcb7e629-5600-499f-9dc7-144085b4a1b7","c236a8ab-51a6-4b48-8f33-de652a4c75f2","c2cecbd0-87a7-45e5-bf10-e97b298803fd","e6ee102b-d419-41a0-98b4-e6d58c12d317","f3150eef-b1e9-44d8-a561-eaeb80e38020"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","C14","C20","DDO","G07","J22","MH3","PLST","PRM","SCG","TD0","VMA","WC03","WC04"],"rulings":[{"date":"2018-03-16","text":"A mana cost of {X}{X} means that you pay twice X. If you want X to be 3, you pay {8}{W}{W} to cast Decree of Justice."},{"date":"2022-12-08","text":"The cycling ability and the triggered ability are separate. If the triggered ability doesn't resolve (because, for example, it has been countered, or all of its targets have become illegal), the cycling ability will still resolve, and you'll draw a card."},{"date":"2022-12-08","text":"When you cycle this card, first the cycling ability goes on the stack, then the triggered ability goes on the stack on top of it. The triggered ability will resolve before you draw a card from the cycling ability."}],"rarities":["uncommon","rare"]},"deep gnome terramancer":{"name":"Deep Gnome Terramancer","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Gnome","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nMold Earth — Whenever one or more lands enter under an opponent's control without being played, you may search your library for a Plains card, put it onto the battlefield tapped, then shuffle. Do this only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Plains"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more lands enter under an opponent's control without being played, you may search your library for a Plains card, put it onto the battlefield tapped, then shuffle. Do this only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"Not","condition":{"type":"WasPlayed"}},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d4e3440d-4e34-40d7-8a42-c673225c0332","metadata":{"source_printing_ids":["ac23a376-4b3a-4316-b3e2-2e25ca2b5e76","bd826736-f59d-41b5-8a44-e2fa6a8a0b49","cc75f9f1-5873-450f-a0b2-871b55036954"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PLST"],"rarities":["rare"]},"deep spawn":{"name":"Deep Spawn","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Homarid"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nAt the beginning of your upkeep, sacrifice this creature unless you mill two cards.\n{U}: This creature gains shroud until end of turn and doesn't untap during your next untap step. Tap this creature. (A creature with shroud can't be the target of spells or abilities.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain shroud"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during your next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"{U}: ~ gains shroud until end of turn and doesn't untap during your next untap step. Tap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you mill two cards.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"Mill","count":2},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d1aba343-d85a-4829-bdfe-db31fcb3c320","metadata":{"source_printing_ids":["69c9e4a5-735f-471c-ab1a-6e6d50ba5724","e70373b7-ced5-4d88-9ff3-04b6f59c69c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FEM","ME2"],"rarities":["uncommon","rare"]},"deep-cavern bat":{"name":"Deep-Cavern Bat","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nWhen this creature enters, look at target opponent's hand. You may exile a nonland card from it until this creature leaves the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"card_filter":{"type":"Any"},"count":null,"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, look at target opponent's hand. You may exile a nonland card from it until ~ leaves the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e46f6644-6bf1-47b1-817c-906bd3eca99f","metadata":{"source_printing_ids":["444190a9-5ad7-4132-aae4-247ad3d9ea01","69c68c95-b788-43b1-9f22-1b22c5a00b25"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","SCH"],"rulings":[{"date":"2023-11-10","text":"If Deep-Cavern Bat leaves the battlefield before its last ability resolves, you'll still look at the target opponent's hand, but you won't exile any cards from it."}],"rarities":["uncommon"]},"deep-sea kraken":{"name":"Deep-Sea Kraken","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":7},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kraken"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"This creature can't be blocked.\nSuspend 9—{2}{U} (Rather than cast this card from your hand, you may pay {2}{U} and exile it with nine time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost. It has haste.)\nWhenever an opponent casts a spell, if this card is suspended, remove a time counter from it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":9,"cost":{"type":"Cost","shards":["Blue"],"generic":2}}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":9},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":2}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, if this card is suspended, remove a time counter from it.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceInZone","zone":"Exile"},{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1}]},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"54de4a7f-86f4-4029-80f7-bc25d6509cc8","metadata":{"source_printing_ids":["8e050532-e245-4eea-90a5-03e3e410dcbe","df5a543e-8416-4f01-91f5-e1ed87f1a510","f08d001b-de70-4f9f-8a3a-f16327ddddc0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","DDS","TSP"],"rulings":[{"date":"2024-02-02","text":"A creature cast using suspend will enter the battlefield with haste. It will have haste until another player gains control of it. (In some rare cases, another player may gain control of the creature spell itself. If this happens, the creature won't enter the battlefield with haste.)"},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare"]},"deeproot pilgrimage":{"name":"Deeproot Pilgrimage","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more nontoken Merfolk you control become tapped, create a 1/1 blue Merfolk creature token with hexproof.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"Token","name":"Merfolk","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Merfolk"],"colors":["Blue"],"keywords":["Hexproof"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Merfolk"}],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more nontoken Merfolk you control become tapped, create a 1/1 blue Merfolk creature token with hexproof.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"188656d8-4ea8-4e58-88da-b010a16eb6f2","metadata":{"related_token_ids":["53f2e6e3-6a5b-5c8a-a897-a95bf644e8aa"],"source_printing_ids":["790d70a9-ff02-4676-a804-ee0e030dfe3b","e2449311-a705-4a31-a345-a36d436ae561"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI"],"rulings":[{"date":"2023-11-10","text":"If more than one nontoken Merfolk you control becomes tapped at the same time (for example, to pay the cost of Adaptive Gemguard's activated ability), Deeproot Pilgrimage's ability will trigger only once."}],"rarities":["rare"]},"defiler of dreams":{"name":"Defiler of Dreams","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Sphinx"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs an additional cost to cast blue permanent spells, you may pay 2 life. Those spells cost {U} less to cast if you paid life this way. This effect reduces only the amount of blue mana you pay.\nWhenever you cast a blue permanent spell, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"HasColor","color":"Blue"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a blue permanent spell, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"DefilerCostReduction":{"color":"Blue","life_cost":2,"mana_reduction":{"type":"Cost","shards":["Blue"],"generic":0}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As an additional cost to cast blue permanent spells, you may pay 2 life. Those spells cost less to cast."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9d4ec5e5-5520-45c3-8071-53191811117d","metadata":{"source_printing_ids":["8640da59-6ff1-4171-9723-5ef56dc59fbc","881cc4a3-252b-4155-a34f-63d4b4f44442"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU","PRM"],"rulings":[{"date":"2022-09-09","text":"Some players may make the mental shortcut that the Defilers effectively turn one of the colored mana symbols in the spell’s cost into a Phyrexian colored mana symbol. Despite the similarity in function, this ability does not cause the spells to have Phyrexian mana symbols in their costs. Sorry, Rage Extractor!"},{"date":"2022-09-09","text":"You may only pay the additional cost once per permanent spell."}],"rarities":["rare"]},"deflecting swat":{"name":"Deflecting Swat","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you control a commander, you may cast this spell without paying its mana cost.\nYou may choose new targets for target spell or ability.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeTargets","target":{"type":"Or","filters":[{"type":"StackSpell"},{"type":"StackAbility"}]},"scope":{"type":"All"},"forced_to":null},"cost":null,"sub_ability":null,"duration":null,"description":"You may choose new targets for target spell or ability.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ae120613-97d6-4393-b39d-c3e6c076f5d6","casting_options":[{"kind":"CastWithoutManaCost","condition":{"type":"YouControlSubtypeCountAtLeast","subtype":"commander","count":1}}],"metadata":{"source_printing_ids":["45e70109-0352-45fc-a2fd-892ca65cac2f","84f035e1-6c89-457b-b05f-85680a50ed91","8a2a7ae1-467c-4eca-9ce2-39692804e492","b4b36435-55b3-4615-8812-af41d4fc64d9","c2cb5a93-d2f9-4df6-9488-c57b6f18ae2b","e2294ef4-3b8e-44be-991a-c68287b1cd14"]},"legalities":{"brawl":"banned","commander":"legal","duel":"banned","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C20","CMM","SLD","TLE"],"rulings":[{"date":"2020-04-17","text":"If the target spell has a variable number of targets, you can't change how many targets it has."},{"date":"2020-04-17","text":"If the target spell has damage divided as it was cast (like Mythos of Vadrok), the division can't be changed although the targets receiving that damage still can. The same is true of spells that distribute counters."},{"date":"2020-04-17","text":"If you choose new targets for the target spell, the new targets must be legal."}],"rarities":["rare"]},"delney, streetwise lookout":{"name":"Delney, Streetwise Lookout","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Creatures you control with power 2 or less can't be blocked by creatures with power 3 or greater.\nIf a triggered ability of a creature you control with power 2 or less triggers, that ability triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":3}}]}}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with power 2 or less can't be blocked by creatures with power 3 or greater."},{"mode":{"DoubleTriggers":{"cause":"Any"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a triggered ability of a creature you control with power 2 or less triggers, that ability triggers an additional time."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"245d0ccf-87b6-460a-8b99-9e2079f2d375","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0063654b-6e4e-4958-a63c-24cf933e4a40","b6297104-b73c-439c-ac0c-b7fac01d49dc","be219928-3d0e-4d00-b124-152ce8a8c13b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM","PWCS"],"rulings":[{"date":"2024-02-02","text":"Abilities that apply \"as [this creature] enters the battlefield\" or \"as [this creature] is turned face up\" are also unaffected."},{"date":"2024-02-02","text":"Abilities that apply \"when [this creature] is turned face up\" will trigger an additional time only if that creature's power is 2 or less once it has been turned face up."},{"date":"2024-02-02","text":"Delney, Streetwise Lookout's last ability doesn't copy the triggered ability; it just causes the ability to trigger an additional time. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."},{"date":"2024-02-02","text":"If a triggered ability is linked to a second ability, additional instances of that triggered ability are also linked to that second ability. If the second ability refers to \"the exiled card,\" it refers to all cards exiled by instances of the triggered ability."},{"date":"2024-02-02","text":"If you somehow control two Delney, Streetwise Lookouts, abilities of creatures you control with power 2 or less trigger three times. A third Delney causes such abilities to trigger four times, a fourth causes such abilities to trigger five times, and so on."},{"date":"2024-02-02","text":"In some cases involving linked abilities, an ability requires information about \"the exiled card.\" When this happens, the ability gets multiple answers. If these answers are being used to determine the value of a variable, the sum is used. For example, if Elite Arcanist's enters-the-battlefield ability triggers twice, two cards are exiled. The value of X in the activation cost of Elite Arcanist's other ability is the sum of the two cards' mana values. As the ability resolves, you create copies of both cards and can cast none, one, or both of the copies in any order."},{"date":"2024-02-02","text":"Once a creature you control has become blocked, reducing its power to 2 or less and/or increasing the power of the creature blocking it to 3 or greater won't cause it to become unblocked."},{"date":"2024-02-02","text":"Once an ability of a creature you control has triggered, reducing its power to 2 or less won't cause that ability to trigger an additional time. Similarly, once an ability of a creature you control with power 2 or less has triggered an additional time due to Delney, Streetwise Lookout's last ability, increasing its power to 3 or greater won't remove that additional triggered ability from the stack."},{"date":"2024-02-02","text":"Replacement effects are unaffected by Delney, Streetwise Lookout's last ability. For example, a 1/1 creature that enters the battlefield under your control with one +1/+1 counter on it won't receive an additional +1/+1 counter."},{"date":"2024-02-02","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keyword abilities are triggered abilities and will have \"when,\" \"whenever,\" or \"at the beginning of\" in their reminder text."}],"rarities":["mythic"]},"delver of secrets":{"name":"Delver of Secrets","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, look at the top card of your library. You may reveal that card. If an instant or sorcery card is revealed this way, transform this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Reveal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Instant","Sorcery"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, look at the top card of your library. You may reveal that card. If an instant or sorcery card is revealed this way, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"edd531b9-f615-4399-8c8c-1c5e18c4acbf","metadata":{"source_printing_ids":["11bf83bb-c95b-4b4f-9a56-ce7a1816307a","6904ea20-e504-47da-95a0-08739fdde260","871c4ccc-5a14-4583-b4c7-6f2d2aeb8253","888fbfaf-dbf9-4045-a79e-d436ef75b3cf","a808459c-f086-4cb6-a53e-4b9e196c1000","a992bbe3-c389-4a4a-927b-dfc01a4cd9be","abff6c81-65a4-48fa-ba8f-580f87b0344a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","INR","ISD","MID","SLD","V17"],"rulings":[{"date":"2011-09-22","text":"You may reveal the card even if it's not an instant or sorcery. Whether or not you reveal it, the card stays on top of your library."}],"rarities":["common","uncommon","rare"]},"demanding dragon":{"name":"Demanding Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, it deals 5 damage to target opponent unless that player sacrifices a creature of their choice.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, it deals 5 damage to target opponent unless that player sacrifices a creature of their choice.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":1},"payer":{"type":"Player"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c8f1e3bd-bbf0-4750-b054-03553fc61850","metadata":{"source_printing_ids":["31b73282-6207-4207-8b9c-86a8f9a263a2","35f32486-8292-4372-a898-a38c92262a5d","4d8a5bab-813a-488a-ab65-3286582ef595","f97d0541-f04f-44a6-a20f-4d909ccc90ca"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","M19","PLST","PM19","SCD"],"rarities":["rare"]},"demilich":{"name":"Demilich","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Skeleton","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"This spell costs {U} less to cast for each instant and sorcery spell you've cast this turn.\nWhenever this creature attacks, exile up to one target instant or sorcery card from your graveyard. Copy it. You may cast the copy.\nYou may cast this card from your graveyard by exiling four instant and/or sorcery cards from your graveyard in addition to paying its other costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, exile up to one target instant or sorcery card from your graveyard. Copy it. You may cast the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":["Blue"],"generic":0},"spell_filter":null,"dynamic_count":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {U} less to cast for each instant and sorcery spell you've cast this turn."},{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Graveyard"],"characteristic_defining":false,"description":"You may cast this card from your graveyard by exiling four instant and/or sorcery cards from your graveyard in addition to paying its other costs."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"eeb50bfc-8443-482b-bfc1-ea96b37809cd","metadata":{"source_printing_ids":["0a1351ed-b9df-4a6d-aaa1-ec6db673d265","79a5b2f1-4bf7-48c4-ab56-e03b35ea3f21"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR","PRM"],"rulings":[{"date":"2021-07-23","text":"Casting the copy happens as part of the resolution of Demilich's triggered ability. If you choose to cast it, you must do so right away. If you choose not to cast it right away, the copy ceases to exist the next time a player would receive priority."},{"date":"2021-07-23","text":"Demilich's last ability doesn't change when you can cast it. In most cases, you can cast Demilich only during your main phase."},{"date":"2021-07-23","text":"If you exile a card as the triggered ability resolves, that card will remain exiled whether you cast the copy or not."},{"date":"2021-07-23","text":"While casting Demilich, if you are required to pay an additional cost that includes a generic mana component, Demilich's cost reduction effect can apply to it. For example, if you're required to pay an additional {1} to cast Demilich (perhaps because of Sphere of Resistance), and you've cast five or more instant and/or sorcery spells this turn, you would pay {0} to cast Demilich."},{"date":"2021-07-23","text":"You must pay all normal costs for casting the copy."}],"rarities":["mythic"]},"demonic pact":{"name":"Demonic Pact","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, choose one that hasn't been chosen —\n• This enchantment deals 4 damage to any target and you gain 4 life.\n• Target opponent discards two cards.\n• Draw two cards.\n• You lose the game.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":4,"mode_descriptions":["~ deals 4 damage to any target and you gain 4 life.","Target opponent discards two cards.","Draw two cards.","You lose the game."],"allow_repeat_modes":false,"constraints":[{"type":"NoRepeatThisGame"}],"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"19a2f0a0-9e68-4982-a5f5-b77d805befd7","metadata":{"source_printing_ids":["5b0b7242-df91-48cf-bf4e-b68306c9965f","82c04014-91f9-4197-b4b4-f62c4739a5c2","b0122db7-6a3a-4dda-9357-fcac5376f1b2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","FDN","ORI"],"rulings":[{"date":"2015-06-22","text":"If the ability doesn't resolve (either for having its target become illegal or because a spell or ability counters it), the mode chosen for that instance of the ability still counts as being chosen."},{"date":"2015-06-22","text":"In some very unusual situations, you may not be able to choose a mode, either because all modes have previously been chosen or the only remaining modes require targets and there are no legal targets available. In this case, the ability is simply removed from the stack with no effect."},{"date":"2015-06-22","text":"It doesn't matter who has chosen any particular mode. For example, say you control Demonic Pact and have chosen the first two modes. If an opponent gains control of Demonic Pact, that player can choose only the third or fourth mode."},{"date":"2015-06-22","text":"The phrase \"that hasn't been chosen\" refers only to that specific Demonic Pact. If you control one and cast another one, you can choose any mode for the second one the first time its ability triggers."},{"date":"2015-06-22","text":"Yes, if the fourth mode is the only one remaining, you must choose it. You read the whole contract, right?"},{"date":"2015-06-22","text":"You choose the mode as the triggered ability goes on the stack. You can choose a mode that requires targets only if there are legal targets available."}],"rarities":["mythic"]},"demonic stench":{"name":"Demonic Stench","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature that blocked this turn gets -1/-1 until end of turn. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockedThisTurn"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Each creature that blocked this turn gets -1/-1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"65d257c2-b3be-4244-a74c-bc4b5d7cedc3","metadata":{"source_printing_ids":["0c2f40e7-82b0-4847-994d-9326a88c4965"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"layout":"adventure","printings":["CLB"],"rarities":["common"]},"denry klin, editor in chief":{"name":"Denry Klin, Editor in Chief","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Cat","Advisor"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Denry Klin enters with your choice of a +1/+1, first strike, or vigilance counter on it.\nWhenever a nontoken creature you control enters, if Denry Klin has counters on it, put the same number of each kind of counter on that creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"put","description":"put the same number of each kind of counter on that creature"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature you control enters, if ~ has counters on it, put the same number of each kind of counter on that creature.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"Any"},"minimum":1},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"a +1/+1 counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"first strike","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"a first strike counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"vigilance","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"a vigilance counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"your choice of counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with your choice of a +1/+1, first strike, or vigilance counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"ba477a45-84cc-4a85-98e4-50dca3e58788","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["91329a8c-ebbf-4b81-bd71-04f47ab95f7e","ac40ca08-50e6-46e6-9d50-c4e84325620d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NCC","PNCC"],"rulings":[{"date":"2022-04-29","text":"Denry Klin, Editor in Chief was printed with a nonstandard wording, and its Oracle text has been updated for consistency. Specifically, its last ability now says \"Whenever a nontoken creature enters the battlefield under your control, if Denry has counters on it, put the same number of each kind of counter on that creature.\" This is not a functional change."}],"rarities":["rare"]},"desert":{"name":"Desert","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Desert"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{T}: This land deals 1 damage to target attacking creature. Activate only during the end of combat step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals 1 damage to target attacking creature. Activate only during the end of combat step.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":null}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"195107ad-879d-4b02-a44a-a3ba70fedf88","metadata":{"source_printing_ids":["201155ea-f474-4e13-acda-cb071a6ca977","5aa802d3-f9b1-49d1-87de-91d5fd9850ad","c74e13eb-6f82-4db1-9d0d-8310f48d9f6d","f5566c7e-7486-4237-a6e4-f7e641e11b22","fb89de70-d0e6-49ec-8aa9-1d31d3df1646"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","ARN","F08","PLST","PRM","SPG","TSB","V12"],"rulings":[{"date":"2004-10-04","text":"The ability can be used on any player's attacking creatures. This includes your own and creatures in an attack you are not involved in (for multiplayer games)."},{"date":"2017-04-18","text":"Desert is a land subtype with no special meaning. It doesn't grant the land an intrinsic mana ability. Other cards may care about which lands are Deserts."},{"date":"2024-04-12","text":"The end of combat step happens after combat damage is dealt. You can't use Desert to destroy an attacking creature before it has a chance to deal combat damage."}],"rarities":["common","uncommon","mythic","special"]},"desperate gambit":{"name":"Desperate Gambit","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose a source you control and flip a coin. If you win the flip, the next time that source would deal damage this turn, it deals double that damage instead. If you lose the flip, the next time it would deal damage this turn, prevent that damage.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"FlipCoin","win_effect":{"kind":"Spell","effect":{"type":"CreateDamageReplacement","source_filter":{"type":"ChosenDamageSource"},"modification":{"type":"Double"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"lose_effect":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"FlipCoin","win_effect":null,"lose_effect":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"AllDamage","damage_source_filter":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d8328d27-e27f-4c84-8ab5-cabb80a34f54","metadata":{"source_printing_ids":["f4245160-274e-4c39-9bcd-c64e9a44dfdb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["WTH"],"rulings":[{"date":"2004-10-04","text":"The coin is flipped during resolution of this spell, so you know in advance what will happen when the source deals damage the next time."},{"date":"2008-04-01","text":"The chosen source may be a permanent, a spell on the stack, or anything referred to by something on the stack (such as a Prodigal Pyromancer that’s left the battlefield while its ability is still on the stack)"}],"rarities":["uncommon"]},"detective's phoenix":{"name":"Detective's Phoenix","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Phoenix"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Bestow—{R}, Collect evidence 6. (To pay this bestow cost, pay {R} and exile cards with total mana value 6 or greater from your graveyard.)\nFlying, haste\nEnchanted creature gets +2/+2 and has flying and haste.\nYou may cast this card from your graveyard using its bestow ability.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste",{"Bestow":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"CollectEvidence","amount":6}]}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+2 and has flying and haste."},{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast"}},"affected":{"type":"And","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasKeywordKind","value":"Bestow"}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Graveyard"],"characteristic_defining":false,"description":"You may cast this card from your graveyard using its bestow ability."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"52c3fe55-74ee-44cb-b62b-dc6c5dfdc33e","metadata":{"source_printing_ids":["db16e02b-1b7f-4976-b9eb-41350337616c","e2a01edd-dbc0-4ed4-b827-9b608290e9a1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2024-06-07","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2024-06-07","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-06-07","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2024-06-07","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."},{"date":"2024-06-07","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2024-06-07","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."}],"rarities":["rare"]},"devoted druid":{"name":"Devoted Druid","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}.\nPut a -1/-1 counter on this creature: Untap this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"EffectCost","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}}},"sub_ability":null,"duration":null,"description":"Put a -1/-1 counter on ~: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"cb814e16-acf7-41d5-a357-1323dcc369f3","metadata":{"source_printing_ids":["1ab94f16-778d-4437-a1b9-2f67cd214cc0","1eb51419-726e-4b59-af0e-d1f07ae8ea5f","22589a81-3ea8-4e78-98c9-c015e7539cf9","37d1a353-df3b-4c73-9561-44cf8243f773","56f7c91c-5075-43b7-890d-a49b4a87f9df","5c8a8dbb-cba7-4e1d-8888-73ab6f4aff07","820e2f07-f637-4144-b45a-0e1430dcf55e","e26ad2e9-fa74-4e96-b496-baa10772d814"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","ECC","NCC","PLST","SHM","SPG","UMA"],"rulings":[{"date":"2018-12-07","text":"If you can't put -1/-1 counters on Devoted Druid (due to an effect such as that of Solemnity), you can't activate its second ability. If you can put counters on it, but that is modified by an effect (such as that of Vizier of Remedies), you can activate the ability even if paying the cost causes no counters to be put on Devoted Druid."},{"date":"2018-12-07","text":"You put the -1/-1 counter on Devoted Druid as a cost to activate its ability, not when it resolves. If paying the cost causes Devoted Druid to have 0 toughness, it's put into your graveyard before you can untap it and before you can even pay the cost again."}],"rarities":["common","uncommon","mythic"]},"devour intellect":{"name":"Devour Intellect","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target opponent discards a card. If mana from a Treasure was spent to cast this spell, instead that player reveals their hand, you choose a nonland card from it, then that player discards that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"ParentTargetController"},"card_filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DiscardCard","count":1,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"FromSource","source_filter":{"type":"Typed","type_filters":[{"Subtype":"Treasure"}],"controller":null,"properties":[]}}}},"comparator":"GT","rhs":{"type":"Fixed","value":0}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target opponent discards a card. If mana from a Treasure was spent to cast this spell, instead that player reveals their hand, you choose a nonland card from it, then that player discards that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"abf8264e-d020-4939-8092-83469b1a2244","metadata":{"source_printing_ids":["13c34f2d-2eac-4241-8b23-9cab3268c254"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR"],"rarities":["common"]},"devourer of destiny":{"name":"Devourer of Destiny","mana_cost":{"type":"Cost","shards":["Colorless","Colorless"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"You may reveal this card from your opening hand. If you do, at the beginning of your first upkeep, look at the top four cards of your library. You may put one of those cards back on top of your library. Exile the rest.\nWhen you cast this spell, exile target permanent that's one or more colors.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"Reveal","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"Upkeep","player":0},"effect":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Library","keep_count":1,"up_to":true,"filter":{"type":"Any"},"rest_destination":"Exile","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"You may reveal this card from your opening hand. If you do, at the beginning of your first upkeep, look at the top four cards of your library. You may put one of those cards back on top of your library. Exile the rest.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"ColorCount","comparator":"GE","count":1}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, exile target permanent that's one or more colors.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"89215e6d-ebe7-4eb0-9999-11ee2e6eb1d2","metadata":{"source_printing_ids":["560debcd-feb4-4534-991e-a7aa1cca2409"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2024-06-07","text":"Devourer of Destiny's last triggered ability will resolve before Devourer of Destiny does. If Devourer of Destiny is countered or otherwise leaves the stack in response to that triggered ability, the triggered ability will still resolve as normal."},{"date":"2024-06-07","text":"If you reveal more than one Devourer of Destiny from your opening hand, you'll put that many triggered abilities on the stack at the beginning of your first upkeep. As a result, you'll look at the top four cards of your library, put up to one back on top, and exile the rest once for each Devour of Destiny you revealed."}],"rarities":["rare"]},"dictate of kruphix":{"name":"Dictate of Kruphix","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nAt the beginning of each player's draw step, that player draws an additional card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Draw","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's draw step, that player draws an additional card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"be74a4c1-d569-4203-b28a-3e2ac6a82990","metadata":{"source_printing_ids":["aa9f176b-6d33-4510-9ba2-98bdd12ba34e","b5e4087b-e692-4eb2-bb59-ff2a001d6dd4","e8e7916c-f39a-48a0-a47d-7e83ebf028fa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["C18","FDN","JOU","PJOU","PRM"],"rarities":["rare"]},"dig up":{"name":"Dig Up","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cleave {1}{B}{B}{G} (You may cast this spell for its cleave cost. If you do, remove the words in square brackets.)\nSearch your library for a [basic land] card, [reveal it,] put it into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[{"Cleave":{"type":"Cost","shards":["Black","Black","Green"],"generic":1}}],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card, reveal it, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"cleave_variant":{"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a card, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[]},"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"ae96fe7e-8d89-4f44-9cc4-3c9b124fdc4b","metadata":{"source_printing_ids":["078d0194-0137-45cd-977a-eefae67f9bca","5f5eff40-7e26-44a8-bd7a-d7906945a31e","8f14c947-2452-4fd6-8f1a-391cf5898100","a7f02f41-19b4-49b2-89fa-5b0de2011519"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","PLST","PRM","PVOW","VOW"],"rulings":[{"date":"2021-11-19","text":"A cleave cost is an alternative cost that's paid instead of the spell's mana cost. Casting a spell for its cleave cost doesn't change the spell's mana value."},{"date":"2021-11-19","text":"If an effect allows you to “cast a spell without paying its mana cost,” you can't cast that spell for its cleave cost."},{"date":"2021-11-19","text":"If you cast a spell for its cleave cost, that spell doesn't have any of the text in square brackets while it's on the stack."},{"date":"2021-11-19","text":"If you paid the cleave cost, you must put a card into your hand as Dig Up resolves (assuming there is at least one card in your library)."},{"date":"2021-11-19","text":"You can't cast a spell for both its cleave cost and another alternative cost. For example, if an effect gives an Alchemist's Retrieval in your graveyard a flashback cost of {U}, you can't cast it from your graveyard for its cleave cost."}],"rarities":["rare"]},"dimir signet":{"name":"Dimir Signet","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Add {U}{B}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue","Black"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Add {U}{B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"7d881c57-0bd9-4c57-aa4a-b10808b86143","metadata":{"source_printing_ids":["1f03430e-2c3d-4317-b4bd-06c2059b7e34","32c0ff83-04a7-4d5a-b901-6b8a698c5a4d","343a0d98-56b3-4113-a287-e36f2a1652f1","35148573-7788-4023-a63c-4a09f48273c1","3fe2a140-ce80-4517-9550-49d6a2c3eb04","47c621c7-6673-4a86-8f09-339d45fd5958","501d0d13-b6a4-415c-916e-fdb0809a67d8","6173d331-1dd9-47e0-bb9c-5655b179737f","7dc9f4a4-fbbf-448b-a2ee-720868968586","8751f7f1-e007-4272-9095-c893f515dfce","90934b70-d4af-4a3e-81b4-c3f202b12f31","95de0112-3560-413c-91a9-a2b29d6488f6","9a9a1df5-a4e8-49a4-aebe-ca93894ccfcf","a6bffa5e-5fe2-4682-8de4-435c53bfb20b","c3af24ce-b1ab-4137-9222-a4080acae928","cf671e9e-333e-4c9d-b9f3-0e61822634b0","f56861a7-b664-468f-bad7-838c02530827"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["AA1","ARC","BRC","C18","CLB","CLU","CM2","CMD","DRC","GK1","LCC","MKC","MM3","NCC","PRM","RAV","RVR","SCD","SLD","WOC","ZNC"],"rarities":["common","uncommon","rare"]},"din of the fireherd":{"name":"Din of the Fireherd","mana_cost":{"type":"Cost","shards":["BlackRed","BlackRed","BlackRed"],"generic":5},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create a 5/5 black and red Elemental creature token. Target opponent sacrifices a creature of their choice for each black creature you control, then sacrifices a land of their choice for each red creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"types":["Creature","Elemental"],"colors":["Black","Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Black"}]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Red"}]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Create a 5/5 black and red Elemental creature token. Target opponent sacrifices a creature of their choice for each black creature you control, then sacrifices a land of their choice for each red creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"6480ab32-3a29-4449-8ff7-c8e43c320ed3","metadata":{"related_token_ids":["0d54973b-0600-5ea7-bb7c-28ee330c448b"],"source_printing_ids":["9bde655f-9f49-42f8-a168-9cbca0592bb8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SHM"],"rulings":[{"date":"2008-05-01","text":"If the targeted opponent becomes an illegal target, the entire spell doesn’t resolve. You won’t get a token."},{"date":"2008-05-01","text":"The parts of the spell happen in order. When determining how many black creatures and how many red creatures you control, keep in mind that you just put a creature onto the battlefield that’s black and red."}],"rarities":["rare"]},"disciple of bolas":{"name":"Disciple of Bolas","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, sacrifice another creature. You gain X life and draw X cards, where X is that creature's power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice another creature. You gain X life and draw X cards, where X is that creature's power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8f2c8498-5b10-4ec7-8678-598c90987556","metadata":{"source_printing_ids":["01ea8333-38a8-4b7b-9f03-c5534df28353","0c4fc28d-8be6-4639-bb9d-7b9fdd47e0d9","48c9f786-c84e-4275-8077-c12d3092304d","8b70c101-d8b0-4acb-ad65-59bf9860708a","c0801fd0-1f6c-45ea-94aa-80cf0c017f57","c4dd57f8-27bc-4ad9-a79e-48a68af33b02","e9263fc4-f9f5-447a-a055-eeec80ba387e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C14","C20","M13","NCC","PLST","TDC"],"rulings":[{"date":"2020-08-07","text":"If you control at least one other creature when the ability resolves, you must sacrifice one. If you don't control any other creatures at that time, the ability won't do anything."},{"date":"2020-08-07","text":"The creature's power as it last existed on the battlefield is the amount of life you gain and the number of cards you draw."}],"rarities":["rare"]},"discordant spirit":{"name":"Discordant Spirit","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if it's an opponent's turn, put a +1/+1 counter on this creature for each 1 damage dealt to you this turn.\nAt the beginning of your end step, remove all +1/+1 counters from this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if it's an opponent's turn, put a +1/+1 counter on ~ for each 1 damage dealt to you this turn.","constraint":null,"condition":{"type":"Not","condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}}},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"P1P1","count":{"type":"Fixed","value":-1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, remove all +1/+1 counters from ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"ce785306-eaf5-42b3-9840-884cd690ae0a","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"At the beginning of each end step, if it's an opponent's turn, put a +1/+1 counter on this creature for each 1 damage dealt to you this turn","line_index":0}],"metadata":{"source_printing_ids":["be67b950-dfe3-4159-aa53-63df25d2a926"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"This will not count damage that was prevented."},{"date":"2006-05-01","text":"In Two-Headed Giant, triggers only once per end of turn, not once for each player."}],"rarities":["rare"]},"disenchant":{"name":"Disenchant","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target artifact or enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target artifact or enchantment.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a7e97fa9-4b72-4548-b854-5be5f18a6f1a","metadata":{"source_printing_ids":["0bfcd57d-ff58-4782-b526-c03770c8a76e","0f863b91-992b-443a-a910-a6ff78afc0e6","0fbdfc99-b696-416e-86de-9376f2e890c7","18720641-3a34-48f1-954e-49a703f12578","1b6a2b01-da95-46fa-8673-30ffdfdee0a5","1da67d77-1cbd-4f0e-a109-87fb4c84bcca","239932a9-13fc-4e94-8b05-9d58795a0bcf","239f692a-28e7-4870-b0e4-75b75752052a","2722d7e2-61c6-4934-9c21-875ee78fd06c","2ba38105-bada-449a-ab2f-3d6db2764a06","2cfcbc11-bf1a-438b-9c66-0928cea6d297","2e9e7711-5083-44ed-89a7-0d523d730310","32e297a1-914f-48bb-9ff9-1fca9603a203","366407d8-3ed9-4809-b9bb-388ebb9ea815","402f71fc-807c-4718-956b-7ffe66c646d4","41859c6f-1017-42ae-9061-050fe0db9731","4715aacd-ca2f-4dbf-b1a1-c171dea7305f","47578ce0-dbaa-4a15-b46c-2fd2cb352be9","58aa10e0-8dfe-4c3f-8c69-82e01f8a6be5","5c37ba56-e22c-4b10-821a-2827c5cd81ad","5f497a7f-e86b-4f1e-a733-4330616b1545","658c5caa-d739-4d30-a512-43ac4de900cb","6d056183-db06-4f41-b5fe-c211ee7d46a6","71e27cbc-d986-437a-9195-6f5e065a49a2","73636b95-103d-43c8-bc96-63fad0da34dd","76c066a2-75e6-4281-b40e-945f7669f31b","7ac43e16-8b14-46f2-877a-600ea918766b","8a51270d-9143-46f5-a5d1-4ff3bf20ce34","8a65e678-dcb9-4c6c-9a30-8332030dead6","91d10f3f-1d5b-49bf-8df0-22bb8ba2b279","9a039576-1536-4256-878f-7ebe614fd28f","9d61d0a5-7e92-4413-9121-925e1876b64d","a7e905ae-9782-4eb0-bd06-8766f0f43718","a915f261-2cdc-499c-9163-da5b628b0127","aba74289-72ee-4330-835c-e43ca1d32add","abcb4a0b-6224-42ad-ad29-bed1efd7b0da","b3b5a7d4-22b2-4551-bcbd-3e80c4acbc81","b6085d0c-ab2b-445d-bf9d-0fa0a19183a2","b7be41f0-7391-49dd-b63c-2e8db9430f07","c6c83935-113a-43f1-a05c-ba177c835df8","d32a8448-de76-4d1e-a3dd-8fffeab71216","d8e902bc-9d41-4443-9104-4c684de6cdad","e163bf1c-448f-4669-812b-f22e53d404f7","f698acf5-07fb-456b-9edb-35a34a15d560","fd354bae-5c28-46df-9e92-3a60b271e1ae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","A25","ATH","BRB","BRO","CED","CEI","CMR","CN2","CST","F03","FBB","FDN","ICE","IMA","LEA","LEB","M20","ME2","ME3","MIR","MMQ","OLEP","P07","PARL","PLST","PMEI","PRM","PTC","SCD","SUM","TMP","TPR","TSB","USG","WC97","WC98","ZNR"],"rulings":[{"date":"2004-10-04","text":"This is not modal. If the target changes from an artifact to an enchantment or vice versa, this still destroys it."}],"rarities":["common","rare","special"]},"dismember":{"name":"Dismember","mana_cost":{"type":"Cost","shards":["PhyrexianBlack","PhyrexianBlack"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({B/P} can be paid with either {B} or 2 life.)\nTarget creature gets -5/-5 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-5},"toughness":{"type":"Fixed","value":-5},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature gets -5/-5 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fd74f8eb-0253-42dd-8277-186d4934da38","metadata":{"source_printing_ids":["03da66e3-a369-4433-a2b8-8625403d34b0","064dfdeb-485f-473e-9fa0-8fdb7638cdc6","08d405dc-180f-4edb-8c53-80a034ee622e","317483cb-ad42-403e-a7cc-1d6cf51558ea","317f1aff-9d0d-4003-84e9-3b63bd4e4fae","35aa1476-f16a-45ae-b91a-4ea7e5fb0ba8","3d286cf6-3e16-4941-9326-1818b1e06d69","4ccd8394-cbc9-4346-9b48-f6be447b3e08","4cf874b6-5616-4d33-a5e4-4e5a80db1a13","93020a11-731d-413d-984c-f2ae217542c4","9382c445-bc7c-4c98-b9d8-477d77a4e523","94c131d2-6b55-456c-a30d-e5ffb6d5efd7","e48e2da3-8597-48c2-8287-f0264a7788c7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["F12","MD1","MM2","NPH","PLST","PRM","PW22","SLD","SOA","SPG","TSR"],"rulings":[{"date":"2024-06-07","text":"A Phyrexian mana symbol contributes 1 toward the mana value of a card, even if life is paid for it. Specifically, Dismember's mana value is always 3."}],"rarities":["uncommon","rare","mythic","special"]},"dispel":{"name":"Dispel","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target instant spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target instant spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"6d7be242-a072-40ce-b540-95880506cccd","metadata":{"source_printing_ids":["08d4a8d7-c136-472f-8146-a1100701ca4f","72df0898-72a4-444a-83bf-8252bd6ae563","bceab6b3-6b64-4964-a501-ce806a6c13ad","f178d0cc-5dd1-41ab-a2e8-218ece6f2a86"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BFZ","EA2","PLST","RTR","WWK"],"rarities":["common"]},"disruptor flute":{"name":"Disruptor Flute","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash\nAs this artifact enters, choose a card name.\nSpells with the chosen name cost {3} more to cast.\nActivated abilities of sources with the chosen name can't be activated unless they're mana abilities.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":3},"spell_filter":{"type":"HasChosenName"}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells with the chosen name cost {3} more to cast."},{"mode":{"CantBeActivated":{"who":"AllPlayers","source_filter":{"type":"HasChosenName"},"exemption":"ManaAbilities"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of sources with the chosen name can't be activated unless they're mana abilities."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a card name.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"d6c46906-1339-4440-8cd0-2bb9890d4975","metadata":{"source_printing_ids":["5cad8671-4761-4014-a8a3-af45627e6e79","e764e3e9-653c-44d7-b96a-530d51ca5c2f"]},"legalities":{"brawl":"banned","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keywords are activated abilities and will have colons in their reminder text. An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2024-06-07","text":"If you name a card that has both a mana ability and another activated ability, the mana ability can be activated but the other ability can't be activated."},{"date":"2024-06-07","text":"Some cards can have alternative names, such as split cards, adventurer cards, double-faced cards, and so on. You may choose one of the two names the card can have; Disruptor Flute's abilities won't affect anything with the other name. For example, if you choose Ondu Knotmaster, Throw a Line will still cost only {W}{B} to cast."},{"date":"2024-06-07","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."},{"date":"2024-06-07","text":"You can choose the name of any card. You can't choose the name of a token unless it's also the name of a card."}],"rarities":["rare"]},"divination":{"name":"Divination","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw two cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"273b339c-964b-4a18-8eb5-ceb8abcdfd9e","metadata":{"source_printing_ids":["1252243c-34e3-447b-b323-fffcbe128278","3102cec9-1cdc-4946-a2dd-caf04eaa8b97","4a1340f1-85a4-4551-9871-bb00db6d97a8","65b9964e-cfe0-4400-b903-3f590889f88d","95d1e5bd-9360-4ba5-83b5-38a9bf8bb5b9","a3c573ab-9013-4c2b-a039-ce5b20dba264","ae04d500-5b2d-4661-bbd2-66cf29456b2b","bfdc821e-0e4b-43ff-86d6-134ac0b4e958","c7f9daf0-dbfd-45b2-be35-9c2de9d1a56e","cb3b35b8-f321-46d8-a441-6b9a6efa9021","ddd1187d-f43f-4508-b312-7af0bb8b9789"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BNG","CN2","DKA","DOM","M10","M12","M13","M14","M15","M19","PLST","PS11","XANA"],"rarities":["common"]},"divine visitation":{"name":"Divine Visitation","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If one or more creature tokens would be created under your control, that many 4/4 white Angel creature tokens with flying and vigilance are created instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"CreateToken","execute":{"kind":"Spell","effect":{"type":"Token","name":"Angel","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Angel"],"colors":["White"],"keywords":["Flying","Vigilance"],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If one or more creature tokens would be created under your control, that many 4/4 white Angel creature tokens with flying and vigilance are created instead.","condition":{"type":"TokenCoreTypeMatches","core_types":["Creature"]},"token_owner_scope":"You"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5917216f-5b42-41fa-8976-401bdbeb782e","metadata":{"related_token_ids":["4ad6b1d3-c030-52bd-a568-6134cd2ea3ed","80298dd1-6460-5e53-8390-f1a1c6ee1e45","aafbe5c9-7a49-5dff-9995-35f0d7ace2d4","c33e6a6e-1730-5a52-bf8c-c6ab7d18fadb","db00ab6e-b365-5654-a510-dd1d9fa17590"],"source_printing_ids":["0b0c12dc-3978-4c3e-a3a2-a81db878f4ad","3800216f-5b35-4cfa-bcdb-d70e9b368d18","38d624ed-650a-45c3-b9c5-26cc264a0517","3a73bd5a-eb22-41dc-84ff-93d23d84afae","6aab3dc6-4f9a-48d3-9df2-36c3b87a4ab5","a5588402-fa0f-4d98-91a4-869180ba490e","aff6a7f9-9258-4247-9d17-09c9c2cf0c2e","da3789d4-3621-44a1-bb72-8e3bbac8bf72","dabd95db-b4ca-446b-bb68-6f52cec9ed2a","f68a7e08-6af2-4eab-afd4-7eb9db431e9c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","GRN","MSC","PGRN","RVR","TDC"],"rulings":[{"date":"2018-10-05","text":"If an effect changes under whose control a token would be created, that effect applies before Divine Visitation's effect applies. If an effect changes under whose control a token would enter the battlefield, that effect applies after Divine Visitation's effect is able to be applied."},{"date":"2018-10-05","text":"If you create a noncreature token that will be a creature as it enters the battlefield, perhaps because of an effect such as that of March of the Machines, Divine Visitation's effect doesn't apply to that token's creation. (This is because Divine Visitation's effect modifies how the tokens are created, and March of the Machines's effect doesn't apply until you consider how the tokens are entering the battlefield.)"},{"date":"2018-10-05","text":"The token's characteristics are entirely replaced by a 4/4 white Angel creature token with flying and vigilance. It doesn't have any abilities the token would have been created with. Anything else specified in the effect creating the token (such as tapped, attacking, \"That token gains haste,\" or \"Exile that token at end of combat\") still applies."}],"rarities":["mythic"]},"doc aurlock, grizzled genius":{"name":"Doc Aurlock, Grizzled Genius","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bear","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Spells you cast from your graveyard or from exile cost {2} less to cast.\nPlotting cards from your hand costs {2} less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InAnyZone","zones":["Graveyard","Exile"]}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast from your graveyard or from exile cost {2} less to cast."},{"mode":{"ReduceActionCost":{"action":"Plot","mode":"Reduce","amount":2}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Plotting cards from your hand costs {2} less."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"3ca32660-bf5f-4398-bef6-a0ec8bc767cf","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6fc27b30-8c8e-434c-a72c-e1d409efc1ae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"Doc Aurlock’s abilities can’t reduce the amount of colored mana you pay for a spell or ability. It reduces only the generic mana component of that spell or ability’s cost."},{"date":"2024-04-12","text":"Doc Aurlock’s abilities don’t change the mana cost or mana value of any spell. They change only the total cost you pay to cast spells or plot cards from the appropriate zones."},{"date":"2024-04-12","text":"Exiling a card using its plot ability is a special action. Once you announce you’re taking that action, no other player can respond by trying to remove that card from your hand."},{"date":"2024-04-12","text":"If a plotted card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-04-12","text":"If you’re casting a plotted card from exile without paying its mana cost, you can’t choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the plotted card has any mandatory additional costs, those must still be paid to cast the spell."},{"date":"2024-04-12","text":"Plot abilities are written “Plot [cost],” which means “Any time you have priority during your main phase while the stack is empty, you may pay [cost] and exile this card from your hand. It becomes plotted.”"},{"date":"2024-04-12","text":"You can’t cast a plotted card on the same turn it became plotted. On any future turn, you may cast that card from exile without paying its mana cost during your main phase while the stack is empty."}],"rarities":["uncommon"]},"docent of perfection":{"name":"Docent of Perfection","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect","Horror"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you cast an instant or sorcery spell, create a 1/1 blue Human Wizard creature token. Then if you control three or more Wizards, transform this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Human Wizard","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human","Wizard"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, create a 1/1 blue Human Wizard creature token. Then if you control three or more Wizards, transform ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"85e797de-da27-4cd5-8fa4-4aef948988b2","metadata":{"related_token_ids":["73179062-388a-599b-a021-b75a409a290a","7513b439-3b1b-51a6-a771-76d22da1c16c"],"source_printing_ids":["2c983363-f900-45f5-b906-d56b91d5c260","30c3d4c1-dc3d-4529-9d6e-8c16149cf6da","96658239-3169-42ef-9983-cd4da24e0f4c","f845e2ef-d4be-4dd9-85fa-41d0564faa4b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["EMN","INR","PEMN","SIR"],"rulings":[{"date":"2025-01-24","text":"All Wizards you control get +2/+1 and have flying, not just those created by Docent of Perfection or Final Iteration."},{"date":"2025-01-24","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack without resolving."},{"date":"2025-01-24","text":"If you control three or more Wizards while you control Docent of Perfection, it won’t transform yet. It only transforms while its triggered ability is resolving after you cast an instant or sorcery spell."},{"date":"2025-01-24","text":"When Docent of Perfection transforms into Final Iteration, the instant or sorcery spell that’s on the stack doesn’t cause Final Iteration’s triggered ability to trigger."}],"rarities":["rare"]},"dockside extortionist":{"name":"Dockside Extortionist","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Pirate"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, create X Treasure tokens, where X is the number of artifacts and enchantments your opponents control. (Treasure tokens are artifacts with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"Opponent","properties":[]}]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create X Treasure tokens, where X is the number of artifacts and enchantments your opponents control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"697bcfe1-ecbf-42a1-bfc7-0766d48ca56b","metadata":{"related_token_ids":["2c57698c-cd24-5f2b-adeb-2224be03ebde","3b9455df-7577-5275-a556-6ba2966e61dc","b0e0f943-429b-5075-a61d-22338c7dfcf6","ba3bda5a-b0c8-5931-818b-0126c810dc7c"],"source_printing_ids":["47fdac35-d709-4078-8205-ad7c79b6644c","571bc9eb-8d13-4008-86b5-2e348a326d58","7eea863e-ebc0-4c8e-b464-80b7dbabe30b","9e2e3efb-75cb-430f-b9f4-cb58f3aeb91b","ae1a83c2-2d44-41ed-813f-f05c44b087f3","c75ee954-9a94-4be2-965d-58979a560827"]},"legalities":{"brawl":"legal","commander":"banned","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","C19","PLST","PRM","TLE"],"rulings":[{"date":"2025-10-02","text":"If an opponent controls an artifact that's also an enchantment, that permanent is counted only once for Dockside Extortionist's ability."}],"rarities":["rare","mythic"]},"dollmaker's shop":{"name":"Dollmaker's Shop","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more non-Toy creatures you control attack a player, create a 1/1 white Toy artifact creature token.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Token","name":"Toy","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Toy"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Toy"}}],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more non-Toy creatures you control attack a player, create a 1/1 white Toy artifact creature token.","constraint":null,"condition":null,"batched":true,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e633412b-e36b-4ec5-b0d0-7cb24c7503f4","metadata":{"related_token_ids":["509d3688-c99e-5b90-b975-8716e3b97fc8"],"source_printing_ids":["4b9225ce-f29d-4235-8e9d-98a4fd159f73","c5ee6651-9946-4bae-b21e-6cf28fa77b13"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"An ability that triggers \"when you unlock this door\" triggers when that door becomes unlocked. This can happen one of two ways: (1) the door becomes unlocked on the battlefield or (2) the door becomes unlocked as the Room enters the battlefield because you cast the corresponding half. In the latter case, since the door becoming unlocked is what causes the ability to trigger, effects that cause abilities that trigger when a permanent enters to trigger an additional time (such as that of Panharmonicon) won't apply."},{"date":"2024-09-20","text":"An ability that triggers \"whenever you fully unlock a Room\" triggers when a door becomes unlocked and the other door of that Room is already unlocked, or when both doors of that Room become unlocked simultaneously."},{"date":"2024-09-20","text":"Any time you have priority during a main phase of your turn and the stack is empty, you may pay the mana cost of a locked door (also called its \"unlock cost\"). That door becomes unlocked. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"Because damage remains marked on creatures until the damage is removed as the turn ends, nonlethal damage dealt to creatures you control while Porcelain Gallery is unlocked may become lethal if other creatures you control leave the battlefield during that turn."},{"date":"2024-09-20","text":"Creatures that enter attacking are never declared as attackers, and as such, they won't cause Dollmaker's Shop's ability to trigger."},{"date":"2024-09-20","text":"Dollmaker's Shop's ability will trigger once for each player you attack with one or more non-Toy creatures."},{"date":"2024-09-20","text":"Each Room card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2024-09-20","text":"Each Room card is a single card. For example, if you discard a Room card, you've discarded one card, not two. If an effect counts the number of enchantment cards in your graveyard, Bottomless Pool // Locker Room counts once, not twice."},{"date":"2024-09-20","text":"Effects that modify a creature's power and/or toughness, such as the effect of Jump Scare, will apply to that creature no matter when they started to take effect. The same is true for any counters that change its power and/or toughness and effects that switch its power and toughness."},{"date":"2024-09-20","text":"If a Room enters from any zone other than the stack, it will enter with both halves locked."},{"date":"2024-09-20","text":"If a spell or ability would create a copy of a Room spell on the stack, the copy retains the choice of which door was cast but also retains the full characteristics of the spell. The characteristics of the door that wasn't cast are still ignored while the copy is on the stack, and when the copy resolves, the token it becomes will enter with the appropriate door unlocked."},{"date":"2024-09-20","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the door you're casting. For example, if an effect allows you to cast a permanent spell with mana value 3 or less from among cards in your graveyard, you could cast Bottomless Pool this way, but not Locker Room."},{"date":"2024-09-20","text":"If neither door of a Room is unlocked, it's a Room enchantment with no name and no abilities."},{"date":"2024-09-20","text":"Porcelain Gallery's ability overrides all previous effects that set the base power and toughness of creatures you control to specific values. Any power- or toughness-setting effects that start to apply to a creature you control after Porcelain Gallery is unlocked will overwrite this effect on that creature."},{"date":"2024-09-20","text":"Room cards have two card faces with a shared type line on a single card. The characteristics of the door you didn't cast are ignored while the spell is on the stack."},{"date":"2024-09-20","text":"Some abilities allow you to lock a door of a Room you control. You can't choose to lock a door that's already locked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are locked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some abilities allow you to unlock a door of a Room you control. You can't choose to unlock a door that's already unlocked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are unlocked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some doors have abilities that trigger whenever you unlock that door and require one or more targets. You can unlock that door even if there would be insufficient legal targets for that triggered ability. The triggered ability won't go on the stack."},{"date":"2024-09-20","text":"To cast a Room spell, choose a half (or \"door\") to cast. There's no way to cast both halves of a Room card. When the Room spell resolves, the corresponding door becomes unlocked as the Room enters."},{"date":"2024-09-20","text":"While in any zone other than the stack or the battlefield, a Room card's characteristics are a combination of its two doors. For example, Bottomless Pool // Locker Room has a mana value of 6 while it's in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Bottomless Pool // Locker Room."},{"date":"2024-09-20","text":"While on the battlefield, a Room's characteristics are a combination of the characteristics of its unlocked doors. For example, if Bottomless Pool // Locker Room is on the battlefield with both doors unlocked, its names are Bottomless Pool and Locker Room, its mana value is 6, it's a Room Enchantment, and it has the abilities in each door's text box."}],"rarities":["mythic"]},"dominating licid":{"name":"Dominating Licid","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Licid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{1}{U}{U}, {T}: This creature loses this ability and becomes an Aura enchantment with enchant creature. Attach it to target creature. You may pay {U} to end this effect.\nYou control enchanted creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},{"type":"SetCardTypes","core_types":["Enchantment"]},{"type":"RemoveAllSubtypes","set":"Enchantment"},{"type":"AddSubtype","subtype":"Aura"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose this ability and becomes an Aura enchantment with enchant creature"}],"duration":null,"target":null},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTarget"},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}{U}{U}, {T}: ~ loses this ability and becomes an Aura enchantment with enchant creature. Attach it to target creature. You may pay {U} to end this effect.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"ChangeController"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You control enchanted creature."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ae2804c6-fb38-4845-ae21-7f41a766cbba","metadata":{"source_printing_ids":["e3e03323-43e8-4ddc-a874-211a97fd7648"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EXO"],"rulings":[{"date":"2004-10-04","text":"It becomes an Enchantment - Aura and stops being all other permanent types."},{"date":"2013-04-15","text":"If a spell that can target enchantments but not creatures (such as Clear) is cast targeting the Licid after it has become an enchantment, but the Licid's controller pays the cost, the Licid will no longer be an enchantment. This will result in the spell failing to resolve for having no legal targets."},{"date":"2013-04-15","text":"Paying the cost to end the effect is a special action and can't be responded to."}],"rarities":["rare"]},"don't blink":{"name":"Don't Blink","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until end of turn, if one or more creatures would enter from exile or after being cast from exile, their owners shuffle them into their libraries instead.\nCycling {2} ({2}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[{"kind":"Spell","effect":{"type":"AddTargetReplacement","replacement":{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":null,"condition":{"type":"EnteredFromZone","origin_constraint":{"type":"Equals","data":"Exile"},"cast_origin":"Exile"},"destination_zone":"Battlefield"},"target":{"type":"None"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, if one or more creatures would enter from exile or after being cast from exile, their owners shuffle them into their libraries instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5733c3fb-c533-456c-b30e-5d2b9e206b6b","metadata":{"source_printing_ids":["6b92aed2-9f40-4507-bd91-fd1b4d405c91","ef31cf95-6e1d-4786-ae92-e1eebdb1da13"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rarities":["uncommon"]},"done":{"name":"Done","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tap up to two target creatures. Those creatures don't untap during their controller's next untap step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"don't untap during their controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Tap up to two target creatures. Those creatures don't untap during their controller's next untap step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5d1d76e0-049c-4a33-96ec-8e60deed16d5","metadata":{"source_printing_ids":["43ab3ed2-2b50-4488-a21f-60965222970a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"split","printings":["MH2"],"rarities":["uncommon"]},"doom blade":{"name":"Doom Blade","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target nonblack creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NotColor","color":"Black"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target nonblack creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"59e7f2ae-4535-4191-98be-3e65b6b2befa","metadata":{"source_printing_ids":["077d5ca8-2a94-4d79-9314-c5ca2aa4d14b","176cdb4b-6ad4-4991-8456-28579640063d","3da9358b-cfe4-4e95-9a9e-a236d6373dcf","5dcd0c4e-4047-47a2-8969-c62616d457c2","685a74bb-f158-4d0e-b840-222ecbf107d4","6e19acff-f3dd-417a-a9ab-ea3e36c1ba61","75d96a37-bdbe-46ae-926f-8742699a0b20","7a06a6a8-34ad-464f-8311-eea6eada332e","7e6c0fe2-a82b-42cb-8629-b9f00b7f08e9","7e89b4da-a095-4790-b1b7-2369fa221aa4","90699423-2556-40f7-b8f5-c9d82f22d52e","a6565f48-185f-4977-8edc-4840b784d29d","d21c3c86-adb0-4e79-aac5-297f2b729825","de576989-5a76-4dc4-b67a-25dd0be3cceb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMD","DDR","E01","E02","GN3","IMA","M10","M11","M12","M14","MSC","P11","PLST","PRM","SLD","STA"],"rarities":["common","uncommon","rare"]},"doom reigns supreme":{"name":"Doom Reigns Supreme","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Plan"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a Villain you control enters, each opponent loses 1 life and you gain 1 life. Put a plan counter on this enchantment.\nWhen the fifth plan counter is put on this enchantment, sacrifice it. When you do, target opponent exiles the top five cards of their library. You may cast up to two spells from among the exiled cards without paying their mana costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"plan","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Villain"}],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Villain you control enters, each opponent loses 1 life and you gain 1 life. Put a plan counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Fixed","value":5}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":true,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When the fifth plan counter is put on ~, sacrifice it. When you do, target opponent exiles the top five cards of their library. You may cast up to two spells from among the exiled cards without paying their mana costs.","constraint":null,"condition":null,"counter_filter":{"counter_type":"plan","threshold":5},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f398a742-22c1-4da9-9d49-fdce2eb93d01","metadata":{"source_printing_ids":["9b99894b-c774-45c2-9ee9-4d6a8e7522f5","d2468de2-fdb1-4d92-a303-30d255423ddf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"doomed traveler":{"name":"Doomed Traveler","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature dies, create a 1/1 white Spirit creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create a 1/1 white Spirit creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a30907c0-fbde-4fd3-a8c7-f304305fcea7","metadata":{"related_token_ids":["308a0f75-96d0-5730-b82b-98562a86e78d","4e0e7748-abc8-5a7b-ab2f-483c152fa372","4eabae94-60df-5ef5-857d-33b3d02d09d0","5bb80cf6-edae-5967-8e02-a2692efe9268","a86a71b8-5cf1-5e5c-bd54-c78752372371","aef0ca69-5e0e-5874-b13b-1b4c657a8c2e","afdf1b42-a3f9-50a2-bdc1-3fdb2f1992ad","ce2518f9-9b10-5646-b0c0-66fe6e097d24","d91b25f6-927e-58c1-86ab-57716579c95d","eb7e80a0-86fa-5946-9ef0-f72f36f86387"],"source_printing_ids":["1bbfd61b-fba3-4826-817a-e0eed7b8eda0","1fba63ba-4585-4c2b-9fef-9738852f4efb","32f2065f-1aff-4d6c-af4b-2c2cfb2e0595","35c69ff9-00f1-4c65-9f73-90775bf9885a","52c3f3f5-47b7-46bf-a5a8-b7a79f41236e","5642cdda-789f-4125-a9ff-7c445bb51950","5a4573af-feba-4c9d-b24b-3d15888a5ce2","652c3bbb-cac8-47ad-81de-41e954e17a29","86f7fae8-a03a-4535-83c1-cece267fedec","8a03d414-bff9-4aba-8b0a-0ed57982251e","9c5b6837-2381-4563-861c-73ef3b5341cd","9e578da8-0ae7-494f-acf3-40732e338742","a8ed737f-dbda-455c-a240-5fca57caeb64","ab2ff619-b82a-45c1-b25a-5b6ece2afdc4","c843ccbe-df68-4cc1-b403-124afb037e0c","e98c3007-c45f-4502-ae4b-693bd64f23ba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","BBD","CLU","CMR","CN2","CNS","DDK","DDQ","E01","IMA","ISD","J21","J22","PLST","SIS"],"rarities":["common"]},"doomwake giant":{"name":"Doomwake Giant","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Constellation — Whenever this creature or another enchantment you control enters, creatures your opponents control get -1/-1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another enchantment you control enters, creatures your opponents control get -1/-1 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ba069664-9f92-47c7-b556-9e5143a22579","metadata":{"source_printing_ids":["0be3f848-ba01-4890-a3a1-ed0dfb564632","8082ddc9-f20c-4d33-8db4-baba03ef22b9","b20eabfb-f086-45dd-97e2-b2ed5286bc3c","d148e1f1-82fd-44ee-ace4-937f2a638329","db8ff080-04d8-43c6-a8a5-1bf4eabf01ca","f6add387-928e-4f86-90a9-28c6090fae9e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C15","CMM","DSC","JOU","PJOU","PLST","PRM","SOC"],"rulings":[{"date":"2014-04-26","text":"A constellation ability triggers whenever an enchantment enters the battlefield under your control for any reason. Enchantments with other card types, such as enchantment creatures, will also cause constellation abilities to trigger."},{"date":"2014-04-26","text":"An Aura spell without bestow that has an illegal target when it tries to resolve won't resolve and will be put into its owner's graveyard. It won't enter the battlefield and constellation abilities won't trigger. An Aura spell with bestow won't be countered this way. It will revert to being an enchantment creature and resolve, entering the battlefield and triggering constellation abilities."},{"date":"2014-04-26","text":"When an enchantment enters the battlefield under your control, each constellation ability of permanents you control will trigger. You can put these abilities on the stack in any order. The last ability you put on the stack will be the first one that resolves."}],"rarities":["rare"]},"doors of durin":{"name":"Doors of Durin","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you attack, scry 2, then you may reveal the top card of your library. If it's a creature card, put it onto the battlefield tapped and attacking. Until your next turn, it gains trample if you control a Dwarf and hexproof if you control an Elf.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample if you control a Dwarf and hexproof"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Creature"]},"optional_targeting":false,"optional":false,"forward_result":true,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, scry 2, then you may reveal the top card of your library. If it's a creature card, put it onto the battlefield tapped and attacking. Until your next turn, it gains trample if you control a Dwarf and hexproof if you control an Elf.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"d82c77a1-2b81-415d-9f18-47e059c15e01","metadata":{"source_printing_ids":["066abb77-5f77-4897-9ab5-16c247e8e80a","25e2fd90-95b0-4b12-846c-80bb979f0724","8ebd8813-4aaf-48bf-9243-3ec4099b8372","ec674497-2793-48f1-b7fd-6bbde96bda10"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"If the creature put onto the battlefield this way is a Dwarf and/or Elf, Doors of Durin will see it when checking whether you control a Dwarf or Elf."}],"rarities":["rare"]},"doran, besieged by time":{"name":"Doran, Besieged by Time","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Treefolk","Druid"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Each creature spell you cast with toughness greater than its power costs {1} less to cast.\nWhenever a creature you control attacks or blocks, it gets +X/+X until end of turn, where X is the difference between its power and toughness.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AttacksOrBlocks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Difference","left":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Recipient"}}},"right":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Recipient"}}}}},"toughness":{"type":"Quantity","value":{"type":"Difference","left":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Recipient"}}},"right":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Recipient"}}}}},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control attacks or blocks, it gets +X/+X until end of turn, where X is the difference between its power and toughness.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature spell you cast with toughness greater than its power costs {1} less to cast."}],"replacements":[],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"dd35a377-0865-4b25-bd0f-aaead29a9f0e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["568aa70a-6765-486a-bd37-5d38b16c46de","9f0a1644-58bb-4826-9832-0ffc372fac1e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Doran's first ability applies only to generic mana in the total cost of creature spells you cast with toughness greater than their power."},{"date":"2025-11-17","text":"The value of X is calculated only once, as Doran's last ability resolves."},{"date":"2025-11-17","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a flashback cost), add any cost increases (such as kicker costs), then apply any cost reductions (such as that of this ability). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."},{"date":"2025-11-17","text":"To find the difference between a creature's power and its toughness, subtract the smaller of those two numbers from the larger one. For example, the difference between the power and toughness of a 3/5 creature is 2. The difference between the power and toughness of a 5/3 creature is also 2."}],"rarities":["rare"]},"dose of dawnglow":{"name":"Dose of Dawnglow","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target creature card from your graveyard to the battlefield. Then if it isn't your main phase, blight 2. (Put two -1/-1 counters on a creature you control.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"BlightEffect","count":2},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"And","conditions":[{"type":"CurrentPhaseIs","phases":["PreCombatMain","PostCombatMain"]},{"type":"IsYourTurn"}]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return target creature card from your graveyard to the battlefield. Then if it isn't your main phase, blight 2.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f852bc33-e2f8-43be-9e6e-7badd1f894ef","metadata":{"source_printing_ids":["47414323-ca30-45b7-a0b2-6668312bee04"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["uncommon"]},"dr. eggman":{"name":"Dr. Eggman","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Scientist"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your end step, draw a card. Then each opponent faces a villainous choice — That player discards a card, or you may put a Construct, Robot, or Vehicle card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Opponent"},"branches":[{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":"That player discards a card","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Construct"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":[{"Subtype":"Robot"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"you may put a Construct, Robot, or Vehicle card from your hand onto the battlefield","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, draw a card. Then each opponent faces a villainous choice — That player discards a card, or you may put a Construct, Robot, or Vehicle card from your hand onto the battlefield.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"fb68c1ae-a129-4c17-81fa-be5da2c32ec5","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["18602e92-69be-4626-a28a-463913108f42"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD"],"rarities":["mythic"]},"dracogenesis":{"name":"Dracogenesis","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":6},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast Dragon spells without paying their mana costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastFromHandFree":{"frequency":"Unlimited","origin":"DefaultCastPermission"}},"affected":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast Dragon spells without paying their mana costs."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"9b06f2bf-146d-4b30-b467-e16f1a942253","metadata":{"source_printing_ids":["0d5674f9-22b2-45f9-902d-4fd245485c60","30f7c75a-c8f7-4f34-bc86-9d0441dc3a40","38b6d099-e31f-45b5-b78a-72a4b38d60f0","737d2ab6-bb45-432c-9ce2-e9ecb513ee4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2025-04-04","text":"If you cast a spell “without paying its mana cost,” you can’t choose to cast it for any alternative costs. You can, however, pay additional costs, such as kicker costs. If the spell has any mandatory additional costs those must be paid to cast the spell."},{"date":"2025-04-04","text":"Once you cast Dracogenesis, if it’s your turn, you’ll have priority immediately after it resolves. You can cast another spell before any player can attempt to remove Dracogenesis with spells or abilities."},{"date":"2025-04-04","text":"You must follow the normal timing permissions and restrictions of each Dragon spell you cast this way."}],"rarities":["mythic"]},"drag to the underworld":{"name":"Drag to the Underworld","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {X} less to cast, where X is your devotion to black. (Each {B} in the mana costs of permanents you control counts toward your devotion to black.)\nDestroy target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"Devotion","colors":{"type":"Fixed","value":["Black"]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {X} less to cast, where X is your devotion to black."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"746dc1d8-f245-47be-abd5-50ca6ac0d1af","metadata":{"source_printing_ids":["91852444-9361-4588-a44f-fb90ba1b30e5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["THB"],"rulings":[{"date":"2020-01-24","text":"Colorless and generic mana symbols ({C}, {0}, {1}, {2}, {X}, and so on) in mana costs of permanents you control don't count toward your devotion to any color."},{"date":"2020-01-24","text":"Hybrid mana symbols, monocolored hybrid mana symbols, and Phyrexian mana symbols do count toward your devotion to their color(s)."},{"date":"2020-01-24","text":"If an activated ability or triggered ability has an effect that depends on your devotion to a color, you count the number of mana symbols of that color among the mana costs of permanents you control as the ability resolves. The permanent with that ability will be counted if it's still on the battlefield at that time."},{"date":"2020-01-24","text":"If you put an Aura on an opponent's permanent, you still control the Aura, and mana symbols in its mana cost count towards your devotion."},{"date":"2020-01-24","text":"Mana symbols in the text boxes of permanents you control don't count toward your devotion to any color."},{"date":"2020-01-24","text":"Once you announce that you're casting a spell, no player may take actions until the spell has been paid for. Notably, opponents can't try to change by how much Drag to the Underworld's cost is reduced."},{"date":"2020-01-24","text":"The cost reduction ability reduces only the generic mana in Drag to the Underworld's cost. The colored mana must still be paid."},{"date":"2020-01-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions (such as that of Drag to the Underworld). The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon"]},"dragon man, reformed robot":{"name":"Dragon Man, Reformed Robot","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Dragon","Robot"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nDragon Man's power is equal to the greatest mana value among noncreature permanents you control and noncreature cards in your graveyard.\nYou may cast this card from your graveyard by discarding a card in addition to paying its other costs.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Max","exprs":[{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"ManaValue","filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Creature"}],"controller":"You","properties":[]}}},{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"ManaValue","filter":{"type":"Typed","type_filters":["Card",{"Non":"Creature"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}}}]}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the greatest mana value among noncreature permanents you control and noncreature cards in your graveyard."},{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Graveyard"],"characteristic_defining":false,"description":"You may cast this card from your graveyard by discarding a card in addition to paying its other costs."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"c03ca2e6-fcce-4018-952f-1c451ab92cfd","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["527e930b-b233-432c-a0dc-73c68ea3f686","97149d71-7f05-4e9c-a1f6-323471833dee"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"dragon whelp":{"name":"Dragon Whelp","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\n{R}: This creature gets +1/+0 until end of turn. If this ability has been activated four or more times this turn, sacrifice this creature at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"{R}: ~ gets +1/+0 until end of turn. If this ability has been activated four or more times this turn, sacrifice ~ at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"705a1985-ed39-4a4b-812e-a677170b596e","metadata":{"source_printing_ids":["2014ba70-9f15-4d37-8574-73bcf69c37d2","25b12a09-cddb-4f84-9804-cb1224a38fb7","2ddb80b5-19b0-47d3-a1ea-7102fe441f2e","2e009adf-aded-4d64-ba3e-ddc3448c967a","349ff6e6-b914-4787-bb90-ea77a3550d23","4190f2d1-e7e5-4cf7-8227-c2690568d159","5adab786-c851-4de3-9349-65f7f01a81f6","643d6f5b-6a17-434d-945a-6b9a05015493","6955b7fb-cdef-4fcf-98ff-fb4e2a331e0f","6bbf1eab-bc32-4835-b566-8634b1fe81b0","7178a1de-741d-49f1-b199-be772c82ad36","71f542ff-3508-4df4-a741-138c9d7b9a81","7ad8ab3d-8a77-4fd3-8d5a-ac1e8a09e3bc","7f7bdfb7-1dc1-4ddf-8146-9276dff37b2b","859f40ef-8c15-4984-8320-526a72d14261","8cfa6000-0ecf-497d-a133-5a9b2ce18cba","d13d40b9-319b-4630-a5cd-228ff2f24367","d3f7b4a5-6096-4e19-bfa6-e44b85f53387","dd7520ad-3b13-41a6-82b2-fef562545f1c","f3a24afb-a316-4546-8606-32910763d57f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","ARC","CED","CEI","CMA","CMD","DDG","DMR","DMU","DRB","FBB","J25","LEA","LEB","M10","PLST","SUM","TSB"],"rulings":[{"date":"2022-09-09","text":"If the fourth (or more) time Dragon Whelp's ability is activated during the same turn happens to be during that turn's end step, the delayed triggered ability won't trigger until the beginning of the next turn's end step. You'll have to sacrifice Dragon Whelp at that time."},{"date":"2022-09-09","text":"The first three times Dragon Whelp's ability is activated in a turn will do nothing other than give it +1/+0 until end of turn. Any subsequent activations will also cause its delayed triggered ability to trigger. That means if you activate Dragon Whelp's ability five times, for example, two different delayed triggered abilities will trigger at the beginning of the next end step and cause you to sacrifice Dragon Whelp."},{"date":"2022-12-08","text":"If the fourth (or subsequent) time Dragon Whelp's ability is activated during the same turn is during that turn's end step, the delayed triggered ability won't trigger until the beginning of the next turn's end step. You'll have to sacrifice Dragon Whelp at that time."},{"date":"2022-12-08","text":"There's no limit to the number of times you can activate Dragon Whelp's ability in a turn. However, the fourth activation in a turn and each subsequent activation will cause a delayed triggered ability that will force you to sacrifice Dragon Whelp at the beginning of the next end step."}],"rarities":["uncommon","special"]},"dragon's rage channeler":{"name":"Dragon's Rage Channeler","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a noncreature spell, surveil 1. (Look at the top card of your library. You may put that card into your graveyard.)\nDelirium — As long as there are four or more card types among cards in your graveyard, this creature gets +2/+2, has flying, and attacks each combat if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a noncreature spell, surveil 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Delirium — As long as there are four or more card types among cards in your graveyard, ~ gets +2/+2, has flying, and attacks each combat if able."},{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Delirium — As long as there are four or more card types among cards in your graveyard, ~ gets +2/+2, has flying, and attacks each combat if able."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0c016ccc-a341-4b76-87ba-69c639d2746d","metadata":{"source_printing_ids":["2429510d-ce59-472d-b0df-5e6b7cdf63af","308e9006-d072-46f4-befd-6a8d37f48582","4ced112a-e775-4f97-97b3-74877e9dce12","8afabd77-d7b3-4544-b3ea-4423a6706b2e","b8e73c11-0fb0-4cce-982d-bf3558fb26f3","c75cc38d-aee6-44ab-be69-26491fb9b808","e162de32-d326-4576-9081-a7b2efd51d46"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["H2R","J21","MB2","MH2","PEWK","PLST","SLD"],"rulings":[{"date":"2021-06-18","text":"Because damage remains marked on a creature until the cleanup step or an effect removes that damage, nonlethal damage dealt to Dragon's Rage Channeler may become lethal if the number of card types found in your graveyard drops below four."},{"date":"2021-06-18","text":"The card types that can appear in a graveyard are artifact, battle, creature, enchantment, instant, kindred, land, planeswalker, and sorcery. Legendary, basic, and snow are supertypes, not card types; Human and Shaman are subtypes, not card types."}],"rarities":["uncommon","rare"]},"dragonborn champion":{"name":"Dragonborn Champion","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon","Warrior"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever a source you control deals 5 or more damage to a player, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a source you control deals 5 or more damage to a player, draw a card.","constraint":null,"condition":null,"batched":false,"damage_amount":["GE",5]}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"9e51ccf9-d55d-4231-8ff5-ef3ca1485c8d","metadata":{"source_printing_ids":["7a450430-9dc9-4934-883e-3580c60a3772","9f6e43a7-84b9-4e89-bfe1-442d08df34d8","bd5b05b0-bc76-46a3-852a-48f4681b8c76"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","SLD"],"rulings":[{"date":"2021-07-23","text":"Dragonborn Champion's last ability only triggers if 5 or more damage is dealt by the same source at the same time. If a source deals 3 damage to a player and then later deals 2 more damage to the same player, this will not cause the ability to trigger."}],"rarities":["rare"]},"dragonstorm globe":{"name":"Dragonstorm Globe","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each Dragon you control enters with an additional +1/+1 counter on it.\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]},"description":"Each Dragon you control enters with an additional +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"f6de5bd7-7704-4a0c-a27a-9e565e49f5e9","metadata":{"source_printing_ids":["7f50aa6e-ce6a-4479-9725-202926245f2c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rulings":[{"date":"2025-04-04","text":"Dragons you control that enter at the same time as Dragonstorm Globe won’t enter with an additional +1/+1 counter."}],"rarities":["common"]},"drake haven":{"name":"Drake Haven","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you cycle or discard a card, you may pay {1}. If you do, create a 2/2 blue Drake creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CycledOrDiscarded","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Drake","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Drake"],"colors":["Blue"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cycle or discard a card, you may pay {1}. If you do, create a 2/2 blue Drake creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"86d3def3-53fa-4cad-bb25-d3275af1e3f5","metadata":{"related_token_ids":["11af66ce-2ebe-568c-b865-2ff6fbddcc14","2311a216-8dd8-52b4-b96c-45bc5579862c","e86fefb7-38d9-58a6-94bc-102738bfd02b"],"source_printing_ids":["4318da9d-dadf-444b-a0d4-fd270b216f5b","4cfe0645-79ec-4e94-a6eb-b38b920d2dab","e2502a3a-2c1d-490e-b958-969dfc7f875a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","C20","PAKH"],"rulings":[{"date":"2017-04-18","text":"An ability that triggers whenever you discard a card doesn’t give you permission to discard cards. You’ll need another effect that instructs or allows you to discard them."},{"date":"2017-04-18","text":"An ability that triggers whenever you “cycle or discard” a card triggers only once if you cycle a card. The ability “Whenever you discard a card” is functionally identical to this ability; cycling is mentioned for clarity."},{"date":"2017-04-18","text":"If a player discards a card during their cleanup step due to having too many cards in hand, any appropriate abilities that trigger on discarding that card trigger. If this happens, those triggered abilities are put onto the stack and players receive priority in that cleanup step to cast spells or activate abilities (normally, no players may take actions during a cleanup step). Another cleanup step is created following that one."},{"date":"2017-04-18","text":"Some cards have an ability that triggers whenever you cycle any card. These triggered abilities resolve before you draw from the cycling ability."},{"date":"2017-04-18","text":"While resolving Drake Haven’s triggered ability, you can’t pay {1} multiple times to get multiple Drakes."}],"rarities":["rare"]},"dramatic reversal":{"name":"Dramatic Reversal","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Untap all nonland permanents you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":"Untap all nonland permanents you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"da46904c-8fb8-44c2-b2ab-775a1cc12ec3","metadata":{"source_printing_ids":["2ad14406-4504-4951-83f0-82c298964d6c","30de9083-8702-471c-92e7-5cf89936a208","6b6ebfd5-12b6-4588-ac0f-eca0de8df955","7e99bb96-dc40-4623-b133-b5def847477d","dcb59045-2743-48ae-8063-727e551b1c41"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GN2","KLD","P30A","PIO","SLD","TLE"],"rarities":["common","uncommon","rare"]},"dramatist's puppet":{"name":"Dramatist's Puppet","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, for each kind of counter on target permanent, put another counter of that kind on it or remove one from it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put another counter of that kind","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"iteration_kind_binding":{"type":"RebindToIteratedKind"}},{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"remove a counter of that kind","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"iteration_kind_binding":{"type":"RebindToIteratedKind"}}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"DistinctCounterKindsAmong","filter":{"type":"ParentTarget"}}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, for each kind of counter on target permanent, put another counter of that kind on it or remove one from it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e3473ed5-f2b2-4a41-aed9-ee37caa9d7be","metadata":{"source_printing_ids":["b490e065-b54a-4015-9768-d0e62f0e2e84"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO"],"rulings":[{"date":"2022-02-18","text":"You choose whether to add or remove counters as the ability resolves. If the permanent has multiple kinds of counters, you don't have to make the same choice for each kind."}],"rarities":["common"]},"drannith magistrate":{"name":"Drannith Magistrate","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Your opponents can't cast spells from anywhere other than their hands.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantCastFrom":{"who":"Opponents"}},"affected":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"InAnyZone","zones":["Graveyard","Library","Exile","Command"]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your opponents can't cast spells from anywhere other than their hands."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"aadd10d0-6dd0-4bdc-8d93-ff08e29a5863","metadata":{"source_printing_ids":["98b0a4a8-9319-451b-9b79-b0bca7a41e91","adaf8f6a-9559-4b47-8e67-2c4c3d6d8c60","d98bed02-600c-4cb3-bff5-960d362861fb"]},"legalities":{"brawl":"banned","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","PIKO","PRM","TLE"],"rulings":[{"date":"2020-04-17","text":"Effects may put cards from other zones onto the battlefield under an opponent's control."},{"date":"2020-04-17","text":"If a rule or effect allows them to do so, your opponents may play lands from zones other than their hand and activate abilities of cards in zones other than their hand."},{"date":"2020-04-17","text":"If an effect says that an opponent may cast a spell from anywhere other than their hand, Drannith Magistrate's restriction overrules that permission."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"drannith stinger":{"name":"Drannith Stinger","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cycle another card, this creature deals 1 damage to each opponent.\nCycling {1} ({1}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":1}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cycle another card, ~ deals 1 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"edd1727e-3a6e-4d0e-b7ae-fae2108d2147","metadata":{"source_printing_ids":["612ee4be-e7a2-423c-a37c-7c6ca97f630e","9c9b5d44-a314-4d72-b4fe-25d6921d51cb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","J22"],"rulings":[{"date":"2020-04-17","text":"In a Two-Headed Giant game, Drannith Stinger’s first ability causes the opposing team to lose 2 life."},{"date":"2020-04-17","text":"Some cards with cycling have an ability that triggers when you cycle them, and some cards have an ability that triggers whenever you cycle any card. These triggered abilities resolve before you draw from the cycling ability."},{"date":"2020-04-17","text":"Triggered abilities from cycling a card and the cycling ability itself aren’t spells. Effects that interact with spells (such as that of Cancel) won’t affect them."},{"date":"2020-04-17","text":"You can cycle a card even if it has a triggered ability from cycling that won’t have a legal target. This is because the cycling ability and the triggered ability are separate. This also means that if either ability is countered (with Disallow, for example), the other ability will still resolve."}],"rarities":["common"]},"dread":{"name":"Dread","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Incarnation"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)\nWhenever a creature deals damage to you, destroy it.\nWhen Dread is put into a graveyard from anywhere, shuffle it into its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":["Fear"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TriggeringSource"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals damage to you, destroy it.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into a graveyard from anywhere, shuffle it into its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"09f41fac-8285-457a-bb71-8c6a93af2df9","metadata":{"source_printing_ids":["9b608658-9150-439b-b0a0-4a994722b95c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LRW"],"rulings":[{"date":"2007-10-01","text":"Although this ability triggers when the Incarnation is put into a graveyard from the battlefield, it doesn’t *specifically* trigger on leaving the battlefield, so it doesn’t behave like other leaves-the-battlefield abilities. The ability will trigger from the graveyard."},{"date":"2007-10-01","text":"If the Incarnation had lost this ability while on the battlefield (due to Lignify, for example) and then was destroyed, the ability would still trigger and it would get shuffled into its owner’s library. However, if the Incarnation lost this ability when it was put into the graveyard (due to Yixlid Jailer, for example), the ability wouldn’t trigger and the Incarnation would remain in the graveyard."},{"date":"2007-10-01","text":"If the Incarnation is removed from the graveyard after the ability triggers but before it resolves, it will remain in its new zone when its owner shuffles their library. Similarly, if a replacement effect has the Incarnation move to a different zone instead of being put into the graveyard, the ability won’t trigger at all."},{"date":"2007-10-01","text":"The last ability triggers when the Incarnation is put into its owner’s graveyard from any zone, not just from on the battlefield."}],"rarities":["rare"]},"dread fugue":{"name":"Dread Fugue","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cleave {2}{B} (You may cast this spell for its cleave cost. If you do, remove the words in square brackets.)\nTarget player reveals their hand. You choose a nonland card from it [with mana value 2 or less]. That player discards that card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Cleave":{"type":"Cost","shards":["Black"],"generic":2}}],"abilities":[{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Player"},"card_filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":2}}]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DiscardCard","count":1,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target player reveals their hand. You choose a nonland card from it with mana value 2 or less. That player discards that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"cleave_variant":{"abilities":[{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Player"},"card_filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DiscardCard","count":1,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target player reveals their hand. You choose a nonland card from it. That player discards that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[]},"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"efe4194a-b3c5-4308-abfe-553e035f5e64","metadata":{"source_printing_ids":["0ad4c472-b8ce-4ae0-a6f0-726ea74722c5","ef8a7485-1630-40f4-8e70-3abd297e8983"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","VOW"],"rulings":[{"date":"2021-11-19","text":"A cleave cost is an alternative cost that's paid instead of the spell's mana cost. Casting a spell for its cleave cost doesn't change the spell's mana value."},{"date":"2021-11-19","text":"If an effect allows you to “cast a spell without paying its mana cost,” you can't cast that spell for its cleave cost."},{"date":"2021-11-19","text":"If you cast a spell for its cleave cost, that spell doesn't have any of the text in square brackets while it's on the stack."},{"date":"2021-11-19","text":"You can't cast a spell for both its cleave cost and another alternative cost. For example, if an effect gives an Alchemist's Retrieval in your graveyard a flashback cost of {U}, you can't cast it from your graveyard for its cleave cost."}],"rarities":["uncommon"]},"dread wanderer":{"name":"Dread Wanderer","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Jackal"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature enters tapped.\n{2}{B}: Return this card from your graveyard to the battlefield. Activate only as a sorcery and only if you have one or fewer cards in hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{B}: Return this card from your graveyard to the battlefield. Activate only as a sorcery and only if you have one or fewer cards in hand.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"HandSizeOneOf","counts":[0,1]}}},{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"88154d64-221f-4742-bccb-b1b61a2e8bf0","metadata":{"source_printing_ids":["343fc82d-7d10-4489-8f7e-9995322114e2","e5d02e15-2020-466e-9857-b8741eaa9ff6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PAKH"],"rarities":["rare"]},"dream devourer":{"name":"Dream Devourer","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Demon","Cleric"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Each nonland card in your hand without foretell has foretell. Its foretell cost is equal to its mana cost reduced by {2}. (During your turn, you may pay {2} and exile it from your hand face down. Cast it on a later turn for its foretell cost.)\nWhenever you foretell a card, this creature gets +2/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Unknown":"Whenever you foretell a card"},"execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you foretell a card, ~ gets +2/+0 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"},{"type":"WithoutKeywordKind","value":"Foretell"}]},"modifications":[{"type":"AddKeyword","keyword":{"Foretell":{"type":"SelfManaCostReduced","reduction":2}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each nonland card in your hand without foretell has foretell. Its foretell cost is equal to its mana cost reduced by {2}."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0ff7440b-b831-40a9-81c4-99d77bf93b8d","metadata":{"source_printing_ids":["30c01887-d4b3-46d2-af6b-2877659d057f","ff1d88a6-a74d-44b5-b7a8-866e866807f1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM","PKHM","PRM"],"rulings":[{"date":"2021-02-05","text":"Because exiling a card with foretell from your hand is a special action, you can do so any time you have priority during your turn, including in response to spells and abilities. Once you announce you’re taking the action, no other player can respond by trying to remove the card from your hand."},{"date":"2021-02-05","text":"Cards that are foretold by virtue of Dream Devourer’s ability won’t continue to have the foretell ability once they leave your hand, but you can still cast them from exile on a later turn for the foretell costs they were given by Dream Devourer."},{"date":"2021-02-05","text":"Casting a foretold card from exile follows the timing rules for that card. If you foretell an instant card, you can cast it as soon as the next player’s turn. In most cases, if you foretell a card that isn’t an instant (or doesn’t have flash), you’ll have to wait until your next turn to cast it."},{"date":"2021-02-05","text":"If you foretell a modal double-faced card, the foretell cost will be based on the mana cost of the face you cast from exile. For example, if you foretell Kolvori, God of Kinship/The Ringhart Crest, you can cast Kolvori by paying {G}{G} or The Ringhart Crest by paying {G} on a future turn. If you foretell a modal double-faced card whose front face is a nonland face but whose back face is a land face, you can’t play that card as a land."},{"date":"2021-02-05","text":"If you’re casting a foretold card from exile for its foretell cost, you can’t choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2021-02-05","text":"It doesn’t matter if Dream Devourer is still on the battlefield or still under your control as you cast the spell from exile."},{"date":"2021-02-05","text":"The last ability triggers when you exile a card from your hand using foretell, not when you cast a foretold card from exile."},{"date":"2021-02-05","text":"The reduction of the foretell cost applies only to generic mana in the foretell cost. It can’t reduce requirements of specific colors of mana. For example, if you foretell a card in your hand with mana cost {1}{G}{G}, its foretell cost will be {G}{G}."}],"rarities":["rare"]},"dream halls":{"name":"Dream Halls","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Rather than pay the mana cost for a spell, its controller may discard a card that shares a color with that spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Rather than pay the mana cost for a spell, its controller may discard a card that shares a color with that spell."},"cost":null,"sub_ability":null,"duration":null,"description":"Rather than pay the mana cost for a spell, its controller may discard a card that shares a color with that spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d901e17f-a5f4-49d9-8a6d-ab771949af24","metadata":{"source_printing_ids":["2c6606d1-619f-4cc9-8d5b-771c4b4d9615","ff4a22d9-007b-4eb7-af9e-b5c2cae36238"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["STH","TPR"],"rulings":[{"date":"2004-10-04","text":"This only replaces the mana cost (the mana in the upper right hand corner of the card). It will not pay additional costs from the card text (such as Buyback) or from other effects. It does not prevent you from paying those additional costs if you want or need to."}],"rarities":["rare","mythic"]},"dream salvage":{"name":"Dream Salvage","mana_cost":{"type":"Cost","shards":["BlueBlack"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw cards equal to the number of cards target opponent discarded this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CardsDiscardedThisTurn","player":{"type":"Target"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw cards equal to the number of cards target opponent discarded this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"a05d478c-a703-4fc4-9496-2894a6acdaef","metadata":{"source_printing_ids":["cac999cc-c5c0-4309-a255-3eb7399af340"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SHM"],"rarities":["uncommon"]},"dredger's insight":{"name":"Dredger's Insight","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more artifact and/or creature cards leave your graveyard, you gain 1 life.\nWhen this enchantment enters, mill four cards. You may put an artifact, creature, or land card from among the milled cards into your hand. (To mill four cards, put the top four cards of your library into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more artifact and/or creature cards leave your graveyard, you gain 1 life.","constraint":null,"condition":null,"batched":true},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":4},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, mill four cards. You may put an artifact, creature, or land card from among the milled cards into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3f21c1c6-7992-4036-ad3e-b599153e54fe","metadata":{"source_printing_ids":["148400a0-7819-4551-9815-9357eed1db4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"drekavac":{"name":"Drekavac","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, sacrifice it unless you discard a noncreature card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you discard a noncreature card.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"random":false,"self_ref":false},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f7971f22-2689-4c6f-9fea-1afc4f5afed3","metadata":{"source_printing_ids":["459d8cb7-cbb8-4e73-9571-44277f1d1be2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DIS"],"rarities":["uncommon"]},"driftgloom coyote":{"name":"Driftgloom Coyote","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Coyote"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, exile target creature an opponent controls until this creature leaves the battlefield. If that creature had power 2 or less, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"use_lki":true},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile target creature an opponent controls until ~ leaves the battlefield. If that creature had power 2 or less, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f76a86f3-568a-40b3-8e2c-f84db4141293","metadata":{"source_printing_ids":["d7ab2de3-3aea-461a-a74f-fb742cf8a198"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"Auras attached to the exiled creature will be put into their owners’ graveyards. Any Equipment will become unattached and remain on the battlefield. Any counters on the exiled creature will cease to exist. When the card returns to the battlefield, it will be a new object with no connection to the card that was exiled."},{"date":"2024-07-26","text":"If Driftgloom Coyote leaves the battlefield before its triggered ability resolves, the target creature won’t be exiled."},{"date":"2024-07-26","text":"If a token is exiled this way, it will cease to exist and won’t return to the battlefield."},{"date":"2024-07-26","text":"Use the power of the exiled creature as it last existed on the battlefield to determine whether or not to put a +1/+1 counter on Driftgloom Coyote."}],"rarities":["uncommon"]},"drizzt do'urden":{"name":"Drizzt Do'Urden","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Ranger"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Double strike\nWhen Drizzt enters, create Guenhwyvar, a legendary 4/1 green Cat creature token with trample.\nWhenever a creature dies, if it had power greater than Drizzt's power, put a number of +1/+1 counters on Drizzt equal to the difference.","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Guenhwyvar","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":1},"types":["Creature","Cat"],"colors":["Green"],"keywords":["Trample"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"supertypes":["Legendary"]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create Guenhwyvar, a legendary 4/1 green Cat creature token with trample.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"right":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature dies, if it had power greater than ~'s power, put a number of +1/+1 counters on ~ equal to the difference.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"1e939df0-d421-42b7-b642-88b3555fd8df","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["fda93a46-0633-58b7-a7e3-757852f6e47a"],"source_printing_ids":["46e3259e-93c2-48c0-8b96-835cdb883383","4bcd9221-c59b-4c92-b6fc-972a17e2dd0e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR"],"rulings":[{"date":"2021-07-23","text":"Drizzt's last ability checks his power both at the time the creature dies and at the time the ability resolves. Notably, this means that if several creatures with power greater than Drizzt's die at the same time, Drizzt's ability will trigger that many times, but some of those abilities may not put counters on him as they resolve."}],"rarities":["rare"]},"dromoka's command":{"name":"Dromoka's Command","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two —\n• Prevent all damage target instant or sorcery spell would deal this turn.\n• Target player sacrifices an enchantment of their choice.\n• Put a +1/+1 counter on target creature.\n• Target creature you control fights target creature you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"AllDamage","damage_source_filter":{"type":"And","filters":[{"type":"ParentTargetSlot","index":0},{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}]}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"TargetPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"3bd8ea71-cbcc-4659-b9a8-88cf27ee12d8","modal":{"min_choices":2,"max_choices":2,"mode_count":4,"mode_descriptions":["Prevent all damage target instant or sorcery spell would deal this turn.","Target player sacrifices an enchantment of their choice.","Put a +1/+1 counter on target creature.","Target creature you control fights target creature you don't control."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["1437f747-51b7-4fe1-bd98-282a27c3470f","43571705-6d53-4ec1-9159-c9c98771b3b6","4e5d0d2a-4984-47f9-b791-4055c8298ac1","df1e43a8-0adc-4e26-bc56-6b914bd35838","f356a294-a032-4457-b891-09806fab050a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","DTK","HA5","MOC","PDTK","PLST"],"rulings":[{"date":"2015-02-25","text":"Although most instants and sorceries that cause damage to be dealt are the sources of that damage, a few cause other objects to deal damage (for example, spells that cause creatures to fight). The first ability of Dromoka's Command won't prevent damage caused by those other sources."},{"date":"2015-02-25","text":"As the spell resolves, follow the instructions of the modes you chose in the order they are printed on the card. For example, if you chose the second and fourth modes of Ojutai's Command, you would gain 4 life and then draw a card. (The order won't matter in most cases.)"},{"date":"2015-02-25","text":"If a Command is copied, the effect that creates the copy will usually allow you to choose new targets for the copy, but you can't choose new modes."},{"date":"2015-02-25","text":"If all targets for the chosen modes become illegal before the Command resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2015-02-25","text":"You can choose a mode only if you can choose legal targets for that mode. Ignore the targeting requirements for modes that aren't chosen. For example, you can cast Ojutai's Command without targeting a creature spell provided you don't choose the third mode."},{"date":"2015-02-25","text":"You can target any player with the second ability, including one that doesn't control an enchantment."},{"date":"2015-02-25","text":"You choose the two modes as you cast the spell. You must choose two different modes. Once modes are chosen, they can't be changed."}],"rarities":["rare"]},"dryad arbor":{"name":"Dryad Arbor","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land","Creature"],"subtypes":["Forest","Dryad"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"(This land isn't a spell, it's affected by summoning sickness, and it has \"{T}: Add {G}.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green"],"color_identity":["Green"],"scryfall_oracle_id":"e996cd67-739c-40f4-b276-0042acf26c71","metadata":{"source_printing_ids":["42852efb-6ab1-42cf-8678-8154f29039bd","5c4fb7f9-a551-4253-a46e-f6284d355388","7d131beb-9458-4ad4-8074-85e116a3d24d","8cee476d-42e1-4997-87af-73e18f542167","bb3a843b-2dea-4b44-be74-c09c18b9b969","e3ddbebf-72cd-4d1b-ba0d-d94934654ab7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DSC","FUT","MB2","PLST","SLD","TSR","V12"],"rulings":[{"date":"2011-09-22","text":"If Dryad Arbor is changed into another basic land type (such as by Sea's Claim), it continues to be a creature and a Dryad."},{"date":"2013-06-07","text":"Although originally printed with a characteristic-defining ability that defined its color, this card now has a color indicator. This color indicator can't be affected by text-changing effects (such as the one created by Crystal Spray), although color-changing effects can still overwrite it."},{"date":"2021-03-19","text":"Dryad Arbor is played as a land. It doesn't use the stack, it's not a spell, it can't be responded to, it has no mana cost, and it counts as your land play for the turn."},{"date":"2021-03-19","text":"Due to its color indicator (appearing to the left of its type line), Dryad Arbor is green. Color indicators apply in all zones, not just the battlefield."},{"date":"2021-03-19","text":"Forest is a land type and Dryad is a creature type."},{"date":"2021-03-19","text":"If Dryad Arbor is changed into another basic land type, it continues to be a green Dryad creature."},{"date":"2021-03-19","text":"If a Dryad Arbor gains flash, or you have the ability to play Dryad Arbor as though it had flash (due to Teferi, Mage of Zhalfir or Scout's Warning, for example), you can ignore the normal timing rules for when during your turn you can play a land, but not any other restrictions. You can't play Dryad Arbor during another player's turn, and you can't play Dryad Arbor if you don't have any land plays remaining."}],"rarities":["uncommon","rare"]},"dualcaster mage":{"name":"Dualcaster Mage","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this creature enters, copy target instant or sorcery spell. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, copy target instant or sorcery spell. You may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"8eb7c0a5-6190-40de-b473-2d1daa3bbe28","metadata":{"source_printing_ids":["0b80c8a0-0870-4836-bee1-f4a805d119d6","1371d7cb-3839-46e9-a02d-2253e18d2029","32d294e8-ed96-4584-b4f2-1b03ae6d1314","75c02edc-d25b-4619-b028-383a39c63a8c","a3508f2a-a800-4e55-8f65-29bd2f0aefb4","a50607c1-c283-44b7-b69b-79d1ad332b5a","defcc4a3-40e0-4f5d-b23c-6cd6a614abc1","ea11f546-4f7c-4649-9e6e-65d0a3ef3912","ea4814b8-9aea-4e44-aec1-d585473f5d1c","fb883762-6eb7-4d35-9e82-9c32809206cd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C14","C20","C21","CM2","CMR","E01","EMA","J15","JMP","PRM","SPG"],"rulings":[{"date":"2016-06-08","text":"As Dualcaster Mage's triggered ability resolves, it creates a copy of a spell on the stack. The copy isn't cast, so abilities that trigger when a player casts a spell won't trigger."},{"date":"2016-06-08","text":"Dualcaster Mage's triggered ability can target (and copy) any instant or sorcery spell, not just one with targets. It doesn't matter who controls it."},{"date":"2016-06-08","text":"If the copy says that it affects \"you,\" it affects the controller of the copy, not the controller of the original spell. Similarly, if the copy says that it affects an \"opponent,\" it affects an opponent of the copy's controller, not an opponent of the original spell's controller."},{"date":"2016-06-08","text":"If the spell has an X whose value was determined as it was cast (like Earthquake does), the copy has the same value of X."},{"date":"2016-06-08","text":"If the spell is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode. You can't choose a different one."},{"date":"2016-06-08","text":"The copy will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2016-06-08","text":"You can't choose to pay any additional costs for the copy. However, effects based on any additional or alternative costs paid for the targeted spell are copied as though those same costs were paid for the copy."}],"rarities":["rare","mythic"]},"duel for dominance":{"name":"Duel for Dominance","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Coven — Choose target creature you control and target creature you don't control. If you control three or more creatures with different powers, put a +1/+1 counter on the chosen creature you control. Then the chosen creatures fight each other. (Each deals damage equal to its power to the other.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetSlot","index":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"ParentTarget"},"subject":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCountDistinct","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},"qualities":["Power"]}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Coven — Choose target creature you control and target creature you don't control. If you control three or more creatures with different powers, put a +1/+1 counter on the chosen creature you control. Then the chosen creatures fight each other.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5064a55a-9692-4a67-9e82-16250b9140d1","metadata":{"source_printing_ids":["27bb8f11-43a2-451a-b58b-ba9d8d15ed2d","9bb0a0c8-158e-4a6f-976e-3de9f57c3463","c823ffae-4967-4a5d-a5d5-f00c25262e4f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","INR","MID"],"rulings":[{"date":"2021-09-24","text":"If you control three or more creatures with different powers and the target creature you control is still a legal target as Duel for Dominance resolves but the target creature you don't control isn't, you will still put a +1/+1 counter on the creature you control. It isn't much of a duel, but your creature is still dominant."},{"date":"2021-09-24","text":"Only the +1/+1 counter is contingent on having three or more creatures with different powers. The target creatures will still fight even if you don't have three or more creatures with different powers when Duel for Dominance resolves."}],"rarities":["common"]},"duggan, private detective":{"name":"Duggan, Private Detective","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Detective"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Duggan's power and toughness are each equal to the number of cards in your hand.\nWhenever Duggan enters or attacks, investigate.\nThe Most Important Punch in History — {1}{G}, {T}: Duggan deals damage equal to twice its power to another target creature. Activate only once.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"The Most Important Punch in History — {1}{G}, {T}: ~ deals damage equal to twice its power to another target creature. Activate only once.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, investigate.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the number of cards in your hand."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"0fbe3805-b59b-47fc-ab21-f05a4aa4cfe0","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["915356b7-202a-5619-b003-e613d245d5bb"],"source_printing_ids":["0d0cfc0e-6a38-4fa2-8e4b-64a893591fec","0d669c14-a549-4d17-bd1a-ddd5e9a1a4c6","6f4f9d74-c6ed-45f5-96b3-69b918ec9462","ad21aafe-c093-40db-830e-da4c87055254"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Duggan, Private Detective's last ability can be activated only once during the game. However, if Duggan leaves and later returns to the battlefield, he's considered a new permanent (with a new set of abilities) and it can be activated again."}],"rarities":["rare"]},"dunerider outlaw":{"name":"Dunerider Outlaw","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rebel","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Protection from green\nAt the beginning of each end step, if this creature dealt damage to an opponent this turn, put a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Protection":{"Color":"Green"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if ~ dealt damage to an opponent this turn, put a +1/+1 counter on it.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"SelfRef"},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"934808a1-31d9-4b82-9626-5f1286a52f1d","metadata":{"source_printing_ids":["42f6f584-9ed3-4e93-ac1a-31878a6b7118","9965d9f9-0a7b-48bc-a6ab-d8b73c4550a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLC","TSR"],"rulings":[{"date":"2021-03-19","text":"Dunerider Outlaw's triggered ability checks to see if it dealt damage during the turn to an opponent of its current controller. If it dealt damage to player A, then player A takes control of it, the ability doesn't trigger."},{"date":"2021-03-19","text":"Dunerider Outlaw's triggered ability gives it at most one +1/+1 counter each turn, regardless of how many opponents were dealt damage beyond the first."},{"date":"2021-03-19","text":"If Dunerider Outlaw dealt damage to an opponent who later left the game before that turn's end step, its ability still gives it a +1/+1 counter."}],"rarities":["uncommon"]},"duplicity":{"name":"Duplicity","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile the top five cards of your library face down.\nAt the beginning of your upkeep, you may exile all cards from your hand face down. If you do, put all other cards you own exiled with this enchantment into your hand.\nAt the beginning of your end step, discard a card.\nWhen you lose control of this enchantment, put all cards exiled with this enchantment into their owner's graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":5},"face_down":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile the top five cards of your library face down.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Hand","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Another"},{"type":"Owned","controller":"You"}]},{"type":"ExiledBySource"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may exile all cards from your hand face down. If you do, put all other cards you own exiled with ~ into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, discard a card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChangesController","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Graveyard","target":{"type":"ExiledBySource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you lose control of ~, put all cards exiled with ~ into their owner's graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"01072a45-ab1c-4d19-b493-76cf4aae351e","metadata":{"source_printing_ids":["d529cb33-292d-40e3-8cfe-db5eeb0d711e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TMP"],"rulings":[{"date":"2004-10-04","text":"The cards are face down all the time. You can’t look at them. This applies even to cards from your hand that got swapped out. You have to remember what they were if you care."},{"date":"2008-04-01","text":"For a time the last ability triggered when Duplicity left the battlefield. It has been restored to triggering when you lose control of Duplicity."},{"date":"2008-04-01","text":"Taking control of another player’s Duplicity will trigger the ability that causes the cards they exiled to be put into their owner’s graveyard."}],"rarities":["rare"]},"duskmantle seer":{"name":"Duskmantle Seer","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your upkeep, each player reveals the top card of their library, loses life equal to that card's mana value, then puts it into their hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, each player reveals the top card of their library, loses life equal to that card's mana value, then puts it into their hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"d8d9c7e2-8ae7-4e1c-9859-bb3b85a48117","metadata":{"source_printing_ids":["4946e4f9-aab3-4f81-af44-f6b03cd07dc8","4d6d4280-4a45-4e77-a33e-58955d096adc","63711861-87e0-4a63-8b7b-f834aa5f3f18","9c58a1e6-be79-4eb3-94a9-d94b40a7cb15"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C18","CLU","CN2","GTC"],"rulings":[{"date":"2013-01-24","text":"The cards put into hands this way are not “drawn.” For example, you couldn’t reveal a card with miracle put into your hand this way (but it also won’t count as the first card you’ve drawn this turn either)."},{"date":"2013-01-24","text":"The loss of life is simultaneous. If this causes both players to end up at 0 or less life, the game will be a draw. In a multiplayer game, players with 0 or less life will lose the game."}],"rarities":["rare","mythic"]},"duskwielder":{"name":"Duskwielder","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Berserker"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Boast — {1}: Target opponent loses 1 life and you gain 1 life. (Activate only if this creature attacked this turn and only once each turn.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Boast — {1}: Target opponent loses 1 life and you gain 1 life.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"},{"type":"RequiresCondition","data":{"condition":{"type":"SourceAttackedThisTurn"}}}],"ability_tag":{"type":"Boast"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"b9227f38-7db7-4ea1-9482-94e5de3984fe","metadata":{"source_printing_ids":["5b5490b8-5652-40f5-8678-e1263ef69b5a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM"],"rulings":[{"date":"2021-02-05","text":"A boast ability can be activated at any point after the creature with that ability has been declared as an attacker. This can be before blockers are declared, after blockers are declared but before combat damage is dealt, during combat after combat damage is dealt, during the postcombat main phase, during the end step, or, in some unusual cases, during the cleanup step."},{"date":"2021-02-05","text":"If a creature with a boast ability is put onto the battlefield attacking, it was never declared as an attacker. Its boast ability can't be activated that turn."},{"date":"2021-02-05","text":"If an effect adds additional combat phases to a turn and a creature with a boast ability attacks more than once during that turn, its boast ability can still be activated only once."},{"date":"2021-02-05","text":"If it's not your turn and you gain control of a creature with a boast ability after that creature attacked, you can activate that creature's boast ability if it hasn't been activated yet that turn."}],"rarities":["common"]},"earth's mightiest heroes":{"name":"Earth's Mightiest Heroes","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 5 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 5 or more.)\nReveal the top eight cards of your library. You may put a creature card from among them onto the battlefield. If this spell was cast using teamwork, put any number of creature cards from among them onto the battlefield instead. Put the rest into your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":5}],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":8},"destination":"Battlefield","keep_count":4294967295,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Graveyard","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":8},"destination":"Battlefield","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Graveyard","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Reveal the top eight cards of your library. You may put a creature card from among them onto the battlefield. If this spell was cast using teamwork, put any number of creature cards from among them onto the battlefield instead. Put the rest into your graveyard.","target_prompt":null,"condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2b87bcac-ec64-4012-9e75-f459d3640eb3","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":5},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["b3534144-0738-4bbc-8d77-c78e28ce42eb","b38b9bd6-1dd7-4bbc-8a82-ce391c1172e1","d8eebea7-a210-41c2-b505-3b9a4cdd5339"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"earthbender ascension":{"name":"Earthbender Ascension","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, earthbend 2. Then search your library for a basic land card, put it onto the battlefield tapped, then shuffle.\nLandfall — Whenever a land you control enters, put a quest counter on this enchantment. When you do, if it has four or more quest counters on it, put a +1/+1 counter on target creature you control. It gains trample until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, earthbend 2. Then search your library for a basic land card, put it onto the battlefield tapped, then shuffle.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"quest","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"quest"}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, put a quest counter on ~. When you do, if it has four or more quest counters on it, put a +1/+1 counter on target creature you control. It gains trample until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f8966fd5-2926-4ba0-b7d6-cfea40cd4e05","metadata":{"source_printing_ids":["590a58ab-5e98-4031-8aa6-ce396dc1429f","826b4f26-419a-4d74-8c70-275555092095"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"The land that the first ability searches for is not on the battlefield when you select targets for earthbend, so it cannot be the land that you earthbend."}],"rarities":["rare"]},"earthbending lesson":{"name":"Earthbending Lesson","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Lesson"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Earthbend 4. (Target land you control becomes a 0/0 creature with haste that's still a land. Put four +1/+1 counters on it. When it dies or is exiled, return it to the battlefield tapped.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":"Earthbend 4.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5e113f0f-4469-4276-82e1-0a804f3de444","metadata":{"source_printing_ids":["eccd63b3-3a3a-4661-9d6e-fb8152429bdb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rarities":["common"]},"earthbending student":{"name":"Earthbending Student","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior","Ally"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, earthbend 2. (Target land you control becomes a 0/0 creature with haste that's still a land. Put two +1/+1 counters on it. When it dies or is exiled, return it to the battlefield tapped.)\nLand creatures you control have vigilance. (Attacking doesn't cause them to tap.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, earthbend 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature","Land"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Land creatures you control have vigilance."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8f8fd2ba-df0e-49bd-a916-cc4f50b9fa24","metadata":{"source_printing_ids":["1f068ce9-f4c2-4d40-bfa3-7f21f6d3b0b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TLE"],"rarities":["uncommon"]},"earthcraft":{"name":"Earthcraft","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tap an untapped creature you control: Untap target basic land.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Tap an untapped creature you control: Untap target basic land.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"50aa7aff-1f01-4224-9a83-01f74d703ec2","metadata":{"source_printing_ids":["9dda7531-82a1-4f49-8858-601ddbc6e2bc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"banned","oathbreaker":"legal","premodern":"banned","vintage":"legal"},"printings":["TMP"],"rarities":["rare"]},"earthrumbler":{"name":"Earthrumbler","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Vigilance, trample\nExile an artifact or creature card from your graveyard: This Vehicle becomes an artifact creature until end of turn.\nCrew 3 (Tap any number of creatures you control with total power 3 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample","Vigilance",{"Crew":{"power":3,"once_per_turn":null}}],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Exile","count":1,"zone":null,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Exile an artifact or creature card from your graveyard: ~ becomes an artifact creature until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ba5982a9-e8c1-4e7c-9a73-c4caad0f7336","metadata":{"source_printing_ids":["0d95a5f3-7f14-4d59-8329-559ed4ff0491","ee386cd0-934a-4b33-9db3-0a9033ab577e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"ebony charm":{"name":"Ebony Charm","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Target opponent loses 1 life and you gain 1 life.\n• Exile up to three target cards from a single graveyard.\n• Target creature gains fear until end of turn. (It can't be blocked except by artifact creatures and/or black creatures.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":3}},"target_constraints":[{"type":"SameZoneOwner","zone":"Graveyard"}],"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Fear"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain fear"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2f3237fe-9e07-4aad-8bc8-7ef4b510dd36","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Target opponent loses 1 life and you gain 1 life.","Exile up to three target cards from a single graveyard.","Target creature gains fear until end of turn."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["29463ce6-92ef-4bae-88a5-e9ba30b018df","72bf17a8-d30d-4ac4-b052-7226de1b9679","937c8016-43c8-418b-9057-b5d6715f71f7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR","WC97"],"rulings":[{"date":"2004-10-04","text":"It targets the cards in the graveyard. These targets are selected when casting the spell."}],"rarities":["common"]},"echo of eons":{"name":"Echo of Eons","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player shuffles their hand and graveyard into their library, then draws seven cards.\nFlashback {2}{U} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":2}}}],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Library","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Library","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":7},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Each player shuffles their hand and graveyard into their library, then draws seven cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"23d3e5fe-3f82-44cf-91a1-6646a12a0255","metadata":{"source_printing_ids":["4a2a3a29-b629-45f8-bd20-68a8d5018504","eabe1af2-d26e-4086-a71d-f818fb41fa25","ff590af2-2d6c-4f16-a9b8-1a6dab6e9ad5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MB2","MH1","PRM","SLD"],"rulings":[{"date":"2019-06-14","text":"Echo of Eons won't be put into your graveyard until after it's finished resolving, which means it won't be shuffled into your library as part of its own effect."},{"date":"2021-03-19","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2021-03-19","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-03-19","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-03-19","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-03-19","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare","mythic"]},"edgar markov":{"name":"Edgar Markov","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Knight"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Eminence — Whenever you cast another Vampire spell, if Edgar is in the command zone or on the battlefield, create a 1/1 black Vampire creature token.\nFirst strike, haste\nWhenever Edgar attacks, put a +1/+1 counter on each Vampire you control.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Haste"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Vampire","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Vampire"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Vampire"}],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Command","Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast another Vampire spell, if ~ is in the command zone or on the battlefield, create a 1/1 black Vampire creature token.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"SourceInZone","zone":"Command"},{"type":"SourceInZone","zone":"Battlefield"}]},"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[{"Subtype":"Vampire"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, put a +1/+1 counter on each Vampire you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"41e2790d-49f5-4e98-b8d9-04179f47f13a","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["59362450-cc94-5dbb-ae9e-135b4307ad79","c33a3444-658a-527b-bce0-1e6943252771"],"source_printing_ids":["089b6e6f-c178-4612-866f-da9cbc01b442","8d94b8ec-ecda-43c8-a60e-1ba33e6a54a4","9a3c8eb0-7a55-4897-8324-f3d08c707c4d","a577ba08-0aa8-45be-aa83-d5078770127c","e70bfc25-3c0c-4574-b504-1d1f73e9e790"]},"legalities":{"commander":"legal","duel":"restricted","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","INR","OC17","PJ21","PZ2"],"rulings":[{"date":"2025-01-24","text":"Edgar Markov’s eminence ability is a triggered ability. Edgar must be on the battlefield or in the command zone when you cast another Vampire spell and also as the triggered ability resolves. If it’s on the battlefield or in the command zone when you cast another Vampire spell but leaves that zone before the ability resolves, the ability won’t do anything as it resolves."},{"date":"2025-01-24","text":"Notably, if Edgar Markov is on the battlefield and its eminence ability triggers, but it’s put into the command zone before that ability resolves, that ability won’t do anything as it resolves. This is because an object that changes zones is considered a new object."}],"rarities":["mythic"]},"edgewall innkeeper":{"name":"Edgewall Innkeeper","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Peasant"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a creature spell that has an Adventure, draw a card. (It doesn't need to have gone on the adventure first.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a creature spell that has an Adventure, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e3d7cea4-0d4c-4320-966d-17ef69b5e433","metadata":{"source_printing_ids":["7c5d0560-f9e6-4c70-8cce-cae61e4e74bc","abe77478-70fe-4afb-98f3-deb2a6a24bea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","PLST"],"rulings":[{"date":"2019-10-04","text":"An effect may refer to a card, spell, or permanent that \"has an Adventure.\" This refers to a card, spell, or permanent that has an adventurer card's set of alternative characteristics, even if they're not being used and even if that card was never cast as an Adventure."},{"date":"2019-10-04","text":"Edgewall Innkeeper's ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2019-10-04","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won't find an instant or sorcery spell on the stack that's been cast as an Adventure."}],"rarities":["uncommon"]},"edric, spymaster of trest":{"name":"Edric, Spymaster of Trest","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature deals combat damage to one of your opponents, its controller may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals combat damage to one of your opponents, its controller may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"9a1de7e4-9930-4db3-a8f3-d146d0abf38b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0029955b-32a5-4dd8-8a8c-5c80cdfd13aa","2183cfb3-6bf5-4fbc-b535-a42ba954e8a3","22d6a4c9-4bdd-4e70-8481-95260e6aa7ab","75b7f5a3-a936-4613-b5e7-6637e1b17e2a"]},"legalities":{"commander":"legal","duel":"restricted","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","CM1","CMD","CNS","OTC","PCMD","PZ1","VMA"],"rulings":[{"date":"2011-09-22","text":"A creature controlled by an opponent that deals combat damage to another opponent will cause Edric's ability to trigger. The creature's controller chooses whether to draw a card."},{"date":"2011-09-22","text":"When a creature you control deals combat damage to one of your opponents, you may draw a card."},{"date":"2015-01-19","text":"Edric, Spymaster of Trest is banned as a commander in Duel Commander format, but it may be part of your deck."}],"rarities":["rare"]},"eidolon of the great revel":{"name":"Eidolon of the Great Revel","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a spell with mana value 3 or less, this creature deals 2 damage to that player.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell with mana value 3 or less, ~ deals 2 damage to that player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2fd7018e-1c36-4d7f-8f72-22f2f7f60c60","metadata":{"source_printing_ids":["183ef738-0559-49ca-85b4-e6836521f203","37ee1553-d23c-4ded-b809-e4ee8634cb9c","a6c10816-e825-452a-90b0-80eb9f20bd6d","ded4ab9d-91af-4cb9-90dc-b6bd6897b1ed"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","EA2","JOU","PLST","SCH","SLD"],"rulings":[{"date":"2018-03-16","text":"Casting Eidolon of the Great Revel doesn't cause its own ability to trigger. It must be on the battlefield when the spell is cast for its ability to trigger."},{"date":"2018-03-16","text":"The amount of mana spent to cast a spell doesn't change its mana value. For example, a card cast with its morph ability has a mana value of 0 even though {3} was paid."},{"date":"2018-03-16","text":"The mana value of a spell with {X} in its mana cost includes the value chosen for X."}],"rarities":["rare"]},"eiganjo, seat of the empire":{"name":"Eiganjo, Seat of the Empire","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {W}.\nChannel — {2}{W}, Discard this card: It deals 4 damage to target attacking or blocking creature. This ability costs {1} less to activate for each legendary creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Blocking"}]}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":"Channel — {2}{W}, Discard this card: It deals 4 damage to target attacking or blocking creature. This ability costs {1} less to activate for each legendary creature you control.","target_prompt":null,"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}}}},"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7edb3d15-4f70-4ebe-8c5e-caf6a225076d","metadata":{"source_printing_ids":["7c31c48f-6275-4430-8dc9-05d70c332b7a","c375a022-5b57-496d-a802-e4ea8376e9e4","ecb53f59-d89b-481c-af98-75c11c30ee17"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"Discarding the card is part of the cost to activate a channel ability."},{"date":"2022-02-18","text":"If a channel ability requires a target, you may not activate it without a target just to discard the card."}],"rarities":["rare"]},"eladamri, korvecdal":{"name":"Eladamri, Korvecdal","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nYou may cast creature spells from the top of your library.\n{G}, {T}, Tap two untapped creatures you control: Reveal a card from your hand or the top card of your library. If you reveal a creature card this way, put it onto the battlefield. Activate only during your turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"RevealHand","target":{"type":"Controller"},"card_filter":{"type":"Any"},"count":null,"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},{"type":"Tap"},{"type":"TapCreatures","requirement":{"requirement":"count","count":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{G}, {T}, Tap two untapped creatures you control: Reveal a card from your hand or the top card of your library. If you reveal a creature card this way, put it onto the battlefield. Activate only during your turn.","target_prompt":null,"activation_restrictions":[{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast creature spells from the top of your library."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"9aff3d55-e25d-4f06-a783-c3aa9eb9fd50","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["86029eaa-b5d3-40ba-8eba-6e6002ea4325","89e17861-e0e6-4660-8705-6c71f10d1f19","cc45370c-79f4-428b-ac65-8397e1190cfd","dfdabdda-bd46-4ea2-8b37-5d7f6cec6aff"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Because you never \"cast\" a land card, Eladamri, Korvecdal doesn't allow you to play a land creature (such as Dryad Arbor) from the top of your library."},{"date":"2024-06-07","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast a spell from the top of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2024-06-07","text":"You can look at the top card of your library whenever you want (with one restriction; see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2024-06-07","text":"You must pay all costs and follow all timing rules for spells cast from the top of your library this way."}],"rarities":["mythic"]},"elbrus, the binding blade":{"name":"Elbrus, the Binding Blade","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+0.\nWhen equipped creature deals combat damage to a player, unattach Elbrus, then transform it.\nEquip {1}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"unattach","description":"unattach ~"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"AttachedTo"},"description":"When equipped creature deals combat damage to a player, unattach ~, then transform it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+0."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"da5881ca-b86e-4582-ae0e-1570c59773ae","metadata":{"source_printing_ids":["5d32989c-197d-49c8-8435-d9fbafdf3a8a","683af377-c491-4f62-900c-6b83d75c33c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["DKA","PLST","V17"],"rulings":[{"date":"2011-01-22","text":"Elbrus will transform even if you are unable to unattach it (most likely because the equipped creature died)."},{"date":"2011-01-22","text":"In a multiplayer game using the limited range of influence option (such as a Grand Melee game), if a spell or ability says that you win the game, it instead causes all of your opponents within your range of influence to lose the game. This is another way by which Withengar's ability can trigger."},{"date":"2011-01-22","text":"The \"legend rule\" checks only for permanents with exactly the same name. Elbrus, the Binding Blade and Withengar Unbound can be on the battlefield at the same time without either going to its owner's graveyard."},{"date":"2011-01-22","text":"Withengar's triggered ability will trigger no matter how a player loses the game: due to a state-based action (as a result of having a life total of 0 or less, trying to draw a card from an empty library, or having ten poison counters), a spell or ability that says that player loses the game, a concession, or a game loss awarded by a judge."}],"rarities":["mythic"]},"elder deep-fiend":{"name":"Elder Deep-Fiend","mana_cost":{"type":"Cost","shards":[],"generic":8},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi","Octopus"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flash\nEmerge {5}{U}{U} (You may cast this spell by sacrificing a creature and paying the emerge cost reduced by that creature's mana value.)\nWhen you cast this spell, tap up to four target permanents.","non_ability_text":null,"flavor_name":null,"keywords":["Flash",{"Emerge":{"type":"Cost","shards":["Blue","Blue"],"generic":5}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":4}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, tap up to four target permanents.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4eafe717-4ba4-4901-8c67-11757230eb54","metadata":{"source_printing_ids":["0acfa8ce-d992-4463-a096-74bc1e0bb1d4","10532d06-94e3-47bc-a036-7535be05be98","393a7119-6324-472c-ac3f-486f0ae5e1d5","3c2789fb-a263-4207-8a56-4eeb015a024c","4cffed4c-4e2b-414a-9b20-90ce21b47d16","ab934db9-4e27-4a13-b011-82ad534fe727","e7b913c5-ea9b-4774-87b7-1656c072d15a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMR","EMN","INR","M3C","PEMN","PLST","SIR"],"rulings":[{"date":"2025-01-24","text":"A creature’s mana value is determined solely by the mana symbols printed in its upper right corner (unless that creature is the back face of a double-faced card, is a melded permanent, or is copying something else; see below). If the mana cost includes {X}, X is 0. If it’s a single-faced card with no mana symbols in its upper right corner (because it’s an animated land, for example), its mana value is 0. Ignore any alternative costs or additional costs (such as kicker) that were paid as the creature was cast."},{"date":"2025-01-24","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack without resolving."},{"date":"2025-01-24","text":"Colored mana components of emerge costs can’t be reduced with emerge."},{"date":"2025-01-24","text":"Emerge represents two static abilities that function while the spell with emerge is on the stack. “Emerge [cost]” means “You may cast this spell by paying [cost] and sacrificing a creature rather than paying its mana cost” and “If you chose to pay this spell’s emerge cost, its total cost is reduced by an amount of generic mana equal to the sacrificed creature’s mana value.”"},{"date":"2025-01-24","text":"If you cast a spell for another cost “rather than paying its mana cost,” such as an emerge cost, you can’t choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the spell has any mandatory additional costs, those must be paid to cast it."},{"date":"2025-01-24","text":"If you sacrifice a creature with {X} in its mana cost, that X is 0."},{"date":"2025-01-24","text":"Once you begin to cast a spell with emerge, no player may take actions until you’re done. Notably, opponents can’t try to remove the creature you wish to sacrifice."},{"date":"2025-01-24","text":"The creature chosen to be sacrificed is still on the battlefield as the cost of the emerge spell is determined and as you activate mana abilities to cast the emerge spell. Its abilities may affect the spell’s cost, be activated to generate mana, and so on. However, if it has an ability that triggers when a spell is cast, it will have been sacrificed before that ability can trigger."},{"date":"2025-01-24","text":"The mana value of a creature spell with emerge isn’t affected by whether its emerge cost is paid. For example, if you cast Decimator of the Provinces for its emerge cost and sacrifice a creature whose mana value is 3, Decimator of the Provinces’s mana value remains 10."},{"date":"2025-01-24","text":"The mana value of the back face of a double-faced card is the mana value of its front face. The mana value of a melded permanent is the sum of the mana values of its front faces. A creature that’s a copy of either has a mana value of 0."},{"date":"2025-01-24","text":"You may sacrifice a creature with a mana value of 0, such as a token creature that’s not a copy of another permanent, to cast a spell for its emerge cost. You’ll just pay the full emerge cost with no reduction."},{"date":"2025-01-24","text":"You may sacrifice a creature with mana value greater than or equal to the emerge cost. If you do, you’ll pay only the colored mana component of the emerge cost."}],"rarities":["rare"]},"eldrazi temple":{"name":"Eldrazi Temple","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{T}: Add {C}{C}. Spend this mana only to cast colorless Eldrazi spells or activate abilities of colorless Eldrazi.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}},"restrictions":[{"SpellTypeOrAbilityActivation":{"spell_type":"Colorless Eldrazi","ability":"OfSpellType"}}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}. Spend this mana only to cast colorless Eldrazi spells or activate abilities of colorless Eldrazi.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7fab8d65-af51-47d3-8f10-2676bf6e8ba3","metadata":{"source_printing_ids":["00372c7a-2e83-4a26-9642-0d092dfcf861","010abd40-3f9c-44bc-8570-d539750c3cd7","1ab30d54-6043-4361-b221-268813f06a72","20d6d27a-cc2f-4a08-a633-c2c8368dc17f","315924c9-77e3-405b-9bbf-852ed563c6e3","4f0ee055-1b1e-4ffa-9eb5-9ce7e8965f71","93183338-d692-48d4-9549-164006ef776f","c42049e2-fe4e-4fe9-9599-faf1af50b97d","cbab7e1f-305e-4733-aa70-b27285740925","e65fa513-c449-4107-a44d-a4748f1ffd9f","e9cb2f3d-0ad8-4d5a-a51d-e161ec311b09"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","DDP","EOS","M3C","MM2","PLST","ROE","SLD"],"rulings":[{"date":"2016-04-08","text":"The mana generated by the last ability can’t be spent to activate abilities of Eldrazi sources that aren’t on the battlefield."}],"rarities":["uncommon","rare"]},"eldritch evolution":{"name":"Eldritch Evolution","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a creature.\nSearch your library for a creature card with mana value X or less, where X is 2 plus the sacrificed creature's mana value. Put that card onto the battlefield, then shuffle. Exile Eldritch Evolution.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}},"offset":2}}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":"Search your library for a creature card with mana value X or less, where X is 2 plus the sacrificed creature's mana value. Put that card onto the battlefield, then shuffle. Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0f77c0c9-4dc4-489a-b547-e93287c4d1a5","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}},"metadata":{"source_printing_ids":["215d9d11-8b15-4ec8-8bdc-48c69928a860","57906b54-9fea-4608-87ce-43a16b95df9a","606caf13-c0d3-4a61-9a1a-32f13b6448ab","b6ffb44b-20f0-4a08-9030-0160bd5ec544","d0c46e0f-524d-47c8-a628-5540c86b93cf","dfc38395-e12b-4c79-8346-3f76f9c9fc55","efcb00e5-2caa-45c8-ad19-05d45c683d16"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","PLST","SIR","SLD","SLP"],"rulings":[{"date":"2016-07-13","text":"A creature's mana value is determined solely by the mana symbols printed in its upper right corner (unless that creature is the back face of a double-faced card, a melded card, or is copying something else; see below). If the mana cost includes {X}, X is considered to be 0. If it's a single-faced card with no mana symbols in its upper right corner (because it's an animated land, for example), its mana value is 0. Ignore any alternative costs or additional costs (such as kicker) paid when the creature was cast."},{"date":"2016-07-13","text":"A token that isn't a copy of another permanent has a mana value of 0. A token that is a copy or a creature that has become a copy of another permanent has the mana value of what it's copying."},{"date":"2016-07-13","text":"If a card in a library has {X} in its mana cost, X is considered to be 0. If you find such a card this way, you won't have an opportunity to spend mana on {X}."},{"date":"2016-07-13","text":"Once you begin to cast Eldritch Evolution, no player may take actions until you're done. Notably, opponents can't try to remove the creature you wish to sacrifice."},{"date":"2016-07-13","text":"Sacrificing a creature is part of Eldritch Evolution's cost. You can't sacrifice more creatures to search for more creature cards, and you can't cast Eldritch Evolution at all if you control no creatures."},{"date":"2016-07-13","text":"The mana value of a permanent that's a double-faced card with its back face up is the mana value of its front face. The mana value of a melded permanent is the sum of the mana values of its front faces. A creature that's a copy of either has a mana value of 0."}],"rarities":["rare"]},"electrolyze":{"name":"Electrolyze","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Electrolyze deals 2 damage divided as you choose among one or two targets.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 2 damage divided as you choose among one or two targets.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"distribute":{"type":"Damage"},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"07b222d7-24f2-4994-9004-ff6672ebe161","metadata":{"source_printing_ids":["08a4d142-b98b-4027-94cb-314f67fb1d4a","328d916a-5c87-4e16-b8e0-6d65b6d2ef53","5112af09-1305-4e00-8273-403eac40786f","8212125e-1742-41db-a7e9-32df59441f4e","b7dda3bf-08a9-42f7-bc64-4a41f6f210fa","d415c502-208f-4615-b5d9-57db7f966ac1","ef42b5b2-6504-486c-aaa0-9d5e4769ba1d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMD","GK1","GPT","IMA","MM2","MMA","PCMP","PIDW","PRM","PZ1","STA"],"rulings":[{"date":"2017-11-17","text":"If Electrolyze targets two creatures and one becomes an illegal target, the remaining target is dealt 1 damage, not 2. You'll still draw a card."},{"date":"2017-11-17","text":"If all chosen targets are illegal as Electrolyze tries to resolve, it won't resolve and none of its effects will happen. No damage will be dealt and you won't draw a card."},{"date":"2017-11-17","text":"You divide the damage as you cast Electrolyze, not as it resolves. Each target must be assigned at least 1 damage. In other words, as you cast Electrolyze, you choose whether to have it deal 2 damage to a single target, or deal 1 damage to each of two targets."}],"rarities":["uncommon","rare"]},"elemental spectacle":{"name":"Elemental Spectacle","mana_cost":{"type":"Cost","shards":["Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Vivid — Create a number of 5/5 red and green Elemental creature tokens equal to the number of colors among permanents you control. Then you gain life equal to the number of creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"types":["Creature","Elemental"],"colors":["Red","Green"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Vivid — Create a number of 5/5 red and green Elemental creature tokens equal to the number of colors among permanents you control. Then you gain life equal to the number of creatures you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"dd963396-3f81-49ad-a68e-87b9764d7ac5","metadata":{"related_token_ids":["c42bd713-6c59-5321-86a6-83cd1416b195"],"source_printing_ids":["6251ca05-7eae-493c-ade3-8a5ebabfe43d","b012cbef-c9bc-41ac-8318-f1687340c5fa"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ECC"],"rarities":["rare"]},"elenda and azor":{"name":"Elenda and Azor","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Knight","Sphinx"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying, ward {2}\nWhenever Elenda and Azor attacks, you may pay {X}{W}{U}{B}. If you do, draw X cards.\nAt the beginning of each end step, you may pay 4 life. If you do, create a number of 1/1 black Vampire Knight creature tokens with lifelink equal to the number of cards you've drawn this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["X","White","Blue","Black"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may pay {X}{W}{U}{B}. If you do, draw X cards.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":4}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Vampire Knight","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Vampire","Knight"],"colors":["Black"],"keywords":["Lifelink"],"tapped":false,"count":{"type":"Ref","qty":{"type":"CardsDrawnThisTurn","player":{"type":"Controller"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, you may pay 4 life. If you do, create a number of 1/1 black Vampire Knight creature tokens with lifelink equal to the number of cards you've drawn this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"4b9f463f-3786-4374-bf77-739ae162b3ba","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["101bbc93-a09f-5922-a6cc-3a258ec33722"],"source_printing_ids":["35db4bfe-78e1-46b1-a70b-728ceede94b2","c8896833-843c-437f-a9d5-7352b7ea6d3b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"As the last ability resolves, you choose whether to pay 4 life. You can’t pay it more than once to create additional Vampire Knight tokens."},{"date":"2023-04-14","text":"You choose the value of X as the first triggered ability resolves."}],"rarities":["mythic"]},"elephant grass":{"name":"Elephant Grass","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nBlack creatures can't attack you.\nNonblack creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you.","non_ability_text":null,"flavor_name":null,"keywords":[{"CumulativeUpkeep":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}}}],"abilities":[],"triggers":[{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasColor","color":"Black"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Black creatures can't attack you.","attack_defended":"Player"},{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"NotColor","color":"Black"}]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":2},"scaling":{"type":"PerAffectedCreature"},"defended":"Player"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Nonblack creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"53cc4b93-538d-4193-8bbb-5b73d3ce9d79","metadata":{"source_printing_ids":["f4c1f5a7-0d28-43ab-9b66-937e963f42cd","f99f0d15-c9a7-4a53-9fa7-6e0afc2471b5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","VIS"],"rulings":[{"date":"2014-02-01","text":"Unless some effect explicitly says otherwise, a creature that can’t attack you can still attack a planeswalker you control."}],"rarities":["uncommon"]},"elesh norn":{"name":"Elesh Norn","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Praetor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever a source an opponent controls deals damage to you or a permanent you control, that source's controller loses 2 life unless they pay {1}.\n{2}{W}, Sacrifice three other creatures: Exile Elesh Norn, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":3}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}{W}, Sacrifice three other creatures: Exile ~, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever a source an opponent controls deals damage to you or a permanent you control, that source's controller loses 2 life unless they pay {1}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"650ed75c-20b0-45b8-a4d4-813e0369aaf1","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["4db065f6-6ce4-5ce5-a19a-02dfc694ba5b","f4fd5aae-f65c-5d73-88ce-2a052c7616f8"],"source_printing_ids":["40307bcf-199c-4487-bfab-cb5fb841dee8","d8999135-ddb1-4e4c-b885-e25f23dac3d3","faf66a0b-9d34-487d-bdb4-5cac9391d77a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"Elesh Norn’s triggered ability will trigger separately for each permanent dealt damage by a source an opponent controls, plus once if you’re dealt damage by that source. For example, if an opponent casts a spell that deals damage to you and two creatures you control, Elesh Norn’s ability will trigger three times. Each of those abilities will cause that opponent to lose 2 life unless they pay {1}."},{"date":"2023-04-14","text":"Similarly, the triggered ability will trigger separately for each source an opponent controls that deals damage to you or a permanent you control. For example, if three creatures controlled by an opponent block and deal damage to an attacking creature you control, Elesh Norn’s ability will trigger three times."}],"rarities":["mythic"]},"elf replica":{"name":"Elf Replica","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Elf"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{1}{G}, Sacrifice this creature: Destroy target enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}{G}, Sacrifice ~: Destroy target enchantment.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2dda5011-aaa1-48d0-afa8-76998278ab75","metadata":{"source_printing_ids":["b92cce55-22ee-40a7-bb94-4889093f142c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["MRD"],"rarities":["common"]},"eliminate the impossible":{"name":"Eliminate the Impossible","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Investigate. Creatures your opponents control get -2/-0 until end of turn. If any of them are suspected, they're no longer suspected. (To investigate, create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":-2},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unsuspect","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"All"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"Suspected"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Investigate. Creatures your opponents control get -2/-0 until end of turn. If any of them are suspected, they're no longer suspected.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c78d4cec-6764-4cce-96d2-a2d85a57b218","metadata":{"related_token_ids":["9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1"],"source_printing_ids":["486f1cc2-c162-448e-91a9-577d7d796584"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"Being suspected isn't a copiable value. If a permanent becomes a copy of a suspected creature, it won't be suspected."},{"date":"2024-02-02","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2024-02-02","text":"Eliminate the Impossible affects only creatures your opponents control at the time it resolves. Creatures they begin to control later in the turn won't get -2/-0 and won't stop being suspected."},{"date":"2024-02-02","text":"If a creature is already suspected, suspecting it again won't have any effect."},{"date":"2024-02-02","text":"If a suspected creature loses all abilities, it will lose menace and \"This creature can't block\", but it won't stop being suspected."},{"date":"2024-02-02","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2024-02-02","text":"Some abilities trigger \"whenever you sacrifice a Clue\". Those abilities trigger whenever you sacrifice a Clue for any reason, not just to activate a Clue's activated ability."},{"date":"2024-02-02","text":"Some spells and abilities that investigate may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't create any Clue tokens."},{"date":"2024-02-02","text":"There's no limit to the number of creatures that can be suspected simultaneously. Suspecting a new creature doesn't cause other creatures to stop being suspected."},{"date":"2024-02-02","text":"When an effect suspects a creature, it becomes suspected. It gains menace and \"This creature can't block\" for as long as it's suspected. It stays suspected until it leaves the battlefield or another effect causes it to no longer be suspected."},{"date":"2024-02-02","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."}],"rarities":["uncommon"]},"elite vanguard":{"name":"Elite Vanguard","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b3b9a87d-cb95-435c-90b6-037406cab32e","metadata":{"source_printing_ids":["28a5c350-2ed1-4a25-9626-0f8da5d1aef7","6bda0b4b-ab5a-4d91-9dd1-7a5a145b67f5","8969be61-afed-4483-902f-739acf57c43c","c69f267b-5e79-491d-a159-5c4fda47194b","f03487e9-f584-4bbd-8335-4dd001a88b52"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDF","EMA","M10","M11","M12"],"rarities":["common","uncommon"]},"elixir":{"name":"Elixir","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters tapped.\n{5}, {T}, Exile this artifact: Shuffle all nonland cards from your graveyard into your library. You gain life equal to the number of cards shuffled into your library this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Library","target":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"},{"type":"Exile","count":1,"zone":null,"filter":{"type":"SelfRef"}}]},"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{5}, {T}, Exile ~: Shuffle all nonland cards from your graveyard into your library. You gain life equal to the number of cards shuffled into your library this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"3e978db3-77ef-4b93-8f8f-e414e27254bd","metadata":{"source_printing_ids":["a4b05d37-df62-475c-8371-735ed2fa1b05"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rarities":["uncommon"]},"ellie, brick master":{"name":"Ellie, Brick Master","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Survivor"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Distract the Horde — Whenever a player attacks one of your opponents, that attacking player creates a tapped 1/1 black Fungus Zombie creature token named Cordyceps Infected that's attacking that opponent.\nPartner—Survivors (You can have two commanders if both have this ability.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"Generic"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Cordyceps Infected","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Fungus","Zombie"],"colors":["Black"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"TriggeringPlayer"},"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Player"},"description":"Whenever a player attacks one of your opponents, that attacking player creates a tapped 1/1 black Fungus Zombie creature token named Cordyceps Infected that's attacking that opponent.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"299ff264-c6db-4b48-88fb-ca006cb84f88","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["7b758963-229c-57a3-9227-8f6b4cfeed3e"],"source_printing_ids":["e973462f-589d-4c53-81d7-075ec1d5a9b4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD"],"rarities":["mythic"]},"elspeth's talent":{"name":"Elspeth's Talent","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant planeswalker\nEnchanted planeswalker has \"[+1]: Create three 1/1 white Soldier creature tokens.\"\nWhenever you activate a loyalty ability of enchanted planeswalker, creatures you control get +2/+2 and gain vigilance until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"LoyaltyAbilityActivated","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+2 and gain vigilance"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate a loyalty ability of enchanted planeswalker, creatures you control get +2/+2 and gain vigilance until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: create three 1/1 white soldier creature tokens.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted planeswalker has \"[+1]: Create three 1/1 white Soldier creature tokens.\""}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"969b81d2-e95b-4a3f-9548-9394e3a6727e","metadata":{"related_token_ids":["360947e8-61bd-5dd0-b42c-3477676c5110"],"source_printing_ids":["52b20ab7-2a35-479b-bdc4-88ecde5d496c","df8b8262-390a-4d22-adff-178bc8c52ace"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"The last ability will resolve before the loyalty ability that caused it to trigger. Notably, if that loyalty ability creates creature tokens, those creatures won't be on the battlefield yet to get +2/+2 and gain vigilance."},{"date":"2023-04-14","text":"The set of creatures affected by Elspeth's Talent's last ability is determined as the ability resolves. Creatures you begin to control later in the turn and noncreature permanents that become creatures later in the turn won't get +2/+2 and gain vigilance."},{"date":"2023-04-14","text":"You can activate one loyalty ability of each planeswalker you control during each of your turns, whether that ability is one it always has or the one it gains because of Elspeth's Talent."}],"rarities":["rare"]},"elspeth, storm slayer":{"name":"Elspeth, Storm Slayer","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Elspeth"]},"power":null,"toughness":null,"loyalty":"5","defense":null,"oracle_text":"If one or more tokens would be created under your control, twice that many of those tokens are created instead.\n[+1]: Create a 1/1 white Soldier creature token.\n[0]: Put a +1/+1 counter on each creature you control. Those creatures gain flying until your next turn.\n[−3]: Destroy target creature an opponent controls with mana value 3 or greater.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Create a 1/1 white Soldier creature token.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Loyalty","amount":0},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TrackedSet","id":0},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[0]: Put a +1/+1 counter on each creature you control. Those creatures gain flying until your next turn.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"Cmc","comparator":"GE","value":{"type":"Fixed","value":3}}]},"cant_regenerate":false},"cost":{"type":"Loyalty","amount":-3},"sub_ability":null,"duration":null,"description":"[−3]: Destroy target creature an opponent controls with mana value 3 or greater.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"CreateToken","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If one or more tokens would be created under your control, twice that many of those tokens are created instead.","condition":null,"quantity_modification":{"type":"Times","factor":2},"token_owner_scope":"You"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f78af825-023a-42e9-8374-5c52303a1417","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["df272d7c-be2c-5f53-8edf-9816e578f5fa"],"source_printing_ids":["1fdf9438-fd5f-4638-8f41-dae35ae8f257","73a065e3-b530-4e62-ab3c-4f6f908184ec","89b98fd0-e2e5-4533-af2b-5230af2c88bd","f421da3b-b88d-4e9f-865b-61120bff917a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Everything that is specified by the effect creating the original token or tokens will also be true about the additional token or tokens created by Elspeth’s replacement effect. For example, if an effect tells you to create a token “tapped and attacking,” the additional tokens will also be tapped and attacking."}],"rarities":["mythic"]},"elusive otter":{"name":"Elusive Otter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Otter"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nCreatures with power less than this creature's power can't block it.","non_ability_text":null,"flavor_name":null,"keywords":["Prowess"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures with power less than ~'s power can't block it."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"54175132-2c44-4749-8dfd-d08dcc63e4b3","metadata":{"source_printing_ids":["bc9bdf96-3e3b-4dca-aae2-e81d4cbeafe8","bdb79d68-c3af-4091-b7db-005247191da8","c5a61619-f951-42ff-8246-c51ee5dc18c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","SOC","WOE"],"rulings":[{"date":"2023-09-01","text":"If some of the creatures are illegal targets as Grove's Bounty tries to resolve, the original distribution of counters still applies and the counters that would have been put on illegal targets are lost."},{"date":"2023-09-01","text":"You choose how the counters will be distributed as you cast Grove's Bounty. Each target must receive at least one +1/+1 counter."},{"date":"2023-09-01","text":"You compare Elusive Otter's power to the power of any creature trying to block it only as blockers are assigned. Once Elusive Otter has been legally blocked by a creature, changing the power of either creature won't change or undo the block."},{"date":"2025-06-06","text":"An adventurer card uses only its non-Adventure characteristics in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Jidoor, Aristocratic Capital is a colorless Town land card whose mana value is 0. It can't be the target of Sorceress's Schemes, which reads in part \"Return target instant or sorcery card from your graveyard or exiled card with flashback you own to your hand.\""},{"date":"2025-06-06","text":"An effect may refer to a card, spell, or permanent that \"has an Adventure.\" This refers to a card, spell, or permanent that has an adventurer card's set of alternative characteristics, even if they're not being used and even if that card was never cast as an Adventure."},{"date":"2025-06-06","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2025-06-06","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may play it using its primary characteristics. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to play that card from exile later."},{"date":"2025-06-06","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to play it with its primary characteristics."},{"date":"2025-06-06","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to play the copy as a permanent."},{"date":"2025-06-06","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2025-06-06","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won't find an instant or sorcery spell on the stack that's been cast as an Adventure."},{"date":"2025-06-06","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2025-06-06","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if you control Traveling Chocobo (\"You may play lands and cast Bird spells from the top of your library.\") and Jidoor, Aristocratic Capital is on top of your library, you can play Jidoor, Aristocratic Capital, but you can't cast Overture."},{"date":"2025-06-06","text":"When playing a card as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The resulting spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2025-06-06","text":"You must still follow any timing restrictions and permissions for the card you play from exile. In the case of any of the five lands in this release, you'll be able to play it only during your main phase while the stack is empty and only if you have an available land play remaining."}],"rarities":["rare"]},"elvish mystic":{"name":"Elvish Mystic","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3f3b2c10-21f8-4e13-be83-4ef3fa36e123","metadata":{"source_printing_ids":["077ba531-ab3b-4d00-af2c-2d4914c68cd8","4d50fa57-db11-419e-b73b-666a6b25f7de","60d0e6a6-629a-45a7-bfcb-25ba7156788b","75918859-c93f-41b4-9ad0-a4a96c389f0d","880468be-3f4d-4dbf-92e7-cf212da7f718","9a9da45b-54ae-49c1-af50-8b88912c5bcd","acbe8763-1373-49f8-b4a6-dd5984b1d25f","d618c3ea-f823-4fe0-8e11-65d5965528d3","de2d965f-1fcc-4270-aa1e-ad296d40f72c","deb5ca6a-f91d-443d-ad84-6fe1e80bfb51","e23da36a-66b6-4bf6-ae76-2240e9f916b6","eb654a76-62ee-4fd8-83d4-cb912211a9a0","ed7a0227-ac70-40fb-8198-a55eacf913fa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C14","CMA","CMM","DDU","EA1","F14","KHC","LTC","M14","M15","PRM","SLD","SOC","TSR"],"rarities":["common","rare","special"]},"elvish refueler":{"name":"Elvish Refueler","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"During your turn, as long as you haven't activated an exhaust ability this turn, you may activate exhaust abilities as though they haven't been activated.\nExhaust — {1}{G}: Put a +1/+1 counter on this creature. (Activate each exhaust ability only once.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"During your turn, as long as you haven't activated an exhaust ability this turn, you may activate exhaust abilities as though they haven't been activated."},"cost":null,"sub_ability":null,"duration":null,"description":"During your turn, as long as you haven't activated an exhaust ability this turn, you may activate exhaust abilities as though they haven't been activated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"sub_ability":null,"duration":null,"description":"Exhaust — {1}{G}: Put a +1/+1 counter on ~.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"}],"ability_tag":{"type":"Exhaust"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4b62f9fe-e3f4-4a21-aa6b-4dbd411d0c44","metadata":{"source_printing_ids":["25dfbcb6-9b67-4151-b10f-dde70c5fd16d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rulings":[{"date":"2025-02-07","text":"Exhaust abilities can be activated any time you could normally activate an ability."},{"date":"2025-02-07","text":"If an ability triggers whenever you activate an exhaust ability, that ability resolves before the exhaust ability resolves."},{"date":"2025-02-07","text":"If an exhaust ability of a permanent is activated, and then that permanent leaves the battlefield and returns to the battlefield, it becomes a new object so its exhaust ability can be activated again."}],"rarities":["uncommon"]},"elvish spirit guide":{"name":"Elvish Spirit Guide","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Exile this creature from your hand: Add {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}},"sub_ability":null,"duration":null,"description":"Exile ~ from your hand: Add {G}.","target_prompt":null,"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6b0e23cf-7d68-4329-86db-7adc26abd86b","metadata":{"source_printing_ids":["024110ee-5520-49f8-afab-54dcce87c650","02805527-943c-4d88-9d80-50ed71a14af2","2c645151-c98a-45e1-831e-72b43485f9a2","50aded92-f934-441f-8e48-d68d471e70d8","5b94f37f-ebdf-4b79-a615-58331d27cf4e","806f8664-d447-42d5-bb52-9fe282f9a653"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ALL","DMR","MB2","ME2","PRM","SLD"],"rulings":[{"date":"2022-12-08","text":"If a spell or ability's cost includes returning a creature to your hand and paying mana, you can't activate Elvish Spirit Guide's mana ability after returning it to your hand. This is because mana abilities must be activated before you begin paying costs."}],"rarities":["uncommon","rare"]},"elvish visionary":{"name":"Elvish Visionary","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Shaman"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"c6a3a882-a127-4590-93d7-679ef4313efe","metadata":{"source_printing_ids":["186212d3-4b41-42a2-b2ee-81e035e22408","367ef35a-528b-407c-8b8d-679109662bae","53aa3ea3-fb3c-4758-8035-20ec0a94b730","65ea2998-ed91-43b8-bd81-b01a6c24a5b0","69f570b5-1629-4b10-8f66-ed9b4355a0a4","73ea09b8-b9b8-402c-8862-82beaa0c68b8","7ef03e37-e5eb-4f46-885a-4c27044262da","809051a2-398f-4f02-8510-d56711d60551","a21ea3d4-da4e-4330-a860-68967c5dc03f","a2f174e6-9532-4fc3-815b-2dc3966c6523","b83c5d22-914b-430a-948f-f076b14c5cff","c03fe1ac-ae2a-4b86-b5cc-eb5e51f63c54","dd40aa55-6c12-4849-8622-1eb151fe4db9","e61e6c18-c1eb-4826-9f29-3be48afd99aa","faccfa5f-4d89-4a86-92d7-36cb5a16c5c9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ALA","BBD","C14","C15","CMA","CMR","DDR","DPA","F10","GN3","HA1","J25","LTC","M10","M13","ORI","PLST","PRM","PS11","SLD","TD0"],"rarities":["common","rare"]},"elvish warrior":{"name":"Elvish Warrior","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"da587161-da7e-48ae-8af6-7f02ee71afd8","metadata":{"source_printing_ids":["2c6b767b-49e5-4845-9b3f-29540e5fa330","4bd9c030-3940-4e55-9ed1-e89fa6209cc0","58fc321f-739a-42fe-bb51-d27511d2493b","b2154a16-1fb8-45bb-9b9b-e995e701c330","c18e79e9-39fc-426b-b64f-f20f6077a532","c3d0485a-209d-4040-94ab-856bdee83b81","d0670e0c-0235-4efb-8eee-e8e72c629037"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["9ED","DD1","DPA","EVG","MOR","ONS","PLST","PS11","PSAL"],"rarities":["common"]},"embereth blaze":{"name":"Embereth Blaze","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Embereth Blaze deals 2 damage to any target. (Then exile this card. You may cast the enchantment later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"af6438b9-3fde-45c9-af69-dff686c1e0de","metadata":{"source_printing_ids":["8b0e6daf-0dec-4718-af79-b7ce137c3135","ed585964-68ed-4889-8d20-678b43c46018"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","WOE"],"rarities":["mythic"]},"embiggen":{"name":"Embiggen","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until end of turn, target non-Brushwagg creature gets +1/+1 for each supertype, card type, and subtype it has.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectTypelineComponentCount","scope":{"type":"Recipient"}}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectTypelineComponentCount","scope":{"type":"Recipient"}}}},"target":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Brushwagg"}}],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, target non-Brushwagg creature gets +1/+1 for each supertype, card type, and subtype it has.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b7335e2-0e79-4406-84c1-d6b707cb72c3","metadata":{"source_printing_ids":["1b759c27-9fb6-4c23-adc1-f6d3f3a0eb52","22f31b7e-fb62-4bec-b726-4da344d2ab82"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["UNF"],"rulings":[{"date":"2022-10-07","text":"All subtypes count, including those that aren’t creature types. Good news for the Artifact Creature — Treasure Dogs out there."},{"date":"2022-10-07","text":"Brushwaggs know what they did."},{"date":"2022-10-07","text":"The bonus is calculated as Embiggen resolves. After that point, the bonus doesn’t change no matter what happens to the creature’s types."},{"date":"2022-10-07","text":"Token is not a type, supertype, or subtype, so it won’t ever count toward Embiggen’s effect."}],"rarities":["common"]},"emergent growth":{"name":"Emergent Growth","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets +5/+5 until end of turn and must be blocked this turn if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"MustBeBlocked":{"by":null}},"affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":{"MustBeBlocked":{"by":null}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"Target creature gets +5/+5 until end of turn and must be blocked this turn if able.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2afd64dd-94b3-4bc6-8411-465b3e07f3c9","metadata":{"source_printing_ids":["8e396762-fe76-4b2d-b571-373ab2c240ad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["XLN"],"rulings":[{"date":"2017-09-29","text":"If the target creature attacks, the defending player must assign at least one blocker to it during the declare blockers step if that player controls any creatures that could block it. Other creatures may also block it, block other creatures, or not block at all."}],"rarities":["uncommon"]},"emeritus of truce":{"name":"Emeritus of Truce","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, target player creates a 1/1 white and black Inkling creature token with flying. Then if an opponent controls more creatures than you, this creature becomes prepared. (While it's prepared, you may cast a copy of its spell. Doing so unprepares it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Inkling","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Inkling"],"colors":["White","Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Player"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"BecomePrepared","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"comparator":"GT","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}}}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, target player creates a 1/1 white and black Inkling creature token with flying. Then if an opponent controls more creatures than you, ~ becomes prepared.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e6c41473-2398-4888-9f0c-467dce7c39a4","metadata":{"related_token_ids":["03e437ca-c6d9-5728-ba28-aac7b5166161"],"source_printing_ids":["9869a753-5e41-4098-ab41-e75b4396ec50","bfd607c0-7ed7-4a4e-abdd-508080f40ef2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"prepare","printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"A creature with a prepare spell can't become prepared more than once at the same time. For example, Emeritus of Ideation is on the battlefield and is prepared. When it attacks, its last ability triggers. When that ability resolves, its controller may still exile eight cards from their graveyard, but doing so won't cause Emeritus of Ideation to become prepared a second time or create a second copy of Ancestral Recall in exile."},{"date":"2026-03-20","text":"A creature without a prepare spell can't become prepared."},{"date":"2026-03-20","text":"A preparation card is a creature card in every zone. For example, while it's in your graveyard, Emeritus of Ideation is a blue creature whose mana value is 5. It can't be the target of Zealous Lorecaster's triggered ability (\"When this creature enters, return target instant or sorcery card from your graveyard to your hand.\")."},{"date":"2026-03-20","text":"As an effect causes a creature with a prepare spell to become prepared (including effects that state that a creature \"enters prepared\"), that creature's controller creates a copy of that creature's prepare spell in exile. That copy remains in exile for as long as that permanent is on the battlefield and is prepared. That creature's controller may cast that copy as long as it remains in exile. As they cast it, that creature stops being prepared."},{"date":"2026-03-20","text":"Being prepared isn't a copiable value. If a permanent becomes a copy of a prepared creature, it won't be prepared. That permanent will have the alternative characteristics, though, and some other effect could cause it to become prepared later."},{"date":"2026-03-20","text":"Casting a copy of a prepare spell from exile isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to a copy of a prepare spell cast from exile."},{"date":"2026-03-20","text":"Creating a copy of a creature's prepare spell in exile ignores copy exceptions applied to that creature that would affect the copiable values of that spell. For example, say a player casts Croaking Counterpart (a sorcery that says \"Create a token that's a copy of target non-Frog creature, except it's a 1/1 green Frog.\") targeting Goblin Glasswright. The token copy of Goblin Glasswright will enter prepared as a 1/1 green Frog creature, but the copy of Craft with Pride in exile will still be a red sorcery. The copy of Craft with Pride won't be green, a creature, or a Frog, and it won't have power or toughness."},{"date":"2026-03-20","text":"If a prepare spell with one or more targets has no legal targets when it tries to resolve, it won't resolve and none of its effects will happen. Since the spell was cast, the associated permanent will still not be prepared."},{"date":"2026-03-20","text":"If a prepared creature loses all abilities, it won't stop being prepared, and nothing will happen to its alternative characteristics or to the copy of its prepare spell in exile."},{"date":"2026-03-20","text":"If a prepared creature stops being a creature, it will still be prepared, and the copy of its prepare spell will remain in exile. That permanent's controller will still be able to cast it. The same is true if a prepared creature becomes a copy of something else, even if it's then a permanent without a prepare spell."},{"date":"2026-03-20","text":"If an effect causes a creature to become unprepared, a prepared creature stops being prepared and the associated copy of its prepare spell in exile ceases to exist. If it wasn't prepared at that time, nothing happens."},{"date":"2026-03-20","text":"If an effect instructs you to choose a card name, you may choose the alternative prepare spell's name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2026-03-20","text":"Only the current controller of a prepared creature can cast the copy of its prepare spell in exile. It doesn't matter who owns that creature or who controlled it when it became prepared."},{"date":"2026-03-20","text":"Preparation cards can only be cast with their base characteristics."},{"date":"2026-03-20","text":"While copies of spells in zones other than the stack cease to exist when state-based actions are checked, this does not apply to copies of prepare spells in exile that were created as a creature became prepared."}],"rarities":["mythic"]},"emet-selch of the third seat":{"name":"Emet-Selch of the Third Seat","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Spells you cast from your graveyard cost {2} less to cast.\nWhenever one or more opponents lose life, you may cast target instant or sorcery card from your graveyard. If that spell would be put into your graveyard, exile it instead. Do this only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":[{"AnyOf":["Instant","Sorcery"]}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever one or more opponents lose life, you may cast target instant or sorcery card from your graveyard. If that spell would be put into your graveyard, exile it instead. Do this only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":true}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast from your graveyard cost {2} less to cast."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"634475d9-a1d7-4146-9a37-645d3d162af1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["584394a0-9d72-4fe3-bcfe-bfaceac12e98","8a38634f-a100-4493-87c3-0ecc51ca565d","dd3141de-633e-48e3-a89f-a91339f5e882"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"The cost reduction applies only to generic mana in the total cost of spells you cast from your graveyard."},{"date":"2025-06-06","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a flashback cost), add any cost increases (such as kicker costs), then apply any cost reductions (such as that of Emet-Selch of the Third Seat's first ability). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."},{"date":"2025-06-06","text":"You choose whether to cast the target card while Emet-Selch of the Third Seat's second ability is still on the stack. You can't wait to cast it later in the turn. Timing restrictions based on the card's type are ignored."}],"rarities":["rare"]},"emissary green":{"name":"Emissary Green","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Advisor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever Emissary Green attacks, starting with you, each player votes for profit or security. You create a number of Treasure tokens equal to twice the number of profit votes. Put a number of +1/+1 counters on each creature you control equal to the number of security votes.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Vote","choices":["profit","security"],"per_choice_effect":[{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"VoteCount","choice_index":0}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"VoteCount","choice_index":1}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"starting_with":"You","voter_scope":{"type":"AllPlayers"},"tally_mode":{"type":"PerVote"},"subject":{"type":"Named"},"visibility":{"type":"Open"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, starting with you, each player votes for profit or security. You create a number of Treasure tokens equal to twice the number of profit votes. Put a number of +1/+1 counters on each creature you control equal to the number of security votes.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"c43e7fa5-ff93-42d9-af79-ee417a8e41a7","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["e1712205-f6a6-5ffa-befc-9becced0337f"],"source_printing_ids":["323e9430-b87c-4b02-9ade-c4c65343147b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLU"],"rulings":[{"date":"2024-02-02","text":"Abilities that trigger \"whenever players finish voting\" trigger once all players have voted or once all secret votes are revealed, but they won't go on the stack until the current spell or ability finishes resolving."},{"date":"2024-02-02","text":"Each player must vote for one of the available options. They can't abstain."},{"date":"2024-02-02","text":"In the case of non-secret voting, votes are cast in turn order, and each player will know the votes of players who voted beforehand."},{"date":"2024-02-02","text":"No player votes until the spell or ability resolves. Any responses to that spell or ability must be made without knowing the outcome of the vote."}],"rarities":["rare"]},"emperor crocodile":{"name":"Emperor Crocodile","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Crocodile"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When you control no other creatures, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you control no other creatures, sacrifice ~.","constraint":null,"condition":{"type":"ControlsNone","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"26eb7ee3-c0b6-4be0-bc80-92952f55a6f9","metadata":{"source_printing_ids":["32801a11-4605-46d3-8bb2-5cf5337b3f14","5c512d95-df1a-4712-8bba-7e20047d419f","6c8c30e2-e751-4481-9a46-413c52bbff90","88eb31da-b350-4cf7-b851-21e48e3270d0","8c4bf2db-b282-4c9d-8afe-053204271996","9ccba208-1e24-45bb-a556-a3eb936efb10"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","9ED","EMA","UDS"],"rulings":[{"date":"2016-06-08","text":"Emperor Crocodile’s ability will trigger if you don’t control another creature, even if it’s only for a brief moment during the resolution of another spell or ability (such as that of Brago, King Eternal)."},{"date":"2016-06-08","text":"The ability only checks if you control no other creatures at the time it triggers. It does not check again on resolution, so gaining control of a creature before then will not save Emperor Crocodile."}],"rarities":["common","rare"]},"emrakul, the promised end":{"name":"Emrakul, the Promised End","mana_cost":{"type":"Cost","shards":[],"generic":13},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Eldrazi"]},"power":{"type":"Fixed","value":13},"toughness":{"type":"Fixed","value":13},"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast for each card type among cards in your graveyard.\nWhen you cast this spell, you gain control of target opponent during that player's next turn. After that turn, that player takes an extra turn.\nFlying, trample, protection from instants","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample",{"Protection":{"CardType":"instants"}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ControlNextTurn","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"grant_extra_turn_after":true,"window":"NextTurn"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When you cast this spell, you gain control of target opponent during that player's next turn. After that turn, that player takes an extra turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each card type among cards in your graveyard."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"4e7a8817-1a66-45c3-ade9-eac79b40b89f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3183897e-4f86-4020-b149-cc4c2451a6c0","4eec0470-82bf-4a07-a7d9-e5d40a518041","55251b3d-b408-4612-b53d-c90ef26ea57d","71911392-42b0-4b6d-baf7-918a4bd3b924","8d74a469-c71d-4773-99d3-5456b31df424","aef9212c-9a66-4621-842d-c8b64f3937b2","df768328-6215-4653-9793-1e53384a9f45"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","SIR","SLD"],"rulings":[{"date":"2025-01-24","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack without resolving."},{"date":"2025-01-24","text":"Controlling a player doesn’t allow you to look at that player’s sideboard. If an effect instructs that player to choose a card from outside the game, you can’t have that player choose any card."},{"date":"2025-01-24","text":"If the targeted player loses the game while you control their turn during a multiplayer game, the extra turn never begins."},{"date":"2025-01-24","text":"If the targeted player skips their next turn, you’ll control the next turn the affected player actually takes, and the extra turn the player takes will be after that turn."},{"date":"2025-01-24","text":"In a Two-Headed Giant game, gaining control of a player causes you to gain control of each player on that team."},{"date":"2025-01-24","text":"Multiple player-controlling effects that affect the same player overwrite each other. The last one to be created is the one that works. If multiple players have cast Emrakul and targeted the same player, each ability’s effect will create an extra turn."},{"date":"2025-01-24","text":"Protection abilities only apply while the object with the ability is on the battlefield. Notably, Emrakul may be the target of a spell that targets it while on the stack, such as Syncopate."},{"date":"2025-01-24","text":"Protection from instants means that Emrakul can’t be the target of instant spells or activated or triggered abilities from instant cards, and damage that would be dealt to it by instant spells or cards is prevented. Instant spells may still affect it in other ways; for example, it would still receive the bonus from Rally the Peasants."},{"date":"2025-01-24","text":"The card types that could appear in your graveyard are artifact, battle, creature, enchantment, instant, kindred, land, planeswalker, and sorcery. Supertypes (such as legendary and basic) and subtypes (such as Human and Equipment) are not counted. The maximum discount that Emrakul’s own ability can provide is {9}."},{"date":"2025-01-24","text":"The player you’re controlling is still the active player during that turn."},{"date":"2025-01-24","text":"While controlling another player, you also continue to make your own choices and decisions."},{"date":"2025-01-24","text":"While controlling another player, you can see all cards in the game that player can see. This includes cards in that player’s hand, face-down cards that player controls, and any cards in that player’s library the player may look at."},{"date":"2025-01-24","text":"While controlling another player, you make all choices and decisions that player is allowed to make or is told to make during that turn. This includes choices about what spells to cast or what abilities to activate, as well as any decisions called for by triggered abilities or for any other reason."},{"date":"2025-01-24","text":"You also can’t make any choices or decisions for the player that would be called for by the tournament rules (such as whether to take an intentional draw or whether to call a judge)."},{"date":"2025-01-24","text":"You can use only the affected player’s resources (cards, mana, and so on) to pay costs for that player; you can’t use your own. Similarly, you can use the affected player’s resources only to pay that player’s costs; you can’t spend them on your costs."},{"date":"2025-01-24","text":"You can’t make any illegal decisions or illegal choices—you can’t do anything that player couldn’t do. You can’t make choices or decisions for that player that aren’t called for by the game rules or by any cards, permanents, spells, abilities, and so on. If an effect causes another player to make decisions that the affected player would normally make (such as Master Warcraft does), that effect takes precedence. In other words, if the affected player wouldn’t make a decision, you wouldn’t make that decision on that player’s behalf."},{"date":"2025-01-24","text":"You can’t make the affected player concede. That player may choose to concede at any time, even while you’re controlling that player."},{"date":"2025-01-24","text":"You only control the player. You don’t control any of that player’s permanents, spells, or abilities."}],"rarities":["mythic"]},"end-blaze epiphany":{"name":"End-Blaze Epiphany","mana_cost":{"type":"Cost","shards":["X","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"End-Blaze Epiphany deals X damage to target creature. When that creature dies this turn, exile a number of cards from the top of your library equal to its power, then choose a card exiled this way. Until the end of your next turn, you may play that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDies","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"uses_tracked_set":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals X damage to target creature. When that creature dies this turn, exile a number of cards from the top of your library equal to its power, then choose a card exiled this way. Until the end of your next turn, you may play that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"00cfbea0-e862-468b-90d5-7478eb9847c0","metadata":{"source_printing_ids":["0f0a90ae-b3b3-4f52-8997-eac514b29e57","d8adeb65-f6f4-4d21-bca7-71fe8ef71f3b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"You pay all costs and follow all timing rules for cards played this way. For example, if the chosen exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"endangered armodon":{"name":"Endangered Armodon","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elephant"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When you control a creature with toughness 2 or less, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you control a creature with toughness 2 or less, sacrifice ~.","constraint":null,"condition":{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}},{"type":"InZone","zone":"Battlefield"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"68879437-bbe2-4e99-b17b-ddec30bfd3d0","metadata":{"source_printing_ids":["29d43e8f-a914-44ed-bbd3-3746fb4ea6da","3a31f4c6-c0c2-4cbd-ade9-941625b51c78"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["STH","TPR"],"rarities":["common"]},"endure":{"name":"Endure","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Prevent all damage that would be dealt to you and permanents you control this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Controller"},"scope":"AllDamage"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f4cd32f0-d6aa-4497-b8db-a0bf4c3c31de","metadata":{"source_printing_ids":["dd7904ba-0764-4dd3-9c78-35f799e99049"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EVE"],"rarities":["uncommon"]},"enduring ideal":{"name":"Enduring Ideal","mana_cost":{"type":"Cost","shards":["White","White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for an enchantment card, put it onto the battlefield, then shuffle.\nEpic (For the rest of the game, you can't cast spells. At the beginning of each of your upkeeps, copy this spell except for its epic ability.)","non_ability_text":null,"flavor_name":null,"keywords":["Epic"],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for an enchantment card, put it onto the battlefield, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d2045055-197c-436a-9874-199db5fe1c96","metadata":{"source_printing_ids":["7dc7091e-0c98-434d-9190-dcab813d3e14","e4f28f5d-5f18-4ece-89b5-439a909111d1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD","SOK"],"rarities":["rare"]},"enduring scalelord":{"name":"Enduring Scalelord","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever one or more +1/+1 counters are put on another creature you control, you may put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more +1/+1 counters are put on another creature you control, you may put a +1/+1 counter on ~.","constraint":null,"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"270a21c1-4c44-46ef-8c4f-e08484f360e1","metadata":{"source_printing_ids":["5dfdfff3-0ef8-4e9a-b6bd-a0e11cbdf22e","68eb8367-f3cf-46d3-9af4-c4b46605e091","6c972b40-4b65-4b58-864d-41c650782cae","94e0ec75-7704-4a83-b6b6-d4bba30cf4c2","a6f6be06-50df-48fa-bf97-ad8778bfad52","c0ee001b-6ddb-478e-a407-58bcc2bf7c30"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BBD","C16","CM2","DTK","MIC","MOC"],"rulings":[{"date":"2015-02-25","text":"A creature entering the battlefield with one or more +1/+1 counters on it will cause Enduring Scalelord's ability to trigger."},{"date":"2015-02-25","text":"If +1/+1 counters are put on multiple creatures you control (other than Enduring Scalelord) at the same time, Enduring Scalelord's ability will trigger once for each of those creatures."},{"date":"2015-02-25","text":"If you control two Enduring Scalelords, putting a +1/+1 counter on one of them will cause the ability of the other one to trigger. When this ability resolves, you'll put a +1/+1 counter on the other Scalelord. This will cause the ability of the first one to trigger. This loop will repeat until you choose not to put a +1/+1 counter on one of the Enduring Scalelords."}],"rarities":["uncommon"]},"enduring tenacity":{"name":"Enduring Tenacity","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Snake","Glimmer"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, target opponent loses that much life.\nWhen Enduring Tenacity dies, if it was a creature, return it to the battlefield under its owner's control. It's an enchantment. (It's not a creature.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, target opponent loses that much life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Animate","power":null,"toughness":null,"types":["Enchantment"],"remove_types":["Creature"],"target":{"type":"None"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it was a creature, return it to the battlefield under its owner's control. It's an enchantment.","constraint":null,"condition":{"type":"WasType","card_type":"Creature"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"98e698ae-1a69-469c-9cfb-0e3fedeb71d4","metadata":{"source_printing_ids":["59b698d6-4107-45d3-bc27-fb0746b7f91a","5d2d0033-1a73-4927-93a9-76d00ae7c6a8","d5756d4b-3068-412c-8643-880d3459151e","e74a0fbc-7150-4c44-983f-ac31e74644fd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"A token that's a copy of Enduring Tenacity won't return to the battlefield when its last ability resolves."},{"date":"2024-09-20","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Enduring Tenacity's first ability will trigger twice and you may choose a different opponent for each trigger. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-09-20","text":"If a nontoken permanent that's a copy of Enduring Tenacity dies while it's a creature, it will return to the battlefield as an enchantment when its last ability resolves. It won't have any card types other than enchantment."},{"date":"2024-09-20","text":"If an ability triggers whenever an opponent loses life and its effect causes you to gain life, such as the ability of Exquisite Blood, this will loop until either you win the game or a player takes an action to break the loop."},{"date":"2024-09-20","text":"If you gain an amount of life \"for each\" of something, that life is gained as one event and Enduring Tenacity's first ability triggers only once."},{"date":"2024-09-20","text":"In a Two-Headed Giant game, life gained by your teammate won't cause Enduring Tenacity's first ability to trigger, even though it caused your team's life total to increase."},{"date":"2024-09-20","text":"Snake and Glimmer are both creature types. Enduring Tenacity won't have those creature types when its last ability returns it to the battlefield because it won't be a creature."}],"rarities":["rare","mythic"]},"energybending":{"name":"Energybending","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Lesson"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Lands you control gain all basic land types until end of turn.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"modifications":[{"type":"AddAllBasicLandTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain all basic land types"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Lands you control gain all basic land types until end of turn.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c4c1e49d-5f14-486c-acf2-1952512b12b2","metadata":{"source_printing_ids":["6c085441-e023-4032-89a0-d24ce5060ac3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rulings":[{"date":"2025-10-02","text":"The basic land types are Plains, Island, Swamp, Mountain, and Forest. Gaining a basic land type also allows the land to tap for the associated color of mana, so a land with all basic land types can tap for any color of mana."}],"rarities":["uncommon"]},"enlightened tutor":{"name":"Enlightened Tutor","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for an artifact or enchantment card, reveal it, then shuffle and put that card on top.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Any"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for an artifact or enchantment card, reveal it, then shuffle and put that card on top.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c5229c17-b7be-4b05-b683-f2277edc4849","metadata":{"source_printing_ids":["0760068d-71c2-4b38-9f66-4454875de27e","0c9ebec9-3474-4062-9607-2e2a72f78299","1c9675fb-1a89-420f-aea8-50e0642f549c","7e3637e8-586d-4828-b2e3-781f31f18754","8ecea08d-7d65-4d61-a34d-2f8976af5f5e","a40e9086-5fe0-4b31-bb66-f29f78ddf7eb","c48e6462-638f-4642-bba4-1bf68c1fcd0f","cbac1d27-15e2-4e2f-82ab-625a16e096cb","e869da95-2c47-4796-aadc-50652ebb4d03","f690bd2a-e565-4316-8312-3d0386c8ba36"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["6ED","DMR","EMA","J20","MIR","PAL00","PLST","PRM","TD0","TLE","WC00"],"rulings":[{"date":"2016-06-08","text":"The \"shuffle and put the card on top\" is a single action. If an effect causes the top card of the library to be face up, the second card down is not revealed."}],"rarities":["uncommon","rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":true}},"enormous energy blade":{"name":"Enormous Energy Blade","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +4/+0.\nWhenever this Equipment becomes attached to a creature, tap that creature.\nEquip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attached","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":"tap that creature","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes attached to a creature, tap that creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +4/+0."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7818e900-2f4e-4710-87a4-5a9ac170a677","metadata":{"source_printing_ids":["991370bd-a96a-4ed0-bdf9-f03b98191abf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO"],"rarities":["uncommon"]},"ent's fury":{"name":"Ent's Fury","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put a +1/+1 counter on target creature you control if its power is 4 or greater. Then that creature gets +1/+1 until end of turn and fights target creature you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put a +1/+1 counter on target creature you control if its power is 4 or greater. Then that creature gets +1/+1 until end of turn and fights target creature you don't control.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6bc3c7fd-e371-467f-973c-4c9f0d1ba0bc","metadata":{"source_printing_ids":["8a90d236-27af-4c9e-80eb-0f09b4088ac9","c7946af6-69ab-47a1-955c-1954a04752df"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rarities":["common"]},"entangling trap":{"name":"Entangling Trap","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you clash, tap target creature an opponent controls. If you won, that creature doesn't untap during its controller's next untap step. (This ability triggers after the clash ends.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Clashed","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":{"type":"EventOutcomeWon"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you clash, tap target creature an opponent controls. If you won, that creature doesn't untap during its controller's next untap step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"229b1e23-8e91-46e8-b0c3-1c5b2c9411da","metadata":{"source_printing_ids":["0d1cec6f-5308-4bff-b19a-df9e3325bb06"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LRW"],"rulings":[{"date":"2013-09-20","text":"If you clash because of a spell or ability an opponent controls, the ability will still trigger. Likewise, you can still win the clash even if you weren’t the player to initiate it."}],"rarities":["uncommon"]},"entering":{"name":"Entering","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put a creature card from a graveyard onto the battlefield under your control. It gains haste until end of turn.\nFuse (You may cast one or both halves of this card from your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Fuse"],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put a creature card from a graveyard onto the battlefield under your control. It gains haste until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"043370fd-9cfe-47ce-8019-e915cee1ae95","metadata":{"source_printing_ids":["66724f4e-59dd-4c70-b09b-49947320e6d1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"layout":"split","printings":["DGM","PDGM","PRM"],"rarities":["rare"]},"entity tracker":{"name":"Entity Tracker","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flash\nEerie — Whenever an enchantment you control enters and whenever you fully unlock a Room, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an enchantment you control enters, draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"FullyUnlock","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Room"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you fully unlock a Room, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c9db5293-4866-46ec-9ae8-059d27bd50fc","metadata":{"source_printing_ids":["2c0a079e-26f4-44ed-859a-f7df4b40a3cd","885098d1-f9b4-429b-97b5-c5c448111e22","ae54d697-6d06-4af1-a617-8a47a6ab9c01"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"An ability that triggers \"whenever you fully unlock a Room\" triggers when a door becomes unlocked and the other door of that Room is already unlocked, or when both doors of that Room become unlocked simultaneously."},{"date":"2024-09-20","text":"If a permanent with an eerie ability enters at the same time as one or more enchantments, its ability will trigger for each of those enchantments."}],"rarities":["rare"]},"entropic battlecruiser":{"name":"Entropic Battlecruiser","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n1+ | Whenever an opponent discards a card, they lose 3 life.\n8+ | Flying, deathtouch\nWhenever this Spacecraft attacks, each opponent discards a card. Each opponent who can't loses 3 life.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a card, they lose 3 life.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":1},"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"Not","condition":{"type":"EffectOutcome","signal":"CurrentScopeSucceeded"}},{"type":"ScopedPlayerMatches","filter":{"type":"Opponent"}}]},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, each opponent discards a card. Each opponent who can't loses 3 life.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying, deathtouch"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":10}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"90c5ea2b-d004-4219-b60c-d51bc1a5ee6b","metadata":{"source_printing_ids":["c3cf23c5-cef9-4d78-9f09-a737e59b8d70","cc59796b-9025-44b6-a188-cf6684ebffb9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"ephemerate":{"name":"Ephemerate","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature you control, then return it to the battlefield under its owner's control.\nRebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":["Rebound"],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Exile target creature you control, then return it to the battlefield under its owner's control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0fd57894-b917-41c8-a394-360d1d31b236","metadata":{"source_printing_ids":["2da5f3f8-5eef-498f-ba2c-2f3fbc3745aa","621e3239-b527-4154-bce6-b51241809fc5","7be5092f-cd24-4aea-824e-67b9767019b2","954fbf3c-7cc2-4f5e-ba96-e3033a20ce61","d562bd6e-6e13-4309-bf80-3c10570741bf","f48ab69d-8a01-4dcb-af70-31e2c62278df","f704397a-c180-44ae-9e4e-90180556b87b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["H1R","MAR","MH1","PLST","PRM","PSVC","SLD","STA"],"rulings":[{"date":"2019-06-14","text":"Casting the card again due to rebound's delayed triggered ability is optional. If you choose not to cast the card, or if you can't (perhaps because there are no legal targets available), the card will stay exiled. You won't get another chance to cast it on a future turn. If you do cast the card, it's put into its owner's graveyard as normal once it resolves."},{"date":"2019-06-14","text":"If a spell with rebound that you cast from your hand is countered or doesn't resolve (most likely because its targets have become illegal), none of its effects will happen, including rebound. The spell will be put into its owner's graveyard and you won't get to cast it again on your next turn."},{"date":"2019-06-14","text":"If a token is exiled this way, it will cease to exist and won't return to the battlefield."},{"date":"2019-06-14","text":"Once the exiled creature returns, it's considered a new object with no relation to the object that it was. Auras attached to the exiled creature will be put into their owners' graveyards. Equipment attached to the exiled creature will become unattached and remain on the battlefield. Any counters on the exiled creature will cease to exist."}],"rarities":["common","uncommon","rare","mythic"]},"eradicate":{"name":"Eradicate","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target nonblack creature. Search its controller's graveyard, hand, and library for all cards with the same name as that creature and exile them. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NotColor","color":"Black"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":[],"controller":"ParentTargetController","properties":[{"type":"InAnyZone","zones":["Graveyard","Hand","Library"]},{"type":"SameNameAsParentTarget"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target nonblack creature. Search its controller's graveyard, hand, and library for all cards with the same name as that creature and exile them. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"782ff740-ff43-4c07-af0b-433cb9770661","metadata":{"source_printing_ids":["02d6e0e5-798c-4791-85fe-24d0838df8f4","0fad4607-c11d-4407-b5fa-bd34f74e41b3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["BOK","UDS"],"rulings":[{"date":"2004-10-04","text":"Does not exile other cards of the same name that are on the battlefield. Just from the graveyard, hand, and library."},{"date":"2004-10-04","text":"If a copy card is targeted by this effect, you get to look for another copy of the card it is copying. This is because a copy card actually takes on the name and initial characteristics of what it copies."},{"date":"2004-10-04","text":"Use the name of the card as it leaves the battlefield."},{"date":"2005-02-01","text":"If you manage to turn a land (such as a Forest or Stalking Stones) into a creature, you can indeed use this effect on that basic land type. Eradicate’s exile effect only looks for cards by name, not type."},{"date":"2005-02-01","text":"The copies must be found if they are in publicly viewable zones. Finding copies while searching private zones is optional."},{"date":"2012-05-01","text":"A face-down creature has no name, so no card can possibly share a name with it (not even other cards with no name). If you Eradicate a face-down creature you will still search its controller’s library, but you won’t be able to exile any cards from that library."}],"rarities":["uncommon"]},"erdwal illuminator":{"name":"Erdwal Illuminator","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you investigate for the first time each turn, investigate an additional time.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Investigated","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you investigate for the first time each turn, investigate an additional time.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5ff4ef34-acb9-46c3-8530-f4b093807066","metadata":{"related_token_ids":["927a866b-95f0-5216-b876-88d4ba2651c1","9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1","abd6c74d-5223-52c6-8547-c5f8347fb0cb"],"source_printing_ids":["5c39fa19-ca75-49f4-8e1e-8b59bc9b664a","63df99f9-4f85-4c76-8d76-9075c9ef2b86","bba1f355-4aa0-421f-86fc-25de52f47d74","d4fbfd62-0318-4f77-ab91-37e56233e493"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","MKC","SIR","SOI"],"rarities":["uncommon"]},"eriette of the charmed apple":{"name":"Eriette of the Charmed Apple","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Each creature that's enchanted by an Aura you control can't attack you or planeswalkers you control.\nAt the beginning of your end step, each opponent loses X life and you gain X life, where X is the number of Auras you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":"You","properties":[]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":"You","properties":[]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each opponent loses X life and you gain X life, where X is the number of Auras you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasAttachment","kind":"Aura","controller":"You"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature that's enchanted by an Aura you control can't attack you or planeswalkers you control.","attack_defended":"PlayerOrPlaneswalker"}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"f43f5855-f297-4433-984b-18263b734cfc","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["487a2cc0-ddbf-46b9-90ed-9455347724d5","baf256c5-1b4c-4fbe-94e4-1538d2577f8f","ecead4cd-47ae-4c42-b15c-1b29b5caba18"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","SOC","WOE"],"rulings":[{"date":"2023-09-01","text":"By default, the controller of a Role token is the player who created it, even if that Role token is attached to a creature they don't control."},{"date":"2023-09-01","text":"Count the number of Auras you control as the ability resolves to determine the value of X."}],"rarities":["mythic"]},"erode":{"name":"Erode","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature or planeswalker. Its controller may search their library for a basic land card, put it onto the battlefield tapped, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false,"target_player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target creature or planeswalker. Its controller may search their library for a basic land card, put it onto the battlefield tapped, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2e467fab-e808-44d3-99bf-e3621baeb7cb","metadata":{"source_printing_ids":["32e670da-7563-4f6a-a7db-4c126a440eb8","67af20f7-666f-48fb-863b-15bc5b17ab09"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If the target is illegal as Erode tries to resolve, it won't resolve and none of its effects will happen. No player will search their library."}],"rarities":["rare"]},"ertai's trickery":{"name":"Ertai's Trickery","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell if it was kicked.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell if it was kicked.","target_prompt":null,"condition":{"type":"AdditionalCostPaid","subject":{"type":"Target"}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"93d0691f-17b8-458b-a624-e182fc481f49","metadata":{"source_printing_ids":["544e3575-9fb6-41f7-a4e6-f8460dfae344"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PLS"],"rulings":[{"date":"2009-10-01","text":"You can target any spell, but that spell will be countered only if it was kicked."}],"rarities":["uncommon"]},"escape to the wilds":{"name":"Escape to the Wilds","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile the top five cards of your library. You may play cards exiled this way until the end of your next turn.\nYou may play an additional land this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":5}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"Controller"},"modifications":[{"type":"AddStaticMode","mode":"MayPlayAdditionalLand"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile the top five cards of your library. You may play cards exiled this way until the end of your next turn.\nYou may play an additional land this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"45a8c126-5396-4736-a37e-460a50706a98","metadata":{"source_printing_ids":["1bff641e-aad3-414f-ad5b-8d32c734efa9","3e26c10b-179f-4a6e-bc8d-3ec1d6783fb9","7c15363a-f27b-4fb5-8658-edfbd67750ca","82267f18-ceff-4f98-bf6f-e0cbf94072d3","889cdc42-fae3-4dda-9cf0-697730ef00e3","a65916a8-eeb2-4cd8-904c-dae9385e4356","b8d58c2d-2bff-4d25-a023-0a6342167f5f","e9359896-2c8f-4841-8bbb-3231e5a47221"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","ELD","EOC","MAR","OTC","PELD","SLD"],"rulings":[{"date":"2019-10-04","text":"Casting an exiled card causes it to leave exile. You can't cast it multiple times."},{"date":"2019-10-04","text":"Escape to the Wilds doesn't change when you can play the exiled cards. For example, if you exile a sorcery card, you can cast it only during your main phase when the stack is empty. If you exile a land card, you can play it only during your main phase and only if you have an available land play remaining."},{"date":"2019-10-04","text":"If you don't play a card exiled this way, it remains in exile."},{"date":"2019-10-04","text":"The additional land that you play doesn't have to be from among the exiled cards."}],"rarities":["rare","mythic"]},"eshki, temur's roar":{"name":"Eshki, Temur's Roar","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a creature spell, put a +1/+1 counter on Eshki. If that spell's power is 4 or greater, draw a card. If that spell's power is 6 or greater, Eshki deals damage equal to Eshki's power to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"comparator":"GE","rhs":{"type":"Fixed","value":6}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a creature spell, put a +1/+1 counter on ~. If that spell's power is 4 or greater, draw a card. If that spell's power is 6 or greater, ~ deals damage equal to ~'s power to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"1b162dd3-3be6-406d-bf86-f7cc9eff098d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["ff9aa863-8773-452d-946c-ae334c632e11"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TDC"],"rarities":["mythic"]},"esika, god of the tree":{"name":"Esika, God of the Tree","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\n{T}: Add one mana of any color.\nOther legendary creatures you control have vigilance and \"{T}: Add one mana of any color.\"","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"},{"type":"Another"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{t}: add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other legendary creatures you control have vigilance and \"{T}: Add one mana of any color.\""}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"92023a5d-a143-4950-a71b-d736e6b8e959","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["46d43696-3c63-4c55-bc61-e1560c8b8201","86f54b82-0168-421e-bcde-d13d48b7d9ff","ced8571a-24e1-45be-8698-3314b663940a","f6cd7465-9dd0-473c-ac5e-dd9e2f22f5f6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM","SLD"],"rulings":[{"date":"2021-02-05","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2021-02-05","text":"If a creature loses vigilance after it attacks (perhaps because Esika leaves the battlefield), that creature will continue attacking. It won't become tapped."},{"date":"2021-02-05","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2021-02-05","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2021-02-05","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2021-02-05","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2021-02-05","text":"If you reveal a double-faced card whose front face is a creature or planeswalker, you'll put it onto the battlefield with its front face up."},{"date":"2021-02-05","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2021-02-05","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2021-02-05","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2021-02-05","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2021-02-05","text":"While resolving the triggered ability of The Prismatic Bridge, if there are no creature or planeswalker cards in your library, you'll simply reveal your entire library, randomize it, and continue playing."}],"rarities":["mythic"]},"esper sentinel":{"name":"Esper Sentinel","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent casts their first noncreature spell each turn, draw a card unless that player pays {X}, where X is this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts their first noncreature spell each turn, draw a card unless that player pays {X}, where X is ~'s power.","constraint":{"type":"NthSpellThisTurn","n":1,"filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}},"condition":null,"unless_pay":{"cost":{"type":"ManaDynamic","quantity":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"payer":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5def9f38-0a0b-4e8d-9f9d-29dcb46520b4","metadata":{"source_printing_ids":["02784619-5c2a-4aab-9acc-a8edb99ab46b","676758ee-dac8-4c97-8a62-fff25bcbb6df","8b5a916f-a6f2-4e89-b38f-7e5bc0c2e032","9415defa-ea35-454e-993b-3afd5776b7db","f3537373-ef54-4578-9d05-6216420ee349"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["H2R","J21","MH2","PLST","PMH2"],"rulings":[{"date":"2021-06-18","text":"If Esper Sentinel's has negative power when this ability resolves, then {X} is {0}. The opponent may still choose not to pay the cost if they want you to draw a card."},{"date":"2021-06-18","text":"If a noncreature spell was already cast by an opponent the turn Esper Sentinel enters the battlefield, that opponent already cast their first noncreature spell this turn, and Esper Sentinel's ability won't trigger for that opponent that turn."},{"date":"2021-06-18","text":"This ability checks Esper Sentinel's power when it resolves, not when the ability goes on the stack. If Esper Sentinel is no longer on the battlefield when it resolves, use the power it had the last time it was on the battlefield."}],"rarities":["rare"]},"esper terra":{"name":"Esper Terra","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["Saga","Wizard"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter.)\nI, II, III — Create a token that's a copy of target nonlegendary enchantment you control. It gains haste. If it's a Saga, put up to three lore counters on it. Sacrifice it at the beginning of your next end step.\nIV — Add {W}{W}, {U}{U}, {B}{B}, {R}{R}, and {G}{G}. Exile Esper Terra, then return it to the battlefield (front face up).\nFlying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"NotSupertype","value":"Legendary"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"UpTo","max":{"type":"Fixed","value":3}},"target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"End","player":0},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Saga"}],"controller":null,"properties":[]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"NotSupertype","value":"Legendary"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"UpTo","max":{"type":"Fixed","value":3}},"target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"End","player":0},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Saga"}],"controller":null,"properties":[]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"NotSupertype","value":"Legendary"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"UpTo","max":{"type":"Fixed","value":3}},"target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"End","player":0},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Saga"}],"controller":null,"properties":[]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White","White","Blue","Blue","Black","Black","Red","Red","Green","Green"]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 4","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":4},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":["Green","Red"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"54ca5904-9099-497a-9684-101656025487","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0502c627-9f63-5b1e-b7ba-1809eefc0580"],"source_printing_ids":["0cf789e7-045c-4ad1-abc3-23eabda54f02","fbd447aa-588d-4c4d-925e-a7d3bdf6a65c","fe0aa7d7-73e7-4c8c-92b5-b923817ce461"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN","PFIN"],"rarities":["mythic"]},"esquire of the king":{"name":"Esquire of the King","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{4}{W}, {T}: Creatures you control get +1/+1 until end of turn. This ability costs {2} less to activate if you control a legendary creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":4}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{4}{W}, {T}: Creatures you control get +1/+1 until end of turn. This ability costs {2} less to activate if you control a legendary creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":2,"count":{"type":"Fixed","value":1},"condition":{"type":"YouControlLegendaryCreature"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3ccaa78e-f3e5-4de4-b53c-cecd73a73b9c","metadata":{"source_printing_ids":["739dbbfb-e234-43c4-9e69-ebb13a9fee30","caa6dded-ab08-43d0-b2fb-008854582cba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rarities":["common"]},"essence channeler":{"name":"Essence Channeler","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"As long as you've lost life this turn, this creature has flying and vigilance.\nWhenever you gain life, put a +1/+1 counter on this creature.\nWhen this creature dies, put its counters on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":null,"count":null,"mode":"Put","selection":"StackTarget","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, put its counters on target creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as you've lost life this turn, ~ has flying and vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1473580d-7cb2-48f5-a77d-08f49244c5e8","metadata":{"source_printing_ids":["5aaf7e4c-4d5d-4acc-a834-e6c4a7629408","bbd5c86a-0991-4322-a0a2-48424c4be2af"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Essence Channeler’s second ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-07-26","text":"Essence Channeler’s first ability cares whether you’ve lost life this turn, not how your life total has changed. For example, if you’ve gained 2 life and lost 1 life so far this turn, you’ve still lost life."},{"date":"2024-07-26","text":"Essence Channeler’s last ability doesn’t cause you to move counters from Essence Channeler onto the target creature. Rather, you put the same number of each kind of counter Essence Channeler had when it died onto the target creature."},{"date":"2024-07-26","text":"Essence Channeler’s last ability puts all counters that were on Essence Channeler onto the target creature, not just its +1/+1 counters."},{"date":"2024-07-26","text":"Essence Channeler’s second ability triggers just once for each life-gaining event, no matter how much life was gained."},{"date":"2024-07-26","text":"If Essence Channeler has -1/-1 counters on it when it dies, that ability will include those as well. This may result in the recipient of the counters also dying."},{"date":"2024-07-26","text":"If Essence Channeler is dealt lethal damage at the same time that you gain life, it won’t receive a counter from its second ability in time to save it."},{"date":"2024-07-26","text":"If enough -1/-1 counters are put on Essence Channeler at the same time to make its toughness 0 or less, its last ability will see all of the +1/+1 counters it had when it died as well as the -1/-1 counters it had, and an equal number of each of those types of counters (plus any other applicable counters) will be put onto the target creature."},{"date":"2024-07-26","text":"If you gain an amount of life “for each” of something, that life is gained as one event and Essence Channeler’s second ability triggers only once."},{"date":"2024-07-26","text":"In a Two-Headed Giant game, life gained by your teammate won’t cause Essence Channeler’s second ability to trigger even though it caused your team’s life total to increase."},{"date":"2024-07-26","text":"In some unusual cases, you may end up putting the appropriate counters on more than one permanent. For example, if you control The Ozolith when Essence Channeler dies, you’ll put the appropriate number of each kind of counter onto both The Ozolith and the target creature."},{"date":"2024-07-26","text":"Once Essence Channeler has been blocked by a creature without flying or reach, losing life to give it flying and vigilance won’t cause it to become unblocked."}],"rarities":["rare"]},"essence warden":{"name":"Essence Warden","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Shaman"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature enters, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6ca2a89e-7032-4864-b4e9-66f3178f90ab","metadata":{"source_printing_ids":["31ca84d1-30a6-432b-966c-089fb6652a89","48431d2f-4011-48d2-b556-2078c1a45d85","ab9b05fc-2884-4c0f-95ce-37cfffa902c5","da2a65d6-0887-4fe8-a6e6-909208fddd90","dd7e6400-5302-450b-8f22-4b67c8043063","ff09be4d-bbcc-4c25-9df2-b3df07fca955"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["C14","CMA","DDH","LTC","PLC","PLST","PRM"],"rulings":[{"date":"2025-01-24","text":"If this creature enters at the same time as one or more other creatures, its ability will trigger for each of those other creatures. "}],"rarities":["common"]},"eternal scourge":{"name":"Eternal Scourge","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi","Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"You may cast this card from exile.\nWhen this creature becomes the target of a spell or ability an opponent controls, exile this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Any"},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}]},{"type":"StackAbility","controller":"Opponent"}]},"description":"When ~ becomes the target of a spell or ability an opponent controls, exile ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c8b0436e-16d2-4d48-a894-454d69a3743b","metadata":{"source_printing_ids":["12e79945-d6cf-4490-88a7-a7d5f9e0b96b","13ce52f5-6d49-4d44-a3d7-925340de8406","3c357295-4d5f-40f7-81e8-ae0a463df28b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","PEMN","SIR"],"rulings":[{"date":"2016-07-13","text":"Eternal Scourge's triggered ability only triggers while it's on the battlefield. For example, Convolute cast targeting Eternal Scourge won't cause its ability to trigger."},{"date":"2016-07-13","text":"You must follow the normal timing permissions and restrictions and pay its cost to cast Eternal Scourge from exile."},{"date":"2016-07-13","text":"You'll exile Eternal Scourge even if the spell or ability that targets it is countered."}],"rarities":["rare"]},"etrata, deadly fugitive":{"name":"Etrata, Deadly Fugitive","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Assassin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nFace-down creatures you control have \"{2}{U}{B}: Turn this creature face up. If you can't, exile it, then you may cast the exiled card without paying its mana cost.\"\nWhenever an Assassin you control deals combat damage to an opponent, cloak the top card of that player's library.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Cloak","target":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Assassin"}],"controller":"You","properties":[]},"description":"Whenever an Assassin you control deals combat damage to an opponent, cloak the top card of that player's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Face-down"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"TurnFaceUp","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black"],"generic":2}},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}{U}{B}: Turn ~ face up. If you can't, exile it, then you may cast the exiled card without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Face-down creatures you control have \"{2}{U}{B}: Turn ~ face up. If you can't, exile it, then you may cast the exiled card without paying its mana cost.\""}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"87957d09-7e22-40fe-8770-ff66d1934a38","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["00b70f7a-8e77-4a99-8d13-7465a190630e","4410db5a-62af-43ac-979d-88a7c975f7bd","b01cf59e-b98b-4a8d-8347-07e2c1527330"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-02-02","text":"Any time you have priority, you can turn a cloaked permanent you control face-up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-02-02","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-02-02","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-02-02","text":"If a cloaked creature would have disguise (or morph) if it were face up, you may also turn it face up by paying its disguise (or morph) cost."},{"date":"2024-02-02","text":"If a double-faced card is cloaked, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-02-02","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise ability because it will no longer have a disguise ability (or a disguise cost) once face up."},{"date":"2024-02-02","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-02-02","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-02-02","text":"If the spell you cast has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If you cast a spell \"without paying its mana cost\", you can't choose to cast it for any alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, such as that of Demand Answers, those must be paid to cast the spell."},{"date":"2024-02-02","text":"In a multiplayer game, if an opponent leaves the game, all of the cards they own that you cloaked leave as well. If you leave the game, the creatures you cloaked with Etrata, Deadly Fugitive's triggered ability are exiled."},{"date":"2024-02-02","text":"To cloak a card, put it onto the battlefield face down. It becomes a 2/2 face-down creature card with ward {2} and no name, mana cost, or creature types. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-02-02","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-02-02","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a cloaked creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-02-02","text":"You might be unable to turn a face-down creature face up because it's an instant or sorcery. Alternatively, abilities such as that of Karlov Watchdog might prevent you from turning face-down creatures face up altogether. In those cases, you'll exile that creature, and then you'll choose whether or not to cast that card without paying its mana cost."},{"date":"2024-02-02","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered the battlefield should remain clear, as well as what ability caused them to be face down. (This includes disguise, cloak, and in games involving older cards, morph and manifest, as well as a few other effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."},{"date":"2024-02-02","text":"Your opponents can't look at cards they own that you cloaked."}],"rarities":["mythic"]},"evelyn, the covetous":{"name":"Evelyn, the Covetous","mana_cost":{"type":"Cost","shards":["BlueBlack","Black","BlackRed"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhenever Evelyn or another Vampire you control enters, exile the top card of each player's library with a collection counter on it.\nOnce each turn, you may play a card from exile with a collection counter on it if it was exiled by an ability you controlled, and you may spend mana as though it were mana of any color to cast it.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"collection","count":{"type":"Fixed","value":1},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0,"frequency":"OncePerTurn","mana_spend_permission":"AnyTypeOrColor"},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Vampire"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another Vampire you control enters, exile the top card of each player's library with a collection counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"LinkedCollectionCounterPlayPermission","affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Once each turn, you may play a card from exile with a collection counter on it if it was exiled by an ability you controlled, and you may spend mana as though it were mana of any color to cast it."}],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"4ab6f615-1f04-4ed2-88b2-49faa8356dd0","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7abd914b-4f66-4b80-8249-86f2e77f0452","bf30b561-7ae6-4423-9184-6574e68f9038","c0dad61f-36cd-46af-82b7-a02e04efd676"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PSNC","SNC"],"rarities":["rare"]},"evendo brushrazer":{"name":"Evendo Brushrazer","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you sacrifice a nontoken permanent, exile the top card of your library.\nDuring your turn, as long as you've sacrificed a nontoken permanent this turn, you may play cards exiled with this creature.\n{T}, Sacrifice a land: Add {R}{R}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red","Red"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice a land: Add {R}{R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a nontoken permanent, exile the top card of your library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ExileCastPermission":{"frequency":"Unlimited","play_mode":"Play","cost":"PayNormalCost","pool":"Persistent","timing":"YourTurnOnly"}},"affected":{"type":"Any"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SacrificedThisTurn","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"NonToken"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, as long as you've sacrificed a nontoken permanent this turn, you may play cards exiled with ~."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"795bc0b0-4b0a-49d6-ac8e-a52a10a93be8","metadata":{"source_printing_ids":["8b9001a4-953c-4a32-b51a-c6bec7e74f9e","e7a4a1da-664d-4675-8ddd-df5fc1b962bc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"You pay all costs and follow all timing rules for cards played with the permission granted by Evendo Brushrazer’s second ability. For example, if an exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"everybody lives!":{"name":"Everybody Lives!","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"All creatures gain hexproof and indestructible until end of turn. Players gain hexproof until end of turn. Players can't lose life this turn and players can't lose the game or win the game this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain hexproof and indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[],"controller":null,"properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain hexproof"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantLoseLife","affected":{"type":"Player"},"modifications":[{"type":"AddStaticMode","mode":"CantLoseLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't lose life"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantLoseTheGame","affected":{"type":"Player"},"modifications":[{"type":"AddStaticMode","mode":"CantLoseTheGame"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't lose the game or win the game"},{"mode":"CantWinTheGame","affected":{"type":"Player"},"modifications":[{"type":"AddStaticMode","mode":"CantWinTheGame"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't lose the game or win the game"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"All creatures gain hexproof and indestructible until end of turn. Players gain hexproof until end of turn. Players can't lose life this turn and players can't lose the game or win the game this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"39213de3-6a4a-4879-a7f9-70f45013765e","metadata":{"source_printing_ids":["9dab0052-7f0c-4b56-847f-20552666a271","a8f4b08d-1882-4c8c-abb5-f0e9e5e9292d","ac2e371e-7f5b-4fb5-9c6c-49443ef19703","b9558e30-7ea9-4841-a742-5d7941c0241f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Players can always concede from the game, even if they can't otherwise lose the game."}],"rarities":["rare"]},"everything comes to dust":{"name":"Everything Comes to Dust","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":7},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nExile all creatures except those that share a creature type with a creature that convoked this spell, all artifacts, and all enchantments.","non_ability_text":null,"flavor_name":null,"keywords":["Convoke"],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Not","prop":{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"ConvokedSource"}]}}}]},{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Exile all creatures except those that share a creature type with a creature that convoked this spell, all artifacts, and all enchantments.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"39acc3d0-85fc-4814-93f2-e709c3b2c86b","metadata":{"source_printing_ids":["136bd8c3-a54f-40cd-96c9-5023a67e7fd6","3e8a2f7f-477d-441c-9677-1346c8622fff","43c825df-8fa8-4c07-a9b7-cafbb6508c3c","fb4b912c-07d4-42a1-8f3b-d5f34cca087f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2024-01-12","text":"Because convoke isn't an alternative cost, it can be used in conjunction with alternative costs."},{"date":"2024-01-12","text":"If a creature you control has a mana ability with {T} in the cost, activating that ability while casting a spell with convoke will result in the creature being tapped before you pay the spell's costs. You won't be able to tap it again for convoke. Similarly, if you sacrifice a creature to activate a mana ability while casting a spell with convoke, that creature won't be on the battlefield when you pay the spell's costs, so you won't be able to tap it for convoke."},{"date":"2024-01-12","text":"Tapping a multicolored creature using convoke will pay for {1} or one mana of your choice of any of that creature's colors."},{"date":"2024-01-12","text":"Tapping an untapped creature that's attacking or blocking to convoke a spell won't cause that creature to stop attacking or blocking."},{"date":"2024-01-12","text":"When calculating a spell's total cost, include any alternative costs, additional costs, or anything else that increases or reduces the cost to cast the spell. Convoke applies after the total cost is calculated. Convoke doesn't change a spell's mana cost or mana value."},{"date":"2024-01-12","text":"You can tap any untapped creature you control to convoke a spell, even one you haven't controlled continuously since the beginning of your most recent turn."}],"rarities":["rare"]},"evil's thrall":{"name":"Evil's Thrall","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Gain control of target creature until end of turn. If you control a Villain with greater mana value than that creature, gain control of that creature until the end of your next turn instead. Untap that creature. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Villain"}],"controller":"You","properties":[{"type":"Cmc","comparator":"GT","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Target"}}}},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"Gain control of target creature until end of turn. If you control a Villain with greater mana value than that creature, gain control of that creature until the end of your next turn instead. Untap that creature. It gains haste until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d7562f89-4808-44ab-8dc9-fc4078e8a47b","metadata":{"source_printing_ids":["310e30cd-b8c3-40ea-9d61-57c5c5fc2a0b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"execute":{"name":"Execute","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target white creature. It can't be regenerated.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasColor","color":"White"}]},"cant_regenerate":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target white creature. It can't be regenerated.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"24d2cbf6-6268-4da3-8413-6c76679576fe","metadata":{"source_printing_ids":["333123bc-fb66-4b5a-bf55-045d2906c8c3","35119276-d461-4eb2-8b1b-fa73639fe1de","751e73d4-7e1c-48fd-8b6d-b66a2105a742","875500ff-bb15-4634-be05-0171cb0ac412","ee0ecbc8-767b-475c-bb74-2abc0da5d745"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","9ED","ODY"],"rarities":["uncommon"]},"exemplar of light":{"name":"Exemplar of Light","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you gain life, put a +1/+1 counter on this creature.\nWhenever you put one or more +1/+1 counters on this creature, draw a card. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you put one or more +1/+1 counters on ~, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9ad730b5-8950-4215-9319-387e2970dd22","metadata":{"source_printing_ids":["089b28fe-f10f-4e3e-8c19-ed012349faf4","920c8fc5-fdd2-446a-a676-5c363f96928f","98d61887-a6f7-4ce0-a44d-9661e8bb2107","b7393efb-da40-4b55-a6ff-ce774f0815f9","f67b3e48-98e8-404b-93b0-c3cbbd764d1c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PFDN"],"rulings":[{"date":"2024-11-08","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Exemplar of Light's second ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-11-08","text":"Exemplar of Light's last ability triggers whenever you put one or more +1/+1 counters on it for any reason, not just as a result of its second ability."},{"date":"2024-11-08","text":"Exemplar of Light's second ability triggers just once for each life-gaining event, whether it's 1 life from Dazzling Angel or 4 life from Apothecary Stomper."},{"date":"2024-11-08","text":"If Exemplar of Light is dealt lethal damage at the same time that you gain life, it won't receive a counter from its second ability in time to save it."},{"date":"2024-11-08","text":"If you gain an amount of life \"for each\" of something or \"equal to the number\" of something, that life is gained as one event and Exemplar of Light's second ability triggers only once."},{"date":"2024-11-08","text":"In a Two-Headed Giant game, life gained by your teammate won't cause Exemplar of Light's second ability to trigger, even though it caused your team's life total to increase."}],"rarities":["rare"]},"exhibition tidecaller":{"name":"Exhibition Tidecaller","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Djinn","Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Opus — Whenever you cast an instant or sorcery spell, target player mills three cards. If five or more mana was spent to cast that spell, that player mills ten cards instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":10},"target":{"type":"ParentTarget"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"TriggeringSpell","metric":{"type":"Total"}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, target player mills three cards. If five or more mana was spent to cast that spell, that player mills ten cards instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d32c9439-4c97-412b-83cc-6d9acb48be3c","metadata":{"source_printing_ids":["44304d28-94da-4226-b713-b2c3a4b67e49","a58c364e-d0c5-41b9-8c8b-2e5a99468cc7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"An opus ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."}],"rarities":["rare"]},"exhumer thrull":{"name":"Exhumer Thrull","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Thrull"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haunt (When this creature dies, exile it haunting target creature.)\nWhen this creature enters or the creature it haunts dies, return target creature card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Haunt"],"abilities":[],"triggers":[{"mode":"EntersOrHauntedCreatureDies","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters or the creature it haunts dies, return target creature card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileHaunting","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.55a: Exile it haunting target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.55a: When this permanent is put into a graveyard from the battlefield, exile it haunting target creature.","constraint":null,"condition":null,"batched":false},{"mode":"HauntedCreatureDies","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.55c: When the creature this card haunts dies, trigger the haunt payoff.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cd2ae326-1a74-4b67-9718-92b6a209303b","metadata":{"source_printing_ids":["c8c53fda-3768-4cc5-8ca3-a60805c340ba"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["GPT"],"rulings":[{"date":"2006-02-01","text":"If you own the creature Exhumer Thrull was haunting, that creature will generally be a legal target for the haunt trigger to return to your hand."}],"rarities":["uncommon"]},"exile":{"name":"Exile","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target nonwhite attacking creature. You gain life equal to its toughness.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"~","description":"~ target nonwhite attacking creature"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Anaphoric"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ target nonwhite attacking creature. You gain life equal to its toughness.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8c91d50b-bf58-4d06-b3b7-4b6db867bfce","metadata":{"source_printing_ids":["108b85ff-ed03-4b3e-872f-1cad1a27b930","91212440-32f0-424f-a843-22eb23d012c8","9f717f8f-e1fc-480a-8dec-fb88814091ea","af72824b-6c9c-4435-81db-0ef9b09270fb","bf6e3ca4-5b56-40bb-bec7-c92fc7eb50d2","cba8fb8d-fdde-4e4b-9dc7-feaecf8ed222"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["6ED","ALL","ME1","PLST","VMA","WC97"],"rarities":["common","rare"]},"exile into darkness":{"name":"Exile into Darkness","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player sacrifices a creature of their choice with mana value 3 or less.\nAt the beginning of your upkeep, if you have more cards in hand than each opponent, you may return this card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"Target player sacrifices a creature of their choice with mana value 3 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you have more cards in hand than each opponent, you may return this card from your graveyard to your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Opponent","aggregate":"Max"}}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"bfa21cbc-8a04-4456-bf02-bae6b514d50a","metadata":{"source_printing_ids":["4d6ac32c-9555-4408-8b18-c3098802b7ad"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOK"],"rarities":["uncommon"]},"exotic pets":{"name":"Exotic Pets","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create two 1/1 blue Fish creature tokens with \"This token can't be blocked.\" Then for each kind of counter among creatures you control, put a counter of that kind on either of those tokens.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Fish","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Fish"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"for","description":"for each kind of counter among creatures you control"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"put","description":"put a counter of that kind on either of those tokens"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Create two 1/1 blue Fish creature tokens with \"~ can't be blocked.\" Then for each kind of counter among creatures you control, put a counter of that kind on either of those tokens.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"497cb281-e057-42fc-937d-512855b74159","metadata":{"related_token_ids":["5cd0f0ce-7820-5507-b6db-8ceb32d7830e"],"source_printing_ids":["902f1ed8-5c10-45e4-8f2f-182e800faab4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["SNC"],"rarities":["uncommon"]},"expansion":{"name":"Expansion","mana_cost":{"type":"Cost","shards":["BlueRed","BlueRed"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Copy target instant or sorcery spell with mana value 4 or less. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}}]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}}]}]}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":"Copy target instant or sorcery spell with mana value 4 or less. You may choose new targets for the copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"af6f771f-5154-4fb3-8ed4-768d71eea568","metadata":{"source_printing_ids":["42cacf46-6f84-4198-877b-1544cff2f837","65c091fa-00a8-4f20-8148-46db3fc3c67d","be082a49-1a90-48fd-ba61-c26c90f1f64e","e0644c92-4d67-475e-8c8e-0e2c493682fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["GRN","PGRN","PLST","RVR","TDC"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."},{"date":"2024-01-12","text":"Any choices made as a spell resolves won't have been made yet once it's copied. Any such choices will be made separately as the copy resolves."},{"date":"2024-01-12","text":"Expansion can copy any instant or sorcery spell with an appropriate mana value, not just one with targets."},{"date":"2024-01-12","text":"If a spell has {X} in its mana cost, include the value chosen for that X when determining the mana value of that spell."},{"date":"2024-01-12","text":"If one of Explosion's two targets becomes illegal, the other is affected as appropriate."},{"date":"2024-01-12","text":"If the spell has damage divided as it was cast, the division can't be changed (although the targets receiving that damage still can). The same is true of spells that distribute counters."},{"date":"2024-01-12","text":"If the spell that's copied has an X whose value was determined as it was cast (like Banefire does), the copy will have the same value of X."},{"date":"2024-01-12","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2024-01-12","text":"If you copy a spell, you control the copy. It will resolve before the original spell does."},{"date":"2024-01-12","text":"The controller of a copy can't choose to pay any alternative or additional costs for the copy. However, effects based on any alternative or additional costs that were paid for the original spell are copied as though those same costs were paid for the copy."},{"date":"2024-01-12","text":"The copy is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell won't trigger."},{"date":"2024-01-12","text":"The copy will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."}],"rarities":["rare"]},"expensive taste":{"name":"Expensive Taste","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile the top two cards of target opponent's library face down. You may look at and play those cards for as long as they remain exiled.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Fixed","value":2},"face_down":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile the top two cards of target opponent's library face down. You may look at and play those cards for as long as they remain exiled.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"5df44b8d-b337-49d8-8427-34253f52cb47","metadata":{"related_token_ids":["8fb72ba2-7332-5577-b7bd-d75df4c727c8"],"source_printing_ids":["315cbbf7-a2ad-4565-9877-1e903d7fd797","8a717d27-596d-4341-b592-4f9777f778e5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","WOE"],"rarities":["rare"]},"experiment one":{"name":"Experiment One","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Ooze"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Evolve (Whenever a creature you control enters, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)\nRemove two +1/+1 counters from this creature: Regenerate it. (The next time this creature would be destroyed this turn, instead tap it, remove it from combat, and heal all damage on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Evolve"],"abilities":[{"kind":"Activated","effect":{"type":"Regenerate","target":{"type":"ParentTarget"}},"cost":{"type":"RemoveCounter","count":2,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"Remove two +1/+1 counters from ~: Regenerate it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Evolve","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on this creature","target_prompt":null,"ability_tag":{"type":"Evolve"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.100a: Evolve — whenever a creature you control enters with greater power or toughness than ~, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8520ee67-439b-4f15-838b-420bacbb8b13","metadata":{"source_printing_ids":["1ffc818d-862b-4686-8be2-c46802416f28","2cc1d8d0-bb43-4962-ad29-bb6478aa986b","3b551403-47dd-4c2b-95c8-0e2e674d6fcf","589d8494-58c0-4584-a878-37d498621992","62fa3357-05cd-428a-9775-08cdf6462f20","8c47db9a-65f3-4ccd-a21b-93de4c8d08fe","9321d75e-6ae8-48ff-876d-4efa50d1b1c6","95552710-873b-418b-bb2a-d2918c313e37"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","C15","F13","GK2","GTC","PIO","PLST","PRM","RVR"],"rulings":[{"date":"2013-04-15","text":"If a creature enters the battlefield with +1/+1 counters on it, consider those counters when determining if evolve will trigger. For example, a 1/1 creature that enters the battlefield with two +1/+1 counters on it will cause the evolve ability of a 2/2 creature to trigger."},{"date":"2013-04-15","text":"If evolve triggers, the stat comparison will happen again when the ability tries to resolve. If neither stat of the new creature is greater, the ability will do nothing. If the creature that entered the battlefield leaves the battlefield before evolve tries to resolve, use its last known power and toughness to compare the stats."},{"date":"2013-04-15","text":"If multiple creatures enter the battlefield at the same time, evolve may trigger multiple times, although the stat comparison will take place each time one of those abilities tries to resolve. For example, if you control a 2/2 creature with evolve and two 3/3 creatures enter the battlefield, evolve will trigger twice. The first ability will resolve and put a +1/+1 counter on the creature with evolve. When the second ability tries to resolve, neither the power nor the toughness of the new creature is greater than that of the creature with evolve, so that ability does nothing."},{"date":"2013-04-15","text":"When comparing the stats as the evolve ability resolves, it's possible that the stat that's greater changes from power to toughness or vice versa. If this happens, the ability will still resolve and you'll put a +1/+1 counter on the creature with evolve. For example, if you control a 2/2 creature with evolve and a 1/3 creature enters the battlefield under your control, it toughness is greater so evolve will trigger. In response, the 1/3 creature gets +2/-2. When the evolve trigger tries to resolve, its power is greater. You'll put a +1/+1 counter on the creature with evolve."},{"date":"2013-04-15","text":"When comparing the stats of the two creatures for evolve, you always compare power to power and toughness to toughness."},{"date":"2013-04-15","text":"Whenever a creature enters the battlefield under your control, check its power and toughness against the power and toughness of the creature with evolve. If neither stat of the new creature is greater, evolve won't trigger at all."},{"date":"2024-01-12","text":"Because damage remains marked on a creature until it's removed as the turn ends, nonlethal damage dealt to Experiment One may become lethal if you remove +1/+1 counters from it during that turn. In this case, it dies before the activated ability that would regenerate it resolves."}],"rarities":["common","uncommon"]},"exploration":{"name":"Exploration","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may play an additional land on each of your turns.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play an additional land on each of your turns."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0c2841bb-038c-4fbf-8360-bc0a1522b58d","metadata":{"source_printing_ids":["1c3fc61c-c26e-47f3-a1eb-f6f10f8469e2","2b20d3e1-62ef-44db-8109-a33d4fa3e7f1","2f09e451-0246-45a2-8bfd-07d3c65ddfe6","5b372045-a4a0-44c8-96ec-1e201d61ed26","ce4c6535-afea-4704-b35c-badeb04c4f4c","d1cbcd04-aabf-420e-9bc8-4270f78e25d7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","AA3","CNS","DMR","PRM","USG"],"rulings":[{"date":"2022-12-08","text":"Exploration’s ability is cumulative with other effects that allow you to play additional lands, including ones created by other Explorations you control."}],"rarities":["rare"]},"exploration broodship":{"name":"Exploration Broodship","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n3+ | You may play an additional land on each of your turns.\n8+ | Flying\nOnce during each of your turns, you may cast a permanent spell from your graveyard by sacrificing a land in addition to paying its other costs.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play an additional land on each of your turns."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying"},{"mode":{"GraveyardCastPermission":{"frequency":"OncePerTurn","play_mode":"Cast"}},"affected":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Once during each of your turns, you may cast a permanent spell from your graveyard by sacrificing a land in addition to paying its other costs."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8a83ecee-092b-456c-803f-a9aaa17c4da9","metadata":{"source_printing_ids":["3410f9c6-ac11-4e7f-aefd-69fba43e1315","61596da3-2a0e-47d9-b707-8db4cce2479d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"You pay all costs and follow all timing rules for cards cast with the permission granted by Exploration Broodship’s last ability. For example, you may cast a creature spell from your graveyard only during your main phase while the stack is empty."}],"rarities":["rare"]},"explore":{"name":"Explore","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may play an additional land this turn.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"Controller"},"modifications":[{"type":"AddStaticMode","mode":"MayPlayAdditionalLand"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"You may play an additional land this turn.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b8f566ea-8283-4afa-9ac8-737e26419283","metadata":{"source_printing_ids":["098e528a-bd6c-41f3-a246-cba986c54776","1383040d-ca33-4d43-8846-34a75a9b451b","18e5fdee-1ec4-44a2-b84c-35897f1d2912","25768b76-c6d7-4b0b-8427-d0a80633aa39","32621bcd-ec3b-4700-a295-47e831455e30","3976affd-8c2b-499a-a946-b629c2ba59c7","3cf7fc86-08c6-43f1-9cdb-f609cea0b1a7","55f8f2a4-ddfb-48b5-9ecb-73cf03a65f8d","59c33065-1bdd-4257-9e74-1f2aacf063c5","5f4d7eb5-5c0e-4c89-91b5-0cd200c5cb88","69f2a3be-9196-44f4-b722-9184ca1d143a","719ebf00-8333-43b7-98a0-f7134d0a382e","8ea6c234-ede2-4543-ab8e-38d7a503a5e1","a742f2a5-6837-4fa7-9c06-b6b63977fc68","ab9dbf0b-2c1d-463c-b675-ff711c282e56","b6838782-079a-47d0-bdab-cdcc975feab4","bd15599d-62a0-42e2-acf7-63d7220a4418","c6899e09-0ec3-44d0-afd9-2a4e28635f20","d8f81e8a-e309-4bac-81de-326756cd8901","da397007-e9a8-4228-a35d-a606e93e37be","e547fc28-970a-4910-94da-dff5acef3285","f3405ac8-a8e3-4c65-807e-6bfcfa162852","f55b5e21-decb-4b77-99d8-83cb7b433fda","f7a70945-8f8b-4dc7-a78b-d285694f9f50","fb1c4843-70cd-4b63-a714-5ed26bdf7d6d","fbfb4b80-69fe-4d43-a155-0109ddbe86f5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["40K","AFC","BLC","C18","C19","CLB","CMR","DDO","DMC","E01","J25","JMP","LCC","LTC","MM3","NCC","OTC","PLST","PRM","SLD","SLP","TLE","WHO","WWK"],"rulings":[{"date":"2017-03-14","text":"Explore's effect allows you to play an additional land during your main phase. Doing so follows the normal timing rules for playing lands. In particular, you don't get to play a land as Explore resolves; Explore fully resolves first and you draw a card, perhaps a land you'll play later."},{"date":"2017-03-14","text":"If you somehow manage to cast Explore when it's not your turn, you'll draw a card when it resolves, but you won't be able to play a land that turn."},{"date":"2017-03-14","text":"The effects of multiple Explores in the same turn are cumulative. They're also cumulative with other effects that let you play additional lands, such as the one from Urban Evolution."}],"rarities":["common","uncommon","rare"]},"explosion":{"name":"Explosion","mana_cost":{"type":"Cost","shards":["X","Blue","Blue","Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Explosion deals X damage to any target. Target player draws X cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals X damage to any target. Target player draws X cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"af6f771f-5154-4fb3-8ed4-768d71eea568","metadata":{"source_printing_ids":["42cacf46-6f84-4198-877b-1544cff2f837","65c091fa-00a8-4f20-8148-46db3fc3c67d","be082a49-1a90-48fd-ba61-c26c90f1f64e","e0644c92-4d67-475e-8c8e-0e2c493682fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["GRN","PGRN","PLST","RVR","TDC"],"rarities":["rare"]},"expose the culprit":{"name":"Expose the Culprit","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one or both —\n• Turn target face-down creature face up.\n• Exile any number of face-up creatures you control with disguise in a face-down pile, shuffle that pile, then cloak them. (To cloak a card, put it onto the battlefield face down as a 2/2 creature with ward {2}. Turn it face up any time for its mana cost if it's a creature card.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TurnFaceUp","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"FaceDown"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChooseObjectsIntoTrackedSet","chooser":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasKeywordKind","value":"Disguise"}]},"min":0,"max":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Cloak","target":{"type":"Controller"},"count":{"type":"Fixed","value":1},"object_source":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4f7e4aff-ef68-44fe-a0dc-b9ab0ecd7146","modal":{"min_choices":1,"max_choices":2,"mode_count":2,"mode_descriptions":["Turn target face-down creature face up.","Exile any number of face-up creatures you control with disguise in a face-down pile, shuffle that pile, then cloak them."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["31aadd3d-5ce1-44ba-ac6d-b192a9ea491b","dbaae9b6-510f-4039-8cca-fe7d7c57f1c5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-02-02","text":"Any time you have priority, you can turn a cloaked permanent you control face-up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-02-02","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-02-02","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-02-02","text":"If a cloaked creature would have disguise (or morph) if it were face up, you may also turn it face up by paying its disguise (or morph) cost."},{"date":"2024-02-02","text":"If a double-faced card is cloaked, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-02-02","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise ability because it will no longer have a disguise ability (or a disguise cost) once face up."},{"date":"2024-02-02","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-02-02","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-02-02","text":"The pile is shuffled to disguise from your opponents which cloaked creature is which. After you cloak the creatures, you may look at them."},{"date":"2024-02-02","text":"To cloak a card, put it onto the battlefield face down. It becomes a 2/2 face-down creature card with ward {2} and no name, mana cost, or creature types. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-02-02","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-02-02","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a cloaked creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-02-02","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered the battlefield should remain clear, as well as what ability caused them to be face down. (This includes disguise, cloak, and in games involving older cards, morph and manifest, as well as a few other effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["uncommon"]},"exquisite blood":{"name":"Exquisite Blood","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent loses life, you gain that much life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent loses life, you gain that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8f933fae-6c0c-42d7-a817-14760d8285cd","metadata":{"source_printing_ids":["0e8ccfa7-4178-476a-a155-0ca1c98556c9","2cba9d69-0a54-4a58-8d1a-25cca4f452a2","4cd54279-57f5-4cd9-b524-4f094bd2fc36","a83dad59-27a4-4dbb-bec8-f0683d6e2a67","b1653811-1c2c-4e6c-bf1c-287d1b496d51","c0698972-eb23-46c6-8eb9-49a4345f82dc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AVR","JMP","LCC","PLST","SLD"],"rulings":[{"date":"2012-05-01","text":"Damage dealt to an opponent usually causes that opponent to lose life. An opponent paying life also causes loss of life."},{"date":"2012-05-01","text":"If you and an opponent both lose life simultaneously, and this causes your life total to become 0 or less, you'll lose the game before Exquisite Blood's triggered ability can resolve."}],"rarities":["rare"]},"exsanguinate":{"name":"Exsanguinate","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each opponent loses X life. You gain life equal to the life lost this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Each opponent loses X life. You gain life equal to the life lost this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8164b1e8-3350-465e-8a17-75f57d326344","metadata":{"source_printing_ids":["0878b541-a730-49db-b062-5a01656e269d","0a5352af-e275-4186-a265-2fd3c2c47c6a","18a67eaf-b02a-4c01-a007-6c1ea96a5c08","25ffebc3-8ad4-42da-b4f2-837ae22dee72","333c8e71-fe90-408c-aabd-c5b7d83d0f03","3d9bb677-6b9a-4ccf-accc-b1a91be85b70","66d88104-c69d-4349-a4ae-4a3d855a3536","909a52bc-53f6-4654-9db7-e8f48333d765","a22f3caf-4bbe-4605-8851-4a5962ebd029","f11d7311-4066-4a5d-ba28-9857fa707a0b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","FDN","FIC","J22","J25","PLST","SOM"],"rulings":[{"date":"2011-01-01","text":"Players can lose more life than they have. For example, say you're playing a multiplayer game in which one of your opponents has 3 life and your other opponent has 10 life. If you cast Exsanguinate with X of 4, your opponents will wind up at -1 life and 6 life, respectively. You'll gain 8 life."}],"rarities":["uncommon","rare"]},"exsanguinate [25877c41-39a4-4cc3-ac4b-8f3dd06d579b]":{"name":"Exsanguinate","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each opponent loses X life. You gain life equal to the life lost this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Each opponent loses X life. You gain life equal to the life lost this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"25877c41-39a4-4cc3-ac4b-8f3dd06d579b","metadata":{"source_printing_ids":["0878b541-a730-49db-b062-5a01656e269d","0a5352af-e275-4186-a265-2fd3c2c47c6a","18a67eaf-b02a-4c01-a007-6c1ea96a5c08","25ffebc3-8ad4-42da-b4f2-837ae22dee72","333c8e71-fe90-408c-aabd-c5b7d83d0f03","3d9bb677-6b9a-4ccf-accc-b1a91be85b70","66d88104-c69d-4349-a4ae-4a3d855a3536","909a52bc-53f6-4654-9db7-e8f48333d765","a22f3caf-4bbe-4605-8851-4a5962ebd029","f11d7311-4066-4a5d-ba28-9857fa707a0b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"prepare","printings":["SOC"],"rarities":["uncommon","rare"]},"extinction event":{"name":"Extinction Event","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose odd or even. Exile each creature with mana value of the chosen quality. (Zero is even.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Choose","choice_type":"OddOrEven","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"ManaValueParity","parity":{"type":"LastNamedChoice"}}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose odd or even. Exile each creature with mana value of the chosen quality.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0a11a3a8-ee5f-4caf-bf84-c8248e07c825","metadata":{"source_printing_ids":["3cb788cd-a6ab-44a9-adcf-13bdfc3be2e8","8725a869-462b-4381-880a-b4bcc63a655b","f6bcf690-c532-4d2d-8458-78a5613a6090"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","MAR","PIKO","PRM"],"rulings":[{"date":"2020-04-17","text":"If a creature on the battlefield has {X} in its mana cost, X is considered to be 0."},{"date":"2020-04-17","text":"The mana value of a token that isn't a copy of another object is 0. A token that is a copy of another object has the same mana cost as that object."},{"date":"2020-04-17","text":"You choose odd or even while Extinction Event is resolving. Players can't take any actions between the time you make that choice and the time some creatures go extinct."}],"rarities":["rare","mythic"]},"extinguisher battleship":{"name":"Extinguisher Battleship","mana_cost":{"type":"Cost","shards":[],"generic":8},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, destroy target noncreature permanent. Then this Spacecraft deals 4 damage to each creature.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 5+.)\n5+ | Flying, trample","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Creature"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, destroy target noncreature permanent. Then ~ deals 4 damage to each creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":5},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"5+ | Flying, trample"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":10},{"type":"SetToughness","value":10}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":5},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 5+"}],"replacements":[],"color_override":null,"scryfall_oracle_id":"cce3dcc3-57bb-4b95-8b70-337c67bb3c4e","metadata":{"source_printing_ids":["5062b3a3-0ec6-4c1b-9394-e2f2e2301c43","5541cdd2-84a6-4667-83eb-fffbe5b3cd3d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"If the target permanent is an illegal target as Extinguisher Battleship’s first ability tries to resolve, it won’t resolve and none of its effects will happen. No creatures will be dealt damage."}],"rarities":["rare"]},"extravagant spirit":{"name":"Extravagant Spirit","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your upkeep, sacrifice this creature unless you pay {1} for each card in your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you pay {1} for each card in your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"ManaDynamic","quantity":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Hand","card_types":[],"scope":"Controller"}}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"6470afc0-2f67-454a-8a5b-d8dfea4b84ce","metadata":{"source_printing_ids":["99243564-9dbd-420c-922d-c17854c99d2a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ"],"rarities":["rare"]},"eye collector":{"name":"Eye Collector","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, each player mills a card. (Each player puts the top card of their library into their graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, each player mills a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"553c2006-e123-406e-ab4a-1d1f67c7468c","metadata":{"source_printing_ids":["2b9bb2f3-a7c7-4e8f-ba39-44e6acd9240b","374b02bb-8dc7-45ec-8c6b-4b9dfb52795f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","J25"],"rarities":["common"]},"ezio auditore da firenze":{"name":"Ezio Auditore da Firenze","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Menace\nAssassin spells you cast have freerunning {B}{B}. (You may cast a spell for its freerunning cost if you dealt combat damage to a player this turn with an Assassin or commander.)\nWhenever Ezio deals combat damage to a player, you may pay {W}{U}{B}{R}{G} if that player has 10 or less life. When you do, that player loses the game.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"ScopedPlayer"}}},"comparator":"LE","rhs":{"type":"Fixed","value":10}},"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may pay {W}{U}{B}{R}{G} if that player has 10 or less life. When you do, that player loses the game.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":{"Freerunning":{"type":"Cost","shards":["Black","Black"],"generic":0}}}},"affected":{"type":"Typed","type_filters":[{"Subtype":"Assassin"}],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Assassin spells you cast have freerunning {B}{B}."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"3017ac79-37f1-4cc1-8efd-4add027618a2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["07ce00ad-acb5-4418-9ea1-50eaf2273242","282a9380-01a1-4fc6-bcd4-2c8543a75eba","5a5184ac-f73a-4fdc-a531-0f577892997a","dae9ee75-30b8-4e24-af8b-031c816d3221","f7b4c94f-a38a-461c-9bb8-aadc587a1ae6"]},"legalities":{"commander":"legal","duel":"restricted","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ACR"],"rulings":[{"date":"2024-07-05","text":"Once an Assassin creature or commander you control deals combat damage to a player in a turn, you can cast spells for their freerunning costs for the rest of that turn. It doesn’t matter what happens to that Assassin or commander after that."},{"date":"2024-07-05","text":"When Ezio’s triggered ability resolves, it checks to see if that player has 10 or less life at that time. If they do, you may pay {W}{U}{B}{R}{G}. A second “reflexive” ability triggers when you pay this cost. Each player may respond to that triggered ability as normal, but it doesn’t matter what happens to the damaged player’s life total at that point; when that reflexive triggered ability resolves, that player will lose the game no matter what their life total is."}],"rarities":["mythic"]},"fable of the mirror-breaker":{"name":"Fable of the Mirror-Breaker","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter.)\nI — Create a 2/2 red Goblin Shaman creature token with \"Whenever this token attacks, create a Treasure token.\"\nII — You may discard up to two cards. If you do, draw that many cards.\nIII — Exile this Saga, then return it to the battlefield transformed under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Goblin Shaman","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Goblin","Shaman"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create a Treasure token.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"UpTo","max":{"type":"Fixed","value":2}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":true,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c0957e5e-c71b-439c-931c-9f55d2f76ace","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047","54edcc8d-dc97-5a6e-b42b-00d63b81e738","fe4dffe8-dc27-5c0d-aaa3-589a15e78f55"],"source_printing_ids":["0b696cd1-0d72-4df5-bacc-dc77e62f9a13","24c0d87b-0049-4beb-b9cb-6f813b7aa7dc","6dee0388-a78d-4b3c-a0c5-25655e14115e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["NEO","PNEO","PRM","SCH"],"rulings":[{"date":"2022-02-18","text":"A transforming double-faced card enters the battlefield with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or you cast it transformed, in which case it enters with its back face up."},{"date":"2022-02-18","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any “as [this permanent] enters the battlefield” or “[this permanent] enters the battlefield with” abilities of the copied creature card will also work."},{"date":"2022-02-18","text":"Each face of a transforming double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a transforming double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2022-02-18","text":"Each transforming double-faced card in this set is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2022-02-18","text":"If Reflection of Kiki-Jiki's ability creates multiple tokens due to a replacement effect (such as the one Doubling Season creates), you'll sacrifice each of them."},{"date":"2022-02-18","text":"If a copied creature is a token that isn't a copy of something else, the copy copies the original characteristics of that token as stated by the effect that created it."},{"date":"2022-02-18","text":"If a copied creature is copying something else, the token you create will use the copiable values of the target creature. In most cases, it will just be a copy of whatever that creature is copying."},{"date":"2022-02-18","text":"If another creature becomes a copy of, or enters the battlefield as a copy of, the token, that creature will copy the creature card the token is copying, except it will also have haste. However, you won't sacrifice the new copy at the beginning of the next end step."},{"date":"2022-02-18","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2022-02-18","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter the battlefield at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Azusa's Many Journeys, the chapter III ability will cause it to be exiled and then remain in exile."},{"date":"2022-02-18","text":"The back face of a transforming double-faced card usually has a color indicator that defines its color."},{"date":"2022-02-18","text":"The mana value of a transforming double-faced card is the mana value of its front face, no matter which face is up."},{"date":"2022-02-18","text":"The token created by Reflection of Kiki-Jiki copies exactly what was printed on the original creature (except that the copy also has haste) and nothing else (unless it's copying a creature that's a token or that's copying something else; see below). It doesn't copy whether the creature is tapped or untapped, whether it has any counters on it or Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on. Most notably, if the target creature isn't normally a creature, the copy won't be a creature."}],"rarities":["rare"]},"fabrication module":{"name":"Fabrication Module","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you get one or more {E} (energy counters), put a +1/+1 counter on target creature you control.\n{4}, {T}: You get {E}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":1}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{4}, {T}: You get {E}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"CounterPlayerAddedAll","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you get one or more {E} , put a +1/+1 counter on target creature you control.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b057c8ff-f169-41cd-a594-026f1a6cb0f9","metadata":{"source_printing_ids":["16e04542-c2fb-4c03-82e3-5252dee7fb04","c6b543c7-bddf-4732-b263-09e9817a69f8","f93a9693-f899-47ac-8ee0-3549d9333fff"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR","PLST"],"rulings":[{"date":"2016-09-20","text":"If you get multiple {E} at once, you only put one +1/+1 counter on a creature, not one counter for each {E}. If you get multiple {E} at different times, Fabrication Module's ability triggers once each time."},{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["uncommon"]},"fae offering":{"name":"Fae Offering","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if you've cast both a creature spell and a noncreature spell this turn, create a Clue token, a Food token, and a Treasure token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Clue","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Clue"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"create a Treasure token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"create a Food token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if you've cast both a creature spell and a noncreature spell this turn, create a Clue token, a Food token, and a Treasure token.","constraint":null,"condition":{"type":"And","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"885d68de-db97-4c9e-bb44-8e561a482dde","metadata":{"related_token_ids":["745fcde4-14c3-52bb-83c0-53542f42c7d0","74d281e4-6c2a-53c2-b0ea-253ef143d22c","84539a0d-a9c4-532f-83b9-71197f3c5225","af87e130-3b6a-589f-959b-301f7269a7fa","b0e0f943-429b-5075-a61d-22338c7dfcf6","e7b91ed4-09bc-5999-9f8c-e60a09b645ee"],"source_printing_ids":["4462f57d-5214-4b0e-a963-e0077741aad1","9de8307a-7da3-4a4c-98dc-d6624b1f869d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH2","PLST"],"rulings":[{"date":"2021-06-18","text":"Creating a Clue token this way isn't the same thing as investigating. Notably, an ability that triggers whenever you investigate won't trigger because Fae Offering's ability created a Clue token."},{"date":"2021-06-18","text":"If an effect replaces the number or type of tokens you would create, it applies to each of these tokens individually. For example, if you control Fae Offering and Academy Manufactor, you will create three of each type when the triggered ability resolves."},{"date":"2021-06-18","text":"It doesn't matter what happened to the spells after you cast them. They each may have resolved, been countered, failed to resolve for some other reason, or another player may have gained control of them. As long as you cast a creature spell and a noncreature spell that turn, the ability will trigger."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["uncommon"]},"faeburrow elder":{"name":"Faeburrow Elder","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Treefolk","Druid"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nThis creature gets +1/+1 for each color among permanents you control.\n{T}: For each color among permanents you control, add one mana of that color.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: For each color among permanents you control, add one mana of that color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each color among permanents you control."}],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"70a6f08e-854d-4e2f-9d8c-c45ec3231157","metadata":{"source_printing_ids":["145dcac4-2c53-4ae9-9ede-24dc07474b01","1ca29912-88b1-413f-ad9d-63d7d1b1ca16","4d7fc4e6-e229-431f-8f8d-8464fb410724","5224f47f-9c49-413a-aca2-695523ef29a4","77d54dca-d09b-49a6-a446-8144a7db6711","9d736aef-8c9b-43bf-8214-7cf0a0ee968f","c817cf1f-c0fe-49ab-a8e9-1d09b4c15e57","cc472a09-7634-429e-a594-94491aabed5c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","DMC","ECC","ELD","PELD","PLST","SLD","TDC"],"rulings":[{"date":"2019-10-04","text":"Faeburrow Elder's middle ability can give it at most +5/+5, that is, +1/+1 each for white, blue, black, red, and green. \"Gold,\" \"multicolor,\" and \"colorless\" aren't colors. Similarly, Faeburrow Elder's last ability can produce at most five mana."},{"date":"2019-10-04","text":"Since Faeburrow Elder is a green and white permanent, its middle ability usually gives it at least +2/+2 and its last ability usually produces at least {G}{W}."}],"rarities":["rare"]},"faerie impostor":{"name":"Faerie Impostor","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, sacrifice it unless you return another creature you control to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you return another creature you control to its owner's hand.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"ReturnToHand","count":1,"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0d78ba2c-4de0-47d9-b1b9-13dc9de8844b","metadata":{"source_printing_ids":["7dfddc9d-85f6-4b37-9973-14c69f6818ec","cdec8e65-8914-4a7a-9ed0-991a73242f3f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["DDN","RTR"],"rulings":[{"date":"2012-10-01","text":"Returning another creature you control to its owner’s hand is optional. You may choose to sacrifice Faerie Impostor, even if you could return a creature."}],"rarities":["uncommon"]},"faerie mastermind":{"name":"Faerie Mastermind","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nWhenever an opponent draws their second card each turn, you draw a card.\n{3}{U}: Each player draws a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{U}: Each player draws a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws their second card each turn, you draw a card.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a984db23-40ea-428d-829f-e944267280f8","metadata":{"source_printing_ids":["52d3005f-a1c7-4ef5-911f-ccc0752f4181","bc9a7599-3c7d-4b83-bff3-e3d1f20f1b0f","ddb3321c-6b3f-4e7e-8557-b90855ff48cd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM","SOC"],"rulings":[{"date":"2023-04-14","text":"Faerie Mastermind doesn't need to have been under your control when the first card is drawn for its ability to trigger. As long as you control it when an opponent draws their second card in a turn, that ability will trigger."}],"rarities":["rare"]},"fairgrounds trumpeter":{"name":"Fairgrounds Trumpeter","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elephant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if a +1/+1 counter was put on a permanent under your control this turn, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if a +1/+1 counter was put on a permanent under your control this turn, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"CounterAddedThisTurn","actor":"All","counters":{"type":"OfType","data":"P1P1"},"target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3dfc6a52-d58c-4455-96fe-ec193743d67a","metadata":{"source_printing_ids":["65983338-8806-4386-94a6-4670eb853848","f2c6408b-9e24-4bf5-b0d0-a4cda3069b1c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","MOM"],"rulings":[{"date":"2016-09-20","text":"Fairgrounds Trumpeter's ability triggers if, at any point during this turn, a +1/+1 counter was placed on a permanent that you controlled as the counter was placed. It doesn't matter whether you still control the permanent or whether it still has a counter."},{"date":"2016-09-20","text":"If a +1/+1 counter hasn't been placed yet at the moment an end step begins, Fairgrounds Trumpeter's ability doesn't trigger at all. If another ability triggers during the end step and puts a +1/+1 counter on a permanent you control, you won't put an additional +1/+1 counter on Fairgrounds Trumpeter."}],"rarities":["common","uncommon"]},"faith's fetters":{"name":"Faith's Fetters","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant permanent\nWhen this Aura enters, you gain 4 life.\nEnchanted permanent can't attack or block, and its activated abilities can't be activated unless they're mana abilities.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 4 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantAttackOrBlock","affected":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted permanent can't attack or block, and its activated abilities can't be activated unless they're mana abilities."},{"mode":{"CantBeActivated":{"who":"AllPlayers","source_filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"exemption":"ManaAbilities"}},"affected":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted permanent can't attack or block, and its activated abilities can't be activated unless they're mana abilities."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2b2d76f5-4c9b-49dc-b202-68095e2d9b29","metadata":{"source_printing_ids":["04a7da8c-a444-4deb-89b9-2fc9e5475bff","08b62f4c-cc20-40b6-a504-407d53bdf2aa","1c8e887e-bf53-44e3-b3e5-d00d8974d0b3","4c943591-3674-444d-bec1-1d7b0dde6077","5b8ffba3-44a9-41ce-a5a1-37413346db2f","8a3842f9-5f77-49a9-b027-85c27c312480","8e742d49-e6f0-4016-ba4c-11878fad89cb","a5ef45fc-d431-4a24-9566-e52b5c4a06ca","af68753a-9507-4fc8-b981-78ebcdabec6d","c183a894-c06b-4941-97a2-f4f80da491a0","dc226022-c422-4e9d-a359-5c2104e0a5f2","f5d14ec7-f62a-435a-8a8a-5ae205b4156e","fac38053-817d-4e0c-b6cc-81b6b92e652f","fe653236-c5c1-4dcd-95cd-3c53f1e256ef"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C15","CM2","CMR","DDC","DVD","EMA","J22","J25","M21","PLST","RAV","RVR","TD0","UMA"],"rulings":[{"date":"2020-11-10","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keywords (such as equip) are activated abilities and will have colons in their reminder text. Loyalty abilities of planeswalkers are activated abilities."},{"date":"2020-11-10","text":"Faith's Fetters doesn't stop static abilities, triggered abilities, or mana abilities from working. A mana ability is an ability that produces mana, not an ability that costs mana."},{"date":"2020-11-10","text":"If the target permanent is an illegal target by the time Faith's Fetters tries to resolve, it doesn't resolve. It won't enter the battlefield, so its enters-the-battlefield ability won't trigger."}],"rarities":["common","uncommon"]},"faller's faithful":{"name":"Faller's Faithful","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, destroy up to one other target creature. If that creature wasn't dealt damage this turn, its controller draws two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"HasObjectTarget"},{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"WasDealtDamageThisTurn"}]},"use_lki":true}}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, destroy up to one other target creature. If that creature wasn't dealt damage this turn, its controller draws two cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"df7500e8-76b4-49b3-a427-9a28ffa14637","metadata":{"source_printing_ids":["cbb1b46f-72e0-4c2f-8012-74529bd29a0d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"farseeing flockmate":{"name":"Farseeing Flockmate","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nFlying backup (When this creature enters the battlefield, put a flying counter on target creature. If that's another creature, it also gains the following ability until end of turn.)\nWhenever this creature deals combat damage to a player, planeswalker, or battle, surveil 1.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Flying backup"},"cost":null,"sub_ability":null,"duration":null,"description":"Flying backup","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, planeswalker, or battle, surveil 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"17c125b7-3c1c-4e44-98cb-11ea79e282c8","metadata":{"source_printing_ids":["9fafc6d4-0df8-4876-bcfc-a1bee01bc461"]},"legalities":{},"printings":["UNK"],"rarities":["uncommon"]},"fastbond":{"name":"Fastbond","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may play any number of lands on each of your turns.\nWhenever you play a land, if it wasn't the first land you played this turn, this enchantment deals 1 damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LandPlayed","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you play a land, if it wasn't the first land you played this turn, ~ deals 1 damage to you.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LandsPlayedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":2}},"batched":false}],"static_abilities":[{"mode":{"AdditionalLandDrop":{"count":255}},"affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play any number of lands on each of your turns."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e27193b7-1a47-4555-865d-b1fd4c6d597f","metadata":{"source_printing_ids":["16c5bf5d-c15d-408a-a9b9-bf26cb00024c","368bcae1-1750-4a1a-9d9e-14eb3ed8e50b","3872343b-a9f0-4fcb-b9db-991bcdc1d71f","64b52b42-e2af-4040-b7ba-34cc292af7ef","79c291b1-bbe1-42f9-8b8d-14afec9c218a","9ded52aa-67a2-4476-a278-1eea936b3248","a575a9af-e1de-4a1d-91d8-440585377e4f","c71123b5-6be5-4c3c-972a-0aad3db1a694","daf43523-558c-4701-9fa3-5d1ceb82a006","f48ed192-c1a1-437a-80dd-647a616b46e3"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"legal"},"printings":["2ED","30A","3ED","CED","CEI","FBB","LEA","LEB","ME4","SUM","VMA"],"rulings":[{"date":"2004-10-04","text":"You do not take damage when you \"put a land onto the battlefield\" through the effect of a spell or ability."},{"date":"2004-10-04","text":"You take damage when you play a land using the \"play a land\" action. Such an action can be your regular \"play a land\", one enabled by Fastbond, or ones enabled through other effects."}],"rarities":["rare","mythic"]},"fatal fissure":{"name":"Fatal Fissure","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose target creature. When that creature dies this turn, you earthbend 4. (Target land you control becomes a 0/0 creature with haste that's still a land. Put four +1/+1 counters on it. When it dies or is exiled, return it to the battlefield tapped.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDies","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose target creature. When that creature dies this turn, you earthbend 4.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"202e45d6-8c7a-46db-85fb-634aa77b4097","metadata":{"source_printing_ids":["3343933d-4425-4ede-8d92-876bd0c6df60"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rarities":["uncommon"]},"fatal push":{"name":"Fatal Push","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature if it has mana value 2 or less.\nRevolt — Destroy that creature if it has mana value 4 or less instead if a permanent left the battlefield under your control this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Revolt — Destroy that creature if it has mana value 4 or less instead if a permanent left the battlefield under your control this turn.","target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"And","conditions":[{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}}]},"use_lki":false}]}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Destroy target creature if it has mana value 2 or less.","target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":2}}]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"16437a83-be52-44cd-a768-a767c9347eb2","metadata":{"source_printing_ids":["1e25869c-06bf-4724-beda-e63e00ca2a9d","2430f223-edb2-402b-a85b-5d328323992d","387c9f62-6a93-4c88-bdaf-205717d91216","3a51438f-d3fc-4e55-9866-fe2d19eadb54","3bd6221a-cea2-4b5a-bee7-22dd60362e26","5427d8a6-ac9e-4e50-bd39-81713b2ade25","67bfa45e-6e52-4752-9869-d878cddd6026","6e9d8fe4-fd9b-4923-92bf-7dd6b8fa02e7","841fefda-5da3-455e-9f11-1ef5c97c1b0d","86d1119d-7585-4699-8649-e3743c02d7a9","8779045c-c592-4692-845f-2c5e228ea396","b5e81649-9954-424c-89d1-f87d73b66047","b9a50516-a20f-4e6e-b4f2-0049b673f942","dc187caf-3551-4d6a-8cdd-42c5d08bfaf2","e6949e85-2db2-43a7-93bd-485c7b196298"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","ACR","AER","F17","FCA","KLR","PLST","PRM","SLD","SLP"],"rulings":[{"date":"2020-08-07","text":"Fatal Push can target any creature, even one with mana value 5 or greater. The creature's mana value is checked only as Fatal Push resolves."},{"date":"2020-08-07","text":"If a creature on the battlefield has {X} in its mana cost, X is considered to be 0."},{"date":"2020-08-07","text":"Revolt abilities don't care why the permanent left the battlefield, who caused it to move, or where it moved to. They're equally satisfied by an artifact you sacrificed to pay a cost, a creature you controlled that was destroyed by Cast Down, or an enchantment you returned to your hand with Cyclonic Rift."},{"date":"2020-08-07","text":"Tokens that leave the battlefield will satisfy a revolt ability."}],"rarities":["uncommon","rare"]},"fateful handoff":{"name":"Fateful Handoff","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw cards equal to the mana value of target artifact or creature you control. An opponent gains control of that permanent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"TargetObjectManaValue","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Draw cards equal to the mana value of target artifact or creature you control. An opponent gains control of that permanent.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1ecde43f-e418-437b-8b8f-efe120f96cb3","metadata":{"source_printing_ids":["0bbed8f9-3615-428b-8d0d-18291c5a99be","a15095c3-b9a1-43e2-8140-2a73a89336de","b2d19ec6-2c0d-4807-9255-feb61181c531","e6237ee9-66e6-4a56-9aa3-02ece754b12e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","PBRO","PRM"],"rulings":[{"date":"2022-10-14","text":"If an artifact or creature on the battlefield has {X} in its mana cost, X is 0."},{"date":"2022-10-14","text":"The mana value of an artifact creature that was cast as a prototype is based on the prototype mana cost rather than the card's usual mana cost."}],"rarities":["rare"]},"fathom fleet swordjack":{"name":"Fathom Fleet Swordjack","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Orc","Pirate"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, it deals damage to the player or planeswalker it's attacking equal to the number of artifacts you control.\nEncore {5}{R} ({5}{R}, Exile this card from your graveyard: For each opponent, create a token copy that attacks that opponent this turn if able. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Encore":{"type":"Cost","shards":["Red"],"generic":5}}],"abilities":[{"kind":"Activated","effect":{"type":"Encore"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":5}},{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}},"target":{"type":"Or","filters":[{"type":"ParentTarget"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it deals damage to the player or planeswalker it's attacking equal to the number of artifacts you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"77828ebf-58d2-4aca-ae6f-0efa50d5d640","parse_warnings":[{"type":"IgnoredRemainder","text":"it's attacking","parser":"deal-damage","line_index":0},{"type":"IgnoredRemainder","text":"it's attacking","parser":"deal-damage","line_index":0}],"metadata":{"related_token_ids":["cf04eb05-5d99-5015-921c-d7df230b0341"],"source_printing_ids":["53c267b7-dbd6-43c5-9741-10f635bff4b1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR"],"rulings":[{"date":"2020-11-10","text":"Each token must attack the appropriate player if able."},{"date":"2020-11-10","text":"Exiling the card with encore is a cost to activate the ability. Once you announce that you're activating it, no player may take actions until you've finished. They can't try to remove the card from your graveyard to stop you from paying the cost."},{"date":"2020-11-10","text":"If Fathom Fleet Swordjack leaves the battlefield after its triggered ability triggers but before it resolves, the ability will resolve as normal. The player or planeswalker it was attacking will be dealt damage. On the other hand, if it remains on the battlefield but leaves combat before its triggered ability resolves, no player or planeswalker is dealt damage."},{"date":"2020-11-10","text":"If one of the tokens can't attack for any reason (such as being tapped), then it doesn't attack. If there's a cost associated with having it attack, you aren't forced to pay that cost, so it doesn't have to attack in that case either."},{"date":"2020-11-10","text":"If one of the tokens somehow is under another player's control as the delayed triggered ability resolves, you can't sacrifice that token. It remains on the battlefield indefinitely, even if you regain control of it later."},{"date":"2020-11-10","text":"Opponents who have left the game aren't counted when determining how many tokens to create."},{"date":"2020-11-10","text":"The tokens copy only what's on the original card. Effects that modified that creature when it was previously on the battlefield won't be copied."},{"date":"2023-07-28","text":"If an effect stops a token from attacking a specific player, that token can attack any player, planeswalker, or battle, or not attack at all. If the effect stops the token from attacking a specific player unless a cost is paid, you don't have to pay that cost unless you want to attack that player."}],"rarities":["uncommon"]},"fathom mage":{"name":"Fathom Mage","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Evolve (Whenever a creature you control enters, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)\nWhenever a +1/+1 counter is put on this creature, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Evolve"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a +1/+1 counter is put on ~, you may draw a card.","constraint":null,"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false},{"mode":"Evolve","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on this creature","target_prompt":null,"ability_tag":{"type":"Evolve"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.100a: Evolve — whenever a creature you control enters with greater power or toughness than ~, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"93d0e129-e3b5-4aff-9e50-f34771ed00ff","metadata":{"source_printing_ids":["1de2a543-7079-4d47-8673-9905a041c1d4","22be6c55-f95e-498e-b6d2-65b7ed57d2d3","33d534b6-524f-4d5a-8a7b-7c0b01a50304","4bb9c7e1-46a6-4acf-8415-221d9c9d9d23","4fa311f1-f11e-492d-9f18-e7489f950be7","60170cd6-a89a-4d3f-a707-8e2f326023cc","c712dd7a-ba97-4161-9f9b-2405254e0f62","cbb9c5be-4bca-4c59-bbfc-50378e0404df"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C16","CM2","CMR","FIC","GK2","GTC","NCC","PGTC","PLST","PRM"],"rulings":[{"date":"2013-01-24","text":"Fathom Mage's last ability will trigger whenever any +1/+1 counter is placed on it, not just ones due to the evolve ability."},{"date":"2013-01-24","text":"If Fathom Mage enters with a +1/+1 counter on it (perhaps due to Master Biomancer), its last ability will trigger once for each +1/+1 counter it entered with."},{"date":"2013-01-24","text":"If multiple +1/+1 counters are placed on Fathom Mage simultaneously, its last ability will trigger once for each of those counters."}],"rarities":["rare"]},"favorable winds":{"name":"Favorable Winds","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control with flying get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Flying"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with flying get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2361ca87-6352-4ba3-8d91-b3d71242914d","metadata":{"source_printing_ids":["2cba6652-a367-492a-add6-3f9f9197c463","4cbd57f1-9883-40a4-9b52-1649cee83815","adfe8174-4e75-4e8f-b59c-f80a98492b5f","cc11f0f5-ecdc-42a7-9f6a-ecdd44dbc0a2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AVR","CNS","GNT","SCD","XLN"],"rarities":["uncommon"]},"favored hoplite":{"name":"Favored Hoplite","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Heroic — Whenever you cast a spell that targets this creature, put a +1/+1 counter on this creature and prevent all damage that would be dealt to it this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"AllDamage"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Targets","filter":{"type":"SelfRef"}}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell that targets ~, put a +1/+1 counter on ~ and prevent all damage that would be dealt to it this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"145a15f9-89a9-4eb7-9924-e768f17e7e68","metadata":{"source_printing_ids":["19a43ca9-50ce-41b7-b8ef-8a5810edf254","251015ed-9408-4941-894a-158551ed2613"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EA1","J25","THS"],"rulings":[{"date":"2013-09-15","text":"Heroic abilities will resolve before the spell that caused them to trigger."},{"date":"2013-09-15","text":"Heroic abilities will trigger only once per spell, even if that spell targets the creature with the heroic ability multiple times."},{"date":"2013-09-15","text":"Heroic abilities won't trigger when a copy of a spell is created on the stack or when a spell's targets are changed to include a creature with a heroic ability."}],"rarities":["uncommon"]},"fblthp, lost on the range":{"name":"Fblthp, Lost on the Range","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Homunculus"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Ward {2}\nYou may look at the top card of your library any time.\nThe top card of your library has plot. The plot cost is equal to its mana cost.\nYou may plot nonland cards from the top of your library.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":"TopOfLibraryHasPlot","affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The top card of your library has plot. The plot cost is equal to its mana cost."},{"mode":"TopOfLibraryPlotPermission","affected":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may plot nonland cards from the top of your library."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"764f6412-c4ff-4eec-9a9d-870661f97f8b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["01d3e6ea-4791-4948-af22-c1bd04c34c1e","51bbf861-448b-455b-8922-38515ba65c40"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"Exiling a card using its plot ability is a special action. Once you announce you're taking that action, no other player can respond by trying to remove that card from your hand."},{"date":"2024-04-12","text":"If a plotted card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-04-12","text":"If the top card of your library normally has plot, you may plot that card using its own plot cost or the plot cost given to it by Fblthp."},{"date":"2024-04-12","text":"If you plot the top card of your library, you must exile that card and pay its plot cost before you may look at the new top card of your library."},{"date":"2024-04-12","text":"If you're casting a plotted card from exile without paying its mana cost, you can't choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the plotted card has any mandatory additional costs, those must still be paid to cast the spell."},{"date":"2024-04-12","text":"Plot abilities are written \"Plot [cost],\" which means \"Any time you have priority during your main phase while the stack is empty, you may pay [cost] and exile this card from your hand. It becomes plotted.\""},{"date":"2024-04-12","text":"While you control Fblthp, you can look at the top card of your library whenever you want (with one restriction; see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2024-04-12","text":"You can't cast a plotted card on the same turn it became plotted. On any future turn, you may cast that card from exile without paying its mana cost during your main phase while the stack is empty."},{"date":"2024-06-07","text":"If an instant or a card with flash is plotted this way, you can still cast it only when you have priority during your main phase while the stack is empty."}],"rarities":["rare"]},"fblthp, the lost":{"name":"Fblthp, the Lost","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Homunculus"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When Fblthp enters, draw a card. If it entered from your library or was cast from your library, draw two cards instead.\nWhen Fblthp becomes the target of a spell, shuffle Fblthp into its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"Or","conditions":[{"type":"ZoneChangeObjectMatchesFilter","origin":"Library","destination":"Battlefield","filter":{"type":"Any"}},{"type":"CastFromZone","zone":"Library"}]}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card. If it entered from your library or was cast from your library, draw two cards instead.","constraint":null,"condition":null,"batched":false},{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"StackSpell"},"description":"When ~ becomes the target of a spell, shuffle ~ into its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ba5a7ac0-b625-42e9-af05-2680a01a95ed","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0b168b85-323c-4d95-80a5-851988522606","52558748-6893-4c72-a9e2-e87d31796b59","597a8a8f-84ff-4041-9c99-938454a47951","69c00ed3-cd79-4921-a6cd-a6b7f89eb53c","79b2c547-0d9e-4fd7-a399-347ad908c70b","f7308076-755c-4508-8920-5a6641a17a8a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","PWAR","RVR","SLD","TSR","WAR"],"rulings":[{"date":"2021-03-19","text":"Fblthp's last ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2021-03-19","text":"Fblthp's last ability triggers only if it's on the battlefield when it becomes the target of a spell."},{"date":"2021-03-19","text":"If an effect exiles Fblthp from your library and then lets you cast that card, it's cast from exile, not from your library."},{"date":"2021-03-19","text":"If the spell that targets Fblthp has no other targets, it won't resolve (because it no longer has a legal target after Fblthp has gotten totally lost in your library)."},{"date":"2021-03-19","text":"There's normally no way to cast Fblthp from your library or to have it enter the battlefield from your library. You'll have to use other effects to find Fblthp for the bonus card draw."}],"rarities":["rare","special"]},"fear":{"name":"Fear","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature (Target a creature as you cast this. This card enters attached to that creature.)\nEnchanted creature has fear. (It can't be blocked except by artifact creatures and/or black creatures.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Fear"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has fear."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"355bbe9b-59bf-470f-8600-410af4c7fe18","metadata":{"source_printing_ids":["0cd927be-e63f-4371-a1d8-7a0489cb187e","126c1b02-01bd-4b70-9293-a89173b4cd32","1d28b0f2-ea67-41ff-a187-356eef227bc0","3f9b6fcd-129b-4c94-b216-d065485ba736","5709398f-0744-4780-a1d2-eead96c8f348","5da4136b-ad5b-4234-a476-90e1dcae00c6","67830531-970a-4339-8673-40954376455d","68f38700-502f-4442-8563-6f47fc71b272","6c6b2afc-d4f5-47fb-abda-fc3de8bdacaa","74e5ccd6-8b39-4bbf-b2a1-901a6058498f","847d8686-bed4-4f90-af4d-bdfc6195ed42","880a95a6-e0f1-4522-81c4-63b5a153fb23","9036d3b2-f13d-4cfd-aab3-2dd1f0dd3479","9281972f-1077-40bb-b381-e2ce9def5c94","b18630f0-29de-4437-9c69-5f61b6f6fda5","bb729a6b-7efc-4b94-9221-cba25f6506dc","bcf93999-b7aa-428b-8cfd-3213d8ebcba5","c917d05d-395d-4e2f-aecc-616ae9aa9b5b","d8fa57eb-e307-4104-a291-c6cbfa235816","e48c7fd2-860e-4266-b8c0-f6d48f52b851","ee9a9a20-10e5-49ea-9c98-c1fabe123c2f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","CED","CEI","FBB","ICE","LEA","LEB","SUM"],"rarities":["common"]},"fear of burning alive":{"name":"Fear of Burning Alive","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Nightmare"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, it deals 4 damage to each opponent.\nDelirium — Whenever a source you control deals noncombat damage to an opponent, if there are four or more card types among cards in your graveyard, this creature deals that amount of damage to target creature that player controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":4},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals 4 damage to each opponent.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"TriggeringPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"NoncombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a source you control deals noncombat damage to an opponent, if there are four or more card types among cards in your graveyard, ~ deals that amount of damage to target creature that player controls.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0ae74149-60fc-407a-8782-8865458606b5","metadata":{"source_printing_ids":["b282f8e3-8b79-47e9-8c18-62284211442b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"Combat damage is the damage that's dealt automatically by attacking and blocking creatures. Any other damage is noncombat damage, even if it's dealt during a combat phase by an attacking or blocking creature."},{"date":"2024-09-20","text":"Fear of Burning Alive's last ability deals damage equal to the amount of noncombat damage dealt by the source that dealt damage to an opponent."},{"date":"2024-09-20","text":"If a source you control deals noncombat damage to multiple opponents simultaneously while there are four or more card types among cards in your graveyard, Fear of Burning Alive's last ability will trigger once for each opponent dealt noncombat damage this way."}],"rarities":["uncommon"]},"fear of immobility":{"name":"Fear of Immobility","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Nightmare"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, tap up to one target creature. If an opponent controls that creature, put a stun counter on it. (If a permanent with a stun counter would become untapped, remove one from it instead.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"HasObjectTarget"},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"use_lki":false}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, tap up to one target creature. If an opponent controls that creature, put a stun counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fb2600a8-0ba6-4888-ac8a-f206469d4c71","metadata":{"source_printing_ids":["9220c8fa-6ef7-4bc1-acb9-fc54cc43e498"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["common"]},"fear of infinity":{"name":"Fear of Infinity","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Nightmare"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nThis creature can't block.\nEerie — Whenever an enchantment you control enters and whenever you fully unlock a Room, you may return this card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an enchantment you control enters, you may return this card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false},{"mode":"FullyUnlock","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Room"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you fully unlock a Room, you may return this card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"018327d1-a3ba-4912-9c88-f0f0c54a1750","metadata":{"source_printing_ids":["81756844-c642-406f-842d-35c1e404fec0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"An ability that triggers \"whenever you fully unlock a Room\" triggers when a door becomes unlocked and the other door of that Room is already unlocked, or when both doors of that Room become unlocked simultaneously."},{"date":"2024-09-20","text":"If a permanent with an eerie ability enters at the same time as one or more enchantments, its ability will trigger for each of those enchantments."}],"rarities":["uncommon"]},"fear of missing out":{"name":"Fear of Missing Out","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Nightmare"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, discard a card, then draw a card.\nDelirium — Whenever this creature attacks for the first time each turn, if there are four or more card types among cards in your graveyard, untap target creature. After this phase, there is an additional combat phase.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, discard a card, then draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks for the first time each turn, if there are four or more card types among cards in your graveyard, untap target creature. After this phase, there is an additional combat phase.","constraint":{"type":"OncePerTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"236ce592-1321-4a7c-b695-fd84496f8924","metadata":{"source_printing_ids":["45b924a5-6533-4ca6-bd2e-32debdfb6c08","9d48aaff-46ab-411b-9456-171d4709f951"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"Fear of Missing Out's last ability doesn't give you any additional main phases. This means that you will move directly from the end of combat step of one combat phase to the beginning of combat step of the next one."},{"date":"2024-09-20","text":"If the target creature is an illegal target as Fear of Missing Out's last ability tries to resolve, it won't resolve and none of its effects will happen. There won't be an additional combat phase."}],"rarities":["rare"]},"feed the clan":{"name":"Feed the Clan","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You gain 5 life.\nFerocious — You gain 10 life instead if you control a creature with power 4 or greater.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":5}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":10}},"cost":null,"sub_ability":null,"duration":null,"description":"Ferocious — You gain 10 life instead if you control a creature with power 4 or greater.","target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"You gain 5 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f70f1f2e-7277-4bc9-b0bb-b44a1da2c62f","metadata":{"source_printing_ids":["52f7c53d-0b53-400f-aa67-967547f3e394","77831010-ac49-4456-ac6a-989cb024856f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KTK","PLST"],"rulings":[{"date":"2014-09-20","text":"Ferocious abilities of instants and sorceries that don’t use the word “instead” will provide an additional effect if you control a creature with power 4 or greater as they resolve."},{"date":"2014-09-20","text":"Some ferocious abilities that appear on instants and sorceries use the word “instead.” These spells have an upgraded effect if you control a creature with power 4 or greater as they resolve. For these, you only get the upgraded effect, not both effects."}],"rarities":["common"]},"feed the swarm":{"name":"Feed the Swarm","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature or enchantment an opponent controls. You lose life equal to that permanent's mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"Opponent","properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target creature or enchantment an opponent controls. You lose life equal to that permanent's mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5825997b-10d7-4a36-972c-a80ddd90b8ed","metadata":{"source_printing_ids":["029e2a27-46f2-44fa-ac7c-462c69feab95","0be3e9b2-db8f-4b1f-8f22-e2e897ed83d6","0c8edbe0-cc47-4c83-89be-b2e10c996665","1b59ea9f-77b1-42a6-bf1f-66f44e9407bd","1d0ce1dd-befa-428b-b7e9-2c71e328f8b1","1fd9c17b-0cbb-49b7-8fb8-6a6f319f6a05","2246c098-1071-4cc3-a60a-802406e2827b","2aa3218c-c1ca-487a-8acc-fc8554fdd5a6","446a6f55-8b25-45ff-95e2-c8ab33484551","57a77cbc-cbe9-44b4-9651-6967a02c7e75","5f782dca-4e1b-4b02-81c7-9df633053e78","712c609e-5989-4e38-898f-83e0a913c977","7d95a0e0-d609-451b-b045-85990eede219","840d02c6-3d9c-47cd-9307-978d03380d0f","97ba4f5c-6336-49ed-bea4-90b745276284","9f48e48d-6bc5-4f9c-9c3e-457cf6632cf5","a041cfe3-a02d-41e2-aea3-76bc2bacc10e","a3bad7f1-0b02-4499-a2e2-4625d01e3710","a776f96b-01bf-430a-b1ad-9f4651070610","c5ca70f4-2fb2-4e0b-b1d6-c9220766807f","cf10e116-d1da-4570-be0e-c597a9e75d72","e66d4541-160c-4137-98e7-0eaa692c7d7a","ee24a696-77ce-41d7-86cd-5999f879134b","f6b2eba7-862a-4efd-9f65-065fb2070855","f86c30e0-35f3-4da8-a28c-722254b1bbe4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BRC","C21","CLB","CMM","DSC","FDN","LCC","LTC","MAR","MIC","NCC","OMB","OTC","PLST","SCD","SLD","SOA","TDC","TLE","VOC","WHO","ZNR"],"rulings":[{"date":"2024-11-08","text":"If a permanent on the battlefield has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2024-11-08","text":"If the target permanent is an illegal target by the time Feed the Swarm tries to resolve, the spell doesn't resolve. You don't lose any life. If the target is legal but not destroyed (most likely because it has indestructible), you do lose life."},{"date":"2024-11-08","text":"The amount of life you lose is determined by the permanent's mana value as it last existed on the battlefield."}],"rarities":["common","uncommon","rare","mythic"]},"felidar guardian":{"name":"Felidar Guardian","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Beast"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may exile another target permanent you control, then return that card to the battlefield under its owner's control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile another target permanent you control, then return that card to the battlefield under its owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"33869ba6-13e5-4e48-8963-92f7965648fb","metadata":{"source_printing_ids":["44bdbed8-5d21-4bf5-8a32-9623b1139c85","867e19dd-53f9-484c-9ece-1401e2a219a6","9b464549-a84d-44bf-a684-d59db5babc6d","b8adc1ba-969c-4597-ba96-7469669bf0bb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"banned","vintage":"legal"},"printings":["AER","PLST","SLD"],"rulings":[{"date":"2017-02-09","text":"After the permanent returns to the battlefield, it will be a new object with no connection to the permanent that was exiled. It won’t have any additional abilities it may have had when it was exiled. Any +1/+1 counters on it or Auras attached to it are removed, and any Equipment will no longer be attached."},{"date":"2017-02-09","text":"If a creature token is exiled this way, it will cease to exist and will not return to the battlefield."}],"rarities":["uncommon","rare"]},"fell gravship":{"name":"Fell Gravship","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, mill three cards, then return a creature or Spacecraft card from your graveyard to your hand.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n8+ | Flying, lifelink","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":[{"Subtype":"Spacecraft"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, mill three cards, then return a creature or Spacecraft card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying, lifelink"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":2}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1a82be68-3b74-4dfc-9068-3abea61db709","metadata":{"source_printing_ids":["e94b130d-3547-43c5-a319-5ebc571c2e2d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"fertile ground":{"name":"Fertile Ground","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant land\nWhenever enchanted land is tapped for mana, its controller adds an additional one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"],"contribution":"Additional"},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"TriggeringPlayer"}},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted land is tapped for mana, its controller adds an additional one mana of any color.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"cf14d4e5-5965-45ad-97f7-26facf2884b5","metadata":{"source_printing_ids":["05edfbbc-34e8-4046-966c-3a979468b95e","091dda35-59e5-456d-8804-61513a610aed","0ade2db8-482e-42b0-939c-492dfbbe3b68","229a4a86-b9ce-415c-9343-db4211cac7b8","5e1fbfce-9677-4ae2-b525-1bb371c8e109","7014841f-c3ad-4ce1-b008-e7410002be6f","70f6d44d-f205-4116-87aa-3c57d38684aa","72496b94-c039-49f4-8fa8-935d81c97824","789e3582-b541-4916-ac7e-015214d7a27a","83778d03-6196-4994-8f78-4db6cec823fb","88d3b2bb-2be0-4de9-9de0-1a07da693e4f","8b464b6e-7c75-4929-9cfe-f520cea16fab","c1797305-1cb0-4330-a6f2-66951037e9be","d5cd7e29-db55-472b-878e-02cbb46afe9e","f57840d7-d411-4f16-ba84-314ac63023ac"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","AFC","BBD","BRB","C18","DDE","ECC","HOP","INV","LRW","PIP","PLST","PSAL","SLD","TD0","USG","WOC"],"rarities":["common"]},"fervent charge":{"name":"Fervent Charge","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control attacks, it gets +2/+2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control attacks, it gets +2/+2 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"6226db2b-d1a8-4c41-b802-67d3f65d2ca3","metadata":{"source_printing_ids":["06b2b8a4-3174-4188-959c-f456f9fcd563","ca785ef8-f893-4c48-83c1-6886b0dc43c4","d610a9d5-c650-45ad-a9b0-b55113701e05","d64cd0a6-401b-4281-a7e0-ed7059e5596c","dd2a0286-a16d-4e48-a295-da8232ddc9c7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["APC","PIP"],"rarities":["rare"]},"festival of embers":{"name":"Festival of Embers","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"During your turn, you may cast instant and sorcery spells from your graveyard by paying 1 life in addition to their other costs.\nIf a card or token would be put into your graveyard from anywhere, exile it instead.\n{1}{R}: Sacrifice this enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{R}: Sacrifice ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast","extra_cost":{"cost":{"type":"PayLife","amount":{"type":"Fixed","value":1}},"mode":"Additional"}}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"modifications":[],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, you may cast instant and sorcery spells from your graveyard by paying 1 life in addition to their other costs."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a card or token would be put into your graveyard from anywhere, exile it instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2de138b0-3159-4a0c-a474-a4e5600b2e51","metadata":{"source_printing_ids":["02134775-9c86-4f1a-af2e-5c1f531038fe","4433ee12-2013-4fdc-979f-ae065f63a527"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"If Festival of Embers is destroyed by a spell, Festivals of Embers will be exiled and then the spell will be put into its owner’s graveyard."},{"date":"2024-07-26","text":"If you discard a card while you control Festival of Embers, abilities that function when that card is discarded (such as madness) still work even though that card never reaches a graveyard. In addition, spells or abilities that check the characteristics of a discarded card can find that card in exile."},{"date":"2024-07-26","text":"When Festival of Embers’s last ability resolves, it will be exiled."},{"date":"2024-07-26","text":"While you control Festival of Embers, abilities that trigger whenever a creature you own dies won’t trigger because those cards and tokens are never put into your graveyard."}],"rarities":["rare"]},"field marshal":{"name":"Field Marshal","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Other Soldier creatures get +1/+1 and have first strike. (They deal combat damage before creatures without first strike.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Soldier"}],"controller":null,"properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other Soldier creatures get +1/+1 and have first strike."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1c0a53fc-8037-46e3-90ea-cb8b73631a83","metadata":{"source_printing_ids":["0b81e16f-8e5c-42e2-9d4e-220eb3b4aa38","1e22d287-274e-4222-9ed7-3e609a84ac07","421648a0-51c8-45c4-9771-0fd3ccdc69c9","4ac20a92-9650-4cb1-bf7a-752a5db31b39"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["10E","CSP","SLD"],"rarities":["rare"]},"fierce retribution":{"name":"Fierce Retribution","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cleave {5}{W} (You may cast this spell for its cleave cost. If you do, remove the words in square brackets.)\nDestroy target [attacking] creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Cleave":{"type":"Cost","shards":["White"],"generic":5}}],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target attacking creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"cleave_variant":{"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[]},"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"83094dd2-b8e9-4753-a8a0-657b446def60","metadata":{"source_printing_ids":["394651de-0fe7-412d-a2bb-de7982516374","485bd8e4-563b-43fa-b56e-21ba1462012d","92270719-352d-426f-b498-fbeaf8fd087b","9597b163-5c6b-4f64-b1f1-5f1fa2e23e5d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","OTP","PLST","VOW"],"rulings":[{"date":"2021-11-19","text":"A cleave cost is an alternative cost that's paid instead of the spell's mana cost. Casting a spell for its cleave cost doesn't change the spell's mana value."},{"date":"2021-11-19","text":"If an effect allows you to “cast a spell without paying its mana cost,” you can't cast that spell for its cleave cost."},{"date":"2021-11-19","text":"If you cast a spell for its cleave cost, that spell doesn't have any of the text in square brackets while it's on the stack."},{"date":"2021-11-19","text":"You can't cast a spell for both its cleave cost and another alternative cost. For example, if an effect gives an Alchemist's Retrieval in your graveyard a flashback cost of {U}, you can't cast it from your graveyard for its cleave cost."}],"rarities":["common","uncommon"]},"figure of destiny":{"name":"Figure of Destiny","mana_cost":{"type":"Cost","shards":["RedWhite"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kithkin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{R/W}: This creature becomes a Kithkin Spirit with base power and toughness 2/2.\n{R/W}{R/W}{R/W}: If this creature is a Spirit, it becomes a Kithkin Spirit Warrior with base power and toughness 4/4.\n{R/W}{R/W}{R/W}{R/W}{R/W}{R/W}: If this creature is a Warrior, it becomes a Kithkin Spirit Warrior Avatar with base power and toughness 8/8, flying, and first strike.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Kithkin"},{"type":"AddSubtype","subtype":"Spirit"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a Kithkin Spirit with base power and toughness 2/2"}],"duration":"Permanent","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["RedWhite"],"generic":0}},"sub_ability":null,"duration":"Permanent","description":"{R/W}: ~ becomes a Kithkin Spirit with base power and toughness 2/2.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Kithkin"},{"type":"AddSubtype","subtype":"Spirit"},{"type":"AddSubtype","subtype":"Warrior"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a Kithkin Spirit Warrior with base power and toughness 4/4"}],"duration":"Permanent","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["RedWhite","RedWhite","RedWhite"],"generic":0}},"sub_ability":null,"duration":"Permanent","description":"{R/W}{R/W}{R/W}: If ~ is a Spirit, it becomes a Kithkin Spirit Warrior with base power and toughness 4/4.","target_prompt":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Spirit"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"FirstStrike"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Kithkin"},{"type":"AddSubtype","subtype":"Spirit"},{"type":"AddSubtype","subtype":"Warrior"},{"type":"AddSubtype","subtype":"Avatar"},{"type":"SetPower","value":8},{"type":"SetToughness","value":8}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a Kithkin Spirit Warrior Avatar with base power and toughness 8/8, flying, and first strike"}],"duration":"Permanent","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["RedWhite","RedWhite","RedWhite","RedWhite","RedWhite","RedWhite"],"generic":0}},"sub_ability":null,"duration":"Permanent","description":"{R/W}{R/W}{R/W}{R/W}{R/W}{R/W}: If ~ is a Warrior, it becomes a Kithkin Spirit Warrior Avatar with base power and toughness 8/8, flying, and first strike.","target_prompt":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"cd51cc2d-0d39-4aba-b0ea-70e8118149bc","metadata":{"source_printing_ids":["0da69523-cece-425a-b08a-fb27fac29374","2019a4dd-a2cb-47a0-a1d5-da40d42013f3","6add511b-1931-4e4e-9a4c-083bc5ff2bc2","6d779966-4bd4-4315-8b45-d3a4492f2bb2","b761b353-1c72-49f9-8c77-3b47ff5c3c4f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","DDL","EVE","MMA","PD2","PEVE","PRM"],"rulings":[{"date":"2008-08-01","text":"Figure of Destiny's abilities overwrite its power, toughness, and creature types. Typically, those abilities are activated in the order they appear on the card. However, if Figure of Destiny is an 8/8 Kithkin Spirit Warrior Avatar with flying and first strike, and you activate its first ability, it will become a 2/2 Kithkin Spirit that still has flying and first strike."},{"date":"2008-08-01","text":"Figure of Destiny's second ability checks whether it's a Spirit, and its third ability checks whether it's a Warrior. It doesn't matter how it became the appropriate creature type."},{"date":"2008-08-01","text":"None of these abilities has a duration. If one of them resolves, it will remain in effect until the game ends, Figure of Destiny leaves the battlefield, or some subsequent effect changes its characteristics, whichever comes first."},{"date":"2008-08-01","text":"You can activate Figure of Destiny's second and third abilities regardless of what creature types it is. Each of those abilities checks Figure of Destiny's creature types when that ability resolves. If Figure of Destiny isn't the appropriate creature type at that time, the ability does nothing."},{"date":"2009-10-01","text":"The effect from the ability overwrites other effects that set power and/or toughness if and only if those effects existed before the ability resolved. It will not overwrite effects that modify power or toughness (whether from a static ability, counters, or a resolved spell or ability), nor will it overwrite effects that set power and toughness which come into existence after the ability resolves. Effects that switch the creature's power and toughness are always applied after any other power or toughness changing effects, including this one, regardless of the order in which they are created."}],"rarities":["rare"]},"filigree familiar":{"name":"Filigree Familiar","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Fox"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you gain 2 life.\nWhen this creature dies, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b544f690-e4bf-4a5b-984d-9256518fd574","metadata":{"source_printing_ids":["2859f9d8-40eb-4db4-b2ed-49d4724f93dc","875df3ef-fab4-455f-bfdb-8f6361b27bf6","987d52d0-d682-4a79-b48b-21a0eddd0732","9cc9ecfd-6cf0-4488-a14a-afec1bc0d253","9feaba70-4ef5-48ac-8a6c-705406f21011"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMR","DDU","GNT","KLD","KLR","PLST"],"rarities":["common","uncommon"]},"final iteration":{"name":"Final Iteration","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi","Insect"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWizards you control get +2/+1 and have flying.\nWhenever you cast an instant or sorcery spell, create a 1/1 blue Human Wizard creature token.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Human Wizard","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human","Wizard"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, create a 1/1 blue Human Wizard creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Wizard"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Wizards you control get +2/+1 and have flying."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"85e797de-da27-4cd5-8fa4-4aef948988b2","metadata":{"related_token_ids":["73179062-388a-599b-a021-b75a409a290a","7513b439-3b1b-51a6-a771-76d22da1c16c"],"source_printing_ids":["2c983363-f900-45f5-b906-d56b91d5c260","30c3d4c1-dc3d-4529-9d6e-8c16149cf6da","96658239-3169-42ef-9983-cd4da24e0f4c","f845e2ef-d4be-4dd9-85fa-41d0564faa4b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["EMN","INR","PEMN","SIR"],"rarities":["rare"]},"final parting":{"name":"Final Parting","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for two cards. Put one into your hand and the other into your graveyard. Then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Any"},"count":{"type":"Fixed","value":2},"reveal":false,"split":{"primary_destination":"Hand","primary_count":1,"rest_destination":"Graveyard"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Search your library for two cards. Put one into your hand and the other into your graveyard. Then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a5852994-d816-4e62-8a03-254223714544","metadata":{"source_printing_ids":["94f24b7c-4952-4abc-aaba-22a529012468","de8803f6-9efa-4323-b8c5-29bdd5a48f9a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","DOM"],"rarities":["uncommon"]},"final showdown":{"name":"Final Showdown","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Spree (Choose one or more additional costs.)\n+ {1} — All creatures lose all abilities until end of turn.\n+ {1} — Choose a creature you control. It gains indestructible until end of turn.\n+ {3}{W}{W} — Destroy all creatures.","non_ability_text":null,"flavor_name":null,"keywords":["Spree"],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[{"type":"RemoveAllAbilities"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose all abilities"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7e7ec3d6-a84f-4cc3-93f4-4d181d41e126","modal":{"min_choices":1,"max_choices":3,"mode_count":3,"mode_descriptions":["All creatures lose all abilities until end of turn.","Choose a creature you control. It gains indestructible until end of turn.","Destroy all creatures."],"allow_repeat_modes":false,"mode_costs":[{"type":"Cost","shards":[],"generic":1},{"type":"Cost","shards":[],"generic":1},{"type":"Cost","shards":["White","White"],"generic":3}],"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["358968f9-45bd-4022-b6bc-f1f7e0adf0e7","94397320-b814-487f-aca2-537517ff9eff","a5abbfdb-0460-4f78-be7f-d3e8a4b3afb5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MAR","OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"Each additional cost and associated mode in the text box is also preceded with a + indicator. These symbols also have no rules meaning and serve only to remind players that the listed costs are additional costs."},{"date":"2024-04-12","text":"If a mode requires a target, you can select that mode only if there’s a legal target available. Ignore the targeting requirements for modes you don’t choose."},{"date":"2024-04-12","text":"If a spell with spree is copied, the effect that creates the copy may allow you to choose new targets. You cannot choose new modes."},{"date":"2024-04-12","text":"If all targets for the chosen modes become illegal before a spell with spree resolves, the spell won’t resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-04-12","text":"If an effect allows you to cast a spell with spree “without paying its mana cost,” you must still choose at least one mode and pay the associated additional costs."},{"date":"2024-04-12","text":"If an effect grants a creature an ability after Final Showdown causes all creatures to lose all abilities, that creature won’t lose that ability."},{"date":"2024-04-12","text":"No matter which modes you choose, you always follow the instructions in the order they are written."},{"date":"2024-04-12","text":"No player can cast spells or activate abilities in between the modes of a resolving spell. Any abilities that trigger won’t be put onto the stack until the spell is done resolving."},{"date":"2024-04-12","text":"Spells with spree have a + (plus sign) indicator in the upper right corner of the card frame. This has no rules meaning and serves only to remind players that at least one additional cost is required to cast the spell."},{"date":"2024-04-12","text":"The mana value of a spell with spree is determined only by its mana cost (in the upper right corner of the card). It doesn’t matter which modes you choose or which additional costs you pay, including any additional costs imposed by other effects."},{"date":"2024-04-12","text":"The second mode of Final Showdown doesn’t target the creature. You don’t choose which creature will gain indestructible until the spell is resolving. At that point, it’s too late for anyone to respond to the spell."},{"date":"2024-04-12","text":"You can’t choose the same mode more than once."},{"date":"2024-04-12","text":"You choose the modes as you cast the spell with spree. Once modes are chosen, they can’t be changed."},{"date":"2024-04-12","text":"You must choose at least one of the listed modes and pay its associated additional cost in order to cast a spell with spree."}],"rarities":["mythic"]},"finality":{"name":"Finality","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may put two +1/+1 counters on a creature you control. Then all creatures get -4/-4 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":-4},"toughness":{"type":"Fixed","value":-4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"You may put two +1/+1 counters on a creature you control. Then all creatures get -4/-4 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"212af747-2ac1-4d33-9456-8b3cc8988f5d","metadata":{"source_printing_ids":["1a359c9d-c7d8-4d57-bf32-f49eac65b8de","1e4e9e35-6cbc-4997-beff-d1a22d87545e","6e740969-4613-49a3-b22f-8254f44bd91b","9a6bae45-a58c-42b1-89a0-4c1ff879e0d0","ad3a885d-de06-49e3-9f68-217c5a8035b4","cbd4c04c-81b5-4026-a82a-4ae94ad50c01"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["C20","GRN","M3C","PGRN","PIP","RVR"],"rarities":["rare"]},"find":{"name":"Find","mana_cost":{"type":"Cost","shards":["BlackGreen","BlackGreen"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return up to two target creature cards from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return up to two target creature cards from your graveyard to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"212af747-2ac1-4d33-9456-8b3cc8988f5d","metadata":{"source_printing_ids":["1a359c9d-c7d8-4d57-bf32-f49eac65b8de","1e4e9e35-6cbc-4997-beff-d1a22d87545e","6e740969-4613-49a3-b22f-8254f44bd91b","9a6bae45-a58c-42b1-89a0-4c1ff879e0d0","ad3a885d-de06-49e3-9f68-217c5a8035b4","cbd4c04c-81b5-4026-a82a-4ae94ad50c01"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["C20","GRN","M3C","PGRN","PIP","RVR"],"rulings":[{"date":"2018-10-05","text":"Finality affects only creatures on the battlefield at the time it resolves. Creatures that enter the battlefield later in the turn won't get -4/-4."},{"date":"2018-10-05","text":"Finality doesn't target the creature to receive +1/+1 counters. You can cast it even if you control no creatures."},{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["rare"]},"fire":{"name":"Fire","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Fire deals 2 damage divided as you choose among one or two targets.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage divided as you choose among one or two targets.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"distribute":{"type":"Damage"},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"ae92942b-919c-4ea9-b693-85fcef765d5a","metadata":{"source_printing_ids":["0a76d227-c899-409f-a01b-d3ca16b56ddc","0e09b054-4d33-4a12-bf2a-9b0009f33044","12279d5e-eff2-45bd-bb56-a953b56ff76a","18303862-4726-4136-814f-157aa7006579","3f822331-315e-4297-bb69-f1069032c6c5","610135d6-d32f-4ee9-b053-dc32da14c333","841b28eb-e16b-434e-aaaa-6a5ae8bccc19","ab8292ae-9a52-43e7-92f7-0f45f4bb71ec","e244eac9-8b94-4ac9-8dfd-744598148cd3","e899b761-2f23-466c-87c5-d98421138ca6","ef5df76e-1482-4677-a932-54b92384c3c3","f98f4538-5b5b-475d-b98f-49d01dae6f04"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["APC","CMD","DDJ","DMR","F06","MH2","PLST","PRM","UMA","WC01","WC02"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["common","uncommon","rare"]},"fire elemental":{"name":"Fire Elemental","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3912d21e-1ebc-4a81-9dc9-f404248d564a","metadata":{"source_printing_ids":["004d5c22-415c-4aa8-87f6-a4cf609d1eae","0261cd0f-e763-49b5-96ed-5e5767a3d8d7","17cf9eb6-2564-42d9-84d4-c7cf4c167d2f","25b57e53-220c-4181-80d3-8063864aefc2","376cb9e5-89fb-4091-8a20-140bb6de0ef6","3e83e706-067f-41a9-8ffb-e3cd308282c0","41576f05-881a-49ab-ab59-a1a911f7ad04","4d91a492-2d7c-4220-a9a7-4bb18e217325","4df16df8-3270-4a09-8167-5b6a2068edb9","54b05f47-f86b-46e8-912f-b1273005d46d","5df3b58b-ce10-459f-87f7-bb243b854fc3","62405700-d42c-4c96-9678-dd72d7b7c807","63539181-5393-41b8-baf3-9a690d17f4ce","aa894222-04c9-4129-8d48-6ffdd329b1f0","bddeac3f-f4ee-432b-9d69-8533a28e7f46","d39716c6-6c4f-4cd3-9d9c-893f883e6e70","da237992-2919-4e37-8f56-2164095f59b5","dc506f58-048d-49cc-ad8c-2eb851b08bb6","fcca2f76-3db9-472b-b78e-a87b81e31d0a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","6ED","7ED","CED","CEI","DOM","FBB","FDN","LEA","LEB","M13","M19","M20","PLST","S99","SUM"],"rarities":["common","uncommon"]},"fire lord azula":{"name":"Fire Lord Azula","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Firebending 2 (Whenever this creature attacks, add {R}{R}. This mana lasts until end of combat.)\nWhenever you cast a spell while Fire Lord Azula is attacking, copy that spell. You may choose new targets for the copy. (A copy of a permanent spell becomes a token.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Firebending":{"type":"Fixed","value":2}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell while ~ is attacking, copy that spell. You may choose new targets for the copy.","constraint":null,"condition":{"type":"SourceIsAttacking"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"2631130e-63e2-43a3-914a-648e76722203","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1ea7248c-e4b3-4776-8e6a-cba06da2d6cc","281b8979-aefc-4fe7-a130-3638cdc0b1dd","bc6146bf-f0c6-4557-af6a-74c643d5fc01"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"A resolving copy of a permanent spell becomes a token. That token isn't \"created\" and won't interact with abilities that care about tokens being created."},{"date":"2025-10-02","text":"Any choices made when the spell resolves won't have been made yet when it's copied. Any such choices will be made separately when the copy resolves."},{"date":"2025-10-02","text":"Azula's ability and the copy it creates both resolve before the spell that caused the ability to trigger. They resolve even if the spell is countered before the copy is created."},{"date":"2025-10-02","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy has the same value of X."},{"date":"2025-10-02","text":"The copy is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell won't trigger."},{"date":"2025-10-02","text":"The copy will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2025-10-02","text":"You can't choose to pay any additional costs for a copied spell. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["rare"]},"firemane commando":{"name":"Firemane Commando","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you attack with two or more creatures, draw a card.\nWhenever another player attacks with two or more creatures, they draw a card if none of those creatures attacked you.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with two or more creatures, draw a card.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"You"},"comparator":"GE","count":2},"batched":true},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever another player attacks with two or more creatures, they draw a card if none of those creatures attacked you.","constraint":null,"condition":{"type":"And","conditions":[{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"Opponent"},"comparator":"GE","count":2},{"type":"AttackersDeclaredCount","subject":{"type":"AttackTarget","controller":"You","attacked":"Player"},"comparator":"EQ","count":0}]},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ac675899-25bb-4f06-9c8c-bf188024495f","metadata":{"source_printing_ids":["426a50de-13bb-4481-8643-ad492d3fc84a","4f8226bd-3e9b-474b-b2d5-95049762824b","c86269cc-bf4d-44b4-ad4b-8356857c532f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC","SOC"],"rulings":[{"date":"2023-04-14","text":"For both triggered abilities, once the ability triggers, it doesn't matter what happens to the attacking creatures in response."},{"date":"2023-04-14","text":"No matter how many creatures another player attacks with, Firemane Commando's last ability will look at all of them to make sure none of them attacked you. If any of them did, the player won't draw a card."},{"date":"2023-04-14","text":"The last triggered ability cares only that none of the attacking creatures attacked you. The other player will draw a card if they attacked a planeswalker you control or a battle you protect with two or more creatures, for example."}],"rarities":["rare"]},"fireshrieker":{"name":"Fireshrieker","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has double strike. (It deals both first-strike and regular combat damage.)\nEquip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has double strike."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"a02e1ca7-23c5-41e3-a744-72fc9e9dd8ba","metadata":{"source_printing_ids":["1b4d0d12-5bd6-4d2f-8913-fe690c441104","34cda06f-b935-4a40-aae5-9fcf7966e68c","484fbce6-71bd-40eb-a71b-86958a094708","5c43291d-87c8-4773-99b0-6b7a9d302cd8","821e3c5a-6418-40c2-89ae-4922bec9e519","8da0fcc6-6209-4b8e-997d-ad3cc4ff0856","9f653742-b92a-4cfa-b3b5-8d20aabdb5dd","ab1f2ab8-1ef3-4610-a2d0-cb87b982c649","c12fc244-ca30-4da6-8350-340975a79708","c48f5d22-a06c-4e91-ba24-3d7cde68808e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","CMR","CNS","FDN","J25","M14","MRD","NEC","PIP"],"rarities":["uncommon"]},"firmament sage":{"name":"Firmament Sage","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"If it's neither day nor night, it becomes day as this creature enters.\nWhenever day becomes night or night becomes day, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetDayNight","to":"Day"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"DayNightIsNeither"},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DayTimeChanges","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever day becomes night or night becomes day, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"57163ade-fe89-4ba0-98a9-daeeed5badb9","metadata":{"source_printing_ids":["662deec6-0ee2-4c18-a1af-26e766ec629e","9db186a1-3dc5-4ed2-8cd4-1e4f13094885"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID"],"rulings":[{"date":"2021-09-24","text":"Before a player untaps their permanents during the untap step, the game checks to see if the day/night designation should change."},{"date":"2021-09-24","text":"Day and night are designations that the game itself can have. The game starts as neither. Once the game becomes day (or less commonly, night), the game will be exactly one of them—day or night—going back and forth for the rest of the game."},{"date":"2021-09-24","text":"If a triggered ability triggers whenever day becomes night or night becomes day, it only triggers if it was already either day/night and becomes the other. It does not trigger when the game becomes day or night for the first time."},{"date":"2021-09-24","text":"If it is day, and the active player of the previous turn cast no spells during their turn, it becomes night."},{"date":"2021-09-24","text":"If it is night, and the active player of the previous turn cast two or more spells during their turn, it becomes day."}],"rarities":["uncommon"]},"fishing pole":{"name":"Fishing Pole","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has \"{1}, {T}, Tap Fishing Pole: Put a bait counter on Fishing Pole.\"\nWhenever equipped creature becomes untapped, remove a bait counter from this Equipment. If you do, create a 1/1 blue Fish creature token.\nEquip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Untaps","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"bait","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Fish","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Fish"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever equipped creature becomes untapped, remove a bait counter from ~. If you do, create a 1/1 blue Fish creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"bait","count":{"type":"Fixed","value":1},"target":{"type":"GrantingObject"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"EffectCost","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}}}]},"sub_ability":null,"duration":null,"description":"{1}, {T}, Tap ~: Put a bait counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has \"{1}, {T}, Tap ~: Put a bait counter on ~.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"2c1d3e9e-213e-492a-ad5a-91139d70bc0f","metadata":{"related_token_ids":["de757afa-42be-5403-b98c-4ef9f3ef6ed5"],"source_printing_ids":["c95ab836-3277-4223-9aaa-ef2c77256b65"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN"],"rulings":[{"date":"2024-11-08","text":"The ability granted by Fishing Pole's first ability refers only to the Fishing Pole granting that ability, not any other permanent on the battlefield named Fishing Pole."}],"rarities":["uncommon"]},"fist of suns":{"name":"Fist of Suns","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may pay {W}{U}{B}{R}{G} rather than pay the mana cost for spells you cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithAlternativeCost":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0}}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may pay {W}{U}{B}{R}{G} rather than pay the mana cost for spells you cast."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"6fd5e591-fae8-4128-a4d3-a848c8a8ffda","metadata":{"source_printing_ids":["0a2b418b-4a1a-400b-896f-512130d4c1e7","2a499b65-8a7e-4fbc-a09b-826b8454d857","6c79912e-f858-44aa-8ff8-269edae06cc9","9997c580-596b-43d5-b4a0-9acc8fc2ef26"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["5DN","C17","LCC","PLST"],"rulings":[{"date":"2004-12-01","text":"Fist of Suns's ability is an alternative cost to cast a spell. You can't combine this with other alternative costs, such as flashback. You can pay additional costs, such as kicker, in addition to this alternative cost."},{"date":"2004-12-01","text":"If you apply Fist of Suns's alternative cost to a spell with {X} in its mana cost, X is 0."},{"date":"2004-12-01","text":"If you cast a spell for which mana of any color can be spent to cast it, you may cast it for Fist of Suns's alternative cost and still spend any color of mana to cover that cost."},{"date":"2014-02-01","text":"If you pay {W}{U}{B}{R}{G} rather than pay the mana cost of a spell with {X} in its mana cost, the only legal choice for X is 0."}],"rarities":["rare"]},"fixed point in time":{"name":"Fixed Point in Time","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Phenomenon"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you encounter Fixed Point in Time, until your next turn, if a player would planeswalk as a result of rolling the planar die, chaos ensues instead. (Then planeswalk away from this phenomenon.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlaneswalkedTo","execute":{"kind":"Spell","effect":{"type":"CreatePlaneswalkReplacement","replacement_effect":{"type":"ChaosEnsues"}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you encounter ~, until your next turn, if a player would planeswalk as a result of rolling the planar die, chaos ensues instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"be9870be-cf1b-44ea-a129-8f3711901b16","metadata":{"source_printing_ids":["a05478f9-3a9a-4887-a8e7-63550eaa6030"]},"legalities":{},"printings":["WHO"],"rarities":["common"]},"flame jab":{"name":"Flame Jab","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flame Jab deals 1 damage to any target.\nRetrace (You may cast this card from your graveyard by discarding a land card in addition to paying its other costs.)","non_ability_text":null,"flavor_name":null,"keywords":["Retrace"],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 1 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"05eccdee-84f8-42d5-b79c-36d081656915","metadata":{"source_printing_ids":["06c2b6b2-485e-41e6-b106-4f6f402e0ec3","4dacce86-be7f-496c-9a70-676dc39ca2c8","e227f18f-7260-4066-bae2-01db4fd1abdd"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["EMA","EVE","PLST"],"rulings":[{"date":"2008-08-01","text":"A retrace card cast from your graveyard follows the normal timing rules for its card type."},{"date":"2008-08-01","text":"Casting a card by using its retrace ability works just like casting any other spell, with two exceptions: You’re casting it from your graveyard rather than your hand, and you must discard a land card in addition to any other costs."},{"date":"2008-08-01","text":"If the active player casts a spell that has retrace, that player may cast that card again after it resolves, before another player can remove the card from the graveyard. The active player has priority after the spell resolves, so they can immediately cast a new spell. Since casting a card with retrace from the graveyard moves that card onto the stack, no one else would have the chance to affect it while it’s still in the graveyard."},{"date":"2008-08-01","text":"When a retrace card you cast from your graveyard resolves, fails to resolve, or is countered, it’s put back into your graveyard. You may use the retrace ability to cast it again."}],"rarities":["common","uncommon"]},"flame spill":{"name":"Flame Spill","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flame Spill deals 4 damage to target creature. Excess damage is dealt to that creature's controller instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"excess":{"type":"TargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 4 damage to target creature. Excess damage is dealt to that creature's controller instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"de6ebf55-f1df-4c3c-bba5-8655b7daf488","metadata":{"source_printing_ids":["7033a2cc-af4d-4697-a148-d837565451b3","b3090004-d7dd-47bc-92e5-977be4fd9ae5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","PLST"],"rulings":[{"date":"2020-04-17","text":"Excess damage caused by a spell or ability is similar to how combat damage from a creature with trample is handled. Start with the amount of damage being dealt to the creature and determine what is “lethal.” This is the creature’s toughness minus the amount of damage that it already has marked on it, but ignoring any replacement or prevention effects that will modify this damage. Also ignore whether the creature has an ability such as indestructible that will result in it not being destroyed by this damage."},{"date":"2020-04-17","text":"If the target creature is an illegal target by the time Flame Spill tries to resolve, the spell won’t resolve. It won’t deal damage to any player."},{"date":"2020-04-17","text":"Once you’ve determined how much damage is excess, Flame Spill simultaneously deals damage to the creature and to its controller. This damage may be modified by replacement or prevention effects."}],"rarities":["uncommon"]},"flamescroll celebrant":{"name":"Flamescroll Celebrant","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent activates an ability that isn't a mana ability, this creature deals 1 damage to that player.\n{1}{R}: This creature gets +2/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}{R}: ~ gets +2/+0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent activates an ability that isn't a mana ability, ~ deals 1 damage to that player.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"5f1d3d22-18f7-42b7-8039-ef7aa5d29856","metadata":{"source_printing_ids":["0dba25e3-2b4f-45d4-965f-3834bcb359ee","8c917201-4691-4f31-a8e4-ca0192d5ff71"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PSTX","STX"],"rulings":[{"date":"2021-04-16","text":"Activated abilities contain a colon and appear in the form “[Cost]: [Effect].” Some keywords (such as equip) are activated abilities and will have colons in their reminder texts. Loyalty abilities of planeswalkers are also activated abilities."},{"date":"2021-04-16","text":"An activated ability that costs mana to activate is not a “mana ability” unless it could also produce mana and has no targets."},{"date":"2021-04-16","text":"Casting Revel in Silence in response to a spell or ability won’t affect that spell or ability. That is, it’s not countermagic."}],"rarities":["rare"]},"flameshadow conjuring":{"name":"Flameshadow Conjuring","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a nontoken creature you control enters, you may pay {R}. If you do, create a token that's a copy of that creature. That token gains haste. Exile it at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature you control enters, you may pay {R}. If you do, create a token that's a copy of that creature. That token gains haste. Exile it at the beginning of the next end step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"343460ea-7999-4d9e-b425-97fa1621f9d6","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["ae113258-288f-47d5-8f79-e2e51b6326de","b473ee0c-b037-4968-9dda-82c2288e54f7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["MOC","ORI"],"rulings":[{"date":"2015-06-22","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any “as [this permanent] enters the battlefield” or “[this permanent] enters the battlefield with” abilities of the copied creature will also work."},{"date":"2015-06-22","text":"If another creature becomes or enters the battlefield as a copy of the token, that creature won't have haste and it won't be exiled."},{"date":"2015-06-22","text":"If the ability resolves during a turn's end step, the token will be exiled at the beginning of the next turn's end step."},{"date":"2015-06-22","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2015-06-22","text":"If the copied creature is copying something else when the ability resolves, then the token enters the battlefield as a copy of whatever that creature is copying."},{"date":"2015-06-22","text":"If the token isn't exiled at the beginning of the next end step (perhaps because the delayed triggered ability is countered), it remains on the battlefield indefinitely. It continues to have haste."},{"date":"2015-06-22","text":"The token copies exactly what's printed on the original creature and nothing else (unless that creature is copying something else; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2015-06-22","text":"The token is exiled at the beginning of the next end step regardless of who controls it at that time."}],"rarities":["rare"]},"flamewake phoenix":{"name":"Flamewake Phoenix","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phoenix"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, haste\nThis creature attacks each combat if able.\nFerocious — At the beginning of combat on your turn, if you control a creature with power 4 or greater, you may pay {R}. If you do, return this card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":"BeginCombat","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, if you control a creature with power 4 or greater, you may pay {R}. If you do, return this card from your graveyard to the battlefield.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Battlefield"}]}},"batched":false}],"static_abilities":[{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks each combat if able."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"9e43805d-3576-47d4-9331-524869ab99d0","metadata":{"source_printing_ids":["a94f008e-48a0-406b-83fa-99cd396831f8","fefd5848-9fe1-4129-a5d7-e51606bf76ef"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","FRF","PFDN","PFRF"],"rulings":[{"date":"2024-11-08","text":"Flamewake Phoenix's last ability will check at the start of your beginning of combat step to see if you control a creature with power 4 or greater. If you don't, the ability won't trigger at all. If it does trigger, the ability will check again as it tries to resolve. If you don't control a creature with power 4 or greater at that time, the ability won't resolve. You won't get a chance to pay {R}, and Flamewake Phoenix won't return to the battlefield."},{"date":"2024-11-08","text":"If Flamewake Phoenix can't attack for any reason (such as being tapped), then it doesn't attack. If there's a cost associated with having it attack, you're not forced to pay that cost, so it doesn't have to attack in that case either."}],"rarities":["rare"]},"flash":{"name":"Flash","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may put a creature card from your hand onto the battlefield. If you do, sacrifice it unless you pay its mana cost reduced by {2}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"Unsupported unless clause","description":"sacrifice it unless you pay its mana cost reduced by {2} (unless: you pay its mana cost reduced by {2})"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"You may put a creature card from your hand onto the battlefield. If you do, sacrifice it unless you pay its mana cost reduced by {2}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3e057471-e415-4105-9064-8236a0a5047d","metadata":{"source_printing_ids":["63af3c26-5b1f-46f6-9aa2-036c615bf5ea","d31459c2-9656-4e9a-bb72-71a910e8570b","f4e2f44d-74a9-4635-bf10-bf4cf179cab5"]},"legalities":{"commander":"banned","duel":"legal","legacy":"banned","oathbreaker":"legal","premodern":"banned","vintage":"restricted"},"printings":["6ED","A25","MIR"],"rulings":[{"date":"2018-03-16","text":"If the creature has {X} in its mana cost, X is considered to be 0."},{"date":"2018-03-16","text":"If you choose not to pay, the creature is sacrificed immediately. No player will get priority in between the creature entering the battlefield and being sacrificed. Sacrificing the creature this way will trigger any abilities that trigger when it leaves the battlefield, and those abilities will be put onto the stack at the same time as those that triggered when it entered the battlefield."},{"date":"2018-03-16","text":"Only the generic mana in that creature's mana cost is reduced. For example, if that creature's mana cost is {1}{R}, you'll have to pay {R} to keep it."},{"date":"2018-03-16","text":"The creature enters the battlefield, so it will trigger enters-the-battlefield abilities even if you choose not to pay."}],"rarities":["rare"]},"flashback":{"name":"Flashback","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to its mana cost. (You may cast that card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flashback"}],"duration":"UntilEndOfTurn","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"02070488-9203-4304-9392-a111d20218c5","metadata":{"source_printing_ids":["1b832fda-d7c4-4566-884c-2a8b6da15488","6b7eb857-6617-4672-85e4-f1f5e661db50"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard if the resulting spell is an instant or sorcery spell by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2026-03-20","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2026-03-20","text":"If a card has multiple instances of flashback, you may choose any of its flashback costs to pay."},{"date":"2026-03-20","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2026-03-20","text":"If a card with no mana cost gains flashback, it has no flashback cost. It can't be cast this way."},{"date":"2026-03-20","text":"If you cast a spell with flashback, you can't pay any alternative costs. You can pay additional costs such as kicker costs. If the spell has any mandatory additional costs, you must pay those to cast the spell with flashback."},{"date":"2026-03-20","text":"If you cast an instant or sorcery with {X} in its mana cost this way, you still choose the value of X as part of casting the spell and pay that cost."},{"date":"2026-03-20","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2026-03-20","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2026-03-20","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare"]},"flayer of the hatebound":{"name":"Flayer of the Hatebound","mana_cost":{"type":"Cost","shards":["Red"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Devil"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Undying (When this creature dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.)\nWhenever this creature or another creature enters from your graveyard, that creature deals damage equal to its power to any target.","non_ability_text":null,"flavor_name":null,"keywords":["Undying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"target":{"type":"Any"},"damage_source":"TriggeringSource"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}]},"origin":"Graveyard","destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another creature enters from your graveyard, that creature deals damage equal to its power to any target.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":"Return it to the battlefield with a +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.93a: When ~ dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.","constraint":null,"condition":{"type":"Not","condition":{"type":"HadCounters","counter_type":"P1P1"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ba9f3c5d-556f-48d1-8d87-723f7893cfcd","metadata":{"source_printing_ids":["620e8ec3-aeea-498b-a54a-acd922c4bb60","fe233fa7-bc38-45f5-bfe5-da93877f1075","ffb17c3f-0154-49ee-bb5f-cd1df8546871"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19","DKA","FIC"],"rulings":[{"date":"2011-01-22","text":"Flayer of the Hatebound is the source of the ability, but it may be another creature that is the source of the damage. If a black creature enters from your graveyard, the ability could target a creature with protection from black, although the damage will be prevented. It couldn't target a creature with protection from red."},{"date":"2011-01-22","text":"Flayer of the Hatebound's last ability will trigger even if a creature enters from your graveyard under another player's control."},{"date":"2011-01-22","text":"If you cast a creature card from your graveyard, that card will be put on the stack before entering. Flayer of the Hatebound won't trigger."},{"date":"2011-01-22","text":"Since damage is dealt by the creature, abilities like lifelink and deathtouch are taken into account, even if the creature has left the battlefield by the time it deals damage."},{"date":"2011-01-22","text":"The creature that entered from your graveyard deals damage equal to its current power (including any +1/+1 counters it entered with) to the target permanent or player. If it's no longer on the battlefield when the ability resolves, its last known existence on the battlefield is checked to determine its power."}],"rarities":["rare"]},"fleecemane lion":{"name":"Fleecemane Lion","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{3}{G}{W}: Monstrosity 1. (If this creature isn't monstrous, put a +1/+1 counter on it and it becomes monstrous.)\nAs long as this creature is monstrous, it has hexproof and indestructible.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Monstrosity","count":{"type":"Fixed","value":1}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","White"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{G}{W}: Monstrosity 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"SourceIsMonstrous"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is monstrous, it has hexproof and indestructible."}],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"e3c8cdf7-a26a-45eb-9498-99b618cfba99","metadata":{"source_printing_ids":["0afb3c64-c88a-417b-a1f7-2edea045cb14","13a8b618-6e8f-46cf-b456-dffa35831a67","2b04e847-24b1-473a-a3c6-e3a5a1f84b0e","622d6c46-82bb-4a97-abe6-b388def44bda","e5c834ad-14d4-4c2f-88d3-a6a892299c4c","ef4e1c37-d520-4025-bd56-15ec452f6842"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","C17","MSC","PIO","THS"],"rulings":[{"date":"2013-09-15","text":"An ability that triggers when a creature becomes monstrous won't trigger if that creature isn't on the battlefield when its monstrosity ability resolves."},{"date":"2013-09-15","text":"Monstrous isn't an ability that a creature has. It's just something true about that creature. If the creature stops being a creature or loses its abilities, it will continue to be monstrous."},{"date":"2013-09-15","text":"Once a creature becomes monstrous, it can't become monstrous again. If the creature is already monstrous when the monstrosity ability resolves, nothing happens."}],"rarities":["rare"]},"fleet swallower":{"name":"Fleet Swallower","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fish"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, target player mills half their library, rounded up.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"TargetZoneCardCount","zone":"Library"}},"divisor":2,"rounding":"Up"},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever ~ attacks, target player mills half their library, rounded up.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"52d349e7-4bd2-468a-ab26-df8cd262f6f6","metadata":{"source_printing_ids":["7edbde38-1653-4eb5-b196-8881375781cb","fd334816-f058-4296-b1c3-924f22e91820"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PXLN","SLD","XLN"],"rulings":[{"date":"2017-09-29","text":"Fleet Swallower’s triggered ability can target any player, not just the player it’s attacking."},{"date":"2017-09-29","text":"If two Fleet Swallowers attack, each trigger determines the top half of that player’s library separately. For example, if the target player has fifteen cards in their library, that player puts the top eight cards into the graveyard, then puts the top four cards into the graveyard."}],"rarities":["rare"]},"flesh":{"name":"Flesh","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature card from a graveyard. Put X +1/+1 counters on target creature, where X is the power of the card you exiled.\nFuse (You may cast one or both halves of this card from your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Fuse"],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Variable","name":"the power of the card you exiled"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature card from a graveyard. Put X +1/+1 counters on target creature, where X is the power of the card you exiled.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"0741151a-fec0-4ed3-9295-0d0f56d24165","metadata":{"source_printing_ids":["02b40fe4-901a-4832-8d52-a6bb5cc07b63","e23faf50-64e5-4989-96ba-1048c7e5ef23"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"layout":"split","printings":["DGM","PLST"],"rulings":[{"date":"2013-04-15","text":"As Blood is resolving, if only one of the targets is legal, Blood will still resolve but will have no effect: If the first target is illegal, it can't deal damage to anything. If the second target is illegal, it can't be dealt damage."},{"date":"2013-04-15","text":"As Flesh is resolving, if the creature is an illegal target but the creature card is still a legal target, the creature card will be exiled but no counters will be put onto the creature. If the creature is the only legal target, Flesh will still resolve but will have no effect as you didn't exile a card."},{"date":"2013-04-15","text":"If a player names a card, the player may name either half of a split card, but not both. A split card has the chosen name if one of its two names matches the chosen name."},{"date":"2013-04-15","text":"If you cast Flesh // Blood as a fused split card, the +1/+1 counters will have been placed before the amount of damage is determined."},{"date":"2013-04-15","text":"If you cast a split card with fuse from your hand without paying its mana cost, you can choose to use its fuse ability and cast both halves without paying their mana costs."},{"date":"2013-04-15","text":"If you're casting a split card with fuse from any zone other than your hand, you can't cast both halves. You'll only be able to cast one half or the other."},{"date":"2013-04-15","text":"On the stack, a split spell that hasn't been fused has only that half's characteristics and mana value. The other half is treated as though it didn't exist."},{"date":"2013-04-15","text":"Some split cards with fuse have two halves that are both multicolored. That card is multicolored no matter which half is cast, or if both halves are cast. It's also multicolored while not on the stack."},{"date":"2013-04-15","text":"Some split cards with fuse have two monocolor halves of different colors. If such a card is cast as a fused split spell, the resulting spell is multicolored. If only one half is cast, the spell is the color of that half. While not on the stack, such a card is multicolored."},{"date":"2013-04-15","text":"The amount of damage dealt is based on the first target creature's power as Blood resolves."},{"date":"2013-04-15","text":"The number of +1/+1 counters is based on the power of the creature card as it last existed in the graveyard."},{"date":"2013-04-15","text":"To cast a fused split spell, pay both of its mana costs. While the spell is on the stack, its mana value is the total amount of mana in both costs."},{"date":"2013-04-15","text":"When a fused split spell resolves, follow the instructions of the left half first, then the instructions on the right half."},{"date":"2013-04-15","text":"When resolving a fused split spell with multiple targets, treat it as you would any spell with multiple targets. If all targets are illegal when the spell tries to resolve, the spell doesn't resolve and none of its effects happen. If at least one target is still legal at that time, the spell resolves, but an illegal target can't perform any actions or have any actions performed on it."},{"date":"2013-04-15","text":"You can choose the same object as the target of each half of a fused split spell, if appropriate."}],"rarities":["rare"]},"flesh reaver":{"name":"Flesh Reaver","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Horror"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature deals damage to a creature or opponent, this creature deals that much damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals damage to a creature or opponent, ~ deals that much damage to you.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a143fdfe-f1aa-4eab-8c81-8c72a4dc1695","metadata":{"source_printing_ids":["5d56f46a-7327-4d98-b194-272333c8171e","e3dc6a91-ca13-45da-ba65-8fbb16c159c0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["DMR","USG"],"rulings":[{"date":"2022-12-08","text":"Flesh Reaver’s ability triggers whenever it deals any damage to a creature or opponent, not only combat damage."}],"rarities":["uncommon"]},"fleshwrither":{"name":"Fleshwrither","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Transfigure {1}{B}{B} ({1}{B}{B}, Sacrifice this creature: Search your library for a creature card with the same mana value as this creature, put that card onto the battlefield, then shuffle. Transfigure only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Transfigure":{"type":"Cost","shards":["Black","Black"],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Source"}}}}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":1}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"49815e6d-b9c5-4e45-949e-34d34b3543e8","metadata":{"source_printing_ids":["08e1a646-6925-4a53-a99c-8951af016a7a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT"],"rulings":[{"date":"2007-05-01","text":"Transfigure is similar to Transmute, though it can be activated only if the permanent with Transfigure is on the battlefield, and it can fetch only a creature."}],"rarities":["uncommon"]},"flickerwisp":{"name":"Flickerwisp","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, exile another target permanent. Return that card to the battlefield under its owner's control at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile another target permanent. Return that card to the battlefield under its owner's control at the beginning of the next end step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b23a3d30-6b8e-4aad-890f-db0c3af43ace","metadata":{"source_printing_ids":["42de427f-d93f-42f3-9045-ced35031e871","5bb3cb5c-8d66-4f5e-a9a9-917e6045f024","5f0ed8ee-d6ea-469c-a575-6643d3995f54","6931aad2-aa2c-4069-9e5a-2566b9f3eae4","6f84f0ae-ee67-490b-9424-60ee2acb4a12","a595d04e-4cdb-49d1-a323-7b6d1e3ccbe9","b6501e4e-8188-44ed-b661-55fe32bc7fec","d319c24e-ce54-4e1f-96cc-488adc377015","d332f494-386c-4aaa-9854-d78e75a91e81","dcfcf9a7-bad6-4240-8e43-a6a81fc4fbd0","e89b5a38-e43a-4a3a-ad9d-e2c55d2126f4","edacc6f3-e105-4648-8dcc-a5c54c7ad043","f6cccf30-2025-49bb-9b1e-240bbef03f27"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","2XM","AA3","C13","C14","CMA","CMR","E01","EVE","KHC","MM3","MMA","PLST","PRM","TD0","TSR"],"rulings":[{"date":"2021-03-19","text":"Auras attached to the exiled permanent will be put into their owners' graveyards. Equipment attached to the exiled permanent will become unattached and remain on the battlefield. Any counters on the exiled permanent will cease to exist. Once the exiled permanent returns, it's considered a new object with no relation to the object that it was."},{"date":"2021-03-19","text":"If a token is exiled this way, it will cease to exist and won't return to the battlefield."},{"date":"2021-03-19","text":"If the permanent that returns to the battlefield has any abilities that trigger at the beginning of the end step, those abilities won't trigger that turn."},{"date":"2021-03-19","text":"The exiled card will return to the battlefield at the beginning of the end step even if Flickerwisp is no longer on the battlefield."}],"rarities":["uncommon","special"]},"flood":{"name":"Flood","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{U}{U}: Tap target creature without flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithoutKeyword","value":"Flying"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0}},"sub_ability":null,"duration":null,"description":"{U}{U}: Tap target creature without flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e8eb2abb-daf9-43e0-b909-d96b679f71c2","metadata":{"source_printing_ids":["2aefbeae-ac72-4a13-8898-8d1e42a633a6","ba099785-bfa0-4224-be19-0dcded94fba5","f1d23c00-17dd-48ae-a821-1106d8b406da","f7537398-dee1-4966-ab16-81598d59f307","fabc3267-b59b-4f36-8873-5b4b072711ca"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","BRB","DRK","PZ2","REN"],"rarities":["common","uncommon"]},"floodpits drowner":{"name":"Floodpits Drowner","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nVigilance\nWhen this creature enters, tap target creature an opponent controls and put a stun counter on it.\n{1}{U}, {T}: Shuffle this creature and target creature with a stun counter on it into their owners' libraries.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"stun"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}{U}, {T}: Shuffle ~ and target creature with a stun counter on it into their owners' libraries.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, tap target creature an opponent controls and put a stun counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"43c69d19-c06c-470a-bdba-a0335ff2d655","metadata":{"source_printing_ids":["a6a62aa3-8edb-4000-8ebd-15ec4b00eed7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"If the target creature is an illegal target as Floodpits Drowner's last ability tries to resolve, it won't resolve and none of its effects will happen. Floodpits Drowner won't be shuffled into its owner's library."}],"rarities":["uncommon"]},"flowstone surge":{"name":"Flowstone Surge","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +1/-1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":-1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/-1."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fb1755a0-3334-419b-8cb5-5a3ac7fa5b13","metadata":{"source_printing_ids":["bc450922-0bbf-46c4-9955-79f4d41ee488"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["NEM"],"rarities":["uncommon"]},"flying men":{"name":"Flying Men","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b5666c68-059d-4e32-9b04-548b3058430d","metadata":{"source_printing_ids":["0656ed76-4c8e-4094-8edd-9b49780cadf7","25ab9a2b-e248-4ae2-aac3-b49fdb3e260a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ARN","TSB"],"rarities":["common","special"]},"follow the lumarets":{"name":"Follow the Lumarets","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Infusion — Look at the top four cards of your library. You may reveal a creature or land card from among them and put it into your hand. If you gained life this turn, you may instead reveal two creature and/or land cards from among them and put them into your hand. Put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":2,"up_to":false,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Infusion — Look at the top four cards of your library. You may reveal a creature or land card from among them and put it into your hand. If you gained life this turn, you may instead reveal two creature and/or land cards from among them and put them into your hand. Put the rest on the bottom of your library in a random order.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5bb38d08-582e-43aa-9507-7c20759978ec","metadata":{"source_printing_ids":["f9488480-2b6c-40bc-a93e-29fb1292a2e4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rarities":["common"]},"food chain":{"name":"Food Chain","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile a creature you control: Add X mana of any one color, where X is 1 plus the exiled creature's mana value. Spend this mana only to cast creature spells.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}},"offset":1},"color_options":["White","Blue","Black","Red","Green"]},"restrictions":[{"SpellType":"Creature"}]},"cost":{"type":"Exile","count":1,"zone":null,"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Exile a creature you control: Add X mana of any one color, where X is 1 plus the exiled creature's mana value. Spend this mana only to cast creature spells.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5c8e5092-962e-49ef-ab82-8434e475e4e7","metadata":{"source_printing_ids":["18a1bb9e-006c-495e-8f99-d451183d2669","5021063d-c5a1-4925-8ac6-0113b8c58dc0","5df9df79-981f-4b45-afd0-00d2e97c958b","7482a8ad-29ba-4f3a-b1fb-1175e306f724","df323b67-e5f9-4958-90de-1af722c482dd","eb912458-e016-4ea2-a2ea-40ac1a57f8fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","J18","MMQ","PLST","PRM","SLD","TMC"],"rulings":[{"date":"2004-10-04","text":"This mana may be used on additional costs to cast the spell, such as Kicker."},{"date":"2004-10-04","text":"This mana may not be used to pay costs imposed after the spell is initially cast."}],"rarities":["rare","mythic"]},"food fight":{"name":"Food Fight","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Artifacts you control have \"{2}, Sacrifice this artifact: It deals damage to any target equal to 1 plus the number of permanents named Food Fight you control.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Named","name":"food fight"}]}}},"offset":1},"target":{"type":"Any"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{2}, Sacrifice ~: It deals damage to any target equal to 1 plus the number of permanents named Food Fight you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Artifacts you control have \"{2}, Sacrifice ~: It deals damage to any target equal to 1 plus the number of permanents named Food Fight you control.\""}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"00571e7f-4e40-4a07-a529-34580e942338","metadata":{"source_printing_ids":["1a7cc43c-6e8c-41d2-a885-24604dfc7e7f","fef34fc2-8d37-484d-9adf-e3bb70283f33"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["rare"]},"for the ancestors":{"name":"For the Ancestors","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose a creature type. Look at the top six cards of your library. You may reveal any number of cards of the chosen type from among them and put the revealed cards into your hand. Put the rest on the bottom of your library in a random order.\nFlashback {3}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Green"],"generic":3}}}],"abilities":[{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":6},"destination":"Hand","keep_count":4294967295,"up_to":true,"filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose a creature type. Look at the top six cards of your library. You may reveal any number of cards of the chosen type from among them and put the revealed cards into your hand. Put the rest on the bottom of your library in a random order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4caa3c55-41b3-48a3-b6a8-4d23aff7d00d","metadata":{"source_printing_ids":["0da1b0a5-b6ca-41f8-be1c-05a56383c9a9","3bd5c87c-1514-467d-bc3f-b9dd6a582f71"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM"],"rulings":[{"date":"2023-07-28","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2023-07-28","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2023-07-28","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2023-07-28","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2023-07-28","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2023-07-28","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare"]},"foraging wickermaw":{"name":"Foraging Wickermaw","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Scarecrow"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)\n{1}: Add one mana of any color. This creature becomes that color until end of turn. Activate only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddChosenColor"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"that color"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}: Add one mana of any color. ~ becomes that color until end of turn. Activate only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, surveil 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"11ceb2db-021e-422d-976e-7bfe3b67a8aa","metadata":{"source_printing_ids":["f524bc08-caeb-4362-b960-eb8e0e4159d0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["common"]},"foray of orcs":{"name":"Foray of Orcs","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Amass Orcs 2. When you do, Foray of Orcs deals X damage to target creature an opponent controls, where X is the amassed Army's power. (To amass Orcs 2, put two +1/+1 counters on an Army you control. It's also an Orc. If you don't control an Army, create a 0/0 black Orc Army creature token first.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Amass","subtype":"Orc","count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"AmassedArmy"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Amass Orcs 2. When you do, ~ deals X damage to target creature an opponent controls, where X is the amassed Army's power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"60bfcaef-9014-4707-b681-cc3920bf223e","metadata":{"related_token_ids":["08fd2115-1a20-5df5-8107-d5f7c271c10c"],"source_printing_ids":["43cddad8-b5ca-4b8f-a73c-38809ef279d6","5fea0c66-c776-4dc7-a235-f3822521cacd","ef083f43-4748-42e6-bc22-fc2570db5ca3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Amass Zombies works the same way, except you create a 0/0 black Zombie Army creature token if you don't control an Army. If the Army creature you chose isn't already a Zombie, it becomes a Zombie in addition to its other types. By combining cards with amass Orcs and amass Zombies, you can end up with an Orc Zombie Army."},{"date":"2023-06-16","text":"Amass abilities are now written as \"amass [subtype] N.\" Previous cards with amass have received errata to say \"amass Zombies N.\""},{"date":"2023-06-16","text":"If you don't control an Army, the Orc Army token you create enters the battlefield as a 0/0 creature before receiving counters. Any abilities that trigger when a creature with a certain power enters the battlefield, such as that of Mentor of the Meek, will see the token enter as a 0/0 creature before it gets +1/+1 counters."},{"date":"2023-06-16","text":"In the rare case that you control multiple Army creatures (perhaps because you played a creature with changeling) while you amass Orcs, you choose which of your Army creatures to put the +1/+1 counters on. If that creature isn't an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"Some cards refer to the \"amassed Army.\" That means the Army creature you chose to receive counters, even if no counters were placed on it for some reason."},{"date":"2023-06-16","text":"Some spells and abilities that amass Orcs may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't amass Orcs."},{"date":"2023-06-16","text":"To amass Orcs N, if you don't control an Army creature, create a 0/0 black Orc Army creature token. Then you choose an Army creature you control and put N +1/+1 counters on it. If that Army isn't already an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"You don't choose a target for Foray of Orcs at the time you cast it. Rather, a second \"reflexive\" ability triggers when you amass Orcs this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["uncommon"]},"forbidden orchard":{"name":"Forbidden Orchard","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color.\nWhenever you tap this land for mana, target opponent creates a 1/1 colorless Spirit creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you tap ~ for mana, target opponent creates a 1/1 colorless Spirit creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"cfd60d1f-9832-4408-b84e-0fd3018b015b","metadata":{"related_token_ids":["50da239a-24c1-58b6-a8fd-28fc4d4bce23","833fee32-d935-51e4-b378-8fa466620a49","b7f9eab4-27e1-51b9-993b-bf16a3aae914"],"source_printing_ids":["17db644c-1acf-477d-9c20-f72221f1108a","36dd80b6-28ff-488a-bc39-fb661da52e30","3f79add5-6c23-4a36-86d3-8647605d2a71","54e03a6c-1c0a-4a24-a3fe-2f3244938769","88d78261-c8c9-4e0e-b157-f70ed46c3a25","8eb3e78b-4ca4-444a-9661-c0df4e36226e","c13bea32-5dac-4338-b570-bed58109273d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","C16","CHK","EXP","PLST","PRM","V12"],"rarities":["rare","mythic"]},"force of despair":{"name":"Force of Despair","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If it's not your turn, you may exile a black card from your hand rather than pay this spell's mana cost.\nDestroy all creatures that entered this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnteredThisTurn"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all creatures that entered this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0f2d038e-6dab-4352-9ba7-ed9e063bb304","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"Black"},{"type":"InZone","zone":"Hand"}]}},"condition":{"type":"Not","condition":{"type":"IsYourTurn"}}}],"metadata":{"source_printing_ids":["8f497b0d-4448-4201-bd55-c147da1a216d","cbb2277d-ce6a-4c28-b868-c3d48beae7da"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH1","SLD","SLP"],"rulings":[{"date":"2019-06-14","text":"Force of Despair destroys all permanents that entered the battlefield this turn and are currently creatures. It doesn’t matter whether they were creatures as they entered the battlefield."}],"rarities":["rare"]},"force of negation":{"name":"Force of Negation","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If it's not your turn, you may exile a blue card from your hand rather than pay this spell's mana cost.\nCounter target noncreature spell. If that spell is countered this way, exile it instead of putting it into its owner's graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target noncreature spell. If that spell is countered this way, exile it instead of putting it into its owner's graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ac2173f9-f223-440a-9231-fd98762bdc6f","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"Blue"},{"type":"InZone","zone":"Hand"}]}},"condition":{"type":"Not","condition":{"type":"IsYourTurn"}}}],"metadata":{"source_printing_ids":["0d840284-ce56-4e4f-822f-8b237a261d1e","1825a719-1b2a-4af9-9cd2-7cb497cd0317","5396b405-6fa0-43d7-a8f6-f64154e95e98","b769ba9e-2ac8-48a9-9f45-23a4ccd0cb96","cb795f86-3721-4ae5-9893-49d7d9973f86","e9be371c-c688-44ad-ab71-bd4c9f242d58"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","H1R","MH1","PRM","RFIN","TLE"],"rarities":["rare","mythic"]},"force of will":{"name":"Force of Will","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may pay 1 life and exile a blue card from your hand rather than pay this spell's mana cost.\nCounter target spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"956381ba-6d37-4a8a-846c-bad79222dbee","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Composite","costs":[{"type":"PayLife","amount":{"type":"Fixed","value":1}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"Blue"},{"type":"InZone","zone":"Hand"}]}}]}}],"metadata":{"source_printing_ids":["026983a4-03ca-4812-b129-5ea523596942","24bfbb10-409f-4885-b792-73958250a65d","4e7703dc-ba17-44c8-80af-985c60d5e4e3","532e9a34-b908-44cf-9623-b946196c6276","6e7b0e29-09d9-4b3e-ab94-f1f4a61d9159","77f8ce63-38c9-484a-acd1-f285041f29eb","7a87f8bc-1b3e-4cb2-9343-5f008e942411","83240eaa-edb4-4bd3-b193-29470cf46828","89f612d6-7c59-4a7b-a87d-45f789e88ba5","9a879b60-4381-447d-8a5a-8e0b6a1d49ca","b8a31dc0-8f4a-441f-bb8a-6ebfb22e5cfd","dd60b291-0a88-4e8e-bef8-76cdfd6c8183","e21a6aab-9e6d-4e29-bfe7-b92084a320b5","ebc01ab4-d89a-4d25-bf54-6aed33772f4b","ec136ce7-bad4-4ebb-ab00-b86de3d209a7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","oathbreaker":"legal","premodern":"banned","timeless":"legal","vintage":"legal"},"printings":["2XM","ALL","DMR","EMA","J14","ME1","MP2","OLGC","PRM","SOA","VMA","WC97"],"rulings":[{"date":"2022-12-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as the alternative cost of Force of Will), add any cost increases, then apply any cost reductions. Force of Will's mana value is always 5, no matter what you paid to cast it."}],"rarities":["uncommon","rare","mythic","special"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"forest":{"name":"Forest","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Basic"],"core_types":["Land"],"subtypes":["Forest"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {G}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b34bb2dc-c1af-4d77-b0b3-a0fb342a5fc6","metadata":{"source_printing_ids":["0000419b-0bba-4488-8f7a-6194544ce91e","0031d026-9e9a-46f6-8204-1acfee8b8809","006e0990-0596-4537-aced-51ac499938af","00bbaefd-e7dc-4870-ad9c-e94e27de3860","00feb2af-b363-4377-98b1-6a07df7f1acd","0120879f-df13-4583-b260-0fc298518f16","01838859-51ef-474a-9653-23dd37eed1d6","0301f00e-481d-4dbc-8fda-528d9d4ba848","03be40e3-b7d7-43ee-a526-5d56fa429ffa","04c4a529-2345-412d-a2c6-7cd9499f031c","04db1116-3819-4a57-a001-dfa7578f0f12","04dcdbcd-2c5e-4733-a4c4-c5a345e9206a","04eb20ea-1784-475e-a612-48057e5578c1","053f294b-7acb-4c1a-8d7c-e8f891df9a46","0560b5ed-821a-479f-91fb-98ade4a8d470","05683891-cdd4-4401-b7d5-0ef17e79c699","060fa791-ccae-42df-b01c-2d4446d78422","07264de1-4322-4adb-8f08-c0aa236747c7","072ba526-01bf-4488-a936-cf42ffc842c5","07531062-8a83-4716-8416-11565908143f","07eb0e22-1e19-46e0-913e-94ccbf858bb9","081c1f03-3251-42dc-b356-3454ebdabc2e","097f0f7a-0a2d-47bc-8c9c-aaad0a9d8f19","09b123bf-9e10-493a-818d-df5f2393159f","09bf63e1-fe77-4d5e-b557-13eecfbc42b4","0a45560e-ce25-45a5-aa43-aa33d1964cd8","0a854256-e8f3-4715-aec2-3af3b8e8fd28","0ae275b5-fdf8-4590-8848-432a06ce19bf","0b43815e-8b8a-4745-bdf3-f72c8d60c48c","0b741c86-a563-4180-a857-7850de6ee366","0cb7637e-785d-4716-ad06-9e786e037537","0cdbb450-4b80-4f81-9992-ee8fbeeb1857","0d5bd3e1-45ef-43b7-8796-6085842278df","0d6250d3-728b-4412-8efc-911bb6f5e910","0da5fbc2-24ad-4520-a60a-436d3a485fec","0f341b39-ac40-436b-967c-568265354886","102c2350-4929-4c81-8823-4b3e62e22dd4","1069841a-0642-4fb6-b831-d45ff7fda3af","10b3dce8-9c28-41f6-823f-a7d64dd9e33a","10e2588b-7781-418c-abc8-08601fbb2336","117ab60a-b888-4585-b0c6-769d387069f7","119c4d73-5b71-446a-a739-25d494591aa1","11c7c34c-eb81-412e-9030-f048435cbfbc","11d5ee25-43d7-4930-90a2-ba74b9cc69c9","122b5548-5ff5-43e4-b799-75c709b1c32d","12495cfa-ab19-4e9e-a49e-a94499f664a2","12a035fe-8847-4678-84f7-01bac77ae011","1345293f-e71e-4754-bf88-b3c8b9824ab3","13635ba7-0635-4c16-9e14-444470e06287","1428575c-f18e-41a0-b58a-259d2feafd06","146b803f-0455-497b-8362-03da2547070d","14c94463-31e8-4a2e-b879-d096a27cc60e","150d0710-9ecb-4187-a0f8-a70b330c8879","151fc328-0951-47fb-be07-dc4187a5c0be","158aaaad-a217-490a-8a90-31ce592ad742","15b3f35e-451e-4de6-a4f7-249287566964","1676702c-523a-4e57-9cb3-171405cab782","16f52885-1f01-4f06-90a8-1a0ecf291ab5","172e55c6-b797-4b49-94f1-cc93e4f5b939","17393110-c57e-487b-b07e-dc21a164efa7","174cb9a0-afa3-4f45-b317-238fa9d4f55f","1813119b-8604-4cd2-b731-957b5f1bb4ea","1814fc7a-0f2a-407c-9d71-e7a7339ce82c","1841ca54-d7d5-4c02-9c8b-5f59dce33a6b","184a9654-ce17-4378-b52b-fb6efbbf042f","18f4e594-01e5-40ae-903c-f55aad740de0","1908f8d2-95df-44e3-8943-568c596cd8aa","192ac805-deb4-4275-8473-01b5abb7b385","19e71532-3f79-4fec-974f-b0e85c7fe701","1a13a86b-c4c5-4a7a-9e01-8669e9ed6557","1a181800-f5ef-4019-b93d-35d8f1dbf953","1a1b6004-6dda-4495-85f7-eb8fa29873e9","1a1b7277-0c09-42ab-aa6b-542a1e402580","1a26154f-dfe5-481d-acdd-237ea08f069a","1a51949e-9031-4700-8366-a307e8f012fe","1abe7f25-71c5-4fd2-8696-0a4ce8c4b0b6","1b20aa40-2b88-4cac-ad15-f730fde60643","1bd51a22-3e0d-4826-aab7-0adbfce4478a","1c01e4ce-5d77-4bbb-9df8-39cd3a2f9e6e","1ce914d7-6a13-4f00-b8b4-05cdd410f32b","1d416790-fca9-42ab-b211-bae68858a614","1d91255d-e3d1-412b-8031-994779372496","1db496f2-6b64-4d9c-baac-b3788c632629","1def1ac1-652c-4160-9092-46549e577570","2036f825-ef57-4a40-b45f-0668d9c8ec6a","207879b4-f92a-4331-88f3-05f532a8a8e8","208014f4-eed8-4856-a9d9-dbac10c4aa6a","21a19869-85a8-4334-af5e-8d38d08955da","22463284-2478-4b1e-9a37-6dd2383266cf","23b6b5a9-b564-4b18-a3e0-b9d5aec7f680","23c9425a-2093-40c1-b3a9-a882d80cf198","23e1c12f-6c6b-4e44-8fbc-e6703ffe2843","24788990-42ff-4b2b-8d01-fa2d0ec66a03","249104ba-65fc-42d6-ad8b-d97640545d89","24e71c1f-5ca9-450a-8a0f-39a03a275e97","253f6297-e76c-4003-8ddf-3fb5f2072384","2581a074-00ab-4a2d-8699-25dcd8c76393","276fa731-45b3-4418-b9c9-8543e238d55d","279ebd05-229a-4a4a-a1c0-c5f24d16dee3","283d6124-1678-46b1-a12a-69644c689e29","2950dace-a653-47e4-a80a-a3de5db8d491","2968cde0-300e-4f59-859f-a7fc189f8943","2a0bc8e3-b106-43bb-acf6-885328d24a65","2a10ed4f-2c9a-424d-bcca-730af7727854","2a4c27b7-9695-479f-a5b6-bae63a76629e","2a7aba60-d300-4c33-9e1e-846d6167dc50","2a9e6cdc-f92f-497c-8cd9-b69586098512","2b101184-71b2-4400-a5dc-4113df5a4f12","2b176d24-a4d6-489e-af69-4547693e7de1","2b86b3a4-981e-497a-b78b-30b2dbc5ea7a","2b90e88b-60a3-4d1d-bb8c-14633e5005a5","2bbc9c84-348b-40f5-ab3d-bbe8c27529a4","2c2fc9f7-21af-4416-abf5-6fcb4f543680","2c8c30af-055a-4921-99a8-f99c472c7315","2ccc7cf2-c9ed-4505-9341-7b8dcf10590f","2d3a6ecf-323d-4650-aabf-92995e3c72c6","2dbc8240-d0a1-439c-a909-95b937d70494","2e3019bf-c69e-4c61-b3d1-a8c4967031bb","2f5b488e-d725-4ef7-90f4-71091325c0b6","2f60db2d-7594-43af-8554-ba54e9023306","2fafd821-5bb3-4083-bf3b-ecc4cf6c7468","2fb2b4a1-e744-4d55-abf9-d96b5533ecae","2fd47e30-2ab0-452d-ac51-fa182c2b00fc","2fdf7380-56cb-4d34-ad05-43029341a57a","3041d539-4f15-4836-a215-afa19a5cc23f","30a4d3de-e004-4a15-9f45-4d50813de533","30c96a89-32e3-4412-9e79-51411362b9d5","314b835b-b03e-43fe-b924-67139e2f266a","3156ba12-cf21-48a5-aa08-74b447cafc2c","318b15ea-80b9-48df-b010-aa1aabcf51ea","31d44ab0-ca04-4b92-bbfd-587640db5552","32411c3a-da2b-4316-9848-971e90951303","32636e80-9455-43c8-b55f-dfa2d7b7465b","3279314f-d639-4489-b2ab-3621bb3ca64b","329ae876-a7ed-43e4-9ed9-ac71191ba8d2","32af9f41-89e2-4e7a-9fec-fffe79cae077","32df22d3-9b65-4b43-80d9-e4c43575ec74","3391932f-2e4f-4686-af14-67e2c31f8538","3394d804-c0e5-4901-a8ff-c1a765cc1e21","340238b7-60ce-48d1-bb73-2925df7853a3","341b05e6-93bb-4071-b8c6-1644f56e026d","34cc6a36-b551-40c7-b081-53beffbca235","34f9571c-b61c-4bc7-ac98-f6c80c47ea7d","34fa98a0-5dce-4914-a827-964c4a596ed5","35724a5c-e91a-4ff8-b404-057976a858c8","35e8b186-ea04-4895-b5b2-f02e9c848c97","36105ded-e343-4dca-84b5-afb1fd34e2da","36454f7f-0b60-451e-9b4f-2cb4c8ccc9c2","366105ea-c720-4524-8fc3-dbe82291e255","368be73f-24d2-44db-a55e-d04176db3142","36b3ffbd-3f3e-4fca-80c2-94f9fdc198a5","3758e2e6-3147-4b4f-82a7-491c963c0fa8","37876a70-a403-4d59-83cb-e1df8688e61c","37a8d9ff-291a-4862-b2e8-3db520cc9ae4","37d580df-2340-45e4-afee-c1f0313b9965","37f8d695-a3e4-4707-9db9-886849ce4c42","3812e162-3511-4988-b2a1-3bc6945ac45b","38382bb9-3b8e-4819-9998-55dbf1ab0fd7","384cbc4a-c955-45df-98fd-d448e574c130","393d66f7-7dbf-4a92-912f-377f99c8f164","398ee871-7b30-4e8c-b0d0-b85e0a37d3b1","3a11f9c9-267a-4913-97f7-78c372fe211e","3a1e5ef3-790d-4f45-a264-157448bab2e8","3a7a2a54-47e1-4694-b4f6-b7d659bb2b1f","3a9ea6ee-0150-40f1-baa3-fe637128be2f","3b1153ac-e4de-43a4-ae39-ca22a4f571da","3b84ec1e-ccce-4b8b-9302-b26f84cfa469","3c5c5d09-6f93-44f5-894d-4c7be40bb006","3ca33d91-3c1a-4351-9d9d-d46a6e3de084","3cf23791-1b15-43ee-b81a-5fe068709bc1","3cfbcefd-8b2d-4b9e-a11a-18274c3a8dd2","3d08f6a6-316d-45d8-aabe-1760a20903ac","3d365b22-2304-4f20-86f9-9560f59546f1","3dc61690-30c6-4374-8777-e1802e9e164c","3e5342f9-3f91-48e4-bfd1-49fbf9ca89cf","3e574ee5-d33d-4054-9884-fdb5fe9d73bd","3ee0a9b2-5570-44f0-bc66-6ed7677ce2e2","3efeaa30-9db9-4e68-a658-9064d6e67516","3f0218be-4a5e-40d2-ad76-b4bf12392fc6","3f72315b-4c5c-45c2-a5af-30fcfe28bb95","3f7f206a-7b5e-4fd5-8c9e-d665ac3f7dea","4016e556-5597-440d-b737-b419acb4e44e","40a62202-82ef-48fc-a28d-ff37d1af4cbc","40d4cf1d-6101-40e7-8e0a-a6ad5bd5d3fc","4118a9af-0aa0-439e-a92e-39f7c04469b7","412103f2-fdc1-4205-8f96-831186b58513","41f774cc-ac13-4bc6-967c-af09358a8da4","42154a89-c12a-48fa-8eb4-1185b5df1b38","42352899-f2f2-4dea-863b-8d685e63b454","42b8aa7c-0195-4ce9-9de4-4e6d780455aa","42d36c04-c238-412a-97de-63fc92840c1e","42efdb6a-1c54-497a-9058-af4256241649","439d196c-551e-4e38-8dbf-65b328d50df6","43b3be4a-973d-4aeb-a94e-37e2710ac178","43e7e6ec-9bfe-4062-a538-2a748d2eed1f","450d2a6a-0576-44c3-ba66-3a64f5e65fcf","451c256a-1f0e-4e57-9667-5b8cb2f18ff0","45adf695-69f3-4d71-a0dd-70d302e2a119","46196e8f-9339-4f00-b9cf-cab8f9abc80e","46c661a6-322a-4460-9d75-a2c95d1a49de","46e93212-da68-48f8-9aeb-ee5eb92e9a54","47c223fa-8173-4da2-abb0-753ffb4fc51c","47ccb7e9-3fb2-4460-b0c4-e07e3186ce66","47eb96ec-a417-4dbc-82d2-6317372dda11","48764854-d268-462d-a016-27329c8f062d","48811e13-5774-4da1-95ec-6ea5dc4976ad","491b26e4-1d52-457c-a00c-bdee127f8a97","49e54f0b-9ba7-4004-ba7b-682a6cb91c42","4ae04d52-92c0-493a-b677-2aa9e79bd30a","4b535df5-f79c-4ab5-9b2f-cbbb5adad70a","4c08f11e-0f3f-464e-abe9-20f18de237d8","4ce08c3b-3d08-446e-9f78-4ec22e9308db","4d1e4241-42ef-4b51-8f9b-2ab6aca31dbb","4d8edfee-7837-450a-bcf3-a7bb25670056","4dea3762-c6ae-4304-aee4-6c3f56685319","4e57a496-09ce-4c2d-9a00-0c359d01e78e","4e811a02-b749-4aed-ac7f-47957b770020","4ebd9027-5b48-42c0-9533-afe50bb101e6","4ec9b7c6-bdee-434c-bea9-1b68bee01301","4f15b112-500e-42ad-bdaa-5dadcd4351e1","4fa690e4-dbc8-4490-8958-6eb323a05daa","4fce7045-4572-4e9e-8853-2a5dcfc989ac","4fd257a5-439d-4ef8-9cc9-9741e99a04e3","5029a818-e076-4ae3-a246-693ec7615e15","5131ab8d-c884-4430-8059-9e3e1d16c747","51a55233-2e1a-4515-8fd1-354605c0c36b","52097f6a-58d3-4176-b3bf-dc94f44adf30","5257440c-ab4e-4b9e-a694-f7ff54feaa1b","52c21f91-6679-4adb-baf2-b06cf505150c","53f45c42-b2c7-4464-b708-d11c654a9ce7","543aeea7-23c1-4c7c-a377-f39c94846b5e","556ad17c-fb91-4cbc-a69c-1d36fabbada3","55b781ec-abed-41e1-85de-a60f6ac9e87e","55b9e2db-d37e-4a87-ae5a-88a8e45d7419","562b16ae-8ae7-4b2d-9098-bf3ff1429f7b","56835242-ce4b-433e-8c8b-a2749eab59de","56972713-71b5-4319-a091-706e161c198d","56afe767-c967-4094-8d60-165bc7d11ab1","56caba21-b773-4245-b3f8-3ae62725c14f","5832fffe-1f69-44b7-832b-58f064753141","586ad230-fb4b-4b34-8d5c-633726496634","59f95235-3ca9-47d7-be6a-aebfb29fcbbd","5a0df6e1-1945-49e0-8960-e7022d81cc4f","5ab2fcc5-7207-4c53-aadc-4359d5abdebf","5ac2dbbc-8bf4-45fd-a5c1-7597c885fc6b","5b5277ee-f1e0-4777-9011-d7a23c855919","5c284c81-195b-49e5-bfdd-3e0447103469","5c6b733c-b67f-472b-aea3-c59e1f78dc55","5d206442-eb93-4dc8-ae59-5b72777c961e","5dda1113-352c-471a-a7e0-a9a3cb3f19c5","5f533364-0f91-4e49-aaeb-83c4c1f6d316","5f608a10-6bd4-4579-a08a-f7e2da383794","5fca5dbb-8d5e-4471-94f6-e0944cf60ed2","6194850b-d70a-4f3e-be3e-bfb23ce1170b","61d81153-4eca-4475-82dc-5d8bc1343432","62131862-1256-4082-a83d-a0048714acb1","633eb269-916e-4d79-821e-1f304283416c","642102a2-abde-4e76-a6d6-08f7befe1196","643dbf69-1e84-4037-b582-f825e4e6c78e","6472e2a6-287f-4e7c-ad85-1454e40d4a46","650e47f3-476f-4b32-b892-c1a01335d0fe","6527c8ce-4a63-45f2-ae8e-c651e8713716","657c597e-2a5a-4b6f-9a4e-e6df84e28ad9","659a7d45-af0d-4a4a-a878-e8e40b732bfa","65aa4dcf-6e3a-4381-b5f6-5056d741ff67","65e8080f-9e4a-4fad-9ea3-09d5e0e1c816","6714be9d-8ab0-426a-be2b-c0606306ba76","673141ec-826f-4132-8282-d499990495a7","6744c441-42b3-48b2-af06-1e27ec776d97","679aa578-3b31-4b07-98b3-e00777506e32","67becef5-cd70-4fe9-b8a3-1bff2ea04ab4","68d6d1f1-2a7c-41cb-82b6-020209aff5d6","69557258-2441-4ca5-993a-8d7afb51ad3d","695de19e-801f-4f08-b44c-b0726e4aced0","6a0715a0-dce2-427d-964c-0e179309499d","6af0c659-f182-4ad4-bca7-e6c3377f808d","6b667225-a808-43e9-955e-6c4e7ecd53f2","6b6a8792-2355-4948-9c19-68491888d73f","6c39da1f-64f0-45d7-8a50-092caf2ac8f8","6cb33c43-4f6e-4052-91f0-ca9bf8db5fec","6cb8f264-cc26-476e-a3b7-53638dce7395","6cdc5ca9-6d01-4ee3-8117-3c1e74320553","6cdee883-2002-43c7-a0fd-29e7ada26963","6d3a661e-d890-4211-bc9c-8266001ebfba","6efcdb56-3f56-46dc-9309-9f5be3100f32","6f1c8cb0-38eb-408b-94e8-16db83999b3b","6fb07e09-bff6-45fd-b408-fd957f69a994","706be1bd-720d-4e74-b71f-568081afcab1","7104a533-42df-4430-87dc-e0adeb7f2320","715c6de3-5f4a-483f-9b73-ddb23207c0f4","7193cf41-e5c1-4060-a3e3-89f4d71e323b","722111d4-99f4-463b-b232-96821c18f189","7272906c-14f2-4e06-bbea-b461369e151a","72bac71a-c326-4640-bdf8-43682f59060b","72d8d9bd-b8c0-4628-bb19-6867336df7a8","73029d4b-f073-4df0-a6cc-8014284a1ced","73626fd3-0339-4351-99fc-c0507c6bab05","73a0bbd4-a420-4a90-9f20-ec0ad7e97537","743f283c-8aae-44ab-b245-c239feb23c16","74ef8358-9812-4d40-9532-d667513d7701","75d5a81e-1efc-46f3-b169-0422cbc8cd5e","76349ec5-a7ad-45cf-a6b8-1f71d7e6f74d","76426cae-c1da-41f0-afe2-1c860b41dfc2","768c4d8f-5700-4f0a-9ff2-58422aeb1dac","76d62e37-c8ab-4768-9be2-24546d5ded8c","771e307c-b2e3-47ac-aac2-59f0c3542fa6","776470f5-3a47-475b-a599-cb5fee156593","777e868d-cb88-4b8e-99d1-12ff67f5eae2","77aec0b2-30f2-4f35-a9a3-24d87795d177","782a3732-8577-4cfa-a2db-0f707735fa47","79053ce4-62d4-416c-b001-93740521fd07","794b8b40-8cab-413d-8638-011bf769f2e2","7974535c-d99b-4d69-a21d-63359e40d385","798b4f41-1e33-4da6-99c1-de926297c073","79a5c57d-aca1-4951-adb6-a2f508d43071","79bf50f3-2838-4908-8004-847ccb296fe0","7a3b0668-0a4c-489f-aa2b-4faa8ef3e429","7a80d346-84e3-4eaf-9635-09da472475d8","7ac34881-de32-42c7-af60-f992638e1da2","7ade2cdc-9625-427b-92b2-9596ac48904b","7ae6380e-b1b6-4a5a-a8d9-7cdf8eab3557","7aed6d9c-d6c6-4df3-bfae-3e0f90cd5589","7afdc917-ec37-4e03-853f-36cfe90053d9","7b042a72-c37a-487f-99cc-2c9d86b729c4","7b0af992-80e0-4ac6-a828-5eaac47eaff6","7b6c2532-be5a-4f1f-893c-36bcda2a699d","7b794c4e-573a-4401-95e1-46323261cd96","7bba93b9-5825-476e-afc9-325ad233bb4a","7c4bfc1c-20d5-40f4-8863-c69a89872159","7c507a5b-f981-4881-8c51-6c5379dfea70","7ca91ba8-c08d-4239-b9f2-d6c960466456","7cc4d5d1-4471-43b0-877a-b3af0b8d67c6","7cf3e898-2013-458b-b68d-def49b575dcc","7d727860-3573-4b5e-88d1-b226b85fc662","7d850739-d53e-48bc-8628-830aa74ab60c","7df94d2c-7c1f-4461-8f70-c2bd4ebb95be","7e33e540-2828-46ad-a441-366552843d9c","7e6151d4-5129-4631-84a1-5cffc551c1e9","7e703632-5ed0-4509-a12b-594269f865f1","7eee631d-de1e-4c6f-b60e-0e97a5e99fe6","7eef5e5c-27be-45f2-a9c8-4e0a65c984d4","7f087727-bbd5-4fb0-b604-82acffa02fea","7f79d663-b278-4611-ace1-e178a701b622","80716ed1-8d0e-44e6-8b18-606e80d22181","8097c9ce-8fe9-4150-9810-52f6c92c6099","8100bceb-ffba-487a-bb45-4fe2a156a8dc","8126b842-ea58-4988-8b3f-0394cf766b91","815261f8-daaa-4d76-86d9-d2801eb3f1f7","818442df-fb81-4f1c-bcf2-fbd6b05912ed","8335b9f1-e726-423b-8ba7-6151448ab3fd","835a4eed-a308-428d-ac85-e385b5d47d8e","836f0207-228e-4812-bc5b-ee22cd5fd51e","839f63ad-476a-4344-b6c3-911c1075c2b8","83caa371-9c1d-46c7-a7c9-abcaa71ebc57","845057a1-4da1-4a32-9bb2-bbf8502acd37","849969bd-60ec-4e91-9d14-3a50b0346ca9","84b87daf-c5e2-46fd-bb25-731e14fd3c8c","85a1b232-92ab-4829-9af3-26b280507dc0","88adbda4-7818-4888-a908-de6073bd0152","88c672dd-60a5-4dd3-8b9b-6aada8fd145d","88d0aca2-874c-4d91-8fe9-f8355d71aeb2","88e1bf57-cb14-4dfe-abb1-d8ed9c051f1a","88f06e37-f113-4865-9ad9-13483dd15084","894f5b1f-be1f-43e0-800a-e4808c8f467a","89ad91fc-50c2-44e0-b88e-2c13610377f9","8a73d19b-72e3-4944-ac20-5b4c7b54c2aa","8b42bde8-16c1-4804-8353-091aedde486f","8b712739-df44-4c23-b076-0fb778aa6dc4","8be6c40e-5669-417e-a655-b32b5f2bfd11","8c13cafb-3078-4856-a5b0-c38aace8a34a","8c48b157-1ecb-41e9-9697-7e2c75b22975","8c70181e-7b28-46b1-a51a-ba99e58e8566","8dc0660e-6fe0-48b9-aba0-0e7a72ea4afd","8e17db23-a8ca-416e-b978-1eae852c6690","8e3e83d2-96ba-4d5c-a1ed-6c08a90b339c","8e9ac507-7c8f-431f-8d1a-220ceeacf871","8f0fa40d-c6a6-4e2a-9121-4ea6fc8ed5d5","8f8f85ed-29ed-44f4-837a-0c6ef1e44f04","900eedf8-71b0-4b82-9709-019018bc29fe","909968b4-1b44-45af-8c24-ed477d039237","90db81be-753b-4d0e-9d66-9292364d2a60","913e6724-4860-4795-a079-f8141e25f225","91c4bd58-d32b-4d6b-b0e0-9be09c9e50dc","925e07e8-a897-443f-8962-ef11fc41002a","92af153b-5cc6-4130-8694-dcdb1fd45cdc","92c9e16d-525b-4ba9-890d-fa2719206ba0","92e67efe-cc8a-4132-9019-26ddfc72a735","92fa2676-1103-498c-a4f7-37a25e4a5643","9397010b-6116-4612-993a-11ec2a5d3115","93a889c2-9b8f-46cb-b2ed-c9c3d0336370","941546b8-8540-40dd-bacc-9b11f3d63033","95dfef30-acca-4b15-a05e-d33289055218","96c7dee9-118c-4c16-a63e-46c5b042503f","9730c936-a1fc-484d-a9ce-a91804a84609","977ec5e4-3b44-4359-9ab8-4e25e2a9ec86","97d3093b-4f83-41fb-9290-757a3b2fa468","98548336-f0f6-47ce-8ed6-977c8c8150af","98c4806b-a31a-4026-9876-eab4d0d1694b","990f4974-fcef-46d1-8baa-6a215f7f3292","99eb81c1-0607-456b-8030-e6110776e0e2","99fe8645-9bb9-40ce-aace-94c2942b3ff6","9a028172-c148-46fa-9afa-c5fdc7f9ba9e","9a667819-0b08-4044-b731-09d3bc41e2b9","9bac6e97-f2c6-444b-a811-66b30fafb744","9c0cd5d3-a53f-4241-b2d0-888e4c768ab3","9c301150-16a8-4ce3-818c-16d6fb0df1b7","9c348494-f60c-4bd1-9077-bff24f2e634b","9cbaa22a-d679-48ef-805a-d09d6f1091aa","9d12fcc7-93e4-4bc6-be4e-b383b0e75f7e","9d94fa1c-48d1-48bc-b725-5c11a158507b","9e0d673b-cd7d-4d8f-8c62-63c79531ff85","9ef5814d-2535-4bb9-95f4-f7e547a211dc","9f104987-f678-4ba4-b7f5-69ae7fdc01a3","9f9e911e-7e12-4d99-806c-5cfba19ea8f3","9fc29dea-b48c-4363-8f17-da0413a49a92","9ff9fe02-124c-4d5c-8526-a763272e05f4","a06a2952-8a9a-4f9c-a113-c24144619781","a0ae7a81-9a61-4112-af22-369c525b2eb1","a1dff5ca-1589-4baa-8dd7-447e82e24dc3","a1f48b35-5fe1-4090-ae9d-11955ee8099b","a305e44f-4253-4754-b83f-1e34103d77b0","a3209b22-56af-45ac-9224-67574c035638","a38e4ee7-6965-4e12-95d4-c9de1dbb014c","a49ff824-f9a6-457a-b1ff-c06b246d06d9","a4c99f1b-f304-42d5-bbea-32283b01d43b","a4df3e89-610c-4f42-a93a-e694342307cc","a4f7ca58-e8db-49f5-954a-c4f83fcb44b3","a5a56694-71fe-4174-8eea-5ab832d6caf6","a5f2462f-b308-480c-a371-a1eea95a6509","a63eab07-46e5-4b75-954f-b5a9f1f451cd","a6712361-976a-4ef9-bae9-48505344904e","a69545e9-7219-43f1-8a31-5035d87dca68","a7279281-42d5-4226-b841-f1f4deff919b","a793d3b8-aa7a-4679-ae28-e0ca2f265b1f","a7cdabc9-39d6-4380-8e14-e7792d7463dd","a80ca452-06d2-44ba-9ef6-9fe4b7dd81dd","a8990632-f055-4583-ae85-5ac742549b61","a8ba6d68-19da-4b85-9852-681c0fc1e400","a90b184d-70ac-4e67-b09b-3f20da560687","a9305b9c-63af-49a3-97c2-0b3597555cc2","a940a241-4efd-42f7-a670-2c4fed4755bb","a9d61651-349e-40d0-a7c4-c9561e190405","aa35174e-c0c8-4643-bc32-9a7b7c7e7d00","aa36a925-9be7-45ba-bf55-30f9a25c09c1","aab1cc13-8959-4914-afe8-58daf9529f61","aad57826-fe67-4d8f-b22d-49078804ae1a","ab82f8e3-6f48-4974-bb5c-39feddc51344","ab8affbb-d2a2-436b-bbc2-9e8b6cf0d2c4","ac82d07b-f8f2-4cdd-b799-98d4dc228e5c","acc778ae-a2d0-493f-963d-e946bd7cacd9","ad8ff40e-2d40-4557-8209-d2c84eb4ccf2","ad96467f-b418-4030-9b1b-7e95d36dd154","ade29c12-43f6-473d-bcc8-1e3f2cf4ee8f","ae21165c-cc6d-45cc-b5c1-97b73e85dddd","ae3eea1d-4d57-4aee-9ebe-a8eb594d319b","aea5c36b-c107-4daf-bedb-507b4cd64724","aec41fec-d146-40cc-8d9f-633e913f3ab3","aec7e0c1-672f-4a79-97f8-b6d5ccb3355c","af042ca5-da40-498b-a7dc-87ab41863ddc","af8a605e-73a6-4666-ae08-ec6e9845e629","afa69d38-3344-425e-88ff-0155d8bfc1f0","b0b6e3d0-bbb0-4fa3-8c01-9e2926fed10f","b0c1b0c3-a5a2-4273-93e9-24ccc0964c20","b1350577-c7eb-4d1d-afa3-874199b7d17d","b1f909e5-f993-467d-be46-10d8a67ee9f4","b275edcf-51dc-4dba-be25-875356a05074","b2f44732-17a2-4871-a968-53a32018ba8b","b346b784-7bde-49d0-bfa9-56236cbe19d9","b361b42d-401f-440a-bae9-35338b5dde0e","b38c68a5-86eb-4fb2-8a43-4a7d63195462","b38ce16b-3258-4019-9e86-156e4738aa89","b3a37f57-5d3e-488e-a909-f53bd4c2576b","b3adc4ec-2e2d-443d-aac1-e1f1733dca92","b3ed8a17-ce32-4100-8ffc-fb8af1c35142","b4075bbc-dbad-4a1e-a992-70aed713a459","b4321609-4f11-4066-9820-cbb483e9214a","b43297de-7378-474f-a85f-910fa7cbb4f4","b460f5f7-c7c9-400c-8419-23d614f45bf9","b49e6028-cb92-4a8a-8e85-4c403f55f61c","b4dd7a8a-a560-481a-a16e-dc60cdb440bb","b4ee8330-f1bf-460b-9345-00d08665e9cf","b52ff177-bafe-4e0a-a6c3-2cf012b1319f","b548b48c-a004-4f17-90d6-1ef5b9769e38","b59a8070-3bbd-4b81-855c-1c31486ff496","b5a922eb-49c7-45f0-92bc-671d7a8758f4","b5b4e14a-ab24-4740-b727-165ee9d22e99","b606f644-1728-4cb3-90ed-121838875de1","b6424d21-d852-4af5-96d7-cda2ba0e5912","b69adddd-3626-45d6-8100-26cf1f314d00","b6a46b11-3225-45aa-b54e-4d19d81b51cf","b6e049ae-bb12-41af-bbe4-ceded30bad67","b6e1c2e9-5572-4242-985d-f509d628092b","b6ec4ded-7c8d-416a-9a12-3e5d6c91ac93","b70e30de-fc01-4512-b218-a1411cb50789","b7209ed0-c0ff-458f-8f79-259955d29e01","b742ffa7-915f-45ce-b3f2-8391723bb34c","b763764f-efb0-48c6-b353-1831164c2db5","b794073f-4188-45c9-9e65-c9d7f2ecc24b","b81b803f-e065-4f79-b5e4-e45fb1815443","b8a081ef-a2d4-4989-8b06-721f8b2c9798","b977e434-3540-42a2-9a1c-5433d36d09cd","b9be1afc-eb3d-46ba-a645-ab2f33264f36","b9cf9a4b-be51-4f5d-ac0e-e4f79bbfaecd","ba2a4cbb-f325-4178-80db-7090f5672414","ba9f4afb-b884-4d63-9342-b6b938ea32a5","baad690f-4087-4ae9-8e32-9987d33c74ec","baf8a774-65f3-431e-b084-328ff1000895","bb0e5fc9-1b11-45c0-a0c7-668507cfabfb","bb6b3f80-20bf-4693-b106-cfb31a3d7f83","bb758bb6-99a7-47c2-80c2-47a56a7a4b33","bbbeb57d-5fa0-4ff7-b5e8-caafc139669b","bc476125-60d0-4a3a-bcf8-6e2e09d11179","bc9f3d1b-bb3a-4a78-9031-ed439212a48b","bd712cf8-d5aa-439f-8030-db612bf6d0b1","bdbce923-c05e-4554-8c4c-5c4e6d791856","bddc66f7-4e94-4857-ba7d-6b0083d0bfa0","be13351c-ca20-410c-8959-bbaa59816002","be4de4aa-721a-4d1f-aa7e-78beb1fe4681","be72862d-d71e-4b18-98a6-59019399f631","bf0b0bfa-5d1b-4783-b187-7aea8405e6bd","bf8bd63e-303e-402c-9ad2-4f6e55ed0e14","bfa98b17-c660-4cbf-a385-c2cb6a67254d","c086cb5e-3146-4a41-a471-fcbbf8fa4e09","c0e38987-e257-4da0-b270-bc48404947cd","c10cf58b-e01e-413e-979b-c6fe9e93100b","c151d945-7da0-4ab8-b0db-e41d10c0eb91","c1629dba-02af-4586-ba59-58faac7cf59b","c1973049-2d42-4091-9703-189ba374254d","c1c2a41c-e974-4c14-8d01-d278ecdb31bc","c1e46627-3cf3-4aca-97ba-80f9e919608c","c1e70a49-ca99-416d-be0a-0a064da44b62","c2b534b1-2d78-4de3-afc8-8bdd6ee6da82","c318bae5-5d3f-4e91-adfe-13c182511ef7","c38eb2f7-def3-4884-8825-56b8b8884f11","c46df0e0-648d-4dc9-a2c7-ac96125ba77c","c4be31c4-9cb3-4a07-865b-5621127df660","c4fec728-8e3f-427d-81ab-e06114910223","c52038c8-5bba-4d8e-845f-30af44300acc","c53e6980-5d2f-42d2-a98e-49c9c8779dcb","c5c95d38-c135-4059-9379-051b2dd33f9c","c5cbd941-53ab-4b02-b96c-a9af7767e606","c6d6876e-7d83-44bd-b721-5070f4087325","c726424a-3336-4e15-9055-4a26371df361","c75b7404-ae5a-4921-b70b-775deeb2c984","c8179106-e5d7-457a-9250-70df980b38ce","c8c84076-d503-48df-9b6c-9d4a835501b6","c8f06046-45c4-424b-8846-e0cd152f84b9","c931df5b-650a-4640-b4fa-7c883db1aed9","c9421f47-6b69-4ac1-97e3-ca0f55cd4076","c983df8f-4945-4587-ab14-79a8e30a924a","c9a8b574-280b-452a-98c9-cd775650d59c","c9d637ac-e0d3-4c62-9f00-08270f3c1e91","ca6a30d9-0cee-40d0-85b5-3b3d366de5c1","cadcd72e-90ca-4cfc-a181-742e35c4a8ed","cbe793e4-c034-4a22-929d-d743c0255bf1","cc1aebd0-9b96-4ff9-b3d0-888fec778898","cc485069-e081-4e83-bbad-d5faf7a5bd03","cc5e6286-2ceb-40eb-8998-7787dd02ace5","cc8d9951-2a9e-44a6-a572-309c855f3124","cdfeb531-daac-4d64-858f-6db7d82d2b93","ce27a3ec-4652-4bf8-9f06-281f53dd966c","cee97ab6-8e81-4396-a788-db0ed0da62d2","cef7ba3a-0269-4a4b-8833-7e9e5f66013a","cf6a3ff8-5153-4616-9c3f-b71966754b52","cfacc498-f089-4ae4-8ce8-697cc671f445","cfff8acb-e330-4819-a7e4-eec27645cba2","d06fbe79-9a99-485a-b363-42b47c47a2ce","d17befb9-992d-4b30-a3fc-bbbf8839f6a9","d1d15705-981c-44db-9070-592dbeace299","d2196228-d6a4-4d9f-baf5-b7bfa3bb5ba6","d232fcc2-12f6-401a-b1aa-ddff11cb9378","d35801ab-e484-44cb-b9ec-80723cb25bc7","d4558304-7c17-4aa0-bd50-cdd95547f1a7","d65f7c03-647f-4e5a-98b1-1faa3d330e7b","d85892ae-dacd-4a55-a557-9db3c16017c7","d8a67bf6-818b-4afe-af15-3d955dc5e884","d8ecd546-2638-4338-86b5-59ab3f1303a3","d93b2614-5b15-4705-8665-fb4677f1ac45","d949485e-5188-49f4-9d30-5e135532d445","d99d5685-538d-4e6a-809b-3ebeab634363","da462ed3-c8f5-409e-bdc8-53e36a4961dd","da9e7ddc-cf71-4751-b8cf-133077687946","daff5153-cdb8-4ed2-b17e-7ee2aa689da0","dc20a07e-5f92-49c2-9c97-d5eda536d3f6","dc477b44-a7b3-4dda-b897-6f164e28541b","dcf26dff-a7f2-4873-99a6-e3cd6dfc1654","dd3cb353-050f-4eee-85bd-37bfd678446c","dd5acc74-456a-4299-8316-58c0ced0d628","dd98de13-d556-4cf3-99f3-d1c0db85cb3f","ddb35995-0298-4281-88d1-2531c93a4916","ddfcde62-1b20-48ce-8ba0-7929edcd26fc","ddfd1469-94b9-4964-ada6-4fb43b0b9282","ddfd1de7-60d3-4bf3-8909-8f4fa5045479","de0c00b6-098b-4d0e-abd4-4e12db32e024","de0da109-d1fd-447f-9684-5425f5a7d22d","de3b7f6f-58ed-4d7c-84f8-79f7989649bf","dee4121a-cd1f-4124-8242-f0eae8ef6580","dfaf517f-86a1-45eb-bd71-e0bffb610396","dfba6253-3958-43fc-b132-34a1efa45268","e0230af7-0edf-4f76-af57-44cd4ebad552","e0486be6-fc22-41b1-a7f9-a0311866ceca","e0ce5575-2d62-43c9-9c4b-fca4aff6ae4d","e0e0ad7b-dcbd-4a9b-8691-6f171425fa0b","e160ed28-7752-486e-85bb-bbff03642c67","e2ef9b74-481b-424b-8e33-f0b910f66370","e36b8794-c117-4d3d-bcde-39a3ae436f1e","e3bc9d0c-0d86-44a4-a548-a2054361a4ed","e40144ed-fe92-4fc0-8f88-9be7ff3b7051","e43b0df9-317f-4c1c-a7e3-51e81acf3bf1","e4508384-7c5b-4189-80e6-1fc8a0fd4692","e4c83b60-3d49-4fdc-a6b7-06d1a0c4a126","e52fa771-eaff-48e0-8c23-d118dc4b3438","e5da22bf-bc8a-4810-b273-1e33a6b37323","e630a714-3c2a-4c0b-9ad5-a8d45fa0c01b","e6850740-6219-4f82-a705-2e7b20ede751","e6b72db4-03c0-43f9-9e9c-d49ac0ac7eb7","e6e08185-e901-4552-974d-a81766b4fa16","e7059825-0844-4271-89e8-645e2f515b59","e76f1045-8355-48a8-8e0d-eed17bf4ff6c","e797e006-7379-45c2-a4b7-d0ef133379df","e7f57347-7206-4a2f-a41b-0612d456cd30","e84c0880-728d-4ac2-b685-4f18f66c24db","e84c1369-68a2-4e67-979f-64decb6133a1","e8760175-e9bb-4ef9-87ca-591d1edd5163","e8e9959a-b422-4906-8d35-8b05c5dd6de1","e955ba85-fbe5-41e1-acf4-edea058dd135","e99aacd5-c692-4de8-b565-d5092598295d","e9f26305-2f99-43f2-8059-9694ad89cec6","ea3cc8ba-ab54-46d3-9c3a-91678fd8d381","ea47bbb0-6d4e-4744-94f7-0763ddc4313d","ea556a69-c487-45ca-8f60-7e89407ec7b7","eae0bd2b-6875-4823-b596-f5c7c0a0809e","eafbf7cc-f20c-49d3-85ff-406dd32f6444","eb61e54a-646b-4c0a-88fe-f55d514202aa","ec8de02c-7954-4424-8b95-a21d8e104bd4","ecd6d8fb-780c-446c-a8bf-93386b22fe95","ed189e2b-a4e5-493b-9085-a5aae892e5a8","ed22c591-19f4-4096-a08c-5523a26b307c","ed4addef-4649-401f-9810-c331ffeb8cf6","ed6ff6d7-b976-413b-b433-8ebd2f3c2a54","edb2bf35-efe6-4ad4-bf6e-55848ba71dfe","edc50993-1fd4-4dba-9d2f-ae7a18559829","ee05a26d-b872-4d49-9860-2fd982b3662f","ee1ebe0b-995f-4239-aad3-bfe471a88b6e","ee56689a-da7b-4cd7-8767-e3f514b6db9e","ee856e7a-37ee-435c-80e8-d0ac6f15892f","eea3cb6c-57b5-4ea5-8639-30d39962df2d","eeacc55d-d548-498a-8bc6-ac1ddcade841","ef37620d-4fa4-4d2f-a668-7b1e556b3b04","f0001e85-68ed-4a76-bcdb-dd57f507a6b6","f00849dd-c1ba-4171-a503-603fe77c0a43","f0c560c6-ac9f-40e9-bb23-d308a0123563","f0ca4b9f-4ee6-4ad8-a95f-326ada9de3cd","f13b34d7-e2a6-4cbc-9d5f-b6fe05a1c701","f1488e6b-f677-44c5-8ff3-6a2f9bdb28c2","f169dfb2-e4c8-46e9-8591-e51bb82da082","f20c89d9-71c9-45f5-a9cb-6e253b0a7cca","f2864a75-2945-4467-be00-3b4b71831f4f","f2bc8f49-6b8f-4466-908c-c6ff3e5c8c32","f30f54e8-eba3-4412-a805-3a834922c260","f373e6a7-319a-481b-8bf3-5f4e5d229456","f3ae3313-19c7-4a76-aea3-a19bacf5f6f8","f6302ae7-0947-4a8d-ace4-5e6741aea9ba","f6cc1b2e-945c-4d44-b973-3a299325e756","f6e1cd0b-1f50-4a56-b015-269e3a95051d","f754ff0d-fbbb-47d0-82d1-9eef034d602e","f791876a-f3fb-45b8-90a9-af846d8b8f74","f7cf3bbf-acc0-4fe7-a631-aca698190ce2","f7f865d8-fced-4763-b73e-fd40e9387e45","f82d0a1c-5812-4254-a000-e4ff9aece3d9","f8772631-d4a1-440d-ac89-ac6659bdc073","f8a0a7be-a72e-4eeb-82f8-c0eeb0e94148","f8f03bb2-313e-4688-945f-052eed678174","f8f694e1-f9c9-428e-a85c-d09b3474c79b","f9078bad-f202-469d-bdc0-359304f0b048","f954219a-fd4b-4fb1-945f-7950efc1d975","f9fe7b4b-fcd1-499b-bbb0-e13eb1ce0398","fb62605c-a58e-4e53-8336-b2bee316b5a6","fbdcbd97-90a9-45ea-94f6-2a1c6faaf965","fc141ede-0aec-48af-a24e-237fdc16cb7f","fd1b6c5c-4585-47c1-82eb-a324189f3ebd","fd638d4c-c064-44aa-9a9b-86c0dd1c4728","fe2e6db4-94a4-4fa9-be52-1ec235d2b137","ff4c78b4-7178-4a60-ba22-086fb18146df"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","2XM","30A","3ED","40K","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ACR","AFR","AKH","AKR","ALA","ANA","ANB","ARC","ATH","AVR","BBD","BFZ","BLB","BRB","BRO","BTD","C13","C14","C15","C16","C17","C18","C19","CED","CEI","CHK","CLB","CLU","CM2","CMA","CMD","CMM","CMR","CST","DD1","DDD","DDE","DDG","DDH","DDJ","DDL","DDM","DDO","DDP","DDR","DDS","DDU","DFT","DKM","DMR","DMU","DOM","DPA","DSK","DTK","E01","ECL","ELD","EOE","EVG","FBB","FDN","FIC","FIN","FRF","G17","GK1","GK2","GN2","GN3","GNT","GRN","GS1","GVL","H09","HBG","HOB","HOP","HOU","ICE","IKO","INR","INV","ISD","ITP","J14","J22","J25","JMP","KHM","KLD","KLR","KTK","LCI","LEA","LEB","LRW","LTR","M10","M11","M12","M13","M14","M15","M19","M20","M21","MBS","ME1","ME3","MH2","MH3","MID","MIR","MKM","MMQ","MOM","MRD","MSH","NEO","NPH","ODY","OLEP","ONE","ONS","ORI","OTJ","P02","P23","PAL00","PAL01","PAL03","PAL04","PAL05","PAL06","PAL99","PALP","PANA","PARL","PC2","PCA","PELP","PF19","PF20","PGPX","PGRU","PIP","PL25","PLST","PMPS","PMPS06","PMPS07","PMPS08","PMPS09","PMPS10","PMPS11","POR","PPP1","PRM","PRW2","PRWK","PS11","PSAL","PSS2","PSS3","PSS4","PTC","PTK","PZ2","RAV","REX","RIX","RNA","ROE","RQS","RTR","S99","SCD","SHM","SIR","SLD","SLP","SNC","SOI","SOM","SOS","SPM","STX","SUM","TD0","TD2","TDM","THB","THS","TLA","TMP","TMT","TPR","TSP","UGL","UND","UNF","UNH","USG","UST","VOW","WAR","WC00","WC01","WC02","WC03","WC04","WC97","WC98","WC99","WHO","WOE","XANA","XLN","ZEN","ZNR"],"rarities":["common","rare"]},"forgotten ancient":{"name":"Forgotten Ancient","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a spell, you may put a +1/+1 counter on this creature.\nAt the beginning of your upkeep, you may move any number of +1/+1 counters from this creature onto other creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell, you may put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":"P1P1","count":null,"mode":"Move","selection":"ResolutionDistributionAnyNumber","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may move any number of +1/+1 counters from ~ onto other creatures.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2ef75cf3-30dc-4852-a6d1-1d6391fad022","metadata":{"source_printing_ids":["0f24b1fe-781b-47e5-b5b7-85a2dc7af774","13ecbd14-bf93-4beb-afb0-6355fe9092a6","43a6da93-2dd3-44fe-93b1-e4e557812f81","49d3b91d-2e4f-4574-89f8-7b804f1d21bf","4c3d9535-3058-4283-b294-685f10ae4eec","5ecdea8d-52b6-41e4-a259-e30e8d278a53","69150436-51c8-4329-a54d-21c9f7914ed6","696cada3-0ca6-4161-8276-08471e1f9d98","6d79e492-993e-4305-bff2-b45f6b2536c8","8afea4ea-02f2-47ca-b690-864a5663eecc","90fc94d9-b8af-4de8-a42d-ae508f8f1cd5","98cb22ad-8a45-43a5-98f8-b8495ef8427f","c23e3732-4589-4ea7-8125-a5434861b9f5","c628944d-93d7-4d3d-9d11-a4c6230501e2","c90b37d1-e708-494a-bc93-b1bfbaf29de5","cbfba394-c79a-4169-abe8-08c4549268b9","d9b4def0-2716-4573-9b56-8407da342de5","de0f3be6-4e5b-4186-af49-fe3dadadcd01","f8c9d744-8294-4747-ae7e-99be2b6e7479"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["ARC","BLC","C15","C16","C21","CM2","CN2","DMR","E01","FIC","HOP","J25","MOC","NCC","NEC","PLST","SCG","SLD","SOC"],"rulings":[{"date":"2022-12-08","text":"Forgotten Ancient's first ability will resolve before the spell that caused it to trigger. Putting a +1/+1 counter on Forgotten Ancient is optional."},{"date":"2022-12-08","text":"Forgotten Ancient's last ability doesn't target any creatures. You choose how many +1/+1 counters will be moved (and onto which creatures) as the ability resolves. Notably, once the ability starts resolving and you make these choices, no player may take actions until the ability has finished resolving."}],"rarities":["rare"]},"forsaken miner":{"name":"Forsaken Miner","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Skeleton","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature can't block.\nWhenever you commit a crime, you may pay {B}. If you do, return this card from your graveyard to the battlefield. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CommitCrime","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you commit a crime, you may pay {B}. If you do, return this card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d37e0127-6f68-438e-8b9e-a71bb3c34733","metadata":{"source_printing_ids":["1679f74d-00f8-436c-9f8c-aa3f843a546c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"A player can commit only one crime per spell or ability they control. Targeting multiple opponents, permanents, spells, abilities, and/or cards with the same spell or ability doesn't constitute committing multiple crimes."},{"date":"2024-04-12","text":"A player commits a crime as they cast a spell, activate an ability, or put a triggered ability on the stack that targets at least one opponent, at least one permanent, spell, or ability an opponent controls, and/or at least one card in an opponent's graveyard."},{"date":"2024-04-12","text":"Changing the target or targets of a spell or ability won't affect whether or not the controller of that spell or ability has committed a crime. Only the initial targets chosen for that spell or ability are used to determine whether or not its controller committed a crime."},{"date":"2024-04-12","text":"For example, an ability that triggers when you cast a spell that targets an opponent will trigger at the same time as an ability that triggers whenever you commit a crime. Those abilities can be put on the stack in either order (if you control them both), and they'll both resolve before the spell that caused them to trigger."},{"date":"2024-04-12","text":"Forsaken Miner's last ability triggers only if Forsaken Miner is in your graveyard at the moment you cast a spell, activate an ability, or put a triggered ability on the stack with one or more targets that constitute a crime. For example, if you cast a sorcery spell that destroyed two target creatures and your targets were a creature controlled by an opponent and Forsaken Miner, Forsaken Miner's ability won't trigger. However, if you cast a spell with an additional cost of \"Sacrifice a creature\" and you sacrifice Forsaken Miner to pay that cost, Forsaken Miner's ability will trigger as long as you committed a crime with that spell."},{"date":"2024-04-12","text":"The spell or ability that constituted a crime doesn't have to have resolved yet or at all. As soon as you're finished casting the spell, activating the ability, or putting the triggered ability on the stack, you've committed a crime."},{"date":"2024-04-12","text":"You choose whether to pay {B} as the triggered ability is resolving. Once the ability starts resolving, it's too late for anyone to respond by removing Forsaken Miner from your graveyard to stop you from bringing it back."}],"rarities":["uncommon"]},"fortune, loyal steed":{"name":"Fortune, Loyal Steed","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Beast","Mount"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Fortune enters, scry 2.\nWhenever Fortune attacks while saddled, at end of combat, exile it and up to one creature that saddled it this turn, then return those cards to the battlefield under their owner's control.\nSaddle 1","non_ability_text":null,"flavor_name":null,"keywords":[{"Saddle":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, scry 2.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"EndCombat"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks while saddled, at end of combat, exile it and up to one creature that saddled it this turn, then return those cards to the battlefield under their owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dc440b62-0bf0-4f23-9210-3550ff0a8d4d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["02ffb299-a327-43c1-868e-1c5225204956","069294a8-e65a-47af-942f-7e99d18658f2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"\"Saddle N\" means \"Tap any number of other untapped creatures you control with total power N or greater: This permanent becomes saddled until end of turn. Activate only as a sorcery.\""},{"date":"2024-04-12","text":"\"Saddled\" isn't an ability that a creature has. It's just something true about that creature. It won't stop being saddled until the turn ends or it leaves the battlefield."},{"date":"2024-04-12","text":"An ability that triggers when a creature \"attacks while saddled\" will trigger only if that creature was saddled when it was declared as an attacker."},{"date":"2024-04-12","text":"Creatures with saddle can attack or block as normal even if they aren't saddled."},{"date":"2024-04-12","text":"Fortune's middle ability creates a delayed triggered ability that triggers at end of combat. This ability will trigger whether or not Fortune is still on the battlefield. If it's not, you can still exile up to one creature that saddled it that turn."},{"date":"2024-04-12","text":"If a permanent becomes a copy of a saddled Mount, the copy won't be saddled."},{"date":"2024-04-12","text":"The delayed triggered ability doesn't target any creature. You choose which other creature to exile, if any, as that ability is resolving. At that point, it's too late for any player to respond."},{"date":"2024-04-12","text":"Tokens exiled by the delayed triggered ability won't return to the battlefield. It's usually not a good idea to saddle Fortune if Fortune itself is a token."},{"date":"2024-04-12","text":"You may activate a permanent's saddle ability even if that permanent is already saddled."}],"rarities":["rare"]},"found footage":{"name":"Found Footage","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Clue"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may look at face-down creatures your opponents control any time.\n{2}, Sacrifice this artifact: Surveil 2, then draw a card. (To surveil 2, look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}, Sacrifice ~: Surveil 2, then draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"MayLookAtFaceDown","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"FaceDown"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at face-down creatures your opponents control any time."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"ad37551c-9d20-4902-8190-6a0aa32a7947","metadata":{"source_printing_ids":["b12eb087-762e-4e7d-a6e0-f48df603b7c7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"Found Footage's first ability doesn't let you look at face-down spells you don't control on the stack."},{"date":"2024-09-20","text":"Found Footage's first ability lets you look at face-down creatures whenever you want, even if you don't have priority. This action doesn't use the stack. Knowing what those cards are becomes part of the information you have access to, just like you can look at the cards in your hand."}],"rarities":["common"]},"fractal harness":{"name":"Fractal Harness","mana_cost":{"type":"Cost","shards":["X","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this Equipment enters, create a 0/0 green and blue Fractal creature token. Put X +1/+1 counters on it and attach this Equipment to it.\nWhenever equipped creature attacks, double the number of +1/+1 counters on it.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Fractal","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature","Fractal"],"colors":["Green","Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 0/0 green and blue Fractal creature token. Put X +1/+1 counters on it and attach ~ to it.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"MultiplyCounter","counter_type":"P1P1","multiplier":2,"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever equipped creature attacks, double the number of +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"09342fd7-3dad-431e-8b87-de8a9287e757","metadata":{"related_token_ids":["ad44b516-28bf-5949-b591-ea9cd4767bcd"],"source_printing_ids":["7315ebbf-44fe-4a6c-848e-917e06d5e355","8d196dcf-80bc-4a0a-83c9-ae87da5e74bf","b7fdad91-fa92-42b6-ad44-f4a3819212f2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","PRM","SOC"],"rulings":[{"date":"2021-04-16","text":"If you put Fractal Harness onto the battlefield without casting it, or if you choose 0 as the value of X, the token you create will be 0/0. Unless something else is raising its toughness, that token will enter the battlefield and die before you could take any actions."},{"date":"2021-04-16","text":"To double the number of +1/+1 counters on a permanent, put a number of +1/+1 counters on it equal to the number it already has. Other cards that interact with putting counters on it will interact with this effect accordingly."}],"rarities":["rare"]},"fractured identity":{"name":"Fractured Identity","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target nonland permanent. Each player other than its controller creates a token that's a copy of it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TrackedSet","id":0},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"AllExcept","exclude":{"type":"ParentObjectTargetController"}},"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target nonland permanent. Each player other than its controller creates a token that's a copy of it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"1515b0c2-1b55-4cd4-ad81-fb6b1f3e8188","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047","4d2ba458-569a-5a74-b079-cd2b89ec3f47","553b5e02-de02-59fb-9901-28d367ab1c19"],"source_printing_ids":["2c69c743-59bd-4cac-b8e7-f3424677ac57","3373a8a7-69a3-4011-a3dc-4e7c252dcd92","8db735ea-f9cf-4e3c-9200-4f180df55baa","ac1e9cd6-7be2-4c9a-a94f-3ea7e69e49db","b2f73f5d-1aad-48c2-9e74-5f7bdd87900f","b7d6477d-d1f5-4890-a1ba-abdbd8094b23","bd1db186-dd74-4e05-905c-34321fb3d641","c127a3c8-be41-4135-8de6-c6331f4b880b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C17","OTP","PZ2","SLD","WHO"],"rulings":[{"date":"2017-08-25","text":"Any enters-the-battlefield abilities of the copied permanent will trigger when the tokens enter the battlefield. Any \"As [this permanent] enters the battlefield\" or \"[This permanent] enters the battlefield with\" abilities of the copied permanent will also work."},{"date":"2017-08-25","text":"If the copied permanent had {X} in its mana cost, X is 0."},{"date":"2017-08-25","text":"If the copied permanent is a token, the tokens created by Fractured Identity copy the original characteristics of that token as stated by the effect that put it onto the battlefield."},{"date":"2017-08-25","text":"If the copied permanent was copying something else, the tokens enter the battlefield as whatever that permanent was copying."},{"date":"2017-08-25","text":"If the exiled permanent was a commander, the tokens won't be commanders."},{"date":"2017-08-25","text":"The tokens copy exactly what was printed on the permanent and nothing else (unless that permanent was copying something else or was a token; see below). They don't copy whether that permanent was tapped or untapped, whether it had any counters on it or Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on."}],"rarities":["rare","mythic"]},"fractured sanity":{"name":"Fractured Sanity","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each opponent mills fourteen cards.\nCycling {1}{U} ({1}{U}, Discard this card: Draw a card.)\nWhen you cycle this card, each opponent mills four cards.","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":1}}}],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":14},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":"Each opponent mills fourteen cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":4},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cycle this card, each opponent mills four cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"cf32524e-0df9-4af8-9371-84feeb0a86c6","metadata":{"source_printing_ids":["413ac8fb-5156-4f90-81f5-1879e273c9e2","81875876-c1a0-4f64-8dfc-39217b5e4020","c2a3b565-2880-48f1-bbfe-1eeafcb76c2b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","MH2","PMH2"],"rulings":[{"date":"2021-06-18","text":"Some cards with cycling have an ability that triggers when you cycle them, and some cards have an ability that triggers whenever you cycle any card. These triggered abilities resolve before you draw from the cycling ability."},{"date":"2021-06-18","text":"Triggered abilities from cycling a card and the cycling ability itself aren't spells. Effects that interact with spells (such as that of Cancel) won't affect them."}],"rarities":["rare"]},"frantic inventory":{"name":"Frantic Inventory","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw a card, then draw cards equal to the number of cards named Frantic Inventory in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Named","name":"frantic inventory"},{"type":"InZone","zone":"Graveyard"}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Draw a card, then draw cards equal to the number of cards named Frantic Inventory in your graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a7865331-4c53-46db-b2d7-7e5cb21b6b9d","metadata":{"source_printing_ids":["5474d7e8-6b34-4d88-bb78-c43c24d5eb58","8f14abb0-0e9f-448e-85d7-6cb71f756c56"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M21"],"rulings":[{"date":"2020-06-23","text":"Because Frantic Inventory is still on the stack while it's resolving, it doesn't count towards the number of cards you draw."}],"rarities":["common"]},"fraying sanity":{"name":"Fraying Sanity","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of each end step, enchanted player mills X cards, where X is the number of cards put into their graveyard from anywhere this turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"Variable","name":"the number of cards put into their graveyard from anywhere this turn"}},"target":{"type":"Any"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, enchanted player mills X cards, where X is the number of cards put into their graveyard from anywhere this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ab4e9284-7904-413e-97b0-69793be79cc5","metadata":{"source_printing_ids":["303ecebb-cadc-465a-8ef8-7b314f971f6c","72dbffda-f7cf-454f-b449-0fa7c6895add","797e2ab1-71dc-4151-ab5e-7e1e26e193b5","79e5c1ab-eebd-41ca-a1ca-29b00370f6e8","9a0756c6-7db8-4333-b828-4df4c0298b5c","f2a3d786-2ac1-48c8-aafe-64b72ecde383"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["HOU","PHOU","PIP","WOT"],"rulings":[{"date":"2017-07-14","text":"Fraying Sanity's triggered ability counts the number of cards that were put into the enchanted player's graveyard during the turn, even if Fraying Sanity wasn't on the battlefield at the time those cards were put there, and even if those cards have left that graveyard."},{"date":"2017-07-14","text":"The value of X is determined only as Fraying Sanity's triggered ability resolves. For example, if three Fraying Sanity Auras are attached to one player who had four cards put into their graveyard this turn, X will be four for the first ability to resolve, eight for the second, and sixteen for the third."}],"rarities":["rare"]},"freed from the real":{"name":"Freed from the Real","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\n{U}: Tap enchanted creature.\n{U}: Untap enchanted creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":null,"description":"{U}: Tap enchanted creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":null,"description":"{U}: Untap enchanted creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"03d32ace-dd99-48c6-bcae-9b915d041aef","metadata":{"source_printing_ids":["abda88df-68df-4f70-bd23-578c5b374390","c47ee6f6-50c1-4f56-b9ce-4c309bfb92ca","db826546-6a96-4272-b72f-d1d2be78b318","e9ecee02-12c0-4aed-a679-41bce95e0cda"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["A25","PLST","SLD","SOK"],"rulings":[{"date":"2018-03-16","text":"Only the player who controls Freed from the Real can activate its abilities. This might not be the controller of the enchanted creature."}],"rarities":["common","uncommon","rare"]},"frenzy sliver":{"name":"Frenzy Sliver","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"All Sliver creatures have frenzy 1. (Whenever a Sliver attacks and isn't blocked, it gets +1/+0 until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"AddKeyword","keyword":{"Frenzy":1}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Sliver creatures have frenzy 1."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d512d4ae-5db3-4fe5-8017-6a942004712d","metadata":{"source_printing_ids":["d796119a-f1eb-4de9-a9ca-d322017e9c5e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["FUT","H09"],"rulings":[{"date":"2013-04-15","text":"An ability that triggers when something “attacks and isn’t blocked” triggers in the declare blockers step after blockers are declared if (1) that creature is attacking and (2) no creatures are declared to block it. It will trigger even if that creature was put onto the battlefield attacking rather than having been declared as an attacker in the declare attackers step."},{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn’t provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it’s no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."}],"rarities":["common"]},"frodo, adventurous hobbit":{"name":"Frodo, Adventurous Hobbit","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Scout"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Partner with Sam, Loyal Attendant\nVigilance\nWhenever Frodo attacks, if you gained 3 or more life this turn, the Ring tempts you. Then if Frodo is your Ring-bearer and the Ring has tempted you two or more times this game, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"With","data":"Sam, Loyal Attendant"}},"Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"RingTemptsYou"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, if you gained 3 or more life this turn, the ring tempts you. Then if ~ is your Ring-bearer and the Ring has tempted you two or more times this game, draw a card.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Named","name":"Sam, Loyal Attendant"},"count":{"type":"Fixed","value":1},"reveal":true,"target_player":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target player may put Sam, Loyal Attendant into their hand from their library, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"58ee8c10-7be8-4889-944d-13cae0a4166d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["328df403-7428-4b17-bdd1-9759fc0f32d8","653650f9-0cc9-4f03-af7b-07dd10d847eb","95ed1ff5-a0a6-4fe0-94d2-e3675226db52","a223c85f-3952-40d0-88d4-d5c3e8cd864d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LTC"],"rulings":[{"date":"2023-06-16","text":"\"Partner with [name]\" represents two abilities. The first is a triggered ability: \"When this permanent enters the battlefield, target player may search their library for a card named [name], reveal it, put it into their hand, then shuffle their library.\""},{"date":"2023-06-16","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2023-06-16","text":"As the Ring tempts you, you get an emblem named The Ring if you don't have one. Then your emblem gains its next ability and you choose a creature you control to become (or remain) your Ring-bearer."},{"date":"2023-06-16","text":"Both commanders start in the command zone, and the remaining 98 cards of your deck are shuffled to become your library."},{"date":"2023-06-16","text":"Each player can have only one emblem named The Ring and only one Ring-bearer at a time."},{"date":"2023-06-16","text":"Each time the Ring tempts you, you must choose a creature if you control one."},{"date":"2023-06-16","text":"Frodo, Adventurous Hobbit's ability looks at how much life you've gained in the turn, even if it wasn't on the battlefield when you gained life. It doesn't care if you also lost life, even if you lost more life than you gained."},{"date":"2023-06-16","text":"If the creature you choose as your Ring-bearer was already your Ring-bearer, that still counts as choosing that creature as your Ring-bearer for the purpose of abilities that trigger \"whenever you choose a creature as your Ring-bearer\" or abilities that care about which creature was chosen as your Ring-bearer."},{"date":"2023-06-16","text":"If you haven't gained 3 or more life by the time Frodo, Adventurous Hobbit attacks, the ability won't trigger at all."},{"date":"2023-06-16","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Frodo, Adventurous Hobbit and Sam, Loyal Attendant are your commanders, your deck may contain cards with white, black, and/or green in their color identity, but not blue or red."},{"date":"2023-06-16","text":"Note that the target player searches their library (which may be affected by effects such as that of Stranglehold) and that the card they find is revealed, even though these words aren't included in the ability's reminder text."},{"date":"2023-06-16","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from one of them, not from both of them combined. Command Beacon's effect puts one into your hand from the command zone, not both."},{"date":"2023-06-16","text":"Some spells and abilities that cause the Ring to tempt you may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. The Ring won't tempt you."},{"date":"2023-06-16","text":"The Ring can tempt you even if you don't control a creature. In this case, abilities that trigger \"whenever the Ring tempts you\" will still trigger."},{"date":"2023-06-16","text":"The Ring gains its abilities in order from top to bottom. Once it gains an ability, it has that ability for the rest of the game."},{"date":"2023-06-16","text":"The Ring tempts you just once, no matter how much life you've gained past 3 life."},{"date":"2023-06-16","text":"The second ability represented by the \"partner with [name]\" keyword modifies the rules for deck construction in the Commander variant and has no function outside of that variant. If a legendary creature card with \"partner with [name]\" is designated as your commander, the named legendary creature card can also be designated as your commander. For more information on the Commander variant, please visit Wizards.com/Commander."},{"date":"2023-06-16","text":"The triggered ability of the \"partner with\" keyword still triggers in a Commander game. If your other commander has somehow ended up in your library, you can find it. You can also target another player, whether or not they have that card in their library."},{"date":"2023-06-16","text":"To have two commanders, both must have the partner ability or corresponding \"partner with\" abilities as the game begins. A creature with a \"partner with\" ability can't partner with any creature other than its designated partner. Losing a partner ability during the game doesn't cause either to cease to be your commander."}],"rarities":["mythic"]},"frolicking familiar":{"name":"Frolicking Familiar","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Otter","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you cast an instant or sorcery spell, this creature gets +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, ~ gets +1/+1 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"bbb6867f-7186-41de-9828-21be469178c1","metadata":{"source_printing_ids":["64c432d5-4f5b-44ac-9d61-891e78460d58"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["WOE"],"rulings":[{"date":"2023-09-01","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Questing Druid is a green creature card whose mana value is 2. It can’t be the target of Tenacious Tomeseeker’s triggered ability (“return target instant or sorcery card from your graveyard to your hand”)."},{"date":"2023-09-01","text":"An effect may refer to a card, spell, or permanent that “has an Adventure.” This refers to a card, spell, or permanent that has an adventurer card’s set of alternative characteristics, even if they’re not being used and even if that card was never cast as an Adventure."},{"date":"2023-09-01","text":"Casting a card as an Adventure isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2023-09-01","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner’s graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won’t be exiled and the spell’s controller won’t be able to cast it as a permanent later."},{"date":"2023-09-01","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won’t give you permission to cast it as a permanent spell."},{"date":"2023-09-01","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it’s not possible to cast the copy as a permanent."},{"date":"2023-09-01","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2023-09-01","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won’t find an instant or sorcery spell on the stack that’s been cast as an Adventure."},{"date":"2023-09-01","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it’s a token) or cease to be a copy (if it’s a nontoken permanent), and so you won’t be able to cast it as an Adventure."},{"date":"2023-09-01","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it’s legal to cast that spell. For example, if you control Johann, Apprentice Sorcerer (“Once each turn, you may cast an instant or sorcery spell from the top of your library.”) and Questing Druid is on top of your library, you can cast Seek the Beast, but not Questing Druid."},{"date":"2023-09-01","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2023-09-01","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you’ll be able to cast it only during your main phase while the stack is empty."}],"rarities":["uncommon"]},"from father to son":{"name":"From Father to Son","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a Vehicle card, reveal it, and put it into your hand. If this spell was cast from a graveyard, put that card onto the battlefield instead. Then shuffle.\nFlashback {4}{W}{W}{W} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["White","White","White"],"generic":4}}}],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Vehicle"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CastFromZone","zone":"Graveyard"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a Vehicle card, reveal it, and put it into your hand. If this spell was cast from a graveyard, put that card onto the battlefield instead. Then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"87864421-505c-4bdb-b1e3-3e44e05f2beb","metadata":{"source_printing_ids":["0c730a3b-334e-466b-bb9b-4b41fce2af6d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard if the resulting spell is an instant or sorcery spell by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2025-06-06","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2025-06-06","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2025-06-06","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2025-06-06","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2025-06-06","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare"]},"from the rubble":{"name":"From the Rubble","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nAt the beginning of your end step, return target creature card of the chosen type from your graveyard to the battlefield with a finality counter on it. (If a creature with a finality counter on it would die, exile it instead.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenCreatureType"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["finality",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, return target creature card of the chosen type from your graveyard to the battlefield with a finality counter on it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"76d07c99-8c6b-4c2c-a0f6-47541999015b","metadata":{"source_printing_ids":["84c55b5e-fdc2-4796-8c50-62715b8b15a3","9f7f7c5c-592b-4d22-968b-e5162b024b6e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LCC"],"rulings":[{"date":"2023-11-10","text":"Finality counters aren't keyword counters, and a finality counter doesn't give any abilities to the permanent it's on. If that permanent loses its abilities and then would go to a graveyard, it will still be exiled instead."},{"date":"2023-11-10","text":"Finality counters don't stop permanents from going to zones other than the graveyard from the battlefield. For example, if a permanent with a finality counter on it would be put into its owner's hand from the battlefield, it does so normally."},{"date":"2023-11-10","text":"Finality counters work on any permanent, not only creatures. If a permanent with a finality counter on it would be put into a graveyard from the battlefield, exile it instead."},{"date":"2023-11-10","text":"Multiple finality counters on a single permanent are redundant."}],"rarities":["rare"]},"frontier siege":{"name":"Frontier Siege","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Khans or Dragons.\n• Khans — At the beginning of each of your main phases, add {G}{G}.\n• Dragons — Whenever a creature you control with flying enters, you may have it fight target creature you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green","Green"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each of your main phases, add {G}{G}.","constraint":{"type":"OnlyDuringYourMainPhase"},"condition":{"type":"ChosenLabelIs","label":"Khans"},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Flying"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control with flying enters, you may have it fight target creature you don't control.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Dragons"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Khans","Dragons"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Khans or Dragons.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4cfaa5cf-cc3d-49a7-9544-38a8bb7e9ec1","metadata":{"source_printing_ids":["25b37249-bf5c-48ad-a5ea-c7538cc46929","5e7ee5ff-eabc-4947-b5fe-2647c7e2eb82","62d6b939-8331-49d2-a59a-3054c7b0f353","a474981a-581a-49c0-a036-87afaaeea7ef","f419710e-3a73-4db0-bf2e-e76730f22c4d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C17","FRF","SCD","TDC"],"rulings":[{"date":"2014-11-24","text":"Each Siege will have one of the two listed abilities, depending on your choice as it enters the battlefield."},{"date":"2014-11-24","text":"Each of the last two abilities is linked to the first ability. They each refer only to the choice made as a result of the first ability. If a permanent enters the battlefield as a copy of one of the Sieges, its controller will make a new choice for that Siege. Which ability the copy has won't depend on the choice made for the original permanent."},{"date":"2014-11-24","text":"For the \"Dragons\" ability, you decide whether the creature with flying will fight the target creature you don't control as the ability resolves."},{"date":"2014-11-24","text":"The \"Khans\" ability triggers at the beginning of both your precombat main phase and your postcombat main phase. Unused mana is lost at the end of each step and phase."},{"date":"2014-11-24","text":"The words \"Khans\" and \"Dragons\" are anchor words, connecting your choice to the appropriate ability. Anchor words are a new rules concept. \"[Anchor word] — [Ability]\" means \"As long as you chose [anchor word] as this permanent entered the battlefield, this permanent has [ability].\" Notably, the anchor word \"Dragons\" has no connection to the creature type Dragon."}],"rarities":["rare"]},"frost walker":{"name":"Frost Walker","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature becomes the target of a spell or ability, sacrifice it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ becomes the target of a spell or ability, sacrifice it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"54a22814-c0d5-4637-9aa9-a6bc96401914","metadata":{"source_printing_ids":["ebb2c83d-48db-4d0b-8c3a-f4b0353eeb86"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["F15","FRF","PRM"],"rulings":[{"date":"2014-11-24","text":"If Frost Walker becomes the target of a spell or ability, its ability triggers and is put on the stack on top of that spell or ability. Frost Walker’s ability will resolve (causing it to be sacrificed) first. Unless the spell or ability has another target, it won’t resolve as it tries to resolve for having no legal targets."}],"rarities":["uncommon"]},"frostcliff siege":{"name":"Frostcliff Siege","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Jeskai or Temur.\n• Jeskai — Whenever one or more creatures you control deal combat damage to a player, draw a card.\n• Temur — Creatures you control get +1/+0 and have trample and haste.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, draw a card.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Jeskai"},"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"ChosenLabelIs","label":"Temur"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/+0 and have trample and haste."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Jeskai","Temur"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Jeskai or Temur.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"e7af31ff-fa1b-4225-b3bc-fde80ac72d0a","metadata":{"source_printing_ids":["a750aabb-9788-494a-841f-bf75717970a7","b32ab782-5f99-489c-895a-49c5c5ea249d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"If you chose Jeskai and creatures you control deal combat damage to multiple players at the same time, Frostcliff Siege’s ability will trigger once for each player dealt combat damage this way."},{"date":"2025-04-04","text":"If you somehow control Frostcliff Siege and no choice was made for it (perhaps because another permanent on the battlefield became a copy of it), it has neither of the two abilities."}],"rarities":["rare"]},"fugitive druid":{"name":"Fugitive Druid","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Druid"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes the target of an Aura spell, you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]}]},"description":"Whenever ~ becomes the target of an Aura spell, you draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e05f3236-dc82-4353-87ab-d26ae7caa0e7","metadata":{"source_printing_ids":["afe165cd-8ef7-408e-ae56-3c6a0cc4e409"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TMP"],"rarities":["rare"]},"full throttle":{"name":"Full Throttle","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"After this main phase, there are two additional combat phases.\nAt the beginning of each combat this turn, untap all creatures that attacked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"PreCombatMain","followed_by":[],"count":{"type":"Fixed","value":2},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":"After this main phase, there are two additional combat phases.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"Phase","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3c2f87eb-b0f4-4578-b143-6fba313a82ec","metadata":{"source_printing_ids":["76bf1b29-5a8a-4ac1-aa17-58fcbda969a2","d91f7cad-89e8-45cb-a78e-b35b0ee64783","e7967282-ae00-4fdd-85c6-bcc8bc9b790b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rulings":[{"date":"2025-02-07","text":"If you somehow cast this spell when it’s not a main phase, the second ability still takes effect, but there are no additional combat phases this turn. If you cast it during an opponent’s main phase, there are two additional combat phases, but that opponent gets to attack during those combat phases, not you."},{"date":"2025-02-07","text":"There is no main phase between the two additional combat phases. If you cast this during your second main phase, you will go directly to the end step after the two additional combat phases are complete."}],"rarities":["rare"]},"furious spinesplitter":{"name":"Furious Spinesplitter","mana_cost":{"type":"Cost","shards":["RedGreen","RedGreen"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ogre","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trample\nAt the beginning of your end step, put a +1/+1 counter on this creature for each opponent who was dealt damage this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentDealtDamage","kind":"Any"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put a +1/+1 counter on ~ for each opponent who was dealt damage this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"f4964f74-07c0-4edc-984d-57722fb16961","metadata":{"source_printing_ids":["205a6ed6-38b0-42cd-a564-65ce19fb9031"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLU"],"rulings":[{"date":"2024-02-02","text":"Furious Spinesplitter doesn't need to have been on the battlefield when the damage was dealt."}],"rarities":["uncommon"]},"furnace celebration":{"name":"Furnace Celebration","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you sacrifice another permanent, you may pay {2}. If you do, this enchantment deals 2 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice another permanent, you may pay {2}. If you do, ~ deals 2 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"af6d6844-c612-4731-86da-59a8fa02956b","metadata":{"source_printing_ids":["a21fa7cb-a8ac-4312-80d4-82ee87650a55","c5879ce5-7bc0-4688-a506-8b0796a00485","f48f7f79-fc49-4d1e-a84f-c630ba238e83"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMR","SOM","UMA"],"rulings":[{"date":"2020-11-10","text":"Furnace Celebration itself doesn't allow you to sacrifice any permanents. Its ability triggers whenever you sacrifice a permanent because something else instructed you to."},{"date":"2020-11-10","text":"You can't pay {2} more than once each time Furnace Celebration's ability resolves."},{"date":"2020-11-10","text":"You choose whether to pay {2} as the ability resolves, if that target is still legal. No player may take actions between the time you pay {2} and the time damage is dealt."}],"rarities":["uncommon"]},"furnace whelp":{"name":"Furnace Whelp","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\n{R}: This creature gets +1/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: ~ gets +1/+0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"8422f1e0-00ca-4ffb-a6b2-e2c9f96d7f23","metadata":{"source_printing_ids":["1267597a-bbfe-4fb7-91b7-7fee371f0dfd","2ce76e86-39f3-4ebf-b550-88ea7f23a91f","38f13881-67ba-4671-a32c-b2ecc4370df7","396db1ad-e463-49b7-a4da-24302f771441","41e73d9c-8c17-4c3c-b535-e21f03e577bc","4c00aa95-3ef3-4639-bda2-6593515f68ae","6baab3d0-4b3b-4446-b7eb-decde55628bd","8c67e00a-a52c-4b7d-bc9c-90a34f343440","a1726eba-c471-40bd-a487-40d910b75d64","ac7ba3f5-3ad5-47e7-86c9-31954f015b91","b4b6a111-90fe-492a-8548-d7749d60e30e","c1f71c4d-9390-4cf4-b307-0c73ac9ce023","d44f74e9-aaa6-41d3-8070-bf0ead4a7d77","ff17616f-1e6c-4a2b-a6ae-04a5d1454995"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","5DN","ARC","CMA","CMD","DD2","GN3","IMA","J22","JMP","JVC","M13","M15","PLST","PS11","SCD"],"rarities":["common","uncommon"]},"fury":{"name":"Fury","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Incarnation"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Double strike\nWhen this creature enters, it deals 4 damage divided as you choose among any number of target creatures and/or planeswalkers.\nEvoke—Exile a red card from your hand.","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike",{"Evoke":{"type":"NonMana","data":{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"Red"},{"type":"InZone","zone":"Hand"}]}}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":4}},"distribute":{"type":"Damage"},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals 4 damage divided as you choose among any number of target creatures and/or planeswalkers.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.74a: When this permanent enters, if its evoke cost was paid, sacrifice it.","constraint":null,"condition":{"type":"CastVariantPaid","variant":"Evoke"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fbf9f8c5-849f-45d5-8129-5fc683c21a04","metadata":{"source_printing_ids":["0507c8ea-3478-494f-985f-cdff385f77e2","071daca8-ccc6-4707-843e-adac40dd1588","469d96bc-331b-42a8-9938-93ecece2fb5f","932d0fb9-382d-464a-9427-b91fa2398cdb","adc3f475-562e-4904-8dca-051c17f6b647","bd281158-8180-40b9-a5b7-03cfc712d81a","d9193de8-4169-45d7-8b66-c2a416a92929"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"banned","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["ECC","H2R","MH2","PMH2","PRM","SLD","SPG"],"rulings":[{"date":"2021-06-18","text":"If some of the targets are illegal as the triggered ability tries to resolve, the original division of damage still applies, but the damage that would have been dealt to the illegal targets isn't dealt at all."},{"date":"2021-06-18","text":"If you pay the evoke cost, you can have the creature's own triggered ability resolve before the evoke triggered ability. You can cast spells after that ability resolves but before you have to sacrifice the creature."},{"date":"2021-06-18","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an evoke cost), add any cost increases, then apply any cost reductions. The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."},{"date":"2021-06-18","text":"You divide the damage as you put the triggered ability on the stack, not as it resolves. Each target must be assigned at least 1 damage. You can't choose more than four targets and deal 0 damage to some of them."}],"rarities":["mythic"]},"fury sliver":{"name":"Fury Sliver","mana_cost":{"type":"Cost","shards":["Red"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"All Sliver creatures have double strike.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Sliver creatures have double strike."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"44623693-51d6-49ad-8cd7-140505caf02f","metadata":{"source_printing_ids":["0000579f-7b35-4ed3-b44c-db2a538066fe","75ba1e44-0beb-45ae-8880-3423c3f98015","a8a64329-09fc-4e0d-b7d1-378635f2801a","ccf06e21-b0fb-4fb4-9f3f-c4e721b3cb6f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["H09","PLST","SLD","TSP","TSR"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn't provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it's no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."},{"date":"2021-03-19","text":"If a creature loses double strike after assigning damage in the first strike combat damage step (due to Fury Sliver leaving the battlefield, for example), that creature won't assign damage in the normal combat damage step."}],"rarities":["uncommon","rare"]},"future sight":{"name":"Future Sight","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Play with the top card of your library revealed.\nYou may play lands and cast spells from the top of your library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"RevealTopOfLibrary":{"all_players":false}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Play with the top card of your library revealed."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Play","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands and cast spells from the top of your library."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"93a0e938-b916-47ec-9803-369e885e253c","metadata":{"source_printing_ids":["0856f657-6664-4e33-8615-e005cb211baf","1075fe05-de20-42f2-bd5f-e67f6c40b428","639cb483-ffe2-4abc-a050-5cdc8aebd5a2","688bd665-4948-4961-aec5-f17782257f9b","82117419-4d97-4ac6-abb9-316fc6460ddf","9705606c-29d4-484b-b676-5005bfaa32f1","c37c7dfa-3ef3-4958-9b54-e96c7483f054","fdf3b52f-edcd-429d-9a65-703bbd97cb5e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["DDM","EMA","MB2","MH1","ONS","PRM","SLD","VMA"],"rulings":[{"date":"2019-06-14","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability (most likely because that top card is the card you're playing), the new top card won't be revealed until you finish doing so."},{"date":"2019-06-14","text":"If the top card of your library is a land, you may play that land only if you have any available land plays."},{"date":"2019-06-14","text":"The top card of your library isn't in your hand, so you can't suspend it, cycle it, or activate any of its abilities."},{"date":"2019-06-14","text":"You must follow the normal timing permissions and restrictions for the top card of your library and pay its costs. If the card has alternative or additional costs, you may pay those. If the card has any mandatory additional costs, you must pay those."}],"rarities":["rare"]},"gadrak, the crown-scourge":{"name":"Gadrak, the Crown-Scourge","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nGadrak can't attack unless you control four or more artifacts.\nAt the beginning of your end step, create a Treasure token for each nontoken creature that died this turn. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NonToken"}]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, create a Treasure token for each nontoken creature that died this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Not","condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack unless you control four or more artifacts."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"42d7ec93-0943-43e2-9b65-b7edc3349410","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["198c5204-6b23-5085-b962-e6db6c948bd6","754fd11c-fb97-5a58-bf3a-fb4e7f179eb1","e1712205-f6a6-5ffa-befc-9becced0337f"],"source_printing_ids":["249bf4b2-9239-4303-9c5d-81d06f6b7fb1","333228c5-af16-4ebd-acfc-3776b21ef044","44b83bb7-00c8-4078-b27f-42a830a544b5","cbb13721-e6f7-439c-8993-a896de5d6892"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","M21","PM21","PRM","TDC"],"rulings":[{"date":"2020-06-23","text":"Gadrak's last ability counts creatures that died during the entire turn, even ones that died before Gadrak entered the battlefield."},{"date":"2020-06-23","text":"Once Gadrak has attacked, it will remain an attacking creature even if you no longer control four or more artifacts."}],"rarities":["rare"]},"gaea's anthem":{"name":"Gaea's Anthem","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3754dce0-3e97-406f-8807-a4942a222c41","metadata":{"source_printing_ids":["43febc63-597d-4392-b8ea-a00841148c45","8abf227a-af47-4b69-89ca-4c86a5fa10af","a9796273-e50f-4d83-bebf-0e29af7312cd","e4acaa4d-df97-4f0b-947d-1cb103504d53","ea9e0de1-2299-4ff9-b49a-88535a96bda0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MM3","PLC","PLST","TSR"],"rarities":["uncommon","rare"]},"gaea's cradle":{"name":"Gaea's Cradle","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G} for each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"color_options":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G} for each creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7c427c3d-ecd8-45ef-bebd-8f10f4a311db","metadata":{"source_printing_ids":["25b0b816-0583-44aa-9dc5-f3ff48993a51","c28e8a73-1a20-4979-bda4-73da39f73e2a"]},"legalities":{"commander":"legal","duel":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["JGP","OLGC","PRM","USG","WC99"],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"gallant fowlknight":{"name":"Gallant Fowlknight","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kithkin","Knight"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, creatures you control get +1/+0 until end of turn. Kithkin creatures you control also gain first strike until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Kithkin"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, creatures you control get +1/+0 until end of turn. Kithkin creatures you control also gain first strike until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4e0ba9d5-4bd6-49a0-ae00-70818738d0ba","metadata":{"source_printing_ids":["fb6096ba-8083-4207-9a3f-c1e4ff095204"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["common"]},"galvanizing sawship":{"name":"Galvanizing Sawship","mana_cost":{"type":"Cost","shards":["Red"],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 3+.)\n3+ | Flying, haste","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"3+ | Flying, haste"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":6},{"type":"SetToughness","value":5}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 3+"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"dfe8f77a-cc26-438b-92ae-2ca7a91f813b","metadata":{"source_printing_ids":["5bbce9fb-401f-4e78-acd5-9d3b506687fd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"gamble":{"name":"Gamble","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a card, put that card into your hand, discard a card at random, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"random":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a card, put that card into your hand, discard a card at random, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a54f0869-94c8-42af-9080-166efb9486a4","metadata":{"source_printing_ids":["0ee0f160-7339-4d98-8a8c-f08889ee52f5","3bce6015-a7df-43d4-849b-0f306d501658","4fa5f934-5407-4844-9cd5-9ba5fa7c4748","6d289cdd-3afa-48dd-9c90-3d8f9df79f16","7602b70b-686f-432b-ac59-1141dd3d0dea","81e57561-17d4-48db-8e40-f41019010bc9","8e37fae5-ddd0-4e16-8581-71579f89d9c5","924db286-fb3e-40dd-b5e2-f8128701685d","c01c9474-90a1-4c2e-bd90-471ff4fd04e5","e97210c7-8474-4065-9dd5-fc25a0bdbbbc","f7bc7576-233f-4267-9943-d831a5b2c233"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["DMR","EMA","J20","PLST","SLD","SPG","TLE","UMA","USG","VMA"],"rulings":[{"date":"2022-12-08","text":"You might end up discarding the card you searched for. It's a gamble!"}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"ganax, astral hunter":{"name":"Ganax, Astral Hunter","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Ganax or another Dragon you control enters, create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")\nChoose a Background (You can have a Background as a second commander.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"ChooseABackground"}},"Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another Dragon you control enters, create a Treasure token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a3112971-3af4-46e8-b2d6-a8759b39d0d1","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["7fb44e8f-f3f6-5834-b4ef-a0249adacc31"],"source_printing_ids":["97fb28cc-67bd-4e1f-933a-3b859f38ea64","9f5bb319-29b2-4a7c-82e9-f8b5e47909a1","dc3347e3-df90-465d-9346-77d3b4fead10"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB"],"rulings":[{"date":"2022-06-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2022-06-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2022-06-10","text":"Choose a Background is a variant of the partner ability. You may have two commanders if one of them is a legendary creature with the choose a background ability and the other is a legendary Background enchantment. Backgrounds and cards with choose a Background do not interact with cards which have any other partner ability."},{"date":"2022-06-10","text":"If a card refers to a commander creature you own, a Background won't usually be counted or included for that effect. If another spell or ability causes your Background to become a creature, however, it will be included. Any effect that refers to your commander or a commander you own or control without specifying creature will apply to a Background that is your commander, as appropriate."},{"date":"2022-06-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2022-06-10","text":"If you control a Background that grants an ability to commander creatures you own, and you own more than one commander creature, each of them will have that ability."},{"date":"2022-06-10","text":"If your Commander deck has two commanders, you can include only cards whose own color identities are also found in your commanders' combined color identities."},{"date":"2022-06-10","text":"If your commander loses the choose a Background ability or stops being a Background during the game, as appropriate, it is still your commander."},{"date":"2022-06-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 combat damage from any one of them, not from both of them combined (although your Background won't usually be a creature anyway)."},{"date":"2022-06-10","text":"You can choose two commanders that are the same color or colors."}],"rarities":["uncommon"]},"gang of elk":{"name":"Gang of Elk","mana_cost":{"type":"Cost","shards":["Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elk","Beast"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes blocked, it gets +2/+2 until end of turn for each creature blocking it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}}}},"toughness":{"type":"Quantity","value":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes blocked, it gets +2/+2 until end of turn for each creature blocking it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b99d6d51-3ead-4b81-8e0c-f458619ebb24","metadata":{"source_printing_ids":["5a84177f-43a3-4d14-9a4c-2ca931cfe092","91350320-6a51-42f0-b644-bc5ce2a80505","cd0a61c9-8b14-4255-8453-4b74d90fe0a3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["7ED","ULG"],"rulings":[{"date":"2004-10-04","text":"Gang of Elk gets the bonus once for each blocker."}],"rarities":["uncommon"]},"gathering stone":{"name":"Gathering Stone","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose a creature type.\nSpells you cast of the chosen type cost {1} less to cast.\nWhen this artifact enters and at the beginning of your upkeep, look at the top card of your library. If it's a card of the chosen type, you may reveal it and put it into your hand. If you don't put the card into your hand, you may put it into your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Graveyard","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":[],"additional_filter":{"type":"IsChosenCreatureType"}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, look at the top card of your library. If it's a card of the chosen type, you may reveal it and put it into your hand. If you don't put the card into your hand, you may put it into your graveyard.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Graveyard","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":[],"additional_filter":{"type":"IsChosenCreatureType"}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, look at the top card of your library. If it's a card of the chosen type, you may reveal it and put it into your hand. If you don't put the card into your hand, you may put it into your graveyard.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast of the chosen type cost {1} less to cast."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"9f6d6e90-7462-46e5-bf2f-725b4badc394","metadata":{"source_printing_ids":["81dfbfe1-143a-4637-b683-a34cfc51993d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rulings":[{"date":"2025-11-17","text":"Gathering Stone's second ability applies only to generic mana in the total cost of spells you cast of the chosen type."},{"date":"2025-11-17","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a flashback cost), add any cost increases (such as kicker costs), then apply any cost reductions (such as that of this ability). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."},{"date":"2025-11-17","text":"You don't have to reveal the card you look at with Gathering Stone's third ability even if it's a card of the chosen type. If you choose not to reveal it this way, you can still put it into your graveyard."}],"rarities":["uncommon"]},"gatta and luzzu":{"name":"Gatta and Luzzu","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen Gatta and Luzzu enters, choose target creature you control. If damage would be dealt to that creature this turn, prevent that damage and put that many +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"ParentTarget"},"scope":"AllDamage"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"EventContextAmount"}},"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, choose target creature you control. If damage would be dealt to that creature this turn, prevent that damage and put that many +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c01d6fde-1bd2-4412-932a-9bc97d4e5aef","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4742c222-1f29-4e1a-a545-798d175255ca","ff6b510b-a425-48c8-b67e-276fba2f0ef0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"If damage that can't be prevented is dealt to the target creature after Gatta and Luzzu's last ability resolves, you still put that many +1/+1 counters on it."}],"rarities":["rare"]},"gauntlets of light":{"name":"Gauntlets of Light","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +0/+2 and assigns combat damage equal to its toughness rather than its power.\nEnchanted creature has \"{2}{W}: Untap this creature.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":2},{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +0/+2 and assigns combat damage equal to its toughness rather than its power."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{W}: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"{2}{W}: Untap ~.\""}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e5741c85-cd09-4ccb-ab39-3f3a62f98939","metadata":{"source_printing_ids":["da0d5436-b881-45ac-b8ec-248d88714021"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M20"],"rulings":[{"date":"2019-07-12","text":"Gauntlets of Light’s effect doesn’t change the enchanted creature’s power; it changes only the amount of combat damage that creature assigns. All other rules and effects that check power or toughness use the actual values. For example, if a creature fights while enchanted by Gauntlets of Light, that creature will deal damage equal to its power, not its toughness."}],"rarities":["uncommon"]},"gavi, nest warden":{"name":"Gavi, Nest Warden","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"You may pay {0} rather than pay the cycling cost of the first card you cycle each turn.\nWhenever you draw your second card each turn, create a 2/2 red and white Dinosaur Cat creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Token","name":"Dinosaur Cat","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Dinosaur","Cat"],"colors":["Red","White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you draw your second card each turn, create a 2/2 red and white Dinosaur Cat creature token.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[{"mode":{"AlternativeKeywordCost":{"keyword":"Cycling","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"frequency":"OncePerTurn"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may pay {0} rather than pay the cycling cost of the first card you cycle each turn."}],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"716a3bb8-04bd-41f5-a568-131f175e00a6","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["4d46f6ae-835f-53f1-aba3-efea57529087"],"source_printing_ids":["80bc07d5-bdbb-4a6d-8958-0c172ea80245"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","OC20"],"rulings":[{"date":"2020-04-17","text":"Gavi’s first ability considers the entire turn. If you cycle a card then have Gavi come under your control, you can’t pay {0} to cycle your second card."},{"date":"2020-04-17","text":"If a cycling cost includes {X} and you pay an alternative activation cost of {0} instead, X is 0."},{"date":"2020-04-17","text":"If a spell or ability causes you to put cards into your hand without specifically using the word “draw,” it’s not a card drawn."},{"date":"2020-04-17","text":"The triggered ability can trigger only once each turn. It doesn’t matter Gavi was on the battlefield when the first card was drawn. If it’s not on the battlefield when the second card is drawn, the ability can’t trigger at all that turn. It won’t trigger when the third or fourth card is drawn."}],"rarities":["mythic"]},"gearshift ace":{"name":"Gearshift Ace","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dwarf","Pilot"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"First strike\nWhenever this creature crews a Vehicle, that Vehicle gains first strike until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[{"mode":"Crews","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"}],"duration":"UntilEndOfTurn","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ crews a Vehicle, that Vehicle gains first strike until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dde61c4c-1815-45b3-9e68-3097c28c363c","metadata":{"source_printing_ids":["2e8c6a9d-6169-40f8-8b3e-53ebf75be663","a4de0229-408d-4db8-bf9a-ee6e85416322"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR"],"rulings":[{"date":"2016-09-20","text":"Gearshift Ace's triggered ability triggers when it becomes tapped to activate a crew ability. Even if Gearshift Ace leaves the battlefield before its triggered ability resolves, that Vehicle still gains first strike until end of turn."}],"rarities":["uncommon"]},"gemrazer":{"name":"Gemrazer","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Mutate {1}{G}{G} (If you cast this spell for its mutate cost, put it over or under target non-Human creature you own. They mutate into the creature on top plus all abilities from under it.)\nReach, trample\nWhenever this creature mutates, destroy target artifact or enchantment an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":["Reach","Trample",{"Mutate":{"type":"Cost","shards":["Green","Green"],"generic":1}}],"abilities":[],"triggers":[{"mode":"Mutates","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"Opponent","properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ mutates, destroy target artifact or enchantment an opponent controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3dfb0c0a-b68f-43b9-8475-28d0192fc4ed","metadata":{"source_printing_ids":["0095245c-a30e-4e2a-88c9-632c678e9f03","3e524a4b-ce4d-43cc-a04f-4f4432746ede","8c89a613-2a48-4953-8e45-9afaebdf84bc","c811c0d4-e2fc-45eb-8a76-b89c38a95536","d75546a5-81fd-41c1-a081-d8980f6bd60a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","PIKO","PIP","PRM"],"rarities":["rare"]},"gemstone caverns":{"name":"Gemstone Caverns","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand and you're not the starting player, you may begin the game with Gemstone Caverns on the battlefield with a luck counter on it. If you do, exile a card from your hand.\n{T}: Add {C}. If Gemstone Caverns has a luck counter on it, instead add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["luck",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":"If this card is in your opening hand and you're not the starting player, you may begin the game with ~ on the battlefield with a luck counter on it. If you do, exile a card from your hand.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"WasStartingPlayer","controller":"You"}},"optional_targeting":false,"optional":true,"forward_result":false},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"luck"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"duration":null,"description":"{T}: Add {C}. If ~ has a luck counter on it, instead add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c0adbddc-b070-4c5f-afe0-0474c72a9251","metadata":{"source_printing_ids":["302603c5-ced4-4ad9-801f-be5eb75096cd","7f273641-c5f3-48bc-b89e-3cff52d26a0b","80c235ae-8297-4860-babe-de4a9df48c58","8f8f02f1-ccb6-48b6-ae4e-adc4fe721606","930ff1c5-7f34-47b8-8e8b-720909cc6a69","946f355a-f621-4571-8082-cebba73ebd1c","94d74254-4750-4fb3-9e53-473a5f98b315","a8eaadbb-2f83-4fc5-8e69-5b31b48eb254","ad361175-1127-40e5-8990-24e651fc2a4d","bcfba3c1-b17b-4c09-94af-eb14bf2c1f77"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["EOS","LTC","PLST","TSP","TSR"],"rulings":[{"date":"2021-03-19","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2021-03-19","text":"If multiple Gemstone Caverns are put onto the battlefield under a single player's control before the game begins, the \"legend rule\" won't put the extras into that player's graveyard until just before the starting player gets priority during the game's first upkeep step. There's no opportunity to tap the extras for mana."}],"rarities":["rare","mythic"]},"generous ent":{"name":"Generous Ent","mana_cost":{"type":"Cost","shards":["Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Treefolk"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhen this creature enters, create a Food token. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")\nForestcycling {1} ({1}, Discard this card: Search your library for a Forest card, reveal it, put it into your hand, then shuffle.)","non_ability_text":null,"flavor_name":null,"keywords":["Reach",{"Typecycling":{"cost":{"type":"Cost","shards":[],"generic":1},"subtype":"Forest"}}],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card",{"Subtype":"Forest"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a Food token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b6859c7a-4c4d-4652-938f-ecedce29d506","metadata":{"related_token_ids":["f6e24d97-b7f8-5da8-ab97-978ecbecb85e"],"source_printing_ids":["85d22d5d-3875-42ff-b51e-c6e21db201f5","ffabb307-87f0-428b-a4dc-a147c6c926a8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Typecycling is a form of cycling. Any ability that triggers on a card being cycled also triggers on a card being typecycled. Any ability that stops a cycling ability from being activated also stops a typecycling ability from being activated."},{"date":"2023-06-16","text":"Unlike the normal cycling ability, typecycling doesn't allow you to draw a card. Rather, it lets you search your library for a card with the type or types indicated by the ability name. For example, a card with basic landcycling lets you search for a basic land card, and a card with Wizardcycling lets you search for a Wizard card."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["common"]},"genesis chamber":{"name":"Genesis Chamber","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a nontoken creature enters, if this artifact is untapped, that creature's controller creates a 1/1 colorless Myr artifact creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Myr","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Myr"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"ParentTargetController"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NonToken"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature enters, if ~ is untapped, that creature's controller creates a 1/1 colorless Myr artifact creature token.","constraint":null,"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"150ab025-5cc3-4468-a724-bbba8838445d","metadata":{"related_token_ids":["0bba56fb-3b53-5d1e-a24a-3c57010bd9e0","eb9fbc1a-6716-57be-9fa4-1a3288306b7e"],"source_printing_ids":["923c3656-5cdd-4be8-a158-5d5801f8e382","93bd7e73-63dc-45b2-aaa8-984be8b900ab","f0a66ded-c697-4bab-8abf-464185f32a70"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BBD","DST","SLD"],"rarities":["uncommon","rare"]},"genji glove":{"name":"Genji Glove","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has double strike.\nWhenever equipped creature attacks, if it's the first combat phase of the turn, untap it. After this phase, there is an additional combat phase.\nEquip {3}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever equipped creature attacks, if it's the first combat phase of the turn, untap it. After this phase, there is an additional combat phase.","constraint":null,"condition":{"type":"FirstCombatPhaseOfTurn"},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has double strike."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"8242cd78-6675-43b5-8924-0a88c3aa6f76","metadata":{"source_printing_ids":["f724dde1-84b0-4e3b-a9b8-44cd22bb9f79"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rarities":["rare"]},"geth's grimoire":{"name":"Geth's Grimoire","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Book"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent discards a card, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a card, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ef809e99-34a2-4471-8269-f56bf8037686","metadata":{"source_printing_ids":["0a21d76d-d86c-4348-be45-f65167d2b5a9","18cc75dd-7fcf-463a-9f03-21fba9c30e7d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DST","PLST"],"rarities":["uncommon"]},"gev, scaled scorch":{"name":"Gev, Scaled Scorch","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Lizard","Mercenary"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Ward—Pay 2 life.\nOther creatures you control enter with an additional +1/+1 counter on them for each opponent who lost life this turn.\nWhenever you cast a Lizard spell, Gev deals 1 damage to target opponent.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"PayLife","data":2}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Lizard"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a Lizard spell, ~ deals 1 damage to target opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentLostLife"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"description":"Other creatures you control enter with an additional +1/+1 counter on them for each opponent who lost life this turn.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"77b832a8-a3af-44fe-bc67-72510d292667","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["131ea976-289e-4f32-896d-27bbfd423ba9","4ad70a0b-3845-4b92-9c15-985a3fe0e1f2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Gev's second ability cares whether opponents lost life this turn, not how their life totals changed. For example, an opponent who gained 2 life and lost 1 life in the same turn still lost life."},{"date":"2024-07-26","text":"In the case where Gev and one or more other creatures enter at the same time, those creatures won't enter with additional +1/+1 counters, even if one or more opponents lost life this turn."}],"rarities":["rare"]},"ghalta, primal hunger":{"name":"Ghalta, Primal Hunger","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":10},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Dinosaur"]},"power":{"type":"Fixed","value":12},"toughness":{"type":"Fixed","value":12},"loyalty":null,"defense":null,"oracle_text":"This spell costs {X} less to cast, where X is the total power of creatures you control.\nTrample (This creature can deal excess combat damage to the player or planeswalker it's attacking.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"Aggregate","function":"Sum","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {X} less to cast, where X is the total power of creatures you control."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b0b6be0c-41cf-4757-9f0e-87227b6ba6b3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0104b5b3-9376-4ad7-9a77-3e564e9c42e6","0489be0d-2117-46a8-97ab-31fe480685e2","3584c119-8302-40ed-8949-1a8de4b15e0d","3f89bc6f-fc43-49ad-881f-8897750e4b5f","4561678b-db52-4b89-9f34-50fe600a55d7","49c1eefd-a050-4b12-999e-5c40934f989a","54872e72-41dc-4092-8169-ce13498beb30","6a9c39e4-a8cf-42dd-8d0e-45634b335546","8c342309-aef7-4733-ac1c-ff0b704539a7","acfbd1d5-f0b1-4656-ad17-50b664230415","ee2e55f2-51bb-4c69-a4e4-0a507057767b","ef6a7dc0-35c2-4300-b0c5-28b04706291f","f16c4abb-917a-4bd5-b0bc-b700611cd5b9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","CMM","FDN","GN2","GNT","J25","JMP","PANA","PFDN","PLST","PRIX","PRM","RIX","SLD","SPG"],"rulings":[{"date":"2018-01-19","text":"Ghalta's first ability can't reduce its cost below {G}{G}."},{"date":"2018-01-19","text":"If a creature's power is somehow less than 0, it subtracts from the total power of your other creatures. If the total power of your creatures is 0 or less, Ghalta's cost remains {10}{G}{G}."},{"date":"2018-01-19","text":"The total cost to cast Ghalta is locked in before you pay that cost. For example, if you control three 2/2 creatures, including one you can sacrifice to add {C}, the total cost of Ghalta is {4}{G}{G}. Then you can sacrifice the creature when you activate mana abilities just before paying the cost."},{"date":"2018-01-19","text":"To determine Ghalta's total cost, start with the mana cost (or an alternative cost if another card's effect allows you to pay one instead), add any cost increases, then apply any cost reductions. Ghalta's mana value remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare"]},"ghave, guru of spores":{"name":"Ghave, Guru of Spores","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Fungus","Shaman"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Ghave enters with five +1/+1 counters on it.\n{1}, Remove a +1/+1 counter from a creature you control: Create a 1/1 green Saproling creature token.\n{1}, Sacrifice a creature: Put a +1/+1 counter on target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Saproling","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Saproling"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"P1P1"},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{1}, Remove a +1/+1 counter from a creature you control: Create a 1/1 green Saproling creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}, Sacrifice a creature: Put a +1/+1 counter on target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":5},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with five +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"e579a72f-4933-40fe-9e57-96f8d65370bc","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["993318ee-4e8f-58a6-b55f-894b9310a3d9","b04a8173-24b6-577f-a150-cd7e51791c04","b97a960d-5d34-5fd0-a94c-af7bb41c3edb","dc6b409b-79e0-5103-9e78-2bf1c9a3deac"],"source_printing_ids":["03cb1519-1cab-4c59-9cf9-d5c44074bbce","11590bf6-184e-4134-b1f6-7b8de5a23564","31317da6-83e1-4548-9c10-7f8da9fe2acd","3ca4df5e-14b3-42ed-89dd-d87450cc78f2","817f782f-7e62-44b3-9bb2-3a57d34dfe67","c2be0e99-cf43-423f-974f-02e3313b3aa9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","C16","CM2","CMD","OCMD","PLST","PZ1","SLD"],"rarities":["mythic"]},"ghirapur grand prix":{"name":"Ghirapur Grand Prix","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Avishkar"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you planeswalk here, all players start their engines! (If you have no speed, it starts at 1. It increases once on each of your turns when an opponent loses life. Max speed is 4.)\nAt the beginning of your end step, put X +1/+1 counters on target creature you control, where X is your speed.\nWhen you planeswalk away from Ghirapur Grand Prix, each player with the highest speed among players creates three Treasure tokens.","non_ability_text":null,"flavor_name":null,"keywords":["StartYourEngines"],"abilities":[],"triggers":[{"mode":"PlaneswalkedTo","execute":{"kind":"Spell","effect":{"type":"StartYourEngines","player_scope":{"type":"All"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you planeswalk here, all players start their engines!","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Speed","player":{"type":"Controller"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put X +1/+1 counters on target creature you control, where X is your speed.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"PlaneswalkedFrom","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"HighestSpeed"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you planeswalk away from ~, each player with the highest speed among players creates three Treasure tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"6515e8d6-26ff-4716-a62d-a5847d0933e7","metadata":{"source_printing_ids":["f8a197a4-1e89-4772-8851-73dd2ffbf329"]},"legalities":{},"printings":["PUNK"],"rarities":["common"]},"ghirapur orrery":{"name":"Ghirapur Orrery","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player may play an additional land on each of their turns.\nAt the beginning of each player's upkeep, if that player has no cards in hand, that player draws three cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, if that player has no cards in hand, that player draws three cards.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"ScopedPlayer"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"Player"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each player may play an additional land on each of their turns."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"c6bb3a58-131a-4d7b-8c07-173a7de23b06","metadata":{"source_printing_ids":["2dde7d22-f235-4368-8fbe-17f6cf0508b3","c9bff744-873b-4fa1-8088-5f28bbcdc7b8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BLC","KLD","PKLD"],"rulings":[{"date":"2016-09-20","text":"Ghirapur Orrery's first ability allows a player to play an additional land during their main phase. Doing so follows the normal timing rules for playing lands."},{"date":"2016-09-20","text":"Ghirapur Orrery's first ability is cumulative if more than one is on the battlefield."},{"date":"2016-09-20","text":"If the player has any cards in hand as Ghirapur Orrery's second ability resolves, the ability does nothing. Notably, a second Ghirapur Orrery won't have a player draw another three cards unless the player empties their hand after resolving the first one's trigger."},{"date":"2016-09-20","text":"In a Two-Headed Giant game, Ghirapur Orrery's second ability triggers for each player on a team separately. If one player has cards in hand, it can still trigger for the other player."},{"date":"2016-09-20","text":"No player may take actions in a turn before Ghirapur Orrery's second ability checks to see if it should trigger. If the player whose turn it is has any cards in hand, it won't trigger."},{"date":"2016-09-20","text":"The draw step is after the upkeep step, so drawing a card as a turn-based action won't affect whether Ghirapur Orrery's second ability triggers."}],"rarities":["rare"]},"ghostfire":{"name":"Ghostfire","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Ghostfire is colorless.\nGhostfire deals 3 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetColor","colors":[]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Library","Hand","Battlefield","Graveyard","Stack","Exile","Command"],"characteristic_defining":true,"description":"~ is colorless."}],"replacements":[],"color_override":[],"color_identity":["Red"],"scryfall_oracle_id":"3479a4e6-c67d-4958-8a47-43d3a2f69bb1","metadata":{"source_printing_ids":["29739dd4-5775-4491-8245-ca2dc38a686e","71f7b2e4-8999-440d-ab4a-403a26f425c5","a60475e5-0d37-4af0-b717-da4c8dea45ac"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDG","DDT","FUT"],"rulings":[{"date":"2007-05-01","text":"Ghostfire is colorless in all zones. Its damage comes from a colorless source."}],"rarities":["common"]},"ghostly keybearer":{"name":"Ghostly Keybearer","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, unlock a locked door of up to one target Room you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"SetRoomDoorLock","op":{"type":"Unlock"},"target":{"type":"Typed","type_filters":[{"Subtype":"Room"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, unlock a locked door of up to one target Room you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ec86a45f-046c-4aab-9b82-422c6f39142e","metadata":{"source_printing_ids":["11d04a98-6997-4653-9719-e6b215567599"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["uncommon"]},"ghostly pilferer":{"name":"Ghostly Pilferer","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes untapped, you may pay {2}. If you do, draw a card.\nWhenever an opponent casts a spell from anywhere other than their hand, draw a card.\nDiscard a card: This creature can't be blocked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Discard a card: ~ can't be blocked this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Untaps","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes untapped, you may pay {2}. If you do, draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"spell_cast_origin":{"type":"NotEquals","data":"Hand"},"description":"Whenever an opponent casts a spell from anywhere other than their hand, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fe168bf1-f626-460c-890b-1ce758af01fc","metadata":{"source_printing_ids":["2810631f-c55c-4947-a26f-4d3ce76024b3","2f6a3605-950d-488b-8e4f-e2c339ef48dc","49be3f34-f140-46ec-a59d-bed4dcc34ad4","a36bccf0-3b69-45b1-8229-48df93b9c6a1","e4f96dc6-65ff-4527-8fe6-ff508da5b8b9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M21","NCC","OTC","PM21","PRM","VOC"],"rulings":[{"date":"2020-06-23","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2020-06-23","text":"Ghostly Pilferer's first ability triggers during your untap step, but it's put onto the stack at the same time as abilities that trigger at the beginning of your upkeep step. Even though the ability triggered first, you may order it before or after other abilities you control that are put onto the stack at this time."},{"date":"2020-06-23","text":"Once Ghostly Pilferer has been blocked, activating its last ability doesn't cause it to become unblocked."},{"date":"2020-06-23","text":"Players can cast spells and activate abilities after the second triggered ability resolves but before the spell that caused it to trigger does."},{"date":"2020-06-23","text":"While resolving Ghostly Pilferer's first ability, you can't pay more than {2} to draw more than one card."}],"rarities":["rare"]},"ghostly prison":{"name":"Ghostly Prison","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":2},"scaling":{"type":"PerAffectedCreature"},"defended":"Player"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e828b189-0e8f-43b8-b909-4c23e742e028","metadata":{"source_printing_ids":["00e7e279-c11b-4978-b75e-9912d08590d2","0736e2ae-92dd-458b-a42a-d41abe14b27a","1132a103-3dd7-4a17-afdc-27200b8cfbfc","1a43d9e8-3320-4873-b322-b323c792ce5e","33d9f600-095e-4f3c-bec0-177e8aeb2422","6ef870ec-5dc4-4d50-8d8f-31839758fa57","8169d44d-b15a-47e0-b417-24f2f4945d0f","82d7de2b-c909-48dc-9ab7-c4a8328e37bb","c601064b-9edd-4c7b-aea2-782ae63851ce","d0ae5ac7-4cd9-40d7-b3a7-e7d493f2bf7a","da3b83cb-f778-4096-9022-b1d6637354ff","daeca212-3a70-470e-a934-9cd7e0ebf7eb","e1f723a8-0be9-4270-b451-a52d6b2fda4e","eea3623d-1d39-4045-acdb-f0fb184ccbc8","f4cfcecf-621f-4664-9b1f-65ce4f0f8ab0","f66cce50-ce75-4fa4-9d2d-85694e5938cf","fdb77ed7-ee6e-4198-b724-774e0f4874ed"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","C19","C21","CHK","CMD","CN2","F10","KHC","MKC","ONC","PC2","PCA","PLST","PRM","PZ1","SLD","SOC","SPG","TD0","TDC","VOC"],"rulings":[{"date":"2007-02-01","text":"In the Two-Headed Giant format, you still only have to pay once per creature."},{"date":"2014-02-01","text":"Unless some effect explicitly says otherwise, a creature that can't attack you can still attack a planeswalker you control."}],"rarities":["uncommon","rare","mythic"]},"ghyrson starn, kelermorph":{"name":"Ghyrson Starn, Kelermorph","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Tyranid","Human"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Ward {2} (Whenever this creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {2}.)\nThree Autostubs — Whenever another source you control deals exactly 1 damage to a permanent or player, Ghyrson Starn deals 2 damage to that permanent or player.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"EventTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Another"}]},"description":"Whenever another source you control deals exactly 1 damage to a permanent or player, ~ deals 2 damage to that permanent or player.","constraint":null,"condition":null,"batched":false,"damage_amount":["EQ",1]}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"b110b8e6-859b-4370-aceb-b21c6cf61532","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["28383124-df99-4002-9966-0a6da67be881","fa7349d9-c82f-4cf8-a852-92168d1f4966"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"If another source deals exactly 1 damage to a permanent or player multiple times or deals exactly 1 damage to multiple permanents and/or players simultaneously, Ghryson Starn, Kellermorph's last ability triggers that many times."}],"rarities":["rare"]},"giada, font of hope":{"name":"Giada, Font of Hope","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nEach other Angel you control enters with an additional +1/+1 counter on it for each Angel you already control.\n{T}: Add {W}. Spend this mana only to cast an Angel spell.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]},"restrictions":[{"SpellType":"Angel"}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}. Spend this mana only to cast an Angel spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Angel"}],"controller":"You","properties":[]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Angel"}],"controller":"You","properties":[{"type":"Another"}]},"description":"Each other Angel you control enters with an additional +1/+1 counter on it for each Angel you already control.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"48e6d3d8-2f27-4017-acdd-40bce8cdbc02","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0b235e9f-a8a6-45d7-b301-bc6db752dda8","637ed447-aade-4fd8-8787-2330436c750f","724c26fb-6908-47e3-bc81-6c369b043d3c","80798911-6cb6-4b67-90b9-0fb83685ea92","89e2d714-2070-434a-9a81-276e72594e06","8ae6fc26-cfad-4da8-98d9-49c27c24d293","bae077bd-fc8d-44d7-8c75-8dc8699c168e","c78b6d2e-29dd-4659-a162-3de5910ce948","d0a98f22-b1ea-4ccb-8782-bf488bcd069b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J25","PFDN","PLST","PSNC","PWCS","SLD","SNC"],"rulings":[{"date":"2024-11-08","text":"\"Each Angel you already control\" means each Angel you control other than the Angel entering, including Giada. It doesn't matter if some or all of the Angels on the battlefield entered after Giada did."}],"rarities":["rare"]},"giant growth":{"name":"Giant Growth","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets +3/+3 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature gets +3/+3 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5748ebf1-24e3-499d-ab7c-c2cebd462a24","metadata":{"source_printing_ids":["06ec9e8b-4bd8-4caf-a559-6514b7ab4ca4","07aee96b-1cf3-4cd9-9998-39ab16170c6b","1210c342-1473-44ae-bcaa-e6b3ef9aea90","194fe0df-501c-4dc8-af3a-b79738a6b58c","211ba440-1c29-403a-8dd7-aa5792d20a1a","293f10ee-c3b4-481b-8bf7-af220eca4c1c","340c33e0-2e41-4e08-a958-124860225735","367dbefe-3366-408e-9fcf-7dc00f8cc201","39ad8f23-fb76-4152-84c4-cde24be65c3a","3df3116a-ce5c-44d1-9286-7deb5d516c90","431c9749-fd7b-4960-a910-8d41d3704e6c","4761badf-58f9-415d-a2b1-d1b428399384","5f5f8c40-db25-4f1e-82d6-3db555617119","62652aa9-57e7-42a7-8f2f-62e9a6aefb16","6376a82b-ca41-4a75-9d8c-396477b2f340","64490086-2e8b-4921-ab08-68960c47277c","65a168b8-285b-4725-a982-671557d4f0bc","6b712e6e-eb48-4a71-b95d-ce343966b236","755a45bd-8fe6-4e4d-8065-024a2836751b","7b1f6503-e4b2-4085-92cd-e9c522b4b10d","7cc4adb1-85af-40ba-bd36-ccd2dc1cb227","80c2fa4e-831f-4ce6-b03c-7bd446260647","8d68d4c8-854c-45bd-a6c0-2f4e686c7943","8ee8c229-1915-493d-82e2-6da9e01bb867","92b1a8a1-6777-4a00-ad3a-defc82bbac27","9832bb9d-8323-4fb3-83e1-f2c2273660f3","9a487199-3ecc-4b22-9379-1be1f8406490","9ade9b45-a1f5-4680-8d26-d2ae5879b1b6","a244a264-b85f-413a-a94e-577f34984fd1","aeece336-e5e8-4455-a297-c3739198d011","af51cf06-0ba0-4439-81ce-83301a91400b","b2ce9b8f-6dfb-4087-b516-1808cc3692fc","b604e2b2-2b8a-482a-9d2d-a7d171002016","bd0bf74e-14c1-4428-88d8-2181a080b5d0","c6ce96a5-76f1-48ca-854d-a37fb6a023a0","c9299742-564b-48ca-a7fa-cf5ed0d98ef6","c9cb3729-64a2-45d3-a83b-040e7fa9ef0c","d33fe386-d165-4874-aa6b-07b7df9b6209","d4db271b-b7f2-4a12-b606-2215bab4ac17","d5cf2c21-031a-4d31-9c18-d5bdfb5e5a81","e6b32578-a074-4a46-b742-84b974748903","e70722d6-b4d5-45c2-9488-9a5eb0bdb9bd","f237ecfe-ecb0-42e6-852f-4a7c61652803","f33f002b-92d1-45d4-9cb3-13cab3c65dd1","f349c459-6d80-4919-bb49-f1613f9b8d1f","f9d1ce5a-0a36-4740-8959-74d25a458484","fb7d7036-fffe-4b55-a8ba-494f4513ba1c","fd1f95bf-48ea-455a-8a6c-0249b11c8900","fe6060f5-d06c-4ff2-91e8-f1d836254fa6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","A25","ATH","BBD","BLB","BRB","BRO","BTD","CED","CEI","DD1","DDD","DKM","DPA","E02","EVG","FBB","FDN","FNM","GVL","ICE","J21","J25","LEA","LEB","M10","M11","M14","ME2","ME3","ME4","MSH","P06","PJJT","PLST","PRM","PS11","PSUS","RTR","SLD","SOA","SUM","WAR","WC97","WC99"],"rarities":["common","uncommon","rare"]},"giant killer":{"name":"Giant Killer","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Peasant"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{1}{W}, {T}: Tap target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}{W}, {T}: Tap target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"91e71279-c9d2-4873-916a-59da03a65741","metadata":{"source_printing_ids":["75754468-2850-42e6-ab22-61ff7b9d1214","cdbd2541-71a3-4945-8a9d-db9e59c86784","d0960ccb-6952-4398-aa94-816e6fb04c2d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["ELD","PELD","PLST","PRM"],"rulings":[{"date":"2019-10-04","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Giant Killer is a white creature card whose mana value is 1. It can't be the target of the triggered ability of Mystic Sanctuary."},{"date":"2019-10-04","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2019-10-04","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to cast it as a permanent later."},{"date":"2019-10-04","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to cast it as a permanent spell."},{"date":"2019-10-04","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to cast the copy as a permanent."},{"date":"2019-10-04","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2019-10-04","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2019-10-04","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if Giant Killer is exiled with the last ability of Vivien, Champion of the Wilds, you can't cast it as Chop Down."},{"date":"2019-10-04","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2019-10-04","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you'll be able to cast it only during your main phase while the stack is empty."}],"rarities":["rare"]},"giant ox":{"name":"Giant Ox","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ox"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"This creature crews Vehicles using its toughness rather than its power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CrewContribution":{"kind":"ToughnessInsteadOfPower","actions":["Crew"]}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ crews Vehicles using its toughness rather than its power."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b42bdf54-9055-405c-87e6-0912dbe2bd68","metadata":{"source_printing_ids":["d3f4dbc9-baa5-407b-a96c-43f356a0875b","fc71d8ca-c613-4534-bc9d-bc1e13202a2c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","KHM"],"rulings":[{"date":"2021-02-05","text":"Crewing a Vehicle doesn't cause Giant Ox's power or toughness to change."}],"rarities":["common"]},"gideon blackblade":{"name":"Gideon Blackblade","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Gideon"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"During your turn, Gideon Blackblade is a 4/4 Human Soldier creature with indestructible that's still a planeswalker.\nPrevent all damage that would be dealt to Gideon Blackblade during your turn.\n[+1]: Up to one other target creature you control gains your choice of vigilance, lifelink, or indestructible until end of turn.\n[−6]: Exile target nonland permanent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain your choice of vigilance, lifelink, or indestructible"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":"UntilEndOfTurn","description":"[+1]: Up to one other target creature you control gains your choice of vigilance, lifelink, or indestructible until end of turn.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Loyalty","amount":-6},"sub_ability":null,"duration":null,"description":"[−6]: Exile target nonland permanent.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"AddKeyword","keyword":"Indestructible"},{"type":"AddType","core_type":"Creature"},{"type":"AddSubtype","subtype":"Human"},{"type":"AddSubtype","subtype":"Soldier"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, ~ is a 4/4 Human Soldier creature with indestructible that's still a planeswalker."}],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Prevent all damage that would be dealt to ~ during your turn.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"813c19f5-3580-488d-9eee-c7a563def532","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["071421ba-b54a-4510-9065-ace62368d3cb","2d82cf3e-b29f-4eb1-a58f-dadddc6d7ec2","39d51c5e-26cb-4276-a676-fabfef866248","41326ca6-f815-4af7-b022-67db127bc125","b9581ba4-8b7a-410c-9a7d-d4a976880435"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MED","PRM","PWAR","RVR","SLD","WAR"],"rulings":[{"date":"2019-05-03","text":"Any counters that are put on Gideon remain on him while he's not a creature, even if they have no effect on a noncreature planeswalker."},{"date":"2019-05-03","text":"If an Equipment becomes attached to Gideon while he's a creature, it'll become unattached during the next upkeep that isn't yours. The same is true of any Auras that become attached to Gideon that can't enchant a noncreature planeswalker."},{"date":"2019-05-03","text":"If an effect causes Gideon to lose all abilities during your turn, he's still a Human Soldier creature and a Gideon planeswalker. This is because his first ability applies before that ability is lost."},{"date":"2019-05-03","text":"If damage that can't be prevented is dealt to Gideon during your turn, that damage will have all applicable results: specifically, the damage is marked on Gideon (since he's a creature) and that damage causes that many loyalty counters to be removed from him (since he's a planeswalker). Even though he has indestructible, if Gideon has no loyalty counters on him, he's put into his owner's graveyard."},{"date":"2019-05-03","text":"You choose which ability the target creature gains as Gideon's first loyalty ability resolves, not as you activate it."}],"rarities":["mythic"]},"gift of paradise":{"name":"Gift of Paradise","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant land\nWhen this Aura enters, you gain 3 life.\nEnchanted land has \"{T}: Add two mana of any one color.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":2},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add two mana of any one color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted land has \"{T}: Add two mana of any one color.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"43a86d36-9653-4498-a533-8b30b919cdbf","metadata":{"source_printing_ids":["00b361e3-8aaa-4194-8ae8-45bdb70c97bb","48273e83-139a-43a4-9bb8-171d3620da60","c0338075-5e84-4a37-957a-9cf23ac261ab","c4a2b15f-c289-4270-830c-50577325b97a","d6b4e2b7-2687-4ad1-99e4-0f8411b5f50d","f7a6fd97-819c-4947-b125-fb9da2329a02"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","C21","CMR","M19","M20","PLST"],"rulings":[{"date":"2020-11-10","text":"If the target land is an illegal target by the time Gift of Paradise tries to resolve, it doesn't resolve. It won't enter the battlefield, so its enters-the-battlefield ability won't trigger."}],"rarities":["common","uncommon"]},"gifted aetherborn":{"name":"Gifted Aetherborn","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Aetherborn","Vampire"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch, lifelink","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Lifelink"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0c6a6587-2b3f-40d1-a5f2-06128da0d52e","metadata":{"source_printing_ids":["1a26dbb1-5d3a-4384-9dc4-6cd40eb94ec9","8644d4d1-8499-40a8-a01f-68172c82bf58","abceb4fd-e3c5-400d-af7a-6dd17108a4b4","d1151568-82ed-45b9-bde5-c2b291a6369d","d655fb9f-cc56-4d1e-a904-9aada9180852"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","GN3","JMP","KLR","PLST","SCH"],"rarities":["uncommon"]},"giggling skitterspike":{"name":"Giggling Skitterspike","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Toy"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nWhenever this creature attacks, blocks, or becomes the target of a spell, it deals damage equal to its power to each opponent.\n{5}: Monstrosity 5. (If this creature isn't monstrous, put five +1/+1 counters on it and it becomes monstrous.)","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"Monstrosity","count":{"type":"Fixed","value":5}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},"sub_ability":null,"duration":null,"description":"{5}: Monstrosity 5.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it deals damage equal to its power to each opponent.","constraint":null,"condition":null,"batched":false},{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ blocks, it deals damage equal to its power to each opponent.","constraint":null,"condition":null,"batched":false},{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"StackSpell"},"description":"Whenever ~ becomes the target of a spell, it deals damage equal to its power to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ca02cb31-9850-48bf-bc8d-ed86a4d4d4f7","metadata":{"source_printing_ids":["a7360ffb-5a45-490f-9adf-d540a404e64d","fba20e7e-9581-4a9b-bdda-5c85d3450d4c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"If Giggling Skitterspike is no longer on the battlefield when its second ability resolves, use its power as it last existed on the battlefield to determine how much damage it deals."},{"date":"2024-09-20","text":"Monstrous isn't an ability that a creature has. It's just something true about that creature. If the creature stops being a creature or loses its abilities, it will continue to be monstrous."},{"date":"2024-09-20","text":"Once a creature becomes monstrous, it can't become monstrous again. If the creature is already monstrous when the monstrosity ability resolves, nothing happens."}],"rarities":["rare"]},"gilded lotus":{"name":"Gilded Lotus","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add three mana of any one color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":3},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add three mana of any one color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9a02a9a7-39d9-4763-85d3-747a0540b60b","metadata":{"source_printing_ids":["27c5edd9-c170-4aa7-90a1-3f4fb552fce6","28e619e6-ecc1-49c3-8fa9-ce42becdb9ba","33704052-aeb1-4798-a64d-778e1879eeb9","4991e495-9b6d-4f52-aada-3187fd44b945","5ed78861-4877-4f27-b900-981af79c2450","608a4869-a5ee-41ad-a08e-74a9a85c7906","70398b01-0301-4a1c-8768-2f189f12577c","7059c4c9-549f-41eb-a7e3-903bc511f6c7","725cb5db-d4b6-453b-9a10-4ab7d98e1023","929ec761-fcc6-473d-b160-0feff6cdf7d0","a1d5e4c8-dfd0-45bc-8000-ebfaccfefec3","a487e208-8493-4bca-8c44-284d89c66b15","aa5e88f1-0ddf-45d7-bbd0-baa88d121867","b7a4ceea-cecf-4310-b1de-40d767f8113b","e1ffa2cd-38d3-4ba5-98aa-8cd790a3aa2e","eea7554e-be86-4d0f-8e80-0ccb4c2cd2f1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["40K","BLC","BRR","CMM","DOM","FDN","M13","MRD","MSC","PDOM","PW26","SLD","V13"],"rarities":["rare"]},"gimbal, gremlin prodigy":{"name":"Gimbal, Gremlin Prodigy","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Gremlin","Artificer"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Artifact creatures you control have trample.\nAt the beginning of your end step, create a 0/0 red Gremlin artifact creature token. Put X +1/+1 counters on it, where X is the number of differently named artifact tokens you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Gremlin","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Creature","Gremlin"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Ref","qty":{"type":"ObjectCountDistinct","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Token"}]},"qualities":["Name"]}}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, create a 0/0 red Gremlin artifact creature token. Put X +1/+1 counters on it, where X is the number of differently named artifact tokens you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature","Artifact"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Artifact creatures you control have trample."}],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"e7441404-71ff-449e-812b-18cd52eabb98","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["ab813dd4-69b7-5723-b719-22eaecd6cbee"],"source_printing_ids":["30cd6ab7-7235-427e-bc92-c9fe6032ffa1","4a9aa899-752b-4106-89ba-9475ee777d41","f4cc58af-1226-4e6b-8f46-d46f3c3068eb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"A token’s name is its subtypes plus the word “Token” unless it’s copying another object or it was given a specific name by the effect that created it. For example, the tokens created by Gimbal’s last ability are named “Gremlin Token.” These tokens have the same name as the 2/2 red Gremlin creature tokens created by Release the Gremlins."},{"date":"2023-04-14","text":"To determine the number of differently named artifact tokens you control, count each artifact token you control once, but only if its English name isn’t exactly the same as another artifact token you’ve already counted this way."}],"rarities":["mythic"]},"gingerbread cabin":{"name":"Gingerbread Cabin","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Forest"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {G}.)\nThis land enters tapped unless you control three or more other Forests.\nWhen this land enters untapped, create a Food token. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters untapped, create a Food token.","constraint":null,"condition":{"type":"Not","condition":{"type":"ZoneChangeObjectIsTapped"}},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control three or more other Forests.","condition":{"type":"UnlessControlsCountMatching","minimum":3,"filter":{"type":"Typed","type_filters":[{"Subtype":"Forest"}],"controller":"You","properties":[{"type":"Another"}]}},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"fa98c367-0312-49c6-abef-72e5ead4cc7d","metadata":{"related_token_ids":["90b377a5-5f77-5f59-a5e0-3da610eef6c8","ecfea11b-0a80-5178-b350-42b0bd7c175a"],"source_printing_ids":["3b583cc8-95e6-4772-afe3-d405b65836e0","b11f5296-5f7d-41ca-a67d-e976273d7386"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C21","ELD"],"rulings":[{"date":"2019-10-04","text":"As these lands are entering the battlefield, they check for lands that are already on the battlefield. They won't see lands that are entering the battlefield at the same time (due to Scapeshift, for example)."},{"date":"2019-10-04","text":"If another effect puts these lands onto the battlefield tapped, they enter tapped, even if you control enough lands with the appropriate basic land type."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["common"]},"gisa, glorious resurrector":{"name":"Gisa, Glorious Resurrector","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"If a creature an opponent controls would die, exile it instead.\nAt the beginning of your upkeep, put all creature cards exiled with Gisa onto the battlefield under your control. They gain decayed. (A creature with decayed can't block. When it attacks, sacrifice it at end of combat.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Battlefield","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]},"enters_under":"You"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Decayed"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain decayed"}],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, put all creature cards exiled with ~ onto the battlefield under your control. They gain decayed.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Destroy","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"description":"If a creature an opponent controls would die, exile it instead.","condition":null}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f1354b1b-896c-4492-b0c0-3dd07c6d3917","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["63461076-a13d-488d-bd82-ceac441341c8","7473f95a-b004-41ad-9729-0242c8b2a5ee","ed32d175-2120-42b3-85f8-d8869f37efd4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID","PMID"],"rulings":[{"date":"2021-09-24","text":"Because creatures controlled by opponents aren't dying due to Gisa's replacement effect, any \"when [this creature] dies\" triggered abilities those creatures have won't trigger."},{"date":"2021-09-24","text":"Decayed does not create any attacking requirements. You may choose not to attack with a creature that has decayed."},{"date":"2021-09-24","text":"Decayed does not grant haste. Creatures with decayed that enter the battlefield during your turn may not attack until your next turn."},{"date":"2021-09-24","text":"Decayed represents a static ability and a triggered ability. \"Decayed\" means \"This creature can't block\" and \"When this creature attacks, sacrifice it at end of combat.\""},{"date":"2021-09-24","text":"Gisa does not grant haste to the creatures that are returned to the battlefield, so you normally won't be able to attack with them the turn they are returned."},{"date":"2021-09-24","text":"If a creature your opponent controls would die and more than one effect would cause it to be exiled, that opponent chooses which one to apply. If the creature is exiled due to some other replacement effect, it will not be returned to the battlefield with Gisa."},{"date":"2021-09-24","text":"Once a creature with decayed attacks, it will be sacrificed at end of combat, even if it no longer has decayed at that time."}],"rarities":["rare"]},"gisela, the broken blade":{"name":"Gisela, the Broken Blade","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel","Horror"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, first strike, lifelink\nAt the beginning of your end step, if you both own and control Gisela and a creature named Bruna, the Fading Light, exile them, then meld them into Brisela, Voice of Nightmares.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Meld","source":"Gisela, the Broken Blade","partner":"Bruna, the Fading Light","result":"Brisela, Voice of Nightmares"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you both own and control ~ and a creature named Bruna, the Fading Light, exile them, then meld them into Brisela, Voice of Nightmares.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"And","conditions":[{"type":"ControlCount","minimum":1,"filter":{"type":"And","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Owned","controller":"You"}]}]}},{"type":"ControlCount","minimum":1,"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Named","name":"Bruna, the Fading Light"},{"type":"Owned","controller":"You"}]}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f3e23d5e-bd88-4e7c-a3fb-db2a8cb05b22","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["04506bad-3856-4184-8dda-941ded60f41a","128e73b3-19a0-4740-b32b-5882d3937a79","bcaad0d2-4f73-4d09-80f2-5975a498ea19","c75c035a-7da9-4b36-982d-fca8220b1797","d1cfc318-9c3e-471f-90eb-dc76454da957","e48b5d96-3c27-4d14-abfc-92db5cbb13ee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","SIR","SLD","V17"],"rulings":[{"date":"2016-07-13","text":"In a Commander game, your commander may be Bruna, the Fading Light or Gisela, the Broken Blade, and the other may be in your deck. If they meld into Brisela, Voice of Nightmares, Brisela will also be your commander; but if Brisela leaves the battlefield, only the card chosen as your commander at the start of the game may be put into the command zone."}],"rarities":["mythic"]},"gitaxian probe":{"name":"Gitaxian Probe","mana_cost":{"type":"Cost","shards":["PhyrexianBlue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({U/P} can be paid with either {U} or 2 life.)\nLook at target player's hand.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Player"},"card_filter":{"type":"None"},"count":null,"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at target player's hand.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1d67f5ff-1fce-45e5-b6a1-416c569351e2","metadata":{"source_printing_ids":["1fbb4493-23db-4c91-a3e0-17b139f5d00f","995486ce-58bb-4753-a812-0ca73ef1a235","b1234467-0f96-4021-ab3c-b4111815168f","b511dd44-4c2c-45be-a35b-61524d7a5761","e670a4e5-7992-419b-8af3-7d622fbe39b2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"banned","modern":"banned","oathbreaker":"legal","pauper":"banned","paupercommander":"legal","vintage":"restricted"},"printings":["F12","MB2","NPH","PLST","PRM","SLD"],"rulings":[{"date":"2011-06-01","text":"A card with Phyrexian mana symbols in its mana cost is each color that appears in that mana cost, regardless of how that cost may have been paid."},{"date":"2011-06-01","text":"As you cast a spell or activate an activated ability with one or more Phyrexian mana symbols in its cost, you choose how to pay for each Phyrexian mana symbol at the same time you would choose modes or choose a value for X."},{"date":"2011-06-01","text":"If you're at 1 life or less, you can't pay 2 life."},{"date":"2011-06-01","text":"Phyrexian mana is not a new color. Players can't produce Phyrexian mana."},{"date":"2011-06-01","text":"The targeted player may have no cards in their hand. You'll still draw a card."},{"date":"2011-06-01","text":"To calculate the mana value of a card with Phyrexian mana symbols in its cost, count each Phyrexian mana symbol as 1."}],"rarities":["common","rare"]},"gix, yawgmoth praetor":{"name":"Gix, Yawgmoth Praetor","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Praetor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature deals combat damage to one of your opponents, its controller may pay 1 life. If they do, they draw a card.\n{4}{B}{B}{B}, Discard X cards: Exile the top X cards of target opponent's library. You may play lands and cast spells from among cards exiled this way without paying their mana costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":4}},{"type":"Discard","count":{"type":"Fixed","value":0},"filter":null,"random":false,"self_ref":false}]},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"play","description":"play lands"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":true,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{4}{B}{B}{B}, Discard X cards: Exile the top X cards of target opponent's library. You may play lands and cast spells from among cards exiled this way without paying their mana costs.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":1}},"payer":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals combat damage to one of your opponents, its controller may pay 1 life. If they do, they draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"928d977e-cff0-4e0e-83bb-16d73a754f35","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["135c5948-4c95-4f24-b648-eda55ab637c8","2c76f7e0-37e7-4e87-93a3-a25ba0674645","425ae9d7-f198-4ace-9a2c-ebc8845a71ce","7ea211f0-322b-4a78-8853-61eeddccdb3c","d71d72c2-f91f-4adf-9c38-20fc559b9689","f1de9d89-4cbf-453b-ab6d-88090bd7a204","fb87dbd3-1b80-4c91-b4f7-b13bdd885c3c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","FCA","MB2","PBRO","PRM","TDC"],"rulings":[{"date":"2022-10-14","text":"If a spell you cast this way has an {X} in its mana cost, you must choose 0 for X."},{"date":"2022-10-14","text":"You may play a land this way only during your own turn and only if you have not yet played a land this turn."},{"date":"2022-10-14","text":"You must play the cards as you resolve the last ability. You can't wait and play them later."}],"rarities":["mythic"]},"glacial grasp":{"name":"Glacial Grasp","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tap target creature. Its controller mills two cards. That creature doesn't untap during its controller's next untap step. (They put the top two cards of their library into their graveyard.)\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Tap target creature. Its controller mills two cards. That creature doesn't untap during its controller's next untap step.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c3006be3-a796-4238-95dd-1e8e47c063b5","metadata":{"source_printing_ids":["381d84d6-7b34-44cb-a697-54b835ba1281"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ZNR"],"rulings":[{"date":"2020-09-25","text":"If the target creature is an illegal target by the time Glacial Grasp tries to resolve, the spell doesn’t resolve. No player mills or draws any cards, and the creature won’t be stopped from untapping. If the target is legal but Glacial Grasp doesn’t tap it (most likely because it’s already tapped), the rest of Glacial Grasp’s effects still happen: that creature won’t untap during its controller’s next untap step, that player mills two cards, and you draw a card."}],"rarities":["common"]},"glacierwood siege":{"name":"Glacierwood Siege","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Temur or Sultai.\n• Temur — Whenever you cast an instant or sorcery spell, target player mills four cards.\n• Sultai — You may play lands from your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":4},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, target player mills four cards.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Temur"},"batched":false}],"static_abilities":[{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Play"}},"affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"modifications":[],"condition":{"type":"ChosenLabelIs","label":"Sultai"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands from your graveyard."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Temur","Sultai"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Temur or Sultai.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"295a831c-490e-42ba-afc1-dab3524a4f0c","metadata":{"source_printing_ids":["0f37fad7-2385-409b-8375-fa5dfbcad833","6626cc5e-3a9f-4832-a88a-abf6466e2bae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Glacierwood Siege’s Sultai ability doesn’t allow you to activate abilities (such as cycling) of land cards in your graveyard."},{"date":"2025-04-04","text":"Glacierwood Siege’s Sultai ability doesn’t change the times when you can play those land cards. You can still play only one land per turn, and only during your main phase when you have priority and the stack is empty."},{"date":"2025-04-04","text":"If you somehow control Glacierwood Siege and no choice was made for it (perhaps because another permanent on the battlefield became a copy of it), it has neither of the two abilities."}],"rarities":["rare"]},"glademuse":{"name":"Glademuse","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a spell, if it's not their turn, that player draws a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell, if it's not their turn, that player draws a card.","constraint":null,"condition":{"type":"Not","condition":{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"028f2c1d-9c1d-4ac3-adf4-644b5166502b","metadata":{"source_printing_ids":["89a40dc1-3bd8-4c7e-9446-5abc8c1f6995"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20"],"rulings":[{"date":"2020-04-17","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2020-04-17","text":"Players can cast spells and activate abilities after the triggered ability resolves but before the spell that caused it to trigger does."}],"rarities":["rare"]},"glaring aegis":{"name":"Glaring Aegis","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nWhen this Aura enters, tap target creature an opponent controls.\nEnchanted creature gets +1/+3.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, tap target creature an opponent controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":3}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+3."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0b0c98ba-3505-40aa-b0f2-e03c9790f51e","metadata":{"source_printing_ids":["213b9831-8259-4c06-9b4f-13dbeb9ba6f7","a5f66474-05bb-4235-b8b4-c2e6452118fc","daa83dc2-4ec0-4e4f-8bfd-4f6d6df06a2d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DTK","M20","PLST"],"rulings":[{"date":"2019-07-12","text":"If the target creature is an illegal target by the time Glaring Aegis tries to resolve, the spell doesn't resolve. It won't enter the battlefield, so its ability won't trigger."}],"rarities":["common"]},"glimmer seeker":{"name":"Glimmer Seeker","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Survivor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Survival — At the beginning of your second main phase, if this creature is tapped, draw a card if you control a Glimmer creature. If you don't control a Glimmer creature, create a 1/1 white Glimmer enchantment creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Glimmer","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Enchantment","Creature","Glimmer"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"Glimmer"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"Glimmer"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PostCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your second main phase, if ~ is tapped, draw a card if you control a Glimmer creature. If you don't control a Glimmer creature, create a 1/1 white Glimmer enchantment creature token.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"SourceIsTapped"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cbb5526b-3aa1-43d9-acdb-bd230ce3fe63","metadata":{"related_token_ids":["7918eafc-a710-5e80-9b59-bdfe07067a46"],"source_printing_ids":["7f06bbb1-0c7d-4803-9b35-8a2206803eed"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"If a creature with a survival ability isn't tapped when your second main phase begins, the ability won't trigger at all. You won't be able to tap it during your second main phase in time to have that ability trigger."},{"date":"2024-09-20","text":"If a creature's survival ability triggers but that creature is untapped when the ability begins to resolve, that ability won't do anything."},{"date":"2024-09-20","text":"If a creature's survival ability triggers but the creature leaves the battlefield before the ability resolves, use its tapped or untapped status as it last existed on the battlefield to determine whether or not the ability will do anything."},{"date":"2024-09-20","text":"Survival abilities (and other abilities that trigger at the beginning of your second main phase) will trigger at the beginning of the second main phase you take in a turn. They won't trigger during your third, fourth, or other additional main phases in a single turn, if effects somehow cause you to have more than two main phases."}],"rarities":["uncommon"]},"glint hawk":{"name":"Glint Hawk","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, sacrifice it unless you return an artifact you control to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you return an artifact you control to its owner's hand.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"ReturnToHand","count":1,"filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5d24525f-dbac-434b-bda7-ff8af55245ff","metadata":{"source_printing_ids":["284c4710-4183-4743-9c8b-515cc98cbbb8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["SOM"],"rulings":[{"date":"2011-01-01","text":"You choose which artifact to return to its owner’s hand as the triggered ability resolves. If you control no artifacts at that time, you must sacrifice Glint Hawk. Although players can respond to the ability, once it starts to resolve and you choose an artifact you control to return to its owner’s hand, it’s too late for players to respond."},{"date":"2011-01-01","text":"You may choose to sacrifice Glint Hawk as its triggered ability resolves even if you control an artifact."}],"rarities":["common"]},"glistener elf":{"name":"Glistener Elf","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Elf","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Infect (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)","non_ability_text":null,"flavor_name":null,"keywords":["Infect"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"9d95d173-5c7f-4e0c-bcdc-9b90fcd7339b","metadata":{"source_printing_ids":["2de77e7b-5599-470a-b2ed-14b9bfc900e0","8b94f4c6-b518-43b3-be52-e889d1f3ea38","97685645-43ab-4dd3-926a-f7439d7a31e6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["F12","NPH","PRM","SLD"],"rarities":["common","rare"]},"gloomlake verge":{"name":"Gloomlake Verge","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {U}.\n{T}: Add {B}. Activate only if you control an Island or a Swamp.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B}. Activate only if you control an Island or a Swamp.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"YouControlLandSubtypeAny","subtypes":["island","swamp"]}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"d71bda4c-3dee-4398-8fd0-f77d8743b887","metadata":{"source_printing_ids":["83f510b7-4cbd-4883-9c26-c8824bc668ac","b414e4bd-a443-4ab3-bee4-1ad1d039aa1a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rarities":["rare"]},"glory-bound initiate":{"name":"Glory-Bound Initiate","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"You may exert this creature as it attacks. When you do, it gets +1/+3 and gains lifelink until end of turn. (An exerted creature won't untap during your next untap step.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":3},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+3 and gains lifelink"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"You may exert ~ as it attacks. When you do, it gets +1/+3 and gains lifelink until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b5582be1-6c2f-4052-80da-bf8f1913567b","metadata":{"source_printing_ids":["24e23a06-4ed3-4948-aca5-fbdda03f4f2a","756a4d03-d452-4b86-bd70-eb10739a8888"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PAKH"],"rulings":[{"date":"2017-04-18","text":"All cards in the Amonkhet set that let you exert a creature let you do so as you declare it as an attacking creature, as do some of the cards in the Hour of Devastation set. You can’t do so later in combat, and creatures put onto the battlefield attacking can’t be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2017-04-18","text":"If an exerted creature is already untapped during your next untap step (most likely because it had vigilance or an effect untapped it), exert’s effect preventing it from untapping expires without having done anything."},{"date":"2017-04-18","text":"If you gain control of another player’s creature until end of turn and exert it, it will untap during that player’s untap step."},{"date":"2017-04-18","text":"You can’t exert a creature unless an effect allows you to do so. Similar effects that “tap and freeze” a creature (such as that of Decision Paralysis) don’t exert that creature."}],"rarities":["rare"]},"glowing one":{"name":"Glowing One","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Mutant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever this creature deals combat damage to a player, they get four rad counters.\nWhenever a player mills a nonland card, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GivePlayerCounter","counter_kind":"Rad","count":{"type":"Fixed","value":4},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, they get four rad counters.","constraint":null,"condition":null,"batched":false},{"mode":"Milled","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player mills a nonland card, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b30eae2a-bc1c-45a3-93ae-e1c30d26797c","metadata":{"source_printing_ids":["a1e36b92-aa88-4536-aebc-7e84a10d73fe","b8b3537a-e44a-47ff-9687-c2172738aeed"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"Any effects (such as proliferate) that interact with counters a player gets, has, or loses can interact with rad counters."},{"date":"2024-03-08","text":"If a player has fewer cards remaining in their library than the number of rad counters they have when the triggered ability resolves, they’ll mill as many cards as they can."},{"date":"2024-03-08","text":"If a player is instructed to mill more than one card, Glowing One’s last ability will trigger once for each nonland card they mill during that instruction. For example, a player with four rad counters will mill four cards at the beginning of their precombat main phase. If all four of those cards are nonland cards, Glowing One’s ability triggers four times."},{"date":"2024-03-08","text":"In a game using the shared team turns option, such as an Archenemy or Two-Headed Giant game, the inherent triggered ability associated with rad counters triggers once for each player on the active team that has rad counters. Each instance of that ability is controlled by one of those players."},{"date":"2024-03-08","text":"Keep track of how many rad counters each player has. Potential ways to track this include writing them down on paper or using dice, but any method that is clear and mutually agreeable is fine."},{"date":"2024-03-08","text":"Rad counters are a kind of counter that a player may have. They’re not associated with any specific permanents."},{"date":"2024-03-08","text":"Rad counters don’t go away as steps, phases, or turns end. They only go away when an effect instructs a player to remove rad counters from themselves."},{"date":"2024-03-08","text":"The cards are milled all at once, which means abilities that trigger “whenever one or more nonland cards are milled” will trigger exactly once as long as at least one nonland card was milled."},{"date":"2024-03-08","text":"There is an inherent triggered ability associated with having rad counters. This triggered ability has no source and is controlled by the active player. The full text of this ability is “At the beginning of the precombat main phase of a player with rad counters, that player mills cards equal to the number of rad counters they have. For each nonland card milled this way, that player loses 1 life and removes one rad counter from themselves.”"}],"rarities":["uncommon"]},"gluntch, the bestower":{"name":"Gluntch, the Bestower","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Jellyfish"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your end step, choose a player. They put two +1/+1 counters on a creature they control. Choose a second player to draw a card. Then choose a third player to create two Treasure tokens.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Player","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":{"ChosenPlayer":{"index":0}},"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Player","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":{"ChosenPlayer":{"index":1}},"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Player","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Typed","type_filters":[],"controller":{"ChosenPlayer":{"index":2}},"properties":[]},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, choose a player. They put two +1/+1 counters on a creature they control. Choose a second player to draw a card. Then choose a third player to create two Treasure tokens.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"0222dc7c-459b-4909-a037-72b2eb248599","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["7fb44e8f-f3f6-5834-b4ef-a0249adacc31"],"source_printing_ids":["3836d7e5-98cd-4f1e-9a66-150b80cd0325","3b3e889a-5865-4464-9923-bffa25c50cd2","836e3cf0-7335-481d-a9df-386cb1371657"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"All three players must be different players, although any one of them can be you. If there are only two players in the game, you won't choose a third player, and no one will create Treasure tokens."},{"date":"2022-06-10","text":"The first chosen player gets to choose which creature they will place the counters on."},{"date":"2022-06-10","text":"You may choose a player who doesn't control any creatures as the first chosen player."}],"rarities":["rare"]},"go nuts!":{"name":"Go Nuts!","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 3 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 3 or more.)\nChoose one. If this spell was cast using teamwork, choose both instead.\n• Put a +1/+1 counter on target creature.\n• Target creature you control fights target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":3}],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0efe1357-bfbb-42c0-9cc9-6a919d686c66","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Put a +1/+1 counter on target creature.","Target creature you control fights target creature an opponent controls."],"allow_repeat_modes":false,"constraints":[{"type":"ConditionalMaxChoices","condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"max_choices":2,"otherwise_max_choices":1}],"chooser":{"type":"Controller"}},"additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":3},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["152a7b5b-2d95-45d3-8fd9-0ca1d5a79f8b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"go-shintai of boundless vigor":{"name":"Go-Shintai of Boundless Vigor","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["Shrine"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Trample\nAt the beginning of your end step, you may pay {1}. When you do, put a +1/+1 counter on target Shrine for each Shrine you control.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Shrine"}],"controller":"You","properties":[]}}},"target":{"type":"Typed","type_filters":[{"Subtype":"Shrine"}],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, you may pay {1}. When you do, put a +1/+1 counter on target Shrine for each Shrine you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"183cfd35-c18a-4838-94e5-1ad66e6bd325","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["691016a1-8630-423c-9a57-061593d170fd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO"],"rulings":[{"date":"2022-02-18","text":"Count the number of Shrines you control as the reflexive triggered ability resolves to determine how many +1/+1 counters to put on the target Shrine."},{"date":"2022-02-18","text":"Go-Shintai of Boundless Vigor's reflexive triggered ability may target a Shrine which isn't currently a creature."}],"rarities":["uncommon"]},"go-shintai of hidden cruelty":{"name":"Go-Shintai of Hidden Cruelty","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["Shrine"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nAt the beginning of your end step, you may pay {1}. When you do, destroy target creature with toughness X or less, where X is the number of Shrines you control.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"LE","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Shrine"}],"controller":"You","properties":[]}}}}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, you may pay {1}. When you do, destroy target creature with toughness X or less, where X is the number of Shrines you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ff8cf669-a38a-44ae-baff-420f59492371","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["45e1ff1e-916b-4455-84cb-4125a79d76de"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO"],"rarities":["uncommon"]},"go-shintai of life's origin":{"name":"Go-Shintai of Life's Origin","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["Shrine"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{W}{U}{B}{R}{G}, {T}: Return target enchantment card from your graveyard to the battlefield.\nWhenever Go-Shintai of Life's Origin or another nontoken Shrine you control enters, create a 1/1 colorless Shrine enchantment creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{W}{U}{B}{R}{G}, {T}: Return target enchantment card from your graveyard to the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Shrine","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Enchantment","Creature","Shrine"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Shrine"}],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another nontoken Shrine you control enters, create a 1/1 colorless Shrine enchantment creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"6dbcd542-ddb0-434e-b8ee-3e31e1a8b051","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0cfbb710-e05d-50bc-b8e2-8e409f7cca61","d134c4be-492a-5e9a-a4c4-bb203ef1e694"],"source_printing_ids":["4e9a1f19-6ee3-49fb-a08d-4048ee7c1e34","9476fe67-d2d3-4835-8ba6-2a17d18cc141","d761ff73-0717-4ee4-996b-f5547bcf9b2f","fcc10ec0-6c00-4c64-9545-b7f5a91ff5e3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["HA6","NEC","PRM","SLD"],"rulings":[{"date":"2022-02-18","text":"If a token copy of Go-Shintai of Life's Origin enters the battlefield, it will cause its own triggered ability to trigger."}],"rarities":["mythic"]},"goblin anarchomancer":{"name":"Goblin Anarchomancer","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Each spell you cast that's red or green costs {1} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"AnyOf","props":[{"type":"HasColor","color":"Red"},{"type":"HasColor","color":"Green"}]}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each spell you cast that's red or green costs {1} less to cast."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"e9319f13-1f2b-429c-9d61-e58a3cbec86a","metadata":{"source_printing_ids":["633a3423-501d-4b22-95a6-743233be521e","8f60c234-fbfc-4ecf-a678-fc52efbc20cf","f7f07a80-05b5-4108-9e68-f8da05866acc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","MH2"],"rulings":[{"date":"2021-06-18","text":"A spell that's both red and green costs {1} less to cast."}],"rarities":["common"]},"goblin arsonist":{"name":"Goblin Arsonist","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Shaman"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature dies, you may have it deal 1 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, you may have it deal 1 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c1177f22-a1cf-4da3-a68d-ff954e878403","metadata":{"source_printing_ids":["4d131369-db00-4a11-bd47-4401188b0f35","707d396d-950b-4ab8-9db2-f40c8f7db062","c24751fd-5e9b-4d7d-83ba-e306b439bbe1","cc6f5598-6fbd-4808-bae6-e4d62ce6d315","d933bd6f-4fe6-4f05-b907-b3c950dbd257","fa4bf664-3b92-4598-b905-2bc090958c8b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DDK","J25","M12","M13","M21","ROE"],"rarities":["common"]},"goblin assault":{"name":"Goblin Assault","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, create a 1/1 red Goblin creature token with haste.\nGoblin creatures attack each combat if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Goblin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin"],"colors":["Red"],"keywords":["Haste"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, create a 1/1 red Goblin creature token with haste.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"MustAttack","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Goblin"}],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Goblin creatures attack each combat if able."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d1255776-b88b-4f05-9b71-ff89a2eba453","metadata":{"related_token_ids":["12a89d08-9938-5ef1-8c72-d8d57cff8cda","3b426fd6-6cdc-5529-a531-fb1df8aa6711","86b88555-4c47-554d-a097-dfb4854bb61f"],"source_printing_ids":["26bccccc-f694-47a8-90fa-e3f1f62b9664","473fb06e-5c71-4370-a5d7-7753d84d0fd6","d039402e-2c74-4bea-b360-b93979b52698"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ALA","MM3","PLST"],"rulings":[{"date":"2017-03-14","text":"Goblin Assault’s second ability affects all Goblin creatures controlled by all players. It’s not limited to the tokens created with the first ability."}],"rarities":["uncommon","rare"]},"goblin chainwhirler":{"name":"Goblin Chainwhirler","mana_cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"First strike\nWhen this creature enters, it deals 1 damage to each opponent and each creature and planeswalker they control.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":1},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"Opponent","properties":[]}]},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals 1 damage to each opponent and each creature and planeswalker they control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0342b085-be20-475a-bc38-59b9cb6012e8","metadata":{"source_printing_ids":["5f173ff2-3d45-4015-8660-fbec7ca1bce9","8bdb2883-3cfd-4fb0-9f99-6a57277f7fe4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DOM","PDOM","PLST"],"rulings":[{"date":"2018-04-27","text":"If the damage Goblin Chainwhirler would deal to a player is prevented, it still deals 1 damage to that player’s creatures and planeswalkers."},{"date":"2018-04-27","text":"In a Two-Headed Giant game, the Goblin Chainwhirler’s last ability causes the opposing team to lose 2 life."}],"rarities":["rare"]},"goblin guide":{"name":"Goblin Guide","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever this creature attacks, defending player reveals the top card of their library. If it's a land card, that player puts it into their hand.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"DefendingPlayer"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Land"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, defending player reveals the top card of their library. If it's a land card, that player puts it into their hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"51d9564b-44fc-4de1-9119-09d7b4089378","metadata":{"source_printing_ids":["1aac57a6-29c0-4ccb-b825-b1e04ae0ea3e","3c0f5411-1940-410f-96ce-6f92513f753a","552b7314-5dd9-4722-841b-2e9d5647f854","62d2058c-3f20-4566-b366-93a2cbbe682f","b2e2a777-0705-4a37-937d-c6e020ebc0f0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","MB2","MM3","PGPX","PLG21","PRM","SLP","TD0","ZEN"],"rulings":[{"date":"2020-08-07","text":"If Goblin Guide is attacking a planeswalker, that planeswalker's controller is the defending player."},{"date":"2020-08-07","text":"If the defending player reveals a nonland card, it remains on top of their library."}],"rarities":["rare"]},"goblin piker":{"name":"Goblin Piker","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"50608184-90d3-43d2-a221-deb186c78323","metadata":{"source_printing_ids":["083ec3e7-950c-4e9d-aba5-02ed13d723f0","32c86887-678a-4ba5-b0bb-243f4015ad80","85516547-2c1a-432b-9fc5-8d2c91156c77","90fffa95-95c8-47b5-a196-431f731781e6","cb3e1685-a34d-43fc-986f-442523cc0631","ceae72d6-f2a2-4345-822d-6a7c2409a237"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["10E","9ED","DPA","M10","M11","M12","P02","PS11"],"rarities":["common"]},"goblin raider":{"name":"Goblin Raider","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature can't block.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7f11c830-fced-40db-8c02-b3c54f3e4372","metadata":{"source_printing_ids":["0837dd6a-d413-40a4-a684-ec637a4f3d4a","3315d75d-08dc-456c-a8e7-fe3136bf1a6b","750d34c5-2a25-4b2c-80b2-1205d0580fcc","88af4784-e126-4628-b228-6c0a95f00a25","e150a460-8a81-4097-8100-ccb8a9bb1bd7","f026d65f-c365-475b-9454-e9935af00ec4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["7ED","8ED","9ED","P02","USG"],"rarities":["common"]},"god-pharaoh's gift":{"name":"God-Pharaoh's Gift","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, you may exile a creature card from your graveyard. If you do, create a token that's a copy of that card, except it's a 4/4 black Zombie. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TrackedSet","id":0},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"SetColor","colors":["Black"]},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddType","core_type":"Creature"},{"type":"AddSubtype","subtype":"Zombie"}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, you may exile a creature card from your graveyard. If you do, create a token that's a copy of that card, except it's a 4/4 black Zombie. It gains haste until end of turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9f2d2fda-f098-4375-8fe9-63f929e3928c","metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["43006ff7-6240-4ee1-8ea0-2dc9ad869165","44cb3c56-3e19-4a61-a8f7-e89565f8b4b7","b2e85a9e-4c37-4721-b7ea-de3413ec39df","b34cdeff-f749-4609-93c8-21608106d099"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","DRC","HOU","PHOU","PLST"],"rulings":[{"date":"2017-07-14","text":"If the card copied by the token had any \"when [this permanent] enters the battlefield\" abilities, then the token also has those abilities and will trigger them when it's created. Similarly, any \"as [this permanent] enters the battlefield\" or \"[this permanent] enters the battlefield with\" abilities that the token has copied will also work."},{"date":"2017-07-14","text":"The ability of God-Pharaoh's Gift doesn't target the creature card you'll exile. You choose one as the ability resolves. No player may take actions between the time you choose a creature card to exile and the time you create the token."},{"date":"2017-07-14","text":"The token copies exactly what was printed on the original card and nothing else, except the characteristics it specifically modifies. It doesn't copy any information about the object the card was before it was put into your graveyard."},{"date":"2017-07-14","text":"The token is a Zombie instead of its other types (unlike Zombies created by an eternalize ability) and is black instead of its other colors. Its power and toughness are 4/4. These are copiable values of the token that other effects may copy."},{"date":"2017-07-14","text":"Unlike the tokens created by an eternalize ability, this token has the mana cost and thus mana value of the card it's copying."}],"rarities":["rare"]},"godo, bandit warlord":{"name":"Godo, Bandit Warlord","mana_cost":{"type":"Cost","shards":["Red"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Barbarian"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When Godo enters, you may search your library for an Equipment card, put it onto the battlefield, then shuffle.\nWhenever Godo attacks for the first time each turn, untap it and all Samurai you control. After this phase, there is an additional combat phase.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Equipment"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may search your library for an Equipment card, put it onto the battlefield, then shuffle.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":[{"Subtype":"Samurai"}],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks for the first time each turn, untap it and all Samurai you control. After this phase, there is an additional combat phase.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f890d51a-dc90-4179-8423-4738a72a527c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["01d566cf-cb32-461d-8afe-b0f3f4c24160","0424f97c-b8ba-4c19-9238-cf2d7eed150f","123d1368-fbbe-48f8-9b44-d51946529322","62d51f68-c5b7-4304-b777-97bf7df0492c","73ade6a3-a461-4f90-8bd6-9b17892a8405","b24b733e-f98a-4ae1-9e54-eb416dea7cf6","fcff0b92-edd0-4197-965b-3fd86bc884d8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C16","CHK","CMM","FCA","OCM1","SLD"],"rulings":[{"date":"2020-08-07","text":"Unlike many effects that grant additional combat phases, you don't get an additional main phase with Godo, Bandit Warlord's ability. The additional combat phase happens immediately after the first combat phase."}],"rarities":["rare"]},"gogo, master of mimicry":{"name":"Gogo, Master of Mimicry","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{X}{X}, {T}: Copy target activated or triggered ability you control X times. You may choose new targets for the copies. This ability can't be copied and X can't be 0. (Mana abilities can't be targeted.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CopySpell","target":{"type":"StackAbility","controller":"You"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["X","X"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{X}{X}, {T}: Copy target activated or triggered ability you control X times. You may choose new targets for the copies.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"min_x_value":1,"cant_be_copied":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"61586052-7d69-489c-84c4-0359228d131b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["054e180d-4e66-426d-adb5-a4fee94b6a67","59156e99-5514-4eb3-b976-bb6cfe354d12","8cbeb01f-965f-4aa2-9e75-31718cc574e3","cce4eb99-d960-4ab7-911a-bb4ea74d1775"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities (such as equip) are activated abilities and will have a colon in their reminder text."},{"date":"2025-06-06","text":"Any choices made when the ability resolves won't have been made yet when it's copied. Any such choices will be made separately when the copy resolves. Most notably, if a triggered ability asks its controller to pay a cost, you pay that cost for the copy if you wish to have it paid."},{"date":"2025-06-06","text":"Gogo's ability can copy any activated or triggered ability on the stack, not just one with targets."},{"date":"2025-06-06","text":"Gogo's ability targets an activated or triggered ability that is on the stack and creates one or more additional instances of that ability on the stack. It doesn't cause any object to gain any abilities."},{"date":"2025-06-06","text":"If an ability is linked to a second ability, copies of that first ability are also linked to that second ability. If the second ability refers to \"the exiled card,\" it refers to all cards exiled by the first ability and the copy. For example, if Clive's Hideaway's hideaway ability is copied and two cards are exiled, you may cast both exiled cards without paying their mana costs (assuming you control four or more legendary creatures at that time.)"},{"date":"2025-06-06","text":"If the ability has damage divided as it was put onto the stack, the division can't be changed, although the targets receiving that damage still can. The same is true of abilities that distribute counters."},{"date":"2025-06-06","text":"If the ability that's copied has an X whose value was determined as it was activated, the copy will have the same value of X."},{"date":"2025-06-06","text":"If the ability that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode. A different mode can't be chosen."},{"date":"2025-06-06","text":"The copy is created on the stack, so it's not \"activated.\" Creating the copy won't cause abilities that trigger when a player activates an ability to trigger. Abilities that say that a triggered ability triggers additional times won't apply to copying a triggered ability."},{"date":"2025-06-06","text":"The copy will have the same targets as the ability it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2025-06-06","text":"The copy will resolve before the original ability does."},{"date":"2025-06-06","text":"The source of the copy from Gogo's ability is the same as the source of the original ability."},{"date":"2025-06-06","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keywords (such as prowess) are triggered abilities and will use \"when,\" \"whenever,\" or \"at\" in their reminder text."},{"date":"2025-06-06","text":"You can't choose to pay any activation costs for the copy. However, effects based on those costs that were paid for the original ability are copied as though those same costs were paid for the copy."}],"rarities":["mythic"]},"gogo, mysterious mime":{"name":"Gogo, Mysterious Mime","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, you may have Gogo become a copy of another target creature you control until end of turn, except its name is Gogo, Mysterious Mime. If you do, Gogo and that creature each get +2/+0 and gain haste until end of turn and attack this turn if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"duration":"UntilEndOfTurn","additional_modifications":[{"type":"SetName","name":"Gogo, Mysterious Mime"}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+0 and gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+0 and gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, you may have ~ become a copy of another target creature you control until end of turn, except its name is ~. If you do, ~ and that creature each get +2/+0 and gain haste until end of turn and attack this turn if able.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"6fdcb563-9279-4365-8a78-26e75fbfd917","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0db05dc8-03f8-4ab4-9ca3-2aaaa0099eb4","ebf0b7b3-2e9a-4fb1-aaad-ff1567a4993c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"Gogo copies exactly what was printed on the original creature, with the listed exception (unless that creature is copying something else or is a token; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or any Auras or Equipment attached to it, or any non-copy effects that have changed its types, color, power and toughness, and so on."},{"date":"2025-06-06","text":"If Gogo copies a legendary creature, Gogo will also be legendary, but because its name remains Gogo, Mysterious Mime, the \"legend rule\" won't cause either of them to be put into the graveyard."},{"date":"2025-06-06","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2025-06-06","text":"If the copied creature is a token, Gogo copies the original characteristics of that token as stated by the effect that created the token, with the listed exception."},{"date":"2025-06-06","text":"If the copied creature is copying something else, then Gogo becomes a copy of whatever that creature is copying, with the listed exception."}],"rarities":["rare"]},"goldnight commander":{"name":"Goldnight Commander","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature you control enters, creatures you control get +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, creatures you control get +1/+1 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3dc51dfc-7a60-41bf-b944-6afad6b06c22","metadata":{"source_printing_ids":["3c87f4e1-73a0-458e-8941-22423bbfefc4","80be2fea-3fe6-477e-bcb8-63f441d6cfc1","81b35a17-e208-4fe6-980f-3f85b44612d7","854ee15f-bf36-4b80-9717-6e6f02da790e","889f5a07-3b5c-494b-834a-3a5e444e38cc","c6ebec82-9d4a-4e78-b923-37c3a52133e7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AVR","J22","KHC","ONC","PLST","TDC"],"rulings":[{"date":"2012-05-01","text":"The creature that entered will also get +1/+1 until end of turn if it's still on the battlefield when the ability resolves."}],"rarities":["uncommon"]},"gollum, scheming guide":{"name":"Gollum, Scheming Guide","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Horror"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever Gollum attacks, look at the top two cards of your library, put them back in any order, then choose land or nonland. An opponent guesses whether the top card of your library is the chosen kind. Reveal that card. If they guessed right, remove Gollum from combat. Otherwise, you draw a card and Gollum can't be blocked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":2},"destination":"Library","keep_count":null,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"CardPredicate":{"options":["Land","Nonland"]}},"persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"CardPredicateGuess":{"options":["Land","Nonland"]}},"persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RemoveFromCombat","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":[],"additional_filter":{"type":"MatchesLastChosenCardPredicate"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"ChosenPlayer","index":0}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, look at the top two cards of your library, put them back in any order, then choose land or nonland. An opponent guesses whether the top card of your library is the chosen kind. Reveal that card. If they guessed right, remove ~ from combat. Otherwise, you draw a card and ~ can't be blocked this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3fb5c9a6-3fab-4109-875b-83c92518c5eb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["76aa1492-579f-4e36-8931-b2bf203e2d76","7f93ad17-b655-4a10-990e-b26ead90d221"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTC"],"rulings":[{"date":"2023-06-16","text":"If you have no cards in your library as Gollum, Scheming Guide's ability resolves, your opponent's guess will not be right no matter what they guess. That means you'll draw a card, or more accurately, attempt to draw a card from your empty library and therefore (usually) lose the game."},{"date":"2023-06-16","text":"If you only have one card in your library as Gollum, Scheming Guide's ability resolves, you'll look at that card, put it back on top of your library, and then continue with the ability as normal."},{"date":"2023-06-16","text":"You reveal the card even if your opponent guessed correctly."}],"rarities":["rare"]},"gone":{"name":"Gone","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target creature you don't control to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return target creature you don't control to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"86790a10-c564-44b7-a177-1e66ab9afe77","metadata":{"source_printing_ids":["27fe8b3b-5a1f-46c3-ac13-18098cdbde38","45b090c7-f1ba-4656-8b51-915fc1876922","96fd8d8e-8f2a-4240-bcb7-18f73fd47bd5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"layout":"split","printings":["PLC","PLST","TSR"],"rarities":["common"]},"gonti, canny acquisitor":{"name":"Gonti, Canny Acquisitor","mana_cost":{"type":"Cost","shards":["Black","Green","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Aetherborn","Rogue"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Spells you cast but don't own cost {1} less to cast.\nWhenever one or more creatures you control deal combat damage to a player, look at the top card of that player's library, then exile it face down. You may play that card for as long as it remains exiled, and mana of any type can be spent to cast that spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0,"mana_spend_permission":"AnyTypeOrColor"},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, look at the top card of that player's library, then exile it face down. You may play that card for as long as it remains exiled, and mana of any type can be spent to cast that spell.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast but don't own cost {1} less to cast."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Blue"],"scryfall_oracle_id":"7923ef4a-b1be-4f6a-b17b-4eab101390de","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["03a7e79f-625a-49ac-9cb1-e1fe5f51f5a0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["OTC"],"rulings":[{"date":"2024-04-12","text":"If you leave the game, any remaining face-down exiled cards remain exiled face down indefinitely. No player may look at them."},{"date":"2024-04-12","text":"Playing an exiled card causes it to leave exile. You can’t play it multiple times."},{"date":"2024-04-12","text":"You may look at and play cards exiled face down with Gonti’s last ability (and spend mana of any type to do so) even if Gonti leaves the battlefield. If another player gains control of Gonti, that player can’t look at or play cards already exiled with Gonti, and you still can."},{"date":"2024-04-12","text":"You pay all costs and follow all normal timing rules for cards played from exile with Gonti’s last ability. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["mythic"]},"gonti, lord of luxury":{"name":"Gonti, Lord of Luxury","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Aetherborn","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhen Gonti enters, look at the top four cards of target opponent's library, exile one of them face down, then put the rest on the bottom of that library in a random order. You may cast that card for as long as it remains exiled, and mana of any type can be spent to cast that spell.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Exile","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"HideawayConceal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0,"mana_spend_permission":"AnyTypeOrColor"},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, look at the top four cards of target opponent's library, exile one of them face down, then put the rest on the bottom of that library in a random order. You may cast that card for as long as it remains exiled, and mana of any type can be spent to cast that spell.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d5be0ff6-39d9-4f9f-a028-e62dc38463f2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["01852cd2-16e4-4518-b5d5-b9a378b8664d","2eb69961-0053-476f-b58e-20b6df0e2649","34c8c61d-dad3-4aec-afcd-6db09e21e97f","4cedbfd3-907f-4042-98c1-6fe3fb8cbc01","56836320-356f-4ec5-9e2b-3a73620044a6","59356854-e84f-4cf6-92ca-e47a2108a8df","7735ecda-9bb0-4ef9-86b2-16e5b6592e61","85ea4d39-14cd-4d11-b021-c09556f1e0ee","b060ed17-779a-49bc-a3b0-bcda89edc4b0","d741a56f-c490-4e7f-b1d9-f12f37efdfdd","fbbb3aef-af1f-4b77-b7d6-64cfd706a9d9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","CLB","CMM","JMP","KLD","KLR","OTC","PKLD","PLST","SLD","ZNC"],"rulings":[{"date":"2016-09-20","text":"An effect that instructs you to \"cast\" a card doesn't allow you to play lands."},{"date":"2016-09-20","text":"Casting the card causes it to leave exile. You can't cast it multiple times."},{"date":"2016-09-20","text":"Gonti doesn't change when you can cast the exiled card. For example, if you exile a creature card without flash, you can cast it only during your main phase when the stack is empty."},{"date":"2016-09-20","text":"If you leave the game, the card remains exiled face down indefinitely. No player may look at it."},{"date":"2016-09-20","text":"You may look at and cast that card (and spend mana as though it were mana of any type to do so) even if Gonti leaves the battlefield. If another player gains control of Gonti, that player can't look at or cast the card, and you still can."},{"date":"2016-09-20","text":"You pay the costs for the exiled card if you cast it. You may pay alternative costs such as emerge rather than the card's mana cost."},{"date":"2023-07-28","text":"The six types of mana are white, blue, black, red, green, and colorless. Snow mana is not a type of mana. Gonti, Lord of Luxury won't let you pay a snow cost using mana produced by a nonsnow source."}],"rarities":["uncommon","rare"]},"gonti, night minister":{"name":"Gonti, Night Minister","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Aetherborn","Rogue"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a spell they don't own, that player creates a Treasure token.\nWhenever a creature deals combat damage to one of your opponents, its controller looks at the top card of that opponent's library and exiles it face down. They may play that card for as long as it remains exiled. Mana of any type can be spent to cast a spell this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"TriggeringPlayer"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"TriggeringPlayer"},"valid_source":null,"description":"Whenever a player casts a spell they don't own, that player creates a Treasure token.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"SpendManaAsAnyColor":{}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Mana of any type can be spent to cast a spell this way"}],"duration":null,"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals combat damage to one of your opponents, its controller looks at the top card of that opponent's library and exiles it face down. They may play that card for as long as it remains exiled. Mana of any type can be spent to cast a spell this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e16f79c1-ffbb-4893-b62a-d4e9d15e2b16","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["79b7a1b8-532b-580f-ad16-5a2dcd304e35"],"source_printing_ids":["21ed5dd3-e67b-4425-bb98-6b07db1e9d1f","38a867af-cf5d-4e3d-bba1-361e3cfeca82","d79ca40a-e5c0-4956-8df0-ecbd2a25656f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rarities":["rare"]},"gorger wurm":{"name":"Gorger Wurm","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Devour 1 (As this creature enters, you may sacrifice any number of creatures. It enters with that many +1/+1 counters on it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Devour":1}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"UpTo","max":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"CR 702.82a: Devour 1 — sacrifice any number of creatures; this permanent enters with 1 +1/+1 counter per creature sacrificed.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.82a + CR 614.1c: Devour 1 — as this creature enters, you may sacrifice any number of creatures; it enters with 1 +1/+1 counter for each creature sacrificed this way.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"f2126eb9-892c-4788-95cc-6f3e59f0375d","metadata":{"source_printing_ids":["00e5a9be-bfb2-466b-b0fe-3b24694e9f84"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ARB"],"rarities":["common"]},"gornog, the red reaper":{"name":"Gornog, the Red Reaper","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Minotaur","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nCowards can't block Warriors.\nWhenever one or more Warriors you control attack a player, target creature that player controls becomes a Coward.\nAttacking Warriors you control get +X/+0, where X is the number of Cowards your opponents control.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Coward"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a Coward"}],"duration":"Permanent","target":{"type":"Typed","type_filters":["Creature"],"controller":"DefendingPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more Warriors you control attack a player, target creature that player controls becomes a Coward.","constraint":null,"condition":null,"batched":true,"attack_target_filter":"Player"}],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Cowards can't block Warriors."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Warrior"}],"controller":"You","properties":[{"type":"Attacking"}]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Coward"}],"controller":"Opponent","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking Warriors you control get +X/+0, where X is the number of Cowards your opponents control."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"adfd6c2d-a7f8-4f5c-bc31-d65c8150ed49","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["c80a88ae-f2f2-426a-88f3-76b5d598c25f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J25"],"rulings":[{"date":"2024-11-08","text":"Gornog's third ability doesn't have a duration. It will remain in effect until the game ends, the target creature leaves the battlefield, or some subsequent effect changes the creature's characteristics, whichever comes first."},{"date":"2024-11-08","text":"Gornog's third ability overwrites the target's existing creature types. Once the ability resolves, that creature will be a Coward and won't have its previous creature types. It retains any other types and supertypes it has as well as any subtypes that aren't creature types."},{"date":"2024-11-08","text":"Once a creature has blocked a Warrior, turning that creature into a Coward won't remove it from combat or cause the Warrior to become unblocked. (The Coward might suddenly have some regrets, though.)"},{"date":"2024-11-08","text":"The bonus granted by Gornog's last ability changes as the number of Cowards your opponents control changes."}],"rarities":["rare"]},"gourmand's talent":{"name":"Gourmand's Talent","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Class"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Gain the next level as a sorcery to add its ability.)\nDuring your turn, artifacts you control are Foods in addition to their other types and have \"{2}, {T}, Sacrifice this artifact: You gain 3 life.\"\n{2}{G}: Level 2\nWhenever you gain life for the first time each turn, create a 3/3 green Raccoon creature token.\n{3}{G}: Level 3\nWhenever you gain life for the first time each turn, put a +1/+1 counter on each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"During your turn, artifacts you control are Foods in addition to their other types and have \"{2}, {T}, Sacrifice ~: You gain 3 life.\""},"cost":null,"sub_ability":null,"duration":null,"description":"During your turn, artifacts you control are Foods in addition to their other types and have \"{2}, {T}, Sacrifice ~: You gain 3 life.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":2},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{G}: Level 2","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":1}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":3},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{G}: Level 3","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"Token","name":"Raccoon","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"types":["Creature","Raccoon"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life for the first time each turn, create a 3/3 green Raccoon creature token.","constraint":{"type":"OncePerTurn"},"condition":{"type":"ClassLevelGE","level":2},"batched":false},{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life for the first time each turn, put a +1/+1 counter on each creature you control.","constraint":{"type":"OncePerTurn"},"condition":{"type":"ClassLevelGE","level":3},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e802bf11-d3c7-4aad-8e85-99b39ff50d70","metadata":{"related_token_ids":["8e0134be-ed60-548f-993d-42fd92dd7849"],"source_printing_ids":["89670a1b-a6f1-491d-bbb4-92e3382da653"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC"],"rulings":[{"date":"2024-07-26","text":"Each Class has five abilities. The three in the major sections of its text box are class abilities. Class abilities can be static, activated, or triggered abilities. The other two are level abilities, one activated ability to advance the Class to level 2 and another to advance the Class to level 3."},{"date":"2024-07-26","text":"Each Class starts with only the first of its three class abilities. As the first level ability resolves, the Class becomes level 2 and gains the second class ability. As the second level ability resolves, the Class becomes level 3 and gains the third class ability."},{"date":"2024-07-26","text":"Gaining a level is a normal activated ability. It uses the stack and can be responded to."},{"date":"2024-07-26","text":"Gaining a level won't remove abilities that a Class had at a previous level."},{"date":"2024-07-26","text":"If Gourmand's Talent somehow becomes an artifact, it will also be a Food during your turn."},{"date":"2024-07-26","text":"The artifacts retain any types, subtypes, supertypes, and abilities they have."},{"date":"2024-07-26","text":"The level 2 and level 3 class abilities of Gourmand's Talent won't trigger if you already gained life earlier in the turn on which it gained those levels, even if you gain life again later in the turn."},{"date":"2024-07-26","text":"There's no restriction on how many Class permanents you can control, whether they're the same or different classes. Each Class permanent tracks its own level separately."},{"date":"2024-07-26","text":"You can't activate the first level ability of a Class unless that Class is level 1. Similarly, you can't activate the second level ability of a Class unless that Class is level 2."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["rare"]},"grab the prize":{"name":"Grab the Prize","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, discard a card.\nDraw two cards. If the discarded card wasn't a land card, Grab the Prize deals 2 damage to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":2},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"CostPaidObjectMatchesFilter","filter":{"type":"Typed","type_filters":["Card","Land"],"controller":null,"properties":[]}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Draw two cards. If the discarded card wasn't a land card, ~ deals 2 damage to each opponent.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a37387f0-9d57-49ff-aa38-2c6b359e8916","additional_cost":{"type":"Required","data":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}},"metadata":{"source_printing_ids":["50895202-f1a1-4840-a11a-55b78b8b5929"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["common"]},"graceful takedown":{"name":"Graceful Takedown","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Any number of target enchanted creatures you control and up to one other target creature you control each deal damage equal to their power to target creature you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"multi_source_compound_each_power_damage","description":"Any number of target enchanted creatures you control and up to one other target creature you control each deal damage equal to their power to target creature you don't control"},"cost":null,"sub_ability":null,"duration":null,"description":"Any number of target enchanted creatures you control and up to one other target creature you control each deal damage equal to their power to target creature you don't control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b580c6d8-f501-4623-843a-5bb2b638a339","metadata":{"source_printing_ids":["83edf626-ed34-417f-818d-597ecf439167"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["WOE"],"rulings":[{"date":"2023-09-01","text":"If one of the target creatures you control is an illegal target as Graceful Takedown resolves (perhaps because it's no longer enchanted or is no longer on the battlefield), the remaining legal target creatures you control will still deal damage equal to their power."},{"date":"2023-09-01","text":"If the last target creature is an illegal target as Graceful Takedown resolves, or if all of the target creatures you control are illegal targets, no creature deals or is dealt damage."}],"rarities":["uncommon"]},"graf rats":{"name":"Graf Rats","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rat"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, if you both own and control this creature and a creature named Midnight Scavengers, exile them, then meld them into Chittering Host.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Meld","source":"Graf Rats","partner":"Midnight Scavengers","result":"Chittering Host"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, if you both own and control ~ and a creature named Midnight Scavengers, exile them, then meld them into Chittering Host.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"And","conditions":[{"type":"ControlCount","minimum":1,"filter":{"type":"And","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Owned","controller":"You"}]}]}},{"type":"ControlCount","minimum":1,"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Named","name":"Midnight Scavengers"},{"type":"Owned","controller":"You"}]}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"852edc00-9d98-427c-9869-7d0c8c121118","metadata":{"source_printing_ids":["3dedaff6-bd69-4fe3-a301-f7ea7c2f2861","966822eb-17fe-474b-86ee-78a7b23f3f03","f830ede6-ddbf-49b9-80cd-e3dbeccbf208"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","SIR"],"rulings":[{"date":"2016-07-13","text":"For more information on meld cards, see the Eldritch Moon mechanics article (https://magic.wizards.com/en/articles/archive/feature/eldritch-moon-mechanics-2016-06-27)."},{"date":"2016-07-13","text":"The set of creatures affected by Chittering Host’s triggered ability is determined as the ability resolves. Creatures you begin to control later in the turn won’t get +1/+0 or gain menace."}],"rarities":["common","uncommon"]},"grafdigger's cage":{"name":"Grafdigger's Cage","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creature cards in graveyards and libraries can't enter the battlefield.\nPlayers can't cast spells from graveyards or libraries.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantEnterBattlefieldFrom","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InAnyZone","zones":["Graveyard","Library"]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature cards in graveyards and libraries can't enter the battlefield."},{"mode":{"CantCastFrom":{"who":"AllPlayers"}},"affected":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"InAnyZone","zones":["Graveyard","Library"]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Players can't cast spells from graveyards or libraries."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"753cb2b2-24ce-484f-a2d0-be6fd2c67ebd","metadata":{"source_printing_ids":["0a135e09-b534-4836-9a10-3a9a4a9f8c53","1b9a5015-9066-4150-8fce-79601d6612ca","2a6240e7-d3aa-40e9-a627-58e7bf62525c","6d03f2e5-c778-4a85-a104-7cf367e5a5ea","c1b5c132-c4d0-42df-bc5b-e7fe0a31a9e7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DKA","M20","MB2","MM3","PM20","PRM","SLD"],"rulings":[{"date":"2019-07-12","text":"If an effect exiles a card from a library and allows a player to cast it, that player may do so. The spell is cast from exile, not a library."},{"date":"2019-07-12","text":"Look at the card as it exists in your graveyard to determine whether it can enter the battlefield. For example, Sculpting Steel can be put onto the battlefield as a copy of a creature, but Phyrexian Metamorph can't be put onto the battlefield, even if it would copy a noncreature artifact."},{"date":"2019-07-12","text":"Manifesting a card from a graveyard or library is an impossible action while Grafdigger's Cage is on the battlefield."},{"date":"2019-07-12","text":"Players can still play lands from graveyards or libraries if an effect allows them to do so."}],"rarities":["rare"]},"grafted exoskeleton":{"name":"Grafted Exoskeleton","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +2/+2 and has infect. (It deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)\nWhenever this Equipment becomes unattached from a permanent, sacrifice that permanent.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Unattach","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"TriggeringSource"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes unattached from a permanent, sacrifice that permanent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Infect"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +2/+2 and has infect."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"f4350c4e-7e53-4401-b889-14bed27bee9c","metadata":{"source_printing_ids":["9aa64374-0693-47c9-8b69-56def3817b14","d9218955-6604-49de-9153-6301d216e3bb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ONC","SOM","TD2"],"rulings":[{"date":"2011-01-01","text":"A player who has ten or more poison counters loses the game. This is a state-based action."},{"date":"2011-01-01","text":"Damage from a source with infect affects planeswalkers normally."},{"date":"2011-01-01","text":"Damage from a source with infect is damage in all respects. If the source with infect also has lifelink, damage dealt by that source also causes its controller to gain that much life. Damage from a source with infect can be prevented or redirected. Abilities that trigger on damage being dealt will trigger if a source with infect deals damage, if appropriate."},{"date":"2011-01-01","text":"If Grafted Exoskeleton's last ability triggers, but you don't control the permanent it became unattached from at the time that ability resolves (perhaps because another player has somehow gained control of it), you won't be able to sacrifice it."},{"date":"2011-01-01","text":"If damage from a source with infect that would be dealt to a player is prevented, that player doesn't get poison counters. If damage from a source with infect that would be dealt to a creature is prevented, that creature doesn't get -1/-1 counters."},{"date":"2011-01-01","text":"In addition to the effect of its equip ability, Grafted Exoskeleton becomes unattached from the creature it's equipping if a spell or ability (such as Fulgent Distraction) causes it to become unattached, if Grafted Exoskeleton leaves the battlefield, if the equipped creature ceases to be a creature, or if Grafted Exoskeleton ceases to be an Equipment. (It also becomes unattached if the equipped creature leaves the battlefield, but the triggered ability won't do anything in that case.)"},{"date":"2011-01-01","text":"Infect's effect applies to any damage, not just combat damage."},{"date":"2011-01-01","text":"The -1/-1 counters remain on the creature indefinitely. They're not removed if the creature regenerates or the turn ends."}],"rarities":["uncommon"]},"gran-gran":{"name":"Gran-Gran","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Peasant","Ally"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever Gran-Gran becomes tapped, draw a card, then discard a card.\nNoncreature spells you cast cost {1} less to cast as long as there are three or more Lesson cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes tapped, draw a card, then discard a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":[{"Subtype":"Lesson"}],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Noncreature spells you cast cost {1} less to cast as long as there are three or more Lesson cards in your graveyard."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0259a9ed-0558-4183-b737-871ed5573c32","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["fa434b41-e5f7-4989-865a-95db67b05cb1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PW25","TLA"],"rulings":[{"date":"2025-10-02","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon"]},"grand architect":{"name":"Grand Architect","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vedalken","Artificer"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Other blue creatures you control get +1/+1.\n{U}: Target artifact creature becomes blue until end of turn.\nTap an untapped blue creature you control: Add {C}{C}. Spend this mana only to cast artifact spells or activate abilities of artifacts.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetColor","colors":["Blue"]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become blue"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Artifact","Creature"],"controller":null,"properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: Target artifact creature becomes blue until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}},"restrictions":[{"SpellTypeOrAbilityActivation":{"spell_type":"Artifact","ability":"OfSpellType"}}]},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Blue"}]}},"sub_ability":null,"duration":null,"description":"Tap an untapped blue creature you control: Add {C}{C}. Spend this mana only to cast artifact spells or activate abilities of artifacts.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Blue"},{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"blue creatures you control get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7af1d7f9-058a-4ccb-96b7-fc391b615c09","metadata":{"source_printing_ids":["14ce909d-a53e-4711-a9fd-b110433d460f","a386d7ae-2533-461d-ada7-e75548533771","c59599de-c781-4c26-a159-cbf0cd72d361"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","PLST","SOM","TD2"],"rulings":[{"date":"2020-08-07","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to a blue creature you control may become lethal if Grand Architect leaves the battlefield during that turn."},{"date":"2020-08-07","text":"Grand Architect's second ability causes the affected artifact creature to lose any other colors it has, but it doesn't cause it to stop being an artifact."},{"date":"2020-08-07","text":"You can tap any untapped blue creature you control, including one you haven't controlled continuously since the beginning of your most recent turn, to pay the cost of Grand Architect's mana ability. This includes Grand Architect itself."}],"rarities":["rare"]},"grave pact":{"name":"Grave Pact","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control dies, each other player sacrifices a creature of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control dies, each other player sacrifices a creature of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6f4ac4a4-53ec-4bc9-8f5c-d4b801d867b2","metadata":{"source_printing_ids":["291af6dc-9f71-4e8e-9ecc-24fa90aacb23","2b9d2a9b-daf2-4ebe-bb8c-0b1d4dfa9e35","655a654b-87e8-41af-b9db-54afee485946","940536be-fce1-4a90-9126-195815a43e0f","9aaced6e-f656-49d3-9130-ba255800e0a5","aeeb9e6f-3c04-4b87-9d51-33516d0e9102","b728cdab-e4fe-478b-b7b2-5912bd6a80a3","b88471f6-ccb3-4129-b7a4-62cee65605ef","bfd23186-6796-4430-86c5-f0d5337bbc91","c87fe9b8-3dae-4b22-bceb-be48cd082921","f24021ca-f493-4de8-9e65-01bf10fe2920","f32a394c-aa7e-40a7-958d-ed89e82bd473","f5a4970b-2ba6-4c91-a301-369369cdf360"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","8ED","9ED","CM2","CMD","CMM","HOP","STH","WOT"],"rulings":[{"date":"2023-09-01","text":"If multiple creatures you control die at the same time, Grave Pact's ability will trigger that many times."},{"date":"2023-09-01","text":"If two players each control a Grave Pact and a creature controlled by one of those players dies, a chain reaction happens. First the ability of that player's Grave Pact will trigger, causing each other player to sacrifice a creature. That sacrifice causes the ability of the other player's Grave Pact to trigger, and so on."},{"date":"2023-09-01","text":"If you control more than one Grave Pact and a creature you control dies, each of the triggered abilities will trigger. Each other player will sacrifice a creature each time one of those abilities resolves."},{"date":"2023-09-01","text":"In a Two-Headed Giant game, when a creature you control dies, Grave Pact's triggered ability will cause each other player, including your teammate, to sacrifice a creature. Grave Pact's ability won't trigger when a creature your teammate controls dies."},{"date":"2023-09-01","text":"None of the players are targeted. A player with hexproof would still sacrifice a creature."},{"date":"2023-09-01","text":"When the triggered ability resolves, first the player whose turn it is (if it isn't your turn) chooses which creature they will sacrifice, then each other player in turn order does the same, then all chosen creatures are sacrificed at the same time."}],"rarities":["rare","mythic"]},"gravecrawler":{"name":"Gravecrawler","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't block.\nYou may cast this card from your graveyard as long as you control a Zombie.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."},{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}},"affected_zone":null,"effect_zone":null,"active_zones":["Graveyard"],"characteristic_defining":false,"description":"You may cast this card from your graveyard as long as you control a Zombie."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"09ff28b1-b6c9-48e6-b12e-2f0e644f709f","metadata":{"source_printing_ids":["08ef7130-5051-4e2c-b473-2dae3176078e","128351fb-2ce0-4439-982a-9cc741936992","3c189fe5-a5f9-4057-bb70-0a88ae3169de","48d73cb5-22ac-43df-9c4b-0c860bb80b3e","55e62436-8e4a-48d0-bcb2-fa650b1aafbb","662e18ab-d3cf-4f91-8ecb-c559c5218061","6987d609-ba0f-42bf-9b61-bdfb943c03b5","6b6e96a0-5c2d-44f4-9191-48a6bd27536e","951ff2ed-9af0-4551-929a-ba6679fc2e15","af50a9a4-a03e-4217-abcc-07c0e5e0f5ef","c1a6d1c9-7779-4165-ad82-f7c4c5fe529c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","DDQ","DKA","DRC","INR","J22","PDKA","PLST","PRM","SLD","TDC"],"rulings":[{"date":"2011-01-22","text":"Gravecrawler's ability doesn't change when you could cast it."},{"date":"2011-01-22","text":"Once you've cast Gravecrawler and it's on the stack, it doesn't matter if you lose control of the other Zombie."}],"rarities":["rare"]},"graveyard dig":{"name":"Graveyard Dig","mana_cost":{"type":"Cost","shards":["BlackGreen"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return up to two target [black or green] creature cards from your graveyard to your hand.\nYou may cast this spell for {2}{B/G}{B/G}. If you do, ignore the bracketed text.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return up to two target [black or green] creature cards from your graveyard to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"12e1237d-acb0-4d2e-9696-82e3e847e31f","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["BlackGreen","BlackGreen"],"generic":2}}}],"parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Return up to two target [black or green] creature cards from your graveyard to your hand.\nYou may cast this spell for {2}{B/G}{B/G}. If you ","line_index":0}],"metadata":{"source_printing_ids":["39de531d-c238-47b7-8397-5721a8662c5d","ce757886-c121-4e11-a7ac-2e63913f5b1c"]},"legalities":{},"printings":["CMB1","CMB2"],"rulings":[{"date":"2019-11-12","text":"If a spell or ability copies Graveyard Dig, the choice to pay its alternative cost is copied as well, and the bracketed text is ignored for the copy as well."}],"rarities":["rare"]},"gray ogre":{"name":"Gray Ogre","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ogre"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"83c8a3a6-2e1a-4e26-8847-6d066f42d906","metadata":{"source_printing_ids":["11bf2cc0-799f-4eb8-b338-ed7543f469e7","41023495-d3cb-4cb0-b95c-f717480a76a5","4d195ba7-ce24-405a-b201-de85f5cb843f","65e4f0ee-4bbc-4786-bd0e-72e5101d016e","73ae5276-b607-4f23-a9d2-e8cc7b8e3693","ba8d7da8-41a4-43a8-a16e-31914b6d3147","c2353776-6cc8-4cb3-9608-6ed4aa5bdd1b","e26041ad-b326-40e6-a7fd-eacfcb0ab17e","e2e956a7-3ed1-4cbb-a6fd-123453360058","f165ed5e-ccaf-43d4-9a07-1e6bb609fe59"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","CED","CEI","FBB","LEA","LEB","SUM"],"rarities":["common"]},"great desert hellion":{"name":"Great Desert Hellion","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Hellion"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Starting intensity 1\nMenace\nAt the beginning of your upkeep, sacrifice Great Desert Hellion unless you discard a card. If you discard a card this way, Great Desert Hellion intensifies by 1.\nWhen Great Desert Hellion leaves the battlefield, you may discard your hand. If you do, draw cards equal to Great Desert Hellion's intensity.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Starting intensity 1"},"cost":null,"sub_ability":null,"duration":null,"description":"Starting intensity 1","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"~","description":"~ intensifies by 1"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"payer":{"type":"Controller"}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you discard a card. If you discard a card this way, ~ intensifies by 1.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"draw","description":"draw cards equal to ~'s intensity"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, you may discard your hand. If you do, draw cards equal to ~'s intensity.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"b78dd31f-cc1e-4e7e-8930-dd3378dcb772","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YBRO"]},"greater good":{"name":"Greater Good","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Sacrifice a creature: Draw cards equal to the sacrificed creature's power, then discard three cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Controller"}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Sacrifice a creature: Draw cards equal to the sacrificed creature's power, then discard three cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"dc0593c2-ccb4-4648-a592-c5bcd121dc72","metadata":{"source_printing_ids":["03445cdf-6c4e-4b93-b1c3-7bf3e3bafa33","046aff0b-fa01-4a2d-a030-021a7ad01e60","12befd35-2dc6-4852-a153-75b553042643","153d7669-9063-4fc2-b53b-480b0e741f3f","4c73ca01-d8ea-4cd2-af60-b260030967b2","6378a9f5-9fe4-4e41-9bde-4eb4081bfdc4","9dd8b16f-3dfd-4e04-a2e9-ec87d0e007c9","a327e66f-0cd7-46f7-b20f-35c5084b158c","cf97573c-65e3-4eec-92af-c364c1cbceea","debe9258-209a-44cb-99e9-49affd02aa32","e845f300-6a98-4057-9003-885185f30923","f935e21d-f20c-4f73-92b6-e2e2ea8841af"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2XM","9ED","AFC","BBD","BLC","J14","MB2","MSC","PRM","SLD","USG"],"rulings":[{"date":"2020-08-07","text":"If you don't have three cards in hand when instructed to discard three cards, you discard your hand."},{"date":"2020-08-07","text":"Use the sacrificed creature's power as it last existed on the battlefield to determine how many cards you draw."},{"date":"2020-08-07","text":"You draw and discard cards all while Greater Good's ability is resolving. Nothing can happen between the two, and no player may choose to take actions."}],"rarities":["rare"]},"green goblin":{"name":"Green Goblin","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Human","Villain"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, menace\nSpells you cast from your graveyard cost {2} less to cast.\nGoblin Formula — Each nonland card in your graveyard has mayhem. The mayhem cost is equal to its mana cost. (You may cast a card from your graveyard for its mayhem cost if you discarded it this turn. Timing rules still apply.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Menace"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast from your graveyard cost {2} less to cast."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Mayhem":{"type":"SelfManaCost"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Goblin Formula — Each nonland card in your graveyard has mayhem. The mayhem cost is equal to its mana cost."}],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"aa5b06a4-90c3-45e7-ab83-cb5c96ded21d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["d5c53af9-7150-4e78-8771-2de7980aa307","da13a060-36ee-41e9-bab1-af8ddcc893b8","f35d0be0-19e3-417e-aabf-fbed1aefd73c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["OM1","PSPM","SPM"],"rarities":["mythic"]},"green sun's zenith":{"name":"Green Sun's Zenith","mana_cost":{"type":"Cost","shards":["X","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a green creature card with mana value X or less, put it onto the battlefield, then shuffle. Shuffle Green Sun's Zenith into its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},{"type":"HasColor","color":"Green"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":"Search your library for a green creature card with mana value X or less, put it onto the battlefield, then shuffle. Shuffle ~ into its owner's library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0d96b60b-a060-48ee-bb83-93f1c4a10669","metadata":{"source_printing_ids":["01794178-cf41-454c-ac37-1d8b18e42db2","02335747-54e3-4827-ae19-4e362863da9b","586fdc7a-add9-4ed6-88f6-188061647c31","70291c7b-a86f-4466-8502-c28765a89b2a","b090cb9e-fcdd-4fc2-8e5d-b63511f83a13"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","EMA","MBS","PRM","SPG","V13"],"rulings":[{"date":"2011-06-01","text":"If this spell doesn't resolve, none of its effects occur. In particular, it will go to the graveyard rather than to its owner's library."},{"date":"2016-06-08","text":"If Green Sun's Zenith is countered, none of its effects will happen. Notably, it will be put into its owner's graveyard rather than shuffled into its owner's library."},{"date":"2016-06-08","text":"If you own Green Sun's Zenith, but an opponent casts it (due to Knowledge Pool's effect, for example), that opponent searches their library for an appropriate creature card, then shuffles that library. That opponent then shuffles Green Sun's Zenith into your library. You won't shuffle any library in this case."},{"date":"2016-06-08","text":"In most cases, if you own Green Sun's Zenith and cast it, you'll shuffle your library twice. In practice, shuffling once is sufficient, but effects that care about you shuffling your library (like Psychogenic Probe, for example) will see that you've shuffled twice."}],"rarities":["rare","mythic"]},"grenzo, crooked jailer":{"name":"Grenzo, Crooked Jailer","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Rogue"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Grenzo enters and at the beginning of your upkeep, heist target opponent's library.\nOnce each turn, you may pay {0} rather than pay the mana cost for a spell you cast that you don't own with mana value 3 or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Once each turn, you may pay {0} rather than pay the mana cost for a spell you cast that you don't own with mana value 3 or less."},"cost":null,"sub_ability":null,"duration":null,"description":"Once each turn, you may pay {0} rather than pay the mana cost for a spell you cast that you don't own with mana value 3 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Heist","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"look_count":3},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, heist target opponent's library.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Heist","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"look_count":3},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of your upkeep, heist target opponent's library.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"d257eb29-2a47-47f1-a6fa-21eaaf1540b1","brawl_commander":true,"is_commander":true,"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YOTJ"]},"grenzo, havoc raiser":{"name":"Grenzo, Havoc Raiser","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"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 that spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["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 that spell."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Goad","target":{"type":"Typed","type_filters":["Creature"],"controller":"TriggeringPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0,"mana_spend_permission":"AnyTypeOrColor"},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever a creature you control deals combat damage to a player","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"80788290-1569-4c7f-b263-b4da7b31a9d1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["075cd558-2557-409a-8244-2de65664be53","3a6ab04e-f41f-487a-9c7e-4fb836c8b96e","5423d57c-686c-4c86-99e8-b10f1140898f","5fc99c9d-66f5-4858-91f7-425d4248a0b3","91c73420-c36c-4bec-8ea9-192552fc5e4c","9b6f7f0e-7a0a-42ae-8bc9-c20f62dd3264","9bc97501-93ed-4235-bfe7-745ac57653da","aba981f9-ebc6-48ac-b768-557f632b82df","c84e4a51-e7ab-4107-b458-771e6d31d110"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM","CN2","M3C","OTC","PLST","PZ2","SLD","TDC"],"rulings":[{"date":"2016-08-23","text":"Casting the exiled card follows the normal rules for casting that card. You must pay its costs, and you must follow all applicable timing rules. For example, if you exile a creature card this way, you must wait until your main phase to cast it."},{"date":"2016-08-23","text":"If you don't cast the card, it will remain in exile."},{"date":"2016-08-23","text":"If you exile a land card this way, you can't play it."},{"date":"2016-08-23","text":"The card exiled by the second mode is exiled face up."},{"date":"2023-06-30","text":"Attacking with a goaded creature doesn't cause it to stop being goaded. If there is an additional combat phase that turn, or if another player gains control of it before it stops being goaded, it must attack again if able."},{"date":"2023-06-30","text":"Being goaded isn't an ability the creature has. Once it's been goaded, it must attack as detailed above even if it loses all abilities."},{"date":"2023-06-30","text":"If a creature you control has been goaded by multiple opponents, it must attack one of your opponents that hasn't goaded it, as that fulfills the maximum number of goad requirements. If a creature you control has been goaded by each of your opponents, the creature must attack an opponent (rather than a planeswalker or battle), but you choose which opponent it attacks."},{"date":"2023-06-30","text":"If the creature doesn't meet any of the above exceptions and can attack, it must attack a player other than the controller of the spell or ability that goaded it if able. If the creature can't attack any of those players but could otherwise attack, it must attack a planeswalker an opponent controls, a battle an opponent controls, or a player who goaded it."},{"date":"2023-06-30","text":"If, during a player's declare attackers step, a creature that player controls that's been goaded is tapped, is affected by a spell or ability that says it can't attack, or hasn't been under that player's control continuously since the turn began (and doesn't have haste), then it doesn't attack. If there's a cost associated with having a creature attack a player, its controller isn't forced to pay that cost, so it doesn't have to attack that player."}],"rarities":["rare"]},"greven il-vec":{"name":"Greven il-Vec","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control deals damage to a creature, destroy the other creature. It can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TrackedSet","id":0},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever a creature you control deals damage to a creature, destroy the other creature. It can't be regenerated.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e4d9c50e-d248-43df-bdc3-665cbe5085ea","legalities":{},"printings":["PVAN"]},"greymond, avacyn's stalwart":{"name":"Greymond, Avacyn's Stalwart","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"As Greymond, Avacyn's Stalwart enters, choose two abilities from among first strike, vigilance, and lifelink.\nHumans you control have each of the chosen abilities.\nAs long as you control four or more Humans, Humans you control get +2/+2.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Human"}],"controller":"You","properties":[]},"modifications":[{"type":"AddChosenKeyword"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Humans you control have each of the chosen abilities."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Human"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Human"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as you control four or more Humans, Humans you control get +2/+2."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Keyword":{"options":["FirstStrike","Vigilance","Lifelink"],"count":2}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose two abilities from among first strike, vigilance, and lifelink.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"739a5220-50cd-4148-be58-1bbdeef2954e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0a8e78b3-3232-4d48-9d6c-540951a0330e","b7848325-c46e-4e63-90d0-c9524380eb63"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD","SLX"],"rarities":["mythic"]},"grievous wound":{"name":"Grievous Wound","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nEnchanted player can't gain life.\nWhenever enchanted player is dealt damage, they lose half their life, rounded up.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":{"Unknown":"Whenever enchanted player is dealt damage"},"execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Target"}}},"divisor":2,"rounding":"Up"},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted player is dealt damage, they lose half their life, rounded up.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantGainLife","affected":{"type":"AttachedTo"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted player can't gain life."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4d97b9d1-1138-40da-b593-8065ea6ed7b3","metadata":{"source_printing_ids":["6ed3dd5e-cd27-4b18-ad60-f5c4d9a811b9","b3222c21-8d81-487d-a0c4-2413b30a26ab","bea4b0aa-7ed8-4e1c-867b-50754447f41b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"Grievous Wound's last ability triggers and resolves after the damage is dealt. For example, if the enchanted player has 10 life and is dealt 1 damage, that damage will reduce their life total to 9. Then Grievous Wound's ability will cause that player to lose 5 life, leaving their life total at 4."},{"date":"2024-09-20","text":"Grievous Wound's last ability triggers only once whenever enchanted player is dealt combat damage, no matter how many creatures deal combat damage to them at the same time."},{"date":"2024-09-20","text":"If an effect says to set the enchanted player's life total to a number that's higher than their current life total, that player's life total won't change."},{"date":"2024-09-20","text":"Spells and abilities that cause the enchanted player to gain life still resolve while Grievous Wound is on the battlefield. The enchanted player won't gain life, but any other effects of that spell or ability will still happen."}],"rarities":["rare"]},"griffin rider":{"name":"Griffin Rider","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"As long as you control a Griffin creature, this creature gets +3/+3 and has flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":3},{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"Griffin"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as you control a Griffin creature, ~ gets +3/+3 and has flying."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"af8aa11b-34be-42a3-a8a2-3cad38f29f66","metadata":{"source_printing_ids":["3f1a5517-e442-4fbc-b8c3-fea28e5e44d2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["M12"],"rarities":["common"]},"grim hireling":{"name":"Grim Hireling","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Tiefling","Rogue"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever one or more creatures you control deal combat damage to a player, create two Treasure tokens.\n{B}, Sacrifice X Treasures: Target creature gets -X/-X until end of turn. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Variable","value":"-X"},"toughness":{"type":"Variable","value":"-X"},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Treasure"}],"controller":null,"properties":[]},"count":4294967295}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{B}, Sacrifice X Treasures: Target creature gets -X/-X until end of turn. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, create two Treasure tokens.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"89738595-dafb-400a-bfba-91a53a37e717","metadata":{"related_token_ids":["4f940dc2-7698-5fda-9f9b-62ec43ec2012","6a613aa7-be49-5cc5-abd3-4fab87bb0065","7fb44e8f-f3f6-5834-b4ef-a0249adacc31","b0e0f943-429b-5075-a61d-22338c7dfcf6"],"source_printing_ids":["08c6872d-4cb5-4a59-b1dd-38c107906660","13faeba0-0536-4e29-ae56-d76c659e1e50","38326f48-548c-4b18-9ad2-0b7c23385deb","41d10e7a-a69a-478e-8317-6009502ab6d6","b4fe104c-34ff-4b17-a703-98e7dedcb518"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","CLB","HBG","PLST","PRM","SLD"],"rarities":["rare"]},"grim lavamancer":{"name":"Grim Lavamancer","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{R}, {T}, Exile two cards from your graveyard: This creature deals 2 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"Tap"},{"type":"Exile","count":2,"zone":"Graveyard","filter":null}]},"sub_ability":null,"duration":null,"description":"{R}, {T}, Exile two cards from your graveyard: ~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"37445e06-88a1-4e2e-a432-383736c9b977","metadata":{"source_printing_ids":["1ab6ffe8-e1ad-4db9-98f7-d6038f271866","59035b53-e374-49f6-8b02-8b54f6df45d2","5dd72697-24be-42c7-a6d9-a837bdbd4662","a359f4a8-3c06-441a-81bd-e3773b122e45","d9fbe2c9-31d5-4e54-922d-1bc6a865b251","e2ae5aec-1341-439b-aae7-83cb69e8c1d4","e7979d38-88a6-4062-b725-52c91f170083","ee2a0d71-15a2-4061-b5f2-434755094aa4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","DMR","E01","G06","JMP","M12","PD2","PRM","TOR"],"rulings":[{"date":"2022-12-08","text":"The two cards are exiled as the cost of Grim Lavamancer's ability is paid. Players can't respond to the paying of costs by trying to move those cards to another zone."}],"rarities":["rare"]},"grim monolith":{"name":"Grim Monolith","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact doesn't untap during your untap step.\n{T}: Add {C}{C}{C}.\n{4}: Untap this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":3}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantUntap","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ doesn't untap during your untap step."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"229d6627-1292-4ae1-8849-b0f956fa6540","metadata":{"source_printing_ids":["0ba4acad-31d4-497b-9b07-bf4beebf6647","9ddc9fe1-17c8-4e1d-aeb8-c4214e881280","aac6339a-4c32-4cd5-b3a2-d8f507e2b996"]},"legalities":{"commander":"legal","duel":"banned","legacy":"legal","oathbreaker":"legal","premodern":"banned","vintage":"legal"},"printings":["PRM","ULG","WC00","WC99"],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"grindstone":{"name":"Grindstone","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{3}, {T}: Target player mills two cards. If two cards that share a color were milled this way, repeat this process.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"Player"},"destination":"Graveyard"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"repeat","description":"repeat this process"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{3}, {T}: Target player mills two cards. If two cards that share a color were milled this way, repeat this process.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"97560adc-814e-450c-9ca7-f9364e910a0b","metadata":{"source_printing_ids":["082dd404-7bea-40a8-8279-d0faaded3b8a","0f15505d-b32f-4b71-8b99-f27bc964c5a8","183b321b-2214-42ba-a50a-54c15e3e8b77","a94e3f4b-3c21-494b-9335-b9c258de66c0","f4459187-de64-456f-bb66-56dea40d5c3e","f5914135-d927-4d95-a4cd-85c871adaeee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["MPS","OTP","P23","PRM","TMP","TPR","WC98"],"rulings":[{"date":"2004-10-04","text":"If the two cards are both colorless, then the effect does not repeat. It only repeats if both cards have at least one color and at least one color is shared between them."},{"date":"2024-04-12","text":"The process can repeat any number of times, as long as two cards that share a color are milled each time."}],"rarities":["rare","mythic","special"]},"grishnákh, brash instigator":{"name":"Grishnákh, Brash Instigator","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When Grishnákh enters, amass Orcs 2. When you do, until end of turn, gain control of target nonlegendary creature an opponent controls with power less than or equal to the amassed Army's power. Untap that creature. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Amass","subtype":"Orc","count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"NotSupertype","value":"Legendary"},{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"AmassedArmy"}}}}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, amass Orcs 2. When you do, until end of turn, gain control of target nonlegendary creature an opponent controls with power less than or equal to the amassed Army's power. Untap that creature. It gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"1f139012-fa71-4f5f-8c57-6847bff95678","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["08fd2115-1a20-5df5-8107-d5f7c271c10c"],"source_printing_ids":["6385e769-f805-499d-9f47-494533362152","dbb4187d-5706-48cd-bbaa-f5cd80bfff2b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Amass Zombies works the same way, except you create a 0/0 black Zombie Army creature token if you don't control an Army. If the Army creature you chose isn't already a Zombie, it becomes a Zombie in addition to its other types. By combining cards with amass Orcs and amass Zombies, you can end up with an Orc Zombie Army."},{"date":"2023-06-16","text":"Amass abilities are now written as \"amass [subtype] N.\" Previous cards with amass have received errata to say \"amass Zombies N.\""},{"date":"2023-06-16","text":"If you don't control an Army, the Orc Army token you create enters the battlefield as a 0/0 creature before receiving counters. Any abilities that trigger when a creature with a certain power enters the battlefield, such as that of Mentor of the Meek, will see the token enter as a 0/0 creature before it gets +1/+1 counters."},{"date":"2023-06-16","text":"In the rare case that you control multiple Army creatures (perhaps because you played a creature with changeling) while you amass Orcs, you choose which of your Army creatures to put the +1/+1 counters on. If that creature isn't an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"Some cards refer to the \"amassed Army.\" That means the Army creature you chose to receive counters, even if no counters were placed on it for some reason."},{"date":"2023-06-16","text":"Some spells and abilities that amass Orcs may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't amass Orcs."},{"date":"2023-06-16","text":"To amass Orcs N, if you don't control an Army creature, create a 0/0 black Orc Army creature token. Then you choose an Army creature you control and put N +1/+1 counters on it. If that Army isn't already an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"You don't choose a target for Grishnákh, Brash Instigator's ability at the time it triggers. Rather, a second \"reflexive\" ability triggers when you amass Orcs this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["uncommon"]},"grizzly bears":{"name":"Grizzly Bears","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bear"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"14c8f55d-d177-4c25-a931-ebeb9e6062a0","metadata":{"source_printing_ids":["10c845b8-40f1-44df-9e91-dab7606f6271","16e12ae6-6e75-4786-b881-f1b890363a0b","1df4c9a2-8d26-4075-8ee1-b5b848ef5e31","1f7ae6c7-3c87-43c3-beee-894b289ad03f","38fc72de-2093-477b-b39e-696339d2fdbc","409f9b88-f03e-40b6-9883-68c14c37c0de","5b8dadf2-d31a-4b24-a9a7-f7f511ba2867","66e3de06-572e-48c5-888b-2dac7fa9d0d0","68d8ad43-adea-47e8-9d9e-e14c2ad41489","72d5d8b0-e22d-4bb3-9e36-5038601d22f7","886959ca-83fd-4b50-a99a-08ef0c5415db","94a39e27-d1d7-486c-8f1e-4a0a1c8b5dce","a0264440-2325-4143-87a7-2af5a6b2a2f9","aea4f90b-f21b-4acd-934f-406eae274bcf","bf11596e-e798-4126-b56c-e23a1ca2a25d","ce2d603a-3231-4a8c-bf39-1617586ea870","d74cce44-b54b-4922-9cea-f3fda725d24f","dc37da73-0d9b-4b17-854f-517674fc0c97","e7aa2b93-0a84-4318-bf2d-58164f0a846f","e8d7845a-f0de-4fd3-9f78-3236b22a305e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","CED","CEI","FBB","ITP","J21","LEA","LEB","POR","RQS","S99","SUM"],"rarities":["common"]},"grove's bounty":{"name":"Grove's Bounty","mana_cost":{"type":"Cost","shards":["X","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Distribute X +1/+1 counters among any number of target creatures you control. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"Distribute X +1/+1 counters among any number of target creatures you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"distribute":{"type":"Counters","data":"P1P1"},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"54175132-2c44-4749-8dfd-d08dcc63e4b3","metadata":{"source_printing_ids":["bc9bdf96-3e3b-4dca-aae2-e81d4cbeafe8","bdb79d68-c3af-4091-b7db-005247191da8","c5a61619-f951-42ff-8246-c51ee5dc18c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","SOC","WOE"],"rarities":["rare"]},"growing dread":{"name":"Growing Dread","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this enchantment enters, manifest dread. (Look at the top two cards of your library. Put one onto the battlefield face down as a 2/2 creature and the other into your graveyard. Turn it face up any time for its mana cost if it's a creature card.)\nWhenever you turn a permanent face up, put a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ManifestDread"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, manifest dread.","constraint":null,"condition":null,"batched":false},{"mode":"TurnFaceUp","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you turn a permanent face up, put a +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"aa1d8bfa-729a-4e10-8069-57a1d4f4392b","metadata":{"source_printing_ids":["5479ac50-8335-4c6a-be99-750a44e24f25"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-09-20","text":"Any time you have priority, you can turn a manifested permanent you control face up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-09-20","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-09-20","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-09-20","text":"If a double-faced card is manifested, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-09-20","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise or morph ability because it will no longer have that ability (or the associated cost) once face up."},{"date":"2024-09-20","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-09-20","text":"If a manifested creature would have disguise or morph if it were face up, you may also turn it face up by paying its disguise or morph cost, as appropriate."},{"date":"2024-09-20","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-09-20","text":"If your library contains only one card when you manifest dread, you'll look at that card and put it onto the battlefield face down. You won't have the option to put it into your graveyard instead. If your library contains no cards when you manifest dread, you won't do anything."},{"date":"2024-09-20","text":"Some cards in the Duskmourn release have abilities that trigger \"whenever you manifest dread.\" In circumstances where you are instructed to manifest dread but can't perform some or all of the steps of manifesting dread (probably because your library has one or fewer cards in it), these abilities will still trigger."},{"date":"2024-09-20","text":"To manifest dread, look at the top two cards of your library. Manifest one (by putting it onto the battlefield face down) and put the other into your graveyard. The card you put onto the battlefield becomes a 2/2 face-down creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-09-20","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-09-20","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a manifested creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-09-20","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered should remain clear, as well as what ability caused them to be face down. (This includes manifest, disguise, cloak, morph, and a few older effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["uncommon"]},"growing rites of itlimoc":{"name":"Growing Rites of Itlimoc","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When Growing Rites of Itlimoc enters, look at the top four cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order.\nAt the beginning of your end step, if you control four or more creatures, transform Growing Rites of Itlimoc.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, look at the top four cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you control four or more creatures, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ea9c459a-6047-43aa-968f-a582be4000e8","metadata":{"source_printing_ids":["004524bf-b249-4dac-9c10-44d57143feb9","36651c33-d570-4d48-a1d3-bac736d3f043","b3b87bfc-f97f-4734-94f6-e3e2f335fc4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI","P22","PXLN","PXTC","XLN"],"rulings":[{"date":"2017-09-29","text":"If you control a creature that will be removed from the battlefield \"at the beginning of the next end step,\" you can resolve the ability of Growing Rites of Itlimoc before that creature leaves the battlefield."},{"date":"2017-09-29","text":"If you gain control of a creature \"until end of turn,\" or if a noncreature permanent you control becomes a creature \"until end of turn,\" it'll be a creature under your control through the entire end step."},{"date":"2017-09-29","text":"The last ability of Growing Rites of Itlimoc doesn't trigger if you don't control four or more creatures as your end step begins. If you don't control four or more creatures as it resolves, it does nothing."}],"rarities":["rare"]},"grudge keeper":{"name":"Grudge Keeper","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever players finish voting, each opponent who voted for a choice you didn't vote for loses 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Vote","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever players finish voting, each opponent who voted for a choice you didn't vote for loses 2 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ffbf8459-fda2-4c1d-9841-c001c37d2141","metadata":{"source_printing_ids":["cf00b8d3-30bb-44b8-8531-4bfd018acc0c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CNS"],"rulings":[{"date":"2014-05-29","text":"Grudge Keeper’s ability considers only the vote that caused it to trigger, not any previous votes, even if they were caused by the same permanent."},{"date":"2014-05-29","text":"If one of your opponents has additional votes because of Brago’s Representative, and that player votes for more than one choice you didn’t vote for, that player will lose only 2 life."},{"date":"2014-05-29","text":"If you have additional votes because of Brago’s Representative, and you vote for more than one choice, an opponent will lose 2 life only if they voted for none of those choices."},{"date":"2014-05-29","text":"The spell or ability that caused you to vote will finish resolving before Grudge Keeper’s ability is put on the stack. The ability will be put on the stack even if the results of the vote cause Grudge Keeper to leave the battlefield."}],"rarities":["common"]},"gruff triplets":{"name":"Gruff Triplets","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Satyr","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this creature enters, if it isn't a token, create two tokens that are copies of it.\nWhen this creature dies, put a number of +1/+1 counters equal to its power on each creature you control named Gruff Triplets.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if it isn't a token, create two tokens that are copies of it.","constraint":null,"condition":{"type":"ZoneChangeObjectMatchesFilter","destination":"Battlefield","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"NonToken"}]}},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Named","name":"Gruff Triplets"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, put a number of +1/+1 counters equal to its power on each creature you control named Gruff Triplets.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"32de1b70-f993-4423-b0ef-0762c2b4d1b1","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["f48f7bd4-c12d-48a7-b39f-36033636e5c7","f8760ab9-ac76-4e2e-b82f-0ee2a6dc5634"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rarities":["rare"]},"gruul signet":{"name":"Gruul Signet","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Add {R}{G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Add {R}{G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"d36e0c9f-c025-4dfe-9644-9cad2461ce38","metadata":{"source_printing_ids":["0310bb0e-bd22-470e-8711-4e15aec86578","1bb30340-96a4-49d8-838b-8788900401a0","1e71ad66-28ae-4cd6-ac71-d8710e9ea9cd","4c688f52-60ba-4acb-ba0e-40691c5b736c","7294a5e8-68bf-445f-bb88-f9e8ef2e8cd6","72e34c48-8721-4603-a2de-2bbf17ceee11","a248b8f4-cad5-4e3d-a120-398d18a6e15b","d60a752a-2c3c-4896-9ab8-3aa3b1a96d2f","e4e1f117-69a5-45df-9ac8-2544f54f0efc","e8dd88fc-10b6-44f4-8770-f17172e0589e","ed1adca8-9386-42b0-ac6b-699394ac7969"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["AA1","AFC","ARC","BLC","C16","CLU","CMD","GK2","GPT","MM3","MOC","PLST","PRM","RVR","SLD","TD0"],"rarities":["common","uncommon","rare"]},"guard gomazoa":{"name":"Guard Gomazoa","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Jellyfish"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Defender, flying\nPrevent all combat damage that would be dealt to this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Defender","Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Prevent all combat damage that would be dealt to ~.","condition":null,"combat_scope":"CombatOnly","shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7c565975-aebc-4599-ac32-5594c718e2cb","metadata":{"source_printing_ids":["0523e59a-91f7-4893-a4fe-8814a745b422","505969a2-0869-461e-a69a-3b380579e00a","51a57dcb-c7fc-449b-85c1-6f4aae763ec0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMD","PC2","PCA","PLST","ROE"],"rarities":["uncommon"]},"guardian scalelord":{"name":"Guardian Scalelord","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Backup 1 (When this creature enters, put a +1/+1 counter on target creature. If that's another creature, it gains the following abilities until end of turn.)\nFlying\nWhenever this creature attacks, return target nonland permanent card with mana value X or less from your graveyard to the battlefield, where X is this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Backup":1}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, return target nonland permanent card with mana value X or less from your graveyard to the battlefield, where X is ~'s power.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, return target nonland permanent card with mana value X or less from your graveyard to the battlefield, where X is ~'s power.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":"If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"SelfRef"},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put 1 +1/+1 counter on target creature","target_prompt":null,"ability_tag":{"type":"Backup"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.165: Backup 1 — when this creature enters, put 1 +1/+1 counter on target creature. If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d6c7d7a6-2d38-4c06-ab83-bee9cc18de52","metadata":{"source_printing_ids":["8415c0b3-9bf7-4c45-a215-4a73f1a42cbd","94716d24-e8c6-4cd2-a3ac-20cdb929bfd4","fa54ab0b-72aa-458e-a182-5792d8699dc4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC","SOC"],"rulings":[{"date":"2023-04-14","text":"Backup confers only abilities that are actually printed below it. Any abilities that are gained by the permanent are ignored, including abilities gained due to a resolving spell or ability or copy effects."},{"date":"2023-04-14","text":"If a backup ability causes another creature to gain abilities, the creature with backup will still have those abilities."},{"date":"2023-04-14","text":"If a backup ability targets the creature with backup, that creature will get +1/+1 counters, but it won't gain additional abilities."},{"date":"2023-04-14","text":"If a permanent enters the battlefield as a copy of a card with a backup ability or a token is created that is a copy of that card, the order of the printed abilities is maintained."},{"date":"2023-04-14","text":"The abilities that backup grants to the target creature are determined only once, at the time the ability triggers. They won't change if the permanent with backup loses any abilities before the backup ability resolves."}],"rarities":["rare"]},"guerrilla tactics":{"name":"Guerrilla Tactics","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Guerrilla Tactics deals 2 damage to any target.\nWhen a spell or ability an opponent controls causes you to discard this card, it deals 4 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Any"},"damage_source":"TriggeringSource"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When a spell or ability an opponent controls causes you to discard this card, it deals 4 damage to any target.","constraint":{"type":"EventSourceControlledBy","controller":"Opponent"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"65ad90f5-4dae-494b-83fb-8052e77e0b12","metadata":{"source_printing_ids":["3c005ca3-0508-4ac2-afec-3d4a27334c31","51811f2a-7002-4ba7-98d8-5b09d887975c","609b7c3d-bad2-495e-a568-ce79b019a188","63535f0e-dc14-420e-bcb7-b5ef8fafb93f","81348b40-0fc5-4aeb-b8fa-30eaa2d528f9","97f94743-c228-410a-9cb9-d00a1e55dfcf","9bf3bac0-6e63-4bd3-bbd6-547f46c2d126","cf26e172-7fbb-4bbb-b071-c3060842ed12"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","8ED","9ED","ALL","DKM","PLST"],"rulings":[{"date":"2004-10-04","text":"Discarding as a cost to cast a spell will not trigger the ability. Only discarding as an effect will trigger the ability."},{"date":"2004-10-04","text":"If it is discarded, the damage done by it is done by this card due to an ability and not by a spell."},{"date":"2004-10-04","text":"The second ability will trigger even on an optional discard caused by an opponent."}],"rarities":["common","uncommon"]},"guide of souls":{"name":"Guide of Souls","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature you control enters, you gain 1 life and get {E} (an energy counter).\nWhenever you attack, you may pay {E}{E}{E}. When you do, put two +1/+1 counters and a flying counter on target attacking creature. It becomes an Angel in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, you gain 1 life and get {E} .","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayEnergy","amount":{"type":"Fixed","value":3}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"flying","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddSubtype","subtype":"Angel"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an Angel in addition to its other types"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, you may pay {E}{E}{E}. When you do, put two +1/+1 counters and a flying counter on target attacking creature. It becomes an Angel in addition to its other types.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b304ac72-7f40-40de-b8d6-6392909b6029","metadata":{"source_printing_ids":["298de33f-cb39-47c5-9579-54d91eb34414","76c3cad2-1e25-4abe-878d-9194de6fcc27"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3","SCH"],"rulings":[{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"The type-changing effect of the reflexive triggered ability lasts indefinitely. It doesn't wear off during the cleanup step or when Guide of Souls leaves the battlefield."},{"date":"2024-06-07","text":"You don't choose a target for Guide of Souls's last ability at the time it triggers. Rather, a second \"reflexive\" ability triggers when you pay {E}{E}{E} this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["rare"]},"guidelight matrix":{"name":"Guidelight Matrix","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, draw a card.\n{2}, {T}: Target Mount you control becomes saddled until end of turn. Activate only as a sorcery.\n{2}, {T}: Target Vehicle you control becomes an artifact creature until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"BecomeSaddled","target":{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{2}, {T}: Target Mount you control becomes saddled until end of turn. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{2}, {T}: Target Vehicle you control becomes an artifact creature until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"98005890-d566-4a27-906f-625513171e85","metadata":{"source_printing_ids":["cccf7fb5-c043-4a1f-ad2f-edb280cb5037"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["common"]},"gunner conscript":{"name":"Gunner Conscript","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Mercenary"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Trample\nThis creature gets +1/+1 for each Aura and Equipment attached to it.\nWhen this creature dies, if it was enchanted, create a Junk token.\nWhen this creature dies, if it was equipped, create a Junk token.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Junk","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Junk"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it was enchanted, create a Junk token.","constraint":null,"condition":{"type":"ZoneChangeObjectMatchesFilter","origin":"Battlefield","destination":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasAttachment","kind":"Aura"}]}},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Junk","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Junk"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it was equipped, create a Junk token.","constraint":null,"condition":{"type":"ZoneChangeObjectMatchesFilter","origin":"Battlefield","destination":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasAttachment","kind":"Equipment"}]}},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Aura"},{"Subtype":"Equipment"}]}],"controller":null,"properties":[{"type":"AttachedToRecipient"}]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Aura"},{"Subtype":"Equipment"}]}],"controller":null,"properties":[{"type":"AttachedToRecipient"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each Aura and Equipment attached to it."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f3d3ed94-f32c-4a67-8e2a-765e454a80df","metadata":{"related_token_ids":["de557c08-4418-5956-8a9c-1a485cde1194"],"source_printing_ids":["1f2c5337-31b2-4f1e-8b33-448c879367fd","4f6d444f-9ffb-4dc2-b668-738d45aec2c3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to Gunner Conscript may become lethal if an Aura or Equipment attached to it leaves the battlefield or becomes unattached from Gunner Conscript during that turn."},{"date":"2024-03-08","text":"Some spells and abilities that create Junk tokens may require targets. If each target chosen is illegal as that spell or ability tries to resolve, it won't resolve and none of its effects happen. You won't create any Junk tokens."},{"date":"2024-03-08","text":"You can't sacrifice a Junk token to pay multiple costs. For example, you can't sacrifice a Junk token to activate its own ability and also to activate the second ability of Junk Jet."},{"date":"2024-03-08","text":"You pay all costs and follow all normal timing rules for the card played from exile with a Junk token's ability. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["uncommon"]},"gustcloak cavalier":{"name":"Gustcloak Cavalier","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flanking (Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)\nWhenever this creature attacks, you may tap target creature.\nWhenever this creature becomes blocked, you may untap this creature and remove it from combat.","non_ability_text":null,"flavor_name":null,"keywords":["Flanking"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may tap target creature.","constraint":null,"condition":null,"batched":false},{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RemoveFromCombat","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes blocked, you may untap ~ and remove it from combat.","constraint":null,"condition":null,"batched":false},{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"CR 702.25a: Flanking — blocking creatures without flanking get -1/-1 until end of turn","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithoutKeyword","value":"Flanking"}]},"valid_source":null,"description":"CR 702.25a: Flanking — whenever this creature becomes blocked by a creature without flanking, the blocking creature gets -1/-1 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2e818d7e-169c-4909-969e-42e9f5d5c08a","metadata":{"source_printing_ids":["c36a5462-3a21-4d64-af92-b541b425cdf5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["TSP"],"rarities":["uncommon"]},"gutterbones":{"name":"Gutterbones","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Skeleton","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature enters tapped.\n{1}{B}: Return this card from your graveyard to your hand. Activate only during your turn and only if an opponent lost life this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{B}: Return this card from your graveyard to your hand. Activate only during your turn and only if an opponent lost life this turn.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"PlayerCountAtLeast","filter":{"type":"OpponentLostLife"},"minimum":1}}},{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"76ae3779-c821-4cd3-8d0f-8c42d1206ce4","metadata":{"source_printing_ids":["6a1c710b-bd67-4174-ab02-6ae98a7575ac"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRNA","RNA"],"rulings":[{"date":"2019-01-25","text":"Damage dealt to a player causes that player to lose that much life."},{"date":"2019-01-25","text":"In a multiplayer game, if an opponent loses life during your turn and then leaves the game, you can activate Gutterbones's ability."}],"rarities":["rare"]},"hada freeblade":{"name":"Hada Freeblade","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier","Ally"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature or another Ally you control enters, you may put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Ally"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another Ally you control enters, you may put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e9ad9df4-2fd6-4a22-b861-0a8d28f2fe10","metadata":{"source_printing_ids":["22700453-e1aa-43d1-9b51-cda8a37fc00d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DCI","PRM","WWK"],"rulings":[{"date":"2021-02-01","text":"Hada Freeblade is banned in Pauper (not just non-legal), due to a special case on MTGO: https://magic.wizards.com/en/articles/archive/news/january-21-2019-banned-and-restricted-announcement"}],"rarities":["uncommon"]},"hada spy patrol":{"name":"Hada Spy Patrol","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Level up {2}{U} ({2}{U}: Put a level counter on this. Level up only as a sorcery.)\nLEVEL 1-2\n2/2\nThis creature can't be blocked.\nLEVEL 3+\n3/3\nShroud (This creature can't be the target of spells or abilities.)\nThis creature can't be blocked.","non_ability_text":null,"flavor_name":null,"keywords":[{"LevelUp":{"type":"Cost","shards":["Blue"],"generic":2}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"level","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":2}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":1,"maximum":2},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":1,"maximum":2},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 1-2 / 2/2"},{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"Shroud"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 3+ / 3/3 / Shroud (~ can't be the target of spells or abilities.)"}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8db3152a-11b1-4c59-a745-1c40a9b235b7","metadata":{"source_printing_ids":["905f1b28-8d53-4163-9118-414dad789509","b3aeb6af-1727-4fa9-938f-13962efadd74","cfe2d590-e94f-4aa3-804c-9b6e4618bf10"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMA","PLST","ROE"],"rulings":[{"date":"2010-06-15","text":"A creature's level is based on how many level counters it has on it, not how many times its level up ability has been activated or has resolved. If a leveler gets level counters due to some other effect (such as Clockspinning) or loses level counters for some reason (such as Vampire Hexmage), its level is changed accordingly."},{"date":"2010-06-15","text":"Effects that modify a leveler's power or toughness, such as the effects of Giant Growth or Glorious Anthem, will apply to it no matter when they started to take effect. The same is true for counters that change the creature's power or toughness (such as +1/+1 counters) and effects that switch its power and toughness."},{"date":"2010-06-15","text":"Effects that set a leveler's power or toughness to a specific value, including the effects from a level symbol's ability, apply in timestamp order. The timestamp of each level symbol's ability is the same as the timestamp of the leveler itself, regardless of when the most recent level counter was put on it."},{"date":"2010-06-15","text":"If another creature becomes a copy of a leveler, all of the leveler's printed abilities — including those represented by level symbols — are copied. The current characteristics of the leveler, and the number of level counters on it, are not. The abilities, power, and toughness of the copy will be determined based on how many level counters are on the copy."},{"date":"2010-06-15","text":"The abilities a leveler grants to itself don't overwrite any other abilities it may have. In particular, they don't overwrite the creature's level up ability; it always has that."}],"rarities":["uncommon"]},"hag of noxious nightmares":{"name":"Hag of Noxious Nightmares","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Hag","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Warlocks you control have menace.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Warlock"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Menace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Warlocks you control have menace."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4ddb6c2c-876e-4e7c-b97d-90dd3c52930f","legalities":{},"printings":["HBG"]},"hagra broodpit":{"name":"Hagra Broodpit","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\n{T}: Add {B}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"37783ce6-af58-4ef6-8ab4-587079970307","metadata":{"source_printing_ids":["7c04c734-354d-4925-8161-7052110951df","b2274cda-b97f-4027-9cd8-c35eeaa0b5e6","d18134a8-ca74-4e2e-b80e-823968fc25e3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PLST","PRM","PZNR","ZNR"],"rarities":["rare"]},"hagra mauling":{"name":"Hagra Mauling","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast if an opponent controls no basic lands.\nDestroy target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast if an opponent controls no basic lands."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"37783ce6-af58-4ef6-8ab4-587079970307","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"This spell costs {1} less to cast if an opponent controls no basic lands.\nDestroy target creature.","line_index":0}],"metadata":{"source_printing_ids":["7c04c734-354d-4925-8161-7052110951df","b2274cda-b97f-4027-9cd8-c35eeaa0b5e6","d18134a8-ca74-4e2e-b80e-823968fc25e3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PLST","PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2020-09-25","text":"Hagra Mauling's first ability reduces the cost by only {1}, even if you have two opponents with no basic lands. It reduces the cost even if some opponents control basic lands, as long as one controls no basic lands."},{"date":"2020-09-25","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2020-09-25","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2020-09-25","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2020-09-25","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2020-09-25","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2020-09-25","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2020-09-25","text":"The opponent who controls no basic lands doesn't have to be the controller of the target creature for Hagra Mauling's cost to be reduced."},{"date":"2020-09-25","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2020-09-25","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."}],"rarities":["rare"]},"hakka, whispering raven":{"name":"Hakka, Whispering Raven","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Hakka deals combat damage to a player, return it to its owner's hand, then scry 2.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, return it to its owner's hand, then scry 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0a69c3dd-52a3-4ef6-b53f-b0780e0dc5f8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5d131784-c1a3-463e-a37b-b720af67ab62","b751cf69-0a02-4cd2-abd4-cdb65ca620a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM"],"rarities":["mythic"]},"halana and alena, partners":{"name":"Halana and Alena, Partners","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Ranger"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"First strike (This creature deals combat damage before creatures without first strike.)\nReach (This creature can block creatures with flying.)\nAt the beginning of combat on your turn, put X +1/+1 counters on another target creature you control, where X is Halana and Alena's power. That creature gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Reach"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put X +1/+1 counters on another target creature you control, where X is ~'s power. That creature gains haste until end of turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"b347be2d-9aa1-42a9-b652-8fb032832f09","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["597e70d7-843c-4588-9b51-f2b9b5f5a1e6","608fa232-f5fe-4c58-9efe-fb780f454b19","87684bef-8ef9-4709-a50e-fa5ff2f67acc","b649f459-c9dc-495d-8703-b685996bb80c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","FDN","PVOW","VOW"],"rulings":[{"date":"2021-11-19","text":"If Halana and Alena's power is somehow negative at the time its triggered ability resolves, you will put no counters on that creature. The effect doesn't remove counters from that creature or give it -1/-1 counters."}],"rarities":["rare"]},"haliya, guided by light":{"name":"Haliya, Guided by Light","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever Haliya or another creature or artifact you control enters, you gain 1 life.\nAt the beginning of your end step, draw a card if you've gained 3 or more life this turn.\nWarp {W} (You may cast this card from your hand for its warp cost. Exile this creature at the beginning of the next end step, then you may cast it from exile on a later turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Warp":{"type":"Cost","shards":["White"],"generic":0}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another creature or artifact you control enters, you gain 1 life.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, draw a card if you've gained 3 or more life this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9b0af3ad-1b4d-4480-af91-fe9baee5d1c5","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6f7c63ae-5df3-410f-8643-b8c69133ca9d","e97f7f80-51f0-4366-a094-ee75ce03adb4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"Haliya, Guided by Light’s second ability checks how much life you’ve gained during the turn at the time it resolves, not what your life total is compared to what it was when the turn began. For example, if you start the turn at 10 life, gain 6 life during the turn, then lose 6 life later that turn, Haliya’s second ability will cause you to draw a card as it resolves."}],"rarities":["rare"]},"hama pashar, ruin seeker":{"name":"Hama Pashar, Ruin Seeker","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Room abilities of dungeons you own trigger an additional time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":"RoomEntered"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Room abilities of dungeons you own trigger an additional time."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"c7371040-160c-4502-b7f9-77b7f54cc020","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["32a71cdb-d97c-449e-a7cb-af7030164ff4","47b8eb2e-73ac-4ad6-9ab6-4f8da7b41020"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR"],"rulings":[{"date":"2021-07-23","text":"Hama Pashar, Ruin Seeker's ability causes the same room you ventured into to trigger an additional time. It does not cause you to move to the next room."}],"rarities":["uncommon"]},"hammer helper":{"name":"Hammer Helper","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Gain control of target creature until end of turn. Untap that creature and roll a six-sided die. Until end of turn, it gains haste and gets +X/+0, where X is the result.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":6,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"EventContextAmount"}}},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste and gets +X/+0, where X is the result"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Gain control of target creature until end of turn. Untap that creature and roll a six-sided die. Until end of turn, it gains haste and gets +X/+0, where X is the result.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fb9d7439-2108-4407-9c85-943efe71b106","metadata":{"source_printing_ids":["84d58edc-0881-4bfb-aa47-143741cd66e7"]},"legalities":{},"printings":["UST"],"rarities":["common"]},"hankyu":{"name":"Hankyu","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has \"{T}: Put an aim counter on Hankyu\" and \"{T}, Remove all aim counters from Hankyu: This creature deals damage to any target equal to the number of aim counters removed this way.\"\nEquip {4} ({4}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"sub_ability":null,"duration":null,"description":"Equip {4}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"aim","count":{"type":"Fixed","value":1},"target":{"type":"GrantingObject"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Put an aim counter on ~","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}},"target":{"type":"Any"}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"RemoveCounter","count":4294967294,"counter_type":{"type":"OfType","data":"aim"},"target":null,"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{T}, Remove all aim counters from ~: ~ deals damage to any target equal to the number of aim counters removed this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has \"{T}: Put an aim counter on ~\" and \"{T}, Remove all aim counters from ~: ~ deals damage to any target equal to the number of aim counters removed this way.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"940909b2-f59e-4f87-a119-675efd60a5bc","metadata":{"source_printing_ids":["6f22a88a-4f04-4500-9e05-909b54ad43e3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CHK"],"rarities":["uncommon"]},"hanweir battlements":{"name":"Hanweir Battlements","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{R}, {T}: Target creature gains haste until end of turn.\n{3}{R}{R}, {T}: If you both own and control this land and a creature named Hanweir Garrison, exile them, then meld them into Hanweir, the Writhing Township.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}, {T}: Target creature gains haste until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red"],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}{R}{R}, {T}: If you both own and control ~ and a creature named Hanweir Garrison, exile them, then meld them into Hanweir, the Writhing Township.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0e735ba6-7fd1-4d12-b20c-21525dc1e2b5","metadata":{"source_printing_ids":["1d743ad6-6ca2-409a-9773-581cc195dbf2","77e843e3-edbe-4950-afe0-8430a9eb893e","8c0acb91-edfc-43a5-af77-6614327fce43","a32261f2-164f-4433-bc4c-b5ac591e6a59"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","SIR"],"rulings":[{"date":"2016-07-13","text":"For more information on meld cards, see the Eldritch Moon mechanics article (https://magic.wizards.com/en/articles/archive/feature/eldritch-moon-mechanics-2016-06-27)."},{"date":"2025-01-24","text":"Although the tokens created by the triggered ability are attacking, they were never declared as attacking creatures (for the purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2025-01-24","text":"If another ability of a source you control triggers when attackers are declared, such as that of Hamlet Captain, you may have it resolve before or after that of Hanweir Garrison (or Hanweir, the Writhing Township). If that ability has targets, it won’t be able to target the tokens."},{"date":"2025-01-24","text":"You choose which player, planeswalker, or battle each token is attacking as you create the tokens. It doesn’t have to be the same one that Hanweir Garrison (or Hanweir, the Writhing Township) is attacking, and the tokens don’t both have to attack the same player, planeswalker, or battle."}],"rarities":["rare"]},"hapatra, vizier of poisons":{"name":"Hapatra, Vizier of Poisons","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever Hapatra deals combat damage to a player, you may put a -1/-1 counter on target creature.\nWhenever you put one or more -1/-1 counters on a creature, create a 1/1 green Snake creature token with deathtouch.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may put a -1/-1 counter on target creature.","constraint":null,"condition":null,"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Snake","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Snake"],"colors":["Green"],"keywords":["Deathtouch"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you put one or more -1/-1 counters on a creature, create a 1/1 green Snake creature token with deathtouch.","constraint":null,"condition":null,"counter_filter":{"counter_type":"M1M1"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"a8ddea1c-8d80-49c1-a5b4-630d5e51d66e","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["cf497fe2-7f92-5fcf-bd9f-9e0831988e8c","efb948f1-c984-5050-831c-3dc213102349"],"source_printing_ids":["56fbbcc9-db23-4902-b0f7-cea78a2a36af","b43ba233-30c4-4b18-8489-4df76551aa73","d19e17fc-ae3e-4533-ab94-70d5f2e1b8cd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","ECC","PAKH"],"rulings":[{"date":"2017-04-18","text":"If you put any number of -1/-1 counters on more than one creature at once, Hapatra's last ability triggers once for each of those creatures."},{"date":"2017-04-18","text":"If you put enough -1/-1 counters on Hapatra so that its toughness is 0 or less, its last ability triggers."}],"rarities":["rare"]},"hard hat area":{"name":"Hard Hat Area","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Contraption"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you crank this Contraption, roll two six-sided dice. This Contraption assembles a number of Contraptions equal to the difference between those results. (To assemble a Contraption, put the top card of your Contraption deck face up onto one of your sprockets.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CrankContraption","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":2},"sides":6,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"this","description":"This Contraption assembles a number of Contraptions equal to the difference between those results"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you crank this Contraption, roll two six-sided dice. This Contraption assembles a number of Contraptions equal to the difference between those results.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7802dd26-b9fe-4b5f-bcab-f46ca92f64c9","metadata":{"source_printing_ids":["30dc6c38-18e7-44b1-91d0-dfa1acdb4106"]},"legalities":{},"printings":["UST"],"rulings":[{"date":"2018-01-19","text":"Any Contraption that's on the battlefield and wasn't assembled immediately heads to the scrapyard. However, if it's a not an actual Contraption card (like Copy Artifact isn't), it goes to your graveyard as normal. Non-Contraption cards can't be in the scrapyard."},{"date":"2018-01-19","text":"At the beginning of your upkeep, if you control any Contraptions, move the CRANK! counter to the next sprocket. You may then crank any number of Contraptions on that sprocket, causing their abilities to trigger. Cranking a Contraption is always optional."},{"date":"2018-01-19","text":"Contraptions are artifacts. Anything that interacts with artifacts will interact with Contraptions."},{"date":"2018-01-19","text":"Contraptions aren't put into your main deck. They go into a separate deck called the Contraption deck."},{"date":"2018-01-19","text":"If a Contraption would leave the battlefield and go to any zone other than exile, it instead goes to the scrapyard, the Contraption deck's version of the graveyard. Things that affect the graveyard do not affect the scrapyard. You can exile Contraptions just fine."},{"date":"2018-01-19","text":"If you crank multiple Contraptions, their abilities can be put onto the stack in any order. The ability put onto the stack will resolve first."},{"date":"2018-01-19","text":"If you or a permanent you control are instructed to assemble a Contraption, reveal the top card of your Contraption deck. Put it onto the battlefield on one of the three sprockets."},{"date":"2018-01-19","text":"If you or a permanent you control assembles a Contraption and your Contraption deck is empty, nothing happens. You don't lose the game."},{"date":"2018-01-19","text":"In Constructed formats, a Contraption deck must have at least fifteen different Contraption cards and no more than one of each."},{"date":"2018-01-19","text":"In Limited formats, a Contraption deck may include any number of Contraption cards in your card pool. You don't have to include every Contraption card you draft or open in sealed deck. In those formats, your Contraption deck may include duplicates."},{"date":"2018-01-19","text":"In silver-bordered games using Contraptions, you have three sprockets, illustrated on the back of Contraption cards. At the start of the game, put a CRANK! counter on sprocket 3."},{"date":"2018-01-19","text":"While Contraptions you control are on the battlefield, the Contraption deck is not, even if you are using it to signify the three sprockets."}],"rarities":["mythic"]},"hardened academic":{"name":"Hardened Academic","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying, haste\nDiscard a card: This creature gains lifelink until end of turn.\nWhenever one or more cards leave your graveyard, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain lifelink"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Discard a card: ~ gains lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more cards leave your graveyard, put a +1/+1 counter on target creature you control.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"921252df-6679-4f70-ae26-d4956c90b7df","metadata":{"source_printing_ids":["06c9e8a7-2840-4cff-90af-c6636e598f78","da72de84-ba2d-4f75-adcd-241d9751c8e4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If multiple cards leave your graveyard at the same time, Hardened Academic's last ability will trigger only once."}],"rarities":["rare"]},"hardened scales":{"name":"Hardened Scales","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If one or more +1/+1 counters would be put on a creature you control, that many plus one +1/+1 counters are put on it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"AddCounter","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"If one or more +1/+1 counters would be put on a creature you control, that many plus one +1/+1 counters are put on it instead.","condition":null,"quantity_modification":{"type":"Plus","value":1},"counter_match":{"type":"OfType","data":"P1P1"}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a1f3da21-af6d-450e-bf0b-985d158418e6","metadata":{"source_printing_ids":["01c4a294-d8b5-4237-af09-f592029c917a","1219d294-22b3-45de-91d9-8d80e27c2fd6","3fc583fb-5387-42a8-ab98-4e38171b05f7","6b635f1c-1e65-4aec-af23-e75e49665014","7034ba14-14b0-430e-899b-50601a220d8c","7dcdf1db-bfaf-4160-8003-1fa2e56b00dc","7ecefd95-4eff-4403-83c1-c0c29a2f2a76","8ddaff73-7226-44f2-b072-134f494bc45f","99cfd1a8-49fd-4cc0-96f2-f9f159ce5d55","a4ae7868-0cb3-427c-93c4-16bf35ac0a6f","d2d1bfab-25b4-474b-bdab-ac18215f1920","db2a4076-d5cf-494f-bf78-cbe8a689681e","e67a8288-05b2-4ec9-9712-17aa7f35332a","e897027e-b8fc-44a7-ba82-19e765f757c4","ee65490a-0fe3-4a91-9d68-78c777fa5789","faad0c3b-9963-4493-ad53-af68e3b5cd2c","fc69ad56-9ae2-4eb5-b7e2-558524f6cbcc","fdf31b01-0836-4366-948d-879999832abe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","40K","C16","CM2","FIC","J21","KTK","LCC","PIP","PKTK","PRM","SLD","SOC","WOT"],"rulings":[{"date":"2023-09-01","text":"Each additional Hardened Scales you control will increase the number of +1/+1 counters placed on a creature you control by one."},{"date":"2023-09-01","text":"If a creature you control would enter the battlefield with a number of +1/+1 counters on it, it enters with that many plus one instead."},{"date":"2023-09-01","text":"If two or more effects attempt to modify how many counters would be put on a creature you control, you choose the order to apply those effects, no matter who controls the sources of those effects."}],"rarities":["rare"]},"harmonic prodigy":{"name":"Harmonic Prodigy","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nIf a triggered ability of a Shaman or another Wizard you control triggers, that ability triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":["Prowess"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":"Any"}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Shaman"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":"You","properties":[{"type":"Another"}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a triggered ability of a Shaman or another Wizard you control triggers, that ability triggers an additional time."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2e2ace5b-4018-43af-8e72-ebafec1a7739","metadata":{"source_printing_ids":["192a3ba4-6240-48db-ab4d-8ca41ceed807","22579ac0-ad3f-4000-a65a-46a17a7f1aa5","4290d31a-ce74-4a22-8266-9e44d23d506f","63a565e3-d7a8-469d-898f-49fef634c107"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","MH2","PMH2","SOC"],"rarities":["rare"]},"harold and bob, first numens":{"name":"Harold and Bob, First Numens","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Treefolk","Mutant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance, reach\nWhen Harold and Bob dies, if it was a creature, return it to the battlefield. It's an Aura enchantment with enchant Forest you control and \"Enchanted Forest has '{T}: Add three mana of any one color. You get two rad counters.'\" Harold and Bob loses all other abilities.","non_ability_text":null,"flavor_name":null,"keywords":["Reach","Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ReturnAsAura","enchant_filter":{"type":"Typed","type_filters":[{"Subtype":"Forest"}],"controller":"You","properties":[]},"grants":[{"type":"RemoveAllAbilities"},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":3},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Unimplemented","description":"Enchanted Forest has '{T}"},"sub_ability":{"kind":"Spell","effect":{"type":"GivePlayerCounter","counter_kind":"Rad","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"'","description":"'"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Enchanted Forest has '{T}: Add three mana of any one color. You get two rad counters.'","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it was a creature, return it to the battlefield. It's an Aura enchantment with enchant Forest you control and \"Enchanted Forest has '{T}: Add three mana of any one color. You get two rad counters.'\" ~ loses all other abilities.","constraint":null,"condition":{"type":"WasType","card_type":"Creature"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d0ecea04-9768-4b09-8718-dd59135251e3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4d5f93d2-2edc-4a97-9a51-b276d1706e7d","8b7dc266-d38e-479c-a978-0c4bfd6e7370","8e0d4d40-9fd6-4550-a7c8-45aaf5a7e17f","d730ac69-20ec-4ef3-85ee-a5fd24e5f277"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"A token that's a copy of Harold and Bob won't return to the battlefield from its owner's graveyard."},{"date":"2024-03-08","text":"Any effects (such as proliferate) that interact with counters a player gets, has, or loses can interact with rad counters."},{"date":"2024-03-08","text":"If a nontoken permanent that's a copy of Harold and Bob dies while it's a creature, it will return to the battlefield as an Aura with only the abilities granted by the effect that returned it to the battlefield. It will also retain its name, colors, and supertypes, but it will be an Aura enchantment with no other types or subtypes."},{"date":"2024-03-08","text":"If a player has fewer cards remaining in their library than the number of rad counters they have when the triggered ability resolves, they'll mill as many cards as they can."},{"date":"2024-03-08","text":"If there's nothing for Harold and Bob to legally enchant, it remains in its owner's graveyard instead of returning to the battlefield."},{"date":"2024-03-08","text":"If you control Harold and Bob, you'll return it to the battlefield when it dies while it's a creature. It doesn't matter who owns the card. You'll choose which Forest you control it will enchant as it returns to the battlefield."},{"date":"2024-03-08","text":"In a game using the shared team turns option, such as an Archenemy or Two-Headed Giant game, the inherent triggered ability associated with rad counters triggers once for each player on the active team that has rad counters. Each instance of that ability is controlled by one of those players."},{"date":"2024-03-08","text":"Keep track of how many rad counters each player has. Potential ways to track this include writing them down on paper or using dice, but any method that is clear and mutually agreeable is fine."},{"date":"2024-03-08","text":"Rad counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-03-08","text":"Rad counters don't go away as steps, phases, or turns end. They only go away when an effect instructs a player to remove rad counters from themselves."},{"date":"2024-03-08","text":"The cards are milled all at once, which means abilities that trigger \"whenever one or more nonland cards are milled\" will trigger exactly once as long as at least one nonland card was milled."},{"date":"2024-03-08","text":"There is an inherent triggered ability associated with having rad counters. This triggered ability has no source and is controlled by the active player. The full text of this ability is \"At the beginning of the precombat main phase of a player with rad counters, that player mills cards equal to the number of rad counters they have. For each nonland card milled this way, that player loses 1 life and removes one rad counter from themselves.\""}],"rarities":["rare"]},"harrow":{"name":"Harrow","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a land.\nSearch your library for up to two basic land cards, put them onto the battlefield, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2}},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for up to two basic land cards, put them onto the battlefield, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"705509e9-a034-4a5a-9c65-66f58748b8a2","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1}},"metadata":{"source_printing_ids":["01330778-5dcf-463f-ad8e-7468530c5f80","2d7bcecb-9e7c-4f05-bdb5-9a0380ec2810","3c207142-4880-4935-9827-b91bc7d9d643","3e76be46-cf81-4fef-bc5b-f87666cb0413","57f5bd8a-338f-48eb-857f-25f644ff84af","5b9549ef-c4e8-4b2b-8f7d-19e64edcbe38","64f86c4f-67d8-44d1-a6aa-b94601e7cefe","699b2ef2-84e1-4c5a-8b8a-e669de05aedb","725ad1a8-18f1-4282-81a1-94cbdc89f71b","9f4575ef-7a49-4d0a-8598-e886c9e8163f","a325da33-dd35-4136-9c69-73df82c56fd1","b9f97af5-a2f7-4280-a05f-59b7748a022b","ba887a1b-0c05-49c7-964f-54f664e41f8a","d81fcdf6-2af2-4454-b73c-e98739339c1a","dac6a941-ab0c-4540-bcdb-1f6406051add","db4ea599-e9ee-4776-925e-921b8602d503","e309c1fc-3a7c-4624-8b48-9b152c2590ae","ed0f633e-7238-4d02-ad8b-06dd20453030","f1e41e4b-22bc-422d-b42d-ad86323a3394","f5b8d3ed-b241-4408-b9b6-bd22925da223","f8095ca6-2f5f-497f-8b78-7e530ac31d22"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["40K","C14","C18","C20","CMA","DDE","DDP","DSC","EOC","INV","J21","J25","OTC","P10","PLST","PRM","SLD","TDC","TMP","TPR","ZEN","ZNC"],"rulings":[{"date":"2004-10-04","text":"The sacrifice of a land is part of the cost of casting Harrow. You can't pay this cost more than once to get a multiple effect."},{"date":"2004-10-04","text":"The two lands do not count toward your normal one land you can play each turn."}],"rarities":["common","uncommon","rare"]},"harvest season":{"name":"Harvest Season","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for up to X basic land cards, where X is the number of tapped creatures you control, put those cards onto the battlefield tapped, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"UpTo","max":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Tapped"}]}}}},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for up to X basic land cards, where X is the number of tapped creatures you control, put those cards onto the battlefield tapped, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ec6d52f9-1c8f-48da-951c-be8d7813c7be","metadata":{"source_printing_ids":["326b5fad-bb8d-4019-84a8-1a319a14962e","8d4329d0-f4ae-41c8-9b21-0957ba9f53fc","bb18e745-a925-477f-a50f-3ec7fba22d88"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["AKH","KHC","PAKH","SCD"],"rarities":["rare"]},"harvest wurm":{"name":"Harvest Wurm","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, sacrifice it unless you return a basic land card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you return a basic land card from your graveyard to your hand.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"ReturnToHand","count":1,"filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"HasSupertype","value":"Basic"},{"type":"InZone","zone":"Graveyard"}]},"from_zone":"Graveyard"},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"cd539212-ef7b-4f78-8d62-c42289aedc51","metadata":{"source_printing_ids":["503387ba-06da-4abc-b41b-4e4847cf05af","9d21139d-edfc-4140-aa43-d4165331d7f3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["WC97","WTH"],"rulings":[{"date":"2008-04-01","text":"If the creature is no longer on the battlefield when the ability resolves, you may still perform the action if you want."},{"date":"2008-04-01","text":"When the ability resolves, you choose whether to sacrifice the creature or perform the other action. If you can’t perform the other action, then you must sacrifice the creature."}],"rarities":["common"]},"hatchery spider":{"name":"Hatchery Spider","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spider"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Reach\nUndergrowth — When you cast this spell, reveal the top X cards of your library, where X is the number of creature cards in your graveyard. You may put a green permanent card with mana value X or less from among them onto the battlefield. Put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}},"destination":"Battlefield","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"HasColor","color":"Green"},{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}}}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, reveal the top X cards of your library, where X is the number of creature cards in your graveyard. You may put a green permanent card with mana value X or less from among them onto the battlefield. Put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d1950094-2cc9-48ce-ae1a-0ae78ba252c1","metadata":{"source_printing_ids":["0b841904-202c-4b42-869a-e345112ab1c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GRN","PGRN"],"rulings":[{"date":"2018-10-05","text":"A land card that produces green mana, even a Forest, normally has no color."},{"date":"2018-10-05","text":"Because tokens aren’t cards, they never count for undergrowth abilities."},{"date":"2018-10-05","text":"Creature cards with other types, such as artifact creature cards, count for undergrowth abilities."},{"date":"2018-10-05","text":"Hatchery Spider’s ability triggers as you cast it, and that ability resolves before the spell itself. It resolves even if that spell is countered."},{"date":"2018-10-05","text":"If a card in your library has {X} in its mana cost, X is considered to be 0."}],"rarities":["rare"]},"hateful eidolon":{"name":"Hateful Eidolon","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nWhenever an enchanted creature dies, draw a card for each Aura you controlled that was attached to it.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"AttachmentsOnLeavingObject","kind":"Aura","controller":"You"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an enchanted creature dies, draw a card for each Aura you controlled that was attached to it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a3b39590-34b7-4fd0-877f-748e6df30e88","metadata":{"source_printing_ids":["812d0f15-f738-4644-9d29-2589d7e66915","ff028d0b-066a-4769-89bc-f267d15eb707"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["SOC","THB"],"rulings":[{"date":"2020-01-24","text":"If Hateful Eidolon dies at the same time as one or more enchanted creatures, its last ability triggers for each of those creatures. This includes Hateful Eidolon itself if it's enchanted."},{"date":"2020-01-24","text":"If an Aura you control is destroyed at the same time as the creature it enchants, Hateful Eidolon's triggered ability counts that Aura to determine whether it triggers and how many cards you'll draw."}],"rarities":["uncommon"]},"hawkeye, master marksman":{"name":"Hawkeye, Master Marksman","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Archer","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"First strike, reach\nTrick Arrows — Whenever Hawkeye becomes tapped, you may pay {1} up to three times. When you do, choose up to that many.\n• Net — Target creature can't block this turn.\n• Explosive — Hawkeye deals 2 damage to target player.\n• Boomerang — Discard a card, then draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Reach"],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"modal":{"min_choices":0,"max_choices":3,"mode_count":3,"mode_descriptions":["Net — Target creature can't block this turn.","Explosive — ~ deals 2 damage to target player.","Boomerang — Discard a card, then draw a card."],"allow_repeat_modes":false,"chooser":{"type":"Controller"},"dynamic_max_choices":{"type":"Ref","qty":{"type":"TimesCostPaidThisResolution"}}},"mode_abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBlock","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"repeat_for":{"type":"Fixed","value":3},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes tapped","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"6b59bb1f-f2d4-4d47-bd57-23927d588381","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["972aedc2-c645-45d7-8976-de1fd504e819","9991b684-0ae0-4aa4-8f22-a9c473f5d69c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"haytham kenway":{"name":"Haytham Kenway","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Protection from Assassins\nOther Knights you control get +2/+2 and have protection from Assassins.\nWhen Haytham Kenway enters, for each opponent, exile up to one target creature that player controls until Haytham Kenway leaves the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[{"Protection":{"CardType":"assassins"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"Opponent"}}}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, for each opponent, exile up to one target creature that player controls until ~ leaves the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Knight"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":{"Protection":{"CardType":"assassins"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Knights you control get +2/+2 and have protection from Assassins."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"ee6a9bac-cf5b-4edd-8cb2-874d8dd0e62a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["23aa895d-659f-49cb-82af-fd8fa491004f","73468f53-7de5-4a64-8f83-c0376f1d1f3f","bba72b7f-7dd2-47cf-a0fc-d14662878db8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ACR"],"rulings":[{"date":"2024-07-05","text":"Auras attached to creatures exiled with Haytham Kenway’s last ability will be put into their owners’ graveyards. Any Equipment attached to them will become unattached and remain on the battlefield. Any counters on the exiled creatures cease to exist. When those creatures return to the battlefield, they will be new objects with no connection to the cards that were exiled."},{"date":"2024-07-05","text":"If Haytham Kenway leaves the battlefield before its last ability resolves, the target creatures won’t be exiled."},{"date":"2024-07-05","text":"If a token is exiled with Haytham Kenway’s last ability, it will cease to exist and won’t return to the battlefield."}],"rarities":["rare"]},"haze frog":{"name":"Haze Frog","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Frog"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nWhen this creature enters, prevent all combat damage that other creatures would deal this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"CombatDamage","damage_source_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, prevent all combat damage that other creatures would deal this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d4cbf16d-6da8-4018-8398-8e263ef6c69e","metadata":{"source_printing_ids":["72d8e000-5b4c-4340-ab85-7522107ab589"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ROE"],"rulings":[{"date":"2010-06-15","text":"Combat damage dealt by Haze Frog itself during the turn it enters isn't prevented. Combat damage that would be dealt by all other creatures is prevented, including creatures that weren't on the battlefield at the time the ability resolved."},{"date":"2010-06-15","text":"If two Haze Frogs enter during the same turn, each one's ability will prevent the other one's combat damage."}],"rarities":["common"]},"heal":{"name":"Heal","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Prevent the next 1 damage that would be dealt to any target this turn.\nDraw a card at the beginning of the next turn's upkeep.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":{"Next":1},"target":{"type":"Any"},"scope":"AllDamage"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"Upkeep"},"effect":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card at the beginning of the next turn's upkeep.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"013c42a4-d555-46c9-9d57-b50d6b59ae9e","metadata":{"source_printing_ids":["5e4304f1-987b-4e4f-a321-c3263bd916de","9e6b2704-685e-4c74-875a-25846175e5e4","a20676ce-fd87-4a63-9b96-02a26015edc2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","ICE","ME3"],"rulings":[{"date":"2009-10-01","text":"You draw a card at the beginning of the next turn’s upkeep after Heal resolves, regardless of whether 1 damage was actually prevented."}],"rarities":["common"]},"heaped harvest":{"name":"Heaped Harvest","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Food"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters and when you sacrifice it, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.\n{2}, {T}, Sacrifice this artifact: You gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{2}, {T}, Sacrifice ~: You gain 3 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.","constraint":null,"condition":null,"batched":false},{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you sacrifice ~, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bbfc5011-a9b7-442d-a443-974a5a64de46","metadata":{"source_printing_ids":["3b5349db-0e0a-4b15-886e-0db403ef49cb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"Heaped Harvest's first ability will trigger if it's sacrificed for any reason, not only if it's sacrificed to its last ability."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["common"]},"heart of kiran":{"name":"Heart of Kiran","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nCrew 3 (Tap any number of creatures you control with total power 3 or more: This Vehicle becomes an artifact creature until end of turn.)\nYou may remove a loyalty counter from a planeswalker you control rather than pay Heart of Kiran's crew cost.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance",{"Crew":{"power":3,"once_per_turn":null}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"AlternativeKeywordCost":{"keyword":"Crew","cost":{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"loyalty"},"target":{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[]},"selection":"SingleObject"}}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may remove a loyalty counter from a planeswalker you control rather than pay ~'s crew cost."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"e2ee410f-2467-4f1f-84a0-8a79faedc0b3","is_commander":true,"metadata":{"source_printing_ids":["34cac0f5-7199-49a9-a5ff-fcf33264a524","5e847c44-1849-4251-9075-88ed5c7792a6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","KLR","PAER"],"rulings":[{"date":"2017-02-09","text":"Paying Heart of Kiran’s alternative crew cost isn’t a loyalty ability. It can be done even if you’ve already activated a loyalty ability of the planeswalker this turn, and it can be done any time you could activate Heart of Kiran’s crew ability."},{"date":"2017-09-29","text":"Any untapped creature you control can be tapped to pay a crew cost, even one that just came under your control."},{"date":"2017-09-29","text":"Creatures that crew a Vehicle aren’t attached to it or related in any other way. Effects that affect the Vehicle, such as by destroying it or giving it a +1/+1 counter, don’t affect the creatures that crewed it."},{"date":"2017-09-29","text":"Each Vehicle is printed with a power and toughness, but it’s not a creature. If it becomes a creature (most likely through its crew ability), it will have that power and toughness."},{"date":"2017-09-29","text":"For a Vehicle to be able to attack, it must be a creature as the declare attackers step begins, so the latest you can activate its crew ability to attack with it is during the beginning of combat step. For a Vehicle to be able to block, it must be a creature as the declare blockers step begins, so the latest you can activate its crew ability to block with it is during the declare attackers step. In either case, players may take actions after the crew ability resolves but before the Vehicle has been declared as an attacking or blocking creature."},{"date":"2017-09-29","text":"If a permanent becomes a copy of a Vehicle, the copy won’t be a creature, even if the Vehicle it’s copying has become an artifact creature."},{"date":"2017-09-29","text":"If an effect causes a Vehicle to become an artifact creature with a specified power and toughness, that effect overwrites the Vehicle’s printed power and toughness."},{"date":"2017-09-29","text":"Once a Vehicle becomes a creature, it behaves exactly like any other artifact creature. It can’t attack unless you’ve controlled it continuously since your turn began, it can block if it’s untapped, it can be tapped to pay a Vehicle’s crew cost, and so on."},{"date":"2017-09-29","text":"Once a player announces that they are activating a crew ability, no player may take other actions until the ability has been paid for. Notably, players can’t try to stop the ability by changing a creature’s power or by removing or tapping a creature."},{"date":"2017-09-29","text":"Vehicle is an artifact type, not a creature type. A Vehicle that’s crewed won’t normally have any creature type."},{"date":"2017-09-29","text":"When a Vehicle becomes a creature, that doesn’t count as having a creature enter the battlefield. The permanent was already on the battlefield; it only changed its types. Abilities that trigger whenever a creature enters the battlefield won’t trigger."},{"date":"2017-09-29","text":"You may activate a crew ability of a Vehicle even if it’s already an artifact creature. Doing so has no effect on the Vehicle. It doesn’t change its power and toughness."},{"date":"2017-09-29","text":"You may tap more creatures than necessary to activate a crew ability."}],"rarities":["mythic"]},"heart's desire":{"name":"Heart's Desire","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create a 1/1 white Human creature token. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Human","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create a 1/1 white Human creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7e84aff5-2cb6-4214-befd-3d2de31229e5","metadata":{"related_token_ids":["10538b40-ba95-5a8e-bb63-e1d43dec0066","e9a6488c-20ca-5519-bf6e-7555fcf45db9"],"source_printing_ids":["341110e5-577d-45ee-bf62-53373a331c87","4ccdef9c-1e85-4358-8059-8972479f7556","4f80af9c-07a1-46f1-b869-146fda5922f4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["CLB","ELD","PELD","PRM"],"rarities":["rare"]},"heartfire hero":{"name":"Heartfire Hero","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Mouse","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Valiant — Whenever this creature becomes the target of a spell or ability you control for the first time each turn, put a +1/+1 counter on it.\nWhen this creature dies, it deals damage equal to its power to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":"You","properties":[]}]},{"type":"StackAbility","controller":"You"}]},"description":"Whenever ~ becomes the target of a spell or ability you control for the first time each turn, put a +1/+1 counter on it.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, it deals damage equal to its power to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"49e1e202-37bf-46ed-93d1-1adb13726039","metadata":{"source_printing_ids":["48ace959-66b2-40c8-9bff-fd7ed9c99a82"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"banned","standard":"banned","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"If a spell or ability you control has one or more of its targets changed to a creature you control with a valiant ability, that ability will trigger if that creature hasn't yet been the target of a spell or ability you control this turn."},{"date":"2024-07-26","text":"If you create a copy of a spell on the stack and target a creature you control with a valiant ability, that ability will trigger as long as the creature hasn't yet been the target of a spell or ability you control this turn."},{"date":"2024-07-26","text":"Use Heartfire Hero's power as it last existed on the battlefield to determine how much damage it deals due to its last ability."},{"date":"2024-07-26","text":"Valiant abilities will resolve before the spell or ability that caused them to trigger."}],"rarities":["uncommon"]},"hearthhull, the worldseed":{"name":"Hearthhull, the Worldseed","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n2+ | {1}, {T}, Sacrifice a land: Draw two cards. You may play an additional land this turn.\n8+ | Flying, vigilance, haste\nWhenever you sacrifice a land, each opponent loses 2 life.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"Controller"},"modifications":[{"type":"AddStaticMode","mode":"MayPlayAdditionalLand"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"2+ | {1}, {T}, Sacrifice a land: Draw two cards. You may play an additional land this turn.","target_prompt":null,"activation_restrictions":[{"type":"CounterThreshold","data":{"counters":{"type":"OfType","data":"charge"},"minimum":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a land, each opponent loses 2 life.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying, vigilance, haste"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":6},{"type":"SetToughness","value":7}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"8d6f82d9-5c5b-4c41-8857-c0936f2d894c","is_commander":true,"metadata":{"source_printing_ids":["6b913e79-a9f6-44d4-bb37-c4f6f66b8151"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"Hearthhull’s second ability doesn’t allow you to play lands on other players’ turns."},{"date":"2025-07-25","text":"The effect of Hearthhull’s second ability is cumulative with similar effects. For example, if you control Icetill Explorer and you activate Hearthhull’s ability, you’ll be able to play three lands on that turn."}],"rarities":["mythic"]},"heartwood dryad":{"name":"Heartwood Dryad","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dryad"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can block creatures with shadow as though it had shadow.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CanBlockShadow","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can block creatures with shadow as though it had shadow."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"976968c5-7ef4-4451-86ff-03a011bbcca7","metadata":{"source_printing_ids":["e2b9a001-2a1e-4fc4-9b84-c776f741a858","edeb7cc6-68a5-4825-ad1f-6afd6b0c0b87"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["TMP","TPR"],"rarities":["common"]},"heartwood storyteller":{"name":"Heartwood Storyteller","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Treefolk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a noncreature spell, each of that player's opponents may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"OpponentOfTriggeringPlayer"}},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a noncreature spell, each of that player's opponents may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"82e6da87-f8a4-4897-bf0f-c0f2cd06b8b1","metadata":{"source_printing_ids":["7a5e2f7a-8cfe-4d1b-a68d-7e6d8d10bd27","a2216497-ce38-41fe-bde9-e8066df36d60","b05444b4-ef67-40a0-aaf8-3ed86b4af2cc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT","PLST","TSR"],"rulings":[{"date":"2021-03-19","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2021-03-19","text":"Players can cast spells and activate abilities after the triggered ability resolves but before the spell that caused it to trigger does."}],"rarities":["rare"]},"heartwood storyteller avatar":{"name":"Heartwood Storyteller Avatar","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"The first creature spell you cast each turn costs {1} less to cast.\nThe first noncreature spell each opponent casts each turn costs {1} more to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The first creature spell you cast each turn costs {1} less to cast."},{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The first noncreature spell each opponent casts each turn costs {1} more to cast."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"96a78b38-114e-4048-943a-a8173d5cb214","legalities":{},"printings":["PMOA"]},"heckling fiends":{"name":"Heckling Fiends","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Devil"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{2}{R}: Target creature attacks this turn if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":2}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{2}{R}: Target creature attacks this turn if able.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4b8fb8dc-f1c5-4994-8a58-4849e7e85539","metadata":{"source_printing_ids":["ad68539a-c7d3-46ee-ab94-ef9cc0f12dc3","e9fd8895-9282-44d3-969f-b0529eb3bc07"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CNS","DKA"],"rulings":[{"date":"2011-01-22","text":"If, during a player’s declare attackers step, a creature is tapped, is affected by a spell or ability that says it can’t attack, or hasn’t been under that player’s control continuously since the turn began (and doesn’t have haste), then it doesn’t attack. If there’s a cost associated with having a creature attack, the player isn’t forced to pay that cost, so it doesn’t have to attack in that case either."},{"date":"2011-01-22","text":"The creature’s controller still decides which player or planeswalker the creature attacks."}],"rarities":["uncommon"]},"heirloom blade":{"name":"Heirloom Blade","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +3/+1.\nWhenever equipped creature dies, you may reveal cards from the top of your library until you reveal a creature card that shares a creature type with it. Put that card into your hand and the rest on the bottom of your library in a random order.\nEquip {1}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"TriggeringSource"}}]},"count":{"type":"Fixed","value":1},"kept_destination":"Hand","rest_destination":"Library"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever equipped creature dies, you may reveal cards from the top of your library until you reveal a creature card that shares a creature type with it. Put that card into your hand and the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +3/+1."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"7c3a8766-e440-48c5-a561-197490efdba5","metadata":{"source_printing_ids":["0fc611aa-9418-41c1-ad6d-f2232b3c35c0","30a1fdeb-3569-4c2e-81ab-f746e08527eb","49b11cb5-fe30-418d-abe5-65c4a8d77a8a","49fe8b13-3f83-4a35-aa2d-2292b96f3d3e","6bbf8881-0e23-4745-95cd-cec18084e4b1","7fcda1a2-87e0-4b9e-acb9-0bab521792fe","a6463bdd-f9b3-46a6-9cb7-e1ba7e800b3c","aae598eb-871d-45af-b12c-346c344ae74b","b01b0d7f-5184-4651-a83d-14c27c8bb1bc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","C17","C20","J22","LCC","LTC","PLST","PW24","PZ2","SLD","ZNC"],"rulings":[{"date":"2017-08-25","text":"\"Artifact\" isn't a creature type."},{"date":"2017-08-25","text":"Compare the revealed cards to the creature as it last existed before it died, not to the creature card as it exists in its owner's graveyard, to determine which one you put into your hand."},{"date":"2017-08-25","text":"If Heirloom Blade leaves the battlefield at the same time that the equipped creature dies, its triggered ability triggers."},{"date":"2017-08-25","text":"If the equipped creature has no creature type, no card can share a creature type with it."},{"date":"2017-08-25","text":"If you don't reveal a creature card that shares a type with the creature that died, you'll just reveal and randomize your library."},{"date":"2017-08-25","text":"You'll reveal cards until you find one that shares at least one creature type with the creature that died. For example, if a Cat Wizard dies, you'll stop if you reveal a Human Wizard or Cat Soldier."}],"rarities":["uncommon","rare"]},"helicarrier strike":{"name":"Helicarrier Strike","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 2 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 2 or more.)\nHelicarrier Strike deals 2 damage to target attacking or blocking creature. If this spell was cast using teamwork, it deals 4 damage to that creature instead.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":2}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Blocking"}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 2 damage to target attacking or blocking creature. If this spell was cast using teamwork, it deals 4 damage to that creature instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ca3cda24-0ecd-4edf-b1b3-54311ad58a51","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["6e518842-ce44-4af2-8f38-89869828294a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"heliod, sun-crowned":{"name":"Heliod, Sun-Crowned","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nAs long as your devotion to white is less than five, Heliod isn't a creature.\nWhenever you gain life, put a +1/+1 counter on target creature or enchantment you control.\n{1}{W}: Another target creature gains lifelink until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}{W}: Another target creature gains lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, put a +1/+1 counter on target creature or enchantment you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"Not","condition":{"type":"DevotionGE","colors":["White"],"threshold":5}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your devotion to white is less than five, ~ isn't a creature."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"63e596a2-9126-4af6-8782-c38687d664ad","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["01a8576e-cadc-4521-aadd-3a05f0bc4d20","1aae46bb-15d3-4049-9eae-86c6c5b5dcff","236a1f7c-3ca9-4029-9064-4c215d02137a","3245ff74-1f9c-4518-a23f-1579f338f232","54b82143-e721-40c4-b67a-5430824f0eed","e11cf760-da35-41f2-8cf5-a5141103eeb3","e15cff2e-4fab-4729-b01c-2d32deb76b6b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","PLST","PRM","PTHB","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"A noncreature enchantment with a +1/+1 counter on it will be unaffected by that counter until it becomes a creature, at which time it will get +1/+1 for that counter."},{"date":"2020-01-24","text":"As a God enters the battlefield, your devotion to its color will determine whether any replacement effects that affect creatures entering the battlefield apply to that God. Because replacement effects are considered before the God is on the battlefield, the mana symbols in its mana cost won't be counted when determining this."},{"date":"2020-01-24","text":"Colorless and generic mana symbols ({C}, {0}, {1}, {2}, {X}, and so on) in mana costs of permanents you control don't count toward your devotion to any color."},{"date":"2020-01-24","text":"Counters put on a God remain on it while it's not a creature, even if they have no effect."},{"date":"2020-01-24","text":"Heliod can be the target of its own triggered ability."},{"date":"2020-01-24","text":"Heliod's triggered ability triggers just once for each life-gaining event, whether it's 1 life from Daxos, Blessed by the Sun or 3 life from Cling to Dust. If you gain an amount of life \"for each\" of something or \"equal to the number\" of something, that life is gained as one event and Heliod's ability triggers only once."},{"date":"2020-01-24","text":"Hybrid mana symbols, monocolored hybrid mana symbols, and Phyrexian mana symbols do count toward your devotion to their color(s)."},{"date":"2020-01-24","text":"If a God is attacking or blocking and it stops being a creature, it will be removed from combat. It won't rejoin combat if it resumes being a creature later during that combat."},{"date":"2020-01-24","text":"If a God stops being a creature, it loses the type creature and the creature type God. It continues to be a legendary enchantment."},{"date":"2020-01-24","text":"If a creature is dealt lethal damage at the same time that you gain life, it can't receive a counter from Heliod's ability in time to save it."},{"date":"2020-01-24","text":"If an activated ability or triggered ability has an effect that depends on your devotion to a color, you count the number of mana symbols of that color among the mana costs of permanents you control as the ability resolves. The permanent with that ability will be counted if it's still on the battlefield at that time."},{"date":"2020-01-24","text":"If an effect causes a God to lose all abilities, its ability that causes it to stop being a creature still applies if appropriate."},{"date":"2020-01-24","text":"If you put an Aura on an opponent's permanent, you still control the Aura, and mana symbols in its mana cost count towards your devotion."},{"date":"2020-01-24","text":"In a Two-Headed Giant game, life gained by your teammate won't cause the ability to trigger, even though it caused your team's life total to increase."},{"date":"2020-01-24","text":"Mana symbols in the text boxes of permanents you control don't count toward your devotion to any color."},{"date":"2020-01-24","text":"Multiple instances of lifelink on the same creature are redundant."},{"date":"2020-01-24","text":"The abilities of Gods function as long as they're on the battlefield, regardless of whether they're creatures."},{"date":"2020-01-24","text":"The type-changing ability that can make a God not be a creature functions only on the battlefield. It's always a creature card in other zones, regardless of your devotion to its color. It's always a creature spell while it's on the stack."},{"date":"2020-01-24","text":"When a God enters the battlefield, your devotion to its color (including the mana symbols in the mana cost of the God itself) will determine if a creature entered the battlefield or not for abilities that trigger whenever a creature enters the battlefield."},{"date":"2023-07-28","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Heliod's ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."}],"rarities":["mythic"]},"heliod, the radiant dawn":{"name":"Heliod, the Radiant Dawn","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Heliod enters, return target enchantment card that isn't a God from your graveyard to your hand.\n{3}{U/P}: Transform Heliod. Activate only as a sorcery. ({U/P} can be paid with either {U} or 2 life.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["PhyrexianBlue"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{U/P}: Transform ~. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Enchantment",{"Non":{"Subtype":"God"}}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target enchantment card that isn't a God from your graveyard to your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue","White"],"scryfall_oracle_id":"c27c6ba9-8d72-4101-b3a5-1e8d81755568","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["a7113c93-6c6d-410f-aeec-abc5ee121cdf","bfd786c2-6a2b-4f43-ba68-cbe31eeb4904"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"If a spell you cast has {X} in its mana cost, you choose the value of X before calculating the spell’s total cost. For example, if a spell’s mana cost is {X}{R} and your opponents have drawn two cards this turn, you could choose 5 as the value of X and pay {3}{R} to cast the spell."},{"date":"2023-04-14","text":"If there are additional costs to cast a spell, or if the cost to cast a spell is increased by an effect (such as the one created by Thalia, Guardian of Thraben’s ability), apply those increases before applying cost reductions."},{"date":"2023-04-14","text":"That ability can’t reduce the amount of colored mana you pay for a spell. It reduces only the generic mana component of that cost."},{"date":"2023-04-14","text":"The cost reduction can apply to alternative costs such as flashback costs."},{"date":"2023-04-14","text":"The last ability of Heliod, the Warped Eclipse doesn’t change the mana cost or mana value of any spell. It changes only the total cost you pay."},{"date":"2023-04-14","text":"The “as though they had flash” effect applies only to casting spells. It does not, for example, change when you may activate abilities that can be activated “only as a sorcery.”"}],"rarities":["rare"]},"heliod, the warped eclipse":{"name":"Heliod, the Warped Eclipse","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["Phyrexian","God"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"You may cast spells as though they had flash.\nSpells you cast cost {1} less to cast for each card your opponents have drawn this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Flash"}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may cast spells as though they had flash."},{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"CardsDrawnThisTurn","player":{"type":"Opponent","aggregate":"Sum"}}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast cost {1} less to cast for each card your opponents have drawn this turn."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"c27c6ba9-8d72-4101-b3a5-1e8d81755568","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["a7113c93-6c6d-410f-aeec-abc5ee121cdf","bfd786c2-6a2b-4f43-ba68-cbe31eeb4904"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rarities":["rare"]},"hellkite tyrant":{"name":"Hellkite Tyrant","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, trample\nWhenever this creature deals combat damage to a player, gain control of all artifacts that player controls.\nAt the beginning of your upkeep, if you control twenty or more artifacts, you win the game.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GainControlAll","target":{"type":"Typed","type_filters":["Artifact"],"controller":"TargetPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, gain control of all artifacts that player controls.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you control twenty or more artifacts, you win the game.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":20}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d9b066ff-9519-415c-ae17-bfea703c9889","metadata":{"source_printing_ids":["0bc3401f-935b-45ce-b1e6-300a5d9dfd4f","16937c7d-72c8-4640-8000-e4d2dc664a93","2078d569-47c1-43c8-b34f-ef84951b7566","67d15ee6-916f-4ac9-a4d2-4a9bd389d451","722cbdfd-3d25-4f7c-8bdd-be98f4a3a3f0","8ff0dab2-f6dd-46e9-a990-5cb0946e9b26","97ff9946-af2c-4568-847e-b828a71d0217","a7cb4100-1696-4393-8f1f-634018e0b78f","bd03d145-7cec-49da-917a-01f7355e252e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C16","C21","FIC","GTC","PLST","RVR"],"rulings":[{"date":"2013-01-24","text":"If you don't control twenty or more artifacts at the beginning of your upkeep, Hellkite Tyrant's last ability won't trigger. If it does trigger, it will check again when it tries to resolve. If you don't control twenty or more artifacts at that time, the ability will do nothing."}],"rarities":["rare","mythic"]},"hellspark elemental":{"name":"Hellspark Elemental","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Trample, haste\nAt the beginning of the end step, sacrifice this creature.\nUnearth {1}{R} ({1}{R}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Trample",{"Unearth":{"type":"Cost","shards":["Red"],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"Permanent","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddTargetReplacement","replacement":{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":null,"condition":null},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"If it would leave the battlefield, exile it instead of putting it anywhere else.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Exile it at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":"It gains haste.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a7ba88c6-81e7-4ab7-9c9b-308831e56833","metadata":{"source_printing_ids":["256a861a-c488-4834-a419-5bd1eeba6873","3dee2026-6003-4285-8afa-fd888b42c0c7","ea080c34-8446-429b-a380-3a95f43089fb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CON","DCI","DDK","PD2","PLST","PRM","TD0"],"rarities":["uncommon"]},"helm of obedience":{"name":"Helm of Obedience","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{X}, {T}: Target opponent mills a card, then repeats this process until a creature card or X cards have been put into their graveyard this way, whichever comes first. If one or more creature cards were put into that graveyard this way, sacrifice this artifact and put one of them onto the battlefield under your control. X can't be 0.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"destination":"Graveyard"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Any"}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{X}, {T}: Target opponent mills a card, then repeats this process until a creature card or X cards have been put into their graveyard this way, whichever comes first. If one or more creature cards were put into that graveyard this way, sacrifice ~ and put one of them onto the battlefield under your control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"min_x_value":1,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"16cadebf-c484-41f8-9e38-5c2c528f5b54","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"{X}, {T}: Target opponent mills a card, then repeats this process until a creature card or X cards have been put into their graveyard this w","line_index":0}],"metadata":{"source_printing_ids":["b17e9216-b1ed-4101-a04e-2bb139ccfa55","ec837c3e-a66f-43c0-adb4-4eefe7888cac"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ALL","ME2","PRM"],"rulings":[{"date":"2008-10-01","text":"If an effect like that of Leyline of the Void prevents cards from being put into your opponent’s graveyard, the process described in the first sentence of Helm of Obedience’s effect will never stop. Your opponent’s entire library will be exiled, even if X is 1."},{"date":"2008-10-01","text":"You put the creature card onto the battlefield even if you can’t sacrifice Helm of Obedience (because it’s left the battlefield by the time its ability resolves, for example)."}],"rarities":["rare"]},"helm of the host":{"name":"Helm of the Host","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, create a token that's a copy of equipped creature, except the token isn't legendary. That token gains haste.\nEquip {5}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},"sub_ability":null,"duration":null,"description":"Equip {5}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"RemoveSupertype","supertype":"Legendary"}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, create a token that's a copy of equipped creature, except the token isn't legendary. That token gains haste.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"83b43aba-bf9c-4da2-967d-9daa632e97d2","metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047","aae03160-19d3-5edd-9d4a-db5572ed77d3"],"source_printing_ids":["1d65d20c-09e5-4139-838b-7e0e48eb2b2b","27ed1222-a416-484a-a238-6186ee125c78","70ffc71f-328d-421d-926b-6f2e45ffb812","8077f5fe-f22a-4840-9417-526e76282a9e","898c66d5-d8e6-4a58-ba41-4650ba0e7262","95932b1b-f59b-4a42-a08f-3eeb783fdb8b","c1c86b0c-a8a9-4cd4-bec9-3c1680c52cac","e8d3865a-cea9-4985-84ed-89534f8e3f7c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","BRR","DOM","MSC","PDOM","PLST"],"rulings":[{"date":"2018-04-27","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"as [this creature] enters the battlefield\" or \"[this creature] enters the battlefield with\" abilities of the chosen creature will also work."},{"date":"2018-04-27","text":"If the copied creature has {X} in its mana cost, X is considered to be 0."},{"date":"2018-04-27","text":"If the copied creature is a token, the token that's created copies the original characteristics of that token as stated by the effect that created that token."},{"date":"2018-04-27","text":"If the copied creature is copying something else (for example, if the copied creature is a Clone), then the token enters the battlefield as whatever that creature copied."},{"date":"2018-04-27","text":"If the equipped creature leaves the battlefield before the triggered ability of Helm of the Host resolves, or if there is no equipped creature, no token is created. However, if Helm of the Host leaves the battlefield while its triggered ability is on the stack, a token will be created of the creature it last equipped. If that creature has also left the battlefield, its last known information is used to determine what the token looks like."},{"date":"2018-04-27","text":"The token copies exactly what was printed on the original creature and nothing else (unless that creature is copying something else or is a token; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2018-04-27","text":"The token gains haste indefinitely, and this effect isn't copiable. If something else copies the token later, that copy won't have haste."},{"date":"2018-04-27","text":"The token isn't legendary, and this exception is copiable. If something else copies the token later, that copy also won't be legendary. If you control two or more permanents with the same name but only one is legendary, the \"legend rule\" doesn't apply."}],"rarities":["rare","mythic"]},"herald of anafenza":{"name":"Herald of Anafenza","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Outlast {2}{W} ({2}{W}, {T}: Put a +1/+1 counter on this creature. Outlast only as a sorcery.)\nWhenever you activate this creature's outlast ability, create a 1/1 white Warrior creature token.","non_ability_text":null,"flavor_name":null,"keywords":[{"Outlast":{"type":"Cost","shards":["White"],"generic":2}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Outlast"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":{"KeywordAbilityActivated":{"type":"Outlast"}},"execute":{"kind":"Spell","effect":{"type":"Token","name":"Warrior","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Warrior"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate ~'s outlast ability, create a 1/1 white Warrior creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"889d1056-4d3d-42f0-96f2-16529a4a94e3","metadata":{"related_token_ids":["333f27ec-e546-5d55-b739-ae314b12aefd"],"source_printing_ids":["e8bf6ed4-48f3-419f-bafd-d1ee4d798482"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KTK","PKTK"],"rulings":[{"date":"2014-09-20","text":"Several creatures with outlast also grant an ability to creatures you control with +1/+1 counters on them, including themselves. These counters could come from an outlast ability, but any +1/+1 counter on the creature will count."},{"date":"2014-09-20","text":"The Warrior token is created before the +1/+1 counter is put on Herald of Anafenza."},{"date":"2014-09-20","text":"The cost to activate a creature’s outlast ability includes the tap symbol ({T}). A creature’s outlast ability can’t be activated unless that creature has been under your control continuously since the beginning of your turn."}],"rarities":["rare"]},"herald of torment":{"name":"Herald of Torment","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Bestow {3}{B}{B} (If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached.)\nFlying\nAt the beginning of your upkeep, you lose 1 life.\nEnchanted creature gets +3/+3 and has flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["Black","Black"],"generic":3}}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you lose 1 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":3},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +3/+3 and has flying."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3c04aeda-ae09-4162-ab51-983e29d21225","metadata":{"source_printing_ids":["6bb7e5ab-57d7-4a86-b7c2-262932ac3344"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG"],"rulings":[{"date":"2013-09-15","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2013-09-15","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2013-09-15","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2013-09-15","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2013-09-15","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."},{"date":"2014-02-01","text":"The triggered ability that causes you to lose life applies whether Herald of Torment is a creature or an Aura. The \"you\" in that ability refers to Herald of Torment's controller. If you control Herald of Torment as an Aura enchanting a creature another player controls, that ability will trigger at the beginning of your upkeep and cause you to lose 1 life."}],"rarities":["rare"]},"herald's horn":{"name":"Herald's Horn","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose a creature type.\nCreature spells you cast of the chosen type cost {1} less to cast.\nAt the beginning of your upkeep, look at the top card of your library. If it's a creature card of the chosen type, you may reveal it and put it into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Creature"],"additional_filter":{"type":"IsChosenCreatureType"}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, look at the top card of your library. If it's a creature card of the chosen type, you may reveal it and put it into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature spells you cast of the chosen type cost {1} less to cast."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"c02c5547-b9c9-4b2d-9d12-e87bfba8f2d2","metadata":{"source_printing_ids":["07b06421-778a-4d23-862b-30fc5fa25928","171df6af-c5a4-425e-bf1b-d07650e90418","178274fd-8b9b-4d69-a47e-31b29b776742","1c2e4ff2-5c14-488e-8548-eb89ffd18e41","2cfafee3-c060-44bd-be6e-8d36501d72d3","48a8abd6-8b5f-45b6-9f82-f2ce17d86222","4bfa71d4-4125-4404-9c24-979401bae592","4c0d09ac-ef6e-4b66-9e47-59cc97dd7d6b","ace66caf-38a1-41bc-bad9-15c57db9e9fa","c2cc583b-4ca1-4e34-bf66-693d69e4f77e","d6fa81d5-2ae1-433a-812b-9cf8ecb89a09","e64d51b3-20a2-4cc3-bd70-7f165940c157","e7ac5242-6b78-438f-b609-ccd5970481e8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["40K","C17","CLB","CMM","FIC","JMP","LCC","LTC","M3C","MOC","MSC","PL22","PLST","PZ2"],"rulings":[{"date":"2017-08-25","text":"If you don't put the top card of your library into your hand, you put it back on top of your library without revealing it. You'll draw it in that turn's draw step."},{"date":"2017-08-25","text":"If you somehow control a Herald's Horn with no chosen creature type, no spells will cost less to cast, not even creature spells with no creature type. You'll be able to look at the top card of your library at the beginning of each of your upkeeps, but you can never put it into your hand this way, even if it's a creature card with no creature type."},{"date":"2017-08-25","text":"The effect of Herald's Horn reduces only generic mana in a spell's cost. If that cost has no generic mana, the cost isn't reduced."},{"date":"2017-08-25","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon","rare"]},"heraldic banner":{"name":"Heraldic Banner","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose a color.\nCreatures you control of the chosen color get +1/+0.\n{T}: Add one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenColor"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control of the chosen color get +1/+0."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"3525e263-e29a-49bf-a29f-fb3ce43bbd33","metadata":{"source_printing_ids":["2199a8ad-0955-45df-8d74-77be2c40385b","2e349af5-3f25-46d3-908e-83b2f6028b95","743ea709-dbb3-4db8-a2ce-544f47eb6339","b6a1f042-b8e5-4a80-b76d-23f2f3baacf7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","FDN","PLST","SCD"],"rulings":[{"date":"2019-10-04","text":"If there is somehow no chosen color, Heraldic Banner's static ability has no effect, and its mana ability produces no mana if you activate it. Colorless creatures won't get +1/+0, and you won't add {C}."},{"date":"2019-10-04","text":"You must choose white, blue, black, red, or green for Heraldic Banner's ability. You can't choose \"multicolor,\" \"gold,\" or \"colorless.\""}],"rarities":["uncommon"]},"hero of the dunes":{"name":"Hero of the Dunes","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, return target artifact or creature card with mana value 3 or less from your graveyard to the battlefield.\nCreatures you control with mana value 3 or less get +1/+0.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target artifact or creature card with mana value 3 or less from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with mana value 3 or less get +1/+0."}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"eb6f936e-8dba-49da-84fc-de240b11b8e4","metadata":{"source_printing_ids":["9c6c72d5-f08e-4e46-a5cb-26d1fc0a71c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO"],"rarities":["uncommon"]},"heroes in a half shell":{"name":"Heroes in a Half Shell","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Ninja","Turtle"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Vigilance, menace, trample, haste\nWhenever one or more Mutants, Ninjas, and/or Turtles you control deal combat damage to a player, put a +1/+1 counter on each of those creatures and draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Menace","Trample","Vigilance"],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Mutant"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Ninja"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Turtle"}],"controller":"You","properties":[]}]},"description":"Whenever one or more Mutants, Ninjas, and/or Turtles you control deal combat damage to a player, put a +1/+1 counter on each of those creatures and draw a card.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"9f2f12cc-0adb-482d-bbce-05e4ce8850c4","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["ccc2a4e6-f505-4040-9d8a-c7b8e1a2b55e","f611ebb9-8e71-46ee-b24e-9f2404678013"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TMC"],"rulings":[{"date":"2026-01-27","text":"If creatures you control deal combat damage to multiple players at the same time, Heroes in a Half Shell's last ability will trigger for each of those players. When one of those abilities resolves, it will put counters only on Mutants, Ninjas, and/or Turtles that dealt combat damage to the appropriate player."}],"rarities":["mythic"]},"heroic defiance":{"name":"Heroic Defiance","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +3/+3 unless it shares a color with the most common color among all permanents or a color tied for most common.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":3}],"condition":{"type":"Not","condition":{"type":"SharesColorWithMostCommonColorAmongPermanents"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +3/+3 unless it shares a color with the most common color among all permanents or a color tied for most common."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f6209f18-9f40-44b4-9a8c-3445eda89928","metadata":{"source_printing_ids":["0dc1aa36-5d3b-4d25-9d54-937cdabf72a4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["PLS"],"rarities":["common"]},"heroic return":{"name":"Heroic Return","mana_cost":{"type":"Cost","shards":["White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {2} less to cast if a creature is attacking you.\nReturn target creature card from your graveyard to the battlefield. If a Hero enters this way, it enters with two additional +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking","defender":"You"}]}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast if a creature is attacking you."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Return target creature card from your graveyard to the battlefield. If a Hero enters this way, it enters with two additional +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4b7a8c05-15cd-452e-b9fc-83800e81793d","metadata":{"source_printing_ids":["707e0b51-701b-4eb6-b721-19c21a3c4d90","f22e18e5-f3db-46df-8c07-b44364d214f5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"hezrou":{"name":"Hezrou","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Frog","Demon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Whenever one or more creatures you control become blocked, each blocking creature gets -1/-1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Blocking"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more creatures you control become blocked, each blocking creature gets -1/-1 until end of turn.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"65d257c2-b3be-4244-a74c-bc4b5d7cedc3","metadata":{"source_printing_ids":["0c2f40e7-82b0-4847-994d-9326a88c4965"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"layout":"adventure","printings":["CLB"],"rulings":[{"date":"2022-06-10","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Altar of Bhaal is an artifact card whose mana value is 2."},{"date":"2022-06-10","text":"An effect may refer to a card, spell, or permanent that “has an Adventure.” This refers to a card, spell, or permanent that has an adventurer card’s set of alternative characteristics, even if they’re not being used and even if that card was never cast as an Adventure."},{"date":"2022-06-10","text":"Casting a card as an Adventure isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2022-06-10","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner’s graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won’t be exiled and the spell’s controller won’t be able to cast it as a permanent later."},{"date":"2022-06-10","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won’t give you permission to cast it as a permanent spell."},{"date":"2022-06-10","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it’s not possible to cast the copy from exile."},{"date":"2022-06-10","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2022-06-10","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it’s a token) or cease to be a copy (if it’s a nontoken permanent), and so you won’t be able to cast it as an Adventure."},{"date":"2022-06-10","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it’s legal to cast that spell."},{"date":"2022-06-10","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2022-06-10","text":"You must still follow any relevant timing rules for the permanent spell you cast from exile. Normally, you’ll be able to cast it only during your main phase while the stack is empty."}],"rarities":["common"]},"hidden strings":{"name":"Hidden Strings","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may tap or untap target permanent, then you may tap or untap another target permanent.\nCipher (Then you may exile this spell card encoded on a creature you control. Whenever that creature deals combat damage to a player, its controller may cast a copy of the encoded card without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":["Cipher"],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":"tap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":"untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":"tap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":"untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"tap or untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":"tap or untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"You may tap or untap target permanent, then you may tap or untap another target permanent.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a50737d7-dd2d-40da-817c-f913f76b5011","metadata":{"source_printing_ids":["216e8047-6f54-49ce-bf86-27dc8fc8c8f7","9cdec243-7802-4b77-8e6e-47f16eb4372a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DGM","PIO","Q06"],"rulings":[{"date":"2013-04-15","text":"If a creature with an encoded card deals combat damage to more than one player simultaneously (perhaps because some of the combat damage was redirected), the triggered ability will trigger once for each player it deals combat damage to. Each ability will create a copy of the exiled card and allow you to cast it."},{"date":"2013-04-15","text":"If another player gains control of the creature, that player will control the triggered ability. That player will create a copy of the encoded card and may cast it."},{"date":"2013-04-15","text":"If the creature leaves the battlefield, the exiled card will no longer be encoded on any creature. It will stay exiled."},{"date":"2013-04-15","text":"If the spell with cipher doesn’t resolve, none of its effects will happen, including cipher. The card will go to its owner’s graveyard and won’t be encoded on a creature."},{"date":"2013-04-15","text":"If you choose not to cast the copy, or you can’t cast it (perhaps because there are no legal targets available), the copy will cease to exist the next time state-based actions are performed. You won’t get a chance to cast the copy at a later time."},{"date":"2013-04-15","text":"If you want to encode the card with cipher onto a noncreature permanent such as a Keyrune that can turn into a creature, that permanent has to be a creature before the spell with cipher starts resolving. You can choose only a creature to encode the card onto."},{"date":"2013-04-15","text":"The copy of the card with cipher is created in and cast from exile."},{"date":"2013-04-15","text":"The exiled card with cipher grants a triggered ability to the creature it’s encoded on. If that creature loses that ability and subsequently deals combat damage to a player, the triggered ability won’t trigger. However, the exiled card will continue to be encoded on that creature."},{"date":"2013-04-15","text":"The spell with cipher is encoded on the creature as part of that spell’s resolution, just after the spell’s other effects. That card goes directly from the stack to exile. It never goes to the graveyard."},{"date":"2013-04-15","text":"You cast the copy of the card with cipher during the resolution of the triggered ability. Ignore timing restrictions based on the card’s type."},{"date":"2013-04-15","text":"You choose the creature as the spell resolves. The cipher ability doesn’t target that creature, although the spell with cipher may target that creature (or a different creature) because of its other abilities."}],"rarities":["common","uncommon"]},"high tide":{"name":"High Tide","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until end of turn, whenever a player taps an Island for mana, that player adds an additional {U}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"TapsForMana","execute":null,"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Island"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"],"contribution":"Additional"},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, whenever a player taps an Island for mana, that player adds an additional {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"dc671205-f2fa-454f-9957-921a6069ad53","metadata":{"source_printing_ids":["1f2400cc-987b-49de-8ac7-3d4b12c4200a","2047963c-3761-4d21-834a-674762248b77","4686bbb9-517f-4cce-aa7a-5db41e22c02b","4af611e3-45d6-4aee-bf48-56598b14a242","b2f3e6df-33c0-4d0d-b382-58d00be2051a","babd2248-5517-4b7b-a159-9a1f7b5583c8","c1368397-a667-4d13-bd92-ecc203f6e726","c2813677-91cc-4c8b-a8ea-403fa776c9f0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"banned","pauper":"banned","paupercommander":"legal","vintage":"legal"},"printings":["DMR","FEM","ME1","PIDW","VMA"],"rulings":[{"date":"2022-12-08","text":"The delayed triggered ability refers to any land with the land type Island, not just those named Island."},{"date":"2022-12-08","text":"The effect applies even if the Island in question entered the battlefield after High Tide resolved."}],"rarities":["common","uncommon"]},"hill giant":{"name":"Hill Giant","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"342199e0-15b6-4824-83da-25caef2592b3","metadata":{"source_printing_ids":["07724b6b-73e6-43b9-980f-149047c8e786","0ddb98e8-13fe-4786-83f7-b72c56db135a","14c2be6a-9ca6-4d3a-8dd0-db4ea40799f8","14e3b4bd-f3db-49a9-8a67-6ea6a3cd320d","1a318a0e-bc0e-4539-8096-ee0c8cffdb58","4905e98f-0c5a-4ec7-b85b-dc2c3549d5d0","4bb9d069-1163-46bd-9a71-21c05898330e","58968ba0-77a4-49fe-aa1d-0dc8a1db4923","59dda501-27e0-49e9-95cf-e36d8cdd0ec3","6ac25236-c2f2-48df-8dbb-d4f9ce790cfb","833128ae-927e-4767-8937-19d4ef789a58","c350b2af-8610-43c7-90b6-4ee806999d45","c987a3ec-a775-4140-ad49-18025e59dc3d","caa75eaf-948f-4503-962d-95b0321b36d9","ccc3b385-f51c-45b3-afb1-321f892afc96","df03759e-17a0-4191-bd4d-e823846924ce","e7ea1719-2bed-46f4-bb14-e3a4c87ce50a","f3afb143-fd69-4197-96f4-62d5d90a894c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","7ED","8ED","9ED","CED","CEI","DPA","FBB","ITP","LEA","LEB","POR","PS11","RQS","SUM"],"rarities":["common"]},"hinterland sanctifier":{"name":"Hinterland Sanctifier","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rabbit","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature you control enters, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d812fc6d-b96d-4986-b171-9f3feee603dc","metadata":{"source_printing_ids":["632df69e-6377-43d0-bba5-65518a320aa5","7bd187b7-5001-4fc3-8c1e-7093827027ee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J25"],"rulings":[{"date":"2024-11-08","text":"If Hinterland Sanctifier enters at the same time as one or more other creatures you control, its ability will trigger for each of those other creatures."}],"rarities":["common"]},"hixus, prison warden":{"name":"Hixus, Prison Warden","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nWhenever a creature deals combat damage to you, if Hixus entered this turn, exile that creature until Hixus leaves the battlefield. (That creature returns under its owner's control.)","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals combat damage to you, if ~ entered this turn, exile that creature until ~ leaves the battlefield.","constraint":null,"condition":{"type":"SourceEnteredThisTurn"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"02bff648-fbad-4d61-ab09-93993a5fda58","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["d0c21a35-4b70-4de4-93ff-c0ccabdc39e0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["ORI","PORI","PRM"],"rulings":[{"date":"2015-06-22","text":"Auras attached to the exiled creatures will be put into their owners' graveyards. Equipment attached to the exiled creatures will become unattached and remain on the battlefield. Any counters on the exiled creatures will cease to exist."},{"date":"2015-06-22","text":"Hixus's ability causes a zone change with a duration, a style of ability that's somewhat reminiscent of older cards like Oblivion Ring. However, unlike Oblivion Ring, cards like Hixus have a single ability that creates two one-shot effects: one that exiles the creature when the ability resolves, and another that returns the exiled card to the battlefield immediately after Hixus leaves the battlefield."},{"date":"2015-06-22","text":"If Hixus leaves the battlefield before its triggered ability resolves, the creature that dealt combat damage to you won't be exiled."},{"date":"2015-06-22","text":"If a creature token is exiled, it ceases to exist. It won't be returned to the battlefield."},{"date":"2015-06-22","text":"In a multiplayer game, if Hixus's owner leaves the game, the exiled cards will return to the battlefield. Because the one-shot effect that returns the cards isn't an ability that goes on the stack, it won't cease to exist along with the leaving player's spells and abilities on the stack."},{"date":"2015-06-22","text":"The exiled cards return to the battlefield immediately after Hixus leaves the battlefield. Nothing happens between the two events, including state-based actions."}],"rarities":["rare"]},"holdout settlement":{"name":"Holdout Settlement","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}. ({C} represents colorless mana.)\n{T}, Tap an untapped creature you control: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}]},"sub_ability":null,"duration":null,"description":"{T}, Tap an untapped creature you control: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e6b77545-de5c-4f4a-b7ea-83498fb33ba8","metadata":{"source_printing_ids":["abaf9baa-f9f6-429f-adad-af57d010a80a","cf08c317-6f2d-47e3-ab5b-8af73fd3e404"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["OGW","SCD"],"rulings":[{"date":"2016-01-22","text":"To activate the last ability, you may tap any untapped creature you control, including one you haven’t controlled continuously since the beginning of your most recent turn. (Note that tapping the creature doesn’t use {T} [the tap symbol].)"}],"rarities":["common"]},"hollow one":{"name":"Hollow One","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"This spell costs {2} less to cast for each card you've cycled or discarded this turn.\nCycling {2} ({2}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null,"dynamic_count":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast for each card you've cycled or discarded this turn."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"b9e4d34a-ba91-4ad6-b886-daeeda6c9498","metadata":{"source_printing_ids":["43fe9c6d-4fa2-4f9a-9025-1bf12fe7ed9f","af323aac-9796-4803-b08b-08f8d72ae074","b167fef0-a3ef-4e76-bd69-51ed7501cba8","fff9ed67-3c45-48ff-a1e7-f95ff35b782b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","HOU","MB2","PHOU","SCH","TSR"],"rulings":[{"date":"2021-03-19","text":"Hollow One's cost is reduced even if the cards you've cycled or discarded aren't in your graveyard."},{"date":"2021-03-19","text":"Hollow One's first ability doesn't give you permission to discard cards. You'll need another effect that instructs or allows you to discard them, such as a cycling ability."},{"date":"2021-03-19","text":"Once you've discarded three cards during one turn, Hollow One costs {0} to cast. It won't stop at {1} or cost negative amounts of mana."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions (such as that of Hollow One). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["rare","special"]},"hollowmurk siege":{"name":"Hollowmurk Siege","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Sultai or Abzan.\n• Sultai — Whenever a counter is put on a creature you control, draw a card. This ability triggers only once each turn.\n• Abzan — Whenever you attack, put a +1/+1 counter on target attacking creature. It gains menace until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a counter is put on a creature you control, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"ChosenLabelIs","label":"Sultai"},"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Menace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain menace"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, put a +1/+1 counter on target attacking creature. It gains menace until end of turn.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Abzan"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Sultai","Abzan"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Sultai or Abzan.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"31061e34-042e-40c3-99ab-752795ab4324","metadata":{"source_printing_ids":["5ac0e136-8877-4bfc-a831-2bf7b7b5ad1e","bd9a6427-09cc-4ddf-88a6-fc23498a7c08"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"An ability that triggers when counters are put on a permanent will trigger if that permanent somehow enters the battlefield with those counters."},{"date":"2025-04-04","text":"If you somehow control Hollowmurk Siege and no choice was made for it (perhaps because another permanent on the battlefield became a copy of it), it has neither of the two abilities."}],"rarities":["rare"]},"hooded hydra":{"name":"Hooded Hydra","mana_cost":{"type":"Cost","shards":["X","Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake","Hydra"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with X +1/+1 counters on it.\nWhen this creature dies, create a 1/1 green Snake creature token for each +1/+1 counter on it.\nMorph {3}{G}{G}\nAs this creature is turned face up, put five +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Morph":{"type":"Cost","shards":["Green","Green"],"generic":3}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Snake","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Snake"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create a 1/1 green Snake creature token for each +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with X +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"},{"event":"TurnFaceUp","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":5},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ is turned face up, put five +1/+1 counters on it.","condition":null}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"637ddd65-112d-40f7-9bab-a61724d9165c","metadata":{"related_token_ids":["801f9c59-c1c6-5332-b3d7-6537990e7c77","a0d95038-76d8-505d-a3a1-d043620bd7cb","b8844643-40b1-5d2a-8a4b-4884c85696b1"],"source_printing_ids":["828f752e-cf94-4d0e-913d-aa425a005849","9d7e651f-4187-44c5-99bf-34042d6dd9a2","aecc699c-c955-4167-b8cf-35faa7ce94b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","KTK","MKC"],"rulings":[{"date":"2014-09-20","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent, as well as Auras and Equipment that were attached to the permanent, aren't affected."},{"date":"2014-09-20","text":"Any time you have priority, you may turn the face-down creature face up by revealing what its morph cost is and paying that cost. This is a special action. It doesn't use the stack and can't be responded to. Only a face-down permanent can be turned face up this way; a face-down spell cannot."},{"date":"2014-09-20","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down spells or permanents you don't control unless an effect instructs you to do so."},{"date":"2014-09-20","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2014-09-20","text":"Hooded Hydra's last ability isn't a triggered ability. It's a replacement ability that modifies how Hooded Hydra is turned face up. Players can't respond to Hooded Hydra being turned face up and having five +1/+1 counters put on it."},{"date":"2014-09-20","text":"If Hooded Hydra is face down and it's turned face up some other way than by having its morph cost paid, the last ability will still apply."},{"date":"2014-09-20","text":"If a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or if the game ends."},{"date":"2014-09-20","text":"Morph lets you cast a card face down by paying {3}, and lets you turn the face-down permanent face up any time you have priority by paying its morph cost."},{"date":"2014-09-20","text":"The face-down spell has no mana cost and has a mana value of 0. When you cast a face-down spell, put it on the stack face down so no other player knows what it is, and pay {3}. This is an alternative cost."},{"date":"2014-09-20","text":"Use the number of +1/+1 counters that were on Hooded Hydra the last time it was on the battlefield to determine how many Snake tokens to create."},{"date":"2014-09-20","text":"When the spell resolves, it enters the battlefield as a 2/2 creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the creature can still grant it any of these characteristics."},{"date":"2014-09-20","text":"You must ensure that your face-down spells and permanents can easily be differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield in order to confuse other players. The order they entered the battlefield should remain clear. Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["mythic"]},"hope estheim":{"name":"Hope Estheim","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nAt the beginning of your end step, each opponent mills X cards, where X is the amount of life you gained this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each opponent mills X cards, where X is the amount of life you gained this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"187a110c-032a-42e1-be2d-3cfaaa9495f8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0b3ba36b-4a15-425c-98ae-37a10b3772bc","5b1fd4c8-7de6-47cb-916a-513d04774f01","a50f113e-be5d-4251-8605-67f54fbe9b3f","fbdb68cc-5516-481a-94c5-59f6c69b8a17"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"The value of X is calculated only once, as Hope's last ability resolves."}],"rarities":["rare"]},"hopeful eidolon":{"name":"Hopeful Eidolon","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Bestow {3}{W} (If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached.)\nLifelink (Damage dealt by this creature also causes you to gain that much life.)\nEnchanted creature gets +1/+1 and has lifelink.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink",{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["White"],"generic":3}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+1 and has lifelink."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"13c1ca1e-cd17-49ef-bc31-97bff99ec1e3","metadata":{"source_printing_ids":["4c69995b-ef31-4635-8d5a-b31f73993364","a226fa52-5926-43d2-9f05-70fd3a09ad8c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PIO","THS"],"rulings":[{"date":"2013-09-15","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2013-09-15","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2013-09-15","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2013-09-15","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2013-09-15","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."}],"rarities":["common","uncommon"]},"hordewing skaab":{"name":"Hordewing Skaab","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nOther Zombies you control have flying.\nWhenever one or more Zombies you control deal combat damage to one or more of your opponents, you may draw cards equal to the number of opponents dealt damage this way. If you do, discard that many cards.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":"You","properties":[]},"description":"Whenever one or more Zombies you control deal combat damage to one or more of your opponents, you may draw cards equal to the number of opponents dealt damage this way. If you do, discard that many cards.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Zombie"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Zombies you control have flying."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"485dea0d-2123-4e5c-91a1-25ba73f4f3cf","metadata":{"source_printing_ids":["6e67802e-e0d9-4989-b1c2-77ef2ff69796","f256df02-6498-4775-b6f2-eb7c248e9945"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC"],"rulings":[{"date":"2021-09-24","text":"If some of your Zombies have first strike but others don't, or if you have a Zombie with double strike, the ability will trigger twice, the first time counting the number of opponents who were dealt damage in the first strike combat damage step, and the second time counting the ones who were dealt damage in the second combat damage step."},{"date":"2021-09-24","text":"The number of cards you discard is equal to the number of opponents that were dealt combat damage by your Zombies, even if another effect changed the number of cards you drew."}],"rarities":["rare"]},"horror of the broken lands":{"name":"Horror of the Broken Lands","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Horror"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you cycle or discard another card, this creature gets +2/+1 until end of turn.\nCycling {B} ({B}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":["Black"],"generic":0}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"CycledOrDiscarded","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cycle or discard another card, ~ gets +2/+1 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6de20c2c-b8a8-4f12-897b-a2f55d7eed87","metadata":{"source_printing_ids":["35828576-124a-45d6-ad4c-af2926314953","48343f8b-db94-4e68-9a17-0abc9571377d","fb1f0958-5bf6-4a4f-a4bc-2943c93ba15e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","AKH","AKR"],"rulings":[{"date":"2017-04-18","text":"An ability that triggers whenever you \"cycle or discard\" a card triggers only once if you cycle a card. The ability \"Whenever you discard a card\" is functionally identical to this ability; cycling is mentioned for clarity."},{"date":"2017-04-18","text":"An ability that triggers whenever you discard a card doesn't give you permission to discard cards. You'll need another effect that instructs or allows you to discard them."},{"date":"2017-04-18","text":"If a player discards a card during their cleanup step due to having too many cards in hand, any appropriate abilities that trigger on discarding that card trigger. If this happens, those triggered abilities are put onto the stack and players receive priority in that cleanup step to cast spells or activate abilities (normally, no players may take actions during a cleanup step). Another cleanup step is created following that one."},{"date":"2017-04-18","text":"Some cards have an ability that triggers whenever you cycle any card. These triggered abilities resolve before you draw from the cycling ability."}],"rarities":["common"]},"hotel of fears":{"name":"Hotel of Fears","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Spacecraft"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, exile the top card of your library. You lose life equal to its mana value. You may play that card this turn.\nPraise Him — Whenever chaos ensues, choose a color. Put X +1/+1 counters on target creature you control, where X is your devotion to that color. Then sacrifice another creature. (Your devotion to a color is the number of mana symbols of that color in the mana costs of permanents you control.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Anaphoric"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, exile the top card of your library. You lose life equal to its mana value. You may play that card this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Devotion","colors":{"type":"ChosenColor"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, choose a color. Put X +1/+1 counters on target creature you control, where X is your devotion to that color. Then sacrifice another creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"79d3e356-9eb9-49bb-b4ba-f4f71876869e","metadata":{"source_printing_ids":["8b164271-6438-4135-b7a9-8573c3921052"]},"legalities":{},"printings":["WHO"],"rarities":["common"]},"hour of revelation":{"name":"Hour of Revelation","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {3} less to cast if there are ten or more nonland permanents on the battlefield.\nDestroy all nonland permanents.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all nonland permanents.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":3},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":10}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {3} less to cast if there are ten or more nonland permanents on the battlefield."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"920c1dd4-c3f6-4020-a6f0-2e8acad2c212","metadata":{"source_printing_ids":["01a8fb39-5ae9-43e3-bca1-32f5795d9e7f","89a89652-95ef-45b4-80c3-02241483f3c0","ddb53e90-f91e-4da9-ab70-5460958c6c99"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","HOU","PHOU","ZNC"],"rulings":[{"date":"2017-07-14","text":"You determine the cost to cast Hour of Revelation before you pay any of that cost. For example, if the only nonland permanents on the battlefield are Tezzeret the Schemer and nine Etherium Cells he’s given you, Hour of Revelation costs {W}{W}{W} to cast. You may sacrifice three Etherium Cells to pay this cost, even though there are no longer ten or more nonland permanents after you produce {W}{W}{W}."},{"date":"2018-01-19","text":"There are many important moments in the story, but the most crucial—called “story spotlights”—are shown on cards. These cards have the Planeswalker symbol in their text box; this symbol has no effect on gameplay. You can read more about these events in the official Magic fiction at http://www.mtgstory.com."}],"rarities":["rare"]},"howling mine":{"name":"Howling Mine","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's draw step, if this artifact is untapped, that player draws an additional card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Draw","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's draw step, if ~ is untapped, that player draws an additional card.","constraint":null,"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"d26b27db-a567-4631-b4b6-7294222fbdd1","metadata":{"source_printing_ids":["12610120-ade5-432a-a6b8-2379e7da662d","1a4dd6f8-1baa-4ad2-a377-5beeead6c319","1b1d4f69-d4ff-4cd7-bbfe-f648efc89063","37634ffe-788f-4262-88e8-5ab7c7ca74d6","3a509149-9864-4622-8122-21a723defaa8","3c76eaaf-58c9-4ef9-bf0a-7aa66397fa7d","3f8a7833-9420-4228-82ea-537e96c015fa","480f85b2-79bd-4f1c-a815-d101a678cf27","49726956-dccb-42bf-85d5-b2cb5acbeb04","4dd270d3-da58-4195-80f4-ade6ae32d092","51f8f6e1-a451-4262-90d3-5107caf54175","5abb0ef7-8ca2-4115-9441-4163943f1cfb","649a6afe-c030-458c-8cc5-5051e0cd6fd2","661236e2-a414-4a08-b7f7-704f1a2952a8","81dfe0d1-d8b0-4d66-9039-d827f4d23455","8a50b3bd-81b0-408d-ab73-9eadd2fb1eae","a2fe2fec-f49b-4b90-b9e0-0d14d45fecdb","a4df1be4-364e-4582-929a-05f2905f8ce6","a595b81f-f707-4c68-94bf-b77f7b529031","afe62264-058d-4337-a793-a66eb42551f7","b87c9191-1408-4aca-9061-bfb5b101c3ad","c69d4007-d26b-442b-9c34-d3780c46c5f6","cdae9939-03a4-4561-92cd-01f498d29a7a","d8de4687-0e36-4d9e-a280-90b561977fd6","ec9d720e-68f9-464a-8b11-0f243f184ccf","f62689d0-5957-41f4-aade-40a0ed4f2468","fc6fbf54-698d-4a99-ad98-b0115df403a0","feab8356-58dc-4e01-8c5f-4699e6feef52"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","BRR","C16","CED","CEI","CMD","FBB","LEA","LEB","M10","PLST","PS11","PTC","SLD","SUM"],"rulings":[{"date":"2004-10-04","text":"If Howling Mine leaves the battlefield before it resolves, then the last known tap or untap state of the card is used for resolution."},{"date":"2004-10-04","text":"It does not trigger at all if this is tapped at the start of the draw step, and it checks this again on resolution."},{"date":"2004-10-04","text":"The additional draw is separate from any other draw during your draw step. It happens when the triggered ability resolves."},{"date":"2013-04-15","text":"The triggered ability is put onto the stack after you have already drawn your card for the turn."}],"rarities":["rare"]},"huge truck":{"name":"Huge Truck","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Beeeeeeep, Beeeeeeep, Beeeeeeep — Whenever another creature you control becomes the target of a backup ability, Huge Truck permanently gains all of the backup abilities shared this way.\nCrew 1","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":1,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"~","description":"~ permanently gains all of the backup abilities shared this way"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"StackAbility","tag":{"type":"Backup"}},"description":"Whenever another creature you control becomes the target of a backup ability, ~ permanently gains all of the backup abilities shared this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"1fc6eb23-45ab-42fd-820e-b5dd5dbaef80","metadata":{"source_printing_ids":["19720530-eaf8-4252-9ded-a3b7dc6e19e4"]},"legalities":{},"printings":["UNK"],"rarities":["rare"]},"hulk smash!":{"name":"HULK SMASH!","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 4 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 4 or more.)\nChoose one. If this spell was cast using teamwork, choose both instead.\n• Destroy target noncreature artifact.\n• Target creature you control deals damage equal to its power to target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":4}],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Artifact",{"Non":"Creature"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5f97d49c-d0fa-4776-9455-93c1a172cd83","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Destroy target noncreature artifact.","Target creature you control deals damage equal to its power to target creature an opponent controls."],"allow_repeat_modes":false,"constraints":[{"type":"ConditionalMaxChoices","condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"max_choices":2,"otherwise_max_choices":1}],"chooser":{"type":"Controller"}},"additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":4},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["0d01bc37-ebf4-4f08-9beb-fef8787f8e7a","374ffb3e-0753-4682-936a-ae6921ace475"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"hulkling, burgeoning bruiser":{"name":"Hulkling, Burgeoning Bruiser","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Kree","Skrull","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever another creature you control enters, if it has greater power or toughness than Hulkling, put a +1/+1 counter on Hulkling.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, if it has greater power or toughness than ~, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"ZoneChangeObjectMatchesFilter","destination":"Battlefield","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AnyOf","props":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GT","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"GT","value":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}}}]}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"03c934a6-be57-480d-8c84-4e46d9ccb406","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9018477f-a67b-4fa4-8661-11ab91fae863"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"human—time lord meta-crisis":{"name":"Human—Time Lord Meta-Crisis","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Phenomenon"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you encounter Human—Time Lord Meta-Crisis, each player chooses one or two creatures they control. Each player creates a token that's a copy of the first creature they chose, except it isn't legendary. Then each player who chose a second creature puts a number of +1/+1 counters on the token they created equal to the power of the second creature they chose. (Then planeswalk away from this phenomenon.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlaneswalkedTo","execute":{"kind":"Spell","effect":{"type":"EachPlayerCopyChosen","choose_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"min":1,"max":2,"copy_modifications":[{"type":"RemoveSupertype","supertype":"Legendary"}],"scale":{"counter_type":"P1P1","scale_property":"Power"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you encounter ~, each player chooses one or two creatures they control. Each player creates a token that's a copy of the first creature they chose, except it isn't legendary. Then each player who chose a second creature puts a number of +1/+1 counters on the token they created equal to the power of the second creature they chose.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"96e26369-ae5d-4a77-adaa-d34b25af076f","metadata":{"related_token_ids":["553b5e02-de02-59fb-9901-28d367ab1c19"],"source_printing_ids":["f5def75a-f511-42e8-a652-7de4abfbd968"]},"legalities":{},"printings":["WHO"],"rarities":["common"]},"hundred-handed one":{"name":"Hundred-Handed One","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Vigilance\n{3}{W}{W}{W}: Monstrosity 3. (If this creature isn't monstrous, put three +1/+1 counters on it and it becomes monstrous.)\nAs long as this creature is monstrous, it has reach and can block an additional ninety-nine creatures each combat.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Monstrosity","count":{"type":"Fixed","value":3}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","White","White"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{W}{W}{W}: Monstrosity 3.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Reach"}],"condition":{"type":"SourceIsMonstrous"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is monstrous, it has reach and can block an additional ninety-nine creatures each combat."},{"mode":{"ExtraBlockers":{"count":99}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"SourceIsMonstrous"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is monstrous, it has reach and can block an additional ninety-nine creatures each combat."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"954aaaa7-c3c1-4696-9ace-bcb5359b1709","metadata":{"source_printing_ids":["489f192f-0d8a-468b-94f5-67a937e5028e","817b8dae-6248-41a4-80a7-7e8102479de4","846b5ec5-d7b4-4875-a860-d41178603459"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["CN2","PLST","THS"],"rulings":[{"date":"2013-09-15","text":"An ability that triggers when a creature becomes monstrous won't trigger if that creature isn't on the battlefield when its monstrosity ability resolves."},{"date":"2013-09-15","text":"Monstrous isn't an ability that a creature has. It's just something true about that creature. If the creature stops being a creature or loses its abilities, it will continue to be monstrous."},{"date":"2013-09-15","text":"Once a creature becomes monstrous, it can't become monstrous again. If the creature is already monstrous when the monstrosity ability resolves, nothing happens."}],"rarities":["rare"]},"hunter's insight":{"name":"Hunter's Insight","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"DamageDone","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"valid_source":{"type":"ParentTarget"},"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"cf8a0782-f545-445e-abac-d9063dad696b","metadata":{"source_printing_ids":["4e1448cf-3ddc-437b-a21e-4f4086492ec6","8c7549c2-7f66-4fdc-9852-6796292c6a85","96c20d6f-6272-42f1-bfda-308ce7c4206a","a85d0ca4-551c-4e23-b35b-e49b89ce86bd","b2fb825e-0c93-4555-9f6e-9b9d21566c2a","b78a13fa-ba9c-4ee3-89a4-6774ddae8a08","c12cf74d-aad9-41d8-959e-66557c39204d","de399acd-e792-4f4a-8025-434f1080c0fc","e4044a9f-43bd-4c32-9d53-29a27ad9be80","f68090b1-77f0-49e7-8f2b-e78ce3cf8c86"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C20","CMM","CMR","JMP","M12","MAR","NEC","OMB","SCD","SLD"],"rarities":["uncommon","rare","mythic"]},"hustle":{"name":"Hustle","mana_cost":{"type":"Cost","shards":["BlueRed"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature attacks or blocks this turn if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"MustBlock","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature attacks or blocks this turn if able.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"e294d85f-caf2-4939-99d3-7ca5bba2b8d1","metadata":{"source_printing_ids":["5f664827-e22e-43af-82f1-861b3c7607f1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Cease // Desist has a mana value of 8 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Cease // Desist."},{"date":"2024-02-02","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2024-02-02","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of instant and sorcery cards in your graveyard, Cease // Desist counts once, not twice."},{"date":"2024-02-02","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast an instant or sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Cease this way, but not Desist."},{"date":"2024-02-02","text":"If the creature targeted by Hustle is tapped or is affected by a spell or ability that says it can't attack or block, then it won't attack or block this turn. If there's a cost associated with having that creature attack or block, its controller isn't forced to pay that cost, so it doesn't have to attack or block in that case either."},{"date":"2024-02-02","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2024-02-02","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of any of the split cards featured in this set."}],"rarities":["uncommon"]},"hydraulic helper":{"name":"Hydraulic Helper","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Robot"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Defender\n{T}: Add {U}. This mana can't be spent to cast a nonartifact spell.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]},"restrictions":[{"SpellTypeOrAbilityActivation":{"spell_type":"Artifact","ability":"Any"}}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}. This mana can't be spent to cast a nonartifact spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"503928cd-1abd-44cd-92c3-6dc19bb07f78","metadata":{"source_printing_ids":["06d8a2a0-775b-4813-973f-8b15612b38d1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"hydroid krasis":{"name":"Hydroid Krasis","mana_cost":{"type":"Cost","shards":["X","Green","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Jellyfish","Hydra","Beast"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, you gain half X life and draw half X cards. Round down each time.\nFlying, trample\nThis creature enters with X +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"divisor":2,"rounding":"Down"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"divisor":2,"rounding":"Down"},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, you gain half X life and draw half X cards. Round down each time.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with X +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"6bd872b2-5c40-4e11-9a7f-0136a51b0642","metadata":{"source_printing_ids":["3f8e3243-2d82-4044-8e3b-3a4487ac771c","52e5d3fe-46bc-4014-9819-5aa7c7e64838","65010991-2097-4769-be96-f24b4bf9276f","801dd9c6-b159-4e1c-af2c-214c1f573633","a7ac127e-102e-4e1a-9e69-a09d676ac88e","ab115f5d-e182-4d78-bbe9-327e5b612f39","ae6677cc-f7d2-4c37-8fde-7c637b08cce0","b004684e-bd98-42fc-b90c-9a13a48dd120"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","CLU","M3C","MKC","PRNA","RNA","SLD","SOC"],"rulings":[{"date":"2019-01-25","text":"Hydroid Krasis's first ability triggers as you cast it, and that ability resolves before the spell itself. It resolves even if Hydroid Krasis is countered."}],"rarities":["rare","mythic"]},"hylda of the icy crown":{"name":"Hylda of the Icy Crown","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you tap an untapped creature an opponent controls, you may pay {1}. When you do, choose one —\n• Create a 4/4 white and blue Elemental creature token.\n• Put a +1/+1 counter on each creature you control.\n• Scry 2, then draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Create a 4/4 white and blue Elemental creature token.","Put a +1/+1 counter on each creature you control.","Scry 2, then draw a card."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Elemental"],"colors":["White","Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you tap an untapped creature an opponent controls","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"1733c71b-fd28-48dd-8a3d-41afd4b22f0e","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["d2cce550-6244-5702-a711-1464205e0709"],"source_printing_ids":["18f5f043-0b59-40ba-bdab-1706adf44075","ae9231fd-053d-4b84-a7a8-86063465bc49"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PURL","PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"Hylda of the Icy Crown's ability will trigger only when an effect instructs you to tap an opponent's creature. It won't trigger if a spell or ability you control instructs an opponent to tap a creature they control. For example, if you control Tangle Wire and an opponent taps an untapped creature they control as part of the resolution of Tangle Wire's triggered ability, Hylda's ability won't trigger."}],"rarities":["mythic"]},"hylda's crown of winter":{"name":"Hylda's Crown of Winter","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Tap target creature. This ability costs {1} less to activate during your turn.\n{3}, Sacrifice Hylda's Crown of Winter: Draw a card for each tapped creature your opponents control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Tap target creature. This ability costs {1} less to activate during your turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Fixed","value":1},"condition":{"type":"IsYourTurn"}},"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"Tapped"}]}}},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{3}, Sacrifice ~: Draw a card for each tapped creature your opponents control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"a8291d04-240e-456b-8c86-1fb4eb460476","metadata":{"source_printing_ids":["8141f900-a87b-40ce-8439-02c000aafa30","b0d4a6c0-f00e-45a7-9c88-899460007020"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rarities":["rare"]},"hymn to the ages":{"name":"Hymn to the Ages","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Chorus"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Starting intensity 1\nDraw a number of cards equal to this spell's intensity.\nAll Chorus cards you own intensify by 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"starting","description":"Starting intensity 1 Draw a number of cards equal to this spell's intensity"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Intensify","scope":{"type":"OwnedSubtype","subtype":"Chorus"},"amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Starting intensity 1\nDraw a number of cards equal to this spell's intensity.\nAll Chorus cards you own intensify by 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7c71821d-2ac2-4fcd-b672-d4ce4a83cdb8","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YLCI"]},"i am untouchable":{"name":"I Am Untouchable","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Ongoing"],"core_types":["Scheme"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(An ongoing scheme remains face up until it's abandoned.)\nYou and permanents you control have hexproof.\nWhen combat damage is dealt to you, create a 4/4 colorless Scarecrow artifact creature token with vigilance, then abandon this scheme.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"Token","name":"Scarecrow","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Artifact","Creature","Scarecrow"],"colors":[],"keywords":["Vigilance"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When combat damage is dealt to you, create a 4/4 colorless Scarecrow artifact creature token with vigilance, then abandon this scheme.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":[],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"You and permanents you control have hexproof."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"9694dfb6-21db-44a1-93ef-3871c0d51b8a","metadata":{"related_token_ids":["bed35aa4-4e00-55de-a684-c7f17f1cc804"],"source_printing_ids":["30c176fd-af4d-41f3-bc55-6961bba7bc38"]},"legalities":{},"printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"The last ability triggers only once whenever you're dealt combat damage, no matter how many creatures deal combat damage to you at the same time."}],"rarities":["common"]},"i call for slaughter":{"name":"I Call for Slaughter","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Scheme"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you set this scheme in motion, create three 1/1 red Devil creature tokens with \"When this token dies, it deals 1 damage to any target.\" They gain haste until end of turn. If a source you control would deal damage this turn, it deals that much damage plus 1 instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SetInMotion","execute":{"kind":"Spell","effect":{"type":"Token","name":"Devil","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Devil"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, it deals 1 damage to any target.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddTargetReplacement","replacement":{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source you control would deal damage this turn, it deals that much damage plus 1 instead","condition":null,"damage_modification":{"type":"Plus","value":{"type":"Fixed","value":1}},"damage_source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"expiry":{"type":"EndOfTurn"}},"target":{"type":"None"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you set this scheme in motion, create three 1/1 red Devil creature tokens with \"When ~ dies, it deals 1 damage to any target.\" They gain haste until end of turn. If a source you control would deal damage this turn, it deals that much damage plus 1 instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"1b84f43e-88dd-4a9b-ab3d-d707a0f40f3b","metadata":{"related_token_ids":["db939e9b-b7c1-5084-9880-1856f29766c5"],"source_printing_ids":["16964704-2beb-4c65-a59e-17f31d273a5b"]},"legalities":{},"printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"If damage dealt by a source you control is being divided or assigned among multiple permanents and/or players, that damage is divided or assigned before adding 1. For example, if you attack with a 5/5 creature with trample and it's blocked by a 2/2 creature, you can assign 2 damage to the blocker and 3 damage to the defending player. Those amounts are then modified to 3 and 4, respectively."}],"rarities":["common"]},"ice":{"name":"Ice","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tap target permanent.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Tap target permanent.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"ae92942b-919c-4ea9-b693-85fcef765d5a","metadata":{"source_printing_ids":["0a76d227-c899-409f-a01b-d3ca16b56ddc","0e09b054-4d33-4a12-bf2a-9b0009f33044","12279d5e-eff2-45bd-bb56-a953b56ff76a","18303862-4726-4136-814f-157aa7006579","3f822331-315e-4297-bb69-f1069032c6c5","610135d6-d32f-4ee9-b053-dc32da14c333","841b28eb-e16b-434e-aaaa-6a5ae8bccc19","ab8292ae-9a52-43e7-92f7-0f45f4bb71ec","ef5df76e-1482-4677-a932-54b92384c3c3","f98f4538-5b5b-475d-b98f-49d01dae6f04"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["APC","CMD","DDJ","DMR","F06","MH2","PLST","PRM","UMA","WC01","WC02"],"rarities":["common","uncommon","rare"]},"ichor shade":{"name":"Ichor Shade","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Shade"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, if an artifact or creature was put into a graveyard from the battlefield this turn, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if an artifact or creature was put into a graveyard from the battlefield this turn, put a +1/+1 counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"083ea8b0-ff2a-406e-90f1-668f33443747","metadata":{"source_printing_ids":["0fd86fbf-eac2-456b-b4bb-437ff9be9b58"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM"],"rulings":[{"date":"2023-04-14","text":"Ichor Shade’s ability will check as your end step begins if an artifact or creature was put into a graveyard from the battlefield this turn. If none have, the ability won’t trigger at all."},{"date":"2023-04-14","text":"If a nontoken artifact or creature is put into a graveyard, it doesn’t matter what happens to the card afterward. Ichor Shade’s ability will count it even if the card has left the graveyard by the time the ability resolves."},{"date":"2023-04-14","text":"The ability will count any artifact or creature that was put into a graveyard, including tokens."}],"rarities":["common"]},"ichor wellspring":{"name":"Ichor Wellspring","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters or is put into a graveyard from the battlefield, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into a graveyard from the battlefield, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"5b5ef43b-13fd-4461-8d2d-18be65e9a790","metadata":{"source_printing_ids":["03c16dfb-7e7a-4372-a1e2-8eb06d890c5c","12402dc0-8eae-46e7-a09e-d06ea1670179","1a5313e8-b7d1-49c7-81de-4da99ba9733f","1ccdb407-ac8f-4736-89d3-ab0d086096ea","2d1ea522-a0f6-45a8-8985-6fcca95d60cc","2d40b353-2f12-4514-96f4-9ba6c6b420f6","537721ab-088f-4dbd-b984-67f68eaaf3cf","6ce84c30-5d59-4f0d-af44-96b993f3902f","7b35f405-b48a-4514-a1b4-379f3226e878","94de25aa-d29a-45c9-8c4d-1ac27eb6a914","e6815c12-95ba-44f2-9115-3504d4d0a097","eab0d19f-1df7-48a9-bd39-3d8c26ae7bb6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","BRC","BRR","C14","C16","C21","CM2","DDU","HA5","J21","MBS"],"rulings":[{"date":"2011-06-01","text":"The ability will trigger when Ichor Wellspring is put into a graveyard from the battlefield, even if the ability that triggered when it entered hasn't resolved yet."}],"rarities":["common","uncommon"]},"ichorid":{"name":"Ichorid","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Haste\nAt the beginning of the end step, sacrifice this creature.\nAt the beginning of your upkeep, if this card is in your graveyard, you may exile a black creature card other than this card from your graveyard. If you do, return this card to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Black"},{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if this card is in your graveyard, you may exile a black creature card other than this card from your graveyard. If you do, return this card to the battlefield.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"SourceInZone","zone":"Graveyard"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5261ba70-b641-461d-9d9f-fce17764ad67","metadata":{"source_printing_ids":["97431dca-54ca-47ef-ab00-943140e8e758","b974a739-2b86-4510-95b6-b85118fb438c","cd5bc1e4-eefb-4613-aa18-2bf2b9bdf415"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EMA","TOR","VMA"],"rulings":[{"date":"2016-06-08","text":"If multiple Ichorids are in your graveyard, you can't exile the same creature card to return each of them to the battlefield."},{"date":"2016-06-08","text":"If one Ichorid's ability exiles another, the exiled Ichorid's ability can't return it to the battlefield."}],"rarities":["rare"]},"ichorplate golem":{"name":"Ichorplate Golem","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Phyrexian","Golem"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control enters, if it has one or more oil counters on it, put an oil counter on it.\nCreatures you control with oil counters on them get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"oil","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control enters, if it has one or more oil counters on it, put an oil counter on it.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"oil"},"minimum":1},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"OfType","data":"oil"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with oil counters on them get +1/+1."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"2feca0cd-6bd3-4e19-8cfd-81d7bd1118ee","metadata":{"source_printing_ids":["e555abb1-ffd4-4143-9be8-ec8a758f5c2a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE"],"rulings":[{"date":"2023-02-04","text":"If a creature has at least one oil counter on it, it gets +1/+1 due to Ichorplate Golem's effect. It does not get any additional bonus for having more oil counters on it."},{"date":"2023-02-04","text":"The first ability will check to see if a creature has any oil counters on it at the moment it entered the battlefield. If it doesn't, the ability won't trigger at all. This means that if the creature doesn't enter the battlefield with oil counters on it, there isn't an opportunity to put oil counters on it after it has already entered to get Ichorplate Golem's first ability to trigger. If the ability does trigger, it will check again as it tries to resolve. If the creature has no oil counters on it at that time, the ability will do nothing."}],"rarities":["uncommon"]},"identity crisis":{"name":"Identity Crisis","mana_cost":{"type":"Cost","shards":["White","White","Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile all cards from target player's hand and graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":[],"controller":"TargetPlayer","properties":[{"type":"InAnyZone","zones":["Hand","Graveyard"]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Exile all cards from target player's hand and graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"0abe0584-d876-4827-972b-589da53dbe96","metadata":{"source_printing_ids":["930d0de1-39af-4b08-81a3-2cca8aae5d40"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ARB"],"rarities":["rare"]},"ignis scientia":{"name":"Ignis Scientia","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Advisor"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Ignis Scientia enters, look at the top six cards of your library. You may put a land card from among them onto the battlefield tapped. Put the rest on the bottom of your library in a random order.\nI've Come Up with a New Recipe! — {1}{G}{U}, {T}: Exile target card from a graveyard. If a creature card was exiled this way, create a Food token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green","Blue"],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"I've Come Up with a New Recipe! — {1}{G}{U}, {T}: Exile target card from a graveyard. If a creature card was exiled this way, create a Food token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":6},"destination":"Battlefield","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":false,"enter_tapped":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, look at the top six cards of your library. You may put a land card from among them onto the battlefield tapped. Put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"23320d55-80cb-4da3-a53c-8c75abdc8c8f","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["da17551b-098e-5199-a273-1d85aa31c2af"],"source_printing_ids":["2790a23d-00ff-47b7-badd-9dd68042bb99","ab4f9721-5b2c-4371-98a5-3f6714265e57"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"A Food token is an artifact token with \"{2}, {T}, Sacrifice this token: You gain 3 life.\""},{"date":"2025-06-06","text":"If the target card is an illegal target as Ignis Scientia's last ability resolves, it won't resolve and none of its effects will happen. You won't create a Food token even if the target card was a creature card."}],"rarities":["uncommon"]},"ilharg, the raze-boar":{"name":"Ilharg, the Raze-Boar","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Boar","God"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever Ilharg attacks, you may put a creature card from your hand onto the battlefield tapped and attacking. Return that creature to your hand at the beginning of the next end step.\nWhen Ilharg dies or is put into exile from the battlefield, you may put it into its owner's library third from the top.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":true},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may put a creature card from your hand onto the battlefield tapped and attacking. Return that creature to your hand at the beginning of the next end step.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"NthFromTop","n":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, you may put it into its owner's library third from the top.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"NthFromTop","n":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Exile","trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into exile from the battlefield, you may put it into its owner's library third from the top.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"8d571129-9030-47e0-9624-a49fb63e5a1b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["08377dd8-62d4-4d59-9d13-5ff98bcc8fee","3d397fc3-fd4e-45ad-ad40-0f8a585c15fd","659893e4-c774-4cb5-b8c3-4355f36d9629","ad3af587-d08d-4ae0-9599-390ade85c735","c0109b60-09aa-4a03-92e7-0c651d976d51","dd34273b-4029-4c9f-9f99-ce2c22001781"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PWAR","RVR","SLD","WAR"],"rulings":[{"date":"2019-05-03","text":"Although the new creature is attacking, it was never declared as an attacking creature (for the purposes of abilities that trigger whenever a creature attacks, for example, such as those of Trusted Pegasus and Makeshift Battalion)."},{"date":"2019-05-03","text":"If an effect exiles the God and immediately returns it to the battlefield, its last ability triggers but will have no effect. However, if an effect exiles it and would return it to the battlefield at a later time, the God's ability may return that card to its owner's library first. If it does, the effect that exiled it won't return it later."},{"date":"2019-05-03","text":"If one of these Gods dies and it's your commander, you may put it into the command zone before its ability puts it into your library. If you save your commander this way, it won't put it into your library. The same is true if it would be exiled."},{"date":"2019-05-03","text":"If one of these Gods leaves the graveyard or exile while its last ability is on the stack, it will remain in its new zone, even if that zone is a graveyard or exile."},{"date":"2019-05-03","text":"If the God's owner has two or fewer cards in their library, the God is put on the bottom of their library as its last ability resolves."},{"date":"2019-05-03","text":"If the new creature has an ability that triggers at the beginning of the end step, that ability will trigger and resolve even if the creature is returned to your hand during the end step before that ability resolves."},{"date":"2019-05-03","text":"If the new creature leaves the battlefield before the end step, most likely because it died in combat, that card remains in its current zone. It won't return to your hand."},{"date":"2019-05-03","text":"If you control another player's God when it dies, you decide whether to put that card into its owner's library."},{"date":"2019-05-03","text":"In a multiplayer game, if you put another player's God onto the battlefield under your control, it will be exiled as you leave the game. If you were still the controller of that God, you would control its triggered ability but you have left the game; that ability won't resolve and the card remains in exile. Similarly, if you lose the game at the same time that another player's God that you put onto the battlefield is destroyed, it remains in its owner's graveyard."},{"date":"2024-01-12","text":"You choose which player, planeswalker, or battle the new creature is attacking. It doesn't have to be attacking the same player, planeswalker, or battle that Ilharg is attacking."}],"rarities":["mythic"]},"illusion":{"name":"Illusion","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target spell or permanent becomes the color of your choice until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddChosenColor"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"the color of your choice"}],"duration":"Permanent","target":{"type":"Or","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"Target spell or permanent becomes the color of your choice until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"5af2689d-c45c-4d45-b6a9-f32e8410b336","metadata":{"source_printing_ids":["8e7dd90a-4f93-43aa-b503-18289fdd571e","ba6ea373-65ea-45a8-8fed-31c482ba8387","d1280bdf-c718-4fd2-8504-5dac3a7b5f9f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["APC","DMR","PLST"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["uncommon"]},"illusionist's bracers":{"name":"Illusionist's Bracers","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an ability of equipped creature is activated, if it isn't a mana ability, copy that ability. You may choose new targets for the copy.\nEquip {3}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an ability of equipped creature is activated, if it isn't a mana ability, copy that ability. You may choose new targets for the copy.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"1d1d78af-7982-419d-b9be-2bf4c149d97d","metadata":{"source_printing_ids":["8404fb04-4fe2-454b-b607-d0576c8be1ff","9dd8d940-a973-4469-bf78-90318d98f3ab","cc06cf32-5d66-4772-845d-ff7649396092","f5a08d47-fe06-4040-89f9-27dccad7c275","f8bffa22-b022-4bed-9fbc-68df139975c4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["GTC","PLST","RVR"],"rulings":[{"date":"2013-01-24","text":"An activated ability is written in the form \"Cost: Effect.\""},{"date":"2013-01-24","text":"If Illusionist's Bracers somehow becomes equipped to a creature an opponent controls, and an activated ability (that isn't a mana ability) of that creature is activated, you will control the copy of that ability."},{"date":"2013-01-24","text":"If the ability has {X} in its cost, the value of X is copied."},{"date":"2013-01-24","text":"If the ability is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode. You can't choose a different one."},{"date":"2013-01-24","text":"If the cost of an activated ability requires Illusionist's Bracers or the equipped creature to be sacrificed, the ability won't be copied. At the time the ability is considered activated (after all costs are paid), Illusionist's Bracers is no longer equipped to that creature."},{"date":"2013-01-24","text":"The copy will have the same targets as the ability it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2013-04-15","text":"A mana ability is an ability that (1) isn't a loyalty ability, (2) doesn't target, and (3) could add mana when it resolves."}],"rarities":["rare"]},"immoral bargain":{"name":"Immoral Bargain","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice X creatures.\nDestroy X target nonland permanents.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy X target nonland permanents.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"max":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"c82cc78b-ffd6-4f72-881d-85913830feb2","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":4294967295}},"metadata":{"source_printing_ids":["9d475a98-4561-4cbc-bd60-c3bfc33725be","fc01f092-80fb-4643-8ada-c2e5aeb68658"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOC"],"rarities":["rare"]},"impostor syndrome":{"name":"Impostor Syndrome","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a nontoken creature you control deals combat damage to a player, create a token that's a copy of it, except it isn't legendary.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"RemoveSupertype","supertype":"Legendary"}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"description":"Whenever a nontoken creature you control deals combat damage to a player, create a token that's a copy of it, except it isn't legendary.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7be47440-b627-411e-a28f-d5a92e5e2fb7","metadata":{"related_token_ids":["36a983ad-a481-5048-a1fc-994155b7b683"],"source_printing_ids":["08da9f92-0e25-4f39-aaa4-d8974af81a41","72341b76-c3bb-4c39-80d9-f4747d139375","eeef16f4-5bf4-4eea-9891-84b87d1d396c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","PSPM","SPM"],"rulings":[{"date":"2025-09-19","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"as [this creature] enters\" or \"[this creature] enters with\" abilities of the creature will also work."},{"date":"2025-09-19","text":"Except for not being legendary, the token copies exactly what was printed on the original creature and nothing else (unless that permanent is itself copying something else; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2025-09-19","text":"If something becomes a copy of the token, the copy also isn't legendary."},{"date":"2025-09-19","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2025-09-19","text":"If the copied creature is copying something else, then the token enters as whatever that creature copied, with the listed exceptions."}],"rarities":["mythic"]},"inalla, archmage ritualist":{"name":"Inalla, Archmage Ritualist","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Eminence — Whenever another nontoken Wizard you control enters, if Inalla is in the command zone or on the battlefield, you may pay {1}. If you do, create a token that's a copy of that Wizard. The token gains haste. Exile it at the beginning of the next end step.\nTap five untapped Wizards you control: Target player loses 7 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":7},"target":{"type":"Player"}},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":5},"filter":{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Tap five untapped Wizards you control: Target player loses 7 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The token gains haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Command","Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken Wizard you control enters, if ~ is in the command zone or on the battlefield, you may pay {1}. If you do, create a token that's a copy of that Wizard. The token gains haste. Exile it at the beginning of the next end step.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"SourceInZone","zone":"Command"},{"type":"SourceInZone","zone":"Battlefield"}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"21bdba6e-3f9d-4ead-8212-0cbb0ce7f8cc","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0502c627-9f63-5b1e-b7ba-1809eefc0580","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["5887d320-2c65-4295-bd6e-9e49eb1bc2e6","6e28fbc7-b74b-4828-a0e9-08e98cdb5a92","786a3daa-41a6-4cf3-97bc-c59e1c7cd674","7c6e803a-451c-4aa6-97a2-400077f32c47"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C17","FCA","OC17","PZ2","SLD"],"rulings":[{"date":"2017-08-25","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"As [this creature] enters the battlefield\" or \"[This creature] enters the battlefield with\" abilities of the copied creature will also work."},{"date":"2017-08-25","text":"If Inalla enters the battlefield at the same time as other Wizards you control, its ability will trigger for each of those other Wizards."},{"date":"2017-08-25","text":"If a copied creature is legendary, any triggered abilities it has will trigger if appropriate before the \"legend rule\" causes one of those legendary creatures to be put into its owner's graveyard. Those abilities will be put on the stack after the \"legend rule\" is applied."},{"date":"2017-08-25","text":"If the copied creature had {X} in its mana cost, X is 0."},{"date":"2017-08-25","text":"If the copied creature was copying something else, the token enters the battlefield as whatever that permanent was copying."},{"date":"2017-08-25","text":"If the creature that caused Inalla's ability to trigger has already left the battlefield by the time the ability resolves, you can still pay {1}. If you do, you'll create a token with the copiable values of the characteristics of that creature as it last existed on the battlefield."},{"date":"2017-08-25","text":"Notably, if your commander is on the battlefield and its eminence ability triggers, but it's put into the command zone before that ability resolves, that ability won't do anything as it resolves. This is because an object that changes zones is considered a new object."},{"date":"2017-08-25","text":"The token copies exactly what was printed on the creature and nothing else (unless that creature was copying something else; see below). It doesn't copy whether that creature was tapped or untapped, whether it had any counters on it or Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on."},{"date":"2017-08-25","text":"This commander's eminence ability is a triggered ability. The commander must be on the battlefield or in the command zone as the trigger event occurs and also as the triggered ability resolves. If the commander is in an appropriate zone as the trigger event occurs but leaves that zone, the ability won't do anything as it resolves."},{"date":"2017-08-25","text":"To activate Inalla's last ability, you may tap any untapped Wizards you control, including ones you haven't controlled continuously since the beginning of your most recent turn, such as Inalla itself. (Note that tapping the creature doesn't use {T} [the tap symbol].)"},{"date":"2017-08-25","text":"You can pay {1} only once each time Inalla's first ability resolves. You can't pay more to get more than one token."}],"rarities":["rare","mythic"]},"inchblade companion":{"name":"Inchblade Companion","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Equipment","Insect"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1.\nWhenever Inchblade Companion becomes attached to a creature, create a token that's a copy of Inchblade Companion, except it doesn't have this ability. This ability triggers only once each turn.\nReconfigure {2} ({2}: Attach to target creature you control; or unattach from a creature. Reconfigure only as a sorcery. While attached, this isn't a creature.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Reconfigure":{"type":"Cost","shards":[],"generic":2}}],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"UnattachAll","attachment":{"type":"SelfRef"},"target":{"type":"Any"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"SourceAttachedTo","required_type":"Creature"}}},{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attached","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes attached to a creature, create a token that's a copy of ~, except it doesn't have this ability. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"SourceAttachedToCreature"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 702.151b + CR 613.1d: a reconfigure Equipment stops being a creature while attached to a creature (Layer 4 type removal)."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d0ba1cd8-f81f-47a5-bcdc-4af918bfabfa","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YNEO"]},"increasing vengeance":{"name":"Increasing Vengeance","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Copy target instant or sorcery spell you control. If this spell was cast from a graveyard, copy that spell twice instead. You may choose new targets for the copies.\nFlashback {3}{R}{R} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Red","Red"],"generic":3}}}],"abilities":[{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]}]}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CastFromZone","zone":"Graveyard"}},"optional_targeting":false,"optional":false,"repeat_for":{"type":"Fixed","value":2},"forward_result":false},"duration":null,"description":"Copy target instant or sorcery spell you control. If this spell was cast from a graveyard, copy that spell twice instead. You may choose new targets for the copies.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a5ca7bd9-0964-405f-adb9-7c27153595e6","metadata":{"source_printing_ids":["2a362d78-76a1-4dbc-80cc-0360e98ba280","6ef32c03-14f5-4ee2-af3a-4cbee45cd152","d13afe4a-4a3d-42ae-ac0a-b789364c7e7e","d4867546-a609-4958-a48e-522fb9258faf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","DKA","STA"],"rulings":[{"date":"2011-01-22","text":"Each of the copies will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal). If there are two copies, you may change the targets of each of them to different legal targets."},{"date":"2011-01-22","text":"If the spell Increasing Vengeance copies has an X whose value was determined as it was cast (like Earthquake does), the copy has the same value of X."},{"date":"2011-01-22","text":"If the spell Increasing Vengeance copies is modal (that is, it says “Choose one —” or the like), the copies will have the same mode(s). You can't choose different ones."},{"date":"2011-01-22","text":"Increasing Vengeance can target (and copy) any instant or sorcery spell you control, not just one with targets."},{"date":"2011-01-22","text":"When Increasing Vengeance resolves, it creates one or two copies of a spell. You control each of the copies. Those copies are created on the stack, so they're not “cast.” Abilities that trigger when a player casts a spell won't trigger. The copies will then resolve like normal spells, after players get a chance to cast spells and activate abilities."},{"date":"2011-01-22","text":"You can't choose to pay any additional costs for the copies. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copies too. For example, if you sacrifice a 3/3 creature to cast Fling and then copy it with Increasing Vengeance, the copies of Fling will also deal 3 damage to its target."},{"date":"2021-03-19","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-03-19","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-03-19","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-03-19","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."},{"date":"2021-03-19","text":"“Flashback [cost]” means “You may cast this card from your graveyard by paying [cost] rather than paying its mana cost” and “If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.”"}],"rarities":["rare","mythic"]},"incremental growth":{"name":"Incremental Growth","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put a +1/+1 counter on target creature, two +1/+1 counters on another target creature, and three +1/+1 counters on a third target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put a +1/+1 counter on target creature, two +1/+1 counters on another target creature, and three +1/+1 counters on a third target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"802ff367-e52e-4f79-aa0f-96c45fe477a0","metadata":{"source_printing_ids":["356793ec-3285-4bda-9b8e-23bf2d60f124","3c49f1bc-348d-4413-999d-0391e63234f8","b1fde3ae-42a8-4471-b3c0-d046c53ca5e2","bcc7d833-f71b-4ec4-aad1-07b7583bad64","ca3528ed-e1a1-4020-acba-c079484de0ba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","KTK","LRW","MMA","PLST","W16"],"rulings":[{"date":"2014-09-20","text":"If some of the creatures are illegal targets as Incremental Growth tries to resolve, the remaining legal targets still get the appropriate number of +1/+1 counters. If all targets are illegal, Incremental Growth doesn’t resolve."},{"date":"2014-09-20","text":"You must choose three different targets in order to cast Incremental Growth. You decide how many +1/+1 counters each creature will get as part of casting the spell."}],"rarities":["uncommon"]},"inevitable betrayal":{"name":"Inevitable Betrayal","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Suspend 3—{1}{U}{U} (Rather than cast this card from your hand, pay {1}{U}{U} and exile it with three time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)\nSearch target opponent's library for a creature card and put that card onto the battlefield under your control. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":3,"cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1}}}],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search target opponent's library for a creature card and put that card onto the battlefield under your control. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue"],"color_identity":["Blue"],"scryfall_oracle_id":"aa5e9269-b1db-4bf0-a548-24f999f60e44","metadata":{"source_printing_ids":["28c015a6-dc4c-49f6-8d39-4c7b598e5a61","71725895-38cd-4017-bbf0-0b7dc9b5db60","9efc8ce5-d9b3-4808-8297-f9a0a4db79c1","adb9a0f9-0af6-42ac-9e42-f315f4882939"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH2","PMH2","PRM","SLD"],"rulings":[{"date":"2021-06-18","text":"You may fail to find a creature card in your opponent's library. This may be because they don't have any creature cards, or it may be because you simply don't like any of the creature cards they do have."},{"date":"2024-02-02","text":"A card with no mana cost can't be cast normally; you'll need a way to cast it for an alternative cost or without paying its mana cost, such as by suspending it."},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If a card with no mana cost is given an alternative cost equal to its mana cost (by Snapcaster Mage, for example), that cost cannot be paid and the card cannot be cast this way."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare"]},"inferno hellion":{"name":"Inferno Hellion","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Hellion"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trample (This creature can deal excess combat damage to the player or planeswalker it's attacking.)\nAt the beginning of each end step, if this creature attacked or blocked this turn, its owner shuffles it into their library.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if ~ attacked or blocked this turn, its owner shuffles it into their library.","constraint":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedOrBlockedThisTurn"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"68c88a4c-8c2b-4e6f-b835-7e269eb073c8","metadata":{"source_printing_ids":["6c59a4db-5806-40da-8752-cec05af6bf51","9cd11004-5b8f-4c71-bde0-eb75eed869b0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["JMP","M19"],"rulings":[{"date":"2018-07-13","text":"Inferno Hellion’s owner shuffles it into their library only if it’s on the battlefield as its last ability resolves."}],"rarities":["uncommon"]},"inferno titan":{"name":"Inferno Titan","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"{R}: This creature gets +1/+0 until end of turn.\nWhenever this creature enters or attacks, it deals 3 damage divided as you choose among one, two, or three targets.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: ~ gets +1/+0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":3}},"distribute":{"type":"Damage"},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, it deals 3 damage divided as you choose among one, two, or three targets.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0ce47c8b-1e1f-463f-94f0-35ca00be89e6","metadata":{"source_printing_ids":["116eafca-668b-4864-bb7b-9d615c93c059","42d8d2ae-d1d8-4ddb-bf3c-4ea48667b200","5b99f2f2-7000-401a-9201-b604238baf7a","9ee80c14-5857-4752-b958-a51cf6706c96","a31adaa1-6211-4bd3-9705-6dead01597d0","bce726fa-cf09-4709-89f9-31f954620449","be293048-1df6-4df4-869c-b3b19534b35b","c8cc9161-2722-4a11-8b3e-d30492072d31","db61b57c-b870-41af-87b7-037ec52fe063","e04c24cb-3c3b-4a35-9694-db512bf394fa","f1e4a028-6462-4373-9864-a8adfc78d52b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","C13","C15","CM2","CMM","E01","HA7","LTC","M11","M12","NCC","PDP12","PRM","SLD"],"rulings":[{"date":"2010-08-15","text":"You divide the damage as you put Inferno Titan's triggered ability on the stack, not as it resolves. Each target must be assigned at least 1 damage. (In other words, as you put the ability on the stack, you choose whether to have it deal 3 damage to a single target, 2 damage to one target and 1 damage to another target, or 1 damage to each of three targets.)"}],"rarities":["rare","mythic"]},"infesting radroach":{"name":"Infesting Radroach","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect","Mutant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nThis creature can't block.\nWhenever this creature deals combat damage to a player, they get that many rad counters.\nWhenever an opponent mills a nonland card, if this creature is in your graveyard, you may return it to your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"get","description":"get that many rad counters"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, they get that many rad counters.","constraint":null,"condition":null,"batched":false},{"mode":"Milled","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"TriggeringSource"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent mills a nonland card, if ~ is in your graveyard, you may return it to your hand.","constraint":null,"condition":{"type":"SourceInZone","zone":"Graveyard"},"batched":false}],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"064f371c-e4f2-423b-9f35-443191dfbb4c","metadata":{"source_printing_ids":["5b51b691-e226-44c9-b7cb-26f19c060597","b18a4355-5645-4af3-a16a-7fe49d0d5aab"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"Any effects (such as proliferate) that interact with counters a player gets, has, or loses can interact with rad counters."},{"date":"2024-03-08","text":"If Infesting Radroach is milled at the same time an opponent mills a nonland card (for example, because of the activated ability of Raul, Trouble Shooter), Infesting Radroach's ability will trigger."},{"date":"2024-03-08","text":"If a player has fewer cards remaining in their library than the number of rad counters they have when the triggered ability resolves, they'll mill as many cards as they can."},{"date":"2024-03-08","text":"In a game using the shared team turns option, such as an Archenemy or Two-Headed Giant game, the inherent triggered ability associated with rad counters triggers once for each player on the active team that has rad counters. Each instance of that ability is controlled by one of those players."},{"date":"2024-03-08","text":"Keep track of how many rad counters each player has. Potential ways to track this include writing them down on paper or using dice, but any method that is clear and mutually agreeable is fine."},{"date":"2024-03-08","text":"Rad counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-03-08","text":"Rad counters don't go away as steps, phases, or turns end. They only go away when an effect instructs a player to remove rad counters from themselves."},{"date":"2024-03-08","text":"The cards are milled all at once, which means abilities that trigger \"whenever one or more nonland cards are milled\" will trigger exactly once as long as at least one nonland card was milled."},{"date":"2024-03-08","text":"There is an inherent triggered ability associated with having rad counters. This triggered ability has no source and is controlled by the active player. The full text of this ability is \"At the beginning of the precombat main phase of a player with rad counters, that player mills cards equal to the number of rad counters they have. For each nonland card milled this way, that player loses 1 life and removes one rad counter from themselves.\""}],"rarities":["uncommon"]},"infinite guideline station":{"name":"Infinite Guideline Station","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":15},"loyalty":null,"defense":null,"oracle_text":"When Infinite Guideline Station enters, create a tapped 2/2 colorless Robot artifact creature token for each multicolored permanent you control.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 12+.)\n12+ | Flying\nWhenever Infinite Guideline Station attacks, draw a card for each multicolored permanent you control.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"ColorCount","comparator":"GE","count":2}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, draw a card for each multicolored permanent you control.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Robot","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Artifact","Creature","Robot"],"colors":[],"keywords":[],"tapped":true,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"ColorCount","comparator":"GE","count":2}]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a tapped 2/2 colorless Robot artifact creature token for each multicolored permanent you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"12+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":7},{"type":"SetToughness","value":15}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 12+"}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"cda39514-86c9-483e-8d95-fd08138ce33a","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["100c8870-61aa-5c98-af92-dd7fbc63ce35"],"source_printing_ids":["334654be-c433-43b6-bf33-8ba040c3c3a8","5688894a-bbec-476b-ae2e-94000be258d0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"inner sanctum":{"name":"Inner Sanctum","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cumulative upkeep—Pay 2 life. (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nPrevent all damage that would be dealt to creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":[{"CumulativeUpkeep":{"type":"PayLife","amount":{"type":"Fixed","value":2}}}],"abilities":[],"triggers":[{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"PayLife","amount":{"type":"Fixed","value":2}}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Prevent all damage that would be dealt to creatures you control.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2ae36d31-08b7-481a-bfa1-a5c65921dee0","metadata":{"source_printing_ids":["2298faae-370e-4b87-bf32-d20c2282a928"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["WTH"],"rarities":["rare"]},"inquisitive glimmer":{"name":"Inquisitive Glimmer","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Fox","Glimmer"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Enchantment spells you cast cost {1} less to cast.\nUnlock costs you pay cost {1} less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchantment spells you cast cost {1} less to cast."},{"mode":{"ReduceActionCost":{"action":"UnlockDoor","mode":"Reduce","amount":1}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Unlock costs you pay cost {1} less."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"4abb227a-534e-4300-9009-065a10f10e8a","metadata":{"source_printing_ids":["e8cc1465-ee00-40f4-aaa9-02f0465beb88","f1f66e3e-9f1f-4601-aa30-30b66805a5a8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"The cost reduction from Inquisitive Glimmer's first ability applies only to generic mana in the total cost of enchantment spells you cast. Similarly, the cost reduction from its second ability applies only to generic mana in the unlock costs of Rooms you control. (In other words, it's impossible for these abilities to combine to make anything cost {2} less.)"},{"date":"2024-09-20","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a flashback cost), add any cost increases (such as kicker costs), then apply any cost reductions (such as that of this ability). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["uncommon"]},"insectile aberration":{"name":"Insectile Aberration","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Insect"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue"],"color_identity":["Blue"],"scryfall_oracle_id":"edd531b9-f615-4399-8c8c-1c5e18c4acbf","metadata":{"source_printing_ids":["11bf83bb-c95b-4b4f-9a56-ce7a1816307a","6904ea20-e504-47da-95a0-08739fdde260","871c4ccc-5a14-4583-b4c7-6f2d2aeb8253","888fbfaf-dbf9-4045-a79e-d436ef75b3cf","a808459c-f086-4cb6-a53e-4b9e196c1000","a992bbe3-c389-4a4a-927b-dfc01a4cd9be","abff6c81-65a4-48fa-ba8f-580f87b0344a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","INR","ISD","MID","SLD","V17"],"rarities":["common","uncommon","rare"]},"insidious roots":{"name":"Insidious Roots","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creature tokens you control have \"{T}: Add one mana of any color.\"\nWhenever one or more creature cards leave your graveyard, create a 0/1 green Plant creature token, then put a +1/+1 counter on each Plant you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"Token","name":"Plant","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Plant"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[{"Subtype":"Plant"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more creature cards leave your graveyard, create a 0/1 green Plant creature token, then put a +1/+1 counter on each Plant you control.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Token"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{t}: add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature tokens you control have \"{T}: Add one mana of any color.\""}],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"d75b2b8e-05c9-47da-b359-a867256d78ea","metadata":{"related_token_ids":["eb7bf20b-ea05-5471-8ba9-e9c3b3bb77b7"],"source_printing_ids":["0bb91a22-2040-4a37-85f8-5f22de8c5907","61c9e0ae-38c0-4618-b664-16a9ad1661c1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"If multiple creature cards leave your graveyard at the same time, Insidious Roots's last ability will trigger only once."},{"date":"2024-02-02","text":"In the rare case where Insidious Roots is a creature token, it will grant itself the ability \"{T}: Add one mana of any color.\""}],"rarities":["uncommon"]},"inspiration":{"name":"Inspiration","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player draws two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":"Target player draws two cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8f32ceb2-92c2-4dde-bf73-40bb79c3fcef","metadata":{"source_printing_ids":["1374df24-bcff-45eb-a2fd-2f39439c9e6a","38f806fa-11b7-43e1-a8dc-9a94a786f76b","494dd66f-44af-4a10-94bb-9447af645512","5247d0b0-660e-4f27-8e76-62effbe12221","8b38c335-5a85-4d39-8d58-2b284758de53","be039716-30fc-4f84-8f84-6019065560e4","e3cf9dc0-0a12-459c-88e2-97ed94653058"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","vintage":"legal"},"printings":["6ED","7ED","8ED","RTR","VIS","W17"],"rarities":["common"]},"inspirit, flagship vessel":{"name":"Inspirit, Flagship Vessel","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n1+ | At the beginning of combat on your turn, put your choice of a +1/+1 counter or two charge counters on up to one other target artifact.\n8+ | Flying\nOther artifacts you control have hexproof and indestructible.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a +1/+1 counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put two charge counters","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"put your choice of counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put your choice of a +1/+1 counter or two charge counters on up to one other target artifact.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":1},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"artifacts you control have hexproof and indestructible."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":5},{"type":"SetToughness","value":5}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"554df866-3dbb-4811-8573-6033481591aa","is_commander":true,"metadata":{"source_printing_ids":["46900ec7-eb18-45c4-8e90-a48b665cfdee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC"],"rarities":["mythic"]},"intangible virtue":{"name":"Intangible Virtue","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creature tokens you control get +1/+1 and have vigilance.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Token"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature tokens you control get +1/+1 and have vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d21c3c8f-d105-4ba9-bf69-e5f26f0f8ec5","metadata":{"source_printing_ids":["010bd0f4-994c-4793-99b3-f64f6f87fe67","0dd21f5e-d284-4072-87b9-7f0e6140fe60","267f9f64-c67c-499d-8c39-bb4849980942","47ccaac5-ca40-44de-9db2-13649c8e5722","4b5d48dc-2efd-4716-a82b-93a26a68e506","535764b9-67b2-4123-a4be-2aa72fcd8a33","716d82a1-fb5d-4607-b1fa-e8e9edd4dd77","7a1572f1-7333-4526-b311-5b0bfe37c053","7d251846-7aa5-4318-a96b-fbd9daf691f9","805c99f1-ab4d-4072-a8b7-7e2818adbc97","9394fad6-af1b-4006-93f4-d154eb3435dd","9b4fa549-5eab-42df-b6a8-dd042d598191","a6fb8bdc-5de0-4d08-9bf4-05028b7bddca","b08f5d19-55ec-4cb9-b836-4d432cd9da33","bb1bc2f9-d02a-4515-aa07-fcf98a3d194d","edfa180a-772d-4d4a-9c1b-22b3cf18e2b0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","CMM","CMR","CNS","EMA","HA5","INR","ISD","MD1","MM3","NCC","ONC","PIP","PLST","TSR","WOT"],"rarities":["uncommon","special"]},"inti, seneschal of the sun":{"name":"Inti, Seneschal of the Sun","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you attack, you may discard a card. When you do, put a +1/+1 counter on target attacking creature. It gains trample until end of turn.\nWhenever you discard one or more cards, exile the top card of your library. You may play that card until your next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, you may discard a card. When you do, put a +1/+1 counter on target attacking creature. It gains trample until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"DiscardedAll","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you discard one or more cards, exile the top card of your library. You may play that card until your next end step.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"176f5ba8-6e7b-4234-a298-b6164f51656f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0548ddb6-5301-4911-93fd-bb988275f44a","fa7a55aa-ae61-4933-b7a4-dcc55dac6fcd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI","PWCS"],"rulings":[{"date":"2023-11-10","text":"You don't choose a target for Inti, Seneschal of the Sun's first ability at the time it triggers. Rather, a second \"reflexive\" ability triggers when you discard a card this way. You choose targets for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."},{"date":"2023-11-10","text":"You pay all costs and follow all normal timing rules for cards played due to the last ability. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"intimidation tactics":{"name":"Intimidation Tactics","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target opponent reveals their hand. You choose an artifact or creature card from it. Exile that card.\nCycling {3} ({3}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":3}}}],"abilities":[{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"card_filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target opponent reveals their hand. You choose an artifact or creature card from it. Exile that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"121bd1af-da21-4937-a911-377c5b430796","metadata":{"source_printing_ids":["9b4e6022-44d2-4dfe-8f7a-51581e298f23"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"intrepid ace":{"name":"Intrepid Ace","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Pilot"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature gets +2/+0 as long as it isn't attacking or blocking.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0}],"condition":{"type":"Not","condition":{"type":"Or","conditions":[{"type":"SourceIsAttacking"},{"type":"SourceIsBlocking"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +2/+0 as long as it isn't attacking or blocking."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"cb8889c8-8ee3-4e27-9f47-ad1021ff61bb","metadata":{"source_printing_ids":["dead141b-ed26-4d20-9c2b-788fb6ecc74d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["uncommon"]},"introductions are in order":{"name":"Introductions Are in Order","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Scheme"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you set this scheme in motion, choose one —\n• Search your library for a creature card, reveal it, put it into your hand, then shuffle.\n• You may put a creature card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SetInMotion","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Search your library for a creature card, reveal it, put it into your hand, then shuffle.","You may put a creature card from your hand onto the battlefield."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you set this scheme in motion","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"bb717898-c4eb-454d-a9a3-3651fefab21f","legalities":{},"printings":["OARC"],"rulings":[{"date":"2010-06-15","text":"You choose this ability’s mode as you put it on the stack."}]},"intruder alarm":{"name":"Intruder Alarm","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures don't untap during their controllers' untap steps.\nWhenever a creature enters, untap all creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature enters, untap all creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantUntap","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures don't untap during their controllers' untap steps."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1e943e04-e213-4781-b1a7-935aad8790e1","metadata":{"source_printing_ids":["0c7eafcf-49aa-4134-b2d8-d9804160bcca","0ef9c823-3810-4e1f-8bb4-aba59e29c111","1a9ffa2e-ff31-4d42-a47e-ace1b1e68143","50093179-2369-49db-a66d-ce3225363f5d","7e55f653-0952-4713-8d43-ca50acff9e3b","8d62468e-ed9d-4932-bbbd-103b33b98b25","9ab1290f-7ce7-4065-bad2-ddcedece528b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["8ED","PLST","SLD","STH","TLE","WOT"],"rulings":[{"date":"2023-09-01","text":"If multiple creatures enter the battlefield at one time, this ability triggers once for each of those creatures."}],"rarities":["rare","mythic"]},"inviolability":{"name":"Inviolability","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nPrevent all damage that would be dealt to enchanted creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"description":"Prevent all damage that would be dealt to enchanted creature.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3f336198-2425-447a-88b4-9be21ef7e90a","metadata":{"source_printing_ids":["9ece8504-389a-43e3-b178-7067722c4b75"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ"],"rarities":["common"]},"invisible stalker":{"name":"Invisible Stalker","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Hexproof (This creature can't be the target of spells or abilities your opponents control.)\nThis creature can't be blocked.","non_ability_text":null,"flavor_name":null,"keywords":["Hexproof"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1a137a67-4156-45c8-aae9-838f688e12bd","metadata":{"source_printing_ids":["0013620d-8e17-4246-86bf-71eafd51b806","14d265aa-c1d8-4faa-b282-5c273ab725fd","965cd5d9-4216-486f-9fa0-7e821327b5e8","eb9dbad5-7df6-4f78-b809-d6043bf15d4b","f0b2a762-486a-474b-8abc-6a10fced63f5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["ISD","PLST","SIS","ZNC"],"rarities":["uncommon"]},"invoke calamity":{"name":"Invoke Calamity","mana_cost":{"type":"Cost","shards":["Red","Red","Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast up to two instant and/or sorcery spells with total mana value 6 or less from your graveyard and/or hand without paying their mana costs. If those spells would be put into your graveyard, exile them instead. Exile Invoke Calamity.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"FreeCastFromZones","count":2,"max_total_mv":6,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"zones":["Graveyard","Hand"],"exile_instead_of_graveyard":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"You may cast up to two instant and/or sorcery spells with total mana value 6 or less from your graveyard and/or hand without paying their mana costs. If those spells would be put into your graveyard, exile them instead. Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_constraints":[{"type":"TotalManaValue","comparator":"LE","value":{"type":"Fixed","value":6}}],"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5b3f041e-ad4a-47ea-bdc4-1be2353f2e18","parse_warnings":[{"type":"SwallowedClause","detector":"Optional_YouMay","description":"You may cast up to two instant and/or sorcery spells with total mana value 6 or less from your graveyard and/or hand without paying their ma","line_index":0},{"type":"SwallowedClause","detector":"Condition_If","description":"You may cast up to two instant and/or sorcery spells with total mana value 6 or less from your graveyard and/or hand without paying their ma","line_index":0}],"metadata":{"source_printing_ids":["12af2504-ff1c-4361-a428-be9d1d35899f","99ff8eec-5510-4c57-91c1-ec380fdd7f8e","fe666c86-6734-4c47-9244-bcd26b54068d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"If the spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2022-02-18","text":"If you cast a spell without paying its mana cost, you can't choose to cast it for any alternative costs. You can, however, pay any additional costs. If the spell has any mandatory additional costs, you must pay those."},{"date":"2022-02-18","text":"Invoke Calamity looks for the mana values and types of the spells on the stack, not the mana values and types of the cards in your graveyard. Notably, this means that you may cast the back face of a modal double-faced card or either face of a split card as long as the spells you are casting are either instants or sorceries and together have a total mana value of 6 or less."},{"date":"2022-02-18","text":"The spells are cast one after the other during the resolution of Invoke Calamity. The one you cast second will be the first one to resolve."}],"rarities":["rare"]},"iona, shield of emeria":{"name":"Iona, Shield of Emeria","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs Iona enters, choose a color.\nYour opponents can't cast spells of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantBeCast":{"who":"Opponents"}},"affected":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"IsChosenColor"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your opponents can't cast spells of the chosen color."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5e816472-561d-43d1-ad28-80a829e2a91a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6197b59e-1652-496c-a038-e2eb88ecf017","62458cfe-7231-4e09-b398-9c4d9330d08e","e70bac07-b011-4c30-a29e-1852b23a3ed6"]},"legalities":{"brawl":"banned","commander":"banned","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA4","MB2","MM2","V15","ZEN"],"rulings":[{"date":"2009-10-01","text":"Iona's third ability includes permanent spells (artifacts, creatures, enchantments, and planeswalkers), not just instant and sorcery spells. It does not include lands or abilities (such as cycling or unearth)."},{"date":"2009-10-01","text":"Once the color is chosen, it's too late for opponents to respond by casting spells of that color. Iona is not yet in the battlefield at the time the color is chosen, so, for example, there's no way for an opponent to destroy it by casting Doom Blade if the chosen color is black."}],"rarities":["mythic"]},"iridescent vinelasher":{"name":"Iridescent Vinelasher","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Assassin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Offspring {2} (You may pay an additional {2} as you cast this spell. If you do, when this creature enters, create a 1/1 token copy of it.)\nLandfall — Whenever a land you control enters, this creature deals 1 damage to target opponent.","non_ability_text":null,"flavor_name":null,"keywords":[{"Offspring":{"type":"Cost","shards":[],"generic":2}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever a land you control enters, ~ deals 1 damage to target opponent.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":1}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.175a + CR 702.175b: When this permanent enters, if its offspring cost was paid, create a token that's a copy of it, except it's 1/1.","constraint":null,"condition":{"type":"AdditionalCostPaid","origin":"Offspring","origin_ordinal":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4f8c4927-46c2-4c18-b5af-c6288dbaff6d","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}}}},"metadata":{"related_token_ids":["c39bbf40-9bf9-5400-8be3-0fb961f0a643"],"source_printing_ids":["859e34b4-6762-465f-a5c7-24e42e112fbe","b2bc854c-4e72-48e0-a098-e3451d6e511d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Any \"enters\" abilities of the copied creature will trigger when the token enters. Any \"as [this creature] enters\" or \"[this creature] enters with\" abilities of the copied creature will also work."},{"date":"2024-07-26","text":"If the spell is countered, the offspring ability will not trigger, and no token will be created."},{"date":"2024-07-26","text":"If the spell resolves but the creature with offspring leaves the battlefield before the offspring ability resolves, you'll still create a token copy of it."},{"date":"2024-07-26","text":"In the rare case where the creature doesn't have the offspring ability when it enters, the ability won't trigger even if you paid the offspring cost."},{"date":"2024-07-26","text":"In the rare case where the original creature is copying something else when the offspring ability resolves, the token enters as whatever that creature copied, except it's a 1/1."},{"date":"2024-07-26","text":"Many creatures with offspring abilities have other abilities that refer to them as \"this creature\" rather than referring to them by name. This difference is for clarity purposes and does not change the function of any of these abilities."},{"date":"2024-07-26","text":"The token copies exactly what was printed on the original creature and nothing else, except it's a 1/1 (unless that creature is copying something else; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its types, color, or so on."},{"date":"2024-07-26","text":"The token created by the offspring ability isn't \"cast\", so abilities that trigger when a creature spell is cast won't trigger for the copy."},{"date":"2024-07-26","text":"You can pay an offspring cost only once as you cast a spell with offspring. You can't try to pay it multiple times to get more token copies."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["rare"]},"irma, part-time mutant":{"name":"Irma, Part-Time Mutant","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Mutant","Shapeshifter"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, Irma becomes a copy of up to one other target creature you control, except her name is Irma, Part-Time Mutant and she has this ability. Then put a +1/+1 counter on her.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"duration":"Permanent","additional_modifications":[{"type":"SetName","name":"Irma, Part-Time Mutant"},{"type":"RetainPrintedTriggerFromSource","source_trigger_index":0}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, ~ becomes a copy of up to one other target creature you control, except her name is ~ and she has this ability. Then put a +1/+1 counter on her.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"deda54da-4fcc-4da3-9337-7768a2db3283","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["c3128529-4ccd-4809-8388-03f7faa0eabe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TMC"],"rulings":[{"date":"2026-01-27","text":"Because Irma isn't entering the battlefield when she becomes a copy of another creature, any \"When [this creature] enters\" or \"[This creature] enters with\" abilities of the copied creature won't apply."},{"date":"2026-01-27","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2026-01-27","text":"If the copied creature is copying something else, then Irma becomes a copy of whatever that creature copied (with the listed exceptions)."},{"date":"2026-01-27","text":"Irma copies exactly what was printed on the original creature and nothing else, with the listed exceptions (unless that creature is copying something else; see below). She doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, and so on."},{"date":"2026-01-27","text":"You don't have to choose a target for Irma's ability. However, if you do and the target creature is an illegal target as Irma's ability tries to resolve, it won't resolve and none of its effects will happen. Irma won't become a copy of anything else, and you won't put a +1/+1 counter on her."}],"rarities":["rare"]},"iroh, grand lotus":{"name":"Iroh, Grand Lotus","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble","Ally"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Firebending 2\nDuring your turn, each non-Lesson instant and sorcery card in your graveyard has flashback. The flashback cost is equal to that card's mana cost. (You may cast a card from your graveyard for its flashback cost. Then exile it.)\nDuring your turn, each Lesson card in your graveyard has flashback {1}.","non_ability_text":null,"flavor_name":null,"keywords":[{"Firebending":{"type":"Fixed","value":2}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant",{"Non":{"Subtype":"Lesson"}}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery",{"Non":{"Subtype":"Lesson"}}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, each non-Lesson instant and sorcery card in your graveyard has flashback. The flashback cost is equal to that card's mana cost."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":[{"Subtype":"Lesson"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":1}}}}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, each Lesson card in your graveyard has flashback {1}."}],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"ee8e6ef3-eb96-48bd-8619-8a9112b3d4f0","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["85af39f5-8207-4fc5-a956-1ee2799ac374","879b73d3-4552-4fdc-baee-c4d097ae9a4f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PMEI","PTLA","TLA"],"rarities":["rare"]},"iron fist, living weapon":{"name":"Iron Fist, Living Weapon","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a spell that targets a creature you control, Iron Fist gains \"{T}: Iron Fist deals damage equal to his power to any other target\" until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals damage equal to his power to any other target","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain \"{T}: ~ deals damage equal to his power to any other target\""}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Targets","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell that targets a creature you control, ~ gains \"{T}: ~ deals damage equal to his power to any other target\" until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"bbf873c2-94c1-46b8-912e-e29e48e0212c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5cc2d948-ac8b-4466-b604-3fabc0ab6bb9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"iron golem":{"name":"Iron Golem","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nThis creature attacks or blocks each combat if able.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks or blocks each combat if able."},{"mode":"MustBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks or blocks each combat if able."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"43990801-ed4a-49ff-a96e-03faa302214f","metadata":{"source_printing_ids":["47852cc6-a6de-4aed-9650-0c7ce346c3b9","5ae24ef5-b12c-48ee-935a-00e048fb8d0f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","HBG"],"rulings":[{"date":"2021-07-23","text":"If the Iron Golem can't attack or block for any reason (such as being tapped), then it doesn't attack or block. If there's a cost associated with having it attack or block, its controller isn't forced to pay that cost, so it doesn't have to attack or block in that case either."}],"rarities":["uncommon"]},"island":{"name":"Island","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Basic"],"core_types":["Land"],"subtypes":["Island"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {U}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b2c6aa39-2d2a-459c-a555-fb48ba993373","metadata":{"source_printing_ids":["000f1f50-08e5-4d83-8159-98f06a0e2279","001eb913-2afe-4d7d-89a1-7c35de92d702","00c74207-577c-4eab-9759-4cab76c17f2c","017fb3fc-433e-4853-bbac-99fa04b40233","029540f9-9a19-4b1e-a61a-30813fd8cdd0","0298749b-089e-49b9-8c89-02431a3d6457","02f76514-9e0d-4d74-a224-15a2d7b44ae1","03438868-e177-46af-9ae8-edc4a991f18c","03f845b1-3b8a-4387-aae3-fd497acf193c","040ed422-663a-4b6c-bdcd-09092f1c9004","0473605a-6c6a-433e-b828-933544472a3d","0480b669-e72b-4b21-b0f3-09d78abe421c","04d4230f-f024-4e5e-9054-0d32dace05cd","0563dcbc-59da-468a-97ed-37cd5e36d14a","0600d6d5-f6a1-47c3-a898-733fab10bbf5","0630ac22-7c1a-4eac-aa5e-f9e505797952","0677e507-f690-44a1-8ed1-6808cbcd4e7c","069b4d6c-7542-4a42-8822-031f02131033","0830bbcf-ee78-4f8a-bc6c-547be3a9fc4c","086d6aed-1f7e-4a80-8d66-01d995f344ed","09376cac-44bd-42c4-9c07-9e4d6c972a64","09df589a-61b9-4f73-ab34-0ba3bd52c084","0a4717cd-f9a7-4386-9091-d25218e23d79","0a6f4848-85b9-4770-9820-516e2a295284","0ac65c53-7b35-4ba0-9344-b311eee087cd","0aea8148-43a7-45dc-84b1-8636cdb50412","0b9bbc32-a89a-4bed-ab52-ac6569ec74ce","0b9dbac5-56e5-4054-9b58-7fa5de30487d","0ba4f2b6-d802-44c7-8a4d-4e5b26a26292","0bafd3f5-7d14-49a0-afa6-57843956d027","0c4eaecf-dd4c-45ab-9b50-2abe987d35d4","0c88a936-b745-402b-9eda-f9a18342698e","0ce67a27-aa80-46ac-955a-8fea336995d9","0d0f2d84-bf11-4d39-8510-84a14e9f0c23","0d6106c1-dc27-48bc-a808-8be4a2c3a617","0da4d5c0-7ad2-446d-b49e-5ee446bb23cd","0e443748-edf1-4499-9507-3649dd57ee95","0efe151b-d819-4c6a-95b5-e1361170bcf3","0f66d573-5da4-4b3c-ab06-bb330cff2c9a","10125dab-fe82-4796-b5db-3bd6ad389e1d","105b2118-b22c-4ef5-bac7-836db4b8b9ee","106a5332-0104-4ec9-9e1f-806381ae4cad","10acd444-4264-41fb-87f4-9cac4fdeeaad","10b0f911-7193-446a-b4d7-66bb34be7933","11d4b4bd-270e-4f8e-a93e-1321794f950a","1227d128-dd6c-4b18-96bd-b498dcd00e68","123368da-1d72-45e1-bd07-4b3a506012d1","125e4610-9bdc-4ee2-8aac-26cbdee13046","12b2aae2-a0b4-4c52-8a43-a4155527bae9","12dd90bb-b5d1-47a3-b566-3407db04dd55","12ebd9c8-6587-456e-aba9-7aad1c2a09ea","13d88f06-276b-41d4-a4c3-d904f93ea403","14c426b1-16cd-402f-a348-85d0139d4bdd","14fcdc57-12e2-429b-8916-4df752e462d4","15303b22-ddf0-488d-b07e-a118f35ef00f","155e3f97-531a-4336-af16-e0f738ebb85e","15973a22-cf86-447d-94ef-d62ac824aa49","15be7923-6efc-4650-b8d1-f61cb33ef81d","172bb1b6-08c3-4ffd-b26d-b1c77dba06c3","17e2b637-72b1-4457-aaba-66d51107be4c","17fefdc7-2f7c-4a63-8683-3dff21b4bb76","189a09b8-46d2-4ef6-b7cc-9e510d1ea0b8","196a004a-ec08-4e1b-8eeb-2ad766fccd25","197080a9-ebb5-4a8b-81f8-0368c5bba35a","197f5bd0-5ab3-4bf4-b20e-1389c0e9527a","19803b7c-9c97-4672-930d-1837647a1bc9","1a25a714-c7f3-4697-8b69-8f966b4d370a","1a9798d6-34b3-4438-992d-d3616a7c8536","1afa60b6-cd0d-4c23-af81-88049ea45475","1b82c807-dbda-42b3-a1a1-0c4ef72f1683","1ba4b3ad-1aef-44d3-889a-aedd9e070975","1c9f55eb-2c9e-4bc7-a67c-ab2eeb127201","1cb1ac28-ee04-4892-97ea-2cfdebbafcad","1d018af9-dd14-46fa-8fd5-226defc9698f","1d433685-601d-4da2-9e4c-796646003ffe","1d603978-3877-454e-8910-53a4cc95431d","1d8ff00f-62cc-4f71-b360-865ab2ac2599","1dac3bfe-884b-4875-bc7d-df564eb014cd","1e571f07-167f-4a7d-8f98-0c98d7d15e81","1ecabe5d-f3a3-415f-896f-662b97b00217","1f3d1731-bd87-474b-b111-927390ef86c1","1f83a756-e520-4f72-932c-73fa6ee10500","1fddf4cb-0680-4bc7-8bb3-cb15268aff46","1ff6acc9-581c-468f-894d-41f725da7f33","2039d727-3bb6-4a76-89ca-159ecf10cad8","206d619e-d5b3-4f3b-b999-3995b483c918","20b4cbcc-c394-4be3-8072-8893b48c866d","20f2e8cb-cf20-479d-9297-46618d09c19f","21135bb8-07a8-4451-8d3b-5e2747d3d3ff","212e84a3-e028-42a6-a639-f42b64ab7015","217064fb-6dee-406e-b1e2-455dfccc6438","2177da89-184b-4ecd-ae08-a074ac4862e1","2184c71a-b944-490e-ae2e-539bac3c0e57","21b99a83-bfe4-4149-b626-269953c5ac51","21d03913-c905-439c-a603-7d7fae6b9cd9","21e00fd6-2d12-4ad0-aa8b-21622490a730","21e41579-5cbf-41c8-ac1b-e6256220087d","21f655c7-d473-40a6-8d22-7c2c5fc9d85a","222c52bd-b4fe-4cc6-ac86-2a93c7ca9e38","22578bc8-10c6-4598-82bc-70e970a8f518","22f6e971-349d-498b-ae01-ab81ce21772c","22f920a5-74ea-4b94-8822-5867e6d5017a","232d56d0-1df6-4517-bbe9-9bd7ef12de15","23300152-6da8-4444-b368-1fb00e74a4b2","23635e40-d040-40b7-8b98-90ed362aa028","23e3ed2c-342b-44aa-8e3e-0c53602397c3","24295928-6414-4992-9dac-06021a304742","246c1f79-bdd9-4a77-b481-02e81cf0b5aa","24a05fd8-7579-4343-ae57-ea384994d8ac","24aa9fd2-54d9-40d9-9279-abd5bd6ff727","24f308d7-afc6-43a0-8433-d9d5404eab49","24ffadeb-cf20-4da9-a140-1fdcc7484c7a","25934479-a47e-45b8-bc35-fc4b659b0d68","259cb11a-32f7-4483-a859-a26313c62610","26b02969-1959-4422-8e10-63ffb23192a2","275415c2-1740-4ff3-8c57-57977b414d46","278f5152-012a-4852-b081-0cbf9149a7f0","27de7298-d069-4652-8513-50406ba4a151","27e01339-0c2e-4e2f-b1c5-e46030016d5b","27e879fe-a79b-427f-9901-c989fa73e234","28347f33-bfd5-48fd-ab10-228dfad1669d","28a0a9ae-a1ae-41da-8308-d49e4afca3c1","28da317c-8512-4342-9be5-d14b87a509c7","2995e06d-8145-485e-aeed-3da27a07545b","29bfbf3e-3a6c-40d4-8e1b-255f429de6cc","29d575fc-037b-421a-a205-12d492e9361e","2a9db98e-9f1d-4139-95c5-49f9d17a2107","2b3a671c-8b0b-45ea-9d65-095c19174e88","2bd41018-2eb1-4aac-a5dc-1f95ae6a46de","2bf6f14a-99d1-4abd-b36f-a5819718a43f","2d1f5b46-7217-4d43-aaa7-29ff2f7777fb","2d3da4bf-1a5a-42a7-bd36-f1ca080c8a5a","2dcdcb91-bf08-4f40-9391-2824e905d5d4","2e19f6dd-9eed-4656-b8c7-e64b61446d7f","2e9d8487-5e73-4d14-bea7-8c7eee6acc80","2ef2c956-cf03-462c-8981-ae80edfc0c5a","2f3edb9a-de7c-445a-a32b-25bd9fd97c91","2fb9ecfd-8025-48c0-a306-b4deebde2949","2fc04e1e-6a14-41cc-9fff-6dcd92cc6a3b","2fdcf679-4269-4ed9-84f1-1ac7a513f475","30fa28f3-0a91-48c5-9433-4da6e223011c","3114ce5d-c99c-4c60-b088-48ec440eafdb","31915934-1e12-49ad-a745-30e1106b4eff","3220f1ba-748e-4e74-89e9-0a2d137c100e","3310cdcb-7906-4f86-829e-4383c59fbcbf","3352b213-4ebc-4b4c-ae75-f256fbb33d95","338e5b63-1fee-4a7c-af9b-483d383f79b7","33a05f9a-1285-4d14-b827-8b81968e09df","33fde066-56c4-4c73-a41e-b1804cde0402","34052c96-229b-47c3-ada8-b79e622de846","347e00db-abcf-4053-aa27-4a5b42e1da55","34ec0f4f-e6f7-4a49-81a3-a1fbad102a9d","35c20f8b-6ad1-4aa2-94d3-7bd42562a1ac","35ecaa17-6528-4d73-b282-288b4939b96f","36e062ec-df51-40c0-ad8a-2ee1cb8f8f17","373b4f66-a815-413e-9b9b-663b3a49d3eb","37736b90-7ecd-4b74-aeb6-50d3a81bc31d","385695a4-b811-4c79-860a-9f0aca4edbc8","38e083ce-0f15-4ff0-8af1-747565f2d0d8","39180d5d-9e76-4ea3-a906-aeb28974e7a6","39c7b858-61e1-43ea-95b6-2a0079a802d2","3aba057e-11db-432b-a39c-a2845868bccd","3ae471f9-f463-4918-9980-18c97b6f1b6d","3b1238c4-dc34-488f-ad4a-308f584d4d75","3bc773e7-ee87-4462-9745-1e62458e45ed","3c4debf2-c04a-488e-8d5a-221a5eb14597","3cda6712-1730-48a0-b86d-2e7765e3db74","3e7d8ebd-7481-48b5-84bb-b747a8a612c1","3f02cfaf-1c0b-4168-a809-ea9541bf62b2","3f891c3f-82e2-4f9d-ae4b-443fce0bdd71","3fe9f351-5d3b-4614-bc3f-6859b5a0bce7","407d609b-ac1f-4644-ba8d-259938745007","408eb23f-13fa-4f98-b316-18e3057f9136","40c840af-9a13-4716-8458-09071239cc26","40e3bf00-84cc-498c-b214-1052b4904d92","40eb7b85-8c0f-4311-85f3-11bcb45ba0b6","4134cd82-6e48-4fc0-bcb4-1e3af369ef82","4146a316-c409-4121-931f-1d3b5ae63675","41829a8c-5ab2-4c44-bf6a-09bad991ab78","42044efb-b6a8-46c3-90dc-b7a745e819e5","4208e66c-8c98-4c48-ab07-8523c0b26ca4","4237eaa8-1169-47b2-9009-ac529831a36e","423927e6-2419-4d88-b0c4-425e5cac1a3f","42a272ca-98a7-4887-b6b7-903a1adc33e0","43297ca7-846c-4bc4-a347-997279bc73d6","434dc08b-0f4f-4230-bd39-7dc1c9d9cd1e","437d6d2d-2eee-4917-b16b-1b0df759ade0","43ced659-7870-40b4-80e1-2f0d46e35c87","44b34fc0-dc7b-4823-9ff1-5e1e84016204","454f304a-971d-418c-9645-d1678996f3cb","45950695-2973-4c58-94f7-2d950c55865e","46255a65-b735-4888-85db-3ab2ab3d903c","46848fc2-ba58-4738-b4ce-0399d9053f48","46d76200-cd39-4abd-9e7c-546bd58de5ae","478100da-a66a-47e0-ab15-54dc3398740f","4782f218-ec9f-4f59-bb97-ec315960fdd1","48b51501-d3b3-480f-9bcb-e66420c4db06","48d19385-02f2-4f45-b148-81993bcd00e9","49050cb4-1d8b-4f2f-ba48-206a107eb09c","49797974-2760-4ed7-b2ae-08bc21fa803a","49fb2a1e-9995-49c3-bfc7-7f392c95e16a","4a3e7218-0454-4489-ab2d-02900f490fe4","4a88705a-ab94-4e29-b556-e8f7ae1183fb","4ab864fb-ac47-4dcb-95a8-26174a20afe3","4ad74ee8-5b41-445d-9a5b-f9a755bb1590","4b10739a-0ebd-432a-b346-385726b453a7","4b2ad5b3-7257-4521-8916-6b1cbfb89e27","4c23ffd3-dcee-4b29-99f0-4502c19f0947","4c4845cc-77d8-4f87-8424-e2371bbb72da","4c799192-43bb-4c25-ab4f-b1d4ef0df660","4dc3a90f-23c4-4c54-8825-32cb17977b48","4df5e502-45b6-474c-ad1f-c66c346b3573","4e8958d4-067b-4815-a128-5d1577b94173","4ee1fe3a-8a5c-4198-b352-9958bc75e364","4eea2b47-130a-4bd0-b936-981bee1ebe8c","4f058a5c-b9fd-4b3c-908f-41a2a4f788fa","4f307e72-f33e-4fb1-b15f-a46ab389c20f","4f60ca04-0b6e-4e8b-b3b1-8f68fe692d1c","4f8d16ec-cba6-43b7-be97-5ab184941e29","50128873-7c99-4dfe-8c5c-e6e114ffbd5c","504e3d36-abe3-480f-b42d-b9ae7c63fc0a","51487402-2a52-4117-ba88-327e863e5f56","51852e9d-9183-4f9a-a724-cb60cf677e38","527f36a0-80b8-4492-b1c3-20a34953ceb7","542a895f-11af-4534-b9b3-e1a3e77fabca","54591ec7-94a1-470c-927a-788b6a514444","54693eb8-bd68-4781-a60f-113adf947d5d","547890ff-69b6-48e0-98f6-1fbca5d353e8","547f89f2-30a0-493a-914e-6251d2574099","54c33392-c382-4e8b-812e-8b2c64cdbe8e","54ddd3aa-593c-4adb-b591-33c15d02131c","551f905b-4ce0-4071-a721-7e51be14d114","560c7de9-0046-4a76-a41a-fa1c3ef92f04","5679b9cc-5fee-49bb-8378-09e4943c42c0","56ac969e-289f-4242-8845-c91c23af2bfe","572167d5-59b6-46fb-bb60-27fb6c5bf2bc","5754638d-14ce-452d-bb45-d1d8f1151a96","575a9059-5cdc-41ac-be5c-a6e797c4ffbb","57bafa39-b8c3-4d8f-b8dc-9f76c5edca47","57d9b053-ed45-41f3-a0ab-0a08c41f587a","582b124a-c145-463a-900d-f0e5b4a3db10","58651bbd-b3df-4b9c-b515-28d778cc2f7f","5885738f-a51d-418c-b194-0ba8ef6af556","589524db-68b9-46eb-a8ab-55986f37fbed","589a324f-4466-4d4a-8cfb-806a041d7c1f","592a619f-1236-4085-b7e1-c093ce13f1a4","5a74175b-2418-4226-8435-1490532e644f","5a8e9b9e-4947-4b6a-b21b-6fe009760fc5","5a96f344-4940-47d1-99fd-0a489b33d25b","5aaba7cd-c1dc-49cf-8d63-8bb3594a6541","5af6a3cb-69da-4f7a-9b40-533bc86acb1d","5bae77e8-1230-4a6e-8c75-c99d2741a509","5c6322d4-52bf-471a-a5b2-8329ef4be39a","5c7f7338-8edc-4579-b92f-86b02527682c","5cde9dcf-f0b4-4e76-ac4e-d4a8ac355fbe","5cf3685e-0ed3-4dc3-9033-8faa10b17c27","5d01acc2-bafa-47c9-92ff-b737f1f31f16","5d141922-570d-4652-9620-2b53eb68294a","5d301d65-e81b-4750-bd26-9a6e5e386dc5","5e185e19-0692-4f09-bb99-1b864bfbb479","5e6e59d7-5038-46b4-9f60-3d9d0cbf0a4e","5e981028-21b0-4505-9662-6d61cccf9cab","5e9ec30b-2c02-4c00-b769-2f68b864261a","5fe96819-5ff8-4940-86d5-b93ac2865379","6069a210-3639-407e-b72e-950eb05856ef","60e6b919-e7c0-4844-a65c-d8b83b3e5287","61a25790-29ac-4fc6-afd8-9c4063f4284d","61a467ab-4460-4e5e-94c1-8150bfe0c954","61c20adf-5564-4516-9dd7-ee3a213be025","6245d2f8-8ef0-4d2a-9abb-99839dc3abf0","6317711a-83fc-4f6e-87d2-a147b34275ec","638b123a-b3d6-40da-ba0f-e1558e0345bf","64398521-073f-4835-b6ca-801bf8965466","64daf0ac-678b-4683-9351-a6daf9c9f849","64e7580a-92bd-4b50-84fc-ee42e47c9014","64ff74a8-e1e8-41ec-98fc-1529f4075074","6561fc02-ce9f-4c3f-a6cd-01260cb0b565","65e20596-3f28-42a7-a25c-53104f395176","671516eb-b088-4a15-aec9-1781ca016e11","68271f76-eaf9-44cc-bb3d-5c56f36e9af9","685141d2-e5cd-4e54-b6ab-a2c1beb5ea05","68a50ced-f89d-4636-a681-8c1de18ee712","68dbf10c-a813-4f76-9066-b3cdd9cfd5d4","6908b583-4a52-4819-82a3-9db9c860aeb6","69436d3d-3714-4020-b7e0-5c9b1fa5d5c1","695f7519-b011-4a86-9226-80c2d9747a42","6a3c7c06-76e4-487d-a63f-4aed3bbb4638","6b62f26c-d875-43ff-bb27-71305f3994df","6bf7b441-34e9-4a0e-bc78-61ed9b077d1c","6d74e713-11f7-4341-9b22-5300a4587a51","6d8f64a6-ba1b-4cd9-8cf9-15f394f9524b","6db95283-d7c2-4182-b461-7317eba75f8a","6de31cb8-94d1-43fa-ba65-1b225420b3b7","6e5e3819-3d75-40d4-9a93-1147834dfd69","6e7e21cb-0116-416d-9d60-b6ca75b90223","6e8878ab-4f77-4645-bec7-44cece5996dd","6e8c0e52-8482-4c33-bc5d-26eaad922e72","6f534ddc-f610-45cd-84dc-bb6df6c5a84f","6fbf2762-1e9c-4d7c-84d0-8561d9a41735","7014b9fc-a906-4ffd-a482-22ba8dbe3b4a","7059baa6-351a-42ec-966f-5741cfcd6371","70c60105-d32e-4e53-b408-aeba336d8e24","70ccecd0-2c10-4146-a560-254809593155","71207752-0d8a-4ab5-be64-cca600608e76","712dc7d6-5543-49fd-bafa-5ffb6c2bb0ce","7132999f-6e2d-4689-8131-7b12076a348d","73014252-76c1-4554-bd1a-c01ec5342dde","7330a921-c6ba-4944-856a-2a9e7434286b","738b5e11-1761-49f1-8a41-fc190f9a63b8","739aaaac-c424-4ea7-a084-62a6fc0438b0","75edde64-3589-424d-bfe1-714c4eaba019","76313c69-8ec7-49e3-a34e-ade26097284c","7646a5be-ae69-4d31-b576-64263ae5ff09","7692114d-2614-47fd-8716-0cd325a9f19f","76b4a655-0051-47c6-a683-c4c3f56e45fc","76c343f5-6955-4ba2-a435-36d55182d1dd","772b4f6b-dc2b-4247-8f55-f37608d75725","776912e7-fa16-4d71-b830-0a5d35f38297","77b88bb8-6bd9-4632-b937-89468fcb5e6a","77c8ea02-9aff-4007-ab11-99847a1834d3","77ea783b-adaa-47be-9918-ca2f161c5d9e","7869f14e-d1d5-4a99-bc2c-f3a0d63077a5","78732e7f-421d-43e8-8f43-341bb01e993e","7880b12e-948b-4f3a-bb0b-604e3dd66f78","78d37787-be3a-4ed3-94b8-e675f2beecf0","78f35064-c662-48ff-a2a9-d26f594500f5","78f5de3d-bcfb-40d3-985a-ff99c573c28c","79df5b20-9e04-4b71-b39a-3142306719f9","79f7e513-94c5-46c9-9df2-1f5d51feb5a6","7a3c4a9d-48db-474f-aeb6-8b4fa08ce6fa","7ab67bc5-1c52-40df-8db0-2bf254f334cf","7abc7b3d-c0cb-438f-b9a9-a1f785cb1c9b","7b42e33d-e4d2-4106-8150-50b3fac2ba7e","7bf0bc4a-75a8-463b-9e96-a8607fc93102","7c029c9c-ff40-467b-98c0-38ac601b98c3","7cee75b2-ca71-4d98-841d-796cbcedfb43","7e0c8a05-aa2b-49b9-9a87-b13d7810a320","7e3d29f4-0a66-42af-9b77-7e65fc04fda6","7e659905-5f87-4181-8fc8-59ab2138b7fc","7e68108b-ad0c-44bf-aace-8ee2240a2325","7f0a1a30-8bef-4297-b566-d5f6b4d277a1","7f4cc1dc-7785-4375-a37c-8b2aaae91945","7f8d3740-40e9-40d4-833e-8f191a43ed14","80784e7c-2939-4233-9953-87370f85a3ae","80b3c994-e943-406d-a02d-d7cc4ebc6bba","81368899-5fef-4f10-80ea-b282eca0f42f","81a585d9-abf8-41ff-b6f6-c9396d36906b","8221d15c-c993-4345-a6bb-6a7d215e3273","82f11c42-9d67-4833-9519-e165e6a7e9c4","83415cd2-7805-450b-be38-99ca0cbb4fea","836f371b-34f5-40e8-a806-e457841e5bc7","839e97b5-c04d-4088-af4e-fa64f4575e51","8490261d-4246-4232-b7fc-23204c14a7b5","849a217f-d532-4a7c-bcbf-d127641f6edf","855eabf3-1113-410c-b30c-41a94456e408","858bcecd-9010-49b9-aaa0-f9bd54a65724","87a0e243-ebb8-4237-886f-632aa72e1c73","87b61f89-c947-45a0-95a3-7a07b55e2c9a","886eae6e-ced2-4d94-96fa-9bb5385b06f4","8956b4c4-3703-433f-b147-a1f67e728017","899f42b3-2f7a-4d85-8883-ceae911473a9","89f8c7cf-6705-4ff7-8aa8-113c1400ffda","8a2d0438-6681-40e4-8786-04af3d4a169a","8a3fc29c-f5cb-49b9-aabf-a5fef97e7a7e","8a5328db-c55a-488d-b085-fcfa7be184ca","8ab4a950-c558-42fc-ad9b-ce72b7dff817","8b20beee-87c8-45f7-8d3f-088937724fb8","8b8d9fae-a2a8-425a-8b82-34aa8e3eef06","8bafc217-3d83-4551-b2e3-3494ec14b2f9","8c1467b1-ff2c-4f73-91ba-bc2b07afc2c3","8c1482b0-9792-4c58-a075-26e8f485f78b","8c8f9a84-2126-4564-9ec9-554cc88e1c63","8c933f03-f1ec-4a82-ba32-b169e97e639b","8ca139d8-08a1-45d4-be9d-2ee5c9b3de43","8cf86c2b-f3f5-45e7-8fa5-da279f652e32","8cf9b48e-cf58-43a9-94ff-2d50846c3386","8d04a06f-06a7-410d-a714-3b8b96ee3319","8dc3bd34-4d12-4728-a53a-b5ae434d74b0","8dc5e0d9-1c8f-4d38-9915-40469988983d","8dd1b4d2-ccf0-498d-81e0-c9d755f5eb13","8e25b6dd-5292-4d0e-b8c6-3cf6678b0cd4","8e4ce9ff-c295-475b-b9fa-88ed65a84f35","8e862d50-8fa5-4b6e-af19-a161dc4c251d","8eae091d-8bd3-44d0-a083-6b4078303bc3","8f21ed59-a8c8-46fc-ac20-2b351fffd36c","8fee8302-39ca-43c3-b139-62e591559306","90520e73-5c7e-4735-a16d-f737e1a230cf","90a57c0e-fa61-45ef-955d-d296403967d5","91595b00-6233-48be-a012-1e87bd704aca","91890c11-b139-474d-b12d-6afd6b7e6aee","91be4db0-7cb3-4202-939b-cb7a26e90019","91e11224-b281-4d51-a960-c7804f6738f4","920abf92-da69-4ff0-9b4a-571e1567f254","9248aaae-57bb-4b30-87ab-f4dda6b96525","92724530-9c7a-44ab-9381-ee56bfccb641","92daaa39-cd2f-4c03-8f41-92d99d0a3366","92e3d45d-8c6e-430a-82d3-86f66286735d","930f3d56-d159-4a9d-a2c3-672feb10adce","937250fe-bcad-4ff8-9406-286a69db7e0a","937b3d7d-decb-4e17-998a-6def3f2c97a2","93e5562a-3cb4-47c0-8270-9af79414f1c1","947702ca-d065-4368-9f26-f859d4642cb6","94de0250-53a6-45c8-85a7-a473f271102e","9526c2b3-f2a2-41ae-89d4-8d276193f43f","956fd08b-d403-4565-84b3-e3ca0132ea89","95d781a5-2f5e-499f-b210-c4a5c50a180c","95ef40f4-7d88-4fb6-bfdd-8d07c96e4ff8","9602f66f-1a77-486a-835f-ddb1d50e6a08","966ac118-6d94-4f3b-9873-7a2440ab92d9","96ad5cbb-b64e-4e18-9aa0-ac076d4b2448","96cb4d9d-4f2b-4f60-b48f-749747aa7c15","988bfa94-0c83-4057-a0c7-0ad885b8919c","98d84005-faac-4e02-9fea-40757b43cf03","99702ff6-e496-422a-aa62-ec933110acf7","99d0c827-4e12-4a44-b309-1b50539dc39e","9a15b06c-8a5c-4e19-887e-e7daf6f653b9","9a38509a-2b74-42a0-af91-ed453e463b95","9a5235cd-5d25-498d-8e36-7a7c0791f212","9ae96b4b-7568-4463-b26c-a567e4a418d7","9b0bfe70-e584-42f2-9a32-984c17ba6d1a","9b33841e-7006-41d4-98b0-313ab151c9ec","9b717e59-7f94-4ccb-8374-f65ea2dd9e58","9b982a48-7e67-496b-b24b-fa9d131f5bb0","9bdd8409-7309-4239-a0f0-39755506610a","9c010ca5-b609-4ae9-8c23-adf5723a9daa","9c0f350d-13ec-4e13-9c4c-1d6bfb9aa0b3","9d075fae-ecd8-44b2-ac24-087afb26a9fa","9d5ab443-b415-45e5-a9f7-539a5299bf27","9db3309e-2893-4a39-876f-fd68ea057e22","9db3bac6-81c9-4bb5-aca6-371cec8efa0d","9dcfcd37-7c54-415e-86d0-6763bd71e209","9e70c602-cb80-472b-9c8d-9625de084fe7","9f2c1082-43bb-41fe-be85-f7153d098eb4","9fc35243-3801-4c02-a8df-2ccf6ea71a17","a000777b-e8fe-4fd6-a455-01bc9056a873","a22426c4-914a-4e0b-a28a-b8573b63e320","a24e28a0-a10f-4324-b008-09564e85573e","a2722f0b-db7d-423a-a91d-c72ef595cc32","a2e22347-f0cb-4cfd-88a3-4f46a16e4946","a2f2b747-a8b8-454c-9f04-b30693f1ec1a","a35d9548-f495-43ef-af66-e13a84c1f12a","a3795f0c-e978-428f-b6b8-c226b58951c8","a39fc1e0-caf0-4cfa-bbf2-fea7ca32c00d","a3a5521a-f9c3-4996-af49-98aaf82afc04","a4369a59-5a39-40f7-b97b-763b575203aa","a45610b3-9e9b-4ef9-aab2-426f85a6cce3","a45827e8-d4b9-4a42-8516-22560568e678","a5b0a88d-7049-4206-8085-4a68ab0bfd81","a5df5731-c9ce-417a-ae07-0359f4e1a989","a5f9dab5-4b13-4a98-8a64-76e69f0ba511","a61c4c14-e45d-45a8-87c7-fec98d46ee79","a624d656-207d-4e73-b615-59e7cf64ad64","a63bc639-5518-4103-8290-c781a6f53f81","a6459577-6834-4f4e-ad7d-a506bef1d372","a64934a3-7eba-4a31-9e7a-dc3e8815d46c","a735e9b5-1231-4aa9-9eb3-c83037b849f2","a76f785d-1972-4bd6-8a43-848d51068712","a785f977-0635-4a20-ab8f-eab79659d16e","a796d1c4-71af-432c-bb1a-df00252554d0","a880c1ee-01e0-479f-a1c3-2739da8ac6b9","a9eebf59-25ec-448f-b7a6-df9a1ecad3a2","aa03a3b5-cdc3-40cc-bd45-69ad65809d2f","aa336b4a-7d69-43d1-b08e-8e1610721279","aa9f8662-8294-4924-a4c0-e26b709ea4a6","aaa212be-1db5-4493-86c8-c01d29348e31","ab1c5293-873e-469c-a538-de236467d0e6","ac1a989a-38d4-4225-a41f-37d54f2f42ae","ac28037a-461b-4fb3-9feb-d3eb739da995","ac928336-f534-4682-a952-c536a1b14e1e","ac97baa8-5e57-45b6-9c64-cb9ce4806294","acd6be3f-745c-41ad-95c9-1db66ba56be2","acf7b664-3e75-4018-81f6-2a14ab59f258","ae010a36-b802-473f-837f-3c1a68a19596","aedefd13-4a00-4b8c-b955-ced6e73b46fe","aeee2369-117c-41f7-a437-805b24d1406b","af9ffcc0-ca8a-43ad-8e9e-31e5b94dd6e6","afb31304-eff0-44f9-b240-b7fa631ea4ce","affd8e02-5bae-447a-8621-d8fcfeff7135","b047f821-e82f-437c-8f36-6fff0c59f8b0","b0559d67-e151-4c6b-b8eb-5e9b5603f487","b06bbd6e-eb0d-45fc-88ef-0e085d6505ef","b0b4e347-90ad-43c7-a236-3ee4d887f069","b0beccf0-eea9-4339-b6c5-00761551c193","b0da67fb-1cb2-4105-ab5c-b7c680b8116c","b22fb908-e616-48ce-a388-46eabe26221a","b294323b-d7a2-4d82-bf99-b388edcb7d32","b29cf026-521f-4345-a885-da27f7981759","b2d83856-2201-4c30-bfcf-9cab62545201","b300be80-6618-4284-b5c3-95c1ab373e6f","b345e3ba-a370-4fdf-855d-2f0707133706","b38e48ff-17c8-470c-ba8b-966da1777e77","b3a5eda4-6339-4303-97ef-c5a467585949","b3f9ffc8-8115-4858-bd71-deaca9889f72","b487e4c0-1135-46f4-807d-cab3f1743132","b4a728fd-e564-4a7c-9dde-e3e8b70c1f68","b59cd300-c4f3-4ba6-8018-134eaf6a399c","b5a4dfac-2a47-48be-8611-d7f69e261c60","b6189c28-8d64-4d54-b399-7cf2cb6e3cd5","b642de4b-9314-4fc7-8714-7567ed348766","b6549f83-e3da-4df2-a1e4-f01773607d56","b658883a-d0f2-4824-8176-ec03a8924824","b74648fc-587c-4d20-9432-58465bd7dca9","b7ea4e7c-c393-4ef3-9ce8-84f5199f44fe","b82c12c2-2ebf-470b-b0d2-92ccc5faa056","b92ec9f6-a56d-40c6-aee2-7d5e1524c985","b9b62f53-0fde-488b-bdac-986a870ff6cb","ba30bfc3-5aec-480d-a80a-fe71b098b14b","bb15b40c-9795-42ae-9f88-8b8023b6c010","bb695ab9-72dc-4b07-b42d-e2109a5254b6","bbeca27a-6c5b-40b9-83a4-a3a2096ff6f8","bbf69bc5-8ee3-4b17-a3b1-51e35dd2d0dc","bc6ea08d-7991-4a57-a1e3-abd508426970","bc7c07a5-d9a7-4fc5-ad03-572ab40f6a7d","bcddeb71-3109-4a08-852f-b437c0a0c4ab","bd07b50a-0bd7-49fa-9ada-96a8f96a62cc","bd081bbf-8e82-405c-a522-f826fa0a6e1d","bd4b4da4-83f6-4280-880b-b6033308f2a2","bdb63d4b-0bca-4b8e-bed0-0dc29ad0bac3","be02bac6-4e21-48d7-a7cc-50415c81f031","be0f315e-6a42-4913-af21-93eb50c66d63","be169f8c-6472-40ec-9b4a-0edcb63e9e2f","be2319a6-d089-4d13-8a7b-3552e654cdc5","bec6fced-62bb-4a99-9ea1-374056b5781b","bec8018f-a12c-4adf-9735-c2093298062d","bed99c19-6452-4258-8369-41d17387062a","bf35ed4f-fa34-4fd6-b7d8-3c4aeda1e9ea","bf964c1b-941f-4a02-895b-0608bddc1ce7","bff33e91-8e52-43f2-b8ae-603b456b08fc","bffca348-2af9-44bb-815f-f7f7240ac975","c0229fef-746c-417a-beb9-150f286da14a","c0a03261-6766-47e6-ba81-c6c58618939d","c0a612c4-b4ac-4dd2-a06e-92516599fafd","c0e4f4d9-6168-4f83-b632-c369d2d6c256","c1cf7cd5-3c25-4760-b783-36e7827154e2","c234458f-1b0a-47a2-9cee-b6920e1ad54e","c2a51829-8319-4271-93b2-a7a635b30e80","c3020976-1654-45c4-bbf1-972a22d79859","c3130653-6ca2-4d7c-ac58-7cfb9257278c","c3b28bdb-e0d1-4d24-8199-8cd7ac12c30f","c3ddcce6-2f0f-4450-9aac-58b89ddc2e50","c4555e99-7f95-4c76-914f-0a42d49975cd","c4a837f2-dbb0-435f-adf9-7632b97f94ab","c4ec37bf-80bd-4f51-a79e-9c20e4048a00","c5258f33-02c6-4b45-b4de-4429b4508924","c559fc49-54f3-426f-b2d2-525790a249a5","c727a648-3ad1-428e-902f-52ad6a6f1c4c","c8820e22-44ee-4ccf-a1fb-f93d98b8b494","c8a516f8-861b-4c3b-9d9b-0adc04ec689f","c8c61b0c-408a-4ba5-9a1c-5208b5f7f8d0","c96f9fb6-ef52-43f9-a458-8602a7c83333","c9c9ea23-93c5-4aae-9786-3b3c03a07778","ca98e0fb-5f07-40c8-9958-84379bcdc35c","cc8e63b9-f3d1-4d53-873e-7c2af8cfd2c7","cca2b9b7-9c12-488d-8f8b-540249d0d350","cd2f1d4f-562c-4a21-b3da-c84fae471104","cd86b167-3fc8-4e5a-9e21-b4ce5a7a05cd","cf1bec1a-72cd-4a1f-8386-a228fbbdc04d","cf258641-b73c-4813-8a23-da47cf79eca5","cfb83039-9a06-4d79-abcc-6f36eec6f29e","cfc571d7-d34f-4898-803a-f4a73c867f86","cff1e8ef-4856-46c0-a72c-83a8b4d34238","d0561d43-cda2-4497-ae19-b1968db179e0","d07d1982-56ff-47ef-87aa-62978f1fcf30","d0a2259b-9ee8-42d7-92c0-d9421dd196e5","d0c5cf64-9844-4b5b-8e6b-b97c50cce053","d0e6b214-520d-4830-8d73-09fd2fdd8e69","d1324c9b-9164-4536-98f0-abf5a67ffa51","d13bb767-1123-48d2-960f-b90b6db3f6ed","d1fe1dbb-4552-418f-b919-1e30261a2e1f","d20af588-2ce3-4e5a-9ab3-949401ead071","d2748f53-0d81-4656-8e4b-5f0128215879","d2814990-4c7a-44ae-8d76-157156aa79bb","d3a9df3b-b542-4915-96ac-0c9027f6870a","d3b7f1bb-b47d-4096-b17a-db0587f566c6","d3e979da-a83e-4ba8-b875-d358bc66678c","d4302a8a-573e-416e-a9f4-f27110cc994a","d4f54250-74a9-4f77-bf60-bf13585c1a1b","d5170ce9-2463-4fec-945b-6c2f23eb7e22","d59cb0b5-fd4f-4dde-a69f-7ca6aa12b89f","d61c6c6c-319f-4636-8482-26b6909f7b8e","d660512c-8ebc-4d65-9590-700894cbb5d8","d6a5ba11-3156-4a0c-958d-5756e18b767b","d714d196-8cbc-4b53-8219-21044a017bce","d7d7f6bf-051c-45a4-b19e-2a50bbd6398e","d7dc37c4-c96b-4682-9746-e1220cbc4a84","d851b88b-6ce6-4889-83c2-e191307bcee6","d894c61a-4062-442e-8ead-5197c3bffd00","d9553285-366e-41c1-9ccd-455497cbedae","d9d3088a-adf1-41b4-9115-6c68d5f8e855","da1218e0-8c75-4f8e-b317-051ce84949a5","daceddb4-5282-46cd-8e2b-cad5e5625a54","dad64d3a-1868-4404-8692-d3c54071140d","db6c8056-f155-434c-a4cb-a532a4707245","db9ee4f9-ca54-4cc1-ac2e-2a2ef5eea9ce","dbce0da1-9c0c-42b8-aac6-7925d663ee6b","dc1d6d81-d825-446c-a862-c9b517837801","dd5b22ec-847a-46bd-828e-be6059b4faec","ddcc2609-59ba-4eca-8b90-993cab90364a","de27b4bc-5e6d-4f0c-9116-df26042d9503","de46f610-fab8-4819-b86a-d1defed319a1","de6d4527-a88e-4001-b8a7-53db87784c8f","debfbf48-bb06-4405-a97b-8249dacdffa0","df18762d-9980-4344-9d4f-e9d2cd8e0456","df84bf1b-8698-4c3e-baa9-926f0efc6a12","e070e97c-142a-4d5d-ae89-c0c6d85a97ac","e08915c9-78ff-450b-a47f-0c9678d16bbd","e0bf27bd-ebd8-40bf-9e8a-8ccde26bd1ec","e0eac72f-915b-41a2-a9cf-1707b65d9ac9","e0fbcf00-be89-472e-af7d-495c4550d10d","e0fedd66-e547-492c-ad0d-9c7b527bdd17","e160cb2a-1d8a-47cb-b136-8347eaab67d7","e1d10d9c-8771-4870-aebf-e767d0fada32","e1e33a2f-0018-4278-83c4-50ed83f009c3","e2140fd0-4367-4ac6-b42c-7041b9f1d92e","e24d0c78-4df5-4cc9-8b9e-65b969c5babd","e306586a-427f-45b7-9e3b-cd9157cec07f","e32a5e25-8e85-474e-ab32-ab28898ac87a","e3a0c382-23c4-44a5-a689-1f65fed388b7","e3de0391-c658-4dab-bef1-2aaf4eae7720","e4f4b3e7-7c8e-42c9-895d-4c8b802ed4f7","e5fdeb2c-afb8-4850-bcdc-86283ffa3486","e62d51cd-0377-4896-bba1-dee62b9279dc","e67477a4-6878-4356-8037-807f41590ad1","e6cd2ccc-3148-4507-856d-55140c54d09d","e905b6c5-1874-4d3b-8181-bc4bfab73bd7","e906bdc0-3b04-46ed-a162-92a366319cbf","e91f9c5d-bad6-4c29-b755-d81aa704cf53","e9c266e3-d403-434a-b645-dcb9cf441680","ea01e610-43b8-44a3-9480-14f92f68a0b5","ea2e4498-a91e-48b0-b14f-a7917241160b","eba0c7c5-ed63-41a5-93e1-a979a6f983b9","ebbaf2e2-b4af-4a84-ab27-d8a6b40c9552","ec2a9aea-86f9-4324-a7d9-7530e1cdc54d","ec2bacc7-22b2-4f71-b7d7-bb4bb46d6eda","ec7661ef-9119-4fe3-8363-b0c3b1d75cd7","ed2cfa62-c972-4373-b405-a075697d009c","ed351e4f-7ee7-4e84-a69d-02b59cebd180","ed74e8a1-5636-4d96-aff4-4674494c5e00","ee9eea62-2bdf-4b71-8655-0ba275fc8adf","eee75629-86b4-40b0-884a-22646ebf6e27","eeecf096-87dd-4dcb-953f-700445bf3f3a","ef2d6fc9-ddad-4dd2-b218-afa1a5449b7e","ef57bbe1-8507-4284-8d08-6b10b7894f96","efd42c61-1e41-4df9-aa70-a39cc20dff51","efd86f2a-bd28-4731-838d-78e67be8b49e","f0578f26-1396-4e1d-9986-8fc6c55aeb66","f10e5b17-6099-445d-9a7b-484eeff7cea8","f12c5ae3-8c55-4bd9-a64f-3960d45c0563","f15e81c7-38fd-402b-bd49-68869fe7142c","f1c49677-840f-409f-8af2-033989f6b774","f23b716f-51b2-402a-9a69-de190d3f6411","f2562487-95fd-48ad-adb8-3f87d49f1584","f3448b8b-8baf-492a-a1d6-4bb676c43cab","f398f676-f079-44b9-a6c4-5a9d5dd6bbdc","f3d3de4f-dfef-4c04-a297-4fd90884087e","f3df2707-e262-470a-a91e-7e588da90ce6","f49aa320-797b-4608-acda-f68ef21d1c0d","f4cd8b2b-76f1-4444-8f6a-c904adf36d55","f52db5b6-59bb-4215-9bdb-ba3dde3e5e4b","f53ed206-8ec4-46a6-8603-c819682e1433","f5e8da7b-f565-403b-9603-5f53cd3be8fe","f670e5e4-721b-422a-b10e-09bb742cbc4b","f7919aa3-044d-42b2-800f-a6e3226efe77","f7b92adb-a384-4e03-8ba7-1e41b9fb2516","f7c81707-adf0-48fd-8720-25db4d21b0b2","f7f7921f-96cc-4174-a40d-ec96427a8c98","f8123a70-0c28-4e8b-9e13-d6b5c7eb54f4","f82b281f-d3c7-4eb8-9a10-b4808ca6cfcd","f849f726-c6a2-400d-9b90-fe050f8ef5eb","f8a3c4a0-892d-4e74-bb21-00786705766e","f8c2f901-7d7b-47ec-a3d4-96ddcbd9218c","f9369d0a-87c0-4c29-b43c-cd45c007f8d6","f96b4124-ebc2-443c-981d-9869b5a3fcf3","f9c4ab8b-9f84-4b92-a114-93b082c15080","f9cba2b8-d865-46e8-81f1-752598a0d729","fa2a8e84-2a04-444a-8551-5f2931f4a711","fa641d46-d002-4903-af72-e96971f558bc","fa6f05fa-30e4-4b2c-9641-8a5847b59d65","faca8395-8228-40ea-b638-000a494a8b55","fb839476-63ba-4e17-b97d-4bc282a85648","fc8c4d2d-416c-4b8b-b46d-0e11f0e8245d","fc9a66a1-367c-4035-a22e-00fab55be5a0","fd1b9e7c-09d0-4907-9f48-34289f3cd2cc","fe5f01e9-f85f-41e8-9527-88f76e7bfc02","fe7f4393-38f9-43b5-873b-58246183b874","fe9d36d3-9373-407c-91fd-975d8ee9e4fe","fea43ef7-99c5-40b6-9a59-9661b3b710cf","ff3ffe47-53a3-42ec-ae89-afc79793380d","ff68b640-e194-4894-b9c0-76ed619c764d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","2XM","30A","3ED","40K","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ACR","AFR","AKH","AKR","ALA","ANA","ANB","ARC","AVR","BBD","BFZ","BLB","BRB","BRC","BRO","BTD","C13","C14","C15","C16","C17","C18","C19","CED","CEI","CHK","CLB","CLU","CM2","CMA","CMD","CMM","CMR","CST","DD2","DDE","DDF","DDH","DDI","DDJ","DDM","DDN","DDO","DDQ","DDS","DDT","DDU","DFT","DMR","DMU","DOM","DPA","DSK","DTK","E01","ECL","ELD","EOE","FBB","FDN","FIC","FIN","FRF","G17","GK1","GK2","GN2","GN3","GNT","GRN","GS1","H09","HBG","HOB","HOP","HOU","ICE","IKO","INR","INV","ISD","ITP","J14","J22","J25","JMP","JVC","KHM","KLD","KLR","KTK","LCI","LEA","LEB","LRW","LTR","M10","M11","M12","M13","M14","M15","M19","M20","M21","MBS","ME1","ME3","MH2","MH3","MID","MIR","MKM","MMQ","MOM","MRD","MSH","NEO","NPH","ODY","OLEP","ONE","ONS","ORI","OTJ","P02","P23","PAL00","PAL01","PAL02","PAL03","PAL04","PAL05","PAL06","PAL99","PALP","PANA","PARL","PC2","PCA","PELP","PF19","PF20","PGPX","PGRU","PIP","PLST","PMPS","PMPS06","PMPS07","PMPS08","PMPS09","PMPS10","PMPS11","POR","PPP1","PRM","PRW2","PRWK","PS11","PSAL","PSS2","PSS3","PSS4","PTC","PTK","PZ2","RAV","REX","RIX","RNA","ROE","RQS","RTR","S99","SCD","SHM","SIR","SLD","SLP","SNC","SOI","SOM","SOS","SPM","STX","SUM","TD0","TD2","TDM","THB","THS","TLA","TMP","TMT","TPR","TSP","UGL","UND","UNF","UNH","USG","UST","VOW","WAR","WC00","WC01","WC02","WC03","WC04","WC97","WC98","WHO","WOE","XANA","XLN","ZEN","ZNR"],"rarities":["common","rare"]},"isochron scepter":{"name":"Isochron Scepter","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Imprint — When this artifact enters, you may exile an instant card with mana value 2 or less from your hand.\n{2}, {T}: You may copy the exiled card. If you do, you may cast the copy without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CopySpell","target":{"type":"ExiledBySource"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}, {T}: You may copy the exiled card. If you do, you may cast the copy without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":2}},{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile an instant card with mana value 2 or less from your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ddd649f4-dbaf-48ec-8ff7-95581257772d","metadata":{"source_printing_ids":["2aa24fe0-e275-4307-b26c-2a656068a451","49c0e902-f7ee-4dab-9a07-025a305c9958","878b0159-6917-45d3-b9ea-562ac49f0b8f","c18cbbdd-7aaf-4999-870c-2b59ee5816d2","d25d55a8-78e2-4f89-8456-39b1a8d803ca","ec92bcce-cdb0-4e20-b2ab-0f659358e8d6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","DDJ","EMA","F08","MB2","MRD","PLST","PRM","SLC","V10"],"rulings":[{"date":"2020-08-07","text":"If Isochron Scepter leaves the battlefield while the activated ability is on the stack, the ability can still make a copy. On the other hand, if the imprinted card leaves the exile zone while the activated ability is on the stack, the copy can't be made."},{"date":"2020-08-07","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2020-08-07","text":"If you cast a spell \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2020-08-07","text":"If you don't want to cast the copy, you can choose not to; the copy ceases to exist the next time state-based actions are checked."},{"date":"2020-08-07","text":"You cast the copy while the ability is resolving and still on the stack. You can't wait to cast it later in the turn."}],"rarities":["uncommon","rare"]},"isolated watchtower":{"name":"Isolated Watchtower","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{2}, {T}: Scry 1, then you may reveal the top card of your library. If a basic land card is revealed this way, put it onto the battlefield tapped. Activate only if an opponent controls at least two more lands than you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":"{2}, {T}: Scry 1, then you may reveal the top card of your library. If a basic land card is revealed this way, put it onto the battlefield tapped. Activate only if an opponent controls at least two more lands than you.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"comparator":"GE","count":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"offset":2}}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"3893f320-47fd-49ec-a78c-80bfb607a279","metadata":{"source_printing_ids":["9ee3c4f0-ec6b-48cd-b1be-4620aea337d6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C18","J19","PZ2"],"rulings":[{"date":"2018-07-13","text":"You can activate Isolated Watchtower’s ability if you control more lands than an opponent, as long as at least one opponent also controls two or more lands than you."}],"rarities":["rare"]},"isolation cell":{"name":"Isolation Cell","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent casts a creature spell, that player loses 2 life unless they pay {2}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a creature spell, that player loses 2 life unless they pay {2}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"56c558f3-535d-49aa-a2de-54e0bb598483","metadata":{"source_printing_ids":["c5e72c64-cb0e-4a04-97d0-3537bb0420cd"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NPH"],"rarities":["uncommon"]},"itlimoc, cradle of the sun":{"name":"Itlimoc, Cradle of the Sun","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Transforms from Growing Rites of Itlimoc.)\n{T}: Add {G}.\n{T}: Add {G} for each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"color_options":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G} for each creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ea9c459a-6047-43aa-968f-a582be4000e8","metadata":{"source_printing_ids":["004524bf-b249-4dac-9c10-44d57143feb9","36651c33-d570-4d48-a1d3-bac736d3f043","b3b87bfc-f97f-4734-94f6-e3e2f335fc4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI","P22","PXLN","PXTC","XLN"],"rarities":["rare"]},"ivory mask":{"name":"Ivory Mask","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You have shroud. (You can't be the target of spells or abilities.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Shroud","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have shroud."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"028bc726-0e86-4c53-9648-625153ae4b01","metadata":{"source_printing_ids":["15221c5b-543c-4f43-a02e-d07e84069f50","35ea3762-a419-412c-b2bd-0a40902d8d51","51842cf5-a658-4522-a5e4-9c764ab1331e","b02422f7-728b-481b-9eb1-34d17c696ce6","fc3d0e39-8519-4a0b-ada1-15f8bb9f0b77"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","9ED","MMQ"],"rarities":["rare"]},"ivy lane denizen":{"name":"Ivy Lane Denizen","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever another green creature you control enters, put a +1/+1 counter on target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Green"},{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another green creature you control enters, put a +1/+1 counter on target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a5da5ad6-4ed2-4041-a983-76a8c87fa109","metadata":{"source_printing_ids":["2ad9d411-4bc2-48d8-99aa-c38604ef8c6f","4e35b71f-d6a0-45e1-9d0b-a62fb043cd6a","78bea375-8af3-4425-a418-bb5503e2dfb7","90202611-961d-48b5-87b6-58486b572216","b6936a91-db5d-4977-a851-2dc6a4141ceb","b95be874-93c0-4e05-9e5a-fe8f38bcb445","dba4b527-8dbf-4d11-af87-710ab9561182","e810d32d-c073-4bc5-9ff5-7946c54e045d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLU","CMR","DDU","GTC","J22","J25","PLST","SLD"],"rulings":[{"date":"2020-11-10","text":"Ivy Lane Denizen can be chosen as the target of its own ability."},{"date":"2020-11-10","text":"The green creature that entered the battlefield can be chosen as the target of Ivy Lane Denizen's ability."}],"rarities":["common","rare"]},"ivy, gleeful spellthief":{"name":"Ivy, Gleeful Spellthief","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Faerie","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a player casts a spell that targets only a single creature other than Ivy, you may copy that spell. The copy targets Ivy. (A copy of an Aura spell becomes a token.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"the","description":"The copy targets ~"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"TargetsOnly","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},{"type":"HasSingleTarget"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell that targets only a single creature other than ~, you may copy that spell. The copy targets ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"55ad6a6b-1c44-4397-86ae-dd9221892b22","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["45cba0d0-ca77-47c0-8f77-7beedb6c557b","9187f4ea-27f2-4f94-b783-6992087d64a4","d94c15b7-6c8f-45a6-8734-975e3e3b790c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU"],"rulings":[{"date":"2022-09-09","text":"If Ivy, Gleeful Spellthief isn't a legal target for the spell, no copy can be created."},{"date":"2022-09-09","text":"If a spell has multiple targets but all of them are the same creature, Ivy, Gleeful Spellthief's second ability will trigger."},{"date":"2022-09-09","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy has the same value of X."},{"date":"2022-09-09","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode. You can't choose a different one."},{"date":"2022-09-09","text":"The controller of a copy can't choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too. Notably, if the spell you copy was kicked, the copies will also be kicked."},{"date":"2022-09-09","text":"The copy is created even if the spell that caused the ability to trigger has been countered by the time the ability resolves. The copy resolves before the original spell."},{"date":"2022-09-09","text":"The copy that Ivy, Gleeful Spellthief's second ability creates is created on the stack, so it's not \"cast.\" Other abilities that trigger when a player casts a spell won't trigger."},{"date":"2022-09-09","text":"The second ability triggers whenever a player casts a spell that targets only one creature and no other object or player. It doesn't matter who controls the creature."}],"rarities":["rare"]},"ixhel, scion of atraxa":{"name":"Ixhel, Scion of Atraxa","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Angel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, toxic 2\nCorrupted — At the beginning of your end step, each opponent who has three or more poison counters exiles the top card of their library face down. You may look at and play those cards for as long as they remain exiled, and you may spend mana as though it were mana of any color to cast those spells.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance",{"Toxic":2}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"ScopedPlayer"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0,"mana_spend_permission":"AnyTypeOrColor"},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"PlayerAttribute","relation":{"type":"Opponent"},"attr":{"type":"PlayerCounter","kind":"Poison","scope":"ScopedPlayer"},"comparator":"GE","value":{"type":"Fixed","value":3}}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each opponent who has three or more poison counters exiles the top card of their library face down. You may look at and play those cards for as long as they remain exiled, and you may spend mana as though it were mana of any color to cast those spells.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"9fb7982f-fe35-4dea-a515-a0039ddbbaec","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["66d32d60-4e08-49aa-857f-da92dc7c01d0","ab866ec4-dcb4-47ef-8de1-a369986609c0","bf7a75a5-a21a-44e9-9e42-b3496cbbd307"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ONC"],"rulings":[{"date":"2023-02-04","text":"A player with ten or more poison counters loses the game. This is a state-based action and doesn't use the stack. In other words, it happens immediately and players can't respond to it, just like a player losing the game due to having 0 or less life."},{"date":"2023-02-04","text":"Any other effects of that damage, such as life gain from lifelink, still apply."},{"date":"2023-02-04","text":"Casting an exiled card causes it to leave exile. You can't cast it multiple times."},{"date":"2023-02-04","text":"Conversely, replacement effects that apply to the number of counters put on a player can modify the counters placed this way. For example, Vorinclex, Monstrous Raider's last two abilities can apply to counters placed this way."},{"date":"2023-02-04","text":"Damage dealt by a creature with toxic grants the same number of counters regardless of how much damage is dealt. Notably, if a replacement effect modifies the damage in some way (such as that of Gratuitous Violence), the number of counters given remains unchanged."},{"date":"2023-02-04","text":"If a creature with toxic deals combat damage to a creature or planeswalker, or if it deals noncombat damage, toxic has no effect and no player gets poison counters."},{"date":"2023-02-04","text":"If you leave the game, the cards remain exiled face down indefinitely. No player may look at them."},{"date":"2023-02-04","text":"Ixhel doesn't change when you can cast an exiled card. For example, if you exile a creature card without flash, you can cast it only during your main phase when the stack is empty."},{"date":"2023-02-04","text":"Multiple instances of toxic are cumulative. For example, if a creature has toxic 2 and gains toxic 1 due to another effect, combat damage that creature deals to a player will cause that player to get 3 poison counters."},{"date":"2023-02-04","text":"Toxic doesn't change the amount of combat damage a creature deals. For example, if a 2/2 creature with toxic 1 deals combat damage to a player, that creature will deal 2 damage. The results of that damage are the player loses 2 life and gets a poison counter."},{"date":"2023-02-04","text":"You may look at and cast the exiled cards (and spend mana as though it were mana of any color to do so) even if Ixhel leaves the battlefield. If another player gains control of Ixhel, that player can't look at or cast the cards, and you still can."},{"date":"2023-02-04","text":"You pay the costs for an exiled card if you cast it. You may pay any alternative costs the card has rather than the card's mana cost."}],"rarities":["mythic"]},"izzet charm":{"name":"Izzet Charm","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Counter target noncreature spell unless its controller pays {2}.\n• Izzet Charm deals 2 damage to target creature.\n• Draw two cards, then discard two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"ParentTargetController"}},"forward_result":false},{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"a07698f6-5ad5-49a3-9da2-f82d407f5cd7","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Counter target noncreature spell unless its controller pays {2}.","~ deals 2 damage to target creature.","Draw two cards, then discard two cards."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["0672e8d0-b4e9-4e1b-a8fd-b1fec9ff9df5","15af0592-a1cb-4b1e-b051-dde978939706","1e3a5af6-5423-442b-a207-364e97a871d8","4d8f0789-aa08-4ce5-8ed1-6544de1e3ed4","58f4b8a7-4153-4694-9aae-f61d3124c785","61289196-a56b-4d24-b340-9cf067c77f45","b04eae11-6bc4-41d2-98cc-285621d5724b","b8f5032a-bf0d-4a66-b3d4-32b2ec61d308"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","2XM","DDJ","EA3","F13","GK1","MM3","PRM","RTR","RVR"],"rulings":[{"date":"2020-08-07","text":"If you choose the last mode, you draw two cards and discard two cards all while Izzet Charm is resolving. Nothing can happen between the two, and no player may choose to take actions."}],"rarities":["common","uncommon"]},"jabari's influence":{"name":"Jabari's Influence","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cast this spell only after combat.\nGain control of target nonartifact, nonblack creature that attacked you this turn and put a -1/-0 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Creature",{"Non":"Artifact"}],"controller":null,"properties":[{"type":"NotColor","color":"Black"},{"type":"AttackedThisTurn","defender":"You"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"-1/-0","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Gain control of target nonartifact, nonblack creature that attacked you this turn and put a -1/-0 counter on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8930b1ce-80ac-48b6-a368-ccff9fd01d38","casting_restrictions":[{"type":"AfterCombat"}],"metadata":{"source_printing_ids":["c9f764d7-4c18-40ef-8373-ef1e2a88007e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rarities":["rare"]},"jace, the mind sculptor":{"name":"Jace, the Mind Sculptor","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Jace"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"[+2]: Look at the top card of target player's library. You may put that card on the bottom of that player's library.\n[0]: Draw three cards, then put two cards from your hand on top of your library in any order.\n[−1]: Return target creature to its owner's hand.\n[−12]: Exile all cards from target player's library, then that player shuffles their hand into their library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Player"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":{"type":"Loyalty","amount":2},"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+2]: Look at the top card of target player's library. You may put that card on the bottom of that player's library.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":0},"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"count":{"type":"Fixed","value":2},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"[0]: Draw three cards, then put two cards from your hand on top of your library in any order.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"destination":null},"cost":{"type":"Loyalty","amount":-1},"sub_ability":null,"duration":null,"description":"[−1]: Return target creature to its owner's hand.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Library","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"TargetPlayer"},{"type":"InZone","zone":"Library"}]}},"cost":{"type":"Loyalty","amount":-12},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Library","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"[−12]: Exile all cards from target player's library, then that player shuffles their hand into their library.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7f77a84e-5a4b-4834-aefa-3cecc175ae8e","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["0e606072-a3aa-4300-ba90-ec92a721fa76","3a1a1910-9587-481c-9e5c-5eb0c3b098c6","97c67e86-5aa5-4136-a15c-c0c5704e2b94","9d20e671-9b41-4591-b1ef-2a297411beb7","a5d1f66f-75b5-4a9b-8b98-f237f065de9c","c057dc0d-4017-4e60-9c5e-45fc569a8d31","c8817585-0d32-4d56-9142-0d29512e86a9","cbe639bb-5797-4bec-b55b-aed296337e92","e1fcd832-bbc6-4fb3-92f1-cd307fb0bca5","ec386bc3-137b-49b5-8380-8daff470f0bc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","A25","BLC","EMA","MED","PRM","SLD","V13","VMA","WWK"],"rulings":[{"date":"2020-08-07","text":"If the target player for Jace's last ability has no cards in hand, that player shuffles nothing into their library, and that player's library will remain empty. That player won't lose the game until they try to draw from the empty library."},{"date":"2020-08-07","text":"You draw three cards and put two cards back all while Jace's second ability is resolving. Nothing can happen between the two, and no player may choose to take actions."}],"rarities":["mythic"]},"jace, wielder of mysteries":{"name":"Jace, Wielder of Mysteries","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Jace"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"If you would draw a card while your library has no cards in it, you win the game instead.\n[+1]: Target player mills two cards. Draw a card.\n[−8]: Draw seven cards. Then if your library has no cards in it, you win the game.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"Player"},"destination":"Graveyard"},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: Target player mills two cards. Draw a card.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":7},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":-8},"sub_ability":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−8]: Draw seven cards. Then if your library has no cards in it, you win the game.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Draw","execute":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would draw a card while your library has no cards in it, you win the game instead.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5277a68e-1ceb-4b40-8e10-3d0564f5d7be","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["1f13face-aa33-4f57-ad06-5313b4834e02","6adb7d73-4482-4930-8497-cffd169b57e2","6dece604-04f2-48ac-8e6c-ef850c0db190","79b2d33b-2689-4d03-b297-a196b376804d","802d126d-f56c-4990-ba85-9ecbe41f5c9a","d50eb8cf-dc8d-4c7e-bff7-db9254ff8a90"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","PRM","PWAR","SLD","WAR"],"rulings":[{"date":"2019-05-03","text":"Follow the instructions in the order listed on Jace’s first loyalty ability: if you target yourself, you’ll put the top two cards of your library into your graveyard and then draw a card."},{"date":"2019-05-03","text":"If for some reason you can’t win the game (because your opponent controls Platinum Angel, for example), you won’t lose for having tried to draw a card from a library with no cards in it. The draw was still replaced."},{"date":"2019-05-03","text":"If the target player is an illegal target when Jace’s first loyalty ability tries to resolve, it doesn’t resolve. You won’t draw a card."},{"date":"2019-05-03","text":"If two or more players control Jace, Wielder of Mysteries and each player is instructed to draw a number of cards, first the player whose turn it is draws that many cards. If this causes that player to win the game instead, the game is immediately over. If the game isn’t over yet, repeat this process for each other player in turn order."},{"date":"2019-05-03","text":"If your library has fewer than seven cards in it while resolving Jace’s last ability, and Jace has already left the battlefield, you’ll draw as many cards as you can and then win the game before state-based actions would cause you to lose the game for trying to draw from an empty library."}],"rarities":["rare"]},"jackal pup":{"name":"Jackal Pup","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Jackal"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature is dealt damage, it deals that much damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, it deals that much damage to you.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"993e41e6-0643-4a1f-8ada-b7a4aae486d9","metadata":{"source_printing_ids":["3707ab74-9aec-4d30-86e0-ffa5f72d5b4f","58dc5b2d-12a1-4eba-803e-0f0dfa290672","86c86925-a78f-4696-98aa-477a7602276b","9d8743b2-30e3-4d15-89fc-72974747aec5","bb02ff74-e73f-467e-ac26-429d279a8e95"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["A25","F01","PD2","PLST","PRM","TMP","WC98","WC99"],"rarities":["common","uncommon"]},"jackdaw savior":{"name":"Jackdaw Savior","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature or another creature you control with flying dies, return another target creature card with lesser mana value from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"Cmc","comparator":"LT","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Flying"},{"type":"Another"}]}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another creature you control with flying dies, return another target creature card with lesser mana value from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9e31ef54-b2f2-4f3f-9779-151b74470ce4","metadata":{"source_printing_ids":["121af600-6143-450a-9f87-12ce4833f1ec","4411204e-8387-4f1c-bfb3-1e3092d07937"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"If Jackdaw Savior and another creature you control with flying die at the same time, Jackdaw Savior’s last ability triggers for each of them."},{"date":"2024-07-26","text":"If a creature on the battlefield or a creature card in a graveyard has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2024-07-26","text":"The target creature card must have a lesser mana value than the creature that caused Jackdaw Savior’s last ability to trigger. Use the mana value of that creature as it last existed on the battlefield to determine which creature cards in your graveyard are legal targets for that ability."}],"rarities":["rare"]},"jade mage":{"name":"Jade Mage","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{2}{G}: Create a 1/1 green Saproling creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Saproling","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Saproling"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{G}: Create a 1/1 green Saproling creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6daf3c59-7636-4d44-872b-67722b4868cb","metadata":{"related_token_ids":["0fd11f84-7a70-5926-8f19-0fabafc4c440","11f2f297-5b6a-5e31-904e-d177240eb85a","3094a64f-ede0-503c-83b3-a20c071e99be","b4472ae3-d346-5d13-8183-1aeeba37741d","dc6b409b-79e0-5103-9e78-2bf1c9a3deac"],"source_printing_ids":["32d6c8d3-04a1-4b35-b7d1-18bed82beaf4","995140fa-dc1f-4b75-9cea-079ea03c485f","c7c721a5-9fcf-42dc-9b6d-a50cdca839ac","cbfba01e-2836-479b-afce-21e1e6e99c08","d8dd9144-85c3-4c6f-aad4-836e5946bb71"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMM","DDH","M12","PLST","SCD"],"rarities":["uncommon"]},"jade orb of dragonkind":{"name":"Jade Orb of Dragonkind","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}. When you spend this mana to cast a Dragon creature spell, it enters with an additional +1/+1 counter on it and gains hexproof until your next turn. (It can't be the target of spells or abilities your opponents control.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"when","description":"When you spend this mana to cast a Dragon creature spell, it enters with an additional +1/+1 counter on it and gains hexproof"},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add {G}. When you spend this mana to cast a Dragon creature spell, it enters with an additional +1/+1 counter on it and gains hexproof until your next turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5eef3d70-ef16-4722-8c3d-21a0311597bd","metadata":{"source_printing_ids":["1b32bae4-65e4-4bdb-8bc5-b98a5aac1568"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG"],"rulings":[{"date":"2022-06-10","text":"If more than one {G} produced by a Jade Orb of Dragonkind is spent to cast a single Dragon creature spell, the delayed triggered ability associated with each mana spent will trigger. That creature will enter the battlefield with that many +1/+1 counters."},{"date":"2022-06-10","text":"If the mana is spent on a Dragon creature spell, that creature will have hexproof as soon as it enters the battlefield. There is no opportunity to target the creature before it gains hexproof."},{"date":"2022-06-10","text":"The delayed triggered ability will trigger whether Jade Orb of Dragonkind is still on the battlefield or not."},{"date":"2022-06-10","text":"The mana created by Jade Orb of Dragonkind can be spent on anything, not just Dragon creature spells."}],"rarities":["common"]},"jaheira, friend of the forest":{"name":"Jaheira, Friend of the Forest","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Elf","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Tokens you control have \"{T}: Add {G}.\"\nChoose a Background (You can have a Background as a second commander.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"ChooseABackground"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Token"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Tokens you control have \"{T}: Add {G}.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0aeeb0d7-15a3-4722-ad67-8fc7fe89220d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["27186d29-7b24-40f9-909f-456e0e3d8847","9f4de176-0f2e-4d8c-b3ac-ef2e626b4aac","feb7ad1b-4466-48f7-b46d-cc83d4e22b51"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2022-06-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2022-06-10","text":"Choose a Background is a variant of the partner ability. You may have two commanders if one of them is a legendary creature with the choose a background ability and the other is a legendary Background enchantment. Backgrounds and cards with choose a Background do not interact with cards which have any other partner ability."},{"date":"2022-06-10","text":"If a card refers to a commander creature you own, a Background won't usually be counted or included for that effect. If another spell or ability causes your Background to become a creature, however, it will be included. Any effect that refers to your commander or a commander you own or control without specifying creature will apply to a Background that is your commander, as appropriate."},{"date":"2022-06-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2022-06-10","text":"If you control a Background that grants an ability to commander creatures you own, and you own more than one commander creature, each of them will have that ability."},{"date":"2022-06-10","text":"If your Commander deck has two commanders, you can include only cards whose own color identities are also found in your commanders’ combined color identities."},{"date":"2022-06-10","text":"If your commander loses the choose a Background ability or stops being a Background during the game, as appropriate, it is still your commander."},{"date":"2022-06-10","text":"Jaheira's ability gives the mana ability to all tokens you control, not just creature tokens."},{"date":"2022-06-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won’t have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 combat damage from any one of them, not from both of them combined (although your Background won’t usually be a creature anyway)."},{"date":"2022-06-10","text":"You can choose two commanders that are the same color or colors."},{"date":"2022-06-10","text":"You won't be able to activate the mana abilities of creature tokens you control on the turn they're created unless they have haste. Conversely, you will be able to activate the mana abilities of noncreature tokens you control on the turn they're created (provided they're untapped)."}],"rarities":["rare"]},"jaheira, insightful harper":{"name":"Jaheira, Insightful Harper","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Elf","Druid"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Hexproof from artifacts and enchantments\nWhen this creature specializes, destroy up to one target artifact or enchantment. Scry 2.","non_ability_text":null,"flavor_name":null,"keywords":[{"HexproofFrom":{"type":"CardType","data":"artifacts and enchantments"}}],"abilities":[],"triggers":[{"mode":"Specializes","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ specializes, destroy up to one target artifact or enchantment. Scry 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"ba4721ba-a14d-43f0-9ee8-619e3f93666a","brawl_commander":true,"is_commander":true,"legalities":{},"printings":["HBG"]},"jem lightfoote, sky explorer":{"name":"Jem Lightfoote, Sky Explorer","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Scout"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nAt the beginning of your end step, if you haven't cast a spell from your hand this turn, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you haven't cast a spell from your hand this turn, draw a card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"InZone","zone":"Hand"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"5802aa98-a9b7-4b0d-9d7c-c3938701870d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["e24fe6dc-662a-4abc-ad60-a1959b2be006"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"At the beginning of your end step, Jem Lightfoote’s ability will check to see if you’ve cast a spell from your hand this turn. If you have, the ability won’t trigger at all. If the ability does trigger, it will check again as it tries to resolve. If you’ve cast a spell from your hand since the ability triggered, the ability won’t do anything."}],"rarities":["uncommon"]},"jhoira of the ghitu":{"name":"Jhoira of the Ghitu","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{2}, Exile a nonland card from your hand: Put four time counters on the exiled card. If it doesn't have suspend, it gains suspend. (At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost. If it's a creature, it has haste.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":4},"target":{"type":"CostPaidObject"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]}}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Suspend":{"count":0,"cost":{"type":"Cost","shards":[],"generic":0}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain suspend"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":{"type":"SourceLacksKeyword","keyword":{"Suspend":{"count":0,"cost":{"type":"Cost","shards":[],"generic":0}}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}, Exile a nonland card from your hand: Put four time counters on the exiled card. If it doesn't have suspend, it gains suspend.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"ad3f4ec9-9905-421b-98ed-78bb6fc9b450","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1f437128-3a87-4958-97d0-3940d8761cba","23612d91-c394-4eee-987b-b124b615de86","64553587-e707-41d2-a2f4-768dfa47e893","aa6c3c8a-aa35-46b3-8769-27b4244457b0","d94dff56-14f5-4860-b944-68938fdd1e07","e7e9e757-c127-41ba-bcaa-a6e56dda0d5f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DDS","FUT","MMA","PLST","PZ2","TSR"],"rulings":[{"date":"2024-06-07","text":"A creature cast using suspend will enter the battlefield with haste. It will have haste until another player gains control of it. (In some rare cases, another player may gain control of the creature spell itself. If this happens, the creature won't enter the battlefield with haste.)"},{"date":"2024-06-07","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-06-07","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-06-07","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-06-07","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-06-07","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-06-07","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-06-07","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-06-07","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-06-07","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-06-07","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-06-07","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."}],"rarities":["rare","mythic"]},"jocasta, automaton avenger":{"name":"Jocasta, Automaton Avenger","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Robot","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever your commander deals combat damage to a player, put a +1/+1 counter on Jocasta.\nWhenever you attack with your commander, if this card is in your graveyard, you may return it to the battlefield tapped and attacking.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"IsCommander"}]},"description":"Whenever your commander deals combat damage to a player, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"IsCommander"}]},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with your commander, if this card is in your graveyard, you may return it to the battlefield tapped and attacking.","constraint":null,"condition":{"type":"SourceInZone","zone":"Graveyard"},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"787e6a7b-64f9-48ba-bccd-68dda3489b0f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["808c7052-1a10-4825-a0aa-1b8252e7587f","f666e211-0d80-4f01-b206-dac19bcbcfa7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"joel, resolute survivor":{"name":"Joel, Resolute Survivor","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Survivor"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever a creature token dies, put a +1/+1 counter on Joel and draw a card. This ability triggers only once each turn.\nPartner—Survivors (You can have two commanders if both have this ability.)","non_ability_text":null,"flavor_name":null,"keywords":["Menace",{"Partner":{"type":"Generic"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Token"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature token dies, put a +1/+1 counter on ~ and draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"64611260-c9f7-4375-b67a-f88fee6d3bff","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["713ab02f-cd48-420d-a2fe-ef460e6ce2d2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD"],"rarities":["mythic"]},"johann, apprentice sorcerer":{"name":"Johann, Apprentice Sorcerer","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard","Sorcerer"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nOnce each turn, you may cast an instant or sorcery spell from the top of your library. (You still pay its costs. Timing rules still apply.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"OncePerTurn","alt_cost":null}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"you may cast an instant or sorcery spell from the top of your library."}],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"8068f80f-88ee-4c0b-a0fb-3a6337f83f22","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["b88a762d-19ed-451d-a3a9-b3e7eea40f67"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["WOE"],"rulings":[{"date":"2023-09-01","text":"If Johann leaves the battlefield and returns to the battlefield in the same turn, or if Johann leaves and another Johann appears, the casting permission granted by the old one is different than the casting permission granted by the new one. On the turn in which the new Johann enters the battlefield, you may use its casting permission once, even if you used the old Johann's casting permission to cast an instant or sorcery spell from the top of your library in that same turn. Note that if you control multiple Johanns you won't have the opportunity to cast an instant or sorcery spell from the top of your library before the \"legend rule\" gets you down to one Johann."},{"date":"2023-09-01","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast a spell from the top of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2023-09-01","text":"If the top card of your library has an Adventure, you can cast the Adventure spell this way."},{"date":"2023-09-01","text":"You can look at the top card of your library whenever you want (with one restriction; see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2023-09-01","text":"You must pay all costs and follow all timing rules for spells cast from the top of your library this way."}],"rarities":["uncommon"]},"johtull wurm":{"name":"Johtull Wurm","mana_cost":{"type":"Cost","shards":["Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes blocked, it gets -2/-1 until end of turn for each creature blocking it beyond the first.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Multiply","factor":-2,"inner":{"type":"ClampMin","inner":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}},"offset":-1},"minimum":0}}},"toughness":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"ClampMin","inner":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}},"offset":-1},"minimum":0}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes blocked, it gets -2/-1 until end of turn for each creature blocking it beyond the first.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ab5a8242-4e42-43e6-a6ee-eeb0a8db3d11","metadata":{"source_printing_ids":["64a22e88-f7b1-48c8-a199-e57edcd50654","64ca51ce-e0f4-42ce-b2a5-db73268bcf1f","ff4f2361-2f99-41f5-b295-ca26c9eee27c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","ICE","ME2"],"rarities":["uncommon"]},"journey to nowhere":{"name":"Journey to Nowhere","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile target creature.\nWhen this enchantment leaves the battlefield, return the exiled card to the battlefield under its owner's control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile target creature.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, return the exiled card to the battlefield under its owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2bfec482-be0d-4768-84e7-1c2c74ea1373","metadata":{"source_printing_ids":["09cfe585-8a55-4b27-89e0-dfb6946fe1f3","13c2e384-68c2-4a99-8d91-0764865be6b6","39efc659-4de9-4ca2-b34a-f64b97795083","442bb671-8b23-4e3b-bf39-18152a68887e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["CMD","DDF","OTP","PLST","ZEN"],"rulings":[{"date":"2009-10-01","text":"If Journey to Nowhere leaves the battlefield before its first ability has resolved, its second ability will trigger and do nothing. Then its first ability will resolve and exile the targeted creature forever."}],"rarities":["common","uncommon"]},"joust through":{"name":"Joust Through","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Joust Through deals 3 damage to target attacking or blocking creature. You gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Blocking"}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 3 damage to target attacking or blocking creature. You gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"33c21ef1-33eb-447a-a318-a352f163a8a0","metadata":{"source_printing_ids":["846adb38-f9bb-4fed-b8ed-36ec7885f989"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN"],"rulings":[{"date":"2024-11-08","text":"If the target creature is an illegal target when Joust Through tries to resolve, it won't resolve and none of its effects will happen. You won't gain life."}],"rarities":["uncommon"]},"jund sojourners":{"name":"Jund Sojourners","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When you cycle this card and when this creature dies, you may have it deal 1 damage to any target.\nCycling {2}{R} ({2}{R}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":["Red"],"generic":2}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"},"damage_source":"TriggeringSource"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cycle this card, you may have it deal 1 damage to any target.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, you may have it deal 1 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"84a3ebc2-5c38-40ef-b5f4-62a92cbca493","metadata":{"source_printing_ids":["893c08b2-1391-4aaf-b79c-d1125b232f73"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ARB"],"rulings":[{"date":"2009-05-01","text":"If you cycle this card, the cycling ability goes on the stack, then the triggered ability goes on the stack on top of it. The triggered ability will resolve before you draw a card from the cycling ability."},{"date":"2009-05-01","text":"The cycling ability and the triggered ability are separate. If the triggered ability doesn't resolve (due to being countered with Stifle, for example, or if all its targets have become illegal), the cycling ability will still resolve and you'll draw a card."},{"date":"2009-05-01","text":"The triggered ability acts as a cycle-triggered ability or as a leaves-the-battlefield ability, as appropriate. The player who controls the triggered ability is the player who cycled the Sojourner, or the player who last controlled the Sojourner on the battlefield."},{"date":"2009-05-01","text":"You can cycle this card even if there are no targets for the triggered ability. That's because the cycling ability itself has no targets."}],"rarities":["common"]},"jungle wurm":{"name":"Jungle Wurm","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes blocked, it gets -1/-1 until end of turn for each creature blocking it beyond the first.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"ClampMin","inner":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}},"offset":-1},"minimum":0}}},"toughness":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"ClampMin","inner":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}},"offset":-1},"minimum":0}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes blocked, it gets -1/-1 until end of turn for each creature blocking it beyond the first.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"457705c9-5b0c-4c3a-89dd-80286fac6a6c","metadata":{"source_printing_ids":["f17f81b9-1fa1-4062-a9b3-048179274c05","f646c83f-e804-4878-9160-8f2059dba496"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR","VMA"],"rarities":["common"]},"junk golem":{"name":"Junk Golem","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with three +1/+1 counters on it.\nAt the beginning of your upkeep, sacrifice this creature unless you remove a +1/+1 counter from it.\n{1}, Discard a card: Put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{1}, Discard a card: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you remove a +1/+1 counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"044be66d-9334-4d4b-b420-b97a18698e95","metadata":{"source_printing_ids":["c9410da0-5693-456f-afa8-cb92ac176847"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rarities":["rare"]},"jötun owl keeper":{"name":"Jötun Owl Keeper","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Cumulative upkeep {W} or {U} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nWhen this creature dies, create a 1/1 white Bird creature token with flying for each age counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"CumulativeUpkeep":{"type":"OneOf","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}}]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Bird","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Bird"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"age"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create a 1/1 white Bird creature token with flying for each age counter on it.","constraint":null,"condition":null,"batched":false},{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"OneOf","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}}]}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue","White"],"scryfall_oracle_id":"3acef3dc-61ee-48e0-9b2e-a8e29d5f4ac7","metadata":{"related_token_ids":["81d7295b-25e6-5970-bdd1-e632965629e6"],"source_printing_ids":["1566c8a2-aaca-4ce0-a36b-620ea6f135cb","2632c821-513f-4059-b073-98ff691c1117"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CSP","PLST"],"rarities":["uncommon"]},"k'rrik, son of yawgmoth":{"name":"K'rrik, Son of Yawgmoth","mana_cost":{"type":"Cost","shards":["PhyrexianBlack","PhyrexianBlack","PhyrexianBlack"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Horror","Minion"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"({B/P} can be paid with either {B} or 2 life.)\nLifelink\nFor each {B} in a cost, you may pay 2 life rather than pay that mana.\nWhenever you cast a black spell, put a +1/+1 counter on K'rrik.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"HasColor","color":"Black"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a black spell, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"PayLifeAsColoredMana":{"color":"Black"}},"affected":{"type":"Controller"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"For each {B} in a cost, you may pay 2 life rather than pay that mana."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cbe3a4e7-5dbe-4f58-8ee6-a1762b65acfd","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["068d2a94-e4f5-4789-9228-30d72684e3b9","3592fbe4-8588-486e-99ba-c327b0b6ba24","45393005-78c7-4056-9ce6-310264922af3","4b27dba9-ffee-4b2c-b4d4-67c24511cffb","4f087b1c-97e0-4379-a94d-beac53685314","6238d688-0932-47f7-a47b-4085cf11391c","8a325a92-522b-4f2d-a3dd-2a9eb56d1478","a995fd27-b4c9-4620-b759-4755101e1534"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","FCA","MH3","PJ21","PLST","SLD"],"rulings":[{"date":"2019-08-23","text":"If a cost contains a mana symbol that may be paid in multiple ways, such as {B/R}, {B/P}, or {2/B}, you choose how you'll pay it before you do so. If you choose to pay {B} this way, K'rrik's ability allows you to pay life rather than pay that mana."},{"date":"2019-08-23","text":"K'rrik's ability doesn't modify or reduce costs you pay. It changes only how you may pay those costs."},{"date":"2019-08-23","text":"K'rrik's last ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2019-08-23","text":"You can't pay 2 life to pay for generic mana in costs you pay, even if an effect says that you must spend black mana to pay that generic mana."},{"date":"2024-06-07","text":"A Phyrexian mana symbol contributes 1 toward the mana value of a card, even if life is paid for it. Specifically, K'rrik's mana value is always 7."},{"date":"2024-06-07","text":"K'rrik's ability lets you pay 2 life for {B} in any cost you pay, including the mana costs of spells, activation costs, and even costs for special actions (such as morph). Any time you pay mana, that's a cost."}],"rarities":["rare"]},"kaalia of the vast":{"name":"Kaalia of the Vast","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Kaalia attacks an opponent, you may put an Angel, Demon, or Dragon creature card from your hand onto the battlefield tapped and attacking that opponent.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Angel"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":[{"Subtype":"Demon"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":["Creature",{"Subtype":"Dragon"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks an opponent, you may put an Angel, Demon, or Dragon creature card from your hand onto the battlefield tapped and attacking that opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"cb8d80c9-ed58-4f2d-aa8c-c383370c7f1a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0e42cd7b-8ce5-46a6-a44b-2b1dc8477d86","20094a0c-ea67-4c62-811a-5225f70d41f4","576a670d-4efd-498b-8c53-eda6e18868a4","5c509c36-43a8-454e-80fc-321f41981049","7782562f-cd13-4770-930c-95ad4263f24d","86f670f9-c5b7-4eb0-a7d0-d16513fadf74","93f6631f-f3a6-4d3c-8618-4b4ab4e82483","a0cc9eaf-c8d9-4da2-8fd8-8d423a02a3a8","e71c8c39-3fbb-4a42-9cf6-b3224f5a56fc","ef099f25-2b0b-4028-8490-fbc859e35f6c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","2XM","CM1","CMA","CMD","MH3","OCMD","PMEI","PRM","PZ1","SLD"],"rulings":[{"date":"2020-08-07","text":"Although the creature you put onto the battlefield is an attacking creature, it was never declared as an attacking creature. This means that abilities that trigger whenever a creature attacks won't trigger when it enters the battlefield attacking."},{"date":"2020-08-07","text":"Any effects that say that the Angel, Demon, or Dragon creature can't attack (such as that of Propaganda or if the creature has defender) affect only the declaration of attackers. They won't stop the creature from entering the battlefield attacking."},{"date":"2020-08-07","text":"If Kaalia attacks an opponent, the creature enters attacking that player even if Kaalia is somehow attacking a different player or planeswalker as its triggered ability resolves."},{"date":"2020-08-07","text":"If the opponent Kaalia attacked is no longer in the game when its ability resolves, you may put an Angel, Demon, or Dragon creature card onto the battlefield tapped, but it won't be attacking anyone and it won't be an attacking creature."},{"date":"2024-06-07","text":"Kaalia's ability doesn't trigger if it attacks a planeswalker or battle."}],"rarities":["mythic"]},"kain, traitorous dragoon":{"name":"Kain, Traitorous Dragoon","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Jump — During your turn, Kain has flying.\nWhenever Kain deals combat damage to a player, that player gains control of Kain. If they do, you draw that many cards, create that many tapped Treasure tokens, then lose that much life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":true,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, that player gains control of ~. If they do, you draw that many cards, create that many tapped Treasure tokens, then lose that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Jump — During your turn, ~ has flying."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"70fbb378-d905-47cf-8c54-cc166a7867b3","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["28eb294b-4cab-4c34-ae29-20aac9799471","39f9de73-84a7-483f-927e-91ade20a2d06","f8c86be0-e1b3-4a78-9254-238dd936914b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rarities":["rare"]},"kaito, bane of nightmares":{"name":"Kaito, Bane of Nightmares","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Kaito"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"Ninjutsu {1}{U}{B} ({1}{U}{B}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)\nDuring your turn, as long as Kaito has one or more loyalty counters on him, he's a 3/4 Ninja creature and has hexproof.\n[+1]: You get an emblem with \"Ninjas you control get +1/+1.\"\n[0]: Surveil 2. Then draw a card for each opponent who lost life this turn.\n[−2]: Tap target creature. Put two stun counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ninjutsu":{"type":"Cost","shards":["Blue","Black"],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Ninja"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Ninjas you control get +1/+1"}],"triggers":[]},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: You get an emblem with \"Ninjas you control get +1/+1.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":0},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentLostLife"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[0]: Surveil 2. Then draw a card for each opponent who lost life this turn.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Tap target creature. Put two stun counters on it.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"RuntimeHandled","handler":"NinjutsuFamily"},"cost":{"type":"NinjutsuFamily","variant":"Ninjutsu","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":4},{"type":"AddSubtype","subtype":"Ninja"},{"type":"AddType","core_type":"Creature"},{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"And","conditions":[{"type":"DuringYourTurn"},{"type":"HasCounters","counters":{"type":"OfType","data":"loyalty"},"minimum":1}]},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, as long as ~ has one or more loyalty counters on him, he's a 3/4 Ninja creature and has hexproof."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"fa43077b-5d8b-4fb1-8dda-2a9185e6715e","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["14901700-881a-4c79-b162-aeeb1579757e","55a14f30-4ff9-4472-90a6-c3139f1c18e5","79d24cf8-107e-4b5b-a4f5-a7498647abef","a7927a69-62a9-4f69-923d-f651bb03a7b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"Although Kaito enters attacking when his ninjutsu ability resolves, he was never declared as an attacking creature (for purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2024-09-20","text":"As you activate Kaito's ninjutsu ability, you reveal Kaito from your hand and return the attacking creature. Kaito isn't put onto the battlefield until the ability resolves. If Kaito leaves your hand before then, he won't enter at all."},{"date":"2024-09-20","text":"If an opponent lost life this turn and subsequently lost the game, Kaito's fourth ability still counts that player when determining how many cards to draw."},{"date":"2024-09-20","text":"If at least one creature in combat has first strike or double strike, you can activate Kaito's ninjutsu ability during the first-strike combat damage step. In that case, Kaito will deal combat damage during the regular combat damage step, even if he has first strike."},{"date":"2024-09-20","text":"Kaito enters attacking the same player, planeswalker, or battle the returned creature was attacking. This is a rule specific to ninjutsu; in other cases, when a creature is put onto the battlefield attacking, that creature's controller chooses which player, planeswalker, or battle it's attacking."},{"date":"2024-09-20","text":"Kaito's fourth ability cares whether opponents lost life this turn, not how their life totals changed. For example, an opponent who gained 2 life and lost 1 life in the same turn still lost life that turn."},{"date":"2024-09-20","text":"Kaito's second ability causes him to stop being a planeswalker during your turn as long as he has at least one loyalty counter on him. While he's a creature, damage dealt to him won't cause loyalty counters to be removed. You can still activate Kaito's loyalty abilities."},{"date":"2024-09-20","text":"One or more stun counters on a permanent create a single replacement effect that stops the permanent from untapping. That effect is \"If a permanent with a stun counter on it would become untapped, instead remove a stun counter from it.\""},{"date":"2024-09-20","text":"The ninjutsu ability can be activated during the declare blockers step, combat damage step, or end of combat step. If you wait until after the declare blockers step, because all combat damage is dealt at once, Kaito won't normally deal combat damage."},{"date":"2024-09-20","text":"The ninjutsu ability can be activated only after blockers have been declared. Before then, attacking creatures are neither blocked nor unblocked."}],"rarities":["mythic"]},"kaldra compleat":{"name":"Kaldra Compleat","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Living weapon\nIndestructible\nEquipped creature gets +5/+5 and has first strike, trample, indestructible, haste, and \"Whenever this creature deals combat damage to a creature, exile that creature.\"\nEquip {7}","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible","LivingWeapon"],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":7}},"sub_ability":null,"duration":null,"description":"Equip {7}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Phyrexian Germ","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature","Phyrexian","Germ"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Living weapon — create Phyrexian Germ token and attach","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":5},{"type":"AddToughness","value":5},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a creature, exile that creature.","constraint":null,"condition":null,"batched":false}},{"type":"AddKeyword","keyword":"FirstStrike"},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Indestructible"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +5/+5 and has first strike, trample, indestructible, haste, and \"Whenever ~ deals combat damage to a creature, exile that creature.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"7359e82b-db79-488d-a1d4-75a00f12a4cf","metadata":{"related_token_ids":["1799d4b5-48a4-507d-90e9-53c34f2d5724","65313366-37ce-5d33-a1f4-a4e4d0de2f52","f4a52681-29e7-5f31-89ee-8898b454d344"],"source_printing_ids":["572fb0dc-d876-4e1b-91d1-9c595f6f6f04","87cc2855-6b14-44dd-a398-7dc2bbae081f","a5a0ae99-d84a-4f27-bed8-889747c78529","c6dc22cb-74c0-443d-b22d-4277a65cc076"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA3","CMM","MH2","PLST","PMH2","PSPL"],"rarities":["mythic"]},"kami of false hope":{"name":"Kami of False Hope","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Sacrifice this creature: Prevent all combat damage that would be dealt this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"CombatDamage"},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Sacrifice ~: Prevent all combat damage that would be dealt this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"49984248-4800-4f46-933a-fedd970ae910","metadata":{"source_printing_ids":["44e4f5e6-935e-429f-89b4-4571376f442e","9c357194-37b7-45cc-a52d-9c7e71f226df"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["BOK","PLST"],"rarities":["common"]},"kami of the honored dead":{"name":"Kami of the Honored Dead","mana_cost":{"type":"Cost","shards":["White","White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature is dealt damage, you gain that much life.\nSoulshift 6 (When this creature dies, you may return target Spirit card with mana value 6 or less from your graveyard to your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Soulshift":6}],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, you gain that much life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Hand","target":{"type":"Typed","type_filters":["Card",{"Subtype":"Spirit"}],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"},{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":6}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"You may return target Spirit card with mana value 6 or less from your graveyard to your hand","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.46a: When ~ dies, you may return target Spirit card with mana value 6 or less from your graveyard to your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"be6d78c7-b7fb-46a9-99ea-f10d21c3da58","metadata":{"source_printing_ids":["46e53299-f480-4769-bfc6-86fb19964280"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BOK"],"rarities":["uncommon"]},"kami of the hunt":{"name":"Kami of the Hunt","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a Spirit or Arcane spell, this creature gets +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Spirit"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Arcane"}],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a Spirit or Arcane spell, ~ gets +1/+1 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"96e68c7a-f187-4aa6-998c-238e7c833809","metadata":{"source_printing_ids":["5ace3c4e-3287-4975-b4d0-91f009c0cf5b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CHK"],"rarities":["common"]},"kappa cannoneer":{"name":"Kappa Cannoneer","mana_cost":{"type":"Cost","shards":["Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Turtle","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Improvise (Your artifacts can help cast this spell. Each artifact you tap after you're done activating mana abilities pays for {1}.)\nWard {4}\nWhenever this creature or another artifact you control enters, put a +1/+1 counter on this creature. It can't be blocked this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Improvise",{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":4}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another artifact you control enters, put a +1/+1 counter on ~. It can't be blocked this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7fffbe7f-ad78-4bb6-a611-c37e495c6ee0","metadata":{"source_printing_ids":["6ddc2852-11c4-40da-b26f-6f236349f608","712751fa-748e-4018-a9f5-fb83a706c570","85a89077-b384-4fca-9d26-7297962c1541","974f71e8-2c42-4267-b0b5-5826930e4f1f","99cd996f-be74-4dbb-9460-6d650cedfca6","be0c919a-a592-433e-8e36-8fe633974eff"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC","MH3","MKC","NEC","PRM"],"rulings":[{"date":"2022-02-18","text":"If a player casts a spell that targets multiple permanents their opponent controls with ward, each of those ward abilities will trigger. If that player doesn't pay for all of them, the spell will be countered."}],"rarities":["rare"]},"karakas":{"name":"Karakas","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {W}.\n{T}: Return target legendary creature to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"destination":null},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Return target legendary creature to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"59119143-c0fa-49dd-adf0-e2fd3029c48b","metadata":{"source_printing_ids":["0e7511b8-9af9-4cc8-a01c-8e71af2cf5dc","303d20a2-cf61-4d47-abc4-53e3876435e3","31d2422a-bb7d-4cdd-9aac-e5a936a4be3b","605c2218-9d12-4ac3-a721-fca590b89847","71403ce4-e5ac-4e99-b26d-a51456df5cac","d939ad90-b4b6-452d-a318-b8895d185a0c","da940567-0585-45c5-89b4-fbdaf39192ec","e52214e1-404a-405a-b08e-20e13c087338","ff790ded-af9f-4e93-84b7-ddadff5ccad4"]},"legalities":{"commander":"banned","duel":"banned","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EMA","J12","LEG","LTC","ME3","OLGC","PRM","PUMA","TD0","UMA"],"rarities":["uncommon","rare","mythic"]},"karakyk guardian":{"name":"Karakyk Guardian","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, trample\nThis creature has hexproof if it hasn't dealt damage yet. (It can't be the target of spells or abilities your opponents control.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample","Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"Not","condition":{"type":"SourceHasDealtDamage"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has hexproof if it hasn't dealt damage yet."}],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"41129dc1-be88-4198-94f9-032817a79bc7","metadata":{"source_printing_ids":["8b8a7d6a-c429-4b66-b5b0-953335c5108e","a4c77b08-c3f6-4458-8636-f226f9843b6d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rulings":[{"date":"2025-04-04","text":"If Karakyk Guardian leaves the battlefield and returns, it’s considered a new object even if it’s represented by the same card. It has hexproof again until it deals damage."},{"date":"2025-04-04","text":"If a triggered ability triggers at the same time that Karakyk Guardian deals damage for the first time, targets for that ability are chosen after Karakyk Guardian no longer has hexproof."}],"rarities":["uncommon"]},"karazikar, the eye tyrant":{"name":"Karazikar, the Eye Tyrant","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Beholder"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever you attack a player, tap target creature that player controls and goad it. (Until your next turn, that creature attacks each combat if able and attacks a player other than you if able.)\nWhenever an opponent attacks another one of your opponents, you and the attacking player each draw a card and lose 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"DefendingPlayer","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Goad","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack a player, tap target creature that player controls and goad it.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever an opponent attacks another one of your opponents, you and the attacking player each draw a card and lose 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"47fde936-be71-4550-826b-b98d139cc57a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["60ceebcd-6d4d-4875-a170-40d138449cdc","da46b47b-0156-4a01-b4b1-28526a6826f4","eb382d12-88a2-4ace-942b-9c0f87bfbacc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","PRM","SLD"],"rarities":["mythic"]},"kari zev, skyship raider":{"name":"Kari Zev, Skyship Raider","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Pirate"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"First strike, menace\nWhenever Kari Zev attacks, create Ragavan, a legendary 2/1 red Monkey creature token. Ragavan enters tapped and attacking. Exile that token at end of combat.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Menace"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Ragavan","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Monkey"],"colors":["Red"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":true,"supertypes":["Legendary"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"EndCombat"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create Ragavan, a legendary 2/1 red Monkey creature token. Ragavan enters tapped and attacking. Exile that token at end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"786baa29-afd4-40f0-95c8-920a972b9175","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["804501ef-dae7-5d29-ad1f-72c6ada1bb1e","8cc72d92-634d-5858-80bd-ec2c053e2d46","c7192a84-4ec9-557f-b467-9937ad9930b8"],"source_printing_ids":["1a9e43d4-41ff-468c-b817-7e8467fadb1a","48765efe-bcb5-4a15-acd0-607ead64ae6d","52de8af2-d260-42a8-b8c2-b26b392632d1","72495879-39ce-449d-ad2f-ef32ea46f3aa","9638a43f-6b61-4455-8e0f-4142652c4b54","f9b7d945-0c34-4576-abb0-a6e2a816c052"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","DMC","J22","KLR","LCC","PAER","PLST"],"rulings":[{"date":"2017-02-09","text":"Although Ragavan is attacking, it was never declared as an attacking creature (for the purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2017-02-09","text":"The delayed triggered ability that exiles Ragavan triggers at end of combat even if Kari Zev is no longer on the battlefield."},{"date":"2017-02-09","text":"You choose which opponent or opposing planeswalker Ragavan is attacking as you create the token. It doesn't have to be the same player or planeswalker Kari Zev is attacking."}],"rarities":["rare"]},"karlov watchdog":{"name":"Karlov Watchdog","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dog"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nPermanents your opponents control can't be turned face up during your turn.\nWhenever you attack with three or more creatures, creatures you control get +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with three or more creatures, creatures you control get +1/+1 until end of turn.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"You"},"comparator":"GE","count":3},"batched":true}],"static_abilities":[{"mode":"CantBeTurnedFaceUp","affected":{"type":"Typed","type_filters":["Permanent"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Permanents your opponents control can't be turned face up during your turn."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"73f44500-fe83-40fa-b6f2-ed5673d0edcc","metadata":{"source_printing_ids":["79cfb366-ae2a-4b3d-9a80-383a32db1509"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"It doesn't matter what happens to the creatures in response. As long as you attacked with at least three creatures, creatures you control will get +1/+1 until end of turn when Karlov Watchdog's triggered ability resolves."},{"date":"2024-02-02","text":"While Karlov Watchdog is on the battlefield, opponents can't attempt to turn face-down creatures face up either by paying a disguise or morph cost or by paying the mana cost of a cloaked or manifested creature."}],"rarities":["uncommon"]},"karmic guide":{"name":"Karmic Guide","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel","Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, protection from black\nEcho {3}{W}{W} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)\nWhen this creature enters, return target creature card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Protection":{"Color":"Black"}},{"Echo":{"type":"Mana","data":{"type":"Cost","shards":["White","White"],"generic":3}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target creature card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false},{"mode":"PayEcho","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.30a: At the beginning of your upkeep, sacrifice this permanent unless you pay its echo cost.","constraint":null,"condition":{"type":"EchoDue"},"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","White"],"generic":3}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8c31fec9-e4b3-4761-990e-7be38eb05604","metadata":{"source_printing_ids":["15090117-5fef-454d-8972-8f31e9fd870f","1dab6c67-1fbb-44b7-a255-15ceaf8352cf","77d23045-905b-44cb-9af9-cc6ad717477d","915b4638-b1ec-4045-80e6-f05fb1e2a87c","9743a8f4-8eea-49c1-b533-b2aa40152260","b0768971-88ed-4166-aede-209654878e53","b26d50dd-54a1-43ce-9884-3999f698d97b","b6abd8b8-76e5-4df3-ab50-db1c34e328a0","c48e3d51-1c63-4b39-97df-92c260311dad","c4f60a8a-0401-4d4e-bb7a-3ab52cf7c8a1","f550f0dd-9e20-4faf-a374-9d1c5830a52f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["AFC","C13","CMA","EMA","J12","MH2","SLD","SOC","ULG","VMA","VOC"],"rulings":[{"date":"2021-06-18","text":"Paying for echo is always optional. When the echo triggered ability resolves, if you can't pay the echo cost or choose not to, you sacrifice that permanent."},{"date":"2021-06-18","text":"Your permanent's echo ability will trigger at the beginning of your upkeep if it entered the battlefield since the beginning of your last upkeep, or if you gained control of it since the beginning of your last upkeep."}],"rarities":["rare"]},"karn, legacy reforged":{"name":"Karn, Legacy Reforged","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Karn's power and toughness are each equal to the greatest mana value among artifacts you control.\nAt the beginning of your upkeep, add {C} for each artifact you control. This mana can't be spent to cast nonartifact spells. Until end of turn, you don't lose this mana as steps and phases end.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}},"restrictions":[{"SpellTypeOrAbilityActivation":{"spell_type":"Artifact","ability":"Any"}}],"expiry":"EndOfTurn"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, add {C} for each artifact you control. This mana can't be spent to cast nonartifact spells. Until end of turn, you don't lose this mana as steps and phases end.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"ManaValue","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"ManaValue","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the greatest mana value among artifacts you control."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"bc8802db-8c94-4eb4-817f-5f4f5408b7a4","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["038b1b24-e823-40c2-8fa4-7193854037d3","4219b5ea-a252-4d76-a60a-9674340e8ed3","47b1d426-db36-4a6d-9eb7-d093e0c0ee6a","b04e6527-06f8-4783-93fc-8738673116c1","f3dc3541-c398-4d43-b1c4-4d1e1e3e1ebf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MAT","MB2"],"rulings":[{"date":"2023-05-12","text":"Karn's last ability isn't a mana ability, even though it adds mana. It uses the stack and it can be responded to. Use the number of artifacts you control as the ability resolves to determine how much mana to add."},{"date":"2023-05-12","text":"The ability that defines Karn's power and toughness works in all zones, not just the battlefield. As long as Karn is under your control and still an artifact, its own mana value will count. In most cases, it'll be at least 5/5."},{"date":"2023-05-12","text":"The mana produced by Karn's last ability can be spent on anything that isn't a nonartifact spell. This includes casting artifact spells, paying costs to activate abilities of both artifact and nonartifact permanents, paying ward costs, and so on."}],"rarities":["mythic"]},"karn, silver golem":{"name":"Karn, Silver Golem","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever Karn blocks or becomes blocked, it gets -4/+4 until end of turn.\n{1}: Target noncreature artifact becomes an artifact creature with power and toughness each equal to its mana value until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature with power and toughness each equal to its mana value"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Artifact",{"Non":"Creature"}],"controller":null,"properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: Target noncreature artifact becomes an artifact creature with power and toughness each equal to its mana value until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-4},"toughness":{"type":"Fixed","value":4},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ blocks or becomes blocked, it gets -4/+4 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8a7c6391-020a-4d7a-8abb-702631bbee56","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["055a00a2-0df2-4f49-ac51-e33dfaf7ee85","11a699e0-ac11-4257-ae41-891fb7284c6d","811a0988-2900-426c-9413-8f1778d99678"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["OCM1","PAL99","PRM","USG","V10","VMA","WC99"],"rulings":[{"date":"2004-10-04","text":"The blocking ability triggers only once no matter how many blockers are declared."},{"date":"2008-08-01","text":"A noncreature permanent that turns into a creature can attack, and its {T} abilities can be activated, only if its controller has continuously controlled that permanent since the beginning of their most recent turn. It doesn't matter how long the permanent has been a creature."}],"rarities":["rare"]},"karplusan yeti":{"name":"Karplusan Yeti","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Yeti"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{T}: This creature deals damage equal to its power to target creature. That creature deals damage equal to its power to this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: ~ deals damage equal to its power to target creature. That creature deals damage equal to its power to ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d6d84884-4a58-4187-aa5c-20b39b379590","metadata":{"source_printing_ids":["6ad95118-104c-41d4-a393-941e7b97fd8e","7dd9b214-d9fe-4c2e-b45b-7145ad98c408","f2a0535c-36d0-4e77-bf59-9c7a6c9b2ddb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["9ED","ICE"],"rulings":[{"date":"2004-10-04","text":"Giving either creature first strike does not affect the ability."},{"date":"2004-10-04","text":"If this leaves the battlefield before its activated ability resolves, it will still deal damage to the targeted creature. On the other hand, if the targeted creature leaves the battlefield before the ability resolves, the ability won't resolve and no damage will be dealt."}],"rarities":["rare"]},"katara, water tribe's hope":{"name":"Katara, Water Tribe's Hope","mana_cost":{"type":"Cost","shards":["White","Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior","Ally"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhen Katara enters, create a 1/1 white Ally creature token.\nWaterbend {X}: Creatures you control have base power and toughness X/X until end of turn. X can't be 0. Activate only during your turn. (While paying a waterbend cost, you can tap your artifacts and creatures to help. Each one pays for {1}.)","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance","Waterbend"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"CostXPaid"}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"CostXPaid"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have base power and toughness X/X"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Waterbend","cost":{"type":"Cost","shards":["X"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Waterbend {X}: Creatures you control have base power and toughness X/X until end of turn. Activate only during your turn.","target_prompt":null,"activation_restrictions":[{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"min_x_value":1,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Ally","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Ally"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 1/1 white Ally creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"234fb291-0b62-4092-9071-81311c71bd53","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["a1248262-41d8-5572-8092-2e7350a4acdd"],"source_printing_ids":["95547532-c056-44a5-9d80-4f6b729b6e0c","9ec03308-59a2-417a-938f-bdda75080e43"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"Katara, Water Tribe's Hope's ability overwrites any effects that previously set a creature's base power and/or toughness. Any existing effects or counters that raise or lower a creature's power and/or toughness continue to apply."}],"rarities":["rare"]},"kathril, aspect warper":{"name":"Kathril, Aspect Warper","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Nightmare","Insect"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When Kathril enters, put a flying counter on any creature you control if a creature card in your graveyard has flying. Repeat this process for first strike, double strike, deathtouch, hexproof, indestructible, lifelink, menace, reach, trample, and vigilance. Then put a +1/+1 counter on Kathril for each counter put on a creature this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"flying","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"first strike","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"double strike","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"deathtouch","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"hexproof","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"indestructible","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lifelink","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"menace","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"reach","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"trample","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"vigilance","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"TrackedSetSize"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Vigilance"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Trample"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Reach"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Menace"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Lifelink"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Indestructible"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Hexproof"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Deathtouch"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"DoubleStrike"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"FirstStrike"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Flying"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, put a flying counter on any creature you control if a creature card in your graveyard has flying. Repeat this process for first strike, double strike, deathtouch, hexproof, indestructible, lifelink, menace, reach, trample, and vigilance. Then put a +1/+1 counter on ~ for each counter put on a creature this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"730897a9-3ead-4990-9492-1a2040d8ccac","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"TargetFallback","context":"parse_target could not classify","text":"any creature you control","line_index":0}],"metadata":{"source_printing_ids":["ebc57f73-a517-463e-8d55-56aa996d091e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","OC20"],"rulings":[{"date":"2020-04-17","text":"For each applicable keyword, the appropriate counter may be put on any creature you control, including Kathril. The counters don't need to all be put on the same creature."},{"date":"2020-04-17","text":"Once Kathril's ability begins resolving, no player may take other actions until it's done and you've put +1/+1 counters on Kathril."},{"date":"2020-04-17","text":"You check once for each keyword. If you have two creature cards with flying in your graveyard, you put just one flying counter on a creature you control, not two."},{"date":"2020-06-23","text":"If cards in your graveyard have multiple hexproof abilities (such as hexproof, hexproof from white, and hexproof from black), a counter of each variant kind will be put onto a creature."}],"rarities":["mythic"]},"kav landseeker":{"name":"Kav Landseeker","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kavu","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Menace (This creature can't be blocked except by two or more creatures.)\nWhen this creature enters, create a Lander token. At the beginning of the end step on your next turn, sacrifice that token. (It's an artifact with \"{2}, {T}, Sacrifice this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.\")","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Lander","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Lander"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"End","player":0,"gate":"AfterCreationTurn"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a Lander token. At the beginning of the end step on your next turn, sacrifice that token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"528fe479-dab9-4cf8-bda0-1d226a644366","metadata":{"related_token_ids":["7b3e5486-632b-5245-8026-3222282173bc"],"source_printing_ids":["7a5a7e89-50e3-43cb-af93-d7d80a630c11"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"If a replacement effect (such as that of Exalted Sunborn’s second ability) causes additional tokens to be created during the resolution of Kav Landseeker’s last ability, you’ll sacrifice those tokens at the beginning of the end step on your next turn as well."},{"date":"2025-07-25","text":"Kav Landseeker’s last ability creates a delayed triggered ability that triggers at the beginning of the end step on your next turn. When that ability resolves, if you still control the Lander token created by Kav Landseeker’s last ability, you’ll sacrifice that token. Sacrificing the Lander token this way won’t allow you to search your library for a basic land."}],"rarities":["common"]},"kaya, spirits' justice":{"name":"Kaya, Spirits' Justice","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Kaya"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"Whenever one or more creatures you control and/or creature cards in your graveyard are put into exile, you may choose a creature card from among them. Until end of turn, target token you control becomes a copy of it, except it has flying.\n[+2]: Surveil 2, then exile a card from a graveyard.\n[+1]: Create a 1/1 white and black Spirit creature token with flying.\n[−2]: Exile target creature you control. For each other player, exile up to one target creature that player controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":2},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":"[+2]: Surveil 2, then exile a card from a graveyard.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":["White","Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Create a 1/1 white and black Spirit creature token with flying.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"for","description":"For each other player, exile up to one target creature that player controls"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Exile target creature you control. For each other player, exile up to one target creature that player controls.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"choose","description":"choose a creature card from among them"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"ParentTarget"},"duration":"UntilEndOfTurn","additional_modifications":[{"type":"AddKeyword","keyword":"Flying"}]},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"origin":null,"destination":"Exile","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more creatures you control and/or creature cards in your graveyard are put into exile, you may choose a creature card from among them. Until end of turn, target token you control becomes a copy of it, except it has flying.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"0a094c5f-cefb-4ba1-90c8-dd78ae8efe95","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["e00e04e7-7717-50ba-9862-5b446921ecae"],"source_printing_ids":["7c9acee3-12b7-41c6-8a5c-7985d052bc7a","a2827593-4951-4ba7-b73e-c27de56f2606"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM","PWCS"],"rulings":[{"date":"2024-02-02","text":"If a creature card that was exiled is no longer in exile when Kaya, Spirits' Justice's first ability resolves (perhaps because of Pull from Eternity or a similar effect), you can't choose that creature card with that ability."},{"date":"2024-02-02","text":"The target token copies the printed values of the card in exile, with the noted exception. It doesn't matter if that card was a copy of something else when it was on the battlefield."},{"date":"2024-02-02","text":"You choose all targets for Kaya, Spirits' Justice's last ability."}],"rarities":["mythic"]},"kaysa":{"name":"Kaysa","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Green creatures you control get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Green"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Green creatures you control get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0fd18a9b-c112-4e48-8fd7-e53fe4500943","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["8e04a31e-24b6-4d54-90c3-3f37d457131b","cd4b6daf-cf37-43c6-9446-3aa0de222ac4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ALL","ME2"],"rulings":[{"date":"2008-10-01","text":"Kaysa’s ability affects itself."}],"rarities":["rare"]},"kazandu mammoth":{"name":"Kazandu Mammoth","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elephant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, this creature gets +2/+2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, ~ gets +2/+2 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2ac1c95c-2a9d-40bc-9cad-9cadfa3f19f7","metadata":{"source_printing_ids":["09c8c150-a0d8-4254-9169-7697e9c540da","2f632537-63bf-4490-86e6-e6067b9c1a3b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2020-09-25","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2020-09-25","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2020-09-25","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2020-09-25","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2020-09-25","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2020-09-25","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2020-09-25","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2020-09-25","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["rare"]},"kazandu valley":{"name":"Kazandu Valley","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\n{T}: Add {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2ac1c95c-2a9d-40bc-9cad-9cadfa3f19f7","metadata":{"source_printing_ids":["09c8c150-a0d8-4254-9169-7697e9c540da","2f632537-63bf-4490-86e6-e6067b9c1a3b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PZNR","ZNR"],"rarities":["rare"]},"kederekt parasite":{"name":"Kederekt Parasite","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Horror"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent draws a card, if you control a red permanent, you may have this creature deal 1 damage to that player.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws a card, if you control a red permanent, you may have ~ deal 1 damage to that player.","constraint":null,"condition":{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"HasColor","color":"Red"},{"type":"InZone","zone":"Battlefield"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fc7b46af-6c07-455a-99c7-f1bccaa2a5f4","metadata":{"source_printing_ids":["878c7d8c-4df0-43ac-8197-d89c8be5e70d","bc5da9e8-c070-4cf4-a21b-24ff2178d751","dbc01cde-e27e-450f-8cca-28fa8f1a3760"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CON","DSC","PLST"],"rulings":[{"date":"2009-02-01","text":"The \"intervening 'if' clause\" means that (1) the ability won't trigger at all unless you control a permanent of the specified color, and (2) the ability will do nothing unless you control a permanent of the specified color at the time it resolves."}],"rarities":["rare"]},"keen duelist":{"name":"Keen Duelist","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, you and target opponent each reveal the top card of your library. You each lose life equal to the mana value of the card revealed by the other player. You each put the card you revealed into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Any"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"lose","description":"lose life equal to the mana value of the card revealed by the other player"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of your upkeep, you and target opponent each reveal the top card of your library. You each lose life equal to the mana value of the card revealed by the other player. You each put the card you revealed into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"b8602f19-6fc2-43c4-b0c4-2cd11d5dbda2","metadata":{"source_printing_ids":["0446a3df-6f77-4b86-b694-ce99feb3d9ab","04f9eb05-7c1d-49f5-a9dc-c44e1a1add89","f675e19d-377e-4db1-b1bf-a4bf4a7d1c85","f7f0491d-1aea-4d16-83c3-2f58e8bbda5a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","PRM","SLD","SOC"],"rarities":["rare"]},"keeper of kookus":{"name":"Keeper of Kookus","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{R}: This creature gains protection from red until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":{"Protection":{"Color":"Red"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain protection from red"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: ~ gains protection from red until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"97417270-e525-4261-b7d9-0dde3360e666","metadata":{"source_printing_ids":["d11b6df4-449f-44ea-a4fa-f079bcd26a54"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["VIS"],"rarities":["common"]},"keeper of the accord":{"name":"Keeper of the Accord","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each opponent's end step, if that player controls more creatures than you, create a 1/1 white Soldier creature token.\nAt the beginning of each opponent's end step, if that player controls more lands than you, you may search your library for a basic Plains card, put it onto the battlefield tapped, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each opponent's end step, if that player controls more creatures than you, create a 1/1 white Soldier creature token.","constraint":{"type":"OnlyDuringOpponentsTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Plains"}],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each opponent's end step, if that player controls more lands than you, you may search your library for a basic Plains card, put it onto the battlefield tapped, then shuffle.","constraint":{"type":"OnlyDuringOpponentsTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"ScopedPlayer","properties":[]}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"49b9a3ac-d245-431a-bf40-64d1b8dc2b91","metadata":{"related_token_ids":["360947e8-61bd-5dd0-b42c-3477676c5110","7448081c-7411-5fed-aafe-634b8ae05a30","9a28c20d-86fe-57ac-a3c3-ab330ed62190","b39718f3-8bdc-5726-9b59-c690d962b222","d69959d9-f0f9-51cd-8b0d-c560cff6e53d"],"source_printing_ids":["08788504-17b9-47b1-b928-f395d0057eed","1b65b68b-aec3-49b1-a26e-fab1d7c7514f","367dad7f-774a-47c2-892b-b3952dbed683","37eec618-2c3d-423b-bbb7-72ef7deb38fc","4575fce3-872a-4a97-a291-822988cb2745","60f50b6f-0049-4f2c-8a41-1345d1b88dae","7887ba81-16b6-4cfd-b282-02200a1789a3","7ee310ee-850f-44f0-82af-58bf766ea737","d2abfdea-b367-4e96-a435-4a03f6c98c9f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","MKC","MOC","PCMR","PIP","PLST","PRM"],"rulings":[{"date":"2020-11-10","text":"Both triggered abilities trigger at the same time. You may put them on the stack in either order."},{"date":"2020-11-10","text":"If the opponent doesn't control more creatures than you as their end step begins, the first ability won't trigger. The same is true for lands and the second ability. Each of those abilities will check again when it tries to resolve. If the opponent no longer controls more creatures (or lands) than you, the ability won't resolve and will have no effect."}],"rarities":["rare"]},"keldon flamesage":{"name":"Keldon Flamesage","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Enlist\nWhenever this creature attacks, look at the top X cards of your library, where X is this creature's power. You may exile an instant or sorcery card with mana value X or less from among them. Put the rest on the bottom of your library in a random order. You may cast the exiled card without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":["Enlist"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}}]}]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"TrackedSet","id":0},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, look at the top X cards of your library, where X is ~'s power. You may exile an instant or sorcery card with mana value X or less from among them. Put the rest on the bottom of your library in a random order. You may cast the exiled card without paying its mana cost.","constraint":null,"condition":null,"batched":false},{"mode":"Enlisted","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}}},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.154a: Enlist — this creature gets +X/+0 until end of turn, where X is the tapped creature's power","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.154a-b: Enlist — when this creature enlists another creature, this creature gets +X/+0 until end of turn, where X is the tapped creature's power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0efedec3-b57c-4395-ad72-19d79560c99f","metadata":{"source_printing_ids":["710d2a3c-63a7-4e33-9ae3-21fb6b3d8326","9dacef18-5c0d-4c99-8273-1f9c896552bf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU","PRM"],"rulings":[{"date":"2022-09-09","text":"If Keldon Flamesage leaves the battlefield in response to its triggered ability, use its power as it last existed on the battlefield to determine the value of X."},{"date":"2022-09-09","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2022-09-09","text":"If you cast a spell \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs, such as a kicker cost. If the card has any mandatory additional costs, you must pay those to cast the spell."},{"date":"2022-09-09","text":"The attacking player chooses whether to tap a creature for an enlist ability immediately after they tap the creatures that they have chosen to attack with. You can't choose to enlist a creature later."},{"date":"2022-09-09","text":"To enlist a creature, that creature must be untapped, it must not be attacking (even if it has vigilance), and it must have haste or have been under that attacking player's control since the beginning of their current turn."},{"date":"2022-09-09","text":"When a player taps a creature for an attacking creature's enlist ability, that attacking creature gets +X/+0 until end of turn, where X is the tapped creature's power. This is a triggered ability that goes on the stack immediately after attackers have been declared in the declare attackers step."},{"date":"2022-09-09","text":"You may tap only one creature for an enlist ability of an attacking creature, and a single creature can't be tapped for more than one enlist ability."}],"rarities":["rare"]},"kenrith's transformation":{"name":"Kenrith's Transformation","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nWhen this Aura enters, draw a card.\nEnchanted creature loses all abilities and is a green Elk creature with base power and toughness 3/3. (It loses all other card types and creature types.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"RemoveAllAbilities"},{"type":"SetCardTypes","core_types":["Creature"]},{"type":"SetColor","colors":["Green"]},{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Elk"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature loses all abilities and is a green Elk creature with base power and toughness 3/3."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a492a323-df8a-40fd-bff0-50091baa7700","metadata":{"source_printing_ids":["0d662942-4f87-42c7-a8b5-30308979611b","44d60a41-3f5e-4559-b18c-22c0fe15235e","6da7cd39-1f8a-4f68-adb7-df2beac02263","896e5f61-6074-458d-9e8c-aff99fda75d7","a34add4e-5d5e-489c-a3b4-daef05a2bb0f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","ELD","PLST","WOC"],"rulings":[{"date":"2019-10-04","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to a creature may become lethal if Kenrith's Transformation becomes attached to it during that turn."},{"date":"2019-10-04","text":"Effects that modify a creature's power and/or toughness, such as the effect of Festive Funeral, will apply to the creature no matter when they started to take effect. The same is true for any counters that change its power and/or toughness."},{"date":"2019-10-04","text":"If the affected creature gains an ability after Kenrith's Transformation becomes attached to it, it will keep that ability."},{"date":"2019-10-04","text":"If the creature Kenrith's Transformation would enchant is an illegal target by the time the Aura spell resolves, the entire spell doesn't resolve. It won't enter the battlefield, so its ability won't trigger."},{"date":"2019-10-04","text":"Kenrith's Transformation may enchant a permanent that is only temporarily a creature, such as Enchanted Carriage. If this happens, the Aura's effect causes the enchanted permanent to remain a green Elk creature even after the temporary effect expires."},{"date":"2019-10-04","text":"Kenrith's Transformation overwrites all colors and creature types the enchanted creature has. It's just a green Elk. The creature keeps any supertypes (such as legendary) it has, but loses any other card types it has (such as artifact)."},{"date":"2019-10-04","text":"Kenrith's Transformation overwrites all previous effects that set the creature's base power and toughness to specific values. Any power- or toughness-setting effects that start to apply after Kenrith's Transformation becomes attached to a creature will overwrite this effect."}],"rarities":["uncommon"]},"keral keep disciples":{"name":"Keral Keep Disciples","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you activate a loyalty ability of a Chandra planeswalker, this creature deals 1 damage to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LoyaltyAbilityActivated","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Planeswalker",{"Subtype":"Chandra"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate a loyalty ability of a Chandra planeswalker, ~ deals 1 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0a865453-ddc8-4403-8f1e-5752e3582458","metadata":{"source_printing_ids":["7b862e46-f5a2-4fce-98b5-2c5aa49ec648"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M21"],"rulings":[{"date":"2020-06-23","text":"In a Two-Headed Giant game, the ability of Keral Keep Disciples causes the opposing team to lose 2 life."},{"date":"2020-06-23","text":"The ability of Keral Keep Disciples resolves before the ability that caused it to trigger."}],"rarities":["uncommon"]},"kessig wolf run":{"name":"Kessig Wolf Run","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{X}{R}{G}, {T}: Target creature gets +X/+0 and gains trample until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"CostXPaid"}}},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +X/+0 and gains trample"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["X","Red","Green"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{X}{R}{G}, {T}: Target creature gets +X/+0 and gains trample until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"c6911265-54ef-4c16-bcf2-1ffb24b7d426","metadata":{"source_printing_ids":["23809d14-5f52-43c5-ab7a-0db9f9ab7b3c","287ef2b0-530e-4468-b43c-64ac6526562a","32da0d6c-64dd-4aec-b63e-953e96164603","4a8447fe-7368-470a-911a-1083ec6cc831","53f72b5f-86a1-4d44-94e2-93d4856ce3a8","814e1393-34e1-4a31-98c5-97a3290a105b","8a238f08-f7c3-46be-b999-77b1c310cb1a","b1140b05-49cf-49d5-a9a6-dfb2f0d1ec55","bcb4e64b-e978-49ba-8e3e-4792f975fb61","fcdbc6ba-714d-4f38-8299-dc875ec76a3d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","CLB","ISD","LCC","M3C","MKC","MOC","NCC","SLD","TDC","V13"],"rarities":["rare"]},"keys to the house":{"name":"Keys to the House","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}, Sacrifice this artifact: Search your library for a basic land card, reveal it, put it into your hand, then shuffle.\n{3}, {T}, Sacrifice this artifact: Lock or unlock a door of target Room you control. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}, {T}, Sacrifice ~: Search your library for a basic land card, reveal it, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetRoomDoorLock","op":{"type":"LockOrUnlock"},"target":{"type":"Typed","type_filters":[{"Subtype":"Room"}],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{3}, {T}, Sacrifice ~: Lock or unlock a door of target Room you control. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"62320290-ac8e-4f92-bb06-3368f66ae0a9","metadata":{"source_printing_ids":["8c11a413-7f33-4b63-bdd9-e143e529f56d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["uncommon"]},"khârn the betrayer":{"name":"Khârn the Betrayer","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Astartes","Berserker"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Berzerker — Khârn the Betrayer attacks or blocks each combat if able.\nSigil of Corruption — When you lose control of Khârn the Betrayer, draw two cards.\nThe Betrayer — If damage would be dealt to Khârn the Betrayer, prevent that damage and an opponent of your choice gains control of it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesController","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you lose control of ~, draw two cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Berzerker — ~ attacks or blocks each combat if able."},{"mode":"MustBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Berzerker — ~ attacks or blocks each combat if able."}],"replacements":[{"event":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"ParentTarget"},"recipient":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"The Betrayer — If damage would be dealt to ~, prevent that damage and an opponent of your choice gains control of it.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3246eff5-8739-469f-a401-e5de927dd6bb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1e05c133-ff44-446f-95f7-44aa9fbf4923","c29e6c69-7830-4898-9d1e-97dfc2e868d9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"An opponent gaining control of it is part of the replacement effect and happens immediately, even if you are in the middle of resolving the spell or ability and it has more instructions to perform after taking damage."},{"date":"2022-10-07","text":"In contrast, the Sigil of Corruption ability is a triggered ability, and it won't go onto the stack until after the spell or ability that tried to deal damage finishes resolving."},{"date":"2022-10-07","text":"In some cases, a single spell or ability will deal damage to this creature multiple times during its resolution. In that case, a new player gains control of it each time, its ability triggers once each time, and the appropriate players control those triggers. After that spell or ability is done resolving, all of those triggers are put onto the stack in turn order, starting with the active player (or the next player in turn order if the active player isn't involved). Usually, this means that the cards are drawn in a different order than the control-changing effects took place."},{"date":"2022-10-07","text":"You lose control of Khârn the Betrayer when it leaves the battlefield or another player gains control of it."}],"rarities":["rare"]},"kid loki":{"name":"Kid Loki","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God","Hero","Villain"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Each creature you control that you've put one or more +1/+1 counters on this turn has hexproof.\nWhenever you draw your second card each turn, put a +1/+1 counter on Kid Loki.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you draw your second card each turn, put a +1/+1 counter on ~.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"CountersPutOnThisTurn","actor":"Controller","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":1}]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control that you've put one or more +1/+1 counters on this turn has hexproof."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"19ef0329-08de-4835-8079-2e791e19f3a6","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5c9ff69e-6489-49f3-b401-64856f0b7c11"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"kiki-jiki, mirror breaker":{"name":"Kiki-Jiki, Mirror Breaker","mana_cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste\n{T}: Create a token that's a copy of target nonlegendary creature you control, except it has haste. Sacrifice it at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NotSupertype","value":"Legendary"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"extra_keywords":["Haste"]},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Create a token that's a copy of target nonlegendary creature you control, except it has haste. Sacrifice it at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a34b7416-cfe3-4a1e-a8c1-a3056b747519","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["0e6fc996-17ba-4090-bf82-0c2eba93a81e","162018eb-5483-4fa2-9c5a-abb639eecf91","8a30fe7c-3c6b-4d05-adb7-9f87df29cd3b","8ec4694a-ac36-497c-a3f4-09d3f69939fe","a2ff0ee3-9600-4c7d-acec-6ec90595384e","a9814393-05f0-4b99-a599-0c62f0dc9c1d","e30104b1-5ba7-42aa-944a-499ab53cf1c8","f7445467-1222-4d9e-8a2f-879719c97b29","fa701469-a15c-4e45-8455-089bd4040cf1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CHK","IMA","J22","MM2","MMA","PLST","SLD","TSR","V11"],"rulings":[{"date":"2021-03-19","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"as [this permanent] enters the battlefield\" or \"[this permanent] enters the battlefield with\" abilities of the copied creature card will also work."},{"date":"2021-03-19","text":"If Kiki-Jiki's ability creates multiple tokens due to a replacement effect (such as the one Doubling Season creates), you'll sacrifice each of them."},{"date":"2021-03-19","text":"If a copied creature is a token that isn't a copy of something else, the copy copies the original characteristics of that token as stated by the effect that created it."},{"date":"2021-03-19","text":"If a copied creature is copying something else, the token you create will use the copiable values of the target creature. In most cases, it will just be a copy of whatever that creature is copying."},{"date":"2021-03-19","text":"If another creature becomes a copy of, or enters the battlefield as a copy of, the token, that creature will copy the creature card the token is copying, except it will also have haste. However, you won't sacrifice the new copy at the beginning of the next end step."},{"date":"2021-03-19","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2021-03-19","text":"The token copies exactly what was printed on the original creature (except that the copy also has haste) and nothing else (unless it's copying a creature that's a token or that's copying something else; see below). It doesn't copy whether the creature is tapped or untapped, whether it has any counters on it or Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on. Most notably, if the target creature isn't normally a creature, the copy won't be a creature."}],"rarities":["rare","mythic","special"]},"killer":{"name":"Killer","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Killer deals 3 damage to target creature and each other creature that shares a creature type with it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage to target creature and each other creature that shares a creature type with it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"21591447-c045-4317-8d0e-705627aa157b","metadata":{"source_printing_ids":["0717b6ee-99f8-4b02-91f4-6ca07a08b2c0","9e389269-deef-4c48-b6d1-c505bf7cc6b3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"split","printings":["WHO"],"rarities":["rare"]},"killian, decisive mentor":{"name":"Killian, Decisive Mentor","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever an enchantment you control enters, tap up to one target creature and goad it. (Until your next turn, that creature attacks each combat if able and attacks a player other than you if able.)\nWhenever one or more creatures that are enchanted by an Aura you control attack, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Goad","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an enchantment you control enters, tap up to one target creature and goad it.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasAttachment","kind":"Aura","controller":"You"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever one or more creatures that are enchanted by an Aura you control attack, draw a card.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"9c54bd34-667d-415c-ad26-82e0eb0ff409","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["76b6c35a-bb92-4ad3-8f85-88b9bafc6266"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"Attacking with a goaded creature doesn't cause it to stop being goaded. If there is an additional combat phase that turn, or if another player gains control of it before it stops being goaded, it must attack again if able."},{"date":"2026-03-20","text":"Being goaded isn't an ability the creature has. Once it's been goaded, it must attack as detailed above even if it loses all abilities."},{"date":"2026-03-20","text":"If a creature you control has been goaded by multiple opponents, it must attack one of your opponents that hasn't goaded it, as that fulfills the maximum number of goad requirements. If a creature you control has been goaded by each of your opponents, the creature must attack an opponent (rather than a planeswalker or battle), but you choose which opponent it attacks."},{"date":"2026-03-20","text":"If the creature doesn't meet any of the above exceptions and can attack, it must attack a player other than the controller of the spell or ability that goaded it if able. If the creature can't attack any of those players but could otherwise attack, it must attack a planeswalker an opponent controls, a battle an opponent protects, or the player that goaded it."},{"date":"2026-03-20","text":"If, during a player's declare attackers step, a creature that player controls that's been goaded is tapped, is affected by a spell or ability that says it can't attack, or hasn't been under that player's control continuously since the turn began (and doesn't have haste), then it doesn't attack. If there's a cost associated with having a creature attack a player, its controller isn't forced to pay that cost, so it doesn't have to attack that player."}],"rarities":["mythic"]},"kilo, apogee mind":{"name":"Kilo, Apogee Mind","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Robot","Artificer"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever Kilo becomes tapped, proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes tapped, proliferate.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"7a884166-de5a-43ba-8855-4999f39f2059","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["307a859e-eb80-4af6-b731-92e4767b5100"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"If Kilo is tapped to station a permanent, its last ability will resolve before the station ability resolves."},{"date":"2025-07-25","text":"If a permanent or player has more than one kind of counter on them, and you choose for that permanent or player to get additional counters, that permanent or player must get one of each kind of counter they already have. You can’t have them get just one kind of counter they already have and not the others."},{"date":"2025-07-25","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it’s too late for anyone to respond."},{"date":"2025-07-25","text":"When you proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can’t choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2025-07-25","text":"You don’t have to choose every permanent or player that has a counter—only the ones you want to add counters to. Since “any number” includes zero, you don’t have to choose any permanents at all, and you don’t have to choose any players at all."}],"rarities":["mythic"]},"kira, great glass-spinner":{"name":"Kira, Great Glass-Spinner","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nCreatures you control have \"Whenever this creature becomes the target of a spell or ability for the first time each turn, counter that spell or ability.\"","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes the target of a spell or ability for the first time each turn, counter that spell or ability.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have \"Whenever ~ becomes the target of a spell or ability for the first time each turn, counter that spell or ability.\""}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"60808c8f-5257-451b-a9b6-389ba51598d5","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0b9ba246-0f2c-4865-a6a5-f9fd4b813ef1","437ded6e-4e53-49fa-a5ca-fd76b9165a47","e0e26f6c-44e9-4d6f-8eb1-efdef8d04ff5","fc73a66f-4745-40c2-9c90-96396f6e7bce"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BOK","JMP","MMA","SLD"],"rarities":["rare"]},"kirol, attentive first-year":{"name":"Kirol, Attentive First-Year","mana_cost":{"type":"Cost","shards":["RedWhite","RedWhite"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Tap two untapped creatures you control: Copy target triggered ability you control. You may choose new targets for the copy. Activate only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CopySpell","target":{"type":"StackAbility","controller":"You"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Tap two untapped creatures you control: Copy target triggered ability you control. You may choose new targets for the copy. Activate only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"3a272fa9-5f28-43a4-95de-10cb511f1b43","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["a77c3a75-4880-4b86-ab1e-92f045abc484","c11cb0eb-819e-4905-ad95-e43618d3c81e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Any choices made when the ability resolves won't have been made yet when it's copied by Kirol's ability. Any such choices will be made separately when the copy resolves. If a triggered ability asks you to pay a cost, you pay that cost for the copy separately."},{"date":"2025-11-17","text":"If an ability is linked to a second ability, copies of that ability are also linked to that second ability. If the second ability refers to \"the exiled card,\" it refers to all cards exiled by the ability and the copy. For example, if Tidehollow Sculler's enters-the-battlefield ability is copied and two cards are exiled, they both return when Tidehollow Sculler leaves the battlefield."},{"date":"2025-11-17","text":"If the ability copied by Kirol's ability divides damage or distributes counters among a number of targets, the division and number of targets can't be changed. If you choose new targets, you must choose the same number of targets."},{"date":"2025-11-17","text":"If the ability copied by Kirol's ability is modal (that is, if it says, \"Choose one —\" or similar), the mode is copied and can't be changed."},{"date":"2025-11-17","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keyword abilities, such as mobilize (from the Tarkir: Dragonstorm release), are triggered abilities and will have \"when,\" \"whenever,\" or \"at\" in their reminder text. The source of the copy created by Kirol's ability is the same as the source of the original ability."}],"rarities":["rare"]},"kishla skimmer":{"name":"Kishla Skimmer","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a card leaves your graveyard during your turn, draw a card. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"zone_change_clauses":[{"origin":{"type":"Equals","data":"Graveyard"},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]}}],"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a card leaves your graveyard during your turn, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"a3275d80-112b-4839-a014-e44ef48d2e6b","metadata":{"source_printing_ids":["b5f1acb0-d73e-4814-8158-3645daf5c4cc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rarities":["uncommon"]},"kismet":{"name":"Kismet","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Artifacts, creatures, and lands your opponents control enter tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]}]},"description":"Artifacts, creatures, and lands your opponents control enter tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"81fdd1c4-d43b-4f8b-8712-7c2bf45a3e0b","metadata":{"source_printing_ids":["7e0651ad-6901-4f9b-8807-d66e53a4ada8","b78e8994-c1af-4c61-9fb6-3d81edb7a938","c1141dbf-c342-4352-a038-5995ab0275bb","cf81644f-6a93-4183-9f71-c3505cca6db4","d18d53f6-4cec-4c91-a507-39038d300b00","f2381234-cf5a-4baf-89f9-cdec15557cf4","f38cdfb1-0437-4afe-a777-60228b8eba69"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","6ED","LEG","ME4","REN"],"rulings":[{"date":"2007-02-01","text":"Does not affect cards that phase in."},{"date":"2007-02-01","text":"It affects all opponents."},{"date":"2007-02-01","text":"The appropriate permanents enter tapped. They do not enter untapped and then immediately tap, therefore they do not trigger any effects due to tapping."}],"rarities":["uncommon","rare"]},"kitchen finks":{"name":"Kitchen Finks","mana_cost":{"type":"Cost","shards":["GreenWhite","GreenWhite"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ouphe"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you gain 2 life.\nPersist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Persist"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["M1M1",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":"Return it to the battlefield with a -1/-1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.79a: When ~ dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.","constraint":null,"condition":{"type":"Not","condition":{"type":"HadCounters","counter_type":"M1M1"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"5470dcfa-4eff-43da-abf7-19922841f719","metadata":{"source_printing_ids":["68ed60d5-6a61-4da4-b2c7-df2be2d72762","763083c4-a1ec-4e90-af70-26b203b369ce","7d203208-8a21-4c68-afa2-4efd8726f026","90df8bd5-cc06-4a95-a089-938fb7e4b650","a844d537-df73-422d-a154-f1c6b92d0469"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["F09","MB2","MMA","PRM","PUMA","SHM","UMA"],"rulings":[{"date":"2013-06-07","text":"If a creature with persist stops being a creature, persist will still work."},{"date":"2013-06-07","text":"If a creature with persist that has +1/+1 counters on it receives enough -1/-1 counters to cause it to be destroyed by lethal damage or put into its owner's graveyard for having 0 or less toughness, persist won't trigger and the card won't return to the battlefield. That's because persist checks the creature's existence just before it leaves the battlefield, and it still has all those counters on it at that point."},{"date":"2013-06-07","text":"If a permanent has multiple instances of persist, they'll each trigger separately, but the redundant instances will have no effect. If one instance returns the card to the battlefield, the next to resolve will do nothing."},{"date":"2013-06-07","text":"If a token with no -1/-1 counters on it has persist, the ability will trigger when the token is put into the graveyard. However, the token will cease to exist and can't return to the battlefield."},{"date":"2013-06-07","text":"If multiple creatures with persist are put into the graveyard at the same time (due to combat damage or a spell that destroys all creatures, for example), the active player (the player whose turn it is) puts all of their persist triggers on the stack in any order, then each other player in turn order does the same. The last trigger put on the stack is the first one that resolves. That means that in a two-player game, the nonactive player's persist creatures will return to the battlefield first, then the active player's persist creatures do the same. The creatures return to the battlefield one at a time."},{"date":"2013-06-07","text":"The persist ability triggers when the permanent is put into a graveyard. Its last known information (that is, how the creature last existed on the battlefield) is used to determine whether it had a -1/-1 counter on it."},{"date":"2013-06-07","text":"When a permanent with persist returns to the battlefield, it's a new object with no memory of or connection to its previous existence."}],"rarities":["uncommon","mythic"]},"kitsune, dragon's daughter":{"name":"Kitsune, Dragon's Daughter","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Fox","Warlock","Avatar"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever Kitsune enters or deals combat damage to a player, you may exchange control of two other target creatures controlled by different players.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExchangeControl","target_a":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"target_b":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_constraints":[{"type":"DifferentObjectControllers"}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters, you may exchange control of two other target creatures controlled by different players.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ExchangeControl","target_a":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"target_b":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_constraints":[{"type":"DifferentObjectControllers"}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may exchange control of two other target creatures controlled by different players.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9be19bdf-db1e-433e-8be4-8b985a568211","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6634e5d1-b16c-4aba-aab1-e3991022e5c6","a87a9257-4535-4286-8b59-a842ac45d05e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"Gaining control of a creature doesn't cause you to gain control of any Auras or Equipment attached to it."},{"date":"2026-01-27","text":"If one of the targets is an illegal target when Kitsune's last ability resolves, the exchange won't happen."}],"rarities":["rare"]},"klaw, master of sound":{"name":"Klaw, Master of Sound","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Rogue","Villain"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever you play a card from exile, Klaw gains indestructible until end of turn.\nWhenever Klaw deals combat damage to a player, look at the top card of that player's library, then exile it face down. You may play it for as long as it remains exiled. Mana of any type can be spent to cast a spell this way.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"PlayCard","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"spell_cast_origin":{"type":"Equals","data":"Exile"},"description":"Whenever you play a card from exile, ~ gains indestructible until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":false,"mode":"Play"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"SpendManaAsAnyColor":{}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Mana of any type can be spent to cast a spell this way"}],"duration":null,"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"it remains exiled"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, look at the top card of that player's library, then exile it face down. You may play it for as long as it remains exiled. Mana of any type can be spent to cast a spell this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8eaa8833-ab9e-4bd8-92de-63e195b8d912","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5c589d94-7cea-4d4c-91a8-4d939634a5e5","83c9d2bf-2197-4fa9-80eb-92760c59d3a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"knighthood":{"name":"Knighthood","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have first strike.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have first strike."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"22f008b3-c263-4dcc-855f-403da9ca4cd9","metadata":{"source_printing_ids":["1d5e98d3-2521-4340-8d48-98e8c2c7818d","1da88c0a-255d-4484-b464-bd742d66e3fe","2e8e367b-329f-4ee6-be1e-6263ccc0f06d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["7ED","ULG"],"rarities":["uncommon"]},"knights of the black rose":{"name":"Knights of the Black Rose","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, 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.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeMonarch"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you become the monarch.","constraint":null,"condition":null,"batched":false},{"mode":"BecomeMonarch","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"Unsupported monarch turn-began condition","description":"if you were the monarch as the turn began, that player loses 2 life and you gain 2 life"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"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.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"9dbfa01b-ce7e-4dd1-9257-0c89b831f477","metadata":{"source_printing_ids":["bfb6ba17-6bc0-4626-a604-8b32618a54c5","ffd1bf4b-3ab0-4ab3-b351-01cc2e857bb6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CN2","MOC"],"rulings":[{"date":"2016-08-23","text":"Abilities that trigger whenever you “become the monarch” trigger only if you aren't already the monarch. For example, if you are already the monarch as Custodi Lich enters the battlefield, its last ability won't trigger."},{"date":"2016-08-23","text":"Being the monarch carries two inherent triggered abilities. “At the beginning of the monarch's end step, that player draws a card” and “Whenever a creature deals combat damage to the monarch, its controller becomes the monarch.”"},{"date":"2016-08-23","text":"If the triggered ability that causes the monarch to draw a card goes on the stack, and a different player becomes the monarch before that ability resolves, the first player will still draw the card."},{"date":"2016-08-23","text":"The game starts with no monarch. Once an effect makes one player the monarch, the game will have exactly one monarch from that point forward."},{"date":"2016-08-23","text":"The last ability of Knights of the Black Rose will trigger even if the most recent monarch was another player, as long as you were monarch as the turn began."}],"rarities":["uncommon"]},"knollspine dragon":{"name":"Knollspine Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, you may discard your hand and draw cards equal to the damage dealt to target opponent this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"Any"},"target":{"type":"And","filters":[{"type":"Player"},{"type":"Typed","type_filters":[],"controller":"TargetPlayer","properties":[]}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, you may discard your hand and draw cards equal to the damage dealt to target opponent this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"9d834f1b-a4b5-4676-bb6d-2ffc6b3bccd2","metadata":{"source_printing_ids":["20dcd98d-01c8-45be-97ed-993a73b01b9c","6ef9795d-0936-4ebf-891e-3bfc4b6b0aeb","bfcfec58-bfe4-4b04-80e3-ee11c44e91a7","ed0b7440-c3d8-452a-a3ec-b9d9b991ccec"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["GN3","LTC","PLST","SHM"],"rulings":[{"date":"2008-05-01","text":"Knollspine Dragon's ability checks only whether damage was dealt. It doesn't care whether the player's life total also changed for other reasons (such as if the player paid life or gained life). For example, if an opponent was dealt 4 damage and gained 6 life during the turn, that player will have a higher life total than they started the turn with — but Knollspine Dragon's ability will let you discard your hand and draw four cards."},{"date":"2008-05-01","text":"This ability counts the total amount of damage (both combat and noncombat) dealt to the targeted opponent by all sources (including ones you controlled and ones you didn't) over the course of the turn. Damage that was prevented or replaced doesn't count. Damage that resolved but didn't cause loss of life (due to Worship, for example) will count."},{"date":"2008-05-01","text":"You target an opponent when the ability triggers. You don't decide whether you want to discard and draw until the ability resolves."}],"rarities":["rare"]},"knowledge seeker":{"name":"Knowledge Seeker","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fox","Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever you draw your second card each turn, put a +1/+1 counter on this creature.\nWhen this creature dies, create a Clue token. (It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you draw your second card each turn, put a +1/+1 counter on ~.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Clue","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Clue"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create a Clue token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"bdc2d980-ca14-4040-a9a1-786d724dc65c","metadata":{"related_token_ids":["471bf61f-ffd6-5db6-8c09-05eb327b65b8"],"source_printing_ids":["8554e862-f78a-42f5-b876-076aac6c9504"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rulings":[{"date":"2025-10-02","text":"If a card or ability instructs you to put cards into your hand without specifically using the word \"draw,\" it's not a card drawn."},{"date":"2025-10-02","text":"If an effect instructs you to draw multiple cards, the ability triggers after you draw whichever is the second one for the turn. It goes on the stack after you've drawn and looked at all the cards and finished resolving the spell or ability that caused you to draw them."},{"date":"2025-10-02","text":"The first triggered ability can trigger only once each turn. It doesn't matter whether Knowledge Seeker was on the battlefield when the first card was drawn. If it's not on the battlefield when the second card is drawn, the ability can't trigger at all that turn. It won't trigger when the third or fourth card is drawn."}],"rarities":["uncommon"]},"kodama of the east tree":{"name":"Kodama of the East Tree","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhenever another permanent you control enters, if it wasn't put onto the battlefield with this ability, you may put a permanent card with equal or lesser mana value from your hand onto the battlefield.\nPartner (You can have two commanders if both have partner.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"Generic"}},"Reach"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}}},{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another permanent you control enters, if it wasn't put onto the battlefield with this ability, you may put a permanent card with equal or lesser mana value from your hand onto the battlefield.","constraint":null,"condition":{"type":"Not","condition":{"type":"PlacedByAbilitySource"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"cb1afab6-b9c8-4b9c-840b-24106523a783","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2ee1d489-0980-444e-8b07-107be791b76e","896f357e-38e6-4259-91bc-1c2e7119d1d5","af5105ee-09e2-4344-ab39-00f0e9034c47"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC","CMR","PRM"],"rulings":[{"date":"2020-11-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2020-11-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2020-11-10","text":"If a permanent or a permanent card in your hand has {X} in its mana cost, {X} is considered to be 0."},{"date":"2020-11-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2020-11-10","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Falthis and Kediss are your commanders, your deck may contain cards with black and/or red in their color identity, but not cards with green, white, or blue."},{"date":"2020-11-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from any one of them, not from both of them combined."},{"date":"2020-11-10","text":"To have two commanders, both must have the partner ability as the game begins. Losing the ability during the game doesn't cause either to cease to be your commander."},{"date":"2020-11-10","text":"You can choose two commanders with partner that are the same color or colors. In Commander Draft, you can even choose two of the same commander with partner if you drafted them. If you do this, make sure you keep the number of times you've cast each from the command zone clear for \"commander tax\" purposes."}],"rarities":["rare"]},"kogla, the titan ape":{"name":"Kogla, the Titan Ape","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Ape"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When Kogla enters, it fights up to one target creature you don't control.\nWhenever Kogla attacks, destroy target artifact or enchantment defending player controls.\n{1}{G}: Return target Human you control to its owner's hand. Kogla gains indestructible until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":[{"Subtype":"Human"}],"controller":"You","properties":[]},"destination":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}{G}: Return target Human you control to its owner's hand. ~ gains indestructible until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it fights up to one target creature you don't control.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"DefendingPlayer","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"DefendingPlayer","properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, destroy target artifact or enchantment defending player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b21062e-97b0-4967-96df-30e8309f4fba","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3c35ca79-eb72-427a-a8ed-404b2214389a","9b05ce09-b752-46f0-b0a7-508838a41a94","a1a5905f-4d53-4f7e-8af8-3d802978ec03"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","PIKO","PRM","SLD"],"rulings":[{"date":"2020-04-17","text":"If the target Human is an illegal target by the time Kogla's last ability tries to resolve, the ability won't resolve. Kogla won't gain indestructible."},{"date":"2020-04-17","text":"If the target creature is an illegal target when Kogla's first ability tries to resolve, the ability doesn't resolve. If it's a legal target but Kogla is no longer on the battlefield when the ability resolves, the target creature won't deal or be dealt damage."}],"rarities":["rare"]},"koh, the face stealer":{"name":"Koh, the Face Stealer","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Shapeshifter","Spirit"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When Koh enters, exile up to one other target creature.\nWhenever another nontoken creature dies, you may exile it.\nPay 1 life: Choose a creature card exiled with Koh.\nKoh has all activated and triggered abilities of the last chosen card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"AllOwners","filter":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]},"chooser":"Controller","up_to":false},"cost":{"type":"PayLife","amount":{"type":"Fixed","value":1}},"sub_ability":{"kind":"Spell","effect":{"type":"RememberCard","target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Pay 1 life: Choose a creature card exiled with ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile up to one other target creature.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature dies, you may exile it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAllActivatedAbilitiesOf","source":{"type":"ChosenCard"}},{"type":"GrantAllTriggeredAbilitiesOf","source":{"type":"ChosenCard"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has all activated and triggered abilities of the last chosen card."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2bbb33e3-7d03-457c-92bb-b0c943615fa1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["28f6fa32-5058-4c29-9ba8-9d8f2057eb6d","b3bf2ebe-336a-4b9a-9134-4e3efbcafdd2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities, like equip, are activated abilities and they have colons in their reminder text."},{"date":"2025-10-02","text":"Players can respond to the triggered ability that exiles nontoken creatures that die. If the card leaves the graveyard before the ability resolves, Koh will not exile the card and it cannot be chosen with Koh's activated ability."},{"date":"2025-10-02","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keyword abilities, such as prowess, are triggered abilities and will have \"when,\" \"whenever,\" or \"at\" in their reminder text."}],"rarities":["mythic"]},"kolodin, triumph caster":{"name":"Kolodin, Triumph Caster","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Pilot"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Mounts and Vehicles you control have haste.\nWhenever a Mount you control enters, it becomes saddled until end of turn.\nWhenever a Vehicle you control enters, it becomes an artifact creature until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeSaddled","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Mount you control enters, it becomes saddled until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Vehicle you control enters, it becomes an artifact creature until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature",{"Subtype":"Mount"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Artifact",{"Subtype":"Vehicle"}],"controller":"You","properties":[]}]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Mounts and Vehicles you control have haste."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"45682055-d02a-450c-a41d-aa67162ff015","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["33887384-a2bb-4daf-b932-a4259c93b808","36bcd476-a236-4434-b191-5c8b6fa7be7b","46164400-0557-4c99-83d5-194dc814b46a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rarities":["rare"]},"kookus":{"name":"Kookus","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Djinn"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Trample\nAt the beginning of your upkeep, if you don't control a creature named Keeper of Kookus, this creature deals 3 damage to you and attacks this turn if able.\n{R}: This creature gets +1/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: ~ gets +1/+0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":null,"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you don't control a creature named Keeper of Kookus, ~ deals 3 damage to you and attacks this turn if able.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Named","name":"keeper of kookus"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4c8196e0-c392-4402-b77c-e3d009e9899c","metadata":{"source_printing_ids":["8fb90922-99d2-4b36-9039-bb806fd01756"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["VIS"],"rarities":["rare"]},"kor spiritdancer":{"name":"Kor Spiritdancer","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kor","Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature gets +2/+2 for each Aura attached to it.\nWhenever you cast an Aura spell, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an Aura spell, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[{"type":"AttachedToRecipient"}]}}}}},{"type":"AddDynamicToughness","value":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[{"type":"AttachedToRecipient"}]}}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +2/+2 for each Aura attached to it."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2bfc7467-1316-43d3-9ca6-ff36cc2de607","metadata":{"source_printing_ids":["03066fa1-ea16-4a87-9218-120efa976909","19f6c605-699c-432a-a258-245f9fc70f28","48da45bd-ed72-4239-af02-e848703a1d02","59813c47-e779-404d-8a1c-70ea29bc7023","8ca4e4d4-84b0-4a38-ad48-4a963c977471","b17a0634-bb6b-4aaa-8e20-43b47d250aa4","fd104c78-401e-47dc-b0b3-a5ad63501b5b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BBD","JMP","PC2","PCA","PLST","ROE","SOC","WOC"],"rulings":[{"date":"2010-06-15","text":"If you cast an Aura spell, Kor Spiritdancer's second ability triggers and goes on the stack on top of it. The ability will resolve before the spell does."},{"date":"2010-06-15","text":"The second ability triggers when you cast any Aura spell, not just one that targets Kor Spiritdancer."}],"rarities":["rare"]},"korvold, fae-cursed king":{"name":"Korvold, Fae-Cursed King","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon","Noble"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Korvold enters or attacks, sacrifice another permanent.\nWhenever you sacrifice a permanent, put a +1/+1 counter on Korvold and draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, sacrifice another permanent.","constraint":null,"condition":null,"batched":false},{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a permanent, put a +1/+1 counter on ~ and draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"9ae669dd-7e60-4649-b96e-35da28be641a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["18e2c910-6ada-41f6-b5ea-2dc25167666c","607c1793-8e5a-4ebf-87c6-7f9c99bbd29a","67629212-a080-4245-8d7d-20d38cc4ad87","92ea1575-eb64-43b5-b604-c6e23054f228","bbdd4bda-f91e-4ba2-8f06-6aa96c16acf5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","EOC","PL24","PLST","SLD"],"rulings":[{"date":"2019-10-04","text":"A legendary permanent that is put into a graveyard because of the \"legend rule\" isn't sacrificed."},{"date":"2019-10-04","text":"If you sacrifice Korvold, its last ability triggers. You won't put a +1/+1 counter on anything, but you'll draw a card."},{"date":"2019-10-04","text":"If you sacrifice a permanent as part of a spell or activated ability's cost, Korvold's last ability will resolve before that spell or ability."},{"date":"2019-10-04","text":"If you somehow control no other permanents, you can attack with Korvold. You won't sacrifice anything, and there's no penalty for being unable to do so."},{"date":"2019-10-04","text":"Korvold's last ability is a triggered ability, not an activated ability. It doesn't allow you to sacrifice a permanent whenever you want; rather, you need some other way of sacrificing permanents, such as Korvold's first triggered ability."}],"rarities":["mythic"]},"koskun falls":{"name":"Koskun Falls","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["World"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, sacrifice this enchantment unless you tap an untapped creature you control.\nCreatures can't attack you unless their controller pays {2} for each creature they control that's attacking you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you tap an untapped creature you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Untapped"}]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":2},"scaling":{"type":"PerAffectedCreature"},"defended":"Player"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a9b9e798-debc-4f2c-9770-e16f670082f7","metadata":{"source_printing_ids":["04292a4e-8910-4911-a76d-4f2c3e15da33"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["HML"],"rulings":[{"date":"2007-02-01","text":"In the Two-Headed Giant format, you still only have to pay once per creature."},{"date":"2008-10-01","text":"This has the supertype world. When a world permanent enters, any world permanents that were already on the battlefield are put into their owners' graveyards. This is a state-based action called the \"world rule.\" The new world permanent stays on the battlefield. If two world permanents enter at the same time, they're both put into their owners' graveyards."},{"date":"2014-02-01","text":"Unless some effect explicitly says otherwise, a creature that can't attack you can still attack a planeswalker you control."}],"rarities":["rare"]},"kozilek's command":{"name":"Kozilek's Command","mana_cost":{"type":"Cost","shards":["X","Colorless","Colorless"],"generic":0},"card_type":{"supertypes":[],"core_types":["Kindred","Instant"],"subtypes":["Eldrazi"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two —\n• Target player creates X 0/1 colorless Eldrazi Spawn creature tokens with \"Sacrifice this token: Add {C}.\"\n• Target player scries X, then draws a card.\n• Exile target creature with mana value X or less.\n• Exile up to X target cards from graveyards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Eldrazi Spawn","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Eldrazi","Spawn"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"owner":{"type":"Player"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice ~: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"2f2c549d-0293-4b9d-b9a8-ff392800f3a5","modal":{"min_choices":2,"max_choices":2,"mode_count":4,"mode_descriptions":["Target player creates X 0/1 colorless Eldrazi Spawn creature tokens with \"Sacrifice ~: Add {C}.\"","Target player scries X, then draws a card.","Exile target creature with mana value X or less.","Exile up to X target cards from graveyards."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["05897422-e2c4-5f20-93af-97fe0ba44515"],"source_printing_ids":["92585587-cfdc-406a-9114-4f6dd8802c37"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3","SLP"],"rulings":[{"date":"2024-06-07","text":"If a creature has {X} in its mana cost, X is 0 when determining its mana value."},{"date":"2024-06-07","text":"If all of Kozilek's Command's targets are illegal as it tries to resolve, it will do nothing. If at least one target is still legal, it will resolve and do as much as it can."},{"date":"2024-06-07","text":"Kindred is a card type that allows noncreature cards to have creature types. For example, Echoes of Eternity is an Eldrazi (although not a creature) while on the battlefield and an Eldrazi card (although not a creature card) in zones other than the battlefield."},{"date":"2024-06-07","text":"While it appears only on cards that already have other card types, kindred is a card type and will be counted by effects that refer to the number of card types among cards in a zone."}],"rarities":["rare"]},"kozilek, butcher of truth":{"name":"Kozilek, Butcher of Truth","mana_cost":{"type":"Cost","shards":[],"generic":10},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Eldrazi"]},"power":{"type":"Fixed","value":12},"toughness":{"type":"Fixed","value":12},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, draw four cards.\nAnnihilator 4 (Whenever this creature attacks, defending player sacrifices four permanents of their choice.)\nWhen Kozilek is put into a graveyard from anywhere, its owner shuffles their graveyard into their library.","non_ability_text":null,"flavor_name":null,"keywords":[{"Annihilator":4}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":4},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, draw four cards.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Library","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into a graveyard from anywhere, its owner shuffles their graveyard into their library.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"DefendingPlayer","properties":[]},"count":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":"Defending player sacrifices 4 permanents","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.86a: Annihilator 4 — whenever ~ attacks, defending player sacrifices 4 permanents.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7b8528b0-71eb-4c9e-bed9-aa2d2e84038f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["067fac91-2483-4678-b86a-2c54a3a480cf","64b4b6cd-6d0f-4060-b51f-61f481000d51","6c2f9d5b-8a88-443d-8046-2b2a77fd1d64","6d47a1c7-d32b-425a-b15d-24eb35318f6f","6dc70f3b-844e-428c-a8cd-d6c6a55b925a","7a7017e0-963a-4409-a995-00ec54041461","8a4358e0-9dad-48dd-aad0-d4a3ab4766c7","d27cf7b7-7982-46bd-a559-7789c0e74bae","fedb3888-a020-4c13-a845-0b5c808b96d3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","MM2","PLST","PRM","PUMA","ROE","UMA"],"rulings":[{"date":"2010-06-15","text":"Annihilator abilities trigger and resolve during the declare attackers step. The defending player chooses and sacrifices the required number of permanents before they declare blockers. Any creatures sacrificed this way won't be able to block."},{"date":"2010-06-15","text":"If a creature with annihilator is attacking a planeswalker, and the defending player chooses to sacrifice that planeswalker, the attacking creature continues to attack. It may be blocked. If it isn't blocked, it simply won't deal combat damage to anything."},{"date":"2018-12-07","text":"Kozilek's first ability triggers as you cast it, and that ability resolves before the spell itself. It resolves even if the spell is countered."}],"rarities":["mythic"]},"kozilek, the great distortion":{"name":"Kozilek, the Great Distortion","mana_cost":{"type":"Cost","shards":["Colorless","Colorless"],"generic":8},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Eldrazi"]},"power":{"type":"Fixed","value":12},"toughness":{"type":"Fixed","value":12},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, if you have fewer than seven cards in hand, draw cards equal to the difference.\nMenace\nDiscard a card with mana value X: Counter target spell with mana value X.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[{"kind":"Activated","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]}]}},"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"sub_ability":null,"duration":null,"description":"Discard a card with mana value X: Counter target spell with mana value X.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"right":{"type":"Fixed","value":7}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, if you have fewer than seven cards in hand, draw cards equal to the difference.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"LT","rhs":{"type":"Fixed","value":7}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"4c1c1537-e519-4e2f-9bc2-d34b289d4487","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1471f611-1352-4c4a-aacd-57b27a996d2c","4b1185bb-b12e-47b5-9230-368ac9c91c1d","ab9fe41f-c81d-439c-ae40-72312036678a","c41554e7-2a07-4cc7-b01b-44deed08e588","f06fc6e0-b22c-40d3-bb53-d5ec400d921c","fea7fe08-37d1-40bb-bb64-af41b025314b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","EA2","OGW","POGW","PRM","SLD"],"rulings":[{"date":"2016-01-22","text":"If there's an {X} in the mana cost of the card you discard, that X is 0. Any {X} in the mana cost of the target spell will have whatever value was determined for it as the spell was cast."},{"date":"2016-01-22","text":"Kozilek's triggered ability checks to see if you have fewer than seven cards in hand when you cast it. Kozilek is on the stack at this time and not in your hand. If you don't, the ability won't trigger at all. If the ability does trigger, it will check again as it tries to resolve. If you have seven or more cards in hand at that time, the ability won't do anything."},{"date":"2016-01-22","text":"The mana value of a spell doesn't change, even if it's been cast using an alternative cost (such as an awaken cost). For example, the mana value of a Sheer Drop (a spell with mana cost {2}{W}) that's been cast for its awaken cost of {5}{W} is 3."},{"date":"2016-01-22","text":"To activate the last ability, there must be a legal target: a spell on the stack. That target will determine the value of X and the mana value of the card you discard. You can't activate the ability unless you can match the mana value of a spell on the stack to that of a card in your hand."}],"rarities":["mythic"]},"kraken of the straits":{"name":"Kraken of the Straits","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kraken"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Creatures with power less than the number of Islands you control can't block this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Island"}],"controller":"You","properties":[]}}},"offset":-1}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures with power less than the number of Islands you control can't block ~."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c282581f-3d77-47ce-ac92-ed6217754e38","metadata":{"source_printing_ids":["12ae69b3-afa5-4763-a0c8-c3d9d96f6ddc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG"],"rulings":[{"date":"2014-02-01","text":"The number of Islands you control is counted as blockers are declared. Creatures with power less than that number at that time can’t block Kraken of the Straits. Once blockers have been declared, the power of the blocking creatures and the number of Islands you control don’t matter."}],"rarities":["uncommon"]},"krark's thumb":{"name":"Krark's Thumb","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you would flip a coin, instead flip two coins and ignore one.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"CoinFlip","execute":{"kind":"Spell","effect":{"type":"FlipCoins","count":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"win_effect":null,"lose_effect":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would flip a coin, instead flip two coins and ignore one.","condition":null,"valid_player":"You"}],"color_override":null,"scryfall_oracle_id":"a97c8482-775c-4f11-9872-25b4f9bfcb1a","metadata":{"source_printing_ids":["78a5d49a-747e-4ec8-a20a-ca917c315774","9f63277b-e139-46c8-b9e3-0cfb647f44cc","d011d66d-7d27-4305-8a1b-7b5c24169769"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MRD","PLST","SLD"],"rulings":[{"date":"2004-10-04","text":"If you and your opponent both flip at the same time, you can see your opponent's result before choosing which result to keep."},{"date":"2019-01-25","text":"If an effect tells you to flip more than one coin at once, this replaces each individual coin flip. For example, if an effect tells you to flip two coins, you don't flip four coins and ignore any two; you flip two coins, flip two coins, and then ignore one flip from each pair of flips. You will know the results of all simultaneous flips before choosing which to ignore."}],"rarities":["rare"]},"krark, the thumbless":{"name":"Krark, the Thumbless","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast an instant or sorcery spell, flip a coin. If you lose the flip, return that spell to its owner's hand. If you win the flip, copy that spell, and you may choose new targets for the copy.\nPartner (You can have two commanders if both have partner.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"Generic"}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"FlipCoin","win_effect":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"lose_effect":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"TriggeringSource"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, flip a coin. If you lose the flip, return that spell to its owner's hand. If you win the flip, copy that spell, and you may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"18e421c0-2879-4ad8-b027-397f168dfbc2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["06a981cd-1951-438e-95c9-68294795638e","24614006-d99f-44b6-8ec1-29b48a1713d0","67574bb4-c443-40fa-b7e6-05e9965c98b8","69482de1-4959-4fd5-a314-983bde659c5d"]},"legalities":{"commander":"legal","duel":"restricted","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PLST","PRM","SLD"],"rulings":[{"date":"2020-11-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2020-11-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2020-11-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2020-11-10","text":"If the spell has damage divided as it was cast (like Monstrous Onslaught), the division can't be changed, although the targets receiving that damage still can. The same is true of spells that distribute counters."},{"date":"2020-11-10","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2020-11-10","text":"If the spell that's copied is modal (that is, it has a bulleted list of modes), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2020-11-10","text":"If you cast a copy of an instant or sorcery card (for example, one created by Mnemonic Deluge), and the spell is returned to its owner's hand, it will cease to exist. You won't be able to cast it again."},{"date":"2020-11-10","text":"If you copy a spell with targets, the copy will have the same targets unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for any of the targets, you can't choose a new legal target, that target remains unchanged (even if the current target is illegal)."},{"date":"2020-11-10","text":"If you lose the flip and the spell is returned to its owner's hand, it's removed from the stack and won't resolve. This isn't the same as countering the spell, and a spell that can't be countered can be returned to hand."},{"date":"2020-11-10","text":"If you lose the flip, but the spell that caused Krark's triggered ability to trigger isn't on the stack anymore (most likely because it was countered), nothing is returned to your hand. The card stays in its current zone."},{"date":"2020-11-10","text":"If you win the flip, but the spell that caused Krark's triggered ability to trigger isn't on the stack anymore (most likely because it was countered), the copy is still created."},{"date":"2020-11-10","text":"If you win the flip, the copy will resolve before the original spell does."},{"date":"2020-11-10","text":"If you win the flip, the spell will be copied even if it doesn't require targets."},{"date":"2020-11-10","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Falthis and Kediss are your commanders, your deck may contain cards with black and/or red in their color identity, but not cards with green, white, or blue."},{"date":"2020-11-10","text":"Krark's ability triggers at the same time as any other abilities that say \"When you cast this spell\" or similar, including cascade. Those abilities may be put on the stack in any order. Those triggered abilities are unaffected by the original spell being returned to hand, countered, or otherwise removed from the stack."},{"date":"2020-11-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from any one of them, not from both of them combined."},{"date":"2020-11-10","text":"The copy from winning the flip is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell won't trigger."},{"date":"2020-11-10","text":"To have two commanders, both must have the partner ability as the game begins. Losing the ability during the game doesn't cause either to cease to be your commander."},{"date":"2020-11-10","text":"You can choose two commanders with partner that are the same color or colors. In Commander Draft, you can even choose two of the same commander with partner if you drafted them. If you do this, make sure you keep the number of times you've cast each from the command zone clear for \"commander tax\" purposes."},{"date":"2020-11-10","text":"You can't choose to pay any alternative or additional costs for the copy. However, effects based on any alternative or additional costs that were paid for the original spell are copied as though those same costs were paid for the copy."}],"rarities":["rare"]},"krark-clan ironworks":{"name":"Krark-Clan Ironworks","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Sacrifice an artifact: Add {C}{C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice an artifact: Add {C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"68e1f7e0-a9b3-437f-8086-0c0cb85f2880","metadata":{"source_printing_ids":["8b85524c-76dd-46cb-b716-2d954f329bbb","c60174d6-1f9d-4870-b3db-34d6fcb3f6ab","d43f43f4-5551-4fe8-bff9-c72ad76008fa"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"banned","oathbreaker":"legal","vintage":"legal"},"printings":["5DN","MB2","SLC","WC04"],"rarities":["uncommon"]},"kratos, stoic father":{"name":"Kratos, Stoic Father","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you attack with one or more Gods and whenever a God dies, you get an experience counter.\nAt the beginning of your end step, put a number of +1/+1 counters on target creature equal to the number of experience counters you have.\nPartner—Father & son (You can have two commanders if both have this ability.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"Generic"}}],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"GivePlayerCounter","counter_kind":"Experience","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"God"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with one or more Gods, you get an experience counter.","constraint":null,"condition":null,"batched":true},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GivePlayerCounter","counter_kind":"Experience","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"God"}],"controller":null,"properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a God dies, you get an experience counter.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"PlayerCounter","kind":"Experience","scope":"Controller"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put a number of +1/+1 counters on target creature equal to the number of experience counters you have.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"c000d5c3-5b0c-4c5c-9919-76640da0a1e4","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["77dcd29e-d0d5-474f-a05b-768ccf6b6293"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD"],"rarities":["mythic"]},"krenko, mob boss":{"name":"Krenko, Mob Boss","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{T}: Create X 1/1 red Goblin creature tokens, where X is the number of Goblins you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Goblin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Goblin"}],"controller":"You","properties":[]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Create X 1/1 red Goblin creature tokens, where X is the number of Goblins you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"68418069-f615-40ef-ae0d-764192acae00","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["03a4fd00-b35f-55ab-b5cb-7463ab6c5199","12a89d08-9938-5ef1-8c72-d8d57cff8cda","5870896e-b13f-563f-bc29-62fbec87e5b5","a8d5380a-d799-5464-ae84-8cce56f4b336","b2c96c06-a809-5638-a601-99b515846e2f","c1c03878-08f8-5419-a688-6af5f5dce8db","c2a8eed6-9133-56db-acbb-e5d14d3b94e6"],"source_printing_ids":["0b9c68ff-1fe4-42ef-8d1f-43120de5c1ff","1044a41d-d3ea-4658-9840-20aabf29d063","27141cae-3ca1-4a4f-933f-9608bbcf9bd9","36aef540-1565-4f03-a01a-a51eb8cd1f0f","45b2ec40-cb5f-476f-9c23-2c89eb8ff8c1","5a04a833-0ccf-4f59-9d94-2018e2f220e0","7d00007d-6878-44e9-ab0d-396c25655e56","8056ff64-1bd3-46ae-a0aa-c22305c2b654","824b2d73-2151-4e5e-9f05-8f63e2bdcaa9","9af7e5e7-de08-419d-8f8b-c904b397acbf","aa078518-0ce2-4c6f-9061-aa7e22ed7493","ae883514-2e5f-4ea3-bccc-3c475f70121a","cd9fec9d-23c8-4d35-97c1-9499527198fb","e6cc97d2-6ad7-45fc-8766-d7297f911057"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","DDN","DDT","FDN","J22","JMP","M13","PFDN","PLST","RVR","SLD"],"rulings":[{"date":"2012-07-01","text":"The ability counts each Goblin you control, including Krenko itself, not just the tokens it creates."}],"rarities":["rare"]},"krosan grip":{"name":"Krosan Grip","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Split second (As long as this spell is on the stack, players can't cast spells or activate abilities that aren't mana abilities.)\nDestroy target artifact or enchantment.","non_ability_text":null,"flavor_name":null,"keywords":["SplitSecond"],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target artifact or enchantment.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3e39224c-72ce-4ecc-aa17-12c071ea1f3e","metadata":{"source_printing_ids":["253352d1-26e1-4074-94d8-f88c697e910e","3f47b0c5-f1d9-46a6-8fc5-c12db4fb1c88","4a8b631f-7b03-441a-b551-59236d79804c","59b524bb-5a18-4dda-9c45-26ce9ff0f0c1","9fdb9ebf-ad05-4be4-87b1-791b83af5559","bea70da6-8da5-4c9b-8b6d-6a876b046274","d3571dee-7b90-4c0c-abc7-59b515ffa129","de8338bb-bf0d-4fc2-b247-4b2a183f27cf","f839b862-72f6-4ab8-86b4-0122f29ec53b","f847439f-a9b6-4a3c-abd1-76d54e0aed99"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C13","C15","C20","C21","CMA","F10","MMA","PRM","PZ1","SLD","STA","TSP","TSR"],"rulings":[{"date":"2021-03-19","text":"After a spell with split second resolves (or otherwise leaves the stack), players may again cast spells and activate abilities before the next object on the stack resolves."},{"date":"2021-03-19","text":"Casting a spell with split second won't affect spells and abilities that are already on the stack."},{"date":"2021-03-19","text":"If the resolution of a triggered ability involves casting a spell, that spell can't be cast if a spell with split second is on the stack."},{"date":"2021-03-19","text":"Players may turn face-down creatures face up while a spell with split second is on the stack."},{"date":"2021-03-19","text":"Players still get priority while a card with split second is on the stack; their options are just limited to mana abilities and certain special actions."},{"date":"2021-03-19","text":"Split second doesn't stop triggered abilities from triggering, such as that of Chalice of the Void. If one does, its controller puts it on the stack and chooses targets for it, if any. Those abilities will resolve as normal."}],"rarities":["uncommon","rare"]},"krosan verge":{"name":"Krosan Verge","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\n{T}: Add {C}.\n{2}, {T}, Sacrifice this land: Search your library for a Forest card and a Plains card, put them onto the battlefield tapped, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land",{"Subtype":"Forest"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land",{"Subtype":"Plains"}],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":2},"reveal":false,"selection_constraint":{"type":"MatchEachFilter","filters":[{"type":"Typed","type_filters":["Land",{"Subtype":"Forest"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land",{"Subtype":"Plains"}],"controller":null,"properties":[]}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}, {T}, Sacrifice ~: Search your library for a Forest card and a Plains card, put them onto the battlefield tapped, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"d9a10971-f32b-4978-952d-fed0a5bc9e36","metadata":{"source_printing_ids":["00a8776a-58f2-4a42-8919-2dd255f3f577","00a9814a-51f7-43b4-8835-91309b0c9d31","083fd5cb-0a26-4549-b054-3148d92e0ce9","0992a101-775e-4950-b4be-1b2dec96674f","15f70ddb-3b08-44fb-8060-37e429a15feb","19fc5bec-f877-430c-8e83-e6c5fe97f3c4","22bf947c-41c0-44b1-a9bb-f1327a4b6dd1","5ca98bdb-8e5f-439f-8c5a-3562c268e767","79ca6f07-7a41-464e-814f-eeaae048d95d","7b5ca583-38f2-4692-a29c-326510be5bb8","81e39f87-86ad-4960-afb9-b9328be2a26b","8d6adf14-e1ee-4248-bad2-67f209e686f6","95f96865-2dac-4011-9b3e-e2e7d962a9c5","bae25abc-22c2-436d-9e08-f123543a0911","d94c0ed8-a4f0-48ab-809e-5976fd87b97a","dabcee54-dda3-4208-81a8-e1ae3f79acf5","ea793198-7768-4844-98d2-cc6fba11a32d","f0c6047f-c246-4c9c-bee0-de2d5f13d475","f11d1a77-db1f-4ca0-a8ad-de85bc05b1dc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ARC","C16","C17","C18","C19","C20","CMM","DMC","JUD","MIC","MKC","MOC","ONC","OTC","PC2","PCA","PLST","PRM","PZ1","WC03","WOC","ZNC"],"rarities":["uncommon"]},"kroxa, titan of death's hunger":{"name":"Kroxa, Titan of Death's Hunger","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Giant"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When Kroxa enters, sacrifice it unless it escaped.\nWhenever Kroxa enters or attacks, each opponent discards a card, then each opponent who didn't discard a nonland card this way loses 3 life.\nEscape—{B}{B}{R}{R}, Exile five other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black","Red","Red"],"generic":0}},{"type":"Exile","count":5,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless it escaped.","constraint":null,"condition":{"type":"Not","condition":{"type":"CastVariantPaid","variant":"Escape"}},"batched":false},{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, each opponent discards a card, then each opponent who didn't discard a nonland card this way loses 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"2cb1c213-b3f2-4433-8f89-6a3b4c3d2795","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["050ff430-2ad8-46d0-bfdc-cc7323b87101","6186ca35-4d28-4176-aaff-5b384a688aa6","8e19366f-16ae-4335-8f87-ccb3e6c6af20","aafb2d82-295e-4148-a36c-f7e4cb8cdad4","c6d77715-4282-4616-a19f-2fc29783fdfa","cee0459b-9aac-4d2f-abe4-4d5fedde7eb8","cf9bf8c4-f977-449b-8d16-539060b40777"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MUL","PRM","PTHB","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"After an escaped spell resolves, it returns to its owner's graveyard if it's not a permanent spell. If it is a permanent spell, it enters the battlefield and will return to its owner's graveyard if it dies later. Perhaps it will escape again—good underworld security is so hard to come by these days."},{"date":"2020-01-24","text":"An opponent loses 3 life if they discard a land card or if they can't discard a card at all."},{"date":"2020-01-24","text":"As the second ability resolves, first the next opponent in turn order (or, if it's an opponent's turn, the opponent whose turn it is) chooses a card in hand without revealing it, then each other opponent in turn order does the same. All the chosen cards are discarded at the same time, and then the appropriate players lose 3 life each."},{"date":"2020-01-24","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2020-01-24","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2020-01-24","text":"If a card with escape is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2020-01-24","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2020-01-24","text":"Kroxa's first ability causes you to sacrifice it if you didn't cast it, or if it was cast using any permission other than an escape ability."},{"date":"2020-01-24","text":"Kroxa's second ability triggers when it enters the battlefield, even if it didn't escape."},{"date":"2020-01-24","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2020-01-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."},{"date":"2023-04-14","text":"To resolve Kroxa's second triggered ability in a multiplayer game, the next opponent in turn order (or, if it's an opponent's turn, the opponent whose turn it is) chooses a card in hand and sets it aside without revealing it. Then each other opponent in turn order does the same. Next, all chosen cards are revealed and discarded at the same time. Finally, each opponent who didn't discard a nonland card loses 3 life."}],"rarities":["mythic"]},"kuja, genome sorcerer":{"name":"Kuja, Genome Sorcerer","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Mutant","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, create a tapped 0/1 black Wizard creature token with \"Whenever you cast a noncreature spell, this token deals 1 damage to each opponent.\" Then if you control four or more Wizards, transform Kuja.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Wizard","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Wizard"],"colors":["Black"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a noncreature spell, ~ deals 1 damage to each opponent.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, create a tapped 0/1 black Wizard creature token with \"Whenever you cast a noncreature spell, ~ deals 1 damage to each opponent.\" Then if you control four or more Wizards, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"3998a60d-9521-4100-8d41-3e612972a3de","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["5d28e979-a264-59a8-8b04-fd3636ccfeb7"],"source_printing_ids":["008782d2-72b0-4554-b1ce-2db99969a4d8","374877d1-167a-42ea-adf3-a707ea0300e8","65530632-5b09-4359-921b-a6d094937aff","903192c7-f4ee-4872-aa61-3f8bdf2ab5c6","98067c9a-d81e-4f5c-b55a-28872331fce8","b058d305-d032-47c9-8567-11a4b4319695","cdb5acf7-2878-466d-8224-24fa64a602f5","d673228a-eec8-4f6e-82fd-10db909ccee2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"A nonmodal double-faced card enters with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2025-06-06","text":"A token that is created as a copy of a double-faced permanent or a double-faced card in another zone is a double-faced token. It will have both the front face and back face of whatever object it's copying. If it's copying a double-faced permanent whose back face is up, the token will enter with its back face up. It can transform if instructed to do so."},{"date":"2025-06-06","text":"Each face of a nonmodal double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a nonmodal double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2025-06-06","text":"Each nonmodal double-faced card in this release is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2025-06-06","text":"If another effect (or effects) modifies how much damage a Wizard you control would deal—by preventing some of it, for example—the player being dealt damage or the controller of the permanent being dealt damage chooses the order in which any such effects (including Trance Kuja's) apply. If all of the damage is prevented, Trance Kuja's effect no longer applies."},{"date":"2025-06-06","text":"If damage dealt by a Wizard you control is being divided or assigned among multiple permanents and/or players, that damage is divided or assigned before doubling. For example, if you attack with a 4/6 Wizard with trample and it's blocked by a 1/1 creature, you can assign 1 damage to the blocker and 3 damage to the defending player. Those amounts are then doubled to 2 and 6, respectively."},{"date":"2025-06-06","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Crystal Fragments, it will be exiled during the resolution of its second ability and remain in exile."},{"date":"2025-06-06","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Cecil, Dark Knight's color identity is black and white, since its front face is black and its back face has a white color indicator."},{"date":"2025-06-06","text":"The Wizard token's ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2025-06-06","text":"The back face of a nonmodal double-faced card usually has a color indicator that defines its color."},{"date":"2025-06-06","text":"The damage is dealt by the same source as the original source of damage. The doubled damage isn't dealt by Trance Kuja unless it was the original source of damage."},{"date":"2025-06-06","text":"The mana value of a nonmodal double-faced card is the mana value of its front face, no matter which face is up."}],"rarities":["rare"]},"kutzil's flanker":{"name":"Kutzil's Flanker","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this creature enters, choose one —\n• Put a +1/+1 counter on this creature for each creature that left the battlefield under your control this turn.\n• You gain 2 life and scry 2.\n• Exile target player's graveyard.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Put a +1/+1 counter on ~ for each creature that left the battlefield under your control this turn.","You gain 2 life and scry 2.","Exile target player's graveyard."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Exile","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ba557e19-a409-4c02-a9ac-a8fb77762e43","metadata":{"source_printing_ids":["685b735e-52a6-4fd6-a12e-d059c13d4afc","d1201811-54ab-4c4e-b6e1-19b0d07e5ede"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI"],"rarities":["rare"]},"kwain, itinerant meddler":{"name":"Kwain, Itinerant Meddler","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Rabbit","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{T}: Each player may draw a card, then each player who drew a card this way gains 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"duration":null,"description":"{T}: Each player may draw a card, then each player who drew a card this way gains 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"ce6a85b5-e249-4582-a6be-ce200da5fd53","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7a9bcc24-58ed-4892-8b24-83730ffcb469","885a4ac8-67ee-437c-9133-687be93ea117","941f5231-5620-45e5-9f00-a7f64f0385dc","cce29404-abfd-4c2c-90e5-5e04c111aa2b","e30d4b6e-44c3-4bf9-8edd-aebf97438f19","f571fef1-1fd2-4355-b803-5edccb6f4b94"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","CMR","PL23","PLST","PRM"],"rarities":["rare"]},"kylox's voltstrider":{"name":"Kylox's Voltstrider","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Collect evidence 6: This Vehicle becomes an artifact creature until end of turn.\nWhenever this Vehicle attacks, you may cast an instant or sorcery spell from among cards exiled with it. If that spell would be put into a graveyard, put it on the bottom of its owner's library instead.\nCrew 2","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":2,"once_per_turn":null}}],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"CollectEvidence","amount":6},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Collect evidence 6: ~ becomes an artifact creature until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"And","filters":[{"type":"Typed","type_filters":[{"AnyOf":["Instant","Sorcery"]}],"controller":null,"properties":[{"type":"InZone","zone":"Exile"}]},{"type":"ExiledBySource"}]},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may cast an instant or sorcery spell from among cards exiled with it. If that spell would be put into a graveyard, put it on the bottom of its owner's library instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"e7b746c8-1b32-42ed-8328-4e16274209d8","metadata":{"source_printing_ids":["7b524c71-c2ac-4a08-8ab7-27b1c232a359","86a8a1af-b1cf-47fc-ab42-7efa07a1c95b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."},{"date":"2024-02-02","text":"You choose whether or not to cast a spell from among the exiled cards as Kylox's Voltstrider's triggered ability resolves. If you do, you do so as part of the resolution of that ability. You can't wait to cast it later in the turn. Timing restrictions based on the card's type are ignored."}],"rarities":["mythic"]},"laboratory maniac":{"name":"Laboratory Maniac","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"If you would draw a card while your library has no cards in it, you win the game instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Draw","execute":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would draw a card while your library has no cards in it, you win the game instead.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"aa286dd5-aa19-446d-9003-684d81eb57ca","metadata":{"source_printing_ids":["1e9e13cf-4cb4-41f3-88e0-6836a16e905b","27a15b64-ea6a-4234-b26c-9dd3bdc14b98","2e1c7054-d6a7-4962-804d-c470bb8e39d3","39b475ec-e63c-4fb2-b83e-b1c858003137","44ede007-b6db-4396-8b25-9e2621cfeec4","51b080d5-ae4b-4d5e-acf2-c51695d8750a","5840b48c-7a14-481e-9d21-0c68aee16020","608567fd-9f94-4058-831a-77cb6019ef02","7a5be94c-08b8-4964-a79d-e22ea6e94be8","809205f3-acf5-4244-b360-09ce4ba76795","8b7cc0cc-3414-40b9-91da-80a435a457fc","d15bd831-aa75-42c1-905c-6e8cc644c7fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","INR","ISD","PLST","SLD","TSR","UMA"],"rulings":[{"date":"2021-03-19","text":"If for some reason you can't win the game (because your opponent has cast Angel's Grace this turn, for example), you won't lose for having tried to draw a card from a library with no cards in it. The draw was still replaced."},{"date":"2021-03-19","text":"If two or more players each control a Laboratory Maniac and each player is instructed to draw a number of cards, first the player whose turn it is draws that many cards. If this causes that player to win the game instead, the game is immediately over. If the game isn't over yet, repeat this process for each other player in turn order."}],"rarities":["uncommon","rare","special"]},"laelia, the blade reforged":{"name":"Laelia, the Blade Reforged","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever Laelia attacks, exile the top card of your library. You may play that card this turn.\nWhenever one or more cards are put into exile from your library and/or your graveyard, put a +1/+1 counter on Laelia.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, exile the top card of your library. You may play that card this turn.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"origin_zones":["Library","Graveyard"],"destination":"Exile","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more cards are put into exile from your library and/or your graveyard, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a0be9bb2-3234-4c6c-b8ce-0879b1f43003","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["00760b58-8a7d-44fa-a5e7-9df54c21c77d","0ac72836-a656-4bdb-adc8-04cf20b77aba","2cb16354-1211-4230-90e2-4858ba68f348","2e90b9b2-8e8e-4b00-b3a0-b26dd4551550","4616106e-b75e-4de4-860e-15369e4abf84","a3bb2881-e8fb-4fba-a9f9-d93e6ca24378","afeb2fe4-f0ef-4366-a568-c36b538f0196"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C21","CLB","HA6","MH3","PRM","SOC"],"rulings":[{"date":"2024-06-07","text":"Cards exiled by Laelia, the Blade Reforged are exiled face up."},{"date":"2024-06-07","text":"If a player is instructed to exile cards from their library \"until\" a certain event occurs (for example, because of the triggered ability of a spell with cascade or discover), that player exiles those cards one at a time. Laelia's last ability will trigger that many times."},{"date":"2024-06-07","text":"If you play a card this way, it leaves exile and becomes a new object. If it returns to exile later in the turn, you can't play it again."},{"date":"2024-06-07","text":"Laelia's last triggered ability doesn't care which player is exiling cards from the library or graveyard. Cards put into exile from your library or graveyard for any reason, such as the delve ability, cause the ability to trigger."},{"date":"2024-06-07","text":"The last ability triggers only once for each time cards are put into exile from your library and/or graveyard, no matter how many cards were exiled at the same time."},{"date":"2024-06-07","text":"You must follow the normal timing permissions and restrictions while playing the exiled card. If it's a land, you can't play it unless you have land plays available."},{"date":"2024-06-07","text":"You'll still pay all costs for a spell cast this way, including additional costs. You may also pay alternative costs if any are available."}],"rarities":["rare"]},"lagrella, the magpie":{"name":"Lagrella, the Magpie","mana_cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When Lagrella enters, exile any number of other target creatures controlled by different players until Lagrella leaves the battlefield. When an exiled card enters under your control this way, put two +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenEntersBattlefield","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"target_constraints":[{"type":"DifferentObjectControllers"}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile any number of other target creatures controlled by different players until ~ leaves the battlefield. When an exiled card enters under your control this way, put two +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Blue","White"],"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"6a98b586-5187-48a1-bde3-f6141f3e9cb1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5956dbe0-0d4c-42b1-8554-0fa6de1ee6bc","71db9c6a-aa6c-44e1-86bd-8621abf64d4f","dd20f271-26c8-429f-a422-e7d95f3bda74"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["SNC"],"rulings":[{"date":"2022-04-29","text":"\"This way\" refers to cards entering the battlefield as a result of Lagrella leaving the battlefield."},{"date":"2022-04-29","text":"The last part of Lagrella's ability is a delayed triggered ability that is set up as its enters-the-battlefield ability resolves. It will trigger when Lagrella leaves the battlefield even if it's somehow lost its abilities or become a copy of something else."}],"rarities":["uncommon"]},"land grant":{"name":"Land Grant","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you have no land cards in hand, you may reveal your hand rather than pay this spell's mana cost.\nSearch your library for a Forest card, reveal that card, put it into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Forest"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a Forest card, reveal that card, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e36f4649-934d-4e8a-bd5f-39f164ea6937","casting_options":[{"kind":"AlternativeCost","cost":{"type":"EffectCost","effect":{"type":"RevealHand","target":{"type":"SelfRef"},"card_filter":{"type":"Any"},"count":null,"reveal":true}},"condition":{"type":"Not","condition":{"type":"ZoneCoreTypeCardCountAtLeast","zone":"Hand","core_type":"Land","count":1}}}],"metadata":{"source_printing_ids":["1e3501bf-3c76-4cd7-9d96-86cf3bbdd0df","d6862005-32d1-473e-a28b-5dfc4b7782cd"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ","PLST"],"rulings":[{"date":"2004-10-04","text":"Because the “search” requires you to find a card with certain characteristics, you don’t have to find the card if you don’t want to."},{"date":"2004-10-04","text":"You can pay the “reveal your hand” cost even if your hand is already revealed due to another effect."}],"rarities":["common"]},"lapis orb of dragonkind":{"name":"Lapis Orb of Dragonkind","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {U}. When you spend this mana to cast a Dragon creature spell, scry 2. (Look at the top two cards of your library, then put any number of them on the bottom and the rest on top in any order.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]},"grants":[{"TriggerOnSpend":{"restriction":{"OnlyForCreatureType":"Dragon"},"ability":{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}. When you spend this mana to cast a Dragon creature spell, scry 2.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c61ab8e1-ef23-465d-bcd3-f771434988b2","metadata":{"source_printing_ids":["26ed684b-e3a1-421d-8cfd-c5eee673a3a1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG"],"rulings":[{"date":"2022-06-10","text":"If more than one {U} produced by a Lapis Orb of Dragonkind is spent to cast a single Dragon creature spell, the delayed triggered ability associated with each mana spent will trigger. You will scry 2 that many times."},{"date":"2022-06-10","text":"The delayed triggered ability will trigger whether Lapis Orb of Dragonkind is still on the battlefield or not."},{"date":"2022-06-10","text":"The mana created by Lapis Orb of Dragonkind can be spent on anything, not just Dragon creature spells."}],"rarities":["common"]},"larval scoutlander":{"name":"Larval Scoutlander","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, you may sacrifice a land or Lander. If you do, search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 7+.)\n7+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Lander"}],"controller":"You","properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2}},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may sacrifice a land or Lander. If you do, search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"7+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":3}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 7+"}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b3f3d55c-a3f6-441b-a380-60c0734dc514","metadata":{"source_printing_ids":["d6083f43-58dc-46fc-aeff-347b1080417b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"lashwhip predator":{"name":"Lashwhip Predator","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant","Beast"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"This spell costs {2} less to cast if your opponents control three or more creatures.\nReach","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast if your opponents control three or more creatures."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"56035e66-e730-436d-8de2-4ded7fd1b51e","metadata":{"source_printing_ids":["24553e98-29a9-47e3-91c7-9add708d9ad1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you’re paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon"]},"last night together":{"name":"Last Night Together","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two target creatures. Untap them. Put two +1/+1 counters on each of them. They gain vigilance, indestructible, and haste until end of turn. After this main phase, there is an additional combat phase. Only the chosen creatures can attack during that combat phase.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Indestructible"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain vigilance, indestructible, and haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"PreCombatMain","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose two target creatures. Untap them. Put two +1/+1 counters on each of them. They gain vigilance, indestructible, and haste until end of turn. After this main phase, there is an additional combat phase. Only the chosen creatures can attack during that combat phase.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":2,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"0ad48edf-49e2-4f3a-b50e-11231a616752","metadata":{"source_printing_ids":["08fbaf77-8afa-41c7-804b-ba7b740fffe8","2964a050-bed3-4e2e-b44b-e93561c4c643","7d4ed521-eff6-4bdd-939d-8304b26ad256","98048265-cdab-4a21-89f9-3403babf34e6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rarities":["rare"]},"latchkey faerie":{"name":"Latchkey Faerie","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Rogue"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nProwl {2}{U} (You may cast this for its prowl cost if you dealt combat damage to a player this turn with a Faerie or Rogue.)\nWhen this creature enters, if its prowl cost was paid, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Prowl":{"type":"Cost","shards":["Blue"],"generic":2}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if its prowl cost was paid, draw a card.","constraint":null,"condition":{"type":"CastVariantPaid","variant":"Prowl"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7bc4a0a0-f06e-4074-95a8-67a5d8fdfef9","metadata":{"source_printing_ids":["914828e6-78f7-4d66-b352-03a41d9a62b4","9fd63974-2a37-49bc-9eaf-a128c5ee3109","e5cada19-bf8a-47a7-b259-8dd0e1de215e","ef32d51e-1ec0-46aa-b240-e28a1fb64d73"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["MMA","MOR","PLST","ZNC"],"rarities":["common"]},"lathiel, the bounteous dawn":{"name":"Lathiel, the Bounteous Dawn","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Unicorn"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nAt the beginning of each end step, if you gained life this turn, distribute up to that many +1/+1 counters among any number of other target creatures.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"UpTo","max":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}}},"distribute":{"type":"Counters","data":"P1P1"},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if you gained life this turn, distribute up to that many +1/+1 counters among any number of other target creatures.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"d3c56fc4-3611-41b1-952e-4c5311b1510b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["00e84208-b622-424d-b9b7-2f093e75c593","29d3484f-abd1-43fe-99f8-e0fa0a7b6692","4dfebabf-64b7-4bf8-adbd-838807c05cb0","913752eb-b446-41f8-9914-f78f981b042b","c27205fe-136a-4d3c-88f3-ae83af3ebd42","fb721716-1027-4c2c-a156-30fb6a939e82"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMR","MUL","PRM"],"rulings":[{"date":"2020-11-10","text":"As each end step begins, if you haven't gained life that turn, Lathiel's triggered ability won't trigger at all. If it does trigger, you choose the targets and how the +1/+1 counters will be distributed as you put the ability on the stack. Each target must receive at least one +1/+1 counter."},{"date":"2020-11-10","text":"Gaining more life in response to the triggered ability won't change how many counters will be distributed, nor will it change the distribution."},{"date":"2020-11-10","text":"If some, but not all, of the creatures are illegal targets as the triggered ability tries to resolve, the original distribution of counters still applies and the counters that would have been put on illegal targets are lost. If all of the creatures are illegal targets, the ability won't resolve."},{"date":"2020-11-10","text":"The triggered ability will consider the total amount of life you've gained that turn, not how your life total has changed. For example, if you start the turn at 10 life, then gain 5 life, and then lose 7 life, you'll distribute five +1/+1 counters, even though your life total is now lower than it was at the beginning of the turn."},{"date":"2020-11-10","text":"You may choose no targets if you want. In that case, no +1/+1 counters are put on any creature."}],"rarities":["rare"]},"lathnu hellion":{"name":"Lathnu Hellion","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Hellion"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen this creature enters, you get {E}{E} (two energy counters).\nAt the beginning of your end step, sacrifice this creature unless you pay {E}{E}.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you get {E}{E} .","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, sacrifice ~ unless you pay {E}{E}.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"PayEnergy","amount":{"type":"Fixed","value":2}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"6dd71453-63ec-4f4c-87d2-34d207398b9a","metadata":{"source_printing_ids":["14050179-84af-46f6-89be-338f8e7131cc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["KLD","PKLD"],"rulings":[{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["rare"]},"lathril, blade of the elves":{"name":"Lathril, Blade of the Elves","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Noble"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Menace (This creature can't be blocked except by two or more creatures.)\nWhenever Lathril deals combat damage to a player, create that many 1/1 green Elf Warrior creature tokens.\n{T}, Tap ten untapped Elves you control: Each opponent loses 10 life and you gain 10 life.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":10}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"TapCreatures","requirement":{"requirement":"count","count":10},"filter":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[]}}]},"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":10}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}, Tap ten untapped Elves you control: Each opponent loses 10 life and you gain 10 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Elf Warrior","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elf","Warrior"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, create that many 1/1 green Elf Warrior creature tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"9b568c34-ba0a-44a7-a0ee-bee3a37b3396","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["73b705e5-0868-50dc-aff2-73f0d36de975","ba573e3a-81c4-55a0-97c6-2aa6f0c7269e"],"source_printing_ids":["547888c3-a9a6-4413-b29a-6bcd8a9279bf","61f766b8-a92e-4353-b457-ac62fc470713","8d4e5480-a287-4a25-b855-a26dae555b1c","c8463968-c2e9-48d7-ab9d-6a9b71470c3e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","KHC","PFDN","PKHM"],"rulings":[{"date":"2021-02-05","text":"You can tap any ten untapped Elves you control, including ones you haven't controlled continuously since the beginning of your most recent turn, to pay that part of the cost of Lathril's activated ability. You must have controlled Lathril continuously since the beginning of your most recent turn, however. Lathril doesn't count as one of the ten."}],"rarities":["rare","mythic"]},"laughing jasper flint":{"name":"Laughing Jasper Flint","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Lizard","Rogue"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Creatures you control but don't own are Mercenaries in addition to their other types.\nAt the beginning of your upkeep, exile the top X cards of target opponent's library, where X is the number of outlaws you control. Until end of turn, you may cast spells from among those cards, and mana of any type can be spent to cast those spells.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Assassin"},{"Subtype":"Mercenary"},{"Subtype":"Pirate"},{"Subtype":"Rogue"},{"Subtype":"Warlock"}]}],"controller":"You","properties":[]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"SpendManaAsAnyColor":{}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"cast spells from among those cards, and mana of any type can be spent to cast those spells"}],"duration":"UntilEndOfTurn","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of your upkeep, exile the top X cards of target opponent's library, where X is the number of outlaws you control. Until end of turn, you may cast spells from among those cards, and mana of any type can be spent to cast those spells.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Owned","controller":"Opponent"}]},"modifications":[{"type":"AddSubtype","subtype":"Mercenary"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control but don't own are Mercenaries in addition to their other types."}],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"bd7c5a8b-cf62-41e1-a664-b16e3e5d142b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5df7fadd-33ea-4bf4-9122-362821ef96dc","af0b3a41-ba99-41e8-bcfb-5796500c17c7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ","SLP"],"rulings":[{"date":"2024-04-12","text":"A card, spell, or permanent is an outlaw if it has the Assassin, Mercenary, Pirate, Rogue, or Warlock creature type. It doesn’t matter if it has more than one of those creature types; as long as it has at least one, it’s an outlaw."},{"date":"2024-04-12","text":"If an ability refers to an outlaw or whether a player controls an outlaw, it’s referring only to permanents with one or more of the creature types specified above. Notably, it’s not referring to any spell or card not on the battlefield. However, other abilities may refer to an “outlaw spell” or “outlaw card” in a zone other than the battlefield. Those abilities refer to spells and cards with one or more of the specified creature types."},{"date":"2024-04-12","text":"Laughing Jasper Flint’s first ability applies to creatures you control but don’t own as they enter the battlefield. For example, if you control Laughing Jasper Flint and Vial Smasher, Gleeful Grenadier, having a creature an opponent owns that normally isn’t an outlaw enter the battlefield under your control will cause Vial Smasher’s ability to trigger."},{"date":"2024-04-12","text":"Outlaw is not a creature type. If an effect asks you to choose a creature type, you can’t choose outlaw."},{"date":"2024-04-12","text":"The value of X is determined as Laughing Jasper Flint’s last ability resolves."},{"date":"2024-04-12","text":"You pay all costs and follow all normal timing rules for cards played from exile with Laughing Jasper Flint’s last ability. For example, if you exile a creature card this way, you must wait until your main phase to cast it."}],"rarities":["rare"]},"lava blister":{"name":"Lava Blister","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target nonbasic land unless its controller has Lava Blister deal 6 damage to them.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"NotSupertype","value":"Basic"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target nonbasic land unless its controller has ~ deal 6 damage to them.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"EffectCost","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":6},"target":{"type":"Player"}}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3260bede-d78d-41a6-8fe1-95ce14a2ba8c","metadata":{"source_printing_ids":["cd0e9e53-2710-4c2a-a8e4-48f25375ebc7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rarities":["uncommon"]},"lavinia, azorius renegade":{"name":"Lavinia, Azorius Renegade","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Each opponent can't cast noncreature spells with mana value greater than the number of lands that player controls.\nWhenever an opponent casts a spell, if no mana was spent to cast it, counter that spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: Each opponent can't cast noncreature spells with mana value greater than the number of lands that player controls."},"cost":null,"sub_ability":null,"duration":null,"description":"Each opponent can't cast noncreature spells with mana value greater than the number of lands that player controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, if no mana was spent to cast it, counter that spell.","constraint":null,"condition":{"type":"ManaSpentCondition","text":"no mana was spent to cast it"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"81ba3a33-0e04-4f68-9a42-1dd717733b57","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0010b841-c857-4335-aac3-d3b4bab00c7b","197bf3f4-c0df-4082-97a1-902ceabbdd3f","4a234375-c9cc-4471-9993-1f775950a056","4bee8ea6-8903-4bed-977b-b6c2cd0126f9","a00c0cbc-e2e5-43bf-bfaa-355229181393","b96ef600-a96c-4563-bc4e-157ea62d14d4","c497d496-1232-4614-93b0-9864fa93c29f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MB2","PRM","PRNA","RNA","RVR","SLD","TSR"],"rulings":[{"date":"2021-03-19","text":"Effects that modify or replace the cost to cast a spell (such as flashback or casting a spell without paying its mana cost due to suspend) don't affect the spell's mana value, so they won't change whether Lavinia's first ability restricts that spell from being cast."},{"date":"2021-03-19","text":"For spells with {X} in their mana costs, use the value chosen for X to determine the spell's mana value."},{"date":"2021-03-19","text":"If an effect allows a player to cast a spell without paying its mana cost, that player can't choose to cast it and pay its mana cost unless another rule or effect allows that player to cast it that way. However, if that spell also has additional costs that require mana, paying that mana will stop Lavinia's last ability from triggering."},{"date":"2021-03-19","text":"Players may cast spells that they know Lavinia's second ability will counter. Any abilities that trigger when spells are cast will trigger and resolve if appropriate, and any effects that count spells cast will count those spells if appropriate."}],"rarities":["rare","special"]},"lavinia, foil to conspiracy":{"name":"Lavinia, Foil to Conspiracy","mana_cost":{"type":"Cost","shards":["WhiteBlue","WhiteBlue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Detective"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever you cast your second spell each turn, investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")\n{T}: Add {C}{C}. Activate only during an opponent's turn.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}. Activate only during an opponent's turn.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"Not","condition":{"type":"IsYourTurn"}}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your second spell each turn, investigate.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"b5b26cea-9be3-46f7-9603-a6eee0dd107e","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1"],"source_printing_ids":["1f1b47ed-e935-44a4-b654-a32c0bf5dd19","d5435866-d48b-496a-ba07-438163b71ae8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLU"],"rulings":[{"date":"2024-02-02","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2024-02-02","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2024-02-02","text":"Some abilities trigger \"whenever you sacrifice a Clue\". Those abilities trigger whenever you sacrifice a Clue for any reason, not just to activate a Clue's activated ability."},{"date":"2024-02-02","text":"Some spells and abilities that investigate may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't create any Clue tokens."},{"date":"2024-02-02","text":"Spells that were cast before Lavinia, Foil to Conspiracy count. If Lavinia was the first spell you cast this turn, the next spell you cast this turn is your second spell."},{"date":"2024-02-02","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."}],"rarities":["rare"]},"lay of the land":{"name":"Lay of the Land","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a basic land card, reveal it, put it into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card, reveal it, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"cedc52eb-66a6-4b43-87f1-9bb9f4d4871e","metadata":{"source_printing_ids":["3bb3410b-d6c3-4e42-b3c9-fb557f9a16f0","42018b2d-b8db-4d37-b42f-15ee0d1a22ee","87af4e8a-2da4-4dc7-a402-4cf0559c50e1","90b10608-8917-4337-ad60-ab31ab8c0fc4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","vintage":"legal"},"printings":["APC","CN2","M14","PLST"],"rulings":[{"date":"2004-10-04","text":"Because the “search” requires you to find a card with certain characteristics, you don’t have to find the card if you don’t want to."}],"rarities":["common"]},"lead the stampede":{"name":"Lead the Stampede","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top five cards of your library. You may reveal any number of creature cards from among them and put the revealed cards into your hand. Put the rest on the bottom of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":5},"destination":"Hand","keep_count":4294967295,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":"Look at the top five cards of your library. You may reveal any number of creature cards from among them and put the revealed cards into your hand. Put the rest on the bottom of your library in any order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ea91be73-40f5-461a-bb39-d60216829a53","metadata":{"source_printing_ids":["4ade8ca9-6702-4f51-af29-3722ee920469","66ed14c8-38c6-4da5-a6ee-f814478161d2","6c977fe0-f0dd-42be-900c-c3576e1cfc3a","99e9bf2f-c3d6-41d9-b6d9-82ed86224dba","9e76b676-c7a3-4de6-a78d-3059a0df83f2","b4d1f656-4a33-4348-b850-af7391ac071b","ebc160fd-e34f-46a1-9a38-5c51a49fe64e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CNS","DDH","DDU","IKO","IMA","MBS","PLST"],"rarities":["common","uncommon"]},"leadership vacuum":{"name":"Leadership Vacuum","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player returns each commander they control from the battlefield to the command zone.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Command","target":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"IsCommander"},{"type":"InZone","zone":"Battlefield"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"IsCommander"},{"type":"InZone","zone":"Battlefield"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target player returns each commander they control from the battlefield to the command zone.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5f9dd005-1648-451e-b888-69ef81331c95","metadata":{"source_printing_ids":["4fa953a9-171c-4532-a352-40ce27eed3c4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19"],"rulings":[{"date":"2019-08-23","text":"Leadership Vacuum targets the player, not their creatures. A commander with hexproof or protection from blue may be returned this way."},{"date":"2019-08-23","text":"The \"commander tax\" increases based on how many times a commander was cast from the command zone, not how many times it was put there as a result of Commander rules. The returned commander will cost more to cast again even though it was put directly into the command zone."},{"date":"2019-08-23","text":"You'll draw a card even if the target player controls no commanders as Leadership Vacuum resolves."}],"rarities":["uncommon"]},"leave":{"name":"Leave","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return any number of target permanents you own to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return any number of target permanents you own to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"dff5d16f-3a41-4873-8188-076e77f18c75","metadata":{"source_printing_ids":["8f8efe2a-0125-4da6-a3d1-efff9f0b86b3","f928e8e8-aa20-402c-85bd-59106e9b9cc7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","HOU","PHOU"],"rulings":[{"date":"2017-04-18","text":"A spell with aftermath cast from a graveyard will always be exiled afterward, whether it resolves, it's countered, or it leaves the stack in some other way."},{"date":"2017-04-18","text":"All split cards have two card faces on a single card, and you put a split card onto the stack with only the half you're casting. The characteristics of the half of the card you didn't cast are ignored while the spell is on the stack. For example, if an effect prevents you from casting green spells, you can cast Destined of Destined // Lead, but not Lead."},{"date":"2017-04-18","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one, but not both."},{"date":"2017-04-18","text":"Each split card is a single card. For example, if you discard one, you've discarded one card, not two. If an effect counts the number of instant and sorcery cards in your graveyard, Destined // Lead counts once, not twice."},{"date":"2017-04-18","text":"If another effect allows you to cast a split card with aftermath from a graveyard, you may cast either half. If you cast the half that has aftermath, you'll exile the card if it would leave the stack."},{"date":"2017-04-18","text":"If another effect allows you to cast a split card with aftermath from any zone other than a graveyard, you can't cast the half with aftermath."},{"date":"2017-04-18","text":"If you cast the first half of a split card with aftermath during your turn, you'll have priority immediately after it resolves. You can cast the half with aftermath from your graveyard before any player can take any other action if it's legal for you to do so."},{"date":"2017-04-18","text":"Split cards with aftermath have a new frame treatment—the half you can cast from your hand is oriented the same as other cards you'd cast from your hand, while the half you can cast from your graveyard is a traditional split card half. This frame treatment is for your convenience and has no rules significance."},{"date":"2017-04-18","text":"While not on the stack, the characteristics of a split card are the combination of its two halves. For example, Destined // Lead is a green and black card, it is both an instant card and a sorcery card, and its mana value is 6. This means that if an effect allows you to cast a card with mana value 2 from your hand, you can't cast Destined. This is a change from the previous rules for split cards."},{"date":"2017-07-14","text":"Once you've started to cast a spell with aftermath from your graveyard, the card is immediately moved to the stack. Opponents can't try to stop the ability by exiling the card with an effect such as that of Crook of Condemnation."},{"date":"2017-07-14","text":"You are a permanent's owner if the card representing it began the game in your deck, or if it's a token that entered the battlefield under your control. Leave can target a permanent you own but don't control."}],"rarities":["rare"]},"lecturing scornmage":{"name":"Lecturing Scornmage","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Repartee — Whenever you cast an instant or sorcery spell that targets a creature, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Targets","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"Targets","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell that targets a creature, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"29c23fd7-0ac4-46af-8ecd-92b726575252","metadata":{"source_printing_ids":["ad07091e-8c24-43af-8ce8-031847bcaf30"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rulings":[{"date":"2026-03-20","text":"A repartee ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2026-03-20","text":"It doesn't matter if the creature or creatures targeted by the spell that caused the repartee ability to trigger leave the battlefield or stop being creatures before that spell resolves. As long as that spell targeted one or more creatures when it was cast, the repartee ability will trigger and later resolve."}],"rarities":["uncommon"]},"ledger shredder":{"name":"Ledger Shredder","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Advisor"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a player casts their second spell each turn, this creature connives. (Draw a card, then discard a card. If you discarded a nonland card, put a +1/+1 counter on this creature.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Connive","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts their second spell each turn, ~ connives.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e9117015-1050-44dd-a46b-e7ffe2085fae","metadata":{"source_printing_ids":["31b1bf08-aba1-4197-8afe-05c1fc783307","7ea4b5bc-18a4-45db-a56a-ab3f8bd2fb0d","c0564116-24c1-4b5d-bb9e-a0828fe164b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRM","PSNC","SNC","SPG"],"rulings":[{"date":"2022-04-29","text":"Don't play with this card near any important paperwork. We can't take responsibility for what happens."},{"date":"2022-04-29","text":"If a resolving spell or ability instructs a specific creature to connive but that creature has left the battlefield, the creature still connives. If you discard a nonland card this way, you won't put a +1/+1 counter on anything. Abilities that trigger “when [that creature] connives” will trigger."},{"date":"2022-04-29","text":"If no card is discarded, most likely because that player's hand is empty and an effect says they can't draw cards, the conniving creature does not receive a +1/+1 counter."},{"date":"2022-04-29","text":"Once an ability that causes a creature to connive begins to resolve, no player may take any other actions until it's done. Notably, opponents can't try to remove the conniving creature after you discard a nonland card but before it receives a counter."},{"date":"2022-04-29","text":"Spells that were cast before Ledger Shredder entered the battlefield count. If Ledger Shredder was the first spell you cast this turn, the next spell you cast this turn is your second spell."}],"rarities":["rare","mythic"]},"leonin arbiter":{"name":"Leonin Arbiter","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Players can't search libraries. Any player may pay {2} for that player to ignore this effect until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: Players can't search libraries. Any player may pay {2} for that player to ignore this effect until end of turn."},"cost":null,"sub_ability":null,"duration":null,"description":"Players can't search libraries. Any player may pay {2} for that player to ignore this effect until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a33f6070-590c-4be8-9180-b1ac2608cbc4","metadata":{"source_printing_ids":["0d0f827b-ebc3-45a4-8d12-c71a14478038","1ab76a98-ce06-47eb-a496-6f98efaad503","46f882a1-a34a-4319-bb75-c11a1193e8e8","4b0453cd-62ab-41ba-8d9c-9d6d25dc9a56","85431851-36c6-4515-8000-d0b9a268b4c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","C17","PLST","SOM"],"rulings":[{"date":"2011-01-01","text":"A player who has paid {2} may search any library when instructed to do so that turn, not just their own library."},{"date":"2011-01-01","text":"Effects that instruct you to reveal or look at cards from the top of you library will still work. Only effects that use the word \"search\" are affected."},{"date":"2011-01-01","text":"If a player pays {2}, that enables only them to ignore Leonin Arbiter's effect that turn. Each other player is still affected by it."},{"date":"2011-01-01","text":"If an effect says \"Search your library . . . then shuffle your library,\" you shuffle you libraries even though you can't search."},{"date":"2011-01-01","text":"If an effect says \"You may search your library . . . If you do, shuffle your library\" or \"You may search your library . . . then shuffle your library,\" you can't choose to search, so you won't shuffle."},{"date":"2011-01-01","text":"If there are multiple Leonin Arbiters on the battlefield, a player must pay {2} for each one before being able to search libraries that turn."},{"date":"2011-01-01","text":"Once a player has paid {2}, they may search libraries that turn as many times as they are instructed to do so."},{"date":"2011-01-01","text":"Paying {2} doesn't let a player pick up a library and search it — it just allows them to ignore Leonin Arbiter's effect that turn. That player can search a library only if another spell or ability instructs them to do so."},{"date":"2011-01-01","text":"Paying {2} to ignore Leonin Arbiter's effect is a special action. Any player may take this special action any time they have priority. It doesn't use the stack and can't be responded to."},{"date":"2011-01-01","text":"Since players who haven't paid {2} can't search, they won't be able to find any cards in a library. The effect applies to all players and all libraries. If a spell or ability's effect has other parts that don't depend on searching for or finding cards, they will still work normally."}],"rarities":["rare"]},"leonin vanguard":{"name":"Leonin Vanguard","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, if you control three or more creatures, this creature gets +1/+1 until end of turn and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, if you control three or more creatures, ~ gets +1/+1 until end of turn and you gain 1 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"de1e1352-adb2-4ac1-bb2a-ee654d5c727d","metadata":{"source_printing_ids":["17b25850-f1bd-4410-beec-603b2a77f264","724738ad-6a9b-4ef6-b637-558645cd8151","96ff15d2-987e-461f-93ad-9a57eca70112"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J25","M19"],"rulings":[{"date":"2018-07-13","text":"If you don't control three or more creatures as Leonin Vanguard's ability resolves, the ability does nothing. However, if you do control three or more creatures as it resolves, the +1/+1 bonus doesn't stop applying if you no longer control three creatures later in the turn."},{"date":"2018-07-13","text":"If you don't control three or more creatures as your combat phase begins, Leonin Vanguard's ability won't trigger at all. Causing a permanent to become a creature during the beginning of combat step won't cause Leonin Vanguard's ability to trigger."}],"rarities":["uncommon"]},"level up":{"name":"Level Up","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nWhen this Aura enters, put a +1/+1 counter on enchanted creature.\nEnchanted creature has \"Whenever this creature attacks, double the number of +1/+1 counters on it. Then if it has power 10 or greater, draw a card.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, put a +1/+1 counter on enchanted creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"MultiplyCounter","counter_type":"P1P1","multiplier":2,"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"comparator":"GE","rhs":{"type":"Fixed","value":10}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, double the number of +1/+1 counters on it. Then if it has power 10 or greater, draw a card.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"Whenever ~ attacks, double the number of +1/+1 counters on it. Then if it has power 10 or greater, draw a card.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"88cd43ce-b168-45a4-8d29-6cac5ab42857","metadata":{"source_printing_ids":["d4398907-17d2-4fad-bfa9-56925fb75834"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["TMC"],"rulings":[{"date":"2026-01-27","text":"To double the number of +1/+1 counters on a creature, put a number of +1/+1 counters on it equal to the number it already has. Other cards that interact with putting counters on it will interact with this effect accordingly."}],"rarities":["rare"]},"leveler":{"name":"Leveler","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Juggernaut"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, exile all cards from your library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Library","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Library"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile all cards from your library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ba1d34ab-7529-4f47-a5e7-7d8f66d7b901","metadata":{"source_printing_ids":["03ffa3c3-dd29-47eb-abf2-7951fadb5c37","54b9d8fa-2427-49fb-af69-3b2688dc8a8c","57591186-dcc5-437b-8390-fc4a7f7f13fb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MRD","PLST","TSR"],"rulings":[{"date":"2021-03-19","text":"You won't lose the game until you try to draw from the empty library."}],"rarities":["rare","special"]},"leviathan":{"name":"Leviathan","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Leviathan"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"Trample\nThis creature enters tapped and doesn't untap during your untap step.\nAt the beginning of your upkeep, you may sacrifice two Islands. If you do, untap this creature.\nThis creature can't attack unless you sacrifice two Islands. (This cost is paid as attackers are declared.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Island"}],"controller":"You","properties":[]},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may sacrifice two Islands. If you do, untap ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"CantUntap","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ enters tapped and doesn't untap during your untap step."},{"mode":"CantAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Not","condition":{"type":"Unrecognized","text":"unless you sacrifice two Islands"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack unless you sacrifice two Islands."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped and doesn't untap during your untap step.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d8c49932-9b4f-4cb0-a7e9-4b7eb12203ee","metadata":{"source_printing_ids":["1f73a0ff-cebf-4a4d-aa4d-71c9cabc1bed","a4e96456-93bf-4d28-9a4b-5bc24ae07fc2","b638d9be-c533-45c3-92f9-fabf56edc2df","bc482c8f-5645-4cf9-8e90-090c77f9dc64","f2f142b2-08a1-4dfb-9b72-0a383ffbdbfc","fbc98990-7fb0-4f69-a80d-38443966b3ae"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","BTD","DRK","REN","TSB"],"rulings":[{"date":"2004-10-04","text":"You don't have to pay the untap cost if it is untapped outside the upkeep phase or is untapped by an effect."}],"rarities":["uncommon","rare","special"]},"leyline of anticipation":{"name":"Leyline of Anticipation","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nYou may cast spells as though they had flash.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Flash"}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may cast spells as though they had flash."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9dc65ffe-17fc-4280-b4bd-78073ac7e12b","metadata":{"source_printing_ids":["29b70152-1d7b-45c4-8c85-011d2338e0a8","d789703e-81ae-48a7-8831-201ccdec5eba","d7dbb092-3bb0-445e-ab26-d939cac92a73","f57bdaa1-ce8a-4103-8598-fee751e65a53"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","M11","M20","PM20","WOT"],"rulings":[{"date":"2021-03-19","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."}],"rarities":["rare"]},"leyline of hope":{"name":"Leyline of Hope","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nIf you would gain life, you gain that much life plus 1 instead.\nAs long as you have at least 7 life more than your starting life total, creatures you control get +2/+2.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeAboveStarting"}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as you have at least 7 life more than your starting life total, creatures you control get +2/+2."}],"replacements":[{"event":"GainLife","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"EventContextAmount"}},"offset":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would gain life, you gain that much life plus 1 instead.","condition":null}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c7ee79c3-a273-45b4-b3a4-548d9b2b883c","metadata":{"source_printing_ids":["40960e47-3065-485e-aede-29a62411034e","e6209ca8-3a2a-4c0a-9f86-54283af9df75"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2024-09-20","text":"Because damage remains marked on creatures until the damage is removed as the turn ends, nonlethal damage dealt to creatures you control may become lethal if Leyline of Hope leaves the battlefield or if your life total drops below 7 life more than your starting life total."},{"date":"2024-09-20","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Leyline of Hope's second ability will apply to those two events separately. However, if a single creature you control with lifelink deals combat damage to multiple permanents and/or players at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will apply only once."},{"date":"2024-09-20","text":"If you control two Leylines of Hope and you would gain life, you gain that much life plus 2. A third Leyline of Hope has you gain that much life plus 3, and so on."},{"date":"2024-09-20","text":"In a Two-Headed Giant game, life gained by your teammate won't cause Leyline of Hope's second ability to apply, even though it will cause your team's life total to increase."},{"date":"2024-09-20","text":"The second ability of Leyline of Hope applies just once to each life-gaining event, no matter how much life is gained. If you gain an amount of life \"for each\" of something or \"equal to the number\" of something, that life is gained as one event and Leyline of Hope's second ability applies only once."}],"rarities":["rare"]},"leyline of resonance":{"name":"Leyline of Resonance","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nWhenever you cast an instant or sorcery spell that targets only a single creature you control, copy that spell. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"TargetsOnly","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},{"type":"HasSingleTarget"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"TargetsOnly","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},{"type":"HasSingleTarget"}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell that targets only a single creature you control, copy that spell. You may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f69574dd-097f-4908-9cab-344b0eb39c62","metadata":{"source_printing_ids":["92c5f0e3-345a-40a8-9cda-565a62156692","c006baf9-451e-461c-9355-7bf5a4f0d601"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2024-09-20","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2024-09-20","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2024-09-20","text":"The copy created by Leyline of Resonance's last ability will have the same targets (all the same creature you control) as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. The new targets must be legal."},{"date":"2024-09-20","text":"The copy made by Leyline of Resonance's last ability is created on the stack, so it's not \"cast.\""},{"date":"2024-09-20","text":"You can't choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["rare"]},"leyline of sanctity":{"name":"Leyline of Sanctity","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nYou have hexproof. (You can't be the target of spells or abilities your opponents control.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Hexproof","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have hexproof."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"492e0e6c-8c27-4376-938b-f8a8b6205810","metadata":{"source_printing_ids":["1b48b062-c8f4-4a9a-bb39-d740a9ff91a4","262de9ae-d641-4f0e-af6a-03ce0e1c91d3","b3346cb1-c593-4221-b27a-fa5d0caf620f","be8b1acf-dd87-42ca-ad19-c27d21066030","dfaae165-add6-491f-9521-60e30accc528"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M11","M20","MB2","MM2","PM20","WOT"],"rulings":[{"date":"2021-03-19","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."}],"rarities":["rare"]},"leyline of the guildpact":{"name":"Leyline of the Guildpact","mana_cost":{"type":"Cost","shards":["GreenWhite","GreenBlue","BlackGreen","RedGreen"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nEach nonland permanent you control is all colors.\nLands you control are every basic land type in addition to their other types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"modifications":[{"type":"SetColor","colors":["White","Blue","Black","Red","Green"]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each nonland permanent you control is all colors."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"modifications":[{"type":"AddAllBasicLandTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Lands you control are every basic land type in addition to their other types."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"6b2e6a51-b9e6-4848-b7d7-98f02f2b897f","metadata":{"source_printing_ids":["bf6e59be-f959-4f4a-8c2d-b7c441e88135","e549370b-f32d-48f0-877c-05e6fd1daf7b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2024-02-02","text":"Each land you control will have the land types Plains, Island, Swamp, Mountain, and Forest. They'll also have the mana ability of each basic land type (for example, Forests have \"{T}: Add {G}.\"). They'll still have their other subtypes and abilities."},{"date":"2024-02-02","text":"Giving a land additional basic land types doesn't change its name or whether it's legendary or basic."}],"rarities":["rare"]},"leyline of the void":{"name":"Leyline of the Void","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nIf a card would be put into an opponent's graveyard from anywhere, exile it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"NonToken"}]},"description":"If a card would be put into an opponent's graveyard from anywhere, exile it instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f4e32fc1-1b8d-441e-8e76-71f19f98e925","metadata":{"source_printing_ids":["034bfd23-8f10-4d98-9500-47d392531c69","04d5d429-e0c6-42cc-a477-da7dabb1c295","186eea73-46c5-4532-ac94-326db7d6f0cb","37dfe8b8-b39e-4e70-9e5b-be42c93b4f70","9a6b4431-7f2f-4dea-ba90-ea80d56b39bd","aeaa3aff-608d-4723-bb7c-8daedebe9f36","b30a559e-79f9-479e-8ef1-65fb91b9507d","e012d4f3-c387-4910-981b-7532fd355296"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","GPT","M11","M20","MB2","PDSK","PM20","TSR","WOT"],"rulings":[{"date":"2024-09-20","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2024-09-20","text":"If your opponent discards a card while you control Leyline of the Void, abilities that check whether a card is discarded (such as Hollow One, or a madness ability of the discarded card) still work, even though that card never reaches that player's graveyard. In addition, spells or abilities that check the characteristics of the discarded card can find that card in exile."},{"date":"2024-09-20","text":"Tokens can still die while Leyline of the Void is on the battlefield."},{"date":"2024-09-20","text":"While Leyline of the Void is on the battlefield, nontoken creatures your opponents control won't die. They'll be exiled instead. Abilities that would trigger when those creatures die won't trigger."}],"rarities":["rare","special"]},"leyline of transformation":{"name":"Leyline of Transformation","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nAs this enchantment enters, choose a creature type.\nCreatures you control are the chosen type in addition to their other types. The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield."},"cost":null,"sub_ability":null,"duration":null,"description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddChosenSubtype","kind":"CreatureType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control are the chosen type in addition to their other types."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"cfaa13d6-9992-4223-8bd7-c44046505555","metadata":{"source_printing_ids":["4bd941ca-f3d2-44c1-8df3-851362f6b848","fd545d86-9a3e-4e4f-b0fe-9363a85b9290"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2024-09-20","text":"Replacement effects that modify creatures of a certain type as they enter will apply after you apply this effect. For example, if Warrior is the chosen creature type and you control Bramblewood Paragon (a creature with \"Each other Warrior creature you control enters with an additional +1/+1 counter on it.\"), a Runeclaw Bear would enter with an additional +1/+1 counter."},{"date":"2024-09-20","text":"To choose a creature type, you must choose an existing creature type, such as Human or Survivor. You can't choose multiple creature types, such as \"Human Survivor.\" Card types such as artifact can't be chosen, nor can subtypes that aren't creature types, such as Kaito, Vehicle, or Treasure."}],"rarities":["rare"]},"lhurgoyf":{"name":"Lhurgoyf","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lhurgoyf"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"1+*"},"loyalty":null,"defense":null,"oracle_text":"Lhurgoyf's power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"All"}}},{"type":"SetDynamicToughness","value":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"All"}},"offset":1}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0fe76004-b2f4-4b11-abce-75fd76f68b4d","metadata":{"source_printing_ids":["014b215d-a077-4792-ab5d-6b15e756aaec","10b1d394-6135-4064-971b-8df515e7ba50","a9d664dc-4477-46b3-9dd7-022c94090254","e5093316-dc00-4155-babf-d6ca222f2bd3","ea5d550a-bd8b-4f9e-ac7d-c35ebbe313e6","fadc2d27-0c6c-4f68-bee0-0af6688f304d","fee6d385-d44b-4f1a-beb1-13aeebde063e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","8ED","BRB","CM2","CMD","DKM","ICE","M3C","OLEP","WC97"],"rarities":["rare"]},"library of leng":{"name":"Library of Leng","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You have no maximum hand size.\nIf an effect causes you to discard a card, discard it, but you may put it on top of your library instead of into your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"NoMaximumHandSize","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have no maximum hand size."}],"replacements":[{"event":"Discard","execute":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"If an effect causes you to discard a card, discard it, but you may put it on top of your library instead of into your graveyard.","condition":{"type":"EffectCausedDiscard"}}],"color_override":null,"scryfall_oracle_id":"867def48-4be8-4056-bcf1-d6b00450b9a3","metadata":{"source_printing_ids":["0254bff2-a3a7-434e-980a-2d30355793fc","038ea81c-b491-4529-936d-c7afad950174","0634ab23-4691-4c77-9b8f-bfd9d99b31a1","2340edcb-8cd5-4ccd-99e2-b9a29f72c495","502d77d6-c5c9-4def-80cb-7905fbbdefcb","6d7558d0-a1cd-4f5b-a536-45cd40a225fb","8ad8555d-fd00-4b5b-925c-98230f4fdff4","9a51b6ae-29d1-44b4-bb09-72a5100139cf","b811a515-87a2-4dee-8689-48bfba12e6c5","c2fbf45f-9599-42e2-8510-7e20731e6c68","cfe1d1ae-bcc0-4b0d-a60f-f5ed30184329","ded66cfb-d1fa-4dbb-af19-8eeba6fbf86d","f0535e83-d55a-4195-9a40-ec5acfe8d9ff"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","CED","CEI","FBB","LEA","LEB","ME4","SPG","SUM"],"rulings":[{"date":"2004-10-04","text":"If more than one card is discarded due to a single effect, the Library allows you to decide whether or not to use it on each of the cards. You get to decide the order the cards are placed on the library if more than one goes there."},{"date":"2004-10-04","text":"Since the card goes directly to the library, the card is not revealed unless the spell or ability requiring the discard specifically says it is."},{"date":"2004-10-04","text":"The ability applies any time a spell or ability has you discard as part of its effect. It does not matter if you or your opponent control the spell or ability. The discard is forced because it is an effect."},{"date":"2004-10-04","text":"The ability replaces the normal discard action with a discard action that puts the card on the library instead of the graveyard."},{"date":"2004-10-04","text":"The discard triggers anything else that triggers on discards."},{"date":"2004-10-04","text":"This effect has no effect on the cards being put into the graveyard from a library, because they are not \"discarded\"."},{"date":"2004-10-04","text":"You can look at a randomly discarded card before deciding where it goes."},{"date":"2004-10-04","text":"You can't use the Library of Leng ability to place a discarded card on top of your library when you discard a card as a cost, because costs aren't effects."},{"date":"2009-10-01","text":"If multiple effects modify your hand size, apply them in timestamp order. For example, if you put Null Profusion (an enchantment that says your maximum hand size is two) onto the battlefield and then put Library of Leng onto the battlefield, you'll have no maximum hand size. However, if those permanents entered in the opposite order, your maximum hand size would be two."}],"rarities":["common","uncommon","mythic"]},"lich's tomb":{"name":"Lich's Tomb","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You don't lose the game for having 0 or less life.\nWhenever you lose life, sacrifice a permanent for each 1 life you lost. (Damage causes loss of life.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"count":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you lose life, sacrifice a permanent for each 1 life you lost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantLoseTheGame","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You don't lose the game for having 0 or less life."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"600b9ab8-36dc-4f02-b48c-091348d132ac","metadata":{"source_printing_ids":["ca24a105-e32a-4b2c-99bf-cfd85bae6229"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DST"],"rarities":["rare"]},"lier, disciple of the drowned":{"name":"Lier, Disciple of the Drowned","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Spells can't be countered.\nEach instant and sorcery card in your graveyard has flashback. The flashback cost is equal to that card's mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells can't be countered."},{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each instant and sorcery card in your graveyard has flashback. The flashback cost is equal to that card's mana cost."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"f224db3d-cdd2-43f2-b625-4b861efa6449","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1c3790eb-456f-4118-be54-9ceb51087e71","78fb8900-d28d-4e33-96a7-66fcbc117adf","9d67b9ec-7f53-4df6-b2cc-afd7efda6bb4","b8b70585-e0ea-4cb4-9360-a8ab47626696","faead665-3070-4e29-9bc5-0d87708e600f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID","PMID","SCH","SLD","TDC"],"rulings":[{"date":"2021-09-24","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2021-09-24","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-09-24","text":"If a card has multiple instances of flashback, you may choose any of its flashback costs to pay."},{"date":"2021-09-24","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-09-24","text":"If a card with no mana cost gains flashback, it has no flashback cost. It can't be cast this way."},{"date":"2021-09-24","text":"If a split card gains flashback, you pay only the cost of the half you're casting."},{"date":"2021-09-24","text":"If you cast a spell with flashback, you can't pay any alternative costs such as overload costs. You can pay additional costs such as kicker costs. If the spell has any mandatory additional costs, you must pay those to cast the spell with flashback."},{"date":"2021-09-24","text":"If you cast an instant or sorcery with {X} in its mana cost this way, you still choose the value of X as part of casting the spell and pay that cost."},{"date":"2021-09-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-09-24","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-09-24","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["mythic"]},"life":{"name":"Life","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"All lands you control become 1/1 creatures until end of turn. They're still lands.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":1},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become 1/1 creatures"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"They're still lands"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"All lands you control become 1/1 creatures until end of turn. They're still lands.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"d476f4b3-db63-4756-ab76-4b35f63c2825","metadata":{"source_printing_ids":["2424f2c4-366b-42cf-bf4b-a8a5bfdd2c4b","7ab75cdb-93a1-4f78-b404-37566295c321","e16d52ca-f8de-4852-9bff-9d208e5f678f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["AA2","APC","DDJ","DMR","F06","PRM"],"rulings":[{"date":"2022-12-08","text":"A noncreature permanent that becomes a creature can attack, and its {T} abilities can be activated, only if its controller has continuously controlled that permanent since the beginning of their most recent turn. It doesn't matter how long the permanent has been a creature. Notably, if you turn a land into a creature on the turn it entered the battlefield, you won't be able to tap it for mana."},{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Lands that become creatures retain any other supertypes, card types, subtypes, and abilities they have."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["uncommon"]},"life of the party":{"name":"Life of the Party","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"First strike, trample, haste\nWhenever this creature attacks, it gets +X/+0 until end of turn, where X is the number of creatures you control.\nWhen this creature enters, if it's not a token, each opponent creates a token that's a copy of it. The tokens are goaded for the rest of the game. (They attack each combat if able and attack a player other than you if able.)","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Haste","Trample"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it gets +X/+0 until end of turn, where X is the number of creatures you control.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddStaticMode","mode":"Goaded"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"goaded"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if it's not a token, each opponent creates a token that's a copy of it. The tokens are goaded for the rest of the game.","constraint":null,"condition":{"type":"ZoneChangeObjectMatchesFilter","destination":"Battlefield","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"NonToken"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"b2d1f87b-a11f-43eb-8b89-b48945320d73","metadata":{"related_token_ids":["9b02e27b-70be-56ba-a683-9e2a622ec8f5"],"source_printing_ids":["30cfd6c9-9eed-493b-bd1d-113cb7935f61","4ca47ef3-4c57-4928-ab87-fb786879d8d6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NCC","PNCC"],"rulings":[{"date":"2022-04-29","text":"If something is goaded but the player who goaded it has left the game, it still must attack one of the other players if able."}],"rarities":["rare"]},"lifelink":{"name":"Lifelink","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature has lifelink. (Damage dealt by the creature also causes its controller to gain that much life.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has lifelink."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4fe8316a-9cff-43e9-a1d5-993a0c9daf3a","metadata":{"source_printing_ids":["a8e207d4-9930-4aff-a7c8-b53bd1b5d566","f0d881c1-24e7-4ce7-8ab1-474cb040ddd7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["M10","M12"],"rulings":[{"date":"2009-10-01","text":"The controller of the enchanted creature, not the controller of Lifelink, gains the life (in case they’re different players)."}],"rarities":["common"]},"light up the stage":{"name":"Light Up the Stage","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Spectacle {R} (You may cast this spell for its spectacle cost rather than its mana cost if an opponent lost life this turn.)\nExile the top two cards of your library. Until the end of your next turn, you may play those cards.","non_ability_text":null,"flavor_name":null,"keywords":[{"Spectacle":{"type":"Cost","shards":["Red"],"generic":0}}],"abilities":[{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile the top two cards of your library. Until the end of your next turn, you may play those cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"8d286376-f386-43ab-a9bd-8478fb9e2497","metadata":{"source_printing_ids":["21775491-53e7-4654-8d23-54d0acd89299","351de611-2162-4d3e-9080-ad29fb300243","60ae69dd-d0a0-40aa-ac8f-081d2a015928","686150d8-1d01-4c4f-8e4d-61ada78d6859","7034ff11-f7c7-4f33-be89-491ffec84833","82494a9c-c9c4-4ef0-a9f5-1496d9595740","912b94c9-7200-452d-940f-df0a7cceb377","9287b848-2aeb-4c70-ac4a-acafb871b7a4","c8ccd3d9-e824-4174-b2f8-206742dc343a","de6d3994-17e0-4d04-a34d-667233f86ad8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","CLB","CLU","DSC","FCA","PLST","PRNA","RNA","RVR","SLD"],"rulings":[{"date":"2019-01-25","text":"Casting an exiled card causes it to leave exile. You can't cast it multiple times."},{"date":"2019-01-25","text":"If you don't play a card exiled this way, it remains in exile."},{"date":"2019-01-25","text":"Light Up the Stage doesn't change when you can play the exiled cards. For example, if you exile a sorcery card, you can cast it only during your main phase when the stack is empty. If you exile a land card, you can play it only during your main phase and only if you have an available land play remaining."},{"date":"2024-01-12","text":"A card's spectacle cost is the same no matter how much life your opponents lost or how many opponents lost life."},{"date":"2024-01-12","text":"Damage dealt to a player causes that player to lose that much life."},{"date":"2024-01-12","text":"In a multiplayer game, if an opponent loses life and later that turn leaves the game, you can cast a spell for its spectacle cost. (If a player leaves the game during their turn, that turn continues without an active player.)"},{"date":"2024-01-12","text":"Spectacle cares only that an opponent lost life during the turn, not that the opponent's life total is currently lower than it was. For example, if an opponent loses 1 life and then gains 2 life in the same turn, you can cast a spell for its spectacle cost that turn."},{"date":"2024-01-12","text":"Spectacle doesn't change when you can cast the spell. For example, you can't cast a sorcery with spectacle during an opponent's turn unless another effect allows you to do so, even if that player has lost life this turn."},{"date":"2024-01-12","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a spectacle cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon","rare"]},"lightning bolt":{"name":"Lightning Bolt","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Lightning Bolt deals 3 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4457ed35-7c10-48c8-9776-456485fdf070","metadata":{"source_printing_ids":["0277c0b1-da97-49c1-a539-7fbaa1f77419","02e20655-321c-4194-ab72-b4a5473238d1","0f29ea1f-a226-4ec4-8297-109e2f2b5c69","24484578-7885-4125-b95f-e677d970a5a1","27740ea5-79c8-420f-bc49-6d5eac58dac5","310de1ef-f1b6-4b61-9d6c-6b70382a7f95","32a180dd-9641-4546-8940-9b21084f0c71","3c738171-d0dc-4cc2-8af8-1d306143db37","435589bb-27c6-4a6d-9d63-394d5092b9d8","45184cd7-b037-4a85-a063-e622ca928d17","4dbd1cd7-521d-4a59-af53-e5cae451712f","4eaac4fd-95f5-4f38-b593-0101e79a20f9","4f43c378-9e6a-4ece-9c24-5dc08c977746","54199d7c-02f8-4ff0-9e43-e7bf66ef9715","54be73dd-cb3b-411b-8f48-d12ca5183dee","5a763474-5ce9-48cc-aaf8-8ca363df4430","5fbb6751-1072-4fc0-8b54-836d05950914","677da834-7f4a-4f60-9151-de7ddcf29622","6881d7c8-5bb7-4f8c-9f03-50fb1309d9c8","6ab06973-6440-4b12-8947-8c412500fa41","6fb94c1b-8002-4d79-add0-c4dfef9019ee","719d571c-0740-4212-86c2-e9ef38516f6c","7673784e-db4b-43a1-8d55-1bb9fc1e284f","77c6fa74-5543-42ac-9ead-0e890b188e99","9521375e-0bc1-45ef-b513-6d332a25f9d2","9809473d-f793-476f-ae7e-e535b6725d65","988cd919-146e-4212-b0e4-146b87f806bd","996a81ae-0c2d-4e74-b018-5f0ec0fcfbd3","a6de74d2-0668-49c6-a385-bf706bfed8f7","ae5f9fb1-5a55-4db3-98a1-2628e3598c18","b14fae63-2e82-49c1-8e62-d84a65f27479","b5d3dcab-2260-479d-9ef6-dfb92d4f6061","bde26955-6de3-4212-9e1a-5e11f73ebf44","c3eb3895-b64c-46ab-b704-3c46963920ba","c69f668b-cf28-495a-bbe1-24e9d0089fa1","c8c8390f-4072-454f-8dc4-174919187a47","cb9b9a9d-ae4c-4e04-bf9d-cae48f01292c","ccee0b4c-0cb0-4c0f-8ddc-bc74b8b97273","ce711943-c1a1-43a0-8b89-8d169cfb8e06","d573ef03-4730-45aa-93dd-e45ac1dbaf4a","dc12105d-7536-429b-9510-4f56bfc0c497","df77bf7d-546a-416b-a2fe-8038a4125af5","e3285e6b-3e79-4d7c-bf96-d920f973b122","e768c957-3a1f-42f5-853a-96942f645df5","e89794ab-6070-4916-936f-2b42fe41d31b","edd88c4f-58bd-4920-b41f-037462b54915","f11b8d24-375d-40dc-8497-c1ee779e156a","f29ba16f-c8fb-42fe-aabf-87089cb214a7","f58dba4f-1abb-47a3-a684-29c32bab95c0","fc8f431d-b7eb-4848-99dd-a5f896248145","fcf2ea50-44af-46d7-80c9-36fc18606748","ff1b8fc5-604a-4449-a73d-861e53642a70"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","2X2","30A","3ED","4BB","4ED","A25","ATH","BTD","CED","CEI","CLB","CLU","E01","FBB","FCA","GN3","HBG","J21","JGP","JMP","LEA","LEB","M10","M11","ME1","MM2","MSC","OLGC","P09","P10","PD2","PF19","PF25","PLST","PRM","PTC","PW26","SLD","SLP","STA","SUM","TD0","TLE"],"rarities":["common","uncommon","rare","mythic"]},"lightning dart":{"name":"Lightning Dart","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Lightning Dart deals 1 damage to target creature. If that creature is white or blue, Lightning Dart deals 4 damage to it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"TargetMatchesFilter","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasColor","color":"White"}]},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasColor","color":"Blue"}]}]},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"~ deals 1 damage to target creature. If that creature is white or blue, ~ deals 4 damage to it instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7bc53740-86e7-4e9d-aab6-b5ae62a42133","metadata":{"source_printing_ids":["54d05157-d154-4203-bf3e-add110cb1cee"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["INV"],"rarities":["uncommon"]},"lightning reflexes":{"name":"Lightning Reflexes","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast this spell as though it had flash. If you cast it any time a sorcery couldn't have been cast, the controller of the permanent it becomes sacrifices it at the beginning of the next cleanup step.\nEnchant creature\nEnchanted creature gets +1/+0 and has first strike.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"Cleanup"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"You may cast this spell as though it had flash. If you cast it any time a sorcery couldn't have been cast, the controller of the permanent it becomes sacrifices it at the beginning of the next cleanup step.","constraint":null,"condition":{"type":"CastTimingPermission","permission":"AsThoughHadFlash"},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+0 and has first strike."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2b0c82f1-078a-4e8b-8e43-407f5c5d8549","casting_options":[{"kind":"AsThoughHadFlash"}],"metadata":{"source_printing_ids":["271febe5-98ea-403d-87be-7865cf9f426d","9653f159-3f56-4446-bb6d-b4b4ee0cd61d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["DMR","MIR"],"rulings":[{"date":"2022-12-08","text":"The sacrifice occurs only if you cast it using its own ability. If you cast it using some other effect (for example, if another effect allowed you to cast it as though it had flash), then it won't be sacrificed."}],"rarities":["common"]},"lightning surge":{"name":"Lightning Surge","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Lightning Surge deals 4 damage to any target.\nThreshold — If there are seven or more cards in your graveyard, instead Lightning Surge deals 6 damage to that permanent or player and the damage can't be prevented.\nFlashback {5}{R}{R} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Red","Red"],"generic":5}}}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":6},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 6 damage to that permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"DamagePreventionDisabled","source":0,"expiry":{"type":"EndOfTurn"}}},"cost":null,"sub_ability":null,"duration":null,"description":"player and the damage can't be prevented","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"Threshold — If there are seven or more cards in your graveyard, instead ~ deals 6 damage to that permanent or player and the damage can't be prevented.","target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"GraveyardSize","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"~ deals 4 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"dc55e69e-e1b8-4129-902c-c71bcb952418","metadata":{"source_printing_ids":["0452d78d-eafc-4ccb-a478-d1f46bcefffe"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["JUD"],"rulings":[{"date":"2004-10-04","text":"It either deals 4 damage or 6 damage. It does not deal 10 damage."},{"date":"2013-04-15","text":"At the time this spell is resolving, it is on the stack and not in the graveyard. This means that you should not count this card when determining whether the Threshold effect occurs."},{"date":"2021-03-19","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2021-03-19","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-03-19","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-03-19","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-03-19","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare"]},"lightning, army of one":{"name":"Lightning, Army of One","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"First strike, trample, lifelink\nStagger — Whenever Lightning deals combat damage to a player, until your next turn, if a source would deal damage to that player or a permanent that player controls, it deals double that damage instead.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Lifelink","Trample"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"AddTargetReplacement","replacement":{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":null,"condition":null,"damage_modification":{"type":"Double"}},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, until your next turn, if a source would deal damage to that player or a permanent that player controls, it deals double that damage instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"585eb5bc-5a3d-44d8-b593-1ff0d67f96a7","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0c665905-183b-401f-b83c-a312d032e061","1103da9c-300c-406b-997d-9e5bb7cd02d6","2b760674-b6cc-4730-8c88-4e627f60589c","45cb2a76-7d12-41e6-93c7-09922934699c","be2af52c-9f38-40e4-a643-06c5f2a9f416"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"If another effect (or effects) modifies how much damage a source you control would deal—by preventing some of it, for example—the player being dealt damage or the controller of the permanent being dealt damage chooses the order in which any such effects (including Lightning's) apply. If all of the damage is prevented, Lightning's effect no longer applies."},{"date":"2025-06-06","text":"If damage dealt by a source you control is being divided or assigned among multiple permanents and/or players, that damage is divided or assigned before doubling. For example, if you attack with a 5/5 creature with trample and it's blocked by a 2/2 creature, you can assign 2 damage to the blocker and 3 damage to the defending player. Those amounts are then doubled to 4 and 6, respectively."},{"date":"2025-06-06","text":"The damage is dealt by the same source as the original source of damage. The doubled damage isn't dealt by Lightning unless it was the original source of damage."}],"rarities":["mythic"]},"lightstall inquisitor":{"name":"Lightstall Inquisitor","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhen this creature enters, each opponent exiles a card from their hand and may play that card for as long as it remains exiled. Each spell cast this way costs {1} more to cast. Each land played this way enters tapped.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0,"cast_cost_raise":{"type":"Cost","shards":[],"generic":1},"land_enter_tapped":"Tapped"},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent exiles a card from their hand and may play that card for as long as it remains exiled. Each spell cast this way costs {1} more to cast. Each land played this way enters tapped.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"57012049-06d7-4354-8125-9ea9e742f14d","metadata":{"source_printing_ids":["635245e9-c27f-4a51-a6f1-bae62e696542","ad782559-9b45-4a87-8ae6-82be6fd32f76"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"Playing the exiled card follows all normal timing restrictions."}],"rarities":["rare"]},"liliana of the veil":{"name":"Liliana of the Veil","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Liliana"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"[+1]: Each player discards a card.\n[−2]: Target player sacrifices a creature.\n[−6]: Separate all permanents target player controls into two piles. That player sacrifices all permanents in the pile of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Each player discards a card.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":{"type":"Loyalty","amount":-2},"sub_ability":null,"duration":null,"description":"[−2]: Target player sacrifices a creature.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Unimplemented","name":"separate","description":"Separate all permanents target player controls into two piles"},"cost":{"type":"Loyalty","amount":-6},"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"ParentTargetController","properties":[]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−6]: Separate all permanents target player controls into two piles. That player sacrifices all permanents in the pile of their choice.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0ba134d8-ee7d-48ec-8dc6-57942b8e9261","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["1e945c79-6c1e-404a-8993-655851566928","7125336c-4c2d-47a0-8caf-b755f4954176","a18b8768-4126-4636-990e-21b4308740dc","ac506c17-adc8-49c6-9d8d-43db7cb1ec9d","d12c8c97-6491-452c-811d-943441a7ef9f","e653437e-2e56-4443-aec5-5bb7d8860238","efbb7256-9337-4183-8bda-a419f3f2c501"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","INR","ISD","MM3","PDMU","PPRO","PRM","PUMA","PWCS","UMA"],"rulings":[{"date":"2022-09-09","text":"A pile can be empty. If the player chooses an empty pile, no permanents will be sacrificed."},{"date":"2022-09-09","text":"When Liliana’s first ability resolves, first the player whose turn it is chooses a card in hand without revealing it, then each other player in turn order does the same. Then all the chosen cards are discarded at the same time."},{"date":"2022-09-09","text":"When Liliana’s third ability resolves, you put each permanent the player controls into one of the two piles. For example, you could put a creature into one pile and an Aura enchanting that creature into the other pile."},{"date":"2022-09-09","text":"You can activate Liliana’s first ability even if some or all players will be unable to discard a card."}],"rarities":["mythic"]},"liliana's triumph":{"name":"Liliana's Triumph","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each opponent sacrifices a creature of their choice. If you control a Liliana planeswalker, each opponent also discards a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Planeswalker",{"Subtype":"Liliana"}],"controller":"ScopedPlayer","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":"Each opponent sacrifices a creature of their choice. If you control a Liliana planeswalker, each opponent also discards a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c2e68ac5-cfff-4b76-8062-25a82fdf9a5c","metadata":{"source_printing_ids":["84803db8-fdb0-462b-92f6-33d591593d2d","fe1f0f9e-556c-40b7-bba9-a539c4c4fd30"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRM","PWAR","TSR","WAR"],"rulings":[{"date":"2019-05-03","text":"Controlling more than one planeswalker of the appropriate type won't have any more of a benefit than just controlling one."},{"date":"2019-05-03","text":"Whether you control an appropriate planeswalker is checked only as the spell resolves."},{"date":"2021-03-19","text":"As Liliana's Triumph resolves, the opponent whose turn it is (or, if it's your turn, the next opponent in turn order) chooses a creature to sacrifice, then each other opponent in turn order does the same, knowing the choices made before them. Then all the chosen creatures are sacrificed at the same time. Then, if you control a Liliana planeswalker, in the same order, each opponent chooses a card in their hand without revealing it, and those cards are discarded at the same time."},{"date":"2021-03-19","text":"You can cast Liliana's Triumph even if some or all of your opponents will be unable to sacrifice a creature. If you control a Liliana planeswalker, they'll still discard a card, even if they couldn't sacrifice a creature."}],"rarities":["uncommon","special"]},"liliana, dreadhorde general":{"name":"Liliana, Dreadhorde General","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Liliana"]},"power":null,"toughness":null,"loyalty":"6","defense":null,"oracle_text":"Whenever a creature you control dies, draw a card.\n[+1]: Create a 2/2 black Zombie creature token.\n[−4]: Each player sacrifices two creatures of their choice.\n[−9]: Each opponent chooses a permanent they control of each permanent type and sacrifices the rest.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Create a 2/2 black Zombie creature token.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":2}},"cost":{"type":"Loyalty","amount":-4},"sub_ability":null,"duration":null,"description":"[−4]: Each player sacrifices two creatures of their choice.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},{"kind":"Activated","effect":{"type":"ChooseAndSacrificeRest","categories":["Artifact","Battle","Creature","Enchantment","Land","Planeswalker"],"chooser_scope":"EachPlayerSelf","choose_filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"sacrifice_filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":-9},"sub_ability":null,"duration":null,"description":"[−9]: Each opponent chooses a permanent they control of each permanent type and sacrifices the rest.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control dies, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5e958212-6a5b-4288-8d31-f1572619d7dc","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["87201137-39ed-586a-985a-90821d3de996","bdd2e8d4-e586-513b-a7d4-399f1417b85b","ce24f27b-16b5-596b-b810-805a9384991b","e4911e26-9c57-527c-a129-d01d7cce54c2","e8918ec2-32fe-5ef5-a5aa-5c578794d5f3"],"source_printing_ids":["06bcf9ac-f0f7-405b-960b-ebf15b2640a7","199e3667-33be-415f-8f10-1c42a78d7637","4b3c833d-b03e-4aee-8f62-1828081511ff","7a097413-b77c-45e8-a4ac-5b2dc1d34e16","ba461127-2220-4274-81cb-423a1700c9eb","cb28d217-795e-4320-a032-cd713f7ecc8a","d75ebba8-34ca-47a0-bf13-8318ad73b343"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PFDN","PRM","PWAR","PWCS","RVR","SLD","WAR"],"rulings":[{"date":"2024-01-12","text":"As Liliana's last ability resolves, the next opponent in turn order (or, if it's somehow an opponent's turn, that opponent) makes all of their choices for it, then each other opponent in turn order does the same, knowing the choices made before them. Then all the unchosen permanents are sacrificed at the same time."},{"date":"2024-01-12","text":"As Liliana's second loyalty ability resolves, first the player whose turn it is chooses two creatures they control, then each other player in turn order does the same, knowing the choices made before them. Then all the chosen creatures are sacrificed at the same time. If any player can choose only one creature, that player does so."},{"date":"2024-01-12","text":"If Liliana dies at the same time as one or more creatures you control, her first ability triggers for each of those creatures."},{"date":"2024-01-12","text":"If Liliana somehow becomes a creature and dies, her first ability will trigger."},{"date":"2024-01-12","text":"The permanent types are artifact, creature, enchantment, land, and planeswalker. Supertypes, like legendary, aren't permanent types."},{"date":"2024-01-12","text":"While making choices for Liliana's last ability, if a permanent has more than one permanent type, it can count for any of them. For example, you could choose an artifact creature as the artifact you're sparing, another creature as the creature, and an enchantment creature as the enchantment. Similarly, you could choose an enchantment creature as both the creature and the enchantment that you're sparing, even if you control another creature and/or another enchantment."}],"rarities":["mythic"]},"liliana, waker of the dead":{"name":"Liliana, Waker of the Dead","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Liliana"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"[+1]: Each player discards a card. Each opponent who can't loses 3 life.\n[−3]: Target creature gets -X/-X until end of turn, where X is the number of cards in your graveyard.\n[−7]: You get an emblem with \"At the beginning of combat on your turn, put target creature card from a graveyard onto the battlefield under your control. It gains haste.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"Not","condition":{"type":"EffectOutcome","signal":"CurrentScopeSucceeded"}},{"type":"ScopedPlayerMatches","filter":{"type":"Opponent"}}]},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"[+1]: Each player discards a card. Each opponent who can't loses 3 life.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"GraveyardSize","player":{"type":"Controller"}}}}},"toughness":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"GraveyardSize","player":{"type":"Controller"}}}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":-3},"sub_ability":null,"duration":"UntilEndOfTurn","description":"[−3]: Target creature gets -X/-X until end of turn, where X is the number of cards in your graveyard.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":null,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Command"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put target creature card from a graveyard onto the battlefield under your control. It gains haste","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}]},"cost":{"type":"Loyalty","amount":-7},"sub_ability":null,"duration":null,"description":"[−7]: You get an emblem with \"At the beginning of combat on your turn, put target creature card from a graveyard onto the battlefield under your control. It gains haste.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e0df8e2a-96d2-4e4d-b065-aa2e162abbfe","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["a2edac86-02d4-4201-9b72-2ec64f163a72","e329a3e2-6702-4758-8aac-c3017e77b619","e8dd3fda-d778-4be6-abd4-6cf704e352ea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M21","PM21","PRM"],"rulings":[{"date":"2020-06-23","text":"A player who has a card in hand can't choose to lose 3 life instead of discarding a card."},{"date":"2020-06-23","text":"As Liliana's first ability resolves, first the player whose turn it is chooses a card in hand without revealing it, then each other player in turn order does the same. Then all the chosen cards are discarded at the same time. Finally, each opponent who couldn't discard a card loses 3 life."},{"date":"2020-06-23","text":"Creatures put onto the battlefield with Liliana's emblem gain haste indefinitely."},{"date":"2020-06-23","text":"If you have no cards in hand, you just don't discard anything. You don't lose 3 life. Other players still discard if able."},{"date":"2020-06-23","text":"In a multiplayer game, if a player leaves the game, all cards that player owns leave as well. If you leave the game, any permanents you control from Liliana's emblem are exiled."},{"date":"2020-06-23","text":"The value of X is determined only as Liliana's second ability resolves. Once that happens, the value of X won't change later in the turn even if the number of cards in your graveyard changes."}],"rarities":["mythic"]},"lily bowen, raging grandma":{"name":"Lily Bowen, Raging Grandma","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Warrior"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nLily Bowen enters with two +1/+1 counters on it.\nAt the beginning of your upkeep, double the number of +1/+1 counters on Lily Bowen if its power is 16 or less. Otherwise, remove all but one +1/+1 counter from it, then you gain 1 life for each +1/+1 counter removed this way.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"MultiplyCounter","counter_type":"P1P1","multiplier":2,"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"remove","description":"remove all but one +1/+1 counter from it"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"comparator":"LE","rhs":{"type":"Fixed","value":16}},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, double the number of +1/+1 counters on ~ if its power is 16 or less. Otherwise, remove all but one +1/+1 counter from it, then you gain 1 life for each +1/+1 counter removed this way.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with two +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6b2d92f5-b0a1-4f30-9140-da490bf01bda","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["052dc548-d356-43fe-9484-665db7e1f505","2b27fe33-8675-4a36-8c24-873eb5d8bbf7","cd7f5a89-1b83-40d3-81b2-0b54e80ee9f9","e438066d-32df-42bb-91e7-f7be9ad3b86a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"To double the number of +1/+1 counters on Lily Bowen, put a number of +1/+1 counters on it equal to the number it already has. Replacement effects that modify the number of counters being placed on creatures you control, such as the effect of Branching Evolution, apply to this ability as normal."}],"rarities":["rare"]},"linden, the steadfast queen":{"name":"Linden, the Steadfast Queen","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance (Attacking doesn't cause this creature to tap.)\nWhenever a white creature you control attacks, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"White"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a white creature you control attacks, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dbc56f3b-83b3-41c8-a8ae-d3774fe6ee01","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["052ab231-6575-4682-9208-13ac6b9d7910","0dcd0898-db3d-44ec-9d56-a1b558da90f4","dfcb8e59-54e9-4e4d-8b21-e4371cbe3e77","e0bb07cd-9b74-4ba7-8089-27a565d74197","fa3ab467-be97-4b84-a73d-b03484d06b97"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","FDN","PELD","PLST"],"rarities":["rare"]},"linvala, shield of sea gate":{"name":"Linvala, Shield of Sea Gate","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of combat on your turn, if you have a full party, choose target nonland permanent an opponent controls. Until your next turn, it can't attack or block, and its activated abilities can't be activated.\nSacrifice Linvala: Choose hexproof or indestructible. Creatures you control gain that ability until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Choose","choice_type":{"Keyword":{"options":["Hexproof","Indestructible"]}},"persist":true},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddChosenKeyword"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain that ability"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Sacrifice ~: Choose hexproof or indestructible. Creatures you control gain that ability until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"can't","description":"can't attack or block, and its activated abilities can't be activated"},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, if you have a full party, choose target nonland permanent an opponent controls. Until your next turn, it can't attack or block, and its activated abilities can't be activated.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"PartySize","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"afd8ff3e-1d57-4fc5-91dc-1a8400c98787","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["15500025-e5ba-4f02-b875-bfa1b1a76875","49b66956-82e1-402f-9088-2201bdc0d4b8","ae337294-b5b9-471d-a292-1ba3ca3a5d1a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"Activated abilities contain a colon. They’re generally written “[Cost]: [Effect].” Some keyword abilities (such as equip) are activated abilities and will have a colon in their reminder text. Triggered abilities (starting with “when,” “whenever,” or “at”) are unaffected."},{"date":"2020-09-25","text":"An ability referring to the number of creatures in your party gets a number from zero to four. Such abilities never ask which creatures are in your party, and you never have to designate specific creatures as being in your party. You can’t choose to exclude creatures from this count to lower the number."},{"date":"2020-09-25","text":"If a creature has more than one party creature type, and there are multiple ways to count that creature that could result in a different number of creatures in your party, the highest such number is used. For example, if you control a Cleric and a Cleric Wizard, the number of creatures in your party is two. You can’t choose to have it be just one by counting the Cleric Wizard first as a Cleric."},{"date":"2020-09-25","text":"In a multiplayer game, if you leave the game after Linvala’s middle ability resolves but before your next turn begins, its effect lasts until your next turn would have begun. It neither expires immediately nor lasts indefinitely."},{"date":"2020-09-25","text":"Linvala’s middle ability won’t trigger at all if you don’t have a full party as your combat phase begins. It won’t affect the target if you don’t have a full party as it resolves. The number of creatures in your party may change between these times, however."},{"date":"2020-09-25","text":"No abilities of the affected permanent can be activated, including mana abilities."},{"date":"2020-09-25","text":"Some cards refer to you having a “full party.” This is true if the number of creatures in your party is four."},{"date":"2020-09-25","text":"The nonland permanent remains affected until your next turn even if the number of creatures in your party changes or Linvala leaves the battlefield."},{"date":"2020-09-25","text":"To determine “the number of creatures in your party,” check whether you control a Cleric, whether you control a Rogue, whether you control a Warrior, and whether you control a Wizard. The number is the total number of those checks to which you answered yes. Each creature you control can be counted for only one of those checks."}],"rarities":["rare"]},"lion sash":{"name":"Lion Sash","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Equipment","Cat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{W}: Exile target card from a graveyard. If it was a permanent card, put a +1/+1 counter on this permanent.\nEquipped creature gets +1/+1 for each +1/+1 counter on this Equipment.\nReconfigure {2} ({2}: Attach to target creature you control; or unattach from a creature. Reconfigure only as a sorcery. While attached, this isn't a creature.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Reconfigure":{"type":"Cost","shards":[],"generic":2}}],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"use_lki":true},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{W}: Exile target card from a graveyard. If it was a permanent card, put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"UnattachAll","attachment":{"type":"SelfRef"},"target":{"type":"Any"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"SourceAttachedTo","required_type":"Creature"}}},{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 for each +1/+1 counter on ~."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"SourceAttachedToCreature"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 702.151b + CR 613.1d: a reconfigure Equipment stops being a creature while attached to a creature (Layer 4 type removal)."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"50330e48-db74-4c5f-a0bc-f9a8607e8f31","metadata":{"source_printing_ids":["308c8834-e06e-452a-b82e-cb2b8fe0c304","3e1766e9-2fa7-4446-a255-7beea1467ece","84f8ce4c-c6fc-408c-a216-33374bbfb08d","ac406a70-f0d1-413d-86dd-060523cc80c4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PLST","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"Although it causes an Equipment to become attached to a creature, reconfigure is not an \"equip ability\" for the purpose of cards like Fighter Class and Leonin Shikari."},{"date":"2022-02-18","text":"An Equipment creature can never become attached to itself. If an effect tries to do this, nothing happens."},{"date":"2022-02-18","text":"An Equipment creature with reconfigure can be attached to creatures by effects other than its reconfigure ability, such as the activated ability of Brass Squire."},{"date":"2022-02-18","text":"An Equipment doesn't become tapped when the permanent it's attached to becomes tapped. For example, if you attack with a creature that is equipped with Acquisition Octopus, then use reconfigure to unattach Acquisition Octopus after combat, the Octopus will be untapped and could be used to block during your opponent's turn."},{"date":"2022-02-18","text":"As soon as an Equipment creature with reconfigure stops being a creature, any Equipment and Auras with enchant creature abilities become unattached. Auras that can enchant an Equipment that isn't a creature remain attached to it."},{"date":"2022-02-18","text":"Attaching an Equipment with reconfigure to a creature causes that Equipment to stop being a creature until it becomes unattached. It also loses any creature subtypes it had."},{"date":"2022-02-18","text":"If a permanent with reconfigure is somehow still a creature after it becomes attached (perhaps due to an effect like that of March of the Machines), it immediately becomes unattached from the equipped creature."},{"date":"2022-02-18","text":"If an Equipment with reconfigure somehow loses its abilities while it is attached, the effect causing it to not be a creature continues to apply until it becomes unattached."},{"date":"2022-02-18","text":"Reconfigure represents two activated abilities. Reconfigure [cost] means \"[Cost]: Attach this permanent to another target creature you control. Activate only as a sorcery,\" and \"[Cost]: Unattach this permanent. Activate only if this permanent is attached to a creature and only as a sorcery.\""},{"date":"2022-02-18","text":"Similarly, if an Equipment is tapped, its reconfigure abilities may still be activated and it may still become attached to creatures. Becoming attached doesn't untap it. In most cases, an attached Equipment being tapped won't affect gameplay, but it will be relevant if it becomes unattached again before it untaps."}],"rarities":["rare"]},"lion's eye diamond":{"name":"Lion's Eye Diamond","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Discard your hand, Sacrifice this artifact: Add three mana of any one color. Activate only as an instant.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":3},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"filter":null,"random":false,"self_ref":false},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"Discard your hand, Sacrifice ~: Add three mana of any one color. Activate only as an instant.","target_prompt":null,"activation_restrictions":[{"type":"AsInstant"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ee6099b0-fb1f-42f1-b862-7708c6e36d05","metadata":{"source_printing_ids":["63bacc32-d6ba-420c-9b49-299c08e5fb39","758f95f8-bcb0-43ae-b474-56ebd855951e"]},"legalities":{"commander":"legal","duel":"banned","legacy":"legal","oathbreaker":"banned","premodern":"legal","vintage":"restricted"},"printings":["MIR","PRM","VMA"],"rulings":[{"date":"2004-10-04","text":"The ability is a mana ability, so it is activated and resolves as a mana ability, but it can only be activated at times when you can cast an instant. Yes, this is a bit weird."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"living armor":{"name":"Living Armor","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Sacrifice this artifact: Put X +0/+1 counters on target creature, where X is that creature's mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"+0/+1","count":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Target"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice ~: Put X +0/+1 counters on target creature, where X is that creature's mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7a32b0d1-d9dc-4d24-ae60-3f3a0e18ec03","metadata":{"source_printing_ids":["3c31a957-ad1e-40cc-b3c4-2f4caa492b77","49963351-af01-43a5-b171-dbd23e81c55d","b9da41f7-c1d2-4d5c-b6a5-09f6cc05cd4a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["BCHR","CHR","DRK"],"rarities":["common","uncommon"]},"living conundrum":{"name":"Living Conundrum","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Hexproof\nIf you would draw a card while your library has no cards in it, skip that draw instead.\nAs long as there are no cards in your library, this creature has base power and toughness 10/10 and has flying and vigilance.","non_ability_text":null,"flavor_name":null,"keywords":["Hexproof"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":10},{"type":"SetToughness","value":10},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"Unrecognized","text":"there are no cards in your library"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as there are no cards in your library, ~ has base power and toughness 10/10 and has flying and vigilance."}],"replacements":[{"event":"Draw","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would draw a card while your library has no cards in it, skip that draw instead.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"quantity_modification":{"type":"Prevent"}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"378ae023-04d3-44cc-9248-3d787796ed6c","metadata":{"source_printing_ids":["97fb11c7-7b7f-4bdb-a022-53e28ebadecc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"If two or more replacement effects would apply to a card-drawing event, the player drawing the card chooses the order in which to apply them."},{"date":"2024-02-02","text":"If you're instructed to draw more than one card and you have fewer cards in your library, you draw each card in your library, then skip the remaining draws."}],"rarities":["uncommon"]},"llanowar elves":{"name":"Llanowar Elves","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"68954295-54e3-4303-a6bc-fc4547a4e3a3","metadata":{"source_printing_ids":["01c6f877-6b00-4d57-8a88-36cd3b16edbc","0312d980-b1d0-41ec-8f5b-d21fbb742b9b","07c3165a-39a9-4928-803c-22b60552346c","0eb7213c-f6e4-48cb-870a-13b80ba73b8b","11bd6cef-f887-4b07-a957-4c53cb3c9c87","199e047c-823b-4d18-a5e9-6de3e6989858","1f8a1386-77ca-46ae-8987-aaed435556ea","26435a65-56a6-4e65-b504-a15d5bbc8696","392451d6-073a-49e3-9691-caac457e3d48","57ebd34e-dfe1-4093-a302-db395047a546","581b7327-3215-4a4f-b4ae-d9d4002ba882","632b9428-45c6-4b81-a701-f1c7d7e8d2f0","6a0b230b-d391-4998-a3f7-7b158a0ec2cd","6d6deae3-3ed4-47eb-bf4a-4a766ce18135","6fca5b76-2e0b-4557-91c6-283000d17849","73542493-cd0b-4bb7-a5b8-8f889c76e4d6","75d972d7-5ed9-49c1-8d27-ec162771284d","7707fcf6-e99e-4264-97c7-b2760ce50d79","8c27c558-caa0-4fc4-b6e6-4e7c9eaea0ff","8f897949-1adf-4d9f-956b-a53e1360922f","913907e2-28dd-4080-b725-52a43868e060","93005966-055d-4f14-bc51-1e6c3bd752a4","9636bb2a-0d7f-42d7-9757-15508baefb45","9e100beb-535d-41fe-8e5c-4788871a2739","a4be44d1-da6b-4427-955b-d7f32ebf1813","a6971b0a-274c-444c-aea8-5e114b4aecdd","abd80204-e9ba-483f-9b75-a69712545ba9","bb95a9a7-b0a3-4199-8c05-2519ccda738b","c4d1835a-913f-4979-953b-ddd933214538","c7a7fe6e-aa5a-4be6-a730-5cfff4fb89e3","cd43a84a-cde2-48f8-b6ab-1ec023c9e0c3","cf5dc35e-4fc2-4163-973c-c97d56cb8f1a","d1114b99-62fb-478a-a648-16b8c0b4c032","d1c46614-d8e1-4ab0-b226-d591c4df257a","d3455a72-c3c1-45a8-9bb7-c7c9e1c83ed0","d4f1cc9e-4f99-4c26-ac1b-8ef069fa8ceb","d9c02310-6a14-45c2-ae8c-b0fff7245673","da7bf82d-437a-4c28-98a4-4d092ba8d063","e1ab47f6-c346-47b6-ae3b-733eba9031e1","ed8a8cfd-baef-4198-b1f3-4926139588b2","ee7b36b5-9c10-4139-a0f9-5b9ea7afff5a","f8b6263a-91b8-47ca-bb9e-c0c7062ca238","fedd1b24-44ee-493a-b4db-3048ff5c760b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","9ED","ATH","BRB","BTD","C14","CED","CEI","CMA","DCI","DD1","DOM","EMA","EVG","FBB","FDN","FNM","GN3","GNT","J25","LEA","LEB","M10","M11","M12","M19","P30H","PANA","PDMU","PDOM","PLST","PRM","PTC","SLC","SLD","SUM","WC00","WC01","WC02","WC99"],"rarities":["common","rare","mythic"]},"llanowar sentinel":{"name":"Llanowar Sentinel","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may pay {1}{G}. If you do, search your library for a card named Llanowar Sentinel, put that card onto the battlefield, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Named","name":"llanowar sentinel"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may pay {1}{G}. If you do, search your library for a card named Llanowar Sentinel, put that card onto the battlefield, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"272ab5d5-7edb-4457-8a09-cabe2325c881","metadata":{"source_printing_ids":["6f37ea4b-66e2-4ad5-ae7f-d02fd59131bd","bda18561-4767-4f8e-bc6d-9117d1a480b1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","WTH"],"rulings":[{"date":"2004-10-04","text":"Because the \"search\" requires you to find a card with certain characteristics, you don't have to find the card if you don't want to."},{"date":"2007-07-15","text":"Llanowar Sentinels can \"chain\": If you put a second Llanowar Sentinel onto the battlefield as a result of this ability, that creature's \"enters\" ability triggers and allows you to search for yet another Llanowar Sentinel."}],"rarities":["common"]},"llanowar wastes":{"name":"Llanowar Wastes","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{T}: Add {B} or {G}. This land deals 1 damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Black","Green"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add {B} or {G}. ~ deals 1 damage to you.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"32116127-cf96-4a1b-8896-a1ebc087b597","metadata":{"source_printing_ids":["0a354548-d9ec-4486-8a41-bf568ff08c4c","102f764d-43e1-4183-9b10-27beab571050","10716909-1254-4b2b-997e-23a18994a98d","266316d3-3bbc-4283-aab8-69629855909f","4341d853-d0eb-45ef-9d0a-0b44dc805505","610b7cd5-5532-45a9-acfe-24a818034d1c","640b3883-4051-4401-9993-03bf8f3812c2","660cf964-ae3d-46c1-932f-b65d91643776","712aff1a-a816-4f0c-9bbe-41f94f504614","83837c14-9508-4590-aef6-40a16211072f","924d4025-a6f7-4ab0-8f0d-f4ba9ed0a232","9cb4ae53-8a0d-4eaf-900a-1ee6ec20a5df","a7218c70-b170-4d23-b98f-f8fa29312994","bdc7e1ef-cbe0-4057-b528-6c1da07ff90b","d75b4559-8946-45bb-a580-318a13d1e89e","d8528e41-299d-461e-83c6-04ba3da6b17d","d9f0d724-3b77-4cf6-a745-a04aca743312","e34a7793-a9b5-4892-b6e2-e4b97c3acd80","ec5506fe-695a-4747-b377-4d806215e121","f01e0e0e-f8c1-416d-bf4b-2b7661924e9b","f7cb5f66-d9f0-4af5-8d6b-14e1f3eef351","fa9d9e2d-6176-4593-b34a-c892a7b34695"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","9ED","APC","BLC","BRO","C19","C20","C21","DSC","EOC","M15","M3C","ORI","OTC","PBRO","PLST","PRM","SOC","TDC","WC01"],"rulings":[{"date":"2015-06-22","text":"Like most lands, each land in this cycle is colorless. The damage dealt to you is dealt by a colorless source."},{"date":"2015-06-22","text":"The damage dealt to you is part of the second mana ability. It doesn't use the stack and can't be responded to."}],"rarities":["rare"]},"loch larent":{"name":"Loch Larent","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Loch Larent enters tapped.\n{T}: Add {U}.\n{1}{U}, {T}: Scry 3. Target opponent gets a one-time boon with \"When you cast a creature spell, that creature enters tapped and with a stun counter on it.\" Activate only during your turn and only once.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"that","description":"that creature enters tapped and with a stun counter on it"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you cast a creature spell, that creature enters tapped and with a stun counter on it.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get a one-time boon with \"When you cast a creature spell, that creature enters tapped and with a stun counter on it.\""}],"duration":null,"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}{U}, {T}: Scry 3. Target opponent gets a one-time boon with \"When you cast a creature spell, that creature enters tapped and with a stun counter on it.\" Activate only during your turn and only once.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"},{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5c19c055-5350-4fd8-be90-8ce4ea132faf","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YWOE"]},"locker room":{"name":"Locker Room","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more creatures you control deal combat damage to a player, draw a card.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, draw a card.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b9ac4856-5cdb-479f-b0f5-7fa0b232a5ff","metadata":{"source_printing_ids":["606fe87c-d17b-4fa7-8e82-e7002d8229ef"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK"],"rarities":["uncommon"]},"locus of enlightenment":{"name":"Locus of Enlightenment","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Locus of Enlightenment has each activated ability of the exiled cards used to craft it. You may activate each of those abilities only once each turn.\nWhenever you activate an ability that isn't a mana ability, copy it. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you activate an ability that isn't a mana ability, copy it. You may choose new targets for the copy.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAllActivatedAbilitiesOf","source":{"type":"ExiledBySource"},"cap":{"type":"OnlyOnceEachTurn"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has each activated ability of the exiled cards used to craft it."}],"replacements":[],"color_override":["Blue"],"color_identity":["Blue"],"scryfall_oracle_id":"c0d2bdd9-1e68-4d3a-83f8-ec2ba440a494","metadata":{"source_printing_ids":["2e98970d-06a8-4c91-ba47-4a02c5b949f2","8d9cbb83-a89f-411b-88c8-c01718f265e0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rarities":["mythic"]},"loki, god of mischief":{"name":"Loki, God of Mischief","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God","Sorcerer","Villain"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever a player or permanent becomes the target of an ability you control, draw a card. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"InZone","zone":"Battlefield"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_subject_player":{"type":"Player"},"valid_source":{"type":"StackAbility","controller":"You"},"description":"Whenever a player or permanent becomes the target of an ability you control, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c112852f-61d5-4b94-b864-c7d0b5333b29","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["236c437f-ee9d-4145-a4db-b665908089cf","881af8c7-2d4d-4b68-b999-20e56a973311"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH","PMEI"],"rarities":["rare"]},"longstalk brawl":{"name":"Longstalk Brawl","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Gift a tapped Fish (You may promise an opponent a gift as you cast this spell. If you do, they create a tapped 1/1 blue Fish creature token before its other effects.)\nChoose target creature you control and target creature you don't control. Put a +1/+1 counter on the creature you control if the gift was promised. Then those creatures fight each other.","non_ability_text":null,"flavor_name":null,"keywords":[{"Gift":{"type":"TappedFish"}}],"abilities":[{"kind":"Spell","effect":{"type":"GiftDelivery","kind":{"type":"TappedFish"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetSlot","index":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"TrackedSet","id":0},"subject":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Choose target creature you control and target creature you don't control. Put a +1/+1 counter on the creature you control if the gift was promised. Then those creatures fight each other.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"adc8976a-0871-4fd6-9c4c-822ba9549b4b","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}}}},"metadata":{"related_token_ids":["abb2d41a-24fb-50ae-a778-b6177b7bc6ec"],"source_printing_ids":["c7ef748c-b5e5-4e7d-bf2e-d3e6c08edb42"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"As an additional cost to cast a spell with gift, you can promise the listed gift to an opponent. That opponent is chosen as part of that additional cost. The gift isn’t given at this time; rather, it’s given at a later time based on whether or not the spell is a permanent spell."},{"date":"2024-07-26","text":"For instants and sorceries with gift, the gift is given to the appropriate opponent as part of the resolution of the spell. This happens before any of the spell’s other effects would take place."},{"date":"2024-07-26","text":"For permanent spells with gift, an ability triggers when that permanent enters if the gift was promised. When that ability resolves, the gift is given to the appropriate opponent."},{"date":"2024-07-26","text":"If a spell for which the gift was promised is countered, doesn’t resolve (perhaps because all of its targets are illegal), or is otherwise removed from the stack, the gift won’t be given. None of its other effects will happen either."},{"date":"2024-07-26","text":"If the creature you control is an illegal target as Longstalk Brawl tries to resolve, you won’t put a +1/+1 counter on it even if the gift was promised. If that creature is a legal target but the creature you don’t control isn’t, you’ll still put a +1/+1 counter on the creature you control if the gift was promised."},{"date":"2024-07-26","text":"If you copy a spell for which the gift was promised, the gift was also promised to the same opponent for the copy. If a card or token enters as a copy of a permanent that’s already on the battlefield, the gift isn’t promised for that new permanent, even if it was promised for the original."},{"date":"2024-07-26","text":"In the main set, there are four different kinds of gifts. “Gift a Food” causes the chosen opponent to create a Food token, while “Gift a Treasure” causes the chosen opponent to create a Treasure token. “Gift a card” causes them to draw a card, and “Gift a tapped Fish” causes them to create a tapped 1/1 blue Fish creature token. The Commander decks contain two more kinds of gifts: “Gift an Octopus,” which causes the chosen opponent to create an 8/8 blue Octopus creature token, and “Gift an extra turn,” which causes them to take an extra turn after the current turn ends."},{"date":"2024-07-26","text":"Some instant or sorcery spells require alternative or additional targets if the gift was promised. You ignore these targeting requirements if the gifts aren’t promised for those spells. On the other hand, you can promise a gift for a permanent spell even if you won’t be able to choose targets for an enters ability of that permanent once the spell resolves."},{"date":"2024-07-26","text":"You can’t pay a gift cost more than once."}],"rarities":["common"]},"loot dispute":{"name":"Loot Dispute","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, you take the initiative and create a Treasure token.\nWhenever you attack the player who has the initiative, create a Treasure token.\nLoud Ruckus — Whenever you complete a dungeon, create a 5/5 red Dragon creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TakeTheInitiative"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you take the initiative and create a Treasure token.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack the player who has the initiative, create a Treasure token.","constraint":null,"condition":null,"batched":false},{"mode":"DungeonCompleted","execute":{"kind":"Spell","effect":{"type":"Token","name":"Dragon","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"types":["Creature","Dragon"],"colors":["Red"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you complete a dungeon, create a 5/5 red Dragon creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7c885698-69f2-44b5-abfe-9a2833822794","metadata":{"related_token_ids":["7fb44e8f-f3f6-5834-b4ef-a0249adacc31","feea9589-40b1-5e56-b7bd-3c91bf3133dc"],"source_printing_ids":["0669a2bb-11c7-45d8-9299-09246ff4e72c","8a225e62-e95d-4b9b-aab7-25925e35b925"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB"],"rulings":[{"date":"2022-06-10","text":"A player who currently has the initiative may take the initiative again. This causes that player to venture into Undercity again, but does not cause them to have multiple initiative designations."},{"date":"2022-06-10","text":"If the player with the initiative leaves the game, the active player takes the initiative at the same time that player leaves the game. If the active player is leaving the game or if there is no active player, the next player in turn order takes the initiative."},{"date":"2022-06-10","text":"If you aren’t in a dungeon when instructed to venture into Undercity, you will put Undercity into the command zone and move your venture marker to Secret Entrance (the first room)."},{"date":"2022-06-10","text":"If you’re already in a dungeon when instructed to venture into Undercity, you move to the next room of that dungeon. If you are already in the last room, you will complete that dungeon and start Undercity. This is true whether you’re already in Undercity or any other dungeon."},{"date":"2022-06-10","text":"In a Two-Headed Giant game, if both players on a team deal combat damage to the player that has the initiative at the same time, the player with the initiative will choose the order of the triggered abilities. Then, as those abilities resolve, one team member takes the initiative (and ventures into Undercity) and then the other team member does the same. The last player to take the initiative keeps it until the initiative changes again."},{"date":"2022-06-10","text":"Only one player can have the initiative at a time. As one player takes the initiative, any other player that had the initiative ceases to have it."},{"date":"2022-06-10","text":"Similarly, when instructed to venture into Undercity, you can’t start a dungeon that isn’t Undercity."},{"date":"2022-06-10","text":"The initiative is a designation a player can have. A player with the initiative designation is said to “have the initiative.” The initiative carries two inherent rules. First, whenever a player takes the initiative, and at the beginning of the upkeep of the player with the initiative, that player ventures into Undercity. Second, whenever one or more creatures a player controls deal combat damage to the player who has the initiative, the first player takes the initiative. Also, some abilities will refer to having the initiative and provide other benefits."},{"date":"2022-06-10","text":"There is no initiative in a game until an effect instructs a player to take the initiative. Once a player is instructed to do this, they have the initiative until another player takes the initiative."},{"date":"2022-06-10","text":"You cannot venture into Undercity unless instructed to do so, either because you have the initiative at the beginning of your upkeep or because you take the initiative. Notably, if you aren’t in a dungeon and an effect instructs you to venture into the dungeon (not venture into Undercity), you can’t start Undercity."}],"rarities":["rare"]},"loss":{"name":"Loss","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures your opponents control get -1/-1 until end of turn.\nFuse (You may cast one or both halves of this card from your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Fuse"],"abilities":[{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Creatures your opponents control get -1/-1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","White"],"scryfall_oracle_id":"c41e8a99-e4a8-4323-a59d-265266e29fa9","metadata":{"source_printing_ids":["0eb3ce46-ddd2-43b3-9e45-019ae91df686","320e1e05-12b8-4301-8cd7-3ead8046d94a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DGM","PIO"],"rarities":["uncommon"]},"lost in the spirit world":{"name":"Lost in the Spirit World","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return up to one target creature to its owner's hand. Create a 1/1 colorless Spirit creature token with \"This token can't block or be blocked by non-Spirit creatures.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block or be blocked by non-~ creatures."}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return up to one target creature to its owner's hand. Create a 1/1 colorless Spirit creature token with \"~ can't block or be blocked by non-Spirit creatures.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a37adc18-ea11-4972-8d04-936cf3fe2613","metadata":{"related_token_ids":["ecb80f75-5d6c-53ca-be4f-57e371f7b933"],"source_printing_ids":["88745474-d8e7-407e-80df-02541ad1ab0b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TLE"],"rarities":["uncommon"]},"lost in thought":{"name":"Lost in Thought","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature can't attack or block, and its activated abilities can't be activated. Its controller may exile three cards from their graveyard for that player to ignore this effect until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: Enchanted creature can't attack or block, and its activated abilities can't be activated. Its controller may exile three cards from their graveyard for that player to ignore this effect until end of turn."},"cost":null,"sub_ability":null,"duration":null,"description":"Enchanted creature can't attack or block, and its activated abilities can't be activated. Its controller may exile three cards from their graveyard for that player to ignore this effect until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"820ba630-c543-491c-8c77-ada69b01c79d","metadata":{"source_printing_ids":["f5fb391a-2687-461d-b5ef-a494287ddb5d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["JUD"],"rulings":[{"date":"2004-10-04","text":"You can take the “exile three cards” action any time you have priority without using the stack."},{"date":"2016-06-08","text":"Activated abilities contain a colon. They’re generally written “[Cost]: [Effect].” Some keywords are activated abilities and will have colons in their reminder text."}],"rarities":["common"]},"lotleth troll":{"name":"Lotleth Troll","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Troll"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Trample\nDiscard a creature card: Put a +1/+1 counter on this creature.\n{B}: Regenerate this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"random":false,"self_ref":false},"sub_ability":null,"duration":null,"description":"Discard a creature card: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Regenerate","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},"sub_ability":null,"duration":null,"description":"{B}: Regenerate ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"61b1d7e5-6155-4204-b110-35a890551ec8","metadata":{"source_printing_ids":["3b628197-f26c-457a-b9a4-c1f1d3e02f3d","40438db7-5909-4975-9bbd-8c4021ac0aac","97971c5a-98f5-4165-a1b8-a77129e502df","b4b0c2ac-154c-4ed7-a981-e6e0b7bfb01c","cc138550-a797-4a57-91b3-626aac1b1edd","f098a81b-3568-43fa-9ca1-eb340634e5e1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","C15","CMA","GK1","PIO","RTR"],"rarities":["uncommon","rare"]},"lotus cobra":{"name":"Lotus Cobra","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, add one mana of any color.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8ad91f64-ccab-4edc-bd54-b2ee9267d614","metadata":{"source_printing_ids":["151bdf3a-4445-43b1-8cea-2737c13d9dee","19adde22-e5eb-4815-beb6-c520b3274cc9","3e9cc3c4-82e2-43ba-892d-91836e6ac6fc","9c3f861f-0f46-4360-970e-a5cfc5ef194b","a4b759f0-901f-4be3-93fa-224609b08d48","cb9bf59f-6879-4343-9158-207ddd170bfb","da6365c6-bd12-4d02-a403-60d0c5290c06","dda20909-6371-4f72-bbca-a69701b89a3f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","IMA","J25","PGPX","PL25","PRM","PZNR","SLD","ZEN","ZNR"],"rulings":[{"date":"2017-11-17","text":"Lotus Cobra's ability isn't a mana ability. Opponents may respond to it before you have that mana."},{"date":"2020-09-25","text":"Lotus Cobra's ability uses the stack and players may respond to it. It isn't a mana ability because the event that causes it to trigger isn't a mana ability."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["rare","mythic"]},"lotus vale":{"name":"Lotus Vale","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this land would enter, sacrifice two untapped lands instead. If you do, put this land onto the battlefield. If you don't, put it into its owner's graveyard.\n{T}: Add three mana of any one color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":3},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add three mana of any one color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Untapped"}]},"count":2},"decline":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Graveyard","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"If ~ would enter, sacrifice two untapped lands instead. If you do, put ~ onto the battlefield. If you don't, put it into its owner's graveyard.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"01fc5bb3-ebd7-4ab4-8aef-2ece1e1d9b7c","metadata":{"source_printing_ids":["2e5cd12a-2a07-44a8-8eac-de00d26fe9e3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["WTH"],"rulings":[{"date":"2008-04-01","text":"If you don't sacrifice the lands, Lotus Vale never enters — it goes directly to your graveyard."}],"rarities":["rare"]},"louisoix's sacrifice":{"name":"Louisoix's Sacrifice","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a legendary creature or pay {2}.\nCounter target activated ability, triggered ability, or noncreature spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"Or","filters":[{"type":"StackAbility"},{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[{"type":"InZone","zone":"Stack"}]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target activated ability, triggered ability, or noncreature spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"42d8ab49-703a-4fd3-84d0-0a3ac1eafca8","additional_cost":{"type":"Choice","data":[{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"count":1},{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}}]},"metadata":{"source_printing_ids":["4a6976f2-0bd5-449a-8fcf-f5a732ce22c1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities (such as equip) are activated abilities and will have a colon in their reminder text."},{"date":"2025-06-06","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keywords (such as prowess) are triggered abilities and will use \"when,\" \"whenever,\" or \"at\" in their reminder text."}],"rarities":["rare"]},"lovestruck beast":{"name":"Lovestruck Beast","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast","Noble"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"This creature can't attack unless you control a 1/1 creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Not","condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"EQ","value":{"type":"Fixed","value":1}},{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"EQ","value":{"type":"Fixed","value":1}},{"type":"InZone","zone":"Battlefield"}]}}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack unless you control a 1/1 creature."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7e84aff5-2cb6-4214-befd-3d2de31229e5","metadata":{"related_token_ids":["10538b40-ba95-5a8e-bb63-e1d43dec0066","e9a6488c-20ca-5519-bf6e-7555fcf45db9"],"source_printing_ids":["341110e5-577d-45ee-bf62-53373a331c87","4ccdef9c-1e85-4358-8059-8972479f7556","4f80af9c-07a1-46f1-b869-146fda5922f4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["CLB","ELD","PELD","PRM"],"rulings":[{"date":"2019-10-04","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Giant Killer is a white creature card whose mana value is 1. It can't be the target of the triggered ability of Mystic Sanctuary."},{"date":"2019-10-04","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2019-10-04","text":"If Lovestruck Beast's power and toughness are reduced to 1/1, it learns that loving oneself is the first step on the true path to happiness, and it can attack even if you control no other 1/1 creatures."},{"date":"2019-10-04","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to cast it as a permanent later."},{"date":"2019-10-04","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to cast it as a permanent spell."},{"date":"2019-10-04","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to cast the copy as a permanent."},{"date":"2019-10-04","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2019-10-04","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2019-10-04","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if Giant Killer is exiled with the last ability of Vivien, Champion of the Wilds, you can't cast it as Chop Down."},{"date":"2019-10-04","text":"Once Lovestruck Beast is attacking, it'll remain attacking even if you no longer control a 1/1 creature."},{"date":"2019-10-04","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2019-10-04","text":"You don't have to attack with a 1/1 creature for Lovestruck Beast to be able to attack. You just need to control a 1/1 creature."},{"date":"2019-10-04","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you'll be able to cast it only during your main phase while the stack is empty."}],"rarities":["rare"]},"lowland basilisk":{"name":"Lowland Basilisk","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Basilisk"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature deals damage to a creature, destroy that creature at end of combat.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"EndCombat"},"effect":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals damage to a creature, destroy that creature at end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"effe239e-ade0-4ee2-99d7-f93b2f5ef585","metadata":{"source_printing_ids":["2c3cce7a-637f-4c68-af30-6f89f6c9f096","454d6938-b87a-46b1-99d8-74573544ac5b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["STH","TPR"],"rulings":[{"date":"2004-10-04","text":"If a creature leaves the battlefield before the end of combat, then the Lowland Basilisk effect on it will end."},{"date":"2004-10-04","text":"If it damages a creature outside of combat, its effect will destroy the creature at the end of the next combat."}],"rarities":["common","uncommon"]},"loxodon smiter":{"name":"Loxodon Smiter","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elephant","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"This spell can't be countered.\nIf a spell or ability an opponent controls causes you to discard this card, put it onto the battlefield instead of putting it into your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"This spell can't be countered."}],"replacements":[{"event":"Discard","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If a spell or ability an opponent controls causes you to discard this card, put it onto the battlefield instead of putting it into your graveyard.","condition":{"type":"EventSourceControlledBy","controller":"Opponent"}}],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"18ac2282-83af-4acc-b20b-6a95771da688","metadata":{"source_printing_ids":["69247168-2bfb-4cce-a2a6-61459a0fbce4","ab15a6fb-16b7-41d9-a480-249289386ffc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PIO","RTR"],"rulings":[{"date":"2012-10-01","text":"If you discard Loxodon Smiter and put it onto the battlefield, you've still discarded a card. Abilities that trigger when you discard a card (such as the one from Liliana's Caress) will still trigger."}],"rarities":["uncommon","rare"]},"loyal sentry":{"name":"Loyal Sentry","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature blocks a creature, destroy that creature and this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"SelfRef"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ blocks a creature, destroy that creature and ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"54b1a496-1f8e-4581-8260-bad57b25c6e3","metadata":{"source_printing_ids":["7736c041-d333-4748-8045-79d42aba6e05","879b6bc4-51c8-48a0-8de4-1b3be5b6dd22","8854cc80-6201-4066-80c8-97c0fdc9baa8","bf02b5fa-8589-462e-90f5-552c8f28a22f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["10E","A25","DDF","PLST","S99"],"rulings":[{"date":"2018-03-16","text":"Loyal Sentry and the creature it blocks are destroyed before combat damage is dealt. The blocked creature is destroyed even if Loyal Sentry leaves the battlefield before its triggered ability resolves."}],"rarities":["common","rare"]},"ludevic's abomination":{"name":"Ludevic's Abomination","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Horror"]},"power":{"type":"Fixed","value":13},"toughness":{"type":"Fixed","value":13},"loyalty":null,"defense":null,"oracle_text":"Trample","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue"],"color_identity":["Blue"],"scryfall_oracle_id":"53175678-1f5c-4889-9086-66381b3ddc3a","metadata":{"source_printing_ids":["ebf5e16f-a8bd-419f-b5ca-8c7fce09c4f1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["ISD","PISD","PRM"],"rarities":["rare"]},"ludevic's test subject":{"name":"Ludevic's Test Subject","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Egg"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Defender\n{1}{U}: Put a hatchling counter on this creature. Then if there are five or more hatchling counters on it, remove all of them and transform it.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"hatchling","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":null,"count":{"type":"Fixed","value":-1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"hatchling"}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}{U}: Put a hatchling counter on ~. Then if there are five or more hatchling counters on it, remove all of them and transform it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"53175678-1f5c-4889-9086-66381b3ddc3a","metadata":{"source_printing_ids":["ebf5e16f-a8bd-419f-b5ca-8c7fce09c4f1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["ISD","PISD","PRM"],"rulings":[{"date":"2016-07-13","text":"For more information on double-faced cards, see the Shadows over Innistrad mechanics article (http://magic.wizards.com/en/articles/archive/feature/shadows-over-innistrad-mechanics)."}],"rarities":["rare"]},"lullmage mentor":{"name":"Lullmage Mentor","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a spell or ability you control counters a spell, you may create a 1/1 blue Merfolk creature token.\nTap seven untapped Merfolk you control: Counter target spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":7},"filter":{"type":"Typed","type_filters":[{"Subtype":"Merfolk"}],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Tap seven untapped Merfolk you control: Counter target spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Countered","execute":{"kind":"Spell","effect":{"type":"Token","name":"Merfolk","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Merfolk"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a spell or ability you control counters a spell, you may create a 1/1 blue Merfolk creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"752566b4-d3f5-4f10-b6f5-7185809f7a9d","metadata":{"related_token_ids":["b13404ba-d911-5474-b6a9-75f61d5734c9"],"source_printing_ids":["e34de3df-3236-4281-a043-7583c76d89cc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ZEN"],"rulings":[{"date":"2009-10-01","text":"A spell or ability counters a spell only if it specifically contains the word “counter” in its text. If a spell or ability you control causes all the targets of a spell to become illegal, that spell doesn’t resolve but is not countered."},{"date":"2009-10-01","text":"Lullmage Mentor’s second ability will cause its first ability to trigger."},{"date":"2009-10-01","text":"Since the second ability doesn’t have a tap symbol in its cost, you can tap creatures (including Lullmage Mentor itself) that haven’t been under your control since your most recent turn began to pay the cost."}],"rarities":["rare"]},"lulu, stern guardian":{"name":"Lulu, Stern Guardian","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent attacks you, choose target creature attacking you. Put a stun counter on that creature.\n{3}{U}: Proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Proliferate"},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{U}: Proliferate.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"AttackersDeclared","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking","defender":"You"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever an opponent attacks you, choose target creature attacking you. Put a stun counter on that creature.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"969fa9b9-161f-461e-8878-9ebcff5a2669","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["61844cbe-f4b3-45c6-bf4c-76542de4b195","99cb1ba3-e16b-414d-8682-fb3b2f350ea2","9c0b1d5d-2b10-4dde-bb95-8cbf780cca97"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"If a player or permanent has more than one kind of counter on it, and you choose for it to get additional counters, it must get one of each kind of counter it already has. You can't have it get just one kind of counter it already has and not the others."},{"date":"2025-06-06","text":"Lulu's first ability only cares about creatures attacking you, not planeswalkers you control or battles you protect."},{"date":"2025-06-06","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2025-06-06","text":"When you proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2025-06-06","text":"You don't have to choose every permanent or player that has a counter—only the ones you want to add counters to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["rare"]},"lumbering laundry":{"name":"Lumbering Laundry","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"{2}: Until end of turn, you may look at face-down creatures you don't control any time.\nDisguise {5} (You may cast this card face down for {3} as a 2/2 creature with ward {2}. Turn it face up any time for its disguise cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Disguise":{"type":"Cost","shards":[],"generic":5}}],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MayLookAtFaceDown","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"FaceDown"}]},"modifications":[{"type":"AddStaticMode","mode":"MayLookAtFaceDown"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"Any"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{2}: Until end of turn, you may look at face-down creatures you don't control any time.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"6afe9cc7-80e4-4607-8633-6013d96bd19c","metadata":{"source_printing_ids":["080ad039-1669-4735-9864-76f4c61fc59e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"A disguise ability lets you cast a card face down by paying {3} and announcing that you are using a disguise ability. Any time you have priority, you can turn a face-down permanent with disguise face up by paying its disguise cost."},{"date":"2024-02-02","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-02-02","text":"Any time you have priority, you may turn the face-down creature face up by revealing what its disguise cost is and paying that cost. This is a special action. It doesn't use the stack and can't be responded to. Only a face-down permanent can be turned face up this way; a face-down spell cannot."},{"date":"2024-02-02","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-02-02","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-02-02","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-02-02","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise ability because it will no longer have a disguise ability (or a disguise cost) once face up."},{"date":"2024-02-02","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-02-02","text":"Lumbering Laundry's first ability doesn't let you look at face-down spells you don't control on the stack."},{"date":"2024-02-02","text":"Once it has resolved, Lumbering Laundry's first ability lets you look at face-down creatures whenever you want until end of turn, even if you don't have priority. This action doesn't use the stack. Knowing what those cards are becomes part of the information you have access to, just like you can look at the cards in your hand. Once the turn ends, however, you can no longer look at those creatures."},{"date":"2024-02-02","text":"The creature spell is a 2/2 creature spell with ward {2} that has no name, mana cost, or creature types. The resulting creature is a 2/2 creature with ward {2} that has no name, mana cost, or creature types. Both the spell and the resulting creature are colorless and have a mana value of 0. Other effects that apply to the spell or creature can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-02-02","text":"The face-down spell has no mana cost and a mana value of 0. When you cast a face-down spell, put it on the stack face down so no other player knows what it is, and pay {3} to cast it. This is an alternative cost."},{"date":"2024-02-02","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-02-02","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered the battlefield should remain clear, as well as what ability caused them to be face down. (This includes disguise, cloak, and in games involving older cards, morph and manifest, as well as a few other effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["uncommon"]},"lumen-class frigate":{"name":"Lumen-Class Frigate","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 12+.)\n2+ | Other creatures you control get +1/+1.\n12+ | Flying, lifelink","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":2},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control get +1/+1."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"12+ | Flying, lifelink"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":5}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 12+"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3aa0cda4-fb2d-4fd4-84f6-482089a85547","metadata":{"source_printing_ids":["0cc59b5a-65fa-47cc-8ac7-b7c3f533a782","7fffe390-d16c-4891-b94a-99e895f219d0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"luminarch aspirant":{"name":"Luminarch Aspirant","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put a +1/+1 counter on target creature you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cb9994b9-924b-4e10-9075-9cfbec88f2bf","metadata":{"source_printing_ids":["dcd27fa3-f6b6-4137-9b6c-4cba7187664c","ebe9427d-068f-487c-9263-b40366a164bc","fe964e7e-e2c5-4263-889d-0a531eb51442"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NCC","PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"Luminarch Aspirant can be the target of its own ability."}],"rarities":["rare"]},"luminous phantom":{"name":"Luminous Phantom","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever another creature you control leaves the battlefield, you gain 1 life.\nIf Luminous Phantom would be put into a graveyard from anywhere, exile it instead.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control leaves the battlefield, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If ~ would be put into a graveyard from anywhere, exile it instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":["White"],"color_identity":["White"],"scryfall_oracle_id":"0761a0e7-d443-4bab-bb15-307c83d4a6a1","metadata":{"source_printing_ids":["07b9edea-96eb-4146-8922-fbefdb8d57af","438e3302-daf9-436b-8b08-24b3f33295f6","d2704743-2e23-40b9-a367-c73d2db45afc","dc2f8bd7-1cc7-4678-9ef7-58f14996bdf8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","INR","MID"],"rarities":["common"]},"lunar hatchling":{"name":"Lunar Hatchling","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Alien","Beast"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying, trample\nBasic landcycling {2} ({2}, Discard this card: Search your library for a basic land card, reveal it, put it into your hand, then shuffle.)\nEscape—{4}{G}{U}, Exile a land you control, Exile five other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample",{"Typecycling":{"cost":{"type":"Cost","shards":[],"generic":2},"subtype":"Basic Land"}},{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green","Blue"],"generic":4}},{"type":"Exile","count":1,"zone":null,"filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}},{"type":"Exile","count":5,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"cb2c8ea9-c125-4742-a562-b693254152e5","metadata":{"source_printing_ids":["12481875-102f-414c-9c28-9e2e7e5edb28","2cd60763-8954-4502-99ef-f4f38bf7671b","f321f0fa-0df0-4388-86a0-456f7ab721de","f3e306f3-65b3-420d-a50c-fa5cf74677ad"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"After an escaped permanent spell resolves, it enters the battlefield and will return to its owner's graveyard if it dies later."},{"date":"2023-10-13","text":"Basic landcycling is a form of cycling. Any ability that triggers on a card being cycled also triggers on a card being basic landcycled. Any ability that stops a cycling ability from being activated also stops a basic landcycling ability from being activated."},{"date":"2023-10-13","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2023-10-13","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2023-10-13","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2023-10-13","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2023-10-13","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."},{"date":"2023-10-13","text":"Unlike the normal cycling ability, basic landcycling doesn't allow you to draw a card. Instead, it lets you search your library for a basic land card. You don't choose the type of basic land card you'll find until you're performing the search. After you choose a basic land card in your library, you reveal it, put it into your hand, then shuffle your library."}],"rarities":["rare"]},"lunarch veteran":{"name":"Lunarch Veteran","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature you control enters, you gain 1 life.\nDisturb {1}{W} (You may cast this card from your graveyard transformed for its disturb cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Disturb":{"type":"Cost","shards":["White"],"generic":1}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0761a0e7-d443-4bab-bb15-307c83d4a6a1","metadata":{"source_printing_ids":["07b9edea-96eb-4146-8922-fbefdb8d57af","438e3302-daf9-436b-8b08-24b3f33295f6","d2704743-2e23-40b9-a367-c73d2db45afc","dc2f8bd7-1cc7-4678-9ef7-58f14996bdf8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","INR","MID"],"rulings":[{"date":"2021-09-24","text":"\"Disturb [cost]\" means \"You may cast this card transformed from your graveyard by paying [cost] rather than its mana cost.\""},{"date":"2021-09-24","text":"A spell cast this way enters the battlefield with its back face up."},{"date":"2021-09-24","text":"Disturb is found only on the front faces of some double-faced cards."},{"date":"2021-09-24","text":"If you copy a permanent spell cast this way (perhaps with a card like Double Major), the copy becomes a token that's a copy of the card's back face, even though it isn't itself a double-faced card."},{"date":"2021-09-24","text":"The back face of each card with disturb has an ability that instructs its controller to exile if it would be put into a graveyard from anywhere. This includes going to the graveyard from the stack, so if the spell is countered after you cast it using the disturb ability, it will be put into exile."},{"date":"2021-09-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a disturb cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of a spell cast using disturb is determined by the mana cost on the front face of the card, no matter what the total cost to cast the spell was. (This is a special rule that applies only to transforming double faced-cards, including ones with disturb.)"},{"date":"2021-09-24","text":"When you cast a spell using a card's disturb ability, the card is put onto the stack with its back face up. The resulting spell has all the characteristics of that face."}],"rarities":["common"]},"lurking predators":{"name":"Lurking Predators","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent casts a spell, reveal the top card of your library. If it's a creature card, put it onto the battlefield. Otherwise, you may put that card on the bottom of your library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Creature"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, reveal the top card of your library. If it's a creature card, put it onto the battlefield. Otherwise, you may put that card on the bottom of your library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"15fbb7b1-c62d-4f82-9f35-2c10299779f4","metadata":{"source_printing_ids":["1144698b-502e-4814-9d74-d16ae6a0f0c5","6dd20d13-3c80-4585-b57b-9219ae7f1acb","9952da7c-3cfc-413f-8849-0f10e9c8dceb","e864c824-89a1-41f6-9481-83b2284471e0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","JMP","M10","PLST"],"rulings":[{"date":"2009-10-01","text":"A \"creature card\" is any card with the type creature, even if it has other types such as artifact, enchantment, or land. Older cards of type summon are also creature cards."},{"date":"2009-10-01","text":"If an opponent casts a spell, this ability triggers and is put on the stack on top of that spell. This ability will resolve (meaning that a revealed creature card will enter) before the spell resolves."},{"date":"2009-10-01","text":"You must put the revealed card onto the battlefield if it's a creature card. If it's not a creature card and you don't put it on the bottom of your library, it stops being revealed and simply remains on top of your library."}],"rarities":["rare"]},"lux artillery":{"name":"Lux Artillery","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you cast an artifact creature spell, it gains sunburst. (It enters with a +1/+1 counter on it for each color of mana spent to cast it.)\nAt the beginning of your end step, if there are thirty or more counters among artifacts and creatures you control, this artifact deals 10 damage to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Sunburst"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain sunburst"}],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact","Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an artifact creature spell, it gains sunburst.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":10},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if there are thirty or more counters among artifacts and creatures you control, ~ deals 10 damage to each opponent.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"CountersOnObjects","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":30}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"cbd76b22-d04e-48e7-bcab-c7f5466d67d8","metadata":{"source_printing_ids":["a3c9579b-e3e7-4dc7-a775-b7c8d2758f24","ca968493-8348-4b15-ab36-bcca9dbcc28a","d50b1b8f-fd8c-4f80-84a0-16e121275c46"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EOC","ONC"],"rulings":[{"date":"2023-02-04","text":"If the artifact creature already has sunburst (or if you control multiple copies of Lux Artillery), each instance of sunburst works separately."},{"date":"2023-02-04","text":"Lux Artillery's last ability will check if there are thirty or more counters among artifacts and creatures you control as your end step begins. If there aren't, the ability won't trigger at all. If there are, the ability will check again as it tries to resolve. If the number of counters among artifacts and creatures you control has fallen below thirty, the ability won't do anything."}],"rarities":["rare"]},"luxurious locomotive":{"name":"Luxurious Locomotive","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever this Vehicle attacks, create a Treasure token for each creature that crewed it this turn. (They're artifacts with \"{T}, Sacrifice this token: Add one mana of any color.\")\nCrew 1. Activate only once each turn. (Tap any number of creatures you control with total power 1 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":1,"once_per_turn":{"type":"OnlyOnceEachTurn"}}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create a Treasure token for each creature that crewed it this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c68c2a98-9a6d-4199-af3a-78eb92beda48","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"Whenever this Vehicle attacks, create a Treasure token for each creature that crewed it this turn. (They're artifacts with \"{T}, Sacrifice t","line_index":0}],"metadata":{"related_token_ids":["3a2e0ac9-54bb-5b35-a4c9-6bad348f7144"],"source_printing_ids":["cc598338-eeba-4815-a0a6-ff2dc09790d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"Luxurious Locomotive's triggered ability counts each creature that crewed it this turn, including creatures that are no longer on the battlefield as the ability resolves."},{"date":"2024-04-12","text":"Once a player announces that they are activating a crew ability, no player may take other actions until the ability has been paid for. Notably, players can't try to stop the ability by changing a creature's power or by removing or tapping a creature."},{"date":"2024-04-12","text":"You may tap more creatures than necessary to activate a crew ability."}],"rarities":["uncommon"]},"m.o.d.o.k.":{"name":"M.O.D.O.K.","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Villain"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nMental Organism — Pay 3 life: M.O.D.O.K. connives. Activate only during your turn. (Draw a card, then discard a card. If you discarded a nonland card, put a +1/+1 counter on this creature.)\nDesigned Only for Killing — Creatures your opponents control get -1/-1.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[{"kind":"Activated","effect":{"type":"Connive","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":{"type":"PayLife","amount":{"type":"Fixed","value":3}},"sub_ability":null,"duration":null,"description":"Mental Organism — Pay 3 life: ~ connives. Activate only during your turn.","target_prompt":null,"activation_restrictions":[{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":-1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Designed Only for Killing — Creatures your opponents control get -1/-1."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fe7cc414-42d0-4dad-8516-7a0be0860a67","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["38e87542-50f7-4812-9338-84e4b9b7bb44","bf38cf25-579f-4f94-92fb-a781c90a5f2e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"maarika, brutal gladiator":{"name":"Maarika, Brutal Gladiator","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Maarika, Brutal Gladiator must be blocked if able.\nAs long as it's your turn, Maarika has indestructible.\nWhenever Maarika deals damage to a creature, if that creature was dealt excess damage this turn, that creature's controller sacrifices a noncreature, nonland permanent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Creature"},{"Non":"Land"}],"controller":"ParentTargetController","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals damage to a creature, if that creature was dealt excess damage this turn, that creature's controller sacrifices a noncreature, nonland permanent.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"Any"},"target":{"type":"EventTarget"},"channel":"Excess"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[{"mode":{"MustBeBlocked":{"by":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ must be blocked if able."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as it's your turn, ~ has indestructible."}],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"a46f9f5c-775c-470d-8935-9556e1bbb23d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["86123ab7-ee60-4ef2-8467-1ad420213eb1","9976eb70-0d39-4882-8041-a4d29527c292"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD","SLX"],"rarities":["rare"]},"macabre waltz":{"name":"Macabre Waltz","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return up to two target creature cards from your graveyard to your hand, then discard a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Return up to two target creature cards from your graveyard to your hand, then discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cf75dbd8-b65a-48d9-b96b-4afb43f336d1","metadata":{"source_printing_ids":["4d1f3c84-89ba-4426-a80b-d524f172c912","8023e97a-cbfa-448d-ab4d-c8efe9481834","85936113-9790-463b-ae08-90d8be9172cf","88d8a565-05e9-4517-9a8a-da22aea48e1e","a6ec8571-690e-405f-89d5-b7cc99e8ee63","b958e5da-ca77-4f22-972f-5d6e2777509a","c5776bc9-7295-4143-a453-64e3c681f8e7","d9cd7bc3-73ba-4364-84b2-9954648cd8a9","f49d5f95-c8a8-4d65-9546-26c2113db817"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DIS","FDN","JMP","M19","ORI","PLST","RVR","SIR","SOI"],"rulings":[{"date":"2018-07-13","text":"If you have no other cards in hand, you'll have to discard one of the creature cards you return to your hand."},{"date":"2018-07-13","text":"You may cast Macabre Waltz targeting one or zero creature cards. You'll still discard a card, even if you target no creature cards."}],"rarities":["common"]},"maddening hex":{"name":"Maddening Hex","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player casts a noncreature spell, roll a d6. This Aura deals damage to that player equal to the result. Then attach this Aura to another one of your opponents chosen at random.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":6,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"target_selection_mode":{"type":"Random"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted player casts a noncreature spell, roll a d6. ~ deals damage to that player equal to the result. Then attach ~ to another one of your opponents chosen at random.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5d96170f-14dd-496e-a485-bd3b9eedfe02","metadata":{"source_printing_ids":["699efd96-3e68-46fd-897d-cf95a16a8863","95b9be27-5abe-4341-b100-eba5c7854601","c8dd3a8d-5434-4405-8d17-e419a20f074a","daa7b74c-a957-4399-bc9a-0507085a08ad","db03809b-d0b3-4265-ad31-b8d0066986c9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","MB2","SLD","SPG"],"rulings":[{"date":"2021-07-23","text":"An ability that tells you to roll a die will also specify what to do with the result of that roll. Most often, this is in the form of a \"results table\" in the card text."},{"date":"2021-07-23","text":"An effect that says \"choose a target, then roll a d20\" or similar still uses the normal process of putting an ability on the stack and resolving it. Choosing targets is part of putting the ability on the stack and rolling the d20 happens later, as the ability resolves."},{"date":"2021-07-23","text":"Dice are identified by the number of faces each one has. For example, a d20 is a twenty-sided die."},{"date":"2021-07-23","text":"Dice used must have equally likely outcomes and the roll must be fair. Although physical dice are recommended, digital substitutes are allowed, provided they have the same number of equally likely outcomes as specified in the original roll instruction."},{"date":"2021-07-23","text":"If Maddening Hex is attached to your only opponent, it stays attached to that player as the ability resolves."},{"date":"2021-07-23","text":"Some abilities, like that of Pixie Guide and Barbarian Class, replace rolling a die with rolling extra dice and ignoring the lowest roll. The ignored rolls are not considered for the effect that instructed you to roll a die, and do not cause abilities to trigger. For all intents and purposes, once you determine which dice count, any extra dice were never rolled."},{"date":"2021-07-23","text":"Some effects instruct you to roll again. This uses the same number and type of dice as the original roll, and that roll will use the same set of possible outcomes."},{"date":"2021-07-23","text":"Some effects may modify the result of a die roll. This may be part of the instruction to roll a die or it may come from other cards. Anything that references the \"result\" of a die roll is looking for the result after these modifications. Anything that is looking for the \"natural result\" is looking for the number shown on the face of the die before these modifications."},{"date":"2021-07-23","text":"The instruction to roll a die and the effect that occurs because of the result are all part of the same ability. Players do not get the chance to respond to the ability after knowing the result of the roll."},{"date":"2021-07-23","text":"Tournament events have more specific rules regarding dice and die-rolling. For more information, please see the most recent version of the Magic Tournament Rules at https://wpn.wizards.com/en/document/magic-gathering-tournament-rules."},{"date":"2021-07-23","text":"While playing Planechase, rolling the planar die will cause any ability that triggers whenever a player rolls one or more dice to trigger. However, any effect that refers to a numerical result will ignore the rolling of the planar die."}],"rarities":["rare","mythic"]},"madrush cyclops":{"name":"Madrush Cyclops","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cyclops","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Creatures you control have haste.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have haste."}],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"f45a2a66-04cc-4622-9c70-f2dfc1391bb1","metadata":{"source_printing_ids":["21d4fd58-2052-4f97-b634-f89e2139d980"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ARB"],"rulings":[{"date":"2009-05-01","text":"Madrush Cyclops gives itself haste."}],"rarities":["rare"]},"maelstrom nexus":{"name":"Maelstrom Nexus","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"The first spell you cast each turn has cascade. (When you cast your first spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Cascade"}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"The first spell you cast each turn has cascade."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"b1c346a4-fc9b-474a-9d51-cac168e363fa","metadata":{"source_printing_ids":["425b3c5b-de65-46b2-b26d-347cc31beb4c","89ad7892-07c6-4689-b45d-61f15f31fe85","a3107767-6c36-4982-8e0d-e100d5fca204","e514b13d-2d22-4d9e-a501-b0667f02edac"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","ARB","DMC","PLST"],"rulings":[{"date":"2020-08-07","text":"If the first spell you cast in a turn already has cascade, both cascade abilities will trigger separately. Deal with them one at a time: First one cascade ability will resolve, and you'll cast the applicable card if you want. That new spell will resolve. Then the other cascade ability will resolve in the same way. Finally, the original spell will resolve."},{"date":"2020-08-07","text":"This effect takes into account spells that were cast earlier in the turn before Maelstrom Nexus entered the battlefield, including any spells still on the stack. If you've already cast any spells that turn (including Maelstrom Nexus itself), this ability won't give any of your spells cascade that turn."},{"date":"2021-06-18","text":"A spell's mana value is determined only by its mana cost. Ignore any alternative costs, additional costs, cost increases, or cost reductions."},{"date":"2021-06-18","text":"Cascade triggers when you cast the spell, meaning that it resolves before that spell. If you end up casting the exiled card, it will go on the stack above the spell with cascade."},{"date":"2021-06-18","text":"Due to a 2021 rules change to cascade, not only do you stop exiling cards if you exile a nonland card with lesser mana value than the spell with cascade, but the resulting spell you cast must also have lesser mana value. Previously, in cases where a card's mana value differed from the resulting spell, such as with some modal double-faced cards or cards with an Adventure, you could cast a spell with a higher mana value than the exiled card."},{"date":"2021-06-18","text":"If a spell with cascade is countered, the cascade ability will still resolve normally."},{"date":"2021-06-18","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2021-06-18","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those to cast the card."},{"date":"2021-06-18","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If cascade allows you to cast a split card, you may cast either half but not both halves."},{"date":"2021-06-18","text":"When the cascade ability resolves, you must exile cards. The only optional part of the ability is whether or not you cast the last card exiled."},{"date":"2021-06-18","text":"You exile the cards face up. All players will be able to see them."}],"rarities":["mythic"]},"maelstrom wanderer":{"name":"Maelstrom Wanderer","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Creatures you control have haste.\nCascade, cascade (When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order. Then do it again.)","non_ability_text":null,"flavor_name":null,"keywords":["Cascade","Cascade"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have haste."}],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"ad9b7fbc-61c8-43ee-a65c-99206fd1e4df","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4178d93f-72fa-43a1-b6aa-35f1b4a597a7","5685b28a-b943-4143-b9ed-4796c1ffbf9c","6a494b35-44d4-45e3-abfa-eb1874c6aa21","98aeab2a-69b5-4b4f-9de4-5401d01c26e2","a49c58b3-180f-420b-b091-114fda000360","bb8bb9c1-4b20-4fd9-b0c4-b1f74f0fb6fd","d5a75062-b5e3-4942-af64-12f43101c294","e76c835f-2a60-46bb-9046-106ce8fba676"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CM1","CMM","CMR","ECC","EMA","PC2","PCA","PRM","PZ1","SLD"],"rulings":[{"date":"2020-11-10","text":"Each instance of cascade triggers and resolves separately. The spell you cast due to the first cascade ability will go on the stack on top of the second cascade ability. That spell will resolve before you exile cards for the second cascade ability."},{"date":"2020-11-10","text":"Maelstrom Wanderer gives itself haste."},{"date":"2020-11-10","text":"No matter what spell you cast with the first cascade trigger (or with any cascade triggers that result from casting that spell), the second cascade trigger will look for a spell with mana value less than Maelstrom Wanderer's mana value of 8."}],"rarities":["rare","mythic"]},"mage hunter":{"name":"Mage Hunter","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent casts or copies an instant or sorcery spell, they lose 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCastOrCopy","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts or copies an instant or sorcery spell, they lose 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e3d2df4d-8c79-4391-bc4e-69325958a5be","metadata":{"source_printing_ids":["56fcbe4a-2d98-4fa9-a6c3-e28255171a4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["STX"],"rulings":[{"date":"2021-04-16","text":"Mage Hunter’s triggered ability will resolve before the spell that caused it to trigger."}],"rarities":["uncommon"]},"magmakin artillerist":{"name":"Magmakin Artillerist","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Pirate"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you discard one or more cards, this creature deals that much damage to each opponent.\nCycling {1}{R} ({1}{R}, Discard this card: Draw a card.)\nWhen you cycle this card, it deals 1 damage to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":["Red"],"generic":1}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"DiscardedAll","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you discard one or more cards, ~ deals that much damage to each opponent.","constraint":null,"condition":null,"batched":true},{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cycle this card, it deals 1 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"900b9409-9c16-414d-8674-2ea42c2415a1","metadata":{"source_printing_ids":["2ac26341-a100-424d-be84-33fbbf1b4078"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rulings":[{"date":"2025-02-07","text":"Some cards with cycling have an ability that triggers when you cycle them, and some cards have an ability that triggers whenever you cycle any card or discard any card. These triggered abilities resolve before you draw from the cycling ability."},{"date":"2025-02-07","text":"Triggered abilities from cycling a card and the cycling ability itself aren’t spells. Effects that interact with spells (such as that of Cancel) won’t affect them."},{"date":"2025-02-07","text":"You can cycle a card even if it has a triggered ability from cycling that won’t have a legal target. This is because the cycling ability and the triggered ability are separate. This also means that if either ability is countered (with Disallow, for example), the other ability will still resolve."}],"rarities":["common"]},"magmatic sprinter":{"name":"Magmatic Sprinter","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen this creature enters, put two oil counters on target artifact or creature you control.\nAt the beginning of your end step, return this creature to its owner's hand unless you remove two oil counters from it.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"oil","count":{"type":"Fixed","value":2},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, put two oil counters on target artifact or creature you control.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, return ~ to its owner's hand unless you remove two oil counters from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"RemoveCounter","count":2,"counter_type":{"type":"OfType","data":"oil"},"target":null,"selection":"SingleObject"},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"85d025d9-158d-4bf1-b3b2-361f3fe59663","metadata":{"source_printing_ids":["2e6af42f-35ec-432f-9879-2a0fb938a9f6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE"],"rarities":["uncommon"]},"magnetic mountain":{"name":"Magnetic Mountain","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Blue creatures don't untap during their controllers' untap steps.\nAt the beginning of each player's upkeep, that player may choose any number of tapped blue creatures they control and pay {4} for each creature chosen this way. If the player does, untap those creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChooseObjectsIntoTrackedSet","chooser":{"type":"TriggeringPlayer"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[{"type":"Tapped"},{"type":"HasColor","color":"Blue"}]},"min":0,"max":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"scale":{"type":"Ref","qty":{"type":"TrackedSetSize"}},"payer":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TrackedSet","id":0},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player may choose any number of tapped blue creatures they control and pay {4} for each creature chosen this way. If the player does, untap those creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantUntap","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasColor","color":"Blue"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Blue creatures don't untap during their controllers' untap steps."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5c28fc22-7da6-4f15-b02b-6ff10981466c","metadata":{"source_printing_ids":["0ae0db84-bf72-4d67-a4cc-b32e1233a530","514236ab-bd30-4151-9bf4-32d0ef52e5fd","8306561a-3e56-4743-92cb-3fc102977e6a","95fde48b-e40a-4183-b324-1ec276dde015","993a14d5-a33d-426e-ab49-c3226a6fcdca","dc95e03d-5521-4a01-8028-200b8467ce86"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["3ED","4BB","4ED","ARN","FBB","SUM"],"rarities":["uncommon","rare"]},"magus lucea kane":{"name":"Magus Lucea Kane","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Tyranid","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Spiritual Leader — At the beginning of combat on your turn, put a +1/+1 counter on target creature.\nPsychic Stimulus — {T}: Add {C}{C}. When you next cast a spell with {X} in its mana cost or activate an ability with {X} in its activation cost this turn, copy that spell or ability. You may choose new targets for the copy. (A copy of a permanent spell becomes a token.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"SpellCast","execute":null,"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false},"or_trigger":{"mode":"AbilityActivated","execute":null,"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInActivationCost"}]},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Psychic Stimulus — {T}: Add {C}{C}. When you next cast a spell with {X} in its mana cost or activate an ability with {X} in its activation cost this turn, copy that spell or ability. You may choose new targets for the copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put a +1/+1 counter on target creature.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"ae9f5c80-bc96-4ab3-bb5b-e8bd470e9eab","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["419ac203-d8b9-46df-99a8-65dfcea07ff5","4f86e7cc-2b6e-49d0-964e-bba0c51cc11d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"A copy is created even if the spell or ability that caused the delayed triggered ability to trigger has been countered by the time that delayed triggered ability resolves. The copy resolves before the original spell."},{"date":"2022-10-07","text":"A spell or ability with a cost that includes X, but not the mana symbol {X}, won't be copied."},{"date":"2022-10-07","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities are activated abilities and will have a colon in their reminder text. Triggered abilities (starting with \"when,\" \"whenever,\" or \"at\") that ask a player to pay {X} aren't copied."},{"date":"2022-10-07","text":"Any choices made when the spell or ability resolves won't have been made yet when it's copied. Any such choices will be made separately when the copy resolves."},{"date":"2022-10-07","text":"If a permanent spell is copied, it's put onto the battlefield as a token as the spell resolves rather than putting the copy of the spell onto the battlefield. The rules that apply to a permanent spell becoming a permanent apply to a copy of a spell becoming a token."},{"date":"2022-10-07","text":"If the spell or ability has damage divided as it was put onto the stack, the division can't be changed, although the targets receiving that damage still can. The same is true of spells and abilities that distribute counters."},{"date":"2022-10-07","text":"If the spell or ability that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2022-10-07","text":"Magus Lucea Kane's ability will copy any spell or activated ability whose mana cost or activation cost contains {X}, not just one with targets."},{"date":"2022-10-07","text":"Spells with additional costs that include {X} won't be affected by Magus Lucea Kane. {X} must be in the spell's mana cost."},{"date":"2022-10-07","text":"The copy has the same value of X."},{"date":"2022-10-07","text":"The copy is created on the stack, so it's not \"cast\" or \"activated.\" Creating the copy won't cause abilities that trigger when a player casts a spell or activates an ability to trigger."},{"date":"2022-10-07","text":"The copy will have the same targets as the spell or ability it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If the spell is a permanent spell with targets, such as an Aura, you may also choose a new target for that spell. The new targets must be legal. If, for any target, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2022-10-07","text":"The copy will resolve before the original spell or ability does."},{"date":"2022-10-07","text":"The token that a resolving copy of a spell becomes isn't said to have been \"created.\""},{"date":"2022-10-07","text":"The {C}{C} created by the mana ability doesn't need to be spent on the next spell or ability with {X} in its cost in order to copy it. That spell or ability will be copied even if that mana is spent on something else or not spent on anything at all."},{"date":"2022-10-07","text":"You can't choose to pay any additional costs for a copied spell. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["mythic"]},"magus of the abyss":{"name":"Magus of the Abyss","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, destroy target nonartifact creature that player controls of their choice. It can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature",{"Non":"Artifact"}],"controller":"ScopedPlayer","properties":[]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"target_chooser":{"type":"ScopedPlayer"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, destroy target nonartifact creature that player controls of their choice. It can't be regenerated.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"66958c48-3ac7-4f41-aa3e-adacaa24ea4f","metadata":{"source_printing_ids":["1005a22c-491b-4969-befb-406c42fcec68","9954157a-0c05-4788-8a0f-6093ebbb38c3","d2039548-af2c-4a93-842c-4a1e28e20f1d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","C17","FUT"],"rulings":[{"date":"2020-08-07","text":"Even though the player whose upkeep it is chooses the target creature, you control the ability. An opponent can't target a creature with hexproof they control."},{"date":"2020-08-07","text":"The triggered ability can target a creature with indestructible. It won't be destroyed."}],"rarities":["rare"]},"malamet battle glyph":{"name":"Malamet Battle Glyph","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose target creature you control and target creature you don't control. If the creature you control entered this turn, put a +1/+1 counter on it. Then those creatures fight each other.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetSlot","index":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"TrackedSet","id":0},"subject":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"EnteredThisTurn"}]},"use_lki":false,"subject_slot":0},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Choose target creature you control and target creature you don't control. If the creature you control entered this turn, put a +1/+1 counter on it. Then those creatures fight each other.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"483a0caa-e912-41e9-aaa3-bcea9369ec06","metadata":{"source_printing_ids":["2259f959-ca97-4df9-8d50-0532090fb967"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If the target creature you control entered the battlefield this turn and is still a legal target as Malamet Battle Glyph resolves but the target creature you don't control isn't, you will still put a +1/+1 counter on the creature you control. The creatures will not fight each other."}],"rarities":["uncommon"]},"malevolent rumble":{"name":"Malevolent Rumble","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Reveal the top four cards of your library. You may put a permanent card from among them into your hand. Put the rest into your graveyard. Create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice this token: Add {C}.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"rest_destination":"Graveyard","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Eldrazi Spawn","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Eldrazi","Spawn"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice ~: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Reveal the top four cards of your library. You may put a permanent card from among them into your hand. Put the rest into your graveyard. Create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice ~: Add {C}.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d30d8968-ec24-4155-97e2-28efd52c8810","metadata":{"related_token_ids":["05897422-e2c4-5f20-93af-97fe0ba44515"],"source_printing_ids":["a178cfe8-f9fa-4255-88d0-54a0bed079f5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rarities":["common"]},"malice":{"name":"Malice","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target nonblack creature. It can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NotColor","color":"Black"}]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target nonblack creature. It can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"b829de81-04cd-498e-9f31-074f23e2a488","metadata":{"source_printing_ids":["054f1845-196f-41c1-9682-042171cccd49","1a83658a-8820-4b71-838f-fe1c2ef822d0","5e50dd95-0f65-4150-9f22-0cabcabe2c30","e81e9cef-9c13-4c0d-9590-f7f2899e0320"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["DDH","DMR","INV","WC01"],"rarities":["uncommon"]},"mana cannons":{"name":"Mana Cannons","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a multicolored spell, this enchantment deals X damage to any target, where X is the number of colors that spell is.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectColorCount","scope":{"type":"EventSource"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"ColorCount","comparator":"GE","count":2}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a multicolored spell, ~ deals X damage to any target, where X is the number of colors that spell is.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"26d28b68-e03b-4367-ae4b-5e54f42f8a88","metadata":{"source_printing_ids":["109de57a-a1a0-4608-81cc-0a104c519b7c","5ba12cfc-36d3-4f9c-950e-3ed8b8f105fd"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DMC"],"rarities":["rare"]},"mana drain":{"name":"Mana Drain","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell. At the beginning of your next main phase, add an amount of {C} equal to that spell's mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"PreCombatMain","player":0},"effect":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell. At the beginning of your next main phase, add an amount of {C} equal to that spell's mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"74d3277a-38e5-4732-afed-084a56148f20","metadata":{"source_printing_ids":["33ebd4c1-e7ea-4708-8b7c-c47ca6b63c22","3c429c40-2389-41e5-8681-4bb274e25eba","416d2d51-8f29-4e95-b037-e8c32b081e6c","456a2f03-8304-4512-804c-76653e30f436","4c7f0ea5-a142-4157-b85d-ec49dd79adf6","6dc7d280-31be-48b8-aa1e-8de676ca01ba","ba874c0c-f66f-4edc-9859-40273487aef0","cc9a04dc-afee-4194-80f5-fb1d9c906de7","e351ec05-8c4d-4631-9dbf-7f85f664770b","e691adef-3027-4e6a-889f-9f4e2df36a7c","ec48a747-cc69-47e5-882b-b3bc17898b1b"]},"legalities":{"brawl":"banned","commander":"legal","duel":"banned","historic":"banned","legacy":"banned","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","CMR","IMA","J16","LEG","ME3","OTP","PRM","VMA"],"rulings":[{"date":"2020-11-10","text":"If the target spell is an illegal target by the time Mana Drain tries to resolve, Mana Drain doesn't resolve. You don't add mana at the beginning of your next main phase. If the target is legal but not countered (most likely because an effect says that the spell can't be countered), you do add mana."},{"date":"2020-11-10","text":"Mana Drain's delayed triggered ability will usually trigger at the beginning of your precombat main phase. However, if you cast Mana Drain during your precombat main phase or during your combat phase, its delayed triggered ability will trigger at the beginning of that turn's postcombat main phase."}],"rarities":["uncommon","rare","mythic"]},"mana flare":{"name":"Mana Flare","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a player taps a land for mana, that player adds one mana of any type that land produced.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"TriggerEventManaType"},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"TriggeringPlayer"}},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player taps a land for mana, that player adds one mana of any type that land produced.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"97159138-c34b-416e-b079-5c952383a243","metadata":{"source_printing_ids":["0f065e87-8a9c-4d5d-ae26-a614f1054799","3f0b8b24-7272-4d1a-af4a-c3a1b89a7e04","6dbf234e-6bc2-4c86-bac2-19be66e8eb02","7fb99a26-beeb-4aca-bb02-b2d2ce0595f9","8cf56b18-e71a-4fd2-8694-a9aaece41965","90d9af72-1633-4433-83ce-7de806611448","96b3ec16-f182-4ab7-9523-568be5ddb68e","a4bb303d-b230-430a-a2c3-f91a776de34e","b44d3087-ced3-40e8-a63b-1733b7e7f34c","b59d2329-5a0c-407b-aed2-2e19feaf70ed","b94a1deb-d6ce-4447-a4c8-b17e7212bdf0","bf770633-612e-41db-a451-7da802c46e4d","e7169e26-e700-4e71-b959-4592a03f3c9f","f72e092b-1e03-4de9-b4e5-ac5d236e7180"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","CED","CEI","FBB","LEA","LEB","MB2","ME1","PRM","SUM","WOT"],"rulings":[{"date":"2023-09-01","text":"If you tap a land for more than one mana, you choose one type that was produced and add one mana of that type."},{"date":"2023-09-01","text":"Mana Flare doesn't care about any restrictions or riders your lands put on the mana they produce, such as those of Unclaimed Territory and Cavern of Souls. It just produces one mana of the appropriate type, with no restrictions or riders."},{"date":"2023-09-01","text":"The types of mana are white, blue, black, red, green, and colorless."}],"rarities":["rare"]},"mana leak":{"name":"Mana Leak","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell unless its controller pays {3}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell unless its controller pays {3}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c61fe162-2202-4e56-9ba0-393547f9875f","metadata":{"source_printing_ids":["0b54b6f3-9ee3-4f6e-bde6-b54fc038a132","179236d9-6fe2-4db6-bdfb-f851e8d531a2","217da74b-f139-4e62-8d91-34cadb678535","247939d9-87e9-4f01-b223-fb4cfa7dbbe1","2e02f99a-3309-475a-950f-0d7c046ed642","2eab0cc3-408f-4cd6-94c9-76a645d5c6a4","4ea48898-82b2-4b4c-9d8f-dfedc0eb1d65","56707af4-eb74-4b33-8741-6cc9b547d919","60e6486c-644f-4b32-b4e9-3ca29bbdb400","6170653c-3d34-4988-a7ca-a708cbc6da78","6b123efa-8631-4a07-970d-ff4f980a0522","8b89a1d2-9418-4ac0-a5be-9e8880e4fcac","9128ec7b-5321-4810-b5e9-5d4c15644ecd","a7c7757d-8036-4b33-a1cb-07795d392588","abcaf16d-aa02-43e2-aa38-bb1835d47a05","ea345b5d-3b4b-4b59-876b-bc56fbe8578a","f27359a1-296c-478f-b4d7-2b4fb0e48410","fe0110d7-d3e8-4799-8368-a88b0beabd3e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","8ED","9ED","AA2","BRB","DDN","IMA","M11","M12","MM2","P05","PAL02","PLST","PRM","PS11","STH","TPR","WC03","WC04","WC98"],"rarities":["common"]},"mana reflection":{"name":"Mana Reflection","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you tap a permanent for mana, it produces twice as much of that mana instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"ProduceMana","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"description":"If you tap a permanent for mana, it produces twice as much of that mana instead.","condition":null,"mana_modification":{"type":"Multiply","factor":2},"mana_replacement_scope":{"type":"TappedForMana"}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a3a8a044-283d-443e-bc40-c2f826d70c22","metadata":{"source_printing_ids":["1fcf02eb-2aaa-4c22-a3b3-f57019664118","81e0d739-990f-4ba5-b456-165c033014cf","d863ff4a-c79f-4018-ac20-f40ad1fcfb36"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","M3C","SHM"],"rulings":[{"date":"2020-08-07","text":"If an ability triggers “whenever you tap” something for mana and produces mana, that triggered mana ability won't be affected by Mana Reflection."},{"date":"2020-08-07","text":"Mana Reflection doesn't produce any mana itself. Rather, it causes permanents you tap for mana to produce more mana. If the mana ability of that permanent puts any restrictions or riders on the mana it produces, that will apply to all the mana it produces this way."},{"date":"2020-08-07","text":"The effects of multiple Mana Reflections are cumulative. For example, if you have two Mana Reflections on the battlefield, you'll get four times the original amount and type of mana. If you have three, you'll get eight times the mana, and so on."},{"date":"2020-08-07","text":"You're “tapping a permanent for mana” only if you're activating a mana ability of that permanent that includes the {T} symbol in its cost. A mana ability produces mana as part of its effect."}],"rarities":["rare"]},"manamorphose":{"name":"Manamorphose","mana_cost":{"type":"Cost","shards":["RedGreen"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Add two mana in any combination of colors.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyCombination","count":{"type":"Fixed","value":2},"color_options":["White","Blue","Black","Red","Green"]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Add two mana in any combination of colors.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"89c83a6d-f6c8-4984-a888-0db62dfb93b1","metadata":{"source_printing_ids":["12ed4051-31c4-4f63-b576-e3761b9d35ae","50283122-b8c4-4fb3-8eba-6252b72222f4","d96ce5e6-70a0-47d7-ac1c-2019a8c77b45","f079df56-60f9-46e5-8f2e-032e62b6a5f1","faf9070e-14be-4ce5-a19a-6addc79359c1","fbbc184e-e74f-4f9d-87d2-b19973d84fbb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","MMA","PLST","SHM","SLD","SPG"],"rulings":[{"date":"2020-08-07","text":"You choose which color or colors of mana to add before you draw a card."}],"rarities":["common","uncommon","rare","mythic"]},"mandate of peace":{"name":"Mandate of Peace","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cast this spell only during combat.\nYour opponents can't cast spells this turn.\nEnd the combat phase. (Remove all attackers and blockers from combat. Exile all spells and abilities from the stack, including this spell.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"OpponentsOfSourceController"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"CastSpells"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"EndCombatPhase"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Your opponents can't cast spells this turn.\nEnd the combat phase.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c309ec42-34a0-4083-a36c-7814643d7960","casting_restrictions":[{"type":"DuringCombat"}],"metadata":{"source_printing_ids":["d243055f-892e-4042-9694-13d5e99e3550"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19"],"rulings":[{"date":"2019-08-23","text":"Any “at end of combat” triggered abilities won’t get the chance to trigger that combat because the end of combat step is skipped."},{"date":"2019-08-23","text":"Ending the combat phase this way means the following things happen in order: 1) All spells and abilities on the stack are exiled. This includes spells and abilities that can’t be countered. 2) State-based actions are checked. No player gets priority, and no triggered abilities are put onto the stack. 3) The current phase and step ends. The game skips straight to the postcombat main phase. As this happens, all attacking and blocking creatures are removed from combat and effects that last “until end of combat” expire."},{"date":"2019-08-23","text":"If an effect allows or instructs you to cast Mandate of Peace outside of a combat phase, you can’t do so. Its restriction takes precedence over that permission. Similarly, once Mandate of Peace has resolved, your opponents can’t cast spells even if another effect allows or instructs one of them to cast a spell."},{"date":"2019-08-23","text":"If any triggered abilities trigger during this process, they’re put onto the stack after the game skips to the appropriate phase or step."},{"date":"2019-08-23","text":"In the rare case that the postcombat main phase is skipped, the game skips to the end step of the ending phase. If that step is also skipped, the game skips straight to the turn’s cleanup step. The cleanup step can’t be skipped."},{"date":"2019-08-23","text":"Mandate of Peace doesn’t stop any player from casting spells in response to Mandate of Peace before it resolves."},{"date":"2019-08-23","text":"Though other spells and abilities that are exiled won’t get a chance to resolve, they don’t count as being countered."},{"date":"2019-08-23","text":"Your opponents can still activate abilities, including abilities of cards in their hand (such as cycling abilities), and can still play lands."}],"rarities":["rare"]},"mangara, the diplomat":{"name":"Mangara, the Diplomat","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nWhenever an opponent attacks with creatures, if two or more of those creatures are attacking you and/or planeswalkers you control, draw a card.\nWhenever an opponent casts their second spell each turn, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever an opponent attacks with creatures, if two or more of those creatures are attacking you and/or planeswalkers you control, draw a card.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"AttackTarget","controller":"You","attacked":"PlayerOrPlaneswalker"},"comparator":"GE","count":2},"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts their second spell each turn, draw a card.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cbcb6d9a-6ae5-4bcd-8013-2b657553764a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["011cfa46-6827-4418-881b-686eb34e06ce","09e77ae5-a1a6-4e51-9853-10e81ca2dd2c","232b5c18-0a0a-425d-89aa-de2db833a22c","26f0d639-9d7f-4a90-bbfd-f942bd59a89b","452b735c-791f-4843-9390-8803154cde62","49d0d7ec-4bee-47d3-91a6-43510be65402","9b4e628f-5fc5-4c17-a07d-448d361d7e7c","a71f14e5-6d0b-4687-a4c7-5f199ba24a55","f0955519-6eb8-4305-902b-8b7323ee90a3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","CMM","FCA","M21","PLST","PM21","PRM","SOC","TDC"],"rulings":[{"date":"2020-06-23","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2020-06-23","text":"If some of the attacking creatures leave the battlefield while Mangara's triggered ability is on the stack, use the player or planeswalker they were attacking before they left to determine whether you draw a card. On the other hand, if they're removed from combat without leaving the battlefield, use their current information to determine that they're not attacking you or a planeswalker you control anymore."},{"date":"2020-06-23","text":"If your opponent attacks you with one creature and your planeswalker with another, you draw a card."},{"date":"2020-06-23","text":"Players can cast spells and activate abilities after the triggered ability resolves but before the spell that caused it to trigger does."},{"date":"2020-06-23","text":"You draw just one card, no matter how many creatures are attacking you and your planeswalkers beyond the second."}],"rarities":["rare","mythic"]},"manifest dread":{"name":"Manifest Dread","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Manifest dread. (Look at the top two cards of your library. Put one onto the battlefield face down as a 2/2 creature and the other into your graveyard. Turn it face up any time for its mana cost if it's a creature card.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ManifestDread"},"cost":null,"sub_ability":null,"duration":null,"description":"Manifest dread.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"df5a66d1-61f6-44d9-b464-3ee739e78dce","metadata":{"source_printing_ids":["a649265b-6c32-49e7-b6cb-6086c40d26e8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-09-20","text":"Any time you have priority, you can turn a manifested permanent you control face up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-09-20","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-09-20","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-09-20","text":"If a double-faced card is manifested, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-09-20","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise or morph ability because it will no longer have that ability (or the associated cost) once face up."},{"date":"2024-09-20","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-09-20","text":"If a manifested creature would have disguise or morph if it were face up, you may also turn it face up by paying its disguise or morph cost, as appropriate."},{"date":"2024-09-20","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-09-20","text":"If your library contains only one card when you manifest dread, you'll look at that card and put it onto the battlefield face down. You won't have the option to put it into your graveyard instead. If your library contains no cards when you manifest dread, you won't do anything."},{"date":"2024-09-20","text":"Some cards in the Duskmourn release have abilities that trigger \"whenever you manifest dread.\" In circumstances where you are instructed to manifest dread but can't perform some or all of the steps of manifesting dread (probably because your library has one or fewer cards in it), these abilities will still trigger."},{"date":"2024-09-20","text":"To manifest dread, look at the top two cards of your library. Manifest one (by putting it onto the battlefield face down) and put the other into your graveyard. The card you put onto the battlefield becomes a 2/2 face-down creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-09-20","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-09-20","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a manifested creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-09-20","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered should remain clear, as well as what ability caused them to be face down. (This includes manifest, disguise, cloak, morph, and a few older effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["common"]},"maralen, fae ascendant":{"name":"Maralen, Fae Ascendant","mana_cost":{"type":"Cost","shards":["Black","Green","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Faerie","Noble"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Maralen or another Elf or Faerie you control enters, exile the top two cards of target opponent's library.\nOnce each turn, you may cast a spell with mana value less than or equal to the number of Elves and Faeries you control from among cards exiled with Maralen this turn without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":[{"Subtype":"Faerie"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever ~ or another Elf or Faerie you control enters, exile the top two cards of target opponent's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ExileCastPermission":{"frequency":"OncePerTurn","play_mode":"Cast","cost":"WithoutPayingManaCost","pool":"ThisTurn","timing":"AnyTime"}},"affected":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Faerie"}],"controller":"You","properties":[]}]}}}}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Once each turn, you may cast a spell with mana value less than or equal to the number of Elves and Faeries you control from among cards exiled with ~ this turn without paying its mana cost."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Blue"],"scryfall_oracle_id":"114e1d2c-cefc-4e2a-922e-3b2ceed1871d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4b1ace1f-84ec-499d-8a52-c0ad26a70d77","c50f5408-5b5c-41dc-807e-136233403a09"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"If Maralen enters at the same time as one or more other Elves or Faeries you control, its first ability will trigger for each of those other Elves and Faeries as well as itself."},{"date":"2025-11-17","text":"If an exiled card has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2025-11-17","text":"If the spell you cast has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2025-11-17","text":"Since you are using an alternative cost to cast the spell, you can't pay any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, you must pay those."}],"rarities":["rare"]},"marang river prowler":{"name":"Marang River Prowler","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't block and can't be blocked.\nYou may cast this card from your graveyard as long as you control a black or green permanent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block and can't be blocked."},{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block and can't be blocked."},{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"IsPresent","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"HasColor","color":"Black"},{"type":"InZone","zone":"Battlefield"}]},{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"HasColor","color":"Green"},{"type":"InZone","zone":"Battlefield"}]}]}},"affected_zone":null,"effect_zone":null,"active_zones":["Graveyard"],"characteristic_defining":false,"description":"You may cast this card from your graveyard as long as you control a black or green permanent."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"002e767c-0b30-4ad1-a924-88da400a4cff","metadata":{"source_printing_ids":["1bc8174c-da93-414e-b89c-c588a2c4ed0c","491a3dc5-d297-47e1-acf9-dda103136519","a4a288d3-c769-4681-828b-9b7579d93469"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["FRF","UMA","ZNC"],"rulings":[{"date":"2018-12-07","text":"Marang River Prowler checks if you control a black or green permanent only as you begin to cast it. Once you begin to cast Marang River Prowler from your graveyard, it doesn't matter what happens to the black or green permanents you control."},{"date":"2018-12-07","text":"You must follow the normal timing permissions and restrictions and pay its cost to cast Marang River Prowler from your graveyard."}],"rarities":["uncommon"]},"marauding blight-priest":{"name":"Marauding Blight-Priest","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, each opponent loses 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, each opponent loses 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"814b87fe-2a75-4ff2-8637-7e69e3fb285b","metadata":{"source_printing_ids":["1f9de75b-5295-4c7f-b149-b9cd508db1f2","5f70dafc-c638-4ec0-ab5b-62998f752720","730ddbcd-0814-4e22-85e9-78b0878324b6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J22","ZNR"],"rulings":[{"date":"2024-11-08","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Marauding Blight-Priest's ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-11-08","text":"If you gain an amount of life \"for each\" of something or \"equal to the number\" of something, that life is gained as one event and Marauding Blight-Priest's ability will trigger only once."},{"date":"2024-11-08","text":"In a Two-Headed Giant game, life gained by your teammate won't cause Marauding Blight-Priest's ability to trigger, even though it caused your team's life total to increase."},{"date":"2024-11-08","text":"Marauding Blight-Priest's ability triggers just once for each life-gaining event, whether it's 1 life from Dazzling Angel or 4 life from Apothecary Stomper."}],"rarities":["common"]},"maraxus":{"name":"Maraxus","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +1/+0.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/+0."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"9d00fef4-d417-4c6d-87a0-88765c3d1e97","legalities":{},"printings":["PVAN"]},"marble priest":{"name":"Marble Priest","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"All Walls able to block this creature do so.\nPrevent all combat damage that would be dealt to this creature by Walls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"MustBeBlockedByAll":{"blockers":{"type":"Typed","type_filters":[{"Subtype":"Wall"}],"controller":null,"properties":[]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Walls able to block ~ do so."}],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Prevent all combat damage that would be dealt to ~ by Walls.","condition":null,"combat_scope":"CombatOnly","shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"scryfall_oracle_id":"96bcabee-e84e-409f-8439-80f5308d73e9","metadata":{"source_printing_ids":["459b71d7-34c1-43b9-93ff-364f95aa4789"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LEG"],"rarities":["uncommon"]},"marchesa's decree":{"name":"Marchesa's Decree","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, you become the monarch.\nWhenever a creature attacks you or a planeswalker you control, that creature's controller loses 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeMonarch"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you become the monarch.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever a creature attacks you or a planeswalker you control, that creature's controller loses 1 life.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"PlayerOrPlaneswalker"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e4ab5ee4-4683-4219-9e15-31975e69efbb","metadata":{"source_printing_ids":["0528de36-46c6-496c-8514-2944423b3e64","413bec4e-e2ce-46f1-b038-6e359cd78b53"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CN2","PLST","PZ2"],"rulings":[{"date":"2016-08-23","text":"Abilities that trigger whenever you \"become the monarch\" trigger only if you aren't already the monarch. For example, if you are already the monarch as Custodi Lich enters the battlefield, its last ability won't trigger."},{"date":"2016-08-23","text":"Being the monarch carries two inherent triggered abilities. \"At the beginning of the monarch's end step, that player draws a card\" and \"Whenever a creature deals combat damage to the monarch, its controller becomes the monarch.\""},{"date":"2016-08-23","text":"If the triggered ability that causes the monarch to draw a card goes on the stack, and a different player becomes the monarch before that ability resolves, the first player will still draw the card."},{"date":"2016-08-23","text":"The game starts with no monarch. Once an effect makes one player the monarch, the game will have exactly one monarch from that point forward."}],"rarities":["uncommon"]},"marchesa, the black rose":{"name":"Marchesa, the Black Rose","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Dethrone (Whenever this creature attacks the player with the most life or tied for most life, put a +1/+1 counter on it.)\nOther creatures you control have dethrone.\nWhenever a creature you control with a +1/+1 counter on it dies, return that card to the battlefield under your control at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":["Dethrone"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control with a +1/+1 counter on it dies, return that card to the battlefield under your control at the beginning of the next end step.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on this creature","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.105a: Dethrone — whenever ~ attacks the player with the most life or tied for most life, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"DefendingPlayer"}}},"comparator":"GE","rhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"AllPlayers","aggregate":"Max"}}}},"batched":false,"attack_target_filter":"Player"}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Dethrone"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control have dethrone."}],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"17a59d3d-9e01-48cd-bb4a-3eaaa077751c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3242a9f0-2ba3-4852-ac8f-366772ac1c62","35f3f243-927d-4b84-87cd-43c48f6c371a","47617780-620d-409a-944c-bc7035826b38","843adb97-8ace-4b72-879b-d90be1816857","ca6cf5ba-0bad-4f7d-83b9-c092c2586131","e568fd9d-5800-4eeb-87c6-7c33dc14f81d","e5fa557c-b23c-4e56-aedb-c51d2e20cda6","e9975663-3038-4c72-b29c-65635dbe36bb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","C17","CNS","PRM","PZ1","SLD","VMA"],"rulings":[{"date":"2014-05-29","text":"If Marchesa has a +1/+1 counter on it when it dies, it will return to the battlefield under your control because of its own ability."},{"date":"2014-05-29","text":"If a creature has multiple instances of dethrone, each triggers separately."},{"date":"2014-05-29","text":"If the creature card leaves the graveyard before the delayed triggered ability resolves, that card won't return to the battlefield, even if it's back in the graveyard when the delayed triggered ability resolves."},{"date":"2014-05-29","text":"In a Two-Headed Giant game, dethrone will trigger if the creature attacks either player on the team with the most life or tied for the most life."},{"date":"2014-05-29","text":"Once dethrone triggers, it doesn't matter what happens to the players' life totals before the ability resolves. You'll put a +1/+1 counter on the creature even if the defending player doesn't have the most life as the ability resolves."},{"date":"2014-05-29","text":"The +1/+1 counter is put on the creature before blockers are declared."},{"date":"2023-07-28","text":"Dethrone doesn't trigger if the creature attacks a planeswalker, even if its controller has the most life. The same is true if the creature attacks a battle, even if its protector has the most life."}],"rarities":["rare","mythic"]},"marina vendrell":{"name":"Marina Vendrell","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When Marina Vendrell enters, reveal the top seven cards of your library. Put all enchantment cards from among them into your hand and the rest on the bottom of your library in a random order.\n{T}: Lock or unlock a door of target Room you control. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetRoomDoorLock","op":{"type":"LockOrUnlock"},"target":{"type":"Typed","type_filters":[{"Subtype":"Room"}],"controller":"You","properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Lock or unlock a door of target Room you control. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":7},"destination":"Hand","keep_count":4294967295,"up_to":false,"filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, reveal the top seven cards of your library. Put all enchantment cards from among them into your hand and the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"5aafc6c3-14f2-45b1-bd5b-c27760d791dd","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6428cddc-2fb6-41af-a643-e83c81dc04f5","f6424845-7e9b-4514-93aa-1cf6c45f634c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rarities":["rare"]},"marwyn, the nurturer":{"name":"Marwyn, the Nurturer","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever another Elf you control enters, put a +1/+1 counter on Marwyn.\n{T}: Add an amount of {G} equal to Marwyn's power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"color_options":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add an amount of {G} equal to ~'s power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another Elf you control enters, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ee35de1c-aef1-4bd4-85fd-fe77bc927790","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["251613c0-2e72-4bd1-b3b5-69602b07b6f9","4c92e444-2a33-4e67-a8be-8cf5d564e589","9b1718d4-c5cd-43ae-af09-d28ff1c9803e","aad61d99-5c8e-47b7-ab1a-e70905f59205"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DOM","J25","KHC","PDOM","SLD"],"rulings":[{"date":"2018-04-27","text":"Marwyn's activated ability is a mana ability. It doesn't use the stack and can't be responded to."}],"rarities":["rare"]},"maskwood nexus":{"name":"Maskwood Nexus","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control are every creature type. The same is true for creature spells you control and creature cards you own that aren't on the battlefield.\n{3}, {T}: Create a 2/2 blue Shapeshifter creature token with changeling. (It is every creature type.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield."},"cost":null,"sub_ability":null,"duration":null,"description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Token","name":"Shapeshifter","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Shapeshifter"],"colors":["Blue"],"keywords":["Changeling"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}, {T}: Create a 2/2 blue Shapeshifter creature token with changeling.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control are every creature type."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"9b2cdbed-c733-409b-b0e4-2c8960c25111","metadata":{"related_token_ids":["19115e90-c504-5d55-9cbb-43d7197b902d","43ae1a0b-f820-58cb-afbb-96bd7592c442","4619d1ad-f2df-56e6-b96e-c8e204239231","4d21e209-4a89-5424-9213-b8ce391733cc","4f68d7e7-f83a-5967-8bb8-4a66c08b986e","5590d878-c28a-5c12-b61d-065c7c8e7a32","ac1d46eb-68b2-56ab-9f3e-b142cdc2fa33"],"source_printing_ids":["1246c42d-57c0-4cba-959a-15ad89d8a50b","404b3e0f-994e-49c8-b18a-ebbf418e741a","45887949-7cc6-4f83-a659-fb3284685c7d","471d2aef-cfd4-4131-bbc7-62eeed9f3343","9a8456d9-30dd-4acf-9255-e9540886df37","9e1aef13-3a5d-4a83-8851-e667a4cb5a67","c6f2c543-9b01-4760-966a-f0609c24f53e","d56e5307-4a2a-4bbd-ab61-83286464cac3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","CLB","DRC","KHM","M3C","PKHM","PLST","PRM","SLD"],"rulings":[{"date":"2021-02-05","text":"Changeling is a characteristic-defining ability. It functions in all zones, not only while a card that has it is on the battlefield."},{"date":"2021-02-05","text":"If an effect causes a creature with changeling to become a new creature type, it will be only that new creature type. It will still have changeling; the effect making it all creature types will simply be overwritten."},{"date":"2021-02-05","text":"If an effect causes a creature with changeling to lose all abilities, it will remain all creature types, even though it will no longer have changeling. This is because changeling applies before the effect that removes it."},{"date":"2021-02-05","text":"Replacement effects that modify how creatures of a certain creature type enter the battlefield will apply after you apply the effect of Maskwood Nexus. For example, if you control Maskwood Nexus and an effect says that each Warrior you control enters the battlefield with an additional +1/+1 counter on it, any creature that enters the battlefield under your control will get that counter."},{"date":"2021-02-05","text":"The subtype Shapeshifter that appears on the type line is mostly there to reinforce the flavor. A creature card with changeling is just as much an Elf, a Dwarf, a Sliver, a Goat, a Coward, and a Zombie as it is a Shapeshifter."},{"date":"2021-02-05","text":"The tokens created by the activated ability will continue to have all creature types if Maskwood Nexus leaves the battlefield because those tokens have changeling. Other creatures you control will revert to their usual creature types unless another relevant effect is affecting them."}],"rarities":["rare"]},"master of cruelties":{"name":"Master of Cruelties","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"First strike, deathtouch\nThis creature can only attack alone.\nWhenever this creature attacks a player and isn't blocked, that player's life total becomes 1. This creature assigns no combat damage this combat.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","FirstStrike"],"abilities":[],"triggers":[{"mode":"AttackerUnblocked","execute":{"kind":"Spell","effect":{"type":"SetLifeTotal","target":{"type":"ParentTarget"},"amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"AssignNoCombatDamage","affected":{"type":"SelfRef"},"modifications":[{"type":"AssignNoCombatDamage"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks a player and isn't blocked, that player's life total becomes 1. ~ assigns no combat damage this combat.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[{"mode":{"CombatAlone":{"action":"Attack","requirement":"MustBeSole"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can only attack alone."}],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"d135c457-9be5-4a6e-a6fb-5b35cfb70cb0","metadata":{"source_printing_ids":["0cecb91a-c2d3-488a-a0c2-4263023a06bc","25266b22-3cee-4ac8-91e8-5a23fbaa457a","6e4af66a-17fc-4579-bf30-d7f79df6354d","7b4d8ab5-252c-4727-817d-6f18cbaedd91","7d91d25d-b33d-4097-a121-8cd9668f19b3","b8a3e4d4-5c1a-4325-966a-b83666ee8460","e5ba7703-97ef-40b0-87d6-2d79342086eb","f7b95dab-4c26-4eb9-ba2c-bec968fdaea9","ffd68fe1-5cfc-44cf-8dfe-3488278cdcef"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["2X2","DGM","GK2","PLST","RVR","SLD"],"rulings":[{"date":"2013-04-15","text":"An ability that triggers when something \"attacks and isn't blocked\" triggers in the declare blockers step after blockers are declared if (1) that creature is attacking and (2) no creatures are declared to block it. It will trigger even if that creature was put onto the battlefield attacking rather than having been declared as an attacker in the declare attackers step."},{"date":"2013-04-15","text":"Assigning no combat damage isn't the same as preventing that damage. Effects that make damage unpreventable will have no effect if no combat damage can be assigned."},{"date":"2013-04-15","text":"For a player's life total to become 1, what actually happens is that the player loses (or in some rare cases, gains) the appropriate amount of life. For example, if the player's life total is 4 when the last ability resolves, it will cause that player to lose 3 life. Other effects that interact with life loss (or gain) will interact with this effect accordingly."},{"date":"2013-04-15","text":"If Master of Cruelties attacks alone, another creature entering the battlefield attacking will have no effect on it. Master of Cruelties continues to be an attacking creature. The other attacking creature will assign combat damage normally, regardless of whether Master of Cruelties's last ability triggers."},{"date":"2013-04-15","text":"Master of Cruelties isn't forced to attack, but if it does, it must do so alone. If you control another creature with an ability that says it must attack if able, that creature must attack and Master of Cruelties won't be able to."},{"date":"2024-01-12","text":"Master of Cruelties's last ability won't trigger if it attacks a planeswalker or a battle."}],"rarities":["mythic"]},"master transmuter":{"name":"Master Transmuter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{U}, {T}, Return an artifact you control to its owner's hand: You may put an artifact card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},{"type":"Tap"},{"type":"ReturnToHand","count":1,"filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}]},"sub_ability":null,"duration":null,"description":"{U}, {T}, Return an artifact you control to its owner's hand: You may put an artifact card from your hand onto the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"da46786e-28df-4638-ab3d-121011d2f150","metadata":{"source_printing_ids":["252482b2-aaa7-49f3-af8c-30923ca98994","3437cd27-2bd4-4b4a-ad8b-7586d22f6c78","480eb74f-9e62-41f7-b48a-b4249aab5752","c438a6a7-fe70-4e6b-b299-8e488228fb9d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","ARC","BRC","CON","PLST"],"rulings":[{"date":"2020-08-07","text":"Master Transmuter can be returned to its owner's hand to pay the cost of its activated ability."},{"date":"2020-08-07","text":"The artifact card you put onto the battlefield when the ability resolves may be the same card that you returned to your hand when you paid the cost. If so, it returns to the battlefield as a new object with no relation to its previous existence."}],"rarities":["rare"]},"math is for blockers":{"name":"Math is for Blockers","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Damage can't be prevented this turn.\nCreatures you control have double strike, trample, and must attack if able until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"DamagePreventionDisabled","source":0,"expiry":{"type":"EndOfTurn"}}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have double strike, trample, and must attack if able"},{"mode":"MustAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have double strike, trample, and must attack if able"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Creatures you control have double strike, trample, and must attack if able until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"1048c9f7-5b8f-4abd-be8c-881b58c97ec2","metadata":{"source_printing_ids":["2e0c466a-55f4-410a-aac1-5bccaaa9bd96"]},"legalities":{},"printings":["UNK"],"rarities":["rare"]},"matoya, archon elder":{"name":"Matoya, Archon Elder","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you scry or surveil, draw a card. (Draw after you scry or surveil.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlayerPerformedAction","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you scry or surveil, draw a card.","constraint":null,"condition":null,"batched":false,"player_actions":["Scry","Surveil"]}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ef6c0054-3a89-4fac-b822-37c7d2514489","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0429bba6-d496-49ac-b849-fb8274f86880","1dd61cf6-2fb5-4cff-ab00-7677ac85774c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rarities":["rare"]},"maze of ith":{"name":"Maze of Ith","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Untap target attacking creature. Prevent all combat damage that would be dealt to and dealt by that creature this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"CombatDamage"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Untap target attacking creature. Prevent all combat damage that would be dealt to and dealt by that creature this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"38a12bd7-4394-44a8-91a0-6a4ff7fa4f71","metadata":{"source_printing_ids":["42dcceee-2a47-4eaa-a6a3-2931b3d50244","4b8eee4f-99e3-499d-9d6d-0bff023f6512","5889fde1-730d-43d0-aaa4-499784a80530","7286bd95-0d8e-4b1a-b319-052fe2ae1951","78114f25-f40a-4e2e-bf89-29ea9b3500e2","c6202554-88a7-4b7f-b20f-d034997dbd02","d48b1dec-e92a-43e2-b7d8-4fd877e6a1ca"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","DMR","DRK","EMA","G09","ME4","OLGC","PRM","V12"],"rulings":[{"date":"2022-12-08","text":"Maze of Ith can target an untapped attacking creature. It will still prevent the combat damage it would deal and be dealt."},{"date":"2022-12-08","text":"Maze of Ith doesn't have a mana ability. It doesn't tap for colorless mana."},{"date":"2022-12-08","text":"The creature isn't removed from combat; it just has its damage prevented. It's still an attacking creature until the combat phase is complete."},{"date":"2022-12-08","text":"You can activate Maze of Ith's ability targeting an attacking creature you control during the combat damage step or the end of combat step, even though it will already have dealt combat damage. This will untap the creature. The damage it dealt will be unaffected."}],"rarities":["uncommon","rare"]},"maze's end":{"name":"Maze's End","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\n{T}: Add {C}.\n{3}, {T}, Return this land to its owner's hand: Search your library for a Gate card, put it onto the battlefield, then shuffle. If you control ten or more Gates with different names, you win the game.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Gate"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"},{"type":"ReturnToHand","count":1,"filter":{"type":"SelfRef"}}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCountDistinct","filter":{"type":"Typed","type_filters":[{"Subtype":"Gate"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},"qualities":["Name"]}},"comparator":"GE","rhs":{"type":"Fixed","value":10}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{3}, {T}, Return ~ to its owner's hand: Search your library for a Gate card, put it onto the battlefield, then shuffle. If you control ten or more Gates with different names, you win the game.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"49479778-c4c0-43ba-a7b7-45f00d067462","metadata":{"source_printing_ids":["401f7042-24fd-42a0-ae7c-e6b7de1aa446","56457cc2-4fdb-4399-a233-0c1a954de026","bf5e2643-d2c3-41b5-b1ac-0428aec32196","ea9a4d1a-79dd-4b15-8e3b-f111f16d6bfc","f8d0dc81-8cf3-4bd3-9b26-a1c5db9c6555","fb39aa60-57ec-471e-aec3-32d15be86663"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DGM","FDN","HA3","PDGM","PIO","PLST","PRM","RVR","SLD"],"rulings":[{"date":"2013-04-15","text":"Controlling multiple Gates with the same name has no effect on your ability to win the game with Maze's End. The excess Gates are simply ignored."},{"date":"2013-04-15","text":"Putting a Gate onto the battlefield with Maze's End doesn't count as the one land you can play during your turn. If it's your turn, you can play Maze's End or a different land card from your hand after its ability has resolved."},{"date":"2013-04-15","text":"Returning Maze's End to its owner's hand is part of the cost to activate its last ability. Once that ability is announced, players can't respond to it until after you've paid its activation cost and returned Maze's End to hand."},{"date":"2013-04-15","text":"When the last ability of Maze's End resolves, you'll search for a Gate and put it onto the battlefield before checking to see if you win the game. This check will happen even if you don't put a Gate onto the battlefield this way. This check will happen only as the ability resolves, not at other times."}],"rarities":["mythic"]},"mazirek, kraul death priest":{"name":"Mazirek, Kraul Death Priest","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Insect","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a player sacrifices another permanent, put a +1/+1 counter on each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player sacrifices another permanent, put a +1/+1 counter on each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"e0420f2c-d578-421e-ae75-e7dc5f70661a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["13175ed2-c306-4a0a-a50d-b50879e2add6","1522122b-e4bf-4dba-b22c-efa18bc6c33b","19d3cbfc-6781-416e-ab78-3508a24cace2","5c3ac233-29f7-4ed7-9363-85022d72f633","940ae3c2-7ac2-412b-afd0-c8b0099bc3aa","aee3d3be-b0a8-4a15-8422-83a8040a67f5","ce045260-7811-45f7-8cbe-902b1cbc6177","e7fb8520-1bc4-40e7-a4cc-2933ed7e0c00"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","C15","CMA","EOC","PLST","PZ1","SLD","SOC"],"rulings":[{"date":"2020-08-07","text":"A legendary permanent that is put into a graveyard because of the \"legend rule\" isn't sacrificed."},{"date":"2020-08-07","text":"If you sacrifice Mazirek and other permanents at the same time, Mazirek's last ability triggers for the other permanents."},{"date":"2020-08-07","text":"If you sacrifice a permanent as part of casting a spell or activating an ability, Mazirek's last ability will resolve before that spell or ability."},{"date":"2020-08-07","text":"Mazirek's last ability is a triggered ability, not an activated ability. It doesn't allow you to sacrifice a permanent whenever you want; rather, you need some other way of sacrificing permanents."}],"rarities":["rare","mythic"]},"memnite":{"name":"Memnite","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7663ac7c-1de3-4250-b96a-fae9dbd66a27","metadata":{"source_printing_ids":["469cc4e0-49c0-4009-97ea-28e44addec69","70de6937-acd0-4496-94c3-2e9a80caddb0","7b8f6516-3d00-4deb-b852-bcd3b72e49ea"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DCI","MB2","PLST","PRM","SOM","TD2"],"rarities":["uncommon"]},"memory lapse":{"name":"Memory Lapse","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell. If that spell is countered this way, put it on top of its owner's library instead of into that player's graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"},"countered_spell_zone":{"type":"Library","position":{"type":"Top"}}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell. If that spell is countered this way, put it on top of its owner's library instead of into that player's graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"bbfb3e4a-b389-4391-8141-13b68c0ef2e0","metadata":{"source_printing_ids":["13636e52-aee6-4262-9b4d-a2979193bfa3","1fefc748-8426-4806-9f1b-d20361793d42","2d85cc30-ccae-4af8-834a-f7870dace679","30202613-d05f-4f47-af97-d0b75ccac293","348233e7-007b-4692-b1bb-9ac97aacec14","3d2cc591-3a81-468a-91a4-3c3aac83a21a","63453ed9-5cf1-4cad-b173-a067f22a4405","6c8b5df3-6153-470e-be9c-f38d3cf66081","8c2437b9-22ed-4835-9ac4-e9625bf8464a","8e3697f5-e264-415f-83bc-e72432857111","9010e5e2-fd32-4f2f-aa68-1dbe58c078a2","98c1b465-b6d9-491b-bfc2-c034cc825d27","bf9c4e40-ff50-4837-ae11-1670d637bcfb","d0524213-198d-4c9f-a9ba-8906ec841b19","da92f1d2-3803-4d19-bf2e-52229939fed8","ecc92a87-3ad2-4db6-aeae-001342f17d10","fc2215c0-2d08-42ab-be24-3f03bfdd9cdb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["5ED","6ED","7ED","DDM","EMA","G99","HML","MIR","PLST","PRM","PTC","SLD","STA","WC02","WC98"],"rulings":[{"date":"2016-06-08","text":"Memory Lapse has a self-replacement effect that replaces the spell going to the graveyard before any other effect can replace that event. If the spell was cast using flashback, however, flashback will change the spell's destination from its owner's library to exile."}],"rarities":["common","rare"]},"memory plunder":{"name":"Memory Plunder","mana_cost":{"type":"Cost","shards":["BlueBlack","BlueBlack","BlueBlack","BlueBlack"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast target instant or sorcery card from an opponent's graveyard without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":[{"AnyOf":["Instant","Sorcery"]}],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Graveyard"}]},"without_paying_mana_cost":true,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":"You may cast target instant or sorcery card from an opponent's graveyard without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"36b67014-0507-4976-ad52-a2a36676197d","metadata":{"source_printing_ids":["4d9b3d8d-4941-44ca-b829-d53242feba1e","584263f3-bee9-4951-9b15-9d453d367783","9ca6808a-1816-4ac7-bbb2-c7a5a47428d6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","CLB","SHM"],"rulings":[{"date":"2008-05-01","text":"If you are unable to cast the card (there are no legal targets for the spell, for example), nothing happens when Memory Plunder resolves, and the card remains in its owner's graveyard."},{"date":"2008-05-01","text":"If you cast a card “without paying its mana cost,” you can't pay any alternative costs. On the other hand, if the card has additional costs (such as conspire), you may pay those."},{"date":"2008-05-01","text":"If you want to cast the card, you cast it as part of the resolution of Memory Plunder. Timing restrictions based on the card's type are ignored if it's a sorcery. Other casting restrictions are not (such as “Cast [this card] only during combat”)."}],"rarities":["rare"]},"memory vessel":{"name":"Memory Vessel","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Exile this artifact: Each player exiles the top seven cards of their library. Until your next turn, players may play cards they exiled this way, and they can't play cards from their hand. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExileTop","player":{"type":"ScopedPlayer"},"count":{"type":"Fixed","value":7}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Exile","count":1,"zone":null,"filter":{"type":"SelfRef"}}]},"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"AllPlayers"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"ProhibitPlayFromZone","zone":"Hand"}}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}, Exile ~: Each player exiles the top seven cards of their library. Until your next turn, players may play cards they exiled this way, and they can't play cards from their hand. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0179bc62-823e-46b9-b536-342904fedafc","metadata":{"source_printing_ids":["2e37a5cd-887d-4b41-97f7-ae0bba85436b","3e9f1d0c-6f99-4b34-a367-052dd612ecda","db47f1bc-7f50-493f-bb3f-c1285cbaf244"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BIG"],"rulings":[{"date":"2024-04-12","text":"Memory Vessel has received a minor update to its Oracle text to clarify that players can play only cards they exiled from their library during the effect of the activated ability, not the Memory Vessel that was exiled to activate the ability."},{"date":"2024-04-12","text":"Players may still play cards from zones other than their hand if something would allow them to do so."},{"date":"2024-04-12","text":"Players pay all costs and follow all normal timing rules for cards played from exile with Memory Vessel's ability. For example, if an exiled card is a land card, its owner may play it only during their main phase while the stack is empty."}],"rarities":["mythic"]},"mercenaries":{"name":"Mercenaries","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Mercenary"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{3}: The next time this creature would deal damage to you this turn, prevent that damage. Any player may activate this ability.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"AllDamage","damage_source_filter":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}: The next time ~ would deal damage to you this turn, prevent that damage. Any player may activate this ability.","target_prompt":null,"activator_filter":{"type":"All"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9d96671c-7a98-48ec-b479-bc451e18264d","metadata":{"source_printing_ids":["7b28762d-1ab7-460e-b433-27f5fa858959"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ICE"],"rarities":["rare"]},"merchant of venom":{"name":"Merchant of Venom","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Warlock"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhen this creature enters, each player sacrifices a creature of their choice.\nWhenever a player sacrifices a permanent, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each player sacrifices a creature of their choice.","constraint":null,"condition":null,"batched":false},{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player sacrifices a permanent, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3918eaa7-5a34-4d6a-be93-a95e733d041b","metadata":{"source_printing_ids":["935e0dbb-76fd-4f4f-bcc6-d80a3061bb29","d60cf719-d5ce-46c3-bf92-24682b1c53bd"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"When Merchant of Venom's second ability resolves, first the player whose turn it is chooses which creature they're going to sacrifice, then each other player in turn order does the same. Players will know the choices of previous players when making their choices. Then all chosen creatures are sacrificed by their controllers simultaneously."}],"rarities":["rare"]},"merfolk falconer":{"name":"Merfolk Falconer","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you cast a kicked spell, scry 2.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"WasKicked"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a kicked spell, scry 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"77d5d435-d794-46c0-b630-a460973cf75a","metadata":{"source_printing_ids":["acb0d55a-9d6a-443d-aa82-5cea93188fd2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ZNR"],"rarities":["uncommon"]},"merfolk looter":{"name":"Merfolk Looter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Draw a card, then discard a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Draw a card, then discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"67362406-b1ca-49e2-800d-9050bfe8742a","metadata":{"source_printing_ids":["0fbb1c41-388f-4ff2-af37-ad64a0f4618e","28e4e99d-5834-4f6c-b915-4f95edc1337f","30414f22-7f4e-4357-94b8-882b6d37ab02","4768f8d4-b7b5-4372-8b8b-b68073871e33","49f8a9d3-c74a-4ca0-b1f1-15c30aeb8ab0","4ec07b20-9768-4c21-90d5-70d57959c698","67ffaacf-bf53-49ca-8003-795773477ad3","6b667700-9ea2-42cb-8d79-423272dd46b9","6d740928-bf61-4420-a403-63097538b97d","8c3f76dd-6c72-4a26-a252-18dc2f6d3396","8cae1a42-052e-4110-9afc-d3ec83b7c8a9","aad3aaec-7c88-4925-8023-0cf61bf906c2","c0382aba-9a4a-41c8-bb68-a8e11d15143a","df5db14e-6b48-4729-bdf7-2965cf3dbb9d","fdff7d5e-e0c2-44b4-9fc9-612e956440d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","7ED","A25","AFC","CN2","DDT","EMA","EXO","HA5","M10","M12","PLST","TD0","TPR","WC01","WC02"],"rulings":[{"date":"2018-03-16","text":"You can't do anything in between drawing a card and discarding a card, including casting or cycling the card you drew."}],"rarities":["common","uncommon"]},"michiko konda, truth seeker":{"name":"Michiko Konda, Truth Seeker","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Advisor"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a source an opponent controls deals damage to you, that player sacrifices a permanent of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"ParentTargetController","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever a source an opponent controls deals damage to you, that player sacrifices a permanent of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fbe190eb-fd4b-40e7-9a17-48c96b60f653","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["50bf546a-83ac-470f-a5c7-2b214d18f5c1","5a4124fc-c9c5-4752-9618-dfe722c38d0b","8a2c5348-3057-4bbd-9176-e7d4bc5ee9f4","99c56bf0-ad9f-4419-902c-f3a3880c716c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["J22","PLST","SLD","SOK"],"rulings":[{"date":"2005-06-01","text":"One permanent is sacrificed each time an opponent’s source deals damage to Michiko Konda’s controller. The amount of damage doesn’t matter."},{"date":"2005-06-01","text":"Sources that deal damage multiple times (such as creatures with double strike) will trigger Michiko Konda multiple times."},{"date":"2005-06-01","text":"Spells that deal damage repeatedly trigger Michiko Konda’s ability each time they deal damage. For example, a Glacial Ray spliced onto another Glacial Ray triggers the ability twice (once for each “2 damage” event from the Glacial Ray)."}],"rarities":["rare"]},"midnight clock":{"name":"Midnight Clock","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {U}.\n{2}{U}: Put an hour counter on this artifact.\nAt the beginning of each upkeep, put an hour counter on this artifact.\nWhen the twelfth hour counter is put on this artifact, shuffle your hand and graveyard into your library, then draw seven cards. Exile this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"hour","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{U}: Put an hour counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"hour","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each upkeep, put an hour counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Library","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Library","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":7},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When the twelfth hour counter is put on ~, shuffle your hand and graveyard into your library, then draw seven cards. Exile ~.","constraint":null,"condition":null,"counter_filter":{"counter_type":"hour","threshold":12},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c68faebc-b2cd-461b-b93e-e1fcd4816810","metadata":{"source_printing_ids":["0024708a-7f59-4707-97d9-4c5397f7333c","0b3c33b7-5b15-4b61-bfd6-1ffa823eb28a","0f7f1148-7b1b-4969-a2f8-428de1e2e8ff","106fc548-a50c-4c0a-820d-b4fc0d4a0495","2d38072e-ae06-40f6-b2d1-658eb855769b","72ca85ed-3870-4ba4-abe7-cdcab3cad122","9eef0851-c2bb-4b11-b9c2-c659abadd0d9","abb424b6-741e-40ef-937f-e01536cf7479","c3b04d8a-f651-4538-bc40-6f2c8e13fb99","d2d59a8a-8147-4f47-b698-50c5f04e5582","d401b4af-649d-4b97-864d-5796a1a8e22b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","DRC","ELD","M3C","NCC","OTC","PELD","PLST","SLD","VOC","WOC"],"rulings":[{"date":"2019-10-04","text":"If Midnight Clock leaves the battlefield while its last ability is on the stack, it won't be exiled."},{"date":"2019-10-04","text":"Midnight Clock's first triggered ability triggers at the beginning of each upkeep, not just your upkeep. In a Two-Headed Giant game, an ability that triggers at the beginning of each upkeep rather than each player's upkeep triggers only once during each team's upkeep."},{"date":"2019-10-04","text":"Midnight Clock's last ability triggers after one or more counters are put onto it if it had fewer than twelve counters on it before those counters were put on it and it has twelve or more counters on it after."},{"date":"2019-10-04","text":"You can activate Midnight Clock's mana ability to pay the cost of its second ability."}],"rarities":["rare"]},"midnight guard":{"name":"Midnight Guard","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature enters, untap this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature enters, untap ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f5430b0e-e77f-47b8-ae6d-30bcff4d7e35","metadata":{"source_printing_ids":["2264b760-c527-470d-bad0-d8baaf543631","56b6390b-607b-4e10-946d-a4ac24908e08","69ad144b-9562-409d-bfe9-53f10202287d","87c1d85d-b2b8-4c9d-84fa-2566b14cb5ea","9185d2cc-5380-4be1-ab67-a755b2e02016"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["BBD","DKA","J22","M15","PLST"],"rarities":["common"]},"midnight mangler":{"name":"Midnight Mangler","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"During turns other than yours, this Vehicle is an artifact creature.\nCrew 2 (Tap any number of creatures you control with total power 2 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":2,"once_per_turn":null}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"Not","condition":{"type":"DuringYourTurn"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During turns other than yours, ~ is an artifact creature."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c9f8651a-4118-4d80-902e-60473e81d3a9","metadata":{"source_printing_ids":["237568e3-7331-4bbb-a091-a766723134fc","4aeb6fa4-569e-4ede-94c5-a8f3c28f55e4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["common"]},"mightform harmonizer":{"name":"Mightform Harmonizer","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect","Druid"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, double the power of target creature you control until end of turn.\nWarp {2}{G} (You may cast this card from your hand for its warp cost. Exile this creature at the beginning of the next end step, then you may cast it from exile on a later turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Warp":{"type":"Cost","shards":["Green"],"generic":2}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DoublePT","mode":"Power","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"factor":2},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, double the power of target creature you control until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8e025cda-71c5-4d06-8436-decd408667af","metadata":{"source_printing_ids":["29bc9be4-4fc3-440a-a851-0c7f8989c9b5","f32302f1-b54f-4489-9d0b-9b771e59da06"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"If a creature’s power is less than 0 when it’s doubled, instead that creature gets -X/-0, where X is how much less than 0 its power is. For example, if an effect has given Bear Cub, a 2/2 creature, -4/-0 so that it’s a -2/2 creature, doubling its power and toughness gives it -2/+2, and it becomes a -4/4 creature."},{"date":"2025-07-25","text":"If an effect instructs you to “double” a creature’s power, that creature gets +X/+0, where X is its power as that effect begins to apply. Similarly, a creature whose toughness is doubled gets +0/+X, where X is its toughness as the effect begins to apply."}],"rarities":["rare"]},"mighty servant of leuk-o":{"name":"Mighty Servant of Leuk-o","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nWard—Discard a card.\nWhenever this Vehicle becomes crewed for the first time each turn, if it was crewed by exactly two creatures, it gains \"Whenever this creature deals combat damage to a player, draw two cards\" until end of turn.\nCrew 4","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Ward":{"type":"DiscardCard"}},{"Crew":{"power":4,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"BecomesCrewed","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, draw two cards","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain \"Whenever ~ deals combat damage to a player, draw two cards\""}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes crewed for the first time each turn, if it was crewed by exactly two creatures, it gains \"Whenever ~ deals combat damage to a player, draw two cards\" until end of turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"0b59099f-2172-4eab-9c0d-7048e6771018","metadata":{"source_printing_ids":["257f12c2-db58-413f-9896-6e556bd9c0d9","2b7c420e-5abe-4339-a47f-bcbf756045a2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"An ability that triggers whenever a Vehicle \"becomes crewed\" triggers when its crew ability resolves. In this case, it will trigger only if exactly two creatures were tapped to pay the crew cost of the ability that caused it to become crewed for the first time that turn."}],"rarities":["rare"]},"mikaeus, the unhallowed":{"name":"Mikaeus, the Unhallowed","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Zombie","Cleric"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Intimidate (This creature can't be blocked except by artifact creatures and/or creatures that share a color with it.)\nWhenever a Human deals damage to you, destroy it.\nOther non-Human creatures you control get +1/+1 and have undying. (When a creature with undying dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Intimidate"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TriggeringSource"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Human"}],"controller":null,"properties":[]},"description":"Whenever a Human deals damage to you, destroy it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Human"}}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Undying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other non-Human creatures you control get +1/+1 and have undying."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5d27c63e-d1ef-48af-b51d-01ebc6daeac9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["06e40f1c-e67e-4c21-8704-f6b723771bf3","39059423-c4f6-4371-b530-48cdc36e513f","4b7c0082-5f92-4d8d-b327-e1461535e483","801b124d-3546-4882-a6e1-c9c353628a18","8879190f-d8ff-47ce-a5d8-6a481a67236a","9350a16e-4dab-4754-8896-87637a19f660","b831b17a-396f-4242-8e98-1a60abb75c41","bc1f42a2-fe11-45da-9552-069803b4068a","f9595b91-45f4-48d2-b8e2-83c5b8f96ef3","ffde74fb-cc20-4d82-bf6a-b18081047b0a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM","DKA","PLST","PUMA","SLD","UMA"],"rulings":[{"date":"2018-12-07","text":"Any damage dealt to you by a Human will cause Mikaeus’s ability to trigger, including noncombat damage dealt to you by a Human and damage dealt to you by a Human you control."},{"date":"2018-12-07","text":"If a Human deals damage to you at the same time that Mikaeus is dealt lethal damage, Mikaeus’s triggered ability triggers. That Human will be destroyed even though Mikaeus has left the battlefield."},{"date":"2018-12-07","text":"If a non-Human creature you control without a +1/+1 counter dies at the same time as Mikaeus, that creature’s undying ability granted by Mikaeus triggers and will return it to the battlefield."},{"date":"2018-12-07","text":"The +1/+1 bonus that Mikaeus gives to other non-Human creatures you control isn’t a counter. It won’t prevent undying from triggering."}],"rarities":["mythic"]},"mimic vat":{"name":"Mimic Vat","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Imprint — Whenever a nontoken creature dies, you may exile that card. If you do, return each other card exiled with this artifact to its owner's graveyard.\n{3}, {T}: Create a token that's a copy of a card exiled with this artifact. It gains haste. Exile it at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{3}, {T}: Create a token that's a copy of a card exiled with ~. It gains haste. Exile it at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Graveyard","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Another"}]},{"type":"ExiledBySource"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature dies, you may exile that card. If you do, return each other card exiled with ~ to its owner's graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"6ebdc9f3-6b23-4716-8011-48f00d7e30c8","metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047","9b02e27b-70be-56ba-a683-9e2a622ec8f5","f7f1c18a-ecbe-5b99-ad80-2fcce898fc9c"],"source_printing_ids":["5eb1ee9b-16a6-4d2a-89bb-c9f28953d3c5","736fff86-2417-4a77-b8eb-be2d1d142a9f","9050cd01-44c9-4e87-a165-a8b88c8e5d45","93d1c972-2621-4420-adae-cec1da3f965f","d10802a6-f6dc-4b05-9c07-00a71891c608","dfa8757b-ef7d-44b8-ae80-45c436e85c1e","f99c44c1-daff-43a2-9a8e-ec4be217a81a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C18","C19","C20","LCC","NCC","PLST","SOM"],"rulings":[{"date":"2011-01-01","text":"Any \"enters\" abilities of the exiled card will trigger when the token is put onto the battlefield. Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the exiled card will also work."},{"date":"2011-01-01","text":"Exiling the card as the first ability resolves is optional. If you choose not to exile it, or you can't exile it because the card has somehow left the graveyard before the ability resolves, the ability simply doesn't do anything as it resolves. Any card currently exiled by Mimic Vat remains exiled."},{"date":"2011-01-01","text":"If Mimic Vat's second ability is activated during a turn's end step, the token will be exiled at the beginning of the following turn's end step."},{"date":"2011-01-01","text":"If multiple nontoken creatures are put into their owners' graveyards from the battlefield at the same time, the imprint ability will trigger that many times. You put the triggered abilities on the stack in any order, so you'll determine in which order they resolve. However, since exiling those cards is optional, and choosing to exile a card this way causes the previously exiled cards to return to their owners' graveyards, the order generally doesn't matter: You'll wind up with at most one of those cards exiled, and the rest will be in the appropriate graveyards."},{"date":"2011-01-01","text":"If the exiled card has {X} in its mana cost (such as Protean Hydra), X is considered to be 0."},{"date":"2011-01-01","text":"If the token is a copy of a noncreature card, it will still have haste, though that won't matter unless that token somehow becomes a creature."},{"date":"2011-01-01","text":"If the token isn't exiled when the delayed triggered ability resolves (due to Stifle, perhaps), it remains on the battlefield indefinitely. It continues to have haste."},{"date":"2011-01-01","text":"The imprint ability will trigger whenever a nontoken creature is put into any graveyard from the battlefield, not just your graveyard."},{"date":"2011-01-01","text":"The token created by the second ability will be a copy of whatever card is exiled with Mimic Vat at the time the ability resolves. This might not be the same card that was exiled with Mimic Vat at the time the ability was activated. It also might not be a creature card."},{"date":"2011-01-01","text":"The token is exiled at the beginning of the next end step regardless of who controls it at that time, whether the exiled card is still exiled at that time, or whether Mimic Vat is still on the battlefield at that time."},{"date":"2011-01-01","text":"You may activate the second ability even if no card has been exiled with Mimic Vat. If no card has been exiled with Mimic Vat by the time the ability resolves, no token will be created."},{"date":"2011-01-01","text":"You may exile a noncreature card with Mimic Vat's first ability. For example, if a nontoken artifact that's become a creature is put into a graveyard from the battlefield, Mimic Vat's first ability triggers and you may exile that card."},{"date":"2016-07-13","text":"If a melded permanent dies and triggers Mimic Vat's triggered ability, both of its component cards are exiled. As Mimic Vat's second ability resolves, its controller chooses one of those cards to make a token copy of."},{"date":"2018-07-13","text":"If the creature that dies is an instant or sorcery card that's been manifested, Mimic Vat may have a nonpermanent card exiled. You can't create a token that's a copy of a nonpermanent card. No token is created in this case."}],"rarities":["rare"]},"mind into matter":{"name":"Mind into Matter","mana_cost":{"type":"Cost","shards":["X","Green","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw X cards. Then you may put a permanent card with mana value X or less from your hand onto the battlefield tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Draw X cards. Then you may put a permanent card with mana value X or less from your hand onto the battlefield tapped.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"9f9e4be0-814a-4cab-948b-114769035a4a","metadata":{"source_printing_ids":["0a7f0fdf-1d4b-4458-a19c-274611e8a59a","e5886a17-e1ed-4d3f-b12f-392a7b5e7d7d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If a card in your hand has {X} in its mana cost, X is 0 for the purpose of determining its mana value."}],"rarities":["rare"]},"mind stone":{"name":"Mind Stone","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{1}, {T}, Sacrifice this artifact: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}, {T}, Sacrifice ~: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c97361b5-af16-4a7b-af85-a429dbaf4ad2","metadata":{"source_printing_ids":["02a34135-0955-4045-9558-6e61338baaf0","0eebe138-f638-4e8a-820e-ecdada7cc586","10ad9914-4a18-4679-8d41-1e338fc23fe5","162e81d3-6cd4-4cb8-8ed8-cfbd8d34ca71","1969ddc0-ee6c-4c3d-a9dd-7f1c491609be","23dd6cb6-31ee-467e-9f67-39046197bcb6","2c214d26-8d0f-49a2-8e34-be073d34369a","2f002162-20e3-4b08-bd3e-6241847680ac","3aed2452-915a-4a84-8408-6722425201f8","3e2550d5-ba6a-4cab-908a-b537973800c1","42bd038d-1005-4095-9310-108caa56465f","4e9b288a-47dd-4587-87af-6aeb35939ccc","52284689-f2e0-442d-80d0-9e766759e2bc","5cef8f31-a95e-49d0-ba75-7a639fcaa649","5cf95476-27ed-487d-8459-c97a921bb808","616fa067-0d10-4111-bcc6-84d97a13b5ce","6ac8db7a-009a-4141-bba7-b5fdfaf8d245","6dcc9f62-5b6c-422d-b4c8-eba1d363ede6","6ff5cc3e-0179-442e-a0b0-48063dd59fb3","7fdef0b6-a3b9-4752-bce6-53c0140a1693","8615e46e-56c3-49f6-b4ad-44ec25be5f05","8c899cbd-cddd-43f9-a95d-a6e5af990362","a1baff4f-eaeb-4fe2-821d-5b9079aad4b1","ad881aa0-decc-447b-8c8a-983546a9a55a","aeaf1f56-de96-480a-a0c4-0a06d4daf149","b227672f-967e-4f8d-87f4-c6cd4622fe3f","b63418ae-2f77-4229-b921-fbce75b9daa4","b793a8e9-5870-4190-a204-c241b0e67f97","b88baf29-a556-4e89-8471-9ba9bc8efe2c","c0757550-cf9e-4111-b1e3-7c422d4c1f8d","c54814f1-3598-4859-b956-b39d8335e6d3","c729606e-5b13-4699-b7c8-feca69c91f62","cb3b2998-a7c6-4e6a-b467-71106feb6974","cb3d470d-e0f0-44c2-97f7-f31c02cdfbd3","d0add078-6151-4331-8c2b-03e3e574e6a7","d5795300-dcfa-4a40-9c23-79a061c26851","ecbe852d-4538-41dd-bfce-a134a7bc3022","eed69870-1a65-4bec-842c-e837348493c6","f1f616f2-d69d-4763-8ff0-3eb05a543926","f3817d9a-0e1c-4eed-9593-78d481d3001b","fa6dac02-c557-4a3b-864a-1189325baf5c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","40K","AFC","BLC","BRC","C14","C15","C18","C21","CLB","CM2","CMM","DCI","DD2","DDP","DMR","DSC","FIC","HA1","IMA","JVC","KHC","LCC","LTC","MKC","MOC","ONC","PIP","PLST","PRM","PW21","SOC","WC97","WHO","WOC","WTH","ZNC"],"rarities":["common","uncommon"]},"mindblade render":{"name":"Mindblade Render","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Azra","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever your opponents are dealt combat damage, if any of that damage was dealt by a Warrior, you draw a card and you lose 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever your opponents are dealt combat damage, if any of that damage was dealt by a Warrior, you draw a card and you lose 1 life.","constraint":null,"condition":{"type":"EventDamageSourceMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":null,"properties":[]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"028dcef2-3de9-4dde-ba17-f9e077b3190d","metadata":{"source_printing_ids":["1f994e2b-1784-4bb7-9784-ac2de600cf5f","27e43b25-9a9e-4bfc-9589-77d1f53a3c4b","459c5f18-13a3-42c9-b9d7-bf789eefe249"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BBD","CLB","TDC"],"rulings":[{"date":"2018-06-08","text":"Mindblade Render's ability triggers if a Warrior an opponent controls deals combat damage to another player who's also your opponent. You can't choose not to draw a card or lose 1 life if this happens."},{"date":"2018-06-08","text":"Mindblade Render's ability triggers only once, regardless of how many opponents were dealt damage, how much damage they were dealt, or how many Warriors dealt damage."}],"rarities":["rare"]},"mindless automaton":{"name":"Mindless Automaton","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with two +1/+1 counters on it.\n{1}, Discard a card: Put a +1/+1 counter on this creature.\nRemove two +1/+1 counters from this creature: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{1}, Discard a card: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"RemoveCounter","count":2,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"Remove two +1/+1 counters from ~: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with two +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"e7441107-57b1-4e88-a9d8-3eb7c338ef07","metadata":{"source_printing_ids":["49e81c3a-663d-414f-9a4f-95c0e55b1aa1","6ddfc5ab-b11b-4ad7-ab46-8ee60d938a5b","8de37b0b-5f6c-47cd-a70b-3d36c30f5d76","91df30da-731d-4612-822a-1e94154ae665","a167f09d-b2dd-4365-8217-e7138d96304a","ccce91e9-58f4-4358-a696-5c439ea19fc9","db51ea5c-762f-4c60-9cf5-9c9fe5270f65"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["CMR","EMA","EOC","EXO","MOC","TPR","TSB"],"rulings":[{"date":"2020-11-10","text":"If removing two +1/+1 counters from Mindless Automaton causes the amount of damage already marked on Mindless Automaton to be equal to or greater than its toughness, it will be put into its owner's graveyard as a state-based action before the ability can be activated again and before the card is drawn."}],"rarities":["uncommon","rare","special"]},"mindlock orb":{"name":"Mindlock Orb","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Players can't search libraries.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantSearchLibrary":{"cause":"AllPlayers"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Players can't search libraries."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5794b58e-f3b6-4637-b288-283b3a72a718","metadata":{"source_printing_ids":["55c84e9f-ccbb-4fbc-98e1-4072968a1f8a","7dcb3efe-5dd8-4bf3-b208-b9032d44eb7c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ALA","PLST"],"rulings":[{"date":"2008-10-01","text":"Effects that instruct you to reveal or look at cards from the top of you library will still work. Only effects that use the word \"search\" are affected."},{"date":"2008-10-01","text":"If an effect says \"Search your library . . . then shuffle your library,\" you shuffle you libraries even though you can't search."},{"date":"2008-10-01","text":"If an effect says \"You may search your library . . . If you do, shuffle your library\" or \"You may search your library . . . then shuffle your library,\" you can't choose to search, so you won't shuffle."},{"date":"2008-10-01","text":"The only difference between a colored artifact and a colorless artifact is, obviously, its color. Unlike most artifacts, a colored artifact requires colored mana to cast. Also unlike most artifacts, a colored artifact has a color in all zones. It will interact with cards that care about color. Other than that, a colored artifact behaves just like any other artifact. It will interact as normal with any card that cares about artifacts, such as Shatter or Arcbound Ravager."}],"rarities":["rare"]},"mirko, obsessive theorist":{"name":"Mirko, Obsessive Theorist","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Detective"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nWhenever you surveil, put a +1/+1 counter on Mirko.\nAt the beginning of your end step, you may return target creature card with power less than Mirko's from your graveyard to the battlefield with a finality counter on it. (If it would die, exile it instead.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"Surveil","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you surveil, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["finality",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, you may return target creature card with power less than ~'s from your graveyard to the battlefield with a finality counter on it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"1692f19e-4906-4808-965f-5f0284004f55","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["043c7b0e-2f7b-4936-88fe-84d8022ffb51","1663adf8-9a17-4690-9a61-f4658c1f0320","690acbbf-5e92-4323-b939-31bdb07f9905"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MKC"],"rulings":[{"date":"2024-02-02","text":"An ability that triggers \"whenever you surveil\" triggers after you're done surveilling, even if you have fewer cards in your library than the number of cards you're instructed to surveil. It even triggers if you have no cards in your library."},{"date":"2024-02-02","text":"Finality counters aren't keyword counters, and a finality counter doesn't give any abilities to the permanent it's on. If that permanent loses its abilities and then would go to a graveyard, it will still be exiled instead."},{"date":"2024-02-02","text":"Finality counters don't stop permanents from going to zones other than the graveyard from the battlefield. For example, if a permanent with a finality counter on it would be put into its owner's hand from the battlefield, it does so normally."},{"date":"2024-02-02","text":"Finality counters work on any permanent, not only creatures. If a permanent with a finality counter on it would go to a graveyard from the battlefield, exile it instead."},{"date":"2024-02-02","text":"Multiple finality counters on a single permanent are redundant."}],"rarities":["mythic"]},"mirkwood bats":{"name":"Mirkwood Bats","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you create or sacrifice a token, each opponent loses 1 life.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"TokenCreated","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you create a token, each opponent loses 1 life.","constraint":null,"condition":null,"batched":false},{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a token, each opponent loses 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0636b6c3-0662-420a-b30d-f0a14e7c512d","metadata":{"source_printing_ids":["15f035df-784a-4dc8-b7f5-77139a4e6e99","882747f9-b4fe-42be-8fe9-f871cd0779bd","afc16f8d-8bd6-441b-86d6-b23d699dd1ce"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rarities":["common"]},"mirran crusader":{"name":"Mirran Crusader","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Double strike, protection from black and from green","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike",{"Protection":{"Color":"Black"}},{"Protection":{"Color":"Green"}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fe69d9bd-2a60-4b33-a0d8-1ca18c2b6705","metadata":{"source_printing_ids":["56086ccd-a628-435b-a7af-ca28d89276da","aaf7a821-3587-4aad-8411-fca5c96ab5c4","f7c34f5d-0430-4036-a633-1a68a0d2fc65"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MBS","MM2","PLST","PMBS","PRM"],"rarities":["rare"]},"mirri the cursed":{"name":"Mirri the Cursed","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Cat"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, first strike, haste\nWhenever Mirri deals combat damage to a creature, put a +1/+1 counter on Mirri.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flying","Haste"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a creature, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"19d6a20b-4641-4c79-ae70-ed1ad5085472","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["24c1706d-2faa-452b-a192-204386df29f6","6da09233-952f-4784-995e-0d85d8b56637","70e498ff-2b09-48ad-b2af-41e1d6a2699f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLC","PLST","TSR"],"rulings":[{"date":"2021-03-19","text":"If Mirri the Cursed is blocking or blocked by a creature that doesn't have first strike or double strike, Mirri will deal combat damage to that creature, then get a +1/+1 counter, then (if the other creature survived) Mirri will be dealt combat damage."}],"rarities":["rare"]},"mirrodin besieged":{"name":"Mirrodin Besieged","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Mirran or Phyrexian.\n• Mirran — Whenever you cast an artifact spell, create a 1/1 colorless Myr artifact creature token.\n• Phyrexian — At the beginning of your end step, draw a card, then discard a card. Then if there are fifteen or more artifact cards in your graveyard, target opponent loses the game.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Myr","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Myr"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an artifact spell, create a 1/1 colorless Myr artifact creature token.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Mirran"},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Artifact"],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":15}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of your end step, draw a card, then discard a card. Then if there are fifteen or more artifact cards in your graveyard, target opponent loses the game.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Phyrexian"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Mirran","Phyrexian"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Mirran or Phyrexian.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"674e2683-31c0-4fee-95fb-98b1201e41e7","metadata":{"related_token_ids":["eb9fbc1a-6716-57be-9fa4-1a3288306b7e","ef95c68a-b227-5c19-b017-02ebfa99c966"],"source_printing_ids":["d8423d8d-744a-4bbe-a853-8ad756451bdb","edf98768-c7dd-434e-8883-19b47ad45790"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH1","PLST"],"rulings":[{"date":"2019-06-14","text":"If you somehow control Mirrodin Besieged and no choice was made for it, it has neither of the two triggered abilities."},{"date":"2019-06-14","text":"If you support the Mirrans, Mirrodin Besieged’s ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2019-06-14","text":"If you support the Phyrexians, you must choose a target opponent as your end step begins. Whether that player loses the game is determined only as the ability resolves. This means that the card you discard may be the fifteenth artifact card that causes the target player to lose the game, but it also means that if there is no legal target opponent, you won’t draw or discard."},{"date":"2019-06-14","text":"In a Two-Headed Giant game, if one player on a team loses the game, that team loses the game."}],"rarities":["rare"]},"mirror of life trapping":{"name":"Mirror of Life Trapping","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature enters, if it was cast, exile it, then return all other permanent cards exiled with this artifact to the battlefield under their owners' control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Battlefield","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},{"type":"ExiledBySource"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature enters, if it was cast, exile it, then return all other permanent cards exiled with ~ to the battlefield under their owners' control.","constraint":null,"condition":{"type":"WasCast"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"3ec7ae18-b203-49bd-95f9-ad5482459a23","metadata":{"source_printing_ids":["28d2f8bc-a907-4511-87be-9f8a87b4a1f0","a0937a60-887b-46d0-b573-099626d57bcf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG","PCLB"],"rarities":["rare"]},"mirror universe":{"name":"Mirror Universe","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Sacrifice this artifact: Exchange life totals with target opponent. Activate only during your upkeep.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExchangeLifeTotals","player_a":{"type":"Controller"},"player_b":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice ~: Exchange life totals with target opponent. Activate only during your upkeep.","target_prompt":null,"activation_restrictions":[{"type":"DuringYourUpkeep"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8d231d2f-5274-4b55-8262-9eb95654d183","metadata":{"source_printing_ids":["0f9cbeaf-3456-4a87-ac75-e7658ccbd97f","a8f05d5e-bb7d-4554-b880-f0c6b4688357"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LEG","ME1","OLEP"],"rulings":[{"date":"2007-09-16","text":"When the life totals are exchanged, each player gains or loses the amount of life necessary to equal the other player’s previous life total. For example, if player A has 5 life and player B has 3 life before the exchange, player A will lose 2 life and player B will gain 2 life. Replacement effects may modify these gains and losses, and triggered abilities may trigger on them."},{"date":"2011-01-01","text":"If an effect says that a player can’t lose life, that player can’t exchange life totals with a player who has a lower life total; in that case, the exchange won’t happen."}],"rarities":["rare"]},"mirror-sigil sergeant":{"name":"Mirror-Sigil Sergeant","mana_cost":{"type":"Cost","shards":["White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rhino","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Trample\nAt the beginning of your upkeep, if you control a blue permanent, you may create a token that's a copy of this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you control a blue permanent, you may create a token that's a copy of ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"HasColor","color":"Blue"},{"type":"InZone","zone":"Battlefield"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c021c808-dc58-4386-8758-68b858badbd5","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["e94b3eec-7420-45fa-8750-7f01028836d3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CON"],"rulings":[{"date":"2009-02-01","text":"Here are the weird exceptions. If any copy effects have affected the Mirror-Sigil Sergeant whose ability triggered, they're taken into account when the token is created. For example: -- If Mirror-Sigil Sergeant's ability triggers, then Mirror-Sigil Sergeant temporarily becomes a copy of another creature before its ability resolves (due to Mirrorweave, perhaps), the token will be a copy of whatever creature the Mirror-Sigil Sergeant is currently a copy of. After the turn ends, the Mirrorweaved Mirror-Sigil Sergeant reverts back to what it was, but the token will stay as it is. -- If the copy ability of a creature (such as Cemetery Puca, perhaps) makes it become a copy of Mirror-Sigil Sergeant and gain another ability, the token created by this creature at the beginning of your upkeep will be a Mirror-Sigil Sergeant with that additional ability."},{"date":"2009-02-01","text":"Here’s the detailed version of what happens. As the token is created, it checks the printed values of the Mirror-Sigil Sergeant it’s copying — or, if the Mirror-Sigil Sergeant whose ability triggered was itself a token, the original characteristics of that token as stated by the effect that put it onto the battlefield — as well as any copy effects that have been applied to it. It won’t copy counters on the Mirror-Sigil Sergeant, nor will it copy other effects that have changed Mirror-Sigil Sergeant’s power, toughness, types, color, or so on."},{"date":"2009-02-01","text":"If Mirror-Sigil Sergeant has left the battlefield by the time its triggered ability resolves, you’ll still put a token onto the battlefield. That token has the copiable values of the characteristics of Mirror-Sigil Sergeant as it last existed on the battlefield."},{"date":"2009-02-01","text":"Normally, when a token is created by this ability, it will simply be a Mirror-Sigil Sergeant, so it’ll also have the token-creating ability. (See the other ruling for weird exceptions.) At the beginning of your next upkeep, if you still control the original Sergeant, the token copy, and a blue permanent, you’ll get two more token copies; the turn after that you’ll get four; then eight; and so on."},{"date":"2009-02-01","text":"The “intervening ‘if’ clause” means that (1) the ability won’t trigger at all unless you control a permanent of the specified color, and (2) the ability will do nothing unless you control a permanent of the specified color at the time it resolves."}],"rarities":["mythic"]},"mirrormade":{"name":"Mirrormade","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may have this enchantment enter as a copy of any artifact or enchantment on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"You may have ~ enter as a copy of any artifact or enchantment on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"You may have ~ enter as a copy of any artifact or enchantment on the battlefield.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"79a71fe5-38ce-4bb5-aea0-c9b9a856d397","metadata":{"source_printing_ids":["236b40cd-c359-41cc-b530-d7d6fbbe33bf","a10c1407-d397-4caa-b7b7-e7d91ffd4ee9","a26cbfbe-fbb8-4804-b065-ab2c42ddad9b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DSC","ELD","PELD"],"rulings":[{"date":"2019-10-04","text":"Any enters-the-battlefield abilities of the copied permanent will trigger when Mirrormade enters the battlefield. Any \"as [this permanent] enters the battlefield\" or \"[this permanent] enters the battlefield with\" abilities of the chosen permanent will also work."},{"date":"2019-10-04","text":"If Mirrormade copies an Aura this way, you choose what the Aura will enchant just before it enters the battlefield. You can't choose any permanent cards entering the battlefield at the same time as that Aura. This doesn't target the player or permanent it will enchant, so an opponent's permanent with hexproof may be chosen this way. The chosen recipient must be able to legally be enchanted by the Aura, so a player or permanent with protection from one of the Aura's qualities can't be chosen this way. If there's nothing legal for Mirrormade to enchant, it stays in its current zone (unless it's a spell, in which case it's put into its owner's graveyard)."},{"date":"2019-10-04","text":"If Mirrormade somehow enters the battlefield at the same time as another artifact or enchantment, it can't become a copy of that permanent. You may choose only a permanent that's already on the battlefield."},{"date":"2019-10-04","text":"If the chosen permanent has {X} in its mana cost, X is considered to be 0."},{"date":"2019-10-04","text":"If the chosen permanent is a token, Mirrormade copies the original characteristics of that token as stated by the effect that created the token. Mirrormade doesn't become a token in this case."},{"date":"2019-10-04","text":"If the chosen permanent is copying something else (for example, if the chosen permanent is another Mirrormade), then Mirrormade enters the battlefield as whatever the chosen permanent copied."},{"date":"2019-10-04","text":"Mirrormade copies exactly what was printed on the original permanent (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or any Auras attached to it, or any non-copy effects that have changed its types, color, or so on. Notably, if Mirrormade copies an artifact creature or enchantment creature that's normally not a creature (such as one affected by Bring to Life), Mirrormade won't be a creature."}],"rarities":["rare"]},"misfortune's gain":{"name":"Misfortune's Gain","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature. Its owner gains 4 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":4},"player":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target creature. Its owner gains 4 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"01b778d7-0965-48ab-a81f-e29f8a233d07","metadata":{"source_printing_ids":["6f93d6da-ee3c-4823-a20b-75db832f1f9d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ME3","PTK"],"rulings":[{"date":"2008-04-01","text":"The creature's *owner* gains the life, regardless of who happens to control it."},{"date":"2009-10-01","text":"A token's owner is the player who created it."}],"rarities":["common"]},"mishra's bauble":{"name":"Mishra's Bauble","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Sacrifice this artifact: Look at the top card of target player's library. Draw a card at the beginning of the next turn's upkeep.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Player"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"Upkeep"},"effect":{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}, Sacrifice ~: Look at the top card of target player's library. Draw a card at the beginning of the next turn's upkeep.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"63afc3d1-7653-476e-838f-fc18d4a62a21","metadata":{"source_printing_ids":["2b8877c3-1f04-4452-9f2c-98fb8dc71e5f","45bbbf9b-8fee-4c32-a513-02dac6ac8a39","5e74e9f6-1e35-4c96-b989-1cf9c05a5ca4","607e2546-1139-4c1e-9b3b-eacb27bff510","6cd0651b-4d8d-4777-8ada-29cca3cde9f8","8a720448-017f-4f4a-9501-678245eaed17","8dbe32c7-180f-4b9e-b260-0ff1d9017e28","a081ddde-8614-4f71-8192-d412b96a5dcf","a7fb9b43-7309-4ab9-ba86-6bf62dec10f3","b02452bb-a049-4e86-ba2c-135803caa03d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","BRR","CSP","IMA","MB2","PLST","PRM","SLD"],"rarities":["uncommon","rare"]},"mishra's factory":{"name":"Mishra's Factory","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{1}: This land becomes a 2/2 Assembly-Worker artifact creature until end of turn. It's still a land.\n{T}: Target Assembly-Worker creature gets +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Assembly-Worker"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 2/2 Assembly-Worker artifact creature"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{1}: ~ becomes a 2/2 Assembly-Worker artifact creature until end of turn. It's still a land.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature",{"Subtype":"Assembly-Worker"}],"controller":null,"properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Target Assembly-Worker creature gets +1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"5963e0ef-e0bc-4611-ad4f-813a4c0eacfb","metadata":{"source_printing_ids":["14dd21e1-51c4-4811-9547-3a5fb393be66","245cdc59-d560-4c10-b721-f51cc312e370","30f6058b-777b-4216-959e-d9435152aed2","3bec64fe-08cc-4d28-8bea-708fee1581be","4047df9c-335c-4c1a-968d-00f40e2e7386","59b6fe0c-7bbe-433f-8400-4be4ce0e3f15","6e9fec20-a52c-42c0-9928-c572d9e1b21f","747eb1be-7303-4ecb-bc93-81761a2f0c5c","7c05c946-66c3-4785-90f9-ca0c606e036b","8d4448f2-2826-461d-890b-31409aef21c1","9d596bc0-c972-4a36-8cf6-cd8f72169021","9e5d6972-3f64-486c-a325-7351b910dafe","9f831977-6b84-466d-8ee4-188b591d58cd","a4d9c106-6aa4-4f5e-9049-741b50ad54b3","a696c5b6-f216-454d-8029-74e84bbd1428","a9785d7b-f7b2-4c09-ad28-ef5eaebacfdb","ac09a506-427f-4636-bcfd-b40f8d511905","ad1577a3-a350-45e3-af3d-62c85207514f","ade01a16-65f1-4b50-ab9a-98e9bbf9f57d","aff8d4f1-eaad-4afb-9097-2afab133f707","c44669b2-bf9a-41c3-91c7-d845b0061fbf","d0dcf152-916e-4603-a688-7a05b57d1b4c","de2f8b1a-a29e-4596-8ebe-5fdb6ce15b5a","e26acb07-5eda-412a-a58a-1ba290d0cf70","e88a1690-111e-4e8f-a896-890e793e8a9f","f0f292de-238a-4b19-a6da-f164158b79dc","f305f103-746b-4406-b569-1a7dc32beee7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2XM","4BB","4ED","A25","AFC","ATQ","DDF","DMR","EMA","G05","J22","ME1","MH2","PLST","PRM","PTC","REN","RIN","SLC","TD0"],"rulings":[{"date":"2022-12-08","text":"A noncreature permanent that becomes a creature can attack, and its {T} abilities can be activated, only if its controller has continuously controlled that permanent since the beginning of their most recent turn. It doesn't matter how long the permanent has been a creature. Notably, if you turn Mishra's Factory into a creature on the turn it entered the battlefield, you won't be able to then activate its first or last abilities."},{"date":"2022-12-08","text":"After it becomes a creature, Mishra's Factory will still have all its abilities."}],"rarities":["uncommon","rare"]},"mishra's foundry":{"name":"Mishra's Foundry","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{2}: This land becomes a 2/2 Assembly-Worker artifact creature until end of turn. It's still a land.\n{1}, {T}: Target attacking Assembly-Worker gets +2/+2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Assembly-Worker"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 2/2 Assembly-Worker artifact creature"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{2}: ~ becomes a 2/2 Assembly-Worker artifact creature until end of turn. It's still a land.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":[{"Subtype":"Assembly-Worker"}],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}, {T}: Target attacking Assembly-Worker gets +2/+2 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b43e9772-6ad4-49c7-9557-b18ee1e4587d","metadata":{"source_printing_ids":["0aa43289-c8a4-45d9-b461-255f89200879","83a87e83-9cc1-4190-8e29-e79d9a4c6d17","da7699b2-e1af-4bc0-8c5b-84ba3e868d7c","e91f9a1e-809b-4bc0-afca-c0c3755d130f","f493bc22-2e38-4459-81f1-37cd1ce921cf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","PBRO","PRM"],"rulings":[{"date":"2022-10-14","text":"If Mishra's Foundry becomes a creature and you haven't controlled it continuously since the beginning of your most recent turn, you won't be able to activate its first or last abilities, and it won't be able to attack (unless it somehow gains haste)."},{"date":"2022-10-14","text":"If Mishra's Foundry is already a creature, activating the second ability will override any previous effects that set its power and/or toughness to specific values. Other effects that are affecting its power and/or toughness, including +1/+1 counters and the effects of spells like Giant Growth, will continue to apply."}],"rarities":["rare"]},"mishra, eminent one":{"name":"Mishra, Eminent One","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, create a token that's a copy of target noncreature artifact you control, except its name is Mishra's Warform and it's a 4/4 Construct artifact creature in addition to its other types. It gains haste until end of turn. Sacrifice it at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Artifact",{"Non":"Creature"}],"controller":"You","properties":[]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"AddSubtype","subtype":"Construct"},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, create a token that's a copy of target noncreature artifact you control, except its name is ~'s Warform and it's a 4/4 Construct artifact creature in addition to its other types. It gains haste until end of turn. Sacrifice it at the beginning of the next end step.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"d3438037-3efd-4ce0-88ec-6d48ab521992","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["03cb41da-1a68-5885-ade6-2ff869bc3697"],"source_printing_ids":["58b16e2d-76f8-4097-86f9-f78974df0633","7f5b1daa-ec45-48de-9496-6ca5b491a0dc","c4f17db9-4ca2-43bd-b4a3-8d862a7bc9cc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BRC","PRM"],"rulings":[{"date":"2022-10-14","text":"Any enters-the-battlefield abilities of the copied permanent will trigger when the token enters the battlefield. Any “as [this permanent] enters the battlefield” or “[this permanent] enters the battlefield with” abilities of the target permanent will also work."},{"date":"2022-10-14","text":"Except for name, power, toughness, and types, the token copies exactly what was printed on the original permanent and nothing else (unless that permanent is copying something else or it is a token; see below). It doesn’t copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras attached to it, and so on."},{"date":"2022-10-14","text":"If the copied permanent has {X} in its mana cost, X is 0."},{"date":"2022-10-14","text":"If the copied permanent is a token, the new token that’s created copies the original characteristics of that token as stated by the effect that created that token (with the listed exceptions)."},{"date":"2022-10-14","text":"If the copied permanent is copying something else, then the token enters the battlefield as whatever that permanent copied (with the listed exceptions)."}],"rarities":["mythic"]},"misty knight, hero for hire":{"name":"Misty Knight, Hero for Hire","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Detective","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{2}, {T}, Discard a card: Draw a card for each card you've discarded this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CardsDiscardedThisTurn","player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{2}, {T}, Discard a card: Draw a card for each card you've discarded this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5b090ba3-0ecb-4585-b5b7-9d6028c32487","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6b963642-a103-44a0-9eb7-9c3fdde181b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"misty salon":{"name":"Misty Salon","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you unlock this door, create an X/X blue Spirit creature token with flying, where X is the number of unlocked doors among Rooms you control.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"UnlockDoor","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Variable","value":"the number of unlocked doors among Rooms you control"},"toughness":{"type":"Variable","value":"the number of unlocked doors among Rooms you control"},"types":["Creature","Spirit"],"colors":["Blue"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you unlock this door, create an X/X blue Spirit creature token with flying, where X is the number of unlocked doors among Rooms you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"4f70b0ee-c24c-45fa-b878-9ba69266344f","metadata":{"related_token_ids":["cf39570a-a491-5d21-a385-0119796ac0a9"],"source_printing_ids":["4700987d-fc55-44eb-bc9f-0e0316ca65e2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK"],"rarities":["uncommon"]},"mizzium mortars":{"name":"Mizzium Mortars","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Mizzium Mortars deals 4 damage to target creature you don't control.\nOverload {3}{R}{R}{R} (You may cast this spell for its overload cost. If you do, change \"target\" in its text to \"each.\")","non_ability_text":null,"flavor_name":null,"keywords":[{"Overload":{"type":"Cost","shards":["Red","Red","Red"],"generic":3}}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 4 damage to target creature you don't control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"48ddba1e-2ad7-463f-9307-d2379a800e51","metadata":{"source_printing_ids":["2367b094-9482-4e3a-aa9d-dd878d1c3dea","544b2931-0af1-4743-b7c1-91e1dc9294d5","708557e2-c1b4-4e45-b568-17763b7a9924","85e72d7b-8d0f-4953-b8b1-7ddfaaa9fc06","bef58faf-4d5e-4c66-9780-28abfc4c0c69","c997501a-821e-4509-b752-fac01230342e","d4ded88d-2688-4f5e-a8b2-16216cf9c792"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C15","CLB","GK1","MM3","PIO","PRM","RTR","SLD"],"rulings":[{"date":"2024-01-12","text":"Because a spell with overload doesn't target when its overload cost is paid, it may affect permanents with hexproof or with protection from the appropriate color."},{"date":"2024-01-12","text":"If you are instructed to cast a spell with overload \"without paying its mana cost,\" you can't choose to pay its overload cost instead."},{"date":"2024-01-12","text":"If you don't pay the overload cost of a spell with overload, that spell will have a single target. If you pay the overload cost, the spell won't have any targets."},{"date":"2024-01-12","text":"Note that if the spell with overload is dealing damage, protection from that spell's color will still prevent that damage."},{"date":"2024-01-12","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an overload cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare","mythic"]},"mm'menon, the right hand":{"name":"Mm'menon, the Right Hand","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Jellyfish","Advisor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nYou may look at the top card of your library any time.\nYou may cast artifact spells from the top of your library.\nArtifacts you control have \"{T}: Add {U}. Spend this mana only to cast a spell from anywhere other than your hand.\"","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast artifact spells from the top of your library."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]},"restrictions":[{"SpellFromZone":{"zone":"Hand","polarity":"NotFrom"}}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}. Spend this mana only to cast a spell from anywhere other than your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Artifacts you control have \"{T}: Add {U}. Spend this mana only to cast a spell from anywhere other than your hand.\""}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"de58fa4b-eeeb-4dc8-aab9-6521b15678cc","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["53bd9149-e157-4f0b-becf-0b64f47dbad3","82add0a0-e402-4b31-b101-81c0bf332015"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"model of unity":{"name":"Model of Unity","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever players finish voting, you and each opponent who voted for a choice you voted for may scry 2.\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"Vote","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever players finish voting, you and each opponent who voted for a choice you voted for may scry 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"d7b69fd7-e575-4009-8549-f576249ba641","metadata":{"source_printing_ids":["0d804d47-1f7b-47bd-9eac-aa539eda9af7","9e77ad2b-0ed6-4d8d-95a2-ac2c9a5492cd","f42ccb39-c838-426f-8b71-6a071d83cf9a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LTC"],"rulings":[{"date":"2023-06-16","text":"If multiple players are instructed to scry at once, those players each look at the top cards of their library at the same time, then they choose in turn order whether to put those cards on the top or bottom of their library and in what order."}],"rarities":["rare"]},"mog, moogle warrior":{"name":"Mog, Moogle Warrior","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Moogle","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nDance — At the beginning of your end step, each player may discard a card. Each player who discarded a card this way draws a card. If a creature card was discarded this way, you create a 1/2 white Moogle creature token with lifelink. Then if a noncreature card was discarded this way, put a +1/+1 counter on each Moogle you control.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Moogle","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"types":["Creature","Moogle"],"colors":["White"],"keywords":["Lifelink"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[{"Subtype":"Moogle"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Card",{"Non":"Creature"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each player may discard a card. Each player who discarded a card this way draws a card. If a creature card was discarded this way, you create a 1/2 white Moogle creature token with lifelink. Then if a noncreature card was discarded this way, put a +1/+1 counter on each Moogle you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"f18cce8c-8fb6-49a7-8f79-2529c0ee3ecc","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["187a3e3d-1dd0-5dac-8f49-f737dff2e78f"],"source_printing_ids":["572b31b6-ae09-43a7-a8d4-8f0f99f5cd8e","e9cb8ac9-64a0-455d-a8dd-1579ee321bbd","f8ed092f-3a85-45d5-b986-2d400d6e1bad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"As long as at least one creature card was discarded this way, you'll create a Moogle token, and as long as at least one noncreature card was discarded this way, you'll put a +1/+1 counter on each Moogle you control. Additional creature cards discarded beyond the first won't result in additional Moogle tokens, and additional noncreature cards discarded beyond the first won't result in additional counters."}],"rarities":["rare"]},"mogg war marshal":{"name":"Mogg War Marshal","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Echo {1}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)\nWhen this creature enters or dies, create a 1/1 red Goblin creature token.","non_ability_text":null,"flavor_name":null,"keywords":[{"Echo":{"type":"Mana","data":{"type":"Cost","shards":["Red"],"generic":1}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Goblin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 1/1 red Goblin creature token.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Goblin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create a 1/1 red Goblin creature token.","constraint":null,"condition":null,"batched":false},{"mode":"PayEcho","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.30a: At the beginning of your upkeep, sacrifice this permanent unless you pay its echo cost.","constraint":null,"condition":{"type":"EchoDue"},"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7b8f4879-578e-40e4-863a-41d0c32c6bdd","metadata":{"related_token_ids":["12a89d08-9938-5ef1-8c72-d8d57cff8cda","1e96a870-1f0d-59e2-ac6d-84d600c5125a","261364f9-97f9-5ecd-a221-2d7b039ed47f","32aa33fc-99b2-54ad-9990-fa9b874f2fff","8d32e4af-d168-5a47-9b9e-4512e2063e6d","8eef2917-0d4d-50c8-a06f-49e75b85b242","a82aa998-5fbf-5125-ac16-b9d57f944875"],"source_printing_ids":["4ebce261-3a53-48f2-a173-0d98c68aff2c","7fb6d241-f68b-45c8-a79a-f6c274bd8512","8b9e0bdb-b615-447a-b80d-d7244c25c56e","8c4ad771-b708-476f-bd08-3bd1ce8508d3","a7f7f39c-94a0-4ccb-b658-23095ada4005","d3f75cf8-5346-497d-b5af-72b268a72f2b","dc45b117-8ba1-4349-ac06-f690cde48c17","deed0a5a-6662-460c-bd78-e3d95e8bc83e","e6da34e4-3ad6-40a2-be7f-0b2cb6fa2be7","fc027246-1dd3-4be0-bea6-3a7476a833ce","fd170aa1-18be-470e-aa36-bfb11e9f92c1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DD1","DMR","EMA","EVG","MMA","PLST","SLD","TSP","TSR"],"rarities":["common","rare"]},"molecule man":{"name":"Molecule Man","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Villain"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Nonland cards in your hand have miracle {0}. (You may cast a card for its miracle cost when you draw it if it's the first card you drew this turn.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"modifications":[{"type":"AddKeyword","keyword":{"Miracle":{"type":"Cost","shards":[],"generic":0}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Nonland cards in your hand have miracle {0}."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"ba944437-0b55-47cb-92dc-2477ce6726c3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3b4f30a7-4096-48f4-b502-3e31e0940632","ee64d0dd-e3d8-4abc-b9d6-b19c505fbfa1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"molten lavamancer":{"name":"Molten Lavamancer","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Warlock","Villain"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nWhenever a source you control deals noncombat damage to one or more of your opponents during your turn, you create a 1/1 red Elemental creature token. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Prowess"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elemental"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"NoncombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a source you control deals noncombat damage to one or more of your opponents during your turn, you create a 1/1 red Elemental creature token. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5fc60833-6e03-4bfa-833f-7d51c696db93","metadata":{"related_token_ids":["3937d118-134c-59bb-b38f-5cd60d31c753"],"source_printing_ids":["6b036661-a94c-46b6-aa8f-adff2ccc5b92"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["uncommon"]},"molten-core maestro":{"name":"Molten-Core Maestro","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Bard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Menace\nOpus — Whenever you cast an instant or sorcery spell, put a +1/+1 counter on this creature. If five or more mana was spent to cast that spell, add an amount of {R} equal to this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"color_options":["Red"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"TriggeringSpell","metric":{"type":"Total"}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, put a +1/+1 counter on ~. If five or more mana was spent to cast that spell, add an amount of {R} equal to ~'s power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"485233bf-dc4b-4f31-8dfb-5054aee70c08","metadata":{"source_printing_ids":["326dfe32-3674-4a11-acd8-5ba62371235a","cb23a7c0-126a-4ed9-b46d-11cfe371c381"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"An opus ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2026-03-20","text":"Molten-Core Maestro's last ability is not a mana ability. It uses the stack and can be responded to."}],"rarities":["rare"]},"monastery siege":{"name":"Monastery Siege","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Khans or Dragons.\n• Khans — At the beginning of your draw step, draw an additional card, then discard a card.\n• Dragons — Spells your opponents cast that target you or a permanent you control cost {2} more to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Draw","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your draw step, draw an additional card, then discard a card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Khans"},"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"ChosenLabelIs","label":"Dragons"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells your opponents cast that target you or a permanent you control cost {2} more to cast."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Khans","Dragons"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Khans or Dragons.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"240a33a8-23a0-4cb2-a9fd-1a2a21966bb8","metadata":{"source_printing_ids":["30154ecf-f7ae-435b-a339-0219650bebed","32d2a1ad-210c-444d-9cb7-b78b493db7ea","eef398b5-38f7-4a11-8fcf-d4e0d27267cf"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C17","FRF"],"rulings":[{"date":"2014-11-24","text":"Each Siege will have one of the two listed abilities, depending on your choice as it enters the battlefield."},{"date":"2014-11-24","text":"Each of the last two abilities is linked to the first ability. They each refer only to the choice made as a result of the first ability. If a permanent enters the battlefield as a copy of one of the Sieges, its controller will make a new choice for that Siege. Which ability the copy has won’t depend on the choice made for the original permanent."},{"date":"2014-11-24","text":"The words “Khans” and “Dragons” are anchor words, connecting your choice to the appropriate ability. Anchor words are a new rules concept. “[Anchor word] — [Ability]” means “As long as you chose [anchor word] as this permanent entered the battlefield, this permanent has [ability].” Notably, the anchor word “Dragons” has no connection to the creature type Dragon."},{"date":"2014-11-24","text":"The “Dragons” ability adds {2} per spell, not per target. It won’t cause a spell to cost more than {2} more to cast, even if that spell targets you and a permanent you control or more than one permanent you control."},{"date":"2014-11-24","text":"The “Khans” ability happens after you draw the card you normally draw during your draw step. That card and the additional card will be in your hand when you have to discard a card."}],"rarities":["rare"]},"monastery swiftspear":{"name":"Monastery Swiftspear","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste\nProwess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Prowess"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"dafd2713-d1bc-474b-b390-d2ff20b5375e","metadata":{"source_printing_ids":["3c9899a8-f5b0-427f-ac87-09fc8afe0f23","439d4ade-45c8-414b-a2fe-a57f9672bceb","58db2f81-6ff5-402c-8aef-0b667e82cdc4","adadb18e-cd71-4049-9d4a-4ecab2db3a39","b81c6c8b-a9cf-4866-89ba-7f8ad077b836","bfa31067-78f4-4804-a544-44d2cbaa80c6","d4ef14b6-e604-40c3-bf7e-587a192a68bc","d6bfa227-4309-40ed-952c-279595eab17e","dc63a3f6-d105-42b1-aaf9-78a680424dfc","e8b9d59d-bac9-4092-901e-2b861c186868","ee6cb6af-81c6-4121-9941-7e9c1e68686a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"banned","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","BRO","IMA","KTK","PIO","PLST","PRM","SCH","SLD","TSR"],"rulings":[{"date":"2014-09-20","text":"Any spell you cast that doesn't have the type creature will cause prowess to trigger. If a spell has multiple types, and one of those types is creature (such as an artifact creature), casting it won't cause prowess to trigger. Playing a land also won't cause prowess to trigger."},{"date":"2014-09-20","text":"Once it triggers, prowess isn't connected to the spell that caused it to trigger. If that spell is countered, prowess will still resolve."},{"date":"2014-09-20","text":"Prowess goes on the stack on top of the spell that caused it to trigger. It will resolve before that spell."},{"date":"2021-03-19","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."}],"rarities":["common","uncommon","rare","special"]},"mondassian colony ship":{"name":"Mondassian Colony Ship","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Spacecraft"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature attacks, it gets +1/+1 until end of turn for each other creature its controller controls that shares a creature type with it.\nWhenever chaos ensues, turn target creature face down. It becomes a 2/2 Cyberman artifact creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"TriggeringPlayer","properties":[{"type":"Another"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"TriggeringSource"}}]}}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"TriggeringPlayer","properties":[{"type":"Another"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"TriggeringSource"}}]}}}},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature attacks, it gets +1/+1 until end of turn for each other creature its controller controls that shares a creature type with it.","constraint":null,"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"TurnFaceDown","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"profile":{"power":2,"toughness":2,"extra_core_types":["Artifact"],"subtypes":["Cyberman"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, turn target creature face down. It becomes a 2/2 Cyberman artifact creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9cc34a5b-550d-4d3e-b3e5-4d4630649882","metadata":{"source_printing_ids":["ba6728e1-12f0-40a7-90f9-520f3572b190"]},"legalities":{},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Double-faced permanents that are already on the battlefield can't be turned face down this way. However, a double-faced card can be put onto the battlefield face down from another zone this way."},{"date":"2023-10-13","text":"Each creature turned face down this way or put onto the battlefield this way is a 2/2 Cyberman artifact creature with no name and no color."},{"date":"2023-10-13","text":"If the face-down card has a morph ability, its controller may turn it face up by paying the associated morph cost."},{"date":"2023-10-13","text":"If, for any reason, the face-down creature is turned face up, the effect making it a Cyberman ends. It will be whatever is printed on the card."},{"date":"2023-10-13","text":"The player who controls a face-down permanent may look at it at any time. Notably, if the cards were put on the battlefield face down from another player's library, the player that owns them does not get to look at those cards."}],"rarities":["common"]},"mondo gecko":{"name":"Mondo Gecko","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Lizard","Mutant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{1}, Discard a card: Until end of turn, Mondo Gecko becomes the color of your choice and gains hexproof from that color.\nWhenever Mondo Gecko deals combat damage to a player, draw a card for each color among permanents you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Choose","choice_type":"Color","persist":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddChosenColor"},{"type":"AddKeyword","keyword":{"HexproofFrom":{"type":"ChosenColor"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"the color of your choice and gains hexproof from that color"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"{1}, Discard a card: Until end of turn, ~ becomes the color of your choice and gains hexproof from that color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, draw a card for each color among permanents you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fa3ae120-756d-4c52-91f9-235767539d67","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["018e9fd1-3e7f-4909-bab1-3edb9c9e4326","665e44f9-bc0d-40aa-83a4-f7fe64f2506d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"Mondo Gecko's first ability causes it to become only the chosen color. It will no longer be the color or colors it was previously. (It will still have hexproof from any other colors chosen that turn.)"},{"date":"2026-01-27","text":"The five colors are white, blue, black, red, and green. Colorless is not a color."}],"rarities":["mythic"]},"monkey-":{"name":"Monkey-","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Monkey"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a nontoken creature you control dies,\nAugment {2}{G} ({2}{G}, Reveal this card from your hand: Combine it with target host. Augment only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":["Augment"],"abilities":[{"kind":"Activated","effect":{"type":"CombineHost","source":"Source","host":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasSupertype","value":"Host"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},{"type":"Reveal","count":1,"filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":"Augment {2}{G}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Hand","ability_tag":{"type":"Augment"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":null,"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature you control dies,","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green"],"color_identity":["Green"],"scryfall_oracle_id":"8937f17f-f052-416a-b5d4-b91b9f0793c9","metadata":{"source_printing_ids":["569f48f9-db8c-458d-b1c8-fed5fd844bfd"]},"legalities":{},"printings":["UST"],"rulings":[{"date":"2018-01-19","text":"Augment can (and usually does) change the name, card types, subtypes, rules text, and power/toughness. The combined creature will have (at least) two artists and may now have multiple colors. Anything covered up in the augment process doesn’t count, so ignore things to the left of the “metal bar” in the art of host creatures."},{"date":"2018-01-19","text":"Augment can’t target creatures that aren’t host creatures."},{"date":"2018-01-19","text":"Augment is an activated ability that you activate from your hand. To do so, reveal the card, choose a target host creature, and pay the augment cost. As this ability resolves, if the card with augment is still in your hand, put it onto the battlefield combined with the host creature."},{"date":"2018-01-19","text":"Creatures with augment don’t have a mana cost and can’t be cast."},{"date":"2018-01-19","text":"The creature card with augment isn’t put onto the battlefield until the ability resolves. This means if the host is destroyed, the creature with augment stays in your hand. You can’t choose a different host, but you can activate augment again if there’s another host available."},{"date":"2018-01-19","text":"You can’t activate augment unless there is a host creature on the battlefield. It doesn’t need to be yours. Note though that if you augment another player’s host creature, they control the combined creature."},{"date":"2018-01-19","text":"You can’t put more than one augment card on a single host creature. Once a host creature is augmented, the host part gets covered up and it’s no longer a host creature."}],"rarities":["uncommon"]},"monoist gravliner":{"name":"Monoist Gravliner","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature stations this Spacecraft, that creature perpetually gains deathtouch and lifelink.\nStation\n6+ | Flying, Deathtouch, Lifelink","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Stationed","execute":{"kind":"Spell","effect":{"type":"ApplyPerpetual","target":{"type":"ParentTarget"},"modification":{"kind":"GrantKeywords","keywords":["Deathtouch","Lifelink"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature stations ~, that creature perpetually gains deathtouch and lifelink.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Deathtouch"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":6},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"6+ | Flying, Deathtouch, Lifelink"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":2},{"type":"SetToughness","value":3}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":6},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 6+"}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"53463e9d-fd32-411c-8233-db4ea29427ff","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YEOE"]},"monoxa, midway manager":{"name":"Monoxa, Midway Manager","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Employee"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you roll a 3 or higher, Monoxa gains first strike until end of turn. If the roll was 4 or higher, it gains menace until end of turn. If the roll was 5 or higher, it gains lifelink until end of turn.\n{6}: Roll a six-sided die.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":6,"results":[]},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":6}},"sub_ability":null,"duration":null,"description":"{6}: Roll a six-sided die.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"RolledDieOnce","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Menace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain menace"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain lifelink"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll a 3 or higher, ~ gains first strike until end of turn. If the roll was 4 or higher, it gains menace until end of turn. If the roll was 5 or higher, it gains lifelink until end of turn.","constraint":null,"condition":null,"batched":false,"die_result":{"AtLeast":3}}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"d8e6cdab-234a-46b9-8b6c-164034cf2bc7","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["45fdf560-a106-4991-bb0b-2811db33ee1e","50e56f12-2097-413d-9a79-8476067900b7","90b43168-44fb-439f-80e7-cb2539ca511f","bbad95fc-7f3e-49f9-82e2-3d3673ec27a3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["UNF"],"rulings":[{"date":"2022-10-07","text":"Each die is identified by the number of faces it has. A six-sided die is a die with six equally likely outcomes: 1, 2, 3, 4, 5, and 6. The roll must be fair. Although physical dice are recommended, digital substitutes are allowed except in cases where the physical die is required for the effect."},{"date":"2022-10-07","text":"If a die is rerolled, the original roll essentially never happened: it doesn't cause any abilities to trigger, and no effect that cares about die rolls will consider it."},{"date":"2022-10-07","text":"If an ability triggers \"whenever you roll a die,\" it will trigger whenever you roll any die, including the planar die. This is a change from previous Un- rules. Some abilities use the result to determine part of the effect. If you get a non-numerical result (currently just the planar die, but the future is long), that part of the effect won't do anything."},{"date":"2022-10-07","text":"Results can be numbers not ordinarily possible on a six-sided die. Spells like Scooch can change the result to 0 or 7, for example."},{"date":"2022-10-07","text":"Some effects may modify the result of a die roll. This may be part of the instruction to roll a die, or it may come from other cards. Anything that references the \"result\" of a die roll is looking for the result after these modifications."},{"date":"2022-10-07","text":"Something in the game must tell you to roll a die. If you roll a die for any other reason (to simulate a coin flip, to choose pizza toppings, to create alternate timelines), that roll doesn't count."},{"date":"2022-10-07","text":"The die roll caused by the activated ability has no inherent effect: you just roll a six-sided die, but any ability that triggers whenever you roll a die will trigger. Abilities that trigger whenever you roll a specific result, such as Monoxa's first ability, may also trigger."}],"rarities":["uncommon"]},"mons's goblin raiders":{"name":"Mons's Goblin Raiders","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a37159df-f6d7-4db6-85de-0ea77f425993","metadata":{"source_printing_ids":["0d3eff55-6a14-4c01-8b05-715094a319b3","2fbf039d-0ab9-4c42-a0a3-cbfa3ea1dd6e","34ac4e28-1677-4f88-9b1a-7a32635f0ab2","6e81e219-c840-4844-be87-0449ab0fa645","8324c5a9-d126-4510-90ac-c6b1424137d9","8874865b-5ce0-443f-a49e-0eaade5939da","9f31c715-9ab8-4578-989f-141099b6750c","affefdf8-a346-4e06-a727-67ce543ae8e6","b4eb3db3-6a7c-488a-9433-d5d1d3133816","bdbe033a-1771-4269-9381-4b460d574a38","e1a837b1-6808-4823-ac30-ca43009f14e4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","CED","CEI","FBB","ITP","LEA","LEB","RQS","S00","S99","SUM"],"rarities":["common"]},"monstrous emergence":{"name":"Monstrous Emergence","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, choose a creature you control or reveal a creature card from your hand.\nMonstrous Emergence deals damage equal to the power of the creature you chose or the card you revealed to target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals damage equal to the power of the creature you chose or the card you revealed to target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5542ea4d-34ab-4f89-8894-793a7038f501","additional_cost":{"type":"Required","data":{"type":"Behold","count":1,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"action":"ChooseOrReveal"}},"metadata":{"source_printing_ids":["b999eb47-b842-47f1-be91-c79fc46e1896"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"If you chose a creature on the battlefield, use that creature's power when Monstrous Emergence resolves to determine how much damage is dealt. If that creature is no longer on the battlefield when Monstrous Emergence resolves, use that creature's power as it last existed on the battlefield to determine how much damage is dealt."}],"rarities":["common"]},"monument to endurance":{"name":"Monument to Endurance","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you discard a card, choose one that hasn't been chosen this turn —\n• Draw a card.\n• Create a Treasure token.\n• Each opponent loses 3 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Draw a card.","Create a Treasure token.","Each opponent loses 3 life."],"allow_repeat_modes":false,"constraints":[{"type":"NoRepeatThisTurn"}],"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you discard a card","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e69e8de4-b521-4888-8074-17f1efe2f345","metadata":{"related_token_ids":["79b7a1b8-532b-580f-ad16-5a2dcd304e35"],"source_printing_ids":["c66cbdac-1d15-40f5-b76f-6f21b917abbc","c75f3b27-7c08-4e92-ae9a-6208aa9aec0c","d21433ba-0a14-42bc-ad0b-a4ef823a3295"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rulings":[{"date":"2025-02-07","text":"If you discard a card after all three have been chosen in a turn, that instance of the ability is removed from the stack with no effect."}],"rarities":["rare"]},"moon girl and devil dinosaur":{"name":"Moon Girl and Devil Dinosaur","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Dinosaur","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you draw your second card each turn, until end of turn, Moon Girl and Devil Dinosaur's base power and toughness become 6/6 and they gain trample.\nWhenever an artifact you control enters, draw a card. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":6},{"type":"SetToughness","value":6},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~'s base power and toughness become 6/6 and they gain trample"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you draw your second card each turn, until end of turn, ~'s base power and toughness become 6/6 and they gain trample.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an artifact you control enters, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"bfe0818b-ae13-4174-85c8-24b895d28df0","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["42141284-32b3-4195-b696-801232fe6799","8c6a6d11-45cb-4def-a04b-51b91e1747db"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"moonring mirror":{"name":"Moonring Mirror","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you draw a card, exile the top card of your library face down.\nAt the beginning of your upkeep, you may exile all cards from your hand face down. If you do, put all other cards you own exiled with this artifact into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you draw a card, exile the top card of your library face down.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Hand","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Another"},{"type":"Owned","controller":"You"}]},{"type":"ExiledBySource"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may exile all cards from your hand face down. If you do, put all other cards you own exiled with ~ into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"037c49e4-39ca-4d72-8f5c-9adc5687601b","metadata":{"source_printing_ids":["8d36357a-97f6-4b2f-abbf-43f84c29609d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CHK"],"rulings":[{"date":"2004-12-01","text":"If you choose to use Moonring Mirror’s second ability, you return all the cards you own exiled by both of its abilities, but not any of the cards you just exiled from your hand."},{"date":"2004-12-01","text":"Note that Moonring Mirror’s first ability is not a replacement effect."}],"rarities":["rare"]},"moonstone harbinger":{"name":"Moonstone Harbinger","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, deathtouch\nWhenever you gain or lose life during your turn, Bats you control get +1/+0 and gain deathtouch until end of turn. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Flying"],"abilities":[],"triggers":[{"mode":"LifeChanged","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[{"Subtype":"Bat"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+0 and gain deathtouch"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain or lose life during your turn, Bats you control get +1/+0 and gain deathtouch until end of turn. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fcae4f9d-8f81-42f9-93a3-82a482851bdd","metadata":{"source_printing_ids":["59e4aa8d-1d06-48db-b205-aa2f1392bbcb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rarities":["uncommon"]},"morbid curiosity":{"name":"Morbid Curiosity","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice an artifact or creature.\nDraw cards equal to the mana value of the sacrificed permanent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw cards equal to the mana value of the sacrificed permanent.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"59c620fb-a58d-4038-a7e2-0185324b5123","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}]},"count":1}},"metadata":{"source_printing_ids":["03898f46-a26c-4765-8f1e-ea976fc53d7e","2f26722e-e7fc-4a90-9a5b-cefda096e5fe"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BBD","KLD"],"rulings":[{"date":"2016-09-20","text":"If a permanent has {X} in its mana cost, X is considered to be 0."},{"date":"2016-09-20","text":"If an effect copies Morbid Curiosity, the controller of the copy will draw the same number of cards as determined by the original. Its controller can't and doesn't have to sacrifice a permanent."},{"date":"2016-09-20","text":"To determine how many cards to draw, use the mana value of the permanent immediately before you sacrificed it."}],"rarities":["uncommon"]},"morbid opportunist":{"name":"Morbid Opportunist","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever one or more other creatures die, draw a card. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more other creatures die, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"322f44f0-e6da-4ee0-b474-e7d5e9a461c5","metadata":{"source_printing_ids":["08838865-a9b6-4323-96a2-0d3a7aba9d3d","0b9fa939-2891-41da-a50c-cd1c5ff5e15f","1bfd3be4-2cea-4a88-a55f-e6ebeecd4c96","1f6ed601-3f89-4e8f-b806-f02b903fd8c7","311b0989-63fa-44a3-b1a2-86e39e940ff3","318370d0-1c12-4228-b2c9-2a766e234091","44b14a83-ba66-4c94-8b67-ebe577024532","49966f0c-7edb-4543-be5b-2b26d8351852","56f5fd4b-6d16-41e1-96ba-c8874d86072a","5a53982e-3d66-4808-bcb5-46ff40567872","5f0440bc-807a-4425-8707-e74f468b2ca7","71b59dbb-c9f9-4f28-9caf-fc836dfe67cd","7357386d-7ede-449f-bd30-b19a08921d86","75ce7a2a-95c3-4854-ab70-15d144d44714","de7896fb-3f3f-4efa-af84-39be17145967"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","DBL","DSC","FIC","INR","J25","MID","OTC","PIP","PLST","SOC","SPG","TDC"],"rulings":[{"date":"2024-11-08","text":"If Morbid Opportunist dies at the same time as one or more other creatures, Morbid Opportunist's ability still triggers."}],"rarities":["uncommon","mythic"]},"morkrut necropod":{"name":"Morkrut Necropod","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Slug","Horror"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Menace (This creature can't be blocked except by two or more creatures.)\nWhenever this creature attacks or blocks, sacrifice another creature or land.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"AttacksOrBlocks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Another"}]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks or blocks, sacrifice another creature or land.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ed3990cd-fa67-427b-bbe4-a2b1942e9be2","metadata":{"source_printing_ids":["2230770d-738f-40a7-8d36-de6222063791","433db42d-c443-4f3a-9f86-937cf231ccdf","f726f215-d0a5-4e2c-b874-9dc209479993"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J25","SIR","SOI"],"rulings":[{"date":"2016-04-08","text":"In the unusual situation that you control no other creatures or lands, the last ability won't do anything. Morkrut Necropod can attack or block with no penalty."},{"date":"2016-04-08","text":"When Morkrut Necropod attacks, its trigger doesn't resolve until after all attackers have been chosen. The same is true for when it blocks. This means that another creature, such as one enchanted with Invocation of Saint Traft, can also attack or block and then be sacrificed. Sacrificing a blocking creature this way doesn't cause the creature it blocked to become unblocked."}],"rarities":["common","uncommon"]},"morophon, the boundless":{"name":"Morophon, the Boundless","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Changeling (This card is every creature type.)\nAs Morophon enters, choose a creature type.\nSpells of the chosen type you cast cost {W}{U}{B}{R}{G} less to cast. This effect reduces only the amount of colored mana you pay.\nOther creatures you control of the chosen type get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":["Changeling"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells of the chosen type you cast cost {W}{U}{B}{R}{G} less to cast. This effect reduces only the amount of colored mana you pay."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenCreatureType"},{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control of the chosen type get +1/+1."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"bf418a2f-e639-4e52-9cad-5a0713a1829b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["33c2e889-d2e1-4197-ba97-81a2b8512746","58e4a55f-b35a-411a-9a05-0cbb0d767920","84238335-e08c-421c-b9b9-70a679ff2967","9693e59b-032d-4ddc-a7d1-88a0f52dcc6c","9f4b771e-1f3a-406c-b92f-4c0664edacb5","c8e87f00-1772-4141-9ee4-e57344f5076e","dbf0e27d-9b68-44dc-82ff-53d6817fb9d5","ea2cfd10-37d9-4429-842e-f5a4c9abe3a4","f21e1de9-7128-4797-8483-86ac826ab1e4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM","M3C","MH1","PJ21","PLST","PMH1","SLD"],"rulings":[{"date":"2019-06-14","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to other creatures you control of the chosen type may become lethal if Morophon leaves the battlefield during that turn."},{"date":"2019-06-14","text":"Cost reduction effects are applied after other cost modifiers, so Morophon can reduce additional costs or alternative costs of spells of the chosen type."},{"date":"2019-06-14","text":"If a spell has hybrid mana symbols in its mana cost, you choose which half you will be paying before determining the total cost. For example, if a spell of the chosen type costs {2}{W/U}{W/U}, you may choose for the cost to be {2}{W}{U} and then reduce it to {2}."},{"date":"2019-06-14","text":"Morophon's effect reduces the total cost by up to one mana of each color. For example, if a spell of the chosen type costs {4}{R}{W}{W}, it will cost {4}{W} after applying Morophon's effect."},{"date":"2019-06-14","text":"You must choose an existing creature type, such as Sliver or Warrior. Card types such as artifact, and supertypes such as legendary or snow, can't be chosen."}],"rarities":["mythic"]},"morphling":{"name":"Morphling","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{U}: Untap this creature.\n{U}: This creature gains flying until end of turn.\n{U}: This creature gains shroud until end of turn. (It can't be the target of spells or abilities.)\n{1}: This creature gets +1/-1 until end of turn.\n{1}: This creature gets -1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":null,"description":"{U}: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: ~ gains flying until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain shroud"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: ~ gains shroud until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: ~ gets +1/-1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: ~ gets -1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"19f233b2-8be6-4172-abf9-b132fc3393d9","metadata":{"source_printing_ids":["812f4d5c-aacf-4bd8-849d-80a357a7804d","a0d09164-f53f-4f80-8166-8faeacaff418"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["G10","PRM","USG","VMA"],"rarities":["rare","mythic"]},"moseo, vein's new dean":{"name":"Moseo, Vein's New Dean","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bird","Skeleton","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen Moseo enters, create a 1/1 black and green Pest creature token with \"Whenever this token attacks, you gain 1 life.\"\nInfusion — At the beginning of your end step, if you gained life this turn, return up to one target creature card with mana value X or less from your graveyard to the battlefield, where X is the amount of life you gained this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Pest","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Pest"],"colors":["Black","Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you gain 1 life.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 1/1 black and green Pest creature token with \"Whenever ~ attacks, you gain 1 life.\"","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you gained life this turn, return up to one target creature card with mana value X or less from your graveyard to the battlefield, where X is the amount of life you gained this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c2e2f21a-0338-44d7-96a5-5a277f0ec419","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["77b94566-2476-57f5-8f47-5904adcffe86"],"source_printing_ids":["6877180c-22a1-4c4d-9178-316f4c34661b","b5f7cc28-ab95-4880-ade6-b28245cf12af"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If a card in a graveyard has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2026-03-20","text":"Moseo's last ability will check as your end step starts to see if you gained life this turn. If you didn't, the ability won't trigger at all. It's not possible to gain life during your end step in time to have the ability trigger."}],"rarities":["rare"]},"mosswort bridge":{"name":"Mosswort Bridge","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Hideaway 4 (When this land enters, look at the top four cards of your library, exile one face down, then put the rest on the bottom in a random order.)\nThis land enters tapped.\n{T}: Add {G}.\n{G}, {T}: You may play the exiled card without paying its mana cost if creatures you control have total power 10 or greater.","non_ability_text":null,"flavor_name":null,"keywords":[{"Hideaway":4}],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":true,"mode":"Play"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{G}, {T}: You may play the exiled card without paying its mana cost if creatures you control have total power 10 or greater.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":10}},"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Exile","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"HideawayConceal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.75a: Hideaway 4 — when this permanent enters, look at the top 4 cards of your library, exile one face down, and put the rest on the bottom in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7cb9e29f-835f-4155-a2a5-4b778866c773","metadata":{"source_printing_ids":["1490c0dc-06d6-45ee-af3c-2935b0ab1233","1a9d3a6d-4e6a-42ac-84de-3a3868ca026d","28b0c20f-6727-462a-bdfe-457e487f11d3","38234590-812c-4d29-80c1-32b9e1282580","3ed79e47-e91b-40c6-adc2-7ec5d3ad17cf","69955979-1ca3-4fd3-ab7a-dd65c06a9ce0","7c897c1d-917d-4834-9348-91dfdc22595c","7e608136-d934-4785-abb6-f423722e3835","7f3a9d35-39c9-4f9d-adab-2291db1a3b40","851a7251-7af5-4137-8422-159314f7351a","a02ddda8-703a-468c-93ec-87dc22820fd4","b4f80d5f-539b-4abf-909b-be710d95a2a1","cad76383-289a-4ee7-a153-f7a276babe26","cbc74505-4d75-4bae-bf43-ec08731dfdd9","d8b818f1-fdb2-4bd4-9b67-6146d6b1c5b2","e2f2bd6c-fd3b-4dbd-a710-f004011fd58b","f1bc3755-054d-4037-aea2-7376c0b865c8","f61cf774-f821-4393-9c68-bdab2e2a88d3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","ARC","BLC","C13","C15","C16","C17","C18","C20","C21","CLB","DDR","DSC","LCC","LRW","MKC","MOC","NCC","SLD","TDC"],"rulings":[{"date":"2022-04-29","text":"\"Hideaway N\" means \"When this permanent enters the battlefield, look at the top N cards of your library. Exile one of them face down and put the rest on the bottom of your library in a random order. The exiled card gains 'The player who controls the permanent that exiled this card may look at this card in the exile zone.'\""},{"date":"2022-04-29","text":"Any player who has controlled a permanent with a hideaway ability since a card was exiled with it may look at that card."},{"date":"2022-04-29","text":"Hideaway now causes you to put the rest of the cards on the bottom of your library in a random order instead of any order."},{"date":"2022-04-29","text":"Previously, permanents with hideaway entered the battlefield tapped. This ability has been removed from the definition of hideaway. Older cards have received errata to have an additional paragraph that reads \"[This permanent] enters the battlefield tapped,\" and they now have hideaway 4."}],"rarities":["rare"]},"mother of runes":{"name":"Mother of Runes","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Target creature you control gains protection from the color of your choice until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Protection":"ChosenColor"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain protection from the color of your choice"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"{T}: Target creature you control gains protection from the color of your choice until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"60433b48-d27f-413c-905c-43839b1943f1","metadata":{"source_printing_ids":["0b1a46ab-95cb-4c24-924f-fc2afd4fcac7","62d898e8-0b85-43eb-ae62-d33147135513","6f07a7f2-5221-45ef-b8d6-d9d18c882806","7a292b47-95b2-4e10-a31f-a619ed046b8e","8bdb0349-a759-473e-a192-7ca85ef8e515","a5e19147-e459-43a6-8ef0-e37968a462e3","a6a96d0b-5c8f-4563-92a0-a2c9e595100b","cb39d0c3-ba52-4662-b190-929b9ab9911f","e69db7d6-80fd-4832-b9f4-47eb4aab54e6","f527010e-d382-4bd5-8de6-0e3898b80deb","fc0b64f2-2bbb-40bb-b025-3a303a22f68b","fdf2354e-1232-452e-b89b-78ac8be206f7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["AA2","CLB","CMA","CMD","DDO","EMA","F04","PLST","PRM","SLD","ULG"],"rarities":["uncommon","rare"]},"mountain":{"name":"Mountain","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Basic"],"core_types":["Land"],"subtypes":["Mountain"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {R}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a3fb7228-e76b-4e96-a40e-20b5fed75685","metadata":{"source_printing_ids":["005a993c-5111-4364-9fba-75b3d94a8296","01534212-5a65-4088-b45b-0823736a8fd5","01550676-3659-47d7-9a47-67c31438ec09","0162885d-3f55-4440-b40d-e38d378c4567","021fa322-f38c-4d94-8122-5b13425106d9","02244055-cbeb-4074-9482-42ec20721312","025e57e4-d088-4ad9-b872-cba327f63e9c","0282ebd2-c264-4157-9808-7151988d7cb6","02c9e76e-6eb1-4d0f-9cce-376cb31eab4b","0333e39b-45e7-46df-908c-0748092ce8c1","03683fbb-9843-4c14-bb95-387150e97c90","03bacab3-25fb-4a0c-81b3-7e9e22899c2c","03cd5953-37fc-4a8a-89f8-0b5dd8412dc9","03e34d39-0628-4832-b42c-650ca7e9b318","042b04b4-f7f4-4c1a-86ad-b50d788aa99e","0497551e-eb90-48db-90e9-0f917da41d9e","05712bcb-eb67-4e84-a640-7e507675756a","05f9bdca-0d54-46c7-b803-9083dfc9ee24","061dae7f-e590-4760-b447-3a4a353084d0","068bbaea-874c-4f02-8188-9a15f3cd9cb9","080ba201-2e5d-4580-8921-397f91dcadc6","0826bec4-1958-4b5a-89be-70a4801e2384","08a2aea9-8b3a-4be3-aaa0-4c4a19f63d02","08bc7313-8b12-4ce1-9016-59b4e3c78ff1","0a7dbfd2-cda7-4fc9-9677-e442fb5f5f6f","0aaf15b9-1bf5-424a-a994-67beaae29d36","0ab63e49-0869-4c7c-a033-d8e50032dd13","0b04aed9-bab5-427b-8fd3-9ada33e93398","0b2f797a-0c9a-46a0-9f07-0f6af1846552","0b384d24-8771-4860-8fc1-1b74217f1c4c","0c5c9379-b686-4823-b85a-eaf2c4b63205","0c9cbae1-6b04-4408-82fe-3fcf61dffbe2","0cc818c8-32b7-4f15-9db5-0aacb92296b1","0cef98b7-d54a-456e-8240-1c5af3a72a04","0d446f70-cdbf-4ac3-81db-6fe77e064dd0","0d66423e-bc9f-41dd-9100-09d449c88980","0e468809-d639-43f0-8834-16e921547dee","0e6a9646-1034-4d09-a141-9a36f51ff229","0f5a0d49-71ae-42c4-a896-6828dc4f1e85","10478e22-d1dd-4e02-81a7-d93ce71ed81d","10918bf0-af19-4882-b96f-eb57d67b543a","111036dd-e295-4786-a372-fc7f71171cf7","117716bf-43c8-4534-92da-d7948d4b5628","11c94acd-ad60-4aec-b11b-f4dc4a9adfbc","1267a5fa-f9a9-4a7f-89f9-24889868ccff","135cbfbc-0fcc-49d8-b1a7-cb0740afd793","137f41ee-e6a8-4e84-8d43-9e6fa269f31f","13b0928b-0469-4e3a-a8c8-1df26abb6707","14c4ac40-e8fb-4076-9f11-dcb6a919aed5","14fff1a6-58e7-40e5-b091-672ad11827e3","15a7deb5-0163-42a5-90c7-388f8dda83fb","15c28158-fb96-4006-bc65-425dba031395","15c96b83-d0b3-4da9-bb2d-249cc18b55e9","16328444-5657-4f35-99c5-340d61472770","17990059-8368-45f8-8325-c82fc181450a","17ac61e4-b543-4c37-9bfa-43f0c928152d","17de9f2c-e051-404c-8ec0-c35f500efd67","186e36d5-3f1d-4423-a8db-f4c38898fa30","18abed94-d742-4ad6-a2b3-69e6bd0e3fda","1905eecb-d758-4a3b-aefe-8019ab2491e6","1921ce16-8ed8-41d7-a2b4-9e62f44ac8d6","19b5fff1-7a60-4e50-893a-8177cd62bf82","19f44dcb-e911-4000-935f-5455edb8f868","1a0d5140-0e5e-461a-bf70-d548f8f02f47","1a44ab4e-79fb-42eb-9c46-cf73ee5f0db5","1a44d8a4-21de-497d-9eed-702d7b592728","1a534ae1-4e6f-43ae-a8ad-89e306f11f21","1a8d9be0-255a-482a-b055-f483859266c5","1a96315d-edc6-4d68-a260-d14f61281dc1","1aa57b94-56c0-45c4-b707-05bbfd78db40","1b03e16c-bdb4-4bdf-998f-3ecf0857df81","1b0f41e8-cf27-489b-812a-d566a75cf7f7","1b8d1535-68e7-4ca0-aa71-fc7fc63090fc","1b9dd110-c03b-4945-9d56-580cebac63fb","1bd5fb3d-2c9e-4cdb-a202-ad5955eae42c","1ca86e9b-93af-461a-b69d-799711afddb8","1cef9230-34fa-496f-8835-5dfaac627f70","1d8bc14f-7009-440b-a72c-64e911b13379","1d91f2fa-58e7-49ac-b46c-5a0ba312015c","1dfead05-dd09-4a07-905f-56c3a69a43d5","1e9919e6-c904-4724-9f46-bf4f7c1b7134","1edc5050-69bd-416d-b04c-7f82de2a1901","1ef001a8-adb5-4125-aa1a-f5e3f8ca898b","1f7fe3c3-9cf7-4b73-b2bd-301667a2cd4d","1ffc2e95-dd9b-4581-988f-850d9e240a30","207a468f-79c3-486e-ac5a-4516361b7b4d","21041ed6-8f13-4909-a2c3-fa4894a2d1e3","21c8b7f3-7c5b-4004-8dc4-9157288e279c","22262a3a-c2e0-4639-9002-361b39ea9b3a","2237ee9b-fff6-472c-903c-11faf9bb116d","22965406-d8d7-46ad-992e-7fc0e994698d","22cc3a0c-ab10-490d-b309-df87df551328","232ee129-0db1-4a03-9eda-4692a8495b53","2373014c-21d1-43d5-b774-352cdc2a840e","23e043bf-a6d7-4778-8460-13bdf38b7d39","2472bfbc-ab29-455d-8ce4-7faa2cd33abc","24b61852-860e-4f89-a1b2-6429168f0c02","253c7d53-e34b-493b-8d46-da946245bebb","266a514a-076a-40c0-a756-c6fdd261c3cb","267db963-684f-4b2e-9af9-5ad5bfc6d341","26b1ce7e-26d5-44b3-b0f3-c6ec5839c6d8","272c67fd-3e0e-4559-ae6e-a9d9db01288e","277af45a-1f91-4fd4-804d-5b34241386b8","279df7e2-2a3b-464a-a7df-e91da28e3a8c","27ade9a7-2a2e-4ec9-aa9c-20bc8caaf8a3","28294aef-eba7-4f20-bf81-c857f34422bd","287c7486-472b-4069-9826-6a3adbdefaa6","28cde170-c7af-4ee1-85f4-8a9289c5a4d3","29557b92-fded-4aa8-8db7-99168c8e70d8","295b92bc-d66f-45d8-9bbe-5f5f13e39fd4","29b39c91-e367-487d-9820-893870df23b1","29b4a0e0-3d27-414b-80cb-352f16389a83","2a41bb43-0328-4093-88c6-4dc00dfdfb7e","2a456b1c-de58-4ba2-ac39-9e0b3e2a9b51","2a7b2779-92dd-455d-920f-684276608244","2c3c0f74-485e-4b21-8f41-56666a7d0005","2d78f1af-120f-4929-94ed-624ee1f2447a","2d9d3ae3-1f59-49f8-9bdb-2658091a29fc","2e4072f8-4833-4219-b620-3092a9f08874","2e7255ed-4fec-488e-b334-59d3c0f1acd6","2e97dadd-0849-4c18-9523-4775d09fca9a","2eb15b42-be2a-4663-b064-aad6c7cb2714","2eced8a4-67ce-403c-a567-82ace69d1cf1","2f0a5c8d-b9d2-448a-a321-22c45832243f","2fe601b0-0398-47f0-9e4f-9f841ad79b9b","30345500-d430-4280-bfe3-de297309f136","3064ff57-b2e4-4152-a91d-a67e0ea71749","318699f3-3ee4-4355-aebd-8a5a9006e07d","3204f401-1bcb-4d97-b15d-113a5d3c3e9f","32982ed2-96e4-4cc5-8562-744b06bca239","32eb6ab0-831e-4a30-a2fc-5ea1cb40930c","3306a711-b83e-4509-8363-1d9dac83f511","336ab17d-78d2-4008-ac48-e681967949c4","33e34fb2-dc64-4a35-9e8b-057f700196f7","34410953-113a-45ae-89d4-2ce39f75c3c6","344e6464-62a0-4766-b9cc-af719e3e211d","35132c99-01b9-463c-a00d-6f125893c870","37827425-f304-43eb-979b-1ec5b923a2b5","37acb733-b3bd-4140-915d-b2c0989208aa","37d0d802-2bd2-444f-81e0-4cc2f8ece38f","38576aaf-7286-49cc-8329-91159ee81025","38c1e97b-4d7a-4a76-8999-5c76b4bae9cb","397c6517-08e5-441f-a409-ffe383503864","399f7531-e137-463b-bec3-e86756b6ed71","3a200286-67f3-4bff-8a53-3e76733414fa","3a3afd00-da06-4a9f-8cd1-7133728e0fdd","3a42ac42-b21a-449b-abda-6906f06e8120","3a7245d4-7a29-4423-8b44-5e9694e1d9a1","3af0fbdf-95fe-4576-ad67-3f6c9aa7090c","3b4a196f-de7e-4100-ad65-56cf8b0a8b23","3ba24a61-e529-4490-8536-6276ea77c511","3c22765e-a131-4be6-ba48-64b84564ea51","3c6a38dd-e8f5-420f-9576-66937c71286b","3cecf0db-0e0e-4329-b055-bb9dad912ca8","3cefc72a-83ba-42e4-a036-a9f45363c8cf","3d0e93c3-48e3-4ae5-a33f-4ef83f67ee37","3d5691d3-751a-41dd-b2a3-c766c8973bfe","3d6da8eb-31b0-48c1-9ad9-552827967f91","3d811021-40b1-43b1-88f1-04d711c2ab57","3df7c206-97b6-49d7-ba01-7a35fd8c61d9","3e8ecccf-8786-4770-9879-86c4fbf44768","3f0e0823-cbf3-4cf7-8fe1-a032cf33ee66","3f64898e-d561-402e-8e4f-dda1ce241869","3f7b9b8a-77b2-4f83-b0f9-f522c165ac42","400199da-0fec-4dc0-b724-494b6d4f5845","4038773a-2fa6-47c3-8064-fb49da90816c","40d07155-d45d-4fec-a15e-525df5010af3","41db412a-d559-4cc3-9951-6f314daa9849","42232ea6-e31d-46a6-9f94-b2ad2416d79b","423f4311-9feb-4c63-8b4c-32ddd38382e0","426b0211-3d5d-4e53-bcf6-21823c655ffd","430564c9-1cb7-4f46-8737-d5f78745846d","43579693-4b97-42dc-831e-4fc9597e29c0","4399a832-4406-4a12-a5e5-81744d02ceec","43b9efbc-ab04-4438-81e2-a558a67cafd0","43fe9a90-11a0-4cc9-b337-a4da45b28ded","449e4447-fbb6-43d9-a28b-f33331b70f34","44b08a29-8b53-44c9-82a0-ac689c9feeb5","44c1a862-00fc-4e79-a83a-289fef81503a","45651533-0c76-476a-bfaf-1b5ec74427cd","4567803d-3f01-407b-8df4-a00825a243f6","46ad38f6-ca2a-41a4-96cf-f41a41d54a37","46ae8b67-6239-47fa-b5d0-9c9454fbdcdf","46bad0eb-807f-4391-82c9-edc9d14070f5","47a55065-555a-4bdb-8ab1-8830ca5ba6fd","47ce4367-0e70-477b-8ff4-4b204d81981c","488ca216-de75-4acc-9c67-fd37070d7e92","489fdba7-5c25-4cf3-a1e0-3e0fda6c6ee6","49f1fe4e-8da1-4879-8129-bd8a440a45be","4abb2702-6f5e-4832-9e23-46aaf9f960f8","4b3eb87a-8f77-4859-95fd-10988f03da7b","4b827c54-8bfe-4ef5-830e-e17b8690bbe7","4b8489c0-b01c-466e-b33b-239406d7ea69","4bb5aad3-2c3c-41e1-b5e1-d5f7fc38617d","4bc26857-9cc2-4971-974e-c70dfac90856","4bdbae27-9a55-485f-a1fc-3fa988184e9d","4c80fc2f-4bbe-493c-bb5f-87192580c37a","4cc281cb-a583-45a7-85d1-c10d5900b966","4ce797d6-6773-4f34-be40-2e3443af6466","4cf7d0ad-8fe2-4065-89e3-c2ee04062695","4d6e2576-b5d9-4217-bfa0-411470155d71","4dbd12ed-e512-43d8-919d-478b18674deb","4e6bce91-f1e6-40d4-9ecc-cafa8d2586b6","4ecd2a9c-45b7-45c2-8936-d9e631367507","4ecf39c3-3b5f-4263-a7b5-9881bded3494","4f312d7b-f505-45c3-bb87-650259e5db50","4f45c7ed-cf98-455b-b665-81103fdc9331","4f570888-effb-44ff-a250-a7726a0b01f4","4f8f5a6b-2bd4-4e45-93f8-6017917b0ee0","4ff9cc5d-0eac-497b-8871-de1442c82946","50352268-88a6-4575-a5e1-cd8bef7f8286","5037330a-6e9b-4ce5-ba81-ae1ccef63334","50748a4c-43a0-4274-9a84-046d76027166","50e349f8-9860-4197-a40f-610659057365","50e7681b-37e3-4f6c-8415-ab9613446ccc","514f8188-3d9e-4937-bfcb-b73acd80878d","517ffb8e-4194-4958-85ec-b853b917764b","51acfb01-4b0b-48fc-9704-a9b4a1e43a23","51d25ead-70d6-4abd-b611-6c94ce042c89","52248fe8-0f1b-4e3d-9024-842c921b6071","5256e591-7510-41fd-8564-330562c00adb","52c79d57-a8eb-427d-86ac-b203c0bb7cda","5353e8b2-3280-48ec-9bc2-8c8e7a15b460","535ca5c1-7574-41ce-a504-a4f8de9eb1d8","5383b66e-e559-47d2-9967-9c2d5f898653","5388993c-685b-4d9a-91d3-ea678ff11b71","53b46e72-6ed0-47c1-ad42-38a893620fa1","53fb7b99-9e47-46a6-9c8a-88e28b5197f1","54278194-fc8b-4208-a3ca-e655fddca2df","545b397b-ff3a-49f6-bb10-e403b8fee85f","54968fa2-36f1-4d21-89e7-a307d68cfccc","54a773e3-93f0-4bf8-ab6a-8cee939d743a","553b6aaa-3ae3-4f3b-9ab6-361eddf996a2","55483163-c53a-424d-9cc4-74da9aa6dff9","55c61b29-797f-4fda-acf1-039a807954c9","562ca69a-e077-4e38-b2a7-013b3813b7f6","5687c7d1-4794-4132-9ca2-b039905882a3","56b65f77-85c1-49cd-bb2e-70e5225ace9a","577aff75-67f7-42c8-b31f-50026c5ba5c6","58b54fa5-99c0-4a2d-b36a-1c7963eeb210","58c34fe0-77ec-4ba3-a214-00d0eb42ebae","58dcb5ef-85f8-48ce-be39-d0a4eb8345af","5960dfdf-cba1-47d4-8e7c-f87f814b07ed","5a019603-2351-4923-96de-c0809f685a80","5a240d1b-8430-4986-850d-32afa0e812b2","5af90ad7-25e9-4a5c-9169-38f33d7640a6","5b7d9208-883e-4fce-8750-c694398c4ea2","5c356eb7-ebf4-400d-95a7-7452382bc32f","5c51021a-4a7d-471d-9286-f150ff5802d7","5c71906a-f885-49ba-a889-8baf4e74cce8","5cd39b01-9a06-4575-9c63-9fb3ba9ef101","5d1b7628-3c08-4cb7-b14c-36ea119574f6","5d3b9039-ffd0-4265-9854-9c722c88a40f","5e046ca7-f392-4036-8ec7-6cbd9133d8ee","5e4952a8-4e1f-4a74-8a06-c9d633b25dcd","5e4dc67c-95e2-4c65-9c73-b3ba70c49629","5e8b3a6c-8a76-4998-9fd1-41d5756e4956","5eeddb97-3b50-4ba3-b48d-d1807e644b72","5fb3e3b8-24a9-49bb-af3d-6b866f4187f1","5fd9acc5-0088-4621-8f48-e997da5f27c5","603114eb-c0eb-4734-87e6-7fc94beda3c7","60ee28b6-03ed-4cbe-9367-b8db2ae5a66a","617555d3-ae42-4cf5-ab74-8758eb9bfa53","618f4c0c-52f0-48ab-88b1-feeaff49494c","621aa8e1-aebf-4eea-beb5-7fb47700a87a","6243f79f-b0e3-4fba-b899-7535e1a277e2","62465f68-6a84-41ae-8a14-41f41e817eff","6261592a-82d1-46dd-964f-a0a1cf22808f","62811570-cf16-43b5-8f50-e6358d726cb4","628ee82b-1f10-4466-bdca-75c0f89d49c9","62a92bef-0abb-49c0-94df-10d2da6845d0","62aaa129-69ff-4e22-861e-b2efd1cd5a10","62cac2df-9964-4931-9e03-7bc43395b88c","63120f1b-8052-49fb-9fc9-09d7746a627f","63993fbb-df88-49db-a3e9-655c87dd68cc","63a9637b-61de-4d77-8c35-b12a075d7faa","6410d20e-408a-42c6-9884-ea9e22e2ee7c","6418bc71-de29-410c-baf3-f63f5615eee2","6457f78b-aca6-4ebf-9e89-bf9321ceb35d","64729d4b-991f-45d0-aaef-4ab26746c57e","6477ebad-e1e5-4508-aa20-39b47e39a5c6","653e2393-30a7-4e0c-bd20-f05ca0ba3cb6","65d51676-2399-4db9-8c31-c8063be7b94a","6651e0fd-50ca-449e-84f1-ebb07fb305f5","66f1953d-e12c-4192-a4f1-930eb489f681","67057abf-749d-4512-968a-832c56324e13","676fb0ed-5a19-4fde-b2c4-f46c7e0915f8","681b9c8a-6140-4086-bc72-37f0058a8e9f","687611bf-b200-457b-a139-63502c93ea69","68c35440-ddb6-4b43-baba-889ff3ce0c0d","68df89dc-3909-4051-adc1-a86589d0e99d","69419307-53d5-40d7-82da-cab2e7bfbda4","69eea766-b22e-4c2d-9e98-d57f38e031da","6a58066e-f9a2-4508-9cc0-908b1cf747e3","6ad4e9cd-76e2-4ee0-8185-8b3aec3578ce","6af1f1db-eb91-4297-83f6-9318b87fd220","6b092822-f34f-4384-9d0a-23d863d27231","6b0e7f4f-99a5-4d80-8f10-40cf0977035a","6d65590b-f390-4faa-80e8-43bd87a70ff7","6d9e44c1-7b51-47cb-b564-608deb46cc44","6df2f49d-097e-4685-8ddb-69c55f07f60c","6e1a59c7-53d9-4e2c-9596-c64394838575","6e4622c3-d727-4e5e-979a-db45221636be","6e82bb8b-2a95-4935-a728-6898f64ce39a","6ea6d05f-dfeb-4d1b-b9ad-d006ec2437f8","6f29a2bf-75e1-4361-8a44-510d79323186","6f630e29-5ffd-473c-b5a7-96a9a5e3551f","70099566-ba66-4d66-aafa-8232aa664a6d","701aefd4-074a-47b8-88a3-32fb90b09dee","707ac400-885b-4424-87c3-1bb0cdbfea1e","70ff4fd5-c26f-4274-b899-1f995d4d8c25","71f2030b-f622-4cc3-ac83-258ae3645fd6","72308c3b-ac46-4bb7-889a-7860cbadae72","72776f25-48f5-4d7f-84a9-310928b9d7ad","72cc8e7e-3d78-456a-b4ef-c9f2eaa6ec7c","73259c00-50dd-4179-9be8-707beb66bd15","7352288b-ff7b-43c7-a5ae-3f6577d11708","737ac24f-a47b-486c-89df-3e3eaf495ff5","73c6382b-ceff-4092-9ec3-328cefab440e","748b9a1d-0fa3-41bc-beb0-7e3cf2eb33ed","75d30961-0285-4554-846c-7c4b0ea9b1da","76a38a60-7e1d-4ef3-acec-1699b29662ce","76ad8df0-20f3-4372-8b2b-7c4ccfc2e9c0","76dc6f1a-9eca-45bd-8788-cc34b9e1a980","76f30404-4d66-4aa0-81d3-351820854eda","77c65a79-b8ae-4743-b124-c34140a06731","787da7ce-527d-4abf-9e92-5de9db2250cd","78b8829d-7ac3-4563-8c3e-959c660dbe32","7a1ed4c3-0c0f-4194-afd6-2d891fa0f61b","7a298c5d-9937-4df6-a544-7b3bcfe84885","7a4c0731-555a-4bef-9d9e-b877f0339417","7af9c715-8d72-4eae-b412-fc89138ff588","7b150a6d-a33d-456a-a2b0-286e43bc636e","7b6d71a0-7603-4cf1-b874-2b2200e62183","7ba2d0d9-9b48-4edf-b1bb-e7f385ae97c8","7c0916a2-e2f1-42b5-9f2c-b6a18a605138","7c2cc19c-84ce-4c0b-b56f-7a2b3878a26e","7c5063be-9dd7-48fc-91aa-7bea13d97200","7cb82fdb-5090-45c0-ae67-4846667c8625","7cb88a03-7092-4d31-a9f1-4f16e39bc537","7d671616-f58c-4ee9-9ed7-78ebc385948a","7d75969d-c932-4b4e-8135-61968228bc32","7e19c7e1-1b4b-4c7e-b011-eff8ed7de0fd","7e5f3636-323b-4652-83b9-3b8b9c3191eb","7e8ae541-98e2-4a84-90a6-b17502f4442d","7e998ce9-4853-44d1-a01a-e2d493718ceb","7f78886b-335c-4227-a2a1-0b99108c89c5","7f918a49-a046-4115-80b8-13490ed5cd0a","7fa480be-8df1-4bd7-bbfd-d92f9c49aef1","802b1bb0-6c73-481a-ac3e-7d4e1682b4c2","80a372c6-cc5e-44f4-afab-2fd56aa79920","81c49cb2-ceb4-41e0-b3a6-d7820a01c92c","8210d0bb-1309-4de2-bd46-58759c72158f","82b5f331-3d6f-4e0f-b5a4-61040ed61d39","82c9463f-44f7-44a6-ae10-ae0ec1f55ca9","831f40f9-2642-4313-99ec-a4a7afe2839d","83706d20-fbb0-4a0a-b9c3-70e6fa3fdcf9","83beeef7-2bb5-4c3a-9be4-79a968696d65","83ee7310-d5cc-4f1f-b0c9-f0bde22a695d","8418acd5-ca4b-4fe8-a1f9-44b16e6dcda7","84298c7a-8bae-4e62-bd0a-bcce2156fdf1","84c3e407-2828-40e5-b335-7a0a3df1e5ad","8584b531-6dfa-43b2-99ba-b614b147f9a8","85f5bbab-7bf0-48d4-8138-d64f84f4d769","864b4fb7-dbfe-4d9d-b520-4a307c31c876","865ace8b-9e12-4f20-ac3c-d07a323b40dd","87d1c48f-1ca3-43ea-8109-964b29bb2d50","8822db23-34dc-452a-92bc-a3ceee4db375","887debac-305a-4713-9f23-f80072e7a39a","88b6057d-19f6-4cf3-8d13-a5e9c7a9941d","891b0e9b-6d3a-43cc-8b59-f617c4543189","8956585b-1268-4eb4-b97e-74ffb9f82688","8993e4d0-d306-4993-b5a7-dbba754d479e","8996cd43-5ecd-4a05-a5a9-e49326befaa1","899ee6f6-4aad-4093-b1ef-7e2ec2b78df8","89ad7ef0-101c-436e-a41a-cdc8e91d2f2a","8a38bea4-2d1b-442b-aad5-ab1a0ae67aac","8a4448b6-0dbe-427c-b145-8ac915fc0dfc","8be9bbc9-77f2-4a61-b19f-30f2e61b8e88","8c8841b2-9b4e-4f65-8e30-1e9423cb8fbc","8e3c2e1a-181e-4275-ad09-51c9de039d32","8e747bba-b521-4f81-9d9a-3e85747cefe9","8fbd06f1-3427-4168-9a34-82f43a514146","9058a084-485e-4b55-aab2-1d7dbad12886","9137b4aa-2289-4a4d-b1f5-ae75a0928278","91df0ada-4828-41ca-9000-5132fcb29e6b","91e5ce25-a0cb-4d9e-8274-af5672a85b0a","9252dd84-ba93-440a-bc2f-36fb703fb57d","926e8f17-2602-4f98-ad89-3bf857c597cc","92acb132-1f0b-41bb-8483-9616ea040601","937f96ed-dbf1-4ff2-bc55-6b0cd3795ccb","947a6ddd-6684-49b1-8e2f-1516ca7a2a34","94b728a4-c3a9-408e-8333-8266a02c64fa","95083e1d-faf5-40e4-9be5-909cd01cc2b5","9515ced4-b679-48f0-bf62-8b7baef5e1c2","95315204-a5f7-4d20-bda3-957029da29fe","95585c69-6474-432e-b80a-489a2b69d4e6","95b6bba2-cb1f-4598-827b-a0ab26e925aa","95ec918b-3039-402d-a52e-b9f0a08284e2","961dcc35-a282-4d40-93b3-1cc7fa5221f5","96297bcc-8480-4b14-8612-1c395d481bce","96328602-bf67-42a5-8cca-1fcea5656b8a","96549393-9607-43c8-91de-905462cbcb19","9660fb20-f499-4f7a-9f25-e463f095ab90","96614dc1-9386-4861-b792-b83bcc6c5811","969d5979-8ae8-4442-a3a5-3412ffeb5af8","96d52300-3fb9-49a6-8fe9-bd32adcbdb4b","96e14936-5614-46ba-874c-c1357243fe02","97004cdc-0baf-415d-8e87-7f36667c4628","970abfee-e888-4635-90a6-2ab88910c428","977527da-2953-493f-8e8c-ffc64ddeaf10","97a9360e-a02b-4dde-b14c-620ed0c54804","97eda14c-5e33-41cc-8651-109f5ef97bb0","9865657b-43da-48e2-ac55-6a29c21df253","987557ee-8344-4191-b85c-f9dedf4d1614","9885f3a6-27f0-453f-b2d5-1fbc0af05920","9894ec2c-e5c2-42a5-b44a-76ec02684171","98a5f21d-b403-4dc9-b33a-bc496b19e1b2","98c45686-6c6a-43de-abab-d0af9ef0e7e0","98f389ca-3662-4544-b0b5-9d2abd073b7b","98fcd666-7724-4c55-975e-20cfa759bba7","9983c9fb-84b2-4eec-adf8-c604e237b82b","99c3decf-4a32-45ff-b7f6-ea2d52387c89","99e6a7d5-678a-48ac-8296-71078e4d8521","9a58d03b-1b47-4d3c-9d8a-18f20c8f978b","9acc9266-3a8e-4a5b-9c00-bbc30e3bf5e7","9aec9409-1812-4f85-b396-39bd9783b65e","9af1a73f-e2ab-4832-b9a0-5bd9643f4fd3","9b1da399-d8ca-48a9-96a3-dd1af1ee5e1e","9b396f90-92b1-4cc0-9be8-2f724b39fbc6","9b6fe3e2-a2cf-4209-ac9b-e04d02599360","9c29ba11-7438-4fd7-98b9-961be882122d","9c78da04-09c3-4a95-9586-4544c326d569","9c81a162-9735-4c3f-8eee-43b4f3b5a59c","9cccf957-a4b0-4d10-adcb-0393d7e50b0c","9d6dc341-89dc-4e99-baa2-ad0ae59f0e94","9d93aef6-daea-4010-adec-9f081fab4d6b","9db73fef-f5eb-4d98-aa11-117bbed46bbf","9dd6bb74-b58b-4019-bfa4-7325d70a2fc2","9e1170a5-e5bb-4b86-8718-f75eec679b4e","9e132fac-ee5b-486d-bd4b-d534134acf1a","9e7878e1-28a5-4527-ba61-ed6c6b855309","9eb23531-e89f-4b27-ae15-535e6c7bcd81","9eb742de-57fa-49f5-977e-bee1b8186e9a","9ecdbaa2-7e93-4969-97cd-d3ba5d776d25","9f5f2d43-42e5-49fc-8430-d972ac4e9d77","a0627111-1390-43cb-84e7-d6c0e46c02ea","a18ef64b-a9de-4548-b4d5-168758442db7","a1ba2d4f-7a9b-4cf7-98fd-17b1b8c70bcd","a1cfd796-50a5-404f-acc1-21dbf543ccc1","a1d7ea5b-b02b-47f7-801f-1af7024df231","a1f985de-fde4-497c-9cb1-00af00fccf77","a2a0f125-041e-4a5d-b100-3dbb6bf729a1","a35ff5f3-56a1-4862-809e-7ec77f9cc9ee","a3a4da7d-a703-4f91-9ef7-ce269c0b63fb","a4be3032-c55b-43b5-9ae0-f4e7470f4f83","a4db1b7a-93f2-40a5-b649-80a099ddeb62","a4f4d8ac-a69f-436a-9f3e-be2d66b056ff","a4f7b582-dc68-4d12-bebd-baf79fd226f0","a56424d3-ceda-4cd3-988f-48ced72d17b8","a5b2d0ed-0b47-459a-8f5c-554dd816c03a","a5c17b3c-6f3b-4952-a06b-0df5a5a18f0d","a5cae174-58da-43de-b7c8-f5e79f8cf986","a642c7b1-d4d1-4125-a66d-560438e5ee51","a68647c2-a343-4314-8abb-00e7de6ecf0d","a6a57c6a-3603-466c-8a81-a9eb8de92aec","a6e00407-8290-4924-afe8-424517867a93","a6f72e53-52bb-4cf4-9b8b-34ed0c5f7c3c","a7878436-bf83-45c6-a040-e2fad447862a","a78ca93f-a833-4ce5-b032-a4225e1ee45b","a7aae748-27d8-48f8-beb2-8e0192d7cc5c","a7d5cb40-7365-492b-a3bc-4a624f78cec4","a82f782e-abc8-4b92-a193-17b2c383f765","a92c5c74-d5b5-40bf-be86-39ac5e4c4f1a","aa01020a-f7c8-469b-bb39-d71c195838e3","aa04994a-4295-4be6-90c8-8f67fabd2e99","aac1b0e2-d164-4c98-ab9b-57fbbc95ea0e","aae84079-b65b-4132-86fb-e82503bb6c7b","abe82e5e-7496-42a5-87df-880e153bccbc","abf2ec64-a850-47e3-91a8-7323e04a5f4a","accb56f0-3903-4894-86f0-3965162064d4","acf03952-6d9d-4e57-acb5-44c855f3ad69","ad1e3ee1-c2b3-4d06-9e0d-a28e9b44fb30","ad25a56c-607b-4896-a34a-aeb2712b2a08","adde69b5-947f-4fe1-84fe-89cf44a35e8c","adf13285-d127-4534-9f49-aa86914da175","ae3d2fcd-11e0-4071-8c53-cb3315b7360a","ae41792d-4aa0-42ae-a9e1-9261cf9181a8","aeb56f0c-07a5-4b01-85ac-3ceaad0eb544","aef2ab8e-49de-443a-9236-97356aae2bb1","af1b83d9-078b-44dc-a118-4659201f4854","af426fb7-6bd0-470a-a887-0b1adeab1a11","af9ad645-e605-4048-bf4c-d636584f315b","afb4e4e8-33ba-4951-b7b1-170a1fc91567","b044630d-50e7-431b-8e91-bd53e967f594","b082f22f-6c01-4e8c-80ad-6fdae5c3f22f","b0a084d8-82ce-4bd1-a159-a9a855c47eda","b0eaaad2-5512-46f8-9bdb-84aa3ef0c2ac","b137c4c5-9091-4130-ba83-87a28435c9e8","b1902b98-7579-4b7a-8cb8-9bd0e0da5f67","b26e7306-df23-4339-b3af-faf9effe0140","b2e439e2-2c7c-42fd-a47b-f615641f7392","b373adfa-ebc2-4060-8ff3-d1f0eca03c02","b37dc16e-3631-46df-acc4-19040fb8a86e","b3d7738e-295d-4df4-9484-8b62049e22e9","b3e2ee4c-5548-4a17-bf27-e906d2825867","b4376426-c901-44eb-8186-c009a3657893","b469d5fa-89c2-4e5e-9c1d-c3edb80f7b59","b47ccd54-3bad-4926-8420-c88f9dfaf80e","b4af8aa4-2fa9-4489-94f2-63ce4b07b0c9","b55b57b3-6cbd-4571-8163-b6ba76904d9d","b560a15d-240e-42d0-ac06-19d8363d2080","b5736f28-30f0-4650-89dd-c6480f5718c8","b64e4622-e905-49da-948f-aeba1ba674ce","b6a0ca9e-c72b-4c99-8e6b-b6dbebf894e9","b6d39f35-c7b2-43b2-aee3-4ff2cd3e37e7","b7bf8555-019d-4a08-8004-b31fe7bf494d","b8352d89-48c0-48de-9bf6-330d05e7331f","b86fbf78-57ec-4a0f-9fb6-e4bf13861563","b92c8925-ecfc-4ece-b83a-f12e98a938ab","ba50901e-a030-4f52-8369-f4c9ca6b9c7a","ba6694bb-f3b7-48ff-9d93-cbed84fac210","ba88d76e-d71f-43ea-a272-5dc8b5928c6b","bb4004c8-c3d9-494e-a257-6d8443cbf1b7","bb74a761-0c83-4aa5-af58-fd5da8797b7d","bbbecd1f-81ad-427e-a50d-64b9ec029c3c","bbc9fa2e-0ec9-4b70-b602-a7e669ed0031","bc4409dc-aadf-4c0e-a854-190ccc971ea5","bc543a7a-698b-422d-a2be-8315bb366b27","bce45bc0-accd-4853-a166-9dd5597526d5","be7e4b30-7f45-4109-b5ed-9223a9422d95","be8e09c2-3384-4d00-a2d0-65d6b8056e30","bf11766b-2614-433d-a3b3-e49b31769c98","bf422aa4-f696-4019-ab7b-90e378c33aea","bfa10a88-12e0-4b79-80bb-6f4620277e20","c060a07b-7408-4b95-a546-e2b2010d7818","c15e5767-64e1-4f4e-a02e-1143db0f648e","c1b854c2-493b-4129-9688-c9db1524ee94","c1baebba-a975-45b1-bbcb-f4ce1ba682b5","c1bba8fb-d763-4efa-8db1-e5e81994b5f9","c321d0e1-ff30-4424-979b-25e1a33e45d5","c44f81ca-f72f-445c-8901-3a894a2a47f9","c451cdbc-c580-4728-b384-af157de6e505","c464b81a-3d91-4d07-bc9d-6756780417e3","c55498ad-f474-4805-b9e9-592ec1c8a8e5","c7533cbb-ab73-4a0c-9ea0-baa97c4665b8","c872e70c-626f-4d2c-b26b-d94f815fceea","c89b3c3a-3dba-47b3-9620-d4dd754a59e6","c9a3144f-9b4f-4d1a-b384-6228c99b38b7","c9ecf4e3-4ae2-4e15-95a8-280d2ebb5644","cb4abaf5-3bc0-464c-b31d-d579d0a9128d","cb524a84-34a4-43bf-9872-b4a053a141b5","cb939924-52e1-4802-86f1-3c2ab164007f","cbe67eb3-f10d-4f34-b4b0-fd00ee8cc325","cc9c1b6a-8fc9-4292-81a0-5cf423638c71","ccf928c4-c8ee-479c-88df-d6bb35e0778a","cd757142-45b7-40db-80f2-fe161379aa4e","cd8a0cd6-8d3b-44bd-b609-c12fb851d17b","cd95f833-27ce-447c-b505-02137daaba4c","cd976640-79c0-4aed-8a2f-a62025665d59","cdf5d88e-1699-4ce3-a4aa-3e8d1ef2bc39","ce3346e6-f8ca-45fa-944c-055ac038e828","ce70fbc1-eb96-449b-bc3c-53dc5eb7f3d3","cf0725c1-2b83-406e-8a19-0b9d159c8614","cf9095db-44ad-444b-bd9d-4a06102fe230","cf940cc3-282e-4b6b-877d-5ce71ee797bc","d00305f7-df9d-4cc9-aad7-aa83553a60f7","d061b9a8-e95d-48ec-a1c9-337433b62dfc","d0a55d99-d668-4621-bb14-f7df210adbe4","d0c82442-e201-407d-9db7-613f24c1eb03","d10d759b-db5b-4a59-840c-05bcbf2381f3","d2075dfe-b48c-46e3-bde1-f9f8e3b9d928","d2655e7b-ae35-45f0-b86d-c2f74ef3ee04","d28d244f-a41c-433a-932a-efef8623d9fe","d2c5b445-3679-4acc-9e88-1e8c7c656589","d3112990-3919-46b0-b927-14566c689a81","d3740beb-7fa5-4b83-be7d-039750b126c5","d3e3961c-d092-4a15-b5db-d7b5c70e4fc1","d4128057-3615-4df6-ab3b-d41c2c643cd5","d4606809-7066-4413-9dfd-e929004a71bb","d55384ef-6e5e-4e0b-8156-edad0fc9b25b","d5d68279-a6fd-4cf3-afb3-1ba4e26a78a3","d66b6951-50a0-4b30-aa73-d4ce1380ff49","d67cf0c1-5658-4f88-9fbd-63c1dbf77ee0","d67f591d-8bae-473e-9220-90502fc55cd0","d72d883e-d194-4154-a96c-35e601c5f797","d747c636-e5db-4905-8939-667f9ef4200d","d7f613b2-de5b-4592-8d14-5ad373537a21","d8a63f1a-8224-4c66-9a3a-6c04c656c73b","d9a754b9-a4f4-4183-b184-b7c12551c483","da8be748-3815-46a6-95fc-a90cdf697e73","dac11332-404c-4839-b0d0-3224a55ac579","dad3662a-f7b4-45d5-a35e-fc6c38474692","dae3e69d-ec38-43e2-b4a2-3a9064835a97","db6d3fb9-ecec-4a55-bfcf-6ae2d35e416a","db73b06f-ccb7-4b9a-8d30-671de35b86a7","dc3f4154-9347-4ceb-8744-9f1ace90d33f","dd2ac135-2411-4753-ba4f-41c33de526db","dd842290-fd0d-419d-b793-bd84b43f5d9a","dd8611ec-6db3-4d29-8d3b-01e87bb38a55","dd9b48f1-7c3a-4b1f-9a00-7b75eb6ea831","de0ac2b0-175b-4e71-9172-ce2a72234818","de69bda2-9690-4e8d-abeb-115bbb377fec","de6c04b6-7a25-4a0b-9561-0358a2acef43","de754d20-5371-456b-9064-8f0687d2eab7","df190cfa-ebb6-48e8-9980-950a26d0f2d8","e0571374-26b4-403c-b6da-4fd8b930cda6","e07ca6cd-4767-4c29-932f-fdb9bff5307e","e0e2923f-a585-4096-8268-1136655bbf3c","e10e313f-ba75-4324-b1ac-f2bbae99f7ab","e135c9f9-5099-4029-bc19-dd9a0760d86f","e13ee385-ad54-410a-b1db-19a0267294e1","e16f6a52-67d6-4215-9f3f-3b0a17dd8889","e1a4064e-3fe3-49ab-9dd5-85872fc8477d","e1dfeb23-204c-4e48-8a23-c69daf92340f","e1e88b41-7ae5-40fc-8947-5f5aa03388be","e21f4c3f-60f2-4f68-92e1-88fee822bb9a","e340b671-7daf-4f84-80a9-2ca4278aa33b","e34229e7-5dc4-47b3-9ba2-609e5b3ca6c2","e36b68e1-41fc-416b-94bb-59798edfa500","e3731001-4e6a-4a91-9e7d-fc2ea039a60b","e3de70f1-6fb1-4191-b66f-491c794f9c05","e49c0db1-5acc-48ed-a0f0-0510433d6d34","e5339dcb-2544-4f19-acf3-86f83793301c","e58a9634-c2c5-4bf2-b694-86b23f8cf923","e5a66092-6748-430e-877c-0ddc94c948c2","e609028b-43b8-4aea-9f9a-25aa127482db","e705bad9-1c4d-44e2-89ee-9a5824e2effa","e78801a7-af8c-4f1d-b29e-7a36676b6818","e7b95522-a9de-4ec1-8158-c66813919e62","e820a082-f876-4cfc-95a2-34be5b994d80","e82fc4bc-ac81-4ad6-8b33-781d047f60d5","e84db98e-c51a-4380-8704-57fdd5eb360f","e89a4cc9-bd45-4bb4-bc78-d555c5e16c74","e8aade2d-5cf5-44f6-9095-aa3756b1c1dd","e91e1aae-438b-41df-ad8e-25ba7c9a8f74","e91e2641-70cf-4055-8749-2c2826af816a","e9744bb5-9ad1-4287-9929-1146377d975b","e9d34a2f-09ed-4fb4-891a-890f450699bd","e9f08835-74ca-4ac5-980e-e802aada2bb7","ea1735b9-fd10-4c9c-b9d3-046d8c22b852","ea96ecc4-72f3-46a4-8900-6a7c5a83d4df","ea9cfa3b-686e-4933-88b2-fabe218ed7eb","eace2c85-976c-425e-9800-5a6ccbd91b56","eb1ba09d-ecdd-48c0-af0b-3dc5ef908f9e","eb359844-c9e7-4ab2-ac5f-d426c4fe6fc7","eb5257a6-5a4d-4b7d-ad4f-3ff0b7c74dfd","ec2b2bce-1b66-4cc6-ab87-50776e1d1e4b","ec82f4e4-97e2-4374-a255-ea6b35201e80","ed37e1e0-ed21-45c3-8266-c6b11068ceb6","ed6fd37e-a5b3-48c6-b881-cedadfd94833","ed783a0c-ba7c-48f4-aac6-ad93a02bce6b","edabc558-2c54-4c7b-a6fa-1e75ddcf12f9","edf40698-620e-4032-b2e3-0d513a4a4250","ee851c64-4bf9-4dde-b73e-41366828a1dc","eef2a9c2-2079-4a34-80f0-f0ca7f882498","efc70226-2926-4bc5-a602-c5d56f0cfc52","f0c889dc-f043-45fd-81a4-9ae424343f46","f14137e9-8743-4adf-a89e-9a7f455650bd","f1ddd6e0-dbdc-4ce0-bc26-f94c951f90ad","f23596e2-72ea-478d-baa8-3df0e81b4cdd","f243292a-e8a6-43c2-805c-15715fcebd67","f2e450ae-3ed8-424f-b974-7d9a8e8ac7e4","f3f43c81-10fc-4e08-9070-5453bc5826b4","f5110f2d-ff79-4a4b-9842-32a9fe82011f","f53b7e7e-494b-4346-b18e-0e879bba7cec","f6d3d5a6-7d26-44eb-b040-c50fb1f867e1","f76d6ecc-a774-44d5-8c16-e2ba4bf7d283","f7752159-06bd-4f6c-b3d2-c4c7616acfbb","f836071c-9ee3-4dc0-95b6-28d0c5de76f3","f864b3de-b6eb-4870-995b-298fc2e08028","f8739e90-a967-4e06-b966-1a15755a25bd","f92e9e94-e5e9-4b2c-b9e5-35de42ca7b8e","fa08a961-cd6a-403e-a098-1e7f716262bb","fa712fb1-8840-4e26-9211-2653919fed91","faab0dc4-a9e6-453d-a2b1-12369084f7d6","fac247df-aa19-4627-8d65-6ddf5e7e5c8c","fb734fd1-7e4a-4d56-b85e-6638012cbda9","fb76cb6c-2f4d-4ca2-876f-d49ea529e59b","fb8fffd1-aff1-4aad-bfa0-9907adb5ce25","fb9140ee-9f74-4f6f-b2e6-abef3faf7882","fc0a5a9c-e59a-4e33-b584-d6daa7f81547","fc5004db-8db3-4506-bb01-f41be7968824","fcfb1db3-c0ea-4f8d-8208-5f8895ff686d","fd16edd0-4d4e-4db6-9da9-4bb5994fa047","fd194fb1-0d3a-4eff-a446-240d18dad43c","fdf1fea6-3e04-474c-9cda-ff49fee255f7","fe0865ba-47c0-40bc-b0c6-e1ea5ae08a98","fe14fc96-f33a-4bd2-8b04-c339936d3c24","fedbe1f9-b29f-4bdd-9718-615b7c2413b4","ff951c38-6e02-40f0-9f54-13ac0915332b","ffbd0396-2e7b-4b87-9504-953bd35e4fea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","2XM","30A","3ED","40K","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ACR","AFR","AKH","AKR","ALA","ANA","ANB","ARC","ARN","ATH","AVR","BBD","BFZ","BLB","BRB","BRC","BRO","BTD","C13","C14","C15","C16","C17","C18","C19","CED","CEI","CHK","CLB","CLU","CM2","CMA","CMD","CMM","CMR","CST","DD1","DD2","DDE","DDG","DDH","DDI","DDJ","DDK","DDL","DDN","DDP","DDS","DDT","DDU","DFT","DKM","DMR","DMU","DOM","DPA","DSK","DTK","E01","ECL","ELD","EOE","EVG","FBB","FDN","FIC","FIN","FRF","G17","GK1","GK2","GN2","GN3","GNT","GRN","GS1","H09","HBG","HOB","HOP","HOU","ICE","IKO","INR","INV","ISD","ITP","J14","J22","J25","JMP","JVC","KHM","KLD","KLR","KTK","LCI","LEA","LEB","LRW","LTR","M10","M11","M12","M13","M14","M15","M19","M20","M21","MBS","ME1","ME3","MH2","MH3","MID","MIR","MKM","MMQ","MOM","MRD","MSC","MSH","NEO","NPH","ODY","OLEP","ONE","ONS","ORI","OTJ","P02","P23","PAL00","PAL01","PAL03","PAL04","PAL05","PAL06","PAL99","PALP","PANA","PARL","PC2","PCA","PD2","PELP","PF19","PF20","PGPX","PGRU","PIP","PL24","PLST","PMPS","PMPS06","PMPS07","PMPS08","PMPS09","PMPS10","PMPS11","POR","PPP1","PRM","PRW2","PRWK","PS11","PSAL","PSS2","PSS3","PSS4","PTC","PTK","PZ2","RAV","REX","RIX","RNA","ROE","RQS","RTR","S99","SCD","SHM","SIR","SLD","SLP","SNC","SOI","SOM","SOS","SPM","STX","SUM","TD0","TDM","THB","THS","TLA","TLE","TMP","TMT","TPR","TSP","UGL","UND","UNF","UNH","USG","UST","VOW","WAR","WC00","WC01","WC02","WC03","WC97","WC98","WC99","WHO","WOE","XANA","XLN","ZEN","ZNR"],"rarities":["common","rare"]},"mox amber":{"name":"Mox Amber","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color among legendary creatures and planeswalkers you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColorAmongPermanents","count":{"type":"Fixed","value":1},"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}]}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color among legendary creatures and planeswalkers you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7a43bd27-fdd8-41f0-9bc4-92568f3408f1","metadata":{"source_printing_ids":["08c63a42-7969-4e07-ad98-c312156ad0d2","66024e69-ad60-4c9a-a0ca-da138d33ad80","6ea9852b-78fa-4732-8801-4ce632270558","a361c9eb-0a12-4f33-a11d-1d7a40801540"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRR","DOM","PDOM"],"rulings":[{"date":"2018-04-27","text":"If you control no legendary creatures or legendary planeswalkers, you can activate Mox Amber's ability, but you won't add any mana."},{"date":"2018-04-27","text":"If your legendary creatures and legendary planeswalkers are all colorless, you can activate Mox Amber's ability, but you won't add any mana. Colorless is not a color."},{"date":"2018-04-27","text":"Mox Amber's ability adds one mana of the color of your choice from among the colors of legendary creatures and legendary planeswalkers you control. It doesn't add one mana of each of those colors."}],"rarities":["mythic"]},"mox diamond":{"name":"Mox Diamond","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this artifact would enter, you may discard a land card instead. If you do, put this artifact onto the battlefield. If you don't, put it into its owner's graveyard.\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"random":false,"self_ref":false},"decline":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Graveyard","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"If ~ would enter, you may discard a land card instead. If you do, put ~ onto the battlefield. If you don't, put it into its owner's graveyard.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"f3c5978a-70fa-431f-933b-b954bd0db0ea","metadata":{"source_printing_ids":["28028830-83ed-45e2-b495-3b9ad9d3e988","bf9fecfd-d122-422f-bd0a-5bf69b434dfe"]},"legalities":{"commander":"legal","duel":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["STH","TPR","V10"],"rulings":[{"date":"2008-05-01","text":"If you don't discard a land card, Mox Diamond never enters. It won't trigger abilities that look for something entering, and you won't get the opportunity to tap it for mana."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"mox pearl":{"name":"Mox Pearl","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {W}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"824597b8-c89a-47ec-8526-7efc6e24ef0e","metadata":{"source_printing_ids":["4da892c5-071f-416f-9e42-c4bff102eb88","8ebe4be7-e12a-4596-a899-fbd5b152e879","b3020358-9c59-45fb-bf74-9c69bc47580b","c84e8a0e-49a7-46f6-8a37-910e32753528","ed0216a0-c5c9-4a99-b869-53e4d0256326","eed1bd05-d085-4115-aa37-df4e7aef2e46"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"restricted"},"printings":["2ED","30A","CED","CEI","LEA","LEB","OVNT","PRM","VMA","YDMU"],"rarities":["rare","bonus"]},"mr. foxglove":{"name":"Mr. Foxglove","mana_cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Fox","Rogue"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nWhenever Mr. Foxglove attacks, draw cards equal to the number of cards in defending player's hand minus the number of cards in your hand. If you didn't draw cards this way, you may put a creature card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Sum","exprs":[{"type":"Ref","qty":{"type":"HandSize","player":{"type":"DefendingPlayer"}}},{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}}}]},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, draw cards equal to the number of cards in defending player's hand minus the number of cards in your hand. If you didn't draw cards this way, you may put a creature card from your hand onto the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Blue","White"],"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"c2008ba9-00df-4607-ba0c-189af52033eb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["8504e660-1a15-472d-8e5c-dee0c1d26c8f","cba58beb-9524-46d4-ac63-119f19d9d44f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC"],"rulings":[{"date":"2024-07-26","text":"If the number of cards in defending player's hand minus the number of cards in your hand is 0 or less, you won't draw any cards."}],"rarities":["mythic"]},"mugging":{"name":"Mugging","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Mugging deals 2 damage to target creature. That creature can't block this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBlock","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 2 damage to target creature. That creature can't block this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2e4f08c2-1bad-4a85-8aad-9bb34a5579b1","metadata":{"source_printing_ids":["05ca502f-73a3-42f3-b7ad-f69aa239900a","0cce62f3-4a04-4f03-aafe-ccb18eda60c1","16b3c521-472c-4bea-b692-9aefbd22b7b6","3d36724e-0669-43f9-9d10-f67562b8c6bc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GTC","JMP","PLST","RVR"],"rarities":["common"]},"muldrotha, the gravetide":{"name":"Muldrotha, the Gravetide","mana_cost":{"type":"Cost","shards":["Black","Green","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Avatar"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"During each of your turns, you may play a land and cast a permanent spell of each permanent type from your graveyard. (If a card has multiple permanent types, choose one as you play it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"GraveyardCastPermission":{"frequency":"OncePerTurnPerPermanentType","play_mode":"Play"}},"affected":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During each of your turns, you may play a land and cast a permanent spell of each permanent type from your graveyard."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Blue"],"scryfall_oracle_id":"e4625704-1d52-44e4-804f-2f45644d76ac","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["51710b19-68e3-4853-901f-e618bde61161","705b4d97-2f50-47f7-9053-d748f4337553","752e16fc-8ee1-41f7-9495-6ab8029c9353","76f7d02a-7b83-4444-ac65-1661637183ee","adc15cd2-e6d1-406e-af58-2f5fbaa74a30","c4125bb0-b104-438e-a6a2-97f9d141243c","c654737d-34ac-42ff-ae27-3a3bbb930fc1","cf3f12dd-5b96-4eee-bd2d-a221757c24d3","d0a81b1b-92c1-4ee8-affe-6e1c027c7393","d5c19629-b129-4c8b-9456-c38309248189","ff672733-486b-4042-8209-fca70df86b7d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","CMR","DOM","ECC","FCA","FDN","PDOM","PFDN","PLST","PRM"],"rulings":[{"date":"2020-11-10","text":"For example, you may cast an artifact creature spell as your artifact spell and cast another artifact creature spell as your creature spell."},{"date":"2020-11-10","text":"If a permanent card is put into your graveyard during your main phase and the stack is empty, you have a chance to cast it before any player may attempt to remove that card from your graveyard."},{"date":"2020-11-10","text":"If multiple effects allow you to play a card from your graveyard, you must announce which permission you're using as you begin to play the card."},{"date":"2020-11-10","text":"If you play a card from your graveyard and then have a new Muldrotha come under your control in the same turn, you may play another land or spell of that type from your graveyard that turn."},{"date":"2020-11-10","text":"Once you begin to cast a spell, losing control of Muldrotha won't affect the spell."},{"date":"2020-11-10","text":"Use the type of the card as it's played or cast to determine which permanent type to count it as. For example, if you cast a creature spell from your graveyard, you can cast a card with bestow as an enchantment spell."},{"date":"2020-11-10","text":"You must follow the normal timing permissions and restrictions of the cards you play from your graveyard. For example, you can't use Muldrotha to play a land if you don't have an available land play or to cast a planeswalker spell during your end step."},{"date":"2020-11-10","text":"You must pay the costs to cast a spell this way. If it has an alternative cost, you may cast it for that cost instead."}],"rarities":["rare","mythic"]},"mulldrifter":{"name":"Mulldrifter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, draw two cards.\nEvoke {2}{U} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Evoke":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":2}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw two cards.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.74a: When this permanent enters, if its evoke cost was paid, sacrifice it.","constraint":null,"condition":{"type":"CastVariantPaid","variant":"Evoke"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"24d0f5e7-0d9e-4b76-900e-a7274e80312d","metadata":{"source_printing_ids":["0f0e6ff7-eed1-4965-813f-00d92fb48a1e","295e0b63-9a4c-4be0-80b5-1924d5b6590d","2fb5330d-5c1b-4caa-8d30-3ca8303ff611","345fd005-5052-4500-a260-3649500e21f4","3bdcae2f-fcf3-4dfd-8818-606d16a03beb","3de308cc-14ac-407e-99e7-568572ecd0e7","4f3deefe-28bc-4e45-a0a0-ab03167e2e81","5d9acfe6-e1af-427b-86e1-05c35ce569a3","6757e07f-fb3e-42a2-9684-d4f53030255d","6a9f464a-6a5f-46ad-a0f7-478107a1bd40","6f5a5da9-f328-423c-8724-f3fcdddb9f16","8e06fc13-6a58-40f8-a3e6-5558a7a0d18f","909c8cc3-4adf-4c14-8fac-673558fe1f7f","95cc00e8-a40f-40d7-a747-d36d0ece6319","99074b05-f252-4626-a96a-6bc286e8d03a","a5ad7ebb-4994-49f1-a211-90bdccb6a91b","a97cfefa-ade7-49f6-b2aa-1118b9db4935","c76448bc-47a1-472c-936b-bad433892343","d7e282a2-d258-4c23-852c-6b0f10ae1962","d9fb2f2b-ed82-4461-9013-490e8bca89f8","e0fed1e5-fcbd-4597-91b5-ba809571573b","ea86b5bf-c38f-4168-a4dd-96859948423c","eb6d8d1c-8d23-4273-9c9b-f3b71eb0e105","f18233ee-3d90-4a28-8d93-918983bc9d11","ff990293-3e73-4c01-9b79-707339c8b28b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AFC","C14","C15","C18","C20","CM2","CMD","CMR","DD2","ECC","F09","J21","JVC","KHC","LRW","MKC","MM2","MMA","PLST","PRM","SLD","TD0","TSR"],"rulings":[{"date":"2021-03-19","text":"If you pay the evoke cost, you can have Mulldrifter's own triggered ability resolve before the evoke triggered ability. You can cast spells after that ability resolves but before you have to sacrifice Mulldrifter."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an evoke cost), add any cost increases, then apply any cost reductions. The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["common","uncommon","rare","special"]},"multani's presence":{"name":"Multani's Presence","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a spell you've cast is countered, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Countered","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a spell you've cast is countered, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"adad1be7-8d3d-4857-a3b0-be33db4c5746","metadata":{"source_printing_ids":["38bfa984-5fe9-44ad-b13f-3276951f9f10"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ULG"],"rulings":[{"date":"2018-04-27","text":"A spell that doesn’t resolve because its targets are illegal isn’t countered, so this ability won’t trigger. This is a change from previous rules."}],"rarities":["uncommon"]},"multani, maro-sorcerer":{"name":"Multani, Maro-Sorcerer","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Sorcerer"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Shroud (This creature can't be the target of spells or abilities.)\nMultani's power and toughness are each equal to the total number of cards in all players' hands.","non_ability_text":null,"flavor_name":null,"keywords":["Shroud"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"AllPlayers","aggregate":"Sum"}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"AllPlayers","aggregate":"Sum"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the total number of cards in all players' hands."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bce5b327-7da1-4136-b76f-069e2fef5d2a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0d6cc98b-b376-40af-8308-198bab00b2b1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ULG"],"rarities":["rare"]},"multiversal passage":{"name":"Multiversal Passage","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this land enters, choose a basic land type. Then you may pay 2 life. If you don't, it enters tapped.\nThis land is the chosen type.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddChosenSubtype","kind":"BasicLandType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ is the chosen type."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"BasicLandType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"MayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"decline":{"kind":"Spell","effect":{"type":"Choose","choice_type":"BasicLandType","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a basic land type. Then you may pay 2 life. If you don't, it enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"17770eeb-ecbf-4510-af2d-acececfbe146","metadata":{"source_printing_ids":["21502958-a8e3-494a-9be9-bebbbb1dd9dc","db88b6b6-7907-4c40-b712-4fa1456d8ad0","f5fb426a-5618-4dd4-9c51-0cc847be8c1d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","PSPM","SPM"],"rarities":["rare"]},"murder":{"name":"Murder","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"938b4e2c-88d9-4637-bc00-e228920c9a78","metadata":{"source_printing_ids":["0b5579cf-4e3f-4b65-a253-465459f3da81","0f2eb849-b3ab-4d26-86c5-235c8161cf2a","1c13ac76-7cd9-456f-9b89-92bfa07c64c5","1cde89d1-b789-4bd6-8dcb-856b525f775f","1ea6438b-0e6c-4d65-8bcd-34a988717c81","1f29d9e4-3100-43cb-9723-7d5c23f89b12","2c249609-9cf7-46f1-b94c-9329add966bb","320e195e-65c7-4220-bdc7-fe1e02a4adfc","440bfb8c-f29a-4c11-9fcb-ee935dead03f","45368bf3-d5e9-43e6-a67d-93c2e93acc72","4c98fcd3-8273-459f-857d-d0a34a1d285a","68c5d614-7b7a-4768-8e81-707f1f6bb34f","6a2b22bc-e81b-4f27-a52b-9f3edad25439","6c776ca4-4950-4a27-8ce2-fbe534579d62","86d73f4c-0bbd-4616-81a6-102db6cd7db9","95e18830-3668-4c23-96aa-d241f79adbd5","bdef7fea-2bd0-42a2-96f6-6def18bd7f0c","c8676f02-cf1e-4d40-a0c5-6e5a97417898","f7139613-488b-496b-a21d-a577b1426e6f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","ACR","ANB","CLB","CMR","CN2","DSK","EMN","J25","M13","M19","M20","MKM","OTP","PLST","PM19","PRM","SCD","SNC","ZNC"],"rarities":["common","uncommon"]},"murderous redcap":{"name":"Murderous Redcap","mana_cost":{"type":"Cost","shards":["BlackRed","BlackRed"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Assassin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, it deals damage equal to its power to any target.\nPersist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Persist"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals damage equal to its power to any target.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["M1M1",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":"Return it to the battlefield with a -1/-1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.79a: When ~ dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.","constraint":null,"condition":{"type":"Not","condition":{"type":"HadCounters","counter_type":"M1M1"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"a498bc70-36e7-4454-bc44-906893df38b8","metadata":{"source_printing_ids":["3f7ad50f-19e9-4dcd-97c2-49ab308b6030","4a25628a-beca-4dab-8b2e-dcd70f830bab","5f7171f0-7d42-47c9-ab46-93c2bb42c914","acadf575-2076-4f0c-b66e-994898adf375"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["F09","MMA","PLST","PRM","SHM","UMA"],"rulings":[{"date":"2008-05-01","text":"Murderous Redcap’s power is checked at the time the ability resolves. If it’s left the battlefield by then, its last known information is used."},{"date":"2013-06-07","text":"If a creature with persist stops being a creature, persist will still work."},{"date":"2013-06-07","text":"If a creature with persist that has +1/+1 counters on it receives enough -1/-1 counters to cause it to be destroyed by lethal damage or put into its owner’s graveyard for having 0 or less toughness, persist won’t trigger and the card won’t return to the battlefield. That’s because persist checks the creature’s existence just before it leaves the battlefield, and it still has all those counters on it at that point."},{"date":"2013-06-07","text":"If a permanent has multiple instances of persist, they’ll each trigger separately, but the redundant instances will have no effect. If one instance returns the card to the battlefield, the next to resolve will do nothing."},{"date":"2013-06-07","text":"If a token with no -1/-1 counters on it has persist, the ability will trigger when the token is put into the graveyard. However, the token will cease to exist and can’t return to the battlefield."},{"date":"2013-06-07","text":"If multiple creatures with persist are put into the graveyard at the same time (due to combat damage or a spell that destroys all creatures, for example), the active player (the player whose turn it is) puts all of their persist triggers on the stack in any order, then each other player in turn order does the same. The last trigger put on the stack is the first one that resolves. That means that in a two-player game, the nonactive player’s persist creatures will return to the battlefield first, then the active player’s persist creatures do the same. The creatures return to the battlefield one at a time."},{"date":"2013-06-07","text":"The persist ability triggers when the permanent is put into a graveyard. Its last known information (that is, how the creature last existed on the battlefield) is used to determine whether it had a -1/-1 counter on it."},{"date":"2013-06-07","text":"When a permanent with persist returns to the battlefield, it’s a new object with no memory of or connection to its previous existence."}],"rarities":["uncommon"]},"murderous rider":{"name":"Murderous Rider","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nWhen this creature dies, put it on the bottom of its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, put it on the bottom of its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1080c5b5-6651-4c6a-93e6-099fbe389e26","metadata":{"source_printing_ids":["49c98e70-e8fe-4fea-b1d0-e7560780fda9","4fcad716-cb4e-497d-b25b-61598224f3c8","5325c4e3-3678-4c55-8692-ca0623363cf6","67ea8e53-aa22-42d1-bca4-64b0b0f0bbdb","80fffad3-2486-4350-8dff-54a215ebfc28","dd239710-62ef-43b5-aea2-e82bb385744d","e73d8a84-2c0d-423c-89c7-71de0af9e1ac"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["DRC","ELD","FIC","MOC","PELD","PLST","PRM","SLD"],"rulings":[{"date":"2019-10-04","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Giant Killer is a white creature card whose mana value is 1. It can't be the target of the triggered ability of Mystic Sanctuary."},{"date":"2019-10-04","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2019-10-04","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to cast it as a permanent later."},{"date":"2019-10-04","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to cast it as a permanent spell."},{"date":"2019-10-04","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to cast the copy as a permanent."},{"date":"2019-10-04","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2019-10-04","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2019-10-04","text":"If the target creature or planeswalker is an illegal target by the time Swift End tries to resolve, the spell won't resolve. You won't lose 2 life or exile Swift End. If the target is legal but not destroyed (most likely because it has indestructible), you do lose 2 life and exile Swift End."},{"date":"2019-10-04","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if Giant Killer is exiled with the last ability of Vivien, Champion of the Wilds, you can't cast it as Chop Down."},{"date":"2019-10-04","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2019-10-04","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you'll be able to cast it only during your main phase while the stack is empty."}],"rarities":["rare"]},"murdock's crusade":{"name":"Murdock's Crusade","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 4 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 4 or more.)\nChoose one. If this spell was cast using teamwork, choose both instead.\n• Street Justice — Exile target creature with toughness 4 or greater.\n• Legal Justice — Exile target enchantment with mana value 4 or greater.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":4}],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[{"type":"Cmc","comparator":"GE","value":{"type":"Fixed","value":4}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"36330947-5ef9-4bff-b541-bfbddd9715a3","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Street Justice — Exile target creature with toughness 4 or greater.","Legal Justice — Exile target enchantment with mana value 4 or greater."],"allow_repeat_modes":false,"constraints":[{"type":"ConditionalMaxChoices","condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"max_choices":2,"otherwise_max_choices":1}],"chooser":{"type":"Controller"}},"additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":4},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["98df64ca-39c3-47e6-8143-4106c8e9cf59"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"murk dwellers":{"name":"Murk Dwellers","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks and isn't blocked, it gets +2/+0 until end of combat.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AttackerUnblocked","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfCombat","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks and isn't blocked, it gets +2/+0 until end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"00358a89-2058-448b-a2fd-389f639ba2da","metadata":{"source_printing_ids":["4717d6e4-2185-40ba-a8d0-33857785c931","740564ec-c473-45bc-ba94-288786bf28b9","7731dc37-2eac-4e60-bb0f-6230205a5323","85136d10-f5ed-44a5-9275-82fa7cb51337","a213450f-02f4-4c08-8da8-891ebfa8e237"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","DRK","ITP","REN","RQS"],"rulings":[{"date":"2013-04-15","text":"An ability that triggers when something “attacks and isn’t blocked” triggers in the declare blockers step after blockers are declared if (1) that creature is attacking and (2) no creatures are declared to block it. It will trigger even if that creature was put onto the battlefield attacking rather than having been declared as an attacker in the declare attackers step."}],"rarities":["common"]},"murktide regent":{"name":"Murktide Regent","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Delve (Each card you exile from your graveyard while casting this spell pays for {1}.)\nFlying\nThis creature enters with a +1/+1 counter on it for each instant and sorcery card exiled with it.\nWhenever an instant or sorcery card leaves your graveyard, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Delve","Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"zone_change_clauses":[{"origin":{"type":"Equals","data":"Graveyard"},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]}]}}],"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an instant or sorcery card leaves your graveyard, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"And","filters":[{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},{"type":"ExiledBySource"}]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a +1/+1 counter on it for each instant and sorcery card exiled with it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7f993ac7-c2cd-413c-a106-2c051a77ebf6","metadata":{"source_printing_ids":["20c4aae1-7665-4df7-bd51-a1d95bf8a17d","a8747d77-0f4c-4db9-9f11-639c961d14d5","ad586c86-6d5b-49ac-8908-098eddae26e6","ad631a35-61f6-4b22-80aa-49ec480f2b63"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH2","PLST","PMH2","SLD","SLP"],"rulings":[{"date":"2021-06-18","text":"Because delve isn't an alternative cost, it can be used in conjunction with alternative costs, such as flashback. It can also be used to pay for additional costs that include generic mana."},{"date":"2021-06-18","text":"Delve doesn't change a spell's mana cost or mana value. For example, Murktide Regent's mana value is 7 even if you exiled three cards to cast it."},{"date":"2021-06-18","text":"You can exile cards to pay only for generic mana, and you can't exile more cards than the generic mana requirement of a spell with delve. For example, you can't exile more than five cards from your graveyard to cast Murktide Regent unless an effect has increased its cost."}],"rarities":["mythic"]},"muscle sliver":{"name":"Muscle Sliver","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"All Sliver creatures get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Sliver creatures get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"06e0459f-d691-4470-884a-27c09b6612d2","metadata":{"source_printing_ids":["510a8590-48f5-40ee-a0c8-77238055a937","602a1e1f-4195-48c0-8290-562e7e0db6d8","e96fa876-5474-4374-bc51-fa5df9278042","f36faada-4f9c-43f9-b3e4-55714737a5c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["F03","H09","PLST","PRM","SLD","TMP","TPR"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn't provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it's no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."},{"date":"2021-03-19","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to a Sliver may become lethal if Muscle Sliver leaves the battlefield during that turn."},{"date":"2021-03-19","text":"Muscle Sliver's ability does give itself +1/+1."}],"rarities":["common","rare"]},"mutable explorer":{"name":"Mutable Explorer","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Changeling (This card is every creature type.)\nWhen this creature enters, create a tapped Mutavault token. (It's a land with \"{T}: Add {C}\" and \"{1}: This token becomes a 2/2 creature with all creature types until end of turn. It's still a land.\")","non_ability_text":null,"flavor_name":null,"keywords":["Changeling"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Mutavault","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Land"],"colors":[],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a tapped Mutavault token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"34b93a66-de1e-4133-a479-e0d90ba94a3a","metadata":{"related_token_ids":["b113739a-cf0d-5242-8ca4-1e621d5e8496"],"source_printing_ids":["8d10a060-5abd-4982-996c-a8fc420e44ba","8f35d95a-caea-4d5e-b98e-55da1ba7c92d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Mutable Explorer's last ability creates a token that's a copy of the card Mutavault in the Oracle card reference. Official text for Mutavault can be found using the Gatherer card database at Gatherer.Wizards.com."}],"rarities":["rare"]},"muxus, goblin grandee":{"name":"Muxus, Goblin Grandee","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Noble"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Muxus enters, reveal the top six cards of your library. Put all Goblin creature cards with mana value 5 or less from among them onto the battlefield and the rest on the bottom of your library in a random order.\nWhenever Muxus attacks, it gets +1/+1 until end of turn for each other Goblin you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":6},"destination":"Battlefield","keep_count":4294967295,"up_to":false,"filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"Goblin"}],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":5}}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, reveal the top six cards of your library. Put all Goblin creature cards with mana value 5 or less from among them onto the battlefield and the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Goblin"}],"controller":"You","properties":[{"type":"Another"}]}}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Goblin"}],"controller":"You","properties":[{"type":"Another"}]}}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it gets +1/+1 until end of turn for each other Goblin you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"07c82cde-f00d-4454-9df4-9286e344c9bb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2c716d10-2130-43b7-a939-349d437e1091","b96b0b4d-ad94-4f1d-b72a-44559c51c76a","d2f8035b-c776-4213-a5e2-e6c7c3f5961f","de974053-a1b2-4ee6-96be-3b5e9f9b290a","ea8f92fb-9ecc-4a41-aabc-7261acb4e8fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","JMP","PLST","SLD"],"rulings":[{"date":"2020-06-23","text":"If a card in a player's library has {X} in its mana cost, X is considered to be 0."},{"date":"2020-06-23","text":"The bonus Muxus gets is determined only as its last ability resolves. Once that happens, the bonus won't change later in the turn even if the number of Goblins you control changes."}],"rarities":["rare"]},"muzzle":{"name":"Muzzle","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nPrevent all damage that would be dealt by enchanted creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"Prevent all damage that would be dealt by enchanted creature.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"bdf497b5-166f-46a7-8e18-ae0b8f97768c","metadata":{"source_printing_ids":["8b3048ec-bcbf-4a69-b56f-83bbe82b68e5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ"],"rarities":["common"]},"mycoloth":{"name":"Mycoloth","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fungus"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Devour 2 (As this creature enters, you may sacrifice any number of creatures. It enters with twice that many +1/+1 counters on it.)\nAt the beginning of your upkeep, create a 1/1 green Saproling creature token for each +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Devour":2}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Saproling","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Saproling"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, create a 1/1 green Saproling creature token for each +1/+1 counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"UpTo","max":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"CR 702.82a: Devour 2 — sacrifice any number of creatures; this permanent enters with 2 +1/+1 counters per creature sacrificed.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.82a + CR 614.1c: Devour 2 — as this creature enters, you may sacrifice any number of creatures; it enters with 2 +1/+1 counters for each creature sacrificed this way.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d7fd16ce-282d-49cd-b2b4-0d25935e7a72","metadata":{"related_token_ids":["0628f530-1f4d-5171-b7d0-da2a155273e6","993318ee-4e8f-58a6-b55f-894b9310a3d9","b97a960d-5d34-5fd0-a94c-af7bb41c3edb","ba1d8604-e466-5949-a156-abf0d3bbb33e","c0edfb5e-e4bc-52df-aa04-92671cb93cd2","dc6b409b-79e0-5103-9e78-2bf1c9a3deac"],"source_printing_ids":["014c07d2-b698-4459-b8b8-47f3aa1acce3","15360a16-b785-4ffe-bfa8-6c7f6a37455d","28b878b9-d6d2-4316-866e-0d6573ee80e1","6cc3ba22-3f1c-41fe-800b-cdf7af44e74b","75d495f2-2eb4-43b1-becc-1570ec57eb6a","798748d5-cb17-4f9a-85d4-1bc518222bb8","924976cf-9b46-4cbf-ab27-07ca72a21608","a45d83bb-5422-4a72-bbc0-2529ecfa0b4a","c3f7faed-de6b-404f-b54f-e60d5b55485b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ALA","C15","C16","CMA","PC2","PCA","PLST","SLD","SOC"],"rulings":[{"date":"2008-10-01","text":"If multiple creatures with devour are entering under your control at the same time, you may use each one's devour ability. A creature you already control can be devoured by only one of them, however. (In other words, you can't sacrifice the same creature to satisfy multiple devour abilities.) All creatures devoured this way are sacrificed at the same time."},{"date":"2008-10-01","text":"The number of Saproling tokens created by the triggered ability is based on the number of +1/+1 counters on Mycoloth, not on the number of creatures Mycoloth devoured. It doesn't matter where the +1/+1 counters came from."},{"date":"2008-10-01","text":"You may choose not to sacrifice any creatures for the Devour ability."},{"date":"2008-10-01","text":"You may sacrifice only creatures that are already on the battlefield. If a creature with devour and another creature are entering under your control at the same time, the creature with devour can't devour that other creature. The creature with devour also can't devour itself."}],"rarities":["rare"]},"myr retriever":{"name":"Myr Retriever","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Myr"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature dies, return another target artifact card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, return another target artifact card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"d07d3be3-f69d-4484-8467-cffd43871788","metadata":{"source_printing_ids":["33940107-e210-4334-a409-48ab591af2ec","72ad8e04-f3be-4bc8-b62d-e92291317aab","7f0149d4-0731-474a-a1c3-28c25e486c14","b8972a7c-ff64-4158-8277-2bd90e8db48d","e39c880d-f9b1-4572-b676-c1dd2d981b7c","ee766f7b-4e9c-442d-bf53-31c204646449","fd7081d5-1f90-477f-a06e-f0a8679f4f7d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["2XM","C14","C16","CM2","MMA","MRD","PLST","TD2"],"rulings":[{"date":"2020-08-07","text":"If Myr Retriever dies at the same time as another artifact you own, its ability can target that other artifact card."}],"rarities":["common","uncommon"]},"myrkul, lord of bones":{"name":"Myrkul, Lord of Bones","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"As long as your life total is less than or equal to half your starting life total, Myrkul has indestructible.\nWhenever another nontoken creature you control dies, you may exile it. If you do, create a token that's a copy of that card, except it's an enchantment and loses all other card types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TrackedSet","id":0},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetCardTypes","core_types":["Enchantment"]}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature you control dies, you may exile it. If you do, create a token that's a copy of that card, except it's an enchantment and loses all other card types.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"StartingLifeTotal"}},"divisor":2,"rounding":"Down"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your life total is less than or equal to half your starting life total, ~ has indestructible."}],"replacements":[],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"11329dd8-b10b-4659-b747-fbdbecf16308","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["20210bc2-0b4a-55fc-bfd3-fc4abe806d4b"],"source_printing_ids":["82824d05-5215-459a-aa73-3c5a6be3d464","bd790307-9926-4b7c-a90d-ca844adbe0ba","c9f2783f-9512-4cfe-9e95-ab943afd4e53"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"If Myrkul, Lord of Bones is dealt lethal damage at the same time that its controller's life total is reduced to less than or equal to half their starting life total, Myrkul will have indestructible at the time state-based actions are performed and survive."},{"date":"2022-06-10","text":"The last ability creates a copy of the card as it last existed in the graveyard, not of the creature as it last existed on the battlefield."}],"rarities":["rare"]},"myrsmith":{"name":"Myrsmith","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast an artifact spell, you may pay {1}. If you do, create a 1/1 colorless Myr artifact creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Myr","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Myr"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an artifact spell, you may pay {1}. If you do, create a 1/1 colorless Myr artifact creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7fc3798a-3907-4f50-98a1-25b8e1977197","metadata":{"related_token_ids":["37c45f60-9cdb-5706-8070-48d24b7ece38","67cc6617-ca35-559c-87b4-0ccd0295c336","9cb97a78-9585-5641-96fd-d3e83ef9174b","ad927c4e-b2bb-5385-8ce6-d7316cc51623","d300dc0e-fe5c-534c-ac74-aaa150bdd12b"],"source_printing_ids":["13429b63-085c-4c78-9ce3-247db5841b9d","218a4867-e04f-498a-b384-9d7c6d44fb4f","783c15b7-6a7f-471e-b9f7-8c38115e66c0","78ea3e84-2d78-489f-875a-48e58c956451","ff45f775-9d77-4a55-917e-2de57ce2cf31"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["2XM","CMM","MM2","NEC","SOM"],"rulings":[{"date":"2020-08-07","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2020-08-07","text":"While resolving Myrsmith's ability, you can't pay more than {1} to get more than one Myr."}],"rarities":["common","uncommon"]},"mystic forge":{"name":"Mystic Forge","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nYou may cast artifact spells and colorless spells from the top of your library.\n{T}, Pay 1 life: Exile the top card of your library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"PayLife","amount":{"type":"Fixed","value":1}}]},"sub_ability":null,"duration":null,"description":"{T}, Pay 1 life: Exile the top card of your library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"ColorCount","comparator":"EQ","count":0}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast artifact spells and colorless spells from the top of your library."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"994bc16d-fdc6-475c-96df-beeb4d5aa03e","metadata":{"source_printing_ids":["109a6275-331e-4696-85ea-6f7a0a0f865e","375e6985-e212-4bd0-b06c-0ca7dc1f68e6","74fd1f7f-4946-4f28-a759-3f73c0473536","7aac1711-05e3-402a-a7a2-d8eade84ed32","7bf210d8-1a57-40a2-9426-5f7be0cad719","89f596ee-b551-411f-a460-bfffa89e358e","924a24e7-91b8-4ceb-a136-7a765d98c994","a26614a2-b6ce-4161-89ee-d9596a97a146","a9a842eb-3583-4ce7-afab-e81adafd66eb","bbbfadff-43a1-4c46-9426-d3417715baae","bc0de77a-c503-4000-9eb5-aa28a5e91082","cf56bef3-7f0e-47b4-96f5-325722f7708a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"restricted"},"printings":["40K","BRR","CMM","M20","M3C","PIP","PM20"],"rulings":[{"date":"2019-07-12","text":"Because you never \"cast\" a land card, Mystic Forge doesn't allow you to play an artifact land from the top of your library."},{"date":"2019-07-12","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast the top card of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2019-07-12","text":"If the top card of your library has a morph ability, you can cast it face down from the top of your library, even if it's normally not a colorless card."},{"date":"2019-07-12","text":"Mystic Forge lets you look at the top card of your library whenever you want (with one restriction—see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2019-07-12","text":"You must follow the normal timing permissions and restrictions of the spells you cast from your library."},{"date":"2019-07-12","text":"You still pay all costs for a spell you cast from your library, including additional costs. You may also pay alternative costs."}],"rarities":["rare","mythic"]},"mystic remora":{"name":"Mystic Remora","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nWhenever an opponent casts a noncreature spell, you may draw a card unless that player pays {4}.","non_ability_text":null,"flavor_name":null,"keywords":[{"CumulativeUpkeep":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a noncreature spell, you may draw a card unless that player pays {4}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"payer":{"type":"TriggeringPlayer"}},"batched":false},{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8a52f3c0-2552-4425-b2e3-5496eb2232a7","metadata":{"source_printing_ids":["13a08c07-e8b8-43bf-99e6-d268c79a62bf","3588abed-15e5-459b-998a-0a94f0ab215b","40140991-cffa-4b52-9a25-37e9a8aa9ddd","58e93dff-b774-4765-b7bd-d3957e42ff4a","9f87c041-c516-4911-ad28-1fb961c0d3dc","bf76c6a4-d6e8-4d50-b65f-020252f7b659","fce23be6-787a-43bb-8bfd-c6672fad9105","ff393aab-0b02-496c-97df-0ffa0f8b1ec9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"banned","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["DMR","ICE","ME1","SLD","TLE"],"rulings":[{"date":"2025-10-02","text":"Cumulative upkeep is a triggered ability that imposes an increasing cost on a permanent. \"Cumulative upkeep [cost]\" means \"At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent. Then you may pay [cost] for each age counter on it. If you don't, sacrifice it.\""},{"date":"2025-10-02","text":"Paying cumulative upkeep is always optional. If it's not paid, the permanent with cumulative upkeep is sacrificed. Partial payments of the total cumulative upkeep cost can't be made. For example, if Mystic Remora has three age counters on it when its cumulative upkeep ability triggers, it gets another age counter and then its controller chooses to either pay {4} or sacrifice it."}],"rarities":["common","uncommon","rare","mythic"]},"nadier's nightblade":{"name":"Nadier's Nightblade","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a token you control leaves the battlefield, each opponent loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a token you control leaves the battlefield, each opponent loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"391978f6-0bbc-41e8-9246-f7d0e21c7900","metadata":{"source_printing_ids":["11fbba08-0d93-4750-9dd6-d6a2779c6cf3","1cd606c3-795a-49d8-8b75-6a3aacb4a72f","56b0a988-5aee-4f4c-8efe-4c2a392702b1","b533e358-3b30-4719-a2a3-13fb9ea817c6","bc9926d7-91b7-4067-b590-a0430bf68d16"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","CMM","CMR","MH3"],"rarities":["common","uncommon"]},"nahiri, the lithomancer":{"name":"Nahiri, the Lithomancer","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Nahiri"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"[+2]: Create a 1/1 white Kor Soldier creature token. You may attach an Equipment you control to it.\n[−2]: You may put an Equipment card from your hand or graveyard onto the battlefield.\n[−10]: Create a colorless Equipment artifact token named Stoneforged Blade. It has indestructible, \"Equipped creature gets +5/+5 and has double strike,\" and equip {0}.\nNahiri, the Lithomancer can be your commander.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Kor Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Kor","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":2},"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[]},"target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+2]: Create a 1/1 white Kor Soldier creature token. You may attach an Equipment you control to it.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Loyalty","amount":-2},"sub_ability":null,"duration":null,"description":"[−2]: You may put an Equipment card from your hand or graveyard onto the battlefield.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},{"kind":"Activated","effect":{"type":"Token","name":"Stoneforged Blade","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Equipment"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantStaticAbility","definition":{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":5},{"type":"AddToughness","value":5},{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +5/+5 and has double strike"}},{"type":"AddKeyword","keyword":"Indestructible"},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"sub_ability":null,"duration":null,"description":"equip {0}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have indestructible, \"Equipped creature gets +5/+5 and has double strike,\" and equip {0}"}]},"cost":{"type":"Loyalty","amount":-10},"sub_ability":null,"duration":null,"description":"[−10]: Create a colorless Equipment artifact token named Stoneforged Blade. It has indestructible, \"Equipped creature gets +5/+5 and has double strike,\" and equip {0}.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a554aa2c-d947-4fc6-929d-d5891f467615","brawl_commander":true,"is_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["45302479-5f48-53e1-aa27-c60ddfebc93a","589d2a21-03bf-5371-b80d-c9b5cfe91c01","a0cf69b8-6092-5687-85fa-a4402bd43e6d","c98c00e2-87e0-5fa8-b255-b0064597c5d6"],"source_printing_ids":["12b60107-441d-4390-b433-adb6ce1e616d","97313f57-0354-405b-a454-dbf9e5cea0b2","9a226eae-1c77-45a9-9115-f846b76681a3","b074e60a-6f9b-4679-9617-261e2e15e1e8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","CMM","OC14","PLST","PZ1"],"rarities":["rare","mythic"]},"najeela, the blade-blossom":{"name":"Najeela, the Blade-Blossom","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a Warrior attacks, you may have its controller create a 1/1 white Warrior creature token that's tapped and attacking.\n{W}{U}{B}{R}{G}: Untap all attacking creatures. They gain trample, lifelink, and haste until end of turn. After this phase, there is an additional combat phase. Activate only during combat.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Lifelink"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample, lifelink, and haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{W}{U}{B}{R}{G}: Untap all attacking creatures. They gain trample, lifelink, and haste until end of turn. After this phase, there is an additional combat phase. Activate only during combat.","target_prompt":null,"activation_restrictions":[{"type":"DuringCombat"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Warrior","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Warrior"],"colors":["White"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"TriggeringSource"},"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Warrior attacks, you may have its controller create a 1/1 white Warrior creature token that's tapped and attacking.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"09619943-6aec-4080-ace5-a0c6ebb23f1c","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["792e05f4-14b4-5f1f-b788-5a7b60d63d5d","af73896d-f81a-55bd-808d-e4821ddf559a"],"source_printing_ids":["08eb1bef-b00d-490b-a631-2849e0d1fd8e","2cb1d1da-6077-46b5-8c63-39882b8016f2","385bd474-fb4b-4c19-b583-ac2fa2e18475","5aa5bec9-904f-42fb-9511-4706d6e6767e","a84d0c3c-7382-46f9-a826-44100ac7cb41","be898edb-35dd-4896-96d9-323aca64a2ce","cc30e027-8cb8-4b06-a24a-6ad49d6a2cf3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BBD","CMR","FCA","MAR","OMB","PRM","SLD"],"rulings":[{"date":"2020-11-10","text":"Although the tokens created by Najeela's first ability are attacking, they were never declared as attacking creatures (for the purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2020-11-10","text":"The controller of each Warrior token created by Najeela chooses which player or planeswalker it's attacking. The tokens don't have to be attacking the same player or planeswalker as the creature that caused the ability to trigger. They can even be attacking players or planeswalkers that weren't being attacked."},{"date":"2020-11-10","text":"There is no main phase before the additional combat phase. This means that, for example, you can't activate an equip ability between combats."},{"date":"2020-11-10","text":"Untapping an attacking creature doesn't remove it from combat."}],"rarities":["mythic"]},"naktamun":{"name":"Naktamun","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Amonkhet"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature card in your graveyard has embalm. Its embalm cost is equal to its mana cost. (Exile a creature card from your graveyard and pay its embalm cost: Create a token that's a copy of it, except it's a white Zombie in addition to its other types with no mana cost. Embalm only as a sorcery.)\nWhenever chaos ensues, you may discard a card. If you do, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, you may discard a card. If you do, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Embalm":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"Each creature card in your graveyard has embalm. Its embalm cost is equal to its mana cost."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"a2048704-0d22-435d-b819-269291f2981e","metadata":{"source_printing_ids":["7ff092bb-e284-4397-a584-6a046145424b"]},"legalities":{},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"If a spell or ability resolves during your main phase, causing a creature card to be put into your graveyard, you’ll have priority immediately afterward. You can activate the creature card’s embalm ability before any player can exile it, if it’s legal for you to do so."},{"date":"2023-04-14","text":"Once you’ve activated an embalm ability, the card is immediately exiled. Opponents can’t try to stop the ability by exiling the card or quickly getting the heck off of Naktamun."}],"rarities":["common"]},"namor the sub-mariner":{"name":"Namor the Sub-Mariner","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Merfolk","Villain"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nNamor's power is equal to the number of Merfolk you control.\nWhenever you cast a noncreature spell with one or more blue mana symbols in its mana cost, create that many 1/1 blue Merfolk creature tokens.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Merfolk","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Merfolk"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"ManaSymbolsInManaCost","scope":{"type":"EventSource"},"color":"Blue"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"And","filters":[{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"ManaSymbolCount","color":"Blue","comparator":"GE","value":1}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a noncreature spell with one or more blue mana symbols in its mana cost, create that many 1/1 blue Merfolk creature tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Merfolk"}],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the number of Merfolk you control."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"dff11626-ad4d-443a-b7db-f508790b5fd2","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f8754afa-7613-5a6e-8a1b-ac263dbf4f04"],"source_printing_ids":["47016620-48c7-42b2-9bef-8e2f8fc0786e","7aaefcf9-fbe1-4767-92a5-09825761d116","804e43a0-faf6-4cd7-b5e8-34c767f8fa1c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"narset's reversal":{"name":"Narset's Reversal","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Copy target instant or sorcery spell, then return it to its owner's hand. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Copy target instant or sorcery spell, then return it to its owner's hand. You may choose new targets for the copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d55f6c70-321f-4fb4-bd33-0850ae1a7c36","metadata":{"source_printing_ids":["0355887d-eec7-4b1c-ada1-014ac7fce5c6","3e59024a-3d24-43ba-9016-5b5c42a9fee0","4ede8d68-6870-445c-b140-da98adbc246a","63754036-d51e-47bb-925b-564d9dc922ff"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MAR","PLST","PWAR","SLC","TDC","WAR"],"rulings":[{"date":"2019-05-03","text":"If a copy of a spell is returned to its owner’s hand, it’s moved there, then it will cease to exist as a state-based action."},{"date":"2019-05-03","text":"If a spell is returned to its owner’s hand, it’s removed from the stack and thus will not resolve. The spell isn’t countered; it just no longer exists. This works against a spell that can’t be countered."},{"date":"2019-05-03","text":"If the spell has damage divided as it was cast, the division can’t be changed (although the targets receiving that damage still can). The same is true of spells that distribute counters."},{"date":"2019-05-03","text":"If the spell that’s copied has an X whose value was determined as it was cast (like Finale of Promise does), the copy will have the same value of X."},{"date":"2019-05-03","text":"If the spell that’s copied is modal (that is, it says “Choose one —” or the like), the copy will have the same mode. A different mode can’t be chosen."},{"date":"2019-05-03","text":"If you copy a spell, you control the copy. Narset’s Reversal and the copy resolve before the original spell would have resolved."},{"date":"2019-05-03","text":"Narset’s Reversal can copy any instant or sorcery spell, not just one with targets."},{"date":"2019-05-03","text":"The controller of a copy can’t choose to pay any alternative or additional costs for the copy. However, effects based on any alternative or additional costs that were paid for the original spell are copied as though those same costs were paid for the copy."},{"date":"2019-05-03","text":"The copy is created on the stack, so it’s not “cast.” Abilities that trigger when a player casts a spell won’t trigger."},{"date":"2019-05-03","text":"The copy will have the same targets as the spell it’s copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can’t choose a new legal target, then it remains unchanged (even if the current target is illegal)."}],"rarities":["rare","mythic"]},"narset, jeskai waymaster":{"name":"Narset, Jeskai Waymaster","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, you may discard your hand. If you do, draw cards equal to the number of spells you've cast this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, you may discard your hand. If you do, draw cards equal to the number of spells you've cast this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"1a2a74b8-0689-4959-9348-02cc832194cf","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["40a1c532-e0f6-456a-a6d9-5f7bf1a6b47c","6b77cbc1-dbc8-44d9-aa29-15cbb19afecd","9f104106-2922-404e-a959-5d6d071aad74","cccfb58a-4844-466c-81ea-5fb73863bccf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"You may choose to discard your hand even if your hand contains zero cards."}],"rarities":["rare","mythic"]},"necrodominance":{"name":"Necrodominance","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Skip your draw step.\nAt the beginning of your end step, you may pay any amount of life. If you do, draw that many cards.\nYour maximum hand size is five.\nIf a card or token would be put into your graveyard from anywhere, exile it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, you may pay any amount of life. If you do, draw that many cards.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":{"SkipStep":{"step":"Draw"}},"affected":{"type":"Controller"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Skip your draw step."},{"mode":{"MaximumHandSize":{"modification":{"SetTo":5}}},"affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your maximum hand size is five."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a card or token would be put into your graveyard from anywhere, exile it instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a10b3e35-8cc4-450e-9e30-0fce8df0fea4","metadata":{"source_printing_ids":["f810a2d7-efbe-4ea1-83d1-d594a8eaf88b","ffc0109c-f939-4424-820e-d6e60cacd794"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"If a Necrodominance you control is destroyed by a spell you own, Necrodominance will be exiled and then the spell will be put into your graveyard."},{"date":"2024-06-07","text":"If a player has more cards in their hand than their maximum hand size during the cleanup step of that player's turn, that player discards until they have that many cards. A player's maximum hand size isn't checked at any time other than their own cleanup step."},{"date":"2024-06-07","text":"If multiple effects modify your hand size, apply them in timestamp order. For example, if you put Necrodominance onto the battlefield and then put Spellbook (an artifact that says you have no maximum hand size) onto the battlefield, you would have no maximum hand size. However, if those permanents entered the battlefield in the opposite order, your maximum hand size would be five."},{"date":"2024-06-07","text":"If you discard a card while you control Necrodominance, abilities that function when a card is discarded (such as madness) still work, even though that card never reaches your graveyard. In addition, spells or abilities that check the characteristics of a discarded card (such as connive) can find that card in exile."},{"date":"2024-06-07","text":"While Necrodominance is on the battlefield under your control, abilities that trigger whenever a permanent you own is put into your graveyard from the battlefield (for example, \"When this creature dies…\") won't trigger because cards and tokens are never put into your graveyard."}],"rarities":["mythic"]},"necroduality":{"name":"Necroduality","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a nontoken Zombie you control enters, create a token that's a copy of that creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken Zombie you control enters, create a token that's a copy of that creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d36acdfe-2b1b-4c19-8b81-0b3127e480fe","metadata":{"related_token_ids":["2a0c52f6-dc87-5d78-bccc-2682d94072e7","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["400ca655-68ed-4714-96e9-55df00a325b3","6385509a-6814-4039-83fb-1fa5a7439696","9b674053-1f0f-436d-b106-f91f41cf3959","aa88f80f-7411-4f66-bb45-90fb7bd54667","cc78906c-a62f-45dc-8786-e139767be36d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","INR","PRM","PVOW","VOW"],"rulings":[{"date":"2025-01-24","text":"Any “enters” abilities of the copied permanent will trigger when the token enters. Any “as [this permanent] enters” or “[this permanent] enters with” abilities of the copied permanent will also work."},{"date":"2025-01-24","text":"If the copied permanent is copying something else, then the token enters as whatever that permanent copied."},{"date":"2025-01-24","text":"The token copies exactly what was printed on the original permanent and nothing else (unless that permanent is copying something else; see below). It doesn’t copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on."}],"rarities":["mythic"]},"necromantic summons":{"name":"Necromantic Summons","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put target creature card from a graveyard onto the battlefield under your control.\nSpell mastery — If there are two or more instant and/or sorcery cards in your graveyard, that creature enters with two additional +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Put target creature card from a graveyard onto the battlefield under your control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Spell mastery — If there are two or more instant and/or sorcery cards in your graveyard, that creature enters with two additional +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2f921740-de98-4276-8196-47a38a1e4591","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Put target creature card from a graveyard onto the battlefield under your control.\nSpell mastery — If there are two or more instant and/or","line_index":0}],"metadata":{"source_printing_ids":["3afe7891-09d5-470e-aa41-71d89249875b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["ORI"],"rulings":[{"date":"2015-06-22","text":"Check to see if there are two or more instant and/or sorcery cards in your graveyard as the spell resolves to determine whether the spell mastery ability applies. The spell itself won’t count because it’s still on the stack as you make this check."}],"rarities":["uncommon"]},"necropotence":{"name":"Necropotence","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Skip your draw step.\nWhenever you discard a card, exile that card from your graveyard.\nPay 1 life: Exile the top card of your library face down. Put that card into your hand at the beginning of your next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":{"type":"PayLife","amount":{"type":"Fixed","value":1}},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"End","player":0},"effect":{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Exile","destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Pay 1 life: Exile the top card of your library face down. Put that card into your hand at the beginning of your next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you discard a card, exile that card from your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"SkipStep":{"step":"Draw"}},"affected":{"type":"Controller"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Skip your draw step."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"94a844d2-0574-45a7-b347-e0e329767c42","metadata":{"source_printing_ids":["115659cd-eb77-4951-aebf-ca36063da699","222cfbec-8839-43fa-95a0-2ea91b59515c","2765545b-5e2d-4d4c-b126-93415774a2e9","30a6fda0-aafa-4996-854d-3347e08dae96","54d7a0c1-efb4-4a8d-ad92-a96d43835052","57ffb8ad-d8b4-4764-bbb0-ca4106080a90","5a63228e-9e95-4234-a8a4-8d8b5139d48c","6e99142d-0948-49f4-9a55-a2f24ae5443b","c89c6895-b0f8-444a-9c89-c6b4fd027b3e","ff727bfb-8cd8-43dd-afdf-eb74a4631eac"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"banned","oathbreaker":"legal","premodern":"banned","timeless":"restricted","vintage":"restricted"},"printings":["5ED","DKM","EMA","ICE","IMA","ME2","OLEP","PTC","SLC","V09","VMA","WOT"],"rulings":[{"date":"2017-11-17","text":"If a discarded card isn't put into your graveyard (due to an effect such as that of Obstinate Baloth) or leaves your graveyard (perhaps because another effect returned it to your hand), it won't be exiled."},{"date":"2017-11-17","text":"If you discard a card with madness and wish to cast it, Necropotence's ability won't exile that card. If you don't wish to cast it, you choose whether it ends up exiled or in your graveyard."},{"date":"2017-11-17","text":"Necropotence's last ability creates a delayed triggered ability that will put the exiled card into your hand. That ability still triggers even if Necropotence is removed from the battlefield before your end step."},{"date":"2023-09-01","text":"You can't look at the cards exiled by the last ability while they're face down."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"nefarious imp":{"name":"Nefarious Imp","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Imp"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever one or more permanents you control leave the battlefield, scry 1. (Look at the top card of your library. You may put that card on the bottom.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more permanents you control leave the battlefield, scry 1.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c412191f-46d7-4520-a76c-1f70a2e92ab6","metadata":{"source_printing_ids":["0dc61b93-b87a-47f4-b5b5-eedb1db48288"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG"],"rarities":["common"]},"nefarious lich":{"name":"Nefarious Lich","mana_cost":{"type":"Cost","shards":["Black","Black","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If damage would be dealt to you, exile that many cards from your graveyard instead. If you can't, you lose the game.\nIf you would gain life, draw that many cards instead.\nWhen this enchantment leaves the battlefield, you lose the game.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"ZoneChangedThisWay","filter":{"type":"Any"}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, you lose the game.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"GainLife","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would gain life, draw that many cards instead.","condition":null}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d79e8ec4-b44b-4598-991c-7781dab55868","legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rulings":[{"date":"2004-10-04","text":"If you were going to gain life and you also have a replacement that can turn card drawing into life gain on the battlefield, you can gain life by using the Lich to turn the original life gain into card drawing, and then using the other replacement to turn a card draw into life gain. Nefarious Lich will not replace the life gain with a card draw again because it has already acted on this event."},{"date":"2004-10-04","text":"This card will not prevent you from losing the game due to zero or less life."}],"metadata":{"source_printing_ids":["d90f5a4e-8c3a-4803-bb59-d3d7c23761db"]},"rarities":["rare"]},"negate":{"name":"Negate","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target noncreature spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target noncreature spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3407fe41-fdd3-4119-8f70-4bc4590a379f","metadata":{"source_printing_ids":["026c499d-3d5b-4f65-a824-f78f146b82ef","1dc492d5-ec52-4ab3-813e-acb40b0b6d5a","31534f45-43e6-4103-bf58-ad8fa688e4b0","33b83158-78b4-425e-8379-be3ef038295c","35308c10-f8e9-4c35-a680-a3dfe16ac63a","3877d196-332c-4266-aac8-a35754d74297","3d5e6fdf-022a-480d-96fc-bfadbf7ee5f6","4016c6f7-7cb4-46c2-af73-3bd6d682ea5e","52d58fe4-6070-4022-9cd7-c35a11b44525","5a501252-e722-4ebf-bcf7-f53a42745fa7","5bfe3a17-3349-4fcc-a9b5-418faa55cc43","60380ed0-fed1-4d68-9763-56a9ff8ac5e6","6276afe2-1bd9-456e-82d5-389909ae5ab0","64a2ba6d-ada1-4f06-b135-37606b6588fc","7f21cd05-2fdb-4c37-90a4-220a3eda23ef","81752db1-374e-4723-b695-a2f4a634dfc6","8da17a86-3666-46b8-932e-daafd6a0cd69","ae89bd67-3c72-449f-be72-d04bb7cca916","b12d13b4-a210-4d8d-bd04-42a00f68ae7b","cb142515-0856-441d-84d4-9c9d450a86e9","cfc1c914-fa52-4492-8dee-0c35bebc3766","d0165d1f-6d9f-40e1-aaff-d587e4112220","e848b632-e08a-4341-a99c-d8207f9ffe48","e92c7477-d453-4fa4-acf4-3835ab9eb55a","fbd28be5-c493-433a-a19f-cace2214b83e","ff3b0dba-0207-4249-bdab-e807c76ce39e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","BBD","CN2","DMU","DPA","DTK","FDN","M10","M11","M12","M13","M14","M15","M20","MOM","MOR","OGW","ORI","P09","PLST","PM20","PRM","PS11","RIX","SCD","SS1","STA","TMT","ZNR"],"rulings":[{"date":"2024-11-08","text":"A \"creature spell\" is any spell with the creature type, even if it has other types such as artifact or enchantment."},{"date":"2026-01-27","text":"A \"creature spell\" is any spell with the creature type, even if it has other types such as artifact or enchantment."}],"rarities":["common","uncommon","rare"]},"nested shambler":{"name":"Nested Shambler","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature dies, create X tapped 1/1 green Squirrel creature tokens, where X is this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Squirrel","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Squirrel"],"colors":["Green"],"keywords":[],"tapped":true,"count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create X tapped 1/1 green Squirrel creature tokens, where X is ~'s power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"bfa882ee-de18-4ef8-8957-3e04ed6e3c1e","metadata":{"related_token_ids":["20cf468e-53c0-55c9-81f0-7ed254feac63","76ce65a3-028f-555a-8294-afe5c9e769e2","da457623-e6de-51b0-a22f-e279640934a9"],"source_printing_ids":["202011d5-755e-497b-b4a7-f2b6e6a0b464","9851f290-f502-49f8-9b48-67f7966d4e34","d9a0ff44-e7c6-4347-a222-0598e2b4ecf7","eb8595c6-5237-4ed1-98e4-8615bb0eb8e1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","J21","MH2"],"rulings":[{"date":"2021-06-18","text":"X is Nested Shambler's power the last time it was on the battlefield, not its power in the graveyard. If its power was 0 or less when it died, you won't create any tokens."}],"rarities":["common"]},"nev, the practical dean":{"name":"Nev, the Practical Dean","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Merfolk","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Creatures you control with counters on them have trample.\nWhenever you cast your first spell with {X} in its mana cost each turn, put X +1/+1 counters on Nev.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your first spell with {X} in its mana cost each turn, put X +1/+1 counters on ~.","constraint":{"type":"NthSpellThisTurn","n":1,"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]}},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"Any"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with counters on them have trample."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"42750e30-d022-4623-a290-d91fa80721c9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["93341675-0ab1-43da-b0ce-c994d8d8bbb4","94cf1461-5e4f-4980-8ef9-293421af621f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"If you cast your first spell with {X} in its mana cost during a turn before Nev is on the battlefield, casting another spell with {X} in its mana cost later in the turn won't cause his last ability to trigger."}],"rarities":["rare"]},"new perspectives":{"name":"New Perspectives","mana_cost":{"type":"Cost","shards":["Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, draw three cards.\nAs long as you have seven or more cards in hand, you may pay {0} rather than pay cycling costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw three cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"AlternativeKeywordCost":{"keyword":"Cycling","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}}}},"affected":null,"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"As long as you have seven or more cards in hand, you may pay {0} rather than pay cycling costs."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e1b8a89a-b308-4fc5-ada7-61de6e21b7f9","metadata":{"source_printing_ids":["286be1fb-8ed2-4228-9df8-0ea413714778","8ceb56f3-759c-4130-86ed-00eb75208a35","c56b5290-997d-44de-ac83-4bc9a9911858"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","C20","PAKH"],"rulings":[{"date":"2017-04-18","text":"Certain older cards have variants of cycling, such as basic landcycling or Wizardcycling. New Perspectives gives these abilities an alternate activation cost as well."},{"date":"2017-04-18","text":"If you choose to pay New Perspectives’s alternate activation cost, you still discard the card with cycling to activate the ability."},{"date":"2017-04-18","text":"The card you wish to cycle counts when determining whether you have seven or more cards in hand."}],"rarities":["rare"]},"new way forward":{"name":"New Way Forward","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"The next time a source of your choice would deal damage to you this turn, prevent that damage. When damage is prevented this way, New Way Forward deals that much damage to that source's controller and you draw that many cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Controller"},"scope":"AllDamage","damage_source_filter":{"type":"ChosenDamageSource"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"429368e6-3de1-4a44-a062-86cbbb73e243","legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"If another effect (or effects) modifies how much damage the chosen source would deal to you this turn, you choose the order in which any such effects, including the effect of New Way Forward, apply."},{"date":"2025-04-04","text":"New Way Forward doesn’t target any permanent or player. You choose a source as New Way Forward resolves."}],"metadata":{"source_printing_ids":["6ebc8ee7-3a1c-49f7-aa67-ff68c377e38c","d9d48f9e-79f0-478c-9db0-ff7ac4a8f401"]},"rarities":["rare"]},"nexus of fate":{"name":"Nexus of Fate","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Take an extra turn after this one.\nIf Nexus of Fate would be put into a graveyard from anywhere, reveal Nexus of Fate and shuffle it into its owner's library instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ExtraTurn","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Take an extra turn after this one.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Reveal","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Owner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If ~ would be put into a graveyard from anywhere, reveal ~ and shuffle it into its owner's library instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"6c1d22d4-f28e-4041-a9b6-1575e8929b61","metadata":{"source_printing_ids":["506dab4a-9b63-4f9f-897f-7bb06fea871f","7369f643-3f80-4d76-816c-0193a03cd6e6","87648fda-7359-4554-aec8-bc98f5ba4f1c","f0aacf61-be23-400e-8e3c-5584b44df449","f163cfbf-6df6-4af5-9fe4-23b0d511586a"]},"legalities":{"brawl":"banned","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"banned","timeless":"legal","vintage":"legal"},"printings":["M19","PLST","SLD","SLP","SPG"],"rulings":[{"date":"2018-07-13","text":"Nexus of Fate’s last ability applies if it would be put into a graveyard in any way, including while it’s resolving."}],"rarities":["mythic"],"bracket_signals":{"game_changer":false,"mass_land_denial":false,"extra_turn":true,"efficient_tutor":false}},"neyali, suns' vanguard":{"name":"Neyali, Suns' Vanguard","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Rebel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Attacking tokens you control have double strike.\nWhenever one or more tokens you control attack a player, exile the top card of your library. During any turn you attacked with a token, you may play that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":false,"mode":"Play"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"AttackedThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Token"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more tokens you control attack a player, exile the top card of your library. During any turn you attacked with a token, you may play that card.","constraint":null,"condition":null,"batched":true,"attack_target_filter":"Player"}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Attacking"},{"type":"Token"}]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking tokens you control have double strike."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"4012b400-7dcd-43d6-8806-39a3cb743d8f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2b5df03d-2463-468b-b444-d946eeb1c96d","36db5cb3-b301-4601-9adc-193f682e2c45","95bfd968-5671-46ec-8f06-4becd441aa7c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ONC"],"rulings":[{"date":"2023-02-04","text":"Casting an exiled card causes it to leave exile. You can't cast it multiple times."},{"date":"2023-02-04","text":"Neyali's effect doesn't change when you can cast the exiled card. For example, if you exile a sorcery card, you can cast it only during your main phase when the stack is empty."},{"date":"2023-02-04","text":"The card Neyali exiles is exiled face up."},{"date":"2023-02-04","text":"The effect allowing you to cast the exiled card if you attacked with a token continues to apply even if Neyali leaves the battlefield or another player gains control of it. It also continues to apply during later turns—as long as you attacked with a token during those later turns."},{"date":"2023-02-04","text":"The second ability of Neyali, Suns' Vanguard triggers for each player you are attacking with one or more tokens. It does not trigger if you are attacking a planeswalker a player controls, but not that player."},{"date":"2023-02-04","text":"You can cast the exiled card if the token that attacked is still in combat, if it's left combat, if it's left the battlefield, or even if combat is over."}],"rarities":["mythic"]},"nicanzil, current conductor":{"name":"Nicanzil, Current Conductor","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Merfolk","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control explores a land card, you may put a land card from your hand onto the battlefield tapped.\nWhenever a creature you control explores a nonland card, put a +1/+1 counter on Nicanzil.","non_ability_text":null,"flavor_name":null,"keywords":["Explore"],"abilities":[],"triggers":[{"mode":{"Unknown":"Whenever a creature you control explores a land card"},"execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control explores a land card, you may put a land card from your hand onto the battlefield tapped.","constraint":null,"condition":null,"batched":false},{"mode":{"Unknown":"Whenever a creature you control explores a nonland card"},"execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control explores a nonland card, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"4cb86fb6-3e06-4c67-aee0-d5952178f664","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5e6f4aba-3500-4fb7-ab78-02f63c03778a","6059b64c-3064-46de-af47-6dc6542dca23"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If a creature leaves the battlefield before an effect instructs it to explore, it still explores. Abilities like Nicanzil's that trigger whenever a creature you control explores will still trigger."},{"date":"2023-11-10","text":"If a resolving spell or ability instructs a specific creature to explore but that creature has left the battlefield, the creature still explores. If you reveal a nonland card this way, you won't put a +1/+1 counter on anything, but you may put the revealed card into your graveyard. Effects that trigger \"whenever a creature explores\" trigger as appropriate."},{"date":"2023-11-10","text":"If an ability instructs a creature to explore, its controller reveals the top card of their library. If it's a land card, they'll put it into their hand. Otherwise, they'll put a +1/+1 counter on that creature, then choose to either leave that card on top of their library or put it into their graveyard."},{"date":"2023-11-10","text":"If no card is revealed, most likely because that player's library is empty, the exploring creature receives a +1/+1 counter."},{"date":"2023-11-10","text":"In some unusual cases, noncreature permanents may explore. For example, if the creature card returned by Defossilize is somehow not a creature once it's on the battlefield, it can still explore. You'll take all the same actions, and you may end up putting a +1/+1 counter on the permanent. (Note that some effects target a creature, and those effects would still require a legal target to have it explore.)"},{"date":"2023-11-10","text":"Nicanzil's first ability won't resolve until after you're done exploring. You may put any land card from your hand onto the battlefield, including the land card you explored (if it's still in your hand) or one that was already in your hand."},{"date":"2023-11-10","text":"Nicanzil, Current Conductor's triggered abilities care about the characteristics of the card as it was revealed while a creature explored. It doesn't matter what happened to the card after that."},{"date":"2023-11-10","text":"Once an ability that causes a creature to explore begins to resolve, no player may take any other actions until it's done. Notably, opponents can't try to remove the exploring creature after you reveal a nonland card but before it receives a counter."},{"date":"2023-11-10","text":"Some spells or abilities might cause a creature to explore multiple times in a row. If you reveal a nonland card when a creature explores and leave it on top of your library, then the creature explores again immediately afterwards, you'll reveal the same card again."}],"rarities":["uncommon"]},"night dealings":{"name":"Night Dealings","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a source you control deals damage to another player, put that many theft counters on this enchantment.\n{2}{B}{B}, Remove X theft counters from this enchantment: Search your library for a nonland card with mana value X, reveal it, put it into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":2}},{"type":"RemoveCounter","count":4294967295,"counter_type":{"type":"OfType","data":"theft"},"target":null,"selection":"SingleObject"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}{B}{B}, Remove X theft counters from ~: Search your library for a nonland card with mana value X, reveal it, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"theft","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a source you control deals damage to another player, put that many theft counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9d52641e-b9ad-4781-a374-1d2868eb32a8","metadata":{"source_printing_ids":["58d012ee-9523-469f-8ddb-f4b664093c13"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CHK"],"rarities":["rare"]},"night market lookout":{"name":"Night Market Lookout","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes tapped, each opponent loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes tapped, each opponent loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5f5c5f59-1cc0-4a72-863c-c26db411f114","metadata":{"source_printing_ids":["087a8e22-f1de-4210-b93b-fc83487cfde7","4edb03b7-e5a2-4ba1-b0ec-bfbfeaa94efd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR"],"rulings":[{"date":"2016-09-20","text":"For the ability to trigger, Night Market Lookout has to actually change from untapped to tapped. If an effect attempts to tap it, but it was already tapped at the time, this ability won't trigger."},{"date":"2016-09-20","text":"In a Two-Headed Giant game, Night Market Lookout's ability causes the opposing team to lose a total of 2 life."},{"date":"2016-09-20","text":"This is a triggered ability, not an activated ability. It doesn't allow you to tap Night Market Lookout whenever you want; rather, you need some other way of tapping it, such as by attacking."}],"rarities":["common"]},"night out in vegas":{"name":"Night Out in Vegas","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, choose one that hasn't been chosen —\n• Buffet — Create three Food tokens.\n• See a Show — Create two 2/2 white Performer creature tokens.\n• Play Games — Search your library for a card, put that card into your hand, discard a card at random, then shuffle.\n• Go to Sleep — You lose 15 life. Sacrifice Night Out in Vegas.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":4,"mode_descriptions":["Buffet — Create three Food tokens.","See a Show — Create two 2/2 white Performer creature tokens.","Play Games — Search your library for a card, put that card into your hand, discard a card at random, then shuffle.","Go to Sleep — You lose 15 life. Sacrifice ~."],"allow_repeat_modes":false,"constraints":[{"type":"NoRepeatThisGame"}],"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Performer","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Performer"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"random":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":15},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2dd61a72-6478-471d-bb74-33adda530176","metadata":{"source_printing_ids":["d02898b4-228e-470b-9859-1d645767acd3"]},"legalities":{},"printings":["UNK"],"rarities":["rare"]},"nightfall predator":{"name":"Nightfall Predator","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Werewolf"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{R}, {T}: This creature fights target creature. (Each deals damage equal to its power to the other.)\nAt the beginning of each upkeep, if a player cast two or more spells last turn, transform this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"subject":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{R}, {T}: ~ fights target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each upkeep, if a player cast two or more spells last turn, transform ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastLastTurn"}},"comparator":"GE","rhs":{"type":"Fixed","value":2}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green"],"color_identity":["Green","Red"],"scryfall_oracle_id":"280624aa-5f9a-48fd-85ea-815c96c747b3","metadata":{"source_printing_ids":["25b54a1d-e201-453b-9173-b04e06ee6fb7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["ISD"],"rarities":["rare"]},"nightmare":{"name":"Nightmare","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Nightmare","Horse"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Flying (This creature can't be blocked except by creatures with flying or reach.)\nNightmare's power and toughness are each equal to the number of Swamps you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Swamp"}],"controller":"You","properties":[]}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Swamp"}],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the number of Swamps you control."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"375932e6-1b3e-48dc-8154-9b664c3add34","metadata":{"source_printing_ids":["192bb40a-3ecd-41eb-acee-819f3138875a","3a3df8ed-ff36-478e-a4f4-bee041b77d15","3c2a1e82-4922-4075-a869-3a1b607498c3","51d23999-ac32-4145-9151-547087ac0b6b","5d0001a4-18f9-460c-b26f-476ce55e6294","60304328-7a02-4f4c-a884-fc6ce7816060","659c0edb-3afa-4f87-8a94-9fe10578ea1a","6b8d53fd-2d3b-4050-b5c5-1b75f525ca2c","747d4c99-0287-4138-af13-6244f33d2e57","88111e2b-84ff-48bf-9a64-b4e9022b6dae","8817ef5f-39f0-4358-bc98-f512f9cce8f0","92c79db0-731a-4aa5-b69f-f21e031815d4","932273e2-d501-45fc-802c-02b2c7b1bfd4","b7cf63e7-9143-4236-a887-afd3628d0c03","b8cdd6a7-f772-4ccb-914f-63f52ed54d6b","c04970ef-7aa5-42ca-9bed-5c89d55b7e4d","c3779fda-5de0-4d80-8af0-95956e87d9e1","c6659c13-1858-4a66-a11f-e37416855951","d423d4ee-5f79-4b8f-90dd-2661fe707875","db11b832-7584-4e4b-8d02-b03fe76dcbc3","dd088c4d-3e21-4979-b30f-4ec98a6c81df","eb535b69-4fc7-4b76-b85b-194755d6b355","f2838473-8e2a-48c9-bd6a-25c79c66d43b","f85ef8df-2577-4f0e-af83-bc49d930961d","fc78dced-27d2-441a-b63b-32356bc33747"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ANB","CED","CEI","FBB","LEA","LEB","M10","M14","M15","ORI","PLST","SUM","W16","W17"],"rulings":[{"date":"2008-04-01","text":"If you control 0 swamps, then the Nightmare has 0 toughness and will be put into its owner’s graveyard as a state-based action right before the next player gains priority."},{"date":"2009-10-01","text":"Nightmare’s power and toughness changes as the number of Swamps you control changes."},{"date":"2013-07-01","text":"Nightmare’s ability counts all lands you control with the subtype Swamp, not just ones named Swamp."},{"date":"2013-07-01","text":"The ability that defines Nightmare’s power and toughness works everywhere, not just on the battlefield."}],"rarities":["rare"]},"nightmare sower":{"name":"Nightmare Sower","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Assassin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nWhenever you cast a spell during an opponent's turn, put a -1/-1 counter on up to one target creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell during an opponent's turn, put a -1/-1 counter on up to one target creature.","constraint":{"type":"OnlyDuringOpponentsTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4121b7d9-5fbe-40e2-a2a6-d7633f423b5f","metadata":{"source_printing_ids":["35dfa0f9-faf3-4a85-b02d-0c5830783511"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["uncommon"]},"nim deathmantle":{"name":"Nim Deathmantle","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +2/+2, has intimidate, and is a black Zombie. (A creature with intimidate can't be blocked except by artifact creatures and/or creatures that share a color with it.)\nWhenever a nontoken creature is put into your graveyard from the battlefield, you may pay {4}. If you do, return that card to the battlefield and attach this Equipment to it.\nEquip {4}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"sub_ability":null,"duration":null,"description":"Equip {4}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":true,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever a nontoken creature is put into your graveyard from the battlefield, you may pay {4}. If you do, return that card to the battlefield and attach ~ to it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Intimidate"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +2/+2, has intimidate, and is a black Zombie."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"66d41377-626d-4ae6-ba86-17bf0c8b3362","metadata":{"source_printing_ids":["75f60690-7625-4c4a-8354-69a30f5fc1a3","787b1cc8-42b4-4d3e-9b8a-a252de297b1a","f638bd96-8424-461f-87bf-4b7a7153fd35"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","SOM"],"rulings":[{"date":"2011-01-01","text":"If multiple nontoken creatures are put into your graveyard from the battlefield at the same time, Nim Deathmantle's second ability triggers that many times. You put the triggered abilities on the stack in any order, so you'll determine in which order they resolve. If you pay {4} more than once, each card you paid {4} for will end up on the battlefield under your control, and Nim Deathmantle will end up attached to the last card that returned to the battlefield this way that it could equip."},{"date":"2011-01-01","text":"If the nontoken creature that caused Nim Deathmantle's second ability to trigger is somehow removed from your graveyard before that ability resolves, you may still pay {4} as it resolves. Even if you do, however, no card will be returned to the battlefield."},{"date":"2011-01-01","text":"Nim Deathmantle causes the equipped creature to be a black Zombie even if it didn't return that creature to the battlefield from the graveyard."},{"date":"2011-01-01","text":"Nim Deathmantle's color-changing and type-changing effects override the equipped creature's previous colors and creature types. After Nim Deathmantle becomes equipped to a creature, that creature will be a black Zombie, not any other colors or creature types."},{"date":"2011-01-01","text":"Nim Deathmantle's second ability may return a card it can't equip to the battlefield. For example, if a nontoken artifact that's become a creature is put into your graveyard from the battlefield, Nim Deathmantle's second ability triggers. If you pay {4} as it resolves, you'll return that card to the battlefield. However, Nim Deathmantle can't equip it, so Nim Deathmantle remains attached to whatever it was already equipping (or, if it was unattached, it remains so). The same is true if a nontoken creature with protection from artifacts is put into your graveyard from the battlefield, for example."},{"date":"2011-01-01","text":"Once Nim Deathmantle becomes unattached from a creature, its color-changing and type-changing effects stop affecting that creature. The creature will no longer be black and will no longer be a Zombie (unless its printed characteristics or some other effects still cause it to be black and/or a Zombie, of course). This is true even if Nim Deathmantle returned that creature to the battlefield from the graveyard."},{"date":"2011-01-01","text":"Once Nim Deathmantle returns a card from your graveyard to the battlefield, it will remain on the battlefield indefinitely, even if Nim Deathmantle becomes unattached from it."},{"date":"2011-01-01","text":"You choose whether to pay {4} as Nim Deathmantle's second ability resolves. Although players may respond to this ability, once it begins to resolve and you decide whether to pay, it's too late for players to respond."}],"rarities":["rare"]},"nimbus naiad":{"name":"Nimbus Naiad","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Nymph"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Bestow {4}{U} (If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached.)\nFlying\nEnchanted creature gets +2/+2 and has flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":4}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+2 and has flying."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1b3b14b9-088d-48df-8d21-54ee68989ac0","metadata":{"source_printing_ids":["19e9c9a2-4c5b-4518-a127-e4ffb23437d6","e579516f-9007-40a8-ab7e-a70641eada90"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PIO","THS"],"rulings":[{"date":"2013-09-15","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2013-09-15","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2013-09-15","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2013-09-15","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2013-09-15","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."}],"rarities":["common"]},"ninja":{"name":"Ninja","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ninja"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"You may activate this card's augment ability any time you could cast an instant.\nWhenever this creature deals combat damage to a player,\nAugment {2}{B} ({2}{B}, Reveal this card from your hand: Combine it with target host. Augment only as—oh, never mind.)","non_ability_text":null,"flavor_name":null,"keywords":["Augment"],"abilities":[{"kind":"Activated","effect":{"type":"CombineHost","source":"Source","host":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasSupertype","value":"Host"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}},{"type":"Reveal","count":1,"filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":"Augment {2}{B}","target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Augment"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player,","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"2a857df5-c3d8-4d95-bb2f-087d8aa6f478","metadata":{"source_printing_ids":["ff0c50dc-2bd6-47e3-9ca5-49e38898e774"]},"legalities":{},"printings":["UST"],"rulings":[{"date":"2018-01-19","text":"Augment can (and usually does) change the name, card types, subtypes, rules text, and power/toughness. The combined creature will have (at least) two artists and may now have multiple colors. Anything covered up in the augment process doesn't count, so ignore things to the left of the \"metal bar\" in the art of host creatures."},{"date":"2018-01-19","text":"Augment can't target creatures that aren't host creatures."},{"date":"2018-01-19","text":"Augment is an activated ability that you activate from your hand. To do so, reveal the card, choose a target host creature, and pay the augment cost. As this ability resolves, if the card with augment is still in your hand, put it onto the battlefield combined with the host creature."},{"date":"2018-01-19","text":"Creatures with augment don't have a mana cost and can't be cast."},{"date":"2018-01-19","text":"The creature card with augment isn't put onto the battlefield until the ability resolves. This means if the host is destroyed, the creature with augment stays in your hand. You can't choose a different host, but you can activate augment again if there's another host available."},{"date":"2018-01-19","text":"You can't activate augment unless there is a host creature on the battlefield. It doesn't need to be yours. Note though that if you augment another player's host creature, they control the combined creature."},{"date":"2018-01-19","text":"You can't put more than one augment card on a single host creature. Once a host creature is augmented, the host part gets covered up and it's no longer a host creature."}],"rarities":["uncommon"]},"ninja of the deep hours":{"name":"Ninja of the Deep Hours","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Ninja"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Ninjutsu {1}{U} ({1}{U}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)\nWhenever this creature deals combat damage to a player, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ninjutsu":{"type":"Cost","shards":["Blue"],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"RuntimeHandled","handler":"NinjutsuFamily"},"cost":{"type":"NinjutsuFamily","variant":"Ninjutsu","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1f3c2b00-0000-4ae1-9650-9553accac52e","metadata":{"source_printing_ids":["14fdc73b-5dca-429f-9e9c-7cad3edff803","2101b32f-2a7f-4cfa-80a4-fdae3756a7f1","26184ff2-3b8c-419a-9b28-95d6e4e996bb","367a67c7-54db-4336-b55a-3fa27625172a","522beeb1-3218-4bb9-95d2-1c25d4a53019","5fea7980-55e1-47c1-ab18-a89c976b55fc","6394b9e1-674e-4eda-ad0b-206cdbb5bf5e","b990c687-ae60-42b9-9dcd-3bbf7043f7ed","fb245a12-4cbd-4291-af67-f3677ca822dc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["BOK","C15","C18","J21","J25","PC2","PCA","PLST","PSAL","SLD","TSR"],"rulings":[{"date":"2021-03-19","text":"Although the Ninja is attacking, it was never declared as an attacking creature (for purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2021-03-19","text":"As you activate a ninjutsu ability, you reveal the Ninja card in your hand and return the attacking creature. The Ninja isn't put onto the battlefield until the ability resolves. If it leaves your hand before then, it won't enter the battlefield at all."},{"date":"2021-03-19","text":"If a creature in combat has first strike or double strike, you can activate the ninjutsu ability during the first-strike combat damage step. The Ninja will deal combat damage during the regular combat damage step in this case, even if it has first strike."},{"date":"2021-03-19","text":"The creature put onto the battlefield with ninjutsu enters the battlefield attacking the same player or planeswalker that the returned creature was attacking. This is a rule specific to ninjutsu."},{"date":"2021-03-19","text":"The ninjutsu ability can be activated during the declare blockers step, combat damage step, or end of combat step. If you wait until after the declare blockers step, because all combat damage is dealt at once, the Ninja won't normally deal combat damage."},{"date":"2021-03-19","text":"The ninjutsu ability can be activated only after blockers have been declared. Before then, attacking creatures are neither blocked nor unblocked."}],"rarities":["common","rare","special"]},"ninja teen":{"name":"Ninja Teen","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Class"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Gain the next level as a sorcery to add its ability.)\nWhenever a creature you control leaves the battlefield, each opponent loses 1 life.\n{1}{B}: Level 2\nCreatures you control get +1/+0 and have menace.\n{B}: Level 3\nCreature cards in your graveyard have sneak {3}{B}.\nYou may cast creature spells from your graveyard using their sneak abilities.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetClassLevel","level":2},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{B}: Level 2","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":1}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":3},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},"sub_ability":null,"duration":null,"description":"{B}: Level 3","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control leaves the battlefield, each opponent loses 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Menace"}],"condition":{"type":"ClassLevelGE","level":2},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/+0 and have menace."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Sneak":{"type":"Cost","shards":["Black"],"generic":3}}}],"condition":{"type":"ClassLevelGE","level":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature cards in your graveyard have sneak {3}{B}."},{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasKeywordKind","value":"Sneak"}]},"modifications":[],"condition":{"type":"ClassLevelGE","level":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast creature spells from your graveyard using their sneak abilities."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2c5044ff-a303-4276-8e23-7caac30a275b","metadata":{"source_printing_ids":["0825a28f-f60b-4f80-83e3-cad6f9b266ce"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"Although a creature put onto the battlefield this way is attacking, it was never declared as an attacking creature. Abilities that trigger whenever a creature attacks won't trigger when that creature enters attacking."},{"date":"2026-01-27","text":"An ability that advances a Class to a higher level is a normal activated ability. It uses the stack and can be responded to."},{"date":"2026-01-27","text":"Casting creature spells from your graveyard using their sneak abilities with the permission granted by Ninja Teen's first level 3 ability doesn't change when you can cast them. You'll only be able to cast them this way during the declare blockers step on your turn when you could play an instant, and you'll still have to pay the sneak cost, including returning an unblocked attacking creature you control to its owner's hand."},{"date":"2026-01-27","text":"Class cards have multiple text box sections. Other than the top section, each section contains a class level bar that includes a cost and a level number. Each represents an activated ability with the listed cost that advances the Class to the level listed in that bar."},{"date":"2026-01-27","text":"Each Class starts at level 1 and has the abilities in the top section of its text box. Once a Class advances to level 2 or level 3, it has all of the abilities listed in the associated section of its text box as well."},{"date":"2026-01-27","text":"Gaining a level won't remove abilities that a Class had at a previous level."},{"date":"2026-01-27","text":"If a creature card in your graveyard has multiple sneak abilities, you can cast it from your graveyard using any of those sneak abilities with the permission granted by Ninja Teen's second level 3 ability."},{"date":"2026-01-27","text":"If a creature spell's sneak cost was paid, the creature it becomes enters tapped and attacking the same player, planeswalker, or battle as the creature that was returned to its owner's hand to pay its sneak cost. This is a rule specific to sneak; in other cases, when a creature is put onto the battlefield attacking, that creature's controller chooses which player, planeswalker, or battle it's attacking."},{"date":"2026-01-27","text":"Spells can only be cast for their sneak costs any time you could play an instant during the declare blockers step on your turn (after your opponent has decided whether to block)."},{"date":"2026-01-27","text":"There's no restriction on how many Class permanents you can control, whether they're the same or different classes. Each Class permanent tracks its own level separately."},{"date":"2026-01-27","text":"You can't activate an ability that advances a Class to a particular level if that Class is already that level or higher. For example, if a Class is already level 2, you can't activate the ability that advances it to level 2 again."}],"rarities":["rare"]},"nissa, vital force":{"name":"Nissa, Vital Force","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Nissa"]},"power":null,"toughness":null,"loyalty":"5","defense":null,"oracle_text":"[+1]: Untap target land you control. Until your next turn, it becomes a 5/5 Elemental creature with haste. It's still a land.\n[−3]: Return target permanent card from your graveyard to your hand.\n[−6]: You get an emblem with \"Whenever a land you control enters, you may draw a card.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPower","value":5},{"type":"SetToughness","value":5},{"type":"AddKeyword","keyword":"Haste"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Elemental"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 5/5 Elemental creature with haste"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: Untap target land you control. Until your next turn, it becomes a 5/5 Elemental creature with haste. It's still a land.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":{"type":"Loyalty","amount":-3},"sub_ability":null,"duration":null,"description":"[−3]: Return target permanent card from your graveyard to your hand.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Command"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, you may draw a card","constraint":null,"condition":null,"batched":false}]},"cost":{"type":"Loyalty","amount":-6},"sub_ability":null,"duration":null,"description":"[−6]: You get an emblem with \"Whenever a land you control enters, you may draw a card.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"31d4d8ce-36ba-4297-8c7a-34a83ba25255","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["250d56bd-2f6d-40d9-8e9d-bc51dbdd2c3d","bbaaa98a-ec40-4ff1-8762-a719cf1c475d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR","PKLD","PRM","PS18"],"rulings":[{"date":"2016-09-20","text":"A permanent card is an artifact, creature, enchantment, land, or planeswalker card."},{"date":"2016-09-20","text":"After resolving Nissa's first ability, the target land still has any abilities it had before it became a creature and any other types it had."},{"date":"2016-09-20","text":"You can activate Nissa's first ability targeting a land that's already untapped."}],"rarities":["mythic"]},"nita, forum conciliator":{"name":"Nita, Forum Conciliator","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Advisor"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a spell you don't own, put a +1/+1 counter on each creature you control.\n{2}, Sacrifice another creature: Exile target instant or sorcery card from an opponent's graveyard. You may cast it this turn, and mana of any type can be spent to cast that spell. If that spell would be put into a graveyard, exile it instead. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Graveyard"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}, Sacrifice another creature: Exile target instant or sorcery card from an opponent's graveyard. You may cast it this turn, and mana of any type can be spent to cast that spell. If that spell would be put into a graveyard, exile it instead. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell you don't own, put a +1/+1 counter on each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"f589e5ee-399c-4613-b7a2-9ab2866cc830","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3e0c2dec-7649-495c-b2a7-2465c9e7fedb","fd80a87d-35d3-4ad1-8172-c85e93032d1d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"Nita's first ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2026-03-20","text":"You pay all costs and follow all timing rules for spells cast this way. For example, if the exiled card is a sorcery, you may cast it only during your main phase while the stack is empty."}],"rarities":["rare"]},"niv-mizzet, parun":{"name":"Niv-Mizzet, Parun","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue","Red","Red","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon","Wizard"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"This spell can't be countered.\nFlying\nWhenever you draw a card, Niv-Mizzet deals 1 damage to any target.\nWhenever a player casts an instant or sorcery spell, you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you draw a card, ~ deals 1 damage to any target.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts an instant or sorcery spell, you draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"This spell can't be countered."}],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"33666a98-812f-4892-9f8d-33e0cbecc340","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3035a97f-5104-4b56-84a4-5206e75607fc","44146784-d7f0-4add-8242-8783b97a4d7d","4825e7cb-53ae-4e4b-bb37-8d8eb414772c","6f3d2dc5-7b9d-4af6-9f3b-4de90fbf63c9","7be6bedd-8d38-4bd9-aa93-29f88a7f0126","86c5c337-d25f-4c3e-9762-09ed0c2d36d7","a56cc7a4-b91f-4a6e-9e7e-b9200565b47c","d71e0e3c-2d23-4c1a-a6b5-a6bd2e8267fa","de656adf-0e2a-43ab-b4b0-dde04178e7a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","GRN","OTC","PGRN","PLST","RVR","SLD"],"rulings":[{"date":"2018-10-05","text":"If a spell or ability causes you to put cards into your hand without specifically using the word \"draw,\" Niv-Mizzet's first triggered ability won't trigger."},{"date":"2018-10-05","text":"If an effect instructs you to draw multiple cards, Niv-Mizzet's first triggered ability triggers that many times. You choose targets for those abilities after you've drawn all of the cards."},{"date":"2018-10-05","text":"Niv-Mizzet's second triggered ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered. This causes its first triggered ability to trigger, and that also resolves before the spell."},{"date":"2018-10-05","text":"Players can cast spells and activate abilities after Niv-Mizzet's second triggered ability resolves but before the spell that caused it to trigger does. Notably, the card you draw may be able to counter that spell."}],"rarities":["rare"]},"niv-mizzet, the firemind":{"name":"Niv-Mizzet, the Firemind","mana_cost":{"type":"Cost","shards":["Blue","Blue","Red","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you draw a card, Niv-Mizzet deals 1 damage to any target.\n{T}: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you draw a card, ~ deals 1 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"959acb66-84ca-4535-bca2-ad591895735e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["029dd036-abda-4b5d-806d-8b39357edf1e","110bc297-06bd-42e2-8ea1-59f6a81e5c53","395465b8-f5ed-4668-9e6a-82257150c52c","4aecb119-b2da-456e-9ddd-49e8de02d21c","5994d98a-090b-4203-b44f-b6517b6a83ea","71d33e53-74e4-4d6e-9236-0b6c25101902","93fd56e6-5d54-426e-9e44-ec2ad8a63724","c6f686e4-8411-4236-8118-ced923d75cd1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["A25","C17","C20","DDJ","DRB","GK1","GPT","MM2","P30A","PCMP","PRM","RVR"],"rulings":[{"date":"2018-03-16","text":"If a spell or ability causes you to draw multiple cards, Niv-Mizzet's ability triggers that many times."},{"date":"2018-03-16","text":"If dealing 1 damage to a permanent or player causes you to draw a card, perhaps because Niv-Mizzet is enchanted by Curiosity, you'll continue this loop until the loop is interrupted, perhaps by a player losing the game."}],"rarities":["rare","mythic"]},"nix":{"name":"Nix","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell if no mana was spent to cast it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell if no mana was spent to cast it.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"AbilityTarget","metric":{"type":"Total"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fe1a9af0-1774-4d54-b59f-f42dc8afcbe9","metadata":{"source_printing_ids":["3dab4f64-2a91-409a-b83b-45b22afd22ff"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT"],"rulings":[{"date":"2007-05-01","text":"Nix can target any spell. The condition is checked only on resolution."},{"date":"2007-05-01","text":"Nix checks whether any player paid mana to cast the spell, not whether its current controller did. If Commandeer is cast on a spell, then Nix is cast on that spell, Nix won’t counter it unless the player who originally cast that spell spent no mana to cast it."},{"date":"2007-05-01","text":"Nix doesn’t check whether a spell’s mana cost is 0. Rather, it checks how much mana was actually spent to cast it. It can counter a spell with mana cost 0 (such as Slaughter Pact), a spell cast via an alternative nonmana cost (such as Allosaurus Rider) or alternative cost of {0} (such as Basking Rootwalla), a spell whose cost to cast it was reduced to 0 (such as Frogmite), a spell cast without paying its cost due to an effect (such as suspend or Mindleech Mass’s ability), or a copy of a spell, among other possibilities. It will not counter a spell that had an additional or alternative mana cost paid to cast it, regardless of that spell’s mana value (such as a face-down spell cast with morph, or an Ornithopter cast while Trinisphere is on the battlefield, for example)."}],"rarities":["rare"]},"no mercy":{"name":"No Mercy","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature deals damage to you, destroy it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TriggeringSource"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals damage to you, destroy it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"b9538d53-480b-481a-abbf-83ab17e1a45b","metadata":{"source_printing_ids":["4e2fc29c-0223-4b03-864f-eb9149abc921","63c5e1dd-2fe6-4734-8406-7bcdf17aa60c","7295eb82-8785-4a5f-ba64-0a0b5cb77d3f","8a37de6b-3a92-4a32-a940-e0f303e316c1","96af17e0-91fa-4b99-8313-9dabea8685ea","c2598da4-0764-440a-9e9d-0161e68667fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["DMR","MAR","MP2","P22","ULG"],"rulings":[{"date":"2022-12-08","text":"No Mercy’s ability triggers whenever any creature, including creatures you control, deals damage to you, not only combat damage."}],"rarities":["rare","mythic","special"]},"norin the wary":{"name":"Norin the Wary","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When a player casts a spell or a creature attacks, exile Norin. Return it to the battlefield under its owner's control at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When a player casts a spell, exile ~. Return it to the battlefield under its owner's control at the beginning of the next end step.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When a creature attacks, exile ~. Return it to the battlefield under its owner's control at the beginning of the next end step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"b8b51a29-a2be-4b97-a73c-ea512d3d5622","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3d89c9be-2489-47e4-8e53-f980c82442b4","45524a5f-253e-4fd7-a359-be6df50c0f53","f61ea59a-1db0-4e6b-bcde-19787c76a49b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLST","SLD","TSP"],"rulings":[{"date":"2006-09-25","text":"Norin the Wary will be exiled if it attacks."}],"rarities":["rare"]},"norman osborn":{"name":"Norman Osborn","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Scientist","Villain"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Norman Osborn can't be blocked.\nWhenever Norman Osborn deals combat damage to a player, he connives. (Draw a card, then discard a card. If you discarded a nonland card, put a +1/+1 counter on this creature.)\n{1}{U}{B}{R}: Transform Norman Osborn. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{U}{B}{R}: Transform ~. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Connive","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, he connives.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}],"replacements":[],"color_override":null,"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"aa5b06a4-90c3-45e7-ab83-cb5c96ded21d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["d5c53af9-7150-4e78-8771-2de7980aa307","da13a060-36ee-41e9-bab1-af8ddcc893b8","f35d0be0-19e3-417e-aabf-fbed1aefd73c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["OM1","PSPM","SPM"],"rarities":["mythic"]},"norn's annex":{"name":"Norn's Annex","mana_cost":{"type":"Cost","shards":["PhyrexianWhite","PhyrexianWhite"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({W/P} can be paid with either {W} or 2 life.)\nCreatures can't attack you or planeswalkers you control unless their controller pays {W/P} for each of those creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":["PhyrexianWhite"],"generic":0},"scaling":{"type":"PerAffectedCreature"},"defended":"PlayerOrPlaneswalker"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures can't attack you or planeswalkers you control unless their controller pays {W/P} for each of those creatures."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9a1fbe72-4a17-42be-8e23-d7d30a5e59c1","metadata":{"source_printing_ids":["70ed6db4-140c-4146-8467-f5eb05b2e73d","98ed8e2e-5519-4872-ba5a-7e2f91d8d619","a64073f2-99f5-4dc7-9403-e7cb94ce0e60","d25bbe18-709c-4ed3-a047-5578ecfaaba7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM","NPH","ONC","PLST","PW23"],"rulings":[{"date":"2011-06-01","text":"A card with Phyrexian mana symbols in its mana cost is each color that appears in that mana cost, regardless of how that cost may have been paid."},{"date":"2011-06-01","text":"As you cast a spell or activate an activated ability with one or more Phyrexian mana symbols in its cost, you choose how to pay for each Phyrexian mana symbol at the same time you would choose modes or choose a value for X."},{"date":"2011-06-01","text":"If a player attacks with more than one creature, that player chooses how to pay each cost individually. For example, if you attack with two creatures, you may pay {W} for one cost and 2 life for the other."},{"date":"2011-06-01","text":"If you control Norn's Annex, your opponents can choose not to attack with a creature with an ability that says it must attack."},{"date":"2011-06-01","text":"If you're at 1 life or less, you can't pay 2 life."},{"date":"2011-06-01","text":"Multiple Norn's Annexes controlled by the same player will each impose a cost to attack. Players choose how they pay each cost individually. For example, if a creature you control is attacking a player who controls two Norn's Annexes, you may pay {W} for one cost and 2 life for the other."},{"date":"2011-06-01","text":"Phyrexian mana is not a new color. Players can't produce Phyrexian mana."},{"date":"2011-06-01","text":"The controller of each creature attacking you or a planeswalker you control pays either {W} or 2 life as attackers are being declared."},{"date":"2011-06-01","text":"To calculate the mana value of a card with Phyrexian mana symbols in its cost, count each Phyrexian mana symbol as 1."}],"rarities":["rare"]},"not of this world":{"name":"Not of This World","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Kindred","Instant"],"subtypes":["Eldrazi"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell or ability that targets a permanent you control.\nThis spell costs {7} less to cast if it targets a spell or ability that targets a creature you control with power 7 or greater.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"Or","filters":[{"type":"StackSpell"},{"type":"StackAbility"}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell or ability that targets a permanent you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":7},"spell_filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Targets","filter":{"type":"And","filters":[{"type":"Or","filters":[{"type":"StackSpell"},{"type":"StackAbility"}]},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Targets","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":7}}]}}]}]}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {7} less to cast if it targets a spell or ability that targets a creature you control with power 7 or greater."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"5da5d8a3-009e-4d8a-977e-6ebc73ba2682","metadata":{"source_printing_ids":["569e2c39-7a49-4a3b-afe5-1862a7da8026","d18ce39e-211d-460b-a200-a26c17aeeb12","fc263d06-d967-42a9-b696-94cb0c8a40e2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM","PLST","ROE"],"rulings":[{"date":"2010-06-15","text":"If a spell or ability targets you, but not a permanent you control, you can't cast Not of This World targeting it."},{"date":"2010-06-15","text":"Not of This World doesn't check whether the targets of the spell or ability it's targeting are currently legal for that spell or ability, only who controls them and what their power is. For example, say a player casts Forked Bolt targeting you and a creature you control. If, in response, another spell or ability causes that creature to gain shroud, then you can still cast Not of This World targeting Forked Bolt."},{"date":"2010-06-15","text":"Not of This World's first ability checks the current state of the targets of the spell or ability it's targeting to determine whether one of them is a permanent you control. For example, say a player casts Forked Bolt targeting you and a creature you control. If, in response, another spell or ability causes that creature to no longer be under your control, then you can't cast Not of This World targeting Forked Bolt. Alternately, if you cast Not of This World targeting Forked Bolt and, in response, another spell or ability causes that creature to no longer be under your control, Not of This World won't resolve when it tries to resolve for having an illegal target."},{"date":"2010-06-15","text":"Not of This World's second ability checks the current state of the targets of the spell or ability it's targeting to determine whether one of them is a creature you control with power 7 or greater. This check is made as you cast Not of This World, before you activate mana abilities. It doesn't matter what the power of the creature was at the time the targeted spell or ability was cast."},{"date":"2010-06-15","text":"The spell or ability you target with Not of This World may have any number of targets, as long as one of them is a permanent you control."},{"date":"2024-06-07","text":"Kindred is a card type that allows noncreature cards to have creature types. For example, Echoes of Eternity is an Eldrazi (although not a creature) while on the battlefield and an Eldrazi card (although not a creature card) in zones other than the battlefield."},{"date":"2024-06-07","text":"This cards was originally printed with the \"tribal\" card type. That card type has been replaced with \"kindred\". This change does not affect the gameplay function of this card."},{"date":"2024-06-07","text":"While it appears only on cards that already have other card types, kindred is a card type and will be counted by effects that refer to the number of card types among cards in a zone."}],"rarities":["uncommon"]},"nourishing shoal":{"name":"Nourishing Shoal","mana_cost":{"type":"Cost","shards":["X","Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Arcane"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may exile a green card with mana value X from your hand rather than pay this spell's mana cost.\nYou gain X life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"cost":null,"sub_ability":null,"duration":null,"description":"You gain X life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2aa0e0e5-cb6d-4518-8eff-d29f935486e0","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"Green"},{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},{"type":"InZone","zone":"Hand"}]}}}],"metadata":{"source_printing_ids":["4a6af212-2a94-4ddf-acdc-d70fafa1c5ee","9472cd09-0b0a-49c9-ab10-ec5b73ddb74b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BOK","UMA"],"rulings":[{"date":"2018-12-07","text":"If a card in a player's hand has {X} in its mana cost, X is considered to be 0."},{"date":"2018-12-07","text":"If a spell has {X} in its mana cost, include the value chosen for that X when determining the mana value of that spell, even if it was cast for an alternative cost and no mana was spent on X."}],"rarities":["rare"]},"nowhere to run":{"name":"Nowhere to Run","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this enchantment enters, target creature an opponent controls gets -3/-3 until end of turn.\nCreatures your opponents control can be the targets of spells and abilities as though they didn't have hexproof. Ward abilities of those creatures don't trigger.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-3},"toughness":{"type":"Fixed","value":-3},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target creature an opponent controls gets -3/-3 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"IgnoreHexproof","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures your opponents control can be the targets of spells and abilities as though they didn't have hexproof. Ward abilities of those creatures don't trigger."},{"mode":{"SuppressTriggers":{"source_filter":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"events":["BecomesTargeted"]}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures your opponents control can be the targets of spells and abilities as though they didn't have hexproof. Ward abilities of those creatures don't trigger."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"da82ca96-a613-4d00-9e6b-1fece4fc23d0","metadata":{"source_printing_ids":["fee60e9d-9ee7-444a-88f3-c1929e1888fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PW26"],"rulings":[{"date":"2024-09-20","text":"If a spell or ability targeting a creature an opponent controls with a ward ability is on the stack, causing Nowhere to Run to leave the battlefield won't cause that ward ability to trigger."},{"date":"2024-09-20","text":"If a spell or ability you control targets a creature an opponent controls with hexproof and Nowhere to Run leaves the battlefield while that spell or ability is on the stack, that creature becomes an illegal target for that spell or ability. This includes Nowhere to Run's own triggered ability."},{"date":"2024-09-20","text":"Ward abilities of creatures your opponents control won't trigger as long as Nowhere to Run is on the battlefield. It doesn't matter whether or not they have hexproof."}],"rarities":["uncommon"]},"nyxbloom ancient":{"name":"Nyxbloom Ancient","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Trample\nIf you tap a permanent for mana, it produces three times as much of that mana instead.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"ProduceMana","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"description":"If you tap a permanent for mana, it produces three times as much of that mana instead.","condition":null,"mana_modification":{"type":"Multiply","factor":3},"mana_replacement_scope":{"type":"TappedForMana"}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b610f8f-c8dd-4eeb-bc6e-3bc706d5f63e","metadata":{"source_printing_ids":["5f2b2373-9052-4246-a644-1f5b723ea9f1","71c9929e-95bc-4d97-8579-d85c6f4e2dc8","a391da36-0b40-46ea-b771-50d2b920207e","c8a8e37b-0b97-4355-8e00-169a82c38ea0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","PRM","PTHB","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"If an ability triggers “whenever you tap” something for mana and produces mana, that triggered mana ability won’t be affected by Nyxbloom Ancient."},{"date":"2020-01-24","text":"Nyxbloom Ancient doesn’t produce any mana itself. Rather, it causes permanents you tap for mana to produce more mana. If the mana ability of that permanent puts any restrictions or riders on the mana it produces, that will apply to all the mana it produces this way."},{"date":"2020-01-24","text":"The effects of multiple Nyxbloom Ancients are cumulative. For example, if you have two Nyxbloom Ancients on the battlefield, you’ll get nine times the original amount and type of mana."},{"date":"2020-01-24","text":"You’re “tapping a permanent for mana” only if you’re activating a mana ability of that permanent that includes the {T} symbol in its cost. A mana ability produces mana as part of its effect."}],"rarities":["mythic"]},"nyxborn rollicker":{"name":"Nyxborn Rollicker","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Satyr"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Bestow {1}{R} (If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached.)\nEnchanted creature gets +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["Red"],"generic":1}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ebf2974a-963e-425a-8f8c-55f0a36984c3","metadata":{"source_printing_ids":["b2081bf0-09f5-4c95-b4cc-48a8784294d4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG"],"rulings":[{"date":"2013-09-15","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2013-09-15","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2013-09-15","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2013-09-15","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2013-09-15","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."}],"rarities":["common"]},"nyxborn triton":{"name":"Nyxborn Triton","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Merfolk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Bestow {4}{U} (If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached.)\nEnchanted creature gets +2/+3.","non_ability_text":null,"flavor_name":null,"keywords":[{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":4}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":3}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+3."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"cdd37bbf-09db-4c1f-9947-312de48a0f4c","metadata":{"source_printing_ids":["65371de6-13a2-401f-9334-ae9e19619487"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG"],"rulings":[{"date":"2013-09-15","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2013-09-15","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2013-09-15","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2013-09-15","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2013-09-15","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."}],"rarities":["common"]},"oakhame ranger":{"name":"Oakhame Ranger","mana_cost":{"type":"Cost","shards":["GreenWhite","GreenWhite","GreenWhite","GreenWhite"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Knight","Ranger"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{T}: Creatures you control get +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Creatures you control get +1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["White","Green"],"color_identity":["Green","White"],"scryfall_oracle_id":"9c247a17-361c-435e-90c8-ce9c6b71f7db","metadata":{"related_token_ids":["e9a6488c-20ca-5519-bf6e-7555fcf45db9"],"source_printing_ids":["8a665794-513f-4f78-92c9-1844ec27c79c","c389e04c-b009-4468-b760-5dd588cff9b9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["ELD","PRM"],"rulings":[{"date":"2019-10-04","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Giant Killer is a white creature card whose mana value is 1. It can't be the target of the triggered ability of Mystic Sanctuary."},{"date":"2019-10-04","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2019-10-04","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to cast it as a permanent later."},{"date":"2019-10-04","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to cast it as a permanent spell."},{"date":"2019-10-04","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to cast the copy as a permanent."},{"date":"2019-10-04","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2019-10-04","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2019-10-04","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if Giant Killer is exiled with the last ability of Vivien, Champion of the Wilds, you can't cast it as Chop Down."},{"date":"2019-10-04","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2019-10-04","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you'll be able to cast it only during your main phase while the stack is empty."}],"rarities":["uncommon"]},"ob nixilis, captive kingpin":{"name":"Ob Nixilis, Captive Kingpin","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, trample\nWhenever one or more opponents each lose exactly 1 life, put a +1/+1 counter on Ob Nixilis. Exile the top card of your library. Until your next end step, you may play that card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample"],"abilities":[],"triggers":[{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever one or more opponents each lose exactly 1 life, put a +1/+1 counter on ~. Exile the top card of your library. Until your next end step, you may play that card.","constraint":null,"condition":null,"batched":true,"life_amount":["EQ",1]}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"55b6434b-1542-40fd-b12a-697d40976582","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7f613db0-3303-4d54-a060-1bd8b37a208f","82c9077d-fdbf-4087-85a5-1d59c2ba7678","840a442f-a220-408f-b670-0c73e2ffa704","c8abcef7-31b0-4c17-9807-b26079fb6ed8","ddb68233-3683-41bd-9b6e-4f07a1b54244"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MAT"],"rulings":[{"date":"2023-05-12","text":"If you don't play the card, it will remain exiled."},{"date":"2023-05-12","text":"Ob Nixilis's last ability looks at all combat damage dealt to an opponent in total to determine whether it triggers. For example, if three 1/1 creatures deal combat damage to an opponent, that player loses 3 life. Ob Nixilis's ability won't trigger."},{"date":"2023-05-12","text":"Ob Nixilis's last ability will trigger if an opponent is dealt exactly 1 damage, pays exactly 1 life, or loses exactly 1 life some other way."},{"date":"2023-05-12","text":"Playing the card exiled with Ob Nixilis follows the normal rules for playing that card. You must pay its costs, and you must follow all applicable timing rules. For example, if the card is a creature card, you can cast that card by paying its mana cost only during your main phase while the stack is empty."},{"date":"2023-05-12","text":"Unless an effect allows you to play additional lands that turn, you can play a land card exiled with Ob Nixilis only if you haven't played a land yet that turn."},{"date":"2023-05-12","text":"You may play the card exiled with Ob Nixilis even if Ob Nixilis leaves the battlefield or you lose control of it."}],"rarities":["mythic"]},"ob nixilis, the fallen":{"name":"Ob Nixilis, the Fallen","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, you may have target player lose 3 life. If you do, put three +1/+1 counters on Ob Nixilis.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever a land you control enters, you may have target player lose 3 life. If you do, put three +1/+1 counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"154104b7-4125-4276-8bc7-9a6edfe48cb9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1515b0e0-ef8f-43c7-8097-ca7eba4fd44a","7824a001-3f0e-4ac5-8406-e58f4288f2f2","dc9d3ada-9d0d-489a-89b7-08f53f6601e1","e5769888-78e0-4d06-b6b6-b4602f7cd462"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["IMA","PLST","SLC","TDC","ZEN"],"rulings":[{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["mythic"]},"obeka, splitter of seconds":{"name":"Obeka, Splitter of Seconds","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Ogre","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever Obeka deals combat damage to a player, you get that many additional upkeep steps after this phase.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"Upkeep","after":"Upkeep","followed_by":[],"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you get that many additional upkeep steps after this phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"1d15a06f-5471-48f2-8c4a-9b0886bef5af","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["03415c42-086e-4a2e-9be8-5cdcde83f134","183b8c06-62ab-41e8-82c1-f23066d832ee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"Abilities that trigger \"at the beginning of [your] upkeep\" will trigger at the beginning of each additional upkeep step as well."},{"date":"2024-04-12","text":"After the beginning phases containing the additional upkeep steps, the game proceeds to the next phase as normal, which is likely to be your postcombat main phase (unless something has added even more phases; see below)."},{"date":"2024-04-12","text":"If multiple phases are added to the same point in your turn, the most recently created phase happens first. For example, say Obeka deals combat damage and its ability resolves during your combat damage step, giving you two additional beginning phases each containing an upkeep step after this combat phase. During end of combat, another effect gives you an additional combat phase after this combat phase. The additional combat will happen first, followed by the additional beginning phases containing the two upkeep steps."},{"date":"2024-04-12","text":"Since the upkeep step can only occur during the beginning phase, getting one or more additional upkeep steps outside of the beginning phase actually means you get an additional beginning phase for each of those upkeeps after this phase. In those beginning phases, the untap and draw steps will be skipped."},{"date":"2024-04-12","text":"The beginning phases containing the additional upkeep steps occur after the current combat phase ends. The last step of the combat phase is the end of combat step."}],"rarities":["rare"]},"obliterate":{"name":"Obliterate","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":6},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell can't be countered.\nDestroy all artifacts, creatures, and lands. They can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all artifacts, creatures, and lands. They can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"This spell can't be countered."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"47496941-8007-45a0-a981-76c683cbddc1","metadata":{"source_printing_ids":["1021bcbd-566c-4f31-b148-0517b96a63db","6d79f044-0434-4dc2-9d92-8975324f6c32","74c5f897-9ff9-4fdf-9820-45a61e5dce75","c85f9623-5900-473c-a3b1-f98473b9a545","cdabde40-2143-4677-b7b4-ea8fbf9b1f25","e2d96c48-7519-4f2b-ad93-4f62cf7e8ac8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","INV","PLST","V16","WC01"],"rulings":[{"date":"2004-10-04","text":"Counterspells can be cast that target it, but when they resolve they simply don’t counter it since it can’t be countered."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":false,"mass_land_denial":true,"extra_turn":false,"efficient_tutor":false}},"oblivion ring":{"name":"Oblivion Ring","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile another target nonland permanent.\nWhen this enchantment leaves the battlefield, return the exiled card to the battlefield under its owner's control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile another target nonland permanent.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, return the exiled card to the battlefield under its owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"bd9b9772-f5f9-4c6b-913e-7193bea5d0a7","metadata":{"source_printing_ids":["1c7fffe8-709c-4cb4-bbad-e4a0c35b616a","1e2a73ec-39be-4d23-8c25-17d7c174dcee","2c7142a8-38fa-4e9d-9085-a26fb217a433","33330c04-4e61-4993-ba26-d2316d1e845c","83e36474-441a-48e3-967d-14984c77ec20","895c270d-84d8-4c7f-9df3-5a595e113dd7","9efc5a2a-eb76-410d-98e6-1455108faa52","bff31eba-8ab3-403e-8d82-37a18b279bec"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ALA","ARC","CMD","DDG","DDI","F09","HOP","LRW","M12","M13","MM2","PLST","PRM","TD0"],"rulings":[{"date":"2007-10-01","text":"If Oblivion Ring leaves the battlefield before its first ability has resolved, its second ability will trigger and do nothing. Then its first ability will resolve and exile the targeted nonland permanent forever."},{"date":"2007-10-01","text":"If there are no nonland permanents on the battlefield other than an Oblivion Ring, and the card it exiled was another Oblivion Ring, casting a third Oblivion Ring will result in an involuntary infinite loop that will end the game in a draw (unless someone chooses to break it by putting another nonland permanent onto the battlefield or destroying one of the Oblivion Rings, for example)."},{"date":"2008-10-01","text":"If the exiled card is an Aura, that card’s owner chooses what it will enchant as it comes back onto the battlefield. An Aura put onto the battlefield this way doesn’t target anything, but the Aura’s enchant ability restricts what it can be attached to. If the Aura can’t legally be attached to anything, it remains exiled forever."},{"date":"2012-07-01","text":"Auras attached to the exiled permanent will be put into their owners’ graveyards. Equipment attached to the exiled permanent will become unattached and remain on the battlefield. Any counters on the exiled permanent will cease to exist."}],"rarities":["common","uncommon"]},"oblivion's hunger":{"name":"Oblivion's Hunger","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gains indestructible until end of turn. Draw a card if that creature has a +1/+1 counter on it. (Damage and effects that say \"destroy\" don't destroy the creature.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Target"},"counter_type":"P1P1"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gains indestructible until end of turn. Draw a card if that creature has a +1/+1 counter on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"517be4da-9aa0-4a83-a559-962df0450f2c","metadata":{"source_printing_ids":["faf65512-8228-48f4-ba7b-d861b66d28c9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ZNR"],"rulings":[{"date":"2020-09-25","text":"If the target creature is an illegal target by the time Oblivion's Hunger tries to resolve, the spell doesn't resolve. You don't draw a card if the target has or had a +1/+1 counter on it."}],"rarities":["common"]},"obsessive pursuit":{"name":"Obsessive Pursuit","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters and at the beginning of your upkeep, you lose 1 life and create a Clue token. (It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")\nWhenever you attack, put X +1/+1 counters on target attacking creature, where X is the number of permanents you've sacrificed this turn. If X is three or more, that creature gains lifelink until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Clue","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Clue"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you lose 1 life and create a Clue token.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Clue","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Clue"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you lose 1 life and create a Clue token.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"SacrificedThisTurn","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SacrificedThisTurn","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, put X +1/+1 counters on target attacking creature, where X is the number of permanents you've sacrificed this turn. If X is three or more, that creature gains lifelink until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7e7abb44-47b0-4d80-b8a1-36f0c1032aa3","metadata":{"related_token_ids":["471bf61f-ffd6-5db6-8c09-05eb327b65b8"],"source_printing_ids":["2ff0a75c-b679-436f-8150-faaec3ea1df6","e837e29c-d241-43c8-8f45-05056e082b60"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rarities":["rare"]},"obuun, mul daya ancestor":{"name":"Obuun, Mul Daya Ancestor","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Spirit"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, up to one target land you control becomes an X/X Elemental creature with trample and haste until end of turn, where X is Obuun's power. It's still a land.\nLandfall — Whenever a land you control enters, put a +1/+1 counter on target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Haste"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Elemental"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an X/X Elemental creature with trample and haste"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, up to one target land you control becomes an X/X Elemental creature with trample and haste until end of turn, where X is ~'s power. It's still a land.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, put a +1/+1 counter on target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"28fcf855-6372-4d6b-b3fd-76f85247f309","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3ae4c174-e57e-4f7b-afd4-48f25e444dda","8319b155-0fba-4d30-9481-bf01afbd3457"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PRM","ZNC"],"rulings":[{"date":"2020-09-25","text":"Effects that modify the power or toughness of the land creature without setting it will apply to its new base power and toughness no matter when they started to take effect. The same is true for counters that change its power and toughness."},{"date":"2020-09-25","text":"Obuun's first ability can target a land that's already a creature. This overwrites any previous effects that set the land creature's power and/or toughness to specific values. Other effects that set these characteristics to specific values that start to apply after the ability resolves will overwrite that part of the effect."},{"date":"2020-09-25","text":"Obuun's first ability doesn't remove any abilities the land creature has."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["mythic"]},"ocelot pride":{"name":"Ocelot Pride","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"First strike, lifelink\nAscend (If you control ten or more permanents, you get the city's blessing for the rest of the game.)\nAt the beginning of your end step, if you gained life this turn, create a 1/1 white Cat creature token. Then if you have the city's blessing, for each token you control that entered this turn, create a token that's a copy of it.","non_ability_text":null,"flavor_name":null,"keywords":["Ascend","FirstStrike","Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Cat","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Cat"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"None"},"owner":{"type":"Controller"},"source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"},{"type":"EnteredThisTurn"}]},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"HasCityBlessing"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you gained life this turn, create a 1/1 white Cat creature token. Then if you have the city's blessing, for each token you control that entered this turn, create a token that's a copy of it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b4ce2c8f-a19c-461e-8a2e-0ec2bd3ebca3","metadata":{"related_token_ids":["dbe4ac1a-dff9-5388-8576-e73064037539"],"source_printing_ids":["859d2ff4-8b8c-410b-8636-7e6a539fd291","89cf6f57-230f-497e-a14e-ad1e8737fd42","c86b8a75-9e31-4a44-95b8-c83b9a49646f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3","SCH"],"rulings":[{"date":"2024-06-07","text":"A permanent is any object on the battlefield, including tokens and lands. Spells and emblems aren't permanents."},{"date":"2024-06-07","text":"Any enters-the-battlefield abilities of tokens you create will trigger when they enter the battlefield. Any \"As [this permanent] enters the battlefield\" or \"[This permanent] enters the battlefield with\" abilities of the tokens will also work."},{"date":"2024-06-07","text":"Ascend on a permanent isn't a triggered ability and doesn't use the stack. Players can respond to a spell that will give you your tenth permanent, but they can't respond to you getting the city's blessing once you control that tenth permanent. This means that if your tenth permanent is a land you play, players can't respond before you get the city's blessing."},{"date":"2024-06-07","text":"Each of the token copies you create copies the original characteristics of the token it's copying as stated by the effect that created that token. The newly created token doesn't copy whether the original token is tapped or untapped, whether it has any counters on it, whether it has any Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on."},{"date":"2024-06-07","text":"If the creature token created by Ocelot Pride's last ability is your tenth permanent, you'll get the city's blessing before the ability would check to see if you have the city's blessing."},{"date":"2024-06-07","text":"If the original token is copying something else, the token copy you create will use the copiable values of the original token. In most cases, it will be a copy of whatever the original token is copying. If it's copying a permanent or card with {X} in its mana cost, X is 0."},{"date":"2024-06-07","text":"If you control ten permanents but don't control a permanent or resolving spell with ascend, you don't get the city's blessing. For example, if you control ten permanents, lose control of two, then cast Ocelot Pride, you won't have the city's blessing."},{"date":"2024-06-07","text":"If your tenth permanent enters the battlefield and then a permanent leaves the battlefield immediately afterwards (most likely due to the \"legend rule\" or due to being a creature with 0 toughness), you get the city's blessing before it leaves the battlefield."},{"date":"2024-06-07","text":"Ocelot Pride doesn't need to have been on the battlefield when you gained life. For example, if a creature with lifelink deals combat damage on your turn and you cast Ocelot Pride during your second main phase, its last ability will trigger at the beginning of your end step."},{"date":"2024-06-07","text":"Ocelot Pride's last ability doesn't target any of the tokens."},{"date":"2024-06-07","text":"Once you have the city's blessing, you have it for the rest of the game, even if you lose control of some or all your permanents. The city's blessing isn't a permanent itself and can't be removed by any effect."}],"rarities":["mythic"]},"ochran assassin":{"name":"Ochran Assassin","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Assassin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nAll creatures able to block this creature do so.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"MustBeBlockedByAll":{}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All creatures able to block ~ do so."}],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"ef6ecb67-7e49-4d40-84f2-1e7c02960a0d","metadata":{"source_printing_ids":["0661abbc-64f7-4ef1-9cfb-c82dbf4d810e","541ef933-64f8-4075-9bd3-97149ac84b2b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GRN","PLST"],"rulings":[{"date":"2018-10-05","text":"If a creature the defending player controls can’t block Ochran Assassin for any reason (such as being tapped), then it doesn’t block Ochran Assassin. If there’s a cost associated with having a creature block Ochran Assassin, the defending player isn’t forced to pay that cost, so it doesn’t have to block in that case either."},{"date":"2018-10-05","text":"Remember that a source with deathtouch must deal damage to a creature for that creature to be destroyed. If five creatures block Ochran Assassin while its power is still 1, only one of them (of Ochran Assassin’s controller’s choice) will be the one dealt damage and destroyed. You’ll have to raise Ochran Assassin’s power to destroy more than one creature."}],"rarities":["uncommon"]},"octavia, living thesis":{"name":"Octavia, Living Thesis","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":8},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Octopus"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"This spell costs {8} less to cast if you have eight or more instant and/or sorcery cards in your graveyard.\nWard {8}\nMagecraft — Whenever you cast or copy an instant or sorcery spell, target creature has base power and toughness 8/8 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":8}}}],"abilities":[],"triggers":[{"mode":"SpellCastOrCopy","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPower","value":8},{"type":"SetToughness","value":8}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have base power and toughness 8/8"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast or copy an instant or sorcery spell, target creature has base power and toughness 8/8 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":8},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Instant","Sorcery"],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":8}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {8} less to cast if you have eight or more instant and/or sorcery cards in your graveyard."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"65681a2a-8395-4390-845f-9be974994dcb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["e9591647-bad3-4015-90d1-1646a9eb4d14","eb5e63cc-eb4f-40c6-b298-99cb8fe8585f","f35834dd-876e-4f5e-9b0c-ce484b14ef24"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","OTC","PRM"],"rulings":[{"date":"2021-04-16","text":" Each magecraft ability has a different effect, although they all have the same trigger condition, whenever you cast or copy an instant or sorcery spell."},{"date":"2021-04-16","text":" For example, if you control Archmage Emeritus and cast an instant or sorcery spell, Archmage Emeritus's magecraft ability will trigger and you will draw a card."},{"date":"2021-04-16","text":" If an effect creates a copy of an instant or sorcery spell, this will also cause the magecraft ability to trigger."},{"date":"2021-04-16","text":" If an effect creates multiple copies of an instant or sorcery spell, magecraft abilities trigger once for each copy created by the effect."},{"date":"2021-04-16","text":" Some effects instruct you to copy an instant or sorcery card in a zone other than the stack. These copies do not cause magecraft abilities to trigger. However, most effects that do this also allow you to cast the copy, and casting the copy will cause magecraft abilities to trigger."},{"date":"2021-04-16","text":"If a player casts a spell that targets multiple permanents their opponent controls with ward, each of those ward abilities will trigger. If that player doesn't pay for all of them, the spell will be countered."}],"rarities":["rare"]},"odric, lunarch marshal":{"name":"Odric, Lunarch Marshal","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each combat, creatures you control gain first strike until end of turn if a creature you control has first strike. The same is true for flying, deathtouch, double strike, haste, hexproof, indestructible, lifelink, menace, reach, skulk, trample, and vigilance.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"FirstStrike"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Flying"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Deathtouch"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"DoubleStrike"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Haste"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Hexproof"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Indestructible"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Lifelink"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Menace"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Menace"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Reach"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Reach"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Skulk"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Skulk"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Trample"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Vigilance"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each combat, creatures you control gain first strike until end of turn if a creature you control has first strike. The same is true for flying, deathtouch, double strike, haste, hexproof, indestructible, lifelink, menace, reach, skulk, trample, and vigilance.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"bad76170-c773-4be5-9457-20dc9f745cb4","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["12e4f93c-6daf-458e-aa5a-26844c54bfdd","17b429bd-d7da-45f5-988b-7eed0d3efeaa","1db600b2-9b8b-4c21-8d8b-8033ec680a35","34ceba10-3227-4f81-986c-e8fc6de9a89c","5c77c30f-d813-46e6-9cdd-938b4a6359ad","78f86da3-6caa-4507-882f-3d0476b79bc9","a2d5c9f2-8f58-40ac-a01c-f4ac4ab4d7f0","cd9ae6f9-468e-4fb1-85da-0a29dc8ceb79","e73d7fc1-d380-4939-a9cc-af722a9d0cbd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C20","CMR","DMC","INR","PLST","PSOI","SIR","SOI"],"rulings":[{"date":"2016-04-08","text":"Multiple instances of any of the abilities Odric can grant your creatures are redundant."},{"date":"2016-04-08","text":"Odric's ability triggers at the beginning of each combat, not just combat on your turn, whether or not any creatures you control have any of the listed abilities. If a creature gains one of the listed abilities before Odric's triggered ability resolves, perhaps due to another ability that triggered at the beginning of combat, then creatures you control will gain that ability."},{"date":"2016-04-08","text":"The set of creatures affected by Odric's ability and how they are affected is determined as the ability resolves. Creatures you begin to control later in the turn won't gain any abilities or cause creatures to gain new abilities, and the abilities gained won't change even if every creature that normally had the abilities leaves the battlefield."},{"date":"2020-01-24","text":"If one of those creatures has one or more variants of the listed keywords (for example, hexproof from white), creatures you control gain those specific variants."}],"rarities":["rare"]},"oft-nabbed goat":{"name":"Oft-Nabbed Goat","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goat"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"{1}: Draw a card. Gain control of this creature and put a -1/-1 counter on it. Only your opponents may activate this ability and only as a sorcery.\nWhen this creature dies, if it had one or more -1/-1 counters on it, its owner draws that many cards and each other player loses that much life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}: Draw a card. Gain control of ~ and put a -1/-1 counter on it. Only your opponents may activate this ability and only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activator_filter":{"type":"Opponent"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it had one or more -1/-1 counters on it, its owner draws that many cards and each other player loses that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"63193ad4-bbd2-4cc3-98e2-9f6b985e8ae7","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"{1}: Draw a card. Gain control of this creature and put a -1/-1 counter on it. Only your opponents may activate this ability and only as a s","line_index":0}],"metadata":{"source_printing_ids":["4030bfab-867c-4724-904e-3e8b631f075e","8465027f-be27-440d-aa18-261af7e2eeff"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ECC"],"rulings":[{"date":"2025-11-17","text":"Only the opponents of Oft-Nabbed Goat's controller can activate its first ability. For the purposes of the first ability, it doesn't matter who owns Oft-Nabbed Goat."}],"rarities":["rare"]},"ogre geargrabber":{"name":"Ogre Geargrabber","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ogre","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, gain control of target Equipment an opponent controls until end of turn. Attach it to this creature. When you lose control of that Equipment, unattach it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTarget"},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"when","description":"When you lose control of that Equipment, unattach it"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, gain control of target Equipment an opponent controls until end of turn. Attach it to ~. When you lose control of that Equipment, unattach it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a483b1fd-751a-447e-8e4f-a54b1c194d2c","metadata":{"source_printing_ids":["f0f6e2c3-0e0d-47ff-9d92-afc86a8c8aac"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOM"],"rulings":[{"date":"2011-01-01","text":"Any ability of the targeted Equipment that triggers “whenever equipped creature attacks” won’t trigger. That’s because Ogre Geargrabber is already attacking at the time that Equipment becomes attached to it."},{"date":"2011-01-01","text":"If the targeted Equipment can’t be attached to Ogre Geargrabber for some reason, you’ll still gain control of it until end of turn."},{"date":"2011-01-01","text":"Ogre Geargrabber’s control-changing effect ends during the cleanup step, at the same time that damage marked on permanents is removed. If you still controlled the Equipment at that time, this causes the delayed triggered ability to trigger. It goes on the stack and players can respond (which normally doesn’t happen during the cleanup step), then, once that cleanup step ends, another one begins."},{"date":"2011-01-01","text":"The delayed triggered ability (“When you lose control of that Equipment, unattach it”) triggers the next time you lose control of the Equipment for any reason, not just when Ogre Geargrabber’s control-changing effect ends. The Equipment will become unattached from whatever creature it happens to be attached to at that time. It doesn’t matter if Ogre Geargrabber is still on the battlefield at this time."}],"rarities":["uncommon"]},"ohran frostfang":{"name":"Ohran Frostfang","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":["Snow"],"core_types":["Creature"],"subtypes":["Snake"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Attacking creatures you control have deathtouch.\nWhenever a creature you control deals combat damage to a player, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever a creature you control deals combat damage to a player, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Attacking"}]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking creatures you control have deathtouch."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b99ada26-9a61-4175-9fb8-15a106960220","metadata":{"source_printing_ids":["05b5e975-bd75-4f7c-829d-e87f8b24bc2f","0693bcd2-8a3d-4dcf-8360-5b9891044dfe","0d2fbeb1-6446-48ca-afe1-d1869a36e389","4825bc98-5274-4ede-8fa0-368b1153a83a","55fb93e6-d057-4b70-ad12-e98291fd4a2c","9476de52-c9d0-4161-bdb9-7818153db0c2","9eb08e11-c247-404c-9f40-a12cb7087d0c","f08736a3-2a53-45c0-8ede-5207ffbea32c","fc9b8337-5e55-4f6b-a5c5-ecbd112408eb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19","CMM","MKC","OTC","PLST","SLD","SOC"],"rulings":[{"date":"2019-08-23","text":"If one or more creatures you control deal combat damage to players at the same time that lethal damage is dealt to Ohran Frostfang, its ability triggers for each of those creatures."},{"date":"2019-08-23","text":"Snow is a supertype, not a card type. It has no rules meaning or function by itself, but other cards and abilities may refer to it."}],"rarities":["rare"]},"ojer taq, deepest foundation":{"name":"Ojer Taq, Deepest Foundation","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nIf one or more creature tokens would be created under your control, three times that many of those tokens are created instead.\nWhen Ojer Taq dies, return it to the battlefield tapped and transformed under its owner's control.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":true,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, return it to the battlefield tapped and transformed under its owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"CreateToken","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If one or more creature tokens would be created under your control, three times that many of those tokens are created instead.","condition":{"type":"TokenCoreTypeMatches","core_types":["Creature"]},"quantity_modification":{"type":"Times","factor":3},"token_owner_scope":"You"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"486bb9a5-73f1-4cec-b097-fb07ac80b72e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1ca79dd4-67fc-496c-96fc-489b039c4932","e87dff94-71ed-469e-a10e-3ddfbd4a8bec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"Everything that is specified by the effect creating the original token or tokens will also be true about the additional tokens created by Ojer Taq, Deepest Foundation's replacement effect. For example, if an effect tells you to create a token \"tapped and attacking,\" the additional tokens will also be tapped and attacking. Similarly, if an effect creates a token and puts counters on it, the additional tokens will also get those counters."},{"date":"2023-11-10","text":"If a card that isn't a transforming double-faced card is a copy of Ojer Taq, Deepest Foundation, it won't return to the battlefield when it dies."}],"rarities":["mythic"]},"old-growth troll":{"name":"Old-Growth Troll","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Troll","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen Old-Growth Troll dies, if it was a creature, return it to the battlefield. It's an Aura enchantment with enchant Forest you control and \"Enchanted Forest has '{T}: Add {G}{G}' and '{1}, {T}, Sacrifice this land: Create a tapped 4/4 green Troll Warrior creature token with trample.'\"","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ReturnAsAura","enchant_filter":{"type":"Typed","type_filters":[{"Subtype":"Forest"}],"controller":"You","properties":[]},"grants":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Unimplemented","name":"add","description":"Add {G}{G}' and '{1}, {T}"},"cost":{"type":"Unimplemented","description":"Enchanted Forest has '{T}"},"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"'","description":"'"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Enchanted Forest has '{T}: Add {G}{G}' and '{1}, {T}, Sacrifice ~: Create a tapped 4/4 green Troll Warrior creature token with trample.'","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it was a creature, return it to the battlefield. It's an Aura enchantment with enchant Forest you control and \"Enchanted Forest has '{T}: Add {G}{G}' and '{1}, {T}, Sacrifice ~: Create a tapped 4/4 green Troll Warrior creature token with trample.'\"","constraint":null,"condition":{"type":"WasType","card_type":"Creature"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"11e3f1d3-9d78-4c00-b965-e14407fd5210","metadata":{"related_token_ids":["dbeac9d3-edd3-574a-9bdb-c8d419f6a373"],"source_printing_ids":["125915dd-0499-4690-8897-4c8906e9817c","b759b0f6-342c-4bba-89f1-8451835d8c45"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM","PKHM","PRM"],"rulings":[{"date":"2021-02-05","text":"If a nontoken permanent that's a copy of Old-Growth Troll dies while it is a creature, it will return to the battlefield as an Aura with both its own normal abilities and the two new abilities granted by old-Growth Troll. The resulting permanent will also retain its name, colors, and supertypes, but it will be an Aura enchantment with no other types or subtypes."},{"date":"2021-02-05","text":"If a token is a copy of Old-Growth Troll, it won’t return from its owner’s graveyard."},{"date":"2021-02-05","text":"If there’s nothing for Old-Growth Troll to legally enchant, it remains in its owner’s graveyard."},{"date":"2021-02-05","text":"If you control but don’t own Old-Growth Troll, you (not its owner) will return it to the battlefield when it dies. You’ll choose which Forest you control it will enchant as it returns to the battlefield."}],"rarities":["rare"]},"oloro, ageless ascetic":{"name":"Oloro, Ageless Ascetic","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Giant","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, you gain 2 life.\nWhenever you gain life, you may pay {1}. If you do, draw a card and each opponent loses 1 life.\nAt the beginning of your upkeep, if Oloro is in the command zone, you gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you gain 2 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, you may pay {1}. If you do, draw a card and each opponent loses 1 life.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Command"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if ~ is in the command zone, you gain 2 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"SourceInZone","zone":"Command"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"620ff5f2-7d3f-467f-943d-3b62c2135023","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["081abf82-f674-4c65-a273-957d133295fa","6eaa786b-ebab-41d5-a6c8-d57b59901c00"]},"legalities":{"commander":"legal","duel":"restricted","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","J14","OC13","PLST","PRM","SLD"],"rulings":[{"date":"2013-10-17","text":"If Oloro is your commander, its last ability will trigger at the beginning of the upkeep step on your first turn."},{"date":"2013-10-17","text":"If two creatures you control with lifelink deal combat damage at the same time, Oloro's ability will trigger twice. However, if a single creature with lifelink deals combat damage to multiple creatures, players, and/or planeswalkers at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2013-10-17","text":"In a Two-Headed Giant game, life gained by your teammate won't cause the ability to trigger, even though it causes your team's life total to increase."},{"date":"2013-10-17","text":"In some unusual cases, you can gain life even though your life total actually decreases. For example, if you are being attacked by two 3/3 creatures and you block one with a 2/2 creature with lifelink, your life total will decrease by 1 even though you've gained 2 life. Oloro's second ability would trigger."},{"date":"2013-10-17","text":"Oloro's first ability works only if Oloro is on the battlefield."},{"date":"2013-10-17","text":"Oloro's second ability triggers just once for each life-gaining event, no matter how much life is gained."},{"date":"2013-10-17","text":"You decide whether to pay {1} as the second ability resolves. If you do, you'll draw a card and each opponent will lose 1 life."},{"date":"2015-01-19","text":"Oloro, Ageless Ascetic is banned as a commander in Duel Commander format, but it may be part of your deck."}],"rarities":["mythic"]},"omen":{"name":"Omen","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top three cards of your library, then put them back in any order. You may shuffle.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":"Library","keep_count":null,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at the top three cards of your library, then put them back in any order. You may shuffle.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9b8c44a0-82ef-4beb-a762-c2a2a21380f3","metadata":{"source_printing_ids":["b1c6acb0-af4d-49be-bf0c-3c3e7ddd64b8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["PLST","POR"],"rarities":["common"]},"omenpath journey":{"name":"Omenpath Journey","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, search your library for up to five land cards that have different names, exile them, then shuffle.\nAt the beginning of your end step, choose a card at random exiled with this enchantment and put it onto the battlefield tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"UpTo","max":{"type":"Fixed","value":5}},"reveal":false,"selection_constraint":{"type":"DistinctQualities","qualities":["Name"]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, search your library for up to five land cards that have different names, exile them, then shuffle.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"AllOwners","filter":{"type":"ExiledBySource"},"chooser":"Controller","up_to":false,"random":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, choose a card at random exiled with ~ and put it onto the battlefield tapped.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b067e44-2001-4b49-aa4a-2c86f8929751","metadata":{"source_printing_ids":["385e6c23-0eab-4bc9-8b30-524879051ce9","a33e6422-801a-48ec-8fb7-ff59e1fed25c","c49c9b72-61c0-4e3a-a3a6-994b149398a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BIG","PBIG"],"rulings":[{"date":"2024-04-12","text":"While in your library, a double-faced card has only the name of its front face. It’s not possible to reveal two of the same double-faced card this way."},{"date":"2024-04-12","text":"You may search your library for only one land card and exile it, if you like."}],"rarities":["mythic"]},"omnath, locus of all":{"name":"Omnath, Locus of All","mana_cost":{"type":"Cost","shards":["White","Blue","PhyrexianBlack","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Elemental"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"If you would lose unspent mana, that mana becomes black instead.\nAt the beginning of your first main phase, look at the top card of your library. You may reveal that card if it has three or more colored mana symbols in its mana cost. If you do, add three mana in any combination of its colors and put it into your hand. If you don't reveal it, put it into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Reveal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyCombinationOfObjectColors","count":{"type":"Fixed","value":3},"scope":{"type":"Target"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ManaSymbolsInManaCost","scope":{"type":"Target"},"color":null}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, look at the top card of your library. You may reveal that card if it has three or more colored mana symbols in its mana cost. If you do, add three mana in any combination of its colors and put it into your hand. If you don't reveal it, put it into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":{"StepEndUnspentMana":{"filter":null,"action":{"Transform":"Black"}}},"affected":{"type":"Controller"},"modifications":[{"type":"AddStaticMode","mode":{"StepEndUnspentMana":{"filter":null,"action":{"Transform":"Black"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If you would lose unspent mana, that mana becomes black instead."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"26445dc7-8363-4205-aee8-1cafeb4ba4c0","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["33d94ecf-758b-4f68-a7be-6bf3ff1047f4","5b998493-d2c5-48dd-8d0c-b63b6795acf6","64b0acfa-1a8d-4a94-8972-c9bb235e4897"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"As long as Omnath, Locus of All remains under your control, you'll retain unspent mana as steps and phases end, although that mana will become black. This means you can add mana and spend it during a future step, phase, or turn. Once Omnath leaves your control, you'll have until the end of the current step or phase to spend the mana before it is lost."},{"date":"2023-04-14","text":"If unspent mana you have has any restrictions or riders associated with it (for example, if it was produced by Omen Hawker), those restrictions or riders remain associated with that mana when it becomes black."},{"date":"2023-04-14","text":"Omnath's last ability isn't a mana ability even though it can cause you to add mana. It uses the stack and can be responded to."},{"date":"2023-04-14","text":"The mana symbols in the card you reveal may be in any combination of colors. For example, you could reveal a card with mana cost {1}{R}{R}{R}, one with mana cost {4}{U}{R}{W}, one with mana cost {W}{U}{B}{R}{G}, or one with mana cost {R/G}{G}{G/W}."}],"rarities":["rare"]},"omnath, locus of mana":{"name":"Omnath, Locus of Mana","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"You don't lose unspent green mana as steps and phases end.\nOmnath gets +1/+1 for each unspent green mana you have.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"StepEndUnspentMana":{"filter":"Green","action":"Retain"}},"affected":{"type":"Controller"},"modifications":[{"type":"AddStaticMode","mode":{"StepEndUnspentMana":{"filter":"Green","action":"Retain"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You don't lose unspent green mana as steps and phases end."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"UnspentMana","color":"Green"}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"UnspentMana","color":"Green"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each unspent green mana you have."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"9da896e1-2256-425b-b801-1ae6f0470559","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["694579c6-f739-45df-8adf-b0c540a904a1","8b5be1b6-3a6a-4601-914b-7f4b99629a7f","9f725636-8947-4232-a2fb-5c85d7fbcd1b","acf0cab3-da50-4561-8797-cd179af39216","fb5fe30b-954a-4abf-aa18-4107683ad868"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CC1","CMM","V11","WWK"],"rulings":[{"date":"2010-03-01","text":"If a green mana you produce has certain restrictions or riders associated with it (for example, if it was produced by Ancient Ziggurat), they'll apply to that mana no matter when you spend it."},{"date":"2010-03-01","text":"Once Omnath leaves the battlefield, you have until the end of the current step or phase to spend your unspent green mana before it too is lost as normal. There is no penalty associated with this other than the loss of the mana."},{"date":"2010-03-01","text":"You can keep unspent green mana indefinitely while Omnath is on the battlefield. That means if you add a green mana during one step or phase, you can spend it during a later step or phase, or even a later turn. Other types of mana will be lost as normal as each step and phase ends."}],"rarities":["mythic"]},"omniscience":{"name":"Omniscience","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":7},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast spells from your hand without paying their mana costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastFromHandFree":{"frequency":"Unlimited","origin":"Hand"}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast spells from your hand without paying their mana costs."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"730e39e6-c61d-48b5-8827-bfd952bf1be7","metadata":{"source_printing_ids":["1088f33e-cb5f-4248-ae8e-280c4e41f291","5249f9dc-d5e2-4e1f-b7da-8fcbf574f276","5b04f5e9-6728-45be-af2e-b2584cb67e1c","7c72dced-adae-4c66-af2a-0a1216953ab6","8f173425-8bae-47b1-8a2c-e27a071acd24","a3c11195-144e-44c4-aaa9-c534037748ea","d33d91d0-1506-45e4-9def-975bf901815e","d9caf326-9f85-4fda-88a4-7862e0f5dc49","db534b4e-8bff-4924-baea-9988d195fb25"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","M13","M19","MP2","P22","PFDN","PM19","WOT"],"rulings":[{"date":"2018-07-13","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2018-07-13","text":"If you cast a spell \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, such as that of Tormenting Voice, those must be paid to cast the spell."},{"date":"2018-07-13","text":"Once you cast Omniscience, if it's your turn, you'll have priority immediately after it resolves. You can cast another spell before any player can attempt to remove Omniscience with spells or abilities."},{"date":"2018-07-13","text":"You must follow the normal timing permissions and restrictions of each spell you cast."}],"rarities":["mythic","special"]},"omo, queen of vesuva":{"name":"Omo, Queen of Vesuva","mana_cost":{"type":"Cost","shards":["GreenBlue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Shapeshifter","Noble"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever Omo enters or attacks, put an everything counter on each of up to one target land and up to one target creature.\nEach land with an everything counter on it is every land type in addition to its other types.\nEach nonland creature with an everything counter on it is every creature type.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"everything","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"everything","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, put an everything counter on each of up to one target land and up to one target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"everything"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"AddAllLandTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each land with an everything counter on it is every land type in addition to its other types."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Non":"Land"}],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"everything"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each nonland creature with an everything counter on it is every creature type."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"021b91ea-18d8-4b50-97da-dd003380cd68","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["103f7efd-3421-41aa-8c84-22c97cc8f0ea","5be300b8-af07-4f90-91ce-888b14dd9be0","a5e466c8-9fc9-47ca-aeae-93aaa80a4df5","bf5a3655-cd08-46a3-b099-253708c6539e","c5c9b663-135a-4bd7-81d9-fa6a5331ef57","e5d1c814-4c22-4917-95ae-dffaf491db32","edac7b62-e21e-4418-8c0c-032c5aef5914"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["M3C"],"rulings":[{"date":"2024-06-07","text":"Omo's second ability grants every land type to lands with everything counters on them, not just basic land types. The full list of land types can be found in the Comprehensive Rules of Magic."}],"rarities":["mythic"]},"onakke ogre":{"name":"Onakke Ogre","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ogre","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fa10cacb-ab14-447a-b411-9d74bc3772fb","metadata":{"source_printing_ids":["76e42d07-57d9-4de4-8d41-eb42dd1573ed","9e016da6-8800-47b4-9b96-1887677c795c","f746dca7-e157-4156-b8f7-d83debe2ccb6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M19","M21","PLST"],"rarities":["common"]},"once upon a time":{"name":"Once Upon a Time","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this spell is the first spell you've cast this game, you may cast it without paying its mana cost.\nLook at the top five cards of your library. You may reveal a creature or land card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":5},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":"Look at the top five cards of your library. You may reveal a creature or land card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d00ade82-caab-43c6-9756-6e9e6edfc519","casting_options":[{"kind":"CastWithoutManaCost","condition":{"type":"FirstSpellThisGame"}}],"metadata":{"source_printing_ids":["4034e5ba-9974-43e3-bde7-8d9b4586c3a4","a6695919-210f-48a3-98de-9aff77e30499","ec275844-6ed6-4d05-9c02-b5a566a7fd5d","f2ca07ab-32e9-477c-a263-721a03f778ff"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"banned","oathbreaker":"legal","pioneer":"banned","timeless":"legal","vintage":"legal"},"printings":["ELD","MB2","PELD","PLST"],"rulings":[{"date":"2019-10-04","text":"The earliest opportunity you have to cast Once Upon a Time is during the first player's upkeep, before that player can play a land."}],"rarities":["rare"]},"oni-cult anvil":{"name":"Oni-Cult Anvil","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more artifacts you control leave the battlefield during your turn, create a 1/1 colorless Construct artifact creature token. This ability triggers only once each turn.\n{T}, Sacrifice an artifact: This artifact deals 1 damage to each opponent. You gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}, Sacrifice an artifact: ~ deals 1 damage to each opponent. You gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Token","name":"Construct","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Construct"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more artifacts you control leave the battlefield during your turn, create a 1/1 colorless Construct artifact creature token. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"c018f072-8f6d-4835-a717-ed4ecba70d97","metadata":{"related_token_ids":["379963cb-e18b-5b99-b6d0-488a0727ba5e","68fddd02-839b-556e-abc3-c1ec59dcf867"],"source_printing_ids":["c275470f-83d2-4341-9757-a570ec19a181","c84db1e2-855c-4169-a9cc-a54c73c14e0c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRC","NEO"],"rarities":["uncommon"]},"ophidian eye":{"name":"Ophidian Eye","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nEnchant creature\nWhenever enchanted creature deals damage to an opponent, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash",{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"AttachedTo"},"description":"Whenever enchanted creature deals damage to an opponent, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e83b8830-fa97-4e60-b042-005e552a3ceb","metadata":{"source_printing_ids":["26836ff5-b3c3-4b10-af1e-df3658781cb2","d3c58997-5555-423a-822e-749fac90e392"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["PLST","TSP"],"rulings":[{"date":"2006-09-25","text":"The third ability triggers when the enchanted creature deals damage to an opponent of the player who controls Ophidian Eye."}],"rarities":["common"]},"opt":{"name":"Opt","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Scry 1. (Look at the top card of your library. You may put that card on the bottom.)\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Scry 1.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"713332c1-5bd8-400f-bfff-c1ca0697a043","metadata":{"source_printing_ids":["015e9da6-c704-4b00-b717-8c07ba2b2ff7","0b5bb062-eb03-4d9a-b028-91c089442187","25f2e4d0-effd-4e83-b7aa-1a0d8f120951","323db259-d35e-467d-9a46-4adcb2fc107c","4a6f3714-cb21-4056-97db-7449be2c2456","50ee44a3-09b5-491a-ba51-609756020a31","58d26b54-0093-4e90-a2b1-b57c64340f9c","66c3aa9f-5cb0-4c8d-a050-42938398071b","67bcf3fd-fca0-4cdb-b625-bac5fadd00e3","6e2ff7a5-ddd4-4581-93ea-2069a2d0dedf","6f63d984-5638-4167-a7ba-1ac2454df8a5","958262ec-8e52-40cf-a9fd-a60e42643e15","ab59ac4f-2a77-4566-85c0-32666447dcf2","bbc99a51-1501-4525-a3cc-f48249b64bed","c3669391-8f64-4904-b432-0f0582f30449","cd5017e7-2da9-48be-8dc3-458a1374b97c","cfbaff99-ac81-4386-9a7c-ab6d7b72eb3a","f1de6f4a-ec3f-4bdb-902f-2e04f36ad7f4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DOM","ELD","FDN","INV","J22","J25","LTC","M21","OTC","PDOM","PLST","PRM","SLD","STA","TDC","WC01","WOC","XLN"],"rarities":["common","uncommon","rare"]},"orbital plunge":{"name":"Orbital Plunge","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Orbital Plunge deals 6 damage to target creature. If excess damage was dealt this way, create a Lander token. (It's an artifact with \"{2}, {T}, Sacrifice this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":6},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Lander","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Lander"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"PreviousEffectAmount","comparator":"GT","rhs":{"type":"Fixed","value":0},"channel":"Excess"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 6 damage to target creature. If excess damage was dealt this way, create a Lander token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4f10b164-6d36-4935-92e7-53be73ac4c8a","metadata":{"related_token_ids":["7b3e5486-632b-5245-8026-3222282173bc"],"source_printing_ids":["2dc7cc17-5319-4694-99c6-8c56a0b40a44"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"Excess damage has been dealt to a creature if the damage dealt to it is greater than lethal damage. Usually, this means damage greater than its toughness, although damage already marked on the creature is taken into account."}],"rarities":["common"]},"ormendahl, profane prince":{"name":"Ormendahl, Profane Prince","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":9},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink, indestructible, haste","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink","Indestructible","Haste"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"04eeb9ad-5c59-411b-8809-db8349838588","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["e1520eed-5f7f-5d76-8dd8-121276dae02a","fb4ee9b2-1eb8-5465-9fcc-7c7089627d36"],"source_printing_ids":["20c2c22f-5115-4a66-bcad-e70619d43448","5fbc6091-a161-45b0-9932-543b569caaee","677b1405-a667-4a29-94ba-a821b10223b1","9ec6cbb4-7182-48fe-87fe-9ce9f3a51032","c1f53d7a-9dad-46e8-b686-cd1362867445","d3182b40-a731-4957-9d6e-a1f69c3aeb5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["INR","PSOI","SIR","SLD","SOI"],"rarities":["rare"]},"ornithopter":{"name":"Ornithopter","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Thopter"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"a3a98bc9-caa0-49b7-951c-fe4e4f54e4ba","metadata":{"source_printing_ids":["00427d72-b140-45eb-b2ec-2ac2dab16966","01d0d061-e57a-4fe4-9e46-e4f369e564b3","051386e0-4c1c-48ed-8883-664c719cf0fe","09c6ac8a-01b1-4af5-89d8-ad66d9a81ceb","1f6fa35a-fd81-4fa5-aac6-c397db53e5d1","22bb9825-ad45-44ad-ace2-eb6b66e3f724","2aeb3ce1-1e7f-4269-a326-700f27e9e932","305078a5-ac18-4721-bba2-3434eba5b1cf","331a0a01-0c12-4999-9bd7-f26991e4dad5","59cc9bdb-7cf2-4795-bac7-ffff605c9eb0","6acf7453-1229-4758-bb17-8afc7dffa9a0","6c127765-1ff7-4f64-85e7-80e356ff13b4","8d784214-dc69-42d4-b897-995ca5751e13","919bc14b-603d-42fa-91fe-58c4d4b3b27f","969ebd20-de69-44ba-a0c2-9e2a89480370","b3654fd6-f8ac-471a-8559-ba4ed0fe75c3","bde658c0-cc18-48a7-a440-75cdf3f7fc6d","c964c4a8-41fb-4df0-902d-de4c92ce7cc7","d8ea447f-3ea4-40ed-9bc8-6e78602be9a1","db2ef311-cda3-4f70-821d-e9fb03c85dc9","dd789709-6613-4688-9272-6d5624140053","ddb96645-44d2-426c-90cb-3186297a8728","dfedbab5-084e-4729-8968-a4728d1c5ca9","ee42fd67-118d-4dba-8dc6-803ceaee35e8","ee98e86c-ac16-4159-8982-ed14d282811a","f6074277-c5c9-4fd0-979b-7b6d2f5e3770","fd6c46d6-aec8-420b-8018-7b2c3908e5a0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","3ED","4BB","4ED","5ED","6ED","9ED","AER","ATQ","BRR","DMR","FBB","HA1","KLR","M10","M11","M15","MPS","MRD","PLST","PS11","SLD","SUM","WC04"],"rarities":["common","uncommon","rare","special"]},"orochi soul-reaver":{"name":"Orochi Soul-Reaver","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake","Ninja","Rogue"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Ninjutsu {3}{B} ({3}{B}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)\nWhenever one or more creatures you control deal combat damage to a player, create a Treasure token and manifest the top card of that player's library. (Put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Ninjutsu":{"type":"Cost","shards":["Black"],"generic":3}}],"abilities":[{"kind":"Activated","effect":{"type":"RuntimeHandled","handler":"NinjutsuFamily"},"cost":{"type":"NinjutsuFamily","variant":"Ninjutsu","mana_cost":{"type":"Cost","shards":["Black"],"generic":3}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Manifest","target":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1},"enters_under":"You"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, create a Treasure token and manifest the top card of that player's library.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6d9ab641-ba99-4b27-a84e-8c2ae57a2fc1","metadata":{"related_token_ids":["3a2e0ac9-54bb-5b35-a4c9-6bad348f7144"],"source_printing_ids":["5ba1d8a7-2249-4c74-adb7-d13a9b347571","ec8f372a-d8c7-4f5d-a91d-ec7e5eb17104"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["OTC"],"rulings":[{"date":"2024-04-12","text":"Although the Ninja is attacking, it was never declared as an attacking creature (for purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2024-04-12","text":"As you activate a ninjutsu ability, you reveal the Ninja card in your hand and return the attacking creature to its owner’s hand. The Ninja card stays revealed and isn’t put onto the battlefield until the ability resolves. If it leaves your hand before then, it won’t enter the battlefield at all."},{"date":"2024-04-12","text":"If a creature in combat has first strike or double strike, you can activate the ninjutsu ability during the first-strike combat damage step. The Ninja will deal combat damage during the regular combat damage step, even if it has first strike."},{"date":"2024-04-12","text":"The creature with ninjutsu enters the battlefield attacking the same player, planeswalker, or battle that the returned creature was attacking. This is a rule specific to ninjutsu; in other cases, when a creature is put onto the battlefield attacking, that creature’s controller chooses which player, planeswalker, or battle it’s attacking."},{"date":"2024-04-12","text":"The ninjutsu ability can be activated during the declare blockers step, combat damage step, or end of combat step. In most cases (see below), if you wait until the combat damage step or end of combat step, it will be after combat damage has been dealt, so the Ninja won’t deal combat damage."},{"date":"2024-04-12","text":"The ninjutsu ability can be activated only after blockers have been declared. Before then, attacking creatures are neither blocked nor unblocked."},{"date":"2024-04-12","text":"Your opponents can’t look at the card they own that you manifested."}],"rarities":["rare"]},"orvar, the all-form":{"name":"Orvar, the All-Form","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Changeling\nWhenever you cast an instant or sorcery spell, if it targets one or more other permanents you control, create a token that's a copy of one of those permanents.\nWhen a spell or ability an opponent controls causes you to discard this card, create a token that's a copy of target permanent.","non_ability_text":null,"flavor_name":null,"keywords":["Changeling"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, if it targets one or more other permanents you control, create a token that's a copy of one of those permanents.","constraint":null,"condition":{"type":"TriggeringSpellTargetsFilter","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]}},"batched":false},{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When a spell or ability an opponent controls causes you to discard this card, create a token that's a copy of target permanent.","constraint":{"type":"EventSourceControlledBy","controller":"Opponent"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"276c4643-13ad-43bf-840b-08c025ebc065","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["0bfdc564-51cc-4523-9d84-9d07907f41fe","5c999e35-b819-45b8-af05-8aaacc3c691c","7f36775e-9e48-49cc-a771-d58481712edc","9d700064-1fda-4de0-9576-17a3faa5f04c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM","PKHM","PLST","PRM","SLD"],"rulings":[{"date":"2021-02-05","text":"Any enters-the-battlefield abilities of the copied permanent will trigger when the token enters the battlefield. Any “As [this permanent] enters the battlefield” or “[This permanent] enters the battlefield with” abilities of the copied permanent will also work."},{"date":"2021-02-05","text":"As the first triggered ability tries to resolve, the spell that caused it to trigger and that spell’s targets are checked again. Ignore any target of the spell that has left the battlefield by that point. If all of the permanents you controlled that were targets have left the battlefield by that point, the triggered ability will do nothing and no token will be created. If at least one permanent you control that’s a target is still on the battlefield, the triggered ability will resolve, even if that permanent is now an illegal target for the spell."},{"date":"2021-02-05","text":"Changeling is a characteristic-defining ability. It functions in all zones, not only while a card that has it is on the battlefield."},{"date":"2021-02-05","text":"For the first triggered ability, the instant or sorcery spell can target other things if it also targets one or more permanents you control; however, the token you create can copy only permanents you control that are targets of the spell. If the spell targets more than one permanent you control, you choose which permanent the token is copying as you create the token."},{"date":"2021-02-05","text":"For the second triggered ability, you can choose any permanent as the target, regardless of who controls it."},{"date":"2021-02-05","text":"If a spell or ability an opponent controls allows or instructs you to choose a card to discard, and you discard Orvar, its last ability will trigger."},{"date":"2021-02-05","text":"If an effect causes a creature with changeling to become a new creature type, it will be only that new creature type. It will still have changeling; the effect making it all creature types will simply be overwritten."},{"date":"2021-02-05","text":"If an effect causes a creature with changeling to lose all abilities, it will remain all creature types, even though it will no longer have changeling. This is because changeling applies before the effect that removes it."},{"date":"2021-02-05","text":"If the permanent being copied has {X} in its mana cost, X is 0."},{"date":"2021-02-05","text":"If the permanent being copied is copying something else, the token you create will use the copiable values of the that permanent. In most cases, it will be a copy of whatever the permanent is copying. If it’s copying a permanent or card with {X} in its mana cost, X is 0."},{"date":"2021-02-05","text":"If the permanent being copied is itself a token, the token created by the last ability copies the original characteristics of that token as stated by the effect that created it."},{"date":"2021-02-05","text":"If the spell itself has left the stack by that point, use the targets it had when it left the stack to perform the check described above."},{"date":"2021-02-05","text":"Orvar’s first triggered ability resolves (if it resolves; see below) before the spell or ability that caused it to trigger."},{"date":"2021-02-05","text":"The subtype Shapeshifter that appears on the type line is mostly there to reinforce the flavor. A creature card with changeling is just as much an Elf, a Dwarf, a Sliver, a Goat, a Coward, and a Zombie as it is a Shapeshifter."},{"date":"2021-02-05","text":"The token copies exactly what is printed on the permanent and nothing else (unless that permanent is a token or is copying something else; see below). It doesn’t copy whether that permanent is tapped or untapped, whether it has any counters on it, whether it has any Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on."}],"rarities":["mythic"]},"osseous sticktwister":{"name":"Osseous Sticktwister","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Scarecrow"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nDelirium — At the beginning of your end step, if there are four or more card types among cards in your graveyard, each opponent may sacrifice a nonland permanent of their choice or discard a card. Then this creature deals damage equal to its power to each opponent who didn't sacrifice a permanent or discard a card this way.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"sacrifice a nonland permanent of their choice","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"discard a card","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals damage equal to its power to each opponent who didn't sacrifice a permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"discard a card this way","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if there are four or more card types among cards in your graveyard, each opponent may sacrifice a nonland permanent of their choice or discard a card. Then ~ deals damage equal to its power to each opponent who didn't sacrifice a permanent or discard a card this way.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"33c3a81a-6cea-48c9-b966-67084d96e74f","metadata":{"source_printing_ids":["4f43473e-1302-4543-b331-1a86cfbc3ced"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"Use Osseous Sticktwister's power as its last ability resolves to determine how much damage it deals to each opponent who didn't sacrifice a permanent or discard a card this way. If Osseous Sticktwister is no longer on the battlefield at that time, use its power as it last existed on the battlefield."},{"date":"2024-09-20","text":"While resolving Osseous Sticktwister's last ability, the next opponent in turn order chooses a card to be discarded without revealing it, chooses a nonland permanent to be sacrificed, or chooses to do neither. Then each other opponent in turn order does the same. Then all of the actions occur simultaneously. Opponents will know what choices opponents earlier in the turn order made, although cards chosen to be discarded this way won't be revealed until they're discarded at the end of the process."}],"rarities":["uncommon"]},"osteomancer adept":{"name":"Osteomancer Adept","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Squirrel","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\n{T}: Until end of turn, you may cast creature spells from your graveyard by foraging in addition to paying their other costs. If you cast a spell this way, that creature enters with a finality counter on it. (To forage, exile three cards from your graveyard or sacrifice a Food. If a creature with a finality counter on it would die, exile it instead.)","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"without_paying_mana_cost":false,"mode":"Cast","duration":"UntilEndOfTurn"},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"AddPendingETBCounters","counter_type":"finality","count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{T}: Until end of turn, you may cast creature spells from your graveyard by foraging in addition to paying their other costs. If you cast a spell this way, that creature enters with a finality counter on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"791cbb7c-7935-4902-b050-9ea9d030e9fa","metadata":{"source_printing_ids":["6ef4532d-63ea-4a70-86b3-58327b7e9706","7d8238dd-858f-466c-96de-986bd66861d7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Finality counters aren't keyword counters, and a finality counter doesn't give any abilities to the permanent it's on. If that permanent loses its abilities and then would go to a graveyard, it will still be exiled instead."},{"date":"2024-07-26","text":"Finality counters don't stop permanents from going to zones other than the graveyard from the battlefield. For example, if a permanent with a finality counter on it would be put into its owner's hand from the battlefield, it does so normally."},{"date":"2024-07-26","text":"Finality counters work on any permanent, not only creatures. If a permanent with a finality counter on it would be put into a graveyard from the battlefield, exile it instead."},{"date":"2024-07-26","text":"If Dryad Arbor (the only card that's both a creature and a land) is in your graveyard, you can't play it this way. Dryad Arbor can't be cast as a spell."},{"date":"2024-07-26","text":"If you don't have enough cards in your graveyard or a Food on the battlefield, you can't choose to forage."},{"date":"2024-07-26","text":"Multiple finality counters on a single permanent are redundant."},{"date":"2024-07-26","text":"Once you announce that you're casting a spell or activating an ability, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard or Foods you control to stop you from foraging."},{"date":"2024-07-26","text":"You must still follow timing restrictions and permissions for creature spells you cast with the permission granted by Osteomancer Adept's last ability. Normally, you'll be able to cast them only during your main phase while the stack is empty."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["rare"]},"oubliette":{"name":"Oubliette","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, target creature phases out until this enchantment leaves the battlefield. Tap that creature as it phases in this way. (Auras and Equipment phase out with it. While permanents are phased out, they're treated as though they don't exist.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PhaseOut","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantPhaseIn","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantPhaseIn"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilHostLeavesPlay","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenLeavesPlayFiltered","filter":{"type":"SelfRef"}},"effect":{"kind":"Spell","effect":{"type":"PhaseIn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target creature phases out until ~ leaves the battlefield. Tap that creature as it phases in this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c753e9e3-9374-4e3c-8622-94576a8c1da3","metadata":{"source_printing_ids":["30d1450f-2909-410e-9920-731278fa74de","58d74d1d-3f68-4cab-903e-e146a33258f3","87149eb8-7935-4e45-8092-6baa2a6fb8d2","8d6a2663-5316-4441-8ec9-f2b754c1537e","96ccfecd-0dab-426a-8897-86c73934d21d","d4800a7d-c229-4ced-97ff-0e58645d58d6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["2XM","ARN","ME1","PLST","SLD"],"rulings":[{"date":"2020-08-07","text":"A creature phased out by Oubliette doesn't phase in during its controller's untap step as normal. Rather, it phases in immediately after Oubliette leaves the battlefield."},{"date":"2020-08-07","text":"Abilities that trigger when a creature becomes tapped won't trigger when the creature phases in tapped."},{"date":"2020-08-07","text":"Any continuous effects with a “for as long as” duration such as that of Awakener Druid ignore phased-out objects. Any such effects will expire if their conditions are no longer met after ignoring the phased-out objects."},{"date":"2020-08-07","text":"Any one-shot effects that are waiting “until [this] leaves the battlefield,” such as that of Kitesail Freebooter, won't happen when a permanent phases out."},{"date":"2020-08-07","text":"Choices made for permanents as they entered the battlefield are remembered when they phase in."},{"date":"2020-08-07","text":"Each Aura and Equipment attached to a permanent that's phasing out also phases out. They will phase in with that permanent and still be attached to it. Similarly, permanents that phase out with counters phase in with those counters."},{"date":"2020-08-07","text":"If Oubliette leaves the battlefield before its triggered ability resolves, the target creature won't be phased out or tapped."},{"date":"2020-08-07","text":"Phasing out doesn't cause any “leaves the battlefield” abilities to trigger. Similarly, phasing in won't cause any “enters the battlefield” abilities to trigger."},{"date":"2020-08-07","text":"While a permanent is phased out, it's treated as though it doesn't exist. It can't be the target of spells or abilities, its static abilities have no effect on the game, its triggered abilities can't trigger, it can't attack or block, and so on."}],"rarities":["common","uncommon","rare"]},"ouroboroid":{"name":"Ouroboroid","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant","Wurm"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, put X +1/+1 counters on each creature you control, where X is this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put X +1/+1 counters on each creature you control, where X is ~'s power.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"50d6fd91-23d3-4d32-804f-6233e4386904","metadata":{"source_printing_ids":["209c591a-4ab2-4e89-9523-a7b766cf4e51","9a6eb356-7418-443f-a51b-37ebc3526fce"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"If Ouroboroid leaves the battlefield before its ability resolves, use its power as it last existed on the battlefield to determine the value of X."},{"date":"2025-07-25","text":"The value of X is calculated only once, as Ouroboroid’s ability resolves."}],"rarities":["mythic"]},"out of time":{"name":"Out of Time","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, untap all creatures, then those creatures phase out until this enchantment leaves the battlefield. Put a time counter on this enchantment for each creature that phased out this way.\nVanishing (At the beginning of your upkeep, remove a time counter from this enchantment. When the last is removed, sacrifice it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PhaseOut","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Ref","qty":{"type":"FilteredTrackedSetSize","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, untap all creatures, then those creatures phase out until ~ leaves the battlefield. Put a time counter on ~ for each creature that phased out this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8491de1e-dc37-4a89-b4f7-56a2c668f0fc","metadata":{"source_printing_ids":["053d6b3b-72d4-4a55-a79e-0a601aecf108","116e94fb-c9cc-4ebe-a64b-51e88f938a58","16bc66ca-5909-49cf-bf5b-1dd6c209c03b","44b0c372-bc10-49f6-9fd4-a482790846e4","7bd77468-7aad-4add-8385-e3310cd5d5cd","d44fbfa3-3698-4b79-a7bd-6b6f86bea82a","e39ad9da-f71a-48a5-b5d3-e6e0bfb7402e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH2","PMH2","PRM","WHO"],"rulings":[{"date":"2021-06-18","text":"A creature phased out by Out of Time doesn't phase in during its controller's untap step as normal."},{"date":"2021-06-18","text":"Any continuous effects with a \"for as long as\" duration, such as that of Tide Shaper, ignore phased-out objects. Any such effects will expire if their conditions are no longer met after ignoring the phased-out objects."},{"date":"2021-06-18","text":"Any one-shot effects that are waiting \"until [this] leaves the battlefield,\" such as that of Banisher Priest, won't happen when a permanent phases out."},{"date":"2021-06-18","text":"Choices made for permanents as they entered the battlefield are remembered when they phase in."},{"date":"2021-06-18","text":"Each Aura and Equipment attached to a permanent that's phasing out also phases out. They will phase in with that permanent and still be attached to it. Similarly, permanents that phase out with counters phase in with those counters."},{"date":"2021-06-18","text":"If Out of Time happens to be a creature when its enter the battlefield trigger resolves, it will phase out along with all other creatures. You'll never remove the last counter since it's phased out, so all creatures will remain phased out indefinitely."},{"date":"2021-06-18","text":"If Out of Time leaves the battlefield before its enter the battlefield trigger resolves, creatures will untap, but they won't phase out."},{"date":"2021-06-18","text":"If there are no creatures on the battlefield when Out of Time's triggered ability resolves, nothing phases out and Out of Time won't get any time counters. It will remain on the battlefield and won't be sacrificed, since the last time counter will never be removed."},{"date":"2021-06-18","text":"Phasing out doesn't cause any \"leaves the battlefield\" abilities to trigger. Similarly, phasing in won't cause any \"enters the battlefield\" abilities to trigger."},{"date":"2021-06-18","text":"While a permanent is phased out, it's treated as though it doesn't exist. It can't be the target of spells or abilities, its static abilities have no effect on the game, its triggered abilities can't trigger, it can't attack or block, and so on."}],"rarities":["rare"]},"outpost siege":{"name":"Outpost Siege","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Khans or Dragons.\n• Khans — At the beginning of your upkeep, exile the top card of your library. Until end of turn, you may play that card.\n• Dragons — Whenever a creature you control leaves the battlefield, this enchantment deals 1 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, exile the top card of your library. Until end of turn, you may play that card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Khans"},"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control leaves the battlefield, ~ deals 1 damage to any target.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Dragons"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Khans","Dragons"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Khans or Dragons.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ebb24fc7-dc71-4712-8c2a-b5920f78e55d","metadata":{"source_printing_ids":["057ec9ba-b104-40a6-ae84-0f5d63511de6","516a2034-25bf-4b42-9f47-a2418d48286c","51f8c63e-8778-43c5-9093-f419442295cf","880f6602-f335-4ad8-9e2f-f32b6d715f72","a8645f34-b830-4429-8fca-9458d1e3dccc","a9f75fce-f0a1-4dec-982d-a86925c6e9d4","ad63f120-f6d0-4394-b12a-f3e1cf728a2f","b909b8bc-667b-4784-979f-093029b5a156","ed9f3f18-c1fe-4ec9-bf06-eb73751c5d22"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","BLC","C17","C20","CLB","FRF","NCC","PIO"],"rulings":[{"date":"2014-11-24","text":"Each Siege will have one of the two listed abilities, depending on your choice as it enters the battlefield."},{"date":"2014-11-24","text":"Each of the last two abilities is linked to the first ability. They each refer only to the choice made as a result of the first ability. If a permanent enters the battlefield as a copy of one of the Sieges, its controller will make a new choice for that Siege. Which ability the copy has won't depend on the choice made for the original permanent."},{"date":"2014-11-24","text":"If a noncreature card is manifested and then leaves the battlefield while face down, the \"Dragons\" ability will trigger."},{"date":"2014-11-24","text":"If you exile a land card using the \"Khans\" ability, you may play that land only if you have any available land plays. Normally, this means you can play the land only if you haven't played a land yet that turn."},{"date":"2014-11-24","text":"The card exiled by the \"Khans\" ability is exiled face up. Playing a card exiled with the \"Khans\" ability follows the normal rules for playing the card. You must pay its costs, and you must follow all applicable timing rules. For example, if it's a creature card, you can cast it only during your main phase while the stack is empty."},{"date":"2014-11-24","text":"The words \"Khans\" and \"Dragons\" are anchor words, connecting your choice to the appropriate ability. Anchor words are a new rules concept. \"[Anchor word] — [Ability]\" means \"As long as you chose [anchor word] as this permanent entered the battlefield, this permanent has [ability].\" Notably, the anchor word \"Dragons\" has no connection to the creature type Dragon."}],"rarities":["rare"]},"outrageous robbery":{"name":"Outrageous Robbery","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target opponent exiles the top X cards of their library face down. You may look at and play those cards for as long as they remain exiled. If you cast a spell this way, you may spend mana as though it were mana of any type to cast it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"face_down":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0,"mana_spend_permission":"AnyTypeOrColor"},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target opponent exiles the top X cards of their library face down. You may look at and play those cards for as long as they remain exiled. If you cast a spell this way, you may spend mana as though it were mana of any type to cast it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5b194438-6946-45dd-8d77-c9de8c115d09","metadata":{"source_printing_ids":["89d8304d-59e3-4478-911d-54d77abfe69c","b87813fa-ad12-4062-bb9e-436d8418fba5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"If you leave the game, the exiled cards remain exiled face down indefinitely. No player may look at them."},{"date":"2024-02-02","text":"You pay all costs and follow all normal timing rules for cards played this way. For example, if one of the exiled cards is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"overgrown zealot":{"name":"Overgrown Zealot","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color.\n{T}: Add two mana of any one color. Spend this mana only to turn permanents face up.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":2},"color_options":["White","Blue","Black","Red","Green"]},"restrictions":["TurnPermanentFaceUp"]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add two mana of any one color. Spend this mana only to turn permanents face up.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5146b291-1170-481f-a4b9-709dd5c4b09c","metadata":{"source_printing_ids":["96d68d29-499a-4864-be18-bd98fda0d173"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"Mana produced by Overgrown Zealot's last ability can be used to pay morph or disguise costs when turning a face-down permanent face up or to pay costs associated with turning a manifested or cloaked permanent face up."}],"rarities":["uncommon"]},"overlord of the balemurk":{"name":"Overlord of the Balemurk","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Avatar","Horror"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Impending 5—{1}{B} (If you cast this spell for its impending cost, it enters with five time counters and isn't a creature until the last is removed. At the beginning of your end step, remove a time counter from it.)\nWhenever this permanent enters or attacks, mill four cards, then you may return a non-Avatar creature card or a planeswalker card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[{"Impending":{"cost":{"type":"Cost","shards":["Black"],"generic":1},"counters":5}}],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":4},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Avatar"}}],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, mill four cards, then you may return a non-Avatar creature card or a planeswalker card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.176a: At the beginning of your end step, if this permanent's impending cost was paid and it has a time counter on it, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"And","conditions":[{"type":"CastVariantPaidPersistent","variant":"Impending"},{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1}]},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"And","conditions":[{"type":"CastVariantPaid","variant":"Impending"},{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1}]},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 702.176a: As long as this permanent's impending cost was paid and it has a time counter on it, it's not a creature."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"652e87af-7cf0-407f-9fb7-1a630fb8dd47","metadata":{"source_printing_ids":["49993a18-f733-4d1f-b629-12fc45cbb327","49df3de4-ed62-4828-8256-a05220d9eada","6da8e15d-033e-41ab-9f95-656a5737bdac","9b911653-7b96-4cf3-a907-13c5c53a14f7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"\"Impending N–[cost]\" is a keyword that represents multiple abilities. The official rules are as follows: (a) You may choose to pay [cost] rather than pay this spell's mana cost. (b) If you chose to pay this spell's impending cost, it enters the battlefield with N time counters on it. (c) As long as this permanent has a time counter on it, if it was cast for its impending cost, it's not a creature. (d) At the beginning of your end step, if this permanent was cast for its impending cost, remove a time counter from it."},{"date":"2024-09-20","text":"If an object enters as a copy of a permanent that was cast with its impending cost, it won't enter with time counters, and it will be a creature."},{"date":"2024-09-20","text":"If you choose to pay the impending cost of a creature spell, it's still a creature spell on the stack. You can cast that spell for its impending cost only when you could normally cast that creature spell. Most of the time, this means during your main phase when the stack is empty."},{"date":"2024-09-20","text":"If you choose to pay the impending cost rather than the mana cost, you're still casting the spell. It goes on the stack and can be responded to, countered, and so on."},{"date":"2024-09-20","text":"You may return any non-Avatar creature card or any planeswalker card from your graveyard to your hand with Overlord of the Balemurk's last ability, not just one you milled while resolving that ability."}],"rarities":["mythic"]},"oversimplify":{"name":"Oversimplify","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile all creatures. Each player creates a 0/0 green and blue Fractal creature token and puts a number of +1/+1 counters on it equal to the total power of creatures they controlled that were exiled this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Fractal","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature","Fractal"],"colors":["Green","Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"Power","filter":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]},{"type":"ExiledBySource"}]}}}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":"Exile all creatures. Each player creates a 0/0 green and blue Fractal creature token and puts a number of +1/+1 counters on it equal to the total power of creatures they controlled that were exiled this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"25e1d5fe-c2d8-4a11-ad54-bf1626f9ab45","metadata":{"related_token_ids":["ad44b516-28bf-5949-b591-ea9cd4767bcd","cf9d8cf5-80c9-5720-aa4c-e788ba3e23ed"],"source_printing_ids":["0baba16f-086f-4051-9e86-527e45c0f367","4bfc75ff-3213-495d-9e46-3ba5e8b7b5d3","56eae179-f850-4661-b3f0-4d10be77ed8a","db0e1886-fe98-48a3-aa9c-8255c02c0604"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","DSC","PRM","SOC"],"rulings":[{"date":"2021-04-16","text":"If a commander is exiled this way, its power will be counted along with the other creatures. Once Oversimplify finishes resolving, that commander's owner may move it to the command zone."},{"date":"2021-04-16","text":"Oversimplify counts the total power of the creatures as they last existed on the battlefield, not the power of those cards in exile."}],"rarities":["rare"]},"oversold cemetery":{"name":"Oversold Cemetery","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, if you have four or more creature cards in your graveyard, you may return target creature card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you have four or more creature cards in your graveyard, you may return target creature card from your graveyard to your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ed4cd3a1-688b-4c05-948d-39d3336e00c0","metadata":{"source_printing_ids":["06b7312a-c775-4fa8-ba62-c84ff38459e8","29220f44-aa0f-4819-8873-c7a313a8d159","3bbfd715-0772-4516-8cd8-89495dbccf4a","48a6cfd3-20bb-431b-b3f5-bb32a26e5002","f17f95c0-1470-4282-ba26-4908ed36a557","f649ec97-fb5e-49ee-a15a-1acbb54344a6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["DMR","J22","ONS","WOT"],"rulings":[{"date":"2022-12-08","text":"Oversold Cemetery’s ability will check your graveyard as your upkeep begins, before any player has the opportunity to take any actions. If you have fewer than four creature cards in your graveyard at that time, the ability won’t trigger at all. If the ability does trigger, it will check again as it tries to resolve. If you have fewer than four creature cards in your graveyard at that point, the ability won’t have any effect."}],"rarities":["rare"]},"overwhelming splendor":{"name":"Overwhelming Splendor","mana_cost":{"type":"Cost","shards":["White","White"],"generic":6},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nCreatures enchanted player controls lose all abilities and have base power and toughness 1/1.\nEnchanted player can't activate abilities that aren't mana abilities or loyalty abilities.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: Enchanted player can't activate abilities that aren't mana abilities or loyalty abilities."},"cost":null,"sub_ability":null,"duration":null,"description":"Enchanted player can't activate abilities that aren't mana abilities or loyalty abilities.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"EnchantedPlayer","properties":[]},"modifications":[{"type":"RemoveAllAbilities"},{"type":"SetPower","value":1},{"type":"SetToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures enchanted player controls lose all abilities and have base power and toughness 1/1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1099588c-cc26-4523-8bd2-90e1e1433f53","metadata":{"source_printing_ids":["6a4bcbde-6fef-4a01-8896-8cc223894cf8","867b32d2-e396-411d-ac02-1af4106dd3d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","HOU","PHOU"],"rulings":[{"date":"2017-07-14","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities (such as equip and eternalize) are activated abilities and will have colons in their reminder text. Triggered abilities (starting with \"when,\" \"whenever,\" or \"at\") of noncreature permanents are unaffected by the last ability of Overwhelming Splendor."},{"date":"2017-07-14","text":"An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate. A loyalty ability is an ability of a planeswalker whose cost specifies how many loyalty counters to give or remove."},{"date":"2017-07-14","text":"Effects that modify a creature's power and/or toughness, such as the effect of Titanic Growth, will apply to the creatures no matter when they started to take effect. The same is true for any counters that change their power and/or toughness."},{"date":"2017-07-14","text":"If Overwhelming Splendor leaves the battlefield at the same time as a creature enchanted player controls, any \"when [this creature] [dies or leaves the battlefield]\" abilities of that creature won't trigger."},{"date":"2017-07-14","text":"If a noncreature permanent becomes a creature, it will lose all abilities it has. However, if the effect that makes that permanent a creature grants it an ability, it will continue to have that ability. For example, the enchanted player's Riddleform will have flying once it becomes a creature."},{"date":"2017-07-14","text":"If an effect grants a creature an ability after Overwhelming Splendor has become attached to its controller, that creature won't lose that ability."},{"date":"2017-07-14","text":"Overwhelming Splendor overwrites all previous effects that set a creature's base power and toughness to specific values. Any power- or toughness-setting effects that start to apply to a creature after Overwhelming Splendor becomes attached to its controller will overwrite this effect. For example, the enchanted player's Riddleform will become a 3/3 creature if player casts a noncreature spell."},{"date":"2017-07-14","text":"While the enchanted player can still activate mana abilities and loyalty abilities, creatures that player controls won't normally have any of those abilities to be activated."},{"date":"2017-09-29","text":"If a creature enters the battlefield under enchanted player's control, any \"when [this creature] enters the battlefield\" abilities of that creature won't trigger. Any \"as [this creature] enters the battlefield\" or \"[this creature] enters the battlefield with\" abilities won't be applied."}],"rarities":["mythic"]},"overzealous muscle":{"name":"Overzealous Muscle","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ogre","Mercenary"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you commit a crime during your turn, this creature gains indestructible until end of turn. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime. Damage and effects that say \"destroy\" don't destroy a creature with indestructible.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CommitCrime","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you commit a crime during your turn, ~ gains indestructible until end of turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4cb63198-29b5-4607-bd4a-f449807fb764","metadata":{"source_printing_ids":["ce57d977-e9c5-4ed1-915f-cdc90a54f8f8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"A player can commit only one crime per spell or ability they control. Targeting multiple opponents, permanents, spells, abilities, and/or cards with the same spell or ability doesn’t constitute committing multiple crimes."},{"date":"2024-04-12","text":"A player commits a crime as they cast a spell, activate an ability, or put a triggered ability on the stack that targets at least one opponent, at least one permanent, spell, or ability an opponent controls, and/or at least one card in an opponent’s graveyard."},{"date":"2024-04-12","text":"Changing the target or targets of a spell or ability won’t affect whether or not the controller of that spell or ability has committed a crime. Only the initial targets chosen for that spell or ability are used to determine whether or not its controller committed a crime."},{"date":"2024-04-12","text":"For example, an ability that triggers when you cast a spell that targets an opponent will trigger at the same time as an ability that triggers whenever you commit a crime. Those abilities can be put on the stack in either order (if you control them both), and they’ll both resolve before the spell that caused them to trigger."},{"date":"2024-04-12","text":"The spell or ability that constituted a crime doesn’t have to have resolved yet or at all. As soon as you’re finished casting the spell, activating the ability, or putting the triggered ability on the stack, you’ve committed a crime."}],"rarities":["common"]},"owen grady, raptor trainer":{"name":"Owen Grady, Raptor Trainer","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Scientist"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Partner with Blue, Loyal Raptor\n{T}: Put your choice of a menace, trample, reach, or haste counter on target Dinosaur. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"With","data":"Blue, Loyal Raptor"}}],"abilities":[{"kind":"Activated","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":null,"properties":[]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"menace","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a menace counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"trample","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a trample counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"reach","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a reach counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"haste","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a haste counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"put your choice of counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Put your choice of a menace, trample, reach, or haste counter on target Dinosaur. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Named","name":"Blue, Loyal Raptor"},"count":{"type":"Fixed","value":1},"reveal":true,"target_player":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target player may put Blue, Loyal Raptor into their hand from their library, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"4eda40a2-39e5-4b0e-ba6d-8a6f89d6f55f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["a85a1e4c-af02-4072-872f-956fa74f8aa6","d69d3be4-3ab2-426e-90a0-848acf7c2cdb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["REX"],"rulings":[{"date":"2023-11-10","text":"\"Partner with [name]\" represents two abilities. The first is a triggered ability: \"When this permanent enters the battlefield, target player may search their library for a card named [name], reveal it, put it into their hand, then shuffle their library.\""},{"date":"2023-11-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2023-11-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2023-11-10","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Blue, Loyal Raptor and Owen Grady, Raptor Trainer are your commanders, your deck may contain cards with green, blue, and/or red in their color identity, but not white or black."},{"date":"2023-11-10","text":"Note that the target player searches their library (which may be affected by effects such as that of Stranglehold) and that the card they find is revealed, even though these words aren't included in the ability's reminder text."},{"date":"2023-11-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from one of them, not from both of them combined. Command Beacon's effect puts one into your hand from the command zone, not both."},{"date":"2023-11-10","text":"The second ability represented by the \"partner with [name]\" keyword modifies the rules for deck construction in the Commander variant and has no function outside of that variant. If a legendary creature card with \"partner with [name]\" is designated as your commander, the named legendary creature card can also be designated as your commander."},{"date":"2023-11-10","text":"The triggered ability of the \"partner with\" keyword still triggers in a Commander game. If your other commander has somehow ended up in your library, you can find it. You can also target another player, whether or not they have that card in their library."},{"date":"2023-11-10","text":"To have two commanders, both must have the partner ability or corresponding \"partner with\" abilities as the game begins. A creature with a \"partner with\" ability can't partner with any creature other than its designated partner. Losing a partner ability during the game doesn't cause either to cease to be your commander."}],"rarities":["rare"]},"ozolith, the shattered spire":{"name":"Ozolith, the Shattered Spire","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If one or more +1/+1 counters would be put on an artifact or creature you control, that many plus one +1/+1 counters are put on it instead.\n{1}{G}, {T}: Put a +1/+1 counter on target artifact or creature you control. Activate only as a sorcery.\nCycling {2} ({2}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}{G}, {T}: Put a +1/+1 counter on target artifact or creature you control. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"AddCounter","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]},"description":"If one or more +1/+1 counters would be put on an artifact or creature you control, that many plus one +1/+1 counters are put on it instead.","condition":null,"quantity_modification":{"type":"Plus","value":1},"counter_match":{"type":"OfType","data":"P1P1"}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"41fed659-237c-4d8e-ad31-d17fa0d3f764","metadata":{"source_printing_ids":["1d5bab94-362e-45e6-8988-69e2b2c681b1","27455b98-d2a1-41f9-b827-cce21c4c1d84","c9eee658-29e8-4ab5-8a0e-31f2f28a9a92"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM","SOC"],"rulings":[{"date":"2023-04-14","text":"However, if Ozolith, the Shattered Spire somehow enters the battlefield with +1/+1 counters it, its first ability won't apply to itself."},{"date":"2023-04-14","text":"If another artifact or creature you control would enter the battlefield with a number of +1/+1 counters on it, it enters with that many plus one instead."},{"date":"2023-04-14","text":"If two or more effects attempt to modify how many counters would be put onto a permanent you control, you choose the order to apply those effects, no matter who controls the sources of those effects."},{"date":"2023-04-14","text":"If you somehow control two copies of Ozolith, the Shattered Spire, the number of +1/+1 counters put on an artifact or creature you control is two plus the original number. Three Ozoliths add three, and so on."}],"rarities":["rare"]},"pacifism":{"name":"Pacifism","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature can't attack or block.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature can't attack or block."},{"mode":"CantBlock","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature can't attack or block."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5f5e0b10-c8cf-450c-bfd3-bcb0528ec330","metadata":{"source_printing_ids":["0bec2191-7478-4bf8-97d4-b8204990b5d7","0da7c6dc-9325-4866-8c09-78c7021f8f17","0ea081ac-c8b2-442b-908c-096287116a5d","132d0ac2-08aa-4f3b-9616-006c0bf09f59","1b0efc23-9284-4aa4-a0ed-1f1dfdce4cbb","1f44e0cc-68bd-49c6-97d2-be9b353d1579","296359f9-e236-410c-9efe-40089f1607c5","31279d7c-5246-40b2-a8c7-0be4a5f24a29","3d34551e-36a4-49ea-9d2a-4c72575fe06a","42d9d474-d783-432e-b9bb-22514e9eab57","433eed50-81af-4a59-b624-57b6f5f1bb0f","47adc9fc-d620-4cb7-a03c-8d9578992249","5242a576-4d35-4f29-8d40-9a7179e51d0c","5b3a91a5-b897-413e-8fd1-482448a92d83","6492bf53-ad49-4cd5-83df-0005a5b77811","686352f6-d8e7-4d31-83bd-3d087c103e75","73d4f469-ff5c-4122-a254-2a4a2b1b7bf7","783ccfbb-4063-4614-8135-11787227ce97","7c5db339-9b27-404a-878d-16511b546862","839160d2-44a3-4566-be9d-558d043beac8","84817323-785e-4f8c-b0ce-6b9e36bebaf1","87c7ff88-c23e-4be6-989b-99d055db36df","9090b1fa-2785-4352-9aee-ec68a7cd7f45","9791442c-2f42-44f6-85c0-f9de21f113b0","9b8a9d48-ca39-4275-ba1e-f584a3b647df","abbc73f1-efe4-44ed-a97f-9f099afaa5c7","c891df1b-bae6-4d6d-85ee-42901c149f98","dc81638f-a74c-47fc-825a-ae778c524f66","ee262fde-8df1-431f-9e5c-0cafe9212b49","ee6758f0-86da-4812-bbe0-ebbb8c67937a","f3524e49-93df-4a3d-808e-7a2d31c3a12d","f442e3b2-9d65-40c4-a3b9-8cb821980d80","f7939502-d6aa-4bde-b42f-67ed433f95f1","f7b4f7e7-31fa-4009-9b23-cdc2060be8b8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","6ED","7ED","8ED","9ED","A25","ANB","ATH","BBD","BRB","DDC","DMR","DTK","DVD","EMA","FDN","IKO","J25","JMP","M10","M11","M12","M13","M14","M20","MIR","MSC","ONS","PLST","PS11","PSAL","TMP","TPR","USG","WC04"],"rarities":["common","uncommon"]},"painful quandary":{"name":"Painful Quandary","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent casts a spell, that player loses 5 life unless they discard a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":5},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, that player loses 5 life unless they discard a card.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"payer":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c37051cc-6683-4dbb-b5ff-5c3a5bdab1df","metadata":{"source_printing_ids":["05757669-e8a6-4a2f-8479-d4e2ade822ca","82a77811-6e71-4e10-9ae9-1c1cfb8ec17b","bed5e030-874f-4a00-8544-78ba04033f53","c97467f7-01a9-46c8-8e1c-7ebc5f65a0c1","ee7443ee-8da5-4e03-9a9a-a7f04bb4f7df","fecf3dae-1a0c-4cf3-b9bd-ec2ad6acaa1b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","FDN","PBRO","PFDN","PRM","SOM"],"rulings":[{"date":"2011-01-01","text":"Whenever an opponent casts a spell, Painful Quandary's ability triggers and goes on the stack on top of it. It will resolve before the spell does."},{"date":"2022-10-14","text":"Whenever an opponent casts a spell, Painful Quandary's ability triggers and goes on the stack on top of it. It will resolve before the spell does."}],"rarities":["rare"]},"painter's servant":{"name":"Painter's Servant","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Scarecrow"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"As this creature enters, choose a color.\nAll cards that aren't on the battlefield, spells, and permanents are the chosen color in addition to their other colors.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"effect_structure","description":"Effect sentence candidate but line failed effect parser: All cards that aren't on the battlefield, spells, and permanents are the chosen color in addition to their other colors."},"cost":null,"sub_ability":null,"duration":null,"description":"All cards that aren't on the battlefield, spells, and permanents are the chosen color in addition to their other colors.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"baf93873-35e6-4bf2-bdcc-78a5206422fb","metadata":{"source_printing_ids":["3541ff97-f630-44f0-964d-b7d7f9353da5","599c303c-7040-4a96-a5d4-cfe8489baaae","be407a81-b25a-4e5d-845e-be0cc0d18db8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"banned","timeless":"legal","vintage":"legal"},"printings":["MPS","P23","SHM","SPG"],"rulings":[{"date":"2008-05-01","text":"Each card becomes a new object as it changes zones, so this effect will apply to it from scratch in the new zone. Zone-change replacement abilities that care about the new color (like \"[color] permanents enter tapped\") won't work because those effects are applied as the card is entering its new zone. Zone-change triggered abilities that care about the new color (like \"when a [color] permanent enters\" or \"when you cast a [color] spell\") will work because those effects apply after the card is already in its new zone."},{"date":"2008-05-01","text":"If something affected by Painter's Servant is normally colorless, it will simply be the new color. It won't be both the new color and colorless."},{"date":"2008-05-01","text":"The effects of multiple Painter's Servants are cumulative."},{"date":"2008-05-01","text":"This ability affects every card in every game zone, all tokens on the battlefield, and all spell copies on the stack, regardless of who controls or owns them."},{"date":"2008-05-01","text":"This ability doesn't overwrite any previous colors. Rather, it adds another color."},{"date":"2008-05-01","text":"While Painter's Servant is on the battlefield, an effect that changes an object's colors will overwrite Painter's Servant's effect. For example, casting Cerulean Wisps on a creature will turn it blue, regardless of the color chosen for Painter's Servant."}],"rarities":["rare","mythic","special"]},"palace siege":{"name":"Palace Siege","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Khans or Dragons.\n• Khans — At the beginning of your upkeep, return target creature card from your graveyard to your hand.\n• Dragons — At the beginning of your upkeep, each opponent loses 2 life and you gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, return target creature card from your graveyard to your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Khans"},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, each opponent loses 2 life and you gain 2 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Dragons"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Khans","Dragons"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Khans or Dragons.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4d819d35-5cd3-48f1-a77a-b7c3ff82c62e","metadata":{"source_printing_ids":["367945dd-871a-46c9-b047-c701e664d2bb","d9ee5a83-7096-4cbd-ad16-eb839d293d88","da855bb6-adc2-484c-a084-83aff2b267f1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C17","FRF"],"rulings":[{"date":"2014-11-24","text":"Each Siege will have one of the two listed abilities, depending on your choice as it enters the battlefield."},{"date":"2014-11-24","text":"Each of the last two abilities is linked to the first ability. They each refer only to the choice made as a result of the first ability. If a permanent enters the battlefield as a copy of one of the Sieges, its controller will make a new choice for that Siege. Which ability the copy has won’t depend on the choice made for the original permanent."},{"date":"2014-11-24","text":"The words “Khans” and “Dragons” are anchor words, connecting your choice to the appropriate ability. Anchor words are a new rules concept. “[Anchor word] — [Ability]” means “As long as you chose [anchor word] as this permanent entered the battlefield, this permanent has [ability].” Notably, the anchor word “Dragons” has no connection to the creature type Dragon."}],"rarities":["rare"]},"paladin class":{"name":"Paladin Class","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Class"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Gain the next level as a sorcery to add its ability.)\nSpells your opponents cast during your turn cost {1} more to cast.\n{2}{W}: Level 2\nCreatures you control get +1/+1.\n{4}{W}: Level 3\nWhenever you attack, until end of turn, target attacking creature gets +1/+1 for each other attacking creature and gains double strike.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetClassLevel","level":2},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{W}: Level 2","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":1}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":3},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}{W}: Level 3","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"Attacking"}]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"Attacking"}]}}}},{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 for each other attacking creature and gains double strike"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, until end of turn, target attacking creature gets +1/+1 for each other attacking creature and gains double strike.","constraint":null,"condition":{"type":"ClassLevelGE","level":3},"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells your opponents cast during your turn cost {1} more to cast."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":{"type":"ClassLevelGE","level":2},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ac9d52b2-78a5-4b17-8aaf-1c1cb936a508","metadata":{"source_printing_ids":["5bf81fb1-7992-4ae9-b1a8-80c31579a2bf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR"],"rulings":[{"date":"2021-07-23","text":"Additional costs from Paladin Class cards are cumulative. For example, if you control two Paladin Class cards, spells your opponents cast cost {2} more to cast."},{"date":"2021-07-23","text":"Each Class has five abilities. The three in the major sections of its text box are class abilities. Class abilities can be static, activated, or triggered abilities. The other two are level abilities, one activated ability to advance the Class to level 2 and another to advance the Class to level 3."},{"date":"2021-07-23","text":"Each Class starts with only the first of three class abilities. As the first level ability resolves, the Class becomes level 2 and gains the second class ability. As the second level ability resolves, the Class becomes level 3 and gains the third class ability."},{"date":"2021-07-23","text":"Gaining a level is a normal activated ability. It uses the stack and can be responded to."},{"date":"2021-07-23","text":"Gaining a level won't remove abilities that a Class had at a previous level."},{"date":"2021-07-23","text":"If Paladin Class is level 3 and you attack with exactly one creature, it won't get a power and toughness bonus, but it will get double strike."},{"date":"2021-07-23","text":"Some Class cards have an effect that increases when more are under your control. For example, if you have multiple Barbarian Class cards, you roll that many additional dice and ignore that many of the lowest rolls."},{"date":"2021-07-23","text":"You can multiclass or even control multiple Class enchantments of the same class. Each Class permanent tracks its own level separately."},{"date":"2021-07-23","text":"You can't activate the first level ability of a Class unless that Class is level 1. Similarly, you can't activate the second level ability of a Class unless that Class is level 2."}],"rarities":["rare"]},"palinchron":{"name":"Palinchron","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Illusion"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, untap up to seven lands.\n{2}{U}{U}: Return this creature to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{U}{U}: Return ~ to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":7}},"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, untap up to seven lands.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0023888e-7bec-43e0-8dee-d1a4eb94b372","metadata":{"source_printing_ids":["5621db3f-a9e7-4350-9c6a-0ba04a628947","ef772879-44aa-428d-8c12-50d38f8bac80"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ULG","VMA"],"rulings":[{"date":"2004-10-04","text":"You can untap 0 to 7 lands."},{"date":"2022-12-08","text":"You choose which lands to untap as the triggered ability resolves. They aren't targeted, and they don't have to be lands that you control."}],"rarities":["rare"]},"palladia-mors, the ruiner":{"name":"Palladia-Mors, the Ruiner","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, trample\nPalladia-Mors has hexproof if it hasn't dealt damage yet.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample","Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"Not","condition":{"type":"SourceHasDealtDamage"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has hexproof if it hasn't dealt damage yet."}],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"4c2b10ba-1930-4da8-9570-c89b2e239e3e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4663bd13-243e-4b8c-9ca8-158576b58803"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M19","PM19"],"rulings":[{"date":"2018-07-13","text":"If Palladia-Mors leaves the battlefield and returns, it's considered a new object, even if it's represented by the same card. It has hexproof again until it deals damage."},{"date":"2018-07-13","text":"If a triggered ability triggers at the same time that Paladia-Mors deals damage for the first time, targets are chosen for that ability after Palladia-Mors no longer has hexproof."}],"rarities":["mythic"]},"panharmonicon":{"name":"Panharmonicon","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If an artifact or creature entering causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":{"EntersBattlefield":{"core_types":["Artifact","Creature"]}}}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If an artifact or creature entering causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"76678885-3674-443d-b9a2-2a460cf6aac0","metadata":{"source_printing_ids":["07d1335e-f83e-41f6-b125-a906cee67af8","15856326-d943-476a-9d31-898b9f990bb6","1d92b7dd-1f63-4f34-87ca-01a0eaa7b3a1","4d68b906-8d37-4952-82e7-faba4effcf22","6064c5d0-250a-4933-aa69-652eb8afac7f","7721abe9-79a1-4831-87f4-95184e9223c8","7e41465e-b702-4b69-8969-ca1da2ef07fa","823ea3ea-4ede-436d-a899-3e4a52dd56cd","998d0cc8-ca2a-41c3-ab65-d05c26ab8278","9c88ec62-c3c9-4bb8-99f6-04c7a9d65e45","9d7903ff-359b-49f5-8782-c9dd789c2da6","9e87c9d7-6494-4c66-b59e-b5a0416e1466","c23c801e-b429-45d3-896e-289ec0497db0","e8eff48e-6a3d-4c30-ba14-c6ccbc765ce0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","DRC","J22","KLD","KLR","PIP","PKLD","PLST","PRM","SLD","TSR"],"rulings":[{"date":"2021-03-19","text":"Abilities that apply \"as [this artifact or creature] enters the battlefield,\" such as choosing a color with Gauntlet of Power, are also unaffected."},{"date":"2021-03-19","text":"If a triggered ability is linked to a second ability, additional instances of that triggered ability are also linked to that second ability. If the second ability refers to \"the exiled card,\" it refers to all cards exiled by instances of the triggered ability."},{"date":"2021-03-19","text":"If an artifact or creature entering the battlefield at the same time as Panharmonicon (including Panharmonicon itself) causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time."},{"date":"2021-03-19","text":"If you control two Panharmonicons, an artifact or creature entering the battlefield causes abilities to trigger three times, not four. A third Panharmonicon causes abilities to trigger four times, a fourth causes abilities to trigger five times, and so on."},{"date":"2021-03-19","text":"In some cases involving linked abilities, an ability requires information about \"the exiled card.\" When this happens, the ability gets multiple answers. If these answers are being used to determine the value of a variable, the sum is used. For example, if Elite Arcanist's enters-the-battlefield ability triggers twice, two cards are exiled. The value of X in the activation cost of Elite Arcanist's other ability is the sum of the two cards' mana values. As the ability resolves, you create copies of both cards and can cast none, one, or both of the copies in any order."},{"date":"2021-03-19","text":"Panharmonicon affects a permanent's own enters-the-battlefield triggered abilities as well as other triggered abilities that trigger when that permanent enters the battlefield. Such triggered abilities start with \"when\" or \"whenever.\""},{"date":"2021-03-19","text":"Panharmonicon's effect doesn't copy the triggered ability; it just causes the ability to trigger twice. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."},{"date":"2021-03-19","text":"Replacement effects are unaffected by Panharmonicon's ability. For example, a creature that enters the battlefield with one +1/+1 counter on it won't receive an additional +1/+1 counter."},{"date":"2021-03-19","text":"You don't need to control the permanent entering the battlefield, only the permanent that has the triggered ability."}],"rarities":["rare","special"]},"pantlaza, sun-favored":{"name":"Pantlaza, Sun-Favored","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever Pantlaza or another Dinosaur you control enters, you may discover X, where X is that creature's toughness. Do this only once each turn. (Exile cards from the top of your library until you exile a nonland card with that mana value or less. Cast it without paying its mana cost or put it into your hand. Put the rest on the bottom in a random order.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discover","mana_value_limit":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"CostPaidObject"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another Dinosaur you control enters, you may discover X, where X is that creature's toughness. Do this only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"b828ba28-e98d-498b-9ab4-d4aa7143e407","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["150a35f8-bbdc-4f6e-98e3-3bd6a3b8154a","2524645e-b066-4351-885b-10faa8d819d7","5f7045c1-839b-4cc7-a97d-c098edcd770c","d8fb1ff3-21fb-4bb0-a242-88b018f49845"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LCC"],"rulings":[{"date":"2023-11-10","text":"A spell's mana value is determined only by its mana cost. Ignore any alternative costs, additional costs, cost increases, or cost reductions."},{"date":"2023-11-10","text":"If the discovered card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2023-11-10","text":"If you can't cast the discovered card (perhaps because there are no legal targets for the spell), you'll put it into your hand."},{"date":"2023-11-10","text":"If you cast a spell \"without paying its mana cost\", you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the spell has any mandatory additional costs, you must pay those to cast it."},{"date":"2023-11-10","text":"If you discover an adventurer card, split card, or modal double-faced card, you might be able to cast that card with either set of characteristics depending on the effect's discover value. For example, if you discover 4 and reveal Galvanic Giant (an adventurer card from Wilds of Eldraine with a mana value of 4), you could cast Galvanic Giant, but not Storm Reading (its Adventure, which has a mana value of 7). If you discover 7 and reveal Galvanic Giant, you could cast either Galvanic Giant or Storm Reading."},{"date":"2023-11-10","text":"Once you decide to discover using Pantlaza's ability, that ability will stop triggering for the duration of that turn."},{"date":"2023-11-10","text":"Some spells and abilities that cause you to discover may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve and you won't discover."},{"date":"2023-11-10","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If discover allows you to cast a split card, you may cast either half (as long as its mana value is less than or equal to the effect's discover value) but not both halves."},{"date":"2023-11-10","text":"The value of X is calculated only once, as the ability resolves. If the creature has left the battlefield, use its toughness as it last existed on the battlefield."},{"date":"2023-11-10","text":"When you discover, you must exile cards. The only optional part of the ability is whether you cast the exiled card or put it into your hand."},{"date":"2023-11-10","text":"You exile the cards face up. All players will be able to see them."}],"rarities":["mythic"]},"paradox haze":{"name":"Paradox Haze","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's first upkeep each turn, that player gets an additional upkeep step after this step.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"TriggeringPlayer"},"phase":"Upkeep","after":"Upkeep","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's first upkeep each turn, that player gets an additional upkeep step after this step.","constraint":{"type":"MaxTimesPerTurn","max":1},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"daff0e7b-08f2-435f-97b9-9b000e94ffa8","metadata":{"source_printing_ids":["09dc5495-e992-4709-b04f-7ac980b6e99f","3f92e3ed-32f7-40e0-952d-08ca524579c3","a7c74def-83e5-4420-989d-2304bf4743ae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","SPG","TSP"],"rulings":[{"date":"2006-09-25","text":"Abilities that trigger \"at the beginning of [your] upkeep\" will trigger at the beginning of each additional upkeep as well."},{"date":"2006-09-25","text":"If an effect causes the enchanted player to skip their upkeep step, this ability won't trigger."},{"date":"2006-09-25","text":"If echo triggers during the first upkeep, it won't trigger again during the second upkeep since the creature won't have entered since that player's last upkeep."},{"date":"2006-09-25","text":"If two Paradox Hazes enchant the same player, they'll both trigger when that player's first upkeep of the turn begins. The player will get two additional upkeep steps."},{"date":"2006-09-25","text":"Paradox Haze targets a player when it's cast, and it enters attached to that player."}],"rarities":["uncommon","mythic"]},"paranormal analyst":{"name":"Paranormal Analyst","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Detective"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you manifest dread, put a card you put into your graveyard this way into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ManifestDread","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Hand","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you manifest dread, put a card you put into your graveyard this way into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8cbe71d3-b77b-49a7-9c51-ed308011b8b0","metadata":{"source_printing_ids":["60cf954a-5503-460c-8720-8960842eea47"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-09-20","text":"Any time you have priority, you can turn a manifested permanent you control face up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-09-20","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-09-20","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-09-20","text":"If a double-faced card is manifested, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-09-20","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise or morph ability because it will no longer have that ability (or the associated cost) once face up."},{"date":"2024-09-20","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-09-20","text":"If a manifested creature would have disguise or morph if it were face up, you may also turn it face up by paying its disguise or morph cost, as appropriate."},{"date":"2024-09-20","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-09-20","text":"If you didn't put any cards into your graveyard when you manifested dread (perhaps because your opponent controls Leyline of the Void), Paranormal Analyst's ability will still trigger, but you won't be able to put any cards into your hand when it resolves. Similarly, if a card put into your graveyard when you manifested dread leaves your graveyard before Paranormal Analyst's ability resolves, you won't be able to put that card in your hand."},{"date":"2024-09-20","text":"If your library contains only one card when you manifest dread, you'll look at that card and put it onto the battlefield face down. You won't have the option to put it into your graveyard instead. If your library contains no cards when you manifest dread, you won't do anything."},{"date":"2024-09-20","text":"Some cards in the Duskmourn release have abilities that trigger \"whenever you manifest dread.\" In circumstances where you are instructed to manifest dread but can't perform some or all of the steps of manifesting dread (probably because your library has one or fewer cards in it), these abilities will still trigger."},{"date":"2024-09-20","text":"To manifest dread, look at the top two cards of your library. Manifest one (by putting it onto the battlefield face down) and put the other into your graveyard. The card you put onto the battlefield becomes a 2/2 face-down creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-09-20","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-09-20","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a manifested creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-09-20","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered should remain clear, as well as what ability caused them to be face down. (This includes manifest, disguise, cloak, morph, and a few older effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["uncommon"]},"pardic miner":{"name":"Pardic Miner","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dwarf"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Sacrifice this creature: Target player can't play lands this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"Other":"CantPlayLand"},"affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":{"Other":"CantPlayLand"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't play lands"}],"duration":"UntilEndOfTurn","target":{"type":"Player"}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Sacrifice ~: Target player can't play lands this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e1788b54-4cd9-459f-b2c9-06773e68e9e3","metadata":{"source_printing_ids":["4a734abe-7bfd-4153-be2d-1c289fb60996"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rulings":[{"date":"2004-10-04","text":"The ability won’t stop lands from being put onto the battlefield by a spell or ability."},{"date":"2004-10-04","text":"The ability won’t stop players from activating the abilities of lands. It only stops land cards from being played."}],"rarities":["rare"]},"park heights maverick":{"name":"Park Heights Maverick","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Dethrone (Whenever this creature attacks the player with the most life or tied for the most life, put a +1/+1 counter on it.)\nThis creature can't be blocked by creatures with power 2 or less.\nWhenever this creature deals combat damage to a player or dies, proliferate.","non_ability_text":null,"flavor_name":null,"keywords":["Dethrone"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, proliferate.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ dies, proliferate.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on this creature","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.105a: Dethrone — whenever ~ attacks the player with the most life or tied for most life, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"DefendingPlayer"}}},"comparator":"GE","rhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"AllPlayers","aggregate":"Max"}}}},"batched":false,"attack_target_filter":"Player"}],"static_abilities":[{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked by creatures with power 2 or less."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5dd54b2a-7d6a-44f5-8827-ff3660a4b12b","metadata":{"source_printing_ids":["ecd0459c-c4df-40fc-b886-ac3882571e49","f2ecac25-c187-40c6-af50-e7ce0ff9e921"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NCC","PNCC","PRM"],"rulings":[{"date":"2022-04-29","text":"If Park Heights Maverick has a +1/+1 counter on it and is dealt lethal damage, it will die before its triggered ability resolves and you proliferate. You won't be able to add a +1/+1 counter to it in time to save it."},{"date":"2022-04-29","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2022-04-29","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents, and you can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2022-04-29","text":"While proliferating, if you choose a permanent or player with multiple kinds of counters, the permanent or player gets another counter of each kind, not just one kind. This change from the original proliferate rules was introduced in a previous set."},{"date":"2022-04-29","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["rare"]},"parker luck":{"name":"Parker Luck","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, two target players each reveal the top card of their library. They each lose life equal to the mana value of the card revealed by the other player. Then they each put the card they revealed into their hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Player"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"OtherRevealedCard"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":2,"max":{"type":"Fixed","value":2}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of your end step, two target players each reveal the top card of their library. They each lose life equal to the mana value of the card revealed by the other player. Then they each put the card they revealed into their hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"03d1a4e9-3ebc-491f-8741-5d933b500abf","metadata":{"source_printing_ids":["2e4d38dc-d670-4c10-906f-988e4102f5f0","c69e751f-5eee-48d7-9e0f-ddbcca96491e","e375bcf0-7fcb-4fe4-a7e8-a4cbf9b23e3c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","PSPM","SPM"],"rarities":["rare"]},"paroxysm":{"name":"Paroxysm","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nAt the beginning of the upkeep of enchanted creature's controller, that player reveals the top card of their library. If that card is a land card, destroy that creature. Otherwise, it gets +3/+3 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"TriggeringPlayer"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the upkeep of enchanted creature's controller, that player reveals the top card of their library. If that card is a land card, destroy that creature. Otherwise, it gets +3/+3 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f00dd41d-4b11-491a-9e7b-12245092ab77","metadata":{"source_printing_ids":["53320321-4f02-40ee-8171-2375b1d4ed66"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EXO"],"rulings":[{"date":"2004-10-04","text":"The ability is not optional."}],"rarities":["uncommon"]},"party thrasher":{"name":"Party Thrasher","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Noncreature spells you cast from exile have convoke. (Each creature you tap while casting a noncreature spell from exile pays for {1} or one mana of that creature's color.)\nAt the beginning of your first main phase, you may discard a card. If you do, exile the top two cards of your library, then choose one of them. You may play that card this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, you may discard a card. If you do, exile the top two cards of your library, then choose one of them. You may play that card this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Convoke"}},"affected":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":"You","properties":[{"type":"InZone","zone":"Exile"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Noncreature spells you cast from exile have convoke."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"03cd7583-d054-4359-8c94-7776c54198ed","metadata":{"source_printing_ids":["52bb8272-e60f-4aa1-8f98-6110715a78fa","6a0e5378-310b-44b6-8fc8-26c94eaceafc","b7f8bb8d-c46a-4531-9525-6981a222b468"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Because convoke isn't an alternative cost, it can be used in conjunction with alternative costs."},{"date":"2024-06-07","text":"If a creature you control has a mana ability with {T} in the cost, activating that ability while casting a spell with convoke will result in the creature being tapped before you pay the spell's costs. You won't be able to tap it again for convoke. Similarly, if you sacrifice a creature to activate a mana ability while casting a spell with convoke, that creature won't be on the battlefield when you pay the spell's costs, so you won't be able to tap it for convoke."},{"date":"2024-06-07","text":"If you sacrifice Party Thrasher while casting a noncreature spell from exile (to activate a mana ability, for example), the spell won't have convoke when you pay its costs unless it has convoke some other way."},{"date":"2024-06-07","text":"Multiple instances of convoke on a single spell are redundant."},{"date":"2024-06-07","text":"When calculating a spell's total cost, include any alternative costs, additional costs, or anything else that increases or reduces the cost to cast the spell. Convoke applies after the total cost is calculated. Convoke doesn't change a spell's mana cost or mana value."},{"date":"2024-06-07","text":"When using convoke to cast a spell with {X} in its cost, first choose the value for X. That choice, plus any cost increases or decreases, will determine the spell's total cost. Then you can tap creatures you control to help pay that cost. For example, if you cast Wrath of the Skies (a spell with mana cost {X}{W}{W}) from exile, choosing 3 as the value of X, the total cost is {3}{W}{W}. If you tap a white creature and a red creature, you'll have to pay {2}{W}."},{"date":"2024-06-07","text":"You pay all costs and follow all normal timing rules for cards played using Party Thrasher's second ability. For example, if the chosen exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"path of ancestry":{"name":"Path of Ancestry","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\n{T}: Add one mana of any color in your commander's color identity. When that mana is spent to cast a creature spell that shares a creature type with your commander, scry 1. (Look at the top card of your library. You may put that card on the bottom.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyInCommandersColorIdentity","count":{"type":"Fixed","value":1}},"grants":[{"TriggerOnSpend":{"restriction":"SharesCreatureTypeWithCommander","ability":{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color in your commander's color identity. When that mana is spent to cast a creature spell that shares a creature type with your commander, scry 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"b473e293-59e3-4e04-acf2-622604aeb25f","metadata":{"source_printing_ids":["04f35c75-4ede-4c23-867b-58d367f75fc8","06869588-eb99-43b4-9521-948ca9f27c3e","14313a22-93dc-46fc-aeb6-09ab3b6f8686","1852c1e1-fbea-4b14-9927-4b1849f9b8a3","1b0431c1-4310-46f8-8d1e-b6e56de7453d","2a8b1ff6-7d01-46b1-aaf0-2f2271fdeb5a","307eea3e-c029-46a1-839c-1783bb4a6243","30c6f93e-e03f-4749-8b30-9375c79f10f4","34353930-c69b-4ef3-a6d5-c2e6673ea132","35425069-0d8d-4a02-ba7c-50e7abfecb4c","3b792a6a-beac-4d4a-91b6-f5a5e3539ecd","42522c12-874e-450f-bdea-901646eb2821","43710f35-c43f-48bf-82e1-64ba5c3fa03e","451011e2-9f4a-43e4-bba7-e3c7e21492da","4898fba1-d692-4440-bfff-ae535bdc1ba8","4ae7a4a1-0da6-44a9-b7e8-a28733580d0c","4dd83a5d-1908-4141-8449-fac5e77cd6c0","5410dbe8-006d-4267-92f1-b9bd7b1069e3","70e70720-f0b9-4ad7-9366-927d6798d31e","7afc4565-923f-4ad4-a9e9-5113a53386c5","7f3d574a-72b5-43be-b4b5-87865bbc7b5c","821cb722-146d-447e-907d-dc97baa5bc4f","821e64c6-58d1-4601-95a7-bff517465148","836b8f52-10d2-4716-9f7b-38fb23bc68de","92031493-b21f-4029-a01b-0a5c1ddb4776","9335e773-4b45-4b91-8140-5159fe7e0395","95c1557e-68dd-46be-9b1e-0a65e04fe739","9c198ffd-50c8-46ae-a4bd-75c9d39f40de","a674d18a-a710-434a-a833-50ee9b95a23d","ad715137-97d0-4fb3-8fa6-09c6d6a72a7d","b8504812-fcf5-47d3-977d-1d9a11231fd0","cbd35684-4ce2-45e7-9858-4d2a9efe2e54","cdeb7d54-053f-45ee-8062-c3c1f40d27ce","d2731103-47ef-41d3-bf5f-5773b60c7948","d41dac35-2b91-4e3b-b9c8-21187e215a2c","d4c1c9ba-d930-435c-8978-f10a2adb3d4c","d79e2780-94ae-41bb-af48-c63abc726fb5","da838121-732e-4cf2-9456-487306129a73","dbab5b0a-c80f-4604-bec8-04da67ae1691","de0f23f6-3720-4d91-9484-7962e1c295c9","f30552a5-db59-4164-bbd2-44bf7ae1e91e","f975779d-60d4-4838-ac01-74b958b955a1","ff6415d9-14fb-4a58-aa86-bf2063037684"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["40K","AFC","BLC","BRC","C17","C20","CLB","CMM","CMR","DRC","ECC","FIC","KHC","LCC","LTC","M3C","MIC","MKC","MOC","MSC","NCC","ONC","OTC","P30A","PIP","PLG21","PLST","PRM","PZ2","SCD","SLD","SOC","TDC","TMC","VOC","WHO","WOC"],"rulings":[{"date":"2020-11-10","text":"If Path of Ancestry's last ability produces two mana (most likely due to Mana Reflection), spending those two mana to cast creature spells that share a creature type with your commander will cause two abilities to trigger. Each of those abilities will cause you to scry 1. You won't scry 2. This is true whether you spend the mana on one creature spell or two."},{"date":"2020-11-10","text":"If you cast your commander with mana from Path of Ancestry, and your commander hasn't somehow lost all of its creature types while on the stack, you'll scry 1."},{"date":"2020-11-10","text":"If you don't have a commander, Path of Ancestry's ability produces no mana."},{"date":"2020-11-10","text":"If your commander has no creature types, it can't share a creature type with any spell that you cast."},{"date":"2020-11-10","text":"If your commander is a card that has no colors in its color identity, Path of Ancestry's ability produces no mana. It doesn't produce {C}."},{"date":"2023-07-28","text":"If you have two commanders, the last ability adds one mana of any color in their combined color identities. When you spend that mana on a creature spell that shares a creature type with either of your commanders, you'll scry 1."},{"date":"2023-07-28","text":"Your commander's creature types are checked immediately after you cast a creature spell spending mana from Path of Ancestry's last ability. They aren't set before the game begins, and they may not be the same types your commander had when you activated that ability."}],"rarities":["common","rare"]},"path of peril":{"name":"Path of Peril","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cleave {4}{W}{B} (You may cast this spell for its cleave cost. If you do, remove the words in square brackets.)\nDestroy all creatures [with mana value 2 or less].","non_ability_text":null,"flavor_name":null,"keywords":[{"Cleave":{"type":"Cost","shards":["White","Black"],"generic":4}}],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":2}}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all creatures with mana value 2 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"cleave_variant":{"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all creatures.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[]},"color_override":null,"color_identity":["Black","White"],"scryfall_oracle_id":"d41987b0-2ea0-4cc7-8608-70c486db76eb","metadata":{"source_printing_ids":["061be997-1519-41b6-9933-eb625db88eb2","a6c70710-7390-46d6-9f37-71b23323bc4d","f0c5449a-d63b-4b22-9432-8f0365c3c4d9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","PRM","PVOW","VOW"],"rulings":[{"date":"2021-11-19","text":"A cleave cost is an alternative cost that's paid instead of the spell's mana cost. Casting a spell for its cleave cost doesn't change the spell's mana value."},{"date":"2021-11-19","text":"If an effect allows you to “cast a spell without paying its mana cost,” you can't cast that spell for its cleave cost."},{"date":"2021-11-19","text":"If you cast a spell for its cleave cost, that spell doesn't have any of the text in square brackets while it's on the stack."},{"date":"2021-11-19","text":"You can't cast a spell for both its cleave cost and another alternative cost. For example, if an effect gives an Alchemist's Retrieval in your graveyard a flashback cost of {U}, you can't cast it from your graveyard for its cleave cost."}],"rarities":["rare"]},"path to exile":{"name":"Path to Exile","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature. Its controller may search their library for a basic land card, put that card onto the battlefield tapped, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false,"target_player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature. Its controller may search their library for a basic land card, put that card onto the battlefield tapped, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d683d985-9888-4d21-8b5f-69e69ce4a03b","metadata":{"source_printing_ids":["045ce37b-86d2-4e56-84af-b6625b53d13c","061df0a2-1967-4ddd-84e3-3ecf3af98f6b","08c59dfa-361d-4ff1-a15d-6b0cb66571a3","10d55e28-871f-4dd5-a328-46c34de19ea9","163b80e5-52e9-4100-98f8-8ceea9295d49","29a0554d-82ba-4cbb-8114-ed4d1776ef61","29b7a8b1-b98e-483a-87a4-73bd831c03d4","2ee3e42e-120c-468a-988d-4441b6025bbe","30b68ec2-bdb8-46ab-a741-36259926fd6f","33d86b21-1024-4b8e-a7f1-edefa80d9f51","35649ef0-b2fd-429f-be5f-766d5cea5994","3dfddf82-4dc7-4749-aa1c-d58cc6858cc0","437e42e1-a8b5-49db-885b-e7e1a06db59d","4919c263-a9d9-4ff2-979b-2ca8ff138200","4970389b-08f4-4a15-a128-954b072a8137","4e2fe951-4820-4555-8cee-621c66ed8620","4f92d5e6-6834-47d4-8c1e-7eb425954bd3","58237803-5afc-445f-ba95-2233935fdac1","59d40386-6ea6-4b77-8c61-2a9a16a88a01","5c3a6ce7-1ec7-414f-b6bb-cc604c6d529c","5f532fa8-9a97-4d9d-b6aa-f9d356721459","6e4ed445-7b35-4090-9d0e-92532b07c8c7","7e9c2a58-4a1c-454c-b72d-faecaea105fb","90460227-6f34-4403-b2ef-d79f95f44790","90b690f4-9647-4e67-b7cb-b2692ea149b1","95761a9f-fea7-4f8f-b3c4-0b4c596c9f04","95ca89ea-1200-4bb4-ae4b-af35d3ccd35b","9d607a40-608a-44cd-b946-02636b5bea9f","a5b070f2-f2f2-4ccd-9a4b-d19ea01b2298","a7aed564-2d2d-42c4-bf11-812bc1a0284c","aa112736-7596-448a-be2f-0798acb3b2ee","ae0397e7-796b-412b-afec-d22759b610db","bba46570-dca2-4849-966a-0972e6a4c506","bc2bd8b8-2598-450f-a422-1b89797013f1","bde60409-6b44-43ce-9441-af6020fe6355","c2f0feee-99aa-4878-bc81-0c0a6ea9ffe2","cadbcb7c-241c-4e64-8527-d6902f7c936b","d0b5c4d1-4271-4e89-9947-95ca9ff1d63d","e2e30b25-b710-4566-8b0f-56f6e390a446","e75192ef-5087-43ed-88bc-2dcd17793483","e9d36855-c38a-4bba-a642-cff3f81e057e","ea6f35c8-d25c-4d06-b80c-c2e2744cdaec","f14c2a76-b9f5-42f2-8652-dafa5bd132cb","f37b9440-64fb-4467-9840-92610f19ccd7","ff586d1e-9122-4c1e-9cc5-17c13caff2ba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","2XM","ACR","ARC","BLC","CMA","CMD","CMM","CON","DCI","DDI","DMC","E02","ECC","F15","FIC","GN3","JMP","LCC","LTC","MAR","MB2","MD1","MKC","MM3","MMA","MOC","MSC","NCC","OMB","ONC","OTC","OTP","PF20","PIP","PLST","PRM","PZA","SCD","SLD","SOC","SS2","TSR","WHO"],"rulings":[{"date":"2026-01-27","text":"If the target creature is an illegal target by the time Path to Exile tries to resolve, it won't resolve and none of its effects will happen. The creature's controller won't search for a basic land card."},{"date":"2026-01-27","text":"The controller of the exiled creature isn't required to search their library for a basic land. If that player doesn't, the player won't shuffle their library."}],"rarities":["uncommon","rare","mythic","special"]},"patriot, young avenger":{"name":"Patriot, Young Avenger","mana_cost":{"type":"Cost","shards":["RedWhite"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nAs long as Patriot is equipped, other creatures you control get +1/+0.","non_ability_text":null,"flavor_name":null,"keywords":["Prowess"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":{"type":"SourceIsEquipped"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is equipped, other creatures you control get +1/+0."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"6c44d62f-52de-446c-9824-6b474534a612","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["ea0705fd-5446-4960-8afc-ba005f006727"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["uncommon"]},"patrolling peacemaker":{"name":"Patrolling Peacemaker","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Robot","Soldier"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with two +1/+1 counters on it.\nWhenever an opponent commits a crime, proliferate. (They commit a crime if they target an opponent, anything an opponent controls, and/or cards in an opponent's graveyard. To proliferate, you choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CommitCrime","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent commits a crime, proliferate.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with two +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"aa44171d-1c76-40a7-82fc-5ef2abbca647","metadata":{"source_printing_ids":["1e06d6be-c2a3-4c73-a916-89674c0ddfed","34429a6d-2d62-4b4d-9b6e-2006a07837a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"A player can commit only one crime per spell or ability they control. Targeting multiple opponents, permanents, spells, abilities, and/or cards with the same spell or ability doesn’t constitute committing multiple crimes."},{"date":"2025-07-25","text":"A player commits a crime as they cast a spell, activate an ability, or put a triggered ability on the stack that targets at least one opponent, at least one permanent, spell, or ability an opponent controls, and/or at least one card in an opponent’s graveyard."},{"date":"2025-07-25","text":"Changing the target or targets of a spell or ability won’t affect whether the controller of that spell or ability has committed a crime. Only the initial targets chosen for that spell or ability are used to determine whether its controller committed a crime."},{"date":"2025-07-25","text":"For example, an ability that triggers when you cast a spell that targets an opponent will trigger at the same time as an ability that triggers whenever you commit a crime. Those abilities can be put on the stack in either order (if you control them both), and they’ll both resolve before the spell that caused them to trigger."},{"date":"2025-07-25","text":"If a permanent or player has more than one kind of counter on them, and you choose for that permanent or player to get additional counters, that permanent or player must get one of each kind of counter they already have. You can’t have them get just one kind of counter they already have and not the others."},{"date":"2025-07-25","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it’s too late for anyone to respond."},{"date":"2025-07-25","text":"The spell or ability that constituted a crime doesn’t have to have resolved yet or at all. As soon as you’re finished casting the spell, activating the ability, or putting the triggered ability on the stack, you’ve committed a crime."},{"date":"2025-07-25","text":"When you proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can’t choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2025-07-25","text":"You don’t have to choose every permanent or player that has a counter—only the ones you want to add counters to. Since “any number” includes zero, you don’t have to choose any permanents at all, and you don’t have to choose any players at all."}],"rarities":["rare"]},"pawpatch recruit":{"name":"Pawpatch Recruit","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rabbit","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Offspring {2} (You may pay an additional {2} as you cast this spell. If you do, when this creature enters, create a 1/1 token copy of it.)\nTrample\nWhenever a creature you control becomes the target of a spell or ability an opponent controls, put a +1/+1 counter on target creature you control other than that creature.","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Offspring":{"type":"Cost","shards":[],"generic":2}}],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}]},{"type":"StackAbility","controller":"Opponent"}]},"description":"Whenever a creature you control becomes the target of a spell or ability an opponent controls, put a +1/+1 counter on target creature you control other than that creature.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":1}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.175a + CR 702.175b: When this permanent enters, if its offspring cost was paid, create a token that's a copy of it, except it's 1/1.","constraint":null,"condition":{"type":"AdditionalCostPaid","origin":"Offspring","origin_ordinal":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"50ab0194-c7dc-4f11-abc0-1a82393cc42e","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}}}},"metadata":{"related_token_ids":["9a82dac7-6859-5b38-8c39-b3190b8e4f64"],"source_printing_ids":["7d4d88ba-0ee4-4f66-995b-2e50614f50ee","7fc5b558-4470-4bd7-9458-fbd275ded168"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Any “enters” abilities of the copied creature will trigger when the token enters. Any “as [this creature] enters” or “[this creature] enters with” abilities of the copied creature will also work."},{"date":"2024-07-26","text":"If a spell or ability an opponent controls targets a single creature you control more than once, Pawpatch Recruit’s last ability will trigger only once. However, if a spell or ability an opponent controls targets multiple creatures you control, Pawpatch Recruit’s last ability will trigger once for each of those permanents."},{"date":"2024-07-26","text":"If the spell is countered, the offspring ability will not trigger, and no token will be created."},{"date":"2024-07-26","text":"If the spell resolves but the creature with offspring leaves the battlefield before the offspring ability resolves, you’ll still create a token copy of it."},{"date":"2024-07-26","text":"In the rare case where the creature doesn’t have the offspring ability when it enters, the ability won’t trigger even if you paid the offspring cost."},{"date":"2024-07-26","text":"In the rare case where the original creature is copying something else when the offspring ability resolves, the token enters as whatever that creature copied, except it’s a 1/1."},{"date":"2024-07-26","text":"Many creatures with offspring abilities have other abilities that refer to them as “this creature” rather than referring to them by name. This difference is for clarity purposes and does not change the function of any of these abilities."},{"date":"2024-07-26","text":"Pawpatch Recruit’s last ability resolves before the spell or ability that caused it to trigger. It resolves even if that spell or ability is countered."},{"date":"2024-07-26","text":"The token copies exactly what was printed on the original creature and nothing else, except it’s a 1/1 (unless that creature is copying something else; see below). It doesn’t copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its types, color, or so on."},{"date":"2024-07-26","text":"The token created by the offspring ability isn’t “cast”, so abilities that trigger when a creature spell is cast won’t trigger for the copy."},{"date":"2024-07-26","text":"You can pay an offspring cost only once as you cast a spell with offspring. You can’t try to pay it multiple times to get more token copies."}],"rarities":["rare"]},"peer into the abyss":{"name":"Peer into the Abyss","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player draws cards equal to half the number of cards in their library and loses half their life. Round up each time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"TargetZoneCardCount","zone":"Library"}},"divisor":2,"rounding":"Up"},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Target"}}},"divisor":2,"rounding":"Up"},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target player draws cards equal to half the number of cards in their library and loses half their life. Round up each time.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"21fa2442-6eac-4dce-a9cc-76f0053fdb8f","metadata":{"source_printing_ids":["1a22a4ee-487d-4508-a770-f3ac16864e3b","a0f24135-69fb-41fc-9835-dc441fd60cf5","a46820e5-67a4-4b28-bd0c-7ed9443d7dfb","aac00055-640e-4749-8d23-d242e6d0b23a","b0ffd424-5942-4a46-8809-2f02ddfaba80"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M21","PLST","PM21","PRM","SLD"],"rulings":[{"date":"2020-06-23","text":"The life lost is rounded up, not the remaining life total. For example, if the target player has 7 life, they lose 4 life and end up with 3. Similarly, the number of cards drawn is rounded up, not the number of cards remaining in the library."},{"date":"2020-06-23","text":"To draw the cards, first the player determines how many cards to draw, then draws them. This event may be modified so that a different number of cards are actually drawn."}],"rarities":["rare"]},"pemmin's aura":{"name":"Pemmin's Aura","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\n{U}: Untap enchanted creature.\n{U}: Enchanted creature gains flying until end of turn.\n{U}: Enchanted creature gains shroud until end of turn. (It can't be the target of spells or abilities.)\n{1}: Enchanted creature gets +1/-1 or -1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":null,"description":"{U}: Untap enchanted creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: Enchanted creature gains flying until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain shroud"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: Enchanted creature gains shroud until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: Enchanted creature gets +1/-1 or -1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ada2f380-bca7-4d64-9587-bab11c776ba8","metadata":{"source_printing_ids":["6431d71c-f76c-4b36-9e11-b492ec67a266","9fb3e38b-086e-4fbc-b7b1-8564c18276d7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","SCG"],"rarities":["uncommon"]},"pentad prism":{"name":"Pentad Prism","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Sunburst (This artifact enters with a charge counter on it for each color of mana spent to cast it.)\nRemove a charge counter from this artifact: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":["Sunburst"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"charge"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"Remove a charge counter from ~: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with a charge counter on it for each color of mana spent to cast it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.44a: Sunburst — this permanent enters with a charge counter on it for each color of mana spent to cast it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"72e8d67a-41e6-4074-bcbd-b54ead995237","metadata":{"source_printing_ids":["177dd028-e612-49bd-9ff3-1ad2a5bba8e5","2a2862c5-afa8-4e38-a312-483300f8b194","672b9b16-daef-44e6-9a3a-cfd9f3c78bc7","e4beb84e-9eb9-48a2-932a-91fbbf218b5b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","5DN","EOC","HOP","WC04"],"rulings":[{"date":"2020-08-07","text":"Once Pentad Prism has run out of charge counters, it remains on the battlefield."},{"date":"2020-08-07","text":"Sunburst checks what mana was actually spent to cast the spell. If an effect allows you to spend mana \"as though it were mana\" of any color or type, that allows you to spend mana you couldn't otherwise spend, but it doesn't change what mana you spent to cast the spell."}],"rarities":["common","uncommon"]},"peregrin took":{"name":"Peregrin Took","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Citizen"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"If one or more tokens would be created under your control, those tokens plus an additional Food token are created instead. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")\nSacrifice three Foods: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Food"}],"controller":null,"properties":[]},"count":3},"sub_ability":null,"duration":null,"description":"Sacrifice three Foods: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"CreateToken","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If one or more tokens would be created under your control, those tokens plus an additional Food token are created instead.","condition":null,"token_owner_scope":"You","additional_token_spec":{"characteristics":{"display_name":"Food","power":null,"toughness":null,"core_types":["Artifact"],"subtypes":["Food"],"supertypes":[],"colors":[],"keywords":[]},"script_name":"Food","static_abilities":[],"enter_with_counters":[],"tapped":false,"enters_attacking":false,"sacrifice_at":null,"source_id":0,"controller":0}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"188da0ad-8524-4fb2-915e-1876dc9df89f","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f6e24d97-b7f8-5da8-ab97-978ecbecb85e"],"source_printing_ids":["3799ddbf-b90b-440b-8164-162b83e3f290","3c8b8eef-d150-4610-8428-d8ea75eeb80a","f5baee8d-88e7-4468-94a9-66ca8e2caf15","fbbdd288-83ec-4be9-b55f-17771fd5ecc4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Peregrin Took's first ability applies to all kinds of tokens that its controller creates, not just Food tokens."},{"date":"2023-06-16","text":"The additional Food tokens won't have any abilities the other tokens were created with. Anything else specified in the effect creating the token (such as tapped or \"Exile that token at end of combat\") applies to both the original tokens and the Food."},{"date":"2023-06-16","text":"You don't need to control the spell or ability that creates the tokens, but you do have to be the one creating the tokens for Peregrin Took's ability to apply."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"If an effect refers to a Food, it means any Food artifact, not just a Food artifact token. For example, you can sacrifice Tough Cookie (an Artifact Creature — Food Golem) to activate Maraleaf Rider's ability (an ability with \"Sacrifice a Food\" in its cost)."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["uncommon"]},"peregrine drake":{"name":"Peregrine Drake","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Drake"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, untap up to five lands.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":5}},"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, untap up to five lands.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0bd67481-6bd9-48d6-92bd-8933b5ea1eae","metadata":{"source_printing_ids":["230ff548-7b4c-4160-8a60-c893086265e3","2d0e3b84-31ea-4ff2-8028-1e983fad22d4","3a971066-5e32-4582-b392-880919d11388","4951863f-1c16-4d09-ba9a-f57dc3d81a20","5d551c44-216b-42e9-acdd-7ca86f6ef254","611c8fa2-b53f-483b-9efa-759ac59dc30f","86eb4952-593b-4cdf-97b8-d3cdbe424ba6","d0915174-102d-4d86-b386-8647aa231f95","fbe5d85f-bfd3-49e1-a943-ed1ade6bb2a2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"banned","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["BBD","DMR","EMA","PC2","PCA","PLST","SLD","USG"],"rulings":[{"date":"2022-12-08","text":"You choose which lands to untap as the triggered ability resolves. They aren't targeted, and they don't have to be lands that you control."}],"rarities":["common","uncommon","rare"]},"peri brown":{"name":"Peri Brown","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"The first historic spell you cast each turn has convoke. (Your creatures can help cast it. Each creature you tap while casting it pays for {1} or one mana of that creature's color.)\nDoctor's companion (You can have two commanders if the other is the Doctor.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"DoctorsCompanion"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Convoke"}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Historic"}]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Historic"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"The first historic spell you cast each turn has convoke."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2fadf4aa-1b7e-4e72-ad20-809a59ddccf8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3dc386fc-eb04-4d5b-b83e-c383112b4815","4abda47c-a50e-4354-a044-4186c1d22f89","b2f81beb-4565-4cfe-80a2-456f3d44f461","feeb6a54-3d0a-4a64-a9e4-acd683e42761"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Although Doctor's companion is a new variant of the partner ability, the rules for partner have not otherwise changed. Notably, Time Lord Doctors and cards with Doctor's companion do not interact with cards which have another partner ability."},{"date":"2023-10-13","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2023-10-13","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2023-10-13","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2023-10-13","text":"If your Commander deck has two commanders, you can include only cards whose own color identities are also found in your commanders' combined color identities."},{"date":"2023-10-13","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 combat damage from any one of them, not from both of them combined."},{"date":"2023-10-13","text":"The Doctor's companion ability allows you to have two commanders if one has the ability and the other is a legendary creature that is a Time Lord Doctor and has no other creature types. Creatures with the changeling ability, for example, can't be a second commander this way."},{"date":"2024-01-12","text":"Because convoke isn't an alternative cost, it can be used in conjunction with alternative costs."},{"date":"2024-01-12","text":"If a creature you control has a mana ability with {T} in the cost, activating that ability while casting a spell with convoke will result in the creature being tapped before you pay the spell's costs. You won't be able to tap it again for convoke. Similarly, if you sacrifice a creature to activate a mana ability while casting a spell with convoke, that creature won't be on the battlefield when you pay the spell's costs, so you won't be able to tap it for convoke."},{"date":"2024-01-12","text":"Tapping a multicolored creature using convoke will pay for {1} or one mana of your choice of any of that creature's colors."},{"date":"2024-01-12","text":"Tapping an untapped creature that's attacking or blocking to convoke a spell won't cause that creature to stop attacking or blocking."},{"date":"2024-01-12","text":"When calculating a spell's total cost, include any alternative costs, additional costs, or anything else that increases or reduces the cost to cast the spell. Convoke applies after the total cost is calculated. Convoke doesn't change a spell's mana cost or mana value."},{"date":"2024-01-12","text":"You can tap any untapped creature you control to convoke a spell, even one you haven't controlled continuously since the beginning of your most recent turn."}],"rarities":["rare"]},"persistent marshstalker":{"name":"Persistent Marshstalker","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rat","Berserker"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature gets +1/+0 for each other Rat you control.\nThreshold — Whenever you attack with one or more Rats, if there are seven or more cards in your graveyard, you may pay {2}{B}. If you do, return this card from your graveyard to the battlefield tapped and attacking.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Rat"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with one or more Rats, if there are seven or more cards in your graveyard, you may pay {2}{B}. If you do, return this card from your graveyard to the battlefield tapped and attacking.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"GraveyardSize","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Rat"}],"controller":"You","properties":[{"type":"Another"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+0 for each other Rat you control."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"77eb76cf-a361-44e0-aeee-e8ef4b695799","metadata":{"source_printing_ids":["8b900c71-713b-4b7e-b4be-ad9f4aa0c139"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"Although Persistent Marshstalker's last ability causes it to enter attacking, it was never declared as an attacking creature. Abilities that trigger whenever a creature attacks won't trigger when it enters attacking."},{"date":"2024-07-26","text":"As Persistent Marshstalker returns to the battlefield because of its triggered ability, you choose which player, planeswalker, or battle it's attacking. It doesn't have to attack the same player, planeswalker, or battle as your other Rats."}],"rarities":["uncommon"]},"pest problem":{"name":"Pest Problem","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create two 1/1 black Rat creature tokens with \"This token can't block.\" (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Rat","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Rat"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}]},"cost":null,"sub_ability":null,"duration":null,"description":"Create two 1/1 black Rat creature tokens with \"~ can't block.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ecc91e38-90fa-4d89-b262-d5f36dce5be4","metadata":{"related_token_ids":["2ff9f472-d654-56b6-bba6-cb501a09ad5d"],"source_printing_ids":["7f4c0959-a107-4d61-9e51-256b2955f6ba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["WOE"],"rarities":["common"]},"petalmane baku":{"name":"Petalmane Baku","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a Spirit or Arcane spell, you may put a ki counter on this creature.\n{1}, Remove X ki counters from this creature: Add X mana of any one color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"RemoveCounter","count":4294967295,"counter_type":{"type":"OfType","data":"ki"},"target":null,"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{1}, Remove X ki counters from ~: Add X mana of any one color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"ki","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Spirit"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Arcane"}],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a Spirit or Arcane spell, you may put a ki counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f73f8eca-55fe-418f-a244-29ef82cfc47c","metadata":{"source_printing_ids":["7c7ba032-66d6-41bd-af4f-9853b031a474"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["BOK"],"rarities":["common"]},"peter parker":{"name":"Peter Parker","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Scientist","Hero"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When Peter Parker enters, create a 2/1 green Spider creature token with reach.\n{1}{G}{W}{U}: Transform Peter Parker. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{G}{W}{U}: Transform ~. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spider","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spider"],"colors":["Green"],"keywords":["Reach"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 2/1 green Spider creature token with reach.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"f1b7488c-c675-42e9-818a-24a50347ec2c","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["cd0b828b-461a-5835-8da5-0d684b505914"],"source_printing_ids":["2ec821c3-3e5c-4af8-a6ef-e2e77aa8668c","3ce33422-5dba-4a42-8375-dd8ccc692a7b","97fcf5a5-54e1-43f3-95e3-edc6215bf973","98912aae-4e42-4434-b979-9c85f09f8d6d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["OM1","PMEI","PSPM","SPM"],"rarities":["mythic"]},"petrified hamlet":{"name":"Petrified Hamlet","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this land enters, choose a land card name.\nActivated abilities of sources with the chosen name can't be activated unless they're mana abilities.\nLands with the chosen name have \"{T}: Add {C}.\"\n{T}: Add {C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, choose a land card name.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CantBeActivated":{"who":"AllPlayers","source_filter":{"type":"HasChosenName"},"exemption":"ManaAbilities"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of sources with the chosen name can't be activated unless they're mana abilities."},{"mode":"Continuous","affected":{"type":"And","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},{"type":"HasChosenName"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{t}: add {c}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Lands with the chosen name have \"{T}: Add {C}.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"78a2972c-14f4-41f3-99f9-167948bdd73a","metadata":{"source_printing_ids":["355dd460-b0e9-41f2-a058-b7f7e39ac387","ed72d052-d287-448a-bbc5-969ebb1fcb68"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keywords are activated abilities and will have colons in their reminder text. An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2026-03-20","text":"If you name a card that has both a mana ability and another activated ability, the mana ability can be activated but the other ability can't be activated."},{"date":"2026-03-20","text":"You can choose the name of any land card. You can't choose the name of a token unless it's also the name of a card."}],"rarities":["rare"]},"petrified wood-kin":{"name":"Petrified Wood-Kin","mana_cost":{"type":"Cost","shards":["Green"],"generic":6},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"This spell can't be countered.\nBloodthirst X (This creature enters with X +1/+1 counters on it, where X is the damage dealt to your opponents this turn.)\nProtection from instants","non_ability_text":null,"flavor_name":null,"keywords":[{"Bloodthirst":{"type":"X"}},{"Protection":{"CardType":"instants"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"This spell can't be countered."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"Any"},"target":{"type":"And","filters":[{"type":"Player"},{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with X +1/+1 counters on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.54b: Bloodthirst X — this permanent enters with X +1/+1 counters on it, where X is the total damage your opponents have been dealt this turn.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3bc9649c-4350-4c6a-8441-dc76a5f833af","metadata":{"source_printing_ids":["a56fbf32-f08f-4882-b8d4-41ccb60cba63"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["GPT"],"rulings":[{"date":"2006-02-01","text":"\"Protection from instants\" means instant spells can't target it, damage that would be dealt to it by instant sources is prevented, and it can't be the target of abilities of instants (such as Haunt)."},{"date":"2006-02-01","text":"Protection from instants works only while Petrified Wood-Kin is on the battlefield. It can be targeted by instant spells or abilities of instant cards while it's on the stack or in any other zone but on the battlefield."}],"rarities":["rare"]},"petty theft":{"name":"Petty Theft","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target nonland permanent an opponent controls to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return target nonland permanent an opponent controls to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c7b044c3-3cfa-407e-bf20-2875e8e04b7b","metadata":{"source_printing_ids":["06251176-d20f-4960-ac73-135e44b77c83","112e1809-4323-48bc-afa1-13cc7ba6a3b5","25d309d6-9e56-441e-bd29-5c903d5221bf","77fbe280-eca3-4d2a-903b-f25d57c32902","c2089ec9-0665-448f-bfe9-d181de127814","d42a57b2-fbe9-4024-a593-f6dc711a2e9d","ed39ecb5-6c7c-428d-8ff3-7bd30edf00d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["ELD","PELD","PLST","PRM","SLD","SOC","SPG","WOC"],"rarities":["mythic"]},"phalanx leader":{"name":"Phalanx Leader","mana_cost":{"type":"Cost","shards":["White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Heroic — Whenever you cast a spell that targets this creature, put a +1/+1 counter on each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Targets","filter":{"type":"SelfRef"}}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell that targets ~, put a +1/+1 counter on each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"857db7e0-254a-4920-a71d-9bab6555342f","metadata":{"source_printing_ids":["0c6c2458-edb7-4822-866b-ca1b2ea7a8e8","75374265-77e0-41eb-89f2-5048ae715655","96d22985-4354-4015-bd74-0ddf4f0cdf17"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PIO","PRM","PTHS","THS","UMA"],"rulings":[{"date":"2013-09-15","text":"Heroic abilities will resolve before the spell that caused them to trigger."},{"date":"2013-09-15","text":"Heroic abilities will trigger only once per spell, even if that spell targets the creature with the heroic ability multiple times."},{"date":"2013-09-15","text":"Heroic abilities won't trigger when a copy of a spell is created on the stack or when a spell's targets are changed to include a creature with a heroic ability."}],"rarities":["uncommon"]},"phantasmal image":{"name":"Phantasmal Image","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Illusion"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"You may have this creature enter as a copy of any creature on the battlefield, except it's an Illusion in addition to its other types and it has \"When this creature becomes the target of a spell or ability, sacrifice it.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"additional_modifications":[{"type":"AddSubtype","subtype":"Illusion"},{"type":"GrantTrigger","trigger":{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"when ~ becomes the target of a spell or ability, sacrifice it.","constraint":null,"condition":null,"batched":false}}]},"cost":null,"sub_ability":null,"duration":null,"description":"You may have ~ enter as a copy of any creature on the battlefield, except it's an Illusion in addition to its other types and it has \"When ~ becomes the target of a spell or ability, sacrifice it.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"You may have ~ enter as a copy of any creature on the battlefield, except it's an Illusion in addition to its other types and it has \"When ~ becomes the target of a spell or ability, sacrifice it.\"","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"bde94af8-faea-41ff-8eed-ba642eac9968","metadata":{"source_printing_ids":["98e7bf8f-dba7-4005-8cee-634c9153931d","9d4d925d-06b5-43b1-8d31-694a684b1db4","a49bdd0b-fc8d-4706-b614-14d1731fddc0","c1c080cf-a5e8-4d9d-af49-f78588971e87","e7472958-dd1b-48a7-a960-ec2ef3b69ded"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","M12","MM3","SLD","SPG"],"rulings":[{"date":"2017-03-14","text":"Any enters-the-battlefield abilities of the copied creature will trigger when Phantasmal Image enters the battlefield. Any “as [this creature] enters the battlefield” or “[this creature] enters the battlefield with” abilities of the chosen creature will also work."},{"date":"2017-03-14","text":"If Phantasmal Image somehow enters the battlefield at the same time as another creature, Phantasmal Image can't become a copy of that creature. You may choose only a creature that's already on the battlefield."},{"date":"2017-03-14","text":"If the chosen creature has {X} in its mana cost, X is considered to be 0."},{"date":"2017-03-14","text":"If the chosen creature is a token, Phantasmal Image copies the original characteristics of that token as stated by the effect that created the token. Phantasmal Image is not a token in this case."},{"date":"2017-03-14","text":"If the chosen creature is copying something else (for example, if the chosen creature is another Phantasmal Image), then Phantasmal Image enters the battlefield as whatever the chosen creature copied."},{"date":"2017-03-14","text":"Phantasmal Image copies exactly what was printed on the original creature (unless that creature is copying something else or is a token; see below) and it gains the Illusion creature type and the triggered ability. It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on."},{"date":"2017-03-14","text":"The Illusion creature type and the triggered ability that Phantasmal Image gains as part of its copy effect are both copiable values that other effects may copy."}],"rarities":["rare","mythic"]},"phantom general":{"name":"Phantom General","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Creature tokens you control get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Token"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature tokens you control get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b800c3e5-4ed9-4603-a987-d830e90cf25e","metadata":{"source_printing_ids":["11f42791-070a-4e3a-91c8-b801980abb76","2bd4af62-ed1e-47be-991b-0ce984a7b321","eff5d3da-81d0-4776-9200-928af1b0cf18"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["DDK","ONC","RTR"],"rulings":[{"date":"2012-10-01","text":"A creature token that's a copy of a nontoken creature is still a token. It will get +1/+1, but the original nontoken creature will not."}],"rarities":["uncommon"]},"phantom interference":{"name":"Phantom Interference","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Spree (Choose one or more additional costs.)\n+ {3} — Create a 2/2 white Spirit creature token with flying.\n+ {1} — Counter target spell unless its controller pays {2}.","non_ability_text":null,"flavor_name":null,"keywords":["Spree"],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Spirit"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0db20037-35b3-4b1f-8dd6-3ee797c421ca","modal":{"min_choices":1,"max_choices":2,"mode_count":2,"mode_descriptions":["Create a 2/2 white Spirit creature token with flying.","Counter target spell unless its controller pays {2}."],"allow_repeat_modes":false,"mode_costs":[{"type":"Cost","shards":[],"generic":3},{"type":"Cost","shards":[],"generic":1}],"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["2aeeec8f-4a21-58bf-a104-6ef6ea36077b"],"source_printing_ids":["00bf4dd1-5468-4594-9c7b-0737610f19d4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"Each additional cost and associated mode in the text box is also preceded with a + indicator. These symbols also have no rules meaning and serve only to remind players that the listed costs are additional costs."},{"date":"2024-04-12","text":"If a mode requires a target, you can select that mode only if there’s a legal target available. Ignore the targeting requirements for modes you don’t choose."},{"date":"2024-04-12","text":"If a spell with spree is copied, the effect that creates the copy may allow you to choose new targets. You cannot choose new modes."},{"date":"2024-04-12","text":"If all targets for the chosen modes become illegal before a spell with spree resolves, the spell won’t resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-04-12","text":"If an effect allows you to cast a spell with spree “without paying its mana cost,” you must still choose at least one mode and pay the associated additional costs."},{"date":"2024-04-12","text":"No matter which modes you choose, you always follow the instructions in the order they are written."},{"date":"2024-04-12","text":"No player can cast spells or activate abilities in between the modes of a resolving spell. Any abilities that trigger won’t be put onto the stack until the spell is done resolving."},{"date":"2024-04-12","text":"Spells with spree have a + (plus sign) indicator in the upper right corner of the card frame. This has no rules meaning and serves only to remind players that at least one additional cost is required to cast the spell."},{"date":"2024-04-12","text":"The mana value of a spell with spree is determined only by its mana cost (in the upper right corner of the card). It doesn’t matter which modes you choose or which additional costs you pay, including any additional costs imposed by other effects."},{"date":"2024-04-12","text":"You can’t choose the same mode more than once."},{"date":"2024-04-12","text":"You choose the modes as you cast the spell with spree. Once modes are chosen, they can’t be changed."},{"date":"2024-04-12","text":"You must choose at least one of the listed modes and pay its associated additional cost in order to cast a spell with spree."}],"rarities":["common"]},"pharika's spawn":{"name":"Pharika's Spawn","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Gorgon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Escape—{5}{B}, Exile three other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)\nThis creature escapes with two +1/+1 counters on it. When it enters this way, each opponent sacrifices a non-Gorgon creature of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":5}},{"type":"Exile","count":3,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ escapes with two +1/+1 counters on it. When it enters this way, each opponent sacrifices a non-Gorgon creature of their choice.","condition":{"type":"CastViaEscape"},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a44955e7-f1ad-41b9-b93d-0a980ac341d8","metadata":{"source_printing_ids":["a2c8244b-7d86-4dff-9419-3945beb2a7b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["THB"],"rulings":[{"date":"2020-01-24","text":"After an escaped spell resolves, it returns to its owner's graveyard if it's not a permanent spell. If it is a permanent spell, it enters the battlefield and will return to its owner's graveyard if it dies later. Perhaps it will escape again—good underworld security is so hard to come by these days."},{"date":"2020-01-24","text":"As the triggered ability resolves, first the next opponent in turn order (or, if it's an opponent's turn, the opponent whose turn it is) chooses a creature they control, then each other opponent in turn order does the same, knowing the choices made before them. Then all the chosen creatures are sacrificed at the same time."},{"date":"2020-01-24","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2020-01-24","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2020-01-24","text":"If a card with escape is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2020-01-24","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2020-01-24","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2020-01-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."}],"rarities":["uncommon"]},"phlage, titan of fire's fury":{"name":"Phlage, Titan of Fire's Fury","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Giant"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When Phlage enters, sacrifice it unless it escaped.\nWhenever Phlage enters or attacks, it deals 3 damage to any target and you gain 3 life.\nEscape—{R}{R}{W}{W}, Exile five other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red","White","White"],"generic":0}},{"type":"Exile","count":5,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless it escaped.","constraint":null,"condition":{"type":"Not","condition":{"type":"CastVariantPaid","variant":"Escape"}},"batched":false},{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, it deals 3 damage to any target and you gain 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"3407eb6e-b74d-4159-a801-d7163937953c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["480bacad-abb8-41bd-9a33-08b75f4a8817","d08742bb-d980-4912-a2fd-b8edac1fe554","e419cd0b-2449-4cc5-9ead-b9e45e271700"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"banned","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"After an escaped spell resolves, it returns to its owner's graveyard if it's not a permanent spell. If it is a permanent spell, it enters the battlefield and will return to its owner's graveyard if it dies later. It can escape again."},{"date":"2024-06-07","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2024-06-07","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2024-06-07","text":"If a card with escape is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2024-06-07","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2024-06-07","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2024-06-07","text":"Phlage's first ability causes you to sacrifice it if you didn't cast it, or if it was cast using any permission other than an escape ability."},{"date":"2024-06-07","text":"Phlage's second ability triggers when it enters the battlefield, even if it didn't escape."},{"date":"2024-06-07","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."}],"rarities":["mythic"]},"phyrexian altar":{"name":"Phyrexian Altar","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Sacrifice a creature: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice a creature: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8d02b297-97c4-4379-9862-0a462400f66f","metadata":{"source_printing_ids":["043de2ce-9ee9-414f-9385-6e5260173988","25158cd5-749b-408c-9ab1-0f83e38730f7","3c66c54b-b2d1-494d-ae10-a950c184a52f","49141090-f3b0-4748-a7ee-800093fcf29d","95d9f93c-50a8-41a9-be98-d1900bf1c12f","c0f0401f-aa5b-4572-a957-e4e78b70ae3d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2X2","INV","PLST","PRM","SLC","TD2","UMA"],"rarities":["rare"]},"phyrexian dreadnought":{"name":"Phyrexian Dreadnought","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Phyrexian","Dreadnought"]},"power":{"type":"Fixed","value":12},"toughness":{"type":"Fixed","value":12},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this creature enters, sacrifice it unless you sacrifice any number of creatures with total power 12 or greater.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you sacrifice any number of creatures with total power 12 or greater.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":12}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"a7950edb-5670-46fd-a30e-0fe888a5a32b","metadata":{"source_printing_ids":["7b8197b9-0cd1-4fa1-9668-d1b5f1759151"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["G10","MIR","PRM"],"rulings":[{"date":"2004-10-04","text":"Phasing in does not trigger \"enters\" abilities, so you don't have to sacrifice again if it phases in."},{"date":"2004-10-04","text":"The sacrifices are simultaneous, not one at a time."},{"date":"2007-07-15","text":"If the Dreadnought is no longer on the battlefield when the triggered ability resolves, you may still choose either option."},{"date":"2007-07-15","text":"Reverted to its original wording, this now has an \"enters\" triggered ability. During resolution of the triggered ability, you choose one option or the other."},{"date":"2013-04-15","text":"If you are unable to sacrifice 12 power worth of creatures, then you cannot choose that option; in that case, you must sacrifice Phyrexian Dreadnought."}],"rarities":["rare"]},"phyrexian metamorph":{"name":"Phyrexian Metamorph","mana_cost":{"type":"Cost","shards":["PhyrexianBlue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Phyrexian","Shapeshifter"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"({U/P} can be paid with either {U} or 2 life.)\nYou may have this creature enter as a copy of any artifact or creature on the battlefield, except it's an artifact in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}]},"additional_modifications":[{"type":"AddType","core_type":"Artifact"}]},"cost":null,"sub_ability":null,"duration":null,"description":"You may have ~ enter as a copy of any artifact or creature on the battlefield, except it's an artifact in addition to its other types.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"You may have ~ enter as a copy of any artifact or creature on the battlefield, except it's an artifact in addition to its other types.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"340bbe8b-e987-4c3e-ab4e-9dee63e57d4f","metadata":{"source_printing_ids":["34dbcdfe-b48c-44cb-b232-b484f5116cd4","7169ecb8-20be-4c40-8dcb-a93265281538","a564c2e8-f49f-4ed7-850f-7c8bc92e4926","cacaf5ec-6745-4584-9175-36c98742958f","d2e27911-87cb-49a0-a34f-6afe4bddd592","d6afeb07-ed44-4e15-99b6-436f8365326f","e5a1ff9e-fef2-4890-baf2-7bd0852ea0b9","e7501a66-76f8-4f1d-8b4c-2a82b5f930c4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","EOC","HA6","MKC","NPH","PLST","PNPH","PRM","SLD"],"rulings":[{"date":"2011-06-01","text":"Any \"enters\" abilities of the copied permanent will trigger when Phyrexian Metamorph enters. Any \"as [this] enters\" or \"[this] enters with\" abilities of the chosen permanent will also work."},{"date":"2011-06-01","text":"Except for also being an artifact, Phyrexian Metamorph copies exactly what was printed on the original permanent and nothing more (unless that creature is itself copying something or is a token; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras attached to it, or any noncopy effects that have changed its power, toughness, types, color, and so on."},{"date":"2011-06-01","text":"If Phyrexian Metamorph copies a noncreature artifact, it is no longer a creature."},{"date":"2011-06-01","text":"If Phyrexian Metamorph somehow enters at the same time as another permanent (due to Mass Polymorph or Liliana Vess's third ability, for example), Phyrexian Metamorph can't become a copy of that permanent. You may choose only a permanent that's already on the battlefield."},{"date":"2011-06-01","text":"If the chosen creature is copying something else (for example, if the chosen creature is a Clone), then your Phyrexian Metamorph enters as whatever the chosen creature copied, except it's also an artifact."},{"date":"2011-06-01","text":"If the chosen permanent has {X} in its mana cost (such as Protean Hydra), X is considered to be zero."},{"date":"2011-06-01","text":"If the chosen permanent is a token, Phyrexian Metamorph copies the original characteristics of that token as stated by the effect that put the token onto the battlefield, except it's also an artifact. Phyrexian Metamorph is not a token."},{"date":"2011-06-01","text":"You can choose not to copy anything. In that case, Phyrexian Metamorph simply enters as a 0/0 artifact creature and is put into its owner's graveyard as a state-based action (unless something else is raising its toughness)."}],"rarities":["rare"]},"phyrexian obliterator":{"name":"Phyrexian Obliterator","mana_cost":{"type":"Cost","shards":["Black","Black","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Horror"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever a source deals damage to this creature, that source's controller sacrifices that many permanents of their choice.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"ParentTargetController","properties":[]},"count":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a source deals damage to ~, that source's controller sacrifices that many permanents of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"41820f91-27cf-41c0-bb5e-9adf6845a6a4","metadata":{"source_printing_ids":["0f221937-3c8f-4e42-bc3b-1ca261ca83d7","44c4476d-58f9-420d-9545-f5d580c589de","67a9c38b-6b3a-4056-a87c-fc48446f854f","a01c44e5-dd14-4569-8e2d-466f72eaf287","a216360c-ce9a-443a-b5c1-0ecd08aed37f","acf5cbe2-84fa-46f4-a4f2-97b48ddf2d39","e3f21774-ea98-41ae-b4fa-4402f1876cda"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","HA3","NPH","ONE","PLST","PONE"],"rulings":[{"date":"2023-02-04","text":"If creatures an opponent controls are dealt lethal damage at the same time that Phyrexian Obliterator is dealt damage, those creatures will be destroyed before that player chooses permanents to sacrifice."}],"rarities":["mythic"]},"phytohydra":{"name":"Phytohydra","mana_cost":{"type":"Cost","shards":["Green","White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant","Hydra"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"If damage would be dealt to this creature, put that many +1/+1 counters on it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DealtDamage","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If damage would be dealt to ~, put that many +1/+1 counters on it instead.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"4f5a7b65-b7f4-4bad-acfd-35edfb8f86a7","metadata":{"source_printing_ids":["86c336d2-cc14-4b74-a6f9-aab7a084d0de","a5928146-27c6-47f6-8f09-43fe80359309"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["RAV","RVR"],"rulings":[{"date":"2005-10-01","text":"If Phytohydra blocks or is blocked by a creature with first strike or double strike, Phytohydra will get the counters during the first-strike combat damage step before it deals its own combat damage during the second combat damage step."},{"date":"2005-10-01","text":"If another effect would prevent damage from being dealt to Phytohydra or replace it with something else, Phytohydra's controller chooses which effect to apply first."},{"date":"2024-01-12","text":"Phytohydra's ability doesn't prevent damage. Damage that can't be prevented will still be replaced by +1/+1 counters being put on Phytohydra."}],"rarities":["rare"]},"pili-pala":{"name":"Pili-Pala","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Scarecrow"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\n{2}, {Q}: Add one mana of any color. ({Q} is the untap symbol.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Untap"}]},"sub_ability":null,"duration":null,"description":"{2}, {Q}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ad97333e-733c-402f-8ca3-e836c96b843c","metadata":{"source_printing_ids":["4892c152-1f4a-4616-8e7f-0ca4911e621a","bbd4f8bd-a4f3-45e6-8ea7-a5cd4c142871"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["PLST","SHM"],"rulings":[{"date":"2008-05-01","text":"If Pili-Pala is already untapped, you can’t activate its {Q} ability. That’s because you can’t pay the “Untap this permanent” cost."},{"date":"2008-05-01","text":"If a creature with an {Q} ability hasn’t been under your control since your most recent turn began, you can’t activate that ability, unless the creature has haste."},{"date":"2008-05-01","text":"Pili-Pala’s ability is a mana ability. It doesn’t use the stack and can’t be responded to."},{"date":"2008-05-01","text":"Using this creature’s ability means you’re untapping it for mana, not tapping it for mana. Mana Reflection won’t cause it to produce extra mana."}],"rarities":["common"]},"pinnacle kill-ship":{"name":"Pinnacle Kill-Ship","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, it deals 10 damage to up to one target creature.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 7+.)\n7+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":10},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals 10 damage to up to one target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"7+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":7},{"type":"SetToughness","value":7}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 7+"}],"replacements":[],"color_override":null,"scryfall_oracle_id":"ad556aee-3dbf-4c8b-9f3a-31947e26c6f5","metadata":{"source_printing_ids":["bf784de8-5ae2-4c07-92bb-a5b7f593b773"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["common"]},"pithing needle":{"name":"Pithing Needle","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose a card name.\nActivated abilities of sources with the chosen name can't be activated unless they're mana abilities.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantBeActivated":{"who":"AllPlayers","source_filter":{"type":"HasChosenName"},"exemption":"ManaAbilities"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of sources with the chosen name can't be activated unless they're mana abilities."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a card name.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"a188fe7e-68de-4c7c-806c-bfe8fc7b44bf","metadata":{"source_printing_ids":["241616ef-5698-491c-995d-1ff2ca0d455f","45560d90-fe3a-443e-91f2-2b55ce0255c6","556ec6ab-a19f-4caa-8bfa-145555402caf","6e997845-be0e-4130-8d07-5d2963ce8a5e","776899f8-e977-42b7-8b54-6f726a349e3c","786c1e91-9d75-46a3-9e0d-56d29fcb01a7","78eb9e1d-113e-45ff-8435-32ee42fa5631","79d8adbf-37b8-4d69-b25a-57ebd777b53d","81d82869-bb51-4a66-96ad-1ccd81a9734d","98044438-7534-41a9-944b-ea2e2d80fe9d","9cc7bed9-863a-46a4-85db-4c5608542363","c300dcb0-1909-47d8-9818-46b2763d2bf9","e503b59c-df3e-4f52-9a59-195f02a6cb18"]},"legalities":{"brawl":"banned","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2X2","DBL","M10","MID","MPS","PMID","PRM","RTR","RVR","SLD","SOK"],"rulings":[{"date":"2005-06-01","text":"If you name a card that has both a mana ability and another activated ability, the mana ability can be activated but the other ability can't be activated."},{"date":"2005-06-01","text":"Pithing Needle affects cards regardless of what zone they're in. This includes cards in hand, cards in the graveyard, and exiled cards. For example, a player can't cycle Eternal Dragon or return an Eternal Dragon from their graveyard to hand if Pithing Needle naming Eternal Dragon is on the battlefield."},{"date":"2005-06-01","text":"You can name any card, even if that card doesn't normally have an activated ability. You can't name a token unless that token has the same name as a card."},{"date":"2009-10-01","text":"Once Pithing Needle has left the battlefield, activated abilities of sources with the chosen name can be activated again."},{"date":"2012-10-01","text":"Activated abilities include a colon and are written in the form \"[cost]: [effect].\" Triggered abilities and static abilities of the named card work normally."}],"rarities":["rare","special"]},"pixie guide":{"name":"Pixie Guide","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nGrant an Advantage — If you would roll one or more dice, instead roll that many dice plus one and ignore the lowest roll.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"replacement_structure","description":"Replacement pattern matched but line failed replacement parser: Grant an Advantage — If you would roll one or more dice, instead roll that many dice plus one and ignore the lowest roll."},"cost":null,"sub_ability":null,"duration":null,"description":"Grant an Advantage — If you would roll one or more dice, instead roll that many dice plus one and ignore the lowest roll.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b6003419-1a2a-46f3-b32c-47b825324f78","metadata":{"source_printing_ids":["5c2074a9-8b6f-4904-bb8c-ae705d31f2f1","c65631b9-ca62-4851-9eca-9c760fb1a177"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR"],"rarities":["common"]},"plagon, lord of the beach":{"name":"Plagon, Lord of the Beach","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Starfish","Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When Plagon enters, draw a card for each creature you control with toughness greater than its power.\n{W/U}: Target creature you control assigns combat damage equal to its toughness rather than its power this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"assign combat damage equal to its toughness rather than its power"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["WhiteBlue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{W/U}: Target creature you control assigns combat damage equal to its toughness rather than its power this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"ToughnessGTPower"}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card for each creature you control with toughness greater than its power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue","White"],"scryfall_oracle_id":"1c95b7cf-be4d-4961-9073-3e39487492c8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7f8a6bfe-6033-4f6b-ab45-6b553f8b51a1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J25"],"rulings":[{"date":"2024-11-08","text":"Plagon's last ability doesn't actually change the target creature's power. It changes only the amount of combat damage the creature assigns. All other rules and effects that check power or toughness use the real values, even if they cause damage \"equal to a creature's power\" to be dealt."}],"rarities":["rare"]},"plague drone":{"name":"Plague Drone","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nRot Fly — If an opponent would gain life, that player loses that much life instead.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"GainLife","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"PostReplacementDamageTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"Rot Fly — If an opponent would gain life, that player loses that much life instead.","condition":null,"valid_player":"Opponent"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9552fc97-9e6d-4307-bf58-30bf956356bf","metadata":{"source_printing_ids":["50f27998-1f28-4392-bef5-c7e8555158e1","95df49ae-e75f-4d97-8323-ebb62ff1df33"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"Having more than one Plague Drone on the battlefield doesn't have any noticeable effect on life gain. Once the effect of one Plague Drone applies, there is no life gain for the others to apply to."},{"date":"2022-10-07","text":"If more than one replacement effect tries to apply to a life gain event, the player who would gain life chooses the order in which they apply. For example, if a player who controls Alhammarret's Archive would gain 3 life while Plague Drone is on the battlefield, that player may choose to have the 3 life become doubled to 6 life and then lose 6 life. The player may also choose to apply Plague Drone first, turning \"gain 3 life\" into \"lose 3 life.\" Alhammarret's Archive would then not apply."}],"rarities":["rare"]},"plaguecrafter":{"name":"Plaguecrafter","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, each player sacrifices a creature or planeswalker of their choice. Each player who can't discards a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"Not","condition":{"type":"EffectOutcome","signal":"CurrentScopeSucceeded"}},{"type":"ScopedPlayerMatches","filter":{"type":"All"}}]},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each player sacrifices a creature or planeswalker of their choice. Each player who can't discards a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2e3ee458-fa3f-4452-ab95-5a7fb5a0483b","metadata":{"source_printing_ids":["0972aad9-c7a1-42e2-8d2f-aecbb5fd33b5","5c03e00b-034d-4a26-9fc2-f25fc2dfc661","63a10efc-4b8d-4e32-90fb-50ab73810b59","6d238383-e67f-4a34-b431-f079e55b2708","7092aa38-4f05-4b18-b894-d55ca9fe9b15","8682fb87-df14-4277-aaa0-0d53d766c406","97505837-e0e2-4f7b-8581-01942e886bb8","bbad4b00-b56b-4b55-9e6f-3de3e3748fe9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","BLC","C19","GRN","J22","PLST","RVR","SLD"],"rulings":[{"date":"2018-10-05","text":"As Plaguecrafter's ability resolves, first the player whose turn it is chooses a creature or planeswalker they control, then each other player in turn order does the same, knowing the choices made before them. Then all the chosen permanents are sacrificed at the same time. Next, each player in the same order who couldn't sacrifice a permanent chooses a card in hand without revealing it, then the chosen cards are discarded at the same time."},{"date":"2018-10-05","text":"Each player chooses a permanent to sacrifice from among the creatures and planeswalkers they control. You don't choose which type of permanent any other player has to sacrifice."},{"date":"2018-10-05","text":"Plaguecrafter can be the creature its controller sacrifices for its own ability."}],"rarities":["uncommon","rare"]},"plains":{"name":"Plains","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Basic"],"core_types":["Land"],"subtypes":["Plains"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {W}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"bc71ebf6-2056-41f7-be35-b2e5c34afa99","metadata":{"source_printing_ids":["00293ce4-3475-4064-8510-9e8c02faf3bf","00bf269d-aca3-494c-8777-de90ae903af2","00c9001f-a8ee-4693-b8f7-59f10ad8f63a","014efd6a-5b0c-41d1-b7de-78eab5b62917","01e63bfc-c4a0-44a3-a120-13c3cd928ca6","021f3a8e-5ce2-4edf-827d-b748d146e6f3","023d333b-14f2-40ad-bb76-8b9e38040f89","026777d1-e3a7-45a3-8967-527c0b4236e2","02951be2-2521-4e07-a1ba-de2a664ab90f","031b61a1-db66-416d-8187-edc32123131f","034b047d-6363-45ca-9948-8184f822a2cb","0422da01-0252-4f3b-b2e5-9f5b2c0b94ae","0491b4f7-9722-4f7e-932c-e19dc0fdf6d2","07c15c48-8425-48f5-80f7-c8f74ad773e1","07fd89a6-56ef-4488-842b-27bf31d8c04f","080a001b-7815-469b-bd0c-c92453d80e9a","08417671-b22b-4f87-9219-f9291ce971d5","089ae01b-e042-4255-b0ee-17d8f416a8d9","09b484a4-cc3f-43ef-a632-462100bfd1eb","0a143c32-d78b-40ee-8d2b-a8ce303162d6","0a479838-b6b1-4d83-9104-0a79f3b934c7","0a4af7f5-c89c-4e61-9d4b-b9e467ca55b4","0a8bfc4f-ba82-462a-a5e6-5717de69414b","0a95b348-a12e-4ed6-9e95-00bc8ef03982","0b18bbfc-d624-44c5-b3bb-1e9a0fd1f784","0b1b55c1-d74b-4688-a3b8-8480d99524c7","0d0f1dd6-9564-4adc-af7d-f83252e8581a","0d124ab7-0e37-45e2-988f-c98324bf8d9e","0d21476a-6112-4f2a-b87e-e4aea514dcc7","0d4e5bc1-f0c3-4ea7-a549-c36d932103b1","0d7ae52e-9ea7-4e9d-a9c9-c819cc768cd6","0e683531-4a59-4461-b589-5ebcbc51a600","0e7eede2-e682-43b5-b5b7-a61fb8e98082","0eb24b22-d812-466b-b8bf-6562283ee335","0f55597c-f265-4c4b-a5f1-cc58da609534","0fdbb6ae-7c37-44e5-aabb-f1f4de372b16","101b36a6-9cfe-450b-9c61-7f3e8f8109d1","10a087d3-54b1-4000-89d1-0c428659158c","112303c9-e1d0-4a5d-8d18-156fa7e2e036","1164f7ec-7b2f-4cc9-90bb-7eaaa331b4cd","116a7806-1513-44b9-ae95-cbedb7e96b89","11a94c04-b6d3-4118-b252-5146eedae4e8","11e044a4-4332-4385-8279-08cb1cfddfe8","11ee1e3c-32a4-4f2f-b7e3-09a19305521b","11f87b5c-78b4-443c-ad92-f37bb62d0bbe","121cc3c5-522e-4b3c-9551-dc501b006ca1","128226f4-a733-4f0a-ab2b-7789cfa8b443","1299d0cf-76d1-4111-939c-5e1b43347a83","12a1f0bc-5c8a-406a-aea1-95cbc820f3f5","12cff32a-a365-43ee-a196-8ce32b3bb9fd","133c49a9-6c43-4b52-8ee5-b1fb34cba060","1358ef70-1dae-4bb6-a2e2-88ff30d43b99","14afb1a4-753d-4ff4-b283-a7482401b509","14f5f561-39fd-4cdf-b22e-40cfd6a19d12","15dd9a36-55df-4942-a7eb-1c49a7999e68","160af129-48ac-46d0-9400-7cdfde7a036f","16ebbce9-fd10-4c14-b52d-cf82c0c1a58c","18013a78-d156-42bf-89b7-72e7070872c0","18389963-e1d2-4f24-a865-76261c82e873","1851fac7-4f6e-4bba-928a-6485223ce1c8","1856ed2e-dfd6-4794-9fe3-b2a7babcee01","1859ba05-06bc-4e80-8c0b-fd2475c6ca55","1895cf0c-9c2d-41f9-9819-7348ac9e25f0","18a72e75-762b-4760-937a-05031cdec732","18b2a328-226b-4052-9d22-1a52c9f72e1d","1927feea-a2ee-43ca-a413-9084be8f50a2","19ba7ff5-7f2a-4268-9bdd-96061ce5e86a","19ce3b11-18de-4250-a405-8e731882dfd4","19d1d724-731a-4125-99d1-25a81e8ff08c","19e094ea-3dee-47a6-997e-842113774973","1aaea970-a19c-400a-a8cb-5d30f9cc2672","1abb3ffc-9471-42c7-a1f4-66b6a8f9672c","1b104eb8-7095-4aba-a155-d8e147639692","1b405611-27d4-435a-8e8e-6d528626fd27","1b499b37-efaf-4484-95e8-a70a9778c804","1c1cad1f-c81e-4b65-905f-350b02047ea9","1d13dbd6-6c6e-4120-a05a-e77f1e863b35","1d7dba1c-a702-43c0-8fca-e47bbad4a00f","1ee520e7-82c8-4083-855d-ae15931b8407","1f2c4f03-67bb-4cb7-b1c0-0e806b9fc3a8","1f38dded-f642-4c37-b479-9a91dfa2ebd6","20787f63-e310-4f2c-ab13-1bb108ae3eb2","20aec487-ac03-4912-969b-f537864902ce","20ddb0be-d62d-46fa-b753-36dfab935e8a","21a8b83f-b7c8-4a8b-9c5c-31c793c6d9f0","21e41416-bc0f-4e49-9137-df8572e91ae5","2296cffa-be1f-49af-aaca-3166e7043de0","22de1edc-ec67-4694-ab88-2a679c8a450f","241d9f61-b94d-4ba3-b709-791ec647a716","2443d32d-0576-4666-8da8-241de446b7db","247d1875-b59d-475c-926f-0ecf4e7c0faf","2484c9db-44bc-411c-af43-bfe0e30f0ffa","24dc369c-020a-4115-a4bb-d60a44de64e3","24dfb372-0fa8-4c50-adc2-31de4e3fb24e","2576dc74-1847-44b8-aef9-9d74f333b9cc","25d96d9e-c6c2-4c51-ac57-b63dee0cf27a","272e4d2b-2ba7-492f-9f0f-b2b2a2e4c049","27462523-a5b9-440a-8220-68ae46db5f18","275c03f9-f9d2-45c5-a332-b3bee54e7065","27ac1fc7-0698-4a94-8353-cc4c13bd6ffa","27d283ba-9d88-45d2-80d3-7e4fffea6d22","27f8ed5d-a63f-4e8f-8f1a-10bde4fea710","282908d5-29e8-4a55-915e-64883ec3b714","28fae600-d829-412a-8f77-3f25a106f574","29d7f240-803a-4c11-8f4c-6a784566ee13","2a34be94-2b31-45a8-9857-02a1cc29f4cb","2ab98b67-3450-4cb2-9d2d-b4e3448dcd73","2b069f97-735a-4d85-8504-b5a863bd659b","2bcd008d-446e-41ba-a92e-871b9296fead","2c4d8ef3-2b26-4376-a00e-ccd58e3ea2eb","2c88c670-db47-48de-a1f5-c1a06b1e6ce6","2d0ee927-f9f4-48d7-814a-5957ac71aea6","2d2da8b9-797f-46e8-a15d-a86c7c56dc84","2dfe1926-c0d5-40a2-b1aa-988524aefc31","2edf5042-d185-424e-922d-c0bd4ce3e8b0","2ef285a1-dbd0-4e41-9f04-a9120a0421f7","2f05ea5f-891e-4a66-82db-3ffb17efd002","2f2cbe94-227b-4de0-b901-d38d6e95a20d","2f3d1a99-4b5e-4138-b48b-6d7bb8a64293","2f6778ff-6c1c-498a-bbfa-46c35b77a72a","2fa4b03f-60f1-441f-8066-8bc13d5637d1","2fb86b5f-0ff7-4924-8c69-3042ddec7911","301a6a9b-c91d-4337-bc8c-411a50793385","304717bd-3c97-47d6-b2fd-e94c70655058","30f05dcd-3cd6-49f3-828b-01e4cb5d1459","30f2d42b-654b-435b-8b97-3050dbe377ad","3138154c-5763-4105-a635-b697fe4c1e52","3152dd3d-217d-45b0-b5e0-ad108b1aa1ca","315bc0a3-3d1a-4c2e-b12c-e81486a02311","322a6bc1-bb77-4913-a0b9-ac77316b30b0","324b97fb-da4a-4867-abde-825383c74b63","32912b82-bbe5-4d70-817d-cd18bfdecacb","32ebf9dd-2f3d-440c-9935-bb3903ca7452","334ca29a-7fb3-426f-922b-5a2b905a5565","34044cf5-79ed-479c-abdc-3718ec193dd3","34fe1359-c78c-41fb-95d9-fcc7c46f0bb1","3550f914-cacb-4849-af06-1a7b25c2c95f","36392057-e3a8-433f-949a-f62af913598d","36446ad6-8bf0-4e4e-bbab-379c22dbf4f6","3645e11b-6b46-44c0-9741-f70da15692d1","3663ff0c-d02f-49ac-bb88-6f0dbd684337","36ccde39-98bd-4a67-bfcf-a66d9fbd9417","3733ca13-1398-4f8f-a885-4b0b2c498d2b","37edc4b5-75f5-4b43-a57e-a8192565a2a0","38789fff-0207-4b38-9bfd-5464ab62a533","38e2b0ff-8fdf-4db0-85c0-c1010bacd36b","38fbd6fa-39d9-4bc1-b870-dd6f7ff8f807","3912c5c8-3b80-4e92-abc2-eb482e49e9b1","3959d473-10aa-482a-b5aa-ff7bb15cc128","39965b8e-0ddc-4c9d-9eb1-7536ec4a8723","3a438199-54f8-4702-81cf-a9d42e7cd9f1","3a8fd867-8be1-4ee7-bb67-32c3f22db59e","3b40b21b-eae1-4996-98ff-4621faf544b7","3bd35bef-1702-4b3d-b149-8761c5cc5ed9","3c53a80f-54e8-406c-bf84-b8d39b9b7842","3cd136b1-c276-41f9-98ee-3e07eb87bacb","3cf6c0d0-5de8-4909-aaaa-be46466fb370","3d88074e-d394-44aa-a697-43c63d1dc655","3d8d3cd4-0f5f-4424-82ee-d8ba81da47fd","3dd7745b-db3e-4477-a867-fea8c4a38350","3ddcb7af-1f99-427f-971d-dd16b42d1914","3deb3077-484d-42d4-a54b-5fade5335420","3e82b57f-a886-4423-a921-9932055feb68","3e8c67e5-587a-43b2-af47-bbad1f8b52e9","3efd25bb-853c-47fd-822c-02ca6fdc8bcf","3f700330-5fcc-49b8-9163-072627016b95","40337e60-065e-425d-ae35-c639d2bb5b42","405b531e-0f43-479c-9f8e-cf83f7b943a4","4069fb4a-8ee1-41ef-ab93-39a8cc58e0e5","40aca5ca-a37b-4919-aef6-2510b4779161","40e211fe-e843-4d05-a97d-b208b616179a","410d728f-c4fb-4681-9412-48c21976ed3d","418446b3-74e4-42a2-b6fd-bea74ee8c696","41f49a12-297e-47bf-8004-8cff579bf4fd","42014ad8-22d0-4313-906f-5baa39642cf4","425bc1f3-4e6b-4be9-8d3e-2a268a1eae60","427edc1d-0c8c-4a63-9c86-e38afbe7d35f","4315d5ea-eb76-4378-a3da-5d5cdad809b8","4323e4e0-399e-495e-b090-7f3783fc4e4c","43559560-354d-4147-977f-766b58bca9fa","43711fbd-88e5-4300-a9d5-67010e7121c0","440680d3-1eea-442a-b58e-96db09bc279e","44214f36-8bb3-4a32-8046-3ecdfff8407b","44373f76-9b3b-4c27-8b70-eac43155bcde","449d4122-ee9d-477c-976a-809ba8cb1443","45031d49-c82b-47a4-a652-f8904cd9bb66","4528641d-8e3f-4f9f-aff1-94e88cf7eb3a","4578c984-afb6-4532-b5be-093ed4ecb8b9","46198629-2099-463d-ad5a-c919ae64cded","464723b3-0723-45f2-a258-32d098c39039","464fa166-82be-4f28-8fd8-0c9cc4393012","46b94de4-099e-43d7-8f24-d5450b09f1f1","46c75f8e-6590-4338-abbd-a37e08dbd58c","471577f8-dc62-4f10-8adf-1e566ffc75fa","4716a32c-91a6-470a-a686-d5eb3d27f46e","486fbcf9-3a04-47f6-8927-886c2a454499","49f7e5de-1fa8-406e-a411-fc8a11937000","4a4b95d4-4ffb-4db1-80cf-c2c90839e8a3","4a818aaa-7a8b-4547-aa2a-052af21b815d","4a8a055d-fa9e-4e41-970d-a395c357554d","4adc1cc7-e118-43b6-a1fd-45161a8f614c","4add62bc-d24c-4a1f-81bc-e3a6befe3f0d","4b593a52-826b-4da3-ba98-11d4b93458b2","4b7604bd-b3b0-4e55-91c4-3717bae7e457","4b97d2f5-498c-42db-95d9-f9002d4dfcc5","4bbce1b2-19f3-43fd-aa08-6cce9c8878a5","4be390eb-3470-4f36-9bf4-3f9f8e5d5b31","4be96696-aff8-4ef9-97dc-8221ef745de9","4c150b5b-542c-41ce-b980-bb4a940b6c20","4d48ef1f-e000-452b-aae8-c3257f149c7d","4d6b9abd-fd5f-4a7a-a911-77696e6bdf08","4d6f50a8-f210-479b-b7d3-ef01c00ea4c9","4d879a13-6ec3-44da-b3fd-d9c1545f3822","4d968b76-8787-40de-821f-46bd2754fa8a","4db21784-e56b-46bd-97a4-3770f2ef5caf","4e196d67-1923-459d-98cf-646337914d3b","4edb482d-6279-48d6-baa3-047b48c3e5df","4ef17ed4-a9b5-4b8e-b4cb-2ecb7e5898c3","4f04188d-9a76-495d-b3a7-ee44810cf671","4f10be33-bbf8-4b38-bb27-024c2d8dac7a","4ff9fbf5-de6f-4ef9-a6ab-56da4b341b77","50958c6e-9555-42ad-9bb3-2da9faa5cb52","50e8dce4-bdc8-4dd7-b12d-be6a03b2d51e","514c9899-65c2-4f1b-8716-ab144766b385","516106ab-8b92-40ff-acb9-9c635f6159b7","51662253-789f-4a02-9937-688e36775024","51afc6cd-1a39-4160-a265-d92610db1d44","51b0dd0f-8ad8-4292-9df6-7b28ab4605e3","51bb9dee-0246-41f7-bcc6-e402ebc2b701","51cfdbd6-00c3-4eac-acd3-b058b82ff947","51ff6ee0-01f4-432f-916b-ed771904d64c","5221193c-7d9b-439a-991b-a41e27ba66fd","524ff04c-932e-4441-a2a7-1416cd43d232","52ff493a-6336-416e-af5e-1eb6d10c080e","539f0b05-61a2-48da-913a-886bf9d97594","5414daea-c5c2-46e2-bfd7-de96cc7bbfab","546507c7-8fa8-44e3-aeb7-56fabf419d82","54b1c00c-c292-44c7-a6c9-0dcdb00581aa","54db7822-ebed-4c7c-8ede-469d72fd694a","5665190e-ea2a-498e-9c4f-f0bc514bd80c","56bbcfb7-cfbc-4752-9b6c-ffbd5d3dd678","572eab93-7b1d-434b-ba92-844248e472d0","5822b027-369d-46da-b6dd-c31207e2f449","58a735c9-08a1-4950-bf8c-ed1cfba76765","58ba055f-18fd-4981-b181-85729e19112d","598f857d-ee17-4478-bb39-cc3ab77ab8d8","5a189684-bf9e-407f-a8ae-a554169d2ec2","5a8279b9-c1dd-43db-a01b-89567bb43374","5acefadb-8b2f-4319-a5e9-1e8fd9ef3086","5b364f40-c3c0-4e3a-8556-73f6fcc19eec","5b5f9eef-925c-479e-a9a5-ce61fc06f3be","5b9884e4-cfbd-4610-95d0-722aef962f94","5ba9ef2e-d3ec-41f7-802e-e1414f14dd10","5bac2d0d-43db-41f7-99dd-9ff55a4f2b3b","5bb495cc-9908-455e-bec9-3993d595f4f9","5bd5900e-100c-44e8-97e9-b0c15379fea1","5c2812cb-4fce-4ec0-a2d5-88ef4e34d5ef","5c45bab7-a8c3-4877-ae8b-85576f608b78","5cbfbafa-f58f-40b2-a374-68ac35b77d89","5ceff685-b416-43a2-a44e-ae6f0afd45b0","5d918248-85ff-4fea-ac91-aa5466dd2829","5dd76e71-df9b-4fd2-b534-d3f724a56a91","5e8b581b-5177-4cea-8021-42f4d21583ad","5f029c91-f20b-4aa5-a7d9-dd6ddef1c877","5f4bf87b-1e31-4c09-b685-86592eb32be9","5f8e477d-8772-4e54-8857-691f6ab207a6","5f9b6584-ad27-410d-b6f1-c25c91630aea","5fc26aa1-58b9-41b5-95b4-7e9bf2309b54","5fe68013-a519-4dce-a28b-c6304dba8fac","600cc3f3-5400-40f4-99ff-8a4a905e79cf","6089330b-dc26-4c35-ba58-522d5bfb963a","614c9269-77c6-4cef-a987-8ef4c14fcebc","621c7296-a1d1-49da-a1f1-dd62758ad7f7","6242dbef-8412-4ebd-9486-42cec1dc6794","62836a1b-1d1f-4df7-b99b-8bbe07f705f1","62e339a9-3f9b-401e-a459-dc3affc9a114","63607a09-b00c-4c0e-b8ad-d1bb5a45517b","639e47dc-c90f-4f55-9b3a-721240ec04ed","6401c6e7-3415-4e68-b40c-9777c33785eb","65498b4f-a6da-49b9-a565-ac2079d23afe","65b7eb6a-aed1-4fc9-9b10-06169fa50690","65beef5d-df12-4e33-a585-b32f552b58a3","65e1287a-2166-4592-9518-da4b92b3623b","6620b5f4-b1e5-4d1b-bbf2-c6ad9c8284c5","6624e111-8c1e-4a39-812e-3ca2dd9f0dc7","663491e8-b2b2-432a-8d69-daa3fbe7e582","66ad5a57-7296-43cb-b477-826e65d37222","679cdcc9-8a6c-4cfc-9237-23af2cba1980","67a2ff8c-ac4a-425e-afd0-a9010bf87c1c","69a24fc3-90f9-4f2e-91d9-1aaca888e432","69f7ef07-37bf-49de-b5bb-c7641091b92b","6a18b41e-e02e-4348-82cf-57570150563f","6a462a95-f841-45a6-97a2-d6ddcffa3c20","6addf844-2790-4da5-a22d-18df878f2219","6b362e9b-8d25-405e-b70e-f3c9533627a7","6cab2ebd-6ab7-4273-bda3-d7dea81b52c3","6e3231c3-57d2-47d8-97cd-65dda2bc97e2","6e380260-6828-42df-a8b5-1943b05f91dc","6e4454b1-ec19-4917-915b-0c913964e9e9","6e5db4d0-61f4-4cc6-89c4-02a2060b556d","6e6d4bb5-9da7-4d21-9cdc-1732ea61121a","6e6f19b3-4c76-4078-8ed2-b2832a33d066","6ed1902d-0b09-4bbe-9059-a0779450ee05","6f501773-1b39-4a4c-9b45-a950385c9e82","6f6fff16-abbf-4e80-9450-4cb42b13fe38","6fdefa6c-4eee-4fe4-ab22-9e65acc55e3d","707c5467-2a54-4f77-a845-b50c9f5fc041","70dc47f2-a92d-446b-b788-8287b5d609c4","715b89c9-2820-41ec-8a87-b2657ca0c7fe","7244582e-39a6-479e-9239-fc5d98c1a52f","727164d2-2a24-409b-bfaf-c4f279673517","73d7ccab-4d35-495d-a45f-b6b98d32ba03","73fb4a34-c11e-45e9-a986-43c0a0ae5424","7432b894-e7a9-4de7-9470-846e65cd4d0c","74aae970-d66c-424e-8a23-577711af6eab","756abff9-9810-4e2d-b1d7-ec4e2d6d5187","75c3424f-0500-48ce-9779-b77e7763e253","75e639a9-6010-4453-9c25-4ab03664b9b2","763c1eaa-fe29-4b24-8e41-96b94e5a75a4","771294b5-c1a1-4456-8399-1391bc5ba40e","7734ae50-33de-4a2e-9ef9-768ee389b6b6","783eeb62-ab10-437d-a6cd-c3f99401b818","785c94fe-1c75-46d9-a59a-2d84ac531e7d","78bbb80e-880c-4362-98d7-9f1f92563439","796f129d-912f-400b-8077-7b2873ec2040","7978fa58-0860-4082-a674-2d6abce899b9","7a0f9892-89cd-46ff-bc87-114e175cb575","7a2c8b8e-2e28-4f10-b04f-9b313c60c0bb","7a76d8ee-28fc-49ac-951c-a4d29822f91e","7ab3d0fe-6af6-4d02-b41d-0b88b510be4f","7b68bdb0-41cc-48f6-905e-7da1ff4ba5e0","7bf7d68a-dbd0-45f3-acbb-59ee38e6057e","7c2839fa-33eb-47fb-9541-77c68612aa02","7c80d185-09f1-4b2d-9950-85d24a5fe120","7c88ade7-4b1c-4380-a19a-8ba18fa4adaa","7cfd53b2-3991-4a57-81b5-46618aecce4a","7d39625b-cfc5-439e-b888-fbd7849f47a6","7d93c502-5fe7-4129-aa3d-7758729cbd53","7ded4b2a-ba56-43da-8ea7-392b77fc2926","7e134268-9ce9-4192-b548-90bedbfe654e","7ec6a88c-0e68-45e0-bfb7-67ea1951ed51","7ee52bef-0586-46b8-a405-f4e0741f0059","7f2db9b8-648f-4c7f-bd58-1069a1417a22","7f65a77d-6fa9-4f26-a9bd-8b34a9b1bed4","80897666-ade2-4f70-9c4d-235753b44a23","80b6636d-a342-4d49-9d1a-ab15b3d837c5","81a1a8a6-916b-4eef-8079-6775afcb63cf","81bbbf38-5d1a-4013-aff9-6167709897f0","81c96115-3728-4f3c-9438-d53550974363","82283c22-9b64-4f41-a5bb-aeb737eee5c9","823a3cdb-2e98-46d0-9a6e-18ff967de644","825f809d-fb64-4101-a985-c3533f26a345","82dd5b8c-2c2f-4185-b176-a94b43729a29","83edf237-817e-4482-8dc0-1a502846720b","83fbc748-fe45-4b06-b2ec-71087f7225ec","8410f6f6-4557-4102-9f84-fe208f7118e4","84144d57-f0b6-4011-aee8-c626c21998c4","8427be4a-126e-4188-9f3f-ad67b9d7fea5","84621715-ce30-4736-99d0-b7984cc8776b","84908444-ee0f-430b-9a5e-f6810aa8bce1","8538a97f-302d-468a-8a6c-50c800d614e5","854a255e-fd89-4c5d-b97b-416a9ac70960","859e0813-96e9-40c3-8e7c-bee8bef27585","864501ff-41b6-4732-b975-e4bc7ae36115","86626d69-78e0-42b9-81ed-fef46e3a89f7","8673e184-2b58-44ef-bb68-bd3d139ed0ba","8703ecd3-1ffa-489c-b8e1-f4d9b5ba2c12","879162e8-3a10-40da-8d86-9a7dff67c961","879f7f54-25a3-440b-848d-0e780277a681","87a66868-2efa-4985-b4fc-405d7fa8d410","87e53e2e-0703-45d3-ab91-78f5241c32bb","887f543d-e120-41f1-be69-e21b40bc1003","888f32ad-3bdd-4c46-b3f0-522ac9763591","888f8793-83ed-437a-b06c-aec97205664b","88f96591-4f22-451e-bfb5-32561cc4640d","8911f09d-1c82-410e-9de0-21b619820da5","895fcea3-23a0-4442-90a2-26684cbae3b4","89f97882-408d-4e00-910d-ad0598d630f4","8a299a1e-1ce9-4668-a5f5-c587081acf6b","8a3cedf5-901b-4ea9-882b-d0058c2f9e00","8a65b379-47a9-48f2-be6e-abb4e7868ad0","8a790328-70b3-477d-bf02-8718870367ae","8a880169-41ca-4507-83fd-306a489d31ce","8b74c845-494d-42de-99df-02d07047a3c5","8bbb3646-c427-4302-86ac-9ac28d045959","8e07d3e6-c602-446f-a453-f54f13bfc55a","8e5173aa-1eca-46ae-81ea-0b1dfe5e12de","8faef4f9-931f-40ab-8ed6-5fcb5c680afa","8fb2afd8-7958-4864-81d4-210d91470aca","8fd675c7-7dac-4ad1-9243-6d1eda0fa30c","9045a9a2-e63f-4a68-9f20-28a43518f71f","904a9d1f-8e3e-4cbb-ab2b-99fe0abae01a","90742ab3-89fb-4ac1-9bf0-0e2d17252bff","910f2bcd-8d37-417c-a969-86e04f1daf23","9129628e-ee2b-450b-a3d6-fc94e9bf477d","912e30e7-9b8b-4c27-af3a-ffdcfe8b6feb","91348123-e2d0-4acb-ab4e-ec17652b7853","92342f45-ccfe-4d94-82ba-2fd55128326f","926aad15-87a8-4510-b327-d1648f89c497","933be7f9-9bfe-45cf-9dfc-60f72cd58db1","93653b18-3821-485e-afeb-edafb0a9e84e","938a2c05-eff1-4cdc-9c14-ede3f62fa0f5","9433619d-5bd1-41e9-ab7a-364c98347b1d","94e88862-d53d-49b6-8aa5-95f07507c6e1","95347dba-09e9-47a3-a068-db78ba39714e","9591fd15-78d9-4089-a075-031ab2affd2d","96ac45c4-2495-4a1b-bc37-11e31ee0a952","96c9319a-a257-472a-9ab3-676d41adf877","96f86c6a-b43d-4c41-bd80-a203520a6e5c","97b7beb9-0805-47b9-8e62-ff110e9e086a","97e0aaf3-eba0-445e-b560-f889b800e6b7","9815dc61-22d7-4ca8-acc4-4d991d5205b9","999d82f8-6c64-4b6a-a8ac-fbc48dd1750c","9af8111d-cdfa-40c3-8a85-ae2890032bfd","9b13182c-0529-4da2-b5ae-9d61fe0a0f5f","9b5fbeae-9bd5-4741-80a2-9b646b374328","9c49b9c5-f701-49ff-aa3c-59e11add5d52","9ca16bd5-e261-4229-a92d-7cd55654dd11","9d025ba8-f966-4af4-a7f6-a148b1515bc6","9d4b8bde-412b-4d12-b296-7364c95e0510","9dd2d666-7c6b-48ce-93dc-c004ebdd1fe9","9deeda0b-81f7-484d-a99d-0e7d2449d157","9eafee37-1191-40b4-af5d-cc51b737b966","9f015fe9-c7fa-4503-b0cc-c0e7f098882f","a04af0ed-b978-498a-aa56-27f009d58d58","a081aa52-4809-4109-acd4-6a67ca3a114a","a1cf2f81-3041-4349-9b37-f215c4e38c5b","a1e5a611-ad7b-4654-a8f1-d024056c346e","a2125c3e-d52c-44b9-b9f1-89f02236d447","a251f4cb-054f-43ac-94af-bd205f97327f","a26fd28e-d053-48b3-ab4c-2dc6fd33fa64","a2b0679c-e7cd-43e0-bf8b-4518734f946b","a334360b-2943-4442-8557-e0a5efd272b7","a34ef351-2864-42f6-8943-75bb6fffc9f7","a37c667a-f035-49b2-9f34-9831e186ae82","a3ae6956-7f2d-4569-a9f8-3972b5ec5e56","a3cc4f04-9fc2-4ee0-b60c-a102e442141f","a410e95b-afd0-4ac4-beb5-96163b411fe2","a4446149-341b-449b-86e2-2b6b47b7a75e","a4901260-073a-4d06-8167-c322c55ab210","a4c77ab1-aae2-44b4-94a8-74819db16363","a5bfb654-ab99-4272-a184-b95e1022af5c","a6dc63b6-3a3f-4f14-af8a-f239b07f5b5a","a7394e45-797f-4991-98b2-6570eaf82c81","a7f1d17a-c17c-4a27-97db-a37ee8c0e706","a845de50-4af0-4f4a-9c2a-db587973571c","a8ab8c09-851d-4f38-8d30-a61fca7629be","a8d4a0cf-9bbc-43da-a88c-47cb43fe13af","a9891b7b-fc52-470c-9f74-292ae665f378","aa69cedc-49ce-48f3-88e1-94b9bc061bf4","aa6f0743-c433-4348-bcef-20cfe7b28293","aa74b27d-2381-496d-a3ef-af3722c7b4e7","ab53b300-38b2-436c-834c-b0162dd3b757","abadcf9e-46ed-4a8b-888c-0cd3756bc8ab","ac15978d-41e6-4eaa-9456-0de3b912d437","ac754820-343e-4c01-bcfa-89fa5c8c7e1d","ad0b7076-03b9-4a8b-a55c-6cba0b8162e8","ad1317da-9e81-4aff-8c04-9155d14be90c","ad6be912-4d77-45d2-b653-7fbbee6a881a","adf67e21-3306-4c4e-a021-9b997cc8c48c","ae15af8d-da17-4967-9d1d-49a9071d80df","ae92dc5d-00dd-42c2-8f02-a6658dfb3f01","ae92e656-6c9d-48c3-a238-5a11c2c62ec8","af6db62d-62de-4b63-938c-2d2c946c5aca","afb59eef-385b-4a9d-b70c-952387b30310","afcf799a-7a65-474b-b9c8-755f25ac74a9","afd8bc4a-46a6-48af-9e17-712517e9d8a6","b078ef66-a83b-4e12-bcba-838bc3809322","b0b9bcca-b41a-4a6a-b380-36bfea9f0715","b0e22017-301e-4c02-b496-c648ef97d919","b11c9a26-3234-480b-94cf-49f15f2b0002","b1623d57-4729-4796-b3f7-f1837a05c6ed","b18fb598-90bf-41fa-ab53-a182580296e5","b251c9f7-7df5-4abf-afd7-813999996dfe","b2715553-ba9c-4753-9a1f-d13d8e2ed24f","b2a646c9-8347-4b62-829e-6af6b275346a","b3344d18-e7b6-43ad-ab59-9ceaf49269f7","b3bce7a8-b9ff-4e38-853c-58ffaad53fef","b41e0881-6ecb-4b1b-816b-d80a74a414ac","b43da6f6-fe15-41d3-932d-4ec3d16cc0b2","b4da90d5-d793-4412-acc3-e0c2a5c10e18","b4f8fa19-a872-4542-bf24-8bba9f0a64a1","b5453630-bfff-4403-a9a9-49f1534e1d42","b5626933-5b62-4389-ac99-334ad71b7a78","b5b4963b-c706-439f-9800-ff5d70003dcf","b7231444-005c-44c6-bfa5-274eda30b419","b7331b03-be66-419c-94bc-ed494c042ea3","b75ca372-c110-4321-b497-8841547f3c2b","b7de212e-93d3-430d-b4b8-242b7b526eda","b8c391f2-b340-43c7-89e6-afac5b70491f","b8d7d5f2-29bd-4015-b98d-c7ed71373f0d","b8e41010-a7d2-4e78-8f7b-502347f8c47d","b983acda-68b6-468b-b0c1-aad8b53db49c","b98f9405-b8bb-4f50-8ace-0969abc86308","b9dbdef6-e141-45bc-9209-5c17a8ad135b","b9e35567-05df-4a3f-8c29-d8327abc2e8d","ba708fff-a428-4783-b405-4c7e6ea72fd3","ba855a4c-a16e-4609-94e3-d780f2df2dea","bac08825-ca54-4a9f-bf4f-f75708a1550b","bac23c5e-a489-4fba-b14f-a968b202ac22","bc14d179-1833-4364-a2e8-c94851df0b67","bc4f4b6d-ff35-4b1f-974b-f39569e6b3c7","bc73d7ff-bbef-4df9-ae7f-aa2ac8ac7025","bc7bc42c-1619-43c1-b720-1dafa391391f","bcdd1595-d94d-46b1-b87f-b910ae35fa3a","be0334fe-3de3-4779-a31d-d021db50b62b","be26189e-1de6-4f69-b5f6-29ea7f5a7d9c","be30f027-ffdd-4d81-bed2-4adb6b4b803f","be849ad5-9f96-4605-a0dc-8b9588ac7dd6","beaa0e2d-2003-48c8-bc18-a4fae1972594","bf39f344-1204-4c90-93b5-c04a24f0f1f5","bf756c6e-df34-4834-b0ef-824e0aec3ee3","bfa36806-235e-49b7-a637-494c91926ede","c05ce2e3-44e9-441b-9467-46a3c6642184","c0690e60-e11e-4903-b1e0-e36854213b65","c160b1e7-8fad-4592-899c-995d09bc8b52","c20ec10e-78fc-49dc-a112-7863a34056b1","c23864ff-e83c-4899-99e0-4ca5167bd4e1","c260e1fd-8de2-41f1-a228-5476dbc56b17","c3345553-8f04-4a83-9b6b-95ca0654921d","c3f33598-1344-4365-9067-17a7379de894","c40b8460-30ae-4390-8bc6-ef69ff048572","c453d1ea-9a42-4ccb-9391-eec122025647","c574549f-da6c-4080-8748-6ef146a7ae48","c577a2c0-88e3-49da-9586-6148f19e5c27","c5b472d5-da70-4fd9-a68c-10e17797ad0d","c62977b4-ffbd-43e5-9b36-2d3e6557b56b","c71446bd-08f2-41fe-ae44-db44814c8afb","c7191d23-b68f-406b-8c28-8dadbaef6562","c7595395-cfc0-45e3-8290-6c97735a860d","c75d8ab6-0391-4bd7-9861-d2f6dd745a51","c789adc0-69ed-4d1c-8a20-ca219020fd2c","c7f7baf6-de14-40f8-871f-dda889672608","c80e0478-8c53-4406-acc0-b7662c9c382d","c8409f3e-aa2d-4ee0-b9e8-97c03aff5eff","c95e9696-6e9d-462a-a40e-117df77e3909","c9cd4d57-8c51-4fcf-8a9f-5d6a61c33e3d","ca8fb179-7e81-4b20-8b81-ea1aa97afe58","cb382733-ff3d-43e2-9b1e-efa2f7c28173","cb3b6487-6a9d-4297-aa38-94cd687f8f80","cc084e24-22fe-4326-b894-54d79fbeba2f","cc0bcdbe-be63-446a-8838-8790bda308a3","cc3db531-3f21-49a2-8aeb-d98b7db94397","cc623027-2b5c-489a-9bfc-763d678832d6","cd825844-18af-4c35-9a37-595c6fc8084d","cd97a3ed-e266-4cf3-bdf3-305d87373742","cd9a8337-e4ca-458d-8fcd-672d8d6f1c0d","cdf91075-8d8d-43c3-8125-2469e2dcd132","ce48b0a0-40b7-4f32-b841-7deae02045c6","ce617aad-2c72-4b47-a9ae-51792459cffd","cefbe595-93a9-4a5d-b5a5-4f517cec7bdd","cfe51d97-66f6-4ac3-b926-01ab7e4c5686","d056a94a-a07d-4494-a75c-b3f6f59457b3","d08e9aad-3b06-4cef-8b91-0087bc5881f8","d0bb41fb-f224-4705-ba61-b7cac835be4d","d17f8abd-c087-4039-8dfd-c6168f7db0a6","d293ea0f-8b87-4d8a-ad8f-650131c83c20","d34b85da-bd53-45bd-8ff6-d5dc73514103","d3bd857b-87d0-4a0f-9aac-0b1b661bb3bd","d3c1ab59-3771-484c-8a79-2bb36655b6dd","d595ba72-3334-48f4-9ea9-a43f5e824aa8","d5aa2449-6b74-4319-858f-caa9282da5c1","d5e327d5-2e51-4fdc-a0c8-edd3dd77c058","d60f837e-736c-4a20-ab47-dbee4617ebcc","d7147b73-a7fa-4ecf-b9a1-a3f4851a5bef","d7744562-1df1-4aea-ba15-5aa1e50e26a0","d7d20b8a-0aa7-45f6-8c87-01d85beb2771","d8098d41-38dc-4f82-b65e-d3bc7d8e0fcc","d812b6f3-83f0-44c9-8583-eb97fd8fade8","d85121b9-2aec-4a79-bd18-d472fb9a8d0b","d85d0f25-a24a-4de0-9b8b-93fb5017bce9","d8fdfa7d-fd11-4c11-8743-a21538474314","d92ef517-2417-43a2-8b1a-0673d1531c65","da033f5a-bc5a-4d99-ab25-4055eef56cf7","da26da6d-781a-432d-8b67-0674c9fbf933","da37f78a-a0a6-4ca3-921c-4bc2c17ccda6","dabb5c08-3529-448f-be7f-179d71682d9f","db0c6f01-42be-40a1-becb-085f54750830","db14da86-6721-4e22-9b61-4a5680d4e5a3","db3036bd-95f0-403f-a6ba-b3b05f81a3c9","db48af31-8309-46fb-b178-657c3e2fa05a","db4b9e75-b948-487a-8417-3b6feec41ef0","db68b6a3-10e5-42d1-9325-94a4a821782a","db9ab619-6a22-4b26-a8ab-48a6aef0aaa2","dc34d24d-9c1e-45a5-8d0e-ccef1211906f","dd29103a-f34a-4d4e-83a8-93a1a590d3c5","dd3df51a-d173-44c8-9630-4652630cc544","dd81973f-c7a8-4855-affe-6a65b7f88406","deabdaa1-6227-48e4-82d5-63a1771320b2","dec72b07-8f41-4d42-a455-794bf106302c","deff6a75-2ecd-49d6-b58b-a9d24615f9b7","df31f72c-076e-4d8e-9975-6d6281ab71f6","df3e94f7-9f97-4652-a1f1-381feb15f688","df5de603-4abd-46f6-873a-4265e1326a6f","dfa01578-faf9-4694-86a0-c81f5b2a0dd8","e025d0ef-ecef-4fdd-b00f-aa5e22360b63","e0281fba-d771-4431-931f-920db2f14c47","e06c72cb-03ce-48eb-b5dc-b2301c6871a2","e0d1a81e-6710-4922-ba0a-510966c39449","e14e6193-f60b-46c8-a7eb-02a437138568","e20726fa-d99b-4e3d-8054-b7d313ceb02f","e3e536cc-e724-43d4-9fe3-dfb4952613cb","e4734a7c-67d0-4124-b76e-d53634557c7d","e4f48ac3-f0cb-4e5c-8ea6-e423aa92ce11","e52ed647-bd30-40a5-b648-0b98d1a3fd4a","e54dbbc4-2136-47d4-a014-1206707f6bcb","e590059d-57e5-4696-9bb1-30d8d35c4329","e5c5946e-93f1-4c70-bd3e-694013e743c3","e623b058-76d2-476b-9ee6-82807f7992c3","e67be1a3-24cc-43d9-bc22-3777a0549b5c","e67ce864-bf29-42f1-81ca-a98022892eec","e6a6edf8-47a8-4471-9d62-8fe3d102567a","e6ec1f39-08e0-45ce-b4ec-c25d64bd3461","e7667207-283c-4318-b918-caa6368bb6e3","e76a9b20-746c-42e5-9977-f5dce6aef0f2","e77924e4-0f15-48a3-b494-89b544ee9d37","e7847fb1-bb6b-414f-9639-8be5b6f09917","e81ecd4f-4cde-4d8f-a9b7-d7c6098be981","e84f2b9b-1412-476f-8739-17d35ea48a51","e86b943e-0c07-4b5c-a850-857a86d59c57","e87d47f3-07d1-4ef0-a398-2e4e808168f3","e882099c-63cd-42f0-b160-35e6922106b1","e891d622-9369-4eeb-b7e2-183c60ec54d2","e9495172-6fde-4aae-b47e-fc887440120e","e94e2710-7b95-46d0-8261-0afa6b192e70","e9646663-ba93-446b-ad83-71503924e7f8","eac11282-82d6-40db-8c28-5ed02268d2c6","eb17acb3-0765-4703-a03d-6867a2f59db2","eb308263-96b1-4307-b8f7-907569bf2e15","ebb35754-99e3-47de-8df5-ee485b5a7b49","ec05cb6c-6e7f-4d40-ba38-a9fc06158094","ec9451d7-adec-4199-9a95-44b91ebf8681","ec9ecf19-9f9d-4642-ac70-ddc08fad7e17","ecabd341-b3d9-41a7-a045-39121715ad87","ed39f11e-a7c4-4a35-aed6-7cd7590723b7","ed4f7329-9c72-4369-8b66-2a89423e957d","ee310608-e669-4fe3-a8e3-05530438dbf0","ee7cfabc-902f-46f7-b1de-fa0a88c8f852","ee7f525c-d777-4adf-8920-8adfc73bbc55","ee86ac2f-f398-4422-8721-8ac859fbf5bc","eecfb420-ace3-4627-a2e0-62a701d025c9","eed1af19-e075-4e6f-9394-d258143e15a4","ef1c6830-758e-4242-85f7-3f20b872272c","ef37dd1c-27f6-409d-932e-56520a65791a","efe75b38-c145-420e-9446-f2ac443ab3a5","f090db87-b7a9-4c88-a211-495b27ae37c9","f0b68c00-59ed-410f-87fe-b411f07662e3","f0d7bd96-db52-4f61-925b-0db725b5d35b","f0f9fda9-50b0-4ce4-b351-cd2b5e6409c8","f29448c0-3126-4018-a934-5a4ed019ea76","f2bb7059-588b-4ba6-9ad0-78169e4e4483","f2da8374-7e37-49cd-affa-14cfafd12822","f37db921-ab2a-46db-82c1-1f1abf7a3cf7","f3ccf9db-6f4f-403a-8b0c-9e0b115eb741","f5719c9d-0b6e-427d-ac46-15aa4a6496fd","f59dcb79-1ab1-4204-b50b-14bc3f709c46","f5a19fcc-f465-43ac-8d08-ba0d2345b66d","f5bccd95-0703-4755-8f31-bd8ab615bd04","f724ae86-b968-4f49-8267-c2c34c22f1b6","f75d3f2a-5120-4056-a816-4f38c1f18459","f768de9b-3d31-468d-876d-2cb7c5c601a3","f82548c7-24ed-4529-8b57-7407dc0b8c8b","f8b86eac-3cd5-48ef-9fda-b4beff540c94","f8dca86c-4dd3-4016-bab1-dd259b68b66c","f944d762-b01c-4e7c-a539-434cbf99c504","f9706bb7-4fcb-4561-981d-aef34e23756b","fa21cca2-59cb-4223-b67b-1a8fc54aadd8","fa3db823-69a3-4a82-80a5-e12e4b40a01f","fb0f2cf5-801d-49b2-b365-3129f53948dc","fb4f4abf-841b-4fae-9a53-505a2f8dc1ff","fc776814-bc15-421e-990f-6de7b5f6873f","fcab7eaa-5e16-40b5-992b-9cc51a95376b","fceab58a-304a-40e4-8830-837a7b51d31b","fceb6a79-6d36-4780-b9c0-557fc3676c19","fd7babbe-f8c1-4e7c-8de2-2224dd357de4","fe60da77-084c-49e8-9948-9ac4b6a6382f","feb949a6-9261-4175-bcf1-5519d82f9dc3","febd8326-9ba6-43de-bb29-910cb459498e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","2XM","30A","3ED","40K","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ACR","AFR","AKH","AKR","ALA","ANA","ANB","ARC","ATH","AVR","BBD","BFZ","BLB","BRB","BRC","BRO","C13","C14","C15","C16","C17","C18","C19","CED","CEI","CHK","CLB","CLU","CM2","CMA","CMD","CMM","CMR","CST","DDC","DDE","DDF","DDG","DDH","DDI","DDK","DDL","DDN","DDO","DDP","DDQ","DFT","DMR","DMU","DOM","DSK","DTK","DVD","E01","ECL","ELD","EOE","FBB","FDN","FIC","FIN","FRF","G17","GK1","GK2","GN2","GN3","GNT","GRN","GS1","H09","HBG","HOB","HOP","HOU","ICE","IKO","INR","INV","ISD","ITP","J14","J22","J25","JMP","KHM","KLD","KLR","KTK","LCI","LEA","LEB","LRW","LTR","M10","M11","M12","M13","M14","M15","M19","M20","M21","MBS","MD1","ME1","ME3","MH2","MH3","MID","MIR","MKM","MMQ","MOM","MRD","MSC","MSH","NEO","NPH","ODY","OLEP","ONE","ONS","ORI","OTJ","P02","P23","PAL00","PAL01","PAL03","PAL04","PAL05","PAL06","PAL99","PALP","PANA","PARL","PC2","PCA","PDGM","PELP","PF19","PF20","PGPX","PGRU","PIP","PL26","PLST","PMPS","PMPS06","PMPS07","PMPS08","PMPS09","PMPS10","PMPS11","POR","PPP1","PRM","PRW2","PRWK","PS11","PSAL","PSS2","PSS3","PSS4","PTC","PTK","PZ2","RAV","REX","RIX","RNA","ROE","RQS","RTR","S99","SCD","SHM","SIR","SLD","SLP","SNC","SOI","SOM","SOS","SPM","STX","SUM","TD0","TD2","TDM","THB","THS","TLA","TLE","TMP","TMT","TPR","TSP","UGL","UND","UNF","UNH","USG","UST","VOW","WAR","WC00","WC02","WC03","WC04","WC97","WC98","WHO","WOE","XANA","XLN","ZEN","ZNR"],"rarities":["common","rare"]},"planar birth":{"name":"Planar Birth","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return all basic land cards from all graveyards to the battlefield tapped under their owners' control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"},{"type":"InZone","zone":"Graveyard"}]},"enter_tapped":true},"cost":null,"sub_ability":null,"duration":null,"description":"Return all basic land cards from all graveyards to the battlefield tapped under their owners' control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7a9d13b3-3823-463a-acd9-8b7a9d5e121f","metadata":{"source_printing_ids":["c7cacdff-aa83-4644-b2f0-ce8c89dddfbf"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["USG"],"rulings":[{"date":"2004-10-04","text":"They enter tapped. They do not enter and then tap afterwards."}],"rarities":["rare"]},"plate armor":{"name":"Plate Armor","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +3/+3 and has ward {1}. (Whenever equipped creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {1}.)\nEquip {3}. This ability costs {1} less to activate for each other Equipment you control. ({3}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}. This ability costs {1} less to activate for each other Equipment you control.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[{"type":"Another"}]}}}},"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":3},{"type":"AddKeyword","keyword":{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":1}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +3/+3 and has ward {1}."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"36082b5e-760b-4245-af59-00d308470d1a","metadata":{"source_printing_ids":["2b432c64-e083-4386-86c1-49d746e7a8ea","37132291-e1f5-4db1-aabb-58c1b1890875","ad447e50-cfb1-40df-ae01-a65c46f2f572"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","J25","PLST"],"rulings":[{"date":"2021-07-23","text":"If a creature with ward is equipped with Plate Armor, becoming the target of a spell or ability an opponent controls will cause both ward abilities to trigger."},{"date":"2021-07-23","text":"If a player casts a spell that targets multiple permanents their opponent controls with ward, each of those ward abilities will trigger. If that player doesn't pay for all of them, the spell will be countered."}],"rarities":["uncommon"]},"plated sliver":{"name":"Plated Sliver","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"All Sliver creatures get +0/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Sliver creatures get +0/+1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"89d9641c-84a4-41df-af1f-5b552305e895","metadata":{"source_printing_ids":["82846d31-4981-4ef1-85c3-703569146a84"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["LGN"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn’t provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it’s no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."}],"rarities":["common"]},"platinum angel":{"name":"Platinum Angel","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nYou can't lose the game and your opponents can't win the game.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantLoseTheGame","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You can't lose the game."},{"mode":"CantWinTheGame","affected":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"your opponents can't win the game."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"b148578c-c0bf-4785-b97c-4b6f83028008","metadata":{"source_printing_ids":["2bffc898-16c6-46ab-89b7-cb218d08beea","5763a9ff-7b1f-4eba-9ab4-48d720e4d6a3","59bb5aee-b334-4c24-875b-56751d4add02","698f66ac-dae6-4b42-ae6f-d468b69b25be","7269e169-8fa0-43ec-b8a4-f889e3379e40","7b782865-b9d1-41ed-8a7b-a36c17022190","83018b9f-fecd-42cc-ae7b-3e5b8d632802","94765871-5785-429b-8980-e2b1667278a5","a9a561bf-bddc-4ea7-bf71-9cdc07a71456","aa59c5d8-ab45-492a-8a08-b4e7e54f1a5e","ca7f4fd6-e268-4d15-bfbf-d9f0f95864fc","f259e4e8-d50e-41ef-86d2-0046f55089a6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","BRR","CN2","HA2","M10","M11","MPS","MRD","PLST","SLD","TD2","V15"],"rulings":[{"date":"2004-12-01","text":"Effects that say the game is a draw, such as the _Legends_(TM) card Divine Intervention, are not affected by Platinum Angel. They'll still work."},{"date":"2004-12-01","text":"You can concede a game while Platinum Angel on the battlefield. A concession causes you to leave the game, which then causes you to lose the game (Once you concede, you no longer control a Platinum Angel, so its ability can't prevent you from losing the game)."},{"date":"2009-10-01","text":"If you control Platinum Angel in a Two-Headed Giant game, your team can't lose the game and the opposing team can't win the game."},{"date":"2009-10-01","text":"No game effect can cause you to lose the game or cause any opponent to win the game while you control Platinum Angel. It doesn't matter whether you have 0 or less life, you're forced to draw a card while your library is empty, you have ten or more poison counters, you're dealt combat damage by Phage the Untouchable, your opponent has Mortal Combat with twenty or more creature cards in their graveyard, or so on. You keep playing."},{"date":"2009-10-01","text":"Other circumstances can still cause you to lose the game, however. You will lose a game if you concede, if you're penalized with a Game Loss or a Match Loss during a sanctioned tournament due to a DCI rules infraction, or if your _Magic Online_(R) game clock runs out of time."}],"rarities":["rare","mythic","special"]},"playable delusionary hydra":{"name":"Playable Delusionary Hydra","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{TK}{TK} — {T}: Draw a card, then discard a card.\n{TK}{TK}{TK}{TK} — Whenever this creature attacks, you gain 3 life and draw a card.\n{TK}{TK} — 1/5\n{TK}{TK}{TK} — 4/4","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{TK}{TK} — {T}: Draw a card, then discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"{TK}{TK}{TK}{TK} — Whenever ~ attacks, you gain 3 life and draw a card."},"cost":null,"sub_ability":null,"duration":null,"description":"{TK}{TK}{TK}{TK} — Whenever ~ attacks, you gain 3 life and draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"{TK}{TK} — 1/5"},"cost":null,"sub_ability":null,"duration":null,"description":"{TK}{TK} — 1/5","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"{TK}{TK}{TK} — 4/4"},"cost":null,"sub_ability":null,"duration":null,"description":"{TK}{TK}{TK} — 4/4","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"065cdf8d-6874-4ab6-a08e-79bd88b245bd","metadata":{"source_printing_ids":["c27dffce-908c-45cf-bfe5-67af12467321"]},"legalities":{"commander":"legal","duel":"banned","oathbreaker":"banned","paupercommander":"legal"},"printings":["SUNF"],"rarities":["common"]},"polar kraken":{"name":"Polar Kraken","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":8},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kraken"]},"power":{"type":"Fixed","value":11},"toughness":{"type":"Fixed","value":11},"loyalty":null,"defense":null,"oracle_text":"Trample\nThis creature enters tapped.\nCumulative upkeep—Sacrifice a land. (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"CumulativeUpkeep":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1}}],"abilities":[],"triggers":[{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d0ff30c8-ddb7-439d-b14d-c83fe3c8da87","metadata":{"source_printing_ids":["aee01e9c-0445-4228-a73a-3e5744844ed3","c4643512-6071-45c4-bffc-8feec5bb094f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ICE","ME1"],"rulings":[{"date":"2008-10-01","text":"Paying cumulative upkeep is always optional. If it's not paid, the permanent with cumulative upkeep is sacrificed. Partial payments of the total cumulative upkeep cost can't be made. For example, if a permanent with \"cumulative upkeep {1}\" has three age counters on it when its cumulative upkeep ability triggers, it gets another age counter and then its controller chooses to either pay {4} or sacrifice the permanent."}],"rarities":["rare"]},"ponder":{"name":"Ponder","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top three cards of your library, then put them back in any order. You may shuffle.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":"Library","keep_count":null,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at the top three cards of your library, then put them back in any order. You may shuffle.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"02090581-61aa-4348-ad57-451be8ee91c2","metadata":{"source_printing_ids":["20edb8fa-6e26-46f7-a5a8-b4c4c3e75dfa","262285ab-3a6f-4932-b53b-8ab20bcad955","30693fc5-b350-42ef-968f-e0efda1365c1","308d4ee7-d188-47e0-b1be-8add6e229356","3c02b8ee-84cb-44cb-ba14-9e725a9d03ee","44dcfc0c-b23d-48be-bf3a-a6fc6806c5e1","5af43ceb-56d2-47d4-ab43-853338ab293c","636c17b3-53f6-4f2e-a6a2-36e851f6d001","7b0d4d01-9044-4b68-8b55-1b27ff0ffa75","81c908ee-e70a-4406-a32d-ab5ab17e67b1","8404f081-2d5f-4433-84cc-77918532eedf","84d02bf4-eefd-4916-ab5a-cc16b3e6a186","8a676db5-9911-4dc6-bcf2-6c5588027b14","8cbab1d1-25cb-456f-8d1c-3d64eb7265ea","91382955-bcfc-4fb6-8cce-dc107e5b4c32","9cee2eb1-f60e-4626-ba4a-b543142ca950","ac1042e0-af4d-42b0-9d43-34b3fa5daf92","af450adb-23be-4332-a54c-d647a1fd0248","ba6b6fc5-5077-4812-b8e9-906783dbaf67","dc69f960-68ba-4315-8146-6a7a82047503","fb1724cc-8432-4ff8-ac51-b8c4f4914494"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"banned","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["C18","C21","DSC","J21","LRW","M10","M12","MAR","MB2","NCC","OMB","OTC","P08","PEWK","PF25","PLST","PRM","SLC","SLD","SLP","TDC","TSR","WHO"],"rulings":[{"date":"2021-03-19","text":"If you choose to shuffle your library, that includes the three cards you just looked at and put back on top of it."}],"rarities":["common","rare","mythic","special"]},"pongify":{"name":"Pongify","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature. It can't be regenerated. Its controller creates a 3/3 green Ape creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Ape","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"types":["Creature","Ape"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"ParentTargetController"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target creature. It can't be regenerated. Its controller creates a 3/3 green Ape creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"05849bd6-8f38-4031-be2b-e2aa03beb8cc","metadata":{"related_token_ids":["5ba41981-a428-5757-8113-6f675d042d8a","ce8711c2-89a5-5c92-b3ab-36d351e9ac92","e0019194-67fb-5de1-b1d0-dadf80c8ba20","e2a31834-4fd7-5ecd-af99-11ab79ec8ed4","ee18f9df-1f3e-532f-aa55-5a6feab13ca3","f32064f0-133f-5e83-bfb8-7f7b82c1fb0c"],"source_printing_ids":["37ff06d0-d652-4694-a3f5-bf7385e9e850","40b7a6db-e0a3-45f7-9ef7-e4fd5490adb7","4131fa63-5afc-4b63-a4b4-f47b4bced87f","5780936e-629d-4737-9005-651234f5426d","726b3de5-f2c1-4a92-9039-f61ae9575839","89d595e6-3629-4f9b-8f55-8a91ff1d6f36","a1501dea-4e0e-49b0-86b5-e8a01f77077d","b952b12c-5e28-4e42-b9c4-67527518b0a8","bc20a8d2-be02-45d1-8f25-6ea38e2875d8","cb504714-b034-4938-93ad-7cb2ae320829","cce74a84-4441-4f2e-89d8-df0b096790ed","f774a9eb-8855-4adf-a4e9-faec198f6d25"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C14","M3C","OTC","PLC","PLST","SOA","TDC","TSR"],"rulings":[{"date":"2021-03-19","text":"If the target creature is an illegal target by the time Pongify tries to resolve, the spell won't resolve. No player creates an Ape token. If the target is legal but not destroyed (most likely because it has indestructible), its controller does create an Ape token."}],"rarities":["uncommon","rare"]},"porcelain gallery":{"name":"Porcelain Gallery","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have base power and toughness each equal to the number of creatures you control.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have base power and toughness each equal to the number of creatures you control."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e633412b-e36b-4ec5-b0d0-7cb24c7503f4","metadata":{"related_token_ids":["509d3688-c99e-5b90-b975-8716e3b97fc8"],"source_printing_ids":["4b9225ce-f29d-4235-8e9d-98a4fd159f73","c5ee6651-9946-4bae-b21e-6cf28fa77b13"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK","PDSK"],"rarities":["mythic"]},"portal to phyrexia":{"name":"Portal to Phyrexia","mana_cost":{"type":"Cost","shards":[],"generic":9},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, each opponent sacrifices three creatures of their choice.\nAt the beginning of your upkeep, put target creature card from a graveyard onto the battlefield under your control. It's a Phyrexian in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent sacrifices three creatures of their choice.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddSubtype","subtype":"Phyrexian"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"is a Phyrexian in addition to its other types"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, put target creature card from a graveyard onto the battlefield under your control. It's a Phyrexian in addition to its other types.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"301d1d8e-d3fc-4010-8b29-4724fa0b31cd","metadata":{"source_printing_ids":["0bc1dbbf-73a7-4f79-b499-4668c853d958","11387e41-df7e-4d25-89cc-7ec5d4ea3c8b","5f608efc-0dbc-4cc3-aadd-ed473bfc29ab","b05bda29-654a-4f4f-9296-702ccda7f800"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","PBRO","PRM"],"rarities":["mythic"]},"possessed goat":{"name":"Possessed Goat","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{3}, Discard a card: Put three +1/+1 counters on this creature and it becomes a black Demon in addition to its other colors and types. Activate only once.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddColor","color":"Black"},{"type":"AddSubtype","subtype":"Demon"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a black Demon in addition to its other colors and types"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{3}, Discard a card: Put three +1/+1 counters on ~ and it becomes a black Demon in addition to its other colors and types. Activate only once.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"821f4ff3-ebc7-4f47-ac35-d00093b6d35b","metadata":{"source_printing_ids":["cd02b8ff-ff65-4a38-b8fb-f8dd130edbf7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["common"]},"potioner's trove":{"name":"Potioner's Trove","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color.\n{T}: You gain 2 life. Activate only if you've cast an instant or sorcery spell this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: You gain 2 life. Activate only if you've cast an instant or sorcery spell this turn.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"YouCastSpellThisTurn","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"d604c75e-9d81-49de-80bc-08f4ef3ee975","metadata":{"source_printing_ids":["2123b349-4649-4a15-a8b5-b54414d2b1b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rarities":["common"]},"power artifact":{"name":"Power Artifact","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant artifact\nEnchanted artifact's activated abilities cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Reduce","keyword":"activated","amount":2,"minimum_mana":1,"exemption":"None"}},"affected":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted artifact's activated abilities cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9a8c8d52-1701-4ae0-9d2d-cce4e476673b","metadata":{"source_printing_ids":["c7b0c6c4-ec99-4af1-9527-41c428af7260","e48bc89e-6da5-43da-b4e0-60d5f850199c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ATQ","ME4","PRM"],"rulings":[{"date":"2004-10-04","text":"Can be placed on artifacts with no or zero activation costs, but this has no effect on them. It does not increase the cost to one."},{"date":"2004-10-04","text":"Only affects the generic mana part of activation costs. Colored parts of mana costs are not affected."},{"date":"2006-07-15","text":"Can't reduce Snow mana costs."},{"date":"2016-06-08","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keywords are activated abilities and will have colons in their reminder text."}],"rarities":["uncommon","rare"]},"power fist":{"name":"Power Fist","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has trample and \"Whenever this creature deals combat damage to a player, put that many +1/+1 counters on it.\"\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put that many +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has trample and \"Whenever ~ deals combat damage to a player, put that many +1/+1 counters on it.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bdfcf7df-8c06-4abe-af41-eccabb9fc2c8","metadata":{"source_printing_ids":["6171b2a6-0052-4329-9c9f-5c4d7f2c2eba","7ee6b263-c15a-47a3-9546-fc36dbda74b6","9e8f7fbc-bf2a-43c1-a88d-807c1e7dab69","e05c5af9-67ad-4c20-9d5f-91bda19d5809"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rarities":["rare"]},"power play":{"name":"Power Play","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Conspiracy"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Start the game with this conspiracy face up in the command zone.)\nYou are the starting player. If multiple players would be the starting player, one of those players is chosen at random.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"replacement_structure","description":"Replacement pattern matched but line failed replacement parser: You are the starting player. If multiple players would be the starting player, one of those players is chosen at random."},"cost":null,"sub_ability":null,"duration":null,"description":"You are the starting player. If multiple players would be the starting player, one of those players is chosen at random.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"15710c57-369a-442b-b7ea-175f3d9d164d","metadata":{"source_printing_ids":["bbfca319-edc4-45f2-b208-35c8112ec918"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"banned"},"printings":["CNS"],"rulings":[{"date":"2014-05-29","text":"If you have Power Play but aren't the starting player (because another player also had Power Play), your place in the turn order is unaffected. If you're sitting to the right of the starting player, you're going last. Not all power plays bear fruit."},{"date":"2016-08-23","text":"A conspiracy doesn't count as a card in your deck for purposes of meeting minimum deck size requirements. (In most drafts, the minimum deck size is 40 cards.)"},{"date":"2016-08-23","text":"A conspiracy's static and triggered abilities function as long as that conspiracy is face-up in the command zone."},{"date":"2016-08-23","text":"Conspiracies are colorless, have no mana cost, and can't be cast as spells."},{"date":"2016-08-23","text":"Conspiracies are never put into your deck. Instead, you put any number of conspiracies from your card pool into the command zone as the game begins. These conspiracies are face up unless they have hidden agenda, in which case they begin the game face down."},{"date":"2016-08-23","text":"Conspiracies aren't legal for any sanctioned Constructed format, but may be included in other Limited formats, such as Cube Draft."},{"date":"2016-08-23","text":"You can look at any player's face-up conspiracies at any time. You'll also know how many face-down conspiracies a player has in the command zone, although you won't know what they are."},{"date":"2016-08-23","text":"You don't have to play with any conspiracy you draft. However, you have only one opportunity to put conspiracies into the command zone, as the game begins. You can't put conspiracies into the command zone after this point."}],"rarities":["uncommon"]},"pox plague":{"name":"Pox Plague","mana_cost":{"type":"Cost","shards":["Black","Black","Black","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player loses half their life, then discards half the cards in their hand, then sacrifices half the permanents they control of their choice. Round down each time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"ScopedPlayer"}}},"divisor":2,"rounding":"Down"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"ScopedPlayer"}}},"divisor":2,"rounding":"Down"},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"ScopedPlayer","properties":[]},"count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"ScopedPlayer","properties":[]}}},"divisor":2,"rounding":"Down"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"duration":null,"description":"Each player loses half their life, then discards half the cards in their hand, then sacrifices half the permanents they control of their choice. Round down each time.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c505d304-9428-4532-87a2-167c69f16969","metadata":{"source_printing_ids":["9c99c17b-ad3a-4859-97e8-469718b81cd9","cb66cb9b-9877-4146-901c-5f2cbfe86c73"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rarities":["rare"]},"practiced offense":{"name":"Practiced Offense","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put a +1/+1 counter on each creature target player controls. Target creature gains your choice of double strike or lifelink until end of turn.\nFlashback {1}{W} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["White"],"generic":1}}}],"abilities":[{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain Double Strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"gain Double Strike","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain Lifelink"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"gain Lifelink","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put a +1/+1 counter on each creature target player controls. Target creature gains your choice of double strike or lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"99678cc9-59c8-4358-b847-8c38ffb4a050","metadata":{"source_printing_ids":["79c7cf94-c0a1-432d-90d7-7f0599c2e7a8","e22c20cf-69c2-4225-8011-00cd27ac4103"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard if the resulting spell is an instant or sorcery spell by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2026-03-20","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2026-03-20","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2026-03-20","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2026-03-20","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2026-03-20","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare"]},"prepare":{"name":"Prepare","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Untap target creature. It gets +2/+2 and gains lifelink until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+2 and gains lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Untap target creature. It gets +2/+2 and gains lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"fed7a6ad-68d8-4923-9ef0-619f73bfd6c2","metadata":{"source_printing_ids":["8902590b-8f14-4e5a-a81f-214af73be9a0","f59ea6f6-2dff-4e58-9166-57cac03f1d0a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PAKH"],"rulings":[{"date":"2017-04-18","text":"A spell with aftermath cast from a graveyard will always be exiled afterward, whether it resolves, it's countered, or it leaves the stack in some other way."},{"date":"2017-04-18","text":"All split cards have two card faces on a single card, and you put a split card onto the stack with only the half you're casting. The characteristics of the half of the card you didn't cast are ignored while the spell is on the stack. For example, if an effect prevents you from casting green spells, you can cast Destined of Destined // Lead, but not Lead."},{"date":"2017-04-18","text":"Any damage dealt by a creature you control with lifelink causes you to gain that much life, not just combat damage."},{"date":"2017-04-18","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one, but not both."},{"date":"2017-04-18","text":"Each split card is a single card. For example, if you discard one, you've discarded one card, not two. If an effect counts the number of instant and sorcery cards in your graveyard, Destined // Lead counts once, not twice."},{"date":"2017-04-18","text":"If another effect allows you to cast a split card with aftermath from a graveyard, you may cast either half. If you cast the half that has aftermath, you'll exile the card if it would leave the stack."},{"date":"2017-04-18","text":"If another effect allows you to cast a split card with aftermath from any zone other than a graveyard, you can't cast the half with aftermath."},{"date":"2017-04-18","text":"If either or both targets are illegal when Fight tries to resolve, no creature will deal or be dealt damage."},{"date":"2017-04-18","text":"If you cast the first half of a split card with aftermath during your turn, you'll have priority immediately after it resolves. You can cast the half with aftermath from your graveyard before any player can take any other action if it's legal for you to do so."},{"date":"2017-04-18","text":"Multiple instances of lifelink on the same creature are redundant."},{"date":"2017-04-18","text":"Split cards with aftermath have a new frame treatment—the half you can cast from your hand is oriented the same as other cards you'd cast from your hand, while the half you can cast from your graveyard is a traditional split card half. This frame treatment is for your convenience and has no rules significance."},{"date":"2017-04-18","text":"Untapping an attacking creature doesn't remove it from combat."},{"date":"2017-04-18","text":"While not on the stack, the characteristics of a split card are the combination of its two halves. For example, Destined // Lead is a green and black card, it is both an instant card and a sorcery card, and its mana value is 6. This means that if an effect allows you to cast a card with mana value 2 from your hand, you can't cast Destined. This is a change from the previous rules for split cards."},{"date":"2017-07-14","text":"Once you've started to cast a spell with aftermath from your graveyard, the card is immediately moved to the stack. Opponents can't try to stop the ability by exiling the card with an effect such as that of Crook of Condemnation."}],"rarities":["rare"]},"presence of gond":{"name":"Presence of Gond","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Token","name":"Elf Warrior","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elf","Warrior"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Create a 1/1 green Elf Warrior creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ab42398c-f0a1-4b94-ac5f-b8768e1b4e05","metadata":{"related_token_ids":["0999559d-8026-5957-b8d4-25f3a486d4cd","17a376d7-74b3-5819-8f90-fab4f43c5ccc","51c43f03-a499-5fda-8281-38eb06faf3cc","9c5a6888-abe1-5c82-9949-490a2c919d55","cbb556b6-7460-520e-ae74-94492cb0646d"],"source_printing_ids":["37fcba6c-c078-4a0d-be68-984536d91831","546c647d-8d0a-4b88-804e-ce0348eb772a","57c95805-54c5-47af-9d7f-21dd8f970aac","74e28915-216d-45c1-a3fc-aa34120afddf","922cf7de-3c37-4f4d-ae1a-7a14234a6dab","bba661af-c4a8-4230-830e-a9ee22b25d6b","cd68e154-d092-4004-bc58-5554d807e26a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","C13","CMA","J22","JMP","PLST","SCD","SHM"],"rulings":[{"date":"2008-05-01","text":"The creature's controller, not Presence of Gond's controller, is the one who can activate the ability, so that's the player who will get the token."}],"rarities":["common"]},"price of glory":{"name":"Price of Glory","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a player taps a land for mana, if it's not that player's turn, destroy that land.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player taps a land for mana, if it's not that player's turn, destroy that land.","constraint":null,"condition":{"type":"Not","condition":{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"35064a72-c052-496f-8f1a-6dbc5e617d3f","metadata":{"source_printing_ids":["24a084e1-b181-49cc-acb0-8b074ba36fde","4ee1ca2a-8692-4af0-a99e-8fe144ba8cb3","785ccfe1-04f1-4d2e-9e30-2ae3efe7213a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY","PLST","SLD"],"rarities":["uncommon","rare"]},"priest of the crossing":{"name":"Priest of the Crossing","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Bird","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of each end step, put X +1/+1 counters on each creature you control, where X is the number of creatures that died under your control this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, put X +1/+1 counters on each creature you control, where X is the number of creatures that died under your control this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"524e5098-9c6d-43ad-80cb-52fd6d14ef53","metadata":{"source_printing_ids":["6efec3e5-6cad-4982-9a95-d46136a835fc","f0740a86-84eb-4720-b4d7-c5f5e561ddc7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DRC"],"rarities":["rare"]},"priest of titania":{"name":"Priest of Titania","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G} for each Elf on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":null,"properties":[]}}},"color_options":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G} for each Elf on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3a198a16-17b9-481e-b516-5bc945c7e247","metadata":{"source_printing_ids":["04130251-9950-4710-9f20-3953daae9e05","0f86709d-6f77-4ecf-9bd4-a7644b290a1a","19fc5956-286c-4e1d-bc4a-2974fc0f4dbc","965c33c3-0c68-4516-b8b0-5a0552ed44b6","a2180068-c4a2-4b52-8705-f2a87e81ec93","b670259a-d4b7-4111-99a7-d91f5b42181b","c777b6f4-38de-4cba-b050-361b0f5bc560","eb11921b-1b28-483f-a707-4de21a6daa31"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["C14","CMA","F03","MH3","PLST","PRM","USG","WC00"],"rulings":[{"date":"2024-06-07","text":"Priest of Titania's ability counts all Elves on the battlefield. This includes Priest of Titania itself as well as Elves controlled by other players."},{"date":"2024-06-07","text":"Priest of Titania's ability is a mana ability. It doesn't use the stack and players can't respond to it. Notably, this means other players can't try to remove Elves from the battlefield after you activate this ability but before it resolves."}],"rarities":["common","uncommon"]},"primal clay":{"name":"Primal Clay","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"As this creature enters, it becomes your choice of a 3/3 artifact creature, a 2/2 artifact creature with flying, or a 1/6 Wall artifact creature with defender in addition to its other types. (A creature with defender can't attack.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"3/3 Artifact"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"2/2 Artifact Flying"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":6},{"type":"AddKeyword","keyword":"Defender"},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"},{"type":"AddSubtype","subtype":"Wall"}],"condition":{"type":"ChosenLabelIs","label":"1/6 Artifact Wall Defender"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["3/3 Artifact","2/2 Artifact Flying","1/6 Artifact Wall Defender"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, it becomes your choice of a 3/3 artifact creature, a 2/2 artifact creature with flying, or a 1/6 Wall artifact creature with defender in addition to its other types.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"dccf2ca8-8c87-41c9-8373-351859396d05","metadata":{"source_printing_ids":["036f588d-9ee6-4436-ad75-46a84dd2b168","152f731f-78a6-444e-9a43-85446fa38f30","1e51f1b3-d8a3-4746-b0db-67d5ec71fb17","58b6f98c-b06e-4f69-bcd1-65a1f39ef5f9","774cece8-39ac-48fe-bfbe-494ec76d80ee","ab9d0e3f-cf7c-41f8-bcd7-bb08ea8cc2f8","bfe0dee5-af52-469f-9415-59caacf85637","cb9fa352-95ca-4185-8cfd-71ed25c0ed7a","cc49d724-b46d-449b-bd2b-03551e130a06","d057a91c-d2a7-48ec-aa16-f033499de166","dc5d2082-7a51-4761-b81c-830defd5269f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["3ED","4BB","4ED","5ED","6ED","A25","ATQ","FBB","M13","ME4","SUM"],"rulings":[{"date":"2021-03-19","text":"If an object enters the battlefield as a copy of Primal Clay, it copies the values determined by its enters-the-battlefield replacement effect, but its power and toughness are determined by the copy's own enters-the-battlefield replacement effect. This can cause you to have a 3/3 creature with flying, or a 1/6 creature with flying and defender, for example."},{"date":"2021-03-19","text":"If an object on the battlefield becomes a copy of Primal Clay, it copies the values determined by its enters-the-battlefield replacement effect."},{"date":"2021-03-19","text":"While not on the battlefield, Primal Clay is a 0/0 creature card. It doesn't have flying or defender."}],"rarities":["common","uncommon","rare"]},"primal plasma":{"name":"Primal Plasma","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Shapeshifter"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"As this creature enters, it becomes your choice of a 3/3 creature, a 2/2 creature with flying, or a 1/6 creature with defender.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"3/3"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"2/2 Flying"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":6},{"type":"AddKeyword","keyword":"Defender"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"1/6 Defender"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["3/3","2/2 Flying","1/6 Defender"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, it becomes your choice of a 3/3 creature, a 2/2 creature with flying, or a 1/6 creature with defender.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"540c5225-845e-4498-baae-0fbb836c1f38","metadata":{"source_printing_ids":["27064d4f-aeaf-4432-964a-97dfc1db835d","2bbdd96b-e740-43d0-a1b6-7b9b92cc7993","4a11a988-7dbc-482e-b0dc-d50ceace2def","f5d89855-f5ba-4a6f-b218-6a163b9dc6ae"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDI","PC2","PCA","PLC","TSR"],"rulings":[{"date":"2021-03-19","text":"If an object enters the battlefield as a copy of Primal Plasma, it copies the values determined by its enters-the-battlefield replacement effect, but its power and toughness are determined by the copy's own enters-the-battlefield replacement effect. This can cause you to have a 3/3 creature with flying, or a 1/6 creature with flying and defender, for example."},{"date":"2021-03-19","text":"If an object on the battlefield becomes a copy of Primal Plasma, it copies the values determined by its enters-the-battlefield replacement effect."},{"date":"2021-03-19","text":"While not on the battlefield, Primal Plasma is a 0/0 creature card. It doesn't have flying or defender."}],"rarities":["common"]},"primal prayers":{"name":"Primal Prayers","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, you get {E}{E} (two energy counters).\nYou may cast creature spells with mana value 3 or less by paying {E} rather than paying their mana costs. If you cast a spell this way, you may cast it as though it had flash.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you get {E}{E} .","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CastWithAlternativeCost":{"cost":{"type":"PayEnergy","amount":{"type":"Fixed","value":1}},"timing_permission":"AsThoughHadFlash"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may cast creature spells with mana value 3 or less by paying {E} rather than paying their mana costs. If you cast a spell this way, you may cast it as though it had flash."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8d087fe0-d554-4d7c-ba22-32db2cf71887","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"When this enchantment enters, you get {E}{E} (two energy counters).\nYou may cast creature spells with mana value 3 or less by paying {E} rat","line_index":0}],"metadata":{"source_printing_ids":["40017c2c-7631-4db8-8fcc-596108cfc7d3","c4eda3db-b47d-4f1e-a93d-e2ea747d935c","f718cfb2-a30b-424c-8e95-0e3daa03d6b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If a spell you cast this way has {X} in its mana cost, you must choose 0 as the value of X when casting it."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"If you cast a spell for another cost \"rather than paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs, such as kicker costs. If the spell has any mandatory additional costs, those must be paid to cast it."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["rare"]},"primary research":{"name":"Primary Research","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, return target nonland permanent card with mana value 3 or less from your graveyard to the battlefield.\nAt the beginning of your end step, if a card left your graveyard this turn, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target nonland permanent card with mana value 3 or less from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if a card left your graveyard this turn, draw a card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Graveyard","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"NonToken"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"51af3da5-0970-436e-baa6-3171889a40e0","metadata":{"source_printing_ids":["f6fdb814-45c6-4d14-afff-7f5bd1bd10a1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rulings":[{"date":"2026-03-20","text":"If a card in a graveyard has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2026-03-20","text":"Primary Research's last ability will check as your end step starts to see if any cards have left your graveyard this turn. If none did, the ability won't trigger at all. It's not possible to remove cards from your graveyard during your end step in time to have the ability trigger."}],"rarities":["uncommon"]},"primo, the unbounded":{"name":"Primo, the Unbounded","mana_cost":{"type":"Cost","shards":["X","Green","Green","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Fractal","Wolf"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Trample\nPrimo enters with twice X +1/+1 counters on it.\nWhenever one or more creatures you control with base power 0 deal combat damage to a player, create a 0/0 green and blue Fractal creature token. Put a number of +1/+1 counters on it equal to the damage dealt.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Token","name":"Fractal","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature","Fractal"],"colors":["Green","Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Ref","qty":{"type":"EventContextAmount"}}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Base","comparator":"EQ","value":{"type":"Fixed","value":0}}]},"description":"Whenever one or more creatures you control with base power 0 deal combat damage to a player, create a 0/0 green and blue Fractal creature token. Put a number of +1/+1 counters on it equal to the damage dealt.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"CostXPaid"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with twice X +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"65fb0e20-61f8-4c61-bc08-7f6f718ee9ee","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["ad44b516-28bf-5949-b591-ea9cd4767bcd"],"source_printing_ids":["a2d14b99-15e2-4e96-89a2-7e0ee5dc059f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"If a creature has a characteristic-defining ability that sets its power and toughness, indicated with a */* or similar in the power and toughness box, that ability is taken into account when determining its base power and toughness."},{"date":"2026-03-20","text":"Normally, a creature's base power and toughness are the power and toughness printed on the card or, for a token, the power and toughness set by the effect that created it. If another effect sets a creature's power and toughness to specific numbers or values, those become its base power and toughness. If an effect modifies a creature's power and/or toughness without setting them, that is not included when determining its base power and toughness."},{"date":"2026-03-20","text":"Some creatures have base power and toughness 0/0 and an ability that gives them a bonus based on some criteria. Those are not characteristic-defining abilities, and that ability doesn't change its base power and toughness."}],"rarities":["mythic"]},"primordial ooze":{"name":"Primordial Ooze","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ooze"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature attacks each combat if able.\nAt the beginning of your upkeep, put a +1/+1 counter on this creature. Then you may pay {X}, where X is the number of +1/+1 counters on it. If you don't, tap this creature and it deals X damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, put a +1/+1 counter on ~. Then you may pay {X}, where X is the number of +1/+1 counters on it. If you don't, tap ~ and it deals X damage to you.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks each combat if able."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"133109c3-a2ca-4231-b3b1-baa700800b07","metadata":{"source_printing_ids":["a46e47e1-8639-48f7-94c4-5f9e9666839a","a53d8d6d-b8d3-4f71-a88a-5d639ce2925f","be0c5177-e205-4639-ac41-3520bfefd9d0","dab748e8-5917-4c7f-8d5f-18dadcb82abe"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","BCHR","CHR","LEG"],"rulings":[{"date":"2004-10-04","text":"It becomes tapped even if the damage is prevented."}],"rarities":["uncommon"]},"prishe's wanderings":{"name":"Prishe's Wanderings","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a basic land card or Town card, put it onto the battlefield tapped, then shuffle. When you search your library this way, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},{"type":"Typed","type_filters":["Land",{"Subtype":"Town"}],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"SearchedLibrary","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false},"or_trigger":null,"lifetime":"Reflexive"},"effect":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card or Town card, put it onto the battlefield tapped, then shuffle. When you search your library this way, put a +1/+1 counter on target creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bc92988c-d628-45ea-8606-516a1211cef3","metadata":{"source_printing_ids":["d6e1dee0-e2cd-4899-a3ea-7d0df717c9ab"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"You don't choose a target for Prishe's Wanderings at the time you cast it. Rather, a second \"reflexive\" ability triggers when you search your library this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["common"]},"prized amalgam":{"name":"Prized Amalgam","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature enters, if it entered from your graveyard or you cast it from your graveyard, return this card from your graveyard to the battlefield tapped at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature enters, if it entered from your graveyard or you cast it from your graveyard, return this card from your graveyard to the battlefield tapped at the beginning of the next end step.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"ZoneChangeObjectMatchesFilter","origin":"Graveyard","destination":"Battlefield","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]}},{"type":"WasCast","zone":"Graveyard","controller":"You","owner":"You"}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"8499b3ec-9a61-47a4-a880-e8230b41c81b","metadata":{"source_printing_ids":["4bf17671-5323-4c84-8215-d58dd2189cdd","54fc296a-6479-42ca-b0a8-c14b3ded1cec","5ee21dbe-6fcf-487b-b924-6b07c0dfa130","634cedb6-8b00-4f4b-8790-541188955295","844c9fa7-8751-49be-827a-7fb6986bae59"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","PSOI","SIR","SOI","TSR"],"rulings":[{"date":"2021-03-19","text":"A card cast using its madness ability is cast from exile, not from your graveyard."},{"date":"2021-03-19","text":"Prized Amalgam's ability triggers only if it's in your graveyard immediately after an appropriate creature enters the battlefield. A Prized Amalgam that's already on the battlefield won't be returned at the beginning of the next end step if it's put into your graveyard later."}],"rarities":["rare","special"]},"probe":{"name":"Probe","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Kicker {1}{B} (You may pay an additional {1}{B} as you cast this spell.)\nDraw three cards, then discard two cards. If this spell was kicked, target player discards two cards.","non_ability_text":null,"flavor_name":null,"keywords":[{"Kicker":{"type":"Cost","shards":["Black"],"generic":1}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Draw three cards, then discard two cards. If this spell was kicked, target player discards two cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"f8d227b6-1627-4ea1-b815-887094497abf","additional_cost":{"type":"Kicker","data":{"costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}}]}},"metadata":{"source_printing_ids":["0a396152-0b6d-4b5e-8dcd-4d77df0b7ae4","a2a58d18-3d52-4178-86b2-7590d4164e76"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["INV","PLST"],"rulings":[{"date":"2024-11-08","text":"If a card or token enters as a copy of a permanent, the new permanent isn't kicked, even if the original was."},{"date":"2024-11-08","text":"If a spell's kicker cost was paid, the spell is \"kicked.\""},{"date":"2024-11-08","text":"If you copy a kicked spell on the stack, the copy is also kicked. If the copied spell is a permanent spell, the token the copy of that spell becomes when it enters is also kicked."},{"date":"2024-11-08","text":"If you put a permanent with a kicker ability onto the battlefield without casting it, you can't kick it."},{"date":"2024-11-08","text":"The kicker ability doesn't let you pay a kicker cost more than once."},{"date":"2024-11-08","text":"To determine a spell's total cost, start with the mana cost (or an alternative cost if another card's effect allows you to pay one instead), add any cost increases (such as kicker), then apply any cost reductions. The spell's mana value remains unchanged, no matter what the total cost to cast it was."}],"rarities":["common"]},"profane tutor":{"name":"Profane Tutor","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Suspend 2—{1}{B} (Rather than cast this card from your hand, pay {1}{B} and exile it with two time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)\nSearch your library for a card, put that card into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":2,"cost":{"type":"Cost","shards":["Black"],"generic":1}}}],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a card, put that card into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"27a1f42c-0b86-4609-9609-1fa9cab7e7c9","metadata":{"source_printing_ids":["0c7f7fdb-9c38-43f8-acb9-6ea1797387a6","2afc6f7d-ab59-4d64-bd11-6bd0fd4bfcd2","44989011-7833-42e3-8fae-6ed0c7220e28"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH2","PMH2","PRM"],"rulings":[{"date":"2021-06-18","text":"You do not need to reveal the card you find with Profane Tutor."},{"date":"2024-02-02","text":"A card with no mana cost can't be cast normally; you'll need a way to cast it for an alternative cost or without paying its mana cost, such as by suspending it."},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If a card with no mana cost is given an alternative cost equal to its mana cost (by Snapcaster Mage, for example), that cost cannot be paid and the card cannot be cast this way."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare"]},"professional face-breaker":{"name":"Professional Face-Breaker","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever one or more creatures you control deal combat damage to a player, create a Treasure token.\nSacrifice a Treasure: Exile the top card of your library. You may play that card this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[{"kind":"Activated","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Treasure"}],"controller":null,"properties":[]},"count":1},"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Sacrifice a Treasure: Exile the top card of your library. You may play that card this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, create a Treasure token.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"04152e7a-969c-4858-841b-0a569a9fc1bf","metadata":{"related_token_ids":["02eda719-658b-52e3-8f94-b66dda715865","4f940dc2-7698-5fda-9f9b-62ec43ec2012","7c5cdbc2-a953-53bd-81dd-9a5c8fbedb85","ce4fe62d-f077-54ec-83ec-f719fbf726a8","e1712205-f6a6-5ffa-befc-9becced0337f"],"source_printing_ids":["2b7e703f-dcd2-4a99-846f-758d4858453a","42acbf52-b137-44f0-a815-2817fe8d2da2","5d6789ac-934f-4591-a009-13faa453be05","7e7c8626-3c82-43f1-98a7-db165b30cf3b","9c2561e6-c5b6-4c88-896e-67b33b8cf6bc","d5a53791-d4e9-49e9-9daf-c8b378925afe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC","J22","M3C","PRM","PSNC","SLD","SNC"],"rarities":["rare"]},"professor onyx":{"name":"Professor Onyx","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Liliana"]},"power":null,"toughness":null,"loyalty":"5","defense":null,"oracle_text":"Magecraft — Whenever you cast or copy an instant or sorcery spell, each opponent loses 2 life and you gain 2 life.\n[+1]: You lose 1 life. Look at the top three cards of your library. Put one of them into your hand and the rest into your graveyard.\n[−3]: Each opponent sacrifices a creature with the greatest power among creatures that player controls.\n[−8]: Each opponent may discard a card. If they don't, they lose 3 life. Repeat this process six more times.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":"Hand","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Graveyard","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: You lose 1 life. Look at the top three cards of your library. Put one of them into your hand and the rest into your graveyard.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"EQ","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]}}}}]},"count":{"type":"Fixed","value":1}},"cost":{"type":"Loyalty","amount":-3},"sub_ability":null,"duration":null,"description":"[−3]: Each opponent sacrifices a creature with the greatest power among creatures that player controls.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},{"kind":"Activated","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":-8},"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−8]: Each opponent may discard a card. If they don't, they lose 3 life. Repeat this process six more times.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":true,"repeat_for":{"type":"Offset","inner":{"type":"Fixed","value":6},"offset":1},"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[{"mode":"SpellCastOrCopy","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast or copy an instant or sorcery spell, each opponent loses 2 life and you gain 2 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9df2e909-ed13-456a-9636-7398732009a9","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["013eeb99-1b66-4fba-ad96-78deee901ea4","b8d8e608-6de4-4b90-aeb7-d060d1f44844","c2ad8536-15f6-42c1-8521-dc37feee8e67"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DSC","PRM","PSTX","STX"],"rulings":[{"date":"2021-04-16","text":" Each magecraft ability has a different effect, although they all have the same trigger condition, whenever you cast or copy an instant or sorcery spell."},{"date":"2021-04-16","text":" For example, if you control Archmage Emeritus and cast an instant or sorcery spell, Archmage Emeritus's magecraft ability will trigger and you will draw a card."},{"date":"2021-04-16","text":" If an effect creates a copy of an instant or sorcery spell, this will also cause the magecraft ability to trigger."},{"date":"2021-04-16","text":" If an effect creates multiple copies of an instant or sorcery spell, magecraft abilities trigger once for each copy created by the effect."},{"date":"2021-04-16","text":" Some effects instruct you to copy an instant or sorcery card in a zone other than the stack. These copies do not cause magecraft abilities to trigger. However, most effects that do this also allow you to cast the copy, and casting the copy will cause magecraft abilities to trigger."},{"date":"2021-04-16","text":"For Professor Onyx's last loyalty ability, \"this process\" is the following: First, the next opponent in turn order may choose a card in hand without revealing it, then each other opponent in turn order does the same. Then all the chosen cards are revealed and discarded at the same time and each opponent who didn't discard a card (whether they chose not to or had an empty hand) loses 3 life. This all will happen seven times, for a maximum loss of 21 life per opponent."},{"date":"2021-04-16","text":"For Professor Onyx's second loyalty ability, if an opponent has multiple creatures with the greatest power, that player choose which one to sacrifice. The next opponent in turn order chooses which creature they are sacrificing, then each other opponent in turn order does the same, knowing the choices made before them. Then all chosen creatures are sacrificed at the same time."},{"date":"2021-04-16","text":"If Professor Onyx seems familiar, it's probably because you've seen this type of planeswalker before."}],"rarities":["mythic"]},"profit":{"name":"Profit","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +1/+1 until end of turn.\nFuse (You may cast one or both halves of this card from your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Fuse"],"abilities":[{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Creatures you control get +1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","White"],"scryfall_oracle_id":"c41e8a99-e4a8-4323-a59d-265266e29fa9","metadata":{"source_printing_ids":["0eb3ce46-ddd2-43b3-9e45-019ae91df686","320e1e05-12b8-4301-8cd7-3ead8046d94a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DGM","PIO"],"rulings":[{"date":"2013-04-15","text":"If a player names a card, the player may name either half of a split card, but not both. A split card has the chosen name if one of its two names matches the chosen name."},{"date":"2013-04-15","text":"If you cast a split card with fuse from your hand without paying its mana cost, you can choose to use its fuse ability and cast both halves without paying their mana costs."},{"date":"2013-04-15","text":"If you're casting a split card with fuse from any zone other than your hand, you can't cast both halves. You'll only be able to cast one half or the other."},{"date":"2013-04-15","text":"On the stack, a split spell that hasn't been fused has only that half's characteristics and mana value. The other half is treated as though it didn't exist."},{"date":"2013-04-15","text":"Some split cards with fuse have two halves that are both multicolored. That card is multicolored no matter which half is cast, or if both halves are cast. It's also multicolored while not on the stack."},{"date":"2013-04-15","text":"Some split cards with fuse have two monocolor halves of different colors. If such a card is cast as a fused split spell, the resulting spell is multicolored. If only one half is cast, the spell is the color of that half. While not on the stack, such a card is multicolored."},{"date":"2013-04-15","text":"To cast a fused split spell, pay both of its mana costs. While the spell is on the stack, its mana value is the total amount of mana in both costs."},{"date":"2013-04-15","text":"When a fused split spell resolves, follow the instructions of the left half first, then the instructions on the right half."},{"date":"2013-04-15","text":"When resolving a fused split spell with multiple targets, treat it as you would any spell with multiple targets. If all targets are illegal when the spell tries to resolve, the spell doesn't resolve and none of its effects happen. If at least one target is still legal at that time, the spell resolves, but an illegal target can't perform any actions or have any actions performed on it."},{"date":"2013-04-15","text":"You can choose the same object as the target of each half of a fused split spell, if appropriate."}],"rarities":["uncommon"]},"progenitor's icon":{"name":"Progenitor's Icon","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose a creature type.\n{T}: Add one mana of any color.\n{T}: The next spell of the chosen type you cast this turn can be cast as though it had flash.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GrantNextSpellAbility","modifier":{"type":"CastAsThoughFlash"},"player":{"type":"Controller"},"spell_filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: The next spell of the chosen type you cast this turn can be cast as though it had flash.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"747f6d0f-3c10-4fef-b7ae-f578c8964ab5","metadata":{"source_printing_ids":["48104961-2090-435a-8d0e-6115e051b05c","5457025c-9720-4717-8ee5-fb048815a895","55a7f877-dc7c-4c1b-b233-900958c9e8f5","f5e04597-c1b6-4561-aba2-5a8c3185463d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LCC","MSC"],"rulings":[{"date":"2023-11-10","text":"If Progenitor's Icon is somehow on the battlefield without a chosen type, its last ability won't do anything."}],"rarities":["rare"]},"promise of tomorrow":{"name":"Promise of Tomorrow","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control dies, exile it.\nAt the beginning of each end step, if you control no creatures, sacrifice this enchantment and return all cards exiled with it to the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control dies, exile it.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Battlefield","target":{"type":"ExiledBySource"},"enters_under":"You"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if you control no creatures, sacrifice ~ and return all cards exiled with it to the battlefield under your control.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"26c22894-10e5-48f1-a32a-a7f1f3f7e12e","metadata":{"source_printing_ids":["0ccffa9d-8896-4364-bc5c-37592d2714f9","b9a307a1-d2b3-481b-92cd-14a2866a022d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PRM"],"rulings":[{"date":"2020-11-10","text":"If a creature you control dies, but it isn't a creature card in the graveyard (perhaps because it was a noncreature that became a creature), Promise of Tomorrow will still exile it, and it may return it to the battlefield later."},{"date":"2020-11-10","text":"If you control more than one Promise of Tomorrow, each creature you control that dies will cause the triggered ability of each of them to trigger. Those abilities can be put on the stack in any order, and the first one to resolve is the one that exiles the creature card. That creature card will be exiled by that Promise of Tomorrow, and only that Promise of Tomorrow can return it."},{"date":"2020-11-10","text":"Players can respond to the first ability of Promise of Tomorrow to try and move the card to another zone (even exile) before Promise of Tomorrow exiles it."},{"date":"2020-11-10","text":"Similarly, if you control more than one Promise of Tomorrow, they will each trigger at the beginning of the end step if you control no creatures. These abilities can be put on the stack in any order, and the first one to resolve will be sacrificed and return cards to the battlefield if appropriate. The next ability to try and resolve will check to see if you control any creatures at that time. If you do, the ability won't resolve, Promise of Tomorrow won't be sacrificed, and it won't return any cards."}],"rarities":["rare"]},"propaganda":{"name":"Propaganda","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":2},"scaling":{"type":"PerAffectedCreature"},"defended":"Player"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ea9709b6-4c37-4d5a-b04d-cd4c42e4f9dd","metadata":{"source_printing_ids":["01115986-1963-45c6-b706-2faee6c71e8f","0806d4a1-4d2f-454b-b830-5ab58e13a452","16023fe1-f5e7-4ec0-aef2-c34c131b8ff3","1b8aa419-dc96-4cd7-9e6a-c2d071df98d1","3e3f0bcd-0796-494d-bf51-94b33c1671e9","4c7c9072-d14c-442c-a386-bfdc0cbe110d","8fdbe10e-4a5c-43ee-abb5-20a8d5be9727","923c8a2b-dbba-423d-8f86-7c5ec184bfcf","ac943e31-26bc-4b54-b73f-460e6e402d86","bc0331b2-7a5b-46f5-9698-f185431ca711","c180f9bd-7dd7-4318-8625-2fa674cbc528","e040aaf3-1331-4960-8220-22bb2c2591da","e175bba4-c131-48f4-8e31-16ec07a12e59","e3308ce8-df83-4f8e-b493-39f95b2d0237","e5f293d7-9c2b-41cb-8e3c-dfc1daa6635f","f67dde4d-3df1-480d-a8b8-ab22c768bb12","f74d378d-6a21-474b-a71c-652a1c92b898"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ACR","AFC","C13","C16","C20","CLB","CMD","FIC","M3C","MSC","OTC","PLST","PZ1","SLD","TMP","WHO"],"rulings":[{"date":"2004-10-04","text":"If there are multiple attacks in a turn, then you have to pay for each attack."},{"date":"2004-10-04","text":"If there is more than one Propaganda on the battlefield, the cost is cumulative."},{"date":"2004-10-04","text":"Paying this cost is not an instant or any other kind of ability, it is an additional cost on the declaration of the attacker."},{"date":"2004-10-04","text":"The payment is made during the declare attackers step at the same time you are declaring the attacker."}],"rarities":["uncommon","rare"]},"provoke":{"name":"Provoke","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Untap target creature you don't control. That creature blocks this turn if able.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ForceBlock","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Untap target creature you don't control. That creature blocks this turn if able.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"731821b1-89fd-4166-94b8-35a1364e4d9d","metadata":{"source_printing_ids":["1fadb24d-0f8c-4542-b3a2-5116563082f9","28ed310f-0e84-4695-a3bc-d01820a54889","9d0df301-737c-417b-b924-0a6ae42c77a0","fa3c58f1-5276-420e-8c09-d256492ee87b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["CNS","STH","TPR","VMA"],"rulings":[{"date":"2004-10-04","text":"You can target an untapped creature."}],"rarities":["common"]},"prowling pangolin":{"name":"Prowling Pangolin","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Pangolin","Beast"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, any player may sacrifice two creatures of their choice. If a player does, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, any player may sacrifice two creatures of their choice. If a player does, sacrifice ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"92042cad-09f5-464f-85ad-baad27e6d1eb","metadata":{"source_printing_ids":["0f037e99-75fb-4a2a-b4c6-448ef21b16a3","58433841-1251-447e-87e5-568a26837a0a","b6bf8191-3154-48d7-a49b-4d07b5e35a15"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["EMA","ONS","PLST"],"rarities":["common","uncommon"]},"psychic possession":{"name":"Psychic Possession","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant opponent\nSkip your draw step.\nWhenever enchanted opponent draws a card, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}}],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted opponent draws a card, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"SkipStep":{"step":"Draw"}},"affected":{"type":"Controller"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Skip your draw step."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d2458d63-c627-4e75-8bda-23bca38cae93","parse_warnings":[{"type":"TargetFallback","context":"trigger subject parse fell back to Any","text":"enchanted opponent draws a card","line_index":0}],"metadata":{"source_printing_ids":["e8364ce0-4c11-4af0-9f4b-e4c20d640dfc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DIS"],"rulings":[{"date":"2006-05-01","text":"An Aura with enchant opponent can't be attached to a permanent."},{"date":"2006-05-01","text":"Enchanting an opponent works very much like enchanting a permanent. The Aura spell targets the opponent. When it resolves, it enters \"attached\" to that player. Once it's on the battlefield, it no longer targets that player."},{"date":"2006-05-01","text":"If Psychic Possession's controller ever happens to be the player it's enchanting, Psychic Possession will be put into its owner's graveyard as a state-based action."},{"date":"2006-05-01","text":"In a multiplayer game, if the enchanted opponent leaves the game, Psychic Possession will be put into its owner's graveyard as a state-based action. If Psychic Possession's owner leaves the game, Psychic Possession immediately leaves the game; this is not a state-based action."},{"date":"2006-05-01","text":"Psychic Possession's controller, not the enchanted player, skips their draw step."}],"rarities":["rare"]},"puca's eye":{"name":"Puca's Eye","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, draw a card, then choose a color. This artifact becomes the chosen color.\n{3}, {T}: Draw a card. Activate only if there are five colors among permanents you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}, {T}: Draw a card. Activate only if there are five colors among permanents you control.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":null}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddChosenColor"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"the chosen color"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card, then choose a color. ~ becomes the chosen color.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"499b4cf9-2aaa-45a0-8362-77b727b7f7cc","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"When this artifact enters, draw a card, then choose a color. This artifact becomes the chosen color.\n{3}, {T}: Draw a card. Activate only if","line_index":0}],"metadata":{"source_printing_ids":["c3a5ca02-3829-4c42-b0dc-98b660f8a8f0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["uncommon"]},"pupu ufo":{"name":"PuPu UFO","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct","Alien"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\n{T}: You may put a land card from your hand onto the battlefield.\n{3}: Until end of turn, this creature's base power becomes equal to the number of Towns you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: You may put a land card from your hand onto the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Town"}],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~'s base power becomes equal to the number of Towns you control"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{3}: Until end of turn, ~'s base power becomes equal to the number of Towns you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b1412eda-e3a4-41b2-932e-795a0ba0f7f8","metadata":{"source_printing_ids":["989b52f7-d8a5-4488-9a5d-f14a1d48686d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"Putting a land card onto the battlefield with PuPu UFO's first activated ability doesn't count as playing a land. You can put a land card onto the battlefield this way even if you've already played a land for the turn."},{"date":"2025-06-06","text":"Use the number of Towns you control when PuPu UFO's last ability resolves to determine PuPu UFO's new base power."}],"rarities":["uncommon"]},"puresteel paladin":{"name":"Puresteel Paladin","mana_cost":{"type":"Cost","shards":["White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever an Equipment you control enters, you may draw a card.\nMetalcraft — Equipment you control have equip {0} as long as you control three or more artifacts.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an Equipment you control enters, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Equipment"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"sub_ability":null,"duration":null,"description":"equip {0}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Metalcraft — Equipment you control have equip {0} as long as you control three or more artifacts."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"74a62c7b-4753-4af2-b7a1-9a4ae8988801","metadata":{"source_printing_ids":["5890e6cd-f5af-4651-a55a-8526617152bb","6dfd52a8-14c0-4e53-862e-01da4d7823e2","73e496f4-ec53-4e3c-a27d-5c1b5a54a642","7a69d118-fc58-40b7-bb38-f1c3da04d950","8abcc2e6-82e7-4cc5-8956-05dd617e3e7d","8f6b5529-b70f-4d61-b98f-e7936683d3ad","9a89d111-1a7c-4446-9a53-99d5d68099cf","b43eb2ff-a3c4-449d-8ad3-17c41d5c764b","b7f768ce-e30e-4da6-a2e3-3e67315b1766","ca100248-fcd6-41ed-8d75-bcb473845edd","d8f8a324-006d-4cb8-9816-620a603b4229","ec9196b9-24b9-4398-b712-3fc0ee34717e","f457dcc4-fcba-4f6a-b4fe-d6b97ac370c7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","AFC","CMM","FIC","NPH","PIP","PLST","SLD"],"rulings":[{"date":"2020-08-07","text":"Once the equip {0} ability is activated, causing Puresteel Paladin to leave the battlefield or causing its controller to control fewer than three artifacts won't stop the equip ability from resolving."},{"date":"2020-08-07","text":"You may still activate the Equipment's other equip abilities if you wish."}],"rarities":["rare"]},"pyroclasm":{"name":"Pyroclasm","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Pyroclasm deals 2 damage to each creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to each creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e4bcd4ea-e7cd-4471-8f3b-18bb51d3d70c","metadata":{"source_printing_ids":["0c0e7131-db26-448d-afda-f48337a026f0","2df4f214-5db5-41ea-8e06-e8f0aaeac05d","34ec6e8f-a8be-4efe-8082-d807378066b1","3a66dc1f-a379-4d8f-ae00-f2cff5edfa9c","4391b0af-2f26-4a45-9e2a-5bd8e9838107","7afce33f-2ead-4943-9655-bff6eaa9fe6b","800fd385-529d-40c7-b320-9dfd6b2f6f51","81012d51-bb63-4558-b82c-f5b5c34f4bfb","88040748-ad76-4b9a-bd4e-87e5980e9816","8c8f3b5e-71b4-42e0-9ddb-630e3dcf1be7","964b8482-9154-4f26-9ae7-641d0c00ca99","a454c426-dd7b-44e4-8404-adb4e0739e4a","aa0e9a0c-7d89-4dde-88c3-130fb4d41fb7","bac89aef-a0f5-494b-a085-5b3b016d7f17","c4783071-bbb5-4db6-a38a-5ef2305e19ac","daa4eca3-8254-4d08-a944-8093fe83aad9","e06bc456-41a1-471f-ab13-7d0575b0b295","ea518d8f-568e-4f4a-b729-fdf4c770b9d0","ea6df956-0dc0-41f4-bf37-c88bcd80cc95","f4005974-fac5-465f-b742-bcb41eb8ba74","fc79823f-7ae1-4c22-9c11-8c729eea6c4f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","7ED","8ED","9ED","A25","DDK","DDL","DKM","DSK","ICE","M10","M11","MM3","OLEP","P06","PLST","POR","PRM","PSAL","WC01","WC03","WC04"],"rarities":["uncommon","rare"]},"pyrogoyf":{"name":"Pyrogoyf","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lhurgoyf"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"1+*"},"loyalty":null,"defense":null,"oracle_text":"Pyrogoyf's power is equal to the number of card types among cards in all graveyards and its toughness is equal to that number plus 1.\nWhenever this creature or another Lhurgoyf creature you control enters, that creature deals damage equal to its power to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"target":{"type":"Any"},"damage_source":"TriggeringSource"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature",{"Subtype":"Lhurgoyf"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another Lhurgoyf creature you control enters, that creature deals damage equal to its power to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"All"}}}},{"type":"SetDynamicToughness","value":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"All"}}},"offset":1}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the number of card types among cards in all graveyards and its toughness is equal to that number plus 1."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7fd7457a-388d-4cca-a7cf-86b4ea922037","metadata":{"source_printing_ids":["f60be310-4461-4b84-95f0-b2095108bd79","fa87bf1e-2062-4983-b1c4-98bffea69a4c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA2","M3C"],"rulings":[{"date":"2024-06-07","text":"Card types that can appear on cards in a graveyard are artifact, battle, creature, enchantment, instant, kindred, land, planeswalker, and sorcery. Legendary, basic, and snow are supertypes, not card types; Lhurgoyf, Forest, and Siege are subtypes, not card types."},{"date":"2024-06-07","text":"If Pyrogoyf or the relevant Lhurgoyf creature leaves the battlefield while Pyrogoyf's last ability is on the stack, use its power as it last existed on the battlefield to determine how much damage is dealt."},{"date":"2024-06-07","text":"The ability that defines Pyrogoyf's power and toughness counts card types, not cards. If the only card in all graveyards is a single artifact creature card, Pyrogoyf will be a 2/3. If the cards in all graveyards are ten artifact cards and ten creature cards, Pyrogoyf will still be a 2/3."},{"date":"2024-06-07","text":"The ability that defines Pyrogoyf's power and toughness works in all zones, not just the battlefield."}],"rarities":["rare"]},"quagmire lamprey":{"name":"Quagmire Lamprey","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fish"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes blocked by a creature, put a -1/-1 counter on that creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes blocked by a creature, put a -1/-1 counter on that creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f5b374d8-bf22-44f7-a18a-18c096a84640","metadata":{"source_printing_ids":["3c91c44e-6bfc-4595-9cdb-17d73f912c09"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ"],"rarities":["uncommon"]},"quantum reduction":{"name":"Quantum Reduction","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 2 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 2 or more.)\nYou may cast this spell as though it had flash if it's cast using teamwork.\nEnchant creature\nEnchanted creature gets -5/-0 and loses all abilities.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":2},{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Any"},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"RemoveAllAbilities"},{"type":"AddPower","value":-5},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets -5/-0 and loses all abilities."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4e18d20f-f153-4607-9201-3e22591474db","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["ebeca5ab-ab9b-4f63-8313-5e2322617693"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["common"]},"quantum riddler":{"name":"Quantum Riddler","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, draw a card.\nAs long as you have one or fewer cards in hand, if you would draw one or more cards, you draw that many cards plus one instead.\nWarp {1}{U}","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Warp":{"type":"Cost","shards":["Blue"],"generic":1}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Draw","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"EventContextAmount"}},"offset":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"As long as you have one or fewer cards in hand, if you would draw one or more cards, you draw that many cards plus one instead.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"Fixed","value":1}}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"58582fac-4c42-4a1c-9ab1-4a892b500da4","metadata":{"source_printing_ids":["120be808-ff3b-4fca-96a1-4db6b9825856","2b0e16d5-a3e5-4e58-9f97-3d967618f015"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"If an effect instructs you to draw more than one card, Quantum Riddler’s replacement effect applies to that entire instruction, not the individual card draws represented by the instruction. For example, if you control Quantum Riddler and you cast Decode Transmissions while you have no other cards in your hand, Quantum Riddler’s replacement effect will apply, and you’ll draw three cards instead of two."},{"date":"2025-07-25","text":"Once a replacement effect has been applied to an event, it can’t be applied again to the newly modified event. For example, once Quantum Riddler’s replacement effect has modified the “draw two cards” instruction of Decode Transmissions, Thought Reflection’s replacement effect can double the resulting card draws without Quantum Riddler’s replacement effect applying again."},{"date":"2025-07-25","text":"Quantum Riddler’s replacement effect applies to an instruction to draw more than one card before any replacement effects apply to individual cards drawn. For example, if you control Thought Reflection (an enchantment with “If you would draw a card, draw two cards instead.”) and you cast Decode Transmissions while you have one or fewer other cards in your hand, you’ll apply Quantum Riddler’s replacement effect first, changing the “draw two cards” instruction to “draw three cards.” Then Thought Reflection’s replacement effect will apply to each of those three individual card draws, causing you to draw a total of six cards."}],"rarities":["mythic"]},"quash":{"name":"Quash","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target instant or sorcery spell. Search its controller's graveyard, hand, and library for all cards with the same name as that spell and exile them. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":[],"controller":"ParentTargetController","properties":[{"type":"InAnyZone","zones":["Graveyard","Hand","Library"]},{"type":"SameNameAsParentTarget"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target instant or sorcery spell. Search its controller's graveyard, hand, and library for all cards with the same name as that spell and exile them. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"255131a2-616c-4c8d-a36a-14e5b5ab345e","metadata":{"source_printing_ids":["48ca8c31-a9ea-4388-b257-951c1c68b86d","62019ac4-a5a1-4a8c-bfb4-96e818949bbe"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["BOK","UDS"],"rulings":[{"date":"2004-10-04","text":"If the spell is not countered (because the spell it targets can’t be countered), then it does not get exiled but all the other copies in the graveyard, hand, and library are exiled."},{"date":"2004-10-04","text":"It exiles the countered spell. This is because the first sentence puts the spell into the graveyard before you continue to the second sentence."},{"date":"2005-02-01","text":"If Quash counters a spell that has had text spliced onto it, only the base spell may be exiled. For example, if you use Quash to counter a Kodama’s Might with a Glacial Ray spliced onto it, you may search for and exile only Kodama’s Might."},{"date":"2005-02-01","text":"Quash can exile cards even if the spell countered was a copy of a spell. For example, if you Quash a Boomerang cast from an Isochron Scepter, you may search for and exile cards named Boomerang."},{"date":"2005-02-01","text":"The copies must be found if they are in publicly viewable zones. Finding copies while searching private zones is optional."}],"rarities":["uncommon"]},"queen marchesa":{"name":"Queen Marchesa","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch, haste\nWhen Queen Marchesa enters, you become the monarch.\nAt the beginning of your upkeep, if an opponent is the monarch, create a 1/1 black Assassin creature token with deathtouch and haste.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeMonarch"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you become the monarch.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Assassin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Assassin"],"colors":["Black"],"keywords":["Deathtouch","Haste"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if an opponent is the monarch, create a 1/1 black Assassin creature token with deathtouch and haste.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"And","conditions":[{"type":"Not","condition":{"type":"IsMonarch"}},{"type":"Not","condition":{"type":"NoMonarch"}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"d7ac4be1-dcca-49b6-8ddb-d1b0e6cf2dcf","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0fa7ebcf-46e9-5f3c-b8a0-06203060b81e","5f441394-8b4a-5368-affb-3637b146de1c","c2bd9e4b-fd0a-57f9-ace4-040851e702be"],"source_printing_ids":["03f4341c-088b-4f35-b82b-3d98d8a93de4","0fdae05f-7bdc-45fb-b9b9-e5ec3766f965","25929dd3-f4d5-4888-ba2f-389950960f86","567697db-8d47-404f-b0da-b00409431f28","93b04456-c692-47e1-90d7-53bba320bbda","a15bebe2-ae6a-48b4-b203-5ab78996b86f","a626cee3-156f-4f5f-990d-4309f3a94d7a","b5674a72-9eda-48af-b51a-d4406e7dc790","d6c04d8d-f552-4af3-b014-efb7a1c577f8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM","CMR","CN2","OTC","PLST","PRM","PZ2","SLD"],"rulings":[{"date":"2016-08-23","text":"Abilities that trigger whenever you \"become the monarch\" trigger only if you aren't already the monarch. For example, if you are already the monarch as Custodi Lich enters the battlefield, its last ability won't trigger."},{"date":"2016-08-23","text":"Being the monarch carries two inherent triggered abilities. \"At the beginning of the monarch's end step, that player draws a card\" and \"Whenever a creature deals combat damage to the monarch, its controller becomes the monarch.\""},{"date":"2016-08-23","text":"If the triggered ability that causes the monarch to draw a card goes on the stack, and a different player becomes the monarch before that ability resolves, the first player will still draw the card."},{"date":"2016-08-23","text":"The game starts with no monarch. Once an effect makes one player the monarch, the game will have exactly one monarch from that point forward."},{"date":"2016-08-23","text":"The last ability of Queen Marchesa (long may she reign) checks to see if an opponent is the monarch as your upkeep begins. If no opponent is the monarch, Queen Marchesa's (long may she reign) ability won't trigger at all. Queen Marchesa's (long may she reign) ability will also check to see if an opponent is the monarch as it tries to resolve. If no opponent is the monarch at that time, Queen Marchesa's (long may she reign) ability will have no effect."}],"rarities":["rare","mythic"]},"questing beast":{"name":"Questing Beast","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance, deathtouch, haste\nQuesting Beast can't be blocked by creatures with power 2 or less.\nCombat damage that would be dealt by creatures you control can't be prevented.\nWhenever Questing Beast deals combat damage to an opponent, it deals that much damage to target planeswalker that player controls.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Haste","Vigilance"],"abilities":[{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"DamagePreventionDisabled","source":0,"expiry":{"type":"EndOfTurn"},"scope":{"type":"SourcesControlledBy","data":0}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Planeswalker"],"controller":"TargetPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to an opponent, it deals that much damage to target planeswalker that player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked by creatures with power 2 or less."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b685757b-521e-4353-a233-97052359723d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5357e802-2d25-48d3-a188-101c142787b7","de1c717a-ede7-4f6d-b9a9-da6cf0fd3d5d","e41cf82d-3213-47ce-a015-6e51a8b07e4f","f22676dc-9c00-4fe6-aa39-1fd801ad7102"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","PELD","PLST","SLC","SLD"],"rulings":[{"date":"2019-10-04","text":"If the opponent dealt damage controls no planeswalkers, Questing Beast's last ability simply does nothing."},{"date":"2019-10-04","text":"Once a creature with power 3 or greater has blocked this creature, changing the power of the blocking creature won't cause this creature to become unblocked."},{"date":"2019-10-04","text":"Questing Beast only stops combat damage from being prevented by effects that specifically use the word “prevent.”"},{"date":"2019-10-04","text":"The damage Questing Beast deals to the target planeswalker as its last ability resolves isn't combat damage."}],"rarities":["mythic"]},"questing druid":{"name":"Questing Druid","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a spell that's white, blue, black, or red, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"AnyOf","props":[{"type":"HasColor","color":"White"},{"type":"HasColor","color":"Blue"},{"type":"HasColor","color":"Black"},{"type":"HasColor","color":"Red"}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell that's white, blue, black, or red, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"555df32f-f8e9-49af-bc4a-1194ea325a97","metadata":{"source_printing_ids":["72c130e2-1e17-4996-a5ae-231155d68261","c6406eba-da58-4264-a213-20e22c1c3bec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","SLP","WOE"],"rulings":[{"date":"2023-09-01","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Questing Druid is a green creature card whose mana value is 2. It can’t be the target of Tenacious Tomeseeker’s triggered ability (“return target instant or sorcery card from your graveyard to your hand”)."},{"date":"2023-09-01","text":"An effect may refer to a card, spell, or permanent that “has an Adventure.” This refers to a card, spell, or permanent that has an adventurer card’s set of alternative characteristics, even if they’re not being used and even if that card was never cast as an Adventure."},{"date":"2023-09-01","text":"Casting a card as an Adventure isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2023-09-01","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner’s graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won’t be exiled and the spell’s controller won’t be able to cast it as a permanent later."},{"date":"2023-09-01","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won’t give you permission to cast it as a permanent spell."},{"date":"2023-09-01","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it’s not possible to cast the copy as a permanent."},{"date":"2023-09-01","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2023-09-01","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won’t find an instant or sorcery spell on the stack that’s been cast as an Adventure."},{"date":"2023-09-01","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it’s a token) or cease to be a copy (if it’s a nontoken permanent), and so you won’t be able to cast it as an Adventure."},{"date":"2023-09-01","text":"If you cast a spell that's more than one of the listed colors, Questing Druid's ability still triggers only once."},{"date":"2023-09-01","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it’s legal to cast that spell. For example, if you control Johann, Apprentice Sorcerer (“Once each turn, you may cast an instant or sorcery spell from the top of your library.”) and Questing Druid is on top of your library, you can cast Seek the Beast, but not Questing Druid."},{"date":"2023-09-01","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2023-09-01","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you’ll be able to cast it only during your main phase while the stack is empty."},{"date":"2023-09-01","text":"You pay all costs and follow all normal timing rules for cards played from exile with Seek the Beast. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"quick draw":{"name":"Quick Draw","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gets +1/+1 and gains first strike until end of turn. Creatures target opponent controls lose first strike and double strike until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 and gains first strike"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"TargetOpponent","properties":[]},"modifications":[{"type":"RemoveKeyword","keyword":"FirstStrike"},{"type":"RemoveKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose first strike and double strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gets +1/+1 and gains first strike until end of turn. Creatures target opponent controls lose first strike and double strike until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ae0d17f6-859c-4b41-8b66-b68abb837bbb","metadata":{"source_printing_ids":["56399cd0-1214-42b6-be38-f2cbd770915f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"You can’t cast Quick Draw unless you control a creature that’s a legal target for Quick Draw."}],"rarities":["common"]},"quirion ranger":{"name":"Quirion Ranger","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Ranger"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Return a Forest you control to its owner's hand: Untap target creature. Activate only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"ReturnToHand","count":1,"filter":{"type":"Typed","type_filters":[{"Subtype":"Forest"}],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Return a Forest you control to its owner's hand: Untap target creature. Activate only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3ecaefc8-ead2-47a3-a7ea-b030faab65a7","metadata":{"source_printing_ids":["11da032d-1cd5-48ed-ace7-fc042c4859e8","2a68656e-799d-414b-be27-4b25bd2bd468","320fdf89-e158-41c5-b0bf-fee9dec36a75","56efe72c-6d7f-44f6-ac74-01af9305c4b6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["F01","MH2","PLST","PRM","VIS","WC97"],"rulings":[{"date":"2021-06-18","text":"Returning the Forest you control to its owner's hand is the cost to activate the ability. Once you activate the ability, no one can try to do anything to the Forest to stop you from activating the ability."},{"date":"2021-06-18","text":"You can target any creature with Quirion Ranger's ability, not just a tapped creature."},{"date":"2021-06-18","text":"You may return any land you control with the subtype Forest. It doesn't have to be one named Forest."}],"rarities":["common","uncommon"]},"radical idea":{"name":"Radical Idea","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw a card.\nJump-start (You may cast this card from your graveyard by discarding a card in addition to paying its other costs. Then exile this card.)","non_ability_text":null,"flavor_name":null,"keywords":["JumpStart"],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fd51dce2-8e8a-4686-910e-1bbc2825d190","metadata":{"source_printing_ids":["7c1290ba-dd9d-4cfe-b906-e3f9f89af9e4","aa32ec44-d29b-4ebe-82f5-4fe67bca07eb","c9570734-5e9b-46ff-b606-9759b5195756"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GRN","OTC","RVR"],"rulings":[{"date":"2018-10-05","text":"A spell cast using jump-start will always be exiled afterward, whether it resolves, it's countered, or it leaves the stack in some other way."},{"date":"2018-10-05","text":"If a card with jump-start is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2018-10-05","text":"If an effect allows you to pay an alternative cost rather than a spell's mana cost, you may pay that alternative cost when you jump-start a spell. You'll still discard a card as an additional cost to cast it."},{"date":"2018-10-05","text":"You must still follow any timing restrictions and permissions when casting a spell with jump-start, including those based on the card's type. For instance, you can cast a sorcery using jump-start only when you could normally cast a sorcery."}],"rarities":["common"]},"raft security officer":{"name":"Raft Security Officer","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{2}, {T}: Tap target creature. This ability costs {1} less to activate if it targets a creature with power 3 or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}, {T}: Tap target creature. This ability costs {1} less to activate if it targets a creature with power 3 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Fixed","value":1},"condition":{"type":"SpellTargetsFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":3}}]}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"60754d4b-2add-4928-8d30-8ce9c0f54f91","metadata":{"source_printing_ids":["f9b9f9d6-b50c-4b29-80be-284ba773c70b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"ragavan, nimble pilferer":{"name":"Ragavan, Nimble Pilferer","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Monkey","Pirate"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever Ragavan deals combat damage to a player, create a Treasure token and exile the top card of that player's library. Until end of turn, you may cast that card.\nDash {1}{R} (You may cast this spell for its dash cost. If you do, it gains haste, and it's returned from the battlefield to its owner's hand at the beginning of the next end step.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Dash":{"type":"Cost","shards":["Red"],"generic":1}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, create a Treasure token and exile the top card of that player's library. Until end of turn, you may cast that card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"37108cd4-bbab-4ce3-9ed6-f60e8422e703","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["4873fe20-675e-5db5-b9ba-8d996c2806ba","74d281e4-6c2a-53c2-b0ea-253ef143d22c","7c5cdbc2-a953-53bd-81dd-9a5c8fbedb85","ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["3a29b9b5-8c15-4058-a7d2-db7297635364","8d27e717-8bda-44dc-90b9-a6f7029c7b93","a71d1ec3-2d7a-4749-8936-8bf7a8b83d84","a9738cda-adb1-47fb-9f4c-ecd930228c4d","b3e685f9-cc0f-4dc6-98dc-4727944de445","e90f19e0-2461-4233-80ef-dd9c582726a2","fae3bf4a-a732-48aa-a1a4-7e5fd007774c","fc898fec-4cc6-4587-b556-c5a8d38ccbd0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"banned","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","H2R","MH2","MUL","PMH2","PRM","SLP"],"rulings":[{"date":"2021-06-18","text":"If a creature enters the battlefield as a copy of or becomes a copy of a creature whose dash cost was paid, the copy won't have haste and won't be returned to its owner's hand."},{"date":"2021-06-18","text":"If you choose to pay the dash cost rather than the mana cost, you're still casting the spell. It goes on the stack and can be responded to and countered. You can cast a creature spell for its dash cost only when you otherwise could cast that creature spell. Most of the time, this means during your main phase when the stack is empty."},{"date":"2021-06-18","text":"If you pay the dash cost to cast a creature spell, that card will be returned to its owner's hand only if it's still on the battlefield when its triggered ability resolves. If it dies or goes to another zone before then, it will stay where it is."},{"date":"2021-06-18","text":"You don't have to attack with the creature with dash unless another ability says you do."},{"date":"2021-06-18","text":"You must still follow all timing restrictions and pay all costs when casting the exiled card. If you exile a land card, you can't play that card."},{"date":"2021-06-18","text":"You'll create a Treasure token even if that player has no cards left in their library to exile."}],"rarities":["mythic"]},"rage reflection":{"name":"Rage Reflection","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have double strike.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have double strike."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"03fb26b1-6d9c-455b-9b2f-a052a9222db7","metadata":{"source_printing_ids":["275e118d-1d50-47ee-a2c9-76169ce372cf","84ef99c0-1a33-473a-80ff-bfe5544e7784","b767e176-1df5-4adc-bf6b-418d71b4dbbe"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","DPA","PLST","PS11","SHM"],"rulings":[{"date":"2020-08-07","text":"If a creature loses double strike after assigning damage in the first strike combat damage step (due to Rage Reflection leaving the battlefield, for example), that creature won't assign damage in the normal combat damage step."}],"rarities":["rare"]},"raging goblin":{"name":"Raging Goblin","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Berserker"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Haste (This creature can attack and {T} as soon as it comes under your control.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"30997b43-fc13-41d3-8064-1ccc2cb6fd2b","metadata":{"source_printing_ids":["165dc9fc-22b3-48ac-b446-5599af75917e","181ed588-5b9e-4160-967c-ed927b7e0048","1f0a166c-f7c0-45b4-aa90-053ce545cfb2","3ee34158-867f-4685-8f2b-af9469b628c3","45c7d78e-ac15-45a0-a4ce-23bcda100dba","594f850f-dab1-40e0-828c-c200bbac060f","646c62b6-1dec-4ecd-acf0-8833c9c7f265","657190fe-9c18-4134-a556-e081daff73cd","aa318c3a-70ae-499a-8022-b380f03fd53f","b47a96df-dce7-495b-acc0-5551641f5a57","bef1c9bb-fa05-4947-9e03-6fe397157265","efcea609-4a24-468d-a4fe-0524f53a7a01","f41205d2-ed1c-4c16-a171-096c06016705"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","6ED","7ED","8ED","9ED","ANB","ATH","BRB","BTD","DD1","EVG","EXO","M10","OANA","P02","POR","PSAL","S99"],"rarities":["common"]},"raiyuu, storm's edge":{"name":"Raiyuu, Storm's Edge","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Samurai"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"First strike\nWhenever a Samurai or Warrior you control attacks alone, untap it. If it's the first combat phase of the turn, there is an additional combat phase after this phase.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"FirstCombatPhaseOfTurn"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Samurai"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":"You","properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Samurai or Warrior you control attacks alone, untap it. If it's the first combat phase of the turn, there is an additional combat phase after this phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"9028f726-50c7-49f3-8386-e584415dcba2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1026485e-3df5-4ac7-baa1-06bff537a506","37748b74-0eda-4b20-a08f-faa418adb9ff","c89f16b7-fcfb-44a9-b05f-a77a157a9865"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"A creature attacks alone if it's the only creature declared as an attacker during the declare attackers step. For example, Raiyuu's triggered ability won't trigger if you attack with multiple creatures and all but one of them are removed from combat."},{"date":"2022-02-18","text":"Notably, the triggered ability doesn't give you any additional main phases. This means that you will move directly from the end of combat step of one combat phase to the beginning of combat step of the next one."}],"rarities":["rare"]},"rakdos headliner":{"name":"Rakdos Headliner","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Devil"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nEcho—Discard a card. (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste",{"Echo":{"type":"NonMana","data":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}}}],"abilities":[],"triggers":[{"mode":"PayEcho","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.30a: At the beginning of your upkeep, sacrifice this permanent unless you pay its echo cost.","constraint":null,"condition":{"type":"EchoDue"},"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"a8828c17-190b-4e64-a0f2-8d14c013d692","metadata":{"source_printing_ids":["2caad15a-b567-47b5-b055-e52bfed5b889","508751e3-e27a-4b88-804c-288bc2605c0f","aad6576b-605c-4007-a2a7-0d7550520d6d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","MH2"],"rulings":[{"date":"2021-06-18","text":"Paying for echo is always optional. When the echo triggered ability resolves, if you can't pay the echo cost or choose not to, you sacrifice that permanent."},{"date":"2021-06-18","text":"Your permanent's echo ability will trigger at the beginning of your upkeep if it entered the battlefield since the beginning of your last upkeep, or if you gained control of it since the beginning of your last upkeep."}],"rarities":["uncommon"]},"rally the ranks":{"name":"Rally the Ranks","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nCreatures you control of the chosen type get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenCreatureType"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control of the chosen type get +1/+1."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"eeb07c8a-21d1-43fa-a5f3-ee3fe328a671","metadata":{"source_printing_ids":["03595195-3be2-4d18-b5c0-43b2dcc1c0f5","b661481d-62cc-4c00-a53f-1cee380d9d75"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM","PKHM","PRM"],"rulings":[{"date":"2021-02-05","text":"Because damage remains marked on creatures until the damage is removed as the turn ends, nonlethal damage dealt to creatures you control may become lethal if Rally the Ranks leaves the battlefield that turn."},{"date":"2021-02-05","text":"You must choose an existing creature type, such as Hippo or Hellion. You can’t choose card types (e.g., artifact) or supertypes (e.g., snow)."}],"rarities":["rare"]},"ram through":{"name":"Ram Through","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control deals damage equal to its power to target creature you don't control. If the creature you control has trample, excess damage is dealt to that creature's controller instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"Target"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"excess","description":"excess damage is dealt to that creature's controller instead"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target creature you control deals damage equal to its power to target creature you don't control. If the creature you control has trample, excess damage is dealt to that creature's controller instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4b1befff-48fa-47a3-832e-bdaf43495c02","metadata":{"source_printing_ids":["44063a90-e4cf-4bcd-a128-792de15371a7","7d41ca70-8a47-44a7-9494-265e2f401028","a6989928-3004-41c8-a20d-4bbc84a9b334","ac0b24e7-14e7-45ee-b5d8-bdb8674b669c","dd7659b5-830f-47ef-8efe-aa8d6b8c7679"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","GN3","IKO","J22","PLST"],"rulings":[{"date":"2020-04-17","text":"Excess damage caused by a spell or ability is similar to how combat damage from a creature with trample is handled. Start with the amount of damage being dealt to the creature and determine what is “lethal.” This is the creature’s toughness minus the amount of damage that it already has marked on it, but ignoring any replacement or prevention effects that will modify this damage. Also ignore whether the creature has an ability such as indestructible that will result in it not being destroyed by this damage."},{"date":"2020-04-17","text":"If either creature is an illegal target as Ram Through tries to resolve, the creature you control won’t deal damage to any creature or player."},{"date":"2020-04-17","text":"If the target creature you control has deathtouch, 1 damage from it is lethal."},{"date":"2020-04-17","text":"Once you’ve determined how much damage is excess, the creature you control simultaneously deals damage to the creature and to its controller. This damage may be modified by replacement or prevention effects."}],"rarities":["common"]},"rancor":{"name":"Rancor","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +2/+0 and has trample.\nWhen this Aura is put into a graveyard from the battlefield, return it to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into a graveyard from the battlefield, return it to its owner's hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+0 and has trample."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"9d2d6479-531c-4ce1-b52b-00e36fa63b64","metadata":{"source_printing_ids":["1d86ea97-0d7a-42ee-9d46-1c0dd10474c7","26ddcdcc-28eb-43ce-b912-499c735491b8","377792bf-2d72-40eb-9e47-1d4a86980fa4","38e281ab-3437-4a2c-a668-9a148bc3eaf7","4073ecc9-5d3a-452f-b708-0572fa27a6f0","59e256c2-38df-4012-9308-ce17dd889e5f","62d0d6a4-783f-4ec3-99c5-6c21aefdb997","6e3e20db-94d2-47eb-ab21-c8159e42f677","86118251-416c-4fe8-a0bd-d3e61079655b","86d6b411-4a31-4bfc-8dd6-e19f553bb29b","8a4d8527-af29-408d-a3a3-6781db0cf439","a13768a2-caa3-4489-b1e2-ba5f0e104931","abd96a99-c3a0-4923-80a1-51d26fc8bb91","b982558f-5b82-4918-9b54-c7ac1e6f8da5","c45de3ce-c2d5-47ac-8e9e-c6b24dd6047c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","A25","AFC","ARC","DDD","E02","EMA","F05","GVL","M13","MAR","PC2","PCA","PIP","PLST","PRM","PZ1","ULG","WC99"],"rulings":[{"date":"2018-03-16","text":"If the creature this Aura would enchant is an illegal target by the time Rancor tries to resolve, the Aura spell doesn't resolve. It won't enter the battlefield, so it won't be put into a graveyard from the battlefield and its ability won't trigger."}],"rarities":["common","uncommon","mythic"]},"rangers' aetherhive":{"name":"Rangers' Aetherhive","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever you activate an exhaust ability, create a 1/1 colorless Thopter artifact creature token with flying.\nCrew 1 (Tap any number of creatures you control with total power 1 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance",{"Crew":{"power":1,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":{"KeywordAbilityActivated":{"type":"Exhaust"}},"execute":{"kind":"Spell","effect":{"type":"Token","name":"Thopter","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Thopter"],"colors":[],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate an exhaust ability, create a 1/1 colorless Thopter artifact creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"49d149d6-de94-48cf-974b-6bb4a37ce77c","metadata":{"related_token_ids":["d0ddfd70-ed9e-56db-8424-5a30af6d2425"],"source_printing_ids":["1b238d2c-d10f-496d-aa34-5a1536e056b5","3f0d5c5c-d3d6-48ae-9775-fcd2cd9a0c65"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"ranging raptors":{"name":"Ranging Raptors","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Enrage — Whenever this creature is dealt damage, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2a86b70b-34ca-45df-8aa1-c3fb2da72dc3","metadata":{"source_printing_ids":["08df7e63-65d6-4e42-8699-7510453d3100","7d4f04bc-30ee-4948-9905-774f532ac811","9e91efc6-0e6a-4a9e-a486-adf53e53d3f1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GN2","LCC","XLN"],"rulings":[{"date":"2018-01-19","text":"If lethal damage is dealt to a creature with an enrage ability, that ability triggers. The creature with that enrage ability leaves the battlefield before that ability resolves, so it won't be affected by the resolving ability."},{"date":"2018-01-19","text":"If multiple sources deal damage to a creature with an enrage ability at the same time, most likely because multiple creatures blocked that creature, the enrage ability triggers only once."}],"rarities":["uncommon"]},"rankle and torbran":{"name":"Rankle and Torbran","mana_cost":{"type":"Cost","shards":["Black","Black","Red","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Faerie","Dwarf"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, first strike, haste\nWhenever Rankle and Torbran deals combat damage to a player or battle, choose any number —\n• Each player creates a Treasure token.\n• Each player sacrifices a creature of their choice.\n• If a source would deal damage to a player or battle this turn, it deals that much damage plus 2 instead.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flying","Haste"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":3,"mode_count":3,"mode_descriptions":["Each player creates a Treasure token.","Each player sacrifices a creature of their choice.","If a source would deal damage to a player or battle this turn, it deals that much damage plus 2 instead."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},{"kind":"Spell","effect":{"type":"AddTargetReplacement","replacement":{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source would deal damage to a player or battle this turn, it deals that much damage plus 2 instead","condition":null,"damage_modification":{"type":"Plus","value":{"type":"Fixed","value":2}},"damage_target_filter":{"Player":{"player":{"type":"Any"}}},"expiry":{"type":"EndOfTurn"}},"target":{"type":"None"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player or battle","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"80d918b2-3a28-49ad-a485-496658bd7ac3","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["4873fe20-675e-5db5-b9ba-8d996c2806ba"],"source_printing_ids":["d92c191e-329c-41f5-ae4f-1bb91fc001a0","e314fa27-8d87-425a-ae94-28bfd9005505"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"If another effect modifies how much damage a source would deal, including preventing some of it, the player being dealt damage or the controller of the permanent being dealt damage chooses an order in which to apply those effects. If all of the damage is prevented, Rankle and Torbran’s effect no longer applies."},{"date":"2023-04-14","text":"The additional 2 damage is dealt by the same source as the original source of damage. The damage isn’t dealt by Rankle and Torbran unless Rankle and Torbran is the original source of damage."},{"date":"2023-04-14","text":"To resolve the second mode, starting with you (or, in unusual cases, the player whose turn it is if not you) and proceeding in turn order, each player chooses a creature they control to sacrifice. Then those creatures are sacrificed at the same time."},{"date":"2023-04-14","text":"You may choose none of the modes, some of them, or all of them. Any modes chosen will happen in order."}],"rarities":["rare"]},"rashmi and ragavan":{"name":"Rashmi and Ragavan","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Monkey"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast your first spell during each of your turns, exile the top card of target opponent's library and create a Treasure token. Then you may cast the exiled card without paying its mana cost if it's a spell with mana value less than the number of artifacts you control. If you don't cast it this way, you may cast it this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":true,"mode":"Cast","constraint":{"type":"ManaValue","data":{"comparator":"LT","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your first spell during each of your turns, exile the top card of target opponent's library and create a Treasure token. Then you may cast the exiled card without paying its mana cost if it's a spell with mana value less than the number of artifacts you control. If you don't cast it this way, you may cast it this turn.","constraint":{"type":"NthSpellThisTurn","n":1},"condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"bdef246c-cf66-40a1-aae4-a591846e73ca","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["4873fe20-675e-5db5-b9ba-8d996c2806ba"],"source_printing_ids":["30b2f2fd-8087-4fa8-9eb7-bf9b89a5dfb9","552ecf3b-5635-4aa7-90e1-fb0c7c0574b6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"Check the number of artifacts you control as the ability resolves, including the Treasure token you just created, to see if you can cast the exiled card without paying its mana cost."},{"date":"2023-04-14","text":"If the spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2023-04-14","text":"If you cast a spell without paying its mana cost, you can’t choose to cast it for any alternative costs. You can, however, pay any additional costs. If the spell has any mandatory additional costs, you must pay those."},{"date":"2023-04-14","text":"If you cast the spell without paying its mana cost, you do so during the resolution of the triggered ability. Timing restrictions of that spell based on card type are ignored. It will resolve before the spell that caused the ability to trigger."},{"date":"2023-04-14","text":"If you don’t cast it without paying its mana cost but rather cast it later in the turn, you must pay its costs, and you must follow all applicable timing rules. For example, if the card is a creature card, you can cast that card by paying its mana cost only during your main phase while the stack is empty."},{"date":"2023-04-14","text":"If you don’t cast the card at all, it remains exiled."},{"date":"2023-04-14","text":"Rashmi and Ragavan has to be on the battlefield at the moment you cast your first spell. Notably, on the turn you cast Rashmi and Ragavan, the ability won’t trigger for you that turn. If a spell causes Rashmi and Ragavan to leave the battlefield as an additional cost to cast it, the ability won’t trigger."},{"date":"2023-04-14","text":"Rashmi and Ragavan’s ability resolves before the spell that caused it to trigger, but not before you have to pay for the original spell. You won’t be able to use the Treasure token you create to pay for it."}],"rarities":["mythic"]},"ratadrabik of urborg":{"name":"Ratadrabik of Urborg","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Zombie","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance, ward {2}\nOther Zombies you control have vigilance.\nWhenever another legendary creature you control dies, create a token that's a copy of that creature, except it's not legendary and it's a 2/2 black Zombie in addition to its other colors and types.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance",{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"RemoveSupertype","supertype":"Legendary"},{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddColor","color":"Black"},{"type":"AddSubtype","subtype":"Zombie"}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another legendary creature you control dies, create a token that's a copy of that creature, except it's not legendary and it's a 2/2 black Zombie in addition to its other colors and types.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Zombie"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Zombies you control have vigilance."}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"b3ab43f2-4f2b-4439-9254-0110ce443fdb","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["50ebcd93-672f-404a-8e4d-28713e9e611b","9315812d-03e8-4eb4-a693-e7adf281f7fb","acce0c81-1c30-4971-ae6f-a9c6a4dd017d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU"],"rulings":[{"date":"2022-09-09","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any “as [this creature] enters the battlefield” or “[this creature] enters the battlefield with” abilities of the chosen creature will also work."},{"date":"2022-09-09","text":"Except for power and toughness, the token copies only what was printed on the original creature (unless that creature is copying something else; see below) and adds the color black and the creature type Zombie. It doesn’t copy whether that creature was tapped or untapped, whether it had any counters on it or Auras or Equipment attached to it, or any non-copy effects that had changed its power, toughness, types, color, or so on."},{"date":"2022-09-09","text":"If the copied creature has {X} in its mana cost, X is considered to be 0."},{"date":"2022-09-09","text":"If the copied creature is a token, the new token that’s created copies the original characteristics of that token as stated by the effect that created that token, with the exceptions noted above."},{"date":"2022-09-09","text":"If the copied creature is copying something else, then the token enters the battlefield as whatever that creature copied, with the exceptions noted above."},{"date":"2022-09-09","text":"The token copies the creature as it last existed on the battlefield before it died, not as it exists in the graveyard."}],"rarities":["rare"]},"ratcatcher trainee":{"name":"Ratcatcher Trainee","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Peasant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"During your turn, this creature has first strike.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, ~ has first strike."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ecc91e38-90fa-4d89-b262-d5f36dce5be4","metadata":{"related_token_ids":["2ff9f472-d654-56b6-bba6-cb501a09ad5d"],"source_printing_ids":["7f4c0959-a107-4d61-9e51-256b2955f6ba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["WOE"],"rulings":[{"date":"2023-09-01","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Questing Druid is a green creature card whose mana value is 2. It can’t be the target of Tenacious Tomeseeker’s triggered ability (“return target instant or sorcery card from your graveyard to your hand”)."},{"date":"2023-09-01","text":"An effect may refer to a card, spell, or permanent that “has an Adventure.” This refers to a card, spell, or permanent that has an adventurer card’s set of alternative characteristics, even if they’re not being used and even if that card was never cast as an Adventure."},{"date":"2023-09-01","text":"Casting a card as an Adventure isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2023-09-01","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner’s graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won’t be exiled and the spell’s controller won’t be able to cast it as a permanent later."},{"date":"2023-09-01","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won’t give you permission to cast it as a permanent spell."},{"date":"2023-09-01","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it’s not possible to cast the copy as a permanent."},{"date":"2023-09-01","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2023-09-01","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won’t find an instant or sorcery spell on the stack that’s been cast as an Adventure."},{"date":"2023-09-01","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it’s a token) or cease to be a copy (if it’s a nontoken permanent), and so you won’t be able to cast it as an Adventure."},{"date":"2023-09-01","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it’s legal to cast that spell. For example, if you control Johann, Apprentice Sorcerer (“Once each turn, you may cast an instant or sorcery spell from the top of your library.”) and Questing Druid is on top of your library, you can cast Seek the Beast, but not Questing Druid."},{"date":"2023-09-01","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2023-09-01","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you’ll be able to cast it only during your main phase while the stack is empty."}],"rarities":["common"]},"ravaging riftwurm":{"name":"Ravaging Riftwurm","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Kicker {4} (You may pay an additional {4} as you cast this spell.)\nVanishing 2 (This creature enters with two time counters on it. At the beginning of your upkeep, remove a time counter from it. When the last is removed, sacrifice it.)\nIf this creature was kicked, it enters with three additional time counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Kicker":{"type":"Cost","shards":[],"generic":4}},{"Vanishing":2}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.63a: At the beginning of your upkeep, remove a time counter from this permanent.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.63a: When the last time counter is removed from this permanent, sacrifice it.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If ~ was kicked, it enters with three additional time counters on it.","condition":{"type":"CastViaKicker"},"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with 2 time counters on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.63a: this permanent enters with 2 time counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a71448ce-8d57-418e-b862-bd526726074d","additional_cost":{"type":"Kicker","data":{"costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}}]}},"metadata":{"source_printing_ids":["5e09949e-c8cd-4bb4-9ed4-699abbc7ad3c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT"],"rulings":[{"date":"2024-11-08","text":"If a card or token enters as a copy of a permanent, the new permanent isn't kicked, even if the original was."},{"date":"2024-11-08","text":"If a spell's kicker cost was paid, the spell is \"kicked.\""},{"date":"2024-11-08","text":"If you copy a kicked spell on the stack, the copy is also kicked. If the copied spell is a permanent spell, the token the copy of that spell becomes when it enters is also kicked."},{"date":"2024-11-08","text":"If you put a permanent with a kicker ability onto the battlefield without casting it, you can't kick it."},{"date":"2024-11-08","text":"The kicker ability doesn't let you pay a kicker cost more than once."},{"date":"2024-11-08","text":"To determine a spell's total cost, start with the mana cost (or an alternative cost if another card's effect allows you to pay one instead), add any cost increases (such as kicker), then apply any cost reductions. The spell's mana value remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon"]},"ravenous trap":{"name":"Ravenous Trap","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Trap"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If an opponent had three or more cards put into their graveyard from anywhere this turn, you may pay {0} rather than pay this spell's mana cost.\nExile target player's graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Exile","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":"Exile target player's graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e0bea449-7601-48ee-a522-f1bbe6905f6d","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","to":"Graveyard","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"NonToken"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}}}],"metadata":{"source_printing_ids":["21e49fd8-cc6d-423d-93fe-2c521459f1e7","ce0fae06-1a93-43ac-a349-f3719e60076e","f4540013-11f9-4a8b-ad54-61f467f04756"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","PLST","ZEN"],"rulings":[{"date":"2020-08-07","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as Ravenous Trap's alternative cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon","rare"]},"razorgrass screen":{"name":"Razorgrass Screen","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Wall"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Defender (This creature can't attack.)\nThis creature blocks each combat if able.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MustBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ blocks each combat if able."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"1818324c-2738-42e2-a78b-63abf325d8e9","metadata":{"source_printing_ids":["21e79f57-2214-414a-ab34-2b737d4bb972"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["5DN"],"rarities":["common"]},"razorkin needlehead":{"name":"Razorkin Needlehead","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature has first strike during your turn.\nWhenever an opponent draws a card, this creature deals 1 damage to them.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws a card, ~ deals 1 damage to them.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has first strike during your turn."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a78f981a-bf8a-42a4-b171-d655cc2cc1a2","metadata":{"source_printing_ids":["25c34cb6-c8cb-4814-a647-9c63b10f02c4","bc73b963-23c0-46d2-853a-34a8b463994e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"If a spell or ability causes an opponent to put cards into their hand without specifically using the word \"draw,\" it's not a card drawn."}],"rarities":["rare"]},"razorlash transmogrant":{"name":"Razorlash Transmogrant","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't block.\n{4}{B}{B}: Return this card from your graveyard to the battlefield with a +1/+1 counter on it. This ability costs {4} less to activate if an opponent controls four or more nonbasic lands.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Fixed","value":1}]]},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}{B}{B}: Return this card from your graveyard to the battlefield with a +1/+1 counter on it. This ability costs {4} less to activate if an opponent controls four or more nonbasic lands.","target_prompt":null,"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","cost_reduction":{"amount_per":4,"count":{"type":"Fixed","value":1},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[{"type":"NotSupertype","value":"Basic"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}}},"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"580996d4-db9a-4b57-a0e1-a2dbb524121a","metadata":{"source_printing_ids":["6119e1d8-041a-40be-9df0-750357cfea5a","c5a2d814-acc6-4b3a-94f8-5a2702dccf3d","e021e750-74f3-466a-b670-f5cd9cebb84a","edfaf8cc-7819-4ec2-8d79-e3b0c1814590"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","PBRO","PRM"],"rarities":["rare"]},"read the runes":{"name":"Read the Runes","mana_cost":{"type":"Cost","shards":["X","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw X cards. For each card drawn this way, discard a card unless you sacrifice a permanent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"count":1},"payer":{"type":"Controller"}},"repeat_for":{"type":"Ref","qty":{"type":"EventContextAmount"}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Draw X cards. For each card drawn this way, discard a card unless you sacrifice a permanent.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"74316be1-041f-4a2e-a296-0b496f90ca25","metadata":{"source_printing_ids":["2c65088f-bbbd-4e8d-b482-58181069bef2","5d42a892-e5d4-4c73-8316-b7a08c5c09cc","7a3f1e40-839e-400a-b734-ff4d566e7e34","bc148c21-cbe6-4cea-899b-e62501b59a00"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["C16","JMP","ONS","PLST"],"rulings":[{"date":"2004-10-04","text":"You are never forced to sacrifice any permanents. You can choose to discard your entire hand if your hand is smaller than the number of cards you are required to discard."},{"date":"2004-10-04","text":"You draw the cards, then sacrifice any permanents you want to sacrifice, then discard the required number of card from your hand. There is no chance to play any cards in between these actions."}],"rarities":["rare"]},"reality":{"name":"Reality","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target artifact.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"5af2689d-c45c-4d45-b6a9-f32e8410b336","metadata":{"source_printing_ids":["8e7dd90a-4f93-43aa-b503-18289fdd571e","ba6ea373-65ea-45a8-8fed-31c482ba8387","d1280bdf-c718-4fd2-8504-5dac3a7b5f9f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["APC","DMR","PLST"],"rarities":["uncommon"]},"reality shift":{"name":"Reality Shift","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature. Its controller manifests the top card of their library. (That player puts the top card of their library onto the battlefield face down as a 2/2 creature. If it's a creature card, it can be turned face up any time for its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Manifest","target":{"type":"ParentTargetController"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature. Its controller manifests the top card of their library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"70dc830e-d05b-4fc7-88dd-879e140b3fbf","metadata":{"source_printing_ids":["0850a187-ba95-46f2-aa81-397b45460bbc","363d4c8e-f7bb-4838-a543-625f71a41257","37aa5127-f3b3-4b44-bc91-ad20b6a5eb3d","459f0dd1-3a52-4642-8c3e-11de9467507a","49c2488c-c252-42a6-b487-c358c16b7ae1","4ecd1ce5-9906-4806-9782-addbf771e531","50c6d211-5854-4dfd-b594-8fa1efe180a1","67da79c0-a546-4af7-b823-9b86b3d1b9ff","862269d1-5866-4923-92e9-b252cf13df0c","920bb44e-aa7f-4ee9-ab19-30114f55ec9b","aa9fe9db-21c0-405b-b10e-11cb08e6a8fb","ac67ab8e-dbc0-40d8-9bbf-7b92728341fe","c9a96e38-413f-49cd-90fa-178a91a406ba","e01367cb-79f4-4ed9-b12c-66f3c30264a0","ea37a906-2f9b-4eb1-97be-134c280ba43e","fb3ee973-47a6-4143-88c3-a866931bf185"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C17","C19","CMM","DRC","DSC","ECC","FRF","MOC","NEC","PLST","PRM","SLD","SOC","TDC","UGIN","WOC"],"rulings":[{"date":"2014-11-24","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent, as well as Auras and Equipment that were attached to the permanent, aren't affected."},{"date":"2014-11-24","text":"Any time you have priority, you may turn a manifested creature face up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2014-11-24","text":"At any time, you can look at a face-down permanent you control. You can't look at face-down permanents you don't control unless an effect allows you to or instructs you to."},{"date":"2014-11-24","text":"Because face-down creatures don't have names, they can't have the same name as any other creature, even another face-down creature."},{"date":"2014-11-24","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2014-11-24","text":"If a double-faced card is manifested, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2014-11-24","text":"If a face-down permanent you control leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or if the game ends."},{"date":"2014-11-24","text":"If a manifested creature would have morph if it were face up, you may also turn it face up by paying its morph cost."},{"date":"2014-11-24","text":"The face-down permanent is a 2/2 creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant or change any of these characteristics."},{"date":"2014-11-24","text":"There are no cards in the Fate Reforged set that would turn a face-down instant or sorcery card on the battlefield face up, but some older cards can try to do this. If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2014-11-24","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2014-11-24","text":"Unlike a face-down creature that was cast using the morph ability, a manifested creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2014-11-24","text":"You must ensure that your face-down spells and permanents can easily be differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield in order to confuse other players. The order they entered the battlefield should remain clear. Common methods for indicating this include using markers or dice, or simply placing them in order on the battlefield. You must also track how each became face down (manifested, cast face down using the morph ability, and so on)."}],"rarities":["uncommon","rare"]},"realmwalker":{"name":"Realmwalker","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Changeling (This card is every creature type.)\nAs this creature enters, choose a creature type.\nYou may look at the top card of your library any time.\nYou may cast creature spells of the chosen type from the top of your library.","non_ability_text":null,"flavor_name":null,"keywords":["Changeling"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast creature spells of the chosen type from the top of your library."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b81eaa2f-0554-41c6-bdf6-d1cb73b8f56f","metadata":{"source_printing_ids":["3367b007-5985-448d-9203-67c22195d708","52733829-27b7-40ec-a897-cabab35b3729","7d0f75c8-4cf7-46b3-af5c-7118453bd7a7","903ba152-4ece-4fb7-bbd2-2bead3699faf","c8212667-7e18-42a5-9f36-4f8a6ad12f83","d0c65ef6-93b4-448b-bf1c-01fe263cc39d","d79f7ecc-c43b-48de-9d90-1085cf2bce5d","e8a0877c-5217-422d-89b8-92f951068693"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","ECC","KHM","LCC","PKHM","PLST","PRM","SLD"],"rulings":[{"date":"2021-02-05","text":"If Realmwalker is somehow on the battlefield with no choice having been made for it, you may still look at the top card of your library any time. You won't be able to cast any creature spells from the top of your library, even if they have no creature types."},{"date":"2021-02-05","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast a spell from the top of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2021-02-05","text":"Realmwalker doesn't change when you can cast creature spells. Normally, this means during your main phase when the stack is empty, although flash may change this."},{"date":"2021-02-05","text":"The top card of your library isn't in your hand, so you can't foretell it, discard it, or activate any of its activated abilities."},{"date":"2021-02-05","text":"You can look at the top card of your library whenever you want (with one restriction; see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2021-02-05","text":"You must choose an existing creature type, such as Elk or Advisor. You can't choose card types (e.g., artifact) or supertypes (e.g., snow)."},{"date":"2021-02-05","text":"You'll still pay all costs for the spell, including additional costs. You may also pay alternative costs if any are available."}],"rarities":["rare"]},"reanimate":{"name":"Reanimate","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put target creature card from a graveyard onto the battlefield under your control. You lose life equal to that card's mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put target creature card from a graveyard onto the battlefield under your control. You lose life equal to that card's mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a044474a-cd72-4e9d-bd8d-a08f2de9cdc0","metadata":{"source_printing_ids":["04fc99dc-bfbe-4567-b791-6b1db96471ec","1d12804c-dda0-4dae-9eb8-f670e72c17e7","33961d8a-e2a3-4eee-9ff4-11455f262c66","368b6903-5fc4-43e7-bd44-46b8107c8bb4","3e560cb9-3036-46a2-a5c7-edb04d0095b7","487b76e9-999b-432d-9e7a-bf64e68d98b5","58838b71-404f-41ad-9a9b-2c7f875bab06","609c34f9-9f53-4773-a02b-517209024fc2","652271a0-80e8-4b9b-8823-26c1528378fc","7d0fe02b-f45a-45c6-ab7c-270594a29da7","8b1e10e8-ea14-4761-910b-4072e2a18456","ac394f35-d999-43ea-97cf-99a736d4b2dd","ae1ef31c-8ca5-444c-8f39-e1d1827318f5","b0fdd412-8931-427a-94d2-94ebdd35eb0a","d27c6aaa-289e-451e-8fde-97a044c53fc4","e2f1fea1-f008-4bf9-93ae-869ac60aa55c","eee48ed0-3965-4bcc-8eee-bcd8f1607808"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["ARC","BRB","CC2","DSC","F04","FIC","JMP","LTC","MAR","MKC","OMB","OTP","PD3","PLST","PRM","PUMA","TMP","TPR","UMA","VMA"],"rulings":[{"date":"2025-09-19","text":"If a card in a graveyard has {X} in its mana cost, X is 0."},{"date":"2025-09-19","text":"If any abilities trigger on the creature entering the battlefield, those abilities resolve after you lose life. If losing life results in you losing the game, those abilities won't resolve."},{"date":"2025-09-19","text":"In a multiplayer game, if a player leaves the game, all cards that player owns leave as well. If you leave the game, the creature you control from Reanimate is exiled."},{"date":"2025-09-19","text":"The amount of life you lose is determined by the mana value of the card in your graveyard, not the creature once it's on the battlefield."},{"date":"2025-09-19","text":"You lose life after the creature is already on the battlefield. Any abilities it has that interact with loss of life, such as that of Platinum Emperion, apply to that loss of life."}],"rarities":["uncommon","rare","mythic"]},"reassembling skeleton":{"name":"Reassembling Skeleton","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Skeleton","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{1}{B}: Return this card from your graveyard to the battlefield tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{B}: Return this card from your graveyard to the battlefield tapped.","target_prompt":null,"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9dbc3530-b278-4c8d-b2cc-a09dfac9d5e5","metadata":{"source_printing_ids":["00566375-e976-4e96-b751-cf0430452c9c","069b92b5-0623-41cc-8e3e-9e694be15186","28e84b1b-1c05-4e1b-93b8-9cc2ca73509d","370d519c-8877-433c-837e-0b5abe866c9d","4d431445-d7db-4ce1-b422-41494d9be1b4","528c4e3a-fdeb-4080-b2b7-82faa07a3383","58f299e6-5f55-4932-ad39-e5598b8ff072","75c219bc-a140-4ecd-953a-eef2cc552d58","a2ec6120-2de0-4166-be85-2d773fa7ebbb","a3d4ac21-2203-45f4-b5f2-dc186ccdbe69","a835da43-0a3e-40fb-a7e8-4fa118c7d975","bd1acdf4-2fc1-4675-96d8-19704b7a01ea","bea44c06-900d-41b8-88fa-c1bede6ce757","c095b168-bd1a-4375-ab23-6f36a909a167","dd82846e-f119-4b27-a795-7b1ceebab4b0","e1ef942d-e1fc-47f4-a026-ed56db35e303"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","ARC","CMM","DDJ","DDK","FDN","GN3","J21","J22","J25","M11","M12","M19","MM2","PLST","SLD","TDC"],"rarities":["uncommon","rare"]},"reaver titan":{"name":"Reaver Titan","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"Void Shields — Protection from mana value 3 or less\nGatling Blaster — Whenever this Vehicle attacks, it deals 5 damage to each opponent.\nCrew 4 (Tap any number of creatures you control with total power 4 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Protection":{"Filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]}}},{"Crew":{"power":4,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":5},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it deals 5 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"2951671b-ac01-4e65-857f-0b7b7c7478ce","metadata":{"source_printing_ids":["494556e9-06e7-40fd-b967-cd2631b5b91a","dacc5e02-c21e-4a41-a704-5b87151a28c6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"The protection ability means the following: - Reaver Titan can't be blocked by creatures with mana value 3 or less. - Reaver Titan can't be enchanted by Auras with mana value 3 or less. It also can't be equipped by Equipment with mana value 3 or less. - Reaver Titan can't be targeted by spells with mana value 3 or less. It also can't be targeted by abilities from sources with mana value 3 or less. - All damage that would be dealt to Reaver Titan by sources with mana value 3 or less is prevented."},{"date":"2022-10-07","text":"While a spell with X in its cost is on the stack, its mana value takes the chosen value of X into account. Reaver Titan can be chosen as a target for a Light Up the Night (which has mana cost {X}{R}) if X is 3 or greater, for example, but it can't be chosen as a target for a Light Up the Night if X is 2, 1, or 0."}],"rarities":["rare"]},"rebellion of the flamekin":{"name":"Rebellion of the Flamekin","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Kindred","Enchantment"],"subtypes":["Elemental"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you clash, you may pay {1}. If you do, create a 3/1 red Elemental Shaman creature token. If you won, that token gains haste until end of turn. (This ability triggers after the clash ends.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Clashed","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Elemental Shaman","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elemental","Shaman"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"EventOutcomeWon"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you clash, you may pay {1}. If you do, create a 3/1 red Elemental Shaman creature token. If you won, that token gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0e2a283b-c06a-4b54-a627-5b4959318b1a","metadata":{"related_token_ids":["c41f0130-98d9-53c5-8d14-2d2b9864db4f"],"source_printing_ids":["abd2c8cb-4852-4bde-b2cf-72ceb9b0dd3e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LRW"],"rulings":[{"date":"2013-09-20","text":"If you clash because of a spell or ability an opponent controls, the ability will still trigger. Likewise, you can still win the clash even if you weren't the player to initiate it."},{"date":"2024-06-07","text":"Kindred is a card type that allows noncreature cards to have creature types. For example, Echoes of Eternity is an Eldrazi (although not a creature) while on the battlefield and an Eldrazi card (although not a creature card) in zones other than the battlefield."},{"date":"2024-06-07","text":"This cards was originally printed with the \"tribal\" card type. That card type has been replaced with \"kindred\". This change does not affect the gameplay function of this card."},{"date":"2024-06-07","text":"While it appears only on cards that already have other card types, kindred is a card type and will be counted by effects that refer to the number of card types among cards in a zone."}],"rarities":["uncommon"]},"reckless bushwhacker":{"name":"Reckless Bushwhacker","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Warrior","Ally"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Surge {1}{R} (You may cast this spell for its surge cost if you or a teammate has cast another spell this turn.)\nHaste\nWhen this creature enters, if its surge cost was paid, other creatures you control get +1/+0 and gain haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Haste",{"Surge":{"type":"Cost","shards":["Red"],"generic":1}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+0 and gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if its surge cost was paid, other creatures you control get +1/+0 and gain haste until end of turn.","constraint":null,"condition":{"type":"CastVariantPaid","variant":"Surge"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4fb83127-00cf-4ce7-aedf-cb0b2740c66f","metadata":{"source_printing_ids":["0405b1b9-976a-4aaf-bec6-fa006decea74","0b026ad4-23dc-4f67-a290-8fb683633352","5fe0cf99-df33-4f2c-bd6c-10266fc7d044"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["OGW","PIO","PLST"],"rulings":[{"date":"2016-01-22","text":"Casting a spell for its surge cost doesn't change its mana cost or its mana value."},{"date":"2016-01-22","text":"For some cards, surge represents only an alternative cost, a discount that applies if you or a teammate has cast another spell this turn. Other cards, like Reckless Bushwhacker, have additional abilities or effects if you paid the surge cost to cast the spell."},{"date":"2016-01-22","text":"If an instant or sorcery spell cast for its surge cost is copied, the copy is also considered to have had its surge cost paid."},{"date":"2016-01-22","text":"The other spell that you or a teammate cast can be one that's resolved, one that was countered, or (for instants with surge) one that's still on the stack."}],"rarities":["uncommon"]},"reclusive wight":{"name":"Reclusive Wight","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Minion"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, if you control another nonland permanent, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you control another nonland permanent, sacrifice ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"dbde53c1-c6b7-4775-87d3-e95166392e60","metadata":{"source_printing_ids":["384b14c6-78a0-4e82-924e-781719c8defb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["USG"],"rarities":["uncommon"]},"recurring nightmare":{"name":"Recurring Nightmare","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Sacrifice a creature, Return this enchantment to its owner's hand: Return target creature card from your graveyard to the battlefield. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1},{"type":"ReturnToHand","count":1,"filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":"Sacrifice a creature, Return ~ to its owner's hand: Return target creature card from your graveyard to the battlefield. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a6708b11-1bcd-4208-a967-fe91f2e3313c","metadata":{"source_printing_ids":["25d2ca0c-5e96-4d64-aa64-054d4dbcc471","b50e1800-a45c-43bd-8886-8a06145d9346","c74501e7-b14c-484f-91d2-99a014849fec","c8173030-1c33-417c-b8e9-79231b6a85a7"]},"legalities":{"commander":"banned","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EXO","TPR","VMA","WC98"],"rulings":[{"date":"2013-04-15","text":"If you cast this as normal during your main phase, it will enter the battlefield and you’ll receive priority. If no abilities trigger because of this, you can activate its ability immediately, before any other player has a chance to remove it from the battlefield."}],"rarities":["rare","mythic"]},"recycle":{"name":"Recycle","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Skip your draw step.\nWhenever you play a card, draw a card.\nYour maximum hand size is two.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlayCard","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you play a card, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"SkipStep":{"step":"Draw"}},"affected":{"type":"Controller"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Skip your draw step."},{"mode":{"MaximumHandSize":{"modification":{"SetTo":2}}},"affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your maximum hand size is two."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8cef3ce7-8fbc-4e68-93f9-d6adfc2c2cbf","metadata":{"source_printing_ids":["35698c86-4552-4c04-8f51-099bb2dbce6d","ae984b86-ac6d-45e2-9c8d-0b7ac50021a1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TMP","TPR"],"rulings":[{"date":"2007-02-01","text":"Countering a spell that has been cast will not prevent you from drawing the card."},{"date":"2007-02-01","text":"Your maximum hand size is checked only during the cleanup step of your turn. At any other time, you may have any number of cards in hand."},{"date":"2009-10-01","text":"If multiple effects modify your hand size, apply them in timestamp order. For example, if you put Spellbook (an artifact that says you have no maximum hand size) onto the battlefield and then put Recycle onto the battlefield, your maximum hand size will be two. However, if those permanents entered in the opposite order, you would have no maximum hand size."},{"date":"2018-07-13","text":"To play a card means to play a land or to cast a spell that's a card (and not a copy of a card)."}],"rarities":["rare"]},"red hulk":{"name":"Red Hulk","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Gamma","Berserker","Villain"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Reach, trample\nEnrage — Whenever Red Hulk is dealt damage, put a +1/+1 counter on him. When you do, he deals damage equal to the number of +1/+1 counters on him to any other target.","non_ability_text":null,"flavor_name":null,"keywords":["Reach","Trample"],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, put a +1/+1 counter on him. When you do, he deals damage equal to the number of +1/+1 counters on him to any other target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a14a838a-49f4-45e3-9ec0-3c803af45a68","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7e623818-838b-4c02-a23a-498cf18d70d6","e25468e2-17c6-47b2-8eb6-fcb8ae6f4c17"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"reflection of kiki-jiki":{"name":"Reflection of Kiki-Jiki","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Goblin","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Create a token that's a copy of another target nonlegendary creature you control, except it has haste. Sacrifice it at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NotSupertype","value":"Legendary"},{"type":"Another"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"extra_keywords":["Haste"]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}, {T}: Create a token that's a copy of another target nonlegendary creature you control, except it has haste. Sacrifice it at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red"],"color_identity":["Red"],"scryfall_oracle_id":"c0957e5e-c71b-439c-931c-9f55d2f76ace","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047","54edcc8d-dc97-5a6e-b42b-00d63b81e738","fe4dffe8-dc27-5c0d-aaa3-589a15e78f55"],"source_printing_ids":["0b696cd1-0d72-4df5-bacc-dc77e62f9a13","24c0d87b-0049-4beb-b9cb-6f813b7aa7dc","6dee0388-a78d-4b3c-a0c5-25655e14115e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["NEO","PNEO","PRM","SCH"],"rarities":["rare"]},"refurbished familiar":{"name":"Refurbished Familiar","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Zombie","Rat"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.)\nFlying\nWhen this creature enters, each opponent discards a card. For each opponent who can't, you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Affinity":{"type_filters":["Artifact"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"OriginalController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"CurrentScopeSucceeded"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent discards a card. For each opponent who can't, you draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"009e1638-9055-4872-93e1-85841bce4648","metadata":{"source_printing_ids":["b338e078-629c-4cac-bd1d-e1f0a132728d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rulings":[{"date":"2024-06-07","text":"When Refurbished Familiar's last ability resolves, the next opponent in turn order (or, if it's an opponent's turn, that opponent) chooses a card in hand without revealing it, then each other opponent in turn order (if any) does the same. All chosen cards are then discarded at the same time."}],"rarities":["common"]},"regal force":{"name":"Regal Force","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, draw a card for each green creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Green"}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card for each green creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e264ffe3-0252-49d6-b990-dbb3654325a5","metadata":{"source_printing_ids":["2b6eb422-6e99-42bc-890b-99d4f6cd20f2","3dc95149-971f-4f36-b572-0463b49bf617","674a694a-22b8-4fb8-b901-91d64564c0db","9c24fe81-a8b7-4b20-b5dd-1d1c91ff057f","b7014c70-7c68-4dcf-9451-175810b2c363"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA4","DDU","EMA","EVE","J21","SPG"],"rulings":[{"date":"2016-06-08","text":"If Regal Force is still on the battlefield as its triggered ability resolves, its ability will count itself."}],"rarities":["rare","mythic"]},"regenerate":{"name":"Regenerate","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Regenerate target creature. (The next time that creature would be destroyed this turn, instead tap it, remove it from combat, and heal all damage on it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Regenerate","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"Regenerate target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4ce6c946-7a93-4a8d-a2c9-086cbd036e3c","metadata":{"source_printing_ids":["9a1026f4-b11a-48aa-9191-e0bb51c515a6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["M10"],"rarities":["common"]},"reidane, god of the worthy":{"name":"Reidane, God of the Worthy","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nSnow lands your opponents control enter tapped.\nNoncreature spells your opponents cast with mana value 4 or greater cost {2} more to cast.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Noncreature spells your opponents cast with mana value 4 or greater cost {2} more to cast."}],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[{"type":"HasSupertype","value":"Snow"}]},"description":"Snow lands your opponents control enter tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"35ae7b25-6d0f-49f8-a40d-dd2cf88e6f44","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3606519e-5677-4c21-a34e-be195b6669fa","c717b484-4b88-4073-a185-71b6085e7324"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM"],"rulings":[{"date":"2021-02-05","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2021-02-05","text":"If a spell has {X} in its mana cost, use the value of X to determine whether its mana value is 4 or greater. If it is, Reidane's last ability will apply. If not, it won't."},{"date":"2021-02-05","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2021-02-05","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2021-02-05","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2021-02-05","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2021-02-05","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2021-02-05","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2021-02-05","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2021-02-05","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases (such as that of Reidane, God of the Worthy), then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-02-05","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2021-02-05","text":"Valkmira's first ability prevents 1 damage from each source an opponent controls each time that source would deal damage to you. It prevents 1 of any kind of damage, not just combat damage."},{"date":"2021-02-05","text":"Valkmira's last ability affects each spell (including Aura spells), activated ability, and triggered ability controlled by an opponent that targets you or another permanent you control."}],"rarities":["rare"]},"relic crush":{"name":"Relic Crush","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target artifact or enchantment and up to one other target artifact or enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[{"type":"Another"}]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"duration":null,"description":"Destroy target artifact or enchantment and up to one other target artifact or enchantment.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"92381398-94f6-471f-874a-b5894e6f9487","metadata":{"source_printing_ids":["01c924b2-3b10-4bb0-b51d-122bfdd298aa","25cba2ac-e210-4c93-9d5d-6c0dbdad5941","8529255b-8df5-4812-b4ad-861b46f17d94","9ba2533c-3e1a-48e0-8dc4-0c915f853c52","c5847d69-bab0-43ff-8068-ecf87aa01d98"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["C17","CM2","CMD","CNS","PLST","ZEN"],"rarities":["common","uncommon"]},"relic of legends":{"name":"Relic of Legends","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color.\nTap an untapped legendary creature you control: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}},"sub_ability":null,"duration":null,"description":"Tap an untapped legendary creature you control: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"4d9554de-c005-41ab-a941-39328ebff9de","metadata":{"source_printing_ids":["4b0c2788-5ab4-482f-be70-ede073215d3c","4f4bfcf3-55c7-4d5b-9e4a-bc7a574126b4","64a2809e-c441-416c-90ff-6fb1e246dff3","89691cda-e38b-4f53-bee6-4c234186e6ad","ed235727-7e60-4b37-8947-4b3613711c4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","FIC","MSC","PLST","SLD"],"rulings":[{"date":"2022-09-09","text":"You can tap any untapped legendary creature you control, including one you haven't controlled continuously since the beginning of your most recent turn, to pay the cost of Relic of Legends's activated ability."}],"rarities":["uncommon","rare"]},"reluctant role model":{"name":"Reluctant Role Model","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Survivor"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Survival — At the beginning of your second main phase, if this creature is tapped, put a flying, lifelink, or +1/+1 counter on it.\nWhenever this creature or another creature you control dies, if it had counters on it, put those counters on up to one target creature.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"flying","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a flying counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lifelink","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a lifelink counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a +1/+1 counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"put your choice of counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PostCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your second main phase, if ~ is tapped, put a flying, lifelink, or +1/+1 counter on it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"SourceIsTapped"},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"TriggeringSource"},"counter_type":null,"count":null,"mode":"Put","selection":"StackTarget","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another creature you control dies, if it had counters on it, put those counters on up to one target creature.","constraint":null,"condition":{"type":"HadCounters","counter_type":null},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8d24c12a-a300-4199-b2a9-3d5ead8df617","metadata":{"source_printing_ids":["1fcea7eb-3174-4549-a1de-8dda577cd0b9","4dde86d6-34a0-4b3b-a46a-d9941501d08c","693a6f3e-d517-4978-8958-db189fe3f1f9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"If Reluctant Role Model dies at the same time as one or more other creatures with counters on them, its last ability will trigger for each of those creatures."},{"date":"2024-09-20","text":"If a creature with a survival ability isn't tapped when your second main phase begins, the ability won't trigger at all. You won't be able to tap it during your second main phase in time to have that ability trigger."},{"date":"2024-09-20","text":"If a creature's survival ability triggers but that creature is untapped when the ability begins to resolve, that ability won't do anything."},{"date":"2024-09-20","text":"If a creature's survival ability triggers but the creature leaves the battlefield before the ability resolves, use its tapped or untapped status as it last existed on the battlefield to determine whether or not the ability will do anything."},{"date":"2024-09-20","text":"If the creature that died had -1/-1 counters on it when it died, Reluctant Role Model's last ability will include those as well. This may result in the target creature also dying."},{"date":"2024-09-20","text":"In some unusual cases, you may end up putting the appropriate counters on more than one permanent. For example, if you control The Ozolith when Reluctant Role Model dies, you'll put the appropriate number of each kind of counter onto both The Ozolith and the target creature."},{"date":"2024-09-20","text":"Reluctant Role Model's last ability doesn't cause you to move counters from the creature that died onto the target creature. Rather, you put the same number of each kind of counter the creature that died had when it died onto the target creature. Other effects that interact with putting counters onto that creature will interact with this effect accordingly."},{"date":"2024-09-20","text":"Survival abilities (and other abilities that trigger at the beginning of your second main phase) will trigger at the beginning of the second main phase you take in a turn. They won't trigger during your third, fourth, or other additional main phases in a single turn, if effects somehow cause you to have more than two main phases."}],"rarities":["rare"]},"remand":{"name":"Remand","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell. If that spell is countered this way, put it into its owner's hand instead of into that player's graveyard.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"},"countered_spell_zone":{"type":"Hand"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell. If that spell is countered this way, put it into its owner's hand instead of into that player's graveyard.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d71cd08e-3e84-41ff-b9db-9e343c0af6b4","metadata":{"source_printing_ids":["0027e5ca-8046-40a0-bd73-79be55f28bff","36de9999-8d0a-4174-8e38-549bacdc128b","581f3780-c480-48c6-b15c-1618f2feccb9","69001c08-2541-47e3-8343-2e5089a9b193","a5048047-abff-4a1f-8d72-6b758a03542c","dc595c63-af05-4c05-80e8-e1a90df26b0f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["DDM","F08","J25","MM2","PRM","RAV","RVR","TSR"],"rulings":[{"date":"2021-03-19","text":"If you target a card that was cast with flashback with Remand, the card will still be exiled."},{"date":"2021-03-19","text":"Remand can target a spell that can't be countered. That spell won't be countered or returned to its owner's hand, but you'll draw a card."}],"rarities":["uncommon","special"]},"remove":{"name":"Remove","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cast this spell only during the declare attackers step and only if you've been attacked this step.\nReturn target attacking creature to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return target attacking creature to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a1ed0f7e-56c3-4866-89c4-77b81a952955","casting_restrictions":[{"type":"DeclareAttackersStep"},{"type":"RequiresCondition","data":{"condition":{"type":"BeenAttackedThisStep"}}}],"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["P02"]},"renegade krasis":{"name":"Renegade Krasis","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast","Mutant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Evolve (Whenever a creature you control enters, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)\nWhenever this creature evolves, put a +1/+1 counter on each other creature you control with a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Evolve"],"abilities":[],"triggers":[{"mode":"Evolved","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"Counters","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ evolves, put a +1/+1 counter on each other creature you control with a +1/+1 counter on it.","constraint":null,"condition":null,"batched":false},{"mode":"Evolve","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on this creature","target_prompt":null,"ability_tag":{"type":"Evolve"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.100a: Evolve — whenever a creature you control enters with greater power or toughness than ~, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7b7e622c-815a-44a0-88ff-62bbe8dd5582","metadata":{"source_printing_ids":["23b68921-0c34-4d92-83c3-21542f62c7f6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["DGM"],"rulings":[{"date":"2013-04-15","text":"If a creature enters the battlefield with +1/+1 counters on it, consider those counters when determining if evolve will trigger. For example, a 1/1 creature that enters the battlefield with two +1/+1 counters on it will cause the evolve ability of a 2/2 creature to trigger."},{"date":"2013-04-15","text":"If evolve triggers, the stat comparison will happen again when the ability tries to resolve. If neither stat of the new creature is greater, the ability will do nothing. If the creature that entered the battlefield leaves the battlefield before evolve tries to resolve, use its last known power and toughness to compare the stats."},{"date":"2013-04-15","text":"If multiple creatures enter the battlefield at the same time, evolve may trigger multiple times, although the stat comparison will take place each time one of those abilities tries to resolve. For example, if you control a 2/2 creature with evolve and two 3/3 creatures enter the battlefield, evolve will trigger twice. The first ability will resolve and put a +1/+1 counter on the creature with evolve. When the second ability tries to resolve, neither the power nor the toughness of the new creature is greater than that of the creature with evolve, so that ability does nothing."},{"date":"2013-04-15","text":"Renegade Krasis “evolves” when its evolve ability resolves and a +1/+1 counter is put on it. If a replacement effect such as Doubling Season’s causes the evolve ability to put more than one +1/+1 counter on Renegade Krasis, its last ability triggers only once. If no +1/+1 counter is put on it (perhaps because it left the battlefield in response to its evolve ability triggering), then its last ability doesn’t trigger."},{"date":"2013-04-15","text":"Renegade Krasis’s last ability won’t trigger if a +1/+1 counter is put on it for any reason other than its evolve ability resolving."},{"date":"2013-04-15","text":"When comparing the stats as the evolve ability resolves, it’s possible that the stat that’s greater changes from power to toughness or vice versa. If this happens, the ability will still resolve and you’ll put a +1/+1 counter on the creature with evolve. For example, if you control a 2/2 creature with evolve and a 1/3 creature enters the battlefield under your control, it toughness is greater so evolve will trigger. In response, the 1/3 creature gets +2/-2. When the evolve trigger tries to resolve, its power is greater. You’ll put a +1/+1 counter on the creature with evolve."},{"date":"2013-04-15","text":"When comparing the stats of the two creatures for evolve, you always compare power to power and toughness to toughness."},{"date":"2013-04-15","text":"Whenever a creature enters the battlefield under your control, check its power and toughness against the power and toughness of the creature with evolve. If neither stat of the new creature is greater, evolve won’t trigger at all."}],"rarities":["rare"]},"renewed solidarity":{"name":"Renewed Solidarity","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nCreatures you control of the chosen type get +1/+0.\nAt the beginning of your end step, for each token you control of the chosen type that entered this turn, create a token that's a copy of it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"None"},"owner":{"type":"Controller"},"source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"},{"type":"IsChosenCreatureType"},{"type":"EnteredThisTurn"}]},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, for each token you control of the chosen type that entered this turn, create a token that's a copy of it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenCreatureType"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control of the chosen type get +1/+0."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"bea3ff6e-7649-4e51-b2ad-763f9ac2d4b8","metadata":{"source_printing_ids":["8b7e679d-c99e-49c7-91e6-e2b3d6b57482","9a72b230-dbb0-4d38-ba7a-fb0bd03b6c47"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DRC"],"rulings":[{"date":"2025-02-07","text":"Any abilities of the copied token that trigger when that permanent enters will trigger. Any “as [this permanent] enters” or “[this permanent] enters with” abilities of the copied token will also work."},{"date":"2025-02-07","text":"If the last ability creates a copy of a token that is copying something else, then the new token enters as a copy of whatever the original token copied."},{"date":"2025-02-07","text":"When this enchantment’s last ability resolves, for each applicable token you control that entered this turn, create a token that copies the original characteristics of that first token as stated by the effect that created it (unless that first token is copying something else; see below). It doesn’t copy whether that token is tapped or untapped, whether it has any counters on it or Auras or Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."}],"rarities":["rare"]},"repeat offender":{"name":"Repeat Offender","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{2}{B}: If this creature is suspected, put a +1/+1 counter on it. Otherwise, suspect it. (A suspected creature has menace and can't block.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}},"sub_ability":null,"else_ability":{"kind":"Activated","effect":{"type":"Suspect","target":{"type":"SelfRef"},"scope":{"type":"Single"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}{B}: If ~ is suspected, put a +1/+1 counter on it. Otherwise, suspect it.","target_prompt":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Suspected"}]}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4d1885d1-212e-47ae-865f-e6dc4148ddf2","metadata":{"source_printing_ids":["0c2ca1e7-e0de-4d29-a81b-62185ccd295f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"Being suspected isn't a copiable value. If a permanent becomes a copy of a suspected creature, it won't be suspected."},{"date":"2024-02-02","text":"If a creature is already suspected, suspecting it again won't have any effect."},{"date":"2024-02-02","text":"If a suspected creature loses all abilities, it will lose menace and \"This creature can't block\", but it won't stop being suspected."},{"date":"2024-02-02","text":"There's no limit to the number of creatures that can be suspected simultaneously. Suspecting a new creature doesn't cause other creatures to stop being suspected."},{"date":"2024-02-02","text":"When an effect suspects a creature, it becomes suspected. It gains menace and \"This creature can't block\" for as long as it's suspected. It stays suspected until it leaves the battlefield or another effect causes it to no longer be suspected."}],"rarities":["common"]},"repercussion":{"name":"Repercussion","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature is dealt damage, this enchantment deals that much damage to that creature's controller.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature is dealt damage, ~ deals that much damage to that creature's controller.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f6069a4f-744e-43e8-9f8b-7c13b8b0187f","metadata":{"source_printing_ids":["1da327c8-730b-4fab-827f-64e7f5b60e1d","4e95e687-fa34-4dfe-bf24-34a481041bd1","d0f3c78e-16c0-4fbc-8ef4-fbf610f9d464","e6f6b6ed-6554-4bff-a231-fb1c3d6ba715","feeb4df7-3b59-4fc1-8fbb-b99ddedaa8fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["SLD","UDS","WOT"],"rarities":["rare","mythic"]},"reptilian recruiter":{"name":"Reptilian Recruiter","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this creature enters, choose target creature. If that creature's power is 2 or less or if you control another Lizard, gain control of that creature until end of turn, untap it, and it gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"Or","conditions":[{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"use_lki":false},{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Lizard"}],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Or","conditions":[{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"use_lki":false},{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Lizard"}],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"Or","conditions":[{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"use_lki":false},{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Lizard"}],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, choose target creature. If that creature's power is 2 or less or if you control another Lizard, gain control of that creature until end of turn, untap it, and it gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a12a66b5-ea4a-4a58-b0f0-13152598b7e6","metadata":{"source_printing_ids":["81dec453-c9d7-42cb-980a-c82f82bede76"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"You can target any creature with Reptilian Recruiter’s triggered ability. Whether or not the ability does anything when it resolves will depend on whether that creature’s power is 2 or less or if you control another Lizard at the time the ability resolves."}],"rarities":["uncommon"]},"repulsor blast":{"name":"Repulsor Blast","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 2 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 2 or more.)\nRepulsor Blast deals 5 damage to target creature. If this spell was cast using teamwork, it also deals 2 damage to that creature's controller.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":2}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 5 damage to target creature. If this spell was cast using teamwork, it also deals 2 damage to that creature's controller.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"150f920c-c942-4feb-824f-79dd9b531687","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["837265b0-fc15-4d96-9d6b-fd1c78534262"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"rescue skiff":{"name":"Rescue Skiff","mana_cost":{"type":"Cost","shards":["White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, return target creature or enchantment card from your graveyard to the battlefield.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 10+.)\n10+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target creature or enchantment card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":10},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"10+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":5},{"type":"SetToughness","value":6}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":10},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 10+"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"112aaaf0-3301-4f79-9640-d36c75a0fb30","metadata":{"source_printing_ids":["6fe86bfb-c67d-4df9-88c9-f083091f4cda"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"If an Aura is put onto the battlefield without being cast, the Aura’s controller-to-be chooses what it will enchant as it comes back onto the battlefield. An Aura put onto the battlefield this way doesn’t target anything (so it could be attached to an opponent’s permanent with hexproof, for example), but the Aura’s enchant ability restricts what it can be attached to. If the Aura can’t legally be attached to anything, it remains in its current zone."}],"rarities":["uncommon"]},"resolute survivors":{"name":"Resolute Survivors","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"You may exert this creature as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, this creature deals 1 damage to each opponent and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you exert a creature, ~ deals 1 damage to each opponent and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"3d699db7-cc52-4ee3-947b-0ba291bf037a","metadata":{"source_printing_ids":["713f469e-58c3-4db4-aa7a-77126bda13f2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["HOU"],"rulings":[{"date":"2017-04-18","text":"All cards in the Amonkhet set that let you exert a creature let you do so as you declare it as an attacking creature, as do some of the cards in the Hour of Devastation set. You can’t do so later in combat, and creatures put onto the battlefield attacking can’t be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2017-04-18","text":"If an exerted creature is already untapped during your next untap step (most likely because it had vigilance or an effect untapped it), exert’s effect preventing it from untapping expires without having done anything."},{"date":"2017-04-18","text":"If you gain control of another player’s creature until end of turn and exert it, it will untap during that player’s untap step."},{"date":"2017-04-18","text":"Some cards have abilities that trigger whenever you exert any creature. These abilities trigger when you exert that creature or any other creature you control."},{"date":"2017-04-18","text":"You can’t exert a creature unless an effect allows you to do so. Similar effects that “tap and freeze” a creature (such as that of Decision Paralysis) don’t exert that creature."},{"date":"2017-07-14","text":"In a Two-Headed Giant game, Resolute Survivors’s last ability causes it to deal a total of 2 damage to the opposing team and you gain 1 life."}],"rarities":["uncommon"]},"resonating lute":{"name":"Resonating Lute","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Lands you control have \"{T}: Add two mana of any one color. Spend this mana only to cast instant and sorcery spells.\"\n{T}: Draw a card. Activate only if you have seven or more cards in your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Draw a card. Activate only if you have seven or more cards in your hand.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":2},"color_options":["White","Blue","Black","Red","Green"]},"restrictions":[{"SpellType":"Instant and Sorcery"}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add two mana of any one color. Spend this mana only to cast instant and sorcery spells.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Lands you control have \"{T}: Add two mana of any one color. Spend this mana only to cast instant and sorcery spells.\""}],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"9263287d-f782-4318-9ab8-e2e5f8107f5e","metadata":{"source_printing_ids":["6ef168d6-28f2-4c24-9bfa-82c35663b729","7151c183-24e4-4748-a513-0f2652fdd6ef"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"Once you've activated Resonating Lute's last ability, it doesn't matter if the number of cards in your hand drops below seven. The ability will still resolve as normal."}],"rarities":["rare"]},"resplendent angel":{"name":"Resplendent Angel","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of each end step, if you gained 5 or more life this turn, create a 4/4 white Angel creature token with flying and vigilance.\n{3}{W}{W}{W}: Until end of turn, this creature gets +2/+2 and gains lifelink.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+2 and gains lifelink"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","White","White"],"generic":3}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{3}{W}{W}{W}: Until end of turn, ~ gets +2/+2 and gains lifelink.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Angel","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Angel"],"colors":["White"],"keywords":["Flying","Vigilance"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if you gained 5 or more life this turn, create a 4/4 white Angel creature token with flying and vigilance.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2ac93092-1a57-4cf7-8f03-1dca86d5c476","metadata":{"related_token_ids":["7966e532-da34-58bf-bbd3-2961f0e8de37","e24726ce-7c3e-57fe-a261-7854152027d3"],"source_printing_ids":["586854d1-edfd-4c66-873d-df459324dbfd","59adbd35-9959-4a0f-babf-46ea3c15f018","e827612d-5a43-4a29-b0c1-ab7f3285ad98"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","M19","PLCI","PM19"],"rulings":[{"date":"2018-07-13","text":"If you didn't gain life during the turn before the end step begins, Resplendent Angel's triggered ability won't trigger at all. Gaining life during the end step won't cause the ability to trigger."},{"date":"2018-07-13","text":"In a Two-Headed Giant game, life gained by your teammate won't satisfy Resplendent Angel's triggered ability, even though it caused your team's life total to increase."},{"date":"2018-07-13","text":"Resplendent Angel's triggered ability checks if you gained 5 or more life total during the turn. It doesn't matter if you also lost life or whether your life total is greater than it was at the beginning of the turn. It also doesn't matter whether Resplendent Angel was on the battlefield when any of the life gain happened."},{"date":"2018-07-13","text":"You create only one Angel token, no matter how many times you gained 5 or more life."},{"date":"2018-07-13","text":"You don't need to have gained 5 life all at once to satisfy Resplendent Angel's triggered ability."}],"rarities":["mythic"]},"resplendent mentor":{"name":"Resplendent Mentor","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kithkin","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"White creatures you control have \"{T}: You gain 1 life.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"White"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: You gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"White creatures you control have \"{T}: You gain 1 life.\""}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5b60a257-e4f8-412e-b146-b7983a384753","metadata":{"source_printing_ids":["be87e59d-422c-4dd7-8867-423e784830a2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SHM"],"rarities":["uncommon"]},"rest in peace":{"name":"Rest in Peace","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile all graveyards.\nIf a card or token would be put into a graveyard from anywhere, exile it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile all graveyards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a card or token would be put into a graveyard from anywhere, exile it instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"087f9ad7-e74f-40e2-8102-1ed2925d0418","metadata":{"source_printing_ids":["37c2b1d1-faa0-40fd-82f4-216604ce7635","3a52b1bc-cf29-49bd-a877-03a21fe8a6c5","4266ac5c-40dc-4fe3-9f42-e03cea5277ea","43eb0e85-1c26-4d2c-bdac-6e94717f0762","4ac99506-a891-4d5d-8747-23aa29004b02","7f9bf9e0-cb43-411c-a955-dc8e2f331e2d","84d396b1-a193-4bea-bfb5-a6317029ae06","9008f826-9e24-4ba1-b17e-1638b7cdd78d","9648392a-78a2-4ae5-a218-cfd2bcd9bc5d","98040e14-8182-4a94-9322-bbd967dc4dfe","9f2b39be-0fec-4647-ade1-8e1626dc5470","ab6ef698-caad-47cd-ba35-41be64a58c99","ba5115e9-02cb-47f2-944b-514a126430ba","cda8edb5-f42d-46a4-8469-a121222c7e75","d108c2b1-236e-4b8d-8445-d9749ccc4fea","e8baa00b-b27b-4e97-b834-61e54b0ba154"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","ACR","AKR","BIG","MAR","MB2","OMB","PLST","PRM","RTR","RVR","SLD","SS2","WOT"],"rulings":[{"date":"2018-03-16","text":"If Rest in Peace is destroyed by a spell, Rest in Peace will be exiled and then the spell will be put into its owner's graveyard."},{"date":"2018-03-16","text":"If a card is discarded while Rest in Peace is on the battlefield, abilities that function when a card is discarded (such as madness) still work, even though that card never reaches a graveyard. In addition, spells or abilities that check the characteristics of a discarded card (such as Chandra Ablaze's first ability) can find that card in exile."},{"date":"2018-03-16","text":"While Rest in Peace is on the battlefield, abilities that trigger whenever a creature dies won't trigger because cards and tokens are never put into a player's graveyard."}],"rarities":["rare","mythic"]},"restoration angel":{"name":"Restoration Angel","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nWhen this creature enters, you may exile target non-Angel creature you control, then return that card to the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Angel"}}],"controller":"You","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile target non-Angel creature you control, then return that card to the battlefield under your control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dfbd3afc-9905-4cff-a4f4-df08a4d0a7fa","metadata":{"source_printing_ids":["2cb225a1-d005-4e4d-98b2-7ebe2e9141df","35f7f491-0733-42fa-ad8b-594252e74703","38befc96-938e-4b7f-97da-ed67ccd8900b","3b5233ff-03bc-4053-9b49-c4185c2de38d","3dbdd0bc-92d7-49ae-b7fc-b2d1f0670bd8","5b474f84-9bef-422a-8fc5-489a10aaf1ee","6ebb5601-9ecd-4643-bcc7-e5663a471773","b958bcdd-d0ea-4ae0-9dd0-e6de5cf74128","c0ee6fbf-4562-4c73-afa7-2c573d6acd77","c2ad8639-e586-47f4-baca-2a1af5aa281b","d5a654d1-d83d-4a48-8697-1dc75fabacab","e27a8eb2-9a7d-4349-b414-0655d86836b1","f17f85d3-58e5-4128-90c5-98b524256af8","fc1266de-3a58-4579-9781-78aaf852bbac"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AVR","BLC","IMA","INR","J21","J22","KHC","MM3","MOC","PAVR","PRM","SLD","TSR"],"rulings":[{"date":"2021-03-19","text":"If a token is exiled this way, it will cease to exist and won't return to the battlefield."},{"date":"2021-03-19","text":"Once the exiled creature returns, it's considered a new object with no relation to the object that it was. Auras attached to the exiled creature will be put into their owners' graveyards. Equipment attached to the exiled creature will become unattached and remain on the battlefield. Any counters on the exiled creature will cease to exist."},{"date":"2021-03-19","text":"When an effect returns the exiled card \"under your control,\" you control it indefinitely after that. If you had temporarily gained control of a creature, it won't return to its previous controller. In a multiplayer game, if a player leaves the game, all cards that player owns leave as well. If you leave the game, a creature you took with Restoration Angel's effect is exiled."}],"rarities":["rare","special"]},"restoration magic":{"name":"Restoration Magic","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tiered (Choose one additional cost.)\n• Cure — {0} — Target permanent gains hexproof and indestructible until end of turn.\n• Cura — {1} — Target permanent gains hexproof and indestructible until end of turn. You gain 3 life.\n• Curaga — {3}{W} — Permanents you control gain hexproof and indestructible until end of turn. You gain 6 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain hexproof and indestructible"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain hexproof and indestructible"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain hexproof and indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":6}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ddbe0d17-5cac-417c-afc0-e4aebae83205","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Cure — {0} — Target permanent gains hexproof and indestructible until end of turn.","Cura — {1} — Target permanent gains hexproof and indestructible until end of turn. You gain 3 life.","Curaga — {3}{W} — Permanents you control gain hexproof and indestructible until end of turn. You gain 6 life."],"allow_repeat_modes":false,"mode_costs":[{"type":"Cost","shards":[],"generic":0},{"type":"Cost","shards":[],"generic":1},{"type":"Cost","shards":["White"],"generic":3}],"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["494e68e9-ecba-4482-82bc-207ad59144c1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose."},{"date":"2025-06-06","text":"If a spell with tiered is copied, the effect that creates the copy may allow you to choose new targets. You cannot choose a new mode."},{"date":"2025-06-06","text":"If an effect allows you to cast a spell with tiered \"without paying its mana cost,\" you must still choose exactly one mode and pay the associated additional cost."},{"date":"2025-06-06","text":"If you chose the Cura mode and the target permanent is an illegal target when Restoration Magic tries to resolve, it won't resolve and none of its effects will happen. You won't gain 3 life."},{"date":"2025-06-06","text":"The mana value of a spell with tiered is determined only by its mana cost (in the upper right corner of the card). It doesn't matter which mode you choose or which additional costs you pay, including any additional costs imposed by other effects."},{"date":"2025-06-06","text":"You choose the mode as you cast the spell with tiered. Once the mode is chosen, it can't be changed."},{"date":"2025-06-06","text":"You must choose exactly one of the listed modes and pay its associated additional cost in order to cast a spell with tiered."}],"rarities":["uncommon"]},"retaliator griffin":{"name":"Retaliator Griffin","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Griffin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a source an opponent controls deals damage to you, you may put that many +1/+1 counters on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever a source an opponent controls deals damage to you, you may put that many +1/+1 counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"dd4b9e5a-b3ab-4b70-b200-228c8add9f52","metadata":{"source_printing_ids":["289adeb9-952d-437e-aa66-358a780dc083"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ARB","PARB","PRM"],"rulings":[{"date":"2009-05-01","text":"If Retaliator Griffin is dealt lethal damage at the same time that you’re dealt damage by a source an opponent controls, Retaliator Griffin will be put into a graveyard before it would receive any counters. Its ability will still trigger, but it will do nothing when it resolves."},{"date":"2009-05-01","text":"If a spell causes damage to be dealt, that spell will always identify the source of the damage. In most cases, the source is the spell itself. For example, Breath of Malfegor says “Breath of Malfegor deals 5 damage to each opponent.”"},{"date":"2009-05-01","text":"If an ability causes damage to be dealt, that ability will always identify the source of the damage. The ability itself is never the source. However, the source of the ability is often the source of the damage. For example, Deathbringer Thoctar’s ability says “Deathbringer Thoctar deals 1 damage to any target.”"},{"date":"2009-05-01","text":"If the source of the damage is a permanent, Retaliator Griffin checks whether an opponent controls that permanent at the time that damage is dealt. If the permanent has left the battlefield by then, its last known information is used. If the source of the damage is a spell, whether it’s controlled by an opponent is obvious. If the source of the damage is a card in some other zone (such as a cycled Jund Sojourners), Retaliator Griffin checks whether the card’s owner, rather than its controller, is an opponent."},{"date":"2009-05-01","text":"The source of combat damage is the creature that dealt it."}],"rarities":["rare"]},"retreat to coralhelm":{"name":"Retreat to Coralhelm","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, choose one —\n• You may tap or untap target creature.\n• Scry 1. (Look at the top card of your library. You may put that card on the bottom.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["You may tap or untap target creature.","Scry 1."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":"tap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":"untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"tap or untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c450f6b7-bb2a-4b8c-aec7-d27555137b63","metadata":{"source_printing_ids":["3d268b09-acc7-474d-86be-537d6449755c","68684c8e-dc19-4a56-b511-4e21140b137f","a40241b9-6bec-412e-9258-e487ea44223b","cf8246c1-1db2-409f-9440-222d6dc78297"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BFZ","DSC","PLST","SLD"],"rulings":[{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["uncommon","rare"]},"return the favor":{"name":"Return the Favor","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Spree (Choose one or more additional costs.)\n+ {1} — Copy target instant spell, sorcery spell, activated ability, or triggered ability. You may choose new targets for the copy.\n+ {1} — Change the target of target spell or ability with a single target.","non_ability_text":null,"flavor_name":null,"keywords":["Spree"],"abilities":[{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"InZone","zone":"Stack"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"InZone","zone":"Stack"}]},{"type":"StackAbility"}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeTargets","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasSingleTarget"}]}]},{"type":"And","filters":[{"type":"StackAbility"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasSingleTarget"}]}]}]},"scope":{"type":"Single"},"forced_to":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"30377bd5-99ab-4888-9ea7-e5a069b527e8","modal":{"min_choices":1,"max_choices":2,"mode_count":2,"mode_descriptions":["Copy target instant spell, sorcery spell, activated ability, or triggered ability. You may choose new targets for the copy.","Change the target of target spell or ability with a single target."],"allow_repeat_modes":false,"mode_costs":[{"type":"Cost","shards":[],"generic":1},{"type":"Cost","shards":[],"generic":1}],"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["a47aad8f-b418-475d-ace5-d1338cb89f56","a9cc02d1-799d-42aa-9bc2-4c05452b63b4","abe555c4-2da1-47c5-9910-cd07f4256938","bb224f6f-1da9-4090-a609-a4cd50740348","e968efff-635b-4780-9bbe-099e75a1841b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","SLD","SOA"],"rulings":[{"date":"2024-04-12","text":"Each additional cost and associated mode in the text box is also preceded with a + indicator. These symbols also have no rules meaning and serve only to remind players that the listed costs are additional costs."},{"date":"2024-04-12","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose."},{"date":"2024-04-12","text":"If a spell or ability targets multiple things, you can't target it with Return the Favor's second mode, even if all but one of those targets have become illegal."},{"date":"2024-04-12","text":"If a spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X. The same is true for an ability that's copied and an X whose value was determined as the ability was activated."},{"date":"2024-04-12","text":"If a spell with spree is copied, the effect that creates the copy may allow you to choose new targets. You cannot choose new modes."},{"date":"2024-04-12","text":"If all targets for the chosen modes become illegal before a spell with spree resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-04-12","text":"If an effect allows you to cast a spell with spree \"without paying its mana cost,\" you must still choose at least one mode and pay the associated additional costs."},{"date":"2024-04-12","text":"If the copied spell or ability divides damage or distributes counters among a number of targets, the division and number of targets can't be changed. If you choose new targets, you must choose the same number of targets."},{"date":"2024-04-12","text":"If the copied spell or ability is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2024-04-12","text":"If you copy a spell with the first mode, you can't choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."},{"date":"2024-04-12","text":"If you copy an activated ability with the first mode, and the activation cost includes a choice, such as a creature to sacrifice or a number of counters to remove, the copy uses that same information. You can't pay the cost again, even if you want to."},{"date":"2024-04-12","text":"No matter which modes you choose, you always follow the instructions in the order they are written."},{"date":"2024-04-12","text":"No player can cast spells or activate abilities in between the modes of a resolving spell. Any abilities that trigger won't be put onto the stack until the spell is done resolving."},{"date":"2024-04-12","text":"Spells with spree have a + (plus sign) indicator in the upper right corner of the card frame. This has no rules meaning and serves only to remind players that at least one additional cost is required to cast the spell."},{"date":"2024-04-12","text":"The copy created by the effect of Return the Favor's first mode will have the same targets as the spell or ability it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. The new targets must be legal."},{"date":"2024-04-12","text":"The copy made by the effect of Return the Favor's first mode is created on the stack, so it's not \"cast\" or \"activated.\""},{"date":"2024-04-12","text":"The mana value of a spell with spree is determined only by its mana cost (in the upper right corner of the card). It doesn't matter which modes you choose or which additional costs you pay, including any additional costs imposed by other effects."},{"date":"2024-04-12","text":"You can't choose the same mode more than once."},{"date":"2024-04-12","text":"You choose the modes as you cast the spell with spree. Once modes are chosen, they can't be changed."},{"date":"2024-04-12","text":"You don't choose the new target for the spell or ability targeted with Return the Favor's second mode until Return the Favor resolves. You must change the target if possible. However, you can't change the target to an illegal target. If there are no legal targets to choose from, the target isn't changed. It doesn't matter if the original target has somehow become illegal itself."},{"date":"2024-04-12","text":"You must choose at least one of the listed modes and pay its associated additional cost in order to cast a spell with spree."}],"rarities":["uncommon","rare"]},"reveillark":{"name":"Reveillark","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature leaves the battlefield, return up to two target creature cards with power 2 or less from your graveyard to the battlefield.\nEvoke {5}{W} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Evoke":{"type":"Mana","data":{"type":"Cost","shards":["White"],"generic":5}}}],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, return up to two target creature cards with power 2 or less from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.74a: When this permanent enters, if its evoke cost was paid, sacrifice it.","constraint":null,"condition":{"type":"CastVariantPaid","variant":"Evoke"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1be13ede-98f8-497e-800c-03e5802932b3","metadata":{"source_printing_ids":["06a4d2e0-1410-41f4-8070-2b0144c71e1d","4bcf9b52-d249-41e7-8ed1-ba9acc816f30","4be8ab20-e402-48d9-8a39-7cf09d333374","53b4dcd6-b1b6-4f1c-9264-e58bdc87399b","5629edd4-b5d3-43f8-8c7c-f9d916e35158","7db7e70c-ce79-4a52-b97b-f1bd46e0768c","95464df9-71eb-4cb7-9d93-6f07ba318ff8","bf0f006b-b7d7-4ff2-b7aa-363977575240","f87f8bdf-565c-4e53-8d69-3078b9530aa3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","C16","C20","CM2","MMA","MOR","PLST","UMA"],"rulings":[{"date":"2008-04-01","text":"Effects that cause you to pay more or less to cast a spell will cause you to pay that much more or less while casting it for its evoke cost, too. That's because they affect the total cost of the spell, not its mana cost."},{"date":"2008-04-01","text":"Evoke doesn't change the timing of when you can cast the creature that has it. If you could cast that creature spell only when you could cast a sorcery, the same is true for cast it with evoke."},{"date":"2008-04-01","text":"If a creature spell cast with evoke changes controllers before it enters, it will still be sacrificed when it enters. Similarly, if a creature cast with evoke changes controllers after it enters but before its sacrifice ability resolves, it will still be sacrificed. In both cases, the controller of the creature at the time it left the battlefield will control its leaves-the-battlefield ability."},{"date":"2008-04-01","text":"If you're casting a spell \"without paying its mana cost,\" you can't use its evoke ability."},{"date":"2008-04-01","text":"When you cast a spell by paying its evoke cost, its mana cost doesn't change. You just pay the evoke cost instead."},{"date":"2008-04-01","text":"Whether evoke's sacrifice ability triggers when the creature enters depends on whether the spell's controller chose to pay the evoke cost, not whether they actually paid it (if it was reduced or otherwise altered by another ability, for example)."},{"date":"2018-12-07","text":"Reveillark's ability may target zero, one, or two creature cards in your graveyard. Each target must have power 2 or less."}],"rarities":["rare"]},"reveille squad":{"name":"Reveille Squad","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rebel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever one or more creatures attack you, if this creature is untapped, you may untap all creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever one or more creatures attack you, if ~ is untapped, you may untap all creatures you control.","constraint":null,"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"batched":true,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2531eb1a-ae24-450a-b8e8-dbbd65eaad64","metadata":{"source_printing_ids":["0244e680-92e6-436b-9e7b-2d410ce2d8ba","8f6385bb-18f9-461b-b541-3c2a5e59189b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PCY","PLST"],"rarities":["uncommon"]},"revel in silence":{"name":"Revel in Silence","mana_cost":{"type":"Cost","shards":["White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Your opponents can't cast spells or activate planeswalkers' loyalty abilities this turn.\nExile Revel in Silence.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"OpponentsOfSourceController"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"CastSpells"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"or","description":"or activate planeswalkers' loyalty abilities"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"Your opponents can't cast spells or activate planeswalkers' loyalty abilities this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"5f1d3d22-18f7-42b7-8039-ef7aa5d29856","metadata":{"source_printing_ids":["0dba25e3-2b4f-45d4-965f-3834bcb359ee","8c917201-4691-4f31-a8e4-ca0192d5ff71"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PSTX","STX"],"rarities":["rare"]},"revenge of ravens":{"name":"Revenge of Ravens","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature attacks you or a planeswalker you control, that creature's controller loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever a creature attacks you or a planeswalker you control, that creature's controller loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"PlayerOrPlaneswalker"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"dd96f145-73eb-4a6d-bcfd-5d6313fac1f9","metadata":{"source_printing_ids":["22379f55-dc70-4452-8efe-99fd05c4f6a2","3474289a-193e-452d-b248-e53ee99e22c0","8418f1ed-e4b8-436b-8859-c4df51c29f60"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","LTC","PLST"],"rulings":[{"date":"2019-10-04","text":"The triggered ability of Revenge of Ravens resolves before any abilities the attacking player controls. If this causes the attacking player to lose the game, that player's triggered abilities won't resolve and no combat damage will be dealt."}],"rarities":["uncommon"]},"reyhan, last of the abzan":{"name":"Reyhan, Last of the Abzan","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Reyhan enters with three +1/+1 counters on it.\nWhenever a creature you control dies or is put into the command zone, if it had one or more +1/+1 counters on it, you may put that many +1/+1 counters on target creature.\nPartner (You can have two commanders if both have partner.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"Generic"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control dies, if it had one or more +1/+1 counters on it, you may put that many +1/+1 counters on target creature.","constraint":null,"condition":null,"batched":false},{"mode":{"Unknown":"Whenever a creature you control is put into the command zone"},"execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control is put into the command zone, if it had one or more +1/+1 counters on it, you may put that many +1/+1 counters on target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"3e7df01c-75af-440d-97fd-1b1b794281b9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0a34158d-9925-4de8-b862-d1cc06bbae60","564e116b-4ef0-40a7-bd05-59a667373e43","8afad106-a49b-4910-959e-228c109ea983"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","CM2","CMR","PRM","PZ2"],"rulings":[{"date":"2020-11-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2020-11-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2020-11-10","text":"If enough -1/-1 counters are put on a creature at the same time to make its toughness 0 or less, the number of +1/+1 counters on it before it got any -1/-1 counters will be used to determine how many counters you put on target creature. For example, if there are three +1/+1 counters on Reyhan and it gets six -1/-1 counters, the target creature gets three +1/+1 counters."},{"date":"2020-11-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2020-11-10","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Falthis and Kediss are your commanders, your deck may contain cards with black and/or red in their color identity, but not cards with green, white, or blue."},{"date":"2020-11-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from any one of them, not from both of them combined."},{"date":"2020-11-10","text":"To have two commanders, both must have the partner ability as the game begins. Losing the ability during the game doesn't cause either to cease to be your commander."},{"date":"2020-11-10","text":"You can choose two commanders with partner that are the same color or colors. In Commander Draft, you can even choose two of the same commander with partner if you drafted them. If you do this, make sure you keep the number of times you've cast each from the command zone clear for \"commander tax\" purposes."}],"rarities":["rare","mythic"]},"rhino's rampage":{"name":"Rhino's Rampage","mana_cost":{"type":"Cost","shards":["RedGreen"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gets +1/+0 until end of turn. It fights target creature an opponent controls. When excess damage is dealt to the creature an opponent controls this way, destroy up to one target noncreature artifact with mana value 3 or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"ExcessDamageAll","execute":null,"valid_card":{"type":"And","filters":[{"type":"ParentTarget"},{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}]},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false},"or_trigger":null,"lifetime":"Reflexive"},"effect":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Artifact",{"Non":"Creature"}],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gets +1/+0 until end of turn. It fights target creature an opponent controls. When excess damage is dealt to the creature an opponent controls this way, destroy up to one target noncreature artifact with mana value 3 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"0a744206-04c4-46cb-b64d-cf192c9324df","metadata":{"source_printing_ids":["722c62a0-a8f3-4bc3-b463-8904ba234eed","a0a11134-15bf-4f38-a0ef-6bf146149c9d","f668817c-1cab-44c5-b6a8-95113e480d5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC","OM1","SPM"],"rarities":["uncommon"]},"rhino, barreling brute":{"name":"Rhino, Barreling Brute","mana_cost":{"type":"Cost","shards":["Red","Red","Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Villain"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Vigilance, trample, haste\nWhenever Rhino attacks, if you've cast a spell with mana value 4 or greater this turn, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Trample","Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, if you've cast a spell with mana value 4 or greater this turn, draw a card.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Cmc","comparator":"GE","value":{"type":"Fixed","value":4}}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"9a6bf8a3-7640-4890-ac62-d5028f41978b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4b8ac400-1e98-49fc-94be-00386d15f2ae","7d9b096d-8813-44a0-835e-fddb61c576b0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","SPM"],"rarities":["uncommon"]},"rhys, the evermore":{"name":"Rhys, the Evermore","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen Rhys enters, another target creature you control gains persist until end of turn. (When it dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)\n{W}, {T}: Remove any number of counters from target creature you control. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[{"kind":"Activated","effect":{"type":"RemoveCounter","counter_type":null,"count":{"type":"UpTo","max":{"type":"Fixed","value":-1}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{W}, {T}: Remove any number of counters from target creature you control. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Persist"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain persist"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, another target creature you control gains persist until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9f013b5d-fff0-4c50-8621-158b6dc34834","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["a7072412-4aa2-40ef-a267-bd717551a42b","c3bef4e2-d5f4-4e95-a212-d8e02bef99f7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"If a creature has +1/+1 counters and -1/-1 counters on it, state-based actions remove the same number of each so that it has only one kind of those counters on it. A creature's persist ability can bring it back again if its -1/-1 counters are removed this way."},{"date":"2025-11-17","text":"If a creature with persist that has +1/+1 counters on it receives enough -1/-1 counters to cause it to be destroyed by lethal damage or put into its owner's graveyard for having 0 or less toughness, persist won't trigger and the card won't return to the battlefield. That's because persist checks the creature as it last existed on the battlefield, and it still had -1/-1 counters on it at that point."},{"date":"2025-11-17","text":"If the target creature dies but that card leaves the graveyard before the persist ability resolves, it won't be returned to the battlefield."}],"rarities":["rare"]},"rhythm of the wild":{"name":"Rhythm of the Wild","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creature spells you control can't be countered.\nNontoken creatures you control have riot. (They enter with your choice of a +1/+1 counter or haste.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature spells you control can't be countered."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"modifications":[{"type":"AddKeyword","keyword":"Riot"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Nontoken creatures you control have riot."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with an additional +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":"It gains haste","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"description":"CR 702.136a: Riot — this permanent may enter with an additional +1/+1 counter; otherwise it gains haste.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"acfa77fd-3610-4f12-9c3c-bd860ce91700","metadata":{"source_printing_ids":["1b64fa50-1a11-412f-a827-d8e49ec472e8","70d13ff4-e6ba-4bfe-9668-d11f7facb8d3","7305c2e6-b72d-4bbd-8d64-69bc5e4d269c","84062ce2-fea2-4e06-b83b-7cc597fb2a1b","a32202c0-2572-42f2-b54c-7654914e5729","c2a6453e-a373-44ec-807a-15c0c8b1af57","e7843a8a-a8d8-4236-a05d-287fad0a74b1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["LCC","NEC","PZA","RNA","RVR","SLD"],"rulings":[{"date":"2019-01-25","text":"A noncreature card that happens to be entering the battlefield as a creature will have riot (for example, Rusted Relic while you control three other artifacts). Similarly, a creature card entering the battlefield as a noncreature permanent won't have riot (for example, Thassa, God of the Sea while your other permanents contribute only four to your devotion to blue)."},{"date":"2019-01-25","text":"A spell or ability that counters spells can still target a creature spell you control. When that spell or ability resolves, the creature spell won't be countered, but any additional effects of that spell or ability will still happen."},{"date":"2019-01-25","text":"If a creature entering the battlefield has riot but can't have a +1/+1 counter put onto it, it gains haste."},{"date":"2019-01-25","text":"If a creature enters the battlefield with two instances of riot, you may choose to have it get two +1/+1 counters, one +1/+1 counter and haste, or two instances of haste. Multiple instances of haste on the same creature are redundant, but we're not going to tell the Gruul how to live their lives."},{"date":"2019-01-25","text":"If a nontoken, noncreature permanent becomes a creature after it's already on the battlefield, it will have riot but it will be too late for the replacement effect to have any effect."},{"date":"2019-01-25","text":"If you choose for the creature to gain haste, it gains haste indefinitely. It won't lose it as the turn ends or as another player gains control of it."},{"date":"2019-01-25","text":"Once a creature with riot has entered the battlefield, it keeps its +1/+1 counter or haste even if it loses riot."},{"date":"2019-01-25","text":"Riot is a replacement effect. Players can't respond to your choice of +1/+1 counter or haste, and they can't take actions while the creature is on the battlefield without one or the other."},{"date":"2019-05-03","text":"If Rhythm of the Wild leaves the battlefield at the same time that a nontoken creature enters the battlefield (most likely because that creature has a replacement effect, such as that of Rescuer Sphinx), that creature still gets a +1/+1 counter or haste."}],"rarities":["uncommon","rare","mythic"]},"ribald shanty":{"name":"Ribald Shanty","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Chorus"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Starting intensity 2\nRibald Shanty deals damage equal to its intensity to target creature or planeswalker.\nAll Chorus cards you own intensify by 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"starting","description":"Starting intensity 2"},"cost":null,"sub_ability":null,"duration":null,"description":"Starting intensity 2","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"deal","description":"deal damage equal to its intensity to target creature or planeswalker"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Intensify","scope":{"type":"OwnedSubtype","subtype":"Chorus"},"amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals damage equal to its intensity to target creature or planeswalker.\nAll Chorus cards you own intensify by 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"aab3b43f-dea4-42c6-abaa-55b3a914259a","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YLCI"]},"riders of the mark":{"name":"Riders of the Mark","mana_cost":{"type":"Cost","shards":["Red"],"generic":6},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Affinity for Humans (This spell costs {1} less to cast for each Human you control.)\nTrample, haste\nAt the beginning of your end step, if this creature attacked this turn, return it to its owner's hand. If you do, create a number of 1/1 white Human Soldier creature tokens equal to its toughness.","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Trample",{"Affinity":{"type_filters":[{"Subtype":"Human"}],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Human Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if ~ attacked this turn, return it to its owner's hand. If you do, create a number of 1/1 white Human Soldier creature tokens equal to its toughness.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c7031047-5109-482f-b2e9-14800b9279bf","metadata":{"related_token_ids":["accd2574-e05c-5091-be4f-91b564c3fc7a"],"source_printing_ids":["de77686e-c4c1-4d38-a05c-03eb7363fc0b","e4b35111-2c74-4dda-b156-d1bf9f3c2947"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-11-03","text":"If Riders of the Mark leaves the battlefield before its triggered ability resolves, you can't return it to its owner's hand from its new zone."},{"date":"2023-11-03","text":"Use Riders of the Mark's toughness as it last existed on the battlefield to determine how many 1/1 white Human Soldier creature tokens to create."},{"date":"2023-11-03","text":"You won't create tokens if Riders of the Mark is returned to your hand by an effect other than its own triggered ability."}],"rarities":["rare"]},"rift bolt":{"name":"Rift Bolt","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Rift Bolt deals 3 damage to any target.\nSuspend 1—{R} (Rather than cast this card from your hand, you may pay {R} and exile it with a time counter on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":1,"cost":{"type":"Cost","shards":["Red"],"generic":0}}}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2b8afa9f-4236-4c02-a8d5-3c145caecfd6","metadata":{"source_printing_ids":["1b07edb8-4ba9-44b4-a8c7-da0447e4d1b9","1c5cac57-5c8f-4404-894b-7b055fb19152","2d0f36c8-8d91-4246-9cb4-c623f6124493","4ccd0ada-92b2-48f3-b5ae-96346fc138b6","88dde96e-6824-4d26-9fb5-86b9f3c50959","a3459a44-0c26-4ee1-ad7f-67be7cd7d80a","d8c5fcbf-00f5-41ee-9673-ad39fd2327c6","fc98895a-bfc3-4b0b-a8a6-2c202f6edf0d","fefbed51-ae2a-4668-a725-71904f18acc6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["2X2","DDS","F10","IMA","MMA","PLST","PRM","SLD","TD0","TSP","TSR"],"rulings":[{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["common","uncommon","rare"]},"righteous valkyrie":{"name":"Righteous Valkyrie","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever another Angel or Cleric you control enters, you gain life equal to that creature's toughness.\nAs long as you have at least 7 life more than your starting life total, creatures you control get +2/+2.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Angel"}],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":[{"Subtype":"Cleric"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another Angel or Cleric you control enters, you gain life equal to that creature's toughness.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeAboveStarting"}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as you have at least 7 life more than your starting life total, creatures you control get +2/+2."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"891d2690-7144-4f87-b6ef-96f2469780a9","metadata":{"source_printing_ids":["02fb5f9f-8750-4eb5-a03a-6dacc60e0b90","7e01a5ab-13ae-41a4-a196-d8bb2317d674","b5e8e2a9-8dcb-40dd-8079-6c8484c3b157","c0ff8c9f-a865-4570-8bd3-8229a18e5c99","de21677c-53d1-4054-a5de-abe34ce85754"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","J25","KHM","PKHM","PLST","PRM"],"rulings":[{"date":"2021-02-05","text":"Because damage remains marked on creatures until the damage is removed as the turn ends, nonlethal damage dealt to creatures you control may become lethal if your life total drops below 7 life more than your starting life total or if Righteous Valkyrie leaves the battlefield that turn."},{"date":"2021-02-05","text":"The amount of life you gain is equal to the Angel or Cleric's toughness as the triggered ability resolves. If the Angel or Cleric is no longer on the battlefield at that time, use its toughness from when it was last on the battlefield."}],"rarities":["rare"]},"rime chill":{"name":"Rime Chill","mana_cost":{"type":"Cost","shards":["Blue"],"generic":6},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Vivid — This spell costs {1} less to cast for each color among permanents you control.\nTap up to two target creatures. Put a stun counter on each of them. (If a permanent with a stun counter would become untapped, remove one from it instead.)\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Tap up to two target creatures. Put a stun counter on each of them.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"Vivid — This spell costs {1} less to cast for each color among permanents you control."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"bad84deb-3f2c-46fd-9dcb-4e3ba9732769","metadata":{"source_printing_ids":["a9a425f4-2103-4f96-88a0-91fe554037d7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rulings":[{"date":"2025-11-17","text":"If all of the target creatures are illegal targets as Rime Chill tries to resolve, it won't resolve and none of its effects will happen. You won't draw a card."}],"rarities":["uncommon"]},"rings of brighthearth":{"name":"Rings of Brighthearth","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you activate an ability, if it isn't a mana ability, you may pay {2}. If you do, copy that ability. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you activate an ability, if it isn't a mana ability, you may pay {2}. If you do, copy that ability. You may choose new targets for the copy.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"bbf9494c-c4bb-4d36-98fe-8387846b342e","metadata":{"source_printing_ids":["1dbc00c6-5df2-4953-95c2-6c79dc86f409","3c7c38ea-a1a4-47dd-9d73-a84872b57736","730d64cf-e71b-46dd-8e26-d2dec2608fc0","838ffc87-517a-4d94-8ce0-bc9ed01ecc52","851f0e08-2c39-4ce9-a181-e106ca9e5fc1","ee977d30-f37d-4879-be52-c57d50922465","fbfd3898-cb06-4bb9-9d52-b319e1fa2217"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","LRW","LTC","MPS","PRM"],"rulings":[{"date":"2020-11-10","text":"An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2020-11-10","text":"If paying the activation cost of the ability includes sacrificing Rings of Brighthearth, the ability won't be copied. At the time the ability is considered activated (after all costs are paid), Rings of Brighthearth is no longer on the battlefield."},{"date":"2020-11-10","text":"If the ability has {X} in its cost, the copy uses the same value of X."},{"date":"2020-11-10","text":"The copy will have the same targets as the ability it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2020-11-10","text":"The triggered ability of Rings of Brighthearth and the copy it creates both resolve before the ability that caused it to trigger. They resolve even if that ability is countered."},{"date":"2020-11-10","text":"You can't pay {2} more than once for each time the triggered ability of Rings of Brighthearth resolves."}],"rarities":["rare","mythic","special"]},"ringwraiths":{"name":"Ringwraiths","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wraith","Knight"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, target creature an opponent controls gets -3/-3 until end of turn. If that creature is legendary, its controller loses 3 life.\nWhen the Ring tempts you, return this card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-3},"toughness":{"type":"Fixed","value":-3},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target creature an opponent controls gets -3/-3 until end of turn. If that creature is legendary, its controller loses 3 life.","constraint":null,"condition":null,"batched":false},{"mode":"RingTemptsYou","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When the ring tempts you, return this card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f09278dc-1e67-4cd8-977d-4b3b94430aac","metadata":{"source_printing_ids":["2a8495c3-96cf-40ab-b68a-1b5711b7659e","ff818c30-0a50-4986-a236-ddaf41fddf12"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"If the target is not legal as Ringwraiths's first ability tries to resolve, the ability is removed from the stack. The creature's controller won't lose life."},{"date":"2023-06-16","text":"The Ring can tempt you even if you don't control a creature. In this case, abilities that trigger \"whenever the Ring tempts you\" will still trigger."}],"rarities":["rare"]},"riot control":{"name":"Riot Control","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You gain 1 life for each creature your opponents control. Prevent all damage that would be dealt to you this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Controller"},"scope":"AllDamage"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a189e20f-1072-4608-9e50-da2a9d7a7ee3","metadata":{"source_printing_ids":["d7886607-86db-4221-8752-296104aaaef2","f0ca86cd-1b24-4abc-a877-c3aee6acf873"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["BLC","DGM"],"rulings":[{"date":"2013-04-15","text":"Count the number of creatures your opponents control as Riot Control resolves to determine how much life you gain."},{"date":"2013-04-15","text":"Riot Control doesn't prevent combat damage that would be dealt to planeswalkers you control. It also doesn't prevent damage that would be dealt to creatures you control."}],"rarities":["common"]},"ripples of undeath":{"name":"Ripples of Undeath","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your first main phase, mill three cards. Then you may pay {1} and 3 life. If you do, put a card from among those cards into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"PayLife","amount":{"type":"Fixed","value":3}}]},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Any"}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, mill three cards. Then you may pay {1} and 3 life. If you do, put a card from among those cards into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2acf8e34-9215-4a72-a24f-09d3bdd0083a","metadata":{"source_printing_ids":["0136a022-6b16-4b33-a817-946ded4e9dd5","a201d1bc-e3fe-4f59-bd48-3683996ac308"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rarities":["rare"]},"rise of the dark realms":{"name":"Rise of the Dark Realms","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":7},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put all creature cards from all graveyards onto the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"enters_under":"You"},"cost":null,"sub_ability":null,"duration":null,"description":"Put all creature cards from all graveyards onto the battlefield under your control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e5223a09-f732-4747-8914-e6546ab0ef4c","metadata":{"source_printing_ids":["073f81e8-8c0c-4430-bd3e-95ed3625340f","7c0e1064-47c3-4f03-a1f2-3bcb356db82b","7d466d44-3203-4e9d-befc-877414a7308d","8645bf0c-631f-4003-bd24-3e069ae23513","953c7338-e30d-452c-89ff-0c5fca690b2f","afefa7d5-e83a-4bbe-a9eb-e20c1bc25cdd","ceb5df52-4e03-4629-b8d5-d440d9cc5175","f4ed0f96-7dc2-47c0-9cac-d24dab264e05"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","FIC","JMP","M14","MKC","PFDN","SLD"],"rarities":["mythic"]},"rishadan footpad":{"name":"Rishadan Footpad","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Pirate"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, each opponent sacrifices a permanent of their choice unless they pay {2}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent sacrifices a permanent of their choice unless they pay {2}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"ScopedPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a59f147b-3e03-4e82-aa34-48c220ea32e6","metadata":{"source_printing_ids":["493ee964-1a44-46a1-8606-90e215805483","51865d7a-7075-47a2-9b1e-9dabee9602ad"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ","PLST"],"rarities":["uncommon"]},"rishkar's expertise":{"name":"Rishkar's Expertise","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw cards equal to the greatest power among creatures you control.\nYou may cast a spell with mana value 5 or less from your hand without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":5}},{"type":"InZone","zone":"Hand"}]},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Draw cards equal to the greatest power among creatures you control.\nYou may cast a spell with mana value 5 or less from your hand without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"97407cd0-2bd2-4074-94d3-4ec3d243fa78","metadata":{"source_printing_ids":["4b5882ab-d9c7-4d85-98c4-7edfb19980b0","525e605c-5579-4524-9d7b-f7edac4e4d96","5d58ba68-05c1-4cd8-a93d-321cd1739ccb","6a580666-f698-401a-9db6-bf9aaf4222b2","74201f17-37f5-4e1c-93e6-2762c472b3b3","a28ab6cc-d065-495c-a76c-7996a0e4d14d","af250087-50e2-44f1-b1b3-d6a9c26c034e","efa9d2dc-b3b8-4475-bbfc-2db457ee4ffd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","AFC","KLR","LCC","M3C","NCC","NEC","PAER","PW25","WOC"],"rulings":[{"date":"2017-02-09","text":"A card's mana value is determined solely by the mana symbols printed in its upper right corner. The mana value is the total amount of mana in that cost, regardless of color. For example, a card with mana cost {1}{U}{U} has mana value 3. Ignore any alternative costs, additional costs, cost increases, or cost reductions that could apply to it. A card with no mana cost has a mana value of 0."},{"date":"2017-02-09","text":"Any triggered abilities that trigger while performing the Expertise spell's first effect won't be put onto the stack until after you're done casting your free spell. They're put onto the stack at the same time as any abilities that triggered while casting that spell regardless of the order in which those abilities triggered."},{"date":"2017-02-09","text":"Effects that allow you to \"cast\" a card don't allow you to play a land card."},{"date":"2017-02-09","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2017-02-09","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs, such as emerge costs. You can, however, pay additional costs. If the card has any mandatory additional costs, such as that of Cathartic Reunion, you must pay those to cast the card."},{"date":"2017-02-09","text":"If you control no creatures with power greater than 0 as Rishkar's Expertise resolves, you draw no cards, but you may cast a card with mana value 5 or less from your hand without paying its mana cost."},{"date":"2017-02-09","text":"The greatest power among creatures you control is determined as Rishkar's Expertise resolves."},{"date":"2017-02-09","text":"While you're casting your free spell, the Expertise spell is still on the stack. It will be put into its owner's graveyard after the free spell is cast. The free spell can't target the Expertise card in your graveyard. It can target the Expertise spell on the stack, but the Expertise spell will become an illegal target before the free spell resolves."},{"date":"2017-02-09","text":"You may cast one of the cards drawn by Rishkar's Expertise's first effect while performing its second effect."},{"date":"2017-04-18","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If an expertise spell allows you to cast a split card, you may cast either half or, if that split card has fuse, both halves."}],"rarities":["rare"]},"risona, asari commander":{"name":"Risona, Asari Commander","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Samurai"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever Risona deals combat damage to a player, if it doesn't have an indestructible counter on it, put an indestructible counter on it.\nWhenever combat damage is dealt to you, remove an indestructible counter from Risona.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"indestructible","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, if it doesn't have an indestructible counter on it, put an indestructible counter on it.","constraint":null,"condition":null,"batched":false},{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"indestructible","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever combat damage is dealt to you, remove an indestructible counter from ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"44c4839f-c92a-4535-817b-1838c47fcb5e","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Haste\nWhenever Risona deals combat damage to a player, if it doesn't have an indestructible counter on it, put an indestructible counter on ","line_index":0}],"metadata":{"source_printing_ids":["2cd32b69-5e1e-4990-88ec-85b21056ceae","51d8f1fa-ca92-4e2e-91e8-195bdad82def","64a3d9fd-4023-4f64-b31c-8dab1eec8566","ef5db6d6-c8b4-4c38-8b94-f455f148cf3f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"Removing the indestructible counter from Risona may cause it to die if it has taken lethal damage, usually because it blocked in the same combat that you took damage."}],"rarities":["rare"]},"rite of consumption":{"name":"Rite of Consumption","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a creature.\nRite of Consumption deals damage equal to the sacrificed creature's power to target player or planeswalker. You gain life equal to the damage dealt this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals damage equal to the sacrificed creature's power to target player or planeswalker. You gain life equal to the damage dealt this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"327121a1-f193-44c6-a834-802095abec84","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}},"metadata":{"source_printing_ids":["67cc5d9a-fba5-4a42-a3fa-d41e20b7b8fd","f62d999c-c81e-4bea-aefd-0d12251dcdd1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["PLST","SHM"],"rulings":[{"date":"2013-04-15","text":"Players can only respond once this spell has been cast and all its costs have been paid. No one can try to destroy the creature you sacrificed to prevent you from casting this spell."},{"date":"2013-04-15","text":"You must sacrifice exactly one creature to cast this spell; you cannot cast it without sacrificing a creature, and you cannot sacrifice additional creatures."}],"rarities":["common"]},"rite of the raging storm":{"name":"Rite of the Raging Storm","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures named Lightning Rager can't attack you or planeswalkers you control.\nAt the beginning of each player's upkeep, that player creates a 5/1 red Elemental creature token named Lightning Rager. It has trample, haste, and \"At the beginning of the end step, sacrifice this token.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Lightning Rager","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elemental"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"ScopedPlayer"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have trample, haste, and \"At the beginning of the end step, sacrifice ~.\""}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player creates a 5/1 red Elemental creature token named Lightning Rager. It has trample, haste, and \"At the beginning of the end step, sacrifice ~.\"","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Named","name":"Lightning Rager"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures named Lightning Rager can't attack you or planeswalkers you control.","attack_defended":"PlayerOrPlaneswalker"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"984f92dd-cb9b-4421-a8e6-75bfe566be10","metadata":{"related_token_ids":["46a4023a-4a60-51d1-90f5-f502a74ade0a","c7d0d173-395e-545b-aa0c-a42976a64b60","e1a9995d-3d05-56b6-9f82-2c391021d8e5"],"source_printing_ids":["0018e4ea-8c46-4bb0-ade1-6b2a4f67c471","89baf482-96ad-4410-8927-e503a471f80d","8f06e3db-ce55-4535-8557-cc52c5fce637","d44411e5-4046-422e-bf85-c0883c0f16ab"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C15","CM2","MKC","NCC","PZ1"],"rulings":[{"date":"2015-11-04","text":"If Rite of the Raging Storm leaves the battlefield before attackers are declared, creatures named Lightning Rager can attack you or planeswalkers you control."},{"date":"2015-11-04","text":"The tokens aren't named Elemental. They are named only Lightning Rager. The rule that says a token's name is its creature types applies only if the tokens aren't given a name by the effect that creates them."}],"rarities":["uncommon"]},"rith, liberated primeval":{"name":"Rith, Liberated Primeval","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, ward {2}\nOther Dragons you control have ward {2}.\nAt the beginning of your end step, if a creature or planeswalker an opponent controlled was dealt excess damage this turn, create a 4/4 red Dragon creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Dragon","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Dragon"],"colors":["Red"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if a creature or planeswalker an opponent controlled was dealt excess damage this turn, create a 4/4 red Dragon creature token with flying.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"Any"},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"Opponent","properties":[]}]},"channel":"Excess"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Dragon"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Dragons you control have ward {2}."}],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"f89de40f-52d3-44b1-8faa-6ddaa32880d0","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["b880b621-4914-5e0c-a12a-c98553bc464b"],"source_printing_ids":["a5370c07-5158-4cd8-87d2-433f4b1f6e02","ac148784-b7b6-4aae-bffb-a4cf09f56971","ca9d804a-09ea-4339-aa89-0ff2a5f5d4eb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU"],"rulings":[{"date":"2022-09-09","text":"A creature has been dealt excess damage if one or more sources dealt more damage to it than the minimum amount of damage required to be lethal damage. In most cases, this means damage greater than its toughness, but consider the damage already dealt to it that turn."},{"date":"2022-09-09","text":"A planeswalker is dealt excess damage if it’s dealt damage greater than its current loyalty."},{"date":"2022-09-09","text":"Even 1 damage dealt to a creature from a source with deathtouch is considered lethal damage, so any amount greater than that will cause excess damage to be dealt, even if the total amount of damage isn’t greater than the creature’s toughness. Note that a source of damage having deathtouch has no effect on damage dealt to planeswalkers."},{"date":"2022-09-09","text":"If a permanent has more than one ward ability, the abilities trigger individually. The spell or ability will be countered if either of the ward costs aren’t paid."},{"date":"2022-09-09","text":"It doesn’t matter whether a creature, spell, or ability you control deals the excess damage, only that excess damage was dealt at some point during the turn. For example, if a 4/4 creature an opponent controls is dealt 2 damage by a spell you control and later that turn is dealt 3 damage by a spell another player controls, Rith’s ability will trigger."},{"date":"2022-09-09","text":"Rith’s ability will trigger as long as an opponent controlled the creature as excess damage was dealt to it, even if the creature is no longer on the battlefield or you control it at the end of the turn."}],"rarities":["mythic"]},"ritual chamber":{"name":"Ritual Chamber","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you unlock this door, create a 6/6 black Demon creature token with flying.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"UnlockDoor","execute":{"kind":"Spell","effect":{"type":"Token","name":"Demon","power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"types":["Creature","Demon"],"colors":["Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you unlock this door, create a 6/6 black Demon creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"bd388ad9-a47b-4b0b-b94a-8e4343cd3de5","metadata":{"related_token_ids":["1fb16f1b-36a5-5421-968c-19c83c42fdca"],"source_printing_ids":["0fb4c734-c698-46f2-bc78-5f036f472e5b","681caa94-e95e-47f0-8305-eca0ed55cb5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK","PDSK"],"rarities":["rare"]},"river of tears":{"name":"River of Tears","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {U}. If you played a land this turn, add {B} instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LandsPlayedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"duration":null,"description":"{T}: Add {U}. If you played a land this turn, add {B} instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"8a83d284-75a0-4901-b7d9-c4b7586ee327","metadata":{"source_printing_ids":["39ac15ec-0d93-43a1-8e18-97df3c0dcdf6","67b626cc-1c12-4059-afa5-e5a1221ea1ba","8d5b2058-99fc-4d9b-9e3d-056fa3fd1244","a8de9ac4-e03f-4d08-b836-83f461159bd3","ae7cfcdf-d654-45c3-bf79-ccba120b5e68","d56002ea-7c0d-4d7b-9887-477340370b16","de8a98a9-864c-4ea5-842b-ca4ddf5571cd","e83200ef-069f-4344-93b0-23c2eff16027","f1ebb072-492c-4ec0-8b1d-f8ea48221647"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BRC","CLB","FUT","IMA","MKC","WHO"],"rulings":[{"date":"2017-11-17","text":"River of Tears produces {B} only after you've played a land, not after you've put a land onto the battlefield (such as with Evolving Wilds)."},{"date":"2017-11-17","text":"The turn you play River of Tears, it will produce {B} when tapped for mana."}],"rarities":["rare"]},"river song":{"name":"River Song","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Time Lord","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Meet in Reverse — You draw cards from the bottom of your library rather than the top.\nSpoilers — Whenever an opponent scries, surveils, or searches their library, put a +1/+1 counter on River Song. Then River Song deals damage to that player equal to its power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlayerPerformedAction","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent scries, surveils, or searches their library, put a +1/+1 counter on ~. Then ~ deals damage to that player equal to its power.","constraint":null,"condition":null,"batched":false,"player_actions":["Scry","Surveil","SearchedLibrary"]}],"static_abilities":[{"mode":{"DrawFromBottom":{"who":"Controller"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Meet in Reverse — You draw cards from the bottom of your library rather than the top."}],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"418ecbb7-b809-4639-a531-070b58b5b85e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["09d064ea-85c8-4daa-8ee2-ccde9bb84115","1705e68d-4649-4c51-b34a-2e18498b72f2","2666846e-fde4-4b28-97c6-a0296771081d","841e20fb-8607-481d-b690-c70a0e0f2daa","a1efb084-d2a0-44c4-a89d-6445156bb298","cb6b98f9-5317-4fd9-944e-c1fd5e7f6d3f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Drawing cards from the bottom of your library is exactly the same as drawing from the top, except that you take the bottom card of your library and put it into your hand."},{"date":"2023-10-13","text":"If an effect instructs you to choose a creature type, you may choose Time Lord."},{"date":"2023-10-13","text":"Neither \"Time\" nor \"Lord\" are creature types. Some older cards were printed with the subtype \"Lord,\" but all of those cards have updated Oracle card text that removed that type."},{"date":"2023-10-13","text":"River Song's first ability applies to all cards you draw while it is on the battlefield, not just the card you draw for your turn."},{"date":"2023-10-13","text":"Unlike other creature types in Magic that are each only one word, the two words \"Time Lord\" represent a single creature subtype. Time Lord is the only two-word creature type."}],"rarities":["rare"]},"roaming throne":{"name":"Roaming Throne","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Ward {2}\nAs this creature enters, choose a creature type.\nThis creature is the chosen type in addition to its other types.\nIf a triggered ability of another creature you control of the chosen type triggers, it triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddChosenSubtype","kind":"CreatureType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ is the chosen type in addition to its other types."},{"mode":{"DoubleTriggers":{"cause":"Any"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"IsChosenCreatureType"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a triggered ability of another creature you control of the chosen type triggers, it triggers an additional time."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"3640c29b-1534-4952-b297-619ade948431","metadata":{"source_printing_ids":["0ff7858d-f18d-4e5a-9467-ebef3ef53ac1","32fd8b7c-baf3-4d3d-be6f-044a917b11a0","4e81692d-bbb1-4051-83c0-f7251f98d5ba","6d3c06a5-a0b2-47a2-a583-d579c24a44c9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","MAR","PLCI","SLD"],"rulings":[{"date":"2023-11-10","text":"If you control two Roaming Thrones with the same chosen creature type, triggered abilities of other creatures you control of the chosen type trigger three times. Three such Roaming Thrones result in four triggered abilities, and so on."},{"date":"2023-11-10","text":"Roaming Throne's last ability doesn't copy the triggered ability; it just causes the ability to trigger an additional time. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."}],"rarities":["rare","mythic"]},"rocco, street chef":{"name":"Rocco, Street Chef","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, each player exiles the top card of their library. Until your next end step, each player may play the card they exiled this way.\nWhenever a player plays a land from exile or casts a spell from exile, you put a +1/+1 counter on target creature and create a Food token. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"ScopedPlayer"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each player exiles the top card of their library. Until your next end step, each player may play the card they exiled this way.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"LandPlayed","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"InZone","zone":"Exile"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player plays a land from exile, you put a +1/+1 counter on target creature and create a Food token.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"spell_cast_origin":{"type":"Equals","data":"Exile"},"description":"Whenever a player casts a spell from exile, you put a +1/+1 counter on target creature and create a Food token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"071f5b4b-6a1e-4dc3-9c08-b79713191811","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["7d7e1ab4-5d33-522e-996d-9a416b8af614"],"source_printing_ids":["421c2ed3-be60-4814-a82c-a0e3fbb97e63","8102736a-220d-41d8-acea-79971d73db9a","cdb53ce7-845c-4c62-98a9-4fc33c67a07b","d9808e72-4143-421f-a498-dbebbd598544","dc25ce46-9d1a-4d5d-b35d-ea7abb8c5e5c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MAT"],"rulings":[{"date":"2023-05-12","text":"A player may play the card they exiled with Rocco even if Rocco leaves the battlefield before the duration expires."},{"date":"2023-05-12","text":"All cards not played remain exiled."},{"date":"2023-05-12","text":"If Rocco's last ability triggers because a spell was cast, that ability will resolve before that spell does. If the ability triggers because a land was played, the land will be on the battlefield by the time you put the ability on the stack. If the land entering the battlefield causes any triggered abilities to trigger, those abilities and Rocco's ability will be put on the stack at the same time, with the abilities controlled by the player whose turn it is going on the stack first (and thus resolving last)."},{"date":"2023-05-12","text":"Playing the card you exiled with Rocco follows the normal rules for playing that card. You must pay its costs, and you must follow all applicable timing rules. For example, if the card is a creature card, you can cast that card by paying its mana cost only during your main phase while the stack is empty."},{"date":"2023-05-12","text":"Unless an effect allows you to play additional lands that turn, you can play a land card you exiled with Rocco only if you haven't played a land yet that turn."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["rare"]},"rock jockey":{"name":"Rock Jockey","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"You can't cast Rock Jockey if you've played a land this turn.\nYou can't play lands if this creature was cast this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"Other":"CantPlayLand"},"affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"And","conditions":[{"type":"WasCast"},{"type":"SourceEnteredThisTurn"}]},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You can't play lands if ~ was cast this turn."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"09fff6a3-6a54-4101-a587-55d7113b9639","casting_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"Not","condition":{"type":"YouPlayedLandThisTurn"}}}}],"metadata":{"source_printing_ids":["8f836e90-3255-48bd-a174-6a127528551e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["SCG"],"rulings":[{"date":"2004-10-04","text":"The first ability applies only while this card is in your hand (or someplace else you can cast it from)."},{"date":"2004-10-04","text":"The second ability applies only while this card is on the battlefield."}],"rarities":["common"]},"rocket-powered goblin glider":{"name":"Rocket-Powered Goblin Glider","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this Equipment enters, if it was cast from your graveyard, attach it to target creature you control.\nEquipped creature gets +2/+0 and has flying and haste.\nEquip {2}\nMayhem {2}","non_ability_text":null,"flavor_name":null,"keywords":[{"Mayhem":{"type":"Cost","shards":[],"generic":2}}],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTarget"},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if it was cast from your graveyard, attach it to target creature you control.","constraint":null,"condition":{"type":"WasCast","zone":"Graveyard","owner":"You"},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +2/+0 and has flying and haste."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"5db9121d-934a-44f1-b178-b389c6595af7","metadata":{"source_printing_ids":["0ef5f6c4-04af-47ff-ba50-8343166aa12b","9fb3e089-17f0-4066-9ab2-c23b7b2a6ee7","c6c39232-72cc-4363-83d0-b5873f14f231","cd043c7b-7c9c-431a-9904-944115fb222f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC","OM1","PSPM","SPM"],"rarities":["rare"]},"rod of absorption":{"name":"Rod of Absorption","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts an instant or sorcery spell, exile it instead of putting it into a graveyard as it resolves.\n{X}, {T}, Sacrifice this artifact: You may cast any number of spells from among cards exiled with this artifact with total mana value X or less without paying their mana costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"And","filters":[{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"InZone","zone":"Exile"}]},{"type":"ExiledBySource"}]},"without_paying_mana_cost":true,"mode":"Cast"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{X}, {T}, Sacrifice ~: You may cast any number of spells from among cards exiled with ~ with total mana value X or less without paying their mana costs.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_constraints":[{"type":"TotalManaValue","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}],"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ExileResolvingSpellInsteadOfGraveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts an instant or sorcery spell, exile it instead of putting it into a graveyard as it resolves.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d32345c1-ed20-4bfc-a5fa-6ac7b99542ec","metadata":{"source_printing_ids":["3d1fc4cc-182a-4cd8-bd5a-3cc16257044a","59e9e244-bb8e-4346-b06b-4af987473442"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC"],"rulings":[{"date":"2021-07-23","text":"Each Rod of Absorption tracks the cards it has exiled separately. If Rod of Absorption is destroyed and then later brought back to the battlefield, it will not be able to access any of the cards that it had exiled before."},{"date":"2021-07-23","text":"If a spell is countered or it never resolves, Rod of Absorption will not exile it."},{"date":"2021-07-23","text":"If multiple Rods of Absorption are on the battlefield at the same time, any player casting an instant or sorcery spell will cause all of them to trigger. As the spell resolves, its controller will choose which of the Rods gets to exile it."},{"date":"2021-07-23","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2021-07-23","text":"If you cast a spell “without paying its mana cost,” you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those to cast the spell."},{"date":"2021-07-23","text":"When Rod of Absorption's last ability resolves, you cast as many spells with total mana value X or less from among the exiled cards as you would like in any order you choose. Cards not cast this way will remain in exile indefinitely."}],"rarities":["rare"]},"roiling vortex":{"name":"Roiling Vortex","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, this enchantment deals 1 damage to them.\nWhenever a player casts a spell, if no mana was spent to cast that spell, this enchantment deals 5 damage to that player.\n{R}: Your opponents can't gain life this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantGainLife","affected":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"modifications":[{"type":"AddStaticMode","mode":"CantGainLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't gain life"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: Your opponents can't gain life this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, ~ deals 1 damage to them.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell, if no mana was spent to cast that spell, ~ deals 5 damage to that player.","constraint":null,"condition":{"type":"ManaSpentCondition","text":"no mana was spent to cast that spell"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"34f83b7a-45a7-40a8-abcb-31d7aae4cea1","metadata":{"source_printing_ids":["0b057eb7-8439-4d26-89df-c345ab2773e1","3b76bdd5-8614-4e6d-91ac-90b7bc4a1d2a","b64940bb-c92f-4c2f-aef6-927cdc070b13"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRM","PZNR","SLD","ZNR"],"rulings":[{"date":"2020-09-25","text":"Activating Roiling Vortex’s last ability won’t undo any life gained before it resolved."},{"date":"2020-09-25","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2020-09-25","text":"In a Two-Headed Giant game, Roiling Vortex’s first ability triggers twice during each team’s upkeep. Each instance deals 1 damage to one of the players on that team."}],"rarities":["rare"]},"ronin, shadow stalker":{"name":"Ronin, Shadow Stalker","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Rogue","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Pay 2 life: Add two mana of any one color. Spend this mana only to cast Equipment spells or activate equip abilities. Activate only once each turn.\n{T}, Sacrifice an Equipment attached to Ronin: Target creature gets -4/-4 until end of turn. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":2},"color_options":["White","Blue","Black","Red","Green"]},"restrictions":[{"Any":[{"SpellType":"Equipment"},{"ActivateTagged":{"type":"Equip"}}]}]},"cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"sub_ability":null,"duration":null,"description":"Pay 2 life: Add two mana of any one color. Spend this mana only to cast Equipment spells or activate equip abilities. Activate only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":-4},"toughness":{"type":"Fixed","value":-4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]},"count":1}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}, Sacrifice an Equipment attached to ~: Target creature gets -4/-4 until end of turn. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8ceb1acf-5ff3-4f1a-af04-9f07ad454526","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["f74b9794-946e-4ddc-93b2-5a321fc51fd0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"rooftop storm":{"name":"Rooftop Storm","mana_cost":{"type":"Cost","shards":["Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may pay {0} rather than pay the mana cost for Zombie creature spells you cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithAlternativeCost":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}}}},"affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Zombie"}],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may pay {0} rather than pay the mana cost for Zombie creature spells you cast."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"6835bf6d-7197-481b-ac26-276ce363b4ad","metadata":{"source_printing_ids":["1a2b9c41-6bf7-4892-bef8-dec5f8a8df46","31146f03-cb5e-4f33-aad7-ce970b914d90","3fe2c09a-584d-434b-92a4-cb75c69719c7","80cdee59-0ead-4b95-a348-c1e360d781ab","ab01d871-ba50-400a-95e7-09af9e34405f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["INR","ISD","MIC","PLST"],"rulings":[{"date":"2011-09-22","text":"The mana cost and mana value of the spell are unchanged. Rooftop Storm only changes what you pay."},{"date":"2011-09-22","text":"You must still pay any mandatory additional costs, such as exiling a creature card from your graveyard for Makeshift Mauler."}],"rarities":["rare"]},"roost seek":{"name":"Roost Seek","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Omen"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a basic land card, reveal it, put it into your hand, then shuffle. (Also shuffle this card.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card, reveal it, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7cee6d43-5dec-4989-85ec-c635ec783ec7","metadata":{"source_printing_ids":["b72ee8f9-5e79-4f77-ae7e-e4c274f78187","d8b43b00-f4d1-436c-bf3f-6d414cd4ce38"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["TDM"],"rarities":["common"]},"roots of wisdom":{"name":"Roots of Wisdom","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Mill three cards, then return a land card or Elf card from your graveyard to your hand. If you can't, draw a card. (To mill a card, put the top card of your library into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"ZoneChangedThisWay","filter":{"type":"Any"}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Mill three cards, then return a land card or Elf card from your graveyard to your hand. If you can't, draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8f6af612-a4a1-4165-ae4d-ff6353cbaf8d","metadata":{"source_printing_ids":["734afb5b-3163-47fa-856f-8a85b9da22d3","eacd6f7b-3bb7-4957-afb6-f59881b55bb1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","KHM"],"rulings":[{"date":"2021-02-05","text":"If there’s a land card or Elf card in your graveyard, you must return one. You can’t choose not to in order to draw a card."},{"date":"2021-02-05","text":"Roots of Wisdom doesn’t target any cards in graveyards. You may return a land card or an Elf card that was just milled or one that was already there."}],"rarities":["common"]},"rosie cotton of south lane":{"name":"Rosie Cotton of South Lane","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Peasant"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When Rosie Cotton enters, create a Food token. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")\nWhenever you create a token, put a +1/+1 counter on target creature you control other than Rosie Cotton.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a Food token.","constraint":null,"condition":null,"batched":false},{"mode":"TokenCreated","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you create a token, put a +1/+1 counter on target creature you control other than ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"168d5711-4459-440f-8de4-aabffd47c44d","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f6e24d97-b7f8-5da8-ab97-978ecbecb85e"],"source_printing_ids":["5a56cbc2-6fc2-4443-90fe-59acd526f562","75338f49-1f02-4333-87e4-5779ef14e688","d44790d3-39ce-4e79-99b8-6b58cd578890"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"If you create a creature token, you can target it with Rosie Cotton of South Lane's last ability."},{"date":"2023-06-16","text":"If you create multiple tokens at once, Rosie Cotton of South Lane's last ability will trigger once for each token you created."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["uncommon"]},"rot wolf":{"name":"Rot Wolf","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Wolf"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Infect (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)\nWhenever a creature dealt damage by Rot Wolf this turn dies, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Infect"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature dealt damage by ~ this turn dies, you may draw a card.","constraint":null,"condition":{"type":"DealtDamageBySourceThisTurn"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7409906d-7111-48fa-bfea-8b95e0fdb7dc","metadata":{"source_printing_ids":["7a81dfcf-a7c4-41a4-b1e9-b9e9c3f75742"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["MBS","TD2"],"rulings":[{"date":"2011-06-01","text":"If Rot Wolf and a creature dealt damage by Rot Wolf go to the graveyard at the same time, Rot Wolf’s ability will trigger."}],"rarities":["common"]},"rotating fireplace":{"name":"Rotating Fireplace","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters tapped with a time counter on it.\n{T}: Add an amount of {C} equal to the number of time counters on this artifact.\n{4}, {T}: Time travel. Activate only as a sorcery. (For each suspended card you own and each permanent you control with a time counter on it, you may add or remove a time counter.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"time"}}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add an amount of {C} equal to the number of time counters on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"TimeTravel"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{4}, {T}: Time travel. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped with a time counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"f07a8c8d-73a1-44cc-9313-05f3bcf1a67c","metadata":{"source_printing_ids":["151084cd-49cb-4361-85c1-f0485f3f52dd","81a06389-7e2b-49f1-a4d2-bb8ea580057a","c6c07ff4-7579-44f2-b7ec-2b51c0ac34f4","f3e251c4-72bd-42b5-91ed-b0d4ea312fae"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Time counters are usually found on cards with suspend and vanishing, but may be found on other cards as well. Notably, Sagas use lore counters to track their progress, not time counters. You can't move a Saga's chapters forward and backward this way."},{"date":"2023-10-13","text":"To time travel, look at each permanent you control with a time counter on it and each suspended card you own in exile with a time counter on it. For each of them, you choose whether you want to put a time counter on that card or permanent, remove a time counter from it, or do neither. Then those changes all happen simultaneously."}],"rarities":["rare"]},"rottenmouth viper":{"name":"Rottenmouth Viper","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Snake"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may sacrifice any number of nonland permanents. This spell costs {1} less to cast for each permanent sacrificed this way.\nWhenever this creature enters or attacks, put a blight counter on it. Then for each blight counter on it, each opponent loses 4 life unless that player sacrifices a nonland permanent of their choice or discards a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"blight","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"for","description":"for each blight counter on it"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, put a blight counter on it. Then for each blight counter on it, each opponent loses 4 life unless that player sacrifices a nonland permanent of their choice or discards a card.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"OneOf","costs":[{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"count":1},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"payer":{"type":"ScopedPlayer"}},"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"FilteredTrackedSetSize","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"caused_by":"Sacrificed"}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"AdditionalCostPaid"},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each permanent sacrificed this way."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2c75623c-59f4-4449-ab43-9d1225185ad9","additional_cost":{"type":"Optional","data":{"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"count":4294967295}}},"metadata":{"source_printing_ids":["735e79b1-a3a9-4ddf-8bbc-f756c8a0452b","7bad7555-3e5d-4096-a671-184630d38113"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"An opponent can always choose not to sacrifice a nonland permanent or discard a card (and therefore lose 4 life) even if they have cards in their hand or nonland permanents on the battlefield."},{"date":"2024-07-26","text":"If Rottenmouth Viper leaves the battlefield before its triggered ability resolves, use the number of blight counters that were on it as it last existed on the battlefield to determine how many times each opponent must make the listed choice."},{"date":"2024-07-26","text":"In a multiplayer game, each opponent in turn order makes all of their choices, then all of the actions occur simultaneously. Opponents will know what choices opponents earlier in turn order made, although cards chosen to be discarded this way won’t be revealed until they’re discarded at the end of the process."},{"date":"2024-07-26","text":"While resolving Rottenmouth Viper’s triggered ability, your opponent chooses a card to be discarded without revealing it, chooses a nonland permanent to be sacrificed, or chooses to do neither. Cards or permanents they’ve chosen previously during this process can’t be chosen again. Then that player repeats that process if it hasn’t yet been done once for each blight counter on Rottenmouth Viper. Finally, that player discards the chosen cards, sacrifices the chosen permanents, and loses 4 life the appropriate number of times."}],"rarities":["mythic"]},"rotting giant":{"name":"Rotting Giant","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Giant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks or blocks, sacrifice it unless you exile a card from your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AttacksOrBlocks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks or blocks, sacrifice it unless you exile a card from your graveyard.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"09bf80cc-1112-4f4c-9431-92d741bf2230","metadata":{"source_printing_ids":["0a2db4b2-6209-4a49-b868-e5d229ffcbc1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rarities":["uncommon"]},"roughshod duo":{"name":"Roughshod Duo","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Mouse","Raccoon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever you expend 4, target creature you control gets +1/+1 and gains trample until end of turn. (You expend 4 as you spend your fourth total mana to cast spells during a turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ManaExpend","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 and gains trample"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you expend 4, target creature you control gets +1/+1 and gains trample until end of turn.","constraint":null,"condition":null,"batched":false,"expend_threshold":4}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0cc89c15-5a48-4998-b6df-21791b6ed9a3","metadata":{"source_printing_ids":["78cdcfb9-a247-4c2d-a098-5b57570f8cd5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"A permanent with an ability that triggers whenever you “expend N” will see mana you spent to cast spells the turn it enters, including mana you spent before it entered. For example, if you cast Junkblade Bruiser (a creature with a mana value of 5 and an ability that triggers whenever you expend 4) by paying its full cost of five mana, you’ll already have spent four mana on spells before Junkblade Bruiser enters, and therefore its ability that triggers whenever you expend 4 won’t be able to trigger at all that turn."},{"date":"2024-07-26","text":"Abilities that trigger whenever you “expend N” only trigger when you reach that specific amount of mana spent on casting spells that turn. This can only happen once per turn. For example, if you’ve spent three mana on spells so far this turn and you control a permanent with an ability that triggers “whenever you expend 4,” that ability will trigger the next time you spend at least one mana to cast a spell this turn. It won’t trigger again if you spend another four mana to cast spells later in the turn."},{"date":"2024-07-26","text":"If the cost to cast a spell is increased, decreased, or changed because of additional or alternative costs, expend counts only the mana you actually spent."}],"rarities":["common"]},"roughshod mentor":{"name":"Roughshod Mentor","mana_cost":{"type":"Cost","shards":["Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant","Warrior"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Green creatures you control have trample.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Green"}]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Green creatures you control have trample."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ec43fb64-122d-4fc5-9fe0-b7913373f7a4","metadata":{"source_printing_ids":["abe77862-516f-4eb2-9a41-0c6401d02843"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DPA","PS11","SHM"],"rarities":["uncommon"]},"rout":{"name":"Rout","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast this spell as though it had flash if you pay {2} more to cast it. (You may cast it any time you could cast an instant.)\nDestroy all creatures. They can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all creatures. They can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d69aa624-23d1-406a-b7e0-9140a6f57929","casting_options":[{"kind":"AsThoughHadFlash","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}}}],"metadata":{"source_printing_ids":["15ce585a-67fc-4e7a-92ff-a27292179dfa","272e01b0-3653-47c4-ac28-e54c1778753f","3eb01bba-798f-418c-8e45-387b96c9e732","6c3da3f0-bf90-461a-b62d-5c00d5c9aebd","84446f5b-cec6-4a51-8d6a-402ad9d7c9b5","94bc55ed-b89b-4e22-b3f1-4ce0f8d180d7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["C17","C21","CNS","INV","PLST","PRM"],"rarities":["rare"]},"rowan's talent":{"name":"Rowan's Talent","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant planeswalker\nEnchanted planeswalker has \"[+1]: Up to one target creature gets +2/+0 and gains first strike and trample until end of turn.\"\nWhenever you activate a loyalty ability of enchanted planeswalker, copy that ability. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"LoyaltyAbilityActivated","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate a loyalty ability of enchanted planeswalker, copy that ability. You may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"FirstStrike"},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+0 and gains first strike and trample"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":"UntilEndOfTurn","description":"[+1]: up to one target creature gets +2/+0 and gains first strike and trample until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted planeswalker has \"[+1]: Up to one target creature gets +2/+0 and gains first strike and trample until end of turn.\""}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0af6f3ce-59e8-4797-aa1b-dbdb5288fe3d","metadata":{"source_printing_ids":["43e4ca86-0ba5-457c-bd18-9c4cc63e47d3","c68b762d-11c6-4e9d-b2e9-07155ea8fb34"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"Copying a loyalty ability doesn't cause any loyalty counters to be added to or removed from the enchanted planeswalker."},{"date":"2023-04-14","text":"You can activate one loyalty ability of each planeswalker you control during each of your turns, whether that ability is one it always has or the one it gains because of Rowan's Talent."}],"rarities":["rare"]},"rowan, scion of war":{"name":"Rowan, Scion of War","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Menace\n{T}: Spells you cast this turn that are black and/or red cost {X} less to cast, where X is the amount of life you lost this turn. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantStaticAbility","definition":{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"AnyOf","props":[{"type":"HasColor","color":"Black"},{"type":"HasColor","color":"Red"}]}]},"dynamic_count":{"type":"LifeLostThisTurn","player":{"type":"Controller"}}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast this turn that are black and/or red cost {X} less to cast, where X is the amount of life you lost this turn"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"SelfRef"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Spells you cast this turn that are black and/or red cost {X} less to cast, where X is the amount of life you lost this turn. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"333c15c6-c8fd-4cdd-89d2-06b921edeb8b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4ee179ab-a15b-4bd6-b7f8-1e1abeeb31b7","844e29e9-e870-4433-ad63-0ff918a3e41a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"Rowan's activated ability can't reduce the amount of colored mana you pay for a spell. It reduces only the generic mana component of that cost."},{"date":"2023-09-01","text":"Rowan's activated ability counts the total amount of life you lost without taking into account any life you gained during that turn. For example, if you gained 3 life and lost 3 life earlier in the turn, the cost of black and/or red spells you cast this turn will be reduced by {3}."},{"date":"2023-09-01","text":"Rowan's activated ability doesn't change the mana cost or mana value of any spell. It changes only the total cost you pay."},{"date":"2023-09-01","text":"The value of X is determined only once, at the time Rowan, Scion of War's activated ability resolves."}],"rarities":["mythic"]},"rowdy research":{"name":"Rowdy Research","mana_cost":{"type":"Cost","shards":["Blue"],"generic":6},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast for each creature that attacked this turn.\nDraw three cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw three cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each creature that attacked this turn."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1a33a5c2-5aa1-48e5-95a8-d52cdce980de","metadata":{"source_printing_ids":["22737b82-bb81-4e4d-8ce7-7f06c5692d9b","89b7e901-5ba4-4374-9eeb-96354279a123"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","WOE"],"rarities":["uncommon"]},"royal assassin":{"name":"Royal Assassin","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Destroy target tapped creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Tapped"}]},"cant_regenerate":false},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Destroy target tapped creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9ed6f28f-a3db-48c5-9ab0-b90a7fba5f57","metadata":{"source_printing_ids":["0035cade-d84c-4978-8c9f-560893f07c27","0b18205d-cce3-4aef-90bd-06cfb4d8387f","0bb382c6-d027-4875-bc36-dc9631ba3c0a","1bc1d6b5-ee32-4d62-848d-884da6376c63","480be31d-e0a5-4b55-8758-015a2949fec6","4945ec9e-eda7-42ad-88b7-ba14f9d95e54","4aea6d51-ea3d-4893-8b39-4a6f63ec0af9","4ed8b7de-a72f-429f-a99c-438af59de19e","560b9fd9-f78d-4e2f-84cc-ed9c7575b8df","59590768-fa96-4869-8763-9d5ab6ac22ad","5cceb11b-0f70-4749-8a8c-d698cd01cd6e","67ef9842-7142-4c63-8aea-fa73f02722a5","7aa77f70-2525-4e32-bd75-f96d34150b1f","ae86188f-dcee-4d19-b5b0-e0d18df4f081","b2d51bdf-f118-4a1e-9060-bdf3c78697f2","b5fe8b37-de6b-4ca9-a827-6b18198f3174","b6e33c5e-6d99-4e7e-b611-4b271a47b4d2","b7d9cde9-8937-4861-8eec-17a94e1602c7","c0094664-9f03-414b-a890-6f535a1927ad","c319a380-974a-486f-9b1e-495383c58d82","c94e3cdf-8312-4824-80b0-36be988e6eb4","d12e8109-8215-46b5-a0af-fe7e4b6b10b0","d2cd1ef7-e89f-444d-81a6-ead16462febc","df6df8b8-06f5-45e5-820e-3d76aebe250c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","8ED","9ED","ACR","CED","CEI","DMR","FBB","LEA","LEB","M10","M11","M12","PJJT","PJSE","PRM","PSUS","SUM"],"rulings":[{"date":"2004-10-04","text":"Can't target itself because you choose the target before you tap him. At that time he is not yet a legal target."},{"date":"2004-10-04","text":"If the creature is no longer tapped when the Assassin's ability resolves, then the ability doesn't resolve."}],"rarities":["rare"]},"royal treatment":{"name":"Royal Treatment","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gains hexproof until end of turn. Create a Royal Role token attached to that creature. (If you control another Role on it, put that one into the graveyard. Enchanted creature gets +1/+1 and has ward {1}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain hexproof"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Royal Role","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Enchantment","Aura","Role"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"attach_to":{"type":"ParentTarget"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gains hexproof until end of turn. Create a Royal Role token attached to that creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"fd0f8fdc-4065-41f4-b8fb-ecb8f185774d","metadata":{"related_token_ids":["1498b1ca-31fb-50bd-b106-b9298eaece80","4c23fc6d-6c85-5c7b-9176-eeee951c3b31"],"source_printing_ids":["009bad41-5e96-4bb3-9f5e-66500fb8af29","3fbfc4d2-a937-4b1d-9350-3dff04f2cf10","8d7a631d-6354-4999-80fa-0d3008f7bc72","b6516b8f-ecfb-401e-ba8e-bf561aa2be64"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOA","WOE"],"rarities":["uncommon"]},"ruby medallion":{"name":"Ruby Medallion","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Red spells you cast cost {1} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"HasColor","color":"Red"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Red spells you cast cost {1} less to cast."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"0c367958-729e-416d-988b-098e90e7a1fd","metadata":{"source_printing_ids":["1f58a480-1b01-4974-b859-2d6b6bfce463","24cdb28b-85f3-41ae-b1f5-fac766b2dcd2","3935034b-611f-4ce7-9bba-14c3b31eb597","53d6dec6-7568-4ad3-8eb6-1c1c31ee0ba6","630febf5-58ff-4dab-a5a8-575ebc5435a6","77cc4574-acc0-4f03-bd3b-af7a47f19053","ad5b8a3c-8c75-4af4-975b-031e39d69da3","c2feac9d-560e-4854-82ed-78a3088c3788"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["C14","CM2","CMM","MH3","PLST","TMP"],"rulings":[{"date":"2023-07-28","text":"If a spell you cast has {X} in its mana cost, you choose the value of X before calculating the spell's total cost."},{"date":"2023-07-28","text":"If there are additional costs to cast a spell, or if the cost to cast a spell is increased by an effect (such as the one created by Thalia, Guardian of Thraben's ability), apply those increases before applying cost reductions."},{"date":"2023-07-28","text":"The ability can't reduce the amount of colored mana you pay for a spell. It reduces only the generic mana component of that cost."},{"date":"2023-07-28","text":"The ability doesn't change the mana cost or mana value of any spell. It changes only the total cost you pay."},{"date":"2023-07-28","text":"The cost reduction can apply to alternative costs such as flashback costs."}],"rarities":["rare"]},"ruin-lurker bat":{"name":"Ruin-Lurker Bat","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nAt the beginning of your end step, if you descended this turn, scry 1. (You descended if a permanent card was put into your graveyard from anywhere.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you descended this turn, scry 1.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DescendedThisTurn"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e6f379ad-96b1-46c3-bbc6-a8cb57156a7f","metadata":{"source_printing_ids":["d6bedf13-c2bc-4e5d-aba3-3c0d5495a9bb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"A permanent card is an artifact, battle, creature, enchantment, land, or planeswalker card. Tokens are not cards, and while tokens are put into the graveyard before ceasing to exist, that action doesn't count as a player having descended."},{"date":"2023-11-10","text":"Abilities that begin with \"At the beginning of your end step, if you descended this turn\" will trigger only once during your end step, no matter how many times you descended this turn. However, if you haven't descended this turn as your end step begins, the ability won't trigger at all. It's not possible to put a permanent card into your graveyard during the end step in time to have the ability trigger."},{"date":"2023-11-10","text":"In either case, it doesn't matter if those cards are still in that player's graveyard."},{"date":"2023-11-10","text":"Multiple cards have abilities that begin with \"At the beginning of your end step, if you descended this turn.\" These cards don't need to have been under your control at the time you descended. For example, if a permanent card is put into your graveyard during your first main phase and you cast Stalactite Stalker your second main phase, its ability will trigger at the beginning of your end step."},{"date":"2023-11-10","text":"Some cards refer to a player who has \"descended this turn.\" This means that a permanent card has been put into that player's graveyard from anywhere this turn."},{"date":"2023-11-10","text":"Some cards refer to the number of times a player descended this turn. Those cards care about the number of permanent cards put into that player's graveyard from anywhere this turn."}],"rarities":["uncommon"]},"run for your life":{"name":"Run for Your Life","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"One or two target creatures each gain haste until end of turn. They can't be blocked this turn except by creatures with haste.\nEscape—{2}{U}{R}, Exile four other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Red"],"generic":2}},{"type":"Exile","count":4,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"CantBeBlockedExceptBy":{"kind":{"Quality":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Haste"}]}}}},"affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":{"CantBeBlockedExceptBy":{"kind":{"Quality":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Haste"}]}}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked this turn except by creatures with haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"One or two target creatures each gain haste until end of turn. They can't be blocked this turn except by creatures with haste.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"c95bedcc-911f-4c0f-a148-1cf5787e82bd","metadata":{"source_printing_ids":["3c5ecb3c-5da8-41fc-9196-0d67b4234de3","6e479d60-0da2-48b8-b7e3-16505506004a","95452998-7196-4a9b-b8a3-93cb3ec24f93","a6bac5d4-b83e-457e-bdf1-da7dbaf8ded4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2023-10-13","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2023-10-13","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2023-10-13","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."}],"rarities":["rare"]},"rune snag":{"name":"Rune Snag","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell unless its controller pays {2} plus an additional {2} for each card named Rune Snag in each graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell unless its controller pays {2} plus an additional {2} for each card named Rune Snag in each graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"49bf3805-cc9e-4550-8a01-171282aa49c9","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"Counter target spell unless its controller pays {2} plus an additional {2} for each card named Rune Snag in each graveyard.","line_index":0}],"metadata":{"source_printing_ids":["40d72a34-0f31-4fec-b5a5-4574199bc312","45b6cadf-1974-47c8-98d8-ba413486c3b5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CSP","UMA"],"rarities":["common"]},"runeclaw bear":{"name":"Runeclaw Bear","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bear"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ec49dfcf-d16d-4621-af4b-4a6f09043221","metadata":{"source_printing_ids":["1b8ef778-2acf-40f0-9a64-6415d2109093","268bd9d5-4da1-4cbf-83f9-47f7aac1cfc3","558f5534-3a21-4f8d-89e1-c972dc018f35","6caf2b93-1971-4702-9aa5-bd223eb37a39","bb695cde-6c6d-4c1d-8e8e-eeab4d30aace","d1995238-79cc-4381-9595-71ef11ea1e36"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DPA","J21","M10","M11","M12","M15","PLST","PS11"],"rarities":["common"]},"rush of ice":{"name":"Rush of Ice","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tap target creature. It doesn't untap during its controller's next untap step.\nAwaken 3—{4}{U} (If you cast this spell for {4}{U}, also put three +1/+1 counters on target land you control and it becomes a 0/0 Elemental creature with haste. It's still a land.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Awaken":{"count":3,"cost":{"type":"Cost","shards":["Blue"],"generic":4}}}],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Tap target creature. It doesn't untap during its controller's next untap step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e9d62416-c4b1-4982-9593-174d46e975c7","metadata":{"source_printing_ids":["f9ae6f63-d1b2-4bf9-a423-ed6fbb540d4b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["BFZ"],"rulings":[{"date":"2015-08-25","text":"Awaken doesn’t give the land you control a color. As most lands are colorless, in most cases the resulting land creature will also be colorless."},{"date":"2015-08-25","text":"If a spell with awaken has multiple targets (including the land you control), and some but not all of those targets become illegal by the time the spell tries to resolve, the spell won’t affect the illegal targets in any way."},{"date":"2015-08-25","text":"If the non-awaken part of the spell doesn’t require a target and you cast the spell for its awaken cost, then the spell won’t resolve if the target land you control becomes illegal before the spell resolves (such as due to being destroyed in response to the spell being cast)."},{"date":"2015-08-25","text":"If the non-awaken part of the spell requires a target, you must choose a legal target. You can’t cast the spell if you can’t choose a legal target for each instance of the word “target” (though you only need a legal target for the awaken ability if you’re casting the spell for its awaken cost)."},{"date":"2015-08-25","text":"Rush of Ice can target a creature that’s already tapped. It still won’t untap during its controller’s next untap step."},{"date":"2015-08-25","text":"Rush of Ice tracks the creature, but not its controller. If the creature changes controllers before its first controller’s next untap step has come around, then it won’t untap during its new controller’s next untap step."},{"date":"2015-08-25","text":"The land will retain any other types, subtypes, or supertypes it previously had. It will also retain any mana abilities it had as a result of those subtypes. For example, a Forest that’s turned into a creature this way can still be tapped for {G}."},{"date":"2015-08-25","text":"You can cast a spell with awaken for its mana cost and get only its first effect. If you cast a spell for its awaken cost, you’ll get both effects."}],"rarities":["common"]},"ruthless winnower":{"name":"Ruthless Winnower","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Rogue"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, that player sacrifices a non-Elf creature of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Elf"}}],"controller":"ScopedPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player sacrifices a non-Elf creature of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"61f68cf6-e083-4264-89b4-cc17749b2a8b","metadata":{"source_printing_ids":["886ef13a-4f9d-425b-a071-6366cdb637c8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["KHC"],"rarities":["rare"]},"sacrifice":{"name":"Sacrifice","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a creature.\nAdd an amount of {B} equal to the sacrificed creature's mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}},"color_options":["Black"]}},"cost":null,"sub_ability":null,"duration":null,"description":"Add an amount of {B} equal to the sacrificed creature's mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"068b3692-411b-44d4-a7e9-005262760cfc","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}},"metadata":{"source_printing_ids":["12164aee-6a27-4246-8d15-2d6dd20d92e9","288323c1-13f1-481e-940e-5e4ecebb404e","43334dee-ec2c-44fe-b526-8a38b9f62cc4","60af9b16-3e0b-432b-b01f-c009630a1d74","652bd781-1a48-42c1-9aff-f9050a9285d6","76bc3b43-158c-420e-a3fb-7413334699ca","8abe7d62-6a99-4d1f-9b81-cff0485997a8","8f067622-edb8-4c52-b2d7-cea1370b9a16","e30287fe-e949-44a3-9878-8b095b7748ba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","CED","CEI","FBB","LEA","LEB","SPG","SUM"],"rulings":[{"date":"2004-10-04","text":"Sacrificing an animated land gives no mana since the converted mana cost was zero."},{"date":"2013-04-15","text":"Players can only respond once this spell has been cast and all its costs have been paid. No one can try to destroy the creature you sacrificed to prevent you from casting this spell."},{"date":"2013-04-15","text":"You must sacrifice exactly one creature to cast this spell; you cannot cast it without sacrificing a creature, and you cannot sacrifice additional creatures."}],"rarities":["uncommon","mythic"]},"sage of the skies":{"name":"Sage of the Skies","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, if you've cast another spell this turn, copy this spell. (The copy becomes a token.)\nFlying, lifelink","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"SelfRef"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, if you've cast another spell this turn, copy this spell.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":2}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cfc7cef7-0a95-49f8-970f-abff2cacd82d","metadata":{"source_printing_ids":["53e7ddf5-5aaf-4233-834d-c9992a9c2b0e","6ade6918-6d1d-448d-ab56-93996051e9a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rarities":["rare"]},"sagu wildling":{"name":"Sagu Wildling","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, you gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7cee6d43-5dec-4989-85ec-c635ec783ec7","metadata":{"source_printing_ids":["b72ee8f9-5e79-4f77-ae7e-e4c274f78187","d8b43b00-f4d1-436c-bf3f-6d414cd4ce38"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["TDM"],"rulings":[{"date":"2025-04-04","text":"An omen card is a creature card in every zone except the stack, as well as while on the stack if not cast as an Omen. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Twinmaw Stormbrood is a white creature card whose mana value is 6. It can’t be the target of the reflexive ability created by Kishla Trawlers’s triggered ability (“…When you do, return target instant or sorcery card from your graveyard to your hand.”)."},{"date":"2025-04-04","text":"As a player casts an omen card, the player chooses whether they cast the card normally or as an Omen."},{"date":"2025-04-04","text":"Casting a card as an Omen isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Omen."},{"date":"2025-04-04","text":"If a spell is cast as an Omen, its controller shuffles it into its owner’s library instead of putting it into its owner’s graveyard as it resolves."},{"date":"2025-04-04","text":"If an Omen spell has one or more targets and all of those targets are illegal when the spell tries to resolve, it won’t resolve. None of its effects will happen, and it will be put into its owner’s graveyard. It won’t be shuffled into its owner’s library."},{"date":"2025-04-04","text":"If an Omen spell is copied, that copy is also an Omen and is shuffled into its owner’s library as it resolves. Its owner still shuffles their library, but the copy ceases to exist as a state-based action."},{"date":"2025-04-04","text":"If an Omen spell is countered or an effect causes it to otherwise leave the stack, it won’t be shuffled into its owner’s library."},{"date":"2025-04-04","text":"If an effect instructs you to choose a card name, you may choose the alternative Omen name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2025-04-04","text":"If you cast an omen card as an Omen, use only its alternative characteristics to determine whether it’s legal to cast that spell. For example, if you control Thundermane Dragon (“You may cast creature spells with power 4 or greater from the top of your library.”) and Twinmaw Stormbrood is on top of your library, you can cast Twinmaw Stormbrood, but not Charring Bite."},{"date":"2025-04-04","text":"When casting a spell as an Omen, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."}],"rarities":["common"]},"saheeli rai":{"name":"Saheeli Rai","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Saheeli"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"[+1]: Scry 1. Saheeli Rai deals 1 damage to each opponent.\n[−2]: Create a token that's a copy of target artifact or creature you control, except it's an artifact in addition to its other types. That token gains haste. Exile it at the beginning of the next end step.\n[−7]: Search your library for up to three artifact cards with different names, put them onto the battlefield, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: Scry 1. ~ deals 1 damage to each opponent.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"AddType","core_type":"Artifact"}]},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Create a token that's a copy of target artifact or creature you control, except it's an artifact in addition to its other types. That token gains haste. Exile it at the beginning of the next end step.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":{"type":"UpTo","max":{"type":"Fixed","value":3}},"reveal":false,"selection_constraint":{"type":"DistinctQualities","qualities":["Name"]}},"cost":{"type":"Loyalty","amount":-7},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"[−7]: Search your library for up to three artifact cards with different names, put them onto the battlefield, then shuffle.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"5f3fe679-aff1-41b3-8d75-c78c2c0636f0","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["3ed42df6-ff3e-4e7d-9e8c-0e610af08110","8b2e11a3-98d6-415b-8f53-c00c59e62804","94b38464-39cd-4ee6-b9bf-a0bc1e128d9a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR","PKLD","PLST"],"rulings":[{"date":"2016-09-20","text":"Any enters-the-battlefield abilities of the copied permanent will trigger when the token enters the battlefield. Any “as [this permanent] enters the battlefield” or “[this permanent] enters the battlefield with” abilities of the chosen permanent will also work."},{"date":"2016-09-20","text":"As Saheeli's last ability resolves, all three artifacts enter the battlefield at the same time. Triggered abilities of any of those artifacts will see all three entering the battlefield. Replacement effects, such as that of Sculpting Steel, won't see the others on the battlefield as they are being applied."},{"date":"2016-09-20","text":"If the copied permanent has {X} in its mana cost, X is considered to be 0."},{"date":"2016-09-20","text":"If the copied permanent is a token, the token created with Saheeli copies the original characteristics of that token as stated by the effect that created that token."},{"date":"2016-09-20","text":"If the copied permanent is copying something else (for example, if the copied permanent is an Altered Ego), then the token enters the battlefield as whatever that permanent copied."},{"date":"2016-09-20","text":"In a Two-Headed Giant game, Saheeli's first ability causes 2 damage total to be dealt to the opposing team."},{"date":"2016-09-20","text":"The token copies exactly what was printed on the original permanent and nothing else (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on."},{"date":"2016-09-20","text":"The token is an artifact in addition to its other types. This is a copiable value of the token that other effects may copy. Haste and the ability's delayed triggered ability aren't copiable."}],"rarities":["mythic"]},"saiba cryptomancer":{"name":"Saiba Cryptomancer","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Moonfolk","Ninja"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nBackup 1 (When this creature enters, put a +1/+1 counter on target creature. If that's another creature, it gains the following ability until end of turn.)\nHexproof","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Hexproof",{"Backup":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":"If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"SelfRef"},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put 1 +1/+1 counter on target creature","target_prompt":null,"ability_tag":{"type":"Backup"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.165: Backup 1 — when this creature enters, put 1 +1/+1 counter on target creature. If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"15f89b06-5025-4c9f-bf51-e25bc5c2dd6b","metadata":{"source_printing_ids":["3934d535-740d-471a-bbf1-c3b26b1cd596"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM"],"rulings":[{"date":"2023-04-14","text":"Backup confers only abilities that are actually printed below it. Any abilities that are gained by the permanent are ignored, including abilities gained due to a resolving spell or ability or copy effects."},{"date":"2023-04-14","text":"If a backup ability causes another creature to gain abilities, the creature with backup will still have those abilities."},{"date":"2023-04-14","text":"If a backup ability targets the creature with backup, that creature will get +1/+1 counters, but it won’t gain additional abilities."},{"date":"2023-04-14","text":"If a permanent enters the battlefield as a copy of a card with a backup ability or a token is created that is a copy of that card, the order of the printed abilities is maintained."},{"date":"2023-04-14","text":"The abilities that backup grants to the target creature are determined only once, at the time the ability triggers. They won’t change if the permanent with backup loses any abilities before the backup ability resolves."}],"rarities":["common"]},"said":{"name":"Said","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target instant or sorcery card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return target instant or sorcery card from your graveyard to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5d1d76e0-049c-4a33-96ec-8e60deed16d5","metadata":{"source_printing_ids":["43ab3ed2-2b50-4488-a21f-60965222970a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"split","printings":["MH2"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["uncommon"]},"sala, deck boss":{"name":"Sala, Deck Boss","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Squid","Pirate"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Each creature you control with an exhaust ability has haste.\nWhenever you activate an exhaust ability that isn't a mana ability, copy it. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: Each creature you control with an exhaust ability has haste."},"cost":null,"sub_ability":null,"duration":null,"description":"Each creature you control with an exhaust ability has haste.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":{"KeywordAbilityActivated":{"type":"Exhaust"}},"execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate an exhaust ability that isn't a mana ability, copy it. You may choose new targets for the copy.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"1fd733a3-95bb-4b23-920e-e3f48a824fa5","brawl_commander":true,"is_commander":true,"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YDFT"]},"sam, loyal attendant":{"name":"Sam, Loyal Attendant","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Peasant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Partner with Frodo, Adventurous Hobbit (When this creature enters, target player may put Frodo into their hand from their library, then shuffle.)\nAt the beginning of combat on your turn, create a Food token. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")\nActivated abilities of Foods you control cost {1} less to activate.","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"With","data":"Frodo, Adventurous Hobbit"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, create a Food token.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Named","name":"Frodo, Adventurous Hobbit"},"count":{"type":"Fixed","value":1},"reveal":true,"target_player":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target player may put Frodo, Adventurous Hobbit into their hand from their library, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Reduce","keyword":"activated","amount":1,"exemption":"None"}},"affected":{"type":"Typed","type_filters":[{"Subtype":"Food"}],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of Foods you control cost {1} less to activate."}],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"2837be10-23ad-49d2-943e-b1e00edbbbd9","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f6e24d97-b7f8-5da8-ab97-978ecbecb85e"],"source_printing_ids":["601402f4-8647-4c41-9a0f-63d10ce89d02","687a2b76-3f05-4732-bd9b-513d06d16300","cfdfa303-2578-455b-929c-a217a0261bb3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LTC"],"rulings":[{"date":"2023-06-16","text":"\"Partner with [name]\" represents two abilities. The first is a triggered ability: \"When this permanent enters the battlefield, target player may search their library for a card named [name], reveal it, put it into their hand, then shuffle their library.\""},{"date":"2023-06-16","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2023-06-16","text":"Both commanders start in the command zone, and the remaining 98 cards of your deck are shuffled to become your library."},{"date":"2023-06-16","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Frodo, Adventurous Hobbit and Sam, Loyal Attendant are your commanders, your deck may contain cards with white, black, and/or green in their color identity, but not blue or red."},{"date":"2023-06-16","text":"Note that the target player searches their library (which may be affected by effects such as that of Stranglehold) and that the card they find is revealed, even though these words aren't included in the ability's reminder text."},{"date":"2023-06-16","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from one of them, not from both of them combined. Command Beacon's effect puts one into your hand from the command zone, not both."},{"date":"2023-06-16","text":"The second ability represented by the \"partner with [name]\" keyword modifies the rules for deck construction in the Commander variant and has no function outside of that variant. If a legendary creature card with \"partner with [name]\" is designated as your commander, the named legendary creature card can also be designated as your commander. For more information on the Commander variant, please visit Wizards.com/Commander."},{"date":"2023-06-16","text":"The triggered ability of the \"partner with\" keyword still triggers in a Commander game. If your other commander has somehow ended up in your library, you can find it. You can also target another player, whether or not they have that card in their library."},{"date":"2023-06-16","text":"To have two commanders, both must have the partner ability or corresponding \"partner with\" abilities as the game begins. A creature with a \"partner with\" ability can't partner with any creature other than its designated partner. Losing a partner ability during the game doesn't cause either to cease to be your commander."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"If an effect refers to a Food, it means any Food artifact, not just a Food artifact token. For example, you can sacrifice Tough Cookie (an Artifact Creature — Food Golem) to activate Maraleaf Rider's ability (an ability with \"Sacrifice a Food\" in its cost)."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["mythic"]},"samwise gamgee":{"name":"Samwise Gamgee","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Peasant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever another nontoken creature you control enters, create a Food token. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")\nSacrifice three Foods: Return target historic card from your graveyard to your hand. (Artifacts, legendaries, and Sagas are historic.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Historic"},{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Food"}],"controller":null,"properties":[]},"count":3},"sub_ability":null,"duration":null,"description":"Sacrifice three Foods: Return target historic card from your graveyard to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature you control enters, create a Food token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"7ce37c26-91ea-493f-bfc3-a890d4538bc1","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f6e24d97-b7f8-5da8-ab97-978ecbecb85e"],"source_printing_ids":["7d306603-37df-49ee-880d-c08d053900a1","a1b6f13e-63d0-46bf-aa57-23c2dbdf62dd","cc0fc98e-49ec-4d76-a922-52fe481da88f","cd3ecb73-2720-4c1c-8f67-78983f16e584"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"A card, spell, or permanent is historic if it has the legendary supertype, the artifact card type, or the Saga subtype. Having two of those qualities doesn't make an object more historic than another or provide an additional bonus—an object either is historic or it isn't."},{"date":"2023-06-16","text":"An ability that triggers \"whenever you cast a historic spell\" doesn't trigger if a historic card is put onto the battlefield without being cast."},{"date":"2023-06-16","text":"Lands are never cast, so abilities that trigger \"whenever you cast a historic spell\" won't trigger if you play a legendary land. They also won't trigger if a card on the battlefield transforms into a card with the legendary supertype, the artifact card type, or the Saga subtype."},{"date":"2023-06-16","text":"Some abilities trigger \"whenever you cast a historic spell.\" Such an ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"If an effect refers to a Food, it means any Food artifact, not just a Food artifact token. For example, you can sacrifice Tough Cookie (an Artifact Creature — Food Golem) to activate Maraleaf Rider's ability (an ability with \"Sacrifice a Food\" in its cost)."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["rare"]},"sandman, shifting scoundrel":{"name":"Sandman, Shifting Scoundrel","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Sand","Elemental","Villain"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Sandman's power and toughness are each equal to the number of lands you control.\nSandman can't be blocked by creatures with power 2 or less.\n{3}{G}{G}: Return this card and target land card from your graveyard to the battlefield tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","Green"],"generic":3}},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{3}{G}{G}: Return this card and target land card from your graveyard to the battlefield tapped.","target_prompt":null,"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the number of lands you control."},{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked by creatures with power 2 or less."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b205480-b1fb-490c-b1c9-cf5cc3c5acdb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["496864ab-bdba-4cfe-aa7b-b58d2954cf75","609ac18c-ec58-4fa7-bbee-3912a69d0ec6","62531cc3-c218-41f0-a3a2-beb42185baaf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","PSPM","SPM"],"rulings":[{"date":"2025-09-19","text":"Sandman's first ability works in all zones, not only the battlefield."},{"date":"2025-09-19","text":"Sandman's second ability applies only at the time blockers are declared. For example, if Sandman is blocked by a creature with 4 power, and then an effect gives that creature -3/-0, it won't stop blocking Sandman."}],"rarities":["rare"]},"sandswirl wanderglyph":{"name":"Sandswirl Wanderglyph","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever an opponent casts a spell during their turn, they can't attack you or planeswalkers you control this turn.\nEach opponent who attacked you or a planeswalker you control this turn can't cast spells.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"ParentTargetedPlayer"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"Attack","defended":"PlayerOrPlaneswalker"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell during their turn, they can't attack you or planeswalkers you control this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CantBeCast":{"who":"Opponents"}},"affected":null,"modifications":[],"condition":null,"per_player_condition":{"type":"YouAttackedSourceControllerThisTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each opponent who attacked you or a planeswalker you control this turn can't cast spells."}],"replacements":[],"color_override":["White"],"color_identity":["White"],"scryfall_oracle_id":"fcd54631-ea47-49a7-ad5f-9a9a51a815ba","metadata":{"source_printing_ids":["a8a23e3f-57c8-4cbb-bb6c-d5fdf49a2d9c","d70f48e7-582c-4dd2-a64e-6fd03fa6b77e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rarities":["rare"]},"sangrophage":{"name":"Sangrophage","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, tap this creature unless you pay 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, tap ~ unless you pay 2 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5d03e6a7-81ea-47d3-add7-8dfdbbfec6d3","metadata":{"source_printing_ids":["ab9abc52-76f6-4b1f-8602-2e5abdd23b6b","c9ceaa1f-4c11-4f06-aa87-2f2a0deb47e1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["TSP","TSR"],"rulings":[{"date":"2021-03-19","text":"You choose whether or not to pay 2 life as the triggered ability resolves. You can pay 2 life even if Sangrophage is already tapped. (Doing so won't cause Sangrophage to become untapped, however.)"}],"rarities":["common"]},"sanguine bond":{"name":"Sanguine Bond","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, target opponent loses that much life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, target opponent loses that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"73089a39-a2f6-4aa2-a058-e6551475153d","metadata":{"source_printing_ids":["241a25c7-7205-46ee-8b08-845cdcc546bb","445d6a68-ed53-4c96-973a-c29282514f41","48a3356c-738e-4dd9-b25a-3f10f923d0df","61248b5d-3f4b-4329-a1af-7252443883a0","ad4de9f1-7a39-45af-828e-c59234d9e9b9","bd199c13-9437-4162-bde9-9301589989aa","dc236d85-dfe5-4bc8-b116-8306b0922abf","e50e807d-b2eb-4b62-8663-8ad17eed2a39","ff0c16b0-bdab-44e1-b235-47fe8d32f4d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C13","C17","C21","IMA","LTC","M10","M14","SLD","TSR","WOT"],"rulings":[{"date":"2009-10-01","text":"Sanguine Bond's ability triggers just once for each life-gaining event, whether it's 1 life from Soul Warden or 8 life from Tendrils of Corruption."},{"date":"2021-03-19","text":"If an ability triggers whenever an opponent loses life and causes you to gain life, such as the ability of Exquisite Blood, this will loop until either you win the game or a player takes an action to break the loop. If neither of these happen, the game ends in a draw."},{"date":"2021-03-19","text":"If you gain an amount of life \"for each\" of something, that life is gained as one event and Sanguine Bond's ability triggers only once."},{"date":"2023-09-01","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Sanguine Bond's ability will trigger twice and you may choose a different opponent for each trigger. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-04-12","text":"In a Two-Headed Giant game, life gained by your teammate won't cause Sanguine Bond's ability to trigger, even though it caused your team's life total to increase."}],"rarities":["uncommon","rare","special"]},"sanwell, avenger ace":{"name":"Sanwell, Avenger Ace","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Pilot"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"As long as an artifact creature you control is attacking, prevent all damage that would be dealt to Sanwell.\nWhenever Sanwell becomes tapped, exile the top six cards of your library. You may cast a Vehicle or artifact creature spell from among them. Then put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":6}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ExiledBySource"},"count":{"type":"Fixed","value":0},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"else_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ExiledBySource"},"count":{"type":"Fixed","value":0},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes tapped, exile the top six cards of your library. You may cast a Vehicle or artifact creature spell from among them. Then put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As long as an artifact creature you control is attacking, prevent all damage that would be dealt to ~.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4884ad6c-2290-44fc-ab9e-6e6b75b2d69a","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Condition_AsLongAs","description":"As long as an artifact creature you control is attacking, prevent all damage that would be dealt to Sanwell.\nWhenever Sanwell becomes tapped","line_index":0}],"metadata":{"source_printing_ids":["6b7cd9f1-6501-46ae-9f98-bb69644405bb","70cb4359-8e57-4d1a-bf1f-c188555376ce"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BRC","PRM"],"rulings":[{"date":"2022-10-14","text":"If Sanwell, Avenger Ace is somehow an artifact creature, its first ability will see itself while it is attacking."},{"date":"2022-10-14","text":"If you choose not to cast a spell this way, it goes to the bottom of the library with the other exiled cards. You can't wait and cast it later."},{"date":"2022-10-14","text":"You must pay all costs for a spell cast using Sanwell's last ability."}],"rarities":["rare"]},"sarkhan, dragon ascendant":{"name":"Sarkhan, Dragon Ascendant","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Sarkhan enters, you may behold a Dragon. If you do, create a Treasure token. (To behold a Dragon, choose a Dragon you control or reveal a Dragon card from your hand.)\nWhenever a Dragon you control enters, put a +1/+1 counter on Sarkhan. Until end of turn, Sarkhan becomes a Dragon in addition to its other types and gains flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Behold","filter":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may behold a Dragon. If you do, create a Treasure token.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddSubtype","subtype":"Dragon"},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a Dragon in addition to its other types and gains flying"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Dragon you control enters, put a +1/+1 counter on ~. Until end of turn, ~ becomes a Dragon in addition to its other types and gains flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"71cb48e2-2328-471c-a04a-7b6461f378f4","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["198c5204-6b23-5085-b962-e6db6c948bd6"],"source_printing_ids":["57c03255-e3dc-44c2-982b-7efa188280df","a267ced0-34af-483c-ba42-517f3f7e22dc","c2200646-7b7c-489d-bbae-16b03e1d7fb2","e3be50dc-3735-47a6-9af3-e8d8e425b5b2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Effects that say “If a [quality] was beheld” only care if a card of that quality was revealed or a permanent you control of that quality was chosen. No matter what happens to that card or permanent after that, it was still beheld, and any additional effects that depend on that card or permanent being beheld will still happen."},{"date":"2025-04-04","text":"If a card in your hand is already revealed (perhaps because it was revealed to pay a cost of a spell that’s still on the stack or due to the effect of a card like Telepathy), you may reveal it again to pay the cost of another spell or ability that requires you to reveal a card from your hand."},{"date":"2025-04-04","text":"If a cost to cast a spell includes revealing a card, that card remains revealed from the time the spell is announced until the time it leaves the stack."},{"date":"2025-04-04","text":"If an effect refers to a “[subtype] card,” it refers only to a card that has that subtype. For example, Teeming Dragonstorm is a card that cares about Dragons and features Dragons in its art, but it isn’t a Dragon card."}],"rarities":["rare","mythic"]},"saruman, the white hand":{"name":"Saruman, the White Hand","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Avatar","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a noncreature spell, amass Orcs X, where X is that spell's mana value. (Put X +1/+1 counters on an Army you control. It's also an Orc. If you don't control an Army, create a 0/0 black Orc Army creature token first.)\nGoblins and Orcs you control have ward {2}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Amass","subtype":"Orc","count":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"EventSource"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a noncreature spell, amass Orcs X, where X is that spell's mana value.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature",{"Subtype":"Goblin"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature",{"Subtype":"Orc"}],"controller":"You","properties":[]}]},"modifications":[{"type":"AddKeyword","keyword":{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Goblins and Orcs you control have ward {2}."}],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"2bade11e-04e0-42a2-8861-9257c99a7c08","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["08fd2115-1a20-5df5-8107-d5f7c271c10c"],"source_printing_ids":["6487ccbf-f6cd-45a6-8514-2c458b655ef2","8341e90d-fe5f-4307-a31d-a8db99f5c667","b77a4eca-e699-4140-8835-e9c8bedea9b7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LTC"],"rulings":[{"date":"2023-06-16","text":"A creature that is both a Goblin and an Orc still only gets one instance of ward {2} from Saruman, the White Hand's last ability."},{"date":"2023-06-16","text":"Amass Zombies works the same way, except you create a 0/0 black Zombie Army creature token if you don't control an Army. If the Army creature you chose isn't already a Zombie, it becomes a Zombie in addition to its other types. By combining cards with amass Orcs and amass Zombies, you can end up with an Orc Zombie Army."},{"date":"2023-06-16","text":"Amass abilities are now written as \"amass [subtype] N.\" Previous cards with amass have received errata to say \"amass Zombies N.\""},{"date":"2023-06-16","text":"If Saruman, the White Hand is a Goblin or an Orc, it will have ward {2}."},{"date":"2023-06-16","text":"If you don't control an Army, the Orc Army token you create enters the battlefield as a 0/0 creature before receiving counters. Any abilities that trigger when a creature with a certain power enters the battlefield, such as that of Mentor of the Meek, will see the token enter as a 0/0 creature before it gets +1/+1 counters."},{"date":"2023-06-16","text":"In the rare case that you control multiple Army creatures (perhaps because you played a creature with changeling) while you amass Orcs, you choose which of your Army creatures to put the +1/+1 counters on. If that creature isn't an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"Some cards refer to the \"amassed Army.\" That means the Army creature you chose to receive counters, even if no counters were placed on it for some reason."},{"date":"2023-06-16","text":"Some spells and abilities that amass Orcs may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't amass Orcs."},{"date":"2023-06-16","text":"To amass Orcs N, if you don't control an Army creature, create a 0/0 black Orc Army creature token. Then you choose an Army creature you control and put N +1/+1 counters on it. If that Army isn't already an Orc, it becomes an Orc in addition to its other types."}],"rarities":["mythic"]},"satoru umezawa":{"name":"Satoru Umezawa","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Ninja"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you activate a ninjutsu ability, look at the top three cards of your library. Put one of them into your hand and the rest on the bottom of your library in any order. This ability triggers only once each turn.\nEach creature card in your hand has ninjutsu {2}{U}{B}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"NinjutsuActivated","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":"Hand","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate a ninjutsu ability, look at the top three cards of your library. Put one of them into your hand and the rest on the bottom of your library in any order. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"modifications":[{"type":"AddKeyword","keyword":{"Ninjutsu":{"type":"Cost","shards":["Blue","Black"],"generic":2}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature card in your hand has ninjutsu {2}{U}{B}."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"ed1d21ba-ddfe-4f82-9e37-93f9e2c7ba33","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2c178c8d-ef57-4a69-a72d-c6c6f1eda617","63fb4d0a-f979-42ed-a4aa-15c180e4f0be","7413839d-5e21-46b8-a41b-ae3cdf87c570","8887f26d-b097-4fbc-9c48-bdc656409a32","c415762a-5b24-4dbb-9066-6e9be48874a6","f7112729-908e-430d-8e0e-eb71a9043309"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM","SLD"],"rulings":[{"date":"2022-02-18","text":"Although the Ninja is attacking, it was never declared as an attacking creature (for purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2022-02-18","text":"As you activate a ninjutsu ability, you reveal the Ninja card in your hand and return the attacking creature. The Ninja card stays revealed and isn't put onto the battlefield until the ability resolves. If it leaves your hand before then, it won't enter the battlefield at all."},{"date":"2022-02-18","text":"If a creature in combat has first strike or double strike, you can activate the ninjutsu ability during the first-strike combat damage step. The Ninja will deal combat damage during the regular combat damage step, even if it has first strike."},{"date":"2022-02-18","text":"Once you activate a ninjutsu ability, no player can affect that ability by removing Satoru Umezawa from the battlefield. Even if Satoru leaves the battlefield before it resolves, you'll still be able to put the creature onto the battlefield tapped and attacking."},{"date":"2022-02-18","text":"Puff of smoke not included."},{"date":"2022-02-18","text":"Satoru Umezawa's triggered ability triggers whenever you activate a ninjustsu ability, and it will resolve before that ability resolves. The card with ninjustsu will still be in your hand while resolving the ability and must remain revealed until the ninjutsu ability resolves or is otherwise removed from the stack."},{"date":"2022-02-18","text":"The creature with ninjutsu enters the battlefield attacking the same player or planeswalker that the returned creature was attacking. This is a rule specific to ninjutsu; in other cases, when a creature is put onto the battlefield attacking, that creature's controller chooses which player or planeswalker it's attacking."},{"date":"2022-02-18","text":"The ninjutsu ability can be activated during the declare blockers step, combat damage step, or end of combat step. In most cases (see below), if you wait until the combatdamage step or end of combat step, it will be after combat damage has been dealt, so the Ninja won't deal combat damage."},{"date":"2022-02-18","text":"The ninjutsu ability can be activated only after blockers have been declared. Before then, attacking creatures are neither blocked nor unblocked."}],"rarities":["rare"]},"satoru, the infiltrator":{"name":"Satoru, the Infiltrator","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Ninja","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever Satoru and/or one or more other nontoken creatures you control enter, if none of them were cast or no mana was spent to cast them, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"NonToken"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ and/or one or more other nontoken creatures you control enter, if none of them were cast or no mana was spent to cast them, draw a card.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"Not","condition":{"type":"WasCast"}},{"type":"ManaSpentCondition","text":"no mana was spent to cast them"}]},"batched":true}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"7555c429-5f2d-4171-b6b0-8e3c8da7f314","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4b9a76f0-b697-4c1d-9b60-c66f7fc4316e","acc9a5cc-2b3c-4c2f-8176-4a2d86265cc5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"If you cast a creature spell without paying its mana cost but you paid mana for additional costs or cost increases (such as from Aven Interrupter), Satoru's last ability won't trigger."}],"rarities":["rare"]},"satya, aetherflux genius":{"name":"Satya, Aetherflux Genius","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Menace, haste\nWhenever Satya attacks, create a tapped and attacking token that's a copy of up to one other target nontoken creature you control. You get {E}{E} (two energy counters). At the beginning of the next end step, sacrifice that token unless you pay an amount of {E} equal to its mana value.","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Menace"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"NonToken"}]},"owner":{"type":"Controller"},"enters_attacking":true,"tapped":true,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PayEnergy","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}},"payer":{"type":"Controller"}},"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create a tapped and attacking token that's a copy of up to one other target nontoken creature you control. You get {E}{E} . At the beginning of the next end step, sacrifice that token unless you pay an amount of {E} equal to its mana value.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"ce8af7dd-49df-4419-9776-4157efc60b0f","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["fdc7aa74-0ebb-5ec9-987d-82b3714dd8db"],"source_printing_ids":["0be45f11-e89b-4f21-9166-e67929f87636","3b964bbe-54cc-425c-9cc6-c877f82af7ba","4f4bc218-e9c4-4e35-b4e0-bb5d2c6e1f2c","5c38e349-7ad2-415c-adee-f29e38d85865","65a9bda0-80eb-4aa9-ad89-9f73e65dbce3","9c891e38-b8c6-4e54-9226-95104bcb78f9","ff107f26-b19a-48f8-9d9f-e098239aae69"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["M3C"],"rulings":[{"date":"2024-06-07","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"as [this creature] enters the battlefield\" or \"[this creature] enters the battlefield with\" abilities of the creature will also work."},{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2024-06-07","text":"If the copied creature is copying something else, then the token enters the battlefield as whatever that creature copied."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"The token copies exactly what was printed on the original card and nothing else (unless that creature is itself copying something else; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2024-06-07","text":"You choose which player, planeswalker, or battle the token is attacking as you create the token. It doesn't need to be attacking the same player, planeswalker, or battle that Satya is attacking."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["mythic"]},"satyr wayfinder":{"name":"Satyr Wayfinder","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Satyr"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, reveal the top four cards of your library. You may put a land card from among them into your hand. Put the rest into your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"rest_destination":"Graveyard","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, reveal the top four cards of your library. You may put a land card from among them into your hand. Put the rest into your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ead4c01a-e2ae-49c9-95d9-651d81005907","metadata":{"source_printing_ids":["0973a109-811a-4c78-9404-19a26f4b40c7","13c5a1ce-932a-4b3d-8b86-ed920e646afc","2aaf1792-1ebf-4233-ac32-432ed67bd1a5","434bb07c-7b70-415e-80dd-317af0ef8bf7","5430ce96-bfea-4ac3-997c-43be1446ca99","7be07e97-2ffc-40ad-a676-a74b8b680ea1","84cb8203-88e4-4a3b-9334-91b70c747091","8bbbe65d-7162-42fb-94ee-d835d6c3f02a","95702caa-c9eb-4538-83ff-3b015c6b1349","a7313136-91a9-45fb-b5b4-07ba8f22326c","aa090955-59dd-4145-a148-7d0f64722f7e","ff3d4e53-3b46-4258-8403-98552d57c5ca"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BNG","C15","C16","C20","CMA","EA2","EOC","M15","M3C","OTC","TDC","UMA","ZNC"],"rarities":["common"]},"sauron, the dark lord":{"name":"Sauron, the Dark Lord","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Avatar","Horror"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Ward—Sacrifice a legendary artifact or legendary creature.\nWhenever an opponent casts a spell, amass Orcs 1.\nWhenever an Army you control deals combat damage to a player, the Ring tempts you.\nWhenever the Ring tempts you, you may discard your hand. If you do, draw four cards.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Sacrifice","data":{"count":1,"filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]}}}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Amass","subtype":"Orc","count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, amass Orcs 1.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RingTemptsYou"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Army"}],"controller":"You","properties":[]},"description":"Whenever an Army you control deals combat damage to a player, the ring tempts you.","constraint":null,"condition":null,"batched":false},{"mode":"RingTemptsYou","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":4},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever the ring tempts you, you may discard your hand. If you do, draw four cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"9f8f29ba-7e64-455d-be05-ec7973f2bd0a","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["08fd2115-1a20-5df5-8107-d5f7c271c10c"],"source_printing_ids":["034e0929-b2c7-4b5f-94f2-8eaf4fb1a2a1","27251103-e27c-446a-b64c-b7b0d5846b27","2a845583-5698-4650-9493-ad264d7674d2","3766383d-6e3d-472c-ac7b-f3521ee214af","4218b57c-111d-478c-af38-fd6f971bd2d0","b83261ba-c239-4b6a-88eb-bdfc411916b3","fcd79da8-fc9d-4c9a-a340-06922a330ca9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["HOC","LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"Amass Zombies works the same way, except you create a 0/0 black Zombie Army creature token if you don't control an Army. If the Army creature you chose isn't already a Zombie, it becomes a Zombie in addition to its other types. By combining cards with amass Orcs and amass Zombies, you can end up with an Orc Zombie Army."},{"date":"2023-06-16","text":"Amass abilities are now written as \"amass [subtype] N.\" Previous cards with amass have received errata to say \"amass Zombies N.\""},{"date":"2023-06-16","text":"As the Ring tempts you, you get an emblem named The Ring if you don't have one. Then your emblem gains its next ability and you choose a creature you control to become (or remain) your Ring-bearer."},{"date":"2023-06-16","text":"Each player can have only one emblem named The Ring and only one Ring-bearer at a time."},{"date":"2023-06-16","text":"Each time the Ring tempts you, you must choose a creature if you control one."},{"date":"2023-06-16","text":"If the creature you choose as your Ring-bearer was already your Ring-bearer, that still counts as choosing that creature as your Ring-bearer for the purpose of abilities that trigger \"whenever you choose a creature as your Ring-bearer\" or abilities that care about which creature was chosen as your Ring-bearer."},{"date":"2023-06-16","text":"If you don't control an Army, the Orc Army token you create enters the battlefield as a 0/0 creature before receiving counters. Any abilities that trigger when a creature with a certain power enters the battlefield, such as that of Mentor of the Meek, will see the token enter as a 0/0 creature before it gets +1/+1 counters."},{"date":"2023-06-16","text":"In the rare case that you control multiple Army creatures (perhaps because you played a creature with changeling) while you amass Orcs, you choose which of your Army creatures to put the +1/+1 counters on. If that creature isn't an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"Some cards refer to the \"amassed Army.\" That means the Army creature you chose to receive counters, even if no counters were placed on it for some reason."},{"date":"2023-06-16","text":"Some spells and abilities that amass Orcs may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't amass Orcs."},{"date":"2023-06-16","text":"Some spells and abilities that cause the Ring to tempt you may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. The Ring won't tempt you."},{"date":"2023-06-16","text":"The Ring can tempt you even if you don't control a creature. In this case, abilities that trigger \"whenever the Ring tempts you\" will still trigger."},{"date":"2023-06-16","text":"The Ring gains its abilities in order from top to bottom. Once it gains an ability, it has that ability for the rest of the game."},{"date":"2023-06-16","text":"To amass Orcs N, if you don't control an Army creature, create a 0/0 black Orc Army creature token. Then you choose an Army creature you control and put N +1/+1 counters on it. If that Army isn't already an Orc, it becomes an Orc in addition to its other types."}],"rarities":["mythic"]},"savage summoning":{"name":"Savage Summoning","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell can't be countered.\nThe next creature spell you cast this turn can be cast as though it had flash. That spell can't be countered. That creature enters with an additional +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"This spell can't be countered."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"The next creature spell you cast this turn can be cast as though it had flash. That spell can't be countered. That creature enters with an additional +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"30c09562-0bca-4382-ae84-aca00e0eb89b","metadata":{"source_printing_ids":["b5346ed7-2e17-4d8c-9c4b-b5efdd26380d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["M14"],"rulings":[{"date":"2013-07-01","text":"If you cast multiple Savage Summonings in succession, they’ll apply to the next creature spell you cast. That creature will enter the battlefield with that many additional +1/+1 counters on it."},{"date":"2013-07-01","text":"Spells that would counter Savage Summoning or the relevant creature spell can still be cast. They won’t counter the spell, but any additional effects they have will happen."},{"date":"2013-07-01","text":"You don’t choose a creature card when Savage Summoning resolves. Rather, it applies to the next creature card you cast that turn, even if you cast it at a time when you normally could cast a creature and even if you cast it from a zone other than your hand."}],"rarities":["rare"]},"savai triome":{"name":"Savai Triome","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Mountain","Plains","Swamp"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {R}, {W}, or {B}.)\nThis land enters tapped.\nCycling {3} ({3}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":3}}}],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Red","White"],"scryfall_oracle_id":"00625242-9348-4ef4-b975-f2ac82fee21d","metadata":{"source_printing_ids":["748e6a61-9c1f-4225-9f04-e54002f63ac3","d21ef9e6-e2dd-4e0a-a36c-e07034ac4ba3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","PIKO","PRM"],"rarities":["rare"]},"savannah lions":{"name":"Savannah Lions","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"60ba93eb-39e6-4af2-9c66-cd38f72daff2","metadata":{"source_printing_ids":["2af2b107-1938-4d42-9bfa-0c88fd1e822a","345920d9-b842-42a3-996f-457e737baab2","3da61fc1-6201-4823-975f-2d4d9f7f3193","5ada7133-d23b-47e9-8a58-c1f78f4095e0","60c597ee-eaf9-4294-9865-af8a18067eda","67d1945d-d228-4dc3-a593-859408b2016b","69da8664-c9b9-4f9c-b1c4-099990637646","75798ac5-9843-4a8b-a5f3-dbd38b4e4bad","8455221d-683b-4313-8e53-73cbf7e05aa5","89b77ad5-1585-49dc-b635-780143e1e1c8","9c9ac1bc-cdf3-4fa6-8319-a7ea164e9e47","a2ee9127-d007-48e8-b797-88ef72bc7c8b","a9757246-e782-4d7a-8273-d9efe284edaf","ad41b1aa-1482-4d71-990b-031b30685cb1","b387ece0-8db7-482e-b41b-6c1af74aa136","c0ea8d9f-2b77-4cff-8b96-387f43366c1a","c58dbcf3-f8ad-4e82-9515-0290fa5373f7","d05b92bd-797e-413f-a8b0-32e0937a1ee0","d136d1fc-c413-4deb-952c-b10aa1c72abe","db9f9f3c-d024-4529-bffb-c7a5a3085e58","e770d089-9957-412c-a51f-3f11b6b9692a","e79d52e0-dfa6-4ac0-909e-81d1a16b84b4","e865dc3c-45b9-475a-8937-5d7bb2e10896"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","8ED","9ED","A25","CED","CEI","DMR","FBB","FDN","J22","J25","LEA","LEB","ME4","PLST","SUM"],"rarities":["common","uncommon","rare"]},"savor the moment":{"name":"Savor the Moment","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Take an extra turn after this one. Skip the untap step of that turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ExtraTurn","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SkipNextStep","target":{"type":"Controller"},"step":{"type":"Step","data":"Untap"},"count":{"type":"Fixed","value":1},"scope":"next_occurrence"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Take an extra turn after this one. Skip the untap step of that turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d5b9b75d-4bf0-4328-9bb3-7b260a0c46af","metadata":{"source_printing_ids":["93a0d9ad-31bf-4561-a5b2-f44a12a2c2c2","dc8280fe-aea3-4796-af6e-6226c6085b99"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SHM","SLD"],"rarities":["rare"]},"sawhorn nemesis":{"name":"Sawhorn Nemesis","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"As this creature enters, choose a player.\nIf a source would deal damage to the chosen player or a permanent they control, it deals double that damage instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Player","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a player.","condition":null,"destination_zone":"Battlefield"},{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source would deal damage to the chosen player or a permanent they control, it deals double that damage instead.","condition":null,"damage_modification":{"type":"Double"},"damage_target_filter":{"PlayerOrPermanentsControlledBy":{"player":{"type":"SourceChosenPlayer"}}}}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2f9107c5-991a-4c20-9b77-2e2fb4b9dc53","metadata":{"source_printing_ids":["29b33e43-ffd5-4697-8261-9b4f5de36a19","b3f1c76f-9afc-47b1-a223-4ff5aab91c3a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["M3C"],"rulings":[{"date":"2024-06-07","text":"If another effect (or effects) modifies how much damage a source would deal to the chosen player or a permanent they control (for example, by preventing some of that damage), the player being dealt damage or the controller of the permanent being dealt damage chooses the order in which any such effects, including the effect of Sawhorn Nemesis, apply. If all of the damage is prevented before Sawhorn Nemesis's effect would apply, its effect no longer applies."},{"date":"2024-06-07","text":"If damage dealt is being divided or assigned among multiple permanents or players, that damage is divided or assigned before any effects that modify how much damage will be dealt. For example, if you attack the chosen player with a 5/5 creature with trample and it's blocked by a 2/2 creature they control, you can assign 2 damage to the blocker and 3 damage to the defending player. Those amounts are then doubled to 4 and 6, respectively."},{"date":"2024-06-07","text":"The damage is dealt by the same source as the original source of damage. The doubled damage isn't dealt by Sawhorn Nemesis unless it was the original source of damage."},{"date":"2024-06-07","text":"The protector of a battle with the Siege subtype is not that battle's controller."}],"rarities":["rare"]},"scarblade's malice":{"name":"Scarblade's Malice","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gains deathtouch and lifelink until end of turn. When that creature dies this turn, create a 2/2 black and green Elf creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain deathtouch and lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDies","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"Token","name":"Elf","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Elf"],"colors":["Black","Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gains deathtouch and lifelink until end of turn. When that creature dies this turn, create a 2/2 black and green Elf creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"66d57851-2844-4b9d-be78-e90fc620b750","metadata":{"related_token_ids":["6ceee9cc-a62e-518f-bcf6-d9970a4b5979"],"source_printing_ids":["aea9b5c0-3b32-44be-9773-566b9daafa6b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["common"]},"scheming aspirant":{"name":"Scheming Aspirant","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Advisor"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you proliferate, each opponent loses 2 life and you gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlayerPerformedAction","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you proliferate, each opponent loses 2 life and you gain 2 life.","constraint":null,"condition":null,"batched":false,"player_actions":["Proliferate"]}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cf4a3b1a-4b87-473e-be1f-3aa3da45c28e","metadata":{"source_printing_ids":["8de80f71-82b5-499c-afc0-6bbae6b896ad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE"],"rarities":["uncommon"]},"scouring swarm":{"name":"Scouring Swarm","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you sacrifice a land, create a tapped token that's a copy of this creature if seven or more land cards are in your graveyard. Otherwise, create a tapped 1/1 black Insect creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":true,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Token","name":"Insect","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Insect"],"colors":["Black"],"keywords":["Flying"],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Land"],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a land, create a tapped token that's a copy of ~ if seven or more land cards are in your graveyard. Otherwise, create a tapped 1/1 black Insect creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"aa64f830-b9b6-4d5e-9a5d-f9e120089335","metadata":{"related_token_ids":["0f28e829-7077-5af0-822e-8117bceb1c04"],"source_printing_ids":["1a9318ca-2974-4d3f-8951-205ba3f9c64a","8fc25982-8668-43c4-93db-84e716e8783d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"If Scouring Swarm leaves the battlefield before its triggered ability resolves and seven or more land cards are in your graveyard when the ability resolves, the token will still enter as a copy of Scouring Swarm, using Scouring Swarm’s copiable values from when it was last on the battlefield."},{"date":"2025-07-25","text":"In the unusual case where Scouring Swarm becomes a copy of something else while its triggered ability is on the stack but before it resolves and seven or more land cards are in your graveyard when the ability resolves, the token will enter as a copy of whatever Scouring Swarm is copying. (Swarms come in many forms.)"},{"date":"2025-07-25","text":"Scouring Swarm’s last ability counts the number of land cards in your graveyard as it resolves. This will usually include the land you sacrificed."},{"date":"2025-07-25","text":"The token copy will have Scouring Swarm’s abilities and will be able to create more copies of itself."},{"date":"2025-07-25","text":"The token doesn’t copy whether Scouring Swarm is tapped or untapped, whether it has any counters on it or Auras or Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."}],"rarities":["rare"]},"scrap trawler":{"name":"Scrap Trawler","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature dies or another artifact you control is put into a graveyard from the battlefield, return to your hand target artifact card in your graveyard with lesser mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"zone_change_clauses":[{"origin":{"type":"Equals","data":"Battlefield"},"destination":"Graveyard","valid_card":{"type":"SelfRef"}},{"origin":{"type":"Equals","data":"Battlefield"},"destination":"Graveyard","valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"}]}}],"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ dies or another artifact you control is put into a graveyard from the battlefield, return to your hand target artifact card in your graveyard with lesser mana value.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"164f3f85-21fc-40b7-9871-4f303ba98428","metadata":{"source_printing_ids":["0be3f03b-929a-4787-b889-6f24f047e4f5","36ec47ec-f86c-489d-ad0b-d0fbdee10102","38bc3e3d-f07b-4ee9-8bb6-060ac82f07eb","4f2d03d4-32b9-476a-a06f-0e078b0f7603","614be454-3829-4c3b-9485-930755dfa16d","68abc75f-596f-4169-96fc-ada941ef47ed","bf1e1b54-2f97-4d33-807a-99ca38f21777"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","BRR","C21","KLR","MOC","PAER","PRM"],"rulings":[{"date":"2017-02-09","text":"If Scrap Trawler and another artifact you control are put into a graveyard at the same time, Scrap Trawler's ability triggers for each of them."},{"date":"2017-02-09","text":"If an artifact is a copy of another artifact with greater mana value, such as Sculpting Steel copying an artifact with mana value 4, Scrap Trawler's ability can target that artifact card in your graveyard when that artifact is put into your graveyard."},{"date":"2017-02-09","text":"The target artifact card must have a lesser mana value than the artifact that caused Scrap Trawler's ability to trigger by being put into a graveyard. Use the artifact's mana value as it last existed on the battlefield to determine what may be returned."},{"date":"2017-02-09","text":"While on the battlefield or in a graveyard, {X} in an object's mana cost is 0."}],"rarities":["rare"]},"scrapwork mutt":{"name":"Scrapwork Mutt","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Dog"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may discard a card. If you do, draw a card.\nUnearth {1}{R} ({1}{R}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Unearth":{"type":"Cost","shards":["Red"],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"Permanent","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddTargetReplacement","replacement":{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":null,"condition":null},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"If it would leave the battlefield, exile it instead of putting it anywhere else.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Exile it at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":"It gains haste.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may discard a card. If you do, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5906b378-c7a7-44fd-a63b-55a347d97854","metadata":{"source_printing_ids":["2d78d844-72e8-481b-a700-f92571b2d347","4742800a-4872-4c2d-b884-01e0ba16950c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","PLST"],"rulings":[{"date":"2022-10-14","text":"Activating a card's unearth ability isn't the same as casting that card. The unearth ability is put on the stack, but the card is not. Spells and abilities that interact with activated abilities (such as Defabricate's second mode) will interact with unearth, but spells and abilities that interact with spells (such as Scatter Ray) will not."},{"date":"2022-10-14","text":"At the beginning of the next end step, a permanent returned to the battlefield with unearth is exiled. This is a delayed triggered ability, and it can be countered by effects such as Defabricate that counter triggered abilities. If the ability is countered, the permanent will stay on the battlefield and the delayed triggered ability won't trigger again. However, the replacement effect will still exile the permanent if it eventually leaves the battlefield."},{"date":"2022-10-14","text":"If a permanent returned to the battlefield with unearth would leave the battlefield for any reason, it's exiled instead—unless the spell or ability that's causing the permanent to leave the battlefield is actually trying to exile it! In that case, it succeeds at exiling it. If that spell or ability later returns the card to the battlefield (as Static Net might, for example), the permanent card will return to the battlefield as a new object with no relation to its previous existence. The unearth effects will no longer apply to it."},{"date":"2022-10-14","text":"If you activate a card's unearth ability but that card is removed from your graveyard before the ability resolves, that unearth ability will do nothing as it resolves."},{"date":"2022-10-14","text":"Unearth grants haste to the permanent that's returned to the battlefield (even if it's not a creature card). However, neither of the \"exile\" abilities is granted to that permanent. If that permanent loses all its abilities, it will still be exiled at the beginning of the next end step, and if it would leave the battlefield, it is still exiled instead."}],"rarities":["common"]},"screaming nemesis":{"name":"Screaming Nemesis","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever this creature is dealt damage, it deals that much damage to any other target. If a player is dealt damage this way, they can't gain life for the rest of the game.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantGainLife","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantGainLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't gain life"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, it deals that much damage to any other target. If a player is dealt damage this way, they can't gain life for the rest of the game.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fcb7c93c-46ab-49b5-a6e0-35d73f3be8f0","metadata":{"source_printing_ids":["ad3f4c72-ff6e-4d7f-8eb8-45a0a9605fc0","ce35e6fb-ff54-44c4-a216-7ddd37f46882"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"banned","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"If Screaming Nemesis is dealt damage by multiple sources at once, such as by two creatures blocking it, its last ability triggers once and one target is dealt that much damage."},{"date":"2024-09-20","text":"If an effect says to set a player's life total to a number that's higher than their current life total while they're affected by Screaming Nemesis's last ability, their life total won't change."},{"date":"2024-09-20","text":"If lethal damage is dealt to Screaming Nemesis, its last ability still triggers."},{"date":"2024-09-20","text":"Once Screaming Nemesis's last ability causes it to deal damage to a player, that player won't be able to gain life for the rest of the game. It doesn't matter if Screaming Nemesis remains on the battlefield or not."},{"date":"2024-09-20","text":"Spells and abilities that cause a player affected by Screaming Nemesis's last ability to gain life still resolve. That player won't gain life, but any other effects of that spell or ability will happen."}],"rarities":["mythic"]},"scryb sprites":{"name":"Scryb Sprites","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a1f20695-6f08-4d5c-9fba-b0018bee298e","metadata":{"source_printing_ids":["1014748d-926e-47c7-b39d-c907384f3490","178975a9-51ea-40ff-8fd9-247445d1a545","1b9e1d37-47cd-41d7-9fee-b8504c689462","26f191de-8c59-458c-a1ab-80e2bccdb974","281e8da8-1383-460e-b74e-ad56f1b6d007","2d0a7b28-63bb-4aeb-98de-5a795cef838a","35fd0955-999c-4591-b726-aa5213abc81d","6d929c38-91e6-457c-937a-d1884f4bba44","ab52f491-26f1-494f-8ec7-9630c4f9653a","e05cacf1-31c4-4538-81ae-575049567367","e9b72a87-67b0-4858-b524-02b096e2f5dd","e9e2f1fe-4df0-48c8-b469-4175ba5011e8","fafe9639-e9d0-4aa2-8a16-f4ec24c140c0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","BRB","CED","CEI","FBB","ITP","LEA","LEB","ME1","ME3","PRM","RQS","SUM"],"rarities":["common"]},"scurry oak":{"name":"Scurry Oak","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Treefolk"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Evolve (Whenever a creature you control enters, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)\nWhenever one or more +1/+1 counters are put on this creature, you may create a 1/1 green Squirrel creature token.","non_ability_text":null,"flavor_name":null,"keywords":["Evolve"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Squirrel","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Squirrel"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more +1/+1 counters are put on ~, you may create a 1/1 green Squirrel creature token.","constraint":null,"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false},{"mode":"Evolve","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on this creature","target_prompt":null,"ability_tag":{"type":"Evolve"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.100a: Evolve — whenever a creature you control enters with greater power or toughness than ~, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"eee6c02b-7d6a-4445-ad27-8b03176147d4","metadata":{"related_token_ids":["20cf468e-53c0-55c9-81f0-7ed254feac63","76ce65a3-028f-555a-8294-afe5c9e769e2"],"source_printing_ids":["0fb48c2e-ee0f-4fae-9c22-247870c10d5b","91323e4a-4fd3-44c6-b124-277901fb8aae","c98a3c11-9761-4037-a6bf-f5d41108b738"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","MH2","PLST"],"rulings":[{"date":"2021-06-18","text":"If evolve triggers, the comparison will happen again when the ability tries to resolve. If neither characteristic of the new creature is greater, the ability will do nothing. If the creature that entered the battlefield leaves the battlefield before evolve resolves, use its last known power and toughness to determine whether the creature with evolve gets a +1/+1 counter."},{"date":"2021-06-18","text":"If multiple creatures enter the battlefield at the same time, evolve may trigger multiple times, although the comparison will take place each time one of those abilities tries to resolve. For example, if you control a 1/2 creature with evolve and two 2/2 creatures enter the battlefield, evolve will trigger twice. The first ability will resolve and put a +1/+1 counter on the creature with evolve. When the second ability tries to resolve, neither the power nor the toughness of the new creature is greater than that of the creature with evolve, so that ability does nothing."},{"date":"2021-06-18","text":"When comparing the characteristics of the two creatures for evolve, you always compare power to power and toughness to toughness."},{"date":"2021-06-18","text":"Whenever a creature enters the battlefield under your control, check its power and toughness against the power and toughness of the creature with evolve. If neither characteristic of the new creature is greater, evolve won't trigger at all."}],"rarities":["uncommon"]},"scurry of squirrels":{"name":"Scurry of Squirrels","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Squirrel","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Myriad, myriad (Whenever this creature attacks, for each opponent other than defending player, you may create a token that's a copy of this creature that's tapped and attacking that player or a planeswalker they control. Then do it again. Exile the tokens at end of combat.)\nWhenever this creature deals combat damage to a player, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Myriad","Myriad"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put a +1/+1 counter on target creature you control.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Myriad"},"cost":null,"sub_ability":null,"duration":null,"description":"Create token copies for each opponent other than defending player","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.116a: Myriad — whenever this creature attacks, you may create tapped attacking copy tokens for each opponent other than defending player, then exile them at end of combat.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Myriad"},"cost":null,"sub_ability":null,"duration":null,"description":"Create token copies for each opponent other than defending player","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.116a: Myriad — whenever this creature attacks, you may create tapped attacking copy tokens for each opponent other than defending player, then exile them at end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3beed054-a099-4887-b1bd-39cf9e514e94","metadata":{"related_token_ids":["aae03160-19d3-5edd-9d4a-db5572ed77d3"],"source_printing_ids":["c343b965-af2b-45c3-babb-9242736cf1e5","e3b8bc97-054c-4f7e-8893-0205dabe23f8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC"],"rulings":[{"date":"2024-07-26","text":"Although the tokens enter attacking, they were never declared as attackers. Abilities that trigger whenever a creature attacks won't trigger, including the myriad ability of the tokens. If there are any costs to have a creature attack, those costs won't apply to the tokens."},{"date":"2024-07-26","text":"Any \"enters\" abilities of the copied creature will trigger when the tokens enter. Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the copied creature will also work."},{"date":"2024-07-26","text":"Each token copies exactly what was printed on the original creature and nothing else. It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2024-07-26","text":"If an instance of myriad creates more than one token for any given player (due to an effect such as the one Doubling Season creates), you may choose separately for each token whether it's attacking the player or a planeswalker they control."},{"date":"2024-07-26","text":"If the defending player is your only opponent, no tokens are put onto the battlefield."},{"date":"2024-07-26","text":"The term \"defending player\" in the myriad rules (or any other ability of an attacking creature) refers to the player the creature with myriad was attacking, the controller of the planeswalker it was attacking, or the protector of the battle it was attacking at the time the ability resolves. If that creature is no longer attacking, it refers to the appropriate player based on who or what the creature was last attacking."},{"date":"2024-07-26","text":"The tokens created by a single instance of myriad all enter at the same time."},{"date":"2024-07-26","text":"You choose whether each token is attacking the player or a planeswalker they control as the token is created. If it's attacking a planeswalker, you choose which one. You can't have any of the tokens attack a battle."}],"rarities":["rare"]},"scute swarm":{"name":"Scute Swarm","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, create a 1/1 green Insect creature token. If you control six or more lands, create a token that's a copy of this creature instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Insect","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Insect"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":6}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, create a 1/1 green Insect creature token. If you control six or more lands, create a token that's a copy of ~ instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"aa854d50-444c-49d9-bfb1-5476b33c1c0b","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047","3bbbe9b2-6a32-575f-90af-6b419debf932","4d2ba458-569a-5a74-b079-cd2b89ec3f47","52626921-713d-5fbe-823b-c222119520aa","570cd489-7238-5cc6-9f6e-c789738dd1e6","5f6834d0-69c3-5584-a25a-c88bdb539c4f","61aa5086-680f-5638-801a-69b49c0fe160","9b02e27b-70be-56ba-a683-9e2a622ec8f5","b25392e1-0377-5a67-857d-c6271b7ae245","c260fa03-ae9a-5bda-8c06-aab126a23edd","d0174949-c2b2-537a-8e5e-51298d3f97bc","fdc7aa74-0ebb-5ec9-987d-82b3714dd8db"],"source_printing_ids":["1abdf386-56bc-4575-af89-6edc9a38cd43","309b2cb5-b9a8-417d-b5ae-0a7d03ff93f0","373f199d-f1a6-4a3d-ac83-28741131f313","61f42823-8a48-4b81-a037-664ba1c69f29","62c19f87-1bbc-4309-8781-4519db8b91a2","acd42ebf-6dee-44cc-a023-a7f9b67cfa2f","ea630ba1-22f9-4a10-bdc6-0d03128214f4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DSC","M3C","NCC","OTC","PRM","PZNR","SLD","ZNR"],"rulings":[{"date":"2020-09-25","text":"If Scute Swarm leaves the battlefield before its triggered ability resolves, the token will still enter the battlefield as a copy of Scute Swarm, using Scute Swarm's copiable values from when it was last on the battlefield."},{"date":"2020-09-25","text":"The token copy will have Scute Swarm's ability. It will also be able to create copies of itself."},{"date":"2020-09-25","text":"The token copy won't copy counters or damage marked on Scute Swarm, nor will it copy other effects that have changed Scute Swarm's power, toughness, types, color, and so on. Normally, this means the token will simply be a Scute Swarm, but if any copy effects have affected the original Scute Swarm, the token will take those into account."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["rare"]},"search elemental":{"name":"Search Elemental","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you search your library, scry 1.\nScryfall — Whenever you scry, put a +1/+1 counter on Search Elemental. It can't be blocked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SearchedLibrary","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you search your library, scry 1.","constraint":null,"condition":null,"batched":false},{"mode":"Scry","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you scry, put a +1/+1 counter on ~. It can't be blocked this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"f3d41f6d-1792-4a83-a4e8-d1b6d3ea04a8","metadata":{"source_printing_ids":["b6885228-5eda-4678-a970-82d49b9c4f3a"]},"legalities":{},"printings":["MB2"],"rulings":[{"date":"2024-11-08","text":"For many playtest cards, you’ll need to make a generous assumption that basic game rules would be updated to allow them to work. The Mystery Booster 2 Playtest Card Notes section (reproduced here in individual Gatherer rulings) provides guidance for fitting these cards into the existing rules structure."},{"date":"2024-11-08","text":"Playtest cards aren’t legal for play in any tournament format other than Mystery Booster Limited formats. On the other hand, we expect they will spice up a wide variety of non-tournament games (as long as everyone’s on the same page about using them!)."},{"date":"2024-11-08","text":"Playtest cards use a modified version of game symbols, such as {T} and {W}. These modified symbols should be treated as the standard symbols during play."},{"date":"2024-11-08","text":"Search Elemental doesn’t have a third ability as far as we can tell, but feel free to keep looking."},{"date":"2024-11-08","text":"Search Elemental’s first ability won’t be put onto the stack until after the spell or ability that caused you to search your library finishes resolving."},{"date":"2024-11-08","text":"Search Elemental’s second ability won’t be put onto the stack until after the spell or ability that caused you to scry finishes resolving."}],"rarities":["rare"]},"search for tomorrow":{"name":"Search for Tomorrow","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a basic land card, put it onto the battlefield, then shuffle.\nSuspend 2—{G} (Rather than cast this card from your hand, you may pay {G} and exile it with two time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":2,"cost":{"type":"Cost","shards":["Green"],"generic":0}}}],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card, put it onto the battlefield, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"9cdc9f99-c6fa-40cd-90b0-e47d43a8cc3c","metadata":{"source_printing_ids":["029b6d93-0f7a-4df4-8c01-96cbd5e03315","0c65336f-f735-4c35-9278-ad97255eb5bb","4a0c73a9-38a2-4a3d-938e-b81ba166f0ff","4c5e2fbf-87fe-48cd-aeca-e37f0a388a30","54727876-b61e-4138-8df8-1535d93c2920","56f739e8-b4ba-426a-a159-0e0d5a0ebb6f","857818d8-454b-4c2c-8cf2-7aa9c2898b18","a0383f8d-8b8a-4a6b-8756-b27d8351a856","a1a950b3-5083-474a-8f56-fec7637cc402","b145c299-311a-4a76-944e-7d8aabb6857c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CLB","CMR","DMC","HOP","IMA","MMA","PLST","TSP","TSR","WHO"],"rulings":[{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["common"]},"searing spear":{"name":"Searing Spear","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Searing Spear deals 3 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"aafd44c1-74a9-4aa7-a4a2-67eb39a07478","metadata":{"source_printing_ids":["11a94b7c-0216-473c-87a6-71e5a64d7799","44c5f884-d071-40c2-bb2c-925dc2197ea3","55b0ae3d-8f1e-40c4-a32e-5ac42b19f2f2","9154f49f-229f-4362-a8e1-616666a81bee"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["E01","F13","J22","M13","PLST","PRM"],"rarities":["common"]},"season of gathering":{"name":"Season of Gathering","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to five {P} worth of modes. You may choose the same mode more than once.\n{P} — Put a +1/+1 counter on a creature you control. It gains vigilance and trample until end of turn.\n{P}{P} — Choose artifact or enchantment. Destroy all permanents of the chosen type.\n{P}{P}{P} — Draw cards equal to the greatest power among creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain vigilance and trample"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Artifact","Enchantment"]}},"persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3ea060d8-449c-4a5e-8883-b45bd7707b5b","modal":{"min_choices":0,"max_choices":5,"mode_count":3,"mode_descriptions":["Put a +1/+1 counter on a creature you control. It gains vigilance and trample until end of turn.","Choose artifact or enchantment. Destroy all permanents of the chosen type.","Draw cards equal to the greatest power among creatures you control."],"allow_repeat_modes":true,"mode_pawprints":[1,2,3],"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["6e99fa55-2594-434b-9396-95b8f661bd0d","71dd3c27-e0d5-434e-a0f3-4a95245e21c2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Choices made for the first and second modes of Season of Gathering aren't made until the spell is resolving."},{"date":"2024-07-26","text":"If a Season is copied, the effect that creates the copy will usually allow you to choose new targets, but you can't choose new modes."},{"date":"2024-07-26","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose. Each time you select that mode, you can choose a different target, or you can choose the same target."},{"date":"2024-07-26","text":"If all targets for the chosen modes become illegal before the Season resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-07-26","text":"No matter which combination of modes you choose, you always follow the instructions of a Season in the order they are written. If the same mode is chosen more than once, you choose their relative order as you cast the spell."},{"date":"2024-07-26","text":"No player can cast spells or activate abilities in between the modes of a resolving spell."},{"date":"2024-07-26","text":"The pawprint symbol does not represent a cost, mana, counters, or any kind of persistent resource. You can't \"save up\" pawprint symbols from one Season spell to use on a future one, mostly because there isn't anything concrete to save up. They're just pawprints."},{"date":"2024-07-26","text":"You choose the modes as you cast the spell. Once modes are chosen, they can't be changed."},{"date":"2024-07-26","text":"You don't have to choose modes that add up to exactly five pawprints. For example, you could choose the two pawprint mode twice and leave it at that. You could even choose no modes at all. You probably shouldn't, but you could."}],"rarities":["mythic"]},"season of loss":{"name":"Season of Loss","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to five {P} worth of modes. You may choose the same mode more than once.\n{P} — Each player sacrifices a creature of their choice.\n{P}{P} — Draw a card for each creature that died under your control this turn.\n{P}{P}{P} — Each opponent loses X life, where X is the number of creature cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"31b5d0ad-3a4d-4f43-b0a9-c9f7a362680f","modal":{"min_choices":0,"max_choices":5,"mode_count":3,"mode_descriptions":["Each player sacrifices a creature of their choice.","Draw a card for each creature that died under your control this turn.","Each opponent loses X life, where X is the number of creature cards in your graveyard."],"allow_repeat_modes":true,"mode_pawprints":[1,2,3],"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["2a428d58-b376-489e-8224-17a41ef6e81b","cc540652-916b-45c5-ae5a-0a0bc557cee1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"If a Season is copied, the effect that creates the copy will usually allow you to choose new targets, but you can't choose new modes."},{"date":"2024-07-26","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose. Each time you select that mode, you can choose a different target, or you can choose the same target."},{"date":"2024-07-26","text":"If all targets for the chosen modes become illegal before the Season resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-07-26","text":"No matter which combination of modes you choose, you always follow the instructions of a Season in the order they are written. If the same mode is chosen more than once, you choose their relative order as you cast the spell."},{"date":"2024-07-26","text":"No player can cast spells or activate abilities in between the modes of a resolving spell."},{"date":"2024-07-26","text":"The pawprint symbol does not represent a cost, mana, counters, or any kind of persistent resource. You can't \"save up\" pawprint symbols from one Season spell to use on a future one, mostly because there isn't anything concrete to save up. They're just pawprints."},{"date":"2024-07-26","text":"When you're following the instructions from the first mode, first the player whose turn it is chooses which creature they're going to sacrifice, then each other player in turn order does the same. Players will know the choices of previous players when making their choices. Then all chosen creatures are sacrificed by their controllers simultaneously. Repeat this process for each additional time the first mode was chosen."},{"date":"2024-07-26","text":"You choose the modes as you cast the spell. Once modes are chosen, they can't be changed."},{"date":"2024-07-26","text":"You don't have to choose modes that add up to exactly five pawprints. For example, you could choose the two pawprint mode twice and leave it at that. You could even choose no modes at all. You probably shouldn't, but you could."}],"rarities":["mythic"]},"season of the bold":{"name":"Season of the Bold","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to five {P} worth of modes. You may choose the same mode more than once.\n{P} — Create a tapped Treasure token.\n{P}{P} — Exile the top two cards of your library. Until the end of your next turn, you may play them.\n{P}{P}{P} — Until the end of your next turn, whenever you cast a spell, Season of the Bold deals 2 damage to up to one target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":false,"mode":"Play","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"SpellCast","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5fe29c25-a7ad-4c79-a5a5-da1bbc832141","modal":{"min_choices":0,"max_choices":5,"mode_count":3,"mode_descriptions":["Create a tapped Treasure token.","Exile the top two cards of your library. Until the end of your next turn, you may play them.","Until the end of your next turn, whenever you cast a spell, ~ deals 2 damage to up to one target creature."],"allow_repeat_modes":true,"mode_pawprints":[1,2,3],"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["4811acb4-e116-5e6b-8d42-707057b51299"],"source_printing_ids":["84352565-558b-4f9b-a411-532147806a78","e9d88763-35bd-472a-810e-02c795d0c873"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"If a Season is copied, the effect that creates the copy will usually allow you to choose new targets, but you can't choose new modes."},{"date":"2024-07-26","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose. Each time you select that mode, you can choose a different target, or you can choose the same target."},{"date":"2024-07-26","text":"If all targets for the chosen modes become illegal before the Season resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-07-26","text":"No matter which combination of modes you choose, you always follow the instructions of a Season in the order they are written. If the same mode is chosen more than once, you choose their relative order as you cast the spell."},{"date":"2024-07-26","text":"No player can cast spells or activate abilities in between the modes of a resolving spell."},{"date":"2024-07-26","text":"The delayed triggered ability created by the third mode of Season of the Bold resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2024-07-26","text":"The pawprint symbol does not represent a cost, mana, counters, or any kind of persistent resource. You can't \"save up\" pawprint symbols from one Season spell to use on a future one, mostly because there isn't anything concrete to save up. They're just pawprints."},{"date":"2024-07-26","text":"You choose the modes as you cast the spell. Once modes are chosen, they can't be changed."},{"date":"2024-07-26","text":"You don't choose a target for the last mode when Season of the Bold resolves. Instead, until the end of your next turn, a delayed triggered ability goes on the stack whenever you cast a spell. You choose a target for that ability when it goes on the stack. Each player may respond to that ability as normal."},{"date":"2024-07-26","text":"You don't have to choose modes that add up to exactly five pawprints. For example, you could choose the two pawprint mode twice and leave it at that. You could even choose no modes at all. You probably shouldn't, but you could."},{"date":"2024-07-26","text":"You pay all costs and follow all timing rules for cards played with the permission granted by the second mode. For example, if one of the exiled cards is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["mythic"]},"season of the burrow":{"name":"Season of the Burrow","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to five {P} worth of modes. You may choose the same mode more than once.\n{P} — Create a 1/1 white Rabbit creature token.\n{P}{P} — Exile target nonland permanent. Its controller draws a card.\n{P}{P}{P} — Return target permanent card with mana value 3 or less from your graveyard to the battlefield with an indestructible counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Rabbit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Rabbit"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["indestructible",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8e013e51-1684-4f58-8fe1-3588b6fbb5b5","modal":{"min_choices":0,"max_choices":5,"mode_count":3,"mode_descriptions":["Create a 1/1 white Rabbit creature token.","Exile target nonland permanent. Its controller draws a card.","Return target permanent card with mana value 3 or less from your graveyard to the battlefield with an indestructible counter on it."],"allow_repeat_modes":true,"mode_pawprints":[1,2,3],"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["9a2bfa2b-416f-59d3-b8ae-10bc73d26c4f"],"source_printing_ids":["33bf9c60-4e58-48a4-8e53-abef7ab3b671","ba10fbc2-193a-4516-a8dd-8b5f8b33a9de"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"If a Season is copied, the effect that creates the copy will usually allow you to choose new targets, but you can't choose new modes."},{"date":"2024-07-26","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose. Each time you select that mode, you can choose a different target, or you can choose the same target."},{"date":"2024-07-26","text":"If all targets for the chosen modes become illegal before the Season resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-07-26","text":"No matter which combination of modes you choose, you always follow the instructions of a Season in the order they are written. If the same mode is chosen more than once, you choose their relative order as you cast the spell."},{"date":"2024-07-26","text":"No player can cast spells or activate abilities in between the modes of a resolving spell."},{"date":"2024-07-26","text":"The pawprint symbol does not represent a cost, mana, counters, or any kind of persistent resource. You can't \"save up\" pawprint symbols from one Season spell to use on a future one, mostly because there isn't anything concrete to save up. They're just pawprints."},{"date":"2024-07-26","text":"You choose the modes as you cast the spell. Once modes are chosen, they can't be changed."},{"date":"2024-07-26","text":"You don't have to choose modes that add up to exactly five pawprints. For example, you could choose the two pawprint mode twice and leave it at that. You could even choose no modes at all. You probably shouldn't, but you could."}],"rarities":["mythic"]},"season of weaving":{"name":"Season of Weaving","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to five {P} worth of modes. You may choose the same mode more than once.\n{P} — Draw a card.\n{P}{P} — Choose an artifact or creature you control. Create a token that's a copy of it.\n{P}{P}{P} — Return each nonland, nontoken permanent to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"BounceAll","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[{"type":"NonToken"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4b473a42-a0c5-43d5-93f9-c599e963a06b","modal":{"min_choices":0,"max_choices":5,"mode_count":3,"mode_descriptions":["Draw a card.","Choose an artifact or creature you control. Create a token that's a copy of it.","Return each nonland, nontoken permanent to its owner's hand."],"allow_repeat_modes":true,"mode_pawprints":[1,2,3],"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["61da9522-3844-4753-8122-d11ae2780a4c","f5713bb4-bdd9-4253-b6b9-e590532ed773"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Any \"enters\" abilities of the copied permanent will trigger when the token enters. Any \"as [this permanent enters\" or \"[this permanent] enters with\" abilities of the chosen permanent will also work."},{"date":"2024-07-26","text":"If a Season is copied, the effect that creates the copy will usually allow you to choose new targets, but you can't choose new modes."},{"date":"2024-07-26","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose. Each time you select that mode, you can choose a different target, or you can choose the same target."},{"date":"2024-07-26","text":"If all targets for the chosen modes become illegal before the Season resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-07-26","text":"If the copied permanent is a token, the token that's created copies the original characteristics of that token as stated by the effect that created the token."},{"date":"2024-07-26","text":"If the copied permanent is copying something else, then the token enters as whatever that permanent copied."},{"date":"2024-07-26","text":"No matter which combination of modes you choose, you always follow the instructions of a Season in the order they are written. If the same mode is chosen more than once, you choose their relative order as you cast the spell."},{"date":"2024-07-26","text":"No player can cast spells or activate abilities in between the modes of a resolving spell."},{"date":"2024-07-26","text":"The choice made for the second mode of Season of Weaving isn't made until the spell is resolving."},{"date":"2024-07-26","text":"The pawprint symbol does not represent a cost, mana, counters, or any kind of persistent resource. You can't \"save up\" pawprint symbols from one Season spell to use on a future one, mostly because there isn't anything concrete to save up. They're just pawprints."},{"date":"2024-07-26","text":"The token from the second mode copies exactly what was printed on the original creature or artifact and nothing else (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on. If it is a Vehicle, it is not crewed. If it is an Equipment, it is not attached to any creature."},{"date":"2024-07-26","text":"You choose the modes as you cast the spell. Once modes are chosen, they can't be changed."},{"date":"2024-07-26","text":"You don't have to choose modes that add up to exactly five pawprints. For example, you could choose the two pawprint mode twice and leave it at that. You could even choose no modes at all. You probably shouldn't, but you could."}],"rarities":["mythic"]},"seasoned dungeoneer":{"name":"Seasoned Dungeoneer","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you take the initiative.\nWhenever you attack, target attacking Cleric, Rogue, Warrior, or Wizard gains protection from creatures until end of turn. It explores. (Reveal the top card of your library. Put that card into your hand if it's a land. Otherwise, put a +1/+1 counter on the creature, then put the card back or put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":["Explore"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TakeTheInitiative"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you take the initiative.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Protection":{"CardType":"creatures"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain protection from creatures"}],"duration":"UntilEndOfTurn","target":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Cleric"}],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":[{"Subtype":"Rogue"}],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":null,"properties":[{"type":"Attacking"}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Explore"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, target attacking Cleric, Rogue, Warrior, or Wizard gains protection from creatures until end of turn. It explores.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5ea675aa-88d6-4387-a14d-e606fa9c3aec","metadata":{"source_printing_ids":["2af98a7e-6335-4040-a831-d0911ab89dc5","648d9da3-5790-4d64-8b52-83141d2faf36","7fee3f76-20a8-4621-84fb-ddf79c955532","b2025340-4751-46bd-aeeb-abff2e2d5378"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","SLD"],"rulings":[{"date":"2022-06-10","text":"A player who currently has the initiative may take the initiative again. This causes that player to venture into Undercity again, but does not cause them to have multiple initiative designations."},{"date":"2022-06-10","text":"If the player with the initiative leaves the game, the active player takes the initiative at the same time that player leaves the game. If the active player is leaving the game or if there is no active player, the next player in turn order takes the initiative."},{"date":"2022-06-10","text":"If you aren’t in a dungeon when instructed to venture into Undercity, you will put Undercity into the command zone and move your venture marker to Secret Entrance (the first room)."},{"date":"2022-06-10","text":"If you’re already in a dungeon when instructed to venture into Undercity, you move to the next room of that dungeon. If you are already in the last room, you will complete that dungeon and start Undercity. This is true whether you’re already in Undercity or any other dungeon."},{"date":"2022-06-10","text":"In a Two-Headed Giant game, if both players on a team deal combat damage to the player that has the initiative at the same time, the player with the initiative will choose the order of the triggered abilities. Then, as those abilities resolve, one team member takes the initiative (and ventures into Undercity) and then the other team member does the same. The last player to take the initiative keeps it until the initiative changes again."},{"date":"2022-06-10","text":"Only one player can have the initiative at a time. As one player takes the initiative, any other player that had the initiative ceases to have it."},{"date":"2022-06-10","text":"Similarly, when instructed to venture into Undercity, you can’t start a dungeon that isn’t Undercity."},{"date":"2022-06-10","text":"The initiative is a designation a player can have. A player with the initiative designation is said to “have the initiative.” The initiative carries two inherent rules. First, whenever a player takes the initiative, and at the beginning of the upkeep of the player with the initiative, that player ventures into Undercity. Second, whenever one or more creatures a player controls deal combat damage to the player who has the initiative, the first player takes the initiative. Also, some abilities will refer to having the initiative and provide other benefits."},{"date":"2022-06-10","text":"There is no initiative in a game until an effect instructs a player to take the initiative. Once a player is instructed to do this, they have the initiative until another player takes the initiative."},{"date":"2022-06-10","text":"You cannot venture into Undercity unless instructed to do so, either because you have the initiative at the beginning of your upkeep or because you take the initiative. Notably, if you aren’t in a dungeon and an effect instructs you to venture into the dungeon (not venture into Undercity), you can’t start Undercity."}],"rarities":["rare"]},"second little pig":{"name":"Second Little Pig","mana_cost":{"type":"Cost","shards":["WhiteBlack"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Boar"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{2}{W/B}{W/B}: Second Little Pig perpetually becomes a Boar Spirit with base power and toughness 4/4 and gains flying. Activate only if Second Little Pig isn't a Spirit.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ApplyPerpetual","target":{"type":"Any"},"modification":{"kind":"Become","creature_subtypes":["Boar","Spirit"],"power":4,"toughness":4,"keywords":["Flying"]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["WhiteBlack","WhiteBlack"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{W/B}{W/B}: ~ perpetually becomes a Boar Spirit with base power and toughness 4/4 and gains flying. Activate only if ~ isn't a Spirit.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":null}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"680cb2f5-8c1f-4129-a10d-4fcac83ca38c","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"{2}{W/B}{W/B}: Second Little Pig perpetually becomes a Boar Spirit with base power and toughness 4/4 and gains flying. Activate only if Seco","line_index":0}],"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YWOE"]},"secret of bloodbending":{"name":"Secret of Bloodbending","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Lesson"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may waterbend {10}.\nYou control target opponent during their next combat phase. If this spell's additional cost was paid, you control that player during their next turn instead. (You see all cards that player could see and make all decisions for them.)\nExile Secret of Bloodbending.","non_ability_text":null,"flavor_name":null,"keywords":["Waterbend"],"abilities":[{"kind":"Spell","effect":{"type":"ControlNextTurn","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"grant_extra_turn_after":false,"window":"NextCombatPhase"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ControlNextTurn","target":{"type":"TriggeringPlayer"},"grant_extra_turn_after":false,"window":"NextTurn"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"You control target opponent during their next combat phase. If this spell's additional cost was paid, you control that player during their next turn instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"743fa824-18cb-4225-ba7b-5b0bbc3c8d41","additional_cost":{"type":"Optional","data":{"cost":{"type":"Waterbend","cost":{"type":"Cost","shards":[],"generic":10}}}},"metadata":{"source_printing_ids":["682fabaf-bfb0-4ee8-b297-f7436c7a68f2","9bb928ae-f636-4aee-9146-a7885e6a8976"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"Controlling a player doesn't allow you to look at that player's sideboard. If an effect instructs that player to choose a card from outside the game, you can't have that player choose any card."},{"date":"2025-10-02","text":"If the targeted player skips their next combat phase or turn, you'll control the next combat phase or turn the affected player actually takes."},{"date":"2025-10-02","text":"In a Two-Headed Giant game, gaining control of a player causes you to gain control of each player on that team."},{"date":"2025-10-02","text":"Multiple player-controlling effects that affect the same player overwrite each other. The last one to be created is the one that works."},{"date":"2025-10-02","text":"The player you're controlling is still the active player during that turn."},{"date":"2025-10-02","text":"While controlling another player, you also continue to make your own choices and decisions."},{"date":"2025-10-02","text":"While controlling another player, you can see all cards in the game that player can see. This includes cards in that player's hand, face-down cards that player controls, and any cards in that player's library the player may look at."},{"date":"2025-10-02","text":"While controlling another player, you make all choices and decisions that player is allowed to make or is told to make. This includes choices about what spells to cast or what abilities to activate, as well as any decisions called for by triggered abilities or for any other reason."},{"date":"2025-10-02","text":"You also can't make any choices or decisions for the player that would be called for by the tournament rules (such as whether to take an intentional draw or whether to call a judge)."},{"date":"2025-10-02","text":"You can use only the affected player's resources (cards, mana, and so on) to pay costs for that player; you can't use your own. Similarly, you can use the affected player's resources only to pay that player's costs; you can't spend them on your costs."},{"date":"2025-10-02","text":"You can't make any illegal decisions or illegal choices—you can't do anything that player couldn't do. You can't make choices or decisions for that player that aren't called for by the game rules or by any cards, permanents, spells, abilities, and so on. If an effect causes another player to make decisions that the affected player would normally make (such as Master Warcraft does), that effect takes precedence. In other words, if the affected player wouldn't make a decision, you wouldn't make that decision on that player's behalf."},{"date":"2025-10-02","text":"You can't make the affected player concede. That player may choose to concede at any time, even while you're controlling that player."},{"date":"2025-10-02","text":"You only control the player. You don't control any of that player's permanents, spells, or abilities."}],"rarities":["mythic"]},"secret summoning":{"name":"Secret Summoning","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Conspiracy"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Hidden agenda (Start the game with this conspiracy face down in the command zone and secretly choose a card name. You may turn this conspiracy face up any time and reveal that name.)\nWhenever a creature you control with the chosen name enters, you may search your library for any number of cards with that name, reveal them, put them into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},{"type":"HasChosenName"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2147483647}},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"HasChosenName"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield","Command"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control with the chosen name enters, you may search your library for any number of cards with that name, reveal them, put them into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"1342ee23-c3a0-4578-833a-e30a9fc9141c","metadata":{"source_printing_ids":["7867db8a-5adc-4fe9-aabd-aa55935e3227"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"banned"},"printings":["CNS"],"rulings":[{"date":"2016-08-23","text":"A conspiracy doesn't count as a card in your deck for purposes of meeting minimum deck size requirements. (In most drafts, the minimum deck size is 40 cards.)"},{"date":"2016-08-23","text":"A conspiracy with hidden agenda that has a triggered ability must be face up before that ability's trigger condition is met in order for it to trigger. Turning it face up afterward won't have any effect."},{"date":"2016-08-23","text":"A conspiracy's static and triggered abilities function as long as that conspiracy is face-up in the command zone."},{"date":"2016-08-23","text":"As a special action, you may turn a face-down conspiracy face up. You may do so any time you have priority. This action doesn't use the stack and can't be responded to. Once face up, the named card is revealed and the conspiracy's abilities will affect the game."},{"date":"2016-08-23","text":"At the end of the game, you must reveal any face-down conspiracies you own in the command zone to all players."},{"date":"2016-08-23","text":"At the end of the game, you must reveal any face-down conspiracies you own in the command zone to all players. Notably, you can't bluff conspiracies with hidden agenda by putting other cards into the command zone face down as the game starts."},{"date":"2016-08-23","text":"Conspiracies are colorless, have no mana cost, and can't be cast as spells."},{"date":"2016-08-23","text":"Conspiracies are never put into your deck. Instead, you put any number of conspiracies from your card pool into the command zone as the game begins. These conspiracies are face up unless they have hidden agenda, in which case they begin the game face down."},{"date":"2016-08-23","text":"Conspiracies aren't legal for any sanctioned Constructed format, but may be included in other Limited formats, such as Cube Draft."},{"date":"2016-08-23","text":"If you play multiple games after the draft, you can name a different card in each new game."},{"date":"2016-08-23","text":"There are several ways to secretly name a card, including writing the name on a piece of paper that's kept with the face-down conspiracy. If you have multiple face-down conspiracies, you may name a different card for each one. It's important that each named card is clearly associated with only one of the conspiracies."},{"date":"2016-08-23","text":"You can look at any player's face-up conspiracies at any time. You'll also know how many face-down conspiracies a player has in the command zone, although you won't know what they are."},{"date":"2016-08-23","text":"You don't have to play with any conspiracy you draft. However, you have only one opportunity to put conspiracies into the command zone, as the game begins. You can't put conspiracies into the command zone after this point."},{"date":"2016-08-23","text":"You must name a Magic card. Notably, you can't name a token."},{"date":"2016-08-23","text":"You name the card as the game begins, as you put the conspiracy into the command zone, not as you turn the face-down conspiracy face up."}],"rarities":["uncommon"]},"secrets of the key":{"name":"Secrets of the Key","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Investigate. If this spell was cast from a graveyard, investigate twice instead. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")\nFlashback {3}{U}","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":3}}}],"abilities":[{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CastFromZone","zone":"Graveyard"}},"optional_targeting":false,"optional":false,"repeat_for":{"type":"Fixed","value":2},"forward_result":false},"duration":null,"description":"Investigate. If this spell was cast from a graveyard, investigate twice instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"55c7ce94-3cd3-42f3-9dd8-0c118fa626c8","metadata":{"related_token_ids":["57ae50b3-6f72-5a02-b3f4-49da0022bfc9","abd6c74d-5223-52c6-8547-c5f8347fb0cb"],"source_printing_ids":["9b022ba8-07b6-4993-99c8-89c6dcb19e60","c136e3ee-5134-480e-a322-69c9ed9b4677"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID"],"rulings":[{"date":"2021-09-24","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2021-09-24","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-09-24","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-09-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-09-24","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-09-24","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["common"]},"seek the beast":{"name":"Seek the Beast","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile the top two cards of your library. Until your next end step, you may play those cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile the top two cards of your library. Until your next end step, you may play those cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"555df32f-f8e9-49af-bc4a-1194ea325a97","metadata":{"source_printing_ids":["72c130e2-1e17-4996-a5ae-231155d68261","c6406eba-da58-4264-a213-20e22c1c3bec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","SLP","WOE"],"rarities":["rare"]},"seer of the bright side":{"name":"Seer of the Bright Side","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"This creature enters with two cage counters on it.\nThis creature can't attack or block as long as it has a cage counter on it.\nAt the beginning of your upkeep, remove a cage counter from this creature. When the last cage counter is removed this way, destroy target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"cage","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"when","description":"When the last cage counter is removed this way, destroy target creature an opponent controls"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, remove a cage counter from ~. When the last cage counter is removed this way, destroy target creature an opponent controls.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"CantAttackOrBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"cage"},"minimum":1},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack or block as long as it has a cage counter on it."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"cage","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with two cage counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d7bfea15-ced2-415e-b175-4588186536b4","metadata":{"source_printing_ids":["544949ec-1065-46f9-a10e-3e9976ba75d9"]},"legalities":{},"printings":["UNK"],"rarities":["rare"]},"sefris of the hidden ways":{"name":"Sefris of the Hidden Ways","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever one or more creature cards are put into your graveyard from anywhere, venture into the dungeon. This ability triggers only once each turn. (To venture into the dungeon, enter the first room or advance to the next room.)\nCreate Undead — Whenever you complete a dungeon, return target creature card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"VentureIntoDungeon"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever one or more creature cards are put into your graveyard from anywhere, venture into the dungeon. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":true},{"mode":"DungeonCompleted","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you complete a dungeon, return target creature card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"9b21e056-57e7-4e39-b2b4-2fdf8719d0d2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5476a08d-7826-4b5b-90b8-56013273a189","d30255f6-e058-476a-b377-2ee4c9178ed1","e7432e83-ae0b-463d-9d5f-b8c319749fa2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","OAFC","SLD"],"rulings":[{"date":"2021-07-23","text":"A player may only have one dungeon in the command zone at a time."},{"date":"2021-07-23","text":"Choosing the dungeon or room to venture into is part of resolving the venture into the dungeon keyword action. Once that choice is made, players may not respond until after the appropriate room ability has triggered."},{"date":"2021-07-23","text":"Dungeon cards are not part of a player's deck or sideboard. In both constructed and limited formats, players can use any dungeon card when they venture into the dungeon."},{"date":"2021-07-23","text":"Dungeons are removed from the game as a state-based action."},{"date":"2021-07-23","text":"If you somehow venture into the dungeon while a room's ability is on the stack, you will continue on in the dungeon. If you're already in the last room, complete that dungeon and start a new one."},{"date":"2021-07-23","text":"Moving into a dungeon room will cause its room ability to trigger."},{"date":"2021-07-23","text":"Once you resolve the last room ability of a dungeon, that dungeon is now completed and is removed from the game."},{"date":"2021-07-23","text":"Sefris of the Hidden Ways' first ability looks only at the type the card has in the graveyard, not the type it had in any other zone. For example, animated lands dying won't cause the ability to trigger. The opposite is also true. For example, if a creature that was cast as an Adventure is countered, it's a creature card in the graveyard and the first ability will trigger."},{"date":"2021-07-23","text":"The player venturing into the dungeon chooses which dungeon they will venture into. They may choose a dungeon that they have already completed this game."},{"date":"2021-07-23","text":"To venture into the dungeon, a player moves their venture marker into the next room of the dungeon they are currently in. If they aren't currently in a dungeon, that player instead chooses a dungeon card from outside the game, puts it into the command zone, and moves their venture marker onto the first room."},{"date":"2021-07-23","text":"You can only move forward (well, downward) in a dungeon, never backwards or sideways."},{"date":"2021-09-24","text":"Sefris of the Hidden Ways must be on the battlefield for its first ability to trigger. It does not trigger when Sefris goes to the graveyard from the battlefield, even if other creature cards also went to the graveyard at the same time."}],"rarities":["mythic"]},"selenia":{"name":"Selenia","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have vigilance.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have vigilance."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"927aeb03-6491-4c3f-b01b-2a96b0ce6707","legalities":{},"printings":["PVAN"]},"selesnya guildgate":{"name":"Selesnya Guildgate","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Gate"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\n{T}: Add {G} or {W}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Green","White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G} or {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"75b235d3-595a-4859-be45-9559d8445db5","metadata":{"source_printing_ids":["4c1d26ae-d775-4cd4-afc1-139021d77543","6718d4e7-768e-473f-8064-a68422e977f6","69ea39da-93c8-4806-8f93-10f71fb8c62e","6d5ee7a5-937a-4c2b-af8c-6e5734677c53","72c75557-640e-449c-a545-546e98f4231c","90198725-0cd3-4650-9575-c22674aa4185","b48471b4-fb3f-4910-b2d0-5c08cfd44f51","bd753820-0a53-402d-bffe-11d94d054e3c","c65f7fe6-faca-4911-b7bf-72f081dd5fea","e31ce388-316a-4b50-aa77-888c8975ba21","e9b50917-6b95-41b8-86c7-1f4c8204d099","edcd3a31-6ba8-4b72-a134-43d53da54c70","ee1db693-5dd9-48de-8520-014d9ad5b596","ff61d4e4-3c8c-48f7-a994-ec2317bbd9a0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["C13","C17","CLU","CMA","DGM","FDN","GRN","MM3","PIO","PLST","RTR","RVR","ZNC"],"rulings":[{"date":"2013-04-15","text":"Gate is not a basic land type."},{"date":"2013-04-15","text":"The subtype Gate has no special rules significance, but other spells and abilities may refer to it."}],"rarities":["common"]},"selfless police captain":{"name":"Selfless Police Captain","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Detective"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature enters with a +1/+1 counter on it.\nWhen this creature leaves the battlefield, put its +1/+1 counters on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":"P1P1","count":null,"mode":"Put","selection":"StackTarget","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, put its +1/+1 counters on target creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ece77a64-8d99-430e-8407-bdb321828d63","metadata":{"source_printing_ids":["1533363c-d95e-46d9-8dce-37f66192d361","4ae38e57-014b-487a-bb03-d45f5fbb927e","fb0fd7bd-10d0-4d29-af88-387d1e07f3b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC","OM1","SPM"],"rarities":["common"]},"selvala, explorer returned":{"name":"Selvala, Explorer Returned","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Parley — {T}: Each player reveals the top card of their library. For each nonland card revealed this way, add {G} and you gain 1 life. Then each player draws a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"FilteredTrackedSetSize","filter":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[]}}},"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":"Parley — {T}: Each player reveals the top card of their library. For each nonland card revealed this way, add {G} and you gain 1 life. Then each player draws a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"b628a39b-c923-473d-900a-1617f47ecb76","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["28c1b84a-a21b-4df1-9fc9-5b387fb56810","54467e0f-fa50-4fd9-957d-892e567a2a08","69195842-c7ce-477b-a04f-06412aff382a","89d4786c-e022-4ae5-9ef3-75886db51f49","9a9fd6b0-bb47-4ab5-968d-3051c0d7a082","bd39ebe5-2725-4cfb-8a94-54e71d55e8b3","cb1ad2b7-bdf1-4c37-9591-edaa271e9fa4","fcd83749-5e4b-4e59-bf8f-821ce647e862"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC","C16","CNS","DMC","MKC","NCC","SLD","VMA"],"rulings":[{"date":"2014-05-29","text":"Except in some very rare cases, the card each player draws will be the card revealed from the top of their library."},{"date":"2014-05-29","text":"If you activate Selvala's ability while casting a spell, and you discover you can't produce enough mana to pay that spell's costs, the spell is reversed. The spell returns to whatever zone you were casting it from. You may reverse other mana abilities you activated while casting the spell, but Selvala's ability can't be reversed. You'll still have whatever mana that ability produced, and each player will have drawn a card."},{"date":"2014-05-29","text":"Selvala's parley ability is a mana ability. It doesn't use the stack and can't be responded to."}],"rarities":["rare"]},"selvala, heart of the wilds":{"name":"Selvala, Heart of the Wilds","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature enters, its controller may draw a card if its power is greater than each other creature's power.\n{G}, {T}: Add X mana in any combination of colors, where X is the greatest power among creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyCombination","count":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{G}, {T}: Add X mana in any combination of colors, where X is the greatest power among creatures you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature enters, its controller may draw a card if its power is greater than each other creature's power.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"OtherThanTriggerObject"}]}}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"1d725121-e50c-42f0-9128-56802f07c89e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2253ed0b-380e-40b9-bbf9-ff14b80dc272","3088aed3-4568-4978-ac4c-6c435b65c083","7d711cb2-4f34-4792-90d7-2be5d329a347","812856be-cf51-42de-96d2-4ac91e71d442","819f30d8-6277-4811-b2c9-f78bc8f86fe7","8cc3323f-cdc7-4368-9ab9-ce8a41085bca","907c790c-d78c-4886-b581-280bd6da70a4","99a3e619-fbdb-406c-9f21-eb582cb878c0","fb87782d-e9c7-440b-bd96-aa043d18e185"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","CN2","ECC","JMP","M3C","PLST","PZ2"],"rulings":[{"date":"2016-08-23","text":"If the new creature isn't on the battlefield as the first ability resolves, use its power when it left the battlefield to determine whether its controller may draw a card. Note that effects that reduced its power before it left the battlefield will apply."},{"date":"2016-08-23","text":"Selvala's last ability is a mana ability. It doesn't use the stack and can't be responded to. If the greatest power among creatures you control is 0 or less at that time, no mana is added."},{"date":"2016-08-23","text":"The new creature's power is compared to the power of each other creature on the battlefield as the first ability resolves. If another creature has the same or higher power than the new creature's power, no one may draw a card."}],"rarities":["mythic"]},"semblance anvil":{"name":"Semblance Anvil","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Imprint — When this artifact enters, you may exile a nonland card from your hand.\nSpells you cast that share a card type with the exiled card cost {2} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile a nonland card from your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"SharesQuality","quality":"CardType","reference":{"type":"ExiledBySource"}}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast that share a card type with the exiled card cost {2} less to cast."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"bbd0c406-c995-46e0-898d-375fdbede203","metadata":{"source_printing_ids":["0380b46d-1660-404d-9d11-705d8809ea46","52f4f1fa-43b8-411c-a151-c90b776fe985","587b9829-b935-4d75-9856-cb614b2aa6df","cce812e6-e781-4108-bfc8-3095aa4f1039"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BRR","SOM"],"rulings":[{"date":"2011-01-01","text":"Artifact, battle, creature, enchantment, instant, kindred, planeswalker, and sorcery are card types."},{"date":"2011-01-01","text":"Semblance Anvil can reduce the amount you pay for a spell's cost that includes {X}. For example, Blaze is a sorcery that costs {X}{R}. If the card exiled with Semblance Anvil is a sorcery, and you want to cast Blaze with X equal to 5, you'll have to pay only {3}{R}. This is true even if the ability states that {X} must be paid with a certain color of mana (as Drain Life does)."},{"date":"2011-01-01","text":"Semblance Anvil takes the total cost to cast a spell into account, not just its mana cost. This includes additional costs (such as kicker) and alternative costs (such as evoke). It also includes cost increases from other sources (such as Lodestone Golem's ability)."},{"date":"2011-01-01","text":"Semblance Anvil won't affect the part of a spell's cost represented by colored mana symbols. For example, a spell that normally costs {1}{U} to cast would cost {U} if it shared a card type with the exiled card."},{"date":"2011-01-01","text":"Semblance Anvil's cost reduction effect is mandatory."},{"date":"2011-01-01","text":"Spells you cast that share multiple card types with the exiled card still cost just {2} less to cast. They don't get a greater cost reduction."}],"rarities":["rare"]},"sensei's divining top":{"name":"Sensei's Divining Top","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}: Look at the top three cards of your library, then put them back in any order.\n{T}: Draw a card, then put this artifact on top of its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":"Library","keep_count":null,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}: Look at the top three cards of your library, then put them back in any order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Draw a card, then put ~ on top of its owner's library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"13575cf9-65c1-4861-b21e-eb2155e07766","metadata":{"source_printing_ids":["4a08ca06-58db-4ce6-b490-be4bea8956a1","696792c7-245a-437e-b495-477b177773ba","72450f69-9f56-44da-8aed-0edccc6ab142","83c01c91-ea01-46c7-b94c-97777b968459","cef87d80-5a31-4233-a6f2-7c26a9388107","e5142b7a-e580-4737-a4aa-2590f6610ceb","f421a21a-763f-479b-bcc3-2abae29098d7"]},"legalities":{"commander":"legal","duel":"banned","legacy":"banned","modern":"banned","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","CHK","EMA","MB2","PLST","PRM","V09"],"rulings":[{"date":"2016-06-08","text":"If Sensei's Divining Top leaves the battlefield while its second ability is on the stack, you'll draw a card and leave Sensei's Divining Top in the zone it's moved to."},{"date":"2016-06-08","text":"Sensei's Divining Top's second ability may be activated in response to its first ability. If so, you'll draw a card, put Sensei's Divining Top on top of your library, and then look at the top three cards and rearrange them."}],"rarities":["uncommon","rare"]},"sentinel sliver":{"name":"Sentinel Sliver","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Sliver creatures you control have vigilance. (Attacking doesn't cause them to tap.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Sliver creatures you control have vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1d0f1186-be6c-45c3-9703-f0c1e13892fb","metadata":{"source_printing_ids":["527b5f67-3b96-40c1-adba-444f28d2bcf7","74c28560-e6ac-4be9-a253-22c4613b0d90","75abe731-5b63-4142-a366-129f3104c94c","7cb2cc85-f4a6-47ad-b94e-f16534d02ae2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","J21","M14","PLST"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn’t provide any additional benefit."},{"date":"2013-07-01","text":"If you change the creature type of a Sliver you control so it’s no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures you control."}],"rarities":["common"]},"sentinel's eyes":{"name":"Sentinel's Eyes","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +1/+1 and has vigilance.\nEscape—{W}, Exile two other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Exile","count":2,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+1 and has vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0a7d6489-b239-4ce8-aea3-7b5d0e436f70","metadata":{"source_printing_ids":["32adc118-b81e-48c2-b7ef-b62e8c3308d6","9f50278a-06fc-4b11-a1d2-d28cd213ff8f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["SOC","THB"],"rulings":[{"date":"2020-01-24","text":"After an escaped spell resolves, it returns to its owner's graveyard if it's not a permanent spell. If it is a permanent spell, it enters the battlefield and will return to its owner's graveyard if it dies later. Perhaps it will escape again—good underworld security is so hard to come by these days."},{"date":"2020-01-24","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2020-01-24","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2020-01-24","text":"If a card with escape is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2020-01-24","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2020-01-24","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2020-01-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."}],"rarities":["common"]},"serpent's soul-jar":{"name":"Serpent's Soul-Jar","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an Elf you control dies, exile it.\n{T}, Pay 2 life: Until end of turn, you may cast a creature spell from among cards exiled with this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Exile"}]},{"type":"ExiledBySource"}]},"without_paying_mana_cost":false,"mode":"Cast","duration":"UntilEndOfTurn"},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"PayLife","amount":{"type":"Fixed","value":2}}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}, Pay 2 life: Until end of turn, you may cast a creature spell from among cards exiled with ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an Elf you control dies, exile it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5d451958-25f3-4e70-8be2-c832f60f39e9","metadata":{"source_printing_ids":["08ae371f-ce62-475f-89a2-1f8a17cf950f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["KHC"],"rulings":[{"date":"2021-02-05","text":"Players can respond to the triggered ability that exiles the card from your graveyard by removing it in some other way. If the card leaves the graveyard before the ability of Serpent's Soul-Jar exiles it, Serpent's Soul-Jar won't let you cast it."},{"date":"2021-02-05","text":"The activated ability doesn't change when you can cast the creature spell. In most cases, this means during your main phase while the stack is empty, although flash may change this."}],"rarities":["rare"]},"serra angel":{"name":"Serra Angel","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nVigilance (Attacking doesn't cause this creature to tap.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4b7ac066-e5c7-43e6-9e7e-2739b24a905d","metadata":{"source_printing_ids":["14c86103-ea57-47ef-8249-01b15e1469bc","1941cf19-b1f6-4148-a1de-6d03531f2f1c","1bd88ba4-4b2a-479c-9ff8-e02092afe9de","249a7560-7899-4531-a4cc-499a7aeb3372","27c4f032-0a26-4d21-906f-dd80310a14b8","354aa649-0261-4fb3-ac83-babc0e957be2","3a398d30-2db9-4530-9f68-fb4dd6ebcbd2","3b6ddff0-543a-493d-9ff9-8afa45ff96c7","3c31fb9d-ec0d-4555-814d-62642d52c710","3c53890f-8cf2-42ad-8b5f-66badc99630c","3cee9303-9d65-45a2-93d4-ef4aba59141b","43d2148d-41d9-4af8-bf00-51213fdeeae5","475f2a7b-9bd5-4ad7-868a-7652d06f3f6c","533368eb-9005-45a7-94c1-ef4fa7d5debc","5669f9c8-2e94-47e2-a551-7efff317fb34","5fe2d063-a9b1-4693-9841-923210bf09d7","658b2f11-7420-4fa7-98f0-4f4be2093355","71567cb0-f4f3-4e86-a9d3-c207119a3185","7f9595c6-7de4-4c2e-827e-668dccb0e6fe","8072d00a-82ff-4406-bdf8-1af20cd3a170","82c2befd-8a6d-43ba-97e3-5abae8067adb","8460bbe9-a265-4f6c-bf36-1b4352ea2df4","9067f035-3437-4c5c-bae9-d3c9001a3411","9366c5b9-4ed8-48d8-a74f-90c15a474906","97fa5f07-46ba-408d-a861-bdb1791cc188","9d1d2060-8c4b-4115-ab31-e572ee61a0cc","a7f7e0ec-a5a9-410f-b062-d768aa59ecde","b089b409-2156-4c94-890f-e8804ab5a50c","b16cb23f-52d2-49b2-b07b-39679d695fc1","b56b9131-4f7e-4912-ba47-63ed82f21d1b","b7b4e357-de48-4461-8109-bbb07fff5171","b8c5e74c-96e7-4a1f-93b7-14d776fe4b2d","c3607d52-9b76-4950-a47e-d09f47c1b7e8","ca5d7cd8-33af-4044-9f53-d32ba7a8c69f","cad4c850-097e-4909-87ec-a33ef8f2ba34","ccd7b4cf-1413-4816-8bef-4e7ab101ccd2","d56afc99-5168-4853-afbb-eab32d62c472","d740a59f-0a46-4ad2-90a7-ac8c4d753a38","da497cf0-942e-48a5-943e-16183a4567fd","e430b8c9-9439-4256-9066-e9b57f257fe7","f8ac5006-91bd-4803-93da-f87cf196dd2f","f949cbb1-c8a8-4f26-b12d-c58a0605cb14","fe1e5de6-3f95-4e1c-99ae-574074998d5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","7ED","8ED","9ED","ANB","ATH","CED","CEI","CMA","CMD","DDC","DMR","DOM","DVD","EMA","FBB","FDN","GN3","GNT","IMA","J25","JMP","LEA","LEB","M10","M11","M12","M13","M14","M15","ME4","O90P","OANA","ORI","P30A","P30H","PDOM","PLST","PMDA","PRM","PS11","PTC","PW24","PWOS","SLD","SUM","V15","W16","W17"],"rarities":["uncommon","rare"]},"serra's emissary":{"name":"Serra's Emissary","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs this creature enters, choose a card type.\nYou and creatures you control have protection from the chosen card type.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":{"Protection":"ChosenCardType"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You and creatures you control have protection from the chosen card type."},{"mode":{"PlayerProtection":"ChosenCardType"},"affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You and creatures you control have protection from the chosen card type."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a card type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7a56c6e1-0509-4783-9b29-cf3163977166","metadata":{"source_printing_ids":["216ee3a4-6be1-46f4-87e7-d2e86b0cb65c","8de657fb-e68e-4400-9a12-60aaaa075fc4","b6534049-3045-4546-b1e8-e5b1b0df5f56"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","MH2","PMH2"],"rulings":[{"date":"2021-06-18","text":"The card type choice is a replacement effect, not a triggered ability. It doesn't use the stack and can't be responded to. Notably, if you choose instant, your opponent can't try to cast an instant on the Emissary before it has protection."},{"date":"2021-06-18","text":"You may choose any card type. The ones that may appear in a normal game of Magic are artifact, battle, creature, enchantment, instant, kindred, land, planeswalker, and sorcery. Supertypes such as snow and basic may not be chosen. Subtypes such as Angel, Aura, and Forest also may not be chosen."}],"rarities":["mythic"]},"serum powder":{"name":"Serum Powder","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\nAny time you could mulligan and this card is in your hand, you may exile all the cards from your hand, then draw that many cards. (You can do this in addition to taking mulligans.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Mulligan","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Exile","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Any time you could mulligan and this card is in your hand, you may exile all the cards from your hand, then draw that many cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"4e734493-9cb8-4409-8a30-cc15d519a27e","metadata":{"source_printing_ids":["0936a144-5cc4-4736-a36a-4e69a9b47539","8330afd6-f43a-4955-a704-8f2b963cd0c6","c8753b80-aa9e-4f82-9a02-6b3997169dbb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DST","IMA","MB2"],"rulings":[{"date":"2017-11-17","text":"The cards in your hand are exiled for the rest of the game; they aren't shuffled back into your library if you take another mulligan. Cards exiled are always face up unless the effect that exiled them says they aren't. Be sure to return those cards to your deck for your next game."},{"date":"2017-11-17","text":"You can use Serum Powder's second ability only while it's in your hand. If this card is in your hand, you can choose either to mulligan or to use Serum Powder's ability. Using the ability doesn't prevent you from taking further mulligans, and taking a mulligan doesn't prevent you from using a Serum Powder's ability if you happen to draw one in your new hand."}],"rarities":["rare"]},"sevinne's reclamation":{"name":"Sevinne's Reclamation","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target permanent card with mana value 3 or less from your graveyard to the battlefield. If this spell was cast from a graveyard, you may copy this spell and may choose a new target for the copy.\nFlashback {4}{W} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["White"],"generic":4}}}],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"SelfRef"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"CastFromZone","zone":"Graveyard"},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return target permanent card with mana value 3 or less from your graveyard to the battlefield. If this spell was cast from a graveyard, you may copy this spell and may choose a new target for the copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1b9f9f5b-8712-4f00-90cb-1b7b9970eccc","metadata":{"source_printing_ids":["02ec5dc4-a40d-41d4-ba50-47c494632037","0f055754-58cf-474a-a3a9-59490dbf9dce","18140c53-e8ce-4fce-b302-f56fb0e87380","3b272b9a-9348-4eaa-8978-2fe549182c84","458db878-07ba-42cc-9bee-910957685596","475cd448-5d28-40a4-8f68-0b29696e6ec0","51647010-99f0-4b02-8c91-fdd826db130d","7e68f4df-88ce-4e09-a03c-7edf40bff167","8deab1ef-4219-4767-a3c4-b61250d0ebe0","b61aed9d-81dd-4efc-8769-8307b587289e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","CLB","CMM","DMR","MH3","MKC","OTC","SOC"],"rulings":[{"date":"2019-08-23","text":"If a card in a graveyard has {X} in its mana cost, X is considered to be 0."},{"date":"2019-08-23","text":"If the target card is an illegal target by the time Sevinne's Reclamation tries to resolve, the spell doesn't resolve. You won't copy it if you cast it from a graveyard."},{"date":"2019-08-23","text":"If you cast Sevinne's Reclamation from your graveyard, any abilities that trigger as the permanent card returns to the battlefield will resolve before the copy of Sevinne's Reclamation resolves but after new targets for the copy have been chosen."},{"date":"2019-08-23","text":"The copy that Sevinne's Reclamation creates is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell won't trigger. The copy wasn't cast from a graveyard, so it won't make another copy of itself."},{"date":"2024-06-07","text":"A permanent card is an artifact, battle, creature, enchantment, land, or planeswalker card."},{"date":"2025-06-06","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard if the resulting spell is an instant or sorcery spell by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2025-06-06","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2025-06-06","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2025-06-06","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2025-06-06","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2025-06-06","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare"]},"shackle slinger":{"name":"Shackle Slinger","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast your second spell each turn, choose target creature an opponent controls. If it's tapped, put a stun counter on it. Otherwise, tap it. (If a permanent with a stun counter would become untapped, remove one from it instead.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Tapped"}]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your second spell each turn, choose target creature an opponent controls. If it's tapped, put a stun counter on it. Otherwise, tap it.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"59e8747a-3e3f-48d2-aaee-af94ecee378b","metadata":{"source_printing_ids":["e6cfe383-e483-47e7-99d1-991a06b089bc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"Spells that were cast before Shackle Slinger entered the battlefield count. If Shackle Slinger was the first spell you cast this turn, the next spell you cast this turn is your second spell."}],"rarities":["uncommon"]},"shadow of the second sun":{"name":"Shadow of the Second Sun","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of each of enchanted player's postcombat main phases, there is an additional beginning phase after this phase. (The end step happens after the added untap, upkeep, and draw steps.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"Untap","after":"PostCombatMain","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PostCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of each of enchanted player's postcombat main phases, there is an additional beginning phase after this phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2ee9d018-02c7-43e7-ba2e-95e36d8ac0e8","metadata":{"source_printing_ids":["0da72736-574d-4d99-98ba-3a91c374cd10","d57b700d-2a28-40b5-a6da-1a967c90a601"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"After the additional beginning phase, the game proceeds to the ending phase (unless something has added even more phases; see below)."},{"date":"2024-06-07","text":"Even if the enchanted player doesn't attack with any creatures during combat, they'll still get a postcombat main phase and Shadow of the Second Sun's ability will still trigger."},{"date":"2024-06-07","text":"If multiple phases are added to the same point in your turn, the most recently created phase happens first. For example, say you are enchanted by Shadow of the Second Sun and its ability triggers during your postcombat main phase. Later during that same main phase, another effect gives you an additional combat phase after this main phase. The additional combat will happen first, followed by the additional beginning phase."},{"date":"2024-06-07","text":"If the enchanted player somehow has more than two main phases in a turn, each main phase other than the first one is a postcombat main phase, and Shadow of the Second Sun's ability triggers at the beginning of each of them."},{"date":"2024-06-07","text":"The additional beginning phase all happens during the current turn. Any effects that last \"until your next turn\" or similar won't expire just because they'll go through an additional beginning phase."},{"date":"2024-06-07","text":"The enchanted player's additional beginning phase will be a lot like their normal beginning phase. During the untap step, permanents will phase in or out as appropriate and they'll untap their tapped permanents. Anything they control that triggers \"at the beginning of your upkeep\" or similar will trigger during their upkeep step, and they'll eventually draw a card for their draw step."}],"rarities":["mythic"]},"shadowspear":{"name":"Shadowspear","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1 and has trample and lifelink.\n{1}: Permanents your opponents control lose hexproof and indestructible until end of turn.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent"],"controller":"Opponent","properties":[]},"modifications":[{"type":"RemoveKeyword","keyword":"Hexproof"},{"type":"RemoveKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose hexproof and indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: Permanents your opponents control lose hexproof and indestructible until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 and has trample and lifelink."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"8b27326f-e7b8-4a4d-b589-df459246d19a","metadata":{"source_printing_ids":["0e818a8b-d0b1-4524-91b7-89ee03d12e41","131cb967-9569-4fbf-8143-c410d3a94538","769326d4-60af-4b19-85d9-d96d3acdb56e","90de17d0-1783-48f3-8aef-0b85df6da730","939c6e19-4b27-4023-bb9c-ae440f91e21c","9adf5196-41e9-401c-8ccf-abfad0350f87","b1a74aab-dcf2-426d-9cc5-9ef771d8227a","da507391-4dbd-4fff-8c81-db64bfa4162f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["LTC","PLST","PRM","PTHB","PZA","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, damage previously dealt to a creature with indestructible may cause it to be destroyed if Shadowspear's second ability resolves during that turn."},{"date":"2020-01-24","text":"If a permanent enters the battlefield under an opponent's control with hexproof or indestructible after Shadowspear's second ability resolves, it won't lose that ability unless you activate Shadowspear's second ability again. The same is true if an opponent's permanent gains indestructible or hexproof after Shadowspear's second ability resolves."},{"date":"2020-01-24","text":"You can activate Shadowspear's second ability whether or not it's equipped to a creature."}],"rarities":["rare","mythic"]},"shadrix silverquill":{"name":"Shadrix Silverquill","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, double strike\nAt the beginning of combat on your turn, you may choose two. Each mode must target a different player.\n• Target player creates a 2/1 white and black Inkling creature token with flying.\n• Target player draws a card and loses 1 life.\n• Target player puts a +1/+1 counter on each creature they control.","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike","Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":2,"max_choices":2,"mode_count":3,"mode_descriptions":["Target player creates a 2/1 white and black Inkling creature token with flying.","Target player draws a card and loses 1 life.","Target player puts a +1/+1 counter on each creature they control."],"allow_repeat_modes":false,"constraints":[{"type":"DifferentTargetPlayers"}],"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Inkling","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Inkling"],"colors":["White","Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Player"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"2143f413-7baa-4fd6-a7ca-32f52bfa553f","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Optional_YouMay","description":"Flying, double strike\nAt the beginning of combat on your turn, you may choose two. Each mode must target a different player.\n• Target play","line_index":0}],"metadata":{"related_token_ids":["79f22355-f18e-5be9-bef1-cc298e345a56","9850576b-2c35-5cdb-b481-37981bc8177b","aca46592-54ab-50f2-90ae-7dabf972573e"],"source_printing_ids":["214a695b-208e-4fd5-9ceb-23c882eadcf7","23111dba-89f4-4663-aca6-953a209e1bd9","23468e63-2e7a-4e3b-970c-cb57b067d6c1","ab701909-83d6-4d39-9a84-e6a9b2cb38d6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRM","PSTX","SOC","STX","TDC"],"rulings":[{"date":"2021-04-16","text":"You can target a player with the third mode even if they control no creatures."},{"date":"2021-04-16","text":"You may choose exactly zero modes or two modes. You can't choose only one mode. If you choose two modes, you choose which two and the target players as you put the triggered ability on the stack."}],"rarities":["mythic"]},"shalai and hallar":{"name":"Shalai and Hallar","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel","Elf"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nWhenever one or more +1/+1 counters are put on a creature you control, Shalai and Hallar deals that much damage to target opponent.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever one or more +1/+1 counters are put on a creature you control, ~ deals that much damage to target opponent.","constraint":null,"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"e7604cd9-d00d-4957-82c9-46a7cdb88209","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0dcb27cd-e5f1-46c6-b7cf-33fa90335459","80804f25-efc3-44a2-bbae-9a97fec98009"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rarities":["mythic"]},"shanid, sleepers' scourge":{"name":"Shanid, Sleepers' Scourge","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Menace\nOther legendary creatures you control have menace.\nWhenever you play a legendary land or cast a legendary spell, you draw a card and you lose 1 life.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"LandPlayed","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you play a legendary land, you draw a card and you lose 1 life.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a legendary spell, you draw a card and you lose 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"},{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Menace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other legendary creatures you control have menace."}],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"70e03c58-194f-443d-ab64-646dd14d2f53","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1b0fb859-055d-4aa1-814c-0894cd2ccd4a","2656728b-33b1-4db7-8ad0-f5053fa00286"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DMC"],"rulings":[{"date":"2022-09-09","text":"A legendary land entering the battlefield without being played does not cause Shanid’s last ability to trigger."},{"date":"2022-09-09","text":"If casting a legendary spell causes Shanid’s last ability to trigger, that ability goes on the stack above the spell that caused it to trigger and resolves first. It resolves even if that spell is countered or otherwise left the stack."}],"rarities":["mythic"]},"shapeshifter":{"name":"Shapeshifter","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"7-*"},"loyalty":null,"defense":null,"oracle_text":"As this creature enters, choose a number between 0 and 7.\nAt the beginning of your upkeep, you may choose a number between 0 and 7.\nShapeshifter's power is equal to the last chosen number and its toughness is equal to 7 minus that number.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: ~'s power is equal to the last chosen number and its toughness is equal to 7 minus that number."},"cost":null,"sub_ability":null,"duration":null,"description":"~'s power is equal to the last chosen number and its toughness is equal to 7 minus that number.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"NumberRange":{"min":0,"max":7}},"persist":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may choose a number between 0 and 7.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"NumberRange":{"min":0,"max":7}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a number between 0 and 7.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"82a6d89d-9215-4540-b7d5-26cdd6afb05b","metadata":{"source_printing_ids":["0b9d1526-9888-41bc-b77d-88d62325e0b2","37e71c66-cec3-4e17-98a9-e8882c340e43","649dadb0-bff4-47fd-b110-6228d90b526b","8d3974c2-cdb4-4d5d-868c-a2f0aaf381c4","a0aca05e-87c0-4c50-af47-37c61c55934d","cc278af4-b60d-41b7-b9d7-36c8aefca1a7","f15f2638-3895-459a-84af-fb91de06c395"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","ATQ","ME4","REN","RIN"],"rulings":[{"date":"2008-08-01","text":"The ability that lets you choose a new number is a triggered ability that triggers only once each upkeep."},{"date":"2008-08-01","text":"The ability that sets its power and toughness is a characteristic-defining ability. This means it applies before any other effects that modify power and/or toughness."}],"rarities":["uncommon","rare"]},"shared animosity":{"name":"Shared Animosity","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control attacks, it gets +1/+0 until end of turn for each other attacking creature that shares a creature type with it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"Attacking"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"TriggeringSource"}}]}}}},"toughness":{"type":"Fixed","value":0},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control attacks, it gets +1/+0 until end of turn for each other attacking creature that shares a creature type with it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a27445db-33f2-4571-98b5-83206b797484","metadata":{"source_printing_ids":["1bd77ae9-c5ba-44af-80e9-7c852722ef6c","299a807e-21cb-4b49-ad2b-c9ce7eef393a","7e735f1a-3925-43f8-bc95-2cadcd44d5e0","bb7a56c4-5f20-4fd0-8f95-44061dec1df8","ca5feaf7-3ca0-4ad7-b56b-b76d39e4bec7","fe332c46-90f0-4cc0-8bf1-35a3934ff8a0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C20","E02","LCC","LTC","MOR","WOT"],"rulings":[{"date":"2008-04-01","text":"In a Two-Headed Giant game, only creatures you control trigger the ability and get the bonus, but your teammate's attacking creatures are included in the calculation of those bonuses."},{"date":"2008-04-01","text":"This ability counts creatures, not creature types. For example, if you attack with five creatures — an Elf Shaman, an Elf Warrior, a Goblin Shaman, an Elemental, and a creature with all creature types — the ability will trigger five times. Those creatures will get +3/+0, +2/+0, +2/+0, +1/+0, and +4/+0, respectively."}],"rarities":["rare"]},"shared trauma":{"name":"Shared Trauma","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Join forces — Starting with you, each player may pay any amount of mana. Each player mills X cards, where X is the total amount of mana paid this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":"Join forces — Starting with you, each player may pay any amount of mana. Each player mills X cards, where X is the total amount of mana paid this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"starting_with":"You"}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ef9b7588-9bf0-4632-ae5d-1dfebc4d88eb","metadata":{"source_printing_ids":["58f562e0-6a7f-4795-9cca-1ce5f9c9ee18"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CM2","CMD"],"rarities":["rare"]},"shark shredder, killer clone":{"name":"Shark Shredder, Killer Clone","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Shark","Octopus","Ninja"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Sneak {3}{B}{B}\nFirst strike\nWhenever Shark Shredder deals combat damage to a player, put up to one target creature card from that player's graveyard onto the battlefield under your control. It enters tapped and attacking that player.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike",{"Sneak":{"type":"Cost","shards":["Black","Black"],"generic":3}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":true,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put up to one target creature card from that player's graveyard onto the battlefield under your control. It enters tapped and attacking that player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"dabd0867-ee3f-40cb-8314-b4a3966f8b24","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["8f946b3d-7d2a-4210-a909-d16078757e3b","99841fff-706c-469a-8551-6d397b0d6f8a","f2bc8cc8-715b-42a3-83fe-25972b5cbfe1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"Although a creature put onto the battlefield this way is attacking, it was never declared as an attacking creature. Abilities that trigger whenever a creature attacks won't trigger when that creature enters attacking."},{"date":"2026-01-27","text":"If Shark Shredder deals combat damage to a player during the first strike combat damage step and its last ability returns a creature with first strike, the returned creature will still deal combat damage during the regular combat damage step. If the returned creature has double strike, it will deal combat damage only once during that regular combat damage step."},{"date":"2026-01-27","text":"If a creature spell's sneak cost was paid, the creature it becomes enters tapped and attacking the same player, planeswalker, or battle as the creature that was returned to its owner's hand to pay its sneak cost. This is a rule specific to sneak; in other cases, when a creature is put onto the battlefield attacking, that creature's controller chooses which player, planeswalker, or battle it's attacking."},{"date":"2026-01-27","text":"In the case where Shark Shredder deals combat damage to a player during the regular combat damage step (probably because another effect granted Shark Shredder double strike), the creature returned with Shark Shredder's last ability won't deal combat damage at all during that combat phase."},{"date":"2026-01-27","text":"Spells can only be cast for their sneak costs any time you could play an instant during the declare blockers step on your turn (after your opponent has decided whether to block)."}],"rarities":["rare"]},"sharuum the hegemon":{"name":"Sharuum the Hegemon","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen Sharuum enters, you may return target artifact card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may return target artifact card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"037e7fc9-3aa6-484c-a2c8-43009e45f1d8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2d7373e7-385f-4887-b1c7-af6d422dd70a","6589eaa8-95ec-4c97-8155-185487560ae6","af80ef38-ab95-476f-b0dd-b5ef3e9bceab","f8896272-4806-40ba-94fd-51310269aa07"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","ALA","BRC","C13","C16","OC13","V11"],"rulings":[{"date":"2020-08-07","text":"If Sharuum the Hegemon is put into your graveyard as a state-based action immediately after Sharuum the Hegemon enters the battlefield (most likely due to the \"legend rule\") it can be the artifact card targeted by its own ability."}],"rarities":["rare","mythic"]},"shatterskull smashing":{"name":"Shatterskull Smashing","mana_cost":{"type":"Cost","shards":["X","Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Shatterskull Smashing deals X damage divided as you choose among up to two target creatures and/or planeswalkers. If X is 6 or more, Shatterskull Smashing deals twice X damage divided as you choose among them instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CostXPaid"}},"comparator":"GE","rhs":{"type":"Fixed","value":6}}},"optional_targeting":false,"optional":false,"distribute":{"type":"Damage"},"forward_result":false},"duration":null,"description":"~ deals X damage divided as you choose among up to two target creatures and/or planeswalkers. If X is 6 or more, ~ deals twice X damage divided as you choose among them instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"distribute":{"type":"Damage"},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"78301998-fd9b-4cd5-afad-dbcb43cac2a7","metadata":{"source_printing_ids":["243d374f-5b40-4cff-99f5-079ba873d44b","bc7239ea-f8aa-4a6f-87bd-c35359635673"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2020-09-25","text":"If X is 6 or more, you divide twice X damage; you don't assign X damage and then double that damage."},{"date":"2020-09-25","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2020-09-25","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2020-09-25","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2020-09-25","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2020-09-25","text":"If one of the targets becomes illegal for Shatterskull Smashing, the original division of damage still applies to the still-legal target, but the damage that would have been dealt to the illegal target isn't dealt at all."},{"date":"2020-09-25","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2020-09-25","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2020-09-25","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2020-09-25","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2020-09-25","text":"You divide the damage as you cast Shatterskull Smashing, not as it resolves. If you choose two targets, each target must be assigned at least 1 damage."}],"rarities":["mythic"]},"shatterskull, the hammer pass":{"name":"Shatterskull, the Hammer Pass","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this land enters, you may pay 3 life. If you don't, it enters tapped.\n{T}: Add {R}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":3}},"decline":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, you may pay 3 life. If you don't, it enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"78301998-fd9b-4cd5-afad-dbcb43cac2a7","metadata":{"source_printing_ids":["243d374f-5b40-4cff-99f5-079ba873d44b","bc7239ea-f8aa-4a6f-87bd-c35359635673"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PZNR","ZNR"],"rarities":["mythic"]},"shauku, endbringer":{"name":"Shauku, Endbringer","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nShauku can't attack if there's another creature on the battlefield.\nAt the beginning of your upkeep, you lose 3 life.\n{T}: Exile target creature and put a +1/+1 counter on Shauku.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Exile target creature and put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you lose 3 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack if there's another creature on the battlefield."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"49478593-29ff-4e5a-b1e8-6462c2d6176d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["06d94b21-7568-4e5c-a8ec-ff5bb48a4f36"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rarities":["rare"]},"she-hulk, wallbreaker":{"name":"She-Hulk, Wallbreaker","mana_cost":{"type":"Cost","shards":["Red"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Gamma","Hero"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Trample\nOther Heroes you control have trample.\nWhenever a Hero you control becomes blocked, put a +1/+1 counter on that Hero for each creature blocking it.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Hero"}],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Hero you control becomes blocked, put a +1/+1 counter on that Hero for each creature blocking it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Hero"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Heroes you control have trample."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c8d74a25-78a9-46ad-ab24-97f6221fd8dd","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["8c57fb16-f4a3-437c-be27-d1c00a2be01e","aafc6c5c-ee69-4619-bcdf-8a7a6be16eea"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"shelldock isle":{"name":"Shelldock Isle","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Hideaway 4 (When this land enters, look at the top four cards of your library, exile one face down, then put the rest on the bottom in a random order.)\nThis land enters tapped.\n{T}: Add {U}.\n{U}, {T}: You may play the exiled card without paying its mana cost if a library has twenty or fewer cards in it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Hideaway":4}],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":true,"mode":"Play"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{U}, {T}: You may play the exiled card without paying its mana cost if a library has twenty or fewer cards in it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Exile","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"HideawayConceal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.75a: Hideaway 4 — when this permanent enters, look at the top 4 cards of your library, exile one face down, and put the rest on the bottom in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"f748b2fb-6c2a-400a-8e96-fa4e4a1dfe80","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Hideaway 4 (When this land enters, look at the top four cards of your library, exile one face down, then put the rest on the bottom in a ran","line_index":0}],"metadata":{"source_printing_ids":["1ce8a4de-02ea-4efd-873d-8d936d5b6893","4216656e-90e8-45fc-a0f6-0d0d79d0a021","85439d4e-9dac-4ed8-82ca-b9631b41dfb4","e093eb73-3780-4735-9e6b-fb4f621978e9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA3","LRW","PLST","SLD"],"rulings":[{"date":"2007-10-01","text":"It doesn't matter which library has twenty or fewer cards in it, and you don't have to specify a library."},{"date":"2022-04-29","text":"\"Hideaway N\" means \"When this permanent enters the battlefield, look at the top N cards of your library. Exile one of them face down and put the rest on the bottom of your library in a random order. The exiled card gains 'The player who controls the permanent that exiled this card may look at this card in the exile zone.'\""},{"date":"2022-04-29","text":"Any player who has controlled a permanent with a hideaway ability since a card was exiled with it may look at that card."},{"date":"2022-04-29","text":"Hideaway now causes you to put the rest of the cards on the bottom of your library in a random order instead of any order."},{"date":"2022-04-29","text":"Previously, permanents with hideaway entered the battlefield tapped. This ability has been removed from the definition of hideaway. Older cards have received errata to have an additional paragraph that reads \"[This permanent] enters the battlefield tapped,\" and they now have hideaway 4."}],"rarities":["rare"]},"shelob, child of ungoliant":{"name":"Shelob, Child of Ungoliant","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spider","Demon"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Deathtouch, ward {2}\nOther Spiders you control have deathtouch and ward {2}.\nWhenever another creature dealt damage this turn by a Spider you controlled dies, create a token that's a copy of that creature, except it's a Food artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life,\" and it loses all other card types.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch",{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetCardTypes","core_types":["Artifact"]},{"type":"AddSubtype","subtype":"Food"},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{2}, {t}, sacrifice ~: you gain 3 life,","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature dealt damage this turn by a Spider you controlled dies, create a token that's a copy of that creature, except it's a Food artifact with \"{2}, {T}, Sacrifice ~: You gain 3 life,\" and it loses all other card types.","constraint":null,"condition":{"type":"DealtDamageThisTurnBySource","source":{"type":"Typed","type_filters":[{"Subtype":"Spider"}],"controller":"You","properties":[]}},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Spider"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"},{"type":"AddKeyword","keyword":{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spiders you control have deathtouch and ward {2}."}],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"8372115d-c963-4a41-8759-72f7f6a8935a","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["43d427a8-a237-4053-b90d-0f1dd249e9c1","8d2138bd-da85-46af-8f22-fe8b737f6080","8fe493a5-2a7c-4fa1-9ef1-d358db0e0c70","a14c4b29-3363-45ce-9190-0f79e1a0ef7f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"as [this creature] enters the battlefield\" or \"[this creature] enters the battlefield with\" abilities of the chosen creature will also work."},{"date":"2023-06-16","text":"Except for being a Food artifact, having the listed activated ability, and losing all other card types and subtypes, the token copies only what was printed on the original creature (unless that creature is copying something else; see below). It doesn't copy whether that creature was tapped or untapped, whether it had any counters on it or Auras or Equipment attached to it, or any non-copy effects that had changed its power, toughness, types, color, or so on."},{"date":"2023-06-16","text":"If the copied creature has {X} in its mana cost, X is considered to be 0."},{"date":"2023-06-16","text":"If the copied creature is a token, the new token that's created copies the original characteristics of that token as stated by the effect that created that token, with the exceptions noted above."},{"date":"2023-06-16","text":"If the copied creature is copying something else, then the token enters the battlefield as whatever that creature copied, with the exceptions noted above."},{"date":"2023-06-16","text":"Since the token is a Food artifact and not a creature, it can't attack or block unless it becomes a creature somehow."},{"date":"2023-06-16","text":"The token copies the creature as it last existed on the battlefield before it died, not as it exists in the graveyard."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["rare"]},"sheoldred":{"name":"Sheoldred","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Praetor"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhen Sheoldred enters, each opponent sacrifices a nontoken creature or planeswalker of their choice.\n{4}{B}: Exile Sheoldred, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery and only if an opponent has eight or more cards in their graveyard.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":4}},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{4}{B}: Exile ~, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery and only if an opponent has eight or more cards in their graveyard.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"GraveyardSize","player":{"type":"Opponent","aggregate":"Max"}}},"comparator":"GE","rhs":{"type":"Fixed","value":8}}}},{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[{"type":"NonToken"}]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent sacrifices a nontoken creature or planeswalker of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"97652492-7906-4d79-983c-fa1dc1239eba","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7367ddfd-508e-49de-9428-3384bbe80b55","bf2249e6-af74-4b88-8eb7-144ce8fa7f6b","c9063b1d-573a-4979-8cb3-4afe4eee66d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"Once you’ve activated Sheoldred’s last ability, it doesn’t matter what happens to the number of cards in opponents’ graveyards. The ability will resolve even if no opponent has eight or more cards in their graveyard by that time."},{"date":"2023-04-14","text":"To resolve Sheoldred’s enters-the-battlefield ability in a multiplayer game, the next opponent in turn order (or, if it’s an opponent’s turn, the opponent whose turn it is) chooses a creature they control to sacrifice. Then each other opponent in turn order does the same. Then those creatures are sacrificed at the same time."},{"date":"2023-04-14","text":"To resolve chapter II of The True Scriptures in a multiplayer game, the next opponent in turn order (or, if it’s an opponent’s turn, the opponent whose turn it is) chooses three cards in hand. Any opponent who has fewer than three cards in hand chooses all cards they have in hand. They set the chosen cards aside without revealing them. Then each other opponent in turn order does the same. Next, all chosen cards are revealed and discarded at the same time. Then, each opponent mills three cards."},{"date":"2023-04-14","text":"You can activate Sheoldred’s last ability if any opponent has eight or more cards in their graveyard, not necessarily all of them."}],"rarities":["mythic"]},"sheoldred's edict":{"name":"Sheoldred's Edict","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Each opponent sacrifices a nontoken creature of their choice.\n• Each opponent sacrifices a creature token of their choice.\n• Each opponent sacrifices a planeswalker of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Token"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"217062f5-96f1-454c-9507-17f34ef37070","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Each opponent sacrifices a nontoken creature of their choice.","Each opponent sacrifices a creature token of their choice.","Each opponent sacrifices a planeswalker of their choice."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["01812e27-4bb5-4e70-8c60-beb93dba4cb2","838201e5-42ec-426e-b24d-6ca77140cd07","9070d77d-4a41-4f22-9579-06a7db5a520e","a9225cc3-90f0-448f-a8d9-7c6c2796d077","c32ae26c-cba4-4226-8a60-62fd95558ce8","d7d6e50e-d339-49b5-ab97-4b38bba7c187","dca66a1b-0acd-4b79-b5fe-16f2930f9c1b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE","PLG24","PLST","SOA"],"rarities":["uncommon","rare"]},"sheoldred, the apocalypse":{"name":"Sheoldred, the Apocalypse","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Praetor"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever you draw a card, you gain 2 life.\nWhenever an opponent draws a card, they lose 2 life.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you draw a card, you gain 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws a card, they lose 2 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"34f34409-326d-4994-a0ea-1a69aa278f03","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5ee7c1b3-36c3-4f81-a45d-f34331db5b18","8df6603a-38c1-4d18-8b84-6211e9a7cc09","95ebbb6d-04f8-42ec-a1b7-6ca67994b8d3","a9494e5f-bfd2-45b0-b324-fd1407d9b644","d67be074-cdd4-41d9-ac89-0a0456c4e4b2","fc5be7df-16e0-494c-b960-19fd64d57b35"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU"],"rulings":[{"date":"2022-09-09","text":"If you and an opponent draw a card at the same time, you choose the order that the triggered abilities will resolve in."}],"rarities":["mythic"]},"shichifukujin dragon":{"name":"Shichifukujin Dragon","mana_cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":6},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"When Shichifukujin Dragon comes into play, put seven +1/+1 counters on it.\n{R}{R}{R}, Sacrifice two +1/+1 counters: Put three +1/+1 counters on Shichifukujin Dragon at end of turn. Play this ability as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":0}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[]},"count":2}]},"sub_ability":null,"duration":null,"description":"{R}{R}{R}, Sacrifice two +1/+1 counters: Put three +1/+1 counters on ~ at end of turn. Play this ability as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":{"Unknown":"When ~ comes into play"},"execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":7},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ comes into play, put seven +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2cb8ba8e-58a5-4a2b-85c1-4abb388c3293","legalities":{},"printings":["PCEL"]},"shifting woodland":{"name":"Shifting Woodland","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control a Forest.\n{T}: Add {G}.\nDelirium — {2}{G}{G}: This land becomes a copy of target permanent card in your graveyard until end of turn. Activate only if there are four or more card types among cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"duration":"UntilEndOfTurn"},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","Green"],"generic":2}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Delirium — {2}{G}{G}: ~ becomes a copy of target permanent card in your graveyard until end of turn. Activate only if there are four or more card types among cards in your graveyard.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"ZoneCardTypeCountAtLeast","zone":"Graveyard","count":4}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control a Forest.","condition":{"type":"UnlessControlsSubtype","subtypes":["Forest"]},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7c2a4fe5-43e8-4e20-bef2-0278d18afc4b","metadata":{"source_printing_ids":["059164e1-894d-4586-9800-e60d6fbd6eb6","890e97b5-6750-4fae-8481-1244e311da7e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Any effects that applied to Shifting Woodland before it becomes a copy of another card will continue to apply after it becomes a copy. The same is true of any counters that are on Shifting Woodland."},{"date":"2024-06-07","text":"Because Shifting Woodland isn't entering the battlefield when it becomes a copy of a card, any \"When [this creature] enters the battlefield\" or \"[This creature] enters the battlefield with\" abilities of the copied card won't apply."},{"date":"2024-06-07","text":"If a card in your graveyard has {X} in its mana cost, X is considered to be 0."},{"date":"2024-06-07","text":"Shifting Woodland copies exactly what was printed on the original card and nothing else. It doesn't copy any information about the object the card was before it was put into your graveyard."},{"date":"2024-06-07","text":"You must already control a Forest as Shifting Woodland enters the battlefield for it to enter untapped. If it enters the battlefield at the same time as a Forest when you control no other Forests, it will enter tapped."}],"rarities":["rare"]},"shiko and narset, unified":{"name":"Shiko and Narset, Unified","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Spirit","Dragon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nFlurry — Whenever you cast your second spell each turn, copy that spell if it targets a permanent or player, and you may choose new targets for the copy. If you don't copy a spell this way, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TriggeringSpellTargetsFilter","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},{"type":"Player"}]}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your second spell each turn, copy that spell if it targets a permanent or player, and you may choose new targets for the copy. If you don't copy a spell this way, draw a card.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"40ed32a6-ad56-48c7-aecf-b4238c34c212","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5a42fc7d-52ac-4e95-9e04-8f8fa7f687c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TDC"],"rulings":[{"date":"2025-04-04","text":"A resolving copy of a permanent spell becomes a token. That token isn’t “created” and won’t interact with abilities that care about tokens being created."},{"date":"2025-04-04","text":"An Aura spell requires a target, as defined by its enchant ability."},{"date":"2025-04-04","text":"If the copied spell divides damage or distributes counters among a number of targets, the division and number of targets can’t be changed. If you choose new targets, you must choose the same number of targets."},{"date":"2025-04-04","text":"If the second spell you cast targets a permanent or player, you must copy that spell, even if it won’t be possible to choose legal targets for the copy. You can’t choose not to copy it in order to draw a card."},{"date":"2025-04-04","text":"If the spell that’s copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2025-04-04","text":"If the spell that’s copied is modal (that is, it says “Choose one —” or the like), the copy will have the same mode or modes. You can’t choose different ones."},{"date":"2025-04-04","text":"Shiko and Narset, Unified’s last ability and the copy it creates resolve before the spell it’s copying. They resolve even if the original spell is countered before the copy is created."},{"date":"2025-04-04","text":"Spells that were cast before a permanent with flurry count. If that permanent was the first spell you cast that turn, the next spell you cast that turn is your second spell."},{"date":"2025-04-04","text":"The copy is created on the stack, so it’s not “cast.” Abilities that trigger when a player casts a spell won’t trigger."},{"date":"2025-04-04","text":"The copy will have the same targets unless you choose new ones. You may change any number of the targets, including all of them or none of them. The new targets must be legal."},{"date":"2025-04-04","text":"You can’t choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["mythic"]},"shilgengar, sire of famine":{"name":"Shilgengar, Sire of Famine","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Demon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nSacrifice another creature: Create a Blood token. If you sacrificed an Angel this way, create a number of Blood tokens equal to its toughness instead.\n{W/B}{W/B}{W/B}, Sacrifice six Blood tokens: Return each creature card from your graveyard to the battlefield with a finality counter on it. Those creatures are Vampires in addition to their other types.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Blood","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Blood"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":1},"sub_ability":{"kind":"Activated","effect":{"type":"Token","name":"Blood","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Blood"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"CostPaidObject"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CostPaidObjectMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Angel"}],"controller":null,"properties":[]}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Sacrifice another creature: Create a Blood token. If you sacrificed an Angel this way, create a number of Blood tokens equal to its toughness instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"enter_with_counters":[["finality",{"type":"Fixed","value":1}]]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["WhiteBlack","WhiteBlack","WhiteBlack"],"generic":0}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Blood"}],"controller":null,"properties":[{"type":"Token"}]},"count":6}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TrackedSet","id":0},"modifications":[{"type":"AddSubtype","subtype":"Vampire"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"are Vampires in addition to their other types"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{W/B}{W/B}{W/B}, Sacrifice six Blood tokens: Return each creature card from your graveyard to the battlefield with a finality counter on it. Those creatures are Vampires in addition to their other types.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","White"],"scryfall_oracle_id":"71ac4d8c-5b58-4ea8-996b-f0289717c4bb","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["30b07a0a-3f08-54ee-be36-82e81be8faf5"],"source_printing_ids":["3f0c7ff3-e483-41f3-b49f-7cdc261527c0","68425ba0-7216-46aa-a9c3-c552e4a44203","9e6aba35-bee5-4058-a2df-d73506d225c2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Finality counters aren't keyword counters, and a finality counter doesn't give any abilities to the permanent it's on. If that permanent loses its abilities and then would go to a graveyard, it will still be exiled instead."},{"date":"2024-06-07","text":"Finality counters don't stop permanents from going to zones other than the graveyard from the battlefield. For example, if a permanent with a finality counter on it would be put into its owner's hand from the battlefield, it does so normally."},{"date":"2024-06-07","text":"Finality counters work on any permanent, not only creatures. If a permanent with a finality counter on it would go to a graveyard from the battlefield, exile it instead."},{"date":"2024-06-07","text":"If you sacrificed an Angel to pay the cost of Shilgengar's second ability, use the toughness of that Angel as it last existed on the battlefield to determine how many Blood tokens to create."},{"date":"2024-06-07","text":"Multiple finality counters on a single permanent are redundant."},{"date":"2025-01-24","text":"If an effect refers to a Blood token, it means any artifact token with the subtype Blood, even if it has gained other subtypes."},{"date":"2025-01-24","text":"Some triggered abilities trigger \"whenever you sacrifice a Blood token.\" These abilities trigger regardless of why you sacrificed that Blood token."},{"date":"2025-01-24","text":"You can't sacrifice a Blood token to pay multiple costs."}],"rarities":["rare"]},"shimmerwilds growth":{"name":"Shimmerwilds Growth","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant land\nAs this Aura enters, choose a color.\nEnchanted land is the chosen color.\nWhenever enchanted land is tapped for mana, its controller adds an additional one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1},"contribution":"Additional"},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"TriggeringPlayer"}},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted land is tapped for mana, its controller adds an additional one mana of the chosen color.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddChosenColor"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted land is the chosen color."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"c63402b2-1f8c-4004-82d8-48ea26bfe3fc","metadata":{"source_printing_ids":["c122719c-f0d1-4170-a0d1-d62172df1d21"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rulings":[{"date":"2025-11-17","text":"If Shimmerwilds Growth is somehow on the battlefield without a chosen color, its last ability won't add any mana."},{"date":"2025-11-17","text":"Shimmerwilds Growth's last ability is a mana ability. It doesn't use the stack and can't be responded to."}],"rarities":["uncommon"]},"shining armor":{"name":"Shining Armor","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this Equipment enters, attach it to target Knight you control.\nEquipped creature gets +0/+2 and has vigilance.\nEquip {3} ({3}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTarget"},"target":{"type":"Typed","type_filters":[{"Subtype":"Knight"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, attach it to target Knight you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +0/+2 and has vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"090a5f76-206e-4b3b-bc1d-9c9706d9955d","metadata":{"source_printing_ids":["34390832-e590-49b8-b376-1be8db8e0943","7791f46e-f772-4d3f-824e-52b4fc721b58","7e0dcfeb-27b9-4455-bb79-06059006b006"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","J22","PLST"],"rulings":[{"date":"2019-10-04","text":"Gaining vigilance any time after the moment you choose to attack with a creature won't cause it to become untapped."},{"date":"2019-10-04","text":"If there are no Knights to attach Shining Armor to when it enters the battlefield, it simply remains unattached."}],"rarities":["common"]},"shivan dragon":{"name":"Shivan Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\n{R}: This creature gets +1/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: ~ gets +1/+0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"711eea87-0fa3-46e0-a42b-fa5a86455f04","metadata":{"source_printing_ids":["0bda24b2-a9ab-4aca-8bbf-1bfb0990f68f","0dcdd2db-1a4b-48dd-94cf-bd719ff40da9","1fcff1e0-2745-448d-a27b-e31719e222e9","227cf1b5-f85b-41fe-be98-66e383652039","3815cf4a-b694-432b-b618-0893f8f3dc1b","3f22dd2f-41c1-403b-a3bc-617d15922602","40f32503-8400-4572-aa5c-43cd5c2eeab5","4bbcec3a-2747-4fa3-b8cd-d4a0b1dda042","5cbf9dde-e396-43dc-8288-b39e63a23164","5e64822a-6817-4e1e-8155-3e95f8e3763f","60bfdf43-8d4c-4415-bf19-34aa481cd91c","64b05edd-4128-4150-9457-8aff895bd0b7","69199dd2-dbac-4039-b4da-eb2b0671645f","702c4781-670b-49ae-b511-90ed119841b0","70846483-9c23-42c4-9f9f-1fc5cda17c77","7b78eb49-bd68-47e6-90a3-83ec2eeb4312","7fec2b71-8fa9-4818-9c4f-5d2dcd2af495","8b5f8025-95ff-431a-a33c-4e2e7366633f","8beb06f5-05e1-461e-927f-906d38d9448c","8f87a412-5f29-4e34-988c-682ef7ba533a","9a5ddd65-b731-4805-827c-a25350531d74","a9b7d372-9324-4e7d-b09f-0e0f4c70ae65","b0a04baf-5301-4e47-ac8f-243d2a73f18e","b0c76430-c5c9-46a4-9a3b-9bbf259e4b38","b35b0fb6-2596-4da3-820e-df28172f209b","b6fd9b74-8e5b-4c57-bb4f-4a7222183c44","b97e7318-f916-4556-9f89-dda7914359c1","ba6ef10a-4bbc-40ce-883d-f4aa471052fc","c5efc94a-b644-4cc4-9598-2ce16fe68420","d08a0542-f72a-422d-a8cf-3d37fdb5d375","d389b8db-5866-4146-a379-f24b6463622b","de98d9ad-d011-43de-92c8-f97037b42803","e9ac007d-1616-449c-92d5-1d321235e733","fd4f6e34-3f66-4e10-8170-56039c5f6fcc","fefbf149-f988-4f8b-9f53-56f5878116a6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","7ED","8ED","9ED","BTD","CED","CEI","DMR","DPA","DRB","FBB","FDN","GN3","J21","LEA","LEB","M10","M14","M15","M19","M20","ME4","O90P","ORI","P30H","P30T","P9ED","PMEI","PRM","PS11","SLC","SLD","SUM","W16","W17"],"rarities":["uncommon","rare"]},"shivan wumpus":{"name":"Shivan Wumpus","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this creature enters, any player may sacrifice a land of their choice. If a player does, put this creature on top of its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, any player may sacrifice a land of their choice. If a player does, put ~ on top of its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4b78222f-6973-42a3-987e-eb8cc8fd6c76","metadata":{"source_printing_ids":["7958a1e5-b671-4ecb-95de-240ffaf5021e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLC"],"rulings":[{"date":"2007-02-01","text":"When Shivan Wumpus enters, first the active player gets the option to sacrifice a land. If they decline, the next player in turn order gets the option. If a player elects to sacrifice a land, Shivan Wumpus is put on top of its owner's library, but then all remaining players still get the option. If all players decline, then nothing happens and Shivan Wumpus stays on the battlefield."}],"rarities":["rare"]},"shock":{"name":"Shock","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Shock deals 2 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a9d288b8-cdc1-4e55-a0c9-d6edfc95e65d","metadata":{"source_printing_ids":["00365412-41db-427c-9109-8f69c17c326d","0f568875-9ccb-487f-8977-cce816bb3a28","297d1cef-c181-481b-912c-385b81efd972","298747bb-eb40-4b58-bb22-4ac2bc1d795c","2f4a8702-464b-44fd-b706-8a73dd9b0097","2fbec2ea-7b60-4c51-9782-52ccdd96c4b7","334ad39a-4088-4530-8f3c-d34e7cc99fae","3c866bdb-ff94-4f3f-8429-e72c2cbb94ef","4aef9732-28a6-4e6a-b1ba-79b28d85d78b","59fa8e8d-bcb8-47bf-b71a-df11c8d0f2c9","60eeb025-704c-4a82-90b2-f91202ae30d9","63ecf91b-853b-41a5-b655-18cfeeddbab6","68a68db8-5e4e-4c98-a319-7717cc39e831","69a5dbe6-e671-4aec-845b-2e86912d69c6","6f096de6-995a-4c54-9e9e-b46410d6022d","760b41a1-c087-4b11-b8a0-fb01d8a4c0c6","79ac5de9-ca6d-42a4-ad58-7988dd74dedb","8066310c-dcd6-465b-a0ae-44c8602367de","83c92b5d-103c-4719-a850-690a7010291a","a706d6a1-e398-41d8-b28b-060023300dda","b23900fb-efe9-43ab-9f67-4545dd01fb9c","b8fed52c-e84e-41c9-b683-d8b26fa03c5f","bf5a0e1e-5239-41f3-a63f-d9303b1b01fc","c8828ece-9583-429b-8013-35cfca955721","daef5f10-ccb5-4304-b04f-b52a7d2f4158","ea653772-a5fe-4416-bef3-fd41133371db","ec8b241a-a58e-440a-8591-91dce118bd95","efd56707-4a27-4102-a517-ed65436376aa","f8314410-53e1-4264-87f1-5c6484670693","f9b2ff2a-6dfe-4635-8da2-22d525e82b94"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","6ED","7ED","8ED","9ED","AER","ANB","BBD","BTD","DDN","DPA","FNM","J25","M12","M14","M19","M20","M21","MAR","MKM","MSC","OM1","OMB","ONS","PLST","PMEI","PRM","PS11","PSAL","SPM","STA","STH","WC98","WC99"],"rarities":["common","uncommon","mythic"]},"shorikai, genesis engine":{"name":"Shorikai, Genesis Engine","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Draw two cards, then discard a card. Create a 1/1 colorless Pilot creature token with \"This token crews Vehicles as though its power were 2 greater.\"\nCrew 8 (Tap any number of creatures you control with total power 8 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":8,"once_per_turn":null}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Pilot","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Pilot"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":{"CrewContribution":{"kind":{"PowerDelta":{"delta":2}},"actions":["Crew"]}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ crews Vehicles as though its power were 2 greater."}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}, {T}: Draw two cards, then discard a card. Create a 1/1 colorless Pilot creature token with \"~ crews Vehicles as though its power were 2 greater.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"e2962883-6daf-4a84-af73-917afc73092c","is_commander":true,"metadata":{"related_token_ids":["6c112277-fd0b-5566-a5f5-0f59216e0444"],"source_printing_ids":["0347cf84-42f5-4674-99de-619b0ae51d62","04fe475d-5f84-41e5-b2b3-10005dce74f0","969ac7dd-f3aa-4888-9ff0-d16a31b5e7a9"]},"legalities":{"commander":"legal","duel":"restricted","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NEC","PRM","SLD"],"rarities":["mythic"]},"short sword":{"name":"Short Sword","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"e842a4e5-ea0b-43ae-9ed8-93e30f4e7b8a","metadata":{"source_printing_ids":["973c166e-3e93-4ed5-b4c5-84dc158a8e4f","a93175cd-ab89-4d09-815d-2d5447b7bc4f","cb79a623-21c3-4310-bc76-310935511d45"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DOM","M21","PLST"],"rarities":["common"]},"show and tell":{"name":"Show and Tell","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player may put an artifact, creature, enchantment, or land card from their hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Each player may put an artifact, creature, enchantment, or land card from their hand onto the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b83a3ba0-249e-4c39-bbf0-cb005413f7d2","metadata":{"source_printing_ids":["08844d76-fc69-4fe3-9c1d-118110b3eb2c","4b851c17-55ed-4671-b471-dc7b34944432","9858463e-0b80-44a2-80d5-e4250809e1f5","9c3e3c77-e6a6-4814-a2f5-0ae2d06e4b31","aee8a17a-de57-4a76-9613-d3c6b161e378","fa7b7897-36e0-415a-8bb7-602886164852"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["CN2","J13","MAR","MB2","PRM","SPG","USG"],"rulings":[{"date":"2004-10-04","text":"If the cards being put onto the battlefield also require choices, those choices are made after all players choose their card. The active player makes choices for their card (if any), then the other players (if any) in turn order."},{"date":"2004-10-04","text":"Players choose cards during resolution, not announcement."},{"date":"2008-04-01","text":"The current player chooses first, then each other player chooses in turn order. A player does not have to reveal the chosen card, so long as it is clear *which* card was chosen. After all choices are made, the cards are put onto the battlefield simultaneously."}],"rarities":["rare","mythic"]},"shrink":{"name":"Shrink","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets -5/-0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-5},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature gets -5/-0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"252330b1-67cf-4d9e-a413-917ba61e731f","metadata":{"source_printing_ids":["30785867-32f7-46c9-94c2-775078e792ae","84f96537-76d2-4887-b17f-b8297fa50fd5","c4e319d7-53f3-40e8-9a75-fe1fd8716733","d9f4eaa1-3c2b-4f5d-8d4e-98d153899873"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","HML","ME2"],"rarities":["common"]},"sidequest: hunt the mark":{"name":"Sidequest: Hunt the Mark","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, destroy up to one target creature.\nAt the beginning of your end step, if a creature died under an opponent's control this turn, create a Treasure token. Then if you control three or more Treasures, transform this enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, destroy up to one target creature.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Treasure"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if a creature died under an opponent's control this turn, create a Treasure token. Then if you control three or more Treasures, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d74f9a18-8dab-4549-be3f-9697ff68d73c","parse_warnings":[{"type":"SwallowedClause","detector":"Duration_ThisTurn","description":"When this enchantment enters, destroy up to one target creature.\nAt the beginning of your end step, if a creature died under an opponent's c","line_index":0}],"metadata":{"related_token_ids":["ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["c3eb2ae5-10de-4c3d-91c8-8734befc80b2","de8067cc-3de3-43b2-8fcf-6dce6f4f7db1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"A nonmodal double-faced card enters with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2025-06-06","text":"A token that is created as a copy of a double-faced permanent or a double-faced card in another zone is a double-faced token. It will have both the front face and back face of whatever object it's copying. If it's copying a double-faced permanent whose back face is up, the token will enter with its back face up. It can transform if instructed to do so."},{"date":"2025-06-06","text":"Each face of a nonmodal double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a nonmodal double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2025-06-06","text":"Each nonmodal double-faced card in this release is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2025-06-06","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Crystal Fragments, it will be exiled during the resolution of its second ability and remain in exile."},{"date":"2025-06-06","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Cecil, Dark Knight's color identity is black and white, since its front face is black and its back face has a white color indicator."},{"date":"2025-06-06","text":"Sidequest: Hunt the Mark's last ability checks at the moment it would trigger to see if a creature died under an opponent's control this turn. If none did, the ability won't trigger at all. Once your end step begins, it's too late to cause creatures your opponents control to die in order to cause this ability to trigger."},{"date":"2025-06-06","text":"The back face of a nonmodal double-faced card usually has a color indicator that defines its color."},{"date":"2025-06-06","text":"The mana value of a nonmodal double-faced card is the mana value of its front face, no matter which face is up."}],"rarities":["uncommon"]},"sidisi's faithful":{"name":"Sidisi's Faithful","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake","Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Exploit (When this creature enters, you may sacrifice a creature.)\nWhen this creature exploits a creature, return target creature to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Exploit"],"abilities":[],"triggers":[{"mode":"Exploited","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ exploits a creature, return target creature to its owner's hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"45de1caf-46c2-4acc-8be2-08e1840a3b98","metadata":{"source_printing_ids":["d02daad9-701f-40d4-ad0b-44a3cbd32c3f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["DTK"],"rulings":[{"date":"2015-02-25","text":"A creature with exploit “exploits a creature” when the controller of the exploit ability sacrifices a creature as that ability resolves."},{"date":"2015-02-25","text":"If the creature with exploit isn’t on the battlefield as the exploit ability resolves, you won’t get any bonus from the creature with exploit, even if you sacrifice a creature. Because the creature with exploit isn’t on the battlefield, its other triggered ability won’t trigger."},{"date":"2015-02-25","text":"You can sacrifice the creature with exploit if it’s still on the battlefield. This will cause its other ability to trigger."},{"date":"2015-02-25","text":"You can’t sacrifice more than one creature to any one exploit ability."},{"date":"2015-02-25","text":"You choose whether to sacrifice a creature and which creature to sacrifice as the exploit ability resolves."}],"rarities":["common"]},"simplify":{"name":"Simplify","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player sacrifices an enchantment of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"Each player sacrifices an enchantment of their choice.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"853cac98-34dc-471f-af87-1a94b0022b67","metadata":{"source_printing_ids":["7a43fd3e-1e08-400c-b22b-e22da82bcdee"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rarities":["common"]},"sin, spira's punishment":{"name":"Sin, Spira's Punishment","mana_cost":{"type":"Cost","shards":["Black","Green","Blue"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Leviathan","Avatar"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Sin enters or attacks, exile a permanent card from your graveyard at random, then create a tapped token that's a copy of that card. If the exiled card is a land card, repeat this process.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TrackedSet","id":0},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":true,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"target_selection_mode":{"type":"Random"},"repeat_until":{"type":"WhileCondition","data":{"condition":{"type":"RevealedHasCardType","card_types":["Land"]}}}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, exile a permanent card from your graveyard at random, then create a tapped token that's a copy of that card. If the exiled card is a land card, repeat this process.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green","Blue"],"scryfall_oracle_id":"3bcc378c-4470-4757-a0d5-025a32c918ea","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0502c627-9f63-5b1e-b7ba-1809eefc0580"],"source_printing_ids":["075dd582-61b7-45e9-9dcf-0b544b733e61","659be746-bd31-4a70-8cec-7798da78b0b5","ce15bf1d-debf-4e0f-a69d-a57619d4b0ee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"If a card copied by the token had any \"when [this permanent] enters\" abilities, the token also has those abilities, and they'll trigger when it's created. Similarly, any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities that the token has copied will also work."},{"date":"2025-06-06","text":"If the copied card has {X} in its mana cost, X is 0."},{"date":"2025-06-06","text":"The token copies exactly what was printed on the original card and nothing else. It doesn't copy any information about the object the card was before it was put into your graveyard."}],"rarities":["rare"]},"singing towers of darillium":{"name":"Singing Towers of Darillium","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Darillium"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each nonland card in your hand without foretell has foretell. Its foretell cost is equal to its mana cost reduced by {2}. (During your turn, you may pay {2} and exile it from your hand face down. Cast it on a later turn for its foretell cost.)\nWhenever chaos ensues, you may cast a foretold card you own from exile without paying its mana cost this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Any"},"without_paying_mana_cost":true,"mode":"Cast","duration":"UntilEndOfTurn"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, you may cast a foretold card you own from exile without paying its mana cost this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"},{"type":"WithoutKeywordKind","value":"Foretell"}]},"modifications":[{"type":"AddKeyword","keyword":{"Foretell":{"type":"SelfManaCostReduced","reduction":2}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"Each nonland card in your hand without foretell has foretell. Its foretell cost is equal to its mana cost reduced by {2}."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"99fb2128-61fc-45a6-a3f8-b116c3eb2c3d","metadata":{"source_printing_ids":["b30f88bd-426a-48fb-a921-c7c5831120bd"]},"legalities":{},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Because exiling a card with foretell from your hand is a special action, you can do so any time you have priority during your turn, including in response to spells and abilities. Once you announce you're taking the action, no other player can respond by trying to remove the card from your hand."},{"date":"2023-10-13","text":"Cards that are foretold by virtue of Singing Towers of Darillium's ability won't continue to have the foretell ability once they leave your hand, but you can still cast them from exile on a later turn for the foretell costs they were given by Singing Towers of Darillium."},{"date":"2023-10-13","text":"Casting a foretold card from exile follows the timing rules for that card. If you foretell an instant card, you can cast it as soon as the next player's turn. In most cases, if you foretell a card that isn't an instant (or doesn't have flash), you'll have to wait until your next turn to cast it."},{"date":"2023-10-13","text":"If you're casting a foretold card from exile for its foretell cost, you can't choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2023-10-13","text":"The reduction of the foretell cost applies only to generic mana in the foretell cost. It can't reduce requirements of specific colors of mana. For example, if you foretell a card in your hand with mana cost {1}{G}{G}, its foretell cost will be {G}{G}."}],"rarities":["common"]},"siona, captain of the pyleas":{"name":"Siona, Captain of the Pyleas","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Siona enters, look at the top seven cards of your library. You may reveal an Aura card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.\nWhenever an Aura you control becomes attached to a creature you control, create a 1/1 white Human Soldier creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":7},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, look at the top seven cards of your library. You may reveal an Aura card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false},{"mode":{"Unknown":"Whenever an Aura you control becomes attached to a creature you control"},"execute":{"kind":"Spell","effect":{"type":"Token","name":"Human Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an Aura you control becomes attached to a creature you control, create a 1/1 white Human Soldier creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"89e17ccf-cde7-428d-bd64-47e2f79b40d7","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["67cca079-4ef0-5c92-a8a4-495d84a5d5e1","c46eeb95-853f-5808-a86c-4550d2b0f05e"],"source_printing_ids":["2b1d890f-7ef8-47b9-9ec8-f3884a1d09db","9adb1528-dc72-4ec7-bcb4-a043bcd8d9d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["THB","WOC"],"rulings":[{"date":"2020-01-24","text":"If an Aura becomes attached to Siona that causes another player to gain control of it, that player will control the triggered ability that creates a Soldier."},{"date":"2020-01-24","text":"If an Aura becomes attached to Siona that causes it to lose all abilities, Siona's last ability won't trigger."},{"date":"2020-01-24","text":"If an Aura becomes attached to a noncreature permanent you control that causes it to become a creature, Siona's last ability triggers. If an Aura becomes attached to a creature you don't control that causes it to become a creature you do control, Siona's last ability triggers. If an Aura becomes attached to a creature you control that causes it to no longer be a creature or to no longer be under your control, Siona's last ability doesn't trigger."},{"date":"2020-01-24","text":"Siona's last ability triggers both whenever an Aura enters the battlefield attached to a creature you control and whenever an Aura on the battlefield attached to a different object becomes attached to a creature you control. It doesn't trigger if an effect tries to attach an Aura to the creature it already enchants."}],"rarities":["uncommon"]},"sita varma, masked racer":{"name":"Sita Varma, Masked Racer","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Exhaust — {X}{G}{G}{U}: Put X +1/+1 counters on Sita Varma. Then you may have the base power and toughness of each other creature you control become equal to Sita Varma's power until end of turn. (Activate each exhaust ability only once.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["X","Green","Green","Blue"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"the base power and toughness of each other creature you control become equal to ~'s power"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exhaust — {X}{G}{G}{U}: Put X +1/+1 counters on ~. Then you may have the base power and toughness of each other creature you control become equal to ~'s power until end of turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"}],"ability_tag":{"type":"Exhaust"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"3b9bc41a-a43f-4be7-9452-f61f5ad5b482","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["119a39ce-80f6-48b3-b159-e5d919d3b617","321d595f-7efe-4004-9bbc-390b5a6eb734","eb523c06-6f3e-4e19-b777-19aefc4a4e02"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rulings":[{"date":"2025-02-07","text":"Exhaust abilities can be activated any time you could normally activate an ability."},{"date":"2025-02-07","text":"If an ability triggers whenever you activate an exhaust ability, that ability resolves before the exhaust ability resolves."},{"date":"2025-02-07","text":"If an exhaust ability of a permanent is activated, and then that permanent leaves the battlefield and returns to the battlefield, it becomes a new object so its exhaust ability can be activated again."}],"rarities":["rare"]},"six":{"name":"Six","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Treefolk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhenever Six attacks, mill three cards. You may put a land card from among them into your hand.\nDuring your turn, nonland permanent cards in your graveyard have retrace. (You may cast permanent cards from your graveyard by discarding a land card in addition to paying their other costs.)","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, mill three cards. You may put a land card from among them into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":"Retrace"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, nonland permanent cards in your graveyard have retrace."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"dbcbdf37-c40f-4068-b4a7-a849cab1056c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["8f3070e7-dce0-4121-bbef-c4357f8265ab","c7ea0c62-a9b3-4e8f-9ede-1f0122149737","de4ff685-8694-4939-8f92-d91bb7ae5b76","f9246b68-580f-4f53-883d-7900880e4b0d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"If a spell you cast with retrace is countered, it's put back into your graveyard. You may use the retrace ability to cast it again."}],"rarities":["rare"]},"skemfar shadowsage":{"name":"Skemfar Shadowsage","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, choose one —\n• Each opponent loses X life, where X is the greatest number of creatures you control that have a creature type in common.\n• You gain X life, where X is the greatest number of creatures you control that have a creature type in common.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Each opponent loses X life, where X is the greatest number of creatures you control that have a creature type in common.","You gain X life, where X is the greatest number of creatures you control that have a creature type in common."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectCountBySharedQuality","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"quality":"CreatureType","aggregate":"Max"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCountBySharedQuality","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"quality":"CreatureType","aggregate":"Max"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"496ecb73-f508-4ac7-b101-23e03404580f","metadata":{"source_printing_ids":["306e67b5-7d00-412a-894d-c9412cb9e4f2","5fb40b82-ed28-451f-b191-b9eca2770ca5","c204130f-0483-49ed-8512-03a74894702e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J25","KHM","SLD"],"rulings":[{"date":"2021-02-05","text":"The amount of life lost or gained is calculated as the triggered ability resolves based on the creatures you control at that time, including Skemfar Shadowsage itself if it's still under your control. You'll always use the greatest number possible. You don't need to choose any creature types. For example, if you control a Giant Wizard, a Giant Warrior, an Elf Warrior, and a Kor Warrior at that time, each opponent will lose 3 life or you'll gain 3 life."},{"date":"2021-02-05","text":"You choose which mode the triggered ability has as you put that ability on the stack. You can't change modes later."}],"rarities":["uncommon","rare"]},"skewer the critics":{"name":"Skewer the Critics","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Spectacle {R} (You may cast this spell for its spectacle cost rather than its mana cost if an opponent lost life this turn.)\nSkewer the Critics deals 3 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[{"Spectacle":{"type":"Cost","shards":["Red"],"generic":0}}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c43b616e-ef87-4c12-810b-a1a3260168fa","metadata":{"source_printing_ids":["01ef52d0-1c0a-41f7-bccf-64e6f6886ebc","23051bcf-2326-4527-bdab-032915ff271a","43ca8f80-e9ed-483f-a8a7-ad6149811df9","64714477-10d6-4a7b-9e9a-fa36bdb6a07c","650d7ff7-d324-4002-a536-04503aba6725","97295660-6bea-46ae-9a3b-0fc6abba407f","9f3261b6-4f5c-4cf0-a396-1d9397603602"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["OTP","PLST","RNA","RVR","SLD"],"rulings":[{"date":"2024-01-12","text":"A card's spectacle cost is the same no matter how much life your opponents lost or how many opponents lost life."},{"date":"2024-01-12","text":"Damage dealt to a player causes that player to lose that much life."},{"date":"2024-01-12","text":"In a multiplayer game, if an opponent loses life and later that turn leaves the game, you can cast a spell for its spectacle cost. (If a player leaves the game during their turn, that turn continues without an active player.)"},{"date":"2024-01-12","text":"Spectacle cares only that an opponent lost life during the turn, not that the opponent's life total is currently lower than it was. For example, if an opponent loses 1 life and then gains 2 life in the same turn, you can cast a spell for its spectacle cost that turn."},{"date":"2024-01-12","text":"Spectacle doesn't change when you can cast the spell. For example, you can't cast a sorcery with spectacle during an opponent's turn unless another effect allows you to do so, even if that player has lost life this turn."},{"date":"2024-01-12","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a spectacle cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["common","uncommon","rare"]},"skophos maze-warden":{"name":"Skophos Maze-Warden","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Minotaur","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{1}: This creature gets +1/-1 until end of turn.\nWhenever another creature becomes the target of an ability of a land you control named Labyrinth of Skophos, you may have this creature fight that creature. (Each deals damage equal to its power to the other.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: ~ gets +1/-1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":{"Unknown":"Whenever another creature becomes the target of an ability of a land you control named Labyrinth of Skophos"},"execute":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"ParentTarget"},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature becomes the target of an ability of a land you control named Labyrinth of Skophos, you may have ~ fight that creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7d9b7fca-9514-4aea-be51-b6c8debb3de4","metadata":{"source_printing_ids":["0f470a7b-63ef-4efa-855e-f8a3ce1ab534"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["THB"],"rulings":[{"date":"2020-01-24","text":"An ability that triggers when a creature becomes the target of an ability resolves before the ability that caused it to trigger. It resolves even if that ability is countered or if the creature is no longer a legal target."},{"date":"2020-01-24","text":"If either Skophos Maze-Warden or the creature targeted by Labyrinth of Skophos has left the battlefield, the other won't deal or be dealt damage."}],"rarities":["uncommon"]},"skullclamp":{"name":"Skullclamp","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/-1.\nWhenever equipped creature dies, draw two cards.\nEquip {1}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever equipped creature dies, draw two cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":-1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/-1."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"65986c1b-8e51-4604-b685-d82fa7d1263a","metadata":{"source_printing_ids":["005dae9a-dddc-4a11-95bb-cce319edcce4","04733881-38a3-404c-837f-fad3fc5a5647","080f004f-0601-4566-83df-049264eaa7d9","0ecc351e-2711-48f1-8301-183d70b046d1","1d8b007b-3169-4ee3-80c7-781fc096fc7a","24cb1383-6e05-4f87-b05c-53d6050f7edc","29c8c5a0-3487-4afe-ac98-fdea631fe4ce","3668996e-659d-413b-84e6-9f3099518d7f","3865d44e-7207-4440-9db4-627531979852","4e5d5649-3e30-4aca-80f8-5a7522d366da","55318397-de3c-47ea-a088-72a24df5c8fa","58f4df80-74bd-41d4-a56e-d23edfc62571","6daf6ed5-4f55-4ba2-99a2-9a50ea36888f","7160f5f0-8ab8-4ec1-a84c-cfe49cb43b8d","7e4b027f-b91f-4dd9-a2b8-881416b8c574","8854e9a7-a799-47d0-8662-95aa527d3210","9090c72c-8d6f-4e94-9111-e5f6929094db","97b729d3-5965-4e16-a50a-1e9bf51a9f13","a36fd6d8-66a2-49d1-b9f3-b400ebc03674","a740d70c-b877-44cf-beb4-774ec66236c5","ab56119b-1e13-44d4-b73b-991488c039f1","ae5d9152-6574-4a32-a93a-77077a782fce","b5bb89dd-9d31-49d9-ba54-4a04798e515e","cb146d9a-f66a-460d-a230-942d04a9658e","d1877be5-fb98-4bd2-a754-dda1132ef8a0","d79d2cde-21e1-4540-8b84-8b2cb8b115a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"banned","modern":"banned","oathbreaker":"legal","vintage":"legal"},"printings":["40K","BLC","BRC","C14","C15","C16","C17","C20","CLB","CMA","CMD","DST","FIC","MOC","MSC","PIP","PLST","SLD","TD0","TDC","V09","VMA"],"rarities":["uncommon","rare","mythic"]},"skullcrack":{"name":"Skullcrack","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Players can't gain life this turn. Damage can't be prevented this turn. Skullcrack deals 3 damage to target player or planeswalker.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantGainLife","affected":{"type":"Player"},"modifications":[{"type":"AddStaticMode","mode":"CantGainLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't gain life"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"DamagePreventionDisabled","source":0,"expiry":{"type":"EndOfTurn"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a6fc0b0c-9ba2-47f2-ab92-26fd20d0f86d","metadata":{"source_printing_ids":["170a06cd-501e-43c8-98e0-63ebd61cc0aa","7f399983-d70a-4cf3-b76e-bb0c472e7c69","8068a146-f6fe-46f3-a42e-822fbc3502e6","8d6e1d38-a756-4d81-8d86-06dcec75dfe5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GTC","OTP","RVR"],"rulings":[{"date":"2024-01-12","text":"Effects that would replace gaining life with another effect won't apply because it's impossible for players to gain life."},{"date":"2024-01-12","text":"If an effect says to set a player's life total to a certain number and that number is higher than the player's current life total, that part of the effect won't do anything. (If the number is lower than the player's current life total, the effect will work as normal.)"},{"date":"2024-01-12","text":"Skullcrack targets only the player or planeswalker. If that player or planeswalker is an illegal target when Skullcrack tries to resolve, it won't resolve and none of its effects will happen."},{"date":"2024-01-12","text":"Spells and abilities that would cause a player to gain life or that would prevent damage still resolve, but the life-gain and damage-prevention parts have no effect."}],"rarities":["uncommon","rare"]},"skullscorch":{"name":"Skullscorch","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player discards two cards at random unless that player has Skullscorch deal 4 damage to them.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Player"},"random":true},"cost":null,"sub_ability":null,"duration":null,"description":"Target player discards two cards at random unless that player has ~ deal 4 damage to them.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"EffectCost","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Player"}}},"payer":{"type":"Player"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"b52788ff-9956-400a-bf26-17e58f673af0","metadata":{"source_printing_ids":["88f1343c-77bf-4f44-8226-fdfb2c2c7015"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TOR"],"rarities":["rare"]},"skullwinder":{"name":"Skullwinder","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhen this creature enters, return target card from your graveyard to your hand, then choose an opponent. That player returns a card from their graveyard to their hand.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":{"ChosenPlayer":{"index":0}}},{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target card from your graveyard to your hand, then choose an opponent. That player returns a card from their graveyard to their hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d3d8dd6e-a80b-4063-a542-ff67ef8dad4f","metadata":{"source_printing_ids":["0d53c93a-3d02-4a89-bf3a-58c19d861f9b","6133735c-37ea-4c91-a848-59bc47dcb0b7","94d406ed-bf60-4adc-9721-e64d1313f6b7","96105316-a060-4bb6-9144-491b0c14e5d6","cb7f2e86-5445-4835-8cad-e08aea651ebb","e820c022-c3a8-4c98-a60b-1fb105d38937","e90c4b81-69b8-4310-9799-431e4da8eb48"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C15","C20","CLB","CMA","M3C","OTC","PLST","PZ1"],"rulings":[{"date":"2015-11-04","text":"Skullwinder's enters-the-battlefield ability targets only the card in your graveyard. If that card is an illegal target as the ability tries to resolve, the ability won't resolve and none of its effects will happen. No cards will be returned to any player's hand."},{"date":"2015-11-04","text":"You choose the opponent as the ability is resolving. You may choose an opponent with no cards in their graveyard."},{"date":"2022-06-10","text":"Skullwinder's enters-the-battlefield ability targets only the card in your graveyard. If that card is an illegal target as the ability tries to resolve, the ability won't resolve and none of its effects will happen. No cards will be returned to any player's hand."},{"date":"2022-06-10","text":"The chosen opponent gets to choose which card to return from their graveyard to their hand."},{"date":"2022-06-10","text":"You choose the target card as you put Skullwinder's triggered ability on the stack, but you don't choose an opponent until after you have returned the card to your hand."},{"date":"2022-06-10","text":"You may choose an opponent with no cards in their graveyard. In that case, they will not get to return anything."}],"rarities":["uncommon"]},"sky skiff":{"name":"Sky Skiff","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nCrew 1 (Tap any number of creatures you control with total power 1 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Crew":{"power":1,"once_per_turn":null}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"f2c43b85-8c42-4b23-84c2-bec8d6230039","metadata":{"source_printing_ids":["78852608-f36c-4e26-b2ab-75ecd97d2787","cf4a4939-130b-40d7-8a0f-e31eb931d2d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR"],"rulings":[{"date":"2017-09-29","text":"Any untapped creature you control can be tapped to pay a crew cost, even one that just came under your control."},{"date":"2017-09-29","text":"Creatures that crew a Vehicle aren't attached to it or related in any other way. Effects that affect the Vehicle, such as by destroying it or giving it a +1/+1 counter, don't affect the creatures that crewed it."},{"date":"2017-09-29","text":"Each Vehicle is printed with a power and toughness, but it's not a creature. If it becomes a creature (most likely through its crew ability), it will have that power and toughness."},{"date":"2017-09-29","text":"For a Vehicle to be able to attack, it must be a creature as the declare attackers step begins, so the latest you can activate its crew ability to attack with it is during the beginning of combat step. For a Vehicle to be able to block, it must be a creature as the declare blockers step begins, so the latest you can activate its crew ability to block with it is during the declare attackers step. In either case, players may take actions after the crew ability resolves but before the Vehicle has been declared as an attacking or blocking creature."},{"date":"2017-09-29","text":"If a permanent becomes a copy of a Vehicle, the copy won't be a creature, even if the Vehicle it's copying has become an artifact creature."},{"date":"2017-09-29","text":"If an effect causes a Vehicle to become an artifact creature with a specified power and toughness, that effect overwrites the Vehicle's printed power and toughness."},{"date":"2017-09-29","text":"Once a Vehicle becomes a creature, it behaves exactly like any other artifact creature. It can't attack unless you've controlled it continuously since your turn began, it can block if it's untapped, it can be tapped to pay a Vehicle's crew cost, and so on."},{"date":"2017-09-29","text":"Once a player announces that they are activating a crew ability, no player may take other actions until the ability has been paid for. Notably, players can't try to stop the ability by changing a creature's power or by removing or tapping a creature."},{"date":"2017-09-29","text":"Vehicle is an artifact type, not a creature type. A Vehicle that's crewed won't normally have any creature type."},{"date":"2017-09-29","text":"When a Vehicle becomes a creature, that doesn't count as having a creature enter the battlefield. The permanent was already on the battlefield; it only changed its types. Abilities that trigger whenever a creature enters the battlefield won't trigger."},{"date":"2017-09-29","text":"You may activate a crew ability of a Vehicle even if it's already an artifact creature. Doing so has no effect on the Vehicle. It doesn't change its power and toughness."},{"date":"2017-09-29","text":"You may tap more creatures than necessary to activate a crew ability."}],"rarities":["common"]},"skyclave apparition":{"name":"Skyclave Apparition","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kor","Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, exile up to one target nonland, nontoken permanent you don't control with mana value 4 or less.\nWhen this creature leaves the battlefield, the exiled card's owner creates an X/X blue Illusion creature token, where X is the mana value of the exiled card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[{"type":"NonToken"},{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile up to one target nonland, nontoken permanent you don't control with mana value 4 or less.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Token","name":"Illusion","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"ManaValue","filter":{"type":"And","filters":[{"type":"ExiledBySource"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"You"}]}]}}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"ManaValue","filter":{"type":"And","filters":[{"type":"ExiledBySource"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"You"}]}]}}}},"types":["Creature","Illusion"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"OwnersOfCardsExiledBySource"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, the exiled card's owner creates an X/X blue Illusion creature token, where X is the mana value of the exiled card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d90af00a-d322-4265-9954-7b1e80702e18","metadata":{"related_token_ids":["40dfbc8d-d66f-5e20-8b3f-8c843a6d6a69","48d55c9e-8d4b-567e-a493-5f3c03136c00","7836eecb-7d19-5cb3-bce6-677cf23367b7","e06431b6-e469-59ea-ae40-070e3c7d224d"],"source_printing_ids":["32d7ddec-4d14-4a4c-b1cf-092999347498","933fc802-9ed8-44c3-8fc1-cab966afc592","a76c56a3-db5c-4884-8c6a-bf8105b62421","b83cfbaa-7890-4f6f-878b-4edb45677371","bc4b938f-a600-4d10-8030-ed60cf6ade56","e671de25-c47c-48a1-919b-6aa30dab142f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","GDY","M3C","MB2","PRM","PZNR","SOC","ZNR"],"rulings":[{"date":"2020-09-25","text":"If Skyclave Apparition leaves the battlefield before its first ability resolves, the ability still exiles the target permanent."},{"date":"2020-09-25","text":"If Skyclave Apparition's first ability exiled more than one card owned by a single player, that player creates a token with power and toughness equal to the sum of those cards' mana values. If the first ability exiled cards owned by more than one player, each of those players creates a token with power and toughness equal to the sum of the mana values of all cards exiled by the first ability."},{"date":"2020-09-25","text":"If a creature on the battlefield has {X} in its mana cost, X is considered to be 0."},{"date":"2020-09-25","text":"If there's no exiled card when Skyclave Apparition leaves the battlefield (most likely because its first ability hasn't resolved yet), no player creates a token."}],"rarities":["rare"]},"skyfisher spider":{"name":"Skyfisher Spider","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spider"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhen this creature enters, you may sacrifice another creature. When you do, destroy target nonland permanent.\nWhen this creature dies, you may gain 1 life for each creature card in your graveyard. If you do, exile this card from your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may sacrifice another creature. When you do, destroy target nonland permanent.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, you may gain 1 life for each creature card in your graveyard. If you do, exile this card from your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"67158085-4807-4f0e-8599-c55ec7ec252e","metadata":{"source_printing_ids":["87300ac8-8b6f-4c37-8058-beb59eaa66be","e18927dd-c50c-4fb2-8d4c-d0f853b68294"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","BRO"],"rulings":[{"date":"2022-10-14","text":"Notably, this means that players won't get to know what nonland permanent you plan to target before you choose whether to sacrifice a creature."},{"date":"2022-10-14","text":"Skyfisher Spider's first triggered ability doesn't have any targets. If you choose to sacrifice another creature, a second triggered ability (called a \"reflexive\" triggered ability) goes on the stack and you choose a target nonland permanent at that time. Players may respond to that second ability as normal."}],"rarities":["uncommon"]},"skyseer's chariot":{"name":"Skyseer's Chariot","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs this Vehicle enters, choose a nonland card name.\nActivated abilities of sources with the chosen name cost {2} more to activate.\nCrew 2","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Crew":{"power":2,"once_per_turn":null}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Raise","keyword":"activated","amount":2,"exemption":"None"}},"affected":{"type":"HasChosenName"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of sources with the chosen name cost {2} more to activate."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a nonland card name.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"92d28545-4403-4c24-8547-efab4dde6a53","metadata":{"source_printing_ids":["3a062cbd-b769-49d3-a9fd-7aeb414f44d6","96ed5b66-8e74-4a90-ad4e-c39d15993994","d18d5057-39f7-42aa-9dd5-ecc52f861366","ec0eb86e-371c-46fd-a261-384b2a603b36"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rarities":["rare"]},"skyship plunderer":{"name":"Skyship Plunderer","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Pirate"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, for each kind of counter on target permanent or player, give that permanent or player another counter of that kind.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ProliferateTarget","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},{"type":"Player"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, for each kind of counter on target permanent or player, give that permanent or player another counter of that kind.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c5e47644-c72c-40f9-b65f-57fcea075466","metadata":{"source_printing_ids":["113ebd1b-380d-42a1-accb-9889c40478f6","1fedbc91-67e4-40d6-b307-7e6197f47c6e","ec78ef7e-f969-4d7a-a5ea-fe4905ab0c94"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","KLR","NCC"],"rulings":[{"date":"2017-02-09","text":"Skyship Plunderer's triggered ability can target any permanent or player, regardless of which player was dealt combat damage."},{"date":"2017-02-09","text":"Skyship Plunderer's triggered ability gives only one counter of each kind. It doesn't double the number of each kind of counter. For example, if a creature has two +1/+1 counters and a charge counter on it, it gets one +1/+1 counter and one charge counter."},{"date":"2017-02-09","text":"To give a counter is to put a counter on a permanent or to have a player get a counter. Effects that interact with a player getting counters or counters being placed on permanents interact with Skyship Plunderer's triggered ability."}],"rarities":["uncommon"]},"slaughter the strong":{"name":"Slaughter the Strong","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player chooses any number of creatures they control with total power 4 or less, then sacrifices all other creatures they control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChooseAndSacrificeRest","categories":[],"chooser_scope":"EachPlayerSelf","choose_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"sacrifice_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"total_power_cap":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":"Each player chooses any number of creatures they control with total power 4 or less, then sacrifices all other creatures they control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7a3569a0-a55f-40c9-9588-92db35e26567","metadata":{"source_printing_ids":["2d986177-3814-4069-bce5-f9e54c528e85","4217ab21-181e-4c32-97c3-d8bd441287e0","6c9f8aea-0c9a-4686-b551-35e2a72ef701","8ceb48f7-6e2d-48c9-b02d-13b2b1accc59","9b4a42d9-4568-414d-8caf-9a7c33073059"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","CMR","PLST","PRIX","RIX","TDC"],"rulings":[{"date":"2020-11-10","text":"As Slaughter the Strong resolves, first the player whose turn it is chooses which creatures will be spared, then each other player in turn order does the same knowing the choices made before them. Then all the creatures not chosen are sacrificed simultaneously."},{"date":"2020-11-10","text":"If a creature's power is somehow less than 0, it subtracts from the total power of the other creatures its controller chooses. This can cause creatures with power 5 or greater to survive."},{"date":"2020-11-10","text":"Slaughter the Strong has each player choose any number of creatures and then checks that the total power of creatures each player chose this way is 4 or less. For example, you could save two 2/2 creatures, or a 1/1 and a 3/3 creature, but not all four of those creatures."}],"rarities":["uncommon","rare"]},"sledge-class seedship":{"name":"Sledge-Class Seedship","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 7+.)\n7+ | Flying\nWhenever this Spacecraft attacks, you may put a creature card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may put a creature card from your hand onto the battlefield.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"7+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":5}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 7+"}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bcd086ce-de5c-4b34-92a1-ece22055e479","metadata":{"source_printing_ids":["4d0c21a9-033c-42af-acbe-84284e0849f7","dc0cb4b6-cc20-49ea-84b2-2f3af3b0a19e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"slicer, high-speed antagonist":{"name":"Slicer, High-Speed Antagonist","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Living metal (During your turn, this Vehicle is also a creature.)\nFirst strike, haste\nWhenever Slicer deals combat damage to a player, convert it at end of combat.","non_ability_text":null,"flavor_name":null,"keywords":["LivingMetal","FirstStrike","Haste"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"EndCombat"},"effect":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, convert it at end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 702.161a: Living metal — artifact creature during your turn"}],"replacements":[],"color_override":["Red"],"color_identity":["Red"],"scryfall_oracle_id":"fa716557-8e75-4617-8310-ab23a9ca1af1","is_commander":true,"metadata":{"source_printing_ids":["9d9a9350-4734-4cc1-986d-467e6715199f","a35108d8-f6c5-4474-9049-64fd7e3b1310"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["BOT"],"rarities":["mythic"]},"slicer, hired muscle":{"name":"Slicer, Hired Muscle","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Robot"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"More Than Meets the Eye {2}{R} (You may cast this card converted for {2}{R}.)\nDouble strike, haste\nAt the beginning of each opponent's upkeep, you may have that player gain control of Slicer until end of turn. If you do, untap Slicer, goad it, and it can't be sacrificed this turn. If you don't, convert it.","non_ability_text":null,"flavor_name":null,"keywords":[{"MoreThanMeetsTheEye":{"type":"Cost","shards":["Red"],"generic":2}},"DoubleStrike","Haste"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Goad","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"Other":"CantBeSacrificed"},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be sacrificed"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each opponent's upkeep, you may have that player gain control of ~ until end of turn. If you do, untap ~, goad it, and it can't be sacrificed this turn. If you don't, convert it.","constraint":{"type":"OnlyDuringOpponentsTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fa716557-8e75-4617-8310-ab23a9ca1af1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9d9a9350-4734-4cc1-986d-467e6715199f","a35108d8-f6c5-4474-9049-64fd7e3b1310"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["BOT"],"rulings":[{"date":"2022-10-14","text":"\"Living metal\" means \"As long as it's your turn, this permanent is an artifact creature in addition to its other types.\""},{"date":"2022-10-14","text":"\"More Than Meets the Eye [cost]\" means \"You may cast this card converted by paying [cost] rather than its mana cost.\" It functions in any zone from which the spell can be cast."},{"date":"2022-10-14","text":"A spell cast this way enters the battlefield with its back face up."},{"date":"2022-10-14","text":"Any triggered ability of another card that triggers whenever a permanent transforms will also trigger whenever a permanent converts."},{"date":"2022-10-14","text":"Converting a permanent doesn't affect any Auras or Equipment that are attached to it. Similarly, any counters on the permanent will remain on that permanent after it converts. Any continuous effects from a resolved spell or ability will continue to affect it. Any spells or abilities on the stack that target a permanent continue to do so after that permanent converts."},{"date":"2022-10-14","text":"If a static ability of another permanent applies only to noncreature permanents, that ability applies to a Vehicle with living metal only during your opponents' turns. For example, if you control Arcee, Acrobatic Coupe and March of the Machines, Arcee will be a 2/2 artifact creature during your turn and a 3/3 artifact creature (because its mana value is 3) during each opponent's turn."},{"date":"2022-10-14","text":"If you copy a permanent spell cast this way, the copy has the characteristics of the card's back face, even though it isn't itself a double-faced card."},{"date":"2022-10-14","text":"Similarly, an ability of another card that instructs you to \"transform\" one of these cards will cause you to convert it, even if that ability doesn't use the word \"convert.\""},{"date":"2022-10-14","text":"The convert keyword action functions the same way as the transform keyword action found on some other cards; to convert a permanent on the battlefield, turn it over so that its other face is up."},{"date":"2022-10-14","text":"The cost is an alternative cost, so it can't be combined with any other alternative costs. It can be combined with any applicable additional costs."},{"date":"2022-10-14","text":"The mana value of a converted permanent on the battlefield is equal to the mana value of the card's front face, no matter which face is up."},{"date":"2022-10-14","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a More Than Meets the Eye cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of a spell cast using More Than Meets the Eye is determined by the mana cost on the front face of the card, no matter what the total cost to cast the spell was."},{"date":"2022-10-14","text":"When you cast a spell using its More Than Meets the Eye ability, the card is put onto the stack with its back face up. The resulting spell has all characteristics of that face."},{"date":"2022-10-14","text":"When you goad a creature, that creature must attack each combat if able and must attack a player other than you if able. It stays goaded until your next turn."},{"date":"2022-10-14","text":"While it's a creature, the Vehicle has its printed power and toughness."}],"rarities":["mythic"]},"slimefoot and squee":{"name":"Slimefoot and Squee","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Fungus","Goblin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever Slimefoot and Squee enters or attacks, create a 1/1 green Saproling creature token.\n{1}{B}{R}{G}, Sacrifice a Saproling: Return this card and up to one other target creature card from your graveyard to the battlefield. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":1}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Saproling"}],"controller":null,"properties":[]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"duration":null,"description":"{1}{B}{R}{G}, Sacrifice a Saproling: Return this card and up to one other target creature card from your graveyard to the battlefield. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Saproling","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Saproling"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, create a 1/1 green Saproling creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"5a6f4181-f5ad-4ecf-9566-e52870af14d0","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["b97a960d-5d34-5fd0-a94c-af7bb41c3edb"],"source_printing_ids":["9e449e38-6f03-4316-8ebc-d0faf79d6bc7","c6f777b0-2f35-4333-8f54-7ceeeac2ec83"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"You don't have to choose a target to activate the last ability. However, if you do, and that target is illegal at the time the ability tries to resolve, it won't resolve and none of its effects will happen. Slimefoot and Squee won't be returned to the battlefield."}],"rarities":["mythic"]},"slippery bogle":{"name":"Slippery Bogle","mana_cost":{"type":"Cost","shards":["GreenBlue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Hexproof (This creature can't be the target of spells or abilities your opponents control.)","non_ability_text":null,"flavor_name":null,"keywords":["Hexproof"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"f64878c1-1fba-44f7-a24f-d24bef2e03ae","metadata":{"source_printing_ids":["19714d6c-2bfa-4ee0-aa2f-5ccc196bc5d8","505eccd0-472e-41db-a336-0583960ac85a","a4ad7a05-20af-4f7a-9dc2-7ce89356364c","c4e4bbea-7e3f-4de0-bb01-dfd67f21c254"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["EVE","PLST","SPG","UMA"],"rarities":["common","uncommon","mythic"]},"sliver gravemother":{"name":"Sliver Gravemother","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"The \"legend rule\" doesn't apply to Slivers you control.\nEach Sliver creature card in your graveyard has encore {X}, where X is its mana value.\nEncore {5} ({5}, Exile this card from your graveyard: For each opponent, create a token copy that attacks that opponent this turn if able. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Encore":{"type":"Cost","shards":[],"generic":5}}],"abilities":[{"kind":"Activated","effect":{"type":"Encore"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"LegendRuleDoesntApply","affected":{"type":"Typed","type_filters":["Permanent",{"Subtype":"Sliver"}],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The \"legend rule\" doesn't apply to Slivers you control."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Encore":{"type":"SelfManaValue"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each Sliver creature card in your graveyard has encore {X}, where X is its mana value."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"0d59f010-9669-4ad2-9ae9-cd88b85f282c","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["5a9097cb-1a78-558b-90d2-217688ef45d1"],"source_printing_ids":["9f5d253e-9eb2-423c-90ee-68f27ec6bf88","ca55a2b4-f53a-4c76-bd28-8ce49108a322","e899ba84-d940-468a-8f18-5282b51b797e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM"],"rulings":[{"date":"2023-07-28","text":"Each token must attack the appropriate player if able."},{"date":"2023-07-28","text":"Exiling the card with encore is a cost to activate the ability. Once you announce that you're activating it, no player may take actions until you've finished. They can't try to remove the card from your graveyard to stop you from paying the cost."},{"date":"2023-07-28","text":"If an effect stops a token from attacking a specific player, that token can attack any player, planeswalker, or battle, or not attack at all. If the effect stops the token from attacking a specific player unless a cost is paid, you don't have to pay that cost unless you want to attack that player."},{"date":"2023-07-28","text":"If one of the tokens can't attack for any reason (such as being tapped), then it doesn't attack. If there's a cost associated with having it attack, you aren't forced to pay that cost, so it doesn't have to attack in that case either."},{"date":"2023-07-28","text":"If one of the tokens somehow is under another player's control as the delayed triggered ability resolves, you can't sacrifice that token. It remains on the battlefield indefinitely, even if you regain control of it later."},{"date":"2023-07-28","text":"If you control more than one legendary Sliver with the same name and the \"legend rule\" begins applying to them again (perhaps because Sliver Gravemother leaves the battlefield) you'll immediately have to comply with the rule and put all but one of those Slivers into the graveyard."},{"date":"2023-07-28","text":"Opponents who have left the game aren't counted when determining how many tokens to create."},{"date":"2023-07-28","text":"The \"legend rule\" is the rule that states that if a player controls two or more legendary permanents with the same name, that player chooses one of them, and the rest are put into their owners' graveyards."},{"date":"2023-07-28","text":"The tokens copy only what's on the original card. Effects that modified that creature when it was previously on the battlefield won't be copied."},{"date":"2023-07-28","text":"While the \"legend rule\" doesn't apply to Slivers you control, you can control any number of legendary Slivers with the same name and none of them will be put into the graveyard."}],"rarities":["mythic"]},"sliver legion":{"name":"Sliver Legion","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"All Sliver creatures get +1/+1 for each other Sliver on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Sliver"}],"controller":null,"properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Sliver"}],"controller":null,"properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Sliver creatures get +1/+1 for each other Sliver on the battlefield."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"47657df2-0e58-46c8-87e2-cc752708a612","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["83afa8cc-fce4-4f96-9536-a9be5a2338cd","87545415-2e27-4841-a3af-7653af2ba6d3","8bd37a04-87b1-42ad-b3e2-f17cd8998f9d","98a229f0-3cca-4c2a-8cb5-064040eece72","feef6ea3-67f3-42d8-bf19-02ba9151c2a3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT","J19","SLD","TSR"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn't provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it's no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."},{"date":"2021-03-19","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to a Sliver may become lethal if another Sliver leaves the battlefield during that turn."},{"date":"2021-03-19","text":"If Sliver Legion and two other Slivers are on the battlefield, for example, each of them gets +2/+2."}],"rarities":["rare","mythic"]},"sliver weftwinder":{"name":"Sliver Weftwinder","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Sliver cards in your hand have warp {3}.\nSliver creatures you control have \"When this creature enters, conjure a random card from the Slivers Spellbook into the top five cards of your library at random, then draw a card.\"\nWarp {3}","non_ability_text":null,"flavor_name":null,"keywords":[{"Warp":{"type":"Cost","shards":[],"generic":3}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[{"Subtype":"Sliver"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"modifications":[{"type":"AddKeyword","keyword":{"Warp":{"type":"Cost","shards":[],"generic":3}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Sliver cards in your hand have warp {3}."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"conjure","description":"conjure a random card from the Slivers Spellbook into the top five cards of your library at random"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, conjure a random card from the Slivers Spellbook into the top five cards of your library at random, then draw a card.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Sliver creatures you control have \"When ~ enters, conjure a random card from the Slivers Spellbook into the top five cards of your library at random, then draw a card.\""}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"2313b5f6-c6e0-4a99-acf6-62b227449bfc","brawl_commander":true,"is_commander":true,"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YEOE"]},"slumbering trudge":{"name":"Slumbering Trudge","mana_cost":{"type":"Cost","shards":["X","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant","Beast"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"This creature enters with a number of stun counters on it equal to three minus X. If X is 2 or less, it enters tapped. (If a permanent with a stun counter would become untapped, remove one from it instead.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Offset","inner":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"CostXPaid"}}},"offset":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a number of stun counters on it equal to three minus X.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If X is 2 or less, it enters tapped.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"CostXPaid"}},"comparator":"LE","rhs":{"type":"Fixed","value":2}},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d04bce9a-822b-4a52-8826-b503ef5f5b2e","metadata":{"source_printing_ids":["3a925370-58ac-4181-9acc-db7b0e0abf17","5c16cb0f-9e3f-4176-9939-f418cdf4e6fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If Slumbering Trudge enters the battlefield without being cast, X is 0. The same is true if an effect lets you cast Slumbering Trudge without paying its mana cost."},{"date":"2026-03-20","text":"Slumbering Trudge has received an update to its rules text to clarify its function. Its updated Oracle text appears above."}],"rarities":["rare"]},"smoky lounge":{"name":"Smoky Lounge","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your first main phase, add {R}{R}. Spend this mana only to cast Room spells and unlock doors.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red","Red"]},"restrictions":[{"Any":[{"SpellType":"Room"},"UnlockDoor"]}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, add {R}{R}. Spend this mana only to cast Room spells and unlock doors.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"4f70b0ee-c24c-45fa-b878-9ba69266344f","metadata":{"related_token_ids":["cf39570a-a491-5d21-a385-0119796ac0a9"],"source_printing_ids":["4700987d-fc55-44eb-bc9f-0e0316ca65e2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"An ability that triggers \"when you unlock this door\" triggers when that door becomes unlocked. This can happen one of two ways: (1) the door becomes unlocked on the battlefield or (2) the door becomes unlocked as the Room enters the battlefield because you cast the corresponding half. In the latter case, since the door becoming unlocked is what causes the ability to trigger, effects that cause abilities that trigger when a permanent enters to trigger an additional time (such as that of Panharmonicon) won't apply."},{"date":"2024-09-20","text":"An ability that triggers \"whenever you fully unlock a Room\" triggers when a door becomes unlocked and the other door of that Room is already unlocked, or when both doors of that Room become unlocked simultaneously."},{"date":"2024-09-20","text":"Any time you have priority during a main phase of your turn and the stack is empty, you may pay the mana cost of a locked door (also called its \"unlock cost\"). That door becomes unlocked. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"Each Room card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2024-09-20","text":"Each Room card is a single card. For example, if you discard a Room card, you've discarded one card, not two. If an effect counts the number of enchantment cards in your graveyard, Bottomless Pool // Locker Room counts once, not twice."},{"date":"2024-09-20","text":"If a Room enters from any zone other than the stack, it will enter with both halves locked."},{"date":"2024-09-20","text":"If a spell or ability would create a copy of a Room spell on the stack, the copy retains the choice of which door was cast but also retains the full characteristics of the spell. The characteristics of the door that wasn't cast are still ignored while the copy is on the stack, and when the copy resolves, the token it becomes will enter with the appropriate door unlocked."},{"date":"2024-09-20","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the door you're casting. For example, if an effect allows you to cast a permanent spell with mana value 3 or less from among cards in your graveyard, you could cast Bottomless Pool this way, but not Locker Room."},{"date":"2024-09-20","text":"If neither door of a Room is unlocked, it's a Room enchantment with no name and no abilities."},{"date":"2024-09-20","text":"Room cards have two card faces with a shared type line on a single card. The characteristics of the door you didn't cast are ignored while the spell is on the stack."},{"date":"2024-09-20","text":"Some abilities allow you to lock a door of a Room you control. You can't choose to lock a door that's already locked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are locked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some abilities allow you to unlock a door of a Room you control. You can't choose to unlock a door that's already unlocked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are unlocked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some doors have abilities that trigger whenever you unlock that door and require one or more targets. You can unlock that door even if there would be insufficient legal targets for that triggered ability. The triggered ability won't go on the stack."},{"date":"2024-09-20","text":"The value of X is calculated only once, as Misty Salon's ability resolves. Changes in the number of unlocked doors among Rooms you control that occur after the ability resolves won't affect the power or toughness of the token."},{"date":"2024-09-20","text":"To cast a Room spell, choose a half (or \"door\") to cast. There's no way to cast both halves of a Room card. When the Room spell resolves, the corresponding door becomes unlocked as the Room enters."},{"date":"2024-09-20","text":"While in any zone other than the stack or the battlefield, a Room card's characteristics are a combination of its two doors. For example, Bottomless Pool // Locker Room has a mana value of 6 while it's in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Bottomless Pool // Locker Room."},{"date":"2024-09-20","text":"While on the battlefield, a Room's characteristics are a combination of the characteristics of its unlocked doors. For example, if Bottomless Pool // Locker Room is on the battlefield with both doors unlocked, its names are Bottomless Pool and Locker Room, its mana value is 6, it's a Room Enchantment, and it has the abilities in each door's text box."}],"rarities":["uncommon"]},"smoldering egg":{"name":"Smoldering Egg","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon","Egg"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Defender\nWhenever you cast an instant or sorcery spell, put a number of ember counters on this creature equal to the amount of mana spent to cast that spell. Then if this creature has seven or more ember counters on it, remove them and transform this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"ember","count":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"TriggeringSpell","metric":{"type":"Total"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":null,"count":{"type":"Fixed","value":-1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"ember"}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, put a number of ember counters on ~ equal to the amount of mana spent to cast that spell. Then if ~ has seven or more ember counters on it, remove them and transform ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7493d78c-26c4-402e-bec5-6449773d0344","metadata":{"source_printing_ids":["41b6381f-4ff8-49e9-bf00-cfe32851318b","8ffb9873-4fb1-4644-9dd9-f2eb5f9617ac","b41e193f-fb9b-4b26-89b6-856b1710a19d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","MID","PMID","PRM"],"rarities":["rare"]},"smothering tithe":{"name":"Smothering Tithe","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent draws a card, that player may pay {2}. If the player doesn't, you create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws a card, that player may pay {2}. If the player doesn't, you create a Treasure token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"153376c9-dffd-458c-8ce3-a4c8269bc4e9","metadata":{"related_token_ids":["4f940dc2-7698-5fda-9f9b-62ec43ec2012","689f3fc1-adb2-5cbe-9f22-65d4b99d5dd8","8fb72ba2-7332-5577-b7bd-d75df4c727c8","ba3bda5a-b0c8-5931-818b-0126c810dc7c","bf235272-bd80-5c56-8fa6-d355103fdf8d"],"source_printing_ids":["2309fb66-3aa0-4ec5-9a8e-5a0caa19c270","4e3b9aac-c5d5-4284-9c7c-67b23748fa45","58178dd4-c61e-4017-b2e6-2d8308ded4fd","7839cdc8-0cc9-4a17-9642-fb23f6e0be06","7af082fa-86a3-4f7b-966d-2be1f1d0c0bc","861b5889-0183-4bee-afeb-a4b2aa700a8e","a095e47e-8f02-45cf-a9d2-677fe171258d","ca736b62-9b02-49bf-8abd-5de6c4bf0ab0","da65d83c-67bd-4d54-9c9a-50d57ca115bb","f25a4bbe-2af0-4d4a-95d4-d52c5937c747","f6c69c2f-729b-49ed-909d-57190a728e11"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","CMM","P22","PRM","PRNA","RNA","SLD","WOT"],"rulings":[{"date":"2023-09-01","text":"If an opponent is instructed to draw multiple cards, that player draws all of them before deciding how many times to pay as the multiple triggered abilities from Smothering Tithe resolve."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"smuggler's copter":{"name":"Smuggler's Copter","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this Vehicle attacks or blocks, you may draw a card. If you do, discard a card.\nCrew 1 (Tap any number of creatures you control with total power 1 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Crew":{"power":1,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"AttacksOrBlocks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks or blocks, you may draw a card. If you do, discard a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"49136bdc-bc50-49a2-999a-1ef9c16ea130","metadata":{"source_printing_ids":["1daf0244-ffb9-42f3-8301-34cee7b9ae1b","2680ed41-da35-475a-9d80-ae2f4686feed","7832abb5-5107-4603-904e-491b221bd3e3","c75513ba-5d95-4181-ad19-742072546ac6","cdb307bd-63d0-4739-a113-451c193f0b4a","d0e53c71-6a58-4ea1-a550-f3cbd749eafd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","KLD","NEC","PKLD","PLST","SLD"],"rulings":[{"date":"2017-09-29","text":"Any untapped creature you control can be tapped to pay a crew cost, even one that just came under your control."},{"date":"2017-09-29","text":"Creatures that crew a Vehicle aren't attached to it or related in any other way. Effects that affect the Vehicle, such as by destroying it or giving it a +1/+1 counter, don't affect the creatures that crewed it."},{"date":"2017-09-29","text":"Each Vehicle is printed with a power and toughness, but it's not a creature. If it becomes a creature (most likely through its crew ability), it will have that power and toughness."},{"date":"2017-09-29","text":"For a Vehicle to be able to attack, it must be a creature as the declare attackers step begins, so the latest you can activate its crew ability to attack with it is during the beginning of combat step. For a Vehicle to be able to block, it must be a creature as the declare blockers step begins, so the latest you can activate its crew ability to block with it is during the declare attackers step. In either case, players may take actions after the crew ability resolves but before the Vehicle has been declared as an attacking or blocking creature."},{"date":"2017-09-29","text":"If a permanent becomes a copy of a Vehicle, the copy won't be a creature, even if the Vehicle it's copying has become an artifact creature."},{"date":"2017-09-29","text":"If an effect causes a Vehicle to become an artifact creature with a specified power and toughness, that effect overwrites the Vehicle's printed power and toughness."},{"date":"2017-09-29","text":"Once a Vehicle becomes a creature, it behaves exactly like any other artifact creature. It can't attack unless you've controlled it continuously since your turn began, it can block if it's untapped, it can be tapped to pay a Vehicle's crew cost, and so on."},{"date":"2017-09-29","text":"Once a player announces that they are activating a crew ability, no player may take other actions until the ability has been paid for. Notably, players can't try to stop the ability by changing a creature's power or by removing or tapping a creature."},{"date":"2017-09-29","text":"Vehicle is an artifact type, not a creature type. A Vehicle that's crewed won't normally have any creature type."},{"date":"2017-09-29","text":"When a Vehicle becomes a creature, that doesn't count as having a creature enter the battlefield. The permanent was already on the battlefield; it only changed its types. Abilities that trigger whenever a creature enters the battlefield won't trigger."},{"date":"2017-09-29","text":"You may activate a crew ability of a Vehicle even if it's already an artifact creature. Doing so has no effect on the Vehicle. It doesn't change its power and toughness."},{"date":"2017-09-29","text":"You may tap more creatures than necessary to activate a crew ability."}],"rarities":["rare"]},"smuggler's share":{"name":"Smuggler's Share","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, draw a card for each opponent who drew two or more cards this turn, then create a Treasure token for each opponent who had two or more lands enter the battlefield under their control this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"PlayerAttribute","relation":{"type":"Opponent"},"attr":{"type":"CardsDrawnThisTurn","player":{"type":"ScopedPlayer"}},"comparator":"GE","value":{"type":"Fixed","value":2}}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"PlayerAttribute","relation":{"type":"Opponent"},"attr":{"type":"BattlefieldEntriesThisTurn","player":{"type":"ScopedPlayer"},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}},"comparator":"GE","value":{"type":"Fixed","value":2}}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, draw a card for each opponent who drew two or more cards this turn, then create a Treasure token for each opponent who had two or more lands enter the battlefield under their control this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"17b29350-4f37-4552-8192-4856b15345f9","metadata":{"related_token_ids":["02eda719-658b-52e3-8f94-b66dda715865","f7ea7823-dda8-5a31-b223-305e41cbcaf2"],"source_printing_ids":["229caa63-ff7e-4e10-99e9-c593d5dac92f","87e58a16-f344-4a7c-9eca-a71f7c27ad97","f1ced678-5cfd-49ff-9420-6ee52d5edf5a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MKC","NCC","PNCC"],"rarities":["rare"]},"sméagol, helpful guide":{"name":"Sméagol, Helpful Guide","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Horror"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, if a creature died under your control this turn, the Ring tempts you.\nWhenever the Ring tempts you, target opponent reveals cards from the top of their library until they reveal a land card. Put that card onto the battlefield tapped under your control and the rest into their graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RingTemptsYou"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if a creature died under your control this turn, the ring tempts you.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false},{"mode":"RingTemptsYou","execute":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"kept_destination":"Battlefield","rest_destination":"Graveyard","enter_tapped":true,"enters_under":"You"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever the ring tempts you, target opponent reveals cards from the top of their library until they reveal a land card. Put that card onto the battlefield tapped under your control and the rest into their graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"6b974499-bf1c-4e5b-a72c-c72220f4e591","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["13253f8d-1897-41e8-a904-9e57ac7eff0a","9d842adf-72af-41fd-9d9b-b38d39a44b24","b25f98d4-c0a3-4712-b612-6b03365f9641","b3ebf3a3-3dd1-48e0-ad84-c3295de2e032"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"As the Ring tempts you, you get an emblem named The Ring if you don't have one. Then your emblem gains its next ability and you choose a creature you control to become (or remain) your Ring-bearer."},{"date":"2023-06-16","text":"Each player can have only one emblem named The Ring and only one Ring-bearer at a time."},{"date":"2023-06-16","text":"Each time the Ring tempts you, you must choose a creature if you control one."},{"date":"2023-06-16","text":"If the creature you choose as your Ring-bearer was already your Ring-bearer, that still counts as choosing that creature as your Ring-bearer for the purpose of abilities that trigger \"whenever you choose a creature as your Ring-bearer\" or abilities that care about which creature was chosen as your Ring-bearer."},{"date":"2023-06-16","text":"Sméagol, Helpful Guide doesn't need to have been on the battlefield when the creature died. For example, if a creature dies under your control during combat on your turn and you cast Sméagol, Helpful Guide during your second main phase, its first ability will trigger at the beginning of your end step."},{"date":"2023-06-16","text":"Sméagol, Helpful Guide's first ability will trigger only once during your end step, no matter how many creatures died under your control this turn. However, if no creatures have died under your control so far this turn as your end step begins, the ability won't trigger at all. It's not possible to cause a creature to die under your control during the end step in time to have the ability trigger."},{"date":"2023-06-16","text":"Some spells and abilities that cause the Ring to tempt you may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. The Ring won't tempt you."},{"date":"2023-06-16","text":"The Ring can tempt you even if you don't control a creature. In this case, abilities that trigger \"whenever the Ring tempts you\" will still trigger."},{"date":"2023-06-16","text":"The Ring gains its abilities in order from top to bottom. Once it gains an ability, it has that ability for the rest of the game."}],"rarities":["rare"]},"snapcaster mage":{"name":"Snapcaster Mage","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this creature enters, target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to its mana cost. (You may cast that card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flashback"}],"duration":"UntilEndOfTurn","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2bb2eda7-3b38-4c56-870f-c3218a1056f5","metadata":{"source_printing_ids":["12917e60-cea1-460b-b3f1-8d47cc24afdc","22b36ad5-bf4d-436a-9c3c-fa4acd0052fe","4790a887-26dd-4a5f-9b85-10346cb6328b","4cbdacc1-7a1b-4633-85f5-eb50c2bf406d","7e41765e-43fe-461d-baeb-ee30d13d2d93","96791b5f-88d1-4455-95cb-73d529977b1c","9e5b279e-4670-4a1e-87d0-3cab7e4f9e58","cbcec142-ba44-4d66-a1cc-9f98870a69d5","ee203ede-b9af-4f97-84ca-597debf2efd0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC","INR","ISD","MM3","PLST","PPRO","PR23","PRM","PUMA","SIS","SLD","UMA"],"rulings":[{"date":"2021-03-19","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2021-03-19","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-03-19","text":"If a card has multiple instances of flashback, you may choose any of its flashback costs to pay."},{"date":"2021-03-19","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-03-19","text":"If a card with no mana cost gains flashback, it has no flashback cost. It can't be cast this way."},{"date":"2021-03-19","text":"If a split card gains flashback, you pay only the cost of the half you're casting."},{"date":"2021-03-19","text":"If you cast a spell with flashback, you can't pay any alternative costs such as overload costs. You can pay additional costs such as kicker costs. If the spell has any mandatory additional costs, you must pay those to cast the spell with flashback."},{"date":"2021-03-19","text":"If you cast an instant or sorcery with {X} in its mana cost this way, you still choose the value of X as part of casting the spell and pay that cost."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-03-19","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-03-19","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare","mythic"]},"sneaky snacker":{"name":"Sneaky Snacker","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen you draw your third card in a turn, return this card from your graveyard to the battlefield tapped.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"When you draw your third card in a turn, return this card from your graveyard to the battlefield tapped.","constraint":{"type":"NthDrawThisTurn","n":3},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"f255492e-4e12-48b4-9c19-8a2a2780a1b7","metadata":{"source_printing_ids":["0e3aedae-e4bb-48e3-9f8b-bea0430df306"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rarities":["common"]},"snuff out":{"name":"Snuff Out","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you control a Swamp, you may pay 4 life rather than pay this spell's mana cost.\nDestroy target nonblack creature. It can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NotColor","color":"Black"}]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target nonblack creature. It can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"324824cb-f938-401c-b9b5-d8908b431ef0","casting_options":[{"kind":"AlternativeCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":4}},"condition":{"type":"YouControlSubtypeCountAtLeast","subtype":"swamp","count":1}}],"metadata":{"source_printing_ids":["18a3cca1-e50e-49b6-9e1a-f86640e3b177","1de0e766-9246-413e-884c-af1826857547","5d70f4ea-49fb-46f0-b917-5607d944515c","75bbe89f-09af-494e-b58e-271f64bde4b5","760660d0-06f2-49ea-afbf-647d7f1ea151","9eba002c-3562-4295-81e4-5f408f1556c6","a3b1fc65-3620-4052-a1f8-1779d95029c7","db8b3560-4940-40cc-9797-f909dcb1519b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["DDD","FIC","GVL","MB2","MMQ","PMEI","SLD","WHO"],"rarities":["common","uncommon","rare"]},"sol ring":{"name":"Sol Ring","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}{C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"6ad8011d-3471-4369-9d68-b264cc027487","metadata":{"source_printing_ids":["04002706-2236-4b79-bdea-4f263e43cb9c","06be8262-4636-4a2c-a0c8-de741cf45aed","0afa0e33-4804-4b00-b625-c2d6b61090fc","0d38ff41-a60c-4d70-92e4-4d3d3ab073a3","0ddf922b-2005-411c-9537-ab2884b54507","0f003fde-be17-4159-a361-711ed0bee911","0f44a54b-512e-45ef-80ee-7982d2eaf762","13788423-db82-4e76-83ad-3f812a4d547a","14dbce79-1fcc-4cc9-bf38-7729e44a411e","16089845-be81-4fc2-82a8-8a28ec7e20d4","16a2c470-b2b8-4633-89b1-7b936bcaff8d","16fbbd8d-bb18-4a8b-95a4-30ad6d548f72","180000d4-6844-4292-b768-b1f74a3b8b2d","19911e6e-7c35-4281-b31c-266382f052cc","199cde21-5bc3-49cd-acd4-bae3af6e5881","1abcafa9-0f27-482f-95a9-24520f0106b8","1b023575-4cb5-434f-92ef-d3b81aaa3c3e","1b3a4537-1d51-47ac-a12e-6b8d68f530e6","21365def-bec7-4ec0-a1e9-34c85bf6c274","2418af21-7be9-4dec-8be6-4d0bcf84a7ca","27ea0aa3-30c0-4eb4-b262-ce70781277ce","2824f3fb-82e6-43bd-babf-da6777a5b075","286bea73-8ad8-4423-8a7c-8497420fdb54","2c52c96d-e20f-4025-b759-674b36cf0db3","2d47121d-8b90-4d28-9ffa-0a640b9dd611","2f18e125-ac4a-45d0-8055-98f59c77324e","33773feb-5b49-4d44-adca-93b99009acc0","3459b229-7c46-4f70-87d4-bb31c2c17dd9","38d347b7-dc17-417a-ab07-29fe99b9a101","3917f744-b876-47ae-94ad-f72b215ff1e7","3dd5ea51-68f7-4c12-a96b-8caca0d54640","3e10052f-b3e5-4a2c-b268-9a12ce354eb9","40c825d3-004f-4dea-9d82-815617fb0a41","46ca0b66-a000-4483-b916-f5b89e710244","4cbc6901-6a4a-4d0a-83ea-7eefa3b35021","4f943781-ce41-40e2-9c45-25dcd24f0090","508b2c62-a344-4897-a3a4-4f0555627fc1","5805f64c-dd88-4e94-8f0a-a01dae67e3ba","58b26011-e103-45c4-a253-900f4e6b2eeb","5b9fe249-9bda-462b-922c-f01c904c233a","5bef0790-aa1b-4144-8391-338e59e86115","60bc8cfc-8f68-4ec7-92a7-98380d92f69e","65b145dd-8529-4bff-b381-b4be53f24b54","6714ffab-5950-4cb7-9b25-d7423dda9ccc","69c43267-e862-4c08-ae7b-0d400d31f297","6c5c9437-3d99-4a7c-8255-9acdcb1acc40","6d5b06e4-bbc8-405b-bc53-1380dba3696e","74109c41-d1e7-4108-bed1-3d9110d5e7d2","7454e0cc-98c2-48a1-b2c9-49908d2aedcc","76cd916c-7464-4391-814b-09eac0d8d204","772edef7-2f17-4244-b1bb-4e7a53c253e1","7a8db21f-722b-4a07-985b-8d25a0b0006a","7b0ccfd4-f118-4497-9c5a-54cf12000e16","7bf22be9-bf1a-48ec-a825-d19504f9dfcc","7d698bdd-b485-409d-b03e-c7c7d3fe9a92","7fccf54e-c257-4be6-af85-4e0a0fb42f36","803fd65f-4ca6-4fe4-abc2-72aa32ebb3a5","82f1a8a3-7fdb-49a3-9649-b5c0b4755cd5","835df088-5860-46b1-9c4d-3607d0293963","83a0f2eb-2f6d-4aaa-b7a9-ea06d5de7eca","842c3df8-43c9-4555-901c-67cdbfd26348","858e0b83-7927-4e34-ae25-6ad7a787ad97","870ec754-a76c-40ea-9b81-81b3dca1f62c","880711b0-da06-4c4f-aa4e-1be58fc0bc67","8a5edac3-855a-4820-b913-44de5b29b7d0","8ae6d023-2945-47f1-bc9f-f9c5ff9f5282","8f69a74a-778c-4a1d-99ad-6ca04771fb23","8fb860f9-3729-436e-adfb-c98c2a389d5d","90f2398b-d41e-4e4b-bc93-5a1f34b52345","9138d11a-d55f-4c46-bb27-7e8e15a44e8c","91fdb56b-54d5-4272-8319-505ff987fe9b","9a34ac23-e318-4c0b-ab4c-e1eaa0e2547e","9ef06694-e05d-4e96-a588-bd276447dcf8","9f4d9a0c-5a9a-4486-b8a0-942e73688fb4","9fac535f-46a3-440b-bb93-6fe4b2dba600","a739dd30-1fce-49db-99fb-15e346f4f2db","a7fc546e-7e3c-436d-a0b9-9ac3548ec344","a8260eef-5ff2-4058-8aa5-469b402eaf65","aa21fc27-42d0-456a-9882-34d7f404270b","ab696cab-2d83-444f-8068-dbf071c75de9","acce65cc-9093-45a6-8c86-97edce545050","af88e4e8-b694-4ec0-8885-701ea30bf84c","b162b131-5612-4605-9de8-a5731eeac37e","b68a8c69-0e59-4491-9e4d-4c50600a035e","b79cb394-eb91-4b3b-91d4-c6a0f723feb1","beebe533-29b9-4041-ab66-0a8233c50d56","c0fb91ec-20a8-4c13-9469-18885b1ecca3","c1f93f78-645b-4f21-a80b-5542f3328111","c4300d24-1cae-4dd5-be7e-38cc677cf5bd","c46138f0-224a-4ca9-bf03-badb2ae5ee21","c5430a1d-a575-4853-93f2-635c327eea15","c6399a22-cebf-4c1d-a23e-4c68f784ac1b","c6721419-70aa-4137-98d5-98ef17720c8e","c946b161-0e4f-4c0a-a075-cdcf05504d0b","ca15027f-0f32-4018-9da8-50e4002fa6f8","ca57eebe-5bc9-4cff-ae91-ccd509aa36ce","d105068a-d4f1-4971-b5a0-72806a798497","d1d8d32d-ebb2-46c2-b909-b7f71d33159e","d582b3c3-996e-4f4b-9efd-134e127d563c","d74a72a2-d46a-41c2-a400-70571197b020","d75bfbe3-41a0-44e1-86ce-f56c9bcf57d7","d9e098aa-a886-430e-8f11-78fb6f2d8ada","db0dfaa7-40b2-4065-9cef-22e6af8ad53c","e07f656c-97b5-4147-821a-edbb49f34e19","e1187999-521d-4ed0-8673-6eb8f3c58bb8","e3450882-d791-4172-b02a-ee7fdb36acfc","e3b2235b-6c18-436e-9d80-4a82ce0cac14","e672d408-997c-4a19-810a-3da8411eecf2","e675f7e2-5c9f-4912-8fdd-daaeda284a3d","ebfcda26-1f28-4d60-bc7b-8c0bafc6b132","eca9ae7b-a6d9-43ea-92d4-0110fd6643a7","ee6e5a35-fe21-4dee-b0ef-a8f2841511ad","f19a0013-ebf9-4472-a2ed-462c59d212a5","f2301532-a61f-4038-b771-6c34b6505b09","f48f7190-9ee3-477f-8b25-91e8c2916624","f9a32f17-49c4-4654-a087-1ba474f37377","fe202721-c5be-46de-9fb3-ac18c699e10d","fff440c0-7e6a-46c2-9989-f1b5af20fd44"]},"legalities":{"commander":"legal","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"restricted"},"printings":["2ED","30A","3ED","40K","AFC","BLC","BRC","C13","C14","C15","C16","C17","C18","C19","C20","C21","CC1","CC2","CED","CEI","CLB","CM2","CMA","CMD","CMM","CMR","DMC","DRC","DSC","ECC","EOC","FBB","FDC","FIC","G05","KHC","LCC","LEA","LEB","LTC","M3C","MB2","ME4","MIC","MKC","MOC","MPS","MSC","NCC","NEC","ONC","OTC","PF19","PFDN","PIP","PLG22","PLST","PRM","PZ1","SCD","SLC","SLD","SOC","SUM","TDC","TLE","TMC","V10","VMA","VOC","WHO","WOC","ZNC"],"rarities":["common","uncommon","rare","mythic","special"]},"sold out":{"name":"Sold Out","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature. If it was dealt damage this turn, create a Clue token. (It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Clue","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Clue"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"WasDealtDamageThisTurn"}]},"use_lki":true},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature. If it was dealt damage this turn, create a Clue token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6a69d4b1-72dd-4599-a16d-32299de5b0b9","metadata":{"related_token_ids":["471bf61f-ffd6-5db6-8c09-05eb327b65b8"],"source_printing_ids":["1affba6d-2cca-4cdf-8690-1e23ffbe8462"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rarities":["common"]},"soldier military program":{"name":"SOLDIER Military Program","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, choose one. If you control a commander, you may choose both instead.\n• Create a 1/1 white Soldier creature token.\n• Put a +1/+1 counter on each of up to two Soldiers you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Create a 1/1 white Soldier creature token.","Put a +1/+1 counter on each of up to two Soldiers you control."],"allow_repeat_modes":false,"constraints":[{"type":"ConditionalMaxChoices","condition":{"type":"Static","condition":{"type":"ControlsCommander","ownership":"Any"}},"max_choices":2,"otherwise_max_choices":1}],"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[{"Subtype":"Soldier"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3e2034ee-adc5-4a24-9605-c9722bf813c1","metadata":{"related_token_ids":["209e5852-fa60-5aca-9ba9-f1dab843255b"],"source_printing_ids":["dddad2c2-bd19-42bd-aad6-bbf23ccef269","fda5e860-2d9c-4c7a-981a-86c58e59cd14"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"The commander you control doesn't have to be your commander."},{"date":"2025-06-06","text":"There's no extra bonus if you control more than one commander."}],"rarities":["rare"]},"soldier of the pantheon":{"name":"Soldier of the Pantheon","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Protection from multicolored\nWhenever an opponent casts a multicolored spell, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Protection":"Multicolored"}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"ColorCount","comparator":"GE","count":2}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a multicolored spell, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a97f3131-586b-440f-a646-50d65e12e13f","metadata":{"source_printing_ids":["5cfc0f46-4df4-4ae3-bfe6-391916eb590f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EA2","THS"],"rulings":[{"date":"2013-09-15","text":"Most hybrid spells and permanents, including the ones in the Return to Ravnica block, are multicolored, even if you cast them with one color of mana."},{"date":"2013-09-15","text":"Soldier of the Pantheon can't be enchanted or equipped by multicolored Auras and Equipment, it can't be blocked by multicolored creatures, it can't be targeted by multicolored spells or abilities from multicolored sources, and all damage dealt to it by multicolored sources is prevented."}],"rarities":["rare"]},"solid footing":{"name":"Solid Footing","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash\nEnchant creature\nEnchanted creature gets +1/+1.\nAs long as enchanted creature has vigilance, it assigns combat damage equal to its toughness rather than its power.","non_ability_text":null,"flavor_name":null,"keywords":["Flash",{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+1."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"},{"type":"WithKeyword","value":"Vigilance"}]},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as enchanted creature has vigilance, it assigns combat damage equal to its toughness rather than its power."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"edc91e1a-a305-4c14-9d85-077a410528fa","metadata":{"source_printing_ids":["0900a8d1-a1b1-48c9-8af1-726a623c7d74"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO"],"rulings":[{"date":"2020-04-17","text":"Solid Footing’s last ability doesn’t change the enchanted creature’s power; it changes only the amount of combat damage that creature assigns. All other rules and effects that check power or toughness use the actual values. For example, if a creature fights while enchanted by Solid Footing, that creature will deal damage equal to its power, not its toughness."}],"rarities":["common"]},"solitude":{"name":"Solitude","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Incarnation"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nLifelink\nWhen this creature enters, exile up to one other target creature. That creature's controller gains life equal to its power.\nEvoke—Exile a white card from your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Lifelink",{"Evoke":{"type":"NonMana","data":{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"White"},{"type":"InZone","zone":"Hand"}]}}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile up to one other target creature. That creature's controller gains life equal to its power.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.74a: When this permanent enters, if its evoke cost was paid, sacrifice it.","constraint":null,"condition":{"type":"CastVariantPaid","variant":"Evoke"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dcb9c2a7-ae54-4ddc-a567-640bf4bf4366","metadata":{"source_printing_ids":["0150e5a9-99d8-4d81-be9c-3a8e98a41758","09ddb4a6-8144-4acc-9caa-4026a7a0537f","2fb1d543-4f6a-41fa-b4f5-c723d203f32b","47a6234f-309f-4e03-9263-66da48b57153","bbc46960-fdf1-4227-93b8-3fd778be896b","febad44a-eaf0-4122-87c5-a12d17f28392"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["H2R","MH2","PMH2","PRM","SLD","SPG"],"rulings":[{"date":"2021-06-18","text":"If you pay the evoke cost, you can have the creature's own triggered ability resolve before the evoke triggered ability. You can cast spells after that ability resolves but before you have to sacrifice the creature."},{"date":"2021-06-18","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an evoke cost), add any cost increases, then apply any cost reductions. The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["mythic"]},"song of the dryads":{"name":"Song of the Dryads","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant permanent\nEnchanted permanent is a colorless Forest land.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"SetCardTypes","core_types":["Land"]},{"type":"SetColor","colors":[]},{"type":"SetBasicLandType","land_type":"Forest"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted permanent is a colorless Forest land."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7c3944fa-7c86-4979-85a9-86196aa94594","metadata":{"source_printing_ids":["00e58486-07a5-4a2d-8563-22c7f14c0a6e","073d85e6-1c43-46d8-b7d2-5e2ff61caf5c","0ccb4579-b090-45f6-a967-cec2c195f565","161e66e3-0339-495c-bd06-0a799a254906","94914c52-498d-4e15-89e5-7b23e02cf453","cce1130c-fc27-4508-a621-5d720a4df4ea"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","CMA","CMM","PLST","SLD"],"rulings":[{"date":"2014-11-07","text":"If the permanent was an Aura or an Equipment, it becomes unattached from whatever it was attached to."},{"date":"2014-11-07","text":"The enchanted permanent loses any card types, subtypes, and colors it previously had. It keeps any supertypes it had and its name remains unchanged. It gains “{T}: Add {G}” and loses all other abilities from its rules text. It will still have any abilities it gained from other effects."}],"rarities":["rare"]},"songcrafter mage":{"name":"Songcrafter Mage","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Bard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this creature enters, target instant or sorcery card in your graveyard gains harmonize until end of turn. Its harmonize cost is equal to its mana cost. (You may cast that card from your graveyard for its harmonize cost. You may tap a creature you control to reduce that cost by {X}, where X is its power. Then exile the spell.)","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Harmonize":{"type":"SelfManaCost"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain harmonize"}],"duration":"UntilEndOfTurn","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target instant or sorcery card in your graveyard gains harmonize until end of turn. Its harmonize cost is equal to its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"13f0863f-ae54-4bea-8f01-7f3891797577","metadata":{"source_printing_ids":["584eb844-91e2-47fb-b4e0-f5def65b824a","9523bc07-49e5-409c-ae6b-b28e305eef36"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"A spell cast using harmonize will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2025-04-04","text":"If a card with harmonize is put into your graveyard during your turn, you can cast it if it’s legal to do so before any other player can take any actions."},{"date":"2025-04-04","text":"Tapping a creature won’t reduce colored mana components of harmonize costs."},{"date":"2025-04-04","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a harmonize cost) you’re paying, add any cost increases, then apply any cost reductions (such as the cost reduction from tapping a creature). The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2025-04-04","text":"You can cast a spell using harmonize even if it was somehow put into your graveyard without having been cast."},{"date":"2025-04-04","text":"You must still follow any timing restrictions and permissions, including those based on the card’s type. For instance, you can cast a sorcery using harmonize only when you could normally cast a sorcery."},{"date":"2025-04-04","text":"“Harmonize [cost]” means “You may cast this card from your graveyard by paying [cost] and tapping up to one untapped creature you control rather than paying the spell’s mana cost,” “If you cast this spell using its harmonize ability, its total cost is reduced by an amount of generic mana equal to the tapped creature’s power,” and “If the harmonize cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.”"}],"rarities":["rare"]},"sonic shrieker":{"name":"Sonic Shrieker","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, it deals 2 damage to any target and you gain 2 life. If a player is dealt damage this way, they discard a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals 2 damage to any target and you gain 2 life. If a player is dealt damage this way, they discard a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"d317e3f1-553f-44f6-8543-d6d4c42534ad","metadata":{"source_printing_ids":["46a8ee3f-cee5-4971-9112-393f639a210e","7c231437-8bec-42e0-9175-af74c752b119"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rarities":["uncommon"]},"soul barrier":{"name":"Soul Barrier","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent casts a creature spell, this enchantment deals 2 damage to that player unless they pay {2}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a creature spell, ~ deals 2 damage to that player unless they pay {2}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3aab67bb-f287-4aa6-a3c5-e850b22dfff6","metadata":{"source_printing_ids":["9ad7fac7-db4d-45b2-aba6-16f4fd1a586f","dfd50e68-2063-4fae-bb56-eb224d43b147"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","ICE"],"rulings":[{"date":"2008-04-01","text":"A “creature spell” is any spell with the type Creature, even if it has other types such as Artifact or Enchantment. Older cards of type Summon are also Creature spells."}],"rarities":["common","uncommon"]},"soul conduit":{"name":"Soul Conduit","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{6}, {T}: Two target players exchange life totals.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExchangeLifeTotals","player_a":{"type":"Player"},"player_b":{"type":"Player"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":6}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{6}, {T}: Two target players exchange life totals.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":2,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b48befc5-a9f2-4a64-a16d-c883b034ea9c","metadata":{"source_printing_ids":["aa7e4989-cba7-4e0c-bb9d-140af6c006c3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NPH"],"rulings":[{"date":"2011-06-01","text":"If a player can’t gain life, that player can’t exchange life totals with a player with a higher life total. If a player can’t lose life, that player can’t exchange life totals with a player with a lower life total. In either of these cases, neither player’s life total will change."},{"date":"2011-06-01","text":"If one of the targeted players is an illegal target when the activated ability tries to resolve, the exchange won’t happen. Neither player’s life total will change."},{"date":"2011-06-01","text":"In a Two-Headed Giant game, each player is considered to have the same life total as their team. If the two targeted players are on different teams, the teams will end up exchanging life totals. If the two targeted players are teammates, nothing will happen."},{"date":"2011-06-01","text":"When the life totals are exchanged, each player gains or loses the amount of life necessary to equal the other player’s previous life total. For example, if Player A has 5 life and Player B has 3 life before the exchange, Player A will lose 2 life and Player B will gain 2 life. Replacement effects may modify these gains and losses, and triggered abilities may trigger on them."}],"rarities":["rare"]},"soul enervation":{"name":"Soul Enervation","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this enchantment enters, target creature gets -4/-4 until end of turn.\nWhenever one or more creature cards leave your graveyard, each opponent loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-4},"toughness":{"type":"Fixed","value":-4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target creature gets -4/-4 until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more creature cards leave your graveyard, each opponent loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5b4508a3-1d21-46ec-8a50-cd3171a7348a","metadata":{"source_printing_ids":["6f22ac67-06ce-47cc-a515-d216d30b9cae","7ef61777-be03-40c5-be9c-d573cf025813"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"If multiple creature cards leave your graveyard at the same time, Soul Enervation's last ability will trigger only once."}],"rarities":["uncommon"]},"soul warden":{"name":"Soul Warden","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature enters, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f3fad295-1af2-4ecc-8546-b121ad6be27b","metadata":{"source_printing_ids":["122cfae7-ab44-4458-9f1d-ca43f9766777","37fee9ca-a9bc-4369-b71f-69f4183d1c1e","494d4f46-4cf7-40f6-9988-5103146f3ff2","5fe5fe13-b57d-4514-89e6-79909474f7e8","6bbdd169-958f-42df-812d-f75fbed9576f","8e883f62-57de-4005-a937-27d0809ca04a","ad5590a7-dca5-40e3-b760-4d68d99b8740","bc9df8ac-0214-4d8a-a401-667f8c34e63e","d563249e-7203-4d54-af5a-82d2f1a584cb","d5ee24ee-4d28-4634-bd43-90eff15c16dd","d96266b3-a7cb-40ce-a328-ac13719fe5f0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","9ED","BRB","EXO","HA1","HOP","M10","MD1","MM3","PLST","PSAL","SLD","SPG","WC98"],"rulings":[{"date":"2025-01-24","text":"If this creature enters at the same time as one or more other creatures, its ability will trigger for each of those other creatures. "}],"rarities":["common","uncommon","rare","mythic"]},"spawn of mayhem":{"name":"Spawn of Mayhem","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Spectacle {1}{B}{B} (You may cast this spell for its spectacle cost rather than its mana cost if an opponent lost life this turn.)\nFlying, trample\nAt the beginning of your upkeep, this creature deals 1 damage to each player. Then if you have 10 or less life, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample",{"Spectacle":{"type":"Cost","shards":["Black","Black"],"generic":1}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"All"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"Fixed","value":10}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, ~ deals 1 damage to each player. Then if you have 10 or less life, put a +1/+1 counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6a290adf-7b75-451e-bb79-9c13e10b38aa","metadata":{"source_printing_ids":["8be01b8d-e0ef-44d1-ac97-39bb5a0e76be","c78aa786-a6ea-429f-a9e1-48f848578af3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLU","PRNA","RNA"],"rulings":[{"date":"2019-01-25","text":"If Spawn of Mayhem gains lifelink, the damage it deals will cause you to simultaneously lose and gain life. If your life total is 1, you won't lose the game."},{"date":"2019-01-25","text":"If each player has 0 life after Spawn of Mayhem's triggered ability resolves, each player loses the game at the same time and the game ends in a draw."},{"date":"2019-01-25","text":"In a Two-Headed Giant game, Spawn of Mayhem's last ability causes each team to lose 2 life. Then if your team's life total is 10 or less, you put a +1/+1 counter on Spawn of Mayhem."},{"date":"2024-01-12","text":"A card's spectacle cost is the same no matter how much life your opponents lost or how many opponents lost life."},{"date":"2024-01-12","text":"Damage dealt to a player causes that player to lose that much life."},{"date":"2024-01-12","text":"In a multiplayer game, if an opponent loses life and later that turn leaves the game, you can cast a spell for its spectacle cost. (If a player leaves the game during their turn, that turn continues without an active player.)"},{"date":"2024-01-12","text":"Spectacle cares only that an opponent lost life during the turn, not that the opponent's life total is currently lower than it was. For example, if an opponent loses 1 life and then gains 2 life in the same turn, you can cast a spell for its spectacle cost that turn."},{"date":"2024-01-12","text":"Spectacle doesn't change when you can cast the spell. For example, you can't cast a sorcery with spectacle during an opponent's turn unless another effect allows you to do so, even if that player has lost life this turn."},{"date":"2024-01-12","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a spectacle cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["mythic"]},"specimen freighter":{"name":"Specimen Freighter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, return up to two target non-Spacecraft creatures to their owners' hands.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 9+.)\n9+ | Flying\nWhenever this Spacecraft attacks, defending player mills four cards.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":4},"target":{"type":"DefendingPlayer"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, defending player mills four cards.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Spacecraft"}}],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return up to two target non-Spacecraft creatures to their owners' hands.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"9+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":7}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 9+"}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fb84b94c-dc8c-4182-9b96-abd092b20981","metadata":{"source_printing_ids":["b862a9f8-2361-4220-99bd-ae2530905195"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"spectral sailor":{"name":"Spectral Sailor","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit","Pirate"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nFlying\n{3}{U}: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{U}: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a8fdbcdf-479d-4582-9ad5-9fbd4c740c29","metadata":{"source_printing_ids":["03a49535-c5f3-4a6f-b333-7ac7bffdc9ae","0b25b281-ab3b-4821-8144-dcb1f3281f96","3b591fef-21ca-4a3b-990b-d7897a405511","5ef30b6c-0806-4bf6-9a84-c2aea8d84cf1","67483891-36d1-46f2-8b4f-b8b7bd54bdcc","7743b587-e498-4761-9173-e803c9eed86b","840ec72e-9c20-4316-835e-1af26d05d9dd","8f7ab9b5-e1f7-4a4d-9217-e1aff655de37","d6e1dd43-8ce8-4225-8a04-d6f071f5fb31"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J22","J25","JMP","LCC","M20","PLST","VOC"],"rarities":["uncommon"]},"speedball, new warrior":{"name":"Speedball, New Warrior","mana_cost":{"type":"Cost","shards":["BlueRed"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a spell that targets Speedball, he gets +2/+2 until end of turn. You may choose new targets for that spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeTargets","target":{"type":"TriggeringSource"},"scope":{"type":"All"},"forced_to":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Targets","filter":{"type":"SelfRef"}}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell that targets ~, he gets +2/+2 until end of turn. You may choose new targets for that spell.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"53d3ef8f-8e0f-4119-8cdc-a0bf076b4e91","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["e040b456-9853-4e94-9bf8-9374888168bb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"spell crumple":{"name":"Spell Crumple","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell. If that spell is countered this way, put it on the bottom of its owner's library instead of into that player's graveyard. Put Spell Crumple on the bottom of its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"},"countered_spell_zone":{"type":"Library","position":{"type":"Bottom"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell. If that spell is countered this way, put it on the bottom of its owner's library instead of into that player's graveyard. Put ~ on the bottom of its owner's library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d4ab7848-5c37-4c6b-be29-0bb703333e5b","metadata":{"source_printing_ids":["522d6195-7660-42c0-848b-cc46e19fc4eb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CM2","CMD"],"rulings":[{"date":"2011-09-22","text":"If the spell is an illegal target when Spell Crumple tries to resolve, it won’t resolve and none of its effects will happen. Spell Crumple will be put into its owner’s graveyard."},{"date":"2011-09-22","text":"If the targeted spell can’t be countered, it won’t be put onto the bottom of its owner’s library. Spell Crumple will still be put on the bottom of its owner’s library."}],"rarities":["uncommon"]},"spell stutter":{"name":"Spell Stutter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell unless its controller pays {2} plus an additional {1} for each Faerie you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell unless its controller pays {2} plus an additional {1} for each Faerie you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"ManaDynamic","quantity":{"type":"Sum","exprs":[{"type":"Fixed","value":2},{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Faerie"}],"controller":"You","properties":[]}}}]}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"f9bf996e-ae14-40a3-a8d8-f5725ddaa270","metadata":{"source_printing_ids":["24447e36-a42f-40a9-ad44-e904b6f9b276"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["WOE"],"rarities":["common"]},"spellbinder":{"name":"Spellbinder","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Imprint — When this Equipment enters, you may exile an instant card from your hand.\nWhenever equipped creature deals combat damage to a player, you may copy the exiled card. If you do, you may cast the copy without paying its mana cost.\nEquip {4}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"sub_ability":null,"duration":null,"description":"Equip {4}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile an instant card from your hand.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ExiledBySource"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"AttachedTo"},"description":"Whenever equipped creature deals combat damage to a player, you may copy the exiled card. If you do, you may cast the copy without paying its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"da50989e-4fd4-4353-afd5-9c1354330ec2","legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DST"],"rulings":[{"date":"2004-12-01","text":"If the copied card is a split card, you choose which one side of it to cast, but you can't cast both sides. You can choose the other side later in the game, though."},{"date":"2004-12-01","text":"Spellbinder imprints a card only once, when it enters. Attaching Spellbinder to a creature doesn't trigger its \"enters\" ability."},{"date":"2004-12-01","text":"Spellbinder's second ability allows you to create a copy of the imprinted instant card in the Exile zone (that's where the imprinted instant card is) and then cast it without paying its mana cost."},{"date":"2004-12-01","text":"You don't pay the spell's mana cost. If the spell has X in its mana cost, X is 0. You do pay any additional costs for that spell. You can't use any alternative costs."},{"date":"2005-03-01","text":"The creation of the copy and then the casting of the copy are both optional."}],"metadata":{"source_printing_ids":["4d193d4f-1beb-4938-b3fb-b2e96d0c9ec4"]}},"spellbook":{"name":"Spellbook","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Book"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You have no maximum hand size.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"NoMaximumHandSize","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have no maximum hand size."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"83133f51-bfbd-4db5-9be0-f660e3b66435","metadata":{"source_printing_ids":["1adade15-5675-495b-a536-e531c4306d3e","26f4d2b1-31d7-40d8-bd4e-cdd128076d0f","286e7d0a-b01f-479b-9bfb-c3e31ade1b28","33fb104c-f8ca-4da2-8f1f-8fe6f291407e","563c9145-f53a-45a5-91ac-99fefa8a6dc1","5dbc3e2c-f6a6-4e4a-adfe-97fbc1596ac3","6d658d91-7387-48e6-889e-42b882598913","a55b4d06-43de-438a-8e75-736243b188e4","fb1b6da4-89f8-442e-9c7a-2f60c180ef87","fdb99979-79f9-4ac0-9f8e-c36ed0a2cc85"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","7ED","8ED","9ED","EXO","M10","PLST"],"rulings":[{"date":"2009-10-01","text":"If multiple effects modify your hand size, apply them in timestamp order. For example, if you put Null Profusion (an enchantment that says your maximum hand size is two) onto the battlefield and then put Spellbook onto the battlefield, you'll have no maximum hand size. However, if those permanents entered in the opposite order, your maximum hand size would be two."}],"rarities":["uncommon"]},"spellskite":{"name":"Spellskite","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Phyrexian","Horror"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{U/P}: Change a target of target spell or ability to this creature. ({U/P} can be paid with either {U} or 2 life.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeTargets","target":{"type":"Or","filters":[{"type":"StackSpell"},{"type":"StackAbility"}]},"scope":{"type":"Single"},"forced_to":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["PhyrexianBlue"],"generic":0}},"sub_ability":null,"duration":null,"description":"{U/P}: Change a target of target spell or ability to ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e0aa6ce0-ca31-433b-ac6c-32b8675cdb71","metadata":{"source_printing_ids":["1a84bada-ed6a-4e97-8a0c-05b7cb32d66f","440e0daf-aafe-4696-a977-ac5b822134e2","6bbb6526-2fea-4f5d-921a-01ce870728de","72204934-f5aa-4559-8f7e-7b0b223580d0","9cc7c56d-1a28-477b-b1d1-854b127e1afc","aa9bf341-0060-467d-99b3-a5bc7f2270b8","d2e8104a-e6db-44bc-95eb-23e78b27a6bd","e9151465-4d98-419e-8cd0-b18ef5716507"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","CLB","J17","MM2","NPH","PRM","SLD"],"rulings":[{"date":"2020-08-07","text":"If Spellskite leaves the battlefield before its ability resolves or otherwise becomes an illegal target for the target spell or ability before its ability resolves, no targets are changed."},{"date":"2020-08-07","text":"If a spell or ability has a variable number of targets, you can't change the number of targets."},{"date":"2020-08-07","text":"If a spell or ability has multiple targets but doesn't use the word “target” multiple times, such as the ability of Deepglow Skate, you can only change one of the targets to Spellskite."},{"date":"2020-08-07","text":"If changing one target of a spell or ability to Spellskite would make other targets of that spell or ability illegal, that target can't be changed to Spellskite."},{"date":"2020-08-07","text":"If the spell or ability has multiple instances of the word “target,” you choose which one target you're changing to Spellskite as Spellskite's ability resolves."},{"date":"2020-08-07","text":"You can activate Spellskite's ability even if Spellskite isn't a legal target for the target spell or ability—or even if that spell or ability has no targets. In this case, no targets are changed."}],"rarities":["rare"]},"spellstutter sprite":{"name":"Spellstutter Sprite","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nWhen this creature enters, counter target spell with mana value X or less, where X is the number of Faeries you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Faerie"}],"controller":"You","properties":[]}}}}]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, counter target spell with mana value X or less, where X is the number of Faeries you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"32e60fb4-e841-4f82-9c83-5e63766e8e6f","metadata":{"source_printing_ids":["181434ed-65eb-4b47-9b12-7bbe6e0d262e","3899605d-2203-4ab6-9ff5-69490382eea4","4e5ba4a9-a282-4d4b-b25a-179e05e458f4","650221f7-d935-498b-a9a1-ec23c89fc5f8","a0e262a3-0e69-4d61-8143-b9d137c31496"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["F11","J22","LRW","MMA","PLST","PRM","SLD"],"rulings":[{"date":"2007-10-01","text":"The value of X needs to be determined both when the ability triggers (so you can choose a target) and again when the ability resolves (to check if that target is still legal). If the number of Faeries you control has decreased enough in that time to make the target illegal, Spellstutter Sprite’s ability won’t resolve (and the targeted spell will resolve as normal)."}],"rarities":["common","rare"]},"spellweaver helix":{"name":"Spellweaver Helix","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Imprint — When this artifact enters, you may exile two target sorcery cards from a single graveyard.\nWhenever a player casts a card, if it has the same name as one of the cards exiled with this artifact, you may copy the other. If you do, you may cast the copy without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"multi_target":{"min":2,"max":{"type":"Fixed","value":2}},"target_constraints":[{"type":"SameZoneOwner","zone":"Graveyard"}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile two target sorcery cards from a single graveyard.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TrackedSet","id":0},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a card, if it has the same name as one of the cards exiled with ~, you may copy the other. If you do, you may cast the copy without paying its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9aa8eef1-fc67-4d54-9783-4d0175a76741","metadata":{"source_printing_ids":["a48d44b4-1c3b-4109-aaad-8351bf8a7624"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MRD"],"rulings":[{"date":"2004-10-04","text":"If the imprinted card leaves the exile zone while the ability to make a copy is on the stack, then no copy will be made."},{"date":"2004-10-04","text":"If this card leaves the battlefield while the ability to make a copy is on the stack, the ability will still make a copy using the last-known-information rule."},{"date":"2004-12-01","text":"If the two imprinted sorcery cards have the same name and a card with that name is cast, only one copy is created, not two."},{"date":"2004-12-01","text":"If there’s only one imprinted sorcery card, nothing happens."},{"date":"2004-12-01","text":"If you don’t want to cast the copy, you can choose not to; the copy ceases to exist the next time state-based actions are checked."},{"date":"2004-12-01","text":"Spellweaver Helix’s second ability creates a copy of the imprinted card in the Exile zone (that’s where the imprinted sorcery card is), then allows you to cast it without paying its mana cost."},{"date":"2004-12-01","text":"You can’t cast the copy if an effect prevents you from casting sorceries or from casting that particular sorcery."},{"date":"2004-12-01","text":"You can’t cast the copy unless all of its targets can be chosen."},{"date":"2004-12-01","text":"You cast the copy while this ability is resolving, and still on the stack. Normally, you’re not allowed to cast spells or activate abilities at this time. Spellweaver Helix’s ability breaks this rule. (The card that triggered this ability is also still on the stack.)"},{"date":"2004-12-01","text":"You don’t pay the spell’s mana cost. If a spell has X in its mana cost, X is 0. You do pay any additional costs for that spell. You can’t use any alternative costs."},{"date":"2005-03-01","text":"The creation of the copy and then the casting of the copy are both optional."},{"date":"2017-04-18","text":"A split card has the same name as a spell if either of its names is that spell’s name."}],"rarities":["rare"]},"spelunking":{"name":"Spelunking","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, draw a card, then you may put a land card from your hand onto the battlefield. If you put a Cave onto the battlefield this way, you gain 4 life.\nLands you control enter untapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":[{"Subtype":"Cave"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card, then you may put a land card from your hand onto the battlefield. If you put a Cave onto the battlefield this way, you gain 4 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"description":"Lands you control enter untapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2962fe4c-bf48-454b-8a6b-0f8253352ae8","metadata":{"source_printing_ids":["d3be4257-2316-4a2e-b347-f71c0368a947"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If Spelunking would enter the battlefield at the same time a land you control would enter the battlefield tapped, that land still enters the battlefield tapped."},{"date":"2023-11-10","text":"If a land has an ability that says it enters the battlefield tapped, you choose the order in which that ability's effect and Spelunking's effect apply. This means you can choose to have the land enter tapped or untapped. If a land you control is simply put onto the battlefield tapped without a replacement effect being applied, it always enters untapped if you control Spelunking."}],"rarities":["uncommon"]},"sphere of safety":{"name":"Sphere of Safety","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures can't attack you or planeswalkers you control unless their controller pays {X} for each of those creatures, where X is the number of enchantments you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":["X"],"generic":0},"scaling":{"type":"PerAffectedAndQuantityRef","data":{"quantity":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]}}}},"defended":"PlayerOrPlaneswalker"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures can't attack you or planeswalkers you control unless their controller pays {X} for each of those creatures, where X is the number of enchantments you control."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"92f6c063-a740-4c3c-a60a-569fd298854d","metadata":{"source_printing_ids":["06d72ef4-b7a8-4879-b5e2-91d688d4df85","53434048-aadd-4755-8e57-c7d0c7d450b0","5c4e3031-ffc2-4d4d-a9f9-e85820059315","62388bb9-db71-4687-b6e7-772e90828759","a18d7582-185a-429a-9c6a-fc51b981e0a1","c378b614-ad53-40cd-86fa-6b6c7b82b824","ce3bd0d8-7e44-4cf2-9012-8ff0bc39417f","d2bc190a-e7e1-454d-939b-c4f2beac5f79","f7081618-21f7-49d9-821d-593bf6bd6899"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","DSC","PIO","RTR","RVR","SLD"],"rulings":[{"date":"2012-10-01","text":"If you control Sphere of Safety, your opponents can choose not to attack with a creature with an ability that says it attacks if able."}],"rarities":["uncommon","rare"]},"sphinx of forgotten lore":{"name":"Sphinx of Forgotten Lore","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nFlying\nWhenever this creature attacks, target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to that card's mana cost. (You may cast that card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flashback"}],"duration":"UntilEndOfTurn","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to that card's mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ddb7e868-8f1d-4d57-9ee2-ebadb17b398a","metadata":{"source_printing_ids":["0552a2c4-36d4-405f-a56f-dc55610ae191","9571a123-37b4-42fa-96ba-42580afb6d9d","af6e46b8-62ed-4bca-ba38-a821f225b59f","ce455a01-87c1-42d1-a51e-1f9a7bd553d6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PFDN"],"rulings":[{"date":"2024-11-08","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2024-11-08","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2024-11-08","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2024-11-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2024-11-08","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2024-11-08","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["mythic"]},"sphinx of the second sun":{"name":"Sphinx of the Second Sun","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":6},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of each of your postcombat main phases, there is an additional beginning phase after this phase. (The beginning phase includes the untap, upkeep, and draw steps.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"Untap","after":"PostCombatMain","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PostCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each of your postcombat main phases, there is an additional beginning phase after this phase.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"516101be-be39-4d84-8fee-d8a79930dd0a","metadata":{"source_printing_ids":["1c0ca3bd-da1d-46ce-843a-cc583b3ecda9","658fa061-b09a-4d38-b685-0d3ee28c8308","be2d74cd-76fb-4bca-99b5-07749aef4d06","e68b70a6-a150-4d81-921c-9b178fe0037d","ef1d8061-e1f0-4bef-bf32-1e7358ae65b6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","MKC","PLST","PRM","SLD"],"rulings":[{"date":"2020-11-10","text":"After the additional beginning phase, the game proceeds to the ending phase (unless something has added even more phases; see below.)"},{"date":"2020-11-10","text":"Even if you don't attack with any creatures during combat, you'll still get a postcombat main phase and Sphinx of the Second Sun's ability will still trigger."},{"date":"2020-11-10","text":"If multiple phases are added to the same point in your turn, the most recently created phase happens first. For example, say you control Sphinx of the Second Sun and its ability triggers during your postcombat main phase. Later during that same main phase, another effect gives you an additional combat phase after this main phase. The additional combat will happen first, followed by the additional beginning phase."},{"date":"2020-11-10","text":"If you somehow have more than two main phases in a turn, each main phase other than the first one is a postcombat main phase, and Sphinx of the Second Sun's ability triggers at the beginning of each of them."},{"date":"2020-11-10","text":"The additional beginning phase all happens during the current turn. Any effects that last \"until your next turn\" or similar won't expire just because you'll go through an additional beginning phase."},{"date":"2020-11-10","text":"The additional beginning phase will be a lot like your normal beginning phase. During the untap step, permanents will phase in or out as appropriate and you'll untap your tapped permanents. Anything that triggers \"at the beginning of your upkeep\" or similar will trigger during the upkeep step, and you'll eventually draw a card for your draw step."}],"rarities":["mythic"]},"sphinx's decree":{"name":"Sphinx's Decree","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each opponent can't cast instant or sorcery spells during that player's next turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"OpponentsOfSourceController"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"CastSpells","spell_filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}}}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":"Each opponent can't cast instant or sorcery spells during that player's next turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7d615b37-8dc6-4142-bf9a-9815dd99025a","metadata":{"source_printing_ids":["5058a729-9739-4548-b420-deebbc0950b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRIX","RIX"],"rulings":[{"date":"2018-01-19","text":"If multiple effects say that an opponent can’t cast instant or sorcery spells during that player’s next turn, they all apply to the same turn."}],"rarities":["rare"]},"spider-woman, stunning savior":{"name":"Spider-Woman, Stunning Savior","mana_cost":{"type":"Cost","shards":["WhiteBlue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spider","Human","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nVenom Blast — Artifacts and creatures your opponents control enter tapped.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}]},"description":"Artifacts and creatures your opponents control enter tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"be2b9c6d-4ecb-49ec-b276-4aa93c5dfc00","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4d502370-a5d9-41b6-a1d3-fa9626b4fc8b","bc9b2a76-3cce-4fd0-a4ef-932747cb11b2","fbf1ea21-2e90-4792-b399-111ff70a9d06"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","PSPM","SPM"],"rarities":["rare"]},"spiders-man, heroic horde":{"name":"Spiders-Man, Heroic Horde","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spider","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Web-slinging {4}{G}{G} (You may cast this spell for {4}{G}{G} if you also return a tapped creature you control to its owner's hand.)\nWhen Spiders-Man enters, if they were cast using web-slinging, you gain 3 life and create two 2/1 green Spider creature tokens with reach.","non_ability_text":null,"flavor_name":null,"keywords":[{"WebSlinging":{"type":"Cost","shards":["Green","Green"],"generic":4}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Spider","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spider"],"colors":["Green"],"keywords":["Reach"],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if they were cast using web-slinging, you gain 3 life and create two 2/1 green Spider creature tokens with reach.","constraint":null,"condition":{"type":"CastVariantPaidPersistent","variant":"WebSlinging"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d21d7557-9702-46c1-8277-42a3442084c2","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["cd0b828b-461a-5835-8da5-0d684b505914"],"source_printing_ids":["1183262e-1f02-46b3-8cfa-fe30e0016c11","29f7f242-57fa-4714-84fa-3e65c7101985"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","SPM"],"rarities":["uncommon"]},"spike feeder":{"name":"Spike Feeder","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spike"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with two +1/+1 counters on it.\n{2}, Remove a +1/+1 counter from this creature: Put a +1/+1 counter on target creature.\nRemove a +1/+1 counter from this creature: You gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{2}, Remove a +1/+1 counter from ~: Put a +1/+1 counter on target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"Remove a +1/+1 counter from ~: You gain 2 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with two +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5b147eab-39dd-4c2a-8f59-d778037788aa","metadata":{"source_printing_ids":["090a5f1f-9a1a-4e93-8c33-a0204c2917d5","3751b2ae-a234-4691-984b-2f9f6b1cd1df","759522b6-264c-4a02-ad0a-e767e20f0ab1","800ddb3e-df2f-418a-ae05-06e1d56858de","cdbf84e9-74d5-4d6b-9724-bae0d28639f0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["BRB","CMD","F02","PLST","PRM","STH","TPR","TSB","WC98"],"rarities":["uncommon","rare","special"]},"spiked corridor":{"name":"Spiked Corridor","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you unlock this door, create three 1/1 red Devil creature tokens with \"When this token dies, it deals 1 damage to any target.\"\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"UnlockDoor","execute":{"kind":"Spell","effect":{"type":"Token","name":"Devil","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Devil"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, it deals 1 damage to any target.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you unlock this door, create three 1/1 red Devil creature tokens with \"When ~ dies, it deals 1 damage to any target.\"","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e49b902f-a556-4dab-8928-93caf0a3f609","metadata":{"related_token_ids":["db939e9b-b7c1-5084-9880-1856f29766c5"],"source_printing_ids":["b90164a1-8b0a-4445-a0ad-43e4c3324925"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"split","printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"An ability that triggers \"when you unlock this door\" triggers when that door becomes unlocked. This can happen one of two ways: (1) the door becomes unlocked on the battlefield or (2) the door becomes unlocked as the Room enters the battlefield because you cast the corresponding half. In the latter case, since the door becoming unlocked is what causes the ability to trigger, effects that cause abilities that trigger when a permanent enters to trigger an additional time (such as that of Panharmonicon) won't apply."},{"date":"2024-09-20","text":"An ability that triggers \"whenever you fully unlock a Room\" triggers when a door becomes unlocked and the other door of that Room is already unlocked, or when both doors of that Room become unlocked simultaneously."},{"date":"2024-09-20","text":"Any time you have priority during a main phase of your turn and the stack is empty, you may pay the mana cost of a locked door (also called its \"unlock cost\"). That door becomes unlocked. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"Each Room card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2024-09-20","text":"Each Room card is a single card. For example, if you discard a Room card, you've discarded one card, not two. If an effect counts the number of enchantment cards in your graveyard, Bottomless Pool // Locker Room counts once, not twice."},{"date":"2024-09-20","text":"If a Room enters from any zone other than the stack, it will enter with both halves locked."},{"date":"2024-09-20","text":"If a spell or ability would create a copy of a Room spell on the stack, the copy retains the choice of which door was cast but also retains the full characteristics of the spell. The characteristics of the door that wasn't cast are still ignored while the copy is on the stack, and when the copy resolves, the token it becomes will enter with the appropriate door unlocked."},{"date":"2024-09-20","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the door you're casting. For example, if an effect allows you to cast a permanent spell with mana value 3 or less from among cards in your graveyard, you could cast Bottomless Pool this way, but not Locker Room."},{"date":"2024-09-20","text":"If another effect modifies how much noncombat damage the source would deal, including preventing some of it, the player being dealt damage chooses an order in which to apply those effects. If all of the damage is prevented, Torture Pit's effect no longer applies."},{"date":"2024-09-20","text":"If neither door of a Room is unlocked, it's a Room enchantment with no name and no abilities."},{"date":"2024-09-20","text":"If noncombat damage dealt by a source you control is being divided or assigned among multiple players, divide the original amount before adding 2. For example, if you cast a sorcery spell that deals 4 damage divided as you choose among any number of targets, you could have it deal 3 damage to one opponent and 1 damage to another opponent. Those amounts would then be increased to 5 damage and 3 damage, respectively."},{"date":"2024-09-20","text":"Room cards have two card faces with a shared type line on a single card. The characteristics of the door you didn't cast are ignored while the spell is on the stack."},{"date":"2024-09-20","text":"Some abilities allow you to lock a door of a Room you control. You can't choose to lock a door that's already locked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are locked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some abilities allow you to unlock a door of a Room you control. You can't choose to unlock a door that's already unlocked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are unlocked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some doors have abilities that trigger whenever you unlock that door and require one or more targets. You can unlock that door even if there would be insufficient legal targets for that triggered ability. The triggered ability won't go on the stack."},{"date":"2024-09-20","text":"The additional 2 damage is dealt by the same source as the original source of damage. The additional damage isn't dealt by Torture Pit unless Torture Pit is the original source of damage."},{"date":"2024-09-20","text":"To cast a Room spell, choose a half (or \"door\") to cast. There's no way to cast both halves of a Room card. When the Room spell resolves, the corresponding door becomes unlocked as the Room enters."},{"date":"2024-09-20","text":"While in any zone other than the stack or the battlefield, a Room card's characteristics are a combination of its two doors. For example, Bottomless Pool // Locker Room has a mana value of 6 while it's in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Bottomless Pool // Locker Room."},{"date":"2024-09-20","text":"While on the battlefield, a Room's characteristics are a combination of the characteristics of its unlocked doors. For example, if Bottomless Pool // Locker Room is on the battlefield with both doors unlocked, its names are Bottomless Pool and Locker Room, its mana value is 6, it's a Room Enchantment, and it has the abilities in each door's text box."}],"rarities":["rare"]},"spikeshell harrier":{"name":"Spikeshell Harrier","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Robot","Turtle"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, return target creature or Vehicle an opponent controls to its owner's hand. If that opponent's speed is greater than each other player's speed, reduce that opponent's speed by 1. This effect can't reduce their speed below 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"Opponent","properties":[]}]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeSpeed","player_scope":{"type":"ParentObjectTargetController"},"amount":{"type":"Fixed","value":1},"direction":{"type":"Decrease"},"floor":1},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Speed","player":{"type":"ParentObjectTargetController"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Speed","player":{"type":"AllPlayers","aggregate":"Max","exclude":{"type":"ParentObjectTargetController"}}}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target creature or Vehicle an opponent controls to its owner's hand. If that opponent's speed is greater than each other player's speed, reduce that opponent's speed by 1. This effect can't reduce their speed below 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"23102d8a-3a93-4e83-af5b-401c85ba9dbc","metadata":{"source_printing_ids":["8f1ece22-ca32-45bb-b5f4-480f9b366cb5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"spinerock tyrant":{"name":"Spinerock Tyrant","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nWither (This deals damage to creatures in the form of -1/-1 counters.)\nWhenever you cast an instant or sorcery spell with a single target, you may copy it. If you do, those spells gain wither. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Wither"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Wither"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain wither"}],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell with a single target, you may copy it. If you do, those spells gain wither. You may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e35d4c62-5211-4785-b683-a83719195d87","metadata":{"source_printing_ids":["10808193-6ddc-4d53-a3fa-32d7ba80a04f","478bbb7a-4b96-4e04-921e-bdf23185de25","65825a3c-a442-476d-b594-e61d6104dffa","933f0eb4-7c8a-44c9-b91b-f3ff35081d1d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Any damage dealt to creatures by a source with wither, whether it's combat damage or noncombat damage, is dealt in the form of -1/-1 counters."},{"date":"2025-11-17","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2025-11-17","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2025-11-17","text":"The copy is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell (such as conspire's triggered ability that creates a copy of the spell) won't trigger."},{"date":"2025-11-17","text":"The copy will have the same target unless you choose new ones. If you change the target, the new target must be legal."},{"date":"2025-11-17","text":"You can't choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["mythic"]},"spirebluff canal":{"name":"Spirebluff Canal","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control two or fewer other lands.\n{T}: Add {U} or {R}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Blue","Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U} or {R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control two or fewer other lands.","condition":{"type":"UnlessControlsOtherLeq","count":2,"filter":{"type_filters":["Land"],"controller":"You","properties":[{"type":"Another"}]}},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"eb0d8093-5f93-4b25-9384-08f9731bfb28","metadata":{"source_printing_ids":["4e587ea7-0632-4789-ba75-3c410da2bb96","59a04e16-a767-4112-ab01-6ca1b09c286c","9d83bdb3-1f04-4b99-a36b-312da0cbed50","cdd8310d-6a91-46f6-aa85-f73ea37a66a2","f4fc41f3-87d4-4a0d-9ced-d263980378a3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR","OTJ","PKLD","POTJ","SLD"],"rulings":[{"date":"2016-09-20","text":"If one of these lands enters the battlefield at the same time as one or more other lands (due to Oblivion Sower or Warp World, perhaps), it doesn't take those lands into consideration when determining how many other lands you control."},{"date":"2016-09-20","text":"If one of these lands is your first, second, or third land, it enters the battlefield untapped. If you control three or more other lands, however, it enters the battlefield tapped."}],"rarities":["rare"]},"spirit of the hearth":{"name":"Spirit of the Hearth","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Spirit"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nYou have hexproof. (You can't be the target of spells or abilities your opponents control.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Hexproof","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have hexproof."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"30cd69a8-7893-4075-94ca-04450ff821d3","metadata":{"source_printing_ids":["263357fd-4c2e-40ff-b952-e899609e1890","667cf0b6-1dd9-420a-abf8-f6a698aafea7","6ec99c18-d579-4a17-bce9-38a456fb8c9e","93fb7e08-ff15-49b9-bed8-0faadfa8338f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","CN2","EVE","PS11","SLD"],"rarities":["rare"]},"spite":{"name":"Spite","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target noncreature spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target noncreature spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"b829de81-04cd-498e-9f31-074f23e2a488","metadata":{"source_printing_ids":["054f1845-196f-41c1-9682-042171cccd49","1a83658a-8820-4b71-838f-fe1c2ef822d0","5e50dd95-0f65-4150-9f22-0cabcabe2c30","e81e9cef-9c13-4c0d-9590-f7f2899e0320"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["DDH","DMR","INV","WC01"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["uncommon"]},"spitemare":{"name":"Spitemare","mana_cost":{"type":"Cost","shards":["RedWhite","RedWhite"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature is dealt damage, it deals that much damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, it deals that much damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"cf4d8b19-fd11-4200-9871-896772019f4c","metadata":{"source_printing_ids":["49a90d9e-fbd0-4e5b-ac66-a839edf87b8a","8c9b3151-bc77-499c-85a1-4ce021a4351a","fefeb0e2-ddd4-4881-bca4-6c7699c82d79"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DDH","EVE","PLST"],"rulings":[{"date":"2008-08-01","text":"Even if the amount of damage dealt to Spitemare is enough to destroy it, Spitemare’s ability will trigger and it will deal the full amount of damage to the target."}],"rarities":["uncommon"]},"splinter twin":{"name":"Splinter Twin","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature has \"{T}: Create a token that's a copy of this creature, except it has haste. Exile that token at the beginning of the next end step.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"extra_keywords":["Haste"]},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Create a token that's a copy of ~, except it has haste. Exile that token at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"{T}: Create a token that's a copy of ~, except it has haste. Exile that token at the beginning of the next end step.\""}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2df3187b-4b91-4de9-9b26-d48a30700cec","metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["2f8f22fb-7291-4517-9b15-e98501f2856b","580fbbf8-ba7e-4889-a5ea-d066f3ea8cea","718e0e1d-35bd-4af2-9810-c0cd804e4691"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MM2","PLST","ROE"],"rulings":[{"date":"2010-06-15","text":"Any \"enters\" abilities of the enchanted creature will trigger when the token is put onto the battlefield. Any \"as [this creature] enters\" or \"[this creature] enters with\" abilities of the enchanted creature will also work."},{"date":"2010-06-15","text":"If the ability is activated during a turn's end step, the token will be exiled at the beginning of the following turn's end step."},{"date":"2010-06-15","text":"If the enchanted creature has {X} in its mana cost (such as Protean Hydra), X is considered to be zero."},{"date":"2010-06-15","text":"If the enchanted creature is a token, the new token copies the characteristics of the original token as stated by the effect that put it onto the battlefield, plus it has haste."},{"date":"2010-06-15","text":"If the enchanted creature is copying something else when the ability resolves (for example, if it's a Renegade Doppelganger), then the token enters as a copy of whatever the enchanted creature is copying, plus it has haste."},{"date":"2010-06-15","text":"If the token isn't exiled when the delayed triggered ability resolves (due to Stifle, perhaps), it remains on the battlefield indefinitely. It continues to have haste."},{"date":"2010-06-15","text":"If you activate the ability and the enchanted creature leaves the battlefield before the ability resolves, you still get a token. The enchanted creature's last existence on the battlefield is checked to see what it was (specifically, if it was itself or if it was copying something else)."},{"date":"2010-06-15","text":"Splinter Twin grants an activated ability to the enchanted creature. That creature's controller (who is not necessarily the Aura's controller) can activate it. The creature's controller is the player who gets the token."},{"date":"2010-06-15","text":"The token is exiled at the beginning of the next end step regardless of who controls it at that time, or whether Splinter Twin or the enchanted creature is still on the battlefield at that time."},{"date":"2010-06-15","text":"The token that's put onto the battlefield copies exactly what's printed on the enchanted creature (unless that creature is copying something else or it's a token; see below), plus it has haste. It doesn't copy whether the enchanted creature is tapped or untapped, whether it has any counters on it or Auras attached to it, or whether it's been affected by any noncopy effects that changed its power, toughness, types, color, or so on. In particular, it doesn't copy the ability granted to the enchanted creature by Splinter Twin."},{"date":"2010-06-15","text":"The token will not be kicked, even if the creature it's copying was."},{"date":"2013-07-01","text":"If the enchanted creature is legendary, you will have to put either the original creature or the token into the graveyard as a state-based action."}],"rarities":["rare"]},"splinter, radical rat":{"name":"Splinter, Radical Rat","mana_cost":{"type":"Cost","shards":["WhiteBlack","WhiteBlack"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Ninja","Rat"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"If a triggered ability of a Ninja creature you control triggers, that ability triggers an additional time.\n{1}{U}: Target Ninja can't be blocked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":[{"Subtype":"Ninja"}],"controller":null,"properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}{U}: Target Ninja can't be blocked this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":"Any"}},"affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Ninja"}],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a triggered ability of a Ninja creature you control triggers, that ability triggers an additional time."}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"fb2cd508-f5cd-4d5b-b8e7-3cae1f39fd58","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4673c261-8c4e-42c1-a4c9-d40bd7ce63b5","f0797466-c527-4d35-86bc-e0e90fd04073"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"If a triggered ability is linked to a second ability, additional instances of that triggered ability are also linked to that second ability. If the second ability refers to \"the exiled card,\" it refers to all cards exiled by instances of the triggered ability."},{"date":"2026-01-27","text":"In some cases involving linked abilities, an ability requires information about \"the exiled card.\" When this happens, the ability gets multiple answers. If these answers are being used to determine the value of a variable, the sum is used. For example, if Elite Arcanist's enters ability triggers twice (probably because it entered as a Ninja due to another effect), two cards are exiled. The value of X in the activation cost of Elite Arcanist's other ability is the sum of the two cards' mana values. As the ability resolves, you create copies of both cards and can cast none, one, or both of the copies in any order."},{"date":"2026-01-27","text":"Splinter's first ability doesn't copy the triggered ability; it just causes the ability to trigger an additional time. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."},{"date":"2026-01-27","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keyword abilities are triggered abilities and will have \"when,\" \"whenever,\" or \"at\" in their reminder text."}],"rarities":["rare"]},"springheart nantuko":{"name":"Springheart Nantuko","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Insect","Monk"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Bestow {1}{G}\nEnchanted creature gets +1/+1.\nLandfall — Whenever a land you control enters, you may pay {1}{G} if this permanent is attached to a creature you control. If you do, create a token that's a copy of that creature. If you didn't create a token this way, create a 1/1 green Insect creature token.","non_ability_text":null,"flavor_name":null,"keywords":[{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["Green"],"generic":1}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"AttachedTo"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Insect","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Insect"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"SourceAttachedToCreature"},"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, you may pay {1}{G} if ~ is attached to a creature you control. If you do, create a token that's a copy of that creature. If you didn't create a token this way, create a 1/1 green Insect creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8a3ad2ef-8bcb-40c0-85de-f03328c2b644","metadata":{"related_token_ids":["52626921-713d-5fbe-823b-c222119520aa","fdc7aa74-0ebb-5ec9-987d-82b3714dd8db"],"source_printing_ids":["54a3ea87-005e-4985-b2a5-21711d0b71c0","cf723c91-e3ae-4a71-93b2-65d05bfa9b60"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2024-06-07","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2024-06-07","text":"If you don't pay {1}{G}, either because you simply chose not to or because Springheart Nantuko isn't attached to a creature you control, you'll still create a 1/1 green Insect creature token when Springheart Nantuko's landfall ability resolves."},{"date":"2024-06-07","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2024-06-07","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2024-06-07","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["rare"]},"springleaf drum":{"name":"Springleaf Drum","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Tap an untapped creature you control: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}]},"sub_ability":null,"duration":null,"description":"{T}, Tap an untapped creature you control: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"bdeb440d-a714-40e8-9038-f651e6ae45fb","metadata":{"source_printing_ids":["5bc9d645-0220-4a65-bbc7-abc64ded548e","b52af7e0-cd75-4e8e-82ed-65f8a3d0380a","d11042e2-4f28-499e-a7db-137694063809","e005f8e3-f0d6-4911-a4d2-4c244dd7bda0","e15ab0aa-4059-4923-9816-6f7a9e5b5a18","f3b3869b-6da1-4b01-a2e7-2018d478b6e5","fa8b09d0-fbd2-4441-9d87-02450412e0db"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","BNG","BRR","ECL","LRW","SLP"],"rulings":[{"date":"2020-08-07","text":"You can tap a creature that hasn't been under your control since your most recent turn began to activate Springleaf Drum's ability."},{"date":"2025-11-17","text":"You can tap a creature that hasn't been under your control since your most recent turn began to activate Springleaf Drum's ability."}],"rarities":["common","uncommon"]},"spymaster's vault":{"name":"Spymaster's Vault","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control a Swamp.\n{T}: Add {B}.\n{B}, {T}: Target creature you control connives X, where X is the number of creatures that died this turn. (Draw X cards, then discard X cards. Put a +1/+1 counter on that creature for each nonland card discarded this way.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Connive","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{B}, {T}: Target creature you control connives X, where X is the number of creatures that died this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control a Swamp.","condition":{"type":"UnlessControlsSubtype","subtypes":["Swamp"]},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"69ddca4b-5cc0-45f3-b2e6-a047c8d601be","metadata":{"source_printing_ids":["33535dbf-203b-44c9-be20-67fafa0927ee","3d5fbb30-abfc-4e79-8ce5-bbb04a241c9f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Connive X is a variant of connive. If a creature connives X, its controller will draw X cards, discard X cards, then then put a number of +1/+1 counters on the conniving permanent equal to the number of nonland cards discarded this way."},{"date":"2024-06-07","text":"If a resolving spell or ability instructs a specific creature to connive but that creature has left the battlefield, the creature still connives, although you can't put any +1/+1 counters on it. Abilities that trigger \"when [that creature] connives\" will trigger."},{"date":"2024-06-07","text":"If no cards are discarded, most likely because that player's hand is empty and an effect says they can't draw cards, the conniving creature does not receive any +1/+1 counters."},{"date":"2024-06-07","text":"Once an ability that causes a creature to connive begins to resolve, no player may take any other actions until it's done. Notably, opponents can't try to remove the conniving creature after you discard cards but before it receives +1/+1 counters, if any."},{"date":"2024-06-07","text":"You must already control a Swamp as Spymaster's Vault enters the battlefield for it to enter untapped. If it enters the battlefield at the same time as a Swamp when you control no other Swamps, it will enter tapped."}],"rarities":["rare"]},"squadron carrier":{"name":"Squadron Carrier","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Spacecraft you control have \"Exhaust — {W}: Conjure a card named Starfighter Pilot onto the battlefield.\"\nStation\n10+ | Creatures you control have flying.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":10},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have flying."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Spacecraft"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Conjure","cards":[{"name":"Starfighter Pilot","count":{"type":"Fixed","value":1}}],"destination":"Battlefield","tapped":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},"sub_ability":null,"duration":null,"description":"Exhaust — {W}: Conjure a card named Starfighter Pilot onto the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spacecraft you control have \"Exhaust — {W}: Conjure a card named Starfighter Pilot onto the battlefield.\""},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":10},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 10+"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1fa82502-4933-45d2-83b9-93764ded0aae","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YEOE"]},"squadron hawk":{"name":"Squadron Hawk","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, you may search your library for up to three cards named Squadron Hawk, reveal them, put them into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Named","name":"squadron hawk"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":3}},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may search your library for up to three cards named Squadron Hawk, reveal them, put them into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"00ab9841-934f-4a66-a98d-68d01661b1c9","metadata":{"source_printing_ids":["9e81806d-5d87-4032-ad94-c2cdeabecdbf","affaf05a-020c-44c1-84fa-7976c3d2a5cc","beddd409-0154-45a5-a20d-833cf1b5e1f4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["A25","EMA","F11","M11","PRM"],"rarities":["common"]},"squire":{"name":"Squire","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"aa6cdcc7-f5ea-47bf-9448-1c63e36b18d1","metadata":{"source_printing_ids":["1b4391e8-8d3e-42d2-ab01-08fe68771ed1","374df061-ebd2-4f1f-9a6e-7940a49197a9","96c9c4d1-dd43-4156-b25f-0e707b6c4b23"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DRK","SLD","TSB"],"rarities":["common","rare","special"]},"squirrel mob":{"name":"Squirrel Mob","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Squirrel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature gets +1/+1 for each other Squirrel on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Squirrel"}],"controller":null,"properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Squirrel"}],"controller":null,"properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each other Squirrel on the battlefield."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"451486df-6160-4ff7-b47c-dd3760417a31","metadata":{"source_printing_ids":["181254ce-259a-4b31-8937-728564f2baf3","665cfd37-ff63-449a-8573-bf28e5bef82d","7db8f11d-19c4-4b5b-8cb8-2ca86534ad2c","c1a09ea4-8d5c-48d9-b159-cbc31674ddfd","fa6bfc95-ec7e-46dd-88fd-b0e1ba48bfbc","ff276249-e7ca-4264-9039-d32b38cc4a7e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","J21","MH2","ODY","PLST","SLD"],"rulings":[{"date":"2021-06-18","text":"Because damage remains marked on a creature until the cleanup step or an effect removes that damage, nonlethal damage dealt to Squirrel Mob may become lethal if the number of other Squirrels on the battlefield decreases."}],"rarities":["rare"]},"squirrel nest":{"name":"Squirrel Nest","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant land\nEnchanted land has \"{T}: Create a 1/1 green Squirrel creature token.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Token","name":"Squirrel","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Squirrel"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Create a 1/1 green Squirrel creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted land has \"{T}: Create a 1/1 green Squirrel creature token.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2d584333-b25e-4291-a2c9-80c6d9f8732a","metadata":{"related_token_ids":["0b61b788-e892-51c9-9d1b-5882aa9bfa56","15d70ab7-e396-5476-85cc-840a9f4885c7","65bd5d1c-a5cf-5b9f-b5c6-671338f887e0","76ce65a3-028f-555a-8294-afe5c9e769e2","da457623-e6de-51b0-a22f-e279640934a9","db984bd7-474c-5634-81ab-d5a23a73b29b"],"source_printing_ids":["22eccb27-1723-4c5a-96b8-85e6e5739c30","251eed00-55d4-4f39-8739-7ca17e11e300","254da3ab-d845-4317-86dd-d98a2a5355a8","29788426-7a12-4a04-8dbe-c434445b8e0f","6914d43c-bc5a-47c5-a01c-59ddb1ee8eca","6f2aa025-e041-4ed5-a046-9debc474fda0","9bc59e1a-f0f5-4054-bedf-1908fc8646ec","bac26044-b41f-4c75-8bc1-26359250d8bc","d52b4496-b60d-4c72-bf86-0f0e54515821","e4112147-5609-484f-b303-c34df2f315ce"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["BLC","CNS","DMR","MH1","ODY","PIP","PLST","WC02"],"rarities":["uncommon"]},"staff of domination":{"name":"Staff of Domination","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}: Untap this artifact.\n{2}, {T}: You gain 1 life.\n{3}, {T}: Untap target creature.\n{4}, {T}: Tap target creature.\n{5}, {T}: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}, {T}: You gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}, {T}: Untap target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{4}, {T}: Tap target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{5}, {T}: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"d7888719-647d-4022-a211-822fa09f0791","metadata":{"source_printing_ids":["20fba37f-d374-4069-ade4-e925f59522c7","37b43739-1241-4b32-83aa-52936eb76e00","57d8d473-5247-4332-964f-c29539038085","5ea92a1b-1340-4777-9452-840e0aa9332d","696e623c-3b6d-4a6a-9f5e-52d0d5f9fba3","7980fc3b-71d5-427d-bd42-087256fd2059","f401a60a-61fb-4563-8218-8233cc55aa16","fde838c8-2f32-4e7d-a236-0bc42dd7abd9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["5DN","BRR","CMR","MPS","PLST","PRM"],"rarities":["rare","mythic","special"]},"staff of the storyteller":{"name":"Staff of the Storyteller","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, create a 1/1 white Spirit creature token with flying.\nWhenever you create one or more creature tokens, put a story counter on this artifact.\n{W}, {T}, Remove a story counter from this artifact: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Tap"},{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"story"},"target":null,"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{W}, {T}, Remove a story counter from ~: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 1/1 white Spirit creature token with flying.","constraint":null,"condition":null,"batched":false},{"mode":"TokenCreated","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"story","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you create one or more creature tokens, put a story counter on ~.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0c4e2c90-c17b-42cc-b4d7-cf75970fbe90","metadata":{"related_token_ids":["4e0e7748-abc8-5a7b-ab2f-483c152fa372","a8d15e9b-675f-5c44-a604-70c49d17b8bf","de35333c-4c0e-5ee1-81f8-478067b6e8e4"],"source_printing_ids":["17be11f2-f2db-40c4-8fc1-2ed7173f9a1a","67083aca-b077-4b12-8218-876e22476f85","6f4ad71f-14e6-4b1e-9558-1400a36f27a9","ab1d1461-1625-4163-aacd-a939f4871fad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA3","ONC","SLD","SOC"],"rarities":["rare"]},"stangg, echo warrior":{"name":"Stangg, Echo Warrior","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever Stangg attacks, create Stangg Twin, a legendary 3/4 red and green Human Warrior creature token. It enters tapped and attacking. For each Aura and Equipment attached to Stangg, create a token that's a copy of it attached to Stangg Twin. Sacrifice all tokens created this way at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"~ Twin","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"types":["Creature","Human","Warrior"],"colors":["Red","Green"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":true,"supertypes":["Legendary"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"None"},"owner":{"type":"Controller"},"source_filter":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Aura"},{"Subtype":"Equipment"}]}],"controller":null,"properties":[{"type":"AttachedToSource"}]},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create ~ Twin, a legendary 3/4 red and green Human Warrior creature token. It enters tapped and attacking. For each Aura and Equipment attached to ~, create a token that's a copy of it attached to ~ Twin. Sacrifice all tokens created this way at the beginning of the next end step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"aaf2a587-ced7-4615-b10f-164e7384b073","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["1195abea-6b63-5e95-83df-0cfd89762e5b","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["7722a9a1-2ff9-4a39-b56e-c7eef2ff9dcd","9385b40f-79a7-4d9c-b253-54587a1f28b4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DMC"],"rulings":[{"date":"2022-09-09","text":"If a replacement effect causes the created tokens to have different characteristics or causes additional tokens to be created this way, those tokens will still be sacrificed at the beginning of the next end step."},{"date":"2022-09-09","text":"If another player gains control of the tokens created this way, the ability that causes you to sacrifice them will still trigger. However, any tokens you no longer control can't be sacrificed and will remain on the battlefield."},{"date":"2022-09-09","text":"If, for any reason, an Aura token that would be created this way can't be attached to Stangg Twin, that token isn't created. If an Equipment token that can't be attached to Stangg Twin would be created, that token enters the battlefield unattached."}],"rarities":["rare"]},"star athlete":{"name":"Star Athlete","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever this creature attacks, choose up to one target nonland permanent. Its controller may sacrifice it. If they don't, this creature deals 5 damage to that player.\nBlitz {3}{R} (If you cast this spell for its blitz cost, it gains haste and \"When this creature dies, draw a card.\" Sacrifice it at the beginning of the next end step.)","non_ability_text":null,"flavor_name":null,"keywords":["Menace",{"Blitz":{"type":"Cost","shards":["Red"],"generic":3}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, choose up to one target nonland permanent. Its controller may sacrifice it. If they don't, ~ deals 5 damage to that player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fb03befb-b4e4-4ae9-908d-a16d5b03b054","metadata":{"source_printing_ids":["5c7c23a6-53ff-4588-838c-7936cb9eb86b","c01b9aec-d164-4ab6-9911-a92c00d1674d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"If a creature enters as a copy of or becomes a copy of a creature whose blitz cost was paid, the copy won't have haste, won't be sacrificed, and its controller won't draw a card when it dies."},{"date":"2024-09-20","text":"If the creature was cast using its blitz ability, the triggered ability that lets its controller draw a card triggers when it dies for any reason, not just when you sacrifice it during the end step."},{"date":"2024-09-20","text":"If the target permanent is an illegal target as Star Athlete's second ability tries to resolve, it won't resolve and none of its effects will happen. No player will be dealt damage, and no permanents will be sacked . . . er, sacrificed."},{"date":"2024-09-20","text":"If you choose to pay the blitz cost rather than the mana cost, you're still casting the spell. It goes on the stack and can be responded to and countered. You can cast a creature spell for its blitz cost only if you could cast that creature spell. Most of the time, this means during your main phase when the stack is empty."},{"date":"2024-09-20","text":"If you pay the blitz cost to cast a creature spell, that permanent will be sacrificed only if it's still on the battlefield when that triggered ability resolves. If it dies or goes to another zone before then, it will stay where it is."},{"date":"2024-09-20","text":"You don't have to attack with the creature with blitz unless another ability says you do."}],"rarities":["rare"]},"stargaze":{"name":"Stargaze","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at twice X cards from the top of your library. Put X cards from among them into your hand and the rest into your graveyard. You lose X life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"destination":"Hand","keep_count":null,"keep_count_expr":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"up_to":false,"filter":{"type":"Any"},"rest_destination":"Graveyard","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at twice X cards from the top of your library. Put X cards from among them into your hand and the rest into your graveyard. You lose X life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"db8b4869-f898-40ad-bbad-62390a02d1b1","metadata":{"source_printing_ids":["5c9caa7b-0268-4606-a71d-82dff16e6418","777fc599-8de7-44d2-8fdd-9bddf5948a0c","b62a8648-7f34-454d-b9e2-cc0d0d976c82","c31a2c18-2d84-4079-baf3-6a8dfa65072e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","SOA"],"rulings":[{"date":"2024-07-26","text":"If your library contains fewer than X cards, you'll put them all into your hand. You can't choose to put any of them into your graveyard. You'll still lose X life."},{"date":"2024-07-26","text":"If your library contains fewer than twice X cards, you'll look at your whole library. You'll still lose X life."}],"rarities":["uncommon"]},"starlit soothsayer":{"name":"Starlit Soothsayer","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your end step, if you gained or lost life this turn, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you gained or lost life this turn, surveil 1.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0c0940c6-8126-4d58-809e-871cf8588ef9","metadata":{"source_printing_ids":["184c1eca-2991-438f-b5d2-cd2529b9c9b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"If you haven’t gained or lost life during the turn when your end step begins, Starlit Soothsayer’s last ability won’t trigger at all. Gaining or losing life during your end step won’t cause the ability to trigger."},{"date":"2024-07-26","text":"Starlit Soothsayer’s last ability cares whether you gained or lost life this turn, not how your life total changed. For example, if you gained 2 life and lost 2 life in the same turn, you still gained and lost life that turn, even though your life total is the same as it was at the start of the turn."}],"rarities":["common"]},"starport security":{"name":"Starport Security","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Robot","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{3}{W}, {T}: Tap another target creature. This ability costs {2} less to activate if you control a creature with a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}{W}, {T}: Tap another target creature. This ability costs {2} less to activate if you control a creature with a +1/+1 counter on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":2,"count":{"type":"Fixed","value":1},"condition":{"type":"YouControlSubtypeCountAtLeast","subtype":"creature with a +1/+1 counter on it","count":1}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5454dddf-c6e5-4b0d-b96d-4904c13606dc","metadata":{"source_printing_ids":["238cb1db-6c41-4fe1-bc34-340048dfde18"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["common"]},"starting town":{"name":"Starting Town","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Town"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless it's your first, second, or third turn of the game.\n{T}: Add {C}.\n{T}, Pay 1 life: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"PayLife","amount":{"type":"Fixed","value":1}}]},"sub_ability":null,"duration":null,"description":"{T}, Pay 1 life: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless it's your first, second, or third turn of the game.","condition":{"type":"UnlessQuantity","lhs":{"type":"Ref","qty":{"type":"TurnsTaken"}},"comparator":"LE","rhs":{"type":"Fixed","value":3},"active_player_req":"You"},"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"d04e0975-f401-41b8-a9db-9bcf9cbbce66","metadata":{"source_printing_ids":["fc7d1912-7e27-49ef-bd98-375d975a42b0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"Town is a land type with no special meaning. It doesn't grant the land any intrinsic abilities. Other cards may care about which lands are Towns."}],"rarities":["rare"]},"static prison":{"name":"Static Prison","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile target nonland permanent an opponent controls until this enchantment leaves the battlefield. You get {E}{E} (two energy counters).\nAt the beginning of your first main phase, sacrifice this enchantment unless you pay {E}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile target nonland permanent an opponent controls until ~ leaves the battlefield. You get {E}{E} .","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, sacrifice ~ unless you pay {E}.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"PayEnergy","amount":{"type":"Fixed","value":1}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b1bc8e58-ea4f-46a9-b833-d780cf6758b3","metadata":{"source_printing_ids":["dd16222e-349c-4a2b-a7c8-8eb35a8ab332"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rulings":[{"date":"2024-06-07","text":"Auras attached to the exiled permanent will be put into their owners' graveyards. Any Equipment will become unattached and remain on the battlefield. Any counters on the exiled permanent will cease to exist. When the card returns to the battlefield, it will be a new object with no connection to the card that was exiled."},{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If Static Prison leaves the battlefield before its first triggered ability resolves, the target permanent won't be exiled."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If a token is exiled this way, it will cease to exist and won't return to the battlefield."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["uncommon"]},"steadfast armasaur":{"name":"Steadfast Armasaur","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\n{1}{W}, {T}: This creature deals damage equal to its toughness to target creature blocking or blocked by it.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}{W}, {T}: ~ deals damage equal to its toughness to target creature blocking or blocked by it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dc0bd3a3-f34e-4d81-b9e8-b172b005d671","metadata":{"source_printing_ids":["197934d5-726c-4cd3-a934-3d6449a5a56e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["XLN"],"rulings":[{"date":"2017-09-29","text":"If Steadfast Armasaur is no longer on the battlefield as its ability resolves, use its toughness as it last existed on the battlefield to determine how damage is dealt."},{"date":"2017-09-29","text":"Tapping an attacking or blocking creature doesn't remove it from combat. If the target of Steadfast Armasaur's ability survives the damage, Steadfast Armasaur will deal combat damage to and be dealt combat damage by that creature as normal."}],"rarities":["uncommon"]},"steamflogger boss":{"name":"Steamflogger Boss","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Rigger"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Other Riggers you control get +1/+0 and have haste.\nIf a Rigger you control would assemble a Contraption, it assembles two Contraptions instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Rigger"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Riggers you control get +1/+0 and have haste."}],"replacements":[{"event":"AssembleContraption","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature",{"Subtype":"Rigger"}],"controller":"You","properties":[]},"description":"If a Rigger you control would assemble a Contraption, it assembles two Contraptions instead.","condition":null,"quantity_modification":{"type":"Times","factor":2}}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4d614c79-7934-4662-9ce1-22b57d5137f7","metadata":{"source_printing_ids":["007ce039-def1-4039-a0a0-ba72e8872dc5","8d68100b-0a3b-40bd-9ae0-37a0d204fb0a","9110d5b8-1fe3-44f8-8159-e0e72ce55152"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT","PLST","UST"],"rarities":["rare"]},"steelform sliver":{"name":"Steelform Sliver","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Sliver creatures you control get +0/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Sliver creatures you control get +0/+1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ae58e71c-b617-404f-a5dc-5e6a487f2675","metadata":{"source_printing_ids":["93e1b472-c73a-47fe-bbbe-dbebca635d2e","c15d6329-ffb1-43fd-8558-60c8315f5b91"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","M14"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn’t provide any additional benefit."},{"date":"2013-07-01","text":"If you change the creature type of a Sliver you control so it’s no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures you control."}],"rarities":["uncommon"]},"steely resolve":{"name":"Steely Resolve","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nCreatures of the chosen type have shroud. (They can't be the targets of spells or abilities.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures of the chosen type have shroud."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"48c127f0-2857-4c36-97bc-1291b6fe4a82","metadata":{"source_printing_ids":["36ea852d-ed2b-4c56-9b73-52dce8a3e520","b88c530a-abc3-4cc4-8a48-5b76e1504a3c","c443ee78-6bdc-4a74-9cad-93727b9fdbd6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["MAR","ONS","SLD"],"rarities":["rare","mythic"]},"steer clear":{"name":"Steer Clear","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Steer Clear deals 2 damage to target attacking or blocking creature. Steer Clear deals 4 damage to that creature instead if you controlled a Mount as you cast this spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Blocking"}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"ControllerControlledMatchingAsCast","filter":{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"~ deals 2 damage to target attacking or blocking creature. ~ deals 4 damage to that creature instead if you controlled a Mount as you cast this spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2c22af49-c6ef-4de6-bb84-6b3e99879148","metadata":{"source_printing_ids":["523a4d6e-122b-49b4-bf3d-17d29c0007fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"If you controlled a Mount as you finished casting Steer Clear, it doesn’t matter whether you still control one as the spell resolves. Steer Clear will still deal 4 damage."}],"rarities":["common"]},"stensia uprising":{"name":"Stensia Uprising","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, create a 1/1 red Human creature token. Then if you control exactly thirteen permanents, you may sacrifice this enchantment. When you do, it deals 7 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Human","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":7},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":13}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, create a 1/1 red Human creature token. Then if you control exactly thirteen permanents, you may sacrifice ~. When you do, it deals 7 damage to any target.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a881bf6e-6247-4adb-9f9c-e4b928692573","metadata":{"related_token_ids":["332b3d4e-183f-5f93-89bb-adfef34a51a4","f2d204f1-c1ea-5dc0-90e2-0f5944dc36ef"],"source_printing_ids":["2ea95b64-9c5f-4f0d-ab7e-e4412a3cdadf","832a58cd-804d-4c1a-b24e-478357873b93","df71a8c1-25af-4e6a-9197-11b96b959b46"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","PRM","PVOW","VOW"],"rarities":["rare"]},"stensian sanguinist":{"name":"Stensian Sanguinist","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you attack, target creature gains deathtouch until end of turn. Whenever that creature deals combat damage to a player this combat, this creature becomes prepared. (While it's prepared, you may cast a copy of its spell. Doing so unprepares it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain deathtouch"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"DamageDone","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"ParentTarget"},"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"BecomePrepared","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, target creature gains deathtouch until end of turn. Whenever that creature deals combat damage to a player this combat, ~ becomes prepared.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"25877c41-39a4-4cc3-ac4b-8f3dd06d579b","metadata":{"source_printing_ids":["66d88104-c69d-4349-a4ae-4a3d855a3536","909a52bc-53f6-4654-9db7-e8f48333d765"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"prepare","printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"A creature with a prepare spell can't become prepared more than once at the same time. For example, Emeritus of Ideation is on the battlefield and is prepared. When it attacks, its last ability triggers. When that ability resolves, its controller may still exile eight cards from their graveyard, but doing so won't cause Emeritus of Ideation to become prepared a second time or create a second copy of Ancestral Recall in exile."},{"date":"2026-03-20","text":"A creature without a prepare spell can't become prepared."},{"date":"2026-03-20","text":"A preparation card is a creature card in every zone. For example, while it's in your graveyard, Emeritus of Ideation is a blue creature whose mana value is 5. It can't be the target of Zealous Lorecaster's triggered ability (\"When this creature enters, return target instant or sorcery card from your graveyard to your hand.\")."},{"date":"2026-03-20","text":"As an effect causes a creature with a prepare spell to become prepared (including effects that state that a creature \"enters prepared\"), that creature's controller creates a copy of that creature's prepare spell in exile. That copy remains in exile for as long as that permanent is on the battlefield and is prepared. That creature's controller may cast that copy as long as it remains in exile. As they cast it, that creature stops being prepared."},{"date":"2026-03-20","text":"Being prepared isn't a copiable value. If a permanent becomes a copy of a prepared creature, it won't be prepared. That permanent will have the alternative characteristics, though, and some other effect could cause it to become prepared later."},{"date":"2026-03-20","text":"Casting a copy of a prepare spell from exile isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to a copy of a prepare spell cast from exile."},{"date":"2026-03-20","text":"Creating a copy of a creature's prepare spell in exile ignores copy exceptions applied to that creature that would affect the copiable values of that spell. For example, say a player casts Croaking Counterpart (a sorcery that says \"Create a token that's a copy of target non-Frog creature, except it's a 1/1 green Frog.\") targeting Goblin Glasswright. The token copy of Goblin Glasswright will enter prepared as a 1/1 green Frog creature, but the copy of Craft with Pride in exile will still be a red sorcery. The copy of Craft with Pride won't be green, a creature, or a Frog, and it won't have power or toughness."},{"date":"2026-03-20","text":"If a prepare spell with one or more targets has no legal targets when it tries to resolve, it won't resolve and none of its effects will happen. Since the spell was cast, the associated permanent will still not be prepared."},{"date":"2026-03-20","text":"If a prepared creature loses all abilities, it won't stop being prepared, and nothing will happen to its alternative characteristics or to the copy of its prepare spell in exile."},{"date":"2026-03-20","text":"If a prepared creature stops being a creature, it will still be prepared, and the copy of its prepare spell will remain in exile. That permanent's controller will still be able to cast it. The same is true if a prepared creature becomes a copy of something else, even if it's then a permanent without a prepare spell."},{"date":"2026-03-20","text":"If an effect causes a creature to become unprepared, a prepared creature stops being prepared and the associated copy of its prepare spell in exile ceases to exist. If it wasn't prepared at that time, nothing happens."},{"date":"2026-03-20","text":"If an effect instructs you to choose a card name, you may choose the alternative prepare spell's name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2026-03-20","text":"Only the current controller of a prepared creature can cast the copy of its prepare spell in exile. It doesn't matter who owns that creature or who controlled it when it became prepared."},{"date":"2026-03-20","text":"Players can lose more life than they have. For example, say you're playing a multiplayer game in which one of your opponents has 3 life and your other opponent has 10 life. If you cast Exsanguinate with X of 4, your opponents will wind up at -1 life and 6 life, respectively. You'll gain 8 life."},{"date":"2026-03-20","text":"Preparation cards can only be cast with their base characteristics."},{"date":"2026-03-20","text":"While copies of spells in zones other than the stack cease to exist when state-based actions are checked, this does not apply to copies of prepare spells in exile that were created as a creature became prepared."}],"rarities":["rare"]},"stillness in motion":{"name":"Stillness in Motion","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, mill three cards. Then if your library has no cards in it, exile this enchantment and put five cards from your graveyard on top of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"count":{"type":"Fixed","value":5},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, mill three cards. Then if your library has no cards in it, exile ~ and put five cards from your graveyard on top of your library in any order.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d73913ea-44d0-408f-9f8b-8e91843f2826","metadata":{"source_printing_ids":["70ae35fd-5fb6-440a-9e82-13998b928ee3","a6289251-17e4-4987-96b9-2fb1a8f90e2a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rarities":["rare"]},"stinging study":{"name":"Stinging Study","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You draw X cards and you lose X life, where X is the mana value of a commander you own on the battlefield or in the command zone.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CommanderManaValue","owner":"You"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"CommanderManaValue","owner":"You"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"You draw X cards and you lose X life, where X is the mana value of a commander you own on the battlefield or in the command zone.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"115bc79e-a109-42d7-ac58-2ee8dc0a959f","metadata":{"source_printing_ids":["26730013-b8cd-4857-b602-c76546d88bdd","b8840226-1693-44bc-a067-e50198c5e17e","e76553b9-3945-4185-b383-8954e5406312"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","PRM","SLD"],"rulings":[{"date":"2021-04-16","text":"If you own multiple commanders on the battlefield and/or in the command zone, you choose one of them as Stinging Study resolves to determine the value of X."},{"date":"2021-04-16","text":"If your commander is under the control of another player as Stinging Study resolves, it is still on the battlefield and will still be used to determine the value of X."}],"rarities":["rare"]},"stitcher's graft":{"name":"Stitcher's Graft","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +3/+3.\nWhenever equipped creature attacks, it doesn't untap during its controller's next untap step.\nWhenever this Equipment becomes unattached from a permanent, sacrifice that permanent.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever equipped creature attacks, it doesn't untap during its controller's next untap step.","constraint":null,"condition":null,"batched":false},{"mode":"Unattach","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"TriggeringSource"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes unattached from a permanent, sacrifice that permanent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":3}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +3/+3."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"2b73a5ec-c52e-4074-a7cb-78d6eb2adef0","metadata":{"source_printing_ids":["40da09e1-e5d8-4d3e-9096-fbc43c75deaa","66138433-c53d-474c-8a46-8f433cf83d79","a5dad4be-599b-4c4d-a957-3fe6b52b4141","eb6d700e-0514-41d7-9255-cedd859316fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","SIR"],"rulings":[{"date":"2016-07-13","text":"If Stitcher’s Graft’s last triggered ability triggers, but you don’t control the permanent it became unattached from at the time that ability resolves (perhaps because another player has somehow gained control of it), you won’t be able to sacrifice it."},{"date":"2016-07-13","text":"If multiple effects say that a creature doesn’t untap during your next untap step, those effects all apply during one untap step. For example, a creature that attacks while equipped with two Stitcher’s Grafts will only spend one untap step without untapping."},{"date":"2016-07-13","text":"Stitcher’s Graft becomes unattached from the creature it’s equipping if you equip it to a new creature, if Stitcher’s Graft leaves the battlefield, if the equipped creature ceases to be a creature, or if Stitcher’s Graft ceases to be an Equipment. (It also becomes unattached if the equipped creature leaves the battlefield, but the triggered ability won’t do anything in that case.)"}],"rarities":["rare"]},"stoic ephemera":{"name":"Stoic Ephemera","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Defender (This creature can't attack.)\nFlying\nWhen this creature blocks, sacrifice it at end of combat.","non_ability_text":null,"flavor_name":null,"keywords":["Defender","Flying"],"abilities":[],"triggers":[{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"EndCombat"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ blocks, sacrifice it at end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"eee83439-2dee-47d7-97f8-d75bef70c40e","metadata":{"source_printing_ids":["066bff58-e7cd-4787-a2c1-1afd6ed1b4ff","63058b80-8b19-4077-9219-f064255d1c74"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DIS","GK2"],"rarities":["uncommon"]},"stolen uniform":{"name":"Stolen Uniform","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose target creature you control and target Equipment. Gain control of that Equipment until end of turn. Attach it to the chosen creature. When you lose control of that Equipment this turn, if it's attached to a creature you control, unattach it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"ParentTargetSlot","index":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTargetSlot","index":1},"target":{"type":"ParentTargetSlot","index":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"ChangesController","execute":null,"valid_card":{"type":"ParentTargetSlot","index":1},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false},"or_trigger":null},"effect":{"kind":"Spell","effect":{"type":"UnattachAll","attachment":{"type":"ParentTargetSlot","index":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Choose target creature you control and target Equipment. Gain control of that Equipment until end of turn. Attach it to the chosen creature. When you lose control of that Equipment this turn, if it's attached to a creature you control, unattach it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"17c0cf45-a031-40e8-a37f-eda98a8f785b","metadata":{"source_printing_ids":["0cf03aad-0562-4d29-8c70-dc529c3a3961","0d80c511-2f4d-4f77-8143-7b49b2b19fae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"If the target creature is an illegal target, you'll still gain control of the target Equipment until end of turn, but you won't attach it to the chosen creature."},{"date":"2025-06-06","text":"The reflexive triggered ability will trigger any time you lose control of that Equipment this turn, whether it's because the \"until end of turn\" duration ended or because someone else gained control of the Equipment with another effect."}],"rarities":["uncommon"]},"stomp":{"name":"Stomp","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Damage can't be prevented this turn. Stomp deals 2 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"DamagePreventionDisabled","source":0,"expiry":{"type":"EndOfTurn"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d6d72f5f-8f5d-4180-b514-f22ff5482902","metadata":{"source_printing_ids":["09fd2d9c-1793-4beb-a3fb-7a869f660cd4","3a6431fd-4b79-488e-a0c0-57731616bd08","b5b71cd2-de35-451f-b16e-2e3936169407","c402a722-d412-4598-8a1e-edb889b957e8","ff984a4c-1818-4f8f-a9d7-fce57e77937d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["CLB","ELD","PELD","PLST","PRM"],"rarities":["rare"]},"stoneforge mystic":{"name":"Stoneforge Mystic","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kor","Artificer"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may search your library for an Equipment card, reveal it, put it into your hand, then shuffle.\n{1}{W}, {T}: You may put an Equipment card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}{W}, {T}: You may put an Equipment card from your hand onto the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Equipment"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may search your library for an Equipment card, reveal it, put it into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"358789f9-7d87-411d-919e-d597da665cbd","metadata":{"source_printing_ids":["11130547-391b-4fe7-8821-ef9514f6073f","19557351-b65f-4b04-b971-66abdc07000a","4d3473d0-b46f-41f5-ac1e-ba217f7747d4","eb49805c-8546-463d-b78c-f4ea109851b4","fb220c6c-8dda-45f4-87fa-f754e94fac42"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","J16","PGPX","PRM","SLD","SPG","TD0","WWK"],"rulings":[{"date":"2010-03-01","text":"When Stoneforge Mystic's second ability resolves, you may put any Equipment card from your hand onto the battlefield, not just the one you searched for with its first ability. The Equipment is put onto the battlefield unattached."}],"rarities":["rare","mythic"]},"stoneshock giant":{"name":"Stoneshock Giant","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{6}{R}{R}: Monstrosity 3. (If this creature isn't monstrous, put three +1/+1 counters on it and it becomes monstrous.)\nWhen this creature becomes monstrous, creatures without flying your opponents control can't block this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Monstrosity","count":{"type":"Fixed","value":3}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red"],"generic":6}},"sub_ability":null,"duration":null,"description":"{6}{R}{R}: Monstrosity 3.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"BecomeMonstrous","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBlock","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"WithoutKeyword","value":"Flying"}]},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ becomes monstrous, creatures without flying your opponents control can't block this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"dd2c0046-dc31-44f7-8601-7ec77515b926","metadata":{"source_printing_ids":["257322dc-44f5-4a08-9550-f71769d3c96c","3706025b-2a67-43a3-80fc-57a3bc38276e","3d890801-5ffa-48af-959f-72e5f371fc61","bd8d3fb0-6f04-405a-bf73-7cdcbce4c52d","ff560915-5687-452f-983a-887929b44b65"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C15","CM2","CN2","PIO","THS"],"rulings":[{"date":"2013-09-15","text":"An ability that triggers when a creature becomes monstrous won't trigger if that creature isn't on the battlefield when its monstrosity ability resolves."},{"date":"2013-09-15","text":"If blockers have already been declared when Stoneshock Giant's last ability resolves, those blocks won't change or become undone."},{"date":"2013-09-15","text":"Monstrous isn't an ability that a creature has. It's just something true about that creature. If the creature stops being a creature or loses its abilities, it will continue to be monstrous."},{"date":"2013-09-15","text":"Once a creature becomes monstrous, it can't become monstrous again. If the creature is already monstrous when the monstrosity ability resolves, nothing happens."},{"date":"2013-09-15","text":"Your opponents can't assign any creature without flying to block that turn, even if that creature had flying or wasn't on the battlefield under one of your opponent's control when Stoneshock Giant's ability resolved."}],"rarities":["common","uncommon"]},"storm crow":{"name":"Storm Crow","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying (This creature can't be blocked except by creatures with flying or reach.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"000d5588-5a4c-434e-988d-396632ade42c","metadata":{"source_printing_ids":["036ef8c9-72ac-46ce-af07-83b79d736538","13f6106d-6822-47b5-956e-20e17143a818","2955a257-302c-48df-9eec-8561cbc8374c","2dbf72f7-2360-4105-beae-946556884e40","3a1bf438-3cd8-4bd8-85f1-fc97f49b44d9","782c0a35-09b5-449f-be30-d837e330cb6b","7e573308-40d0-43ce-be04-dbab6bc1ed35","7f7aa8e1-ada6-491a-b96f-43e89dae7834","90c7841a-360c-4094-84e4-3b5bf17c5c1c","a26a6daa-499d-4f3e-a75a-2fe4dcf3b629","a2d4ea78-16f1-46ac-8a60-db20c37aad5e","a8a5ae3a-e794-4af8-b4e4-d7724ebf30a0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["6ED","7ED","8ED","9ED","ALL","PLST","POR","S99","SLD"],"rarities":["common","rare"]},"storm, queen of wakanda":{"name":"Storm, Queen of Wakanda","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Noble","Hero"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Storm attacks, until end of turn, another target attacking creature gains flying and gets +X/+0, where X is Storm's power.\nWhenever a creature with flying attacks you, Storm deals damage equal to her power to that creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying and gets +X/+0, where X is ~'s power"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, until end of turn, another target attacking creature gains flying and gets +X/+0, where X is ~'s power.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever a creature with flying attacks you, ~ deals damage equal to her power to that creature.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"d8e585c5-1de3-4558-8a2f-0d9fb07edad6","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0a61d843-2a7c-459c-9018-1ee4488c90a9","421cae4b-5e6e-47cb-85d2-f95a8ed49087"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"storm-kiln artist":{"name":"Storm-Kiln Artist","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dwarf","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature gets +1/+0 for each artifact you control.\nMagecraft — Whenever you cast or copy an instant or sorcery spell, create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCastOrCopy","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast or copy an instant or sorcery spell, create a Treasure token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+0 for each artifact you control."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a145ff8c-5812-4bcb-bd16-9839dc25121d","metadata":{"related_token_ids":["198c5204-6b23-5085-b962-e6db6c948bd6","3a2e0ac9-54bb-5b35-a4c9-6bad348f7144","4f940dc2-7698-5fda-9f9b-62ec43ec2012","84e8350e-916c-5bde-9c98-f4ec1d2b1f12","8dc5a01d-0271-51e0-bd2c-423b404802bc","b0e0f943-429b-5075-a61d-22338c7dfcf6","bf235272-bd80-5c56-8fa6-d355103fdf8d"],"source_printing_ids":["01482a58-5156-41ba-bf9e-11095cc3f9ef","1b8c1345-4279-4e29-b58c-efacccb8e47f","52c896fe-c208-41ec-aad8-fe56c7858942","69825b24-f469-4b6a-890b-bfa571c9013b","9a6f8a6e-cc77-41d8-b753-bb3c5a5c4f48","cd489ca6-1a43-4305-9940-fa9dbcd58a89","da7ae8e0-cb6b-4386-8a30-9527d1af9be5","dd408ccb-3578-4729-82a7-8a61af0fd32e","fa96b8dc-233a-4884-ab84-235cbc7df0b6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","OTC","PLST","SLD","SOC","STX","TDC"],"rulings":[{"date":"2021-04-16","text":"Each magecraft ability has a different effect, although they all have the same trigger condition, whenever you cast or copy an instant or sorcery spell."},{"date":"2021-04-16","text":"If an effect creates a copy of an instant or sorcery spell, this will also cause the magecraft ability to trigger."},{"date":"2021-04-16","text":"If an effect creates multiple copies of an instant or sorcery spell, magecraft abilities trigger once for each copy created by the effect."},{"date":"2021-04-16","text":"Some effects instruct you to copy an instant or sorcery card in a zone other than the stack. These copies do not cause magecraft abilities to trigger. However, most effects that do this also allow you to cast the copy, and casting the copy will cause magecraft abilities to trigger."}],"rarities":["uncommon","rare"]},"strangleroot geist":{"name":"Strangleroot Geist","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Haste\nUndying (When this creature dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Undying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":"Return it to the battlefield with a +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.93a: When ~ dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.","constraint":null,"condition":{"type":"Not","condition":{"type":"HadCounters","counter_type":"P1P1"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"af12758f-4a7b-4156-8942-de4716aa0623","metadata":{"source_printing_ids":["70438212-608c-4641-a847-45843186cd82","8be0b338-c36b-4d4f-b6e1-d377cf8796b0","bf1fb137-205c-480f-b6dc-dfa137793ae3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DKA","PDKA","PLST","PRM"],"rarities":["uncommon"]},"strax, sontaran nurse":{"name":"Strax, Sontaran Nurse","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Alien","Cleric"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Vigilance, trample\nGrenades! — {2}, {T}, Sacrifice an artifact: Choose a player at random. When you do, Strax fights another target creature that player controls.\nGlory of Battle — Whenever Strax deals damage to a creature, put a +1/+1 counter on Strax.","non_ability_text":null,"flavor_name":null,"keywords":["Trample","Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Choose","choice_type":"Player","persist":false,"selection":{"type":"Random"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":{"ChosenPlayer":{"index":0}},"properties":[{"type":"Another"}]},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Grenades! — {2}, {T}, Sacrifice an artifact: Choose a player at random. When you do, ~ fights another target creature that player controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals damage to a creature, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"ffde2558-2168-4b40-a31a-86d160bdb289","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9b9410dc-7f2b-432b-8025-ec26f77446d7","b4801775-70e2-4cda-959c-27f9aa623767","b5e411f4-d1b9-415f-8769-01b274a1b17e","e5aabb06-d4e5-40b5-84a8-4f74d4763567"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If Strax is dealt damage equal to its toughness while fighting, it will die before the +1/+1 counter from its last ability can save it."},{"date":"2023-10-13","text":"The player is chosen at random, but Strax's controller gets to choose which of their creatures it fights."}],"rarities":["rare"]},"stridehangar automaton":{"name":"Stridehangar Automaton","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Thopters you control get +1/+1.\nIf one or more artifact tokens would be created under your control, those tokens plus an additional 1/1 colorless Thopter artifact creature token with flying are created instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Thopter"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Thopters you control get +1/+1."}],"replacements":[{"event":"CreateToken","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If one or more artifact tokens would be created under your control, those tokens plus an additional 1/1 colorless Thopter artifact creature token with flying are created instead.","condition":{"type":"TokenCoreTypeMatches","core_types":["Artifact"]},"token_owner_scope":"You","additional_token_spec":{"characteristics":{"display_name":"Thopter","power":1,"toughness":1,"core_types":["Artifact","Creature"],"subtypes":["Thopter"],"supertypes":[],"colors":[],"keywords":["Flying"]},"script_name":"Thopter","static_abilities":[],"enter_with_counters":[],"tapped":false,"enters_attacking":false,"sacrifice_at":null,"source_id":0,"controller":0}}],"color_override":null,"scryfall_oracle_id":"9070c98b-fd01-4eeb-a4ec-fc464946c7c0","metadata":{"related_token_ids":["d0ddfd70-ed9e-56db-8424-5a30af6d2425"],"source_printing_ids":["4c398d11-a2fc-43e2-96e9-7f3383e1a43c","f87adc0a-813e-4afe-9e4e-c2d2202c3256"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DRC"],"rulings":[{"date":"2025-02-07","text":"If an effect changes under whose control a token would be created, that effect applies before this creature’s effect applies. If an effect changes under whose control a token would enter the battlefield, that effect applies after this creature’s effect is able to be applied."},{"date":"2025-02-07","text":"If another effect modifies which or how many tokens you create, you choose the order to apply those effects. For example, if you control this creature and Anointed Procession (“If an effect would create one or more tokens under your control, it creates twice that many of those tokens instead.”), each time you create tokens, you can choose to apply Anointed Procession’s effect to double those tokens first, then apply this creature’s effect to create an additional Thopter token. Or you can choose to apply this creature’s effect first followed by Anointed Procession’s effect, allowing you to create double the original tokens plus two additional Thopter tokens."},{"date":"2025-02-07","text":"If you copy a permanent spell, that copy becomes a token on the battlefield, but that’s not the same as creating a token. You won’t get an additional Thopter token that way."},{"date":"2025-02-07","text":"The additional Thopter token won’t have any abilities the other tokens were created with. Anything else specified in the effect creating the token (such as tapped, attacking, or “Exile that token at end of combat”) applies to both the original tokens and the Thopter. Similarly, if the effect that creates the token has an additional effect that gives the token an ability, such as “That token gains haste,” that effect will also apply to the Thopter."},{"date":"2025-02-07","text":"You don’t need to control the spell or ability that creates the tokens, but the tokens do need to be created under your control."}],"rarities":["rare"]},"strider harness":{"name":"Strider Harness","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1 and has haste.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 and has haste."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"bd4ad383-8c40-4dda-bc9c-ba8a001d6882","metadata":{"source_printing_ids":["47c90f49-d1eb-420e-bfb6-b834a496860d","5e94daa9-5b9b-4fd2-829e-081eed22c18f","9d7b9e54-b3ef-44fb-9240-0d67c1c4b7f6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["OGW","RIX","SOM"],"rulings":[{"date":"2018-01-19","text":"If a creature enters the battlefield under your control and gains haste, but then loses it before attacking, it won’t be able to attack that turn. This means that you can’t use one Strider Harness to allow two new creatures to attack in the same turn."}],"rarities":["common","uncommon"]},"stubborn burrowfiend":{"name":"Stubborn Burrowfiend","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Badger","Beast","Mount"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes saddled for the first time each turn, mill two cards, then this creature gets +X/+X until end of turn, where X is the number of creature cards in your graveyard.\nSaddle 2 (Tap any number of other creatures you control with total power 2 or more: This Mount becomes saddled until end of turn. Saddle only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Saddle":2}],"abilities":[],"triggers":[{"mode":"BecomesSaddled","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes saddled for the first time each turn, mill two cards, then ~ gets +X/+X until end of turn, where X is the number of creature cards in your graveyard.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"24bc7bd5-f262-45a2-8e94-377fef2ba5d5","metadata":{"source_printing_ids":["6d963eb4-d20b-4d3f-bf5d-c75f7bcb9670"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"An ability that triggers when a creature “attacks while saddled” will trigger only if that creature was saddled when it was declared as an attacker."},{"date":"2024-04-12","text":"Creatures with saddle can attack or block as normal even if they aren’t saddled."},{"date":"2024-04-12","text":"If a permanent becomes a copy of a saddled Mount, the copy won’t be saddled."},{"date":"2024-04-12","text":"The value of X is determined as Stubborn Burrowfiend’s triggered ability resolves."},{"date":"2024-04-12","text":"You may activate a permanent’s saddle ability even if that permanent is already saddled."},{"date":"2024-04-12","text":"“Saddle N” means “Tap any number of other untapped creatures you control with total power N or greater: This permanent becomes saddled until end of turn. Activate only as a sorcery.”"},{"date":"2024-04-12","text":"“Saddled” isn’t an ability that a creature has. It’s just something true about that creature. It won’t stop being saddled until the turn ends or it leaves the battlefield."}],"rarities":["uncommon"]},"student of elements":{"name":"Student of Elements","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature has flying, flip it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Unknown":"When ~ has flying"},"execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"flip","description":"flip it"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ has flying, flip it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"59eab251-af80-4091-98de-9ed413c14cdc","metadata":{"source_printing_ids":["9de1eebf-5725-438c-bcf0-f3a4d8a89fb0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"flip","printings":["CHK"],"rarities":["uncommon"]},"student of warfare":{"name":"Student of Warfare","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Level up {W} ({W}: Put a level counter on this. Level up only as a sorcery.)\nLEVEL 2-6\n3/3\nFirst strike\nLEVEL 7+\n4/4\nDouble strike","non_ability_text":null,"flavor_name":null,"keywords":[{"LevelUp":{"type":"Cost","shards":["White"],"generic":0}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"level","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":2,"maximum":6},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 2-6 / 3/3 / First strike"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 7+ / 4/4 / Double strike"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0bc2875b-3a5a-4885-86b9-16ab7330ac10","metadata":{"source_printing_ids":["2f2cf48b-949e-4920-a72d-fddca05c6e98","9f4df9be-324b-458a-9379-ab4aa437a6d2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLST","ROE"],"rulings":[{"date":"2010-06-15","text":"A creature’s level is based on how many level counters it has on it, not how many times its level up ability has been activated or has resolved. If a leveler gets level counters due to some other effect (such as Clockspinning) or loses level counters for some reason (such as Vampire Hexmage), its level is changed accordingly."},{"date":"2010-06-15","text":"Effects that modify a leveler’s power or toughness, such as the effects of Giant Growth or Glorious Anthem, will apply to it no matter when they started to take effect. The same is true for counters that change the creature’s power or toughness (such as +1/+1 counters) and effects that switch its power and toughness."},{"date":"2010-06-15","text":"Effects that set a leveler’s power or toughness to a specific value, including the effects from a level symbol’s ability, apply in timestamp order. The timestamp of each level symbol’s ability is the same as the timestamp of the leveler itself, regardless of when the most recent level counter was put on it."},{"date":"2010-06-15","text":"If another creature becomes a copy of a leveler, all of the leveler’s printed abilities — including those represented by level symbols — are copied. The current characteristics of the leveler, and the number of level counters on it, are not. The abilities, power, and toughness of the copy will be determined based on how many level counters are on the copy."},{"date":"2010-06-15","text":"The abilities a leveler grants to itself don’t overwrite any other abilities it may have. In particular, they don’t overwrite the creature’s level up ability; it always has that."}],"rarities":["rare"]},"stuffy doll":{"name":"Stuffy Doll","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nAs this creature enters, choose a player.\nWhenever this creature is dealt damage, it deals that much damage to the chosen player.\n{T}: This creature deals 1 damage to itself.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"},"damage_source":"Target"},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals 1 damage to itself.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SourceChosenPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, it deals that much damage to the chosen player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Player","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a player.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"499dceab-1890-49c8-b35d-b059a1dc950f","metadata":{"source_printing_ids":["14ca7425-a499-4864-b955-369ef2577849","23038e62-9c7b-4e2a-8661-035966b6ed4a","978c2c7d-6898-4be2-aed7-e673210ce654","b33b5e4e-e68f-4b7d-a9c3-af01aa92c4e8","ce427213-4ce5-478e-83d8-fe80ec446a58"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","M13","SLD","TSP","TSR"],"rulings":[{"date":"2021-03-19","text":"A creature can be dealt an amount of damage greater than its toughness. For example, if Stuffy Doll is dealt 3 damage, its triggered ability deals 3 damage, not 1, to the chosen player."},{"date":"2021-03-19","text":"If your life total is brought to 0 or less at the same time that Stuffy Doll is dealt damage, you lose the game before its triggered ability goes on the stack."}],"rarities":["rare"]},"suffer the past":{"name":"Suffer the Past","mana_cost":{"type":"Cost","shards":["X","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile X target cards from target player's graveyard. For each card exiled this way, that player loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"TargetPlayer"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"FilteredTrackedSetSize","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"caused_by":"Exiled"}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile X target cards from target player's graveyard. For each card exiled this way, that player loses 1 life and you gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"max":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"edf46ef0-159d-4f0b-ae14-14e0c8446382","metadata":{"source_printing_ids":["40696611-b5eb-4d69-9614-c694f3422523","b7e959ec-7ba2-429d-a5b9-b5e4d97dfd4e","e6555906-8844-4a8b-8b40-3e5af4a6ef41"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","M3C","ROE"],"rulings":[{"date":"2010-06-15","text":"If the targeted player becomes an illegal target by the time Suffer the Past resolves but the targeted cards don’t, you still exile the cards and gain life. The player won’t be lose any life, though."},{"date":"2010-06-15","text":"Suffer the Past’s effect causes a single life-gain event, not a number of separate ones. This matters for cards such as Cradle of Vitality."},{"date":"2010-06-15","text":"The life that’s lost and the life that’s gained are based on the number of cards that are actually exiled, not on the value of X (in case any of the targeted cards somehow leave the graveyard in response and thus can’t be exiled this way)."}],"rarities":["uncommon"]},"suki, courageous rescuer":{"name":"Suki, Courageous Rescuer","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior","Ally"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Other creatures you control get +1/+0.\nWhenever another permanent you control leaves the battlefield during your turn, create a 1/1 white Ally creature token. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Token","name":"Ally","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Ally"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another permanent you control leaves the battlefield during your turn, create a 1/1 white Ally creature token. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control get +1/+0."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"70ea1a9d-ec52-4c11-8c4d-0d957e5491ad","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["a1248262-41d8-5572-8092-2e7350a4acdd"],"source_printing_ids":["33b97433-e16c-422e-a0ca-f6b1e98d8681","f4e73660-ca67-4587-9aac-02154e984861"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rarities":["rare"]},"sulfuric vortex":{"name":"Sulfuric Vortex","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, this enchantment deals 2 damage to that player.\nIf a player would gain life, that player gains no life instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, ~ deals 2 damage to that player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"GainLife","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a player would gain life, that player gains no life instead.","condition":null,"quantity_modification":{"type":"Prevent"},"valid_player":"AnyPlayer"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7652f328-e142-494b-a869-772ced10c26a","metadata":{"source_printing_ids":["0463e989-ba32-4a46-a82f-e0d6daf3cd51","1d446b8b-1b09-4fef-8454-95ad272503c0","3253a624-50cc-4a8a-9b0c-9902aa53775f","5a7addef-6612-4796-8d14-39aac3ba38e0","79955e27-eef7-43bd-9895-e9209ed1537f","7d63127d-ec1a-4eaa-bf64-19cd02886382","b6ad5df8-bf48-48e6-8286-2ac4ba7faf7c","d2bd25ff-3b10-4b7e-b7ac-77f1ecddd6d1","dc358e47-fde3-4e51-983b-bcb5aa59d360"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["CNS","DDK","DMR","EMA","SCG","SLD","VMA","WC03"],"rarities":["rare"]},"summon: good king mog xii":{"name":"Summon: Good King Mog XII","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Saga","Moogle"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter. Sacrifice after IV.)\nI — Create two 1/2 white Moogle creature tokens with lifelink.\nII, III — Whenever you cast a noncreature spell this turn, create a token that's a copy of a non-Saga token you control.\nIV — Put two +1/+1 counters on each other Moogle you control.\nFlying, lifelink","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Moogle","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"types":["Creature","Moogle"],"colors":["White"],"keywords":["Lifelink"],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"SpellCast","execute":null,"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":[{"Non":{"Subtype":"Saga"}}],"controller":"You","properties":[{"type":"Token"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"SpellCast","execute":null,"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":[{"Non":{"Subtype":"Saga"}}],"controller":"You","properties":[{"type":"Token"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":[{"Subtype":"Moogle"}],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 4","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":4},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2148820c-85b6-4598-adf2-10873001a779","metadata":{"related_token_ids":["0502c627-9f63-5b1e-b7ba-1809eefc0580","187a3e3d-1dd0-5dac-8f49-f737dff2e78f"],"source_printing_ids":["3aabb93a-7fa2-4fb5-a683-db1d274ac367","c14098d6-28ae-492f-8ffc-7d115d83ce6a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the new token will work."},{"date":"2025-06-06","text":"The delayed triggered ability set up by Summon: Good King Mog XII's second and third chapter abilities resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2025-06-06","text":"The new token copies the original characteristics of the copied token as stated by the effect that created that token."},{"date":"2025-06-06","text":"The new token doesn't copy whether the original token is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, color, and so on."}],"rarities":["rare"]},"summon: yojimbo":{"name":"Summon: Yojimbo","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Saga","Samurai"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter. Sacrifice after IV.)\nI — Exile target artifact, enchantment, or tapped creature an opponent controls.\nII, III — Until your next turn, creatures can't attack you unless their controller pays {2} for each of those creatures.\nIV — Create X Treasure tokens, where X is the number of opponents who control a creature with power 4 or greater.\nVigilance","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"Tapped"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":null,"modifications":[{"type":"GrantStaticAbility","definition":{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":2},"scaling":{"type":"PerAffectedCreature"},"defended":"Player"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"creatures can't attack you unless their controller pays {2} for each of those creatures"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":null,"modifications":[{"type":"GrantStaticAbility","definition":{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":2},"scaling":{"type":"PerAffectedCreature"},"defended":"Player"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"creatures can't attack you unless their controller pays {2} for each of those creatures"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}}]},"comparator":"GE","count":{"type":"Fixed","value":1}}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 4","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":4},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ff70d743-280e-476f-a3b8-92026419419d","metadata":{"related_token_ids":["ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["cdbc2d28-ea35-47c6-af7e-07924e9d5794","fb7f1e73-183f-4041-907d-700e248ac5af"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"On turns where the effect of Summon: Yojimbo's second or third chapter ability is applying, your opponents can choose not to attack with a creature that must attack if able as long as there is no other player, planeswalker, or battle for that creature to attack that wouldn't require a cost."},{"date":"2025-06-06","text":"The value of X is determined only once, as Summon: Yojimbo's fourth chapter ability resolves."}],"rarities":["rare"]},"summoner's grimoire":{"name":"Summoner's Grimoire","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Book","Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Job select\nEquipped creature is a Shaman in addition to its other types and has \"Whenever this creature attacks, you may put a creature card from your hand onto the battlefield. If that card is an enchantment card, it enters tapped and attacking.\"\nAbraxas — Equip {3}","non_ability_text":null,"flavor_name":null,"keywords":["JobSelect"],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Hero","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Hero"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Job select — create Hero token and attach","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":true,"enters_modified_if":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may put a creature card from your hand onto the battlefield. If that card is an enchantment card, it enters tapped and attacking.","constraint":null,"condition":null,"batched":false}},{"type":"AddSubtype","subtype":"Shaman"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature is a Shaman in addition to its other types and has \"Whenever ~ attacks, you may put a creature card from your hand onto the battlefield. If that card is an enchantment card, it enters tapped and attacking.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d4453b3e-733e-4038-81da-135a6a03079c","metadata":{"related_token_ids":["6c3df51d-8581-5d24-81bf-7cf034c29731"],"source_printing_ids":["d9fda3fc-569d-49f8-a2ed-e0b1d6668426"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"If the Hero token is destroyed, the Equipment stays on the battlefield."},{"date":"2025-06-06","text":"If the job select ability causes two Hero tokens to be created (due to an effect such as that of Doubling Season), the Equipment becomes attached to only one of them."},{"date":"2025-06-06","text":"The Hero token enters as a 1/1 creature, then the Equipment becomes attached to it. Abilities that trigger when a creature enters the battlefield see that a 1/1 creature entered the battlefield."},{"date":"2025-06-06","text":"You may pay the Equipment's equip cost as normal to move it from the Hero token to another creature you control."}],"rarities":["rare"]},"summoner's pact":{"name":"Summoner's Pact","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a green creature card, reveal it, put it into your hand, then shuffle.\nAt the beginning of your next upkeep, pay {2}{G}{G}. If you don't, you lose the game.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasColor","color":"Green"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a green creature card, reveal it, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"Upkeep","player":0},"effect":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","Green"],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green"],"color_identity":["Green"],"scryfall_oracle_id":"782dcbc4-5a11-42f5-b8d9-4572e36d45b3","metadata":{"source_printing_ids":["0d143917-bf8b-4418-9d78-b3d641314de8","4550b26a-3a73-4724-99d5-1e0a52c36701","948b026c-cfce-462b-afb6-7a383bd121de","e8948f92-9bd5-4950-b901-6cf1528b5c3f","ee0f88ac-8a90-4057-b0e6-c15fbd02da38"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["A25","FUT","MB2","MMA","TSR"],"rulings":[{"date":"2013-06-07","text":"Although originally printed with a characteristic-defining ability that defined its color, this card now has a color indicator. This color indicator can't be affected by text-changing effects (such as the one created by Crystal Spray), although color-changing effects can still overwrite it."},{"date":"2021-03-19","text":"If Summoner's Pact is countered, the delayed triggered ability that threatens you with a game loss won't trigger at the beginning of your next upkeep."}],"rarities":["rare"]},"sun titan":{"name":"Sun Titan","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever this creature enters or attacks, you may return target permanent card with mana value 3 or less from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, you may return target permanent card with mana value 3 or less from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b2e950fb-cb7e-40a0-a311-5bbdd0477b29","metadata":{"source_printing_ids":["28d5eee5-bab8-4a26-83cd-16a3c07fb7b6","332280f7-03af-4ef8-b1ff-5ac5e4d3b3ce","3399b285-3d38-43d4-b017-e1752ddd19f7","3ccf318d-5ca5-4e4c-a78a-206a815f9381","3d6eacf2-f6c7-4ede-b5a5-7463602699ae","68fde4e2-f1a0-4c23-8341-959645f69d8c","8a72ad43-0723-4344-9e5a-43e6313b9876","959c5776-450d-4619-80d8-81e65bf0373d","a7e78f14-ff68-4ba1-b8c7-b0f792ab03bd","aa8e16fa-30f8-40ac-965d-3d0776dc8f74","ae10463f-fe23-406c-8a63-051c5650c2ee","b7e857aa-955e-4afa-9afe-a572fe27765a","be5f45bb-de82-4e64-a9c3-e8bac5d4fa75","c7974707-88bf-474b-b1a9-30733c16b1ef","cd7a20a2-4489-42c7-9a39-4e2de95c77e2","d4019088-dbd9-4dc1-b7e3-24a99e5b3d34","d5529c38-3071-40c8-8afb-12e84f8cb4c8","d8db2b8e-dce9-49b7-833f-381ee55288cb","dfbf6204-f08e-4bdc-904d-d617dabdfdd8","e0f6b7d1-75ea-4153-bbf1-85ed5041fe67","e135d544-2a3e-4b22-ae4d-6c2203769e2a","ea3e77ed-9015-4407-b78c-494e46b67b07","ef3e7352-5768-4d4e-befb-560b9d10a178","f7bdf6bd-472e-4109-9864-68a2df757775"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","BLC","C14","C15","C19","C20","C21","CM2","DDL","E01","FIC","HA7","KHC","M11","M12","MKC","NCC","OTC","P10","PLST","PM11","PRM","SLC","SLD","SOC","TDC","WOC","ZNC"],"rulings":[{"date":"2010-08-15","text":"A permanent card is an artifact, creature, enchantment, land, or planeswalker card."},{"date":"2010-08-15","text":"If a card in your graveyard has no mana symbols in its upper right corner (because it's a land card, for example), its mana value is 0."},{"date":"2010-08-15","text":"If the mana cost of a card in your graveyard includes {X}, X is considered to be 0."},{"date":"2010-08-15","text":"The mana value of a card in your graveyard is determined solely by the mana symbols printed in its upper right corner. The mana value is the total amount of mana in that cost, regardless of color. For example, a card with mana cost {3}{U}{U} has mana value 5."}],"rarities":["mythic"]},"sunforger":{"name":"Sunforger","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +4/+0.\n{R}{W}, Unattach this Equipment: Search your library for a red or white instant card with mana value 4 or less and cast that card without paying its mana cost. Then shuffle.\nEquip {3}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}},{"type":"HasColor","color":"Red"}]},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}},{"type":"HasColor","color":"White"}]}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red","White"],"generic":0}},{"type":"Unattach"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{R}{W}, Unattach ~: Search your library for a red or white instant card with mana value 4 or less and cast that card without paying its mana cost. Then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +4/+0."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"d1421070-a3cc-4af3-bf91-0f97372f4161","metadata":{"source_printing_ids":["0f9a9654-edf1-486f-a002-57418f03de8e","3945c488-6966-4c7d-a0b7-487a2c1837aa","c8d5e027-aa74-444b-a945-1bafa9bdec4c","dd3e42ee-ab13-460b-90fd-86e677abce4f","dfe6e159-f229-44a8-b542-78e3c3d6ec79","f55ea597-fedb-443d-a242-3f161812ec11"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","C16","CMR","MM2","RAV","SLD"],"rulings":[{"date":"2020-08-07","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2020-08-07","text":"If you cast a spell \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2020-08-07","text":"You can't pay the cost of unattaching Sunforger unless Sunforger is attached to a creature."}],"rarities":["rare"]},"super-adaptoid":{"name":"Super-Adaptoid","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Robot","Villain"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Super-Adaptoid's power is equal to the number of legendary creatures you control.\nWhenever Super-Adaptoid enters or attacks, choose another target creature. If that creature has haste and Super-Adaptoid doesn't, put a haste counter on Super-Adaptoid. Do the same for flying, first strike, double strike, deathtouch, indestructible, lifelink, menace, reach, trample, and vigilance.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"haste","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"flying","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"first strike","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"double strike","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"deathtouch","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"indestructible","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lifelink","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"menace","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"reach","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"trample","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"vigilance","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Vigilance"},{"type":"SourceLacksKeyword","keyword":"Vigilance"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Trample"},{"type":"SourceLacksKeyword","keyword":"Trample"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Reach"},{"type":"SourceLacksKeyword","keyword":"Reach"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Menace"},{"type":"SourceLacksKeyword","keyword":"Menace"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Lifelink"},{"type":"SourceLacksKeyword","keyword":"Lifelink"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Indestructible"},{"type":"SourceLacksKeyword","keyword":"Indestructible"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Deathtouch"},{"type":"SourceLacksKeyword","keyword":"Deathtouch"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"DoubleStrike"},{"type":"SourceLacksKeyword","keyword":"DoubleStrike"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"FirstStrike"},{"type":"SourceLacksKeyword","keyword":"FirstStrike"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Flying"},{"type":"SourceLacksKeyword","keyword":"Flying"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Haste"},{"type":"SourceLacksKeyword","keyword":"Haste"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, choose another target creature. If that creature has haste and ~ doesn't, put a haste counter on ~. Do the same for flying, first strike, double strike, deathtouch, indestructible, lifelink, menace, reach, trample, and vigilance.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the number of legendary creatures you control."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"f93fa6ec-1f13-4109-aa60-11e148f7ba88","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5dcdba1d-434e-4c4e-8ec5-f51472f915de","fbbd8609-5a00-4188-96fe-77251579b88d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"super-soldier serum":{"name":"Super-Soldier Serum","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +2/+2, has first strike and vigilance, and is a legendary Soldier in addition to its other types.\nWhenever enchanted creature attacks or blocks, attach any number of target Equipment you control to it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"AttacksOrBlocks","execute":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[]},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted creature attacks or blocks, attach any number of target Equipment you control to it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddSubtype","subtype":"Soldier"},{"type":"AddKeyword","keyword":"FirstStrike"},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+2, has first strike and vigilance, and is a legendary Soldier in addition to its other types."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"6f2ba142-5e7c-4709-ae03-e028cb2a9872","metadata":{"source_printing_ids":["845b0be1-4f85-4a8c-8205-dc85c8cf9a61","dbe76b0f-b9ba-4a5d-ae35-288cc95dd6a4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"superior spider-man":{"name":"Superior Spider-Man","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spider","Human","Hero"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Mind Swap — You may have Superior Spider-Man enter as a copy of any creature card in a graveyard, except his name is Superior Spider-Man and he's a 4/4 Spider Human Hero in addition to his other types. When you do, exile that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"additional_modifications":[{"type":"SetName","name":"Superior Spider-Man"},{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"AddSubtype","subtype":"Spider"},{"type":"AddSubtype","subtype":"Human"},{"type":"AddSubtype","subtype":"Hero"}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Mind Swap — You may have ~ enter as a copy of any creature card in a graveyard, except his name is ~ and he's a 4/4 Spider Human Hero in addition to his other types. When you do, exile that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"Mind Swap — You may have ~ enter as a copy of any creature card in a graveyard, except his name is ~ and he's a 4/4 Spider Human Hero in addition to his other types. When you do, exile that card.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"636cc915-9d1b-4ffe-9e74-795b78663911","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0f193a36-d452-4503-937c-90fb55a99ab4","895a6b80-a5c6-400d-931c-589bfa684b39","ad4adc3e-ec41-4406-8ff2-59ba8067cf4e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","PSPM","SPM"],"rulings":[{"date":"2025-09-19","text":"If the copied card has {X} in its mana cost, X is 0."},{"date":"2025-09-19","text":"Treat Superior Spider-Man as though he were the chosen card entering (with the noted exceptions). Any \"As this creature enters,\" \"This creature enters with,\" and \"When this creature enters\" abilities of the chosen card will work."}],"rarities":["rare"]},"suppressor skyguard":{"name":"Suppressor Skyguard","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a player attacks you, if that player has another opponent who isn't being attacked, prevent all combat damage that would be dealt to you this combat.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Controller"},"scope":"CombatDamage"},"cost":null,"sub_ability":null,"duration":"UntilEndOfCombat","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Player"},"description":"Whenever a player attacks you, if that player has another opponent who isn't being attacked, prevent all combat damage that would be dealt to you this combat.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentOfTriggeringPlayerNotAttacked"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"06c47664-2b4b-468e-a38d-04b62e6edd67","metadata":{"source_printing_ids":["fbdaca43-a5be-43e3-8dd9-3a5f2cd8f0d0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLU"],"rulings":[{"date":"2024-02-02","text":"If the \"intervening if\" clause of Suppressor Skyguard's last ability is no longer met when the ability tries to resolve, it won't resolve and none of its effects will happen. For example, if all of the attacking player's other opponents leave the game before Suppressor Skyguard's last ability resolves, the condition will no longer be true when the ability tries to resolve, the ability won't resolve, and damage won't be prevented."},{"date":"2024-02-02","text":"Suppressor Skyguard's ability will trigger if any of the attacking player's opponents besides you aren't being attacked. It doesn't matter if that player is also attacking any planeswalkers those opponents control or battles they protect."}],"rarities":["rare"]},"surgical extraction":{"name":"Surgical Extraction","mana_cost":{"type":"Cost","shards":["PhyrexianBlack"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({B/P} can be paid with either {B} or 2 life.)\nChoose target card in a graveyard other than a basic land card. Search its owner's graveyard, hand, and library for any number of cards with the same name as that card and exile them. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","source_zones":["Graveyard","Hand","Library"],"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"SameNameAsParentTarget"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2147483647}},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"ParentTargetOwner","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose target card in a graveyard other than a basic land card. Search its owner's graveyard, hand, and library for any number of cards with the same name as that card and exile them. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3bfa088c-9a47-4123-aee5-4de44e355bef","metadata":{"source_printing_ids":["11cc603a-5d60-4959-a03f-e3dfbee4606b","2ef64449-eb15-4f36-aedf-863f6eb9cf69","4efb355c-1f90-4aef-aeeb-fc268aa13ea1","67fec89d-a66b-460f-b8dd-96e8c97d8d50","6e438caf-9373-4de8-b4ac-212f5036e677","b359c884-dfbe-4c16-9c83-f9f906db1f40","dca7e072-edb5-4f7e-bdec-a3a393053c80","e15d76ac-1c23-4503-8225-375ac2bf2fb6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","MM2","NPH","OTP","PNPH","PRM","SLD"],"rulings":[{"date":"2011-06-01","text":"\"Any number of cards\" means just that. If you wish, you can choose to leave some or all of the cards with the same name as the targeted card, including that card, in the zone they're in."},{"date":"2011-06-01","text":"A card with Phyrexian mana symbols in its mana cost is each color that appears in that mana cost, regardless of how that cost may have been paid."},{"date":"2011-06-01","text":"As you cast a spell or activate an activated ability with one or more Phyrexian mana symbols in its cost, you choose how to pay for each Phyrexian mana symbol at the same time you would choose modes or choose a value for X."},{"date":"2011-06-01","text":"If you're at 1 life or less, you can't pay 2 life."},{"date":"2011-06-01","text":"Phyrexian mana is not a new color. Players can't produce Phyrexian mana."},{"date":"2011-06-01","text":"To calculate the mana value of a card with Phyrexian mana symbols in its cost, count each Phyrexian mana symbol as 1."}],"rarities":["rare"]},"surrak and goreclaw":{"name":"Surrak and Goreclaw","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Bear"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Trample\nOther creatures you control have trample.\nWhenever another nontoken creature you control enters, put a +1/+1 counter on it. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature you control enters, put a +1/+1 counter on it. It gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control have trample."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"95be5f72-1f81-4ec6-9bd9-f0b07bfc874b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["29d017cf-32b0-4770-a647-b29cfd1ac2d1","9c10934d-9016-43c4-a7ab-56cc7d8f671f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM"],"rarities":["rare"]},"surrounded by orcs":{"name":"Surrounded by Orcs","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Amass Orcs 3, then target player mills X cards, where X is the amassed Army's power. (To amass Orcs 3, put three +1/+1 counters on an Army you control. It's also an Orc. If you don't control an Army, create a 0/0 black Orc Army creature token first.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Amass","subtype":"Orc","count":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"AmassedArmy"}}},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Amass Orcs 3, then target player mills X cards, where X is the amassed Army's power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"65c5e120-7a3d-475f-9bb2-8ddb5062e4ba","metadata":{"related_token_ids":["08fd2115-1a20-5df5-8107-d5f7c271c10c"],"source_printing_ids":["1c50d4c8-2311-4394-b73f-389eb81e898b","aeacbeae-b9cd-4622-b686-cfa85e184e12"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Amass Zombies works the same way, except you create a 0/0 black Zombie Army creature token if you don't control an Army. If the Army creature you chose isn't already a Zombie, it becomes a Zombie in addition to its other types. By combining cards with amass Orcs and amass Zombies, you can end up with an Orc Zombie Army."},{"date":"2023-06-16","text":"Amass abilities are now written as \"amass [subtype] N.\" Previous cards with amass have received errata to say \"amass Zombies N.\""},{"date":"2023-06-16","text":"If you don't control an Army, the Orc Army token you create enters the battlefield as a 0/0 creature before receiving counters. Any abilities that trigger when a creature with a certain power enters the battlefield, such as that of Mentor of the Meek, will see the token enter as a 0/0 creature before it gets +1/+1 counters."},{"date":"2023-06-16","text":"In the rare case that you control multiple Army creatures (perhaps because you played a creature with changeling) while you amass Orcs, you choose which of your Army creatures to put the +1/+1 counters on. If that creature isn't an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"Some cards refer to the \"amassed Army.\" That means the Army creature you chose to receive counters, even if no counters were placed on it for some reason."},{"date":"2023-06-16","text":"Some spells and abilities that amass Orcs may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't amass Orcs."},{"date":"2023-06-16","text":"To amass Orcs N, if you don't control an Army creature, create a 0/0 black Orc Army creature token. Then you choose an Army creature you control and put N +1/+1 counters on it. If that Army isn't already an Orc, it becomes an Orc in addition to its other types."}],"rarities":["common"]},"surtland flinger":{"name":"Surtland Flinger","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant","Berserker"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, you may sacrifice another creature. When you do, this creature deals damage equal to the sacrificed creature's power to any target. If the sacrificed creature was a Giant, this creature deals twice that much damage instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CostPaidObjectMatchesFilter","filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"Giant"}],"controller":null,"properties":[]}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may sacrifice another creature. When you do, ~ deals damage equal to the sacrificed creature's power to any target. If the sacrificed creature was a Giant, ~ deals twice that much damage instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f701ada1-e9e1-42ce-9a62-c11bcec03da7","metadata":{"source_printing_ids":["4a628052-8175-495f-bfab-eeb3a0388e4e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM"],"rulings":[{"date":"2021-02-05","text":"Surtland Flinger’s triggered ability goes on the stack without a target. While that ability is resolving, you may sacrifice another creature. When you do, the reflexive triggered ability triggers and you pick a target to be dealt damage. This is different from effects that say “If you do” in that players may take actions after you’ve sacrificed the creature but before damage is dealt."},{"date":"2021-02-05","text":"Use the power of the creature as it was sacrificed to determine how much damage is dealt. Damage will be dealt before blockers are declared."}],"rarities":["rare"]},"surveillance monitor":{"name":"Surveillance Monitor","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vedalken","Detective"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may collect evidence 4. (Exile cards with total mana value 4 or greater from your graveyard.)\nWhenever you collect evidence, create a 1/1 colorless Thopter artifact creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CollectEvidence","amount":4},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may collect evidence 4.","constraint":null,"condition":null,"batched":false},{"mode":"CollectEvidence","execute":{"kind":"Spell","effect":{"type":"Token","name":"Thopter","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Thopter"],"colors":[],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you collect evidence, create a 1/1 colorless Thopter artifact creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9be5a350-c38e-425f-9d6a-8eb111132a89","metadata":{"related_token_ids":["2bd4585e-48e5-58a6-a684-9f1672cb99a5"],"source_printing_ids":["19529568-c759-4ae0-b2e4-ab5a11d421a4","703b874d-6739-4063-9891-e9c040dd9618"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."},{"date":"2024-02-02","text":"Surveillance Monitor's last ability triggers whenever you collect evidence for any reason, not just when you collect evidence with its first ability."}],"rarities":["uncommon"]},"survey mechan":{"name":"Survey Mechan","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Robot"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nHexproof (This creature can't be the target of spells or abilities your opponents control.)\n{10}, Sacrifice this creature: It deals 3 damage to any target. Target player draws three cards and gains 3 life. This ability costs {X} less to activate, where X is the number of differently named lands you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Hexproof"],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":10}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{10}, Sacrifice ~: It deals 3 damage to any target. Target player draws three cards and gains 3 life. This ability costs {X} less to activate, where X is the number of differently named lands you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Ref","qty":{"type":"ObjectCountDistinct","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"qualities":["Name"]}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"53745903-de8f-42cf-a949-842e5831de30","metadata":{"source_printing_ids":["9b4278ea-6cd8-45ad-b024-daf3dedd29e0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"Once you announce you’re activating an ability, no player may take actions until after the ability has been paid for. Notably, opponents can’t try to remove lands you control from the battlefield at that time."},{"date":"2025-07-25","text":"Once you determine the cost to activate Survey Mechan’s last ability, you may activate mana abilities to pay that cost. If the number of differently named lands you control changes while activating mana abilities (probably because you sacrificed one or more lands), the cost to activate the ability remains what you previously determined."},{"date":"2025-07-25","text":"To determine the number of differently named lands you control, count each land you control once, but only if its English name isn’t exactly the same as another land you’ve already counted this way."},{"date":"2025-07-25","text":"Use the sacrificed creature’s power as it last existed on the battlefield to determine how many cards to draw with Susur Secundi’s last ability."}],"rarities":["uncommon"]},"suspend":{"name":"Suspend","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature and put two time counters on it. If it doesn't have suspend, it gains suspend. (At the beginning of its owner's upkeep, they remove a time counter. When the last is removed, they may play it without paying its mana cost. If it's a creature, it has haste.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Suspend":{"count":0,"cost":{"type":"Cost","shards":[],"generic":0}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain suspend"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":{"type":"SourceLacksKeyword","keyword":{"Suspend":{"count":0,"cost":{"type":"Cost","shards":[],"generic":0}}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Exile target creature and put two time counters on it. If it doesn't have suspend, it gains suspend.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fef9425d-82d5-470b-9cbc-8c03a001099e","metadata":{"source_printing_ids":["40af215c-d3f7-42f0-85cd-77a3fcd919ba","f2b39f1d-6d8b-4d5d-a956-094de5c26ba8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH2","PMH2","PRM"],"rulings":[{"date":"2024-02-02","text":"A creature cast using suspend will enter the battlefield with haste. It will have haste until another player gains control of it. (In some rare cases, another player may gain control of the creature spell itself. If this happens, the creature won't enter the battlefield with haste.)"},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare"]},"sustainer of the realm":{"name":"Sustainer of the Realm","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature blocks, it gets +0/+2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ blocks, it gets +0/+2 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2c99d52d-f909-4494-aeee-937ae779fd4a","metadata":{"source_printing_ids":["1fd2d5e4-cdf8-4baa-96fb-2beef5bcc244","286955b5-c866-44f4-a76b-54632192918d","862dc4c1-1b80-48ae-878d-ea3cccf681bc","ca280e1e-4231-48e5-be1b-965480822c46","ddb7af98-1fba-488b-9e92-2f6a35eb4866","e9f7e21e-d4d8-4d6c-9530-b17d5204e9e7","ff4226fb-2152-48a4-aa58-896138b68b4c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["7ED","DDC","DVD","IMA","J21","ULG"],"rulings":[{"date":"2004-10-04","text":"It gets the bonus only once, not once per creature it blocks."}],"rarities":["common","uncommon"]},"susurian dirgecraft":{"name":"Susurian Dirgecraft","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, each opponent sacrifices a nontoken creature of their choice.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 7+.)\n7+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent sacrifices a nontoken creature of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"7+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":3}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 7+"}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f1d826d1-d2da-46ce-b1db-81393c88d865","metadata":{"source_printing_ids":["b67cdb6e-9a3b-4887-924d-318faa3c443d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"swamp":{"name":"Swamp","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Basic"],"core_types":["Land"],"subtypes":["Swamp"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {B}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"56719f6a-1a6c-4c0a-8d21-18f7d7350b68","metadata":{"source_printing_ids":["00030770-5e99-4943-819d-8d807c24cc14","000366c8-7a43-49d7-a103-ac5bd7efd9aa","004e232c-ea3d-4a8c-bf16-234ac09e4567","00daa026-aba3-421e-9eaa-aa5649b36eb2","013612b4-fed9-4112-8018-9267ae608fd7","01c46b9a-07ea-40ab-9a2b-5bee8e7d3496","0223cf7f-4c6e-487f-babb-a740a15e1f0c","02cb5cfd-018e-4c5e-bef1-166262aa5f1d","02dc1392-7701-4f3e-b5af-d8756bef6d07","02e71e69-ff6c-4821-81d3-e30931eb7bfe","02fe3fdf-1d21-4e35-b0f3-3bcde7b05e23","0306607d-2a42-4008-ac84-8d3ed91fe3aa","0356ae45-e5ca-46b9-8ebc-42bf4776e89c","03e82924-899c-47b4-862a-7a27a96e285a","040d064e-b023-4750-afeb-1f58e36bc4ab","04559991-3278-469f-b2be-07c3b27ad5a5","0520813a-fe20-4bde-8dc9-9a7add51c722","058ebefe-ad31-430b-b298-c9df929e03cc","05e8d2d8-2880-4c1a-97f3-ed3f206883bb","06017c14-2b8b-4840-be21-023602a3e8d8","066b5162-8724-4df3-a3d5-274036d0049d","06a570b2-bcab-4500-b790-252baaf1f6d8","06b5576e-968a-41b6-bc5c-a0ed6521d419","06e0edda-1943-47a3-9ad3-673b38f42c86","07504e2d-9d70-4957-bee6-abab92368a33","07a6df7a-a080-4aef-9a76-5b08bbc4e762","07ab266b-ad6a-422e-9277-27d9f48d2c29","084efea7-2a22-4cca-a1f9-b47aad2ebcac","085b4641-62fb-4820-aded-ccc9403d319e","0863a079-1cc2-4388-85bb-a24eae251e99","086468db-5ecb-4b57-90a8-041eff6faad8","08ec1e4f-e284-4216-a022-bd94c4dae02b","091e1917-6e93-4d36-8cc2-1b553aa92bc0","09af769d-a051-40d4-b203-7ec818c367ca","09d7e861-8dda-4073-bfd6-4ade3bca5cff","09eeb6aa-45ac-4a0e-bab2-1a004aac841f","0ad7a944-0bdd-41a0-a1c5-33531d62a210","0b35ed4a-c1b1-4cf7-8eab-95a85ce75e92","0b3f0063-9a59-4ce1-90b5-e45921d5cc3c","0b8515d2-e8a4-45ab-b361-88eb4ec959bd","0be8241f-cfe9-4e48-8005-8bfcba92547a","0c70db5a-3d7f-4534-9e5a-01d510b8d62a","0cf904da-496c-4d88-a62b-c736ba895078","0d1a1df0-e6dc-4815-bb73-9d100ee6e0b2","0d846729-deec-436f-af5c-08faf53ec36f","0df95545-fe5e-47a5-99d8-1776e02c5713","0e2a9fa6-3c7c-409a-8565-e3d533107971","0e864369-2837-4487-8eee-0d643889d642","0eed3360-1634-4e60-b24d-4128c4896994","1017347b-6b1a-4a2f-9147-98acad779616","103538d1-1b8f-4b18-91ac-17975f353785","11093e3f-092e-49d9-aef9-b9855b040bf2","1176ebbf-4130-4e4e-ad49-65101a7357b4","11c7299b-7a98-4c2f-8be9-35e0630e2995","11fd1aaf-b33d-4a27-8394-c0dadf889b1b","12681e76-6ffc-489e-8dcd-131a31170ced","132155ae-f7a4-4957-91cb-e51ff52716f9","13505c15-14e0-4200-82bd-fb9bce949e68","13964bf9-c391-438a-a28c-2a0716375e0c","13bd1c69-2561-4ff1-af00-bb519b3897c2","1481cb23-7f39-47cf-afe8-aecc798a1dab","15d6b53a-3b40-43be-ae35-c22a2a17a141","1660f317-d337-4c24-8523-613dc3072ca9","166fc328-20d1-4158-bcb6-3cebcf788ef5","1797d5c7-d3fa-4184-85ae-46db14ddf523","183acdf0-bd08-4598-966d-426dea71583d","184a196e-8604-49d2-a66a-6f7c0eafd5de","187e9fa1-6a50-4697-8645-fea4524e8dde","1967d4a8-6cc4-4a4d-9d24-93257de35e6d","19c03592-debd-4b4f-a5ea-a31ce63f5d23","19f62f5c-ddea-4564-bc47-5845ab15d8e2","1af26e12-8518-4b15-afcd-c44faaebb574","1b1d4996-ed4e-4818-a9ec-f5d8ee84ad26","1c590ebb-1e3a-4861-b8f2-aef9c4259efd","1c5d8a2c-b98a-4dae-8b89-4a2435fa7103","1c90f777-2f98-4010-80a3-5fe395747e5f","1ccdc3f2-0e3e-45b4-a141-2eb029275e9a","1cfcda3b-2bd2-4b54-959f-bf4b4f311f6b","1dd4d605-02a2-4183-b191-0bca8dfbf962","1e4ad69e-843c-4f33-be2f-711568f8aac7","1ee0be63-ec99-4291-b504-e17061c15a67","1f7cac8b-6609-42ac-a594-002068e02de4","204f051f-50a6-48fe-aa0e-04c513f1b3ed","20a28816-8e41-4c17-9478-2c85e13ee23b","20f26dde-d1a3-4d0f-9ed9-cfcd9e4ce01e","211b98e5-8ec2-4108-bacd-97e854a85b6f","21900fe6-ae43-42af-a601-d70c25457239","21c39822-b53e-488b-b5df-c0ce325d9039","22687920-e310-4122-a01d-2aff720d2071","22b2ddff-46df-4c0c-9840-edf3d02586f0","2326267f-2412-4217-af73-f5392167a3a6","2333076d-db67-405a-9e76-27edfc591e02","237204ad-ab8a-496f-a093-48d00417350b","2380a8a1-474a-43f7-91db-68cfd7e0b790","239511f0-34b7-423c-b53b-1327d6b7da28","23c03147-e9ff-4a52-b579-12d259b4be23","23e09e49-1a87-4967-8557-6d331c48a563","23e8c5ea-12a2-44b6-a0b6-6c7cea1119f3","24eeb424-235d-4346-9355-57914e740ec6","25ad2444-9985-423c-ad36-387218866409","25bcf9b0-ee35-4911-b515-7182e703beba","26142ae3-5aa1-4b9b-989a-21c0e4e5089d","2646cdba-bf2a-4eda-9d35-c15d1546b6ec","267d4321-4411-499c-a476-70c805abf02a","26c57bee-2810-467c-8ed7-6cecb5cbc379","2755f9f7-95f9-4907-8ec9-21853eb376f4","276b18fb-66cb-4dc0-9c67-60cee1502c7f","2931ebfb-ee76-45f1-8b86-ea77775c323e","296d546a-7481-4cb9-9170-59402592507b","2a0fba6e-54d2-498c-83bc-41024307e608","2a7ce037-e04d-404a-afde-9122518e6a31","2bfe9801-b683-45d9-924c-6734110816bf","2c4be2d6-d168-4e67-8d75-a04f637b56dd","2cce9570-e5d7-44e5-bc93-6d03dd1a3794","2cf4d911-6aad-4007-9735-40d125496aec","2d29e1c2-7afc-45d0-a1cf-78998dc416f7","2d49fc14-e848-4c44-a03c-6dfb83efed80","2d6df214-baa7-4de3-8333-d751c45873e0","2d8c3f29-121e-42d1-be21-29f403f97708","2e55a405-bf5b-4158-ba9a-239627ac9701","2ef981a9-303e-4313-9265-77cc60323091","2f4b9030-f04a-4f42-8dd8-2eae0ce7e420","2f8705f4-c569-4d5f-bfd5-f076fbc78440","2fe8fd6b-f6b0-442a-950e-65144a019b74","306bc28b-a21c-4d8a-9dbe-193333a16182","308809ad-c150-49b1-83e3-b78494156d7a","30b3d647-3546-4ade-b395-f2370750a7a6","30d7edb2-3bb4-4a0f-ad66-eef31cc8ed6b","31228d3c-08e4-4042-a1a1-db8dff3177d9","3122fe7c-3121-43a6-a37c-3fd17bc93a4d","3125bc4d-7e9e-4133-8d11-1abf3dc2cec9","319bc1f0-ee42-44e5-b08b-735613ded2ba","31a756b0-f430-4286-afe1-97c641e4f3b4","32d5f86d-19c3-4a9a-956f-8c52cec5ba83","339c3f05-444c-4e0a-a556-fc09417ee984","34b5fe23-e909-422b-b5a9-74907739ca95","352a5dab-69e7-42f3-8be7-e1d2e8f456a9","352ff74f-6f32-4f1d-992c-b5708756a39b","357bde61-3a24-486f-ab35-8fa4d04515e8","359ca653-664b-4dfc-96cc-06bfb1b700a2","35fe42f9-dd55-4ca4-af0a-59ecdff0dba8","364ee0ec-4970-4a30-bf5b-b045a6122860","36aaa8d9-4b03-4dd2-9b3c-d8b3bf19da73","36af939c-11d9-43a5-bd69-c915a62e972b","376aea7a-6ebd-48fd-ac4f-a16b2e997dce","3810ec60-3f93-46c0-af39-7628b77bacec","3813bf1d-470f-408b-ad6b-aa9e20124b88","38625a65-868f-4cbf-a512-9142f1eddf4a","387ec72f-dd6b-4769-be3a-981d580715be","38fef662-993c-4522-8b3f-7c1d3bb1d946","39c6032a-8a2d-4718-b541-617777db6ec2","3a310639-99ca-4a7e-9f65-731779f3ea46","3b383b16-8128-4d9e-a0d0-9b8ccc9ad6df","3c51de66-a3ed-4ca9-befb-9813e96c4ade","3ce4394a-14c9-4a6e-898c-056108b16e09","3cea8d65-34ba-472e-b50e-da8bdbf54c7a","3dc20c2b-7344-43d1-8ea0-22bab837657e","3dd02eca-557a-4ed8-af50-994d16dfc7f3","3dd92a77-c852-410a-9ee9-abc01e9867a4","3e724e54-a622-4c77-8183-5a397a7c14a9","3f89288a-9958-45c6-9bd2-24e6b3935171","3fecc759-61fa-4040-9b46-710512baa4bf","3ff995d3-e322-422c-9385-4d93152dc7c8","40705a25-2de4-4a54-9fc4-02899085da27","418335b2-398f-499e-92ad-8d21a5a5b69f","4187a894-1a26-43ec-8e38-5422ae7e6b9b","41aa58c2-eaf2-4b17-b014-afbba7199d4a","41c7688d-8155-45fd-83ba-ff9be4d414a3","42a1264f-bda3-45ac-b959-463c6e532fd3","42fec83d-8260-478e-a20f-94d265036e31","430341f3-7dd5-4161-96a2-e76350699b66","4324380c-68b8-4955-ad92-76f921e6ffc1","438a54b0-49e6-4f79-8379-ccb30d06fb60","43c8e72a-3305-41ee-b2e3-8099d4e91edb","442c806c-3af3-401e-8dc8-7be2ef441ba9","447f8dbc-2f09-4995-81e2-2dc1654031fd","44baaa0a-9951-4ee7-a9db-64f841bd1bd0","4510090f-b42d-4df1-af71-64a77dfbc1b2","453aa0d9-b535-4bd9-951c-4304773399b1","45919fc2-da64-4bfd-ba15-e61ed268b422","45927890-52ef-448c-b302-4192afa27a04","45991831-1018-4f98-a4ad-0998a9577d97","459d175e-2b9c-4f30-be03-4e05cd3c68ef","45cbe554-ffdc-4de6-bf27-57790b71effb","4650ebaf-8e9f-431c-998d-e0f426b24d41","46908606-f572-4b2d-9562-ed9c6f50f1ad","4695653a-5c4c-4ff3-b80c-f4b6c685f370","46a6375e-9477-4871-8a15-02439f3f6f34","46c86589-5e1f-42a8-8436-553265e4805b","46e0aaac-fc82-4ce9-87d1-8dead8ec29fd","4760cdcc-e973-439c-a74a-5cb73b4fa22f","47c4fa0e-cfd8-416a-8d88-9bd0791e7f5d","47f114dd-7954-4674-994f-d4b06288ce5b","485df5c7-5653-4bb2-ae0b-8ec83359f192","48621dca-9708-4688-a212-90b382bb4329","48f7492c-67f2-4ba3-848b-7a6a8df7e88b","490452a3-22fb-4c75-9bf2-5cd6d6719446","499f548a-9e41-4b95-812d-a739d945123f","4a0243d2-5fde-489f-8113-4ece0511cb5c","4a0e7a70-672e-400d-971b-63dd128f5229","4abfe418-15f8-46ce-9b39-fd5a38b25d12","4aca4e94-3e7f-462b-a900-84e1f3609ed8","4b0c331d-56c6-47d9-bd52-30a92b6415b3","4b8167f6-854f-40bc-bc86-6a6c915ae357","4bc918af-527c-46d7-861d-32e9150ed3df","4dab8252-5f15-4b83-a167-039ad64c95e4","4dbfdbdd-6322-4ea6-9680-d4e480d78437","4dc185cc-5b8e-43ea-aa75-94ddffb74ad0","4e321257-f494-49fc-a26f-3c65aa5b1377","4e74c620-a445-46a4-a1aa-b5b8ef657f18","4e964e2e-8bc5-423c-ac85-4f0c860afb8a","4ebf5f38-527b-4f7d-9980-4aca116e5b88","4f3a387a-4bc1-4338-9d1e-0fbcb6f03b82","4f4f94cc-eb76-4fa6-b7d5-3cca73e8691a","4f799604-bbbf-4d57-83c8-13a0eafa974e","4f7d8adb-36b1-4f7b-b01d-e60c7bec79be","4f893107-84b0-4e3f-b1f5-b04632f192c5","4fc9d935-2a33-4928-b4b2-25c48544bf24","50205489-2960-462c-a6cb-35a491dc54d5","5083de34-d127-45df-9252-ff09b5cf8b47","50aa6685-48b5-44ac-9588-b94382957bb8","50bdea83-efb5-4371-8d25-5703c6efee65","51477c65-1fc6-4a0c-986f-d51d4e36bc1a","515eff31-24f6-462e-bbd4-b49540421a75","51fe930f-2b5a-4b1e-9007-6ee74fb44715","5205f782-e6af-4152-a15f-080935017e4b","53002007-21ee-4953-9832-157968881b9e","5317d9a0-64f4-4b5f-ab1f-f1e0d91feaf2","537fb023-4352-406f-8435-51b37b99a6be","53d0a415-26b8-4ba2-9503-b4ee2b93617c","53f5c55d-09e5-49dd-906c-0f48a79b4c15","541cd2a1-034b-4f23-8468-40891ccff9fc","541e7f83-4a77-4544-ac4f-53b8c993724d","5452c8e4-3463-4ae3-a9d1-5947bea4684e","551eeb34-09d7-4d08-a0fa-dc313c946279","55fce17b-f57f-4863-bf74-71e45bec4040","5629fcbc-5003-4198-8bef-45845faba258","575fadbe-75a6-4183-be46-53de6af74790","5788684f-1339-4cb4-863a-a9883ccab79b","57da24a0-89a7-4756-b4ca-4dea132e8f67","57ef531e-2a8f-4d40-b509-92e3a86b2257","58496a56-437f-4204-9691-f63795e5cdab","58c4bbf1-2e52-4b43-ad35-9272b48d36a8","58c53fd4-032f-47a9-9f1f-4f6d3c907bd2","5912d2aa-fe91-4cea-9c7a-6dca745f8560","59e221bf-6b14-4a9f-b7fd-eb42bc3d63a5","59e597d5-37e7-4add-b454-c3399b4e3704","5a4a9736-da37-4327-b9ee-e9a38fbe8a19","5a846f00-ccb9-4ee2-8358-7c7722258601","5b643680-4e28-4ae2-b4d6-609d2150a171","5b7096fd-48b1-4eb5-8c18-945ebbd63168","5b923822-7bbc-439f-9994-f80587a6d575","5bd7ee9b-1be6-44f7-8896-11c2f537a15e","5c2c9dc0-7f3a-4f3a-ba08-5c2f87e252bc","5c818f03-0e20-4ef4-bac7-11b2b7f41b5c","5c8cdf65-0113-47c3-a0d5-e0b74c333c81","5cb03b18-d74c-4c89-9539-3549d2e8ff5f","5f1e5571-866b-4b19-b786-e57781353913","5f1ecc8a-4f83-46ce-80cc-acdff31d9ece","5f75f4aa-cede-452b-80c1-bd3b8221dbcb","5f917d8d-7037-4f11-91f6-1ef96b3541bb","6079aea9-145a-445d-a00f-1c0f4018a529","60b7c997-e520-4ff6-8b3b-705c2f12a9d4","6125ffe3-4e48-4e0f-8390-7462446fc8bf","6168225b-d6bc-4844-89ed-e5582a933ac2","6176936d-72e2-4205-8871-4c5a4f1cb2d8","62050e5d-50b3-4c4d-b8c7-b85ff20c4d71","62dbed02-6871-4830-8308-9f2f48e6730d","63803c6b-144c-4c11-b8c1-4a1861085ab7","63d11a38-3b0e-44d4-bf7d-28bed6303693","65181db5-3fc5-497b-ba61-385efdf740ed","65422b02-47ee-4c68-ac27-81fa6368864e","66bb5192-58bc-4efe-a145-2e804fd3483d","674de0e1-be2d-4fda-8519-8775802a7b36","689cf978-7492-4bf9-9b20-a91c21008841","68c40a79-7213-42e2-b93e-d14f0cc5deef","69384f97-3333-4aa7-bc4f-928ba49a2c80","69eee76e-5714-4503-8170-3f551410abec","6a90b49f-53b3-4ce0-92c1-bcd76d6981ea","6aa4980a-dcd8-48e0-aca8-ef1590f51c10","6ae08c8d-dc38-4042-a599-ecce6974b095","6b65be65-d32e-42b5-98ee-d53556f17c29","6ba77dad-f157-4e31-9654-921967ea98c0","6bae27d4-9de5-4f95-8c56-79afc6cbeb0c","6bc8f8cb-dc67-4549-be2f-f4d4057065a3","6be28351-642c-4ed1-9041-e99ecb79cba8","6bf5b682-6505-46ab-bf97-af26bda358ba","6c0ea7e6-0659-4944-a997-f46e00340542","6c5301f8-350a-4e26-8d97-0f643e5da7d6","6c8c3f0e-7af4-410b-a675-9ea84f51e812","6cfae795-d3d2-4758-9717-ed33cd0f3bfb","6d2f6bcd-9360-4be8-b516-f1d0238df00b","6d4873cb-43ce-47b4-9d91-a8495a244c85","6dd377f3-cd2a-4df7-8b5e-7c4fbc270014","6ecb02b0-adb9-42b1-86b0-23eab29f5dda","6f0c11f7-f131-4d12-a027-a25df8155cc6","6f23a73a-522b-40cf-a14b-ffdf47a24c01","6f59dee4-89d0-47bf-ace7-901944b7dcc3","6fae7689-a9df-4f69-8040-9fbe24f64838","70202db7-63f6-4ba7-a79e-1afc23d86e24","70d0ef58-c0b3-4bcd-b470-0cf41219a4e6","716460ce-2602-476c-aa53-40d1f22ea7c8","719b570c-1773-4a0c-8ea3-e75b1c14c35f","71d6c388-5da9-4c7a-907f-dfa7237e71aa","72020810-bfa3-42d5-ad0d-6d02a6fe1b31","7232adef-c8eb-461f-b563-cb54cdeb22d5","72dbb928-fa14-4c91-b9d9-ed3787309fc9","736a0484-e091-4178-92c5-c517b0e92f3d","73e124b6-3af7-41c0-b829-ff85aa0c3782","74414c62-4b68-4e1b-9241-feff3231b9ee","7442c1c7-1c10-4387-92e6-4bdea263064f","745b1731-af31-44d2-ad50-b3e43b620913","74c16759-117f-4f17-baea-88b18d391c38","7577198f-8b2d-4cee-b400-ebab8fb0df8c","757d7085-fbd1-4343-b09a-5113d749c731","75ac1b9a-d919-4b4e-b80a-635de721fb67","76beef17-2beb-44a0-99a3-a8c4f4dd3d50","76f8def9-ee46-4abf-9059-7d1ec6f24951","77ba59d8-c13c-4966-845f-c090e9f061cb","79f2f27c-2ffe-4f6b-8542-00940e805ae0","7a2baa78-f161-4e09-9a30-74ca208d5163","7aa97b25-1ea0-4351-ab9f-f06c8bb4d044","7ac4979a-5b2f-4db1-b665-9d8ccc15ba82","7ace7e2d-17af-467d-a0fc-9af922189452","7b4ddbe5-1be4-47ee-b07a-74c8bec4d752","7b7a442a-16a0-459a-8c24-cd0c72edee03","7c4291fe-eefc-4649-a768-568ae712fe01","7c6e2449-812a-494a-b99d-43b63d59c10d","7c71891b-9980-4b71-8301-e92288d33235","7cb90852-1a5c-4aff-9be2-d783990d2d41","7cd6becc-f06a-4fd3-8305-70604b92a187","7cdb8b9d-2573-4162-9255-50a281dfb775","7d3a6460-eb98-49ed-bdf9-dc97d970c706","7d790d45-12b5-463f-bb3a-eea3511c3c27","7d7c39aa-7bba-4156-b325-91b1369de6bc","7e62bff1-e78e-4e1a-b021-d891eb0f309b","7f61e5b1-8710-4150-8b10-92650d029ed3","801b419b-2a35-41e5-9439-a6e1d8a4c3c9","806d26a2-2f2a-4a77-b5bc-a6c97ba5db42","80906a47-ef4b-4e59-889c-946d40a79d94","81047292-e537-47b5-acfa-ed839707109c","81a8861a-ae60-4a1f-9b25-0bc080cfe3af","82f74cd0-cd73-4b08-8544-5f56b6d96f78","833f9340-4600-4e11-876b-93b80387c895","8365ab45-6d78-47ad-a6ed-282069b0fabc","8394a4fc-809b-4586-88a4-1d3c2c3c84ef","83b16e93-ee53-4c1b-9dea-6db7977e9c2f","8430c66d-55ba-4fc9-9e18-0bba2e459222","843b35ec-7b59-4a22-8fee-2e876a02306b","84634023-5c94-4dcc-9449-abf73ecea542","84737e2d-9d75-4c41-9afa-691260e1f5f2","847cac15-b404-4e0f-964e-7aee41c93346","85288987-6f3f-4b7b-9ecc-9393dd37f115","855c45a9-7031-407e-a6b6-80721b701fe7","85b37484-037a-497a-9820-97299d624daa","85c3d3a3-1199-4936-b5a6-4889072c7e64","85f7b339-cce2-421e-83b8-1764c53dee47","870b65a1-314b-4c22-b942-38f60ba2c392","8747d2d5-1977-4ab7-bd90-aa9a0ab25297","874f0f27-81a4-4853-aaa0-2c15e07c177e","87861e3c-d445-4452-b7e0-19b53e69b6e3","8808d9dd-70c0-46ff-bd9c-dd60240dd121","8838fb77-a484-4323-aa62-c944f3fefa95","888cdb76-d365-41df-8b6a-378ac58ca8b2","89b84af6-8fa6-4224-9f51-0edf48358dcd","8a97cc92-6894-4c6f-8c8d-bfc9fdd4f974","8b153bb8-f9d9-44dc-ae19-d0eb2ea26ba1","8ba9664e-b482-4ea4-8a84-fef817363e0f","8c63838a-49d0-4292-914c-6ae4506dcd3b","8d37e23b-7898-4b5d-b088-d4e54947f579","8def00d9-2e93-4d65-bba5-09c45258bf5e","8e10b125-eaa6-4630-a6fe-6b1805921f07","8e5eef83-a3d4-44c7-a6cb-7f6803825b9e","8f9dc477-a3e4-4fc0-af62-c8b8eb68d360","9019a639-929a-40d9-98b1-6b5268da5246","901c8aa6-9874-4059-9474-b26e51f2f9d2","904b1621-17d3-4f02-b42c-cdf75425f037","907ff242-885f-4948-b95c-61cf033d0969","91afb4f0-70ef-4539-9081-dc130c7c63f5","91f15da4-396e-4704-926f-cda3b3f532e0","92af0cba-c058-4833-a74a-21ad91e5ad7c","92d8ea25-dfed-4453-9e63-57339f948cac","92dec693-a086-4a6b-8af9-a67ee093719a","92f7a995-c648-4835-8df3-135d7472cd2d","9330376c-0242-4e28-b535-26c84b43c3e6","9364178a-1963-4665-b8c1-a5096ece07e2","93d48cef-cfaf-4223-9efb-d76762a896d6","93f6555b-426c-4eeb-96ea-ba3fafc96964","94cb941f-e3cf-45d2-9989-2a0a454d5497","94cf9d05-153f-42c5-b48a-ad06da0ef4d5","959cb185-a280-493c-b85c-69b74e042c15","95a58ce4-e07f-4c9c-98ae-3173d6d63cc5","95e936cf-3bbb-4f3b-8e1a-4be1d4702b99","95e9b77a-2d94-4c3b-a43a-b3755f5e7d11","9730b3bc-f66a-427f-989e-a99c65e57e0f","99b2bba7-8889-460c-a18f-fcd1e350ef4e","99e144bb-5350-40d5-8287-59468d2712c2","9a189653-dc0b-4b04-9544-5314cebf23fd","9a50165d-2ee4-4d7b-be20-d326b8bc0728","9a63a791-ad18-4d96-a0e7-e6b46cc3b4c6","9a63c166-93c2-4c56-a202-1f9dc40fd557","9b5f68bc-1842-4efd-b85a-d897cfd63bde","9b8728eb-ae5e-4ff6-8012-5e30d88a04db","9bf0df5b-ff45-4610-9c4b-355d670ef995","9d376282-adf0-4d37-b9a4-1329cd496516","9d762697-4c1e-4c69-8c1b-afa3d0b53a41","9df93f14-494f-4051-8a55-8d23eb2fc012","9e3b9156-4b50-4883-a76b-3a418b39e62d","9eaedaf2-a9a3-44c6-84c1-4cc2da1da459","9efeec59-1236-4d66-a4e0-16f1a1ce4274","9f3b5252-afab-4994-8303-3e0bee67b687","9f85076a-d15c-4fb3-ace9-2423149a9d92","9f9e61c0-b185-4704-913f-9284ed0ce250","a095fed4-0a2a-4092-b923-8f46c8ea22d8","a0daa93a-8cc3-4fa3-944b-5b0b41e88fa3","a1973dcf-b22c-478a-b782-6d355cb74904","a1d2dedf-d0d8-42c5-a498-31e172a1b503","a1f8f29a-5771-4407-8a2b-cfeeeff04611","a20e773f-9220-4212-b39a-eaccb1c265c6","a22f49c5-1dcd-453c-b169-0b2519c44d0c","a28f0a69-376d-470a-bc7e-2f5f771843e3","a3544148-49b2-4320-8e3a-5bab81e0f7fd","a37f8bb9-1d63-4f28-b15d-06f423785599","a48f0e9a-c2d9-4b7f-b1af-baad3e5c45e3","a5572582-07c0-49a1-9ccb-ca2b003d839b","a5734a18-9a64-430e-84cf-e495d9f6e45d","a5a14894-2936-4fc4-b6a5-f9c73c32b177","a6285f63-a5d8-4b8b-a6dd-51ce7968fbaf","a63b7238-ebdc-4dd8-b799-1ca33c14163b","a7150a6e-240f-4628-acdc-153d404370ff","a7dc4523-075d-425e-9b53-77921d26c173","a7f56d20-16dc-4b7f-98bf-124817a83bae","a7fd3031-8284-4098-a5e6-2fdfc4362752","a825ac86-d642-42fd-b6aa-94aa804907d9","a834bc0c-2676-4901-a928-5de111b4eedc","a8594426-c965-4187-a72d-7582f21b0ea1","a88de1af-d97b-4228-85ff-41e484c18662","a8af7440-779d-4206-a543-a857292850b1","a9023215-035f-4f12-9f75-04b995b5d24a","a903c179-319b-40ff-9023-d583d53eca08","a9bb8c7b-88f3-4ce5-8b07-8f78aa5eb456","a9ec9765-4449-4ddf-8f0a-0d90ba81b9b7","aa3eee77-3dc3-4438-a485-ba0fee6f5357","aa6b4b26-f5a1-4932-b1a8-afff458d206b","ab891f92-bd3c-4ef7-bfe2-855fb01f583e","ab950987-d88c-4326-98f4-1b1195788921","ac35ea80-deb6-480a-b5f7-b0b0bd4a5933","ac8546d1-bfea-4cf7-bfa1-48555ea81bd4","ac885eb7-9dae-4c48-b45c-97ef9c62c99e","acc5f835-1fda-4eff-9aeb-0394db8fcf60","ad4e701b-4a03-4c3d-9574-ca2f035a7a5c","aeccfafb-0b3e-4e22-8c5c-6d5a0f5896c5","af92ec23-a252-4ae2-98d7-0dce19d18e35","afca9592-da1a-443c-9250-f55a59250352","afcfb4d2-02a5-46af-bc7f-0cf00ed50c28","b0175a2a-db46-4d25-ab8e-feca7e565b8d","b0673fff-345d-4384-a63e-ace7740e20c3","b080a42a-03cd-400b-bc67-379d3a6e5c6b","b0caeb29-03ec-421c-b5c6-f66ae5ca542f","b0d5294d-8f26-47f9-90f2-c0eb095dbcfc","b14ee02b-f7e9-499b-a51e-b069eec1b72b","b16f11b9-8ac5-4e02-84b7-40b64a664ccd","b1cbccfc-3585-4895-94d1-c3a67205e5fe","b22033bc-bbc7-420c-b7be-d6d5712fd5df","b31dbc7a-8d66-44bb-836a-c1ed95152b86","b4569823-af23-4eea-acc9-2a2c62bce3b0","b53dbcc0-169d-4b5c-b4e5-d82716c1539d","b56d4e89-93aa-4b1e-84f6-8addef529a3f","b5f7cc91-e555-4f40-82db-12ffc74dfc6d","b63ffa5f-9bab-4c49-bd8f-aa7d970c25c4","b6566108-ccc7-4fac-b935-1eb212889543","b6787446-3a5b-4639-87f9-f605f59f4baf","b6ec5e94-acd6-481d-a5cb-0ca8628614b1","b6ed633b-6452-4a0c-b308-ac28ad438933","b77efb22-790e-4f72-b103-662214634efd","b7d40417-124b-4231-92f8-c4a55729afdc","b8e58e37-6393-4e51-b129-849711e15335","b930f28b-0415-42db-9591-e688a2d6bcd5","b938ac10-bd0f-4ce3-a743-958d5beadf58","ba042d60-b1e8-44ad-9103-f40588a0b29c","ba8f5ba9-0d7f-42cb-b49e-9bddf69f4565","babd424c-38cf-45e8-9684-de7bfc1ed86a","bb003613-75de-487d-99be-782fdde9b739","bbd9e399-74fb-4650-ad43-439d79dc31ed","bc6ec4ca-ab4c-4d5f-98df-aa166b60bb1d","bc9e2d99-a3ad-4bfb-a781-a8a9454085c9","bcf9c724-6fe2-4755-be13-701bcb9518c7","bdd5a7f0-5ad3-44e8-a103-07739fd53630","be68e315-ffef-40a8-8a46-1c042b148c03","be73b50e-8230-41e5-8492-db8f749d00a4","be87de91-aa10-4ed8-83a2-261b4f57e7db","bfc9f472-c410-4595-b08d-87c115b9148d","c0408cbd-ac97-46d5-b2a9-594c8c078a75","c04dac6d-a7c2-44ee-b735-bd4eade06e4e","c11d5d19-382f-4c63-b0bf-6a44fcd288b0","c12c03f3-4d4e-426a-92ed-e605d840fbd5","c14c3697-6a20-4387-a02d-377eb4a65281","c163a697-01ee-4a55-814f-b0ba79be3a7f","c1f11dc9-cedd-4691-9615-0ed65b5398ba","c2436ceb-05c0-40e6-b370-a6f02f4adbe4","c29134a2-548b-4c80-8017-7e50a44c3585","c2c1107c-5026-416f-88d4-543c5df26ca7","c44092af-f1a0-4018-a77b-d9ef2a9579ca","c4b5147e-99b0-47fd-bec2-3baaf7e8ac4a","c50b3d79-2361-4858-98b0-64d83c4f7f70","c576c27d-f361-4448-8607-0f6a99642283","c5f590a3-9993-4ac4-a93c-1beb44eda17b","c617c618-8320-4f76-80a6-83581470dc13","c706106e-f556-4ba5-98f1-c5536eb9a0b0","c7827d75-eb0e-4ebf-876e-7a2f9e373fb3","c78bad70-2aec-4580-a777-483d72db8d90","c794f2c8-9c64-4b93-b7d9-3040f325d43c","c7f4498e-e753-418e-8db6-e11d2caac3b1","c802ec1c-4d12-45d0-930b-6b4ca77487e8","c808e2ea-ae28-47f3-9dec-5cfc94dae705","c823fae2-e5ff-4dee-be49-f32971c058d5","c8e3909e-e00a-4855-a0be-b1c538f89cb8","c8ea7816-e501-4384-9176-61819a1784f6","c956611e-5748-42ff-b8ea-bca0c3d94de4","c96dbfea-3b79-4e5b-a356-3c04d1e78e83","ca98a492-5c4e-4527-8c03-2ab2442ba7e1","ca9f9d83-17cc-4595-b032-0e326608247a","cabe866d-01c3-4ec5-9d41-70305208c2b1","cb3d03a6-35bf-415e-9faa-972edff92777","cb5fabce-2488-470a-82ce-e40992657811","cba6da22-2366-4f16-84ce-47f84ea14523","cbd95de0-702a-4b88-a1cc-981cf1d9673e","cd11fd2a-d872-4abc-ac2b-c0678c1be773","cd85fe1b-9dc1-48ac-9ec1-ae6d7093808f","ce6966a1-cbf9-4ee9-9fa8-c72e0b1f24ff","cebdd6db-9434-4e60-bdf2-234e21ccbb10","cf253ee5-378b-4396-b826-4c0f2fae38a0","cf6d56d1-ba2c-49d3-bbb9-2c29f09fd9b5","d03d40db-9754-4fa1-8023-e30dfef4b0d8","d0878ac9-6a80-4412-999d-4c6549b9afd4","d0a801ba-ebf7-4b9e-98c2-db50448845b7","d0ddebc0-ce79-443e-b69f-6a38af2a4f0d","d1309a80-a761-4b80-8cf1-1a8b83190511","d134fdda-a3b7-4379-960a-8d1dd499f335","d284ddf5-a1cb-4073-a53e-e8ccaaded32c","d3b69012-c74c-4606-b518-8b13ecf1082d","d412d727-4fe8-4c21-a2cb-609395935dd8","d485c620-f1fb-4715-b7c5-d2d56588308d","d4b7c6cf-ba1e-4b9e-bbb9-15588b84ae32","d500a6ce-5a5b-4509-b110-2d29dd0b353f","d56b5831-e39a-4898-be06-b84f62d38456","d6190620-f88c-4eaf-853f-bfa0ea8f96d3","d6d027bd-d8bf-4592-9ba9-ee4a917a1904","d7148e45-3163-4cf3-a729-600729f671a5","d72aa721-c20c-4306-aca9-dbf2e36d5ba7","d79f1754-9213-48e7-8186-46ef2fea1e52","d86cd8fb-4ba7-4311-b0f3-b06fa112eda5","d8a3e999-c75b-4be3-ae7f-ac5430b760b6","db0a4140-b500-45ef-a91d-91cc3c88bb69","db3c0baf-9b5c-44ff-86eb-ca0f24ab0fe1","db3f0816-76ea-40d6-935f-e3b1bdc4415b","db4134e0-45f9-48d7-90a9-f058e1d31671","db69a637-5770-4eea-9b04-c00e6f90a12a","dbeae38f-67e3-48fe-81ea-6af5db74cb28","dcdbc78a-7854-4a66-911f-a40b33e25f39","dcf4e561-d430-432e-8c65-a5a12616f552","dd391ae7-5414-4541-ab2a-f148f66dccc8","dd634a88-c114-469a-8133-59cfc9bf3215","dda87be6-317e-4227-a96d-7742ac054d2e","ddaa0be1-7358-4ea2-8c40-be6d699a6631","ddca7e2e-bb0a-47ed-ade3-31900da992dc","de62de43-a74e-499f-8fe6-68a8a51078ce","de7b6238-752d-49b7-8cdc-56587676e52d","de8e7cd9-354d-4b2e-9823-79d6e8eed7e4","e0866a19-429b-43e4-a4a1-338fe12ead42","e19e24a8-5a4f-4a2d-b8dd-eb92aac7be78","e1ae0b13-c9f6-4659-ba85-a87a81f6e730","e1d99025-46bc-4848-bcbc-bee858ed906c","e2029951-b0cb-4c09-8dc1-ec177e278877","e269461e-638f-433b-979b-820f87fb431a","e3133726-0eda-480c-9d67-64719cb77f1d","e32d2387-39d4-4aea-99eb-9f56a3d995c8","e35962e5-00ed-4a2c-a6e1-67373615178a","e43ac31a-942e-4871-be29-426e19e52701","e49a9a01-46fb-4e9d-8e7d-5f2c267ab1f9","e4adbaff-92ae-4217-8a87-f11228edb12a","e4e81c04-ad42-4676-a610-0733fdf7ca25","e4ea7c31-340f-49e8-bcf9-287717102cb0","e4f184c5-4f3c-4aea-afa1-f0903d3cc71a","e54a44f2-70bf-4782-bd13-9d03e109d60d","e56cc977-6756-493b-a95d-9ab60ec16b72","e5976c0b-ce42-4057-a04c-bdb47ebc71f0","e59eff2f-2f15-4f70-90e5-759de12caf55","e809db1f-12d7-4556-bdd2-db832f991cd0","e88091ab-6fda-4516-b180-daff10cd2417","e969e168-e74c-4608-9fa0-a5660bf7fa02","e9ca6518-aa90-4614-86aa-b972f60cce49","ea640731-b367-4ece-934e-6d86634fc1c8","eb10bac7-f839-4a28-9a85-b7e8d98ca010","eb7dc259-9949-4673-a8f1-874396948392","ec08dcdb-7b8a-4ffd-b7d6-27e5961c1763","ec4d0d7a-0ab1-45c6-95a5-308b89e8d197","ed0b0b4f-2b31-4fe1-aedb-be9d34fce688","edeba4e1-9012-4962-8797-3a1f6a660952","ee68f2cb-851b-4196-ac58-844d72628e6a","ef235170-8276-4ef0-bdfd-ba68d5b218ec","ef5cb444-7b48-40c8-a4d9-3fee37429513","ef713de6-daf5-45e4-b23b-19bfd6edce36","f0247757-74e0-4c26-9447-650398758a0d","f097d952-b3c5-4cce-8ca3-36c1ab0cf538","f0b234d8-d6bb-48ec-8a4d-d8a570a69c62","f0bfdb9e-318f-4acd-9fbd-41b98a8875d6","f0de4ea5-77e6-474e-99f9-36192bbd37d5","f108b0fb-420a-422d-ae85-9a99c0f73169","f18dd43d-0d9e-4d61-90f9-63822cf0cb2d","f1b8c9a6-62eb-436e-9277-e2b8075d482d","f2a8d790-61e5-4b46-94b8-54ea68ed18ea","f2b55128-02a0-48be-8ae4-262d0b4f6d02","f2d28477-8be1-4caf-8185-64f47905ccb1","f32a6e87-a9fb-4bd8-a09d-b160aa302a2b","f3c850b9-d014-4cd1-8ffd-361ed4fe1e6d","f49d825e-0a51-43e8-9b5a-43a376b58d6f","f4d198b3-2ff5-484a-905f-c272de7c139d","f52b53b7-4a20-48eb-a0bd-4ddf40aae740","f57958e2-1e8f-48fa-816d-748ea2c7cb4e","f5a65d3b-83e7-4f32-89b3-d152e66f1868","f5a9f8ee-1416-4be8-9da1-f4546164c522","f5e672fc-673b-4476-b9cc-a395dc60b471","f5f4fbb8-c91a-4193-b6ef-0a3d4436caad","f626d1a6-84c8-452f-b3fe-976020fccb6e","f6497c73-4bbb-4923-8151-8234c98ca6d4","f66094ef-059b-4511-aa6e-835906736de4","f72d1102-0ad5-40df-9ca2-26448321d3d1","f7adaa8f-18e8-4f26-9867-535b41884cff","f7cd375e-f41c-42b1-bbd4-36032d4fb92d","f7f24df7-65c6-4488-967a-e847bdec7db0","f88a6fa7-58e7-459c-8e2e-be5a4692450b","f9c5c795-5463-425b-9720-627004925e20","fa3b8665-31f2-4142-a076-54bccdaf5a15","faa54bef-c90e-4e9b-b94b-942ea829e0d2","fb6d08cf-a746-4147-91e3-180646de7158","fbd659b0-1f79-4e3b-bc20-8f384aa43670","fc4111be-6dae-4ca5-bd58-c1ce7cfa9cf6","fcd2ecdd-37ee-4351-833a-f4eac3c55eca","fcdfd30f-91f0-493c-92ac-b2e64eb08d89","fd7f974d-2634-4fc7-aa4e-bfeb6f3169ea","fd8897b2-0ef2-4812-9772-cd99c5ce5586","fda1dbfa-a57b-4aa8-9993-c8f97aec28bb","fdfebc79-5d84-4ce5-8bff-d09fe333f4a3","feb9faf5-8f7b-4d0d-a3ca-963832e7f711","ff6e4fd4-ca86-420b-b731-22d417a55b29"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","2XM","30A","3ED","40K","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ACR","AFR","AKH","AKR","ALA","ANA","ANB","ARC","ATH","AVR","BBD","BFZ","BLB","BRB","BRC","BRO","BTD","C13","C14","C15","C16","C17","C18","C19","CED","CEI","CHK","CLB","CLU","CM2","CMA","CMD","CMM","CST","DDC","DDD","DDE","DDH","DDJ","DDK","DDM","DDN","DDP","DDQ","DDR","DFT","DKM","DMR","DMU","DOM","DPA","DSK","DTK","DVD","E01","ECL","ELD","EOE","FBB","FDN","FIC","FIN","FRF","G17","GK1","GK2","GN2","GN3","GNT","GRN","GVL","H09","HBG","HOB","HOP","HOU","ICE","IKO","INR","INV","ISD","ITP","J14","J22","J25","JMP","KHM","KLD","KLR","KTK","LCI","LEA","LEB","LRW","LTR","M10","M11","M12","M13","M14","M15","M19","M20","M21","MBS","MD1","ME1","ME3","MH2","MH3","MID","MIR","MKM","MMQ","MOM","MRD","MSH","NEO","NPH","ODY","OLEP","ONE","ONS","ORI","OTJ","P02","P23","PAL00","PAL01","PAL03","PAL04","PAL05","PAL06","PAL99","PALP","PANA","PARL","PC2","PCA","PD3","PELP","PF19","PF20","PGPX","PGRU","PHUK","PIP","PLST","PMPS","PMPS06","PMPS07","PMPS08","PMPS09","PMPS10","PMPS11","POR","PPP1","PRM","PRW2","PRWK","PS11","PSAL","PSS2","PSS3","PSS4","PTC","PTK","RAV","REX","RIX","RNA","ROE","RQS","RTR","S99","SCD","SHM","SIR","SLD","SLP","SNC","SOI","SOM","SOS","SPM","STX","SUM","TD0","TD2","TDM","THB","THS","TLA","TMP","TMT","TPR","TSP","UGL","UND","UNF","UNH","USG","UST","VOW","WAR","WC01","WC02","WC03","WC97","WC98","WC99","WHO","WOE","XANA","XLN","ZEN","ZNR"],"rarities":["common","rare"]},"swarming of moria":{"name":"Swarming of Moria","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")\nAmass Orcs 2. (Put two +1/+1 counters on an Army you control. It's also an Orc. If you don't control an Army, create a 0/0 black Orc Army creature token first.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Amass","subtype":"Orc","count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Create a Treasure token.\nAmass Orcs 2.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c96402dc-1509-4136-bbfd-c86a85e3ee6f","metadata":{"related_token_ids":["08fd2115-1a20-5df5-8107-d5f7c271c10c","fedaa940-0663-5266-8c03-77691c605fe8"],"source_printing_ids":["0a1bd073-4351-4c56-9b07-4430d0d83084","3566bdae-a99f-4423-a9d6-f189b928d1c3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Amass Zombies works the same way, except you create a 0/0 black Zombie Army creature token if you don't control an Army. If the Army creature you chose isn't already a Zombie, it becomes a Zombie in addition to its other types. By combining cards with amass Orcs and amass Zombies, you can end up with an Orc Zombie Army."},{"date":"2023-06-16","text":"Amass abilities are now written as \"amass [subtype] N.\" Previous cards with amass have received errata to say \"amass Zombies N.\""},{"date":"2023-06-16","text":"If you don't control an Army, the Orc Army token you create enters the battlefield as a 0/0 creature before receiving counters. Any abilities that trigger when a creature with a certain power enters the battlefield, such as that of Mentor of the Meek, will see the token enter as a 0/0 creature before it gets +1/+1 counters."},{"date":"2023-06-16","text":"In the rare case that you control multiple Army creatures (perhaps because you played a creature with changeling) while you amass Orcs, you choose which of your Army creatures to put the +1/+1 counters on. If that creature isn't an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"Some cards refer to the \"amassed Army.\" That means the Army creature you chose to receive counters, even if no counters were placed on it for some reason."},{"date":"2023-06-16","text":"Some spells and abilities that amass Orcs may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't amass Orcs."},{"date":"2023-06-16","text":"To amass Orcs N, if you don't control an Army creature, create a 0/0 black Orc Army creature token. Then you choose an Army creature you control and put N +1/+1 counters on it. If that Army isn't already an Orc, it becomes an Orc in addition to its other types."}],"rarities":["common"]},"swashbuckler extraordinaire":{"name":"Swashbuckler Extraordinaire","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon","Rogue","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")\nWhenever you attack, you may sacrifice one or more Treasures. When you do, up to that many target creatures gain double strike until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a Treasure token.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Treasure"}],"controller":"You","properties":[]},"count":{"type":"UpTo","max":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Treasure"}],"controller":"You","properties":[]}}}},"min_count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain double strike"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, you may sacrifice one or more Treasures. When you do, up to that many target creatures gain double strike until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"66f0f43c-829d-44d6-adda-d8885bfbfbaf","metadata":{"related_token_ids":["7fb44e8f-f3f6-5834-b4ef-a0249adacc31"],"source_printing_ids":["b06604f3-c70c-44d6-b1b9-e915552084e0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG"],"rarities":["uncommon"]},"swift end":{"name":"Swift End","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature or planeswalker. You lose 2 life. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target creature or planeswalker. You lose 2 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1080c5b5-6651-4c6a-93e6-099fbe389e26","metadata":{"source_printing_ids":["49c98e70-e8fe-4fea-b1d0-e7560780fda9","4fcad716-cb4e-497d-b25b-61598224f3c8","5325c4e3-3678-4c55-8692-ca0623363cf6","67ea8e53-aa22-42d1-bca4-64b0b0f0bbdb","80fffad3-2486-4350-8dff-54a215ebfc28","dd239710-62ef-43b5-aea2-e82bb385744d","e73d8a84-2c0d-423c-89c7-71de0af9e1ac"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["DRC","ELD","FIC","MOC","PELD","PLST","PRM","SLD"],"rarities":["rare"]},"swiftfoot boots":{"name":"Swiftfoot Boots","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has hexproof and haste. (It can't be the target of spells or abilities your opponents control. It can attack and {T} no matter when it came under your control.)\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has hexproof and haste."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"c8b143ad-43ec-4e0d-a440-e348daa31391","metadata":{"source_printing_ids":["04a76643-1703-4fab-8dce-7725490bc2af","16c23cde-e1c0-4cdf-ae59-18d64db518d4","1969b151-3192-4d35-80ca-c4e180601ec8","1ae84b5c-d3ad-48a3-9ccc-1dd76cee392c","1beee53e-9380-481e-86a6-d13645a6a5a5","2408b216-d383-4212-981e-5bc277c962a9","3cb171ef-42eb-466e-b425-e3c16301c0ca","3e9b53da-4744-429d-97c6-f7ee4d568731","41040541-b129-4cf4-9411-09b1d9d32c19","457baee1-d072-4ca2-aa40-a7826faf4a71","46d405a1-f951-4043-97bf-887e4fa388ad","47803242-f744-445b-b645-e6e72b741589","4b224614-6374-4c42-8715-daa0b73ca05c","505c3777-71ef-425e-9dc6-539a8e11e7cd","53a91058-f98a-48dd-94da-354710a27019","5819a8bc-1e4f-4274-b1ee-e583337acdf8","6675632d-d74a-4b1e-8539-ac678d5545a5","70161846-6582-49f0-a466-083f1283e85d","737d82c9-d8e7-4cdb-a207-8e71678addf8","8359e15a-52b1-401a-a080-fed4bada7c01","87a24550-e25d-47ec-9165-17ed8d15c923","8b82753b-284c-44ba-9d48-d28913f02a5f","96c69011-35bd-49f0-bae5-4a8367d32237","99d75dbd-6fd2-479d-a5c7-272b4be21d8b","9c316917-1569-4d95-8729-3b7a0fc39465","a118b473-0898-4c3c-8d5c-ffa95a0c2987","a3b1da84-9c26-4c3c-b90f-43a0b2b20103","a41a16a0-6afc-452d-a18f-94f0d68f1cda","aae09e17-b881-492c-ba47-8f381c09755d","adc02df9-fbe8-4ef9-9bed-a48ea43a9242","aff074f2-6ad9-4c0c-88e2-fc622772d2a1","b5c45f3d-cf12-4db7-b161-9539ed969ca7","b79b931d-93b6-46fa-8dff-87abe6dd7170","bc89db46-0df6-4ce1-b162-233f5fe1b554","bf700ec0-1fd3-4971-ab03-51365dc8f4f4","ceae6364-fd70-403a-8ffd-9a584e992e4a","db9337e8-3315-4821-a08a-b04bb00d4b05","e27be26d-4a5d-4dd5-8e9d-7d4e6c1cc5ed","e5a412b9-5cab-486f-a0d3-3f73b33b93ca","e7ad7dbd-fff5-4af9-a823-f9a09fa3dfd4","ee23ba9f-3f5e-4fe4-95f8-3dd464db997b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","AFC","BLC","BRC","BRR","C13","C14","C15","C16","C17","C18","C20","CLB","CM2","CMA","CMR","FDN","FIC","KHC","LCC","M12","MIC","MSC","NCC","NEC","OTC","PIP","PL23","PLST","PRM","PW22","PZ1","SCD","SLD","TDC","TLE","VOC"],"rulings":[{"date":"2018-03-16","text":"If a creature enters the battlefield under your control and gains haste, but then loses it before attacking, it won't be able to attack that turn. This means that you can't use one Swiftfoot Boots to allow two new creatures to attack in the same turn."}],"rarities":["uncommon","rare"]},"sword of feast and famine":{"name":"Sword of Feast and Famine","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +2/+2 and has protection from black and from green.\nWhenever equipped creature deals combat damage to a player, that player discards a card and you untap all lands you control.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"AttachedTo"},"description":"Whenever equipped creature deals combat damage to a player, that player discards a card and you untap all lands you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":{"Protection":{"Color":"Black"}}},{"type":"AddKeyword","keyword":{"Protection":{"Color":"Green"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +2/+2 and has protection from black and from green."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"d0901053-6de0-46d0-9ee3-8d40510236c1","metadata":{"source_printing_ids":["0a469d00-1416-48dd-ad91-eb6f3fb4b42b","0ca8ac5a-a2f7-428d-9313-12ce9e9c340d","47c187b0-f196-4180-bbe0-d7f470974880","4ba4c892-fe7e-4d0c-bce4-724eb4744831","580b4818-2a01-46ad-b4d9-7d895a625bb3","9b370b3f-ae0d-4744-8b3d-3c48c81c1326","c7710eb5-c56a-437b-8847-2a829c404d47","dfb6176a-3938-4c59-b485-8751969358ad","ff6e62fc-6fca-40e7-a6d7-5e957412cea0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","AA1","ACR","J14","MBS","MD1","MPS","PGPX","PLST","PRM"],"rulings":[{"date":"2020-08-07","text":"You can tap your lands for mana while the triggered ability is on the stack. However, you'll lose any mana you produce this way if you don't spend it before the end of the current combat damage step."},{"date":"2020-08-07","text":"You'll untap all lands you control even if the player can't discard a card."}],"rarities":["mythic","special"]},"sword of the meek":{"name":"Sword of the Meek","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+2.\nEquip {2}\nWhenever a 1/1 creature you control enters, you may return this card from your graveyard to the battlefield, then attach it to that creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTarget"},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":true},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"EQ","value":{"type":"Fixed","value":1}},{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"EQ","value":{"type":"Fixed","value":1}}]},"origin":null,"destination":"Battlefield","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a 1/1 creature you control enters, you may return this card from your graveyard to the battlefield, then attach it to that creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":2}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+2."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"215c287d-56a5-46da-b49e-8524b6d320a4","metadata":{"source_printing_ids":["5a0c2773-3205-4ac4-b31c-c54fb06fdd7c","60b86ef6-684b-4ac0-9d57-64928c0aaf44","74c51f5f-6899-41fb-ad5b-51b272c73112","7668aaf3-194b-49f4-9f79-e51e89e8f2f8","89a6e6a3-a1e9-4d74-95bc-7c0dff4a8f5e","e9f13705-6ede-4c29-a2b4-a082bf69e9c5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","BRR","FUT","MB2"],"rulings":[{"date":"2020-08-07","text":"Any creature can be equipped with Sword of the Meek, not just 1/1 creatures."},{"date":"2020-08-07","text":"If Sword of the Meek can't be attached to the creature that caused its last ability to trigger, most likely because that creature has left the battlefield, Sword of the Meek returns to the battlefield and remains unattached."},{"date":"2020-08-07","text":"If a creature is entering the battlefield under your control, consider static abilities to determine whether its power and toughness are both 1. Spells, activated abilities, and triggered abilities can't be used to raise or lower the creature's power and toughness in time to have the last ability trigger or to stop it from triggering."},{"date":"2020-08-07","text":"Once the last ability has triggered, changing the power or toughness of the creature won't stop you from returning Sword of the Meek and attaching it to the creature."},{"date":"2020-08-07","text":"Sword of the Meek's last ability triggers only if it's in your graveyard immediately after the 1/1 creature enters the battlefield."}],"rarities":["uncommon","rare"]},"sword of the paruns":{"name":"Sword of the Paruns","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As long as equipped creature is tapped, tapped creatures you control get +2/+0.\nAs long as equipped creature is untapped, untapped creatures you control get +0/+2.\n{3}: You may tap or untap equipped creature.\nEquip {3}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":"tap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":"untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"tap or untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{3}: You may tap or untap equipped creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Tapped"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0}],"condition":{"type":"SourceIsTapped"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as equipped creature is tapped, tapped creatures you control get +2/+0."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Untapped"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":2}],"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as equipped creature is untapped, untapped creatures you control get +0/+2."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"cc33444e-da8c-4af5-b3ed-552e91b0e656","metadata":{"source_printing_ids":["14851d44-cd60-4fab-8b77-45c2bc9fadf7","3e0fd1d6-c57e-47c7-a87f-0487cf5b2786","96fc46cd-d436-4965-9ed3-2e639f09ce74","a2225d05-d85c-4304-8226-b056e7dedad7","d21d7452-b49e-499e-9cf3-4a883e5e9e57"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMA","GPT","RVR"],"rulings":[{"date":"2024-01-12","text":"If equipped creature becomes tapped, untapped creatures you control will immediately lose the +0/+2 bonus. This may cause nonlethal damage already dealt to them that turn to become lethal. The Paruns would want you to be careful."}],"rarities":["rare"]},"swords to plowshares":{"name":"Swords to Plowshares","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature. Its controller gains life equal to its power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature. Its controller gains life equal to its power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b1544f21-7e98-461b-aed5-e748b0168c52","metadata":{"related_token_ids":["03e437ca-c6d9-5728-ba28-aac7b5166161"],"source_printing_ids":["04e0738b-b856-401e-8b41-096e2c48cf96","057d2410-30d3-4b7a-9dc3-f2512c1cf31c","06554274-78ee-4bfc-b203-b81cb4639427","06d67c87-ae38-4b84-98da-818e451a727f","0e7ff4dc-af63-4342-9a44-d059e62bd14c","0e8e8743-de34-4d1c-b2ac-b8c334a34362","0f34ecf6-460c-4451-b26c-a1fced340c92","12401907-17c5-47cc-8e10-fa917a5f14ea","19733c08-a007-46c8-af85-7c943f289ee8","1c3a8a52-f909-4863-9cce-dcc4e5262f7f","1db2cf7a-5e66-4f49-a2b2-f32677ddace9","20ef813e-2bec-431f-b010-995791285d0a","255099be-c64e-4f6a-8463-4fc058d6908d","31b1ca46-d2fb-4772-8975-64836ce72f0a","375fd2cb-443b-4be4-ad60-6d1a8e74f510","386ea9eb-abc1-4862-aa2d-8fb808d79490","3b701a88-6074-476f-b87c-9a6d5d22c414","42ecba4b-9624-428f-a8af-dd88139ab13c","4bc8dea8-a6af-4bba-affa-92aca36a8413","50fc5b10-6215-48a9-8993-b61681f61186","5220accc-2095-43d9-9114-7599c1cb8e41","5287cab9-29f3-4516-b1f0-57ff6ebe889a","57c2632e-5181-43e4-8744-baafb8f7d213","5a8b56db-47cb-4c62-9b54-2a48576947d1","5ae3067d-768b-40e7-80d6-08cc42f162b6","5f3fe6b7-3f77-4670-bd26-2914588271c2","61f917dc-2685-4ce9-9be0-1d69e467337d","6431a83f-715f-449d-a985-60b5cea68dac","64b295e4-bc12-4c12-9eaf-4df22b84144d","68357502-cf23-4bf6-ab4e-371428e540d0","68ec2aed-7662-48ae-ab25-04f74ece1e41","6a8ee402-a0f8-4724-8f74-aba5735876d7","6ff9af62-1895-465a-b1f3-61f0d8318958","7cdee412-3519-4626-80ca-e3e431a604f0","7d839f21-68c7-47db-8407-ff3e2c3e13b4","7e7f00d0-4be4-4d4c-8c56-8bde093936d7","802ace56-18ec-47d8-bfeb-5680912b2ec5","80590c26-285e-4b7b-9ee5-62956dba4ad7","809cc7e4-215b-4b39-a5f3-e60240f1723f","80f46b80-0728-49bf-9d54-801eaa10b9b2","81c31217-7919-40fd-97e7-88431b7bd277","87ae26b5-bb60-4138-ab08-740e45455373","89005926-9960-49ed-b0f8-4bb202c7973c","8bd501ae-5814-4336-a45b-2b88cb85d29e","8f6597c9-8271-49c7-b4f6-9265f5d95f99","904956c6-3bd3-4b7b-9c61-d8993ec37e20","9443c31e-9f36-44ef-bc59-6d1d3a5499bb","948cdb9d-adae-4161-a233-7f7d28b3e1a7","96d09581-e8da-4169-82d1-14389b53c375","9869a753-5e41-4098-ab41-e75b4396ec50","99263917-25ca-4d54-b1f9-d6d316747088","99ac832b-34dd-4f59-92cb-9cd1571d6706","9abddd8c-626b-4896-b550-93f2e93d209e","9bbec76c-c1e4-4c6d-ad24-078fe097f195","9f083ec7-e589-4415-8c30-1c60cde2ce04","a004dc79-3857-4663-930c-59b2240e84bc","a5d364f3-e3e7-46fb-8273-aabd56ded0c5","a61f40cd-7641-4228-9239-8894d1d04851","b16321b6-3e28-424b-ac72-038cc4ed6458","b4e9c870-23c0-413a-ae39-265f09da16d1","b635680a-12ae-49f8-a3d7-7254cb0962ec","b6bafa7b-62a4-477c-b2f5-6b9d26c6cbf4","be0bda98-e3f7-4a9e-b05d-5f8529e762ab","be2b4177-e47c-4dde-9ead-31b7602065ec","be45567a-ca1d-4e3a-a630-ddf4fbd97bc6","bfd607c0-7ed7-4a4e-abdd-508080f40ef2","c6563536-2751-4b09-8e28-23438eb32533","c80d1df6-247d-4ceb-8493-226a2a4a8f75","c8777821-c142-4793-9942-c3a081316e76","c9c10b68-7ac5-4c0a-8fe5-f76da619a04b","cc9ece2f-7eda-4fc5-a562-3e16e71560e9","cd33c0f5-5545-477a-9185-53c707983795","d8d4eaeb-6546-44d8-a96f-7270e23014d1","ddeb2ed7-1dc6-443c-85b3-ba8edaa4a60b","e136f064-459a-49b1-a501-9b935db11e35","e58e681e-a069-4414-aafe-634c7987fd0d","ea68cf78-e200-4169-89f4-cdee3aa13592","eadd0f51-703f-4235-af9a-74a1d8aeec50","ed55827d-1d72-4884-8a4f-fe7acbedab2c","ef51caf8-f9d9-48d7-9145-9dfc91054f70","f3a0ae49-8aca-44fe-abea-2cff92a6adbc","f87cf997-14b5-4a2c-a7d1-34b7de6561a2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","40K","4BB","4ED","A25","AFC","ATH","BBD","BLC","BRB","BRC","C16","C17","CED","CEI","CMM","CMR","CNS","CST","DDF","DMR","DRC","DSC","EMA","EOC","F01","FBB","FIC","GN3","ICE","IMA","J13","J21","LCC","LEA","LEB","LTC","M3C","MB2","ME2","ME4","MIC","MKC","MOC","MSC","NCC","NEC","OLEP","ONC","PF25","PIP","PLST","PMEI","PRM","PTC","SCD","SLD","SLP","SOC","SPG","STA","SUM","TD0","TDC","V13","VMA","VOC","WC97","WHO","WOC"],"rulings":[{"date":"2022-12-08","text":"Use the power of the creature from when it was last on the battlefield to determine how much life is gained."}],"rarities":["uncommon","rare","mythic"]},"swords to plowshares [e6c41473-2398-4888-9f0c-467dce7c39a4]":{"name":"Swords to Plowshares","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature. Its controller gains life equal to its power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature. Its controller gains life equal to its power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e6c41473-2398-4888-9f0c-467dce7c39a4","metadata":{"related_token_ids":["03e437ca-c6d9-5728-ba28-aac7b5166161"],"source_printing_ids":["04e0738b-b856-401e-8b41-096e2c48cf96","057d2410-30d3-4b7a-9dc3-f2512c1cf31c","06554274-78ee-4bfc-b203-b81cb4639427","06d67c87-ae38-4b84-98da-818e451a727f","0e7ff4dc-af63-4342-9a44-d059e62bd14c","0e8e8743-de34-4d1c-b2ac-b8c334a34362","0f34ecf6-460c-4451-b26c-a1fced340c92","12401907-17c5-47cc-8e10-fa917a5f14ea","19733c08-a007-46c8-af85-7c943f289ee8","1c3a8a52-f909-4863-9cce-dcc4e5262f7f","1db2cf7a-5e66-4f49-a2b2-f32677ddace9","20ef813e-2bec-431f-b010-995791285d0a","255099be-c64e-4f6a-8463-4fc058d6908d","31b1ca46-d2fb-4772-8975-64836ce72f0a","375fd2cb-443b-4be4-ad60-6d1a8e74f510","386ea9eb-abc1-4862-aa2d-8fb808d79490","3b701a88-6074-476f-b87c-9a6d5d22c414","42ecba4b-9624-428f-a8af-dd88139ab13c","4bc8dea8-a6af-4bba-affa-92aca36a8413","50fc5b10-6215-48a9-8993-b61681f61186","5220accc-2095-43d9-9114-7599c1cb8e41","5287cab9-29f3-4516-b1f0-57ff6ebe889a","57c2632e-5181-43e4-8744-baafb8f7d213","5a8b56db-47cb-4c62-9b54-2a48576947d1","5ae3067d-768b-40e7-80d6-08cc42f162b6","5f3fe6b7-3f77-4670-bd26-2914588271c2","61f917dc-2685-4ce9-9be0-1d69e467337d","6431a83f-715f-449d-a985-60b5cea68dac","64b295e4-bc12-4c12-9eaf-4df22b84144d","68357502-cf23-4bf6-ab4e-371428e540d0","68ec2aed-7662-48ae-ab25-04f74ece1e41","6a8ee402-a0f8-4724-8f74-aba5735876d7","6ff9af62-1895-465a-b1f3-61f0d8318958","7cdee412-3519-4626-80ca-e3e431a604f0","7d839f21-68c7-47db-8407-ff3e2c3e13b4","7e7f00d0-4be4-4d4c-8c56-8bde093936d7","802ace56-18ec-47d8-bfeb-5680912b2ec5","80590c26-285e-4b7b-9ee5-62956dba4ad7","809cc7e4-215b-4b39-a5f3-e60240f1723f","80f46b80-0728-49bf-9d54-801eaa10b9b2","81c31217-7919-40fd-97e7-88431b7bd277","87ae26b5-bb60-4138-ab08-740e45455373","89005926-9960-49ed-b0f8-4bb202c7973c","8bd501ae-5814-4336-a45b-2b88cb85d29e","8f6597c9-8271-49c7-b4f6-9265f5d95f99","904956c6-3bd3-4b7b-9c61-d8993ec37e20","9443c31e-9f36-44ef-bc59-6d1d3a5499bb","948cdb9d-adae-4161-a233-7f7d28b3e1a7","96d09581-e8da-4169-82d1-14389b53c375","9869a753-5e41-4098-ab41-e75b4396ec50","99263917-25ca-4d54-b1f9-d6d316747088","99ac832b-34dd-4f59-92cb-9cd1571d6706","9abddd8c-626b-4896-b550-93f2e93d209e","9bbec76c-c1e4-4c6d-ad24-078fe097f195","9f083ec7-e589-4415-8c30-1c60cde2ce04","a004dc79-3857-4663-930c-59b2240e84bc","a5d364f3-e3e7-46fb-8273-aabd56ded0c5","a61f40cd-7641-4228-9239-8894d1d04851","b16321b6-3e28-424b-ac72-038cc4ed6458","b4e9c870-23c0-413a-ae39-265f09da16d1","b635680a-12ae-49f8-a3d7-7254cb0962ec","b6bafa7b-62a4-477c-b2f5-6b9d26c6cbf4","be0bda98-e3f7-4a9e-b05d-5f8529e762ab","be2b4177-e47c-4dde-9ead-31b7602065ec","be45567a-ca1d-4e3a-a630-ddf4fbd97bc6","bfd607c0-7ed7-4a4e-abdd-508080f40ef2","c6563536-2751-4b09-8e28-23438eb32533","c80d1df6-247d-4ceb-8493-226a2a4a8f75","c8777821-c142-4793-9942-c3a081316e76","c9c10b68-7ac5-4c0a-8fe5-f76da619a04b","cc9ece2f-7eda-4fc5-a562-3e16e71560e9","cd33c0f5-5545-477a-9185-53c707983795","d8d4eaeb-6546-44d8-a96f-7270e23014d1","ddeb2ed7-1dc6-443c-85b3-ba8edaa4a60b","e136f064-459a-49b1-a501-9b935db11e35","e58e681e-a069-4414-aafe-634c7987fd0d","ea68cf78-e200-4169-89f4-cdee3aa13592","eadd0f51-703f-4235-af9a-74a1d8aeec50","ed55827d-1d72-4884-8a4f-fe7acbedab2c","ef51caf8-f9d9-48d7-9145-9dfc91054f70","f3a0ae49-8aca-44fe-abea-2cff92a6adbc","f87cf997-14b5-4a2c-a7d1-34b7de6561a2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"prepare","printings":["PSOS","SOS"],"rarities":["uncommon","rare","mythic"]},"sydri, galvanic genius":{"name":"Sydri, Galvanic Genius","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{U}: Target noncreature artifact becomes an artifact creature with power and toughness each equal to its mana value until end of turn.\n{W}{B}: Target artifact creature gains deathtouch and lifelink until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature with power and toughness each equal to its mana value"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Artifact",{"Non":"Creature"}],"controller":null,"properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: Target noncreature artifact becomes an artifact creature with power and toughness each equal to its mana value until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain deathtouch and lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Artifact","Creature"],"controller":null,"properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Black"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{W}{B}: Target artifact creature gains deathtouch and lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"4e92d36b-1a35-4fa9-87ea-10eace5a3cc7","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7207c416-dc16-40ab-94a0-836ee0710e24"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","C16","OC13"],"rulings":[{"date":"2013-10-17","text":"A noncreature permanent that turns into a creature can attack, and its {T} abilities can be activated, only if its controller has continuously controlled that permanent since the beginning of their most recent turn. It doesn’t matter how long the permanent has been a creature."},{"date":"2013-10-17","text":"If an Equipment attached to a creature becomes a creature, it becomes unattached. An Equipment that is also a creature can’t equip another creature."},{"date":"2013-10-17","text":"If the noncreature artifact had any other supertypes, types, or subtypes, it will keep those. In most cases, the artifact creature won’t have any creature types."},{"date":"2013-10-17","text":"Multiple instances of deathtouch or lifelink on the same creature are redundant."}],"rarities":["mythic"]},"sylvan echoes":{"name":"Sylvan Echoes","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you clash and win, you may draw a card. (This ability triggers after the clash ends.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Clashed","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you clash and win, you may draw a card.","constraint":null,"condition":null,"batched":false,"clash_result":"Won"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6d19e2bb-2e5f-4e55-bb86-de01ea35263d","metadata":{"source_printing_ids":["f5b55fa6-4c94-4ab4-bc30-4fb8b1d3e38f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LRW"],"rulings":[{"date":"2013-09-20","text":"If you win a clash initiated by a spell or ability an opponent controls, the ability will still trigger."}],"rarities":["uncommon"]},"sylvan safekeeper":{"name":"Sylvan Safekeeper","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Sacrifice a land: Target creature you control gains shroud until end of turn. (It can't be the target of spells or abilities.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain shroud"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Sacrifice a land: Target creature you control gains shroud until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bddf8f4a-3149-4dd6-a9e5-7747e7e45a1c","metadata":{"source_printing_ids":["60d695b3-b02b-42c6-bf1b-9d97a8d82eae","6652d9bc-4916-4b90-9c6b-55dc382e7ee3","83036e21-21ea-4324-aa07-11757f80c417","c16b4eff-47fb-4643-b73c-edb55451b02e","f0d040ca-e1e6-4531-a9f1-5500abdcd84f","f1b8413f-c9fc-4cea-b416-a1fcf651b009"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["C14","CMA","JUD","MH3","SLD","WC02"],"rarities":["rare"]},"synthesizer labship":{"name":"Synthesizer Labship","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 9+.)\n2+ | At the beginning of combat on your turn, up to one other target artifact you control becomes an artifact creature with base power and toughness 2/2 and gains flying until end of turn.\n9+ | Flying, vigilance","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature with base power and toughness 2/2 and gains flying"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, up to one other target artifact you control becomes an artifact creature with base power and toughness 2/2 and gains flying until end of turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":2},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"9+ | Flying, vigilance"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 9+"}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a37314cf-bbbd-4003-b94d-0e6e60edfc15","metadata":{"source_printing_ids":["85bbbbed-1dbb-4c85-b585-cde6713890ef","fba6332c-acba-43f9-877c-ca6c5328aae9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"If Synthesizer Labship’s second ability causes a Vehicle to become an artifact creature, it doesn’t count as “crewing” that Vehicle for any ability that would trigger due to a Vehicle becoming crewed."},{"date":"2025-07-25","text":"If Synthesizer Labship’s second ability causes a Vehicle to become an artifact creature, its base power and toughness will be set to 2/2. Crewing that Vehicle will not restore its power and toughness. Similarly, if the ability causes a permanent with station to become an artifact creature, putting an amount of charge counters on it greater than or equal to the amount required for it to become an artifact creature won’t overwrite the base power and toughness set by Synthesizer Labship’s second ability."},{"date":"2025-07-25","text":"If the target of Synthesizer Labship’s second ability was already a creature, its base power and toughness will become 2/2 until end of turn. This overwrites any previous effects that set its base power and/or toughness to specific values. Any power- or toughness-setting effects that start to apply after Synthesizer Labship’s second ability resolves will overwrite this effect. Effects that otherwise modify the target’s power and toughness, including +1/+1 counters, will still apply no matter when they took effect."},{"date":"2025-07-25","text":"The resulting artifact creature will be able to attack if it’s been under your control continuously since the turn began. That is, it doesn’t matter how long it’s been a creature, just how long it’s been on the battlefield."}],"rarities":["rare"]},"syr gwyn, hero of ashvale":{"name":"Syr Gwyn, Hero of Ashvale","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Vigilance, menace\nWhenever an equipped creature you control attacks, you draw a card and you lose 1 life.\nEquipment you control have equip Knight {0}.","non_ability_text":null,"flavor_name":null,"keywords":["Menace","Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"EquippedBy"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an equipped creature you control attacks, you draw a card and you lose 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Equipment"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature",{"Subtype":"Knight"}],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"sub_ability":null,"duration":null,"description":"equip Knight {0}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipment you control have equip Knight {0}."}],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"ca411184-3413-492c-ab87-08c9fa1d4806","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["a33add37-379d-4a90-9c04-529dff676986"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD"],"rulings":[{"date":"2019-10-04","text":"Equipment you control still have their other equip abilities in addition to equip Knight {0}."},{"date":"2019-10-04","text":"If Syr Gwyn leaves the battlefield after an equip Knight ability has been activated, that ability still resolves even though the Equipment has lost that ability."},{"date":"2019-10-04","text":"Syr Gwyn's triggered ability triggers once per attacking creature that's equipped, regardless of how many Equipment those creatures each carry."},{"date":"2019-10-04","text":"Whether the target creature is a Knight is checked only as the equip Knight ability is activated and as that ability resolves. If the creature somehow becomes a non-Knight creature later, the Equipment remains attached to it."}],"rarities":["mythic"]},"syr konrad, the grim":{"name":"Syr Konrad, the Grim","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature dies, or a creature card is put into a graveyard from anywhere other than the battlefield, or a creature card leaves your graveyard, Syr Konrad deals 1 damage to each opponent.\n{1}{B}: Each player mills a card. (They each put the top card of their library into their graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{B}: Each player mills a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"zone_change_clauses":[{"origin":{"type":"Equals","data":"Battlefield"},"destination":"Graveyard","valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},{"origin":{"type":"NotEquals","data":"Battlefield"},"destination":"Graveyard","valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},{"origin":{"type":"Equals","data":"Graveyard"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}],"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature dies, or a creature card is put into a graveyard from anywhere other than the battlefield, or a creature card leaves your graveyard, ~ deals 1 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"14c3ff84-1e82-4606-a433-869fc52cc382","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["03f16bbd-00d6-43ed-9a11-ebe7fc65933a","443a4eac-f972-4027-aed4-552d4edc2ce1","5a891d9a-0cb0-4f9a-91c4-c8e4b395d944","5b40815d-0104-461e-b193-fcf5e1f35299","685faa53-c0b3-4dbb-abd9-bf09067f6f91","754baf3f-4bad-4739-9f55-65040c96825c","9241a72e-cb88-4cea-a2f4-ff10af461437","a808868f-aea8-4651-9357-85a4d7b4f290","b945f8c2-acfc-4622-8e96-993921d58995","f8b49030-55fe-4bf4-a2b9-c78f36e2d425"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DSC","ELD","FCA","J22","M3C","MKC","MOC","PLST","PW23","SLD","ZNC"],"rulings":[{"date":"2019-10-04","text":"If one or more creatures die at the same time as Syr Konrad, its first ability triggers for each of those creatures."},{"date":"2019-10-04","text":"In a Two-Headed Giant game, Syr Konrad's first ability causes it to deal 1 damage twice."}],"rarities":["uncommon","rare"]},"szarekh, the silent king":{"name":"Szarekh, the Silent King","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Necron"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nMy Will Be Done — Whenever Szarekh attacks, mill three cards. You may put an artifact creature card or Vehicle card from among the cards milled this way into your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact","Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":null,"properties":[]}]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, mill three cards. You may put an artifact creature card or Vehicle card from among the cards milled this way into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9a63f950-2e8a-4617-896c-1d0af538dbc7","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["12a3400d-7a8b-4bae-9a4f-c9a1bc741e68","41dbd4f6-8284-491e-accc-5fff11f8a6b3","7d0327ef-d3e8-4122-b6c6-82f797e00a78","e11174b2-2423-4a6e-9dcf-ff550eee7e5a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rarities":["mythic"]},"szarel, genesis shepherd":{"name":"Szarel, Genesis Shepherd","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Insect","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nYou may play lands from your graveyard.\nWhenever you sacrifice another nontoken permanent during your turn, put a number of +1/+1 counters equal to Szarel's power on up to one other target creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice another nontoken permanent during your turn, put a number of +1/+1 counters equal to ~'s power on up to one other target creature.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Play"}},"affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands from your graveyard."}],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"1f3c3365-7dc8-47e1-b304-2a09aa229292","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["89b61123-b10f-4bcf-b5f9-1f302f9b22d1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"If Szarel leaves the battlefield at the same time as you sacrifice one or more other nontoken permanents during your turn (probably because you also sacrificed Szarel), its last ability triggers for each of those other nontoken permanents."},{"date":"2025-07-25","text":"If Szarel leaves the battlefield before its last ability resolves, use its power as it last existed on the battlefield to determine how many +1/+1 counters to put on the target creature."},{"date":"2025-07-25","text":"Szarel’s second ability doesn’t allow you to activate abilities (such as cycling) of land cards in your graveyard."},{"date":"2025-07-25","text":"Szarel’s second ability doesn’t change the times when you can play those land cards. You can still play lands only during your main phase when you have priority and the stack is empty."}],"rarities":["mythic"]},"tadeas, juniper ascendant":{"name":"Tadeas, Juniper Ascendant","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Reach\nTadeas has hexproof unless it's attacking.\nWhenever a creature you control with reach attacks, untap it and it can't be blocked by creatures with greater power this combat.\nWhenever one or more creatures you control deal combat damage to a player, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PowerGTSource"}]}}},"affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddStaticMode","mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PowerGTSource"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked by creatures with greater power"}],"duration":"UntilEndOfCombat","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfCombat","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Reach"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control with reach attacks, untap it and it can't be blocked by creatures with greater power this combat.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, draw a card.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"Not","condition":{"type":"SourceIsAttacking"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has hexproof unless it's attacking."}],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"b4b5b928-8b98-4f65-9f15-212859874fe4","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["b0f32937-ca7e-407c-aa23-117b1eae9798","eb79f973-2384-4de4-81fb-14ba5a0e5556"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD","SLX"],"rarities":["rare"]},"taigam, master opportunist":{"name":"Taigam, Master Opportunist","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flurry — Whenever you cast your second spell each turn, copy it, then exile the spell you cast with four time counters on it. If it doesn't have suspend, it gains suspend. (At the beginning of its owner's upkeep, they remove a time counter. When the last is removed, they may play it without paying its mana cost. If it's a creature, it has haste.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["time",{"type":"Fixed","value":4}]]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Suspend":{"count":0,"cost":{"type":"Cost","shards":[],"generic":0}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain suspend"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":{"type":"SourceLacksKeyword","keyword":{"Suspend":{"count":0,"cost":{"type":"Cost","shards":[],"generic":0}}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your second spell each turn, copy it, then exile the spell you cast with four time counters on it. If it doesn't have suspend, it gains suspend.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"49f2cbc3-bd03-48e6-b1c4-d7f315b8579d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0ea8c278-781d-4c9c-9f1c-99d799384a29","8693d631-05f6-414d-9e49-6385746e8960"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"A resolving copy of a permanent spell becomes a token. That token isn’t “created” and won’t interact with abilities that care about tokens being created."},{"date":"2025-04-04","text":"As the second triggered ability of suspend resolves, you may cast the card. Timing permissions based on the card’s type are ignored. If you choose not to (or can’t) cast the card, it remains exiled with no time counters on it, and it’s no longer suspended."},{"date":"2025-04-04","text":"If an effect refers to a “suspended card,” that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2025-04-04","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card’s owner’s next upkeep."},{"date":"2025-04-04","text":"If the second triggered ability is countered, the card can’t be cast. It remains exiled with no time counters on it, and it’s no longer suspended."},{"date":"2025-04-04","text":"If the spell that’s copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2025-04-04","text":"If you cast a card “without paying its mana cost,” such as with suspend, you can’t choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2025-04-04","text":"Spells that were cast before a permanent with flurry count. If that permanent was the first spell you cast that turn, the next spell you cast that turn is your second spell."},{"date":"2025-04-04","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed. Note that if a card is exiled and then “gains suspend,” only the two triggered abilities are relevant."},{"date":"2025-04-04","text":"Taigam’s ability and the copy it creates resolve before the spell it’s copying. They resolve even if the original spell is countered before the copy is created. Note that Taigam’s ability exiles the original spell as the ability resolves, which will remove that spell from the stack before it can resolve."},{"date":"2025-04-04","text":"The copy is created on the stack, so it’s not “cast.” Abilities that trigger when a player casts a spell won’t trigger."},{"date":"2025-04-04","text":"The copy will have the same targets and modes as the original spell. If the spell divides damage or distributes counters among a number of targets, those choices apply to the copy."},{"date":"2025-04-04","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn’t matter why the last time counter was removed or what effect removed it."},{"date":"2025-04-04","text":"You can’t choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["mythic"]},"taigam, ojutai master":{"name":"Taigam, Ojutai Master","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Instant, sorcery, and Dragon spells you control can't be countered.\nWhenever you cast an instant or sorcery spell from your hand, if Taigam attacked this turn, that spell gains rebound. (Exile the spell as it resolves. At the beginning of your next upkeep, you may cast that card from exile without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Rebound"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain rebound"}],"duration":null,"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"spell_cast_origin":{"type":"Equals","data":"Hand"},"description":"Whenever you cast an instant or sorcery spell from your hand, if ~ attacked this turn, that spell gains rebound.","constraint":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]}},"batched":false}],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Instant, sorcery, and Dragon spells you control can't be countered."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"e4cf3710-8600-4f95-abb2-faefdc25693d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["28dbafb6-1529-45e6-8b61-15185e3a79d8","90df7a0c-a62f-4fec-b680-e2147ea3fa7f","a8db3f81-7e21-4780-835d-b4494a8a13ae","b47e2781-544f-442c-98d0-43b9d91bab03","eb90aae8-34c7-484c-80da-626393917720"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C17","MUL","PZ2"],"rulings":[{"date":"2017-08-25","text":"At the beginning of your upkeep, all delayed triggered abilities created by rebound effects trigger. You may handle them in any order. A spell you cast this way resolves before you can cast the next one, so one rebounded spell can't target another. Timing permissions based on the card's type (if it's a sorcery) are ignored. Other restrictions, such as \"Cast [this spell] only during combat,\" must be followed."},{"date":"2017-08-25","text":"Casting the card again due to rebound's delayed triggered ability is optional. If you choose not to cast the card, or if you can't (perhaps because there are no legal targets available), the card will stay exiled. You won't get another chance to cast it on a future turn."},{"date":"2017-08-25","text":"If Taigam is killed in response to you casting a spell, the ability will still trigger and your spell will gain rebound if Taigam attacked."},{"date":"2017-08-25","text":"If Taigam leaves the battlefield after it attacks, its last ability won't trigger whenever you cast an instant or sorcery spell from your hand this turn. If it leaves the battlefield after the spell has gained rebound, that spell will still have rebound. Once the card is exiled, rebound's delayed triggered ability will trigger at the beginning of your next upkeep even if you no longer control Taigam."},{"date":"2017-08-25","text":"If a replacement effect (such as the one created by Rest in Peace) would cause a spell with rebound that you cast from your hand to be put somewhere other than into your graveyard as it resolves, you can choose whether to apply the rebound effect or the other effect as the spell resolves."},{"date":"2017-08-25","text":"If a spell moves itself into another zone as part of its resolution (as Teferi's Protection, All Suns' Dawn, and Beacon of Unrest do), rebound won't get a chance to apply."},{"date":"2017-08-25","text":"If a spell with rebound that you cast from your hand doesn't resolve for any reason (either because another spell or ability counters it or because all its targets are illegal as it tries to resolve), none of its effects will happen, including rebound. The spell will be put into its owner's graveyard and you won't get to cast it again on your next turn."},{"date":"2017-08-25","text":"If you cast a card from exile, it will go to its owner's graveyard when it resolves, fails to resolve, or is countered. It won't go back to exile."}],"rarities":["rare"]},"taii wakeen, perfect shot":{"name":"Taii Wakeen, Perfect Shot","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Mercenary"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a source you control deals noncombat damage to a creature equal to that creature's toughness, draw a card.\n{X}, {T}: If a source you control would deal noncombat damage to a permanent or player this turn, it deals that much damage plus X instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"AddTargetReplacement","replacement":{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source you control would deal noncombat damage to a permanent or player this turn, it deals that much damage plus X instead","condition":null,"damage_modification":{"type":"Plus","value":{"type":"Fixed","value":0}},"damage_source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"combat_scope":"NoncombatOnly","expiry":{"type":"EndOfTurn"}},"target":{"type":"None"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{X}, {T}: If a source you control would deal noncombat damage to a permanent or player this turn, it deals that much damage plus X instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"NoncombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a source you control deals noncombat damage to a creature equal to that creature's toughness, draw a card.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"EventContextAmount"}},"comparator":"EQ","rhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"EventTarget"}}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"17327d50-be12-423d-9d37-d6bae519f50c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1643af0b-fcbf-4636-8c50-77ec77eaa34d","3c558349-87bc-4e0f-96c2-b075f7da97d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"If another effect modifies how much damage a source would deal, including preventing some of it, the player being dealt damage or the controller of the permanent being dealt damage chooses an order in which to apply those effects. If all of the damage is prevented, Taii Wakeen’s effect no longer applies."},{"date":"2024-04-12","text":"Taii Wakeen’s first ability doesn’t care about any damage already marked on a creature. It just cares about whether the noncombat damage dealt to a creature by a source you control was equal to that creature’s toughness."},{"date":"2024-04-12","text":"The additional X damage is dealt by the same source as the original source of damage. The damage isn’t dealt by Taii Wakeen unless Taii Wakeen is the original source of damage."}],"rarities":["rare"]},"tail swipe":{"name":"Tail Swipe","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose target creature you control and target creature you don't control. If you cast this spell during your main phase, the creature you control gets +1/+1 until end of turn. Then those creatures fight each other. (Each deals damage equal to its power to the other.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"target","description":"target creature you don't control"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"ParentTarget"},"subject":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"CastDuringPhase","phases":["PreCombatMain","PostCombatMain"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Choose target creature you control and target creature you don't control. If you cast this spell during your main phase, the creature you control gets +1/+1 until end of turn. Then those creatures fight each other.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"525d98d6-b117-44f4-b19c-3dd26e7c9fd4","metadata":{"source_printing_ids":["003a01aa-ed73-4da9-86c2-e4ecf7633c5f","619ba8ca-3eb8-4cf6-b793-ad46002de454","95a39b26-8c83-40ea-b492-036251366d73"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","J25","PLST","SCH"],"rarities":["uncommon"]},"take the fall":{"name":"Take the Fall","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets -1/-0 until end of turn. It gets -4/-0 until end of turn instead if you control an outlaw. (Assassins, Mercenaries, Pirates, Rogues, and Warlocks are outlaws.)\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-4},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Assassin"},{"Subtype":"Mercenary"},{"Subtype":"Pirate"},{"Subtype":"Rogue"},{"Subtype":"Warlock"}]}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"Target creature gets -1/-0 until end of turn. It gets -4/-0 until end of turn instead if you control an outlaw.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"279f3aa5-5807-4797-8cd1-e009984a3691","metadata":{"source_printing_ids":["9fea80c4-923c-40a1-9363-bfa4c267a024"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"A card, spell, or permanent is an outlaw if it has the Assassin, Mercenary, Pirate, Rogue, or Warlock creature type. It doesn’t matter if it has more than one of those creature types; as long as it has at least one, it’s an outlaw."},{"date":"2024-04-12","text":"If an ability refers to an outlaw or whether a player controls an outlaw, it’s referring only to permanents with one or more of the creature types specified above. Notably, it’s not referring to any spell or card not on the battlefield. However, other abilities may refer to an “outlaw spell” or “outlaw card” in a zone other than the battlefield. Those abilities refer to spells and cards with one or more of the specified creature types."},{"date":"2024-04-12","text":"Outlaw is not a creature type. If an effect asks you to choose a creature type, you can’t choose outlaw."}],"rarities":["common"]},"tales of the ancestors":{"name":"Tales of the Ancestors","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player with fewer cards in hand than the player with the most cards in hand draws cards equal to the difference.\nForetell {1}{U} (During your turn, you may pay {2} and exile this card from your hand face down. Cast it on a later turn for its foretell cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Foretell":{"type":"Cost","shards":["Blue"],"generic":1}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"AllPlayers","aggregate":"Max"}}},"right":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"ScopedPlayer"}}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Each player with fewer cards in hand than the player with the most cards in hand draws cards equal to the difference.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"49e3c192-862f-483e-abd1-e22863ea88dd","metadata":{"source_printing_ids":["c286a74c-3714-4190-8322-84b161debe39"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["KHC"],"rulings":[{"date":"2021-02-05","text":"Because exiling a card with foretell from your hand is a special action, you can do so any time you have priority during your turn, including in response to spells and abilities. Once you announce you’re taking the action, no other player can respond by trying to remove the card from your hand."},{"date":"2021-02-05","text":"Casting a foretold card from exile follows the timing rules for that card. If you foretell an instant card, you can cast it as soon as the next player’s turn. In most cases, if you foretell a card that isn’t an instant (or doesn’t have flash), you’ll have to wait until your next turn to cast it."},{"date":"2021-02-05","text":"If you’re casting a foretold card from exile for its foretell cost, you can’t choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, those must be paid to cast the spell."}],"rarities":["rare"]},"talion, the kindly lord":{"name":"Talion, the Kindly Lord","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Faerie","Noble"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs Talion enters, choose a number between 1 and 10.\nWhenever an opponent casts a spell with mana value, power, or toughness equal to the chosen number, that player loses 2 life and you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"AnyOf","props":[{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"ChosenNumber"}}},{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"EQ","value":{"type":"Ref","qty":{"type":"ChosenNumber"}}},{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"EQ","value":{"type":"Ref","qty":{"type":"ChosenNumber"}}}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell with mana value, power, or toughness equal to the chosen number, that player loses 2 life and you draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"NumberRange":{"min":1,"max":10}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a number between 1 and 10.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"a019e34d-00c4-4687-9d41-fe550bf1dbdc","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["62a6b452-c796-45c6-b4d1-0ae3d675e38e","bb1f05ef-7607-4a63-a710-18d0061ec982"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"Effects that increase or reduce the cost to cast a spell don't affect that spell's mana value."},{"date":"2023-09-01","text":"For spells with {X} in their mana costs, use the value chosen for X to determine if the spell's mana value is the chosen number. For example, if the chosen number is 4, a spell with mana cost {X}{R}{R} cast with X equal to 2 would cause Talion's last ability to trigger."},{"date":"2023-09-01","text":"The numbers you may choose include 1 and 10."}],"rarities":["mythic"]},"talon gates of madara":{"name":"Talon Gates of Madara","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Gate"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this land enters, up to one target creature phases out.\n{T}: Add {C}.\n{1}, {T}: Add one mana of any color.\n{4}: Put this card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}: Put this card from your hand onto the battlefield.","target_prompt":null,"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PhaseOut","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, up to one target creature phases out.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8c45bf9d-a017-43bf-9e32-67810a8a217b","metadata":{"source_printing_ids":["c565f8fe-acf7-40dd-8100-8f692d1e232c","de92facf-762b-4a23-8d5e-bb673b0500c0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["M3C"],"rulings":[{"date":"2024-06-07","text":"An attacking or blocking creature that phases out is removed from combat."},{"date":"2024-06-07","text":"Any continuous effects with a \"for as long as\" duration ignore phased-out objects. If ignoring those objects causes the effect's conditions to no longer be met, the duration will expire."},{"date":"2024-06-07","text":"As a permanent is phased out, Auras and Equipment attached to it also phase out at the same time. Those Auras and Equipment will phase in at the same time that permanent does, and they'll phase in still attached to that permanent."},{"date":"2024-06-07","text":"Choices made for permanents as they entered the battlefield are remembered when they phase in."},{"date":"2024-06-07","text":"Permanents phase back in during their controller's untap step, immediately before that player untaps their permanents. Creatures that phase in this way are able to attack during that turn, and their activated abilities with {T} in their costs can be activated. If a permanent had counters on it when it phased out, it will have those counters when it phases back in."},{"date":"2024-06-07","text":"Phased-out permanents are treated as though they don't exist. They can't be the targets of spells or abilities, their static abilities have no effect on the game, their triggered abilities can't trigger, they can't attack or block, and so on."},{"date":"2024-06-07","text":"Phasing out doesn't cause any \"leaves the battlefield\" abilities to trigger. Similarly, phasing in won't cause any \"enters the battlefield\" abilities to trigger."},{"date":"2024-06-07","text":"When you activate Talon Gates of Madara's last ability, you must reveal Talon Gates of Madara from your hand until that ability resolves or otherwise leaves the stack. If Talon Gates of Madara isn't still in your hand as that ability resolves, nothing happens."}],"rarities":["rare"]},"talruum piper":{"name":"Talruum Piper","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Minotaur"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"All creatures with flying able to block this creature do so.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"MustBeBlockedByAll":{"blockers":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All creatures with flying able to block ~ do so."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d18e60ed-ab6e-4b73-88f6-caa3f8e9c78e","metadata":{"source_printing_ids":["ca2cb9a7-5063-4b31-9782-8bfd784bca0a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["VIS"],"rarities":["uncommon"]},"tam, mindful first-year":{"name":"Tam, Mindful First-Year","mana_cost":{"type":"Cost","shards":["GreenBlue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Gorgon","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Each other creature you control has hexproof from each of its colors.\n{T}: Target creature you control becomes all colors until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetColor","colors":["White","Blue","Black","Red","Green"]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"all colors"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Target creature you control becomes all colors until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":{"HexproofFrom":{"type":"CardType","data":"each of its colors"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each other creature you control has hexproof from each of its colors."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"096a878e-cff0-430a-90b5-031ecb9bfe1b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6cb0f825-b75b-4f2a-803c-08142ca07e76","ca89fb7a-5575-4875-80d3-6a05f78ea65e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"\"Hexproof from each color\" is shorthand for hexproof from white, from blue, from black, from red, and from green. Colorless is not a color."}],"rarities":["rare"]},"tamanoa":{"name":"Tamanoa","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever a noncreature source you control deals damage, you gain that much life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":"You","properties":[]},"description":"Whenever a noncreature source you control deals damage, you gain that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"14440669-ddf0-46ac-b140-13948a8113b8","metadata":{"source_printing_ids":["6d32955b-cbf6-429b-9513-17ca75d4ec2c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CSP"],"rulings":[{"date":"2006-07-15","text":"A noncreature source is a source that doesn’t have the type creature. If a creature card that’s not on the battlefield deals damage (for example, a cycled Gempalm Incinerator), Tamanoa’s ability won’t trigger."},{"date":"2006-07-15","text":"Tamanoa’s ability triggers no matter who the recipient of the damage is: another player, a creature, or even you. If a noncreature source you control deals damage to you that drops your life total to 0 or less, you’ll lose the game before Tamanoa’s ability can resolve."}],"rarities":["rare"]},"tamiyo, field researcher":{"name":"Tamiyo, Field Researcher","mana_cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Tamiyo"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"[+1]: Choose up to two target creatures. Until your next turn, whenever either of those creatures deals combat damage, you draw a card.\n[−2]: Tap up to two target nonland permanents. They don't untap during their controller's next untap step.\n[−7]: Draw three cards. You get an emblem with \"You may cast spells from your hand without paying their mana costs.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":{"Unknown":"either of those creatures deals combat damage"},"execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"either of those creatures deals combat damage","constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: Choose up to two target creatures. Until your next turn, whenever either of those creatures deals combat damage, you draw a card.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"don't untap during their controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Tap up to two target nonland permanents. They don't untap during their controller's next untap step.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":-7},"sub_ability":{"kind":"Spell","effect":{"type":"CreateEmblem","statics":[{"mode":{"CastFromHandFree":{"frequency":"Unlimited","origin":"Hand"}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast spells from your hand without paying their mana costs"}],"triggers":[]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−7]: Draw three cards. You get an emblem with \"You may cast spells from your hand without paying their mana costs.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Blue","White"],"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"9cf99129-f51a-4418-a8cc-8ca2992b17fa","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["25a31242-5e4c-489f-9425-912d6fb7a651","576ba8db-fad9-4c48-96be-a8a7e5f43039","5899d4c5-e6b8-48e9-9044-b5b34a1284f9","9f9aced7-9ae9-432f-b8c0-caac9cad098b","c8320f71-e958-4e40-9304-bd115f29d67c","f691787b-2f97-48d7-bf3a-4852377715ad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","EMN","INR","PEMN","SIR","SLD"],"rulings":[{"date":"2025-01-24","text":"If Tamiyo’s first ability targets two creatures, and both deal combat damage at the same time, the delayed triggered ability triggers twice."},{"date":"2025-01-24","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2025-01-24","text":"If you cast a spell “without paying its mana cost,” you can’t choose to cast it for any alternative costs. You can, however, pay additional costs. If the spell has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2025-01-24","text":"Tamiyo’s first ability can target creatures you don’t control. You’ll draw a card, not their controller, if they deal combat damage."},{"date":"2025-01-24","text":"Tamiyo’s first ability sets up a delayed triggered ability that triggers even if Tamiyo has left the battlefield before those creatures deal combat damage."}],"rarities":["mythic"]},"tamiyo, inquisitive student":{"name":"Tamiyo, Inquisitive Student","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Moonfolk","Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Tamiyo attacks, investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")\nWhen you draw your third card in a turn, exile Tamiyo, then return her to the battlefield transformed under her owner's control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, investigate.","constraint":null,"condition":null,"batched":false},{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"When you draw your third card in a turn, exile ~, then return her to the battlefield transformed under her owner's control.","constraint":{"type":"NthDrawThisTurn","n":3},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"1ed9e351-0000-4b75-8ecb-d15bd88df68a","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["27887612-3a17-5445-afde-bb96a6da5aef"],"source_printing_ids":["1b234fee-a2b6-4661-9f98-4da6fc26aebc","2a717b98-cdac-416d-bf6c-f6b6638e65d1","f3c4fb55-5b01-4013-b7f3-d8ec3585cde2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MH3","PMH3","SLP"],"rulings":[{"date":"2024-06-07","text":"A transforming double-faced card enters the battlefield with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2024-06-07","text":"Each face of a transforming double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a transforming double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2024-06-07","text":"Each transforming double-faced card in this set is cast with its front face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2024-06-07","text":"If multiple effects modify your hand size, apply them in timestamp order. For example, if you put Necrodominance (an enchantment that says your maximum hand size is five) onto the battlefield and then activate Tamiyo, Seasoned Scholar's last ability, you'll have no maximum hand size. However, if the emblem from Tamiyo, Seasoned Scholar's last ability was created before you put Necrodominance onto the battlefield, your maximum hand size would be five."},{"date":"2024-06-07","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter the battlefield at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Ral, Monsoon Mage, choosing to exile that permanent during the resolution of its triggered ability will cause it to remain in exile."},{"date":"2024-06-07","text":"In some rare cases, a spell or ability may cause Tamiyo, Inquisitive Student to transform while she's a creature (front face up) on the battlefield. If this happens, Tamiyo, Seasoned Scholar won't have any loyalty counters on her and will subsequently be put into her owner's graveyard."},{"date":"2024-06-07","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Ral, Monsoon Mage's color identity is blue and red, since its front face is red and its back face has a blue and red color indicator."},{"date":"2024-06-07","text":"The back face of a transforming double-faced card usually has a color indicator that defines its color. Colorless back faces, such as lands, do not."},{"date":"2024-06-07","text":"The mana value of a transforming double-faced card is the mana value of its front face, no matter which face is up."},{"date":"2024-06-07","text":"You can activate one of Tamiyo, Seasoned Scholar's loyalty abilities the turn she enters the battlefield. However, you may do so only during one of your main phases when the stack is empty. For example, if Tamiyo, Seasoned Scholar enters the battlefield during combat, there will be an opportunity for your opponent to remove her before you can activate one of her abilities."}],"rarities":["mythic"]},"tamiyo, seasoned scholar":{"name":"Tamiyo, Seasoned Scholar","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Tamiyo"]},"power":null,"toughness":null,"loyalty":"2","defense":null,"oracle_text":"[+2]: Until your next turn, whenever a creature attacks you or a planeswalker you control, it gets -1/-0 until end of turn.\n[−3]: Return target instant or sorcery card from your graveyard to your hand. If it's a green card, add one mana of any color.\n[−7]: Draw cards equal to half the number of cards in your library, rounded up. You get an emblem with \"You have no maximum hand size.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"Attacks","execute":null,"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false,"attack_target_filter":"PlayerOrPlaneswalker"}},"effect":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":{"type":"Loyalty","amount":2},"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":"[+2]: Until your next turn, whenever a creature attacks you or a planeswalker you control, it gets -1/-0 until end of turn.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"destination":null},"cost":{"type":"Loyalty","amount":-3},"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":"[−3]: Return target instant or sorcery card from your graveyard to your hand. If it's a green card, add one mana of any color.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}},"divisor":2,"rounding":"Up"},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":-7},"sub_ability":{"kind":"Spell","effect":{"type":"CreateEmblem","statics":[{"mode":"NoMaximumHandSize","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have no maximum hand size"}],"triggers":[]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−7]: Draw cards equal to half the number of cards in your library, rounded up. You get an emblem with \"You have no maximum hand size.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Blue"],"color_identity":["Green","Blue"],"scryfall_oracle_id":"1ed9e351-0000-4b75-8ecb-d15bd88df68a","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["27887612-3a17-5445-afde-bb96a6da5aef"],"source_printing_ids":["1b234fee-a2b6-4661-9f98-4da6fc26aebc","2a717b98-cdac-416d-bf6c-f6b6638e65d1","f3c4fb55-5b01-4013-b7f3-d8ec3585cde2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MH3","PMH3","SLP"],"rarities":["mythic"]},"tapestry warden":{"name":"Tapestry Warden","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Robot","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nEach creature you control with toughness greater than its power assigns combat damage equal to its toughness rather than its power.\nEach creature you control with toughness greater than its power stations permanents using its toughness rather than its power.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"ToughnessGTPower"}]},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control with toughness greater than its power assigns combat damage equal to its toughness rather than its power."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"ToughnessGTPower"}]},"modifications":[{"type":"AddStaticMode","mode":{"CrewContribution":{"kind":"ToughnessInsteadOfPower","actions":["Station"]}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control with toughness greater than its power stations permanents using its toughness rather than its power."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"981138d0-bf61-406a-85be-68cc5e58796c","metadata":{"source_printing_ids":["7cbbab6c-43ae-4e50-97ce-532a3316591a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"If a station ability you control resolves while you control Tapestry Warden, but the creature tapped to pay the cost of that station ability is no longer on the battlefield, check the characteristics of that creature as it last existed on the battlefield. If its toughness was greater than its power, use its toughness to determine how many counters are put on the permanent with station."},{"date":"2025-07-25","text":"If you activate a station ability while you control Tapestry Warden, but you no longer control Tapestry Warden at the time that ability resolves, use the power of the creature tapped to pay the cost of the station ability to determine how many counters are put on the permanent with station."},{"date":"2025-07-25","text":"Tapestry Warden’s second and third abilities don’t actually change any creature’s power. They change only the amount of combat damage the creature assigns and how many counters are put on a permanent with station when the creature is tapped to pay the cost of a station ability. All other rules and effects that check power or toughness use the real values, even if they cause damage “equal to a creature’s power” to be dealt."}],"rarities":["uncommon"]},"tarmogoyf":{"name":"Tarmogoyf","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lhurgoyf"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"1+*"},"loyalty":null,"defense":null,"oracle_text":"Tarmogoyf's power is equal to the number of card types among cards in all graveyards and its toughness is equal to that number plus 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"All"}}}},{"type":"SetDynamicToughness","value":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"All"}}},"offset":1}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the number of card types among cards in all graveyards and its toughness is equal to that number plus 1."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"45900b2f-f6a9-4c42-9642-008f3c1cf6dd","metadata":{"source_printing_ids":["1cfdd410-391b-4b71-8139-f5a30653097a","2b49dfb7-dbe7-4a2b-b9de-c620a0db2e47","42e56220-81c3-4440-9f97-8616d630a8ee","4d514db4-cf57-4442-a7c9-7373a2a42c0d","5ea82414-3f16-4c8c-8668-1f1ee7566c7b","69daba76-96e8-4bcc-ab79-2f00189ad8fb","8a34e2df-a9ee-4c61-bc4c-518475a39925","b6876d9e-0908-43ac-8542-09c7aa02b5ba","dd6b4509-61b6-45dc-b7c9-1582626de090","f8eb6278-9b1d-4bac-bebd-e084e713d54a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FUT","HA6","MM2","MM3","MMA","P30A","PIP","PLST","PUMA","TSR","UMA"],"rulings":[{"date":"2021-03-19","text":"If an instant or sorcery spell deals damage to Tarmogoyf or lowers its toughness, that spell is put into its owner's graveyard before state-based actions are performed. If that card is the first of its type to enter a graveyard, it will raise Tarmogoyf's toughness before the game checks to see if Tarmogoyf dies."},{"date":"2021-03-19","text":"Tarmogoyf counts card types, not cards. If the only card in all graveyards is a single artifact creature, Tarmogoyf will be 2/3. If the only cards in all graveyards are ten artifact creatures, Tarmogoyf will still be 2/3."},{"date":"2021-03-19","text":"The ability that defines Tarmogoyf's power and toughness works in all zones, not just the battlefield. If Tarmogoyf is in your graveyard, it will count itself."},{"date":"2021-03-19","text":"The card types that can appear on cards in a graveyard are artifact, battle, creature, enchantment, instant, kindred, land, planeswalker, and sorcery. Legendary, basic, and snow are supertypes, not card types."},{"date":"2024-06-07","text":"Some older printings of this card reference the \"tribal\" card type in their reminder text. That card type's name has been replaced with \"kindred\". This change does not affect the gameplay function of those cards or of Tarmogoyf. (The same older printings of this card also fail to reference the \"battle\" card type, which didn't exist at the time, but Tarmogoyf's ability still counts that card type.)"}],"rarities":["rare","mythic"]},"tarnation":{"name":"Tarnation","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Thunder Junction"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a player commits a crime, they may draw a card. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime.)\nWhenever chaos ensues, Tarnation deals 1 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CommitCrime","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever a player commits a crime, they may draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, ~ deals 1 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"08081904-4115-4afd-ac82-f00421e54038","metadata":{"source_printing_ids":["6955d29c-0891-44ab-9c6f-2e2abc5729ff"]},"legalities":{},"printings":["PUNK"],"rarities":["common"]},"tarnation vista":{"name":"Tarnation Vista","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped. As it enters, choose a color.\n{T}: Add one mana of the chosen color.\n{1}, {T}: For each color among monocolored permanents you control, add one mana of that color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"ColorCount","comparator":"EQ","count":1}]}}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: For each color among monocolored permanents you control, add one mana of that color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As it enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"b0be3f25-edb1-4299-959c-9aad909730ca","metadata":{"source_printing_ids":["8b85d6ea-e312-48b9-9c22-398454d9a45c","962552a1-ec34-49e2-a23d-85dfb405d5e0","ad49fd74-db70-49c0-8ad9-1185e2b0787d","ad50cee8-0f7f-4058-8fe1-5d7156c2429b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BIG","PBIG"],"rulings":[{"date":"2024-04-12","text":"Tarnation Vista’s last ability is a mana ability. It doesn’t use the stack and can’t be responded to."},{"date":"2024-04-12","text":"The five colors are white, blue, black, red, and green, and as such, Tarnation Vista’s last ability can produce five mana at most."}],"rarities":["mythic"]},"tarrian's journal":{"name":"Tarrian's Journal","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Book"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Sacrifice another artifact or creature: Draw a card. Activate only as a sorcery.\n{2}, {T}, Discard your hand: Transform Tarrian's Journal.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}]},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice another artifact or creature: Draw a card. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{2}, {T}, Discard your hand: Transform ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a75b02ba-b0c8-47e3-a05c-e9ba221a7578","metadata":{"source_printing_ids":["3577ac1a-7c14-4463-a8c0-530f37f3d935","99255a66-b868-45fc-a2a9-0c89bd851b69"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"Finality counters aren't keyword counters, and a finality counter doesn't give any abilities to the permanent it's on. If that permanent loses its abilities and then would go to a graveyard, it will still be exiled instead."},{"date":"2023-11-10","text":"Finality counters don't stop permanents from going to zones other than the graveyard from the battlefield. For example, if a permanent with a finality counter on it would be put into its owner's hand from the battlefield, it does so normally."},{"date":"2023-11-10","text":"Finality counters work on any permanent, not only creatures. If a permanent with a finality counter on it would be put into a graveyard from the battlefield, exile it instead."},{"date":"2023-11-10","text":"If you somehow activate The Tome of Aclazotz's ability more than once during a turn, you can cast a creature spell for each ability's permission. Similarly, if another effect allows you to cast a creature spell from your graveyard, you may use that permission and later use The Tomb of Aclazotz's ability to cast another creature spell."},{"date":"2023-11-10","text":"Multiple finality counters on a single permanent are redundant."},{"date":"2023-11-10","text":"The creature spell you cast will be a Vampire in addition to its other types while on the stack. The resulting creature will be a Vampire in addition to its other types."},{"date":"2023-11-10","text":"You can discard your hand even if you hand has zero cards in it."},{"date":"2023-11-10","text":"You don't choose which creature spell you're casting while activating or resolving The Tomb of Aclazotz's last ability. The ability creates a permission for you to cast a creature spell from your graveyard later in the turn."},{"date":"2023-11-10","text":"You must still follow any timing restrictions and permissions for creature spells you cast with the permission granted by The Tomb of Aclazotz's last ability. Normally, you'll be able to cast them only during your main phase while the stack is empty."}],"rarities":["rare"]},"tataru taru":{"name":"Tataru Taru","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dwarf","Advisor"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When Tataru Taru enters, you draw a card and target opponent may draw a card.\nScions' Secretary — Whenever an opponent draws a card, if it isn't that player's turn, create a tapped Treasure token. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, you draw a card and target opponent may draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws a card, if it isn't that player's turn, create a tapped Treasure token. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"Not","condition":{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"70dd5013-f18f-4501-882f-70590c424e20","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["545c98b3-dc78-4070-8dcb-f6a246abce09","8c832508-e6f8-4581-8424-744f4e24fad2","93176e85-2343-43a8-8578-69699b464b86"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"If the target opponent is an illegal target as Tataru Taru's first ability tries to resolve, it won't resolve and none of its effects will happen. You won't draw a card."}],"rarities":["rare"]},"taught by surrak":{"name":"Taught by Surrak","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Commander enchantment (This aura enchants a commander creature, and remains attached to the creature as it moves between any face-up zones. You can cast it on a Commander in your command zone.)\nWhen you cast Taught by Surrak, draw a card.\nEnchanted creature gets +2/+2 and gains haste.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Commander enchantment"},"cost":null,"sub_ability":null,"duration":null,"description":"Commander enchantment","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast ~, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+2 and gains haste."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f8ceb312-2d2d-4a9e-a58b-eb1ed74bb8aa","metadata":{"source_printing_ids":["aad07e59-1229-4b11-bdd2-8d2169557371"]},"legalities":{},"printings":["UNK"],"rarities":["common"]},"tavern swindler":{"name":"Tavern Swindler","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{T}, Pay 3 life: Flip a coin. If you win the flip, you gain 6 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"FlipCoin","win_effect":{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":6}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"lose_effect":null},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"PayLife","amount":{"type":"Fixed","value":3}}]},"sub_ability":null,"duration":null,"description":"{T}, Pay 3 life: Flip a coin. If you win the flip, you gain 6 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"81674138-08d0-4126-9e6d-27f6e7dd2403","metadata":{"source_printing_ids":["47240ed3-f256-45fb-ab38-7b07e672d2ed","4fb036e2-8f6a-4c47-b194-12ca2e5f43de","89b2fd2b-99b5-4262-a70a-93fd58699fb7","b17114ed-f98f-4b82-ba03-ef7ec5f572ba","cff4cb5e-fe71-4136-91e6-164168aac295","d00850e4-6be3-4246-ae45-c0e990e6d6e1","f86557e1-6960-42a2-8d18-baafc22fbb90"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BBD","DDM","IMA","M21","PLST","RTR","SNC"],"rulings":[{"date":"2017-11-17","text":"You can't activate Tavern Swindler's ability if your life total is less than 3. You can activate it if your life total is exactly 3, but it's probably a bad idea. You'll lose the game before the ability resolves."}],"rarities":["uncommon"]},"team tactics":{"name":"Team Tactics","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 1 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 1 or more.)\nTarget creature gains double strike until end of turn. If this spell was cast using teamwork, that creature also gains trample until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":1}],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain double strike"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature gains double strike until end of turn. If this spell was cast using teamwork, that creature also gains trample until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"98b99d7c-d006-471a-8583-0468743c1597","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["db1c7a71-3d01-4f2a-9b25-2a19bb0d1a56"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"teferi's ageless insight":{"name":"Teferi's Ageless Insight","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you would draw a card except the first one you draw in each of your draw steps, draw two cards instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Draw","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would draw a card except the first one you draw in each of your draw steps, draw two cards instead.","condition":{"type":"ExceptFirstDrawInDrawStep"}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1c9e1f75-73f0-4846-b53f-458a0984b1bb","metadata":{"source_printing_ids":["0db5492c-dc2d-4a06-ae97-f03669b88fb0","2c5a3d8f-5513-42b1-a3d7-09cf781eaf94","b1a32b7c-9f26-4504-9f8d-379164d69346","b4077e58-a497-4c8f-8e58-919c3204ad52","b83edc5c-ee6b-4c75-94b2-46d1f68f7304","c38d1722-96b0-4756-9da9-fe18b1c80649"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J25","M21","MKC","PM21","SLD"],"rulings":[{"date":"2020-06-23","text":"Because Teferi's Ageless Insight is legendary, it's unlikely that one player will control two. However, if that happens, each card that player would draw after the first will result in four cards being drawn. If they control three, they draw eight cards, and so on."},{"date":"2020-06-23","text":"If a spell or ability causes you to put a card into your hand without specifically using the word \"draw,\" it's not a card drawn."},{"date":"2020-06-23","text":"If two or more replacement effects would apply to a card-drawing event, the player drawing the card chooses the order in which to apply them."}],"rarities":["rare"]},"teferi's imp":{"name":"Teferi's Imp","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Imp"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nPhasing (This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.)\nWhenever this creature phases out, discard a card.\nWhenever this creature phases in, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Phasing"],"abilities":[],"triggers":[{"mode":"PhaseOut","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ phases out, discard a card.","constraint":null,"condition":null,"batched":false},{"mode":"PhaseIn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ phases in, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e4826967-b2f9-4f32-8411-d243edf41082","metadata":{"source_printing_ids":["048f2368-0e2f-4197-b977-353d38b38ccc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"There is no negative effect if you can’t discard when it phases out. You still get to draw a card when it phases in."}],"rarities":["rare"]},"teferi's protection":{"name":"Teferi's Protection","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until your next turn, your life total can't change and you gain protection from everything. All permanents you control phase out. (While they're phased out, they're treated as though they don't exist. They phase in before you untap during your untap step.)\nExile Teferi's Protection.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantGainLife","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[{"type":"AddStaticMode","mode":"CantGainLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"CantLoseLife","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[{"type":"AddStaticMode","mode":"CantLoseLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Controller"},"modifications":[{"type":"AddKeyword","keyword":{"Protection":"Everything"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain protection from everything"}],"duration":"UntilEndOfTurn","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PhaseOut","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":"Until your next turn, your life total can't change and you gain protection from everything. All permanents you control phase out.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0d4ecdb1-ec90-497f-a7a4-1c68092b8757","metadata":{"source_printing_ids":["1802943c-07cc-48bb-a861-f18cb5f2b0ae","2271862c-b1df-45f8-bb19-ae4b8ab0739e","28e21c8c-5ad1-4830-8621-f0fd6500ca79","483fa1cb-1e35-44f2-a143-98c0f107f5ca","77f130c7-0138-4a1a-9f67-62d2c302dc48","a7f56fbb-c88a-4d10-a6c1-fef72403c4b9","aab08707-1599-4b3f-9be1-363dfe4ecdbe","aac6ecc6-e5d7-40a3-b689-f4ed2d5c78cf","b7210c3a-bbd3-4f3a-933b-a5618a4f7a52","c54d5ea1-0cc9-4e84-b712-642d55915dae","e59f4627-58ab-45c8-b31b-eaa52dad33fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","C17","J18","MAR","PLST","PRM","PZ2","SLD","STA","TLE"],"rulings":[{"date":"2017-08-25","text":"---------- The following rulings focus on the \"protection from\" keyword ----------"},{"date":"2017-08-25","text":"---------- The following rulings focus on the phasing keyword ----------"},{"date":"2017-08-25","text":"---------- The following rulings focus on what it means if your life total can't change ----------"},{"date":"2017-08-25","text":"A permanent phasing out causes a spell or ability on the stack to have an illegal target if it targets that permanent. As a spell or ability tries to resolve, if all its targets are illegal, that spell or ability doesn't resolve and none of its effects happen, including effects unrelated to the target. If at least one target is still legal, the spell or ability does as much as it can to the remaining legal targets, and its other effects still happen."},{"date":"2017-08-25","text":"Any continuous effects with a \"for as long as\" duration such as that of Mathas, Fiend Seeker ignore phased-out objects. Any such effects will expire if their conditions are no longer met after ignoring the phased-out objects."},{"date":"2017-08-25","text":"Any creatures that phase in under your control as your next untap step begins will be able to attack and pay a cost of {T} during that turn."},{"date":"2017-08-25","text":"Any one-shot effects that are waiting \"until [this] leaves the battlefield,\" such as that of Banishing Light, won't happen when a permanent phases out."},{"date":"2017-08-25","text":"Choices made for permanents as they entered the battlefield are remembered when they phase in."},{"date":"2017-08-25","text":"Each Aura and Equipment that phases out attached to a permanent that's phasing out phases in with that permanent and still attached to it."},{"date":"2017-08-25","text":"Each Aura and Equipment you control attached to a permanent that isn't phasing out phases in attached to that permanent if it can still be attached to that permanent. If not, it phases in unattached. An Aura that phases in unattached will be put into its owner's graveyard as a state-based action. The same is true with Auras attached to players."},{"date":"2017-08-25","text":"Effects that replace an event with having you gain life (like Words of Worship's effect does) or having you lose life will apply and end up replacing the event with nothing."},{"date":"2017-08-25","text":"Effects that would replace having you gain life with some other event won't be able to be applied because it's impossible for you to gain life. The same is true for effects that would replace having you lose life with some other event."},{"date":"2017-08-25","text":"Gaining protection from everything causes a spell or ability on the stack to have an illegal target if it targets you. As a spell or ability tries to resolve, if all its targets are illegal, that spell or ability doesn't resolve and none of its effects happen, including effects unrelated to the target. If at least one target is still legal, the spell or ability does as much as it can to the remaining legal targets, and its other effects still happen."},{"date":"2017-08-25","text":"If a cost includes causing you to gain life (like the alternative cost of an opponent's Invigorate does), that cost can't be paid."},{"date":"2017-08-25","text":"If a player has protection from everything, it means three things: 1) All damage that would be dealt to that player is prevented. 2) Auras can't be attached to that player. 3) That player can't be the target of spells or abilities."},{"date":"2017-08-25","text":"If a token is phased out, it will phase in as your next untap step begins. This is a change from previous rules."},{"date":"2017-08-25","text":"If an effect would cause you to exchange life totals with another player, the exchange won't happen. Neither player's life total changes."},{"date":"2017-08-25","text":"If an effect would set your life total to a certain number that's different than your current life total, that part of the effect won't do anything."},{"date":"2017-08-25","text":"If you gain control of another player's permanent and it phases out, if the duration of the control-change effect expires before it phases in, that permanent phases in under that other player's control as your next untap step begins. If you leave the game before your next untap step, it phases in as the next untap step begins after your turn would have begun."},{"date":"2017-08-25","text":"If your untap step is somehow skipped as your next turn begins, your phased-out permanents won't phase in until the next untap step you actually have, but you'll no longer have protection from everything and your life total can change again."},{"date":"2017-08-25","text":"Nothing other than the specified events are prevented or illegal. An effect that doesn't target you could still cause you to discard cards, for example. Creatures can still attack you while you have protection from everything, although combat damage that they would deal to you will be prevented."},{"date":"2017-08-25","text":"Permanents that phase out with counters phase in with those counters."},{"date":"2017-08-25","text":"Phasing out doesn't cause any \"leaves the battlefield\" abilities to trigger. Similarly, phasing in won't cause any \"enters the battlefield\" abilities to trigger."},{"date":"2017-08-25","text":"Protection from everything will usually prevent damage if it would be dealt to you, but some damage can't be prevented. In this case, because your life total also can't change, that damage has any other effects that it may have aside from causing you to lose that much life (such as effects from lifelink or infect) and triggers and effects can see that damage was dealt even though your life total didn't change."},{"date":"2017-08-25","text":"Spells and abilities that would normally cause you to gain or lose life still resolve while your life total can't change, but the life-gain or life-loss part simply has no effect."},{"date":"2017-08-25","text":"While a permanent is phased out, it's treated as though it doesn't exist. It can't be the target of spells or abilities, its static abilities have no effect on the game, its triggered abilities can't trigger, it can't attack or block, and so on."},{"date":"2017-08-25","text":"You can't pay a cost that includes the payment of any amount of life other than 0 life."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"teferi's puzzle box":{"name":"Teferi's Puzzle Box","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's draw step, that player puts the cards in their hand on the bottom of their library in any order, then draws that many cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ScopedPlayer"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Draw","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's draw step, that player puts the cards in their hand on the bottom of their library in any order, then draws that many cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"37abcc92-9466-47ea-9e0b-5eda2eb62c8e","metadata":{"source_printing_ids":["1377dab4-b814-46cc-a097-24a3cf8d0f8f","178da82b-161e-47f8-9458-a24926c33e66","1888b0f5-2c18-4a00-9a94-aaf7108f3c85","415e81e9-ca65-4bc0-8aab-d905d58fe6cc","5a784cae-4c1e-4813-8d13-3c435698f446","6a7c98eb-3b75-43c3-843c-25fb93c1b8af","79f536f5-0e91-4c78-bba4-036bfa877040","7e5463b9-2088-4ecb-acc3-c00ef54648af","a2257f28-0d42-4e83-a389-25efa1dc257b","b5fb88b2-5dc6-43de-8a38-1f8982ed395a","bc5caf27-e426-420b-895d-a359e6021993"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["6ED","7ED","8ED","9ED","J22","PLST","SLD","VIS"],"rulings":[{"date":"2004-10-04","text":"If you have more than one of these, each effect triggers separately."},{"date":"2004-10-04","text":"You do your normal draw before this ability is put on the stack."}],"rarities":["rare"]},"teferi's response":{"name":"Teferi's Response","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell or ability an opponent controls that targets a land you control. If a permanent's ability is countered this way, destroy that permanent.\nDraw two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"Or","filters":[{"type":"StackSpell"},{"type":"StackAbility"}]},"source_rider":{"type":"Destroy"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell or ability an opponent controls that targets a land you control. If a permanent's ability is countered this way, destroy that permanent.\nDraw two cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b2faa8b6-e433-4171-9774-9170484530c4","metadata":{"source_printing_ids":["9b9af958-19e1-40a3-a06d-cf0c87655f07","ae058377-bf24-47a3-bb03-a98b5e0eabc3","ca603260-6bda-436b-b6d3-792cf4a9a13d","f3bb2df8-c559-4a34-83b0-d48fbc694cc8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["INV","WC01","WC02"],"rulings":[{"date":"2006-01-01","text":"If none of the targeted spell’s targets is a land when Teferi’s Response would resolve, Teferi’s Response doesn’t resolve due to having no legal targets."},{"date":"2006-01-01","text":"Remember that a spell only targets something if it is an Aura or uses the phrase “target” in its text."}],"rarities":["rare"]},"teferi, temporal archmage":{"name":"Teferi, Temporal Archmage","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Teferi"]},"power":null,"toughness":null,"loyalty":"5","defense":null,"oracle_text":"[+1]: Look at the top two cards of your library. Put one of them into your hand and the other on the bottom of your library.\n[−1]: Untap up to four target permanents.\n[−10]: You get an emblem with \"You may activate loyalty abilities of planeswalkers you control on any player's turn any time you could cast an instant.\"\nTeferi, Temporal Archmage can be your commander.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":2},"destination":"Hand","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Look at the top two cards of your library. Put one of them into your hand and the other on the bottom of your library.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Loyalty","amount":-1},"sub_ability":null,"duration":null,"description":"[−1]: Untap up to four target permanents.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":4}},"forward_result":false},{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[{"mode":"EmblemStatic","affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may activate loyalty abilities of planeswalkers you control on any player's turn any time you could cast an instant"}],"triggers":[]},"cost":{"type":"Loyalty","amount":-10},"sub_ability":null,"duration":null,"description":"[−10]: You get an emblem with \"You may activate loyalty abilities of planeswalkers you control on any player's turn any time you could cast an instant.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"07d0b06b-80cb-4518-92c9-84ea87a7e08a","brawl_commander":true,"is_commander":true,"is_oathbreaker":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Optional_YouMay","description":"[+1]: Look at the top two cards of your library. Put one of them into your hand and the other on the bottom of your library.\n[−1]: Untap u","line_index":0}],"metadata":{"source_printing_ids":["368c6e60-804c-447c-bc2b-ac9dc4cab5e7","4fe504bb-7e53-409d-b5b0-f252a3ed5445","80eec0bd-9eb4-4360-b97b-9c7985a63343","ba86947e-5d7c-4cf1-9d33-98b289d56108"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","CMM","OC14","PLST","PZ1"],"rulings":[{"date":"2014-11-07","text":"If you control Teferi’s emblem, the rule that says you can activate a loyalty ability only if none of that permanent’s loyalty abilities have been activated that turn still applies. In other words, you could activate a planeswalker’s loyalty ability once on your turn and once on each of your opponents’ turns."},{"date":"2014-11-07","text":"If you control The Chain Veil (from the Magic 2015 core set) and its activated ability has resolved, and you also control Teferi’s emblem, for each planeswalker you control, you can activate one of its loyalty abilities during that turn any time you could cast an instant, and then you may activate a loyalty ability again that turn (choosing the same loyalty ability or a different one) any time you could cast an instant."}],"rarities":["rare","mythic"]},"teferi, time raveler":{"name":"Teferi, Time Raveler","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Teferi"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"Each opponent can cast spells only any time they could cast a sorcery.\n[+1]: Until your next turn, you may cast sorcery spells as though they had flash.\n[−3]: Return up to one target artifact, creature, or enchantment to its owner's hand. Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Any"},"modifications":[{"type":"GrantStaticAbility","definition":{"mode":{"CastWithKeyword":{"keyword":"Flash"}},"affected":{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":"[+1]: Until your next turn, you may cast sorcery spells as though they had flash.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"destination":null},"cost":{"type":"Loyalty","amount":-3},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−3]: Return up to one target artifact, creature, or enchantment to its owner's hand. Draw a card.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"CantCastDuring":{"who":"Opponents","when":"NotSorcerySpeed"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each opponent can cast spells only any time they could cast a sorcery."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"ae7604bb-4818-45a3-960c-cf3d83f15964","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["066cee3d-1bc9-43bb-a1e5-70256875eb9b","1e155fa4-896a-4ba6-939e-03c7877ac47e","5a47d968-bba0-4277-b5d7-eb9e1acd7953","5cb76266-ae50-4bbc-8f96-d98f309b02d3","662fe50f-d75c-422c-8c6c-1f9b5c4ba21f","6e2b2e55-21a3-4f71-a14b-d3d1b137d18c","f7eb4cc4-b79a-4ac8-ba33-ceeb55012022"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"banned","timeless":"legal","vintage":"legal"},"printings":["BLC","MB2","PRM","PWAR","RVR","SLD","WAR"],"rulings":[{"date":"2024-01-12","text":"If an effect allows opponents to cast a spell as though it had flash (for example, if your opponent also controls a Teferi, Time Raveler and activates his +1 loyalty ability), the restriction of Teferi's first ability takes precedence over that permission."},{"date":"2024-01-12","text":"You may activate Teferi's last ability without choosing any target. You'll just draw a card. However, if you do choose a target and the target permanent is an illegal target by the time Teferi's last ability tries to resolve, the ability doesn't resolve. You don't draw a card."}],"rarities":["rare","mythic"]},"tekuthal, inquiry dominus":{"name":"Tekuthal, Inquiry Dominus","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nIf you would proliferate, proliferate twice instead.\n{1}{U/P}{U/P}, Remove three counters from among other artifacts, creatures, and planeswalkers you control: Put an indestructible counter on Tekuthal. ({U/P} can be paid with either {U} or 2 life.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"indestructible","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["PhyrexianBlue","PhyrexianBlue"],"generic":1}},{"type":"RemoveCounter","count":3,"counter_type":{"type":"Any"},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[{"type":"Another"}]}]},"selection":"AmongObjects"}]},"sub_ability":null,"duration":null,"description":"{1}{U/P}{U/P}, Remove three counters from among other artifacts, creatures, and planeswalkers you control: Put an indestructible counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Proliferate","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would proliferate, proliferate twice instead.","condition":null,"valid_player":"You"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4716ab91-30e6-4c63-8389-a9db8f9414d8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0a9b1f69-baf8-4e36-8612-d4fc486a5568","29c17f88-440b-443a-bca7-6f4e8587cffb","2d389264-e2d2-4589-9636-faa11fe46710","6915aa9f-f8c7-415d-b265-6d40fa7cd0fe","f1d4b157-2c77-4355-8c65-78dec9d44c85"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC","ONE","PONE"],"rulings":[{"date":"2023-02-04","text":"An ability that triggers \"Whenever you proliferate\" triggers even if you chose no permanents or players while doing so."},{"date":"2023-02-04","text":"If a permanent ever has both +1/+1 counters and -1/-1 counters on it at the same time, they're removed in pairs as a state-based action so that the permanent has only one of those kinds of counters on it."},{"date":"2023-02-04","text":"If a player or permanent has more than one kind of counter on it, and you choose for it to get additional counters, it must get one of each kind of counter it already has. You can't have it get just one kind of counter it already has and not the others."},{"date":"2023-02-04","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2023-02-04","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2023-02-04","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["mythic"]},"telepathy":{"name":"Telepathy","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Your opponents play with their hands revealed.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"RevealHand":{"who":"Opponents"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your opponents play with their hands revealed."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d2e647ac-717f-46e6-baa8-6a793e7bdc32","metadata":{"source_printing_ids":["00b65a4b-d0d9-4439-96f9-0e0dd532c824","158b0bb5-04c0-41aa-ac39-43bb0f274fd7","42eeef0a-599d-455b-b482-83426f5fdc67","51729f36-0a0c-47fb-a3bf-22afc78df7a4","5e8ca1b6-f022-4172-942c-9be4d619c675","b01096c4-6722-40cd-a4dc-742243a346bb","b900c68f-4e10-459b-b28f-fea9a32e563b","bf72bddf-9006-4320-ab5f-6b3e5439d21c","ce03b4b4-612b-4fc9-b063-b0d367712eaf"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","7ED","8ED","9ED","M10","USG"],"rarities":["uncommon"]},"tempest hawk":{"name":"Tempest Hawk","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, you may search your library for a card named Tempest Hawk, reveal it, put it into your hand, then shuffle.\nA deck can have any number of cards named Tempest Hawk.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Named","name":"tempest hawk"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may search your library for a card named Tempest Hawk, reveal it, put it into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7423b3b9-56eb-4cf2-8ada-135918219c4b","deck_copy_limit":{"type":"Unlimited"},"metadata":{"source_printing_ids":["422f9453-ab12-4e3c-8c51-be87391395a1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rarities":["common"]},"temple altisaur":{"name":"Temple Altisaur","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"If a source would deal damage to another Dinosaur you control, prevent all but 1 of that damage.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":"You","properties":[{"type":"Another"}]},"description":"If a source would deal damage to another Dinosaur you control, prevent all but 1 of that damage.","condition":null,"shield_kind":{"Prevention":{"amount":{"AllBut":1}}}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1f499d39-b963-45c0-9604-d3cab98c9e05","metadata":{"source_printing_ids":["83c1ba83-c394-4ff1-b2ba-56907403162a","fa8f8d61-51d6-479b-a812-6cbacc7ea1fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["LCC","PRIX","RIX"],"rulings":[{"date":"2018-01-19","text":"Combat damage can be assigned to other Dinosaurs you control as normal, but most of that damage will be prevented. For example, if a 3/3 Dinosaur you control blocks a 5/5 creature with trample, the attacking player may assign 2 of that creature's combat damage to the player or planeswalker it's attacking and Temple Altisaur will prevent 2 of the 3 damage assigned to the defending Dinosaur."},{"date":"2018-01-19","text":"If multiple replacement and/or prevention effects could apply to a Dinosaur you control, you choose the order in which to apply those effects. For example, if another effect will prevent 1 damage that would be dealt to a Dinosaur, you may apply Temple Altisaur's effect to prevent all but 1 of that damage and then apply the other effect to prevent that 1 damage."},{"date":"2018-01-19","text":"If multiple sources would deal damage to another Dinosaur you control, all but 1 damage from each of those sources is prevented."},{"date":"2018-01-19","text":"The effects of two Temple Altisaurs won't reduce the damage from one source below 1 damage."}],"rarities":["rare"]},"temple of atropos":{"name":"Temple of Atropos","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Time"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each of your postcombat main phases, there is an additional beginning phase after this phase. (The beginning phase includes the untap, upkeep, and draw steps.)\nWhen chaos ensues, reverse the game's turn order. Then planeswalk. (For example, if play had proceeded clockwise around the table, it now goes counterclockwise.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"Untap","after":"PostCombatMain","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"PostCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each of your postcombat main phases, there is an additional beginning phase after this phase.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"ReverseTurnOrder"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Planeswalk"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When chaos ensues, reverse the game's turn order. Then planeswalk.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9c925057-ac3d-461e-b505-f80e2fd38c8c","metadata":{"source_printing_ids":["75481e04-ab27-4fdd-b789-4a53ffc92430"]},"legalities":{},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"After the additional beginning phase, the game proceeds to the ending phase (unless something has added even more phases; see below)."},{"date":"2023-10-13","text":"Even if you don't attack with any creatures during combat, you'll still get a postcombat main phase and Temple of Atropos's ability will still trigger."},{"date":"2023-10-13","text":"If multiple phases are added to the same point in your turn, the most recently created phase happens first. For example, say the current plane is Temple of Atropos and its ability triggers during your postcombat main phase. Later during that same main phase, another effect gives you an additional combat phase after this main phase. The additional combat will happen first, followed by the additional beginning phase."},{"date":"2023-10-13","text":"If the game's turn order is reversed again, it will return to the default order used at the beginning of the game."},{"date":"2023-10-13","text":"If the turn order is reversed during a two-player game, or during a multiplayer game that only has two players left, it has no noticeable effect on the game."},{"date":"2023-10-13","text":"If the turn order is reversed during an extra turn, the next non-extra turn will be taken by the next player in turn order from the last player who took a non-extra turn. The order of any pending extra turns isn't affected."},{"date":"2023-10-13","text":"If you somehow have more than two main phases in a turn, each main phase other than the first one is a postcombat main phase, and Temple of Atropos's ability triggers at the beginning of each of them."},{"date":"2023-10-13","text":"Reversing the turn order has no effect on the order of steps and phases in each turn. Those steps and phases still happen normally (along with the additional beginning phase)."},{"date":"2023-10-13","text":"The additional beginning phase all happens during the current turn. Any effects that last \"until your next turn\" or similar won't expire just because you'll go through an additional beginning phase."},{"date":"2023-10-13","text":"The additional beginning phase will be a lot like your normal beginning phase. During the untap step, permanents will phase in or out as appropriate and you'll untap your tapped permanents. Anything that triggers \"at the beginning of your upkeep\" or similar will trigger during the upkeep step, and you'll eventually draw a card for your draw step."},{"date":"2023-10-13","text":"The effect of the chaos ability reverses the turn order for players established at the beginning of the game. While the order is reversed, anything that cares about this order (such as determining in what order choices are made) will use the new order."}],"rarities":["common"]},"temple of civilization":{"name":"Temple of Civilization","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Transforms from Ojer Taq, Deepest Foundation.)\n{T}: Add {W}.\n{2}{W}, {T}: Transform this land. Activate only if you attacked with three or more creatures this turn and only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}{W}, {T}: Transform ~. Activate only if you attacked with three or more creatures this turn and only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"RequiresCondition","data":{"condition":{"type":"YouAttackedWithAtLeast","count":3}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"486bb9a5-73f1-4cec-b097-fb07ac80b72e","metadata":{"source_printing_ids":["1ca79dd4-67fc-496c-96fc-489b039c4932","e87dff94-71ed-469e-a10e-3ddfbd4a8bec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rarities":["mythic"]},"temple of the dead":{"name":"Temple of the Dead","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Transforms from Aclazotz, Deepest Betrayal.)\n{T}: Add {B}.\n{2}{B}, {T}: Transform this land. Activate only if a player has one or fewer cards in hand and only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}{B}, {T}: Transform ~. Activate only if a player has one or fewer cards in hand and only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"RequiresCondition","data":{"condition":null}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fcdfe9d5-2743-4d3e-ab57-bf0f96beaa15","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"(Transforms from Aclazotz, Deepest Betrayal.)\n{T}: Add {B}.\n{2}{B}, {T}: Transform this land. Activate only if a player has one or fewer car","line_index":0}],"metadata":{"related_token_ids":["3e43a418-8c17-5ed2-b92b-42dbe4c96b4b"],"source_printing_ids":["627c392c-4d18-4eb2-a4e8-c668f61f5487","95775b13-2761-424e-9828-2275ec987368"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rarities":["mythic"]},"temporal intervention":{"name":"Temporal Intervention","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Void — This spell costs {2} less to cast if a nonland permanent left the battlefield this turn or a spell was warped this turn.\nTarget opponent reveals their hand. You choose a nonland card from it. That player discards that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"card_filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DiscardCard","count":1,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target opponent reveals their hand. You choose a nonland card from it. That player discards that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},{"type":"SpellCastWithVariantThisTurn","variant":"Warp"}]},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"Void — This spell costs {2} less to cast if a nonland permanent left the battlefield this turn or a spell was warped this turn."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5e8a2416-e311-41ac-a3cd-be1c2441d542","metadata":{"source_printing_ids":["79f9525a-4cb7-411e-b7b5-2113e93bcbc3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you’re paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["common"]},"tempt with bunnies":{"name":"Tempt with Bunnies","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tempting Offer — Draw a card and create a 1/1 white Rabbit creature token. Then each opponent may draw a card and create a 1/1 white Rabbit creature token. For each opponent who does, you draw a card and you create a 1/1 white Rabbit creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Rabbit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Rabbit"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Rabbit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Rabbit"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Rabbit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Rabbit"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"PerformedActionThisWay","relation":{"type":"Opponent"},"action":"AcceptedOptionalEffect"}}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Tempting Offer — Draw a card and create a 1/1 white Rabbit creature token. Then each opponent may draw a card and create a 1/1 white Rabbit creature token. For each opponent who does, you draw a card and you create a 1/1 white Rabbit creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"6874be51-623d-4eaf-a67a-2fcbb9a8ceca","metadata":{"related_token_ids":["9a2bfa2b-416f-59d3-b8ae-10bc73d26c4f"],"source_printing_ids":["90cc0369-dc9b-4e75-8e3c-ec0783fa13a9","d5380a89-c854-4170-8881-8f351a03b3cd"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC"],"rulings":[{"date":"2024-07-26","text":"After each opponent has decided, the effect happens simultaneously for each one who accepted the offer. Then the effect happens again for you a number of times equal to the number of opponents who accepted."},{"date":"2024-07-26","text":"Your opponents decide in turn order whether or not they accept the offer, starting with the next opponent in turn order. Each opponent will know the decisions of previous opponents in turn order when making their decision."}],"rarities":["rare"]},"tempt with discovery":{"name":"Tempt with Discovery","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tempting offer — Search your library for a land card and put it onto the battlefield. Each opponent may search their library for a land card and put it onto the battlefield. For each opponent who searches a library this way, search your library for a land card and put it onto the battlefield. Then each player who searched a library this way shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"PerformedActionThisWay","relation":{"type":"Opponent"},"action":"SearchedLibrary"}}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Tempting offer — Search your library for a land card and put it onto the battlefield. Each opponent may search their library for a land card and put it onto the battlefield. For each opponent who searches a library this way, search your library for a land card and put it onto the battlefield. Then each player who searched a library this way shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4baa6145-216e-476b-b178-aaaa1e633701","metadata":{"source_printing_ids":["580bbd5b-795e-41fe-b061-579c42218670","6e70c0e8-afe0-4fcb-bda9-2d0d5ec4f2ee","787ac088-2b9a-4449-80b4-7de4a6812250","79248b68-4fab-46da-ab15-5c71c1f68d4b","dab9c403-8738-4593-be07-ea9bcb8faa92"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC","C13","C16","C19","LTC","PLST"],"rulings":[{"date":"2013-10-17","text":"After each opponent has decided, the effect happens simultaneously for each one who accepted the offer. Then, the effect happens again for you a number of times equal to the number of opponents who accepted."},{"date":"2013-10-17","text":"Your opponents decide in turn order whether or not they accept the offer, starting with the opponent on your left. Each opponent will know the decisions of previous opponents in turn order when making their decision."}],"rarities":["uncommon","rare"]},"temur sabertooth":{"name":"Temur Sabertooth","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{1}{G}: You may return another creature you control to its owner's hand. If you do, this creature gains indestructible until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"destination":null,"selection":"at_resolution"},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}{G}: You may return another creature you control to its owner's hand. If you do, ~ gains indestructible until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8bf8e846-9d10-4dbc-a379-df37bb9fb6d4","metadata":{"source_printing_ids":["2bf59e8d-0746-440d-878f-d6f6f74610d8","5d54da7c-8828-4d34-bfd0-a654692d3f5a","a5314aa1-77e5-4946-bb9c-8a14777e4795","c3a5a175-e963-42cc-a0ba-d8914bb93c00","cd1a7802-92bd-401d-a1a6-705c398359bb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C17","FRF","NCC","PL22","PLST","SLD"],"rulings":[{"date":"2014-11-24","text":"You choose whether to return a creature and which creature to return as the activated ability resolves. This doesn't target any creature."}],"rarities":["uncommon","rare"]},"tergrid's lantern":{"name":"Tergrid's Lantern","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Target player loses 3 life unless they sacrifice a nonland permanent of their choice or discard a card.\n{3}{B}: Untap Tergrid's Lantern.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"Player"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Target player loses 3 life unless they sacrifice a nonland permanent of their choice or discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"OneOf","costs":[{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"count":1},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"payer":{"type":"Player"}},"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{B}: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8485cfaa-1dbf-432b-b5d0-92a6aa6a329b","metadata":{"source_printing_ids":["14dc88ee-bba9-4625-af0d-89f3762a0ead","9ff4efdf-c0bb-443a-a100-2f3850571e91"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM"],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"tergrid's shadow":{"name":"Tergrid's Shadow","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player sacrifices two creatures.\nForetell {2}{B}{B} (During your turn, you may pay {2} and exile this card from your hand face down. Cast it on a later turn for its foretell cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Foretell":{"type":"Cost","shards":["Black","Black"],"generic":2}}],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":"Each player sacrifices two creatures.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"692260bb-e01c-4550-832a-9611856a6ff0","metadata":{"source_printing_ids":["417f71d2-d7da-4279-8847-d27c67e9ea9d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM"],"rulings":[{"date":"2021-02-05","text":"As Tergrid's Shadow resolves, first the player whose turn it is chooses two creatures they control, then each other player in turn order does the same, knowing the choices made before them. Then all the chosen creatures are sacrificed at the same time."},{"date":"2021-02-05","text":"Because exiling a card with foretell from your hand is a special action, you can do so any time you have priority during your turn, including in response to spells and abilities. Once you announce you're taking the action, no other player can respond by trying to remove the card from your hand."},{"date":"2021-02-05","text":"Casting a foretold card from exile follows the timing rules for that card. If you foretell an instant card, you can cast it as soon as the next player's turn. In most cases, if you foretell a card that isn't an instant (or doesn't have flash), you'll have to wait until your next turn to cast it."},{"date":"2021-02-05","text":"If a player controls two or fewer creatures, that player sacrifices each creature they control."},{"date":"2021-02-05","text":"If you're casting a foretold card from exile for its foretell cost, you can't choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, those must be paid to cast the spell."}],"rarities":["uncommon"]},"tergrid, god of fright":{"name":"Tergrid, God of Fright","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever an opponent sacrifices a nontoken permanent or discards a permanent card, you may put that card from a graveyard onto the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"Opponent","properties":[{"type":"NonToken"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent sacrifices a nontoken permanent, you may put that card from a graveyard onto the battlefield under your control.","constraint":null,"condition":null,"batched":false},{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a permanent card, you may put that card from a graveyard onto the battlefield under your control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8485cfaa-1dbf-432b-b5d0-92a6aa6a329b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["14dc88ee-bba9-4625-af0d-89f3762a0ead","9ff4efdf-c0bb-443a-a100-2f3850571e91"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM"],"rulings":[{"date":"2021-02-05","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2021-02-05","text":"A permanent card is an artifact, creature, enchantment, land, or planeswalker card."},{"date":"2021-02-05","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2021-02-05","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2021-02-05","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2021-02-05","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2021-02-05","text":"If an opponent sacrifices a nontoken permanent or discards a permanent card as part of paying the cost of a spell or ability, Tergrid's ability will trigger and goes on the stack on top of that spell or ability. Tergrid's ability will resolve before that spell or ability."},{"date":"2021-02-05","text":"If an opponent sacrifices a nontoken permanent, it doesn't matter which graveyard it goes to. Tergrid's ability will trigger."},{"date":"2021-02-05","text":"If the card leaves the graveyard before Tergrid's ability resolves, you can't put it onto the battlefield, even if it returns to the graveyard before the ability resolves."},{"date":"2021-02-05","text":"If you put an Aura onto the battlefield using Tergrid's ability, you choose what the Aura will enchant just before it enters the battlefield. An Aura put onto the battlefield this way doesn't target the player or permanent it will enchant, so permanents or players with hexproof may be chosen; however, the chosen recipient must be able to legally be enchanted by the Aura, so a player or permanent with protection from one of the Aura's qualities can't be chosen this way. If there's nothing legal for the Aura to enchant, it stays in the graveyard."},{"date":"2021-02-05","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2021-02-05","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2021-02-05","text":"The player targeted by the first ability of Tergrid's Lantern can choose to lose 3 life even if they have nonland permanents to sacrifice or cards to discard. They can't choose to sacrifice a nonland permanent if they don't control any, nor can they choose to discard a card if they have none in hand."},{"date":"2021-02-05","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2021-02-05","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."}],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"terra, herald of hope":{"name":"Terra, Herald of Hope","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trance — At the beginning of combat on your turn, mill two cards. Terra gains flying until end of turn.\nWhenever Terra deals combat damage to a player, you may pay {2}. When you do, return target creature card with power 3 or less from your graveyard to the battlefield tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, mill two cards. ~ gains flying until end of turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may pay {2}. When you do, return target creature card with power 3 or less from your graveyard to the battlefield tapped.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"25d40d28-1b46-4055-959a-45719040ed30","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4f36f28b-b9c9-42a2-a2e5-d1b532e482a3","5aa1a2d7-6133-41a9-9662-9008d1309935","901bd4dc-ebd3-40af-9fb0-57a8719329a4","bb077546-d0f6-4b74-bc59-3c6a50fbc4f2","e0946131-2cda-4850-912e-cb8a8124685b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"You don't choose a target for Terra's last ability at the time it triggers. Rather, a second \"reflexive\" ability triggers when you pay {2} this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["mythic"]},"terra, magical adept":{"name":"Terra, Magical Adept","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Terra enters, mill five cards. Put up to one enchantment card milled this way into your hand.\nTrance — {4}{R}{G}, {T}: Exile Terra, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red","Green"],"generic":4}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Trance — {4}{R}{G}, {T}: Exile ~, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":5},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, mill five cards. Put up to one enchantment card milled this way into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"54ca5904-9099-497a-9684-101656025487","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0502c627-9f63-5b1e-b7ba-1809eefc0580"],"source_printing_ids":["0cf789e7-045c-4ad1-abc3-23eabda54f02","fbd447aa-588d-4c4d-925e-a7d3bdf6a65c","fe0aa7d7-73e7-4c8c-92b5-b923817ce461"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"A nonmodal double-faced card enters with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2025-06-06","text":"A token that is created as a copy of a double-faced permanent or a double-faced card in another zone is a double-faced token. It will have both the front face and back face of whatever object it's copying. If it's copying a double-faced permanent whose back face is up, the token will enter with its back face up. It can transform if instructed to do so."},{"date":"2025-06-06","text":"Each face of a nonmodal double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a nonmodal double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2025-06-06","text":"Each nonmodal double-faced card in this release is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2025-06-06","text":"Esper Terra's fourth chapter ability isn't a mana ability. It uses the stack and can be responded to."},{"date":"2025-06-06","text":"If the copied enchantment has {X} in its mana cost, X is 0."},{"date":"2025-06-06","text":"If the copied enchantment is a token, the new token that's created copies the original characteristics of that token as stated by the effect that created the token."},{"date":"2025-06-06","text":"If the copied enchantment is copying something else, then the token enters as whatever that enchantment copied."},{"date":"2025-06-06","text":"If the enchantment copied by the token had any \"when [this permanent] enters\" abilities, the token also has those abilities, and they'll trigger when it's created. Similarly, any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities that the token has copied will also work."},{"date":"2025-06-06","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Crystal Fragments, it will be exiled during the resolution of its second ability and remain in exile."},{"date":"2025-06-06","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Cecil, Dark Knight's color identity is black and white, since its front face is black and its back face has a white color indicator."},{"date":"2025-06-06","text":"The back face of a nonmodal double-faced card usually has a color indicator that defines its color."},{"date":"2025-06-06","text":"The mana value of a nonmodal double-faced card is the mana value of its front face, no matter which face is up."},{"date":"2025-06-06","text":"The token copies exactly what was printed on the original enchantment (unless that enchantment is copying something else or is a token; see below). It doesn't copy whether that enchantment is tapped or untapped, whether it has any counters on it or any Auras or Equipment attached to it, or any non-copy effects that have changed its types, color, power and toughness, and so on."}],"rarities":["mythic"]},"terramorph":{"name":"Terramorph","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a basic land card, put it onto the battlefield, then shuffle.\nRebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":["Rebound"],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card, put it onto the battlefield, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"17a34f8d-a80f-4331-8be5-06cbb9d10d7b","metadata":{"source_printing_ids":["1389d46e-956d-4be6-a519-9c8338007715","28b08596-f6c7-4366-a4ed-21a11fbc901a","47c7b2ac-1263-402a-b2a0-bc31f61e66b5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","MH2","MSC"],"rulings":[{"date":"2021-06-18","text":"Casting the card again due to rebound's delayed triggered ability is optional. If you choose not to cast the card, or if you can't because an effect prohibits it, the card will stay exiled. You won't get another chance to cast it on a future turn. If you do cast the card, it's put into its owner's graveyard as normal once it resolves."},{"date":"2021-06-18","text":"If a spell with rebound that you cast from your hand doesn't resolve for any reason, including being countered, that spell won't resolve and none of its effects will happen, including rebound. The spell will be put into its owner's graveyard and you won't get to cast it again on your next turn."}],"rarities":["uncommon"]},"terrific team-up":{"name":"Terrific Team-Up","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {2} less to cast if you control a permanent with mana value 4 or greater.\nOne or two target creatures you control each get +1/+0 until end of turn. They each deal damage equal to their power to target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"EachTarget"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"One or two target creatures you control each get +1/+0 until end of turn. They each deal damage equal to their power to target creature an opponent controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Cmc","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Battlefield"}]}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast if you control a permanent with mana value 4 or greater."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"431c5b04-7387-4724-adfa-d1eb7874e79e","metadata":{"source_printing_ids":["0af974cd-f987-4cb8-85d5-77a4bd894d7b","378f0a20-61cf-4947-8816-8a065dc44275","f3c587b0-66b9-46bf-90ee-a6163c006c9e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC","OM1","SPM"],"rulings":[{"date":"2025-09-19","text":"If a permanent on the battlefield has {X} in its mana cost, X is 0 when determining its mana value."}],"rarities":["uncommon"]},"terror of the peaks":{"name":"Terror of the Peaks","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nSpells your opponents cast that target this creature cost an additional 3 life to cast.\nWhenever another creature you control enters, this creature deals damage equal to that creature's power to any target.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Demonstrative"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, ~ deals damage equal to that creature's power to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ImposeAdditionalCost":{"cost":{"type":"PayLife","amount":{"type":"Fixed","value":3}},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Targets","filter":{"type":"SelfRef"}}]},"action":"Cast"}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells your opponents cast that target ~ cost an additional 3 life to cast."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f8e17f4f-080d-4bba-bd05-ca27e94ccecc","metadata":{"source_printing_ids":["2febfa1b-5a5e-411a-a7aa-f2ca6ee66f51","432ecd5f-966f-4403-a973-51e175a524a0","904ff94a-4db4-44a6-8593-89c32905b3fc","ac35ea21-fef4-4000-9b22-c8d07420827b","cd20aae9-9de0-498b-8325-f8e8290d56e3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["M21","OTJ","PM21","POTJ","PRM","PSPL","SLD"],"rulings":[{"date":"2020-06-23","text":"The amount of damage Terror of the Peaks deals is the entering creature's power as the triggered ability resolves. If that creature leaves the battlefield before the ability resolves, use its power as it last existed on the battlefield."}],"rarities":["mythic"]},"tersa lightshatter":{"name":"Tersa Lightshatter","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Orc","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen Tersa Lightshatter enters, discard up to two cards, then draw that many cards.\nWhenever Tersa Lightshatter attacks, if there are seven or more cards in your graveyard, exile a card at random from your graveyard. You may play that card this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"UpTo","max":{"type":"Fixed","value":2}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, discard up to two cards, then draw that many cards.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"target_selection_mode":{"type":"Random"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, if there are seven or more cards in your graveyard, exile a card at random from your graveyard. You may play that card this turn.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"GraveyardSize","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"9918eb7b-054e-4b1c-afc7-1163ab642d50","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7a1689bb-f7a4-4b53-8473-75b7ce7b496d","99e96b34-b1c4-4647-a38e-2cf1aedaaace"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Tersa Lightshatter’s last ability checks your graveyard at the moment it would trigger to see if you have seven or more cards in your graveyard. If you don’t, the ability won’t trigger at all. If it does trigger, the ability will check again as it tries to resolve. If you don’t have seven or more cards in your graveyard at that time, the ability won’t resolve and none of its effects will happen."},{"date":"2025-04-04","text":"You pay all costs and follow all timing rules for cards played this way. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"tesak, judith's hellhound":{"name":"Tesak, Judith's Hellhound","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Dog"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Unleash (You may have this creature enter with a +1/+1 counter on it. It can't block as long as it has a +1/+1 counter on it.)\nOther Dogs you control have unleash.\nCreatures you control with counters on them have haste.\nWhenever Tesak attacks, add {R} for each attacking creature.","non_ability_text":null,"flavor_name":null,"keywords":["Unleash"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}}},"color_options":["Red"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, add {R} for each attacking creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Dog"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Unleash"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Dogs you control have unleash."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"Any"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with counters on them have haste."},{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"P1P1"},"minimum":1},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block as long as it has a +1/+1 counter on it"},{"mode":"CantBlock","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Dog"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[],"condition":{"type":"RecipientHasCounters","counters":{"type":"OfType","data":"P1P1"},"minimum":1},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block as long as it has a +1/+1 counter on it"}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with an additional +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"CR 702.98a: Unleash — this permanent may enter with an additional +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with an additional +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"Typed","type_filters":["Creature",{"Subtype":"Dog"}],"controller":"You","properties":[{"type":"Another"}]},"description":"CR 702.98a: Unleash — this permanent may enter with an additional +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4117e428-0c78-4dea-9019-dd1836fbb03e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0e563c13-7204-4cda-9b62-d46931fabcef","bf55e49b-4186-4d36-b1f0-4c7715be0f63"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MKC"],"rulings":[{"date":"2024-02-02","text":"A creature with unleash can't block if it has any +1/+1 counter on it, not just one put on it by the unleash ability."},{"date":"2024-02-02","text":"Count the number of attacking creatures when Tesak, Judith's Hellhound's last ability resolves, including Tesak itself if it's still on the battlefield, to determine how much mana to add."},{"date":"2024-02-02","text":"Putting a +1/+1 counter on a creature with unleash that's already blocking won't remove it from combat. It will continue to block."},{"date":"2024-02-02","text":"The unleash ability applies no matter where the creature is entering the battlefield from."},{"date":"2024-02-02","text":"You make the choice to have the creature with unleash enter the battlefield with a +1/+1 counter or not as it's entering the battlefield. At that point, it's too late for a player to respond to the creature spell by trying to counter it, for example."}],"rarities":["rare"]},"test of talents":{"name":"Test of Talents","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target instant or sorcery spell. Search its controller's graveyard, hand, and library for any number of cards with the same name as that spell and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","source_zones":["Graveyard","Hand","Library"],"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"SameNameAsParentTarget"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2147483647}},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"ParentTargetController","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ExiledFromHandThisResolution"}},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target instant or sorcery spell. Search its controller's graveyard, hand, and library for any number of cards with the same name as that spell and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d808262d-43ca-46f8-ab8b-b584773f9c58","metadata":{"source_printing_ids":["6e2b6236-b40c-430c-98b0-7940b942657a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["STX"],"rulings":[{"date":"2021-04-16","text":"Countering a spell normally puts that card into the graveyard, so that card will be there to find and exile."},{"date":"2021-04-16","text":"If the back face of a modal double-faced card is countered, you will not be able to exile any cards, including the one that you countered, because those cards have only their front-face characteristics (including name) in the graveyard, hand, and library."}],"rarities":["uncommon"]},"tetravus":{"name":"Tetravus","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nThis creature enters with three +1/+1 counters on it.\nAt the beginning of your upkeep, you may remove any number of +1/+1 counters from this creature. If you do, create that many 1/1 colorless Tetravite artifact creature tokens. They each have flying and \"This token can't be enchanted.\"\nAt the beginning of your upkeep, you may exile any number of tokens created with this creature. If you do, put that many +1/+1 counters on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"P1P1","count":{"type":"UpTo","max":{"type":"Fixed","value":-1}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Tetravite","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Tetravite"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"have","description":"have flying and \"~ can't be enchanted.\""},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may remove any number of +1/+1 counters from ~. If you do, create that many 1/1 colorless Tetravite artifact creature tokens. They each have flying and \"~ can't be enchanted.\"","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may exile any number of tokens created with ~. If you do, put that many +1/+1 counters on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"85255c26-4e74-4cf0-91a6-78ddba5abdc6","metadata":{"source_printing_ids":["1fdd0fd4-34be-45f5-a42e-74b4134fc345","23eb19f9-2e8f-4bf0-9bf8-868e6da70e2d","49c1a2b2-50f0-4ed0-bd8f-06cd6aada04f","b40cb42c-a8d1-4fab-a78e-8f544d867936","b98aa8b0-ca3c-478c-a956-9f0b992d64ce","c1b83a15-1d0b-4fc6-b7cb-fcd0063bfa7d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","ATQ","ME4","REN","RIN"],"rulings":[{"date":"2004-10-04","text":"Any +1/+1 counter which is on this card can be turned into a Tetravite token. It does not care where the +1/+1 counter came from."},{"date":"2004-10-04","text":"If the Tetravus is destroyed when the Tetravites are off the card, they are not destroyed, they are just orphaned."},{"date":"2004-10-04","text":"Only Tetravites from this specific Tetravus may be used for the ability. Ones from a different Tetravus can't."},{"date":"2008-08-01","text":"This card now has two upkeep-triggered abilities. Its controller chooses the order they are put on the stack, and thus the order in which they resolve each upkeep."}],"rarities":["uncommon","rare"]},"tetsuko umezawa, fugitive":{"name":"Tetsuko Umezawa, Fugitive","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Creatures you control with power or toughness 1 or less can't be blocked.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"AnyOf","props":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":1}},{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":1}}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with power or toughness 1 or less can't be blocked."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ceeeacbc-01b0-4421-aaca-2ce6cdbe45d7","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["04f0f06a-9768-4c32-ac2f-fd54b650b111","1200435a-90e1-4288-a201-cd904d66fd2f","16185c50-f7b8-4cea-a129-dfad8e9df781","21625c5c-7a9c-498d-afb6-ea57dea33fc6","469beb59-1e57-474e-9dcf-9c13957cbfdd","680119a8-8154-40e9-987e-f94fafb4a430","bb4e7850-dce3-4d8e-8013-746c544710c7","c70d5d1f-30e7-4a14-9bd9-2b654549f7ac","ca292dc9-5302-42c0-bc83-97dcd45bc0dd","d32f3fb7-df52-4cef-8686-c11f7360cfd9","f3f03792-5d06-45f4-ab19-5a415abbc382"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","CMM","DOM","MOC","MUL","PDOM","PLST","SLD"],"rulings":[{"date":"2018-04-27","text":"Once a creature you control has been blocked, changing its power to 1 or less won't cause it to become unblocked. Changing its toughness to 1 won't cause it to become unblocked, and changing its toughness to less than 1 will cause it to die."}],"rarities":["uncommon","rare"]},"thalia, guardian of thraben":{"name":"Thalia, Guardian of Thraben","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"First strike\nNoncreature spells cost {1} more to cast.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Noncreature spells cost {1} more to cast."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9b7f1d05-707c-4ed3-9f0e-8ced1232c2ee","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1830002a-b512-4e51-b3fa-0137d2b4c749","1bbde9d9-1723-4f26-8700-63c459ac80cb","1e779d22-d3d1-4db7-80d7-5cf35ba34625","20cb6c55-7d25-4e78-8d4e-450d6a74b4d0","26e17c75-8a53-41fe-9f2b-4dec07dcc760","43fe36b0-2a16-4fa4-a1f1-b38ed4a3faad","717de388-0c07-4346-9c7e-7b06b14f1cc1","824423ff-6441-4be6-b754-810adf9ca6a2","9716a5ff-f1ed-4285-a0a7-68114eeb1ba7","97ff44c9-6ff5-432d-9876-488c96833c39","b05031dc-f99c-49d3-9a20-3453587d8dea","c9f8b8fb-1cd8-450e-a1fe-892e7a323479","d67a5aac-dbda-4e5d-ae4a-eb78dec6765b","e4c7cbfc-e655-4f82-8bde-fbc95461361e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","DBL","DKA","HA2","MUL","PRM","PVOW","SLD","VOW","WMC"],"rulings":[{"date":"2018-03-16","text":"Thalia's ability affects each spell that's not a creature spell, including your own."},{"date":"2018-03-16","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."},{"date":"2021-11-19","text":"Thalia's ability affects each spell that's not a creature spell, including your own."},{"date":"2021-11-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare"]},"thalisse, reverent medium":{"name":"Thalisse, Reverent Medium","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, create X 1/1 white Spirit creature tokens with flying, where X is the number of tokens you created this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Ref","qty":{"type":"TokensCreatedThisTurn","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, create X 1/1 white Spirit creature tokens with flying, where X is the number of tokens you created this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"77cf4fb1-593f-4240-96d9-6ae9084baeac","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["afdf1b42-a3f9-50a2-bdc1-3fdb2f1992ad","bd2ac668-91ce-54b9-bd79-d8446d40d9f1"],"source_printing_ids":["474d6363-ebe1-4a1a-b4e6-7bd53d878527","e4899773-c501-45e5-bf1f-8d818788d61f","f8cd8b55-2927-4e53-be1e-cc33c35f85b7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PRM","TDC"],"rulings":[{"date":"2020-11-10","text":"If an effect creates a copy of a permanent spell, that spell becomes a token on the battlefield under your control, but that token has not been \"created.\" It won't count for Thalisse's ability."},{"date":"2020-11-10","text":"Thalisse's ability counts all tokens you created that turn prior to the ability resolving, including both noncreature tokens and creature tokens. It doesn't matter if those tokens are still on the battlefield or still under your control."}],"rarities":["uncommon"]},"thassa's oracle":{"name":"Thassa's Oracle","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, look at the top X cards of your library, where X is your devotion to blue. Put up to one of them on top of your library and the rest on the bottom of your library in a random order. If X is greater than or equal to the number of cards in your library, you win the game. (Each {U} in the mana costs of permanents you control counts toward your devotion to blue.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Ref","qty":{"type":"Devotion","colors":{"type":"Fixed","value":["Blue"]}}},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Devotion","colors":{"type":"Fixed","value":["Blue"]}}},"comparator":"GE","rhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, look at the top X cards of your library, where X is your devotion to blue. Put up to one of them on top of your library and the rest on the bottom of your library in a random order. If X is greater than or equal to the number of cards in your library, you win the game.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1de1b591-a73f-4974-b507-8c63e07a0868","metadata":{"source_printing_ids":["13d7e352-4d01-4947-a76f-f8a01dd876cc","69e615d8-1b79-4a82-ba9f-ee211d67dc95","726e8b29-13e9-4138-b6a9-d2a0d8188d1c","cb3b9de4-0d31-431f-b060-69a33e9d9c85"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MB2","PRM","PTHB","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"Colorless and generic mana symbols ({C}, {0}, {1}, {2}, {X}, and so on) in mana costs of permanents you control don't count toward your devotion to any color."},{"date":"2020-01-24","text":"Hybrid mana symbols, monocolored hybrid mana symbols, and Phyrexian mana symbols do count toward your devotion to their color(s)."},{"date":"2020-01-24","text":"If an activated ability or triggered ability has an effect that depends on your devotion to a color, you count the number of mana symbols of that color among the mana costs of permanents you control as the ability resolves. The permanent with that ability will be counted if it's still on the battlefield at that time."},{"date":"2020-01-24","text":"If you put an Aura on an opponent's permanent, you still control the Aura, and mana symbols in its mana cost count towards your devotion."},{"date":"2020-01-24","text":"If your devotion to blue is zero at the time the triggered ability of Thassa's Oracle resolves, you don't look at or move any cards in your library. If you have no cards in your library, you win the game."},{"date":"2020-01-24","text":"Mana symbols in the text boxes of permanents you control don't count toward your devotion to any color."}],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"thassa, deep-dwelling":{"name":"Thassa, Deep-Dwelling","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nAs long as your devotion to blue is less than five, Thassa isn't a creature.\nAt the beginning of your end step, exile up to one other target creature you control, then return that card to the battlefield under your control.\n{3}{U}: Tap another target creature.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{U}: Tap another target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, exile up to one other target creature you control, then return that card to the battlefield under your control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"Not","condition":{"type":"DevotionGE","colors":["Blue"],"threshold":5}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your devotion to blue is less than five, ~ isn't a creature."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2396299a-c031-4020-b13e-1f9bf9d64511","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1ffb0ecd-1326-43d8-9a68-39bc238e5d3c","27b52628-de05-4ec1-9978-e998cf17bb26","c83ed3e0-82d0-4410-a6ca-b0f923eadf83"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRM","PTHB","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"As a God enters the battlefield, your devotion to its color will determine whether any replacement effects that affect creatures entering the battlefield apply to that God. Because replacement effects are considered before the God is on the battlefield, the mana symbols in its mana cost won’t be counted when determining this."},{"date":"2020-01-24","text":"Colorless and generic mana symbols ({C}, {0}, {1}, {2}, {X}, and so on) in mana costs of permanents you control don’t count toward your devotion to any color."},{"date":"2020-01-24","text":"Counters put on a God remain on it while it’s not a creature, even if they have no effect."},{"date":"2020-01-24","text":"Hybrid mana symbols, monocolored hybrid mana symbols, and Phyrexian mana symbols do count toward your devotion to their color(s)."},{"date":"2020-01-24","text":"If a God is attacking or blocking and it stops being a creature, it will be removed from combat. It won’t rejoin combat if it resumes being a creature later during that combat."},{"date":"2020-01-24","text":"If a God stops being a creature, it loses the type creature and the creature type God. It continues to be a legendary enchantment."},{"date":"2020-01-24","text":"If a token is exiled this way, it will cease to exist and won’t return to the battlefield."},{"date":"2020-01-24","text":"If an activated ability or triggered ability has an effect that depends on your devotion to a color, you count the number of mana symbols of that color among the mana costs of permanents you control as the ability resolves. The permanent with that ability will be counted if it’s still on the battlefield at that time."},{"date":"2020-01-24","text":"If an effect causes a God to lose all abilities, its ability that causes it to stop being a creature still applies if appropriate."},{"date":"2020-01-24","text":"If you gain control of a creature “until end of turn,” you’ll control it during your end step."},{"date":"2020-01-24","text":"If you put an Aura on an opponent’s permanent, you still control the Aura, and mana symbols in its mana cost count towards your devotion."},{"date":"2020-01-24","text":"Mana symbols in the text boxes of permanents you control don’t count toward your devotion to any color."},{"date":"2020-01-24","text":"The abilities of Gods function as long as they’re on the battlefield, regardless of whether they’re creatures."},{"date":"2020-01-24","text":"The type-changing ability that can make a God not be a creature functions only on the battlefield. It’s always a creature card in other zones, regardless of your devotion to its color. It’s always a creature spell while it’s on the stack."},{"date":"2020-01-24","text":"When a God enters the battlefield, your devotion to its color (including the mana symbols in the mana cost of the God itself) will determine if a creature entered the battlefield or not for abilities that trigger whenever a creature enters the battlefield."},{"date":"2020-01-24","text":"When an effect returns the exiled card “under your control,” you control it indefinitely after that. In a multiplayer game, if a player leaves the game, all cards that player owns leave as well. If you leave the game, any creatures you control from Thassa’s effect but don’t own are exiled."},{"date":"2020-01-24","text":"When the card returns to the battlefield, it will be a new object with no connection to the card that was exiled. Auras attached to the exiled creature will be put into their owners’ graveyards. Any Equipment will become unattached and remain on the battlefield. Any counters on the exiled creature will cease to exist."}],"rarities":["mythic"]},"that's rough buddy":{"name":"That's Rough Buddy","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Lesson"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put a +1/+1 counter on target creature. Put two +1/+1 counters on that creature instead if a creature left the battlefield under your control this turn.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put a +1/+1 counter on target creature. Put two +1/+1 counters on that creature instead if a creature left the battlefield under your control this turn.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fc3ee37a-f676-44af-80d0-774ff271ce11","metadata":{"source_printing_ids":["d08fbd18-faee-4f87-b4d4-1f43b2d73e56"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TLE"],"rarities":["uncommon"]},"thaumaton torpedo":{"name":"Thaumaton Torpedo","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{6}, {T}, Sacrifice this artifact: Destroy target nonland permanent. This ability costs {3} less to activate if you attacked with a Spacecraft this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":6}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{6}, {T}, Sacrifice ~: Destroy target nonland permanent. This ability costs {3} less to activate if you attacked with a Spacecraft this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":3,"count":{"type":"Fixed","value":1},"condition":{"type":"YouAttackedWithAtLeast","count":1,"filter":{"type":"Typed","type_filters":[{"Subtype":"Spacecraft"}],"controller":null,"properties":[]}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9f9ae015-dc59-4ecb-a2bb-668496b48a48","parse_warnings":[{"type":"SwallowedClause","detector":"Duration_ThisTurn","description":"{6}, {T}, Sacrifice this artifact: Destroy target nonland permanent. This ability costs {3} less to activate if you attacked with a Spacecra","line_index":0}],"metadata":{"source_printing_ids":["1817f1b5-960a-435c-bdec-8cc8cbcb3358"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["common"]},"the ancient one":{"name":"The Ancient One","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit","God"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Descend 8 — The Ancient One can't attack or block unless there are eight or more permanent cards in your graveyard.\n{2}{U}{B}: Draw a card, then discard a card. When you discard a card this way, target player mills cards equal to its mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black"],"generic":2}},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Anaphoric"}}},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}{U}{B}: Draw a card, then discard a card. When you discard a card this way, target player mills cards equal to its mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantAttackOrBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Not","condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Permanent"],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":8}}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Descend 8 — ~ can't attack or block unless there are eight or more permanent cards in your graveyard."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"6615f881-960c-4216-a32a-63856bc3afd0","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["66dd43d7-76a7-46ea-b431-097fcea417af","f1ebe99d-4994-450e-9abb-f0bc3750f098"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI"],"rulings":[{"date":"2023-11-10","text":"Cards with the ability word \"descend N\" have abilities that care if you have at least N permanent cards in your graveyard."},{"date":"2023-11-10","text":"Once The Ancient One has legally attacked or blocked, removing permanent cards from your graveyard so the descend 8 ability no longer applies won't remove The Ancient One from combat."},{"date":"2023-11-10","text":"Some descend triggered abilities include intervening \"if\" clauses (i.e. \"if you have [four or eight] permanent cards in your graveyard\" in the middle of the ability). Each of these abilities checks your graveyard at the moment it would trigger to see if it does. If you don't have the required number of permanent cards in your graveyard at that time, the ability doesn't trigger at all. If it does trigger, it will check again as it tries to resolve. If you don't have the required number of permanent cards in your graveyard at that time, the ability won't resolve and none of its effects will happen."},{"date":"2023-11-10","text":"You don't choose a target for The Ancient One's activated ability at the time you activate it. Rather, a second \"reflexive\" ability triggers when you discard a card this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["mythic"]},"the argent etchings":{"name":"The Argent Etchings","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter.)\nI — Incubate 2 five times, then transform all Incubator tokens you control.\nII — Creatures you control get +1/+1 and gain double strike until end of turn.\nIII — Destroy all other permanents except for artifacts, lands, and Phyrexians. Exile this Saga, then return it to the battlefield (front face up).","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Incubate","count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"Typed","type_filters":[{"Subtype":"Incubator"}],"controller":"You","properties":[{"type":"Token"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Fixed","value":5},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 and gain double strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":["White"],"color_identity":["White"],"scryfall_oracle_id":"650ed75c-20b0-45b8-a4d4-813e0369aaf1","metadata":{"related_token_ids":["4db065f6-6ce4-5ce5-a19a-02dfc694ba5b","f4fd5aae-f65c-5d73-88ce-2a052c7616f8"],"source_printing_ids":["40307bcf-199c-4487-bfab-cb5fb841dee8","d8999135-ddb1-4e4c-b885-e25f23dac3d3","faf66a0b-9d34-487d-bdb4-5cac9391d77a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rarities":["mythic"]},"the beast, deathless prince":{"name":"The Beast, Deathless Prince","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, gain control of target creature until end of turn. Untap it. It gains menace and haste until end of turn.\nThe Beast enters tapped with six stun counters on it. (If it would become untapped, remove a stun counter from it instead.)\nWhenever a creature deals combat damage to its owner, untap The Beast and draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Menace"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain menace and haste"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, gain control of target creature until end of turn. Untap it. It gains menace and haste until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals combat damage to its owner, untap ~ and draw a card.","constraint":null,"condition":{"type":"DamagedPlayerIsEventSourceOwner"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":6},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped with six stun counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"ca187570-3634-4296-92b2-1fcd99d150e3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6218badd-d352-4e6d-9c84-f1e3f2f84695","7ae56274-d001-48ca-9312-a1aa744cf643","aaa958e1-c3f4-41a2-8c32-92f8b36bd108","e32903c6-1230-436c-9913-6abf3a97f10e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rarities":["rare"]},"the book of vile darkness":{"name":"The Book of Vile Darkness","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Book"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, if you lost 2 or more life this turn, create a 2/2 black Zombie creature token.\n{T}, Exile The Book of Vile Darkness and artifacts you control named Eye of Vecna and Hand of Vecna: Create Vecna, a legendary 8/8 black Zombie God creature token with indestructible and all triggered abilities of the exiled cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Vecna","power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"types":["Creature","Zombie","God"],"colors":["Black"],"keywords":["Indestructible"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"supertypes":["Legendary"]},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Exile","count":1,"zone":null,"filter":{"type":"SelfRef"}},{"type":"Exile","count":1,"zone":null,"filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Named","name":"Eye of Vecna"}]}},{"type":"Exile","count":1,"zone":null,"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[]}}]},"sub_ability":null,"duration":null,"description":"{T}, Exile ~ and artifacts you control named Eye of Vecna and Hand of Vecna: Create Vecna, a legendary 8/8 black Zombie God creature token with indestructible and all triggered abilities of the exiled cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you lost 2 or more life this turn, create a 2/2 black Zombie creature token.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":2}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fcc666bc-6fea-44e0-94bc-462c742db528","metadata":{"related_token_ids":["24276f6c-70a9-50f5-83bc-818575dda480","f3e2ed5c-6482-53b9-bbbb-a519f69103dd"],"source_printing_ids":["05dcff61-8c48-401f-a31f-5fc53a298356","abe97c8c-6bb0-4456-aa99-91c721f19777"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR","PRM"],"rulings":[{"date":"2021-07-23","text":"In some strange cases, you might make something into a copy of the Eye and/or Hand of Vecna and then exile that copy to activate The Book of Vile Darkness's ability. The ability that creates Vecna will look at the cards in exile, not the permanents on the battlefield, so it's possible to have Vecna gain different triggered abilities."},{"date":"2021-07-23","text":"In the vast majority of cases, Vecna will gain the triggered ability printed on Hand of Vecna and the two triggered abilities printed on Eye of Vecna."},{"date":"2021-07-23","text":"The Book of Vile Darkness has received an update to its Oracle text. Specifically, the triggered abilities that Vecna gains are part of its copiable values. This means any enters-the-battlefield triggered abilities it gains (such as the one from Eye of Vecna) will trigger."}],"rarities":["mythic"]},"the chain veil":{"name":"The Chain Veil","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, if you didn't activate a loyalty ability of a planeswalker this turn, you lose 2 life.\n{4}, {T}: For each planeswalker you control, you may activate one of its loyalty abilities once this turn as though none of its loyalty abilities have been activated this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GrantExtraLoyaltyActivations","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{4}, {T}: For each planeswalker you control, you may activate one of its loyalty abilities once this turn as though none of its loyalty abilities have been activated this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you didn't activate a loyalty ability of a planeswalker this turn, you lose 2 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LoyaltyAbilitiesActivatedThisTurn","player":{"type":"Controller"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"fb88fb3d-6a85-4bb1-b316-7f759b45a0fa","metadata":{"source_printing_ids":["0415cc0e-979e-42cc-a56d-88d13153a7de","0df7a6c7-0c48-42e7-9e2d-7ac21855cdbb","1ca66955-d900-45b6-9a40-38467689a68d","62fbc0cf-6e58-4974-8cf2-3a5d0b6471b3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","M15","PIO","PLST"],"rulings":[{"date":"2014-07-18","text":"After the last ability resolves, you’ll essentially be able to activate a loyalty ability of each planeswalker you control a total of twice during your turn. The timing rules for when you can activate loyalty abilities apply each time; it must be your main phase and the stack must be empty."},{"date":"2014-07-18","text":"Because the last ability modifies the rules of the game, it affects not only planeswalkers you control when it resolves, but also planeswalkers that come under your control later in the turn."},{"date":"2014-07-18","text":"Each additional time The Chain Veil’s last ability resolves will allow you to activate a loyalty ability of each planeswalker you control an additional time. For example, if you activate The Chain Veil’s last ability, untap it, then activate it again, you can activate a loyalty ability of a planeswalker you control three times that turn."},{"date":"2014-07-18","text":"For the first ability, it doesn’t matter whether the planeswalker is still on the battlefield as your end step begins. If you activated one of its loyalty abilities that turn, The Chain Veil’s triggered ability won’t trigger."},{"date":"2014-07-18","text":"The second loyalty ability you activate doesn’t have to be the same as the first ability. For example, you could activate a planeswalker’s first ability twice, or you could activate a planeswalker’s first ability, then activate its second ability."}],"rarities":["mythic"]},"the council of four":{"name":"The Council of Four","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Whenever a player draws their second card during their turn, you draw a card.\nWhenever a player casts their second spell during their turn, you create a 2/2 white Knight creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player draws their second card during their turn, you draw a card.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}},"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Knight","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Knight"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts their second spell during their turn, you create a 2/2 white Knight creature token.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"3dfb006f-6620-4602-ac3c-d40a5a15a981","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3f618808-a33a-5ed8-8f01-6d2edd98f875"],"source_printing_ids":["0873cfa8-046c-4b14-ae22-3fd6a691f763","1610d8b1-6b4c-450a-96c2-b56fd08b3f86","eba6df0f-d190-4683-b2fe-567e20c54028"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rarities":["rare"]},"the dalek emperor":{"name":"The Dalek Emperor","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Dalek"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Affinity for Daleks (This spell costs {1} less to cast for each Dalek you control.)\nOther Daleks you control have haste.\nAt the beginning of combat on your turn, each opponent faces a villainous choice — That player sacrifices a creature of their choice, or you create a 3/3 black Dalek artifact creature token with menace.","non_ability_text":null,"flavor_name":null,"keywords":[{"Affinity":{"type_filters":[{"Subtype":"Dalek"}],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Opponent"},"branches":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"That player sacrifices a creature of their choice","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Dalek","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"types":["Artifact","Creature","Dalek"],"colors":["Black"],"keywords":["Menace"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"you create a 3/3 black Dalek artifact creature token with menace","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, each opponent faces a villainous choice — That player sacrifices a creature of their choice, or you create a 3/3 black Dalek artifact creature token with menace.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Dalek"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Daleks you control have haste."}],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"07799012-7051-400e-adde-b54b41b80c70","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f50201d6-3e20-541a-89c9-b44ceaf4c0b7"],"source_printing_ids":["be18bf54-88b0-46a4-a2c7-fded41e524cb","cdc16ca7-7ece-4889-a6e6-a79563847b88","d4f6a050-7486-4210-93cf-3ce7cc957a1c","e96e1793-cf1c-452d-9443-b0aad4475d50"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"A player facing a villainous choice can always choose either option, even if one or both of the options are impossible. For example, if one of the options is to sacrifice a creature, a player who controls no creatures can still choose that option."},{"date":"2023-10-13","text":"If a spell or ability requires multiple players to face a villainous choice, the result is a little different from other effects in Magic. In that case, the first player in turn order makes their choice and the action for that choice is performed before the next player makes their choice. Then each of the remaining players repeat this process in turn order."},{"date":"2023-10-13","text":"When a player faces a villainous choice, they first choose one of the two options, then all actions in the chosen option are performed."}],"rarities":["rare"]},"the dining car":{"name":"The Dining Car","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Spacecraft"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you planeswalk to The Dining Car, each player creates a Food token.\nSixty-Six Seconds — At the beginning of your upkeep, sacrifice a creature with the least toughness among creatures you control. Then investigate.\nWhenever chaos ensues, activated abilities of artifact tokens you control cost {2} less to activate this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlaneswalkedTo","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you planeswalk to ~, each player creates a Food token.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice a creature with the least toughness among creatures you control. Then investigate.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"activated","description":"activated abilities of artifact tokens you control cost {2} less to activate"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, activated abilities of artifact tokens you control cost {2} less to activate this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7099883d-0a4b-47ae-bff8-a96efa7a3a9a","metadata":{"related_token_ids":["e5a3f019-74a1-5996-91b2-3e8750cf0841"],"source_printing_ids":["bf6193ea-4906-4097-8e30-431220f9e35c"]},"legalities":{},"printings":["WHO"],"rarities":["common"]},"the dominion bracelet":{"name":"The Dominion Bracelet","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1 and has \"{15}, Exile The Dominion Bracelet: You control target opponent during their next turn. This ability costs {X} less to activate, where X is this creature's power. Activate only as a sorcery.\" (You see all cards that player could see and make all decisions for them.)\nEquip {1}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"ControlNextTurn","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"grant_extra_turn_after":false,"window":"NextTurn"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":15}},{"type":"Exile","count":1,"zone":null,"filter":{"type":"GrantingObject"}}]},"sub_ability":null,"duration":null,"description":"{15}, Exile ~: You control target opponent during their next turn. This ability costs {X} less to activate, where X is ~'s power. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 and has \"{15}, Exile ~: You control target opponent during their next turn. This ability costs {X} less to activate, where X is ~'s power. Activate only as a sorcery.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"c017f8ae-9103-4965-a07a-f259f44a157d","metadata":{"source_printing_ids":["2aea7e3a-7dc4-4770-a22e-8ab29f494844","bb1492cf-b56f-40c7-a52b-7e354bcadc1d","dac293bd-0724-40e9-856e-a6a0483565ca","f5360880-2849-45d6-b1aa-08c7e01083af"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"If the targeted player skips their next turn, you’ll control the next turn the affected player actually takes."},{"date":"2025-07-25","text":"Multiple player-controlling effects that affect the same player overwrite each other. The last one to be created is the one that works."},{"date":"2025-07-25","text":"The cost of the activated ability granted by The Dominion Bracelet is locked in before costs are paid. For example, if the power of the equipped creature is 3 (including the +1/+1 granted by The Dominion Bracelet’s ability), the granted ability will cost {12} to activate."},{"date":"2025-07-25","text":"The player you’re controlling is still the active player during that turn."},{"date":"2025-07-25","text":"While controlling another player, you also continue to make your own choices and decisions."},{"date":"2025-07-25","text":"While controlling another player, you make all choices and decisions that player is allowed to make or is told to make during that turn. This includes choices about what spells to cast or what abilities to activate, as well as any decisions called for by triggered abilities or for any other reason."},{"date":"2025-07-25","text":"You also can’t make any choices or decisions for the player that would be called for by the tournament rules (such as whether to take an intentional draw or whether to call a judge)."},{"date":"2025-07-25","text":"You can use only the affected player’s resources (cards, mana, and so on) to pay costs for that player; you can’t use your own. Similarly, you can use the affected player’s resources only to pay that player’s costs; you can’t spend them on your costs."},{"date":"2025-07-25","text":"You can’t make any illegal decisions or illegal choices—you can’t do anything that player couldn’t do. You can’t make choices or decisions for that player that aren’t called for by the game rules or by any cards, permanents, spells, abilities, and so on. If an effect causes another player to make decisions that the affected player would normally make (such as Master Warcraft does), that effect takes precedence. In other words, if the affected player wouldn’t make a decision, you wouldn’t make that decision on that player’s behalf."},{"date":"2025-07-25","text":"You can’t make the affected player concede. That player may choose to concede at any time, even while you’re controlling that player."},{"date":"2025-07-25","text":"You only control the player. You don’t control any of that player’s permanents, spells, or abilities."}],"rarities":["mythic"]},"the eldest reborn":{"name":"The Eldest Reborn","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI — Each opponent sacrifices a creature or planeswalker of their choice.\nII — Each opponent discards a card.\nIII — Put target creature or planeswalker card from a graveyard onto the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"44ed4c0c-a012-4895-a547-b04150553bba","metadata":{"source_printing_ids":["06831e80-845d-4bd7-8fdc-8140eb606fe4","4d29351e-5608-40e8-8220-6c9635d48ad4","7a188d4c-ce2a-4ec7-8ea7-980f85f639da","c8318f40-ecd5-429e-8fe2-febf31f64841","d706ad46-6d00-4cad-8666-c673d0cad4fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","CMM","DOM","DSC","PLST"],"rulings":[{"date":"2018-04-27","text":"A chapter ability doesn't trigger if a lore counter is put on a Saga that already had a number of lore counters greater than or equal to that chapter's number. For example, the third lore counter put on a Saga causes the III chapter ability to trigger, but I and II won't trigger again."},{"date":"2018-04-27","text":"As a Saga enters the battlefield, its controller puts a lore counter on it. As your precombat main phase begins (immediately after your draw step), you put another lore counter on each Saga you control. Putting a lore counter on a Saga in either of these ways doesn't use the stack."},{"date":"2018-04-27","text":"Each symbol on the left of a Saga's text box represents a chapter ability. A chapter ability is a triggered ability that triggers when a lore counter that is put on the Saga causes the number of lore counters on the Saga to become equal to or greater than the ability's chapter number. Chapter abilities are put onto the stack and may be responded to."},{"date":"2018-04-27","text":"If counters are removed from a Saga, the appropriate chapter abilities will trigger again when the Saga receives lore counters. Removing lore counters won't cause a previous chapter ability to trigger."},{"date":"2018-04-27","text":"If multiple chapter abilities trigger at the same time, their controller puts them on the stack in any order. If any of them require targets, those targets are chosen as you put the abilities on the stack, before any of those abilities resolve."},{"date":"2018-04-27","text":"In a multiplayer game, if a player leaves the game, all cards that player owns leave as well. If you leave the game, the permanent you control from The Eldest Reborn's final chapter ability is exiled."},{"date":"2018-04-27","text":"Once a chapter ability has triggered, the ability on the stack won't be affected if the Saga gains or loses counters, or if it leaves the battlefield."},{"date":"2018-04-27","text":"Once the number of lore counters on a Saga is greater than or equal to the greatest number among its chapter abilities—in the Dominaria set, this is always three—the Saga's controller sacrifices it as soon as its chapter ability has left the stack, most likely by resolving or being countered. This state-based action doesn't use the stack."},{"date":"2018-04-27","text":"When the first chapter ability of The Eldest Reborn resolves, the next opponent in turn order (or, if it's an opponent's turn, that opponent) chooses a creature or planeswalker they control, then each other opponent in turn order (if any) does the same. All chosen permanents are then sacrificed at the same time. Players will know the choices made by earlier players when making their choices."},{"date":"2018-04-27","text":"When the second chapter ability of The Eldest Reborn resolves, the next opponent in turn order (or, if it's an opponent's turn, that opponent) chooses a card in hand without revealing it, then each other opponent in turn order (if any) does the same. All chosen cards are then discarded at the same time."}],"rarities":["uncommon"]},"the emperor of palamecia":{"name":"The Emperor of Palamecia","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {U} or {R}. Spend this mana only to cast a noncreature spell.\nWhenever you cast a noncreature spell, if at least four mana was spent to cast it, put a +1/+1 counter on The Emperor of Palamecia. Then if it has three or more +1/+1 counters on it, transform it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Blue","Red"]},"restrictions":[{"SpellType":"Noncreature"}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U} or {R}. Spend this mana only to cast a noncreature spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a noncreature spell, if at least four mana was spent to cast it, put a +1/+1 counter on ~. Then if it has three or more +1/+1 counters on it, transform it.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"TriggeringSpell","metric":{"type":"Total"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"042c01ec-9f1f-432b-bea9-d64d822cd91e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1b4d8a51-2307-4ed6-af25-c48946219096","3d75e8fd-6139-4b10-9ce3-195b47d72e0c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"A nonmodal double-faced card enters with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2025-06-06","text":"A token that is created as a copy of a double-faced permanent or a double-faced card in another zone is a double-faced token. It will have both the front face and back face of whatever object it's copying. If it's copying a double-faced permanent whose back face is up, the token will enter with its back face up. It can transform if instructed to do so."},{"date":"2025-06-06","text":"Each face of a nonmodal double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a nonmodal double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2025-06-06","text":"Each nonmodal double-faced card in this release is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2025-06-06","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Crystal Fragments, it will be exiled during the resolution of its second ability and remain in exile."},{"date":"2025-06-06","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Cecil, Dark Knight's color identity is black and white, since its front face is black and its back face has a white color indicator."},{"date":"2025-06-06","text":"The Emperor of Palamecia's last ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2025-06-06","text":"The back face of a nonmodal double-faced card usually has a color indicator that defines its color."},{"date":"2025-06-06","text":"The mana value of a nonmodal double-faced card is the mana value of its front face, no matter which face is up."},{"date":"2025-06-06","text":"The value of X is calculated only once, as The Lord Master of Hell's ability resolves."}],"rarities":["uncommon"]},"the end":{"name":"The End","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {2} less to cast if your life total is 5 or less.\nExile target creature or planeswalker. Search its controller's graveyard, hand, and library for any number of cards with the same name as that permanent and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","source_zones":["Graveyard","Hand","Library"],"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"SameNameAsParentTarget"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2147483647}},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"ParentTargetController","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ExiledFromHandThisResolution"}},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature or planeswalker. Search its controller's graveyard, hand, and library for any number of cards with the same name as that permanent and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"Fixed","value":5}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast if your life total is 5 or less."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"835c195a-8c35-4076-896d-8d2972cac270","metadata":{"source_printing_ids":["79220c46-01df-41c1-877e-577f9ce78593","b18402dc-c4ab-417c-92d1-5e4d9cfb840d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"If the permanent that's exiled was the back face of a double-faced card, you will not be able to exile any additional cards, because those cards have only their front-face characteristics (including name) in the graveyard, hand, and library."},{"date":"2023-09-01","text":"The cost-reduction ability of The End doesn't change its mana cost or mana value, only the total cost you pay. Specifically, the mana value of The End is always 4."}],"rarities":["rare"]},"the enigma jewel":{"name":"The Enigma Jewel","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"The Enigma Jewel enters tapped.\n{T}: Add {C}{C}. Spend this mana only to activate abilities.\nCraft with four or more nonlands with activated abilities {8}{U} ({8}{U}, Exile this artifact, Exile the four or more from among other permanents you control and/or cards in your graveyard: Return this card transformed under its owner's control. Craft only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}},"restrictions":["ActivateOnly"]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}. Spend this mana only to activate abilities.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c0d2bdd9-1e68-4d3a-83f8-ec2ba440a494","metadata":{"source_printing_ids":["2e98970d-06a8-4c91-ba47-4a02c5b949f2","8d9cbb83-a89f-411b-88c8-c01718f265e0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities are activated abilities and will have colons in their reminder text."},{"date":"2023-11-10","text":"An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2023-11-10","text":"Any choices made when the ability resolves won't have been made yet when it's copied. Any such choices will be made separately when the copy resolves."},{"date":"2023-11-10","text":"Craft abilities are activated abilities. You can spend mana from The Enigma Jewel's activated ability to activate its own craft ability, for example."},{"date":"2023-11-10","text":"If a card that isn't a transforming double-faced card becomes a copy of a card with craft, it'll stay in exile if you activate the craft ability. It won't return to the battlefield."},{"date":"2023-11-10","text":"If an activated ability of an exiled card used to craft Locus of Enlightenment references the card it's printed on by name, treat Locus of Enlightenment's version of that ability as though it referenced Locus of Enlightenment instead."},{"date":"2023-11-10","text":"If the ability has damage divided as it was put onto the stack, the division can't be changed, although the targets receiving that damage still can. The same is true of abilities that distribute counters."},{"date":"2023-11-10","text":"If the ability that's copied has an X whose value was determined as it was cast, the copy has the same value of X."},{"date":"2023-11-10","text":"If the ability that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2023-11-10","text":"If the materials required include multiple objects, you may exile some of them from among permanents you control and the rest from among cards in your graveyard. You don't have to choose all permanents or all cards from your graveyard."},{"date":"2023-11-10","text":"Locus of Enlightenment has only the activated abilities of the exiled cards used to craft it. It doesn't gain keyword abilities (unless those keyword abilities are activated), triggered abilities, or static abilities."},{"date":"2023-11-10","text":"The \"only once each turn\" restriction applies to each ability individually, even if multiples of the same card were exiled to craft Locus of Enlightenment. For example, if two of the same card were exiled to craft Locus of Enlightenment, it will have two instances of each of that card's activated abilities. Each of those abilities may be activated once each turn."},{"date":"2023-11-10","text":"The back faces of some cards with craft refer to cards \"used to craft\" it. This refers to the cards exiled as part of the cost of the craft ability of the front face. Those cards are considered to be \"used to craft\" that permanent as long as they remain exiled and the permanent remains on the battlefield, even if the permanent's controller changes or some of its characteristics change (because of a copy effect, for example.)"},{"date":"2023-11-10","text":"The copy is created on the stack, so it's not \"activated.\" Abilities that trigger when a player activates an ability (such as Locus of Enlightenment's own triggered ability) won't trigger."},{"date":"2023-11-10","text":"The copy of the activated ability created by Locus of Enlightenment's triggered ability resolves before the original ability."},{"date":"2023-11-10","text":"The copy will have the same targets as the ability it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them."},{"date":"2023-11-10","text":"You may exile tokens you control as part of the materials required. However, because they aren't cards and won't stay in exile, any abilities that refer to what you \"used to craft\" the back faces won't refer to anything."}],"rarities":["mythic"]},"the eternity elevator":{"name":"The Eternity Elevator","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}{C}{C}.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery.)\n20+ | {T}: Add X mana of any one color, where X is the number of charge counters on The Eternity Elevator.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"charge"}},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"20+ | {T}: Add X mana of any one color, where X is the number of charge counters on ~.","target_prompt":null,"activation_restrictions":[{"type":"CounterThreshold","data":{"counters":{"type":"OfType","data":"charge"},"minimum":20}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":3}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"11323af4-b8b8-4ca9-932f-377c7fd77dea","metadata":{"source_printing_ids":["1bb90ab9-43b9-4991-806a-0afc4d8caf5f","23d2c721-42a6-4108-91c2-93f59b645313"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"the fallen apart":{"name":"The Fallen Apart","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"This creature enters with two arms and two legs.\nWhenever damage is dealt to this creature, remove an arm or a leg from it.\nThis creature can't attack if it has no legs and can't block if it has no arms.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: ~ enters with two arms and two legs."},"cost":null,"sub_ability":null,"duration":null,"description":"~ enters with two arms and two legs.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: ~ can't attack if it has no legs and can't block if it has no arms."},"cost":null,"sub_ability":null,"duration":null,"description":"~ can't attack if it has no legs and can't block if it has no arms.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":{"Unknown":"Whenever damage is dealt to ~"},"execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"remove","description":"remove an arm or a leg from it"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever damage is dealt to ~, remove an arm or a leg from it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"bf622291-d6c5-4a8c-b3c3-81d73b6306f7","metadata":{"source_printing_ids":["b458a3a2-b047-4edb-a621-87aee8be3a3c"]},"legalities":{},"printings":["UNH"],"rarities":["common"]},"the first sliver":{"name":"The First Sliver","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Cascade (When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order.)\nSliver spells you cast have cascade.","non_ability_text":null,"flavor_name":null,"keywords":["Cascade"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Cascade"}},"affected":{"type":"Typed","type_filters":[{"Subtype":"Sliver"}],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Sliver spells you cast have cascade."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"55e4d4b2-1bd8-4c29-a21a-c014a974b715","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["06d4fbe1-8a2f-4958-bb85-1a1e5f1e8d87","59fa538b-fa1c-4cdc-9fc0-801d6b618f01","7ecdb244-aeb5-42ef-b1ce-e586580c6b6c","f64d033b-8a30-4ba7-b3ae-b67997a396f2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["H1R","J21","MH1","PF25","PRM","SLD"],"rulings":[{"date":"2019-06-14","text":"If a spell has multiple instances of cascade (for example, if you cast a second The First Sliver), each instance of cascade triggers and resolves separately. The spell you cast due to the first cascade ability will go on the stack on top of the second cascade ability. That spell will resolve before you exile cards for the second cascade ability."},{"date":"2019-06-14","text":"The First Sliver's last ability only applies while it's on the battlefield. If The First Sliver's own cascade ability lets you cast another Sliver card, that Sliver won't have cascade."},{"date":"2021-06-18","text":"A spell's mana value is determined only by its mana cost. Ignore any alternative costs, additional costs, cost increases, or cost reductions."},{"date":"2021-06-18","text":"Cascade triggers when you cast the spell, meaning that it resolves before that spell. If you end up casting the exiled card, it will go on the stack above the spell with cascade."},{"date":"2021-06-18","text":"Due to a 2021 rules change to cascade, not only do you stop exiling cards if you exile a nonland card with lesser mana value than the spell with cascade, but the resulting spell you cast must also have lesser mana value. Previously, in cases where a card's mana value differed from the resulting spell, such as with some modal double-faced cards or cards with an Adventure, you could cast a spell with a higher mana value than the exiled card."},{"date":"2021-06-18","text":"If a spell with cascade is countered, the cascade ability will still resolve normally."},{"date":"2021-06-18","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2021-06-18","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those to cast the card."},{"date":"2021-06-18","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If cascade allows you to cast a split card, you may cast either half but not both halves."},{"date":"2021-06-18","text":"When the cascade ability resolves, you must exile cards. The only optional part of the ability is whether or not you cast the last card exiled."},{"date":"2021-06-18","text":"You exile the cards face up. All players will be able to see them."}],"rarities":["mythic"]},"the fourth doctor":{"name":"The Fourth Doctor","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Time Lord","Doctor"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nWould You Like A...? — Once each turn, you may play a historic land or cast a historic spell from the top of your library. When you do, create a Food token. (Artifacts, legendaries, and Sagas are historic.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Unknown":"when you do"},"execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Would You Like A...? — Once each turn, you may play a historic land or cast a historic spell from the top of your library. When you do, create a Food token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Play","frequency":"OncePerTurn","alt_cost":null}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Historic"}]},{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Historic"}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Would You Like A...? — Once each turn, you may play a historic land or cast a historic spell from the top of your library. When you do, create a Food token."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"c19fdee3-5fbc-4e2d-ac23-85b46eacafdc","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["e5a3f019-74a1-5996-91b2-3e8750cf0841"],"source_printing_ids":["0292a859-79b4-46ae-b2fe-293dae5cba7a","10414d81-177d-43f4-9381-0d10ac51507f","482f14a4-7b8d-4e1d-a48d-4920130b8e23","5f1e22e8-7e88-4786-b349-e4472c1086fd","bf10611b-38a0-4947-a36b-f5503584d59e","c84ea0fd-efc7-4614-9f8f-41a3c71fceaa","d7ae754d-33a2-4a07-8b10-fe4dda9af745","f82fa1d9-adcb-43b4-bfce-42d9e7530ac6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Essentially, The Fourth Doctor lets you play with the top card of your library revealed only to you. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand. You may look at the top card of your library whenever you want, even if you don't have priority. This action doesn't use the stack."},{"date":"2023-10-13","text":"If an effect instructs you to choose a creature type, you may choose Time Lord."},{"date":"2023-10-13","text":"If the top card of your library changes during the process of casting a spell or activating an ability, you can't look at the new top card until the process of casting the spell or activating the ability ends (all targets are chosen, all costs are paid, and so on)."},{"date":"2023-10-13","text":"Neither \"Time\" nor \"Lord\" are creature types. Some older cards were printed with the subtype \"Lord,\" but all of those cards have updated Oracle card text that removed that type."},{"date":"2023-10-13","text":"Unlike other creature types in Magic that are each only one word, the two words \"Time Lord\" represent a single creature subtype. Time Lord is the only two-word creature type."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["mythic"]},"the great work":{"name":"The Great Work","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter.)\nI — This Saga deals 3 damage to target opponent and each creature they control.\nII — Create three Treasure tokens.\nIII — Until end of turn, you may cast instant and sorcery spells from any graveyard. If a spell cast this way would be put into a graveyard, exile it instead. Exile this Saga, then return it to the battlefield (front face up).","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"without_paying_mana_cost":false,"mode":"Cast","duration":"UntilEndOfTurn"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":["Red"],"color_identity":["Red"],"scryfall_oracle_id":"4b1da9aa-a30c-44b8-a10e-f9dc3fe70b6f","metadata":{"related_token_ids":["4873fe20-675e-5db5-b9ba-8d996c2806ba"],"source_printing_ids":["52173f36-19d2-48be-a8e8-8cbe946759c0","712fb9e5-bd67-4173-a2d4-061aeb6253b5","b12e031a-3a1a-4544-973b-e4e5b0518db9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rarities":["mythic"]},"the incredible hulk":{"name":"The Incredible Hulk","mana_cost":{"type":"Cost","shards":["Red","Red","Green","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Gamma","Berserker","Hero"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Reach, trample\nEnrage — Whenever The Incredible Hulk is dealt damage, put a +1/+1 counter on him. If he's attacking, untap him and there is an additional combat phase after this phase.","non_ability_text":null,"flavor_name":null,"keywords":["Reach","Trample"],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Attacking"}]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, put a +1/+1 counter on him. If he's attacking, untap him and there is an additional combat phase after this phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"b6c0ee14-2028-4e8b-9acd-ff78821bca9b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0ccb6a0e-a8aa-413d-8e6d-f25447800ed4","481166c5-6a16-469c-91bd-abf291b5db49","e0dbbdcf-84e1-494f-8b8c-0a094f603fa9","eb2d2d35-4956-42fa-94e0-b241ed666683"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["MSH"],"rarities":["mythic"]},"the infamous cruelclaw":{"name":"The Infamous Cruelclaw","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Weasel","Mercenary"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever The Infamous Cruelclaw deals combat damage to a player, exile cards from the top of your library until you exile a nonland card. You may cast that card by discarding a card rather than paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ExileFromTopUntil","player":{"type":"Controller"},"until":{"type":"NextMatches","filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":false,"mode":"Cast","alt_ability_cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, exile cards from the top of your library until you exile a nonland card. You may cast that card by discarding a card rather than paying its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"e229d55c-9513-437d-bd67-015ac46aaa18","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["d7fc26a7-f47e-44d7-a42b-b5415fc86f8f","dc6c9196-6d28-4cc2-9748-60e9632a502b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"If the spell you cast has {X} in its mana cost, you must choose 0 as the value of X."},{"date":"2024-07-26","text":"If you choose not to cast the exiled card, it remains in exile."},{"date":"2024-07-26","text":"Since you are using an alternative cost to cast the spell, you can’t pay any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, you must pay those."},{"date":"2024-07-26","text":"You cast the exiled card while the ability is resolving and still on the stack. You can’t wait to cast it later in the turn. Timing restrictions based on the card’s type are ignored."}],"rarities":["mythic"]},"the invincible iron man":{"name":"The Invincible Iron Man","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Human","Hero"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, haste\nAt the beginning of combat on your turn, you may put an artifact card from your hand onto the battlefield. If it's an Equipment, attach it to The Invincible Iron Man.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":true},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, you may put an artifact card from your hand onto the battlefield. If it's an Equipment, attach it to ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"4a46ea59-6c5d-4bed-9951-b5590f9a1bdb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4cea42fd-035e-4b8f-8b1d-ff363b694f14","58bf75bd-83c9-4281-a108-bf5aa31d70e5","7a85467d-5693-4cf7-b38d-d42c57242f48","81eaf2ee-edeb-4026-81bb-8766ffa61f0d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["MSH"],"rarities":["mythic"]},"the irencrag":{"name":"The Irencrag","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\nWhenever a legendary creature you control enters, you may have The Irencrag become a legendary Equipment artifact named Everflame, Heroes' Legacy. If you do, it gains equip {3} and \"Equipped creature gets +3/+3\" and loses all other abilities.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetName","name":"Everflame, Heroes' Legacy"},{"type":"AddSupertype","supertype":"Legendary"},{"type":"AddType","core_type":"Artifact"},{"type":"RemoveAllSubtypes","set":"Artifact"},{"type":"AddSubtype","subtype":"Equipment"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a legendary Equipment artifact named Everflame, Heroes' Legacy"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveAllAbilities"},{"type":"GrantStaticAbility","definition":{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":3}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +3/+3"}},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"equip {3} and","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain equip {3} and \"Equipped creature gets +3/+3\" and loses all other abilities"}],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a legendary creature you control enters, you may have ~ become a legendary Equipment artifact named Everflame, Heroes' Legacy. If you do, it gains equip {3} and \"Equipped creature gets +3/+3\" and loses all other abilities.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8c89ba89-9bb3-4609-873c-6f5a961733ce","metadata":{"source_printing_ids":["8051c5ec-54a6-45a8-8945-fb93c5feaa39","93c50432-28af-40e8-ae98-d4f33a5a936e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"The Irencrag's last ability lasts indefinitely."}],"rarities":["rare"]},"the key to the vault":{"name":"The Key to the Vault","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever equipped creature deals combat damage to a player, look at that many cards from the top of your library. You may exile a nonland card from among them. Put the rest on the bottom of your library in a random order. You may cast the exiled card without paying its mana cost.\nEquip {2}{U}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}{U}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"TrackedSet","id":0},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"AttachedTo"},"description":"Whenever equipped creature deals combat damage to a player, look at that many cards from the top of your library. You may exile a nonland card from among them. Put the rest on the bottom of your library in a random order. You may cast the exiled card without paying its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7a75d565-b0a7-46bf-94a0-c9255c8abd6d","metadata":{"source_printing_ids":["166814af-a444-4a62-937e-7491673d9387","d70388ee-2f97-4282-ba74-af95462ac0aa","e695db51-f9d5-4eef-84d9-62f7602792b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"If the spell you cast has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-04-12","text":"If you cast a spell “without paying its mana cost,” you can’t choose to cast it for any alternative costs. You can, however, pay additional costs, such as kicker costs. If the spell has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2024-04-12","text":"You choose whether to cast the exiled card as The Key to the Vault’s triggered ability resolves. If you do, you do so as part of the resolution of that ability. You can’t wait to cast it later in the turn. Timing restrictions based on the card’s types are ignored."}],"rarities":["rare"]},"the kingpin of crime":{"name":"The Kingpin of Crime","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Villain"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Extort (Whenever you cast a spell, you may pay {W/B}. If you do, each opponent loses 1 life and you gain that much life.)\nWhenever you attack, you may pay 2 life. If you do, until end of turn, creatures you control with toughness greater than their power assign combat damage equal to their toughness rather than their power.","non_ability_text":null,"flavor_name":null,"keywords":["Extort"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"ToughnessGTPower"}]},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"assign combat damage equal to their toughness rather than their power"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, you may pay 2 life. If you do, until end of turn, creatures you control with toughness greater than their power assign combat damage equal to their toughness rather than their power.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["WhiteBlack"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":"CR 702.101a: Extort — pay {W/B}, each opponent loses 1 life, you gain that much life","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.101a: Extort — whenever you cast a spell, you may pay {W/B}. If you do, each opponent loses 1 life and you gain that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"3eeeb159-aa45-4a9b-9618-8542604b9830","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1803564a-5ec5-4c0d-817c-5575127a3703","495c08ea-5502-4bfe-aa15-fa85556755ae","756fc57c-2687-4cd9-9431-9fa1d453fa2c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"the last agni kai":{"name":"The Last Agni Kai","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control fights target creature an opponent controls. If the creature the opponent controls is dealt excess damage this way, add that much {R}.\nUntil end of turn, you don't lose unspent red mana as steps and phases end.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"color_options":["Red"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"PreviousEffectAmount","comparator":"GT","rhs":{"type":"Fixed","value":0},"channel":"Excess"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":"Target creature you control fights target creature an opponent controls. If the creature the opponent controls is dealt excess damage this way, add that much {R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"StepEndUnspentMana":{"filter":"Red","action":"Retain"}},"affected":{"type":"Controller"},"modifications":[{"type":"AddStaticMode","mode":{"StepEndUnspentMana":{"filter":"Red","action":"Retain"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"you don't lose unspent red mana as steps and phases end"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, you don't lose unspent red mana as steps and phases end.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fd1998c0-c18e-4310-82de-b6320be5fe10","metadata":{"source_printing_ids":["51af6d52-bda7-40be-8a83-c19916320df5","61eaebc6-7575-48ed-b212-ff8b0c7ae694"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"Excess damage has been dealt to a creature if the damage dealt to it is greater than lethal damage. Usually, this means damage greater than its toughness, although damage already marked on the creature is taken into account."},{"date":"2025-10-02","text":"In some cases, the creature you control that is fighting may have deathtouch. Even 1 damage dealt to a creature from a source with deathtouch is considered lethal damage, so any amount greater than that will cause excess damage to be dealt, even if the total amount of damage isn't greater than the opponent's creature's toughness."}],"rarities":["rare"]},"the legend of roku":{"name":"The Legend of Roku","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter.)\nI — Exile the top three cards of your library. Until the end of your next turn, you may play those cards.\nII — Add one mana of any color.\nIII — Exile this Saga, then return it to the battlefield transformed under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":true,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2f26f270-26d9-46d3-957f-19f52d51eb03","metadata":{"related_token_ids":["566d2a4c-5be0-573a-964f-89a13982c567"],"source_printing_ids":["4a8bdef0-c50c-4a30-81bc-507a8289a81b","95f2f5af-d405-4534-8683-5a9001f997b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["PTLA","TLA"],"rarities":["mythic"]},"the lord master of hell":{"name":"The Lord Master of Hell","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Demon","Noble","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Starfall — Whenever The Lord Master of Hell attacks, it deals X damage to each opponent, where X is the number of noncreature, nonland cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card",{"Non":"Creature"},{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it deals X damage to each opponent, where X is the number of noncreature, nonland cards in your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"042c01ec-9f1f-432b-bea9-d64d822cd91e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1b4d8a51-2307-4ed6-af25-c48946219096","3d75e8fd-6139-4b10-9ce3-195b47d72e0c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN"],"rarities":["uncommon"]},"the master, gallifrey's end":{"name":"The Master, Gallifrey's End","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Time Lord","Rogue"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Make Them Pay — Whenever a nontoken artifact creature you control dies, you may exile it. If you do, choose an opponent with the most life among your opponents. That player faces a villainous choice — They lose 4 life, or you create a token that's a copy of that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Opponent":{"restriction":{"type":"PlayerAttribute","relation":{"type":"Opponent"},"attr":{"type":"LifeTotal","player":{"type":"ScopedPlayer"}},"comparator":"GE","value":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Opponent","aggregate":"Max"}}}}}},"persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"ChosenPlayer","index":0},"branches":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":4},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":"They lose 4 life","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"you create a token that's a copy of that card","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact","Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken artifact creature you control dies, you may exile it. If you do, choose an opponent with the most life among your opponents. That player faces a villainous choice — They lose 4 life, or you create a token that's a copy of that card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"e5e2e4ef-1d78-41eb-b634-1a90d4cb7125","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["553b5e02-de02-59fb-9901-28d367ab1c19"],"source_printing_ids":["31d458bd-ac12-4980-85d5-81cfb2a105e9","7db03b22-a9ad-43e9-875f-66e9bdc9cd90","7efb5dd0-abc4-4741-9d90-d8d93b03cf21","dbdf1881-b1a5-4422-b722-2eb03e1bcc4e","e7815e26-b547-47a9-90e3-d1242407b9ce","fc8cc351-831f-47c0-ad1f-f8ca031204de"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"A player facing a villainous choice can always choose either option, even if one or both of the options are impossible. For example, if one of the options is to sacrifice a creature, a player who controls no creatures can still choose that option."},{"date":"2023-10-13","text":"If a spell or ability requires multiple players to face a villainous choice, the result is a little different from other effects in Magic. In that case, the first player in turn order makes their choice and the action for that choice is performed before the next player makes their choice. Then each of the remaining players repeat this process in turn order."},{"date":"2023-10-13","text":"If an effect instructs you to choose a creature type, you may choose Time Lord."},{"date":"2023-10-13","text":"Neither \"Time\" nor \"Lord\" are creature types. Some older cards were printed with the subtype \"Lord,\" but all of those cards have updated Oracle card text that removed that type."},{"date":"2023-10-13","text":"Unlike other creature types in Magic that are each only one word, the two words \"Time Lord\" represent a single creature subtype. Time Lord is the only two-word creature type."},{"date":"2023-10-13","text":"When a player faces a villainous choice, they first choose one of the two options, then all actions in the chosen option are performed."}],"rarities":["rare"]},"the matrix of time":{"name":"The Matrix of Time","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Gallifrey"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you planeswalk to The Matrix of Time, each player exiles the top card of their library.\nDuring your turn, you may play lands and cast spells from among cards exiled with The Matrix of Time.\nWhenever you play a land or cast a spell from among cards exiled with The Matrix of Time, that card's owner loses 3 life and exiles the top card of their library.\nWhenever chaos ensues, create two Treasure tokens.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlaneswalkedTo","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"ScopedPlayer"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you planeswalk to ~, each player exiles the top card of their library.","constraint":null,"condition":null,"batched":false},{"mode":"LandPlayed","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you play a land, that card's owner loses 3 life and exiles the top card of their library.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell from among cards exiled with ~, that card's owner loses 3 life and exiles the top card of their library.","constraint":null,"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, create two Treasure tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ExileCastPermission":{"frequency":"Unlimited","play_mode":"Play","cost":"PayNormalCost","pool":"Persistent","timing":"YourTurnOnly"}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"During your turn, you may play lands and cast spells from among cards exiled with ~."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"ed44d47b-2eea-4cb2-a091-07583bdf390f","metadata":{"related_token_ids":["4f5f8c15-0464-5138-a9b6-07a65429f4f1"],"source_printing_ids":["c343b9dd-edce-46ee-bdd6-f240cf061d59"]},"legalities":{},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"You must pay all costs and follow all normal timing rules to play cards exiled with The Matrix of Time. For example, you may play a land this way only during your main phase while the stack is empty."}],"rarities":["common"]},"the meathook massacre":{"name":"The Meathook Massacre","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When The Meathook Massacre enters, each creature gets -X/-X until end of turn.\nWhenever a creature you control dies, each opponent loses 1 life.\nWhenever a creature an opponent controls dies, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"CostXPaid"}}}},"toughness":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"CostXPaid"}}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each creature gets -X/-X until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control dies, each opponent loses 1 life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature an opponent controls dies, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"127de52b-df75-4342-95a0-20d84c5bf916","metadata":{"source_printing_ids":["08950015-eee5-4327-888c-82dfd13bb9ad","09dbe391-a817-4347-986f-13849746db56","52593d64-182f-45ff-82c6-fb7649d36736","6400b1a3-dc91-499a-b677-93cc67272c86","70d0540f-93c6-4af5-ab2d-65e6c03001c7","996e6444-66b7-4d92-85f2-4c44d58186fe","dce4819c-7f2f-4bed-b02d-d2b7a6c2ad9a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","INR","MID","PLST","PMID","PRM"],"rulings":[{"date":"2021-09-24","text":"If The Meathook Massacre enters the battlefield and it wasn't cast (or it was cast without paying its mana cost), X will be 0. The first ability will trigger, but it won't be much of a massacre."}],"rarities":["mythic"]},"the mind stone":{"name":"The Mind Stone","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Infinity","Stone"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Indestructible\n{T}: Add {W}.\n{5}{W}, {T}: Harness The Mind Stone. (Once harnessed, its ∞ ability is active.)\n∞ — At the beginning of your end step, exile up to one other target nonland permanent you control, then return that card to the battlefield under its owner's control.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Harness"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":5}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{5}{W}, {T}: Harness ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, exile up to one other target nonland permanent you control, then return that card to the battlefield under its owner's control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"SourceIsHarnessed"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b175e826-09e8-4fae-9f2e-b902f95b282d","metadata":{"source_printing_ids":["0e6f8149-61e4-4d7f-840d-a832d83a284e","87f1e69a-6d74-4982-afda-82613637799a","c023ab8d-7f9e-427f-9dcf-699bb65aba5c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"the mindskinner":{"name":"The Mindskinner","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["Nightmare"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"The Mindskinner can't be blocked.\nIf a source you control would deal damage to an opponent, prevent that damage and each opponent mills that many cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}],"replacements":[{"event":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source you control would deal damage to an opponent, prevent that damage and each opponent mills that many cards.","condition":null,"damage_source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"damage_target_filter":{"Player":{"player":{"type":"Opponent"}}},"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2e3ec514-fc9e-4964-a493-2a6cc9e63630","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3130a342-3c98-4c69-975b-a958ccddfe37","7f1bb4c5-99be-46cc-ad54-7affb5f0144c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"If you somehow control more than one of The Mindskinner, the multiple replacement effects will have no effect. Damage dealt to an opponent by a source you control will be replaced only once with that opponent milling that many cards."}],"rarities":["rare"]},"the omenkeel":{"name":"The Omenkeel","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a Vehicle you control deals combat damage to a player, that player exiles that many cards from the top of their library. You may play lands from among those cards for as long as they remain exiled.\nCrew 1","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":1,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"TriggeringPlayer"},"count":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":false,"mode":"Play","duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"they remain exiled"}}}},"cost":null,"sub_ability":null,"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"they remain exiled"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[]},"description":"Whenever a Vehicle you control deals combat damage to a player, that player exiles that many cards from the top of their library. You may play lands from among those cards for as long as they remain exiled.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"648100cd-d44a-48f8-87e4-a1d5467f348c","is_commander":true,"metadata":{"source_printing_ids":["9b660733-6ed4-49a6-ae4c-e9e4f9c851cf","cd53b61b-3bed-4ca3-baf1-ff1c2f03a88d","fab2fca4-a99f-4ffe-9c02-edb6e0be2358"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PLST","PRM"],"rarities":["rare"]},"the ozolith":{"name":"The Ozolith","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control leaves the battlefield, if it had counters on it, put those counters on The Ozolith.\nAt the beginning of combat on your turn, if The Ozolith has counters on it, you may move all counters from The Ozolith onto target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"TriggeringSource"},"counter_type":null,"count":null,"mode":"Put","selection":"StackTarget","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control leaves the battlefield, if it had counters on it, put those counters on ~.","constraint":null,"condition":{"type":"HadCounters","counter_type":null},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":null,"count":null,"mode":"Move","selection":"StackTarget","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, if ~ has counters on it, you may move all counters from ~ onto target creature.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"Any"},"minimum":1},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"1946ded1-5f53-409f-b0a6-5433bb0357d2","metadata":{"source_printing_ids":["1fac900d-c40d-4f33-9ae5-45e31e5ce66c","7d9df3ce-25f9-426c-a113-6aea53ddf619","83a46e68-7fb5-4c17-b5aa-ed039cea59d6","9341ed06-53db-4604-b60a-3ea9129afbc2","e0aaee13-bfeb-47fd-93cb-2ccdd5d44e75","ed3b5f52-ce33-4e67-aca0-6d417fe7f5fa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","LTC","PIKO","PRM","SLD"],"rulings":[{"date":"2020-04-17","text":"+1/+1 counters on The Ozolith have no effect unless it becomes a creature. Keyword counters on The Ozolith will grant it keywords that may have no practical effect. For example, flying on a noncreature artifact is just strange, but hexproof on a noncreature artifact is entirely useful."},{"date":"2020-04-17","text":"As The Ozolith's last ability resolves, you choose whether to move the counters."},{"date":"2020-04-17","text":"If The Ozolith leaves the battlefield after the last ability triggers but before it resolves, you can't move any counters from it onto the target creature."},{"date":"2020-04-17","text":"If the target creature is an illegal target by the time The Ozolith's last ability tries to resolve, the ability won't resolve. You won't remove any counters from The Ozolith."},{"date":"2020-04-17","text":"The Ozolith's first ability doesn't move counters off the creature that's left the battlefield. Rather, you put the same number of each kind of counter the creature had onto The Ozoloith. Notably, if you somehow control a second The Ozolith, each one will receive the same number and kinds of counters that were on the creature that left the battlefield. Similarly, if the creature has an ability that triggers when it leaves the battlefield that refers to the number of counters it had, that ability will use the number of counters that were on the permanent, even if The Ozolith's first ability resolves first."},{"date":"2020-04-17","text":"You can't move only some of the counters from The Ozolith onto the target creature."}],"rarities":["rare","mythic"]},"the powerful dragon":{"name":"The Powerful Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nMentor (Whenever this creature attacks, put a +1/+1 counter on target attacking creature with lesser power.)\nWhenever one or more +1/+1 counters are put on a creature you control, exile the top card of your library. Until end of turn, you may play that card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Mentor"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more +1/+1 counters are put on a creature you control, exile the top card of your library. Until end of turn, you may play that card.","constraint":null,"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LT","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Mentor — put a +1/+1 counter on a lesser-power attacker","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.134a: Mentor — whenever this creature attacks, put a +1/+1 counter on target attacking creature with power less than this creature's power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4bfaa867-ed9b-477d-9787-0ff884fb906b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4a374f23-0f4c-4be2-adec-8e3956efc035"]},"legalities":{},"printings":["UNK"],"rarities":["rare"]},"the prismatic bridge":{"name":"The Prismatic Bridge","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, reveal cards from the top of your library until you reveal a creature or planeswalker card. Put that card onto the battlefield and the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"Controller"},"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":1},"kept_destination":"Battlefield","rest_destination":"Library"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, reveal cards from the top of your library until you reveal a creature or planeswalker card. Put that card onto the battlefield and the rest on the bottom of your library in a random order.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"92023a5d-a143-4950-a71b-d736e6b8e959","metadata":{"source_printing_ids":["46d43696-3c63-4c55-bc61-e1560c8b8201","86f54b82-0168-421e-bcde-d13d48b7d9ff","ced8571a-24e1-45be-8698-3314b663940a","f6cd7465-9dd0-473c-ac5e-dd9e2f22f5f6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM","SLD"],"rarities":["mythic"]},"the rack":{"name":"The Rack","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose an opponent.\nAt the beginning of the chosen player's upkeep, this artifact deals X damage to that player, where X is 3 minus the number of cards in their hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"ClampMin","inner":{"type":"Offset","inner":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"SourceChosenPlayer"}}}},"offset":3},"minimum":0},"target":{"type":"SourceChosenPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"SourceChosenPlayer"},"valid_source":null,"description":"At the beginning of the chosen player's upkeep, ~ deals X damage to that player, where X is 3 minus the number of cards in their hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose an opponent.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"3d873e1d-4fac-42c4-bb31-77e76099e1ef","metadata":{"source_printing_ids":["1e19104f-55d5-40e5-a61d-ddba2cf5a527","20b05627-2486-486d-8e03-2db59f8876c3","2a600805-dd79-419d-9866-f8c29643f0f8","5f4d3e9f-d42a-4f9c-9230-32533d0e3873","696d1e25-5c25-4522-b085-90d49fe23a18","805ca63e-0d86-409d-a1ca-d6b61c3b8895","e2cc6b86-9094-4f82-a5ea-1d8a06a4e013","ec0686ba-1277-4412-a397-7a6227808311","f6b5fd8f-adb0-4cd5-b67a-7999efa25c2d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["3ED","4BB","4ED","ATQ","DPA","FBB","MB2","PRM","PS11","PTC","SUM","TSB"],"rulings":[{"date":"2004-10-04","text":"You choose one opposing player as this card enters, and it only affects that one player. This choice is not changed even if this card changes controllers. It becomes useless but stays on the battlefield if the chosen player leaves the game."}],"rarities":["uncommon","special"]},"the raven man":{"name":"The Raven Man","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if a player discarded a card this turn, create a 1/1 black Bird creature token with flying and \"This token can't block.\"\n{3}{B}, {T}: Each opponent discards a card. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}{B}, {T}: Each opponent discards a card. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Bird","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Bird"],"colors":["Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if a player discarded a card this turn, create a 1/1 black Bird creature token with flying and \"~ can't block.\"","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"CardsDiscardedThisTurn","player":{"type":"AllPlayers","aggregate":"Sum"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"19918740-f6e3-40cd-9848-3c7a852a6c2a","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["abbfb88b-cb12-5377-b069-0aee675281de"],"source_printing_ids":["6e761fb2-ae4f-4d72-a142-f7e9bd681303","bd9f4cca-90fa-4f53-8243-09d99823add3","eee62bdd-3e29-442b-9ce4-1c66d12a5877"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU"],"rulings":[{"date":"2022-09-09","text":"The Raven Man's first ability triggers at the beginning of each player's end step as long as at least one player has discarded a card this turn. It only triggers once, not once for each card discarded or once for each player that discarded a card. It will trigger even if its controller is the one that discarded a card this turn."}],"rarities":["rare"]},"the reaver cleaver":{"name":"The Reaver Cleaver","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1 and has trample and \"Whenever this creature deals combat damage to a player or planeswalker, create that many Treasure tokens.\"\nEquip {3}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player or planeswalker, create that many Treasure tokens.","constraint":null,"condition":null,"batched":false}},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 and has trample and \"Whenever ~ deals combat damage to a player or planeswalker, create that many Treasure tokens.\""}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"37a2a31d-51e6-4c07-b4c2-b206ad40eb42","metadata":{"related_token_ids":["4f940dc2-7698-5fda-9f9b-62ec43ec2012","6b012b36-d1d6-5d9d-a3f3-1f0ca2df04c8","7c5cdbc2-a953-53bd-81dd-9a5c8fbedb85","b0e0f943-429b-5075-a61d-22338c7dfcf6"],"source_printing_ids":["10e6f41c-cb5a-48ea-9ae6-86249bcce629","1d671d06-5881-41c4-a4ff-79c8733bebf5","5bcd1591-b5b9-49fc-9f2a-45f31ed1871e","a18cf0ef-1720-4bb1-9af2-8d59c2b553f9","be11af2c-ced6-4da7-a56c-60cef97b7fbb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DMC","M3C","PLST","SLD"],"rarities":["rare"]},"the ring goes south":{"name":"The Ring Goes South","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"The Ring tempts you. Then reveal cards from the top of your library until you reveal X land cards, where X is the number of legendary creatures you control. Put those land cards onto the battlefield tapped and the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"RingTemptsYou"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}}},"kept_destination":"Battlefield","rest_destination":"Library","enter_tapped":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"the ring tempts you. Then reveal cards from the top of your library until you reveal X land cards, where X is the number of legendary creatures you control. Put those land cards onto the battlefield tapped and the rest on the bottom of your library in a random order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3d36f0ab-d333-4a08-ad1b-5b7e1ddb647c","metadata":{"source_printing_ids":["2003c7f1-c9dc-4d0a-ba4b-6a4ca705164a","3c8a4c7d-527c-49ea-a115-a9e747c0fd03","c7efd07d-98d5-4e92-86dd-1eb4e60183d6","d4ee6b2e-7e6d-4f8d-a75e-ff30722e08d3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"As the Ring tempts you, you get an emblem named The Ring if you don't have one. Then your emblem gains its next ability and you choose a creature you control to become (or remain) your Ring-bearer."},{"date":"2023-06-16","text":"Each player can have only one emblem named The Ring and only one Ring-bearer at a time."},{"date":"2023-06-16","text":"Each time the Ring tempts you, you must choose a creature if you control one."},{"date":"2023-06-16","text":"If the creature you choose as your Ring-bearer was already your Ring-bearer, that still counts as choosing that creature as your Ring-bearer for the purpose of abilities that trigger \"whenever you choose a creature as your Ring-bearer\" or abilities that care about which creature was chosen as your Ring-bearer."},{"date":"2023-06-16","text":"Some spells and abilities that cause the Ring to tempt you may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. The Ring won't tempt you."},{"date":"2023-06-16","text":"The Ring can tempt you even if you don't control a creature. In this case, abilities that trigger \"whenever the Ring tempts you\" will still trigger."},{"date":"2023-06-16","text":"The Ring gains its abilities in order from top to bottom. Once it gains an ability, it has that ability for the rest of the game."}],"rarities":["rare"]},"the rollercrusher ride":{"name":"The Rollercrusher Ride","mana_cost":{"type":"Cost","shards":["X","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Delirium — If a source you control would deal noncombat damage to a permanent or player while there are four or more card types among cards in your graveyard, it deals double that damage instead.\nWhen The Rollercrusher Ride enters, it deals X damage to each of up to X target creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals X damage to each of up to X target creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"Delirium — If a source you control would deal noncombat damage to a permanent or player while there are four or more card types among cards in your graveyard, it deals double that damage instead.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"damage_modification":{"type":"Double"},"damage_source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"combat_scope":"NoncombatOnly"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"aed1f0cd-8df8-415f-afd6-ccfd12234334","metadata":{"source_printing_ids":["4d14e9ee-f82f-4062-b972-9486377dacdb","70019956-fca1-4090-b3b6-6a963528e05b","bb57a981-e70b-4298-b620-577914d67cb7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"If another effect (or effects) modifies how much damage a source you control would deal while you have delirium—by preventing some of it, for example—the player being dealt damage or the controller of the permanent being dealt damage chooses the order in which any such effects apply. If all of the damage is prevented, the effect of The Rollercrusher Ride's first ability no longer applies."},{"date":"2024-09-20","text":"If damage dealt by a source you control is being divided among multiple permanents and/or players while you have delirium, that damage is divided before doubling."},{"date":"2024-09-20","text":"The damage is dealt by the same source as the original source of damage. The doubled damage isn't dealt by The Rollercrusher Ride unless it was the original source of damage."}],"rarities":["mythic"]},"the scarab god":{"name":"The Scarab God","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, each opponent loses X life and you scry X, where X is the number of Zombies you control.\n{2}{U}{B}: Exile target creature card from a graveyard. Create a token that's a copy of it, except it's a 4/4 black Zombie.\nWhen The Scarab God dies, return it to its owner's hand at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black"],"generic":2}},"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TrackedSet","id":0},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"SetColor","colors":["Black"]},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddType","core_type":"Creature"},{"type":"AddSubtype","subtype":"Zombie"}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}{U}{B}: Exile target creature card from a graveyard. Create a token that's a copy of it, except it's a 4/4 black Zombie.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":"You","properties":[]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, each opponent loses X life and you scry X, where X is the number of Zombies you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, return it to its owner's hand at the beginning of the next end step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"c75e55f2-fd6c-4816-9d96-21eeb8369aff","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047","5a9097cb-1a78-558b-90d2-217688ef45d1","70911aa0-1297-5263-b92c-2348ab09b87e"],"source_printing_ids":["01ff8244-ec3b-41bd-a007-bbd403a96e96","2025bd7b-ddef-40cf-9ffd-80591a67b508","456b330e-5ff7-4192-bc6f-2f2b4654bee7","621cfd79-be4e-41e3-95ce-62b0eeff5baf","70d1af08-f4e6-4030-8ebe-30d9d706b114","7546b37d-c83a-4632-bebf-cc46d114481f","d79ee141-0ea6-45d6-a682-96a37d703394","f4f414ef-84a2-4694-9e98-51bee4576c84"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","AKR","CMM","DRC","HOU","MP2","PHOU","SLD"],"rulings":[{"date":"2017-07-14","text":"If this creature dies but leaves your graveyard before the next end step, it will remain in its new zone."},{"date":"2017-07-14","text":"The “next end step” refers to the next end step that occurs, not the end step of the next turn. If this creature dies before a turn's end step (for example, during combat), it will be returned to its owner's hand at the beginning of that turn's end step."},{"date":"2020-08-07","text":"In a Two-Headed Giant game, The Scarab God's first ability causes the opposing team to lose life equal to twice the number of Zombies you control, although you scry only equal to the number of Zombies you control."},{"date":"2020-08-07","text":"The number of Zombies you control is counted as The Scarab God's first ability resolves. Players can try to change that number in response to the ability (perhaps by activating its second ability)."}],"rarities":["mythic","special"]},"the seriema":{"name":"The Seriema","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When The Seriema enters, search your library for a legendary creature card, reveal it, put it into your hand, then shuffle.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 7+.)\n7+ | Flying\nOther tapped legendary creatures you control have indestructible.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, search your library for a legendary creature card, reveal it, put it into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"7+ | Flying"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Tapped"},{"type":"HasSupertype","value":"Legendary"},{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other tapped legendary creatures you control have indestructible."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":5},{"type":"SetToughness","value":5}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 7+"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a6bcec1f-f515-4e63-9e84-8eb04cc582ff","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9361996c-414b-4d0d-9d94-b6d5fe04e987","dec91ec3-42d3-4922-96f0-dbb50a576084"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"the seventh doctor":{"name":"The Seventh Doctor","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Time Lord","Doctor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Whenever The Seventh Doctor attacks, choose a card in your hand. Defending player guesses whether that card's mana value is greater than the number of artifacts you control. If they guessed wrong, you may cast it without paying its mana cost. If you don't cast a spell this way, investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Hand","zone_owner":"Controller","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"chooser":"Controller","up_to":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"OpponentGuess","guesser":"DefendingPlayer","subject":{"type":"Proposition","lhs":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Target"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":{"Guessed":{"outcome":"Incorrect"}}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, choose a card in your hand. Defending player guesses whether that card's mana value is greater than the number of artifacts you control. If they guessed wrong, you may cast it without paying its mana cost. If you don't cast a spell this way, investigate.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"43e1b053-2cb9-4b1d-9e38-100cfa7267b6","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["915356b7-202a-5619-b003-e613d245d5bb"],"source_printing_ids":["3ce91239-0003-4e77-91af-a00eab10e98c","6d19bf30-4e95-470b-a81b-a6595816eeed","6e7c642d-3c32-4a16-8da5-fd1505e571d1","8ce1351f-3643-4d7e-99a8-9c1a31abe970","8dd6bfb3-1338-4ee6-9281-30a7428200d2","9499f326-3ebe-4544-8dc3-30b7e16d1d89","cec9e2a0-8eff-494c-b4a3-8bf60a1dedc8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If an effect instructs you to choose a creature type, you may choose Time Lord."},{"date":"2023-10-13","text":"If the card you chose has an {X} in its mana cost, the value of X is 0."},{"date":"2023-10-13","text":"Neither \"Time\" nor \"Lord\" are creature types. Some older cards were printed with the subtype \"Lord,\" but all of those cards have updated Oracle card text that removed that type."},{"date":"2023-10-13","text":"To choose a card in your hand for The Seventh Doctor's ability, take a card in your hand and separate it from the others, face down. Then the defending player guesses whether the mana value of that card is greater than the number of artifacts you control. You do not have to reveal whether they guess right or wrong unless you are casting the card."},{"date":"2023-10-13","text":"Unlike other creature types in Magic that are each only one word, the two words \"Time Lord\" represent a single creature subtype. Time Lord is the only two-word creature type."}],"rarities":["rare"]},"the skullspore nexus":{"name":"The Skullspore Nexus","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {X} less to cast, where X is the greatest power among creatures you control.\nWhenever one or more nontoken creatures you control die, create a green Fungus Dinosaur creature token with base power and toughness each equal to the total power of those creatures.\n{2}, {T}: Double target creature's power until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DoublePT","mode":"Power","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"factor":2},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{2}, {T}: Double target creature's power until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"Token","name":"Fungus Dinosaur","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"TrackedSetAggregate","function":"Sum","property":"Power","source":"TriggeringBatch"}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"TrackedSetAggregate","function":"Sum","property":"Power","source":"TriggeringBatch"}}},"types":["Creature","Fungus","Dinosaur"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more nontoken creatures you control die, create a green Fungus Dinosaur creature token with base power and toughness each equal to the total power of those creatures.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {X} less to cast, where X is the greatest power among creatures you control."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ba26ff0a-e714-44f2-95cf-1a5a6088edf9","metadata":{"related_token_ids":["7af4122b-94af-5e15-9d75-54f15bbb442a"],"source_printing_ids":["85c4b837-1557-4dda-a324-9646ce702dfd","b56a7631-5f94-468d-aab7-7e9e129c5f49"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI"],"rulings":[{"date":"2023-11-10","text":"Once you determine the cost to cast The Skullspore Nexus, you may activate abilities to pay that cost. If the greatest power among creatures you control changes while activating mana abilities, the cost to cast The Skullspore Nexus remains what you previously determined."},{"date":"2023-11-10","text":"The first step of casting a spell is to move it to the stack. If this causes the greatest power among creatures you control to change (for example, if you control a creature with \"This creature's power is equal to the number of cards in your hand\"), that new power will be used to determine the cost reduction."},{"date":"2023-11-10","text":"To double a creature's power, that creature gets +X/+0, where X is that creature's power as The Skullspore Nexus's activated ability resolves."},{"date":"2023-11-10","text":"Use the power of the nontoken creatures that died as they last existed on the battlefield to determine the base power and toughness of the token created by the middle ability."}],"rarities":["mythic"]},"the space family goblinson":{"name":"The Space Family Goblinson","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Guest"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"The Space Family Goblinson has trample as long as you've rolled three or more dice this turn.\nWhenever you roll a die, put a +1/+1 counter on The Space Family Goblinson.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"RolledDieOnce","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll a die, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"Unrecognized","text":"you've rolled three or more dice this turn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has trample as long as you've rolled three or more dice this turn."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"63132b61-a684-4900-baf2-818904805208","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["26177224-3c0e-4081-8468-3cd9981ddb0a","5200905c-ed18-45aa-8a24-3e1ef688bc6f","6b9969b4-cb64-4275-b7fd-93565dadaaf7","db161073-7fb1-465c-8878-e2584ac27458"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["UNF"],"rulings":[{"date":"2022-10-07","text":"If you roll more than one die at a time, however, that does count as multiple die rolls."},{"date":"2022-10-07","text":"Remember that if a die is rerolled, that counts only as a single roll. The original roll doesn’t count. Similarly, any die roll that’s ignored doesn’t count."}],"rarities":["uncommon"]},"the tabernacle at pendrell vale":{"name":"The Tabernacle at Pendrell Vale","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"All creatures have \"At the beginning of your upkeep, destroy this creature unless you pay {1}.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"SelfRef"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, destroy ~ unless you pay {1}.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All creatures have \"At the beginning of your upkeep, destroy ~ unless you pay {1}.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"69b409b3-fa16-4c79-8b46-215a7036ed46","metadata":{"source_printing_ids":["64bc9b1d-5818-4d9e-b771-e49af4ff9a5c","cd3f7f4e-cb25-4121-96a0-a4dc530420b9"]},"legalities":{"commander":"legal","duel":"banned","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LEG","ME3","OLGC","PRM"],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"the tarrasque":{"name":"The Tarrasque","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"The Tarrasque has haste and ward {10} as long as it was cast.\nWhenever The Tarrasque attacks, it fights target creature defending player controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"DefendingPlayer","properties":[]},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it fights target creature defending player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"},{"type":"AddKeyword","keyword":{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":10}}}}],"condition":{"type":"WasCast"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has haste and ward {10} as long as it was cast."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bfd66214-e576-4a7e-8559-4e4e51d56b98","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7e498a59-e6b2-4eaf-ae6e-399e9f700fde","8a26fa15-d81f-4152-ae33-e91aa276b3fc","a785d199-3e8a-494a-9fd7-5215eb6b3eea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR","PLST"],"rulings":[{"date":"2021-07-23","text":"Fighting is not optional. If there is at least one legal target for The Tarrasque's last ability, it must fight."},{"date":"2021-07-23","text":"If a player casts a spell that targets multiple permanents their opponent controls with ward, each of those ward abilities will trigger. If that player doesn't pay for all of them, the spell will be countered."},{"date":"2021-07-23","text":"The Tarrasque will have haste and ward {10} even if it was cast from a zone other than your hand. May we suggest the command zone?"},{"date":"2021-07-23","text":"The fight happens in the declare attackers step before blockers are declared. Unless the creature it is fighting survives, that creature won't be able to block that combat."}],"rarities":["mythic"]},"the ten rings":{"name":"The Ten Rings","mana_cost":{"type":"Cost","shards":[],"generic":8},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Your maximum hand size is ten.\nAt the beginning of your end step, if you have fewer than ten cards in hand, draw cards equal to the difference.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"right":{"type":"Fixed","value":10}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you have fewer than ten cards in hand, draw cards equal to the difference.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"LT","rhs":{"type":"Fixed","value":10}},"batched":false}],"static_abilities":[{"mode":{"MaximumHandSize":{"modification":{"SetTo":10}}},"affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your maximum hand size is ten."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"a82d855c-50c8-43f2-99ba-a84fe84539c5","metadata":{"source_printing_ids":["2332bc91-b0f2-4911-844d-d1cc915cd6c8","47360bb6-9724-4418-b1f3-59d0b28e7798"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"the tomb of aclazotz":{"name":"The Tomb of Aclazotz","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":["Cave"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Transforms from Tarrian's Journal.)\n{T}: Add {B}.\n{T}: You may cast a creature spell from your graveyard this turn. If you do, it enters with a finality counter on it and is a Vampire in addition to its other types. (If a creature with a finality counter on it would die, exile it instead.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"without_paying_mana_cost":false,"mode":"Cast","duration":"UntilEndOfTurn"},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"AddPendingETBCounters","counter_type":"finality","count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddPendingEntersModifications","modifications":[{"type":"AddSubtype","subtype":"Vampire"}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{T}: You may cast a creature spell from your graveyard this turn. If you do, it enters with a finality counter on it and is a Vampire in addition to its other types.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a75b02ba-b0c8-47e3-a05c-e9ba221a7578","metadata":{"source_printing_ids":["3577ac1a-7c14-4463-a8c0-530f37f3d935","99255a66-b868-45fc-a2a9-0c89bd851b69"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rarities":["rare"]},"the toymaker's trap":{"name":"The Toymaker's Trap","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, secretly choose a number between 1 and 5 that hasn't been chosen. If you do, an opponent guesses which number you chose, then you reveal the number you chose. If they guessed wrong, they lose life equal to the number they guessed and you draw a card. If they guessed right, sacrifice this enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"NumberRange":{"min":1,"max":5,"distinctness":"DistinctFromSourceHistory"}},"persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"OpponentGuess","guesser":{"ChosenPlayer":{"index":0}},"subject":{"type":"CommittedChoice","choice_type":{"NumberRange":{"min":1,"max":5,"distinctness":"DistinctFromSourceHistory"}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"NoOp"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"guessed"}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":{"Guessed":{"outcome":"Correct"}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":{"Guessed":{"outcome":"Incorrect"}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":{"Guessed":{"outcome":"Incorrect"}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, secretly choose a number between 1 and 5 that hasn't been chosen. If you do, an opponent guesses which number you chose, then you reveal the number you chose. If they guessed wrong, they lose life equal to the number they guessed and you draw a card. If they guessed right, sacrifice ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8e93ea21-5e3f-448e-a175-96c8438c328e","metadata":{"source_printing_ids":["381de078-6eac-462c-b6d9-095779279d42","574546c1-c023-4250-990a-010fc630934b","70bf950d-bf1b-4ee6-9ffe-326473d7c704","c25b6dcd-12aa-449d-b734-d1dc4b053df4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If The Toymaker's Trap leaves the battlefield and later returns to the battlefield, it has no memory of which numbers were chosen for its effect before. The same is true if you control a second copy of it."},{"date":"2023-10-13","text":"To secretly choose a number, write a number from 1 to 5 down without showing it to anyone else."}],"rarities":["rare"]},"the true scriptures":{"name":"The True Scriptures","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter.)\nI — For each opponent, destroy up to one target creature or planeswalker that player controls.\nII — Each opponent discards three cards, then mills three cards.\nIII — Put all creature cards from all graveyards onto the battlefield under your control. Exile this Saga, then return it to the battlefield (front face up).","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"TargetPlayer","properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"Opponent"}}}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"enters_under":"You"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"97652492-7906-4d79-983c-fa1dc1239eba","metadata":{"source_printing_ids":["7367ddfd-508e-49de-9428-3384bbe80b55","bf2249e6-af74-4b88-8eb7-144ce8fa7f6b","c9063b1d-573a-4979-8cb3-4afe4eee66d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rarities":["mythic"]},"the unagi of kyoshi island":{"name":"The Unagi of Kyoshi Island","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Serpent"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flash\nWard—Waterbend {4}. (Whenever this creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {4}. They can tap their artifacts and creatures to help. Each one pays for {1}.)\nWhenever an opponent draws their second card each turn, you draw two cards.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Waterbend",{"Ward":{"type":"Waterbend","data":{"type":"Cost","shards":[],"generic":4}}}],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws their second card each turn, you draw two cards.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"be922360-ee9f-4cfb-bf10-d481c5de5cb1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0ecd8b38-9ee5-41a5-9b93-21c33fc1a6ff","66387ea1-af31-4332-bacc-c32fe3260f4b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"If a card or ability instructs your opponent to put cards into their hand without specifically using the word \"draw,\" it's not a card drawn."},{"date":"2025-10-02","text":"If an effect instructs your opponent to draw multiple cards, the ability triggers after they draw whichever is the second one for the turn. It goes on the stack after they've drawn and looked at all the cards and finished resolving the spell or ability that caused them to draw cards."},{"date":"2025-10-02","text":"The last ability can trigger only once each turn for each opponent. It doesn't matter whether The Unagi of Kyoshi Island was on the battlefield when the first card was drawn. If it's not on the battlefield when the second card is drawn, the ability can't trigger at all that turn. It won't trigger when the third or fourth card is drawn."}],"rarities":["rare"]},"the ur-dragon":{"name":"The Ur-Dragon","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon","Avatar"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"Eminence — As long as The Ur-Dragon is in the command zone or on the battlefield, other Dragon spells you cast cost {1} less to cast.\nFlying\nWhenever one or more Dragons you control attack, draw that many cards, then you may put a permanent card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more Dragons you control attack, draw that many cards, then you may put a permanent card from your hand onto the battlefield.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":null,"properties":[{"type":"Another"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"Or","conditions":[{"type":"SourceInZone","zone":"Command"},{"type":"SourceInZone","zone":"Battlefield"}]},"affected_zone":null,"effect_zone":null,"active_zones":["Command","Battlefield"],"characteristic_defining":false,"description":"Eminence — As long as ~ is in the command zone or on the battlefield, other Dragon spells you cast cost {1} less to cast."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"87b22b09-4f6d-4bc5-9cfc-663e4c7c6981","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["10d42b35-844f-4a64-9981-c6118d45e826","6270c798-a3ba-4826-b0a9-82f7e12890f6","7e78b70b-0c67-4f14-8ad7-c9f8e3f59743","d2763752-57af-4d4a-a0e5-5a496985b8bf","ea949741-af94-47ae-a577-2953c69ab71d","fe0192cd-9c14-4f24-bc31-febfb135f707"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","CMM","OC17","PF25","PZ2","SLD"],"rulings":[{"date":"2017-08-25","text":"If a Dragon you control enters the battlefield attacking, it won’t cause The Ur-Dragon’s last ability to trigger."},{"date":"2017-08-25","text":"The Ur-Dragon’s triggered ability resolves after all attackers have been chosen. You can’t attack with some Dragons, put a creature card with haste onto the battlefield, and then attack with that creature. Similarly, any “whenever a creature attacks” abilities of the permanent card you put onto the battlefield won’t trigger."},{"date":"2017-08-25","text":"You draw one card for each Dragon you controlled that attacked, even if some of them left the battlefield before The Ur-Dragon’s triggered ability resolves."},{"date":"2017-08-25","text":"You may only put one permanent card from your hand onto the battlefield, no matter how many Dragons you attacked with or how many players they attacked."}],"rarities":["mythic"]},"the valeyard":{"name":"The Valeyard","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Time Lord","Noble"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"If an opponent would face a villainous choice, they face that choice an additional time. (They can make the same or different choices.)\nWhile voting, you may vote an additional time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"GrantsExtraVillainousChoice","affected":{"type":"Player"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If an opponent would face a villainous choice, they face that choice an additional time."},{"mode":"GrantsExtraVote","affected":{"type":"Player"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"While voting, you may vote an additional time."}],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"ed202f1d-3511-45f4-bfbc-e6b76d4311d1","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Optional_YouMay","description":"If an opponent would face a villainous choice, they face that choice an additional time. (They can make the same or different choices.)\nWhil","line_index":0}],"metadata":{"source_printing_ids":["0ddf0067-2453-44b3-8ea7-248a8bb1268f","d154b5ec-9fd0-4627-bcf8-7993f1ab5b6b","d63218a4-afaf-4ad8-9ca4-4f9af87877b9","d6b4bf74-1ca1-48ea-9f82-511c3c2eb04a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If an effect instructs you to choose a creature type, you may choose Time Lord."},{"date":"2023-10-13","text":"Neither \"Time\" nor \"Lord\" are creature types. Some older cards were printed with the subtype \"Lord,\" but all of those cards have updated Oracle card text that removed that type."},{"date":"2023-10-13","text":"Unlike other creature types in Magic that are each only one word, the two words \"Time Lord\" represent a single creature subtype. Time Lord is the only two-word creature type."}],"rarities":["rare"]},"the wandering emperor":{"name":"The Wandering Emperor","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":[]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"Flash\nAs long as The Wandering Emperor entered this turn, you may activate her loyalty abilities any time you could cast an instant.\n[+1]: Put a +1/+1 counter on up to one target creature. It gains first strike until end of turn.\n[−1]: Create a 2/2 white Samurai creature token with vigilance.\n[−2]: Exile target tapped creature. You gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: Put a +1/+1 counter on up to one target creature. It gains first strike until end of turn.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Activated","effect":{"type":"Token","name":"Samurai","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Samurai"],"colors":["White"],"keywords":["Vigilance"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":-1},"sub_ability":null,"duration":null,"description":"[−1]: Create a 2/2 white Samurai creature token with vigilance.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Tapped"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Exile target tapped creature. You gain 2 life.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ActivateAsInstant":{"cost_category":"PaysLoyalty"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"SourceEnteredThisTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ entered this turn, you may activate her loyalty abilities any time you could cast an instant."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0c7f18d5-36cb-4bc6-a358-443b97666215","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["0979b2d0-05a6-5616-b7be-75c1777f6cb6"],"source_printing_ids":["22edc832-993b-432a-8435-8d8a72799122","71327818-2784-4fde-8e19-ef8677694a5f","b92aafa5-9a21-4564-8b33-dab414cd5dca","fab2d8a9-ab4c-4225-a570-22636293c17d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM","PWCS"],"rulings":[{"date":"2022-02-18","text":"You may still only activate one of The Wandering Emperor's loyalty abilities on the turn she entered the battlefield."}],"rarities":["mythic"]},"the wandering minstrel":{"name":"The Wandering Minstrel","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Bard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Lands you control enter untapped.\nThe Minstrel's Ballad — At the beginning of combat on your turn, if you control five or more Towns, create a 2/2 Elemental creature token that's all colors.\n{3}{W}{U}{B}{R}{G}: Other creatures you control get +X/+X until end of turn, where X is the number of Towns you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PumpAll","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Town"}],"controller":"You","properties":[]}}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Town"}],"controller":"You","properties":[]}}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":3}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{3}{W}{U}{B}{R}{G}: Other creatures you control get +X/+X until end of turn, where X is the number of Towns you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Elemental"],"colors":["White","Blue","Black","Red","Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, if you control five or more Towns, create a 2/2 Elemental creature token that's all colors.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Town"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"batched":false}],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"description":"Lands you control enter untapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"e6e6e3d2-f2fb-46a1-8798-13a2f2efe8cc","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["b9f1ebfd-34fc-5c08-b211-5e2578b91982"],"source_printing_ids":["77bc419d-ff69-4e7c-afe6-faca383a5ed7","f39b9892-9b82-4dea-bae0-e1735618341e","fd5de0c8-6af9-4b0a-be9d-19af1e7bd7c3","fe9cd860-1b4e-48ec-be30-e0ec4ca75e26"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"If The Wandering Minstrel would enter the battlefield at the same time a land you control would enter the battlefield tapped, that land still enters the battlefield tapped."},{"date":"2025-06-06","text":"If a land has an ability that says it enters the battlefield tapped, you choose the order in which that ability's effect and The Wandering Minstrel's effect apply. This means you can choose to have the land enter tapped or untapped. If a land you control is simply put onto the battlefield tapped without a replacement effect being applied, it always enters untapped if you control The Wandering Minstrel."},{"date":"2025-06-06","text":"The Wandering Minstrel's second ability checks at the moment it would trigger to see if you control five or more Towns. If you don't, the ability won't trigger at all. If it does trigger, the ability will check again as it tries to resolve. If you don't control five or more Towns at that time, the ability won't resolve and none of its effects will happen."},{"date":"2025-06-06","text":"The value of X is calculated only once, as The Wandering Minstrel's last ability resolves."}],"rarities":["rare"]},"the wedding of river song":{"name":"The Wedding of River Song","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw two cards, then you may exile a nonland card from your hand with a number of time counters on it equal to its mana value. Then target opponent does the same. Cards exiled this way that don't have suspend gain suspend.\nTime travel. (For each suspended card you own and each permanent you control with a time counter on it, you may add or remove a time counter.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["time",{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}]]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"target_opponent_does_the_same","description":"target opponent does the same"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"cards","description":"Cards exiled this way that don't have suspend gain suspend"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TimeTravel"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":"Draw two cards, then you may exile a nonland card from your hand with a number of time counters on it equal to its mana value. Then target opponent does the same. Cards exiled this way that don't have suspend gain suspend.\nTime travel.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1ff91cc1-2233-4ceb-91ba-6a49c7147f32","metadata":{"source_printing_ids":["47cdfa73-4e56-4364-82eb-744a1680911d","4be35975-fac5-448d-a18e-7b05dcc57f02","adc4ce53-7805-4448-bc20-f5bf85fdefa3","d3fc2d77-ec3c-408f-9259-0c511790fa34"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If you exile a card with a mana value of 0, it will gain suspend, but no time counters will be placed on it. It can't be cast unless a time counter is later placed on it (and then, subsequently removed), and it isn't considered to be a \"suspended card.\""},{"date":"2023-10-13","text":"Time counters are usually found on cards with suspend and vanishing, but may be found on other cards as well. Notably, Sagas use lore counters to track their progress, not time counters. You can't move a Saga's chapters forward and backward this way."},{"date":"2023-10-13","text":"To time travel, look at each permanent you control with a time counter on it and each suspended card you own in exile with a time counter on it. For each of them, you choose whether you want to put a time counter on that card or permanent, remove a time counter from it, or do neither. Then those changes all happen simultaneously."},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare"]},"the wise mothman":{"name":"The Wise Mothman","mana_cost":{"type":"Cost","shards":["Black","Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Insect","Mutant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever The Wise Mothman enters or attacks, each player gets a rad counter.\nWhenever one or more nonland cards are milled, put a +1/+1 counter on each of up to X target creatures, where X is the number of nonland cards milled this way.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"GivePlayerCounter","counter_kind":"Rad","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, each player gets a rad counter.","constraint":null,"condition":null,"batched":false},{"mode":"Milled","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more nonland cards are milled, put a +1/+1 counter on each of up to X target creatures, where X is the number of nonland cards milled this way.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green","Blue"],"scryfall_oracle_id":"7656f93b-336f-49cb-b8fe-c2b5c014258f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["16a1d611-6f5f-40af-8ca3-b9dc619111eb","28686dda-64b0-4ffe-b71a-58e7f901c4eb","3d6d6944-a364-41c2-b824-7a1bf6ad0d1e","5a769dd6-3018-412f-b8ea-2434c5074945","a44f6097-a513-44a5-aaa4-92ac2fa800c0","cfb80c75-4b1b-4f25-923a-933855e7345c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP","SLD"],"rulings":[{"date":"2024-03-08","text":"Any effects (such as proliferate) that interact with counters a player gets, has, or loses can interact with rad counters."},{"date":"2024-03-08","text":"If a player has fewer cards remaining in their library than the number of rad counters they have when the triggered ability resolves, they’ll mill as many cards as they can."},{"date":"2024-03-08","text":"If more than one player is instructed to mill at the same time (by the activated ability of Raul, Trouble Shooter, for example), as long as at least one nonland card is milled, The Wise Mothman’s last ability will trigger just once."},{"date":"2024-03-08","text":"In a game using the shared team turns option, such as an Archenemy or Two-Headed Giant game, the inherent triggered ability associated with rad counters triggers once for each player on the active team that has rad counters. Each instance of that ability is controlled by one of those players."},{"date":"2024-03-08","text":"Keep track of how many rad counters each player has. Potential ways to track this include writing them down on paper or using dice, but any method that is clear and mutually agreeable is fine."},{"date":"2024-03-08","text":"Rad counters are a kind of counter that a player may have. They’re not associated with any specific permanents."},{"date":"2024-03-08","text":"Rad counters don’t go away as steps, phases, or turns end. They only go away when an effect instructs a player to remove rad counters from themselves."},{"date":"2024-03-08","text":"The cards are milled all at once, which means abilities that trigger “whenever one or more nonland cards are milled” will trigger exactly once as long as at least one nonland card was milled."},{"date":"2024-03-08","text":"There is an inherent triggered ability associated with having rad counters. This triggered ability has no source and is controlled by the active player. The full text of this ability is “At the beginning of the precombat main phase of a player with rad counters, that player mills cards equal to the number of rad counters they have. For each nonland card milled this way, that player loses 1 life and removes one rad counter from themselves.”"}],"rarities":["mythic"]},"thespian's stage":{"name":"Thespian's Stage","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{2}, {T}: This land becomes a copy of target land, except it has this ability.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"duration":"Permanent","additional_modifications":[{"type":"RetainPrintedAbilityFromSource","source_ability_index":1}]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":"Permanent","description":"{2}, {T}: ~ becomes a copy of target land, except it has this ability.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b01e698b-608a-4fc7-8073-b01d044743ec","metadata":{"source_printing_ids":["107492bd-b32f-4692-917c-7771986b5bf7","10c1ac95-c277-4430-8499-a005200e85aa","1907ce97-79d9-4623-847d-6582203e7075","269a926d-7788-4668-8bd8-7572dbf5f5eb","3490e699-a796-42c9-87d1-90673644a379","4bc82744-f5da-438c-9ecf-1c286d9d78d3","50ae3d9d-e269-4a83-9b2d-cfe34f5f0f78","75129f63-423c-478d-be25-a4e113d8204e","8262562c-7328-47f8-8225-bf0613b7944e","954c7792-c147-401d-bbe5-f1773ae3b301","b3cb3c82-ae92-4afe-bf30-bc9f8119a11e","b6f27909-e5cd-44c0-91c4-21624f692fd9","c1394924-511a-43db-b9cd-5fb1b64c6597","d618c6b2-6ca2-4584-9926-b1d184c144bd","d93554e7-7df8-4c13-9a32-ee4d0b98066e","dc03cbbf-6157-48ee-9687-c91513a95f18","e90b10f7-474d-4947-aec9-ac4196a84a35","f55d8c6a-210a-4c89-91e7-e02679544c62"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C19","EA3","EOS","GTC","M3C","MB2","PLST","RVR","SLD","UMA","WHO"],"rulings":[{"date":"2018-12-07","text":"A land's copiable values are those printed on it, as modified by other copy effects. Counters and other effects aren't copied. Notably, if you copy a land that is also a creature because of a temporary effect (such as Celestial Colonnade), Thespian's Stage will become just the \"unanimated\" land."},{"date":"2018-12-07","text":"No enters-the-battlefield abilities of the land Thespian's Stage is copying will trigger. Thespian's Stage was already on the battlefield. Similarly, no \"as this land enters the battlefield\" or \"this land enters the battlefield with\" effects, such as that of Dark Depths, will apply."},{"date":"2018-12-07","text":"The copy effect created by the last activated ability doesn't have a duration. It will last until Thespian's Stage leaves the battlefield or another copy effect overwrites it. The permanent will no longer have the first ability of Thespian's Stage."},{"date":"2018-12-07","text":"Thespian's Stage doesn't become untapped when it becomes a copy, even if the target land is untapped."}],"rarities":["rare"]},"think twice":{"name":"Think Twice","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw a card.\nFlashback {2}{U} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":2}}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fa85c5a2-8e83-4624-a35a-a0bbf17ecbb4","metadata":{"source_printing_ids":["352d99db-de6d-4405-90ec-b144abbaa5a4","35471afe-e14c-48f4-b901-297111be9c23","37358b49-f644-47f1-97e9-d8a43badb56b","3b90a2cc-a87d-4024-bc31-66ef00e04a90","40a7e9bb-0772-4539-bbf9-7a95d5e47947","50e1d85b-f094-40e2-8811-640076d7d546","53e44060-a9a2-4095-9f5b-f60297525315","6615cc95-0d7a-474d-bf35-3ea4dfc4cced","7228018d-3e25-41f0-ae16-beb96dd5e1cc","73db9c10-109a-417f-81cd-489d9510cc78","7b93726a-9ee7-4010-9db1-1e1ac5955398","85835de4-66ea-4ba1-87ca-6bcec2a8660a","988111df-e398-4e87-aaf9-5872f36710de","bdeaa858-14b4-4f51-902f-c8d50b9c46fb","ce79538b-20a4-42f8-934f-bc4e2723133e","d4d6d21e-4941-4b99-bed1-491b5a524d47","d88faaa1-eb41-40f7-991c-5c06e1138f3d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","FDN","HA4","INR","ISD","MSC","OTC","PLST","TDC","TSP","TSR","UMA","WHO"],"rulings":[{"date":"2024-11-08","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2024-11-08","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2024-11-08","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2024-11-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2024-11-08","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2024-11-08","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["common","mythic"]},"this is how it ends":{"name":"This Is How It Ends","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature's owner shuffles it into their library, then faces a villainous choice — They lose 5 life, or they shuffle another creature they own into their library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"ParentObjectTargetOwner"},"branches":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":5},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":"They lose 5 life","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[{"type":"Another"},{"type":"Owned","controller":"ScopedPlayer"}]},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"they shuffle another creature they own into their library","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target creature's owner shuffles it into their library, then faces a villainous choice — They lose 5 life, or they shuffle another creature they own into their library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"53467cf4-5db2-4b9c-af2b-03b044c558cd","metadata":{"source_printing_ids":["0686d1c6-bebe-45ac-b82e-78cf420b5e33","250f6265-c0c8-4f51-bea8-408caf0a58d8","2ecb70ba-2b35-4032-9d2c-ce64099b9719","6e4f9b2d-f7b3-4ea4-b4b4-2f0734ae295f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"A player facing a villainous choice can always choose either option, even if one or both of the options are impossible. For example, if one of the options is to sacrifice a creature, a player who controls no creatures can still choose that option."},{"date":"2023-10-13","text":"If a spell or ability requires multiple players to face a villainous choice, the result is a little different from other effects in Magic. In that case, the first player in turn order makes their choice and the action for that choice is performed before the next player makes their choice. Then each of the remaining players repeat this process in turn order."},{"date":"2023-10-13","text":"When a player faces a villainous choice, they first choose one of the two options, then all actions in the chosen option are performed."}],"rarities":["rare"]},"thopter assembly":{"name":"Thopter Assembly","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Thopter"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your upkeep, if you control no Thopters other than this creature, return this creature to its owner's hand and create five 1/1 colorless Thopter artifact creature tokens with flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Thopter","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Thopter"],"colors":[],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":5},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you control no Thopters other than ~, return ~ to its owner's hand and create five 1/1 colorless Thopter artifact creature tokens with flying.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Thopter"}],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"007c110d-4364-41e5-a8bc-6ac05ecbbd00","metadata":{"related_token_ids":["6bab41d8-75fc-5971-9e78-e24e3a03a8e2","6cfb85ca-b3aa-5234-8697-65f7f891dadf","836ea731-1b6e-5118-9059-03d5ab0b4ecb","d976794c-c6a4-56c8-8f29-7a3668f30b9f"],"source_printing_ids":["644ab412-0603-447d-b8ef-dfd79f78e2a5","94858a1d-7107-4ae4-a519-c3f7904146fa","b743c4d6-8bf6-4250-a9c0-d85b0d38572d","efc9db16-53d3-4d27-ba42-c3c445f2f92f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C18","DDU","MBS","MOC","PMBS","PRM"],"rulings":[{"date":"2011-06-01","text":"The triggered ability looks for any permanent you control with the creature type Thopter, not just the Thopter tokens previously created by a Thopter Assembly."}],"rarities":["rare"]},"thopter foundry":{"name":"Thopter Foundry","mana_cost":{"type":"Cost","shards":["WhiteBlack","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, Sacrifice a nontoken artifact: Create a 1/1 blue Thopter artifact creature token with flying. You gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Thopter","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Thopter"],"colors":["Blue"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"NonToken"}]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}, Sacrifice a nontoken artifact: Create a 1/1 blue Thopter artifact creature token with flying. You gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"88bef744-550e-4f33-b1ff-a8ee990ec754","metadata":{"related_token_ids":["8cc5adc3-60ab-5f43-a619-e0eb073dcbc7","8efe69bb-2204-5a35-af01-c31b8f962e8d","b5b44ebe-3809-5952-95e8-ab372abbcddb","e8749ef0-5281-5142-9c43-c89478006681"],"source_printing_ids":["34ec1216-1b8c-418f-bc25-c3f5ad4fda00","3d8dcd5e-d4d0-49ae-a591-78d80322105d","42b8d797-b01d-49cf-9818-d84bba17029d","a48eb2a0-69f6-4ecc-844b-22879462f11d","a824a790-ab8d-4733-9ed6-1a24676fb8f3","b848d70c-6279-4bd9-8d46-bc6e48494e02"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","ARB","C13","C16","MB2","PLST"],"rulings":[{"date":"2020-08-07","text":"You may sacrifice Thopter Foundry to pay the cost of its own ability."}],"rarities":["uncommon"]},"thornbow archer":{"name":"Thornbow Archer","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Archer"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, each opponent who doesn't control an Elf loses 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":null,"properties":[]},"comparator":"EQ","count":{"type":"Fixed","value":0}}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, each opponent who doesn't control an Elf loses 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a9b35457-0f1c-495c-a508-6f6693835051","metadata":{"source_printing_ids":["3290c60a-f9a0-464d-a15e-8473a6d50d96","d28ca3ab-9e44-489d-9882-3deccd41f390"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["ORI","PLST"],"rarities":["common"]},"thought partition":{"name":"Thought Partition","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target opponent reveals all nonland cards in their hand. You may choose one of those cards. If you do, it perpetually becomes white and its mana cost perpetually becomes {5}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"TriggeringPlayer"},"card_filter":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[]},"count":null,"choice_optional":true,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"become","description":"become white and its mana cost perpetually becomes {5}"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target opponent reveals all nonland cards in their hand. You may choose one of those cards. If you do, it perpetually becomes white and its mana cost perpetually becomes {5}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8c03643f-a0f2-4645-afc5-4c3f0f2da104","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YEOE"]},"thought-stalker warlock":{"name":"Thought-Stalker Warlock","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Menace (This creature can't be blocked except by two or more creatures.)\nWhen this creature enters, choose target opponent. If they lost life this turn, they reveal their hand, you choose a nonland card from it, and they discard that card. Otherwise, they discard a card.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"ParentTarget"},"card_filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DiscardCard","count":1,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Target"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Target"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, choose target opponent. If they lost life this turn, they reveal their hand, you choose a nonland card from it, and they discard that card. Otherwise, they discard a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"25a63171-a1a0-4c61-ac61-49bb59fe83c1","metadata":{"source_printing_ids":["42e80284-d489-493b-ae92-95b742d07cb3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"Thought-Stalker Warlock’s triggered ability cares whether an opponent lost life this turn, not how their life total changed. For example, an opponent who gained 2 life and lost 1 life in the same turn still lost life."}],"rarities":["uncommon"]},"thoughtbound phantasm":{"name":"Thoughtbound Phantasm","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Defender\nWhenever you surveil, put a +1/+1 counter on this creature.\nAs long as this creature has three or more +1/+1 counters on it, it can attack as though it didn't have defender.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[{"mode":"Surveil","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you surveil, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CanAttackWithDefender","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"P1P1"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ has three or more +1/+1 counters on it, it can attack as though it didn't have defender."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ca14f1b6-e8c2-4ea5-9375-5ed63f355052","metadata":{"source_printing_ids":["36478e73-162a-412c-bf5b-9ca0d92f51e2","dbcdf292-a391-4452-8116-20084754f591"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GRN","MKC"],"rulings":[{"date":"2018-10-05","text":"Once Thoughtbound Phantasm has attacked, removing +1/+1 counters from it won't remove it from combat."},{"date":"2018-10-05","text":"You put only one +1/+1 counter on Thoughtbound Phantasm each time you surveil, no matter how many cards you looked at when you surveilled."},{"date":"2024-01-12","text":"An ability that triggers \"whenever you surveil\" triggers after you're done surveilling, even if you have fewer cards in your library than the number of cards you're instructed to surveil. It even triggers if you have no cards in your library."}],"rarities":["uncommon"]},"thousand-faced shadow":{"name":"Thousand-Faced Shadow","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Ninja"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Ninjutsu {2}{U}{U} ({2}{U}{U}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)\nFlying\nWhen this creature enters from your hand, if it's attacking, create a token that's a copy of another target attacking creature. The token enters tapped and attacking.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Ninjutsu":{"type":"Cost","shards":["Blue","Blue"],"generic":2}}],"abilities":[{"kind":"Activated","effect":{"type":"RuntimeHandled","handler":"NinjutsuFamily"},"cost":{"type":"NinjutsuFamily","variant":"Ninjutsu","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"Another"}]},"owner":{"type":"Controller"},"enters_attacking":true,"tapped":true,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Hand","destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters from your hand, if it's attacking, create a token that's a copy of another target attacking creature. The token enters tapped and attacking.","constraint":null,"condition":{"type":"SourceIsAttacking"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"98636623-bbc6-4935-a2bb-2234691eb6d8","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["00632c03-be00-4722-85b3-2ce31bba5cc6","89a698a5-f4ac-4b04-96dc-32e1eeef6ac7","a48c2751-fd12-42f2-b8c1-eaf78c5e29eb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"Although the Ninja is attacking, it was never declared as an attacking creature (for purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2022-02-18","text":"Although the token is attacking, it was never declared as an attacking creature (for purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2022-02-18","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any “As [this creature] enters the battlefield” or “[This creature] enters the battlefield with” abilities of the copied creature will also work."},{"date":"2022-02-18","text":"As you activate a ninjutsu ability, you reveal the Ninja card in your hand and return the attacking creature. The Ninja card stays revealed and isn't put onto the battlefield until the ability resolves. If it leaves your hand before then, it won't enter the battlefield at all."},{"date":"2022-02-18","text":"If a creature in combat has first strike or double strike, you can activate the ninjutsu ability during the first-strike combat damage step. The Ninja will deal combat damage during the regular combat damage step, even if it has first strike."},{"date":"2022-02-18","text":"If the copied creature had {X} in its mana cost, X is 0."},{"date":"2022-02-18","text":"If the copied creature is a token, the token created by Thousand-Faced Shadow copies the original characteristics of that token as stated by the effect that put it onto the battlefield."},{"date":"2022-02-18","text":"If the copied creature was copying something else, the token enters the battlefield as whatever that creature was copying."},{"date":"2022-02-18","text":"Puff of smoke not included."},{"date":"2022-02-18","text":"The creature with ninjutsu enters the battlefield attacking the same player or planeswalker that the returned creature was attacking. This is a rule specific to ninjutsu; in other cases, when a creature is put onto the battlefield attacking, that creature's controller chooses which player or planeswalker it's attacking."},{"date":"2022-02-18","text":"The ninjutsu ability can be activated during the declare blockers step, combat damage step, or end of combat step. In most cases (see below), if you wait until the combatdamage step or end of combat step, it will be after combat damage has been dealt, so the Ninja won't deal combat damage."},{"date":"2022-02-18","text":"The ninjutsu ability can be activated only after blockers have been declared. Before then, attacking creatures are neither blocked nor unblocked."},{"date":"2022-02-18","text":"The token copies exactly what was printed on the original creature and nothing else (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that creature has any counters on it or Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on. Notably, it doesn't copy any effects that may have turned a noncreature permanent into a creature. If the token isn't a creature as it enters the battlefield, it won't be attacking."},{"date":"2022-02-18","text":"You choose which opponent or opposing planeswalker the token is attacking as you put it onto the battlefield. It doesn't have to be the same player or planeswalker Thousand-Faced Shadow is attacking. (Remember that the rules for ninjutsu specify that a creature that enters the battlefield attacking because of a ninjutsu ability attacks the same player or planeswalker the returned unblocked creature was.)"}],"rarities":["rare"]},"thraben inspector":{"name":"Thraben Inspector","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, investigate.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"caa02547-66e3-4e27-a2d3-5e94f3e7a069","metadata":{"related_token_ids":["37292e23-13f4-5108-bac2-2e75f92f6a17","745fcde4-14c3-52bb-83c0-53542f42c7d0","927a866b-95f0-5216-b876-88d4ba2651c1","abd6c74d-5223-52c6-8547-c5f8347fb0cb","b59f8820-344a-593d-8800-afdc93753a29","d6c26262-f983-5b0d-b7a3-efbf9fe40fd6"],"source_printing_ids":["08a5007f-06a0-40fa-a252-c38baa6b5c6f","09110c28-299e-4f97-81f5-af3d51f0aef9","299cc386-2ed5-4504-9ba6-17a52e0c9a0c","2be39749-ad6f-4160-99eb-c677eee7f1b2","4b03e3d4-aa62-428b-9f99-3ed93506defa","6c727d20-51a0-443a-9d40-6efe7b91193a","9b65852b-b748-4263-a5aa-7a44e891c582","d140c3b7-ca78-483d-baeb-307b624fea8b","ec18fa41-6948-4d94-8dcc-31fb63fb53ec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","CMM","HA4","INR","J22","PLST","PRCQ","SIR","SOI","TSR"],"rulings":[{"date":"2016-04-08","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2016-04-08","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2016-04-08","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."}],"rarities":["common","special"]},"thran portal":{"name":"Thran Portal","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Gate"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control two or fewer other lands.\nAs this land enters, choose a basic land type.\nThis land is the chosen type in addition to its other types.\nMana abilities of this land cost an additional 1 life to activate.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Mana abilities of ~ cost an additional 1 life to activate."},"cost":null,"sub_ability":null,"duration":null,"description":"Mana abilities of ~ cost an additional 1 life to activate.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddChosenSubtype","kind":"BasicLandType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ is the chosen type in addition to its other types."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control two or fewer other lands.","condition":{"type":"UnlessControlsOtherLeq","count":2,"filter":{"type_filters":["Land"],"controller":"You","properties":[{"type":"Another"}]}},"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"BasicLandType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a basic land type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"926ce6a2-7bdd-4380-ac65-bc902ba0c284","metadata":{"source_printing_ids":["eba2995e-f255-46da-abcf-9a6f3996edb1","ef074a2e-a387-4af8-a180-74b145d93992"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU","PRM"],"rulings":[{"date":"2022-09-09","text":"If Thran Portal somehow gains another mana ability, that ability also costs an additional 1 life to activate."},{"date":"2022-09-09","text":"If a Thran Portal somehow enters the battlefield without a basic land type having been chosen for it, it does not have any mana abilities. The same is true for a land that is already on the battlefield that becomes a copy of it."},{"date":"2022-09-09","text":"If a land enters the battlefield as a copy of Thran Portal (as opposed to a land that is already on the battlefield becoming a copy of it), its controller gets to choose a basic land type for it and it has that type."},{"date":"2022-09-09","text":"If you control more than one Thran Portal, the last ability of each of them applies only to itself. That is, controlling a second Thran Portal does not make mana abilities of all cards named Thran Portal cost an additional 2 life."},{"date":"2022-09-09","text":"Thran Portal will have the appropriate intrinsic mana ability for the basic land type chosen as it enters the battlefield. It is still a Gate and still has its other abilities, including the last ability, which makes the mana ability associated with its basic land type cost 1 life to activate."},{"date":"2022-09-09","text":"You still have to pay that mana ability's other costs. Usually, this is just tapping the land."}],"rarities":["rare"]},"three blind mice":{"name":"Three Blind Mice","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter. Sacrifice after IV.)\nI — Create a 1/1 white Mouse creature token.\nII, III — Create a token that's a copy of target token you control.\nIV — Creatures you control get +1/+1 and gain vigilance until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Mouse","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Mouse"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 and gain vigilance"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 4","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":4},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e5926e14-d30a-4f81-803c-f36542df2db3","metadata":{"related_token_ids":["27f0061d-f29b-5058-8d71-7d99ee87b052","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["0d2ba371-854c-4529-b72b-e4a1887e33ab"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"If the copied token is copying something else, then the token enters the battlefield as whatever that token copied."},{"date":"2023-09-01","text":"Only creatures you control at the time the fourth chapter ability resolves will get +1/+1 and gain vigilance. Creatures you begin to control later in the turn won't be affected."},{"date":"2023-09-01","text":"The token copies the original characteristics of the target token as stated by the effect that created the token."}],"rarities":["rare"]},"three tree scribe":{"name":"Three Tree Scribe","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Frog","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature or another creature you control leaves the battlefield without dying, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":null,"destination_constraint":{"type":"NotEquals","data":"Graveyard"},"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another creature you control leaves the battlefield without dying, put a +1/+1 counter on target creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7d2a7741-1dff-4fac-92d8-abea24f23f97","metadata":{"source_printing_ids":["ea2ca1b3-4c1a-4be5-b321-f57db5ff0528"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"If Three Tree Scribe leaves the battlefield without dying at the same time one or more other creatures you control leave the battlefield without dying, its ability will still trigger once for each of those creatures, including itself."},{"date":"2024-07-26","text":"Three Tree Scribe’s ability triggers whenever a creature you control goes to any zone other than the graveyard from the battlefield. They could be returned to your hand, your library, or exiled, for example."}],"rarities":["uncommon"]},"threefold thunderhulk":{"name":"Threefold Thunderhulk","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Gnome"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with three +1/+1 counters on it.\nWhenever this creature enters or attacks, create a number of 1/1 colorless Gnome artifact creature tokens equal to its power.\n{2}, Sacrifice another artifact: Put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]},"count":1}]},"sub_ability":null,"duration":null,"description":"{2}, Sacrifice another artifact: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Gnome","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Gnome"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, create a number of 1/1 colorless Gnome artifact creature tokens equal to its power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"b8020a8b-557b-465d-865d-b59fecd7abc1","metadata":{"related_token_ids":["56c9dc66-4e58-5b27-a91f-a3847399c416","f70d7ddc-2d93-55bf-937e-1719faea6c90"],"source_printing_ids":["180d3058-cc7d-4bb7-a312-4d2d7365ef19","1917c62f-d463-43eb-87ad-89ffbc88b6fe","699d1222-f150-46aa-9004-87b45f07eb42"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC","LCI","PLCI"],"rulings":[{"date":"2023-11-10","text":"If Threefold Thunderhulk leaves the battlefield while its triggered ability is on the stack, use its power as it last existed on the battlefield to determine how many Gnomes to create."}],"rarities":["rare"]},"thriving grove":{"name":"Thriving Grove","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped. As it enters, choose a color other than green.\n{T}: Add {G} or one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1},"fixed_alternative":"Green"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G} or one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Color":{"excluded":["Green"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As it enters, choose a color other than green.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a8052556-8962-4130-86a8-6fb7b6a324f7","metadata":{"source_printing_ids":["0de19659-5b50-4917-b8dd-e030aa72868d","1d6a0661-9be3-431f-8c73-110ab93c9b34","23829580-9ae9-41c1-9b58-aea07389110d","26cb32c5-83b8-4288-ae2d-788cdc4e6445","27e65150-4990-48b2-88c9-affdc5333e8b","343a1153-03d7-46d5-ad9a-65760eabed55","434904b5-3614-4843-9cc0-03da115bdbef","4ba5e3b0-98df-40cc-96a3-0a87c3d39b99","79cabbe0-1c44-4888-8ebc-25a4c3e2c5d7","9b56c554-b731-4b16-a0a3-5eeb7f60e823","ab962037-6cf3-43a7-be74-b43bfd77a7a2","b548551d-756b-496e-a1c0-4fa77707663d","d40a899f-de35-4345-b6ad-336f63be0b2e","ea2ccec9-7377-4038-b23b-58a714e797b9","eef65ebc-12d6-4438-a908-2a0c28329124"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","BLC","CLU","CMM","ECC","J22","J25","JMP","LCC","MSC","NCC","TLE","TMC","WHO"],"rarities":["common"]},"thriving isle":{"name":"Thriving Isle","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped. As it enters, choose a color other than blue.\n{T}: Add {U} or one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1},"fixed_alternative":"Blue"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U} or one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Color":{"excluded":["Blue"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As it enters, choose a color other than blue.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"69fc70b8-b143-4662-ac95-e2743037239d","metadata":{"source_printing_ids":["2592bd6b-aea8-4fac-ad52-1801fcc7abe5","352b106e-46de-4087-9533-a9f4b5536220","381517fb-1802-4f19-a73e-ce7025b7634d","3bab3bee-f88f-48e9-91ff-c9e157bbfff3","3deb238c-cee5-47fb-9e80-4acfcba2537a","464168e8-e11f-4826-a709-bf1e725ef62b","47a1ad2a-7e0a-4e1d-9a43-98e76c52cd7a","48ffa526-85a6-4a1e-a495-b5c5322244d8","4a67f455-f193-4999-9286-bbccee546fa3","58a3b5a5-eba0-4b4e-869a-5387ec7dd2b8","68614de9-2b44-4043-94e9-cbd2249d5f75","7eb8fd94-2b59-4b05-b4d0-c93497301d19","90bf15bd-4167-4a66-8729-73af5c65692a","94f93e5f-dba0-4079-8e6a-dd5d6fe6afa4","ae11e661-da7e-4df8-9473-f19bbc4ebeae","af188959-16f3-4482-a110-c22d0863f6c7","d50646a7-f5a7-4106-b660-98ee4bd4d93b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","BLC","CLU","CMM","DSC","ECC","J22","J25","JMP","LCC","MOC","MSC","NCC","TLE","TMC","WHO"],"rarities":["common"]},"throne of the god-pharaoh":{"name":"Throne of the God-Pharaoh","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, each opponent loses life equal to the number of tapped creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Tapped"}]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each opponent loses life equal to the number of tapped creatures you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ea750169-1f6f-40c2-96e9-55719e103a63","metadata":{"source_printing_ids":["8c47b08c-7182-4315-8ad1-8ecad048a0df","fe402b8e-f966-4971-90a5-950d8cff5025"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PAKH"],"rulings":[{"date":"2017-04-18","text":"If other abilities trigger at the beginning of your end step, first those controlled by your opponents resolve, then yours resolve. Each player orders their triggers in any order."},{"date":"2017-04-18","text":"In a Two-Headed Giant game, the triggered ability of Throne of the God-Pharaoh causes the opposing team to lose life equal to twice the number of tapped creatures you control. Tapped creatures your teammate controls aren’t counted."},{"date":"2017-04-18","text":"Throne of the God-Pharaoh’s ability triggers at the beginning of each of your end steps, even if you control no tapped creatures. The number of tapped creatures you control is checked as the ability resolves."}],"rarities":["rare"]},"throw from the saddle":{"name":"Throw from the Saddle","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gets +1/+1 until end of turn. Put a +1/+1 counter on it instead if it's a Mount. Then it deals damage equal to its power to target creature you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":null,"properties":[]},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"Target creature you control gets +1/+1 until end of turn. Put a +1/+1 counter on it instead if it's a Mount. Then it deals damage equal to its power to target creature you don't control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d6780d29-0dd7-4f04-95b8-4ca6a55308f2","metadata":{"source_printing_ids":["775874cc-4b78-4904-9c97-431c2e400c64"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"You can’t cast Throw from the Saddle unless you choose a creature you control and a creature you don’t control as targets."}],"rarities":["common"]},"thrummingbird":{"name":"Thrummingbird","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Bird","Horror"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, proliferate.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"eac94269-4baa-4b8e-a0fd-d6b227d1cde3","metadata":{"source_printing_ids":["39fff05f-84f3-43ec-9752-86b156ec0c5b","3c9dd552-1020-4e82-ba51-f54b3938b920","669bd3ff-2a78-47ca-87b7-635c6c1d6721","67f0a63e-0866-423e-b917-fc7c71063021","822d6c89-884f-4600-9247-989b1daa240b","86ff84d8-1b89-42cc-a8c0-4ac6fa26ce65","dc2dd336-e457-49a1-88ae-c35f0c846e99","df368f26-e9e7-476c-be59-a141392e3932","e4adf2d0-5a76-498e-88d4-474d6934a2f5","f10db847-6598-49a5-8f10-67afd5187d32","f4f942c2-c148-4f52-a60d-fbbc6b4507dc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","CM2","CMM","EOC","MM2","NCC","ONE","PLST","SOM"],"rulings":[{"date":"2023-02-04","text":"An ability that triggers \"Whenever you proliferate\" triggers even if you chose no permanents or players while doing so."},{"date":"2023-02-04","text":"If a permanent ever has both +1/+1 counters and -1/-1 counters on it at the same time, they're removed in pairs as a state-based action so that the permanent has only one of those kinds of counters on it."},{"date":"2023-02-04","text":"If a player or permanent has more than one kind of counter on it, and you choose for it to get additional counters, it must get one of each kind of counter it already has. You can't have it get just one kind of counter it already has and not the others."},{"date":"2023-02-04","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2023-02-04","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2023-02-04","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["common","uncommon"]},"thunderous velocipede":{"name":"Thunderous Velocipede","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Trample\nEach other Vehicle and creature you control enters with an additional +1/+1 counter on it if its mana value is 4 or less. Otherwise, it enters with three additional +1/+1 counters on it.\nCrew 3","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Crew":{"power":3,"once_per_turn":null}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"EntersWithAdditionalCounters":{"counter_type":"P1P1","count":1}},"affected":{"type":"And","filters":[{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}}]},{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact",{"Subtype":"Vehicle"}],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each other Vehicle and creature you control enters with an additional +1/+1 counter on it if its mana value is 4 or less. Otherwise, it enters with three additional +1/+1 counters on it."},{"mode":{"EntersWithAdditionalCounters":{"counter_type":"P1P1","count":3}},"affected":{"type":"And","filters":[{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"GT","value":{"type":"Fixed","value":4}}]},{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact",{"Subtype":"Vehicle"}],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each other Vehicle and creature you control enters with an additional +1/+1 counter on it if its mana value is 4 or less. Otherwise, it enters with three additional +1/+1 counters on it."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"899007b5-6a07-4491-9104-bb537106b07d","metadata":{"source_printing_ids":["3e5f6a1c-7b34-4c23-8172-5b869c96eb65","98a79557-8ed6-4d9a-b4e1-cece05664984","ac4ff9fc-5c34-4a07-a1f3-35c21a3323b0","f63dc8cd-34a7-43ea-a422-3ced3c11f5be"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rarities":["mythic"]},"tiana, angelic mechanic":{"name":"Tiana, Angelic Mechanic","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel","Artificer"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen Tiana, Angelic Mechanic or another legendary creature you control crews a Vehicle, that Vehicle perpetually gets +1/+0.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Crews","execute":{"kind":"Spell","effect":{"type":"ApplyPerpetual","target":{"type":"ParentTarget"},"modification":{"kind":"ModifyPowerToughness","power_delta":1,"toughness_delta":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"},{"type":"Another"}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ or another legendary creature you control crews a Vehicle, that Vehicle perpetually gets +1/+0.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"b34fc81a-ac7b-4c11-bb43-a99cc6a39b8e","brawl_commander":true,"is_commander":true,"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YDMU"]},"tidespout tyrant":{"name":"Tidespout Tyrant","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Djinn"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you cast a spell, return target permanent to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, return target permanent to its owner's hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"331b44e4-cf08-44f4-8afd-a7374e5dc5ed","metadata":{"source_printing_ids":["44865244-2b9f-4734-a4da-49613b23ee4d","4e157fac-9af1-42e7-83bc-6304c7f90fa4","620fe765-1e29-4370-9220-3dd6fffd824f","9a7c2716-35ab-411d-8456-267e09833358","ca7d9ed5-30c7-4d9f-b2b6-ce959de53e30","db68f47b-f49a-4978-acdd-453ecfb948da"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA4","BBD","DIS","RVR"],"rarities":["rare"]},"tifa's limit break":{"name":"Tifa's Limit Break","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tiered (Choose one additional cost.)\n• Somersault — {0} — Target creature gets +2/+2 until end of turn.\n• Meteor Strikes — {2} — Double target creature's power and toughness until end of turn.\n• Final Heaven — {6}{G} — Triple target creature's power and toughness until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DoublePT","mode":"PowerAndToughness","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"factor":2},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DoublePT","mode":"PowerAndToughness","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"factor":3},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d0d90dd8-0642-489f-9afc-11c307f258f2","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Somersault — {0} — Target creature gets +2/+2 until end of turn.","Meteor Strikes — {2} — Double target creature's power and toughness until end of turn.","Final Heaven — {6}{G} — Triple target creature's power and toughness until end of turn."],"allow_repeat_modes":false,"mode_costs":[{"type":"Cost","shards":[],"generic":0},{"type":"Cost","shards":[],"generic":2},{"type":"Cost","shards":["Green"],"generic":6}],"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["24d6eab7-22bd-494f-8cbe-204446f24be9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose."},{"date":"2025-06-06","text":"If a spell with tiered is copied, the effect that creates the copy may allow you to choose new targets. You cannot choose a new mode."},{"date":"2025-06-06","text":"If an effect allows you to cast a spell with tiered \"without paying its mana cost,\" you must still choose exactly one mode and pay the associated additional cost."},{"date":"2025-06-06","text":"The mana value of a spell with tiered is determined only by its mana cost (in the upper right corner of the card). It doesn't matter which mode you choose or which additional costs you pay, including any additional costs imposed by other effects."},{"date":"2025-06-06","text":"To double a creature's power and toughness, that creature gets +X/+Y, where X is that creature's power and Y is that creature's toughness when Tifa's Limit Break resolves. To triple a creature's power, that creature gets +X/+Y, where X is twice that creature's power and Y is twice that creature's toughness when Tifa's Limit Break resolves."},{"date":"2025-06-06","text":"You choose the mode as you cast the spell with tiered. Once the mode is chosen, it can't be changed."},{"date":"2025-06-06","text":"You must choose exactly one of the listed modes and pay its associated additional cost in order to cast a spell with tiered."}],"rarities":["uncommon"]},"timber paladin":{"name":"Timber Paladin","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Knight"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"As long as this creature is enchanted by exactly one Aura, it has base power and toughness 3/3.\nAs long as this creature is enchanted by exactly two Auras, it has base power and toughness 5/5 and vigilance.\nAs long as this creature is enchanted by three or more Auras, it has base power and toughness 10/10, vigilance, and trample.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3}],"condition":{"type":"Unrecognized","text":"~ is enchanted by exactly one Aura"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is enchanted by exactly one Aura, it has base power and toughness 3/3."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":5},{"type":"SetToughness","value":5},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"Unrecognized","text":"~ is enchanted by exactly two Auras"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is enchanted by exactly two Auras, it has base power and toughness 5/5 and vigilance."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":10},{"type":"SetToughness","value":10},{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"Unrecognized","text":"~ is enchanted by three or more Auras"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is enchanted by three or more Auras, it has base power and toughness 10/10, vigilance, and trample."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0be44c76-9e3f-45c2-9b2c-6a5f00678780","metadata":{"source_printing_ids":["1edfd4d2-c492-4bec-9bb0-c5b7cb01818f","3507e128-f8a1-4429-951d-2dc98b225118"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WOC"],"rulings":[{"date":"2023-09-01","text":"Timber Paladin's abilities each overwrite any previous effects that set creatures' power and/or toughness to specific numbers. Any power- or toughness-setting effects that start to apply after Timber Paladin enters the battlefield will overwrite these effects, regardless of when Timber Paladin became enchanted by one, two, or three or more Auras."}],"rarities":["rare"]},"time beetle":{"name":"Time Beetle","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Alien","Insect"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Skulk (This creature can't be blocked by creatures with greater power.)\nParallel Universe — Whenever this creature deals combat damage to a player, time travel. (For each suspended card you own and each permanent you control with a time counter on it, you may add or remove a time counter.)","non_ability_text":null,"flavor_name":null,"keywords":["Skulk"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"TimeTravel"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, time travel.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"247a0c13-c611-4c00-bedf-ecf7ea6bb956","metadata":{"source_printing_ids":["813a8197-55c2-4abd-9979-b62014240796","8c592af4-5470-4311-af05-761e5a9c46be"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Time counters are usually found on cards with suspend and vanishing, but may be found on other cards as well. Notably, Sagas use lore counters to track their progress, not time counters. You can't move a Saga's chapters forward and backward this way."},{"date":"2023-10-13","text":"To time travel, look at each permanent you control with a time counter on it and each suspended card you own in exile with a time counter on it. For each of them, you choose whether you want to put a time counter on that card or permanent, remove a time counter from it, or do neither. Then those changes all happen simultaneously."}],"rarities":["uncommon"]},"time distortion":{"name":"Time Distortion","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Phenomenon"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you encounter Time Distortion, reverse the game's turn order. (For example, if play had proceeded clockwise around the table, it now goes counterclockwise. Then planeswalk away from this phenomenon.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlaneswalkedTo","execute":{"kind":"Spell","effect":{"type":"ReverseTurnOrder"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you encounter ~, reverse the game's turn order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e19e8895-f8a4-4995-8dd4-2821c6469126","legalities":{},"printings":["OPC2","OPCA"],"rulings":[{"date":"2012-06-01","text":"If the game’s turn order is reversed again, it will return to the default order used at the beginning of the game."},{"date":"2012-06-01","text":"This effect reverses the turn order established at the beginning of the game. While the order is reversed, anything that cares about this order (such as determining in what order choices are made) will use the new reversed."}]},"time sieve":{"name":"Time Sieve","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Sacrifice five artifacts: Take an extra turn after this one.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExtraTurn","target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":5}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice five artifacts: Take an extra turn after this one.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"3da5977a-36d4-4f32-ab9b-8b93809d818d","metadata":{"source_printing_ids":["2b86e588-86f1-4b65-9e84-522f9cae9997","384a1033-bf43-44d7-8d82-d61fc6c2d65a","c2e8b424-0cec-490e-a571-bd051f952adf","c620e565-f5e1-467c-a1d1-8d05228b2f37"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","ARB","PLST","SLD"],"rulings":[{"date":"2020-08-07","text":"You may sacrifice Time Sieve as one of the artifacts to pay the cost of its own ability."}],"rarities":["rare"]},"time to feed":{"name":"Time to Feed","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose target creature an opponent controls. When that creature dies this turn, you gain 3 life. Target creature you control fights that creature. (Each deals damage equal to its power to the other.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDies","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"ParentTarget"},"subject":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose target creature an opponent controls. When that creature dies this turn, you gain 3 life. Target creature you control fights that creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"59642d6f-8a25-4f79-9e81-643eac775658","metadata":{"source_printing_ids":["32561f72-bb4d-44b2-9c90-9d1041cf3699","799d08a6-d978-4731-98ad-38acd57f3196","86e89e51-fd37-4f41-ad13-d1b8a93e5277","91bd4063-a75d-441a-96e5-514749c85849","e38f4729-53f1-4d9b-adfa-e3a49d54b3fa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DDO","J25","JMP","PLST","THS"],"rulings":[{"date":"2013-09-15","text":"If neither creature is a legal target when Time to Feed tries to resolve, the spell won't resolve and none of its effects will happen."},{"date":"2013-09-15","text":"If the first target creature dies that turn, you'll gain 3 life no matter what caused the creature to die or who controls the creature at that time."},{"date":"2013-09-15","text":"Time to Feed has two targets: a creature an opponent controls and a creature you control. If only one of those creatures is a legal target when Time to Feed tries to resolve, the creatures won't fight and neither will deal or be dealt damage. If the creature you don't control is the illegal target, you won't gain life when it dies."}],"rarities":["common"]},"timely ward":{"name":"Timely Ward","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast this spell as though it had flash if it targets a commander.\nEnchant creature\nEnchanted creature has indestructible.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has indestructible."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8e589dca-d31e-4d2f-81b1-18e5f9198795","casting_options":[{"kind":"AsThoughHadFlash","condition":{"type":"SpellTargetsFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"IsCommander"}]}}}],"metadata":{"source_printing_ids":["5de08a92-9b60-4672-9f3b-3ceb53ca82ca","d61f8db1-0148-47bd-ae97-9aedccb83813","dd0af67e-d31f-431f-b912-ce8382785ded"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","DSC","WOC"],"rarities":["rare"]},"tin street gossip":{"name":"Tin Street Gossip","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Advisor"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\n{T}: Add {R}{G}. Spend this mana only to cast face-down spells or to turn creatures face up.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"spend","description":"Spend this mana only to cast face-down spells or to turn creatures face up"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add {R}{G}. Spend this mana only to cast face-down spells or to turn creatures face up.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"19dc29a7-8ccc-4e54-829b-86cc102b082d","metadata":{"source_printing_ids":["4094b13f-28d4-48b6-8cce-3c44656745b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"The mana produced by Tin Street Gossip can't be used to cast a spell that instructs you to cloak or manifest cards."}],"rarities":["uncommon"]},"tinybones joins up":{"name":"Tinybones Joins Up","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When Tinybones Joins Up enters, any number of target players each discard a card.\nWhenever a legendary creature you control enters, any number of target players each mill a card and lose 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, any number of target players each discard a card.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever a legendary creature you control enters, any number of target players each mill a card and lose 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3d2bd4f6-174d-411a-b930-9161aeefd33a","metadata":{"source_printing_ids":["5724a15f-0ba0-421a-9cd4-a2b701e6141f","a3afc0c2-95e7-4b9f-94c5-144cce17c7ed"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"When Tinybones Joins Up’s first ability resolves, the next target player in turn order (or, if it’s a target player’s turn, that player) chooses a card in hand without revealing it, then each other target player in turn order (if any) does the same. All chosen cards are then discarded at the same time."}],"rarities":["rare"]},"tinybones, the pickpocket":{"name":"Tinybones, the Pickpocket","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Skeleton","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever Tinybones deals combat damage to a player, you may cast target nonland permanent card from that player's graveyard, and mana of any type can be spent to cast that spell.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"TriggeringPlayer"}]},"without_paying_mana_cost":false,"mode":"Cast","driver":"DuringResolution","mana_spend_permission":"AnyTypeOrColor"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may cast target nonland permanent card from that player's graveyard, and mana of any type can be spent to cast that spell.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7bc4c7e2-6758-4a85-84e7-03ab93981106","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1b2a3962-315d-48df-9af5-7cb4dd2040de","3d3025a2-4a17-4137-ba0b-bd676c6f5f88"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"You choose whether to cast the target nonland permanent card as Tinybones's triggered ability resolves. If you do, you do so as part of the resolution of that ability. You can't wait to cast it later in the turn. Timing restrictions based on the card's types are ignored."}],"rarities":["mythic"]},"tinybones, trinket thief":{"name":"Tinybones, Trinket Thief","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Skeleton","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if an opponent discarded a card this turn, you draw a card and you lose 1 life.\n{4}{B}{B}: Each opponent with no cards in hand loses 10 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":10}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}{B}{B}: Each opponent with no cards in hand loses 10 life.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"ScopedPlayer"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if an opponent discarded a card this turn, you draw a card and you lose 1 life.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"CardsDiscardedThisTurn","player":{"type":"Opponent","aggregate":"Sum"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"008eda1f-b913-4f04-8c29-5e87c270149e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4063be5b-bfd9-43c5-bc39-09a40bc793bf","8e462172-6efe-46ad-a97a-fa43ee52c831","f3edb27c-4faa-464a-9bb1-fbe17013c022"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["JMP","SLD"],"rulings":[{"date":"2020-06-23","text":"Tinybones checks which opponents have no cards in hand only as its last ability resolves."},{"date":"2020-06-23","text":"Tinybones’s first ability has you draw just one card and lose just 1 life, no matter how many opponents discarded cards and no matter how many cards were discarded beyond the first."},{"date":"2020-06-23","text":"Tinybones’s first ability triggers only if an opponent has discarded a card before the end step begins. If an opponent has more cards in hand than their maximum hand size, they’ll discard during their cleanup step, which is after the end step."}],"rarities":["mythic"]},"tireless provisioner":{"name":"Tireless Provisioner","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Scout"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, create a Food token or a Treasure token. (Food is an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\" Treasure is an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"create a Food token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"create a Treasure token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, create a Food token or a Treasure token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ab8d5f5c-1976-4f77-8ed2-8d28ee666741","metadata":{"related_token_ids":["08ce3bb9-14a8-554b-8d2f-328f500a2379","27e5baaa-d09a-5876-be9d-887eb020080b","4811acb4-e116-5e6b-8d42-707057b51299","4873fe20-675e-5db5-b9ba-8d996c2806ba","4f940dc2-7698-5fda-9f9b-62ec43ec2012","74d281e4-6c2a-53c2-b0ea-253ef143d22c","7c5cdbc2-a953-53bd-81dd-9a5c8fbedb85","7d7e1ab4-5d33-522e-996d-9a416b8af614","84539a0d-a9c4-532f-83b9-71197f3c5225","9b7b8d88-0042-548c-a8dd-18089528b064","9edb0c2d-4ab6-5240-8c37-bc97bcf71eaa","af87e130-3b6a-589f-959b-301f7269a7fa","b0e0f943-429b-5075-a61d-22338c7dfcf6","c71c9643-4101-5306-9514-9a7004d811df","e097be71-8e76-516b-9764-7e93746e0d63","e1712205-f6a6-5ffa-befc-9becced0337f","f6e24d97-b7f8-5da8-ab97-978ecbecb85e","fedaa940-0663-5266-8c03-77691c605fe8"],"source_printing_ids":["1163fe84-c5d5-42c8-b7cd-d206a9b0bd3f","3cf04e55-b266-46cd-a79a-d87f5ceba469","5590a3a5-e0bd-451a-b98e-00a492487c46","5c5be54d-660e-42ab-b5ea-5e1cf3bad0bc","5dbc2162-238d-492b-b629-94f771230d92","7a832060-ecc6-406a-ab06-b371aa952e13","995938ee-3ba7-42c9-9e0f-76b4a105f55e","a1e048e0-19d2-4076-892d-f8b3104dee37","ac73d130-ceb6-41ea-af0d-314d5adba9e6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","H2R","J21","J25","LTC","MH2","MOC","PLST","SLD"],"rulings":[{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["uncommon","rare"]},"tireless tracker":{"name":"Tireless Tracker","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Scout"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")\nWhenever you sacrifice a Clue, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, investigate.","constraint":null,"condition":null,"batched":false},{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Clue"}],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a Clue, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e6555cca-e608-4c87-b835-9cd47fd1f543","metadata":{"related_token_ids":["0a65ab01-5e69-5bd1-b0a1-3371c1bd9efb","220e9586-3bc4-5068-92e5-d39eb29d090a","745fcde4-14c3-52bb-83c0-53542f42c7d0","9003ec81-9a0c-5f92-b39b-636c9fe9b8b9","927a866b-95f0-5216-b876-88d4ba2651c1","9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1","abd6c74d-5223-52c6-8547-c5f8347fb0cb","d6c26262-f983-5b0d-b7a3-efbf9fe40fd6","d76af2c5-2e22-582a-bd84-97dc25d3601b","e4dce79e-c9ce-520b-9401-d635e4e4c654"],"source_printing_ids":["0875f4e3-d0be-41ce-870c-ee63f1af1904","08b1bc46-e8be-4437-a50a-96b6f1ec4a08","15e58f65-8f34-40b8-9bf9-529064f94d4b","2b7c024f-db49-4b98-ad80-b46ee1be32fe","439ba9f4-4aca-46a6-89f7-9b7d8299c68e","5015b027-de1c-4e1e-8cf3-d946b8a3a4a3","66444549-ad9b-49c6-a7c6-34e977c1085d","66660f7c-9e1c-4e88-856a-98fab1f1364d","695ac524-b54a-4de7-90b7-ec4e5e94717e","7d12eb1d-1027-436a-86a3-455128cc0641","7e656b81-43b6-4d92-b68b-fbf8848620c2","856cfb5a-6e85-4ac2-9964-19b6dc68e149","b262574e-6eb0-46d5-b05c-ac66ac8f7f07","b3364018-aeba-4f58-8233-b0026c488dd0","e7fe81de-a81f-4226-9067-4d6598b82016","ee8e9928-d9b2-4570-adb8-44b34115decd","fd5a8a4c-4d66-48a1-bc3e-caaa2dbb64d4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EA1","EOC","FIC","INR","J25","MKC","MOC","PIP","PLST","PSOI","SIR","SLD","SOI","SPG"],"rulings":[{"date":"2016-04-08","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2016-04-08","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2016-04-08","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."},{"date":"2024-02-02","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2024-02-02","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2024-02-02","text":"Some abilities trigger \"whenever you sacrifice a Clue\". Those abilities trigger whenever you sacrifice a Clue for any reason, not just to activate a Clue's activated ability."},{"date":"2024-02-02","text":"Some spells and abilities that investigate may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't create any Clue tokens."},{"date":"2024-02-02","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["rare","mythic"]},"tithe taker":{"name":"Tithe Taker","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"During your turn, spells your opponents cast cost {1} more to cast and abilities your opponents activate cost {1} more to activate unless they're mana abilities.\nAfterlife 1 (When this creature dies, create a 1/1 white and black Spirit creature token with flying.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Afterlife":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":["White","Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create 1 1/1 white and black Spirit creature token with flying","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.135a: When ~ is put into a graveyard from the battlefield, create 1 1/1 white and black Spirit creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, spells your opponents cast cost {1} more to cast and abilities your opponents activate cost {1} more to activate unless they're mana abilities."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c916b81f-700e-4a1a-8c8e-c4685ceaecd2","metadata":{"related_token_ids":["b5772afa-c000-5ab4-9eff-4bd7f18856fb","ecb4f782-2e1d-599e-b215-50205578124c"],"source_printing_ids":["6c817300-c9be-4ff4-b59d-85eb21152c40","bd26b7b1-992d-4b8c-bc33-51aab5abdf98"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRNA","RNA","WOC"],"rulings":[{"date":"2019-01-25","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities are activated abilities and will have colons in their reminder text. An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate. Triggered abilities (starting with \"when,\" \"whenever,\" or \"at\") are unaffected by Tithe Taker."},{"date":"2019-01-25","text":"An opponent's activated ability that costs no mana to activate will cost {1} plus its non-mana costs during your turn."},{"date":"2019-01-25","text":"Because blockers are chosen all at once, you can't block with a creature with afterlife, wait for it to die, then block with the resulting Spirit tokens."},{"date":"2019-01-25","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases (such as that of Tithe Taker's effect), then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare"]},"tithing blade":{"name":"Tithing Blade","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, each opponent sacrifices a creature of their choice.\nCraft with creature {4}{B} ({4}{B}, Exile this artifact, Exile a creature you control or a creature card from your graveyard: Return this card transformed under its owner's control. Craft only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Craft":{"cost":{"type":"Cost","shards":["Black"],"generic":4},"materials":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent","Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},{"type":"Typed","type_filters":["Card","Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]}]},"count":{"type":"Exactly","count":1}}}],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":4}},{"type":"Exile","count":1,"zone":"Battlefield","filter":{"type":"SelfRef"}},{"type":"ExileMaterials","materials":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent","Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},{"type":"Typed","type_filters":["Card","Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]}]},"count":{"type":"Exactly","count":1}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent sacrifices a creature of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"883a4180-9ede-4249-a4b8-3a29c998fb63","metadata":{"source_printing_ids":["dbaa9a2d-e9fd-4746-a26c-f99ae731f024"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If a card that isn't a transforming double-faced card becomes a copy of a card with craft, it'll stay in exile if you activate the craft ability. It won't return to the battlefield."},{"date":"2023-11-10","text":"If the materials required include multiple objects, you may exile some of them from among permanents you control and the rest from among cards in your graveyard. You don't have to choose all permanents or all cards from your graveyard."},{"date":"2023-11-10","text":"The back faces of some cards with craft refer to cards \"used to craft\" it. This refers to the cards exiled as part of the cost of the craft ability of the front face. Those cards are considered to be \"used to craft\" that permanent as long as they remain exiled and the permanent remains on the battlefield, even if the permanent's controller changes or some of its characteristics change (because of a copy effect, for example.)"},{"date":"2023-11-10","text":"You may exile tokens you control as part of the materials required. However, because they aren't cards and won't stay in exile, any abilities that refer to what you \"used to craft\" the back faces won't refer to anything."}],"rarities":["common"]},"tobita, master of winds":{"name":"Tobita, Master of Winds","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Creatures you control have flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have flying."}],"replacements":[],"color_override":["Blue"],"color_identity":["Blue"],"scryfall_oracle_id":"59eab251-af80-4091-98de-9ed413c14cdc","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9de1eebf-5725-438c-bcf0-f3a4d8a89fb0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"flip","printings":["CHK"],"rarities":["uncommon"]},"together as one":{"name":"Together as One","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Converge — Target player draws X cards, Together as One deals X damage to any target, and you gain X life, where X is the number of colors of mana spent to cast this spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Converge — Target player draws X cards, ~ deals X damage to any target, and you gain X life, where X is the number of colors of mana spent to cast this spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"234f1c4b-dd0c-4c4e-b3c1-3b9ccfc42226","metadata":{"source_printing_ids":["82e4948e-5f2b-498f-8864-d46870910d83","ac2a8a66-e38c-42ab-83e1-d2d99ee48861"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If a spell with a converge ability is copied, no mana was spent to cast the copy, so the number of colors of mana spent to cast the spell will be zero. The number of colors spent to cast the original spell is not copied."},{"date":"2026-03-20","text":"If there are any alternative or additional costs to cast a spell with a converge ability, the colors of mana spent to pay those costs will count."},{"date":"2026-03-20","text":"If you cast a spell with converge without spending any mana to cast it (perhaps because an effect allowed you to cast it without paying its mana cost), then the number of colors spent to cast it will be zero."},{"date":"2026-03-20","text":"The maximum number of colors of mana you can spend to cast a spell is five. Colorless is not a color. Note that the cost of a spell with converge may limit how many colors of mana you can spend."},{"date":"2026-03-20","text":"Unless a spell or ability allows you to, you can't choose to pay more mana for a spell with a converge ability just to spend more colors of mana. Likewise, if a spell or ability reduces the amount of mana it costs you to cast a spell with converge, you can't ignore that cost reduction in order to spend more colors of mana."}],"rarities":["rare"]},"tolarian terror":{"name":"Tolarian Terror","mana_cost":{"type":"Cost","shards":["Blue"],"generic":6},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Serpent"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast for each instant and sorcery card in your graveyard.\nWard {2} (Whenever this creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {2}.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Instant","Sorcery"],"scope":"Controller"}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each instant and sorcery card in your graveyard."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b9d0f2e1-62c2-44fd-ad38-471daf17bb0a","metadata":{"source_printing_ids":["2569d4f3-55ed-4f99-9592-34c7df0aab72","29ec2269-5a83-48a7-8fbe-e1b06e169c04","42f01cba-43d4-46ad-b7a5-d7631b0e1347"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","FDN","PLST"],"rulings":[{"date":"2024-11-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions (such as that of Tolarian Terror). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."},{"date":"2024-11-08","text":"Tolarian Terror's first ability can't reduce its cost below {U}."}],"rarities":["common"]},"tombstone stairwell":{"name":"Tombstone Stairwell","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["World"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cumulative upkeep {1}{B} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nAt the beginning of each upkeep, if this enchantment is on the battlefield, each player creates a 2/2 black Zombie creature token with haste named Tombspawn for each creature card in their graveyard.\nAt the beginning of each end step and when this enchantment leaves the battlefield, destroy all tokens created with this enchantment. They can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[{"CumulativeUpkeep":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":["Haste"],"tapped":false,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Graveyard"}]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each upkeep, if ~ is on the battlefield, each player creates a 2/2 black Zombie creature token with haste named Tombspawn for each creature card in their graveyard.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, destroy all tokens created with ~. They can't be regenerated.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, destroy all tokens created with ~. They can't be regenerated.","constraint":null,"condition":null,"batched":false},{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9aaf1149-eccb-434a-a1a7-14b93fa50141","metadata":{"source_printing_ids":["f8fe2f99-7ec2-490c-8ec3-aa2fb4680826"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"All the tokens are put onto the battlefield simultaneously."},{"date":"2004-10-04","text":"Both the cumulative upkeep and the triggered ability trigger at the beginning of upkeep, so you can choose what order they resolve."},{"date":"2004-10-04","text":"Does not put the Zombies onto the battlefield if this card is not still on the battlefield when its ability resolves."},{"date":"2004-10-04","text":"If something changes the names of the tokens, then the \"at end of turn\" ability will still destroy them."},{"date":"2004-10-04","text":"You control the triggered ability, but each player controls the token creature they put onto the battlefield due to the ability's effect."},{"date":"2008-10-01","text":"This has the supertype world. When a world permanent enters, any world permanents that were already on the battlefield are put into their owners' graveyards. This is a state-based action called the \"world rule.\" The new world permanent stays on the battlefield. If two world permanents enter at the same time, they're both put into their owners' graveyards."}],"rarities":["rare"]},"tome of legends":{"name":"Tome of Legends","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Book"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters with a page counter on it.\nWhenever your commander enters or attacks, put a page counter on this artifact.\n{1}, {T}, Remove a page counter from this artifact: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"page"},"target":null,"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}, Remove a page counter from ~: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"page","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"IsCommander"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever your commander enters or attacks, put a page counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"page","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a page counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"cada2a1c-5db2-4702-9a57-cbe7da1bf208","metadata":{"source_printing_ids":["040301e8-20c1-4f4c-8766-d05f11415efd","08b0d5aa-8d76-4951-a326-0f4078fdfd28","2f0831d0-88d2-40fa-9f9d-6f270c5d94ef","3a50a89f-aca9-409e-b6b5-dbe3a361b96f","84546bb2-6c82-4e3e-8f64-cb7aa865ee60","8d4cb84a-fa17-4a85-a687-ee010a789d53"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","FIC","MKC","MSC","PLST"],"rulings":[{"date":"2019-10-04","text":"If you control another player's commander, you won't put a page counter on Tome of Legends when you attack with that creature. Similarly, if another player controls your commander, you'll still put a page counter on Tome of Legends if it attacks. (Perhaps the page is about your commander's shocking betrayal.)"}],"rarities":["rare"]},"tome scour":{"name":"Tome Scour","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player mills five cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":5},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":"Target player mills five cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"446a9d7e-9c1a-4e83-8342-2ed5acae2eed","metadata":{"source_printing_ids":["6445f013-8b50-4ea3-9013-df85289c2605","a67f6ee1-80bd-42cf-bcf6-6f856a6b2398","aed4cfec-5cea-4987-890e-825b2802e9f9","fdbdf96b-e7c5-42e5-9a16-03daafde40af"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M10","M11","M14","PIO","PS11"],"rulings":[{"date":"2009-10-01","text":"If there are fewer than five cards in the targeted player’s library, that player puts all the cards from their library into their graveyard."}],"rarities":["common","uncommon"]},"tony stark":{"name":"Tony Stark","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Artificer","Hero"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Look at the top four cards of your library. You may reveal an artifact card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.\n{4}{U}{R}: Transform Tony Stark. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Look at the top four cards of your library. You may reveal an artifact card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Red"],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}{U}{R}: Transform ~. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"4a46ea59-6c5d-4bed-9951-b5590f9a1bdb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4cea42fd-035e-4b8f-8b1d-ff363b694f14","58bf75bd-83c9-4281-a108-bf5aa31d70e5","7a85467d-5693-4cf7-b38d-d42c57242f48","81eaf2ee-edeb-4026-81bb-8766ffa61f0d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["MSH"],"rarities":["mythic"]},"too evil to stay dead":{"name":"Too Evil to Stay Dead","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 4 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 4 or more.)\nChoose target creature card in your graveyard with mana value 4 or less. If this spell was cast using teamwork, instead choose target creature card in your graveyard. Return the chosen card to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":4}],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose target creature card in your graveyard with mana value 4 or less. If this spell was cast using teamwork, instead choose target creature card in your graveyard. Return the chosen card to the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e50fecff-8872-42f5-8882-41ad13d9d1ae","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":4},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["f471e9ce-73bb-4090-98f2-f591c7cf4efe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"toph, hardheaded teacher":{"name":"Toph, Hardheaded Teacher","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior","Ally"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Toph enters, you may discard a card. If you do, return target instant or sorcery card from your graveyard to your hand.\nWhenever you cast a spell, earthbend 1. If that spell is a Lesson, put an additional +1/+1 counter on that land. (Target land you control becomes a 0/0 creature with haste that's still a land. Put a +1/+1 counter on it. When it dies or is exiled, return it to the battlefield tapped.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may discard a card. If you do, return target instant or sorcery card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, earthbend 1. If that spell is a Lesson, put an additional +1/+1 counter on that land.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"8c1c0117-6fc0-43c5-a4c8-6472de6503d9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3b36026b-15fb-4eeb-9cb3-266f295e4375","e3ba3395-39db-4330-9801-53def924f253"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rarities":["rare"]},"topiary lecturer":{"name":"Topiary Lecturer","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Increment (Whenever you cast a spell, if the amount of mana you spent is greater than this creature's power or toughness, put a +1/+1 counter on this creature.)\n{T}: Add an amount of {G} equal to this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":["Increment"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"color_options":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add an amount of {G} equal to ~'s power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, if the amount of mana you spent is greater than ~'s power or toughness, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"TriggeringSpell","metric":{"type":"Total"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"TriggeringSpell","metric":{"type":"Total"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}}}]}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5f5fe039-4be4-42ae-9fa4-4392328aa665","metadata":{"source_printing_ids":["4f16a1c2-0a80-45e4-b025-3aa0c0b03812"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rulings":[{"date":"2026-03-20","text":"An increment ability will only trigger if the permanent it's on is a creature. Similarly, if the permanent is no longer a creature when its increment ability resolves, the ability won't do anything."},{"date":"2026-03-20","text":"If increment triggers, the comparison will happen again when the ability tries to resolve. If the amount of mana spent to cast that spell isn't greater than either of that creature's stats anymore, the ability will do nothing."},{"date":"2026-03-20","text":"The increment ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2026-03-20","text":"When comparing the mana spent to the creature's stats as the increment ability resolves, it's possible that the stat that is less than the mana spent changes from power to toughness or vice versa. For example, say you control a 1/3 creature with increment and you pay two mana to cast a spell. Since the amount of mana you spent is greater than the creature's power, increment will trigger. While the increment ability is on the stack, an effect gives the creature with increment +2/-2, making it a 3/1. When the increment ability resolves, the creature will still get a +1/+1 counter since the amount of mana you spent is greater than that creature's toughness."},{"date":"2026-03-20","text":"Whenever you cast a spell, check the amount of mana you spent to cast it against the power and toughness of the creature with increment. If the amount of mana you spent isn't greater than either of that creature's stats, increment won't trigger at all."}],"rarities":["uncommon"]},"torch the witness":{"name":"Torch the Witness","mana_cost":{"type":"Cost","shards":["X","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Torch the Witness deals twice X damage to target creature. If excess damage was dealt to that creature this way, investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"PreviousEffectAmount","comparator":"GT","rhs":{"type":"Fixed","value":0},"channel":"Excess"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals twice X damage to target creature. If excess damage was dealt to that creature this way, investigate.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"51473069-68dc-4e87-b345-d7cbcfdeea74","metadata":{"related_token_ids":["9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1"],"source_printing_ids":["22bbf709-d8e9-4e3b-8ec8-206f1b2162b3","7bcc6106-71ad-40e4-8e1f-ddbfd655612b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"A creature has been dealt excess damage if one or more sources dealt more damage to it than the minimum amount of damage required to be lethal damage. In most cases, this means damage greater than its toughness, but consider the damage already dealt to it this turn."},{"date":"2024-02-02","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2024-02-02","text":"Even 1 damage dealt to a creature from a source with deathtouch is considered lethal damage. If Torch the Witness has deathtouch (perhaps due to the effect of Judith, Carnage Connoisseur), any amount greater than 1 damage will cause excess damage to be dealt, even if the total amount of damage dealt to that creature this turn isn't greater than the creature's toughness."},{"date":"2024-02-02","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2024-02-02","text":"Some abilities trigger \"whenever you sacrifice a Clue\". Those abilities trigger whenever you sacrifice a Clue for any reason, not just to activate a Clue's activated ability."},{"date":"2024-02-02","text":"Some spells and abilities that investigate may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't create any Clue tokens."},{"date":"2024-02-02","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."}],"rarities":["uncommon"]},"torment of scarabs":{"name":"Torment of Scarabs","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, that player loses 3 life unless they sacrifice a nonland permanent of their choice or discard a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, that player loses 3 life unless they sacrifice a nonland permanent of their choice or discard a card.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"OneOf","costs":[{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"count":1},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"payer":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4ba5bcee-fc95-4d05-965e-b1762529ec5f","metadata":{"source_printing_ids":["01651f67-cc25-4240-9698-58b7d906a160","9120abf5-9ad4-41bb-ba63-a593fcd208d0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["HA4","HOU","J25"],"rulings":[{"date":"2017-07-14","text":"While resolving the triggered ability of Torment of Scarabs, the enchanted player chooses a card to be discarded without revealing it, chooses a nonland permanent to be sacrificed, or chooses to do neither. Then that player discards that card, sacrifices that permanent, or loses 3 life. That player can always choose to lose 3 life, even if they have cards to discard or nonland permanents to sacrifice."}],"rarities":["uncommon"]},"torrent of lava":{"name":"Torrent of Lava","mana_cost":{"type":"Cost","shards":["X","Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Torrent of Lava deals X damage to each creature without flying.\nAs long as Torrent of Lava is on the stack, each creature has \"{T}: Prevent the next 1 damage that would be dealt to this creature by Torrent of Lava this turn.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithoutKeyword","value":"Flying"}]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals X damage to each creature without flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As long as ~ is on the stack, each creature has \"{T}: Prevent the next 1 damage that would be dealt to ~ by ~ this turn.\"","condition":null,"shield_kind":{"Prevention":{"amount":{"Next":1}}}}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f467ec85-ffe2-4963-82e0-509a7873fd63","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_AsLongAs","description":"Torrent of Lava deals X damage to each creature without flying.\nAs long as Torrent of Lava is on the stack, each creature has \"{T}: Prevent ","line_index":0}],"metadata":{"source_printing_ids":["19528a24-4968-4742-a2d1-06f94e60f290"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"If X is zero, it deals no damage (not -1 damage) to non-flying creatures it taps."},{"date":"2008-08-01","text":"It grants the activated ability to creatures while on the stack. This allows the ability to be activated and resolved before the Torrent itself resolves."}],"rarities":["rare"]},"torrential gearhulk":{"name":"Torrential Gearhulk","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this creature enters, you may cast target instant card from your graveyard without paying its mana cost. If that spell would be put into your graveyard, exile it instead.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"without_paying_mana_cost":true,"mode":"Cast"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may cast target instant card from your graveyard without paying its mana cost. If that spell would be put into your graveyard, exile it instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a6395447-677d-4c39-8eda-2d57e527c94e","metadata":{"source_printing_ids":["24ef9c0c-d211-40e6-97c2-efa1e9b689dc","7892c45c-1b17-4474-82fd-01f6d9a83181","92872fea-2fb4-4154-815e-cad9d966e60f","9bbfa9a1-1e34-48d6-a6ec-244844810f87","a6a0afd5-f3f9-459e-bd03-1a7a3521b570","d52868cb-087e-4f91-91bc-455f2e2e7cd7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","FIC","KLD","KLR","MPS","PKLD"],"rulings":[{"date":"2016-09-20","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2016-09-20","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs, such as emerge costs. You can, however, pay additional costs. If the card has any mandatory additional costs, such as that of Incendiary Sabotage, you must pay those to cast the card."},{"date":"2016-09-20","text":"If you cast the card, you do so as part of the resolution of Torrential Gearhulk's triggered ability. You can't wait to cast it later in the turn. Timing restrictions (such as \"Cast [this card] only during combat\") still apply."}],"rarities":["rare","mythic","special"]},"torture pit":{"name":"Torture Pit","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If a source you control would deal noncombat damage to an opponent, it deals that much damage plus 2 instead.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source you control would deal noncombat damage to an opponent, it deals that much damage plus 2 instead.","condition":null,"damage_modification":{"type":"Plus","value":{"type":"Fixed","value":2}},"damage_source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"damage_target_filter":{"Player":{"player":{"type":"Opponent"}}},"combat_scope":"NoncombatOnly"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e49b902f-a556-4dab-8928-93caf0a3f609","metadata":{"related_token_ids":["db939e9b-b7c1-5084-9880-1856f29766c5"],"source_printing_ids":["b90164a1-8b0a-4445-a0ad-43e4c3324925"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"split","printings":["DSC"],"rarities":["rare"]},"tortured existence":{"name":"Tortured Existence","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{B}, Discard a creature card: Return target creature card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{B}, Discard a creature card: Return target creature card from your graveyard to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fa9dfcf7-069c-4441-9ea0-133de47ecada","metadata":{"source_printing_ids":["1754b92b-d6f9-4503-af01-dee03f72a048","1efe6c2f-eb19-4a34-925a-3b90d2dbe680","6ee6d264-e83f-4596-be73-c0a0568d1d7d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","SLD","STH"],"rulings":[{"date":"2004-10-04","text":"You can’t return the same card you are discarding. This is because you pick the target before paying the costs."}],"rarities":["common","rare"]},"touch of vitae":{"name":"Touch of Vitae","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until end of turn, target creature gains haste and \"{0}: Untap this creature. Activate only once.\"\nDraw a card at the beginning of the next turn's upkeep.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"sub_ability":null,"duration":null,"description":"{0}: Untap ~. Activate only once.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste and \"{0}: Untap ~. Activate only once.\""}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, target creature gains haste and \"{0}: Untap ~. Activate only once.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"Upkeep"},"effect":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card at the beginning of the next turn's upkeep.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"84f1e596-f56f-48c9-9bff-2c0bb2cea2d3","metadata":{"source_printing_ids":["48d2cd18-a24d-40e0-a654-777d9e623ae2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ICE"],"rarities":["uncommon"]},"toxic deluge":{"name":"Toxic Deluge","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, pay X life.\nAll creatures get -X/-X until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Variable","value":"-X"},"toughness":{"type":"Variable","value":"-X"},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"All creatures get -X/-X until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"afaef788-34d1-460b-b884-9d7ae6ddeb18","additional_cost":{"type":"Required","data":{"type":"PayLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}},"metadata":{"source_printing_ids":["4ab57e89-a420-4a3a-b2ba-34bb427e40d4","5a7c713e-0ec3-44c8-8643-dba5a130d6b0","5aa02b7d-db31-4924-b75e-eb02f332ca3a","64d3d8ad-927f-4c4e-96cf-03e98bec3987","6d796c01-0821-4a20-a256-d98b774faedc","73731e45-51bb-4188-a54d-fdaa4bdfaf1f","8f6fdd97-a896-4110-b48f-a6c49394f854","a1c2a8da-56b0-4cab-b07b-10cac92c72c5","ab3ab559-5e16-44d9-97be-a4251c6e2b94","bf5666e6-e1bf-4f8e-acc0-d14df7362873","d00fa18f-d50a-4d3f-929e-91f29141b1df","db34617f-b04f-4b65-84cf-5c5be1eb7226","dc988247-1072-4e47-a656-8c5b1391dfca","de5afccc-8d42-4bd6-b068-b9ea2361655e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C13","CC2","CMM","EMA","LTC","MH3","MKC","MSC","PRM","PZ1","SLD","SOC"],"rulings":[{"date":"2020-08-07","text":"All creatures on the battlefield when Toxic Deluge resolves are affected. Ones that enter the battlefield or become creatures later in the turn are not."},{"date":"2020-08-07","text":"If you cast Toxic Deluge without paying its mana cost, you'll still choose a value for X and pay X life. This is because it doesn't have {X} in its mana cost."}],"rarities":["rare"]},"train of thought":{"name":"Train of Thought","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Replicate {1}{U} (When you cast this spell, copy it for each time you paid its replicate cost.)\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Replicate":{"type":"Cost","shards":["Blue"],"generic":1}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"SelfRef"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","source":"NonKicker","origin":"Replicate","origin_ordinal":0},"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"AdditionalCostPaymentCountFor","origin":"Replicate","origin_ordinal":0}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Replicate — copy this spell once for each time its replicate cost was paid","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"90ba0366-57ff-4dc4-a290-3925548129ce","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},"repeatable":true}},"metadata":{"source_printing_ids":["a9c1c674-0742-45be-afd5-2dbcd6b499ae","e98f5890-a494-4609-acae-f9e9bacd991d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDJ","GPT"],"rarities":["common"]},"training grounds":{"name":"Training Grounds","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Activated abilities of creatures you control cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Reduce","keyword":"activated","amount":2,"minimum_mana":1,"exemption":"None"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of creatures you control cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8de3eabe-9a8f-4865-beef-a4888c081d39","metadata":{"source_printing_ids":["07ec5941-203a-4f6d-b5fa-3054050990ee","22299956-82c6-46dd-ac7d-b56146ab7ed8","991c27ed-f53c-48c6-8c12-282f44b8d441","9dbc432e-c35c-4f8c-bbdd-068eaa468378","b466641b-8606-4310-86d0-ce402e7afb6a","c6f673a7-961d-4ba3-bfc5-46107af46a61","e2cf16f8-6e69-46b3-8453-1d1a2a5670e2","fb24d4b9-fa3c-4390-a4b9-3e4fdfdf72b6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MAT","P22","PLST","PMAT","ROE","TLE"],"rulings":[{"date":"2010-06-15","text":"Training Grounds won't affect a cost that isn't the cost to activate a creature's activated ability. For example, it won't affect Flameblast Dragon's {X}{R} cost, since that's a cost paid when a triggered ability resolves, and it won't affect a kicker cost, since that's an additional cost to cast a spell. Activated ability costs appear before a colon (:) in a card's rules text, or, in the case of some keywords, before a colon in reminder text."},{"date":"2025-10-02","text":"If an activated ability of a creature you control costs no generic mana to activate (for example, if it costs {R}{R}, it costs {0}, or it costs only nonmana actions such as {T} or \"Sacrifice a creature\"), Training Grounds simply won't affect it. In particular, it won't increase the cost to include a mana payment of {1}."},{"date":"2025-10-02","text":"Training Grounds affects only creatures you control on the battlefield. The costs of activated abilities that work in other zones (such as cycling or unearth) won't be reduced."},{"date":"2025-10-02","text":"Training Grounds can reduce the amount you pay for a creature's activated ability cost that includes {X}. For example, Drana, Kalastria Bloodchief has an activated ability that costs {X}{B}{B}. If you control Training Grounds and you activate the ability with X equal to 5, you'll have to pay only {3}{B}{B}. This is true even if the ability states that {X} must be paid with a certain color of mana, as Crimson Hellkite's ability does."},{"date":"2025-10-02","text":"Training Grounds can reduce the part of an activation cost represented by generic mana symbols down to nothing, as long as it still costs at least one mana. For example, if an activation cost is {2}{G}, you'd have to pay only {G}. If an activation cost is {2}, though, you'd still have to pay {1}."},{"date":"2025-10-02","text":"Training Grounds reduces the generic mana in waterbend costs for activated abilities. It will not reduce waterbend costs that are additional costs for casting spells."},{"date":"2025-10-02","text":"Training Grounds takes the total cost to activate a creature's activated ability into account, not just the cost printed on it. For example, Urabrask has an activated ability that costs {R}, and Suppression Field says \"Activated abilities cost {2} more to activate unless they're mana abilities.\" Since activating Urabrask's activated ability would now cost {2}{R}, Training Grounds reduces that cost back to {R}."},{"date":"2025-10-02","text":"Training Grounds won't affect the part of an activation cost represented by colored mana symbols or snow mana symbols. It also won't affect nonmana parts of an activation cost, if there are any."}],"rarities":["rare","mythic"]},"trance kuja, fate defied":{"name":"Trance Kuja, Fate Defied","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Avatar","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flare Star — If a Wizard you control would deal damage to a permanent or player, it deals double that damage instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"Flare Star — If a Wizard you control would deal damage to a permanent or player, it deals double that damage instead.","condition":null,"damage_modification":{"type":"Double"},"damage_source_filter":{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":"You","properties":[]}}],"color_override":["Black","Red"],"color_identity":["Black","Red"],"scryfall_oracle_id":"3998a60d-9521-4100-8d41-3e612972a3de","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["5d28e979-a264-59a8-8b04-fd3636ccfeb7"],"source_printing_ids":["008782d2-72b0-4554-b1ce-2db99969a4d8","374877d1-167a-42ea-adf3-a707ea0300e8","65530632-5b09-4359-921b-a6d094937aff","903192c7-f4ee-4872-aa61-3f8bdf2ab5c6","98067c9a-d81e-4f5c-b55a-28872331fce8","b058d305-d032-47c9-8567-11a4b4319695","cdb5acf7-2878-466d-8224-24fa64a602f5","d673228a-eec8-4f6e-82fd-10db909ccee2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN","PFIN"],"rarities":["rare"]},"transcendence":{"name":"Transcendence","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You don't lose the game for having 0 or less life.\nWhen you have 20 or more life, you lose the game.\nWhenever you lose life, you gain 2 life for each 1 life you lost. (Damage dealt to you causes you to lose life.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Unknown":"When you have 20 or more life"},"execute":{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you have 20 or more life, you lose the game.","constraint":null,"condition":null,"batched":false},{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"EventContextAmount"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you lose life, you gain 2 life for each 1 life you lost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantLoseTheGame","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You don't lose the game for having 0 or less life."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f9279f8f-3d19-4f5b-b194-cb8c65313b7e","metadata":{"source_printing_ids":["84e8bee2-9e3d-493c-a937-645bf3dcf0db"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TOR"],"rulings":[{"date":"2004-10-04","text":"If your life total is 20 or more and you control an effect that states “you can’t lose the game”, then an infinite loop is formed. If neither player wants to end the loop by removing one of these two cards from the battlefield, the game ends in a draw."}],"rarities":["rare"]},"transcendent archaic":{"name":"Transcendent Archaic","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Avatar"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nConverge — When this creature enters, you may draw X cards, where X is the number of colors of mana spent to cast this spell. If you draw one or more cards this way, discard two cards.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may draw X cards, where X is the number of colors of mana spent to cast this spell. If you draw one or more cards this way, discard two cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"fdd4b3a9-83ce-41bf-82e2-7808657e2c09","metadata":{"source_printing_ids":["1624c680-502b-474a-b9b2-888fe3ca008c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rulings":[{"date":"2026-03-20","text":"If a spell with a converge ability is copied, no mana was spent to cast the copy, so the number of colors of mana spent to cast the spell will be zero. The number of colors spent to cast the original spell is not copied."},{"date":"2026-03-20","text":"If there are any alternative or additional costs to cast a spell with a converge ability, the colors of mana spent to pay those costs will count."},{"date":"2026-03-20","text":"If you cast a spell with converge without spending any mana to cast it (perhaps because an effect allowed you to cast it without paying its mana cost), then the number of colors spent to cast it will be zero."},{"date":"2026-03-20","text":"The maximum number of colors of mana you can spend to cast a spell is five. Colorless is not a color. Note that the cost of a spell with converge may limit how many colors of mana you can spend."},{"date":"2026-03-20","text":"Unless a spell or ability allows you to, you can't choose to pay more mana for a spell with a converge ability just to spend more colors of mana. Likewise, if a spell or ability reduces the amount of mana it costs you to cast a spell with converge, you can't ignore that cost reduction in order to spend more colors of mana."}],"rarities":["uncommon"]},"traxos, scourge of kroog":{"name":"Traxos, Scourge of Kroog","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Trample\nTraxos enters tapped and doesn't untap during your untap step.\nWhenever you cast a historic spell, untap Traxos. (Artifacts, legendaries, and Sagas are historic.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Historic"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a historic spell, untap ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantUntap","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ enters tapped and doesn't untap during your untap step."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped and doesn't untap during your untap step.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"c1c78144-b335-4d22-a668-9173ab6a0d04","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3f0cbff1-4b4e-4d60-b114-20bd3e977b25","513fd010-db79-4aa4-8186-776fc3e27750","8566e91a-5f2c-4854-aeb3-68b3c4344582","dab80216-3df7-4e4f-8732-16dd6cac6bcf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRC","DMC","DOM","FCA","PDOM","PRM"],"rulings":[{"date":"2018-04-27","text":"A card, spell, or permanent is historic if it has the legendary supertype, the artifact card type, or the Saga subtype. Having two of those qualities doesn't make an object more historic than another or provide an additional bonus—an object either is historic or it isn't."},{"date":"2018-04-27","text":"An ability that triggers \"whenever you cast a historic spell\" doesn't trigger if a historic card is put onto the battlefield without being cast."},{"date":"2018-04-27","text":"Lands are never cast, so abilities that trigger \"whenever you cast a historic spell\" won't trigger if you play a legendary land. They also won't trigger if a card on the battlefield transforms into a legendary land, as the Ixalan and Rivals of Ixalan double-faced cards do."},{"date":"2018-04-27","text":"Some abilities trigger \"whenever you cast a historic spell.\" Such an ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."}],"rarities":["rare"]},"treasured find":{"name":"Treasured Find","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target card from your graveyard to your hand. Exile Treasured Find.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return target card from your graveyard to your hand. Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"e99d6c5c-b029-4cd1-bd7a-6f8ea91eb4a7","metadata":{"source_printing_ids":["0dc037e4-bbf3-4cea-b197-befb31d718a6","9317b616-eabe-461a-bd60-6dd8620becb4","a2c0e00b-2290-493f-a3fc-3b9bff2830cc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["DDM","GK1","RTR"],"rarities":["uncommon"]},"tree of perdition":{"name":"Tree of Perdition","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":13},"loyalty":null,"defense":null,"oracle_text":"Defender\n{T}: Exchange target opponent's life total with this creature's toughness.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[{"kind":"Activated","effect":{"type":"ExchangeLifeWithStat","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"stat":"Toughness"},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Exchange target opponent's life total with ~'s toughness.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0cdece2a-0bdf-4e6d-9ddc-4a8d58b2ec29","metadata":{"source_printing_ids":["29d59151-09e5-4e6c-8c46-586796535733","305bd19a-ae5e-46ca-8ff7-27810c968315","35c80cd1-72ce-4ed0-b63a-b889a9e0619e","750b4c88-26c7-43ec-b6b9-ece3263dfd59","9d4aef6f-10f8-4376-8518-a3165d0df062","a2f23266-99bc-43e1-852b-5e3241cb228a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ECC","EMN","INR","J22","PEMN","SIR"],"rulings":[{"date":"2016-07-13","text":"Any toughness-modifying effects, counters, Auras, or Equipment will apply after its toughness is set to the player's former life total. For example, say Tree of Perdition is equipped with Cultist's Staff (which makes it 2/15) and the player's life total is 7. After the exchange, Tree of Perdition would be a 2/9 creature (its toughness became 7, which was then modified by Cultist's Staff) and the player's life total would be 15."},{"date":"2016-07-13","text":"If Tree of Perdition isn't on the battlefield when the ability resolves, the exchange can't happen and the ability will have no effect. Notably, activating the ability and giving Tree of Perdition -13/-13 in response won't cause your opponent to lose the game."},{"date":"2016-07-13","text":"When the ability resolves, Tree of Perdition's toughness becomes the targeted opponent's former life total and that player gains or loses an amount of life necessary so that their life total equals Tree of Perdition's former toughness. Other effects that interact with life gain or life loss will interact with this effect accordingly."}],"rarities":["rare","mythic"]},"treefolk umbra":{"name":"Treefolk Umbra","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +0/+2 and assigns combat damage equal to its toughness rather than its power.\nUmbra armor (If enchanted creature would be destroyed, instead remove all damage from it and destroy this Aura.)","non_ability_text":null,"flavor_name":null,"keywords":["TotemArmor",{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":2},{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +0/+2 and assigns combat damage equal to its toughness rather than its power."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"fa321366-9bc1-48c7-873a-0b12a026ce49","metadata":{"source_printing_ids":["677166cf-4e1e-43ac-a67b-afaf33c0d14e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["MH1"],"rulings":[{"date":"2019-06-14","text":"Treefolk Umbra's effect doesn't actually change the enchanted creature's power. It changes only the amount of combat damage the creature assigns. All other rules and effects that check power or toughness use the real values. For example, Savage Swipe won't cause the enchanted creature to fight with its toughness."},{"date":"2024-06-07","text":"If a creature enchanted with an Aura that has umbra armor has indestructible, lethal damage and effects that try to destroy it simply have no effect. Umbra armor won't do anything because it won't have to."},{"date":"2024-06-07","text":"If a creature enchanted with an Aura that has umbra armor would be destroyed by multiple state-based actions at the same time (most likely because a creature with deathtouch has dealt damage to that creature greater than or equal to its toughness), umbra armor's effect will replace all of them and save the creature."},{"date":"2024-06-07","text":"If a creature you control is enchanted with multiple Auras that have umbra armor, and the enchanted creature would be destroyed, one of those Auras is destroyed instead—but only one of them. You choose which one because you control the enchanted creature."},{"date":"2024-06-07","text":"If a spell or ability says that it would \"destroy\" a creature enchanted with an Aura that has umbra armor, that spell or ability is what causes the Aura to be destroyed instead. Umbra armor doesn't destroy the Aura; rather, it changes the effects of the spell or ability. On the other hand, if a spell or ability deals lethal damage to a creature enchanted with an Aura that has umbra armor, the game rules regarding lethal damage cause the Aura to be destroyed, not that spell or ability."},{"date":"2024-06-07","text":"If a spell or ability would destroy both an Aura with umbra armor and the creature it's enchanting at the same time, umbra armor's effect will save the enchanted creature from being destroyed. Instead, the spell or ability will destroy the Aura in two different ways at the same time, but the result is the same as destroying it once."},{"date":"2024-06-07","text":"Some printings of this card refer to the ability \"totem armor\". This ability's name has been replaced with \"umbra armor\". This change does not affect the gameplay function of this card."},{"date":"2024-06-07","text":"Umbra armor has no effect if the enchanted creature is put into a graveyard for any other reason, such as if it's sacrificed, if the \"legend rule\" applies to it, or if its toughness is 0 or less."},{"date":"2024-06-07","text":"Umbra armor's effect is applied no matter why the enchanted creature would be destroyed: because it's been dealt lethal damage, or because it's being affected by an effect that says to \"destroy\" it (such as Breathe Your Last). In either case, all damage is removed from the creature and the Aura is destroyed instead."},{"date":"2024-06-07","text":"Umbra armor's effect is mandatory. If the enchanted creature would be destroyed, you must remove all damage from it (if it has any) and destroy the Aura that has umbra armor instead."},{"date":"2024-06-07","text":"Umbra armor's effect is not regeneration. Specifically, if umbra armor's effect is applied, the enchanted creature does not become tapped and is not removed from combat as a result. Effects that say the enchanted creature can't be regenerated won't prevent umbra armor's effect from being applied."}],"rarities":["common"]},"trespasser's curse":{"name":"Trespasser's Curse","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a creature enchanted player controls enters, that player loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"EnchantedPlayer","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature enchanted player controls enters, that player loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2769751d-ca67-4d6e-93c9-9587367ae8ab","metadata":{"source_printing_ids":["0e467a14-00b5-4dfb-9c3a-4e064de1b5fc","925e0135-7196-4f9c-83a5-93810dc22882","f6ef4c59-ab84-4d84-b795-015b21ae3fe0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PLST"],"rulings":[{"date":"2017-04-18","text":"If a creature enters the battlefield under enchanted player’s control and causes an ability controlled by that player to trigger, the triggered ability of Trespasser’s Curse resolves first if it’s that player’s turn, and resolves last if it’s your turn."}],"rarities":["common"]},"triad of fates":{"name":"Triad of Fates","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Put a fate counter on another target creature.\n{W}, {T}: Exile target creature that has a fate counter on it, then return it to the battlefield under its owner's control.\n{B}, {T}: Exile target creature that has a fate counter on it. Its controller draws two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"fate","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Put a fate counter on another target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"fate"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{W}, {T}: Exile target creature that has a fate counter on it, then return it to the battlefield under its owner's control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"fate"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{B}, {T}: Exile target creature that has a fate counter on it. Its controller draws two cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"fd09875f-71a1-41c2-b404-ff58f4d4cb6c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["588a8f90-4344-4882-9671-4c7295186a58"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["THS"],"rulings":[{"date":"2013-09-15","text":"The creature that returns to the battlefield during the resolution of Triad of the Fate's middle ability does so as a new object, with no memory of its previous existence. It won't have a fate counter on it."}],"rarities":["rare"]},"tribute to the world tree":{"name":"Tribute to the World Tree","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control enters, draw a card if its power is 3 or greater. Otherwise, put two +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control enters, draw a card if its power is 3 or greater. Otherwise, put two +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"72deedab-7c17-4505-aeca-4bc8596d80a5","metadata":{"source_printing_ids":["30cde7d3-e4b9-4c2e-a541-c7644e527551","c0cdeaba-fc21-44e6-bf99-aa1ff379401b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rarities":["rare"]},"trinisphere":{"name":"Trinisphere","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As long as this artifact is untapped, each spell that would cost less than three mana to cast costs three mana to cast. (Additional mana in the cost may be paid with any color of mana or colorless mana. For example, a spell that would cost {1}{B} to cast costs {2}{B} to cast instead.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Minimum","amount":{"type":"Cost","shards":[],"generic":3},"spell_filter":null}},"affected":null,"modifications":[],"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is untapped, each spell that would cost less than three mana to cast costs three mana to cast."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"69d994f2-b8f6-425f-9655-977c2144d40c","metadata":{"source_printing_ids":["316caa4e-a53a-460b-978c-5f0fba7bc549","3e2689f7-b075-4e64-b2a6-d7b26f1be908","52ea8286-225b-4990-981a-6b8c49748794","6a78299b-27bc-4730-bcb3-75fabc8f92c7","d465597a-362e-4bd0-b547-f11d8807e597"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"restricted"},"printings":["2XM","DST","MPS","PEWK","SLD","V09"],"rulings":[{"date":"2020-08-07","text":"If Trinisphere leaves the battlefield or becomes tapped or untapped as a cost to cast a spell, this cost is paid after you've locked in the total cost."},{"date":"2020-08-07","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. Finally, apply Trinisphere's effect if the mana component of the spell's cost is less than three mana. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare","mythic","special"]},"triskaidekaphile":{"name":"Triskaidekaphile","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"You have no maximum hand size.\nAt the beginning of your upkeep, if you have exactly thirteen cards in your hand, you win the game.\n{3}{U}: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{U}: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you have exactly thirteen cards in your hand, you win the game.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":13}},"batched":false}],"static_abilities":[{"mode":"NoMaximumHandSize","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have no maximum hand size."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ef238ba8-acf0-4e62-9abd-5291886a32e8","metadata":{"source_printing_ids":["10c7b3b1-32f4-49b1-aa39-02d3ef29a727","1ed68800-3fc6-4b0e-a624-8be3beeed92f","2ddbaeed-ba00-476d-a68a-d98f179b62a6","6750e203-1215-4203-b5b8-3f1b18940839","779dadab-a4be-481f-a50f-4a80a3bf9ca9","b6db2d37-3533-4830-ab63-6724ece6fbea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","DBL","MID","PMID","PRM","SLD"],"rulings":[{"date":"2021-09-24","text":"Triskaidekaphile's triggered ability will trigger only if you have exactly thirteen cards in your hand as your upkeep starts. If you have fewer cards in your hand, you won't be able to draw cards during your upkeep in time to cause the ability to trigger."}],"rarities":["rare"]},"triskelion":{"name":"Triskelion","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature enters with three +1/+1 counters on it.\nRemove a +1/+1 counter from this creature: It deals 1 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"Remove a +1/+1 counter from ~: It deals 1 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"74f67dcf-5afb-45aa-8d4b-3cdb23f6f2a1","metadata":{"source_printing_ids":["0017e784-5f71-4f7a-aed5-2ceff2cac18b","09294401-a895-4084-8302-196a946863d6","3151a1d7-bf4a-4615-8bf1-37d1e406a708","4095a274-57a9-442e-8c53-1e1d242fd824","4264a36f-480e-49df-b00c-29aafd15ee41","4b811d9b-1815-4219-9fc8-706dff705d4a","5611b053-0879-450b-b556-501e5aaa4aab","63349fa3-4462-413c-bd96-bbc1049165a0","6c3e03a3-0082-4d4e-8891-8c8dcc8f1cbf","8b997abd-8eae-4e87-97fc-36dde95ef8c7","9733e82f-b4d0-455c-8dc3-9278a7a1f156","a79c99e1-722a-44b6-8fa3-2be3f0c193d8","bab371a3-9e0c-4d98-b445-d0f3f86717dc","c5adfe0f-496a-4d56-8c8b-6b58cc827339"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","ATQ","DDF","DMR","M11","MOC","MRD","PLST","REN","RIN","SLD"],"rulings":[{"date":"2022-12-08","text":"If Triskelion has damage marked on it, activating its ability may cause that damage to become lethal. For example, say a Triskelion with two +1/+1 counters on it has been dealt 2 damage earlier in the turn. If you activate its ability by removing a +1/+1 counter from it, it now has 2 toughness and is destroyed as a state-based action. You won’t be able to remove the other +1/+1 counter from it to activate its ability again. The first activation of the ability will still resolve."},{"date":"2022-12-08","text":"If you activate the ability of an attacking or blocking Triskelion during the declare blockers step, it will deal less combat damage as a result. If you wait until the combat damage step, but Triskelion is dealt lethal damage, it’ll be destroyed before you get a chance to activate its ability."}],"rarities":["uncommon","rare"]},"triumphant chomp":{"name":"Triumphant Chomp","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Triumphant Chomp deals damage to target creature equal to 2 or the greatest power among Dinosaurs you control, whichever is greater.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Max","exprs":[{"type":"Fixed","value":2},{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":"You","properties":[]}}}]},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals damage to target creature equal to 2 or the greatest power among Dinosaurs you control, whichever is greater.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d417f574-38a4-405c-83bb-49c5cf542648","metadata":{"source_printing_ids":["06b28139-efa7-4818-a012-cf8150692b43"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"The amount of damage Triumphant Chomp deals is determined as it resolves. If you don't control any Dinosaurs at that time, or if the Dinosaurs you control are unusually small, Triumphant Chomp will deal 2 damage."}],"rarities":["uncommon"]},"troll ascetic":{"name":"Troll Ascetic","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Troll","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Hexproof (This creature can't be the target of spells or abilities your opponents control.)\n{1}{G}: Regenerate this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Hexproof"],"abilities":[{"kind":"Activated","effect":{"type":"Regenerate","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{G}: Regenerate ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0585ea6a-ef78-4386-a22c-6b8d8fc6c03c","metadata":{"source_printing_ids":["430fa067-cecd-4958-851b-5908a0765063","5a87f701-ef4c-47dd-beec-8ae871306ffe","cbef1bfa-eb85-4f64-bd11-8af53bf4c3d4","d447186e-62a7-4767-bb85-6439fd795350","f01233c2-6df0-4f0e-8668-3855868731ea"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["10E","CM2","CMD","DDL","DPA","MRD","PS11"],"rarities":["rare"]},"tromokratis":{"name":"Tromokratis","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Kraken"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Tromokratis has hexproof unless it's attacking or blocking.\nTromokratis can't be blocked unless all creatures defending player controls block it. (If any creature that player controls doesn't block this creature, it can't be blocked.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"Not","condition":{"type":"Or","conditions":[{"type":"SourceIsAttacking"},{"type":"SourceIsBlocking"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has hexproof unless it's attacking or blocking."},{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Unrecognized","text":"unless all creatures defending player controls block it"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked unless all creatures defending player controls block it."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9aa2f27b-4c00-44c1-8bc4-014350f05b6d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["160686f3-44fd-4f7a-81cf-d3b5b964bfba","69fcad7f-2740-49ff-a448-4b232c456e16","f40ad933-ddd9-4975-a222-21fe3305137c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG","CMM","CMR","PBNG","PRM"],"rulings":[{"date":"2014-02-01","text":"The defending player may block Tromokratis with each creature they control. If that player can't, perhaps because one of those creatures is tapped, or chooses not to, Tromokratis can't be blocked."},{"date":"2014-02-01","text":"Tromokratis (like all attacking and blocking creatures) remains an attacking or blocking creature until the end of combat step is over. Notably, it will still be an attacking or blocking creature during the combat damage step, so any abilities an opponent controls that trigger when a creature dies as a result of combat damage could target Tromokratis."}],"rarities":["uncommon","rare"]},"trouble in pairs":{"name":"Trouble in Pairs","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If an opponent would begin an extra turn, that player skips that turn instead.\nWhenever an opponent attacks you with two or more creatures, draws their second card each turn, or casts their second spell each turn, you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent attacks you with two or more creatures, you draw a card.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"AttackTarget","controller":"You","attacked":"Player"},"comparator":"GE","count":2},"batched":true,"attack_target_filter":"Player"},{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws their second card each turn, you draw a card.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts their second spell each turn, you draw a card.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"BeginTurn","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If an opponent would begin an extra turn, that player skips that turn instead.","condition":{"type":"OnlyExtraTurn"}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f349f58b-8cc8-45e4-9565-2b46fdf976c9","metadata":{"source_printing_ids":["0dd4d070-38cf-4517-8152-84c9fcf2c984","0f61e93f-5f97-4c7d-b3d5-0e05242faeb3","3f631a24-4d71-400c-a58d-ae91e193db2e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MKC","PZA"],"rulings":[{"date":"2024-02-02","text":"An \"extra turn\" is any turn created by a spell or ability. Notably, it doesn't include additional turns taken in tournaments after time expires for a round."},{"date":"2024-02-02","text":"Extra turns can still be created while Trouble in Pairs is on the battlefield. They're not skipped until they would begin, so if Trouble in Pairs leaves the battlefield before that happens, the extra turns will be unaffected."},{"date":"2024-02-02","text":"If an opponent attacks you with two or more creatures more than once in a turn (probably because they've generated extra combat phases), Trouble in Pairs's last ability will trigger each time that happens."},{"date":"2024-02-02","text":"Trouble in Pairs counts spells that were cast even if they didn't resolve. This means it still counts spells that were countered."},{"date":"2024-02-02","text":"Trouble in Pairs doesn't have to be on the battlefield to see the first card an opponent draws in a turn or the first spell they cast in a turn. As long as it's already on the battlefield when they draw their second card or cast their second spell in a turn, its last ability will trigger."},{"date":"2024-02-02","text":"Trouble in Pairs's last ability can trigger multiple times per opponent per turn. For example, if an opponent draws a second card, casts a second spell, and attacks you with two or more creatures in a single turn, Trouble in Pairs's last ability will trigger once when each of those events occurs, for a total of three times."}],"rarities":["rare","mythic"]},"troyan, gutsy explorer":{"name":"Troyan, Gutsy Explorer","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vedalken","Scout"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}{U}. Spend this mana only to cast spells with mana value 5 or greater or spells with {X} in their mana costs.\n{U}, {T}: Draw a card, then discard a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green","Blue"]},"restrictions":[{"SpellMatchingCostCriteria":{"criteria":[{"ManaValue":{"comparator":"GE","value":5}},"HasXInCost"]}}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}{U}. Spend this mana only to cast spells with mana value 5 or greater or spells with {X} in their mana costs.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{U}, {T}: Draw a card, then discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"1135ebc3-9537-4341-956b-6e22d8be5f20","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["72968bfe-0fa4-432f-9599-4c32cb143716","eadd2a1a-93a0-4257-897d-1aaee279449f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOC","WOE"],"rulings":[{"date":"2023-09-01","text":"You can spend mana generated by Troyan on any part of the cost of a spell that contains {X} in its mana cost. You're not limited to spending it only on the {X} part."},{"date":"2023-09-01","text":"You don't have to spend the two mana on the same spell."}],"rarities":["uncommon"]},"true conviction":{"name":"True Conviction","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have double strike and lifelink.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have double strike and lifelink."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fc299c1c-50f3-492a-b6b8-a3664bb72ab7","metadata":{"source_printing_ids":["1879adda-c2a7-4e5e-99db-31024e75b585","23a1d384-1b36-42d0-957f-48103f9cdbdd","9e5dc58b-f486-4b9f-9138-33efa31a05e4","e3afc893-58bb-4620-94e9-ed544e93d830"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","PRM","SCD","SLD","SOM","SS2"],"rarities":["rare"]},"trueheart twins":{"name":"Trueheart Twins","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Jackal","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"You may exert this creature as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, creatures you control get +1/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you exert a creature, creatures you control get +1/+0 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5d3be0d2-0940-4904-9f12-de592c990bdb","metadata":{"source_printing_ids":["34e6cfec-b6a0-4079-8d06-2a99a70d8b37","ac510911-1a65-4509-b6c9-ddac1950c838"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","J25"],"rulings":[{"date":"2017-04-18","text":"All cards in the Amonkhet set that let you exert a creature let you do so as you declare it as an attacking creature, as do some of the cards in the Hour of Devastation set. You can't do so later in combat, and creatures put onto the battlefield attacking can't be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2017-04-18","text":"If an exerted creature is already untapped during your next untap step (most likely because it had vigilance or an effect untapped it), exert's effect preventing it from untapping expires without having done anything."},{"date":"2017-04-18","text":"If you gain control of another player's creature until end of turn and exert it, it will untap during that player's untap step."},{"date":"2017-04-18","text":"Some cards have abilities that trigger whenever you exert any creature. These abilities trigger when you exert that creature or any other creature you control."},{"date":"2017-04-18","text":"You can't exert a creature unless an effect allows you to do so. Similar effects that \"tap and freeze\" a creature (such as that of Decision Paralysis) don't exert that creature."}],"rarities":["uncommon"]},"trusty boomerang":{"name":"Trusty Boomerang","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has \"{1}, {T}: Tap target creature. Return Trusty Boomerang to its owner's hand.\"\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"GrantingObject"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}, {T}: Tap target creature. Return ~ to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has \"{1}, {T}: Tap target creature. Return ~ to its owner's hand.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"3c032e74-69c6-48ca-95d4-51aa3d894c14","metadata":{"source_printing_ids":["df99a166-6d58-4d92-9037-2fdfbaf65629"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rarities":["uncommon"]},"trystan's command":{"name":"Trystan's Command","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Kindred","Sorcery"],"subtypes":["Elf"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two —\n• Create a token that's a copy of target Elf you control.\n• Return one or two target permanent cards from your graveyard to your hand.\n• Destroy target creature or enchantment.\n• Creatures target player controls get +3/+3 until end of turn. Untap them.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"forward_result":false},{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"ecc4e230-a546-4cb4-987c-87300060bbe2","modal":{"min_choices":2,"max_choices":2,"mode_count":4,"mode_descriptions":["Create a token that's a copy of target Elf you control.","Return one or two target permanent cards from your graveyard to your hand.","Destroy target creature or enchantment.","Creatures target player controls get +3/+3 until end of turn. Untap them."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["aefed846-e367-4940-842f-b504c71d0a53","ba1d99ca-740a-481a-be89-615e40d56d06"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Any enters abilities of the copied permanent will trigger when the token enters. Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the copied permanent will also work."},{"date":"2025-11-17","text":"If all of Trystan's Command's targets are illegal as it tries to resolve, it will do nothing. If at least one target is still legal, it will resolve and do as much as it can."},{"date":"2025-11-17","text":"If the copied permanent has {X} in its mana cost, X is 0."},{"date":"2025-11-17","text":"If the copied permanent is a token, the token that's created copies the original characteristics of that token as stated by the effect that created that token."},{"date":"2025-11-17","text":"If the copied permanent is copying something else, then the token enters as whatever that permanent copied."},{"date":"2025-11-17","text":"The token created by the first mode of Trystan's Command copies exactly what was printed on the original permanent and nothing else (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."}],"rarities":["rare"]},"trystan, callous cultivator":{"name":"Trystan, Callous Cultivator","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever this creature enters or transforms into Trystan, Callous Cultivator, mill three cards. Then if there is an Elf card in your graveyard, you gain 2 life.\nAt the beginning of your first main phase, you may pay {B}. If you do, transform Trystan.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":[{"Subtype":"Elf"}],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters, mill three cards. Then if there is an Elf card in your graveyard, you gain 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"Transformed","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":[{"Subtype":"Elf"}],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"SelfRef"},"description":"Whenever ~ transforms into ~, mill three cards. Then if there is an Elf card in your graveyard, you gain 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, you may pay {B}. If you do, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"961d1128-a022-480c-918e-16ba0abf844b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2094f9b6-ce84-47d9-8819-81db14ba483f","4086c9a8-f9bf-4359-a67a-9f7b45528ccf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["ECL"],"rarities":["rare"]},"trystan, penitent culler":{"name":"Trystan, Penitent Culler","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Warlock"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever this creature transforms into Trystan, Penitent Culler, mill three cards, then you may exile an Elf card from your graveyard. If you do, each opponent loses 2 life.\nAt the beginning of your first main phase, you may pay {G}. If you do, transform Trystan.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"Transformed","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"SelfRef"},"description":"Whenever ~ transforms into ~, mill three cards, then you may exile an Elf card from your graveyard. If you do, each opponent loses 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, you may pay {G}. If you do, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black","Green"],"scryfall_oracle_id":"961d1128-a022-480c-918e-16ba0abf844b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2094f9b6-ce84-47d9-8819-81db14ba483f","4086c9a8-f9bf-4359-a67a-9f7b45528ccf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["ECL"],"rarities":["rare"]},"turbulent fen":{"name":"Turbulent Fen","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Swamp","Forest"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {B} or {G}.)\nThis land enters tapped unless your opponents control eight or more lands.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless your opponents control eight or more lands.","condition":{"type":"UnlessControlsCountMatching","minimum":8,"filter":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]}},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"114dd40d-5ad8-4913-a08f-572b9521eb5b","metadata":{"source_printing_ids":["9737159b-256c-4004-ba5f-0417c35e1b30","fa1f9d1d-f749-4a33-b6dc-52f97b416b3c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"If this land enters the battlefield at the same time as any number of lands your opponents control, those other lands are not counted when determining if this land enters the battlefield tapped or untapped."},{"date":"2026-03-20","text":"Unlike some other dual lands, Turbulent Fen has two basic land types. It's not basic, so effects that search for basic lands can't find it, but it does have the appropriate land types for effects such as that of Necroblossom Snarl (included in the Secrets of Strixhaven Commander decks)."}],"rarities":["rare"]},"turntimber symbiosis":{"name":"Turntimber Symbiosis","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. If that card has mana value 3 or less, it enters with three additional +1/+1 counters on it. Put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. If that card has mana value 3 or less, it enters with three additional +1/+1 counters on it. Put the rest on the bottom of your library in a random order.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"403b59f3-7ade-4bc2-a3e6-de0c3c700f18","parse_warnings":[{"type":"SwallowedClause","detector":"Optional_YouMay","description":"Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. If that card has mana value 3","line_index":0},{"type":"SwallowedClause","detector":"Condition_If","description":"Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. If that card has mana value 3","line_index":0}],"metadata":{"source_printing_ids":["61bd69ea-1e9e-46b0-b1a1-ed7fdbe3deb6","90df87c1-59df-4244-8653-15e7f13cdacc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2020-09-25","text":"If a card in a player's library has {X} in its mana cost, X is considered to be 0."},{"date":"2020-09-25","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2020-09-25","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2020-09-25","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2020-09-25","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2020-09-25","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2020-09-25","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2020-09-25","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2020-09-25","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2020-09-25","text":"Use the mana value of the creature card as it exists in your library to determine whether it receives +1/+1 counters, ignoring any replacement effects (such as that of Glasspool Mimic) that will change its mana value once it's on the battlefield."}],"rarities":["mythic"]},"turntimber, serpentine wood":{"name":"Turntimber, Serpentine Wood","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this land enters, you may pay 3 life. If you don't, it enters tapped.\n{T}: Add {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":3}},"decline":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, you may pay 3 life. If you don't, it enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"403b59f3-7ade-4bc2-a3e6-de0c3c700f18","metadata":{"source_printing_ids":["61bd69ea-1e9e-46b0-b1a1-ed7fdbe3deb6","90df87c1-59df-4244-8653-15e7f13cdacc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PZNR","ZNR"],"rarities":["mythic"]},"turtle van":{"name":"Turtle Van","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever this Vehicle attacks, put a +1/+1 counter on target creature that crewed it this turn. Then if that creature is a Mutant, Ninja, or Turtle, double the number of +1/+1 counters on it.\nCrew 1 (Tap any number of creatures you control with total power 1 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":1,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"MultiplyCounter","counter_type":"P1P1","multiplier":2,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Mutant"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Ninja"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Turtle"}],"controller":null,"properties":[]}]},"use_lki":false},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, put a +1/+1 counter on target creature that crewed it this turn. Then if that creature is a Mutant, Ninja, or Turtle, double the number of +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"aeb9a2e6-ad11-4e2c-81d0-caf279d31ece","metadata":{"source_printing_ids":["16ceb9da-cf42-4202-a3ae-265f24532c04","fce6a8b6-b43c-4045-9378-97b2463f9b4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"To double the number of +1/+1 counters on a creature, put a number of +1/+1 counters on it equal to the number it already has. Other cards that interact with putting counters on it will interact with this effect accordingly."}],"rarities":["rare"]},"twilight diviner":{"name":"Twilight Diviner","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, surveil 2. (Look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)\nWhenever one or more other creatures you control enter, if they entered or were cast from a graveyard, create a token that's a copy of one of them. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, surveil 2.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more other creatures you control enter, if they entered or were cast from a graveyard, create a token that's a copy of one of them. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"Or","conditions":[{"type":"ZoneChangeObjectMatchesFilter","origin":"Graveyard","destination":"Battlefield","filter":{"type":"Any"}},{"type":"WasCast","zone":"Graveyard"}]},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"05d7222b-cc08-4f1f-8e35-6058599572ba","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["40e615a7-93a9-4753-a96c-a18237ab240b","443b6f30-1493-4d48-93d9-a91e22a7ebb3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Any enters abilities of the copied creature will trigger when the token enters. Any \"as [this creature] enters\" or \"[this creature] enters with\" abilities of the copied permanent will also work."},{"date":"2025-11-17","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2025-11-17","text":"If the copied creature is copying something else, then the token enters as whatever that creature copied."},{"date":"2025-11-17","text":"The token created by Twilight Diviner's last ability copies exactly what was printed on the original permanent and nothing else (unless that permanent is copying something else; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."}],"rarities":["rare"]},"twilight prophet":{"name":"Twilight Prophet","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nAscend (If you control ten or more permanents, you get the city's blessing for the rest of the game.)\nAt the beginning of your upkeep, if you have the city's blessing, reveal the top card of your library and put it into your hand. Each opponent loses X life and you gain X life, where X is that card's mana value.","non_ability_text":null,"flavor_name":null,"keywords":["Ascend","Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you have the city's blessing, reveal the top card of your library and put it into your hand. Each opponent loses X life and you gain X life, where X is that card's mana value.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCityBlessing"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a3afd8b9-d499-40f7-be41-f8fee6636a1d","metadata":{"source_printing_ids":["050ca791-265a-4e7b-9640-4fd5a6d8cd3a","41f90e2b-cdbb-4a7c-aba0-c72055b414ed","6bbb9ce0-8701-4400-8569-642ce5a0dbff","74353dcc-7653-4c5a-b621-ae587c448657","9bb7516a-37e3-484b-9c6b-f730f42c8941","9da6974f-6753-48ac-98cd-86412cc93726","c1ec13cf-e164-4222-90b1-af3e92e03b2e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","LCC","MKC","PLST","PRIX","RIX","SLD"],"rulings":[{"date":"2018-01-19","text":"A permanent is any object on the battlefield, including tokens and lands. Spells and emblems aren't permanents."},{"date":"2018-01-19","text":"Ascend on a permanent isn't a triggered ability and doesn't use the stack. Players can respond to a spell that will give you your tenth permanent, but they can't respond to getting the city's blessing once you control that tenth permanent. This means that if your tenth permanent is a land you play, players can't respond before you get the city's blessing."},{"date":"2018-01-19","text":"If the mana cost of the revealed card includes {X}, X is considered to be 0."},{"date":"2018-01-19","text":"If the revealed card doesn't have a mana cost (because it's a land card, for example), its mana value is 0."},{"date":"2018-01-19","text":"If you cast a spell with ascend, you don't get the city's blessing until it resolves. Players may respond to that spell by trying to change whether you get the city's blessing."},{"date":"2018-01-19","text":"If you control ten permanents but don't control a permanent or resolving spell with ascend, you don't get the city's blessing. For example, if you control ten permanents, lose control of one, then cast Golden Demise, you won't have the city's blessing and the spell will affect creatures you control."},{"date":"2018-01-19","text":"If your tenth permanent enters the battlefield and then a permanent leaves the battlefield immediately afterwards (most likely due to the \"Legend Rule\" or due to being a creature with 0 toughness), you get the city's blessing before it leaves the battlefield."},{"date":"2018-01-19","text":"In a Two-Headed Giant game, Twilight Prophet's last ability causes the opposing team to lose twice X life and you gain X life."},{"date":"2018-01-19","text":"Once you have the city's blessing, you have it for the rest of the game, even if you lose control of some or all of your permanents. The city's blessing isn't a permanent itself and can't be removed by any effect."},{"date":"2018-01-19","text":"Some cards have triggered abilities with an intervening \"if\" clause that checks whether you have the city's blessing. These are worded \"[Trigger condition], if you have the city's blessing, [effect].\" You must already have the city's blessing in order for these abilities to trigger; otherwise they do nothing. In other words, there's no way to have the ability trigger if you don't have the city's blessing, even if you intend to get it in response to the triggered ability."},{"date":"2018-01-19","text":"The mana value of a split card, such as cards with aftermath from the Amonkhet block, is based on the combined mana cost of its two halves."}],"rarities":["mythic"]},"twinflame":{"name":"Twinflame","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Strive — This spell costs {2}{R} more to cast for each target beyond the first.\nChoose any number of target creatures you control. For each of them, create a token that's a copy of that creature, except it has haste. Exile those tokens at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"extra_keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose any number of target creatures you control. For each of them, create a token that's a copy of that creature, except it has haste. Exile those tokens at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"83cf1169-5853-4332-b897-7b17d72d76ab","strive_cost":{"type":"Cost","shards":["Red"],"generic":2},"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047","ebb9c0a4-c359-58de-b739-03fddd775dfa"],"source_printing_ids":["207128b3-2de3-495a-bf29-eec50c3bd752","3459de92-62e8-482c-8241-3addc0a92066","85c863ef-b266-410d-87b3-ced791f99966","af570ca5-4123-4043-a2fc-8b3a7bdfdf38","ccaa7c17-55e7-44e4-a965-182f63f32c72"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["2X2","JOU","SLD","SOC"],"rulings":[{"date":"2014-04-26","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"as [this permanent] enters the battlefield\" or \"[this permanent] enters the battlefield with\" abilities of the copied creature will also work."},{"date":"2014-04-26","text":"If a spell or ability allows you to cast a strive spell without paying its mana cost, you must pay the additional costs for any targets beyond the first."},{"date":"2014-04-26","text":"If all of the spell's targets are illegal when the spell tries to resolve, it won't resolve and none of its effects will happen. If one or more of its targets are legal when it tries to resolve, the spell will resolve and affect only those legal targets. It will have no effect on any illegal targets."},{"date":"2014-04-26","text":"If another creature becomes or enters the battlefield as a copy of the token, that creature will have haste, but you won't exile it. However, if Twinflame creates multiple tokens copying a single creature due to a replacement effect (like the one Doubling Season creates), you'll exile each of them."},{"date":"2014-04-26","text":"If such a spell is copied, and the effect that copies the spell allows a player to choose new targets for the copy, the number of targets can't be changed. The player may change any number of the targets, including all of them or none of them. If, for one of the targets, the player can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2014-04-26","text":"If the copied creature has {X} in its mana cost, X is considered to be 0."},{"date":"2014-04-26","text":"If the copied creature is a token, the token created by Twinflame copies the original characteristics of that token as stated by the effect that put that token onto the battlefield."},{"date":"2014-04-26","text":"If the copied creature is copying something else (for example, if the copied creature is a Clone), then the token enters the battlefield as whatever that creature copied."},{"date":"2014-04-26","text":"The mana cost and mana value of strive spells don't change no matter how many targets they have. Strive abilities affect only what you pay."},{"date":"2014-04-26","text":"The tokens copy exactly what was printed on the original creature and nothing else (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2014-04-26","text":"The tokens see each other enter the battlefield. If any of them have a triggered ability that triggers whenever a creature enters the battlefield, they'll trigger for one another."},{"date":"2014-04-26","text":"You choose how many targets each spell with a strive ability has and what those targets are as you cast it. It's legal to cast such a spell with no targets, although this is rarely a good idea. You can't choose the same target more than once for a single strive spell."}],"rarities":["rare"]},"twinning staff":{"name":"Twinning Staff","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you would copy a spell one or more times, instead copy it that many times plus an additional time. You may choose new targets for the additional copy.\n{7}, {T}: Copy target instant or sorcery spell you control. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]}]}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":7}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{7}, {T}: Copy target instant or sorcery spell you control. You may choose new targets for the copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"CopySpell","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would copy a spell one or more times, instead copy it that many times plus an additional time. You may choose new targets for the additional copy.","condition":null,"quantity_modification":{"type":"Plus","value":1}}],"color_override":null,"scryfall_oracle_id":"3ca8113b-f5b8-41a7-aae6-ebb32554dfe3","metadata":{"source_printing_ids":["5cdcc324-1427-453c-9940-c21f5d04c997","e7971306-700e-4677-bf52-83e4f9ac04c1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","NCC"],"rulings":[{"date":"2020-04-17","text":"If an effect copies a card rather than a spell (such as that of God-Eternal Kefnet), this doesn't cause an additional copy to be created."},{"date":"2020-04-17","text":"If the spell has damage divided as it was cast (like Mythos of Vadrok), the division can't be changed, although the targets receiving that damage still can. The same is true of spells that distribute counters."},{"date":"2020-04-17","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2020-04-17","text":"If the spell that's copied is modal (that is, it says “Choose one —” or the like), the copy will have the same mode. A different mode can't be chosen."},{"date":"2020-04-17","text":"If you have a second Twinning Staff, copying a spell results in two additional copies. If you have a third, you get three additional copies, and so on."},{"date":"2020-04-17","text":"The controller of a copy can't choose to pay any alternative or additional costs for the copy. However, effects based on any alternative or additional costs that were paid for the original spell are copied as though those same costs were paid for the copy."},{"date":"2020-04-17","text":"The copy is created on the stack, so it's not “cast.” Abilities that trigger when a player casts a spell won't trigger. It will resolve before the original spell does."},{"date":"2020-04-17","text":"The copy will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2020-04-17","text":"Twinning Staff's last ability can copy any instant or sorcery spell you control, not just one with targets."},{"date":"2020-04-17","text":"You choose whether the additional copy is put onto the stack before or after the original copy. If a spell is being copied more than once, you can even have the additional copy put onto the stack in between the original copies."},{"date":"2020-04-17","text":"You may choose new targets for the additional copy, even if you can't choose new targets for the original copy or copies."}],"rarities":["rare"]},"twisted abomination":{"name":"Twisted Abomination","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Mutant"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{B}: Regenerate this creature. (The next time this creature would be destroyed this turn, instead tap it, remove it from combat, and heal all damage on it.)\nSwampcycling {2} ({2}, Discard this card: Search your library for a Swamp card, reveal it, put it into your hand, then shuffle.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Typecycling":{"cost":{"type":"Cost","shards":[],"generic":2},"subtype":"Swamp"}}],"abilities":[{"kind":"Activated","effect":{"type":"Regenerate","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},"sub_ability":null,"duration":null,"description":"{B}: Regenerate ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card",{"Subtype":"Swamp"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"139af10d-a3e5-4ade-b876-87324e6c8017","metadata":{"source_printing_ids":["2f395993-41d5-4947-ac76-d88a1ff6450a","446e672f-87aa-4308-98bb-d00548c5bcef","596516ce-6187-495e-b105-ec4c36da0a10","61fd17eb-c2a1-476d-a970-5bc0aac09f8a","63c8acb3-67da-43b1-9e4e-895779bff678","64e63700-1521-49fa-9756-02342a11e200","7bcaee2c-fad7-4ee2-8fe7-20b2c1eee5c5","99e81075-6f82-4cfb-8d49-07609f9882fa","a1335db4-dda0-4947-9ab6-1f140a1a8aa8","c276c8a7-2874-4ecb-9489-b1923d289510","ffae38ec-7712-4701-b072-9f962ec9c259"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2XM","A25","ARC","CMM","CNS","DDD","DRC","EMA","GVL","PD3","PLST","SCG","TD0","TSB"],"rulings":[{"date":"2016-06-08","text":"Swampcycling is a form of cycling. Any ability that triggers on a card being cycled also triggers on Swampcycling this card. Any ability that stops a cycling ability from being activated also stops Swampcycling from being activated."},{"date":"2016-06-08","text":"Swampcycling is an activated ability. Effects that interact with activated abilities (such as Stifle or Rings of Brighthearth) will interact with Swampcycling. Effects that interact with spells (such as Remove Soul or Faerie Tauntings) will not."},{"date":"2016-06-08","text":"Unlike the normal cycling ability, Swampcycling doesn't allow you to draw a card. Instead, it lets you search your library for a Swamp card. After you find a Swamp card in your library, you reveal it, put it into your hand, then shuffle your library."},{"date":"2016-06-08","text":"You can choose to find any card with the Swamp land type, including nonbasic lands. You can also choose not to find a card, even if there is a Swamp card in your library."}],"rarities":["common","special"]},"two streams facility":{"name":"Two Streams Facility","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Apalapucia"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you planeswalk to Two Streams Facility and at the beginning of the first upkeep of the game, each player chooses green anchor or red waterfall.\nEach player who last chose green anchor may play an additional land during each of their turns.\nCreatures controlled by players who last chose red waterfall get +2/+0 and have haste.\nWhenever chaos ensues, each player who last chose green anchor chooses red waterfall, and vice versa.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlaneswalkedTo","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Green anchor","Red waterfall"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you planeswalk to ~, each player chooses green anchor or red waterfall.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Green anchor","Red waterfall"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the first upkeep of the game, each player chooses green anchor or red waterfall.","constraint":{"type":"OncePerGame"},"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"SwapChosenLabels","first":"Green anchor","second":"Red waterfall"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, each player who last chose green anchor chooses red waterfall, and vice versa.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"PlayerWhoChoseLabel","label":"Green anchor"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"Each player who last chose green anchor may play an additional land during each of their turns."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"ControllerChoseLabel","label":"Red waterfall"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"Creatures controlled by players who last chose red waterfall get +2/+0 and have haste."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"d8aa7f2d-2280-42d4-b082-1b5d45df77c5","metadata":{"source_printing_ids":["40732207-291c-4cea-be87-dd4dbb8b6259"]},"legalities":{},"printings":["WHO"],"rarities":["common"]},"tymna the weaver":{"name":"Tymna the Weaver","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nAt the beginning of each of your postcombat main phases, you may pay X life, where X is the number of opponents that were dealt combat damage this turn. If you do, draw X cards.\nPartner (You can have two commanders if both have partner.)","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink",{"Partner":{"type":"Generic"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentDealtDamage","kind":"CombatOnly"}}}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentDealtDamage","kind":"CombatOnly"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PostCombatMain","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each of your postcombat main phases, you may pay X life, where X is the number of opponents that were dealt combat damage this turn. If you do, draw X cards.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"d15642e4-e61c-4d29-af48-de837991245e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["87eff269-c8d7-479e-ade4-383b8622e70d","bc7cbe9b-324e-42b8-94e2-36e91cb32163","cec4983f-c2ec-4bf5-9f14-e75f0a2788a6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","CMR","FCA","PRM","PZ2"],"rulings":[{"date":"2020-11-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2020-11-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2020-11-10","text":"If a player was dealt combat damage and subsequently lost the game, Tymna's triggered ability counts that player to determine the value of X."},{"date":"2020-11-10","text":"If an effect creates an additional combat phase in a turn, it may also create an additional main phase after that combat phase. Tymna's ability triggers at the beginning of each of these postcombat main phases."},{"date":"2020-11-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2020-11-10","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Falthis and Kediss are your commanders, your deck may contain cards with black and/or red in their color identity, but not cards with green, white, or blue."},{"date":"2020-11-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from any one of them, not from both of them combined."},{"date":"2020-11-10","text":"To have two commanders, both must have the partner ability as the game begins. Losing the ability during the game doesn't cause either to cease to be your commander."},{"date":"2020-11-10","text":"You can choose two commanders with partner that are the same color or colors. In Commander Draft, you can even choose two of the same commander with partner if you drafted them. If you do this, make sure you keep the number of times you've cast each from the command zone clear for \"commander tax\" purposes."},{"date":"2020-11-10","text":"You must pay exactly X life or none. You can't pay less life to draw fewer cards."}],"rarities":["rare","mythic"]},"tzaangor shaman":{"name":"Tzaangor Shaman","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Mutant","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nSorcerous Elixir — Whenever this creature deals combat damage to a player, copy the next instant or sorcery spell you cast this turn when you cast it. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"SpellCast","execute":null,"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false},"or_trigger":null},"effect":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, copy the next instant or sorcery spell you cast this turn when you cast it. You may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"1d55a1c5-fd0b-44d2-9e7c-550052fef262","metadata":{"source_printing_ids":["0649cc35-80e6-403a-aef3-d8c1ee35f67b","b7b8c9d1-34a2-4754-904a-c7d061a6ce0a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"If Tzaangor Shaman deals combat damage to a player more than one time in a turn, perhaps because it has gained double strike, its delayed triggered ability will trigger that many times when you cast your next instant or sorcery spell this turn."}],"rarities":["rare"]},"ugin's labyrinth":{"name":"Ugin's Labyrinth","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Imprint — When this land enters, you may exile a colorless card with mana value 7 or greater from your hand.\n{T}: Add {C}. If a card is exiled with this land, add {C}{C} instead.\n{T}: Return the exiled card to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CardsExiledBySource"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"duration":null,"description":"{T}: Add {C}. If a card is exiled with ~, add {C}{C} instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"TrackedSet","id":0},"destination":null},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Return the exiled card to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"ColorCount","comparator":"EQ","count":0},{"type":"Cmc","comparator":"GE","value":{"type":"Fixed","value":7}},{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile a colorless card with mana value 7 or greater from your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"d565cd3d-68d4-4039-9e45-7e69e31d0ffb","metadata":{"source_printing_ids":["020e1348-1a35-4cc8-bad6-9fbddfa79277","5d1506f3-5121-4b83-b199-6594b41e7883"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"In the rare case where more than one card is exiled with Ugin's Labyrinth's imprint ability (likely because the triggered ability was copied or the ability triggered a second time), its last ability will return all such cards to their owners' hands."}],"rarities":["mythic"]},"ulamog, the defiler":{"name":"Ulamog, the Defiler","mana_cost":{"type":"Cost","shards":[],"generic":10},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Eldrazi"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, target opponent exiles the top half of their library, rounded up.\nWard—Sacrifice two permanents.\nUlamog enters with a number of +1/+1 counters on it equal to the greatest mana value among cards in exile.\nUlamog has annihilator X, where X is the number of +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Sacrifice","data":{"count":2,"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}}}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"TargetZoneCardCount","zone":"Library"}},"divisor":2,"rounding":"Up"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When you cast this spell, target opponent exiles the top half of their library, rounded up.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicKeyword","kind":"Annihilator","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has annihilator X, where X is the number of +1/+1 counters on it."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"ManaValue","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Exile"}]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a number of +1/+1 counters on it equal to the greatest mana value among cards in exile.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"97836c48-8777-4b4e-98fb-e99204f38bdd","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["339f83ca-4f46-4246-be23-5ca4add31d81","a73da8a4-301e-4a80-9430-1d5cae8bb7f9","ab8edf1e-1892-49d4-8612-0208b41bc97e","d577b0a9-b680-4dd2-9df2-865bab48a318","fd00d56a-86bd-41d8-82b6-975404ef8067"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Annihilator abilities trigger and resolve during the declare attackers step. The defending player sacrifices the required number of permanents of their choice before they declare blockers. Any creatures sacrificed this way won't be able to block."},{"date":"2024-06-07","text":"If Ulamog is entering the battlefield directly from exile, it will see itself when determining which card has the greatest mana value among cards in exile. If that's Ulamog, which seems likely, it will enter with ten +1/+1 counters on it."},{"date":"2024-06-07","text":"If a creature with annihilator is attacking a planeswalker, and the defending player chooses to sacrifice that planeswalker, the attacking creature continues to attack. It may be blocked. If it isn't blocked, it simply won't deal combat damage to anything."},{"date":"2024-06-07","text":"Ulamog, the Defiler has received a minor update to clarify that the target of the first ability exiles the top half of their library. Its updated Oracle text appears above."},{"date":"2024-06-07","text":"Ulamog, the Defiler's first ability will resolve before Ulamog does. If Ulamog is countered or otherwise leaves the stack in response to its triggered ability, the triggered ability will still resolve as normal."},{"date":"2024-06-07","text":"Use the number of +1/+1 counters on Ulamog at the time its annihilator ability resolves to determine how many permanents defending player should sacrifice."}],"rarities":["mythic"]},"ultima, origin of oblivion":{"name":"Ultima, Origin of Oblivion","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Ultima attacks, put a blight counter on target land. For as long as that land has a blight counter on it, it loses all land types and abilities and has \"{T}: Add {C}.\"\nWhenever you tap a land for {C}, add an additional {C}.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"blight","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose all land types and abilities and has \"{T}: Add {C}.\""}],"duration":{"ForAsLongAs":{"condition":{"type":"RecipientHasCounters","counters":{"type":"OfType","data":"blight"},"minimum":1}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":{"ForAsLongAs":{"condition":{"type":"RecipientHasCounters","counters":{"type":"OfType","data":"blight"},"minimum":1}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, put a blight counter on target land. For as long as that land has a blight counter on it, it loses all land types and abilities and has \"{T}: Add {C}.\"","constraint":null,"condition":null,"batched":false},{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you tap a land for {C}, add an additional {C}.","constraint":null,"condition":null,"batched":false,"taps_for_mana_produced":["Colorless"]}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"baa337ce-edc6-4ee5-a898-68e9dbb4ab93","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2ac1b165-27ff-47f3-b598-43f7f021093a","d55a4c02-1aa4-454c-9041-84937377a53b","e6e27054-03e1-424e-92d8-6e77d7683d79"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"The affected land keeps any other card types (such as artifact) and supertypes (such as basic or legendary) when it loses its land types."},{"date":"2025-06-06","text":"Ultima's last ability is a triggered mana ability. It doesn't use the stack and can't be responded to."}],"rarities":["rare"]},"ulvenwald tracker":{"name":"Ulvenwald Tracker","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{1}{G}, {T}: Target creature you control fights another target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"subject":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}{G}, {T}: Target creature you control fights another target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"63a37c08-7e38-4fe2-9a71-cc4604c4f831","metadata":{"source_printing_ids":["1bf611cc-6a54-40bb-8fc3-b66d942254db","46199391-a4f5-4532-b89c-b7691b229bd0","4da9e7d8-5f01-4d55-a0a8-afe5e7d5f8e4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AVR","MM3","SLD"],"rulings":[{"date":"2017-03-14","text":"If either target of Ulvenwald Tracker’s ability is an illegal target when the ability tries to resolve, neither creature will deal or be dealt damage."},{"date":"2017-03-14","text":"The second target of Ulvenwald Tracker’s ability can be another creature you control, but it can’t be the same creature as the first target."}],"rarities":["rare"]},"umbra stalker":{"name":"Umbra Stalker","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Chroma — Umbra Stalker's power and toughness are each equal to the number of black mana symbols in the mana costs of cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":{"ManaSymbolCount":"Black"},"filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"InZone","zone":"Graveyard"}]}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":{"ManaSymbolCount":"Black"},"filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"InZone","zone":"Graveyard"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"Chroma — ~'s power and toughness are each equal to the number of black mana symbols in the mana costs of cards in your graveyard."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"51afd09d-7eee-41c9-bc42-f3f61a176479","metadata":{"source_printing_ids":["1efdd70a-5a84-48a5-82bf-ba29fda097c0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EVE"],"rulings":[{"date":"2008-08-01","text":"Chroma abilities check only mana costs, which are found in a card’s upper right corner. They don’t count mana symbols that appear in a card’s text box."},{"date":"2008-08-01","text":"Chroma abilities count hybrid mana symbols of the appropriate color. For example, a card with mana cost {3}{U/R}{U/R} has two red mana symbols in its mana cost."},{"date":"2008-08-01","text":"This is a characteristic-defining ability, which means it functions in all zones. You include the symbols in the Stalker’s own mana cost if you need to determine its power and/or toughness while it’s in the graveyard."}],"rarities":["rare"]},"umbral mantle":{"name":"Umbral Mantle","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has \"{3}, {Q}: This creature gets +2/+2 until end of turn.\" ({Q} is the untap symbol.)\nEquip {0}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"sub_ability":null,"duration":null,"description":"Equip {0}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Untap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{3}, {Q}: ~ gets +2/+2 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has \"{3}, {Q}: ~ gets +2/+2 until end of turn.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"44f3241f-af82-4f2e-b15d-7f279bf6e816","metadata":{"source_printing_ids":["10e35711-aec9-4024-a2a6-9efff8c71df2","616e50a5-9c29-4557-a1a8-d64a2cd28d2e","a8da2a6c-f63e-4724-bbdb-19d35b85a640"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MB2","PLST","SHM"],"rulings":[{"date":"2008-05-01","text":"If a creature with an {Q} ability hasn't been under your control since your most recent turn began, you can't activate that ability, unless the creature has haste."},{"date":"2008-05-01","text":"If the permanent is already untapped, you can't activate its {Q} ability. That's because you can't pay the \"Untap this permanent\" cost."},{"date":"2008-05-01","text":"When you activate an {Q} ability, you untap the creature with that ability as a cost. The untap can't be responded to. (The actual ability can be responded to, of course.)"}],"rarities":["uncommon"]},"umori, the collector":{"name":"Umori, the Collector","mana_cost":{"type":"Cost","shards":["BlackGreen","BlackGreen"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Ooze"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Companion — Each nonland card in your starting deck shares a card type. (If this card is your chosen companion, you may put it into your hand from outside the game for {3} as a sorcery.)\nAs Umori enters, choose a card type.\nSpells you cast of the chosen type cost {1} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[{"Companion":{"type":"SharedCardType"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCardType"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast of the chosen type cost {1} less to cast."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a card type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"913383a1-9c0d-40a1-8c5a-b0a8a95c09a6","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["10576f29-1ab8-4157-b5a0-8ad94a1ff634","4af29607-8907-4dda-9575-b6ae6ceaf027","75ac31e0-ac70-4ee6-b2b1-cc445ffa1da9","81826ef6-02ea-411b-ac08-8ac5e459daa1","98c9cf61-9f32-402b-9db5-f5c11a8a60e6","e996afbc-e6cd-473a-a194-a345512e6963"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","MUL","PIKO","PRM"],"rulings":[{"date":"2020-04-17","text":"Artifact, creature, enchantment, instant, planeswalker, and sorcery are card types. Supertypes (such as legendary) and subtypes (such as Ooze) are not. "},{"date":"2020-04-17","text":"Before shuffling your deck to become your library, you may reveal one card from outside the game to be your companion if your starting deck meets the requirements of the companion ability. You can't reveal more than one. It remains revealed outside the game as the game begins."},{"date":"2020-04-17","text":"Effects that reduce the generic mana cost of a spell (such as that of Umori) can't reduce that spell's colored mana requirements."},{"date":"2020-04-17","text":"If more than one player wishes to reveal a companion, the starting player does so first, and players proceed in turn order. Once a player has chosen not to reveal a companion, that player can't change their mind."},{"date":"2020-04-17","text":"If you reveal a companion outside the game, for as long as it remains there, you may pay {3} any time you could cast a sorcery (that is, you have priority during your main phase and the stack is empty). Once you do, you put it into your hand and behaves like any other card you've brought into the game. For example, if it's discard, countered, or destroyed, it's put into your graveyard, remaining in the game. This is a change from previous rules."},{"date":"2020-04-17","text":"Land cards in your deck may have any number of additional types that may be shared with other cards or not."},{"date":"2020-04-17","text":"Paying {3} to put your companion into your hand is a special action. It doesn't use the stack and players can't respond to it. Once you take this action, you may cast that card if it's legal to do so before any other player can take actions."},{"date":"2020-04-17","text":"The companion ability has no effect if the card is in your starting deck and creates no restriction on putting a card with a companion ability into your starting deck. For example, Zirda may be in your starting deck even if your other permanent cards don't all have activated abilities."},{"date":"2020-04-17","text":"The companion's other abilities apply only if the creature is on the battlefield. They have no effect while the companion is outside the game."},{"date":"2020-04-17","text":"The requirements of the companion ability apply only to your starting deck. They do not apply to your sideboard."},{"date":"2020-04-17","text":"To satisfy Umori's companion requirement, there must be one card type that each nonland card in your starting deck has. For example, if every nonland card is an artifact creature, enchantment creature, or creature, it is satisfied; but if you have an artifact creature, an artifact, and a creature, it is not satisfied."},{"date":"2020-04-17","text":"You may have one companion in the Commander variant. Your deck, including your commander, must meet its companion requirement. Your companion is not one of your one hundred cards."},{"date":"2020-04-17","text":"Your companion begins the game outside the game. In tournament play, this means your sideboard. In casual play, it's simply a card you own that's not in your starting deck."},{"date":"2020-06-01","text":"If you reveal a companion outside the game, for as long as it remains there, you may pay {3} any time you could cast a sorcery (that is, you have priority during your main phase and the stack is empty). Once you do, you put it into your hand and behaves like any other card you've brought into the game. For example, if it's discarded, countered, or destroyed, it's put into your graveyard, remaining in the game. This is a change from previous rules."},{"date":"2020-06-01","text":"Once you put your companion into your hand, it behaves like any other card you’ve brought into the game. For example, if it’s countered or destroyed, it’s put into your graveyard, remaining in the game."},{"date":"2020-06-01","text":"Paying {3} to put your companion into your hand is a special action. It doesn't use the stack and players can't respond to it. Once you take this action, you may cast that card if it's legal to do so before any other player can take actions."},{"date":"2020-06-01","text":"Wizards of the Coast has issued functional errata for the Companion mechanic. Instead of casting companions from outside the game: Once per game, any time you could cast a sorcery (during your main phase when the stack is empty), you can pay {3} to put your companion from your sideboard into your hand. This is a special action, not an activated ability. It happens immediately and can’t be responded to. It can’t be countered or stopped by cards like Phyrexian Revoker. For more information please see https://magic.wizards.com/en/articles/archive/news/june-1-2020-banned-and-restricted-announcement"}],"rarities":["rare"]},"unbreathing horde":{"name":"Unbreathing Horde","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with a +1/+1 counter on it for each other Zombie you control and each Zombie card in your graveyard.\nIf this creature would be dealt damage, prevent that damage and remove a +1/+1 counter from it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Sum","exprs":[{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":"You","properties":[{"type":"Another"}]}}},{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":[{"Subtype":"Zombie"}],"scope":"Controller"}}]},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a +1/+1 counter on it for each other Zombie you control and each Zombie card in your graveyard.","condition":null,"destination_zone":"Battlefield"},{"event":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If ~ would be dealt damage, prevent that damage and remove a +1/+1 counter from it.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e6cd9203-e4d3-4d9f-b59f-4e454fc5a477","metadata":{"source_printing_ids":["1a91ea47-0c06-4333-a309-ac360c5cc9bd","9d656bd0-82e3-4261-b1bb-929beb87d172","dd119aa8-8414-4942-9a28-3e68a9a52a8e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DDQ","ISD","SCD"],"rulings":[{"date":"2011-09-22","text":"If Unbreathing Horde enters from a graveyard, it will count itself when determining how many +1/+1 counters it enters with."},{"date":"2011-09-22","text":"If Unbreathing Horde has no +1/+1 counters on it (but its toughness is raised above 0 by another effect), any damage dealt to it will still be prevented, even though no counter will be removed."},{"date":"2011-09-22","text":"Only one +1/+1 counter will be removed, no matter how much damage is prevented."}],"rarities":["rare"]},"uncivil unrest":{"name":"Uncivil Unrest","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Nontoken creatures you control have riot. (They enter with your choice of a +1/+1 counter or haste.)\nIf a creature you control with a +1/+1 counter on it would deal damage to a permanent or player, it deals double that damage instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"modifications":[{"type":"AddKeyword","keyword":"Riot"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Nontoken creatures you control have riot."}],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a creature you control with a +1/+1 counter on it would deal damage to a permanent or player, it deals double that damage instead.","condition":null,"damage_modification":{"type":"Double"},"damage_source_filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]}},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with an additional +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":"It gains haste","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"description":"CR 702.136a: Riot — this permanent may enter with an additional +1/+1 counter; otherwise it gains haste.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"bd655e8b-f192-4635-9e23-357b6f89ef8f","metadata":{"source_printing_ids":["0a9e1b5e-233e-4066-9d03-d04a051d8cfb","31afae93-d3c7-49c3-9f00-2cd9621e0ff8","343c3e40-d551-4e2c-bb94-315b58151a33"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC","SLD"],"rulings":[{"date":"2023-04-14","text":"If another effect (or effects) modifies how much damage your creature with a +1/+1 counter on it would deal—by preventing some of it, for example—the player being dealt damage or the controller of the permanent being dealt damage chooses the order in which any such effects (including Uncivil Unrest’s) apply. If all of the damage is prevented, Uncivil Unrest’s effect no longer applies."},{"date":"2023-04-14","text":"If damage dealt by a creature you control with a +1/+1 counter on it is being divided or assigned among multiple permanents and/or players, that damage is divided or assigned before doubling. For example, if you attack with a 5/5 creature with trample and it’s blocked by a 2/2 creature, you can assign 2 damage to the blocker and 3 damage to the defending player. Those amounts are then doubled to 4 and 6, respectively."},{"date":"2023-04-14","text":"If you choose for the creature to gain haste, it gains haste indefinitely. It won’t lose it as the turn ends or as another player gains control of it."},{"date":"2023-04-14","text":"Riot is a replacement effect. Players can’t respond to your choice of +1/+1 counter or haste, and they can’t take actions while the creature is on the battlefield without one or the other."},{"date":"2023-04-14","text":"The damage is dealt by the same source as the original source of damage. The doubled damage isn’t dealt by Uncivil Unrest unless it was somehow the original source of damage."}],"rarities":["rare"]},"undead alchemist":{"name":"Undead Alchemist","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"If a Zombie you control would deal combat damage to a player, instead that player mills that many cards.\nWhenever a creature card is put into an opponent's graveyard from their library, exile that card and create a 2/2 black Zombie creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"origin":"Library","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever a creature card is put into an opponent's graveyard from their library, exile that card and create a 2/2 black Zombie creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a Zombie you control would deal combat damage to a player, instead that player mills that many cards.","condition":null}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3807e6fe-0555-4b09-aef2-efd58abaf669","metadata":{"related_token_ids":["87df5573-4b61-5eaa-94b2-efd2398be6ac","ce24f27b-16b5-596b-b810-805a9384991b","ec9a4944-adaf-511f-a79e-40eb615aa5b5"],"source_printing_ids":["717f4592-6c81-43ac-8975-f6d5d6710310","b7231a1c-f3aa-4346-9eb1-63e35ab3001c","ccc25540-5518-4a56-b38d-340a3dbdd942"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ISD","MIC","SLD"],"rulings":[{"date":"2011-09-22","text":"If you control multiple Undead Alchemists, the multiple replacement abilities will have no added effect. Combat damage dealt to a player by a Zombie you control will be replaced only once with cards being put into that player's graveyard."},{"date":"2011-09-22","text":"Whenever a creature card is put into an opponent's graveyard from their library, the triggered ability of each Undead Alchemist you control will trigger. The first such ability to resolve will exile that creature card and create a Zombie token. Subsequent abilities won't exile the creature card, but each will create another Zombie token."}],"rarities":["rare"]},"undead servant":{"name":"Undead Servant","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, create a 2/2 black Zombie creature token for each card named Undead Servant in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Named","name":"undead servant"},{"type":"InZone","zone":"Graveyard"}]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 2/2 black Zombie creature token for each card named Undead Servant in your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5bf9f397-0216-4ec9-a57b-406758dcc233","metadata":{"related_token_ids":["15ce7217-21d5-55fe-8300-e0f4dd3af2f5","3b49dcde-f310-5692-a8b0-530e880f9769"],"source_printing_ids":["36afdfd4-8db7-45b6-9b6d-b9293fe6c26d","bfbc0f7c-546f-4525-bb58-c99ab9b017d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M20","ORI"],"rulings":[{"date":"2019-07-12","text":"Count the number of Undead Servants in your graveyard as the ability resolves to determine how many tokens to put onto the battlefield. If Undead Servant dies in response to its own triggered ability and is in your graveyard as that ability resolves, it will count toward the number of Zombies you get."}],"rarities":["common"]},"undercity sewers":{"name":"Undercity Sewers","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Island","Swamp"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {U} or {B}.)\nThis land enters tapped.\nWhen this land enters, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, surveil 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"08d80efc-9542-4ba2-824c-c8615d8d07f2","metadata":{"source_printing_ids":["19545db3-8be5-41e5-8d13-dec4f96fe624","2b5801fb-2026-4f25-98bc-ebb2f99684b9","3239a1e5-a002-4389-b9a7-049b1d60e2ac"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM","PZA"],"rarities":["rare","mythic"]},"underworld breach":{"name":"Underworld Breach","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each nonland card in your graveyard has escape. The escape cost is equal to the card's mana cost plus exile three other cards from your graveyard. (You may cast cards from your graveyard for their escape cost.)\nAt the beginning of the end step, sacrifice this enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"SelfManaCost"}},{"type":"Exile","count":3,"zone":"Graveyard","filter":null}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each nonland card in your graveyard has escape. The escape cost is equal to the card's mana cost plus exile three other cards from your graveyard."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"27e0948b-9916-473b-8d8c-a51bdfbc7457","metadata":{"source_printing_ids":["0b9755c8-ee39-4260-90f9-a398b3d06642","0e51d796-7279-4c06-87f0-37adbdaa41df","18e1bdc9-be60-4abd-9756-d3e70e2fcdb5","2f2374a2-21d6-4643-8602-684342d0dbfc","3b0a40e1-3163-4036-b1fb-0ac873d8966e","49c8b2ed-95bf-4a85-a0d7-6d7c01fc086d","c72c52be-5cb4-435d-8162-c27a0cf57adb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"legal","legacy":"banned","modern":"banned","oathbreaker":"legal","pioneer":"banned","timeless":"legal","vintage":"legal"},"printings":["MB2","PRM","PTHB","PZA","SLD","SPG","THB"],"rulings":[{"date":"2020-01-24","text":"After an escaped spell resolves, it returns to its owner's graveyard if it's not a permanent spell. If it is a permanent spell, it enters the battlefield and will return to its owner's graveyard if it dies later. Perhaps it will escape again—good underworld security is so hard to come by these days."},{"date":"2020-01-24","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2020-01-24","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2020-01-24","text":"If a card has no mana cost, its escape cost is an unpayable cost, so you can't cast it for that cost."},{"date":"2020-01-24","text":"If a card with escape is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2020-01-24","text":"If a spell you're casting with escape has an additional cost of discarding cards or sacrificing permanents, you may exile cards discarded or sacrificed this way to pay that part of its escape cost."},{"date":"2020-01-24","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2020-01-24","text":"If you're casting an adventurer card or split card with escape, you choose how you wish to cast it, then pay the appropriate cost (for the Adventure, the creature, or the half of the split card you chose) plus exiling three cards."},{"date":"2020-01-24","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2020-01-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"underworld dreams":{"name":"Underworld Dreams","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent draws a card, this enchantment deals 1 damage to that player.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws a card, ~ deals 1 damage to that player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"967cf377-ae26-464d-85ac-8448b5a911f7","metadata":{"source_printing_ids":["03919c86-1c4a-43b0-a2db-54ca6ae1ac57","209f89e0-a577-4bd1-8cdf-9572896e6a3d","49a3ca28-8b65-419f-9d37-4854ee92c6d2","5b1cbd83-c997-4c95-86a0-fe3c83d14975","5f252826-d2bd-4e25-a500-423a727a7e9e","6e212d55-c98d-4df6-ab5a-389f38099070","a0e8f8d8-eac0-451c-a167-be84667a8e3d","a549b913-556a-4aeb-899e-438ff6874f56","eda4c410-c19c-435d-bbb4-2448ea3eeb21"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","8ED","9ED","DPA","LEG","M10","P2HG","PRM","PS11","SLD","THB"],"rulings":[{"date":"2004-10-04","text":"If multiple cards are drawn at once, this card triggers once for each card drawn."},{"date":"2004-10-04","text":"In a multi-player game, it affects all opponents."},{"date":"2020-01-24","text":"If a spell or ability causes you to put cards into your hand without specifically using the word “draw,” it’s not a card drawn."}],"rarities":["uncommon","rare"]},"unearth":{"name":"Unearth","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target creature card with mana value 3 or less from your graveyard to the battlefield.\nCycling {2} ({2}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Return target creature card with mana value 3 or less from your graveyard to the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4e0b647a-6e1a-421b-bca9-8d5e346bda80","metadata":{"source_printing_ids":["228b4677-a00f-47f9-819b-88c003ac080b","656127b7-21c4-40ce-8fff-5cc3d38398f8","a5a1ec89-c231-409b-91e1-158ce6abf558","b1f73271-b70f-40ae-be64-f8de7805923a","b62abd0c-ec3e-45d7-989d-da269812aeef","b6cb2549-e485-44d6-9d65-7605c568909e","ed268699-e1cc-4742-b19f-7f0ceaed2733"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","A25","HA7","MH1","PLST","PRM","SCH","SLD","ULG"],"rulings":[{"date":"2019-06-14","text":"If a card in a player's graveyard has {X} in its mana cost, X is considered to be 0."}],"rarities":["common","rare"]},"unexpectedly absent":{"name":"Unexpectedly Absent","mana_cost":{"type":"Cost","shards":["X","White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put target nonland permanent into its owner's library just beneath the top X cards of that library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"position":{"type":"BeneathTop","depth":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}},"cost":null,"sub_ability":null,"duration":null,"description":"Put target nonland permanent into its owner's library just beneath the top X cards of that library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e8d78a83-c932-4b55-8f75-7094c672c3a9","metadata":{"source_printing_ids":["04bf7e2b-a05f-4ce6-b64c-809b74790b59","a1501a42-e233-423b-b68a-1b76630bbccc","eb6071cf-76bb-48f0-acbe-27b92558495a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C13","C20","CMA","EMA"],"rulings":[{"date":"2016-06-08","text":"If there are fewer than X cards in that player’s library, put that permanent on the bottom of that library."},{"date":"2016-06-08","text":"If you choose 0 as the value for X, put that permanent on top of its owner’s library."}],"rarities":["rare"]},"unholy annex":{"name":"Unholy Annex","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, draw a card. If you control a Demon, each opponent loses 2 life and you gain 2 life. Otherwise, you lose 2 life.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"else_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Demon"}],"controller":"ScopedPlayer","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, draw a card. If you control a Demon, each opponent loses 2 life and you gain 2 life. Otherwise, you lose 2 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"bd388ad9-a47b-4b0b-b94a-8e4343cd3de5","metadata":{"related_token_ids":["1fb16f1b-36a5-5421-968c-19c83c42fdca"],"source_printing_ids":["0fb4c734-c698-46f2-bc78-5f036f472e5b","681caa94-e95e-47f0-8305-eca0ed55cb5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"An ability that triggers \"when you unlock this door\" triggers when that door becomes unlocked. This can happen one of two ways: (1) the door becomes unlocked on the battlefield or (2) the door becomes unlocked as the Room enters the battlefield because you cast the corresponding half. In the latter case, since the door becoming unlocked is what causes the ability to trigger, effects that cause abilities that trigger when a permanent enters to trigger an additional time (such as that of Panharmonicon) won't apply."},{"date":"2024-09-20","text":"An ability that triggers \"whenever you fully unlock a Room\" triggers when a door becomes unlocked and the other door of that Room is already unlocked, or when both doors of that Room become unlocked simultaneously."},{"date":"2024-09-20","text":"Any time you have priority during a main phase of your turn and the stack is empty, you may pay the mana cost of a locked door (also called its \"unlock cost\"). That door becomes unlocked. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"Each Room card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2024-09-20","text":"Each Room card is a single card. For example, if you discard a Room card, you've discarded one card, not two. If an effect counts the number of enchantment cards in your graveyard, Bottomless Pool // Locker Room counts once, not twice."},{"date":"2024-09-20","text":"If a Room enters from any zone other than the stack, it will enter with both halves locked."},{"date":"2024-09-20","text":"If a spell or ability would create a copy of a Room spell on the stack, the copy retains the choice of which door was cast but also retains the full characteristics of the spell. The characteristics of the door that wasn't cast are still ignored while the copy is on the stack, and when the copy resolves, the token it becomes will enter with the appropriate door unlocked."},{"date":"2024-09-20","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the door you're casting. For example, if an effect allows you to cast a permanent spell with mana value 3 or less from among cards in your graveyard, you could cast Bottomless Pool this way, but not Locker Room."},{"date":"2024-09-20","text":"If neither door of a Room is unlocked, it's a Room enchantment with no name and no abilities."},{"date":"2024-09-20","text":"Room cards have two card faces with a shared type line on a single card. The characteristics of the door you didn't cast are ignored while the spell is on the stack."},{"date":"2024-09-20","text":"Some abilities allow you to lock a door of a Room you control. You can't choose to lock a door that's already locked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are locked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some abilities allow you to unlock a door of a Room you control. You can't choose to unlock a door that's already unlocked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are unlocked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some doors have abilities that trigger whenever you unlock that door and require one or more targets. You can unlock that door even if there would be insufficient legal targets for that triggered ability. The triggered ability won't go on the stack."},{"date":"2024-09-20","text":"To cast a Room spell, choose a half (or \"door\") to cast. There's no way to cast both halves of a Room card. When the Room spell resolves, the corresponding door becomes unlocked as the Room enters."},{"date":"2024-09-20","text":"While in any zone other than the stack or the battlefield, a Room card's characteristics are a combination of its two doors. For example, Bottomless Pool // Locker Room has a mana value of 6 while it's in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Bottomless Pool // Locker Room."},{"date":"2024-09-20","text":"While on the battlefield, a Room's characteristics are a combination of the characteristics of its unlocked doors. For example, if Bottomless Pool // Locker Room is on the battlefield with both doors unlocked, its names are Bottomless Pool and Locker Room, its mana value is 6, it's a Room Enchantment, and it has the abilities in each door's text box."}],"rarities":["rare"]},"unravel":{"name":"Unravel","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell. If the amount of mana spent to cast that spell was less than its mana value, you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"AbilityTarget","metric":{"type":"Total"}}},"comparator":"LT","rhs":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Target"}}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell. If the amount of mana spent to cast that spell was less than its mana value, you draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1525cbc1-0d95-4f58-99fb-136e54c4d486","metadata":{"source_printing_ids":["e8978214-c853-453d-872d-af56bdaaa3d7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"For spells with {X} in their mana costs, use the value chosen for X to determine the spell’s mana value."},{"date":"2025-07-25","text":"The mana value of a spell isn’t changed by alternative costs, cost increases, or cost reductions. For example, if you cast Thrumming Hivepool (an artifact with affinity for Slivers), its mana value is 6 no matter how many Slivers you controlled when you cast it."}],"rarities":["uncommon"]},"unstable glyphbridge":{"name":"Unstable Glyphbridge","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, if you cast it, for each player, choose a creature with power 2 or less that player controls. Then destroy all creatures except creatures chosen this way.\nCraft with artifact {3}{W}{W} ({3}{W}{W}, Exile this artifact, Exile another artifact you control or an artifact card from your graveyard: Return this card transformed under its owner's control. Craft only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Craft":{"cost":{"type":"Cost","shards":["White","White"],"generic":3},"materials":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent","Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},{"type":"Typed","type_filters":["Card","Artifact"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]}]},"count":{"type":"Exactly","count":1}}}],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White","White"],"generic":3}},{"type":"Exile","count":1,"zone":"Battlefield","filter":{"type":"SelfRef"}},{"type":"ExileMaterials","materials":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent","Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},{"type":"Typed","type_filters":["Card","Artifact"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]}]},"count":{"type":"Exactly","count":1}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"for","description":"for each player, choose a creature with power 2 or less that player controls"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if you cast it, for each player, choose a creature with power 2 or less that player controls. Then destroy all creatures except creatures chosen this way.","constraint":null,"condition":{"type":"WasCast"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fcd54631-ea47-49a7-ad5f-9a9a51a815ba","metadata":{"source_printing_ids":["a8a23e3f-57c8-4cbb-bb6c-d5fdf49a2d9c","d70f48e7-582c-4dd2-a64e-6fd03fa6b77e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"For each player, including yourself, you must choose a creature with power 2 or less to save if you can."},{"date":"2023-11-10","text":"If Sandswirl Wanderglyph leaves the battlefield on a turn in which an opponent attacked you or a planeswalker you control (perhaps because it died in combat or another player cast a spell that destroyed it), that opponent can cast spells."},{"date":"2023-11-10","text":"If a card that isn't a transforming double-faced card becomes a copy of a card with craft, it'll stay in exile if you activate the craft ability. It won't return to the battlefield."},{"date":"2023-11-10","text":"If the materials required include multiple objects, you may exile some of them from among permanents you control and the rest from among cards in your graveyard. You don't have to choose all permanents or all cards from your graveyard."},{"date":"2023-11-10","text":"In Two-Headed Giant, for each attacking creature, the attacking team announces which defending player, planeswalker, or battle that creature is attacking when it's declared as an attacker. Sandswirl Wanderglyph's abilities care only about creatures that attack you or planeswalkers you control, not creatures that attack your teammate or planeswalkers they control."},{"date":"2023-11-10","text":"Once Sandswirl Wanderglyph's middle ability resolves, that opponent won't be able to attack you or planeswalkers you control that turn, even if Sandswirl Wanderglyph is no longer on the battlefield."},{"date":"2023-11-10","text":"Sandswirl Wanderglyph's abilities won't stop opponents from attacking battles you protect or casting spells after attacking battles you protect."},{"date":"2023-11-10","text":"The back faces of some cards with craft refer to cards \"used to craft\" it. This refers to the cards exiled as part of the cost of the craft ability of the front face. Those cards are considered to be \"used to craft\" that permanent as long as they remain exiled and the permanent remains on the battlefield, even if the permanent's controller changes or some of its characteristics change (because of a copy effect, for example.)"},{"date":"2023-11-10","text":"Unstable Glyphbridge's first ability triggers if you cast it from any zone. It doesn't trigger if you put Unstable Glyphbridge onto the battlefield without casting it."},{"date":"2023-11-10","text":"You may exile tokens you control as part of the materials required. However, because they aren't cards and won't stay in exile, any abilities that refer to what you \"used to craft\" the back faces won't refer to anything."}],"rarities":["rare"]},"unstoppable plan":{"name":"Unstoppable Plan","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, untap all nonland permanents you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, untap all nonland permanents you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3f6f4c98-ed7e-4fb1-8bfe-4210a39f77f2","metadata":{"source_printing_ids":["62a95aeb-b1b0-42cd-ad67-fd13717d3c6c","aaeb5981-7e6a-4ffd-bb02-4757b2e92f08","ce40ff0e-04ae-4786-ac0c-54a66ffb48a6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rarities":["rare"]},"unstoppable slasher":{"name":"Unstoppable Slasher","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Assassin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever this creature deals combat damage to a player, they lose half their life, rounded up.\nWhen this creature dies, if it had no counters on it, return it to the battlefield tapped under its owner's control with two stun counters on it.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"ScopedPlayer"}}},"divisor":2,"rounding":"Up"},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, they lose half their life, rounded up.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false,"enter_with_counters":[["stun",{"type":"Fixed","value":2}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it had no counters on it, return it to the battlefield tapped under its owner's control with two stun counters on it.","constraint":null,"condition":{"type":"Not","condition":{"type":"HadCounters","counter_type":null}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6662968e-ca9e-454c-be44-24ad10e43d3e","metadata":{"source_printing_ids":["0a30a301-8e87-46e7-89aa-cd55b1a14420","57d865cf-8c5f-4c27-a731-33564b01bc64","c78da035-6b5b-4136-9ab6-f622b64fdc54"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK","PJSC"],"rarities":["rare"]},"urabrask":{"name":"Urabrask","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Praetor"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"First strike\nWhenever you cast an instant or sorcery spell, Urabrask deals 1 damage to target opponent. Add {R}.\n{R}: Exile Urabrask, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery and only if you've cast three or more instant and/or sorcery spells this turn.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{R}: Exile ~, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery and only if you've cast three or more instant and/or sorcery spells this turn.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}}}},{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, ~ deals 1 damage to target opponent. Add {R}.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4b1da9aa-a30c-44b8-a10e-f9dc3fe70b6f","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["4873fe20-675e-5db5-b9ba-8d996c2806ba"],"source_printing_ids":["52173f36-19d2-48be-a8e8-8cbe946759c0","712fb9e5-bd67-4173-a2d4-061aeb6253b5","b12e031a-3a1a-4544-973b-e4e5b0518db9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"After chapter III of The Great Work resolves, casting spells from graveyards follows the normal rules for casting those cards. You must pay their costs, and you must follow all applicable timing rules. For example, to cast a sorcery spell from a graveyard, you can do so by paying its mana cost only during your main phase while the stack is empty."},{"date":"2023-04-14","text":"If multiple players are allowed to cast the same card, the player with priority at any given time determines who can cast it. The player whose turn it is has priority as each step and phase begins, and they receive priority after each spell and ability resolves. This means immediately after chapter III resolves you’ll have priority to cast spells before any other player does."},{"date":"2023-04-14","text":"Urabrask will count any instant or sorcery spells you’ve cast during the turn, whether those spells resolved, didn’t resolve, were countered, or left the stack some other way. Urabrask won’t count copies of instant and sorcery spells that were created on the stack and not cast."},{"date":"2023-04-14","text":"Urabrask’s second ability isn’t a mana ability, even though it causes you to add mana. It uses the stack and can be responded to."}],"rarities":["mythic"]},"ureni's counsel":{"name":"Ureni's Counsel","mana_cost":{"type":"Cost","shards":["Blue"],"generic":6},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast for each Dragon card in your library.\nSeek a Dragon card.\nHarmonize {8}{R}{R}","non_ability_text":null,"flavor_name":null,"keywords":[{"Harmonize":{"type":"Cost","shards":["Red","Red"],"generic":8}}],"abilities":[{"kind":"Spell","effect":{"type":"Seek","filter":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"destination":"Hand","enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":"Seek a Dragon card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"ZoneCardCount","zone":"Library","card_types":[{"Subtype":"Dragon"}],"scope":"Controller"}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each Dragon card in your library."}],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"91617de2-4aab-4efc-94a1-053dfaac3ae5","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YTDM"]},"urge to feed":{"name":"Urge to Feed","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets -3/-3 until end of turn. You may tap any number of untapped Vampire creatures you control. If you do, put a +1/+1 counter on each of those Vampires.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-3},"toughness":{"type":"Fixed","value":-3},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature",{"Subtype":"Vampire"}],"controller":"You","properties":[{"type":"Untapped"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":[{"Subtype":"Vampire"}],"controller":null,"properties":[]}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"multi_target":{"min":0,"max":null},"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature gets -3/-3 until end of turn. You may tap any number of untapped Vampire creatures you control. If you do, put a +1/+1 counter on each of those Vampires.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c9f2f0ae-5869-43dc-a225-4dfe3d37c166","metadata":{"source_printing_ids":["041606a6-d20b-4241-ae5a-2dd004c47487","6f56b179-dedf-44fc-952a-dec22f30af49","b388d4d9-62b6-4174-897e-f933a4badcf9","eed371fb-b23b-41b0-9fa2-4cb1be8b77cc","ff8e3bff-1502-4dac-9d2d-784a988e5565"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["DDK","E02","J25","VOC","WWK"],"rulings":[{"date":"2010-03-01","text":"If the targeted creature is an illegal target by the time Urge to Feed resolves, the entire spell doesn't resolve. You can't tap any Vampires."},{"date":"2010-03-01","text":"If you cast Urge to Feed targeting an untapped Vampire creature you control with toughness 3, its toughness will be reduced to 0 by the -3/-3 effect. However, state-based actions aren't checked until the spell has finished resolving. You may then tap that Vampire and put a +1/+1 counter on it, raising its toughness to 1. It will remain on the battlefield."},{"date":"2010-03-01","text":"You don't choose which untapped Vampire creatures you control to tap (if any) until Urge to Feed resolves."}],"rarities":["uncommon"]},"uro, titan of nature's wrath":{"name":"Uro, Titan of Nature's Wrath","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Giant"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When Uro enters, sacrifice it unless it escaped.\nWhenever Uro enters or attacks, you gain 3 life and draw a card, then you may put a land card from your hand onto the battlefield.\nEscape—{G}{G}{U}{U}, Exile five other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green","Green","Blue","Blue"],"generic":0}},{"type":"Exile","count":5,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless it escaped.","constraint":null,"condition":{"type":"Not","condition":{"type":"CastVariantPaid","variant":"Escape"}},"batched":false},{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, you gain 3 life and draw a card, then you may put a land card from your hand onto the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"ee302659-59ed-4eef-babe-451b9ccf7f14","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1e3259f8-ee93-4b02-b8e1-a7bd6dd698ca","6f3b4542-bf78-4450-a4e0-bf757445c3c3","a0b6a71e-56cb-4d25-8f2b-7a4f1b60900d","bcf6e4d1-1b4f-450c-a0fc-2d02313979ca","e0b06619-d672-4542-a025-2ec3a62b761d","ed1f9061-4df3-4b3c-a8b1-1d62d354de4a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","modern":"banned","oathbreaker":"legal","pioneer":"banned","timeless":"legal","vintage":"legal"},"printings":["M3C","MB2","PLST","PRM","PTHB","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"After an escaped spell resolves, it returns to its owner's graveyard if it's not a permanent spell. If it is a permanent spell, it enters the battlefield and will return to its owner's graveyard if it dies later. Perhaps it will escape again—good underworld security is so hard to come by these days."},{"date":"2020-01-24","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2020-01-24","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2020-01-24","text":"If a card with escape is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2020-01-24","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2020-01-24","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2020-01-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."},{"date":"2020-01-24","text":"Uro's effect doesn't count as playing a land. It can put a land card onto the battlefield even if it's not your turn or if you've already played your land for the turn."},{"date":"2020-01-24","text":"Uro's first ability causes you to sacrifice it if you didn't cast it, or if it was cast using any permission other than an escape ability."},{"date":"2020-01-24","text":"Uro's second ability triggers when it enters the battlefield, even if it didn't escape."}],"rarities":["mythic"]},"urza's mine":{"name":"Urza's Mine","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Urza's","Mine"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}. If you control an Urza's Power-Plant and an Urza's Tower, add {C}{C} instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Power-Plant"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Tower"}],"controller":"You","properties":[]}}]},"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"duration":null,"description":"{T}: Add {C}. If you control an Urza's Power-Plant and an Urza's Tower, add {C}{C} instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"33e85a8a-86df-4cdc-a9cc-8cbabe92c3c0","metadata":{"source_printing_ids":["08dea8f6-bd32-44a3-bec4-93a5607819df","21079a99-690a-459a-b803-19585d8cf5fb","23c0e596-83c7-4d3f-903b-0c29276700ef","27886da1-9161-4bed-81b5-06da21a25f91","2a503f38-8117-4f17-9cf8-e92149b4ba44","2ee60a99-762b-4f82-9a26-3d3b5682f46b","32dbc719-d8aa-47ff-b7ea-20adadc99ec7","396bbb7d-ae61-4d8d-b931-9ed2f712832e","4e15ad45-dc96-48db-931c-1bbb95dfa580","546e0452-5304-41fa-9e3a-a3fa5a571315","5a295b97-85c5-4673-aea5-81e3d6379345","5c07c384-8ce9-4be0-a739-699a294fcf47","5eedb94c-058e-4c3a-96cf-e6624c03d26e","6c6c9f3e-6df7-459c-a1b0-d628f17bb7a6","703bae20-8833-474b-9356-f45d7b1efa4e","7a235785-b720-483b-bb28-6de440be2129","84a9cb92-438f-46d7-a8bd-a263f540bd88","897a79db-ec7a-450c-98ec-53337c564baa","97def2ea-97b5-4739-81cb-f7b299da76c7","99cf2e06-90cc-4acc-8874-5cd4b2a4abf9","c6bdb7f8-b5d3-491b-b24e-6852f80cd109","cd8617d2-a0e9-4fb4-85da-2c7e385be3f6","d2de2721-7f82-4cef-bca7-ac04dbb3779c","da68a5c0-84fe-4a8f-93b2-790eca3cc95c","ddf85792-470b-4b42-99ac-9cb43a575523","e17d4495-efce-40e3-aa94-27d45b4ce636","e4e89152-99a3-45cf-a61a-5635568a0401","e73bd2a6-676c-47cd-8608-1128cbd0c7cb","ec1c8759-ec90-420b-b9c3-33515e91b705","f0b8934e-9ff0-4c3e-987e-9c4fb1445b77"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2XM","5ED","8ED","9ED","ATQ","BCHR","CHR","CMM","J22","M3C","ME4","PRM","RIN"],"rulings":[{"date":"2004-10-04","text":"If you have at least one of each of the three Urza's lands on the battlefield, you must take the 2 mana instead of just one."},{"date":"2024-06-07","text":"The ability checks for land types, not the names of other permanents you control."}],"rarities":["common","uncommon","rare"]},"urza's power plant":{"name":"Urza's Power Plant","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Urza's","Power-Plant"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}. If you control an Urza's Mine and an Urza's Tower, add {C}{C} instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Mine"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Tower"}],"controller":"You","properties":[]}}]},"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"duration":null,"description":"{T}: Add {C}. If you control an Urza's Mine and an Urza's Tower, add {C}{C} instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e11966cd-2ee3-4df4-b099-abf42dcdf0db","metadata":{"source_printing_ids":["00d705f6-4b8b-49e7-b420-5277893f14bd","00fe59e8-d1ab-4f74-a7f4-a8feca3705ee","09b23321-861f-4afa-904f-7c63e356f10b","1080d56c-ff6c-4ef6-b3af-707c238d5442","18074937-9ad1-4d96-b4c0-96af06cedac4","222dc48a-335d-48e2-ba3d-048ae4c5c925","300bccb2-aaaf-4cc5-a625-63ec42ae03de","3115c04a-ac26-4361-aecd-c6fb5f03a96f","3c933622-1db9-48ce-9d76-fa1bca42d615","446ced23-1991-4335-9ead-83ae4a6d09cf","4499c80b-72af-485c-9106-22967b5252cd","4a86d6b5-946e-41e4-9c78-edec3f5bb981","54445d1f-5426-47e9-9e02-0274cea7174f","5cc02459-83ae-4b6c-85a1-26eeaf7a2ee7","5deeb24b-4c91-456c-be93-4a5b1935514d","5e5786d5-355d-454c-b09b-e307a7a324d4","60b1bbc3-eab3-4e30-8ebc-f4ef5ef0282b","7aa1e9c9-3522-4944-8e01-6988b33a9bb8","91267f96-cc20-4724-bac6-2c1e6e4001de","936335d7-1c4a-4fcd-80ff-cd4d4fcab8c4","937a24e4-f1f7-48d2-bc31-b219b2f26f04","94896e0b-859c-47e4-bf27-35ed37b841e0","b0449a19-37f7-4169-9e32-928db5ec76fe","b0bbe643-3e07-4541-a2e6-45c63a5133cf","c9a294bd-e6f6-4b88-b34c-135aff907b17","c9fd7ce9-1fe4-4668-b421-ce3f06d637e9","df2a9344-38b5-4def-bb6e-87d837e6da54","e01bf216-3e4c-4373-8021-26a7110b5421","e237d921-6d84-402e-b5e3-6bbdb3028f57","e3d0ec69-69ba-4185-b268-5f6890ada0d6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2XM","5ED","8ED","9ED","ATQ","BCHR","CHR","CMM","J22","M3C","ME4","PRM","RIN"],"rulings":[{"date":"2004-10-04","text":"If you have at least one of each of the three Urza's lands on the battlefield, you must take the 2 mana instead of just one."},{"date":"2024-06-07","text":"The ability checks for land types, not the names of other permanents you control."}],"rarities":["common","uncommon","rare"]},"urza's saga":{"name":"Urza's Saga","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Enchantment","Land"],"subtypes":["Urza's","Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI — This Saga gains \"{T}: Add {C}.\"\nII — This Saga gains \"{2}, {T}: Create a 0/0 colorless Construct artifact creature token with 'This token gets +1/+1 for each artifact you control.'\"\nIII — Search your library for an artifact card with mana cost {0} or {1}, put it onto the battlefield, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain \"{T}: Add {C}.\""}],"duration":"UntilHostLeavesPlay","target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Token","name":"Construct","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Creature","Construct"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each artifact you control."}]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}, {T}: Create a 0/0 colorless Construct artifact creature token with '~ gets +1/+1 for each artifact you control.'","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain \"{2}, {T}: Create a 0/0 colorless Construct artifact creature token with '~ gets +1/+1 for each artifact you control.'\""}],"duration":"UntilHostLeavesPlay","target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"ManaCostIn","costs":[{"type":"Cost","shards":[],"generic":0},{"type":"Cost","shards":[],"generic":1}]}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"4c6a0c30-b547-4eff-8ff4-0ca25803c076","metadata":{"related_token_ids":["3b93e4cb-767f-55f7-b59f-05f4c78db185","c0107955-7c56-5df9-9df1-740a54f52416"],"source_printing_ids":["2138dfbb-a4e3-49db-b908-95d0b2b7e82f","9df37469-6e2d-4783-aad3-c897ecbc967d","c1e0f201-42cb-46a1-901a-65bb4fc18f6c","c7658ec0-3207-4c7e-b31a-30a2a9249595"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"restricted"},"printings":["MB2","MH2","PLST","PMH2","SCH","SLC"],"rulings":[{"date":"2021-06-18","text":"Although Urza's Saga has the Urza's land type, it doesn't interact with Urza's Tower, Urza's Mine, or Urza's Power Plant."},{"date":"2021-06-18","text":"Even though Urza's Saga is a land, it is also still a Saga, and it will be sacrificed after its last chapter ability resolves."},{"date":"2021-06-18","text":"If Urza's Saga loses all of its chapter abilities but is still a Saga, perhaps due to a card like Blood Moon, it will immediately be sacrificed."},{"date":"2021-06-18","text":"Urza's Saga gains an ability from its first and second chapters. It keeps those abilities for as long as it's on the battlefield."},{"date":"2021-06-18","text":"Urza's Saga is a land, so it can only be played as a land. It cannot be cast as a spell."},{"date":"2021-06-18","text":"While resolving the chapter III ability, you can find only a card with actual mana cost {0} or {1}, not mana value 0 or 1. For example, you couldn't find a card with mana cost {U} or one with mana cost {X}."}],"rarities":["rare"]},"urza's tower":{"name":"Urza's Tower","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Urza's","Tower"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}. If you control an Urza's Mine and an Urza's Power-Plant, add {C}{C}{C} instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Mine"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Power-Plant"}],"controller":"You","properties":[]}}]},"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"duration":null,"description":"{T}: Add {C}. If you control an Urza's Mine and an Urza's Power-Plant, add {C}{C}{C} instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"32fbb638-ab14-4e8b-a07a-d4c44e3496f2","metadata":{"source_printing_ids":["035cc927-7b24-4a18-98bd-6fc0a0d65cba","0696cc4b-45c9-424d-b472-8d530062fd52","09dd1ab7-e11d-4206-8aad-c3de4e2da5ec","0fc0146c-3f85-4ed5-b37c-f1eeea04143d","139f0169-80b1-4c9b-9e0f-370cedd0022c","1e9f09b3-dd2d-4ba9-a57e-4f3c1793f752","3ce1817d-1870-4011-809f-aef3841e779a","4a03554a-0ee7-4106-b3e4-4bc51f48032d","513e063c-b328-4e5f-8806-b232c38645f5","52263b78-9829-4778-b7a9-8c4a97d1c6df","530d6fd5-57f2-497d-8144-b3ce64a6c5cb","6aba1f0f-73b0-4898-8d07-43322e43d74e","7693a698-65be-4d85-8b9d-c02c1596b99d","86c6dc88-ef09-4b37-b9e8-c483cccd0e0e","8ed85655-fc59-4a57-bcf9-75e1899dff78","92fae767-8c14-46ef-a548-4f66225defdb","994e98f5-c18a-4ba8-ba15-1578f8c3262c","9bb66579-0840-4ec3-aa6a-731874662dbb","9e369f3f-354b-42bf-9b2f-286912730c6c","a0240c3c-7219-4d5d-ac85-c369e4b180eb","a53fe67f-5041-4ccc-b489-d4df97629b5d","b6a4d336-8138-4119-afdb-7f4be68c3079","c6bc2492-f8b6-446e-b848-0669ca0d88b4","c75672e0-fa2d-43c5-9381-e17f2fd6d3bc","cba9d0e3-9ff3-4aeb-9de6-c7695d88a31d","cc78f2e5-c02b-4f58-8510-660ca27d9a71","dc2c039e-fbf9-4e45-874d-b0ab0d923e52","e2424487-fffb-4af6-8f0f-b99ebf6360d6","e62d0539-242c-48b3-b611-6b0413e93068","f6ecf34e-7642-43d4-855b-36e125e4c69e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2XM","5ED","8ED","9ED","ATQ","BCHR","CHR","CMM","J22","M3C","ME4","PRM","RIN"],"rulings":[{"date":"2024-06-07","text":"The ability checks for land types, not the names of other permanents you control."}],"rarities":["common","uncommon","rare"]},"urza, lord high artificer":{"name":"Urza, Lord High Artificer","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Urza enters, create a 0/0 colorless Construct artifact creature token with \"This token gets +1/+1 for each artifact you control.\"\nTap an untapped artifact you control: Add {U}.\n{5}: Shuffle your library, then exile the top card. Until end of turn, you may play that card without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Tap an untapped artifact you control: Add {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},"sub_ability":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":true,"mode":"Play","duration":"UntilEndOfTurn"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{5}: Shuffle your library, then exile the top card. Until end of turn, you may play that card without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Construct","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Creature","Construct"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each artifact you control."}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 0/0 colorless Construct artifact creature token with \"~ gets +1/+1 for each artifact you control.\"","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e87906d2-db1a-4e19-b910-adb4eb339945","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["230b6574-5ce0-5c34-96c1-7efa9a6d3f0e","3b93e4cb-767f-55f7-b59f-05f4c78db185","3df82ae6-2a99-52b1-a4da-a34ae0c882a1","bd5f51ee-08a2-5368-9dd0-cb3052e719ec","c0107955-7c56-5df9-9df1-740a54f52416"],"source_printing_ids":["18b26e53-1fc2-4d07-a56f-9000ed25580d","3e286a7c-9643-492f-8ce9-255499dfd1a7","45ab9672-8d85-41f6-9016-20c2988b037c","7b7a348a-51f7-4dc5-8fe7-1c70fea5e050","81329329-0154-4f89-a476-a54112dfa0b7","86d744cd-225c-4279-898a-858dc316cf7f","98294441-b5a1-4b59-9325-80d0ff913ebd","9e7fb3c0-5159-4d1f-8490-ce4c9a60f567","a88c6f09-a0b2-46c9-a291-59408dfa52b0","f0e626cc-b01a-4e20-9414-8ba6347041f0","f531402e-681f-4439-837c-4e184efd5a49"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","DMR","FCA","H1R","MB2","MH1","PRM"],"rulings":[{"date":"2022-12-08","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2022-12-08","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those to cast the card."},{"date":"2022-12-08","text":"If you don't play the card exiled with Urza's last ability, it remains in exile."},{"date":"2022-12-08","text":"The token created by Urza's first ability will count itself, so it'll be at least 1/1."},{"date":"2022-12-08","text":"Urza's last ability doesn't change when you can play the exiled card. For example, if you exile a sorcery card, you can cast it only during your main phase when the stack is empty. If you exile a land card, you can play it only during your main phase and only if you have an available land play remaining."},{"date":"2022-12-08","text":"You can tap any untapped artifact you control to pay the cost of the mana ability, including an artifact creature you haven't controlled continuously since the beginning of your most recent turn. Tapping an Equipment this way won't affect its abilities or the equipped creature."}],"rarities":["mythic"]},"uthros research craft":{"name":"Uthros Research Craft","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 12+.)\n3+ | Whenever you cast an artifact spell, draw a card. Put a charge counter on this Spacecraft.\n12+ | Flying\nThis Spacecraft gets +1/+0 for each artifact you control.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an artifact spell, draw a card. Put a charge counter on ~.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":3},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"12+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+0 for each artifact you control."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":0},{"type":"SetToughness","value":8}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 12+"}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e1c9783a-1d1b-40d7-872e-0ca11b229ce6","metadata":{"source_printing_ids":["2063f688-ab86-4c7c-9237-bdb47f56a618","6ade097b-349f-4876-bdc8-7bcd051e9952"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"The triggered ability granted by Uthros Research Craft’s second ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack without resolving."}],"rarities":["rare"]},"uthros scanship":{"name":"Uthros Scanship","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, draw two cards, then discard a card.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n8+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw two cards, then discard a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7b4c37dc-8cb0-4870-929e-11c2a45952a2","metadata":{"source_printing_ids":["1f93887f-35c5-472f-83d0-54227b3bd1d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"utopia sprawl":{"name":"Utopia Sprawl","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant Forest\nAs this Aura enters, choose a color.\nWhenever enchanted Forest is tapped for mana, its controller adds an additional one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":[{"Subtype":"Forest"}],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1},"contribution":"Additional"},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"TriggeringPlayer"}},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted Forest is tapped for mana, its controller adds an additional one mana of the chosen color.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"00d8efa6-a2d9-4249-8da7-b45173675329","metadata":{"source_printing_ids":["0fc7bf24-381f-459c-b6b5-8bd4d3b5cd3f","15625580-3cbd-459c-a667-87efdcdaf2b2","299236c6-e9a1-4ddb-bbfb-f8530b025391","29b4050e-8b73-4f16-85e4-ec2a8faacf48","44d14297-f84b-40bd-bd0a-b67d13787ca0","5047e271-fbf1-402c-9eb9-0806e5988f76","5ea568df-04a1-4012-98ec-ba75e189e0ca","5f04c8a2-dcdd-4e87-85d3-9841561cdcdf","612c2a10-b978-4000-894b-12d5f14afc97","6c982397-2d72-4d0e-8aa0-acedde0a0849","8ee63809-729b-48b1-a06d-3edc2a26208f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","AFC","DIS","PLST","RVR","SLD","WOC","WOT"],"rarities":["common","uncommon","rare"]},"valakut fireboar":{"name":"Valakut Fireboar","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Boar"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, switch its power and toughness until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SwitchPT","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, switch its power and toughness until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"126bf98a-64d0-4de2-9bf4-f59d36ef6e25","metadata":{"source_printing_ids":["5718b282-d3e9-4c68-8623-9ea8a3c937d0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ROE"],"rulings":[{"date":"2021-03-19","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to a creature may become lethal if you switch its power and toughness during that turn."},{"date":"2021-03-19","text":"Effects that switch a creature's power and toughness apply after all other effects, regardless of when those effects began to apply. For instance, if you target a 1/2 creature then give it +2/+0 later in the turn, it's a 2/3 creature, not a 4/1 creature."},{"date":"2021-03-19","text":"Switching a creature's power and toughness twice (or any even number of times) effectively returns the creature to the power and toughness it had before any switches."}],"rarities":["uncommon"]},"valeron wardens":{"name":"Valeron Wardens","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Renown 2 (When this creature deals combat damage to a player, if it isn't renowned, put two +1/+1 counters on it and it becomes renowned.)\nWhenever a creature you control becomes renowned, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Renown":2}],"abilities":[],"triggers":[{"mode":"BecomeRenowned","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control becomes renowned, draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Renown","count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":"Renown 2","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"CR 702.112a: Renown 2 — when this creature deals combat damage to a player, if it isn't renowned, put 2 +1/+1 counters on it and it becomes renowned.","constraint":null,"condition":{"type":"Not","condition":{"type":"IsRenowned","subject":"Source"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d1202573-2105-4d4d-ae7d-7164974b6d89","metadata":{"source_printing_ids":["e693a7e7-d95e-4cd8-9524-ca5fc517189a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["ORI"],"rulings":[{"date":"2015-06-22","text":"If a creature with renown deals combat damage to its controller because that damage was redirected, renown will trigger."},{"date":"2015-06-22","text":"If a renown ability triggers, but the creature leaves the battlefield before that ability resolves, the creature doesn’t become renowned. Any ability that triggers “whenever a creature becomes renowned” won’t trigger."},{"date":"2015-06-22","text":"Renown won’t trigger when a creature deals combat damage to a planeswalker or another creature. It also won’t trigger when a creature deals noncombat damage to a player."}],"rarities":["uncommon"]},"valgavoth's lair":{"name":"Valgavoth's Lair","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Enchantment","Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Hexproof\nThis land enters tapped. As it enters, choose a color.\n{T}: Add one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":["Hexproof"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As it enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"660d44a2-391a-416c-b46c-ddcc3739f527","metadata":{"source_printing_ids":["65ff914e-3f3e-4b7a-b69d-73575b68fb8e","7b5041f1-7cb8-4b60-94f6-436430bbece4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rarities":["rare"]},"valgavoth, harrower of souls":{"name":"Valgavoth, Harrower of Souls","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Demon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWard—Pay 2 life.\nWhenever an opponent loses life for the first time during each of their turns, put a +1/+1 counter on Valgavoth and draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Ward":{"type":"PayLife","data":2}}],"abilities":[],"triggers":[{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent loses life for the first time during each of their turns, put a +1/+1 counter on ~ and draw a card.","constraint":{"type":"OncePerOpponentPerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"5401439c-4068-4490-8d53-8ffd0026dd7d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["8d7c1f6c-af45-4449-8cf8-e13830b3df8a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"If Valgavoth somehow enters the battlefield during an opponent's turn and that opponent had lost life earlier in the turn, its last ability won't trigger if that opponent loses life later in the turn."}],"rarities":["mythic"]},"valgavoth, terror eater":{"name":"Valgavoth, Terror Eater","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Demon"]},"power":{"type":"Fixed","value":9},"toughness":{"type":"Fixed","value":9},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nWard—Sacrifice three nonland permanents.\nIf a card you didn't control would be put into an opponent's graveyard from anywhere, exile it instead.\nDuring your turn, you may play cards exiled with Valgavoth. If you cast a spell this way, pay life equal to its mana value rather than pay its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink",{"Ward":{"type":"Sacrifice","data":{"count":3,"filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]}}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ExileCastPermission":{"frequency":"Unlimited","play_mode":"Play","cost":"PayNormalCost","pool":"Persistent","timing":"YourTurnOnly","extra_cost":{"cost":{"type":"PayLife","amount":{"type":"Ref","qty":{"type":"SelfManaValue"}}},"mode":"Alternative"}}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, you may play cards exiled with ~. If you cast a spell this way, pay life equal to its mana value rather than pay its mana cost."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"}]},"description":"If a card you didn't control would be put into an opponent's graveyard from anywhere, exile it instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cae3ec72-436d-4086-9dcb-17b3d92ad5c4","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Flying, lifelink\nWard—Sacrifice three nonland permanents.\nIf a card you didn't control would be put into an opponent's graveyard from anyw","line_index":0}],"metadata":{"source_printing_ids":["497ec48f-5e6a-4f57-86ca-3640b7235002","7740ff55-67bb-409e-90f7-2c2c8b8c770a","9ee79357-2488-41a1-8f8c-dfcb77206f8a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"The spells you cast using the permission granted by Valgavoth's last ability have an alternative cost that's paying life equal to their mana value. You can't choose to pay their mana cost and may not pay any other alternative costs. You may still pay for additional costs, such as kicker costs, and you may pay mana for those as normal. If the spell has mandatory additional costs, you must pay those."},{"date":"2024-09-20","text":"You follow all timing rules for spells cast and lands played using the permission granted by Valgavoth's last ability."}],"rarities":["mythic"]},"valiant rescuer":{"name":"Valiant Rescuer","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you cycle another card for the first time each turn, create a 1/1 white Human Soldier creature token.\nCycling {2} ({2}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"Token","name":"Human Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cycle another card for the first time each turn, create a 1/1 white Human Soldier creature token.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c9de9f0b-bf07-4171-b54d-69033424a212","metadata":{"related_token_ids":["9fbf46e4-9f16-5f2f-a41c-55abad4ed523"],"source_printing_ids":["a2b13ff6-67e9-4760-aef4-a8548ea44344"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO"],"rulings":[{"date":"2020-04-17","text":"Some cards with cycling have an ability that triggers when you cycle them, and some cards have an ability that triggers whenever you cycle any card. These triggered abilities resolve before you draw from the cycling ability."},{"date":"2020-04-17","text":"Triggered abilities from cycling a card and the cycling ability itself aren’t spells. Effects that interact with spells (such as that of Cancel) won’t affect them."},{"date":"2020-04-17","text":"You can cycle a card even if it has a triggered ability from cycling that won’t have a legal target. This is because the cycling ability and the triggered ability are separate. This also means that if either ability is countered (with Disallow, for example), the other ability will still resolve."}],"rarities":["uncommon"]},"valkmira, protector's shield":{"name":"Valkmira, Protector's Shield","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If a source an opponent controls would deal damage to you or a permanent you control, prevent 1 of that damage.\nWhenever you or another permanent you control becomes the target of a spell or ability an opponent controls, counter that spell or ability unless its controller pays {1}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":{"Next":1},"target":{"type":"Any"},"scope":"AllDamage"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_subject_player":{"type":"Controller"},"valid_source":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}]},{"type":"StackAbility","controller":"Opponent"}]},"description":"Whenever you or another permanent you control becomes the target of a spell or ability an opponent controls, counter that spell or ability unless its controller pays {1}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"TriggeringSpellController"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"35ae7b25-6d0f-49f8-a40d-dd2cf88e6f44","metadata":{"source_printing_ids":["3606519e-5677-4c21-a34e-be195b6669fa","c717b484-4b88-4073-a185-71b6085e7324"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM"],"rarities":["rare"]},"vanille, cheerful l'cie":{"name":"Vanille, Cheerful l'Cie","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Vanille enters, mill two cards, then return a permanent card from your graveyard to your hand.\nAt the beginning of your first main phase, if you both own and control Vanille and a creature named Fang, Fearless l'Cie, you may pay {3}{B}{G}. If you do, exile them, then meld them into Ragnarok, Divine Deliverance.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, mill two cards, then return a permanent card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"fearless","description":"Fearless l'Cie, you may pay {3}{B}{G}"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, if you both own and control ~ and a creature named Fang, Fearless l'Cie, you may pay {3}{B}{G}. If you do, exile them, then meld them into Ragnarok, Divine Deliverance.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"577725ae-290f-4081-8352-3317521a096f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["28cdd11b-7337-4696-b2a0-77236c7b7210","6c752ee2-81b0-468a-a54b-740c22f2334e","91226c1a-63a0-494e-bcf0-77c2d6f49213","f1083637-7c43-44e0-8029-ad56cca8cc19"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"A nonmodal double-faced card enters with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2025-06-06","text":"A player prompted to name a card may name the combined back face, and each player has the right to know that combined back face's characteristics at all times."},{"date":"2025-06-06","text":"A token that is created as a copy of a double-faced permanent or a double-faced card in another zone is a double-faced token. It will have both the front face and back face of whatever object it's copying. If it's copying a double-faced permanent whose back face is up, the token will enter with its back face up. It can transform if instructed to do so."},{"date":"2025-06-06","text":"Each face of a nonmodal double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a nonmodal double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2025-06-06","text":"Each nonmodal double-faced card in this release is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2025-06-06","text":"If an effect moves a melded permanent to a new zone and then affects \"that card,\" it affects both cards."},{"date":"2025-06-06","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Crystal Fragments, it will be exiled during the resolution of its second ability and remain in exile."},{"date":"2025-06-06","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Cecil, Dark Knight's color identity is black and white, since its front face is black and its back face has a white color indicator."},{"date":"2025-06-06","text":"In the Commander variant, a meld card's color identity is determined only by the mana costs and mana symbols in the rules text of its front face. No symbols or rules text of the permanent it melds into are considered."},{"date":"2025-06-06","text":"Note that the permanent represented by the combined back faces is colorless unless it has a color indicator."},{"date":"2025-06-06","text":"One card in each pair of meld cards has an ability that instructs you to exile the two cards and meld them. If you control more than one object with the specified name, you select one object with that name to exile."},{"date":"2025-06-06","text":"Only two cards belonging to the same meld pair can be melded. Tokens, cards that aren't meld cards, or meld cards that don't form a meld pair can't be melded. If an effect instructs a player to meld cards that can't be melded, those cards remain in exile."},{"date":"2025-06-06","text":"The back face of a nonmodal double-faced card usually has a color indicator that defines its color."},{"date":"2025-06-06","text":"The mana value of a melded permanent is the sum of the mana values of its front faces. A permanent that becomes a copy of a melded permanent has only the characteristics of that combined back face, and its mana value is 0."},{"date":"2025-06-06","text":"The mana value of a nonmodal double-faced card is the mana value of its front face, no matter which face is up."},{"date":"2025-06-06","text":"When two cards (for example, Fang, Fearless l'Cie and Vanille, Cheerful l'Cie) are melded, the result is a single permanent (in this case, Ragnarok, Divine Deliverance) that's represented by two cards. If the melded permanent goes to your graveyard from the battlefield, both cards are put into your graveyard. As the melded permanent leaves the battlefield, both of those cards are turned face up again. If the cards are put on the top or bottom of a library, their owner chooses their relative order."},{"date":"2025-06-06","text":"When two cards are exiled and melded, they each leave the battlefield, then return together as one new untapped object with no relation to either of the objects that left the battlefield. Counters, Auras, Equipment, and other effects that affected those two cards don't affect the melded permanent."},{"date":"2025-06-06","text":"While a meld card is in any zone other than the battlefield, it has only the characteristics of its front face. The same is true while it's on the battlefield with its front face up."},{"date":"2025-06-06","text":"While a melded permanent is on the battlefield, it has only the characteristics of its combined back face. Any effects that modify how the new object enters the battlefield will consider only the combined back face."}],"rarities":["uncommon"]},"vannifar, evolved enigma":{"name":"Vannifar, Evolved Enigma","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Ooze","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, choose one —\n• Cloak a card from your hand. (Put it onto the battlefield face down as a 2/2 creature with ward {2}. Turn it face up any time for its mana cost if it's a creature card.)\n• Put a +1/+1 counter on each colorless creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Cloak a card from your hand.","Put a +1/+1 counter on each colorless creature you control."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Hand","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Cloak","target":{"type":"Controller"},"count":{"type":"Fixed","value":1},"object_source":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"ColorCount","comparator":"EQ","count":0}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"e8aa0d7d-e5f6-4d66-bdc1-315483e1b256","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3e1b9d5f-fb88-49ea-ab56-ea6e78ea2077","4c0df81e-1700-41f0-bede-f3eb594351b6","62fa5a00-34d3-4ca4-afb9-62ab1c7afb14","9ea7381c-c745-458c-bf55-457242781a09","f6d381eb-6cb6-4505-aebe-995c1ddc8527"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-02-02","text":"Any time you have priority, you can turn a cloaked permanent you control face-up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-02-02","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-02-02","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-02-02","text":"If a cloaked creature would have disguise (or morph) if it were face up, you may also turn it face up by paying its disguise (or morph) cost."},{"date":"2024-02-02","text":"If a double-faced card is cloaked, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-02-02","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise ability because it will no longer have a disguise ability (or a disguise cost) once face up."},{"date":"2024-02-02","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-02-02","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-02-02","text":"To cloak a card, put it onto the battlefield face down. It becomes a 2/2 face-down creature card with ward {2} and no name, mana cost, or creature types. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-02-02","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-02-02","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a cloaked creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-02-02","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered the battlefield should remain clear, as well as what ability caused them to be face down. (This includes disguise, cloak, and in games involving older cards, morph and manifest, as well as a few other effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["mythic"]},"varis, silverymoon ranger":{"name":"Varis, Silverymoon Ranger","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Elf","Ranger"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Reach, ward {1}\nWhenever you cast a creature or planeswalker spell, venture into the dungeon. This ability triggers only once each turn. (To venture into the dungeon, enter the first room or advance to the next room.)\nWhenever you complete a dungeon, create a 2/2 green Wolf creature token.","non_ability_text":null,"flavor_name":null,"keywords":["Reach",{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":1}}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"VentureIntoDungeon"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a creature or planeswalker spell, venture into the dungeon. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false},{"mode":"DungeonCompleted","execute":{"kind":"Spell","effect":{"type":"Token","name":"Wolf","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Wolf"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you complete a dungeon, create a 2/2 green Wolf creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bd751b25-9ea7-4ce4-b532-48be281c6da9","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["dcef956d-cd2a-5cda-b6a4-90d79c7ee812"],"source_printing_ids":["a051be39-298e-44dc-8fd9-bfbecdf98a58","e3bd3ea9-f06d-4df7-8b8d-ac6a0e591b09"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR"],"rulings":[{"date":"2021-07-23","text":"A player may only have one dungeon in the command zone at a time."},{"date":"2021-07-23","text":"A player may only have one dungeon in the command zone at a time."},{"date":"2021-07-23","text":"Choosing the dungeon or room to venture into is part of resolving the venture into the dungeon keyword action. Once that choice is made, players may not respond until after the appropriate room ability has triggered."},{"date":"2021-07-23","text":"Choosing the dungeon or room to venture into is part of resolving the venture into the dungeon keyword action. Once that choice is made, players may not respond until after the appropriate room ability has triggered."},{"date":"2021-07-23","text":"Dungeon cards are not part of a player's deck or sideboard. In both constructed and limited formats, players can use any dungeon card when they venture into the dungeon."},{"date":"2021-07-23","text":"Dungeon cards are not part of a player's deck or sideboard. In both constructed and limited formats, players can use any dungeon card when they venture into the dungeon."},{"date":"2021-07-23","text":"Dungeons are removed from the game as a state-based action."},{"date":"2021-07-23","text":"Dungeons are removed from the game as a state-based action."},{"date":"2021-07-23","text":"If a player casts a spell that targets multiple permanents their opponent controls with ward, each of those ward abilities will trigger. If that player doesn't pay for all of them, the spell will be countered."},{"date":"2021-07-23","text":"If you somehow venture into the dungeon while a room's ability is on the stack, you will continue on in the dungeon. If you're already in the last room, complete that dungeon and start a new one."},{"date":"2021-07-23","text":"If you somehow venture into the dungeon while a room's ability is on the stack, you will continue on in the dungeon. If you're already in the last room, complete that dungeon and start a new one."},{"date":"2021-07-23","text":"Moving into a dungeon room will cause its room ability to trigger."},{"date":"2021-07-23","text":"Moving into a dungeon room will cause its room ability to trigger."},{"date":"2021-07-23","text":"Once you resolve the last room ability of a dungeon, that dungeon is now completed and is removed from the game."},{"date":"2021-07-23","text":"Once you resolve the last room ability of a dungeon, that dungeon is now completed and is removed from the game."},{"date":"2021-07-23","text":"The player venturing into the dungeon chooses which dungeon they will venture into. They may choose a dungeon that they have already completed this game."},{"date":"2021-07-23","text":"The player venturing into the dungeon chooses which dungeon they will venture into. They may choose a dungeon that they have already completed this game."},{"date":"2021-07-23","text":"To venture into the dungeon, a player moves their venture marker into the next room of the dungeon they are currently in. If they aren't currently in a dungeon, that player instead chooses a dungeon card from outside the game, puts it into the command zone, and moves their venture marker onto the first room."},{"date":"2021-07-23","text":"To venture into the dungeon, a player moves their venture marker into the next room of the dungeon they are currently in. If they aren't currently in a dungeon, that player instead chooses a dungeon card from outside the game, puts it into the command zone, and moves their venture marker onto the first room."},{"date":"2021-07-23","text":"You can only move forward (well, downward) in a dungeon, never backwards or sideways."},{"date":"2021-07-23","text":"You can only move forward (well, downward) in a dungeon, never backwards or sideways."}],"rarities":["rare"]},"varolz, the scar-striped":{"name":"Varolz, the Scar-Striped","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Troll","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Each creature card in your graveyard has scavenge. The scavenge cost is equal to its mana cost. (Exile a creature card from your graveyard and pay its mana cost: Put a number of +1/+1 counters equal to that card's power on target creature. Scavenge only as a sorcery.)\nSacrifice another creature: Regenerate Varolz.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Regenerate","target":{"type":"SelfRef"}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice another creature: Regenerate ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Scavenge":{"type":"SelfManaCost"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature card in your graveyard has scavenge. The scavenge cost is equal to its mana cost."}],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"b6b83b88-0660-4227-895e-78ac43d01b66","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4c3ae3db-c14a-4ffc-805c-a3a51da9370d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["DGM"],"rulings":[{"date":"2013-04-15","text":"Abilities that reduce the cost to cast a creature spell or alternative costs you can pay rather than a card's mana cost don't apply to activating a card's scavenge ability."},{"date":"2013-04-15","text":"Exiling the creature card with scavenge is part of the cost of activating the scavenge ability. Once the ability is activated and the cost is paid, it's too late to stop the ability from being activated by trying to remove the creature card from the graveyard."},{"date":"2013-04-15","text":"If a creature card has multiple instances of scavenge, you can activate either ability (but not both, as the card will be exiled when you activate one of them). Varolz's ability doesn't affect the scavenge cost of a creature's other scavenge ability."},{"date":"2013-04-15","text":"If the creature card you scavenge has {X} in its mana cost, X is 0."},{"date":"2013-04-15","text":"The number of counters that a card's scavenge ability puts on a creature is based on the card's power as it last existed in the graveyard."},{"date":"2013-04-15","text":"While Varolz, the Scar-Striped is on the battlefield, the scavenge cost of a creature card in your graveyard is equal to its mana cost, including any colored mana requirements."}],"rarities":["rare"]},"vaultborn tyrant":{"name":"Vaultborn Tyrant","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever this creature or another creature you control with power 4 or greater enters, you gain 3 life and draw a card.\nWhen this creature dies, if it's not a token, create a token that's a copy of it, except it's an artifact in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another creature you control with power 4 or greater enters, you gain 3 life and draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"AddType","core_type":"Artifact"}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it's not a token, create a token that's a copy of it, except it's an artifact in addition to its other types.","constraint":null,"condition":{"type":"ZoneChangeObjectMatchesFilter","destination":"Graveyard","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"NonToken"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e8d0accc-b320-4c07-8a71-a09db860351e","metadata":{"related_token_ids":["4d2ba458-569a-5a74-b079-cd2b89ec3f47"],"source_printing_ids":["07ca436a-e992-40a9-978a-501a82e443ed","0ba9e2cc-e0a3-4c5a-9ca0-f683ff8b5c94","62b3f560-262b-4bc3-9aef-535fd7082c28","c1f0544c-0124-497c-a8f1-5d5fb959ca39"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BIG","PBIG"],"rulings":[{"date":"2024-04-12","text":"Except for the listed exception, the token copies exactly what is printed on Vaultborn Tyrant and nothing else (unless Vaultborn Tyrant was copying something else; see below). It doesn’t copy whether Vaultborn Tyrant was tapped or untapped, whether it had any counters on it or Auras and Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on."},{"date":"2024-04-12","text":"If Vaultborn Tyrant was copying something else when it was last on the battlefield but somehow still had its last ability, then the token enters the battlefield as whatever Vaultborn Tyrant copied, with the listed exceptions."},{"date":"2024-04-12","text":"If one or more static abilities that apply to a creature entering the battlefield change its power, those abilities are considered when determining whether or not Vaultborn Tyrant’s second ability triggers. The same is true for replacement effects that apply to it, such as entering the battlefield with one or more +1/+1 counters or entering the battlefield as a copy of another creature."},{"date":"2024-04-12","text":"Once Vaultborn Tyrant’s second ability has triggered, lowering the power of the creature or removing it from the battlefield won’t stop you from gaining life and drawing a card."},{"date":"2024-04-12","text":"When the token copy of Vaultborn Tyrant enters the battlefield, its second ability will trigger."}],"rarities":["mythic"]},"vazal, the compleat":{"name":"Vazal, the Compleat","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Phyrexian"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Megalegendary (Your deck can have only one copy of this card.)\nVigilance, trample\nVazal, the Compleat has the activated abilities of all other permanents on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Trample","Vigilance"],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: ~ has the activated abilities of all other permanents on the battlefield."},"cost":null,"sub_ability":null,"duration":null,"description":"~ has the activated abilities of all other permanents on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6d69c0be-0fe0-4503-80b9-0365cb6aed41","brawl_commander":true,"is_commander":true,"deck_copy_limit":{"type":"UpTo","data":1},"metadata":{"source_printing_ids":["5d9a853f-a076-4547-8901-169029577b5f","b3aa63b1-5801-44d9-945c-dfcec0c56efe"]},"legalities":{},"printings":["CMB1","CMB2"],"rulings":[{"date":"2019-11-12","text":"Activated abilities contain a colon. They’re generally written “[Cost]: [Effect].” Some keyword abilities (such as equip) are activated abilities and will have colons in their reminder text. Vazal won’t gain triggered abilities (which start with “when,” “whenever,” or “at”)."},{"date":"2019-11-12","text":"If Vazal gains an activated ability that’s normally linked to a non-activated ability of the card it came from, the ability Vazal has isn’t linked to any ability."},{"date":"2019-11-12","text":"If Vazal gains an activated ability that’s normally linked to another activated ability of the card it came from, those two abilities Vazal gains are linked for as long as Vazal remains on the battlefield."},{"date":"2019-11-12","text":"If Vazal has a crew or equip ability, activating it won’t cause anything to happen."},{"date":"2019-11-12","text":"If an activated ability references the card it’s printed on by name, treat Vazal’s instance of that ability as though it referenced Vazal by name instead."},{"date":"2019-11-12","text":"If you’re fortunate enough to have two copies of Vazal in a Limited event, you can still put only one into your deck. The other remains in your sideboard."}],"rarities":["rare"]},"veilstone amulet":{"name":"Veilstone Amulet","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a spell, creatures you control can't be the targets of spells or abilities your opponents control this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be the targets of spells or abilities your opponents control"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, creatures you control can't be the targets of spells or abilities your opponents control this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"55e21534-ec3e-46e1-8faf-59f0c3d48128","metadata":{"source_printing_ids":["3705d3e4-317e-460d-b16e-e57238a19070"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT"],"rarities":["rare"]},"velis vel":{"name":"Velis Vel","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Lorwyn"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature gets +1/+1 for each other creature on the battlefield that shares at least one creature type with it. (For example, if two Elemental Shamans and an Elemental Spirit are on the battlefield, each gets +2/+2.)\nWhenever chaos ensues, target creature gains all creature types until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Changeling"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain all creature types"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, target creature gains all creature types until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"ParentTarget"}}]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"ParentTarget"}}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"Each creature gets +1/+1 for each other creature on the battlefield that shares at least one creature type with it."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"1c4e174e-19fb-4c0a-b762-ef6d927392c9","legalities":{},"printings":["OHOP","OPCA"],"rulings":[{"date":"2009-10-01","text":"A face-up plane card that's turned face down becomes a new object with no relation to its previous existence. In particular, it loses all counters it may have had."},{"date":"2009-10-01","text":"A plane card is treated as if its text box included \"When you roll {PW}, put this card on the bottom of its owner's planar deck face down, then move the top card of your planar deck off that planar deck and turn it face up.\" This is called the \"planeswalking ability.\""},{"date":"2009-10-01","text":"If an ability of a plane refers to \"you,\" it's referring to whoever the plane's controller is at the time, not to the player that started the game with that plane card in their deck. Many abilities of plane cards affect all players, while many others affect only the planar controller, so read each ability carefully."},{"date":"2009-10-01","text":"Sharing multiple creature types doesn't give an additional bonus. Velis Vel's first ability counts creatures, not creature types."},{"date":"2009-10-01","text":"The chaos ability doesn't give a creature changeling."},{"date":"2009-10-01","text":"The controller of a face-up plane card is the player designated as the \"planar controller.\" Normally, the planar controller is whoever the active player is. However, if the current planar controller would leave the game, instead the next player in turn order that wouldn't leave the game becomes the planar controller, then the old planar controller leaves the game. The new planar controller retains that designation until they leave the game or a different player becomes the active player, whichever comes first."}]},"vengeful pharaoh":{"name":"Vengeful Pharaoh","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Deathtouch (Any amount of damage this deals to a creature is enough to destroy it.)\nWhenever combat damage is dealt to you or a planeswalker you control, if this card is in your graveyard, destroy target attacking creature, then put this card on top of your library.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":{"Unknown":"Whenever combat damage is dealt to you or a planeswalker you control"},"execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever combat damage is dealt to you or a planeswalker you control, if this card is in your graveyard, destroy target attacking creature, then put this card on top of your library.","constraint":null,"condition":{"type":"SourceInZone","zone":"Graveyard"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7e465cfe-d2ee-4420-87f4-945728f58f87","metadata":{"source_printing_ids":["12e0ca97-bc57-4084-86b4-e2e06152cb1c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["M12"],"rulings":[{"date":"2011-09-22","text":"If Vengeful Pharaoh is no longer in your graveyard when the triggered ability would resolve, the triggered ability won't do anything."},{"date":"2011-09-22","text":"If multiple creatures deal combat damage to you and to a planeswalker you control simultaneously, Vengeful Pharaoh will trigger twice. The first trigger will cause Vengeful Pharaoh to be put on top of your library. The second trigger will then do nothing, as Vengeful Pharaoh is no longer in your graveyard when it tries to resolve. Note that the second trigger will do nothing even if Vengeful Pharaoh is put back into your graveyard before it tries to resolve, as it's a different Vengeful Pharaoh than the one that was there before."},{"date":"2011-09-22","text":"If multiple creatures deal combat damage to you simultaneously, Vengeful Pharaoh will only trigger once."},{"date":"2011-09-22","text":"If the attacking creature is an illegal target when the triggered ability tries to resolve, it won't resolve and none of its effects will happen. Vengeful Pharaoh will remain in your graveyard."},{"date":"2011-09-22","text":"If your own attacking creatures deal combat damage to you or a planeswalker you control (perhaps because combat damage was redirected), Vengeful Pharaoh will still trigger. You must target and destroy one of your own attacking creatures."},{"date":"2011-09-22","text":"Vengeful Pharaoh must be in your graveyard when combat damage is dealt to you or a planeswalker you control in order for its ability to trigger. That is, it can't die and trigger from your graveyard during the same combat damage step."}],"rarities":["rare"]},"vengevine":{"name":"Vengevine","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever you cast a spell, if it's the second creature spell you cast this turn, you may return this card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, if it's the second creature spell you cast this turn, you may return this card from your graveyard to the battlefield.","constraint":{"type":"NthSpellThisTurn","n":2,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7ed52301-81ea-4e7f-b985-cfab0593cae4","metadata":{"source_printing_ids":["4b205bc3-379a-4790-90a0-c589bbbb1803","51eb9f05-9d5a-4196-9329-626ce4793c42","5631668d-75f2-4d2d-b644-90c073c7be21","99556953-8425-4052-957a-dd28a42e2f44","db7bb5f3-3488-442f-a0e6-92d93f9e7231"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","PRM","PUMA","ROE","SCH","SLD","UMA","WMC"],"rulings":[{"date":"2020-08-07","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2020-08-07","text":"Vengevine's ability triggers only for the second creature spell you cast in a turn. It won't trigger for the third, fourth, or so on. It also doesn't matter how many noncreature spells you cast in a turn; the ability counts only the creature spells."},{"date":"2020-08-07","text":"Vengevine's triggered ability checks the spells you cast over the course of the entire turn, not just the ones you cast while Vengevine is in your graveyard. For example, if you cast a creature spell, then Vengevine is put into your graveyard, then you cast another creature spell, Vengevine's ability triggers."},{"date":"2020-08-07","text":"Vengevine's triggered ability works only if Vengevine is already in your graveyard as you finish casting your second creature spell in a turn and if it remains there until the triggered ability resolves."}],"rarities":["mythic"]},"veteran armorsmith":{"name":"Veteran Armorsmith","mana_cost":{"type":"Cost","shards":["White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Other Soldier creatures you control get +0/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Soldier"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Soldier creatures you control get +0/+1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fcb34e92-f991-401c-a494-c2919083bf9e","metadata":{"source_printing_ids":["42f506b5-2e24-47fd-a41e-1e834ce48cd1","565c750e-47f9-4878-abff-ec973ec6d8a4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDO","M10"],"rarities":["common"]},"veteran soldier":{"name":"Veteran Soldier","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":["Background"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Commander creatures you own have \"Whenever this creature attacks a player, if no opponent has more life than that player, for each opponent, create a 1/1 white Soldier creature token that's tapped and attacking that opponent.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"IsCommander"},{"type":"Owned","controller":"You"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":true,"count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"Opponent"}}},"owner":{"type":"Controller"},"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks a player, if no opponent has more life than that player, for each opponent, create a 1/1 white Soldier creature token that's tapped and attacking that opponent.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Opponent","aggregate":"Max"}}},"comparator":"LE","rhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"DefendingPlayer"}}}},"batched":false,"attack_target_filter":"Player"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Commander creatures you own have \"Whenever ~ attacks a player, if no opponent has more life than that player, for each opponent, create a 1/1 white Soldier creature token that's tapped and attacking that opponent.\""}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"6bbf1410-800d-4d05-93d2-ba3c1656728e","is_commander":true,"metadata":{"related_token_ids":["8e4feafb-d457-5954-9d4c-acb3b30eb384"],"source_printing_ids":["3f4f074e-914e-4924-8b5e-b80b247bc341","e011dd48-9238-4e4b-a915-b7ac5fa9b78f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB"],"rulings":[{"date":"2022-06-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2022-06-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2022-06-10","text":"Choose a Background is a variant of the partner ability. You may have two commanders if one of them is a legendary creature with the choose a background ability and the other is a legendary Background enchantment. Backgrounds and cards with choose a Background do not interact with cards which have any other partner ability."},{"date":"2022-06-10","text":"If a card refers to a commander creature you own, a Background won't usually be counted or included for that effect. If another spell or ability causes your Background to become a creature, however, it will be included. Any effect that refers to your commander or a commander you own or control without specifying creature will apply to a Background that is your commander, as appropriate."},{"date":"2022-06-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2022-06-10","text":"If you control a Background that grants an ability to commander creatures you own, and you own more than one commander creature, each of them will have that ability."},{"date":"2022-06-10","text":"If your Commander deck has two commanders, you can include only cards whose own color identities are also found in your commanders’ combined color identities."},{"date":"2022-06-10","text":"If your commander loses the choose a Background ability or stops being a Background during the game, as appropriate, it is still your commander."},{"date":"2022-06-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won’t have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 combat damage from any one of them, not from both of them combined (although your Background won’t usually be a creature anyway)."},{"date":"2022-06-10","text":"The ability granted by Veteran Soldier is looking to see if any of the attacking player's opponents have a higher life total than that defending player. The attacking player's life total is not included in this comparison."},{"date":"2022-06-10","text":"Veteran Soldier has received an update to its Oracle text to clarify its function. Specifically, a Soldier creature token is created for each opponent of the controller of the attacking commander."},{"date":"2022-06-10","text":"You can choose two commanders that are the same color or colors."}],"rarities":["uncommon"]},"vexing puzzlebox":{"name":"Vexing Puzzlebox","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you roll one or more dice, put a number of charge counters on this artifact equal to the result.\n{T}: Add one mana of any color. Roll a d20.\n{T}, Remove 100 charge counters from this artifact: Search your library for an artifact card, put that card onto the battlefield, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":20,"results":[]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add one mana of any color. Roll a d20.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"RemoveCounter","count":100,"counter_type":{"type":"OfType","data":"charge"},"target":null,"selection":"SingleObject"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}, Remove 100 charge counters from ~: Search your library for an artifact card, put that card onto the battlefield, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"RolledDie","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll one or more dice, put a number of charge counters on ~ equal to the result.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7267ab16-2157-4b86-93ea-ca2c0fee064a","metadata":{"source_printing_ids":["49084bff-baef-4b73-ae5b-325bd6a81958","c477fb1a-5aac-4722-80d8-7570a8b09e44"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"Even though it includes rolling a die, Vexing Puzzlebox's second ability is a mana ability. It does not use the stack and cannot be responded to."},{"date":"2022-06-10","text":"If an effect instructs you to roll more than one die and ignore one or more of them, the result is only what wasn't ignored."},{"date":"2022-06-10","text":"If an effect instructs you to roll one or more dice and add some number to that roll, the result is the total after adding that number."},{"date":"2022-06-10","text":"In a game of Planechase, the result of rolling the planar die is not a number and does not cause Vexing Puzzlebox's first ability to put charge counters on it."}],"rarities":["mythic"]},"vexing sphinx":{"name":"Vexing Sphinx","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nCumulative upkeep—Discard a card. (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nWhen this creature dies, draw a card for each age counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"CumulativeUpkeep":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"age"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, draw a card for each age counter on it.","constraint":null,"condition":null,"batched":false},{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c2affd47-2404-44b0-a571-e64e948130eb","metadata":{"source_printing_ids":["2c75f806-b900-403c-8de1-cc3173afc8f0","67a53a7e-f54c-410c-8cd2-7d3e0347bc6b","81cc1248-85c8-428f-ba08-96d188167eaa"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CSP","DMR"],"rulings":[{"date":"2008-10-01","text":"Paying cumulative upkeep is always optional. If it's not paid, the permanent with cumulative upkeep is sacrificed. Partial payments of the total cumulative upkeep cost can't be made. For example, if a permanent with “cumulative upkeep {1}” has three age counters on it when its cumulative upkeep ability triggers, it gets another age counter and then its controller chooses to either pay {4} or sacrifice the permanent."},{"date":"2022-12-08","text":"Paying cumulative upkeep is always optional. If it’s not paid, the permanent with cumulative upkeep is sacrificed. Partial payments of the total cumulative upkeep cost can’t be made. For example, if Vexing Sphinx has three age counters on it when its cumulative upkeep ability triggers, it gets another age counter and then its controller chooses to either discard four cards or sacrifice it."}],"rarities":["rare"]},"vicious battlerager":{"name":"Vicious Battlerager","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dwarf","Barbarian"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you take the initiative.\nSpiked Retribution — Whenever this creature becomes blocked by a creature, that creature's controller loses 5 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TakeTheInitiative"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you take the initiative.","constraint":null,"condition":null,"batched":false},{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":5},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes blocked by a creature, that creature's controller loses 5 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"b8942c72-16ce-4f2f-875f-97a56e85a03e","metadata":{"source_printing_ids":["20f939d8-3d41-4d8b-baea-7f022104c704"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"banned","paupercommander":"legal","vintage":"legal"},"printings":["CLB"],"rulings":[{"date":"2022-06-10","text":"A player who currently has the initiative may take the initiative again. This causes that player to venture into Undercity again, but does not cause them to have multiple initiative designations."},{"date":"2022-06-10","text":"If Vicious Battlerager becomes blocked by more than one creature, its triggered ability triggers once for each creature that blocked it."},{"date":"2022-06-10","text":"If the player with the initiative leaves the game, the active player takes the initiative at the same time that player leaves the game. If the active player is leaving the game or if there is no active player, the next player in turn order takes the initiative."},{"date":"2022-06-10","text":"If you aren’t in a dungeon when instructed to venture into Undercity, you will put Undercity into the command zone and move your venture marker to Secret Entrance (the first room)."},{"date":"2022-06-10","text":"If you’re already in a dungeon when instructed to venture into Undercity, you move to the next room of that dungeon. If you are already in the last room, you will complete that dungeon and start Undercity. This is true whether you’re already in Undercity or any other dungeon."},{"date":"2022-06-10","text":"In a Two-Headed Giant game, if both players on a team deal combat damage to the player that has the initiative at the same time, the player with the initiative will choose the order of the triggered abilities. Then, as those abilities resolve, one team member takes the initiative (and ventures into Undercity) and then the other team member does the same. The last player to take the initiative keeps it until the initiative changes again."},{"date":"2022-06-10","text":"Only one player can have the initiative at a time. As one player takes the initiative, any other player that had the initiative ceases to have it."},{"date":"2022-06-10","text":"Similarly, when instructed to venture into Undercity, you can’t start a dungeon that isn’t Undercity."},{"date":"2022-06-10","text":"The initiative is a designation a player can have. A player with the initiative designation is said to “have the initiative.” The initiative carries two inherent rules. First, whenever a player takes the initiative, and at the beginning of the upkeep of the player with the initiative, that player ventures into Undercity. Second, whenever one or more creatures a player controls deal combat damage to the player who has the initiative, the first player takes the initiative. Also, some abilities will refer to having the initiative and provide other benefits."},{"date":"2022-06-10","text":"There is no initiative in a game until an effect instructs a player to take the initiative. Once a player is instructed to do this, they have the initiative until another player takes the initiative."},{"date":"2022-06-10","text":"You cannot venture into Undercity unless instructed to do so, either because you have the initiative at the beginning of your upkeep or because you take the initiative. Notably, if you aren’t in a dungeon and an effect instructs you to venture into the dungeon (not venture into Undercity), you can’t start Undercity."}],"rarities":["common"]},"vicious rivalry":{"name":"Vicious Rivalry","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, pay X life.\nDestroy all artifacts and creatures with mana value X or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all artifacts and creatures with mana value X or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"90898c76-21f9-4597-88fe-dc9179911cde","additional_cost":{"type":"Required","data":{"type":"PayLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}},"metadata":{"source_printing_ids":["532abbc7-017d-4081-87fc-b0e8bfd804a1","6fa9cd18-3181-4373-ab65-49bf9de9487f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If a permanent has {X} in its mana cost, X is 0 for the purpose of determining its mana value."}],"rarities":["rare"]},"vigean graftmage":{"name":"Vigean Graftmage","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vedalken","Wizard","Mutant"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Graft 2 (This creature enters with two +1/+1 counters on it. Whenever another creature enters, you may move a +1/+1 counter from this creature onto it.)\n{1}{U}: Untap target creature with a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Graft":2}],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{U}: Untap target creature with a +1/+1 counter on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":"P1P1","count":{"type":"Fixed","value":1},"mode":"Move","selection":"StackTarget","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":"Move a +1/+1 counter from this permanent onto that creature","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.58a: Graft — whenever another creature enters, if this permanent has a +1/+1 counter on it, you may move a +1/+1 counter from this permanent onto that creature.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"P1P1"},"minimum":1},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with 2 +1/+1 counters on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.58a: Graft 2 — this permanent enters with 2 +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4c209165-a159-4cd7-8e99-1e533d3a22a6","metadata":{"source_printing_ids":["4aa0a951-0018-41bb-8e82-c3844983a753","7c75901c-fe69-49b8-b491-879e9adf7902","82764bb4-874d-497d-ac85-93199646a9e5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DIS","MM2","PLST"],"rarities":["common","uncommon"]},"vigilance":{"name":"Vigilance","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature has vigilance. (Attacking doesn't cause it to tap.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"70570170-be76-4c56-9151-c4b6e253f462","metadata":{"source_printing_ids":["d24dc353-abc9-430a-a7f5-5da3b38cd411"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CHK"],"rarities":["common"]},"vigor":{"name":"Vigor","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Incarnation"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nIf damage would be dealt to another creature you control, prevent that damage. Put a +1/+1 counter on that creature for each 1 damage prevented this way.\nWhen Vigor is put into a graveyard from anywhere, shuffle it into its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into a graveyard from anywhere, shuffle it into its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"PostReplacementDamageTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"description":"If damage would be dealt to another creature you control, prevent that damage. Put a +1/+1 counter on that creature for each 1 damage prevented this way.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"70787d8b-0a40-43ea-837a-9617dc13e7e5","metadata":{"source_printing_ids":["30d1b41d-f0bf-403c-a12d-1a1f5fc6bfb9","525b23c4-9a8e-4fbe-b4f9-584cc25ba758","5cede0be-1bdd-4392-beaf-b83d0b780eb7","6952b1c3-2a18-4ad5-8130-861fce1cb422","ea7047d8-8d32-48a3-829b-7eb5427ed53a","f2d78449-9e80-42e5-b525-068a3985e069"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BBD","DPA","LRW","PIP","PLST","PS11","TMC"],"rulings":[{"date":"2007-10-01","text":"Although this ability triggers when the Incarnation is put into a graveyard from the battlefield, it doesn't *specifically* trigger on leaving the battlefield, so it doesn't behave like other leaves-the-battlefield abilities. The ability will trigger from the graveyard."},{"date":"2007-10-01","text":"If the Incarnation had lost this ability while on the battlefield (due to Lignify, for example) and then was destroyed, the ability would still trigger and it would get shuffled into its owner's library. However, if the Incarnation lost this ability when it was put into the graveyard (due to Yixlid Jailer, for example), the ability wouldn't trigger and the Incarnation would remain in the graveyard."},{"date":"2007-10-01","text":"If the Incarnation is removed from the graveyard after the ability triggers but before it resolves, it will remain in its new zone when its owner shuffles their library. Similarly, if a replacement effect has the Incarnation move to a different zone instead of being put into the graveyard, the ability won't trigger at all."},{"date":"2007-10-01","text":"The last ability triggers when the Incarnation is put into its owner's graveyard from any zone, not just from on the battlefield."}],"rarities":["rare"]},"village rites":{"name":"Village Rites","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a creature.\nDraw two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw two cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"365548fb-5acc-4a8a-b20b-26d28b7d029f","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}},"metadata":{"source_printing_ids":["0fab9ee8-776a-48e5-b309-bcd381e67bf7","2841339b-faef-407d-9838-d03fe80e6294","40a27914-5e4f-48d4-ba2a-9d3187a39606","42ed35e9-51cd-468a-86a9-9412553cf50d","58fc8aca-9408-4ea4-9360-042cfe5da1f9","60103ff2-3214-4521-b28e-2af4987056b7","82f82cb3-f01b-40b9-99ae-6215a580bd95","9c0f60a6-b5c8-4704-8b61-94e8fc463e5d","da3de5c0-acda-4116-b0c5-eceb2c19cb2d","f990e5c1-7df4-4eaf-a01b-67f858064e5e","f9e6276c-0b80-4d11-b889-8a24b210c4f0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GN3","INR","J22","J25","KHM","LCC","M21","SLD","STA"],"rulings":[{"date":"2021-02-05","text":"You must sacrifice exactly one creature to cast this spell; you can't cast it without sacrificing a creature, and you can't sacrifice additional creatures."}],"rarities":["common","uncommon","rare"]},"vine gecko":{"name":"Vine Gecko","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Lizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"The first kicked spell you cast each turn costs {1} less to cast.\nWhenever you cast a kicked spell, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"WasKicked"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a kicked spell, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"WasKicked"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"WasKicked"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The first kicked spell you cast each turn costs {1} less to cast."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a9596b05-e0bb-4e70-82fe-5db60f87bf3d","metadata":{"source_printing_ids":["7a6f9984-dec7-4a1f-91d6-1e85b5df5e4c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ZNR"],"rarities":["uncommon"]},"vines of vastwood":{"name":"Vines of Vastwood","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Kicker {G} (You may pay an additional {G} as you cast this spell.)\nTarget creature can't be the target of spells or abilities your opponents control this turn. If this spell was kicked, that creature gets +4/+4 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Kicker":{"type":"Cost","shards":["Green"],"generic":0}}],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be the target of spells or abilities your opponents control"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature can't be the target of spells or abilities your opponents control this turn. If this spell was kicked, that creature gets +4/+4 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8998d211-5ca6-41d2-bc64-f51f70bd41e5","additional_cost":{"type":"Kicker","data":{"costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}}]}},"metadata":{"source_printing_ids":["2143b037-81b5-4d24-a859-aa990d292c05","6203e3d4-8998-41d6-9f7e-b68af0f1f8b5","e8bd8b10-de86-4bb6-b49f-6ccb5297c81c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["MM2","PLST","ZEN"],"rulings":[{"date":"2013-04-15","text":"This is not the same as hexproof. If, for example, you target one of your opponent's creatures, your opponents won't be able to target their own creature with spells or abilities."},{"date":"2024-11-08","text":"If a card or token enters as a copy of a permanent, the new permanent isn't kicked, even if the original was."},{"date":"2024-11-08","text":"If a spell's kicker cost was paid, the spell is \"kicked.\""},{"date":"2024-11-08","text":"If you copy a kicked spell on the stack, the copy is also kicked. If the copied spell is a permanent spell, the token the copy of that spell becomes when it enters is also kicked."},{"date":"2024-11-08","text":"If you put a permanent with a kicker ability onto the battlefield without casting it, you can't kick it."},{"date":"2024-11-08","text":"The kicker ability doesn't let you pay a kicker cost more than once."},{"date":"2024-11-08","text":"To determine a spell's total cost, start with the mana cost (or an alternative cost if another card's effect allows you to pay one instead), add any cost increases (such as kicker), then apply any cost reductions. The spell's mana value remains unchanged, no matter what the total cost to cast it was."}],"rarities":["common"]},"violent eruption":{"name":"Violent Eruption","mana_cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Violent Eruption deals 4 damage divided as you choose among any number of targets.\nMadness {1}{R}{R} (If you discard this card, discard it into exile. When you do, cast it for its madness cost or put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Madness":{"type":"Cost","shards":["Red","Red"],"generic":1}}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 4 damage divided as you choose among any number of targets.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":4}},"distribute":{"type":"Damage"},"forward_result":false}],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"MadnessCast","cost":{"type":"Cost","shards":["Red","Red"],"generic":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.35a: When this card is exiled this way, its owner may cast it for its madness cost or put it into their graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Discard","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.35a: If you discard this card, exile it instead of putting it into your graveyard.","condition":null}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"842578ca-0a86-4e96-bfd5-45931488f7c1","metadata":{"source_printing_ids":["419e6697-89ab-49f1-a867-8f86f001c80c","484fde80-1f13-47d6-9841-7e03425df13c","ff19c870-331d-4703-a92d-c5b1d4289338"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["C19","PLST","TOR"],"rulings":[{"date":"2022-12-08","text":"A card with madness that's discarded counts as having been discarded even though it's put into exile rather than a graveyard. If it was discarded to pay a cost, that cost is still paid. Abilities that trigger when a card is discarded will still trigger."},{"date":"2022-12-08","text":"A spell cast for its madness cost is put onto the stack like any other spell. It can be countered, copied, and so on. As it resolves, it's put onto the battlefield if it's a permanent card or into its owner's graveyard if it's an instant or sorcery card."},{"date":"2022-12-08","text":"Cards are discarded in a Magic game only from a player's hand. Effects that put cards into a player's graveyard from anywhere else do not cause those cards to be discarded."},{"date":"2022-12-08","text":"Casting a spell with madness ignores the timing rules based on the card's card type. For example, you can cast a sorcery with madness if you discard it during an opponent's turn."},{"date":"2022-12-08","text":"If you choose not to cast a card with madness when the madness triggered ability resolves, it's put into your graveyard. Madness doesn't give you another chance to cast it later."},{"date":"2022-12-08","text":"If you discard a card with madness to pay the cost of a spell or activated ability, that card's madness triggered ability (and the spell that card becomes, if you choose to cast it) will resolve before the spell or ability the discard paid for."},{"date":"2022-12-08","text":"If you discard a card with madness while a spell or ability is resolving, it moves immediately to exile. Continue resolving that spell or ability, noting that the card you discarded is not in your graveyard at this time. Its madness triggered ability will be placed onto the stack once that spell or ability has completely resolved."},{"date":"2022-12-08","text":"Madness works independently of why you're discarding the card. You could discard it to pay a cost, because a spell or ability tells you to, or because you have too many cards in your hand during your cleanup step. You can't discard a card with madness just because you want to, though."},{"date":"2022-12-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a madness cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["uncommon"]},"violent urge":{"name":"Violent Urge","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets +1/+0 and gains first strike until end of turn.\nDelirium — If there are four or more card types among cards in your graveyard, that creature gains double strike until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+0 and gains first strike"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature gets +1/+0 and gains first strike until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain double strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Delirium — If there are four or more card types among cards in your graveyard, that creature gains double strike until end of turn.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0ef80a38-f464-4d1f-9e81-d4087d6ecc9b","metadata":{"source_printing_ids":["a47c968b-1edd-45ac-a67c-311647e7e2fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["uncommon"]},"viper's kiss":{"name":"Viper's Kiss","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets -1/-1, and its activated abilities can't be activated.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":-1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets -1/-1, and its activated abilities can't be activated."},{"mode":{"CantBeActivated":{"who":"AllPlayers","source_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"exemption":"None"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets -1/-1, and its activated abilities can't be activated."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"35dead9a-20ab-45e9-be3e-36857c928ab9","metadata":{"source_printing_ids":["0906ebfc-4756-4caf-83ff-859e181f3bef"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["THS"],"rarities":["common"]},"viral spawning":{"name":"Viral Spawning","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create a 3/3 green Phyrexian Beast creature token with toxic 1. (Players dealt combat damage by it also get a poison counter.)\nCorrupted — As long as an opponent has three or more poison counters and this card is in your graveyard, it has flashback {2}{G}. (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Phyrexian Beast","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"types":["Creature","Phyrexian","Beast"],"colors":["Green"],"keywords":[{"Toxic":1}],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create a 3/3 green Phyrexian Beast creature token with toxic 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Green"],"generic":2}}}}],"condition":{"type":"And","conditions":[{"type":"OpponentPoisonAtLeast","count":3},{"type":"SourceInZone","zone":"Graveyard"}]},"affected_zone":null,"effect_zone":null,"active_zones":["Graveyard"],"characteristic_defining":false,"description":"Corrupted — As long as an opponent has three or more poison counters and this card is in your graveyard, it has flashback {2}{G}."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"9945c7eb-97a9-42df-a051-1ea514973280","metadata":{"related_token_ids":["1e507a36-d0d4-5fd0-9076-0ebdcc7b3432"],"source_printing_ids":["85ad30a1-3ecc-42ca-afe8-85df5bad9196"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE"],"rulings":[{"date":"2023-02-04","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2023-02-04","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2023-02-04","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2023-02-04","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2023-02-04","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2023-02-04","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["uncommon"]},"virtue of courage":{"name":"Virtue of Courage","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a source you control deals noncombat damage to an opponent, you may exile that many cards from the top of your library. You may play those cards this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"NoncombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a source you control deals noncombat damage to an opponent, you may exile that many cards from the top of your library. You may play those cards this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"af6438b9-3fde-45c9-af69-dff686c1e0de","metadata":{"source_printing_ids":["8b0e6daf-0dec-4718-af79-b7ce137c3135","ed585964-68ed-4889-8d20-678b43c46018"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Questing Druid is a green creature card whose mana value is 2. It can’t be the target of Tenacious Tomeseeker’s triggered ability (“return target instant or sorcery card from your graveyard to your hand”)."},{"date":"2023-09-01","text":"An effect may refer to a card, spell, or permanent that “has an Adventure.” This refers to a card, spell, or permanent that has an adventurer card’s set of alternative characteristics, even if they’re not being used and even if that card was never cast as an Adventure."},{"date":"2023-09-01","text":"Casting a card as an Adventure isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2023-09-01","text":"Combat damage is the damage that's dealt automatically by attacking and blocking creatures. Any other damage is noncombat damage, even if it's dealt during a combat phase by an attacking or blocking creature."},{"date":"2023-09-01","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner’s graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won’t be exiled and the spell’s controller won’t be able to cast it as a permanent later."},{"date":"2023-09-01","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won’t give you permission to cast it as a permanent spell."},{"date":"2023-09-01","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it’s not possible to cast the copy as a permanent."},{"date":"2023-09-01","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2023-09-01","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won’t find an instant or sorcery spell on the stack that’s been cast as an Adventure."},{"date":"2023-09-01","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it’s a token) or cease to be a copy (if it’s a nontoken permanent), and so you won’t be able to cast it as an Adventure."},{"date":"2023-09-01","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it’s legal to cast that spell. For example, if you control Johann, Apprentice Sorcerer (“Once each turn, you may cast an instant or sorcery spell from the top of your library.”) and Questing Druid is on top of your library, you can cast Seek the Beast, but not Questing Druid."},{"date":"2023-09-01","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2023-09-01","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you’ll be able to cast it only during your main phase while the stack is empty."},{"date":"2023-09-01","text":"You pay all costs and follow all normal timing rules for a card played this way. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["mythic"]},"virulent emissary":{"name":"Virulent Emissary","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Assassin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever another creature you control enters, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3d4bec90-7bbc-4385-a2b8-303c7a8d0a0f","metadata":{"source_printing_ids":["0702efed-915e-466a-96bb-ac09af06b21e","6044d540-70ff-4ce3-9a26-4164e7543baa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["uncommon"]},"viscera seer":{"name":"Viscera Seer","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Sacrifice a creature: Scry 1. (Look at the top card of your library. You may put that card on the bottom.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice a creature: Scry 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f82a4e85-526d-4456-b700-7760043a31be","metadata":{"source_printing_ids":["24277de8-7412-496c-bd44-61d9629a3473","486fd8a2-dd97-4082-84ef-4795c7e559a0","6179f847-e334-4f7f-9a4e-0013942a394f","d0f3a502-064e-4700-a730-2e86f985bbc3","d2e1c1c3-641a-4cd5-b46d-e03e5e529cc7","d49203dd-89b6-4e91-b3ff-5f9f5ce981f8","dba1cf83-e13d-401e-b76f-b12a51b307f9","f511830b-1c1f-4d30-aa5d-4314726d142e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["C13","CMR","LCC","M11","PLST","PRM","PZ1","SLD","SOC","TDC"],"rulings":[{"date":"2010-08-15","text":"If you sacrifice an attacking or blocking creature during the declare blockers step, it won't deal combat damage. If you wait until the combat damage step, but that creature is dealt lethal damage, it'll be destroyed before you get a chance to sacrifice it."},{"date":"2010-08-15","text":"You can sacrifice Viscera Seer to activate its own ability."}],"rarities":["common"]},"visions":{"name":"Visions","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top five cards of target player's library. You may then have that player shuffle that library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Player"},"count":{"type":"Fixed","value":5},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at the top five cards of target player's library. You may then have that player shuffle that library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"448fa4e3-7269-446b-8089-675bc1bff5f9","metadata":{"source_printing_ids":["044f1957-e56d-4280-8f75-e6b097827acc","21d00299-e183-4b3d-b015-18808e7135b9","b0fed0e6-0e56-4987-b0dd-b294156c0233","f7d6a255-7b13-44ed-8604-5d3f82cabd98"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","LEG","REN"],"rulings":[{"date":"2004-10-04","text":"If there are less than 5 cards in the library, you look at whatever ones remain and you still get the option to shuffle."},{"date":"2004-10-04","text":"This is not a draw and will not cause a player to lose if there are less than 5 cards in the library."},{"date":"2004-10-04","text":"You can’t rearrange the cards. You put them back in the same order or have the whole library shuffled."}],"rarities":["uncommon"]},"visions of ruin":{"name":"Visions of Ruin","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each opponent sacrifices an artifact. For each artifact sacrificed this way, you create a Treasure token.\nFlashback {8}{R}{R}. This spell costs {X} less to cast this way, where X is the greatest mana value of a commander you own on the battlefield or in the command zone. (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Red","Red"],"generic":8}}}],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"FilteredTrackedSetSize","filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"caused_by":"Sacrificed"}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Each opponent sacrifices an artifact. For each artifact sacrificed this way, you create a Treasure token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"Aggregate","function":"Max","property":"ManaValue","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"IsCommander"},{"type":"InAnyZone","zones":["Battlefield","Command"]},{"type":"Owned","controller":"You"}]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"CastingAsVariant","variant":"Flashback"},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {X} less to cast this way, where X is the greatest mana value of a commander you own on the battlefield or in the command zone."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3570001c-844f-4319-9850-ab997d62a83b","metadata":{"related_token_ids":["3b9455df-7577-5275-a556-6ba2966e61dc"],"source_printing_ids":["803a93c7-d8e4-4cda-8fa0-d9cd50b7d977","e7b630d4-4088-4811-bcff-df2fa1e66ab8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC"],"rulings":[{"date":"2021-09-24","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-09-24","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-09-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-09-24","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-09-24","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."},{"date":"2021-09-24","text":"“Flashback [cost]” means “You may cast this card from your graveyard by paying [cost] rather than paying its mana cost” and “If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.”"}],"rarities":["rare"]},"vito, thorn of the dusk rose":{"name":"Vito, Thorn of the Dusk Rose","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, target opponent loses that much life.\n{3}{B}{B}: Creatures you control gain lifelink until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain lifelink"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":3}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{3}{B}{B}: Creatures you control gain lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, target opponent loses that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7336a541-3ae9-4ab2-acb8-f574c0a5b3a9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0fe79ee4-c3f3-4a6b-a967-203ca3b70ee5","5deb74ff-15df-4894-b074-9a98731bd2c0","65beff20-a533-44eb-addd-8d6fed02c6a2","9c61e0ef-4dc7-4acc-a4a1-e63c35a854ba","f8a52a83-0087-4df3-995a-45e15bf664b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","J25","M21","P30A","PM21","PRM","PWCS","SLD"],"rulings":[{"date":"2020-06-23","text":"Because Vito's first ability doesn't deal damage, you won't gain life when it resolves if Vito has lifelink."},{"date":"2020-06-23","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Vito's first ability will trigger twice and you may choose a different opponent for each trigger. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, and/or planeswalkers at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2020-06-23","text":"If an ability triggers whenever an opponent loses life and causes you to gain life, such as the ability of Exquisite Blood, this will loop until either you win the game or a player takes an action to break the loop."},{"date":"2020-06-23","text":"If you gain an amount of life \"for each\" of something, that life is gained as one event and Vito's first ability triggers only once."},{"date":"2020-06-23","text":"In a Two-Headed Giant game, life gained by your teammate won't cause the ability to trigger, even though it caused your team's life total to increase."}],"rarities":["rare"]},"vivi ornitier":{"name":"Vivi Ornitier","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{0}: Add X mana in any combination of {U} and/or {R}, where X is Vivi Ornitier's power. Activate only during your turn and only once each turn.\nWhenever you cast a noncreature spell, put a +1/+1 counter on Vivi Ornitier and it deals 1 damage to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyCombination","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"color_options":["Blue","Red"]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"sub_ability":null,"duration":null,"description":"{0}: Add X mana in any combination of {U} and/or {R}, where X is ~'s power. Activate only during your turn and only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"},{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a noncreature spell, put a +1/+1 counter on ~ and it deals 1 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"0452be2a-e97a-4269-a9e3-b616265ecb2e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0cfc4614-f6c1-4247-ab96-5bd41006ad85","25ef2d44-c261-4511-b96f-85e7a291e318","ada6aeb6-8c9f-4498-9326-b4da0fcb19a3","ecc1027a-8c07-44a0-bdde-fa2844cff694"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"banned","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"Vivi Ornitier's first ability is a mana ability. It doesn't use the stack and it can't be responded to."},{"date":"2025-06-06","text":"Vivi Ornitier's last ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."}],"rarities":["mythic"]},"vivien reid":{"name":"Vivien Reid","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Vivien"]},"power":null,"toughness":null,"loyalty":"5","defense":null,"oracle_text":"[+1]: Look at the top four cards of your library. You may reveal a creature or land card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.\n[−3]: Destroy target artifact, enchantment, or creature with flying.\n[−8]: You get an emblem with \"Creatures you control get +2/+2 and have vigilance, trample, and indestructible.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Look at the top four cards of your library. You may reveal a creature or land card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}]},"cant_regenerate":false},"cost":{"type":"Loyalty","amount":-3},"sub_ability":null,"duration":null,"description":"[−3]: Destroy target artifact, enchantment, or creature with flying.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +2/+2 and have vigilance, trample, and indestructible"}],"triggers":[]},"cost":{"type":"Loyalty","amount":-8},"sub_ability":null,"duration":null,"description":"[−8]: You get an emblem with \"Creatures you control get +2/+2 and have vigilance, trample, and indestructible.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b5f20a6d-8c3e-452f-9d98-4886f0fa052a","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["162a3a3b-257e-46c7-bb29-65627b00363d","33546fba-7f89-4e61-85ac-b128df3cb14d","37cc3e80-2ffa-4d48-bd67-a6315375b236","38769247-42a1-4571-9071-6d59fe28650a","681fbd66-b622-4f20-a860-f101aff21109","8a5a7ad7-99e3-445f-8e9a-c6d3bf923379"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","M19","M3C","PFDN","PLST","PM19"],"rarities":["mythic"]},"vivien's invocation":{"name":"Vivien's Invocation","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. Put the rest on the bottom of your library in a random order. When a creature is put onto the battlefield this way, it deals damage equal to its power to target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":7},"destination":"Battlefield","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. Put the rest on the bottom of your library in a random order. When a creature is put onto the battlefield this way, it deals damage equal to its power to target creature an opponent controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5e2b30d2-81e9-40cd-86dd-3ec5dd06ced0","metadata":{"source_printing_ids":["784c4711-223d-4b95-a163-87e57f87b8db"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M19","PM19"],"rulings":[{"date":"2018-07-13","text":"If the creature you put onto the battlefield leaves the battlefield before damage is dealt, its last known existence on the battlefield is used to determine how much damage it deals to the target creature."},{"date":"2018-07-13","text":"You don’t choose any targets as you cast Vivien’s Invocation. While that spell is resolving, you may put a creature card from among the cards you look at onto the battlefield. If you do, a separate ability triggers and you pick a target creature an opponent controls to be dealt damage."}],"rarities":["rare"]},"vivien, champion of the wilds":{"name":"Vivien, Champion of the Wilds","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Vivien"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"You may cast creature spells as though they had flash.\n[+1]: Until your next turn, up to one target creature gains vigilance and reach.\n[−2]: Look at the top three cards of your library. Exile one face down and put the rest on the bottom of your library in any order. For as long as it remains exiled, you may cast it if it's a creature spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Reach"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain vigilance and reach"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":"[+1]: Until your next turn, up to one target creature gains vigilance and reach.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"TrackedSet","id":0},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"it remains exiled"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Look at the top three cards of your library. Exile one face down and put the rest on the bottom of your library in any order. For as long as it remains exiled, you may cast it if it's a creature spell.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Flash"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may cast creature spells as though they had flash."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"146eb8c8-93d5-4dd5-af7a-46d5acd4a89d","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["4422e69e-a7db-4582-b37d-59519b6871f9","9967520f-3c8e-42a2-b9dd-887714477c2d","e11dc967-ae38-4c19-bf54-b3209e203b39","ff3986d7-9b3d-4082-8d72-ce59c9fcd5d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","PRM","PWAR","SLD","WAR"],"rulings":[{"date":"2019-05-03","text":"Once you cast the creature card, it leaves exile. You can't cast it again if that card becomes exiled again."},{"date":"2019-05-03","text":"While resolving Vivien's last ability, you must exile one of the three cards, even if none of them are creature cards. You may look at the exiled card at any time, even if it's not a creature card."},{"date":"2019-05-03","text":"You must follow any applicable timing permissions and restrictions if you cast the exiled card. This means that if Vivien leaves the battlefield, you can't cast the creature spell as though it had flash unless another effect allows you to do so."}],"rarities":["rare"]},"vizier of remedies":{"name":"Vizier of Remedies","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"If one or more -1/-1 counters would be put on a creature you control, that many -1/-1 counters minus one are put on it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"AddCounter","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"If one or more -1/-1 counters would be put on a creature you control, that many -1/-1 counters minus one are put on it instead.","condition":null,"quantity_modification":{"type":"Minus","value":1},"counter_match":{"type":"OfType","data":"M1M1"}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"79770e65-740a-44c7-bea2-a24e6a722c22","metadata":{"source_printing_ids":["3082a2e4-03a8-4b26-a48d-e299a8b5cc56","36ab760e-93e0-4dbc-aaa1-02316f62ed3f","eb8952d7-8009-4532-b501-97e333f3c3fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PLST"],"rulings":[{"date":"2017-04-18","text":"Each additional Vizier of Remedies you control will decrease the number of -1/-1 counters put on a creature by one."},{"date":"2017-04-18","text":"If a creature you control is dealt damage by a source with wither or infect, that much damage is dealt, but one fewer -1/-1 counter is put on your creature. For example, if a 2/2 creature with lifelink and infect is blocked by Vizier of Remedies, the first creature’s controller gains 2 life and puts one -1/-1 counter on Vizier of Remedies."},{"date":"2017-04-18","text":"If an effect puts Vizier of Remedies onto the battlefield with one or more -1/-1 counters on it, its effect won’t apply. This is because you must control Vizier of Remedies before the creature begins to enter the battlefield for its effect to apply. The same is true of any creatures entering the battlefield with -1/-1 counters on them at the same time as Vizier of Remedies enters the battlefield."},{"date":"2017-04-18","text":"If multiple creatures with wither and/or infect deal damage to a creature at once, Vizier of Remedies causes only one counter fewer to be put on that creature. Its effect doesn’t apply separately for each creature dealing damage."},{"date":"2017-04-18","text":"“Put on a creature you control” includes that creature entering the battlefield with -1/-1 counters on it. If a creature would enter the battlefield under your control with a number of -1/-1 counters on it while you control Vizier of Remedies, it enters with that many counters minus one."}],"rarities":["uncommon"]},"vizier of the menagerie":{"name":"Vizier of the Menagerie","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nYou may cast creature spells from the top of your library.\nYou can spend mana of any type to cast creature spells.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast creature spells from the top of your library."},{"mode":{"SpendManaAsAnyColor":{"spell_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"affected":{"type":"Controller"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You can spend mana of any type to cast creature spells."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4f890d42-e4f1-4eed-aa6c-718865de8927","metadata":{"source_printing_ids":["14ab742a-89dc-4c01-99e3-21fc609128f2","3010ec33-c3f6-42ce-ad5a-e149e5c9a805","ca204351-7a7e-4e4b-8c2b-f90fa0f9d724","d1965955-57fc-4447-8b60-de1d81617204","e27d4f0e-508c-4bd4-bb47-c75802ca85f8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","FDN","PAKH","SLD"],"rulings":[{"date":"2017-04-18","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast the top card of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2017-04-18","text":"Normally, Vizier of the Menagerie allows you to cast the top card of your library if it's a creature card, it's your main phase, and the stack is empty. If that creature card has flash, you'll be able to cast it any time you could cast an instant, even on an opponent's turn."},{"date":"2017-04-18","text":"The top card of your library isn't in your hand, so you can't cycle it, discard it, or activate any of its activated abilities."},{"date":"2017-04-18","text":"Vizier of the Menagerie lets you look at the top card of your library whenever you want (with one restriction—see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2017-04-18","text":"You may spend mana as though it were mana of any type to cast any creature spell, not just creature spells that you cast from the top of your library."},{"date":"2017-04-18","text":"You'll still pay all costs for that spell, including additional costs. You may also pay alternative costs such as emerge or that of As Foretold."}],"rarities":["mythic"]},"vizier of the true":{"name":"Vizier of the True","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"You may exert this creature as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, tap target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you exert a creature, tap target creature an opponent controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0e31d70e-2b5e-4c32-81cf-aed2a13e8aa5","metadata":{"source_printing_ids":["c1800882-e886-48d5-ac85-0a8e5841dc9a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["HOU"],"rulings":[{"date":"2017-04-18","text":"All cards in the Amonkhet set that let you exert a creature let you do so as you declare it as an attacking creature, as do some of the cards in the Hour of Devastation set. You can’t do so later in combat, and creatures put onto the battlefield attacking can’t be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2017-04-18","text":"If a creature has a targeted triggered ability that triggers when you exert it, you can exert it even if there isn’t a legal target for that triggered ability."},{"date":"2017-04-18","text":"If an exerted creature is already untapped during your next untap step (most likely because it had vigilance or an effect untapped it), exert’s effect preventing it from untapping expires without having done anything."},{"date":"2017-04-18","text":"If you gain control of another player’s creature until end of turn and exert it, it will untap during that player’s untap step."},{"date":"2017-04-18","text":"Some cards have abilities that trigger whenever you exert any creature. These abilities trigger when you exert that creature or any other creature you control."},{"date":"2017-04-18","text":"You can’t exert a creature unless an effect allows you to do so. Similar effects that “tap and freeze” a creature (such as that of Decision Paralysis) don’t exert that creature."}],"rarities":["uncommon"]},"voice of all":{"name":"Voice of All","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs this creature enters, choose a color.\nThis creature has protection from the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":{"Protection":"ChosenColor"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has protection from the chosen color."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b1631e9c-a993-4d44-b009-b2624d79560c","metadata":{"source_printing_ids":["220feab0-b799-464e-b9bd-a47949067418","75f37536-db3d-4726-9e45-b9108247d0e6","bc4673ac-4305-4fb2-9ba2-1c72f04574c3","d84b1c31-fb33-4f5c-b766-6ca8ad6e0976","db289ae0-b36a-43de-9e1b-56aaf6bf6ad8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","CMA","CMD","DMR","PLS","PS11"],"rarities":["uncommon","rare"]},"volatile fault":{"name":"Volatile Fault","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Cave"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{1}, {T}, Sacrifice this land: Destroy target nonbasic land an opponent controls. That player may search their library for a basic land card, put it onto the battlefield, then shuffle. You create a Treasure token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[{"type":"NotSupertype","value":"Basic"}]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false,"target_player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}, {T}, Sacrifice ~: Destroy target nonbasic land an opponent controls. That player may search their library for a basic land card, put it onto the battlefield, then shuffle. You create a Treasure token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"95c44f28-f7fa-4785-83b9-0d81be0db0c8","metadata":{"related_token_ids":["7c5cdbc2-a953-53bd-81dd-9a5c8fbedb85","f7e12dcc-910d-5b82-b637-0b972542ead5"],"source_printing_ids":["9385abf3-b067-4586-bf3d-175526cf8f0a","d9a42082-615c-4387-a77c-97ee94153c57"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","M3C"],"rulings":[{"date":"2023-11-10","text":"If Volatile Fault's ability resolves, the target nonbasic land's controller gets to search for a basic land card even if the land wasn't destroyed by Volatile Fault's ability. This may happen because the land has indestructible. In this case, you'll still create a Treasure token."},{"date":"2023-11-10","text":"If the target of Volatile Fault's last ability is illegal as the ability tries to resolve, it won't resolve and none of its effects will happen. You won't create a Treasure token."}],"rarities":["uncommon"]},"volatile stormdrake":{"name":"Volatile Stormdrake","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Drake"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, hexproof from activated and triggered abilities\nWhen this creature enters, exchange control of this creature and target creature an opponent controls. If you do, you get {E}{E}{E}{E}, then sacrifice that creature unless you pay an amount of {E} equal to its mana value.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"HexproofFrom":{"type":"CardType","data":"activated and triggered abilities"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExchangeControl","target_a":{"type":"SelfRef"},"target_b":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"TriggeringSource"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exchange control of ~ and target creature an opponent controls. If you do, you get {E}{E}{E}{E}, then sacrifice that creature unless you pay an amount of {E} equal to its mana value.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"PayEnergy","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"08d64b16-9221-4532-890c-d5cdbf181e28","metadata":{"source_printing_ids":["2e6e3232-8bb8-4504-9597-dfdfc6d634bd","ac5fb32c-6348-4d39-8d74-b345452b3875","fb819762-02e8-4d32-8245-c44b809c34bb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"As Volatile Stormdrake's last ability resolves, Volatile Stormdrake must be on the battlefield and the target creature must be a legal target. If either of these things isn't true, the ability does nothing."},{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"In a multiplayer game, if a player leaves the game, all cards that player owns leave as well. If you leave the game, the effect giving you control of the target creature ends."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"The effect of Volatile Stormdrake's last ability lasts indefinitely. It doesn't wear off during the cleanup step, and it doesn't expire if Volatile Stormdrake leaves the battlefield."},{"date":"2024-06-07","text":"Volatile Stormdrake can't be the target of any activated or triggered abilities your opponents control."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["rare"]},"volcanic spite":{"name":"Volcanic Spite","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Volcanic Spite deals 3 damage to target creature, planeswalker, or battle. You may put a card from your hand on the bottom of your library. If you do, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 3 damage to target creature, planeswalker, or battle. You may put a card from your hand on the bottom of your library. If you do, draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"10426070-2e6f-47a5-bc8d-16dcfb058b26","metadata":{"source_printing_ids":["69490262-afc2-4692-8fac-b771a972c8f8","aba6f75a-fd8a-4add-a917-56446f94f2fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PLST"],"rulings":[{"date":"2023-04-14","text":"If the target creature, planeswalker, or battle is an illegal target at the time Volcanic Spite tries to resolve, it won’t resolve and none of its effects will happen. You won’t get to put a card from your hand on the bottom of your library, and you won’t draw a card."}],"rarities":["common"]},"volo, guide to monsters":{"name":"Volo, Guide to Monsters","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a creature spell that doesn't share a creature type with a creature you control or a creature card in your graveyard, copy that spell. (A copy of a creature spell becomes a token.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"relation":"DoesNotShare"}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a creature spell that doesn't share a creature type with a creature you control or a creature card in your graveyard, copy that spell.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"f105960e-6609-4192-afc0-e243013b7cc1","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["76f910f2-a7ed-4535-b554-d672ba49f38c","c9ae01f9-7461-47b4-aa1e-93bd6ff1bf9e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR"],"rarities":["rare"]},"vorinclex, voice of hunger":{"name":"Vorinclex, Voice of Hunger","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Praetor"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever you tap a land for mana, add one mana of any type that land produced.\nWhenever an opponent taps a land for mana, that land doesn't untap during its controller's next untap step.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"TriggerEventManaType"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you tap a land for mana, add one mana of any type that land produced.","constraint":null,"condition":null,"batched":false},{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent taps a land for mana, that land doesn't untap during its controller's next untap step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"dbf0ad03-ab31-49d2-89b1-05b45948a61f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["02831922-f225-4cc6-8797-aef31265b1cd","0806adab-6a08-411b-b249-e1c58ade354b","182dc47c-897e-4922-ba9d-80204bed7b5a","5bad83b2-3b03-441a-8cbd-5a5317bfa5ea","603a7305-c036-47ef-8926-25b66a7905df","6f08f008-ce26-417a-9720-f4addeb7391e","9fe3af8c-109d-486c-aa34-3f023abda5b7","bdcd2ec9-a8e7-46b3-8d79-eb15d6e95a3c","d669568c-8a45-44bc-8737-f5b7d54d1342"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["HA5","IMA","MUL","NPH","PLST","SLD"],"rulings":[{"date":"2017-11-17","text":"If Vorinclex leaves the battlefield after its second ability has triggered, that ability still resolves and the affected land won't untap during its controller's next untap step."},{"date":"2017-11-17","text":"If a land you control produces multiple mana of more than one type, Vorinclex's first triggered ability adds one mana of only one of those types. You choose which of those types it adds."},{"date":"2017-11-17","text":"The types of mana are white, blue, black, red, green, and colorless."}],"rarities":["mythic"]},"vow of lightning":{"name":"Vow of Lightning","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +2/+2, has first strike, and can't attack you or planeswalkers you control.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+2, has first strike, and can't attack you or planeswalkers you control."},{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+2, has first strike, and can't attack you or planeswalkers you control.","attack_defended":"PlayerOrPlaneswalker"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"bfed67f3-70d2-49c2-8f25-16e4d10fa5be","metadata":{"source_printing_ids":["520762c5-ca7c-4be3-b9aa-a5ae87c00da4","5738bff3-e930-4148-9803-f90f69c0d96c","71218cff-7e57-40dd-83c2-d06b284a63fd","a0742d43-8a67-4485-b0ce-5a4e057fa915","ca055a00-e224-4e37-9ddb-07eac63cea39","f9f84f0b-4601-4e7c-9770-2cea73a0e198"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMA","CMD","CMR","E02","GN3","MKC","PLST","PZ1"],"rarities":["uncommon"]},"vraska, the silencer":{"name":"Vraska, the Silencer","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Gorgon","Assassin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever a nontoken creature an opponent controls dies, you may pay {1}. If you do, return that card to the battlefield tapped under your control. It's a Treasure artifact with \"{T}, Sacrifice this artifact: Add one mana of any color,\" and it loses all other card types.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"SetCardTypes","core_types":["Artifact"]},{"type":"AddSubtype","subtype":"Treasure"},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{t}, sacrifice ~: add one mana of any color,","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"is a Treasure artifact with \"{T}, Sacrifice ~: Add one mana of any color,\" and it loses all other card types"}],"duration":"UntilHostLeavesPlay","target":null},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature an opponent controls dies, you may pay {1}. If you do, return that card to the battlefield tapped under your control. It's a Treasure artifact with \"{T}, Sacrifice ~: Add one mana of any color,\" and it loses all other card types.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"e7c5a568-3855-4a20-9edf-01a8a6a4ba97","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2a6cc9ab-a1d8-47de-8ac5-112e5fee00f9","b042abf2-c40b-4235-a4fa-2e4901c375c3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"The returned card will lose any other subtypes and card types and will be only a Treasure artifact. It will retain its supertypes as well as its abilities."}],"rarities":["mythic"]},"vrondiss, rage of ancients":{"name":"Vrondiss, Rage of Ancients","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon","Barbarian"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Enrage — Whenever Vrondiss is dealt damage, you may create a 5/4 red and green Dragon Spirit creature token with \"When this token deals damage, sacrifice it.\"\nWhenever you roll one or more dice, you may have Vrondiss deal 1 damage to itself.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"Token","name":"Dragon Spirit","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"types":["Creature","Dragon","Spirit"],"colors":["Red","Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"SelfRef"},"description":"When ~ deals damage, sacrifice it.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, you may create a 5/4 red and green Dragon Spirit creature token with \"When ~ deals damage, sacrifice it.\"","constraint":null,"condition":null,"batched":false},{"mode":"RolledDie","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll one or more dice, you may have ~ deal 1 damage to itself.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"2160c837-342b-409f-a1db-0ec5ac023ccf","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["94674c3c-76e2-5a69-a507-727f470962f8"],"source_printing_ids":["683ca7f0-e9df-459b-a8e3-cf80b39c732d","a6c0a9cf-314e-4c23-9e43-2485414fc3d1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","OAFC"],"rarities":["mythic"]},"wake the dead":{"name":"Wake the Dead","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cast this spell only during combat on an opponent's turn.\nReturn X target creature cards from your graveyard to the battlefield. Sacrifice those creatures at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"TrackedSet","id":0},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Return X target creature cards from your graveyard to the battlefield. Sacrifice those creatures at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"max":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"69bf79c3-87d1-4244-8d58-989307c91a12","casting_restrictions":[{"type":"DuringCombat"},{"type":"DuringOpponentsTurn"}],"metadata":{"source_printing_ids":["842fb0f2-8a03-4b43-be41-dbc5b6509269","af9baedc-84ea-43ef-877d-f88209bb3fba","e1780be8-26f6-4f33-9bc6-ecafc3751c8e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","CMM"],"rulings":[{"date":"2014-11-07","text":"The delayed triggered ability that makes you sacrifice the creatures will trigger only once. If you don’t sacrifice one or more of those creatures at that time (perhaps because another player gained control of them), the ability won’t try to make you sacrifice them on future turns."}],"rarities":["rare"]},"walking ballista":{"name":"Walking Ballista","mana_cost":{"type":"Cost","shards":["X","X"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with X +1/+1 counters on it.\n{4}: Put a +1/+1 counter on this creature.\nRemove a +1/+1 counter from this creature: It deals 1 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"Remove a +1/+1 counter from ~: It deals 1 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with X +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"4b515bb0-f275-4400-8032-3173b799ab40","metadata":{"source_printing_ids":["0db963e2-38df-4036-a312-35854dc3521c","329a8738-3e17-403a-857a-0ba529ce8cd1","50507ec0-72ff-4110-a73c-b6f256ac2e35","5272436e-74f0-44c4-a291-ea8ebc3f1525","60107410-7076-4fcc-b1f7-123dd3b442b0","6a696f69-ba08-4b0b-86e9-37e3671674ec","81111fb0-93fe-4cac-9ce2-bdf2466d7341","c353a09f-8a5a-41ce-97dc-60e7350460c0","f1e66e6b-2501-4e87-bbc0-c823d39121f8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"banned","vintage":"legal"},"printings":["2XM","AER","FIC","J22","MB2","PAER","PIP","PRM","SLD"],"rulings":[{"date":"2020-08-07","text":"A casting cost of {X}{X} means that you pay twice X. If you want X to be 3, you pay {6} to cast Walking Ballista."},{"date":"2020-08-07","text":"If Walking Ballista has been dealt damage or had its toughness reduced by an effect, this limits how many times you'll be able to remove +1/+1 counters from it in a single turn. For example, if it has three +1/+1 counters on it and has been dealt 1 damage this turn, it will be destroyed immediately after you activate the ability a second time and you won't be able to activate it a third time."}],"rarities":["rare"]},"walking corpse":{"name":"Walking Corpse","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fea95888-e16a-4209-9cd4-623f7f4d2f67","metadata":{"source_printing_ids":["053b59b4-a22c-4228-aadc-ae9da6bb465e","2f2613c5-7ff0-46bf-ad1e-2cbf7895dc0f","344a26ab-524f-4daa-ae0a-9d94e34c96df","5ecfc1ab-b7a1-43a8-b1d1-0c1c4358e89f","8e033384-3334-4082-9541-f2443d3bc424","ccba369f-f4d1-493d-bc5f-271b7e4d8090","f44e94f0-5f64-4991-aa45-c2b05879be40"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ISD","M13","M15","M19","M20","M21","PLST","W16"],"rarities":["common"]},"wall of diffusion":{"name":"Wall of Diffusion","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wall"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Defender (This creature can't attack.)\nThis creature can block creatures with shadow as though it had shadow.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CanBlockShadow","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can block creatures with shadow as though it had shadow."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ae42f803-f4ac-45f3-9ce7-227a59096f19","metadata":{"source_printing_ids":["2e6a469e-3d67-4edf-a735-03dcd626f858","48f627f9-4d7e-41fe-b6ad-fb229802d4e0","4c8cb08b-e820-4054-b5c3-7b737c97c9a5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["TMP","TPR","VMA"],"rarities":["common"]},"wall of frost":{"name":"Wall of Frost","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wall"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Defender\nWhenever this creature blocks a creature, that creature doesn't untap during its controller's next untap step.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ blocks a creature, that creature doesn't untap during its controller's next untap step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"741e4f32-0587-40fa-a73d-5bcf66b52348","metadata":{"source_printing_ids":["17bc35a7-e38b-4c15-889a-d58c8b360315","56f9a7ba-d024-49a0-a837-efb5faa24c50","65a80677-0d0e-440f-a64f-10ebdb5014a2","8a84bddc-9124-4222-8adf-8ed75a6d21d3","b5ab28ee-f70d-441b-bb4e-8e781f26e2bc","c56229e1-904b-4761-bb7e-35a0c8202c2e","d4000b46-7843-4c07-8332-a10f207e2cdc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["M10","M11","M14","M15","MM3","PC2","PCA","PLST"],"rulings":[{"date":"2014-07-18","text":"If the creature isn’t tapped during its controller’s next untap step (perhaps because it was untapped by a spell), Wall of Frost’s ability has no effect at that time. It won’t try to keep the creature tapped on subsequent turns."},{"date":"2014-07-18","text":"Wall of Frost’s ability tracks the creature, not the creature’s controller. That is, if the creature changes controllers before its first controller’s next untap step, then it won’t untap during its new controller’s next untap step."}],"rarities":["uncommon"]},"wall of mourning":{"name":"Wall of Mourning","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wall"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Defender\nWhen this creature enters, exile a card from the top of your library face down for each opponent you have.\nCoven — At the beginning of your end step, if you control three or more creatures with different powers, put a card exiled with this creature into its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"Opponent"}}},"face_down":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile a card from the top of your library face down for each opponent you have.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Exile","destination":"Hand","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you control three or more creatures with different powers, put a card exiled with ~ into its owner's hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCountDistinct","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},"qualities":["Power"]}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"585c9671-7451-4506-8b21-0d64106c4cd7","metadata":{"source_printing_ids":["98692a19-c9d4-48bf-9315-d88c44136f8b","cad9754f-7a66-45ca-bbd0-e1e977fbcc4d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC","PRM"],"rulings":[{"date":"2021-09-24","text":"You don't get to look at the cards exiled with Wall of Mourning. If there are more than one, you choose which one to put back into your hand at random without looking at them. This is true even if you knew what one or more cards from the top of your library were before exiling them."}],"rarities":["rare"]},"wall of nets":{"name":"Wall of Nets","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wall"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Defender (This creature can't attack.)\nAt end of combat, exile all creatures blocked by this creature.\nWhen this creature leaves the battlefield, return all cards exiled with it to the battlefield under their owners' control.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"EndCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At end of combat, exile all creatures blocked by ~.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Battlefield","target":{"type":"ExiledBySource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, return all cards exiled with it to the battlefield under their owners' control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cd112962-b297-403c-bede-c8b587f379b3","metadata":{"source_printing_ids":["c1da8e79-365d-4a36-87c5-648085828f9f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EXO"],"rulings":[{"date":"2004-10-04","text":"It only exiles creatures if this card is still on the battlefield at the end of combat."}],"rarities":["rare"]},"wall of resistance":{"name":"Wall of Resistance","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wall"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Defender (This creature can't attack.)\nFlying\nAt the beginning of each end step, if this creature was dealt damage this turn, put a +0/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Defender","Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"+0/+1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if ~ was dealt damage this turn, put a +0/+1 counter on it.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"Any"},"target":{"type":"SelfRef"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e6f5f80c-2620-4558-8a5f-8fc36cea4793","metadata":{"source_printing_ids":["fd25787d-b90c-4b25-8259-1ac41d4dcd15"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"It gets only one counter a turn, not one per point of damage."}],"rarities":["common"]},"wall of roots":{"name":"Wall of Roots","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant","Wall"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Defender\nPut a -0/-1 counter on this creature: Add {G}. Activate only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"EffectCost","effect":{"type":"PutCounter","counter_type":"-0/-1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}}},"sub_ability":null,"duration":null,"description":"Put a -0/-1 counter on ~: Add {G}. Activate only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3a21a6ae-b2f2-4f0c-acfd-5f3e8d63fd2f","metadata":{"source_printing_ids":["04326924-55c4-4315-893a-6a05e0b7eb7f","999f9e72-97ed-430a-8c1c-26a54f8b7a08","aeb151d2-c313-44d2-972e-33487f070c23","b65cb901-bfb0-454a-97ef-138021e524ff","d80940ad-8e36-4226-ad5f-b54487c75c76","da80cb2d-2385-4a1a-9c93-c623102e9c50","e4e7d3b7-9b0c-463d-975c-ef81d7fd8dad"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["ARC","F08","IMA","MIR","NCC","P30A","PLST","PRM","TDC","TSB","WC98"],"rulings":[{"date":"2017-11-17","text":"If you must sacrifice a creature to pay a casting or activation cost that also includes mana, such as that of Bubbling Cauldron's abilities, you may put a -0/-1 counter on Wall of Roots to make its toughness 0 and then sacrifice it to pay that cost."}],"rarities":["common","special"]},"wan shi tong, librarian":{"name":"Wan Shi Tong, Librarian","mana_cost":{"type":"Cost","shards":["X","Blue","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bird","Spirit"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying, vigilance\nWhen Wan Shi Tong enters, put X +1/+1 counters on him. Then draw half X cards, rounded down.\nWhenever an opponent searches their library, put a +1/+1 counter on Wan Shi Tong and draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"CostXPaid"}},"divisor":2,"rounding":"Down"},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, put X +1/+1 counters on him. Then draw half X cards, rounded down.","constraint":null,"condition":null,"batched":false},{"mode":"SearchedLibrary","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent searches their library, put a +1/+1 counter on ~ and draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2bace3ea-7d28-4a1c-857a-d3c3a1c11b59","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["d4bf05c4-a924-4006-835e-42f8468ba869","e20da6b5-1057-4a28-9e85-07de714e262f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"The second triggered ability won't be put on the stack until after the spell or ability causing the opponent to search their library finishes resolving."},{"date":"2025-10-02","text":"Wan Shi Tong, Librarian's second triggered ability won't trigger if you search an opponent's library or if an opponent searches another player's library."}],"rarities":["mythic"]},"wandertale mentor":{"name":"Wandertale Mentor","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Raccoon","Bard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you expend 4, put a +1/+1 counter on this creature. (You expend 4 as you spend your fourth total mana to cast spells during a turn.)\n{T}: Add {R} or {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {R} or {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ManaExpend","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you expend 4, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false,"expend_threshold":4}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"9d14c7bd-7802-401c-b02b-c7f3c51b007f","metadata":{"source_printing_ids":["8c399a55-d02e-41ed-b827-8784b738c118"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"A permanent with an ability that triggers whenever you “expend N” will see mana you spent to cast spells the turn it enters, including mana you spent before it entered. For example, if you cast Junkblade Bruiser (a creature with a mana value of 5 and an ability that triggers whenever you expend 4) by paying its full cost of five mana, you’ll already have spent four mana on spells before Junkblade Bruiser enters, and therefore its ability that triggers whenever you expend 4 won’t be able to trigger at all that turn."},{"date":"2024-07-26","text":"Abilities that trigger whenever you “expend N” only trigger when you reach that specific amount of mana spent on casting spells that turn. This can only happen once per turn. For example, if you’ve spent three mana on spells so far this turn and you control a permanent with an ability that triggers “whenever you expend 4,” that ability will trigger the next time you spend at least one mana to cast a spell this turn. It won’t trigger again if you spend another four mana to cast spells later in the turn."},{"date":"2024-07-26","text":"If the cost to cast a spell is increased, decreased, or changed because of additional or alternative costs, expend counts only the mana you actually spent."}],"rarities":["uncommon"]},"war's toll":{"name":"War's Toll","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent taps a land for mana, tap all lands that player controls.\nIf a creature an opponent controls attacks, all creatures that opponent controls attack if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"effect_structure","description":"Effect sentence candidate but line failed effect parser: If a creature an opponent controls attacks, all creatures that opponent controls attack if able."},"cost":null,"sub_ability":null,"duration":null,"description":"If a creature an opponent controls attacks, all creatures that opponent controls attack if able.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":"TriggeringPlayer","properties":[]},"scope":{"type":"All"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent taps a land for mana, tap all lands that player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ba4e4afb-24bb-47de-aba8-89d21b11d45c","metadata":{"source_printing_ids":["3a08f7fe-8ca9-4604-85c8-9050298730ea","de5f6c39-55eb-4d8d-83cf-94652b07bc46"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BBD","DIS"],"rulings":[{"date":"2006-05-01","text":"Your opponent can tap lands for mana in response to the triggered ability. The effect won't prevent your opponent from casting spells or activating abilities, but it will make it difficult for that player to cast other spells or activate abilities later in the turn because unspent mana is lost at the end of each step."}],"rarities":["rare"]},"warden of the grove":{"name":"Warden of the Grove","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Hydra"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, put a +1/+1 counter on this creature.\nWhenever another nontoken creature you control enters, it endures X, where X is the number of counters on this creature. (Put X +1/+1 counters on the creature that entered or create an X/X white Spirit creature token.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put a +1/+1 counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Endure","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"}}},"subject":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature you control enters, it endures X, where X is the number of counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"13bf8103-3db3-4ee6-a6bb-441aabfd9e41","metadata":{"related_token_ids":["ce47d822-2ec8-5683-91d7-96716305caac"],"source_printing_ids":["2414db96-0e2b-4f7c-9b97-41f8e310b752","2e3d7969-5dcb-434d-8a8b-fb16da288bc4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"If a noncreature permanent is instructed to endure, the effect is the same. You can put +1/+1 counters on that permanent or create a Spirit token."},{"date":"2025-04-04","text":"If you can’t put +1/+1 counters on the creature for any reason as an endure ability resolves (for example, if the creature is no longer on the battlefield), you’ll just create a Spirit token."},{"date":"2025-04-04","text":"The value of X is determined as the last ability resolves. If Warden of the Grove is no longer on the battlefield at that time, the number of counters on it as it last existed on the battlefield is used to determine how many +1/+1 counters to put on the creature that endured or the power and toughness of the Spirit token created."},{"date":"2025-04-04","text":"You choose whether to put +1/+1 counters on the creature or create a Spirit token as the ability that includes the endure instruction is resolving. No player may take actions between the time you choose and the time that counters are added or tokens are created."}],"rarities":["rare"]},"warmaker gunship":{"name":"Warmaker Gunship","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, it deals damage equal to the number of artifacts you control to target creature an opponent controls.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 6+.)\n6+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals damage equal to the number of artifacts you control to target creature an opponent controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":6},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"6+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":3}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":6},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 6+"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c947171b-ed9e-4b83-af45-bd595a8d84ee","metadata":{"source_printing_ids":["515c0b63-c710-4419-a84d-4777d874bf19","9e5957f4-1cae-4989-8b40-27fc6e2fcf5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"warped devotion":{"name":"Warped Devotion","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a permanent is returned to a player's hand, that player discards a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"origin":"Battlefield","destination":"Hand","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a permanent is returned to a player's hand, that player discards a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"22c49415-e8d2-4b4c-b021-57ee54670f86","metadata":{"source_printing_ids":["3bce620f-799a-4ad8-9edb-6fb3d9ea1cc6","6d6d889f-daba-494d-8e91-aa5c6e361f3f","ffd41ebd-91a8-4972-8f93-3306e68519f9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","PLS"],"rulings":[{"date":"2004-10-04","text":"This card can trigger on itself being returned to a player’s hand."}],"rarities":["uncommon","rare"]},"warped tusker":{"name":"Warped Tusker","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi","Boar","Beast"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhen you cast or cycle Warped Tusker, create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice this token: Add {C}.\"\nCycling {2}{G} ({2}{G}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":["Reach",{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":["Green"],"generic":2}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Eldrazi Spawn","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Eldrazi","Spawn"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice ~: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast ~, create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice ~: Add {C}.\"","constraint":null,"condition":null,"batched":false},{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"Token","name":"Eldrazi Spawn","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Eldrazi","Spawn"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice ~: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cycle ~, create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice ~: Add {C}.\"","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0a994401-d37c-4e30-9410-422e7ae5a715","metadata":{"related_token_ids":["05897422-e2c4-5f20-93af-97fe0ba44515"],"source_printing_ids":["2b5f3a1a-8514-4598-be3d-c3be719f6951"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rulings":[{"date":"2024-06-07","text":"The triggered ability will resolve before Warped Tusker or its cycling ability does, as appropriate. If Warped Tusker or its cycling ability are countered or otherwise leave the stack in response to that triggered ability, the triggered ability will still resolve as normal."}],"rarities":["common"]},"warping wurm":{"name":"Warping Wurm","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Phasing (This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.)\nAt the beginning of your upkeep, this creature phases out unless you pay {2}{G}{U}.\nWhenever this creature phases in, put a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Phasing"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PhaseOut","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, ~ phases out unless you pay {2}{G}{U}.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","Blue"],"generic":2}},"payer":{"type":"Controller"}},"batched":false},{"mode":"PhaseIn","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ phases in, put a +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"c54c1517-cf7c-4afb-92f8-70c9d1591b45","metadata":{"source_printing_ids":["a2c41d0f-f1db-4797-b245-7de12ffa3a0d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rarities":["rare"]},"warren soultrader":{"name":"Warren Soultrader","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Goblin","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Pay 1 life, Sacrifice another creature: Create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"PayLife","amount":{"type":"Fixed","value":1}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":1}]},"sub_ability":null,"duration":null,"description":"Pay 1 life, Sacrifice another creature: Create a Treasure token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ace86e56-efde-4eb7-8815-71456a4c3abe","metadata":{"related_token_ids":["7c5cdbc2-a953-53bd-81dd-9a5c8fbedb85"],"source_printing_ids":["17fd4d15-413f-41c5-b3e0-71bbb52851bc","5c18591d-a8e2-49ea-b31e-7358e4143024","b334e4c6-d316-4141-8889-f95afcc04701"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rarities":["rare"]},"waste not":{"name":"Waste Not","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent discards a creature card, create a 2/2 black Zombie creature token.\nWhenever an opponent discards a land card, add {B}{B}.\nWhenever an opponent discards a noncreature, nonland card, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a creature card, create a 2/2 black Zombie creature token.","constraint":null,"condition":null,"batched":false},{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black","Black"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a land card, add {B}{B}.","constraint":null,"condition":null,"batched":false},{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Creature"},{"Non":"Land"}],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a noncreature, nonland card, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"00fdcc19-88ed-46c3-91f0-095806228105","metadata":{"related_token_ids":["1e851ec5-fc7c-52e0-b201-7c350377c8a9","6fd3b8c0-6d82-50f5-8dae-e738ae46a652","87df5573-4b61-5eaa-94b2-efd2398be6ac","ce24f27b-16b5-596b-b810-805a9384991b"],"source_printing_ids":["241d8f7d-3981-47c1-b7b8-748277fa452f","2f5500a2-c6d6-40d7-b586-59b854733160","f4fc8e83-471a-4d75-9703-d8f3998a705a","f5dd0247-f6a0-4f1d-ac27-a49a7e022e5b","fd3e5359-97c4-41ec-b18e-4abcd2205886"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","HA2","M15","SLD","TMC","WOT"],"rarities":["rare","mythic"]},"wasteland":{"name":"Wasteland","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{T}, Sacrifice this land: Destroy target nonbasic land.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"NotSupertype","value":"Basic"}]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice ~: Destroy target nonbasic land.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"09a70ae8-3859-4a09-901d-dce063fa3b5f","metadata":{"source_printing_ids":["1b04fea2-ef5b-4311-bc52-8222f1501eac","378c68f7-cf75-4835-8789-f266843851c3","438e7c5f-087a-4326-b263-09847420ce41","44bfc63d-fc27-40dd-8e03-f1e24df6b911","5e4d03f1-827b-4278-8b92-5fef7a3b700e","6aa14e39-2550-4fbe-9fd3-a5923a7f78c8","829bbc9b-9185-4d9b-8e4e-9f04ece48fff","8fbba7b1-307e-41d4-aa13-9c67ca729c26","99ff731b-8399-40c8-b539-ba6ba5783771","a81a49a0-995a-4311-894d-5cbfba59db14","aaafb9bc-7cea-4624-a227-595544fa42b0","ab0c7b95-f496-42bd-9cad-9f244a9f59d4","bd53f7e3-f76a-440b-8c84-994d378bda97","c30379d7-a441-479c-bd39-d1f4ad86bcb7","d053a27e-da2c-4b8a-9b33-ce369c491dc1","d7171316-e9cd-4a20-85fa-1d80c69ce37b","e4d51c18-4b7d-4948-96bc-12c8ab3d0bd0"]},"legalities":{"commander":"legal","duel":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EMA","EXP","G10","J15","LTC","MB2","MPR","OLGC","PIP","PRM","SLC","SLD","TMP","TPR","WC98","WC99","ZNE"],"rarities":["uncommon","rare","mythic"]},"wastes":{"name":"Wastes","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Basic"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"05d24b0c-904a-46b6-b42a-96a4d91a0dd4","metadata":{"source_printing_ids":["02729948-9b74-453f-a268-2f29b48a29ee","0f93e8ad-8ef6-4cf1-a664-d1477f1ebae4","2585d250-1cce-431c-a9d1-a3adce9d70cd","475be6db-6541-412b-a07e-5357b25a499f","56ef693d-7c48-46cb-8f52-abc660a2736e","60682c00-c661-4a9d-8326-f3f014a04e3e","69b215fe-0d97-4ca1-9490-174220fd454b","7019912c-bd9b-4b96-9388-400794909aa1","837edd3f-5380-4c1c-8323-0e61dac385e5","8d479a83-16f7-425c-9873-b900f39ed620","9cc070d3-4b83-4684-9caf-063e5c473a77","baf8f4f2-9f25-4cd2-8d78-1041e134aeac","bf10c264-c7f6-4ae3-b3ef-ff12bd7b64c0","c0040569-c4b1-46ad-8115-1fdb82ba3710","c61feafd-ef09-437c-a12c-fd7d6cb8c15a","d9b38015-985f-4718-a6f8-fe19de225801"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","EA2","EOC","FIN","J22","M3C","OGW","PLG25","PLST","SLD","TSR"],"rulings":[{"date":"2021-03-19","text":"Because Wastes is a basic land, you can include as many of them as you like in your Constructed decks."},{"date":"2021-03-19","text":"In Limited events (including Sealed Deck and Booster Draft), Wastes must be in your card pool to be included in your deck. You can't add Wastes to your card pool in the same way that you can add other basic lands."},{"date":"2021-03-19","text":"Wastes is not a land type. If something asks you to name a land type, you can't choose Wastes."}],"rarities":["common","rare","special"]},"watchdog":{"name":"Watchdog","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Dog"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature blocks each combat if able.\nAs long as this creature is untapped, all creatures attacking you get -1/-0.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MustBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ blocks each combat if able."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking","defender":"You"}]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":0}],"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is untapped, all creatures attacking you get -1/-0."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"6a951d2d-fc5a-4f41-bd77-3e301b76cf47","metadata":{"source_printing_ids":["8c2ffc07-9993-40de-b36e-33c7afd4cfc2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TMP"],"rulings":[{"date":"2008-04-01","text":"The second ability is no longer triggered. It continuously checks the tapped/untapped status of the Watchdog, and gives them -1/-0 as appropriate."}],"rarities":["uncommon"]},"watery grave":{"name":"Watery Grave","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Island","Swamp"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {U} or {B}.)\nAs this land enters, you may pay 2 life. If you don't, it enters tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"decline":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, you may pay 2 life. If you don't, it enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"fc9ec820-4245-4a96-b009-5308a818ca58","metadata":{"source_printing_ids":["057dd01a-65f5-4cb1-995c-27d70b9ec8cf","139b90cd-8272-457a-be32-1298145345be","47fde349-010e-4a2e-838e-e924dbeec355","5b8170dc-6a90-46fc-9989-7575f3d402b5","67ef01b3-93f7-41e8-834d-9f6768e3b16c","6e86eb36-f4cc-4a75-b43a-4dee463a3b33","7d4595f2-9297-40dc-b2dd-7144bbb401f7","81706879-ec5d-4b17-b4bc-5f7cb37557a5","8dcc3080-966d-497e-82c9-a7311630abd2","af6d2e24-9467-4aa6-8841-7716d051edf7","b248ff3a-e10d-4797-8c04-7f4094608d32","bef5692f-d3a9-4687-9cd8-1177acfad1f8","d854480d-a163-422b-a3dc-54dffd7b3eab","ef7f4762-4283-4368-948b-e60a29e78a0c","f3721bac-4e1c-438e-b0a2-a557dd530077"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CLU","EOE","EXP","GRN","GTC","PEOE","PGRN","PRM","RAV","RVR","SLD","UNF"],"rulings":[{"date":"2018-10-05","text":"If an effect puts this land onto the battlefield tapped, you may pay 2 life, but it still enters tapped."},{"date":"2018-10-05","text":"Unlike most dual lands, this land has two basic land types. It's not basic, so cards such as District Guide can't find it, but it does have the appropriate land types for effects such as that of Drowned Catacomb (from the Ixalan set)."}],"rarities":["rare","mythic"]},"wax-wane witness":{"name":"Wax-Wane Witness","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nWhenever you gain or lose life during your turn, this creature gets +1/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"LifeChanged","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain or lose life during your turn, ~ gets +1/+0 until end of turn.","constraint":null,"condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"426dbe89-0cbb-4a3b-8812-d9761d063373","metadata":{"source_printing_ids":["d90ea719-5320-46c6-a347-161853a14776"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Wax-Wane Witness’s last ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, and/or planeswalkers at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-07-26","text":"If you gain or lose an amount of life “for each” of something, that life is gained or lost as one event and Wax-Wane Witness’s last ability triggers only once."},{"date":"2024-07-26","text":"In a Two-Headed Giant game, life gained by your teammate won’t cause Wax-Wane Witness’s last ability to trigger even though it caused your team’s life total to increase."},{"date":"2024-07-26","text":"Wax-Wane Witness’s last ability triggers just once for each life-gaining or life-losing event, no matter how much life was gained or lost."}],"rarities":["common"]},"wayta, trainer prodigy":{"name":"Wayta, Trainer Prodigy","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Haste\n{2}{G}, {T}: Target creature you control fights another target creature. This ability costs {2} less to activate if it targets two creatures you control.\nIf a creature you control being dealt damage causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[{"kind":"Activated","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"subject":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"this","description":"This ability costs {2} less to activate if it targets two creatures you control"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}{G}, {T}: Target creature you control fights another target creature. This ability costs {2} less to activate if it targets two creatures you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":"ControlledCreatureDealtDamage"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a creature you control being dealt damage causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time."}],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"e507df33-d150-4b21-8ddb-90799f412dd8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["04f2d7ee-43a4-48e8-af64-d9fad4b9c5f1","103bbad8-afaf-4e34-b6d2-9cb9b312d39f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LCC"],"rulings":[{"date":"2023-11-10","text":"If you somehow control two copies of Wayta, Trainer Prodigy, a creature you control being dealt damage causes abilities to trigger three times, not four. A third Wayta, Trainer Prodigy causes abilities to trigger four times, a fourth causes abilities to trigger five times, and so on."},{"date":"2023-11-10","text":"Wayta, Trainer Prodigy's last ability affects only triggered abilities whose trigger conditions refer specifically to damage being dealt, such as the ability granted by Mephidross Vampire or the last ability of Wrathful Raptors. It does not affect triggered abilities that would trigger because of the results of that damage. For example, if you control an Ajani's Pridemate (\"Whenever you gain life, put a +1/+1 counter on Ajani's Pridemate\") and you activate Wayta, Trainer Prodigy's second ability targeting a creature you control with lifelink and another creature you control, the triggered ability of Ajani's Pridemate will still trigger only once."},{"date":"2023-11-10","text":"Wayta, Trainer Prodigy's last ability doesn't copy the triggered ability; it just causes the ability to trigger twice. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."}],"rarities":["mythic"]},"we say thee nay!":{"name":"We Say Thee Nay!","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Arcane"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 2 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 2 or more.)\nCounter target spell unless its controller pays {2}. Counter that spell unless its controller pays {4} instead if this spell was cast using teamwork.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":2}],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","subject":{"type":"Target"},"origin":"Teamwork"},"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"payer":{"type":"ParentTargetController"}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell unless its controller pays {2}. Counter that spell unless its controller pays {4} instead if this spell was cast using teamwork.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1abe8246-d2f9-407b-8c16-83da0a6b7de3","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["13b70321-75bd-4d44-b9f6-5f062a5dda0f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"weathered wayfarer":{"name":"Weathered Wayfarer","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Nomad","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{W}, {T}: Search your library for a land card, reveal it, put it into your hand, then shuffle. Activate only if an opponent controls more lands than you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{W}, {T}: Search your library for a land card, reveal it, put it into your hand, then shuffle. Activate only if an opponent controls more lands than you.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"comparator":"GT","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}}}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1093fdb6-bd4f-46a8-92e3-5aa46b52bb4f","metadata":{"source_printing_ids":["09656d96-c366-49ec-b687-cad903de1385","1b88b198-60e1-43fe-8551-32bce30b2aab","3a1b6cf0-24b0-43b0-ab95-8bf73710c8ee","499ac8a0-9f1a-4ece-a1b3-b175bb1e8486","72277d98-f443-4a27-9804-f391b1fa71d7","e3c469cc-1835-4913-8582-63e0fdbc6fce","f6601ab1-3862-4aff-82be-be15493fe4b0","fe4be040-27b1-4501-b3d4-f12976e568c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2X2","9ED","LTC","ONS","PLST","PRM","TD0"],"rarities":["rare"]},"wedding ring":{"name":"Wedding Ring","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, if it was cast, target opponent creates a token that's a copy of it.\nWhenever an opponent who controls an artifact named Wedding Ring draws a card during their turn, you draw a card.\nWhenever an opponent who controls an artifact named Wedding Ring gains life during their turn, you gain that much life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, if it was cast, target opponent creates a token that's a copy of it.","constraint":null,"condition":{"type":"WasCast"},"batched":false},{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent who controls an artifact named Wedding Ring draws a card during their turn, you draw a card.","constraint":null,"condition":{"type":"And","conditions":[{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"TriggeringPlayer","properties":[{"type":"Named","name":"wedding ring"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"batched":false},{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent who controls an artifact named Wedding Ring gains life during their turn, you gain that much life.","constraint":null,"condition":{"type":"And","conditions":[{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"TriggeringPlayer","properties":[{"type":"Named","name":"wedding ring"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0c34e962-99d9-4163-b852-4f61886546aa","metadata":{"related_token_ids":["2a0c52f6-dc87-5d78-bccc-2682d94072e7","3ae3c4af-2b85-5943-bab1-760e1b7da047","553b5e02-de02-59fb-9901-28d367ab1c19","f7f1c18a-ecbe-5b99-ad80-2fcce898fc9c"],"source_printing_ids":["3af84474-451a-49cb-836c-fdf3c51ec2ef","6d8fd9a7-d1bd-43bd-a136-49dc26621e4d","7f0b1400-0608-47fd-9c73-b7730bcf6b7f","831e9ee9-0b0b-4f73-9d01-bf94d90c5036","9a581f34-521c-4d28-96d4-be1e8dbc30b8","a79d396b-cd84-4088-8996-d33b19841286","b3df33ee-0db7-4240-a6fe-9a9e130353ce","bcac03a0-c4e3-4761-93f1-d4a64c0d46f8","f99645e5-4125-4f23-8911-0a027a0ac9fe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LCC","MAR","OMB","VOC","WHO"],"rulings":[{"date":"2021-11-19","text":"The trigger conditions of Wedding Ring's second and third abilities care about opponents who control any artifact named Wedding Ring, not just the token copy created by its first ability."}],"rarities":["mythic"]},"wedgelight rammer":{"name":"Wedgelight Rammer","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, create a 2/2 colorless Robot artifact creature token.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 9+.)\n9+ | Flying, first strike","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Robot","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Artifact","Creature","Robot"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 2/2 colorless Robot artifact creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"9+ | Flying, first strike"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 9+"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"03259ab0-caa8-4620-b070-127e2c712252","metadata":{"related_token_ids":["100c8870-61aa-5c98-af92-dd7fbc63ce35"],"source_printing_ids":["2cb0984f-dc8b-4bb3-a4fd-8d6d4ae20198"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"weeping angel":{"name":"Weeping Angel","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Alien","Angel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nFirst strike, vigilance\nWhenever an opponent casts a creature spell, this creature isn't a creature until end of turn.\nIf this creature would deal combat damage to a creature, prevent that damage and that creature's owner shuffles it into their library.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flash","Vigilance"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"isn't a creature"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a creature spell, ~ isn't a creature until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"PostReplacementDamageTarget"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"PostReplacementDamageTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If ~ would deal combat damage to a creature, prevent that damage and that creature's owner shuffles it into their library.","condition":null,"damage_source_filter":{"type":"SelfRef"},"damage_target_filter":"CreatureOnly","combat_scope":"CombatOnly","shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"1a89c623-c9c3-443c-bbd3-834767b6bdb8","metadata":{"source_printing_ids":["a12b95a3-efdd-4437-8a22-2f19b44cf9a7","ab60a02f-741a-4304-852e-f446e43bb46f","bf93dd13-03f4-481c-9ad0-4808a4d679b2","c9430043-f452-4bb6-bff3-d6f91420b756","e0fd7b66-28f1-407b-bd60-6bcc577288cb","e20e4595-ebf0-475f-937c-b78d8beb1e01"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"As the first triggered ability of Weeping Angel resolves, it continues to be an artifact but will stop being both an Alien and an Angel until it becomes a creature again. It's just a statue, how dangerous could it be?"},{"date":"2023-10-13","text":"Damage that is prevented never occurs, so any triggered abilities that trigger due to combat damage that would have been dealt by Weeping Angel won't trigger."},{"date":"2023-10-13","text":"If an opponent casts a creature spell with flash while Weeping Angel is attacking or blocking, it is removed from combat because it stops being a creature. However, any creatures that it was blocking are still considered blocked."}],"rarities":["rare"]},"welcoming vampire":{"name":"Welcoming Vampire","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever one or more other creatures you control with power 2 or less enter, draw a card. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more other creatures you control with power 2 or less enter, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"605c1ee0-5e8a-4e0a-a99b-42a38873f822","metadata":{"source_printing_ids":["10369eee-c364-4796-ae5a-aeab9188a510","2ea7710e-2eae-47e7-bcb1-3465f8b62728","35a69bb5-b8e6-4558-9563-10c7a3662f93","a6ed954c-17e5-45e4-9fba-8eedcad8f9b9","d8f69cea-823c-482b-a605-8138b3d950e6","fd60ee8d-fb50-41df-89a8-aed5a53d755f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","LCC","MKC","PVOW","TDC","VOW"],"rulings":[{"date":"2021-11-19","text":"If creatures enter the battlefield with +1/+1 counters or a continuous effect such as that of Wedding Festivity will apply to the creatures on the battlefield, those effects apply when checking to see if Welcoming Vampire's ability will trigger."},{"date":"2021-11-19","text":"Welcoming Vampire's ability checks the power of the other creatures only as they enter the battlefield. If one of those creatures has power 2 or less, the ability will trigger. Once the ability triggers, raising that creature's power above 2 won't affect that ability. Similarly, reducing a creature's power to 2 or less after it enters the battlefield won't cause the ability to trigger."}],"rarities":["rare"]},"well of lost dreams":{"name":"Well of Lost Dreams","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, you may pay {X}, where X is less than or equal to the amount of life you gained. If you do, draw X cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, you may pay {X}, where X is less than or equal to the amount of life you gained. If you do, draw X cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b0394cf2-12a0-4d4f-87e0-fe8937e6faff","metadata":{"source_printing_ids":["045730ed-f19c-41dc-9b57-76068789e445","0e06b825-b8e4-4ea0-9046-39ee15991118","26bbf680-cfdc-4d8f-93fc-5ffa15042191","387c054b-a5de-43bd-a29d-e8462dc611a5","4ee7d9a4-c36e-4989-b448-fa56705a4aa6","6bf1b915-7790-43f4-b308-a80a1be6ec29","a8c10535-c77e-4a40-b19f-23f7cb691230","aa00103a-6b87-416a-869a-557702844200","da828d8e-69a2-4900-a87a-111445220e1c","fe839cbc-7eae-4f86-be35-96542223347c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BRR","C13","C17","C21","DST","LTC","PLST","SLD"],"rarities":["rare"]},"well rested":{"name":"Well Rested","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature has \"Whenever this creature becomes untapped, put two +1/+1 counters on it, then you gain 2 life and draw a card. This ability triggers only once each turn.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Untaps","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes untapped, put two +1/+1 counters on it, then you gain 2 life and draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"Whenever ~ becomes untapped, put two +1/+1 counters on it, then you gain 2 life and draw a card. This ability triggers only once each turn.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f8cebb33-9235-4f63-8171-15af8b8e1436","metadata":{"source_printing_ids":["9831a905-55c2-4d88-b7ec-463df05e4d7a","ed640359-01e2-4a96-a4ab-aca053a2498d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"If the ability granted by Well Rested triggers in an untap step, it goes onto the stack at the beginning of the next step (usually the upkeep)."}],"rarities":["uncommon"]},"werewolf pack leader":{"name":"Werewolf Pack Leader","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Werewolf"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Pack tactics — Whenever this creature attacks, if you attacked with creatures with total power 6 or greater this combat, draw a card.\n{3}{G}: Until end of turn, this creature has base power and toughness 5/3, gains trample, and isn't a Human.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":5},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have base power and toughness 5/3, gains trample, and isn't a Human"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":3}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{3}{G}: Until end of turn, ~ has base power and toughness 5/3, gains trample, and isn't a Human.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, if you attacked with creatures with total power 6 or greater this combat, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"086a911f-9ed4-4260-ae46-58c9333b95f5","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Pack tactics — Whenever this creature attacks, if you attacked with creatures with total power 6 or greater this combat, draw a card.\n{3}{","line_index":0}],"metadata":{"source_printing_ids":["d212a090-a9dc-4fd4-b138-34f3d8f1f563","e88e6b39-bb4d-4d69-8007-d42f31bcbc29"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR","PRM"],"rulings":[{"date":"2021-07-23","text":"The last ability will overwrite any previous effects that set Werewolf Pack Leader's power and toughness to specific numbers. Effects that otherwise modify its power and toughness will still apply no matter when they took effect. The same is true for +1/+1 counters. For example, if you cast a spell that gives Werewolf Pack Leader +1/+1, after that resolves it is a 4/4 creature. If you then activate its last ability, it will be a 6/4 creature."}],"rarities":["rare"]},"wernog, rider's chaplain":{"name":"Wernog, Rider's Chaplain","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Wernog, Rider's Chaplain enters or leaves the battlefield, each opponent may investigate. Each opponent who doesn't loses 1 life. You investigate X times, where X is one plus the number of opponents who investigated this way.\nPartner—Friends forever (You can have two commanders if both have this ability.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"FriendsForever"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"PerformedActionThisWay","relation":{"type":"Opponent"},"action":"Investigate"}}},"offset":1},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent may investigate. Each opponent who doesn't loses 1 life. You investigate X times, where X is one plus the number of opponents who investigated this way.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"PerformedActionThisWay","relation":{"type":"Opponent"},"action":"Investigate"}}},"offset":1},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, each opponent may investigate. Each opponent who doesn't loses 1 life. You investigate X times, where X is one plus the number of opponents who investigated this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"6cd03270-54cc-43e1-9b86-70c76960c841","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["d76af2c5-2e22-582a-bd84-97dc25d3601b"],"source_printing_ids":["25a4af68-6e5e-4b44-9c1c-25ecdbd555b5","39491011-bdf6-4e61-8534-fe26c1571f8f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD","SLX"],"rarities":["rare"]},"westvale abbey":{"name":"Westvale Abbey","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{5}, {T}, Pay 1 life: Create a 1/1 white and black Human Cleric creature token.\n{5}, {T}, Sacrifice five creatures: Transform this land, then untap it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Token","name":"Human Cleric","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human","Cleric"],"colors":["White","Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"},{"type":"PayLife","amount":{"type":"Fixed","value":1}}]},"sub_ability":null,"duration":null,"description":"{5}, {T}, Pay 1 life: Create a 1/1 white and black Human Cleric creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":5}]},"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{5}, {T}, Sacrifice five creatures: Transform ~, then untap it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"04eeb9ad-5c59-411b-8809-db8349838588","metadata":{"related_token_ids":["e1520eed-5f7f-5d76-8dd8-121276dae02a","fb4ee9b2-1eb8-5465-9fcc-7c7089627d36"],"source_printing_ids":["20c2c22f-5115-4a66-bcad-e70619d43448","5fbc6091-a161-45b0-9932-543b569caaee","677b1405-a667-4a29-94ba-a821b10223b1","9ec6cbb4-7182-48fe-87fe-9ce9f3a51032","c1f53d7a-9dad-46e8-b686-cd1362867445","d3182b40-a731-4957-9d6e-a1f69c3aeb5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["INR","PSOI","SIR","SLD","SOI"],"rulings":[{"date":"2016-07-13","text":"For more information on double-faced cards, see the Shadows over Innistrad mechanics article (http://magic.wizards.com/en/articles/archive/feature/shadows-over-innistrad-mechanics)."}],"rarities":["rare"]},"whiplash, vengeful engineer":{"name":"Whiplash, Vengeful Engineer","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Artificer","Villain"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whiplash enters tapped.\nWhenever Whiplash attacks, if he's equipped, each opponent loses X life and you gain X life, where X is the number of Equipment attached to him.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[{"type":"AttachedToSource"}]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[{"type":"AttachedToSource"}]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, if he's equipped, each opponent loses X life and you gain X life, where X is the number of Equipment attached to him.","constraint":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasAttachment","kind":"Equipment"}]}},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"00ed7aca-b3c1-4d48-acd5-b1596daeb4c3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6f6e6767-4d20-469c-9f4b-7286b8cc1979"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"whirlpool drake":{"name":"Whirlpool Drake","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Drake"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, shuffle the cards from your hand into your library, then draw that many cards.\nWhen this creature dies, shuffle the cards from your hand into your library, then draw that many cards.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Library","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, shuffle the cards from your hand into your library, then draw that many cards.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Library","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, shuffle the cards from your hand into your library, then draw that many cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"aef9fcf0-b755-40f6-821d-836ae1b5497a","metadata":{"source_printing_ids":["251074d4-c4d1-426e-b364-0f306cfd07a1","6e866093-89a3-458d-8ebc-de805ef7885e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["APC","PLST"],"rarities":["uncommon"]},"white auracite":{"name":"White Auracite","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, exile target nonland permanent an opponent controls until this artifact leaves the battlefield.\n{T}: Add {W}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile target nonland permanent an opponent controls until ~ leaves the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"6022608a-6cf2-45bd-adec-63211710a5ed","metadata":{"source_printing_ids":["2df6f515-9d21-4769-b1c4-c219611bccbb","b8921d64-fdd3-4cdd-9687-983c8d6e0f72"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"Auras attached to the exiled permanent will be put into their owners' graveyards. Any Equipment will become unattached and remain on the battlefield. Any counters on the exiled permanent will cease to exist. When the card returns to the battlefield, it will be a new object with no connection to the card that was exiled."},{"date":"2025-06-06","text":"If White Auracite leaves the battlefield before its triggered ability resolves, the target permanent won't be exiled."},{"date":"2025-06-06","text":"If a token is exiled this way, it will cease to exist and won't return to the battlefield."},{"date":"2025-06-06","text":"If an Aura is exiled this way, its owner chooses what it will enchant as it returns to the battlefield. An Aura put onto the battlefield this way doesn't target anything (so it could be attached to a permanent with shroud, for example), but the Aura's enchant ability restricts what it can be attached to. If the Aura can't legally be attached to anything, it remains in exile for the rest of the game."}],"rarities":["common"]},"white knight":{"name":"White Knight","mana_cost":{"type":"Cost","shards":["White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"First strike (This creature deals combat damage before creatures without first strike.)\nProtection from black (This creature can't be blocked, targeted, dealt damage, or enchanted by anything black.)","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike",{"Protection":{"Color":"Black"}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ddb021df-ae4a-4ac1-8353-d0b375761714","metadata":{"source_printing_ids":["0cb4cef5-99e4-4855-a782-801b2cb974ec","2e8f8a10-6984-46a7-a641-5f712dab5c57","32683d26-4b59-4460-b507-f3ab21daf151","3d8c11bc-9385-468a-8be8-52bc1b685782","3f4e1d67-dd73-43ee-aa85-b42c2a6fe243","401c4880-5598-44e6-a54b-6ea18e542a72","4be95f54-eb12-45ae-8ac8-c5b0ab7b6f1e","50abfba8-c9f9-4ebf-965a-4b425fe83129","50c3877e-9a84-4220-93a9-e7bfc67ce528","660f69ef-c04f-4f53-80e6-8190549ab12a","6eba1659-3ee7-4e5a-a6bd-8d6b1dc1c8cc","8e4c578c-1c36-4c29-86a5-7a664ffe34d0","a07a02b6-2c33-40d8-ad97-39b192d7e82d","a231e0b8-b3e3-4f4a-8baa-c56626b01685","aa901f02-16da-4ca3-af67-ef5e55572c3c","cb9cb8ed-7abb-4e71-b42f-5041dd0c0394","ce573cee-40e0-4740-8b86-538ad8a16bce","ef8529a0-0259-4ccd-a481-8ad1b5feadf9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","ATH","CED","CEI","DDG","F02","FBB","LEA","LEB","LGN","M10","M11","ME4","PLST","PRM","SUM","WC98"],"rarities":["uncommon"]},"white lotus tile":{"name":"White Lotus Tile","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters tapped.\n{T}: Add X mana of any one color, where X is the greatest number of creatures you control that have a creature type in common.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCountBySharedQuality","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"quality":"CreatureType","aggregate":"Max"}},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add X mana of any one color, where X is the greatest number of creatures you control that have a creature type in common.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"f8a5e009-45b7-4e62-a494-1579f5fc0ba6","metadata":{"source_printing_ids":["15efe915-5e38-4e00-b10f-28e76ab51597","1d70f9ec-fdc1-4219-b89b-c030d712c1fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"You'll always use the greatest number possible for X. You don't need to choose any creature types. For example, if you control a Human Soldier, a Warrior Ally, a Warrior, and a Human Warrior, White Lotus Tile will add three mana."}],"rarities":["mythic"]},"white sun's twilight":{"name":"White Sun's Twilight","mana_cost":{"type":"Cost","shards":["X","White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You gain X life. Create X 1/1 colorless Phyrexian Mite artifact creature tokens with toxic 1 and \"This token can't block.\" If X is 5 or more, destroy all other creatures. (Players dealt combat damage by a creature with toxic 1 also get a poison counter.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Phyrexian Mite","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Phyrexian","Mite"],"colors":[],"keywords":[{"Toxic":1}],"tapped":false,"count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CostXPaid"}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"You gain X life. Create X 1/1 colorless Phyrexian Mite artifact creature tokens with toxic 1 and \"~ can't block.\" If X is 5 or more, destroy all other creatures.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a38828be-781e-4340-9c6f-f40b1d34773f","metadata":{"related_token_ids":["3ebcf5ed-caad-558d-8ab0-90afa791c054"],"source_printing_ids":["920c8d13-45e5-4ead-8617-0b3939bb9123","fff13d77-8133-4328-b91e-efce229bc331"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE","PONE"],"rulings":[{"date":"2023-02-04","text":"A player with ten or more poison counters loses the game. This is a state-based action and doesn't use the stack. In other words, it happens immediately and players can't respond to it, just like a player losing the game due to having 0 or less life."},{"date":"2023-02-04","text":"Any other effects of that damage, such as life gain from lifelink, still apply."},{"date":"2023-02-04","text":"Conversely, replacement effects that apply to the number of counters put on a player can modify the counters placed this way. For example, Vorinclex, Monstrous Raider's last two abilities can apply to counters placed this way."},{"date":"2023-02-04","text":"Damage dealt by a creature with toxic grants the same number of counters regardless of how much damage is dealt. Notably, if a replacement effect modifies the damage in some way (such as that of Gratuitous Violence), the number of counters given remains unchanged."},{"date":"2023-02-04","text":"If a creature with toxic deals combat damage to a creature or planeswalker, or if it deals noncombat damage, toxic has no effect and no player gets poison counters."},{"date":"2023-02-04","text":"Multiple instances of toxic are cumulative. For example, if a creature has toxic 2 and gains toxic 1 due to another effect, combat damage that creature deals to a player will cause that player to get 3 poison counters."},{"date":"2023-02-04","text":"Toxic doesn't change the amount of combat damage a creature deals. For example, if a 2/2 creature with toxic 1 deals combat damage to a player, that creature will deal 2 damage. The results of that damage are the player loses 2 life and gets a poison counter."}],"rarities":["rare"]},"wibbly-wobbly, timey-wimey":{"name":"Wibbly-wobbly, Timey-wimey","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Time travel. (For each suspended card you own and each permanent you control with a time counter on it, you may add or remove a time counter.)\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TimeTravel"},"cost":null,"sub_ability":null,"duration":null,"description":"Time travel.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5207621d-aecf-40ae-8108-2bd571e3a427","metadata":{"source_printing_ids":["2355e847-f147-421a-8fc3-7e244b4a70ee","55412d31-fba2-46fd-b1a1-d47fb41c4b8d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Time counters are usually found on cards with suspend and vanishing, but may be found on other cards as well. Notably, Sagas use lore counters to track their progress, not time counters. You can't move a Saga's chapters forward and backward this way."},{"date":"2023-10-13","text":"To time travel, look at each permanent you control with a time counter on it and each suspended card you own in exile with a time counter on it. For each of them, you choose whether you want to put a time counter on that card or permanent, remove a time counter from it, or do neither. Then those changes all happen simultaneously."}],"rarities":["common"]},"wick, the whorled mind":{"name":"Wick, the Whorled Mind","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Rat","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever Wick or another Rat you control enters, create a 1/1 black Snail creature token if you don't control a Snail. Otherwise, put a +1/+1 counter on a Snail you control.\n{U}{B}{R}, Sacrifice a Snail: Wick deals damage equal to the sacrificed creature's power to each opponent. Then draw cards equal to the sacrificed creature's power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"player_filter":{"type":"Opponent"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":0}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Snail"}],"controller":null,"properties":[]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{U}{B}{R}, Sacrifice a Snail: ~ deals damage equal to the sacrificed creature's power to each opponent. Then draw cards equal to the sacrificed creature's power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Snail","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Snail"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[{"Subtype":"Snail"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Snail"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Rat"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another Rat you control enters, create a 1/1 black Snail creature token if you don't control a Snail. Otherwise, put a +1/+1 counter on a Snail you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"5af729e8-8a40-4991-8270-612e377451de","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3f9392c7-5385-5776-ab98-b3baee335282"],"source_printing_ids":["29089810-d7fb-4abe-b729-bfabed6aed2b","f43a9d17-2b19-4e17-9b7e-667bf2285950"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Use the power of the sacrificed Snail as it last existed on the battlefield to determine how much damage to deal and how many cards to draw. While Wick may have given the Snail up, Wick won’t let you down."}],"rarities":["rare"]},"widget contraption":{"name":"Widget Contraption","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Contraption"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you crank this Contraption, it assembles a Contraption. (Put the top card of your Contraption deck face up onto one of your sprockets.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CrankContraption","execute":{"kind":"Spell","effect":{"type":"AssembleContraptions","count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you crank this Contraption, it assembles a Contraption.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ae6fb3d8-0da3-4d4d-b7d6-131866e8ed0f","metadata":{"source_printing_ids":["11519144-1f4c-4f11-9a36-4456d45098a1"]},"legalities":{},"printings":["UST"],"rulings":[{"date":"2018-01-19","text":"Any Contraption that's on the battlefield and wasn't assembled immediately heads to the scrapyard. However, if it's a not an actual Contraption card (like Copy Artifact isn't), it goes to your graveyard as normal. Non-Contraption cards can't be in the scrapyard."},{"date":"2018-01-19","text":"At the beginning of your upkeep, if you control any Contraptions, move the CRANK! counter to the next sprocket. You may then crank any number of Contraptions on that sprocket, causing their abilities to trigger. Cranking a Contraption is always optional."},{"date":"2018-01-19","text":"Contraptions are artifacts. Anything that interacts with artifacts will interact with Contraptions."},{"date":"2018-01-19","text":"Contraptions aren't put into your main deck. They go into a separate deck called the Contraption deck."},{"date":"2018-01-19","text":"If a Contraption would leave the battlefield and go to any zone other than exile, it instead goes to the scrapyard, the Contraption deck's version of the graveyard. Things that affect the graveyard do not affect the scrapyard. You can exile Contraptions just fine."},{"date":"2018-01-19","text":"If you crank multiple Contraptions, their abilities can be put onto the stack in any order. The ability put onto the stack will resolve first."},{"date":"2018-01-19","text":"If you or a permanent you control are instructed to assemble a Contraption, reveal the top card of your Contraption deck. Put it onto the battlefield on one of the three sprockets."},{"date":"2018-01-19","text":"If you or a permanent you control assembles a Contraption and your Contraption deck is empty, nothing happens. You don't lose the game."},{"date":"2018-01-19","text":"In Constructed formats, a Contraption deck must have at least fifteen different Contraption cards and no more than one of each."},{"date":"2018-01-19","text":"In Limited formats, a Contraption deck may include any number of Contraption cards in your card pool. You don't have to include every Contraption card you draft or open in sealed deck. In those formats, your Contraption deck may include duplicates."},{"date":"2018-01-19","text":"In silver-bordered games using Contraptions, you have three sprockets, illustrated on the back of Contraption cards. At the start of the game, put a CRANK! counter on sprocket 3."},{"date":"2018-01-19","text":"While Contraptions you control are on the battlefield, the Contraption deck is not, even if you are using it to signify the three sprockets."}],"rarities":["uncommon"]},"widow's bite":{"name":"Widow's Bite","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 3 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 3 or more.)\nChoose one. If this spell was cast using teamwork, choose both instead.\n• Target creature gains deathtouch until end of turn.\n• Target creature gets -2/-2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":3}],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain deathtouch"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-2},"toughness":{"type":"Fixed","value":-2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"39f2a632-30d2-4b35-9e7f-fef27713a4f7","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Target creature gains deathtouch until end of turn.","Target creature gets -2/-2 until end of turn."],"allow_repeat_modes":false,"constraints":[{"type":"ConditionalMaxChoices","condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"max_choices":2,"otherwise_max_choices":1}],"chooser":{"type":"Controller"}},"additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":3},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["dbee18af-9ade-4251-81a1-f6e7ffbf480f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"wild defiance":{"name":"Wild Defiance","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control becomes the target of an instant or sorcery spell, that creature gets +3/+3 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}]},"description":"Whenever a creature you control becomes the target of an instant or sorcery spell, that creature gets +3/+3 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"76703951-f42f-4e1d-af51-e1e06a89bd5e","metadata":{"source_printing_ids":["7eaa6be7-2c6f-4442-85d1-ae31ad87fd98"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AVR"],"rulings":[{"date":"2012-05-01","text":"If an instant or sorcery spell targets the same creature you control more than once, Wild Defiance will trigger only once."},{"date":"2012-05-01","text":"Wild Defiance’s ability will resolve before that instant or sorcery spell."}],"rarities":["rare"]},"wild growth":{"name":"Wild Growth","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant land\nWhenever enchanted land is tapped for mana, its controller adds an additional {G}.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"],"contribution":"Additional"},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"TriggeringPlayer"}},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"706ae742-1807-44b7-a4fa-f2e26f61519a","metadata":{"source_printing_ids":["077a6195-835e-496d-bd17-aec3f8fb7bc4","16fdfa77-424a-4f83-bb48-1c43b6c84b17","18fbebd4-d5b4-429a-bfbd-8a7173924d1c","26215654-ee10-47ca-8552-5cf5e7ebe210","2a9e6630-d57c-47fd-af0f-b2e2c2025599","47260e7c-29bf-46f1-a029-9da7bbb418b5","4aea57a2-2753-4014-9724-2701455a6be8","4ffdc806-876a-4403-bab2-c7350da4bf4a","515daaba-c063-41d5-9539-25b8c8cb639c","605fe667-8dee-4f62-a01c-0a3c44731c01","61429340-15fa-4a70-aac3-3e358b23b02c","61efbd57-7e56-4087-beba-18d8445db7dd","64f299eb-9cd6-40bc-ad44-22e3aeb5c930","73b6714a-a83f-417c-87a2-54b5d0c3cabc","8000c8f8-d4c3-4dbc-a73e-9b82b0478061","9f63e6f1-6d7b-4585-9fe9-7f115c5c932b","ac714416-60ec-477d-b49f-83b3853a409f","b7425741-5d7c-4016-8d42-ec8b7353116b","c2a0d555-8ebe-4bce-994f-42e6a123f826","c7246bde-9298-4386-ac4f-1d79f7f0cca5","c9a02887-beb9-454b-8592-f551f48cd93c","d7eda9b3-75f7-4661-8b62-d2a8ed3ab631","f8047ab9-a0fc-4933-bcbc-e761aa0f622b","fd896dfa-66c0-4327-8e5b-489bbe350c95"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","AFC","BTD","C18","CED","CEI","DMR","FBB","ICE","LEA","LEB","MKC","PIP","PLST","PMEI","SLD","SUM"],"rulings":[{"date":"2004-10-04","text":"The additional mana is not an ability of the land and is not something the land can produce."}],"rarities":["common","rare"]},"wild ride":{"name":"Wild Ride","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets +3/+0 and gains haste until end of turn.\nHarmonize {4}{R} (You may cast this card from your graveyard for its harmonize cost. You may tap a creature you control to reduce that cost by {X}, where X is its power. Then exile this spell.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Harmonize":{"type":"Cost","shards":["Red"],"generic":4}}],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +3/+0 and gains haste"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature gets +3/+0 and gains haste until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"61978202-538b-4f92-acfc-e95f4a6ce466","metadata":{"source_printing_ids":["abc8c6f5-6135-428e-8476-1751f82623f9","cc0ed18d-c91a-4907-ab9a-a64f48918451"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","TDM"],"rulings":[{"date":"2025-04-04","text":"A spell cast using harmonize will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2025-04-04","text":"If a card with harmonize is put into your graveyard during your turn, you can cast it if it’s legal to do so before any other player can take any actions."},{"date":"2025-04-04","text":"Tapping a creature won’t reduce colored mana components of harmonize costs."},{"date":"2025-04-04","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a harmonize cost) you’re paying, add any cost increases, then apply any cost reductions (such as the cost reduction from tapping a creature). The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2025-04-04","text":"You can cast a spell using harmonize even if it was somehow put into your graveyard without having been cast."},{"date":"2025-04-04","text":"You must still follow any timing restrictions and permissions, including those based on the card’s type. For instance, you can cast a sorcery using harmonize only when you could normally cast a sorcery."},{"date":"2025-04-04","text":"“Harmonize [cost]” means “You may cast this card from your graveyard by paying [cost] and tapping up to one untapped creature you control rather than paying the spell’s mana cost,” “If you cast this spell using its harmonize ability, its total cost is reduced by an amount of generic mana equal to the tapped creature’s power,” and “If the harmonize cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.”"}],"rarities":["common"]},"wildgrowth walker":{"name":"Wildgrowth Walker","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control explores, put a +1/+1 counter on this creature and you gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":["Explore"],"abilities":[],"triggers":[{"mode":"Explored","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control explores, put a +1/+1 counter on ~ and you gain 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d80562c2-cf90-43a4-9721-28da40fdfeed","metadata":{"source_printing_ids":["52e4c0f8-d5f0-4224-9974-190606911480"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["XLN"],"rulings":[{"date":"2017-09-29","text":"If Wildgrowth Walker leaves the battlefield while its triggered ability is on the stack, you won’t put a +1/+1 counter on anything but you will gain 3 life."},{"date":"2017-09-29","text":"If a creature leaves the battlefield before an effect instructs it to explore, it still explores. Effects that trigger when a creature you control explores, such as that of Wildgrowth Walker, trigger if appropriate."}],"rarities":["uncommon"]},"will, scion of peace":{"name":"Will, Scion of Peace","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\n{T}: Spells you cast this turn that are white and/or blue cost {X} less to cast, where X is the amount of life you gained this turn. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantStaticAbility","definition":{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"AnyOf","props":[{"type":"HasColor","color":"White"},{"type":"HasColor","color":"Blue"}]}]},"dynamic_count":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast this turn that are white and/or blue cost {X} less to cast, where X is the amount of life you gained this turn"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"SelfRef"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Spells you cast this turn that are white and/or blue cost {X} less to cast, where X is the amount of life you gained this turn. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"4ecb8653-db8c-468a-853d-420ff62a7a8a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0f25e3db-19ae-4f89-80ec-bf0ad561be39","162088ea-5f99-4244-9427-2fdfb2168fc3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"The value of X is determined only once, at the time Will, Scion of Peace's activated ability resolves."},{"date":"2023-09-01","text":"Will's activated ability can't reduce the amount of colored mana you pay for a spell. It reduces only the generic mana component of that cost."},{"date":"2023-09-01","text":"Will's activated ability counts the total amount of life you gained without taking into account any life you lost during that turn. For example, if you gained 3 life and lost 3 life earlier in the turn, the cost of white and/or blue spells you cast this turn will be reduced by {3}."},{"date":"2023-09-01","text":"Will's activated ability doesn't change the mana cost or mana value of any spell. It changes only the total cost you pay."}],"rarities":["mythic"]},"willie lumpkin, postman":{"name":"Willie Lumpkin, Postman","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Citizen"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Willie Lumpkin can't be blocked.\nWhenever Willie Lumpkin deals combat damage to an opponent, you draw a card and that player may draw a card. If they do, that player can't attack you or permanents you control during their next turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"ParentTargetedPlayer"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"Attack","defended":"PlayerOrPermanents"}}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to an opponent, you draw a card and that player may draw a card. If they do, that player can't attack you or permanents you control during their next turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"b08633e9-7b8f-4f69-a3b7-8d982b17574c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2021033b-ccad-4cb0-9528-357a3c726008","78430311-4279-4d85-b2d8-5d238bc4e641"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"wind drake":{"name":"Wind Drake","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Drake"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d6ffdaf0-ac08-4de9-bbce-2eab2f86bcca","metadata":{"source_printing_ids":["45e2c8c5-b039-42ed-90f8-95c80d124564","4a83db8b-ada2-4796-a116-324462a014a8","5e227a63-abea-494e-9d66-6ff0a3da14ca","6fed594b-9aa5-4bab-8066-58c3f795d940","76e5a14b-8fd2-4a62-90dc-4adb1cee4505","7ba63d1d-6170-4ccd-afd9-987e549fa58e","7ead9a78-bf5d-4088-85da-e456dd1d6cc5","829f0bc4-62a1-4abb-8393-a5aaa408a18f","86ea454f-b640-4a89-937f-bae05556292a","91ca5eed-53a3-4da5-b7fc-f08e6cc93946","91e0c9e2-a45d-44d1-b73e-73c0a22d0752","a60db38a-1f8a-4b8e-afab-ab9a3ab46ef3","c9dcb8d2-0da9-40fc-b0c0-2c76b3d277bc","f5a57368-881f-4f1b-8fdd-09e76836227e","fba0a7ab-715f-431f-824b-d6a3950e4b0d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","vintage":"legal"},"printings":["6ED","7ED","8ED","9ED","BRB","DGM","KLD","M10","M13","PLST","POR","S99","TMP","TPR"],"rarities":["common"]},"windbrisk heights":{"name":"Windbrisk Heights","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Hideaway 4 (When this land enters, look at the top four cards of your library, exile one face down, then put the rest on the bottom in a random order.)\nThis land enters tapped.\n{T}: Add {W}.\n{W}, {T}: You may play the exiled card without paying its mana cost if you attacked with three or more creatures this turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Hideaway":4}],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":true,"mode":"Play"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{W}, {T}: You may play the exiled card without paying its mana cost if you attacked with three or more creatures this turn.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"AttackedThisTurn","scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Exile","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"HideawayConceal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.75a: Hideaway 4 — when this permanent enters, look at the top 4 cards of your library, exile one face down, and put the rest on the bottom in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3589bcfc-42b0-414a-adce-bc690dc631c8","metadata":{"source_printing_ids":["047f2401-d2dc-4bfd-a7fa-83ef1d825219","0a70d498-1fe2-4136-94bc-18fc163cbc7b","10822e32-adf3-4ad7-b889-e81d68983b5b","22b7b9f1-8428-4c04-a918-7c0e1d3906ed","43af2a0a-8809-49e7-926b-45b6f0c6390f","6b5b46df-c3ff-432f-9960-30451d5f60fa","845ea0c2-c115-4fe5-a945-6ae5e0f7d722","9df6a31a-5c49-4506-b8f8-84c9ab4a2ece","aed27090-0cb2-45cf-8db1-d4c8ada2543a","cc4aa7d1-e168-4fa0-baf0-1102086dc717","cc8e7dac-f537-4acf-9854-ca3b5faa67e3","df441bae-3b9c-46a9-8287-870c00d58a64","e21a2ef6-4316-4dbf-9725-7da20f38218d","e9b431fd-7a4b-4cba-b5cb-554d7813b1f5","ec7f0e60-8fa4-4eab-8465-baf4e5e8196b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","C20","CLB","LCC","LRW","LTC","MD1","NCC","ONC","PIP","SLD","TDC","V12"],"rulings":[{"date":"2007-10-01","text":"At the time the ability resolves, you'll get to play the card if you declared three different creatures as attackers at any point in the turn. A creature declared as an attacker in two different attack phases counts only once. A creature that entered attacking (such as a token created by Militia's Pride) doesn't count because you never attacked with it."},{"date":"2022-04-29","text":"\"Hideaway N\" means \"When this permanent enters the battlefield, look at the top N cards of your library. Exile one of them face down and put the rest on the bottom of your library in a random order. The exiled card gains 'The player who controls the permanent that exiled this card may look at this card in the exile zone.'\""},{"date":"2022-04-29","text":"Any player who has controlled a permanent with a hideaway ability since a card was exiled with it may look at that card."},{"date":"2022-04-29","text":"Hideaway now causes you to put the rest of the cards on the bottom of your library in a random order instead of any order."},{"date":"2022-04-29","text":"Previously, permanents with hideaway entered the battlefield tapped. This ability has been removed from the definition of hideaway. Older cards have received errata to have an additional paragraph that reads \"[This permanent] enters the battlefield tapped,\" and they now have hideaway 4."}],"rarities":["rare"]},"windcrag siege":{"name":"Windcrag Siege","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Mardu or Jeskai.\n• Mardu — If a creature attacking causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time.\n• Jeskai — At the beginning of your upkeep, create a 1/1 red Goblin creature token. It gains lifelink and haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Goblin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain lifelink and haste"}],"duration":"UntilEndOfTurn","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, create a 1/1 red Goblin creature token. It gains lifelink and haste until end of turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Jeskai"},"batched":false}],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":"CreatureAttacking"}},"affected":null,"modifications":[],"condition":{"type":"ChosenLabelIs","label":"Mardu"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a creature attacking causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Mardu","Jeskai"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Mardu or Jeskai.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"64df560a-905f-45d1-bc70-14d99e3112d3","metadata":{"related_token_ids":["624155e0-9fb2-5dc4-ab66-fb7cd6196d53"],"source_printing_ids":["31a8329b-23a1-4c49-a579-a5da8d01435a","b32111e6-c389-4dcd-9dcd-29ee7ee238e6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rarities":["rare"]},"winding way":{"name":"Winding Way","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose creature or land. Reveal the top four cards of your library. Put all cards of the chosen type revealed this way into your hand and the rest into your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Creature","Land"]}},"persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":4},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCardType"}]}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Graveyard","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Not","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCardType"}]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose creature or land. Reveal the top four cards of your library. Put all cards of the chosen type revealed this way into your hand and the rest into your graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4e48e76c-8756-4378-a722-2e2929feb74f","metadata":{"source_printing_ids":["0c1c6256-6302-4627-bfbb-bffdc124fab4","4e5d9776-b6ce-4ad6-8acc-69115ba5de76","ab89539d-91fc-46eb-b5f4-1489abe73a23","d3340062-3071-4d8e-98f8-fd3343a011ad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","MH1","OTC","PLST"],"rarities":["common"]},"winged portent":{"name":"Winged Portent","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cleave {4}{G}{U} (You may cast this spell for its cleave cost. If you do, remove the words in square brackets.)\nDraw a card for each creature you control [with flying].","non_ability_text":null,"flavor_name":null,"keywords":[{"Cleave":{"type":"Cost","shards":["Green","Blue"],"generic":4}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Flying"}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card for each creature you control with flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"cleave_variant":{"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card for each creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[]},"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"378567f8-7aef-42b6-853e-8591641052e8","metadata":{"source_printing_ids":["3494a4fc-37e5-4095-a3bb-5cd9280f4c77","b8b369e3-5057-49ff-b87e-1126571334f5","bb0e4c76-4f2e-4d23-a5f7-faa63b2d2376"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","PRM","PVOW","VOW"],"rulings":[{"date":"2021-11-19","text":"A cleave cost is an alternative cost that's paid instead of the spell's mana cost. Casting a spell for its cleave cost doesn't change the spell's mana value."},{"date":"2021-11-19","text":"If an effect allows you to “cast a spell without paying its mana cost,” you can't cast that spell for its cleave cost."},{"date":"2021-11-19","text":"If you cast a spell for its cleave cost, that spell doesn't have any of the text in square brackets while it's on the stack."},{"date":"2021-11-19","text":"You can't cast a spell for both its cleave cost and another alternative cost. For example, if an effect gives an Alchemist's Retrieval in your graveyard a flashback cost of {U}, you can't cast it from your graveyard for its cleave cost."}],"rarities":["rare"]},"winter soldier, icy assassin":{"name":"Winter Soldier, Icy Assassin","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Assassin","Villain"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Vigilance, menace\nWinter Soldier gets +2/+0 for each Equipment attached to him.\n{3}{W}{B}: Return this card from your graveyard to the battlefield with a finality counter on him. Then you may attach an Equipment you control to him. (If a creature with a finality counter on it would die, exile it instead.)","non_ability_text":null,"flavor_name":null,"keywords":["Menace","Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["finality",{"type":"Fixed","value":1}]]},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Black"],"generic":3}},"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[]},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{3}{W}{B}: Return this card from your graveyard to the battlefield with a finality counter on him. Then you may attach an Equipment you control to him.","target_prompt":null,"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":true}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[{"type":"AttachedToSource"}]}}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +2/+0 for each Equipment attached to him."}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"6f4c94b6-f829-4646-a574-083997b78dfb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["76c05333-0e02-4173-b8b4-cb0da3b99a64","ebf71ffc-6e3e-4ca0-a84a-3c1ebd2b64b1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"winter soldier, reborn avenger":{"name":"Winter Soldier, Reborn Avenger","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever Winter Soldier attacks, return target creature card with mana value less than or equal to Winter Soldier's power from your graveyard to the battlefield. If a Hero enters this way, it enters with an additional +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"conditional_enter_with_counters":[[{"type":"Typed","type_filters":[{"Subtype":"Hero"}],"controller":null,"properties":[]},"P1P1",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, return target creature card with mana value less than or equal to ~'s power from your graveyard to the battlefield. If a Hero enters this way, it enters with an additional +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"df81ecf2-b49e-4be2-8757-ee2050784c9e","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Whenever Winter Soldier attacks, return target creature card with mana value less than or equal to Winter Soldier's power from your graveyar","line_index":0}],"metadata":{"source_printing_ids":["75ae41f8-5968-49de-ae6d-9f9523aecba5","de13b219-a99c-47ef-8b68-d57463cf5de8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"winternight stories":{"name":"Winternight Stories","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw three cards. Then discard two cards unless you discard a creature card.\nHarmonize {4}{U} (You may cast this card from your graveyard for its harmonize cost. You may tap a creature you control to reduce that cost by {X}, where X is its power. Then exile this spell.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Harmonize":{"type":"Cost","shards":["Blue"],"generic":4}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Controller"},"unless_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Draw three cards. Then discard two cards unless you discard a creature card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d64687e4-ec37-4db2-9e60-4626c7a3b011","metadata":{"source_printing_ids":["64d9367c-f50c-4568-aa63-6760c44ecaeb","c94538c3-320c-4903-a689-bb8e9f4ae40f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"A spell cast using harmonize will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2025-04-04","text":"If a card with harmonize is put into your graveyard during your turn, you can cast it if it’s legal to do so before any other player can take any actions."},{"date":"2025-04-04","text":"Tapping a creature won’t reduce colored mana components of harmonize costs."},{"date":"2025-04-04","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a harmonize cost) you’re paying, add any cost increases, then apply any cost reductions (such as the cost reduction from tapping a creature). The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2025-04-04","text":"You can cast a spell using harmonize even if it was somehow put into your graveyard without having been cast."},{"date":"2025-04-04","text":"You must still follow any timing restrictions and permissions, including those based on the card’s type. For instance, you can cast a sorcery using harmonize only when you could normally cast a sorcery."},{"date":"2025-04-04","text":"“Harmonize [cost]” means “You may cast this card from your graveyard by paying [cost] and tapping up to one untapped creature you control rather than paying the spell’s mana cost,” “If you cast this spell using its harmonize ability, its total cost is reduced by an amount of generic mana equal to the tapped creature’s power,” and “If the harmonize cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.”"}],"rarities":["rare"]},"winterthorn blessing":{"name":"Winterthorn Blessing","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put a +1/+1 counter on up to one target creature you control. Tap up to one target creature you don't control, and that creature doesn't untap during its controller's next untap step.\nFlashback {1}{G}{U} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Green","Blue"],"generic":1}}}],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put a +1/+1 counter on up to one target creature you control. Tap up to one target creature you don't control, and that creature doesn't untap during its controller's next untap step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"4b4bdbdc-3934-471b-9027-31277e7765ab","metadata":{"source_printing_ids":["2892e8e4-f157-42a4-9f00-53f2d905a789","f1e9edd3-151d-4bf6-b491-03db9db32234"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID"],"rulings":[{"date":"2021-09-24","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2021-09-24","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-09-24","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-09-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-09-24","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-09-24","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["uncommon"]},"wire surgeons":{"name":"Wire Surgeons","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)\nEach artifact creature card in your graveyard has encore. Its encore cost is equal to its mana cost. (Exile it and pay its mana cost: For each opponent, create a token copy that attacks that opponent this turn if able. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":["Fear"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact","Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Encore":{"type":"SelfManaCost"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each artifact creature card in your graveyard has encore. Its encore cost is equal to its mana cost."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c51078d9-a53a-49ae-9658-2bc00cce2b81","metadata":{"source_printing_ids":["53a5e42e-bd26-49bd-a94f-304e6dfa82e0","6590bb3c-7613-457f-a028-d7cda3cd6eb4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BRC","PRM"],"rulings":[{"date":"2022-10-14","text":"Each token must attack the appropriate player if able."},{"date":"2022-10-14","text":"Exiling the card with encore is a cost to activate the ability. Once you announce that you’re activating it, no player may take actions until you’ve finished. They can’t try to remove the card from your graveyard to stop you from paying the cost."},{"date":"2022-10-14","text":"If an effect stops a token from attacking a specific player, that token can attack any player or planeswalker, or not attack at all. If the effect stops the token from attacking a specific player unless a cost is paid, you don’t have to pay that cost unless you want to attack that player."},{"date":"2022-10-14","text":"If one of the tokens can’t attack for any reason (such as being tapped), then it doesn’t attack. If there’s a cost associated with having it attack, you aren’t forced to pay that cost, so it doesn’t have to attack in that case either."},{"date":"2022-10-14","text":"If one of the tokens somehow is under another player’s control as the delayed triggered ability resolves, you can’t sacrifice that token. It remains on the battlefield indefinitely, even if you regain control of it later."},{"date":"2022-10-14","text":"Opponents who have left the game aren’t counted when determining how many tokens to create."},{"date":"2022-10-14","text":"The tokens copy only what’s on the original card. Effects that modified that creature when it was previously on the battlefield won’t be copied."}],"rarities":["rare"]},"wirecat":{"name":"Wirecat","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"This creature can't attack or block if an enchantment is on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttackOrBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack or block if an enchantment is on the battlefield."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"57828973-df3d-4288-988d-147a3016120e","metadata":{"source_printing_ids":["6333d686-58ec-4360-8929-9f7302f9a09c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["USG"],"rarities":["uncommon"]},"wisecrack":{"name":"Wisecrack","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature deals damage equal to its power to itself. If that creature is attacking, Wisecrack deals 2 damage to that creature's controller.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"ParentTarget"},"damage_source":"Target"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Attacking"}]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target creature deals damage equal to its power to itself. If that creature is attacking, ~ deals 2 damage to that creature's controller.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e9c9a445-4386-4616-ad00-f08064d73dcd","metadata":{"source_printing_ids":["01aab371-0e31-4bf0-a4ef-f18b58c11971","12a4bbe1-d341-4da2-8180-81f2ce964cb2","8f452dac-bf22-4010-8a10-3c1cfa7d4df6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC","OM1","SPM"],"rarities":["uncommon"]},"wish":{"name":"Wish","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may play a card you own from outside the game this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchOutsideGame","filter":{"type":"Any"},"count":{"type":"UpTo","max":{"type":"Fixed","value":1}},"reveal":false,"destination":"Hand"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"You may play a card you own from outside the game this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2ccbf0ee-c856-4f67-8579-811fe8571a2e","metadata":{"source_printing_ids":["29c2d90f-bd33-402d-b5fd-ee1ae62b59cf","345d6907-aebf-43f9-b70e-098b364b2ec5","3ed021d2-e2bc-44b3-8934-4bd02e0a42ec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","MB2","PAFR","PRM"],"rulings":[{"date":"2021-07-23","text":"In a casual game, a card you choose from outside the game comes from your personal collection. In a tournament event, a card you choose from outside the game must come from your sideboard. In Limited events, your sideboard includes an arbitrary number of basic lands. You may look at your sideboard at any time."},{"date":"2021-07-23","text":"You choose the card to play from outside the game at the time you are playing it, not at the time Wish resolves."},{"date":"2021-07-23","text":"You still need to pay all costs to play a card this way, and you must follow all normal timing rules."}],"rarities":["rare"]},"wishclaw talisman":{"name":"Wishclaw Talisman","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters with three wish counters on it.\n{1}, {T}, Remove a wish counter from this artifact: Search your library for a card, put it into your hand, then shuffle. An opponent gains control of this artifact. Activate only during your turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"wish"},"target":null,"selection":"SingleObject"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}, {T}, Remove a wish counter from ~: Search your library for a card, put it into your hand, then shuffle. An opponent gains control of ~. Activate only during your turn.","target_prompt":null,"activation_restrictions":[{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"wish","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three wish counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"81c70ae7-3c18-4c9b-8505-e4db9e0e6518","metadata":{"source_printing_ids":["07c17b01-ee5d-491a-8403-b3f819b778c4","69d0f5bd-ccea-49b2-bd79-ad5e4d850cf5","9da15685-69c4-4517-b5a7-cf929e2788ba","9ebcb070-953c-4b47-ad8a-ef207c65053f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","FDN","MB2","PELD"],"rulings":[{"date":"2019-10-04","text":"Once Wishclaw Talisman runs out of wish counters, it remains on the battlefield. You can't activate its last ability at all."},{"date":"2019-10-04","text":"You choose which opponent gains control of Wishclaw Talisman while its ability is resolving. If that player later leaves the game, you regain control of Wishclaw Talisman."}],"rarities":["rare"],"bracket_signals":{"game_changer":false,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":true}},"witch engine":{"name":"Witch Engine","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Horror"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Swampwalk (This creature can't be blocked as long as defending player controls a Swamp.)\n{T}: Add {B}{B}{B}{B}. Target opponent gains control of this creature. (Activate only as an instant.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Landwalk":"Swamp"}],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black","Black","Black","Black"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add {B}{B}{B}{B}. Target opponent gains control of ~. Activate only as an instant.","target_prompt":null,"activation_restrictions":[{"type":"AsInstant"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"48adccf6-adb4-49b2-b013-4dc5e0fc7bcb","metadata":{"source_printing_ids":["41e99805-0410-47c2-bf3b-0706197c5f85","ef749290-58e2-4b40-a141-5fe294f9b995"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","USG"],"rulings":[{"date":"2008-04-01","text":"Because the ability is targeted, it is not a mana ability. It can only be activated when you have priority, and goes on the stack like other non-mana abilities."}],"rarities":["rare"]},"witchstalker frenzy":{"name":"Witchstalker Frenzy","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast for each creature that attacked this turn.\nWitchstalker Frenzy deals 5 damage to target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 5 damage to target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each creature that attacked this turn."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f46befcb-6a7f-4f5e-8634-393cbf4b3308","metadata":{"source_printing_ids":["649025a7-79d1-4d7c-b1db-d46bcf5a1ae2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["WOE"],"rulings":[{"date":"2023-09-01","text":"Witchstalker Frenzy's first ability can't reduce its cost to less than {R}."},{"date":"2023-09-01","text":"Witchstalker Frenzy's first ability doesn't change its mana cost or mana value, only the total cost you pay. Specifically, the mana value of Witchstalker Frenzy is always 4."}],"rarities":["uncommon"]},"withengar unbound":{"name":"Withengar Unbound","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":13},"toughness":{"type":"Fixed","value":13},"loyalty":null,"defense":null,"oracle_text":"Flying, intimidate, trample (A creature with intimidate can't be blocked except by artifact creatures and/or creatures that share a color with it.)\nWhenever a player loses the game, put thirteen +1/+1 counters on Withengar Unbound.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Intimidate","Trample"],"abilities":[],"triggers":[{"mode":"LosesGame","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":13},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever a player loses the game, put thirteen +1/+1 counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"da5881ca-b86e-4582-ae0e-1570c59773ae","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5d32989c-197d-49c8-8435-d9fbafdf3a8a","683af377-c491-4f62-900c-6b83d75c33c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["DKA","PLST","V17"],"rarities":["mythic"]},"witherbloom, the balancer":{"name":"Witherbloom, the Balancer","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Affinity for creatures (This spell costs {1} less to cast for each creature you control.)\nFlying, deathtouch\nInstant and sorcery spells you cast have affinity for creatures.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Flying",{"Affinity":{"type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":{"Affinity":{"type_filters":["Creature"],"controller":null,"properties":[]}}}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Instant and sorcery spells you cast have affinity for creatures."}],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"fbb04a21-e513-4317-aac8-fa6df91c3438","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["cc22696c-a9ef-48b7-a74a-7dd0a9c3d1bb","ed7b2361-97c6-49e2-bf0b-4770f4ffe2f0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"Affinity for creatures means \"This spell costs {1} less to cast for each creature you control.\""},{"date":"2026-03-20","text":"If a spell has multiple instances of affinity, each one applies. For example, if you somehow control two Witherbloom, the Balancers and no other creatures, each instant and sorcery spell you cast will cost {4} less to cast."},{"date":"2026-03-20","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["mythic"]},"wizard class":{"name":"Wizard Class","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Class"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Gain the next level as a sorcery to add its ability.)\nYou have no maximum hand size.\n{2}{U}: Level 2\nWhen this Class becomes level 2, draw two cards.\n{4}{U}: Level 3\nWhenever you draw a card, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetClassLevel","level":2},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{U}: Level 2","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":1}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":3},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}{U}: Level 3","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ClassLevelGained","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ becomes level 2","constraint":{"type":"AtClassLevel","level":2},"condition":null,"batched":false},{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you draw a card, put a +1/+1 counter on target creature you control.","constraint":null,"condition":{"type":"ClassLevelGE","level":3},"batched":false}],"static_abilities":[{"mode":"NoMaximumHandSize","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have no maximum hand size."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"36f68aa3-9955-46f1-bc87-497f16ef5222","metadata":{"source_printing_ids":["6b429f7a-da0c-4570-87ed-9945a657fe11","715cf105-edf8-4d75-9279-c83431c087c6","d1f629fb-b097-4240-8560-ef47f5678f48"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","BLC","PLST"],"rulings":[{"date":"2021-07-23","text":"Each Class has five abilities. The three in the major sections of its text box are class abilities. Class abilities can be static, activated, or triggered abilities. The other two are level abilities, one activated ability to advance the Class to level 2 and another to advance the Class to level 3."},{"date":"2021-07-23","text":"Each Class starts with only the first of three class abilities. As the first level ability resolves, the Class becomes level 2 and gains the second class ability. As the second level ability resolves, the Class becomes level 3 and gains the third class ability."},{"date":"2021-07-23","text":"Gaining a level is a normal activated ability. It uses the stack and can be responded to."},{"date":"2021-07-23","text":"Gaining a level won't remove abilities that a Class had at a previous level."},{"date":"2021-07-23","text":"Some Class cards have an effect that increases when more are under your control. For example, if you have multiple Barbarian Class cards, you roll that many additional dice and ignore that many of the lowest rolls."},{"date":"2021-07-23","text":"You can multiclass or even control multiple Class enchantments of the same class. Each Class permanent tracks its own level separately."},{"date":"2021-07-23","text":"You can't activate the first level ability of a Class unless that Class is level 1. Similarly, you can't activate the second level ability of a Class unless that Class is level 2."}],"rarities":["uncommon"]},"wolfir silverheart":{"name":"Wolfir Silverheart","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wolf","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Soulbond (You may pair this creature with another unpaired creature when either enters. They remain paired for as long as you control both of them.)\nAs long as this creature is paired with another creature, each of those creatures gets +4/+4.","non_ability_text":null,"flavor_name":null,"keywords":["Soulbond"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PairWith","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.95a: When this creature enters, you may pair it with another unpaired creature you control.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}},{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}}]},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PairWith","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"Unpaired"}]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.95a: Whenever another unpaired creature you control enters, you may pair it with this creature.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}},{"type":"ZoneChangeObjectMatchesFilter","destination":"Battlefield","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}}]},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SourceOrPaired"},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":4}],"condition":{"type":"SourceIsPaired"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is paired with another creature, each of those creatures gets +4/+4."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"dccf9497-cc7b-42df-9b46-f5ffea0c7474","metadata":{"source_printing_ids":["8629c598-11c8-4911-acfb-0643e5feffa8","97ea9f5f-33f0-4d30-9bd2-608f9f2ffa0a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AVR","PLST"],"rarities":["rare"]},"wolverine, fierce fighter":{"name":"Wolverine, Fierce Fighter","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Berserker","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen Wolverine enters, he fights up to one other target creature.\nIf damage would be dealt to Wolverine, instead that damage is dealt, but all other damage already dealt to him is healed.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, he fights up to one other target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"DealtDamage","execute":{"kind":"Spell","effect":{"type":"RemoveAllDamage","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If damage would be dealt to ~, instead that damage is dealt, but all other damage already dealt to him is healed.","condition":null}],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"8429ba6a-6c06-4a83-a6ee-023b64b825f8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["c1c7aa22-51b0-45ee-9a8e-5493a1820d8c","ddc2bf31-d10b-4a57-ad16-6448830f440c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"world queller":{"name":"World Queller","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Avatar"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, you may choose a card type. If you do, each player sacrifices a permanent of their choice of that type.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardType","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may choose a card type. If you do, each player sacrifices a permanent of their choice of that type.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2ac27b74-aa44-412d-8099-ace5009628f0","metadata":{"source_printing_ids":["134ff41d-1645-4d3a-94b6-e13a30dedb8e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ZEN"],"rulings":[{"date":"2009-10-01","text":"First you choose which permanent you'll sacrifice (if you control any of the chosen type), then each other player in turn order does the same, then all chosen permanents are sacrificed at the same time."},{"date":"2009-10-01","text":"You don't choose a card type until the ability resolves. Once you choose a type, it's too late for players to respond."},{"date":"2013-07-01","text":"You may choose any card type. Choosing anything other than artifact, battle, creature, enchantment, kindred, land, or planeswalker will result in no permanents being sacrificed, though, since these are the only types permanents can have."}],"rarities":["rare"]},"worldgorger dragon":{"name":"Worldgorger Dragon","mana_cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Nightmare","Dragon"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying, trample\nWhen this creature enters, exile all other permanents you control.\nWhen this creature leaves the battlefield, return the exiled cards to the battlefield under their owners' control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile all other permanents you control.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, return the exiled cards to the battlefield under their owners' control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a628186d-b7d9-40a5-9ae2-fbc9d2a14c7c","metadata":{"source_printing_ids":["0ed63bcc-4cdd-4b4e-af7f-f5ff71a4ef14","2f3b30d4-5f8b-40fe-b446-b929a1b1e368","33dde6e0-d0a7-4432-a3f4-b48234f4e055","93f141a7-e7ad-4fcb-b06f-275125e5e07c","99783a2b-a95a-457b-82d6-001933aee5ec","9dae8fa6-c86e-492b-b28b-96d4ee83f6c6","ddcf9487-acbf-4d8f-92e0-36dfaa2260a7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"banned","vintage":"legal"},"printings":["DMR","EMA","JUD","PLST","VMA"],"rulings":[{"date":"2022-12-08","text":"If Worldgorger Dragon leaves the battlefield before its enters-the-battlefield ability resolves, the \"leaves-the-battlefield\" ability will trigger and resolve first. It won't return anything. Then the enters-the-battlefield ability will exile all other permanents you control indefinitely."},{"date":"2022-12-08","text":"If an Aura is exiled with Worldgorger Dragon and then returns to the battlefield, the player who controls the Aura as it enters the battlefield chooses what it will enchant. An Aura put onto the battlefield this way doesn't target anything (so it could be attached to an opponent's permanent with hexproof, for example), but the Aura's enchant ability restricts what it can be attached to. If the Aura can't legally be attached to anything, it stays exiled. It can't enter the battlefield enchanting a permanent that enters the battlefield at the same time."}],"rarities":["rare","mythic"]},"worldknit":{"name":"Worldknit","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Conspiracy"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Start the game with this conspiracy face up in the command zone.)\nAs long as every card in your card pool started the game in your library or in the command zone, lands you control have \"{T}: Add one mana of any color.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":{"type":"Unrecognized","text":"every card in your card pool started the game in your library or in the command zone"},"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"As long as every card in your card pool started the game in your library or in the command zone, lands you control have \"{T}: Add one mana of any color.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"652f6d90-b158-4f9b-a15e-3e677905331d","metadata":{"source_printing_ids":["7f1fe849-b407-4252-b175-3f4afbbcea1b"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"banned"},"printings":["CNS"],"rulings":[{"date":"2014-05-29","text":"Your card pool includes every card you drafted or received after the draft because of Deal Broker. It doesn't include any cards removed from the draft with Cogwork Grinder."},{"date":"2016-08-23","text":"A conspiracy doesn't count as a card in your deck for purposes of meeting minimum deck size requirements. (In most drafts, the minimum deck size is 40 cards.)"},{"date":"2016-08-23","text":"A conspiracy's static and triggered abilities function as long as that conspiracy is face-up in the command zone."},{"date":"2016-08-23","text":"Conspiracies are colorless, have no mana cost, and can't be cast as spells."},{"date":"2016-08-23","text":"Conspiracies are never put into your deck. Instead, you put any number of conspiracies from your card pool into the command zone as the game begins. These conspiracies are face up unless they have hidden agenda, in which case they begin the game face down."},{"date":"2016-08-23","text":"Conspiracies aren't legal for any sanctioned Constructed format, but may be included in other Limited formats, such as Cube Draft."},{"date":"2016-08-23","text":"You can look at any player's face-up conspiracies at any time. You'll also know how many face-down conspiracies a player has in the command zone, although you won't know what they are."},{"date":"2016-08-23","text":"You don't have to play with any conspiracy you draft. However, you have only one opportunity to put conspiracies into the command zone, as the game begins. You can't put conspiracies into the command zone after this point."}],"rarities":["rare"]},"worldspine wurm":{"name":"Worldspine Wurm","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":8},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":15},"toughness":{"type":"Fixed","value":15},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this creature dies, create three 5/5 green Wurm creature tokens with trample.\nWhen Worldspine Wurm is put into a graveyard from anywhere, shuffle it into its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Wurm","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"types":["Creature","Wurm"],"colors":["Green"],"keywords":["Trample"],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create three 5/5 green Wurm creature tokens with trample.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into a graveyard from anywhere, shuffle it into its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"254f87cc-e0c2-484d-b5e8-1ea8c366990c","metadata":{"related_token_ids":["0976687a-e6ed-583f-a2ec-34c328ef73d5","50d906a7-4408-5cfd-9dc9-e0546a2963b6","638ffbaf-df14-540d-be7a-79c3360e8486"],"source_printing_ids":["543d55cb-3a6b-4620-af25-10ae74ed32c4","65079e21-f6c4-47e9-bda0-abb0d477d1a4","ada90827-f11b-495b-8962-66dd6345b454","edb684f3-7787-4e54-96a2-61f95b6494a8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DSC","EA3","PLST","RTR","SLD"],"rulings":[{"date":"2012-10-01","text":"Worldspine Wurm's last ability is a triggered ability, not a replacement ability. Players can respond to this ability, for example, by trying to exile Worldspine Wurm from the graveyard before it's shuffled into a library."}],"rarities":["mythic"]},"wort, the raidmother":{"name":"Wort, the Raidmother","mana_cost":{"type":"Cost","shards":["RedGreen","RedGreen"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When Wort enters, create two 1/1 red and green Goblin Warrior creature tokens.\nEach red or green instant or sorcery spell you cast has conspire. (As you cast the spell, you may tap two untapped creatures you control that share a color with it. When you do, copy it and you may choose new targets for the copy.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Goblin Warrior","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin","Warrior"],"colors":["Red","Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create two 1/1 red and green Goblin Warrior creature tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Conspire"}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Any"],"controller":"You","properties":[{"type":"HasColor","color":"Red"}]},{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"HasColor","color":"Green"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"HasColor","color":"Green"}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Each red or green instant or sorcery spell you cast has conspire."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"d6b67c7e-3b24-4f60-8e3a-c6ca45229d7f","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["7d6177c0-df09-58f5-a5b6-8b83d2c0e91e","a8ca3d69-47b9-5c17-92bd-52dd3199cb3b","afe81bef-8851-5a9e-882c-66c59e09994e"],"source_printing_ids":["535189ec-572f-44ed-9741-09b9f575fc40","9103a97c-ffb6-4584-b7fc-58835ba942c2","9b46b4ee-263a-4a4b-8fbc-3ea6fa9ba56b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","MM3","SHM"],"rulings":[{"date":"2017-03-14","text":"If a spell gains a second instance of conspire from Wort's ability, you may choose to pay for one, both, or none of those abilities. Each conspire ability triggers only if you tap two creatures specifically for that ability."},{"date":"2017-03-14","text":"If the spell has damage divided as it was cast (like Fiery Justice does), the division can't be changed (although the targets receiving that damage still can)."},{"date":"2017-03-14","text":"If the spell that's copied has an X whose value was determined as it was cast (like Bonfire of the Damned does), the copy will have the same value of X."},{"date":"2017-03-14","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode. A different mode can't be chosen."},{"date":"2017-03-14","text":"If you're casting a spell for its flashback cost, you can't pay another alternative cost (such as an overload cost or a Trap's alternative cost) instead. You may pay additional costs, such as conspire."},{"date":"2017-03-14","text":"Some spells instruct you to sacrifice a creature as an additional cost to cast that spell. If you sacrifice Wort to pay that cost, that spell won't have conspire at the moment it becomes cast, so conspire won't trigger, even if you tapped two creatures."}],"rarities":["rare"]},"wrath of god":{"name":"Wrath of God","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy all creatures. They can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all creatures. They can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"34515b16-c9a4-4f98-8c77-416a7a523407","metadata":{"source_printing_ids":["0619d670-7b53-4185-a25d-2fab5db1aab5","09b24aeb-afba-4215-bf3e-61e581eb412c","0adf3831-93d9-4995-b8c8-0d8c03fee872","0d223e83-0d3c-459e-96f5-ba9227fe49dd","1461aca9-ebde-4a0a-8795-6eeae1741137","14de01ae-a52e-4530-9fe3-9888a8480fc8","1c687a4e-a3f9-4d2d-9931-bf60e97f4095","214689d4-f6de-4f4a-b8b6-71281246add3","2ae82d42-ac7b-44b8-aea9-43a7438f0004","2b2a1298-1dad-45e0-9d6a-21d90c7af7a3","2d9b12cc-f616-4b52-91eb-a430e70f9251","41f7d4d3-3edd-4d1c-9da5-a0892dae0393","4351bf97-0b9e-44a5-bb7c-1098a683b18d","4566f6a3-4d25-4df0-84be-fe4201138955","537d2b05-3f52-45d6-8fe3-26282085d0c6","5bcc5ed6-41ff-4f8a-b47a-fc9390c2aa81","5cc86f1d-577b-4ae0-89ec-04f5f647dacb","5cd099e6-a2c6-4297-a626-12989d9a18cd","6125458d-82f9-49a3-b892-c47d17ab8488","664e6656-36a3-4635-9f33-9f8901afd397","96022516-7a20-4e07-ad2f-39f76608c38d","96dd2d61-a43d-4582-b730-71d4fac0fa23","a2788d69-6a3a-42f0-8736-cc6b57755ecd","a45d5391-14db-4f14-b5c2-28aa5b96cf66","a91be77a-bd5b-485f-b5ca-0e6148c236ca","acdacb34-d144-433d-8138-6602c3bad0a9","adb92f38-c4e1-42ed-b726-d66716b3e92a","b004761d-12f7-4c4c-91a1-a53f153750d6","b20cb69c-ff2e-45cf-ab04-cb47bccf9c08","b3f03b2a-0950-47b5-96dd-39db3449afb7","b6c1e9e3-c947-47cc-ac60-dc032d984a67","b969f680-b176-4bfa-a160-714de8e03c25","c3700519-b74c-4445-b42e-03690b8d4463","c478aad9-f876-4c1f-9f04-851e6f0de58c","caff117f-844b-4d11-a104-930d7f238114","d7eba1b7-cc6c-4624-9a6f-425b717afe87","def142a8-cc73-4bd2-a1a8-ae47a0c9c948","e5513964-1cad-4083-a3a5-1e55ec145a6e","e57404bc-44ba-4909-87da-f4a71673168d","eb3f9eac-0fa2-40ed-9ecc-daf6c7c7be2f","f07c4821-c964-405f-a5bb-a25293e4b2d7","f5293c89-d01a-444c-b4f5-2e29ced0076f","f8603c3b-9a10-4a04-b417-284a8e3925a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","2XM","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","AKR","BRB","C13","CED","CEI","CMM","DMR","EMA","FBB","LEA","LEB","MP2","P07","PLST","PMEI","POR","PRM","PTC","PZ1","SLD","SUM","V14","WC00","WC03","WC04"],"rarities":["rare","special"]},"wren's run packmaster":{"name":"Wren's Run Packmaster","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Warrior"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Champion an Elf (When this creature enters, sacrifice it unless you exile another Elf you control. When this creature leaves the battlefield, that card returns to the battlefield.)\n{2}{G}: Create a 2/2 green Wolf creature token.\nWolves you control have deathtouch.","non_ability_text":null,"flavor_name":null,"keywords":[{"Champion":"Elf"}],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Wolf","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Wolf"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{G}: Create a 2/2 green Wolf creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"Typed","type_filters":["Creature",{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Exile another Elf you control","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"Sacrifice this permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"Sacrifice this permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"Another"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.72a: Champion an Elf — when this permanent enters, sacrifice it unless you exile another Elf you control.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"ExiledBySource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Return the exiled card to the battlefield under its owner's control","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.72a: Champion — when this permanent leaves the battlefield, return the exiled card to the battlefield under its owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Wolf"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Wolves you control have deathtouch."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d4d27fef-e86b-4dd3-a15e-a0db8d0725ee","metadata":{"related_token_ids":["0ac06155-35dc-574c-9937-2da6f006e4ef","d925670e-7795-590a-bdbc-b41a93091a8a"],"source_printing_ids":["28f75cac-a93f-4908-a524-b61e7b3fb275","3e97f29a-1551-4e75-80e8-2dd31cb6c0db","a44a2d69-df93-475b-8233-f73d8402594a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","CMA","LRW","PLRW","PRM"],"rulings":[{"date":"2007-10-01","text":"Wren's Run Packmaster gives deathtouch to all Wolf permanents you control, not just the tokens it creates."},{"date":"2009-10-01","text":"A Wolf's deathtouch ability will apply if both Wren's Run Packmaster and that Wolf are on the battlefield at the time the Wolf deals damage. The creature dealt damage by the Wolf will be destroyed the next time state-based actions are checked, even if the Wolf or Wren's Run Packmaster leaves the battlefield."}],"rarities":["rare"]},"wrench mind":{"name":"Wrench Mind","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player discards two cards unless they discard an artifact card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":"Target player discards two cards unless they discard an artifact card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"random":false,"self_ref":false},"payer":{"type":"Player"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"484eeb13-fe74-45fe-b089-7beec87cfcdb","metadata":{"source_printing_ids":["173d2ac4-9850-47de-8ee5-f4aaeb018faf","360a6ada-b257-44b8-b830-aaa122474bce","36ce975b-c3df-4472-a6c1-2546df11b74e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["IMA","MRD","PLST"],"rulings":[{"date":"2004-12-01","text":"You can discard either one artifact card or two cards which may or may not be artifacts. If you really want to, you can discard two artifact cards."}],"rarities":["common"]},"wrenn and realmbreaker":{"name":"Wrenn and Realmbreaker","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Wrenn"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"Lands you control have \"{T}: Add one mana of any color.\"\n[+1]: Up to one target land you control becomes a 3/3 Elemental creature with vigilance, hexproof, and haste until your next turn. It's still a land.\n[−2]: Mill three cards. You may put a permanent card from among the milled cards into your hand.\n[−7]: You get an emblem with \"You may play lands and cast permanent spells from your graveyard.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Haste"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Elemental"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 3/3 Elemental creature with vigilance, hexproof, and haste"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":"[+1]: Up to one target land you control becomes a 3/3 Elemental creature with vigilance, hexproof, and haste until your next turn. It's still a land.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Activated","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"[−2]: Mill three cards. You may put a permanent card from among the milled cards into your hand.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Play"}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands and cast permanent spells from your graveyard"}],"triggers":[]},"cost":{"type":"Loyalty","amount":-7},"sub_ability":null,"duration":null,"description":"[−7]: You get an emblem with \"You may play lands and cast permanent spells from your graveyard.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Lands you control have \"{T}: Add one mana of any color.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4566fb92-448e-4b3f-9045-9d74323c35d1","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["17269aae-10bc-49ef-b6a7-94e0dd6cf677","6f807d91-b157-44e8-a431-49782184f876"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"The lands you play and spells you cast from your graveyard follow the usual timing restrictions, and you must pay any costs for spells you cast."}],"rarities":["mythic"]},"wrenn and six":{"name":"Wrenn and Six","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Wrenn"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"[+1]: Return up to one target land card from your graveyard to your hand.\n[−1]: Wrenn and Six deals 1 damage to any target.\n[−7]: You get an emblem with \"Instant and sorcery cards in your graveyard have retrace.\" (You may cast instant and sorcery cards from your graveyard by discarding a land card in addition to paying their other costs.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Return up to one target land card from your graveyard to your hand.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":{"type":"Loyalty","amount":-1},"sub_ability":null,"duration":null,"description":"[−1]: ~ deals 1 damage to any target.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"modifications":[{"type":"AddKeyword","keyword":"Retrace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Instant and sorcery cards in your graveyard have retrace"}],"triggers":[]},"cost":{"type":"Loyalty","amount":-7},"sub_ability":null,"duration":null,"description":"[−7]: You get an emblem with \"Instant and sorcery cards in your graveyard have retrace.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"108ae90a-50fa-4cfd-b751-d630e41425fe","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["169fcff7-58f2-420b-a5f1-642ad38709b3","24b1203f-1f4c-4d02-a79f-1f6486904ea6","4a706ecf-3277-40e3-871c-4ba4ead16e20","5bd498cc-a609-4457-9325-6888d59ca36f","8829e80c-fe10-49f0-ba24-a6a26872367a","d4282ddd-3e5b-4d4c-b1b7-a48401a3521f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"banned","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AA2","MH1","PLST","PRM","SLP"],"rulings":[{"date":"2019-06-14","text":"When a spell you cast with retrace resolves or is countered, it's put back into your graveyard. You may use the retrace ability to cast it again."}],"rarities":["mythic"]},"wurmwall sweeper":{"name":"Wurmwall Sweeper","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, surveil 2.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 4+.)\n4+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, surveil 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":4},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"4+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":2},{"type":"SetToughness","value":2}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":4},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 4+"}],"replacements":[],"color_override":null,"scryfall_oracle_id":"320ed2ec-ef06-41fb-ac8a-72579f11544c","metadata":{"source_printing_ids":["9ace282a-5901-4d36-ad21-17eb88bc5138"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["common"]},"x":{"name":"X","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Spy"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"As long as X is in X's owner's opponent's hand, X's owner may cast X and activate X's abilities. That opponent can't cast X and plays with their hand revealed.\n{U}{B}, {T}: Put X into target opponent's hand.\n{3}{U}{B}: You may play a land or cast a spell from the hand X is in. If you cast a spell this way, you cast it without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Unimplemented","name":"put","description":"Put ~ into target opponent's hand"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{U}{B}, {T}: Put ~ into target opponent's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"without_paying_mana_cost":false,"mode":"Play"},"cost":null,"sub_ability":null,"duration":null,"description":"play a land","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Hand"}]},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":"cast a spell from the hand ~ is in","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black"],"generic":3}},"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{3}{U}{B}: You may play a land or cast a spell from the hand ~ is in. If you cast a spell this way, you cast it without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Unrecognized","text":"~ is in ~'s owner's opponent's hand"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is in ~'s owner's opponent's hand, ~'s owner may cast ~ and activate ~'s abilities. That opponent can't cast ~ and plays with their hand revealed."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"ef10c6c6-8e84-46f6-8e11-cd35a2b8fbf1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["055ddc8b-d230-4675-9741-138429e48a8f","f77f6e64-2470-4c6a-a92b-328e4edc3ea9"]},"legalities":{},"printings":["ULST","UST"],"rulings":[{"date":"2018-01-19","text":"You activate X’s first activated ability while X is on the battlefield under your control. This puts X into an opponent’s hand. That opponent plays with their hand revealed, and they’re not allowed to cast X or activate any of X’s abilities—but you are. You can activate X’s second ability to play one of the cards in that hand."},{"date":"2018-01-19","text":"You choose which card to play as X’s last ability resolves. Your opponent can respond to you activating the ability to get other cards out of their hand. Whatever’s left when the ability resolves is fair game."},{"date":"2018-01-19","text":"You don’t own the cards you play this way. An instant or sorcery cast this way will go to its owner’s graveyard. A creature card you cast this way will enter the battlefield under your control, but it will be put into its owner’s graveyard if it dies. The same is true for other permanent cards you cast or lands you play."},{"date":"2018-01-19","text":"You play the card as X’s last ability resolves, with one exception: You can’t play a land this way unless it’s your turn and you have an available land play. If you’re casting a spell this way, you do so as the ability resolves. Ignore any timing restrictions based on the card’s type. You can cast their sorceries or creatures during their turn, for example."}],"rarities":["rare"]},"xantid swarm":{"name":"Xantid Swarm","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature attacks, defending player can't cast spells this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"DefendingPlayer"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"CastSpells"}}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, defending player can't cast spells this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"13ba9ef8-2010-4d3f-8c62-85b7c5620031","metadata":{"source_printing_ids":["022ab408-3292-40b6-b35e-ac1b7f06dffa","6a87911a-3931-46aa-9348-2728c4b73b96"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EMA","SCG"],"rulings":[{"date":"2016-06-08","text":"In a multiplayer game, only the player Xantid Swarm attacked is affected. Other defending players may cast spells."},{"date":"2016-06-08","text":"The defending player may cast spells before Xantid Swarm’s triggered ability resolves."}],"rarities":["rare"]},"xenagos, god of revels":{"name":"Xenagos, God of Revels","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nAs long as your devotion to red and green is less than seven, Xenagos isn't a creature.\nAt the beginning of combat on your turn, another target creature you control gains haste and gets +X/+X until end of turn, where X is that creature's power.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}}},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste and gets +X/+X"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, another target creature you control gains haste and gets +X/+X until end of turn, where X is that creature's power.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"Not","condition":{"type":"DevotionGE","colors":["Red","Green"],"threshold":7}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your devotion to red and green is less than seven, ~ isn't a creature."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"cb15a8dd-57fe-466f-847e-66476b690a1f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3184b138-1109-4195-9d96-4f190164e98b","4e905fb4-7b6b-4030-b991-905150f65400","5943d27d-6db2-422d-97f5-ae98270a2556","66581b3b-4e5b-4580-8fec-9684f0168cdb","6f1bc3bb-46da-492a-850c-f1f588ad8d18","e144aa4d-3ea7-44fb-b1cb-ad51cf84bba2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BNG","CMR","EA3","LCC","PIO","PRM","SLD"],"rulings":[{"date":"2013-09-15","text":"Hybrid mana symbols, monocolored hybrid mana symbols, and Phyrexian mana symbols do count toward your devotion to their color(s)."},{"date":"2013-09-15","text":"If an activated ability or triggered ability has an effect that depends on your devotion to a color, you count the number of mana symbols of that color among the mana costs of permanents you control as the ability resolves. The permanent with that ability will be counted if it's still on the battlefield at that time."},{"date":"2013-09-15","text":"Mana symbols in the text boxes of permanents you control don't count toward your devotion to any color."},{"date":"2013-09-15","text":"Numeric mana symbols ({0}, {1}, and so on) in mana costs of permanents you control don't count toward your devotion to any color."},{"date":"2014-02-01","text":"The value of X is calculated only once, as the ability resolves."},{"date":"2020-11-10","text":"As Xenagos enters the battlefield, your devotion to red and green will determine whether any replacement effects that affect creatures entering the battlefield apply. Because replacement effects are considered before Xenagos is on the battlefield, the mana symbols in its mana cost won't be counted when determining this."},{"date":"2020-11-10","text":"Counters put on Xenagos remain on it while it's not a creature, even if they have no effect."},{"date":"2020-11-10","text":"If Xenagos is attacking or blocking and it stops being a creature, it will be removed from combat. It won't rejoin combat if it resumes being a creature later during that combat."},{"date":"2020-11-10","text":"If Xenagos stops being a creature, it loses the type creature and the creature type God. It continues to be a legendary enchantment."},{"date":"2020-11-10","text":"If an effect causes Xenagos to lose all abilities, its ability that causes it to stop being a creature still applies if appropriate."},{"date":"2020-11-10","text":"The type-changing ability that can make Xenagos not be a creature functions only on the battlefield. It's always a creature card in other zones, regardless of your devotion to red and green. It's always a creature spell while it's on the stack."},{"date":"2020-11-10","text":"When Xenagos enters the battlefield, your devotion to red and green will determine if a creature entered the battlefield or not for abilities that trigger whenever a creature enters the battlefield. The mana symbols in Xenagos's own mana cost are counted when determining this."},{"date":"2020-11-10","text":"Xenagos's abilities function as long as it's on the battlefield, regardless of whether it's a creature."},{"date":"2020-11-10","text":"Your devotion to two colors is the number of mana symbols among mana costs of permanents you control that are the first color, the second, or both. If an effect counts your devotion to two colors, a hybrid symbol that is both of those colors is counted just once."}],"rarities":["mythic"]},"xenograft":{"name":"Xenograft","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nEach creature you control is the chosen type in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddChosenSubtype","kind":"CreatureType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control is the chosen type in addition to its other types."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"76642e7a-3c8f-45b8-9cd7-dac8086bea87","metadata":{"source_printing_ids":["f52f08e1-b234-42e4-8f1f-485a4f6edb3b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NPH"],"rulings":[{"date":"2011-06-01","text":"Creature cards not on the battlefield and creature spells are not affected."},{"date":"2011-06-01","text":"You must choose an existing _Magic_ creature type."},{"date":"2017-09-29","text":"Replacement effects that modify creatures of a certain type as they enter the battlefield will apply (or not apply) after you apply this effect. For example, if Warrior is the chosen creature type and you control Bramblewood Paragon, a Runeclaw Bear would enter the battlefield with an additional +1/+1 counter."}],"rarities":["rare"]},"y'shtola rhul":{"name":"Y'shtola Rhul","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Cat","Druid"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, exile target creature you control, then return it to the battlefield under its owner's control. Then if it's the first end step of the turn, there is an additional end step after this step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"End","after":"End","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"FirstEndStepOfTurn"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, exile target creature you control, then return it to the battlefield under its owner's control. Then if it's the first end step of the turn, there is an additional end step after this step.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a6a7bf77-0560-4572-a826-3bc9df1f78d1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6d24956c-b123-4682-9f89-6821ae45fc00","a1d3d33d-4cd9-4009-82c9-adb2e1ec45cb","aef218fa-13a4-4653-95d6-6b3ef1b33a92"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"Abilities that trigger \"at the beginning of [your/the] end step\" will trigger at the beginning of each of your additional end steps as well."},{"date":"2025-06-06","text":"Additional end steps don't come with any other additional steps (such as cleanup). Damage marked on permanents won't be removed until you actually get to the cleanup step (which will happen after your second end step), and \"until end of turn\" and \"this turn\" effects won't end until the cleanup step either."},{"date":"2025-06-06","text":"If a permanent with an ability that triggers \"at the beginning of the end step\" enters during your first end step, that ability won't trigger during that end step, but it will trigger during your second end step. Likewise, if a delayed triggered ability that triggers \"at the beginning of the next end step\" is created during your first end step, that ability will trigger during your second end step."},{"date":"2025-06-06","text":"If the target creature is an illegal target as Y'shtola Rhul's ability tries to resolve, it won't resolve and none of its effects will happen. There won't be an additional end step."}],"rarities":["mythic"]},"yarus, roar of the old gods":{"name":"Yarus, Roar of the Old Gods","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Centaur","Druid"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Other creatures you control have haste.\nWhenever one or more face-down creatures you control deal combat damage to a player, draw a card.\nWhenever a face-down creature you control dies, return it to the battlefield face down under its owner's control if it's a permanent card, then turn it face up.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"FaceDown"}]},"description":"Whenever one or more face-down creatures you control deal combat damage to a player, draw a card.","constraint":null,"condition":null,"batched":true},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"face_down_profile":{}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TurnFaceUp","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"FaceDown"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a face-down creature you control dies, return it to the battlefield face down under its owner's control if it's a permanent card, then turn it face up.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control have haste."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"30fd6171-3e57-4c05-a86b-e1c0479ba236","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2230bda5-42a9-40fa-bda4-1eabab5675f4","326845a7-7502-4dc3-8f3e-867d6c84e931"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"If Yarus, Roar of the Old Gods dies at the same time as one or more face-down creatures you control, its last ability triggers for each of those creatures."},{"date":"2024-02-02","text":"If a face-down creature dies but the permanent card it becomes in the graveyard leaves the graveyard before Yarus, Roar of the Old Gods's last ability resolves, it will not return to the battlefield."},{"date":"2024-02-02","text":"If a permanent card that would be returned to the battlefield face down by Yarus, Roar of the Old Gods's last ability can't be turned face up for some reason, it'll still be returned to the battlefield, but it will stay face down. In that case, it will be a 2/2 creature with no name, mana cost, or creature types. Since it isn't disguised or cloaked, it won't have ward {2}."},{"date":"2024-02-02","text":"Normally, combat damage is dealt all at the same time. In that case, Yarus, Roar of the Old Gods's last ability triggers once for each player that face-down creatures you control dealt combat damage to, regardless of how many creatures were dealing that damage. If any of those face-down creatures have double strike or first strike, the ability will trigger once for each player dealt damage in each combat damage step."}],"rarities":["rare"]},"yavimaya enchantress":{"name":"Yavimaya Enchantress","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature gets +1/+1 for each enchantment on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each enchantment on the battlefield."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"495fc654-7986-4d76-9d5c-bc1484e98de2","metadata":{"source_printing_ids":["18637e89-4794-46a8-bb80-b35211648d4f","75cc6976-7247-4cd9-a0f0-fcb2e860a70e","88ed4258-eeb8-4c50-9119-8c54331bd219","94ec6cdd-11ba-4acd-9bbc-87f01f703642","b60e2daa-3740-40f0-a333-8b7f4c2da34a","b986f77f-e05b-4c31-824f-d6f746985de1","c9e3934e-6169-416e-92bb-359e41900c3b","e41f45f1-9ed1-4ef2-8c2b-bab513d6a721","e7255a92-12eb-4506-a3fa-996cd38ca836","fa01c252-37f4-41af-b1a0-f30cdbdacf01"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","7ED","8ED","9ED","C18","EMA","TD0","UDS"],"rarities":["common","uncommon"]},"yawgmoth, thran physician":{"name":"Yawgmoth, Thran Physician","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Protection from Humans\nPay 1 life, Sacrifice another creature: Put a -1/-1 counter on up to one target creature and draw a card.\n{B}{B}, Discard a card: Proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Protection":{"CardType":"humans"}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"PayLife","amount":{"type":"Fixed","value":1}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Pay 1 life, Sacrifice another creature: Put a -1/-1 counter on up to one target creature and draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Activated","effect":{"type":"Proliferate"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":0}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{B}{B}, Discard a card: Proliferate.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a1e232c0-dc38-47be-a5a0-f68bc1d86a29","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["09ed98e1-898b-494b-a27d-7c1ab28cd9f1","4ef603c2-b09c-40e9-b3ab-fceb4964aafd","6ed83401-0b7e-48c7-b1a4-8e97aec29960","81564970-23ad-41a3-b5e0-21bdf13f6248","8690cbcc-f8fd-41f7-9e28-e61c12b04014","b5a79f5d-d0df-4799-ac3a-84305e3af0c9","f902a1cd-d04f-4a8c-9aed-a618d0a2e2fa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["DMR","FCA","J21","MH1","TSR"],"rulings":[{"date":"2021-03-19","text":"Protection from Humans refers only to the creature type Human. As far as Yawgmoth is concerned, you, your opponents, and planeswalkers aren't Humans."},{"date":"2021-03-19","text":"You may activate Yawgmoth's first activated ability without choosing a target creature. You'll just draw a card. However, if you choose a target and it becomes illegal before the ability tries to resolve, the ability won't resolve and you won't draw a card."},{"date":"2022-12-08","text":"If a permanent has +1/+1 counters and -1/-1 counters on it, they're removed in pairs as a state-based action until that permanent has only one of those kinds of counters on it."},{"date":"2022-12-08","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2022-12-08","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2022-12-08","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."},{"date":"2023-02-04","text":"An ability that triggers \"Whenever you proliferate\" triggers even if you chose no permanents or players while doing so."},{"date":"2023-02-04","text":"If a permanent ever has both +1/+1 counters and -1/-1 counters on it at the same time, they're removed in pairs as a state-based action so that the permanent has only one of those kinds of counters on it."},{"date":"2023-02-04","text":"If a player or permanent has more than one kind of counter on it, and you choose for it to get additional counters, it must get one of each kind of counter it already has. You can't have it get just one kind of counter it already has and not the others."},{"date":"2023-02-04","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2023-02-04","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2023-02-04","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["mythic","special"]},"yedora, grave gardener":{"name":"Yedora, Grave Gardener","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Treefolk","Druid"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever another nontoken creature you control dies, you may return it to the battlefield face down under its owner's control. It's a Forest land. (It has no other types or abilities.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"face_down_profile":{"body":"Noncreature","extra_core_types":["Land"],"subtypes":["Forest"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature you control dies, you may return it to the battlefield face down under its owner's control. It's a Forest land.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"1fa20b05-cc06-4fb7-ae76-677a29e2185a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1a124f4e-b44c-4ab5-bb99-77df62b6c953","320b9678-5bbc-40dd-a508-90a647e95a71","552ddba8-e1e3-44d8-b341-441c2b4cd937","5bc9808d-1d47-417d-bba8-06694a83d88e","606715cc-c0b8-466a-90a0-719cba1968d6","7b852b55-bee1-46fc-87e4-5c01b90bbd43","a7d8f80e-ece1-49f1-8e14-589d579a568e","b2e3a335-56ec-4e9d-8171-c436783666d2","d5f097cf-a032-45ff-bc0b-7d3625f05c1c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C21","CMM","DSC","MKC","MUL","PRM"],"rulings":[{"date":"2021-04-16","text":"If one of these Forests is turned face up, the effect making it a Forest land will expire. The face-up permanent will again have its printed name, type line, mana cost, abilities, and so on."},{"date":"2021-04-16","text":"If the face-down card has morph, you can pay its morph cost to turn it face up."},{"date":"2021-04-16","text":"The face-down card has no name or colors. Its only type is land, its only subtype is Forest, and its only ability is \"{T}: Add {G}.\""}],"rarities":["uncommon","rare"]},"yenna, redtooth regent":{"name":"Yenna, Redtooth Regent","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Noble"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{2}, {T}: Choose target enchantment you control that doesn't have the same name as another permanent you control. Create a token that's a copy of it, except it isn't legendary. If the token is an Aura, untap Yenna, then scry 2. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"RemoveSupertype","supertype":"Legendary"}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"And","filters":[{"type":"LastCreated"},{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"And","filters":[{"type":"LastCreated"},{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}, {T}: Choose target enchantment you control that doesn't have the same name as another permanent you control. Create a token that's a copy of it, except it isn't legendary. If the token is an Aura, untap ~, then scry 2. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"0adede77-5181-4190-8066-4797cefe0189","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["a02f04f7-a345-4aa9-933c-1969f0cdd5c6","e635d461-254a-434e-8e5d-dea61dd8ca4f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"Any enters-the-battlefield abilities of the copied enchantment will trigger when the token enters the battlefield. Any \"as [this enchantment] enters the battlefield\" or \"[this enchantment] enters the battlefield with\" abilities of the enchantment will also work."},{"date":"2023-09-01","text":"Except for the listed exceptions, the token copies exactly what was printed on the original enchantment and nothing else (unless that enchantment is itself copying something else; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2023-09-01","text":"If something becomes a copy of the token, the copy also isn't legendary."},{"date":"2023-09-01","text":"If the copied enchantment has {X} in its mana cost, X is 0."},{"date":"2023-09-01","text":"If the copied enchantment is copying something else, then the token enters the battlefield as whatever that creature copied, with the stated exceptions."}],"rarities":["rare"]},"yiazmat, ultimate mark":{"name":"Yiazmat, Ultimate Mark","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"{1}{B}, Sacrifice another creature or artifact: Yiazmat gains indestructible until end of turn. Tap it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]}]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":"Tap it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{1}{B}, Sacrifice another creature or artifact: ~ gains indestructible until end of turn. Tap it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"d74f9a18-8dab-4549-be3f-9697ff68d73c","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["c3eb2ae5-10de-4c3d-91c8-8734befc80b2","de8067cc-3de3-43b2-8fcf-6dce6f4f7db1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN"],"rarities":["uncommon"]},"yixlid jailer":{"name":"Yixlid Jailer","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Cards in graveyards lose all abilities.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"RemoveAllAbilities"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Cards in graveyards lose all abilities."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1f55303e-1369-4e42-9ed4-36609887c7c1","metadata":{"source_printing_ids":["3f2ef91f-d113-4e8d-a164-c6e261aa9c12","ff6ba6a5-942d-44ff-87a9-3febf0b7e39b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DCI","FUT","PRM","TSR"],"rulings":[{"date":"2021-03-19","text":"If a card in a graveyard has an ability that defines a * in its power or toughness, that * is 0. For example, Tarmogoyf is a 0/1 creature card in your graveyard while you control Yixlid Jailer."},{"date":"2021-03-19","text":"If a card with changeling is in a graveyard, it still has all creature types."},{"date":"2021-03-19","text":"If a spell or ability allows you to cast a spell from your graveyard, the first step in doing so is to move it to the stack. That spell's additional and alternative costs may be applied. However, if a card's own ability allows you to cast it from your graveyard (such as a flashback ability) Yixlid Jailer stops that ability."},{"date":"2021-03-19","text":"If an ability triggers when the object that has it is put into a graveyard from anywhere other than the battlefield, such as Krosan Tusker or Narcomoeba, that ability triggers from the graveyard. Yixlid Jailer stops those abilities from triggering at all. This includes abilities that trigger when a card is put into a graveyard \"from anywhere,\" even if that card was on the battlefield."},{"date":"2021-03-19","text":"If an ability triggers when the object that has it is put into a graveyard from the battlefield, that ability triggers from the battlefield and isn't affected by Yixlid Jailer."},{"date":"2021-03-19","text":"Some cards have abilities that apply \"as [this card] enters the battlefield\" or state that \"[this card] enters the battlefield with\" counters. Although these cards won't have these abilities in the graveyard, they will be applied if the cards are put onto the battlefield from the graveyard (due to Zombify, perhaps). What matters is that these cards will have these abilities on the battlefield."},{"date":"2021-03-19","text":"Some replacement effects cause a card to be put somewhere else instead of being put into a graveyard (such as that of Darksteel Colossus). These effects mean the card is never actually put into the graveyard, so Yixlid Jailer doesn't affect that ability."}],"rarities":["uncommon"]},"yosei, the morning star":{"name":"Yosei, the Morning Star","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon","Spirit"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen Yosei dies, target player skips their next untap step. Tap up to five target permanents that player controls.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SkipNextStep","target":{"type":"Player"},"step":{"type":"Step","data":"Untap"},"count":{"type":"Fixed","value":1},"scope":"next_occurrence"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":5}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ dies, target player skips their next untap step. Tap up to five target permanents that player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5c2d0ead-8bfc-4ca7-9b38-2fc07af1c1d5","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0d3813fe-b6d1-4b3d-8b51-28b4b0544bee","1b38f14a-bd10-47c1-8772-5abe0a0b243f","376485a9-7cf5-43e0-919d-4de06b6aec61","47af956c-e2ba-47c5-bc5d-ec0ab345ce57"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CHK","IMA","MMA","PLST"],"rulings":[{"date":"2017-11-17","text":"If a permanent won't untap during its controller's next untap step, that effect waits to apply until its controller has an untap step that isn't skipped."},{"date":"2017-11-17","text":"If all of the permanents targeted by Yosei's ability become illegal targets, nothing becomes tapped, but the target player still skips their untap step."},{"date":"2017-11-17","text":"If any of the targets of Yosei's ability are illegal, they won't be tapped."},{"date":"2017-11-17","text":"If more than one effect instructs a player to skip their next untap step, such as if Yosei dies more than once in a turn, that player skips that many untap steps. This is different from effects that state that something doesn't untap during an untap step."},{"date":"2017-11-17","text":"If the player becomes an illegal target, the target permanents are tapped, but the player doesn't skip their untap step."}],"rarities":["rare","mythic"]},"you've been caught stealing":{"name":"You've Been Caught Stealing","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Threaten the Merchant — Each creature blocks this turn if able.\n• Bribe the Guards — You create a Treasure token for each opponent who was dealt damage this turn. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ForceBlock","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentDealtDamage","kind":"Any"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"750b61a1-7eb1-4ce2-8a56-fa63f8e48755","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Threaten the Merchant — Each creature blocks this turn if able.","Bribe the Guards — You create a Treasure token for each opponent who was dealt damage this turn."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["7fb44e8f-f3f6-5834-b4ef-a0249adacc31"],"source_printing_ids":["82730ad9-26d1-4349-a1f0-10307d76ad97"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CLB"],"rarities":["common"]},"young pyromancer":{"name":"Young Pyromancer","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast an instant or sorcery spell, create a 1/1 red Elemental creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elemental"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, create a 1/1 red Elemental creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5fac139a-07d3-4e6c-98e3-d98b199f7a6f","metadata":{"related_token_ids":["27b9adf3-cfb3-5551-adad-757e7f00201c","3937d118-134c-59bb-b38f-5cd60d31c753","4d3d1d6f-5817-57d6-8568-7b234f094c2e","6bb700ca-932f-59b3-b309-728e51d6f3f6","b729388a-eea6-5c99-a333-26a1cfed0ffb","c954ce72-0a39-500e-9859-57be1a2e8616","d4a228fe-0702-5871-83bb-6bef95c79a7d"],"source_printing_ids":["218af707-cc60-407e-af20-e21879a0e902","219577e6-758a-4135-9a8d-f95df964137a","4ba02df9-4ccd-4e0f-a1f2-f0f6c7fd6329","6f10099a-d256-44ec-a7a3-c93b27741d06","74bd3e04-2cc6-4538-b0e4-11a3653f8331","74e1698b-cd80-4cf2-92d6-62c0197eca0b","8afb19df-b96a-4736-81ab-3561e2767d2d","96ff0ce1-9737-452a-9ecb-b32a3e926283","9b53aa90-f8d6-4cbc-9836-9e4d95ea74f7","9c1f44d0-7fb2-40f5-93a9-1a465372dd82","c0d74ecd-a595-4012-81b4-083264b40c94","e349c204-3a93-4bf7-b79a-5f5f261ea2d3","e63195ed-5c3e-40e8-9cc2-5cbc1faf7f7f","f233a41f-106b-4bf0-a599-7ac5d83cfed5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","DDS","EMA","J22","J25","JMP","M14","OTC","PLST","PRM","SS3","TDC","TSR","UMA"],"rulings":[{"date":"2021-03-19","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger, but after targets have been chosen for that spell. It resolves even if that spell is countered."}],"rarities":["uncommon","special"]},"young wolf":{"name":"Young Wolf","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wolf"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Undying (When this creature dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Undying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":"Return it to the battlefield with a +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.93a: When ~ dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.","constraint":null,"condition":{"type":"Not","condition":{"type":"HadCounters","counter_type":"P1P1"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b492764-10b6-4506-be11-22daa9220a91","metadata":{"source_printing_ids":["00c08222-4c57-4bd4-9ec7-d4efae8e76bb","07dccb5f-dca4-44d1-bbbf-a84dd016fbb1","0c39aa40-ef5f-40f1-a6dd-fbce91172c50","490bec65-fe8e-427c-a97b-c904bffbc637","5e1108d8-6dd5-4275-956d-4a787af16d0f","9481d9d8-baee-4d83-8669-44bc6de42ca4","cc608dff-ea3d-4c56-a112-25373c0d1047","ed2ca825-b029-495f-83fc-54366229d417","ef35081b-1dfb-452c-95ba-884f0ee93f80"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["DKA","INR","J22","PLST","SIS","SLD"],"rarities":["common","rare"]},"your inescapable doom":{"name":"Your Inescapable Doom","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Ongoing"],"core_types":["Scheme"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(An ongoing scheme remains face up.)\nAt the beginning of your end step, put a doom counter on this scheme, then this scheme deals damage equal to the number of doom counters on it to the opponent with the highest life total among your opponents. If two or more players are tied for highest life total, you choose one.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"doom","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"doom"}},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put a doom counter on this scheme, then this scheme deals damage equal to the number of doom counters on it to the opponent with the highest life total among your opponents. If two or more players are tied for highest life total, you choose one.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c54101eb-8c10-420d-8172-d5985f348463","parse_warnings":[{"type":"TargetFallback","context":"parse_target could not classify","text":"this scheme","line_index":0},{"type":"TargetFallback","context":"parse_target could not classify","text":"the opponent with the highest life total among your opponents","line_index":0}],"legalities":{},"printings":["DCI"]},"yuriko, the tiger's shadow":{"name":"Yuriko, the Tiger's Shadow","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Ninja"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Commander ninjutsu {U}{B} ({U}{B}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand or the command zone tapped and attacking.)\nWhenever a Ninja you control deals combat damage to a player, reveal the top card of your library and put that card into your hand. Each opponent loses life equal to that card's mana value.","non_ability_text":null,"flavor_name":null,"keywords":[{"CommanderNinjutsu":{"type":"Cost","shards":["Blue","Black"],"generic":0}}],"abilities":[{"kind":"Activated","effect":{"type":"RuntimeHandled","handler":"NinjutsuFamily"},"cost":{"type":"NinjutsuFamily","variant":"CommanderNinjutsu","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Ninja"}],"controller":"You","properties":[]},"description":"Whenever a Ninja you control deals combat damage to a player, reveal the top card of your library and put that card into your hand. Each opponent loses life equal to that card's mana value.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"a7043fbd-1dfd-42cf-be4b-cc343d0949e5","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3bd81ae6-e628-447a-a36b-597e63ede295","6b26622f-7bf5-4a07-b109-4bcb13fdb010","6e4ef5bf-f055-4f0a-b1f4-263081f39104","7af7847e-82e6-45ed-834d-6f3bcba44017","f058f8e8-aa01-4dc0-a6a5-0490521b83d4","f43fe61f-513e-4308-8194-99f73c6fa972","fe9be3e0-076c-4703-9750-2a6b0a178bc9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C18","CMM","CMR","FCA","J19","PL22","PLG21","PLST","PRM","PZ2"],"rulings":[{"date":"2020-11-10","text":"Activating Yuriko's commander ninjutsu ability isn't the same as casting Yuriko as a spell. You won't have to pay the commander tax to activate that ability, and activating that ability won't increase the commander tax to pay later."},{"date":"2020-11-10","text":"Although the ninjutsu ability has the creature enter the battlefield attacking, it was never declared as an attacking creature (for the purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2020-11-10","text":"Commander ninjutsu is a variant of ninjutsu that can be activated from the command zone as well as from your hand. Just as with regular ninjutsu, the Ninja enters attacking the player or planeswalker that the returned creature was attacking."},{"date":"2020-11-10","text":"If a card in a player's library has {X} in its mana cost, X is considered to be 0."}],"rarities":["rare","mythic"]},"zack fair":{"name":"Zack Fair","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Zack Fair enters with a +1/+1 counter on it.\n{1}, Sacrifice Zack Fair: Target creature you control gains indestructible until end of turn. Put Zack Fair's counters on that creature and attach an Equipment that was attached to Zack Fair to that creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":null,"count":null,"mode":"Put","selection":"StackTarget","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[{"type":"AttachedToSource"}]},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{1}, Sacrifice ~: Target creature you control gains indestructible until end of turn. Put ~'s counters on that creature and attach an Equipment that was attached to ~ to that creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e84d146a-1c67-49df-b062-622794e45c42","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["90ab9143-23e0-437e-bc51-a46f3497c195","f21f9161-5945-40da-8da0-446f6a4a1c23","f99f3a14-3a7c-4c1c-b747-c6b1144ef1f1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PMEI"],"rulings":[{"date":"2025-06-06","text":"In some unusual cases, you may end up putting the appropriate counters on more than one permanent. For example, if you control The Ozolith (\"Whenever a creature you control leaves the battlefield, if it had counters on it, put those counters on The Ozolith.\") when Zack Fair's last ability resolves, you'll put the appropriate number of each kind of counter onto both The Ozolith and the target creature."},{"date":"2025-06-06","text":"Zack Fair's last ability doesn't cause you to move counters from Zack Fair onto the target creature. Rather, you put the same number of each kind of counter Zack Fair had when it was sacrificed onto the target creature."},{"date":"2025-06-06","text":"Zack Fair's last ability puts all counters that were on Zack Fair onto the target creature, not just its +1/+1 counters."}],"rarities":["uncommon"]},"zada, hedron grinder":{"name":"Zada, Hedron Grinder","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Ally"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast an instant or sorcery spell that targets only Zada, copy that spell for each other creature you control that the spell could target. Each copy targets a different one of those creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Any"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"TargetsOnly","filter":{"type":"SelfRef"}}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"TargetsOnly","filter":{"type":"SelfRef"}}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell that targets only ~, copy that spell for each other creature you control that the spell could target. Each copy targets a different one of those creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"9f7d5e1c-bf5b-4ab9-bd6e-2627b4d22b36","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"Whenever you cast an instant or sorcery spell that targets only Zada, copy that spell for each other creature you control that the spell cou","line_index":0}],"metadata":{"source_printing_ids":["15309fb1-3691-432e-a7e1-c48e260dc5a7","4520cdcc-a10f-4b39-9c6f-ba86f6aa2c87","7ec60f51-9845-4b5c-a920-c1bd22e0e7b5","8994524c-b9ff-4ca0-9ff0-2d074911bfe6","a9673216-eddc-4efd-81d7-d593156ed41b","b17fb671-f7ff-4633-bdef-39375c6f857c","baa36309-4bcc-4455-813a-c0243b906792","c20c7276-002e-452d-8db0-3c01b8796452","d582b933-adbe-4706-a3c9-c19b6c52fd72","eecb62d2-9b64-4d3c-a9b3-3f11dd5a8e7e","fc0969f1-92a0-47c3-8eff-d106fbef2f7e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","BFZ","CMM","J25","MUL","PBFZ","PLST","SLD"],"rulings":[{"date":"2018-03-16","text":"Any creature you control that couldn't be targeted by the original spell (due to shroud, protection abilities, targeting restrictions, or any other reason) is just ignored by Zada's ability."},{"date":"2018-03-16","text":"If the spell that's copied has an X whose value was determined as it was cast (like Rolling Thunder does), the copies have the same value of X."},{"date":"2018-03-16","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copies will have the same mode. You can't choose a different one."},{"date":"2018-03-16","text":"If you cast an instant or sorcery spell that has multiple targets, but it's targeting only Zada with all of them, Zada's ability will trigger. The copies will similarly each be targeting only one of your other creatures. You can't change any of the copy's targets to other creatures."},{"date":"2018-03-16","text":"The controller of a copy can't choose to pay any alternative or additional costs for the copy. However, effects based on any alternative or additional costs that were paid for the original spell are copied as though those same costs were paid for the copy."},{"date":"2018-03-16","text":"The copies that the ability creates are created on the stack, so they're not cast. Abilities that trigger when a player casts a spell (like Zada's ability itself) won't trigger."},{"date":"2018-03-16","text":"You control all the copies. You choose the order the copies are put onto the stack. The original spell will be on the stack beneath those copies and will resolve last."},{"date":"2018-03-16","text":"Zada's ability triggers whenever you cast an instant or sorcery spell that targets only Zada and no other object or player."}],"rarities":["uncommon","rare"]},"zaffai, thunder conductor":{"name":"Zaffai, Thunder Conductor","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Magecraft — Whenever you cast or copy an instant or sorcery spell, scry 1. If that spell's mana value is 5 or greater, create a 4/4 blue and red Elemental creature token. If that spell's mana value is 10 or greater, Zaffai deals 10 damage to an opponent chosen at random.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCastOrCopy","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Elemental"],"colors":["Blue","Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":10},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"EventSource"}}},"comparator":"GE","rhs":{"type":"Fixed","value":10}},"optional_targeting":false,"optional":false,"forward_result":false,"target_selection_mode":{"type":"Random"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"EventSource"}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast or copy an instant or sorcery spell, scry 1. If that spell's mana value is 5 or greater, create a 4/4 blue and red Elemental creature token. If that spell's mana value is 10 or greater, ~ deals 10 damage to an opponent chosen at random.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"02d529df-6299-4e8f-9794-70c8061efdc4","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["e1298968-b8ac-529f-b963-afef12011187"],"source_printing_ids":["21420f60-6443-4dec-ae35-331706592e7a","ea1ab937-8647-4c83-99d5-6a40dffa4c9b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","OC21","PRM"],"rulings":[{"date":"2021-04-16","text":"\"That spell's mana value\" refers to the spell that caused the ability to trigger, not the card you look at when you scry."},{"date":"2021-04-16","text":"Each magecraft ability has a different effect, although they all have the same trigger condition, whenever you cast or copy an instant or sorcery spell."},{"date":"2021-04-16","text":"For example, if you control Archmage Emeritus and cast an instant or sorcery spell, Archmage Emeritus's magecraft ability will trigger and you will draw a card."},{"date":"2021-04-16","text":"If an effect creates a copy of an instant or sorcery spell, this will also cause the magecraft ability to trigger."},{"date":"2021-04-16","text":"If an effect creates multiple copies of an instant or sorcery spell, magecraft abilities trigger once for each copy created by the effect."},{"date":"2021-04-16","text":"If the instant or sorcery spell has {X} in its mana cost, X is the value chosen for X as the spell was cast."},{"date":"2021-04-16","text":"Some effects instruct you to copy an instant or sorcery card in a zone other than the stack. These copies do not cause magecraft abilities to trigger. However, most effects that do this also allow you to cast the copy, and casting the copy will cause magecraft abilities to trigger."},{"date":"2021-04-16","text":"The wrong card name was inadvertently included in Zaffai's printed rules text. The text above is correct and the full name of the card is Zaffai, Thunder Conductor."}],"rarities":["mythic"]},"zap":{"name":"Zap","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Zap deals 1 damage to any target.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 1 damage to any target.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"56115482-3fd4-45fb-b800-be68c5509cf2","metadata":{"source_printing_ids":["7502ce01-b762-40fe-a064-c7b20b08a722"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["INV"],"rarities":["common"]},"zealous conscripts":{"name":"Zealous Conscripts","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen this creature enters, gain control of target permanent until end of turn. Untap that permanent. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, gain control of target permanent until end of turn. Untap that permanent. It gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"1dae6f39-2cbd-485c-b190-017a26401fd4","metadata":{"source_printing_ids":["2576152c-d8c1-4412-89db-6e21295c9b18","5c61128d-7032-48ab-a6b2-7070ef1f52e0","63f5528a-7c59-40c5-81db-82cc54263568","78d6c026-c7ea-48e9-8125-19d55d407642","b5ca6c08-bfe0-4021-b6ad-e235c8905661","c1205f74-ffe3-401f-96ef-96f855b9ae67","df3784d4-80cd-4f78-afb3-d61f3bab5b2c","fc027b11-1ecc-430d-a862-586a14bb23c3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AVR","INR","J25","LTC","MM3","SIS","TSR"],"rulings":[{"date":"2021-03-19","text":"The triggered ability can target any permanent, including one that's untapped or one that you already control."}],"rarities":["rare","special"]},"zenith chronicler":{"name":"Zenith Chronicler","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Phyrexian","Construct"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts their first multicolored spell each turn, each other player draws a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"AllExcept","exclude":{"type":"TriggeringPlayer"}}},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"ColorCount","comparator":"GE","count":2}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts their first multicolored spell each turn, each other player draws a card.","constraint":{"type":"NthSpellThisTurn","n":1,"filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"ColorCount","comparator":"GE","count":2}]}},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9fed6494-3bdd-4bc6-901f-da5fb623b152","metadata":{"source_printing_ids":["1431fe83-7dc7-4c40-8d66-6525560e4323","d9ca1010-95ab-48a0-ae69-7948e7dc73df"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE","PONE"],"rarities":["rare"]},"zimone, infinite analyst":{"name":"Zimone, Infinite Analyst","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"The first spell you cast with {X} in its mana cost each turn costs {1} less to cast for each +1/+1 counter on Zimone.\nWhenever you cast your first spell with {X} in its mana cost each turn, put two +1/+1 counters on Zimone.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your first spell with {X} in its mana cost each turn, put two +1/+1 counters on ~.","constraint":{"type":"NthSpellThisTurn","n":1,"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]}},"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]},"dynamic_count":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The first spell you cast with {X} in its mana cost each turn costs {1} less to cast for each +1/+1 counter on ~."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"977f9390-e01d-4e9d-8e9c-e543b1266972","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["605afac4-d2e5-4e68-97d2-3ac2ead5f3a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"If you cast your first spell with {X} in its mana cost during a turn before Zimone is on the battlefield, casting another spell with {X} in its mana cost later in the turn won't cause her last ability to trigger. That spell also won't have the cost reduction from Zimone's first ability."},{"date":"2026-03-20","text":"Since Zimone's last ability won't trigger until you've finished casting your first spell with {X} in its mana cost each turn, the counters from that ability won't be placed on Zimone until after that spell's cost has been determined. The counters put on Zimone from casting your first spell with {X} in its mana cost do not reduce that same spell's cost. "},{"date":"2026-03-20","text":"Zimone's last ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."}],"rarities":["mythic"]},"zinnia, valley's voice":{"name":"Zinnia, Valley's Voice","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bird","Bard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nZinnia gets +X/+0, where X is the number of other creatures you control with base power 1.\nCreature spells you cast gain offspring {2} as you cast them. (You may pay an additional {2} as you cast a creature spell. If you do, when that creature enters, create a 1/1 token copy of it.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"PtComparison","stat":"Power","scope":"Base","comparator":"EQ","value":{"type":"Fixed","value":1}}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +X/+0, where X is the number of other creatures you control with base power 1."},{"mode":{"CastWithKeyword":{"keyword":{"Offspring":{"type":"Cost","shards":[],"generic":2}}}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Creature spells you cast gain offspring {2} as you cast them."}],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"d8c16a3a-dd9d-410c-a5d5-06339a89970f","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["aae03160-19d3-5edd-9d4a-db5572ed77d3"],"source_printing_ids":["6263bd74-3f44-4206-8d4d-f90c333b601d","dfe36901-5841-4942-8b61-c273111f715e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC"],"rulings":[{"date":"2024-07-26","text":"Any \"enters\" abilities of the copied creature will trigger when the token enters. Any \"as [this creature] enters\" or \"[this creature] enters with\" abilities of the copied creature will also work."},{"date":"2024-07-26","text":"If a creature has a characteristic-defining ability that sets its power, indicated with a */* or similar in the power and toughness box, that ability is taken into account when determining its base power."},{"date":"2024-07-26","text":"If the spell is countered, the offspring ability will not trigger, and no token will be created."},{"date":"2024-07-26","text":"If the spell resolves but the creature with offspring leaves the battlefield before the offspring ability resolves, you'll still create a token copy of it."},{"date":"2024-07-26","text":"In the rare case where the creature doesn't have the offspring ability when it enters, the ability won't trigger even if you paid the offspring cost."},{"date":"2024-07-26","text":"In the rare case where the original creature is copying something else when the offspring ability resolves, the token enters as whatever that creature copied, except it's a 1/1."},{"date":"2024-07-26","text":"Many creatures with offspring abilities have other abilities that refer to them as \"this creature\" rather than referring to them by name. This difference is for clarity purposes and does not change the function of any of these abilities."},{"date":"2024-07-26","text":"Normally, a creature's base power is the power printed on the card or, for a token, the power set by the effect that created it. If another effect sets a creature's power to a specific number or value, those become its base power. If an effect modifies a creature's power without setting it, that is not included when determining its base power."},{"date":"2024-07-26","text":"Some creatures have base power and toughness 0/0 and an ability that gives them a bonus based on some criteria. Those are not characteristic-defining abilities, and that ability doesn't change its base power."},{"date":"2024-07-26","text":"The token copies exactly what was printed on the original creature and nothing else, except it's a 1/1 (unless that creature is copying something else; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its types, color, or so on."},{"date":"2024-07-26","text":"The token created by the offspring ability isn't \"cast\", so abilities that trigger when a creature spell is cast won't trigger for the copy."},{"date":"2024-07-26","text":"You can pay an offspring cost only once as you cast a spell with offspring. You can't try to pay it multiple times to get more token copies."}],"rarities":["mythic"]},"zirda, the dawnwaker":{"name":"Zirda, the Dawnwaker","mana_cost":{"type":"Cost","shards":["RedWhite","RedWhite"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Fox"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Companion — Each permanent card in your starting deck has an activated ability. (If this card is your chosen companion, you may put it into your hand from outside the game for {3} as a sorcery.)\nAbilities you activate that aren't mana abilities cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana.\n{1}, {T}: Target creature can't block this turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Companion":{"type":"PermanentsHaveActivatedAbilities"}}],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBlock","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}, {T}: Target creature can't block this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Reduce","keyword":"activated","amount":2,"minimum_mana":1,"exemption":"ManaAbilities","activator":{"type":"Controller"}}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Abilities you activate that aren't mana abilities cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"7b515c56-7b1e-42a8-82b0-1b30201fb162","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1bd8e61c-2ee8-4243-a848-7008810db8a0","4722cf09-7de9-4ed3-a3aa-983358905cb4","5a8df264-e89e-43a6-a4a1-9cf4f038172a","5fe75365-7f6d-4faf-9f55-0ba83821836a","b9eebeff-1ec0-4631-b2bc-e46984fb63c1","ff7301bd-05db-436b-8a49-5840c4cb9995"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"banned","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","MUL","PIKO","PRM"],"rulings":[{"date":"2020-04-17","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities are activated abilities (such as cycling) and will have colons in their reminder text."},{"date":"2020-04-17","text":"Activating Zirda's last ability after a creature has blocked won't remove the blocking creature from combat or cause the creature it blocked to become unblocked."},{"date":"2020-04-17","text":"An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2020-04-17","text":"Before shuffling your deck to become your library, you may reveal one card from outside the game to be your companion if your starting deck meets the requirements of the companion ability. You can't reveal more than one. It remains revealed outside the game as the game begins."},{"date":"2020-04-17","text":"Effects that reduce the generic mana cost of an activation cost can't reduce that cost's colored mana requirements. The activation cost is reduced by only {1} if doing so reduces that cost to one mana. For example, a cycling cost of {2} would become {1}, and one of {1}{R} would become {R}. The activation cost is unaffected if it already costs one or zero mana (such as the activation cost of Zirda's last ability)."},{"date":"2020-04-17","text":"If more than one player wishes to reveal a companion, the starting player does so first, and players proceed in turn order. Once a player has chosen not to reveal a companion, that player can't change their mind."},{"date":"2020-04-17","text":"If you reveal a companion outside the game, for as long as it remains there, you may pay {3} any time you could cast a sorcery (that is, you have priority during your main phase and the stack is empty). Once you do, you put it into your hand and behaves like any other card you've brought into the game. For example, if it's discard, countered, or destroyed, it's put into your graveyard, remaining in the game. This is a change from previous rules."},{"date":"2020-04-17","text":"Paying {3} to put your companion into your hand is a special action. It doesn't use the stack and players can't respond to it. Once you take this action, you may cast that card if it's legal to do so before any other player can take actions."},{"date":"2020-04-17","text":"Permanent cards are artifact, creature, enchantment, land, and planeswalker cards. Land cards with basic land types have intrinsic activated mana abilities associated with those types."},{"date":"2020-04-17","text":"The companion ability has no effect if the card is in your starting deck and creates no restriction on putting a card with a companion ability into your starting deck. For example, Zirda may be in your starting deck even if your other permanent cards don't all have activated abilities."},{"date":"2020-04-17","text":"The companion's other abilities apply only if the creature is on the battlefield. They have no effect while the companion is outside the game."},{"date":"2020-04-17","text":"The requirements of the companion ability apply only to your starting deck. They do not apply to your sideboard."},{"date":"2020-04-17","text":"You may have one companion in the Commander variant. Your deck, including your commander, must meet its companion requirement. Your companion is not one of your one hundred cards."},{"date":"2020-04-17","text":"Your companion begins the game outside the game. In tournament play, this means your sideboard. In casual play, it's simply a card you own that's not in your starting deck."},{"date":"2020-06-01","text":"If you reveal a companion outside the game, for as long as it remains there, you may pay {3} any time you could cast a sorcery (that is, you have priority during your main phase and the stack is empty). Once you do, you put it into your hand and behaves like any other card you've brought into the game. For example, if it's discarded, countered, or destroyed, it's put into your graveyard, remaining in the game. This is a change from previous rules."},{"date":"2020-06-01","text":"Paying {3} to put your companion into your hand is a special action. It doesn't use the stack and players can't respond to it. Once you take this action, you may cast that card if it's legal to do so before any other player can take actions."},{"date":"2020-06-01","text":"Wizards of the Coast has issued functional errata for the Companion mechanic. Instead of casting companions from outside the game: Once per game, any time you could cast a sorcery (during your main phase when the stack is empty), you can pay {3} to put your companion from your sideboard into your hand. This is a special action, not an activated ability. It happens immediately and can’t be responded to. It can’t be countered or stopped by cards like Phyrexian Revoker. For more information please see https://magic.wizards.com/en/articles/archive/news/june-1-2020-banned-and-restricted-announcement"}],"rarities":["rare"]},"zurgo and ojutai":{"name":"Zurgo and Ojutai","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Orc","Dragon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, haste\nZurgo and Ojutai has hexproof as long as it entered this turn.\nWhenever one or more Dragons you control deal combat damage to a player or battle, look at the top three cards of your library. Put one of them into your hand and the rest on the bottom of your library in any order. You may return one of those Dragons to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste"],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":"Hand","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]},"description":"Whenever one or more Dragons you control deal combat damage to a player or battle, look at the top three cards of your library. Put one of them into your hand and the rest on the bottom of your library in any order. You may return one of those Dragons to its owner's hand.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"SourceEnteredThisTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has hexproof as long as it entered this turn."}],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"941c9acd-2773-456a-88d5-0537735f93c6","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["e26911a0-447a-41d6-96e5-c93353778a2c","eacbcd82-36e6-424c-bd4e-ec3a584836c5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"Because creatures with first strike deal combat damage before creatures without first strike, it’s also possible to have the ability trigger twice in the same combat by your Dragons dealing combat damage to one player at different times. This can also happen if an attacking Dragon you control has double strike."},{"date":"2023-04-14","text":"The triggered ability will trigger once for each player or battle dealt combat damage by Dragons you control, no matter how many Dragons were involved. For example, if you attack a player with three Dragons and a battle that player protects with two Dragons, and they all connect, the ability will trigger twice."},{"date":"2023-04-14","text":"You choose whether to return one of the Dragons that dealt combat damage to the player or battle as the triggered ability is resolving. This doesn’t target any of those Dragons."}],"rarities":["mythic"]},"zurgo bellstriker":{"name":"Zurgo Bellstriker","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Orc","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Zurgo can't block creatures with power 2 or greater.\nDash {1}{R} (You may cast this spell for its dash cost. If you do, it gains haste, and it's returned from the battlefield to its owner's hand at the beginning of the next end step.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Dash":{"type":"Cost","shards":["Red"],"generic":1}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block creatures with power 2 or greater."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"46808926-d95b-4313-89d1-6bdfe13fcb77","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4aafa8c8-fd24-468c-9d87-f23301ef804f","bbac6d75-59ab-4d7d-87ae-46875abf8cc7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DTK","PDTK","PIO"],"rulings":[{"date":"2015-02-25","text":"Even though both cards portray the same character, Zurgo Bellstriker and Zurgo Helmsmasher have different names. Controlling both of them won't invoke the \"legend rule.\""},{"date":"2015-02-25","text":"If a creature enters the battlefield as a copy of or becomes a copy of a creature whose dash cost was paid, the copy won't have haste and won't be returned to its owner's hand."},{"date":"2015-02-25","text":"If you choose to pay the dash cost rather than the mana cost, you're still casting the spell. It goes on the stack and can be responded to and countered. You can cast a creature spell for its dash cost only when you otherwise could cast that creature spell. Most of the time, this means during your main phase when the stack is empty."},{"date":"2015-02-25","text":"If you pay the dash cost to cast a creature spell, that card will be returned to its owner's hand only if it's still on the battlefield when its triggered ability resolves. If it dies or goes to another zone before then, it will stay where it is."},{"date":"2015-02-25","text":"Once Zurgo Bellstriker has legally blocked a creature, raising that creature's power to 2 or greater won't undo the block."},{"date":"2015-02-25","text":"You don't have to attack with the creature with dash unless another ability says you do."}],"rarities":["rare"]}} +{"\"name sticker\" goblin":{"name":"\"Name Sticker\" Goblin","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Guest"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters from anywhere other than a graveyard or exile, if it's on the battlefield and you control 9 or fewer creatures named \"Name Sticker\" Goblin, roll a 20-sided die.\n1-6 | Add {R}{R}{R}{R}.\n7-14 | Add {R}{R}{R}{R}{R}.\n15-20 | Add {R}{R}{R}{R}{R}{R}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"1-6 | Add {R}{R}{R}{R}."},"cost":null,"sub_ability":null,"duration":null,"description":"1-6 | Add {R}{R}{R}{R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"7-14 | Add {R}{R}{R}{R}{R}."},"cost":null,"sub_ability":null,"duration":null,"description":"7-14 | Add {R}{R}{R}{R}{R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"15-20 | Add {R}{R}{R}{R}{R}{R}."},"cost":null,"sub_ability":null,"duration":null,"description":"15-20 | Add {R}{R}{R}{R}{R}{R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":20,"results":[]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"zone_change_clauses":[{"origin":{"type":"OneOf","data":["Library","Hand","Battlefield","Stack","Command"]},"destination":"Battlefield","valid_card":{"type":"SelfRef"}}],"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters from anywhere other than a graveyard or exile, if it's on the battlefield and you control 9 or fewer creatures named \"Name Sticker\" Goblin, roll a 20-sided die.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"acee1d16-1651-4e2c-8138-cc6456c4ee71","metadata":{"source_printing_ids":["fd1442b4-da59-4042-835f-143c8dcaa73b"]},"legalities":{"commander":"legal","legacy":"banned","pauper":"banned","vintage":"banned"},"printings":["UNF"],"rarities":["common"]},"17-year cicadas":{"name":"17-Year Cicadas","mana_cost":{"type":"Cost","shards":["White"],"generic":7},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create ten 1/1 white Insect creature tokens with flying. Exile 17-Year Cicadas with seventeen time counters on it.\nSuspend 17 — {0} (Rather than cast this card from your hand, you may pay {0} and exile it with seventeen time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)\nWhenever you cast a spell, if this card is suspended, remove a time counter from it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":17,"cost":{"type":"Cost","shards":[],"generic":0}}}],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Insect","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Insect"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":10},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["time",{"type":"Fixed","value":17}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Create ten 1/1 white Insect creature tokens with flying. Exile ~ with seventeen time counters on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"SpellCast","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":17},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dcbf8d0d-a5a8-4dc2-828f-25ccfe87fe0f","metadata":{"source_printing_ids":["a732bc65-33fe-4445-ba3f-082578ee837a"]},"legalities":{},"printings":["UNK"],"rarities":["uncommon"]},"a killer among us":{"name":"A Killer Among Us","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, create a 1/1 white Human creature token, a 1/1 blue Merfolk creature token, and a 1/1 red Goblin creature token. Then secretly choose Human, Merfolk, or Goblin.\nSacrifice this enchantment, Reveal the creature type you chose: If target attacking creature token is the chosen type, put three +1/+1 counters on it and it gains deathtouch until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"Token"}]}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain deathtouch"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Sacrifice ~, Reveal the creature type you chose: If target attacking creature token is the chosen type, put three +1/+1 counters on it and it gains deathtouch until end of turn.","target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"Token"},{"type":"IsChosenCreatureType"}]},"use_lki":false,"subject_slot":0},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Human","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Merfolk","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Merfolk"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Goblin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"CreatureType":{"options":["Human","Merfolk","Goblin"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"create a 1/1 red Goblin creature token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"create a 1/1 blue Merfolk creature token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 1/1 white Human creature token, a 1/1 blue Merfolk creature token, and a 1/1 red Goblin creature token. Then secretly choose Human, Merfolk, or Goblin.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"79d577a8-53c0-4220-bc0e-70764d72d5fd","metadata":{"related_token_ids":["9ac7e305-d4ff-57c5-8aa0-d0b1272b7212","ea2f86f5-bc5a-58d4-8ae6-116f9a5981c0","f4991ff1-b597-5f15-9a8e-9724ae5ee3fe"],"source_printing_ids":["2c1392c5-91a5-4e6e-803d-ed032e4d594b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"A Killer Among Us's last ability can target any attacking creature token, not just one of the tokens created by its first ability, and not just one of the chosen type. Only a token of the chosen type will get the bonuses, though."},{"date":"2024-02-02","text":"If you control multiple copies of A Killer Among Us, you may choose the same or different creature types for each one. Be careful to keep track of which type is chosen for each A Killer Among Us."},{"date":"2024-02-02","text":"Only the player who secretly chose the creature type can reveal the creature type they chose. If another player gains control of A Killer Among Us, they will be unable to activate its last ability."},{"date":"2024-02-02","text":"There are several ways to secretly choose one of the creature types, including writing that type on a piece of paper that's kept with A Killer Among Us."}],"rarities":["uncommon"]},"a-knockout blow":{"name":"A-Knockout Blow","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {2} less to cast if it targets a red creature.\nDestroy target tapped creature. You gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Tapped"}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target tapped creature. You gain 2 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Targets","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasColor","color":"Red"}]}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast if it targets a red creature."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"25a7330a-f67a-48fc-a8c1-d349cb693553","metadata":{"source_printing_ids":["63313cf3-963d-4bae-89bc-8a8ddf2a9294"]},"legalities":{"brawl":"legal","historic":"legal"},"printings":["SNC"],"rarities":["uncommon"]},"a-raiyuu, storm's edge":{"name":"A-Raiyuu, Storm's Edge","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Samurai"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"First strike\nWhenever a Samurai or Warrior you control attacks alone, untap it. If it's the first combat phase of the turn, there is an additional combat phase after this phase.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"FirstCombatPhaseOfTurn"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Samurai"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":"You","properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Samurai or Warrior you control attacks alone, untap it. If it's the first combat phase of the turn, there is an additional combat phase after this phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"475ef518-7dbe-4caf-9877-a0a836939c20","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["06f5ab0d-3280-42d3-bc7e-abb109bbe3c4"]},"legalities":{"brawl":"legal","historic":"legal"},"printings":["NEO"],"rarities":["rare"]},"a-sewer crocodile":{"name":"A-Sewer Crocodile","mana_cost":{"type":"Cost","shards":["Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Crocodile"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"{3}{U}: Sewer Crocodile can't be blocked this turn. This ability costs {3} less to activate if there are five or more mana values among cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":3}},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"this","description":"This ability costs {3} less to activate if there are five or more mana values among cards in your graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{3}{U}: ~ can't be blocked this turn. This ability costs {3} less to activate if there are five or more mana values among cards in your graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d294866d-185e-41a8-a096-fb55a6c827dc","metadata":{"source_printing_ids":["81c9b674-b13e-4ba0-8eef-067e62db1b8a"]},"legalities":{"brawl":"legal","historic":"legal"},"printings":["SNC"],"rarities":["common"]},"a-sprouting goblin":{"name":"A-Sprouting Goblin","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Kicker {G} (You may pay an additional {G} as you cast this spell.)\nWhen Sprouting Goblin enters, if it was kicked, search your library for a land card with a basic land type, reveal it, put it into your hand, then shuffle.\n{T}, Sacrifice a land: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Kicker":{"type":"Cost","shards":["Green"],"generic":0}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice a land: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"AnyOf":[{"Subtype":"Plains"},{"Subtype":"Island"},{"Subtype":"Swamp"},{"Subtype":"Mountain"},{"Subtype":"Forest"}]}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if it was kicked, search your library for a land card with a basic land type, reveal it, put it into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"9aa0d3cc-0785-4b37-a495-33f4bf4114ef","additional_cost":{"type":"Kicker","data":{"costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}}]}},"metadata":{"source_printing_ids":["89a96429-4352-4dad-82c4-9ef8787573de"]},"legalities":{"brawl":"legal","historic":"legal"},"printings":["DMU"],"rarities":["uncommon"]},"aang and la, ocean's fury":{"name":"Aang and La, Ocean's Fury","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Avatar","Spirit","Ally"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Reach, trample\nWhenever Aang and La attack, put a +1/+1 counter on each tapped creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Reach","Trample"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Tapped"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attack, put a +1/+1 counter on each tapped creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue","White"],"scryfall_oracle_id":"cbf09050-39d0-463b-96db-9e22011ae0d8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["077a1ad2-6317-4271-b86c-cc999776251d","372afa84-9ca9-46e6-8643-e16249505c59","82866a0e-485a-4f7e-8c49-f7d9ff3f4ad4","de89fec4-f5c8-4513-8504-ac9bafb44054"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["PTLA","TLA"],"rarities":["rare"]},"aang's journey":{"name":"Aang's Journey","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Lesson"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Kicker {2} (You may pay an additional {2} as you cast this spell.)\nSearch your library for a basic land card. If this spell was kicked, instead search your library for a basic land card and a Shrine card. Reveal those cards, put them into your hand, then shuffle.\nYou gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Kicker":{"type":"Cost","shards":[],"generic":2}}],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},{"type":"Typed","type_filters":["Enchantment",{"Subtype":"Shrine"}],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":2},"reveal":false,"selection_constraint":{"type":"MatchEachFilter","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},{"type":"Typed","type_filters":["Enchantment",{"Subtype":"Shrine"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card. If this spell was kicked, instead search your library for a basic land card and a Shrine card. Reveal those cards, put them into your hand, then shuffle.\nYou gain 2 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ddf461b9-a205-4dc7-a9c3-c047b1ff709f","additional_cost":{"type":"Kicker","data":{"costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}}]}},"metadata":{"source_printing_ids":["5e51f727-5a9b-4bc7-83a9-dbcf1c933e15"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rarities":["common"]},"aang, master of elements":{"name":"Aang, Master of Elements","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Avatar","Ally"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nSpells you cast cost {W}{U}{B}{R}{G} less to cast. (This can reduce generic costs.)\nAt the beginning of each upkeep, you may transform Aang, Master of Elements. If you do, you gain 4 life, draw four cards, put four +1/+1 counters on him, and he deals 4 damage to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":4},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each upkeep, you may transform ~. If you do, you gain 4 life, draw four cards, put four +1/+1 counters on him, and he deals 4 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast cost {W}{U}{B}{R}{G} less to cast."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"b4872bac-5822-4c35-9b73-38c4e3ffa477","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["257928ba-27ae-4a11-ae41-76dfcd626ed4","d0467b6f-8c7d-4fcd-99f8-d335bb736484","fe29e909-50e9-4f04-b1a3-2cc5d7e3efe8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["PTLA","TLA"],"rarities":["mythic"]},"aang, swift savior":{"name":"Aang, Swift Savior","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Avatar","Ally"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nWhen Aang enters, airbend up to one other target creature or spell. (Exile it. While it's exiled, its owner may cast it for {2} rather than its mana cost.)\nWaterbend {8}: Transform Aang.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Waterbend","cost":{"type":"Cost","shards":[],"generic":8}},"sub_ability":null,"duration":null,"description":"Waterbend {8}: Transform ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"ExileWithAltCost","cost":{"type":"Cost","shards":[],"generic":2}},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Air"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, airbend up to one other target creature or spell.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"cbf09050-39d0-463b-96db-9e22011ae0d8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["077a1ad2-6317-4271-b86c-cc999776251d","372afa84-9ca9-46e6-8643-e16249505c59","82866a0e-485a-4f7e-8c49-f7d9ff3f4ad4","de89fec4-f5c8-4513-8504-ac9bafb44054"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["PTLA","TLA"],"rarities":["rare"]},"abandoned air temple":{"name":"Abandoned Air Temple","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control a basic land.\n{T}: Add {W}.\n{3}{W}, {T}: Put a +1/+1 counter on each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}{W}, {T}: Put a +1/+1 counter on each creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control a basic land.","condition":{"type":"UnlessControlsMatching","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"HasSupertype","value":"Basic"}]}},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9575d7ce-f26d-4b90-87a3-6329e9799572","metadata":{"source_printing_ids":["761988b0-fb0e-45e7-97d3-cef259fe47b7","9c0433f9-8f1e-4a19-a83f-a41925f1b1a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"If one of these lands enters at the same time as any number of basic lands, those other lands are not counted when determining if this land enters tapped or untapped."}],"rarities":["rare"]},"abdel adrian, gorion's ward":{"name":"Abdel Adrian, Gorion's Ward","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Abdel Adrian enters, exile any number of other nonland permanents you control until Abdel Adrian leaves the battlefield. Create a 1/1 white Soldier creature token for each permanent exiled this way.\nChoose a Background (You can have a Background as a second commander.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"ChooseABackground"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"FilteredTrackedSetSize","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"caused_by":"Exiled"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile any number of other nonland permanents you control until ~ leaves the battlefield. Create a 1/1 white Soldier creature token for each permanent exiled this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cab092f9-b7ff-43b9-935f-310869a4daf8","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["8e4feafb-d457-5954-9d4c-acb3b30eb384"],"source_printing_ids":["396f9198-67b6-45d8-91b4-dc853bff9623","4857125b-bd0f-4f09-9d6c-56544834a359","e5cb7668-e07d-4551-9525-68974b33ad87"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB"],"rulings":[{"date":"2022-06-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2022-06-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2022-06-10","text":"Cards that return to the battlefield after Abdel Adrian leaves the battlefield return under their owners' control."},{"date":"2022-06-10","text":"Choose a Background is a variant of the partner ability. You may have two commanders if one of them is a legendary creature with the choose a background ability and the other is a legendary Background enchantment. Backgrounds and cards with choose a Background do not interact with cards which have any other partner ability."},{"date":"2022-06-10","text":"If Abdel Adrian leaves the battlefield before its enters-the-battlefield ability resolves, you can't exile any nonland permanents. You won't create any Soldier creature tokens in this case."},{"date":"2022-06-10","text":"If a card refers to a commander creature you own, a Background won't usually be counted or included for that effect. If another spell or ability causes your Background to become a creature, however, it will be included. Any effect that refers to your commander or a commander you own or control without specifying creature will apply to a Background that is your commander, as appropriate."},{"date":"2022-06-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2022-06-10","text":"If you control a Background that grants an ability to commander creatures you own, and you own more than one commander creature, each of them will have that ability."},{"date":"2022-06-10","text":"If you exile a token nonland permanent this way, it ceases to exist. It won't be returned to the battlefield. You'll still create a Soldier creature token for it though."},{"date":"2022-06-10","text":"If your Commander deck has two commanders, you can include only cards whose own color identities are also found in your commanders' combined color identities."},{"date":"2022-06-10","text":"If your commander loses the choose a Background ability or stops being a Background during the game, as appropriate, it is still your commander."},{"date":"2022-06-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 combat damage from any one of them, not from both of them combined (although your Background won't usually be a creature anyway)."},{"date":"2022-06-10","text":"The Soldier creature tokens stay on the battlefield even after the exiled cards return."},{"date":"2022-06-10","text":"You can choose two commanders that are the same color or colors."}],"rarities":["uncommon"]},"abhorrent oculus":{"name":"Abhorrent Oculus","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eye"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, exile six cards from your graveyard.\nFlying\nAt the beginning of each opponent's upkeep, manifest dread. (Look at the top two cards of your library. Put one onto the battlefield face down as a 2/2 creature and the other into your graveyard. Turn it face up any time for its mana cost if it's a creature card.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ManifestDread"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each opponent's upkeep, manifest dread.","constraint":{"type":"OnlyDuringOpponentsTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b1a0e129-27f0-4a09-b00d-497e18777306","additional_cost":{"type":"Required","data":{"type":"Exile","count":6,"zone":"Graveyard","filter":null}},"metadata":{"source_printing_ids":["5f89402a-ef5c-47c1-8cef-f40920f98fac","d2705b43-a94a-44c0-8740-82e0b296820c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK","SCH"],"rulings":[{"date":"2024-09-20","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-09-20","text":"Abhorrent Oculus's additional cost must be paid even if it's cast \"without paying its mana cost\" or for any alternative cost."},{"date":"2024-09-20","text":"Any time you have priority, you can turn a manifested permanent you control face up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-09-20","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-09-20","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-09-20","text":"If a double-faced card is manifested, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-09-20","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise or morph ability because it will no longer have that ability (or the associated cost) once face up."},{"date":"2024-09-20","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-09-20","text":"If a manifested creature would have disguise or morph if it were face up, you may also turn it face up by paying its disguise or morph cost, as appropriate."},{"date":"2024-09-20","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-09-20","text":"If your library contains only one card when you manifest dread, you'll look at that card and put it onto the battlefield face down. You won't have the option to put it into your graveyard instead. If your library contains no cards when you manifest dread, you won't do anything."},{"date":"2024-09-20","text":"Some cards in the Duskmourn release have abilities that trigger \"whenever you manifest dread.\" In circumstances where you are instructed to manifest dread but can't perform some or all of the steps of manifesting dread (probably because your library has one or fewer cards in it), these abilities will still trigger."},{"date":"2024-09-20","text":"To manifest dread, look at the top two cards of your library. Manifest one (by putting it onto the battlefield face down) and put the other into your graveyard. The card you put onto the battlefield becomes a 2/2 face-down creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-09-20","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-09-20","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a manifested creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-09-20","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered should remain clear, as well as what ability caused them to be face down. (This includes manifest, disguise, cloak, morph, and a few older effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["mythic"]},"abrade":{"name":"Abrade","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Abrade deals 3 damage to target creature.\n• Destroy target artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f9db72dc-9a5b-48a4-a86e-7464d9a2166a","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["~ deals 3 damage to target creature.","Destroy target artifact."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["1add1757-c1f8-448a-b279-c6940fb7ad5f","24da9431-7e52-44f5-bc18-2f2d8a4ca81e","25a6e1bb-c751-447c-be69-e03692568678","31af49a8-e655-4670-b035-58171a6a57b9","47f39b5e-2e85-4f31-bbab-0b0bf58f701d","4c2a1b4e-858c-47a3-be89-9275e48d5475","4f984662-8fe0-42eb-8031-89c80315dede","548947dc-a5ca-43b5-9531-bcef20fa4ae5","59f501f5-2bf4-40a5-8ac5-bff8a64b6762","61ada5ce-3a58-4da9-aff2-93a61411dd64","6c762283-0a35-42d7-8c28-3b349e56789a","6ef4ac5a-71bd-4b75-a949-084160ef7b7a","75120201-e3bb-496f-84e2-5cab08f0b79e","778fad36-28d5-488b-bc7a-e60c8646bdc2","7b0d67b1-e7ae-4ec9-b135-8ff10b46e92b","7edf88fb-a4ba-40d4-af93-81ffbeedb29c","84319dfb-eaf7-4b98-8c4f-30f5e779591b","a0e47d11-cb21-402b-a39e-588a94cc57b4","aa74ab7c-b9de-47ab-83ea-2b98738838c7","c1466ae6-9dbc-4ead-844b-9b1ba7274baf","c1d9e279-61c1-4567-9f54-50a7138fb36d","c3a0c43a-c03f-4070-aa46-f4107a1e3dd2","c5bb5307-e874-42c4-b85d-06b9f6c474c8","cccbc616-5592-4051-a066-a325209f349e","d1ed5b20-94f6-455f-80a5-e4ed360167be","d27d5b87-6dfc-4b99-822b-f6f8489ad275","fee393c7-1868-4d11-93c3-3d143e0c8dd9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","AKR","BLC","BRC","CMM","CMR","DBL","FDN","GN3","HOU","INR","LCI","PHOU","PLST","PRM","SCD","SLD","SOA","SOC","TDC","VOW"],"rarities":["common","uncommon","rare"]},"absolver thrull":{"name":"Absolver Thrull","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Thrull","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haunt (When this creature dies, exile it haunting target creature.)\nWhen this creature enters or the creature it haunts dies, destroy target enchantment.","non_ability_text":null,"flavor_name":null,"keywords":["Haunt"],"abilities":[],"triggers":[{"mode":"EntersOrHauntedCreatureDies","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters or the creature it haunts dies, destroy target enchantment.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileHaunting","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.55a: Exile it haunting target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.55a: When this permanent is put into a graveyard from the battlefield, exile it haunting target creature.","constraint":null,"condition":null,"batched":false},{"mode":"HauntedCreatureDies","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.55c: When the creature this card haunts dies, trigger the haunt payoff.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a9002245-0f33-48cb-96d3-fde884236eb5","metadata":{"source_printing_ids":["711979c3-e70b-4973-a4f1-020db534fc73"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["GPT"],"rarities":["common"]},"absolving lammasu":{"name":"Absolving Lammasu","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lammasu"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, all suspected creatures are no longer suspected.\nWhen this creature dies, you gain 3 life and suspect up to one target creature an opponent controls. (A suspected creature has menace and can't block.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Unsuspect","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Suspected"}]},"scope":{"type":"All"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, all suspected creatures are no longer suspected.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, you gain 3 life and suspect up to one target creature an opponent controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dbedd45e-f76c-4be7-ad89-ff57bed6626f","metadata":{"source_printing_ids":["bd6e71a1-713e-4eca-bd65-9f0638c16794"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"Being suspected isn't a copiable value. If a permanent becomes a copy of a suspected creature, it won't be suspected."},{"date":"2024-02-02","text":"If a creature is already suspected, suspecting it again won't have any effect."},{"date":"2024-02-02","text":"If a suspected creature loses all abilities, it will lose menace and \"This creature can't block\", but it won't stop being suspected."},{"date":"2024-02-02","text":"There's no limit to the number of creatures that can be suspected simultaneously. Suspecting a new creature doesn't cause other creatures to stop being suspected."},{"date":"2024-02-02","text":"When an effect suspects a creature, it becomes suspected. It gains menace and \"This creature can't block\" for as long as it's suspected. It stays suspected until it leaves the battlefield or another effect causes it to no longer be suspected."},{"date":"2024-02-02","text":"You don't have to choose a target for Absolving Lammasu's last ability. However, if you do, and that permanent is an illegal target at the time the ability tries to resolve, it won't resolve and none of its effects will happen. You won't gain life."}],"rarities":["uncommon"]},"abundance":{"name":"Abundance","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you would draw a card, you may instead choose land or nonland and reveal cards from the top of your library until you reveal a card of the chosen kind. Put that card into your hand and put all other cards revealed this way on the bottom of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Draw","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"CardPredicate":{"options":["Land","Nonland"]}},"persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"MatchesLastChosenCardPredicate"}]},"count":{"type":"Fixed","value":1},"kept_destination":"Hand","rest_destination":"Library"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":null,"description":"If you would draw a card, you may instead choose land or nonland and reveal cards from the top of your library until you reveal a card of the chosen kind. Put that card into your hand and put all other cards revealed this way on the bottom of your library in any order.","condition":null}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"eccc9a54-2b56-4a02-9926-258d5b2e25fb","metadata":{"source_printing_ids":["46184f97-d5c9-4a98-9fd9-e19057ce9b7e","51d27db7-3c11-4896-a8f9-2f7f7beeec18","73a44759-1fa4-4a96-b668-316851e8a35a","7f3fff7e-f34d-4a99-a805-bd66c4e9f0cb","9ab8ad39-840e-474b-beb8-96a7c2a8d0fa","9bc359b0-8886-415b-a497-e98a2241084e","c2413999-49c8-4aee-9f1e-90728089d15f","f6d051fa-bd3a-4c94-ae41-34d89a7bb77d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","40K","C17","CMM","DDR","USG","ZNC"],"rulings":[{"date":"2004-10-04","text":"If no card of the chosen type is found before your library empties, you don't get a card, but you do get to order all the cards in your library any way you choose."},{"date":"2004-10-04","text":"If you use this on a multi-card draw, each replaced draw is handled separately. In other words, you reveal and then put on the bottom of the library for the first card, then do the same for the second, and so on. In a multi-card draw you do not have to choose how many of those draws will be replaced before you do any drawing or use of this card."},{"date":"2004-10-04","text":"This replacement effect replaces the draw, so nothing that triggers on a draw will trigger."},{"date":"2007-07-15","text":"If your library is empty, Abundance can prevent you from losing the game for being unable to draw a card. If an effect or turn-based action would cause you to draw a card, you can replace that draw with Abundance's replacement effect. (It doesn't matter that you'd be unable to actually draw a card.) Since Abundance's effect has you put a card into your hand instead of drawing a card, you'll never be forced to draw a card with an empty library."}],"rarities":["rare"]},"abyssal specter":{"name":"Abyssal Specter","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Specter"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals damage to a player, that player discards a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals damage to a player, that player discards a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"51833cff-6519-4806-8d91-0040e9a02189","metadata":{"source_printing_ids":["15beb937-dc3a-4b3a-8d33-5a74fa9addeb","2be32aca-94d0-46df-9ca9-503a51416b14","36e4df76-41c8-4410-a505-4f328c94b974","478240fd-864f-451d-9583-1f46f98f7f2e","68672104-44da-491b-930e-a5ec5740f9a4","69a41bec-7fb0-4060-918a-38cbbb329543","8dcfb1fb-8e04-4312-9a06-ed3fc2e86c22","a7e6582d-e569-4131-b212-3ef1767be107","fa54bc77-d2cd-4000-bc3f-74075b84d77f","fc26f19c-bcf7-4bd8-af42-4757dbe47fb1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","6ED","7ED","8ED","BRB","DDC","DKM","DPA","DVD","ICE","MM3","PS11"],"rarities":["uncommon"]},"abzan falconer":{"name":"Abzan Falconer","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Outlast {W} ({W}, {T}: Put a +1/+1 counter on this creature. Outlast only as a sorcery.)\nEach creature you control with a +1/+1 counter on it has flying.","non_ability_text":null,"flavor_name":null,"keywords":[{"Outlast":{"type":"Cost","shards":["White"],"generic":0}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Outlast"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control with a +1/+1 counter on it has flying."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8b972819-507a-40a9-ab1f-1a674ea56083","metadata":{"source_printing_ids":["21ee4f3c-dc94-4156-b0ed-60fe6310451a","42560ce5-c7ac-422f-8f22-e2fb043861b7","5f03c34e-5304-4e62-a1ea-c8c9aa5f2342","8df1f5ca-b41d-4a8a-b7ba-9ca946ab35e8","9c06621d-a0c9-4c84-8b1a-cb0abd8390c4","a1b85829-afe8-4854-af4c-8ccf3b94da52","b52cc391-ea4e-4fe8-aac8-fffa682f290b","bedd68b3-baf2-4416-8107-79be8d2edaae","db62ac2c-0d24-4d6f-a6ca-cca4371a3bd7","f7e2b0e1-c9ea-4f91-b19e-73b1bd6a0884"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","C16","CM2","IMA","J21","KTK","MIC","MOC","PLST","ZNC"],"rulings":[{"date":"2014-09-20","text":"Several creatures with outlast also grant an ability to creatures you control with +1/+1 counters on them, including themselves. These counters could come from an outlast ability, but any +1/+1 counter on the creature will count."},{"date":"2014-09-20","text":"The cost to activate a creature's outlast ability includes the tap symbol ({T}). A creature's outlast ability can't be activated unless that creature has been under your control continuously since the beginning of your turn."}],"rarities":["uncommon"]},"academy manufactor":{"name":"Academy Manufactor","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Assembly-Worker"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"If you would create a Clue, Food, or Treasure token, instead create one of each.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"CreateToken","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would create a Clue, Food, or Treasure token, instead create one of each.","condition":{"type":"TokenSubtypeMatches","subtypes":["Clue","Food","Treasure"]},"token_owner_scope":"You","ensure_token_specs":[{"characteristics":{"display_name":"Clue","power":null,"toughness":null,"core_types":["Artifact"],"subtypes":["Clue"],"supertypes":[],"colors":[],"keywords":[]},"script_name":"Clue","static_abilities":[],"enter_with_counters":[],"tapped":false,"enters_attacking":false,"sacrifice_at":null,"source_id":0,"controller":0},{"characteristics":{"display_name":"Food","power":null,"toughness":null,"core_types":["Artifact"],"subtypes":["Food"],"supertypes":[],"colors":[],"keywords":[]},"script_name":"Food","static_abilities":[],"enter_with_counters":[],"tapped":false,"enters_attacking":false,"sacrifice_at":null,"source_id":0,"controller":0},{"characteristics":{"display_name":"Treasure","power":null,"toughness":null,"core_types":["Artifact"],"subtypes":["Treasure"],"supertypes":[],"colors":[],"keywords":[]},"script_name":"Treasure","static_abilities":[],"enter_with_counters":[],"tapped":false,"enters_attacking":false,"sacrifice_at":null,"source_id":0,"controller":0}]}],"color_override":null,"scryfall_oracle_id":"f36d1d8b-8303-44a9-ab56-531931641ea2","metadata":{"related_token_ids":["08ce3bb9-14a8-554b-8d2f-328f500a2379","0a65ab01-5e69-5bd1-b0a1-3371c1bd9efb","27e5baaa-d09a-5876-be9d-887eb020080b","3a2e0ac9-54bb-5b35-a4c9-6bad348f7144","4811acb4-e116-5e6b-8d42-707057b51299","48394044-7565-5d50-a917-1fc2e26b8592","4873fe20-675e-5db5-b9ba-8d996c2806ba","4ae086f5-f3a3-59f8-baf2-03cff6a5c9ea","4f940dc2-7698-5fda-9f9b-62ec43ec2012","745fcde4-14c3-52bb-83c0-53542f42c7d0","74d281e4-6c2a-53c2-b0ea-253ef143d22c","84539a0d-a9c4-532f-83b9-71197f3c5225","9372753a-1d3f-521c-aa94-ceb1fb9acc77","9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1","9edb0c2d-4ab6-5240-8c37-bc97bcf71eaa","af87e130-3b6a-589f-959b-301f7269a7fa","b0e0f943-429b-5075-a61d-22338c7dfcf6","d76af2c5-2e22-582a-bd84-97dc25d3601b","e7b91ed4-09bc-5999-9f8c-e60a09b645ee","f7ea7823-dda8-5a31-b223-305e41cbcaf2","fc4a3b47-a7a6-5fa9-8eb5-e99527c79be6"],"source_printing_ids":["2f5b4544-70d9-45ee-84a3-fa6253a53a82","5f0d37b6-c092-439b-ba8e-e297ad35f155","60709d98-c98d-48c0-ac4a-4ff73e7a0c4b","60f23a6c-0fdf-4740-af92-1179e2153b2c","76480f4d-ad6d-4ed6-82c6-fa12abc22557","90744c2c-6dd7-4623-8cbf-b138b83ee88f","bdb31a63-a4c9-4432-9029-eb5a50c769b4","c88eb33d-efba-4ad9-878f-f051079c9bce","f9c55add-d621-4477-95ec-f2b691c0bdae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","MH2","MKC","MOC","OTC","PLST","PMH2","PRM","SLD"],"rulings":[{"date":"2021-06-18","text":"Creating a Clue token this way isn't the same thing as investigating. Notably, an ability that triggers whenever you investigate won't trigger because you created a Clue token due to this replacement effect. If the original token creation was because you investigated once, those abilities will still each trigger once, no matter how many Clue tokens you end up creating."},{"date":"2021-06-18","text":"If you control eighteen Academy Manufactors (I don't know, you figure it out) and would create some number of Clue, Food, or Treasure tokens, you will instead create 129,140,163 times that many Clue tokens, 129,140,163 times that many Food tokens, and 129,140,163 times that many Treasure tokens."},{"date":"2021-06-18","text":"If you control one Academy Manufactor and would create some number of Clue, Food, or Treasure tokens, you will instead create that many Clue tokens, that many Food tokens, and that many Treasure tokens."},{"date":"2021-06-18","text":"If you control two Academy Manufactors and would create some number of Clue, Food, or Treasure tokens, you will instead create three times that many Clue tokens, three times that many Food tokens, and three times that many Treasure tokens."}],"rarities":["rare"]},"ace, fearless rebel":{"name":"Ace, Fearless Rebel","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Rebel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Nitro-9 — Whenever Ace attacks, you may sacrifice an artifact. When you do, put a +1/+1 counter on Ace, then it fights up to one target creature defending player controls.\nDoctor's companion (You can have two commanders if the other is the Doctor.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"DoctorsCompanion"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"DefendingPlayer","properties":[]},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may sacrifice an artifact. When you do, put a +1/+1 counter on ~, then it fights up to one target creature defending player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"50d0d870-fe3d-44a2-ad6e-93307a1fb468","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3ce6d329-9c3a-4fb0-bf1e-9b72346ca3ad","75f001a0-8393-4977-84bb-cde39740606c","af646ff7-b3ee-4e95-9fce-7d48d4987e4e","bd8cc91a-dedf-4a35-b0e7-31a3fedbe2d3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Although Doctor's companion is a new variant of the partner ability, the rules for partner have not otherwise changed. Notably, Time Lord Doctors and cards with Doctor's companion do not interact with cards which have another partner ability."},{"date":"2023-10-13","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2023-10-13","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2023-10-13","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2023-10-13","text":"If you choose no target for Ace's Nitro-9 ability, you will put a +1/+1 counter on it. However, if you choose a target and it is an illegal target as the ability tries to resolve, you won't put a +1/+1 counter on Ace. In either case, no fight will happen and no creature will deal or be dealt damage."},{"date":"2023-10-13","text":"If your Commander deck has two commanders, you can include only cards whose own color identities are also found in your commanders' combined color identities."},{"date":"2023-10-13","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 combat damage from any one of them, not from both of them combined."},{"date":"2023-10-13","text":"The Doctor's companion ability allows you to have two commanders if one has the ability and the other is a legendary creature that is a Time Lord Doctor and has no other creature types. Creatures with the changeling ability, for example, can't be a second commander this way."}],"rarities":["rare"]},"acid web spider":{"name":"Acid Web Spider","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spider"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhen this creature enters, you may destroy target Equipment.","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may destroy target Equipment.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"23d4f436-a417-4a26-b5b8-c698f11a186b","metadata":{"source_printing_ids":["968a25a5-9ec1-47fa-bf1f-e65eb75fdb00"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOM"],"rarities":["uncommon"]},"acidic sliver":{"name":"Acidic Sliver","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"All Slivers have \"{2}, Sacrifice this permanent: This permanent deals 2 damage to any target.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{2}, sacrifice ~: ~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Slivers have \"{2}, Sacrifice ~: ~ deals 2 damage to any target.\""}],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"a149eeb1-007c-435d-9d55-34af205090e0","metadata":{"source_printing_ids":["2d92c3f7-a589-4c87-aa17-0d9707605ff4","d0b3ecf1-5c00-4aa0-92fd-54829495a3cf"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["H09","STH","TPR"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn't provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it's no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."}],"rarities":["uncommon"]},"acidic soil":{"name":"Acidic Soil","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Acidic Soil deals damage to each player equal to the number of lands they control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"ScopedPlayer","properties":[]}}},"player_filter":{"type":"All"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals damage to each player equal to the number of lands they control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4ccc1ac5-db90-4fc9-9795-7afaf7466c3e","metadata":{"source_printing_ids":["790157c9-b1ed-4da5-9d50-e99e0dd807b7","b2c34caf-edb4-49cf-b274-ef6075d6f4df"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","USG"],"rulings":[{"date":"2004-10-04","text":"This counts the lands on resolution."}],"rarities":["uncommon"]},"aclazotz, deepest betrayal":{"name":"Aclazotz, Deepest Betrayal","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bat","God"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nWhenever Aclazotz attacks, each opponent discards a card. For each opponent who can't, you draw a card.\nWhenever an opponent discards a land card, create a 1/1 black Bat creature token with flying.\nWhen Aclazotz dies, return it to the battlefield tapped and transformed under its owner's control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"OriginalController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"CurrentScopeSucceeded"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, each opponent discards a card. For each opponent who can't, you draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Bat","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Bat"],"colors":["Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a land card, create a 1/1 black Bat creature token with flying.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":true,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, return it to the battlefield tapped and transformed under its owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fcdfe9d5-2743-4d3e-ab57-bf0f96beaa15","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3e43a418-8c17-5ed2-b92b-42dbe4c96b4b"],"source_printing_ids":["627c392c-4d18-4eb2-a4e8-c668f61f5487","95775b13-2761-424e-9828-2275ec987368"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If a card that isn't a transforming double-faced card is a copy of Aclazotz, Deepest Betrayal, it won't return to the battlefield when it dies."},{"date":"2023-11-10","text":"The last ability of Temple of the Dead will resolve even if you have two or more cards in hand at that time."}],"rarities":["mythic"]},"acolyte of the inferno":{"name":"Acolyte of the Inferno","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Renown 1 (When this creature deals combat damage to a player, if it isn't renowned, put a +1/+1 counter on it and it becomes renowned.)\nWhenever this creature becomes blocked by a creature, it deals 2 damage to that creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Renown":1}],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes blocked by a creature, it deals 2 damage to that creature.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Renown","count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"Renown 1","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"CR 702.112a: Renown 1 — when this creature deals combat damage to a player, if it isn't renowned, put 1 +1/+1 counter on it and it becomes renowned.","constraint":null,"condition":{"type":"Not","condition":{"type":"IsRenowned","subject":"Source"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"35bf67e0-8141-4664-b762-2c613353e1eb","metadata":{"source_printing_ids":["186581c7-81a6-4c27-b8a9-ff7f7a4b1d40"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["ORI"],"rulings":[{"date":"2015-06-22","text":"Acolyte of the Inferno's last ability triggers and resolves before combat damage is dealt. If that causes each creature blocking Acolyte of the Inferno to be destroyed, Acolyte of the Inferno will remain blocked and neither deal nor be dealt combat damage."},{"date":"2015-06-22","text":"Acolyte of the Inferno's last ability will trigger once for each creature that blocks it. Each of those creatures will be dealt 2 damage."},{"date":"2015-06-22","text":"If a creature with renown deals combat damage to its controller because that damage was redirected, renown will trigger."},{"date":"2015-06-22","text":"If a renown ability triggers, but the creature leaves the battlefield before that ability resolves, the creature doesn't become renowned. Any ability that triggers \"whenever a creature becomes renowned\" won't trigger."},{"date":"2015-06-22","text":"Renown won't trigger when a creature deals combat damage to a planeswalker or another creature. It also won't trigger when a creature deals noncombat damage to a player."}],"rarities":["uncommon"]},"acolyte's reward":{"name":"Acolyte's Reward","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Prevent the next X damage that would be dealt to target creature this turn, where X is your devotion to white. If damage is prevented this way, Acolyte's Reward deals that much damage to any target. (Each {W} in the mana costs of permanents you control counts toward your devotion to white.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":{"Next":1},"amount_dynamic":{"type":"Ref","qty":{"type":"Devotion","colors":{"type":"Fixed","value":["White"]}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":"AllDamage"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"944689b2-f9f7-45c3-952c-54287b9824d5","metadata":{"source_printing_ids":["cd8980af-c3fa-4027-917a-4a3d441c0a75"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG"],"rulings":[{"date":"2013-09-15","text":"Hybrid mana symbols, monocolored hybrid mana symbols, and Phyrexian mana symbols do count toward your devotion to their color(s)."},{"date":"2013-09-15","text":"If an activated ability or triggered ability has an effect that depends on your devotion to a color, you count the number of mana symbols of that color among the mana costs of permanents you control as the ability resolves. The permanent with that ability will be counted if it's still on the battlefield at that time."},{"date":"2013-09-15","text":"Mana symbols in the text boxes of permanents you control don't count toward your devotion to any color."},{"date":"2013-09-15","text":"Numeric mana symbols ({0}, {1}, and so on) in mana costs of permanents you control don't count toward your devotion to any color."},{"date":"2014-02-01","text":"Acolyte's Reward has two targets: the creature that would be dealt damage and the permanent or player that Acolyte's Reward will deal damage to. These targets are chosen as you cast Acolyte's Reward."},{"date":"2014-02-01","text":"After Acolyte's Reward resolves, it no longer matters whether either target is still legal. For example, if the second target is a creature controlled by an opponent, and it gains hexproof after Acolyte's Reward resolves but before it prevents damage, Acolyte's Reward will still deal damage to that creature. If Acolyte's Reward can't deal damage to the second target (perhaps because it's a creature that has left the battlefield), Acolyte's Reward will still prevent damage; it just won't deal any damage itself."},{"date":"2014-02-01","text":"As Acolyte's Reward tries to resolve, if only the first target is illegal, Acolyte's Reward won't prevent any damage that would be dealt to that creature and, because of this, Acolyte's Reward won't deal damage to the second target. If only the second target is illegal, damage that would be dealt to the first target will be prevented, but Acolyte's Reward won't deal damage. If both targets are illegal, Acolyte's Reward won't resolve."},{"date":"2014-02-01","text":"If Acolyte's Reward prevents damage, it deals its damage immediately afterward as part of that same prevention effect. This happens before state-based actions are performed, and before any player can cast spells or activate abilities. If the source of the original damage was a spell or ability, this happens before that spell or ability resumes its resolution."},{"date":"2014-02-01","text":"If the amount of damage that would be dealt to the first target is in excess of the amount of damage that Acolyte's Reward would prevent, the source deals its excess damage to the first target at the same time that the rest of it is prevented. Then Acolyte's Reward deals its damage."},{"date":"2014-02-01","text":"If the first target would be dealt combat damage by multiple creatures, you choose which of that damage to prevent. (For example, if one of those creatures has deathtouch, you could choose to prevent the damage from that creature specifically.) You don't decide until the point at which the creatures would deal their damage."},{"date":"2014-02-01","text":"The amount of damage the prevention shield will prevent is based on your devotion to white as Acolyte's Reward resolves. That amount won't change later in the turn, even if your devotion to white does."},{"date":"2014-02-01","text":"The damage will be dealt by Acolyte's Reward as it existed on the stack, not as it exists when the damage is dealt. That is, it's an instant spell that's dealing the damage, in case an ability cares about that (such as Satyr Firedancer's, which includes the phrase \"Whenever an instant or sorcery spell you control deals damage to an opponent\")."},{"date":"2014-02-01","text":"The effect of Acolyte's Reward isn't a redirection effect. If it prevents damage, Acolyte's Reward (not the source of that damage) deals damage to the second target as part of that prevention effect. Acolyte's Reward is the source of the new damage, so the characteristics of the original source (such as its color or whether it had lifelink) don't apply. The new damage isn't combat damage, even if the prevented damage was."},{"date":"2014-02-01","text":"You don't choose a source of damage. The prevention shield will apply to the next X damage that would be dealt to the first target, no matter where that damage comes from. It also doesn't matter whether the damage is dealt at the same time. For example, if the shield prevents the next 5 damage to the first target, and that creature would be dealt 3 damage by Lightning Strike, that 3 damage is prevented and Acolyte's Reward deals 3 damage to the second target. The prevention effect will still apply to the next 2 damage the first target would be dealt that turn."}],"rarities":["uncommon"]},"adamaro, first to desire":{"name":"Adamaro, First to Desire","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Adamaro's power and toughness are each equal to the number of cards in the hand of the opponent with the most cards in hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Opponent","aggregate":"Max"}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Opponent","aggregate":"Max"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the number of cards in the hand of the opponent with the most cards in hand."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"18f34bfd-7675-49df-91ea-695c510cd3c3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["d2fa85ea-f5d5-4be3-a874-ce246c3e4245"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOK"],"rarities":["rare"]},"adaptive armorer":{"name":"Adaptive Armorer","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhen this creature enters, draft a card from Adaptive Armorer's spellbook and put it onto the battlefield. When an Equipment enters this way, attach it to target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DraftFromSpellbook","destination":"Battlefield","tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTarget"},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draft a card from ~'s spellbook and put it onto the battlefield. When an Equipment enters this way, attach it to target creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2c4a0410-0dfc-461f-8dd5-2a91cf85ffef","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YECL"]},"adeline, resplendent cathar":{"name":"Adeline, Resplendent Cathar","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nAdeline's power is equal to the number of creatures you control.\nWhenever you attack, for each opponent, create a 1/1 white Human creature token that's tapped and attacking that player or a planeswalker they control.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Token","name":"Human","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human"],"colors":["White"],"keywords":[],"tapped":true,"count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"Opponent"}}},"owner":{"type":"Controller"},"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, for each opponent, create a 1/1 white Human creature token that's tapped and attacking that player or a planeswalker they control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the number of creatures you control."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"38515f89-348b-4cf3-b7bd-1f6fe4ce2fba","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["402d3eb7-f758-5f33-851b-3658e5e454e7","6d9ac173-1396-5fa3-baeb-88b5214d5dfd","93add836-f297-58ba-bff5-d2336e0ff338","b6ff4357-9d40-5630-b081-99c966483302"],"source_printing_ids":["0b9579d8-bc8f-4d74-bfc1-dcdd42568f79","18092f68-b96e-4084-9eba-b240d2195d81","1de30c12-2011-495a-be25-f7a46b23e142","21a0e852-7855-4a6b-8eca-191a8e83023a","2f71585a-3ea8-40f8-8e02-e155477fd8b5","9c5743e9-7fae-483a-b591-496afdd905f2","dd95d377-a61e-4b62-a883-ed491c48da15"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","FCA","J25","MID","MOC","PMID","TDC"],"rulings":[{"date":"2021-09-24","text":"Although the Human tokens created by the triggered ability are attacking, they were never declared as attacking creatures (for the purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2021-09-24","text":"Attacking with any creatures will cause Adeline's last ability to trigger. Adeline doesn't have to be among them."},{"date":"2021-09-24","text":"The ability that defines Adeline's power works in all zones, not just the battlefield. As long as Adeline is on the battlefield (and still a creature), that ability will count Adeline itself."},{"date":"2021-09-24","text":"Tokens will be created for each of your opponents, not just opponents that you attacked."},{"date":"2021-09-24","text":"You choose whether each token is attacking that opponent or a planeswalker they control as those tokens enter the battlefield."}],"rarities":["rare"]},"adipose offspring":{"name":"Adipose Offspring","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Alien"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Emerge {5}{W} (You may cast this spell by sacrificing a creature and paying the emerge cost reduced by that creature's mana value.)\nWhen this creature enters, create a 2/2 white Alien creature token. If this creature's emerge cost was paid, instead create X of those tokens, where X is the sacrificed creature's toughness.","non_ability_text":null,"flavor_name":null,"keywords":[{"Emerge":{"type":"Cost","shards":["White"],"generic":5}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Alien","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Alien"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Alien","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Alien"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"CostPaidObject"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CastVariantPaid","variant":"Emerge"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 2/2 white Alien creature token. If ~'s emerge cost was paid, instead create X of those tokens, where X is the sacrificed creature's toughness.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1e21e57e-3bc9-41a8-9746-57b583a5ad63","metadata":{"related_token_ids":["b7e1f480-5560-5f11-8f61-3c9b1cc963fa"],"source_printing_ids":["68f91092-b679-46c1-9f0c-3b286ee1d02f","9b98e0b0-ff76-4e71-a266-82e1f1c00e54","bc1974b3-59dd-40ed-8d82-61d2b1b7fad5","d333c352-9edd-425e-80d8-7d61c76da298"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"For Adipose Offspring's last ability, use the toughness of the sacrificed creature as it existed when it was last on the battlefield, which may be different from its toughness in the graveyard."}],"rarities":["rare"]},"adorable kitten":{"name":"Adorable Kitten","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":["Host"],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, roll a six-sided die. You gain life equal to the result.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":6,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, roll a six-sided die. You gain life equal to the result.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"748d5353-b66c-4d7a-8c55-0d28fefb1e2a","metadata":{"source_printing_ids":["2729cce6-f380-4c94-ac64-3a2487da6130","d25ff6aa-a01d-49f2-926f-8f5457143b5c"]},"legalities":{},"printings":["UND","UST"],"rulings":[{"date":"2018-01-19","text":"Host creatures each have an ability that triggers when it enters the battlefield. It functions like any other creature."}],"rarities":["common"]},"adorned pouncer":{"name":"Adorned Pouncer","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"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.)","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike",{"Eternalize":{"type":"Mana","data":{"type":"Cost","shards":["White","White"],"generic":3}}}],"abilities":[{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetColor","colors":["Black"]},{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"RemoveManaCost"},{"type":"AddSubtype","subtype":"Zombie"}]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White","White"],"generic":3}},{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"80b8ee3d-4174-4f47-a533-a3db1e703382","metadata":{"related_token_ids":["d4974282-1fae-53a6-84c1-db1374537f07"],"source_printing_ids":["865e267d-450c-4eeb-b61d-bd0ec5d8534a","90cbdcc2-b8a5-4098-98bd-38af59fcfea7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["HA4","HOU","PHOU","PLST","PRM"],"rulings":[{"date":"2017-07-14","text":"For each card with eternalize, a corresponding game play supplement token can be found in some Hour of Devastation booster packs. These supplements are not required to play with cards with eternalize; you can use the same items to represent an eternalized token as you would any other token."},{"date":"2017-07-14","text":"If a creature card with eternalize is put into your graveyard during your main phase, you'll have priority immediately afterward. You can activate its eternalize ability before any player can try to exile it, such as with Crook of Condemnation, if it's legal for you to do so."},{"date":"2017-07-14","text":"Once you've activated an eternalize ability, the card is immediately exiled. Opponents can't try to stop the ability by exiling the card with an effect such as that of Crook of Condemnation."},{"date":"2017-07-14","text":"The token copies exactly what was printed on the original card and nothing else, except the characteristics specifically modified by eternalize. It doesn't copy any information about the object the card was before it was put into your graveyard."},{"date":"2017-07-14","text":"The token is a Zombie in addition to its other types and is black instead of its other colors. Its base power and toughness are 4/4. It has no mana cost, and thus its mana value is 0. These are copiable values of the token that other effects may copy."}],"rarities":["rare"]},"adrenaline jockey":{"name":"Adrenaline Jockey","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Minotaur","Pilot"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a spell, if it's not their turn, this creature deals 4 damage to them.\nWhenever you activate an exhaust ability, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell, if it's not their turn, ~ deals 4 damage to them.","constraint":null,"condition":{"type":"Not","condition":{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}}},"batched":false},{"mode":{"KeywordAbilityActivated":{"type":"Exhaust"}},"execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate an exhaust ability, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c3dc6b0e-8790-4bd3-b166-63b2dc77488f","metadata":{"source_printing_ids":["c8655373-320d-440d-b700-d03413f743fd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rulings":[{"date":"2025-02-07","text":"Exhaust abilities can be activated any time you could normally activate an ability."},{"date":"2025-02-07","text":"If an ability triggers whenever you activate an exhaust ability, that ability resolves before the exhaust ability resolves."},{"date":"2025-02-07","text":"If an exhaust ability of a permanent is activated, and then that permanent leaves the battlefield and returns to the battlefield, it becomes a new object so its exhaust ability can be activated again."}],"rarities":["uncommon"]},"advanced reconstruction":{"name":"Advanced Reconstruction","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Class"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Gain the next level as a sorcery to add its ability.)\nAt the beginning of your first main phase, mill a card, then exile a card from your graveyard at random. You may play the exiled card this turn.\n{1}{R}: Level 2\nWhenever one or more cards leave your graveyard, this Class deals 2 damage to each opponent.\n{1}{R}: Level 3\nSpells you cast from anywhere other than your hand cost {2} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetClassLevel","level":2},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{R}: Level 2","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":1}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":3},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{R}: Level 3","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"target_selection_mode":{"type":"Random"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, mill a card, then exile a card from your graveyard at random. You may play the exiled card this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":2},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more cards leave your graveyard, ~ deals 2 damage to each opponent.","constraint":null,"condition":{"type":"ClassLevelGE","level":2},"batched":true}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"ClassLevelGE","level":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast from anywhere other than your hand cost {2} less to cast."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f00bc101-8082-4459-b987-f0c4b7a12344","metadata":{"source_printing_ids":["cc912fec-827d-4deb-8430-79f5ea31ca9b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"If multiple cards leave your graveyard at the same time, Advanced Reconstruction's level 2 ability will trigger only once."},{"date":"2026-03-20","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions (such as that of Advanced Reconstruction's level 3 ability). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."},{"date":"2026-03-20","text":"You pay all costs and follow all timing rules for cards played this way. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty and only if you have an available land play remaining."}],"rarities":["rare"]},"adventure awaits":{"name":"Adventure Awaits","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top five cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in a random order. If you didn't put a card into your hand this way, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":5},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at the top five cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in a random order. If you didn't put a card into your hand this way, draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"70235727-e330-46fa-b057-ddbb55cd1ac3","metadata":{"source_printing_ids":["9e0da1fe-1e92-4372-a4fe-eeb7ed9d1cba","db50f988-da46-4b9b-9cc5-78497df2df8b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J25","ZNR"],"rulings":[{"date":"2020-09-25","text":"If you draw a card this way, that card is the next one in your library after putting the five cards from the top of your library on the bottom."}],"rarities":["common"]},"adventuring gear":{"name":"Adventuring Gear","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, equipped creature gets +2/+2 until end of turn.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, equipped creature gets +2/+2 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"17042684-7af4-43a6-88c7-885032cfb27c","metadata":{"source_printing_ids":["361f9b99-5b5d-40da-b4b9-5ad90f6280ee","3aa395f2-656e-4bf3-bd9b-6240bd3e2774","d7493ccb-98a1-4032-9e01-5535d29e106b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J22","ZEN"],"rulings":[{"date":"2009-10-01","text":"If Adventuring Gear leaves the battlefield before its landfall ability resolves, the creature it was attached to at the time it left the battlefield gets +2/+2. If it wasn't attached to a creature at that time, nothing gets the bonus."},{"date":"2009-10-01","text":"The landfall ability gives +2/+2 to the creature that's equipped by Adventuring Gear at the time that ability resolves. It doesn't matter what creature Adventuring Gear was attached to (if any) when it triggered. That bonus remains with that creature even if Adventuring Gear leaves the battlefield or becomes attached to a different creature later in the turn."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["common","uncommon"]},"aeon engine":{"name":"Aeon Engine","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters tapped.\n{T}, Exile this artifact: Reverse the game's turn order. (For example, if play had proceeded clockwise around the table, it now goes counterclockwise.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ReverseTurnOrder"},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Exile","count":1,"zone":null,"filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":"{T}, Exile ~: Reverse the game's turn order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"af471455-6b9f-4c14-bb90-a74a44ecd247","metadata":{"source_printing_ids":["ea4dfdd7-f35a-45d6-9fc7-2c096f92dd5f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19"],"rulings":[{"date":"2019-08-23","text":"If the game’s turn order is reversed again, it will return to the default order used at the beginning of the game."},{"date":"2019-08-23","text":"If the turn order is reversed during a two-player game, or during a multiplayer game that only has two players left, it has no noticeable effect on the game."},{"date":"2019-08-23","text":"If the turn order is reversed during an extra turn, the next non-extra turn will be taken by the next player in turn order from the last player who took a non-extra turn. The order of any pending extra turns isn’t affected."},{"date":"2019-08-23","text":"This effect reverses the turn order for players established at the beginning of the game. While the order is reversed, anything that cares about this order (such as determining in what order choices are made) will use the new order."}],"rarities":["rare"]},"aerial extortionist":{"name":"Aerial Extortionist","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature enters or deals combat damage to a player, exile up to one target nonland permanent. For as long as that card remains exiled, its owner may cast it.\nWhenever another player casts a spell from anywhere other than their hand, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":null,"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"that card remains exiled"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters, exile up to one target nonland permanent. For as long as that card remains exiled, its owner may cast it.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":null,"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"that card remains exiled"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, exile up to one target nonland permanent. For as long as that card remains exiled, its owner may cast it.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"spell_cast_origin":{"type":"NotEquals","data":"Hand"},"description":"Whenever another player casts a spell from anywhere other than their hand, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7e7d7f4d-2c22-4803-ba5e-5eb653c25b5e","metadata":{"source_printing_ids":["219a1d6c-e886-4d5a-a501-d5149fcd1871","5353bcb9-800d-4d74-95fa-42350a0f25de","d51d45ad-1301-43e3-a56f-c3cc2b9383a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MKC","NCC","PNCC"],"rarities":["rare"]},"aerial toastmaster":{"name":"Aerial Toastmaster","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Cyborg","Rigger"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\n{3}{W}, Sacrifice another artifact: This creature assembles a Contraption. (Put the top card of your Contraption deck face up onto one of your sprockets.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"AssembleContraptions","count":{"type":"Fixed","value":1}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":3}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]},"count":1}]},"sub_ability":null,"duration":null,"description":"{3}{W}, Sacrifice another artifact: ~ assembles a Contraption.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0812efc4-ae7b-474c-b385-55b5b73a811e","metadata":{"source_printing_ids":["b7290b56-22c2-4905-8add-0550a12db082"]},"legalities":{},"printings":["UST"],"rarities":["uncommon"]},"aether burst":{"name":"Aether Burst","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return up to X target creatures to their owners' hands, where X is one plus the number of cards named Aether Burst in all graveyards as you cast this spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return up to X target creatures to their owners' hands, where X is one plus the number of cards named Aether Burst in all graveyards as you cast this spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Named","name":"Aether Burst"},{"type":"InZone","zone":"Graveyard"}]}}},"offset":1}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1e33f39b-a61a-4a09-a541-16cc1bd53d02","metadata":{"source_printing_ids":["3d09ea4a-0d3a-40b8-be0f-a31693099c4f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rarities":["common"]},"aetherflux reservoir":{"name":"Aetherflux Reservoir","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a spell, you gain 1 life for each spell you've cast this turn.\nPay 50 life: This artifact deals 50 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":50},"target":{"type":"Any"}},"cost":{"type":"PayLife","amount":{"type":"Fixed","value":50}},"sub_ability":null,"duration":null,"description":"Pay 50 life: ~ deals 50 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, you gain 1 life for each spell you've cast this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"5f15125e-ae89-471e-b055-226a783bc7c1","metadata":{"source_printing_ids":["7f5342d5-b8a6-46ee-afd7-b333bb836a7c","8542d37d-99cd-4b64-a524-94d2b2a4d9c3","8e0d4b0c-75c9-432f-8bb0-18950ee1947b","96b6b2e1-c3e6-464c-8a13-b15deb34e862","a19099ae-23f4-4167-abc6-edea9afc032c","fe0c708d-771f-4356-8525-932d2690989b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRR","KLD","KLR","PKLD","PLST"],"rulings":[{"date":"2016-09-20","text":"Aetherflux Reservoir's first ability doesn't trigger when you cast Aetherflux Reservoir itself."},{"date":"2016-09-20","text":"The first ability counts spells you cast earlier in the turn even if you didn't control Aetherflux Reservoir as you cast them, and even if those spells were countered."},{"date":"2016-09-20","text":"The first ability counts the spell that caused it to trigger plus any other spells you cast earlier in the turn."},{"date":"2016-09-20","text":"The number of spells you've cast is counted only as Aetherflux Reservoir's triggered ability resolves. For example, if you cast a spell, then respond to the triggered ability with a second spell, you'll gain 4 life total."}],"rarities":["rare","mythic"]},"aetherling":{"name":"Aetherling","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"{U}: Exile this creature. Return it to the battlefield under its owner's control at the beginning of the next end step.\n{U}: This creature can't be blocked this turn.\n{1}: This creature gets +1/-1 until end of turn.\n{1}: This creature gets -1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{U}: Exile ~. Return it to the battlefield under its owner's control at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: ~ can't be blocked this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: ~ gets +1/-1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: ~ gets -1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b980bf11-9e12-4ee9-83c1-45706d9ae344","metadata":{"source_printing_ids":["9c93313b-cf43-47e9-a911-717b4d14b0b5","c1601562-999f-4bda-9211-65e9ca40e818"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DGM","PIO"],"rulings":[{"date":"2013-04-15","text":"Aetherling's first ability will return it to the battlefield only if that ability also exiled it. If Aetherling left the battlefield in response to that ability, it won't return, even if it was exiled by another spell or ability."},{"date":"2013-04-15","text":"Aetherling's last ability can be activated even if its power is 0 or less. If a creature would assign 0 or less damage in combat, it doesn't assign combat damage at all."}],"rarities":["rare"]},"afiya grove":{"name":"Afiya Grove","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This enchantment enters with three +1/+1 counters on it.\nAt the beginning of your upkeep, move a +1/+1 counter from this enchantment onto target creature.\nWhen this enchantment has no +1/+1 counters on it, sacrifice it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":"P1P1","count":{"type":"Fixed","value":1},"mode":"Move","selection":"StackTarget","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, move a +1/+1 counter from ~ onto target creature.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ has no +1/+1 counters on it, sacrifice it.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"P1P1"},"minimum":0,"maximum":0},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"056a98aa-f3f7-4ac9-9755-3e8a60a59abb","metadata":{"source_printing_ids":["c495e1f3-0845-4556-83e6-de8b9d518d1d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"If there are any creatures on the battlefield, even if they are just your opponent’s, you must put a +1/+1 on one of them. If there are no creatures on the battlefield, then no counter is removed from this card."}],"rarities":["rare"]},"agatha of the vile cauldron":{"name":"Agatha of the Vile Cauldron","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Activated abilities of creatures you control cost {X} less to activate, where X is Agatha's power. This effect can't reduce the mana in that cost to less than one mana.\n{4}{R}{G}: Other creatures you control get +1/+1 and gain trample and haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 and gain trample and haste"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red","Green"],"generic":4}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{4}{R}{G}: Other creatures you control get +1/+1 and gain trample and haste until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Reduce","keyword":"activated","amount":1,"minimum_mana":1,"dynamic_count":{"type":"Power","scope":{"type":"Source"}},"exemption":"None"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of creatures you control cost {X} less to activate, where X is ~'s power. This effect can't reduce the mana in that cost to less than one mana."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"f398d222-f8e7-4983-9a77-267adef7f551","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["cd5f6c96-698d-4f5c-81ec-91176bd2e6e8","d6c48f07-63b7-4a60-8da6-ce77405abf1e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities are activated abilities and will have colons in their reminder text. Triggered abilities (starting with \"when,\" \"whenever,\" or \"at\") are unaffected by the cost reduction ability of Agatha of the Vile Cauldron."},{"date":"2023-09-01","text":"Agatha of the Vile Cauldron's first ability affects only abilities of creatures you control on the battlefield. The costs of activated abilities of creature cards that work in other zones (such as cycling) won't be reduced."}],"rarities":["mythic"]},"agatha's soul cauldron":{"name":"Agatha's Soul Cauldron","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may spend mana as though it were mana of any color to activate abilities of creatures you control.\nCreatures you control with +1/+1 counters on them have all activated abilities of all creature cards exiled with Agatha's Soul Cauldron.\n{T}: Exile target card from a graveyard. When a creature card is exiled this way, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Exile target card from a graveyard. When a creature card is exiled this way, put a +1/+1 counter on target creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"SpendManaAsAnyColor":{"activation_source_filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"affected":{"type":"Player"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may spend mana as though it were mana of any color to activate abilities of creatures you control."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"GrantAllActivatedAbilitiesOf","source":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with +1/+1 counters on them have all activated abilities of all creature cards exiled with ~."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"c259e16f-2a44-4552-8678-815f757a02e8","metadata":{"source_printing_ids":["019b51b0-e5c6-4208-922b-7736686dddcd","dec5fc59-73d8-4735-88f1-3dbd1f15a546"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities are activated abilities and will have colons in their reminder text."},{"date":"2023-09-01","text":"Agatha's Soul Cauldron grants only activated abilities. It doesn't grant keyword abilities (unless those keyword abilities are activated), triggered abilities, or static abilities."},{"date":"2023-09-01","text":"The granted abilities effectively use \"this permanent\" rather than \"[that card's name],\" so you treat the abilities as though they were printed on the creature that gained the ability. For example, say you exiled the card Argothian Sprite with Agatha's Soul Cauldron. Argothian Sprite has the ability \"{7}: Put two +1/+1 counters on Argothian Sprite.\" If you controlled a Callous Sell-Sword with a +1/+1 counter on it, you'd treat it as though it had the ability \"{7}: Put two +1/+1 counters on Callous Sell-Sword.\""}],"rarities":["mythic"]},"agency coroner":{"name":"Agency Coroner","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ogre","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"{2}{B}, Sacrifice another creature: Draw a card. If the sacrificed creature was suspected, draw two cards instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":1}]},"sub_ability":{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CostPaidObjectMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Suspected"}]}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}{B}, Sacrifice another creature: Draw a card. If the sacrificed creature was suspected, draw two cards instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3686fd97-49ff-4a92-9cb2-7d8e9438d945","metadata":{"source_printing_ids":["d63f2c23-e877-42e3-9362-5d003a173c6d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"Being suspected isn't a copiable value. If a permanent becomes a copy of a suspected creature, it won't be suspected."},{"date":"2024-02-02","text":"If a creature is already suspected, suspecting it again won't have any effect."},{"date":"2024-02-02","text":"If a suspected creature loses all abilities, it will lose menace and \"This creature can't block\", but it won't stop being suspected."},{"date":"2024-02-02","text":"There's no limit to the number of creatures that can be suspected simultaneously. Suspecting a new creature doesn't cause other creatures to stop being suspected."},{"date":"2024-02-02","text":"When an effect suspects a creature, it becomes suspected. It gains menace and \"This creature can't block\" for as long as it's suspected. It stays suspected until it leaves the battlefield or another effect causes it to no longer be suspected."}],"rarities":["common"]},"agent of treachery":{"name":"Agent of Treachery","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, gain control of target permanent.\nAt the beginning of your end step, if you control three or more permanents you don't own, draw three cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, gain control of target permanent.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you control three or more permanents you don't own, draw three cards.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4cd82c7a-86df-4d29-b578-c009208c0d4b","metadata":{"source_printing_ids":["06b4ed70-caf5-4f83-9a24-22c81b11932a","6e593b9b-a584-48cd-8b92-b65c3eee0b80","cc6686e6-4535-49be-b0b3-e76464656cd2"]},"legalities":{"brawl":"banned","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M20","PM20","SLD","TLE"],"rulings":[{"date":"2019-07-12","text":"A token's owner is the player who created it."},{"date":"2019-07-12","text":"Agent of Treachery's effect lasts indefinitely. It doesn't wear off during the cleanup step, and it doesn't expire if Agent of Treachery leaves the battlefield. In a multiplayer game, it does expire if you leave the game."},{"date":"2019-07-12","text":"Gaining control of a creature doesn't cause you to gain control of any Auras or Equipment attached to it. Gaining control of an Aura or Equipment doesn't change what it's currently attached to."},{"date":"2019-07-12","text":"If you don't control three permanents you don't own as your end step begins, Agent of Treachery's last ability doesn't trigger. If you no longer control three permanents you don't own as it resolves, you won't draw three cards. Those don't have to be the same three permanents each time."},{"date":"2019-07-12","text":"If you gain control of a permanent \"until end of turn,\" that effect will wear off during the cleanup step, after the end step. You'll control that permanent while considering Agent of Treachery's last ability."}],"rarities":["rare","mythic"]},"aggravated assault":{"name":"Aggravated Assault","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{3}{R}{R}: Untap all creatures you control. After this main phase, there is an additional combat phase followed by an additional main phase. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red"],"generic":3}},"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"PreCombatMain","followed_by":["PostCombatMain"],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{3}{R}{R}: Untap all creatures you control. After this main phase, there is an additional combat phase followed by an additional main phase. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"20129459-a386-41eb-899d-1aede3427300","metadata":{"source_printing_ids":["01499449-5614-428f-8fc1-1fa74f7114ad","179ed1be-c16d-45a9-bb21-b72545e69a5c","61310de0-9eee-4683-83bd-0c8434fde8d1","6bcaa16c-4841-4962-88ca-b17175189e5c","7bcfc82b-3e8a-4785-a87e-e96b5bfca90f","8f9fa105-6829-431c-8386-8e3e9deff2db","a5e5ec5c-c50d-4c26-a7ad-f28124c35f9b","a6a8223a-98f9-43b9-aa89-b6a2c6fcaebe","c99c5707-d5f2-4675-bfca-e801e6b0f627"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["E02","MP2","ONS","SLD","WOT"],"rulings":[{"date":"2004-10-04","text":"If you have enough mana, the ability may be activated more than once in a turn."},{"date":"2023-09-01","text":"You will normally activate this ability during your postcombat main phase so you can untap any creatures that attacked."}],"rarities":["rare","special"],"bracket_signals":{"game_changer":false,"mass_land_denial":false,"extra_turn":true,"efficient_tutor":false}},"aggression":{"name":"Aggression","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant non-Wall creature\nEnchanted creature has first strike and trample.\nAt the beginning of the end step of enchanted creature's controller, destroy that creature if it didn't attack this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step of enchanted creature's controller, destroy that creature if it didn't attack this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has first strike and trample."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"b6c38a2b-2fe8-4080-80ce-cfa12aaf57f0","metadata":{"source_printing_ids":["f3f26060-0c24-496c-b8e2-4dac7ea6166b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ICE"],"rulings":[{"date":"2006-10-15","text":"Moving the enchantment after the ability triggers will not affect which creatures are affected."}],"rarities":["uncommon"]},"agitator ant":{"name":"Agitator Ant","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, each player may put two +1/+1 counters on a creature they control. Goad each creature that had counters put on it this way. (Until your next turn, those creatures attack each combat if able and attack a player other than you if able.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GoadAll","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each player may put two +1/+1 counters on a creature they control. Goad each creature that had counters put on it this way.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"abe377f8-35f0-4dea-a681-91d31a36815c","metadata":{"source_printing_ids":["29d1122e-ac2d-4d95-829b-7b3b54159a4a","6a61c242-5273-430c-b14e-fb76dc782ba3","bc63ff71-ff42-4baf-977b-55f69c8e122f","c58f8394-db7d-496b-a6bf-481b3cc55fc8","e885f56a-a1e8-4289-bbf5-3b156e53f7db"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","CLB","MKC","NCC","NEC"],"rulings":[{"date":"2020-04-17","text":"As Agitator Ant's ability resolves, first you choose which creature you control, if any, to put two +1/+1 counters on, then each other player in turn order does the same, knowing the choices made before them. Then each chosen creature receives its +1/+1 counters and becomes goaded."},{"date":"2020-04-17","text":"If a creature can't have +1/+1 counters put on it, its controller can't choose it just to have it become goaded. If it can have counters put on it but replacement effects cause it not to receive +1/+1 counters, it doesn't become goaded."},{"date":"2023-06-30","text":"Attacking with a goaded creature doesn't cause it to stop being goaded. If there is an additional combat phase that turn, or if another player gains control of it before it stops being goaded, it must attack again if able."},{"date":"2023-06-30","text":"Being goaded isn't an ability the creature has. Once it's been goaded, it must attack as detailed above even if it loses all abilities."},{"date":"2023-06-30","text":"If a creature you control has been goaded by multiple opponents, it must attack one of your opponents that hasn't goaded it, as that fulfills the maximum number of goad requirements. If a creature you control has been goaded by each of your opponents, the creature must attack an opponent (rather than a planeswalker or battle), but you choose which opponent it attacks."},{"date":"2023-06-30","text":"If the creature doesn't meet any of the above exceptions and can attack, it must attack a player other than the controller of the spell or ability that goaded it if able. If the creature can't attack any of those players but could otherwise attack, it must attack a planeswalker an opponent controls, a battle an opponent controls, or a player who goaded it."},{"date":"2023-06-30","text":"If, during a player's declare attackers step, a creature that player controls that's been goaded is tapped, is affected by a spell or ability that says it can't attack, or hasn't been under that player's control continuously since the turn began (and doesn't have haste), then it doesn't attack. If there's a cost associated with having a creature attack a player, its controller isn't forced to pay that cost, so it doesn't have to attack that player."}],"rarities":["rare"]},"agrus kos, eternal soldier":{"name":"Agrus Kos, Eternal Soldier","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever Agrus Kos becomes the target of an ability that targets only it, you may pay {1}{R/W}. If you do, copy that ability for each other creature you control that ability could target. Each copy targets a different one of those creatures. ({R/W} can be paid with either {R} or {W}.)","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":{"Unknown":"Whenever ~ becomes the target of an ability that targets only it"},"execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["RedWhite"],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Any"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes the target of an ability that targets only it, you may pay {1}{R/W}. If you do, copy that ability for each other creature you control that ability could target. Each copy targets a different one of those creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"3d19823a-dbb8-4384-81f4-5c6818b7f46d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["ea531418-6c7c-4e23-b681-6bfdd4a3eb79"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["J22"],"rulings":[{"date":"2022-12-02","text":"Any creature you control that can't be targeted by the copied ability (due to protection abilities, targeting restrictions, or any other reason) is just ignored. No copy is created for that creature."},{"date":"2022-12-02","text":"If an ability has multiple targets, but it's targeting Agrus Kos with all of them, the last ability triggers. In that case, each of the copies will also target only one of those creatures."},{"date":"2022-12-02","text":"If the ability that's copied has an X whose value was determined as it was put on the stack, the copies have the same value of X."},{"date":"2022-12-02","text":"If the ability that's copied is modal (that is, it says \"Choose one —\" or the like), the copies will have the same mode. Their controller can't choose a different one."},{"date":"2022-12-02","text":"The controller of Agrus Kos controls all the copies, no matter which player controlled the original ability. That player chooses the order the copies are put on the stack. The original ability will be on the stack beneath those copies and will resolve last."},{"date":"2022-12-02","text":"The last ability triggers whenever Agrus Kos, Eternal Soldier becomes the target of an ability that targets it and no other object or player. It doesn't matter who controls the ability."}],"rarities":["rare"]},"agrus kos, spirit of justice":{"name":"Agrus Kos, Spirit of Justice","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit","Detective"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Double strike, vigilance\nWhenever Agrus Kos enters or attacks, choose up to one target creature. If it's suspected, exile it. Otherwise, suspect it. (A suspected creature has menace and can't block.)","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike","Vigilance"],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Suspect","target":{"type":"ParentTarget"},"scope":{"type":"Single"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"HasObjectTarget"},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Suspected"}]},"use_lki":false}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, choose up to one target creature. If it's suspected, exile it. Otherwise, suspect it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"11b7ee78-fca6-4b34-93e4-e60492583d50","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["55fc7b85-a321-4259-9fe6-a107d6d79819","58aeac7c-1275-49d4-9915-7604ae4bfdff","7fd2d61c-194a-482b-9c59-6800d6cc3a5b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"Being suspected isn't a copiable value. If a permanent becomes a copy of a suspected creature, it won't be suspected."},{"date":"2024-02-02","text":"If a creature is already suspected, suspecting it again won't have any effect."},{"date":"2024-02-02","text":"If a suspected creature loses all abilities, it will lose menace and \"This creature can't block\", but it won't stop being suspected."},{"date":"2024-02-02","text":"There's no limit to the number of creatures that can be suspected simultaneously. Suspecting a new creature doesn't cause other creatures to stop being suspected."},{"date":"2024-02-02","text":"When an effect suspects a creature, it becomes suspected. It gains menace and \"This creature can't block\" for as long as it's suspected. It stays suspected until it leaves the battlefield or another effect causes it to no longer be suspected."}],"rarities":["mythic"]},"air elemental":{"name":"Air Elemental","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7744bae4-a8b7-44a5-9b4c-0048ad4cc448","metadata":{"source_printing_ids":["0fc9ba0a-2840-48cb-8cf4-ef2a5f273849","194d52c7-cdaf-49bc-ae32-350a526af239","22905294-4ba6-4567-a21f-f53b8317acda","2299d07b-f6d2-4f9c-bc15-24620ccf2a26","36a94a6d-26b1-4486-9444-ec366e6f4d6e","3b15648c-1d88-42ec-b2f7-aab9a8c256a2","4aeebaea-a2b2-48a3-8bd3-b605684d41b6","50765ffc-8f33-4c89-94b1-65ff6c8923cd","53ea9019-a80c-4973-9d6a-6d414062f8e0","5a93fe66-620a-4f47-8a07-cff887c1e5d4","5d31dca7-df16-4a70-8f17-b78d745bac96","692bd3dd-4aa8-44a8-9f96-fd6e8698b6a2","69c3b2a3-0daa-4d42-832d-fcdfda6555ea","81ac7bdf-a722-4bed-b480-a1c2f80c5d64","9004140e-0369-44ae-84eb-5208a7ef4ced","980f75a4-7145-43c0-867a-cafbfaa2944e","a27efec0-40c4-48bc-a21a-3af28a6529b5","b00518cc-16b9-42ff-9ecd-5f908b27a7d4","b0720105-eb26-42a0-a12e-1f05e8af0f3d","bc617b0e-e20e-4744-b004-92cc3459dc14","be2326dd-78c9-46bb-a459-306602939a41","c8235805-543a-422e-bd32-558d198e5686","dbdd0db1-198d-4ad9-aa07-d62748af9d76","e0331818-208c-460a-b15d-81c8fd54669d","e5cfaefb-764c-4c56-bdb3-5f0375168597","ef5b8140-a157-4c20-a428-fa7250ab34e1","f0267612-fd15-497f-b6be-9e2797e6895d","f9de2b27-f7d1-4e2d-97b2-2bb236b6fb10","fecc022a-9643-48af-8423-2923036c147f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ANB","BRB","BTD","CED","CEI","DD2","DPA","FBB","GNT","J25","JVC","LEA","LEB","M10","M19","M20","ME4","P02","PLST","PS11","S99","SUM","W17","XLN"],"rarities":["uncommon"]},"air nomad student":{"name":"Air Nomad Student","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your end step, if this creature didn't attack this turn, put a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if ~ didn't attack this turn, put a +1/+1 counter on it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"And","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"AttackedThisTurn"}]}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a468f6ab-c0a8-4295-8b01-7147d3f889b4","metadata":{"source_printing_ids":["18e539c8-f0c5-4715-97a5-b060d996eef2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TLE"],"rarities":["uncommon"]},"ajani's pridemate":{"name":"Ajani's Pridemate","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"95e94dea-5ac0-4d6f-adec-ca147aee861f","metadata":{"source_printing_ids":["1796b260-7053-4d68-9918-c7392e312d10","222c1a68-e34c-4103-b1be-17d4ceaef6ce","296d0c32-1b7d-4c91-8675-2543c97a3753","2f717e04-c078-4696-9ed6-e973033d7be0","3a558693-629f-4921-ae82-396c133f9117","6bc35481-1f63-4c04-aee9-b3fe8eb89916","aab58d83-5930-4d28-a26c-225c7a872216","b3656310-093d-4724-a399-7f7010843b1f","c2b8706a-184f-4be4-b2d5-809e740ede89","d34e7982-f4f2-444d-8039-538b2ed4dc6e","d4cfb9bc-4273-4e5f-a7ac-2006a8345a4e","e411cacd-910b-4eda-8f67-03b426c94ebe","f70d1452-6b61-4c63-841f-4256ac498e9f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["C13","CLU","DDH","FDN","IMA","J22","J25","M11","M15","M19","PLST","TSR","WAR"],"rulings":[{"date":"2024-11-08","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Ajani's Pridemate's ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-11-08","text":"If Ajani's Pridemate is dealt lethal damage at the same time that you gain life, it won't receive a counter from its ability in time to save it."},{"date":"2024-11-08","text":"If you gain an amount of life \"for each\" of something or \"equal to the number\" of something, that life is gained as one event and Ajani's Pridemate's ability triggers only once."},{"date":"2024-11-08","text":"In a Two-Headed Giant game, life gained by your teammate won't cause Ajani's Pridemate's ability to trigger, even though it caused your team's life total to increase."},{"date":"2024-11-08","text":"The ability of Ajani's Pridemate triggers just once for each life-gaining event, whether it's 1 life from Dazzling Angel or 4 life from Apothecary Stomper."}],"rarities":["uncommon","special"]},"ajani, nacatl avenger":{"name":"Ajani, Nacatl Avenger","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Ajani"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"[+2]: Put a +1/+1 counter on each Cat you control.\n[0]: Create a 2/1 white Cat Warrior creature token. When you do, if you control a red permanent other than Ajani, he deals damage equal to the number of creatures you control to any target.\n[−4]: Each opponent chooses an artifact, a creature, an enchantment, and a planeswalker from among the nonland permanents they control, then sacrifices the rest.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[{"Subtype":"Cat"}],"controller":"You","properties":[]}},"cost":{"type":"Loyalty","amount":2},"sub_ability":null,"duration":null,"description":"[+2]: Put a +1/+1 counter on each Cat you control.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Token","name":"Cat Warrior","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Cat","Warrior"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":0},"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[0]: Create a 2/1 white Cat Warrior creature token. When you do, if you control a red permanent other than ~, he deals damage equal to the number of creatures you control to any target.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChooseAndSacrificeRest","categories":["Artifact","Creature","Enchantment","Planeswalker"],"chooser_scope":"EachPlayerSelf","choose_filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"sacrifice_filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":-4},"sub_ability":null,"duration":null,"description":"[−4]: Each opponent chooses an artifact, a creature, an enchantment, and a planeswalker from among the nonland permanents they control, then sacrifices the rest.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","White"],"color_identity":["Red","White"],"scryfall_oracle_id":"2588f348-d7a3-46c8-9ace-dca53ed5ef99","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["d9743436-0dec-5c72-bfc5-54668a38d036"],"source_printing_ids":["0d16e8e0-31b2-4389-afd6-783c501f6fa0","e91ba1d4-3bca-45a2-ad9f-7abbcfe50dbd","f897d650-f1a2-4366-a025-f12c10310d96"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MH3","PMH3"],"rarities":["mythic"]},"ajani, nacatl pariah":{"name":"Ajani, Nacatl Pariah","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Cat","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Ajani enters, create a 2/1 white Cat Warrior creature token.\nWhenever one or more other Cats you control die, you may exile Ajani, then return him to the battlefield transformed under his owner's control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Cat Warrior","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Cat","Warrior"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 2/1 white Cat Warrior creature token.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Cat"}],"controller":"You","properties":[{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more other Cats you control die, you may exile ~, then return him to the battlefield transformed under his owner's control.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"2588f348-d7a3-46c8-9ace-dca53ed5ef99","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["d9743436-0dec-5c72-bfc5-54668a38d036"],"source_printing_ids":["0d16e8e0-31b2-4389-afd6-783c501f6fa0","e91ba1d4-3bca-45a2-ad9f-7abbcfe50dbd","f897d650-f1a2-4366-a025-f12c10310d96"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"A permanent with more than one type may be chosen as any of its types. For example, an artifact creature may be chosen as the artifact, the creature, or both. Choosing the same permanent twice this way has the same result as choosing it once."},{"date":"2024-06-07","text":"A transforming double-faced card enters the battlefield with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2024-06-07","text":"Each face of a transforming double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a transforming double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2024-06-07","text":"Each transforming double-faced card in this set is cast with its front face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2024-06-07","text":"If an opponent doesn't control any permanents of one of the types, they'll still choose the permanents of the types they do control."},{"date":"2024-06-07","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter the battlefield at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Ral, Monsoon Mage, choosing to exile that permanent during the resolution of its triggered ability will cause it to remain in exile."},{"date":"2024-06-07","text":"In a case where you create more than one Cat Warrior creature token with Ajani, Nacatl Avenger's second ability (for example, because of the effect of Doubling Season), the reflexive ability will trigger once for each Cat Warrior you made this way. If a replacement effect causes you to create different tokens instead (for example, the effect of Divine Visitation), the creation of those tokens won't cause the reflexive ability to trigger."},{"date":"2024-06-07","text":"In some rare cases, a spell or ability may cause Ajani, Nacatl Pariah to transform while it's a creature (front face up) on the battlefield. If this happens, Ajani, Nacatl Avenger won't have any loyalty counters on him and will subsequently be put into his owner's graveyard."},{"date":"2024-06-07","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Ral, Monsoon Mage's color identity is blue and red, since its front face is red and its back face has a blue and red color indicator."},{"date":"2024-06-07","text":"Lands can't be chosen and won't be sacrificed, even if they have any of the types referenced by Ajani, Nacatl Avenger's last ability."},{"date":"2024-06-07","text":"The back face of a transforming double-faced card usually has a color indicator that defines its color. Colorless back faces, such as lands, do not."},{"date":"2024-06-07","text":"The mana value of a transforming double-faced card is the mana value of its front face, no matter which face is up."},{"date":"2024-06-07","text":"When Ajani, Nacatl Avenger's last ability resolves, starting with the next opponent in turn order, each opponent in turn order chooses permanents they control. Each opponent will know the choices made by players who chose before them. They then sacrifice all of their unchosen nonland permanents simultaneously."},{"date":"2024-06-07","text":"You can activate one of Ajani, Nacatl Avenger's loyalty abilities the turn he enters the battlefield. However, you may do so only during one of your main phases when the stack is empty. For example, if Ajani, Nacatl Avenger enters the battlefield during combat, there will be an opportunity for your opponent to remove him before you can activate one of his abilities."},{"date":"2024-06-07","text":"You don't choose a target for Ajani, Nacatl Avenger's second ability when you activate it. Rather, if you control a red permanent other than Ajani, Nacatl Avenger, a second \"reflexive\" ability triggers when you create a Cat Warrior creature token this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["mythic"]},"alacrian armory":{"name":"Alacrian Armory","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +0/+1 and have vigilance.\nAt the beginning of combat on your turn, choose up to one target Mount or Vehicle you control. Until end of turn, that permanent becomes saddled if it's a Mount and becomes an artifact creature if it's a Vehicle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"BecomeSaddled","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"HasObjectTarget"},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":null,"properties":[]},"use_lki":false}]},"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"HasObjectTarget"},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":null,"properties":[]},"use_lki":false}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, choose up to one target Mount or Vehicle you control. Until end of turn, that permanent becomes saddled if it's a Mount and becomes an artifact creature if it's a Vehicle.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +0/+1 and have vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3fa2d51c-d549-4287-ac3b-76bc72bcd8bc","metadata":{"source_printing_ids":["d39f7f98-ad5e-4e5e-9f7b-abe0984ffe17"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"alania, divergent storm":{"name":"Alania, Divergent Storm","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Otter","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a spell, if it's the first instant spell, the first sorcery spell, or the first Otter spell other than Alania you've cast this turn, you may have target opponent draw a card. If you do, copy that spell. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, if it's the first instant spell, the first sorcery spell, or the first Otter spell other than ~ you've cast this turn, you may have target opponent draw a card. If you do, copy that spell. You may choose new targets for the copy.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"And","conditions":[{"type":"TriggeringSpellMatchesFilter","filter":{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":1}}]},{"type":"And","conditions":[{"type":"TriggeringSpellMatchesFilter","filter":{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":1}}]},{"type":"And","conditions":[{"type":"TriggeringSpellMatchesFilter","filter":{"type":"And","filters":[{"type":"Typed","type_filters":[{"Subtype":"Otter"}],"controller":null,"properties":[]},{"type":"Not","filter":{"type":"Named","name":"Alania, Divergent Storm"}}]}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"And","filters":[{"type":"Typed","type_filters":[{"Subtype":"Otter"}],"controller":null,"properties":[]},{"type":"Not","filter":{"type":"Named","name":"Alania, Divergent Storm"}}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":1}}]}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"63d50d5e-56de-44c4-b906-b2a21a56e3f3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["34ace81d-823f-43d1-902e-345418cd8fd2","436d6a84-4cea-4ca7-94aa-9d08280652af","f9dc7b8e-d381-49a0-a7f8-c8cd9acadc54"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"A resolving copy of a permanent spell becomes a token. That token isn’t “created” and won’t interact with abilities that care about tokens being created."},{"date":"2024-07-26","text":"Alania’s ability and the copy it creates both resolve before the spell that caused the ability to trigger. They resolve even if the spell is countered before the copy is created."},{"date":"2024-07-26","text":"Alania’s ability can trigger up to three times in a single turn: once when you cast your first instant, once when you cast your first sorcery, and once when you cast your first Otter spell other than Alania."},{"date":"2024-07-26","text":"Any choices made when the spell resolves won’t have been made yet when it’s copied. Any such choices will be made separately when the copy resolves."},{"date":"2024-07-26","text":"If the spell that’s copied has an X whose value was determined as it was cast, the copy has the same value of X."},{"date":"2024-07-26","text":"The copy is created on the stack, so it’s not “cast.” Abilities that trigger when a player casts a spell won’t trigger."},{"date":"2024-07-26","text":"The copy will have the same targets as the spell it’s copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can’t choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2024-07-26","text":"You can’t choose to pay any additional costs for a copied spell. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["rare"]},"alexios, deimos of kosmos":{"name":"Alexios, Deimos of Kosmos","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Berserker"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Trample\nAlexios attacks each combat if able, can't be sacrificed, and can't attack its owner.\nAt the beginning of each player's upkeep, that player gains control of Alexios, untaps it, and puts a +1/+1 counter on it. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player gains control of ~, untaps it, and puts a +1/+1 counter on it. It gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks each combat if able, can't be sacrificed, and can't attack its owner."},{"mode":{"Other":"CantBeSacrificed"},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks each combat if able, can't be sacrificed, and can't attack its owner."},{"mode":"CantAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks each combat if able, can't be sacrificed, and can't attack its owner.","attack_defended":"Owner"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"81c6c4f0-81ad-463c-a42b-60a73e6d70f3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["ab907c09-56c0-40ed-aebd-63b64c7e1c2e","d00d6fad-24c7-47dc-8feb-de58c8e51c33","e81b94b2-4052-4686-a788-9baf0fa0f81a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ACR"],"rulings":[{"date":"2024-07-05","text":"Alexios can attack planeswalkers its owner controls and battles its owner protects."},{"date":"2024-07-05","text":"Alexios can't be sacrificed for any reason. If an effect instructs you to sacrifice it, you can't and it remains on the battlefield. You also can't sacrifice it to pay a cost that requires you to sacrifice a creature."},{"date":"2024-07-05","text":"If Alexios can't attack for any reason (such as being tapped), then it doesn't attack. If there's a cost associated with having it attack, its controller isn't forced to pay that cost, so it doesn't have to attack in that case either."},{"date":"2024-07-05","text":"If Alexios is controlled by a player other than its owner and its controller leaves the game, the effect giving that player control of Alexios ends. Alexios will return to the control of the player still in the game who most recently controlled it."},{"date":"2024-07-05","text":"If Alexios's owner leaves the game, Alexios leaves the game along with them."},{"date":"2024-07-05","text":"If an effect instructs you to sacrifice a creature and you control any creatures other than Alexios, you must sacrifice one of those other creatures. You can't try to sacrifice Alexios."}],"rarities":["uncommon"]},"alhammarret, high arbiter":{"name":"Alhammarret, High Arbiter","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs Alhammarret enters, each opponent reveals their hand. You choose the name of a nonland card revealed this way.\nYour opponents can't cast spells with the chosen name (as long as this creature is on the battlefield).","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"As ~ enters, each opponent reveals their hand. You choose the name of a nonland card revealed this way."},"cost":null,"sub_ability":null,"duration":null,"description":"As ~ enters, each opponent reveals their hand. You choose the name of a nonland card revealed this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"CantBeCast":{"who":"Opponents"}},"affected":{"type":"HasChosenName"},"modifications":[],"condition":{"type":"SourceInZone","zone":"Battlefield"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your opponents can't cast spells with the chosen name ."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c2531360-61f8-4edc-886b-408811a0639d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4200b101-19d3-4442-bddd-3eb77d5f99a9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["ORI","PORI","PRM"],"rulings":[{"date":"2015-06-22","text":"Alhammarret's second ability happens as Alhammarret enters the battlefield. No one can cast spells or activate abilities between the time a card is named and the time that Alhammarret's last ability starts to work."},{"date":"2015-06-22","text":"Although spells with the chosen name can't be cast, permanent cards with that name can still be put onto the battlefield by a spell or ability."},{"date":"2015-06-22","text":"If your opponents have no nonland cards in their hands, you can't choose a card name. Alhammarret's last ability won't stop any spells from being cast in that case."},{"date":"2015-06-22","text":"You choose one card name, not one name per opponent."},{"date":"2015-06-22","text":"Your opponents can still cast a card with the chosen name face down if it has a morph ability. A card with the chosen name can also be manifested."}],"rarities":["rare"]},"all-out assault":{"name":"All-Out Assault","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +1/+1 and have deathtouch.\nWhen this enchantment enters, if it's your main phase, there is an additional combat phase after this phase followed by an additional main phase. When you next attack this turn, untap each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":["PostCombatMain"],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"YouAttack","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false},"or_trigger":null},"effect":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"CurrentPhaseIs","phases":["PreCombatMain","PostCombatMain"]},{"type":"IsYourTurn"}]},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if it's your main phase, there is an additional combat phase after this phase followed by an additional main phase. When you next attack this turn, untap each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/+1 and have deathtouch."}],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"de8c0e2d-3207-4bc6-83ef-91e33b26a981","metadata":{"source_printing_ids":["37821af8-a873-497a-82cc-51095f1eed37","42c0f348-2435-4c62-9bf7-c1efded1fca0","b74876d8-f6a6-4b47-b960-b01a331bab01","e0febe8c-7e00-485a-bd06-1d7c4d4e816e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rarities":["mythic"]},"allies at last":{"name":"Allies at Last","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Affinity for Allies (This spell costs {1} less to cast for each Ally you control.)\nUp to two target creatures you control each deal damage equal to their power to target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[{"Affinity":{"type_filters":[{"Subtype":"~"}],"controller":null,"properties":[]}}],"abilities":[{"kind":"Spell","effect":{"type":"EachDealsDamageEqualToPower","sources":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"recipient":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"Up to two target creatures you control each deal damage equal to their power to target creature an opponent controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"c15e5e93-2eff-407d-ae75-437e36ef85ba","metadata":{"source_printing_ids":["11a77897-2aba-4a9b-bbe6-1768ca9f12cb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rulings":[{"date":"2025-10-02","text":"Affinity for Allies reduces only the generic mana in Allies at Last's cost. The colored mana must still be paid."},{"date":"2025-10-02","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions (such as that of Allies at Last's first ability). The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["uncommon"]},"aloe alchemist":{"name":"Aloe Alchemist","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant","Warlock"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this card becomes plotted, target creature gets +3/+2 and gains trample until end of turn.\nPlot {1}{G} (You may pay {1}{G} and exile this card from your hand. Cast it as a sorcery on a later turn without paying its mana cost. Plot only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Plot":{"type":"Cost","shards":["Green"],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"GrantCastingPermission","permission":{"type":"Plotted","turn_plotted":0},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"BecomesPlotted","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +3/+2 and gains trample"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When this card becomes plotted, target creature gets +3/+2 and gains trample until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"97489ef7-98c3-4700-bbe6-185215d41b25","metadata":{"source_printing_ids":["69f2f632-b6cc-4092-acd5-a6b152e90488"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"Exiling a card using its plot ability is a special action. Once you announce you're taking that action, no other player can respond by trying to remove that card from your hand."},{"date":"2024-04-12","text":"If a plotted card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-04-12","text":"If you're casting a plotted card from exile without paying its mana cost, you can't choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the plotted card has any mandatory additional costs, those must still be paid to cast the spell."},{"date":"2024-04-12","text":"Plot abilities are written \"Plot [cost],\" which means \"Any time you have priority during your main phase while the stack is empty, you may pay [cost] and exile this card from your hand. It becomes plotted.\""},{"date":"2024-04-12","text":"You can't cast a plotted card on the same turn it became plotted. On any future turn, you may cast that card from exile without paying its mana cost during your main phase while the stack is empty."}],"rarities":["uncommon"]},"alphinaud leveilleur":{"name":"Alphinaud Leveilleur","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Partner with Alisaie Leveilleur (When this creature enters, target player may put Alisaie Leveilleur into their hand from their library, then shuffle.)\nVigilance\nEukrasia — Whenever you cast your second spell each turn, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"With","data":"Alisaie Leveilleur"}},"Vigilance"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your second spell each turn, draw a card.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Named","name":"Alisaie Leveilleur"},"count":{"type":"Fixed","value":1},"reveal":true,"target_player":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target player may put Alisaie Leveilleur into their hand from their library, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d16783a4-9980-451b-9af0-33866980bc8d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["37e4ab61-bf18-4f9f-ba78-3e08a21aaf4d","65331e86-1ff3-45e4-b789-7afec4ca9bd5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"\"Partner with [name]\" represents two abilities. The first is a triggered ability: \"When this permanent enters, target player may search their library for a card named [name], reveal it, put it into their hand, then shuffle.\""},{"date":"2025-06-06","text":"Alphinaud Leveilleur's last ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2025-06-06","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2025-06-06","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2025-06-06","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Alisaie Leveilleur and Alphinaud Leveilleur are your commanders, your deck may contain cards with white and/or blue in their color identity, but not black, red, or green."},{"date":"2025-06-06","text":"Note that the target player searches their library (which may be affected by effects such as that of Stranglehold) and that the card they find is revealed, even though these words aren't included in the ability's reminder text."},{"date":"2025-06-06","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from one of them, not from both of them combined. Command Beacon's effect puts one into your hand from the command zone, not both."},{"date":"2025-06-06","text":"Spells that were cast before Alphinaud Leveilleur entered count. If Alphinaud Leveilleur was the first spell you cast this turn, the next spell you cast this turn is your second spell."},{"date":"2025-06-06","text":"The second ability represented by the \"partner with [name]\" keyword modifies the rules for deck construction in the Commander variant and has no function outside of that variant. If a legendary creature card with \"partner with [name]\" is designated as your commander, the named legendary creature card can also be designated as your commander."},{"date":"2025-06-06","text":"The triggered ability of the \"partner with\" keyword still triggers in a Commander game. If your other commander has somehow ended up in your library, you can find it. You can also target another player, whether or not they have that card in their library."},{"date":"2025-06-06","text":"To have two commanders, both must have the partner ability or corresponding \"partner with\" abilities as the game begins. A creature with a \"partner with\" ability can't partner with any creature other than its designated partner. Losing a partner ability during the game doesn't cause either to cease to be your commander."}],"rarities":["rare"]},"alrund, god of the cosmos":{"name":"Alrund, God of the Cosmos","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Alrund gets +1/+1 for each card in your hand and each foretold card you own in exile.\nAt the beginning of your end step, choose a card type, then reveal the top two cards of your library. Put all cards of the chosen type revealed this way into your hand and the rest on the bottom of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardType","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":2},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCardType"}]},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, choose a card type, then reveal the top two cards of your library. Put all cards of the chosen type revealed this way into your hand and the rest on the bottom of your library in any order.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Sum","exprs":[{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Hand","card_types":[],"scope":"Controller"}},{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Foretold"},{"type":"Owned","controller":"You"},{"type":"InZone","zone":"Exile"}]}}}]}},{"type":"AddDynamicToughness","value":{"type":"Sum","exprs":[{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Hand","card_types":[],"scope":"Controller"}},{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Foretold"},{"type":"Owned","controller":"You"},{"type":"InZone","zone":"Exile"}]}}}]}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each card in your hand and each foretold card you own in exile."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0a69c3dd-52a3-4ef6-b53f-b0780e0dc5f8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5d131784-c1a3-463e-a37b-b720af67ab62","b751cf69-0a02-4cd2-abd4-cdb65ca620a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM"],"rulings":[{"date":"2021-01-22","text":"Alrund recieved day 1 eratta to clarify that you select from the cards \"revealed this way\". For more information, see https://magic.wizards.com/en/articles/archive/feature/kaldheim-release-notes-2021-01-22"},{"date":"2021-02-05","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2021-02-05","text":"Alrund's first ability applies only while Alrund is on the battlefield. In every other zone, Alrund is 1/1."},{"date":"2021-02-05","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2021-02-05","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2021-02-05","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2021-02-05","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2021-02-05","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2021-02-05","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2021-02-05","text":"The words \"revealed this way\" were inadvertently omitted from the printed card. Alrund's Oracle text was updated to include this phrase."},{"date":"2021-02-05","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2021-02-05","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2021-02-05","text":"You may choose any card type, but the ones that may appear in your library are artifact, battle, creature, enchantment, instant, kindred, land, planeswalker, and sorcery. Supertypes such as snow and basic may not be chosen. Subtypes such as God, Aura, and Forest also may not be chosen."}],"rarities":["mythic"]},"altaïr ibn-la'ahad":{"name":"Altaïr Ibn-La'Ahad","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"First strike\nWhenever Altaïr attacks, exile up to one target Assassin creature card from your graveyard with a memory counter on it. Then for each creature card you own in exile with a memory counter on it, create a tapped and attacking token that's a copy of it. Exile those tokens at end of combat.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Creature",{"Subtype":"Assassin"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Counters","counters":{"type":"OfType","data":"memory"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"None"},"owner":{"type":"Controller"},"source_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"InZone","zone":"Exile"},{"type":"Counters","counters":{"type":"OfType","data":"memory"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"enters_attacking":true,"tapped":true,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"EndCombat"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, exile up to one target Assassin creature card from your graveyard with a memory counter on it. Then for each creature card you own in exile with a memory counter on it, create a tapped and attacking token that's a copy of it. Exile those tokens at end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"43dc4b0c-e437-4abc-a3fb-48bd3098de88","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["35d765d0-3113-5bc3-b38c-e3ca22b91300"],"source_printing_ids":["358026de-ab7c-4a17-8cac-cfbee391b127","7ba4aba6-6ed8-46cc-89eb-ce546940e250","9f92d7b6-58c8-485c-86ff-d63f1d3dd481","a96abfdf-21fa-46dc-9632-37add4c10c2a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ACR"],"rulings":[{"date":"2024-07-05","text":"Although the tokens enter the battlefield attacking, they were never declared as attacking creatures. Abilities that trigger whenever a creature attacks won't trigger when they enter the battlefield attacking."},{"date":"2024-07-05","text":"Each of the tokens copies exactly what was printed on the card in exile and nothing else. They don't copy any information about the object the card was before it was exiled. "},{"date":"2024-07-05","text":"If a card copied by one of the tokens had any \"when [this permanent] enters the battlefield\" abilities, then the token also has those abilities and will trigger them when it's created. Similarly, any \"as [this permanent] enters the battlefield\" or \"[this permanent] enters the battlefield with\" abilities that any of the tokens have copied will also work."},{"date":"2024-07-05","text":"If an exiled card has {X} in its mana cost, X is 0."},{"date":"2024-07-05","text":"You choose which player, planeswalker, or battle the tokens are attacking. Each token can enter attacking a different player, planeswalker, or battle, and they don't need to be the same one that Altaïr is attacking."}],"rarities":["mythic"]},"amalia benavides aguirre":{"name":"Amalia Benavides Aguirre","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Ward—Pay 3 life.\nWhenever you gain life, Amalia Benavides Aguirre explores. Then destroy all other creatures if its power is exactly 20. (To have this creature explore, reveal the top card of your library. Put that card into your hand if it's a land. Otherwise, put a +1/+1 counter on this creature, then put the card back or put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":["Explore",{"Ward":{"type":"PayLife","data":3}}],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"Explore"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":20}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, ~ explores. Then destroy all other creatures if its power is exactly 20.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"85eefda9-4aab-467d-a08c-be026cb8ff42","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9acf80a5-f2ca-45b4-aca8-fbc690e35401","9b1ae96c-012c-4bd4-81f0-5944fc03a8a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"banned","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI"],"rulings":[{"date":"2023-11-10","text":"Amalia Benavides Aguirre's power is checked only once, as the triggered ability resolves. If it is no longer on the battlefield at that point, use its power as it last existed on the battlefield."},{"date":"2023-11-10","text":"Amalia Benavides Aguirre's power must be exactly 20 during the resolution of its last ability after it finishes exploring in order to destroy all other creatures. If it's more or less than 20, nothing is destroyed."},{"date":"2023-11-10","text":"If a resolving spell or ability instructs a specific creature to explore but that creature has left the battlefield, the creature still explores. If you reveal a nonland card this way, you won't put a +1/+1 counter on anything, but you may put the revealed card into your graveyard. Effects that trigger \"whenever a creature explores\" trigger as appropriate."},{"date":"2023-11-10","text":"If an ability instructs a creature to explore, its controller reveals the top card of their library. If it's a land card, they'll put it into their hand. Otherwise, they'll put a +1/+1 counter on that creature, then choose to either leave that card on top of their library or put it into their graveyard."},{"date":"2023-11-10","text":"If multiple creatures with lifelink you control deal combat damage at the same time, the damage dealt by each of those creatures is a separate life-gaining event and Amalia Benavides Aguirre's ability will trigger that many times."},{"date":"2023-11-10","text":"If no card is revealed, most likely because that player's library is empty, the exploring creature receives a +1/+1 counter."},{"date":"2023-11-10","text":"In some unusual cases, noncreature permanents may explore. For example, if the creature card returned by Defossilize is somehow not a creature once it's on the battlefield, it can still explore. You'll take all the same actions, and you may end up putting a +1/+1 counter on the permanent. (Note that some effects target a creature, and those effects would still require a legal target to have it explore.)"},{"date":"2023-11-10","text":"Once an ability that causes a creature to explore begins to resolve, no player may take any other actions until it's done. Notably, opponents can't try to remove the exploring creature after you reveal a nonland card but before it receives a counter."},{"date":"2023-11-10","text":"Some spells or abilities might cause a creature to explore multiple times in a row. If you reveal a nonland card when a creature explores and leave it on top of your library, then the creature explores again immediately afterwards, you'll reveal the same card again."},{"date":"2023-11-10","text":"The instruction for Amalia Benavides Aguirre to explore and the effect that occurs if Amalia Benavides Aguirre's power is exactly 20 are all part of the same ability. Players do not get to chance to respond to the ability after knowing the result of the explore."}],"rarities":["rare"]},"amareth, the lustrous":{"name":"Amareth, the Lustrous","mana_cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever another permanent you control enters, look at the top card of your library. If it shares a card type with that permanent, you may reveal that card and put it into your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Reveal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ObjectsShareQuality","subject":{"type":"LastRevealed"},"reference":{"type":"TriggeringSource"},"quality":"CardType"},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another permanent you control enters, look at the top card of your library. If it shares a card type with that permanent, you may reveal that card and put it into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Blue","White"],"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"8cccc8d0-bdd8-4853-8330-6f6a57695d11","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2fbea010-de77-468e-be39-1717070c9303","9a67f626-1cc6-4489-a9d3-4304779602d9","f31ad3a5-4e42-4f2c-badf-4cef2a39be41"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PRM","SLD"],"rulings":[{"date":"2020-11-10","text":"Card types that can appear on permanents and cards in a library include artifact, creature, enchantment, land, planeswalker. Instant and sorcery are card types, but they can't appear on permanents. Legendary, basic, and snow are supertypes, not card types; Dragon and Pirate are subtypes, not card types."}],"rarities":["rare"]},"amazing spider-man":{"name":"Amazing Spider-Man","mana_cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spider","Human","Hero"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance, reach\nEach legendary spell you cast that's one or more colors has web-slinging {G}{W}{U}. (You may cast a spell for its web-slinging cost if you also return a tapped creature you control to its owner's hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance","Reach"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":{"WebSlinging":{"type":"Cost","shards":["Green","White","Blue"],"generic":0}}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"},{"type":"ColorCount","comparator":"GE","count":1}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Each legendary spell you cast that's one or more colors has web-slinging {G}{W}{U}."}],"replacements":[],"color_override":["Green","Blue","White"],"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"f1b7488c-c675-42e9-818a-24a50347ec2c","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["cd0b828b-461a-5835-8da5-0d684b505914"],"source_printing_ids":["2ec821c3-3e5c-4af8-a6ef-e2e77aa8668c","3ce33422-5dba-4a42-8375-dd8ccc692a7b","97fcf5a5-54e1-43f3-95e3-edc6215bf973","98912aae-4e42-4434-b979-9c85f09f8d6d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["OM1","PMEI","PSPM","SPM"],"rarities":["mythic"]},"ambitious aetherborn":{"name":"Ambitious Aetherborn","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Aetherborn","Artificer"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Fabricate 1 (When this creature enters, put a +1/+1 counter on it or create a 1/1 colorless Servo artifact creature token.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Fabricate":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put 1 +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Servo","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Servo"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create 1 1/1 colorless Servo artifact creature token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.123a: Fabricate 1 — when this permanent enters, put 1 +1/+1 counter on it or create 1 1/1 colorless Servo artifact creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"31f54f88-85a6-43f4-a6de-fb6ef5f0c38d","metadata":{"related_token_ids":["150509ae-ac3b-5e5a-9670-0cc97ab89d4e","c163b76c-52dc-5775-a924-8c24aa363bd7"],"source_printing_ids":["13bcce3e-485e-46f1-b39c-326d17abb708","80cb628e-fa83-4d7e-92cb-8779ea02193f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["KLD","PLST"],"rulings":[{"date":"2016-09-20","text":"Fabricate doesn't cause the creature with the ability to enter the battlefield with +1/+1 counters already on it. For example, Weaponcraft Enthusiast will enter the battlefield as a 0/1 creature, then its fabricate ability goes on the stack. Players may take actions (such as casting instants) while the ability is waiting to resolve."},{"date":"2016-09-20","text":"If you can't put +1/+1 counters on the creature for any reason as fabricate resolves (for instance, if it's no longer on the battlefield), you just create Servo tokens."},{"date":"2016-09-20","text":"You choose whether to put +1/+1 counters on the creature or create Servo tokens as the fabricate ability is resolving. No player may take actions between the time you choose and the time that counters are added or tokens are created."}],"rarities":["common"]},"ambuscade":{"name":"Ambuscade","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gets +1/+0 until end of turn. It deals damage equal to its power to target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gets +1/+0 until end of turn. It deals damage equal to its power to target creature an opponent controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5e419975-e054-4c35-8845-a08589ebb08f","metadata":{"source_printing_ids":["4df71162-7e8f-47c5-aff4-59d82d8c674d","cfc06303-cb35-4feb-b23d-7ac0a2fa7ce3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["2X2","HOU"],"rulings":[{"date":"2017-07-14","text":"If the creature you control leaves the battlefield before Ambuscade resolves, Ambuscade has no effect and no damage is dealt. If the creature an opponent controls leaves the battlefield instead, the creature you control gets +1/+0 even though it won't deal any damage."}],"rarities":["common"]},"aminatou, veil piercer":{"name":"Aminatou, Veil Piercer","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, surveil 2. (Look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)\nEach enchantment card in your hand has miracle. Its miracle cost is equal to its mana cost reduced by {4}. (You may cast a card for its miracle cost when you draw it if it's the first card you drew this turn.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, surveil 2.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"modifications":[{"type":"AddKeyword","keyword":{"Miracle":{"type":"SelfManaCostReduced","reduction":4}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each enchantment card in your hand has miracle. Its miracle cost is equal to its mana cost reduced by {4}."}],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"bf45f5ee-4d5f-4920-b612-b5492c2f035d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9f868023-6035-403d-ba91-7a4840c6c392"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"If an effect puts a card into your hand without using the word \"draw,\" the card wasn't drawn."},{"date":"2024-09-20","text":"If the card with miracle leaves your hand before the triggered ability resolves, you won't be able to cast it using its miracle ability."},{"date":"2024-09-20","text":"It's important to reveal a card with miracle before it is mixed with the other cards in your hand."},{"date":"2024-09-20","text":"Miracle is an alternative cost to cast the spell with miracle. It can't be combined with other alternative costs, such as casting a spell \"without paying its mana cost.\" You may, however, pay additional costs, such as kicker. If the spell has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2024-09-20","text":"Multiple card draws are always treated as a sequence of individual card draws. For example, if you haven't drawn any cards yet during a turn and cast a spell that instructs you to draw three cards, you'll draw them one at a time. Only the first card drawn this way may be revealed and cast using its miracle ability."},{"date":"2024-09-20","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a miracle cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."},{"date":"2024-09-20","text":"You can cast a card for its miracle cost only as the miracle triggered ability resolves. If you don't want to cast it at that time (or you can't cast it, perhaps because there are no legal targets available), you won't be able to cast it later for the miracle cost."},{"date":"2024-09-20","text":"You can reveal and cast a card with miracle on any turn, not just your own, if it's the first card you've drawn that turn."},{"date":"2024-09-20","text":"You cast the card with miracle during the resolution of the triggered ability. Ignore any timing rules based on the card's type."},{"date":"2024-09-20","text":"You don't have to reveal a drawn card with miracle if you don't wish to cast it at that time."},{"date":"2024-09-20","text":"You still draw the card, whether you use the miracle ability or not. Any ability that triggers whenever you draw a card, for example, will trigger. If you don't cast the card using its miracle ability, it will remain in your hand."}],"rarities":["mythic"]},"ammit eternal":{"name":"Ammit Eternal","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Crocodile","Demon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Afflict 3 (Whenever this creature becomes blocked, defending player loses 3 life.)\nWhenever an opponent casts a spell, put a -1/-1 counter on this creature.\nWhenever this creature deals combat damage to a player, remove all -1/-1 counters from it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Afflict":3}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, put a -1/-1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"M1M1","count":{"type":"Fixed","value":-1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, remove all -1/-1 counters from it.","constraint":null,"condition":null,"batched":false},{"mode":"AttackerBlocked","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"DefendingPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.130a: Afflict 3 — defending player loses 3 life","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.130a: Afflict 3 — whenever this creature becomes blocked, the defending player loses 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c2f6ddc2-86bc-43da-9bdd-0c2af79c62fd","metadata":{"source_printing_ids":["1b04934f-87d1-4768-b7b5-5f7249a09771"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["HA4","HOU","PHOU"],"rulings":[{"date":"2017-07-14","text":"Afflict causes the defending player to lose life; it's not damage or combat damage."},{"date":"2017-07-14","text":"Afflict resolves before combat damage is dealt. If this loss of life brings a player to 0 life or less, that player loses the game immediately. A blocking creature with lifelink won't deal combat damage in time to save that player."},{"date":"2017-07-14","text":"Ammit Eternal's middle ability will resolve before the spell that caused it to trigger. The ability will resolve even if that spell is countered."},{"date":"2017-07-14","text":"If multiple creatures block a creature with afflict, afflict triggers only once."},{"date":"2023-07-28","text":"If a creature is attacking a planeswalker, that planeswalker's controller is the defending player. If a creature is attacking a battle, that battle's protector is the defending player."}],"rarities":["rare"]},"amphin mutineer":{"name":"Amphin Mutineer","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Salamander","Pirate"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, exile up to one target non-Salamander creature. That creature's controller creates a 4/3 blue Salamander Warrior creature token.\nEncore {4}{U}{U} ({4}{U}{U}, Exile this card from your graveyard: For each opponent, create a token copy that attacks that opponent this turn if able. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Encore":{"type":"Cost","shards":["Blue","Blue"],"generic":4}}],"abilities":[{"kind":"Activated","effect":{"type":"Encore"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4}},{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Salamander"}}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Salamander Warrior","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"types":["Creature","Salamander","Warrior"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"ParentTargetController"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile up to one target non-Salamander creature. That creature's controller creates a 4/3 blue Salamander Warrior creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8910f79a-66c9-41b3-b55a-e3e651ae6f26","metadata":{"related_token_ids":["20871e74-cf51-5956-8184-09ff568097a5","2b48ec72-3a9d-5b4b-bd63-3e4266bd8848","3e95b37e-45a2-51f0-aeb1-c38e9e2a5d76","40a109ad-ee09-5f13-a852-dbaa5efbd124"],"source_printing_ids":["0f54f429-80c2-4f55-bb99-236f2c697985","4b45f225-0553-482b-8be4-9c7f3ccf0d0d","967b5ed9-7275-4564-8bf9-2748fea2f387","b465a22b-6fea-4bf8-b290-fa3e1a4aa6eb","c7be9d06-3651-47f4-9e44-00ecd4a15e3c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","LCC","MKC","PRM","TDC"],"rulings":[{"date":"2020-11-10","text":"Each token must attack the appropriate player if able."},{"date":"2020-11-10","text":"Exiling the card with encore is a cost to activate the ability. Once you announce that you're activating it, no player may take actions until you've finished. They can't try to remove the card from your graveyard to stop you from paying the cost."},{"date":"2020-11-10","text":"If one of the tokens can't attack for any reason (such as being tapped), then it doesn't attack. If there's a cost associated with having it attack, you aren't forced to pay that cost, so it doesn't have to attack in that case either."},{"date":"2020-11-10","text":"If one of the tokens somehow is under another player's control as the delayed triggered ability resolves, you can't sacrifice that token. It remains on the battlefield indefinitely, even if you regain control of it later."},{"date":"2020-11-10","text":"If the target non-Salamander creature is an illegal target by the time Amphin Mutineer's ability tries to resolve, the ability doesn't resolve. No player creates a Salamander Warrior token."},{"date":"2020-11-10","text":"Opponents who have left the game aren't counted when determining how many tokens to create."},{"date":"2020-11-10","text":"The tokens copy only what's on the original card. Effects that modified that creature when it was previously on the battlefield won't be copied."},{"date":"2023-07-28","text":"If an effect stops a token from attacking a specific player, that token can attack any player, planeswalker, or battle, or not attack at all. If the effect stops the token from attacking a specific player unless a cost is paid, you don't have to pay that cost unless you want to attack that player."}],"rarities":["rare"]},"amulet of vigor":{"name":"Amulet of Vigor","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a permanent you control enters tapped, untap it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a permanent you control enters tapped, untap it.","constraint":null,"condition":{"type":"ZoneChangeObjectIsTapped"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"dba16032-66c1-4ccb-9d65-d41ac550d182","metadata":{"source_printing_ids":["0790fb8c-7ff3-4681-a2c0-f16642f4f94b","311af3f7-463b-4fe0-aefc-5cd26a5fbd3d","997bc933-ac30-477b-a4e1-5333b796a99d","d62617c4-e3fc-4ac2-a969-aa33afcd76eb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LCC","PLST","SLD","WWK"],"rulings":[{"date":"2010-03-01","text":"For Amulet of Vigor's ability to trigger, a permanent must enter tapped due to an effect that says \"put [the permanent] onto the battlefield tapped,\" \"[this permanent] enters tapped,\" or the like. If it enters untapped, the ability won't trigger, even if you tap that permanent afterward."},{"date":"2010-03-01","text":"If you control more than one Amulet of Vigor, each Amulet's ability triggers when a permanent enters tapped and under your control. The first ability that resolves will untap that permanent. If the permanent somehow becomes tapped again before the next ability resolves, the next ability will untap it as well (and so on)."}],"rarities":["rare"]},"analyze the pollen":{"name":"Analyze the Pollen","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may collect evidence 8. (Exile cards with total mana value 8 or greater from your graveyard.)\nSearch your library for a basic land card. If evidence was collected, instead search your library for a creature or land card. Reveal that card, put it into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card. If evidence was collected, instead search your library for a creature or land card. Reveal that card, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ec7d550b-9e13-4249-89c7-6ad43f71ea11","additional_cost":{"type":"Optional","data":{"cost":{"type":"CollectEvidence","amount":8}}},"metadata":{"source_printing_ids":["46e8faf9-4230-4bb5-ad2e-b520ab338c35","5563967f-09fd-4ccf-8892-4dd0c2544c98"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."},{"date":"2024-02-02","text":"The collect evidence ability of Analyze the Pollen allows you to find a nonbasic land card."}],"rarities":["rare"]},"ancestral hot dog minotaur":{"name":"Ancestral Hot Dog Minotaur","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{TK}{TK} — Afflict 2 (Whenever this creature becomes blocked, defending player loses 2 life.)\n{TK}{TK}{TK} — Flying\n{TK}{TK} — 1/4\n{TK}{TK}{TK}{TK}{TK} — 8/6","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Afflict":2}],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"{TK}{TK} — 1/4"},"cost":null,"sub_ability":null,"duration":null,"description":"{TK}{TK} — 1/4","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"{TK}{TK}{TK}{TK}{TK} — 8/6"},"cost":null,"sub_ability":null,"duration":null,"description":"{TK}{TK}{TK}{TK}{TK} — 8/6","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"AttackerBlocked","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"DefendingPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.130a: Afflict 2 — defending player loses 2 life","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.130a: Afflict 2 — whenever this creature becomes blocked, the defending player loses 2 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"481c3bfe-2293-447d-aa03-3ea6ed9321aa","metadata":{"source_printing_ids":["34c3979d-60e7-44b5-bb9f-1b6b0f2b70c3"]},"legalities":{"commander":"legal","duel":"banned","oathbreaker":"banned","paupercommander":"legal"},"printings":["SUNF"],"rarities":["common"]},"ancestral vision":{"name":"Ancestral Vision","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Suspend 4—{U} (Rather than cast this card from your hand, pay {U} and exile it with four time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)\nTarget player draws three cards.","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":4,"cost":{"type":"Cost","shards":["Blue"],"generic":0}}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":"Target player draws three cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":4},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue"],"color_identity":["Blue"],"scryfall_oracle_id":"9728dec9-d482-4c7a-8cdc-44d010dc878d","metadata":{"source_printing_ids":["307752ed-f4cc-4e2d-a0fd-0c677844e848","9079c93e-3da8-442a-89d2-609a3eac83b0","9ec075ba-db56-4dcf-b1dc-fe6270b7ab36","a5dc736d-7e61-4909-973f-61f7adb82b64","bccedc4d-38c7-4bf3-9ca7-4febd6c49d3d","dd18851b-5e8d-4d56-b58c-f62b8e43ba0d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DD2","IMA","JVC","TDC","TSP","TSR"],"rulings":[{"date":"2013-06-07","text":"Although originally printed with a characteristic-defining ability that defined its color, this card now has a color indicator. This color indicator can't be affected by text-changing effects (such as the one created by Crystal Spray), although color-changing effects can still overwrite it."},{"date":"2024-02-02","text":"A card with no mana cost can't be cast normally; you'll need a way to cast it for an alternative cost or without paying its mana cost, such as by suspending it."},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If a card with no mana cost is given an alternative cost equal to its mana cost (by Snapcaster Mage, for example), that cost cannot be paid and the card cannot be cast this way."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare","mythic"]},"ancient brass dragon":{"name":"Ancient Brass Dragon","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, roll a d20. When you do, put any number of target creature cards with total mana value X or less from graveyards onto the battlefield under your control, where X is the result.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":20,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"target_constraints":[{"type":"TotalManaValue","comparator":"LE","value":{"type":"Ref","qty":{"type":"EventContextAmount"}}}],"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, roll a d20. When you do, put any number of target creature cards with total mana value X or less from graveyards onto the battlefield under your control, where X is the result.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7d79fb4e-2ca0-404a-9663-1f5abce6e733","metadata":{"source_printing_ids":["631a9966-b5d2-4696-a2f1-2d56fccad9b2","6430c61b-407d-471d-9012-07f1ddef28aa","763d7fcb-e5f0-4438-8d35-8beb4cc015e4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG","PCLB"],"rarities":["mythic"]},"ancient bronze dragon":{"name":"Ancient Bronze Dragon","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, roll a d20. When you do, put X +1/+1 counters on each of up to two target creatures, where X is the result.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":20,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, roll a d20. When you do, put X +1/+1 counters on each of up to two target creatures, where X is the result.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8ce74097-97b1-493d-9585-bd1336f95927","metadata":{"source_printing_ids":["6261fba2-0420-4271-87f4-f168a1e74c9b","781af4dd-9e3c-48af-80e9-b52c427d2120","9b957a1f-6d26-47bb-84ba-81acc01a8dae","b571077e-a4a5-4442-99d9-558a4ffe55e9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG","PCLB","SLD"],"rarities":["mythic"]},"ancient copper dragon":{"name":"Ancient Copper Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, roll a d20. You create a number of Treasure tokens equal to the result.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":20,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, roll a d20. You create a number of Treasure tokens equal to the result.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"48daee9d-ddaf-410f-8c3a-12fa1064ab56","metadata":{"related_token_ids":["7fb44e8f-f3f6-5834-b4ef-a0249adacc31","ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["0c9ac08c-11ce-4e8a-8ea8-c18cfc745ac7","3836dddd-a7e4-499f-ad49-ce298aa65720","e12d32a7-60b4-4e49-b279-970b170c1a9c","f6cbc754-8aed-4c32-857c-ea639943b5d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","FCA","HBG","PCLB"],"rarities":["mythic"]},"ancient greenwarden":{"name":"Ancient Greenwarden","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Reach (This creature can block creatures with flying.)\nYou may play lands from your graveyard.\nIf a land entering causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Play"}},"affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands from your graveyard."},{"mode":{"DoubleTriggers":{"cause":{"EntersBattlefield":{"core_types":["Land"]}}}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a land entering causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3bcf090c-e890-4a9f-a8aa-6079e4ec9947","metadata":{"source_printing_ids":["12a0bf5c-a165-48f1-9a57-3a7cc9f3b0f9","7109092e-52c3-417b-a2c0-340eabb5af9d","c6a058aa-f620-4a1f-af32-6e6be2cb3e4b","d0a63737-8da7-4e92-89d2-742419530fc9","dfe08e59-fdc4-436f-b05c-6ad386c46310"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J25","OTC","PRM","PZNR","SLD","ZNR"],"rulings":[{"date":"2020-09-25","text":"An ability that triggers whenever you play a land won't trigger an additional time."},{"date":"2020-09-25","text":"Ancient Greenwarden allows you to play a modal double-faced card's land face, but not a nonland face."},{"date":"2020-09-25","text":"Ancient Greenwarden doesn't allow you to activate abilities (such as cycling) of land cards in your graveyard."},{"date":"2020-09-25","text":"Ancient Greenwarden doesn't change the times when you can play those lands. You can still play only one land per turn, and only during your main phase when you have priority and the stack is empty."},{"date":"2020-09-25","text":"Ancient Greenwarden's effect doesn't copy the triggered ability; it causes the ability to trigger twice. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."},{"date":"2020-09-25","text":"Ancient Greenwarden's third ability affects a land's own enters-the-battlefield triggered abilities as well as other triggered abilities that trigger when that land enters the battlefield, such as landfall abilities. Such triggered abilities start with \"when\" or \"whenever.\""},{"date":"2020-09-25","text":"If a land entering the battlefield at the same time as Ancient Greenwarden (including Ancient Greenwarden itself if an effect causes it to be a land) causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time."},{"date":"2020-09-25","text":"If you control two Ancient Greenwardens, a land entering the battlefield causes abilities to trigger three times, not four. A third Ancient Greenwarden causes abilities to trigger four times, a fourth causes abilities to trigger five times, and so on."},{"date":"2020-09-25","text":"Look at each permanent as it exists on the battlefield, taking into account continuous effects, to determine whether any triggered abilities will trigger multiple times. For example, if you control Ashaya, Soul of the Wild, a nontoken creature entering the battlefield will cause any appropriate abilities to trigger an additional time."},{"date":"2020-09-25","text":"Replacement effects are unaffected by Ancient Greenwarden's third ability. This includes any abilities that apply \"as [this land] enters the battlefield\" and any ability that says the land enters the battlefield with counters."},{"date":"2020-09-25","text":"The trigger event doesn't have to specifically refer to \"lands.\" For example, an ability that triggers \"whenever a creature enters the battlefield under your control\" would trigger twice if the entering land is also a creature."}],"rarities":["mythic"]},"ancient tomb":{"name":"Ancient Tomb","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}{C}. This land deals 2 damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add {C}{C}. ~ deals 2 damage to you.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"23467047-6dba-4498-b783-1ebc4f74b8c2","metadata":{"source_printing_ids":["09721698-35a4-48a2-8896-fe036a642345","16a1af43-84b4-4ad9-a206-db5d7f14fac9","2189b1cb-94c4-4477-a5ef-17a1ae2c6708","2c8b3180-6e29-484a-95f1-3e75af2766d3","2ca06f4f-1212-49c8-b45a-6f1597e0a3ed","30e401e3-282b-4524-87e1-c6cd50cd6d00","3283c6d2-7061-460f-9c2b-a362cd7085bf","339dde25-a080-4aae-993f-261847398767","3afebe8a-9f21-4260-8e93-1ab1dff13c09","41914164-311e-4f8d-b002-c0d313bf658b","688ede0a-39e6-46fa-a4f3-d71bc5b7cef4","880ffa23-ed71-4f39-aa66-0953a1f20fe9","bd3d4b4b-cf31-4f89-8140-9650edb03c7b","d34b1faa-8a1c-4bdd-9cf3-8b51c018f353","dfd176e9-55e7-454c-bd35-24a6e3fb0d81","f77d5b90-5ea1-403e-ab85-3040e1da933b"]},"legalities":{"brawl":"banned","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["EOS","EXP","LTC","PLST","PUMA","TMP","UMA","V12","VMA","WC99","ZNE"],"rarities":["uncommon","rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"anep, vizier of hazoret":{"name":"Anep, Vizier of Hazoret","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Jackal","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Trample\nYou may exert Anep as it attacks. When you do, exile the top two cards of your library. Until the end of your next turn, you may play those cards. (An exerted creature won't untap during your next untap step.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"You may exert ~ as it attacks. When you do, exile the top two cards of your library. Until the end of your next turn, you may play those cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0a73289f-0f0b-4316-be21-8edcbb08bd7c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["295658c4-7ab8-473d-abe1-0b6303b6850f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J25"],"rulings":[{"date":"2024-11-08","text":"If an exerted permanent is already untapped during your next untap step (most likely because an effect untapped it), exert's effect preventing it from untapping expires without having done anything."},{"date":"2024-11-08","text":"If you gain control of another player's permanent until end of turn and exert it, and then that player regains control of it, it will untap during that player's untap step."},{"date":"2024-11-08","text":"You can exert Anep as you declare it as an attacking creature. You can't do so later in combat, and creatures put onto the battlefield attacking can't be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2024-11-08","text":"You pay all costs and follow all timing rules for cards played with the permission granted by the ability that triggers when you exert Anep. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["uncommon"]},"angel of destiny":{"name":"Angel of Destiny","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying, double strike\nWhenever a creature you control deals combat damage to a player, you and that player each gain that much life.\nAt the beginning of your end step, if you have at least 15 life more than your starting life total, each player this creature attacked this turn loses the game.","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike","Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever a creature you control deals combat damage to a player, you and that player each gain that much life.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseTheGame"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"OpponentAttacked","subject":"Source","scope":"ThisTurn"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you have at least 15 life more than your starting life total, each player ~ attacked this turn loses the game.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeAboveStarting"}},"comparator":"GE","rhs":{"type":"Fixed","value":15}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"02f46271-c90d-4318-9004-74e7bee64a89","metadata":{"source_printing_ids":["5f3f3282-b88e-4843-9569-af20940559b0","74c6f0ea-689c-4fa7-a350-f5527b4ee2f5","9897074a-0ac4-4d1a-9aac-e77830cc5c78"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"All first-strike combat damage is dealt at the same time, and, separately, all regular combat damage is dealt at the same time. If one of those amounts of combat damage is enough to cause the player being dealt damage to lose the game, Angel of Destiny's first triggered ability has you gain life, but the other player has already lost the game and can't gain life."},{"date":"2020-09-25","text":"If Angel of Destiny leaves the battlefield before your end step, its last ability won't trigger and won't cause a player to lose the game, even if Angel of Destiny attacked that player earlier."},{"date":"2020-09-25","text":"If a creature you control somehow deals combat damage to you (most likely because its combat damage was redirected), you gain twice that much life as a single life-gaining event."},{"date":"2020-09-25","text":"In a Two-Headed Giant game, Angel of Destiny's last ability can trigger as long as your team's life total is greater than your team's starting life total by 15 or more life."}],"rarities":["mythic"]},"angelic accord":{"name":"Angelic Accord","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if you gained 4 or more life this turn, create a 4/4 white Angel creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Angel","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Angel"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if you gained 4 or more life this turn, create a 4/4 white Angel creature token with flying.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"aa95501f-bb59-494a-bcae-b74ca10ad57e","metadata":{"related_token_ids":["246e378d-598c-5f2e-8129-2b3a1fc185bc","4208994e-f2ce-5e38-bb3d-40067c58aa9b","f34494e6-8d2a-5361-a2c7-5c5a1ef80dd2"],"source_printing_ids":["03f26bc2-53d7-4448-8021-de35aa82fcc6","349e8190-15fd-44ed-a821-9a5f3615d2d9","b2cb986c-2a8e-4a24-b5d4-4393edc0c347"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["IMA","M14","PLST"],"rulings":[{"date":"2017-11-17","text":"Angelic Accord’s ability checks how much life you’ve gained during the turn, not what your life total is compared to what it was when the turn began. For example, if you start the turn at 10 life, gain 6 life during the turn, then lose 6 life later that turn, the ability will trigger."},{"date":"2017-11-17","text":"If you haven’t gained 4 or more life during the turn when the end step begins, the ability won’t trigger at all. Gaining life during the end step won’t cause the ability to trigger."},{"date":"2017-11-17","text":"In a Two-Headed Giant game, life gained by your teammate isn’t considered, even though it causes your team’s life total to increase."}],"rarities":["uncommon"]},"angelic arbiter":{"name":"Angelic Arbiter","mana_cost":{"type":"Cost","shards":["White","White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nEach opponent who cast a spell this turn can't attack with creatures.\nEach opponent who attacked with a creature this turn can't cast spells.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"per_player_condition":{"type":"YouCastSpellThisTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each opponent who cast a spell this turn can't attack with creatures."},{"mode":{"CantBeCast":{"who":"Opponents"}},"affected":null,"modifications":[],"condition":null,"per_player_condition":{"type":"YouAttackedThisTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each opponent who attacked with a creature this turn can't cast spells."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"34dd789c-4d80-4ccc-a4f7-2e5388a9689d","metadata":{"source_printing_ids":["6f2833f5-283d-4e86-8caf-f4f97432622e","71f05793-9e6f-4815-9a13-f791cb4b6aa0","8637d263-5d7e-45bc-aad3-d97f57e6898e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMA","CMD","JMP","M11"],"rulings":[{"date":"2010-08-15","text":"Angelic Arbiter's last ability applies if an opponent attacked with at least one creature during the current turn."},{"date":"2010-08-15","text":"During an opponent's turn, that opponent may either cast spells or attack with creatures, but not both (assuming that Angelic Arbiter is on the battlefield for the entirety of that turn). The player may perform other actions, such as activating abilities and playing lands."},{"date":"2010-08-15","text":"During your turn, Angelic Arbiter's abilities have no effect on the game."},{"date":"2010-08-15","text":"If Angelic Arbiter enters during an opponent's turn, its abilities take actions that player performed earlier in the turn into account, even though it wasn't on the battlefield at the time. For example, if an opponent casts a spell, then you use Leyline of Anticipation's ability to cast Angelic Arbiter as though it had flash, that player won't be able to attack with creatures that turn."},{"date":"2010-08-15","text":"If Angelic Arbiter leaves the battlefield during an opponent's turn, its abilities cease to affect the game. For example, if an opponent casts Doom Blade to destroy Angelic Arbiter, that player may then attack with creatures."}],"rarities":["rare"]},"angelic destiny":{"name":"Angelic Destiny","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +4/+4, has flying and first strike, and is an Angel in addition to its other types.\nWhen enchanted creature dies, return this card to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When enchanted creature dies, return this card to its owner's hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":4},{"type":"AddSubtype","subtype":"Angel"},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +4/+4, has flying and first strike, and is an Angel in addition to its other types."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8ba36878-0816-44c7-b543-8ebfc28c2ecd","metadata":{"source_printing_ids":["066d73fa-369b-44a3-b1a9-d22176ac3566","06911410-9b19-4859-b41a-0eb2cd10d89c","58b6f2ab-0076-48b7-951c-b1ab6484d895","a0cd7438-fde2-4e26-9c34-52c476a971e9","a588b610-86bb-4a18-b54e-a12f7d7d15c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","M12","PLST","SOC","WOC"],"rulings":[{"date":"2011-09-22","text":"If Angelic Destiny is no longer in a graveyard when its triggered ability resolves, it won't be returned to its owner's hand."},{"date":"2011-09-22","text":"If the creature dies before the Angelic Destiny spell resolves, Angelic Destiny will go to its owner's graveyard. It won't return to its owner's hand."}],"rarities":["mythic"]},"angelic field marshal":{"name":"Angelic Field Marshal","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nLieutenant — As long as you control your commander, this creature gets +2/+2 and creatures you control have vigilance.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2}],"condition":{"type":"ControlsCommander","ownership":"Own"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Lieutenant — As long as you control your commander, ~ gets +2/+2 and creatures you control have vigilance."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"ControlsCommander","ownership":"Own"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Lieutenant — As long as you control your commander, ~ gets +2/+2 and creatures you control have vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"502575f4-7c56-44bc-a77f-ae28d66c8e1f","metadata":{"source_printing_ids":["116b9c34-48f1-475c-81f8-a74672ed5c89","496e9fe2-843c-4dfe-b94a-b542a2ddaae4","4e8185b9-f559-47e8-ae90-d62396b4aa6b","a1996f78-6752-4c1c-b74f-ccd8e632a987"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","CMM","PLST"],"rulings":[{"date":"2014-11-07","text":"If a triggered ability granted by a lieutenant ability triggers, and in response to that trigger you lose control of your commander (causing the lieutenant to lose that ability), that triggered ability will still resolve."},{"date":"2014-11-07","text":"If you gain control of a creature with a lieutenant ability owned by another player, that ability will check to see if you control your commander and will apply if you do. It won’t check whether its owner controls their commander."},{"date":"2014-11-07","text":"If you lose control of your commander, lieutenant abilities of creatures you control will immediately stop applying. If this causes a creature’s toughness to become less than or equal to the amount of damage marked on it, the creature will be destroyed."},{"date":"2014-11-07","text":"Lieutenant abilities apply only if your commander is on the battlefield and under your control."},{"date":"2014-11-07","text":"Lieutenant abilities refer only to whether you control your commander, not any other player’s commander."}],"rarities":["rare"]},"angelic skirmisher":{"name":"Angelic Skirmisher","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of each combat, choose first strike, vigilance, or lifelink. Creatures you control gain that ability until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Keyword":{"options":["FirstStrike","Vigilance","Lifelink"]}},"persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddChosenKeyword"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain that ability"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each combat, choose first strike, vigilance, or lifelink. Creatures you control gain that ability until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"29e07d57-0f05-441c-844f-cf1d71102b2d","metadata":{"source_printing_ids":["beb04702-5cb2-4590-b675-9409ba52a395"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["GTC","PGTC"],"rulings":[{"date":"2013-01-24","text":"Only creatures you control when the ability resolves will gain the chosen ability. Creatures that come under your control later in the turn will not gain the ability."},{"date":"2013-01-24","text":"You choose which ability creatures you control will gain when Angelic Skirmisher’s ability resolves. This happens before attacking creatures are declared."}],"rarities":["rare"]},"anim pakal, thousandth moon":{"name":"Anim Pakal, Thousandth Moon","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you attack with one or more non-Gnome creatures, put a +1/+1 counter on Anim Pakal, then create X 1/1 colorless Gnome artifact creature tokens that are tapped and attacking, where X is the number of +1/+1 counters on Anim Pakal.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Gnome","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Gnome"],"colors":[],"keywords":[],"tapped":true,"count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"owner":{"type":"Controller"},"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Gnome"}}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with one or more non-Gnome creatures, put a +1/+1 counter on ~, then create X 1/1 colorless Gnome artifact creature tokens that are tapped and attacking, where X is the number of +1/+1 counters on ~.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"05551d91-50c6-46d1-86a4-cd3d177d0923","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f70d7ddc-2d93-55bf-937e-1719faea6c90"],"source_printing_ids":["7fc97d16-c54c-4a2b-9691-39e8a41c7777","868856b7-8875-43c1-8249-0f8fb2c8319b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI"],"rulings":[{"date":"2023-11-10","text":"Although the Gnome tokens enter the battlefield as attacking creatures, they were never declared as attacking creatures. Abilities that trigger whenever a creature attacks won't trigger when they enter the battlefield attacking."},{"date":"2023-11-10","text":"Anim Pakal, Thousandth Moon doesn't have to be one of the non-Gnome creatures you attack with in order for its ability to trigger, but it can be."},{"date":"2023-11-10","text":"If Anim Pakal is no longer on the battlefield when the triggered ability resolves, you'll still create Gnomes. Use the number of +1/+1 counters that were on it when it was last on the battlefield."},{"date":"2023-11-10","text":"You choose which player, planeswalker, or battle the Gnome tokens are attacking. Each Gnome token can enter attacking a different player, planeswalker, or battle, and they don't need to be the same ones that the non-Gnome creatures are attacking."}],"rarities":["rare"]},"animal friend":{"name":"Animal Friend","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature has \"Whenever this creature attacks, create a 1/1 green Squirrel creature token. Put a +1/+1 counter on that token for each Aura and Equipment attached to this creature other than Animal Friend.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Squirrel","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Squirrel"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create a 1/1 green Squirrel creature token. Put a +1/+1 counter on that token for each Aura and Equipment attached to ~ other than ~.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"Whenever ~ attacks, create a 1/1 green Squirrel creature token. Put a +1/+1 counter on that token for each Aura and Equipment attached to ~ other than ~.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ae4249de-1b8c-4b15-8960-180557a15065","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"Enchant creature\nEnchanted creature has \"Whenever this creature attacks, create a 1/1 green Squirrel creature token. Put a +1/+1 counter on ","line_index":0}],"metadata":{"related_token_ids":["15d70ab7-e396-5476-85cc-840a9f4885c7"],"source_printing_ids":["66faa677-14d5-4a4e-8587-c777f5b55869","af31a045-0387-44ff-b735-54e19b04d925","d965b1cf-44f4-40d4-b06e-deca3c132dbc","f6a34ff7-4e2e-4773-a0c4-10526e7369eb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"The token will enter the battlefield and then have counters put on it. In most cases, the game will see a 1/1 creature entering the battlefield for the purposes of any abilities that may trigger, such as the first ability of Overseer of Vault 76."}],"rarities":["rare"]},"animate dead":{"name":"Animate Dead","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature card in a graveyard\nWhen this Aura enters, if it's on the battlefield, it loses \"enchant creature card in a graveyard\" and gains \"enchant creature put onto the battlefield with this Aura.\" Return enchanted creature card to the battlefield under your control and attach this Aura to it. When this Aura leaves the battlefield, that creature's controller sacrifices it.\nEnchanted creature gets -1/-0.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}}},{"type":"GrantAbility","definition":{"kind":"Spell","effect":{"type":"Unimplemented","name":"enchant","description":"enchant creature put onto the battlefield with ~"},"cost":null,"sub_ability":null,"duration":null,"description":"enchant creature put onto the battlefield with ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose \"enchant creature card in a graveyard\" and gains \"enchant creature put onto the battlefield with ~.\" Return enchanted creature card to the battlefield under your control and attach ~ to it"}],"duration":null,"target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenLeavesPlayFiltered","filter":{"type":"SelfRef"}},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if it's on the battlefield, it loses \"enchant creature card in a graveyard\" and gains \"enchant creature put onto the battlefield with ~.\" Return enchanted creature card to the battlefield under your control and attach ~ to it. When ~ leaves the battlefield, that creature's controller sacrifices it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets -1/-0."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c0d8fef4-65f4-4769-982d-b397d2b7e977","metadata":{"source_printing_ids":["0fc3ed63-96ee-420c-bde1-e0c904059931","1489943b-c010-488e-9c9d-87f4af67a4e4","1f2cd314-8f99-4443-ae86-a967effc7490","20d5059a-60a4-4135-863f-85a48bff8731","4c732dc7-dd6b-4cc1-bbe0-ff3b1d2c7419","79a9ee12-d65b-40be-a4e2-d23bd9524c09","7b83536a-efa4-41f3-9424-75b0efc0aea5","8b9e9104-0d3f-4467-abe3-d0e1bff0189e","8fd7861d-925f-4b4c-a4ab-60be6f43d50b","a466aec7-4cda-4a2f-ba8a-eeb3665fbcfc","b836087b-0095-4c05-8fe6-9877e8483656","c0d7591f-96c0-4cac-aa4e-f3dea0ec4703","cc0c2bab-4392-4e7b-9d14-2901f4ffbae8","cc1dc456-1f64-4f24-a646-84c57e641b3b","cccab61e-11af-441b-8f85-a9b4f1f721cf","eca877a6-4b17-442f-8432-03b322e3f6dd","eed73f84-ad08-44f8-a4fe-cd324ec1da92","fcd068bf-2b7d-4290-a86a-12355382ced5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","CED","CEI","EMA","FBB","LEA","LEB","ME1","MKC","P22","PD3","PLST","SLD","SOC","SUM","TD0","VMA"],"rulings":[{"date":"2016-06-08","text":"Abilities such as shroud and protection function only on the battlefield unless otherwise specified. A creature card with shroud may be targeted by Animate Dead, and Animate Dead will become attached to the creature that enters the battlefield."},{"date":"2016-06-08","text":"Animate Dead is an Aura, albeit with an unusual enchant ability. You target a creature card in a graveyard when you cast it. It enters the battlefield attached to that card. Then it returns that card to the battlefield, and attaches itself to the card again (since the card is a new object on the battlefield). Animate Dead itself never moves into a graveyard during this process."},{"date":"2016-06-08","text":"If Animate Dead isn't on the battlefield as its triggered ability resolves, none of its effects happen. The creature card won't be returned to the battlefield."},{"date":"2016-06-08","text":"If the creature put onto the battlefield has protection from black—or if the creature can't legally be enchanted by Animate Dead for another reason—Animate Dead won't be able to attach to it. It will be put into the graveyard as a state-based action, causing its delayed triggered ability to trigger. When the trigger resolves, if the creature's still on the battlefield, its controller will sacrifice it."},{"date":"2016-06-08","text":"Once the creature is returned to the battlefield, Animate Dead can't be attached to anything other than it (unless Animate Dead somehow manages to put a different creature onto the battlefield). Attempting to move Animate Dead to another creature won't work."}],"rarities":["uncommon","rare"]},"anje falkenrath":{"name":"Anje Falkenrath","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\n{T}, Discard a card: Draw a card.\nWhenever you discard a card, if it has madness, untap Anje Falkenrath.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{T}, Discard a card: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you discard a card, if it has madness, untap ~.","constraint":null,"condition":{"type":"EventObjectMatchesFilter","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"HasKeywordKind","value":"Madness"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"4dab6a96-4376-4aea-983d-406167993214","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["20bdc926-b1ab-4314-899b-167c3d8a7af7","913dd06f-ed2f-4128-9c9d-9cd0d8a55425"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19","OC19","SLD"],"rulings":[{"date":"2019-08-23","text":"If you discard a card with madness to pay the cost of Anje’s activated ability, you’ll draw a card last. You may untap Anje before or after you choose whether to cast the discarded card, but not after you’ve chosen to cast it but before that spell resolves."}],"rarities":["mythic"]},"anointed peacekeeper":{"name":"Anointed Peacekeeper","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nAs this creature enters, look at an opponent's hand, then choose any card name.\nSpells your opponents cast with the chosen name cost {2} more to cast.\nActivated abilities of sources with the chosen name cost {2} more to activate unless they're mana abilities.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"HasChosenName"}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells your opponents cast with the chosen name cost {2} more to cast."},{"mode":{"ReduceAbilityCost":{"mode":"Raise","keyword":"activated","amount":2,"exemption":"None"}},"affected":{"type":"HasChosenName"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of sources with the chosen name cost {2} more to activate unless they're mana abilities."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Typed","type_filters":[],"controller":{"ChosenPlayer":{"index":0}},"properties":[]},"card_filter":{"type":"None"},"count":null,"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, look at an opponent's hand, then choose any card name.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a67f78be-8fbe-414a-9574-bb11ac50e1a5","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_Unless","description":"Vigilance\nAs this creature enters, look at an opponent's hand, then choose any card name.\nSpells your opponents cast with the chosen name co","line_index":0}],"metadata":{"source_printing_ids":["1aba15c0-fbc6-473f-8da9-522aa582b2bf","5b8127b5-3a65-411a-84bc-54e5c1be1477"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU","PRM"],"rulings":[{"date":"2022-09-09","text":"Activated abilities contain a colon. They’re generally written “[Cost]: [Effect].” Some keyword abilities (such as equip) are activated abilities and will have colons in their reminder text. Triggered abilities (starting with “when,” “whenever,” or “at”) are unaffected by the last ability of Anointed Peacekeeper."},{"date":"2022-09-09","text":"An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2022-09-09","text":"Anointed Peacekeeper’s last ability affects cards regardless of what zone they’re in. This includes cards in hands, cards in the graveyards, and exiled cards."},{"date":"2022-09-09","text":"Anointed Peacekeeper’s third ability applies to all opponents, not just the opponent whose hand you looked at."},{"date":"2022-09-09","text":"You can choose any card name, even if that card doesn’t normally have an activated ability. You’re not limited to the names of cards you saw in the opponent’s hand."},{"date":"2022-09-09","text":"You can’t choose the name of a token unless that token has the same name as a card."}],"rarities":["rare"]},"anointer priest":{"name":"Anointer Priest","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature token you control enters, you gain 1 life.\nEmbalm {3}{W} ({3}{W}, Exile this card from your graveyard: Create a token that's a copy of it, except it's a white Zombie Human Cleric with no mana cost. Embalm only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Embalm":{"type":"Mana","data":{"type":"Cost","shards":["White"],"generic":3}}}],"abilities":[{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetColor","colors":["White"]},{"type":"RemoveManaCost"},{"type":"AddSubtype","subtype":"Zombie"}]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":3}},{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Token"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature token you control enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4e0b9273-6614-41a8-9738-959349c0717b","metadata":{"related_token_ids":["ffea7959-8128-5703-b08d-0456bc5e59e4"],"source_printing_ids":["46f810c2-310e-42f5-ab1f-d56396cf5124","4f922231-bf41-47d3-8fa3-13b9baf4a0f3","c1c4274b-4268-48af-bbf0-38349a317a99"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PLST"],"rulings":[{"date":"2017-04-18","text":"For each card with embalm, a corresponding game play supplement token can be found in some Amonkhet booster packs. These supplements are not required to play with cards with embalm; you can use the same items to represent an embalmed token as you would any other token."},{"date":"2017-04-18","text":"If Anointer Priest enters the battlefield at the same time as a creature token, its ability triggers for that other creature. For example, if you control Anointed Procession and embalm Anointer Priest, the triggered ability of each one triggers twice and you gain a total of 4 life."},{"date":"2017-04-18","text":"If Anointer Priest is a token, most likely because it's embalmed, it will cause its own ability to trigger when it enters the battlefield."},{"date":"2017-04-18","text":"If the card copied by the token had any \"when [this permanent] enters the battlefield\" abilities, then the token also has those abilities and will trigger them when it's created. Similarly, any \"as [this permanent] enters the battlefield\" or \"[this permanent] enters the battlefield with\" abilities that the token has copied will also work."},{"date":"2017-04-18","text":"The token copies exactly what was printed on the original card and nothing else. It doesn't copy any information about the object the card was before it was put into your graveyard."},{"date":"2017-04-18","text":"The token is a Zombie in addition to its other types and is white instead of its other colors. It has no mana cost, and thus its mana value is 0. These are copiable values of the token that other effects may copy."},{"date":"2017-07-14","text":"If a spell or ability puts a creature card with embalm into your graveyard during your main phase, you'll have priority immediately after that spell or ability resolves. You can activate the creature card's embalm ability before any player can exile it with an effect, such as that of Crook of Condemnation, if it's legal for you to do so."},{"date":"2017-07-14","text":"Once you've activated an embalm ability, the card is immediately exiled. Opponents can't try to stop the ability by exiling the card with an effect such as that of Crook of Condemnation."}],"rarities":["common"]},"another round":{"name":"Another Round","mana_cost":{"type":"Cost","shards":["X","X","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile any number of creatures you control, then return them to the battlefield under their owner's control. Then repeat this process X more times.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Exile any number of creatures you control, then return them to the battlefield under their owner's control. Then repeat this process X more times.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"repeat_for":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"offset":1},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8095ca78-db19-4724-a6ff-eacc85fa2274","metadata":{"source_printing_ids":["4f8dc511-e307-4412-bb79-375a6077312d","ddec615b-537a-4fef-a2a7-9bdf74c0192a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"Abilities that trigger “When [this creature] enters the battlefield” or “When [this creature] leaves the battlefield” will trigger each time that creature enters or leaves the battlefield as a result of Another Round’s effect. If those abilities require targets, you won’t choose those targets until after Another Round finishes resolving, when those abilities are put onto the stack."},{"date":"2024-04-12","text":"All abilities that trigger while Another Round is resolving are put on the stack after Another Round is finished resolving. All such abilities controlled by the player whose turn it is are put on the stack first, then those controlled by the next player in turn order, and so on. For each player, they can put their abilities on the stack in the order of their choice. Abilities don’t have to be put on the stack in the order in which they triggered."},{"date":"2024-04-12","text":"If X is 0, you’ll perform the process just once when Another Round resolves."},{"date":"2024-04-12","text":"If a token is exiled this way, it will cease to exist and won’t return to the battlefield."},{"date":"2024-04-12","text":"Once an exiled creature returns, it’s considered a new object with no relation to the object that it was. Auras attached to the exiled creature will be put into their owners’ graveyards. Equipment attached to the exiled creature will become unattached and remain on the battlefield. Any counters on the exiled creature will cease to exist."},{"date":"2024-04-12","text":"You don’t have to choose the same set of creatures each time you repeat this process."}],"rarities":["rare"]},"apex devastator":{"name":"Apex Devastator","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":8},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Chimera","Hydra"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"Cascade, cascade, cascade, cascade (When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order. Multiple instances of cascade each trigger separately.)","non_ability_text":null,"flavor_name":null,"keywords":["Cascade","Cascade","Cascade","Cascade"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b4d6747c-3516-4e71-be30-af007c6b1dc4","metadata":{"source_printing_ids":["8fa281e1-5c48-4bba-b8e9-88c6f5f53abb","b345eb6f-ef2e-4d24-964c-252956031e4f","ca9783bc-0e1b-42da-b0f3-89dd0db83743"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","M3C","PRM"],"rulings":[{"date":"2020-11-10","text":"Each instance of cascade triggers and resolves separately. The spell you cast due to the first cascade ability will go on the stack on top of the second, third, and fourth cascade abilities. That spell will resolve before you exile cards for the second cascade ability. The spell you cast for the second will resolve before you exile cards for the third, and so on."},{"date":"2020-11-10","text":"Each of Apex Devastator's four cascade abilities will look for a nonland card with mana value less than 10 (Apex Devastator's mana value). This doesn't change even if one or more of the spells you cast because of those cascade abilities has cascade itself. Each of those additional cascade abilities, if any, will refer to the mana value of the spell that caused it to trigger. In other words, each cascade ability cares only about the spell that caused it to trigger, the stack can get messy, and we wish you luck."},{"date":"2021-06-18","text":"A spell's mana value is determined only by its mana cost. Ignore any alternative costs, additional costs, cost increases, or cost reductions."},{"date":"2021-06-18","text":"Cascade triggers when you cast the spell, meaning that it resolves before that spell. If you end up casting the exiled card, it will go on the stack above the spell with cascade."},{"date":"2021-06-18","text":"Due to a 2021 rules change to cascade, not only do you stop exiling cards if you exile a nonland card with lesser mana value than the spell with cascade, but the resulting spell you cast must also have lesser mana value. Previously, in cases where a card's mana value differed from the resulting spell, such as with some modal double-faced cards or cards with an Adventure, you could cast a spell with a higher mana value than the exiled card."},{"date":"2021-06-18","text":"If a spell with cascade is countered, the cascade ability will still resolve normally."},{"date":"2021-06-18","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2021-06-18","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those to cast the card."},{"date":"2021-06-18","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If cascade allows you to cast a split card, you may cast either half but not both halves."},{"date":"2021-06-18","text":"When the cascade ability resolves, you must exile cards. The only optional part of the ability is whether or not you cast the last card exiled."},{"date":"2021-06-18","text":"You exile the cards face up. All players will be able to see them."}],"rarities":["mythic"]},"appa, steadfast guardian":{"name":"Appa, Steadfast Guardian","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bison","Ally"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nWhen Appa enters, airbend any number of other target nonland permanents you control. (Exile them. While each one is exiled, its owner may cast it for {2} rather than its mana cost.)\nWhenever you cast a spell from exile, create a 1/1 white Ally creature token.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"ExileWithAltCost","cost":{"type":"Cost","shards":[],"generic":2}},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Air"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, airbend any number of other target nonland permanents you control.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Ally","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Ally"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"spell_cast_origin":{"type":"Equals","data":"Exile"},"description":"Whenever you cast a spell from exile, create a 1/1 white Ally creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"03c141ca-11e4-4927-a6bd-980ee1203c73","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["a1248262-41d8-5572-8092-2e7350a4acdd"],"source_printing_ids":["4d822fa1-70f9-4a63-841d-31c94e1e3dd4","829d91e9-4878-4e55-a262-ac0d55b65d4e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rarities":["mythic"]},"approach of the second sun":{"name":"Approach of the Second Sun","mana_cost":{"type":"Cost","shards":["White"],"generic":6},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this spell was cast from your hand and you've cast another spell named Approach of the Second Sun this game, you win the game. Otherwise, put Approach of the Second Sun into its owner's library seventh from the top and you gain 7 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1},"position":{"type":"NthFromTop","n":7}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":7}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"If this spell was cast from your hand and you've cast another spell named Approach of the Second Sun this game, you win the game. Otherwise, put ~ into its owner's library seventh from the top and you gain 7 life.","target_prompt":null,"condition":{"type":"And","conditions":[{"type":"CastFromZone","zone":"Hand"},{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisGame","scope":"Controller","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Named","name":"approach of the second sun"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":2}}]},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e4125377-34c0-4b54-bdf8-4e88f5d24565","metadata":{"source_printing_ids":["2827614d-97b8-45b3-a820-1971a67a6e29","6a058a72-ebfe-4957-a7dd-ee7471db2498","78d7ca09-b6dc-4906-95ce-1571f6c4cefb","7dd2850b-8b86-4af0-a6f0-5dddfed6e811","d363a81c-0509-47ad-bb48-8bdcbb233bfc","e0d18742-d661-4223-8880-9ed995379b2e","fdf59a6e-7708-45a1-884d-d12e9f7b9ed9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PAKH","PLST","PRM","Q06","SLD","STA"],"rulings":[{"date":"2017-04-18","text":"A card that changes zones is considered a new object, so casting the same Approach of the Second Sun card on a later turn is “another spell” named Approach of the Second Sun."},{"date":"2017-04-18","text":"A copy of a spell isn't cast, so it won't count as the first nor as the second Approach of the Second Sun."},{"date":"2017-04-18","text":"As your second Approach of the Second Sun resolves, it checks only whether the first one was cast, not whether the first one resolved. If your first Approach of the Second Sun was countered, you'll still win the game as your second one resolves."},{"date":"2017-04-18","text":"If you have fewer than six cards in your library, you'll put Approach of the Second Sun on the bottom of your library. Otherwise, you'll lift up the top six cards without looking at them and place Approach of the Second Sun just under them."},{"date":"2017-04-18","text":"The second Approach of the Second Sun that you cast must be cast from your hand, but first may have been cast from anywhere."},{"date":"2017-07-14","text":"Approach of the Second Sun has no effect until it's resolving. If the second one you cast is countered, you won't win the game."}],"rarities":["rare","mythic"]},"aquamorph entity":{"name":"Aquamorph Entity","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"As this creature enters or is turned face up, it becomes your choice of 5/1 or 1/5.\nMorph {2}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Morph":{"type":"Cost","shards":["Blue"],"generic":2}}],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"modal-enters-face-up","description":"or is turned face up"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":5},{"type":"SetToughness","value":1}],"condition":{"type":"ChosenLabelIs","label":"5/1"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":5}],"condition":{"type":"ChosenLabelIs","label":"1/5"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["5/1","1/5"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters or is turned face up, it becomes your choice of 5/1 or 1/5.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ed47dd31-f7cd-4ecb-960f-470cb8f4ed3c","metadata":{"source_printing_ids":["69402ba7-5dac-43f6-bba4-429fac35a96b","9781ab73-5c79-41f3-b319-c9299b03353a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDN","PLC"],"rulings":[{"date":"2007-02-01","text":"If a creature enters as a copy of a face-up Aquamorph Entity, or a Vesuvan Shapeshifter turns face up as a copy of one, the controller of the creature entering gets to make the choice."},{"date":"2007-02-01","text":"If a creature that's already on the battlefield becomes a copy of a face-up Aquamorph Entity, its power and toughness become the power and toughness that were chosen for the Entity."},{"date":"2007-02-01","text":"The first ability is a replacement effect. The choice is made as Aquamorph Entity is turned face up (or enters); it turns face up (or enters) as a creature of that size. It doesn't become a 0/0 and then a creature of the chosen size."}],"rarities":["common"]},"arabella, abandoned doll":{"name":"Arabella, Abandoned Doll","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Toy"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever Arabella attacks, it deals X damage to each opponent and you gain X life, where X is the number of creatures you control with power 2 or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it deals X damage to each opponent and you gain X life, where X is the number of creatures you control with power 2 or less.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"7c4bbb1b-29c4-4e06-aed0-b361293a585b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["f683d5a1-b8bf-446f-9fe3-88a4398bf3cf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"The value of X is determined only once, as Arabella's ability resolves."}],"rarities":["uncommon"]},"aragorn, hornburg hero":{"name":"Aragorn, Hornburg Hero","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Attacking creatures you control have first strike and renown 1. (When a creature with renown 1 deals combat damage to a player, if it isn't renowned, put a +1/+1 counter on it and it becomes renowned.)\nWhenever a renowned creature you control deals combat damage to a player, double the number of +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"MultiplyCounter","counter_type":"P1P1","multiplier":2,"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Renowned"}]},"description":"Whenever a renowned creature you control deals combat damage to a player, double the number of +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Attacking"}]},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"},{"type":"AddKeyword","keyword":{"Renown":1}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking creatures you control have first strike and renown 1."}],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"07326335-45dd-4ebd-8ae6-5191b6eb2928","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["14c62aa6-2660-4a18-8f69-4088e18abb40","aaf5f1d4-f781-4db4-95d4-3e7395459169"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LTC"],"rulings":[{"date":"2023-11-03","text":"If Aragorn, Hornburg Hero leaves the battlefield after first strike damage is dealt but before regular combat damage, creatures you control that dealt first strike damage but no longer have first strike won't also deal regular combat damage (unless they have double strike for some reason)."},{"date":"2023-11-03","text":"If a creature has multiple instances of renown, each triggers separately. The first one that resolves causes the creature to become renowned, which means any additional renown abilities that creature has will have no effect. The creature's controller chooses what order to put those renown abilities on the stack, so they can choose to have the ability with the higher renown number resolve first."},{"date":"2023-11-03","text":"Renown won't trigger when a creature deals damage to a planeswalker, a battle, or another creature. It also won't trigger when a creature deals noncombat damage to a player."},{"date":"2023-11-03","text":"When a creature you control that isn't renowned deals combat damage to a player, you'll put a +1/+1 counter on it and it will become renowned. Since it wasn't renowned when it dealt combat damage, Aragorn, Hornburg Hero's last ability won't trigger, and you won't double the number of +1/+1 counters on it."}],"rarities":["mythic"]},"arbaaz mir":{"name":"Arbaaz Mir","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever Arbaaz Mir or another nontoken historic permanent you control enters, Arbaaz Mir deals 1 damage to each opponent and you gain 1 life. (Artifacts, legendaries, and Sagas are historic.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Historic"},{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another nontoken historic permanent you control enters, ~ deals 1 damage to each opponent and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"a383ef16-1af8-4b3a-956c-c10a93768617","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0c92faf6-1fbb-4e5e-93d8-22da66886f33","458bf178-a2d8-4f7d-afed-48a7e2bbf246","c7187506-4af3-47e9-bad0-4ce8c78ccc10"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ACR"],"rulings":[{"date":"2024-07-05","text":"A card, spell, or permanent is historic if it has the legendary supertype, the artifact card type, or the Saga subtype. Having two of those qualities doesn’t make an object more historic than another or provide an additional bonus—an object either is historic or it isn’t."},{"date":"2024-07-05","text":"An ability that triggers “whenever you cast a historic spell” doesn’t trigger if a historic card is put onto the battlefield without being cast."},{"date":"2024-07-05","text":"Lands are never cast, so abilities that trigger “whenever you cast a historic spell” won’t trigger if you play a legendary land. They also won’t trigger if a card on the battlefield transforms into a card with the legendary supertype, the artifact card type, or the Saga subtype."},{"date":"2024-07-05","text":"Some abilities trigger “whenever you cast a historic spell.” Such an ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."}],"rarities":["uncommon"]},"arbiter of the ideal":{"name":"Arbiter of the Ideal","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nInspired — Whenever this creature becomes untapped, reveal the top card of your library. If it's an artifact, creature, or land card, you may put it onto the battlefield with a manifestation counter on it. That permanent is an enchantment in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Untaps","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"creature,","description":"creature, or land card"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["manifestation",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddType","core_type":"Enchantment"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"is an enchantment in addition to its other types"}],"duration":"Permanent","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Artifact"]},"optional_targeting":false,"optional":true,"forward_result":true},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Artifact"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes untapped, reveal the top card of your library. If it's an artifact, creature, or land card, you may put it onto the battlefield with a manifestation counter on it. That permanent is an enchantment in addition to its other types.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a6cefecd-459e-439a-a62c-689c2919b689","metadata":{"source_printing_ids":["32e58ba3-4202-4f91-b27f-7528d27c1d5c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG","PBNG","PRM"],"rulings":[{"date":"2014-02-01","text":"If an inspired ability triggers during your untap step, the ability will be put on the stack at the beginning of your upkeep. If the ability creates one or more token creatures, those creatures won’t be able to attack that turn (unless they gain haste)."},{"date":"2014-02-01","text":"If the inspired ability includes an optional cost, you decide whether to pay that cost as the ability resolves. You can do this even if the creature leaves the battlefield in response to the ability."},{"date":"2014-02-01","text":"If you choose to not put the card onto the battlefield, or if the card isn’t one of the listed types, it will remain on top of your library. (Note that revealing the card is not optional.)"},{"date":"2014-02-01","text":"Inspired abilities don’t trigger when the creature enters the battlefield."},{"date":"2014-02-01","text":"Inspired abilities trigger no matter how the creature becomes untapped: by the turn-based action at the beginning of the untap step or by a spell or ability."},{"date":"2014-02-01","text":"The manifestation counter is a memory aid only. The permanent will continue to be an enchantment in addition to its other types even if that counter is removed."},{"date":"2014-02-01","text":"The permanent will be an enchantment as it enters the battlefield and will cause constellation abilities of permanents you control to trigger."}],"rarities":["rare"]},"arc lightning":{"name":"Arc Lightning","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Arc Lightning deals 3 damage divided as you choose among one, two, or three targets.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage divided as you choose among one, two, or three targets.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":3}},"distribute":{"type":"Damage"},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5acc8b39-3c3e-4012-8cfd-ac3c2c4ca982","metadata":{"source_printing_ids":["0c81ade7-0074-4447-ba2c-b16fa0f09ccb","35c7c392-6782-40c8-bb24-6aad24f14660","6aead49f-d0d0-459a-8273-a9159f5e1b2b","76ef4ac3-4116-4fb7-9e99-845fecc61d05","8114cff5-3092-48db-a7ab-1c59901f5e6f","b158aa08-3612-47d5-ae43-3d0cc4d3d5e3","c96acf23-66d9-465e-8534-8bdcd75a9366"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["BRB","HOP","KTK","PAL02","PLST","PRM","UGIN","USG","WC00","WC99"],"rulings":[{"date":"2014-09-20","text":"If some of the creatures are illegal targets as Arc Lightning tries to resolve, the original division of damage still applies but no damage is dealt to the illegal targets. If all targets are illegal, Arc Lightning doesn’t resolve."},{"date":"2014-09-20","text":"You choose how many targets Arc Lightning has and how the damage is divided as you cast the spell. Each target must receive at least 1 damage."}],"rarities":["common","uncommon"]},"arc trail":{"name":"Arc Trail","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Arc Trail deals 2 damage to any target and 1 damage to any other target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"~ deals 2 damage to any target and 1 damage to any other target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f1c26b25-371e-4fbf-a43d-7fd59a364d3a","metadata":{"source_printing_ids":["32c00c59-7cf7-4957-83f7-d571a259a40b","445e3a0a-29a7-4dc0-80fe-569b9e751db3","56306d90-7f58-4559-954c-f8ca43d04be8","7c093cb4-e4f8-4059-b6bf-6ab1ae81fedc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DDN","PC2","PCA","PLST","SOM"],"rarities":["uncommon"]},"arcade cabinet":{"name":"Arcade Cabinet","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, put a +1/+1 counter on each of up to four target creatures.\n{2}, {T}, Sacrifice a token: Double the number of each kind of counter on target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Double","target_kind":{"type":"Counters","data":{"counter_type":null}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]},"count":1}]},"sub_ability":null,"duration":null,"description":"{2}, {T}, Sacrifice a token: Double the number of each kind of counter on target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":4}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, put a +1/+1 counter on each of up to four target creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"a8e55287-f0df-46f2-a41d-27bea90216cc","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"When this artifact enters, put a +1/+1 counter on each of up to four target creatures.\n{2}, {T}, Sacrifice a token: Double the number of eac","line_index":0}],"metadata":{"source_printing_ids":["b2fd1df8-cc67-4209-af9d-5cf18c68cca9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["TMC"],"rulings":[{"date":"2026-01-27","text":"To double the number of a kind of counters on a permanent, put a number of that kind of counters on it equal to the number it already has. Other cards that interact with putting counters on it will interact with this effect accordingly."}],"rarities":["rare"]},"arcades, the strategist":{"name":"Arcades, the Strategist","mana_cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nWhenever a creature you control with defender enters, draw a card.\nEach creature you control with defender assigns combat damage equal to its toughness rather than its power and can attack as though it didn't have defender.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Defender"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control with defender enters, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Defender"}]},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control with defender assigns combat damage equal to its toughness rather than its power and can attack as though it didn't have defender."},{"mode":"CanAttackWithDefender","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Defender"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control with defender assigns combat damage equal to its toughness rather than its power and can attack as though it didn't have defender."}],"replacements":[],"color_override":["Green","Blue","White"],"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"e7fc5ad6-f2f0-4b06-a61b-05022db9d93b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0652f9e2-ba2a-4c0a-bbfc-9b00ee5d28d4","1e90c638-d4b2-4243-bbc4-1cc10516c40f","89943e56-0fb0-4de3-bb3a-94b1a016d7e3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M19","PLST","PM19","TSR"],"rulings":[{"date":"2021-03-19","text":"Arcades's last ability doesn't actually change any creature's power. It changes only the amount of combat damage it assigns. All other rules and effects that check power or toughness use the real values. For example, Rabid Bite won't cause a creature with defender to deal damage equal to its toughness."},{"date":"2021-03-19","text":"If Arcades leaves the battlefield after a creature with defender has attacked, that creature remains an attacking creature, although it will assign damage equal to its power."}],"rarities":["mythic","special"]},"arcane adaptation":{"name":"Arcane Adaptation","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nCreatures you control are the chosen type in addition to their other types. The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield."},"cost":null,"sub_ability":null,"duration":null,"description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddChosenSubtype","kind":"CreatureType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control are the chosen type in addition to their other types."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2188c03f-11b6-4651-914a-b4fdd59127e3","metadata":{"source_printing_ids":["b0384a47-b189-4e10-b847-1819d3ca5f8e","bf3edaaf-cf63-4e17-94ae-9d9991d9fb5f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","PXLN","XLN"],"rulings":[{"date":"2017-09-29","text":"Replacement effects that modify creatures of a certain type as they enter the battlefield will apply after you apply Arcane Adaptation’s effect. This is a change from previous rules. If you control Arcane Adaptation and the Aether Revolt card Metallic Mimic, with the same creature type chosen for both, then any creature you control will enter the battlefield with an additional +1/+1 counter on it."},{"date":"2018-01-19","text":"To choose a creature type, you must choose an existing creature type, such as Vampire or Knight. You can’t choose multiple creature types, such as “Vampire Knight.” Card types such as artifact can’t be chosen, nor can subtypes that aren’t creature types, such as Jace, Vehicle, or Treasure."}],"rarities":["rare"]},"arcbound crusher":{"name":"Arcbound Crusher","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Juggernaut"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever another artifact enters, put a +1/+1 counter on this creature.\nModular 1 (This creature enters with a +1/+1 counter on it. When it dies, you may put its +1/+1 counters on target artifact creature.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Modular":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another artifact enters, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"target":{"type":"Typed","type_filters":["Creature","Artifact"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on target artifact creature for each +1/+1 counter on this permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.43a: Modular — when this creature dies, you may put a +1/+1 counter on target artifact creature for each +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with 1 +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.43a: Modular 1 — this permanent enters with 1 +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"ee496b34-d8e0-482a-a2c2-3122ea376da0","metadata":{"source_printing_ids":["748448bb-a1b2-4e84-b09a-5ecc4322f3c6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DST","HOP"],"rulings":[{"date":"2006-09-25","text":"If this creature gets enough -1/-1 counters put on it to cause its toughness to be 0 or less (or the damage marked on it to be lethal), modular will put a number of +1/+1 counters on the target artifact creature equal to the number of +1/+1 counters on this creature before it left the battlefield."}],"rarities":["uncommon"]},"arcbound stinger":{"name":"Arcbound Stinger","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Insect"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Flying\nModular 1 (This creature enters with a +1/+1 counter on it. When it dies, you may put its +1/+1 counters on target artifact creature.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Modular":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"target":{"type":"Typed","type_filters":["Creature","Artifact"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on target artifact creature for each +1/+1 counter on this permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.43a: Modular — when this creature dies, you may put a +1/+1 counter on target artifact creature for each +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with 1 +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.43a: Modular 1 — this permanent enters with 1 +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"7e6e2c37-3a06-456a-ae0f-37b7dc1a3e2b","metadata":{"source_printing_ids":["c397ea22-93cd-498a-a493-9af841d09bf5","db438720-5bfb-4cd9-b565-434839045f60"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DST","MMA"],"rulings":[{"date":"2006-09-25","text":"If this creature gets enough -1/-1 counters put on it to cause its toughness to be 0 or less (or the damage marked on it to be lethal), modular will put a number of +1/+1 counters on the target artifact creature equal to the number of +1/+1 counters on this creature before it left the battlefield."}],"rarities":["common"]},"arcbound worker":{"name":"Arcbound Worker","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Modular 1 (This creature enters with a +1/+1 counter on it. When it dies, you may put its +1/+1 counters on target artifact creature.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Modular":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"target":{"type":"Typed","type_filters":["Creature","Artifact"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on target artifact creature for each +1/+1 counter on this permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.43a: Modular — when this creature dies, you may put a +1/+1 counter on target artifact creature for each +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with 1 +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.43a: Modular 1 — this permanent enters with 1 +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"6d9af084-cd5d-4242-b0f0-24a36d0a75d4","metadata":{"source_printing_ids":["4e165505-7908-479f-9567-6fb2a06f9508","75561093-8892-4b51-813a-c933a06d8cbd","a8ab623d-25bc-4a28-a1fb-49e036a41e09","fdfc2453-5a2b-4104-bf82-84f935de7b99"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDF","DST","MMA","WC04"],"rulings":[{"date":"2006-09-25","text":"If this creature gets enough -1/-1 counters put on it to cause its toughness to be 0 or less (or the damage marked on it to be lethal), modular will put a number of +1/+1 counters on the target artifact creature equal to the number of +1/+1 counters on this creature before it left the battlefield."}],"rarities":["common"]},"arch of orazca":{"name":"Arch of Orazca","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Ascend (If you control ten or more permanents, you get the city's blessing for the rest of the game.)\n{T}: Add {C}.\n{5}, {T}: Draw a card. Activate only if you have the city's blessing.","non_ability_text":null,"flavor_name":null,"keywords":["Ascend"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{5}, {T}: Draw a card. Activate only if you have the city's blessing.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"HasCityBlessing"}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"3bb518ff-399b-4ce7-b9ad-a1d563dd7792","metadata":{"source_printing_ids":["0b4046d8-9f53-4b33-b76c-54bc5e83f496","1a5f3ba3-8c20-4d94-8c97-0f393132168a","581dcadd-7de4-4b39-bab0-d3567194a252","c6d47162-749b-47d5-9589-8f1dbf60b9f3","f2216c70-91c2-43d5-9156-9b4f7828c821"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","LCC","PLST","PRIX","RIX","TSR"],"rulings":[{"date":"2018-01-19","text":"A permanent is any object on the battlefield, including tokens and lands. Spells and emblems aren't permanents."},{"date":"2018-01-19","text":"Ascend on a permanent isn't a triggered ability and doesn't use the stack. Players can respond to a spell that will give you your tenth permanent, but they can't respond to getting the city's blessing once you control that tenth permanent. This means that if your tenth permanent is a land you play, players can't respond before you get the city's blessing."},{"date":"2018-01-19","text":"If you cast a spell with ascend, you don't get the city's blessing until it resolves. Players may respond to that spell by trying to change whether you get the city's blessing."},{"date":"2018-01-19","text":"If you control ten permanents but don't control a permanent or resolving spell with ascend, you don't get the city's blessing. For example, if you control ten permanents, lose control of one, then cast Golden Demise, you won't have the city's blessing and the spell will affect creatures you control."},{"date":"2018-01-19","text":"If your tenth permanent enters the battlefield and then a permanent leaves the battlefield immediately afterwards (most likely due to the \"Legend Rule\" or due to being a creature with 0 toughness), you get the city's blessing before it leaves the battlefield."},{"date":"2018-01-19","text":"Once you have the city's blessing, you have it for the rest of the game, even if you lose control of some or all of your permanents. The city's blessing isn't a permanent itself and can't be removed by any effect."}],"rarities":["rare","special"]},"archangel elspeth":{"name":"Archangel Elspeth","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Elspeth"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"[+1]: Create a 1/1 white Soldier creature token with lifelink.\n[−2]: Put two +1/+1 counters on target creature. It becomes an Angel in addition to its other types and gains flying.\n[−6]: Return all nonland permanent cards with mana value 3 or less from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":["Lifelink"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Create a 1/1 white Soldier creature token with lifelink.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddSubtype","subtype":"Angel"},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an Angel in addition to its other types and gains flying"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Put two +1/+1 counters on target creature. It becomes an Angel in addition to its other types and gains flying.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]}},"cost":{"type":"Loyalty","amount":-6},"sub_ability":null,"duration":null,"description":"[−6]: Return all nonland permanent cards with mana value 3 or less from your graveyard to the battlefield.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0b2481d6-97a0-4f92-b7e5-3451863fd7fb","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["53b344e6-83a3-5eb3-a468-efe9b0e6ea29"],"source_printing_ids":["35ed6263-bdd7-4013-ac8c-9b652d71a0db","93f99e67-901f-4c8d-8a09-e443b7eb928f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"For the last ability, if a card in your graveyard has {X} in its mana cost, X is 0."},{"date":"2023-04-14","text":"If the target of the second ability stops being a creature after the ability has resolved, it will also stop being an Angel until it becomes a creature again, if applicable."},{"date":"2023-04-14","text":"The second ability doesn’t have a duration. It lasts until the creature leaves the battlefield."}],"rarities":["mythic"]},"archangel of thune":{"name":"Archangel of Thune","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nLifelink (Damage dealt by this creature also causes you to gain that much life.)\nWhenever you gain life, put a +1/+1 counter on each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, put a +1/+1 counter on each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4f2d4538-dc1d-4c09-964b-b0d7c240fb7d","metadata":{"source_printing_ids":["15c34447-b0f4-4fcc-b557-23c92850b31b","1d8ecf20-5f80-4a17-93bd-700e4dd44d65","531cba81-afd7-4be4-adec-87edb77ba2a9","5d393449-bdbe-4638-ba0b-7ec83f81b51e","aff10db6-f9bf-4fc8-b3ef-c4c11f192f53","f6929b98-e81c-48b9-87d8-11c8830974ce"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","IMA","M14","MAR","PIO","SLD"],"rulings":[{"date":"2020-08-07","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, the ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, and/or planeswalkers at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2020-08-07","text":"If a creature you control is dealt lethal damage at the same time that you gain life, it won't receive a counter from Archangel of Thune's ability in time to save it."},{"date":"2020-08-07","text":"If you gain an amount of life “for each” of something, that life is gained as one event and the ability triggers only once."},{"date":"2020-08-07","text":"In a Two-Headed Giant game, life gained by your teammate won't cause the ability to trigger, even though it caused your team's life total to increase."}],"rarities":["mythic"]},"archangel of tithes":{"name":"Archangel of Tithes","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs long as this creature is untapped, creatures can't attack you or planeswalkers you control unless their controller pays {1} for each of those creatures.\nAs long as this creature is attacking, creatures can't block unless their controller pays {1} for each of those creatures.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"And","conditions":[{"type":"Not","condition":{"type":"SourceIsTapped"}},{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":1},"scaling":{"type":"PerAffectedCreature"},"defended":"PlayerOrPlaneswalker"}]},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is untapped, creatures can't attack you or planeswalkers you control unless their controller pays {1} for each of those creatures."},{"mode":"CantBlock","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"And","conditions":[{"type":"SourceIsAttacking"},{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":1},"scaling":{"type":"PerAffectedCreature"}}]},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is attacking, creatures can't block unless their controller pays {1} for each of those creatures."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ff5caed4-0276-476d-8fae-edae2536df7f","metadata":{"source_printing_ids":["1af50bf1-c51e-4592-86bf-4197ec85a45d","2f338a9f-2af0-4e0f-9de1-17fc51145c46","c853d04c-864b-491c-8c6f-72d2d4874d2f","d34f043c-d01e-4462-b381-39748d7fa31b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ORI","OTJ","PLST","POTJ"],"rulings":[{"date":"2015-06-22","text":"If you control an untapped Archangel of Tithes, your opponents can choose to not attack with a creature that must attack if able. The same is true with respect to an attacking Archangel of Tithes and a creature that must block if able."}],"rarities":["mythic"]},"archelos, lagoon mystic":{"name":"Archelos, Lagoon Mystic","mana_cost":{"type":"Cost","shards":["Black","Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Turtle","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"As long as Archelos is tapped, other permanents enter tapped.\nAs long as Archelos is untapped, other permanents enter untapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"description":"As long as ~ is tapped, other permanents enter tapped.","condition":{"type":"SourceTappedState","tapped":true},"destination_zone":"Battlefield"},{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"description":"As long as ~ is untapped, other permanents enter untapped.","condition":{"type":"SourceTappedState","tapped":false},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green","Blue"],"scryfall_oracle_id":"fd19a009-d1ab-4148-a829-3d4c3af1b0b2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["25e5643c-26d9-4ada-bc03-cafda0f64f40","d45ec78e-6190-46af-8057-834f5ca41ec8","eafb8740-1bab-4f5e-96d1-79f1f04cc0d8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","DMC","PRM"],"rulings":[{"date":"2020-11-10","text":"Archelos's abilities don't apply to itself as it enters the battlefield, nor do they apply to any permanents entering the battlefield at the same time."},{"date":"2020-11-10","text":"If another replacement effect says that a permanent enters the battlefield tapped while Archelos is untapped, the entering permanent's controller chooses whether the permanent enters tapped or untapped. If a permanent is simply put onto the battlefield tapped without a replacement effect being applied, it always enters untapped if Archelos is untapped."},{"date":"2020-11-10","text":"If more than one Archelos is on the battlefield, the controller of an entering permanent chooses how to order the replacement effects."}],"rarities":["rare"]},"archery training":{"name":"Archery Training","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nAt the beginning of your upkeep, you may put an arrow counter on this Aura.\nEnchanted creature has \"{T}: This creature deals X damage to target attacking or blocking creature, where X is the number of arrow counters on Archery Training.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"arrow","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may put an arrow counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"arrow"}},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Blocking"}]}]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals X damage to target attacking or blocking creature, where X is the number of arrow counters on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"{T}: ~ deals X damage to target attacking or blocking creature, where X is the number of arrow counters on ~.\""}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"acab4fa9-d9ab-4a89-a50f-0cee9d7ca0c3","metadata":{"source_printing_ids":["151232e6-68cc-4cac-a532-9ade8e925961"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["UDS"],"rulings":[{"date":"2004-10-04","text":"If there is more than one Archery Training on a creature, each granted ability counts the counters on the Archery Training that granted that ability."},{"date":"2004-10-04","text":"Putting on a counter is optional. If you forget, you can't go back later even if it is something you usually do."},{"date":"2004-10-04","text":"You do not remove counters when using the ability."}],"rarities":["uncommon"]},"archive trap":{"name":"Archive Trap","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Trap"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If an opponent searched their library this turn, you may pay {0} rather than pay this spell's mana cost.\nTarget opponent mills thirteen cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":13},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":"Target opponent mills thirteen cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d412b175-2365-4b2c-a8f5-3e4e9d06280d","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"condition":{"type":"OpponentSearchedLibraryThisTurn"}}],"metadata":{"source_printing_ids":["67bb2ca9-32b8-442d-b6a0-d624a87f5af8","c5fb50d5-185f-4e01-b726-7faf6d0514a5","defa687c-a064-4a7b-afa2-3c3ecdb5e13f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["OTP","PLST","ZEN"],"rulings":[{"date":"2009-10-01","text":"A spell or ability causes a player to search their library only if it specifically contains the word “search” in its text. For example, if a spell or ability lets a player look at the top four cards of their library and do something with one of those cards, that’s not a search."},{"date":"2009-10-01","text":"Archive Trap checks only whether an opponent searched their library. It doesn’t matter whether that player found a card during the search."},{"date":"2009-10-01","text":"Casting a Trap by paying its alternative cost doesn’t change its mana cost or mana value. The only difference is the cost you actually pay."},{"date":"2009-10-01","text":"Effects that increase or reduce the cost to cast a Trap will apply to whichever cost you chose to pay."},{"date":"2009-10-01","text":"If a search effect is affected by Aven Mindcensor’s ability (which causes a player to search the top four cards of their library instead), that still counts as searching that library."},{"date":"2009-10-01","text":"If the targeted opponent has fewer than thirteen cards in their library, that player puts their entire library into their graveyard."},{"date":"2009-10-01","text":"The opponent you target doesn’t have to be the opponent who searched their library."},{"date":"2009-10-01","text":"You may ignore a Trap’s alternative cost condition and simply cast it for its normal mana cost. This is true even if its alternative cost condition has been met."}],"rarities":["rare"]},"archivist of oghma":{"name":"Archivist of Oghma","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Halfling","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhenever an opponent searches their library, you gain 1 life and draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"SearchedLibrary","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent searches their library, you gain 1 life and draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"08b13e1f-27ca-40a8-b5ed-88ac933d24bf","metadata":{"source_printing_ids":["9a67ef30-a8ef-4437-8c9a-d125a98fbd6b","9c33f61c-924c-401b-8d50-ebd19f59c3da","a5100d6c-ca6e-40e5-8c55-50e74237ced4","f6589e02-8c84-4069-88d1-ebcc8520cae1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG","PCLB","PLST","SLD"],"rulings":[{"date":"2022-06-10","text":"Archivist of Oghma's triggered ability won't be put onto the stack until after the spell or ability causing the opponent to search their library finishes resolving. Notably, if that spell or ability causes any other abilities to trigger (for example, if the opponent searched for a card and put it onto the battlefield), those abilities and Archivist of Oghma's triggered ability will go on the stack at the same time. The active player puts all their abilities on the stack in any order, then each other player in turn order does the same. The last ability put onto the stack this way resolves first, and so on."},{"date":"2022-06-10","text":"Archivist of Oghma's triggered ability won't trigger if you search an opponent's library or an opponent searches another player's library."}],"rarities":["rare"]},"archmage emeritus":{"name":"Archmage Emeritus","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Magecraft — Whenever you cast or copy an instant or sorcery spell, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCastOrCopy","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast or copy an instant or sorcery spell, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8305d576-21d8-4ce7-8eda-a7cd9793aca5","metadata":{"source_printing_ids":["2ab5ba3a-22a5-4d79-af99-fe1ef6cc8676","459b79e0-236a-4ba8-a44c-7ac03987373d","62f20d75-cfe5-427b-92d3-35c7e77db0d5","761df6cd-0928-4167-8902-58fdb50181a0","c3dbdc3b-4855-48aa-b06d-a31166161eab","da5e6937-800c-4870-b234-f2907a55ce31","dd547601-d650-4a02-a3a4-890bcef03a7c","e85c555a-f034-4c79-92d8-610527d16529","f2f7218a-511a-4ca8-899d-ae78a935f7a0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC","OTC","PLST","PRM","PSTX","SOC","SPG","STX","TDC"],"rulings":[{"date":"2021-04-16","text":"Each magecraft ability has a different effect, although they all have the same trigger condition, whenever you cast or copy an instant or sorcery spell."},{"date":"2021-04-16","text":"If an effect creates a copy of an instant or sorcery spell, this will also cause the magecraft ability to trigger."},{"date":"2021-04-16","text":"If an effect creates multiple copies of an instant or sorcery spell, magecraft abilities trigger once for each copy created by the effect."},{"date":"2021-04-16","text":"Some effects instruct you to copy an instant or sorcery card in a zone other than the stack. These copies do not cause magecraft abilities to trigger. However, most effects that do this also allow you to cast the copy, and casting the copy will cause magecraft abilities to trigger."}],"rarities":["rare","mythic"]},"archon of cruelty":{"name":"Archon of Cruelty","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":6},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Archon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature enters or attacks, target opponent sacrifices a creature or planeswalker of their choice, discards a card, and loses 3 life. You draw a card and gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"TargetPlayer","properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever ~ enters or attacks, target opponent sacrifices a creature or planeswalker of their choice, discards a card, and loses 3 life. You draw a card and gain 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"aa1a6646-c1e6-4bff-9092-43ee3e137914","metadata":{"source_printing_ids":["10be3e37-da93-476c-8da3-57bed77df2d7","1be9d9a4-d7ee-4854-abc2-85cabf993ec9","78f5933b-4901-45fd-ae3f-aeae3bdf200b","c38d9873-f4e9-418f-aee8-8623b2576f6c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DSC","M3C","MH2","PMH2"],"rulings":[{"date":"2021-06-18","text":"You and the opponent you target take all the actions in the order listed. Notably, the creature or planeswalker they sacrifice won't be on the battlefield as they discard a card or lose life. If any abilities trigger, they will wait to be put on the stack until after the spell resolves. If any abilities controlled by that opponent trigger but losing 3 life causes them to lose the game, none of those abilities will be put on the stack."}],"rarities":["mythic"]},"archpriest of shadows":{"name":"Archpriest of Shadows","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Backup 1 (When this creature enters, put a +1/+1 counter on target creature. If that's another creature, it gains the following abilities until end of turn.)\nDeathtouch\nWhenever this creature deals combat damage to a player or battle, return target creature card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch",{"Backup":1}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player or battle, return target creature card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player or battle, return target creature card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":"If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"SelfRef"},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put 1 +1/+1 counter on target creature","target_prompt":null,"ability_tag":{"type":"Backup"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.165: Backup 1 — when this creature enters, put 1 +1/+1 counter on target creature. If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7b03910a-2ca7-40cb-9c71-1c2cc856a287","metadata":{"source_printing_ids":["4332d36c-0db6-43fc-823b-6b6876e64b54","f5931746-a55c-4528-9e4a-ee15edab3489"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"Backup confers only abilities that are actually printed below it. Any abilities that are gained by the permanent are ignored, including abilities gained due to a resolving spell or ability or copy effects."},{"date":"2023-04-14","text":"If a backup ability causes another creature to gain abilities, the creature with backup will still have those abilities."},{"date":"2023-04-14","text":"If a backup ability targets the creature with backup, that creature will get +1/+1 counters, but it won’t gain additional abilities."},{"date":"2023-04-14","text":"If a permanent enters the battlefield as a copy of a card with a backup ability or a token is created that is a copy of that card, the order of the printed abilities is maintained."},{"date":"2023-04-14","text":"The abilities that backup grants to the target creature are determined only once, at the time the ability triggers. They won’t change if the permanent with backup loses any abilities before the backup ability resolves."}],"rarities":["rare"]},"arena of glory":{"name":"Arena of Glory","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control a Mountain.\n{T}: Add {R}.\n{R}, {T}, Exert this land: Add {R}{R}. If that mana is spent on a creature spell, it gains haste until end of turn. (An exerted permanent won't untap during your next untap step.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red","Red"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"Tap"},{"type":"Exert"}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{R}, {T}, Exert ~: Add {R}{R}. If that mana is spent on a creature spell, it gains haste until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control a Mountain.","condition":{"type":"UnlessControlsSubtype","subtypes":["Mountain"]},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"63dfe794-5f56-41ec-9883-5523b41cc3e0","metadata":{"source_printing_ids":["3d7d07bb-b875-4a6d-8b87-4187e823af75","7230f119-b663-483c-aa9b-eb22259fcc2d","dd148edc-9e43-41aa-bb50-f912115d3e72"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PLST","PMH3"],"rulings":[{"date":"2024-06-07","text":"If an exerted permanent is already untapped during your next untap step (most likely because an effect untapped it), exert's effect preventing it from untapping expires without having done anything."},{"date":"2024-06-07","text":"If mana generated with Arena of Glory's last ability is spent on a noncreature spell that becomes a creature later in the turn, that creature won't have haste."},{"date":"2024-06-07","text":"If mana generated with Arena of Glory's last ability is spent to cast a noncreature spell that creates tokens, those tokens won't gain haste."},{"date":"2024-06-07","text":"If mana generated with Arena of Glory's last ability is spent to pay any part of a creature spell's cost, including an alternative or additional cost, that creature spell (and the resulting creature) will gain haste until end of turn."},{"date":"2024-06-07","text":"If the mana generated with Arena of Glory's last ability is spent on two different creature spells, each of those spells (and resulting creatures) will gain haste until end of turn."},{"date":"2024-06-07","text":"If you gain control of another player's permanent until end of turn and exert it, and then that player regains control of it, it will untap during that player's untap step."},{"date":"2024-06-07","text":"The mana generated with Arena of Glory's last ability can be spent on anything, not just creature spells."},{"date":"2024-06-07","text":"You must already control a Mountain as Arena of Glory enters the battlefield for it to enter untapped. If it enters the battlefield at the same time as a Mountain when you control no other Mountains, it will enter tapped."}],"rarities":["rare"]},"argothian wurm":{"name":"Argothian Wurm","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this creature enters, any player may sacrifice a land of their choice. If a player does, put this creature on top of its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, any player may sacrifice a land of their choice. If a player does, put ~ on top of its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f8aa1893-60e5-439e-9316-872a9f6b6c94","metadata":{"source_printing_ids":["93294349-75ae-4a6b-896d-b403a5d69e98"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["USG"],"rulings":[{"date":"2007-02-01","text":"When Argothian Wurm enters, first the active player gets the option to sacrifice a land. If they decline, the next player in turn order gets the option. If a player elects to sacrifice a land, Argothian Wurm is put on top of its owner's library, but then all remaining players still get the option. If all players decline, then nothing happens and Argothian Wurm stays on the battlefield."}],"rarities":["rare"]},"arid archway":{"name":"Arid Archway","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Desert"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\nWhen this land enters, return a land you control to its owner's hand. If another Desert was returned this way, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)\n{T}: Add {C}{C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":[{"Subtype":"Desert"}],"controller":null,"properties":[{"type":"Another"}]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return a land you control to its owner's hand. If another Desert was returned this way, surveil 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"3be3d7e6-7860-438a-b8c8-ef154c18c163","metadata":{"source_printing_ids":["3f8c8fa2-12ab-4f6a-9f7a-2bc69e9ba024"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"Arid Archway will return itself to its owner’s hand if you control no other lands when its enters-the-battlefield ability resolves (or if you choose to return it to its owner’s hand despite controlling other lands). It’s almost never a good idea to play it on your first turn."},{"date":"2024-04-12","text":"Desert is a land subtype with no special meaning. It doesn’t grant the land an intrinsic mana ability. Other cards may care about which lands are Deserts."}],"rarities":["uncommon"]},"ark of hunger":{"name":"Ark of Hunger","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more cards leave your graveyard, this artifact deals 1 damage to each opponent and you gain 1 life.\n{T}: Mill a card. You may play that card this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Mill a card. You may play that card this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more cards leave your graveyard, ~ deals 1 damage to each opponent and you gain 1 life.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"2c654772-c786-4966-a46e-9556bbf31d7c","metadata":{"source_printing_ids":["33669848-23ce-4738-9401-469b03f0fd6e","79d01c19-162b-4a12-9e27-18366d95eaa0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If more than one card is milled by Ark of Hunger's last ability (because of the effect of Bruvac the Grandiloquent's ability, for example), you may play any of the milled cards that turn."},{"date":"2026-03-20","text":"If multiple cards leave your graveyard at the same time, Ark of Hunger's first ability will trigger only once."}],"rarities":["rare"]},"armed assailant":{"name":"Armed Assailant","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Villain"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nAs long as this creature is equipped, it gets +2/+0 and has menace. (It can't be blocked except by two or more creatures.)","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Menace"}],"condition":{"type":"SourceIsEquipped"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is equipped, it gets +2/+0 and has menace."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"53d7722a-b60b-4520-abce-f31b1e6bba00","metadata":{"source_printing_ids":["58d18eaa-493d-4e3f-920f-276e393ae74d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["common"]},"armored kincaller":{"name":"Armored Kincaller","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may reveal a Dinosaur card from your hand. If you do or if you control another Dinosaur, you gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Controller"},"card_filter":{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":null,"properties":[]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Or","conditions":[{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may reveal a Dinosaur card from your hand. If you do or if you control another Dinosaur, you gain 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6aad6906-96ec-4994-bfc3-9a76f893bc8c","metadata":{"source_printing_ids":["223a1876-e413-4f07-ac39-c52d29384bef","b76a46a1-a63e-460a-98c5-699dd1c827aa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["J25","LCI"],"rulings":[{"date":"2023-11-10","text":"Whether or not you control another Dinosaur is checked only as Armored Kincaller's ability is resolving. It doesn't matter if you still control Armored Kincaller at the time, or if it's still a Dinosaur."}],"rarities":["common"]},"arrow storm":{"name":"Arrow Storm","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Arrow Storm deals 4 damage to any target.\nRaid — If you attacked this turn, instead Arrow Storm deals 5 damage to that permanent or player and the damage can't be prevented.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 5 damage to that permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"DamagePreventionDisabled","source":0,"expiry":{"type":"EndOfTurn"}}},"cost":null,"sub_ability":null,"duration":null,"description":"player and the damage can't be prevented","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"Raid — If you attacked this turn, instead ~ deals 5 damage to that permanent or player and the damage can't be prevented.","target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"AttackedThisTurn","scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"~ deals 4 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a0ce2f5a-9c0b-4801-9105-72f84d8a4a1f","metadata":{"source_printing_ids":["5da95bed-c1e5-4ef3-965b-ed29180f6cc8","c57534fb-2591-4003-aeec-6452faa4a759"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KTK","PLST"],"rulings":[{"date":"2024-11-08","text":"Raid abilities care only that you attacked with a creature. It doesn't matter how many creatures you attacked with or which player, planeswalker, or battle those creatures attacked."},{"date":"2024-11-08","text":"Raid abilities evaluate the entire turn to see if you attacked with a creature. That creature doesn't have to still be on the battlefield. Similarly, the player, planeswalker, or battle it attacked doesn't have to still be in the game or on the battlefield."}],"rarities":["common"]},"as foretold":{"name":"As Foretold","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, put a time counter on this enchantment.\nOnce each turn, you may pay {0} rather than pay the mana cost for a spell you cast with mana value X or less, where X is the number of time counters on this enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Once each turn, you may pay {0} rather than pay the mana cost for a spell you cast with mana value X or less, where X is the number of time counters on ~."},"cost":null,"sub_ability":null,"duration":null,"description":"Once each turn, you may pay {0} rather than pay the mana cost for a spell you cast with mana value X or less, where X is the number of time counters on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, put a time counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e4b3e0af-5caa-47c1-b5be-c56a875cbb15","metadata":{"source_printing_ids":["0f91d225-788e-42fc-9d01-8668f672b717","2833c9d0-ed79-4413-922d-41be9f522a49","306937c6-0eb3-43d3-bd71-40ef7cefa9e6","6dfcd573-dc06-4b2a-9a9a-7e35267ac800","8107bd96-3570-458e-b76c-73af227f9955","b74222e1-f3a1-4d40-b532-e4f722ec02f0","c468b523-84fc-4657-adef-acc1eec6ef2e","c634fb14-49a1-4642-9a22-bce99279cb88","ebda0fb2-ba10-46e0-ab9d-5a2736553b5d","ef29d1d1-10a1-4aa3-9e20-342396b8e126","fb023670-7597-4042-84a4-0c578820dc9b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AKH","AKR","PAKH","WHO","WOT"],"rulings":[{"date":"2017-04-18","text":"A card's mana value is determined solely by the mana symbols printed in its upper right corner. The mana value is the total amount of mana in that cost, regardless of color. For example, a card with mana cost {1}{U}{U} has mana value 3. Ignore any alternative costs, additional costs, cost increases, or cost reductions that could apply to it. A card with no mana cost has a mana value of 0."},{"date":"2017-04-18","text":"All counters with the same name are indistinguishable from other counters with that name. Cards from the Time Spiral block that interact with time counters will interact with As Foretold."},{"date":"2017-04-18","text":"If a spell has no mana cost, its mana value is 0. You can cast it with As Foretold's alternative cost."},{"date":"2017-04-18","text":"If the card has X in its mana cost, you must choose 0 as the value of X when casting it for another cost that doesn't include X. For example, if there are five time counters on As Foretold and you choose to use its effect to cast Pull from Tomorrow, X must be 0. X can't be 2, even though the spell's mana value would be 4."},{"date":"2017-04-18","text":"If you control multiple As Foretolds, you may cast one spell for each of them paying {0}."},{"date":"2017-04-18","text":"If you're casting a split card, only the mana value of the half you're casting is compared to the number of time counters on As Foretold. This is because only that half is on the stack at the time that you choose to apply the effect of As Foretold."},{"date":"2023-09-01","text":"If you cast a spell for an alternative cost of {0}, you can't pay any other alternative costs, such as emerge costs. You can, however, pay additional costs, such as bargain. If the spell has any mandatory additional costs, such as that of Tormenting Voice, you must pay those to cast the spell."}],"rarities":["rare","mythic"]},"ashaya, soul of the wild":{"name":"Ashaya, Soul of the Wild","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Ashaya's power and toughness are each equal to the number of lands you control.\nNontoken creatures you control are Forest lands in addition to their other types. (They're still affected by summoning sickness.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the number of lands you control."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"modifications":[{"type":"AddSubtype","subtype":"Forest"},{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Nontoken creatures you control are Forest lands in addition to their other types."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"162572f2-1757-42e9-bd97-e6bd9a762c0e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0a74b4e6-f6c9-4fef-a83c-a285a541e720","74943390-d25f-47cb-90bb-cbf70c87f4a2","813057d4-ec5b-4ec4-a6ad-8f53cc49b827","8a6a883f-55e2-43f5-90a9-34494c14c0c4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DSC","PRM","PZNR","SLD","ZNR"],"rulings":[{"date":"2020-09-25","text":"A land that's a Forest has the intrinsic mana ability \"{T}: Add {G}.\""},{"date":"2020-09-25","text":"As long as Ashaya is on the battlefield, it's affected by its second ability and thus its first ability counts itself."},{"date":"2020-09-25","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to Ashaya may become lethal if lands you control leave the battlefield during that turn."},{"date":"2020-09-25","text":"The ability that defines Ashaya's power and toughness applies in all zones, not just the battlefield."},{"date":"2020-09-25","text":"You can't play creature cards as lands; you'll still have to cast them as spells, and they'll enter the battlefield as lands (in addition to their other types)."}],"rarities":["mythic"]},"ashling's command":{"name":"Ashling's Command","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Kindred","Instant"],"subtypes":["Elemental"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two —\n• Create a token that's a copy of target Elemental you control.\n• Target player draws two cards.\n• Ashling's Command deals 2 damage to each creature target player controls.\n• Target player creates two Treasure tokens.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":[{"Subtype":"Elemental"}],"controller":"You","properties":[]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Player"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"9651d197-a408-4665-a292-58d5471f4ffc","modal":{"min_choices":2,"max_choices":2,"mode_count":4,"mode_descriptions":["Create a token that's a copy of target Elemental you control.","Target player draws two cards.","~ deals 2 damage to each creature target player controls.","Target player creates two Treasure tokens."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["128bf831-0cec-59ea-bf1e-33b600ca8728","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["201c73b6-368f-4dac-b034-49c6aa6408ff","fe3a421d-07b6-4b94-b177-aec44c7fe689"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Any enters abilities of the copied permanent will trigger when the token enters. Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the copied permanent will also work."},{"date":"2025-11-17","text":"If all of Ashling's Command's targets are illegal as it tries to resolve, it will do nothing. If at least one target is still legal, it will resolve and do as much as it can."},{"date":"2025-11-17","text":"If the copied permanent has {X} in its mana cost, X is 0."},{"date":"2025-11-17","text":"If the copied permanent is a token, the token that's created copies the original characteristics of that token as stated by the effect that created that token."},{"date":"2025-11-17","text":"If the copied permanent is copying something else, then the token enters as whatever that creature copied."},{"date":"2025-11-17","text":"Kindred is a card type that allows noncreature cards to have creature types. For example, Morcant's Eyes is an Elf (although not a creature) while on the battlefield and an Elf card (although not a creature card) in zones other than the battlefield."},{"date":"2025-11-17","text":"Some older cards were originally printed with the \"tribal\" card type. That card type has been replaced with \"kindred.\" This change does not affect the gameplay function of these cards."},{"date":"2025-11-17","text":"The token created by the first mode of Ashling's Command copies exactly what was printed on the original permanent and nothing else (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2025-11-17","text":"While it appears only on cards that already have other card types, kindred is a card type and will be counted by effects that refer to the number of card types among cards in a zone."}],"rarities":["rare"]},"ashling, the limitless":{"name":"Ashling, the Limitless","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Sorcerer"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Elemental permanent spells you cast from your hand gain evoke {4} as you cast them. (If you cast a spell for its evoke cost, it's sacrificed when it enters.)\nWhenever you sacrifice a nontoken Elemental, create a token that's a copy of it. The token gains haste until end of turn. At the beginning of your next end step, sacrifice it unless you pay {W}{U}{B}{R}{G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The token gains haste"}],"duration":"UntilEndOfTurn","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"End","player":0},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0}},"payer":{"type":"Controller"}},"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Elemental"}],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a nontoken Elemental, create a token that's a copy of it. The token gains haste until end of turn. At the beginning of your next end step, sacrifice it unless you pay {W}{U}{B}{R}{G}.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":{"Evoke":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":4}}}}},"affected":{"type":"Typed","type_filters":["Permanent",{"Subtype":"Elemental"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Elemental permanent spells you cast from your hand gain evoke {4} as you cast them."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"77a9e7cf-76e9-4323-8504-a5b831de00be","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["85f3194f-8ff2-59c7-8940-05cb3aa5aeaa"],"source_printing_ids":["5924c01f-2815-4e37-b700-3ba6cc81e0e4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["ECC"],"rulings":[{"date":"2025-11-17","text":"Any enters abilities of the copied permanent will trigger when the token enters. Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the copied permanent will also work."},{"date":"2025-11-17","text":"If Ashling leaves the battlefield after you've cast an Elemental permanent spell and paid its evoke cost but before that spell resolves, the permanent that spell becomes will still have evoke when it enters. As such, the triggered ability represented by evoke will still trigger, and when that abiltiy resolves, you'll still have to sacrifice that permanent."},{"date":"2025-11-17","text":"If the copied permanent had {X} in its mana cost, X is 0."},{"date":"2025-11-17","text":"If the copied permanent was copying something else, then the token enters as whatever that permanent copied."},{"date":"2025-11-17","text":"If you pay the evoke cost, you can have the creature's own triggered ability or abilities resolve before the evoke triggered ability. You can cast spells after that ability resolves but before you have to sacrifice the creature."},{"date":"2025-11-17","text":"The token created by Ashling's last ability copies exactly what was printed on the original permanent and nothing else (unless that creature was copying something else; see below). It doesn't copy whether that permanent was tapped or untapped, whether it had any counters on it or Auras and Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on."},{"date":"2025-11-17","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an evoke cost), add any cost increases, then apply any cost reductions. The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["mythic"]},"ashmouth dragon":{"name":"Ashmouth Dragon","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you cast an instant or sorcery spell, this creature deals 2 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, ~ deals 2 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red"],"color_identity":["Red"],"scryfall_oracle_id":"7493d78c-26c4-402e-bec5-6449773d0344","metadata":{"source_printing_ids":["41b6381f-4ff8-49e9-bf00-cfe32851318b","8ffb9873-4fb1-4644-9dd9-f2eb5f9617ac","b41e193f-fb9b-4b26-89b6-856b1710a19d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","MID","PMID","PRM"],"rarities":["rare"]},"ashnod's altar":{"name":"Ashnod's Altar","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Sacrifice a creature: Add {C}{C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice a creature: Add {C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"4d18bcba-a346-445e-a182-6cc30b7e066d","metadata":{"source_printing_ids":["0f2d0ee5-3173-4a03-be45-2fe9ea49cdc3","3c0f7157-a375-499c-92c7-d47d2e95dbad","439cc9fe-c810-4e1e-9918-862897f7b07f","4a0f8965-ecd3-4da2-80aa-9c5034c0cd3b","5ce31f0e-f5de-4b01-83a9-28ed441cb99b","6851553c-641d-4015-9fab-a9b235a155fa","87da5ad8-b35f-4f9c-b17a-bb2563cbc186","91ca97db-2c83-4c87-9491-e5878293afe5","99ea166b-01f3-44f2-8e93-da829ea8b5ed","cdcccb0f-ce96-453b-9e82-41d87f52e58b","d5e1a75e-1369-4f28-bb7d-e7ea2e6087e9","eab611c3-3a24-4033-864f-084b71317320","f35ff4b7-c55a-4ede-ae73-b6c648d25613","fcb40669-c196-4ed7-aba0-1ef89ec7d1c8","fe96fe60-f251-403c-acd1-d658a1d0c930"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["5ED","6ED","ATQ","BCHR","BRR","CHR","CMM","EMA","ME4","PLST","RIN","SLD","WC00"],"rarities":["common","uncommon","rare"]},"assault":{"name":"Assault","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Assault deals 2 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"fcdeb83f-531c-4087-9254-7f19eb065f00","metadata":{"related_token_ids":["ed4b719a-b918-59b4-ba00-ecf427f0643f","ee98a86d-1691-56eb-ab6f-337e3ec7cd1b"],"source_printing_ids":["0ec6a889-c941-4898-a2f6-4d3863faf535","4a9f1e99-9de8-45cb-b035-4f920477e2e5","9b2ca0a2-0a18-4d9e-b953-52018af3c65b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["DMR","HOP","INV","TSB"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["uncommon","special"]},"assault formation":{"name":"Assault Formation","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature you control assigns combat damage equal to its toughness rather than its power.\n{G}: Target creature with defender can attack this turn as though it didn't have defender.\n{2}{G}: Creatures you control get +0/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CanAttackWithDefender","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CanAttackWithDefender"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Target creature with defender can attack this turn as though it didn't have defender"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Defender"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{G}: Target creature with defender can attack this turn as though it didn't have defender.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PumpAll","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{2}{G}: Creatures you control get +0/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control assigns combat damage equal to its toughness rather than its power."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4d6d3e6d-f958-4c17-b117-960fb8033601","metadata":{"source_printing_ids":["40452217-9d8c-48e7-b5b4-2740b97bea2a","57a7734e-b964-42bb-920d-168ade9c6377","6bf261c8-98e4-491e-9e51-a9058ff2c03a","7f672dd0-cd63-464c-9581-0ec6f0e391f7","cb72a45f-16e9-4040-acf1-927133ba198e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DTK","IMA","JMP","PLST","TDC"],"rulings":[{"date":"2017-11-17","text":"Assault Formation’s first ability doesn’t actually change any creature’s power. It changes only the amount of combat damage it assigns. All other rules and effects that check power or toughness use the real values. For example, Hunt the Weak won’t cause a creature to fight with its toughness."},{"date":"2017-11-17","text":"For example, a 2/3 creature will assign 3 combat damage rather than 2."}],"rarities":["uncommon","rare"]},"assemble the players":{"name":"Assemble the Players","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nOnce each turn, you may cast a creature spell with power 2 or less from the top of your library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"OncePerTurn","alt_cost":null}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"you may cast a creature spell with power 2 or less from the top of your library."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"180ba940-2b11-4953-b7ce-74847e1aebfd","metadata":{"source_printing_ids":["c88c5959-c033-46d0-94ea-df22988dc923","f5bcb21a-8559-4791-8cd0-482e7b8dcfd2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"Because you never \"cast\" a land card, Assemble the Players doesn't allow you to play a land creature (such as Dryad Arbor) from the top of your library."},{"date":"2024-02-02","text":"If Assemble the Players leaves the battlefield and returns to the battlefield in the same turn, the casting permission granted by the old one is different than the casting permission granted by the new one. Similarly, if you control multiple Assemble the Players, each one has a different casting permission that may be used once each turn."},{"date":"2024-02-02","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast a spell from the top of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2024-02-02","text":"If the top card of your library has a disguise or morph ability, you can cast it face down from the top of your library, even if it doesn't normally have power 2 or less."},{"date":"2024-02-02","text":"You can look at the top card of your library whenever you want (with one restriction; see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2024-02-02","text":"You must pay all costs and follow all timing rules for spells cast from the top of your library this way."}],"rarities":["rare"]},"assimilation aegis":{"name":"Assimilation Aegis","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this Equipment enters, exile up to one target creature until this Equipment leaves the battlefield.\nWhenever this Equipment becomes attached to a creature, for as long as this Equipment remains attached to it, that creature becomes a copy of a creature card exiled with this Equipment.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile up to one target creature until ~ leaves the battlefield.","constraint":null,"condition":null,"batched":false},{"mode":"Attached","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]},"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"~ remains attached to it"}}}},"cost":null,"sub_ability":null,"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"~ remains attached to it"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes attached to a creature, for as long as ~ remains attached to it, that creature becomes a copy of a creature card exiled with ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"6d39d218-254a-4886-907a-89df605d7ce4","metadata":{"source_printing_ids":["014bf3c6-e46f-48f8-902f-82deeba260b2","0d8e4f7b-bdf6-44d3-9b2b-4420bab84864"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"Any non-copy effects that applied to the creature Assimilation Aegis is attached to before it becomes a copy of another card will continue to apply once it becomes a copy. The same is true of any counters that are on that creature."},{"date":"2024-04-12","text":"If Assimilation Aegis leaves the battlefield before its first ability resolves, the target creature won't be exiled at all."},{"date":"2024-04-12","text":"If there are no creature cards exiled with Assimilation Aegis when its second ability resolves, the creature Assimilation Aegis is attached to won't become a copy of anything else. It will remain just as it was."},{"date":"2024-04-12","text":"If you somehow exile a noncreature card with Assimilation Aegis's first ability (possibly because it was a copy of a creature while on the battlefield), you can't choose to have the creature Assimilation Aegis is attached to become a copy of that card when Assimilation Aegis's second ability resolves."},{"date":"2024-04-12","text":"If you somehow exile multiple creature cards with the same Assimilation Aegis (probably because its first ability was copied or something caused it to trigger more than once), you choose one of the exiled creature cards each time its second triggered ability resolves. You don't have to choose the same one each time."},{"date":"2024-04-12","text":"When Assimilation Aegis's second ability resolves, the creature Assimilation Aegis is attached to copies exactly what was printed on the original creature card and nothing else. It doesn't copy any information about the object the card was before it was exiled."},{"date":"2024-04-12","text":"When the creature Assimilation Aegis is attached to becomes a copy of an exiled creature card, it's neither entering nor leaving the battlefield. Any enters-the-battlefield or leaves-the-battlefield abilities won't trigger."}],"rarities":["mythic"]},"astarion, the decadent":{"name":"Astarion, the Decadent","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Elf","Rogue"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Deathtouch, lifelink\nAt the beginning of your end step, choose one —\n• Feed — Target opponent loses life equal to the amount of life they lost this turn.\n• Friends — You gain life equal to the amount of life you gained this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Feed — Target opponent loses life equal to the amount of life they lost this turn.","Friends — You gain life equal to the amount of life you gained this turn."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Target"}}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"03048844-32bb-45a2-a754-73f75eaa4566","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["555f7253-0126-4c3c-a264-877d4c8e005b","64d932b9-5682-4427-a871-7d452a488674","9c37f6ae-cd25-4c98-9700-be2f40a0a37b","b87edd00-062d-48b8-b212-cc0073fe05ea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG","PCLB","SLD"],"rulings":[{"date":"2022-06-10","text":"Use the creature's power as it last existed on the battlefield to determine the value of X."}],"rarities":["rare"]},"astor, bearer of blades":{"name":"Astor, Bearer of Blades","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Astor enters, look at the top seven cards of your library. You may reveal an Equipment or Vehicle card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.\nEquipment you control have equip {1}.\nVehicles you control have crew 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":7},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":null,"properties":[]}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, look at the top seven cards of your library. You may reveal an Equipment or Vehicle card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Equipment"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipment you control have equip {1}."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Vehicle"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":{"Crew":{"power":1,"once_per_turn":null}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Vehicles you control have crew 1."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"196962f0-6aff-4198-9e0c-eaf42aeaf147","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["14e390bd-a1ad-4abe-b6a2-ab9ce8059193","40f3a0ba-b917-488b-adbf-60a0d3c58a56","87ab2cad-ac4c-4b04-8724-c824b45db4d0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU"],"rulings":[{"date":"2022-09-09","text":"Once either the equip {1} or crew 1 ability is activated, causing Astor, Bearer of Blades to leave the battlefield won't stop the ability from resolving."},{"date":"2022-09-09","text":"You may still activate any other equip or crew abilities that permanent has if you wish."}],"rarities":["rare"]},"astral slide":{"name":"Astral Slide","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a player cycles a card, you may exile target creature. If you do, return that card to the battlefield under its owner's control at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player cycles a card, you may exile target creature. If you do, return that card to the battlefield under its owner's control at the beginning of the next end step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"70f14b10-8129-4249-a267-8b4be5d9befa","metadata":{"source_printing_ids":["9abc2e5e-dabc-45a4-a229-53ad1ed7e6c0","ba089228-135a-421b-b932-26b86e555b78","d14993b6-ed8d-4b9b-b54c-2837b343a61e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["F06","ONS","PRM","VMA","WC04"],"rulings":[{"date":"2004-10-04","text":"If a player cycles a card during the end step, the creature that is exiled won't come back until the end of the next turn."},{"date":"2008-08-01","text":"If a face-down card is exiled, it turns face-up and remains face-up when it returns to the battlefield. This does not trigger any abilities that would trigger on it being turned face-up."}],"rarities":["uncommon"]},"at knifepoint":{"name":"At Knifepoint","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"During your turn, outlaws you control have first strike. (Assassins, Mercenaries, Pirates, Rogues, and Warlocks are outlaws.)\nWhenever you commit a crime, create a 1/1 red Mercenary creature token with \"{T}: Target creature you control gets +1/+0 until end of turn. Activate only as a sorcery.\" This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CommitCrime","execute":{"kind":"Spell","effect":{"type":"Token","name":"Mercenary","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Mercenary"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Target creature you control gets +1/+0 until end of turn. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you commit a crime, create a 1/1 red Mercenary creature token with \"{T}: Target creature you control gets +1/+0 until end of turn. Activate only as a sorcery.\" This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Assassin"},{"Subtype":"Mercenary"},{"Subtype":"Pirate"},{"Subtype":"Rogue"},{"Subtype":"Warlock"}]}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, outlaws you control have first strike."}],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"bddb2064-afdb-4184-ae4a-633745e64a3c","metadata":{"related_token_ids":["0b3c8513-324d-5347-af39-b6da4161a67a"],"source_printing_ids":["897d594d-b5b0-43dc-b877-b483942416ce"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"A card, spell, or permanent is an outlaw if it has the Assassin, Mercenary, Pirate, Rogue, or Warlock creature type. It doesn’t matter if it has more than one of those creature types; as long as it has at least one, it’s an outlaw."},{"date":"2024-04-12","text":"A player can commit only one crime per spell or ability they control. Targeting multiple opponents, permanents, spells, abilities, and/or cards with the same spell or ability doesn’t constitute committing multiple crimes."},{"date":"2024-04-12","text":"A player commits a crime as they cast a spell, activate an ability, or put a triggered ability on the stack that targets at least one opponent, at least one permanent, spell, or ability an opponent controls, and/or at least one card in an opponent’s graveyard."},{"date":"2024-04-12","text":"Changing the target or targets of a spell or ability won’t affect whether or not the controller of that spell or ability has committed a crime. Only the initial targets chosen for that spell or ability are used to determine whether or not its controller committed a crime."},{"date":"2024-04-12","text":"Creatures that deal first strike combat damage but lose first strike before regular combat damage is dealt won’t deal combat damage again unless they have double strike. This means you can’t have At Knifepoint leave the battlefield to have your outlaws deal combat damage twice in a turn."},{"date":"2024-04-12","text":"For example, an ability that triggers when you cast a spell that targets an opponent will trigger at the same time as an ability that triggers whenever you commit a crime. Those abilities can be put on the stack in either order (if you control them both), and they’ll both resolve before the spell that caused them to trigger."},{"date":"2024-04-12","text":"If an ability refers to an outlaw or whether a player controls an outlaw, it’s referring only to permanents with one or more of the creature types specified above. Notably, it’s not referring to any spell or card not on the battlefield. However, other abilities may refer to an “outlaw spell” or “outlaw card” in a zone other than the battlefield. Those abilities refer to spells and cards with one or more of the specified creature types."},{"date":"2024-04-12","text":"Outlaw is not a creature type. If an effect asks you to choose a creature type, you can’t choose outlaw."},{"date":"2024-04-12","text":"The spell or ability that constituted a crime doesn’t have to have resolved yet or at all. As soon as you’re finished casting the spell, activating the ability, or putting the triggered ability on the stack, you’ve committed a crime."}],"rarities":["uncommon"]},"atarka's command":{"name":"Atarka's Command","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two —\n• Your opponents can't gain life this turn.\n• Atarka's Command deals 3 damage to each opponent.\n• You may put a land card from your hand onto the battlefield.\n• Creatures you control get +1/+1 and gain reach until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantGainLife","affected":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"modifications":[{"type":"AddStaticMode","mode":"CantGainLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't gain life"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":3},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Reach"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 and gain reach"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"1943cbb0-2b12-4450-90af-060b8c8627c3","modal":{"min_choices":2,"max_choices":2,"mode_count":4,"mode_descriptions":["Your opponents can't gain life this turn.","~ deals 3 damage to each opponent.","You may put a land card from your hand onto the battlefield.","Creatures you control get +1/+1 and gain reach until end of turn."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["903d78c9-c5b3-45c3-a6d0-7e92b4196ae3","c57b152e-c94e-4c10-9f0d-d960e878a430","fa86ff7b-04c7-415a-835b-ae9886f172df"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","DTK","HA5","PDTK"],"rulings":[{"date":"2015-02-25","text":"As the spell resolves, follow the instructions of the modes you chose in the order they are printed on the card. For example, if you chose the second and fourth modes of Ojutai's Command, you would gain 4 life and then draw a card. (The order won't matter in most cases.)"},{"date":"2015-02-25","text":"If a Command is copied, the effect that creates the copy will usually allow you to choose new targets for the copy, but you can't choose new modes."},{"date":"2015-02-25","text":"If all targets for the chosen modes become illegal before the Command resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2015-02-25","text":"If you choose the third mode and put a land card onto the battlefield, that doesn't count as playing a land. For example, you can both play a land and put a land onto the battlefield this way during your turn."},{"date":"2015-02-25","text":"The first mode won't affect life that was gained earlier in the turn."},{"date":"2015-02-25","text":"You can choose a mode only if you can choose legal targets for that mode. Ignore the targeting requirements for modes that aren't chosen. For example, you can cast Ojutai's Command without targeting a creature spell provided you don't choose the third mode."},{"date":"2015-02-25","text":"You choose the two modes as you cast the spell. You must choose two different modes. Once modes are chosen, they can't be changed."}],"rarities":["rare"]},"athreos, god of passage":{"name":"Athreos, God of Passage","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nAs long as your devotion to white and black is less than seven, Athreos isn't a creature.\nWhenever another creature you own dies, return it to your hand unless target opponent pays 3 life.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"TriggeringSource"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever another creature you own dies, return it to your hand unless target opponent pays 3 life.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"PayLife","amount":{"type":"Fixed","value":3}},"payer":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"Not","condition":{"type":"DevotionGE","colors":["White","Black"],"threshold":7}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your devotion to white and black is less than seven, ~ isn't a creature."}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"af206aed-1f58-4f5a-ba42-0e0d1f282940","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3380a687-c96b-4e1a-bfd9-3849d085b803","52705c53-883e-4b6a-9c08-3fa35f6f17d5","54c9c1b7-a41c-4253-98fd-e0bdf9f206fb","a9c87b4d-6e19-4b28-9041-821289f9cd1a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["JOU","PIO","PLST","SLD"],"rulings":[{"date":"2014-04-26","text":"Athreos's last ability will trigger if a token creature you own dies. The target opponent has the option to pay 3 life, although the token can't return to your hand."},{"date":"2014-04-26","text":"If there are no legal targets for Athreos's last ability (perhaps because each of your opponents has hexproof), it will be removed from the stack with no effect. No one may pay 3 life and you won't return the creature card to your hand."},{"date":"2014-04-26","text":"It doesn't matter who controlled the creature when it died. Athreos's last ability will trigger if you owned that creature."},{"date":"2014-04-26","text":"The target opponent chooses whether to pay 3 life when Athreos's last ability resolves. You won't return the card to your hand if that player pays 3 life or if the card leaves the graveyard before the ability resolves."},{"date":"2014-04-26","text":"You are a creature's owner if the card representing it began the game in your deck, or if it's a token that entered the battlefield under your control."},{"date":"2020-01-24","text":"As a God enters the battlefield, your devotion to its color will determine whether any replacement effects that affect creatures entering the battlefield apply to that God. Because replacement effects are considered before the God is on the battlefield, the mana symbols in its mana cost won't be counted when determining this."},{"date":"2020-01-24","text":"Counters put on a God remain on it while it's not a creature, even if they have no effect."},{"date":"2020-01-24","text":"If a God is attacking or blocking and it stops being a creature, it will be removed from combat. It won't rejoin combat if it resumes being a creature later during that combat."},{"date":"2020-01-24","text":"If a God stops being a creature, it loses the type creature and the creature type God. It continues to be a legendary enchantment."},{"date":"2020-01-24","text":"If an effect causes a God to lose all abilities, its ability that causes it to stop being a creature still applies if appropriate."},{"date":"2020-01-24","text":"The abilities of Gods function as long as they're on the battlefield, regardless of whether they're creatures."},{"date":"2020-01-24","text":"The type-changing ability that can make a God not be a creature functions only on the battlefield. It's always a creature card in other zones, regardless of your devotion to its color. It's always a creature spell while it's on the stack."},{"date":"2020-01-24","text":"When a God enters the battlefield, your devotion to its color (including the mana symbols in the mana cost of the God itself) will determine if a creature entered the battlefield or not for abilities that trigger whenever a creature enters the battlefield."},{"date":"2020-01-24","text":"Your devotion to two colors is the number of mana symbols among mana costs of permanents you control that are the first color, the second, or both. If an effect counts your devotion to two colors, a hybrid symbol that is both of those colors is counted just once."}],"rarities":["mythic"]},"atla palani, nest tender":{"name":"Atla Palani, Nest Tender","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{2}, {T}: Create a 0/1 green Egg creature token with defender.\nWhenever an Egg you control dies, reveal cards from the top of your library until you reveal a creature card. Put that card onto the battlefield and the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Egg","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Egg"],"colors":["Green"],"keywords":["Defender"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}, {T}: Create a 0/1 green Egg creature token with defender.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"kept_destination":"Battlefield","rest_destination":"Library"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Egg"}],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an Egg you control dies, reveal cards from the top of your library until you reveal a creature card. Put that card onto the battlefield and the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"b56cebe0-3752-4ce5-afbd-911543784015","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["2920e221-5ed1-517f-a049-cc6acbeb6f79","7dbde767-bdaf-52ce-b058-2edfe05cd9d3","87774715-4c7c-56fa-a2f2-104409980c88","90751f7e-123c-50a3-b7c6-f173a1fac26a","9db7edf6-2139-5df7-8e94-5906ee38136d"],"source_printing_ids":["2b8414f7-22c3-4e1c-934b-4a0e7acf951d","2c872b04-e80d-4c02-ac26-8f5cbb82e99f","30d5ac70-cc49-4520-8076-3df237fe7cd8","53b18981-c0be-455c-baa4-d3f45c55b4e3","c2559933-958b-4dfd-a037-3778b914f319","c851c20d-a028-4af9-bcfa-36ceaf36bdfb","f6aa473b-85cd-431d-844b-218368fe955e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","C19","DMC","PLST","SLD"],"rulings":[{"date":"2019-08-23","text":"If Atla Palani dies at the same time as one or more Eggs you control, its last ability triggers for each of those Eggs."},{"date":"2019-08-23","text":"If there are no creature cards in your library as Atla Palani's last ability resolves, you reveal your library then put it back in a random order."}],"rarities":["rare","mythic"]},"atlantis attacks":{"name":"Atlantis Attacks","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 4 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 4 or more.)\nChoose one. If this spell was cast using teamwork, choose both instead.\n• Target player creates a 6/5 blue Leviathan creature token with hexproof.\n• Return one or two target nonland permanents to their owners' hands.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":4}],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Leviathan","power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"types":["Creature","Leviathan"],"colors":["Blue"],"keywords":["Hexproof"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Player"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b5c8e24a-f4d7-42dc-8117-905ad0bad888","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Target player creates a 6/5 blue Leviathan creature token with hexproof.","Return one or two target nonland permanents to their owners' hands."],"allow_repeat_modes":false,"constraints":[{"type":"ConditionalMaxChoices","condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"max_choices":2,"otherwise_max_choices":1}],"chooser":{"type":"Controller"}},"additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":4},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"related_token_ids":["993fee88-4a3d-59ba-a4b7-0eed045bd40a"],"source_printing_ids":["40bc4380-055d-4913-93cb-280c9c1d1a87"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"atmospheric greenhouse":{"name":"Atmospheric Greenhouse","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, put a +1/+1 counter on each creature you control.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n8+ | Flying, trample","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, put a +1/+1 counter on each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying, trample"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":5},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"52c6afc6-aff1-46a8-b1ea-b183facec1ae","metadata":{"source_printing_ids":["bf05e378-7a0c-49e3-8c6e-c0fd56796434"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"A station card is a card with the station keyword ability. The station keyword means “Tap another untapped creature you control: Put a number of charge counters on this permanent equal to the tapped creature’s power. Activate only as a sorcery.”"},{"date":"2025-07-25","text":"Each station card has one or more striations in its text box. Each striation is preceded by a station symbol—a circle surrounding a number and a plus sign."},{"date":"2025-07-25","text":"Each station symbol represents an ability. A station symbol means “As long as this permanent has N or more charge counters on it, it has [abilities],” where N is the number inside the symbol and [abilities] are all the abilities found inside the same striation as that symbol."},{"date":"2025-07-25","text":"Even if a permanent with station has equal or greater charge counters than the number in its last station symbol, you can still activate its station ability. Adding more charge counters won’t give it additional abilities, but other effects or cards might make those extra counters relevant."},{"date":"2025-07-25","text":"If a permanent with station becomes a creature, it will be able to attack if it’s been under your control continuously since the turn began. That is, it doesn’t matter how long it’s been a creature, just how long it’s been on the battlefield."},{"date":"2025-07-25","text":"If a station card has a power and toughness box printed in one of the striations in its text box, it’s not a creature unless it has the appropriate number of charge counters on it. That card also doesn’t have that power and toughness in any zone other than the battlefield."},{"date":"2025-07-25","text":"If an effect causes a permanent with station to become a creature by some means other than having the appropriate number of charge counters on it, it won’t use any power and toughness values printed in its text box. Instead, it will use whatever base power and toughness was set by the effect that made it a creature."},{"date":"2025-07-25","text":"If another permanent becomes a copy of a permanent represented by a station card, all of its printed abilities, including the ones represented by station symbols, are copied. Its current characteristics and the number of charge counters on it are not copied. The abilities (and in some cases, types, power, and toughness) are determined based on the number of charge counters on the copy."},{"date":"2025-07-25","text":"If that station symbol is in the same striation as a power and toughness box, it instead means “As long as this permanent has N or more charge counters on it, it has [abilities] and is a creature with base power and toughness [P/T] in addition to its other types.”"},{"date":"2025-07-25","text":"If the tapped creature has negative power, no charge counters are put onto or removed from the permanent with station."},{"date":"2025-07-25","text":"Spacecraft is an artifact type with no special meaning. It doesn’t grant the artifact any intrinsic abilities. Other cards may care about which artifacts are Spacecraft."},{"date":"2025-07-25","text":"The abilities of a permanent with station are based on the number of charge counters it has. This means that if a permanent with station gets charge counters due to some other effect (such as proliferate) or loses charge counters somehow, its abilities change accordingly. The same is true for determining whether or not that permanent is a creature."},{"date":"2025-07-25","text":"Use the tapped creature’s power as the station ability resolves to determine how many charge counters to put on the permanent with station. If that creature isn’t on the battlefield at that time, use its power as it last existed on the battlefield."}],"rarities":["uncommon"]},"atomwheel acrobats":{"name":"Atomwheel Acrobats","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Performer"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you roll a 1 or 2, put that many +1/+1 counters on this creature.\n{2}{G}: Roll a six-sided die.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":6,"results":[]},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{G}: Roll a six-sided die.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"RolledDieOnce","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll a 1 or 2, put that many +1/+1 counters on ~.","constraint":null,"condition":null,"batched":false,"die_result":{"Exact":[1,2]}}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0e9551ef-8aee-46ed-b21f-162c64213437","metadata":{"source_printing_ids":["7fbdc8c7-9bb2-49f3-a633-6e009fa8586f","d13cc109-0f43-4957-a4a8-6313b851edae"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["UNF"],"rulings":[{"date":"2022-10-07","text":"Each die is identified by the number of faces it has. A six-sided die is a die with six equally likely outcomes: 1, 2, 3, 4, 5, and 6. The roll must be fair. Although physical dice are recommended, digital substitutes are allowed except in cases where the physical die is required for the effect."},{"date":"2022-10-07","text":"If a die is rerolled, the original roll essentially never happened: it doesn't cause any abilities to trigger, and no effect that cares about die rolls will consider it."},{"date":"2022-10-07","text":"If an ability triggers \"whenever you roll a die,\" it will trigger whenever you roll any die, including the planar die. This is a change from previous Un- rules. Some abilities use the result to determine part of the effect. If you get a non-numerical result (currently just the planar die, but the future is long), that part of the effect won't do anything."},{"date":"2022-10-07","text":"Results can be numbers not ordinarily possible on a six-sided die. Spells like Scooch can change the result to 0 or 7, for example."},{"date":"2022-10-07","text":"Some effects may modify the result of a die roll. This may be part of the instruction to roll a die, or it may come from other cards. Anything that references the \"result\" of a die roll is looking for the result after these modifications."},{"date":"2022-10-07","text":"Something in the game must tell you to roll a die. If you roll a die for any other reason (to simulate a coin flip, to choose pizza toppings, to create alternate timelines), that roll doesn't count."},{"date":"2022-10-07","text":"The die roll caused by the activated ability has no inherent effect: you just roll a six-sided die, but any ability that triggers whenever you roll a die will trigger. Abilities that trigger whenever you roll a specific result, such as Atomwheel Acrobats' first ability, may also trigger. "}],"rarities":["common"]},"atraxa, grand unifier":{"name":"Atraxa, Grand Unifier","mana_cost":{"type":"Cost","shards":["Green","White","Blue","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Angel"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, deathtouch, lifelink\nWhen Atraxa enters, reveal the top ten cards of your library. For each card type, you may put a card of that type from among the revealed cards into your hand. Put the rest on the bottom of your library in a random order. (Artifact, battle, creature, enchantment, instant, land, planeswalker, and sorcery are card types.)","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Flying","Lifelink","Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":10},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":8,"zone":"Library","zone_owner":"Controller","chooser":"Controller","up_to":true,"constraint":{"type":"DistinctCardTypes","categories":["Artifact","Battle","Creature","Enchantment","Instant","Land","Planeswalker","Sorcery"]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Any"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, reveal the top ten cards of your library. For each card type, you may put a card of that type from among the revealed cards into your hand. Put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Blue","White"],"color_identity":["Black","Green","Blue","White"],"scryfall_oracle_id":"abbcb153-0763-44c6-964f-b4ff0eb64257","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Optional_YouMay","description":"Flying, vigilance, deathtouch, lifelink\nWhen Atraxa enters, reveal the top ten cards of your library. For each card type, you may put a card","line_index":0},{"type":"SwallowedClause","detector":"DynamicQty","description":"Flying, vigilance, deathtouch, lifelink\nWhen Atraxa enters, reveal the top ten cards of your library. For each card type, you may put a card","line_index":0}],"metadata":{"source_printing_ids":["4a1f905f-1d55-4d02-9d24-e58070793d3f","b484a071-1e65-4bb3-893b-d34d7d101af8","b4d5df16-3f65-4616-9d41-b8a9afb1e6bb","be326fe9-4ed8-4f64-934c-9955edea5fdb","e51e5d02-d3d0-45e5-a589-1fe25ff5082b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","ONE","PONE"],"rulings":[{"date":"2023-02-04","text":"At the time of this document's publication, it is exceedingly unlikely you will reveal a battle this way. This likelihood will change over time."},{"date":"2023-02-04","text":"If a revealed card has more than one card type, you may choose to put it into your hand for any of its types. For example, an artifact creature card could be put into your hand as the artifact card you choose or as the creature card you choose. If you choose it as the artifact card, you could also put into your hand a creature card, and vice versa."}],"rarities":["mythic"]},"atraxa, praetors' voice":{"name":"Atraxa, Praetors' Voice","mana_cost":{"type":"Cost","shards":["Green","White","Blue","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Angel","Horror"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, deathtouch, lifelink\nAt the beginning of your end step, proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Flying","Lifelink","Vigilance"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, proliferate.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Blue","White"],"color_identity":["Black","Green","Blue","White"],"scryfall_oracle_id":"7e6b9b59-cd68-4e3c-827b-38833c92d6eb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["20e44330-f880-455e-852c-16d0a985cdf0","3a65dc65-5911-4502-916f-4008779d0b6e","7cc19f85-7ef6-4fd2-83e5-0dbae1d80f2b","b2e330dd-7cd3-445d-9c05-56e4a57526e9","bd0d5a0c-5dec-439c-b037-9d17dda5ead3","c34ae834-775e-447a-a330-0270c227c667","cf7e8917-8bd1-4899-bc78-7a5815c08057","d0d33d52-3d28-4635-b985-51e126289259","dac080ef-8f40-43a2-8440-b457b6074b69"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C16","CM2","MUL","OC16","PRM","PZ2","SLD"],"rulings":[{"date":"2023-02-04","text":"An ability that triggers \"Whenever you proliferate\" triggers even if you chose no permanents or players while doing so."},{"date":"2023-02-04","text":"If a permanent ever has both +1/+1 counters and -1/-1 counters on it at the same time, they're removed in pairs as a state-based action so that the permanent has only one of those kinds of counters on it."},{"date":"2023-02-04","text":"If a player or permanent has more than one kind of counter on it, and you choose for it to get additional counters, it must get one of each kind of counter it already has. You can't have it get just one kind of counter it already has and not the others."},{"date":"2023-02-04","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2023-02-04","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2023-02-04","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["mythic"]},"attuned hunter":{"name":"Attuned Hunter","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Ranger"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever one or more cards leave your graveyard during your turn, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more cards leave your graveyard during your turn, put a +1/+1 counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f652c593-e8fa-42ff-a8b4-206556b273de","metadata":{"source_printing_ids":["d1a4f502-86a9-49fb-9cb9-7918d13c5313"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rulings":[{"date":"2025-04-04","text":"If multiple cards leave your graveyard at the same time, Attuned Hunter’s last ability will trigger only once."}],"rarities":["uncommon"]},"augury owl":{"name":"Augury Owl","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, scry 3. (Look at the top three cards of your library, then put any number of them on the bottom and the rest on top in any order.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, scry 3.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"44c5f8e1-d9b8-4067-a60a-1ecc8bd11145","metadata":{"source_printing_ids":["0743a840-d129-4d30-85dc-6fda3e0dac5c","0bd65b44-e728-4584-b1c4-7db3fd4384e3","42b8b752-086c-4d7c-a0a2-e359819c550e","4e5b8297-406e-4aef-ba46-867c1bf4cc8e","e25dd284-ccc5-423c-830d-d3d331212293"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDI","J22","M11","PC2","PCA","PLST"],"rarities":["common"]},"auntie ool, cursewretch":{"name":"Auntie Ool, Cursewretch","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Warlock"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Ward—Blight 2. (To blight 2, a player puts two -1/-1 counters on a creature they control.)\nWhenever one or more -1/-1 counters are put on a creature, draw a card if you control that creature. If you don't control it, its controller loses 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":0}}}],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more -1/-1 counters are put on a creature, draw a card if you control that creature. If you don't control it, its controller loses 1 life.","constraint":null,"condition":null,"counter_filter":{"counter_type":"M1M1"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"e3cd53c1-86bd-4177-adb0-a1fa693b44c6","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9a2e4252-9fbc-4d43-8935-db2cafaa7b5f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["ECC"],"rulings":[{"date":"2025-11-17","text":"All of the -1/-1 counters must be put on a single creature. You can't choose to split them up between multiple creatures."},{"date":"2025-11-17","text":"If a creature has +1/+1 counters and -1/-1 counters on it, state-based actions remove the same number of each so that it has only one kind of those counters on it. For example, if a creature has three +1/+1 counters on it and two -1/-1 counters are put on it, state-based actions will remove two of each of those kinds of counters, leaving the creature with just one +1/+1 counter."},{"date":"2025-11-17","text":"If a creature that has +1/+1 counters on it receives enough -1/-1 counters to cause it to be destroyed by lethal damage or put into its owner's graveyard for having 0 or less toughness, effects that refer to the counters on that creature when it died will see all of those +1/+1 and -1/-1 counters."},{"date":"2025-11-17","text":"If you can't place -1/-1 counters on any creatures you control (probably because you control no creatures), you can't choose to blight."},{"date":"2025-11-17","text":"Once you've announced that you're casting a spell or activating an ability, players can't take actions until you've finished doing so. Notably, opponents can't try to destroy or otherwise remove your creatures to stop you from blighting as part of paying the cost of that spell or ability."},{"date":"2025-11-17","text":"The creature you choose to put -1/-1 counters on doesn't have to have enough toughness to survive the process. For example, if you blight 2, you can choose to put the counters on a 1/1 creature you control."}],"rarities":["mythic"]},"aurelia, the law above":{"name":"Aurelia, the Law Above","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, haste\nWhenever a player attacks with three or more creatures, you draw a card.\nWhenever a player attacks with five or more creatures, Aurelia deals 3 damage to each of your opponents and you gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste","Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Player"},"description":"Whenever a player attacks with three or more creatures, you draw a card.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"TriggeringPlayer"},"comparator":"GE","count":3},"batched":true},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":[],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Player"},"description":"Whenever a player attacks with five or more creatures, ~ deals 3 damage to each of your opponents and you gain 3 life.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"TriggeringPlayer"},"comparator":"GE","count":5},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"2a800427-ff8c-4b3c-baee-85211b70656d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1c5598d3-b66b-42a2-aa43-d2785c1bfe36","8f80c6e7-e9f9-4ca6-87f7-a52c96079e4a","c3f000f6-6a24-4daa-8552-bfc2634e6d83","f39c4234-3b5a-4114-871a-ae8dd5659e86"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"For both triggered abilities, it doesn't matter what happens to the attacking creatures in response. As long as a player attacked with at least the appropriate number of creatures, the effects of Aurelia's triggered abilities will still occur."}],"rarities":["rare"]},"aurelia, the warleader":{"name":"Aurelia, the Warleader","mana_cost":{"type":"Cost","shards":["Red","Red","White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, haste\nWhenever Aurelia attacks for the first time each turn, untap all creatures you control. After this phase, there is an additional combat phase.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste","Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks for the first time each turn, untap all creatures you control. After this phase, there is an additional combat phase.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"0f5a3a09-2f07-4774-9e0f-e99d9a444166","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1052bdb9-aa3c-4ec1-8f03-9fee90194518","1e7c2afb-e04e-4012-b8a2-7a7273b52136","4ec18e35-05e4-4bfc-b32b-c3e71c95a71d","7722682f-952c-4829-b4ef-e52300b7950e","7854156d-f6cd-4582-808e-4bc67672e4bb","7ae923f7-1bae-42d4-9f4d-281e70c9efe5","bc6ffc1c-575b-4116-83c9-d13b29886c35","d9400614-83bb-411a-b0c4-117deda4e802","dd984e2c-7145-4300-8358-ac72e2d16e75","ef2efb63-2bc4-4808-9ded-ba93d89dedea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","FDN","GK1","GTC","MAR","MUL","V15"],"rulings":[{"date":"2024-11-08","text":"Aurelia's last ability doesn't give you any additional main phases. This means that you will move directly from the end of combat step of one combat phase to the beginning of combat step of the next one."}],"rarities":["mythic"]},"avatar aang":{"name":"Avatar Aang","mana_cost":{"type":"Cost","shards":["Red","Green","White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Avatar","Ally"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, firebending 2\nWhenever you waterbend, earthbend, firebend, or airbend, draw a card. Then if you've done all four this turn, transform Avatar Aang.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Firebending":{"type":"Fixed","value":2}}],"abilities":[],"triggers":[{"mode":"ElementalBend","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"BendTypesThisTurn"}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you waterbend, earthbend, firebend, or airbend, draw a card. Then if you've done all four this turn, transform ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"b4872bac-5822-4c35-9b73-38c4e3ffa477","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["257928ba-27ae-4a11-ae41-76dfcd626ed4","d0467b6f-8c7d-4fcd-99f8-d335bb736484","fe29e909-50e9-4f04-b1a3-2cc5d7e3efe8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["PTLA","TLA"],"rarities":["mythic"]},"avatar of discord":{"name":"Avatar of Discord","mana_cost":{"type":"Cost","shards":["BlackRed","BlackRed","BlackRed"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Avatar"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"({B/R} can be paid with either {B} or {R}.)\nFlying\nWhen this creature enters, sacrifice it unless you discard two cards.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you discard two cards.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":2},"filter":null,"random":false,"self_ref":false},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"3f806353-592e-431c-a7dd-a4c64034f94d","metadata":{"source_printing_ids":["06824d21-600b-44cd-8b51-0d8379cb0b47","6a5eeb77-6e7b-4e32-bedd-02a04b7c123f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ARC","DIS","GK2","PDIS","PRM"],"rarities":["rare"]},"avatar roku":{"name":"Avatar Roku","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Avatar"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Firebending 4 (Whenever this creature attacks, add {R}{R}{R}{R}. This mana lasts until end of combat.)\n{8}: Create a 4/4 red Dragon creature token with flying and firebending 4.","non_ability_text":null,"flavor_name":null,"keywords":[{"Firebending":{"type":"Fixed","value":4}}],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Dragon","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Dragon"],"colors":["Red"],"keywords":["Flying",{"Firebending":{"type":"Fixed","value":4}}],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":8}},"sub_ability":null,"duration":null,"description":"{8}: Create a 4/4 red Dragon creature token with flying and firebending 4.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2f26f270-26d9-46d3-957f-19f52d51eb03","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["566d2a4c-5be0-573a-964f-89a13982c567"],"source_printing_ids":["4a8bdef0-c50c-4a30-81bc-507a8289a81b","95f2f5af-d405-4534-8683-5a9001f997b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["PTLA","TLA"],"rarities":["mythic"]},"avatar's wrath":{"name":"Avatar's Wrath","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to one target creature, then airbend all other creatures. (Exile them. While each one is exiled, its owner may cast it for {2} rather than its mana cost.)\nUntil your next turn, your opponents can't cast spells from anywhere other than their hands.\nExile Avatar's Wrath.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Battlefield","destination":"Exile","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Not","filter":{"type":"ParentTarget"}}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"ExileWithAltCost","cost":{"type":"Cost","shards":[],"generic":2}},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Air"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Choose up to one target creature, then airbend all other creatures.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"OpponentsOfSourceController"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"CastOnlyFromZones","allowed_zones":["Hand"]}}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":"Until your next turn, your opponents can't cast spells from anywhere other than their hands.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e3431dae-969c-4896-9f9e-a80e7bec4bdf","metadata":{"source_printing_ids":["4811072d-fac0-40dd-a5cf-9694d51b12cf","a24b3b8a-7742-4aa1-8da9-162dd1d49441"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rarities":["rare"]},"aven interrupter":{"name":"Aven Interrupter","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nWhen this creature enters, exile target spell. It becomes plotted. (Its owner may cast it as a sorcery on a later turn without paying its mana cost.)\nSpells your opponents cast from graveyards or from exile cost {2} more to cast.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"StackSpell"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"Plotted","turn_plotted":0},"target":{"type":"ParentTarget"},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile target spell. It becomes plotted.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InAnyZone","zones":["Graveyard","Exile"]}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells your opponents cast from graveyards or from exile cost {2} more to cast."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d31fd12f-b4dd-4bc3-ace4-703dabd0f607","metadata":{"source_printing_ids":["75143fdb-5651-4289-86df-76c9655a0599","d3ca43a4-d194-440f-8099-f1fa103a108d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ","PWCS"],"rulings":[{"date":"2024-04-12","text":"Exiling a card using its plot ability is a special action. Once you announce you're taking that action, no other player can respond by trying to remove that card from your hand."},{"date":"2024-04-12","text":"If a plotted card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-04-12","text":"If the plotted card's owner casts it, the spell has no relation to the spell that player originally cast. Any choices made for the original spell or effects affecting the original spell aren't carried over to the new one."},{"date":"2024-04-12","text":"If you're casting a plotted card from exile without paying its mana cost, you can't choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the plotted card has any mandatory additional costs, those must still be paid to cast the spell."},{"date":"2024-04-12","text":"Plot abilities are written \"Plot [cost],\" which means \"Any time you have priority during your main phase while the stack is empty, you may pay [cost] and exile this card from your hand. It becomes plotted.\""},{"date":"2024-04-12","text":"Spells that can't be countered can still be exiled by Aven Interrupter's triggered ability. They won't resolve."},{"date":"2024-04-12","text":"You can't cast a plotted card on the same turn it became plotted. On any future turn, you may cast that card from exile without paying its mana cost during your main phase while the stack is empty."},{"date":"2024-06-07","text":"If an instant or a card with flash is plotted this way, you can still cast it only when you have priority during your main phase while the stack is empty."}],"rarities":["rare"]},"awakening of vitu-ghazi":{"name":"Awakening of Vitu-Ghazi","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put nine +1/+1 counters on target land you control. It becomes a legendary 0/0 Elemental creature with haste named Vitu-Ghazi. It's still a land.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":9},"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetName","name":"Vitu-Ghazi"},{"type":"SetPower","value":0},{"type":"SetToughness","value":0},{"type":"AddSupertype","supertype":"Legendary"},{"type":"AddKeyword","keyword":"Haste"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Elemental"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a legendary 0/0 Elemental creature with haste named Vitu-Ghazi"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put nine +1/+1 counters on target land you control. It becomes a legendary 0/0 Elemental creature with haste named Vitu-Ghazi. It's still a land.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5c326102-005d-463c-b9f7-14b034b66baa","metadata":{"source_printing_ids":["b42b2fb4-8016-462c-8764-2639adec931f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PWAR","WAR"],"rulings":[{"date":"2019-05-03","text":"Awakening of Vitu-Ghazi doesn’t untap the land that becomes a creature."},{"date":"2019-05-03","text":"Awakening of Vitu-Ghazi’s effect lasts indefinitely. It doesn’t wear off during the cleanup step."},{"date":"2019-05-03","text":"The target land loses the name it had, and its name is just Vitu-Ghazi. It keeps any types and abilities it had."}],"rarities":["rare"]},"axgard braggart":{"name":"Axgard Braggart","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dwarf","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Boast — {1}{W}: Untap this creature. Put a +1/+1 counter on it. (Activate only if this creature attacked this turn and only once each turn.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Boast — {1}{W}: Untap ~. Put a +1/+1 counter on it.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"},{"type":"RequiresCondition","data":{"condition":{"type":"SourceAttackedThisTurn"}}}],"ability_tag":{"type":"Boast"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d0d4ab83-8b9b-49cd-86b8-720abd0550f4","metadata":{"source_printing_ids":["4de5ff64-6fe7-4fc5-be27-cdbaa14545ab"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM"],"rulings":[{"date":"2021-02-05","text":"A boast ability can be activated at any point after the creature with that ability has been declared as an attacker. This can be before blockers are declared, after blockers are declared but before combat damage is dealt, during combat after combat damage is dealt, during the postcombat main phase, during the end step, or, in some unusual cases, during the cleanup step."},{"date":"2021-02-05","text":"If a creature with a boast ability is put onto the battlefield attacking, it was never declared as an attacker. Its boast ability can't be activated that turn."},{"date":"2021-02-05","text":"If an effect adds additional combat phases to a turn and a creature with a boast ability attacks more than once during that turn, its boast ability can still be activated only once."},{"date":"2021-02-05","text":"If it's not your turn and you gain control of a creature with a boast ability after that creature attacked, you can activate that creature's boast ability if it hasn't been activated yet that turn."},{"date":"2021-02-05","text":"You can activate Axgard Braggart's boast ability even if Axgard Braggart is already untapped. You'll still put a +1/+1 counter on it."}],"rarities":["common"]},"azorius aethermage":{"name":"Azorius Aethermage","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever a permanent is returned to your hand, you may pay {1}. If you do, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Hand","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a permanent is returned to your hand, you may pay {1}. If you do, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"12971527-aa8e-4517-9b00-71474caebfd0","metadata":{"source_printing_ids":["6b640ff8-8baa-4069-b5a9-8a4fb22a056e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DIS"],"rulings":[{"date":"2006-05-01","text":"This ability will trigger whenever any permanent, including a token creature or Azorius Aethermage itself, is returned to your hand. It doesn’t matter who controlled the permanent or if it had ever actually been in your hand before."}],"rarities":["uncommon"]},"azorius herald":{"name":"Azorius Herald","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't be blocked.\nWhen this creature enters, you gain 4 life.\nWhen this creature enters, sacrifice it unless {U} was spent to cast it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 4 life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless {U} was spent to cast it.","constraint":null,"condition":{"type":"Not","condition":{"type":"ManaColorSpent","color":"Blue","minimum":1}},"batched":false}],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}],"replacements":[],"color_override":null,"color_identity":["Blue","White"],"scryfall_oracle_id":"a0476da9-51b1-4cd3-90c4-ad01d0e4c3d6","metadata":{"source_printing_ids":["1923ffb2-1fab-475a-914a-120312e26628","27231c97-4fec-4368-a140-cca2d6593e07","525dcef8-a5dc-49ca-819b-296611f70e63"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","DIS","GK2","PLST"],"rulings":[{"date":"2006-05-01","text":"If this enters in a way other than announcing it as a spell, then the appropriate mana can't have been paid, and you'll have to sacrifice it."}],"rarities":["uncommon"]},"azorius signet":{"name":"Azorius Signet","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Add {W}{U}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White","Blue"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Add {W}{U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue","White"],"scryfall_oracle_id":"e018773f-95b3-49a3-9674-6f04ddef2092","metadata":{"source_printing_ids":["0c9d0822-a6df-4cd4-80d6-520ea627791d","10f8b8fa-1d6e-4b5d-a871-914aa8b26ae6","1b6ed82a-42a9-4024-bcad-7c2899882767","20c8186f-4874-4870-b99f-73d333045d9a","20daf226-12c3-460c-b66a-e447346076d2","37063666-e5e1-4ef0-ac34-2ae47b323dde","40b0c4e7-1b0f-44ab-ac52-d86d449f555a","41c50b99-4a29-4bef-8d41-c548c8a61dac","4f42d990-a7da-4274-a6c0-4daeb56ba480","62ff1d33-e35a-4c7c-b2ba-207cf72ae5d4","63e1d70c-7b19-4679-9ddc-33496e26c539","64ce2373-6b2c-4248-a053-a7fc49f7c480","7a9492ab-04a3-4251-a47e-b51eaba0b909","ae246424-9574-4fce-b214-1923c62b244a","ce0c5827-568d-4af2-8948-7e0c9217f029","d91a527d-51f1-4fb1-9016-fc923fd43a6a","daa06f38-c8bc-4b34-bfd7-a606dd296a84","e7e4da73-2faa-4992-8f61-e668ce82ba17","f012f5c8-a974-40a4-9375-071e4d95182a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["AA1","ARC","BLC","BRC","C18","C20","CLU","CMM","DIS","DSC","GK2","KHC","MKC","MM3","NCC","NEC","PRM","RVR","SCD","SLD","TD0","TDC","VOC"],"rarities":["common","uncommon","rare"]},"azula, cunning usurper":{"name":"Azula, Cunning Usurper","mana_cost":{"type":"Cost","shards":["Blue","Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble","Rogue"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Firebending 2 (Whenever this creature attacks, add {R}{R}. This mana lasts until end of combat.)\nWhen Azula enters, target opponent exiles a nontoken creature they control, then they exile a nonland card from their graveyard.\nDuring your turn, you may cast cards exiled with Azula and you may cast them as though they had flash. Mana of any type can be spent to cast those spells.","non_ability_text":null,"flavor_name":null,"keywords":[{"Firebending":{"type":"Fixed","value":2}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, target opponent exiles a nontoken creature they control, then they exile a nonland card from their graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ExileCastPermission":{"frequency":"Unlimited","play_mode":"Cast","cost":"PayNormalCost","pool":"Persistent","timing":"YourTurnOnly","mana_spend_permission":"AnyTypeOrColor","grants_flash":true}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, you may cast cards exiled with ~ and you may cast them as though they had flash. Mana of any type can be spent to cast those spells."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"7c9e351d-2e6c-4050-9c3d-b15bb9255a4d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5b3352fd-f100-44c2-9e63-83be172317e9","daf30e1c-436d-4f23-b1d2-570619a4b7f5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"Casting an exiled card causes it to leave exile. You can't cast it multiple times."},{"date":"2025-10-02","text":"The six types of mana are white, blue, black, red, green, and colorless."},{"date":"2025-10-02","text":"You pay the costs for an exiled card if you cast it. You may pay any alternative costs the card has rather than the card's mana cost."}],"rarities":["rare"]},"azure beastbinder":{"name":"Azure Beastbinder","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rat","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nThis creature can't be blocked by creatures with power 2 or greater.\nWhenever this creature attacks, up to one target artifact, creature, or planeswalker an opponent controls loses all abilities until your next turn. If it's a creature, it also has base power and toughness 2/2 until your next turn.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"RemoveAllAbilities"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose all abilities"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"Opponent","properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have base power and toughness 2/2"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"HasObjectTarget"},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"use_lki":true}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, up to one target artifact, creature, or planeswalker an opponent controls loses all abilities until your next turn. If it's a creature, it also has base power and toughness 2/2 until your next turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":2}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked by creatures with power 2 or greater."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7bb51602-60e8-4730-b11c-2870d6b42e20","metadata":{"source_printing_ids":["211af1bf-910b-41a5-b928-f378188d1871","f493ef3c-673b-4e70-b957-0ee7b6d38216"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"A permanent that loses all abilities because of Azure Beastbinder's last ability may later gain abilities."},{"date":"2024-07-26","text":"Azure Beastbinder's last ability overwrites all previous effects that set the creature's base power and toughness to specific values. Any power- or toughness-setting effects that start to apply afterward will overwrite this effect."},{"date":"2024-07-26","text":"Effects that modify the creature's power and/or toughness, such as the effect of Overprotect, will apply to the creature no matter when they started to take effect. The same is true for counters that change its power and/or toughness and effects that switch its power and toughness."},{"date":"2024-07-26","text":"Once Azure Beastbinder has been blocked, increasing the blocking creature's power to 2 or greater won't cause Azure Beastbinder to become unblocked."}],"rarities":["rare"]},"bad moon":{"name":"Bad Moon","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Black creatures get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasColor","color":"Black"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Black creatures get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fc5d3341-cbce-49e5-93cc-8add92479dca","metadata":{"source_printing_ids":["061bd134-9d82-4118-959a-3be169ec1f9b","12d80fa4-80c8-4c16-ba35-3da7f83e7a18","43572906-ea74-4411-a549-5dc401591d2a","4658cb64-fe61-41c2-98b9-7dbb084141c4","4c84a788-89c9-4864-b834-0d9c3b315a70","58fbbc7f-1d6e-4a6c-b5df-33bc275ee514","6bb6d665-42f5-4f44-8797-16c0351ab3c0","820809c9-9462-494d-b03f-c36b41432403","882fe528-1a84-4d34-bd15-330963b684ff","8f8a75da-ea3c-43e7-9d32-1c92f8ec0fd2","9cb767eb-2161-4068-be80-c3cf68945393","9e74f6e6-bcb1-4c4a-bfdc-7262be98249e","aca216e2-27a5-40e1-bb61-0ddcd8ee02ae","bf812f48-633c-46ab-b0c3-4819ab1b4e49","d2a766a1-8382-4dc7-aba8-ebc325f7e61f","d9632653-6345-4f0a-ba62-15a9e2e5cb79","ecdddb5a-e8b4-4c16-a431-6104b4ad899e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","C14","CED","CEI","DDD","FBB","GVL","LEA","LEB","PLST","SUM","TSB"],"rarities":["rare","special"]},"bad wolf bay":{"name":"Bad Wolf Bay","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Earth"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, exile up to one target creature. Return it to the battlefield under its owner's control at the beginning of the next end step.\nWhen chaos ensues, cards can't enter from exile this turn. Then planeswalk.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, exile up to one target creature. Return it to the battlefield under its owner's control at the beginning of the next end step.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"CantEnterBattlefieldFrom","source":0,"expiry":{"type":"EndOfTurn"},"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"InAnyZone","zones":["Exile"]}]}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Planeswalk"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When chaos ensues, cards can't enter from exile this turn. Then planeswalk.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"706720f6-bb04-4a7b-8471-0f3d662d6eeb","metadata":{"source_printing_ids":["a068875e-9294-403d-a6db-15092b6c42d3"]},"legalities":{},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"You planeswalk immediately as the chaos ability resolves."}],"rarities":["common"]},"badgermole cub":{"name":"Badgermole Cub","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Badger","Mole"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, earthbend 1. (Target land you control becomes a 0/0 creature with haste that's still a land. Put a +1/+1 counter on it. When it dies or is exiled, return it to the battlefield tapped.)\nWhenever you tap a creature for mana, add an additional {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, earthbend 1.","constraint":null,"condition":null,"batched":false},{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"],"contribution":"Additional"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you tap a creature for mana, add an additional {G}.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2b0afb89-0944-4861-b9c3-e909e2ac215e","metadata":{"source_printing_ids":["340c5799-4964-44dd-8c48-8f3f3aba5211","be16c053-99e1-4921-8530-5135c989149d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"An ability that triggers \"whenever you tap a creature for mana\" triggers only if you activate a mana ability of a creature including {T} in its cost. Mana abilities that don't include the {T} symbol and instead say \"Tap an untapped creature you control\" or similar won't cause Badgermole Cub's second ability to trigger. Similarly, it won't trigger if you tap a creature to activate a mana ability of another object (even if that mana ability also includes {T})."},{"date":"2025-10-02","text":"Badgermole Cub's last ability is a triggered mana ability. It doesn't use the stack and can't be responded to."}],"rarities":["mythic"]},"bag of holding":{"name":"Bag of Holding","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you discard a card, exile that card from your graveyard.\n{2}, {T}: Draw a card, then discard a card.\n{4}, {T}, Sacrifice this artifact: Return all cards exiled with this artifact to their owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}, {T}: Draw a card, then discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Hand","target":{"type":"ExiledBySource"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{4}, {T}, Sacrifice ~: Return all cards exiled with ~ to their owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you discard a card, exile that card from your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"63c04040-e109-494e-baa6-c639a6c9a996","metadata":{"source_printing_ids":["23e799bd-87c7-4f62-87a9-6f8f8d459db8","290f4b4f-4f48-4031-b62a-91a0d6716ddd","49283832-54f2-4619-b4a9-750493c93292","6ea5e4e9-491b-4c80-8801-f4cd5225c601"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","CLB","HBG","J22","M20","PM20"],"rulings":[{"date":"2019-07-12","text":"If Bag of Holding is moved to exile when you sacrifice it (most likely due to Leyline of the Void's effect), it remains in exile. It won't be returned to your hand."},{"date":"2019-07-12","text":"If Bag of Holding leaves the battlefield, the items it contained are exiled forever (and, perhaps, scattered throughout the Astral Plane). If the same Bag of Holding card returns to the battlefield, it's considered a new object without access to the cards stored by the old object."},{"date":"2019-07-12","text":"If you control more than one Bag of Holding, you choose which one will hold the discarded card. Other Bags of Holding can't return that card."},{"date":"2019-07-12","text":"If you discard a card but that card is not in your graveyard as Bag of Holding's first ability resolves, that card remains wherever it has moved."},{"date":"2019-07-12","text":"You both draw and discard while Bag of Holding's second ability is resolving. No player may take any action—nor can anything else happen—until you've both drawn and discarded."}],"rarities":["uncommon","rare"]},"balance":{"name":"Balance","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player chooses a number of lands they control equal to the number of lands controlled by the player who controls the fewest, then sacrifices the rest. Players discard cards and sacrifice creatures the same way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"ScopedPlayer","properties":[]}}},"right":{"type":"Ref","qty":{"type":"ControlledByEachPlayer","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"aggregate":"Min"}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"ScopedPlayer"}}},"right":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"AllPlayers","aggregate":"Min"}}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]}}},"right":{"type":"Ref","qty":{"type":"ControlledByEachPlayer","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"aggregate":"Min"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":"Each player chooses a number of lands they control equal to the number of lands controlled by the player who controls the fewest, then sacrifices the rest. Players discard cards and sacrifice creatures the same way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"17fa98cd-ed8f-483f-9525-7e989a82ebb2","metadata":{"source_printing_ids":["0caf528a-1a26-4bf2-bb82-2dbbe4681d74","0f2c32a0-ee97-4239-94e3-aabab91dab83","107cfaa9-3457-4f59-89ad-4c7b57a87f14","1896db0e-efd3-46a6-8f98-eb744bbac72f","3095d590-f105-4338-b96c-4fc2972912ca","39a28a50-3130-485d-975c-26a0f40681a3","3f4f3c43-11bb-4678-b8fe-11e55a7d7831","5086b4dc-8066-4487-bd09-a04432291a54","6f9ea46a-411f-40ce-a873-a905180093f4","7ecf2cae-8bb6-48a9-9fb0-2930ce2a540a","8352e8b6-c947-49f3-a653-a6af65d3e9c3","8745833d-fa67-4af7-9f35-534ad99e7bef","8bf4940c-e83d-434a-80bb-48b087165379","a21b08d4-b43d-4c93-99e7-39dfe83ced91","a8619034-173c-4950-a0b4-1ae1dcfd0bc5","b17530a1-7be3-4af3-aa98-9476c69fa766","ce648aa3-098b-4af0-a433-fd290bc85904","d2823b1d-39bf-41ee-8e8b-99f12797408e","db3e219d-8e5e-44c7-97b3-2d489e2808b9","f48bc615-b40c-4c9d-9eda-a4f1cae6ac75","f5f345ec-d0a5-461f-b78f-5f888c6a828b"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","premodern":"banned","vintage":"restricted"},"printings":["2ED","30A","3ED","4BB","4ED","CED","CEI","EMA","FBB","G04","LEA","LEB","ME4","OLEP","PLST","PRM","PTC","SLD","SUM","V09","VMA"],"rulings":[{"date":"2016-06-08","text":"Balance doesn't have targets, so permanents that can't be targeted, such as a creature with shroud or protection from white, are valid choices to be sacrificed."},{"date":"2016-06-08","text":"Each type of object is counted during the corresponding part of the process. Cards in hand are counted after lands have been sacrificed, and creatures on the battlefield are counted after cards have been discarded. Thus, a land creature sacrificed to the first part of the spell would not be counted when determining how many creatures are on the battlefield for the last part."},{"date":"2016-06-08","text":"First the player whose turn it is chooses which lands (if any) to keep, then each other player in turn order does the same. Each player will know the choices made by the players who chose before them. All of the unchosen lands are then sacrificed simultaneously. Then the process is repeated for cards in hand, except that no cards are revealed until all players have chosen what to discard, at which point those cards are all discarded simultaneously. Lastly, the process is repeated for creatures, and players will again know earlier choices made when deciding what to sacrifice. All of the unchosen creatures are then sacrificed simultaneously."}],"rarities":["rare","mythic"]},"balduvian horde":{"name":"Balduvian Horde","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Barbarian"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, sacrifice it unless you discard a card at random.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you discard a card at random.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fd2a94d3-901d-4b46-aa9b-a30ed6dea6bd","metadata":{"source_printing_ids":["0fbcf78f-b5a9-4ed0-a409-d4565bebc56d","281b2063-3676-4249-a065-2c658dddf101","8e167a6c-05f8-4d90-9f6b-eb0f1046d54a","fe32f853-4afb-4a91-8b4c-0d647ce9c216","ffc86270-f268-49cc-a095-494659fd5b83"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["6ED","A25","ALL","BTD","DKM","ME1","OLEP","PLST","PRM","PWOR"],"rulings":[{"date":"2004-10-04","text":"You choose whether to discard or not on resolution. If not, then you sacrifice this card. You can choose to not discard even if you no longer control this card on resolution."}],"rarities":["common","rare"]},"balefire dragon":{"name":"Balefire Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, it deals that much damage to each creature that player controls.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, it deals that much damage to each creature that player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3d783beb-9ca6-4681-9276-fc3ad13b993f","metadata":{"source_printing_ids":["0782653e-9d8c-485b-b152-9353cd4f6ec8","11ec63a8-6cc7-44f0-9947-c9ff361ca0c8","2b442d62-f161-47b6-94c4-33c8a82d0192","37def363-c431-43b4-8c5f-933941507681","468d5308-2a6c-440e-a8d0-1c5e084afb82","55f132a1-5c06-45a4-b4a8-fa6b03ffa9f5","b0dce4ac-f472-4f3b-b01a-eff0902a578f","e4510ee2-8a2e-4fe5-94af-df420a6a35a0","fc65edbb-9690-4dd9-8542-10419729b92a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","INR","ISD","PLST","PUMA","SIS","UMA"],"rulings":[{"date":"2018-12-07","text":"The damage dealt by Balefire Dragon’s triggered ability isn’t combat damage."}],"rarities":["mythic"]},"baleful mastery":{"name":"Baleful Mastery","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may pay {1}{B} rather than pay this spell's mana cost.\nIf the {1}{B} cost was paid, an opponent draws a card.\nExile target creature or planeswalker.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":{"ChosenPlayer":{"index":0}},"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"If the {1}{B} cost was paid, an opponent draws a card.\nExile target creature or planeswalker.","target_prompt":null,"condition":{"type":"AlternativeManaCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"adfcdadd-ddda-477b-8e72-0cae2430fb63","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}}}],"metadata":{"source_printing_ids":["26e07454-2cca-4b9e-b175-e97c65b0d7b5","35f1a6ba-e46f-44fb-93f4-fb883d677b36","579e20e7-1395-4a6c-a836-ae3419fc8808","fcefe86f-9998-4259-bf71-2b2ed1d6bf50"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["OTC","PLST","PRM","PSTX","STX"],"rulings":[{"date":"2021-04-16","text":" If an effect increases or decreases the cost of spells you cast, that cost increase or decrease is applied to the alternative cost you chose to pay. In that case, the cost was still paid for the purposes of the effect, even if you paid more or less for it when it was cast."},{"date":"2021-04-16","text":" If you choose to pay one alternative cost, you can't pay any other alternative costs. For example, if an effect lets you cast a \"Mastery\" spell \"without paying its mana cost,\" you can't also choose to pay its given alternative cost."},{"date":"2021-04-16","text":" If you copy a \"Mastery\" spell and the alternative cost was paid, the copy will resolve as though the cost was paid."},{"date":"2021-04-16","text":" In a multiplayer game, you choose which opponent takes the prescribed action as the spell resolves."},{"date":"2021-04-16","text":" The mana value of a spell on the stack is determined by its mana cost, not any alternative costs you used to pay for it."}],"rarities":["rare"]},"ball lightning":{"name":"Ball Lightning","mana_cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Trample (This creature can deal excess combat damage to the player or planeswalker it's attacking.)\nHaste (This creature can attack and {T} as soon as it comes under your control.)\nAt the beginning of the end step, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7485cf25-eb41-4397-be13-7f0b8c10c70a","metadata":{"source_printing_ids":["0549ad58-1346-4230-b518-36ce87abfb08","0aab429c-0ac5-4829-a1e5-aad379851e20","3259a9d0-0add-4cf1-958c-9367c7441c62","3ede7920-e219-4e9d-bfa5-e0f562460914","4fafaeae-fc2e-45cb-8c56-39e33723992c","5f27dbf0-6818-40ea-832d-10686b4c2900","635f581e-3954-4e46-82ff-ca2de3d64af6","6bccf9a0-8d93-4b5e-ada0-1f19f260e5a8","b2c3e3dc-1ed7-4fbc-8b58-6cd9e689c6a5","c1ba83ab-83f5-421d-bba1-0f925870b5c8","d9b53218-804b-4992-9c93-a797dd6b2a04","f7dbc123-83f1-40db-8a9e-a54f1142a69d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","A25","BTD","DRK","FDN","G01","JMP","M10","MB2","ME1","P30A","PD2","PRM","REN","WC98"],"rulings":[{"date":"2007-02-01","text":"The creature is sacrificed at the end of every turn in which it is on the battlefield. There is no choice about what turn to sacrifice it."}],"rarities":["uncommon","rare"]},"balloon stand":{"name":"Balloon Stand","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Attraction"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Visit — Choose one.\n• Create a 1/1 red Balloon creature token with flying.\n• Sacrifice a Balloon. If you do, target creature gains flying until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"• Create a 1/1 red Balloon creature token with flying."},"cost":null,"sub_ability":null,"duration":null,"description":"• Create a 1/1 red Balloon creature token with flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"• Sacrifice a Balloon. If you do, target creature gains flying until end of turn."},"cost":null,"sub_ability":null,"duration":null,"description":"• Sacrifice a Balloon. If you do, target creature gains flying until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"VisitAttraction","execute":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"abb6f51b-2a14-44ac-8c19-e135c9deb1ea","metadata":{"related_token_ids":["aeaa0582-78d4-5bbb-848d-472aa3bbb01c"],"source_printing_ids":["26bb8928-8178-439b-803e-35f5681b8ff4","2e9eaed8-e956-4fb2-a23d-3d442cd2fa5c","41a7de59-f3d4-4092-b23d-0e519a108ced","7412ea3f-646c-41bd-be94-cf2a2c0cee14"]},"legalities":{"commander":"legal","duel":"banned","oathbreaker":"banned"},"printings":["UNF"],"rarities":["uncommon"]},"bane, lord of darkness":{"name":"Bane, Lord of Darkness","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"As long as your life total is less than or equal to half your starting life total, Bane has indestructible.\nWhenever another nontoken creature you control dies, target opponent may have you draw a card. If they don't, you may put a creature card with equal or lesser toughness from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"OriginalController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever another nontoken creature you control dies, target opponent may have you draw a card. If they don't, you may put a creature card with equal or lesser toughness from your hand onto the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"StartingLifeTotal"}},"divisor":2,"rounding":"Down"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your life total is less than or equal to half your starting life total, ~ has indestructible."}],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"ca507eea-1b04-4488-813e-ca970640e227","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1a576d17-693d-4cc1-bb5b-bf81c74de03b","3a4ab793-0dac-4b38-ae43-2e3fe454a6b2","5176ed32-2548-41cb-8128-28a9a73acdf9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"Bane's last ability looks at the toughness of the creature that died, not Bane's toughness."},{"date":"2022-06-10","text":"If Bane, Lord of Darkness is dealt lethal damage at the same time that its controller's life total is reduced to less than or equal to half their starting life total, Bane will have indestructible at the time state-based actions are performed and survive."}],"rarities":["rare"]},"baneslayer angel":{"name":"Baneslayer Angel","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, first strike, lifelink, protection from Demons and from Dragons","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flying","Lifelink",{"Protection":{"CardType":"demons"}},{"Protection":{"CardType":"dragons"}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0e11792b-7fe5-4208-aa0b-e5d09b2b65fe","metadata":{"source_printing_ids":["0b0974b4-b306-4026-b0a8-22bd9da3e384","4bd3014b-94bb-4a9f-92cf-239a2dcc7e97","6764ea7b-ccb3-4f39-b8ba-654a186210b9","ff70c4ff-a241-4333-bd8f-9f0ed5a0333b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M10","M11","M21","PM21","PRM","V15"],"rulings":[{"date":"2009-10-01","text":"“Protection from Demons and from Dragons” means the following: -- Baneslayer Angel can't be blocked by creatures with the creature type Demon or the creature type Dragon. -- Baneslayer Angel can't be targeted abilities from sources with the creature type Demon or the creature type Dragon, or by spells with either of those types. -- All damage that would be dealt to Baneslayer Angel by sources with the creature type Demon or the creature type Dragon is prevented. -- Baneslayer Angel can't be enchanted by Auras or equipped by artifacts that have somehow gotten the creature type Demon or the creature type Dragon."}],"rarities":["mythic"]},"banewhip punisher":{"name":"Banewhip Punisher","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may put a -1/-1 counter on target creature.\n{B}, Sacrifice this creature: Destroy target creature that has a -1/-1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"M1M1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{B}, Sacrifice ~: Destroy target creature that has a -1/-1 counter on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may put a -1/-1 counter on target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d46c397c-e772-4a29-bbd2-1d7b47a461e8","metadata":{"source_printing_ids":["005a19e2-c334-4b87-bc8b-55f62fc9abd9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["HOU"],"rarities":["uncommon"]},"banishing light":{"name":"Banishing Light","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile target nonland permanent an opponent controls until this enchantment leaves the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile target nonland permanent an opponent controls until ~ leaves the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f28b21a6-f7ce-437a-8c5b-0423cb55cefb","metadata":{"source_printing_ids":["078a222f-2efb-44ed-95d8-6435bd026611","0858ab5a-930c-44f0-9621-4dd634cf39c6","25a06f82-ebdb-4dd6-bfe8-958018ce557c","4912c7ab-80cc-4901-8a94-9dcd37fb7995","790948d3-749a-420f-9d12-31def444461f","961b1464-928e-41b9-bc73-c47df94e0e8e","974b6f2b-123d-48e3-a9e0-9f764c9e4e9a","9f27dd19-a475-4024-aecf-ba6142806656","a1ddd113-140f-49c9-b45c-cf1b0d1dffd8","b0625a7f-21fb-4dfb-8d28-a7d010ff1688","c45f11cd-a0aa-4d14-aa21-57f0969f3e2b","d35bad68-e1a9-4cdc-bd68-cee4ccebef6c","e38dc3b3-1629-491b-8afd-0e7a9a857713","e45da7c2-d869-4b51-956c-287d0b0d2df4","fbaa4800-30cc-4a80-a6cc-9a24ada9eb40"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["AJMP","BLB","C15","CM2","EOE","F14","FDN","J25","JOU","KHC","LTC","PLST","PRM","SCD","THB","TSR","ZNC"],"rulings":[{"date":"2021-03-19","text":"Auras attached to the exiled permanent will be put into their owners' graveyards. Any Equipment will become unattached and remain on the battlefield. Any counters on the exiled permanent will cease to exist. When the card returns to the battlefield, it will be a new object with no connection to the card that was exiled."},{"date":"2021-03-19","text":"If Banishing Light leaves the battlefield before its triggered ability resolves, the target permanent won't be exiled."},{"date":"2021-03-19","text":"If a token is exiled this way, it will cease to exist and won't return to the battlefield."},{"date":"2021-03-19","text":"If an Aura is exiled this way, its owner chooses what it will enchant as it returns to the battlefield. An Aura put onto the battlefield this way doesn't target anything (so it could be attached to a permanent with shroud, for example), but the Aura's enchant ability restricts what it can be attached to. If the Aura can't legally be attached to anything, it remains in exile for the rest of the game."},{"date":"2025-07-25","text":"Auras attached to the exiled permanent will be put into their owners’ graveyards. Any Equipment will become unattached and remain on the battlefield. Any counters on the exiled permanent will cease to exist. When the card returns to the battlefield, it will be a new object with no connection to the card that was exiled."},{"date":"2025-07-25","text":"If Banishing Light leaves the battlefield before its triggered ability resolves, the target permanent won’t be exiled."},{"date":"2025-07-25","text":"If a token is exiled this way, it will cease to exist and won’t return to the battlefield."},{"date":"2025-07-25","text":"If an Aura is exiled this way, its owner chooses what it will enchant as it returns to the battlefield. An Aura put onto the battlefield this way doesn’t target anything (so it could be attached to a permanent an opponent controls with hexproof, for example), but the Aura’s enchant ability restricts what it can be attached to. If the Aura can’t legally be attached to anything, it remains in exile for the rest of the game."}],"rarities":["common","uncommon","special"]},"banner of kinship":{"name":"Banner of Kinship","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose a creature type. This artifact enters with a fellowship counter on it for each creature you control of the chosen type.\nCreatures you control of the chosen type get +1/+1 for each fellowship counter on this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenCreatureType"}]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"fellowship"}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"fellowship"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control of the chosen type get +1/+1 for each fellowship counter on ~."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"fellowship","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenCreatureType"}]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"8c220dbd-6572-4715-aae6-dd09a4252d68","metadata":{"source_printing_ids":["19a9b8b0-c1ba-48c3-8f90-6af6948274ee","1fa434d9-c0c2-47f2-85ba-d2258ad91f58","a14c16c0-4053-46b0-8fa6-be8b4a7a1c8a","e4709aed-a74b-4319-87c1-40f14cca6dad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PFDN"],"rarities":["rare"]},"baral's expertise":{"name":"Baral's Expertise","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return up to three target artifacts and/or creatures to their owners' hands.\nYou may cast a spell with mana value 4 or less from your hand without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Hand"}]},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return up to three target artifacts and/or creatures to their owners' hands.\nYou may cast a spell with mana value 4 or less from your hand without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":3}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a1cdcb8c-1e12-4d39-aa4a-db678a80df9c","metadata":{"source_printing_ids":["0f3bb535-dd33-430d-aace-7cf73d437890","7cad2555-1aba-48ef-bbe4-6e9985423be7","d273f5b7-b3a3-485a-acc8-34e10a504646","d5beecd5-4267-454d-87db-24d476e1f352"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","KLR","OTC","PAER","TDC"],"rulings":[{"date":"2017-02-09","text":"A card's mana value is determined solely by the mana symbols printed in its upper right corner. The mana value is the total amount of mana in that cost, regardless of color. For example, a card with mana cost {1}{U}{U} has mana value 3. Ignore any alternative costs, additional costs, cost increases, or cost reductions that could apply to it. A card with no mana cost has a mana value of 0."},{"date":"2017-02-09","text":"Any triggered abilities that trigger while performing the Expertise spell's first effect won't be put onto the stack until after you're done casting your free spell. They're put onto the stack at the same time as any abilities that triggered while casting that spell regardless of the order in which those abilities triggered."},{"date":"2017-02-09","text":"Effects that allow you to \"cast\" a card don't allow you to play a land card."},{"date":"2017-02-09","text":"If the Expertise spell you cast has any targets, and those targets become illegal before the spell resolves, the spell doesn't resolve and none of its effects happen. You won't get to cast a free spell."},{"date":"2017-02-09","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2017-02-09","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs, such as emerge costs. You can, however, pay additional costs. If the card has any mandatory additional costs, such as that of Cathartic Reunion, you must pay those to cast the card."},{"date":"2017-02-09","text":"The card that you cast may be an artifact or creature that was returned to your hand by this spell."},{"date":"2017-02-09","text":"While you're casting your free spell, the Expertise spell is still on the stack. It will be put into its owner's graveyard after the free spell is cast. The free spell can't target the Expertise card in your graveyard. It can target the Expertise spell on the stack, but the Expertise spell will become an illegal target before the free spell resolves."},{"date":"2017-04-18","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If an expertise spell allows you to cast a split card, you may cast either half or, if that split card has fuse, both halves."}],"rarities":["rare"]},"barbarian class":{"name":"Barbarian Class","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Class"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Gain the next level as a sorcery to add its ability.)\nIf you would roll one or more dice, instead roll that many dice plus one and ignore the lowest roll.\n{1}{R}: Level 2\nWhenever you roll one or more dice, target creature you control gets +2/+0 and gains menace until end of turn.\n{2}{R}: Level 3\nCreatures you control have haste.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"If you would roll one or more dice, instead roll that many dice plus one and ignore the lowest roll."},"cost":null,"sub_ability":null,"duration":null,"description":"If you would roll one or more dice, instead roll that many dice plus one and ignore the lowest roll.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":2},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{R}: Level 2","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":1}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":3},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{R}: Level 3","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"RolledDie","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Menace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+0 and gains menace"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll one or more dice, target creature you control gets +2/+0 and gains menace until end of turn.","constraint":null,"condition":{"type":"ClassLevelGE","level":2},"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"ClassLevelGE","level":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have haste."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"59faa1b9-17aa-4f2c-a8f8-17ab50392b36","metadata":{"source_printing_ids":["647c2269-bdc7-4455-9158-73abbff6e50e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR"],"rulings":[{"date":"2021-07-23","text":"Each Class has five abilities. The three in the major sections of its text box are class abilities. Class abilities can be static, activated, or triggered abilities. The other two are level abilities, one activated ability to advance the Class to level 2 and another to advance the Class to level 3."},{"date":"2021-07-23","text":"Each Class starts with only the first of three class abilities. As the first level ability resolves, the Class becomes level 2 and gains the second class ability. As the second level ability resolves, the Class becomes level 3 and gains the third class ability."},{"date":"2021-07-23","text":"Gaining a level is a normal activated ability. It uses the stack and can be responded to."},{"date":"2021-07-23","text":"Gaining a level won't remove abilities that a Class had at a previous level."},{"date":"2021-07-23","text":"Some Class cards have an effect that increases when more are under your control. For example, if you have multiple Barbarian Class cards, you roll that many additional dice and ignore that many of the lowest rolls."},{"date":"2021-07-23","text":"You can multiclass or even control multiple Class enchantments of the same class. Each Class permanent tracks its own level separately."},{"date":"2021-07-23","text":"You can't activate the first level ability of a Class unless that Class is level 1. Similarly, you can't activate the second level ability of a Class unless that Class is level 2."}],"rarities":["uncommon"]},"bark of doran":{"name":"Bark of Doran","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +0/+1.\nAs long as equipped creature's toughness is greater than its power, it assigns combat damage equal to its toughness rather than its power.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +0/+1."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"},{"type":"ToughnessGTPower"}]},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as equipped creature's toughness is greater than its power, it assigns combat damage equal to its toughness rather than its power."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"db3ba239-2239-4e9d-ad70-cff32ed24578","metadata":{"source_printing_ids":["98210276-1b85-4db5-8ab4-ecb08f5d2ee2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rulings":[{"date":"2025-11-17","text":"Bark of Doran's second ability doesn't actually change any creature's power. It changes only the amount of combat damage the creature assigns. All other rules and effects that check power or toughness use the real values, even if they cause damage \"equal to a creature's power\" to be dealt."}],"rarities":["uncommon"]},"baron helmut zemo":{"name":"Baron Helmut Zemo","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble","Villain"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a black spell from your hand, Baron Helmut Zemo connives.\nBoast — Exile any number of black cards from your graveyard with fifteen or more black mana symbols among their mana costs: Copy those exiled cards. You may cast up to three of the copies without paying their mana costs. (Activate only if this creature attacked this turn and only once each turn.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CastCopyOfCard","target":{"type":"TrackedSet","id":0},"cost":{"type":"Cost","shards":[],"generic":0},"count":{"type":"Fixed","value":3}},"cost":{"type":"ExileWithAggregate","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"Black"},{"type":"InZone","zone":"Graveyard"}]},"function":"Sum","property":{"ManaSymbolCount":"Black"},"comparator":"GE","value":15,"zone":"Graveyard"},"sub_ability":null,"duration":null,"description":"Boast — Exile any number of black cards from your graveyard with fifteen or more black mana symbols among their mana costs: Copy those exiled cards. You may cast up to three of the copies without paying their mana costs.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"},{"type":"RequiresCondition","data":{"condition":{"type":"SourceAttackedThisTurn"}}}],"ability_tag":{"type":"Boast"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Connive","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"HasColor","color":"Black"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"spell_cast_origin":{"type":"Equals","data":"Hand"},"description":"Whenever you cast a black spell from your hand, ~ connives.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0fe6c042-1182-4392-8938-fee36149d74f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1ff8f5aa-a450-4399-bd3a-a8f6b221bab0","c2aadc25-7755-4bc8-a8af-b01d27eec364"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"barrage of boulders":{"name":"Barrage of Boulders","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Barrage of Boulders deals 1 damage to each creature you don't control.\nFerocious — If you control a creature with power 4 or greater, creatures can't block this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 1 damage to each creature you don't control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBlock","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Battlefield"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Ferocious — If you control a creature with power 4 or greater, creatures can't block this turn.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"71a756f3-cd1e-4047-90ac-eda096b90647","metadata":{"source_printing_ids":["2eb1a9f7-32ba-48fd-a7f7-788b0ec052c6","9798ddb8-45eb-4d60-969e-3278aa47efba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KTK","PLST"],"rulings":[{"date":"2014-09-20","text":"Barrage of Boulders deals damage only to creatures you don’t control as it resolves. However, the ferocious ability affects all creatures, including ones you control and ones that weren’t on the battlefield as Barrage of Boulders resolved."},{"date":"2014-09-20","text":"Ferocious abilities of instants and sorceries that don’t use the word “instead” will provide an additional effect if you control a creature with power 4 or greater as they resolve."},{"date":"2014-09-20","text":"Some ferocious abilities that appear on instants and sorceries use the word “instead.” These spells have an upgraded effect if you control a creature with power 4 or greater as they resolve. For these, you only get the upgraded effect, not both effects."}],"rarities":["common"]},"barrensteppe siege":{"name":"Barrensteppe Siege","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Abzan or Mardu.\n• Abzan — At the beginning of your end step, put a +1/+1 counter on each creature you control.\n• Mardu — At the beginning of your end step, if a creature died under your control this turn, each opponent sacrifices a creature of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put a +1/+1 counter on each creature you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Abzan"},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if a creature died under your control this turn, each opponent sacrifices a creature of their choice.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"And","conditions":[{"type":"ChosenLabelIs","label":"Mardu"},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Abzan","Mardu"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Abzan or Mardu.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"228d3307-69a9-45ce-a610-77754ed50877","metadata":{"source_printing_ids":["2556a35b-2229-42c7-8cb3-c8c668403dd2","c09d4015-f101-4529-a603-c66192dcfd92"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Barrensteppe Siege’s Mardu ability will check as the end step starts to see if a creature died under your control this turn. If none did, the ability won’t trigger at all."},{"date":"2025-04-04","text":"If you somehow control Barrensteppe Siege and no choice was made for it (perhaps because another permanent on the battlefield became a copy of it), it has neither of the two abilities."}],"rarities":["rare"]},"barrin, tolarian archmage":{"name":"Barrin, Tolarian Archmage","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Barrin enters, return up to one other target creature or planeswalker to its owner's hand.\nAt the beginning of your end step, if a permanent was put into your hand from the battlefield this turn, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[{"type":"Another"}]}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return up to one other target creature or planeswalker to its owner's hand.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if a permanent was put into your hand from the battlefield this turn, draw a card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Hand","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"f98f7cb7-90ca-41e7-9f1d-8054931ecf0e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1ba45332-1231-41be-ae79-454674b70ff4","cb078fbb-beb9-4c0b-be93-ed1e73e6f8d8","fc3765b7-bd99-4c66-8761-1c9cc5bd8666"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","M21","PM21","PRM"],"rulings":[{"date":"2020-06-23","text":"Barrin's last ability checks the entire turn, even before Barrin was on the battlefield."},{"date":"2020-06-23","text":"If a permanent wasn't put into your hand from the battlefield before your end step begins, Barrin's ability doesn't trigger at all."},{"date":"2020-06-23","text":"If a token is returned to your hand, it's put there before it ceases to exist."},{"date":"2020-06-23","text":"The permanent that was returned to your hand doesn't have to still be there."},{"date":"2020-06-23","text":"You draw only one card, no matter how many permanents were put into your hand from the battlefield during that turn."}],"rarities":["rare"]},"basalt monolith":{"name":"Basalt Monolith","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact doesn't untap during your untap step.\n{T}: Add {C}{C}{C}.\n{3}: Untap this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":3}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantUntap","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ doesn't untap during your untap step."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"6b8cf2a0-b045-4d91-9d91-c602d40c6237","metadata":{"source_printing_ids":["0b0595fe-3042-4fcd-9f8e-a0f601f858c4","4744e0a0-c17b-4700-8897-528d2b57adda","4f0b7b8e-45b0-4947-9a95-bccc6b725a37","574540bc-d654-4363-b1f5-31bd0891b377","5a72cd4b-5b47-46b8-b230-4b246f97221f","66a74c89-6f86-4ec8-af17-391cd5026054","81d73362-43c1-4dd0-87dd-9aa7ae13ff2f","97d8dbc9-d9f3-4e8e-95d2-27917c152a29","b90331d4-74f0-43bf-8ed2-f8616d782859","c595b4d2-2bee-4fdd-a34e-46355732e2b1","ce83b405-7b0b-4c3a-8a17-14a279ef4c14","d4f3e497-7584-42b4-ad37-845c4a8dce43","e5951ebc-8fee-4305-a776-b2bd751c9818","f79de5e7-1545-420c-bfe1-ee2444fca85b","ff27694e-0381-4ac9-ba20-d631d468f275"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2ED","2XM","30A","3ED","C13","C15","CED","CEI","CM2","CMA","FBB","LEA","LEB","LTC","MB2","ME4","PRM","PZ1","SUM"],"rulings":[{"date":"2020-08-07","text":"Basalt Monolith's last ability can untap it as often as you can pay for it. If you believe you've found a way to generate an unbounded amount of mana with it, you're probably right."}],"rarities":["uncommon"]},"basalt ravager":{"name":"Basalt Ravager","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, it deals X damage to any target, where X is the greatest number of creatures you control that have a creature type in common.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectCountBySharedQuality","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"quality":"CreatureType","aggregate":"Max"}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals X damage to any target, where X is the greatest number of creatures you control that have a creature type in common.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"980c32ff-c154-4ac9-adc2-ed3a85c8d71c","metadata":{"source_printing_ids":["b32aea04-04f7-48a8-a8ab-8b38fa53da3b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM"],"rulings":[{"date":"2021-02-05","text":"The amount of damage dealt is calculated as the triggered ability resolves based on the creatures you control at that time, including Basalt Ravager itself if it’s still under your control. You’ll always use the greatest number possible. You don’t need to choose any creature types. For example, if you control a Giant Wizard, a Giant Warrior, an Elf Warrior, and a Kor Warrior at that time, Basalt Ravager will deal 3 damage."}],"rarities":["uncommon"]},"basilica skullbomb":{"name":"Basilica Skullbomb","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, Sacrifice this artifact: Draw a card.\n{2}{W}, Sacrifice this artifact: Target creature you control gets +2/+2 and gains flying until end of turn. Draw a card. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}, Sacrifice ~: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+2 and gains flying"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{2}{W}, Sacrifice ~: Target creature you control gets +2/+2 and gains flying until end of turn. Draw a card. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"43057d84-b424-489c-abec-3fb4cb823d80","metadata":{"source_printing_ids":["8e2f0ae2-db68-4338-93f9-9d9268cec41e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE"],"rulings":[{"date":"2023-02-04","text":"If the target of Basilica Skullbomb's last ability isn't a legal target as the ability tries to resolve (probably because it has left the battlefield), you won't draw a card."}],"rarities":["common"]},"basking broodscale":{"name":"Basking Broodscale","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi","Lizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Devoid (This card has no color.)\n{1}{G}: Adapt 1. (If this creature has no +1/+1 counters on it, put a +1/+1 counter on it.)\nWhenever one or more +1/+1 counters are put on this creature, you may create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice this token: Add {C}.\"","non_ability_text":null,"flavor_name":null,"keywords":["Devoid"],"abilities":[{"kind":"Activated","effect":{"type":"Adapt","count":{"type":"Fixed","value":1}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{G}: Adapt 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Eldrazi Spawn","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Eldrazi","Spawn"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice ~: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more +1/+1 counters are put on ~, you may create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice ~: Add {C}.\"","constraint":null,"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetColor","colors":[]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[],"color_override":[],"color_identity":["Green"],"scryfall_oracle_id":"a7c69802-99c4-4778-934e-cc09ba58c267","metadata":{"related_token_ids":["05897422-e2c4-5f20-93af-97fe0ba44515"],"source_printing_ids":["5feba5d6-99a6-4e9b-8a7d-90d955868fc3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"banned","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rulings":[{"date":"2024-06-07","text":"A card with devoid is just colorless. It's not colorless and the colors of mana in its mana cost."},{"date":"2024-06-07","text":"Devoid doesn't affect the color identity of the card for the purposes of the Commander variant. For example, while Abstruse Appropriation is colorless because it has devoid, its color identity is still white and black, and it can't be included in a Commander deck where the commander's color identity doesn't include both white and black."},{"date":"2024-06-07","text":"Devoid works in all zones, not just on the battlefield."},{"date":"2024-06-07","text":"If a card loses devoid, it will still be colorless. This is because effects that change an object's color (like the one created by devoid) are considered before the object loses devoid."},{"date":"2024-06-07","text":"If a creature somehow loses all of its +1/+1 counters, it can adapt again and get more +1/+1 counters."},{"date":"2024-06-07","text":"Other cards and abilities can give a card with devoid a color. If that happens, it's just the new color, not that color and colorless."},{"date":"2024-06-07","text":"You can always activate an ability that will cause a creature to adapt. As that ability resolves, if the creature has a +1/+1 counter on it for any reason, you simply won't put any +1/+1 counters on it."}],"rarities":["common"]},"batterskull":{"name":"Batterskull","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Living weapon (When this Equipment enters, create a 0/0 black Phyrexian Germ creature token, then attach this to it.)\nEquipped creature gets +4/+4 and has vigilance and lifelink.\n{3}: Return this Equipment to its owner's hand.\nEquip {5}","non_ability_text":null,"flavor_name":null,"keywords":["LivingWeapon"],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}: Return ~ to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},"sub_ability":null,"duration":null,"description":"Equip {5}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Phyrexian Germ","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature","Phyrexian","Germ"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Living weapon — create Phyrexian Germ token and attach","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":4},{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +4/+4 and has vigilance and lifelink."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"d12e5ce0-5705-4c35-9a93-b883db52c80c","metadata":{"related_token_ids":["1799d4b5-48a4-507d-90e9-53c34f2d5724"],"source_printing_ids":["2abc5ac8-b944-4b71-b022-c78183eb92c3","b7f16fdf-a3f5-462d-a64a-789d893b6ef5","cd114ec3-d286-4c70-a122-3043bc53cc88","f37c9abd-3d79-4c2e-8d8f-c3157a2a9db6","f5358745-44d8-4452-9cee-06ec6006214b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","AA3","NPH","PGPX","PLST","PRM","SLD"],"rulings":[{"date":"2020-08-07","text":"If the Germ token is destroyed, the Equipment remains on the battlefield as with any other Equipment."},{"date":"2020-08-07","text":"If the living weapon trigger causes two Germs to be created (due to an effect such as that of Doubling Season), the Equipment becomes attached to one of them. The other will be put into your graveyard and subsequently cease to exist, unless another effect raises its toughness above 0."},{"date":"2020-08-07","text":"Like other Equipment, each Equipment with living weapon has an equip cost. You can pay this cost to attach an Equipment to another creature you control. Once the Germ token is no longer equipped, it will be put into your graveyard and subsequently cease to exist, unless another effect raises its toughness above 0."},{"date":"2020-08-07","text":"The Germ token enters the battlefield as a 0/0 creature and the Equipment becomes attached to it before state-based actions would cause the token to die. Abilities that trigger as the token enters the battlefield see that a 0/0 creature entered the battlefield."},{"date":"2020-08-07","text":"The ability to return Batterskull to its owner's hand can be activated only if Batterskull is on the battlefield. If Batterskull is no longer on the battlefield when the ability resolves, Batterskull remains in its new zone and isn't returned to its owner's hand."}],"rarities":["mythic"]},"battery":{"name":"Battery","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create a 3/3 green Elephant creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Elephant","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"types":["Creature","Elephant"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create a 3/3 green Elephant creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"fcdeb83f-531c-4087-9254-7f19eb065f00","metadata":{"related_token_ids":["ed4b719a-b918-59b4-ba00-ecf427f0643f","ee98a86d-1691-56eb-ab6f-337e3ec7cd1b"],"source_printing_ids":["0ec6a889-c941-4898-a2f6-4d3863faf535","4a9f1e99-9de8-45cb-b035-4f920477e2e5","9b2ca0a2-0a18-4d9e-b953-52018af3c65b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["DMR","HOP","INV","TSB"],"rarities":["uncommon","special"]},"battlefield scavenger":{"name":"Battlefield Scavenger","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Jackal","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"You may exert this creature as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, you may discard a card. If you do, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you exert a creature, you may discard a card. If you do, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f88b0634-144a-4a33-a369-62df8edf05fe","metadata":{"source_printing_ids":["c5adb7de-47f0-4969-85dc-6b64f04b9517","dd60929e-2f01-4489-a009-44737152404a","f0eb1a40-8239-4544-96a1-a4acaf7e2054"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","J25"],"rulings":[{"date":"2017-04-18","text":"All cards in the Amonkhet set that let you exert a creature let you do so as you declare it as an attacking creature, as do some of the cards in the Hour of Devastation set. You can't do so later in combat, and creatures put onto the battlefield attacking can't be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2017-04-18","text":"If an exerted creature is already untapped during your next untap step (most likely because it had vigilance or an effect untapped it), exert's effect preventing it from untapping expires without having done anything."},{"date":"2017-04-18","text":"If you gain control of another player's creature until end of turn and exert it, it will untap during that player's untap step."},{"date":"2017-04-18","text":"Some cards have abilities that trigger whenever you exert any creature. These abilities trigger when you exert that creature or any other creature you control."},{"date":"2017-04-18","text":"You can't exert a creature unless an effect allows you to do so. Similar effects that \"tap and freeze\" a creature (such as that of Decision Paralysis) don't exert that creature."}],"rarities":["uncommon"]},"battlemage's bracers":{"name":"Battlemage's Bracers","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has haste.\nWhenever an ability of equipped creature is activated, if it isn't a mana ability, you may pay {1}. If you do, copy that ability. You may choose new targets for the copy.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an ability of equipped creature is activated, if it isn't a mana ability, you may pay {1}. If you do, copy that ability. You may choose new targets for the copy.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has haste."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"bd56225e-8c80-4328-9ca0-0fff4969573d","metadata":{"source_printing_ids":["1a14aad2-47f0-4d21-9fcf-5ca171faffaf","91df9e44-c124-42cc-b051-cbe58af14cf5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","PRM"],"rulings":[{"date":"2021-04-16","text":"Activated abilities contain a colon. They’re generally written “[Cost]: [Effect].” Some keyword abilities (such as boast) are activated abilities and will have colons in their reminder text. An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2021-04-16","text":"Copying abilities doesn’t cause magecraft abilities to trigger."},{"date":"2021-04-16","text":"If the ability has {X} in its activation cost, the copy has the same value of X."},{"date":"2021-04-16","text":"If the ability is modal (that is, it has a bulleted list of modes), the copy will have the same mode(s). You can’t choose new ones."},{"date":"2021-04-16","text":"The copy will have the same targets as the ability it’s copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can’t choose a new legal target, then it remains unchanged (even if the current target is illegal)."}],"rarities":["rare"]},"bear cub":{"name":"Bear Cub","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bear"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ed206651-3d9b-4546-8d45-0682817192fd","metadata":{"source_printing_ids":["1ceb41a1-c5fb-4d4b-b063-d24820007040","a3d36d12-22e4-4889-8f01-5f54de39e379","d8662ebb-068b-41d2-b504-4b5854e4d4aa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J21","P02","PLST"],"rarities":["common"]},"beast mode":{"name":"Beast Mode","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 1 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 1 or more.)\nTarget creature gets +2/+2 and gains trample until end of turn. Also put a +1/+1 counter on that creature if this spell was cast using teamwork.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":1}],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+2 and gains trample"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature gets +2/+2 and gains trample until end of turn. Also put a +1/+1 counter on that creature if this spell was cast using teamwork.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a465f8a9-d5aa-4dfa-b674-7aa1798cb0bd","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["39191f85-7698-487e-afad-07648a7cb695"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["common"]},"beast whisperer":{"name":"Beast Whisperer","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a creature spell, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a creature spell, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5da7eea8-bb9e-47ce-a554-8a1ee058bd7a","metadata":{"source_printing_ids":["0aa99539-0002-4661-85b2-a3d770ff004c","17fbebd9-9faf-4a7b-8e79-b67c074eba8c","55f571b6-ec9a-49c5-9051-d80bd5f3e0c2","9da6f595-41b2-4e52-b15a-6ad18e4232c7","b7e90355-80ca-49db-914c-62b3a7bd4726","c5445a0d-319a-4237-94df-19a7182e6df2","c818547c-a6f6-4c69-9e4d-33741e605093","daf4bcd2-3ae4-4803-9ea1-3bcc3de5ca59","f194f0cf-43a7-4288-b597-6f67b96057fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C20","CLU","GN3","GRN","KHC","MKC","P30A","PGRN","PLST","SLD","TSR"],"rulings":[{"date":"2021-03-19","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."}],"rarities":["rare","special"]},"bebop, skull & crossbones":{"name":"Bebop, Skull & Crossbones","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Boar","Mutant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Partner with Rocksteady, Mutant Marauder (When this creature enters, target player may put Rocksteady into their hand from their library, then shuffle.)\nDeathtouch\nWhenever Bebop deals combat damage to a player, you may draw X cards, where X is the number of counters on Bebop. If you do, you lose X life.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch",{"Partner":{"type":"With","data":"Rocksteady, Mutant Marauder"}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may draw X cards, where X is the number of counters on ~. If you do, you lose X life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Named","name":"Rocksteady, Mutant Marauder"},"count":{"type":"Fixed","value":1},"reveal":true,"target_player":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target player may put Rocksteady, Mutant Marauder into their hand from their library, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"59a405d7-2f28-41b8-a5bb-011f45a5fdf2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["af2a1494-9c0d-4590-999b-2c52725dc5d0","d7ed8569-7b6b-4924-aedd-4210930e3bfc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TMC"],"rulings":[{"date":"2026-01-27","text":"\"Partner with [name]\" represents two abilities. The first is a triggered ability: \"When this permanent enters, target player may search their library for a card named [name], reveal it, put it into their hand, then shuffle.\""},{"date":"2026-01-27","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2026-01-27","text":"Both commanders start in the command zone, and the remaining 98 cards of your deck are shuffled to become your library."},{"date":"2026-01-27","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Bebop, Skull and Crossbones and Rocksteady, Mutant Marauder are your commanders, your deck may contain cards with black and/or green in their color identities, but not white, blue, or red."},{"date":"2026-01-27","text":"Note that the target player searches their library (which may be affected by effects such as that of Stranglehold) and that the card they find is revealed, even though these words aren't included in the ability's reminder text."},{"date":"2026-01-27","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from one of them, not from both of them combined. Command Beacon's effect puts one into your hand from the command zone, not both."},{"date":"2026-01-27","text":"The second ability represented by the \"partner with [name]\" keyword modifies the rules for deck construction in the Commander variant and has no function outside of that variant. If a legendary creature card with \"partner with [name]\" is designated as your commander, the named legendary creature card can also be designated as your commander."},{"date":"2026-01-27","text":"The triggered ability of the \"partner with\" keyword still triggers in a Commander game. If your other commander has somehow ended up in your library, you can find it. You can also target another player, whether or not they have that card in their library."},{"date":"2026-01-27","text":"The value of X is calculated only once, as Bebop's last ability resolves."},{"date":"2026-01-27","text":"To have two commanders, both must have the partner ability or corresponding \"partner with\" abilities as the game begins. A creature with a \"partner with\" ability can't partner with any creature other than its designated partner. Losing a partner ability during the game doesn't cause either to cease to be your commander."}],"rarities":["rare"]},"become brutes":{"name":"Become Brutes","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"One or two target creatures each gain haste until end of turn. For each of those creatures, create a Monster Role token attached to it. (If you control another Role on it, put that one into the graveyard. Enchanted creature gets +1/+1 and has trample.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"for","description":"For each of those creatures, create a Monster Role token attached to it"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"One or two target creatures each gain haste until end of turn. For each of those creatures, create a Monster Role token attached to it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"789e034c-7f4a-4fd5-9dd8-48313742126e","metadata":{"related_token_ids":["246f948c-eea9-5f6a-8d19-f8c11c51de94","dd6f5274-9bb4-5acc-9855-55815f497831"],"source_printing_ids":["a154dadc-be5b-4ad6-9946-bdc54c251bff"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["WOE"],"rarities":["uncommon"]},"belbe, corrupted observer":{"name":"Belbe, Corrupted Observer","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Zombie","Elf"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each postcombat main phase, the active player adds {C}{C} for each of your opponents who lost life this turn. (Damage causes loss of life.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentLostLife"}}}}},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PostCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each postcombat main phase, the active player adds {C}{C} for each of your opponents who lost life this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"f1c303d8-6d77-4bc6-82d1-2a409a6f2cfd","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["b4427e73-8c60-490d-8ae3-53e872a5163e","ee6c3f6e-3c46-47b2-abcc-8aeb2f12d2fa"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PRM"],"rulings":[{"date":"2020-11-10","text":"If an effect creates an additional combat phase in a turn, it may also create an additional main phase after that combat phase. Belbe's ability triggers at the beginning of each of these postcombat main phases."},{"date":"2020-11-10","text":"If an opponent loses life before their own postcombat main phase, Belbe will reward their suffering with mana."},{"date":"2020-11-10","text":"If an opponent lost life and subsequently lost the game, Belbe's triggered ability still counts that player to determine how much mana to add."}],"rarities":["rare"]},"belligerent yearling":{"name":"Belligerent Yearling","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever another Dinosaur you control enters, you may have this creature's base power become equal to that creature's power until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}}},"toughness":null,"types":[],"target":{"type":"None"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another Dinosaur you control enters, you may have ~'s base power become equal to that creature's power until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2d785e3e-8e19-4eea-b09f-9a30c792dba1","metadata":{"source_printing_ids":["0b2debca-8535-4cf6-a461-c268faaacaae","cf4639ca-d4dc-4630-b696-a8107767cf1a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"Belligerent Yearling's ability overwrites any previous effects that set its power, including previous instances of that ability. Other effects that set its power to specific values that start to apply after the ability resolves, including future instances of the ability, will overwrite that effect."},{"date":"2023-11-10","text":"Effects that modify the power of Belligerent Yearling without setting it to a specific value will apply to the new base power no matter when they started to take effect. The same is true for counters that change its power."}],"rarities":["uncommon"]},"bellowing saddlebrute":{"name":"Bellowing Saddlebrute","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Orc","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Raid — When this creature enters, you lose 4 life unless you attacked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":4},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you lose 4 life unless you attacked this turn.","constraint":null,"condition":{"type":"Not","condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"AttackedThisTurn","scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e1e5ad8c-d425-44ad-a8f6-e9290667f6f5","metadata":{"source_printing_ids":["a1939b5d-e24f-4e4b-b4c5-8bdb232d8926"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KTK"],"rulings":[{"date":"2024-11-08","text":"Raid abilities care only that you attacked with a creature. It doesn't matter how many creatures you attacked with or which player, planeswalker, or battle those creatures attacked."},{"date":"2024-11-08","text":"Raid abilities evaluate the entire turn to see if you attacked with a creature. That creature doesn't have to still be on the battlefield. Similarly, the player, planeswalker, or battle it attacked doesn't have to still be in the game or on the battlefield."}],"rarities":["uncommon"]},"bellowsbreath ogre":{"name":"Bellowsbreath Ogre","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Ogre","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Starting intensity 1\nWhenever this creature attacks, it deals damage equal to its intensity to any target. Then this creature intensifies by 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Starting intensity 1"},"cost":null,"sub_ability":null,"duration":null,"description":"Starting intensity 1","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"deal","description":"deal damage equal to its intensity to any target"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Intensify","scope":{"type":"Source"},"amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it deals damage equal to its intensity to any target. Then ~ intensifies by 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7eb3d5af-c455-441b-9b8c-1bce45ea4b46","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YNEO"]},"benalish knight":{"name":"Benalish Knight","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nFirst strike (This creature deals combat damage before creatures without first strike.)","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flash"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"32b401e9-163f-4917-a728-fc63b25ef602","metadata":{"source_printing_ids":["bccebfdd-85cb-4549-93a4-c0dcd667ee04","c2c184bb-6c7d-4118-a111-ef27171cfee6","d0ae60d0-20d3-452c-9953-e229567c06f5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","ATH","WTH"],"rarities":["common"]},"benediction of moons":{"name":"Benediction of Moons","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You gain 1 life for each player.\nHaunt (When this spell card is put into a graveyard after resolving, exile it haunting target creature.)\nWhen the creature this card haunts dies, you gain 1 life for each player.","non_ability_text":null,"flavor_name":null,"keywords":["Haunt"],"abilities":[{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"All"}}}},"cost":null,"sub_ability":null,"duration":null,"description":"You gain 1 life for each player.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"HauntedCreatureDies","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"All"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When the creature this card haunts dies, you gain 1 life for each player.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileHaunting","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.55a: Exile it haunting target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Stack","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.55a: When this spell is put into a graveyard during its resolution, exile it haunting target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3ff2fc3c-0871-4ba7-9b7c-8634ec770d6b","metadata":{"source_printing_ids":["4a45973a-405b-4736-947a-12df17553d77","d8ea99d1-9e88-4b14-b0b3-39bcd8191eab"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["GPT","PLST"],"rulings":[{"date":"2006-02-01","text":"\"For each player\" means for each player currently in the game, which is normally two. A Two-Headed Giant game has four players. In a Free-for-All multiplayer game, players who have been eliminated or who are outside your range of influence don't count toward the total."}],"rarities":["common"]},"berserk":{"name":"Berserk","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cast this spell only before the combat damage step.\nTarget creature gains trample and gets +X/+0 until end of turn, where X is its power. At the beginning of the next end step, destroy that creature if it attacked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample and gets +X/+0"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature gains trample and gets +X/+0 until end of turn, where X is its power. At the beginning of the next end step, destroy that creature if it attacked this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b67d192-9a05-4a47-82ae-5fc4b7834d88","casting_restrictions":[{"type":"BeforeCombatDamage"}],"metadata":{"source_printing_ids":["0fe6e7d3-7e33-4e6b-91c8-47fd4ba3cb5b","56f2998c-a309-4a56-91c5-d717e7366a7d","62bc9bff-89bd-4454-a876-53822cf48546","86ec6360-d69d-41b8-bfca-2c1a3aea2272","872fc8cb-8066-4b14-b921-182ee6f40339","88d6f431-a7ea-4508-a52c-86d33e12e4e4","9866e64e-308b-4920-a76b-ddea0c6bc830","a3c671da-27a6-43a1-8294-c14cea0e5140","b5474dc6-d81e-4d10-81b9-84135ae8dd21","ce109f77-1633-43f5-9682-b355209c3e45","e173c8ce-2352-405e-ad00-e3bb94ced1ad","f11665b3-00d6-4912-ac1a-06d6ed50a01c","fd082697-493f-48e3-a41f-123700435025"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","CED","CEI","CN2","LEA","LEB","ME1","SLD","SOA","V09","VMA"],"rulings":[{"date":"2026-03-20","text":"If the target permanent stops being a creature before the next end step, it is still destroyed when the delayed trigger resolves."}],"rarities":["uncommon","rare","mythic"]},"betor, ancestor's voice":{"name":"Betor, Ancestor's Voice","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit","Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nAt the beginning of your end step, put a number of +1/+1 counters on up to one other target creature you control equal to the amount of life you gained this turn. Return up to one target creature card with mana value less than or equal to the amount of life you lost this turn from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Controller"}}}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put a number of +1/+1 counters on up to one other target creature you control equal to the amount of life you gained this turn. Return up to one target creature card with mana value less than or equal to the amount of life you lost this turn from your graveyard to the battlefield.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"990b5e12-6e04-4832-9d64-87278f12cbda","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2e261489-8dde-4594-8868-69f432f03d03"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TDC"],"rarities":["mythic"]},"betor, kin to all":{"name":"Betor, Kin to All","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit","Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your end step, if creatures you control have total toughness 10 or greater, draw a card. Then if creatures you control have total toughness 20 or greater, untap each creature you control. Then if creatures you control have total toughness 40 or greater, each opponent loses half their life, rounded up.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"ScopedPlayer"}}},"divisor":2,"rounding":"Up"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"Toughness","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":40}},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"Toughness","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":20}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if creatures you control have total toughness 10 or greater, draw a card. Then if creatures you control have total toughness 20 or greater, untap each creature you control. Then if creatures you control have total toughness 40 or greater, each opponent loses half their life, rounded up.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"Toughness","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":10}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"826a0db6-195a-4697-9bd6-f544b279e3cf","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7c8cf348-7db8-4f93-8f83-8b1f2035ed4e","b475b071-5545-483e-a397-89451f258602","f1969dec-4d6b-493a-8233-76faf8fa3cea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Betor’s last ability will check as the end step starts to see if creatures you control have total toughness 10 or greater. If they don’t, the ability won’t trigger at all. If it does trigger, the ability will check again as it tries to resolve. If creatures you control don’t have total toughness 10 or more at that time, the ability won’t resolve and none of its effects will happen. The ability won’t check to see if their total toughness is 20 or greater (or 40 or greater) until the ability resolves."}],"rarities":["mythic"]},"beyond the quiet":{"name":"Beyond the Quiet","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile all creatures and Spacecraft.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Spacecraft"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Exile all creatures and Spacecraft.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c96424e7-63c4-4f07-959f-6ad09f91279a","metadata":{"source_printing_ids":["215f488b-6d33-4b08-88ff-b258c00515d6","ce503869-8130-4afe-9691-4e90376b4bc4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"bhaal, lord of murder":{"name":"Bhaal, Lord of Murder","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"As long as your life total is less than or equal to half your starting life total, Bhaal has indestructible.\nWhenever another nontoken creature you control dies, put a +1/+1 counter on target creature and goad it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Goad","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature you control dies, put a +1/+1 counter on target creature and goad it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"StartingLifeTotal"}},"divisor":2,"rounding":"Down"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your life total is less than or equal to half your starting life total, ~ has indestructible."}],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"0d2dd78c-103c-4286-a3a1-e471dc77ed91","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["15a5e627-69a5-4e31-9744-97d4589d606b","2fef6465-987c-461b-8177-b6b7332bbe4e","88b11da8-f9af-4ef3-9bc2-c28f0a8a5dd1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"If Bhaal, Lord of Murder is dealt lethal damage at the same time that its controller's life total is reduced to less than or equal to half their starting life total, Bhaal will have indestructible at the time state-based actions are performed and survive."}],"rarities":["rare"]},"biblioplex tomekeeper":{"name":"Biblioplex Tomekeeper","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, choose up to one —\n• Target creature becomes prepared. (Only creatures with prepare spells can become prepared.)\n• Target creature becomes unprepared.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":0,"max_choices":1,"mode_count":2,"mode_descriptions":["Target creature becomes prepared.","Target creature becomes unprepared."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"BecomePrepared","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"BecomeUnprepared","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"08a0e845-9ef9-4de1-b9fe-4530357346ca","metadata":{"source_printing_ids":["bf2efdd9-d2b4-4bea-a5b9-dbb2eee4dfba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rulings":[{"date":"2026-03-20","text":"The first mode of Biblioplex Tomekeeper's last ability won't have any effect on a creature that has no prepare spell or is already prepared. Similarly, the second mode won't have any effect on a creature that isn't already prepared."}],"rarities":["common"]},"bill the pony":{"name":"Bill the Pony","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Horse"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Bill the Pony enters, create two Food tokens. (They're artifacts with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")\nSacrifice a Food: Until end of turn, target creature you control assigns combat damage equal to its toughness rather than its power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"assign combat damage equal to its toughness rather than its power"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Food"}],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Sacrifice a Food: Until end of turn, target creature you control assigns combat damage equal to its toughness rather than its power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create two Food tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e461ef8d-59ca-440a-8773-da1de3b6b195","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f6e24d97-b7f8-5da8-ab97-978ecbecb85e"],"source_printing_ids":["9ac68519-ed7f-4f38-9549-c02975f88eed","f957c4d9-834b-4ad1-915b-5f496d63489e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Bill the Pony's last ability doesn't actually change any creature's power. It changes only the amount of combat damage it assigns. All other rules and effects that check power or toughness use the real values. For example, since having two creatures fight doesn't result in combat damage, an effect that causes the affected creature to fight another creature will still use its power to determine how much damage is dealt."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"If an effect refers to a Food, it means any Food artifact, not just a Food artifact token. For example, you can sacrifice Tough Cookie (an Artifact Creature — Food Golem) to activate Maraleaf Rider's ability (an ability with \"Sacrifice a Food\" in its cost)."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["uncommon"]},"biomass mutation":{"name":"Biomass Mutation","mana_cost":{"type":"Cost","shards":["X","GreenBlue","GreenBlue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have base power and toughness X/X until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"CostXPaid"}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"CostXPaid"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have base power and toughness X/X"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Creatures you control have base power and toughness X/X until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"2dbe8aaa-2e34-4552-8da7-cf8ecbbaa7b6","metadata":{"source_printing_ids":["04c1692c-d95e-480f-9f6c-da9ce099b75d","2267c580-b641-4d6f-8bd9-deb1c6393d14","80fc2879-c73d-41c7-987c-cbeaca02cc45","85ba6f28-e47d-4223-80d8-bcb5ef8a0b13","8a3f731a-03d7-4dc9-a922-cc2250cee6ef","9697ec02-5056-41ce-b35e-36e3ce2caa06","9894bed2-c5dc-4569-9ed9-1d40df906f58","a16aa6bf-547f-4d95-82ca-79a4ee5b6212","d79bf08b-973a-45bc-ae96-43e93092f0c0","fbe0a11d-0390-437e-8ece-3229863c76db"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C19","C21","DSC","GTC","PIP","PLST","SOC"],"rulings":[{"date":"2013-01-24","text":"Biomass Mutation overwrites any effects that set the power and/or toughness of a creature you control to a specific value. Effects that modify power and/or toughness but don't set them to a specific value (like the one created by Giant Growth), power/toughness changes from counters, and effects that switch a creature's power and toughness will continue to apply. For example, say you control a 1/1 creature that's getting +4/+2 from an Aura, has a +1/+1 counter on it, and is affected by an effect that switches its power and toughness. This creature is 4/6. If you cast Biomass Mutation with X equal to 4, the creature would become 7/9 (4/4, +4/+2 from the Aura, +1/+1 from the counter, then switch power and toughness)."},{"date":"2013-01-24","text":"Choosing 0 as the value for X will likely cause creatures you control to become 0/0 and be put into the graveyard."}],"rarities":["rare"]},"birds of paradise":{"name":"Birds of Paradise","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d3a0b660-358c-41bd-9cd2-41fbf3491b1a","metadata":{"source_printing_ids":["0003aa31-d42e-4972-9fb9-086aefe29a2c","01e7b0bc-1c6c-48f4-8b72-1a809f536c6c","06ee339e-a912-4f7c-b091-eba71ab68bbc","0ad85d15-e700-455d-96f4-dfd6661f9722","2eb0de65-969f-494a-9cf5-bfa59a7acdb4","307d4236-1e54-43e3-83f1-063d49d16dda","31c9d029-c568-4728-bf74-9d02b6772f48","33a931b6-607c-4cbb-ad1e-14e2cad14947","3d69a3e0-6a2e-475a-964e-0affed1c017d","3df4e7f8-1f40-4e97-8737-be5e2ce0d39d","44060205-8a5c-4f6d-8190-e65d5250935a","45835349-99c3-4071-95d1-7191110bfd9f","4910cd53-87dc-4365-9a42-80dd1f77881f","492c2f9a-51e7-4e0f-9899-23bf43ea988b","496849a5-4b24-4eae-8bfb-d46f645d85ea","4c72e177-d95d-41df-91b3-4e489175b6aa","4e50454c-3927-4e7e-b4f6-7f5d5fd9b913","4f94309b-1049-4ab4-b7f0-745938c87b3f","55fe6449-1f23-43dc-adee-d144cd505b5c","5a8b5ae4-e683-4ee5-8a41-10daddc2561f","5d718a96-b124-405d-891e-7e58565a17d5","68996f6d-0f19-4ec1-9616-be8af06ae86b","6fb762b1-95df-472f-84a9-5ec223e98c08","715eea77-a7d7-4731-b706-3ea17bded7fd","71d25361-a0ce-4a3b-ac07-aea9ab42cb88","75a4cad2-4367-4084-8fe5-f85e49ca828d","82ef6d6c-db50-4d24-8ebd-311613ddef06","852d7a68-8682-4073-a44b-f10f5613879c","870b2fa1-9f0c-44cc-9d4a-692ffe7d603c","8a3ea83c-2978-4a2a-a109-915b9a738a13","8b1af0df-e1fa-46f0-9da9-c1ac3a7d0245","90a4396a-0f22-482b-ad1d-4d9b68a1ed96","9ca8c7a0-d7c5-414f-8ca9-80e3daf49a5e","9f8b95bd-c709-4259-b3fe-92119b92acae","a2985857-fee5-42a6-9b5d-e157ada52a03","a6b02ce2-39ba-4116-aefa-dd4d8e51bf6a","a9183b86-199d-4b7f-a4cc-433dc6726de0","a97a0e2b-1ff1-494a-8bc9-9741d6bb5590","b8852e36-204c-4b3a-a4f8-33a98548fa7b","c81ba510-634c-42aa-9797-769526114821","d2d8bf03-42f3-4200-96a7-03e822b102e9","d816162c-bb87-4d45-ae14-1433b19f50c5","dae8751c-4c72-4034-a192-a1e166f20246","e6bc963e-042f-4cdc-be38-de8e386c00b3","ef7106d8-ec4f-4bc2-aa39-9a605b04cf88","f79357f4-ddd1-4b29-9e5f-813c799513ee","f98a2785-cb74-4ef9-abd0-d7a8125d73ca","fdfeeb64-0f86-45e9-97e3-dcec72683164","feefe9f0-24a6-461c-9ef1-86c5a6f33b83"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","BLC","CED","CEI","CN2","DMR","FBB","FIC","GK2","LEA","LEB","LTC","M10","M11","M12","MSC","PLST","PM11","PRM","PTC","RAV","RVR","SLD","SUM","WC00","WC01","WC02","WC98"],"rarities":["rare"]},"birthing ritual":{"name":"Birthing Ritual","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, if you control a creature, look at the top seven cards of your library. Then you may sacrifice a creature. If you do, you may put a creature card with mana value X or less from among those cards onto the battlefield, where X is 1 plus the sacrificed creature's mana value. Put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":7},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":0},"destination":"Battlefield","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}},"offset":1}}]},"rest_destination":"Library","reveal":false,"enter_tapped":false,"source":"prior_look"},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":0},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false,"source":"prior_look"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you control a creature, look at the top seven cards of your library. Then you may sacrifice a creature. If you do, you may put a creature card with mana value X or less from among those cards onto the battlefield, where X is 1 plus the sacrificed creature's mana value. Put the rest on the bottom of your library in a random order.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"37a5ab64-12e4-4aad-9a09-46a26fe9953b","metadata":{"source_printing_ids":["004bbc84-b57b-4393-889e-dff95e8f334c","4820d223-4ea1-4850-931c-3d2ab5eb003b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Birthing Ritual's ability checks if you control a creature at the beginning of your end step. If you don't, the ability won't trigger."},{"date":"2024-06-07","text":"If Birthing Ritual's ability does trigger but you control no creatures when it tries to resolve, the ability will do nothing."},{"date":"2024-06-07","text":"If one of the revealed creature cards has {X} in its mana cost, X is 0 when determining that card's mana value."},{"date":"2024-06-07","text":"Use the mana value of the sacrificed creature as it last existed on the battlefield to determine the value of X."}],"rarities":["mythic"]},"bite down":{"name":"Bite Down","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control deals damage equal to its power to target creature or planeswalker you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"Opponent","properties":[]}]},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target creature you control deals damage equal to its power to target creature or planeswalker you don't control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"623903de-3c04-4745-9af3-d7ec9fb2574d","metadata":{"source_printing_ids":["0eacd3de-b803-4322-8d88-d533761aa748","43120fed-fbe8-46f0-8f6a-5b4719cf1e79","f8d70b3b-f6f9-4b3c-ad70-0ce369e812b5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","FDN","J25"],"rulings":[{"date":"2022-09-09","text":"If either target is an illegal target as Bite Down tries to resolve, the creature you control won't deal damage."}],"rarities":["common"]},"bite down on crime":{"name":"Bite Down on Crime","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may collect evidence 6. This spell costs {2} less to cast if evidence was collected. (To collect evidence 6, exile cards with total mana value 6 or greater from your graveyard.)\nTarget creature you control gets +2/+0 until end of turn. It deals damage equal to its power to target creature you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gets +2/+0 until end of turn. It deals damage equal to its power to target creature you don't control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"AdditionalCostPaid"},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast if evidence was collected."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ff387264-31da-4f6b-88c6-2843f56acbda","additional_cost":{"type":"Optional","data":{"cost":{"type":"CollectEvidence","amount":6}}},"metadata":{"source_printing_ids":["29bbfe93-8225-444c-835b-33ffa006ef66"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"If either target is an illegal target as Bite Down on Crime tries to resolve, the creature you control won't deal damage."},{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."}],"rarities":["common"]},"black dragon gate":{"name":"Black Dragon Gate","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Gate"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\nAs this land enters, choose a color other than black.\n{T}: Add {B} or one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1},"fixed_alternative":"Black"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B} or one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Color":{"excluded":["Black"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color other than black.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"dde6bce5-8bbe-4866-b5aa-2c05c7d37241","metadata":{"source_printing_ids":["a28c674c-ae89-416e-bac6-edfd9f24ee7b","c4ceb589-c741-44ac-98c8-3d997953ee61"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CLB","PLST"],"rarities":["common"]},"black lotus":{"name":"Black Lotus","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Sacrifice this artifact: Add three mana of any one color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":3},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice ~: Add three mana of any one color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"5089ec1a-f881-4d55-af14-5d996171203b","metadata":{"source_printing_ids":["3a10650e-58f7-4a99-a77d-3f42d61ecf93","4a2e428c-dd25-484c-bbc8-2d6ce10ef42c","983c1308-d81b-444f-9806-a9723b987af1","b0faa7f2-b547-42c4-a810-839da50dadfe","b3a69a1c-c80f-4413-a6fd-ae54cabbce28","bd8fa327-dd41-4737-8f19-2cf5eb1f7cdd"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"restricted"},"printings":["2ED","30A","CED","CEI","LEA","LEB","O90P","OVNT","PRM","VMA","YDMU"],"rarities":["rare","bonus"]},"blackblade reforged":{"name":"Blackblade Reforged","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1 for each land you control.\nEquip legendary creature {3}\nEquip {7}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip legendary creature {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":7}},"sub_ability":null,"duration":null,"description":"Equip {7}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 for each land you control."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"dca51281-fb21-45b6-beb4-1f13397caee2","metadata":{"source_printing_ids":["240448cd-c308-49ae-9e4b-0c35adc59fba","2cde7ae2-87b9-43d0-87cf-38c8706dd95e","2f192c3e-34ce-4857-82ef-a0423823220d","354b94c9-8128-4745-89f3-0d9db6019531","862d38d1-e3d0-47e1-a535-ff445b1c55c6","9c1c714a-7716-42f9-8ef2-8838d3c52627","aa4146f0-0c8c-4b8a-8d24-b6c5e33eba3d","d58c18f2-a1ad-4dc8-8210-6aa675e03e75","da9a73af-57a2-499a-8a14-e164a6506e8b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRR","CMR","DMC","DOM","NEC","PDOM","PLST","PRM","SS2","ZNC"],"rulings":[{"date":"2018-04-27","text":"\"Equip [quality] creature\" is a variant of the equip keyword. \"Equip [quality] creature [cost]\" means \"[Cost]: Attach this Equipment to target [quality] creature you control. Activate only as a sorcery.\""},{"date":"2018-04-27","text":"Whether the target creature is legendary is checked only as Blackblade Reforged's first equip ability is activated and as that ability resolves. If the creature somehow becomes nonlegendary later, Blackblade Reforged remains attached to it."}],"rarities":["rare"]},"blasphemous act":{"name":"Blasphemous Act","mana_cost":{"type":"Cost","shards":["Red"],"generic":8},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast for each creature on the battlefield.\nBlasphemous Act deals 13 damage to each creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":13},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 13 damage to each creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each creature on the battlefield."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7a2484a9-04fd-41a0-8224-610c1c07ed10","metadata":{"source_printing_ids":["0b98a8ac-9255-416d-b86a-46621c4bea4f","175eb155-7262-4c2e-85c3-e0cc9be855e5","1a70336f-cf41-4b9e-b69a-7ae71ef0bc04","23ed787e-8034-45c7-b4cf-1a05d300beea","2c971698-c0e4-4b68-808f-a3d1a73d80e4","310abe1d-153e-44c7-974c-441a2fbc19bf","34e5d93b-2f1f-43ed-b8ff-ee00d98eb46c","3cb016ec-ceff-4145-8118-8902e96aba57","3e821a9f-6e5a-4314-82e7-8009d9aef1be","3f14e29c-a4f6-4491-a318-bf0cff4ae91c","40e1ef14-cb26-486e-9b54-0b532f5b7435","40eb7856-95f7-4a62-bc99-b5d0852606ad","4412df00-abfd-4e8f-882d-4566eaa74ee4","457097be-6737-4873-a6fd-28ae18cc722a","4a184a4a-2c8c-4a10-9b26-a174859fa1e8","4ba163f4-4906-446a-b544-8cf9ddf6429e","509ce648-fb76-486d-8b39-183e368b7cb7","65254343-8b47-49b9-8834-b71bd11f4ab7","70d1135e-ac1e-40f0-b47d-abc5b427ce55","7d4b1d44-126e-4987-9a9f-f0f9627a09cb","827bc177-e0d4-4607-97f6-18bb40d16ec8","889a828d-8915-4c2b-8650-f368172890e8","8aa9682d-5176-4475-a0bd-e000f1d6999a","9af44900-0afe-4409-8bad-0db4a915be92","a09bb94a-1e47-43e7-a7e8-627c10cf8c1f","b37d8206-22a1-436c-bb1a-62cdd9f8a266","b8ddab6f-0d13-4ec7-908d-54edb09b5727","ba975f60-ca29-4fc8-b2f0-416be395f200","bd26e2f4-42d3-4d4c-912e-8c4a7388106d","cd15a627-f7a6-4d66-abb5-5aaa167b41a9","ce11c2bd-e4b2-4a90-94b1-35eb137fc557","cf9e842f-4840-49e3-b4f3-c2fad395d41a","d026eee2-7bbe-435e-84de-3cd223ad6133","d1fff9a2-75c1-4623-9185-7cade6531b1e","dc6c4337-7d3e-4700-9473-26185c109166","de9c16b7-63c2-4071-9117-184cb1a04f14","f038d13b-5ef6-46e0-b04c-9407a9fed754","f1dab546-6392-40cd-bcdd-14952b458e5e","f349a283-a3ee-468b-92c5-d74f53f4d621","fb01696a-855c-45af-804c-d41acb6496e1","fbeeb7d0-cda8-414b-82d3-a83f1883bdd2","fc048207-502a-478c-9195-5e20382652af","fff02fcd-241e-4a3e-a0d0-5adc90e7d0db"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","40K","BLC","BRC","C14","C16","C18","C21","CLB","CM2","CMM","CMR","DRC","DSC","ECC","EOC","ISD","LCC","LTC","MSC","NCC","PIP","PLST","PRM","SCD","SLD","SOC","TDC","TLE","TMC","VOC","WHO"],"rulings":[{"date":"2020-11-10","text":"Although players may respond to Blasphemous Act once it's been cast, once it's announced, they can't respond before the cost is calculated and paid."},{"date":"2020-11-10","text":"Blasphemous Act's ability can't reduce the total cost to cast the spell below {R}."},{"date":"2020-11-10","text":"The total cost to cast Blasphemous Act is locked in before you pay that cost. For example, if there are three creatures on the battlefield, including one you can sacrifice to add {C}, the total cost of Blasphemous Act is {5}{R}. Then you can sacrifice the creature when you activate mana abilities just before paying the cost."},{"date":"2020-11-10","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions (such as that of Blasphemous Act). The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."}],"rarities":["rare","mythic"]},"blast-furnace hellkite":{"name":"Blast-Furnace Hellkite","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":7},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Artifact offering (You may cast this spell as though it had flash by sacrificing an artifact and paying the difference in mana costs between this and the sacrificed artifact. Mana cost includes color.)\nFlying, double strike\nCreatures attacking your opponents have double strike.","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike","Flying",{"Offering":"Artifact"}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking","defender":"Opponent"}]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures attacking your opponents have double strike."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c13079d5-6749-43e5-a8ee-ef3af31ff679","metadata":{"source_printing_ids":["04c349f2-69b1-48dd-a547-f2b55f542700","dc81402a-5ce5-43b9-9e97-1ada9ee9c1e3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BRC","PRM"],"rulings":[{"date":"2022-10-14","text":"Blast-Furnace Hellkite’s last ability applies to any creature that is attacking one of your opponents, even if another opponent controls that creature."},{"date":"2022-10-14","text":"When you cast a spell with offering by sacrificing a permanent, generic mana in the sacrificed permanent’s mana cost reduces only generic mana in the spell’s total cost. Colored and colorless mana in the sacrificed permanent’s mana cost reduces mana of the same type in spell’s total cost, and any excess reduces the spell’s total cost by that much generic mana. The total cost of the spell can’t be reduced to less than {0}."}],"rarities":["rare"]},"blessed orator":{"name":"Blessed Orator","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Other creatures you control get +0/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control get +0/+1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c0856fea-cbdc-427b-ae00-bfd9311f284f","metadata":{"source_printing_ids":["379777a4-5704-4b5a-9916-7bab4d82eeab","5654575e-0849-4e7f-98f2-0074ac8e0faa","6c044857-2124-44f4-aafb-495511f26b3b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["9ED","ODY"],"rarities":["uncommon"]},"blight":{"name":"Blight","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant land\nWhen enchanted land becomes tapped, destroy it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TriggeringSource"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When enchanted land becomes tapped, destroy it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"19066c43-eccd-461b-9695-c3fad95dc1da","metadata":{"source_printing_ids":["099a0a13-6b89-475f-aad1-5c5c562861a3","2a08e1fd-7ab1-4981-9fc4-f9d32a58ac4e","59365350-d149-4c0d-a08f-eabdfb7cce3d","68c9e6b9-85d3-417b-ba69-51a680b97b6a","9ca19b39-4201-463c-bd40-fbffa31c9eda","affd5566-9ec6-4713-a804-cec9b13b1da1","d857076b-d130-482b-b015-37c22f0bdd43"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","6ED","LEG","ME1","REN"],"rarities":["uncommon"]},"blinkmoth nexus":{"name":"Blinkmoth Nexus","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{1}: This land becomes a 1/1 Blinkmoth artifact creature with flying until end of turn. It's still a land.\n{1}, {T}: Target Blinkmoth creature gets +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":1},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Blinkmoth"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 1/1 Blinkmoth artifact creature with flying"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{1}: ~ becomes a 1/1 Blinkmoth artifact creature with flying until end of turn. It's still a land.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature",{"Subtype":"Blinkmoth"}],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}, {T}: Target Blinkmoth creature gets +1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"40d45c02-6416-4e19-8fe3-0ddadf5ba627","metadata":{"source_printing_ids":["0dcf26d2-4fe0-41cf-8fb9-cb2c529b109b","0f8a9286-17b7-4e21-8002-d5aceb007d9c","3ac535c1-9ef3-45b5-8959-7e79589d47ad","4b0e0482-d1e6-420f-9a8a-a675345fc09b","6a540810-83c0-40c0-846b-98241a3ed9c1","765fad0a-50fe-4e19-87a1-c3ec70937f61","a8f0e338-fe48-4108-b1a4-0bc9bf4ed708","bf51c665-7823-4d6a-b1da-8c2d93dae10b","de7a5608-b552-45cf-8252-f831c643e031"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","DST","EOS","HA4","MM2","MMA","TD2","WC04"],"rulings":[{"date":"2020-08-07","text":"A noncreature permanent that turns into a creature can attack, and its {T} abilities can be activated, only if its controller has continuously controlled that permanent since the beginning of their most recent turn. It doesn't matter how long the permanent has been a creature."},{"date":"2020-08-07","text":"Blinkmoth Nexus can be the target of its last ability after activating its middle ability. Activating it after it has blocked a creature won't remove it from combat or stop it from dealing and being dealt combat damage."}],"rarities":["rare"]},"blinkmoth urn":{"name":"Blinkmoth Urn","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's first main phase, if this artifact is untapped, that player adds {C} for each artifact they control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"ScopedPlayer","properties":[]}}}},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's first main phase, if ~ is untapped, that player adds {C} for each artifact they control.","constraint":null,"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"08497e8f-3521-48e4-a1e7-c192b485d891","metadata":{"source_printing_ids":["0ff34d0b-a278-4990-beaf-5a64885460db","1016fb10-82b5-465a-8f33-ec54f9785544","3879faf0-6e39-4275-82f6-7fb5c70fc6ce"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","C18","MRD"],"rulings":[{"date":"2004-10-04","text":"The precombat main phase is the first main phase of the turn. All others are postcombat main phases, even if they technically occur before combat."},{"date":"2004-12-01","text":"The \"precombat main phase\" is the first main phase of the turn. All other main phases are \"postcombat main phases.\""}],"rarities":["rare"]},"blood":{"name":"Blood","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control deals damage equal to its power to any target.\nFuse (You may cast one or both halves of this card from your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Fuse"],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"Any"},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target creature you control deals damage equal to its power to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"0741151a-fec0-4ed3-9295-0d0f56d24165","metadata":{"source_printing_ids":["02b40fe4-901a-4832-8d52-a6bb5cc07b63","e23faf50-64e5-4989-96ba-1048c7e5ef23"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"layout":"split","printings":["DGM","PLST"],"rarities":["rare"]},"blood artist":{"name":"Blood Artist","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature or another creature dies, target player loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever ~ or another creature dies, target player loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"310f141c-7f37-4729-aed6-dd9c09db448d","metadata":{"source_printing_ids":["036f387a-8dee-482e-b3e3-cf79b54c61e1","1bcda0fd-0def-41ef-932a-85e83acce99d","2e1fb442-68ff-4249-8e44-87edf6fae211","465d8c18-c76b-488a-a4ec-ec0d2267a307","5587191b-b56a-452d-8a18-1622df83c267","693dd112-d04a-4404-8fce-74f7e5497312","7752646a-463d-4fdd-8754-e41ef8107108","877558c4-f633-4510-97db-f1205a080ecb","8a5b65ed-250c-42a6-84c0-ac06662ca5ed","9ca6d92a-45d3-4d67-8ae9-f25dd4a86739","b5275d76-2947-4219-be21-614c7421614a","b7f1c316-cf2f-4bbf-89a1-79c8043bdd96","c4c1641d-c4ea-4657-a0ae-db09bba83a0f","cf25a260-009c-44d5-86b5-b027329a6ff8","e93e65d6-c2c8-4ab6-9296-7b21ff2ff8bf","fe97a73f-33fd-4394-a393-ceb41a214820"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AVR","C17","DSC","EMA","INR","J22","JMP","LCC","PLST","PRM","SLD","SOC","VOC"],"rulings":[{"date":"2016-06-08","text":"If Blood Artist and one or more other creatures die at the same time, its ability will trigger for each of those creatures."}],"rarities":["uncommon","rare"]},"blood clock":{"name":"Blood Clock","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, that player returns a permanent they control to its owner's hand unless they pay 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":"ScopedPlayer","properties":[]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player returns a permanent they control to its owner's hand unless they pay 2 life.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ef987ddb-25f6-4895-8f83-045254745ea4","metadata":{"source_printing_ids":["121ca4fe-19d1-4e2b-88ee-25cd1d077bfd","28328b4d-99d1-4460-9bbe-a64c6c0b6cb2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLST","SOK"],"rulings":[{"date":"2005-06-01","text":"A player who controls no permanents doesn’t need to pay 2 life (although that player can choose to do so)."},{"date":"2005-06-01","text":"A player with less than 2 life can’t pay 2 life and must return a permanent."},{"date":"2005-06-01","text":"The choice of which permanent to return or whether to pay life is made as the triggered ability resolves."}],"rarities":["rare"]},"blood crypt":{"name":"Blood Crypt","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Swamp","Mountain"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {B} or {R}.)\nAs this land enters, you may pay 2 life. If you don't, it enters tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"decline":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, you may pay 2 life. If you don't, it enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"43985bbc-a0f6-4812-984e-392bc8562633","metadata":{"source_printing_ids":["06fcc802-1fef-4b6a-a2f2-a2582c7f2f54","0994aef4-b341-45f4-8881-523565a5956e","0a4abd89-28d2-4458-81d7-4f3b43fd0184","0f1cebcb-0e3f-4dce-81ff-44bc8c0b9ad7","1716b4dd-9045-462b-b053-72de450a8cde","28d37803-d3f9-4806-9a0b-79362a517a7a","399f4d04-65ee-478d-9184-d33bb355e726","5faba6c8-3463-47c1-ba01-09eb87fcb2d5","6da63cc5-4624-4491-abd9-9b600c3fefe2","82c28b20-ee3c-4a0b-af5b-bc2730087e82","8bd5828b-8dcd-4ce6-b834-ebe9cbaa12d1","a01e1e92-feb3-4880-bcf3-9e1ac90911b8","f281e16f-0fe1-4095-bd63-0a4479f75c11","f66e7af8-3ec7-42ed-b942-913b03bc107e","f737d6df-a20d-46ac-a340-b119c7791f1b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CLU","DIS","ECL","EXP","PECL","PLST","PRM","PRNA","RNA","RTR","RVR","SLD","UNF"],"rulings":[{"date":"2025-11-17","text":"If an effect puts this land onto the battlefield tapped, you may pay 2 life, but it still enters tapped."},{"date":"2025-11-17","text":"This land has two basic land types. It's not basic, so cards such as Tend the Sprigs can't find it, but it does have the appropriate land types for effects such as that of Kishla Village (from the Tarkir: Dragonstorm release)."}],"rarities":["rare","mythic"]},"blood scrivener":{"name":"Blood Scrivener","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"If you would draw a card while you have no cards in hand, instead you draw two cards and you lose 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Draw","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would draw a card while you have no cards in hand, instead you draw two cards and you lose 1 life.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}}}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"af66da4b-2f36-4dd2-a5c6-18e6023c5aba","metadata":{"source_printing_ids":["71c7a31e-d484-4444-8187-e0048d95080c","9ea8179a-d3c9-4cdc-a5b5-68cc73279050"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DGM","PIO"],"rulings":[{"date":"2013-04-15","text":"Any time you are instructed to draw more than one card, you draw them one at a time. For example, if you control Blood Scrivener and have no cards in hand and you’re instructed to “draw two cards,” your first card draw is replaced by drawing two cards and losing 1 life, then you’ll draw the second card from the original instruction. In total, you’ll draw three cards and lose 1 life."},{"date":"2013-04-15","text":"Each additional Blood Scrivener you control will effectively add one card and 1 life lost. Say you control two Blood Scriveners and would draw a card while you have no cards in hand. The effect of one Blood Scrivener will replace the event “draw a card” with “draw two cards and lose 1 life.” The effect of the other Blood Scrivener will replace the drawing of the first of those two cards with “draw two cards and lose 1 life.” You’ll draw two cards and lose 1 life, then draw another card and lose another 1 life."}],"rarities":["uncommon","rare"]},"blood tyrant":{"name":"Blood Tyrant","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, trample\nAt the beginning of your upkeep, each player loses 1 life. Put a +1/+1 counter on this creature for each 1 life lost this way.\nWhenever a player loses the game, put five +1/+1 counters on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"TrackedSetSize"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, each player loses 1 life. Put a +1/+1 counter on ~ for each 1 life lost this way.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"LosesGame","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":5},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever a player loses the game, put five +1/+1 counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"ac74bd52-a450-486f-8161-816fd8d966d0","metadata":{"source_printing_ids":["719abc71-dda9-49bf-b050-4fc28ad8b9b7","a235f619-6b44-4e60-ac16-0038b7531b77","ac2bfaf0-3b92-44f6-8fc0-f38cc12ba3b1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","CON","E01"],"rulings":[{"date":"2009-02-01","text":"Blood Tyrant’s second ability causes each player to lose 1 life, including you. Blood Tyrant will count each player’s life loss, including yours, when determining how many +1/+1 counters it gets."},{"date":"2009-02-01","text":"Blood Tyrant’s third ability will trigger no matter how a player loses the game: due to a state-based action (as a result of having a life total of 0 or less, trying to draw a card from an empty library, or having ten poison counters), a spell or ability that says that player loses the game, a concession, or a game loss awarded by a judge."},{"date":"2009-02-01","text":"In a multiplayer game using the limited range of influence option (such as a Grand Melee game), if a spell or ability says that you win the game, it instead causes all of your opponents within your range of influence to lose the game. This is another way by which Blood Tyrant’s third ability can trigger."}],"rarities":["rare"]},"bloodbraid elf":{"name":"Bloodbraid Elf","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Berserker"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste (This creature can attack and {T} as soon as it comes under your control.)\nCascade (When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Cascade"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"3f0c9466-5ab9-4205-a84f-b4b27b5a678e","metadata":{"source_printing_ids":["29b15ab8-c117-42b9-8177-df96153d6a38","33abc681-b82c-41fe-980a-f0ead136e28f","6031e3f0-0181-4785-9016-574823985a69","7ef67487-c8e5-49bb-b0f7-e073ff2e31f1","8174d8dc-ae0f-469f-a773-cb294540ea25","81c46232-bfd6-4661-953d-84f31ed94a9a","9445d57a-da77-4456-9e69-c898c4d57853","a646dbd4-07a3-44c5-ab24-2655c5fe9562","bb6a56ec-4b16-46d4-a1fc-4688e7a89574","c2c5f917-e85c-42fb-b21a-e1a6c5f45726","e2f12f6f-9383-47e6-a44f-2834ad130e51"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","ARB","C16","CLB","EMA","F10","HA7","J25","M3C","PC2","PCA","PLST","PRM","SLC","TSR"],"rulings":[{"date":"2021-06-18","text":"A spell's mana value is determined only by its mana cost. Ignore any alternative costs, additional costs, cost increases, or cost reductions."},{"date":"2021-06-18","text":"Cascade triggers when you cast the spell, meaning that it resolves before that spell. If you end up casting the exiled card, it will go on the stack above the spell with cascade."},{"date":"2021-06-18","text":"Due to a 2021 rules change to cascade, not only do you stop exiling cards if you exile a nonland card with lesser mana value than the spell with cascade, but the resulting spell you cast must also have lesser mana value. Previously, in cases where a card's mana value differed from the resulting spell, such as with some modal double-faced cards or cards with an Adventure, you could cast a spell with a higher mana value than the exiled card."},{"date":"2021-06-18","text":"If a spell with cascade is countered, the cascade ability will still resolve normally."},{"date":"2021-06-18","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2021-06-18","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those to cast the card."},{"date":"2021-06-18","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If cascade allows you to cast a split card, you may cast either half but not both halves."},{"date":"2021-06-18","text":"When the cascade ability resolves, you must exile cards. The only optional part of the ability is whether or not you cast the last card exiled."},{"date":"2021-06-18","text":"You exile the cards face up. All players will be able to see them."}],"rarities":["uncommon","special"]},"bloodchief ascension":{"name":"Bloodchief Ascension","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if an opponent lost 2 or more life this turn, you may put a quest counter on this enchantment. (Damage causes loss of life.)\nWhenever a card is put into an opponent's graveyard from anywhere, if this enchantment has three or more quest counters on it, you may have that player lose 2 life. If you do, you gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"quest","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if an opponent lost 2 or more life this turn, you may put a quest counter on ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Opponent","aggregate":"Max"}}},"comparator":"GE","rhs":{"type":"Fixed","value":2}},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"origin":null,"destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever a card is put into an opponent's graveyard from anywhere, if ~ has three or more quest counters on it, you may have that player lose 2 life. If you do, you gain 2 life.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"quest"},"minimum":3},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d5ea905b-4bb6-48d0-9082-c472703db550","metadata":{"source_printing_ids":["2ab9c69f-cb12-4095-af83-89319f00a3fa","34dd3973-d029-4ec9-b52d-c26f1e7333ad","4f5e236a-b3ad-4174-995b-3cbeaaaa0e98","aa213dbb-c52a-4084-92aa-d0b5d97a97d9","be16ae8f-e337-4a76-a0fb-8f5c6e3c52df","d56d1535-d9de-459f-bc31-0923f621e0e9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","PLST","TLE","ZEN"],"rulings":[{"date":"2009-10-01","text":"Bloodchief Ascension's first ability checks how much life was lost by each opponent over the course of the entire turn, even if Bloodchief Ascension wasn't on the battlefield the whole time."},{"date":"2009-10-01","text":"Bloodchief Ascension's first ability checks only whether life was lost. It doesn't care whether life was also gained. For example, if an opponent lost 4 life and gained 6 life during the turn, that player will have a higher life total than they started the turn with — but Bloodchief Ascension's first ability will still trigger."},{"date":"2009-10-01","text":"Bloodchief Ascension's first ability has an \"intervening 'if' clause.\" It won't trigger at all unless an opponent has already lost 2 or more life by the time the end step begins."},{"date":"2009-10-01","text":"Bloodchief Ascension's second ability doesn't behave like a leaves-the-battlefield triggered ability, since the card put into an opponent's graveyard may come from anywhere. If a Bloodchief Ascension with three quest counters on it and a permanent an opponent owns are destroyed at the same time, for example, the game will not \"look back in time\" at the game state, and Bloodchief Ascension's second ability won't trigger."},{"date":"2009-10-01","text":"For the first ability to trigger, a single opponent must have lost 2 life. Two opponents each losing 1 life won't cause it to trigger. It will trigger a maximum of once per turn, no matter how many opponents have lost 2 or more life."}],"rarities":["rare","mythic"]},"bloodchief's thirst":{"name":"Bloodchief's Thirst","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Kicker {2}{B} (You may pay an additional {2}{B} as you cast this spell.)\nDestroy target creature or planeswalker with mana value 2 or less. If this spell was kicked, instead destroy target creature or planeswalker.","non_ability_text":null,"flavor_name":null,"keywords":[{"Kicker":{"type":"Cost","shards":["Black"],"generic":2}}],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":2}}]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":2}}]}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target creature or planeswalker with mana value 2 or less. If this spell was kicked, instead destroy target creature or planeswalker.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4236851b-5366-43a1-bde4-f525b4fbcbce","additional_cost":{"type":"Kicker","data":{"costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}}]}},"metadata":{"source_printing_ids":["059e8447-6b1c-4651-a734-a8fea2cbf7b2","7aeaa32a-5a01-4d2d-a4a2-7d95e976fa77","f7be5c0a-b538-4bc5-89c7-f5a81de7ccc3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","ZNR"],"rulings":[{"date":"2020-09-25","text":"If a creature or planeswalker on the battlefield has {X} in its mana cost, X is considered to be 0."},{"date":"2024-11-08","text":"If a card or token enters as a copy of a permanent, the new permanent isn't kicked, even if the original was."},{"date":"2024-11-08","text":"If a spell's kicker cost was paid, the spell is \"kicked.\""},{"date":"2024-11-08","text":"If you copy a kicked spell on the stack, the copy is also kicked. If the copied spell is a permanent spell, the token the copy of that spell becomes when it enters is also kicked."},{"date":"2024-11-08","text":"If you put a permanent with a kicker ability onto the battlefield without casting it, you can't kick it."},{"date":"2024-11-08","text":"The kicker ability doesn't let you pay a kicker cost more than once."},{"date":"2024-11-08","text":"To determine a spell's total cost, start with the mana cost (or an alternative cost if another card's effect allows you to pay one instead), add any cost increases (such as kicker), then apply any cost reductions. The spell's mana value remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon"]},"bloodfeather phoenix":{"name":"Bloodfeather Phoenix","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phoenix"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nThis creature can't block.\nWhenever an instant or sorcery spell you control deals damage to an opponent or battle, you may pay {R}. If you do, return this card from your graveyard to the battlefield. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":true,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]},"valid_source":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]}]},"description":"Whenever an instant or sorcery spell you control deals damage to an opponent or battle, you may pay {R}. If you do, return this card from your graveyard to the battlefield. It gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f4490b09-dc55-47ed-a573-4ae0b95725b1","metadata":{"source_printing_ids":["5a56ccab-6a43-48b4-ad65-b618e07c001f","ed97bf6f-726c-40aa-bc1c-14fa801da96a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"Bloodfeather Phoenix's last ability triggers only if Bloodfeather Phoenix is in your graveyard at the moment the instant or sorcery spell you control deals damage to an opponent or battle. For example, if you cast a sorcery spell that deals damage to an opponent and also enough damage to Bloodfeather Phoenix to destroy it at the same time, Bloodfeather Phoenix's ability won't trigger."},{"date":"2023-04-14","text":"Most instant or sorcery spells deal damage themselves, but a few cause other sources to deal damage. For example, a sorcery spell that says \"Target creature you control deals damage equal to its power to any target\" wouldn't cause Bloodfeather Phoenix's ability to trigger even if an opponent or battle was dealt damage, as it's the creature dealing the damage, not the spell."},{"date":"2023-04-14","text":"You choose whether to pay {R} as the triggered ability is resolving. Once the ability starts resolving, it's too late for anyone to respond by removing Bloodfeather Phoenix from your graveyard to stop you from bringing it back."}],"rarities":["rare"]},"bloodfell caves":{"name":"Bloodfell Caves","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\nWhen this land enters, you gain 1 life.\n{T}: Add {B} or {R}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Black","Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B} or {R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"64e29bfc-9313-4e8c-808c-bc27f6b018a6","metadata":{"source_printing_ids":["0c8269e6-b30c-4fdc-82a7-d503c133afa6","15a7b30a-c59f-4a87-9e8a-b29daea27422","1dde3c68-6f29-4c00-b668-c25ac9e3e13b","47746248-1a8f-4123-a0d9-6cb61f4b394f","49195d90-de0c-4290-aa1c-9f4d948b5521","5b0d38a0-7714-40c7-ae8e-2afd121ed59a","5d89a0e2-1163-4a11-b0df-deef2e6c8108","83a54064-982f-4ff8-b5e6-c5b92ae61071","85930f68-6f53-4921-9556-2887ac3abfd2","8b90dc92-cb66-41d9-89f9-2b6e3cfc8082","9b7ec5a3-3c40-4090-b9e3-11fb5b06fb8f","b1a99862-adbe-43c5-8abd-835e377020a3","ba06fcda-7ab8-48d4-8656-2a911e73dc44","c640715d-d8ab-458e-b0d8-8948ce85655e","cbb65512-fb39-473e-b646-15ed81b55d17"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["C17","C19","DFT","DSC","EMA","FDN","FRF","IKO","KTK","M20","M21","MOM","NEO","SCD","TDM"],"rarities":["common"]},"bloodghast":{"name":"Bloodghast","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't block.\nThis creature has haste as long as an opponent has 10 or less life.\nLandfall — Whenever a land you control enters, you may return this card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, you may return this card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Opponent","aggregate":"Min"}}},"comparator":"LE","rhs":{"type":"Fixed","value":10}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has haste as long as an opponent has 10 or less life."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e97f9c2b-b41e-4f36-9245-77c0ac125647","metadata":{"source_printing_ids":["08e01310-d192-41e9-a6f0-0edbd6fb3cfb","2cdbfc1d-b8f3-4e46-ac60-7fbf8fade29e","3489de46-e90c-483e-ac2b-547497f64e82","4560bd1f-eb63-45bc-a8c7-b5de200facc9","63870c81-63bf-4a9a-aeb5-74c6eaded9f1","730c521f-ba12-48fb-b18f-6bb55423a551","77534750-fa92-42b4-8f32-be437eca64ad","87089d28-46a7-4247-a784-c34b9f822172","97d42d32-c9c8-4def-a48b-0590ea572e33","cee85485-598f-4dfc-aa0b-7b1de86c7788","fdceefe6-f083-4955-b53a-8e6f8aeb2083"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","HA7","IMA","LCC","PDFT","PLST","SLD","SOC","ZEN"],"rulings":[{"date":"2009-10-01","text":"Bloodghast's landfall ability triggers only if it's already in your graveyard at the time a land enters under your control."},{"date":"2025-07-25","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2025-07-25","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2025-07-25","text":"Whenever a land you control enters, each landfall ability of permanents you control will trigger. You can put them on the stack in any order. The last ability you put on the stack will be the first one to resolve. As a result, you can have those abilities resolve in the order of your choosing."}],"rarities":["rare"]},"bloodshot trainee":{"name":"Bloodshot Trainee","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{T}: This creature deals 4 damage to target creature. Activate only if this creature's power is 4 or greater.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals 4 damage to target creature. Activate only if ~'s power is 4 or greater.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"SourcePowerAtLeast","minimum":4}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"87ab1c79-79f5-48a9-af1a-7c876684c8d9","metadata":{"source_printing_ids":["6eb21ef9-fab4-427e-bcbf-5cbcbdacd059","779a130b-1d23-4a20-9914-dbdc2268ae3b","b930b146-d132-454f-b35d-4a247c14c054","c2d5ce81-6cca-4990-a515-34ac44cae039","dd1a398b-4551-4522-a90a-620c90bd92c7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","FUT","JMP","MM2","SOM"],"rulings":[{"date":"2020-08-07","text":"Once Bloodshot Trainee's ability has been activated, it will deal damage even if Bloodshot Trainee's power is less than 4 by the time the ability resolves."}],"rarities":["uncommon"]},"bloodthirsty conqueror":{"name":"Bloodthirsty Conqueror","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Knight"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, deathtouch\nWhenever an opponent loses life, you gain that much life. (Damage causes loss of life.)","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Flying"],"abilities":[],"triggers":[{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent loses life, you gain that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fd505c02-c59e-476d-8e88-35da862ddc23","metadata":{"source_printing_ids":["3c340ba8-9287-4072-937a-438251b5ff1d","926074a7-a01d-43bb-a257-0d95394773a0","9b10ba4e-4e6a-4127-a8a3-d9728e8d5f8b","cbd05eaa-7c0d-45f0-b085-87dc1d610c34","ce860ed4-a5bd-4347-9eab-dd716ea84db1","feb45b34-a1e7-4861-b0fe-b701aa5e894a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PFDN"],"rulings":[{"date":"2024-11-08","text":"Damage dealt to an opponent causes that opponent to lose life. An opponent paying life also causes loss of life."},{"date":"2024-11-08","text":"If you and an opponent both lose life simultaneously, and this causes your life total to become 0 or less, you'll lose the game before Bloodthirsty Conqueror's triggered ability can resolve."}],"rarities":["mythic"]},"bloodthorn flail":{"name":"Bloodthorn Flail","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +2/+1.\nEquip—Pay {3} or discard a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"OneOf","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"Equip—Pay {3} or discard a card.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +2/+1."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"01ab7724-1967-4da6-aebd-3729983d6a0e","metadata":{"source_printing_ids":["db38babd-57e8-4e59-9701-11a0682baa77"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rarities":["uncommon"]},"bloodtracker":{"name":"Bloodtracker","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\n{B}, Pay 2 life: Put a +1/+1 counter on this creature.\nWhen this creature leaves the battlefield, draw a card for each +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"PayLife","amount":{"type":"Fixed","value":2}}]},"sub_ability":null,"duration":null,"description":"{B}, Pay 2 life: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, draw a card for each +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fcf9ced2-867d-4bc5-b7b6-6153ed2cac97","metadata":{"source_printing_ids":["73041c8a-2282-40f6-b2bf-592e8091f1de","ca3519c4-4d8c-4caf-bc93-6e6160a3d5b6","d654462f-5346-454f-9905-41218cf6b29e","e05fad97-adf7-46fc-8542-4d847b49a81f","f27d34c1-2d78-48b4-baa2-51be778e8b3d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C18","C21","J22","LCC","PZ2","VOC"],"rulings":[{"date":"2018-07-13","text":"If enough -1/-1 counters are put on Bloodtracker at the same time to make its toughness 0 or less, the number of +1/+1 counters on it before it got any -1/-1 counters will be used to determine how many cards you draw. For example, if there are three +1/+1 counters on Bloodtracker and it gets six -1/-1 counters, you'll draw three cards. That's because Bloodtracker's triggered ability checks the creature's existence just before it leaves the battlefield, and it still has all those counters on it at that point."}],"rarities":["rare"]},"bloom tender":{"name":"Bloom Tender","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Vivid — {T}: For each color among permanents you control, add one mana of that color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"Vivid — {T}: For each color among permanents you control, add one mana of that color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0c23fefe-9891-4dd8-9bb1-eebdb3274e31","metadata":{"source_printing_ids":["0b5f1455-8124-408f-9ca5-9b281ec1708f","200693d6-7164-4b24-8cff-c1f3e407fea9","35dbe45e-16df-4ebb-a76a-df24124de23b","46aa1d12-ee23-4b0f-b574-7f1a625ca279","52c440f6-95f7-473a-8b81-0e423492f205","6c89c1fd-4717-4249-a74f-d9d4935c5753","80acde10-c524-428e-b406-23d6644295d5","ba86688d-18f0-4b5c-a797-42bf125a6c9f","d7cc2828-dfe7-410b-9735-10bb7211f0f5","ef1b78d9-8f09-4d67-ac6b-45204e525b35","fd06fc1f-d8f6-43b0-a795-d759fcdf8272"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","ECL","EVE","PECL","PLST","PRM","SLD","SPG"],"rulings":[{"date":"2008-08-01","text":"Bloom Tender can't produce colorless mana, even if you control a colorless permanent."},{"date":"2008-08-01","text":"Bloom Tender won't produce more than one mana of any particular color. At most, it will produce {W}{U}{B}{R}{G}."},{"date":"2008-08-01","text":"For each color (white, blue, black, red, and green), check to see if you control a permanent of that color. You can count the same permanent for multiple colors. For example, if you control a green enchantment and a white-black creature, Bloom Tender's ability produces {W}{B}{G}."},{"date":"2025-11-17","text":"Bloom Tender can't produce colorless mana, even if you control a colorless permanent."},{"date":"2025-11-17","text":"Bloom Tender won't produce more than one mana of any particular color. At most, it will produce {W}{U}{B}{R}{G}."},{"date":"2025-11-17","text":"For each color (white, blue, black, red, and green), check to see if you control a permanent of that color. You can count the same permanent for multiple colors. For example, if you control a green enchantment and a white-black creature, Bloom Tender's ability produces {W}{B}{G}."}],"rarities":["rare","mythic"]},"blossombind":{"name":"Blossombind","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nWhen this Aura enters, tap enchanted creature.\nEnchanted creature can't become untapped and can't have counters put on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, tap enchanted creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Untap","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"description":"Enchanted creature can't become untapped","condition":null},{"event":"AddCounter","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"description":"Enchanted creature can't have counters put on it","condition":null,"quantity_modification":{"type":"Prevent"}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0ecb35b3-5bd1-4467-a4a3-ce468023ced2","metadata":{"source_printing_ids":["382b83c0-bbbc-4db8-bc04-cfea79aed1b3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rulings":[{"date":"2025-11-17","text":"Damage from a source with wither or infect has no effect on a creature enchanted with Blossombind. No -1/-1 counters are put on it, and no damage is marked on it. The damage is still dealt for purposes of effects that care about damage, such as lifelink."},{"date":"2025-11-17","text":"If a replacement effect allows a player to modify or replace an event by untapping or putting counters on a creature enchanted with Blossombind, that player may apply that replacement effect, but they won't get counters. If the original event is entirely replaced, the original event won't happen."},{"date":"2025-11-17","text":"If the cost of an ability or an additional cost of a spell requires untapping or putting counters on a creature enchanted with Blossombind, that cost can't be paid. If a resolving spell or ability says that a player may untap or put counters on that creature, that player can't choose to do so."},{"date":"2025-11-17","text":"The effect of Blossombind's last ability doesn't remove counters that are already on the enchanted creature."}],"rarities":["common"]},"blow off steam":{"name":"Blow Off Steam","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Blow Off Steam deals 1 damage to any target. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 1 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"bbb6867f-7186-41de-9828-21be469178c1","metadata":{"source_printing_ids":["64c432d5-4f5b-44ac-9d61-891e78460d58"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["WOE"],"rarities":["uncommon"]},"blunt the assault":{"name":"Blunt the Assault","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You gain 1 life for each creature on the battlefield. Prevent all combat damage that would be dealt this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"CombatDamage"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"dccd0533-fda0-41ff-b540-c4f1bb32fc95","metadata":{"source_printing_ids":["6ecff12a-37d5-4a7b-b615-4c5e3bd950bb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["SOM"],"rulings":[{"date":"2011-01-01","text":"You gain 1 life for each creature on the battlefield, not just for each attacking and blocking creature."}],"rarities":["common"]},"boarded window":{"name":"Boarded Window","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures attacking you get -1/-0.\nAt the beginning of each end step, if you were dealt 4 or more damage this turn, exile this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if you were dealt 4 or more damage this turn, exile ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"Any"},"target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking","defender":"You"}]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures attacking you get -1/-0."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"3e159175-78e5-40df-8fe9-e694938e7222","metadata":{"source_printing_ids":["1d0eac1f-b764-405c-9d75-999a2570aafe","21827378-cd7b-4be7-9a1f-bbe82885496d","9527ae28-341a-402d-bbf2-96d9cdb7fcd4","f02cf94c-94d3-4c4c-a7ae-b4d48ef5b14e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","INR","VOW"],"rulings":[{"date":"2021-11-19","text":"Boarded Window's triggered ability checks the total amount of damage dealt to you during the turn. That damage needn't have been dealt all at once, and Boarded Window needn't have been on the battlefield at the time the damage was dealt. Boarded Window doesn't take into account any life that you gained this turn."}],"rarities":["uncommon"]},"body of knowledge":{"name":"Body of Knowledge","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Avatar"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Body of Knowledge's power and toughness are each equal to the number of cards in your hand.\nYou have no maximum hand size.\nWhenever this creature is dealt damage, draw that many cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, draw that many cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the number of cards in your hand."},{"mode":"NoMaximumHandSize","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have no maximum hand size."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7fc6a5c1-f0da-42f6-93d0-6d94467e2ac0","metadata":{"source_printing_ids":["0295f53a-0529-4809-9f57-0c3f747ca449","185b2e8f-ab37-42e4-b3a1-f38b19a2e05a","58811652-dff7-4b96-b4f0-86f99bac88bf","786ae686-0790-4ba1-927f-523984331549"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC","CMR","DSC","PRM"],"rulings":[{"date":"2020-11-10","text":"As long as Body of Knowledge is in your hand, its ability will count itself."},{"date":"2020-11-10","text":"Creatures may be dealt damage greater than their toughness. For example, if Body of Knowledge is a 3/3 creature and a source deals 5 damage to it, you'll draw five cards. Note that if Body of Knowledge is dealt lethal damage, it dies before the cards are drawn, meaning they won't raise Body of Knowledge's toughness in time to save it."},{"date":"2020-11-10","text":"The ability that defines Body of Knowledge's power and toughness applies in all zones, not just the battlefield."}],"rarities":["rare"]},"bog elemental":{"name":"Bog Elemental","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Protection from white\nAt the beginning of your upkeep, sacrifice this creature unless you sacrifice a land.","non_ability_text":null,"flavor_name":null,"keywords":[{"Protection":{"Color":"White"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you sacrifice a land.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"82344b5b-7cd9-460d-9966-f09432ed8e59","metadata":{"source_printing_ids":["75191915-352e-4de7-b216-63f0ff588ba5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PCY"],"rarities":["rare"]},"bog imp":{"name":"Bog Imp","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Imp"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying (This creature can't be blocked except by creatures with flying or reach.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"45b94e3c-a905-435b-aee5-bec9239fd24c","metadata":{"source_printing_ids":["0aa5efb5-d893-4126-af86-28a29e029ea8","33eb7e04-dc9f-40ee-93d1-39df5e9e8f1f","79073387-b835-4079-aa22-76c866488fbe","7f1e2c65-d2b0-4bf7-b302-d755e9259ce2","846f5cda-3d93-4dfd-b1c3-1dff7b814d98","94903771-d0d0-49dd-b28a-438ef4bdf416","c11924b2-c290-47a1-803d-b00c433cf840","c50c3053-3cf3-40d3-bc9e-2fc292f11c34","cea56b32-e0cc-4261-a5a8-c85cb6bd55ad","d3f70e3a-b094-45f9-8e34-02db116292ce","e3bb7271-634a-4612-9073-7a5438e8c2b8","fa02b4a5-8302-483c-9f38-b559974a601c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","6ED","7ED","8ED","9ED","DRK","ITP","POR","REN","RQS","S99"],"rarities":["common"]},"boiling blood":{"name":"Boiling Blood","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature attacks this turn if able.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature attacks this turn if able.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"cd55a003-da0d-4522-b08a-d0731b1050c6","metadata":{"source_printing_ids":["3fcb85b6-ab5a-40db-aaae-555315f32877","6ee530f3-118c-45cc-9b42-7f19f5786134"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","WTH"],"rarities":["common"]},"bolas's citadel":{"name":"Bolas's Citadel","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nYou may play lands and cast spells from the top of your library. If you cast a spell this way, pay life equal to its mana value rather than pay its mana cost.\n{T}, Sacrifice ten nonland permanents: Each opponent loses 10 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":10}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"count":10}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice ten nonland permanents: Each opponent loses 10 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Play","frequency":"Unlimited","alt_cost":{"type":"PayLife","amount":{"type":"Ref","qty":{"type":"SelfManaValue"}}}}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands and cast spells from the top of your library. If you cast a spell this way, pay life equal to its mana value rather than pay its mana cost."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2bd111bb-ce02-414c-b5b7-e0e037d8d96b","metadata":{"source_printing_ids":["24b2833e-6c08-4f33-8481-f65f2a063c60","5a16665a-2600-460a-a5ad-417930fda62c","7572bb1d-0578-4ebb-9180-dbb709ec9a5c","d2124603-d20e-40eb-97f0-a66323397ac2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","MB2","PLG21","PRM","PWAR","SLD","WAR"],"rulings":[{"date":"2019-05-03","text":"Bolas's Citadel lets you look at the top card of your library whenever you want (with one restriction—see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2019-05-03","text":"Bolas's Citadel may be one of the permanents you sacrifice to activate its last ability."},{"date":"2019-05-03","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2019-05-03","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast the top card of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2019-05-03","text":"If you cast a spell for another cost \"rather than pay its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, such as that of Spark Harvest, those must be paid to cast the card."},{"date":"2019-05-03","text":"In a Two-Headed Giant game, the last ability of Bolas's Citadel causes the opposing team to lose 20 life."},{"date":"2019-05-03","text":"You can play a land card from the top of your library only if you have available land plays remaining."},{"date":"2019-05-03","text":"You must follow the normal timing permissions and restrictions of the cards you play from your library."}],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"bolt bend":{"name":"Bolt Bend","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {3} less to cast if you control a creature with power 4 or greater.\nChange the target of target spell or ability with a single target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeTargets","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasSingleTarget"}]}]},{"type":"And","filters":[{"type":"StackAbility"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasSingleTarget"}]}]}]},"scope":{"type":"Single"},"forced_to":null},"cost":null,"sub_ability":null,"duration":null,"description":"Change the target of target spell or ability with a single target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":3},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Battlefield"}]}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {3} less to cast if you control a creature with power 4 or greater."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c20a96f7-aa5a-4c15-b8b1-806685c99b27","metadata":{"source_printing_ids":["39b35408-3728-4e1b-9f58-b0775df914d6","771b9f25-76f8-4da9-b3ab-ee51f4ad32d9","83e25127-9e01-4eef-b0ea-4670ed16a59d","cf01af2c-68e5-4bb5-81de-f3a1b860fb2e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PLST","TLE","WAR"],"rulings":[{"date":"2024-11-08","text":"If a spell or ability targets multiple things, you can't target it with Bolt Bend, even if all but one of those targets have become illegal."},{"date":"2024-11-08","text":"If a spell or ability targets the same player or object multiple times, you can't target it with Bolt Bend."},{"date":"2024-11-08","text":"Once you announce that you're casting Bolt Bend, no player may take actions until the spell has been paid for. Notably, opponents can't try to change whether you control a creature with power 4 or greater."},{"date":"2024-11-08","text":"Once you've cast Bolt Bend, losing control of all creatures with power 4 or greater won't affect the spell or cause you to pay more mana."},{"date":"2024-11-08","text":"The single target that the target spell or ability targets doesn't have to be a creature you control with power 4 or greater."},{"date":"2024-11-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."},{"date":"2024-11-08","text":"You don't choose the new target for the spell or ability until Bolt Bend resolves. You must change the target if possible. However, you can't change the target to an illegal target. If there are no legal targets to choose from, the target isn't changed. It doesn't matter if the original target has somehow become illegal itself."}],"rarities":["uncommon"]},"bomat courier":{"name":"Bomat Courier","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever this creature attacks, exile the top card of your library face down. (You can't look at it.)\n{R}, Discard your hand, Sacrifice this creature: Put all cards exiled with this creature into their owners' hands.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Hand","target":{"type":"ExiledBySource"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"filter":null,"random":false,"self_ref":false},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{R}, Discard your hand, Sacrifice ~: Put all cards exiled with ~ into their owners' hands.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, exile the top card of your library face down.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a88f3881-4f43-4473-965f-f5c24ae5752f","metadata":{"source_printing_ids":["425bff89-ad15-4d22-bce9-a4a07dbafd87","e7fb3cd7-cec6-4c93-8de6-1b074320052c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR","PKLD"],"rulings":[{"date":"2016-09-20","text":"Each Bomat Courier you control has its own cache of cards. Bomat Courier's last ability only puts those cards into your hand, not those of any other Bomat Courier."},{"date":"2016-09-20","text":"If Bomat Courier leaves the battlefield before you activate its last ability, any cards exiled by its triggered ability remain exiled face down for the rest of the game. If you somehow return the same Bomat Courier card to the battlefield, it will be a different object with no connection to those face-down cards."},{"date":"2016-09-20","text":"You can pay the cost of “discard your hand” even if your hand contains zero cards."}],"rarities":["rare"]},"bonder's ornament":{"name":"Bonder's Ornament","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color.\n{4}, {T}: Each player who controls a permanent named Bonder's Ornament draws a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{4}, {T}: Each player who controls a permanent named Bonder's Ornament draws a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"ControlsCount","relation":{"type":"All"},"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Named","name":"Bonder's Ornament"}]},"comparator":"GE","count":{"type":"Fixed","value":1}}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"634a61a1-47a4-4a23-b138-fb487e6a7cba","metadata":{"source_printing_ids":["5afe425c-50a7-4d29-ac14-0edb094fc770","89486719-4aba-4465-986b-fecbe4d409a1","f59dd1e8-fc3c-437a-a2ff-638a018ffbfb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["C20","CMM","PLST"],"rulings":[{"date":"2020-04-17","text":"If one player controls more than one Bonder’s Ornament, that player draws just one card while resolving its second ability."}],"rarities":["common"]},"bone splinters":{"name":"Bone Splinters","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a creature.\nDestroy target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0c936582-d4c0-4da8-bc7e-49da5a433939","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}},"metadata":{"source_printing_ids":["0602df44-7e23-46de-bb0b-8f9c67b883df","0a35bb96-89de-4a0a-a53e-aa97f800e92f","106b5c96-d1bd-433d-955e-ace0b60d3bc3","387eda28-f35b-48b0-ba59-773d82902327","74780faa-1c64-4d73-8d09-53b47ba02d7a","749c39f3-fcfb-4a73-a3f2-f17eb8bb9bc4","7e75a7e9-902a-4733-8cd4-767247174a4c","d4a4b3a3-b7ae-4210-8037-098fdf5808d0","d5962a39-1c67-49e1-b4c9-580e6d37b814","d9847c5a-056e-45fb-9871-ca1dcaddb61d","fc676672-1aeb-420a-b909-5a3215cc2ca6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ALA","AVR","BFZ","DDN","DMU","GNT","JMP","M20","MM2","MM3","PLST","SLD"],"rulings":[{"date":"2022-09-09","text":"Once you begin to cast Bone Splinters, no player may take actions until you’re done. Notably, opponents can’t try to remove the creature you wish to sacrifice."},{"date":"2022-09-09","text":"You must sacrifice exactly one creature to cast this spell; you can’t cast it without sacrificing a creature, and you can’t sacrifice additional creatures."}],"rarities":["common","rare"]},"bonecrusher giant":{"name":"Bonecrusher Giant","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes the target of a spell, this creature deals 2 damage to that spell's controller.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringSpellController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"StackSpell"},"description":"Whenever ~ becomes the target of a spell, ~ deals 2 damage to that spell's controller.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d6d72f5f-8f5d-4180-b514-f22ff5482902","metadata":{"source_printing_ids":["09fd2d9c-1793-4beb-a3fb-7a869f660cd4","3a6431fd-4b79-488e-a0c0-57731616bd08","b5b71cd2-de35-451f-b16e-2e3936169407","c402a722-d412-4598-8a1e-edb889b957e8","ff984a4c-1818-4f8f-a9d7-fce57e77937d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["CLB","ELD","PELD","PLST","PRM"],"rulings":[{"date":"2019-10-04","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Giant Killer is a white creature card whose mana value is 1. It can't be the target of the triggered ability of Mystic Sanctuary."},{"date":"2019-10-04","text":"Bonecrusher Giant's ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2019-10-04","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2019-10-04","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to cast it as a permanent later."},{"date":"2019-10-04","text":"If a spell targets Bonecrusher Giant more than once, its ability triggers only once."},{"date":"2019-10-04","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to cast it as a permanent spell."},{"date":"2019-10-04","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to cast the copy as a permanent."},{"date":"2019-10-04","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2019-10-04","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2019-10-04","text":"If the chosen target is an illegal target by the time Stomp tries to resolve, the spell won't resolve. Damage can be prevented as usual."},{"date":"2019-10-04","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if Giant Killer is exiled with the last ability of Vivien, Champion of the Wilds, you can't cast it as Chop Down."},{"date":"2019-10-04","text":"Protection prevents damage, so protection will be unable to prevent damage after Stomp has resolved. However, this won't allow a spell or ability to target illegally, even if that spell or ability would cause damage to be dealt."},{"date":"2019-10-04","text":"Stomp only stops damage from being prevented by effects that specifically use the word \"prevent.\""},{"date":"2019-10-04","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2019-10-04","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you'll be able to cast it only during your main phase while the stack is empty."}],"rarities":["rare"]},"bonesplitter":{"name":"Bonesplitter","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +2/+0.\nEquip {1}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +2/+0."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"452e3f5f-ce17-4682-966b-5cc100210aee","metadata":{"source_printing_ids":["465a7990-c9f9-4716-a833-fd41458b9cee","690972a8-72df-4050-a353-16e45589167c","b09dad6d-ec9a-40b4-b136-7a8b58a42a3b","bda22fad-8149-42fb-b915-2c2580efb353"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["CMR","HA4","MMA","MRD","PAL03","PLST","PRM","PSAL","TD0","TD2"],"rarities":["common"]},"book burning":{"name":"Book Burning","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Any player may have Book Burning deal 6 damage to them. If no one does, target player mills six cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":6},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":6},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Any player may have ~ deal 6 damage to them. If no one does, target player mills six cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"644a8946-4890-4c2b-978f-02eedc95b5ad","metadata":{"source_printing_ids":["bead678c-7b6a-4668-9919-623312e08a65"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["JUD"],"rarities":["common"]},"boom scholar":{"name":"Boom Scholar","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Advisor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Exhaust abilities of other permanents you control cost {2} less to activate.\nExhaust — {4}{R}{G}: Creatures and Vehicles you control gain trample until end of turn. Put two +1/+1 counters on this creature. (Activate each exhaust ability only once.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[]}]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red","Green"],"generic":4}},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Exhaust — {4}{R}{G}: Creatures and Vehicles you control gain trample until end of turn. Put two +1/+1 counters on ~.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"}],"ability_tag":{"type":"Exhaust"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Reduce","keyword":"exhaust","amount":2,"exemption":"None"}},"affected":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Exhaust abilities of other permanents you control cost {2} less to activate."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"48296cc0-0141-47c6-9ec8-ada6171fee6f","metadata":{"source_printing_ids":["f2b84684-10c9-4635-a922-620f04809bb1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rulings":[{"date":"2025-02-07","text":"Boom Scholar’s first ability can cause the mana component of the cost to activate an ability to be {0}."},{"date":"2025-02-07","text":"Exhaust abilities can be activated any time you could normally activate an ability."},{"date":"2025-02-07","text":"If an ability triggers whenever you activate an exhaust ability, that ability resolves before the exhaust ability resolves."},{"date":"2025-02-07","text":"If an exhaust ability of a permanent is activated, and then that permanent leaves the battlefield and returns to the battlefield, it becomes a new object so its exhaust ability can be activated again."}],"rarities":["uncommon"]},"boon reflection":{"name":"Boon Reflection","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you would gain life, you gain twice that much life instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"GainLife","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"EventContextAmount"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would gain life, you gain twice that much life instead.","condition":null}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b86d3142-568a-4eea-b1ae-5fcfc1453533","metadata":{"source_printing_ids":["0d4032a7-600c-4b30-a012-fe3cde1be9c9","1a27ba4d-53af-427d-9e51-be04db077fac"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","SHM"],"rulings":[{"date":"2020-08-07","text":"If an effect would set your life total to a specific number that's higher than your current life total, that effect would cause you to gain life equal to the difference. Boon Reflection will then double the amount of life that effect would cause you to gain. For example, if you have 3 life and an effect says that your life total “becomes 10,” your life total will actually become 17."},{"date":"2020-08-07","text":"In a Two-Headed Giant game, only Boon Reflection's controller is affected by it. If that player's teammate gains life, Boon Reflection will have no effect, even when that life gain is applied to the shared team life total."},{"date":"2020-08-07","text":"The effects of multiple Boon Reflections are cumulative. For example, if you control two Boon Reflections, you'll gain four times the original amount of life. If you control three Boon Reflections, you'll gain eight times the original amount, and so on."}],"rarities":["rare"]},"boon satyr":{"name":"Boon Satyr","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Satyr"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nBestow {3}{G}{G} (If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached.)\nEnchanted creature gets +4/+2.","non_ability_text":null,"flavor_name":null,"keywords":["Flash",{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["Green","Green"],"generic":3}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":2}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +4/+2."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"aedcd2fb-813a-4915-b7b9-ac7479863462","metadata":{"source_printing_ids":["477a30f3-3cbe-42a5-9fae-fe5885a8cf25","a380d201-e5cd-49b2-8bcd-fdeeb912d023","f50c12c4-5565-449a-b30e-7cd896da7735"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C18","PIO","THS"],"rulings":[{"date":"2018-07-13","text":"A spell with bestow is either a creature spell or an Aura spell. It's never both. Similarly, a permanent with bestow is either a creature or an Aura, but not both."},{"date":"2018-07-13","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2018-07-13","text":"Bestow is an alternative cost to cast the spell with bestow. It can't be combined with other alternative costs, such as casting a spell “without paying its mana cost.”"},{"date":"2018-07-13","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2018-07-13","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a bestow cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."},{"date":"2018-07-13","text":"Unlike other Aura spells, an Aura spell with bestow still resolves if its target is illegal. Instead of entering the battlefield as an Aura, the effect making it an Aura spell ends, it loses enchant creature, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2018-07-13","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if the enchanted creature leaves the battlefield or becomes an illegal creature for the Aura to enchant. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."}],"rarities":["uncommon","rare"]},"boromir, warden of the tower":{"name":"Boromir, Warden of the Tower","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever an opponent casts a spell, if no mana was spent to cast it, counter that spell.\nSacrifice Boromir: Creatures you control gain indestructible until end of turn. The Ring tempts you.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":{"kind":"Spell","effect":{"type":"RingTemptsYou"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Sacrifice ~: Creatures you control gain indestructible until end of turn. the ring tempts you.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, if no mana was spent to cast it, counter that spell.","constraint":null,"condition":{"type":"ManaSpentCondition","text":"no mana was spent to cast it"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d72b57e5-1c6e-4f02-968f-7e2dd24f0d3c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["554110e1-dcf1-4656-bec0-084e501ce71e","7443a193-8ddb-43a9-8293-3791f4df0dc0","97ec04f9-0563-4490-b252-714df2ddbf58","e186ef93-f369-4b4d-a683-36f338b6ce3f","f6bc3720-2892-4dda-8f30-079a1ac8e1e2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"As the Ring tempts you, you get an emblem named The Ring if you don't have one. Then your emblem gains its next ability and you choose a creature you control to become (or remain) your Ring-bearer."},{"date":"2023-06-16","text":"Each player can have only one emblem named The Ring and only one Ring-bearer at a time."},{"date":"2023-06-16","text":"Each time the Ring tempts you, you must choose a creature if you control one."},{"date":"2023-06-16","text":"If a spell is cast with an alternative cost that includes mana (such as flashback), Boromir's second ability won't trigger and won't counter that spell. Similarly, if a spell is cast without paying its mana cost, but the player did pay mana for additional costs such as from kicker or from Thorn of Amethyst, Boromir's second ability won't trigger and won't counter that spell."},{"date":"2023-06-16","text":"If the creature you choose as your Ring-bearer was already your Ring-bearer, that still counts as choosing that creature as your Ring-bearer for the purpose of abilities that trigger \"whenever you choose a creature as your Ring-bearer\" or abilities that care about which creature was chosen as your Ring-bearer."},{"date":"2023-06-16","text":"Players may cast spells that they know Boromir, Warden of the Tower will counter. Any abilities that trigger when spells are cast will still trigger and resolve if appropriate, and any effects that count how many spells are cast will still count those spells if appropriate."},{"date":"2023-06-16","text":"Some spells and abilities that cause the Ring to tempt you may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. The Ring won't tempt you."},{"date":"2023-06-16","text":"The Ring can tempt you even if you don't control a creature. In this case, abilities that trigger \"whenever the Ring tempts you\" will still trigger."},{"date":"2023-06-16","text":"The Ring gains its abilities in order from top to bottom. Once it gains an ability, it has that ability for the rest of the game."}],"rarities":["rare"]},"boros battleshaper":{"name":"Boros Battleshaper","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Minotaur","Soldier"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each combat, up to one target creature attacks or blocks this combat if able and up to one target creature can't attack or block this combat.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"MustBlock","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfCombat","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantAttack","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't attack or block"},{"mode":"CantBlock","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't attack or block"}],"duration":"UntilEndOfCombat","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfCombat","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"duration":"UntilEndOfCombat","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each combat, up to one target creature attacks or blocks this combat if able and up to one target creature can't attack or block this combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"cf5bf1ef-e40b-4fb5-8148-d4ca7a307501","metadata":{"source_printing_ids":["6c43e449-acf2-4e94-b7cf-8c84d70191da"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["DGM"],"rulings":[{"date":"2013-04-15","text":"A creature forced to attack does so only if it’s able to do so as attackers are declared. If, at that time, the creature is tapped, is affected by a spell or ability that says it can’t attack, or hasn’t been under that player’s control continuously since the turn began (and doesn’t have haste), then it doesn’t attack. If there’s a cost associated with having the creature attack, the creature’s controller isn’t forced to pay that cost, so it doesn’t attack in that case either."},{"date":"2013-04-15","text":"A creature forced to block does so only if it’s able to do so as blockers are declared. If, at that time, the creature is tapped, is affected by a spell or ability that says it can’t block, or no creatures are attacking its controller or a planeswalker controlled by that player, then it doesn’t block. If there’s a cost associated with having the creature block, its controller isn’t forced to pay that cost, so it doesn’t block in that case either."},{"date":"2013-04-15","text":"If you choose two targets for Boros Battleshaper’s ability, and only one of those targets is legal when the ability tries to resolve, only the legal target will be affected. If all targets are illegal when the ability tries to resolve, it won’t resolve and none of its effects will happen."},{"date":"2013-04-15","text":"The controller of each creature chooses which player or planeswalker it attacks or which attacking creature it blocks, as appropriate."},{"date":"2013-04-15","text":"You may choose zero targets for either or both instances of “up to one target creature.”"}],"rarities":["rare"]},"boros charm":{"name":"Boros Charm","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Boros Charm deals 4 damage to target player or planeswalker.\n• Permanents you control gain indestructible until end of turn.\n• Target creature gains double strike until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain double strike"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"2679d0dd-ba30-4a1c-b6a0-b3ac6c790496","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["~ deals 4 damage to target player or planeswalker.","Permanents you control gain indestructible until end of turn.","Target creature gains double strike until end of turn."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["0f375bb9-1294-4f43-8f0c-504ed6cfb7d0","152458a4-bd3c-43d2-b74a-d2d5341325ba","22dc1c3a-0110-4925-a745-e51b20553027","36c3288b-ab10-40df-a0ce-17ee4ecdb98e","437b0685-ed50-40b9-ae0d-ec2f75026474","4cf1419c-11fa-46a1-89e0-11b14ec40fa7","607d5bb1-001a-451a-8021-434f7c0eda93","89f2f6fa-80b0-45c8-92f3-b0c2826ffb06","a6e601a7-c542-4843-98c6-e0a38aaf6cab","ac8cd7a1-3f79-405b-8930-2206f32c2035","d4ddf9cc-40a7-4b4f-bb51-b08171453c9a","dfa38f6a-177a-4f3a-9a05-325c715a94c5","e0d8c9f6-cbbd-4694-b100-01cfb81036cc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","C13","C16","C21","CMR","FDN","GK1","GTC","NCC","ONC","OTC","PRM","SLD"],"rulings":[{"date":"2024-11-08","text":"Boros Charm's second mode affects only permanents you control at the time it resolves. It won't affect permanents that come under your control later in the turn."},{"date":"2024-11-08","text":"Planeswalkers with indestructible will still have loyalty counters removed from them as they are dealt damage. If a planeswalker with indestructible has no loyalty counters, it will still be put into its owner's graveyard, as the rule that does this doesn't destroy the planeswalker."}],"rarities":["uncommon","rare"]},"boros elite":{"name":"Boros Elite","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Battalion — Whenever this creature and at least two other creatures attack, this creature gets +2/+2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ and at least two other creatures attack, ~ gets +2/+2 until end of turn.","constraint":null,"condition":{"type":"MinCoAttackers","minimum":2},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7c83fb45-03af-4f1a-b7e3-2c4f47511658","metadata":{"source_printing_ids":["62774447-d586-44b3-8f4b-0d8094dfbb85","8a7ab714-179a-4d37-ac88-6bd57f24d5a2","a03974e6-aced-4664-8c5c-3190bb1eb233","c39f6916-e89d-4185-84b9-c6c02e348ad8","c568a548-ba20-46f1-9519-f52a84657ef8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GK1","GTC","J21","PLST","RVR"],"rulings":[{"date":"2013-04-15","text":"Once a battalion ability has triggered, it doesn't matter how many creatures are still attacking when that ability resolves."},{"date":"2013-04-15","text":"The effects of battalion abilities vary from card to card. Read each card carefully."},{"date":"2024-01-12","text":"The three attacking creatures don't have to be attacking the same player, planeswalker, or battle."}],"rarities":["common","uncommon"]},"boros strike-captain":{"name":"Boros Strike-Captain","mana_cost":{"type":"Cost","shards":["RedWhite","RedWhite"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Minotaur","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Battalion — Whenever this creature and at least two other creatures attack, exile the top card of your library. During any turn you attacked with three or more creatures, you may play that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":false,"mode":"Play"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"AttackedThisTurn","scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ and at least two other creatures attack, exile the top card of your library. During any turn you attacked with three or more creatures, you may play that card.","constraint":null,"condition":{"type":"MinCoAttackers","minimum":2},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"30b20932-0d9a-447f-b934-1daa8c44a678","metadata":{"source_printing_ids":["11fab2c1-250a-44f7-a187-ee0352b81569"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLU"],"rulings":[{"date":"2024-02-02","text":"If Boros Strike-Captain leaves the battlefield, the effect allowing you to play the exiled card if you attacked with three or more creatures continues to apply, even during later turns, as long as you attack with three or more creatures during those later turns."},{"date":"2024-02-02","text":"Once a battalion ability has triggered, it doesn't matter how many creatures are still attacking when that ability resolves."},{"date":"2024-02-02","text":"Similarly, once you attack with three or more creatures in a single turn, you can still play the exiled card that turn no matter what happens to those creatures."},{"date":"2024-02-02","text":"The three attacking creatures don't have to be attacking the same player, planeswalker, or battle."},{"date":"2024-02-02","text":"You pay all costs and follow all normal timing rules for a card played this way. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"boseiju, who endures":{"name":"Boseiju, Who Endures","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}.\nChannel — {1}{G}, Discard this card: Destroy target artifact, enchantment, or nonbasic land an opponent controls. That player may search their library for a land card with a basic land type, put it onto the battlefield, then shuffle. This ability costs {1} less to activate for each legendary creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[{"type":"NotSupertype","value":"Basic"}]}]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"AnyOf":[{"Subtype":"Plains"},{"Subtype":"Island"},{"Subtype":"Swamp"},{"Subtype":"Mountain"},{"Subtype":"Forest"}]}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false,"target_player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Channel — {1}{G}, Discard this card: Destroy target artifact, enchantment, or nonbasic land an opponent controls. That player may search their library for a land card with a basic land type, put it onto the battlefield, then shuffle. This ability costs {1} less to activate for each legendary creature you control.","target_prompt":null,"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}}}},"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bf1341dd-41a3-49f6-87ec-63170dde4324","metadata":{"source_printing_ids":["0055ea30-20fb-4324-a632-8fed87628f05","2135ac5a-187b-4dc9-8f82-34e8d1603416","2488a80b-6882-4b59-8232-f02f800204a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"Discarding the card is part of the cost to activate a channel ability."},{"date":"2022-02-18","text":"If a channel ability requires a target, you may not activate it without a target just to discard the card."}],"rarities":["rare"]},"bottomless pool":{"name":"Bottomless Pool","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you unlock this door, return up to one target creature to its owner's hand.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"UnlockDoor","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you unlock this door, return up to one target creature to its owner's hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b9ac4856-5cdb-479f-b0f5-7fa0b232a5ff","metadata":{"source_printing_ids":["606fe87c-d17b-4fa7-8e82-e7002d8229ef"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"If creatures you control deal combat damage to multiple players at the same time, Locker Room's ability will trigger once for each player dealt combat damage this way."}],"rarities":["uncommon"]},"boulderloft pathway":{"name":"Boulderloft Pathway","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {W}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"7c304547-a4b1-46c9-baed-16d2bfbe16eb","metadata":{"source_printing_ids":["0511e232-2a72-40f5-a400-4f7ebc442d17","655724d5-ee5f-49f5-92d3-7186ed2789d8","738ebafa-04be-4ba9-ae65-5f85e00c645a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PLST","PRM","PZNR","SLU","ZNR"],"rarities":["rare"]},"bound by moonsilver":{"name":"Bound by Moonsilver","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature can't attack, block, or transform.\nSacrifice another permanent: Attach this Aura to target creature. Activate only as a sorcery and only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice another permanent: Attach ~ to target creature. Activate only as a sorcery and only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"},{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature can't attack, block, or transform."},{"mode":"CantBlock","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature can't attack, block, or transform."},{"mode":{"Other":"CantTransform"},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature can't attack, block, or transform."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7a98a1d1-7366-4b38-9047-48269790d328","metadata":{"source_printing_ids":["160464c0-0d30-4332-bcab-521e51f6b347","647f5c2f-3ced-4397-a366-6f0e57582566","7bdf107d-eb67-421c-a7a9-b3e62e03f766","8435da1b-b814-4335-8850-396a6fdf0a23"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["INR","SIR","SOI"],"rulings":[{"date":"2016-04-08","text":"Activated and triggered abilities of the enchanted creature that would cause it to transform can still be activated or triggered. If those abilities have any other effects, those effects will happen."},{"date":"2016-04-08","text":"You control Bound by Moonsilver even while it enchants an opponent’s creature. Only you can activate its last ability."}],"rarities":["common","uncommon"]},"bow of nylea":{"name":"Bow of Nylea","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Attacking creatures you control have deathtouch.\n{1}{G}, {T}: Choose one —\n• Put a +1/+1 counter on target creature.\n• Bow of Nylea deals 2 damage to target creature with flying.\n• You gain 3 life.\n• Put up to four target cards from your graveyard on the bottom of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":4,"mode_descriptions":["Put a +1/+1 counter on target creature.","~ deals 2 damage to target creature with flying.","You gain 3 life.","Put up to four target cards from your graveyard on the bottom of your library in any order."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Attacking"}]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking creatures you control have deathtouch."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"361b965f-2ce7-49f8-84e7-7325ea0c948d","metadata":{"source_printing_ids":["04dfd2d0-bdd4-485d-a8a3-d3c3ad31014b","504505be-f58a-45fc-872c-f4a49dc715e1","89a2c408-e953-4386-abaf-4af85aba9620"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["PLST","SLD","THS"],"rulings":[{"date":"2013-09-15","text":"You choose which mode you're using as you activate the ability."}],"rarities":["rare"]},"brackish blunder":{"name":"Brackish Blunder","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target creature to its owner's hand. If it was tapped, create a Map token. (It's an artifact with \"{1}, {T}, Sacrifice this token: Target creature you control explores. Activate only as a sorcery.\")","non_ability_text":null,"flavor_name":null,"keywords":["Explore"],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Map","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Map"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Tapped"}]},"use_lki":true},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return target creature to its owner's hand. If it was tapped, create a Map token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4ad34f85-a185-458a-a7a1-eb60f7efce5b","metadata":{"related_token_ids":["cd91506e-6a64-5e5c-948e-851ed31ac543"],"source_printing_ids":["dea3d0f4-76f5-416f-93ba-8b003b967816"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If a resolving spell or ability instructs a specific creature to explore but that creature has left the battlefield, the creature still explores. If you reveal a nonland card this way, you won't put a +1/+1 counter on anything, but you may put the revealed card into your graveyard. Effects that trigger \"whenever a creature explores\" trigger as appropriate."},{"date":"2023-11-10","text":"If an ability instructs a creature to explore, its controller reveals the top card of their library. If it's a land card, they'll put it into their hand. Otherwise, they'll put a +1/+1 counter on that creature, then choose to either leave that card on top of their library or put it into their graveyard."},{"date":"2023-11-10","text":"If no card is revealed, most likely because that player's library is empty, the exploring creature receives a +1/+1 counter."},{"date":"2023-11-10","text":"In some unusual cases, noncreature permanents may explore. For example, if the creature card returned by Defossilize is somehow not a creature once it's on the battlefield, it can still explore. You'll take all the same actions, and you may end up putting a +1/+1 counter on the permanent. (Note that some effects target a creature, and those effects would still require a legal target to have it explore.)"},{"date":"2023-11-10","text":"Map tokens are a kind of predefined token. Each one is a colorless artifact with the artifact subtype Map and the ability \"{1}, {T}, Sacrifice this artifact: Target creature you control explores. Activate only as a sorcery.\""},{"date":"2023-11-10","text":"Once an ability that causes a creature to explore begins to resolve, no player may take any other actions until it's done. Notably, opponents can't try to remove the exploring creature after you reveal a nonland card but before it receives a counter."},{"date":"2023-11-10","text":"Some spells or abilities might cause a creature to explore multiple times in a row. If you reveal a nonland card when a creature explores and leave it on top of your library, then the creature explores again immediately afterwards, you'll reveal the same card again."}],"rarities":["common"]},"braids, arisen nightmare":{"name":"Braids, Arisen Nightmare","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Nightmare"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, you may sacrifice an artifact, creature, enchantment, land, or planeswalker. If you do, each opponent may sacrifice a permanent of their choice that shares a card type with it. For each opponent who doesn't, that player loses 2 life and you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"SharesQuality","quality":"CardType","reference":{"type":"ParentTarget"}}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"OriginalController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, you may sacrifice an artifact, creature, enchantment, land, or planeswalker. If you do, each opponent may sacrifice a permanent of their choice that shares a card type with it. For each opponent who doesn't, that player loses 2 life and you draw a card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e0445c80-fa53-4c3e-881e-940e9fce7f57","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1e20d56c-20df-4fe9-a329-df5768a180af","4ff97c69-6a6b-401c-b0a1-55fa81045d19","9f8937d6-a1a0-4930-968f-29fa611528e5","f2559ff7-a97c-40c6-942f-36998eafb050","f96223d0-04c4-40c2-87a9-0c6bc74adddb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","DSC","EOC","GDY","PDMU","PRM","PWCS"],"rulings":[{"date":"2022-09-09","text":"If the permanent that you sacrifice as you resolve Braids's triggered ability has more than one card type, each opponent may choose to sacrifice any permanent they control that shares any card type with it. For example, if the permanent you sacrifice is an artifact creature, one opponent might choose to sacrifice an artifact and another opponent might choose to sacrifice a creature."}],"rarities":["rare"]},"braids, cabal minion":{"name":"Braids, Cabal Minion","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Minion"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, that player sacrifices an artifact, creature, or land of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"ScopedPlayer","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]},{"type":"Typed","type_filters":["Land"],"controller":"ScopedPlayer","properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player sacrifices an artifact, creature, or land of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d85aa59b-c6aa-4b2f-885c-59d6e5e6e8b9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["27691efa-052d-4afe-b9ef-159858ca660f","4dcdcad5-e4fb-480e-984f-1ac5cdc986b9","f532bca1-a115-4fe7-847e-296677bdd3ee"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EMA","MH2","ODY"],"rulings":[{"date":"2016-06-08","text":"At the beginning of your upkeep, triggered abilities you control will resolve after triggered abilities your opponents control. If an opponent controls Braids and you control a triggered ability that puts a permanent onto the battlefield, you won't be able to sacrifice that permanent to satisfy Braids's ability."}],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"braids, conjurer adept":{"name":"Braids, Conjurer Adept","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, that player may put an artifact, creature, or land card from their hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"ScopedPlayer","properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":["Land"],"controller":"ScopedPlayer","properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player may put an artifact, creature, or land card from their hand onto the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"359b8f2c-831e-47d0-9267-dae79cecb63a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0f16252d-0692-43f6-b980-ed9a6d937637","3c5db271-9b38-44ad-943f-785c8f4d04a0","593dfb2f-ede0-413a-b037-46ae5c3769e4","9ea0a701-1349-4d32-9fe7-8a2563c9613d","f6dfe0e9-4764-406b-9961-6d765a73de8d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","CMM","PLC","PLST"],"rulings":[{"date":"2020-08-07","text":"Braids's effect doesn't count as playing a land if you put one onto the battlefield with it. You can still play a land for the turn during your main phase."},{"date":"2020-08-07","text":"If the permanent you put onto the battlefield has an ability that triggers at the beginning of your upkeep, it won't trigger during that upkeep."}],"rarities":["rare"]},"brain freeze":{"name":"Brain Freeze","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player mills three cards.\nStorm (When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)","non_ability_text":null,"flavor_name":null,"keywords":["Storm"],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":"Target player mills three cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"464c0150-3dbc-403b-9ada-fef25ab1f29d","metadata":{"source_printing_ids":["3a2d7cf9-dddb-4de3-b4f2-c52e3ec8fb4b","3f77b203-8574-4a5f-91f1-b7caf3301739","59a43ef5-08f0-44fc-802d-b6cfd56b7d1f","a654b30c-4af3-48af-b436-d177b53e9c71","a66d7e4c-f268-4596-b2ff-f215ec162cbc","bd880fc4-b298-416a-8f2f-a929cb41b33e","d33ff8fc-b2b7-4cd9-8724-b926459b519d","f403af12-6114-4121-b421-3448e084864c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["MB2","PLST","SCG","SLC","SLD","SOA","VMA"],"rulings":[{"date":"2022-12-08","text":"A copy of a spell can be countered like any other spell, but it must be countered individually. Countering a spell with storm won't affect the copies."},{"date":"2022-12-08","text":"Spells cast from zones other than a player's hand and spells that were countered are counted by the storm ability."},{"date":"2022-12-08","text":"The copies are put directly onto the stack. They aren't cast and won't be counted by other spells with storm cast later in the turn."},{"date":"2022-12-08","text":"The triggered ability that creates the copies can itself be countered by anything that can counter a triggered ability. If it is countered, no copies will be put onto the stack."},{"date":"2022-12-08","text":"You may choose new targets for any of the copies. You can make different choices for each copy."}],"rarities":["uncommon","rare"]},"brain in a jar":{"name":"Brain in a Jar","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Put a charge counter on this artifact, then you may cast an instant or sorcery spell with mana value equal to the number of charge counters on this artifact from your hand without paying its mana cost.\n{3}, {T}, Remove X charge counters from this artifact: Scry X.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":[{"AnyOf":["Instant","Sorcery"]}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"},{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"charge"}}}]},"without_paying_mana_cost":true,"mode":"Cast","constraint":{"type":"ManaValue","data":{"comparator":"EQ","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"charge"}}}},"driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":"{1}, {T}: Put a charge counter on ~, then you may cast an instant or sorcery spell with mana value equal to the number of charge counters on ~ from your hand without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"},{"type":"RemoveCounter","count":4294967295,"counter_type":{"type":"OfType","data":"charge"},"target":null,"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{3}, {T}, Remove X charge counters from ~: Scry X.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"321dbd10-1d48-49fc-ba6a-1df241a53338","metadata":{"source_printing_ids":["10bd513d-9c81-40de-9b81-e02dded059b0","88ecfcbe-e8db-4f08-aa8b-5b7b3e6c6ce7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOI","SIR","SOI"],"rulings":[{"date":"2016-04-08","text":"If Brain in a Jar leaves the battlefield before its first ability resolves, use the number of counters on it at the moment it left to determine what spell you may cast. That number won’t change because you can’t put a new counter on Brain in a Jar."},{"date":"2016-04-08","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X."},{"date":"2016-04-08","text":"If you cast a card “without paying its mana cost,” you can’t choose to cast it for any alternative costs, such as awaken costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, such as that of Lightning Axe, you must pay those to cast the card."},{"date":"2016-04-08","text":"When resolving the first ability of Brain in a Jar, the newly-placed charge counter will be counted when determining what spells you may cast. No player may take any action between you placing the counter and choosing which spell to cast."}],"rarities":["uncommon","rare"]},"brainstorm":{"name":"Brainstorm","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw three cards, then put two cards from your hand on top of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"count":{"type":"Fixed","value":2},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Draw three cards, then put two cards from your hand on top of your library in any order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"36cd2364-d113-47d1-b2c4-b088d9eb88dd","metadata":{"source_printing_ids":["0359f212-9564-41a9-870b-d2c57455a695","04872b4a-8231-494e-8a6e-596c66797011","11d27509-07c2-4445-a1d5-e56523fb8566","1d6603e3-0680-4ba3-951b-cd9919eefd4f","20d48bae-d877-4c10-afab-ab29cf2bf248","2890c2ee-e989-43e5-ac4b-683c52bd6527","2d9f0912-b123-4f76-b8b6-6deb92ea4630","2ea8d5cb-cf7e-4194-8019-812b3f56cf20","3e4e6787-af32-44f2-ac56-6f348254aa6d","3f3fb533-84a8-4414-ba1f-56bebe04b061","46f947de-fc90-49f1-aad9-d6166a23ee9e","48070245-1370-4cf1-be15-d4e8a8b92ba8","54a9a943-0831-49ae-bbfb-3e6a9f57160e","5ccab9c0-d19a-4cbf-8a61-e205fc3ff023","617208ff-dd9b-44fd-a740-d3188081e5cc","6b8f867d-eff5-493f-a881-bcbc4ae06b33","6fcf5f9e-74b3-43cb-8f5a-aa564f5e7acb","7d14cecb-c425-4812-8d36-aecc406763c4","7d496cc9-e9d0-43b0-93e5-3730022fe315","821f1c26-6253-4ecc-a243-a5662c637a4a","84479779-d570-4eee-9982-f6e918b4d75b","84e0da5b-0916-4dd6-99a2-a58e9d83bb26","8bb0a0cf-5b04-4d68-bf7a-7131ae50d06b","8beb987c-1b67-4a4e-ae71-58547afad2a0","8d42d7aa-7f53-4cfc-842a-086aab2448d1","91b564f2-e27d-48f3-a7a8-5b0afd801634","9ff71d13-c4b7-4125-ab10-db4abbb7a074","b02d24e9-5c4d-490b-aa1a-082f8a176937","b5545882-6963-4729-b2c6-fb4bdc75ffcc","b5ef365f-9472-4476-8538-fcfa6e55871d","baeb0421-b7af-44cd-a7f6-7daaa3dcaa38","c14f8bce-d5b3-4d01-8346-8a4923ec03d9","c6118d1d-28c1-4f54-97cb-c4f934b6739c","c8f1baae-dd81-4e10-841e-15531ea1ffaa","ca9d4ab7-dc9c-4857-b25e-62ce53bab937","caf333b7-3e70-4745-9304-99b21244196c","dd595e2f-65e4-46e8-9d28-f94ac308b275","e989a7d0-e4b5-4ed2-a777-3a56e54aad46","ea5568b4-48ec-46ee-b969-6d19a095689c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"banned","timeless":"legal","vintage":"restricted"},"printings":["2XM","40K","5ED","A25","AFC","BTD","C15","C18","C21","CMD","CNS","CST","DDJ","DSC","EMA","F04","FCA","ICE","MB2","ME2","MKC","MMQ","OLGC","PLST","PRM","PZ1","PZA","SLD","SLP","SS1","STA","TLE","VMA","WC00"],"rulings":[{"date":"2018-03-16","text":"You draw three cards and put two cards back all while Brainstorm is resolving. Nothing can happen between the two, and no player may choose to take actions."}],"rarities":["common","uncommon","rare","mythic"]},"bramble elemental":{"name":"Bramble Elemental","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever an Aura becomes attached to this creature, create two 1/1 green Saproling creature tokens.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attached","execute":{"kind":"Spell","effect":{"type":"Token","name":"Saproling","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Saproling"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"SelfRef"},"valid_source":null,"description":"Whenever an Aura becomes attached to ~, create two 1/1 green Saproling creature tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ac5c0078-e2f1-4ac1-8748-575d69e09cf8","metadata":{"related_token_ids":["0628f530-1f4d-5171-b7d0-da2a155273e6","ba1d8604-e466-5949-a156-abf0d3bbb33e"],"source_printing_ids":["470665e5-fa48-4772-ba71-5d4008d042f3","c348fb8f-f151-4ade-8cb3-b994219340c0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["PC2","PCA","PSAL","RAV"],"rarities":["common"]},"branching evolution":{"name":"Branching Evolution","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If one or more +1/+1 counters would be put on a creature you control, twice that many +1/+1 counters are put on that creature instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"AddCounter","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"If one or more +1/+1 counters would be put on a creature you control, twice that many +1/+1 counters are put on that creature instead.","condition":null,"quantity_modification":{"type":"Times","factor":2},"counter_match":{"type":"OfType","data":"P1P1"}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"28fe909b-06e0-424c-9f75-c824a25f5865","metadata":{"source_printing_ids":["4a6971ad-cbb4-4f66-9bc4-b407c5805e85","68f3e8e9-58a3-4e88-a46d-498974ea6284","7aee54b7-698a-4f19-8682-70b5f36a7e30","999b0d67-aec5-495e-91b0-c4b2f31cf17d","c0f1a736-8b12-4f58-a031-bf1733f65c51","f3544398-02fc-4fc1-ba72-65a00f14aeb9","f4b2c132-0e57-4273-aa30-e78870647dc7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["JMP","LCC","MH3","PIP"],"rulings":[{"date":"2020-06-23","text":"If a creature you control would enter the battlefield with a number of +1/+1 counters on it, it enters with twice that many instead."},{"date":"2020-06-23","text":"If two or more effects attempt to modify how many counters would be put onto a creature you control, you choose the order to apply those effects, no matter who controls the sources of those effects."},{"date":"2020-06-23","text":"If you control two Branching Evolutions, the number of +1/+1 counters put on a creature is four times the original number. Three Branching Evolutions multiplies the original number by eight, and so on."}],"rarities":["rare"]},"branchloft pathway":{"name":"Branchloft Pathway","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"7c304547-a4b1-46c9-baed-16d2bfbe16eb","metadata":{"source_printing_ids":["0511e232-2a72-40f5-a400-4f7ebc442d17","655724d5-ee5f-49f5-92d3-7186ed2789d8","738ebafa-04be-4ba9-ae65-5f85e00c645a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PLST","PRM","PZNR","SLU","ZNR"],"rulings":[{"date":"2020-09-25","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2020-09-25","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2020-09-25","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2020-09-25","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2020-09-25","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2020-09-25","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2020-09-25","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2020-09-25","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2020-09-25","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."}],"rarities":["rare"]},"brash taunter":{"name":"Brash Taunter","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nWhenever this creature is dealt damage, it deals that much damage to target opponent.\n{2}{R}, {T}: This creature fights another target creature.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"subject":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}{R}, {T}: ~ fights another target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever ~ is dealt damage, it deals that much damage to target opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3e41648f-c5a9-4b26-b97e-8176fe5e9c85","metadata":{"source_printing_ids":["02d6fd16-a7cd-49cb-bb70-806f8eb622dd","0b5cb154-1825-4b81-a109-7b3e9592c65c","275f8721-a6e5-489b-851f-1676aad5ec39","5ea0d236-bfd2-4f47-8592-2669834d01f1","86766f31-56f3-446e-950c-5238861e1b66","a1480f99-83f8-48e7-ba52-9a3f3a9a24f3","ebb5e613-a803-42f3-840a-7089ac6b7e3d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","DSC","M21","MKC","PM21","PRM","SCD","SLD"],"rulings":[{"date":"2020-06-23","text":"A creature can be dealt an amount of damage greater than its toughness. For example, if Brash Taunter is dealt 3 damage, its middle ability deals 3 damage, not 1, to the target opponent."},{"date":"2020-06-23","text":"If the target creature is an illegal target when Brash Taunter's last ability tries to resolve, the ability doesn't resolve. If Brash Taunter is no longer on the battlefield, the target creature won't deal or be dealt damage."},{"date":"2020-06-23","text":"If your life total is brought to 0 or less at the same time that Brash Taunter is dealt damage, you lose the game before its middle ability goes on the stack."}],"rarities":["rare"]},"brave the sands":{"name":"Brave the Sands","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have vigilance.\nEach creature you control can block an additional creature each combat.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have vigilance."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddStaticMode","mode":{"ExtraBlockers":{"count":1}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control can block an additional creature each combat."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4e89bd75-f59d-4f08-be51-5660fbbba3c2","metadata":{"source_printing_ids":["09ab8b60-cdb1-43a8-b180-b562bb89b5a1","a4d6211a-c078-4ea9-9c86-c7d048c09425","ef9c2b8a-148c-4393-b691-e333ad11c44e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","CM2","KTK"],"rulings":[{"date":"2014-09-20","text":"The last ability is cumulative. If you control an additional Brave the Sands, your creatures will each be able to block three creatures, and so on."}],"rarities":["uncommon"]},"brazen borrower":{"name":"Brazen Borrower","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Rogue"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nThis creature can block only creatures with flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"BlockRestriction":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can block only creatures with flying."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c7b044c3-3cfa-407e-bf20-2875e8e04b7b","metadata":{"source_printing_ids":["06251176-d20f-4960-ac73-135e44b77c83","112e1809-4323-48bc-afa1-13cc7ba6a3b5","25d309d6-9e56-441e-bd29-5c903d5221bf","77fbe280-eca3-4d2a-903b-f25d57c32902","c2089ec9-0665-448f-bfe9-d181de127814","d42a57b2-fbe9-4024-a593-f6dc711a2e9d","ed39ecb5-6c7c-428d-8ff3-7bd30edf00d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["ELD","PELD","PLST","PRM","SLD","SOC","SPG","WOC"],"rulings":[{"date":"2025-06-06","text":"An adventurer card uses only its non-Adventure characteristics in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Jidoor, Aristocratic Capital is a colorless Town land card whose mana value is 0. It can't be the target of Sorceress's Schemes, which reads in part \"Return target instant or sorcery card from your graveyard or exiled card with flashback you own to your hand.\""},{"date":"2025-06-06","text":"An effect may refer to a card, spell, or permanent that \"has an Adventure.\" This refers to a card, spell, or permanent that has an adventurer card's set of alternative characteristics, even if they're not being used and even if that card was never cast as an Adventure."},{"date":"2025-06-06","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2025-06-06","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may play it using its primary characteristics. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to play that card from exile later."},{"date":"2025-06-06","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to play it with its primary characteristics."},{"date":"2025-06-06","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to play the copy as a permanent."},{"date":"2025-06-06","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2025-06-06","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won't find an instant or sorcery spell on the stack that's been cast as an Adventure."},{"date":"2025-06-06","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2025-06-06","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if you control Traveling Chocobo (\"You may play lands and cast Bird spells from the top of your library.\") and Jidoor, Aristocratic Capital is on top of your library, you can play Jidoor, Aristocratic Capital, but you can't cast Overture."},{"date":"2025-06-06","text":"When playing a card as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The resulting spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2025-06-06","text":"You must still follow any timing restrictions and permissions for the card you play from exile. In the case of any of the five lands in this release, you'll be able to play it only during your main phase while the stack is empty and only if you have an available land play remaining."}],"rarities":["mythic"]},"bre of clan stoutarm":{"name":"Bre of Clan Stoutarm","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Giant","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{1}{W}, {T}: Another target creature you control gains flying and lifelink until end of turn.\nAt the beginning of your end step, if you gained life this turn, exile cards from the top of your library until you exile a nonland card. You may cast that card without paying its mana cost if the spell's mana value is less than or equal to the amount of life you gained this turn. Otherwise, put it into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying and lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}{W}, {T}: Another target creature you control gains flying and lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ExileFromTopUntil","player":{"type":"Controller"},"until":{"type":"NextMatches","filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Target"}}},"comparator":"LE","rhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you gained life this turn, exile cards from the top of your library until you exile a nonland card. You may cast that card without paying its mana cost if the spell's mana value is less than or equal to the amount of life you gained this turn. Otherwise, put it into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"59384481-3ca0-49dd-b94f-d3680b336f1e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["013cefb7-a059-45c2-81b0-187f35aac4a2","0f5f63df-f401-4c13-a105-e831fd841e80"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Bre's last ability will check as your end step starts to see if you gained life this turn. If you didn't, the ability won't trigger at all. Gaining life during your end step won't cause the ability to trigger."},{"date":"2025-11-17","text":"If the spell you cast has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2025-11-17","text":"If you choose to cast the exiled card, you do so while Bre's last ability is resolving and still on the stack. You can't wait to cast it later in the turn. Timing restrictions based on the card's type are ignored."},{"date":"2025-11-17","text":"Since you are using an alternative cost to cast the spell, you can't pay any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, you must pay those."}],"rarities":["rare"]},"breach the multiverse":{"name":"Breach the Multiverse","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player mills ten cards. For each player, choose a creature or planeswalker card in that player's graveyard. Put those cards onto the battlefield under your control. Then each creature you control becomes a Phyrexian in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":10},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Graveyard","zone_owner":"EachPlayer","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"chooser":"Controller","up_to":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Battlefield","target":{"type":"TrackedSet","id":0},"enters_under":"You"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddSubtype","subtype":"Phyrexian"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a Phyrexian in addition to its other types"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Each player mills ten cards. For each player, choose a creature or planeswalker card in that player's graveyard. Put those cards onto the battlefield under your control. Then each creature you control becomes a Phyrexian in addition to its other types.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ebbd5b9c-07ff-4b42-81c2-ba09539f3a42","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"Each player mills ten cards. For each player, choose a creature or planeswalker card in that player's graveyard. Put those cards onto the ba","line_index":0}],"metadata":{"source_printing_ids":["daf51a76-7a57-4462-ae18-a19e817e49e5","ee99acde-796c-423b-81ed-13d33e210925"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"The cards you choose can be ones that were just milled or ones that were already in the graveyard."},{"date":"2023-04-14","text":"The creatures you control will be Phyrexians until they leave the battlefield. Any of them that stops being a creature will also stop being a Phyrexian until it becomes a creature again, if applicable."}],"rarities":["rare"]},"break down the door":{"name":"Break Down the Door","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Exile target artifact.\n• Exile target enchantment.\n• Manifest dread. (Look at the top two cards of your library. Put one onto the battlefield face down as a 2/2 creature and the other into your graveyard. Turn it face up any time for its mana cost if it's a creature card.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ManifestDread"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a11d8372-87fb-40a2-b638-314c6a5af03b","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Exile target artifact.","Exile target enchantment.","Manifest dread."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["209e9bbc-a15d-47fc-b149-6b0c57dd09ea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-09-20","text":"Any time you have priority, you can turn a manifested permanent you control face up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-09-20","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-09-20","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-09-20","text":"If a double-faced card is manifested, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-09-20","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise or morph ability because it will no longer have that ability (or the associated cost) once face up."},{"date":"2024-09-20","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-09-20","text":"If a manifested creature would have disguise or morph if it were face up, you may also turn it face up by paying its disguise or morph cost, as appropriate."},{"date":"2024-09-20","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-09-20","text":"If your library contains only one card when you manifest dread, you'll look at that card and put it onto the battlefield face down. You won't have the option to put it into your graveyard instead. If your library contains no cards when you manifest dread, you won't do anything."},{"date":"2024-09-20","text":"Some cards in the Duskmourn release have abilities that trigger \"whenever you manifest dread.\" In circumstances where you are instructed to manifest dread but can't perform some or all of the steps of manifesting dread (probably because your library has one or fewer cards in it), these abilities will still trigger."},{"date":"2024-09-20","text":"To manifest dread, look at the top two cards of your library. Manifest one (by putting it onto the battlefield face down) and put the other into your graveyard. The card you put onto the battlefield becomes a 2/2 face-down creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-09-20","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-09-20","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a manifested creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-09-20","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered should remain clear, as well as what ability caused them to be face down. (This includes manifest, disguise, cloak, morph, and a few older effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["uncommon"]},"breaking":{"name":"Breaking","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player mills eight cards.\nFuse (You may cast one or both halves of this card from your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Fuse"],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":8},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":"Target player mills eight cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"043370fd-9cfe-47ce-8019-e915cee1ae95","metadata":{"source_printing_ids":["66724f4e-59dd-4c70-b09b-49947320e6d1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"layout":"split","printings":["DGM","PDGM","PRM"],"rulings":[{"date":"2013-04-15","text":"Entering doesn’t target any creature card. You choose which card you’re putting onto the battlefield as Entering resolves. You can choose any creature card in a graveyard at time, including one put into a graveyard because of Breaking if you cast Breaking // Entering as a fused split spell."},{"date":"2013-04-15","text":"If a player names a card, the player may name either half of a split card, but not both. A split card has the chosen name if one of its two names matches the chosen name."},{"date":"2013-04-15","text":"If you cast a split card with fuse from your hand without paying its mana cost, you can choose to use its fuse ability and cast both halves without paying their mana costs."},{"date":"2013-04-15","text":"If you’re casting a split card with fuse from any zone other than your hand, you can’t cast both halves. You’ll only be able to cast one half or the other."},{"date":"2013-04-15","text":"On the stack, a split spell that hasn’t been fused has only that half’s characteristics and mana value. The other half is treated as though it didn’t exist."},{"date":"2013-04-15","text":"Some split cards with fuse have two halves that are both multicolored. That card is multicolored no matter which half is cast, or if both halves are cast. It’s also multicolored while not on the stack."},{"date":"2013-04-15","text":"Some split cards with fuse have two monocolor halves of different colors. If such a card is cast as a fused split spell, the resulting spell is multicolored. If only one half is cast, the spell is the color of that half. While not on the stack, such a card is multicolored."},{"date":"2013-04-15","text":"To cast a fused split spell, pay both of its mana costs. While the spell is on the stack, its mana value is the total amount of mana in both costs."},{"date":"2013-04-15","text":"When a fused split spell resolves, follow the instructions of the left half first, then the instructions on the right half."},{"date":"2013-04-15","text":"When resolving a fused split spell with multiple targets, treat it as you would any spell with multiple targets. If all targets are illegal when the spell tries to resolve, the spell doesn’t resolve and none of its effects happen. If at least one target is still legal at that time, the spell resolves, but an illegal target can’t perform any actions or have any actions performed on it."},{"date":"2013-04-15","text":"You can choose the same object as the target of each half of a fused split spell, if appropriate."}],"rarities":["rare"]},"breaking point":{"name":"Breaking Point","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Any player may have Breaking Point deal 6 damage to them. If no one does, destroy all creatures. Creatures destroyed this way can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":6},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Any player may have ~ deal 6 damage to them. If no one does, destroy all creatures. Creatures destroyed this way can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a648b9ed-810a-41db-af40-3b5b4658db90","metadata":{"source_printing_ids":["73e348dd-2d8a-4ee6-a834-2d5861566043","765ec2c9-8ffe-488a-bebe-e5dd63825a8c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["DDK","JUD"],"rarities":["rare"]},"breeches, the blastmaker":{"name":"Breeches, the Blastmaker","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Pirate"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever you cast your second spell each turn, you may sacrifice an artifact. If you do, flip a coin. When you win the flip, copy that spell. You may choose new targets for the copy. When you lose the flip, Breeches deals damage equal to that spell's mana value to any target.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"FlipCoin","win_effect":null,"lose_effect":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"FlippedCoin","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false,"coin_flip_result":"Won"},"or_trigger":null,"lifetime":"Reflexive"},"effect":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"FlippedCoin","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false,"coin_flip_result":"Lost"},"or_trigger":null,"lifetime":"Reflexive"},"effect":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your second spell each turn, you may sacrifice an artifact. If you do, flip a coin. When you win the flip, copy that spell. You may choose new targets for the copy. When you lose the flip, ~ deals damage equal to that spell's mana value to any target.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"8514f20a-50c7-4319-84cb-2bf263548234","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["cf3bda9e-42af-4f99-a504-c96c25c2794b","fcde5cd5-4ce6-4b94-8d97-534a647dbfc1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"Breeches's triggered ability triggers without requiring a target. It sets up two delayed triggered abilities: one that triggers when you win the flip, and one that triggers when you lose the flip. Only one of these abilities will trigger, based on the result of the flip. If you lost the flip, you'll choose a target for that delayed triggered ability at that time. Players can respond to the delayed triggered ability knowing its target and how much damage will be dealt, as normal."},{"date":"2024-04-12","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2024-04-12","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2024-04-12","text":"If you don't sacrifice an artifact, you won't flip a coin, and neither delayed triggered ability will trigger."},{"date":"2024-04-12","text":"If you win the flip, the copy created by Breeches's delayed triggered ability will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. The new targets must be legal."},{"date":"2024-04-12","text":"Spells that were cast before Breeches entered the battlefield count. If Breeches was the first spell you cast this turn, the next spell you cast this turn is your second spell."},{"date":"2024-04-12","text":"The copy made by Breeches's delayed triggered ability is created on the stack, so it's not \"cast.\""},{"date":"2024-04-12","text":"You can't choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["rare"]},"breeding pool":{"name":"Breeding Pool","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Forest","Island"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {G} or {U}.)\nAs this land enters, you may pay 2 life. If you don't, it enters tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"decline":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, you may pay 2 life. If you don't, it enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"20283c4a-f1f0-42f0-bc08-6da87474426b","metadata":{"source_printing_ids":["045d22eb-b291-4bbe-b468-32bdf8b6eba6","19477aca-b8db-4061-9a78-ebb189a9df22","1c575871-9b46-4cd4-8596-54dc04f76456","29ded082-0e6e-4aed-90cc-1bc4aea77dfa","3c750d5a-f743-41ff-b5ba-02025ca0bec2","4f36e582-e734-4159-b156-5a99d844f2ff","5656d6f2-ca19-452d-870c-d5e7a3dc9432","830eb270-f7aa-4694-8fe1-7c19e148a39f","9b35c030-029d-4286-ab79-0165c8688c6c","b98b2a35-ec2b-47fe-903d-dd292e469a3c","bb54233c-0844-4965-9cde-e8a4ef3e11b8","cebd6adc-cfb1-4cbb-abf5-9f2913c81898","ece3bcdd-cb33-4923-b919-ba57a327d3cd","f920e32c-8a4b-4152-be3a-02810f3e5f13","fda15a78-a370-4cc6-a4df-92200d6ca826"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CLU","DIS","EOE","EXP","GTC","PEOE","PRM","PRNA","RNA","RVR","SLD","UNF"],"rulings":[{"date":"2018-10-05","text":"If an effect puts this land onto the battlefield tapped, you may pay 2 life, but it still enters tapped."},{"date":"2018-10-05","text":"Unlike most dual lands, this land has two basic land types. It's not basic, so cards such as District Guide can't find it, but it does have the appropriate land types for effects such as that of Drowned Catacomb (from the Ixalan set)."}],"rarities":["rare","mythic"]},"breena, the demagogue":{"name":"Breena, the Demagogue","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bird","Warlock"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a player attacks one of your opponents, if that opponent has more life than another of your opponents, that attacking player draws a card and you put two +1/+1 counters on a creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Player"},"description":"Whenever a player attacks one of your opponents, if that opponent has more life than another of your opponents, that attacking player draws a card and you put two +1/+1 counters on a creature you control.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"DefendingPlayer"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Opponent","aggregate":"Min"}}}},"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"d11e627b-8a48-411d-a261-2c9a02a758ba","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["599f87c8-643e-4224-93a5-853c0bd4e497","6cb82b10-d785-4e20-84ac-0660d49be8ad","7c4cb151-432e-4652-9ebd-b4640cc04c3b","d0adb0c2-d45f-4c51-a4df-05f75c83e46a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","OC21","OTC","PRM","SOC"],"rulings":[{"date":"2021-04-16","text":"Breena's triggered ability will trigger even if you control no creatures."},{"date":"2021-04-16","text":"If the attacking player is one of your opponents and has less life than the player being attacked, then the condition is satisfied."},{"date":"2021-04-16","text":"You choose which creature to put +1/+1 counters on as the ability is resolving. Once you make the choice, no player may take actions until the counters are placed."}],"rarities":["mythic"]},"breya, etherium shaper":{"name":"Breya, Etherium Shaper","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Human"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Breya enters, create two 1/1 blue Thopter artifact creature tokens with flying.\n{2}, Sacrifice two artifacts: Choose one —\n• Breya deals 3 damage to target player or planeswalker.\n• Target creature gets -4/-4 until end of turn.\n• You gain 5 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":2}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["~ deals 3 damage to target player or planeswalker.","Target creature gets -4/-4 until end of turn.","You gain 5 life."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":-4},"toughness":{"type":"Fixed","value":-4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":5}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Thopter","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Thopter"],"colors":["Blue"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create two 1/1 blue Thopter artifact creature tokens with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue","White"],"color_identity":["Black","Red","Blue","White"],"scryfall_oracle_id":"d460a9e2-5a7d-4562-880e-45174be19a9d","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["8efe69bb-2204-5a35-af01-c31b8f962e8d","b5b44ebe-3809-5952-95e8-ab372abbcddb","e8749ef0-5281-5142-9c43-c89478006681"],"source_printing_ids":["2143f700-7311-46a4-ad9b-4e743a345785","468e5d5a-01cc-4d01-88fb-ab556e2383cb","581591f0-b3c7-4fca-b4b9-1d1d098ca7fb","61061110-a8f4-41ac-a89e-93359050919d","8b585ce8-77a3-4755-8aa6-aee83724bbab","8bf3929c-957f-4ea2-a27d-7d53979844af"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C16","MH3","OC16","PZ2","SLD"],"rulings":[{"date":"2017-04-17","text":"Breya, Etherium Shaper is banned as a commander in Duel Commander format, but it may be part of your deck."},{"date":"2020-08-07","text":"Breya can be one of the two artifacts sacrificed to pay the cost of its last ability."}],"rarities":["mythic"]},"bribery":{"name":"Bribery","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search target opponent's library for a creature card and put that card onto the battlefield under your control. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search target opponent's library for a creature card and put that card onto the battlefield under your control. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"6d194882-ca37-49bb-ac9f-a751c53850a8","metadata":{"source_printing_ids":["49fd737a-d7da-421b-a741-d6d0d213299f","99c7c1d0-dc6b-413f-8346-54728a4c7b14","a70f54e4-3297-4bf4-8aa8-e4be4965e961","d452456c-f828-4301-9b4f-8a0e77525d5f","d820fed7-fbe8-4175-834a-33b6742481ea","dfc0ea8a-62f6-49e8-8eec-9748870bc596","e0b099ef-4b43-4b63-a7fc-cec19cf29f4e","e7b8a9a2-55d8-4cf8-9912-787bdbc90ebb","eb0cb4bc-c2de-4d4a-8daa-df68350239a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["8ED","CMM","J13","MMQ","PRM","SLD","TLE"],"rulings":[{"date":"2004-10-04","text":"You put the creature onto the battlefield, so you control it and any \"enters\" abilities it has."}],"rarities":["rare","mythic"]},"brigid, clachan's heart":{"name":"Brigid, Clachan's Heart","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Kithkin","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature enters or transforms into Brigid, Clachan's Heart, create a 1/1 green and white Kithkin creature token.\nAt the beginning of your first main phase, you may pay {G}. If you do, transform Brigid.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Kithkin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Kithkin"],"colors":["Green","White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters, create a 1/1 green and white Kithkin creature token.","constraint":null,"condition":null,"batched":false},{"mode":"Transformed","execute":{"kind":"Spell","effect":{"type":"Token","name":"Kithkin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Kithkin"],"colors":["Green","White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"SelfRef"},"description":"Whenever ~ transforms into ~, create a 1/1 green and white Kithkin creature token.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, you may pay {G}. If you do, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"60fc89a1-cc6f-4a32-84c3-09abf7a4a1df","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["87bee785-9a5c-5fdc-bda0-b6053886e6bd"],"source_printing_ids":["887002ae-794b-427c-9f98-e909b22313d9","cb7d5bbb-4f68-4e38-8bb0-a95af21b24c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["ECL"],"rarities":["rare"]},"brigid, doun's mind":{"name":"Brigid, Doun's Mind","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Kithkin","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{T}: Add X {G} or X {W}, where X is the number of other creatures you control.\nAt the beginning of your first main phase, you may pay {W}. If you do, transform Brigid.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}}},"color_options":["Green","White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add X {G} or X {W}, where X is the number of other creatures you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, you may pay {W}. If you do, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green"],"color_identity":["Green","White"],"scryfall_oracle_id":"60fc89a1-cc6f-4a32-84c3-09abf7a4a1df","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["87bee785-9a5c-5fdc-bda0-b6053886e6bd"],"source_printing_ids":["887002ae-794b-427c-9f98-e909b22313d9","cb7d5bbb-4f68-4e38-8bb0-a95af21b24c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["ECL"],"rarities":["rare"]},"brilliance unleashed":{"name":"Brilliance Unleashed","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one or both —\n• Brilliance Unleashed deals 5 damage to target creature.\n• Choose target artifact card in your graveyard. Return it to the battlefield if it's an artifact creature card. Otherwise, return it to the battlefield and it's a 3/3 Robot artifact creature with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Robot"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 3/3 Robot artifact creature with flying"}],"duration":"UntilHostLeavesPlay","target":null},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Creature"],"subtype_filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"artifact"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"b047cd3f-9129-41cc-8b91-b0dc970f5068","modal":{"min_choices":1,"max_choices":2,"mode_count":2,"mode_descriptions":["~ deals 5 damage to target creature.","Choose target artifact card in your graveyard. Return it to the battlefield if it's an artifact creature card. Otherwise, return it to the battlefield and it's a 3/3 Robot artifact creature with flying."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["b7ab2110-5aad-46c9-8dc4-1eac24b6f46b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"The last mode of Brilliance Unleashed doesn't remove any abilities the artifact has."}],"rarities":["uncommon"]},"brimstone mage":{"name":"Brimstone Mage","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Level up {3}{R} ({3}{R}: Put a level counter on this. Level up only as a sorcery.)\nLEVEL 1-2\n2/3\n{T}: This creature deals 1 damage to any target.\nLEVEL 3+\n2/4\n{T}: This creature deals 3 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[{"LevelUp":{"type":"Cost","shards":["Red"],"generic":3}}],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals 1 damage to any target.","target_prompt":null,"activation_restrictions":[{"type":"LevelCounterRange","data":{"minimum":1,"maximum":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals 3 damage to any target.","target_prompt":null,"activation_restrictions":[{"type":"LevelCounterRange","data":{"minimum":3}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"level","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":3}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":3}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":1,"maximum":2},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 1-2 / 2/3"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 3+ / 2/4"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"81dcb85e-d61f-430b-9540-5a3bb1378d5a","metadata":{"source_printing_ids":["1f65ebef-e159-4698-8852-650b7b6a08d3","7a640c53-e820-4d65-9158-252575be5168"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLST","ROE"],"rulings":[{"date":"2010-06-15","text":"A creature's level is based on how many level counters it has on it, not how many times its level up ability has been activated or has resolved. If a leveler gets level counters due to some other effect (such as Clockspinning) or loses level counters for some reason (such as Vampire Hexmage), its level is changed accordingly."},{"date":"2010-06-15","text":"Effects that modify a leveler's power or toughness, such as the effects of Giant Growth or Glorious Anthem, will apply to it no matter when they started to take effect. The same is true for counters that change the creature's power or toughness (such as +1/+1 counters) and effects that switch its power and toughness."},{"date":"2010-06-15","text":"Effects that set a leveler's power or toughness to a specific value, including the effects from a level symbol's ability, apply in timestamp order. The timestamp of each level symbol's ability is the same as the timestamp of the leveler itself, regardless of when the most recent level counter was put on it."},{"date":"2010-06-15","text":"If another creature becomes a copy of a leveler, all of the leveler's printed abilities — including those represented by level symbols — are copied. The current characteristics of the leveler, and the number of level counters on it, are not. The abilities, power, and toughness of the copy will be determined based on how many level counters are on the copy."},{"date":"2010-06-15","text":"The abilities a leveler grants to itself don't overwrite any other abilities it may have. In particular, they don't overwrite the creature's level up ability; it always has that."}],"rarities":["uncommon"]},"brimstone volley":{"name":"Brimstone Volley","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Brimstone Volley deals 3 damage to any target.\nMorbid — Brimstone Volley deals 5 damage instead if a creature died this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"Morbid — ~ deals 5 damage instead if a creature died this turn.","target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"~ deals 3 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d12e374d-ed09-4d5e-bb7a-6c7d9ea80a1e","metadata":{"source_printing_ids":["1016fde6-663f-47f4-8fe4-9989f10b9237","31a4fdc1-f69e-4306-bb0c-08d72fc3cf48","6960f2da-6b84-4680-8ab2-f0567a5d1b0a","94fa0577-f02a-4d24-835b-fef8d849b37a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","CNS","ISD","SIS"],"rarities":["common","uncommon"]},"bring back":{"name":"Bring Back","mana_cost":{"type":"Cost","shards":["GreenWhite","GreenWhite","GreenWhite","GreenWhite"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create two 1/1 white Human creature tokens. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Human","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create two 1/1 white Human creature tokens.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["White","Green"],"color_identity":["Green","White"],"scryfall_oracle_id":"9c247a17-361c-435e-90c8-ce9c6b71f7db","metadata":{"related_token_ids":["e9a6488c-20ca-5519-bf6e-7555fcf45db9"],"source_printing_ids":["8a665794-513f-4f78-92c9-1844ec27c79c","c389e04c-b009-4468-b760-5dd588cff9b9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["ELD","PRM"],"rarities":["uncommon"]},"bring to light":{"name":"Bring to Light","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Converge — Search your library for a creature, instant, or sorcery card with mana value less than or equal to the number of colors of mana spent to cast this spell, exile that card, then shuffle. You may cast that card without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}}}]},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}}}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}}}]}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Converge — Search your library for a creature, instant, or sorcery card with mana value less than or equal to the number of colors of mana spent to cast this spell, exile that card, then shuffle. You may cast that card without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"67183256-23cc-4af5-991e-d7148e942c63","metadata":{"source_printing_ids":["049a1e2a-37db-4575-ad63-3de7e664ab33","2b5cfc9b-90c0-4073-8584-8cf59d13fd60","400aa24b-870e-4a5a-8af0-060533d9cb18","467ed050-ed2a-4043-b12b-5d29fb506eb3","851367a6-ba83-4c91-b530-7402037c09bc","d25b13a4-6282-4426-8b01-9550f7d52d16","ddc94b16-3da6-44b8-b304-e532db0f46c9","e3399260-a81a-475c-9b87-1efb1a13f8d6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","BFZ","PBFZ","PIO","PRM","SOA"],"rulings":[{"date":"2015-08-25","text":"If a spell with a converge ability is copied, no mana was spent to cast the copy, so the number of colors of mana spent to cast the spell will be zero. The number of colors spent to cast the original spell is not copied."},{"date":"2015-08-25","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X."},{"date":"2015-08-25","text":"If there are any alternative or additional costs to cast a spell with a converge ability, the mana spent to pay those costs will count. For example, if an effect makes sorcery spells cost {1} more to cast, you could pay {W}{U}{B}{R} to cast Radiant Flames and deal 4 damage to each creature."},{"date":"2015-08-25","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs, such as awaken costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, you must pay those to cast the card."},{"date":"2015-08-25","text":"If you cast a spell with converge without spending any mana to cast it (perhaps because an effect allowed you to cast it without paying its mana cost), then the number of colors spent to cast it will be zero."},{"date":"2015-08-25","text":"If you cast an instant or sorcery card this way, it goes to your graveyard as normal. It doesn't return to exile."},{"date":"2015-08-25","text":"If you cast the exiled card, you do so as part of the resolution of Bring to Light. You can't wait to cast it later in the turn. Timing restrictions based on the card's type are ignored, but other restrictions (such as \"Cast [this card] only during combat\") are not."},{"date":"2015-08-25","text":"If you don't cast the card, it remains exiled."},{"date":"2015-08-25","text":"The maximum number of colors of mana you can spend to cast a spell is five. Colorless is not a color. Note that the cost of a spell with converge may limit how many colors of mana you can spend."},{"date":"2015-08-25","text":"Unless a spell or ability allows you to, you can't choose to pay more mana for a spell with a converge ability just to spend more colors of mana. Likewise, if a spell or ability reduces the amount of mana it costs you to cast a spell with converge, you can't ignore that cost reduction in order to spend more colors of mana."}],"rarities":["rare"]},"brisela, voice of nightmares":{"name":"Brisela, Voice of Nightmares","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Eldrazi","Angel"]},"power":{"type":"Fixed","value":9},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"Flying, first strike, vigilance, lifelink\nYour opponents can't cast spells with mana value 3 or less.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flying","Lifelink","Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantBeCast":{"who":"Opponents"}},"affected":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your opponents can't cast spells with mana value 3 or less."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b23587e0-9fb7-492e-8bb4-f218e8e4ce6c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0cd83c0e-8e37-40bf-87a5-5b4c009248fb","1895e487-467c-425e-be65-df64d81f5264","33cc6111-01e2-41b6-af81-a89334631a72","5a7a212e-e0b6-4f12-a95c-173cae023f93","7e926e19-553c-470a-afde-358541af5caa","bbcd6747-f763-4e74-bb24-e93afe23cb32"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","SIR","SLD","V17"],"rulings":[{"date":"2016-07-13","text":"For more information on meld cards, see the Eldritch Moon mechanics article (https://magic.wizards.com/en/articles/archive/feature/eldritch-moon-mechanics-2016-06-27)."}],"rarities":["mythic"]},"broadside bombardiers":{"name":"Broadside Bombardiers","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Pirate"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Menace, haste\nBoast — Sacrifice another creature or artifact: This creature deals damage equal to 2 plus the sacrificed permanent's mana value to any target. (Activate only if this creature attacked this turn and only once each turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Menace"],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}},"offset":2},"target":{"type":"Any"}},"cost":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]}]},"count":1},"sub_ability":null,"duration":null,"description":"Boast — Sacrifice another creature or artifact: ~ deals damage equal to 2 plus the sacrificed permanent's mana value to any target.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"},{"type":"RequiresCondition","data":{"condition":{"type":"SourceAttackedThisTurn"}}}],"ability_tag":{"type":"Boast"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e0c00a74-bdf8-4fee-8042-42c5878e9e3c","metadata":{"source_printing_ids":["9721f8da-39ed-4ada-a571-61e08a86032b","e74176a0-52bb-407e-9cce-f26bf1eceb41","ec9df172-9fdb-4b0c-a23a-865b83c8fa40"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA3","LCC","SLD"],"rulings":[{"date":"2023-11-10","text":"A boast ability can be activated at any point after the creature with that ability has been declared as an attacker. This can be before blockers are declared, after blockers are declared but before combat damage is dealt, during combat after combat damage is dealt, during the postcombat main phase, during the end step, or, in some unusual cases, during the cleanup step."},{"date":"2023-11-10","text":"If a creature with a boast ability is put onto the battlefield attacking, it was never declared as an attacker. Its boast ability can't be activated that turn."},{"date":"2023-11-10","text":"If an effect adds additional combat phases to a turn and a creature with a boast ability attacks more than once during that turn, its boast ability can still be activated only once."},{"date":"2023-11-10","text":"If it's not your turn and you gain control of a creature with a boast ability after that creature attacked, you can activate that creature's boast ability if it hasn't been activated yet that turn."},{"date":"2023-11-10","text":"The back face of a double-faced card doesn't have a mana cost. A double-faced permanent with its back face up has a mana value equal to the mana value of its front face."}],"rarities":["rare"]},"bronzehide lion":{"name":"Bronzehide Lion","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{G}{W}: This creature gains indestructible until end of turn.\nWhen this creature dies, return it to the battlefield. It's an Aura enchantment with enchant creature you control and \"{G}{W}: Enchanted creature gains indestructible until end of turn,\" and it loses all other abilities.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","White"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{G}{W}: ~ gains indestructible until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ReturnAsAura","enchant_filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"grants":[{"type":"RemoveAllAbilities"},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible until end of turn,"}],"duration":null,"target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","White"],"generic":0}},"sub_ability":null,"duration":null,"description":"{G}{W}: Enchanted creature gains indestructible until end of turn,","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, return it to the battlefield. It's an Aura enchantment with enchant creature you control and \"{G}{W}: Enchanted creature gains indestructible until end of turn,\" and it loses all other abilities.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"0db3b29e-e21c-4240-8e5e-959ba6bcf706","metadata":{"source_printing_ids":["8fdafadb-fa04-4282-b576-b85e79c242c9","c65f4d9d-aa87-439c-8db5-3789cabcce4c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRM","PTHB","THB"],"rulings":[{"date":"2020-01-24","text":"If a nontoken permanent is a copy of Bronzehide Lion, it returns from its owner's graveyard as an Aura with the two abilities granted by Bronzehide Lion and none of its normal abilities. If it has any enters-the-battlefield replacement effects, those won't apply. The Aura keeps its name, colors, and any supertypes it may have."},{"date":"2020-01-24","text":"If a token is a copy of Bronzehide Lion, it won't return from its owner's graveyard."},{"date":"2020-01-24","text":"If you control but don't own Bronzehide Lion, you'll return it to the battlefield when it dies, not its owner. It'll enchant a creature you control."},{"date":"2020-01-24","text":"You choose a creature you control for Bronzehide Lion to enchant as it returns to the battlefield. If there's nothing it can legally enchant, it remains in its owner's graveyard."}],"rarities":["rare"]},"brood birthing":{"name":"Brood Birthing","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you control an Eldrazi Spawn, create three 0/1 colorless Eldrazi Spawn creature tokens. They have \"Sacrifice this token: Add {C}.\" Otherwise, create one of those tokens.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"If"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice ~: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If you control an Eldrazi Spawn, create three 0/1 colorless Eldrazi Spawn creature tokens. They have \"Sacrifice ~: Add {C}.\" Otherwise, create one of those tokens."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e7d1c762-69d0-401d-8035-6e9744baf9d8","metadata":{"related_token_ids":["72736a8e-7059-58e0-83df-1a88d355766b"],"source_printing_ids":["0e44f7ff-1cfa-4bc4-a0f7-9d71ba48a97a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ROE"],"rulings":[{"date":"2010-06-15","text":"If you put a single token onto the battlefield this way, it's exactly like the ones specified earlier: it's a 0/1 colorless Eldrazi Spawn creature token that has \"Sacrifice this creature: Add {C}.\""},{"date":"2010-06-15","text":"Whether you control an Eldrazi Spawn is checked as Brood Birthing resolves."}],"rarities":["common"]},"brood keeper":{"name":"Brood Keeper","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever an Aura becomes attached to this creature, create a 2/2 red Dragon creature token with flying. It has \"{R}: This creature gets +1/+0 until end of turn.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attached","execute":{"kind":"Spell","effect":{"type":"Token","name":"Dragon","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Dragon"],"colors":["Red"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: ~ gets +1/+0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have \"{R}: ~ gets +1/+0 until end of turn.\""}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"SelfRef"},"valid_source":null,"description":"Whenever an Aura becomes attached to ~, create a 2/2 red Dragon creature token with flying. It has \"{R}: ~ gets +1/+0 until end of turn.\"","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c123f45d-a8db-405f-93ef-7227e826790c","metadata":{"related_token_ids":["64acacdf-5d42-5a9d-bcff-dcbd2ddca08e"],"source_printing_ids":["0a640a5b-c638-4ae6-ad02-eb5fe20f4662"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["M15"],"rulings":[{"date":"2014-07-18","text":"Brood Keeper’s ability triggers both whenever an Aura enters the battlefield attached to Brood Keeper and whenever an Aura on the battlefield attached to a different object becomes attached to Brood Keeper."},{"date":"2014-07-18","text":"If an Aura becomes attached to Brood Keeper that causes another player to gain control of it, that player will control the triggered ability that creates a Dragon."}],"rarities":["uncommon"]},"broodspinner":{"name":"Broodspinner","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spider"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhen this creature enters, surveil 2. (Look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)\n{4}{B}{G}, {T}, Sacrifice this creature: Create a number of 1/1 black and green Insect creature tokens with flying equal to the number of card types among cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Insect","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Insect"],"colors":["Black","Green"],"keywords":["Flying"],"tapped":false,"count":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Green"],"generic":4}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{4}{B}{G}, {T}, Sacrifice ~: Create a number of 1/1 black and green Insect creature tokens with flying equal to the number of card types among cards in your graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, surveil 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"ad50214c-4d0e-4f95-9098-fd7d64dbf7f4","metadata":{"related_token_ids":["26fab7df-78f1-5a13-af43-ab906331ae31"],"source_printing_ids":["dcdd2622-ab7a-4990-b026-3667cac42894"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["uncommon"]},"browbeat":{"name":"Browbeat","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Any player may have Browbeat deal 5 damage to them. If no one does, target player draws three cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Any player may have ~ deal 5 damage to them. If no one does, target player draws three cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"11cd0c42-4148-4d82-9172-b1a1967fe319","metadata":{"source_printing_ids":["1f358395-df58-474e-92cf-c80d42801f21","74f20068-f225-4055-be7a-5c4a18e33b0b","77c0eb52-8e09-471a-b00c-aaa1ae244afc","7e8e9f60-f8ea-4f29-b7e2-ca87f8336fca","db8ec14b-f972-4a23-a49b-30a83f52f9aa"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["A25","DDK","F09","HOP","JUD","PD2","PLST","PRM","TSB"],"rarities":["uncommon","special"]},"bruce banner":{"name":"Bruce Banner","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Scientist","Hero"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{X}{X}, {T}: Draw X cards. Activate only as a sorcery.\n{2}{R}{R}{G}{G}: Transform Bruce Banner. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["X","X"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{X}{X}, {T}: Draw X cards. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red","Green","Green"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{R}{R}{G}{G}: Transform ~. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"b6c0ee14-2028-4e8b-9acd-ff78821bca9b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0ccb6a0e-a8aa-413d-8e6d-f25447800ed4","481166c5-6a16-469c-91bd-abf291b5db49","e0dbbdcf-84e1-494f-8b8c-0a094f603fa9","eb2d2d35-4956-42fa-94e0-b241ed666683"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["MSH"],"rarities":["mythic"]},"bruna, the fading light":{"name":"Bruna, the Fading Light","mana_cost":{"type":"Cost","shards":["White","White"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel","Horror"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, you may return target Angel or Human creature card from your graveyard to the battlefield.\nFlying, vigilance\n(Melds with Gisela, the Broken Blade.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Angel"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Creature",{"Subtype":"Human"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, you may return target Angel or Human creature card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"bce7e45d-b2c5-43aa-91a6-3a3c24f30850","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["09c010da-1f05-4ab2-a8e7-f9d7762ea502","25fe1de0-431e-4a33-a6e2-c68dad7c17fe","27907985-b5f6-4098-ab43-15a0c2bf94d5","66a0347e-8ec6-463e-aef5-33f7d62899e2","6fccdb60-5fce-4a6e-a709-b986f9a4b653","abd2e842-d953-4e97-b95a-2b1af51173a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","SIR","SLD","V17"],"rulings":[{"date":"2016-07-13","text":"For more information on meld cards, see the Eldritch Moon mechanics article (https://magic.wizards.com/en/articles/archive/feature/eldritch-moon-mechanics-2016-06-27)."}],"rarities":["rare"]},"bruse tarl, roving rancher":{"name":"Bruse Tarl, Roving Rancher","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Oxen you control have double strike.\nWhenever Bruse Tarl enters or attacks, exile the top card of your library. If it's a land card, create a 2/2 white Ox creature token. Otherwise, you may cast it until the end of your next turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Ox","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Ox"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Land"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, exile the top card of your library. If it's a land card, create a 2/2 white Ox creature token. Otherwise, you may cast it until the end of your next turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Ox"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Oxen you control have double strike."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"c22589e1-1721-43a3-897e-990af6ebcffa","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0c6204e4-e3fc-51cd-9496-4b2da24e3783","1fdbd699-ae54-51c4-91db-3150c59e0787"],"source_printing_ids":["026257bf-f4e7-45f8-9c93-7248f201c583","286c55c2-dcc1-4e87-a83f-9981d28ab62d","40196502-3887-4315-bff4-de39f82796fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","PLST","POTJ"],"rulings":[{"date":"2024-04-12","text":"Bruse Tarl's ability doesn't allow you to play land cards that it exiles. But hey, free Oxen."},{"date":"2024-04-12","text":"If Bruse Tarl leaves the battlefield after other Oxen you control have dealt first-strike damage but before regular combat damage, those Oxen won't deal regular combat damage (unless they still have double strike for some other reason) ."},{"date":"2024-04-12","text":"You pay all costs and follow all normal timing rules for spells cast from exile with Bruse Tarl's last ability. For example, if you exile a creature card this way, you must wait until your main phase to cast it."}],"rarities":["rare"]},"brushland":{"name":"Brushland","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{T}: Add {G} or {W}. This land deals 1 damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Green","White"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add {G} or {W}. ~ deals 1 damage to you.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"5eb8b497-ec9a-4a89-ad29-1ec3ca82da7c","metadata":{"source_printing_ids":["0bd3ea6a-84f7-41d0-8e4d-222809f1d484","0cd9fc50-4930-45c8-8b58-19ba4bc22d62","0f04a729-2e7e-459b-83ca-7d57b6b13ac3","170e5ccd-54bf-4c6d-86b4-0359ca8f36e8","18d236ce-3b78-403a-b5f9-4fb44123d85b","3417c159-f524-42fe-93c4-f729cea41341","3e3109ec-12c6-404d-9580-37615f8a506f","553c92f8-5645-42a7-ab6e-ec928c393d21","5541b572-28c0-4c71-b382-da70721dc321","6de242ab-fab3-43f0-b8b4-6f323109eeaf","70afcfca-c065-4a33-95b1-ec2b08bcb493","792f4213-67ab-41d9-975d-ff783668f93d","808c2748-65c5-407f-bb09-1e82dd1a4efb","8b983b45-e8be-49e1-84c1-cec204395264","98178c9d-e113-4f0e-9a7b-3ebfaafe2503","9d182c97-2879-4f20-86e8-8e369dbb437e","a7b19e1c-b74f-4608-ad8f-9c82292ceea2","b6b28a55-23a0-4b5d-b7d3-b9df7e4a7718","bf96218e-006d-4ae3-aa61-7ef8b561f8a9","c2bc3f62-1e3a-4ec3-a83b-f6547d7c7b0d","d147d333-0172-4247-aec3-99c741123005","dcb5474f-a842-4e8a-af3b-75bd12b758f5","e6793b15-37fb-495e-b5e2-22c1df4cdc05"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","5ED","6ED","7ED","9ED","ATH","BLC","BRO","FIC","ICE","LTC","M3C","OLEP","PBRO","PLST","PRM","PTC","WC00","WC02"],"rarities":["rare"]},"brushwagg":{"name":"Brushwagg","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Brushwagg"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature blocks or becomes blocked, it gets -2/+2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-2},"toughness":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ blocks or becomes blocked, it gets -2/+2 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"33a981ac-878d-4257-936f-55b4e6543c12","metadata":{"source_printing_ids":["6c20edc3-5ad0-42c1-a5ec-3e680fb03297"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rarities":["rare"]},"bubbling muck":{"name":"Bubbling Muck","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until end of turn, whenever a player taps a Swamp for mana, that player adds an additional {B}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"TapsForMana","execute":null,"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Swamp"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"],"contribution":"Additional"},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, whenever a player taps a Swamp for mana, that player adds an additional {B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3c7f2b29-9f42-41ab-a2d4-7a450fb0242d","metadata":{"source_printing_ids":["076b4810-8e92-4d8f-be82-fc799ec47ee3","6ca76614-78a1-4535-9162-70469d1e8a13"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","UDS"],"rulings":[{"date":"2004-10-04","text":"Affects lands tapped for rest of turn, not just swamps on the battlefield at the time it resolves. This is because it affects players and not the lands themselves."},{"date":"2004-10-04","text":"Affects lands with type Swamp, not lands that are named “Swamp.”"}],"rarities":["common"]},"bucknard's everfull purse":{"name":"Bucknard's Everfull Purse","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Roll a d4 and create a number of Treasure tokens equal to the result. The player to your right gains control of this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":4,"results":[]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"Neighbor","direction":{"type":"Right"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}, {T}: Roll a d4 and create a number of Treasure tokens equal to the result. The player to your right gains control of ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"f70b9eee-3874-4391-8df8-e10bbd19307e","metadata":{"related_token_ids":["6a613aa7-be49-5cc5-abd3-4fab87bb0065","b0e0f943-429b-5075-a61d-22338c7dfcf6"],"source_printing_ids":["38b51dbb-7d8e-41fc-9768-627fd4692555","57073533-dcd8-4a86-9aa8-d7205d3799e1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","PLST"],"rulings":[{"date":"2021-07-23","text":"An ability that tells you to roll a die will also specify what to do with the result of that roll. Most often, this is in the form of a “results table” in the card text."},{"date":"2021-07-23","text":"An effect that says “choose a target, then roll a d20” or similar still uses the normal process of putting an ability on the stack and resolving it. Choosing targets is part of putting the ability on the stack and rolling the d20 happens later, as the ability resolves."},{"date":"2021-07-23","text":"Dice are identified by the number of faces each one has. For example, a d20 is a twenty-sided die."},{"date":"2021-07-23","text":"Dice used must have equally likely outcomes and the roll must be fair. Although physical dice are recommended, digital substitutes are allowed, provided they have the same number of equally likely outcomes as specified in the original roll instruction."},{"date":"2021-07-23","text":"Some abilities, like that of Pixie Guide and Barbarian Class, replace rolling a die with rolling extra dice and ignoring the lowest roll. The ignored rolls are not considered for the effect that instructed you to roll a die, and do not cause abilities to trigger. For all intents and purposes, once you determine which dice count, any extra dice were never rolled."},{"date":"2021-07-23","text":"Some effects instruct you to roll again. This uses the same number and type of dice as the original roll, and that roll will use the same set of possible outcomes."},{"date":"2021-07-23","text":"Some effects may modify the result of a die roll. This may be part of the instruction to roll a die or it may come from other cards. Anything that references the “result” of a die roll is looking for the result after these modifications. Anything that is looking for the “natural result” is looking for the number shown on the face of the die before these modifications."},{"date":"2021-07-23","text":"The instruction to roll a die and the effect that occurs because of the result are all part of the same ability. Players do not get the chance to respond to the ability after knowing the result of the roll."},{"date":"2021-07-23","text":"Tournament events have more specific rules regarding dice and die-rolling. For more information, please see the most recent version of the Magic Tournament Rules at https://wpn.wizards.com/en/document/magic-gathering-tournament-rules."},{"date":"2021-07-23","text":"While playing Planechase, rolling the planar die will cause any ability that triggers whenever a player rolls one or more dice to trigger. However, any effect that refers to a numerical result will ignore the rolling of the planar die."}],"rarities":["uncommon"]},"bull elephant":{"name":"Bull Elephant","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elephant"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, sacrifice it unless you return two Forests you control to their owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you return two Forests you control to their owner's hand.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"ReturnToHand","count":2,"filter":{"type":"Typed","type_filters":[{"Subtype":"Forest"}],"controller":"You","properties":[]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4ed04ece-64d2-41a4-bf36-b993cbbf2aac","metadata":{"source_printing_ids":["fa7f5f41-ed30-412b-b51e-37d26e9e6455"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MGB","VIS"],"rarities":["common"]},"bumi, unleashed":{"name":"Bumi, Unleashed","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble","Ally"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen Bumi enters, earthbend 4.\nWhenever Bumi deals combat damage to a player, untap all lands you control. After this phase, there is an additional combat phase. Only land creatures can attack during that combat phase.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, earthbend 4.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":{"type":"Typed","type_filters":["Land","Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, untap all lands you control. After this phase, there is an additional combat phase. Only land creatures can attack during that combat phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"1fef13d8-5da2-46a6-91ed-7a31bd46e538","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7143a5ba-c597-4f8b-9f39-15849e298a6f","b20a5185-7e31-4fc9-be11-9423bfc389bf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"The restriction that only land creatures can attack applies only to the combat phase created by Bumi, Unleashed, not to any other combat phases that might occur that turn."}],"rarities":["mythic"]},"burning-tree shaman":{"name":"Burning-Tree Shaman","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Centaur","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever a player activates an ability that isn't a mana ability, this creature deals 1 damage to that player.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player activates an ability that isn't a mana ability, ~ deals 1 damage to that player.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"8593e899-8e6f-4d40-96ab-98788b3d9486","metadata":{"source_printing_ids":["133863fc-e820-4be6-a354-a02e7fe25eae","7ca772c7-ed84-4222-a221-16e95a8c0ba8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["GK2","GPT"],"rulings":[{"date":"2006-02-01","text":"A mana ability is an ability that adds mana, not one that costs mana to activate."},{"date":"2013-04-15","text":"A mana ability is an ability that (1) isn't a loyalty ability, (2) doesn't target, and (3) could add mana when it resolves."}],"rarities":["rare"]},"buster sword":{"name":"Buster Sword","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +3/+2.\nWhenever equipped creature deals combat damage to a player, draw a card, then you may cast a spell from your hand with mana value less than or equal to that damage without paying its mana cost.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"},{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"EventContextAmount"}}}]},"without_paying_mana_cost":true,"mode":"Cast","constraint":{"type":"ManaValue","data":{"comparator":"LE","value":{"type":"Ref","qty":{"type":"EventContextAmount"}}}},"driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"AttachedTo"},"description":"Whenever equipped creature deals combat damage to a player, draw a card, then you may cast a spell from your hand with mana value less than or equal to that damage without paying its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":2}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +3/+2."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"5e060d58-4d6e-425c-b7d4-727669fcce5b","metadata":{"source_printing_ids":["374d7383-a1a7-4eea-91f7-290180e14cc9","f57d0446-1eae-4b88-b65c-92a14a3f9cef"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"If a spell you cast has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2025-06-06","text":"If you cast a spell \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2025-06-06","text":"You choose whether to cast a spell from among the cards in your hand as Buster Sword's middle ability resolves. You can't wait to cast one later in the turn. Timing restrictions based on the card's types are ignored."}],"rarities":["mythic"]},"bustle":{"name":"Bustle","mana_cost":{"type":"Cost","shards":["RedGreen","RedGreen"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +2/+2 and gain trample until end of turn. You may turn a creature you control face up.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+2 and gain trample"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TurnFaceUp","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Creatures you control get +2/+2 and gain trample until end of turn. You may turn a creature you control face up.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"e294d85f-caf2-4939-99d3-7ca5bba2b8d1","metadata":{"source_printing_ids":["5f664827-e22e-43af-82f1-861b3c7607f1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["MKM"],"rarities":["uncommon"]},"caesar, legion's emperor":{"name":"Caesar, Legion's Emperor","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you attack, you may sacrifice another creature. When you do, choose two —\n• Create two 1/1 red and white Soldier creature tokens with haste that are tapped and attacking.\n• You draw a card and you lose 1 life.\n• Caesar deals damage equal to the number of creature tokens you control to target opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"modal":{"min_choices":2,"max_choices":2,"mode_count":3,"mode_descriptions":["Create two 1/1 red and white Soldier creature tokens with haste that are tapped and attacking.","You draw a card and you lose 1 life.","~ deals damage equal to the number of creature tokens you control to target opponent."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["Red","White"],"keywords":["Haste"],"tapped":true,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Token"}]}}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"8e62d05a-6efd-4764-bca8-97895e0cb613","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["a4fa2d1c-1462-501e-b492-d6926a131c8a"],"source_printing_ids":["246a7176-98bc-4f54-aa61-38747420f178","6aca55a2-2824-41b7-8ce7-596ae028a5b2","87eec46e-dc81-45aa-9026-c010663e0756","db77f53a-3960-4015-a809-b387a906be35","faac5cd1-ce93-4b98-97ad-8bdce2862b3b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"The Soldier tokens created by Caesar's ability enter the battlefield tapped and attacking, but since they weren't declared as attacking creatures, no abilities that trigger whenever a creature attacks or whenever you attack (such as Caesar's own ability) will trigger."},{"date":"2024-03-08","text":"You don't choose modes or a target for Caesar, Legion's Emperor's ability at the time it triggers. Rather, a second \"reflexive\" ability triggers when you sacrifice another creature this way. You choose modes and, if you chose the third mode, a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["mythic"]},"cairn wanderer":{"name":"Cairn Wanderer","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Changeling (This card is every creature type.)\nAs long as a creature card with flying is in a graveyard, this creature has flying. The same is true for fear, first strike, double strike, deathtouch, haste, landwalk, lifelink, protection, reach, trample, shroud, and vigilance.","non_ability_text":null,"flavor_name":null,"keywords":["Changeling"],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"the same is true for landwalk, protection"},"cost":null,"sub_ability":null,"duration":null,"description":"the same is true for landwalk, protection","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Fear"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Fear"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"FirstStrike"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"DoubleStrike"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Deathtouch"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Haste"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Lifelink"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Reach"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Reach"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Trample"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Shroud"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Vigilance"},{"type":"InZone","zone":"Graveyard"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as a creature card with flying is in a graveyard, ~ has flying."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a549d54f-2640-455c-8a93-bef4df2f9e8b","metadata":{"source_printing_ids":["3c83d4e8-abb7-40a7-b8ed-159a2484a009","b870a7aa-0836-4e3e-8be9-3299bdaded81","f84b53c7-10db-40f6-a1d4-0baab88355e5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","LRW","PLST"],"rulings":[{"date":"2007-10-01","text":"Cairn Wanderer’s ability looks at all cards in all graveyards. It gains any landwalk abilities and any protection abilities."}],"rarities":["rare"]},"call damage control":{"name":"Call Damage Control","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to two. Return those cards from your graveyard to your hand.\n• Target artifact card.\n• Target creature card.\n• Target enchantment card.\n• Target land card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"49a32f34-01a9-4f25-bf38-b4d46ca67b2d","modal":{"min_choices":0,"max_choices":2,"mode_count":4,"mode_descriptions":["Target artifact card.","Target creature card.","Target enchantment card.","Target land card."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["de1ed886-c33b-4cfd-8442-944cec654a8b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"callidus assassin":{"name":"Callidus Assassin","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shapeshifter","Assassin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flash\nPolymorphine — You may have this creature enter tapped as a copy of any creature on the battlefield, except it has \"When this creature enters, destroy up to one other target creature with the same name as this creature.\"","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"additional_modifications":[{"type":"GrantTrigger","trigger":{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"SameName"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"when ~ enters, destroy up to one other target creature with the same name as ~.","constraint":null,"condition":null,"batched":false}}]},"cost":null,"sub_ability":null,"duration":null,"description":"Polymorphine — You may have ~ enter tapped as a copy of any creature on the battlefield, except it has \"When ~ enters, destroy up to one other target creature with the same name as ~.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Polymorphine — You may have ~ enter tapped as a copy of any creature on the battlefield, except it has \"When ~ enters, destroy up to one other target creature with the same name as ~.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"Polymorphine — You may have ~ enter tapped as a copy of any creature on the battlefield, except it has \"When ~ enters, destroy up to one other target creature with the same name as ~.\"","condition":null,"destination_zone":"Battlefield"}],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"4240dab9-ace7-490d-97c3-489a9fd52038","metadata":{"source_printing_ids":["18a5e38a-6c8c-427f-9143-59212e711f1c","595c08f6-d889-4b03-8f48-1f0fae1f29d2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"Any enters-the-battlefield abilities of the copied creature will trigger when Callidus Assassin enters the battlefield. You get to choose the order of those abilities and the triggered ability it has due to its copy effect. Any \"as [this creature] enters the battlefield\" or \"[this creature] enters the battlefield with\" abilities of the chosen creature will also work."},{"date":"2022-10-07","text":"Callidus Assassin copies exactly what was printed on the original creature (unless that creature is copying something else or is a token; see below) and it has the triggered ability. It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or any Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on."},{"date":"2022-10-07","text":"If Callidus Assassin somehow enters the battlefield at the same time as another creature, Callidus Assassin can't become a copy of that creature. You may choose only a creature that's already on the battlefield."},{"date":"2022-10-07","text":"If the chosen creature is a token, Callidus Assassin copies the original characteristics of that token as stated by the effect that created the token. Callidus Assassin is not a token in this case."},{"date":"2022-10-07","text":"If the chosen creature is copying something else (for example, if the chosen creature is another Callidus Assassin), then your Callidus Assassin enters the battlefield as whatever the chosen creature copied."},{"date":"2022-10-07","text":"The triggered ability that Callidus Assassin has is part of its copy effect and is a copiable value that other effects may copy."},{"date":"2022-10-07","text":"You can choose not to copy anything. In that case, Callidus Assassin enters the battlefield as a 3/3 creature. Notably, it does not have \"When this creature enters the battlefield, destroy up to one other target creature with the same name as this creature.\""}],"rarities":["rare"]},"cancel":{"name":"Cancel","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7d00fb28-ea6c-49a9-b4af-ffb38860a9a7","metadata":{"source_printing_ids":["1850d1d5-f506-4e50-9d51-408f987bbbbd","2667f1d1-18d3-4bb4-a071-dd65b237d733","475bff39-220a-4490-9c2e-d311e306a6db","479f56c2-8256-4325-909a-bf460505dbc5","59e14910-ee2e-49ae-855e-46a8ab6cad82","6a6932af-c7e7-49e9-963e-97e680a53da5","7258e651-868a-4f63-9454-6c6c95d25387","954eec32-7e40-452d-94c2-f704b819f338","9cff3fae-e072-4068-a1de-27de3d89c532","9e557f54-3d9d-4610-a0d0-5874feacc76e","9f540dcb-8d0b-4d33-8c0d-893fa5db54eb","b4e175f7-f649-451b-9ee5-ad1140b2e8a7","c464b856-e3c0-4b06-a2b0-6663a9aafd26","c6151721-0642-40c6-9f55-02f0cd94cdd2","c8153fad-8a06-46f3-8a5a-2d0d4841191a","cf6e5ad6-ffe2-4588-b357-c415c33fbc11","d0bf9f71-c592-4064-b7b3-172c26e5605b","fd994a26-65ff-43be-8d52-476e887d3ed2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","AKH","ALA","DPA","FDN","KTK","M10","M11","M12","M14","M15","M19","M21","P10","PC2","PCA","PLST","PRM","PS11","RTR","TSP","XLN","ZEN"],"rarities":["common"]},"candela, aegis of adagia":{"name":"Candela, Aegis of Adagia","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen Candela enters, return up to one target creature you control to its owner's hand. It perpetually gets +1/+1.\nStation\n8+ | Flying\nWhenever Candela deals combat damage to a player, you may put a creature card with mana value 3 or less from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Station"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may put a creature card with mana value 3 or less from your hand onto the battlefield.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ApplyPerpetual","target":{"type":"ParentTarget"},"modification":{"kind":"ModifyPowerToughness","power_delta":1,"toughness_delta":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return up to one target creature you control to its owner's hand. It perpetually gets +1/+1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":3}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2db9e07f-d149-447a-b855-ef471274b326","is_commander":true,"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YEOE"]},"cankerbloom":{"name":"Cankerbloom","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Fungus"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{1}, Sacrifice this creature: Choose one —\n• Destroy target artifact.\n• Destroy target enchantment.\n• Proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Destroy target artifact.","Destroy target enchantment.","Proliferate."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d5b80895-621a-40df-bf48-6c7295658f21","metadata":{"source_printing_ids":["02272f89-dd8e-4a07-8bd4-b33ad4e12888","89b39293-6f57-4294-85fc-c718bdbb4d40","bbfb112b-a148-4c28-9ba6-af535ec2d4fd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE"],"rulings":[{"date":"2023-02-04","text":"An ability that triggers \"Whenever you proliferate\" triggers even if you chose no permanents or players while doing so."},{"date":"2023-02-04","text":"If a permanent ever has both +1/+1 counters and -1/-1 counters on it at the same time, they're removed in pairs as a state-based action so that the permanent has only one of those kinds of counters on it."},{"date":"2023-02-04","text":"If a player or permanent has more than one kind of counter on it, and you choose for it to get additional counters, it must get one of each kind of counter it already has. You can't have it get just one kind of counter it already has and not the others."},{"date":"2023-02-04","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2023-02-04","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2023-02-04","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["uncommon"]},"canyon vaulter":{"name":"Canyon Vaulter","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kor","Pilot"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature saddles a Mount or crews a Vehicle during your main phase, that Mount or Vehicle gains flying until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SaddlesOrCrews","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying"}],"duration":"UntilEndOfTurn","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ saddles a Mount or crews a Vehicle during your main phase, that Mount or Vehicle gains flying until end of turn.","constraint":{"type":"OnlyDuringYourMainPhase"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"829e121f-d2fa-40ef-afc7-9b2072a949d7","metadata":{"source_printing_ids":["cc0b15da-a45c-42f5-aafc-20ad9e38bf24"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"capsize":{"name":"Capsize","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Buyback {3} (You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)\nReturn target permanent to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[{"Buyback":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":3}}}],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return target permanent to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"77637eff-2963-4402-88f3-ca346f762fc8","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}}}},"metadata":{"source_printing_ids":["122c819d-2b13-49af-92dc-af96d4de45de","a31a6caf-5de4-4a69-b58d-9b5ddfc5b7d6","e538b359-d893-422d-9d60-5f3e8ee0fa9e","f36f6545-e4e0-4dc8-acea-e527e43f3e14"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["F03","MP2","PRM","TD0","TMP","TPR","WC98"],"rarities":["common","uncommon","special"]},"captain america, living legend":{"name":"Captain America, Living Legend","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever a creature you control becomes tapped during your turn, if it's the first time that creature has become tapped this turn, untap it.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control becomes tapped during your turn, if it's the first time that creature has become tapped this turn, untap it.","constraint":null,"condition":{"type":"FirstTimeObjectTappedThisTurn"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"67aa946d-e694-494e-ba0c-44880d5bc03e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6516f292-469d-4092-b099-97c698f373cd","debe1ab2-ed15-4b8d-96f4-ad35bab44f82"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH","PMEI"],"rarities":["uncommon"]},"captain america, super-soldier":{"name":"Captain America, Super-Soldier","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"First strike\nCaptain America enters with a shield counter on him. (If he would be dealt damage or destroyed, remove a shield counter from him instead.)\nAs long as Captain America has a shield counter on him, you and other Heroes you control have hexproof.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":[],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature",{"Subtype":"Hero"}],"controller":"You","properties":[{"type":"Another"}]}]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"shield"},"minimum":1},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ has a shield counter on him, you and other Heroes you control have hexproof."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"shield","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a shield counter on him.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ac1b6ffc-12a9-4d9c-a9fc-68a839a40738","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["33631d6c-c584-42ff-afe5-2647b5fb321f","5873766d-9b8d-4850-bbe7-76ab6c08e138","7ffdca9d-3ee4-4572-b1ad-4f03523968fd","b0a27523-65bf-4e7a-8560-e11f099b1d1a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"captain america, team leader":{"name":"Captain America, Team Leader","mana_cost":{"type":"Cost","shards":["Red","White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever another Hero you control enters, it gains vigilance and haste until end of turn. Put a +1/+1 counter on that Hero and a +1/+1 counter on Captain America.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain vigilance and haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Hero"}],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another Hero you control enters, it gains vigilance and haste until end of turn. Put a +1/+1 counter on that Hero and a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"916cf34a-fd2c-47fe-bebb-f7b52b3dabed","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["61a51b67-d941-4e07-9c12-ffe583cb65d4","910a6dfc-04a2-4c6d-b2ba-507bc75ec821"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["mythic"]},"captain n'ghathrod":{"name":"Captain N'ghathrod","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Horror","Pirate"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Horrors you control have menace.\nWhenever a Horror you control deals combat damage to a player, that player mills that many cards.\nAt the beginning of your end step, choose target artifact or creature card in an opponent's graveyard that was put there from their library this turn. Put it onto the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"TriggeringPlayer"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Horror"}],"controller":"You","properties":[]},"description":"Whenever a Horror you control deals combat damage to a player, that player mills that many cards.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Graveyard"}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, choose target artifact or creature card in an opponent's graveyard that was put there from their library this turn. Put it onto the battlefield under your control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Horror"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Menace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Horrors you control have menace."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"cfb23c6b-6e4a-4fc9-b3bb-a3ddc2ba06b8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["18937a89-4931-4cb0-b8b8-8582433f6e1a","55c02dc8-0743-400c-b334-ca029caf0463","7aa652e2-caa6-4b48-bd04-67354380a761","f512c364-9512-4566-aa96-4a2884ec6230"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","SLD"],"rarities":["mythic"]},"captivating crossroads":{"name":"Captivating Crossroads","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"During your first three turns of the game, Captivating Crossroads enters tapped if you were the starting player.\nAs Captivating Crossroads enters, choose a color.\n{T}: Add one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"During your first three turns of the game, ~ enters tapped if you were the starting player.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"95ce4b73-4b5a-49bd-992e-66f6489dba78","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"During your first three turns of the game, Captivating Crossroads enters tapped if you were the starting player.\nAs Captivating Crossroads e","line_index":0}],"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YWOE"]},"carnage interpreter":{"name":"Carnage Interpreter","mana_cost":{"type":"Cost","shards":["BlackRed","BlackRed"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Devil","Detective"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, discard your hand, then investigate four times. (To investigate, create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")\nAs long as you have one or fewer cards in hand, this creature gets +2/+2 and has menace.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Fixed","value":4},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, discard your hand, then investigate four times.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Menace"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"Fixed","value":1}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as you have one or fewer cards in hand, ~ gets +2/+2 and has menace."}],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"4bc79fb3-81bb-42ed-9bbb-93f8cede3094","metadata":{"related_token_ids":["9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1"],"source_printing_ids":["f6fb576e-a4a4-496b-b553-3f81cc651210"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLU"],"rulings":[{"date":"2024-02-02","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2024-02-02","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2024-02-02","text":"Once Carnage Interpreter has been blocked, causing it to gain menace by removing cards from your hand won't cause it to stop being blocked."},{"date":"2024-02-02","text":"Some abilities trigger \"whenever you sacrifice a Clue\". Those abilities trigger whenever you sacrifice a Clue for any reason, not just to activate a Clue's activated ability."},{"date":"2024-02-02","text":"Some spells and abilities that investigate may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't create any Clue tokens."},{"date":"2024-02-02","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."}],"rarities":["rare"]},"carnophage":{"name":"Carnophage","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, tap this creature unless you pay 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, tap ~ unless you pay 1 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"PayLife","amount":{"type":"Fixed","value":1}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9ac77cfd-7d78-4c8a-bffc-17649a852114","metadata":{"source_printing_ids":["57b2da3d-27c1-4ef3-985e-9f8cbec8cb35","889a92ca-e198-494d-9ccb-6ae2c19ec62e","d17c057f-cb1b-4895-831a-fb35c75d3845"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["EXO","F01","PRM","TPR","VMA"],"rarities":["common"]},"carpet of flowers":{"name":"Carpet of Flowers","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each of your main phases, if you haven't added mana with this ability this turn, you may add X mana of any one color, where X is the number of Islands target opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Island"}],"controller":"TargetOpponent","properties":[]}}},"color_options":["White","Blue","Black","Red","Green"]},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of each of your main phases, if you haven't added mana with this ability this turn, you may add X mana of any one color, where X is the number of Islands target opponent controls.","constraint":{"type":"OnlyDuringYourMainPhase"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2ffc6372-f63b-4f32-8dd0-2d7938aeb412","parse_warnings":[{"type":"SwallowedClause","detector":"Duration_ThisTurn","description":"At the beginning of each of your main phases, if you haven't added mana with this ability this turn, you may add X mana of any one color, wh","line_index":0}],"metadata":{"source_printing_ids":["86e6f8f9-c17c-4f96-9283-a8a4d27b4746","93abb48a-85f2-432d-8602-0a1d17fbb409","b68a5679-87a1-4d35-b5ef-59c1803e43aa","d0c649c4-b9e9-4aa5-8b82-a8e1f9f998e0","dd28c05c-9473-4df8-9bb3-70593f2c5a50","f20c3499-d2c0-4e21-be7b-925e23a1d4df","fd374915-323c-4d98-9b59-94d405c1dde8","ff76c732-2eec-4836-9230-22e2680e98ec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","PLST","SLD","USG","WHO"],"rulings":[{"date":"2004-10-04","text":"The ability is not a mana ability."},{"date":"2004-10-04","text":"You can target a different opponent each turn."}],"rarities":["uncommon","rare"]},"carrion feeder":{"name":"Carrion Feeder","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't block.\nSacrifice a creature: Put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice a creature: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a1cc5e37-b09a-4b7f-afd5-77c1c35aa425","metadata":{"source_printing_ids":["083f4ccc-9cfc-44b1-af77-304b65bd878b","0a19da90-880e-4eca-8cf7-6d7baf090d53","22a77543-749a-49d8-96f4-3458ae5dcd38","88042031-64af-4f84-85d5-95992b43aa6c","c0e175cb-ffea-473f-8422-53273f263016","d3e33835-a293-4a1f-85d5-8ac22360ef35"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["DDE","EMA","F04","MH1","PLST","PRM","SCG","SLD","TD0"],"rarities":["common","uncommon","rare"]},"cathars' crusade":{"name":"Cathars' Crusade","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control enters, put a +1/+1 counter on each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control enters, put a +1/+1 counter on each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cc65ac73-5bef-4ecb-ad8e-39199084c027","metadata":{"source_printing_ids":["264ea67b-c796-4ecd-a71b-85d67b980056","3ebdc35c-019d-41d9-aff7-b317246aefb1","5296e353-2efc-4d72-a877-7957eff630b9","78154978-9e7d-44e9-a03f-c578072a8ff7","91a54f0a-1e6b-4f1e-8109-605c8c2e777c","9cddd843-78c6-4d47-8137-cd17e559ddd2","af1254a3-dc39-4365-ab53-c18d67cb0edf","ee2f283f-e4ae-44d8-9f2b-d1c25c44705d","fbb70e7b-2a68-436e-96a4-32a88fb87da0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AVR","C14","C16","CM2","INR","JMP","MB2"],"rulings":[{"date":"2012-05-01","text":"The creature that entered and caused the ability to trigger will also get a +1/+1 counter, provided it's still on the battlefield when the ability resolves."}],"rarities":["rare"]},"caught in a parallel universe":{"name":"Caught in a Parallel Universe","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Phenomenon"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you encounter Caught in a Parallel Universe, each player chooses a creature controlled by the player to their left. Each player creates a token that's a copy of the creature they chose, except it has menace. (Then planeswalk away from this phenomenon.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Planeswalked":{"role":"To"}},"execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"choose","description":"choose a creature controlled by the player to their left"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"extra_keywords":["Menace"]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you encounter ~, each player chooses a creature controlled by the player to their left. Each player creates a token that's a copy of the creature they chose, except it has menace.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c265447b-a8ce-4d77-b620-865f7d4e0722","metadata":{"related_token_ids":["553b5e02-de02-59fb-9901-28d367ab1c19"],"source_printing_ids":["d8ddc6d0-50cc-4914-a6f2-00fb93d4402a"]},"legalities":{},"printings":["WHO"],"rarities":["common"]},"cauldron of essence":{"name":"Cauldron of Essence","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control dies, each opponent loses 1 life and you gain 1 life.\n{1}{B}{G}, {T}, Sacrifice a creature: Return target creature card from your graveyard to the battlefield. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Green"],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}{B}{G}, {T}, Sacrifice a creature: Return target creature card from your graveyard to the battlefield. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control dies, each opponent loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"a2f8cde8-bf7b-4234-89f0-a95f9dc937e3","metadata":{"source_printing_ids":["96c53f07-b34c-4cc7-a054-f0bdfa48b975","b7091740-e70c-4cf2-8d3d-b8e1ac1fbbdd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"Because targets are chosen before costs are paid, the target of Cauldron of Essence's last ability can't be the creature sacrificed to pay its cost."},{"date":"2026-03-20","text":"If one or more creatures you control die at the same time that Cauldron of Essence leaves the battlefield, its first ability triggers once for each of those creatures."}],"rarities":["rare"]},"caustic bronco":{"name":"Caustic Bronco","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake","Horse","Mount"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, reveal the top card of your library and put it into your hand. You lose life equal to that card's mana value if this creature isn't saddled. Otherwise, each opponent loses that much life.\nSaddle 3 (Tap any number of other creatures you control with total power 3 or more: This Mount becomes saddled until end of turn. Saddle only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Saddle":3}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"IsSaddled"}]}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, reveal the top card of your library and put it into your hand. You lose life equal to that card's mana value if ~ isn't saddled. Otherwise, each opponent loses that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"165bdc68-1da0-47db-a069-978fc4c04b3f","metadata":{"source_printing_ids":["517505a0-0d05-4e81-8582-999b88040f48","6d87174b-8474-4ad7-bf12-1d0f71607a40","e9a268ba-c442-4fe4-90b4-2810c8474f4e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","PL26","POTJ"],"rulings":[{"date":"2024-04-12","text":"An ability that triggers when a creature “attacks while saddled” will trigger only if that creature was saddled when it was declared as an attacker."},{"date":"2024-04-12","text":"Creatures with saddle can attack or block as normal even if they aren’t saddled."},{"date":"2024-04-12","text":"If Caustic Bronco isn’t on the battlefield as its triggered ability resolves, use whether it was saddled or not before it left the battlefield to determine who loses life."},{"date":"2024-04-12","text":"If a permanent becomes a copy of a saddled Mount, the copy won’t be saddled."},{"date":"2024-04-12","text":"If the revealed card doesn’t have a mana cost (because it’s a land card, for example), its mana value is 0."},{"date":"2024-04-12","text":"If the revealed card is a split card, that card’s mana value is based on the combined mana cost of its two halves."},{"date":"2024-04-12","text":"If the revealed card’s mana cost includes {X}, X is 0 for the purpose of determining its mana value."},{"date":"2024-04-12","text":"You may activate a permanent’s saddle ability even if that permanent is already saddled."},{"date":"2024-04-12","text":"“Saddle N” means “Tap any number of other untapped creatures you control with total power N or greater: This permanent becomes saddled until end of turn. Activate only as a sorcery.”"},{"date":"2024-04-12","text":"“Saddled” isn’t an ability that a creature has. It’s just something true about that creature. It won’t stop being saddled until the turn ends or it leaves the battlefield."}],"rarities":["rare"]},"cavern of souls":{"name":"Cavern of Souls","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this land enters, choose a creature type.\n{T}: Add {C}.\n{T}: Add one mana of any color. Spend this mana only to cast a creature spell of the chosen type, and that spell can't be countered.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]},"restrictions":["ChosenCreatureType"],"grants":["CantBeCountered"]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color. Spend this mana only to cast a creature spell of the chosen type, and that spell can't be countered.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"89ca686a-7c72-4d8f-9290-e89635624a83","metadata":{"source_printing_ids":["09f9b3b8-090e-4152-8d44-52d92375905b","0b773b4e-7af3-4836-8c7f-3897f968a33e","1045bdc7-6fbb-4b63-9798-a2a993f95bc2","1381c8f1-a292-4bdf-b20c-a5c2a169ee84","1d842f91-a04c-4b11-8ac9-0c0536b82d03","25976cb2-3123-4935-adcc-70e3db51d381","3aad15a2-8a1b-4460-9b06-e85863081878","4222863c-c851-4ef7-b29f-7111b05bb843","5261e0f6-55bf-4d45-92ea-7acbab41162c","5f31ea61-cc66-4dc2-a38c-04e3f8418cb8","69d55219-32b0-4281-a020-52107db6d16a","6a150673-8c52-4b56-9b81-c54cfcfc091b","a6675d55-5960-4da4-a31c-45654ab9974d","bea9f6e9-69ae-4c49-9682-ad09e787c01e","ce15f400-9428-46dc-bdde-ee80ee8fcab0","d0c08da9-edcc-4fca-9b7a-e3da49ba1839","d89bcbd5-772a-4ff2-b48b-6fea07830578","e697ea72-e10e-4fed-be8f-8c6455cc3fc8","fcc626a1-cfb0-4e1f-80fc-7c1ff07ee424","fde9dbec-ad25-488b-8472-4bd85fd6c757"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AVR","LCI","LTC","MM3","PLCI","PLST","PRM","PUMA","UMA","ZNE"],"rulings":[{"date":"2018-12-07","text":"The spell can't be countered if the mana produced by Cavern of Souls is spent to cover any cost of the spell, even an additional cost such as a kicker cost. This is true even if you use the mana to pay an additional cost while casting a spell \"without paying its mana cost.\""},{"date":"2018-12-07","text":"You must choose an existing creature type, such as Human or Warrior. Card types such as artifact can't be chosen."},{"date":"2023-11-10","text":"The spell can't be countered if the mana produced by Cavern of Souls is spent to cover any cost of the spell, even an additional cost such as a kicker cost. This is true even if you use the mana to pay an additional cost while casting a spell \"without paying its mana cost.\""},{"date":"2023-11-10","text":"You must choose an existing creature type, such as Human or Warrior. Card types such as artifact can't be chosen."}],"rarities":["rare","mythic"]},"cavernous maw":{"name":"Cavernous Maw","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Cave"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{2}: This land becomes a 3/3 Elemental creature until end of turn. It's still a Cave land. Activate only if the number of other Caves you control plus the number of Cave cards in your graveyard is three or greater.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Elemental"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 3/3 Elemental creature"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Land"},{"type":"AddSubtype","subtype":"Cave"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a Cave land"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{2}: ~ becomes a 3/3 Elemental creature until end of turn. It's still a Cave land. Activate only if the number of other Caves you control plus the number of Cave cards in your graveyard is three or greater.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":null}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"952ab8fe-f7d3-4673-89de-8c6d3f8a081f","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"{T}: Add {C}.\n{2}: This land becomes a 3/3 Elemental creature until end of turn. It's still a Cave land. Activate only if the number of othe","line_index":0},{"type":"SwallowedClause","detector":"Condition_If","description":"{T}: Add {C}.\n{2}: This land becomes a 3/3 Elemental creature until end of turn. It's still a Cave land. Activate only if the number of othe","line_index":0}],"metadata":{"source_printing_ids":["2a51ebf6-a465-42e2-82b7-d2cb928ca632"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rarities":["uncommon"]},"ceaseless searblades":{"name":"Ceaseless Searblades","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you activate an ability of an Elemental, this creature gets +1/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Elemental"}],"controller":null,"properties":[{"type":"InZone","zone":"Battlefield"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you activate an ability of an Elemental, ~ gets +1/+0 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"bbed284c-987a-4765-b3a8-4f18a228ad0e","metadata":{"source_printing_ids":["a7e103a3-555c-4b68-9768-42637bfd2478"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LRW"],"rulings":[{"date":"2007-10-01","text":"This triggers whenever you activate an activated ability of an Elemental permanent, but not when you activate an activated ability of an Elemental source that’s not on the battlefield."}],"rarities":["uncommon"]},"cecil, dark knight":{"name":"Cecil, Dark Knight","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nDarkness — Whenever Cecil deals damage, you lose that much life. Then if your life total is less than or equal to half your starting life total, untap Cecil and transform it.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"StartingLifeTotal"}},"divisor":2,"rounding":"Down"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals damage, you lose that much life. Then if your life total is less than or equal to half your starting life total, untap ~ and transform it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","White"],"scryfall_oracle_id":"e4719557-d94e-490f-8a56-c1867a01d2ef","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["026e7167-d665-43d0-a51e-8df2d68cdb5e","7d95f911-91c3-41ee-a709-c579c723eede","c976f89d-768a-4cee-b0ac-90f854bfe94f","d8c5c414-c7a0-489b-9cb8-1b910aa89b8e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"A nonmodal double-faced card enters with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2025-06-06","text":"A token that is created as a copy of a double-faced permanent or a double-faced card in another zone is a double-faced token. It will have both the front face and back face of whatever object it's copying. If it's copying a double-faced permanent whose back face is up, the token will enter with its back face up. It can transform if instructed to do so."},{"date":"2025-06-06","text":"Each face of a nonmodal double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a nonmodal double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2025-06-06","text":"Each nonmodal double-faced card in this release is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2025-06-06","text":"If Cecil, Dark Knight is dealt lethal damage at the same time it deals damage (probably because it blocked or became blocked), its last ability will still trigger. You'll still lose life, but you won't untap or transform Cecil, Dark Knight because it won't be on the battlefield anymore."},{"date":"2025-06-06","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Crystal Fragments, it will be exiled during the resolution of its second ability and remain in exile."},{"date":"2025-06-06","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Cecil, Dark Knight's color identity is black and white, since its front face is black and its back face has a white color indicator."},{"date":"2025-06-06","text":"The back face of a nonmodal double-faced card usually has a color indicator that defines its color."},{"date":"2025-06-06","text":"The mana value of a nonmodal double-faced card is the mana value of its front face, no matter which face is up."}],"rarities":["rare"]},"cecil, redeemed paladin":{"name":"Cecil, Redeemed Paladin","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nProtect — Whenever Cecil attacks, other attacking creatures gain indestructible until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, other attacking creatures gain indestructible until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["White"],"color_identity":["Black","White"],"scryfall_oracle_id":"e4719557-d94e-490f-8a56-c1867a01d2ef","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["026e7167-d665-43d0-a51e-8df2d68cdb5e","7d95f911-91c3-41ee-a709-c579c723eede","c976f89d-768a-4cee-b0ac-90f854bfe94f","d8c5c414-c7a0-489b-9cb8-1b910aa89b8e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN","PFIN"],"rarities":["rare"]},"celestial reunion":{"name":"Celestial Reunion","mana_cost":{"type":"Cost","shards":["X","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may choose a creature type and behold two creatures of that type.\nSearch your library for a creature card with mana value X or less, reveal it, put it into your hand, then shuffle. If this spell's additional cost was paid and the revealed card is the chosen type, put that card onto the battlefield instead of putting it into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"AdditionalCostPaid"},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"use_lki":false}]},"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":"Search your library for a creature card with mana value X or less, reveal it, put it into your hand, then shuffle. If this spell's additional cost was paid and the revealed card is the chosen type, put that card onto the battlefield instead of putting it into your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ba0a815c-1dfe-47c1-890f-496c670124f3","additional_cost":{"type":"Optional","data":{"cost":{"type":"Behold","count":2,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"action":"ChooseOrReveal","type_choice":"CreatureType"}}},"metadata":{"source_printing_ids":["583b2863-aca1-4dab-9196-ea453b5d9454","e9777cbc-064c-4c11-9a43-8d44f7e8e403"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"If a card in a library has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2025-11-17","text":"If a card in your hand is already revealed (perhaps because it was revealed to pay a cost of a spell that's still on the stack or due to the effect of a card like Telepathy), you may reveal it again to pay the cost of another spell or ability that requires you to reveal a card from your hand."},{"date":"2025-11-17","text":"If a cost to cast a spell includes revealing a card, that card remains revealed from the time the spell is announced until the time it leaves the stack."},{"date":"2025-11-17","text":"If an effect refers to a \"[subtype] card,\" it refers only to a card that has that subtype. For example, Glen Elendra's Answer creates a Faerie token and features a Faerie in its art, but it isn't a Faerie card."},{"date":"2025-11-17","text":"Notably, Celestial Reunion's behold instruction is limited to \"creatures.\" It doesn't allow you to behold kindred cards or kindred permanents, which are permitted for most other behold instructions."},{"date":"2025-11-17","text":"To behold two creatures of a specified creature type, you can reveal two creature cards of that type from your hand, choose two creatures you control of that type on the battlefield, or reveal one card and choose one creature on the battlefield."}],"rarities":["mythic"]},"centaur courser":{"name":"Centaur Courser","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Centaur","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2f5bf099-2e01-4e1c-9ebf-0ce0ac66939e","metadata":{"source_printing_ids":["03354b67-7df2-4b4b-a996-a37550e58561","3b625203-6c50-4b14-928c-6b0aec1375a2","44a5f7db-ea4e-4af5-9d4a-0335db6ea0e9","bae6eb55-4bf9-4418-b667-a9a761f91ef9","e8b67ee8-3189-4426-8b1a-b540267768fd","eb7eb6f0-a329-4fcd-ba23-ec435659441d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M10","M13","M15","M19","M20","PLST"],"rarities":["common"]},"chain of acid":{"name":"Chain of Acid","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target noncreature permanent. Then that permanent's controller may copy this spell and may choose a new target for that copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Creature"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"SelfRef"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target noncreature permanent. Then that permanent's controller may copy this spell and may choose a new target for that copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0b1a27bd-bb98-44f8-8357-666fabfeabf0","metadata":{"source_printing_ids":["1d47ddca-a363-4ab7-b7f2-d0e0043c9916"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ONS"],"rarities":["uncommon"]},"chain of smog":{"name":"Chain of Smog","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player discards two cards. That player may copy this spell and may choose a new target for that copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"SelfRef"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target player discards two cards. That player may copy this spell and may choose a new target for that copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ea14c26b-bf2f-48b4-b879-6e63069ded1f","metadata":{"source_printing_ids":["6bfe64f9-8b03-41f6-a47b-fade397ad9d1","a56d9468-9d33-48e3-b41c-942653669b1a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ONS","PLST"],"rarities":["uncommon"]},"chainer, nightmare adept":{"name":"Chainer, Nightmare Adept","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Minion"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Discard a card: You may cast a creature spell from your graveyard this turn. Activate only once each turn.\nWhenever a nontoken creature you control enters, if you didn't cast it from your hand, it gains haste until your next turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"without_paying_mana_cost":false,"mode":"Cast","duration":"UntilEndOfTurn"},"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Discard a card: You may cast a creature spell from your graveyard this turn. Activate only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature you control enters, if you didn't cast it from your hand, it gains haste until your next turn.","constraint":null,"condition":{"type":"Not","condition":{"type":"WasCast","zone":"Hand","controller":"You","owner":"You"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"14f6fcb0-bed4-4a38-b7df-1e438d81bedb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["61093e82-401a-4c56-a627-1455a9a337b8","875244ac-d129-407a-bd9b-9fb59958bef9","91609595-a660-45bc-94ca-0df708f4e52c","d7b0a8f8-d368-45e6-a546-984e7b1913e0","d8089e7f-7619-43fe-8e0b-31ce5d988a1b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","J21","MH2","PLST"],"rulings":[{"date":"2019-08-23","text":"Chainer's first ability doesn't change when you can cast the creature card. You can normally only cast it during your turn while the stack is empty, but if the creature card has flash, you can cast it at other times."},{"date":"2019-08-23","text":"Chainer's last ability triggers if Chainer enters the battlefield without being cast from your hand."},{"date":"2019-08-23","text":"Chainer's last ability triggers if the entering creature was cast from a zone other than your hand, or if it wasn't cast at all and is entering the battlefield from anywhere (including from your hand)."},{"date":"2019-08-23","text":"If you somehow activate Chainer's first ability more than once during a turn (perhaps because Chainer left the battlefield and returned), you can cast a creature card for each ability's permission. Similarly, if another effect allows you to cast a creature card from your graveyard, you may use that permission and later use Chainer's permission to cast another creature card."},{"date":"2019-08-23","text":"You don't choose a creature card to cast while activating or resolving Chainer's first ability. The ability creates a permission for you to cast a creature card from your graveyard later in the turn."}],"rarities":["rare","mythic"]},"chalice of the void":{"name":"Chalice of the Void","mana_cost":{"type":"Cost","shards":["X","X"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters with X charge counters on it.\nWhenever a player casts a spell with mana value equal to the number of charge counters on this artifact, counter that spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"charge"}}}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell with mana value equal to the number of charge counters on ~, counter that spell.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with X charge counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"74027ba4-a6ba-4696-baf1-60ef0b27ee0a","metadata":{"source_printing_ids":["1a02ca71-5e39-4a5f-aaba-a1e3e10a6a3e","1e472d9d-4e00-4f01-9daa-559e630403cc","1f0d2e8e-c8f2-4b31-a6ba-6283fc8740d4","25674e46-e15b-4fc0-9813-39b4e1c23de4","4a894dab-1beb-4418-be64-34c6c0c54361","ac43d235-e7d2-4a58-af1a-92ced4810103"]},"legalities":{"brawl":"banned","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"restricted"},"printings":["A25","HA6","J19","LCC","MMA","MPS","MRD","PRM","TSR"],"rulings":[{"date":"2021-03-19","text":"A mana cost of {X}{X} means that you pay twice X. For example, if you want X to be 3, you pay {6} to cast Chalice of the Void."},{"date":"2021-03-19","text":"Chalice of the Void has to be on the battlefield at the end of casting a spell for the ability to trigger. If you sacrifice Chalice of the Void as a cost to cast a spell, its ability can't trigger. However, if it leaves the battlefield once its ability has triggered, that ability will still counter the spell."},{"date":"2021-03-19","text":"If there are zero charge counters on Chalice of the Void, it counters each spell with a mana value of 0. This includes face-down creature spells cast with morph's alternative cost."},{"date":"2021-03-19","text":"The number of charge counters on Chalice of the Void matters only at the time the spell is cast. Changing the number of charge counters on Chalice of the Void after a spell has been cast won't change whether the ability triggers or counters the spell."}],"rarities":["rare","mythic","special"]},"chalk outline":{"name":"Chalk Outline","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more creature cards leave your graveyard, create a 2/2 white and blue Detective creature token, then investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"Token","name":"Detective","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Detective"],"colors":["White","Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more creature cards leave your graveyard, create a 2/2 white and blue Detective creature token, then investigate.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"af335eb3-f60a-44b3-a1ed-1e165f3e3605","metadata":{"related_token_ids":["4c84fc07-0117-5360-9426-02f030e51f75","9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1"],"source_printing_ids":["b3ff56c1-4153-4e15-9ac6-06d93fa2ae50"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2024-02-02","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2024-02-02","text":"If multiple creature cards leave your graveyard at the same time, Chalk Outline's ability will trigger only once."},{"date":"2024-02-02","text":"Some abilities trigger \"whenever you sacrifice a Clue\". Those abilities trigger whenever you sacrifice a Clue for any reason, not just to activate a Clue's activated ability."},{"date":"2024-02-02","text":"Some spells and abilities that investigate may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't create any Clue tokens."},{"date":"2024-02-02","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."}],"rarities":["uncommon"]},"champions from beyond":{"name":"Champions from Beyond","mana_cost":{"type":"Cost","shards":["X","White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, create X 1/1 colorless Hero creature tokens.\nLight Party — Whenever you attack with four or more creatures, scry 2, then draw a card.\nFull Party — Whenever you attack with eight or more creatures, those creatures get +4/+4 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Hero","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Hero"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"CostXPaid"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create X 1/1 colorless Hero creature tokens.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with four or more creatures, scry 2, then draw a card.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"You"},"comparator":"GE","count":4},"batched":true},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with eight or more creatures, those creatures get +4/+4 until end of turn.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"You"},"comparator":"GE","count":8},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"57e4a1c0-4218-4a07-88e7-d6083884c2b6","metadata":{"related_token_ids":["6c3df51d-8581-5d24-81bf-7cf034c29731"],"source_printing_ids":["92ef9285-e2dc-40fc-86fa-6913bbc405db","d1031ce5-063f-4c38-a6a9-abc15d254dfc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"The second and third abilities of Champions from Beyond don't care what happens to those creatures after you attack with them. Once the second ability triggers, you'll scry 2 and then draw a card when it resolves even if one or more of those creatures left the battlefield or were otherwise removed from combat. Similarly, once the third ability triggers, those creatures will get +4/+4 when it resolves, even if one or more of those creatures left the battlefield. Any of those creatures that were removed from combat but are still on the battlefield will still get +4/+4."},{"date":"2025-06-06","text":"While the second and third abilities of Champions from Beyond have \"Party\" in their flavor words, neither of them refer to a player's party (a mechanic from previous releases that also uses the term \"full party\")."}],"rarities":["rare"]},"chandra nalaar":{"name":"Chandra Nalaar","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Chandra"]},"power":null,"toughness":null,"loyalty":"6","defense":null,"oracle_text":"[+1]: Chandra Nalaar deals 1 damage to target player or planeswalker.\n[−X]: Chandra Nalaar deals X damage to target creature.\n[−8]: Chandra Nalaar deals 10 damage to target player or planeswalker and each creature that player or that planeswalker's controller controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: ~ deals 1 damage to target player or planeswalker.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"RemoveCounter","count":4294967295,"counter_type":{"type":"OfType","data":"loyalty"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"[−X]: ~ deals X damage to target creature.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":10},"target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":{"type":"Loyalty","amount":-8},"sub_ability":null,"duration":null,"description":"[−8]: ~ deals 10 damage to target player or planeswalker and each creature that player or that planeswalker's controller controls.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f4da7a43-e9d5-47ea-b2f0-3cf55a156f4a","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["1acd7aa1-f523-4f58-8626-36c975ef46a9","27bed57a-027e-46c2-b87a-c52d18a357f9","317e7ab7-7639-4877-aae2-3746563f2ec9","44108e96-1fb5-41e0-a391-0c111e0f4f11","5ab0412a-2b2f-430f-8830-002a42125148","7dfb0198-4de8-4267-adcd-9a1561ac9e59","8ae0caed-940d-45bc-9877-7cc014b2700e","a3ce115a-28f8-4350-8e66-74e7a3727657","ac44125d-28de-4ecf-a55b-1299daa5539e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DD2","JVC","LRW","M10","M11","PLST","SLD"],"rulings":[{"date":"2007-10-01","text":"To activate the second ability, you choose a value of X equal to or less than the number of loyalty counters on Chandra Nalaar. You may choose 0. You can’t choose a negative number."}],"rarities":["rare","mythic"]},"chandra's regulator":{"name":"Chandra's Regulator","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you activate a loyalty ability of a Chandra planeswalker, you may pay {1}. If you do, copy that ability. You may choose new targets for the copy.\n{1}, {T}, Discard a Mountain card or a red card: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{1}, {T}, Discard a Mountain card or a red card: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LoyaltyAbilityActivated","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Planeswalker",{"Subtype":"Chandra"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate a loyalty ability of a Chandra planeswalker, you may pay {1}. If you do, copy that ability. You may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d8c95a86-2f05-44f9-8ed7-b1798eaed42f","metadata":{"source_printing_ids":["8f1b1d5c-f71e-4c68-8baf-c134e42ed6f2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M20","PM20","PRM"],"rulings":[{"date":"2019-07-12","text":"A Mountain card is a land card with the subtype Mountain, not any land card with a mana ability that produces red mana. Land cards are normally colorless, even if they produce red mana."},{"date":"2019-07-12","text":"Copying a loyalty ability doesn’t add or remove loyalty counters from any object."},{"date":"2019-07-12","text":"If the loyalty ability has −X in its cost, the copy uses the same value of X."},{"date":"2019-07-12","text":"The triggered ability of Chandra’s Regulator and the copy it creates both resolve before the loyalty ability that caused it to trigger. They resolve even if that loyalty ability is countered."},{"date":"2019-07-12","text":"You can’t pay {1} more than once for each time the triggered ability of Chandra’s Regulator resolves."}],"rarities":["rare"]},"chandra's revolution":{"name":"Chandra's Revolution","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Chandra's Revolution deals 4 damage to target creature. Tap target land. That land doesn't untap during its controller's next untap step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 4 damage to target creature. Tap target land. That land doesn't untap during its controller's next untap step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f72d2074-2f32-4b56-a172-947bf6104fae","metadata":{"source_printing_ids":["02239be6-5202-4766-bbd2-7ef9ce0b20cd","2fcee99c-72a0-4db1-b4c9-65c878284450","98dd0687-802c-4312-9bdd-6a65096b0f58"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","KLR","PLST"],"rulings":[{"date":"2017-02-09","text":"Chandra’s Revolution can target a land that’s already tapped. That land won’t untap during its controller’s next untap step."}],"rarities":["common"]},"chandra, acolyte of flame":{"name":"Chandra, Acolyte of Flame","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Chandra"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"[0]: Put a loyalty counter on each red planeswalker you control.\n[0]: Create two 1/1 red Elemental creature tokens. They gain haste. Sacrifice them at the beginning of the next end step.\n[−2]: You may cast target instant or sorcery card with mana value 3 or less from your graveyard. If that spell would be put into your graveyard, exile it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounterAll","counter_type":"loyalty","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[{"type":"HasColor","color":"Red"}]}},"cost":{"type":"Loyalty","amount":0},"sub_ability":null,"duration":null,"description":"[0]: Put a loyalty counter on each red planeswalker you control.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elemental"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}]},"cost":{"type":"Loyalty","amount":0},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"[0]: Create two 1/1 red Elemental creature tokens. They gain haste. Sacrifice them at the beginning of the next end step.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":[{"AnyOf":["Instant","Sorcery"]}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"without_paying_mana_cost":false,"mode":"Cast"},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: You may cast target instant or sorcery card with mana value 3 or less from your graveyard. If that spell would be put into your graveyard, exile it instead.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"626e8acc-20da-496c-9a79-bfbf7529c01d","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["4577d236-59d6-53d7-9331-15ff1a6effc6"],"source_printing_ids":["2cabfcfe-012e-4cab-bba2-24052eac0946"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M20","PM20"],"rulings":[{"date":"2019-07-12","text":"Chandra’s first ability will put a counter on herself as well as any other red planeswalkers you control. This doesn’t cause any other planeswalkers’ loyalty abilities to be activated."},{"date":"2019-07-12","text":"If a card in your graveyard has {X} in its mana cost, X is considered to be 0 while you target it with Chandra’s last ability; however, once you begin to cast it, you choose a value for X. If this causes the mana value to become greater than 3, you can still cast the spell."},{"date":"2019-07-12","text":"If you wish to cast the target card, you must cast it while Chandra’s last ability is resolving. You can’t cast it later in the turn."},{"date":"2019-07-12","text":"You must pay the costs for the spell you wish to cast with Chandra’s last ability. If that spell has any alternative costs, you may pay those."}],"rarities":["rare"]},"chandra, flameshaper":{"name":"Chandra, Flameshaper","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Chandra"]},"power":null,"toughness":null,"loyalty":"6","defense":null,"oracle_text":"[+2]: Add {R}{R}{R}. Exile the top three cards of your library. Choose one. You may play that card this turn.\n[+1]: Create a token that's a copy of target creature you control, except it has haste and \"At the beginning of the end step, sacrifice this token.\"\n[−4]: Chandra deals 8 damage divided as you choose among any number of target creatures and/or planeswalkers.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red","Red","Red"]}},"cost":{"type":"Loyalty","amount":2},"sub_ability":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+2]: Add {R}{R}{R}. Exile the top three cards of your library. Choose one. You may play that card this turn.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"extra_keywords":["Haste"],"additional_modifications":[{"type":"GrantTrigger","trigger":{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"at the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}}]},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Create a token that's a copy of target creature you control, except it has haste and \"At the beginning of the end step, sacrifice ~.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":8},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":{"type":"Loyalty","amount":-4},"sub_ability":null,"duration":null,"description":"[−4]: ~ deals 8 damage divided as you choose among any number of target creatures and/or planeswalkers.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":8}},"distribute":{"type":"Damage"},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"818f908c-9af6-4edc-bb0e-193bc830e2e4","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["7f30de76-415e-5a5c-987d-a51686e4e4f2"],"source_printing_ids":["02db5a2d-28d3-4f57-9045-f0ef16d8aad1","a22d21ec-0fb3-4574-a803-6442ec13167e","cd73be04-3ec2-4ea3-8d93-47fa39aaeed8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PFDN"],"rulings":[{"date":"2024-11-08","text":"Any enters abilities of the copied creature will trigger when the token enters. Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the copied creature will also work."},{"date":"2024-11-08","text":"Chandra's first ability is not a mana ability. It uses the stack and players can respond to it."},{"date":"2024-11-08","text":"If some of the targets of Chandra's last ability become illegal, the original division of damage still applies, but the damage that would have been dealt to illegal targets isn't dealt at all."},{"date":"2024-11-08","text":"If the copied creature is a token, the token that's created copies the original characteristics of that token as stated by the effect that created the token, with the listed exceptions."},{"date":"2024-11-08","text":"If the copied creature is copying something else, then the token enters as whatever that creature copied, with the listed exceptions."},{"date":"2024-11-08","text":"The token created by Chandra's second ability copies exactly what was printed on the original creature and nothing else, with the listed exceptions (unless that creature is copying something else or is a token; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on. If it is a Vehicle, it is not crewed."},{"date":"2024-11-08","text":"You choose the targets and how damage will be divided as you activate Chandra's last ability. Each chosen target must receive at least 1 damage."},{"date":"2024-11-08","text":"You pay all costs and follow all timing rules for cards played with the permission granted by Chandra's first ability. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["mythic"]},"chandra, hope's beacon":{"name":"Chandra, Hope's Beacon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Chandra"]},"power":null,"toughness":null,"loyalty":"5","defense":null,"oracle_text":"Whenever you cast an instant or sorcery spell, copy it. You may choose new targets for the copy. This ability triggers only once each turn.\n[+2]: Add two mana in any combination of colors.\n[+1]: Exile the top five cards of your library. Until the end of your next turn, you may cast an instant or sorcery spell from among those exiled cards.\n[−X]: Chandra deals X damage to each of up to two targets.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyCombination","count":{"type":"Fixed","value":2},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Loyalty","amount":2},"sub_ability":null,"duration":null,"description":"[+2]: Add two mana in any combination of colors.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":5}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0,"card_filter":{"type":"Typed","type_filters":[{"AnyOf":["Instant","Sorcery"]}],"controller":null,"properties":[]},"single_use":true},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: Exile the top five cards of your library. Until the end of your next turn, you may cast an instant or sorcery spell from among those exiled cards.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DamageAll","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Typed","type_filters":[],"controller":null,"properties":[]}},"cost":{"type":"RemoveCounter","count":4294967295,"counter_type":{"type":"OfType","data":"loyalty"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"[−X]: ~ deals X damage to each of up to two targets.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, copy it. You may choose new targets for the copy. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"53231b31-fb3c-4b30-bfe9-0ee8e754247b","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["62707510-96ae-492f-8b14-a34d0c9fb859","a146ea07-ec1c-448d-b67a-dd9f9e27c2e0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"A copy of a spell is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell won't trigger."},{"date":"2023-04-14","text":"For the second loyalty ability, the spell you cast must be an instant or sorcery spell, although the exiled card doesn't necessarily have to be. For example, if you exile a creature card that has an Adventure, you can cast that Adventure spell."},{"date":"2023-04-14","text":"If the spell has damage divided as it was cast, the division can't be changed (although the targets receiving that damage still can). The same is true of spells that distribute counters."},{"date":"2023-04-14","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2023-04-14","text":"If the spell that's copied is modal (that is, it includes a choice from a bulleted list of effects), the copy will have the same mode. A different mode can't be chosen."},{"date":"2023-04-14","text":"If you copy a spell, you control the copy. It will resolve before the original spell does."},{"date":"2023-04-14","text":"The copy will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2023-04-14","text":"You can't choose to pay any alternative or additional costs for the copy. However, effects based on any alternative or additional costs that were paid for the original spell are copied as though those same costs were paid for the copy."}],"rarities":["mythic"]},"changeling outcast":{"name":"Changeling Outcast","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Changeling (This card is every creature type.)\nThis creature can't block and can't be blocked.","non_ability_text":null,"flavor_name":null,"keywords":["Changeling"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block and can't be blocked."},{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block and can't be blocked."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a61ef0cc-1da9-49f9-b0dc-01cf9f6205be","metadata":{"source_printing_ids":["08151d00-513a-4957-aa16-01c0f0245112","0c5074bd-4d56-40ff-803f-caf7203e7afa","0d2c053f-0ef8-45f2-b2af-24cbb9a7fec4","0dc046ef-eeb9-4ef7-8cc5-172b7346355e","1494e392-9c00-4002-895b-fac4c16019af","ab499df5-ed76-43ad-81b3-70afd0487ccd","e681338b-9938-4db0-bb95-28c460a98acf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","H1R","J21","MH1","OTC","PRM","SLD","ZNC"],"rarities":["common","uncommon","rare"]},"channeled dragonfire":{"name":"Channeled Dragonfire","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Channeled Dragonfire deals 2 damage to any target.\nHarmonize {5}{R}{R} (You may cast this card from your graveyard for its harmonize cost. You may tap a creature you control to reduce that cost by {X}, where X is its power. Then exile this spell.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Harmonize":{"type":"Cost","shards":["Red","Red"],"generic":5}}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"91179937-6f55-4d1b-8f06-2efe1c8fea7a","metadata":{"source_printing_ids":["24204881-690c-4043-8771-20cb93385072","377aac92-3278-4c81-9095-04ff7d7a81dc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rulings":[{"date":"2025-04-04","text":"A spell cast using harmonize will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2025-04-04","text":"If a card with harmonize is put into your graveyard during your turn, you can cast it if it’s legal to do so before any other player can take any actions."},{"date":"2025-04-04","text":"Tapping a creature won’t reduce colored mana components of harmonize costs."},{"date":"2025-04-04","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a harmonize cost) you’re paying, add any cost increases, then apply any cost reductions (such as the cost reduction from tapping a creature). The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2025-04-04","text":"You can cast a spell using harmonize even if it was somehow put into your graveyard without having been cast."},{"date":"2025-04-04","text":"You must still follow any timing restrictions and permissions, including those based on the card’s type. For instance, you can cast a sorcery using harmonize only when you could normally cast a sorcery."},{"date":"2025-04-04","text":"“Harmonize [cost]” means “You may cast this card from your graveyard by paying [cost] and tapping up to one untapped creature you control rather than paying the spell’s mana cost,” “If you cast this spell using its harmonize ability, its total cost is reduced by an amount of generic mana equal to the tapped creature’s power,” and “If the harmonize cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.”"}],"rarities":["uncommon"]},"charge":{"name":"Charge","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Creatures you control get +1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"36b5022d-fa62-46ea-97ab-23c0f60f62a5","metadata":{"source_printing_ids":["000eded9-854c-408a-aadf-c26209e27432","8b46269c-35d3-4f8f-8fef-f58cf8be4054"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DOM","PLST"],"rulings":[{"date":"2018-04-27","text":"Charge affects only creatures you control at the time it resolves. Creatures you begin to control later in the turn won’t get +1/+1."}],"rarities":["common"]},"charging cinderhorn":{"name":"Charging Cinderhorn","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Ox"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste\nAt the beginning of each player's end step, if no creatures attacked this turn, put a fury counter on this creature. Then this creature deals damage equal to the number of fury counters on it to that player.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"fury","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"fury"}},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's end step, if no creatures attacked this turn, put a fury counter on ~. Then ~ deals damage equal to the number of fury counters on it to that player.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"AttackedThisTurn","scope":"All","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"397e0d30-a3bf-4b33-98b6-b880f8de5cbb","metadata":{"source_printing_ids":["fc0b61f2-4bb7-4dfa-907c-71787930d58f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","PZ2"],"rulings":[{"date":"2016-11-08","text":"Charging Cinderhorn’s triggered ability doesn’t trigger at all if a creature attacked this turn. It won’t get a fury counter or deal damage."},{"date":"2016-11-08","text":"Charging Cinderhorn’s triggered ability triggers at the beginning of each player’s end step if no creatures attacked, including yours, and even if it wasn’t on the battlefield during combat."},{"date":"2016-11-08","text":"If Charging Cinderhorn leaves the battlefield in response to its triggered ability, it won’t get a new fury counter, but it will deal damage equal to the number of fury counters it had before leaving the battlefield."},{"date":"2016-11-08","text":"If a player loses the game during that player’s own turn, the turn continues to completion. If no creatures attacked, Charging Cinderhorn will get a fury counter even though it won’t deal damage to any player."}],"rarities":["rare"]},"charging hooligan":{"name":"Charging Hooligan","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Peasant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, it gets +1/+0 until end of turn for each attacking creature. If a Rat is attacking, this creature gains trample until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}}}},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":[{"Subtype":"Rat"}],"controller":null,"properties":[{"type":"Attacking"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it gets +1/+0 until end of turn for each attacking creature. If a Rat is attacking, ~ gains trample until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c808892a-83d5-4b09-b0da-118b0d6fe58e","metadata":{"source_printing_ids":["fddc6f47-202d-4764-abc1-ee453a8917c2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["WOE"],"rulings":[{"date":"2023-09-01","text":"Count the number of attacking creatures when Charging Hooligan's ability resolves, including Charging Hooligan itself, to determine the increase to its power."}],"rarities":["uncommon"]},"charismatic conqueror":{"name":"Charismatic Conqueror","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever an artifact or creature an opponent controls enters untapped, they may tap that permanent. If they don't, you create a 1/1 white Vampire creature token with lifelink.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Vampire","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Vampire"],"colors":["White"],"keywords":["Lifelink"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"they may tap that permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an artifact or creature an opponent controls enters untapped, they may tap that permanent. If they don't, you create a 1/1 white Vampire creature token with lifelink.","constraint":null,"condition":{"type":"Not","condition":{"type":"ZoneChangeObjectIsTapped"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3dcc35f3-74dc-46a8-8aa9-3411189f0547","metadata":{"related_token_ids":["53c31212-83ec-5487-b11a-e5de4593b4f6"],"source_printing_ids":["599c934d-bfff-43ce-a545-6e3cde124515","aa65e964-8ca5-4e56-b770-b50cddbc7365"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LCC"],"rulings":[{"date":"2023-11-10","text":"If the permanent is tapped as the ability resolves, the opponent can't choose to tap it, so you'll create a Vampire token. Similarly, if it's no longer on the battlefield as the ability resolves, they can't choose to tap it, and you'll create a Vampire token."}],"rarities":["rare"]},"chatterfang, squirrel general":{"name":"Chatterfang, Squirrel General","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Squirrel","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Forestwalk (This creature can't be blocked as long as defending player controls a Forest.)\nIf one or more tokens would be created under your control, those tokens plus that many 1/1 green Squirrel creature tokens are created instead.\n{B}, Sacrifice X Squirrels: Target creature gets +X/-X until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Landwalk":"Forest"}],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Variable","value":"X"},"toughness":{"type":"Variable","value":"-X"},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Squirrel"}],"controller":null,"properties":[]},"count":4294967295}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{B}, Sacrifice X Squirrels: Target creature gets +X/-X until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"CreateToken","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If one or more tokens would be created under your control, those tokens plus that many 1/1 green Squirrel creature tokens are created instead.","condition":null,"token_owner_scope":"You","additional_token_spec":{"characteristics":{"display_name":"Squirrel","power":1,"toughness":1,"core_types":["Creature"],"subtypes":["Squirrel"],"supertypes":[],"colors":["Green"],"keywords":[]},"script_name":"Squirrel","static_abilities":[],"enter_with_counters":[],"tapped":false,"enters_attacking":false,"sacrifice_at":null,"source_id":0,"controller":0}}],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"f15b3b76-d38a-48db-bb44-3296183c8641","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["20cf468e-53c0-55c9-81f0-7ed254feac63","76ce65a3-028f-555a-8294-afe5c9e769e2","da457623-e6de-51b0-a22f-e279640934a9"],"source_printing_ids":["1785cf85-1ac0-4246-9b89-1a8221a8e1b2","2bb8c103-37c3-4c5f-9b3f-48d8b2292783","30310d1c-27b5-4d49-95ea-aad530190974","47ba5ac8-e8fa-4979-9ef9-c3d75ee7f982","57b819b7-c193-446d-b7cf-75a09e1d58a4","72ab0422-eba0-4e1e-9626-ef31b836dcd2","798d161f-230d-4115-8351-ec6e33ed1730"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","J21","MH2","PMH2","PRM"],"rulings":[{"date":"2021-06-18","text":"Chatterfang's second ability applies to all kinds of tokens, including Clue, Food, and Treasure tokens."},{"date":"2021-06-18","text":"If an effect changes under whose control a token would be created, that effect applies before Chatterfang's effect applies. If an effect changes under whose control a token would enter the battlefield, that effect applies after Chatterfang's effect is able to be applied."},{"date":"2021-06-18","text":"In a Commander game, the defending player is the player Chatterfang is attacking or the controller of the planeswalker Chatterfang is attacking."},{"date":"2021-06-18","text":"The additional Squirrel tokens won't have any abilities the other tokens were created with. Anything else specified in the effect creating the token (such as tapped, attacking, \"That token gains haste,\" or \"Exile that token at end of combat\") applies to both the original tokens and the Squirrels."},{"date":"2025-01-24","text":"You don't need to control the spell or ability that creates the tokens, nor do you have to be the one creating the tokens for Chatterfang's ability to apply. As long as the tokens are being created under your control, Chatterang's replacement effect will apply."}],"rarities":["mythic"]},"chatterstorm":{"name":"Chatterstorm","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create a 1/1 green Squirrel creature token.\nStorm (When you cast this spell, copy it for each spell cast before it this turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Storm"],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Squirrel","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Squirrel"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create a 1/1 green Squirrel creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7e6c7b57-bd6a-4ac8-bcab-c3a879f479c2","metadata":{"related_token_ids":["20cf468e-53c0-55c9-81f0-7ed254feac63","76ce65a3-028f-555a-8294-afe5c9e769e2","da457623-e6de-51b0-a22f-e279640934a9"],"source_printing_ids":["4c1b91d8-39c4-4ab1-996b-2a5a78243fd4","9426c906-e665-40a4-823a-0245bc39fbda","aa2bb6af-ba3d-410a-9cc7-85ac0f5b5f5b","b34f0ac1-6894-4761-b62c-b85d927acf09"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"banned","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","J21","MH2"],"rulings":[{"date":"2021-06-18","text":" A copy of a spell can be countered like any other spell, but it must be countered individually. Countering a spell with storm won't affect the copies."},{"date":"2021-06-18","text":" If a spell with storm has targets, you may choose new targets for any of the copies. You can make different choices for each copy."},{"date":"2021-06-18","text":" Spells cast from zones other than a player's hand and spells that were countered or otherwise failed to resolve are counted by the storm ability."},{"date":"2021-06-18","text":" The copies are put directly onto the stack. They aren't cast and won't be counted by other spells with storm cast later in the turn."},{"date":"2021-06-18","text":" The triggered ability that creates the copies can itself be countered by anything that can counter a triggered ability. If it is countered, no copies will be put onto the stack."}],"rarities":["common"]},"chicago loop":{"name":"Chicago Loop","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary","Snow"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Start your engines!\n{T}: Add {C}.\nPay X speed: Add X mana in any combination of colors.\n{5}, {T}: Create your choice of a 3/1 green Dinosaur Skeleton creature token with trample, a 2/2 orange Bear token with haste, or a 1/1 white Bird token with flying.","non_ability_text":null,"flavor_name":null,"keywords":["StartYourEngines"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyCombination","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"PaySpeed","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"sub_ability":null,"duration":null,"description":"Pay X speed: Add X mana in any combination of colors.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Unimplemented","name":"create","description":"Create your choice of a 3/1 green Dinosaur Skeleton creature token with trample, a 2/2 orange Bear token with haste, or a 1/1 white Bird token with flying"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{5}, {T}: Create your choice of a 3/1 green Dinosaur Skeleton creature token with trample, a 2/2 orange Bear token with haste, or a 1/1 white Bird token with flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8ca428cf-ccee-4ed0-99da-51b0d5b3096f","metadata":{"source_printing_ids":["a35044dc-1dec-48d7-ae53-418fc49ffc46"]},"legalities":{},"printings":["UNK"],"rarities":["rare"]},"chisei, heart of oceans":{"name":"Chisei, Heart of Oceans","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your upkeep, sacrifice Chisei unless you remove a counter from a permanent you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"Unsupported unless clause","description":"sacrifice ~ unless you remove a counter from a permanent you control (unless: you remove a counter from a permanent you control)"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you remove a counter from a permanent you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"f91407fe-3c3b-4ffc-81de-cb8c5b0fe526","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6c359b1a-d441-4763-96c7-e5c010eae53f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BOK"],"rarities":["rare"]},"chop down":{"name":"Chop Down","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature with power 4 or greater. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature with power 4 or greater.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"91e71279-c9d2-4873-916a-59da03a65741","metadata":{"source_printing_ids":["75754468-2850-42e6-ab22-61ff7b9d1214","cdbd2541-71a3-4945-8a9d-db9e59c86784","d0960ccb-6952-4398-aa94-816e6fb04c2d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["ELD","PELD","PLST","PRM"],"rarities":["rare"]},"chorale of the void":{"name":"Chorale of the Void","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature you control\nWhenever enchanted creature attacks, put target creature card from defending player's graveyard onto the battlefield under your control tapped and attacking.\nVoid — At the beginning of your end step, sacrifice this Aura unless a nonland permanent left the battlefield this turn or a spell was warped this turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted creature attacks, put target creature card from defending player's graveyard onto the battlefield under your control tapped and attacking.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, sacrifice ~ unless a nonland permanent left the battlefield this turn or a spell was warped this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"Not","condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},{"type":"SpellCastWithVariantThisTurn","variant":"Warp"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cd50bff0-c461-4023-b62a-6746eaaeab0e","metadata":{"source_printing_ids":["6fda7329-0a1e-4921-bc6f-f2f4f1544878","7389fe88-f6ff-4497-a037-9ca283fb89e3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"Although the creature you put onto the battlefield is attacking, it was never declared as an attacking creature. Abilities that trigger whenever a creature attacks won’t trigger when that creature enters attacking."},{"date":"2025-07-25","text":"You choose the player, planeswalker, or battle the creature you put onto the battlefield is attacking. It doesn’t have to be the same player, planeswalker, or battle that the enchanted creature or any other attacking creatures are attacking."}],"rarities":["rare"]},"chord of calling":{"name":"Chord of Calling","mana_cost":{"type":"Cost","shards":["X","Green","Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nSearch your library for a creature card with mana value X or less, put it onto the battlefield, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":["Convoke"],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a creature card with mana value X or less, put it onto the battlefield, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6789a170-f2c5-4fc0-8a45-2b2361e67410","metadata":{"source_printing_ids":["0a7695cc-7b6b-499d-9f5a-729082fc72e9","4f009d4a-3b50-40ae-b52e-0b9535049265","5ef345fc-e64e-4053-b643-2f8648a5473a","b18fe7e0-8344-40cc-b242-83f01c6be7a6","bae7a7e5-321d-4fb7-ab5e-cf35f0885bdd","cd9f1d2c-4fc7-40c5-aa81-afa4c7a7eef3","dac257a9-39bf-4185-9d2e-f80f0848a96a","e064174b-8f07-4fea-9eef-c3b5d0220b1a","f3ae21be-760d-4f67-ae06-ac4c8e333d1a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","EA3","M15","P30A","PRM","RAV","RVR","SLD"],"rulings":[{"date":"2020-08-07","text":"If a card in a player's library has {X} in its mana cost, X is considered to be 0."},{"date":"2024-01-12","text":"Because convoke isn't an alternative cost, it can be used in conjunction with alternative costs."},{"date":"2024-01-12","text":"If a creature you control has a mana ability with {T} in the cost, activating that ability while casting a spell with convoke will result in the creature being tapped before you pay the spell's costs. You won't be able to tap it again for convoke. Similarly, if you sacrifice a creature to activate a mana ability while casting a spell with convoke, that creature won't be on the battlefield when you pay the spell's costs, so you won't be able to tap it for convoke."},{"date":"2024-01-12","text":"Tapping a multicolored creature using convoke will pay for {1} or one mana of your choice of any of that creature's colors."},{"date":"2024-01-12","text":"Tapping an untapped creature that's attacking or blocking to convoke a spell won't cause that creature to stop attacking or blocking."},{"date":"2024-01-12","text":"When calculating a spell's total cost, include any alternative costs, additional costs, or anything else that increases or reduces the cost to cast the spell. Convoke applies after the total cost is calculated. Convoke doesn't change a spell's mana cost or mana value."},{"date":"2024-01-12","text":"When using convoke to cast a spell with {X} in its mana cost, first choose the value for X. That choice, plus any cost increases or decreases, will determine the spell's total cost. Then you can tap creatures you control to help pay that cost. For example, if you cast Chord of Calling (a spell with convoke and mana cost {X}{G}{G}{G}) and choose X to be 3, the total cost is {3}{G}{G}{G}. If you tap two green creatures and two red creatures, you'll have to pay {1}{G}."},{"date":"2024-01-12","text":"You can tap any untapped creature you control to convoke a spell, even one you haven't controlled continuously since the beginning of your most recent turn."}],"rarities":["rare"]},"choreographed sparks":{"name":"Choreographed Sparks","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell can't be copied.\nChoose one or both —\n• Copy target instant or sorcery spell you control. You may choose new targets for the copy.\n• Copy target creature spell you control. The copy gains haste and \"At the beginning of the end step, sacrifice this token.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]}]}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]},"retarget":{"type":"KeepOriginalTargets"},"additional_modifications":[{"type":"GrantTrigger","trigger":{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}},{"type":"AddKeyword","keyword":"Haste"},{"type":"GrantTrigger","trigger":{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}}],"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantBeCopied","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"This spell can't be copied."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"61495793-b0c7-40a5-ad3e-9df8e2b8096b","modal":{"min_choices":1,"max_choices":2,"mode_count":2,"mode_descriptions":["Copy target instant or sorcery spell you control. You may choose new targets for the copy.","Copy target creature spell you control. The copy gains haste and \"At the beginning of the end step, sacrifice ~.\""],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["0cda4235-4dce-48fe-a8a5-2a952dedbe25","bc3151db-7d49-4945-9c50-91f0e28f803d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"A resolving copy of a permanent spell becomes a token. That token isn't \"created\" and won't interact with abilities that care about tokens being created."},{"date":"2026-03-20","text":"Any choices made when the spell resolves won't have been made yet when it's copied. Any such choices will be made separately when the copy resolves."},{"date":"2026-03-20","text":"Choreographed Sparks has received a minor update to remove the erroneous word \"next\" from its second mode. Its updated Oracle text appears above."},{"date":"2026-03-20","text":"If a spell with a converge ability is copied, no mana was spent to cast the copy, so the number of colors of mana spent to cast the spell will be zero. The number of colors spent to cast the original spell is not copied."},{"date":"2026-03-20","text":"If the copied spell divides damage or distributes counters among a number of targets, the division and number of targets can't be changed. If you choose new targets, you must choose the same number of targets."},{"date":"2026-03-20","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy has the same value of X."},{"date":"2026-03-20","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2026-03-20","text":"The copy is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell won't trigger."},{"date":"2026-03-20","text":"The copy will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2026-03-20","text":"You can't choose to pay any additional costs for a copied spell. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["rare"]},"chromatic orrery":{"name":"Chromatic Orrery","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may spend mana as though it were mana of any color.\n{T}: Add {C}{C}{C}{C}{C}.\n{5}, {T}: Draw a card for each color among permanents you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":5}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}{C}{C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{5}, {T}: Draw a card for each color among permanents you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"SpendManaAsAnyColor":{}},"affected":{"type":"Player"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may spend mana as though it were mana of any color."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"95c3976c-33f3-490b-bfd3-7f1af2fe0416","metadata":{"source_printing_ids":["3af78d76-ad5c-44ba-880d-b834bcde5398","7b0b0520-f792-4201-bd4c-22b7d7824b52","d5d9ddf6-9283-4c93-9932-70362068ce72"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["LCC","M21","PM21","PRM"],"rulings":[{"date":"2020-06-23","text":"Chromatic Orrery's last ability can have you draw at most five cards. \"Colorless,\" \"artifact,\" and \"gold\" are not colors."}],"rarities":["mythic"]},"cinder strike":{"name":"Cinder Strike","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may blight 1. (You may put a -1/-1 counter on a creature you control.)\nCinder Strike deals 2 damage to target creature. It deals 4 damage to that creature instead if this spell's additional cost was paid.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 2 damage to target creature. It deals 4 damage to that creature instead if this spell's additional cost was paid.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"54421e69-d79e-4c2e-8ce6-96994d168835","additional_cost":{"type":"Optional","data":{"cost":{"type":"Blight","count":1}}},"metadata":{"source_printing_ids":["6fb6faa4-236c-4cae-9140-0981c44d2392"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["common"]},"citadel siege":{"name":"Citadel Siege","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Khans or Dragons.\n• Khans — At the beginning of combat on your turn, put two +1/+1 counters on target creature you control.\n• Dragons — At the beginning of combat on each opponent's turn, tap target creature that player controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put two +1/+1 counters on target creature you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Khans"},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on each opponent's turn, tap target creature that player controls.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Dragons"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Khans","Dragons"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Khans or Dragons.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"40f66e21-5b60-4e42-927d-65397e7ad544","metadata":{"source_printing_ids":["239c373a-465c-4cda-9895-624871d8606e","44c40250-6f58-4590-b745-1aa95c1da2e8","871fcb2a-136c-4efe-b5cd-bec102b02e4b","9c13bc7c-a536-44d0-8c89-49ff33bee326","c6e693ad-3e49-4692-a35a-06e9e4e8027e","ce58a8bd-e979-41e0-a533-7408830e0154"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C16","C21","CM2","FRF","MIC"],"rulings":[{"date":"2014-11-24","text":"Each Siege will have one of the two listed abilities, depending on your choice as it enters the battlefield."},{"date":"2014-11-24","text":"Each of the last two abilities is linked to the first ability. They each refer only to the choice made as a result of the first ability. If a permanent enters the battlefield as a copy of one of the Sieges, its controller will make a new choice for that Siege. Which ability the copy has won't depend on the choice made for the original permanent."},{"date":"2014-11-24","text":"The words “Khans” and “Dragons” are anchor words, connecting your choice to the appropriate ability. Anchor words are a new rules concept. “[Anchor word] — [Ability]” means “As long as you chose [anchor word] as this permanent entered the battlefield, this permanent has [ability].” Notably, the anchor word “Dragons” has no connection to the creature type Dragon."}],"rarities":["rare"]},"city of brass":{"name":"City of Brass","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever this land becomes tapped, it deals 1 damage to you.\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes tapped, it deals 1 damage to you.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"f25351e3-539b-4bbc-b92d-6480acf4d722","metadata":{"source_printing_ids":["03220cab-fc78-4323-bd34-b8dbebe35597","0480fbbd-9095-4634-9e8d-e859790f0950","0774fd7a-c2c5-4292-8f29-6257b13248d8","0ebbad50-0b0c-48f5-a4b0-c2907f7f0550","10eb8117-c009-4d50-b3fb-4879081f38be","140d79ae-4263-4aa6-9f41-412c5c7f51d3","18b08510-9cf4-4723-96f3-d1a873d710a4","193db964-feea-4b66-bf31-67a92772b792","21eb644f-dfc8-45b1-a964-a5bec9004580","2ac29c5c-3c55-4778-9bcd-642d38a0d3f9","2d120ddb-73e7-4dbc-b48c-4a6c74f331c3","35435f08-f3d5-404e-8365-c92b3a98ce26","39590a01-03ef-4e61-82b2-00ff82b0d035","41fd8502-52cb-4675-9c5a-cb39e2b10110","459042ef-0d5b-480f-9b8a-520e13ae9217","45fcd2f3-4273-4161-8762-ce94adcc7db2","4cf58637-1560-4851-b4f9-9fa564de4fd6","537af4fa-001c-4943-be6f-780d15b0584f","56816a2d-4faa-4fbd-bf1a-35fa3e90ccf6","61d821f2-ea9e-4b11-8d9e-d085396dd157","61e9c770-f05b-40df-a01f-82b734db1733","81ff64e0-e7bd-4e82-8495-2cc8889c4107","849bb914-d607-4111-9c9b-3c955c555fa8","869ec7dc-dbf5-4ed4-a368-328da384ecae","947eefb2-7156-4bd3-9e95-a18f87a951cd","b8571901-a2e9-428b-a022-13e38c84bf28","bc126f6b-1118-4021-96ef-e547bde565ce","bed4a63d-632a-4a3a-b35f-f8e155237d27","c21565d0-fc40-4d89-9b27-87c03385e0af","d35a4a4d-4b78-4c61-91bd-80c09c82895d","ea5dc646-fb05-4d2d-92db-5c2d7931dcc3","f21d3d37-8d08-4d12-862b-52c4b1c2fccb","f4e32327-380d-471e-813b-4c27477787ce"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2X2","5ED","6ED","7ED","8ED","ARN","BCHR","CHR","MB2","MD1","ME4","MMA","OLEP","PRM","PSUS","PTC","RIN","SCH","TMC","WC00","WC01","WC02","WC03","WC97","WC98"],"rulings":[{"date":"2004-10-04","text":"If you tap City of Brass while you are casting a spell or activating an ability, its ability will trigger and wait. When you finish casting that spell or activating that ability, City of Brass's triggered ability is put on the stack on top of it. City of Brass's ability will resolve first."},{"date":"2004-10-04","text":"On the other hand, you can tap City of Brass, put its triggered ability on the stack, and then respond to that ability by casting an instant or activating an ability using that mana. In that case, the instant spell or activated ability will resolve first."},{"date":"2004-10-04","text":"The first ability triggers no matter how the land becomes tapped."}],"rarities":["uncommon","rare"]},"city of traitors":{"name":"City of Traitors","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you play another land, sacrifice this land.\n{T}: Add {C}{C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"LandPlayed","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you play another land, sacrifice ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"f161111d-9747-47b3-bb10-3c8bded32e21","metadata":{"source_printing_ids":["71624139-a255-48be-93ca-594a4beba487","a7a8b6b8-b95f-4014-b17a-a6d44d965995","b4ac5f1f-f0b6-40f1-ba5a-85a6500b659e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EXO","OLGC","TPR","WC99"],"rulings":[{"date":"2004-10-04","text":"City of Traitors does not trigger on itself being played."},{"date":"2004-10-04","text":"City of Traitors does not trigger on lands that are put onto the battlefield without playing them."}],"rarities":["rare"]},"claim jumper":{"name":"Claim Jumper","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rabbit","Mercenary"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhen this creature enters, if an opponent controls more lands than you, you may search your library for a Plains card and put it onto the battlefield tapped. Then if an opponent controls more lands than you, repeat this process once. If you search your library this way, shuffle.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Plains"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"repeat_until":{"type":"WhileCondition","data":{"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"comparator":"GT","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}}}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"max_iterations":1}}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if an opponent controls more lands than you, you may search your library for a Plains card and put it onto the battlefield tapped. Then if an opponent controls more lands than you, repeat this process once. If you search your library this way, shuffle.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"comparator":"GT","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}}}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"18f0cd0b-3e4f-4637-a62e-75dd1b2f3fce","metadata":{"source_printing_ids":["11bda4c5-099f-489e-b64b-f4719241cf9d","654ade6b-0369-4b90-a744-2f57a45b04f4","dfad3c84-4264-4757-8e83-25dbbed67070"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ","SOC"],"rulings":[{"date":"2024-04-12","text":"For example, say you control three lands, one opponent controls four lands, and another opponent controls five lands. As Claim Jumper's ability resolves, at least one opponent controls more lands than you, so you search for a Plains card and put it onto the battlefield tapped. Now you control four lands, but there's still an opponent who controls more lands than you, so you repeat the process once, searching for another Plains. You end up controlling five lands (two tapped Plains plus your original three, which you probably tapped to cast Claim Jumper in the first place)."},{"date":"2024-04-12","text":"When Claim Jumper enters the battlefield, its triggered ability will check to see if at least one opponent controls more lands than you. If none do, the ability won't trigger at all. If the ability does trigger, it will check again as it tries to resolve. If there's no longer an opponent that controls more lands than you, the ability won't do anything."}],"rarities":["rare"]},"clandestine meddler":{"name":"Clandestine Meddler","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Rogue"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, suspect up to one other target creature you control. (A suspected creature has menace and can't block.)\nWhenever one or more suspected creatures you control attack, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Suspect","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"scope":{"type":"Single"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, suspect up to one other target creature you control.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Suspected"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more suspected creatures you control attack, surveil 1.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f11ec1c9-347d-4d79-aaa9-5919db5f9044","metadata":{"source_printing_ids":["2e069de0-3218-456c-b191-93e755634783","e1b13406-3b4e-4c61-b19a-c1faf31ed676"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"Being suspected isn't a copiable value. If a permanent becomes a copy of a suspected creature, it won't be suspected."},{"date":"2024-02-02","text":"If a creature is already suspected, suspecting it again won't have any effect."},{"date":"2024-02-02","text":"If a suspected creature loses all abilities, it will lose menace and \"This creature can't block\", but it won't stop being suspected."},{"date":"2024-02-02","text":"There's no limit to the number of creatures that can be suspected simultaneously. Suspecting a new creature doesn't cause other creatures to stop being suspected."},{"date":"2024-02-02","text":"When an effect suspects a creature, it becomes suspected. It gains menace and \"This creature can't block\" for as long as it's suspected. It stays suspected until it leaves the battlefield or another effect causes it to no longer be suspected."}],"rarities":["uncommon"]},"claws of gix":{"name":"Claws of Gix","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, Sacrifice a permanent: You gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}, Sacrifice a permanent: You gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c4d384d7-f294-4b2d-9971-a4689c150255","metadata":{"source_printing_ids":["78372366-8c4c-46ac-bd7c-a735c2b24b5d","d02b645e-ba2c-44a0-889e-c1b46d2cd925"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TSB","USG"],"rarities":["uncommon","special"]},"clear, the mind":{"name":"Clear, the Mind","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Spell commander (This card can be your commander. In Limited, it can partner like other monocolored legends.)\nTarget player shuffles their graveyard into their library.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"spell","description":"Spell commander Target player shuffles their graveyard into their library"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Spell commander\nTarget player shuffles their graveyard into their library.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"48699c1c-e3df-40c2-87b2-ea4d51feefa2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1ed74047-b343-437e-9cc5-ee52ac63be3d"]},"legalities":{},"printings":["UNK"],"rarities":["uncommon"]},"clockspinning":{"name":"Clockspinning","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Buyback {3} (You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)\nChoose a counter on target permanent or suspended card. Remove that counter from that permanent or card or put another of those counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Buyback":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":3}}}],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"InZone","zone":"Battlefield"}]},{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Exile"},{"type":"HasKeywordKind","value":"Suspend"},{"type":"Counters","counters":{"type":"OfType","data":"time"},"comparator":"GE","count":{"type":"Fixed","value":1}}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseCounterAdjustment","adjustment":"AddOrRemove","count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose a counter on target permanent or suspended card. Remove that counter from that permanent or card or put another of those counters on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3e1b32a9-27a4-4550-a644-ebe254e1f512","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}}}},"metadata":{"source_printing_ids":["01aeee52-1fb0-4eeb-8fd8-455fdd91db15","1323d548-e2fe-47c5-8df3-f181aed537c5","7939bd65-b5b2-4a11-90f2-234a146280ff"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["TSP","WHO"],"rulings":[{"date":"2006-09-25","text":"Clockspinning can affect any kind of counter, not just a time counter. The type of counter isn't chosen until resolution. Whether to add or remove a counter isn't chosen until resolution."},{"date":"2006-09-25","text":"If the target is a permanent and it has no counter on it when Clockspinning resolves, nothing happens."},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["common"]},"clone":{"name":"Clone","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"You may have this creature enter as a copy of any creature on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"You may have ~ enter as a copy of any creature on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"You may have ~ enter as a copy of any creature on the battlefield.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"42226b87-0746-4ebf-9fd0-108d508462af","metadata":{"source_printing_ids":["0782f78b-ff4d-4567-8606-d4f0ebb0a304","0eda6f15-7e14-49f0-9352-bbc4a2cd4732","1d513dde-7c5f-46f1-b871-5290595bdbbe","3065a184-58f8-43d4-9d9f-ed0f266ec8c9","48c2e9e2-f679-451d-a700-18104af08988","5e648262-3b9b-4c58-8e29-48356e3cb064","6b2f0e3e-b209-4eda-81e5-b5e474a143d5","828568fe-fafa-4f7f-b4ea-432fba4ed0cc","869f64b0-14ca-4171-8fde-1528bf7b9846","881f6340-865f-437c-983e-df39aad032ab","af53b5fc-c31a-4f26-93bf-0c45c1f4e1e5","b59fde1a-8d41-4f09-a4a1-4a15aaa704c7","b843b814-e9d7-45c0-a02c-e55ed9ab67cd","bcf09714-89cf-4feb-b941-74f791bbdf6e","cf51d88c-f7a4-4f82-ab2b-f2871abd7d5b","d2ee7575-352e-45dd-ab88-d8da50400862","d8d652af-4d68-436d-89c6-346f5c7ff9ae","dcb64c5b-06c9-4fc6-b08d-ca7078101cdb","f00d33dd-4eb2-4446-9813-1923d8e2d2f3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","9ED","CED","CEI","DDI","FBB","LEA","LEB","M10","M11","M13","M14","ONS","SLD","SUM","TLE"],"rulings":[{"date":"2025-10-02","text":"Any enters abilities of the copied creature will trigger when Clone enters. Any \"as [this creature] enters\" or \"[this creature] enters with\" abilities of the chosen creature will also work."},{"date":"2025-10-02","text":"Clone copies exactly what was printed on the original creature and nothing else (unless that creature is copying something else or is a token; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on."},{"date":"2025-10-02","text":"Clone's ability doesn't target the chosen creature."},{"date":"2025-10-02","text":"If Clone somehow enters at the same time as another creature, Clone can't become a copy of that creature. You may choose only a creature that's already on the battlefield."},{"date":"2025-10-02","text":"If the copied creature has {X} in its mana cost, X is considered to be 0."},{"date":"2025-10-02","text":"If the copied creature is a token, Clone copies the original characteristics of that token as stated by the effect that created the token."},{"date":"2025-10-02","text":"If the copied creature is copying something else (for example, if the copied creature is an Evil Twin), then Clone enters as whatever that creature copied."},{"date":"2025-10-02","text":"You can choose not to copy anything. In that case, Clone enters as a 0/0 Shapeshifter creature, and is probably put into the graveyard immediately."}],"rarities":["uncommon","rare","mythic"]},"close encounter":{"name":"Close Encounter","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, choose a creature you control or a warped creature card you own in exile.\nClose Encounter deals damage equal to the power of the chosen creature or card to target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals damage equal to the power of the chosen creature or card to target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"032fdd08-2ea7-442e-8162-0a8e5a585253","additional_cost":{"type":"Required","data":{"type":"Unimplemented","description":"choose a creature you control or a warped creature card you own in exile"}},"metadata":{"source_printing_ids":["a8a77351-9115-470f-8141-222c1916b337"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"If you chose a creature on the battlefield, use that creature’s power when Close Encounter resolves to determine how much damage is dealt. If that creature is no longer on the battlefield when Close Encounter resolves, use that creature’s power as it last existed on the battlefield to determine how much damage is dealt."}],"rarities":["uncommon"]},"cloud key":{"name":"Cloud Key","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose artifact, creature, enchantment, instant, or sorcery.\nSpells you cast of the chosen type cost {1} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCardType"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast of the chosen type cost {1} less to cast."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose artifact, creature, enchantment, instant, or sorcery.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"2a838818-d590-4374-9a63-d9e6381a0f0d","metadata":{"source_printing_ids":["1b6c0ff0-9dfe-450d-aec4-37b89ecceda8","3b348e66-0552-4650-82d5-67af84df5462","6f880de5-8fc5-4e4e-a4bb-cc3e61a7697b","b851ab76-e40e-4232-b120-0bc1905ef0b4","b893ab56-44a6-4b3c-bb3e-6deec298cbce","f8f539c4-9b68-49c2-b750-e4afa80d5178","f9d3df85-1922-437a-9d63-1b9111fa8aa3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BRR","EOC","FUT","PLST","TSR"],"rulings":[{"date":"2021-03-19","text":"The cost reduction applies only to generic mana in the cost of spells of the chosen type you cast."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a flashback cost), add any cost increases (such as kicker costs), then apply any cost reductions (such as that of Cloud Key's ability). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["rare"]},"cloud pirates":{"name":"Cloud Pirates","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Pirate"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nThis creature can block only creatures with flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"BlockRestriction":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can block only creatures with flying."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d334aa85-3470-4f5d-9cbc-b88bf991a5af","legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["POR"]},"cloud sprite":{"name":"Cloud Sprite","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying (This creature can't be blocked except by creatures with flying or reach.)\nThis creature can block only creatures with flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"BlockRestriction":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can block only creatures with flying."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"283433cb-9466-4b40-8af9-30934654d43b","metadata":{"source_printing_ids":["3d14352c-ac8c-45b5-b930-63822408ba3d","cf0bf2fd-0341-461b-b19b-c79016f0d890","feacf831-a6e4-456b-b8f2-d7ec554281a1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","DPA","MMQ","PS11"],"rarities":["common"]},"cloud, ex-soldier":{"name":"Cloud, Ex-SOLDIER","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Mercenary"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen Cloud enters, attach up to one target Equipment you control to it.\nWhenever Cloud attacks, draw a card for each equipped attacking creature you control. Then if Cloud has power 7 or greater, create two Treasure tokens.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[]},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, attach up to one target Equipment you control to it.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"EquippedBy"},{"type":"Attacking"}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, draw a card for each equipped attacking creature you control. Then if ~ has power 7 or greater, create two Treasure tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"653f0452-5802-4639-86c2-1500c3964fcb","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["07b4e4f8-6a31-4533-be51-668ce3ddc84f","15ce92a3-0d51-4c8e-bbce-d225021b4c35","5a186ba3-94c1-4eab-8d4f-42a320bfa073","955189c4-cfbc-47be-9681-cfffab403443","c22ebe7c-dcfe-4cb2-b6c4-2b4eaa1e635d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"You can't use Cloud's second ability to try to attach an Equipment to Cloud if that Equipment can't legally be attached to Cloud."}],"rarities":["mythic"]},"cloud, midgar mercenary":{"name":"Cloud, Midgar Mercenary","mana_cost":{"type":"Cost","shards":["White","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Mercenary"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When Cloud enters, search your library for an Equipment card, reveal it, put it into your hand, then shuffle.\nAs long as Cloud is equipped, if a triggered ability of Cloud or an Equipment attached to it triggers, that ability triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Equipment"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, search your library for an Equipment card, reveal it, put it into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":"Any"}},"affected":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[{"type":"AttachedToSource"}]}]},"modifications":[],"condition":{"type":"SourceIsEquipped"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is equipped, if a triggered ability of ~ or an Equipment attached to it triggers, that ability triggers an additional time."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"33d2584b-bf29-4c22-bd45-14ba2fb98c0e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2cf7e8a3-fad7-413d-b17c-7519a9cf5fb5","5d8690ec-fded-4801-8eaf-5e5fe3d444ec","86fd126f-7672-4d83-93df-c61184d2fcf4","b358dadc-9cc9-4baf-afec-3b50d0822609","f0b73ab0-b8eb-4a6f-a8d9-25d56fdf740a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN","PMEI","PPRO","PSPL"],"rulings":[{"date":"2025-06-06","text":"Cloud's last ability doesn't copy the triggered ability; it just causes the ability to trigger an additional time. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."},{"date":"2025-06-06","text":"If a triggered ability is linked to a second ability, additional instances of that triggered ability are also linked to that second ability. If the second ability refers to \"the exiled card,\" it refers to all cards exiled by instances of the triggered ability."},{"date":"2025-06-06","text":"In some cases involving linked abilities, an ability requires information about \"the exiled card.\" When this happens, the ability gets multiple answers. If these answers are being used to determine the value of a variable, the sum is used. For example, if Strata Scythe's imprint ability (\"When this Equipment enters, search your library for a land card, exile it, then shuffle.\") triggers twice (probably because it somehow entered attached to Cloud), up to two total land cards can be exiled. Strata Scythe's last ability will give the equipped creature +1/+1 for each land on the battlefield with the same name as either of the exiled cards."},{"date":"2025-06-06","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keyword abilities are triggered abilities and will have \"when,\" \"whenever,\" or \"at\" in their reminder text."}],"rarities":["mythic"]},"coalition relic":{"name":"Coalition Relic","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color.\n{T}: Put a charge counter on this artifact.\nAt the beginning of your first main phase, remove all charge counters from this artifact. Add one mana of any color for each charge counter removed this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Put a charge counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"charge","count":{"type":"Fixed","value":-1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}},"color_options":["White","Blue","Black","Red","Green"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, remove all charge counters from ~. Add one mana of any color for each charge counter removed this way.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"008cb342-79f5-4df6-a6b7-0e9e22ed693f","metadata":{"source_printing_ids":["02c532e8-21f1-4d6f-a931-1ea48a6aeea2","54f816e4-76ed-4f09-8398-a73e06dce3e6","73f27b75-d400-46fd-acec-6b55a1e801ee","7a7c98b0-d64d-4d0a-b284-1187a8e7095e","9f83d87c-9ff7-4151-a266-bd77680a899b","a9fae620-8fa5-44db-8326-11cb323c626e","af9f452e-f66c-426f-bad7-645538f2097f","ef44324a-32bd-47e9-8fd9-258ba668de53"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","DDE","DMC","FUT","M3C","PLST","TSR"],"rulings":[{"date":"2021-03-19","text":"If you remove multiple charge counters from Coalition Relic at once, you may add a different color of mana for each one."},{"date":"2021-03-19","text":"Only the first main phase each turn is considered a precombat main phase, even if additional main phases or combat phases are created."}],"rarities":["rare"]},"coalition victory":{"name":"Coalition Victory","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You win the game if you control a land of each basic land type and a creature of each color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"You win the game if you control a land of each basic land type and a creature of each color.","target_prompt":null,"condition":{"type":"And","conditions":[{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Plains"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Island"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Swamp"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Mountain"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Forest"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"White"}]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Blue"}]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Black"}]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Red"}]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Green"}]}}]},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"e9e25800-9ee7-40c9-b22d-611c7281c125","metadata":{"source_printing_ids":["179a327f-df9e-43a2-9706-752dccc94533","446824f7-dc42-42da-8bd5-6c37f3358d65","dd8ad3aa-3225-45ae-8343-5991f5b52269"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["INV","PLST","TSB"],"rulings":[{"date":"2006-09-25","text":"When Coalition Victory resolves, it checks for the five basic land types (Plains, Island, Swamp, Mountain, Forest) and the five colors (white, blue, black, red, green). If a single land has multiple types and/or a single creature is multiple colors, it will count all those types and/or colors."}],"rarities":["rare","special"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"coastal wizard":{"name":"Coastal Wizard","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Return this creature and another target creature to their owners' hands. Activate only during your turn, before attackers are declared.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Return ~ and another target creature to their owners' hands. Activate only during your turn, before attackers are declared.","target_prompt":null,"activation_restrictions":[{"type":"DuringYourTurn"},{"type":"BeforeAttackersDeclared"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d2a29bbf-bfcd-4e4e-8c0b-95a15b58a612","legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["P02"],"rulings":[{"date":"2013-09-20","text":"If a turn has multiple combat phases, the ability can only be activated before the beginning of the declare attackers step of the first combat phase in that turn."}]},"coastline marauders":{"name":"Coastline Marauders","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Pirate"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever this creature attacks, it gets +1/+0 until end of turn for each land defending player controls.\nEncore {4}{R}{R} ({4}{R}{R}, Exile this card from your graveyard: For each opponent, create a token copy that attacks that opponent this turn if able. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Encore":{"type":"Cost","shards":["Red","Red"],"generic":4}}],"abilities":[{"kind":"Activated","effect":{"type":"Encore"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red"],"generic":4}},{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"DefendingPlayer","properties":[]}}}},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it gets +1/+0 until end of turn for each land defending player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c93bef6e-b676-43df-9f0f-026aaff25604","metadata":{"related_token_ids":["cf04eb05-5d99-5015-921c-d7df230b0341"],"source_printing_ids":["7a47e6bc-422a-4627-b21e-5a042193bed0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR"],"rulings":[{"date":"2020-11-10","text":"Each token must attack the appropriate player if able."},{"date":"2020-11-10","text":"Exiling the card with encore is a cost to activate the ability. Once you announce that you're activating it, no player may take actions until you've finished. They can't try to remove the card from your graveyard to stop you from paying the cost."},{"date":"2020-11-10","text":"If Coastline Marauders is attacking a planeswalker, that planeswalker's controller is the defending player."},{"date":"2020-11-10","text":"If one of the tokens can't attack for any reason (such as being tapped), then it doesn't attack. If there's a cost associated with having it attack, you aren't forced to pay that cost, so it doesn't have to attack in that case either."},{"date":"2020-11-10","text":"If one of the tokens somehow is under another player's control as the delayed triggered ability resolves, you can't sacrifice that token. It remains on the battlefield indefinitely, even if you regain control of it later."},{"date":"2020-11-10","text":"Opponents who have left the game aren't counted when determining how many tokens to create."},{"date":"2020-11-10","text":"The bonus Coastline Marauders receives is determined by the player it's attacking. Lands controlled by other defending players won't be counted."},{"date":"2020-11-10","text":"The tokens copy only what's on the original card. Effects that modified that creature when it was previously on the battlefield won't be copied."},{"date":"2023-07-28","text":"If an effect stops a token from attacking a specific player, that token can attack any player, planeswalker, or battle, or not attack at all. If the effect stops the token from attacking a specific player unless a cost is paid, you don't have to pay that cost unless you want to attack that player."}],"rarities":["uncommon"]},"coat of arms":{"name":"Coat of Arms","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature gets +1/+1 for each other creature on the battlefield that shares at least one creature type with it. (For example, if two Goblin Warriors and a Goblin Shaman are on the battlefield, each gets +2/+2.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"ParentTarget"}}]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"ParentTarget"}}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature gets +1/+1 for each other creature on the battlefield that shares at least one creature type with it."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"5f7f133e-58ea-41ab-b1be-be4b400fac4c","metadata":{"source_printing_ids":["0b0359f9-b9da-46fe-a1bb-2fa8319792d0","215a9098-e181-4052-83e6-fcf1b209120f","2602f046-5e79-4a8a-a5b1-b7c3cbb307fc","32cf3074-da3b-47e1-9a2c-88cfb1918a98","45f77859-c92c-4851-9bab-9232d8b74cdb","513d4c36-6ad4-4ee9-b161-3136eb59504f","59414f0a-48b9-489f-82ca-e710679ad21d","6257c8a2-4756-40d2-a61d-9fd2ea3a2a92","8e098d9e-3e1f-4421-aa41-6f0dc095eb96","9642852b-8736-4fce-9f91-37594cbc3f71","9e32c939-1d64-4082-bafe-59dfa9c054f6","a3995426-2baf-47aa-8111-de07e65f64b4","aef2eb36-f20d-4d90-a556-de2ba09b2635","b38ecdea-c269-4f0a-b297-e16a22410802","d3e554dd-32c8-4c22-9f3e-32d84cd9edef","d95961d3-8a94-45cd-9d5f-1690960e599a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","7ED","8ED","9ED","DDS","DPA","EXO","H09","LCC","M10","PLST","PS11","SLD","TPR"],"rulings":[{"date":"2004-10-04","text":"If a creature has more than one creature type, and one of those types matches the creature you are calculating for, then count that creature. Only one type needs to match in order to get counted."},{"date":"2004-10-04","text":"If you have a creature with more than one creature type, count all creatures which have either creature type."},{"date":"2009-10-01","text":"Sharing multiple creature types doesn't give an additional bonus. Coat of Arms counts creatures, not creature types."}],"rarities":["rare"]},"coiling oracle":{"name":"Coiling Oracle","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake","Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, reveal the top card of your library. If it's a land card, put it onto the battlefield. Otherwise, put that card into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Land"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, reveal the top card of your library. If it's a land card, put it onto the battlefield. Otherwise, put that card into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"69fd4ddf-9ed8-4c56-bef3-9944daf05e4f","metadata":{"source_printing_ids":["033e6145-cf40-4fa8-98a4-ed8b5e8a66ab","04741224-4974-4828-b005-cfaafaef9b76","057816be-3e38-4061-8d43-86338a761e42","19719b9b-a384-4ebe-9a5a-7f51132f3c44","3c426a78-3f0d-4ad7-aa90-0824fc9db962","41eed468-cd79-4c88-97d5-72b7818c78cb","46ddfce6-5b8c-4ce1-a329-6a4a4576ca9c","487ec3a9-416f-4370-a8e2-996b982dfc96","559ff1b1-018c-4e08-9531-8af20af47d05","55a6ba2a-b372-4b15-9a1e-09b41316eab7","6b60332c-d390-49aa-8e07-0a0a2eddf201","9cfb4080-0f31-4352-b47a-a36955b68a18","ab0aca0f-0f14-46d4-bfbc-ccfdfa2a2690","b55743ca-f25f-4e03-bad5-ca0d77b133b8","bb8acaa5-5194-4ab3-92b8-4123a903eca3","e42b8b16-dd09-466b-ba1e-979e963ea384","ffec325d-63d9-4f01-8bfd-ae6618b3e891"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["2X2","BLC","C15","C16","C21","CMR","CN2","DDO","DIS","DMC","GK2","MM3","PAL06","PLST","PRM","RVR","TD0"],"rarities":["common","uncommon"]},"coiling rebirth":{"name":"Coiling Rebirth","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Gift a card (You may promise an opponent a gift as you cast this spell. If you do, they draw a card before its other effects.)\nReturn target creature card from your graveyard to the battlefield. Then if the gift was promised and that creature isn't legendary, create a token that's a copy of that creature, except it's 1/1.","non_ability_text":null,"flavor_name":null,"keywords":[{"Gift":{"type":"Card"}}],"abilities":[{"kind":"Spell","effect":{"type":"GiftDelivery","kind":{"type":"Card"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"AdditionalCostPaid"},{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"use_lki":false}}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return target creature card from your graveyard to the battlefield. Then if the gift was promised and that creature isn't legendary, create a token that's a copy of that creature, except it's 1/1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"27a91ebd-39f4-432d-b6cc-cd86b4a3979a","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}}}},"metadata":{"source_printing_ids":["640725a5-8251-4f7a-b1e3-481519c85b5d","96d5de3e-0440-4dd1-899c-ab40c0752343"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Any abilities that trigger during the resolution of Coiling Rebirth will wait to be put onto the stack until Coiling Rebirth finishes resolving. An ability that triggers when the creature is returned to the battlefield from the graveyard may target the token copy, and vice versa."},{"date":"2024-07-26","text":"Any “enters” abilities of the copied creature will trigger when the token enters. Any “as [this creature] enters” or “[this creature] enters with” abilities of the copied creature will also work."},{"date":"2024-07-26","text":"As an additional cost to cast a spell with gift, you can promise the listed gift to an opponent. That opponent is chosen as part of that additional cost. The gift isn’t given at this time; rather, it’s given at a later time based on whether or not the spell is a permanent spell."},{"date":"2024-07-26","text":"For instants and sorceries with gift, the gift is given to the appropriate opponent as part of the resolution of the spell. This happens before any of the spell’s other effects would take place."},{"date":"2024-07-26","text":"For permanent spells with gift, an ability triggers when that permanent enters if the gift was promised. When that ability resolves, the gift is given to the appropriate opponent."},{"date":"2024-07-26","text":"If a spell for which the gift was promised is countered, doesn’t resolve (perhaps because all of its targets are illegal), or is otherwise removed from the stack, the gift won’t be given. None of its other effects will happen either."},{"date":"2024-07-26","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2024-07-26","text":"If you copy a spell for which the gift was promised, the gift was also promised to the same opponent for the copy. If a card or token enters as a copy of a permanent that’s already on the battlefield, the gift isn’t promised for that new permanent, even if it was promised for the original."},{"date":"2024-07-26","text":"In the main set, there are four different kinds of gifts. “Gift a Food” causes the chosen opponent to create a Food token, while “Gift a Treasure” causes the chosen opponent to create a Treasure token. “Gift a card” causes them to draw a card, and “Gift a tapped Fish” causes them to create a tapped 1/1 blue Fish creature token. The Commander decks contain two more kinds of gifts: “Gift an Octopus,” which causes the chosen opponent to create an 8/8 blue Octopus creature token, and “Gift an extra turn,” which causes them to take an extra turn after the current turn ends."},{"date":"2024-07-26","text":"Some instant or sorcery spells require alternative or additional targets if the gift was promised. You ignore these targeting requirements if the gifts aren’t promised for those spells. On the other hand, you can promise a gift for a permanent spell even if you won’t be able to choose targets for an enters ability of that permanent once the spell resolves."},{"date":"2024-07-26","text":"The token created by the additional effect of Coiling Rebirth isn’t “cast,” so abilities that trigger when a creature spell is cast won’t trigger for the copy."},{"date":"2024-07-26","text":"You can’t pay a gift cost more than once."}],"rarities":["rare"]},"coin of mastery":{"name":"Coin of Mastery","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature you control enters with an additional +1/+1 counter on it for each mana from an artifact source spent to cast it.\n{T}: Create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Create a Treasure token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"FromSource","source_filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]}}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Each creature you control enters with an additional +1/+1 counter on it for each mana from an artifact source spent to cast it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"d78518ee-df79-48d1-b9d5-4f968b441899","metadata":{"related_token_ids":["75d29d40-278b-5165-879f-0cc30dc8a4a4"],"source_printing_ids":["ca053574-2ac9-4814-955d-87a97e0aca7e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["TMC"],"rarities":["rare"]},"collected company":{"name":"Collected Company","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top six cards of your library. Put up to two creature cards with mana value 3 or less from among them onto the battlefield. Put the rest on the bottom of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":6},"destination":"Battlefield","keep_count":2,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":"Look at the top six cards of your library. Put up to two creature cards with mana value 3 or less from among them onto the battlefield. Put the rest on the bottom of your library in any order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0bbcb563-09b3-499d-a9cc-3a6d7501dd81","metadata":{"source_printing_ids":["7ba6a508-3286-4938-b0a5-94b794ab6456","a6a13554-22d3-40e3-bf70-63ff939bc434","cfa7b456-7e83-4587-a875-9b35fde318c2","f41a69ae-a0c4-4053-a795-940d76226e08","fdff930a-d820-44c3-87f3-7b50f3137e46"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","DTK","MB2","PW21","SLD","SPG"],"rulings":[{"date":"2015-02-25","text":"Each of the creature cards can have mana value 3 or less. It's not the total mana value of the two cards."}],"rarities":["rare","mythic"]},"collective inferno":{"name":"Collective Inferno","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nAs this enchantment enters, choose a creature type.\nDouble all damage that sources you control of the chosen type would deal.","non_ability_text":null,"flavor_name":null,"keywords":["Convoke"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"},{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"Double all damage that sources you control of the chosen type would deal.","condition":null,"damage_modification":{"type":"Double"},"damage_source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"IsChosenCreatureType"}]}}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"649e4969-71d4-434f-85b0-205ec2c6b24f","metadata":{"source_printing_ids":["1ec084cc-997d-4079-b445-8f701ec3c277","2ada6e6f-77bd-49cb-8aa7-933acc02a0f2","7250001d-a170-4b23-8290-6fdad48b4ac8","72bd8ce5-795a-4503-b92c-a4a39f0bd4db"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"If another effect (or effects) modifies how much damage a source you control of the chosen type would deal (for example, by preventing some of that damage), the player being dealt damage or the controller of the permanent being dealt damage chooses the order in which any such effects, including the effect of Collective Inferno's last ability, apply. If all of the damage is prevented before the effect of Collective Inferno's last ability would apply, its effect no longer applies."},{"date":"2025-11-17","text":"If damage dealt is being divided or assigned among multiple permanents or players, that damage is divided or assigned before any effects modify how much damage would be dealt. For example, say you control Collective Inferno and you attack an opponent with a 5/5 creature of the chosen type with trample and haste. If it's blocked by a 2/2 creature, you can assign 2 damage to the blocker and 3 damage to the defending player. Those amounts are then doubled to 4 and 6, respectively."},{"date":"2025-11-17","text":"The damage is dealt by the same source as the original source of damage. The doubled damage isn't dealt by Collective Inferno unless (in a very unusual case) it was the original source of damage."}],"rarities":["rare","mythic"]},"collision":{"name":"Collision","mana_cost":{"type":"Cost","shards":["RedGreen"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Collision deals 6 damage to target creature with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":6},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 6 damage to target creature with flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"197ce21b-3387-4e76-a49c-04b9c371c031","metadata":{"source_printing_ids":["9bd15da6-2b86-4dba-951d-318c7d9a5dde"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["RNA"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["uncommon"]},"colossus":{"name":"Colossus","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets +4/+2 and gains trample until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +4/+2 and gains trample"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature gets +4/+2 and gains trample until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"197ce21b-3387-4e76-a49c-04b9c371c031","metadata":{"source_printing_ids":["9bd15da6-2b86-4dba-951d-318c7d9a5dde"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["RNA"],"rarities":["uncommon"]},"combat celebrant":{"name":"Combat Celebrant","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"If this creature hasn't been exerted this turn, you may exert it as it attacks. When you do, untap all other creatures you control and after this phase, there is an additional combat phase. (An exerted creature won't untap during your next untap step.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"If ~ hasn't been exerted this turn, you may exert it as it attacks. When you do, untap all other creatures you control and after this phase, there is an additional combat phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5e15ff93-99a0-4000-918e-4bd2c257188d","parse_warnings":[{"type":"SwallowedClause","detector":"Duration_ThisTurn","description":"If this creature hasn't been exerted this turn, you may exert it as it attacks. When you do, untap all other creatures you control and after","line_index":0}],"metadata":{"source_printing_ids":["0be1c60b-511b-4d88-93d3-7910c082245a","28b63c3d-2e55-4343-b49a-11fa602ec473","3e611db6-0819-487c-bc05-17c92d79c75b","a505914a-a3e0-413e-8781-fc5407cd024b","b943300e-e6af-4e7f-b936-62ef9c314916"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","BLC","J25","LTC","PAKH"],"rulings":[{"date":"2017-04-18","text":"All cards in the Amonkhet set that let you exert a creature let you do so as you declare it as an attacking creature, as do some of the cards in the Hour of Devastation set. You can't do so later in combat, and creatures put onto the battlefield attacking can't be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2017-04-18","text":"Combat Celebrant's ability untaps all of your creatures, not just the ones that are attacking."},{"date":"2017-04-18","text":"If an exerted creature is already untapped during your next untap step (most likely because it had vigilance or an effect untapped it), exert's effect preventing it from untapping expires without having done anything."},{"date":"2017-04-18","text":"If you exert Combat Celebrant, you get an additional combat phase even if Combat Celebrant doesn't survive the first combat phase."},{"date":"2017-04-18","text":"If you exert multiple Combat Celebrants in one combat phase, you'll have that many additional combat phases, but all of your creatures are untapped only during the current combat phase. You'll need to exert the Combat Celebrants one at a time, in multiple combat phases, to untap your attacking creatures and attack with them in each combat step."},{"date":"2017-04-18","text":"If you gain control of another player's creature until end of turn and exert it, it will untap during that player's untap step."},{"date":"2017-04-18","text":"There's no main phase between your combat phases, so you'll have no opportunity to cast spells or activate abilities that could only be cast any time you could cast a sorcery. For example, you won't be able to cast another creature or equip Equipment between combats."},{"date":"2017-04-18","text":"Untapping an attacking creature doesn't remove it from combat."},{"date":"2017-04-18","text":"You can't exert a creature unless an effect allows you to do so. Similar effects that \"tap and freeze\" a creature (such as that of Decision Paralysis) don't exert that creature."}],"rarities":["mythic"]},"combat thresher":{"name":"Combat Thresher","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Prototype {2}{W} — 1/1 (You may cast this spell with different mana cost, color, and size. It keeps its abilities and types.)\nDouble strike\nWhen this creature enters, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike",{"Prototype":{"cost":{"type":"Cost","shards":["White"],"generic":2},"power":1,"toughness":1}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0c460bdd-460b-4312-9ed2-32f3809a7d36","metadata":{"source_printing_ids":["74dfabfd-e13b-4512-a733-abe514be6404"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO"],"rulings":[{"date":"2022-10-14","text":"A prototype card is a colorless card in every zone except the stack or the battlefield, as well as while on the stack or the battlefield if not cast as a prototyped spell. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Blitz Automaton is a colorless creature card with mana value 7. It can't be the target of Recommission, a spell that targets an artifact or creature card with mana value 3 or less in your graveyard."},{"date":"2022-10-14","text":"Casting a prototyped spell isn't the same as casting it for an alternative cost, and an alternative cost may be applied to a spell cast this way. For example, if an effect allows you to cast an artifact card without paying its mana cost, you could either cast Blitz Automaton normally, or as a prototyped spell."},{"date":"2022-10-14","text":"If an effect copies a prototyped spell, that copy (as well as the token it becomes on the battlefield) will have the same characteristics as the prototyped spell. Similarly, if an effect creates a token that's a copy of a prototyped permanent or causes another permanent to become a copy of it, the copy would have the same characteristics as the prototyped permanent."},{"date":"2022-10-14","text":"Regardless of how it was cast, a prototype card always has the same name, abilities, types, and so on. Only the mana cost, mana value, color, power, and toughness change depending on whether the card was cast as a prototyped spell."},{"date":"2022-10-14","text":"The prototype ability functions in any zone that the spell could be cast from. For example, if an effect allows you to cast artifact spells from your graveyard, you could cast a prototyped Blitz Automaton from your graveyard."},{"date":"2022-10-14","text":"When cast as a prototyped spell, that spell has the mana cost, power, and toughness characteristics shown in its colored, secondary text box rather than the normal values of those characteristics. Its color and mana value are determined by that mana cost. The permanent that spell becomes as it resolves has the same characteristics. If the spell leaves the stack in any other way, or the permanent it becomes leaves the battlefield, it immediately resumes using its normal characteristics."},{"date":"2022-10-14","text":"When casting a prototyped spell, use only its prototype characteristics to determine whether it's legal to cast it. For example, if Blitz Automaton is exiled with the last ability of Chandra, Dressed to Kill, you would be able to cast it for {2}{R} (because it's a red spell), even though you wouldn't be able to cast it as a colorless spell for its normal cost."}],"rarities":["uncommon"]},"command bridge":{"name":"Command Bridge","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\nWhen this land enters, sacrifice it unless you tap an untapped permanent you control.\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you tap an untapped permanent you control.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Untapped"}]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"87c8e1ed-258a-4a89-bcc6-211405e49692","metadata":{"source_printing_ids":["247670d2-a7cd-4ed7-9c77-704c7962b815"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["common"]},"commune with nature":{"name":"Commune with Nature","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top five cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":5},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":"Look at the top five cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d4ed4260-5f38-4b55-ba6e-9f54f04d2360","metadata":{"source_printing_ids":["5224eec3-2941-4d16-a713-099e34e93eee","a59eafb3-3ce6-4056-a7f7-8d0a8fc12294","b760d616-b73a-4c7f-8a38-5606a9a321e3","ce0b706e-017d-4f82-b280-cf9fdf75aef8","fb648eea-c731-4c4c-bf4a-a3f136983c36"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","CHK","MM2","PLST","WOE"],"rulings":[{"date":"2004-12-01","text":"If you don't reveal a creature card, put all the cards on the bottom of your library in any order."}],"rarities":["common"]},"complaints clerk":{"name":"Complaints Clerk","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sloth","Beast","Employee"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, open an Attraction. (Put the top card of your Attraction deck onto the battlefield.)\nWhenever you roll a 1, create a 1/1 white Clown Robot artifact creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"OpenAttractions","count":1},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, open an Attraction.","constraint":null,"condition":null,"batched":false},{"mode":"RolledDieOnce","execute":{"kind":"Spell","effect":{"type":"Token","name":"Clown Robot","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Clown","Robot"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll a 1, create a 1/1 white Clown Robot artifact creature token.","constraint":null,"condition":null,"batched":false,"die_result":{"Exact":[1]}}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"018627e1-ba32-4452-b3d1-6c2a39759aff","metadata":{"related_token_ids":["fa90f964-b0d7-5382-9199-98fa2b54c7f9"],"source_printing_ids":["a74e4feb-f3d5-4122-866c-421f4f24b829","c733e915-aead-4f82-92d0-37eabbfd0017"]},"legalities":{"commander":"legal","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"banned"},"printings":["UNF"],"rarities":["uncommon"]},"complex automaton":{"name":"Complex Automaton","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, if you control seven or more permanents, return this creature to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you control seven or more permanents, return ~ to its owner's hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e4951b4e-ba68-495c-8062-e89250d02cf3","metadata":{"source_printing_ids":["5fb3c7af-74e1-4072-953b-b3e9ccd8aa03"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["NEM"],"rarities":["rare"]},"concerted defense":{"name":"Concerted Defense","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target noncreature spell unless its controller pays {1} plus an additional {1} for each creature in your party. (Your party consists of up to one each of Cleric, Rogue, Warrior, and Wizard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target noncreature spell unless its controller pays {1} plus an additional {1} for each creature in your party.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"ManaDynamic","quantity":{"type":"Sum","exprs":[{"type":"Fixed","value":1},{"type":"Ref","qty":{"type":"PartySize","player":{"type":"Controller"}}}]}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"77f02ae6-2411-4378-b5e0-cc1cf5964458","metadata":{"source_printing_ids":["235c108d-3902-4c2e-919c-a5449cd2dc3c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ZNR"],"rulings":[{"date":"2020-09-25","text":"An ability referring to the number of creatures in your party gets a number from zero to four. Such abilities never ask which creatures are in your party, and you never have to designate specific creatures as being in your party. You can’t choose to exclude creatures from this count to lower the number."},{"date":"2020-09-25","text":"If a creature has more than one party creature type, and there are multiple ways to count that creature that could result in a different number of creatures in your party, the highest such number is used. For example, if you control a Cleric and a Cleric Wizard, the number of creatures in your party is two. You can’t choose to have it be just one by counting the Cleric Wizard first as a Cleric."},{"date":"2020-09-25","text":"To determine “the number of creatures in your party,” check whether you control a Cleric, whether you control a Rogue, whether you control a Warrior, and whether you control a Wizard. The number is the total number of those checks to which you answered yes. Each creature you control can be counted for only one of those checks."}],"rarities":["uncommon"]},"conclave mentor":{"name":"Conclave Mentor","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Centaur","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"If one or more +1/+1 counters would be put on a creature you control, that many plus one +1/+1 counters are put on that creature instead.\nWhen this creature dies, you gain life equal to its power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, you gain life equal to its power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"AddCounter","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"If one or more +1/+1 counters would be put on a creature you control, that many plus one +1/+1 counters are put on that creature instead.","condition":null,"quantity_modification":{"type":"Plus","value":1},"counter_match":{"type":"OfType","data":"P1P1"}}],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"a2fe5937-212c-4e71-8d6e-f408b38100aa","metadata":{"source_printing_ids":["2e2d72f6-bde3-49fb-976e-2d0c4dce60e3","93cc7133-1814-4a77-95cc-22b93e63db50","a328a93a-e720-46d5-a190-cc65d1c90cea","c6d36786-6e36-4a9b-97ad-ad7d9d2b8d92"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","M21","MOC","PLST"],"rulings":[{"date":"2020-06-23","text":"Conclave Mentor's first ability doesn't apply to itself if it's somehow entering the battlefield with a +1/+1 counter on it."},{"date":"2020-06-23","text":"If a creature you control would enter the battlefield with a number of +1/+1 counters on it, it enters with that many plus one instead."},{"date":"2020-06-23","text":"If two or more effects attempt to modify how many counters would be put onto a creature you control, you choose the order to apply those effects, no matter who controls the sources of those effects."},{"date":"2020-06-23","text":"If you control two Conclave Mentors, the number of +1/+1 counters put on a creature is two plus the original number. Three Conclave Mentors add three, and so on."},{"date":"2020-06-23","text":"Use Conclave Mentor's power as it last existed on the battlefield to determine how much life you gain."}],"rarities":["uncommon"]},"conclave sledge-captain":{"name":"Conclave Sledge-Captain","mana_cost":{"type":"Cost","shards":["Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elephant","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Backup 1, backup 1, backup 1 (When this creature enters, put a +1/+1 counter on target creature. If that's another creature, it gains the following abilities until end of turn. Each backup ability triggers separately.)\nTrample\nWhenever this creature deals combat damage to a player, put that many +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Backup":1},{"Backup":1},{"Backup":1}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put that many +1/+1 counters on it.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Trample"},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put that many +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":"If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"SelfRef"},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put 1 +1/+1 counter on target creature","target_prompt":null,"ability_tag":{"type":"Backup"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.165: Backup 1 — when this creature enters, put 1 +1/+1 counter on target creature. If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Trample"},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put that many +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":"If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"SelfRef"},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put 1 +1/+1 counter on target creature","target_prompt":null,"ability_tag":{"type":"Backup"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.165: Backup 1 — when this creature enters, put 1 +1/+1 counter on target creature. If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Trample"},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put that many +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":"If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"SelfRef"},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put 1 +1/+1 counter on target creature","target_prompt":null,"ability_tag":{"type":"Backup"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.165: Backup 1 — when this creature enters, put 1 +1/+1 counter on target creature. If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e09e7bb8-2665-4081-b75a-628a8bc0a3cd","metadata":{"source_printing_ids":["3320f1b0-84b6-43c1-8423-1a044bdfb328","99ad5807-2adc-40d7-b398-d03fd2cd58b9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"Backup confers only abilities that are actually printed below it. Any abilities that are gained by the permanent are ignored, including abilities gained due to a resolving spell or ability or copy effects."},{"date":"2023-04-14","text":"If a backup ability causes another creature to gain abilities, the creature with backup will still have those abilities."},{"date":"2023-04-14","text":"If a backup ability targets the creature with backup, that creature will get +1/+1 counters, but it won’t gain additional abilities."},{"date":"2023-04-14","text":"If a permanent enters the battlefield as a copy of a card with a backup ability or a token is created that is a copy of that card, the order of the printed abilities is maintained."},{"date":"2023-04-14","text":"If the same creature is the target of more than one of Conclave Sledge-Captain’s backup abilities, it will get more than one instance of its triggered ability. Each of those triggered abilities triggers separately. If the creature deals combat damage to a player, it will get that many +1/+1 counters more than once. (It will also have trample more than once, but that’s way less interesting.)"},{"date":"2023-04-14","text":"The abilities that backup grants to the target creature are determined only once, at the time the ability triggers. They won’t change if the permanent with backup loses any abilities before the backup ability resolves."}],"rarities":["rare"]},"concoct":{"name":"Concoct","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Surveil 3, then return a creature card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":"Surveil 3, then return a creature card from your graveyard to the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"6e07e7ae-1bb7-4831-adb9-a5e71b7d79e3","metadata":{"source_printing_ids":["890ac54c-6fd7-4e46-8ce4-8926c6975f60","d0498280-c19e-4254-9bd2-dbdebda04e23","d7481287-fce9-4ef0-a3a8-7801c9eb3fa8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["GRN","MKC","PGRN","RVR"],"rarities":["rare"]},"condemn":{"name":"Condemn","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put target attacking creature on the bottom of its owner's library. Its controller gains life equal to its toughness.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Target"}}},"player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put target attacking creature on the bottom of its owner's library. Its controller gains life equal to its toughness.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"377d31b5-0a48-4d5b-91bd-b5a62d4f7899","metadata":{"source_printing_ids":["04dab28f-d0d0-49ef-9326-34fb348a7853","0c93201b-7664-4bfd-a462-f1c684ebedf6","0d05f1d0-19a8-4fc2-8b1d-1adb9a95790e","23cb1217-029d-42af-bd38-971fbc26f92d","58d4f5a0-b2d0-4a60-b1e1-bb2140abfd6d","8554c243-b300-47c2-8dbb-f6a054b894f9","97eb5d19-8e8f-4102-9faa-87f01d81491f","a2f1cba7-04ea-4009-9bf2-40d0d291475d","b28100b4-f4ee-4e1c-be50-508dd01e846a","cfae21b5-aff2-4191-aa42-d756209beaaa","ea9edff0-58a8-405d-9f2e-39f8269bbcb2","ee6a541f-a72e-4aa5-bced-430e5158ca85","f54179f7-5c00-4c65-a462-f86ca37b8982"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","C14","C17","CMR","DDL","DIS","M11","P07","PLST","PRM","PS11","RVR","SCD","SPG","TD0","TD2","ZNC"],"rulings":[{"date":"2024-01-12","text":"Use the creature's toughness as it last existed on the battlefield to determine how much life its controller gains."}],"rarities":["uncommon","mythic"]},"conduit of ruin":{"name":"Conduit of Ruin","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, you may search your library for a colorless creature card with mana value 7 or greater, reveal it, then shuffle and put that card on top.\nThe first creature spell you cast each turn costs {2} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"ColorCount","comparator":"EQ","count":0},{"type":"Cmc","comparator":"GE","value":{"type":"Fixed","value":7}}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Any"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, you may search your library for a colorless creature card with mana value 7 or greater, reveal it, then shuffle and put that card on top.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The first creature spell you cast each turn costs {2} less to cast."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"cd3d79e9-c72e-4321-bca1-54505d51331a","metadata":{"source_printing_ids":["4bc855d3-817c-4748-a7f5-1533d8b0e930"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BFZ","PBFZ"],"rulings":[{"date":"2015-08-25","text":"Conduit of Ruin's last ability can't reduce the amount of colored mana you pay for a spell. It reduces only the generic component of that mana cost."},{"date":"2015-08-25","text":"Conduit of Ruin's last ability doesn't change the mana cost or mana value of any spell. It changes only the total cost you actually pay."},{"date":"2015-08-25","text":"Conduit of Ruin's last ability will look at the entire turn, even if Conduit of Ruin wasn't on the battlefield for some of it. Notably, if you cast Conduit of Ruin in a turn, then no other creature spell you cast that turn can be your first."},{"date":"2015-08-25","text":"If the first creature spell you cast in a turn has converge, you can't ignore the cost reduction of Conduit of Ruin's last ability in order to spend more colors of mana."},{"date":"2015-08-25","text":"If the first creature spell you cast in a turn has {X} in its mana cost, you choose the value of X before calculating the spell's total cost. For example, if the first creature spell you cast in a turn has a mana cost of {X}{G}, you could choose 2 as the value of X and pay {G} to cast the spell."},{"date":"2015-08-25","text":"If there are additional costs to cast a spell, or if the cost to cast a spell is increased by an effect, apply those increases before applying cost reductions."},{"date":"2015-08-25","text":"If you control more than one Conduit of Ruin, the last ability of each of them applies only to the first creature spell you cast each turn, not to different spells; the first creature spell you cast each turn will cost {4} less."},{"date":"2015-08-25","text":"The cost reduction can apply to alternative costs (such as dash costs)."},{"date":"2015-08-25","text":"The first creature spell you cast each turn doesn't necessarily have to be the first spell you cast. You could cast a sorcery spell and then cast a creature spell that would get the discount."}],"rarities":["rare"]},"conformer shuriken":{"name":"Conformer Shuriken","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has \"Whenever this creature attacks, tap target creature defending player controls. If that creature has greater power than this creature, put a number of +1/+1 counters on this creature equal to the difference.\"\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"DefendingPlayer","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"put","description":"counters equal to the difference"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetHasKeywordInstead","keyword":{"Unknown":"greater power than ~"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, tap target creature defending player controls. If that creature has greater power than ~, put a number of +1/+1 counters on ~ equal to the difference.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has \"Whenever ~ attacks, tap target creature defending player controls. If that creature has greater power than ~, put a number of +1/+1 counters on ~ equal to the difference.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"8e7681ba-6412-4165-b374-5636feec216d","metadata":{"source_printing_ids":["019615fa-4bec-41e8-9c4c-2c6f91bdefb2","0c184913-bde3-4310-af3f-58a7fba77041"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rarities":["rare"]},"connecting the dots":{"name":"Connecting the Dots","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control attacks, exile the top card of your library face down. (You can't look at it.)\n{1}{R}, Discard your hand, Sacrifice this enchantment: Put all cards exiled with this enchantment into their owners' hands.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Hand","target":{"type":"ExiledBySource"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"filter":null,"random":false,"self_ref":false},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}{R}, Discard your hand, Sacrifice ~: Put all cards exiled with ~ into their owners' hands.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control attacks, exile the top card of your library face down.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a29e2c70-8909-465b-9cec-1a7037250313","metadata":{"source_printing_ids":["597b8c60-d06b-425b-9fca-f2e3dfb45623","8e02731a-8698-4b41-99c3-f0a19fc31430"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"Each Connecting the Dots you control has its own set of face-down exiled cards. Connecting the Dots's last ability puts only those cards into your hand, not those of any other Connecting the Dots."},{"date":"2024-02-02","text":"If Connecting the Dots leaves the battlefield before you activate its last ability, any cards exiled by its triggered ability remain exiled face down for the rest of the game. (You still can't look at them.) If you somehow return the same Connecting the Dots to the battlefield, it will be a different object with no connection to those face-down cards."},{"date":"2024-02-02","text":"You can pay the cost of \"discard your hand\" even if your hand contains zero cards."}],"rarities":["rare"]},"connive":{"name":"Connive","mana_cost":{"type":"Cost","shards":["BlueBlack","BlueBlack"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Gain control of target creature with power 2 or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Gain control of target creature with power 2 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"6e07e7ae-1bb7-4831-adb9-a5e71b7d79e3","metadata":{"source_printing_ids":["890ac54c-6fd7-4e46-8ce4-8926c6975f60","d0498280-c19e-4254-9bd2-dbdebda04e23","d7481287-fce9-4ef0-a3a8-7801c9eb3fa8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["GRN","MKC","PGRN","RVR"],"rulings":[{"date":"2018-10-05","text":"Connive's effect lasts indefinitely. It doesn't wear off during the cleanup step, and it doesn't expire if the creature's power becomes greater after Connive has resolved."},{"date":"2018-10-05","text":"No player may take actions between the time you surveil and the time you return a creature card to the battlefield."},{"date":"2018-10-05","text":"The creature card you return with Concoct may be one that you just surveilled into your graveyard."},{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."},{"date":"2024-01-12","text":"When you surveil, you may put all the cards you look at back on top of your library, you may put all of those cards into your graveyard, or you may put some of those cards on top and the rest of them into your graveyard."},{"date":"2024-01-12","text":"You perform the actions stated on a card in sequence. For some spells and abilities, you'll surveil last. For others, you'll surveil and then perform other actions."}],"rarities":["rare"]},"conspiracy":{"name":"Conspiracy","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nCreatures you control are the chosen type. The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield."},"cost":null,"sub_ability":null,"duration":null,"description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddChosenSubtype","kind":"CreatureType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control are the chosen type."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"775d284d-0884-4ae3-a1b5-2b2a50a895b4","metadata":{"source_printing_ids":["411c9f22-2df0-4a63-b2be-fa02612a6ef8","454aa2e5-fc90-4338-a319-010d4d706ae7","4a6aeb38-811c-4b5b-8bdd-876f41211035","8bbdb402-0e22-4f83-987a-9d0268a82f10","cf453d83-c09b-422a-a11b-679e143f52be","fa3cbcbb-d865-42df-88e1-0c9bd24b5c79"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ACR","MMQ","PLST","TSB"],"rulings":[{"date":"2004-10-04","text":"It does not replace any use of creature types in card text."},{"date":"2004-10-04","text":"This can grant a creature type to animated lands and artifacts that would otherwise have no creature type."},{"date":"2005-08-01","text":"\"Legend\" is no longer a creature type, and may not be chosen."},{"date":"2005-08-01","text":"If you choose Wall, then your creatures can still attack because creature types don't confer abilities such as defender (any more than, say, choosing creature type Bird would confer flying)."},{"date":"2013-09-20","text":"Affected spells, cards, and creatures lose all of their other creature types."},{"date":"2017-09-29","text":"Replacement effects that modify creatures of a certain type as they enter the battlefield will apply (or not apply) after you apply this effect. For example, if Warrior is the chosen creature type and you control Bramblewood Paragon, a Runeclaw Bear would enter the battlefield with an additional +1/+1 counter."}],"rarities":["rare","special"]},"conspiracy unraveler":{"name":"Conspiracy Unraveler","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sphinx","Detective"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nYou may collect evidence 10 rather than pay the mana cost for spells you cast. (To collect evidence 10, exile cards with total mana value 10 or greater from your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithAlternativeCost":{"cost":{"type":"CollectEvidence","amount":10}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may collect evidence 10 rather than pay the mana cost for spells you cast."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e4541d02-2860-46ef-b630-1d6307b60766","metadata":{"source_printing_ids":["0a33f43e-e57e-4d2c-b6f3-c785ab96214e","88e791fc-bf9f-49b6-b5f2-a24d4b3e360e","a8002174-8cff-4566-ba4d-d6caec14d69c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"If a spell has an additional cost that includes collecting evidence, such as that of Analyze the Pollen, any additional effects that occur \"if evidence was collected\" will occur only if that additional cost was paid. Using the alternative cost from Conspiracy Unraveler will not cause those additional effects to occur."},{"date":"2024-02-02","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If you are casting a spell from your graveyard (for example, a spell with flashback) you can't also exile that card to pay the alternative collect evidence cost offered by Conspiracy Unraveler."},{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"If you cast a spell for another cost \"rather than pay its mana cost\", you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the spell has any mandatory additional costs, such as that of Demand Answers, those must be paid to cast the card."},{"date":"2024-02-02","text":"If you cast a spell with the alternative collect evidence cost offered by Conspiracy Unraveler and you also collect evidence as an additional cost to cast that spell, abilities of permanents that trigger \"whenever you collect evidence\" will trigger twice. This is also true for abilities that trigger \"whenever one or more cards leave your graveyard.\" For example, let's say you control Conspiracy Unraveler and Evidence Examiner. You cast Crimestopper Sprite and choose to collect evidence 10 rather than pay its mana cost. You also choose to collect evidence 6 as an additional cost. Each of these will cause Evidence Examiner's last ability to trigger, and you'll end up investigating twice."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."}],"rarities":["mythic"]},"construct a cosmic cube":{"name":"Construct a Cosmic Cube","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Plan"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you draw your second card each turn, create a 2/1 black Villain creature token with menace and put a plan counter on this enchantment.\nWhen the seventh plan counter is put on this enchantment, sacrifice it. When you do, you control target opponent during their next turn. (You see all cards that player could see and make all decisions for them.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Token","name":"Villain","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Villain"],"colors":["Black"],"keywords":["Menace"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"plan","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you draw your second card each turn, create a 2/1 black Villain creature token with menace and put a plan counter on ~.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ControlNextTurn","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"grant_extra_turn_after":false,"window":"NextTurn"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When the seventh plan counter is put on ~, sacrifice it. When you do, you control target opponent during their next turn.","constraint":null,"condition":null,"counter_filter":{"counter_type":"plan","threshold":7},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"369aa9a6-af8a-432c-adff-ced2bb203dc7","metadata":{"related_token_ids":["ef9be2ad-d732-5bce-8981-e5e3134688b7"],"source_printing_ids":["248b4c86-163b-46eb-9949-e8d8e5875294","448de757-ac16-4529-b851-1a1331b821a5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"consuming ashes":{"name":"Consuming Ashes","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature. If it had mana value 3 or less, surveil 2. (Look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"use_lki":true},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature. If it had mana value 3 or less, surveil 2.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9ef676f0-53c5-4efe-9341-e960d00dbc69","metadata":{"source_printing_ids":["54f96be9-60fc-4e2f-9172-4cc53c9a095a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"If the target creature has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2024-04-12","text":"If the target creature is an illegal target as Consuming Ashes tries to resolve, it won’t resolve and none of its effects will happen. You won’t surveil."},{"date":"2024-04-12","text":"Use the mana value of the creature as it last existed on the battlefield to determine whether or not you surveil."}],"rarities":["common"]},"consuming sepulcher":{"name":"Consuming Sepulcher","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, each opponent loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, each opponent loses 1 life and you gain 1 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"883a4180-9ede-4249-a4b8-3a29c998fb63","metadata":{"source_printing_ids":["dbaa9a2d-e9fd-4746-a26c-f99ae731f024"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rarities":["common"]},"consuming vapors":{"name":"Consuming Vapors","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player sacrifices a creature of their choice. You gain life equal to that creature's toughness.\nRebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":["Rebound"],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target player sacrifices a creature of their choice. You gain life equal to that creature's toughness.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a10ce333-48d7-499b-9355-f381f2395497","metadata":{"source_printing_ids":["008de17e-aa79-4d4c-ab66-d516eca49e42","7b6e74a3-f390-4ad2-93de-930af0e5585c","9d47bea4-3286-4a96-ab61-f4865ed03ac5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","C17","ROE"],"rulings":[{"date":"2010-06-15","text":"At the beginning of your upkeep, all delayed triggered abilities created by rebound effects trigger. You may handle them in any order. If you want to cast a card this way, you do so as part of the resolution of its delayed triggered ability. Timing restrictions based on the card's type (if it's a sorcery) are ignored. Other restrictions are not (such as the one from Rule of Law)."},{"date":"2010-06-15","text":"If a replacement effect would cause a spell with rebound that you cast from your hand to be put somewhere else instead of your graveyard (such as Leyline of the Void might), you choose whether to apply the rebound effect or the other effect as the spell resolves."},{"date":"2010-06-15","text":"If a spell with rebound that you cast from your hand doesn't resolve for any reason (due being countered by a spell like Cancel, or because all of its targets are illegal), rebound has no effect. The spell is simply put into your graveyard. You won't get to cast it again next turn."},{"date":"2010-06-15","text":"If the targeted player doesn't sacrifice a creature (because the player didn't control any creatures or due to Tajuru Preserver, perhaps), you gain no life."},{"date":"2010-06-15","text":"If you are unable to cast a card from exile this way, or you choose not to, nothing happens when the delayed triggered ability resolves. The card remains exiled for the rest of the game, and you won't get another chance to cast the card. The same is true if the ability is countered (due to Stifle, perhaps)."},{"date":"2010-06-15","text":"If you cast a card from exile this way, it will go to your graveyard when it resolves, fails to resolve, or is countered. It won't go back to exile."},{"date":"2010-06-15","text":"If you cast a spell with rebound from anywhere other than your hand (such as from your graveyard due to Sins of the Past, from your library due to cascade, or from your opponent's hand due to Sen Triplets), rebound won't have any effect. If you do cast it from your hand, rebound will work regardless of whether you paid its mana cost (for example, if you cast it from your hand due to Maelstrom Archangel)."},{"date":"2010-06-15","text":"If you cast a spell with rebound from your hand and it resolves, it isn't put into your graveyard. Rather, it's exiled directly from the stack. Effects that care about cards being put into your graveyard won't do anything."},{"date":"2010-06-15","text":"Rebound will have no effect on copies of spells because you don't cast them from your hand."},{"date":"2010-06-15","text":"The sacrificed creature's last known existence on the battlefield is checked to determine its toughness."}],"rarities":["rare"]},"contested game ball":{"name":"Contested Game Ball","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you're dealt combat damage, the attacking player gains control of this artifact and untaps it.\n{2}, {T}: Draw a card and put a point counter on this artifact. Then if it has five or more point counters on it, sacrifice it and create a Treasure token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"point","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"point"}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}, {T}: Draw a card and put a point counter on ~. Then if it has five or more point counters on it, sacrifice it and create a Treasure token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"TriggeringSourceController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you're dealt combat damage, the attacking player gains control of ~ and untaps it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"876c9620-216c-45dd-b8a6-b9e0cba63e3d","metadata":{"related_token_ids":["f7e12dcc-910d-5b82-b637-0b972542ead5"],"source_printing_ids":["71cb7776-a6af-4efb-b536-6b9b4f3d3874"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"Contested Game Ball's triggered ability triggers only once whenever you're dealt combat damage, no matter how many creatures deal combat damage to you at the same time."},{"date":"2023-11-10","text":"If point counters are put on Contested Game Ball some way other than its last ability, you won't sacrifice it or create a Treasure token. The check for five or more point counters happens only as the activated ability resolves."},{"date":"2023-11-10","text":"In a Two-Headed Giant game, each player on the attacking team is an attacking player. When Contested Game Ball's first ability resolves, you'll choose which member of the attacking team gains control of it."}],"rarities":["uncommon"]},"converter beast":{"name":"Converter Beast","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Beast"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, incubate 5. (Create an Incubator token with five +1/+1 counters on it and \"{2}: Transform this token.\" It transforms into a 0/0 Phyrexian artifact creature.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Incubate","count":{"type":"Fixed","value":5}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, incubate 5.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7fbb9547-a805-4768-8574-e283e64600a4","metadata":{"related_token_ids":["4db065f6-6ce4-5ce5-a19a-02dfc694ba5b","f4fd5aae-f65c-5d73-88ce-2a052c7616f8"],"source_printing_ids":["1bdd3ecb-8c11-4a4c-a503-bc29f79a9dcb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM"],"rarities":["common"]},"coordinated clobbering":{"name":"Coordinated Clobbering","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tap one or two target untapped creatures you control. They each deal damage equal to their power to target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Untapped"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"EachTarget"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Tap one or two target untapped creatures you control. They each deal damage equal to their power to target creature an opponent controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b2b65b17-1fb4-42d6-9c6a-376d3f18851b","metadata":{"source_printing_ids":["d498cd5d-5807-4297-bc8a-c0941f2f5ce2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"If one of the target creatures you control is an illegal target when Coordinated Clobbering begins to resolve (perhaps because it's no longer on the battlefield or because it's tapped), that creature won't deal any damage. If the target creature an opponent controls is an illegal target, no damage will be dealt."}],"rarities":["uncommon"]},"coppercoat vanguard":{"name":"Coppercoat Vanguard","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Each other Human you control gets +1/+0 and has ward {1}. (Whenever it becomes the target of a spell or ability an opponent controls, counter it unless that player pays {1}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Human"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":1}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each other Human you control gets +1/+0 and has ward {1}."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9f6fc734-4935-42d9-93a0-1b5ad8d8d277","metadata":{"source_printing_ids":["23165275-505c-4fe7-ad2e-4e522bdb014a","c2899c19-d6bd-4399-a838-a21ed81ccc3f","d786f05d-78a2-41b6-a185-111e8c1b216b","f5a932af-f5bb-452d-803a-b75bd3552b35"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MAT"],"rulings":[{"date":"2023-05-12","text":"Once a ward ability has triggered, causing that Human to lose ward by removing Coppercoat Vanguard won't affect that ability. The appropriate player will still have to pay {1} or see their spell or ability countered."}],"rarities":["uncommon"]},"coralhelm commander":{"name":"Coralhelm Commander","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Level up {1} ({1}: Put a level counter on this. Level up only as a sorcery.)\nLEVEL 2-3\n3/3\nFlying\nLEVEL 4+\n4/4\nFlying\nOther Merfolk creatures you control get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[{"LevelUp":{"type":"Cost","shards":[],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"level","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":2,"maximum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 2-3 / 3/3 / Flying"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Merfolk"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":4},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Merfolk creatures you control get +1/+1."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":4},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 4+ / 4/4 / Flying"}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0ca0a186-026d-4cec-9c23-15d94e6acca9","metadata":{"source_printing_ids":["46246d37-dfce-4977-854e-ee79d47cea05","4f8d1bea-58cd-4483-a70a-0330ad5ab4a1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LCC","ROE"],"rulings":[{"date":"2010-06-15","text":"A creature's level is based on how many level counters it has on it, not how many times its level up ability has been activated or has resolved. If a leveler gets level counters due to some other effect (such as Clockspinning) or loses level counters for some reason (such as Vampire Hexmage), its level is changed accordingly."},{"date":"2010-06-15","text":"Effects that modify a leveler's power or toughness, such as the effects of Giant Growth or Glorious Anthem, will apply to it no matter when they started to take effect. The same is true for counters that change the creature's power or toughness (such as +1/+1 counters) and effects that switch its power and toughness."},{"date":"2010-06-15","text":"Effects that set a leveler's power or toughness to a specific value, including the effects from a level symbol's ability, apply in timestamp order. The timestamp of each level symbol's ability is the same as the timestamp of the leveler itself, regardless of when the most recent level counter was put on it."},{"date":"2010-06-15","text":"If another creature becomes a copy of a leveler, all of the leveler's printed abilities — including those represented by level symbols — are copied. The current characteristics of the leveler, and the number of level counters on it, are not. The abilities, power, and toughness of the copy will be determined based on how many level counters are on the copy."},{"date":"2010-06-15","text":"The abilities a leveler grants to itself don't overwrite any other abilities it may have. In particular, they don't overwrite the creature's level up ability; it always has that."}],"rarities":["rare"]},"corpse harvester":{"name":"Corpse Harvester","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{1}{B}, {T}, Sacrifice a creature: Search your library for a Zombie card and a Swamp card, reveal them, put them into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land",{"Subtype":"Swamp"}],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":2},"reveal":true,"selection_constraint":{"type":"MatchEachFilter","filters":[{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land",{"Subtype":"Swamp"}],"controller":null,"properties":[]}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}{B}, {T}, Sacrifice a creature: Search your library for a Zombie card and a Swamp card, reveal them, put them into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f02ad6fa-7a82-471a-979e-0bb9ba866ef6","metadata":{"source_printing_ids":["0d09c2c8-526b-4693-bbaa-109911ce5281","b49430a6-8572-4959-a8ae-4b6fdcef440f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["HOP","LGN","PLST"],"rulings":[{"date":"2004-10-04","text":"You do not have to find a Zombie card or swamp card if you do not want to, even if you have them in your library."}],"rarities":["uncommon"]},"corrupted resolve":{"name":"Corrupted Resolve","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell if its controller is poisoned.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell if its controller is poisoned.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"TargetControllerCounter","kind":"Poison"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"87837a94-05db-48fe-b810-26d8f92cfc58","metadata":{"source_printing_ids":["28432161-023b-4a98-b92a-55dc6d936cd1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NPH"],"rulings":[{"date":"2011-06-01","text":"A player is poisoned if that player has one or more poison counters."}],"rarities":["uncommon"]},"corrupted shapeshifter":{"name":"Corrupted Shapeshifter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi","Shapeshifter"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Devoid (This card has no color.)\nAs this creature enters, it becomes your choice of a 3/3 creature with flying, a 2/5 creature with vigilance, or a 0/12 creature with defender.","non_ability_text":null,"flavor_name":null,"keywords":["Devoid"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"3/3 Flying"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":5},{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"2/5 Vigilance"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":0},{"type":"SetToughness","value":12},{"type":"AddKeyword","keyword":"Defender"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"0/12 Defender"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetColor","colors":[]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["3/3 Flying","2/5 Vigilance","0/12 Defender"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, it becomes your choice of a 3/3 creature with flying, a 2/5 creature with vigilance, or a 0/12 creature with defender.","condition":null,"destination_zone":"Battlefield"}],"color_override":[],"color_identity":["Blue"],"scryfall_oracle_id":"5c4cbf1c-95ee-4555-8351-ea962e17ae1f","metadata":{"source_printing_ids":["27534c8a-cb71-43bc-b706-80a525396222"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rulings":[{"date":"2024-06-07","text":"A card with devoid is just colorless. It's not colorless and the colors of mana in its mana cost."},{"date":"2024-06-07","text":"Devoid doesn't affect the color identity of the card for the purposes of the Commander variant. For example, while Abstruse Appropriation is colorless because it has devoid, its color identity is still white and black, and it can't be included in a Commander deck where the commander's color identity doesn't include both white and black."},{"date":"2024-06-07","text":"Devoid works in all zones, not just on the battlefield."},{"date":"2024-06-07","text":"If a card loses devoid, it will still be colorless. This is because effects that change an object's color (like the one created by devoid) are considered before the object loses devoid."},{"date":"2024-06-07","text":"If a permanent enters the battlefield as a copy of Corrupted Shapeshifter, there will be two copy effects to apply to it. One will copy the values chosen for the Corrupted Shapeshifter being copied. And you'll choose the values for the copy's own enters-the-battlefield replacement effect. The resulting permanent will have the abilities from both effects, and its power and toughness will be determined by the last effect to apply. For example, if a creature entering the battlefield is copying an 0/12 Corrupted Shapeshifter with defender, you could make it a 3/3 or an 0/12, either way with flying and defender."},{"date":"2024-06-07","text":"If an object on the battlefield becomes a copy of Corrupted Shapeshifter, it copies the values determined by its enters-the-battlefield replacement effect."},{"date":"2024-06-07","text":"Other cards and abilities can give a card with devoid a color. If that happens, it's just the new color, not that color and colorless."},{"date":"2024-06-07","text":"While not on the battlefield, Corrupted Shapeshifter is a 0/0 creature card. It doesn't have flying, vigilance, or defender."}],"rarities":["common"]},"cosi's trickster":{"name":"Cosi's Trickster","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent shuffles their library, you may put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Shuffled","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent shuffles their library, you may put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"372633d9-ac74-4630-a1ae-a1906bb2aed0","metadata":{"source_printing_ids":["e1eb7372-481a-44a6-937d-21430ee02ff9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ZEN"],"rulings":[{"date":"2009-10-01","text":"Cosi’s Trickster’s ability triggers when an opponent shuffles their library because that player was instructed to do so by a spell or ability that specifically contains the word “shuffle” in its text or (in the case of a keyword ability) in its rules."},{"date":"2009-10-01","text":"If an opponent’s library is empty or has just a single card in it when a spell or ability instructs that player to shuffle their library, Cosi’s Trickster’s ability will still trigger."},{"date":"2009-10-01","text":"The cascade ability doesn’t cause a player to shuffle their library, even if that player revealed their entire library. The revealed cards are put on the bottom of their owner’s library in a random order, but they’re not “shuffled.”"}],"rarities":["rare"]},"cosima, god of the voyage":{"name":"Cosima, God of the Voyage","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, you may exile Cosima. If you do, it gains \"Whenever a land you control enters, if Cosima is exiled, you may put a voyage counter on it. If you don't, return Cosima to the battlefield with X +1/+1 counters on it and draw X cards, where X is the number of voyage counters on it.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"voyage","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"voyage"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Exile"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, if ~ is exiled, you may put a voyage counter on it. If you don't, return ~ to the battlefield with X +1/+1 counters on it and draw X cards, where X is the number of voyage counters on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Exile"},"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain \"Whenever a land you control enters, if ~ is exiled, you may put a voyage counter on it. If you don't, return ~ to the battlefield with X +1/+1 counters on it and draw X cards, where X is the number of voyage counters on it.\""}],"duration":null,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may exile ~. If you do, it gains \"Whenever a land you control enters, if ~ is exiled, you may put a voyage counter on it. If you don't, return ~ to the battlefield with X +1/+1 counters on it and draw X cards, where X is the number of voyage counters on it.\"","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"648100cd-d44a-48f8-87e4-a1d5467f348c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9b660733-6ed4-49a6-ae4c-e9e4f9c851cf","cd53b61b-3bed-4ca3-baf1-ff1c2f03a88d","fab2fca4-a99f-4ffe-9c02-edb6e0be2358"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PLST","PRM"],"rulings":[{"date":"2021-02-05","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2021-02-05","text":"Cosima's ability triggers only if Cosima is on the battlefield at the beginning of your upkeep, and you may exile Cosima only if it is still on the battlefield as the ability resolves."},{"date":"2021-02-05","text":"If a land enters the battlefield under your control while Cosima is exiled and has the added triggered ability, that ability will trigger. As the ability tries to resolve, it will check to see if Cosima is still in exile. If Cosima has left exile before the ability tries to resolve, it won't resolve and none of its effects will happen. This is true even if Cosima returns to exile before that ability tries to resolve."},{"date":"2021-02-05","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2021-02-05","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2021-02-05","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2021-02-05","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2021-02-05","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2021-02-05","text":"The Omenkeel doesn't allow you to play additional lands during your turn, nor does it allow you to play lands at times you normally can't. In most cases, you'll be able to play only one land from among cards exiled with The Omenkeel during each of your turns."},{"date":"2021-02-05","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2021-02-05","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2021-02-05","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2021-02-05","text":"While the triggered ability Cosima gains is resolving, if you don't put a voyage counter on Cosima, you'll immediately return it to the battlefield and draw cards equal to the number of voyage counters Cosima had on it in exile. Players can't respond to this choice, and no player may take actions during this process."},{"date":"2021-02-05","text":"You can play lands from among cards exiled with The Omenkeel for as long as they remain exiled, even if The Omenkeel leaves the battlefield or another player gains control of it."},{"date":"2021-02-05","text":"You may choose to return Cosima to the battlefield even if it doesn't have any voyage counters on it. If you do, it won't enter with any +1/+1 counters on it and you won't draw any cards."}],"rarities":["rare"]},"cosmic cube":{"name":"Cosmic Cube","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Ward {2}\nWhenever you attack, look at the top six cards of your library. You may cast a spell from among them with mana value less than or equal to the greatest power among attacking creatures you control without paying its mana cost. Put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":6},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":true,"mode":"Cast","constraint":{"type":"ManaValue","data":{"comparator":"LE","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Attacking"}]}}}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ExiledBySource"},"count":{"type":"Fixed","value":0},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"else_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ExiledBySource"},"count":{"type":"Fixed","value":0},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, look at the top six cards of your library. You may cast a spell from among them with mana value less than or equal to the greatest power among attacking creatures you control without paying its mana cost. Put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"0866a630-d962-4aa9-a15f-08b2947540ef","metadata":{"source_printing_ids":["1d49e61f-b6b9-4106-b0ad-cdd4da87bb83","7c5abd50-0eaa-4ecb-9e24-a91f54eb37c4","d1cf1ead-fe91-4328-89ab-6d0bc9ff6cbe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"counterbore":{"name":"Counterbore","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell. Search its controller's graveyard, hand, and library for all cards with the same name as that spell and exile them. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":[],"controller":"ParentTargetController","properties":[{"type":"InAnyZone","zones":["Graveyard","Hand","Library"]},{"type":"SameNameAsParentTarget"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell. Search its controller's graveyard, hand, and library for all cards with the same name as that spell and exile them. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1198ec53-9050-417d-812f-692e1378d346","metadata":{"source_printing_ids":["f4228b80-d87d-4ebe-ae92-04e4a7d0dc43"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DPA","PS11","SHM"],"rulings":[{"date":"2008-05-01","text":"Counterbore has no effect on cards on the battlefield that have the same name as the targeted spell."},{"date":"2008-05-01","text":"If the spell’s controller isn’t the same as its owner (due to Commandeer, for example), it won’t be exiled. The spell is countered and put into its owner’s graveyard. Then the spell’s controller’s graveyard, hand, and library are searched."},{"date":"2008-05-01","text":"If the targeted spell can’t be countered (it’s Vexing Shusher, for example), that spell will remain on the stack. Counterbore will continue to resolve. You still get to search for and exile all other cards with that name."},{"date":"2008-05-01","text":"In most cases, Counterbore will exile the targeted spell. Its first sentence counters the spell, which puts it into its owner’s graveyard. Its second sentence then removes it from the graveyard. However, there are some exceptions to this, as listed below."},{"date":"2008-05-01","text":"The cards you’re searching for must be found if they’re in the graveyard, because that’s a zone everyone can see. Finding those cards in the hand and library is optional, though."}],"rarities":["rare"]},"counterspell":{"name":"Counterspell","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"cc187110-1148-4090-bbb8-e205694a39f5","metadata":{"source_printing_ids":["02da8709-4228-4fed-9d2d-781e686661df","053f724c-c88d-44c0-9902-6400c064640b","0a1b4e2e-5459-4fae-81d9-1e882647daac","0a448077-3b1f-4efd-a606-e3ff40fe1621","0c9a7cb0-5bff-48ff-b620-2838816ac9b5","0df55e3f-14de-46ef-b6b1-616618724d9e","113675bf-4916-4902-a40f-4b587ac0bebe","13c474f7-38f1-4e46-8619-dd2a1b23c158","14b62ca7-2147-422e-97dd-573b474ef97f","180fa82e-9e25-4a9c-b9a7-3e1dffaaa5ea","18388c02-8b29-4f83-877b-706c68a9ee29","1920dae4-fb92-4f19-ae4b-eb3276b8dac7","1b73577a-8ca1-41d7-9b2b-7300286fde43","22b31ea9-f967-4e5a-b293-c7773cc4a0ba","29bb1b85-9444-4bfa-b622-092a6873631c","2a6c681a-2b5f-4c4e-81c3-91e8aba47985","2c358d75-01ad-4487-8104-425124b96aae","3126d20f-1082-4ebc-b2fa-b12be3ba1bac","36f9d5b0-51a5-4faa-a879-b83871ae39cc","379f4020-a58c-484d-9b44-72b200884079","4652c51c-881f-4732-872d-17f60847ef29","47973a25-a600-49ed-b92e-83cdd65be1e3","4a196a26-d03e-4535-940c-0e7976da216d","4dd995aa-6aa1-495e-8d00-37fdbdbdbc7b","4f616706-ec97-4923-bb1e-11a69fbaa1f8","500e6211-c101-43f1-a03a-1750f762deaf","52042404-12db-4914-bfa0-8249a5942088","5323b7eb-976b-49fa-bc95-53337b43f9a3","5932f2dc-3bb6-4f5e-8e8d-c62e7413ac0a","5d93b770-dc46-46ad-aefe-282dac8cc246","610a7782-ffe4-4b1c-bcc2-b3d89357e3da","62504a3f-df9f-4fab-a5fc-50fc39288052","6522cc61-397d-4754-9a7f-9f9d50f85922","68787949-4c50-47a1-a28c-05ea37dd13cd","6ac949a7-51ea-4c7e-ad46-87e5ee88b99b","6c4de9a0-b778-4e58-ab7d-23aeddffc5af","703dc932-3f90-47e9-8d13-aad1b65f1651","71cfcba5-1571-48b8-a3db-55dca135506e","79976df3-e989-4f99-8534-dca962f85e3d","7bd03c80-7812-4704-9e07-9cf73b49c01f","7c3271da-cc20-48c2-ac61-b64a8e47f9e5","7c666b4b-c4ff-40ca-9d16-c76aafebaa83","7e47212d-399e-4121-92d4-9fb0d85767cb","8118282a-1473-4c0b-a283-1f58e0d0209a","8493131c-0a7b-4be6-a8a2-0b425f4f67fb","87284999-8b35-4142-a711-0c9e1bdc8e1a","885b5ca4-b8e4-4a66-9508-a12396959253","8bed211e-f3ec-4e9e-b9a7-0989930dd049","976f36ce-57b0-4364-9009-b3bbf5763050","9e11bf7c-f439-4529-b29a-d711359807ef","a457f404-ddf1-40fa-b0f0-23c8598533f4","a7b5b4b1-1df0-46c4-97ff-f0ca2d1c91fb","aedbcbaa-40f0-485f-8427-778edc2d2ec0","b230b4f7-0e2a-42ba-a780-27c9714b70a2","b975289d-d8b8-46b4-8c60-d6ed4b594519","cca8eb95-d071-46a4-885c-3da25b401806","ce30f926-bc06-46ee-9f35-0cdf09a67043","d14d5ff3-40c0-4f22-91ad-d6c8447cb9e0","dacdd380-71cf-4832-bd02-3697501325f3","e1e48b21-1a4f-4708-a4b4-e2e296df924c","e8493631-6c9c-40a8-b7de-ecf26ba6bf7d","ec4fb462-9226-43cb-862f-7467762e6c8b","ee0d3f5f-7790-4772-bead-5d7114a23e94","f35ec9da-f38b-4b7f-9eb5-090ca7755668","f5c6f284-fc07-4849-8210-80f12f77f518","ffdf9d2a-c163-43df-9a2f-20b8749c86ae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","A25","BRB","BTD","CED","CEI","CMM","CMR","DD2","DMR","DSC","EMA","F05","FBB","FCA","G00","GN3","ICE","JVC","LEA","LEB","MAR","MB2","ME2","ME4","MH2","MMQ","MP2","OMB","PF24","PF26","PLGM","PLST","PMEI","PRM","PTC","PURL","S99","SCD","SLD","SS1","STA","SUM","TMP","TPR","VMA","WC00","WC01","WC02","WC97","WC98"],"rarities":["common","uncommon","rare","mythic","special"]},"country roads":{"name":"Country Roads","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control a Mount or Vehicle.\n{T}: Add {W}.\n{1}{W}, {T}, Sacrifice this land: Create a 1/1 colorless Pilot creature token with \"This token saddles Mounts and crews Vehicles as though its power were 2 greater.\" Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Token","name":"Pilot","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Pilot"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":{"CrewContribution":{"kind":{"PowerDelta":{"delta":2}},"actions":["Saddle","Crew"]}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ saddles Mounts and crews Vehicles as though its power were 2 greater."}]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}{W}, {T}, Sacrifice ~: Create a 1/1 colorless Pilot creature token with \"~ saddles Mounts and crews Vehicles as though its power were 2 greater.\" Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control a Mount or Vehicle.","condition":{"type":"UnlessControlsMatching","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[]}]}},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c5a39f76-dd1b-442c-9f52-08561ecb91ad","metadata":{"related_token_ids":["648bee61-604f-58a2-8beb-11faa77a89af"],"source_printing_ids":["897acd91-12ba-4fa8-a26e-c09f009167a8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"court of ambition":{"name":"Court of Ambition","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, you become the monarch.\nAt the beginning of your upkeep, each opponent loses 3 life unless they discard a card. If you're the monarch, instead each opponent loses 6 life unless they discard two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeMonarch"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you become the monarch.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"Unsupported unless clause","description":"lose 6 life unless they discard two cards (unless: they discard two cards)"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"IsMonarch"}},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"payer":{"type":"ScopedPlayer"}},"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, each opponent loses 3 life unless they discard a card. If you're the monarch, instead each opponent loses 6 life unless they discard two cards.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"652e71a9-e46f-41b3-8695-76b3606b1955","metadata":{"source_printing_ids":["5deb0185-62b3-474b-83a1-25473fdae4fa","b5fcc6b0-778f-4dcd-874e-04549493a6ad"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PRM"],"rulings":[{"date":"2020-11-10","text":"As Court of Ambition's second ability resolves, first the next opponent in turn order chooses whether they are discarding or not. If they are, they choose a card without revealing it (or two cards without revealing them, if you're the monarch), then each other opponent in turn order does the same. Then each chosen card is discarded simultaneously, and finally each player who couldn't or didn't discard loses the appropriate amount of life."},{"date":"2020-11-10","text":"If combat damage dealt to the monarch causes that player to lose the game, the triggered ability that causes the controller of the attacking creature to become the monarch doesn't resolve. In most cases, the controller of the attacking creature will still become the monarch as it is likely their turn."},{"date":"2020-11-10","text":"If the monarch leaves the game during another player's turn, that player becomes the monarch. If the monarch leaves the game during their turn, the next player in turn order becomes the monarch."},{"date":"2020-11-10","text":"If the triggered ability that causes the monarch to draw a card goes on the stack and a different player becomes the monarch before that ability resolves, the first player will still draw the card."},{"date":"2020-11-10","text":"The game starts with no monarch. Once an effect makes one player the monarch, the game will have exactly one monarch from that point forward. As a player becomes the monarch, the current monarch (if any) ceases being the monarch."},{"date":"2020-11-10","text":"There are two inherent triggered abilities associated with being the monarch. These triggered abilities have no source and are controlled by the player who was the monarch at the time the abilities triggered. The full texts of these abilities are \"At the beginning of the monarch's end step, that player draws a card\" and \"Whenever a creature deals combat damage to the monarch, its controller becomes the monarch.\""}],"rarities":["rare"]},"court of cunning":{"name":"Court of Cunning","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, you become the monarch.\nAt the beginning of your upkeep, any number of target players each mill two cards. If you're the monarch, each of those players mills ten cards instead. (To mill a card, a player puts the top card of their library into their graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeMonarch"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you become the monarch.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":10},"target":{"type":"ParentTarget"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"IsMonarch"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of your upkeep, any number of target players each mill two cards. If you're the monarch, each of those players mills ten cards instead.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2ab88c99-aaa0-4a91-9225-0bbfba04b6bc","metadata":{"source_printing_ids":["2f585f52-7b07-4453-b543-9654d314aa36","e60d3606-6f90-43b4-b056-543f7245958f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PRM"],"rulings":[{"date":"2020-11-10","text":"If combat damage dealt to the monarch causes that player to lose the game, the triggered ability that causes the controller of the attacking creature to become the monarch doesn't resolve. In most cases, the controller of the attacking creature will still become the monarch as it is likely their turn."},{"date":"2020-11-10","text":"If the monarch leaves the game during another player's turn, that player becomes the monarch. If the monarch leaves the game during their turn, the next player in turn order becomes the monarch."},{"date":"2020-11-10","text":"If the triggered ability that causes the monarch to draw a card goes on the stack and a different player becomes the monarch before that ability resolves, the first player will still draw the card."},{"date":"2020-11-10","text":"The game starts with no monarch. Once an effect makes one player the monarch, the game will have exactly one monarch from that point forward. As a player becomes the monarch, the current monarch (if any) ceases being the monarch."},{"date":"2020-11-10","text":"There are two inherent triggered abilities associated with being the monarch. These triggered abilities have no source and are controlled by the player who was the monarch at the time the abilities triggered. The full texts of these abilities are \"At the beginning of the monarch's end step, that player draws a card\" and \"Whenever a creature deals combat damage to the monarch, its controller becomes the monarch.\""}],"rarities":["rare"]},"cover of winter":{"name":"Cover of Winter","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Snow"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cumulative upkeep {S} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it. {S} can be paid with one mana from a snow source.)\nIf a creature would deal combat damage to you and/or one or more creatures you control, prevent X of that damage, where X is the number of age counters on this enchantment.\n{S}: Put an age counter on this enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[{"CumulativeUpkeep":{"type":"Mana","cost":{"type":"Cost","shards":["Snow"],"generic":0}}}],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":{"Next":1},"amount_dynamic":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"age"}},"target":{"type":"Any"},"scope":"AllDamage"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Snow"],"generic":0}},"sub_ability":null,"duration":null,"description":"{S}: Put an age counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"Mana","cost":{"type":"Cost","shards":["Snow"],"generic":0}}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f85a157f-d7ec-4e61-97df-2ca851b6c666","metadata":{"source_printing_ids":["91d9bb89-d8f8-4dff-8b94-3f7b8aa8f299"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CSP"],"rulings":[{"date":"2006-07-15","text":"Cover of Winter's replacement effect prevents combat damage creatures would deal to you and to attacking or blocking creatures you control."},{"date":"2006-07-15","text":"If a creature has double strike, Cover of Winter prevents X of the combat damage it would deal during each combat damage step."},{"date":"2006-07-15","text":"If a creature's combat damage is assigned to multiple recipients (for example, if it has trample and is blocked by two creatures, and damage is assigned to each of those creatures and to you), you decide how to divide the prevention effect. You may prevent damage that would be dealt to the first creature, the second creature, and/or you, as long as the total amount of that creature's damage that would be prevented is X."},{"date":"2006-07-15","text":"If multiple creatures would deal combat damage to you and your creatures at the same time, this prevents X of the damage that would be dealt by each of them. This prevention is applied creature by creature. For example, if Cover of Winter has two age counters and you're being attacked by an unblocked 1/1 and an unblocked 4/4, this will prevent 2 of the combat damage that would be dealt by each one. All damage from the 1/1 is prevented and 2 damage from the 4/4 is prevented, meaning you're dealt 2 damage."}],"rarities":["rare"]},"coveted jewel":{"name":"Coveted Jewel","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, draw three cards.\n{T}: Add three mana of any one color.\nWhenever one or more creatures an opponent controls attack you and aren't blocked, that player draws three cards and gains control of this artifact. Untap it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":3},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add three mana of any one color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw three cards.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttackUnblocked","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever one or more creatures an opponent controls attack you and aren't blocked, that player draws three cards and gains control of ~. Untap it.","constraint":null,"condition":null,"batched":true,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"98492d7d-3b9e-4ae1-ac45-1b508d6d2670","metadata":{"source_printing_ids":["06a7ad3b-87d4-47f0-9450-facac00dfe97","0b7726e1-f121-4283-9c54-66509f332f39","278e810d-8a4f-4841-a221-39a24b034355","463f0e1a-ac3f-427b-ab7b-bc6ef47bc6ad","5a70b63b-d7b7-4e3d-83ab-8e7f1efd7a49","5b4ce244-d34f-4e96-9fe5-a0a8cefb92c7","90617b21-821b-4945-89b5-f5d1b57ca3aa","b109077c-4bbc-482d-b876-837c0d5757c3","c3e1d4a4-8e83-41ad-b7c2-8115404d852b","c4c39e75-bd88-44df-885a-44bce54d7dd2","f83ed433-fae3-4fa5-acad-bb8a5b535ce3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","C18","C21","FIC","M3C","MOC","MSC","PLST","PZ2","SCD","SLD"],"rulings":[{"date":"2018-07-13","text":"A creature attacking a planeswalker you control won't cause Coveted Jewel's last ability to trigger."},{"date":"2018-07-13","text":"Coveted Jewel's last ability resolves after blockers are chosen but before combat damage is dealt."},{"date":"2018-07-13","text":"Coveted Jewel's last ability triggers after you declare blockers (or declare no blockers at all) if any attacking creatures are unblocked. It doesn't matter if some attacking creatures were blocked."},{"date":"2018-07-13","text":"If more than one opponent attacks you at the same time, Coveted Jewel's last ability triggers for each of them. You choose which player ends up with Coveted Jewel, but each of them draws three cards and has a chance to activate its mana ability."}],"rarities":["rare"]},"covetous dragon":{"name":"Covetous Dragon","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen you control no artifacts, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you control no artifacts, sacrifice ~.","constraint":null,"condition":{"type":"ControlsNone","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"bf7710cb-70cb-42fb-b840-cc4f385daa7a","metadata":{"source_printing_ids":["c5f37e36-c004-4b89-a668-5cd984c59019","ffb65fe6-1a7a-4357-9567-bbb53cd5266e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["UDS","WC99"],"rulings":[{"date":"2004-10-04","text":"The ability only checks if you control no artifacts at the time it triggers. It does not check again on resolution. So gaining control of an artifact before then will not save the Dragon."},{"date":"2004-10-04","text":"The ability will trigger if you don’t control an artifact, even for a brief moment during the resolution of another spell or ability."}],"rarities":["rare"]},"coward":{"name":"Coward","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature can't block this turn and becomes a Coward in addition to its other types until end of turn.\nTime travel.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"},{"type":"AddSubtype","subtype":"Coward"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block this turn and becomes a Coward in addition to its other types"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TimeTravel"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature can't block this turn and becomes a Coward in addition to its other types until end of turn.\nTime travel.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"21591447-c045-4317-8d0e-705627aa157b","metadata":{"source_printing_ids":["0717b6ee-99f8-4b02-91f4-6ca07a08b2c0","9e389269-deef-4c48-b6d1-c505bf7cc6b3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"split","printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If the target of Killer is illegal as the spell tries to resolve, it won't deal damage to any creatures."},{"date":"2023-10-13","text":"Time counters are usually found on cards with suspend and vanishing, but may be found on other cards as well. Notably, Sagas use lore counters to track their progress, not time counters. You can't move a Saga's chapters forward and backward this way."},{"date":"2023-10-13","text":"To time travel, look at each permanent you control with a time counter on it and each suspended card you own in exile with a time counter on it. For each of them, you choose whether you want to put a time counter on that card or permanent, remove a time counter from it, or do neither. Then those changes all happen simultaneously."}],"rarities":["rare"]},"crackdown construct":{"name":"Crackdown Construct","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you activate an ability of an artifact or creature that isn't a mana ability, this creature gets +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"AnyOf":["Artifact","Creature"]}],"controller":null,"properties":[{"type":"InZone","zone":"Battlefield"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you activate an ability of an artifact or creature that isn't a mana ability, ~ gets +1/+1 until end of turn.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"bccbd5ae-4e3f-43ee-a51b-d0ec2c645238","metadata":{"source_printing_ids":["4a5f3921-cf23-4c38-8ade-8c26ff32dccf","6f1da389-c7ba-4609-bb30-1d2fb7129223","993bc69a-b615-48c5-af81-252a73384e8c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","PIO","PLST"],"rulings":[{"date":"2017-02-09","text":"Activated abilities are written in the form \"Cost: Effect.\" Some keyword abilities, such as equip and crew, are activated abilities and will have colons in their reminder texts."},{"date":"2017-02-09","text":"An ability whose cost is simply {0} can be activated as many times as you'd like. Each activation causes Crackdown Construct's ability to trigger."},{"date":"2017-02-09","text":"An activated mana ability is one that could add mana as it resolves, doesn't have a target, and isn't a loyalty ability."},{"date":"2017-02-09","text":"Crackdown Construct's ability doesn't trigger if you activate an ability of an artifact or creature card not on the battlefield."}],"rarities":["uncommon"]},"cradle of vitality":{"name":"Cradle of Vitality","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, you may pay {1}{W}. If you do, put a +1/+1 counter on target creature for each 1 life you gained.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, you may pay {1}{W}. If you do, put a +1/+1 counter on target creature for each 1 life you gained.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"956250da-532a-4457-8696-73915be56943","metadata":{"source_printing_ids":["4caae1f4-dfb0-466f-9fa6-eb014767e3c8","c5e54ce5-b496-4669-af2b-04a41ba20423"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["ALA","C13","JMP"],"rulings":[{"date":"2008-10-01","text":"Cradle of Vitality triggers just once for each life-gaining event, whether it’s 1 life from Deathgreeter or 8 life from Soul’s Grace. You pay the cost just once, but the targeted creature will get a number of counters equal to the amount of life you gained."},{"date":"2008-10-01","text":"You choose a target when the ability triggers. You don’t choose whether to pay {1}{W} until the ability resolves."},{"date":"2014-02-01","text":"If multiple creatures you control with lifelink deal damage simultaneously, each instance is a single life-gain event and the ability will trigger separately for each of them."}],"rarities":["rare"]},"craterhoof behemoth":{"name":"Craterhoof Behemoth","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen this creature enters, creatures you control gain trample and get +X/+X until end of turn, where X is the number of creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample and get +X/+X"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, creatures you control gain trample and get +X/+X until end of turn, where X is the number of creatures you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8c52bd39-0586-48ca-b263-17210cf9feb6","metadata":{"source_printing_ids":["036f9ba6-6bd1-4be8-b584-f67308e8c60d","0e172790-7ab4-4dea-9439-e3cedd3e5cab","2750bee4-7dfa-4128-989c-5f81af1b322a","276f5cee-a501-4658-bd4d-7a044bf1ccbc","44afd414-cc69-4888-ba12-7ea87e60b1f7","640be32d-dcc8-408a-b8a6-077472f1e70b","777bb4ba-a821-4a83-a9e2-8827e7eff98f","a249be17-73ed-4108-89c0-f7e87939beb8","c13f37b1-48ff-45b5-8625-d089073ca90b","c34d66f5-e782-425c-9260-e8989a9cf50b","c966c8a0-e73d-4484-9307-a793a65222ea","e8f4435a-8604-45b5-a537-dfdfcb922e16"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["AVR","CMM","INR","JMP","MM3","PTDM","SLD","TDM"],"rulings":[{"date":"2025-04-04","text":"Craterhoof Behemoth’s triggered ability affects only creatures you control at the time it resolves. Creatures you begin to control later in the turn won’t gain trample and get +X/+X."},{"date":"2025-04-04","text":"The value of X is calculated only once, as Craterhoof Behemoth’s last ability resolves."}],"rarities":["mythic"]},"creeping peeper":{"name":"Creeping Peeper","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eye"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {U}. Spend this mana only to cast an enchantment spell, unlock a door, or turn a permanent face up.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]},"restrictions":[{"Any":[{"SpellType":"Enchantment"},"UnlockDoor","TurnPermanentFaceUp"]}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}. Spend this mana only to cast an enchantment spell, unlock a door, or turn a permanent face up.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"acf22340-7ff9-443f-a846-c44bb5a3f4e7","metadata":{"source_printing_ids":["7ad59368-1335-4d8e-a254-ccd889933e57"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"Mana produced by Creeping Peeper's activated ability can be used to pay morph or disguise costs when turning a face-down permanent face up or to pay costs associated with turning a manifested or cloaked permanent face up."}],"rarities":["common"]},"crosis's catacombs":{"name":"Crosis's Catacombs","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Lair"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this land enters, sacrifice it unless you return a non-Lair land you control to its owner's hand.\n{T}: Add {U}, {B}, or {R}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Blue","Black","Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}, {B}, or {R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you return a non-Lair land you control to its owner's hand.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"ReturnToHand","count":1,"filter":{"type":"Typed","type_filters":["Land",{"Non":{"Subtype":"Lair"}}],"controller":"You","properties":[]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"e9a7dede-3968-4b0e-a707-419d46a6fec9","metadata":{"source_printing_ids":["52ce462b-e4de-4972-9e96-2e3d3a20d1fc","7caad74f-c0d0-4eca-94be-b89a2c9a3980"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["DMR","PLS"],"rulings":[{"date":"2004-10-04","text":"If you don't want to unsummon a land, you can play this card then tap it for mana before the enters ability resolves. You may then choose to sacrifice it instead of unsummoning a land."},{"date":"2004-10-04","text":"You can return a land that is tapped or untapped."},{"date":"2005-08-01","text":"This land is of type \"Lair\" only; other subtypes have been removed. It is not a basic land."}],"rarities":["uncommon"]},"crossway troublemakers":{"name":"Crossway Troublemakers","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Attacking Vampires you control have deathtouch and lifelink. (Any amount of damage they deal to a creature is enough to destroy it. Damage dealt by those creatures also causes their controller to gain that much life.)\nWhenever a Vampire you control dies, you may pay 2 life. If you do, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Vampire"}],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Vampire you control dies, you may pay 2 life. If you do, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Vampire"}],"controller":"You","properties":[{"type":"Attacking"}]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking Vampires you control have deathtouch and lifelink."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1a362e4d-6c02-4b67-ab63-c6622e505195","metadata":{"source_printing_ids":["03a5e19c-4cb8-4bd7-923c-4db747dc6ca3","38a61199-7471-4568-bc86-b8cc48b91c2c","431711c5-c04f-4d34-97c9-5199cfbf9da9","74b7a5dc-da8f-49dd-8182-45b851335be4","95ef4f86-9b96-4181-9442-44adce180984"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J25","LCC","PRM","VOC"],"rulings":[{"date":"2021-11-19","text":"You may pay 2 life only once for each Vampire that dies. You can't pay multiple times for the same triggered ability and draw multiple cards."}],"rarities":["rare"]},"crovax the cursed":{"name":"Crovax the Cursed","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Noble"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Crovax enters with four +1/+1 counters on it.\nAt the beginning of your upkeep, you may sacrifice a creature. If you do, put a +1/+1 counter on Crovax. If you don't, remove a +1/+1 counter from Crovax.\n{B}: Crovax gains flying until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{B}: ~ gains flying until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may sacrifice a creature. If you do, put a +1/+1 counter on ~. If you don't, remove a +1/+1 counter from ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":4},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with four +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e1b74ef7-ab6b-4d40-8087-3f3a448b7e0a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["487e843f-b710-452c-93fe-fce3f90a4d1c","88a9b76d-6ce1-40d4-bc04-7ae6237f5eaf","dc47db98-65c8-42d0-a056-d535df07b3f8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["STH","TPR","VMA"],"rulings":[{"date":"2004-10-04","text":"Crovax can sacrifice itself to its upkeep triggered ability."},{"date":"2004-10-04","text":"If you choose not to sacrifice a creature and he has no +1/+1 counters, then nothing bad happens. Note that some other effect must be keeping him alive if he has no counters."},{"date":"2004-10-04","text":"You can only sacrifice one creature to it each turn."}],"rarities":["rare"]},"crowd-control warden":{"name":"Crowd-Control Warden","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Centaur","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"As this creature enters or is turned face up, put X +1/+1 counters on it, where X is the number of other creatures you control.\nDisguise {3}{G/W}{G/W} (You may cast this card face down for {3} as a 2/2 creature with ward {2}. Turn it face up any time for its disguise cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Disguise":{"type":"Cost","shards":["GreenWhite","GreenWhite"],"generic":3}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters or is turned face up, put X +1/+1 counters on it, where X is the number of other creatures you control.","condition":null,"destination_zone":"Battlefield"},{"event":"TurnFaceUp","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters or is turned face up, put X +1/+1 counters on it, where X is the number of other creatures you control.","condition":null}],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"439e59ab-0350-4729-9352-60e697eaa78d","metadata":{"source_printing_ids":["cdf0578f-4966-4ecd-81e1-83ae13126f13"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"A disguise ability lets you cast a card face down by paying {3} and announcing that you are using a disguise ability. Any time you have priority, you can turn a face-down permanent with disguise face up by paying its disguise cost."},{"date":"2024-02-02","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-02-02","text":"Any time you have priority, you may turn the face-down creature face up by revealing what its disguise cost is and paying that cost. This is a special action. It doesn't use the stack and can't be responded to. Only a face-down permanent can be turned face up this way; a face-down spell cannot."},{"date":"2024-02-02","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-02-02","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-02-02","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-02-02","text":"If Crowd-Control Warden enters the battlefield at the same time as one or more creatures, those creatures won't count for the purposes of Crowd-Control Warden's first ability."},{"date":"2024-02-02","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise ability because it will no longer have a disguise ability (or a disguise cost) once face up."},{"date":"2024-02-02","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-02-02","text":"The creature spell is a 2/2 creature spell with ward {2} that has no name, mana cost, or creature types. The resulting creature is a 2/2 creature with ward {2} that has no name, mana cost, or creature types. Both the spell and the resulting creature are colorless and have a mana value of 0. Other effects that apply to the spell or creature can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-02-02","text":"The face-down spell has no mana cost and a mana value of 0. When you cast a face-down spell, put it on the stack face down so no other player knows what it is, and pay {3} to cast it. This is an alternative cost."},{"date":"2024-02-02","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-02-02","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered the battlefield should remain clear, as well as what ability caused them to be face down. (This includes disguise, cloak, and in games involving older cards, morph and manifest, as well as a few other effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["common"]},"crucible of worlds":{"name":"Crucible of Worlds","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may play lands from your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Play"}},"affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands from your graveyard."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"33c722cf-b4bf-431f-aefd-ee96241a7fbf","metadata":{"source_printing_ids":["0dccb71b-a25a-4ef8-b2ab-716fd38dcc0b","20b7357c-7afc-466a-b74c-a7a8a4c5a4b1","2f314ca8-19fa-4cc9-9d23-c280de3b79bc","312a6058-de08-487d-95bd-b3c56807fdd6","43ca51fb-46f9-42c1-8e2f-442c9425adfb","57fb8472-b7ff-4d70-998f-7628eae979bd","5d7ef391-60d7-41cd-b3fe-d1ce250e807a","7f4893ef-f983-418b-b7a4-5f073c844545","eb28b35c-28a5-4042-b21d-6d43658a16eb","ef970bfc-462d-4998-9366-eed160ab57da","f85f213d-6e94-47ab-84e1-0abd0fdfebdf","fcc887b1-299e-49f2-94ab-7c3fb24b1432"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2X2","5DN","J13","M19","MPS","PIP","PM19","PRM","PWOR","SLD"],"rulings":[{"date":"2018-07-13","text":"Crucible of Worlds doesn't allow you to activate abilities (such as cycling) of land cards in your graveyard."},{"date":"2018-07-13","text":"Crucible of Worlds doesn't change the times when you can play those land cards. You can still play only one land per turn, and only during your main phase when you have priority and the stack is empty."}],"rarities":["rare","mythic","special"]},"cruel alliance":{"name":"Cruel Alliance","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 2 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 2 or more.)\nExile target creature with mana value 3 or less. If this spell was cast using teamwork, instead exile target creature and you gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":2}],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature with mana value 3 or less. If this spell was cast using teamwork, instead exile target creature and you gain 3 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6897f9e0-f654-4c0a-9fda-2ad4e264bf9a","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["d895d5a1-d382-438b-8551-e142bb5142af"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"cruel feeding":{"name":"Cruel Feeding","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Strive — This spell costs {2}{B} more to cast for each target beyond the first.\nAny number of target creatures each get +1/+0 and gain lifelink until end of turn. (Damage dealt by a creature with lifelink also causes its controller to gain that much life.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+0 and gain lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Any number of target creatures each get +1/+0 and gain lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ef60bb5b-7cf5-4b4d-a725-4531fc0c852a","strive_cost":{"type":"Cost","shards":["Black"],"generic":2},"metadata":{"source_printing_ids":["a53624ee-2925-4a56-8706-e278db5d963d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["JOU"],"rulings":[{"date":"2014-04-26","text":"If a spell or ability allows you to cast a strive spell without paying its mana cost, you must pay the additional costs for any targets beyond the first."},{"date":"2014-04-26","text":"If all of the spell's targets are illegal when the spell tries to resolve, it won't resolve and none of its effects will happen. If one or more of its targets are legal when it tries to resolve, the spell will resolve and affect only those legal targets. It will have no effect on any illegal targets."},{"date":"2014-04-26","text":"If such a spell is copied, and the effect that copies the spell allows a player to choose new targets for the copy, the number of targets can't be changed. The player may change any number of the targets, including all of them or none of them. If, for one of the targets, the player can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2014-04-26","text":"The mana cost and mana value of strive spells don't change no matter how many targets they have. Strive abilities affect only what you pay."},{"date":"2014-04-26","text":"You choose how many targets each spell with a strive ability has and what those targets are as you cast it. It's legal to cast such a spell with no targets, although this is rarely a good idea. You can't choose the same target more than once for a single strive spell."}],"rarities":["common"]},"cruel reality":{"name":"Cruel Reality","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, that player sacrifices a creature or planeswalker of their choice. If the player can't, they lose 5 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"ScopedPlayer","properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":5},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, that player sacrifices a creature or planeswalker of their choice. If the player can't, they lose 5 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2e3cc9b6-7849-4385-a487-c8f5364174e7","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Enchant player\nAt the beginning of enchanted player's upkeep, that player sacrifices a creature or planeswalker of their choice. If the play","line_index":0}],"metadata":{"source_printing_ids":["06a91cf5-4eab-4d9b-90bd-fb933bb00540","ee5ba8e9-869e-4f68-b668-8ef03929ff3f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PAKH"],"rulings":[{"date":"2017-04-18","text":"The enchanted player can’t choose to lose 5 life if they have a creature or planeswalker that can be sacrificed."},{"date":"2017-04-18","text":"The enchanted player chooses a permanent to sacrifice from among the creatures and planeswalkers that player controls. You don’t choose which type of permanent the player has to sacrifice."},{"date":"2018-01-19","text":"There are many important moments in the story, but the most crucial—called “story spotlights”—are shown on cards. These cards have the Planeswalker symbol in their text box; this symbol has no effect on gameplay. You can read more about these events in the official Magic fiction at http://www.mtgstory.com."}],"rarities":["mythic"]},"crumble to dust":{"name":"Crumble to Dust","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Devoid (This card has no color.)\nExile target nonbasic land. Search its controller's graveyard, hand, and library for any number of cards with the same name as that land and exile them. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":["Devoid"],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"NotSupertype","value":"Basic"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","source_zones":["Graveyard","Hand","Library"],"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"SameNameAsParentTarget"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2147483647}},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"ParentTargetController","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target nonbasic land. Search its controller's graveyard, hand, and library for any number of cards with the same name as that land and exile them. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetColor","colors":[]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[],"color_override":[],"color_identity":["Red"],"scryfall_oracle_id":"c13da0f4-917f-4e07-b484-21cb4bec4da6","metadata":{"source_printing_ids":["63352c11-807d-4878-a975-02ef451c3184","c47e83be-e5f4-479f-a7ab-60f1d0ef9be9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BFZ","PIO"],"rulings":[{"date":"2015-08-25","text":"A card with devoid is just colorless. It’s not colorless and the colors of mana in its mana cost."},{"date":"2015-08-25","text":"Cards with devoid use frames that are variations of the transparent frame traditionally used for Eldrazi. The top part of the card features some color over a background based on the texture of the hedrons that once imprisoned the Eldrazi. This coloration is intended to aid deckbuilding and game play."},{"date":"2015-08-25","text":"Devoid works in all zones, not just on the battlefield."},{"date":"2015-08-25","text":"If a card loses devoid, it will still be colorless. This is because effects that change an object’s color (like the one created by devoid) are considered before the object loses devoid."},{"date":"2015-08-25","text":"Other cards and abilities can give a card with devoid color. If that happens, it’s just the new color, not that color and colorless."},{"date":"2015-08-25","text":"You may leave any cards with that name in the player’s graveyard, hand, or library. You don’t have to exile them."}],"rarities":["uncommon"]},"crumbling sanctuary":{"name":"Crumbling Sanctuary","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If damage would be dealt to a player, that player exiles that many cards from the top of their library instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"PostReplacementDamageTarget"},"count":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If damage would be dealt to a player, that player exiles that many cards from the top of their library instead.","condition":null,"damage_target_filter":{"Player":{"player":{"type":"Any"}}},"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"scryfall_oracle_id":"f9269fda-e1e6-4e10-9a64-26e8c0f38b0c","metadata":{"source_printing_ids":["c8473918-46f5-4b72-9eb3-bd31f7a2602e","d8fa6d6c-c1cd-46f3-8430-94f67be55bf7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ","WC00"],"rulings":[{"date":"2004-10-04","text":"If you have no cards in your library, then damage done to you will have no effect since it will get changed into a removal that can’t happen."},{"date":"2004-10-04","text":"The ability affects all players."}],"rarities":["rare"]},"cry of contrition":{"name":"Cry of Contrition","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player discards a card.\nHaunt (When this spell card is put into a graveyard after resolving, exile it haunting target creature.)\nWhen the creature this card haunts dies, target player discards a card.","non_ability_text":null,"flavor_name":null,"keywords":["Haunt"],"abilities":[{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":"Target player discards a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"HauntedCreatureDies","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When the creature this card haunts dies, target player discards a card.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileHaunting","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.55a: Exile it haunting target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Stack","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.55a: When this spell is put into a graveyard during its resolution, exile it haunting target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2b455d6a-dfee-4828-8873-094caf85c584","metadata":{"source_printing_ids":["62016f24-3f40-406b-8e29-30a6545d0fc1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["GPT"],"rarities":["common"]},"cryptex":{"name":"Cryptex","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Collect evidence 3: Add one mana of any color. Put an unlock counter on this artifact. (To collect evidence 3, exile cards with total mana value 3 or greater from your graveyard.)\nSacrifice this artifact: Surveil 3, then draw three cards. Activate only if this artifact has five or more unlock counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"CollectEvidence","amount":3}]},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"unlock","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}, Collect evidence 3: Add one mana of any color. Put an unlock counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Surveil","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Sacrifice ~: Surveil 3, then draw three cards. Activate only if ~ has five or more unlock counters on it.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"SourceHasCounterAtLeast","counter_type":"unlock","count":5}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8186a992-9065-4a7f-bb00-1c20e01e8fb6","metadata":{"source_printing_ids":["17938b40-a4a3-4150-a94c-ecddbed3ccfc","f92a2563-6cfb-4d12-9513-b44d1a7a20ab"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"Cryptex's first ability is a mana ability. It doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."}],"rarities":["rare"]},"cryptic command":{"name":"Cryptic Command","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two —\n• Counter target spell.\n• Return target permanent to its owner's hand.\n• Tap all creatures your opponents control.\n• Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"All"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a3e51a35-09df-4189-b131-08a21e6a557d","modal":{"min_choices":2,"max_choices":2,"mode_count":4,"mode_descriptions":["Counter target spell.","Return target permanent to its owner's hand.","Tap all creatures your opponents control.","Draw a card."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["007b8395-2725-4eb8-9e44-c7eb419fd319","0183c540-9b05-4e65-b2a5-b062754020da","02fe76b0-86eb-4f5b-8877-657cb8a37fc3","2aafb336-609e-425b-b4b6-9dc7d791f0cb","30f6fca9-003b-4f6b-9d6e-1e88adda4155","7b182d1f-be0f-4b97-bca3-083483f7713c","829e3d6e-5d7c-4cc4-a7a6-7cbf5a7442ba","a2a384c1-a05f-4f00-bd77-f897d9819971","db764c69-9cbd-4fcf-aff6-bc6a60ef1051"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","IMA","LRW","MM2","MMA","MP2","P09","PLST","PPRO","PRM","SLD"],"rulings":[{"date":"2017-11-17","text":"Look at both chosen modes to determine how many targets Cryptic Command has, if any. If it has at least one target, and all its targets are illegal when it tries to resolve, then it won’t resolve and none of its effects will happen. For example, if you choose the second and fourth modes, and the permanent is an illegal target when Cryptic Command tries to resolve, you won’t draw a card."},{"date":"2017-11-17","text":"You choose both modes as you cast Cryptic Command. You must choose two different modes."}],"rarities":["rare","special"]},"crystal skull, isu spyglass":{"name":"Crystal Skull, Isu Spyglass","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nYou may play historic lands and cast historic spells from the top of your library. (Artifacts, legendaries, and Sagas are historic.)\n{T}: Add {U}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Play","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Historic"}]},{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Historic"}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play historic lands and cast historic spells from the top of your library."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b1f8eb7b-7e01-4bf8-a557-64e16a6052af","metadata":{"source_printing_ids":["1068ed8a-a062-4249-802d-6f4070992de0","b10fa72b-6742-4b65-8654-ac70b6240e38","be26a459-2595-44ed-a875-1163942b3656"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ACR"],"rulings":[{"date":"2024-07-05","text":"A card, spell, or permanent is historic if it has the legendary supertype, the artifact card type, or the Saga subtype. Having two of those qualities doesn’t make an object more historic than another or provide an additional bonus—an object either is historic or it isn’t."},{"date":"2024-07-05","text":"An ability that triggers “whenever you cast a historic spell” doesn’t trigger if a historic card is put onto the battlefield without being cast."},{"date":"2024-07-05","text":"If the top card of your library changes while you’re casting a spell, playing a land, or activating an ability, you can’t look at the new top card until you finish doing so. This means that if you cast a spell from the top of your library, you can’t look at the next one until you’re done paying for that spell."},{"date":"2024-07-05","text":"If the top card of your library is a historic card with a disguise or morph ability, you can’t cast it face down from the top of your library with the permission granted by Crystal Skull because the resulting spell would not be a historic spell."},{"date":"2024-07-05","text":"Lands are never cast, so abilities that trigger “whenever you cast a historic spell” won’t trigger if you play a legendary land. They also won’t trigger if a card on the battlefield transforms into a card with the legendary supertype, the artifact card type, or the Saga subtype."},{"date":"2024-07-05","text":"Some abilities trigger “whenever you cast a historic spell.” Such an ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2024-07-05","text":"You can look at the top card of your library whenever you want (with one restriction; see below), even if you don’t have priority. This action doesn’t use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2024-07-05","text":"You must pay all costs and follow all timing rules for spells cast from the top of your library this way."}],"rarities":["rare"]},"crystalline sliver":{"name":"Crystalline Sliver","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"All Slivers have shroud. (They can't be the targets of spells or abilities.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Slivers have shroud."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"ba3aa1eb-722a-47d3-83be-96daddb50265","metadata":{"source_printing_ids":["06551990-713c-4b8b-bebb-4e849babb5bb","8c10b48a-f21c-4f4a-84d1-2beedef05270","a0c7f341-c61e-491d-850a-221c6a57ac64","d30d18c1-65a2-447a-9ebd-194e74e46015","e6a1b96a-ff75-4b4c-aea7-b41d9f9ac710"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["CMM","F03","H09","PLST","PRM","SLD","STH","TPR"],"rulings":[{"date":"2004-10-04","text":"The ability only applies while this card is on the battlefield."},{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn’t provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it’s no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."}],"rarities":["uncommon","rare"]},"cult conscript":{"name":"Cult Conscript","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Skeleton","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature enters tapped.\n{1}{B}: Return this card from your graveyard to the battlefield. Activate only if a non-Skeleton creature died under your control this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{B}: Return this card from your graveyard to the battlefield. Activate only if a non-Skeleton creature died under your control this turn.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Skeleton"}}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}}}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e5762815-5fc3-4ae7-abee-69f27c5e4e90","metadata":{"source_printing_ids":["fed77513-94ab-44e2-b9a1-30ba927cd6ee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU"],"rulings":[{"date":"2022-09-09","text":"Creature tokens that die are put into your graveyard as normal (and cease to exist soon after). If a non-Skeleton creature token died this turn, it satisfies the activation restriction."},{"date":"2022-09-09","text":"Similarly, Cult Conscript didn't need to be any specific zone at the time that creature died."},{"date":"2022-09-09","text":"The creature that died doesn't have to still be in its owner's graveyard to satisfy the activation restriction."}],"rarities":["uncommon"]},"cultivate":{"name":"Cultivate","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for up to two basic land cards, reveal those cards, put one onto the battlefield tapped and the other into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2}},"reveal":true,"split":{"primary_destination":"Battlefield","primary_count":1,"primary_enter_tapped":true,"rest_destination":"Hand"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for up to two basic land cards, reveal those cards, put one onto the battlefield tapped and the other into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b755881-a72d-4e21-a369-d2924eb4585a","metadata":{"source_printing_ids":["075cac04-9397-4edb-b49a-485dd58dcae1","0c5f5297-fe94-44df-9004-427640196afd","2c7b84c8-b79d-4d05-8d2e-23657bd6ca7c","2d378437-4fc1-4004-a49a-98d7bac36ef5","2ef3dbe4-5c03-4be4-ab48-45b6689b6712","31233339-c5ec-40fb-badd-94ef7f0ff7c0","3217b813-7c21-473c-b65b-5766b0dc7803","44a70f85-2909-49f5-8e11-8fc806dce3b2","46419c85-c476-42b8-979f-143b45c6819b","47086c14-f451-47da-845b-2a256930d067","4791c571-289e-4c7a-b642-04f12a1c2200","4824ad7c-e533-4357-b486-9e908721db65","4a433310-3fe2-4156-864d-7a6b2638340b","4d36559d-3b91-46e4-bc39-c489842adcbf","56b34b52-7a67-44b4-82e7-2860729ba410","5a108064-8143-4b20-a5a2-eeb3b80af82f","5e6cdd3d-f9c5-4303-b56f-e7f6260e36f4","66a82a81-9b3e-421c-b916-15f40f359bf8","684063e2-c9a5-4e7c-b702-94e3e114d063","69c90a17-42ad-4f27-ab1b-3790bc0813b3","6bb4dff5-4486-4ba5-9b85-9f005d988108","6d204fda-c4c4-456c-900a-a67fa9ce3b5d","782ec69b-89c5-484e-a5ce-9cbea75dcc3e","7ee610ee-7711-4a6b-b441-d6c73e6ef2b4","83d1a3a2-4f2d-4f5f-9270-7c771d2c91b1","8960ee5f-1109-4569-9191-be68a2c0f7d5","8bc964b1-26bc-4dd2-99e3-4f421c2f8e67","8c97fe96-f30a-41ef-9d80-dd83207d14a4","a3889ea3-b7e0-446e-a8af-be284198a758","af9a4b1e-f6c0-489b-878b-533dd46cdd1a","b149d9f6-c337-43cd-8f9e-1f864d039d9c","b3896717-1e46-4aa2-88b7-1c4fe76edde1","b8386ca9-0359-4a18-abea-0cb0e955a947","bd71a79c-59aa-459d-bd38-8c180af0835f","bffc7f45-6f2c-401a-83a6-b36ce3e1948e","c6396ba2-ea82-4ca8-9848-08751a1bf45a","d6a8f239-0e6c-4454-a2f7-f1a8351864d5","e180e418-f62e-4b4b-a07a-bdc523a6addb","e19cd136-0541-4db0-997f-20a58ec8d028","e60deb92-f7dd-4f4e-9036-e47dd586f985","e903f265-a644-421f-a956-b470831d94fd","ea325c2c-36cb-46c5-b410-a3ee0b15e638","ef49fe58-9839-44e1-934d-ff744d3da35a","f1cc00f9-ae7b-4f7b-95f2-bc5c00e4bd72","f6eecb56-d5a3-4c2b-a479-dbec61da9fb4","faf2ef91-fb95-4cc0-a2a6-53fac5cd807d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["40K","A25","AFC","BLC","C13","C16","C17","C18","C19","C20","C21","CLB","CM2","CMD","CMM","CMR","DMC","DSC","E01","ECC","EOC","F11","FIC","J22","LCC","LTC","M11","M21","MOC","MSC","NCC","ONC","PC2","PCA","PIP","PLST","PRM","PW23","PZ1","SCD","SLD","SOC","STA","TDC","TMC","WHO"],"rulings":[{"date":"2010-08-15","text":"If you choose to find only one basic land card, you put it onto the battlefield tapped."}],"rarities":["common","uncommon","rare"]},"cultivator of blades":{"name":"Cultivator of Blades","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Artificer"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Fabricate 2 (When this creature enters, put two +1/+1 counters on it or create two 1/1 colorless Servo artifact creature tokens.)\nWhenever this creature attacks, you may have other attacking creatures get +X/+X until end of turn, where X is this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":[{"Fabricate":2}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may have other attacking creatures get +X/+X until end of turn, where X is ~'s power.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put 2 +1/+1 counters on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Servo","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Servo"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create 2 1/1 colorless Servo artifact creature tokens","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.123a: Fabricate 2 — when this permanent enters, put 2 +1/+1 counters on it or create 2 1/1 colorless Servo artifact creature tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ca4c0945-7035-47dc-aba8-fbda351d9b7b","metadata":{"related_token_ids":["150509ae-ac3b-5e5a-9670-0cc97ab89d4e","68bd91de-37f6-5ccd-af36-3bfc97606e1c"],"source_printing_ids":["5d21d35b-1b4e-43aa-8fb7-0dd7a2fa91a1","c2e6e8a1-2e69-43de-964d-72f722439d4a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["KHC","KLD","PKLD","PRM"],"rulings":[{"date":"2016-09-20","text":"Fabricate doesn't cause the creature with the ability to enter the battlefield with +1/+1 counters already on it. For example, Weaponcraft Enthusiast will enter the battlefield as a 0/1 creature, then its fabricate ability goes on the stack. Players may take actions (such as casting instants) while the ability is waiting to resolve."},{"date":"2016-09-20","text":"If you can't put +1/+1 counters on the creature for any reason as fabricate resolves (for instance, if it's no longer on the battlefield), you just create Servo tokens."},{"date":"2016-09-20","text":"The value of X is determined as Cultivator of Blades's last ability resolves. It won't change later, even if its power changes. If Cultivator of Blades is no longer on the battlefield, use its power as it last existed on the battlefield to determine the value of X."},{"date":"2016-09-20","text":"You choose whether or not to have your other attacking creatures get +X/+X as Cultivator of Blades's triggered ability resolves, not as you put it onto the stack."},{"date":"2016-09-20","text":"You choose whether to put +1/+1 counters on the creature or create Servo tokens as the fabricate ability is resolving. No player may take actions between the time you choose and the time that counters are added or tokens are created."},{"date":"2017-07-14","text":"If this creature's power is negative as its ability resolves, X is considered to be 0."}],"rarities":["rare"]},"cumber stone":{"name":"Cumber Stone","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures your opponents control get -1/-0.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures your opponents control get -1/-0."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"49199997-65cd-4cb9-bdd6-74c93c1f6b5a","metadata":{"source_printing_ids":["7963ff52-1897-4f62-a91d-b0eaf155fce9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CON"],"rarities":["uncommon"]},"cunning rhetoric":{"name":"Cunning Rhetoric","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent attacks you and/or one or more planeswalkers you control, exile the top card of that player's library. You may play that card for as long as it remains exiled, and you may spend mana as though it were mana of any color to cast it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AttackersDeclared","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":false,"mode":"Play"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"SpendManaAsAnyColor":{}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"spend mana as though it were mana of any color to cast it"}],"duration":null,"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"it remains exiled"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever an opponent attacks you and/or one or more planeswalkers you control, exile the top card of that player's library. You may play that card for as long as it remains exiled, and you may spend mana as though it were mana of any color to cast it.","constraint":null,"condition":null,"batched":true,"attack_target_filter":"PlayerOrPlaneswalker"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e7eb7ac8-08ab-419b-8508-987afd0bb93b","metadata":{"source_printing_ids":["1873ad15-e633-4858-8f6b-4cc3e561725f","356d9d36-cf03-41f2-abfa-eb45176ce18d","4a163794-db93-4cf6-a2ea-1af288109dc1","879ce7b1-535f-4d74-8409-9d358bf989c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","CMM","OTC","PRM"],"rulings":[{"date":"2021-04-16","text":"If you play a card this way, it leaves exile and becomes a new object. If it returns to exile later in the turn, you can't play it again."},{"date":"2021-04-16","text":"You must follow the normal timing permissions and restrictions for the exiled card. If it's a land, you can't play it unless you have land plays available."},{"date":"2021-04-16","text":"You'll still pay all costs for a spell cast this way, including additional costs. You may also pay alternative costs if any are available."}],"rarities":["rare"]},"curiosity":{"name":"Curiosity","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nWhenever enchanted creature deals damage to an opponent, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"AttachedTo"},"description":"Whenever enchanted creature deals damage to an opponent, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"223fa044-d387-4884-bf4e-75f1b61c6a46","metadata":{"source_printing_ids":["0ab3abab-70b9-4eec-be61-80f41d6a275b","2433b8e1-749b-4086-8819-e45e65e9df7c","4b47cada-7f7d-4da9-a1a9-886fcde8f5d4","566ac9ab-f62f-4bc9-bb5b-8f8c7e397e0a","96056dc1-b989-4c87-8ad9-7a9dd99dd7fc","ae15ef61-37dc-46a2-891f-7748996e399d","b212c36a-6d1f-4217-b384-1c2b0e07b68a","c5a0be10-c20f-4ac0-89a5-1770ecf48aad","f9307a91-5d9b-4f42-8481-180d96ac41e9","fdd040ac-7e96-4082-a2d9-13d7dd26829e","fee17ef5-7e1a-42ae-b680-df81204df7dd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["8ED","A25","EXO","ISD","JMP","PLST","SLD","TPR","WOT"],"rulings":[{"date":"2011-09-22","text":"\"You\" refers to the controller of Curiosity, which may be different from the controller of the enchanted creature. \"An opponent\" refers to an opponent of Curiosity's controller."},{"date":"2011-09-22","text":"Any damage dealt by the enchanted creature to an opponent will cause Curiosity to trigger, not just combat damage."},{"date":"2023-09-01","text":"Curiosity doesn't trigger if the enchanted creature deals damage to a planeswalker or to a battle."},{"date":"2023-09-01","text":"If you control Curiosity and it's enchanting an opponent's creature, you won't draw a card when that creature deals damage to you. The creature has to deal damage to one of your opponents for the ability to trigger."},{"date":"2023-09-01","text":"You draw one card each time the enchanted creature deals damage to an opponent, no matter how much damage it deals."}],"rarities":["uncommon","rare"]},"curious colossus":{"name":"Curious Colossus","mana_cost":{"type":"Cost","shards":["White","White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant","Warrior"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, each creature target opponent controls loses all abilities, becomes a Coward in addition to its other types, and has base power and toughness 1/1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"TargetOpponent","properties":[]},"modifications":[{"type":"RemoveAllAbilities"},{"type":"SetPower","value":1},{"type":"SetToughness","value":1},{"type":"AddSubtype","subtype":"Coward"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose all abilities, becomes a Coward in addition to its other types, and has base power and toughness 1/1"}],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, each creature target opponent controls loses all abilities, becomes a Coward in addition to its other types, and has base power and toughness 1/1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c8de2e1b-f2fa-4b6a-a3c5-9811c7f5f051","metadata":{"source_printing_ids":["582b6e5d-0bab-471d-af4d-19438c5fd524","aef1f79b-c536-4bf3-ab71-0a812c4c0728"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Curious Colossus's ability overwrites all previous effects that set an affected creature's base power and toughness to specific values. Any power- or toughness-setting effects that start to apply after the ability resolves will overwrite this effect."},{"date":"2025-11-17","text":"Effects that modify a creature's power and/or toughness, such as the effect of Appeal to Eirdu, will apply to the creature no matter when they started to take effect. The same is true for any counters that change its power and/or toughness and effects that switch its power and toughness."},{"date":"2025-11-17","text":"If one of the affected creatures gains an ability after Curious Colossus's ability resolves, it will keep that ability."},{"date":"2025-11-17","text":"The effects of Curious Colossus's ability apply only to creatures the target opponent controls as the ability resolves. Creatures they begin to control later won't be affected."},{"date":"2025-11-17","text":"The effects of Curious Colossus's ability last indefinitely. They don't expire during the cleanup step or when Curious Colossus leaves the battlefield."}],"rarities":["mythic"]},"curious obsession":{"name":"Curious Obsession","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +1/+1 and has \"Whenever this creature deals combat damage to a player, you may draw a card.\"\nAt the beginning of your end step, if you didn't attack with a creature this turn, sacrifice this Aura.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you didn't attack with a creature this turn, sacrifice ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may draw a card.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+1 and has \"Whenever ~ deals combat damage to a player, you may draw a card.\""}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"22a23706-a5fe-46f3-b845-6f58d558c723","parse_warnings":[{"type":"SwallowedClause","detector":"Duration_ThisTurn","description":"Enchant creature\nEnchanted creature gets +1/+1 and has \"Whenever this creature deals combat damage to a player, you may draw a card.\"\nAt the","line_index":0}],"metadata":{"source_printing_ids":["04cf3030-dc92-45ab-9c26-f2e6aef67e56","7f998c62-30c9-4fc3-a045-5becc04f9e3e","81cd404e-58d5-4749-82d8-64db10ae45ae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["JMP","PLST","RIX"],"rulings":[{"date":"2018-01-19","text":"Curious Obsession's last ability is satisfied if any creature has attacked, similar to raid abilities. The creature it enchants doesn't have to have attacked."}],"rarities":["uncommon"]},"currency converter":{"name":"Currency Converter","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you discard a card, you may exile that card from your graveyard.\n{2}, {T}: Draw a card, then discard a card.\n{T}: Put a card exiled with this artifact into its owner's graveyard. If it's a land card, create a Treasure token. If it's a nonland card, create a 2/2 black Rogue creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}, {T}: Draw a card, then discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Exile","destination":"Graveyard","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Rogue","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Rogue"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"RevealedHasCardType","card_types":["Land"]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Land"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Put a card exiled with ~ into its owner's graveyard. If it's a land card, create a Treasure token. If it's a nonland card, create a 2/2 black Rogue creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you discard a card, you may exile that card from your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"981298e6-ddee-49c0-9377-f47f019b4138","metadata":{"related_token_ids":["02eda719-658b-52e3-8f94-b66dda715865","0abeb86c-be42-5320-8192-82721ed09ff9","50aae3ed-fa82-5258-9a21-31f5988f6b8f","5ac54fe9-3af6-5081-a03e-fa8551045163","8dc5a01d-0271-51e0-bd2c-423b404802bc","99b39bc9-dbdd-52a3-bcaf-99a3131d1883"],"source_printing_ids":["06ab6802-da97-4ad8-95ee-2362b2c03975","187b6719-e5ed-4615-a00b-3313ceca055b","2413e7e1-f9a5-4657-9375-2c30d32d7853","4eab054c-93f8-4da4-afb9-8f4c73c19213","adff49ac-cb3c-4888-85b9-7eb07553e716"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA2","MSC","NCC","PNCC","PRM","SOC"],"rarities":["rare"]},"curse of bloodletting":{"name":"Curse of Bloodletting","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nIf a source would deal damage to enchanted player, it deals double that damage to that player instead.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source would deal damage to enchanted player, it deals double that damage to that player instead.","condition":null,"damage_modification":{"type":"Double"},"damage_target_filter":{"Player":{"player":{"type":"Any"}}}}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3383a72f-fb83-4b9a-aca6-b736ed929c2e","metadata":{"source_printing_ids":["9dc4ac6f-0005-47f8-bee9-10429cc542e4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DKA"],"rulings":[{"date":"2011-01-22","text":"Curse of Bloodletting works with any damage, not just combat damage. It also doesn’t matter who controls the source of the damage that’s being dealt."},{"date":"2011-01-22","text":"If more than one Curse of Bloodletting enchants the same player, damage dealt to that player will double for each one (two of them will end up multiplying the damage by four, three of them by eight, and four of them by sixteen)."},{"date":"2011-01-22","text":"If multiple effects modify how damage will be dealt to the enchanted player, that player chooses the order to apply the effects. For example, Mending Hands says, “Prevent the next 4 damage that would be dealt to any target this turn.” Suppose a spell would deal 5 damage to enchanted player and that player has cast Mending Hands targeting themselves. The enchanted player can either (a) prevent 4 damage first and then let Curse of Bloodletting’s effect double the remaining 1 damage, taking 2 damage, or (b) double the damage to 10 and then prevent 4 damage, taking 6 damage."},{"date":"2011-01-22","text":"The source of the damage doesn’t change. A spell that deals damage will specify the source of the damage, often the spell itself. An ability that deals damage will also specify the source of the damage, although the ability itself will never be that source. Often the source of the ability is also the source of the damage."}],"rarities":["rare"]},"curse of bounty":{"name":"Curse of Bounty","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player is attacked, untap all nonland permanents you control. Each opponent attacking that player untaps all nonland permanents they control.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"attacking","description":"attacking that player untaps all nonland permanents they control"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted player is attacked, untap all nonland permanents you control. Each opponent attacking that player untaps all nonland permanents they control.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b6689782-08d8-48e1-a05d-cd040dfe85bc","metadata":{"source_printing_ids":["2f497641-b73a-4399-bc89-5274c42e17cc","37d5b1a2-01c6-475f-86cc-c911802e6033"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","PZ2","SCD"],"rulings":[{"date":"2017-08-25","text":"A player is attacking another player if they control a creature that’s attacking that player. If no creatures are attacking the enchanted player as a Curse’s ability resolves (most likely because they’ve left the battlefield), only the Curse’s controller performs its actions."},{"date":"2017-08-25","text":"Each Curse’s ability triggers only once, no matter how many creatures are attacking the enchanted player."},{"date":"2017-08-25","text":"If you enchant yourself with one of these Curses, you’ll get its effects whenever another player attacks you."},{"date":"2017-08-25","text":"The triggered ability of these Curses won’t trigger if only a planeswalker controlled by the enchanted player is attacked."},{"date":"2017-08-25","text":"Untapping an attacking creature doesn’t remove it from combat."}],"rarities":["uncommon"]},"curse of chaos":{"name":"Curse of Chaos","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a player attacks enchanted player with one or more creatures, that attacking player may discard a card. If the player does, they draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Player"},"description":"Whenever a player attacks enchanted player with one or more creatures, that attacking player may discard a card. If the player does, they draw a card.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a242af4b-5de6-4961-b684-f4bd809977c6","legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13"],"rulings":[{"date":"2013-10-17","text":"A Curse spell targets the player it will enchant like any other Aura spell, and a Curse stays on the battlefield like any other Aura. If the enchanted player gains protection from the Curse’s color (or any other characteristic the Curse has), the Curse will be put into its owner’s graveyard."},{"date":"2013-10-17","text":"Curse is an enchantment type, not a creature type (or any other kind of subtype)."},{"date":"2013-10-17","text":"Curse of Chaos’s ability will trigger only once per attacking player per combat phase, no matter how many creatures that player attacks with."},{"date":"2013-10-17","text":"Each of the Curses can be attached to any player, including the player who cast the Curse."},{"date":"2013-10-17","text":"The Curse subtype has no inherent rules meaning, but two cards in the Innistrad set (Bitterheart Witch and Witchbane Orb) refer to Curses."},{"date":"2013-10-17","text":"The ability won’t trigger when a creature attacks a planeswalker controlled by the enchanted player."}]},"curse of clinging webs":{"name":"Curse of Clinging Webs","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a nontoken creature enchanted player controls dies, exile it and you create a 1/2 green Spider creature token with reach.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Spider","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"types":["Creature","Spider"],"colors":["Green"],"keywords":["Reach"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"EnchantedPlayer","properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature enchanted player controls dies, exile it and you create a 1/2 green Spider creature token with reach.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d063f1d4-eb6b-40fa-97b7-f15ea53397fb","metadata":{"related_token_ids":["4e36e853-a4a6-55fa-be91-2414b16ed170"],"source_printing_ids":["5e2d349e-fe5f-4627-84b7-2f01982603d2","ff363cfe-cc69-44fb-ba61-fcb4a8bceb66"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC"],"rulings":[{"date":"2021-09-24","text":"Exiling the card isn't required to get the Spider token. You just do so if you can. If that card isn't in its owner's graveyard as the ability is resolving, you just create the Spider token."},{"date":"2021-09-24","text":"The controller of Curse of Clinging Webs gets the Spider token. This may not be the same player as the enchanted player."}],"rarities":["rare"]},"curse of conformity":{"name":"Curse of Conformity","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nNonlegendary creatures enchanted player controls have base power and toughness 3/3 and lose all creature types.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"EnchantedPlayer","properties":[{"type":"NotSupertype","value":"Legendary"}]},"modifications":[{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"RemoveKeyword","keyword":"Changeling"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Nonlegendary creatures enchanted player controls have base power and toughness 3/3 and lose all creature types."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"71de5f9a-73e4-4a93-b199-b280687f71eb","metadata":{"source_printing_ids":["0a88083d-726a-4239-b849-2a4431ef1cd7","2a2d2ef5-829d-41a1-850b-f0ab01baf581"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC"],"rulings":[{"date":"2021-09-24","text":"Creatures with the changeling ability will still lose all creature types even though they don't lose changeling."},{"date":"2021-09-24","text":"Effects that modify a creature's power and/or toughness, such as the effect of Titanic Growth, will apply to the affected creatures no matter when they started to take effect. The same is true for any counters that change their power and/or toughness."}],"rarities":["rare"]},"curse of death's hold":{"name":"Curse of Death's Hold","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nCreatures enchanted player controls get -1/-1.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"EnchantedPlayer","properties":[]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":-1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures enchanted player controls get -1/-1."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7194cf15-69fc-46f0-987a-2cea8b498f50","metadata":{"source_printing_ids":["1774d0a8-1cd3-4582-ace0-1caff92af0e7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ISD"],"rarities":["rare"]},"curse of disturbance":{"name":"Curse of Disturbance","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player is attacked, create a 2/2 black Zombie creature token. Each opponent attacking that player does the same.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"OpponentAttackingEnchantedPlayer"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted player is attacked, create a 2/2 black Zombie creature token. Each opponent attacking that player does the same.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6cbd36d9-de47-41b0-9ef4-a72ca01adccd","metadata":{"related_token_ids":["87df5573-4b61-5eaa-94b2-efd2398be6ac","dcfe20d0-fe21-502b-9a7d-540866e06cf8"],"source_printing_ids":["80d42b98-62d2-4ca6-8478-36222d709048","d022b7d7-e9f5-4f58-8010-331baaa4e3c4","f8ca82ce-64f8-4e52-b8d9-aec6acb562f9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","C21","PZ2","SCD"],"rulings":[{"date":"2017-08-25","text":"A player is attacking another player if they control a creature that’s attacking that player. If no creatures are attacking the enchanted player as a Curse’s ability resolves (most likely because they’ve left the battlefield), only the Curse’s controller performs its actions."},{"date":"2017-08-25","text":"Each Curse’s ability triggers only once, no matter how many creatures are attacking the enchanted player."},{"date":"2017-08-25","text":"If you enchant yourself with one of these Curses, you’ll get its effects whenever another player attacks you."},{"date":"2017-08-25","text":"The triggered ability of these Curses won’t trigger if only a planeswalker controlled by the enchanted player is attacked."}],"rarities":["uncommon"]},"curse of echoes":{"name":"Curse of Echoes","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player casts an instant or sorcery spell, each other player may copy that spell and may choose new targets for the copy they control.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeTargets","target":{"type":"Any"},"scope":{"type":"All"},"forced_to":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"AllExcept","exclude":{"type":"TriggeringPlayer"}}},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted player casts an instant or sorcery spell, each other player may copy that spell and may choose new targets for the copy they control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c99bac4b-7eec-4fdf-b344-0cf9639ff073","metadata":{"source_printing_ids":["147dbe42-665a-4e21-b405-d17554d5efcf","8f2724e4-d516-4c3e-bbc3-9de607c17472"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DKA","PLST"],"rulings":[{"date":"2011-01-22","text":"All the copies are created on the stack, so none of them are cast. Abilities that trigger when a player casts a spell won’t trigger. The copies will then resolve as normal, after players get a chance to cast spells and activate abilities."},{"date":"2011-01-22","text":"Each copy will have the same targets as the spell it’s copying unless its controller chooses new ones. That player may change any number of the targets, including all of them or none of them. If, for one of the targets, that player can’t choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2011-01-22","text":"If the original spell has an X whose value was determined as it was cast, each copy has the same value of X."},{"date":"2011-01-22","text":"If the original spell is modal (that is, it says “Choose one —” or the like), each copy will have the same mode(s). You can’t choose different ones."},{"date":"2011-01-22","text":"When the triggered ability resolves, it creates a copy of that spell for each other player. The active player creates their copy and may choose new targets first (if that player isn’t the enchanted player), then each other player (except the enchanted player) creates their copy and may choose new targets in turn order. The last player who creates their copy controls the copy that will resolve first."},{"date":"2011-01-22","text":"You can’t choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too. For example, if the enchanted player sacrifices a 3/3 creature to cast Fling, each copy of Fling will also deal 3 damage."}],"rarities":["rare"]},"curse of exhaustion":{"name":"Curse of Exhaustion","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nEnchanted player can't cast more than one spell each turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"PerTurnCastLimit":{"who":"EnchantedCreatureController","max":1,"spell_filter":null}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted player can't cast more than one spell each turn."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"6659fae5-09d9-4095-8de3-643afd6ad3be","metadata":{"source_printing_ids":["b737a959-e974-4b2a-8dca-a257da6084b0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DKA"],"rulings":[{"date":"2011-01-22","text":"Curse of Exhaustion will look at the entire turn to see if the enchanted player has cast a spell yet that turn, even if Curse of Exhaustion wasn’t on the battlefield when that spell was cast."}],"rarities":["uncommon"]},"curse of fool's wisdom":{"name":"Curse of Fool's Wisdom","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player draws a card, they lose 2 life and you gain 2 life.\nMadness {3}{B} (If you discard this card, discard it into exile. When you do, cast it for its madness cost or put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}},{"Madness":{"type":"Cost","shards":["Black"],"generic":3}}],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted player draws a card, they lose 2 life and you gain 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"MadnessCast","cost":{"type":"Cost","shards":["Black"],"generic":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.35a: When this card is exiled this way, its owner may cast it for its madness cost or put it into their graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Discard","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.35a: If you discard this card, exile it instead of putting it into your graveyard.","condition":null}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"93b2a685-8267-4cbd-ac55-db6ff95fe98d","parse_warnings":[{"type":"TargetFallback","context":"trigger subject parse fell back to Any","text":"enchanted player draws a card","line_index":0}],"metadata":{"source_printing_ids":["9b77ded4-a8af-4065-8c4a-fd76e7cdcc59"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19"],"rulings":[{"date":"2019-08-23","text":"If you become enchanted by your own Curse of Fool's Wisdom, you'll lose 2 life and gain 2 life whenever you draw a card. You won't lose the game if your life total is 0 or less between those events."},{"date":"2019-08-23","text":"Once the enchanted player has drawn one or more cards, they'll still lose life (and you'll still gain life) even if Curse of Fool's Wisdom leaves the battlefield before its triggered ability resolves."},{"date":"2022-12-08","text":"A card with madness that's discarded counts as having been discarded even though it's put into exile rather than a graveyard. If it was discarded to pay a cost, that cost is still paid. Abilities that trigger when a card is discarded will still trigger."},{"date":"2022-12-08","text":"A spell cast for its madness cost is put onto the stack like any other spell. It can be countered, copied, and so on. As it resolves, it's put onto the battlefield if it's a permanent card or into its owner's graveyard if it's an instant or sorcery card."},{"date":"2022-12-08","text":"Cards are discarded in a Magic game only from a player's hand. Effects that put cards into a player's graveyard from anywhere else do not cause those cards to be discarded."},{"date":"2022-12-08","text":"Casting a spell with madness ignores the timing rules based on the card's card type. For example, you can cast a sorcery with madness if you discard it during an opponent's turn."},{"date":"2022-12-08","text":"If you choose not to cast a card with madness when the madness triggered ability resolves, it's put into your graveyard. Madness doesn't give you another chance to cast it later."},{"date":"2022-12-08","text":"If you discard a card with madness to pay the cost of a spell or activated ability, that card's madness triggered ability (and the spell that card becomes, if you choose to cast it) will resolve before the spell or ability the discard paid for."},{"date":"2022-12-08","text":"If you discard a card with madness while a spell or ability is resolving, it moves immediately to exile. Continue resolving that spell or ability, noting that the card you discarded is not in your graveyard at this time. Its madness triggered ability will be placed onto the stack once that spell or ability has completely resolved."},{"date":"2022-12-08","text":"Madness works independently of why you're discarding the card. You could discard it to pay a cost, because a spell or ability tells you to, or because you have too many cards in your hand during your cleanup step. You can't discard a card with madness just because you want to, though."},{"date":"2022-12-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a madness cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["rare"]},"curse of inertia":{"name":"Curse of Inertia","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a player attacks enchanted player with one or more creatures, that attacking player may tap or untap target permanent of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Player"},"description":"Whenever a player attacks enchanted player with one or more creatures, that attacking player may tap or untap target permanent of their choice.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0bbeb0ee-647b-43d3-91b3-6869d5ccb8b8","metadata":{"source_printing_ids":["32d0c2a7-4277-43eb-bb09-5ca0c27edee4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMA"],"rulings":[{"date":"2013-10-17","text":"A Curse spell targets the player it will enchant like any other Aura spell, and a Curse stays on the battlefield like any other Aura. If the enchanted player gains protection from the Curse’s color (or any other characteristic the Curse has), the Curse will be put into its owner’s graveyard."},{"date":"2013-10-17","text":"Curse is an enchantment type, not a creature type (or any other kind of subtype)."},{"date":"2013-10-17","text":"Curse of Inertia’s ability will trigger only once per attacking player per combat phase, no matter how many creatures that player attacks with."},{"date":"2013-10-17","text":"Each of the Curses can be attached to any player, including the player who cast the Curse."},{"date":"2013-10-17","text":"Even though the attacking player chooses the target of the ability, the ability is still controlled by the player who controls Curse of Inertia. Notably, a creature with hexproof controlled by the player who controls Curse of Inertia could be chosen, even though another player may be choosing the target."},{"date":"2013-10-17","text":"The Curse subtype has no inherent rules meaning, but two cards in the Innistrad set (Bitterheart Witch and Witchbane Orb) refer to Curses."},{"date":"2013-10-17","text":"The ability won’t trigger when a creature attacks a planeswalker controlled by the enchanted player."}],"rarities":["uncommon"]},"curse of misfortunes":{"name":"Curse of Misfortunes","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of your upkeep, you may search your library for a Curse card that doesn't have the same name as a Curse attached to enchanted player, put it onto the battlefield attached to that player, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may search your library for a ~ card that doesn't have the same name as a ~ attached to enchanted player, put it onto the battlefield attached to that player, then shuffle.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"b03c7c8d-8206-45cd-8ead-8f7b35c03a7a","metadata":{"source_printing_ids":["c531d218-ff1c-4333-a19d-446d709b1e28"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DKA"],"rulings":[{"date":"2011-01-22","text":"The Curse card you put onto the battlefield must have a different name than each other Curse enchanting the enchanted player when the triggered ability resolves. If multiple of these abilities trigger, the Curse card you put onto the battlefield when the first resolves may impact your choices for each subsequent one."}],"rarities":["rare"]},"curse of oblivion":{"name":"Curse of Oblivion","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, that player exiles two cards from their graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":"ScopedPlayer","properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, that player exiles two cards from their graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"10b16b2b-7d7c-4f6f-932a-1f3bd30d33f1","metadata":{"source_printing_ids":["c15cbd2f-8bbf-423a-81fe-521fd99bc8bf"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ISD"],"rulings":[{"date":"2011-09-22","text":"If the enchanted player has only one card in their graveyard, they exile that card."}],"rarities":["common"]},"curse of obsession":{"name":"Curse of Obsession","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's draw step, that player draws two additional cards.\nAt the beginning of enchanted player's end step, that player discards their hand.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Draw","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's draw step, that player draws two additional cards.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Target"}}},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's end step, that player discards their hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ca4b4bf2-ed34-444c-9088-dd1ea488ec4e","metadata":{"source_printing_ids":["69ba6262-a3b1-4009-b2ed-ae684dfae022","c0f78b3d-d24b-4d80-a0b2-73c046c51b95"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC"],"rarities":["rare"]},"curse of opulence":{"name":"Curse of Opulence","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player is attacked, create a Gold token. Each opponent attacking that player does the same. (A Gold token is an artifact with \"Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Gold","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Gold"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Gold","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Gold"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"OpponentAttackingEnchantedPlayer"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted player is attacked, create a Gold token. Each opponent attacking that player does the same.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ba0d3df2-3acf-46d7-8d64-8d67d1579adc","metadata":{"related_token_ids":["214f0959-71fa-59ba-8efb-080cbc3e5b99","603d6f2b-313f-5453-a3f1-55f5154ec9f6","66cd1235-f092-5483-b517-bd0398621a94","6c3f3f0f-cfa8-5ae3-ac32-eadcaf33f275","6c4de848-5258-50e6-9a57-ceccc81aefce"],"source_printing_ids":["32cc103e-949d-42d4-aadd-490a261c9ad9","3dccadfc-458f-4696-bfb4-4bfc80379df2","440acae3-aadb-40f0-a608-d1d93578c6b0","494a6f50-9cd3-4bfc-9382-dce4f7047a81","6615d7f1-1ed6-43af-a916-6caa4bd35ca3","e23db9d3-d11f-4b2c-8349-687bc0e9d4c2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","CLB","MKC","MOC","PLST","PZ2","TDC"],"rulings":[{"date":"2017-08-25","text":"A player is attacking another player if they control a creature that's attacking that player. If no creatures are attacking the enchanted player as a Curse's ability resolves (most likely because they've left the battlefield), only the Curse's controller performs its actions."},{"date":"2017-08-25","text":"Curse of Opulence's triggered ability resolves after attackers have been declared. Any costs to attack must have already been paid before the attacking player creates the Gold."},{"date":"2017-08-25","text":"Each Curse's ability triggers only once, no matter how many creatures are attacking the enchanted player."},{"date":"2017-08-25","text":"If you enchant yourself with one of these Curses, you'll get its effects whenever another player attacks you."},{"date":"2017-08-25","text":"The triggered ability of these Curses won't trigger if only a planeswalker controlled by the enchanted player is attacked."}],"rarities":["uncommon"]},"curse of predation":{"name":"Curse of Predation","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a creature attacks enchanted player, put a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature attacks enchanted player, put a +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"69ea4ce2-f749-4d5b-a392-efcfdce14a30","metadata":{"source_printing_ids":["6ab6c915-50aa-40f7-b703-7d45f454fee2","d7fcfc0b-4674-4cd1-85de-823f4ca8c6c5","daf631ad-762f-4bec-9588-aca88507cad5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMA","IMA","PLST"],"rulings":[{"date":"2013-10-17","text":"A Curse spell targets the player it will enchant like any other Aura spell, and a Curse stays on the battlefield like any other Aura. If the enchanted player gains protection from the Curse’s color (or any other characteristic the Curse has), the Curse will be put into its owner’s graveyard."},{"date":"2013-10-17","text":"Curse is an enchantment type, not a creature type (or any other kind of subtype)."},{"date":"2013-10-17","text":"Each of the Curses can be attached to any player, including the player who cast the Curse."},{"date":"2013-10-17","text":"The Curse subtype has no inherent rules meaning, but two cards in the Innistrad set (Bitterheart Witch and Witchbane Orb) refer to Curses."},{"date":"2013-10-17","text":"The ability won’t trigger when a creature attacks a planeswalker controlled by the enchanted player."}],"rarities":["uncommon","rare"]},"curse of shaken faith":{"name":"Curse of Shaken Faith","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player casts a spell other than the first spell they cast each turn or copies a spell, this Aura deals 2 damage to them.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted player casts a spell other than the first spell they cast each turn or copies a spell, ~ deals 2 damage to them.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"297494f0-1f79-4f77-b68b-6ed858e21f4e","metadata":{"source_printing_ids":["371b7795-5cfc-4e2b-b26c-2def52c61dbf","9c9ffcd9-2a99-47ff-9790-05b58cd14475","d636f014-95aa-45cd-a0c8-635364ea3baa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID","PMID","PRM"],"rulings":[{"date":"2021-09-24","text":"If a player who has already cast a spell this turn becomes enchanted by Curse of Shaken Faith, casting more spells the same turn will cause the ability to trigger."}],"rarities":["rare"]},"curse of shallow graves":{"name":"Curse of Shallow Graves","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a player attacks enchanted player with one or more creatures, that attacking player may create a tapped 2/2 black Zombie creature token.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"TriggeringPlayer"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Player"},"description":"Whenever a player attacks enchanted player with one or more creatures, that attacking player may create a tapped 2/2 black Zombie creature token.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"dc66dbed-f979-4ad1-b5f9-08538886167f","metadata":{"related_token_ids":["cb53027b-e24a-51b1-a06a-130217568848"],"source_printing_ids":["02f6c39a-8f65-45b9-b632-8d101fb9646a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","PLST"],"rulings":[{"date":"2013-10-17","text":"A Curse spell targets the player it will enchant like any other Aura spell, and a Curse stays on the battlefield like any other Aura. If the enchanted player gains protection from the Curse’s color (or any other characteristic the Curse has), the Curse will be put into its owner’s graveyard."},{"date":"2013-10-17","text":"Curse is an enchantment type, not a creature type (or any other kind of subtype)."},{"date":"2013-10-17","text":"Each of the Curses can be attached to any player, including the player who cast the Curse."},{"date":"2013-10-17","text":"The Curse subtype has no inherent rules meaning, but two cards in the Innistrad set (Bitterheart Witch and Witchbane Orb) refer to Curses."},{"date":"2013-10-17","text":"The ability won’t trigger when a creature attacks a planeswalker controlled by the enchanted player."}],"rarities":["uncommon"]},"curse of stalked prey":{"name":"Curse of Stalked Prey","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a creature deals combat damage to enchanted player, put a +1/+1 counter on that creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals combat damage to enchanted player, put a +1/+1 counter on that creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7971a2a6-f89f-46a5-9008-96cfa49de41a","metadata":{"source_printing_ids":["11a18883-8990-40a0-bcb2-e01d0e82bfad"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ISD"],"rulings":[{"date":"2011-09-22","text":"The ability will trigger when any creature deals combat damage to the enchanted player, including one controlled by another opponent or even by the enchanted player (if combat damage gets redirected somehow)."}],"rarities":["rare"]},"curse of surveillance":{"name":"Curse of Surveillance","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, any number of target players other than that player each draw cards equal to the number of Curses attached to that player.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"draw","description":"draw cards equal to the number of Curses attached to that player"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, any number of target players other than that player each draw cards equal to the number of Curses attached to that player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4fd061f2-7269-4eea-bc7c-95a123893efa","metadata":{"source_printing_ids":["503e4738-9878-460e-890f-703b3c452cda","88f9995c-c8f4-48d8-8ee0-65c168af2005","d6a5b3b2-4f27-4c97-9d87-d7bdcc06d36a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID","PMID","PRM"],"rulings":[{"date":"2021-09-24","text":"The controller of Curse of Surveillance chooses the targets for its triggered ability, no matter which player it is attached to. If you control Curse of Surveillance and it's attached to another player, you can (and probably should) choose yourself as a target."}],"rarities":["rare"]},"curse of the bloody tome":{"name":"Curse of the Bloody Tome","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, that player mills two cards.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, that player mills two cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5480f855-80b7-45c7-94a9-071c7b5d5ccf","metadata":{"source_printing_ids":["c7865e11-263b-4d61-af54-907c1acbb54f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ISD","PRM","PW11"],"rulings":[{"date":"2011-09-22","text":"If the enchanted player has only one card in their library, they put that card into their graveyard."}],"rarities":["common"]},"curse of the cabal":{"name":"Curse of the Cabal","mana_cost":{"type":"Cost","shards":["Black"],"generic":9},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player sacrifices half the permanents they control of their choice, rounded down.\nSuspend 2—{2}{B}{B} (Rather than cast this card from your hand, you may pay {2}{B}{B} and exile it with two time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)\nAt the beginning of each player's upkeep, if this card is suspended, that player may sacrifice a permanent of their choice. If the player does, put two time counters on this card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":2,"cost":{"type":"Cost","shards":["Black","Black"],"generic":2}}}],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"TargetPlayer","properties":[]},"count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"TargetPlayer","properties":[]}}},"divisor":2,"rounding":"Down"}},"cost":null,"sub_ability":null,"duration":null,"description":"Target player sacrifices half the permanents they control of their choice, rounded down.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":2}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"ScopedPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, if this card is suspended, that player may sacrifice a permanent of their choice. If the player does, put two time counters on this card.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceInZone","zone":"Exile"},{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1}]},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cafede0d-aa14-4266-b619-321ac756262d","metadata":{"source_printing_ids":["d4323aa6-a1fb-42ee-9634-3747129fde3b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["TSP"],"rulings":[{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare"]},"curse of the forsaken":{"name":"Curse of the Forsaken","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a creature attacks enchanted player, its controller gains 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1},"player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature attacks enchanted player, its controller gains 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e00f8d6b-5bb1-4625-9fa4-114cdc381bd4","metadata":{"source_printing_ids":["9af69b5e-f713-4af6-9990-f99be7801f73"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMA"],"rulings":[{"date":"2013-10-17","text":"A Curse spell targets the player it will enchant like any other Aura spell, and a Curse stays on the battlefield like any other Aura. If the enchanted player gains protection from the Curse’s color (or any other characteristic the Curse has), the Curse will be put into its owner’s graveyard."},{"date":"2013-10-17","text":"Curse is an enchantment type, not a creature type (or any other kind of subtype)."},{"date":"2013-10-17","text":"Each of the Curses can be attached to any player, including the player who cast the Curse."},{"date":"2013-10-17","text":"The Curse subtype has no inherent rules meaning, but two cards in the Innistrad set (Bitterheart Witch and Witchbane Orb) refer to Curses."},{"date":"2013-10-17","text":"The ability won’t trigger when a creature attacks a planeswalker controlled by the enchanted player."}],"rarities":["uncommon"]},"curse of the nightly hunt":{"name":"Curse of the Nightly Hunt","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nCreatures enchanted player controls attack each combat if able.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MustAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"EnchantedPlayer","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures enchanted player controls attack each combat if able."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"cc6f2b79-8fcd-4542-904b-943c7493b8ad","metadata":{"source_printing_ids":["24c56493-4643-4532-878d-91d7520e6c5b","2983c017-1697-4d45-ac58-3f3ccbaaefff","49cbfcf2-462e-4bbf-a529-a70816eb1436","baa2b9ff-abeb-46e6-86cf-05ee38d0b028"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C15","CM2","ISD","PLST"],"rulings":[{"date":"2011-09-22","text":"If, during the enchanted player’s declare attackers step, a creature they control is tapped, is affected by a spell or ability that says it can’t attack, or hasn’t been under that player’s control continuously since the turn began (and doesn’t have haste), then it doesn’t attack. If there’s a cost associated with having the creature attack, the player isn’t forced to pay that cost, so it doesn’t have to attack in that case either."},{"date":"2011-09-22","text":"The enchanted player still chooses which player or planeswalker each creature they control attacks."}],"rarities":["uncommon"]},"curse of the pierced heart":{"name":"Curse of the Pierced Heart","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, this Aura deals 1 damage to that player or a planeswalker that player controls.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Or","filters":[{"type":"TriggeringPlayer"},{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, ~ deals 1 damage to that player or a planeswalker that player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f22c3624-6bd5-4761-b8ad-ac301ad9351c","metadata":{"source_printing_ids":["71010182-c004-4d18-adab-80319cd1e625"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ISD"],"rarities":["common"]},"curse of the restless dead":{"name":"Curse of the Restless Dead","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a land enchanted player controls enters, you create a 2/2 black Zombie creature token with decayed. (It can't block. When it attacks, sacrifice it at end of combat.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":["Decayed"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"EnchantedPlayer","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land enchanted player controls enters, you create a 2/2 black Zombie creature token with decayed.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0b5f7a1b-fbb9-4659-8fcb-7822dc0263bc","metadata":{"related_token_ids":["974e8ef7-5b3c-5f02-9887-027e2578687f"],"source_printing_ids":["cdde244a-d2f4-44b3-badd-d6142785e25c","e558286a-b531-485f-83ac-c6486a9c3f62"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC","PRM"],"rulings":[{"date":"2021-09-24","text":"Decayed does not create any attacking requirements. You may choose not to attack with a creature that has decayed."},{"date":"2021-09-24","text":"Decayed does not grant haste. Creatures with decayed that enter the battlefield during your turn may not attack until your next turn."},{"date":"2021-09-24","text":"Decayed represents a static ability and a triggered ability. “Decayed” means “This creature can't block” and “When this creature attacks, sacrifice it at end of combat.”"},{"date":"2021-09-24","text":"Once a creature with decayed attacks, it will be sacrificed at end of combat, even if it no longer has decayed at that time."},{"date":"2021-09-24","text":"The controller of Curse of the Restless Dead gets the Zombie token. This may not be the same player as the enchanted player."}],"rarities":["rare"]},"curse of thirst":{"name":"Curse of Thirst","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, this Aura deals damage to that player equal to the number of Curses attached to them.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"deal","description":"deal damage to that player equal to the number of Curses attached to them"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, ~ deals damage to that player equal to the number of Curses attached to them.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ffe3ad06-50d8-4ca3-a1f7-aa31dc2c486e","metadata":{"source_printing_ids":["a23ed5d1-44dc-4733-9e01-65fbc5dc02f2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DKA","PRM","PW12"],"rulings":[{"date":"2011-01-22","text":"The number of Curses attached to the player is counted when the ability resolves."}],"rarities":["uncommon"]},"curse of unbinding":{"name":"Curse of Unbinding","mana_cost":{"type":"Cost","shards":["Blue"],"generic":6},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, that player reveals cards from the top of their library until they reveal a creature card. Put that card onto the battlefield under your control. That player puts the rest of the revealed cards into their graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"TriggeringPlayer"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"kept_destination":"Battlefield","rest_destination":"Graveyard","enters_under":"You"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, that player reveals cards from the top of their library until they reveal a creature card. Put that card onto the battlefield under your control. That player puts the rest of the revealed cards into their graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7e79cb6c-df9a-46d1-b3c6-240297e7d47d","metadata":{"source_printing_ids":["066f260b-722b-4abf-92c8-2e6f87f480ae","6b56ccbc-efc7-4c5c-84be-b63f8c4cd63c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC"],"rulings":[{"date":"2021-09-24","text":"The controller of Curse of Unbinding puts the creature card onto the battlefield under their control. This may not be the same player as the enchanted player."}],"rarities":["rare"]},"curse of vengeance":{"name":"Curse of Vengeance","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player casts a spell, put a spite counter on this Aura.\nWhen enchanted player loses the game, you gain X life and draw X cards, where X is the number of spite counters on this Aura.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"spite","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted player casts a spell, put a spite counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":{"Unknown":"When enchanted player loses the game"},"execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"spite"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"spite"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When enchanted player loses the game, you gain X life and draw X cards, where X is the number of spite counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"b9b1c644-041a-4b61-9d6d-bc73a3a95bb8","metadata":{"source_printing_ids":["22e7d0e3-a87c-414f-8f12-314083539a2a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","PZ2"],"rulings":[{"date":"2016-11-08","text":"Curse of Vengeance's first triggered ability resolves before the spell that caused it to trigger. The ability will resolve even if that spell is countered."},{"date":"2016-11-08","text":"If you and the enchanted player both reach 0 or less life at the same time, you'll lose the game before Curse of Vengeance's second triggered ability gives you more life."}],"rarities":["rare"]},"curse of verbosity":{"name":"Curse of Verbosity","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player is attacked, you draw a card. Each opponent attacking that player does the same.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"OpponentAttackingEnchantedPlayer"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted player is attacked, you draw a card. Each opponent attacking that player does the same.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c6f76fa7-095e-4bfe-a38c-5c4531880880","metadata":{"source_printing_ids":["3054eba1-238f-4328-8e9f-5148b5c37aac","31f55dc7-a70c-4f28-bb3a-ccc50937d9db","7999e631-efd0-4901-a43d-9a10d2379684","ff611add-0b1b-4008-a78b-e793ccb38260"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","C17","CLB","PLST","PZ2"],"rulings":[{"date":"2017-08-25","text":"A player is attacking another player if they control a creature that's attacking that player. If no creatures are attacking the enchanted player as a Curse's ability resolves (most likely because they've left the battlefield), only the Curse's controller performs its actions."},{"date":"2017-08-25","text":"Each Curse's ability triggers only once, no matter how many creatures are attacking the enchanted player."},{"date":"2017-08-25","text":"If you enchant yourself with one of these Curses, you'll get its effects whenever another player attacks you."},{"date":"2017-08-25","text":"The triggered ability of these Curses won't trigger if only a planeswalker controlled by the enchanted player is attacked."}],"rarities":["uncommon"]},"curse of vitality":{"name":"Curse of Vitality","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player is attacked, you gain 2 life. Each opponent attacking that player does the same.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"OpponentAttackingEnchantedPlayer"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted player is attacked, you gain 2 life. Each opponent attacking that player does the same.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"6d2eb412-e09b-4ab3-8653-b458e9f38eff","metadata":{"source_printing_ids":["c1a80504-d991-4eef-8407-2acf444401f0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","PZ2"],"rulings":[{"date":"2017-08-25","text":"A player is attacking another player if they control a creature that’s attacking that player. If no creatures are attacking the enchanted player as a Curse’s ability resolves (most likely because they’ve left the battlefield), only the Curse’s controller performs its actions."},{"date":"2017-08-25","text":"Each Curse’s ability triggers only once, no matter how many creatures are attacking the enchanted player."},{"date":"2017-08-25","text":"If you enchant yourself with one of these Curses, you’ll get its effects whenever another player attacks you."},{"date":"2017-08-25","text":"The triggered ability of these Curses won’t trigger if only a planeswalker controlled by the enchanted player is attacked."}],"rarities":["uncommon"]},"cursecloth wrappings":{"name":"Cursecloth Wrappings","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Zombies you control get +1/+1.\n{T}: Target creature card in your graveyard gains embalm until end of turn. The embalm cost is equal to its mana cost. (Exile that card and pay its embalm cost: Create a token that's a copy of it, except it's a white Zombie in addition to its other types and has no mana cost. Embalm only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Embalm":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain embalm"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Target creature card in your graveyard gains embalm until end of turn. The embalm cost is equal to its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Zombie"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Zombies you control get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d9c4996a-35eb-4d38-9680-57d9d039ed82","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["2b283c18-abe7-4b73-8532-dd76a85fabd6","3c15a04e-b0a7-4560-a838-94213dbb2336","c0a57479-6409-49e1-8896-2bd3e88d554d","c5280941-bcda-4ac7-97d1-db02c7a18ef9","d5803b32-4a81-46c2-9b10-3198a709611d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rulings":[{"date":"2025-02-07","text":"Except for the listed exceptions, the token copies exactly what was printed on the original card and nothing else. It doesn’t copy any information about the object the card was before it was put into your graveyard."},{"date":"2025-02-07","text":"If the card copied by the token had any “when [this permanent] enters” abilities, then the token also has those abilities and they’ll trigger when it enters. Similarly, any “as [this permanent] enters” or “[this permanent] enters with” abilities that the token has copied will also work."},{"date":"2025-02-07","text":"Once you’ve activated an embalm ability, the card is immediately exiled. Opponents can’t try to stop the ability by exiling the card."},{"date":"2025-02-07","text":"The token is a Zombie in addition to its other types and is white instead of its other colors. It has no mana cost, and thus its mana value is 0. These are copiable values of the token that other effects may copy."}],"rarities":["rare","mythic"]},"custodi lich":{"name":"Custodi Lich","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Cleric"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you become the monarch.\nWhenever you become the monarch, target player sacrifices a creature of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeMonarch"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you become the monarch.","constraint":null,"condition":null,"batched":false},{"mode":"BecomeMonarch","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you become the monarch, target player sacrifices a creature of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0d95ee14-9ff0-4d7f-be56-361a500ce36f","metadata":{"source_printing_ids":["5d77f50f-f63d-47bd-8bf9-01febee315fd","8c4306e0-afdb-4911-9dae-7ea7e6ad9a0a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CN2","NCC","PZ2"],"rulings":[{"date":"2016-08-23","text":"Abilities that trigger whenever you “become the monarch” trigger only if you aren't already the monarch. For example, if you are already the monarch as Custodi Lich enters the battlefield, its last ability won't trigger."},{"date":"2016-08-23","text":"Being the monarch carries two inherent triggered abilities. “At the beginning of the monarch's end step, that player draws a card” and “Whenever a creature deals combat damage to the monarch, its controller becomes the monarch.”"},{"date":"2016-08-23","text":"If the triggered ability that causes the monarch to draw a card goes on the stack, and a different player becomes the monarch before that ability resolves, the first player will still draw the card."},{"date":"2016-08-23","text":"The game starts with no monarch. Once an effect makes one player the monarch, the game will have exactly one monarch from that point forward."}],"rarities":["rare"]},"cut down":{"name":"Cut Down","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature with total power and toughness 5 or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"TotalPowerToughness","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":5}}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature with total power and toughness 5 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1b30210d-10e9-4703-8967-032063bb4f26","metadata":{"source_printing_ids":["5e6cb8c3-eb21-4279-a8e6-074a0b95d51e","753db072-5d6a-4f37-8f7d-255572ecd3bd","c2fdde82-6c4d-4e34-a15c-9756c834e9a0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PLG24"],"rulings":[{"date":"2022-09-09","text":"The total power and toughness of a creature is determined by adding its power and toughness. For example, the total power and toughness of a 3/2 creature is 5."}],"rarities":["uncommon","rare"]},"cybership":{"name":"Cybership","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this Vehicle deals combat damage to a player, put the top two cards of that player's library onto the battlefield face down under your control. They're 2/2 Cyberman artifact creatures.\nCrew 4","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Crew":{"power":4,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Manifest","target":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":2},"profile":{"power":2,"toughness":2,"extra_core_types":["Artifact"],"subtypes":["Cyberman"]},"enters_under":"You"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put the top two cards of that player's library onto the battlefield face down under your control. They're 2/2 Cyberman artifact creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9c6ac895-0644-47ea-8a40-8f35cbbeba42","metadata":{"source_printing_ids":["71c6fe5d-3964-440a-93ee-0e193263a5b6","b0b9d006-7179-4d59-88ef-34b4d4b2e2fc","cc96b99e-07e1-41b6-b9ce-dca3f75ecfa1","e41185e7-d6e2-49a9-aac8-597e5aab197a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Double-faced permanents that are already on the battlefield can't be turned face down this way. However, a double-faced card can be put onto the battlefield face down from another zone this way."},{"date":"2023-10-13","text":"Each creature turned face down this way or put onto the battlefield this way is a 2/2 Cyberman artifact creature with no name and no color."},{"date":"2023-10-13","text":"If the face-down card has a morph ability, its controller may turn it face up by paying the associated morph cost."},{"date":"2023-10-13","text":"If, for any reason, the face-down creature is turned face up, the effect making it a Cyberman ends. It will be whatever is printed on the card."},{"date":"2023-10-13","text":"The player who controls a face-down permanent may look at it at any time. Notably, if the cards were put on the battlefield face down from another player's library, the player that owns them does not get to look at those cards."}],"rarities":["rare"]},"cyclonic rift":{"name":"Cyclonic Rift","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target nonland permanent you don't control to its owner's hand.\nOverload {6}{U} (You may cast this spell for its overload cost. If you do, change \"target\" in its text to \"each.\")","non_ability_text":null,"flavor_name":null,"keywords":[{"Overload":{"type":"Cost","shards":["Blue"],"generic":6}}],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return target nonland permanent you don't control to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d75b9c82-1b49-4c3e-a1b5-aeef57d6644b","metadata":{"source_printing_ids":["1fadf1e3-4f4f-4f58-b8a9-11e14bb550f8","205c4689-8b02-4d40-9274-3c1fcafa8b82","2064a0d6-3739-4466-9657-be694c0eb6e1","268f6afc-bf16-4ca7-a986-945a95d3bffc","45617b0f-fdac-4747-b2d3-d571b717008f","631a15c2-0a6d-4859-91e9-a08a7e756054","65c6b4f4-2aef-4150-9a7f-70ca5f337766","7037f57a-ca89-41bd-bf7f-2f54593c0f48","7810a95a-e1e1-4655-a508-dfbc83d4d527","c77ebe57-ea56-4300-b293-6260c4c01a43","dfb7c4b9-f2f4-4d4e-baf2-86551c8150fe","ee3bd03a-f296-479a-bd92-af7c55e594c4","f779109e-331f-44ae-9dfb-e435a2bc6b7f","f9baef6e-a086-41d4-a20e-486f01d72406","ff08e5ed-f47b-4d8e-8b8b-41675dccef8b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C14","CMM","EA3","MM3","PRM","RTR","RVR","SLD","SOA"],"rulings":[{"date":"2024-01-12","text":"Because a spell with overload doesn't target when its overload cost is paid, it may affect permanents with hexproof or with protection from the appropriate color."},{"date":"2024-01-12","text":"If you are instructed to cast a spell with overload \"without paying its mana cost,\" you can't choose to pay its overload cost instead."},{"date":"2024-01-12","text":"If you don't pay the overload cost of a spell with overload, that spell will have a single target. If you pay the overload cost, the spell won't have any targets."},{"date":"2024-01-12","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an overload cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"cyclonus, cybertronian fighter":{"name":"Cyclonus, Cybertronian Fighter","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Living metal (During your turn, this Vehicle is also a creature.)\nFlying\nWhenever Cyclonus deals combat damage to a player, convert it. If you do, there is an additional beginning phase after this phase. (The beginning phase includes the untap, upkeep, and draw steps.)","non_ability_text":null,"flavor_name":null,"keywords":["LivingMetal","Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"Untap","after":"PostCombatMain","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, convert it. If you do, there is an additional beginning phase after this phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 702.161a: Living metal — artifact creature during your turn"}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"7ead01b9-def3-4f9d-a860-af64e94cb45e","is_commander":true,"metadata":{"source_printing_ids":["2d3bb50a-2892-4e28-aa70-ab8d0fcdcc73","e703b74f-9105-42b3-b38c-8f38da840f0c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["BOT"],"rarities":["mythic"]},"cyclonus, the saboteur":{"name":"Cyclonus, the Saboteur","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Robot"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"More Than Meets the Eye {5}{U}{B} (You may cast this card converted for {5}{U}{B}.)\nFlying\nWhenever Cyclonus deals combat damage to a player, it connives. Then if Cyclonus's power is 5 or greater, convert it. (To have a creature connive, draw a card, then discard a card. If you discarded a nonland card, put a +1/+1 counter on that creature.)","non_ability_text":null,"flavor_name":null,"keywords":[{"MoreThanMeetsTheEye":{"type":"Cost","shards":["Blue","Black"],"generic":5}},"Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Connive","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, it connives. Then if ~'s power is 5 or greater, convert it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"7ead01b9-def3-4f9d-a860-af64e94cb45e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2d3bb50a-2892-4e28-aa70-ab8d0fcdcc73","e703b74f-9105-42b3-b38c-8f38da840f0c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["BOT"],"rulings":[{"date":"2022-10-14","text":"\"Living metal\" means \"As long as it's your turn, this permanent is an artifact creature in addition to its other types.\""},{"date":"2022-10-14","text":"\"More Than Meets the Eye [cost]\" means \"You may cast this card converted by paying [cost] rather than its mana cost.\" It functions in any zone from which the spell can be cast."},{"date":"2022-10-14","text":"A spell cast this way enters the battlefield with its back face up."},{"date":"2022-10-14","text":"After Cyclonus, Cybertronian Fighter converts into Cyclonus, the Saboteur, it's still an attacking creature in combat, and will still have any gained abilities. Notably, if it has somehow gained double strike, it will convert before dealing combat damage in the regular combat damage step. This may cause it to convert again when it deals combat damage to a player a second time."},{"date":"2022-10-14","text":"Any triggered ability of another card that triggers whenever a permanent transforms will also trigger whenever a permanent converts."},{"date":"2022-10-14","text":"Converting a permanent doesn't affect any Auras or Equipment that are attached to it. Similarly, any counters on the permanent will remain on that permanent after it converts. Any continuous effects from a resolved spell or ability will continue to affect it. Any spells or abilities on the stack that target a permanent continue to do so after that permanent converts."},{"date":"2022-10-14","text":"If a static ability of another permanent applies only to noncreature permanents, that ability applies to a Vehicle with living metal only during your opponents' turns. For example, if you control Arcee, Acrobatic Coupe and March of the Machines, Arcee will be a 2/2 artifact creature during your turn and a 3/3 artifact creature (because its mana value is 3) during each opponent's turn."},{"date":"2022-10-14","text":"If you copy a permanent spell cast this way, the copy has the characteristics of the card's back face, even though it isn't itself a double-faced card."},{"date":"2022-10-14","text":"Similarly, an ability of another card that instructs you to \"transform\" one of these cards will cause you to convert it, even if that ability doesn't use the word \"convert.\""},{"date":"2022-10-14","text":"The convert keyword action functions the same way as the transform keyword action found on some other cards; to convert a permanent on the battlefield, turn it over so that its other face is up."},{"date":"2022-10-14","text":"The cost is an alternative cost, so it can't be combined with any other alternative costs. It can be combined with any applicable additional costs."},{"date":"2022-10-14","text":"The mana value of a converted permanent on the battlefield is equal to the mana value of the card's front face, no matter which face is up."},{"date":"2022-10-14","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a More Than Meets the Eye cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of a spell cast using More Than Meets the Eye is determined by the mana cost on the front face of the card, no matter what the total cost to cast the spell was."},{"date":"2022-10-14","text":"When you cast a spell using its More Than Meets the Eye ability, the card is put onto the stack with its back face up. The resulting spell has all characteristics of that face."},{"date":"2022-10-14","text":"While it's a creature, the Vehicle has its printed power and toughness."}],"rarities":["mythic"]},"dalkovan encampment":{"name":"Dalkovan Encampment","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control a Swamp or a Mountain.\n{T}: Add {W}.\n{2}{W}, {T}: Whenever you attack this turn, create two 1/1 red Warrior creature tokens that are tapped and attacking. Sacrifice them at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"YouAttack","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"Token","name":"Warrior","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Warrior"],"colors":["Red"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}{W}, {T}: Whenever you attack this turn, create two 1/1 red Warrior creature tokens that are tapped and attacking. Sacrifice them at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control a Swamp or a Mountain.","condition":{"type":"UnlessControlsSubtype","subtypes":["Swamp","Mountain"]},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"33a90122-7280-4481-9b97-5879194cae40","metadata":{"related_token_ids":["0639a7f1-e1a9-5c70-9d2f-e43e36448115"],"source_printing_ids":["5af006f6-135e-4ea0-8ce4-7824934e87da","98ad5f0c-8775-4e89-8e92-84a6ade93e35"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Activating Dalkovan Encampment’s last ability creates a delayed triggered ability that will trigger each time you declare at least one creature as an attacker during a declare attackers step this turn. (This usually only happens once per turn, but effects like that of All-Out Assault’s last ability might cause it to happen more than once.) This ability will trigger even if Dalkovan Encampment is no longer on the battlefield. It won’t trigger if you don’t declare any creatures as attackers."},{"date":"2025-04-04","text":"You must already control a Swamp or Mountain as Dalkovan Encampment enters for it to enter untapped. If it enters at the same time as a Swamp or Mountain when you control no other Swamps or Mountains, it will enter tapped."}],"rarities":["rare"]},"damn":{"name":"Damn","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature. A creature destroyed this way can't be regenerated.\nOverload {2}{W}{W} (You may cast this spell for its overload cost. If you do, change \"target\" in its text to \"each.\")","non_ability_text":null,"flavor_name":null,"keywords":[{"Overload":{"type":"Cost","shards":["White","White"],"generic":2}}],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature. A creature destroyed this way can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","White"],"scryfall_oracle_id":"b01d61cc-9844-4191-86a0-f2db6d42d6e5","metadata":{"source_printing_ids":["1b25c224-4531-4fdc-9845-6663eaf60540","23b95b26-0bbf-4fa1-80c1-f621f1a1b947","2624fbf2-3a81-40f7-b3a0-9483cd4bf782","402060d4-10d6-4cee-aa8b-cd083bf5df43","483b64f7-bec5-4800-bdd4-6b303c5ec20e","84056124-1a6f-4274-bee2-74cf0debddb5","efeae088-9ac5-4d2f-a15c-d8675a471ac5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA2","DRC","DSC","LCC","MH2","PMH2","PRM","SLD"],"rulings":[{"date":"2024-01-12","text":"Because a spell with overload doesn't target when its overload cost is paid, it may affect permanents with hexproof or with protection from the appropriate color."},{"date":"2024-01-12","text":"If you are instructed to cast a spell with overload \"without paying its mana cost,\" you can't choose to pay its overload cost instead."},{"date":"2024-01-12","text":"If you don't pay the overload cost of a spell with overload, that spell will have a single target. If you pay the overload cost, the spell won't have any targets."},{"date":"2024-01-12","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an overload cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare","mythic"]},"damping matrix":{"name":"Damping Matrix","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Activated abilities of artifacts and creatures can't be activated unless they're mana abilities.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: Activated abilities of artifacts and creatures can't be activated unless they're mana abilities."},"cost":null,"sub_ability":null,"duration":null,"description":"Activated abilities of artifacts and creatures can't be activated unless they're mana abilities.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"10403a8c-2534-421e-8809-5fc019623452","metadata":{"source_printing_ids":["d7c89492-ef45-460e-9c78-83c8c8c80fe2","e2214e75-e469-41ae-8412-df725c097d08"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MM3","MRD"],"rulings":[{"date":"2017-03-14","text":"A mana ability is an ability that produces mana, not an ability that costs mana."},{"date":"2017-03-14","text":"Activated abilities contain a colon. They’re generally written “[Cost]: [Effect].” Some keyword abilities, such as equip, are activated abilities and will have colons in their reminder text."},{"date":"2017-03-14","text":"Damping Matrix’s ability affects only artifacts and creatures on the battlefield. Activated abilities that work in other zones (such as bloodrush or unearth) can still be activated. Triggered abilities (starting with “when,” “whenever,” or “at”) are unaffected."}],"rarities":["rare"]},"dandân":{"name":"Dandân","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fish"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't attack unless defending player controls an Island.\nWhen you control no Islands, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you control no Islands, sacrifice ~.","constraint":null,"condition":{"type":"ControlsNone","filter":{"type":"Typed","type_filters":[{"Subtype":"Island"}],"controller":"You","properties":[]}},"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Not","condition":{"type":"DefendingPlayerControls","filter":{"type":"Typed","type_filters":[{"Subtype":"Island"}],"controller":null,"properties":[]}}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack unless defending player controls an Island."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"88929373-b2c8-4a81-a809-fed87fd5b0d7","metadata":{"source_printing_ids":["1a056620-f9a3-4643-bf4a-1b7cfe2fcb63","414d3cae-b8cf-4d53-bd6b-1aa83a828ba9","7715d930-6d75-4b28-9e83-ebd0a1d792b8","9ac60e8c-ef5b-4893-b3e5-4a54cb0a0d3a","a2104c94-4d28-42a8-a620-0cb3aa83eff1","ac2e32d0-f172-4934-9d73-1bc2ab86586e","b70aee2e-8632-4282-8ff8-bcab8ae0480d","bfc43585-55ac-4d58-9e80-b19a7c8c8662"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","ARN","BCHR","CHR","RIN","SLD","TSB"],"rarities":["common","rare","special"]},"dark confidant":{"name":"Dark Confidant","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, reveal the top card of your library and put that card into your hand. You lose life equal to its mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Anaphoric"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, reveal the top card of your library and put that card into your hand. You lose life equal to its mana value.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2068185c-1b50-47d0-aa3f-bf505d199428","metadata":{"source_printing_ids":["05cf51d8-9f91-42ff-99e9-4397f2251c20","2520ab23-a068-4462-b261-2754409b4108","378df0f4-5043-461f-8705-9a2c0c3acd43","4c008ad2-ad33-46ee-a3f1-af85368c8734","537ba5f0-2931-46e6-bb32-d947a3588d20","62895ba2-49d9-4c6e-8545-687cc6c8ef0a","6c821158-f71a-48f9-b6b4-b0e605f22bec","888597ce-c780-461b-a619-32c14636fc76","94f7a441-bf2d-46fb-a7b6-9bd6137f86d9","b0d88239-43dc-46b8-8d46-626e2f8f1070","c74e9388-460d-4dbf-934e-f3ecb48af6e8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","FIN","G11","J25","MM2","MMA","PFIN","PRM","RAV","RVR","SCH"],"rulings":[{"date":"2020-08-07","text":"If a card in a player's library has {X} in its mana cost, X is considered to be 0."},{"date":"2025-06-06","text":"If a card in a player's library has {X} in its mana cost, X is 0 for the purpose of determining its mana value."}],"rarities":["rare","mythic"]},"dark depths":{"name":"Dark Depths","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary","Snow"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Dark Depths enters with ten ice counters on it.\n{3}: Remove an ice counter from Dark Depths.\nWhen Dark Depths has no ice counters on it, sacrifice it. If you do, create Marit Lage, a legendary 20/20 black Avatar creature token with flying and indestructible.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"RemoveCounter","counter_type":"ice","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}: Remove an ice counter from ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Marit Lage","power":{"type":"Fixed","value":20},"toughness":{"type":"Fixed","value":20},"types":["Creature","Avatar"],"colors":["Black"],"keywords":["Flying","Indestructible"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"supertypes":["Legendary"]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ has no ice counters on it, sacrifice it. If you do, create Marit Lage, a legendary 20/20 black Avatar creature token with flying and indestructible.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"ice"},"minimum":0,"maximum":0},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"ice","count":{"type":"Fixed","value":10},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with ten ice counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"c9b82110-7dfd-4617-9399-9510be449043","metadata":{"related_token_ids":["417106fb-eca9-5ef6-86fc-861cf8bea2c6","57e13c62-2f78-54ae-a51e-4c5ff0c7c63d","7499c3c7-8227-53a6-828e-788bcde1fa47","98aa3953-ada2-5f4e-8a00-eb7f6b82e9a4","99cd5dce-a251-5697-94e6-0360d92d8ab7","e2eaae22-fda0-5aa8-99a9-70df43af1258","f7f8466b-ba9f-54c9-afe2-d054c9d7b03b","ffabd0a6-5006-5c9a-8718-531071d99107"],"source_printing_ids":["00cb17a0-5a13-4d02-b7fb-f99531bc8ca5","09c224c7-418d-4b64-9d56-a87e4ff631ab","13a4a3e6-77d4-453e-9978-68352fcf8d29","3a8b11ad-d077-40b6-988c-0462e118fe3d","3e6ebe92-1ea2-4bfa-8464-851b808fef0b","92409c3a-fb1a-4205-9fe1-0f5affc7b21d","9731e38f-ae94-400d-ac30-5f0a7d6abb88","bbde4755-7fd0-42b3-a0fd-80a7d6edd950","e00d16f9-ea27-4aa3-a134-4e04f934d020","e8fa97f8-2f52-426a-84f3-a7b85fda1344","ea979ce3-5ac3-4ca1-a28c-aa6071c32616","f78398af-06b7-41f8-8aaa-81800f490121"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"banned","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","CSP","DMR","M3C","PLST","PUMA","SLD","TLE","UMA","V16"],"rulings":[{"date":"2022-12-08","text":"Dark Depths doesn't have a mana ability. It doesn't tap for colorless mana."},{"date":"2022-12-08","text":"If Dark Depths leaves the battlefield before its triggered ability resolves, you won't be able to sacrifice it, so you won't create Marit Lage."},{"date":"2022-12-08","text":"The last ability of Dark Depths is a state trigger. It won't trigger again while the ability is on the stack, but if the ability is countered and Dark Depths is still on the battlefield with no ice counters on it, it will trigger again immediately."}],"rarities":["rare","mythic"]},"dark leo & shredder":{"name":"Dark Leo & Shredder","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Ninja","Turtle","Human"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Sneak {W}{B}\nAttacking Ninjas you control have deathtouch.\nWhenever Dark Leo & Shredder deal combat damage to a player, create a 1/1 black Ninja creature token. Then if you control five or more Ninjas, that player loses half their life, rounded up.","non_ability_text":null,"flavor_name":null,"keywords":[{"Sneak":{"type":"Cost","shards":["White","Black"],"generic":0}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Ninja","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Ninja"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"ScopedPlayer"}}},"divisor":2,"rounding":"Up"},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Ninja"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deal combat damage to a player, create a 1/1 black Ninja creature token. Then if you control five or more Ninjas, that player loses half their life, rounded up.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Ninja"}],"controller":"You","properties":[{"type":"Attacking"}]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking Ninjas you control have deathtouch."}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"c3ea6af5-48b9-45d2-9576-46cacb2db5b0","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["c54d9de8-d09a-51f5-b98e-9a0853bcd8a9"],"source_printing_ids":["453f1766-c369-423a-8ce6-f6c25753125a","8cca5d97-c754-4d8a-8f59-b59a712a8fd0","b8988f95-1c0b-4886-ad3f-b9d38edb672d","bab93474-2f98-49a1-874f-b794bf81bd0c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"Although a creature put onto the battlefield this way is attacking, it was never declared as an attacking creature. Abilities that trigger whenever a creature attacks won't trigger when that creature enters attacking."},{"date":"2026-01-27","text":"If a creature spell's sneak cost was paid, the creature it becomes enters tapped and attacking the same player, planeswalker, or battle as the creature that was returned to its owner's hand to pay its sneak cost. This is a rule specific to sneak; in other cases, when a creature is put onto the battlefield attacking, that creature's controller chooses which player, planeswalker, or battle it's attacking."},{"date":"2026-01-27","text":"Spells can only be cast for their sneak costs any time you could play an instant during the declare blockers step on your turn (after your opponent has decided whether to block)."}],"rarities":["mythic"]},"dark ritual":{"name":"Dark Ritual","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Add {B}{B}{B}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black","Black","Black"]}},"cost":null,"sub_ability":null,"duration":null,"description":"Add {B}{B}{B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"53f7c868-b03e-4fc2-8dcf-a75bbfa3272b","metadata":{"source_printing_ids":["0690f724-eb95-416b-b064-f1239e2a30e8","11e12a84-e7be-4afc-a230-c2e644743fa8","14d3df0a-ccc4-4849-a95b-d6ed91cb05f1","14f7a682-907e-4ff9-8765-44e7c26a6492","16905bf2-7afe-468c-8ffd-d186a1f8819f","1b5fc7ce-0618-4145-b8aa-bc871e4afa99","20fec71b-a9e8-4b2d-b480-6a977e29a5a6","2bbcbe12-b615-47e6-8b6b-c59f92f16c3d","342a13a5-a80b-426c-9e33-c88c47a4b2fd","3477f601-5374-4316-a74e-b5e198af482b","387b1238-7158-4d67-b98b-a3e224a9ed2b","3f0e9d0d-e1a3-4e0a-bf39-e9aaf4d36d67","43c636bd-9071-4212-8e2e-5d6c6f39f3d1","464127e8-9d82-44a3-95a3-6e7535e6fa2f","48cb9467-657e-453f-afc8-1bf7121570ad","493a5ca7-5f90-4af4-b6db-43ae09a2f2c9","4ebcd681-1871-4914-bcd7-6bd95829f6e0","5475b9b2-fafc-4387-8760-d906b3f6ab31","5f363f93-be79-46c6-9dee-987d31da157a","6739a5bb-5ed7-4f15-affb-4170239d997a","6e169f68-d336-429d-bdd0-f034a53391a3","6fc57076-cac4-4f5e-956b-e3d77bd258b2","7cc0cfe1-7f13-4b1b-9a37-33ef457d3c62","7ecf65b4-11f7-4a18-833e-0f017ea98f94","8b1f1d56-6771-4e53-912e-a81620df505e","95f27eeb-6f14-4db3-adb9-9be5ed76b34b","a5dc69ff-b3d4-420e-858c-4880d852c415","a6aacc3e-fe37-4a08-83e6-7ee8c0c0af74","b734cb11-2024-411f-9885-dafda14bb431","bf4708e8-2149-4990-987c-2ea55fc6c508","c4d24ff3-315d-44cd-8c27-d8ad6972e027","c72d2bb0-471a-4b4d-9ae3-9de4699c9ef3","c825f254-6f22-4610-85be-4d04275e6601","d0a9d3c2-2fa6-41d5-bec8-86c1714ebc1d","ebb6664d-23ca-456e-9916-afcd6f26aa7f","ed01a644-f25c-44ee-aa42-688203032798","eed6c473-bf79-46d0-adf1-a357ca98a9d6","ef9d3e48-85c2-4347-810f-a6a0725b288d","f556b9b8-6811-4328-9297-f1e7876c2d7d","f688acae-aba5-48fb-b69f-6f93549b4149","fae25afd-0d16-431c-a85e-7ac91cef9050","fc10a108-dd8f-4dd5-9189-27a009bad1e3","fdb2f93b-3278-4b42-9fde-163b735da738"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","oathbreaker":"banned","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","40K","4BB","4ED","5ED","A25","BRB","BTD","CED","CEI","CST","DDC","DDE","DKM","DVD","FBB","FCA","G09","HOP","ICE","ITP","J21","LEA","LEB","MB2","ME4","MIR","MMQ","MP2","MSC","PLST","PMEI","PRM","PTC","RQS","SLD","SLP","STA","SUM","TMC","TMP","TPR","USG","V13","VMA","WC01","WC99"],"rarities":["common","uncommon","rare","mythic","special"]},"darksteel colossus":{"name":"Darksteel Colossus","mana_cost":{"type":"Cost","shards":[],"generic":11},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":11},"toughness":{"type":"Fixed","value":11},"loyalty":null,"defense":null,"oracle_text":"Trample (This creature can deal excess combat damage to the player or planeswalker it's attacking.)\nIndestructible (Damage and effects that say \"destroy\" don't destroy this creature.)\nIf Darksteel Colossus would be put into a graveyard from anywhere, reveal Darksteel Colossus and shuffle it into its owner's library instead.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible","Trample"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Reveal","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Owner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If ~ would be put into a graveyard from anywhere, reveal ~ and shuffle it into its owner's library instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"scryfall_oracle_id":"1b09d0cf-403c-4a15-aeee-602a1bdaf0c1","metadata":{"source_printing_ids":["44012fb2-9dbc-408a-b84b-1302b442f699","5a3aa1ce-8757-4541-8ac7-1e7e203b60fc","70197723-c61b-4600-b61d-41380c8f3067","8b5341ab-85a6-44b2-b738-1110e699c02b","cbc27b24-f085-48b0-8757-cd11fbf25b91"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DST","FDN","M10","PW24","SLD"],"rulings":[{"date":"2013-07-01","text":"Lethal damage, damage from a source with deathtouch, and effects that say \"destroy\" won't cause a creature with indestructible to be put into the graveyard. However, a creature with indestructible can be put into the graveyard for a number of reasons. The most likely reasons are if it's sacrificed or if its toughness is 0 or less. (In these cases, of course, Darksteel Colossus would be shuffled into its owner's library instead of being put into its owner's graveyard.)"}],"rarities":["rare","mythic"]},"darksteel ingot":{"name":"Darksteel Ingot","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Indestructible (Effects that say \"destroy\" don't destroy this artifact.)\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"a2529491-7389-4cfa-92d2-145eda779603","metadata":{"source_printing_ids":["1fa9117c-9c77-41f0-a290-4954bbf1cc0b","290a80b6-2e9e-495f-81b6-845ee80fb9c2","325c5025-2f18-4085-b25a-52562be8cdae","5dddc050-56ed-43b4-a34d-fea76f3e8a55","5fb4c2b7-8714-496e-a981-844e8e5b81ea","6dab1b10-dbcb-4662-aa63-f394613c1c57","80eb888b-5a1a-4ef7-be49-1059023f2cc3","8dba9786-a504-49d0-9558-b70bf05bb694","9285e6d5-39cc-4750-96cc-98830d11ed10","afc439e0-59a8-4eb3-ac54-ab908c4ec50b","b02b9634-77e9-48ae-a6bf-859598d12c52","f279fcf1-e4f5-4873-9d73-8d62e0343b81"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C13","C15","C16","C17","CM2","CMA","CMD","CMM","DST","M14","OTC","PAL04","PIO","PLST","PRM","SLD"],"rarities":["common","uncommon","rare"]},"darksteel mutation":{"name":"Darksteel Mutation","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature is an Insect artifact creature with base power and toughness 0/1 and has indestructible, and it loses all other abilities, card types, and creature types.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"SetCardTypes","core_types":["Artifact","Creature"]},{"type":"SetPower","value":0},{"type":"SetToughness","value":1},{"type":"RemoveAllAbilities"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddKeyword","keyword":"Indestructible"},{"type":"AddSubtype","subtype":"Insect"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature is an Insect artifact creature with base power and toughness 0/1 and has indestructible, and it loses all other abilities, card types, and creature types."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"05a4f8ff-49da-42af-add5-6248c4b0644b","metadata":{"source_printing_ids":["08605ffa-de04-4831-a078-5b3d65c2526f","0ca32f80-ccff-475e-8e5e-a754fe60bb4e","6e776a1e-266d-4b30-83da-be4721a55ed2","7f11af1f-6402-47a9-a515-06aad9c497fd","9a067555-570a-4ffd-a98d-b7137f3d8538","afa4c889-0577-4173-9f85-42a7bf675aaf","ba7d679c-4105-4196-9444-fd2f42f59272","e47a6750-4fdd-44e2-86ae-5bc4d414bf42"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","C21","CMA","CMM","PLST","SLD","SOC","VOC"],"rulings":[{"date":"2013-10-17","text":"Darksteel Mutation causes the enchanted creature to lose all abilities except indestructible at the time it becomes enchanted. Any abilities the creature gains after that point will work normally."},{"date":"2013-10-17","text":"Darksteel Mutation doesn't affect the enchanted creature's colors, if any. It will continue to be whatever color or colors it was before Darksteel Mutation entered the battlefield."},{"date":"2013-10-17","text":"Darksteel Mutation overwrites any previous effects that set the enchanted creature's power or toughness to a specific value. Any such effects that start to apply after Darksteel Mutation entered the battlefield will work normally."},{"date":"2013-10-17","text":"Darksteel Mutation overwrites the printed power and toughness of the enchanted creature, as well as any characteristic-defining abilities that define power and/or toughness."},{"date":"2013-10-17","text":"However, Darksteel Mutation does not overwrite effects that change the enchanted creature's power or toughness without setting it to a specific value (such as the ones created by Giant Growth or Glorious Anthem). It also won't overwrite the effect of counters."},{"date":"2013-10-17","text":"In some rare cases, the creature may have subtypes other than creature types before becoming enchanted with Darksteel Mutation. If it had any other artifact subtypes (such as Equipment), it will retain those. If it had any subtypes other than artifact types and creature types (such as Shrine), it won't retain those."},{"date":"2013-10-17","text":"The creature will keep any supertypes it previously had. Notably, if Darksteel Mutation is enchanting a legendary creature, that creature will continue to be legendary. Also, if it's enchanting a commander, that creature will continue to be a commander."},{"date":"2013-10-17","text":"The enchanted creature will be only an artifact and a creature, not any other card types. It will be only an Insect, not any other creature types."}],"rarities":["uncommon"]},"darksteel plate":{"name":"Darksteel Plate","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Indestructible\nEquipped creature has indestructible.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has indestructible."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"b5b4cf54-ed5e-42d0-9d98-5fec76b0b0b8","metadata":{"source_printing_ids":["3f99fb1e-99a6-4c83-98eb-7bff23996a7f","49277723-84df-4842-a8e5-cdf1c1aa8161","6251c38d-ad22-4372-b086-5df52cdb153e","7718b0ef-9df6-4983-b902-8d9580fc9370","876fb8d6-1ac5-4b3d-a300-2a954000b1cb","ba60731f-ed96-4eba-b2de-94965745f35a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AA1","DDU","FIC","MBS","SLD"],"rarities":["rare"]},"darksteel reactor":{"name":"Darksteel Reactor","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Indestructible (Effects that say \"destroy\" don't destroy this artifact.)\nAt the beginning of your upkeep, you may put a charge counter on this artifact.\nWhen this artifact has twenty or more charge counters on it, you win the game.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may put a charge counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ has twenty or more charge counters on it, you win the game.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":20},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"bc483bab-14fb-498d-9310-9c070766c7ae","metadata":{"source_printing_ids":["1b2f1e30-7b30-4853-aeac-3b0933d4ac5e","a07dd78e-8348-41ad-b6dd-f8a709e051fe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["DST","EOC","HA1"],"rarities":["rare"]},"dash hopes":{"name":"Dash Hopes","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, any player may pay 5 life. If a player does, counter Dash Hopes.\nCounter target spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":5}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, any player may pay 5 life. If a player does, counter ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6a4ace6b-ef3a-4d11-89d7-958f98dcc445","metadata":{"source_printing_ids":["814bcfc0-7539-4ed9-8b51-27e6a3ab9d9a","bdcedbd8-fa14-4a99-8dbb-ea797172f021"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["PLC","PLST"],"rulings":[{"date":"2007-02-01","text":"As the triggered ability resolves, the active player gets the option to perform the action. If that player declines, the next player in turn order gets the option. As soon as any player performs the action, the spell is countered, but the remaining players still get the option. If all players decline, the spell remains on the stack."},{"date":"2007-02-01","text":"When this spell is cast, its “when you cast” ability triggers and goes on the stack on top of it."},{"date":"2013-07-01","text":"A player can’t choose to pay 5 life unless they actually have 5 or more life to pay."}],"rarities":["common"]},"dawn of hope":{"name":"Dawn of Hope","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, you may pay {2}. If you do, draw a card.\n{3}{W}: Create a 1/1 white Soldier creature token with lifelink.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":["Lifelink"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{W}: Create a 1/1 white Soldier creature token with lifelink.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, you may pay {2}. If you do, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d7a38484-2acc-49a6-b32d-d54dddb14d31","metadata":{"related_token_ids":["3bdb268c-8791-54bc-8904-6d3245934224","4f83983f-76b0-57e8-8231-0e19f4bd4362","5c38d6e3-0e9d-56ac-95a0-5c0e180c2fd2","7b7781e6-b461-5e77-b90c-ac8bdce26017"],"source_printing_ids":["08033756-5fee-49c1-a968-9ed3e70cd571","6f66cf2f-191d-4cbf-a340-a516973a7751","a02540fc-42ee-4f61-99c8-efdd1a70373c","cf2a9e82-8670-4b7f-b5f0-8e10f8aeff1c","de36ecaa-62e0-4f1c-b07f-837a786dc897","f88e1bb5-dd3a-46e9-a52d-ec42002c4a05"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GRN","J22","LTC","PGRN","PLST","SCD","WOT"],"rulings":[{"date":"2018-10-05","text":"Dawn of Hope's first ability triggers just once for each life-gaining event, whether it's 1 life from Vicious Rumors or 3 life from Creeping Chill."},{"date":"2018-10-05","text":"If you gain an amount of life \"for each\" of something, that life is gained as one event and Dawn of Hope's first ability triggers only once."},{"date":"2018-10-05","text":"In a Two-Headed Giant game, life gained by your teammate won't cause the ability to trigger, even though it caused your team's life total to increase."},{"date":"2018-10-05","text":"You can't pay {2} multiple times to draw more than one card each time you resolve Dawn of Hope's triggered ability."},{"date":"2023-09-01","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Dawn of Hope's ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."}],"rarities":["rare"]},"dawnsire, sunstar dreadnought":{"name":"Dawnsire, Sunstar Dreadnought","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":20},"toughness":{"type":"Fixed","value":20},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 20+.)\n10+ | Whenever you attack, Dawnsire deals 100 damage to up to one target creature or planeswalker.\n20+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":100},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, ~ deals 100 damage to up to one target creature or planeswalker.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":10},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":20},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"20+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":20},{"type":"SetToughness","value":20}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":20},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 20+"}],"replacements":[],"color_override":null,"scryfall_oracle_id":"afc9436b-8cad-4916-929d-ff33a37b42d5","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6133355c-3dcf-466a-b771-fe6c44d4fa4d","8a242c45-07a7-48bf-8cd0-159fd9f5ecbc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["mythic"]},"day of black sun":{"name":"Day of Black Sun","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature with mana value X or less loses all abilities until end of turn. Destroy those creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]},"modifications":[{"type":"RemoveAllAbilities"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose all abilities"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TrackedSet","id":0},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Each creature with mana value X or less loses all abilities until end of turn. Destroy those creatures.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"dc857129-533c-41d1-8e8b-1c0443030d69","metadata":{"source_printing_ids":["d0e24797-3e45-4c2b-b4b0-1ef44d42eaee","f42f6bd4-dc1d-4b5f-9489-2cb109a68904"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSPL","PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"If a creature with an ability that triggers when that creature dies or leaves the battlefield loses that ability and is then destroyed, that ability will not trigger. Those types of triggers need to exist on the battlefield in order to work. Any abilities that trigger when a creature card is \"put into the graveyard from anywhere\" would still trigger, because those abilities function from the graveyard, where the card is a new object that still has the ability."}],"rarities":["rare"]},"day of the dragons":{"name":"Day of the Dragons","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile all creatures you control. Then create that many 5/5 red Dragon creature tokens with flying.\nWhen this enchantment leaves the battlefield, sacrifice all Dragons you control. Then return the exiled cards to the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Dragon","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"types":["Creature","Dragon"],"colors":["Red"],"keywords":["Flying"],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile all creatures you control. Then create that many 5/5 red Dragon creature tokens with flying.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, sacrifice all Dragons you control. Then return the exiled cards to the battlefield under your control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c4df259a-cdd4-420a-8e3d-7b69da5c9f6f","metadata":{"related_token_ids":["4588ccb3-283b-51b2-9840-7d08f985f47f","75f1aaaf-4e2a-5338-91b8-21c4ac47076b","a9e60e92-54e8-55c2-bdf2-a8bb21cff404","ff07ac7d-b9fe-5fa5-8402-45ce70e5a9e3"],"source_printing_ids":["33aac116-e138-404d-a3c3-95a8b5d9d22f","366a934c-eb01-48c6-8393-c2fe0708ff91","76e4dd1d-b0bd-4fcf-b5c5-fe203af2fe8e","91d702a9-efdc-4e88-afe1-451f3a5b3ebb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["C15","IMA","KHC","SCG"],"rulings":[{"date":"2017-11-17","text":"All of the nontoken creatures you exiled return to the battlefield when Day of the Dragons leaves the battlefield, even if some or all of the Dragon tokens had already left the battlefield."},{"date":"2017-11-17","text":"Auras attached to the exiled creatures will be put into their owners’ graveyards. Equipment attached to the exiled creatures will become unattached and remain on the battlefield. Any counters on the exiled creatures will cease to exist."},{"date":"2017-11-17","text":"If Day of the Dragons leaves the battlefield before its first ability has resolved, its second ability will trigger and you’ll sacrifice any Dragons you already control. Then its first ability will resolve and exile your creatures forever, leaving you with that many Dragon tokens."},{"date":"2017-11-17","text":"Token creatures will count to determine how many Dragon tokens you create, but they won’t be returned to the battlefield when Day of the Dragons leaves the battlefield."}],"rarities":["rare"]},"day of the moon":{"name":"Day of the Moon","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI, II, III — Choose a creature card name, then goad all creatures with a name chosen for this enchantment. (Until your next turn, they attack each combat if able and attack a player other than you if able.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GoadAll","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"HasChosenName"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GoadAll","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"HasChosenName"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GoadAll","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"HasChosenName"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7ec3aaa4-8b6a-4046-b599-654f9844ca6c","metadata":{"source_printing_ids":["27e0b79b-874b-4ae2-b60e-ee6cb6753e6d","adc53534-f362-4871-a594-9855a4923cd0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rarities":["rare"]},"daybreak ranger":{"name":"Daybreak Ranger","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Archer","Ranger","Werewolf"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{T}: This creature deals 2 damage to target creature with flying.\nAt the beginning of each upkeep, if no spells were cast last turn, transform this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals 2 damage to target creature with flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each upkeep, if no spells were cast last turn, transform ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastLastTurn"}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"280624aa-5f9a-48fd-85ea-815c96c747b3","metadata":{"source_printing_ids":["25b54a1d-e201-453b-9173-b04e06ee6fb7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["ISD"],"rulings":[{"date":"2016-07-13","text":"For more information on double-faced cards, see the Shadows over Innistrad mechanics article (http://magic.wizards.com/en/articles/archive/feature/shadows-over-innistrad-mechanics)."}],"rarities":["rare"]},"dazzling beauty":{"name":"Dazzling Beauty","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cast this spell only during the declare blockers step.\nTarget unblocked attacking creature becomes blocked. (This spell works on creatures that can't be blocked.)\nDraw a card at the beginning of the next turn's upkeep.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"BecomeBlocked","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Unblocked"},{"type":"Attacking"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"Upkeep"},"effect":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target unblocked attacking creature becomes blocked.\nDraw a card at the beginning of the next turn's upkeep.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"de96ef93-a2e0-409d-9d25-fcb2405039b5","casting_restrictions":[{"type":"DeclareBlockersStep"}],"metadata":{"source_printing_ids":["ad0ece98-5506-4a18-b900-8d1a6cd87385"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"Is not very useful against Trample creatures since Trample damage comes through as if a zero toughness creature blocked the Trampler."},{"date":"2004-10-04","text":"Works on creatures that can’t be blocked and on creatures that have special blocking requirements."}],"rarities":["common"]},"dead":{"name":"Dead","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Dead deals 2 damage to target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"86790a10-c564-44b7-a177-1e66ab9afe77","metadata":{"source_printing_ids":["27fe8b3b-5a1f-46c3-ac13-18098cdbde38","45b090c7-f1ba-4656-8b51-915fc1876922","96fd8d8e-8f2a-4240-bcb7-18f73fd47bd5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"layout":"split","printings":["PLC","PLST","TSR"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["common"]},"dead before sunrise":{"name":"Dead Before Sunrise","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until end of turn, outlaw creatures you control get +1/+0 and gain \"{T}: This creature deals damage equal to its power to target creature.\" (Assassins, Mercenaries, Pirates, Rogues, and Warlocks are outlaws.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Assassin"},{"Subtype":"Mercenary"},{"Subtype":"Pirate"},{"Subtype":"Rogue"},{"Subtype":"Warlock"}]},"Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals damage equal to its power to target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+0 and gain \"{T}: ~ deals damage equal to its power to target creature.\""}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, outlaw creatures you control get +1/+0 and gain \"{T}: ~ deals damage equal to its power to target creature.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"949a02ad-7530-4b2b-a1e3-0c70324e23d6","metadata":{"source_printing_ids":["5e80936a-e2b2-4bc7-ba8d-7aecd822a6eb","f2206ff3-f02b-4598-b14b-9db0428f5aeb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["OTC"],"rulings":[{"date":"2024-04-12","text":"A card, spell, or permanent is an outlaw if it has the Assassin, Mercenary, Pirate, Rogue, or Warlock creature type. It doesn’t matter if it has more than one of those creature types; as long as it has at least one, it’s an outlaw."},{"date":"2024-04-12","text":"If a creature leaves the battlefield while the ability granted to it by Dead Before Sunrise is still on the stack, use that creature’s power as it last existed on the battlefield to determine how much damage to deal."},{"date":"2024-04-12","text":"If an ability refers to an outlaw or whether a player controls an outlaw, it’s referring only to permanents with one or more of the creature types specified above. Notably, it’s not referring to any spell or card not on the battlefield. However, other abilities may refer to an “outlaw spell” or “outlaw card” in a zone other than the battlefield. Those abilities refer to spells and cards with one or more of the specified creature types."},{"date":"2024-04-12","text":"Outlaw is not a creature type. If an effect asks you to choose a creature type, you can’t choose outlaw."}],"rarities":["rare"]},"deadeye navigator":{"name":"Deadeye Navigator","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Soulbond (You may pair this creature with another unpaired creature when either enters. They remain paired for as long as you control both of them.)\nAs long as Deadeye Navigator is paired with another creature, each of those creatures has \"{1}{U}: Exile this creature, then return it to the battlefield under your control.\"","non_ability_text":null,"flavor_name":null,"keywords":["Soulbond"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PairWith","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.95a: When this creature enters, you may pair it with another unpaired creature you control.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}},{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}}]},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PairWith","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"Unpaired"}]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.95a: Whenever another unpaired creature you control enters, you may pair it with this creature.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}},{"type":"ZoneChangeObjectMatchesFilter","destination":"Battlefield","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}}]},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"SourceIsPaired"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is paired with another creature, each of those creatures has \"{1}{U}: Exile ~, then return it to the battlefield under your control.\""}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ebef6d84-b724-4a84-bcde-8eb6dc06717d","metadata":{"source_printing_ids":["21ebcdf1-20a3-4e6b-aa16-672333e4f969","4dbd3c6d-bae8-435f-927e-810c1723edae","4f0791b5-fdb4-4378-8fd3-7e7367ffc05c","f26a79b9-9f09-476e-b914-cade929dd852","fa94262b-f740-48fb-a937-75776864c9ee"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AVR","INR","MM3","SLD"],"rulings":[{"date":"2017-03-14","text":"If you activate the ability granted by Deadeye Navigator, the creature will be exiled, the pair will immediately be broken, and then the card will be returned to the battlefield. Deadeye Navigator’s soulbond ability triggers when that card enters the battlefield and the pair can then be reunited."},{"date":"2017-03-14","text":"Once Deadeye Navigator or the creature it’s paired with is exiled, the other creature will no longer have the activated ability. However, you can activate the ability of one creature in response to activating the ability of the other creature."}],"rarities":["rare"]},"deadly brew":{"name":"Deadly Brew","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player sacrifices a creature or planeswalker of their choice. If you sacrificed a permanent this way, you may return another permanent card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"CostPaidObjectMatchesFilter","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Each player sacrifices a creature or planeswalker of their choice. If you sacrificed a permanent this way, you may return another permanent card from your graveyard to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"b831d3f8-07ce-4172-ba29-213cac414c9a","metadata":{"source_printing_ids":["3e5493c3-0be2-467c-82f0-3ee1ca909d0c","4cd4d5a4-4342-49fb-b1e4-7d08e6cf5376","87d33e48-90fc-4aac-b09a-68050bc053b5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","SOC","STX"],"rulings":[{"date":"2021-04-16","text":"First the active player chooses which creature or planeswalker they'll sacrifice, then each other player in turn order does the same, knowing choices made before their choice. Then all those permanents are sacrificed simultaneously."},{"date":"2021-04-16","text":"If you cast Deadly Brew and control any creatures or planeswalkers as it resolves, you must sacrifice one of them."},{"date":"2021-04-16","text":"You cannot return the same permanent card that you sacrificed."},{"date":"2021-04-16","text":"You choose which permanent card you're returning to your hand, if any, as Deadly Brew resolves, after permanents are sacrificed."}],"rarities":["uncommon"]},"deadly cover-up":{"name":"Deadly Cover-Up","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may collect evidence 6.\nDestroy all creatures. If evidence was collected, exile a card from an opponent's graveyard. Then search its owner's graveyard, hand, and library for any number of cards with that name and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","source_zones":["Graveyard","Hand","Library"],"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"SameNameAsParentTarget"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2147483647}},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"ParentTargetOwner","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ExiledFromHandThisResolution"}},"target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy all creatures. If evidence was collected, exile a card from an opponent's graveyard. Then search its owner's graveyard, hand, and library for any number of cards with that name and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"04e2afbe-0c08-42bc-93e6-662066a958bf","additional_cost":{"type":"Optional","data":{"cost":{"type":"CollectEvidence","amount":6}}},"metadata":{"source_printing_ids":["01f667e6-c27d-4055-8ddb-ea6cbcde6e4e","3876aa0f-b199-43f5-8a91-c2d620b8ef84"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."},{"date":"2024-02-02","text":"Unlike many other effects of this kind, Deadly Cover-Up allows its controller to exile a basic land."}],"rarities":["rare"]},"deadly rollick":{"name":"Deadly Rollick","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you control a commander, you may cast this spell without paying its mana cost.\nExile target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Exile target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0456ec64-2c81-4763-a352-8ff64a4c3d6b","casting_options":[{"kind":"CastWithoutManaCost","condition":{"type":"YouControlSubtypeCountAtLeast","subtype":"commander","count":1}}],"metadata":{"source_printing_ids":["0e13f735-54fa-42b6-aea4-ced33811d7d4","33ace025-c949-482d-bb6a-b3ad13bc981c","43fc8546-60a7-470b-942a-189850eea15f","701335fe-657c-408e-9030-85c9d6f4a666","a30c266d-579e-4757-a4d6-6722fa343a6c","c61fa2c0-63c0-4dc2-9f17-5a00530e3348"]},"legalities":{"brawl":"banned","commander":"legal","duel":"banned","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C20","CMM","SLD","TLE"],"rulings":[{"date":"2020-04-17","text":"It doesn’t matter whose commander you control. Any one will do. If you have two commanders, you just need to control one of them."},{"date":"2020-04-17","text":"Once you begin casting this spell, players can’t take any other actions until you’re done casting it. Notably, they can’t try to remove the commander you control to make you pay its cost."}],"rarities":["rare"]},"death":{"name":"Death","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target creature card from your graveyard to the battlefield. You lose life equal to its mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Anaphoric"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return target creature card from your graveyard to the battlefield. You lose life equal to its mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"d476f4b3-db63-4756-ab76-4b35f63c2825","metadata":{"source_printing_ids":["2424f2c4-366b-42cf-bf4b-a8a5bfdd2c4b","7ab75cdb-93a1-4f78-b404-37566295c321","e16d52ca-f8de-4852-9bff-9d208e5f678f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["AA2","APC","DDJ","DMR","F06","PRM"],"rarities":["uncommon"]},"death charmer":{"name":"Death Charmer","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Worm","Mercenary"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature deals combat damage to a creature, that creature's controller loses 2 life unless they pay {2}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a creature, that creature's controller loses 2 life unless they pay {2}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"ParentTargetController"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"491606d8-e9c1-4f89-bbef-b7590d310097","metadata":{"source_printing_ids":["e58a303a-9f7a-43e7-bcba-c58b378a53ce"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["PCY"],"rarities":["common"]},"death of a thousand stings":{"name":"Death of a Thousand Stings","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Arcane"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player loses 1 life and you gain 1 life.\nAt the beginning of your upkeep, if you have more cards in hand than each opponent, you may return this card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target player loses 1 life and you gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you have more cards in hand than each opponent, you may return this card from your graveyard to your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Opponent","aggregate":"Max"}}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"25895c28-23c1-439e-858b-5cb31fdc31de","metadata":{"source_printing_ids":["a31ca907-a274-436e-8433-7f11b0303f75"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["SOK"],"rarities":["common"]},"death pits of rath":{"name":"Death Pits of Rath","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature is dealt damage, destroy it. It can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TriggeringSource"},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature is dealt damage, destroy it. It can't be regenerated.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"aead53ef-ffcf-4ae2-ab81-40aa9627adc9","metadata":{"source_printing_ids":["6662873b-2c10-442f-9ab5-6f47a4cdb0ce","72122e8f-97ab-495e-aade-5d736c432873","9b1228d2-f835-4725-91f2-01f865d0fa2e","9c01d707-36b4-44c8-b91a-3b059e69aacb","ad19107e-9b31-40c1-9b5d-22f4727d4d2a","edf40927-5d47-434d-a5a7-d4e5dcb611b2","fb3f1b6e-6177-4e14-a51a-a01a44e357b2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","9ED","TMP","TPR"],"rarities":["rare"]},"death's shadow":{"name":"Death's Shadow","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Avatar"]},"power":{"type":"Fixed","value":13},"toughness":{"type":"Fixed","value":13},"loyalty":null,"defense":null,"oracle_text":"This creature gets -X/-X, where X is your life total.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}}}},{"type":"AddDynamicToughness","value":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets -X/-X, where X is your life total."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e08722b3-0f79-4c82-b298-603e04a37857","metadata":{"source_printing_ids":["15c706a3-d100-489b-a069-b0b152afa994","16e040c3-bf42-4a5b-aeb3-5dc9921151e5","5526ff6e-c079-4ad4-ac8d-5e26ecacf50d","9ddf501c-af11-4e97-81f7-32c9ee384a27","f776cb6c-548f-45a9-b605-b386c5468885"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","HA4","MB2","MM3","SCH","SLD","SLP","WWK"],"rulings":[{"date":"2020-08-07","text":"Death's Shadow's ability applies only while Death's Shadow is on the battlefield. In all other zones, its power and toughness are 13."},{"date":"2020-08-07","text":"If your life total is negative, X is considered to be 0."},{"date":"2020-08-07","text":"In a Two-Headed Giant game, your life total is your team's life total."},{"date":"2020-08-07","text":"The value of X changes as you gain and lose life. It's not locked in as Death's Shadow enters the battlefield."}],"rarities":["rare"]},"deathbonnet hulk":{"name":"Deathbonnet Hulk","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fungus","Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, you may exile a card from a graveyard. If a creature card was exiled this way, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may exile a card from a graveyard. If a creature card was exiled this way, put a +1/+1 counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green"],"color_identity":["Green"],"scryfall_oracle_id":"c92d6f26-5856-42dc-9ee5-21292d78a1fb","metadata":{"source_printing_ids":["9ccabbd8-a776-46e8-9e0e-6f917c123037","a2cda10b-7cd5-4cf5-87bd-c3b8c6aa2b47"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","MID"],"rarities":["uncommon"]},"deathbonnet sprout":{"name":"Deathbonnet Sprout","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fungus"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, mill a card. Then if there are three or more creature cards in your graveyard, transform this creature. (To mill a card, put the top card of your library into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, mill a card. Then if there are three or more creature cards in your graveyard, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"c92d6f26-5856-42dc-9ee5-21292d78a1fb","metadata":{"source_printing_ids":["9ccabbd8-a776-46e8-9e0e-6f917c123037","a2cda10b-7cd5-4cf5-87bd-c3b8c6aa2b47"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","MID"],"rarities":["uncommon"]},"deathknell berserker":{"name":"Deathknell Berserker","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Berserker"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature dies, if its power was 3 or greater, create a 2/2 black Zombie Berserker creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie Berserker","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie","Berserker"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if its power was 3 or greater, create a 2/2 black Zombie Berserker creature token.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4658ae19-d203-4c12-b56e-42cd8f0db91d","metadata":{"related_token_ids":["5ee687f2-f19b-59a0-b6c9-e881606998a7"],"source_printing_ids":["f9f2029f-ffda-4374-9a78-79866ac23fca"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM"],"rarities":["common"]},"debris field crusher":{"name":"Debris Field Crusher","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, it deals 3 damage to any target.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n8+ | Flying\n{1}{R}: This Spacecraft gets +2/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}{R}: ~ gets +2/+0 until end of turn.","target_prompt":null,"activation_restrictions":[{"type":"CounterThreshold","data":{"counters":{"type":"OfType","data":"charge"},"minimum":8}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals 3 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":1},{"type":"SetToughness","value":5}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"db0894e1-2644-48d4-8de4-8cc43e940bc1","metadata":{"source_printing_ids":["ea713f35-6442-4388-8839-2714374fb4b6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"decadent dragon":{"name":"Decadent Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, trample\nWhenever this creature attacks, create a Treasure token.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create a Treasure token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"5df44b8d-b337-49d8-8427-34253f52cb47","metadata":{"related_token_ids":["8fb72ba2-7332-5577-b7bd-d75df4c727c8"],"source_printing_ids":["315cbbf7-a2ad-4565-9877-1e903d7fd797","8a717d27-596d-4341-b592-4f9777f778e5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Questing Druid is a green creature card whose mana value is 2. It can’t be the target of Tenacious Tomeseeker’s triggered ability (“return target instant or sorcery card from your graveyard to your hand”)."},{"date":"2023-09-01","text":"An effect may refer to a card, spell, or permanent that “has an Adventure.” This refers to a card, spell, or permanent that has an adventurer card’s set of alternative characteristics, even if they’re not being used and even if that card was never cast as an Adventure."},{"date":"2023-09-01","text":"Casting a card as an Adventure isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2023-09-01","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner’s graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won’t be exiled and the spell’s controller won’t be able to cast it as a permanent later."},{"date":"2023-09-01","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won’t give you permission to cast it as a permanent spell."},{"date":"2023-09-01","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it’s not possible to cast the copy as a permanent."},{"date":"2023-09-01","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2023-09-01","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won’t find an instant or sorcery spell on the stack that’s been cast as an Adventure."},{"date":"2023-09-01","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it’s a token) or cease to be a copy (if it’s a nontoken permanent), and so you won’t be able to cast it as an Adventure."},{"date":"2023-09-01","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it’s legal to cast that spell. For example, if you control Johann, Apprentice Sorcerer (“Once each turn, you may cast an instant or sorcery spell from the top of your library.”) and Questing Druid is on top of your library, you can cast Seek the Beast, but not Questing Druid."},{"date":"2023-09-01","text":"Only you get to look at the cards exiled with Expensive Taste. Their owner doesn't get to know what they are while they're in exile until you play them."},{"date":"2023-09-01","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2023-09-01","text":"You may play the cards exiled with Expensive Taste even if they are land cards."},{"date":"2023-09-01","text":"You must still follow all normal timing rules to play cards exiled with Expensive Taste."},{"date":"2023-09-01","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you’ll be able to cast it only during your main phase while the stack is empty."}],"rarities":["rare"]},"deceiver exarch":{"name":"Deceiver Exarch","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nWhen this creature enters, choose one —\n• Untap target permanent you control.\n• Tap target permanent an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Untap target permanent you control.","Tap target permanent an opponent controls."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3c939ea6-68b7-4965-b1d3-af1d3dc79778","metadata":{"source_printing_ids":["1f123ad6-fe84-4fed-9c0f-6b41921e9c26","35437d86-6f92-480a-aa0c-c17c3943c00c","5160ab7d-16c7-4e8f-bbec-38424c4b5a89","6c788c44-e846-474a-8d9c-39284e5dae85"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMA","CN2","NPH","PLST","PZ1"],"rarities":["uncommon"]},"deconstruction hammer":{"name":"Deconstruction Hammer","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1 and has \"{3}, {T}, Sacrifice Deconstruction Hammer: Destroy target artifact or enchantment.\"\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"GrantingObject"},"count":1}]},"sub_ability":null,"duration":null,"description":"{3}, {T}, Sacrifice ~: Destroy target artifact or enchantment.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 and has \"{3}, {T}, Sacrifice ~: Destroy target artifact or enchantment.\""}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ccc2eb6d-21cf-45cf-b4e4-4b2a2517136a","metadata":{"source_printing_ids":["0c7ba382-18c4-4833-b3d2-bd469ae2ad77"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If Deconstruction Hammer somehow ends up attached to a creature controlled by a different player, that player won't be able to activate the granted ability, as they can't pay the cost of sacrificing Deconstruction Hammer, a permanent they don't control."}],"rarities":["common"]},"decoy gambit":{"name":"Decoy Gambit","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"For each opponent, choose up to one target creature that player controls, then return that creature to its owner's hand unless its controller has you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"For each opponent, choose up to one target creature that player controls, then return that creature to its owner's hand unless its controller has you draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"unless_pay":{"cost":{"type":"EffectCost","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"OriginalController"}}},"payer":{"type":"ParentTargetController"}},"repeat_for":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"Opponent"}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"94d9878e-9786-438c-8b33-c1dff730b748","metadata":{"source_printing_ids":["39671ac5-c730-4ba2-a2d9-23d5ac13f12b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20"],"rulings":[{"date":"2020-04-17","text":"As the Decoy Gambit resolves, first the next opponent in turn order (or, if it’s an opponent’s turn, the opponent whose turn it is) chooses whether you’ll draw a card or return their creature that was targeted to its owner’s hand, then each other opponent in turn order does so knowing the choices made before them. After all choices are made, you draw the appropriate number of cards. After you’ve drawn, the appropriate creatures are all simultaneously returned to their owners’ hands."},{"date":"2020-04-17","text":"For each opponent, if you didn’t choose a target creature they control or if that creature has become an illegal target, that player can’t choose for you to draw a card."},{"date":"2020-04-17","text":"If a creature targeted by Decoy Gambit changes controller, it’s no longer a legal target."}],"rarities":["rare"]},"decree of justice":{"name":"Decree of Justice","mana_cost":{"type":"Cost","shards":["X","X","White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create X 4/4 white Angel creature tokens with flying.\nCycling {2}{W} ({2}{W}, Discard this card: Draw a card.)\nWhen you cycle this card, you may pay {X}. If you do, create X 1/1 white Soldier creature tokens.","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":["White"],"generic":2}}}],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Angel","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Angel"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create X 4/4 white Angel creature tokens with flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cycle this card, you may pay {X}. If you do, create X 1/1 white Soldier creature tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"67a98359-6f02-4556-ad47-c01b643686d6","metadata":{"related_token_ids":["246e378d-598c-5f2e-8129-2b3a1fc185bc","35a7681e-d9c9-5147-bde8-e7353bf31a20","7448081c-7411-5fed-aafe-634b8ae05a30","8f529538-cff7-50ad-853e-445ec721ba41","a7aa4057-37c7-5ade-8897-7d6a2cffbef7","cb355e8f-f11b-5c4d-8e3d-8ef722795c85","d0fbe981-7d15-5281-b48c-1df53e892c08","e5c8f2f0-7ac4-5e6b-b707-be53d7b51cf1","e9d0c3ba-e49f-509b-8227-f39558f12f3d","f65c845c-0a79-5dfa-b514-cc127d26251d"],"source_printing_ids":["0cb5f2df-9a5c-4fdf-8bb3-24d4d670768b","1d347ffc-5542-485c-8fc7-327c1c68b7aa","21637fbe-d9d3-4d5b-a361-0687385d4738","312e1aee-3aa5-49e0-ac56-c4865854aa77","55d084fb-231f-4296-9db3-e4edf7ecfe1f","5e8a7e5c-f252-4de8-94d7-e7327210bf26","67fd68fe-1cf2-4bd9-a6d3-75b78ef53c1b","bcb7e629-5600-499f-9dc7-144085b4a1b7","c236a8ab-51a6-4b48-8f33-de652a4c75f2","c2cecbd0-87a7-45e5-bf10-e97b298803fd","e6ee102b-d419-41a0-98b4-e6d58c12d317","f3150eef-b1e9-44d8-a561-eaeb80e38020"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","C14","C20","DDO","G07","J22","MH3","PLST","PRM","SCG","TD0","VMA","WC03","WC04"],"rulings":[{"date":"2018-03-16","text":"A mana cost of {X}{X} means that you pay twice X. If you want X to be 3, you pay {8}{W}{W} to cast Decree of Justice."},{"date":"2022-12-08","text":"The cycling ability and the triggered ability are separate. If the triggered ability doesn't resolve (because, for example, it has been countered, or all of its targets have become illegal), the cycling ability will still resolve, and you'll draw a card."},{"date":"2022-12-08","text":"When you cycle this card, first the cycling ability goes on the stack, then the triggered ability goes on the stack on top of it. The triggered ability will resolve before you draw a card from the cycling ability."}],"rarities":["uncommon","rare"]},"deep gnome terramancer":{"name":"Deep Gnome Terramancer","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Gnome","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nMold Earth — Whenever one or more lands enter under an opponent's control without being played, you may search your library for a Plains card, put it onto the battlefield tapped, then shuffle. Do this only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Plains"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more lands enter under an opponent's control without being played, you may search your library for a Plains card, put it onto the battlefield tapped, then shuffle. Do this only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"Not","condition":{"type":"WasPlayed"}},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d4e3440d-4e34-40d7-8a42-c673225c0332","metadata":{"source_printing_ids":["ac23a376-4b3a-4316-b3e2-2e25ca2b5e76","bd826736-f59d-41b5-8a44-e2fa6a8a0b49","cc75f9f1-5873-450f-a0b2-871b55036954"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PLST"],"rarities":["rare"]},"deep spawn":{"name":"Deep Spawn","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Homarid"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nAt the beginning of your upkeep, sacrifice this creature unless you mill two cards.\n{U}: This creature gains shroud until end of turn and doesn't untap during your next untap step. Tap this creature. (A creature with shroud can't be the target of spells or abilities.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain shroud"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during your next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"{U}: ~ gains shroud until end of turn and doesn't untap during your next untap step. Tap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you mill two cards.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"Mill","count":2},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d1aba343-d85a-4829-bdfe-db31fcb3c320","metadata":{"source_printing_ids":["69c9e4a5-735f-471c-ab1a-6e6d50ba5724","e70373b7-ced5-4d88-9ff3-04b6f59c69c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FEM","ME2"],"rarities":["uncommon","rare"]},"deep-cavern bat":{"name":"Deep-Cavern Bat","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nWhen this creature enters, look at target opponent's hand. You may exile a nonland card from it until this creature leaves the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"card_filter":{"type":"Any"},"count":null,"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, look at target opponent's hand. You may exile a nonland card from it until ~ leaves the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e46f6644-6bf1-47b1-817c-906bd3eca99f","metadata":{"source_printing_ids":["444190a9-5ad7-4132-aae4-247ad3d9ea01","69c68c95-b788-43b1-9f22-1b22c5a00b25"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","SCH"],"rulings":[{"date":"2023-11-10","text":"If Deep-Cavern Bat leaves the battlefield before its last ability resolves, you'll still look at the target opponent's hand, but you won't exile any cards from it."}],"rarities":["uncommon"]},"deep-sea kraken":{"name":"Deep-Sea Kraken","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":7},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kraken"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"This creature can't be blocked.\nSuspend 9—{2}{U} (Rather than cast this card from your hand, you may pay {2}{U} and exile it with nine time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost. It has haste.)\nWhenever an opponent casts a spell, if this card is suspended, remove a time counter from it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":9,"cost":{"type":"Cost","shards":["Blue"],"generic":2}}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":9},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":2}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, if this card is suspended, remove a time counter from it.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceInZone","zone":"Exile"},{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1}]},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"54de4a7f-86f4-4029-80f7-bc25d6509cc8","metadata":{"source_printing_ids":["8e050532-e245-4eea-90a5-03e3e410dcbe","df5a543e-8416-4f01-91f5-e1ed87f1a510","f08d001b-de70-4f9f-8a3a-f16327ddddc0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","DDS","TSP"],"rulings":[{"date":"2024-02-02","text":"A creature cast using suspend will enter the battlefield with haste. It will have haste until another player gains control of it. (In some rare cases, another player may gain control of the creature spell itself. If this happens, the creature won't enter the battlefield with haste.)"},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare"]},"deeproot pilgrimage":{"name":"Deeproot Pilgrimage","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more nontoken Merfolk you control become tapped, create a 1/1 blue Merfolk creature token with hexproof.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"Token","name":"Merfolk","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Merfolk"],"colors":["Blue"],"keywords":["Hexproof"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Merfolk"}],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more nontoken Merfolk you control become tapped, create a 1/1 blue Merfolk creature token with hexproof.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"188656d8-4ea8-4e58-88da-b010a16eb6f2","metadata":{"related_token_ids":["53f2e6e3-6a5b-5c8a-a897-a95bf644e8aa"],"source_printing_ids":["790d70a9-ff02-4676-a804-ee0e030dfe3b","e2449311-a705-4a31-a345-a36d436ae561"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI"],"rulings":[{"date":"2023-11-10","text":"If more than one nontoken Merfolk you control becomes tapped at the same time (for example, to pay the cost of Adaptive Gemguard's activated ability), Deeproot Pilgrimage's ability will trigger only once."}],"rarities":["rare"]},"defiler of dreams":{"name":"Defiler of Dreams","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Sphinx"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs an additional cost to cast blue permanent spells, you may pay 2 life. Those spells cost {U} less to cast if you paid life this way. This effect reduces only the amount of blue mana you pay.\nWhenever you cast a blue permanent spell, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"HasColor","color":"Blue"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a blue permanent spell, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"DefilerCostReduction":{"color":"Blue","life_cost":2,"mana_reduction":{"type":"Cost","shards":["Blue"],"generic":0}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As an additional cost to cast blue permanent spells, you may pay 2 life. Those spells cost less to cast."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9d4ec5e5-5520-45c3-8071-53191811117d","metadata":{"source_printing_ids":["8640da59-6ff1-4171-9723-5ef56dc59fbc","881cc4a3-252b-4155-a34f-63d4b4f44442"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU","PRM"],"rulings":[{"date":"2022-09-09","text":"Some players may make the mental shortcut that the Defilers effectively turn one of the colored mana symbols in the spell’s cost into a Phyrexian colored mana symbol. Despite the similarity in function, this ability does not cause the spells to have Phyrexian mana symbols in their costs. Sorry, Rage Extractor!"},{"date":"2022-09-09","text":"You may only pay the additional cost once per permanent spell."}],"rarities":["rare"]},"deflecting swat":{"name":"Deflecting Swat","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you control a commander, you may cast this spell without paying its mana cost.\nYou may choose new targets for target spell or ability.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeTargets","target":{"type":"Or","filters":[{"type":"StackSpell"},{"type":"StackAbility"}]},"scope":{"type":"All"},"forced_to":null},"cost":null,"sub_ability":null,"duration":null,"description":"You may choose new targets for target spell or ability.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ae120613-97d6-4393-b39d-c3e6c076f5d6","casting_options":[{"kind":"CastWithoutManaCost","condition":{"type":"YouControlSubtypeCountAtLeast","subtype":"commander","count":1}}],"metadata":{"source_printing_ids":["45e70109-0352-45fc-a2fd-892ca65cac2f","84f035e1-6c89-457b-b05f-85680a50ed91","8a2a7ae1-467c-4eca-9ce2-39692804e492","b4b36435-55b3-4615-8812-af41d4fc64d9","c2cb5a93-d2f9-4df6-9488-c57b6f18ae2b","e2294ef4-3b8e-44be-991a-c68287b1cd14"]},"legalities":{"brawl":"banned","commander":"legal","duel":"banned","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C20","CMM","SLD","TLE"],"rulings":[{"date":"2020-04-17","text":"If the target spell has a variable number of targets, you can't change how many targets it has."},{"date":"2020-04-17","text":"If the target spell has damage divided as it was cast (like Mythos of Vadrok), the division can't be changed although the targets receiving that damage still can. The same is true of spells that distribute counters."},{"date":"2020-04-17","text":"If you choose new targets for the target spell, the new targets must be legal."}],"rarities":["rare"]},"delney, streetwise lookout":{"name":"Delney, Streetwise Lookout","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Creatures you control with power 2 or less can't be blocked by creatures with power 3 or greater.\nIf a triggered ability of a creature you control with power 2 or less triggers, that ability triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":3}}]}}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with power 2 or less can't be blocked by creatures with power 3 or greater."},{"mode":{"DoubleTriggers":{"cause":"Any"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a triggered ability of a creature you control with power 2 or less triggers, that ability triggers an additional time."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"245d0ccf-87b6-460a-8b99-9e2079f2d375","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0063654b-6e4e-4958-a63c-24cf933e4a40","b6297104-b73c-439c-ac0c-b7fac01d49dc","be219928-3d0e-4d00-b124-152ce8a8c13b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM","PWCS"],"rulings":[{"date":"2024-02-02","text":"Abilities that apply \"as [this creature] enters the battlefield\" or \"as [this creature] is turned face up\" are also unaffected."},{"date":"2024-02-02","text":"Abilities that apply \"when [this creature] is turned face up\" will trigger an additional time only if that creature's power is 2 or less once it has been turned face up."},{"date":"2024-02-02","text":"Delney, Streetwise Lookout's last ability doesn't copy the triggered ability; it just causes the ability to trigger an additional time. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."},{"date":"2024-02-02","text":"If a triggered ability is linked to a second ability, additional instances of that triggered ability are also linked to that second ability. If the second ability refers to \"the exiled card,\" it refers to all cards exiled by instances of the triggered ability."},{"date":"2024-02-02","text":"If you somehow control two Delney, Streetwise Lookouts, abilities of creatures you control with power 2 or less trigger three times. A third Delney causes such abilities to trigger four times, a fourth causes such abilities to trigger five times, and so on."},{"date":"2024-02-02","text":"In some cases involving linked abilities, an ability requires information about \"the exiled card.\" When this happens, the ability gets multiple answers. If these answers are being used to determine the value of a variable, the sum is used. For example, if Elite Arcanist's enters-the-battlefield ability triggers twice, two cards are exiled. The value of X in the activation cost of Elite Arcanist's other ability is the sum of the two cards' mana values. As the ability resolves, you create copies of both cards and can cast none, one, or both of the copies in any order."},{"date":"2024-02-02","text":"Once a creature you control has become blocked, reducing its power to 2 or less and/or increasing the power of the creature blocking it to 3 or greater won't cause it to become unblocked."},{"date":"2024-02-02","text":"Once an ability of a creature you control has triggered, reducing its power to 2 or less won't cause that ability to trigger an additional time. Similarly, once an ability of a creature you control with power 2 or less has triggered an additional time due to Delney, Streetwise Lookout's last ability, increasing its power to 3 or greater won't remove that additional triggered ability from the stack."},{"date":"2024-02-02","text":"Replacement effects are unaffected by Delney, Streetwise Lookout's last ability. For example, a 1/1 creature that enters the battlefield under your control with one +1/+1 counter on it won't receive an additional +1/+1 counter."},{"date":"2024-02-02","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keyword abilities are triggered abilities and will have \"when,\" \"whenever,\" or \"at the beginning of\" in their reminder text."}],"rarities":["mythic"]},"delver of secrets":{"name":"Delver of Secrets","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, look at the top card of your library. You may reveal that card. If an instant or sorcery card is revealed this way, transform this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Reveal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Instant","Sorcery"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, look at the top card of your library. You may reveal that card. If an instant or sorcery card is revealed this way, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"edd531b9-f615-4399-8c8c-1c5e18c4acbf","metadata":{"source_printing_ids":["11bf83bb-c95b-4b4f-9a56-ce7a1816307a","6904ea20-e504-47da-95a0-08739fdde260","871c4ccc-5a14-4583-b4c7-6f2d2aeb8253","888fbfaf-dbf9-4045-a79e-d436ef75b3cf","a808459c-f086-4cb6-a53e-4b9e196c1000","a992bbe3-c389-4a4a-927b-dfc01a4cd9be","abff6c81-65a4-48fa-ba8f-580f87b0344a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","INR","ISD","MID","SLD","V17"],"rulings":[{"date":"2011-09-22","text":"You may reveal the card even if it's not an instant or sorcery. Whether or not you reveal it, the card stays on top of your library."}],"rarities":["common","uncommon","rare"]},"demanding dragon":{"name":"Demanding Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, it deals 5 damage to target opponent unless that player sacrifices a creature of their choice.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, it deals 5 damage to target opponent unless that player sacrifices a creature of their choice.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":1},"payer":{"type":"Player"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c8f1e3bd-bbf0-4750-b054-03553fc61850","metadata":{"source_printing_ids":["31b73282-6207-4207-8b9c-86a8f9a263a2","35f32486-8292-4372-a898-a38c92262a5d","4d8a5bab-813a-488a-ab65-3286582ef595","f97d0541-f04f-44a6-a20f-4d909ccc90ca"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","M19","PLST","PM19","SCD"],"rarities":["rare"]},"demilich":{"name":"Demilich","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Skeleton","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"This spell costs {U} less to cast for each instant and sorcery spell you've cast this turn.\nWhenever this creature attacks, exile up to one target instant or sorcery card from your graveyard. Copy it. You may cast the copy.\nYou may cast this card from your graveyard by exiling four instant and/or sorcery cards from your graveyard in addition to paying its other costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, exile up to one target instant or sorcery card from your graveyard. Copy it. You may cast the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":["Blue"],"generic":0},"spell_filter":null,"dynamic_count":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {U} less to cast for each instant and sorcery spell you've cast this turn."},{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Graveyard"],"characteristic_defining":false,"description":"You may cast this card from your graveyard by exiling four instant and/or sorcery cards from your graveyard in addition to paying its other costs."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"eeb50bfc-8443-482b-bfc1-ea96b37809cd","metadata":{"source_printing_ids":["0a1351ed-b9df-4a6d-aaa1-ec6db673d265","79a5b2f1-4bf7-48c4-ab56-e03b35ea3f21"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR","PRM"],"rulings":[{"date":"2021-07-23","text":"Casting the copy happens as part of the resolution of Demilich's triggered ability. If you choose to cast it, you must do so right away. If you choose not to cast it right away, the copy ceases to exist the next time a player would receive priority."},{"date":"2021-07-23","text":"Demilich's last ability doesn't change when you can cast it. In most cases, you can cast Demilich only during your main phase."},{"date":"2021-07-23","text":"If you exile a card as the triggered ability resolves, that card will remain exiled whether you cast the copy or not."},{"date":"2021-07-23","text":"While casting Demilich, if you are required to pay an additional cost that includes a generic mana component, Demilich's cost reduction effect can apply to it. For example, if you're required to pay an additional {1} to cast Demilich (perhaps because of Sphere of Resistance), and you've cast five or more instant and/or sorcery spells this turn, you would pay {0} to cast Demilich."},{"date":"2021-07-23","text":"You must pay all normal costs for casting the copy."}],"rarities":["mythic"]},"demonic pact":{"name":"Demonic Pact","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, choose one that hasn't been chosen —\n• This enchantment deals 4 damage to any target and you gain 4 life.\n• Target opponent discards two cards.\n• Draw two cards.\n• You lose the game.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":4,"mode_descriptions":["~ deals 4 damage to any target and you gain 4 life.","Target opponent discards two cards.","Draw two cards.","You lose the game."],"allow_repeat_modes":false,"constraints":[{"type":"NoRepeatThisGame"}],"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"19a2f0a0-9e68-4982-a5f5-b77d805befd7","metadata":{"source_printing_ids":["5b0b7242-df91-48cf-bf4e-b68306c9965f","82c04014-91f9-4197-b4b4-f62c4739a5c2","b0122db7-6a3a-4dda-9357-fcac5376f1b2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","FDN","ORI"],"rulings":[{"date":"2015-06-22","text":"If the ability doesn't resolve (either for having its target become illegal or because a spell or ability counters it), the mode chosen for that instance of the ability still counts as being chosen."},{"date":"2015-06-22","text":"In some very unusual situations, you may not be able to choose a mode, either because all modes have previously been chosen or the only remaining modes require targets and there are no legal targets available. In this case, the ability is simply removed from the stack with no effect."},{"date":"2015-06-22","text":"It doesn't matter who has chosen any particular mode. For example, say you control Demonic Pact and have chosen the first two modes. If an opponent gains control of Demonic Pact, that player can choose only the third or fourth mode."},{"date":"2015-06-22","text":"The phrase \"that hasn't been chosen\" refers only to that specific Demonic Pact. If you control one and cast another one, you can choose any mode for the second one the first time its ability triggers."},{"date":"2015-06-22","text":"Yes, if the fourth mode is the only one remaining, you must choose it. You read the whole contract, right?"},{"date":"2015-06-22","text":"You choose the mode as the triggered ability goes on the stack. You can choose a mode that requires targets only if there are legal targets available."}],"rarities":["mythic"]},"demonic stench":{"name":"Demonic Stench","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature that blocked this turn gets -1/-1 until end of turn. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockedThisTurn"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Each creature that blocked this turn gets -1/-1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"65d257c2-b3be-4244-a74c-bc4b5d7cedc3","metadata":{"source_printing_ids":["0c2f40e7-82b0-4847-994d-9326a88c4965"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"layout":"adventure","printings":["CLB"],"rarities":["common"]},"denry klin, editor in chief":{"name":"Denry Klin, Editor in Chief","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Cat","Advisor"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Denry Klin enters with your choice of a +1/+1, first strike, or vigilance counter on it.\nWhenever a nontoken creature you control enters, if Denry Klin has counters on it, put the same number of each kind of counter on that creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"put","description":"put the same number of each kind of counter on that creature"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature you control enters, if ~ has counters on it, put the same number of each kind of counter on that creature.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"Any"},"minimum":1},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"a +1/+1 counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"first strike","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"a first strike counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"vigilance","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"a vigilance counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"your choice of counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with your choice of a +1/+1, first strike, or vigilance counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"ba477a45-84cc-4a85-98e4-50dca3e58788","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["91329a8c-ebbf-4b81-bd71-04f47ab95f7e","ac40ca08-50e6-46e6-9d50-c4e84325620d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NCC","PNCC"],"rulings":[{"date":"2022-04-29","text":"Denry Klin, Editor in Chief was printed with a nonstandard wording, and its Oracle text has been updated for consistency. Specifically, its last ability now says \"Whenever a nontoken creature enters the battlefield under your control, if Denry has counters on it, put the same number of each kind of counter on that creature.\" This is not a functional change."}],"rarities":["rare"]},"desert":{"name":"Desert","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Desert"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{T}: This land deals 1 damage to target attacking creature. Activate only during the end of combat step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals 1 damage to target attacking creature. Activate only during the end of combat step.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":null}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"195107ad-879d-4b02-a44a-a3ba70fedf88","metadata":{"source_printing_ids":["201155ea-f474-4e13-acda-cb071a6ca977","5aa802d3-f9b1-49d1-87de-91d5fd9850ad","c74e13eb-6f82-4db1-9d0d-8310f48d9f6d","f5566c7e-7486-4237-a6e4-f7e641e11b22","fb89de70-d0e6-49ec-8aa9-1d31d3df1646"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","ARN","F08","PLST","PRM","SPG","TSB","V12"],"rulings":[{"date":"2004-10-04","text":"The ability can be used on any player's attacking creatures. This includes your own and creatures in an attack you are not involved in (for multiplayer games)."},{"date":"2017-04-18","text":"Desert is a land subtype with no special meaning. It doesn't grant the land an intrinsic mana ability. Other cards may care about which lands are Deserts."},{"date":"2024-04-12","text":"The end of combat step happens after combat damage is dealt. You can't use Desert to destroy an attacking creature before it has a chance to deal combat damage."}],"rarities":["common","uncommon","mythic","special"]},"desperate gambit":{"name":"Desperate Gambit","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose a source you control and flip a coin. If you win the flip, the next time that source would deal damage this turn, it deals double that damage instead. If you lose the flip, the next time it would deal damage this turn, prevent that damage.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"FlipCoin","win_effect":{"kind":"Spell","effect":{"type":"CreateDamageReplacement","source_filter":{"type":"ChosenDamageSource"},"modification":{"type":"Double"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"lose_effect":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"FlipCoin","win_effect":null,"lose_effect":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"AllDamage","damage_source_filter":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d8328d27-e27f-4c84-8ab5-cabb80a34f54","metadata":{"source_printing_ids":["f4245160-274e-4c39-9bcd-c64e9a44dfdb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["WTH"],"rulings":[{"date":"2004-10-04","text":"The coin is flipped during resolution of this spell, so you know in advance what will happen when the source deals damage the next time."},{"date":"2008-04-01","text":"The chosen source may be a permanent, a spell on the stack, or anything referred to by something on the stack (such as a Prodigal Pyromancer that’s left the battlefield while its ability is still on the stack)"}],"rarities":["uncommon"]},"detective's phoenix":{"name":"Detective's Phoenix","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Phoenix"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Bestow—{R}, Collect evidence 6. (To pay this bestow cost, pay {R} and exile cards with total mana value 6 or greater from your graveyard.)\nFlying, haste\nEnchanted creature gets +2/+2 and has flying and haste.\nYou may cast this card from your graveyard using its bestow ability.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste",{"Bestow":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"CollectEvidence","amount":6}]}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+2 and has flying and haste."},{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast"}},"affected":{"type":"And","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasKeywordKind","value":"Bestow"}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Graveyard"],"characteristic_defining":false,"description":"You may cast this card from your graveyard using its bestow ability."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"52c3fe55-74ee-44cb-b62b-dc6c5dfdc33e","metadata":{"source_printing_ids":["db16e02b-1b7f-4976-b9eb-41350337616c","e2a01edd-dbc0-4ed4-b827-9b608290e9a1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2024-06-07","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2024-06-07","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-06-07","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2024-06-07","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."},{"date":"2024-06-07","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2024-06-07","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."}],"rarities":["rare"]},"devoted druid":{"name":"Devoted Druid","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}.\nPut a -1/-1 counter on this creature: Untap this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"EffectCost","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}}},"sub_ability":null,"duration":null,"description":"Put a -1/-1 counter on ~: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"cb814e16-acf7-41d5-a357-1323dcc369f3","metadata":{"source_printing_ids":["1ab94f16-778d-4437-a1b9-2f67cd214cc0","1eb51419-726e-4b59-af0e-d1f07ae8ea5f","22589a81-3ea8-4e78-98c9-c015e7539cf9","37d1a353-df3b-4c73-9561-44cf8243f773","56f7c91c-5075-43b7-890d-a49b4a87f9df","5c8a8dbb-cba7-4e1d-8888-73ab6f4aff07","820e2f07-f637-4144-b45a-0e1430dcf55e","e26ad2e9-fa74-4e96-b496-baa10772d814"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","ECC","NCC","PLST","SHM","SPG","UMA"],"rulings":[{"date":"2018-12-07","text":"If you can't put -1/-1 counters on Devoted Druid (due to an effect such as that of Solemnity), you can't activate its second ability. If you can put counters on it, but that is modified by an effect (such as that of Vizier of Remedies), you can activate the ability even if paying the cost causes no counters to be put on Devoted Druid."},{"date":"2018-12-07","text":"You put the -1/-1 counter on Devoted Druid as a cost to activate its ability, not when it resolves. If paying the cost causes Devoted Druid to have 0 toughness, it's put into your graveyard before you can untap it and before you can even pay the cost again."}],"rarities":["common","uncommon","mythic"]},"devour intellect":{"name":"Devour Intellect","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target opponent discards a card. If mana from a Treasure was spent to cast this spell, instead that player reveals their hand, you choose a nonland card from it, then that player discards that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"ParentTargetController"},"card_filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DiscardCard","count":1,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"FromSource","source_filter":{"type":"Typed","type_filters":[{"Subtype":"Treasure"}],"controller":null,"properties":[]}}}},"comparator":"GT","rhs":{"type":"Fixed","value":0}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target opponent discards a card. If mana from a Treasure was spent to cast this spell, instead that player reveals their hand, you choose a nonland card from it, then that player discards that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"abf8264e-d020-4939-8092-83469b1a2244","metadata":{"source_printing_ids":["13c34f2d-2eac-4241-8b23-9cab3268c254"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR"],"rarities":["common"]},"devourer of destiny":{"name":"Devourer of Destiny","mana_cost":{"type":"Cost","shards":["Colorless","Colorless"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"You may reveal this card from your opening hand. If you do, at the beginning of your first upkeep, look at the top four cards of your library. You may put one of those cards back on top of your library. Exile the rest.\nWhen you cast this spell, exile target permanent that's one or more colors.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"Reveal","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"Upkeep","player":0},"effect":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Library","keep_count":1,"up_to":true,"filter":{"type":"Any"},"rest_destination":"Exile","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"You may reveal this card from your opening hand. If you do, at the beginning of your first upkeep, look at the top four cards of your library. You may put one of those cards back on top of your library. Exile the rest.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"ColorCount","comparator":"GE","count":1}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, exile target permanent that's one or more colors.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"89215e6d-ebe7-4eb0-9999-11ee2e6eb1d2","metadata":{"source_printing_ids":["560debcd-feb4-4534-991e-a7aa1cca2409"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2024-06-07","text":"Devourer of Destiny's last triggered ability will resolve before Devourer of Destiny does. If Devourer of Destiny is countered or otherwise leaves the stack in response to that triggered ability, the triggered ability will still resolve as normal."},{"date":"2024-06-07","text":"If you reveal more than one Devourer of Destiny from your opening hand, you'll put that many triggered abilities on the stack at the beginning of your first upkeep. As a result, you'll look at the top four cards of your library, put up to one back on top, and exile the rest once for each Devour of Destiny you revealed."}],"rarities":["rare"]},"dictate of kruphix":{"name":"Dictate of Kruphix","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nAt the beginning of each player's draw step, that player draws an additional card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Draw","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's draw step, that player draws an additional card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"be74a4c1-d569-4203-b28a-3e2ac6a82990","metadata":{"source_printing_ids":["aa9f176b-6d33-4510-9ba2-98bdd12ba34e","b5e4087b-e692-4eb2-bb59-ff2a001d6dd4","e8e7916c-f39a-48a0-a47d-7e83ebf028fa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["C18","FDN","JOU","PJOU","PRM"],"rarities":["rare"]},"dig up":{"name":"Dig Up","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cleave {1}{B}{B}{G} (You may cast this spell for its cleave cost. If you do, remove the words in square brackets.)\nSearch your library for a [basic land] card, [reveal it,] put it into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[{"Cleave":{"type":"Cost","shards":["Black","Black","Green"],"generic":1}}],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card, reveal it, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"cleave_variant":{"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a card, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[]},"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"ae96fe7e-8d89-4f44-9cc4-3c9b124fdc4b","metadata":{"source_printing_ids":["078d0194-0137-45cd-977a-eefae67f9bca","5f5eff40-7e26-44a8-bd7a-d7906945a31e","8f14c947-2452-4fd6-8f1a-391cf5898100","a7f02f41-19b4-49b2-89fa-5b0de2011519"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","PLST","PRM","PVOW","VOW"],"rulings":[{"date":"2021-11-19","text":"A cleave cost is an alternative cost that's paid instead of the spell's mana cost. Casting a spell for its cleave cost doesn't change the spell's mana value."},{"date":"2021-11-19","text":"If an effect allows you to “cast a spell without paying its mana cost,” you can't cast that spell for its cleave cost."},{"date":"2021-11-19","text":"If you cast a spell for its cleave cost, that spell doesn't have any of the text in square brackets while it's on the stack."},{"date":"2021-11-19","text":"If you paid the cleave cost, you must put a card into your hand as Dig Up resolves (assuming there is at least one card in your library)."},{"date":"2021-11-19","text":"You can't cast a spell for both its cleave cost and another alternative cost. For example, if an effect gives an Alchemist's Retrieval in your graveyard a flashback cost of {U}, you can't cast it from your graveyard for its cleave cost."}],"rarities":["rare"]},"dimir signet":{"name":"Dimir Signet","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Add {U}{B}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue","Black"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Add {U}{B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"7d881c57-0bd9-4c57-aa4a-b10808b86143","metadata":{"source_printing_ids":["1f03430e-2c3d-4317-b4bd-06c2059b7e34","32c0ff83-04a7-4d5a-b901-6b8a698c5a4d","343a0d98-56b3-4113-a287-e36f2a1652f1","35148573-7788-4023-a63c-4a09f48273c1","3fe2a140-ce80-4517-9550-49d6a2c3eb04","47c621c7-6673-4a86-8f09-339d45fd5958","501d0d13-b6a4-415c-916e-fdb0809a67d8","6173d331-1dd9-47e0-bb9c-5655b179737f","7dc9f4a4-fbbf-448b-a2ee-720868968586","8751f7f1-e007-4272-9095-c893f515dfce","90934b70-d4af-4a3e-81b4-c3f202b12f31","95de0112-3560-413c-91a9-a2b29d6488f6","9a9a1df5-a4e8-49a4-aebe-ca93894ccfcf","a6bffa5e-5fe2-4682-8de4-435c53bfb20b","c3af24ce-b1ab-4137-9222-a4080acae928","cf671e9e-333e-4c9d-b9f3-0e61822634b0","f56861a7-b664-468f-bad7-838c02530827"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["AA1","ARC","BRC","C18","CLB","CLU","CM2","CMD","DRC","GK1","LCC","MKC","MM3","NCC","PRM","RAV","RVR","SCD","SLD","WOC","ZNC"],"rarities":["common","uncommon","rare"]},"din of the fireherd":{"name":"Din of the Fireherd","mana_cost":{"type":"Cost","shards":["BlackRed","BlackRed","BlackRed"],"generic":5},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create a 5/5 black and red Elemental creature token. Target opponent sacrifices a creature of their choice for each black creature you control, then sacrifices a land of their choice for each red creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"types":["Creature","Elemental"],"colors":["Black","Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Black"}]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Red"}]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Create a 5/5 black and red Elemental creature token. Target opponent sacrifices a creature of their choice for each black creature you control, then sacrifices a land of their choice for each red creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"6480ab32-3a29-4449-8ff7-c8e43c320ed3","metadata":{"related_token_ids":["0d54973b-0600-5ea7-bb7c-28ee330c448b"],"source_printing_ids":["9bde655f-9f49-42f8-a168-9cbca0592bb8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SHM"],"rulings":[{"date":"2008-05-01","text":"If the targeted opponent becomes an illegal target, the entire spell doesn’t resolve. You won’t get a token."},{"date":"2008-05-01","text":"The parts of the spell happen in order. When determining how many black creatures and how many red creatures you control, keep in mind that you just put a creature onto the battlefield that’s black and red."}],"rarities":["rare"]},"disciple of bolas":{"name":"Disciple of Bolas","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, sacrifice another creature. You gain X life and draw X cards, where X is that creature's power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice another creature. You gain X life and draw X cards, where X is that creature's power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8f2c8498-5b10-4ec7-8678-598c90987556","metadata":{"source_printing_ids":["01ea8333-38a8-4b7b-9f03-c5534df28353","0c4fc28d-8be6-4639-bb9d-7b9fdd47e0d9","48c9f786-c84e-4275-8077-c12d3092304d","8b70c101-d8b0-4acb-ad65-59bf9860708a","c0801fd0-1f6c-45ea-94aa-80cf0c017f57","c4dd57f8-27bc-4ad9-a79e-48a68af33b02","e9263fc4-f9f5-447a-a055-eeec80ba387e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C14","C20","M13","NCC","PLST","TDC"],"rulings":[{"date":"2020-08-07","text":"If you control at least one other creature when the ability resolves, you must sacrifice one. If you don't control any other creatures at that time, the ability won't do anything."},{"date":"2020-08-07","text":"The creature's power as it last existed on the battlefield is the amount of life you gain and the number of cards you draw."}],"rarities":["rare"]},"discordant spirit":{"name":"Discordant Spirit","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if it's an opponent's turn, put a +1/+1 counter on this creature for each 1 damage dealt to you this turn.\nAt the beginning of your end step, remove all +1/+1 counters from this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if it's an opponent's turn, put a +1/+1 counter on ~ for each 1 damage dealt to you this turn.","constraint":null,"condition":{"type":"Not","condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}}},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"P1P1","count":{"type":"Fixed","value":-1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, remove all +1/+1 counters from ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"ce785306-eaf5-42b3-9840-884cd690ae0a","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"At the beginning of each end step, if it's an opponent's turn, put a +1/+1 counter on this creature for each 1 damage dealt to you this turn","line_index":0}],"metadata":{"source_printing_ids":["be67b950-dfe3-4159-aa53-63df25d2a926"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"This will not count damage that was prevented."},{"date":"2006-05-01","text":"In Two-Headed Giant, triggers only once per end of turn, not once for each player."}],"rarities":["rare"]},"disenchant":{"name":"Disenchant","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target artifact or enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target artifact or enchantment.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a7e97fa9-4b72-4548-b854-5be5f18a6f1a","metadata":{"source_printing_ids":["0bfcd57d-ff58-4782-b526-c03770c8a76e","0f863b91-992b-443a-a910-a6ff78afc0e6","0fbdfc99-b696-416e-86de-9376f2e890c7","18720641-3a34-48f1-954e-49a703f12578","1b6a2b01-da95-46fa-8673-30ffdfdee0a5","1da67d77-1cbd-4f0e-a109-87fb4c84bcca","239932a9-13fc-4e94-8b05-9d58795a0bcf","239f692a-28e7-4870-b0e4-75b75752052a","2722d7e2-61c6-4934-9c21-875ee78fd06c","2ba38105-bada-449a-ab2f-3d6db2764a06","2cfcbc11-bf1a-438b-9c66-0928cea6d297","2e9e7711-5083-44ed-89a7-0d523d730310","32e297a1-914f-48bb-9ff9-1fca9603a203","366407d8-3ed9-4809-b9bb-388ebb9ea815","402f71fc-807c-4718-956b-7ffe66c646d4","41859c6f-1017-42ae-9061-050fe0db9731","4715aacd-ca2f-4dbf-b1a1-c171dea7305f","47578ce0-dbaa-4a15-b46c-2fd2cb352be9","58aa10e0-8dfe-4c3f-8c69-82e01f8a6be5","5c37ba56-e22c-4b10-821a-2827c5cd81ad","5f497a7f-e86b-4f1e-a733-4330616b1545","658c5caa-d739-4d30-a512-43ac4de900cb","6d056183-db06-4f41-b5fe-c211ee7d46a6","71e27cbc-d986-437a-9195-6f5e065a49a2","73636b95-103d-43c8-bc96-63fad0da34dd","76c066a2-75e6-4281-b40e-945f7669f31b","7ac43e16-8b14-46f2-877a-600ea918766b","8a51270d-9143-46f5-a5d1-4ff3bf20ce34","8a65e678-dcb9-4c6c-9a30-8332030dead6","91d10f3f-1d5b-49bf-8df0-22bb8ba2b279","9a039576-1536-4256-878f-7ebe614fd28f","9d61d0a5-7e92-4413-9121-925e1876b64d","a7e905ae-9782-4eb0-bd06-8766f0f43718","a915f261-2cdc-499c-9163-da5b628b0127","aba74289-72ee-4330-835c-e43ca1d32add","abcb4a0b-6224-42ad-ad29-bed1efd7b0da","b3b5a7d4-22b2-4551-bcbd-3e80c4acbc81","b6085d0c-ab2b-445d-bf9d-0fa0a19183a2","b7be41f0-7391-49dd-b63c-2e8db9430f07","c6c83935-113a-43f1-a05c-ba177c835df8","d32a8448-de76-4d1e-a3dd-8fffeab71216","d8e902bc-9d41-4443-9104-4c684de6cdad","e163bf1c-448f-4669-812b-f22e53d404f7","f698acf5-07fb-456b-9edb-35a34a15d560","fd354bae-5c28-46df-9e92-3a60b271e1ae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","A25","ATH","BRB","BRO","CED","CEI","CMR","CN2","CST","F03","FBB","FDN","ICE","IMA","LEA","LEB","M20","ME2","ME3","MIR","MMQ","OLEP","P07","PARL","PLST","PMEI","PRM","PTC","SCD","SUM","TMP","TPR","TSB","USG","WC97","WC98","ZNR"],"rulings":[{"date":"2004-10-04","text":"This is not modal. If the target changes from an artifact to an enchantment or vice versa, this still destroys it."}],"rarities":["common","rare","special"]},"dismember":{"name":"Dismember","mana_cost":{"type":"Cost","shards":["PhyrexianBlack","PhyrexianBlack"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({B/P} can be paid with either {B} or 2 life.)\nTarget creature gets -5/-5 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-5},"toughness":{"type":"Fixed","value":-5},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature gets -5/-5 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fd74f8eb-0253-42dd-8277-186d4934da38","metadata":{"source_printing_ids":["03da66e3-a369-4433-a2b8-8625403d34b0","064dfdeb-485f-473e-9fa0-8fdb7638cdc6","08d405dc-180f-4edb-8c53-80a034ee622e","317483cb-ad42-403e-a7cc-1d6cf51558ea","317f1aff-9d0d-4003-84e9-3b63bd4e4fae","35aa1476-f16a-45ae-b91a-4ea7e5fb0ba8","3d286cf6-3e16-4941-9326-1818b1e06d69","4ccd8394-cbc9-4346-9b48-f6be447b3e08","4cf874b6-5616-4d33-a5e4-4e5a80db1a13","93020a11-731d-413d-984c-f2ae217542c4","9382c445-bc7c-4c98-b9d8-477d77a4e523","94c131d2-6b55-456c-a30d-e5ffb6d5efd7","e48e2da3-8597-48c2-8287-f0264a7788c7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["F12","MD1","MM2","NPH","PLST","PRM","PW22","SLD","SOA","SPG","TSR"],"rulings":[{"date":"2024-06-07","text":"A Phyrexian mana symbol contributes 1 toward the mana value of a card, even if life is paid for it. Specifically, Dismember's mana value is always 3."}],"rarities":["uncommon","rare","mythic","special"]},"dispel":{"name":"Dispel","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target instant spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target instant spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"6d7be242-a072-40ce-b540-95880506cccd","metadata":{"source_printing_ids":["08d4a8d7-c136-472f-8146-a1100701ca4f","72df0898-72a4-444a-83bf-8252bd6ae563","bceab6b3-6b64-4964-a501-ce806a6c13ad","f178d0cc-5dd1-41ab-a2e8-218ece6f2a86"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BFZ","EA2","PLST","RTR","WWK"],"rarities":["common"]},"disruptor flute":{"name":"Disruptor Flute","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash\nAs this artifact enters, choose a card name.\nSpells with the chosen name cost {3} more to cast.\nActivated abilities of sources with the chosen name can't be activated unless they're mana abilities.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":3},"spell_filter":{"type":"HasChosenName"}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells with the chosen name cost {3} more to cast."},{"mode":{"CantBeActivated":{"who":"AllPlayers","source_filter":{"type":"HasChosenName"},"exemption":"ManaAbilities"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of sources with the chosen name can't be activated unless they're mana abilities."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a card name.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"d6c46906-1339-4440-8cd0-2bb9890d4975","metadata":{"source_printing_ids":["5cad8671-4761-4014-a8a3-af45627e6e79","e764e3e9-653c-44d7-b96a-530d51ca5c2f"]},"legalities":{"brawl":"banned","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keywords are activated abilities and will have colons in their reminder text. An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2024-06-07","text":"If you name a card that has both a mana ability and another activated ability, the mana ability can be activated but the other ability can't be activated."},{"date":"2024-06-07","text":"Some cards can have alternative names, such as split cards, adventurer cards, double-faced cards, and so on. You may choose one of the two names the card can have; Disruptor Flute's abilities won't affect anything with the other name. For example, if you choose Ondu Knotmaster, Throw a Line will still cost only {W}{B} to cast."},{"date":"2024-06-07","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."},{"date":"2024-06-07","text":"You can choose the name of any card. You can't choose the name of a token unless it's also the name of a card."}],"rarities":["rare"]},"divination":{"name":"Divination","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw two cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"273b339c-964b-4a18-8eb5-ceb8abcdfd9e","metadata":{"source_printing_ids":["1252243c-34e3-447b-b323-fffcbe128278","3102cec9-1cdc-4946-a2dd-caf04eaa8b97","4a1340f1-85a4-4551-9871-bb00db6d97a8","65b9964e-cfe0-4400-b903-3f590889f88d","95d1e5bd-9360-4ba5-83b5-38a9bf8bb5b9","a3c573ab-9013-4c2b-a039-ce5b20dba264","ae04d500-5b2d-4661-bbd2-66cf29456b2b","bfdc821e-0e4b-43ff-86d6-134ac0b4e958","c7f9daf0-dbfd-45b2-be35-9c2de9d1a56e","cb3b35b8-f321-46d8-a441-6b9a6efa9021","ddd1187d-f43f-4508-b312-7af0bb8b9789"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BNG","CN2","DKA","DOM","M10","M12","M13","M14","M15","M19","PLST","PS11","XANA"],"rarities":["common"]},"divine visitation":{"name":"Divine Visitation","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If one or more creature tokens would be created under your control, that many 4/4 white Angel creature tokens with flying and vigilance are created instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"CreateToken","execute":{"kind":"Spell","effect":{"type":"Token","name":"Angel","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Angel"],"colors":["White"],"keywords":["Flying","Vigilance"],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If one or more creature tokens would be created under your control, that many 4/4 white Angel creature tokens with flying and vigilance are created instead.","condition":{"type":"TokenCoreTypeMatches","core_types":["Creature"]},"token_owner_scope":"You"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5917216f-5b42-41fa-8976-401bdbeb782e","metadata":{"related_token_ids":["4ad6b1d3-c030-52bd-a568-6134cd2ea3ed","80298dd1-6460-5e53-8390-f1a1c6ee1e45","aafbe5c9-7a49-5dff-9995-35f0d7ace2d4","c33e6a6e-1730-5a52-bf8c-c6ab7d18fadb","db00ab6e-b365-5654-a510-dd1d9fa17590"],"source_printing_ids":["0b0c12dc-3978-4c3e-a3a2-a81db878f4ad","3800216f-5b35-4cfa-bcdb-d70e9b368d18","38d624ed-650a-45c3-b9c5-26cc264a0517","3a73bd5a-eb22-41dc-84ff-93d23d84afae","6aab3dc6-4f9a-48d3-9df2-36c3b87a4ab5","a5588402-fa0f-4d98-91a4-869180ba490e","aff6a7f9-9258-4247-9d17-09c9c2cf0c2e","da3789d4-3621-44a1-bb72-8e3bbac8bf72","dabd95db-b4ca-446b-bb68-6f52cec9ed2a","f68a7e08-6af2-4eab-afd4-7eb9db431e9c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","GRN","MSC","PGRN","RVR","TDC"],"rulings":[{"date":"2018-10-05","text":"If an effect changes under whose control a token would be created, that effect applies before Divine Visitation's effect applies. If an effect changes under whose control a token would enter the battlefield, that effect applies after Divine Visitation's effect is able to be applied."},{"date":"2018-10-05","text":"If you create a noncreature token that will be a creature as it enters the battlefield, perhaps because of an effect such as that of March of the Machines, Divine Visitation's effect doesn't apply to that token's creation. (This is because Divine Visitation's effect modifies how the tokens are created, and March of the Machines's effect doesn't apply until you consider how the tokens are entering the battlefield.)"},{"date":"2018-10-05","text":"The token's characteristics are entirely replaced by a 4/4 white Angel creature token with flying and vigilance. It doesn't have any abilities the token would have been created with. Anything else specified in the effect creating the token (such as tapped, attacking, \"That token gains haste,\" or \"Exile that token at end of combat\") still applies."}],"rarities":["mythic"]},"doc aurlock, grizzled genius":{"name":"Doc Aurlock, Grizzled Genius","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bear","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Spells you cast from your graveyard or from exile cost {2} less to cast.\nPlotting cards from your hand costs {2} less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InAnyZone","zones":["Graveyard","Exile"]}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast from your graveyard or from exile cost {2} less to cast."},{"mode":{"ReduceActionCost":{"action":"Plot","mode":"Reduce","amount":2}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Plotting cards from your hand costs {2} less."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"3ca32660-bf5f-4398-bef6-a0ec8bc767cf","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6fc27b30-8c8e-434c-a72c-e1d409efc1ae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"Doc Aurlock’s abilities can’t reduce the amount of colored mana you pay for a spell or ability. It reduces only the generic mana component of that spell or ability’s cost."},{"date":"2024-04-12","text":"Doc Aurlock’s abilities don’t change the mana cost or mana value of any spell. They change only the total cost you pay to cast spells or plot cards from the appropriate zones."},{"date":"2024-04-12","text":"Exiling a card using its plot ability is a special action. Once you announce you’re taking that action, no other player can respond by trying to remove that card from your hand."},{"date":"2024-04-12","text":"If a plotted card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-04-12","text":"If you’re casting a plotted card from exile without paying its mana cost, you can’t choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the plotted card has any mandatory additional costs, those must still be paid to cast the spell."},{"date":"2024-04-12","text":"Plot abilities are written “Plot [cost],” which means “Any time you have priority during your main phase while the stack is empty, you may pay [cost] and exile this card from your hand. It becomes plotted.”"},{"date":"2024-04-12","text":"You can’t cast a plotted card on the same turn it became plotted. On any future turn, you may cast that card from exile without paying its mana cost during your main phase while the stack is empty."}],"rarities":["uncommon"]},"docent of perfection":{"name":"Docent of Perfection","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect","Horror"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you cast an instant or sorcery spell, create a 1/1 blue Human Wizard creature token. Then if you control three or more Wizards, transform this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Human Wizard","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human","Wizard"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, create a 1/1 blue Human Wizard creature token. Then if you control three or more Wizards, transform ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"85e797de-da27-4cd5-8fa4-4aef948988b2","metadata":{"related_token_ids":["73179062-388a-599b-a021-b75a409a290a","7513b439-3b1b-51a6-a771-76d22da1c16c"],"source_printing_ids":["2c983363-f900-45f5-b906-d56b91d5c260","30c3d4c1-dc3d-4529-9d6e-8c16149cf6da","96658239-3169-42ef-9983-cd4da24e0f4c","f845e2ef-d4be-4dd9-85fa-41d0564faa4b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["EMN","INR","PEMN","SIR"],"rulings":[{"date":"2025-01-24","text":"All Wizards you control get +2/+1 and have flying, not just those created by Docent of Perfection or Final Iteration."},{"date":"2025-01-24","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack without resolving."},{"date":"2025-01-24","text":"If you control three or more Wizards while you control Docent of Perfection, it won’t transform yet. It only transforms while its triggered ability is resolving after you cast an instant or sorcery spell."},{"date":"2025-01-24","text":"When Docent of Perfection transforms into Final Iteration, the instant or sorcery spell that’s on the stack doesn’t cause Final Iteration’s triggered ability to trigger."}],"rarities":["rare"]},"dockside extortionist":{"name":"Dockside Extortionist","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Pirate"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, create X Treasure tokens, where X is the number of artifacts and enchantments your opponents control. (Treasure tokens are artifacts with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"Opponent","properties":[]}]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create X Treasure tokens, where X is the number of artifacts and enchantments your opponents control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"697bcfe1-ecbf-42a1-bfc7-0766d48ca56b","metadata":{"related_token_ids":["2c57698c-cd24-5f2b-adeb-2224be03ebde","3b9455df-7577-5275-a556-6ba2966e61dc","b0e0f943-429b-5075-a61d-22338c7dfcf6","ba3bda5a-b0c8-5931-818b-0126c810dc7c"],"source_printing_ids":["47fdac35-d709-4078-8205-ad7c79b6644c","571bc9eb-8d13-4008-86b5-2e348a326d58","7eea863e-ebc0-4c8e-b464-80b7dbabe30b","9e2e3efb-75cb-430f-b9f4-cb58f3aeb91b","ae1a83c2-2d44-41ed-813f-f05c44b087f3","c75ee954-9a94-4be2-965d-58979a560827"]},"legalities":{"brawl":"legal","commander":"banned","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","C19","PLST","PRM","TLE"],"rulings":[{"date":"2025-10-02","text":"If an opponent controls an artifact that's also an enchantment, that permanent is counted only once for Dockside Extortionist's ability."}],"rarities":["rare","mythic"]},"dollmaker's shop":{"name":"Dollmaker's Shop","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more non-Toy creatures you control attack a player, create a 1/1 white Toy artifact creature token.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Token","name":"Toy","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Toy"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Toy"}}],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more non-Toy creatures you control attack a player, create a 1/1 white Toy artifact creature token.","constraint":null,"condition":null,"batched":true,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e633412b-e36b-4ec5-b0d0-7cb24c7503f4","metadata":{"related_token_ids":["509d3688-c99e-5b90-b975-8716e3b97fc8"],"source_printing_ids":["4b9225ce-f29d-4235-8e9d-98a4fd159f73","c5ee6651-9946-4bae-b21e-6cf28fa77b13"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"An ability that triggers \"when you unlock this door\" triggers when that door becomes unlocked. This can happen one of two ways: (1) the door becomes unlocked on the battlefield or (2) the door becomes unlocked as the Room enters the battlefield because you cast the corresponding half. In the latter case, since the door becoming unlocked is what causes the ability to trigger, effects that cause abilities that trigger when a permanent enters to trigger an additional time (such as that of Panharmonicon) won't apply."},{"date":"2024-09-20","text":"An ability that triggers \"whenever you fully unlock a Room\" triggers when a door becomes unlocked and the other door of that Room is already unlocked, or when both doors of that Room become unlocked simultaneously."},{"date":"2024-09-20","text":"Any time you have priority during a main phase of your turn and the stack is empty, you may pay the mana cost of a locked door (also called its \"unlock cost\"). That door becomes unlocked. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"Because damage remains marked on creatures until the damage is removed as the turn ends, nonlethal damage dealt to creatures you control while Porcelain Gallery is unlocked may become lethal if other creatures you control leave the battlefield during that turn."},{"date":"2024-09-20","text":"Creatures that enter attacking are never declared as attackers, and as such, they won't cause Dollmaker's Shop's ability to trigger."},{"date":"2024-09-20","text":"Dollmaker's Shop's ability will trigger once for each player you attack with one or more non-Toy creatures."},{"date":"2024-09-20","text":"Each Room card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2024-09-20","text":"Each Room card is a single card. For example, if you discard a Room card, you've discarded one card, not two. If an effect counts the number of enchantment cards in your graveyard, Bottomless Pool // Locker Room counts once, not twice."},{"date":"2024-09-20","text":"Effects that modify a creature's power and/or toughness, such as the effect of Jump Scare, will apply to that creature no matter when they started to take effect. The same is true for any counters that change its power and/or toughness and effects that switch its power and toughness."},{"date":"2024-09-20","text":"If a Room enters from any zone other than the stack, it will enter with both halves locked."},{"date":"2024-09-20","text":"If a spell or ability would create a copy of a Room spell on the stack, the copy retains the choice of which door was cast but also retains the full characteristics of the spell. The characteristics of the door that wasn't cast are still ignored while the copy is on the stack, and when the copy resolves, the token it becomes will enter with the appropriate door unlocked."},{"date":"2024-09-20","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the door you're casting. For example, if an effect allows you to cast a permanent spell with mana value 3 or less from among cards in your graveyard, you could cast Bottomless Pool this way, but not Locker Room."},{"date":"2024-09-20","text":"If neither door of a Room is unlocked, it's a Room enchantment with no name and no abilities."},{"date":"2024-09-20","text":"Porcelain Gallery's ability overrides all previous effects that set the base power and toughness of creatures you control to specific values. Any power- or toughness-setting effects that start to apply to a creature you control after Porcelain Gallery is unlocked will overwrite this effect on that creature."},{"date":"2024-09-20","text":"Room cards have two card faces with a shared type line on a single card. The characteristics of the door you didn't cast are ignored while the spell is on the stack."},{"date":"2024-09-20","text":"Some abilities allow you to lock a door of a Room you control. You can't choose to lock a door that's already locked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are locked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some abilities allow you to unlock a door of a Room you control. You can't choose to unlock a door that's already unlocked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are unlocked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some doors have abilities that trigger whenever you unlock that door and require one or more targets. You can unlock that door even if there would be insufficient legal targets for that triggered ability. The triggered ability won't go on the stack."},{"date":"2024-09-20","text":"To cast a Room spell, choose a half (or \"door\") to cast. There's no way to cast both halves of a Room card. When the Room spell resolves, the corresponding door becomes unlocked as the Room enters."},{"date":"2024-09-20","text":"While in any zone other than the stack or the battlefield, a Room card's characteristics are a combination of its two doors. For example, Bottomless Pool // Locker Room has a mana value of 6 while it's in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Bottomless Pool // Locker Room."},{"date":"2024-09-20","text":"While on the battlefield, a Room's characteristics are a combination of the characteristics of its unlocked doors. For example, if Bottomless Pool // Locker Room is on the battlefield with both doors unlocked, its names are Bottomless Pool and Locker Room, its mana value is 6, it's a Room Enchantment, and it has the abilities in each door's text box."}],"rarities":["mythic"]},"dominating licid":{"name":"Dominating Licid","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Licid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{1}{U}{U}, {T}: This creature loses this ability and becomes an Aura enchantment with enchant creature. Attach it to target creature. You may pay {U} to end this effect.\nYou control enchanted creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},{"type":"SetCardTypes","core_types":["Enchantment"]},{"type":"RemoveAllSubtypes","set":"Enchantment"},{"type":"AddSubtype","subtype":"Aura"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose this ability and becomes an Aura enchantment with enchant creature"}],"duration":null,"target":null},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTarget"},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}{U}{U}, {T}: ~ loses this ability and becomes an Aura enchantment with enchant creature. Attach it to target creature. You may pay {U} to end this effect.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"ChangeController"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You control enchanted creature."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ae2804c6-fb38-4845-ae21-7f41a766cbba","metadata":{"source_printing_ids":["e3e03323-43e8-4ddc-a874-211a97fd7648"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EXO"],"rulings":[{"date":"2004-10-04","text":"It becomes an Enchantment - Aura and stops being all other permanent types."},{"date":"2013-04-15","text":"If a spell that can target enchantments but not creatures (such as Clear) is cast targeting the Licid after it has become an enchantment, but the Licid's controller pays the cost, the Licid will no longer be an enchantment. This will result in the spell failing to resolve for having no legal targets."},{"date":"2013-04-15","text":"Paying the cost to end the effect is a special action and can't be responded to."}],"rarities":["rare"]},"don't blink":{"name":"Don't Blink","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until end of turn, if one or more creatures would enter from exile or after being cast from exile, their owners shuffle them into their libraries instead.\nCycling {2} ({2}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[{"kind":"Spell","effect":{"type":"AddTargetReplacement","replacement":{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":null,"condition":{"type":"EnteredFromZone","origin_constraint":{"type":"Equals","data":"Exile"},"cast_origin":"Exile"},"destination_zone":"Battlefield"},"target":{"type":"None"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, if one or more creatures would enter from exile or after being cast from exile, their owners shuffle them into their libraries instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5733c3fb-c533-456c-b30e-5d2b9e206b6b","metadata":{"source_printing_ids":["6b92aed2-9f40-4507-bd91-fd1b4d405c91","ef31cf95-6e1d-4786-ae92-e1eebdb1da13"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rarities":["uncommon"]},"done":{"name":"Done","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tap up to two target creatures. Those creatures don't untap during their controller's next untap step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"don't untap during their controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Tap up to two target creatures. Those creatures don't untap during their controller's next untap step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5d1d76e0-049c-4a33-96ec-8e60deed16d5","metadata":{"source_printing_ids":["43ab3ed2-2b50-4488-a21f-60965222970a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"split","printings":["MH2"],"rarities":["uncommon"]},"doom blade":{"name":"Doom Blade","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target nonblack creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NotColor","color":"Black"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target nonblack creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"59e7f2ae-4535-4191-98be-3e65b6b2befa","metadata":{"source_printing_ids":["077d5ca8-2a94-4d79-9314-c5ca2aa4d14b","176cdb4b-6ad4-4991-8456-28579640063d","3da9358b-cfe4-4e95-9a9e-a236d6373dcf","5dcd0c4e-4047-47a2-8969-c62616d457c2","685a74bb-f158-4d0e-b840-222ecbf107d4","6e19acff-f3dd-417a-a9ab-ea3e36c1ba61","75d96a37-bdbe-46ae-926f-8742699a0b20","7a06a6a8-34ad-464f-8311-eea6eada332e","7e6c0fe2-a82b-42cb-8629-b9f00b7f08e9","7e89b4da-a095-4790-b1b7-2369fa221aa4","90699423-2556-40f7-b8f5-c9d82f22d52e","a6565f48-185f-4977-8edc-4840b784d29d","d21c3c86-adb0-4e79-aac5-297f2b729825","de576989-5a76-4dc4-b67a-25dd0be3cceb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMD","DDR","E01","E02","GN3","IMA","M10","M11","M12","M14","MSC","P11","PLST","PRM","SLD","STA"],"rarities":["common","uncommon","rare"]},"doom reigns supreme":{"name":"Doom Reigns Supreme","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Plan"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a Villain you control enters, each opponent loses 1 life and you gain 1 life. Put a plan counter on this enchantment.\nWhen the fifth plan counter is put on this enchantment, sacrifice it. When you do, target opponent exiles the top five cards of their library. You may cast up to two spells from among the exiled cards without paying their mana costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"plan","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Villain"}],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Villain you control enters, each opponent loses 1 life and you gain 1 life. Put a plan counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Fixed","value":5}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":true,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When the fifth plan counter is put on ~, sacrifice it. When you do, target opponent exiles the top five cards of their library. You may cast up to two spells from among the exiled cards without paying their mana costs.","constraint":null,"condition":null,"counter_filter":{"counter_type":"plan","threshold":5},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f398a742-22c1-4da9-9d49-fdce2eb93d01","metadata":{"source_printing_ids":["9b99894b-c774-45c2-9ee9-4d6a8e7522f5","d2468de2-fdb1-4d92-a303-30d255423ddf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"doomed traveler":{"name":"Doomed Traveler","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature dies, create a 1/1 white Spirit creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create a 1/1 white Spirit creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a30907c0-fbde-4fd3-a8c7-f304305fcea7","metadata":{"related_token_ids":["308a0f75-96d0-5730-b82b-98562a86e78d","4e0e7748-abc8-5a7b-ab2f-483c152fa372","4eabae94-60df-5ef5-857d-33b3d02d09d0","5bb80cf6-edae-5967-8e02-a2692efe9268","a86a71b8-5cf1-5e5c-bd54-c78752372371","aef0ca69-5e0e-5874-b13b-1b4c657a8c2e","afdf1b42-a3f9-50a2-bdc1-3fdb2f1992ad","ce2518f9-9b10-5646-b0c0-66fe6e097d24","d91b25f6-927e-58c1-86ab-57716579c95d","eb7e80a0-86fa-5946-9ef0-f72f36f86387"],"source_printing_ids":["1bbfd61b-fba3-4826-817a-e0eed7b8eda0","1fba63ba-4585-4c2b-9fef-9738852f4efb","32f2065f-1aff-4d6c-af4b-2c2cfb2e0595","35c69ff9-00f1-4c65-9f73-90775bf9885a","52c3f3f5-47b7-46bf-a5a8-b7a79f41236e","5642cdda-789f-4125-a9ff-7c445bb51950","5a4573af-feba-4c9d-b24b-3d15888a5ce2","652c3bbb-cac8-47ad-81de-41e954e17a29","86f7fae8-a03a-4535-83c1-cece267fedec","8a03d414-bff9-4aba-8b0a-0ed57982251e","9c5b6837-2381-4563-861c-73ef3b5341cd","9e578da8-0ae7-494f-acf3-40732e338742","a8ed737f-dbda-455c-a240-5fca57caeb64","ab2ff619-b82a-45c1-b25a-5b6ece2afdc4","c843ccbe-df68-4cc1-b403-124afb037e0c","e98c3007-c45f-4502-ae4b-693bd64f23ba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","BBD","CLU","CMR","CN2","CNS","DDK","DDQ","E01","IMA","ISD","J21","J22","PLST","SIS"],"rarities":["common"]},"doomwake giant":{"name":"Doomwake Giant","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Constellation — Whenever this creature or another enchantment you control enters, creatures your opponents control get -1/-1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another enchantment you control enters, creatures your opponents control get -1/-1 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ba069664-9f92-47c7-b556-9e5143a22579","metadata":{"source_printing_ids":["0be3f848-ba01-4890-a3a1-ed0dfb564632","8082ddc9-f20c-4d33-8db4-baba03ef22b9","b20eabfb-f086-45dd-97e2-b2ed5286bc3c","d148e1f1-82fd-44ee-ace4-937f2a638329","db8ff080-04d8-43c6-a8a5-1bf4eabf01ca","f6add387-928e-4f86-90a9-28c6090fae9e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C15","CMM","DSC","JOU","PJOU","PLST","PRM","SOC"],"rulings":[{"date":"2014-04-26","text":"A constellation ability triggers whenever an enchantment enters the battlefield under your control for any reason. Enchantments with other card types, such as enchantment creatures, will also cause constellation abilities to trigger."},{"date":"2014-04-26","text":"An Aura spell without bestow that has an illegal target when it tries to resolve won't resolve and will be put into its owner's graveyard. It won't enter the battlefield and constellation abilities won't trigger. An Aura spell with bestow won't be countered this way. It will revert to being an enchantment creature and resolve, entering the battlefield and triggering constellation abilities."},{"date":"2014-04-26","text":"When an enchantment enters the battlefield under your control, each constellation ability of permanents you control will trigger. You can put these abilities on the stack in any order. The last ability you put on the stack will be the first one that resolves."}],"rarities":["rare"]},"doors of durin":{"name":"Doors of Durin","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you attack, scry 2, then you may reveal the top card of your library. If it's a creature card, put it onto the battlefield tapped and attacking. Until your next turn, it gains trample if you control a Dwarf and hexproof if you control an Elf.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample if you control a Dwarf and hexproof"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Creature"]},"optional_targeting":false,"optional":false,"forward_result":true,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, scry 2, then you may reveal the top card of your library. If it's a creature card, put it onto the battlefield tapped and attacking. Until your next turn, it gains trample if you control a Dwarf and hexproof if you control an Elf.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"d82c77a1-2b81-415d-9f18-47e059c15e01","metadata":{"source_printing_ids":["066abb77-5f77-4897-9ab5-16c247e8e80a","25e2fd90-95b0-4b12-846c-80bb979f0724","8ebd8813-4aaf-48bf-9243-3ec4099b8372","ec674497-2793-48f1-b7fd-6bbde96bda10"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"If the creature put onto the battlefield this way is a Dwarf and/or Elf, Doors of Durin will see it when checking whether you control a Dwarf or Elf."}],"rarities":["rare"]},"doran, besieged by time":{"name":"Doran, Besieged by Time","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Treefolk","Druid"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Each creature spell you cast with toughness greater than its power costs {1} less to cast.\nWhenever a creature you control attacks or blocks, it gets +X/+X until end of turn, where X is the difference between its power and toughness.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AttacksOrBlocks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Difference","left":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Recipient"}}},"right":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Recipient"}}}}},"toughness":{"type":"Quantity","value":{"type":"Difference","left":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Recipient"}}},"right":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Recipient"}}}}},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control attacks or blocks, it gets +X/+X until end of turn, where X is the difference between its power and toughness.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature spell you cast with toughness greater than its power costs {1} less to cast."}],"replacements":[],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"dd35a377-0865-4b25-bd0f-aaead29a9f0e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["568aa70a-6765-486a-bd37-5d38b16c46de","9f0a1644-58bb-4826-9832-0ffc372fac1e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Doran's first ability applies only to generic mana in the total cost of creature spells you cast with toughness greater than their power."},{"date":"2025-11-17","text":"The value of X is calculated only once, as Doran's last ability resolves."},{"date":"2025-11-17","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a flashback cost), add any cost increases (such as kicker costs), then apply any cost reductions (such as that of this ability). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."},{"date":"2025-11-17","text":"To find the difference between a creature's power and its toughness, subtract the smaller of those two numbers from the larger one. For example, the difference between the power and toughness of a 3/5 creature is 2. The difference between the power and toughness of a 5/3 creature is also 2."}],"rarities":["rare"]},"dose of dawnglow":{"name":"Dose of Dawnglow","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target creature card from your graveyard to the battlefield. Then if it isn't your main phase, blight 2. (Put two -1/-1 counters on a creature you control.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"BlightEffect","count":2},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"And","conditions":[{"type":"CurrentPhaseIs","phases":["PreCombatMain","PostCombatMain"]},{"type":"IsYourTurn"}]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return target creature card from your graveyard to the battlefield. Then if it isn't your main phase, blight 2.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f852bc33-e2f8-43be-9e6e-7badd1f894ef","metadata":{"source_printing_ids":["47414323-ca30-45b7-a0b2-6668312bee04"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["uncommon"]},"dr. eggman":{"name":"Dr. Eggman","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Scientist"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your end step, draw a card. Then each opponent faces a villainous choice — That player discards a card, or you may put a Construct, Robot, or Vehicle card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Opponent"},"branches":[{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":"That player discards a card","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Construct"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":[{"Subtype":"Robot"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"you may put a Construct, Robot, or Vehicle card from your hand onto the battlefield","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, draw a card. Then each opponent faces a villainous choice — That player discards a card, or you may put a Construct, Robot, or Vehicle card from your hand onto the battlefield.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"fb68c1ae-a129-4c17-81fa-be5da2c32ec5","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["18602e92-69be-4626-a28a-463913108f42"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD"],"rarities":["mythic"]},"dracogenesis":{"name":"Dracogenesis","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":6},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast Dragon spells without paying their mana costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastFromHandFree":{"frequency":"Unlimited","origin":"DefaultCastPermission"}},"affected":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast Dragon spells without paying their mana costs."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"9b06f2bf-146d-4b30-b467-e16f1a942253","metadata":{"source_printing_ids":["0d5674f9-22b2-45f9-902d-4fd245485c60","30f7c75a-c8f7-4f34-bc86-9d0441dc3a40","38b6d099-e31f-45b5-b78a-72a4b38d60f0","737d2ab6-bb45-432c-9ce2-e9ecb513ee4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2025-04-04","text":"If you cast a spell “without paying its mana cost,” you can’t choose to cast it for any alternative costs. You can, however, pay additional costs, such as kicker costs. If the spell has any mandatory additional costs those must be paid to cast the spell."},{"date":"2025-04-04","text":"Once you cast Dracogenesis, if it’s your turn, you’ll have priority immediately after it resolves. You can cast another spell before any player can attempt to remove Dracogenesis with spells or abilities."},{"date":"2025-04-04","text":"You must follow the normal timing permissions and restrictions of each Dragon spell you cast this way."}],"rarities":["mythic"]},"drag to the underworld":{"name":"Drag to the Underworld","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {X} less to cast, where X is your devotion to black. (Each {B} in the mana costs of permanents you control counts toward your devotion to black.)\nDestroy target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"Devotion","colors":{"type":"Fixed","value":["Black"]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {X} less to cast, where X is your devotion to black."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"746dc1d8-f245-47be-abd5-50ca6ac0d1af","metadata":{"source_printing_ids":["91852444-9361-4588-a44f-fb90ba1b30e5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["THB"],"rulings":[{"date":"2020-01-24","text":"Colorless and generic mana symbols ({C}, {0}, {1}, {2}, {X}, and so on) in mana costs of permanents you control don't count toward your devotion to any color."},{"date":"2020-01-24","text":"Hybrid mana symbols, monocolored hybrid mana symbols, and Phyrexian mana symbols do count toward your devotion to their color(s)."},{"date":"2020-01-24","text":"If an activated ability or triggered ability has an effect that depends on your devotion to a color, you count the number of mana symbols of that color among the mana costs of permanents you control as the ability resolves. The permanent with that ability will be counted if it's still on the battlefield at that time."},{"date":"2020-01-24","text":"If you put an Aura on an opponent's permanent, you still control the Aura, and mana symbols in its mana cost count towards your devotion."},{"date":"2020-01-24","text":"Mana symbols in the text boxes of permanents you control don't count toward your devotion to any color."},{"date":"2020-01-24","text":"Once you announce that you're casting a spell, no player may take actions until the spell has been paid for. Notably, opponents can't try to change by how much Drag to the Underworld's cost is reduced."},{"date":"2020-01-24","text":"The cost reduction ability reduces only the generic mana in Drag to the Underworld's cost. The colored mana must still be paid."},{"date":"2020-01-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions (such as that of Drag to the Underworld). The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon"]},"dragon man, reformed robot":{"name":"Dragon Man, Reformed Robot","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Dragon","Robot"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nDragon Man's power is equal to the greatest mana value among noncreature permanents you control and noncreature cards in your graveyard.\nYou may cast this card from your graveyard by discarding a card in addition to paying its other costs.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Max","exprs":[{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"ManaValue","filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Creature"}],"controller":"You","properties":[]}}},{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"ManaValue","filter":{"type":"Typed","type_filters":["Card",{"Non":"Creature"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}}}]}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the greatest mana value among noncreature permanents you control and noncreature cards in your graveyard."},{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Graveyard"],"characteristic_defining":false,"description":"You may cast this card from your graveyard by discarding a card in addition to paying its other costs."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"c03ca2e6-fcce-4018-952f-1c451ab92cfd","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["527e930b-b233-432c-a0dc-73c68ea3f686","97149d71-7f05-4e9c-a1f6-323471833dee"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"dragon whelp":{"name":"Dragon Whelp","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\n{R}: This creature gets +1/+0 until end of turn. If this ability has been activated four or more times this turn, sacrifice this creature at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"{R}: ~ gets +1/+0 until end of turn. If this ability has been activated four or more times this turn, sacrifice ~ at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"705a1985-ed39-4a4b-812e-a677170b596e","metadata":{"source_printing_ids":["2014ba70-9f15-4d37-8574-73bcf69c37d2","25b12a09-cddb-4f84-9804-cb1224a38fb7","2ddb80b5-19b0-47d3-a1ea-7102fe441f2e","2e009adf-aded-4d64-ba3e-ddc3448c967a","349ff6e6-b914-4787-bb90-ea77a3550d23","4190f2d1-e7e5-4cf7-8227-c2690568d159","5adab786-c851-4de3-9349-65f7f01a81f6","643d6f5b-6a17-434d-945a-6b9a05015493","6955b7fb-cdef-4fcf-98ff-fb4e2a331e0f","6bbf1eab-bc32-4835-b566-8634b1fe81b0","7178a1de-741d-49f1-b199-be772c82ad36","71f542ff-3508-4df4-a741-138c9d7b9a81","7ad8ab3d-8a77-4fd3-8d5a-ac1e8a09e3bc","7f7bdfb7-1dc1-4ddf-8146-9276dff37b2b","859f40ef-8c15-4984-8320-526a72d14261","8cfa6000-0ecf-497d-a133-5a9b2ce18cba","d13d40b9-319b-4630-a5cd-228ff2f24367","d3f7b4a5-6096-4e19-bfa6-e44b85f53387","dd7520ad-3b13-41a6-82b2-fef562545f1c","f3a24afb-a316-4546-8606-32910763d57f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","ARC","CED","CEI","CMA","CMD","DDG","DMR","DMU","DRB","FBB","J25","LEA","LEB","M10","PLST","SUM","TSB"],"rulings":[{"date":"2022-09-09","text":"If the fourth (or more) time Dragon Whelp's ability is activated during the same turn happens to be during that turn's end step, the delayed triggered ability won't trigger until the beginning of the next turn's end step. You'll have to sacrifice Dragon Whelp at that time."},{"date":"2022-09-09","text":"The first three times Dragon Whelp's ability is activated in a turn will do nothing other than give it +1/+0 until end of turn. Any subsequent activations will also cause its delayed triggered ability to trigger. That means if you activate Dragon Whelp's ability five times, for example, two different delayed triggered abilities will trigger at the beginning of the next end step and cause you to sacrifice Dragon Whelp."},{"date":"2022-12-08","text":"If the fourth (or subsequent) time Dragon Whelp's ability is activated during the same turn is during that turn's end step, the delayed triggered ability won't trigger until the beginning of the next turn's end step. You'll have to sacrifice Dragon Whelp at that time."},{"date":"2022-12-08","text":"There's no limit to the number of times you can activate Dragon Whelp's ability in a turn. However, the fourth activation in a turn and each subsequent activation will cause a delayed triggered ability that will force you to sacrifice Dragon Whelp at the beginning of the next end step."}],"rarities":["uncommon","special"]},"dragon's rage channeler":{"name":"Dragon's Rage Channeler","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a noncreature spell, surveil 1. (Look at the top card of your library. You may put that card into your graveyard.)\nDelirium — As long as there are four or more card types among cards in your graveyard, this creature gets +2/+2, has flying, and attacks each combat if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a noncreature spell, surveil 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Delirium — As long as there are four or more card types among cards in your graveyard, ~ gets +2/+2, has flying, and attacks each combat if able."},{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Delirium — As long as there are four or more card types among cards in your graveyard, ~ gets +2/+2, has flying, and attacks each combat if able."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0c016ccc-a341-4b76-87ba-69c639d2746d","metadata":{"source_printing_ids":["2429510d-ce59-472d-b0df-5e6b7cdf63af","308e9006-d072-46f4-befd-6a8d37f48582","4ced112a-e775-4f97-97b3-74877e9dce12","8afabd77-d7b3-4544-b3ea-4423a6706b2e","b8e73c11-0fb0-4cce-982d-bf3558fb26f3","c75cc38d-aee6-44ab-be69-26491fb9b808","e162de32-d326-4576-9081-a7b2efd51d46"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["H2R","J21","MB2","MH2","PEWK","PLST","SLD"],"rulings":[{"date":"2021-06-18","text":"Because damage remains marked on a creature until the cleanup step or an effect removes that damage, nonlethal damage dealt to Dragon's Rage Channeler may become lethal if the number of card types found in your graveyard drops below four."},{"date":"2021-06-18","text":"The card types that can appear in a graveyard are artifact, battle, creature, enchantment, instant, kindred, land, planeswalker, and sorcery. Legendary, basic, and snow are supertypes, not card types; Human and Shaman are subtypes, not card types."}],"rarities":["uncommon","rare"]},"dragonborn champion":{"name":"Dragonborn Champion","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon","Warrior"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever a source you control deals 5 or more damage to a player, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a source you control deals 5 or more damage to a player, draw a card.","constraint":null,"condition":null,"batched":false,"damage_amount":["GE",5]}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"9e51ccf9-d55d-4231-8ff5-ef3ca1485c8d","metadata":{"source_printing_ids":["7a450430-9dc9-4934-883e-3580c60a3772","9f6e43a7-84b9-4e89-bfe1-442d08df34d8","bd5b05b0-bc76-46a3-852a-48f4681b8c76"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","SLD"],"rulings":[{"date":"2021-07-23","text":"Dragonborn Champion's last ability only triggers if 5 or more damage is dealt by the same source at the same time. If a source deals 3 damage to a player and then later deals 2 more damage to the same player, this will not cause the ability to trigger."}],"rarities":["rare"]},"dragonstorm globe":{"name":"Dragonstorm Globe","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each Dragon you control enters with an additional +1/+1 counter on it.\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]},"description":"Each Dragon you control enters with an additional +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"f6de5bd7-7704-4a0c-a27a-9e565e49f5e9","metadata":{"source_printing_ids":["7f50aa6e-ce6a-4479-9725-202926245f2c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rulings":[{"date":"2025-04-04","text":"Dragons you control that enter at the same time as Dragonstorm Globe won’t enter with an additional +1/+1 counter."}],"rarities":["common"]},"drake haven":{"name":"Drake Haven","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you cycle or discard a card, you may pay {1}. If you do, create a 2/2 blue Drake creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CycledOrDiscarded","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Drake","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Drake"],"colors":["Blue"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cycle or discard a card, you may pay {1}. If you do, create a 2/2 blue Drake creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"86d3def3-53fa-4cad-bb25-d3275af1e3f5","metadata":{"related_token_ids":["11af66ce-2ebe-568c-b865-2ff6fbddcc14","2311a216-8dd8-52b4-b96c-45bc5579862c","e86fefb7-38d9-58a6-94bc-102738bfd02b"],"source_printing_ids":["4318da9d-dadf-444b-a0d4-fd270b216f5b","4cfe0645-79ec-4e94-a6eb-b38b920d2dab","e2502a3a-2c1d-490e-b958-969dfc7f875a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","C20","PAKH"],"rulings":[{"date":"2017-04-18","text":"An ability that triggers whenever you discard a card doesn’t give you permission to discard cards. You’ll need another effect that instructs or allows you to discard them."},{"date":"2017-04-18","text":"An ability that triggers whenever you “cycle or discard” a card triggers only once if you cycle a card. The ability “Whenever you discard a card” is functionally identical to this ability; cycling is mentioned for clarity."},{"date":"2017-04-18","text":"If a player discards a card during their cleanup step due to having too many cards in hand, any appropriate abilities that trigger on discarding that card trigger. If this happens, those triggered abilities are put onto the stack and players receive priority in that cleanup step to cast spells or activate abilities (normally, no players may take actions during a cleanup step). Another cleanup step is created following that one."},{"date":"2017-04-18","text":"Some cards have an ability that triggers whenever you cycle any card. These triggered abilities resolve before you draw from the cycling ability."},{"date":"2017-04-18","text":"While resolving Drake Haven’s triggered ability, you can’t pay {1} multiple times to get multiple Drakes."}],"rarities":["rare"]},"dramatic reversal":{"name":"Dramatic Reversal","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Untap all nonland permanents you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":"Untap all nonland permanents you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"da46904c-8fb8-44c2-b2ab-775a1cc12ec3","metadata":{"source_printing_ids":["2ad14406-4504-4951-83f0-82c298964d6c","30de9083-8702-471c-92e7-5cf89936a208","6b6ebfd5-12b6-4588-ac0f-eca0de8df955","7e99bb96-dc40-4623-b133-b5def847477d","dcb59045-2743-48ae-8063-727e551b1c41"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GN2","KLD","P30A","PIO","SLD","TLE"],"rarities":["common","uncommon","rare"]},"dramatist's puppet":{"name":"Dramatist's Puppet","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, for each kind of counter on target permanent, put another counter of that kind on it or remove one from it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put another counter of that kind","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"iteration_kind_binding":{"type":"RebindToIteratedKind"}},{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"remove a counter of that kind","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"iteration_kind_binding":{"type":"RebindToIteratedKind"}}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"DistinctCounterKindsAmong","filter":{"type":"ParentTarget"}}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, for each kind of counter on target permanent, put another counter of that kind on it or remove one from it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e3473ed5-f2b2-4a41-aed9-ee37caa9d7be","metadata":{"source_printing_ids":["b490e065-b54a-4015-9768-d0e62f0e2e84"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO"],"rulings":[{"date":"2022-02-18","text":"You choose whether to add or remove counters as the ability resolves. If the permanent has multiple kinds of counters, you don't have to make the same choice for each kind."}],"rarities":["common"]},"drannith magistrate":{"name":"Drannith Magistrate","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Your opponents can't cast spells from anywhere other than their hands.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantCastFrom":{"who":"Opponents"}},"affected":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"InAnyZone","zones":["Graveyard","Library","Exile","Command"]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your opponents can't cast spells from anywhere other than their hands."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"aadd10d0-6dd0-4bdc-8d93-ff08e29a5863","metadata":{"source_printing_ids":["98b0a4a8-9319-451b-9b79-b0bca7a41e91","adaf8f6a-9559-4b47-8e67-2c4c3d6d8c60","d98bed02-600c-4cb3-bff5-960d362861fb"]},"legalities":{"brawl":"banned","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","PIKO","PRM","TLE"],"rulings":[{"date":"2020-04-17","text":"Effects may put cards from other zones onto the battlefield under an opponent's control."},{"date":"2020-04-17","text":"If a rule or effect allows them to do so, your opponents may play lands from zones other than their hand and activate abilities of cards in zones other than their hand."},{"date":"2020-04-17","text":"If an effect says that an opponent may cast a spell from anywhere other than their hand, Drannith Magistrate's restriction overrules that permission."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"drannith stinger":{"name":"Drannith Stinger","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cycle another card, this creature deals 1 damage to each opponent.\nCycling {1} ({1}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":1}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cycle another card, ~ deals 1 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"edd1727e-3a6e-4d0e-b7ae-fae2108d2147","metadata":{"source_printing_ids":["612ee4be-e7a2-423c-a37c-7c6ca97f630e","9c9b5d44-a314-4d72-b4fe-25d6921d51cb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","J22"],"rulings":[{"date":"2020-04-17","text":"In a Two-Headed Giant game, Drannith Stinger’s first ability causes the opposing team to lose 2 life."},{"date":"2020-04-17","text":"Some cards with cycling have an ability that triggers when you cycle them, and some cards have an ability that triggers whenever you cycle any card. These triggered abilities resolve before you draw from the cycling ability."},{"date":"2020-04-17","text":"Triggered abilities from cycling a card and the cycling ability itself aren’t spells. Effects that interact with spells (such as that of Cancel) won’t affect them."},{"date":"2020-04-17","text":"You can cycle a card even if it has a triggered ability from cycling that won’t have a legal target. This is because the cycling ability and the triggered ability are separate. This also means that if either ability is countered (with Disallow, for example), the other ability will still resolve."}],"rarities":["common"]},"dread":{"name":"Dread","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Incarnation"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)\nWhenever a creature deals damage to you, destroy it.\nWhen Dread is put into a graveyard from anywhere, shuffle it into its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":["Fear"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TriggeringSource"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals damage to you, destroy it.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into a graveyard from anywhere, shuffle it into its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"09f41fac-8285-457a-bb71-8c6a93af2df9","metadata":{"source_printing_ids":["9b608658-9150-439b-b0a0-4a994722b95c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LRW"],"rulings":[{"date":"2007-10-01","text":"Although this ability triggers when the Incarnation is put into a graveyard from the battlefield, it doesn’t *specifically* trigger on leaving the battlefield, so it doesn’t behave like other leaves-the-battlefield abilities. The ability will trigger from the graveyard."},{"date":"2007-10-01","text":"If the Incarnation had lost this ability while on the battlefield (due to Lignify, for example) and then was destroyed, the ability would still trigger and it would get shuffled into its owner’s library. However, if the Incarnation lost this ability when it was put into the graveyard (due to Yixlid Jailer, for example), the ability wouldn’t trigger and the Incarnation would remain in the graveyard."},{"date":"2007-10-01","text":"If the Incarnation is removed from the graveyard after the ability triggers but before it resolves, it will remain in its new zone when its owner shuffles their library. Similarly, if a replacement effect has the Incarnation move to a different zone instead of being put into the graveyard, the ability won’t trigger at all."},{"date":"2007-10-01","text":"The last ability triggers when the Incarnation is put into its owner’s graveyard from any zone, not just from on the battlefield."}],"rarities":["rare"]},"dread fugue":{"name":"Dread Fugue","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cleave {2}{B} (You may cast this spell for its cleave cost. If you do, remove the words in square brackets.)\nTarget player reveals their hand. You choose a nonland card from it [with mana value 2 or less]. That player discards that card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Cleave":{"type":"Cost","shards":["Black"],"generic":2}}],"abilities":[{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Player"},"card_filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":2}}]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DiscardCard","count":1,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target player reveals their hand. You choose a nonland card from it with mana value 2 or less. That player discards that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"cleave_variant":{"abilities":[{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Player"},"card_filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DiscardCard","count":1,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target player reveals their hand. You choose a nonland card from it. That player discards that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[]},"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"efe4194a-b3c5-4308-abfe-553e035f5e64","metadata":{"source_printing_ids":["0ad4c472-b8ce-4ae0-a6f0-726ea74722c5","ef8a7485-1630-40f4-8e70-3abd297e8983"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","VOW"],"rulings":[{"date":"2021-11-19","text":"A cleave cost is an alternative cost that's paid instead of the spell's mana cost. Casting a spell for its cleave cost doesn't change the spell's mana value."},{"date":"2021-11-19","text":"If an effect allows you to “cast a spell without paying its mana cost,” you can't cast that spell for its cleave cost."},{"date":"2021-11-19","text":"If you cast a spell for its cleave cost, that spell doesn't have any of the text in square brackets while it's on the stack."},{"date":"2021-11-19","text":"You can't cast a spell for both its cleave cost and another alternative cost. For example, if an effect gives an Alchemist's Retrieval in your graveyard a flashback cost of {U}, you can't cast it from your graveyard for its cleave cost."}],"rarities":["uncommon"]},"dread wanderer":{"name":"Dread Wanderer","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Jackal"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature enters tapped.\n{2}{B}: Return this card from your graveyard to the battlefield. Activate only as a sorcery and only if you have one or fewer cards in hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{B}: Return this card from your graveyard to the battlefield. Activate only as a sorcery and only if you have one or fewer cards in hand.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"HandSizeOneOf","counts":[0,1]}}},{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"88154d64-221f-4742-bccb-b1b61a2e8bf0","metadata":{"source_printing_ids":["343fc82d-7d10-4489-8f7e-9995322114e2","e5d02e15-2020-466e-9857-b8741eaa9ff6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PAKH"],"rarities":["rare"]},"dream devourer":{"name":"Dream Devourer","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Demon","Cleric"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Each nonland card in your hand without foretell has foretell. Its foretell cost is equal to its mana cost reduced by {2}. (During your turn, you may pay {2} and exile it from your hand face down. Cast it on a later turn for its foretell cost.)\nWhenever you foretell a card, this creature gets +2/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Unknown":"Whenever you foretell a card"},"execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you foretell a card, ~ gets +2/+0 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"},{"type":"WithoutKeywordKind","value":"Foretell"}]},"modifications":[{"type":"AddKeyword","keyword":{"Foretell":{"type":"SelfManaCostReduced","reduction":2}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each nonland card in your hand without foretell has foretell. Its foretell cost is equal to its mana cost reduced by {2}."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0ff7440b-b831-40a9-81c4-99d77bf93b8d","metadata":{"source_printing_ids":["30c01887-d4b3-46d2-af6b-2877659d057f","ff1d88a6-a74d-44b5-b7a8-866e866807f1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM","PKHM","PRM"],"rulings":[{"date":"2021-02-05","text":"Because exiling a card with foretell from your hand is a special action, you can do so any time you have priority during your turn, including in response to spells and abilities. Once you announce you’re taking the action, no other player can respond by trying to remove the card from your hand."},{"date":"2021-02-05","text":"Cards that are foretold by virtue of Dream Devourer’s ability won’t continue to have the foretell ability once they leave your hand, but you can still cast them from exile on a later turn for the foretell costs they were given by Dream Devourer."},{"date":"2021-02-05","text":"Casting a foretold card from exile follows the timing rules for that card. If you foretell an instant card, you can cast it as soon as the next player’s turn. In most cases, if you foretell a card that isn’t an instant (or doesn’t have flash), you’ll have to wait until your next turn to cast it."},{"date":"2021-02-05","text":"If you foretell a modal double-faced card, the foretell cost will be based on the mana cost of the face you cast from exile. For example, if you foretell Kolvori, God of Kinship/The Ringhart Crest, you can cast Kolvori by paying {G}{G} or The Ringhart Crest by paying {G} on a future turn. If you foretell a modal double-faced card whose front face is a nonland face but whose back face is a land face, you can’t play that card as a land."},{"date":"2021-02-05","text":"If you’re casting a foretold card from exile for its foretell cost, you can’t choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2021-02-05","text":"It doesn’t matter if Dream Devourer is still on the battlefield or still under your control as you cast the spell from exile."},{"date":"2021-02-05","text":"The last ability triggers when you exile a card from your hand using foretell, not when you cast a foretold card from exile."},{"date":"2021-02-05","text":"The reduction of the foretell cost applies only to generic mana in the foretell cost. It can’t reduce requirements of specific colors of mana. For example, if you foretell a card in your hand with mana cost {1}{G}{G}, its foretell cost will be {G}{G}."}],"rarities":["rare"]},"dream halls":{"name":"Dream Halls","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Rather than pay the mana cost for a spell, its controller may discard a card that shares a color with that spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Rather than pay the mana cost for a spell, its controller may discard a card that shares a color with that spell."},"cost":null,"sub_ability":null,"duration":null,"description":"Rather than pay the mana cost for a spell, its controller may discard a card that shares a color with that spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d901e17f-a5f4-49d9-8a6d-ab771949af24","metadata":{"source_printing_ids":["2c6606d1-619f-4cc9-8d5b-771c4b4d9615","ff4a22d9-007b-4eb7-af9e-b5c2cae36238"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["STH","TPR"],"rulings":[{"date":"2004-10-04","text":"This only replaces the mana cost (the mana in the upper right hand corner of the card). It will not pay additional costs from the card text (such as Buyback) or from other effects. It does not prevent you from paying those additional costs if you want or need to."}],"rarities":["rare","mythic"]},"dream salvage":{"name":"Dream Salvage","mana_cost":{"type":"Cost","shards":["BlueBlack"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw cards equal to the number of cards target opponent discarded this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CardsDiscardedThisTurn","player":{"type":"Target"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw cards equal to the number of cards target opponent discarded this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"a05d478c-a703-4fc4-9496-2894a6acdaef","metadata":{"source_printing_ids":["cac999cc-c5c0-4309-a255-3eb7399af340"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SHM"],"rarities":["uncommon"]},"dredger's insight":{"name":"Dredger's Insight","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more artifact and/or creature cards leave your graveyard, you gain 1 life.\nWhen this enchantment enters, mill four cards. You may put an artifact, creature, or land card from among the milled cards into your hand. (To mill four cards, put the top four cards of your library into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more artifact and/or creature cards leave your graveyard, you gain 1 life.","constraint":null,"condition":null,"batched":true},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":4},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, mill four cards. You may put an artifact, creature, or land card from among the milled cards into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3f21c1c6-7992-4036-ad3e-b599153e54fe","metadata":{"source_printing_ids":["148400a0-7819-4551-9815-9357eed1db4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"drekavac":{"name":"Drekavac","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, sacrifice it unless you discard a noncreature card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you discard a noncreature card.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"random":false,"self_ref":false},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f7971f22-2689-4c6f-9fea-1afc4f5afed3","metadata":{"source_printing_ids":["459d8cb7-cbb8-4e73-9571-44277f1d1be2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DIS"],"rarities":["uncommon"]},"driftgloom coyote":{"name":"Driftgloom Coyote","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Coyote"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, exile target creature an opponent controls until this creature leaves the battlefield. If that creature had power 2 or less, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"use_lki":true},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile target creature an opponent controls until ~ leaves the battlefield. If that creature had power 2 or less, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f76a86f3-568a-40b3-8e2c-f84db4141293","metadata":{"source_printing_ids":["d7ab2de3-3aea-461a-a74f-fb742cf8a198"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"Auras attached to the exiled creature will be put into their owners’ graveyards. Any Equipment will become unattached and remain on the battlefield. Any counters on the exiled creature will cease to exist. When the card returns to the battlefield, it will be a new object with no connection to the card that was exiled."},{"date":"2024-07-26","text":"If Driftgloom Coyote leaves the battlefield before its triggered ability resolves, the target creature won’t be exiled."},{"date":"2024-07-26","text":"If a token is exiled this way, it will cease to exist and won’t return to the battlefield."},{"date":"2024-07-26","text":"Use the power of the exiled creature as it last existed on the battlefield to determine whether or not to put a +1/+1 counter on Driftgloom Coyote."}],"rarities":["uncommon"]},"drizzt do'urden":{"name":"Drizzt Do'Urden","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Ranger"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Double strike\nWhen Drizzt enters, create Guenhwyvar, a legendary 4/1 green Cat creature token with trample.\nWhenever a creature dies, if it had power greater than Drizzt's power, put a number of +1/+1 counters on Drizzt equal to the difference.","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Guenhwyvar","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":1},"types":["Creature","Cat"],"colors":["Green"],"keywords":["Trample"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"supertypes":["Legendary"]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create Guenhwyvar, a legendary 4/1 green Cat creature token with trample.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"right":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature dies, if it had power greater than ~'s power, put a number of +1/+1 counters on ~ equal to the difference.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"1e939df0-d421-42b7-b642-88b3555fd8df","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["fda93a46-0633-58b7-a7e3-757852f6e47a"],"source_printing_ids":["46e3259e-93c2-48c0-8b96-835cdb883383","4bcd9221-c59b-4c92-b6fc-972a17e2dd0e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR"],"rulings":[{"date":"2021-07-23","text":"Drizzt's last ability checks his power both at the time the creature dies and at the time the ability resolves. Notably, this means that if several creatures with power greater than Drizzt's die at the same time, Drizzt's ability will trigger that many times, but some of those abilities may not put counters on him as they resolve."}],"rarities":["rare"]},"dromoka's command":{"name":"Dromoka's Command","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two —\n• Prevent all damage target instant or sorcery spell would deal this turn.\n• Target player sacrifices an enchantment of their choice.\n• Put a +1/+1 counter on target creature.\n• Target creature you control fights target creature you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"AllDamage","damage_source_filter":{"type":"And","filters":[{"type":"ParentTargetSlot","index":0},{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}]}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"TargetPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"3bd8ea71-cbcc-4659-b9a8-88cf27ee12d8","modal":{"min_choices":2,"max_choices":2,"mode_count":4,"mode_descriptions":["Prevent all damage target instant or sorcery spell would deal this turn.","Target player sacrifices an enchantment of their choice.","Put a +1/+1 counter on target creature.","Target creature you control fights target creature you don't control."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["1437f747-51b7-4fe1-bd98-282a27c3470f","43571705-6d53-4ec1-9159-c9c98771b3b6","4e5d0d2a-4984-47f9-b791-4055c8298ac1","df1e43a8-0adc-4e26-bc56-6b914bd35838","f356a294-a032-4457-b891-09806fab050a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","DTK","HA5","MOC","PDTK","PLST"],"rulings":[{"date":"2015-02-25","text":"Although most instants and sorceries that cause damage to be dealt are the sources of that damage, a few cause other objects to deal damage (for example, spells that cause creatures to fight). The first ability of Dromoka's Command won't prevent damage caused by those other sources."},{"date":"2015-02-25","text":"As the spell resolves, follow the instructions of the modes you chose in the order they are printed on the card. For example, if you chose the second and fourth modes of Ojutai's Command, you would gain 4 life and then draw a card. (The order won't matter in most cases.)"},{"date":"2015-02-25","text":"If a Command is copied, the effect that creates the copy will usually allow you to choose new targets for the copy, but you can't choose new modes."},{"date":"2015-02-25","text":"If all targets for the chosen modes become illegal before the Command resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2015-02-25","text":"You can choose a mode only if you can choose legal targets for that mode. Ignore the targeting requirements for modes that aren't chosen. For example, you can cast Ojutai's Command without targeting a creature spell provided you don't choose the third mode."},{"date":"2015-02-25","text":"You can target any player with the second ability, including one that doesn't control an enchantment."},{"date":"2015-02-25","text":"You choose the two modes as you cast the spell. You must choose two different modes. Once modes are chosen, they can't be changed."}],"rarities":["rare"]},"dryad arbor":{"name":"Dryad Arbor","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land","Creature"],"subtypes":["Forest","Dryad"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"(This land isn't a spell, it's affected by summoning sickness, and it has \"{T}: Add {G}.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green"],"color_identity":["Green"],"scryfall_oracle_id":"e996cd67-739c-40f4-b276-0042acf26c71","metadata":{"source_printing_ids":["42852efb-6ab1-42cf-8678-8154f29039bd","5c4fb7f9-a551-4253-a46e-f6284d355388","7d131beb-9458-4ad4-8074-85e116a3d24d","8cee476d-42e1-4997-87af-73e18f542167","bb3a843b-2dea-4b44-be74-c09c18b9b969","e3ddbebf-72cd-4d1b-ba0d-d94934654ab7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DSC","FUT","MB2","PLST","SLD","TSR","V12"],"rulings":[{"date":"2011-09-22","text":"If Dryad Arbor is changed into another basic land type (such as by Sea's Claim), it continues to be a creature and a Dryad."},{"date":"2013-06-07","text":"Although originally printed with a characteristic-defining ability that defined its color, this card now has a color indicator. This color indicator can't be affected by text-changing effects (such as the one created by Crystal Spray), although color-changing effects can still overwrite it."},{"date":"2021-03-19","text":"Dryad Arbor is played as a land. It doesn't use the stack, it's not a spell, it can't be responded to, it has no mana cost, and it counts as your land play for the turn."},{"date":"2021-03-19","text":"Due to its color indicator (appearing to the left of its type line), Dryad Arbor is green. Color indicators apply in all zones, not just the battlefield."},{"date":"2021-03-19","text":"Forest is a land type and Dryad is a creature type."},{"date":"2021-03-19","text":"If Dryad Arbor is changed into another basic land type, it continues to be a green Dryad creature."},{"date":"2021-03-19","text":"If a Dryad Arbor gains flash, or you have the ability to play Dryad Arbor as though it had flash (due to Teferi, Mage of Zhalfir or Scout's Warning, for example), you can ignore the normal timing rules for when during your turn you can play a land, but not any other restrictions. You can't play Dryad Arbor during another player's turn, and you can't play Dryad Arbor if you don't have any land plays remaining."}],"rarities":["uncommon","rare"]},"dualcaster mage":{"name":"Dualcaster Mage","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this creature enters, copy target instant or sorcery spell. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, copy target instant or sorcery spell. You may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"8eb7c0a5-6190-40de-b473-2d1daa3bbe28","metadata":{"source_printing_ids":["0b80c8a0-0870-4836-bee1-f4a805d119d6","1371d7cb-3839-46e9-a02d-2253e18d2029","32d294e8-ed96-4584-b4f2-1b03ae6d1314","75c02edc-d25b-4619-b028-383a39c63a8c","a3508f2a-a800-4e55-8f65-29bd2f0aefb4","a50607c1-c283-44b7-b69b-79d1ad332b5a","defcc4a3-40e0-4f5d-b23c-6cd6a614abc1","ea11f546-4f7c-4649-9e6e-65d0a3ef3912","ea4814b8-9aea-4e44-aec1-d585473f5d1c","fb883762-6eb7-4d35-9e82-9c32809206cd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C14","C20","C21","CM2","CMR","E01","EMA","J15","JMP","PRM","SPG"],"rulings":[{"date":"2016-06-08","text":"As Dualcaster Mage's triggered ability resolves, it creates a copy of a spell on the stack. The copy isn't cast, so abilities that trigger when a player casts a spell won't trigger."},{"date":"2016-06-08","text":"Dualcaster Mage's triggered ability can target (and copy) any instant or sorcery spell, not just one with targets. It doesn't matter who controls it."},{"date":"2016-06-08","text":"If the copy says that it affects \"you,\" it affects the controller of the copy, not the controller of the original spell. Similarly, if the copy says that it affects an \"opponent,\" it affects an opponent of the copy's controller, not an opponent of the original spell's controller."},{"date":"2016-06-08","text":"If the spell has an X whose value was determined as it was cast (like Earthquake does), the copy has the same value of X."},{"date":"2016-06-08","text":"If the spell is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode. You can't choose a different one."},{"date":"2016-06-08","text":"The copy will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2016-06-08","text":"You can't choose to pay any additional costs for the copy. However, effects based on any additional or alternative costs paid for the targeted spell are copied as though those same costs were paid for the copy."}],"rarities":["rare","mythic"]},"duel for dominance":{"name":"Duel for Dominance","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Coven — Choose target creature you control and target creature you don't control. If you control three or more creatures with different powers, put a +1/+1 counter on the chosen creature you control. Then the chosen creatures fight each other. (Each deals damage equal to its power to the other.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetSlot","index":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"ParentTarget"},"subject":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCountDistinct","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},"qualities":["Power"]}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Coven — Choose target creature you control and target creature you don't control. If you control three or more creatures with different powers, put a +1/+1 counter on the chosen creature you control. Then the chosen creatures fight each other.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5064a55a-9692-4a67-9e82-16250b9140d1","metadata":{"source_printing_ids":["27bb8f11-43a2-451a-b58b-ba9d8d15ed2d","9bb0a0c8-158e-4a6f-976e-3de9f57c3463","c823ffae-4967-4a5d-a5d5-f00c25262e4f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","INR","MID"],"rulings":[{"date":"2021-09-24","text":"If you control three or more creatures with different powers and the target creature you control is still a legal target as Duel for Dominance resolves but the target creature you don't control isn't, you will still put a +1/+1 counter on the creature you control. It isn't much of a duel, but your creature is still dominant."},{"date":"2021-09-24","text":"Only the +1/+1 counter is contingent on having three or more creatures with different powers. The target creatures will still fight even if you don't have three or more creatures with different powers when Duel for Dominance resolves."}],"rarities":["common"]},"duggan, private detective":{"name":"Duggan, Private Detective","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Detective"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Duggan's power and toughness are each equal to the number of cards in your hand.\nWhenever Duggan enters or attacks, investigate.\nThe Most Important Punch in History — {1}{G}, {T}: Duggan deals damage equal to twice its power to another target creature. Activate only once.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"The Most Important Punch in History — {1}{G}, {T}: ~ deals damage equal to twice its power to another target creature. Activate only once.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, investigate.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the number of cards in your hand."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"0fbe3805-b59b-47fc-ab21-f05a4aa4cfe0","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["915356b7-202a-5619-b003-e613d245d5bb"],"source_printing_ids":["0d0cfc0e-6a38-4fa2-8e4b-64a893591fec","0d669c14-a549-4d17-bd1a-ddd5e9a1a4c6","6f4f9d74-c6ed-45f5-96b3-69b918ec9462","ad21aafe-c093-40db-830e-da4c87055254"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Duggan, Private Detective's last ability can be activated only once during the game. However, if Duggan leaves and later returns to the battlefield, he's considered a new permanent (with a new set of abilities) and it can be activated again."}],"rarities":["rare"]},"dunerider outlaw":{"name":"Dunerider Outlaw","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rebel","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Protection from green\nAt the beginning of each end step, if this creature dealt damage to an opponent this turn, put a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Protection":{"Color":"Green"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if ~ dealt damage to an opponent this turn, put a +1/+1 counter on it.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"SelfRef"},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"934808a1-31d9-4b82-9626-5f1286a52f1d","metadata":{"source_printing_ids":["42f6f584-9ed3-4e93-ac1a-31878a6b7118","9965d9f9-0a7b-48bc-a6ab-d8b73c4550a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLC","TSR"],"rulings":[{"date":"2021-03-19","text":"Dunerider Outlaw's triggered ability checks to see if it dealt damage during the turn to an opponent of its current controller. If it dealt damage to player A, then player A takes control of it, the ability doesn't trigger."},{"date":"2021-03-19","text":"Dunerider Outlaw's triggered ability gives it at most one +1/+1 counter each turn, regardless of how many opponents were dealt damage beyond the first."},{"date":"2021-03-19","text":"If Dunerider Outlaw dealt damage to an opponent who later left the game before that turn's end step, its ability still gives it a +1/+1 counter."}],"rarities":["uncommon"]},"duplicity":{"name":"Duplicity","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile the top five cards of your library face down.\nAt the beginning of your upkeep, you may exile all cards from your hand face down. If you do, put all other cards you own exiled with this enchantment into your hand.\nAt the beginning of your end step, discard a card.\nWhen you lose control of this enchantment, put all cards exiled with this enchantment into their owner's graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":5},"face_down":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile the top five cards of your library face down.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Hand","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Another"},{"type":"Owned","controller":"You"}]},{"type":"ExiledBySource"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may exile all cards from your hand face down. If you do, put all other cards you own exiled with ~ into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, discard a card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChangesController","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Graveyard","target":{"type":"ExiledBySource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you lose control of ~, put all cards exiled with ~ into their owner's graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"01072a45-ab1c-4d19-b493-76cf4aae351e","metadata":{"source_printing_ids":["d529cb33-292d-40e3-8cfe-db5eeb0d711e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TMP"],"rulings":[{"date":"2004-10-04","text":"The cards are face down all the time. You can’t look at them. This applies even to cards from your hand that got swapped out. You have to remember what they were if you care."},{"date":"2008-04-01","text":"For a time the last ability triggered when Duplicity left the battlefield. It has been restored to triggering when you lose control of Duplicity."},{"date":"2008-04-01","text":"Taking control of another player’s Duplicity will trigger the ability that causes the cards they exiled to be put into their owner’s graveyard."}],"rarities":["rare"]},"duskmantle seer":{"name":"Duskmantle Seer","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your upkeep, each player reveals the top card of their library, loses life equal to that card's mana value, then puts it into their hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, each player reveals the top card of their library, loses life equal to that card's mana value, then puts it into their hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"d8d9c7e2-8ae7-4e1c-9859-bb3b85a48117","metadata":{"source_printing_ids":["4946e4f9-aab3-4f81-af44-f6b03cd07dc8","4d6d4280-4a45-4e77-a33e-58955d096adc","63711861-87e0-4a63-8b7b-f834aa5f3f18","9c58a1e6-be79-4eb3-94a9-d94b40a7cb15"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C18","CLU","CN2","GTC"],"rulings":[{"date":"2013-01-24","text":"The cards put into hands this way are not “drawn.” For example, you couldn’t reveal a card with miracle put into your hand this way (but it also won’t count as the first card you’ve drawn this turn either)."},{"date":"2013-01-24","text":"The loss of life is simultaneous. If this causes both players to end up at 0 or less life, the game will be a draw. In a multiplayer game, players with 0 or less life will lose the game."}],"rarities":["rare","mythic"]},"duskwielder":{"name":"Duskwielder","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Berserker"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Boast — {1}: Target opponent loses 1 life and you gain 1 life. (Activate only if this creature attacked this turn and only once each turn.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Boast — {1}: Target opponent loses 1 life and you gain 1 life.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"},{"type":"RequiresCondition","data":{"condition":{"type":"SourceAttackedThisTurn"}}}],"ability_tag":{"type":"Boast"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"b9227f38-7db7-4ea1-9482-94e5de3984fe","metadata":{"source_printing_ids":["5b5490b8-5652-40f5-8678-e1263ef69b5a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM"],"rulings":[{"date":"2021-02-05","text":"A boast ability can be activated at any point after the creature with that ability has been declared as an attacker. This can be before blockers are declared, after blockers are declared but before combat damage is dealt, during combat after combat damage is dealt, during the postcombat main phase, during the end step, or, in some unusual cases, during the cleanup step."},{"date":"2021-02-05","text":"If a creature with a boast ability is put onto the battlefield attacking, it was never declared as an attacker. Its boast ability can't be activated that turn."},{"date":"2021-02-05","text":"If an effect adds additional combat phases to a turn and a creature with a boast ability attacks more than once during that turn, its boast ability can still be activated only once."},{"date":"2021-02-05","text":"If it's not your turn and you gain control of a creature with a boast ability after that creature attacked, you can activate that creature's boast ability if it hasn't been activated yet that turn."}],"rarities":["common"]},"earth's mightiest heroes":{"name":"Earth's Mightiest Heroes","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 5 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 5 or more.)\nReveal the top eight cards of your library. You may put a creature card from among them onto the battlefield. If this spell was cast using teamwork, put any number of creature cards from among them onto the battlefield instead. Put the rest into your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":5}],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":8},"destination":"Battlefield","keep_count":4294967295,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Graveyard","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":8},"destination":"Battlefield","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Graveyard","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Reveal the top eight cards of your library. You may put a creature card from among them onto the battlefield. If this spell was cast using teamwork, put any number of creature cards from among them onto the battlefield instead. Put the rest into your graveyard.","target_prompt":null,"condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2b87bcac-ec64-4012-9e75-f459d3640eb3","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":5},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["b3534144-0738-4bbc-8d77-c78e28ce42eb","b38b9bd6-1dd7-4bbc-8a82-ce391c1172e1","d8eebea7-a210-41c2-b505-3b9a4cdd5339"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"earthbender ascension":{"name":"Earthbender Ascension","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, earthbend 2. Then search your library for a basic land card, put it onto the battlefield tapped, then shuffle.\nLandfall — Whenever a land you control enters, put a quest counter on this enchantment. When you do, if it has four or more quest counters on it, put a +1/+1 counter on target creature you control. It gains trample until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, earthbend 2. Then search your library for a basic land card, put it onto the battlefield tapped, then shuffle.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"quest","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"quest"}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, put a quest counter on ~. When you do, if it has four or more quest counters on it, put a +1/+1 counter on target creature you control. It gains trample until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f8966fd5-2926-4ba0-b7d6-cfea40cd4e05","metadata":{"source_printing_ids":["590a58ab-5e98-4031-8aa6-ce396dc1429f","826b4f26-419a-4d74-8c70-275555092095"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"The land that the first ability searches for is not on the battlefield when you select targets for earthbend, so it cannot be the land that you earthbend."}],"rarities":["rare"]},"earthbending lesson":{"name":"Earthbending Lesson","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Lesson"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Earthbend 4. (Target land you control becomes a 0/0 creature with haste that's still a land. Put four +1/+1 counters on it. When it dies or is exiled, return it to the battlefield tapped.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":"Earthbend 4.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5e113f0f-4469-4276-82e1-0a804f3de444","metadata":{"source_printing_ids":["eccd63b3-3a3a-4661-9d6e-fb8152429bdb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rarities":["common"]},"earthbending student":{"name":"Earthbending Student","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior","Ally"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, earthbend 2. (Target land you control becomes a 0/0 creature with haste that's still a land. Put two +1/+1 counters on it. When it dies or is exiled, return it to the battlefield tapped.)\nLand creatures you control have vigilance. (Attacking doesn't cause them to tap.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, earthbend 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature","Land"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Land creatures you control have vigilance."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8f8fd2ba-df0e-49bd-a916-cc4f50b9fa24","metadata":{"source_printing_ids":["1f068ce9-f4c2-4d40-bfa3-7f21f6d3b0b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TLE"],"rarities":["uncommon"]},"earthcraft":{"name":"Earthcraft","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tap an untapped creature you control: Untap target basic land.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Tap an untapped creature you control: Untap target basic land.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"50aa7aff-1f01-4224-9a83-01f74d703ec2","metadata":{"source_printing_ids":["9dda7531-82a1-4f49-8858-601ddbc6e2bc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"banned","oathbreaker":"legal","premodern":"banned","vintage":"legal"},"printings":["TMP"],"rarities":["rare"]},"earthrumbler":{"name":"Earthrumbler","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Vigilance, trample\nExile an artifact or creature card from your graveyard: This Vehicle becomes an artifact creature until end of turn.\nCrew 3 (Tap any number of creatures you control with total power 3 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample","Vigilance",{"Crew":{"power":3,"once_per_turn":null}}],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Exile","count":1,"zone":null,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Exile an artifact or creature card from your graveyard: ~ becomes an artifact creature until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ba5982a9-e8c1-4e7c-9a73-c4caad0f7336","metadata":{"source_printing_ids":["0d95a5f3-7f14-4d59-8329-559ed4ff0491","ee386cd0-934a-4b33-9db3-0a9033ab577e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"ebony charm":{"name":"Ebony Charm","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Target opponent loses 1 life and you gain 1 life.\n• Exile up to three target cards from a single graveyard.\n• Target creature gains fear until end of turn. (It can't be blocked except by artifact creatures and/or black creatures.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":3}},"target_constraints":[{"type":"SameZoneOwner","zone":"Graveyard"}],"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Fear"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain fear"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2f3237fe-9e07-4aad-8bc8-7ef4b510dd36","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Target opponent loses 1 life and you gain 1 life.","Exile up to three target cards from a single graveyard.","Target creature gains fear until end of turn."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["29463ce6-92ef-4bae-88a5-e9ba30b018df","72bf17a8-d30d-4ac4-b052-7226de1b9679","937c8016-43c8-418b-9057-b5d6715f71f7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR","WC97"],"rulings":[{"date":"2004-10-04","text":"It targets the cards in the graveyard. These targets are selected when casting the spell."}],"rarities":["common"]},"echo of eons":{"name":"Echo of Eons","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player shuffles their hand and graveyard into their library, then draws seven cards.\nFlashback {2}{U} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":2}}}],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Library","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Library","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":7},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Each player shuffles their hand and graveyard into their library, then draws seven cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"23d3e5fe-3f82-44cf-91a1-6646a12a0255","metadata":{"source_printing_ids":["4a2a3a29-b629-45f8-bd20-68a8d5018504","eabe1af2-d26e-4086-a71d-f818fb41fa25","ff590af2-2d6c-4f16-a9b8-1a6dab6e9ad5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MB2","MH1","PRM","SLD"],"rulings":[{"date":"2019-06-14","text":"Echo of Eons won't be put into your graveyard until after it's finished resolving, which means it won't be shuffled into your library as part of its own effect."},{"date":"2021-03-19","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2021-03-19","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-03-19","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-03-19","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-03-19","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare","mythic"]},"edgar markov":{"name":"Edgar Markov","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Knight"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Eminence — Whenever you cast another Vampire spell, if Edgar is in the command zone or on the battlefield, create a 1/1 black Vampire creature token.\nFirst strike, haste\nWhenever Edgar attacks, put a +1/+1 counter on each Vampire you control.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Haste"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Vampire","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Vampire"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Vampire"}],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Command","Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast another Vampire spell, if ~ is in the command zone or on the battlefield, create a 1/1 black Vampire creature token.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"SourceInZone","zone":"Command"},{"type":"SourceInZone","zone":"Battlefield"}]},"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[{"Subtype":"Vampire"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, put a +1/+1 counter on each Vampire you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"41e2790d-49f5-4e98-b8d9-04179f47f13a","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["59362450-cc94-5dbb-ae9e-135b4307ad79","c33a3444-658a-527b-bce0-1e6943252771"],"source_printing_ids":["089b6e6f-c178-4612-866f-da9cbc01b442","8d94b8ec-ecda-43c8-a60e-1ba33e6a54a4","9a3c8eb0-7a55-4897-8324-f3d08c707c4d","a577ba08-0aa8-45be-aa83-d5078770127c","e70bfc25-3c0c-4574-b504-1d1f73e9e790"]},"legalities":{"commander":"legal","duel":"restricted","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","INR","OC17","PJ21","PZ2"],"rulings":[{"date":"2025-01-24","text":"Edgar Markov’s eminence ability is a triggered ability. Edgar must be on the battlefield or in the command zone when you cast another Vampire spell and also as the triggered ability resolves. If it’s on the battlefield or in the command zone when you cast another Vampire spell but leaves that zone before the ability resolves, the ability won’t do anything as it resolves."},{"date":"2025-01-24","text":"Notably, if Edgar Markov is on the battlefield and its eminence ability triggers, but it’s put into the command zone before that ability resolves, that ability won’t do anything as it resolves. This is because an object that changes zones is considered a new object."}],"rarities":["mythic"]},"edgewall innkeeper":{"name":"Edgewall Innkeeper","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Peasant"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a creature spell that has an Adventure, draw a card. (It doesn't need to have gone on the adventure first.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a creature spell that has an Adventure, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e3d7cea4-0d4c-4320-966d-17ef69b5e433","metadata":{"source_printing_ids":["7c5d0560-f9e6-4c70-8cce-cae61e4e74bc","abe77478-70fe-4afb-98f3-deb2a6a24bea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","PLST"],"rulings":[{"date":"2019-10-04","text":"An effect may refer to a card, spell, or permanent that \"has an Adventure.\" This refers to a card, spell, or permanent that has an adventurer card's set of alternative characteristics, even if they're not being used and even if that card was never cast as an Adventure."},{"date":"2019-10-04","text":"Edgewall Innkeeper's ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2019-10-04","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won't find an instant or sorcery spell on the stack that's been cast as an Adventure."}],"rarities":["uncommon"]},"edric, spymaster of trest":{"name":"Edric, Spymaster of Trest","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature deals combat damage to one of your opponents, its controller may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals combat damage to one of your opponents, its controller may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"9a1de7e4-9930-4db3-a8f3-d146d0abf38b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0029955b-32a5-4dd8-8a8c-5c80cdfd13aa","2183cfb3-6bf5-4fbc-b535-a42ba954e8a3","22d6a4c9-4bdd-4e70-8481-95260e6aa7ab","75b7f5a3-a936-4613-b5e7-6637e1b17e2a"]},"legalities":{"commander":"legal","duel":"restricted","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","CM1","CMD","CNS","OTC","PCMD","PZ1","VMA"],"rulings":[{"date":"2011-09-22","text":"A creature controlled by an opponent that deals combat damage to another opponent will cause Edric's ability to trigger. The creature's controller chooses whether to draw a card."},{"date":"2011-09-22","text":"When a creature you control deals combat damage to one of your opponents, you may draw a card."},{"date":"2015-01-19","text":"Edric, Spymaster of Trest is banned as a commander in Duel Commander format, but it may be part of your deck."}],"rarities":["rare"]},"eidolon of the great revel":{"name":"Eidolon of the Great Revel","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a spell with mana value 3 or less, this creature deals 2 damage to that player.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell with mana value 3 or less, ~ deals 2 damage to that player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2fd7018e-1c36-4d7f-8f72-22f2f7f60c60","metadata":{"source_printing_ids":["183ef738-0559-49ca-85b4-e6836521f203","37ee1553-d23c-4ded-b809-e4ee8634cb9c","a6c10816-e825-452a-90b0-80eb9f20bd6d","ded4ab9d-91af-4cb9-90dc-b6bd6897b1ed"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","EA2","JOU","PLST","SCH","SLD"],"rulings":[{"date":"2018-03-16","text":"Casting Eidolon of the Great Revel doesn't cause its own ability to trigger. It must be on the battlefield when the spell is cast for its ability to trigger."},{"date":"2018-03-16","text":"The amount of mana spent to cast a spell doesn't change its mana value. For example, a card cast with its morph ability has a mana value of 0 even though {3} was paid."},{"date":"2018-03-16","text":"The mana value of a spell with {X} in its mana cost includes the value chosen for X."}],"rarities":["rare"]},"eiganjo, seat of the empire":{"name":"Eiganjo, Seat of the Empire","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {W}.\nChannel — {2}{W}, Discard this card: It deals 4 damage to target attacking or blocking creature. This ability costs {1} less to activate for each legendary creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Blocking"}]}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":"Channel — {2}{W}, Discard this card: It deals 4 damage to target attacking or blocking creature. This ability costs {1} less to activate for each legendary creature you control.","target_prompt":null,"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}}}},"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7edb3d15-4f70-4ebe-8c5e-caf6a225076d","metadata":{"source_printing_ids":["7c31c48f-6275-4430-8dc9-05d70c332b7a","c375a022-5b57-496d-a802-e4ea8376e9e4","ecb53f59-d89b-481c-af98-75c11c30ee17"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"Discarding the card is part of the cost to activate a channel ability."},{"date":"2022-02-18","text":"If a channel ability requires a target, you may not activate it without a target just to discard the card."}],"rarities":["rare"]},"eladamri, korvecdal":{"name":"Eladamri, Korvecdal","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nYou may cast creature spells from the top of your library.\n{G}, {T}, Tap two untapped creatures you control: Reveal a card from your hand or the top card of your library. If you reveal a creature card this way, put it onto the battlefield. Activate only during your turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"RevealHand","target":{"type":"Controller"},"card_filter":{"type":"Any"},"count":null,"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},{"type":"Tap"},{"type":"TapCreatures","requirement":{"requirement":"count","count":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{G}, {T}, Tap two untapped creatures you control: Reveal a card from your hand or the top card of your library. If you reveal a creature card this way, put it onto the battlefield. Activate only during your turn.","target_prompt":null,"activation_restrictions":[{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast creature spells from the top of your library."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"9aff3d55-e25d-4f06-a783-c3aa9eb9fd50","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["86029eaa-b5d3-40ba-8eba-6e6002ea4325","89e17861-e0e6-4660-8705-6c71f10d1f19","cc45370c-79f4-428b-ac65-8397e1190cfd","dfdabdda-bd46-4ea2-8b37-5d7f6cec6aff"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Because you never \"cast\" a land card, Eladamri, Korvecdal doesn't allow you to play a land creature (such as Dryad Arbor) from the top of your library."},{"date":"2024-06-07","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast a spell from the top of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2024-06-07","text":"You can look at the top card of your library whenever you want (with one restriction; see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2024-06-07","text":"You must pay all costs and follow all timing rules for spells cast from the top of your library this way."}],"rarities":["mythic"]},"elbrus, the binding blade":{"name":"Elbrus, the Binding Blade","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+0.\nWhen equipped creature deals combat damage to a player, unattach Elbrus, then transform it.\nEquip {1}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"unattach","description":"unattach ~"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"AttachedTo"},"description":"When equipped creature deals combat damage to a player, unattach ~, then transform it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+0."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"da5881ca-b86e-4582-ae0e-1570c59773ae","metadata":{"source_printing_ids":["5d32989c-197d-49c8-8435-d9fbafdf3a8a","683af377-c491-4f62-900c-6b83d75c33c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["DKA","PLST","V17"],"rulings":[{"date":"2011-01-22","text":"Elbrus will transform even if you are unable to unattach it (most likely because the equipped creature died)."},{"date":"2011-01-22","text":"In a multiplayer game using the limited range of influence option (such as a Grand Melee game), if a spell or ability says that you win the game, it instead causes all of your opponents within your range of influence to lose the game. This is another way by which Withengar's ability can trigger."},{"date":"2011-01-22","text":"The \"legend rule\" checks only for permanents with exactly the same name. Elbrus, the Binding Blade and Withengar Unbound can be on the battlefield at the same time without either going to its owner's graveyard."},{"date":"2011-01-22","text":"Withengar's triggered ability will trigger no matter how a player loses the game: due to a state-based action (as a result of having a life total of 0 or less, trying to draw a card from an empty library, or having ten poison counters), a spell or ability that says that player loses the game, a concession, or a game loss awarded by a judge."}],"rarities":["mythic"]},"elder deep-fiend":{"name":"Elder Deep-Fiend","mana_cost":{"type":"Cost","shards":[],"generic":8},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi","Octopus"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flash\nEmerge {5}{U}{U} (You may cast this spell by sacrificing a creature and paying the emerge cost reduced by that creature's mana value.)\nWhen you cast this spell, tap up to four target permanents.","non_ability_text":null,"flavor_name":null,"keywords":["Flash",{"Emerge":{"type":"Cost","shards":["Blue","Blue"],"generic":5}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":4}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, tap up to four target permanents.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4eafe717-4ba4-4901-8c67-11757230eb54","metadata":{"source_printing_ids":["0acfa8ce-d992-4463-a096-74bc1e0bb1d4","10532d06-94e3-47bc-a036-7535be05be98","393a7119-6324-472c-ac3f-486f0ae5e1d5","3c2789fb-a263-4207-8a56-4eeb015a024c","4cffed4c-4e2b-414a-9b20-90ce21b47d16","ab934db9-4e27-4a13-b011-82ad534fe727","e7b913c5-ea9b-4774-87b7-1656c072d15a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMR","EMN","INR","M3C","PEMN","PLST","SIR"],"rulings":[{"date":"2025-01-24","text":"A creature’s mana value is determined solely by the mana symbols printed in its upper right corner (unless that creature is the back face of a double-faced card, is a melded permanent, or is copying something else; see below). If the mana cost includes {X}, X is 0. If it’s a single-faced card with no mana symbols in its upper right corner (because it’s an animated land, for example), its mana value is 0. Ignore any alternative costs or additional costs (such as kicker) that were paid as the creature was cast."},{"date":"2025-01-24","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack without resolving."},{"date":"2025-01-24","text":"Colored mana components of emerge costs can’t be reduced with emerge."},{"date":"2025-01-24","text":"Emerge represents two static abilities that function while the spell with emerge is on the stack. “Emerge [cost]” means “You may cast this spell by paying [cost] and sacrificing a creature rather than paying its mana cost” and “If you chose to pay this spell’s emerge cost, its total cost is reduced by an amount of generic mana equal to the sacrificed creature’s mana value.”"},{"date":"2025-01-24","text":"If you cast a spell for another cost “rather than paying its mana cost,” such as an emerge cost, you can’t choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the spell has any mandatory additional costs, those must be paid to cast it."},{"date":"2025-01-24","text":"If you sacrifice a creature with {X} in its mana cost, that X is 0."},{"date":"2025-01-24","text":"Once you begin to cast a spell with emerge, no player may take actions until you’re done. Notably, opponents can’t try to remove the creature you wish to sacrifice."},{"date":"2025-01-24","text":"The creature chosen to be sacrificed is still on the battlefield as the cost of the emerge spell is determined and as you activate mana abilities to cast the emerge spell. Its abilities may affect the spell’s cost, be activated to generate mana, and so on. However, if it has an ability that triggers when a spell is cast, it will have been sacrificed before that ability can trigger."},{"date":"2025-01-24","text":"The mana value of a creature spell with emerge isn’t affected by whether its emerge cost is paid. For example, if you cast Decimator of the Provinces for its emerge cost and sacrifice a creature whose mana value is 3, Decimator of the Provinces’s mana value remains 10."},{"date":"2025-01-24","text":"The mana value of the back face of a double-faced card is the mana value of its front face. The mana value of a melded permanent is the sum of the mana values of its front faces. A creature that’s a copy of either has a mana value of 0."},{"date":"2025-01-24","text":"You may sacrifice a creature with a mana value of 0, such as a token creature that’s not a copy of another permanent, to cast a spell for its emerge cost. You’ll just pay the full emerge cost with no reduction."},{"date":"2025-01-24","text":"You may sacrifice a creature with mana value greater than or equal to the emerge cost. If you do, you’ll pay only the colored mana component of the emerge cost."}],"rarities":["rare"]},"eldrazi temple":{"name":"Eldrazi Temple","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{T}: Add {C}{C}. Spend this mana only to cast colorless Eldrazi spells or activate abilities of colorless Eldrazi.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}},"restrictions":[{"SpellTypeOrAbilityActivation":{"spell_type":"Colorless Eldrazi","ability":"OfSpellType"}}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}. Spend this mana only to cast colorless Eldrazi spells or activate abilities of colorless Eldrazi.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7fab8d65-af51-47d3-8f10-2676bf6e8ba3","metadata":{"source_printing_ids":["00372c7a-2e83-4a26-9642-0d092dfcf861","010abd40-3f9c-44bc-8570-d539750c3cd7","1ab30d54-6043-4361-b221-268813f06a72","20d6d27a-cc2f-4a08-a633-c2c8368dc17f","315924c9-77e3-405b-9bbf-852ed563c6e3","4f0ee055-1b1e-4ffa-9eb5-9ce7e8965f71","93183338-d692-48d4-9549-164006ef776f","c42049e2-fe4e-4fe9-9599-faf1af50b97d","cbab7e1f-305e-4733-aa70-b27285740925","e65fa513-c449-4107-a44d-a4748f1ffd9f","e9cb2f3d-0ad8-4d5a-a51d-e161ec311b09"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","DDP","EOS","M3C","MM2","PLST","ROE","SLD"],"rulings":[{"date":"2016-04-08","text":"The mana generated by the last ability can’t be spent to activate abilities of Eldrazi sources that aren’t on the battlefield."}],"rarities":["uncommon","rare"]},"eldritch evolution":{"name":"Eldritch Evolution","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a creature.\nSearch your library for a creature card with mana value X or less, where X is 2 plus the sacrificed creature's mana value. Put that card onto the battlefield, then shuffle. Exile Eldritch Evolution.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}},"offset":2}}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":"Search your library for a creature card with mana value X or less, where X is 2 plus the sacrificed creature's mana value. Put that card onto the battlefield, then shuffle. Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0f77c0c9-4dc4-489a-b547-e93287c4d1a5","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}},"metadata":{"source_printing_ids":["215d9d11-8b15-4ec8-8bdc-48c69928a860","57906b54-9fea-4608-87ce-43a16b95df9a","606caf13-c0d3-4a61-9a1a-32f13b6448ab","b6ffb44b-20f0-4a08-9030-0160bd5ec544","d0c46e0f-524d-47c8-a628-5540c86b93cf","dfc38395-e12b-4c79-8346-3f76f9c9fc55","efcb00e5-2caa-45c8-ad19-05d45c683d16"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","PLST","SIR","SLD","SLP"],"rulings":[{"date":"2016-07-13","text":"A creature's mana value is determined solely by the mana symbols printed in its upper right corner (unless that creature is the back face of a double-faced card, a melded card, or is copying something else; see below). If the mana cost includes {X}, X is considered to be 0. If it's a single-faced card with no mana symbols in its upper right corner (because it's an animated land, for example), its mana value is 0. Ignore any alternative costs or additional costs (such as kicker) paid when the creature was cast."},{"date":"2016-07-13","text":"A token that isn't a copy of another permanent has a mana value of 0. A token that is a copy or a creature that has become a copy of another permanent has the mana value of what it's copying."},{"date":"2016-07-13","text":"If a card in a library has {X} in its mana cost, X is considered to be 0. If you find such a card this way, you won't have an opportunity to spend mana on {X}."},{"date":"2016-07-13","text":"Once you begin to cast Eldritch Evolution, no player may take actions until you're done. Notably, opponents can't try to remove the creature you wish to sacrifice."},{"date":"2016-07-13","text":"Sacrificing a creature is part of Eldritch Evolution's cost. You can't sacrifice more creatures to search for more creature cards, and you can't cast Eldritch Evolution at all if you control no creatures."},{"date":"2016-07-13","text":"The mana value of a permanent that's a double-faced card with its back face up is the mana value of its front face. The mana value of a melded permanent is the sum of the mana values of its front faces. A creature that's a copy of either has a mana value of 0."}],"rarities":["rare"]},"electrolyze":{"name":"Electrolyze","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Electrolyze deals 2 damage divided as you choose among one or two targets.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 2 damage divided as you choose among one or two targets.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"distribute":{"type":"Damage"},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"07b222d7-24f2-4994-9004-ff6672ebe161","metadata":{"source_printing_ids":["08a4d142-b98b-4027-94cb-314f67fb1d4a","328d916a-5c87-4e16-b8e0-6d65b6d2ef53","5112af09-1305-4e00-8273-403eac40786f","8212125e-1742-41db-a7e9-32df59441f4e","b7dda3bf-08a9-42f7-bc64-4a41f6f210fa","d415c502-208f-4615-b5d9-57db7f966ac1","ef42b5b2-6504-486c-aaa0-9d5e4769ba1d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMD","GK1","GPT","IMA","MM2","MMA","PCMP","PIDW","PRM","PZ1","STA"],"rulings":[{"date":"2017-11-17","text":"If Electrolyze targets two creatures and one becomes an illegal target, the remaining target is dealt 1 damage, not 2. You'll still draw a card."},{"date":"2017-11-17","text":"If all chosen targets are illegal as Electrolyze tries to resolve, it won't resolve and none of its effects will happen. No damage will be dealt and you won't draw a card."},{"date":"2017-11-17","text":"You divide the damage as you cast Electrolyze, not as it resolves. Each target must be assigned at least 1 damage. In other words, as you cast Electrolyze, you choose whether to have it deal 2 damage to a single target, or deal 1 damage to each of two targets."}],"rarities":["uncommon","rare"]},"elemental spectacle":{"name":"Elemental Spectacle","mana_cost":{"type":"Cost","shards":["Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Vivid — Create a number of 5/5 red and green Elemental creature tokens equal to the number of colors among permanents you control. Then you gain life equal to the number of creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"types":["Creature","Elemental"],"colors":["Red","Green"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Vivid — Create a number of 5/5 red and green Elemental creature tokens equal to the number of colors among permanents you control. Then you gain life equal to the number of creatures you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"dd963396-3f81-49ad-a68e-87b9764d7ac5","metadata":{"related_token_ids":["c42bd713-6c59-5321-86a6-83cd1416b195"],"source_printing_ids":["6251ca05-7eae-493c-ade3-8a5ebabfe43d","b012cbef-c9bc-41ac-8318-f1687340c5fa"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ECC"],"rarities":["rare"]},"elenda and azor":{"name":"Elenda and Azor","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Knight","Sphinx"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying, ward {2}\nWhenever Elenda and Azor attacks, you may pay {X}{W}{U}{B}. If you do, draw X cards.\nAt the beginning of each end step, you may pay 4 life. If you do, create a number of 1/1 black Vampire Knight creature tokens with lifelink equal to the number of cards you've drawn this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["X","White","Blue","Black"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may pay {X}{W}{U}{B}. If you do, draw X cards.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":4}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Vampire Knight","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Vampire","Knight"],"colors":["Black"],"keywords":["Lifelink"],"tapped":false,"count":{"type":"Ref","qty":{"type":"CardsDrawnThisTurn","player":{"type":"Controller"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, you may pay 4 life. If you do, create a number of 1/1 black Vampire Knight creature tokens with lifelink equal to the number of cards you've drawn this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"4b9f463f-3786-4374-bf77-739ae162b3ba","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["101bbc93-a09f-5922-a6cc-3a258ec33722"],"source_printing_ids":["35db4bfe-78e1-46b1-a70b-728ceede94b2","c8896833-843c-437f-a9d5-7352b7ea6d3b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"As the last ability resolves, you choose whether to pay 4 life. You can’t pay it more than once to create additional Vampire Knight tokens."},{"date":"2023-04-14","text":"You choose the value of X as the first triggered ability resolves."}],"rarities":["mythic"]},"elephant grass":{"name":"Elephant Grass","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nBlack creatures can't attack you.\nNonblack creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you.","non_ability_text":null,"flavor_name":null,"keywords":[{"CumulativeUpkeep":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}}}],"abilities":[],"triggers":[{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasColor","color":"Black"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Black creatures can't attack you.","attack_defended":"Player"},{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"NotColor","color":"Black"}]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":2},"scaling":{"type":"PerAffectedCreature"},"defended":"Player"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Nonblack creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"53cc4b93-538d-4193-8bbb-5b73d3ce9d79","metadata":{"source_printing_ids":["f4c1f5a7-0d28-43ab-9b66-937e963f42cd","f99f0d15-c9a7-4a53-9fa7-6e0afc2471b5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","VIS"],"rulings":[{"date":"2014-02-01","text":"Unless some effect explicitly says otherwise, a creature that can’t attack you can still attack a planeswalker you control."}],"rarities":["uncommon"]},"elesh norn":{"name":"Elesh Norn","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Praetor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever a source an opponent controls deals damage to you or a permanent you control, that source's controller loses 2 life unless they pay {1}.\n{2}{W}, Sacrifice three other creatures: Exile Elesh Norn, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":3}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}{W}, Sacrifice three other creatures: Exile ~, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever a source an opponent controls deals damage to you or a permanent you control, that source's controller loses 2 life unless they pay {1}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"650ed75c-20b0-45b8-a4d4-813e0369aaf1","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["4db065f6-6ce4-5ce5-a19a-02dfc694ba5b","f4fd5aae-f65c-5d73-88ce-2a052c7616f8"],"source_printing_ids":["40307bcf-199c-4487-bfab-cb5fb841dee8","d8999135-ddb1-4e4c-b885-e25f23dac3d3","faf66a0b-9d34-487d-bdb4-5cac9391d77a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"Elesh Norn’s triggered ability will trigger separately for each permanent dealt damage by a source an opponent controls, plus once if you’re dealt damage by that source. For example, if an opponent casts a spell that deals damage to you and two creatures you control, Elesh Norn’s ability will trigger three times. Each of those abilities will cause that opponent to lose 2 life unless they pay {1}."},{"date":"2023-04-14","text":"Similarly, the triggered ability will trigger separately for each source an opponent controls that deals damage to you or a permanent you control. For example, if three creatures controlled by an opponent block and deal damage to an attacking creature you control, Elesh Norn’s ability will trigger three times."}],"rarities":["mythic"]},"elf replica":{"name":"Elf Replica","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Elf"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{1}{G}, Sacrifice this creature: Destroy target enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}{G}, Sacrifice ~: Destroy target enchantment.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2dda5011-aaa1-48d0-afa8-76998278ab75","metadata":{"source_printing_ids":["b92cce55-22ee-40a7-bb94-4889093f142c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["MRD"],"rarities":["common"]},"eliminate the impossible":{"name":"Eliminate the Impossible","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Investigate. Creatures your opponents control get -2/-0 until end of turn. If any of them are suspected, they're no longer suspected. (To investigate, create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":-2},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unsuspect","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"All"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"Suspected"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Investigate. Creatures your opponents control get -2/-0 until end of turn. If any of them are suspected, they're no longer suspected.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c78d4cec-6764-4cce-96d2-a2d85a57b218","metadata":{"related_token_ids":["9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1"],"source_printing_ids":["486f1cc2-c162-448e-91a9-577d7d796584"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"Being suspected isn't a copiable value. If a permanent becomes a copy of a suspected creature, it won't be suspected."},{"date":"2024-02-02","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2024-02-02","text":"Eliminate the Impossible affects only creatures your opponents control at the time it resolves. Creatures they begin to control later in the turn won't get -2/-0 and won't stop being suspected."},{"date":"2024-02-02","text":"If a creature is already suspected, suspecting it again won't have any effect."},{"date":"2024-02-02","text":"If a suspected creature loses all abilities, it will lose menace and \"This creature can't block\", but it won't stop being suspected."},{"date":"2024-02-02","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2024-02-02","text":"Some abilities trigger \"whenever you sacrifice a Clue\". Those abilities trigger whenever you sacrifice a Clue for any reason, not just to activate a Clue's activated ability."},{"date":"2024-02-02","text":"Some spells and abilities that investigate may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't create any Clue tokens."},{"date":"2024-02-02","text":"There's no limit to the number of creatures that can be suspected simultaneously. Suspecting a new creature doesn't cause other creatures to stop being suspected."},{"date":"2024-02-02","text":"When an effect suspects a creature, it becomes suspected. It gains menace and \"This creature can't block\" for as long as it's suspected. It stays suspected until it leaves the battlefield or another effect causes it to no longer be suspected."},{"date":"2024-02-02","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."}],"rarities":["uncommon"]},"elite vanguard":{"name":"Elite Vanguard","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b3b9a87d-cb95-435c-90b6-037406cab32e","metadata":{"source_printing_ids":["28a5c350-2ed1-4a25-9626-0f8da5d1aef7","6bda0b4b-ab5a-4d91-9dd1-7a5a145b67f5","8969be61-afed-4483-902f-739acf57c43c","c69f267b-5e79-491d-a159-5c4fda47194b","f03487e9-f584-4bbd-8335-4dd001a88b52"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDF","EMA","M10","M11","M12"],"rarities":["common","uncommon"]},"elixir":{"name":"Elixir","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters tapped.\n{5}, {T}, Exile this artifact: Shuffle all nonland cards from your graveyard into your library. You gain life equal to the number of cards shuffled into your library this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Library","target":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"},{"type":"Exile","count":1,"zone":null,"filter":{"type":"SelfRef"}}]},"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{5}, {T}, Exile ~: Shuffle all nonland cards from your graveyard into your library. You gain life equal to the number of cards shuffled into your library this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"3e978db3-77ef-4b93-8f8f-e414e27254bd","metadata":{"source_printing_ids":["a4b05d37-df62-475c-8371-735ed2fa1b05"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rarities":["uncommon"]},"ellie, brick master":{"name":"Ellie, Brick Master","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Survivor"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Distract the Horde — Whenever a player attacks one of your opponents, that attacking player creates a tapped 1/1 black Fungus Zombie creature token named Cordyceps Infected that's attacking that opponent.\nPartner—Survivors (You can have two commanders if both have this ability.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"Generic"}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Cordyceps Infected","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Fungus","Zombie"],"colors":["Black"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"TriggeringPlayer"},"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Player"},"description":"Whenever a player attacks one of your opponents, that attacking player creates a tapped 1/1 black Fungus Zombie creature token named Cordyceps Infected that's attacking that opponent.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"299ff264-c6db-4b48-88fb-ca006cb84f88","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["7b758963-229c-57a3-9227-8f6b4cfeed3e"],"source_printing_ids":["e973462f-589d-4c53-81d7-075ec1d5a9b4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD"],"rarities":["mythic"]},"elspeth's talent":{"name":"Elspeth's Talent","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant planeswalker\nEnchanted planeswalker has \"[+1]: Create three 1/1 white Soldier creature tokens.\"\nWhenever you activate a loyalty ability of enchanted planeswalker, creatures you control get +2/+2 and gain vigilance until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"LoyaltyAbilityActivated","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+2 and gain vigilance"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate a loyalty ability of enchanted planeswalker, creatures you control get +2/+2 and gain vigilance until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: create three 1/1 white soldier creature tokens.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted planeswalker has \"[+1]: Create three 1/1 white Soldier creature tokens.\""}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"969b81d2-e95b-4a3f-9548-9394e3a6727e","metadata":{"related_token_ids":["360947e8-61bd-5dd0-b42c-3477676c5110"],"source_printing_ids":["52b20ab7-2a35-479b-bdc4-88ecde5d496c","df8b8262-390a-4d22-adff-178bc8c52ace"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"The last ability will resolve before the loyalty ability that caused it to trigger. Notably, if that loyalty ability creates creature tokens, those creatures won't be on the battlefield yet to get +2/+2 and gain vigilance."},{"date":"2023-04-14","text":"The set of creatures affected by Elspeth's Talent's last ability is determined as the ability resolves. Creatures you begin to control later in the turn and noncreature permanents that become creatures later in the turn won't get +2/+2 and gain vigilance."},{"date":"2023-04-14","text":"You can activate one loyalty ability of each planeswalker you control during each of your turns, whether that ability is one it always has or the one it gains because of Elspeth's Talent."}],"rarities":["rare"]},"elspeth, storm slayer":{"name":"Elspeth, Storm Slayer","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Elspeth"]},"power":null,"toughness":null,"loyalty":"5","defense":null,"oracle_text":"If one or more tokens would be created under your control, twice that many of those tokens are created instead.\n[+1]: Create a 1/1 white Soldier creature token.\n[0]: Put a +1/+1 counter on each creature you control. Those creatures gain flying until your next turn.\n[−3]: Destroy target creature an opponent controls with mana value 3 or greater.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Create a 1/1 white Soldier creature token.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Loyalty","amount":0},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TrackedSet","id":0},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[0]: Put a +1/+1 counter on each creature you control. Those creatures gain flying until your next turn.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"Cmc","comparator":"GE","value":{"type":"Fixed","value":3}}]},"cant_regenerate":false},"cost":{"type":"Loyalty","amount":-3},"sub_ability":null,"duration":null,"description":"[−3]: Destroy target creature an opponent controls with mana value 3 or greater.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"CreateToken","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If one or more tokens would be created under your control, twice that many of those tokens are created instead.","condition":null,"quantity_modification":{"type":"Times","factor":2},"token_owner_scope":"You"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f78af825-023a-42e9-8374-5c52303a1417","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["df272d7c-be2c-5f53-8edf-9816e578f5fa"],"source_printing_ids":["1fdf9438-fd5f-4638-8f41-dae35ae8f257","73a065e3-b530-4e62-ab3c-4f6f908184ec","89b98fd0-e2e5-4533-af2b-5230af2c88bd","f421da3b-b88d-4e9f-865b-61120bff917a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Everything that is specified by the effect creating the original token or tokens will also be true about the additional token or tokens created by Elspeth’s replacement effect. For example, if an effect tells you to create a token “tapped and attacking,” the additional tokens will also be tapped and attacking."}],"rarities":["mythic"]},"elusive otter":{"name":"Elusive Otter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Otter"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nCreatures with power less than this creature's power can't block it.","non_ability_text":null,"flavor_name":null,"keywords":["Prowess"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures with power less than ~'s power can't block it."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"54175132-2c44-4749-8dfd-d08dcc63e4b3","metadata":{"source_printing_ids":["bc9bdf96-3e3b-4dca-aae2-e81d4cbeafe8","bdb79d68-c3af-4091-b7db-005247191da8","c5a61619-f951-42ff-8246-c51ee5dc18c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","SOC","WOE"],"rulings":[{"date":"2023-09-01","text":"If some of the creatures are illegal targets as Grove's Bounty tries to resolve, the original distribution of counters still applies and the counters that would have been put on illegal targets are lost."},{"date":"2023-09-01","text":"You choose how the counters will be distributed as you cast Grove's Bounty. Each target must receive at least one +1/+1 counter."},{"date":"2023-09-01","text":"You compare Elusive Otter's power to the power of any creature trying to block it only as blockers are assigned. Once Elusive Otter has been legally blocked by a creature, changing the power of either creature won't change or undo the block."},{"date":"2025-06-06","text":"An adventurer card uses only its non-Adventure characteristics in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Jidoor, Aristocratic Capital is a colorless Town land card whose mana value is 0. It can't be the target of Sorceress's Schemes, which reads in part \"Return target instant or sorcery card from your graveyard or exiled card with flashback you own to your hand.\""},{"date":"2025-06-06","text":"An effect may refer to a card, spell, or permanent that \"has an Adventure.\" This refers to a card, spell, or permanent that has an adventurer card's set of alternative characteristics, even if they're not being used and even if that card was never cast as an Adventure."},{"date":"2025-06-06","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2025-06-06","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may play it using its primary characteristics. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to play that card from exile later."},{"date":"2025-06-06","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to play it with its primary characteristics."},{"date":"2025-06-06","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to play the copy as a permanent."},{"date":"2025-06-06","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2025-06-06","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won't find an instant or sorcery spell on the stack that's been cast as an Adventure."},{"date":"2025-06-06","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2025-06-06","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if you control Traveling Chocobo (\"You may play lands and cast Bird spells from the top of your library.\") and Jidoor, Aristocratic Capital is on top of your library, you can play Jidoor, Aristocratic Capital, but you can't cast Overture."},{"date":"2025-06-06","text":"When playing a card as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The resulting spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2025-06-06","text":"You must still follow any timing restrictions and permissions for the card you play from exile. In the case of any of the five lands in this release, you'll be able to play it only during your main phase while the stack is empty and only if you have an available land play remaining."}],"rarities":["rare"]},"elvish mystic":{"name":"Elvish Mystic","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3f3b2c10-21f8-4e13-be83-4ef3fa36e123","metadata":{"source_printing_ids":["077ba531-ab3b-4d00-af2c-2d4914c68cd8","4d50fa57-db11-419e-b73b-666a6b25f7de","60d0e6a6-629a-45a7-bfcb-25ba7156788b","75918859-c93f-41b4-9ad0-a4a96c389f0d","880468be-3f4d-4dbf-92e7-cf212da7f718","9a9da45b-54ae-49c1-af50-8b88912c5bcd","acbe8763-1373-49f8-b4a6-dd5984b1d25f","d618c3ea-f823-4fe0-8e11-65d5965528d3","de2d965f-1fcc-4270-aa1e-ad296d40f72c","deb5ca6a-f91d-443d-ad84-6fe1e80bfb51","e23da36a-66b6-4bf6-ae76-2240e9f916b6","eb654a76-62ee-4fd8-83d4-cb912211a9a0","ed7a0227-ac70-40fb-8198-a55eacf913fa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C14","CMA","CMM","DDU","EA1","F14","KHC","LTC","M14","M15","PRM","SLD","SOC","TSR"],"rarities":["common","rare","special"]},"elvish refueler":{"name":"Elvish Refueler","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"During your turn, as long as you haven't activated an exhaust ability this turn, you may activate exhaust abilities as though they haven't been activated.\nExhaust — {1}{G}: Put a +1/+1 counter on this creature. (Activate each exhaust ability only once.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"During your turn, as long as you haven't activated an exhaust ability this turn, you may activate exhaust abilities as though they haven't been activated."},"cost":null,"sub_ability":null,"duration":null,"description":"During your turn, as long as you haven't activated an exhaust ability this turn, you may activate exhaust abilities as though they haven't been activated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"sub_ability":null,"duration":null,"description":"Exhaust — {1}{G}: Put a +1/+1 counter on ~.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"}],"ability_tag":{"type":"Exhaust"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4b62f9fe-e3f4-4a21-aa6b-4dbd411d0c44","metadata":{"source_printing_ids":["25dfbcb6-9b67-4151-b10f-dde70c5fd16d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rulings":[{"date":"2025-02-07","text":"Exhaust abilities can be activated any time you could normally activate an ability."},{"date":"2025-02-07","text":"If an ability triggers whenever you activate an exhaust ability, that ability resolves before the exhaust ability resolves."},{"date":"2025-02-07","text":"If an exhaust ability of a permanent is activated, and then that permanent leaves the battlefield and returns to the battlefield, it becomes a new object so its exhaust ability can be activated again."}],"rarities":["uncommon"]},"elvish spirit guide":{"name":"Elvish Spirit Guide","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Exile this creature from your hand: Add {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}},"sub_ability":null,"duration":null,"description":"Exile ~ from your hand: Add {G}.","target_prompt":null,"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6b0e23cf-7d68-4329-86db-7adc26abd86b","metadata":{"source_printing_ids":["024110ee-5520-49f8-afab-54dcce87c650","02805527-943c-4d88-9d80-50ed71a14af2","2c645151-c98a-45e1-831e-72b43485f9a2","50aded92-f934-441f-8e48-d68d471e70d8","5b94f37f-ebdf-4b79-a615-58331d27cf4e","806f8664-d447-42d5-bb52-9fe282f9a653"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ALL","DMR","MB2","ME2","PRM","SLD"],"rulings":[{"date":"2022-12-08","text":"If a spell or ability's cost includes returning a creature to your hand and paying mana, you can't activate Elvish Spirit Guide's mana ability after returning it to your hand. This is because mana abilities must be activated before you begin paying costs."}],"rarities":["uncommon","rare"]},"elvish visionary":{"name":"Elvish Visionary","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Shaman"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"c6a3a882-a127-4590-93d7-679ef4313efe","metadata":{"source_printing_ids":["186212d3-4b41-42a2-b2ee-81e035e22408","367ef35a-528b-407c-8b8d-679109662bae","53aa3ea3-fb3c-4758-8035-20ec0a94b730","65ea2998-ed91-43b8-bd81-b01a6c24a5b0","69f570b5-1629-4b10-8f66-ed9b4355a0a4","73ea09b8-b9b8-402c-8862-82beaa0c68b8","7ef03e37-e5eb-4f46-885a-4c27044262da","809051a2-398f-4f02-8510-d56711d60551","a21ea3d4-da4e-4330-a860-68967c5dc03f","a2f174e6-9532-4fc3-815b-2dc3966c6523","b83c5d22-914b-430a-948f-f076b14c5cff","c03fe1ac-ae2a-4b86-b5cc-eb5e51f63c54","dd40aa55-6c12-4849-8622-1eb151fe4db9","e61e6c18-c1eb-4826-9f29-3be48afd99aa","faccfa5f-4d89-4a86-92d7-36cb5a16c5c9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ALA","BBD","C14","C15","CMA","CMR","DDR","DPA","F10","GN3","HA1","J25","LTC","M10","M13","ORI","PLST","PRM","PS11","SLD","TD0"],"rarities":["common","rare"]},"elvish warrior":{"name":"Elvish Warrior","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"da587161-da7e-48ae-8af6-7f02ee71afd8","metadata":{"source_printing_ids":["2c6b767b-49e5-4845-9b3f-29540e5fa330","4bd9c030-3940-4e55-9ed1-e89fa6209cc0","58fc321f-739a-42fe-bb51-d27511d2493b","b2154a16-1fb8-45bb-9b9b-e995e701c330","c18e79e9-39fc-426b-b64f-f20f6077a532","c3d0485a-209d-4040-94ab-856bdee83b81","d0670e0c-0235-4efb-8eee-e8e72c629037"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["9ED","DD1","DPA","EVG","MOR","ONS","PLST","PS11","PSAL"],"rarities":["common"]},"embereth blaze":{"name":"Embereth Blaze","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Embereth Blaze deals 2 damage to any target. (Then exile this card. You may cast the enchantment later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"af6438b9-3fde-45c9-af69-dff686c1e0de","metadata":{"source_printing_ids":["8b0e6daf-0dec-4718-af79-b7ce137c3135","ed585964-68ed-4889-8d20-678b43c46018"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","WOE"],"rarities":["mythic"]},"embiggen":{"name":"Embiggen","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until end of turn, target non-Brushwagg creature gets +1/+1 for each supertype, card type, and subtype it has.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectTypelineComponentCount","scope":{"type":"Recipient"}}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectTypelineComponentCount","scope":{"type":"Recipient"}}}},"target":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Brushwagg"}}],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, target non-Brushwagg creature gets +1/+1 for each supertype, card type, and subtype it has.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b7335e2-0e79-4406-84c1-d6b707cb72c3","metadata":{"source_printing_ids":["1b759c27-9fb6-4c23-adc1-f6d3f3a0eb52","22f31b7e-fb62-4bec-b726-4da344d2ab82"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["UNF"],"rulings":[{"date":"2022-10-07","text":"All subtypes count, including those that aren’t creature types. Good news for the Artifact Creature — Treasure Dogs out there."},{"date":"2022-10-07","text":"Brushwaggs know what they did."},{"date":"2022-10-07","text":"The bonus is calculated as Embiggen resolves. After that point, the bonus doesn’t change no matter what happens to the creature’s types."},{"date":"2022-10-07","text":"Token is not a type, supertype, or subtype, so it won’t ever count toward Embiggen’s effect."}],"rarities":["common"]},"emergent growth":{"name":"Emergent Growth","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets +5/+5 until end of turn and must be blocked this turn if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"MustBeBlocked":{"by":null}},"affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":{"MustBeBlocked":{"by":null}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"Target creature gets +5/+5 until end of turn and must be blocked this turn if able.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2afd64dd-94b3-4bc6-8411-465b3e07f3c9","metadata":{"source_printing_ids":["8e396762-fe76-4b2d-b571-373ab2c240ad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["XLN"],"rulings":[{"date":"2017-09-29","text":"If the target creature attacks, the defending player must assign at least one blocker to it during the declare blockers step if that player controls any creatures that could block it. Other creatures may also block it, block other creatures, or not block at all."}],"rarities":["uncommon"]},"emeritus of truce":{"name":"Emeritus of Truce","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, target player creates a 1/1 white and black Inkling creature token with flying. Then if an opponent controls more creatures than you, this creature becomes prepared. (While it's prepared, you may cast a copy of its spell. Doing so unprepares it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Inkling","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Inkling"],"colors":["White","Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Player"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"BecomePrepared","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"comparator":"GT","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}}}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, target player creates a 1/1 white and black Inkling creature token with flying. Then if an opponent controls more creatures than you, ~ becomes prepared.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e6c41473-2398-4888-9f0c-467dce7c39a4","metadata":{"related_token_ids":["03e437ca-c6d9-5728-ba28-aac7b5166161"],"source_printing_ids":["9869a753-5e41-4098-ab41-e75b4396ec50","bfd607c0-7ed7-4a4e-abdd-508080f40ef2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"prepare","printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"A creature with a prepare spell can't become prepared more than once at the same time. For example, Emeritus of Ideation is on the battlefield and is prepared. When it attacks, its last ability triggers. When that ability resolves, its controller may still exile eight cards from their graveyard, but doing so won't cause Emeritus of Ideation to become prepared a second time or create a second copy of Ancestral Recall in exile."},{"date":"2026-03-20","text":"A creature without a prepare spell can't become prepared."},{"date":"2026-03-20","text":"A preparation card is a creature card in every zone. For example, while it's in your graveyard, Emeritus of Ideation is a blue creature whose mana value is 5. It can't be the target of Zealous Lorecaster's triggered ability (\"When this creature enters, return target instant or sorcery card from your graveyard to your hand.\")."},{"date":"2026-03-20","text":"As an effect causes a creature with a prepare spell to become prepared (including effects that state that a creature \"enters prepared\"), that creature's controller creates a copy of that creature's prepare spell in exile. That copy remains in exile for as long as that permanent is on the battlefield and is prepared. That creature's controller may cast that copy as long as it remains in exile. As they cast it, that creature stops being prepared."},{"date":"2026-03-20","text":"Being prepared isn't a copiable value. If a permanent becomes a copy of a prepared creature, it won't be prepared. That permanent will have the alternative characteristics, though, and some other effect could cause it to become prepared later."},{"date":"2026-03-20","text":"Casting a copy of a prepare spell from exile isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to a copy of a prepare spell cast from exile."},{"date":"2026-03-20","text":"Creating a copy of a creature's prepare spell in exile ignores copy exceptions applied to that creature that would affect the copiable values of that spell. For example, say a player casts Croaking Counterpart (a sorcery that says \"Create a token that's a copy of target non-Frog creature, except it's a 1/1 green Frog.\") targeting Goblin Glasswright. The token copy of Goblin Glasswright will enter prepared as a 1/1 green Frog creature, but the copy of Craft with Pride in exile will still be a red sorcery. The copy of Craft with Pride won't be green, a creature, or a Frog, and it won't have power or toughness."},{"date":"2026-03-20","text":"If a prepare spell with one or more targets has no legal targets when it tries to resolve, it won't resolve and none of its effects will happen. Since the spell was cast, the associated permanent will still not be prepared."},{"date":"2026-03-20","text":"If a prepared creature loses all abilities, it won't stop being prepared, and nothing will happen to its alternative characteristics or to the copy of its prepare spell in exile."},{"date":"2026-03-20","text":"If a prepared creature stops being a creature, it will still be prepared, and the copy of its prepare spell will remain in exile. That permanent's controller will still be able to cast it. The same is true if a prepared creature becomes a copy of something else, even if it's then a permanent without a prepare spell."},{"date":"2026-03-20","text":"If an effect causes a creature to become unprepared, a prepared creature stops being prepared and the associated copy of its prepare spell in exile ceases to exist. If it wasn't prepared at that time, nothing happens."},{"date":"2026-03-20","text":"If an effect instructs you to choose a card name, you may choose the alternative prepare spell's name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2026-03-20","text":"Only the current controller of a prepared creature can cast the copy of its prepare spell in exile. It doesn't matter who owns that creature or who controlled it when it became prepared."},{"date":"2026-03-20","text":"Preparation cards can only be cast with their base characteristics."},{"date":"2026-03-20","text":"While copies of spells in zones other than the stack cease to exist when state-based actions are checked, this does not apply to copies of prepare spells in exile that were created as a creature became prepared."}],"rarities":["mythic"]},"emet-selch of the third seat":{"name":"Emet-Selch of the Third Seat","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Spells you cast from your graveyard cost {2} less to cast.\nWhenever one or more opponents lose life, you may cast target instant or sorcery card from your graveyard. If that spell would be put into your graveyard, exile it instead. Do this only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":[{"AnyOf":["Instant","Sorcery"]}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever one or more opponents lose life, you may cast target instant or sorcery card from your graveyard. If that spell would be put into your graveyard, exile it instead. Do this only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":true}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast from your graveyard cost {2} less to cast."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"634475d9-a1d7-4146-9a37-645d3d162af1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["584394a0-9d72-4fe3-bcfe-bfaceac12e98","8a38634f-a100-4493-87c3-0ecc51ca565d","dd3141de-633e-48e3-a89f-a91339f5e882"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"The cost reduction applies only to generic mana in the total cost of spells you cast from your graveyard."},{"date":"2025-06-06","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a flashback cost), add any cost increases (such as kicker costs), then apply any cost reductions (such as that of Emet-Selch of the Third Seat's first ability). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."},{"date":"2025-06-06","text":"You choose whether to cast the target card while Emet-Selch of the Third Seat's second ability is still on the stack. You can't wait to cast it later in the turn. Timing restrictions based on the card's type are ignored."}],"rarities":["rare"]},"emissary green":{"name":"Emissary Green","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Advisor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever Emissary Green attacks, starting with you, each player votes for profit or security. You create a number of Treasure tokens equal to twice the number of profit votes. Put a number of +1/+1 counters on each creature you control equal to the number of security votes.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Vote","choices":["profit","security"],"per_choice_effect":[{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"VoteCount","choice_index":0}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"VoteCount","choice_index":1}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"starting_with":"You","voter_scope":{"type":"AllPlayers"},"tally_mode":{"type":"PerVote"},"subject":{"type":"Named"},"visibility":{"type":"Open"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, starting with you, each player votes for profit or security. You create a number of Treasure tokens equal to twice the number of profit votes. Put a number of +1/+1 counters on each creature you control equal to the number of security votes.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"c43e7fa5-ff93-42d9-af79-ee417a8e41a7","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["e1712205-f6a6-5ffa-befc-9becced0337f"],"source_printing_ids":["323e9430-b87c-4b02-9ade-c4c65343147b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLU"],"rulings":[{"date":"2024-02-02","text":"Abilities that trigger \"whenever players finish voting\" trigger once all players have voted or once all secret votes are revealed, but they won't go on the stack until the current spell or ability finishes resolving."},{"date":"2024-02-02","text":"Each player must vote for one of the available options. They can't abstain."},{"date":"2024-02-02","text":"In the case of non-secret voting, votes are cast in turn order, and each player will know the votes of players who voted beforehand."},{"date":"2024-02-02","text":"No player votes until the spell or ability resolves. Any responses to that spell or ability must be made without knowing the outcome of the vote."}],"rarities":["rare"]},"emperor crocodile":{"name":"Emperor Crocodile","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Crocodile"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When you control no other creatures, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you control no other creatures, sacrifice ~.","constraint":null,"condition":{"type":"ControlsNone","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"26eb7ee3-c0b6-4be0-bc80-92952f55a6f9","metadata":{"source_printing_ids":["32801a11-4605-46d3-8bb2-5cf5337b3f14","5c512d95-df1a-4712-8bba-7e20047d419f","6c8c30e2-e751-4481-9a46-413c52bbff90","88eb31da-b350-4cf7-b851-21e48e3270d0","8c4bf2db-b282-4c9d-8afe-053204271996","9ccba208-1e24-45bb-a556-a3eb936efb10"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","9ED","EMA","UDS"],"rulings":[{"date":"2016-06-08","text":"Emperor Crocodile’s ability will trigger if you don’t control another creature, even if it’s only for a brief moment during the resolution of another spell or ability (such as that of Brago, King Eternal)."},{"date":"2016-06-08","text":"The ability only checks if you control no other creatures at the time it triggers. It does not check again on resolution, so gaining control of a creature before then will not save Emperor Crocodile."}],"rarities":["common","rare"]},"emrakul, the promised end":{"name":"Emrakul, the Promised End","mana_cost":{"type":"Cost","shards":[],"generic":13},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Eldrazi"]},"power":{"type":"Fixed","value":13},"toughness":{"type":"Fixed","value":13},"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast for each card type among cards in your graveyard.\nWhen you cast this spell, you gain control of target opponent during that player's next turn. After that turn, that player takes an extra turn.\nFlying, trample, protection from instants","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample",{"Protection":{"CardType":"instants"}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ControlNextTurn","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"grant_extra_turn_after":true,"window":"NextTurn"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When you cast this spell, you gain control of target opponent during that player's next turn. After that turn, that player takes an extra turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each card type among cards in your graveyard."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"4e7a8817-1a66-45c3-ade9-eac79b40b89f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3183897e-4f86-4020-b149-cc4c2451a6c0","4eec0470-82bf-4a07-a7d9-e5d40a518041","55251b3d-b408-4612-b53d-c90ef26ea57d","71911392-42b0-4b6d-baf7-918a4bd3b924","8d74a469-c71d-4773-99d3-5456b31df424","aef9212c-9a66-4621-842d-c8b64f3937b2","df768328-6215-4653-9793-1e53384a9f45"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","SIR","SLD"],"rulings":[{"date":"2025-01-24","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack without resolving."},{"date":"2025-01-24","text":"Controlling a player doesn’t allow you to look at that player’s sideboard. If an effect instructs that player to choose a card from outside the game, you can’t have that player choose any card."},{"date":"2025-01-24","text":"If the targeted player loses the game while you control their turn during a multiplayer game, the extra turn never begins."},{"date":"2025-01-24","text":"If the targeted player skips their next turn, you’ll control the next turn the affected player actually takes, and the extra turn the player takes will be after that turn."},{"date":"2025-01-24","text":"In a Two-Headed Giant game, gaining control of a player causes you to gain control of each player on that team."},{"date":"2025-01-24","text":"Multiple player-controlling effects that affect the same player overwrite each other. The last one to be created is the one that works. If multiple players have cast Emrakul and targeted the same player, each ability’s effect will create an extra turn."},{"date":"2025-01-24","text":"Protection abilities only apply while the object with the ability is on the battlefield. Notably, Emrakul may be the target of a spell that targets it while on the stack, such as Syncopate."},{"date":"2025-01-24","text":"Protection from instants means that Emrakul can’t be the target of instant spells or activated or triggered abilities from instant cards, and damage that would be dealt to it by instant spells or cards is prevented. Instant spells may still affect it in other ways; for example, it would still receive the bonus from Rally the Peasants."},{"date":"2025-01-24","text":"The card types that could appear in your graveyard are artifact, battle, creature, enchantment, instant, kindred, land, planeswalker, and sorcery. Supertypes (such as legendary and basic) and subtypes (such as Human and Equipment) are not counted. The maximum discount that Emrakul’s own ability can provide is {9}."},{"date":"2025-01-24","text":"The player you’re controlling is still the active player during that turn."},{"date":"2025-01-24","text":"While controlling another player, you also continue to make your own choices and decisions."},{"date":"2025-01-24","text":"While controlling another player, you can see all cards in the game that player can see. This includes cards in that player’s hand, face-down cards that player controls, and any cards in that player’s library the player may look at."},{"date":"2025-01-24","text":"While controlling another player, you make all choices and decisions that player is allowed to make or is told to make during that turn. This includes choices about what spells to cast or what abilities to activate, as well as any decisions called for by triggered abilities or for any other reason."},{"date":"2025-01-24","text":"You also can’t make any choices or decisions for the player that would be called for by the tournament rules (such as whether to take an intentional draw or whether to call a judge)."},{"date":"2025-01-24","text":"You can use only the affected player’s resources (cards, mana, and so on) to pay costs for that player; you can’t use your own. Similarly, you can use the affected player’s resources only to pay that player’s costs; you can’t spend them on your costs."},{"date":"2025-01-24","text":"You can’t make any illegal decisions or illegal choices—you can’t do anything that player couldn’t do. You can’t make choices or decisions for that player that aren’t called for by the game rules or by any cards, permanents, spells, abilities, and so on. If an effect causes another player to make decisions that the affected player would normally make (such as Master Warcraft does), that effect takes precedence. In other words, if the affected player wouldn’t make a decision, you wouldn’t make that decision on that player’s behalf."},{"date":"2025-01-24","text":"You can’t make the affected player concede. That player may choose to concede at any time, even while you’re controlling that player."},{"date":"2025-01-24","text":"You only control the player. You don’t control any of that player’s permanents, spells, or abilities."}],"rarities":["mythic"]},"end-blaze epiphany":{"name":"End-Blaze Epiphany","mana_cost":{"type":"Cost","shards":["X","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"End-Blaze Epiphany deals X damage to target creature. When that creature dies this turn, exile a number of cards from the top of your library equal to its power, then choose a card exiled this way. Until the end of your next turn, you may play that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDies","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"uses_tracked_set":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals X damage to target creature. When that creature dies this turn, exile a number of cards from the top of your library equal to its power, then choose a card exiled this way. Until the end of your next turn, you may play that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"00cfbea0-e862-468b-90d5-7478eb9847c0","metadata":{"source_printing_ids":["0f0a90ae-b3b3-4f52-8997-eac514b29e57","d8adeb65-f6f4-4d21-bca7-71fe8ef71f3b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"You pay all costs and follow all timing rules for cards played this way. For example, if the chosen exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"endangered armodon":{"name":"Endangered Armodon","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elephant"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When you control a creature with toughness 2 or less, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"StateCondition","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you control a creature with toughness 2 or less, sacrifice ~.","constraint":null,"condition":{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}},{"type":"InZone","zone":"Battlefield"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"68879437-bbe2-4e99-b17b-ddec30bfd3d0","metadata":{"source_printing_ids":["29d43e8f-a914-44ed-bbd3-3746fb4ea6da","3a31f4c6-c0c2-4cbd-ade9-941625b51c78"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["STH","TPR"],"rarities":["common"]},"endure":{"name":"Endure","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Prevent all damage that would be dealt to you and permanents you control this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Controller"},"scope":"AllDamage"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f4cd32f0-d6aa-4497-b8db-a0bf4c3c31de","metadata":{"source_printing_ids":["dd7904ba-0764-4dd3-9c78-35f799e99049"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EVE"],"rarities":["uncommon"]},"enduring ideal":{"name":"Enduring Ideal","mana_cost":{"type":"Cost","shards":["White","White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for an enchantment card, put it onto the battlefield, then shuffle.\nEpic (For the rest of the game, you can't cast spells. At the beginning of each of your upkeeps, copy this spell except for its epic ability.)","non_ability_text":null,"flavor_name":null,"keywords":["Epic"],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for an enchantment card, put it onto the battlefield, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d2045055-197c-436a-9874-199db5fe1c96","metadata":{"source_printing_ids":["7dc7091e-0c98-434d-9190-dcab813d3e14","e4f28f5d-5f18-4ece-89b5-439a909111d1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD","SOK"],"rarities":["rare"]},"enduring scalelord":{"name":"Enduring Scalelord","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever one or more +1/+1 counters are put on another creature you control, you may put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more +1/+1 counters are put on another creature you control, you may put a +1/+1 counter on ~.","constraint":null,"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"270a21c1-4c44-46ef-8c4f-e08484f360e1","metadata":{"source_printing_ids":["5dfdfff3-0ef8-4e9a-b6bd-a0e11cbdf22e","68eb8367-f3cf-46d3-9af4-c4b46605e091","6c972b40-4b65-4b58-864d-41c650782cae","94e0ec75-7704-4a83-b6b6-d4bba30cf4c2","a6f6be06-50df-48fa-bf97-ad8778bfad52","c0ee001b-6ddb-478e-a407-58bcc2bf7c30"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BBD","C16","CM2","DTK","MIC","MOC"],"rulings":[{"date":"2015-02-25","text":"A creature entering the battlefield with one or more +1/+1 counters on it will cause Enduring Scalelord's ability to trigger."},{"date":"2015-02-25","text":"If +1/+1 counters are put on multiple creatures you control (other than Enduring Scalelord) at the same time, Enduring Scalelord's ability will trigger once for each of those creatures."},{"date":"2015-02-25","text":"If you control two Enduring Scalelords, putting a +1/+1 counter on one of them will cause the ability of the other one to trigger. When this ability resolves, you'll put a +1/+1 counter on the other Scalelord. This will cause the ability of the first one to trigger. This loop will repeat until you choose not to put a +1/+1 counter on one of the Enduring Scalelords."}],"rarities":["uncommon"]},"enduring tenacity":{"name":"Enduring Tenacity","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Snake","Glimmer"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, target opponent loses that much life.\nWhen Enduring Tenacity dies, if it was a creature, return it to the battlefield under its owner's control. It's an enchantment. (It's not a creature.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, target opponent loses that much life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Animate","power":null,"toughness":null,"types":["Enchantment"],"remove_types":["Creature"],"target":{"type":"None"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it was a creature, return it to the battlefield under its owner's control. It's an enchantment.","constraint":null,"condition":{"type":"WasType","card_type":"Creature"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"98e698ae-1a69-469c-9cfb-0e3fedeb71d4","metadata":{"source_printing_ids":["59b698d6-4107-45d3-bc27-fb0746b7f91a","5d2d0033-1a73-4927-93a9-76d00ae7c6a8","d5756d4b-3068-412c-8643-880d3459151e","e74a0fbc-7150-4c44-983f-ac31e74644fd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"A token that's a copy of Enduring Tenacity won't return to the battlefield when its last ability resolves."},{"date":"2024-09-20","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Enduring Tenacity's first ability will trigger twice and you may choose a different opponent for each trigger. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-09-20","text":"If a nontoken permanent that's a copy of Enduring Tenacity dies while it's a creature, it will return to the battlefield as an enchantment when its last ability resolves. It won't have any card types other than enchantment."},{"date":"2024-09-20","text":"If an ability triggers whenever an opponent loses life and its effect causes you to gain life, such as the ability of Exquisite Blood, this will loop until either you win the game or a player takes an action to break the loop."},{"date":"2024-09-20","text":"If you gain an amount of life \"for each\" of something, that life is gained as one event and Enduring Tenacity's first ability triggers only once."},{"date":"2024-09-20","text":"In a Two-Headed Giant game, life gained by your teammate won't cause Enduring Tenacity's first ability to trigger, even though it caused your team's life total to increase."},{"date":"2024-09-20","text":"Snake and Glimmer are both creature types. Enduring Tenacity won't have those creature types when its last ability returns it to the battlefield because it won't be a creature."}],"rarities":["rare","mythic"]},"energybending":{"name":"Energybending","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Lesson"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Lands you control gain all basic land types until end of turn.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"modifications":[{"type":"AddAllBasicLandTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain all basic land types"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Lands you control gain all basic land types until end of turn.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c4c1e49d-5f14-486c-acf2-1952512b12b2","metadata":{"source_printing_ids":["6c085441-e023-4032-89a0-d24ce5060ac3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rulings":[{"date":"2025-10-02","text":"The basic land types are Plains, Island, Swamp, Mountain, and Forest. Gaining a basic land type also allows the land to tap for the associated color of mana, so a land with all basic land types can tap for any color of mana."}],"rarities":["uncommon"]},"enlightened tutor":{"name":"Enlightened Tutor","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for an artifact or enchantment card, reveal it, then shuffle and put that card on top.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Any"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for an artifact or enchantment card, reveal it, then shuffle and put that card on top.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c5229c17-b7be-4b05-b683-f2277edc4849","metadata":{"source_printing_ids":["0760068d-71c2-4b38-9f66-4454875de27e","0c9ebec9-3474-4062-9607-2e2a72f78299","1c9675fb-1a89-420f-aea8-50e0642f549c","7e3637e8-586d-4828-b2e3-781f31f18754","8ecea08d-7d65-4d61-a34d-2f8976af5f5e","a40e9086-5fe0-4b31-bb66-f29f78ddf7eb","c48e6462-638f-4642-bba4-1bf68c1fcd0f","cbac1d27-15e2-4e2f-82ab-625a16e096cb","e869da95-2c47-4796-aadc-50652ebb4d03","f690bd2a-e565-4316-8312-3d0386c8ba36"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["6ED","DMR","EMA","J20","MIR","PAL00","PLST","PRM","TD0","TLE","WC00"],"rulings":[{"date":"2016-06-08","text":"The \"shuffle and put the card on top\" is a single action. If an effect causes the top card of the library to be face up, the second card down is not revealed."}],"rarities":["uncommon","rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":true}},"enormous energy blade":{"name":"Enormous Energy Blade","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +4/+0.\nWhenever this Equipment becomes attached to a creature, tap that creature.\nEquip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attached","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":"tap that creature","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes attached to a creature, tap that creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +4/+0."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7818e900-2f4e-4710-87a4-5a9ac170a677","metadata":{"source_printing_ids":["991370bd-a96a-4ed0-bdf9-f03b98191abf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO"],"rarities":["uncommon"]},"ent's fury":{"name":"Ent's Fury","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put a +1/+1 counter on target creature you control if its power is 4 or greater. Then that creature gets +1/+1 until end of turn and fights target creature you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put a +1/+1 counter on target creature you control if its power is 4 or greater. Then that creature gets +1/+1 until end of turn and fights target creature you don't control.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6bc3c7fd-e371-467f-973c-4c9f0d1ba0bc","metadata":{"source_printing_ids":["8a90d236-27af-4c9e-80eb-0f09b4088ac9","c7946af6-69ab-47a1-955c-1954a04752df"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rarities":["common"]},"entangling trap":{"name":"Entangling Trap","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you clash, tap target creature an opponent controls. If you won, that creature doesn't untap during its controller's next untap step. (This ability triggers after the clash ends.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Clashed","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":{"type":"EventOutcomeWon"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you clash, tap target creature an opponent controls. If you won, that creature doesn't untap during its controller's next untap step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"229b1e23-8e91-46e8-b0c3-1c5b2c9411da","metadata":{"source_printing_ids":["0d1cec6f-5308-4bff-b19a-df9e3325bb06"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LRW"],"rulings":[{"date":"2013-09-20","text":"If you clash because of a spell or ability an opponent controls, the ability will still trigger. Likewise, you can still win the clash even if you weren’t the player to initiate it."}],"rarities":["uncommon"]},"entering":{"name":"Entering","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put a creature card from a graveyard onto the battlefield under your control. It gains haste until end of turn.\nFuse (You may cast one or both halves of this card from your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Fuse"],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put a creature card from a graveyard onto the battlefield under your control. It gains haste until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"043370fd-9cfe-47ce-8019-e915cee1ae95","metadata":{"source_printing_ids":["66724f4e-59dd-4c70-b09b-49947320e6d1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"layout":"split","printings":["DGM","PDGM","PRM"],"rarities":["rare"]},"entity tracker":{"name":"Entity Tracker","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flash\nEerie — Whenever an enchantment you control enters and whenever you fully unlock a Room, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an enchantment you control enters, draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"FullyUnlock","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Room"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you fully unlock a Room, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c9db5293-4866-46ec-9ae8-059d27bd50fc","metadata":{"source_printing_ids":["2c0a079e-26f4-44ed-859a-f7df4b40a3cd","885098d1-f9b4-429b-97b5-c5c448111e22","ae54d697-6d06-4af1-a617-8a47a6ab9c01"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"An ability that triggers \"whenever you fully unlock a Room\" triggers when a door becomes unlocked and the other door of that Room is already unlocked, or when both doors of that Room become unlocked simultaneously."},{"date":"2024-09-20","text":"If a permanent with an eerie ability enters at the same time as one or more enchantments, its ability will trigger for each of those enchantments."}],"rarities":["rare"]},"entropic battlecruiser":{"name":"Entropic Battlecruiser","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n1+ | Whenever an opponent discards a card, they lose 3 life.\n8+ | Flying, deathtouch\nWhenever this Spacecraft attacks, each opponent discards a card. Each opponent who can't loses 3 life.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a card, they lose 3 life.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":1},"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"Not","condition":{"type":"EffectOutcome","signal":"CurrentScopeSucceeded"}},{"type":"ScopedPlayerMatches","filter":{"type":"Opponent"}}]},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, each opponent discards a card. Each opponent who can't loses 3 life.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying, deathtouch"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":10}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"90c5ea2b-d004-4219-b60c-d51bc1a5ee6b","metadata":{"source_printing_ids":["c3cf23c5-cef9-4d78-9f09-a737e59b8d70","cc59796b-9025-44b6-a188-cf6684ebffb9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"ephemerate":{"name":"Ephemerate","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature you control, then return it to the battlefield under its owner's control.\nRebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":["Rebound"],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Exile target creature you control, then return it to the battlefield under its owner's control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0fd57894-b917-41c8-a394-360d1d31b236","metadata":{"source_printing_ids":["2da5f3f8-5eef-498f-ba2c-2f3fbc3745aa","621e3239-b527-4154-bce6-b51241809fc5","7be5092f-cd24-4aea-824e-67b9767019b2","954fbf3c-7cc2-4f5e-ba96-e3033a20ce61","d562bd6e-6e13-4309-bf80-3c10570741bf","f48ab69d-8a01-4dcb-af70-31e2c62278df","f704397a-c180-44ae-9e4e-90180556b87b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["H1R","MAR","MH1","PLST","PRM","PSVC","SLD","STA"],"rulings":[{"date":"2019-06-14","text":"Casting the card again due to rebound's delayed triggered ability is optional. If you choose not to cast the card, or if you can't (perhaps because there are no legal targets available), the card will stay exiled. You won't get another chance to cast it on a future turn. If you do cast the card, it's put into its owner's graveyard as normal once it resolves."},{"date":"2019-06-14","text":"If a spell with rebound that you cast from your hand is countered or doesn't resolve (most likely because its targets have become illegal), none of its effects will happen, including rebound. The spell will be put into its owner's graveyard and you won't get to cast it again on your next turn."},{"date":"2019-06-14","text":"If a token is exiled this way, it will cease to exist and won't return to the battlefield."},{"date":"2019-06-14","text":"Once the exiled creature returns, it's considered a new object with no relation to the object that it was. Auras attached to the exiled creature will be put into their owners' graveyards. Equipment attached to the exiled creature will become unattached and remain on the battlefield. Any counters on the exiled creature will cease to exist."}],"rarities":["common","uncommon","rare","mythic"]},"eradicate":{"name":"Eradicate","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target nonblack creature. Search its controller's graveyard, hand, and library for all cards with the same name as that creature and exile them. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NotColor","color":"Black"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":[],"controller":"ParentTargetController","properties":[{"type":"InAnyZone","zones":["Graveyard","Hand","Library"]},{"type":"SameNameAsParentTarget"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target nonblack creature. Search its controller's graveyard, hand, and library for all cards with the same name as that creature and exile them. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"782ff740-ff43-4c07-af0b-433cb9770661","metadata":{"source_printing_ids":["02d6e0e5-798c-4791-85fe-24d0838df8f4","0fad4607-c11d-4407-b5fa-bd34f74e41b3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["BOK","UDS"],"rulings":[{"date":"2004-10-04","text":"Does not exile other cards of the same name that are on the battlefield. Just from the graveyard, hand, and library."},{"date":"2004-10-04","text":"If a copy card is targeted by this effect, you get to look for another copy of the card it is copying. This is because a copy card actually takes on the name and initial characteristics of what it copies."},{"date":"2004-10-04","text":"Use the name of the card as it leaves the battlefield."},{"date":"2005-02-01","text":"If you manage to turn a land (such as a Forest or Stalking Stones) into a creature, you can indeed use this effect on that basic land type. Eradicate’s exile effect only looks for cards by name, not type."},{"date":"2005-02-01","text":"The copies must be found if they are in publicly viewable zones. Finding copies while searching private zones is optional."},{"date":"2012-05-01","text":"A face-down creature has no name, so no card can possibly share a name with it (not even other cards with no name). If you Eradicate a face-down creature you will still search its controller’s library, but you won’t be able to exile any cards from that library."}],"rarities":["uncommon"]},"erdwal illuminator":{"name":"Erdwal Illuminator","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you investigate for the first time each turn, investigate an additional time.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Investigated","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you investigate for the first time each turn, investigate an additional time.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5ff4ef34-acb9-46c3-8530-f4b093807066","metadata":{"related_token_ids":["927a866b-95f0-5216-b876-88d4ba2651c1","9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1","abd6c74d-5223-52c6-8547-c5f8347fb0cb"],"source_printing_ids":["5c39fa19-ca75-49f4-8e1e-8b59bc9b664a","63df99f9-4f85-4c76-8d76-9075c9ef2b86","bba1f355-4aa0-421f-86fc-25de52f47d74","d4fbfd62-0318-4f77-ab91-37e56233e493"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","MKC","SIR","SOI"],"rarities":["uncommon"]},"eriette of the charmed apple":{"name":"Eriette of the Charmed Apple","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Each creature that's enchanted by an Aura you control can't attack you or planeswalkers you control.\nAt the beginning of your end step, each opponent loses X life and you gain X life, where X is the number of Auras you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":"You","properties":[]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":"You","properties":[]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each opponent loses X life and you gain X life, where X is the number of Auras you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasAttachment","kind":"Aura","controller":"You"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature that's enchanted by an Aura you control can't attack you or planeswalkers you control.","attack_defended":"PlayerOrPlaneswalker"}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"f43f5855-f297-4433-984b-18263b734cfc","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["487a2cc0-ddbf-46b9-90ed-9455347724d5","baf256c5-1b4c-4fbe-94e4-1538d2577f8f","ecead4cd-47ae-4c42-b15c-1b29b5caba18"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","SOC","WOE"],"rulings":[{"date":"2023-09-01","text":"By default, the controller of a Role token is the player who created it, even if that Role token is attached to a creature they don't control."},{"date":"2023-09-01","text":"Count the number of Auras you control as the ability resolves to determine the value of X."}],"rarities":["mythic"]},"erode":{"name":"Erode","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature or planeswalker. Its controller may search their library for a basic land card, put it onto the battlefield tapped, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false,"target_player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target creature or planeswalker. Its controller may search their library for a basic land card, put it onto the battlefield tapped, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2e467fab-e808-44d3-99bf-e3621baeb7cb","metadata":{"source_printing_ids":["32e670da-7563-4f6a-a7db-4c126a440eb8","67af20f7-666f-48fb-863b-15bc5b17ab09"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If the target is illegal as Erode tries to resolve, it won't resolve and none of its effects will happen. No player will search their library."}],"rarities":["rare"]},"ertai's trickery":{"name":"Ertai's Trickery","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell if it was kicked.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell if it was kicked.","target_prompt":null,"condition":{"type":"AdditionalCostPaid","subject":{"type":"Target"}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"93d0691f-17b8-458b-a624-e182fc481f49","metadata":{"source_printing_ids":["544e3575-9fb6-41f7-a4e6-f8460dfae344"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PLS"],"rulings":[{"date":"2009-10-01","text":"You can target any spell, but that spell will be countered only if it was kicked."}],"rarities":["uncommon"]},"escape to the wilds":{"name":"Escape to the Wilds","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile the top five cards of your library. You may play cards exiled this way until the end of your next turn.\nYou may play an additional land this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":5}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"Controller"},"modifications":[{"type":"AddStaticMode","mode":"MayPlayAdditionalLand"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile the top five cards of your library. You may play cards exiled this way until the end of your next turn.\nYou may play an additional land this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"45a8c126-5396-4736-a37e-460a50706a98","metadata":{"source_printing_ids":["1bff641e-aad3-414f-ad5b-8d32c734efa9","3e26c10b-179f-4a6e-bc8d-3ec1d6783fb9","7c15363a-f27b-4fb5-8658-edfbd67750ca","82267f18-ceff-4f98-bf6f-e0cbf94072d3","889cdc42-fae3-4dda-9cf0-697730ef00e3","a65916a8-eeb2-4cd8-904c-dae9385e4356","b8d58c2d-2bff-4d25-a023-0a6342167f5f","e9359896-2c8f-4841-8bbb-3231e5a47221"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","ELD","EOC","MAR","OTC","PELD","SLD"],"rulings":[{"date":"2019-10-04","text":"Casting an exiled card causes it to leave exile. You can't cast it multiple times."},{"date":"2019-10-04","text":"Escape to the Wilds doesn't change when you can play the exiled cards. For example, if you exile a sorcery card, you can cast it only during your main phase when the stack is empty. If you exile a land card, you can play it only during your main phase and only if you have an available land play remaining."},{"date":"2019-10-04","text":"If you don't play a card exiled this way, it remains in exile."},{"date":"2019-10-04","text":"The additional land that you play doesn't have to be from among the exiled cards."}],"rarities":["rare","mythic"]},"eshki, temur's roar":{"name":"Eshki, Temur's Roar","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a creature spell, put a +1/+1 counter on Eshki. If that spell's power is 4 or greater, draw a card. If that spell's power is 6 or greater, Eshki deals damage equal to Eshki's power to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"comparator":"GE","rhs":{"type":"Fixed","value":6}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a creature spell, put a +1/+1 counter on ~. If that spell's power is 4 or greater, draw a card. If that spell's power is 6 or greater, ~ deals damage equal to ~'s power to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"1b162dd3-3be6-406d-bf86-f7cc9eff098d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["ff9aa863-8773-452d-946c-ae334c632e11"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TDC"],"rarities":["mythic"]},"esika, god of the tree":{"name":"Esika, God of the Tree","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\n{T}: Add one mana of any color.\nOther legendary creatures you control have vigilance and \"{T}: Add one mana of any color.\"","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"},{"type":"Another"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{t}: add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other legendary creatures you control have vigilance and \"{T}: Add one mana of any color.\""}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"92023a5d-a143-4950-a71b-d736e6b8e959","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["46d43696-3c63-4c55-bc61-e1560c8b8201","86f54b82-0168-421e-bcde-d13d48b7d9ff","ced8571a-24e1-45be-8698-3314b663940a","f6cd7465-9dd0-473c-ac5e-dd9e2f22f5f6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM","SLD"],"rulings":[{"date":"2021-02-05","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2021-02-05","text":"If a creature loses vigilance after it attacks (perhaps because Esika leaves the battlefield), that creature will continue attacking. It won't become tapped."},{"date":"2021-02-05","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2021-02-05","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2021-02-05","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2021-02-05","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2021-02-05","text":"If you reveal a double-faced card whose front face is a creature or planeswalker, you'll put it onto the battlefield with its front face up."},{"date":"2021-02-05","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2021-02-05","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2021-02-05","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2021-02-05","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2021-02-05","text":"While resolving the triggered ability of The Prismatic Bridge, if there are no creature or planeswalker cards in your library, you'll simply reveal your entire library, randomize it, and continue playing."}],"rarities":["mythic"]},"esper sentinel":{"name":"Esper Sentinel","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent casts their first noncreature spell each turn, draw a card unless that player pays {X}, where X is this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts their first noncreature spell each turn, draw a card unless that player pays {X}, where X is ~'s power.","constraint":{"type":"NthSpellThisTurn","n":1,"filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}},"condition":null,"unless_pay":{"cost":{"type":"ManaDynamic","quantity":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"payer":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5def9f38-0a0b-4e8d-9f9d-29dcb46520b4","metadata":{"source_printing_ids":["02784619-5c2a-4aab-9acc-a8edb99ab46b","676758ee-dac8-4c97-8a62-fff25bcbb6df","8b5a916f-a6f2-4e89-b38f-7e5bc0c2e032","9415defa-ea35-454e-993b-3afd5776b7db","f3537373-ef54-4578-9d05-6216420ee349"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["H2R","J21","MH2","PLST","PMH2"],"rulings":[{"date":"2021-06-18","text":"If Esper Sentinel's has negative power when this ability resolves, then {X} is {0}. The opponent may still choose not to pay the cost if they want you to draw a card."},{"date":"2021-06-18","text":"If a noncreature spell was already cast by an opponent the turn Esper Sentinel enters the battlefield, that opponent already cast their first noncreature spell this turn, and Esper Sentinel's ability won't trigger for that opponent that turn."},{"date":"2021-06-18","text":"This ability checks Esper Sentinel's power when it resolves, not when the ability goes on the stack. If Esper Sentinel is no longer on the battlefield when it resolves, use the power it had the last time it was on the battlefield."}],"rarities":["rare"]},"esper terra":{"name":"Esper Terra","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["Saga","Wizard"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter.)\nI, II, III — Create a token that's a copy of target nonlegendary enchantment you control. It gains haste. If it's a Saga, put up to three lore counters on it. Sacrifice it at the beginning of your next end step.\nIV — Add {W}{W}, {U}{U}, {B}{B}, {R}{R}, and {G}{G}. Exile Esper Terra, then return it to the battlefield (front face up).\nFlying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"NotSupertype","value":"Legendary"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"UpTo","max":{"type":"Fixed","value":3}},"target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"End","player":0},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Saga"}],"controller":null,"properties":[]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"NotSupertype","value":"Legendary"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"UpTo","max":{"type":"Fixed","value":3}},"target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"End","player":0},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Saga"}],"controller":null,"properties":[]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"NotSupertype","value":"Legendary"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"UpTo","max":{"type":"Fixed","value":3}},"target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"End","player":0},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Saga"}],"controller":null,"properties":[]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White","White","Blue","Blue","Black","Black","Red","Red","Green","Green"]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 4","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":4},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":["Green","Red"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"54ca5904-9099-497a-9684-101656025487","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0502c627-9f63-5b1e-b7ba-1809eefc0580"],"source_printing_ids":["0cf789e7-045c-4ad1-abc3-23eabda54f02","fbd447aa-588d-4c4d-925e-a7d3bdf6a65c","fe0aa7d7-73e7-4c8c-92b5-b923817ce461"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN","PFIN"],"rarities":["mythic"]},"esquire of the king":{"name":"Esquire of the King","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{4}{W}, {T}: Creatures you control get +1/+1 until end of turn. This ability costs {2} less to activate if you control a legendary creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":4}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{4}{W}, {T}: Creatures you control get +1/+1 until end of turn. This ability costs {2} less to activate if you control a legendary creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":2,"count":{"type":"Fixed","value":1},"condition":{"type":"YouControlLegendaryCreature"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3ccaa78e-f3e5-4de4-b53c-cecd73a73b9c","metadata":{"source_printing_ids":["739dbbfb-e234-43c4-9e69-ebb13a9fee30","caa6dded-ab08-43d0-b2fb-008854582cba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rarities":["common"]},"essence channeler":{"name":"Essence Channeler","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"As long as you've lost life this turn, this creature has flying and vigilance.\nWhenever you gain life, put a +1/+1 counter on this creature.\nWhen this creature dies, put its counters on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":null,"count":null,"mode":"Put","selection":"StackTarget","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, put its counters on target creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as you've lost life this turn, ~ has flying and vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1473580d-7cb2-48f5-a77d-08f49244c5e8","metadata":{"source_printing_ids":["5aaf7e4c-4d5d-4acc-a834-e6c4a7629408","bbd5c86a-0991-4322-a0a2-48424c4be2af"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Essence Channeler’s second ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-07-26","text":"Essence Channeler’s first ability cares whether you’ve lost life this turn, not how your life total has changed. For example, if you’ve gained 2 life and lost 1 life so far this turn, you’ve still lost life."},{"date":"2024-07-26","text":"Essence Channeler’s last ability doesn’t cause you to move counters from Essence Channeler onto the target creature. Rather, you put the same number of each kind of counter Essence Channeler had when it died onto the target creature."},{"date":"2024-07-26","text":"Essence Channeler’s last ability puts all counters that were on Essence Channeler onto the target creature, not just its +1/+1 counters."},{"date":"2024-07-26","text":"Essence Channeler’s second ability triggers just once for each life-gaining event, no matter how much life was gained."},{"date":"2024-07-26","text":"If Essence Channeler has -1/-1 counters on it when it dies, that ability will include those as well. This may result in the recipient of the counters also dying."},{"date":"2024-07-26","text":"If Essence Channeler is dealt lethal damage at the same time that you gain life, it won’t receive a counter from its second ability in time to save it."},{"date":"2024-07-26","text":"If enough -1/-1 counters are put on Essence Channeler at the same time to make its toughness 0 or less, its last ability will see all of the +1/+1 counters it had when it died as well as the -1/-1 counters it had, and an equal number of each of those types of counters (plus any other applicable counters) will be put onto the target creature."},{"date":"2024-07-26","text":"If you gain an amount of life “for each” of something, that life is gained as one event and Essence Channeler’s second ability triggers only once."},{"date":"2024-07-26","text":"In a Two-Headed Giant game, life gained by your teammate won’t cause Essence Channeler’s second ability to trigger even though it caused your team’s life total to increase."},{"date":"2024-07-26","text":"In some unusual cases, you may end up putting the appropriate counters on more than one permanent. For example, if you control The Ozolith when Essence Channeler dies, you’ll put the appropriate number of each kind of counter onto both The Ozolith and the target creature."},{"date":"2024-07-26","text":"Once Essence Channeler has been blocked by a creature without flying or reach, losing life to give it flying and vigilance won’t cause it to become unblocked."}],"rarities":["rare"]},"essence warden":{"name":"Essence Warden","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Shaman"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature enters, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6ca2a89e-7032-4864-b4e9-66f3178f90ab","metadata":{"source_printing_ids":["31ca84d1-30a6-432b-966c-089fb6652a89","48431d2f-4011-48d2-b556-2078c1a45d85","ab9b05fc-2884-4c0f-95ce-37cfffa902c5","da2a65d6-0887-4fe8-a6e6-909208fddd90","dd7e6400-5302-450b-8f22-4b67c8043063","ff09be4d-bbcc-4c25-9df2-b3df07fca955"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["C14","CMA","DDH","LTC","PLC","PLST","PRM"],"rulings":[{"date":"2025-01-24","text":"If this creature enters at the same time as one or more other creatures, its ability will trigger for each of those other creatures. "}],"rarities":["common"]},"eternal scourge":{"name":"Eternal Scourge","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi","Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"You may cast this card from exile.\nWhen this creature becomes the target of a spell or ability an opponent controls, exile this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Any"},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}]},{"type":"StackAbility","controller":"Opponent"}]},"description":"When ~ becomes the target of a spell or ability an opponent controls, exile ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c8b0436e-16d2-4d48-a894-454d69a3743b","metadata":{"source_printing_ids":["12e79945-d6cf-4490-88a7-a7d5f9e0b96b","13ce52f5-6d49-4d44-a3d7-925340de8406","3c357295-4d5f-40f7-81e8-ae0a463df28b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","PEMN","SIR"],"rulings":[{"date":"2016-07-13","text":"Eternal Scourge's triggered ability only triggers while it's on the battlefield. For example, Convolute cast targeting Eternal Scourge won't cause its ability to trigger."},{"date":"2016-07-13","text":"You must follow the normal timing permissions and restrictions and pay its cost to cast Eternal Scourge from exile."},{"date":"2016-07-13","text":"You'll exile Eternal Scourge even if the spell or ability that targets it is countered."}],"rarities":["rare"]},"etrata, deadly fugitive":{"name":"Etrata, Deadly Fugitive","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Assassin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nFace-down creatures you control have \"{2}{U}{B}: Turn this creature face up. If you can't, exile it, then you may cast the exiled card without paying its mana cost.\"\nWhenever an Assassin you control deals combat damage to an opponent, cloak the top card of that player's library.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Cloak","target":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Assassin"}],"controller":"You","properties":[]},"description":"Whenever an Assassin you control deals combat damage to an opponent, cloak the top card of that player's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Face-down"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"TurnFaceUp","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black"],"generic":2}},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}{U}{B}: Turn ~ face up. If you can't, exile it, then you may cast the exiled card without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Face-down creatures you control have \"{2}{U}{B}: Turn ~ face up. If you can't, exile it, then you may cast the exiled card without paying its mana cost.\""}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"87957d09-7e22-40fe-8770-ff66d1934a38","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["00b70f7a-8e77-4a99-8d13-7465a190630e","4410db5a-62af-43ac-979d-88a7c975f7bd","b01cf59e-b98b-4a8d-8347-07e2c1527330"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-02-02","text":"Any time you have priority, you can turn a cloaked permanent you control face-up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-02-02","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-02-02","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-02-02","text":"If a cloaked creature would have disguise (or morph) if it were face up, you may also turn it face up by paying its disguise (or morph) cost."},{"date":"2024-02-02","text":"If a double-faced card is cloaked, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-02-02","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise ability because it will no longer have a disguise ability (or a disguise cost) once face up."},{"date":"2024-02-02","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-02-02","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-02-02","text":"If the spell you cast has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If you cast a spell \"without paying its mana cost\", you can't choose to cast it for any alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, such as that of Demand Answers, those must be paid to cast the spell."},{"date":"2024-02-02","text":"In a multiplayer game, if an opponent leaves the game, all of the cards they own that you cloaked leave as well. If you leave the game, the creatures you cloaked with Etrata, Deadly Fugitive's triggered ability are exiled."},{"date":"2024-02-02","text":"To cloak a card, put it onto the battlefield face down. It becomes a 2/2 face-down creature card with ward {2} and no name, mana cost, or creature types. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-02-02","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-02-02","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a cloaked creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-02-02","text":"You might be unable to turn a face-down creature face up because it's an instant or sorcery. Alternatively, abilities such as that of Karlov Watchdog might prevent you from turning face-down creatures face up altogether. In those cases, you'll exile that creature, and then you'll choose whether or not to cast that card without paying its mana cost."},{"date":"2024-02-02","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered the battlefield should remain clear, as well as what ability caused them to be face down. (This includes disguise, cloak, and in games involving older cards, morph and manifest, as well as a few other effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."},{"date":"2024-02-02","text":"Your opponents can't look at cards they own that you cloaked."}],"rarities":["mythic"]},"evelyn, the covetous":{"name":"Evelyn, the Covetous","mana_cost":{"type":"Cost","shards":["BlueBlack","Black","BlackRed"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhenever Evelyn or another Vampire you control enters, exile the top card of each player's library with a collection counter on it.\nOnce each turn, you may play a card from exile with a collection counter on it if it was exiled by an ability you controlled, and you may spend mana as though it were mana of any color to cast it.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"collection","count":{"type":"Fixed","value":1},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0,"frequency":"OncePerTurn","mana_spend_permission":"AnyTypeOrColor"},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Vampire"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another Vampire you control enters, exile the top card of each player's library with a collection counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"LinkedCollectionCounterPlayPermission","affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Once each turn, you may play a card from exile with a collection counter on it if it was exiled by an ability you controlled, and you may spend mana as though it were mana of any color to cast it."}],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"4ab6f615-1f04-4ed2-88b2-49faa8356dd0","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7abd914b-4f66-4b80-8249-86f2e77f0452","bf30b561-7ae6-4423-9184-6574e68f9038","c0dad61f-36cd-46af-82b7-a02e04efd676"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PSNC","SNC"],"rarities":["rare"]},"evendo brushrazer":{"name":"Evendo Brushrazer","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you sacrifice a nontoken permanent, exile the top card of your library.\nDuring your turn, as long as you've sacrificed a nontoken permanent this turn, you may play cards exiled with this creature.\n{T}, Sacrifice a land: Add {R}{R}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red","Red"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice a land: Add {R}{R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a nontoken permanent, exile the top card of your library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ExileCastPermission":{"frequency":"Unlimited","play_mode":"Play","cost":"PayNormalCost","pool":"Persistent","timing":"YourTurnOnly"}},"affected":{"type":"Any"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SacrificedThisTurn","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"NonToken"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, as long as you've sacrificed a nontoken permanent this turn, you may play cards exiled with ~."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"795bc0b0-4b0a-49d6-ac8e-a52a10a93be8","metadata":{"source_printing_ids":["8b9001a4-953c-4a32-b51a-c6bec7e74f9e","e7a4a1da-664d-4675-8ddd-df5fc1b962bc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"You pay all costs and follow all timing rules for cards played with the permission granted by Evendo Brushrazer’s second ability. For example, if an exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"everybody lives!":{"name":"Everybody Lives!","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"All creatures gain hexproof and indestructible until end of turn. Players gain hexproof until end of turn. Players can't lose life this turn and players can't lose the game or win the game this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain hexproof and indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[],"controller":null,"properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain hexproof"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantLoseLife","affected":{"type":"Player"},"modifications":[{"type":"AddStaticMode","mode":"CantLoseLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't lose life"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantLoseTheGame","affected":{"type":"Player"},"modifications":[{"type":"AddStaticMode","mode":"CantLoseTheGame"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't lose the game or win the game"},{"mode":"CantWinTheGame","affected":{"type":"Player"},"modifications":[{"type":"AddStaticMode","mode":"CantWinTheGame"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't lose the game or win the game"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"All creatures gain hexproof and indestructible until end of turn. Players gain hexproof until end of turn. Players can't lose life this turn and players can't lose the game or win the game this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"39213de3-6a4a-4879-a7f9-70f45013765e","metadata":{"source_printing_ids":["9dab0052-7f0c-4b56-847f-20552666a271","a8f4b08d-1882-4c8c-abb5-f0e9e5e9292d","ac2e371e-7f5b-4fb5-9c6c-49443ef19703","b9558e30-7ea9-4841-a742-5d7941c0241f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Players can always concede from the game, even if they can't otherwise lose the game."}],"rarities":["rare"]},"everything comes to dust":{"name":"Everything Comes to Dust","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":7},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nExile all creatures except those that share a creature type with a creature that convoked this spell, all artifacts, and all enchantments.","non_ability_text":null,"flavor_name":null,"keywords":["Convoke"],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Not","prop":{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"ConvokedSource"}]}}}]},{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Exile all creatures except those that share a creature type with a creature that convoked this spell, all artifacts, and all enchantments.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"39acc3d0-85fc-4814-93f2-e709c3b2c86b","metadata":{"source_printing_ids":["136bd8c3-a54f-40cd-96c9-5023a67e7fd6","3e8a2f7f-477d-441c-9677-1346c8622fff","43c825df-8fa8-4c07-a9b7-cafbb6508c3c","fb4b912c-07d4-42a1-8f3b-d5f34cca087f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2024-01-12","text":"Because convoke isn't an alternative cost, it can be used in conjunction with alternative costs."},{"date":"2024-01-12","text":"If a creature you control has a mana ability with {T} in the cost, activating that ability while casting a spell with convoke will result in the creature being tapped before you pay the spell's costs. You won't be able to tap it again for convoke. Similarly, if you sacrifice a creature to activate a mana ability while casting a spell with convoke, that creature won't be on the battlefield when you pay the spell's costs, so you won't be able to tap it for convoke."},{"date":"2024-01-12","text":"Tapping a multicolored creature using convoke will pay for {1} or one mana of your choice of any of that creature's colors."},{"date":"2024-01-12","text":"Tapping an untapped creature that's attacking or blocking to convoke a spell won't cause that creature to stop attacking or blocking."},{"date":"2024-01-12","text":"When calculating a spell's total cost, include any alternative costs, additional costs, or anything else that increases or reduces the cost to cast the spell. Convoke applies after the total cost is calculated. Convoke doesn't change a spell's mana cost or mana value."},{"date":"2024-01-12","text":"You can tap any untapped creature you control to convoke a spell, even one you haven't controlled continuously since the beginning of your most recent turn."}],"rarities":["rare"]},"evil's thrall":{"name":"Evil's Thrall","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Gain control of target creature until end of turn. If you control a Villain with greater mana value than that creature, gain control of that creature until the end of your next turn instead. Untap that creature. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Villain"}],"controller":"You","properties":[{"type":"Cmc","comparator":"GT","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Target"}}}},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"Gain control of target creature until end of turn. If you control a Villain with greater mana value than that creature, gain control of that creature until the end of your next turn instead. Untap that creature. It gains haste until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d7562f89-4808-44ab-8dc9-fc4078e8a47b","metadata":{"source_printing_ids":["310e30cd-b8c3-40ea-9d61-57c5c5fc2a0b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"execute":{"name":"Execute","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target white creature. It can't be regenerated.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasColor","color":"White"}]},"cant_regenerate":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target white creature. It can't be regenerated.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"24d2cbf6-6268-4da3-8413-6c76679576fe","metadata":{"source_printing_ids":["333123bc-fb66-4b5a-bf55-045d2906c8c3","35119276-d461-4eb2-8b1b-fa73639fe1de","751e73d4-7e1c-48fd-8b6d-b66a2105a742","875500ff-bb15-4634-be05-0171cb0ac412","ee0ecbc8-767b-475c-bb74-2abc0da5d745"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","9ED","ODY"],"rarities":["uncommon"]},"exemplar of light":{"name":"Exemplar of Light","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you gain life, put a +1/+1 counter on this creature.\nWhenever you put one or more +1/+1 counters on this creature, draw a card. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you put one or more +1/+1 counters on ~, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9ad730b5-8950-4215-9319-387e2970dd22","metadata":{"source_printing_ids":["089b28fe-f10f-4e3e-8c19-ed012349faf4","920c8fc5-fdd2-446a-a676-5c363f96928f","98d61887-a6f7-4ce0-a44d-9661e8bb2107","b7393efb-da40-4b55-a6ff-ce774f0815f9","f67b3e48-98e8-404b-93b0-c3cbbd764d1c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PFDN"],"rulings":[{"date":"2024-11-08","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Exemplar of Light's second ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-11-08","text":"Exemplar of Light's last ability triggers whenever you put one or more +1/+1 counters on it for any reason, not just as a result of its second ability."},{"date":"2024-11-08","text":"Exemplar of Light's second ability triggers just once for each life-gaining event, whether it's 1 life from Dazzling Angel or 4 life from Apothecary Stomper."},{"date":"2024-11-08","text":"If Exemplar of Light is dealt lethal damage at the same time that you gain life, it won't receive a counter from its second ability in time to save it."},{"date":"2024-11-08","text":"If you gain an amount of life \"for each\" of something or \"equal to the number\" of something, that life is gained as one event and Exemplar of Light's second ability triggers only once."},{"date":"2024-11-08","text":"In a Two-Headed Giant game, life gained by your teammate won't cause Exemplar of Light's second ability to trigger, even though it caused your team's life total to increase."}],"rarities":["rare"]},"exhibition tidecaller":{"name":"Exhibition Tidecaller","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Djinn","Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Opus — Whenever you cast an instant or sorcery spell, target player mills three cards. If five or more mana was spent to cast that spell, that player mills ten cards instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":10},"target":{"type":"ParentTarget"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"TriggeringSpell","metric":{"type":"Total"}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, target player mills three cards. If five or more mana was spent to cast that spell, that player mills ten cards instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d32c9439-4c97-412b-83cc-6d9acb48be3c","metadata":{"source_printing_ids":["44304d28-94da-4226-b713-b2c3a4b67e49","a58c364e-d0c5-41b9-8c8b-2e5a99468cc7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"An opus ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."}],"rarities":["rare"]},"exhumer thrull":{"name":"Exhumer Thrull","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Thrull"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haunt (When this creature dies, exile it haunting target creature.)\nWhen this creature enters or the creature it haunts dies, return target creature card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Haunt"],"abilities":[],"triggers":[{"mode":"EntersOrHauntedCreatureDies","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters or the creature it haunts dies, return target creature card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileHaunting","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.55a: Exile it haunting target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.55a: When this permanent is put into a graveyard from the battlefield, exile it haunting target creature.","constraint":null,"condition":null,"batched":false},{"mode":"HauntedCreatureDies","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.55c: When the creature this card haunts dies, trigger the haunt payoff.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cd2ae326-1a74-4b67-9718-92b6a209303b","metadata":{"source_printing_ids":["c8c53fda-3768-4cc5-8ca3-a60805c340ba"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["GPT"],"rulings":[{"date":"2006-02-01","text":"If you own the creature Exhumer Thrull was haunting, that creature will generally be a legal target for the haunt trigger to return to your hand."}],"rarities":["uncommon"]},"exile":{"name":"Exile","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target nonwhite attacking creature. You gain life equal to its toughness.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"~","description":"~ target nonwhite attacking creature"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Anaphoric"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ target nonwhite attacking creature. You gain life equal to its toughness.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8c91d50b-bf58-4d06-b3b7-4b6db867bfce","metadata":{"source_printing_ids":["108b85ff-ed03-4b3e-872f-1cad1a27b930","91212440-32f0-424f-a843-22eb23d012c8","9f717f8f-e1fc-480a-8dec-fb88814091ea","af72824b-6c9c-4435-81db-0ef9b09270fb","bf6e3ca4-5b56-40bb-bec7-c92fc7eb50d2","cba8fb8d-fdde-4e4b-9dc7-feaecf8ed222"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["6ED","ALL","ME1","PLST","VMA","WC97"],"rarities":["common","rare"]},"exile into darkness":{"name":"Exile into Darkness","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player sacrifices a creature of their choice with mana value 3 or less.\nAt the beginning of your upkeep, if you have more cards in hand than each opponent, you may return this card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"Target player sacrifices a creature of their choice with mana value 3 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you have more cards in hand than each opponent, you may return this card from your graveyard to your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Opponent","aggregate":"Max"}}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"bfa21cbc-8a04-4456-bf02-bae6b514d50a","metadata":{"source_printing_ids":["4d6ac32c-9555-4408-8b18-c3098802b7ad"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOK"],"rarities":["uncommon"]},"exotic pets":{"name":"Exotic Pets","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create two 1/1 blue Fish creature tokens with \"This token can't be blocked.\" Then for each kind of counter among creatures you control, put a counter of that kind on either of those tokens.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Fish","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Fish"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"for","description":"for each kind of counter among creatures you control"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"put","description":"put a counter of that kind on either of those tokens"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Create two 1/1 blue Fish creature tokens with \"~ can't be blocked.\" Then for each kind of counter among creatures you control, put a counter of that kind on either of those tokens.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"497cb281-e057-42fc-937d-512855b74159","metadata":{"related_token_ids":["5cd0f0ce-7820-5507-b6db-8ceb32d7830e"],"source_printing_ids":["902f1ed8-5c10-45e4-8f2f-182e800faab4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["SNC"],"rarities":["uncommon"]},"expansion":{"name":"Expansion","mana_cost":{"type":"Cost","shards":["BlueRed","BlueRed"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Copy target instant or sorcery spell with mana value 4 or less. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}}]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}}]}]}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":"Copy target instant or sorcery spell with mana value 4 or less. You may choose new targets for the copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"af6f771f-5154-4fb3-8ed4-768d71eea568","metadata":{"source_printing_ids":["42cacf46-6f84-4198-877b-1544cff2f837","65c091fa-00a8-4f20-8148-46db3fc3c67d","be082a49-1a90-48fd-ba61-c26c90f1f64e","e0644c92-4d67-475e-8c8e-0e2c493682fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["GRN","PGRN","PLST","RVR","TDC"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."},{"date":"2024-01-12","text":"Any choices made as a spell resolves won't have been made yet once it's copied. Any such choices will be made separately as the copy resolves."},{"date":"2024-01-12","text":"Expansion can copy any instant or sorcery spell with an appropriate mana value, not just one with targets."},{"date":"2024-01-12","text":"If a spell has {X} in its mana cost, include the value chosen for that X when determining the mana value of that spell."},{"date":"2024-01-12","text":"If one of Explosion's two targets becomes illegal, the other is affected as appropriate."},{"date":"2024-01-12","text":"If the spell has damage divided as it was cast, the division can't be changed (although the targets receiving that damage still can). The same is true of spells that distribute counters."},{"date":"2024-01-12","text":"If the spell that's copied has an X whose value was determined as it was cast (like Banefire does), the copy will have the same value of X."},{"date":"2024-01-12","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2024-01-12","text":"If you copy a spell, you control the copy. It will resolve before the original spell does."},{"date":"2024-01-12","text":"The controller of a copy can't choose to pay any alternative or additional costs for the copy. However, effects based on any alternative or additional costs that were paid for the original spell are copied as though those same costs were paid for the copy."},{"date":"2024-01-12","text":"The copy is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell won't trigger."},{"date":"2024-01-12","text":"The copy will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."}],"rarities":["rare"]},"expensive taste":{"name":"Expensive Taste","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile the top two cards of target opponent's library face down. You may look at and play those cards for as long as they remain exiled.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Fixed","value":2},"face_down":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile the top two cards of target opponent's library face down. You may look at and play those cards for as long as they remain exiled.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"5df44b8d-b337-49d8-8427-34253f52cb47","metadata":{"related_token_ids":["8fb72ba2-7332-5577-b7bd-d75df4c727c8"],"source_printing_ids":["315cbbf7-a2ad-4565-9877-1e903d7fd797","8a717d27-596d-4341-b592-4f9777f778e5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","WOE"],"rarities":["rare"]},"experiment one":{"name":"Experiment One","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Ooze"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Evolve (Whenever a creature you control enters, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)\nRemove two +1/+1 counters from this creature: Regenerate it. (The next time this creature would be destroyed this turn, instead tap it, remove it from combat, and heal all damage on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Evolve"],"abilities":[{"kind":"Activated","effect":{"type":"Regenerate","target":{"type":"ParentTarget"}},"cost":{"type":"RemoveCounter","count":2,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"Remove two +1/+1 counters from ~: Regenerate it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Evolve","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on this creature","target_prompt":null,"ability_tag":{"type":"Evolve"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.100a: Evolve — whenever a creature you control enters with greater power or toughness than ~, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8520ee67-439b-4f15-838b-420bacbb8b13","metadata":{"source_printing_ids":["1ffc818d-862b-4686-8be2-c46802416f28","2cc1d8d0-bb43-4962-ad29-bb6478aa986b","3b551403-47dd-4c2b-95c8-0e2e674d6fcf","589d8494-58c0-4584-a878-37d498621992","62fa3357-05cd-428a-9775-08cdf6462f20","8c47db9a-65f3-4ccd-a21b-93de4c8d08fe","9321d75e-6ae8-48ff-876d-4efa50d1b1c6","95552710-873b-418b-bb2a-d2918c313e37"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","C15","F13","GK2","GTC","PIO","PLST","PRM","RVR"],"rulings":[{"date":"2013-04-15","text":"If a creature enters the battlefield with +1/+1 counters on it, consider those counters when determining if evolve will trigger. For example, a 1/1 creature that enters the battlefield with two +1/+1 counters on it will cause the evolve ability of a 2/2 creature to trigger."},{"date":"2013-04-15","text":"If evolve triggers, the stat comparison will happen again when the ability tries to resolve. If neither stat of the new creature is greater, the ability will do nothing. If the creature that entered the battlefield leaves the battlefield before evolve tries to resolve, use its last known power and toughness to compare the stats."},{"date":"2013-04-15","text":"If multiple creatures enter the battlefield at the same time, evolve may trigger multiple times, although the stat comparison will take place each time one of those abilities tries to resolve. For example, if you control a 2/2 creature with evolve and two 3/3 creatures enter the battlefield, evolve will trigger twice. The first ability will resolve and put a +1/+1 counter on the creature with evolve. When the second ability tries to resolve, neither the power nor the toughness of the new creature is greater than that of the creature with evolve, so that ability does nothing."},{"date":"2013-04-15","text":"When comparing the stats as the evolve ability resolves, it's possible that the stat that's greater changes from power to toughness or vice versa. If this happens, the ability will still resolve and you'll put a +1/+1 counter on the creature with evolve. For example, if you control a 2/2 creature with evolve and a 1/3 creature enters the battlefield under your control, it toughness is greater so evolve will trigger. In response, the 1/3 creature gets +2/-2. When the evolve trigger tries to resolve, its power is greater. You'll put a +1/+1 counter on the creature with evolve."},{"date":"2013-04-15","text":"When comparing the stats of the two creatures for evolve, you always compare power to power and toughness to toughness."},{"date":"2013-04-15","text":"Whenever a creature enters the battlefield under your control, check its power and toughness against the power and toughness of the creature with evolve. If neither stat of the new creature is greater, evolve won't trigger at all."},{"date":"2024-01-12","text":"Because damage remains marked on a creature until it's removed as the turn ends, nonlethal damage dealt to Experiment One may become lethal if you remove +1/+1 counters from it during that turn. In this case, it dies before the activated ability that would regenerate it resolves."}],"rarities":["common","uncommon"]},"exploration":{"name":"Exploration","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may play an additional land on each of your turns.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play an additional land on each of your turns."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0c2841bb-038c-4fbf-8360-bc0a1522b58d","metadata":{"source_printing_ids":["1c3fc61c-c26e-47f3-a1eb-f6f10f8469e2","2b20d3e1-62ef-44db-8109-a33d4fa3e7f1","2f09e451-0246-45a2-8bfd-07d3c65ddfe6","5b372045-a4a0-44c8-96ec-1e201d61ed26","ce4c6535-afea-4704-b35c-badeb04c4f4c","d1cbcd04-aabf-420e-9bc8-4270f78e25d7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","AA3","CNS","DMR","PRM","USG"],"rulings":[{"date":"2022-12-08","text":"Exploration’s ability is cumulative with other effects that allow you to play additional lands, including ones created by other Explorations you control."}],"rarities":["rare"]},"exploration broodship":{"name":"Exploration Broodship","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n3+ | You may play an additional land on each of your turns.\n8+ | Flying\nOnce during each of your turns, you may cast a permanent spell from your graveyard by sacrificing a land in addition to paying its other costs.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play an additional land on each of your turns."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying"},{"mode":{"GraveyardCastPermission":{"frequency":"OncePerTurn","play_mode":"Cast"}},"affected":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Once during each of your turns, you may cast a permanent spell from your graveyard by sacrificing a land in addition to paying its other costs."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8a83ecee-092b-456c-803f-a9aaa17c4da9","metadata":{"source_printing_ids":["3410f9c6-ac11-4e7f-aefd-69fba43e1315","61596da3-2a0e-47d9-b707-8db4cce2479d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"You pay all costs and follow all timing rules for cards cast with the permission granted by Exploration Broodship’s last ability. For example, you may cast a creature spell from your graveyard only during your main phase while the stack is empty."}],"rarities":["rare"]},"explore":{"name":"Explore","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may play an additional land this turn.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"Controller"},"modifications":[{"type":"AddStaticMode","mode":"MayPlayAdditionalLand"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"You may play an additional land this turn.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b8f566ea-8283-4afa-9ac8-737e26419283","metadata":{"source_printing_ids":["098e528a-bd6c-41f3-a246-cba986c54776","1383040d-ca33-4d43-8846-34a75a9b451b","18e5fdee-1ec4-44a2-b84c-35897f1d2912","25768b76-c6d7-4b0b-8427-d0a80633aa39","32621bcd-ec3b-4700-a295-47e831455e30","3976affd-8c2b-499a-a946-b629c2ba59c7","3cf7fc86-08c6-43f1-9cdb-f609cea0b1a7","55f8f2a4-ddfb-48b5-9ecb-73cf03a65f8d","59c33065-1bdd-4257-9e74-1f2aacf063c5","5f4d7eb5-5c0e-4c89-91b5-0cd200c5cb88","69f2a3be-9196-44f4-b722-9184ca1d143a","719ebf00-8333-43b7-98a0-f7134d0a382e","8ea6c234-ede2-4543-ab8e-38d7a503a5e1","a742f2a5-6837-4fa7-9c06-b6b63977fc68","ab9dbf0b-2c1d-463c-b675-ff711c282e56","b6838782-079a-47d0-bdab-cdcc975feab4","bd15599d-62a0-42e2-acf7-63d7220a4418","c6899e09-0ec3-44d0-afd9-2a4e28635f20","d8f81e8a-e309-4bac-81de-326756cd8901","da397007-e9a8-4228-a35d-a606e93e37be","e547fc28-970a-4910-94da-dff5acef3285","f3405ac8-a8e3-4c65-807e-6bfcfa162852","f55b5e21-decb-4b77-99d8-83cb7b433fda","f7a70945-8f8b-4dc7-a78b-d285694f9f50","fb1c4843-70cd-4b63-a714-5ed26bdf7d6d","fbfb4b80-69fe-4d43-a155-0109ddbe86f5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["40K","AFC","BLC","C18","C19","CLB","CMR","DDO","DMC","E01","J25","JMP","LCC","LTC","MM3","NCC","OTC","PLST","PRM","SLD","SLP","TLE","WHO","WWK"],"rulings":[{"date":"2017-03-14","text":"Explore's effect allows you to play an additional land during your main phase. Doing so follows the normal timing rules for playing lands. In particular, you don't get to play a land as Explore resolves; Explore fully resolves first and you draw a card, perhaps a land you'll play later."},{"date":"2017-03-14","text":"If you somehow manage to cast Explore when it's not your turn, you'll draw a card when it resolves, but you won't be able to play a land that turn."},{"date":"2017-03-14","text":"The effects of multiple Explores in the same turn are cumulative. They're also cumulative with other effects that let you play additional lands, such as the one from Urban Evolution."}],"rarities":["common","uncommon","rare"]},"explosion":{"name":"Explosion","mana_cost":{"type":"Cost","shards":["X","Blue","Blue","Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Explosion deals X damage to any target. Target player draws X cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals X damage to any target. Target player draws X cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"af6f771f-5154-4fb3-8ed4-768d71eea568","metadata":{"source_printing_ids":["42cacf46-6f84-4198-877b-1544cff2f837","65c091fa-00a8-4f20-8148-46db3fc3c67d","be082a49-1a90-48fd-ba61-c26c90f1f64e","e0644c92-4d67-475e-8c8e-0e2c493682fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["GRN","PGRN","PLST","RVR","TDC"],"rarities":["rare"]},"expose the culprit":{"name":"Expose the Culprit","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one or both —\n• Turn target face-down creature face up.\n• Exile any number of face-up creatures you control with disguise in a face-down pile, shuffle that pile, then cloak them. (To cloak a card, put it onto the battlefield face down as a 2/2 creature with ward {2}. Turn it face up any time for its mana cost if it's a creature card.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TurnFaceUp","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"FaceDown"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChooseObjectsIntoTrackedSet","chooser":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasKeywordKind","value":"Disguise"}]},"min":0,"max":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Cloak","target":{"type":"Controller"},"count":{"type":"Fixed","value":1},"object_source":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4f7e4aff-ef68-44fe-a0dc-b9ab0ecd7146","modal":{"min_choices":1,"max_choices":2,"mode_count":2,"mode_descriptions":["Turn target face-down creature face up.","Exile any number of face-up creatures you control with disguise in a face-down pile, shuffle that pile, then cloak them."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["31aadd3d-5ce1-44ba-ac6d-b192a9ea491b","dbaae9b6-510f-4039-8cca-fe7d7c57f1c5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-02-02","text":"Any time you have priority, you can turn a cloaked permanent you control face-up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-02-02","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-02-02","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-02-02","text":"If a cloaked creature would have disguise (or morph) if it were face up, you may also turn it face up by paying its disguise (or morph) cost."},{"date":"2024-02-02","text":"If a double-faced card is cloaked, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-02-02","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise ability because it will no longer have a disguise ability (or a disguise cost) once face up."},{"date":"2024-02-02","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-02-02","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-02-02","text":"The pile is shuffled to disguise from your opponents which cloaked creature is which. After you cloak the creatures, you may look at them."},{"date":"2024-02-02","text":"To cloak a card, put it onto the battlefield face down. It becomes a 2/2 face-down creature card with ward {2} and no name, mana cost, or creature types. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-02-02","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-02-02","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a cloaked creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-02-02","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered the battlefield should remain clear, as well as what ability caused them to be face down. (This includes disguise, cloak, and in games involving older cards, morph and manifest, as well as a few other effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["uncommon"]},"exquisite blood":{"name":"Exquisite Blood","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent loses life, you gain that much life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent loses life, you gain that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8f933fae-6c0c-42d7-a817-14760d8285cd","metadata":{"source_printing_ids":["0e8ccfa7-4178-476a-a155-0ca1c98556c9","2cba9d69-0a54-4a58-8d1a-25cca4f452a2","4cd54279-57f5-4cd9-b524-4f094bd2fc36","a83dad59-27a4-4dbb-bec8-f0683d6e2a67","b1653811-1c2c-4e6c-bf1c-287d1b496d51","c0698972-eb23-46c6-8eb9-49a4345f82dc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AVR","JMP","LCC","PLST","SLD"],"rulings":[{"date":"2012-05-01","text":"Damage dealt to an opponent usually causes that opponent to lose life. An opponent paying life also causes loss of life."},{"date":"2012-05-01","text":"If you and an opponent both lose life simultaneously, and this causes your life total to become 0 or less, you'll lose the game before Exquisite Blood's triggered ability can resolve."}],"rarities":["rare"]},"exsanguinate":{"name":"Exsanguinate","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each opponent loses X life. You gain life equal to the life lost this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Each opponent loses X life. You gain life equal to the life lost this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8164b1e8-3350-465e-8a17-75f57d326344","metadata":{"source_printing_ids":["0878b541-a730-49db-b062-5a01656e269d","0a5352af-e275-4186-a265-2fd3c2c47c6a","18a67eaf-b02a-4c01-a007-6c1ea96a5c08","25ffebc3-8ad4-42da-b4f2-837ae22dee72","333c8e71-fe90-408c-aabd-c5b7d83d0f03","3d9bb677-6b9a-4ccf-accc-b1a91be85b70","66d88104-c69d-4349-a4ae-4a3d855a3536","909a52bc-53f6-4654-9db7-e8f48333d765","a22f3caf-4bbe-4605-8851-4a5962ebd029","f11d7311-4066-4a5d-ba28-9857fa707a0b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","FDN","FIC","J22","J25","PLST","SOM"],"rulings":[{"date":"2011-01-01","text":"Players can lose more life than they have. For example, say you're playing a multiplayer game in which one of your opponents has 3 life and your other opponent has 10 life. If you cast Exsanguinate with X of 4, your opponents will wind up at -1 life and 6 life, respectively. You'll gain 8 life."}],"rarities":["uncommon","rare"]},"exsanguinate [25877c41-39a4-4cc3-ac4b-8f3dd06d579b]":{"name":"Exsanguinate","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each opponent loses X life. You gain life equal to the life lost this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Each opponent loses X life. You gain life equal to the life lost this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"25877c41-39a4-4cc3-ac4b-8f3dd06d579b","metadata":{"source_printing_ids":["0878b541-a730-49db-b062-5a01656e269d","0a5352af-e275-4186-a265-2fd3c2c47c6a","18a67eaf-b02a-4c01-a007-6c1ea96a5c08","25ffebc3-8ad4-42da-b4f2-837ae22dee72","333c8e71-fe90-408c-aabd-c5b7d83d0f03","3d9bb677-6b9a-4ccf-accc-b1a91be85b70","66d88104-c69d-4349-a4ae-4a3d855a3536","909a52bc-53f6-4654-9db7-e8f48333d765","a22f3caf-4bbe-4605-8851-4a5962ebd029","f11d7311-4066-4a5d-ba28-9857fa707a0b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"prepare","printings":["SOC"],"rarities":["uncommon","rare"]},"extinction event":{"name":"Extinction Event","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose odd or even. Exile each creature with mana value of the chosen quality. (Zero is even.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Choose","choice_type":"OddOrEven","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"ManaValueParity","parity":{"type":"LastNamedChoice"}}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose odd or even. Exile each creature with mana value of the chosen quality.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0a11a3a8-ee5f-4caf-bf84-c8248e07c825","metadata":{"source_printing_ids":["3cb788cd-a6ab-44a9-adcf-13bdfc3be2e8","8725a869-462b-4381-880a-b4bcc63a655b","f6bcf690-c532-4d2d-8458-78a5613a6090"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","MAR","PIKO","PRM"],"rulings":[{"date":"2020-04-17","text":"If a creature on the battlefield has {X} in its mana cost, X is considered to be 0."},{"date":"2020-04-17","text":"The mana value of a token that isn't a copy of another object is 0. A token that is a copy of another object has the same mana cost as that object."},{"date":"2020-04-17","text":"You choose odd or even while Extinction Event is resolving. Players can't take any actions between the time you make that choice and the time some creatures go extinct."}],"rarities":["rare","mythic"]},"extinguisher battleship":{"name":"Extinguisher Battleship","mana_cost":{"type":"Cost","shards":[],"generic":8},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, destroy target noncreature permanent. Then this Spacecraft deals 4 damage to each creature.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 5+.)\n5+ | Flying, trample","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Creature"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, destroy target noncreature permanent. Then ~ deals 4 damage to each creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":5},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"5+ | Flying, trample"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":10},{"type":"SetToughness","value":10}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":5},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 5+"}],"replacements":[],"color_override":null,"scryfall_oracle_id":"cce3dcc3-57bb-4b95-8b70-337c67bb3c4e","metadata":{"source_printing_ids":["5062b3a3-0ec6-4c1b-9394-e2f2e2301c43","5541cdd2-84a6-4667-83eb-fffbe5b3cd3d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"If the target permanent is an illegal target as Extinguisher Battleship’s first ability tries to resolve, it won’t resolve and none of its effects will happen. No creatures will be dealt damage."}],"rarities":["rare"]},"extravagant spirit":{"name":"Extravagant Spirit","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your upkeep, sacrifice this creature unless you pay {1} for each card in your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you pay {1} for each card in your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"ManaDynamic","quantity":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Hand","card_types":[],"scope":"Controller"}}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"6470afc0-2f67-454a-8a5b-d8dfea4b84ce","metadata":{"source_printing_ids":["99243564-9dbd-420c-922d-c17854c99d2a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ"],"rarities":["rare"]},"eye collector":{"name":"Eye Collector","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, each player mills a card. (Each player puts the top card of their library into their graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, each player mills a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"553c2006-e123-406e-ab4a-1d1f67c7468c","metadata":{"source_printing_ids":["2b9bb2f3-a7c7-4e8f-ba39-44e6acd9240b","374b02bb-8dc7-45ec-8c6b-4b9dfb52795f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","J25"],"rarities":["common"]},"ezio auditore da firenze":{"name":"Ezio Auditore da Firenze","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Menace\nAssassin spells you cast have freerunning {B}{B}. (You may cast a spell for its freerunning cost if you dealt combat damage to a player this turn with an Assassin or commander.)\nWhenever Ezio deals combat damage to a player, you may pay {W}{U}{B}{R}{G} if that player has 10 or less life. When you do, that player loses the game.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"ScopedPlayer"}}},"comparator":"LE","rhs":{"type":"Fixed","value":10}},"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may pay {W}{U}{B}{R}{G} if that player has 10 or less life. When you do, that player loses the game.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":{"Freerunning":{"type":"Cost","shards":["Black","Black"],"generic":0}}}},"affected":{"type":"Typed","type_filters":[{"Subtype":"Assassin"}],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Assassin spells you cast have freerunning {B}{B}."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"3017ac79-37f1-4cc1-8efd-4add027618a2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["07ce00ad-acb5-4418-9ea1-50eaf2273242","282a9380-01a1-4fc6-bcd4-2c8543a75eba","5a5184ac-f73a-4fdc-a531-0f577892997a","dae9ee75-30b8-4e24-af8b-031c816d3221","f7b4c94f-a38a-461c-9bb8-aadc587a1ae6"]},"legalities":{"commander":"legal","duel":"restricted","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ACR"],"rulings":[{"date":"2024-07-05","text":"Once an Assassin creature or commander you control deals combat damage to a player in a turn, you can cast spells for their freerunning costs for the rest of that turn. It doesn’t matter what happens to that Assassin or commander after that."},{"date":"2024-07-05","text":"When Ezio’s triggered ability resolves, it checks to see if that player has 10 or less life at that time. If they do, you may pay {W}{U}{B}{R}{G}. A second “reflexive” ability triggers when you pay this cost. Each player may respond to that triggered ability as normal, but it doesn’t matter what happens to the damaged player’s life total at that point; when that reflexive triggered ability resolves, that player will lose the game no matter what their life total is."}],"rarities":["mythic"]},"fable of the mirror-breaker":{"name":"Fable of the Mirror-Breaker","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter.)\nI — Create a 2/2 red Goblin Shaman creature token with \"Whenever this token attacks, create a Treasure token.\"\nII — You may discard up to two cards. If you do, draw that many cards.\nIII — Exile this Saga, then return it to the battlefield transformed under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Goblin Shaman","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Goblin","Shaman"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create a Treasure token.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"UpTo","max":{"type":"Fixed","value":2}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":true,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c0957e5e-c71b-439c-931c-9f55d2f76ace","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047","54edcc8d-dc97-5a6e-b42b-00d63b81e738","fe4dffe8-dc27-5c0d-aaa3-589a15e78f55"],"source_printing_ids":["0b696cd1-0d72-4df5-bacc-dc77e62f9a13","24c0d87b-0049-4beb-b9cb-6f813b7aa7dc","6dee0388-a78d-4b3c-a0c5-25655e14115e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["NEO","PNEO","PRM","SCH"],"rulings":[{"date":"2022-02-18","text":"A transforming double-faced card enters the battlefield with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or you cast it transformed, in which case it enters with its back face up."},{"date":"2022-02-18","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any “as [this permanent] enters the battlefield” or “[this permanent] enters the battlefield with” abilities of the copied creature card will also work."},{"date":"2022-02-18","text":"Each face of a transforming double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a transforming double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2022-02-18","text":"Each transforming double-faced card in this set is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2022-02-18","text":"If Reflection of Kiki-Jiki's ability creates multiple tokens due to a replacement effect (such as the one Doubling Season creates), you'll sacrifice each of them."},{"date":"2022-02-18","text":"If a copied creature is a token that isn't a copy of something else, the copy copies the original characteristics of that token as stated by the effect that created it."},{"date":"2022-02-18","text":"If a copied creature is copying something else, the token you create will use the copiable values of the target creature. In most cases, it will just be a copy of whatever that creature is copying."},{"date":"2022-02-18","text":"If another creature becomes a copy of, or enters the battlefield as a copy of, the token, that creature will copy the creature card the token is copying, except it will also have haste. However, you won't sacrifice the new copy at the beginning of the next end step."},{"date":"2022-02-18","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2022-02-18","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter the battlefield at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Azusa's Many Journeys, the chapter III ability will cause it to be exiled and then remain in exile."},{"date":"2022-02-18","text":"The back face of a transforming double-faced card usually has a color indicator that defines its color."},{"date":"2022-02-18","text":"The mana value of a transforming double-faced card is the mana value of its front face, no matter which face is up."},{"date":"2022-02-18","text":"The token created by Reflection of Kiki-Jiki copies exactly what was printed on the original creature (except that the copy also has haste) and nothing else (unless it's copying a creature that's a token or that's copying something else; see below). It doesn't copy whether the creature is tapped or untapped, whether it has any counters on it or Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on. Most notably, if the target creature isn't normally a creature, the copy won't be a creature."}],"rarities":["rare"]},"fabrication module":{"name":"Fabrication Module","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you get one or more {E} (energy counters), put a +1/+1 counter on target creature you control.\n{4}, {T}: You get {E}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":1}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{4}, {T}: You get {E}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"CounterPlayerAddedAll","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you get one or more {E} , put a +1/+1 counter on target creature you control.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b057c8ff-f169-41cd-a594-026f1a6cb0f9","metadata":{"source_printing_ids":["16e04542-c2fb-4c03-82e3-5252dee7fb04","c6b543c7-bddf-4732-b263-09e9817a69f8","f93a9693-f899-47ac-8ee0-3549d9333fff"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR","PLST"],"rulings":[{"date":"2016-09-20","text":"If you get multiple {E} at once, you only put one +1/+1 counter on a creature, not one counter for each {E}. If you get multiple {E} at different times, Fabrication Module's ability triggers once each time."},{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["uncommon"]},"fae offering":{"name":"Fae Offering","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if you've cast both a creature spell and a noncreature spell this turn, create a Clue token, a Food token, and a Treasure token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Clue","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Clue"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"create a Treasure token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"create a Food token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if you've cast both a creature spell and a noncreature spell this turn, create a Clue token, a Food token, and a Treasure token.","constraint":null,"condition":{"type":"And","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"885d68de-db97-4c9e-bb44-8e561a482dde","metadata":{"related_token_ids":["745fcde4-14c3-52bb-83c0-53542f42c7d0","74d281e4-6c2a-53c2-b0ea-253ef143d22c","84539a0d-a9c4-532f-83b9-71197f3c5225","af87e130-3b6a-589f-959b-301f7269a7fa","b0e0f943-429b-5075-a61d-22338c7dfcf6","e7b91ed4-09bc-5999-9f8c-e60a09b645ee"],"source_printing_ids":["4462f57d-5214-4b0e-a963-e0077741aad1","9de8307a-7da3-4a4c-98dc-d6624b1f869d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH2","PLST"],"rulings":[{"date":"2021-06-18","text":"Creating a Clue token this way isn't the same thing as investigating. Notably, an ability that triggers whenever you investigate won't trigger because Fae Offering's ability created a Clue token."},{"date":"2021-06-18","text":"If an effect replaces the number or type of tokens you would create, it applies to each of these tokens individually. For example, if you control Fae Offering and Academy Manufactor, you will create three of each type when the triggered ability resolves."},{"date":"2021-06-18","text":"It doesn't matter what happened to the spells after you cast them. They each may have resolved, been countered, failed to resolve for some other reason, or another player may have gained control of them. As long as you cast a creature spell and a noncreature spell that turn, the ability will trigger."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["uncommon"]},"faeburrow elder":{"name":"Faeburrow Elder","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Treefolk","Druid"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nThis creature gets +1/+1 for each color among permanents you control.\n{T}: For each color among permanents you control, add one mana of that color.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: For each color among permanents you control, add one mana of that color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each color among permanents you control."}],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"70a6f08e-854d-4e2f-9d8c-c45ec3231157","metadata":{"source_printing_ids":["145dcac4-2c53-4ae9-9ede-24dc07474b01","1ca29912-88b1-413f-ad9d-63d7d1b1ca16","4d7fc4e6-e229-431f-8f8d-8464fb410724","5224f47f-9c49-413a-aca2-695523ef29a4","77d54dca-d09b-49a6-a446-8144a7db6711","9d736aef-8c9b-43bf-8214-7cf0a0ee968f","c817cf1f-c0fe-49ab-a8e9-1d09b4c15e57","cc472a09-7634-429e-a594-94491aabed5c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","DMC","ECC","ELD","PELD","PLST","SLD","TDC"],"rulings":[{"date":"2019-10-04","text":"Faeburrow Elder's middle ability can give it at most +5/+5, that is, +1/+1 each for white, blue, black, red, and green. \"Gold,\" \"multicolor,\" and \"colorless\" aren't colors. Similarly, Faeburrow Elder's last ability can produce at most five mana."},{"date":"2019-10-04","text":"Since Faeburrow Elder is a green and white permanent, its middle ability usually gives it at least +2/+2 and its last ability usually produces at least {G}{W}."}],"rarities":["rare"]},"faerie impostor":{"name":"Faerie Impostor","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, sacrifice it unless you return another creature you control to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you return another creature you control to its owner's hand.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"ReturnToHand","count":1,"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0d78ba2c-4de0-47d9-b1b9-13dc9de8844b","metadata":{"source_printing_ids":["7dfddc9d-85f6-4b37-9973-14c69f6818ec","cdec8e65-8914-4a7a-9ed0-991a73242f3f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["DDN","RTR"],"rulings":[{"date":"2012-10-01","text":"Returning another creature you control to its owner’s hand is optional. You may choose to sacrifice Faerie Impostor, even if you could return a creature."}],"rarities":["uncommon"]},"faerie mastermind":{"name":"Faerie Mastermind","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nWhenever an opponent draws their second card each turn, you draw a card.\n{3}{U}: Each player draws a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{U}: Each player draws a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws their second card each turn, you draw a card.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a984db23-40ea-428d-829f-e944267280f8","metadata":{"source_printing_ids":["52d3005f-a1c7-4ef5-911f-ccc0752f4181","bc9a7599-3c7d-4b83-bff3-e3d1f20f1b0f","ddb3321c-6b3f-4e7e-8557-b90855ff48cd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM","SOC"],"rulings":[{"date":"2023-04-14","text":"Faerie Mastermind doesn't need to have been under your control when the first card is drawn for its ability to trigger. As long as you control it when an opponent draws their second card in a turn, that ability will trigger."}],"rarities":["rare"]},"fairgrounds trumpeter":{"name":"Fairgrounds Trumpeter","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elephant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if a +1/+1 counter was put on a permanent under your control this turn, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if a +1/+1 counter was put on a permanent under your control this turn, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"CounterAddedThisTurn","actor":"All","counters":{"type":"OfType","data":"P1P1"},"target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3dfc6a52-d58c-4455-96fe-ec193743d67a","metadata":{"source_printing_ids":["65983338-8806-4386-94a6-4670eb853848","f2c6408b-9e24-4bf5-b0d0-a4cda3069b1c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","MOM"],"rulings":[{"date":"2016-09-20","text":"Fairgrounds Trumpeter's ability triggers if, at any point during this turn, a +1/+1 counter was placed on a permanent that you controlled as the counter was placed. It doesn't matter whether you still control the permanent or whether it still has a counter."},{"date":"2016-09-20","text":"If a +1/+1 counter hasn't been placed yet at the moment an end step begins, Fairgrounds Trumpeter's ability doesn't trigger at all. If another ability triggers during the end step and puts a +1/+1 counter on a permanent you control, you won't put an additional +1/+1 counter on Fairgrounds Trumpeter."}],"rarities":["common","uncommon"]},"faith's fetters":{"name":"Faith's Fetters","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant permanent\nWhen this Aura enters, you gain 4 life.\nEnchanted permanent can't attack or block, and its activated abilities can't be activated unless they're mana abilities.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 4 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantAttackOrBlock","affected":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted permanent can't attack or block, and its activated abilities can't be activated unless they're mana abilities."},{"mode":{"CantBeActivated":{"who":"AllPlayers","source_filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"exemption":"ManaAbilities"}},"affected":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted permanent can't attack or block, and its activated abilities can't be activated unless they're mana abilities."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2b2d76f5-4c9b-49dc-b202-68095e2d9b29","metadata":{"source_printing_ids":["04a7da8c-a444-4deb-89b9-2fc9e5475bff","08b62f4c-cc20-40b6-a504-407d53bdf2aa","1c8e887e-bf53-44e3-b3e5-d00d8974d0b3","4c943591-3674-444d-bec1-1d7b0dde6077","5b8ffba3-44a9-41ce-a5a1-37413346db2f","8a3842f9-5f77-49a9-b027-85c27c312480","8e742d49-e6f0-4016-ba4c-11878fad89cb","a5ef45fc-d431-4a24-9566-e52b5c4a06ca","af68753a-9507-4fc8-b981-78ebcdabec6d","c183a894-c06b-4941-97a2-f4f80da491a0","dc226022-c422-4e9d-a359-5c2104e0a5f2","f5d14ec7-f62a-435a-8a8a-5ae205b4156e","fac38053-817d-4e0c-b6cc-81b6b92e652f","fe653236-c5c1-4dcd-95cd-3c53f1e256ef"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C15","CM2","CMR","DDC","DVD","EMA","J22","J25","M21","PLST","RAV","RVR","TD0","UMA"],"rulings":[{"date":"2020-11-10","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keywords (such as equip) are activated abilities and will have colons in their reminder text. Loyalty abilities of planeswalkers are activated abilities."},{"date":"2020-11-10","text":"Faith's Fetters doesn't stop static abilities, triggered abilities, or mana abilities from working. A mana ability is an ability that produces mana, not an ability that costs mana."},{"date":"2020-11-10","text":"If the target permanent is an illegal target by the time Faith's Fetters tries to resolve, it doesn't resolve. It won't enter the battlefield, so its enters-the-battlefield ability won't trigger."}],"rarities":["common","uncommon"]},"faller's faithful":{"name":"Faller's Faithful","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, destroy up to one other target creature. If that creature wasn't dealt damage this turn, its controller draws two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"HasObjectTarget"},{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"WasDealtDamageThisTurn"}]},"use_lki":true}}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, destroy up to one other target creature. If that creature wasn't dealt damage this turn, its controller draws two cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"df7500e8-76b4-49b3-a427-9a28ffa14637","metadata":{"source_printing_ids":["cbb1b46f-72e0-4c2f-8012-74529bd29a0d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"farseeing flockmate":{"name":"Farseeing Flockmate","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nFlying backup (When this creature enters the battlefield, put a flying counter on target creature. If that's another creature, it also gains the following ability until end of turn.)\nWhenever this creature deals combat damage to a player, planeswalker, or battle, surveil 1.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Flying backup"},"cost":null,"sub_ability":null,"duration":null,"description":"Flying backup","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, planeswalker, or battle, surveil 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"17c125b7-3c1c-4e44-98cb-11ea79e282c8","metadata":{"source_printing_ids":["9fafc6d4-0df8-4876-bcfc-a1bee01bc461"]},"legalities":{},"printings":["UNK"],"rarities":["uncommon"]},"fastbond":{"name":"Fastbond","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may play any number of lands on each of your turns.\nWhenever you play a land, if it wasn't the first land you played this turn, this enchantment deals 1 damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LandPlayed","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you play a land, if it wasn't the first land you played this turn, ~ deals 1 damage to you.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LandsPlayedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":2}},"batched":false}],"static_abilities":[{"mode":{"AdditionalLandDrop":{"count":255}},"affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play any number of lands on each of your turns."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e27193b7-1a47-4555-865d-b1fd4c6d597f","metadata":{"source_printing_ids":["16c5bf5d-c15d-408a-a9b9-bf26cb00024c","368bcae1-1750-4a1a-9d9e-14eb3ed8e50b","3872343b-a9f0-4fcb-b9db-991bcdc1d71f","64b52b42-e2af-4040-b7ba-34cc292af7ef","79c291b1-bbe1-42f9-8b8d-14afec9c218a","9ded52aa-67a2-4476-a278-1eea936b3248","a575a9af-e1de-4a1d-91d8-440585377e4f","c71123b5-6be5-4c3c-972a-0aad3db1a694","daf43523-558c-4701-9fa3-5d1ceb82a006","f48ed192-c1a1-437a-80dd-647a616b46e3"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"legal"},"printings":["2ED","30A","3ED","CED","CEI","FBB","LEA","LEB","ME4","SUM","VMA"],"rulings":[{"date":"2004-10-04","text":"You do not take damage when you \"put a land onto the battlefield\" through the effect of a spell or ability."},{"date":"2004-10-04","text":"You take damage when you play a land using the \"play a land\" action. Such an action can be your regular \"play a land\", one enabled by Fastbond, or ones enabled through other effects."}],"rarities":["rare","mythic"]},"fatal fissure":{"name":"Fatal Fissure","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose target creature. When that creature dies this turn, you earthbend 4. (Target land you control becomes a 0/0 creature with haste that's still a land. Put four +1/+1 counters on it. When it dies or is exiled, return it to the battlefield tapped.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDies","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose target creature. When that creature dies this turn, you earthbend 4.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"202e45d6-8c7a-46db-85fb-634aa77b4097","metadata":{"source_printing_ids":["3343933d-4425-4ede-8d92-876bd0c6df60"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rarities":["uncommon"]},"fatal push":{"name":"Fatal Push","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature if it has mana value 2 or less.\nRevolt — Destroy that creature if it has mana value 4 or less instead if a permanent left the battlefield under your control this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Revolt — Destroy that creature if it has mana value 4 or less instead if a permanent left the battlefield under your control this turn.","target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"And","conditions":[{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}}]},"use_lki":false}]}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Destroy target creature if it has mana value 2 or less.","target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":2}}]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"16437a83-be52-44cd-a768-a767c9347eb2","metadata":{"source_printing_ids":["1e25869c-06bf-4724-beda-e63e00ca2a9d","2430f223-edb2-402b-a85b-5d328323992d","387c9f62-6a93-4c88-bdaf-205717d91216","3a51438f-d3fc-4e55-9866-fe2d19eadb54","3bd6221a-cea2-4b5a-bee7-22dd60362e26","5427d8a6-ac9e-4e50-bd39-81713b2ade25","67bfa45e-6e52-4752-9869-d878cddd6026","6e9d8fe4-fd9b-4923-92bf-7dd6b8fa02e7","841fefda-5da3-455e-9f11-1ef5c97c1b0d","86d1119d-7585-4699-8649-e3743c02d7a9","8779045c-c592-4692-845f-2c5e228ea396","b5e81649-9954-424c-89d1-f87d73b66047","b9a50516-a20f-4e6e-b4f2-0049b673f942","dc187caf-3551-4d6a-8cdd-42c5d08bfaf2","e6949e85-2db2-43a7-93bd-485c7b196298"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","ACR","AER","F17","FCA","KLR","PLST","PRM","SLD","SLP"],"rulings":[{"date":"2020-08-07","text":"Fatal Push can target any creature, even one with mana value 5 or greater. The creature's mana value is checked only as Fatal Push resolves."},{"date":"2020-08-07","text":"If a creature on the battlefield has {X} in its mana cost, X is considered to be 0."},{"date":"2020-08-07","text":"Revolt abilities don't care why the permanent left the battlefield, who caused it to move, or where it moved to. They're equally satisfied by an artifact you sacrificed to pay a cost, a creature you controlled that was destroyed by Cast Down, or an enchantment you returned to your hand with Cyclonic Rift."},{"date":"2020-08-07","text":"Tokens that leave the battlefield will satisfy a revolt ability."}],"rarities":["uncommon","rare"]},"fateful handoff":{"name":"Fateful Handoff","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw cards equal to the mana value of target artifact or creature you control. An opponent gains control of that permanent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"TargetObjectManaValue","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Draw cards equal to the mana value of target artifact or creature you control. An opponent gains control of that permanent.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1ecde43f-e418-437b-8b8f-efe120f96cb3","metadata":{"source_printing_ids":["0bbed8f9-3615-428b-8d0d-18291c5a99be","a15095c3-b9a1-43e2-8140-2a73a89336de","b2d19ec6-2c0d-4807-9255-feb61181c531","e6237ee9-66e6-4a56-9aa3-02ece754b12e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","PBRO","PRM"],"rulings":[{"date":"2022-10-14","text":"If an artifact or creature on the battlefield has {X} in its mana cost, X is 0."},{"date":"2022-10-14","text":"The mana value of an artifact creature that was cast as a prototype is based on the prototype mana cost rather than the card's usual mana cost."}],"rarities":["rare"]},"fathom fleet swordjack":{"name":"Fathom Fleet Swordjack","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Orc","Pirate"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, it deals damage to the player or planeswalker it's attacking equal to the number of artifacts you control.\nEncore {5}{R} ({5}{R}, Exile this card from your graveyard: For each opponent, create a token copy that attacks that opponent this turn if able. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Encore":{"type":"Cost","shards":["Red"],"generic":5}}],"abilities":[{"kind":"Activated","effect":{"type":"Encore"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":5}},{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}},"target":{"type":"Or","filters":[{"type":"ParentTarget"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it deals damage to the player or planeswalker it's attacking equal to the number of artifacts you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"77828ebf-58d2-4aca-ae6f-0efa50d5d640","parse_warnings":[{"type":"IgnoredRemainder","text":"it's attacking","parser":"deal-damage","line_index":0},{"type":"IgnoredRemainder","text":"it's attacking","parser":"deal-damage","line_index":0}],"metadata":{"related_token_ids":["cf04eb05-5d99-5015-921c-d7df230b0341"],"source_printing_ids":["53c267b7-dbd6-43c5-9741-10f635bff4b1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR"],"rulings":[{"date":"2020-11-10","text":"Each token must attack the appropriate player if able."},{"date":"2020-11-10","text":"Exiling the card with encore is a cost to activate the ability. Once you announce that you're activating it, no player may take actions until you've finished. They can't try to remove the card from your graveyard to stop you from paying the cost."},{"date":"2020-11-10","text":"If Fathom Fleet Swordjack leaves the battlefield after its triggered ability triggers but before it resolves, the ability will resolve as normal. The player or planeswalker it was attacking will be dealt damage. On the other hand, if it remains on the battlefield but leaves combat before its triggered ability resolves, no player or planeswalker is dealt damage."},{"date":"2020-11-10","text":"If one of the tokens can't attack for any reason (such as being tapped), then it doesn't attack. If there's a cost associated with having it attack, you aren't forced to pay that cost, so it doesn't have to attack in that case either."},{"date":"2020-11-10","text":"If one of the tokens somehow is under another player's control as the delayed triggered ability resolves, you can't sacrifice that token. It remains on the battlefield indefinitely, even if you regain control of it later."},{"date":"2020-11-10","text":"Opponents who have left the game aren't counted when determining how many tokens to create."},{"date":"2020-11-10","text":"The tokens copy only what's on the original card. Effects that modified that creature when it was previously on the battlefield won't be copied."},{"date":"2023-07-28","text":"If an effect stops a token from attacking a specific player, that token can attack any player, planeswalker, or battle, or not attack at all. If the effect stops the token from attacking a specific player unless a cost is paid, you don't have to pay that cost unless you want to attack that player."}],"rarities":["uncommon"]},"fathom mage":{"name":"Fathom Mage","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Evolve (Whenever a creature you control enters, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)\nWhenever a +1/+1 counter is put on this creature, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Evolve"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a +1/+1 counter is put on ~, you may draw a card.","constraint":null,"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false},{"mode":"Evolve","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on this creature","target_prompt":null,"ability_tag":{"type":"Evolve"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.100a: Evolve — whenever a creature you control enters with greater power or toughness than ~, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"93d0e129-e3b5-4aff-9e50-f34771ed00ff","metadata":{"source_printing_ids":["1de2a543-7079-4d47-8673-9905a041c1d4","22be6c55-f95e-498e-b6d2-65b7ed57d2d3","33d534b6-524f-4d5a-8a7b-7c0b01a50304","4bb9c7e1-46a6-4acf-8415-221d9c9d9d23","4fa311f1-f11e-492d-9f18-e7489f950be7","60170cd6-a89a-4d3f-a707-8e2f326023cc","c712dd7a-ba97-4161-9f9b-2405254e0f62","cbb9c5be-4bca-4c59-bbfc-50378e0404df"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C16","CM2","CMR","FIC","GK2","GTC","NCC","PGTC","PLST","PRM"],"rulings":[{"date":"2013-01-24","text":"Fathom Mage's last ability will trigger whenever any +1/+1 counter is placed on it, not just ones due to the evolve ability."},{"date":"2013-01-24","text":"If Fathom Mage enters with a +1/+1 counter on it (perhaps due to Master Biomancer), its last ability will trigger once for each +1/+1 counter it entered with."},{"date":"2013-01-24","text":"If multiple +1/+1 counters are placed on Fathom Mage simultaneously, its last ability will trigger once for each of those counters."}],"rarities":["rare"]},"favorable winds":{"name":"Favorable Winds","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control with flying get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Flying"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with flying get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2361ca87-6352-4ba3-8d91-b3d71242914d","metadata":{"source_printing_ids":["2cba6652-a367-492a-add6-3f9f9197c463","4cbd57f1-9883-40a4-9b52-1649cee83815","adfe8174-4e75-4e8f-b59c-f80a98492b5f","cc11f0f5-ecdc-42a7-9f6a-ecdd44dbc0a2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AVR","CNS","GNT","SCD","XLN"],"rarities":["uncommon"]},"favored hoplite":{"name":"Favored Hoplite","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Heroic — Whenever you cast a spell that targets this creature, put a +1/+1 counter on this creature and prevent all damage that would be dealt to it this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"AllDamage"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Targets","filter":{"type":"SelfRef"}}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell that targets ~, put a +1/+1 counter on ~ and prevent all damage that would be dealt to it this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"145a15f9-89a9-4eb7-9924-e768f17e7e68","metadata":{"source_printing_ids":["19a43ca9-50ce-41b7-b8ef-8a5810edf254","251015ed-9408-4941-894a-158551ed2613"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EA1","J25","THS"],"rulings":[{"date":"2013-09-15","text":"Heroic abilities will resolve before the spell that caused them to trigger."},{"date":"2013-09-15","text":"Heroic abilities will trigger only once per spell, even if that spell targets the creature with the heroic ability multiple times."},{"date":"2013-09-15","text":"Heroic abilities won't trigger when a copy of a spell is created on the stack or when a spell's targets are changed to include a creature with a heroic ability."}],"rarities":["uncommon"]},"fblthp, lost on the range":{"name":"Fblthp, Lost on the Range","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Homunculus"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Ward {2}\nYou may look at the top card of your library any time.\nThe top card of your library has plot. The plot cost is equal to its mana cost.\nYou may plot nonland cards from the top of your library.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":"TopOfLibraryHasPlot","affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The top card of your library has plot. The plot cost is equal to its mana cost."},{"mode":"TopOfLibraryPlotPermission","affected":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may plot nonland cards from the top of your library."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"764f6412-c4ff-4eec-9a9d-870661f97f8b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["01d3e6ea-4791-4948-af22-c1bd04c34c1e","51bbf861-448b-455b-8922-38515ba65c40"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"Exiling a card using its plot ability is a special action. Once you announce you're taking that action, no other player can respond by trying to remove that card from your hand."},{"date":"2024-04-12","text":"If a plotted card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-04-12","text":"If the top card of your library normally has plot, you may plot that card using its own plot cost or the plot cost given to it by Fblthp."},{"date":"2024-04-12","text":"If you plot the top card of your library, you must exile that card and pay its plot cost before you may look at the new top card of your library."},{"date":"2024-04-12","text":"If you're casting a plotted card from exile without paying its mana cost, you can't choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the plotted card has any mandatory additional costs, those must still be paid to cast the spell."},{"date":"2024-04-12","text":"Plot abilities are written \"Plot [cost],\" which means \"Any time you have priority during your main phase while the stack is empty, you may pay [cost] and exile this card from your hand. It becomes plotted.\""},{"date":"2024-04-12","text":"While you control Fblthp, you can look at the top card of your library whenever you want (with one restriction; see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2024-04-12","text":"You can't cast a plotted card on the same turn it became plotted. On any future turn, you may cast that card from exile without paying its mana cost during your main phase while the stack is empty."},{"date":"2024-06-07","text":"If an instant or a card with flash is plotted this way, you can still cast it only when you have priority during your main phase while the stack is empty."}],"rarities":["rare"]},"fblthp, the lost":{"name":"Fblthp, the Lost","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Homunculus"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When Fblthp enters, draw a card. If it entered from your library or was cast from your library, draw two cards instead.\nWhen Fblthp becomes the target of a spell, shuffle Fblthp into its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"Or","conditions":[{"type":"ZoneChangeObjectMatchesFilter","origin":"Library","destination":"Battlefield","filter":{"type":"Any"}},{"type":"CastFromZone","zone":"Library"}]}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card. If it entered from your library or was cast from your library, draw two cards instead.","constraint":null,"condition":null,"batched":false},{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"StackSpell"},"description":"When ~ becomes the target of a spell, shuffle ~ into its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ba5a7ac0-b625-42e9-af05-2680a01a95ed","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0b168b85-323c-4d95-80a5-851988522606","52558748-6893-4c72-a9e2-e87d31796b59","597a8a8f-84ff-4041-9c99-938454a47951","69c00ed3-cd79-4921-a6cd-a6b7f89eb53c","79b2c547-0d9e-4fd7-a399-347ad908c70b","f7308076-755c-4508-8920-5a6641a17a8a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","PWAR","RVR","SLD","TSR","WAR"],"rulings":[{"date":"2021-03-19","text":"Fblthp's last ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2021-03-19","text":"Fblthp's last ability triggers only if it's on the battlefield when it becomes the target of a spell."},{"date":"2021-03-19","text":"If an effect exiles Fblthp from your library and then lets you cast that card, it's cast from exile, not from your library."},{"date":"2021-03-19","text":"If the spell that targets Fblthp has no other targets, it won't resolve (because it no longer has a legal target after Fblthp has gotten totally lost in your library)."},{"date":"2021-03-19","text":"There's normally no way to cast Fblthp from your library or to have it enter the battlefield from your library. You'll have to use other effects to find Fblthp for the bonus card draw."}],"rarities":["rare","special"]},"fear":{"name":"Fear","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature (Target a creature as you cast this. This card enters attached to that creature.)\nEnchanted creature has fear. (It can't be blocked except by artifact creatures and/or black creatures.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Fear"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has fear."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"355bbe9b-59bf-470f-8600-410af4c7fe18","metadata":{"source_printing_ids":["0cd927be-e63f-4371-a1d8-7a0489cb187e","126c1b02-01bd-4b70-9293-a89173b4cd32","1d28b0f2-ea67-41ff-a187-356eef227bc0","3f9b6fcd-129b-4c94-b216-d065485ba736","5709398f-0744-4780-a1d2-eead96c8f348","5da4136b-ad5b-4234-a476-90e1dcae00c6","67830531-970a-4339-8673-40954376455d","68f38700-502f-4442-8563-6f47fc71b272","6c6b2afc-d4f5-47fb-abda-fc3de8bdacaa","74e5ccd6-8b39-4bbf-b2a1-901a6058498f","847d8686-bed4-4f90-af4d-bdfc6195ed42","880a95a6-e0f1-4522-81c4-63b5a153fb23","9036d3b2-f13d-4cfd-aab3-2dd1f0dd3479","9281972f-1077-40bb-b381-e2ce9def5c94","b18630f0-29de-4437-9c69-5f61b6f6fda5","bb729a6b-7efc-4b94-9221-cba25f6506dc","bcf93999-b7aa-428b-8cfd-3213d8ebcba5","c917d05d-395d-4e2f-aecc-616ae9aa9b5b","d8fa57eb-e307-4104-a291-c6cbfa235816","e48c7fd2-860e-4266-b8c0-f6d48f52b851","ee9a9a20-10e5-49ea-9c98-c1fabe123c2f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","CED","CEI","FBB","ICE","LEA","LEB","SUM"],"rarities":["common"]},"fear of burning alive":{"name":"Fear of Burning Alive","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Nightmare"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, it deals 4 damage to each opponent.\nDelirium — Whenever a source you control deals noncombat damage to an opponent, if there are four or more card types among cards in your graveyard, this creature deals that amount of damage to target creature that player controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":4},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals 4 damage to each opponent.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"TriggeringPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"NoncombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a source you control deals noncombat damage to an opponent, if there are four or more card types among cards in your graveyard, ~ deals that amount of damage to target creature that player controls.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0ae74149-60fc-407a-8782-8865458606b5","metadata":{"source_printing_ids":["b282f8e3-8b79-47e9-8c18-62284211442b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"Combat damage is the damage that's dealt automatically by attacking and blocking creatures. Any other damage is noncombat damage, even if it's dealt during a combat phase by an attacking or blocking creature."},{"date":"2024-09-20","text":"Fear of Burning Alive's last ability deals damage equal to the amount of noncombat damage dealt by the source that dealt damage to an opponent."},{"date":"2024-09-20","text":"If a source you control deals noncombat damage to multiple opponents simultaneously while there are four or more card types among cards in your graveyard, Fear of Burning Alive's last ability will trigger once for each opponent dealt noncombat damage this way."}],"rarities":["uncommon"]},"fear of immobility":{"name":"Fear of Immobility","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Nightmare"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, tap up to one target creature. If an opponent controls that creature, put a stun counter on it. (If a permanent with a stun counter would become untapped, remove one from it instead.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"HasObjectTarget"},{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"use_lki":false}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, tap up to one target creature. If an opponent controls that creature, put a stun counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fb2600a8-0ba6-4888-ac8a-f206469d4c71","metadata":{"source_printing_ids":["9220c8fa-6ef7-4bc1-acb9-fc54cc43e498"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["common"]},"fear of infinity":{"name":"Fear of Infinity","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Nightmare"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nThis creature can't block.\nEerie — Whenever an enchantment you control enters and whenever you fully unlock a Room, you may return this card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an enchantment you control enters, you may return this card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false},{"mode":"FullyUnlock","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Room"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you fully unlock a Room, you may return this card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"018327d1-a3ba-4912-9c88-f0f0c54a1750","metadata":{"source_printing_ids":["81756844-c642-406f-842d-35c1e404fec0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"An ability that triggers \"whenever you fully unlock a Room\" triggers when a door becomes unlocked and the other door of that Room is already unlocked, or when both doors of that Room become unlocked simultaneously."},{"date":"2024-09-20","text":"If a permanent with an eerie ability enters at the same time as one or more enchantments, its ability will trigger for each of those enchantments."}],"rarities":["uncommon"]},"fear of missing out":{"name":"Fear of Missing Out","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Nightmare"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, discard a card, then draw a card.\nDelirium — Whenever this creature attacks for the first time each turn, if there are four or more card types among cards in your graveyard, untap target creature. After this phase, there is an additional combat phase.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, discard a card, then draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks for the first time each turn, if there are four or more card types among cards in your graveyard, untap target creature. After this phase, there is an additional combat phase.","constraint":{"type":"OncePerTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"236ce592-1321-4a7c-b695-fd84496f8924","metadata":{"source_printing_ids":["45b924a5-6533-4ca6-bd2e-32debdfb6c08","9d48aaff-46ab-411b-9456-171d4709f951"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"Fear of Missing Out's last ability doesn't give you any additional main phases. This means that you will move directly from the end of combat step of one combat phase to the beginning of combat step of the next one."},{"date":"2024-09-20","text":"If the target creature is an illegal target as Fear of Missing Out's last ability tries to resolve, it won't resolve and none of its effects will happen. There won't be an additional combat phase."}],"rarities":["rare"]},"feed the clan":{"name":"Feed the Clan","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You gain 5 life.\nFerocious — You gain 10 life instead if you control a creature with power 4 or greater.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":5}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":10}},"cost":null,"sub_ability":null,"duration":null,"description":"Ferocious — You gain 10 life instead if you control a creature with power 4 or greater.","target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"You gain 5 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f70f1f2e-7277-4bc9-b0bb-b44a1da2c62f","metadata":{"source_printing_ids":["52f7c53d-0b53-400f-aa67-967547f3e394","77831010-ac49-4456-ac6a-989cb024856f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KTK","PLST"],"rulings":[{"date":"2014-09-20","text":"Ferocious abilities of instants and sorceries that don’t use the word “instead” will provide an additional effect if you control a creature with power 4 or greater as they resolve."},{"date":"2014-09-20","text":"Some ferocious abilities that appear on instants and sorceries use the word “instead.” These spells have an upgraded effect if you control a creature with power 4 or greater as they resolve. For these, you only get the upgraded effect, not both effects."}],"rarities":["common"]},"feed the swarm":{"name":"Feed the Swarm","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature or enchantment an opponent controls. You lose life equal to that permanent's mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"Opponent","properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target creature or enchantment an opponent controls. You lose life equal to that permanent's mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5825997b-10d7-4a36-972c-a80ddd90b8ed","metadata":{"source_printing_ids":["029e2a27-46f2-44fa-ac7c-462c69feab95","0be3e9b2-db8f-4b1f-8f22-e2e897ed83d6","0c8edbe0-cc47-4c83-89be-b2e10c996665","1b59ea9f-77b1-42a6-bf1f-66f44e9407bd","1d0ce1dd-befa-428b-b7e9-2c71e328f8b1","1fd9c17b-0cbb-49b7-8fb8-6a6f319f6a05","2246c098-1071-4cc3-a60a-802406e2827b","2aa3218c-c1ca-487a-8acc-fc8554fdd5a6","446a6f55-8b25-45ff-95e2-c8ab33484551","57a77cbc-cbe9-44b4-9651-6967a02c7e75","5f782dca-4e1b-4b02-81c7-9df633053e78","712c609e-5989-4e38-898f-83e0a913c977","7d95a0e0-d609-451b-b045-85990eede219","840d02c6-3d9c-47cd-9307-978d03380d0f","97ba4f5c-6336-49ed-bea4-90b745276284","9f48e48d-6bc5-4f9c-9c3e-457cf6632cf5","a041cfe3-a02d-41e2-aea3-76bc2bacc10e","a3bad7f1-0b02-4499-a2e2-4625d01e3710","a776f96b-01bf-430a-b1ad-9f4651070610","c5ca70f4-2fb2-4e0b-b1d6-c9220766807f","cf10e116-d1da-4570-be0e-c597a9e75d72","e66d4541-160c-4137-98e7-0eaa692c7d7a","ee24a696-77ce-41d7-86cd-5999f879134b","f6b2eba7-862a-4efd-9f65-065fb2070855","f86c30e0-35f3-4da8-a28c-722254b1bbe4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BRC","C21","CLB","CMM","DSC","FDN","LCC","LTC","MAR","MIC","NCC","OMB","OTC","PLST","SCD","SLD","SOA","TDC","TLE","VOC","WHO","ZNR"],"rulings":[{"date":"2024-11-08","text":"If a permanent on the battlefield has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2024-11-08","text":"If the target permanent is an illegal target by the time Feed the Swarm tries to resolve, the spell doesn't resolve. You don't lose any life. If the target is legal but not destroyed (most likely because it has indestructible), you do lose life."},{"date":"2024-11-08","text":"The amount of life you lose is determined by the permanent's mana value as it last existed on the battlefield."}],"rarities":["common","uncommon","rare","mythic"]},"felidar guardian":{"name":"Felidar Guardian","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Beast"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may exile another target permanent you control, then return that card to the battlefield under its owner's control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile another target permanent you control, then return that card to the battlefield under its owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"33869ba6-13e5-4e48-8963-92f7965648fb","metadata":{"source_printing_ids":["44bdbed8-5d21-4bf5-8a32-9623b1139c85","867e19dd-53f9-484c-9ece-1401e2a219a6","9b464549-a84d-44bf-a684-d59db5babc6d","b8adc1ba-969c-4597-ba96-7469669bf0bb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"banned","vintage":"legal"},"printings":["AER","PLST","SLD"],"rulings":[{"date":"2017-02-09","text":"After the permanent returns to the battlefield, it will be a new object with no connection to the permanent that was exiled. It won’t have any additional abilities it may have had when it was exiled. Any +1/+1 counters on it or Auras attached to it are removed, and any Equipment will no longer be attached."},{"date":"2017-02-09","text":"If a creature token is exiled this way, it will cease to exist and will not return to the battlefield."}],"rarities":["uncommon","rare"]},"fell gravship":{"name":"Fell Gravship","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, mill three cards, then return a creature or Spacecraft card from your graveyard to your hand.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n8+ | Flying, lifelink","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":[{"Subtype":"Spacecraft"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, mill three cards, then return a creature or Spacecraft card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying, lifelink"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":2}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1a82be68-3b74-4dfc-9068-3abea61db709","metadata":{"source_printing_ids":["e94b130d-3547-43c5-a319-5ebc571c2e2d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"fertile ground":{"name":"Fertile Ground","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant land\nWhenever enchanted land is tapped for mana, its controller adds an additional one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"],"contribution":"Additional"},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"TriggeringPlayer"}},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted land is tapped for mana, its controller adds an additional one mana of any color.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"cf14d4e5-5965-45ad-97f7-26facf2884b5","metadata":{"source_printing_ids":["05edfbbc-34e8-4046-966c-3a979468b95e","091dda35-59e5-456d-8804-61513a610aed","0ade2db8-482e-42b0-939c-492dfbbe3b68","229a4a86-b9ce-415c-9343-db4211cac7b8","5e1fbfce-9677-4ae2-b525-1bb371c8e109","7014841f-c3ad-4ce1-b008-e7410002be6f","70f6d44d-f205-4116-87aa-3c57d38684aa","72496b94-c039-49f4-8fa8-935d81c97824","789e3582-b541-4916-ac7e-015214d7a27a","83778d03-6196-4994-8f78-4db6cec823fb","88d3b2bb-2be0-4de9-9de0-1a07da693e4f","8b464b6e-7c75-4929-9cfe-f520cea16fab","c1797305-1cb0-4330-a6f2-66951037e9be","d5cd7e29-db55-472b-878e-02cbb46afe9e","f57840d7-d411-4f16-ba84-314ac63023ac"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","AFC","BBD","BRB","C18","DDE","ECC","HOP","INV","LRW","PIP","PLST","PSAL","SLD","TD0","USG","WOC"],"rarities":["common"]},"fervent charge":{"name":"Fervent Charge","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control attacks, it gets +2/+2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control attacks, it gets +2/+2 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"6226db2b-d1a8-4c41-b802-67d3f65d2ca3","metadata":{"source_printing_ids":["06b2b8a4-3174-4188-959c-f456f9fcd563","ca785ef8-f893-4c48-83c1-6886b0dc43c4","d610a9d5-c650-45ad-a9b0-b55113701e05","d64cd0a6-401b-4281-a7e0-ed7059e5596c","dd2a0286-a16d-4e48-a295-da8232ddc9c7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["APC","PIP"],"rarities":["rare"]},"festival of embers":{"name":"Festival of Embers","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"During your turn, you may cast instant and sorcery spells from your graveyard by paying 1 life in addition to their other costs.\nIf a card or token would be put into your graveyard from anywhere, exile it instead.\n{1}{R}: Sacrifice this enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{R}: Sacrifice ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast","extra_cost":{"cost":{"type":"PayLife","amount":{"type":"Fixed","value":1}},"mode":"Additional"}}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"modifications":[],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, you may cast instant and sorcery spells from your graveyard by paying 1 life in addition to their other costs."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a card or token would be put into your graveyard from anywhere, exile it instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2de138b0-3159-4a0c-a474-a4e5600b2e51","metadata":{"source_printing_ids":["02134775-9c86-4f1a-af2e-5c1f531038fe","4433ee12-2013-4fdc-979f-ae065f63a527"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"If Festival of Embers is destroyed by a spell, Festivals of Embers will be exiled and then the spell will be put into its owner’s graveyard."},{"date":"2024-07-26","text":"If you discard a card while you control Festival of Embers, abilities that function when that card is discarded (such as madness) still work even though that card never reaches a graveyard. In addition, spells or abilities that check the characteristics of a discarded card can find that card in exile."},{"date":"2024-07-26","text":"When Festival of Embers’s last ability resolves, it will be exiled."},{"date":"2024-07-26","text":"While you control Festival of Embers, abilities that trigger whenever a creature you own dies won’t trigger because those cards and tokens are never put into your graveyard."}],"rarities":["rare"]},"field marshal":{"name":"Field Marshal","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Other Soldier creatures get +1/+1 and have first strike. (They deal combat damage before creatures without first strike.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Soldier"}],"controller":null,"properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other Soldier creatures get +1/+1 and have first strike."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1c0a53fc-8037-46e3-90ea-cb8b73631a83","metadata":{"source_printing_ids":["0b81e16f-8e5c-42e2-9d4e-220eb3b4aa38","1e22d287-274e-4222-9ed7-3e609a84ac07","421648a0-51c8-45c4-9771-0fd3ccdc69c9","4ac20a92-9650-4cb1-bf7a-752a5db31b39"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["10E","CSP","SLD"],"rarities":["rare"]},"fierce retribution":{"name":"Fierce Retribution","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cleave {5}{W} (You may cast this spell for its cleave cost. If you do, remove the words in square brackets.)\nDestroy target [attacking] creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Cleave":{"type":"Cost","shards":["White"],"generic":5}}],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target attacking creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"cleave_variant":{"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[]},"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"83094dd2-b8e9-4753-a8a0-657b446def60","metadata":{"source_printing_ids":["394651de-0fe7-412d-a2bb-de7982516374","485bd8e4-563b-43fa-b56e-21ba1462012d","92270719-352d-426f-b498-fbeaf8fd087b","9597b163-5c6b-4f64-b1f1-5f1fa2e23e5d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","OTP","PLST","VOW"],"rulings":[{"date":"2021-11-19","text":"A cleave cost is an alternative cost that's paid instead of the spell's mana cost. Casting a spell for its cleave cost doesn't change the spell's mana value."},{"date":"2021-11-19","text":"If an effect allows you to “cast a spell without paying its mana cost,” you can't cast that spell for its cleave cost."},{"date":"2021-11-19","text":"If you cast a spell for its cleave cost, that spell doesn't have any of the text in square brackets while it's on the stack."},{"date":"2021-11-19","text":"You can't cast a spell for both its cleave cost and another alternative cost. For example, if an effect gives an Alchemist's Retrieval in your graveyard a flashback cost of {U}, you can't cast it from your graveyard for its cleave cost."}],"rarities":["common","uncommon"]},"figure of destiny":{"name":"Figure of Destiny","mana_cost":{"type":"Cost","shards":["RedWhite"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kithkin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{R/W}: This creature becomes a Kithkin Spirit with base power and toughness 2/2.\n{R/W}{R/W}{R/W}: If this creature is a Spirit, it becomes a Kithkin Spirit Warrior with base power and toughness 4/4.\n{R/W}{R/W}{R/W}{R/W}{R/W}{R/W}: If this creature is a Warrior, it becomes a Kithkin Spirit Warrior Avatar with base power and toughness 8/8, flying, and first strike.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Kithkin"},{"type":"AddSubtype","subtype":"Spirit"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a Kithkin Spirit with base power and toughness 2/2"}],"duration":"Permanent","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["RedWhite"],"generic":0}},"sub_ability":null,"duration":"Permanent","description":"{R/W}: ~ becomes a Kithkin Spirit with base power and toughness 2/2.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Kithkin"},{"type":"AddSubtype","subtype":"Spirit"},{"type":"AddSubtype","subtype":"Warrior"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a Kithkin Spirit Warrior with base power and toughness 4/4"}],"duration":"Permanent","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["RedWhite","RedWhite","RedWhite"],"generic":0}},"sub_ability":null,"duration":"Permanent","description":"{R/W}{R/W}{R/W}: If ~ is a Spirit, it becomes a Kithkin Spirit Warrior with base power and toughness 4/4.","target_prompt":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Spirit"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"FirstStrike"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Kithkin"},{"type":"AddSubtype","subtype":"Spirit"},{"type":"AddSubtype","subtype":"Warrior"},{"type":"AddSubtype","subtype":"Avatar"},{"type":"SetPower","value":8},{"type":"SetToughness","value":8}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a Kithkin Spirit Warrior Avatar with base power and toughness 8/8, flying, and first strike"}],"duration":"Permanent","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["RedWhite","RedWhite","RedWhite","RedWhite","RedWhite","RedWhite"],"generic":0}},"sub_ability":null,"duration":"Permanent","description":"{R/W}{R/W}{R/W}{R/W}{R/W}{R/W}: If ~ is a Warrior, it becomes a Kithkin Spirit Warrior Avatar with base power and toughness 8/8, flying, and first strike.","target_prompt":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"cd51cc2d-0d39-4aba-b0ea-70e8118149bc","metadata":{"source_printing_ids":["0da69523-cece-425a-b08a-fb27fac29374","2019a4dd-a2cb-47a0-a1d5-da40d42013f3","6add511b-1931-4e4e-9a4c-083bc5ff2bc2","6d779966-4bd4-4315-8b45-d3a4492f2bb2","b761b353-1c72-49f9-8c77-3b47ff5c3c4f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","DDL","EVE","MMA","PD2","PEVE","PRM"],"rulings":[{"date":"2008-08-01","text":"Figure of Destiny's abilities overwrite its power, toughness, and creature types. Typically, those abilities are activated in the order they appear on the card. However, if Figure of Destiny is an 8/8 Kithkin Spirit Warrior Avatar with flying and first strike, and you activate its first ability, it will become a 2/2 Kithkin Spirit that still has flying and first strike."},{"date":"2008-08-01","text":"Figure of Destiny's second ability checks whether it's a Spirit, and its third ability checks whether it's a Warrior. It doesn't matter how it became the appropriate creature type."},{"date":"2008-08-01","text":"None of these abilities has a duration. If one of them resolves, it will remain in effect until the game ends, Figure of Destiny leaves the battlefield, or some subsequent effect changes its characteristics, whichever comes first."},{"date":"2008-08-01","text":"You can activate Figure of Destiny's second and third abilities regardless of what creature types it is. Each of those abilities checks Figure of Destiny's creature types when that ability resolves. If Figure of Destiny isn't the appropriate creature type at that time, the ability does nothing."},{"date":"2009-10-01","text":"The effect from the ability overwrites other effects that set power and/or toughness if and only if those effects existed before the ability resolved. It will not overwrite effects that modify power or toughness (whether from a static ability, counters, or a resolved spell or ability), nor will it overwrite effects that set power and toughness which come into existence after the ability resolves. Effects that switch the creature's power and toughness are always applied after any other power or toughness changing effects, including this one, regardless of the order in which they are created."}],"rarities":["rare"]},"filigree familiar":{"name":"Filigree Familiar","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Fox"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you gain 2 life.\nWhen this creature dies, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b544f690-e4bf-4a5b-984d-9256518fd574","metadata":{"source_printing_ids":["2859f9d8-40eb-4db4-b2ed-49d4724f93dc","875df3ef-fab4-455f-bfdb-8f6361b27bf6","987d52d0-d682-4a79-b48b-21a0eddd0732","9cc9ecfd-6cf0-4488-a14a-afec1bc0d253","9feaba70-4ef5-48ac-8a6c-705406f21011"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMR","DDU","GNT","KLD","KLR","PLST"],"rarities":["common","uncommon"]},"final iteration":{"name":"Final Iteration","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi","Insect"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWizards you control get +2/+1 and have flying.\nWhenever you cast an instant or sorcery spell, create a 1/1 blue Human Wizard creature token.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Human Wizard","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human","Wizard"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, create a 1/1 blue Human Wizard creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Wizard"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Wizards you control get +2/+1 and have flying."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"85e797de-da27-4cd5-8fa4-4aef948988b2","metadata":{"related_token_ids":["73179062-388a-599b-a021-b75a409a290a","7513b439-3b1b-51a6-a771-76d22da1c16c"],"source_printing_ids":["2c983363-f900-45f5-b906-d56b91d5c260","30c3d4c1-dc3d-4529-9d6e-8c16149cf6da","96658239-3169-42ef-9983-cd4da24e0f4c","f845e2ef-d4be-4dd9-85fa-41d0564faa4b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["EMN","INR","PEMN","SIR"],"rarities":["rare"]},"final parting":{"name":"Final Parting","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for two cards. Put one into your hand and the other into your graveyard. Then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Any"},"count":{"type":"Fixed","value":2},"reveal":false,"split":{"primary_destination":"Hand","primary_count":1,"rest_destination":"Graveyard"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Search your library for two cards. Put one into your hand and the other into your graveyard. Then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a5852994-d816-4e62-8a03-254223714544","metadata":{"source_printing_ids":["94f24b7c-4952-4abc-aaba-22a529012468","de8803f6-9efa-4323-b8c5-29bdd5a48f9a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","DOM"],"rarities":["uncommon"]},"final showdown":{"name":"Final Showdown","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Spree (Choose one or more additional costs.)\n+ {1} — All creatures lose all abilities until end of turn.\n+ {1} — Choose a creature you control. It gains indestructible until end of turn.\n+ {3}{W}{W} — Destroy all creatures.","non_ability_text":null,"flavor_name":null,"keywords":["Spree"],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[{"type":"RemoveAllAbilities"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose all abilities"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7e7ec3d6-a84f-4cc3-93f4-4d181d41e126","modal":{"min_choices":1,"max_choices":3,"mode_count":3,"mode_descriptions":["All creatures lose all abilities until end of turn.","Choose a creature you control. It gains indestructible until end of turn.","Destroy all creatures."],"allow_repeat_modes":false,"mode_costs":[{"type":"Cost","shards":[],"generic":1},{"type":"Cost","shards":[],"generic":1},{"type":"Cost","shards":["White","White"],"generic":3}],"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["358968f9-45bd-4022-b6bc-f1f7e0adf0e7","94397320-b814-487f-aca2-537517ff9eff","a5abbfdb-0460-4f78-be7f-d3e8a4b3afb5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MAR","OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"Each additional cost and associated mode in the text box is also preceded with a + indicator. These symbols also have no rules meaning and serve only to remind players that the listed costs are additional costs."},{"date":"2024-04-12","text":"If a mode requires a target, you can select that mode only if there’s a legal target available. Ignore the targeting requirements for modes you don’t choose."},{"date":"2024-04-12","text":"If a spell with spree is copied, the effect that creates the copy may allow you to choose new targets. You cannot choose new modes."},{"date":"2024-04-12","text":"If all targets for the chosen modes become illegal before a spell with spree resolves, the spell won’t resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-04-12","text":"If an effect allows you to cast a spell with spree “without paying its mana cost,” you must still choose at least one mode and pay the associated additional costs."},{"date":"2024-04-12","text":"If an effect grants a creature an ability after Final Showdown causes all creatures to lose all abilities, that creature won’t lose that ability."},{"date":"2024-04-12","text":"No matter which modes you choose, you always follow the instructions in the order they are written."},{"date":"2024-04-12","text":"No player can cast spells or activate abilities in between the modes of a resolving spell. Any abilities that trigger won’t be put onto the stack until the spell is done resolving."},{"date":"2024-04-12","text":"Spells with spree have a + (plus sign) indicator in the upper right corner of the card frame. This has no rules meaning and serves only to remind players that at least one additional cost is required to cast the spell."},{"date":"2024-04-12","text":"The mana value of a spell with spree is determined only by its mana cost (in the upper right corner of the card). It doesn’t matter which modes you choose or which additional costs you pay, including any additional costs imposed by other effects."},{"date":"2024-04-12","text":"The second mode of Final Showdown doesn’t target the creature. You don’t choose which creature will gain indestructible until the spell is resolving. At that point, it’s too late for anyone to respond to the spell."},{"date":"2024-04-12","text":"You can’t choose the same mode more than once."},{"date":"2024-04-12","text":"You choose the modes as you cast the spell with spree. Once modes are chosen, they can’t be changed."},{"date":"2024-04-12","text":"You must choose at least one of the listed modes and pay its associated additional cost in order to cast a spell with spree."}],"rarities":["mythic"]},"finality":{"name":"Finality","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may put two +1/+1 counters on a creature you control. Then all creatures get -4/-4 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":-4},"toughness":{"type":"Fixed","value":-4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"You may put two +1/+1 counters on a creature you control. Then all creatures get -4/-4 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"212af747-2ac1-4d33-9456-8b3cc8988f5d","metadata":{"source_printing_ids":["1a359c9d-c7d8-4d57-bf32-f49eac65b8de","1e4e9e35-6cbc-4997-beff-d1a22d87545e","6e740969-4613-49a3-b22f-8254f44bd91b","9a6bae45-a58c-42b1-89a0-4c1ff879e0d0","ad3a885d-de06-49e3-9f68-217c5a8035b4","cbd4c04c-81b5-4026-a82a-4ae94ad50c01"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["C20","GRN","M3C","PGRN","PIP","RVR"],"rarities":["rare"]},"find":{"name":"Find","mana_cost":{"type":"Cost","shards":["BlackGreen","BlackGreen"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return up to two target creature cards from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return up to two target creature cards from your graveyard to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"212af747-2ac1-4d33-9456-8b3cc8988f5d","metadata":{"source_printing_ids":["1a359c9d-c7d8-4d57-bf32-f49eac65b8de","1e4e9e35-6cbc-4997-beff-d1a22d87545e","6e740969-4613-49a3-b22f-8254f44bd91b","9a6bae45-a58c-42b1-89a0-4c1ff879e0d0","ad3a885d-de06-49e3-9f68-217c5a8035b4","cbd4c04c-81b5-4026-a82a-4ae94ad50c01"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["C20","GRN","M3C","PGRN","PIP","RVR"],"rulings":[{"date":"2018-10-05","text":"Finality affects only creatures on the battlefield at the time it resolves. Creatures that enter the battlefield later in the turn won't get -4/-4."},{"date":"2018-10-05","text":"Finality doesn't target the creature to receive +1/+1 counters. You can cast it even if you control no creatures."},{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["rare"]},"fire":{"name":"Fire","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Fire deals 2 damage divided as you choose among one or two targets.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage divided as you choose among one or two targets.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"distribute":{"type":"Damage"},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"ae92942b-919c-4ea9-b693-85fcef765d5a","metadata":{"source_printing_ids":["0a76d227-c899-409f-a01b-d3ca16b56ddc","0e09b054-4d33-4a12-bf2a-9b0009f33044","12279d5e-eff2-45bd-bb56-a953b56ff76a","18303862-4726-4136-814f-157aa7006579","3f822331-315e-4297-bb69-f1069032c6c5","610135d6-d32f-4ee9-b053-dc32da14c333","841b28eb-e16b-434e-aaaa-6a5ae8bccc19","ab8292ae-9a52-43e7-92f7-0f45f4bb71ec","e244eac9-8b94-4ac9-8dfd-744598148cd3","e899b761-2f23-466c-87c5-d98421138ca6","ef5df76e-1482-4677-a932-54b92384c3c3","f98f4538-5b5b-475d-b98f-49d01dae6f04"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["APC","CMD","DDJ","DMR","F06","MH2","PLST","PRM","UMA","WC01","WC02"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["common","uncommon","rare"]},"fire elemental":{"name":"Fire Elemental","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3912d21e-1ebc-4a81-9dc9-f404248d564a","metadata":{"source_printing_ids":["004d5c22-415c-4aa8-87f6-a4cf609d1eae","0261cd0f-e763-49b5-96ed-5e5767a3d8d7","17cf9eb6-2564-42d9-84d4-c7cf4c167d2f","25b57e53-220c-4181-80d3-8063864aefc2","376cb9e5-89fb-4091-8a20-140bb6de0ef6","3e83e706-067f-41a9-8ffb-e3cd308282c0","41576f05-881a-49ab-ab59-a1a911f7ad04","4d91a492-2d7c-4220-a9a7-4bb18e217325","4df16df8-3270-4a09-8167-5b6a2068edb9","54b05f47-f86b-46e8-912f-b1273005d46d","5df3b58b-ce10-459f-87f7-bb243b854fc3","62405700-d42c-4c96-9678-dd72d7b7c807","63539181-5393-41b8-baf3-9a690d17f4ce","aa894222-04c9-4129-8d48-6ffdd329b1f0","bddeac3f-f4ee-432b-9d69-8533a28e7f46","d39716c6-6c4f-4cd3-9d9c-893f883e6e70","da237992-2919-4e37-8f56-2164095f59b5","dc506f58-048d-49cc-ad8c-2eb851b08bb6","fcca2f76-3db9-472b-b78e-a87b81e31d0a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","6ED","7ED","CED","CEI","DOM","FBB","FDN","LEA","LEB","M13","M19","M20","PLST","S99","SUM"],"rarities":["common","uncommon"]},"fire lord azula":{"name":"Fire Lord Azula","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Firebending 2 (Whenever this creature attacks, add {R}{R}. This mana lasts until end of combat.)\nWhenever you cast a spell while Fire Lord Azula is attacking, copy that spell. You may choose new targets for the copy. (A copy of a permanent spell becomes a token.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Firebending":{"type":"Fixed","value":2}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell while ~ is attacking, copy that spell. You may choose new targets for the copy.","constraint":null,"condition":{"type":"SourceIsAttacking"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"2631130e-63e2-43a3-914a-648e76722203","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1ea7248c-e4b3-4776-8e6a-cba06da2d6cc","281b8979-aefc-4fe7-a130-3638cdc0b1dd","bc6146bf-f0c6-4557-af6a-74c643d5fc01"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"A resolving copy of a permanent spell becomes a token. That token isn't \"created\" and won't interact with abilities that care about tokens being created."},{"date":"2025-10-02","text":"Any choices made when the spell resolves won't have been made yet when it's copied. Any such choices will be made separately when the copy resolves."},{"date":"2025-10-02","text":"Azula's ability and the copy it creates both resolve before the spell that caused the ability to trigger. They resolve even if the spell is countered before the copy is created."},{"date":"2025-10-02","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy has the same value of X."},{"date":"2025-10-02","text":"The copy is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell won't trigger."},{"date":"2025-10-02","text":"The copy will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2025-10-02","text":"You can't choose to pay any additional costs for a copied spell. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["rare"]},"firemane commando":{"name":"Firemane Commando","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you attack with two or more creatures, draw a card.\nWhenever another player attacks with two or more creatures, they draw a card if none of those creatures attacked you.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with two or more creatures, draw a card.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"You"},"comparator":"GE","count":2},"batched":true},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever another player attacks with two or more creatures, they draw a card if none of those creatures attacked you.","constraint":null,"condition":{"type":"And","conditions":[{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"Opponent"},"comparator":"GE","count":2},{"type":"AttackersDeclaredCount","subject":{"type":"AttackTarget","controller":"You","attacked":"Player"},"comparator":"EQ","count":0}]},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ac675899-25bb-4f06-9c8c-bf188024495f","metadata":{"source_printing_ids":["426a50de-13bb-4481-8643-ad492d3fc84a","4f8226bd-3e9b-474b-b2d5-95049762824b","c86269cc-bf4d-44b4-ad4b-8356857c532f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC","SOC"],"rulings":[{"date":"2023-04-14","text":"For both triggered abilities, once the ability triggers, it doesn't matter what happens to the attacking creatures in response."},{"date":"2023-04-14","text":"No matter how many creatures another player attacks with, Firemane Commando's last ability will look at all of them to make sure none of them attacked you. If any of them did, the player won't draw a card."},{"date":"2023-04-14","text":"The last triggered ability cares only that none of the attacking creatures attacked you. The other player will draw a card if they attacked a planeswalker you control or a battle you protect with two or more creatures, for example."}],"rarities":["rare"]},"fireshrieker":{"name":"Fireshrieker","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has double strike. (It deals both first-strike and regular combat damage.)\nEquip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has double strike."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"a02e1ca7-23c5-41e3-a744-72fc9e9dd8ba","metadata":{"source_printing_ids":["1b4d0d12-5bd6-4d2f-8913-fe690c441104","34cda06f-b935-4a40-aae5-9fcf7966e68c","484fbce6-71bd-40eb-a71b-86958a094708","5c43291d-87c8-4773-99b0-6b7a9d302cd8","821e3c5a-6418-40c2-89ae-4922bec9e519","8da0fcc6-6209-4b8e-997d-ad3cc4ff0856","9f653742-b92a-4cfa-b3b5-8d20aabdb5dd","ab1f2ab8-1ef3-4610-a2d0-cb87b982c649","c12fc244-ca30-4da6-8350-340975a79708","c48f5d22-a06c-4e91-ba24-3d7cde68808e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","CMR","CNS","FDN","J25","M14","MRD","NEC","PIP"],"rarities":["uncommon"]},"firmament sage":{"name":"Firmament Sage","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"If it's neither day nor night, it becomes day as this creature enters.\nWhenever day becomes night or night becomes day, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetDayNight","to":"Day"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"DayNightIsNeither"},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DayTimeChanges","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever day becomes night or night becomes day, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"57163ade-fe89-4ba0-98a9-daeeed5badb9","metadata":{"source_printing_ids":["662deec6-0ee2-4c18-a1af-26e766ec629e","9db186a1-3dc5-4ed2-8cd4-1e4f13094885"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID"],"rulings":[{"date":"2021-09-24","text":"Before a player untaps their permanents during the untap step, the game checks to see if the day/night designation should change."},{"date":"2021-09-24","text":"Day and night are designations that the game itself can have. The game starts as neither. Once the game becomes day (or less commonly, night), the game will be exactly one of them—day or night—going back and forth for the rest of the game."},{"date":"2021-09-24","text":"If a triggered ability triggers whenever day becomes night or night becomes day, it only triggers if it was already either day/night and becomes the other. It does not trigger when the game becomes day or night for the first time."},{"date":"2021-09-24","text":"If it is day, and the active player of the previous turn cast no spells during their turn, it becomes night."},{"date":"2021-09-24","text":"If it is night, and the active player of the previous turn cast two or more spells during their turn, it becomes day."}],"rarities":["uncommon"]},"fishing pole":{"name":"Fishing Pole","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has \"{1}, {T}, Tap Fishing Pole: Put a bait counter on Fishing Pole.\"\nWhenever equipped creature becomes untapped, remove a bait counter from this Equipment. If you do, create a 1/1 blue Fish creature token.\nEquip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Untaps","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"bait","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Fish","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Fish"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever equipped creature becomes untapped, remove a bait counter from ~. If you do, create a 1/1 blue Fish creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"bait","count":{"type":"Fixed","value":1},"target":{"type":"GrantingObject"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"EffectCost","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}}}]},"sub_ability":null,"duration":null,"description":"{1}, {T}, Tap ~: Put a bait counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has \"{1}, {T}, Tap ~: Put a bait counter on ~.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"2c1d3e9e-213e-492a-ad5a-91139d70bc0f","metadata":{"related_token_ids":["de757afa-42be-5403-b98c-4ef9f3ef6ed5"],"source_printing_ids":["c95ab836-3277-4223-9aaa-ef2c77256b65"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN"],"rulings":[{"date":"2024-11-08","text":"The ability granted by Fishing Pole's first ability refers only to the Fishing Pole granting that ability, not any other permanent on the battlefield named Fishing Pole."}],"rarities":["uncommon"]},"fist of suns":{"name":"Fist of Suns","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may pay {W}{U}{B}{R}{G} rather than pay the mana cost for spells you cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithAlternativeCost":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0}}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may pay {W}{U}{B}{R}{G} rather than pay the mana cost for spells you cast."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"6fd5e591-fae8-4128-a4d3-a848c8a8ffda","metadata":{"source_printing_ids":["0a2b418b-4a1a-400b-896f-512130d4c1e7","2a499b65-8a7e-4fbc-a09b-826b8454d857","6c79912e-f858-44aa-8ff8-269edae06cc9","9997c580-596b-43d5-b4a0-9acc8fc2ef26"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["5DN","C17","LCC","PLST"],"rulings":[{"date":"2004-12-01","text":"Fist of Suns's ability is an alternative cost to cast a spell. You can't combine this with other alternative costs, such as flashback. You can pay additional costs, such as kicker, in addition to this alternative cost."},{"date":"2004-12-01","text":"If you apply Fist of Suns's alternative cost to a spell with {X} in its mana cost, X is 0."},{"date":"2004-12-01","text":"If you cast a spell for which mana of any color can be spent to cast it, you may cast it for Fist of Suns's alternative cost and still spend any color of mana to cover that cost."},{"date":"2014-02-01","text":"If you pay {W}{U}{B}{R}{G} rather than pay the mana cost of a spell with {X} in its mana cost, the only legal choice for X is 0."}],"rarities":["rare"]},"fixed point in time":{"name":"Fixed Point in Time","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Phenomenon"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you encounter Fixed Point in Time, until your next turn, if a player would planeswalk as a result of rolling the planar die, chaos ensues instead. (Then planeswalk away from this phenomenon.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Planeswalked":{"role":"To"}},"execute":{"kind":"Spell","effect":{"type":"CreatePlaneswalkReplacement","replacement_effect":{"type":"ChaosEnsues"}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you encounter ~, until your next turn, if a player would planeswalk as a result of rolling the planar die, chaos ensues instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"be9870be-cf1b-44ea-a129-8f3711901b16","metadata":{"source_printing_ids":["a05478f9-3a9a-4887-a8e7-63550eaa6030"]},"legalities":{},"printings":["WHO"],"rarities":["common"]},"flame jab":{"name":"Flame Jab","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flame Jab deals 1 damage to any target.\nRetrace (You may cast this card from your graveyard by discarding a land card in addition to paying its other costs.)","non_ability_text":null,"flavor_name":null,"keywords":["Retrace"],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 1 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"05eccdee-84f8-42d5-b79c-36d081656915","metadata":{"source_printing_ids":["06c2b6b2-485e-41e6-b106-4f6f402e0ec3","4dacce86-be7f-496c-9a70-676dc39ca2c8","e227f18f-7260-4066-bae2-01db4fd1abdd"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["EMA","EVE","PLST"],"rulings":[{"date":"2008-08-01","text":"A retrace card cast from your graveyard follows the normal timing rules for its card type."},{"date":"2008-08-01","text":"Casting a card by using its retrace ability works just like casting any other spell, with two exceptions: You’re casting it from your graveyard rather than your hand, and you must discard a land card in addition to any other costs."},{"date":"2008-08-01","text":"If the active player casts a spell that has retrace, that player may cast that card again after it resolves, before another player can remove the card from the graveyard. The active player has priority after the spell resolves, so they can immediately cast a new spell. Since casting a card with retrace from the graveyard moves that card onto the stack, no one else would have the chance to affect it while it’s still in the graveyard."},{"date":"2008-08-01","text":"When a retrace card you cast from your graveyard resolves, fails to resolve, or is countered, it’s put back into your graveyard. You may use the retrace ability to cast it again."}],"rarities":["common","uncommon"]},"flame spill":{"name":"Flame Spill","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flame Spill deals 4 damage to target creature. Excess damage is dealt to that creature's controller instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"excess":{"type":"TargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 4 damage to target creature. Excess damage is dealt to that creature's controller instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"de6ebf55-f1df-4c3c-bba5-8655b7daf488","metadata":{"source_printing_ids":["7033a2cc-af4d-4697-a148-d837565451b3","b3090004-d7dd-47bc-92e5-977be4fd9ae5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","PLST"],"rulings":[{"date":"2020-04-17","text":"Excess damage caused by a spell or ability is similar to how combat damage from a creature with trample is handled. Start with the amount of damage being dealt to the creature and determine what is “lethal.” This is the creature’s toughness minus the amount of damage that it already has marked on it, but ignoring any replacement or prevention effects that will modify this damage. Also ignore whether the creature has an ability such as indestructible that will result in it not being destroyed by this damage."},{"date":"2020-04-17","text":"If the target creature is an illegal target by the time Flame Spill tries to resolve, the spell won’t resolve. It won’t deal damage to any player."},{"date":"2020-04-17","text":"Once you’ve determined how much damage is excess, Flame Spill simultaneously deals damage to the creature and to its controller. This damage may be modified by replacement or prevention effects."}],"rarities":["uncommon"]},"flamescroll celebrant":{"name":"Flamescroll Celebrant","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent activates an ability that isn't a mana ability, this creature deals 1 damage to that player.\n{1}{R}: This creature gets +2/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}{R}: ~ gets +2/+0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent activates an ability that isn't a mana ability, ~ deals 1 damage to that player.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"5f1d3d22-18f7-42b7-8039-ef7aa5d29856","metadata":{"source_printing_ids":["0dba25e3-2b4f-45d4-965f-3834bcb359ee","8c917201-4691-4f31-a8e4-ca0192d5ff71"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PSTX","STX"],"rulings":[{"date":"2021-04-16","text":"Activated abilities contain a colon and appear in the form “[Cost]: [Effect].” Some keywords (such as equip) are activated abilities and will have colons in their reminder texts. Loyalty abilities of planeswalkers are also activated abilities."},{"date":"2021-04-16","text":"An activated ability that costs mana to activate is not a “mana ability” unless it could also produce mana and has no targets."},{"date":"2021-04-16","text":"Casting Revel in Silence in response to a spell or ability won’t affect that spell or ability. That is, it’s not countermagic."}],"rarities":["rare"]},"flameshadow conjuring":{"name":"Flameshadow Conjuring","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a nontoken creature you control enters, you may pay {R}. If you do, create a token that's a copy of that creature. That token gains haste. Exile it at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature you control enters, you may pay {R}. If you do, create a token that's a copy of that creature. That token gains haste. Exile it at the beginning of the next end step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"343460ea-7999-4d9e-b425-97fa1621f9d6","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["ae113258-288f-47d5-8f79-e2e51b6326de","b473ee0c-b037-4968-9dda-82c2288e54f7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["MOC","ORI"],"rulings":[{"date":"2015-06-22","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any “as [this permanent] enters the battlefield” or “[this permanent] enters the battlefield with” abilities of the copied creature will also work."},{"date":"2015-06-22","text":"If another creature becomes or enters the battlefield as a copy of the token, that creature won't have haste and it won't be exiled."},{"date":"2015-06-22","text":"If the ability resolves during a turn's end step, the token will be exiled at the beginning of the next turn's end step."},{"date":"2015-06-22","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2015-06-22","text":"If the copied creature is copying something else when the ability resolves, then the token enters the battlefield as a copy of whatever that creature is copying."},{"date":"2015-06-22","text":"If the token isn't exiled at the beginning of the next end step (perhaps because the delayed triggered ability is countered), it remains on the battlefield indefinitely. It continues to have haste."},{"date":"2015-06-22","text":"The token copies exactly what's printed on the original creature and nothing else (unless that creature is copying something else; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2015-06-22","text":"The token is exiled at the beginning of the next end step regardless of who controls it at that time."}],"rarities":["rare"]},"flamewake phoenix":{"name":"Flamewake Phoenix","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phoenix"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, haste\nThis creature attacks each combat if able.\nFerocious — At the beginning of combat on your turn, if you control a creature with power 4 or greater, you may pay {R}. If you do, return this card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":"BeginCombat","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, if you control a creature with power 4 or greater, you may pay {R}. If you do, return this card from your graveyard to the battlefield.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Battlefield"}]}},"batched":false}],"static_abilities":[{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks each combat if able."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"9e43805d-3576-47d4-9331-524869ab99d0","metadata":{"source_printing_ids":["a94f008e-48a0-406b-83fa-99cd396831f8","fefd5848-9fe1-4129-a5d7-e51606bf76ef"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","FRF","PFDN","PFRF"],"rulings":[{"date":"2024-11-08","text":"Flamewake Phoenix's last ability will check at the start of your beginning of combat step to see if you control a creature with power 4 or greater. If you don't, the ability won't trigger at all. If it does trigger, the ability will check again as it tries to resolve. If you don't control a creature with power 4 or greater at that time, the ability won't resolve. You won't get a chance to pay {R}, and Flamewake Phoenix won't return to the battlefield."},{"date":"2024-11-08","text":"If Flamewake Phoenix can't attack for any reason (such as being tapped), then it doesn't attack. If there's a cost associated with having it attack, you're not forced to pay that cost, so it doesn't have to attack in that case either."}],"rarities":["rare"]},"flash":{"name":"Flash","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may put a creature card from your hand onto the battlefield. If you do, sacrifice it unless you pay its mana cost reduced by {2}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"Unsupported unless clause","description":"sacrifice it unless you pay its mana cost reduced by {2} (unless: you pay its mana cost reduced by {2})"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"You may put a creature card from your hand onto the battlefield. If you do, sacrifice it unless you pay its mana cost reduced by {2}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3e057471-e415-4105-9064-8236a0a5047d","metadata":{"source_printing_ids":["63af3c26-5b1f-46f6-9aa2-036c615bf5ea","d31459c2-9656-4e9a-bb72-71a910e8570b","f4e2f44d-74a9-4635-bf10-bf4cf179cab5"]},"legalities":{"commander":"banned","duel":"legal","legacy":"banned","oathbreaker":"legal","premodern":"banned","vintage":"restricted"},"printings":["6ED","A25","MIR"],"rulings":[{"date":"2018-03-16","text":"If the creature has {X} in its mana cost, X is considered to be 0."},{"date":"2018-03-16","text":"If you choose not to pay, the creature is sacrificed immediately. No player will get priority in between the creature entering the battlefield and being sacrificed. Sacrificing the creature this way will trigger any abilities that trigger when it leaves the battlefield, and those abilities will be put onto the stack at the same time as those that triggered when it entered the battlefield."},{"date":"2018-03-16","text":"Only the generic mana in that creature's mana cost is reduced. For example, if that creature's mana cost is {1}{R}, you'll have to pay {R} to keep it."},{"date":"2018-03-16","text":"The creature enters the battlefield, so it will trigger enters-the-battlefield abilities even if you choose not to pay."}],"rarities":["rare"]},"flashback":{"name":"Flashback","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to its mana cost. (You may cast that card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flashback"}],"duration":"UntilEndOfTurn","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"02070488-9203-4304-9392-a111d20218c5","metadata":{"source_printing_ids":["1b832fda-d7c4-4566-884c-2a8b6da15488","6b7eb857-6617-4672-85e4-f1f5e661db50"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard if the resulting spell is an instant or sorcery spell by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2026-03-20","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2026-03-20","text":"If a card has multiple instances of flashback, you may choose any of its flashback costs to pay."},{"date":"2026-03-20","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2026-03-20","text":"If a card with no mana cost gains flashback, it has no flashback cost. It can't be cast this way."},{"date":"2026-03-20","text":"If you cast a spell with flashback, you can't pay any alternative costs. You can pay additional costs such as kicker costs. If the spell has any mandatory additional costs, you must pay those to cast the spell with flashback."},{"date":"2026-03-20","text":"If you cast an instant or sorcery with {X} in its mana cost this way, you still choose the value of X as part of casting the spell and pay that cost."},{"date":"2026-03-20","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2026-03-20","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2026-03-20","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare"]},"flayer of the hatebound":{"name":"Flayer of the Hatebound","mana_cost":{"type":"Cost","shards":["Red"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Devil"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Undying (When this creature dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.)\nWhenever this creature or another creature enters from your graveyard, that creature deals damage equal to its power to any target.","non_ability_text":null,"flavor_name":null,"keywords":["Undying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"target":{"type":"Any"},"damage_source":"TriggeringSource"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}]},"origin":"Graveyard","destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another creature enters from your graveyard, that creature deals damage equal to its power to any target.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":"Return it to the battlefield with a +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.93a: When ~ dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.","constraint":null,"condition":{"type":"Not","condition":{"type":"HadCounters","counter_type":"P1P1"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ba9f3c5d-556f-48d1-8d87-723f7893cfcd","metadata":{"source_printing_ids":["620e8ec3-aeea-498b-a54a-acd922c4bb60","fe233fa7-bc38-45f5-bfe5-da93877f1075","ffb17c3f-0154-49ee-bb5f-cd1df8546871"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19","DKA","FIC"],"rulings":[{"date":"2011-01-22","text":"Flayer of the Hatebound is the source of the ability, but it may be another creature that is the source of the damage. If a black creature enters from your graveyard, the ability could target a creature with protection from black, although the damage will be prevented. It couldn't target a creature with protection from red."},{"date":"2011-01-22","text":"Flayer of the Hatebound's last ability will trigger even if a creature enters from your graveyard under another player's control."},{"date":"2011-01-22","text":"If you cast a creature card from your graveyard, that card will be put on the stack before entering. Flayer of the Hatebound won't trigger."},{"date":"2011-01-22","text":"Since damage is dealt by the creature, abilities like lifelink and deathtouch are taken into account, even if the creature has left the battlefield by the time it deals damage."},{"date":"2011-01-22","text":"The creature that entered from your graveyard deals damage equal to its current power (including any +1/+1 counters it entered with) to the target permanent or player. If it's no longer on the battlefield when the ability resolves, its last known existence on the battlefield is checked to determine its power."}],"rarities":["rare"]},"fleecemane lion":{"name":"Fleecemane Lion","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{3}{G}{W}: Monstrosity 1. (If this creature isn't monstrous, put a +1/+1 counter on it and it becomes monstrous.)\nAs long as this creature is monstrous, it has hexproof and indestructible.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Monstrosity","count":{"type":"Fixed","value":1}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","White"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{G}{W}: Monstrosity 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"SourceIsMonstrous"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is monstrous, it has hexproof and indestructible."}],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"e3c8cdf7-a26a-45eb-9498-99b618cfba99","metadata":{"source_printing_ids":["0afb3c64-c88a-417b-a1f7-2edea045cb14","13a8b618-6e8f-46cf-b456-dffa35831a67","2b04e847-24b1-473a-a3c6-e3a5a1f84b0e","622d6c46-82bb-4a97-abe6-b388def44bda","e5c834ad-14d4-4c2f-88d3-a6a892299c4c","ef4e1c37-d520-4025-bd56-15ec452f6842"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","C17","MSC","PIO","THS"],"rulings":[{"date":"2013-09-15","text":"An ability that triggers when a creature becomes monstrous won't trigger if that creature isn't on the battlefield when its monstrosity ability resolves."},{"date":"2013-09-15","text":"Monstrous isn't an ability that a creature has. It's just something true about that creature. If the creature stops being a creature or loses its abilities, it will continue to be monstrous."},{"date":"2013-09-15","text":"Once a creature becomes monstrous, it can't become monstrous again. If the creature is already monstrous when the monstrosity ability resolves, nothing happens."}],"rarities":["rare"]},"fleet swallower":{"name":"Fleet Swallower","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fish"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, target player mills half their library, rounded up.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"TargetZoneCardCount","zone":"Library"}},"divisor":2,"rounding":"Up"},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever ~ attacks, target player mills half their library, rounded up.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"52d349e7-4bd2-468a-ab26-df8cd262f6f6","metadata":{"source_printing_ids":["7edbde38-1653-4eb5-b196-8881375781cb","fd334816-f058-4296-b1c3-924f22e91820"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PXLN","SLD","XLN"],"rulings":[{"date":"2017-09-29","text":"Fleet Swallower’s triggered ability can target any player, not just the player it’s attacking."},{"date":"2017-09-29","text":"If two Fleet Swallowers attack, each trigger determines the top half of that player’s library separately. For example, if the target player has fifteen cards in their library, that player puts the top eight cards into the graveyard, then puts the top four cards into the graveyard."}],"rarities":["rare"]},"flesh":{"name":"Flesh","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature card from a graveyard. Put X +1/+1 counters on target creature, where X is the power of the card you exiled.\nFuse (You may cast one or both halves of this card from your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Fuse"],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Variable","name":"the power of the card you exiled"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature card from a graveyard. Put X +1/+1 counters on target creature, where X is the power of the card you exiled.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"0741151a-fec0-4ed3-9295-0d0f56d24165","metadata":{"source_printing_ids":["02b40fe4-901a-4832-8d52-a6bb5cc07b63","e23faf50-64e5-4989-96ba-1048c7e5ef23"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"layout":"split","printings":["DGM","PLST"],"rulings":[{"date":"2013-04-15","text":"As Blood is resolving, if only one of the targets is legal, Blood will still resolve but will have no effect: If the first target is illegal, it can't deal damage to anything. If the second target is illegal, it can't be dealt damage."},{"date":"2013-04-15","text":"As Flesh is resolving, if the creature is an illegal target but the creature card is still a legal target, the creature card will be exiled but no counters will be put onto the creature. If the creature is the only legal target, Flesh will still resolve but will have no effect as you didn't exile a card."},{"date":"2013-04-15","text":"If a player names a card, the player may name either half of a split card, but not both. A split card has the chosen name if one of its two names matches the chosen name."},{"date":"2013-04-15","text":"If you cast Flesh // Blood as a fused split card, the +1/+1 counters will have been placed before the amount of damage is determined."},{"date":"2013-04-15","text":"If you cast a split card with fuse from your hand without paying its mana cost, you can choose to use its fuse ability and cast both halves without paying their mana costs."},{"date":"2013-04-15","text":"If you're casting a split card with fuse from any zone other than your hand, you can't cast both halves. You'll only be able to cast one half or the other."},{"date":"2013-04-15","text":"On the stack, a split spell that hasn't been fused has only that half's characteristics and mana value. The other half is treated as though it didn't exist."},{"date":"2013-04-15","text":"Some split cards with fuse have two halves that are both multicolored. That card is multicolored no matter which half is cast, or if both halves are cast. It's also multicolored while not on the stack."},{"date":"2013-04-15","text":"Some split cards with fuse have two monocolor halves of different colors. If such a card is cast as a fused split spell, the resulting spell is multicolored. If only one half is cast, the spell is the color of that half. While not on the stack, such a card is multicolored."},{"date":"2013-04-15","text":"The amount of damage dealt is based on the first target creature's power as Blood resolves."},{"date":"2013-04-15","text":"The number of +1/+1 counters is based on the power of the creature card as it last existed in the graveyard."},{"date":"2013-04-15","text":"To cast a fused split spell, pay both of its mana costs. While the spell is on the stack, its mana value is the total amount of mana in both costs."},{"date":"2013-04-15","text":"When a fused split spell resolves, follow the instructions of the left half first, then the instructions on the right half."},{"date":"2013-04-15","text":"When resolving a fused split spell with multiple targets, treat it as you would any spell with multiple targets. If all targets are illegal when the spell tries to resolve, the spell doesn't resolve and none of its effects happen. If at least one target is still legal at that time, the spell resolves, but an illegal target can't perform any actions or have any actions performed on it."},{"date":"2013-04-15","text":"You can choose the same object as the target of each half of a fused split spell, if appropriate."}],"rarities":["rare"]},"flesh reaver":{"name":"Flesh Reaver","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Horror"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature deals damage to a creature or opponent, this creature deals that much damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals damage to a creature or opponent, ~ deals that much damage to you.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a143fdfe-f1aa-4eab-8c81-8c72a4dc1695","metadata":{"source_printing_ids":["5d56f46a-7327-4d98-b194-272333c8171e","e3dc6a91-ca13-45da-ba65-8fbb16c159c0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["DMR","USG"],"rulings":[{"date":"2022-12-08","text":"Flesh Reaver’s ability triggers whenever it deals any damage to a creature or opponent, not only combat damage."}],"rarities":["uncommon"]},"fleshwrither":{"name":"Fleshwrither","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Transfigure {1}{B}{B} ({1}{B}{B}, Sacrifice this creature: Search your library for a creature card with the same mana value as this creature, put that card onto the battlefield, then shuffle. Transfigure only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Transfigure":{"type":"Cost","shards":["Black","Black"],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Source"}}}}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":1}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"49815e6d-b9c5-4e45-949e-34d34b3543e8","metadata":{"source_printing_ids":["08e1a646-6925-4a53-a99c-8951af016a7a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT"],"rulings":[{"date":"2007-05-01","text":"Transfigure is similar to Transmute, though it can be activated only if the permanent with Transfigure is on the battlefield, and it can fetch only a creature."}],"rarities":["uncommon"]},"flickerwisp":{"name":"Flickerwisp","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, exile another target permanent. Return that card to the battlefield under its owner's control at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile another target permanent. Return that card to the battlefield under its owner's control at the beginning of the next end step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b23a3d30-6b8e-4aad-890f-db0c3af43ace","metadata":{"source_printing_ids":["42de427f-d93f-42f3-9045-ced35031e871","5bb3cb5c-8d66-4f5e-a9a9-917e6045f024","5f0ed8ee-d6ea-469c-a575-6643d3995f54","6931aad2-aa2c-4069-9e5a-2566b9f3eae4","6f84f0ae-ee67-490b-9424-60ee2acb4a12","a595d04e-4cdb-49d1-a323-7b6d1e3ccbe9","b6501e4e-8188-44ed-b661-55fe32bc7fec","d319c24e-ce54-4e1f-96cc-488adc377015","d332f494-386c-4aaa-9854-d78e75a91e81","dcfcf9a7-bad6-4240-8e43-a6a81fc4fbd0","e89b5a38-e43a-4a3a-ad9d-e2c55d2126f4","edacc6f3-e105-4648-8dcc-a5c54c7ad043","f6cccf30-2025-49bb-9b1e-240bbef03f27"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","2XM","AA3","C13","C14","CMA","CMR","E01","EVE","KHC","MM3","MMA","PLST","PRM","TD0","TSR"],"rulings":[{"date":"2021-03-19","text":"Auras attached to the exiled permanent will be put into their owners' graveyards. Equipment attached to the exiled permanent will become unattached and remain on the battlefield. Any counters on the exiled permanent will cease to exist. Once the exiled permanent returns, it's considered a new object with no relation to the object that it was."},{"date":"2021-03-19","text":"If a token is exiled this way, it will cease to exist and won't return to the battlefield."},{"date":"2021-03-19","text":"If the permanent that returns to the battlefield has any abilities that trigger at the beginning of the end step, those abilities won't trigger that turn."},{"date":"2021-03-19","text":"The exiled card will return to the battlefield at the beginning of the end step even if Flickerwisp is no longer on the battlefield."}],"rarities":["uncommon","special"]},"flood":{"name":"Flood","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{U}{U}: Tap target creature without flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithoutKeyword","value":"Flying"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0}},"sub_ability":null,"duration":null,"description":"{U}{U}: Tap target creature without flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e8eb2abb-daf9-43e0-b909-d96b679f71c2","metadata":{"source_printing_ids":["2aefbeae-ac72-4a13-8898-8d1e42a633a6","ba099785-bfa0-4224-be19-0dcded94fba5","f1d23c00-17dd-48ae-a821-1106d8b406da","f7537398-dee1-4966-ab16-81598d59f307","fabc3267-b59b-4f36-8873-5b4b072711ca"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","BRB","DRK","PZ2","REN"],"rarities":["common","uncommon"]},"floodpits drowner":{"name":"Floodpits Drowner","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nVigilance\nWhen this creature enters, tap target creature an opponent controls and put a stun counter on it.\n{1}{U}, {T}: Shuffle this creature and target creature with a stun counter on it into their owners' libraries.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"stun"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}{U}, {T}: Shuffle ~ and target creature with a stun counter on it into their owners' libraries.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, tap target creature an opponent controls and put a stun counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"43c69d19-c06c-470a-bdba-a0335ff2d655","metadata":{"source_printing_ids":["a6a62aa3-8edb-4000-8ebd-15ec4b00eed7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"If the target creature is an illegal target as Floodpits Drowner's last ability tries to resolve, it won't resolve and none of its effects will happen. Floodpits Drowner won't be shuffled into its owner's library."}],"rarities":["uncommon"]},"flowstone surge":{"name":"Flowstone Surge","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +1/-1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":-1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/-1."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fb1755a0-3334-419b-8cb5-5a3ac7fa5b13","metadata":{"source_printing_ids":["bc450922-0bbf-46c4-9955-79f4d41ee488"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["NEM"],"rarities":["uncommon"]},"flying men":{"name":"Flying Men","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b5666c68-059d-4e32-9b04-548b3058430d","metadata":{"source_printing_ids":["0656ed76-4c8e-4094-8edd-9b49780cadf7","25ab9a2b-e248-4ae2-aac3-b49fdb3e260a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ARN","TSB"],"rarities":["common","special"]},"follow the lumarets":{"name":"Follow the Lumarets","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Infusion — Look at the top four cards of your library. You may reveal a creature or land card from among them and put it into your hand. If you gained life this turn, you may instead reveal two creature and/or land cards from among them and put them into your hand. Put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":2,"up_to":false,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Infusion — Look at the top four cards of your library. You may reveal a creature or land card from among them and put it into your hand. If you gained life this turn, you may instead reveal two creature and/or land cards from among them and put them into your hand. Put the rest on the bottom of your library in a random order.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5bb38d08-582e-43aa-9507-7c20759978ec","metadata":{"source_printing_ids":["f9488480-2b6c-40bc-a93e-29fb1292a2e4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rarities":["common"]},"food chain":{"name":"Food Chain","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile a creature you control: Add X mana of any one color, where X is 1 plus the exiled creature's mana value. Spend this mana only to cast creature spells.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}},"offset":1},"color_options":["White","Blue","Black","Red","Green"]},"restrictions":[{"SpellType":"Creature"}]},"cost":{"type":"Exile","count":1,"zone":null,"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Exile a creature you control: Add X mana of any one color, where X is 1 plus the exiled creature's mana value. Spend this mana only to cast creature spells.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5c8e5092-962e-49ef-ab82-8434e475e4e7","metadata":{"source_printing_ids":["18a1bb9e-006c-495e-8f99-d451183d2669","5021063d-c5a1-4925-8ac6-0113b8c58dc0","5df9df79-981f-4b45-afd0-00d2e97c958b","7482a8ad-29ba-4f3a-b1fb-1175e306f724","df323b67-e5f9-4958-90de-1af722c482dd","eb912458-e016-4ea2-a2ea-40ac1a57f8fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","J18","MMQ","PLST","PRM","SLD","TMC"],"rulings":[{"date":"2004-10-04","text":"This mana may be used on additional costs to cast the spell, such as Kicker."},{"date":"2004-10-04","text":"This mana may not be used to pay costs imposed after the spell is initially cast."}],"rarities":["rare","mythic"]},"food fight":{"name":"Food Fight","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Artifacts you control have \"{2}, Sacrifice this artifact: It deals damage to any target equal to 1 plus the number of permanents named Food Fight you control.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Named","name":"food fight"}]}}},"offset":1},"target":{"type":"Any"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{2}, Sacrifice ~: It deals damage to any target equal to 1 plus the number of permanents named Food Fight you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Artifacts you control have \"{2}, Sacrifice ~: It deals damage to any target equal to 1 plus the number of permanents named Food Fight you control.\""}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"00571e7f-4e40-4a07-a529-34580e942338","metadata":{"source_printing_ids":["1a7cc43c-6e8c-41d2-a885-24604dfc7e7f","fef34fc2-8d37-484d-9adf-e3bb70283f33"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["rare"]},"for the ancestors":{"name":"For the Ancestors","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose a creature type. Look at the top six cards of your library. You may reveal any number of cards of the chosen type from among them and put the revealed cards into your hand. Put the rest on the bottom of your library in a random order.\nFlashback {3}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Green"],"generic":3}}}],"abilities":[{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":6},"destination":"Hand","keep_count":4294967295,"up_to":true,"filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose a creature type. Look at the top six cards of your library. You may reveal any number of cards of the chosen type from among them and put the revealed cards into your hand. Put the rest on the bottom of your library in a random order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4caa3c55-41b3-48a3-b6a8-4d23aff7d00d","metadata":{"source_printing_ids":["0da1b0a5-b6ca-41f8-be1c-05a56383c9a9","3bd5c87c-1514-467d-bc3f-b9dd6a582f71"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM"],"rulings":[{"date":"2023-07-28","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2023-07-28","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2023-07-28","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2023-07-28","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2023-07-28","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2023-07-28","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare"]},"foraging wickermaw":{"name":"Foraging Wickermaw","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Scarecrow"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)\n{1}: Add one mana of any color. This creature becomes that color until end of turn. Activate only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddChosenColor"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"that color"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}: Add one mana of any color. ~ becomes that color until end of turn. Activate only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, surveil 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"11ceb2db-021e-422d-976e-7bfe3b67a8aa","metadata":{"source_printing_ids":["f524bc08-caeb-4362-b960-eb8e0e4159d0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["common"]},"foray of orcs":{"name":"Foray of Orcs","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Amass Orcs 2. When you do, Foray of Orcs deals X damage to target creature an opponent controls, where X is the amassed Army's power. (To amass Orcs 2, put two +1/+1 counters on an Army you control. It's also an Orc. If you don't control an Army, create a 0/0 black Orc Army creature token first.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Amass","subtype":"Orc","count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"AmassedArmy"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Amass Orcs 2. When you do, ~ deals X damage to target creature an opponent controls, where X is the amassed Army's power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"60bfcaef-9014-4707-b681-cc3920bf223e","metadata":{"related_token_ids":["08fd2115-1a20-5df5-8107-d5f7c271c10c"],"source_printing_ids":["43cddad8-b5ca-4b8f-a73c-38809ef279d6","5fea0c66-c776-4dc7-a235-f3822521cacd","ef083f43-4748-42e6-bc22-fc2570db5ca3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Amass Zombies works the same way, except you create a 0/0 black Zombie Army creature token if you don't control an Army. If the Army creature you chose isn't already a Zombie, it becomes a Zombie in addition to its other types. By combining cards with amass Orcs and amass Zombies, you can end up with an Orc Zombie Army."},{"date":"2023-06-16","text":"Amass abilities are now written as \"amass [subtype] N.\" Previous cards with amass have received errata to say \"amass Zombies N.\""},{"date":"2023-06-16","text":"If you don't control an Army, the Orc Army token you create enters the battlefield as a 0/0 creature before receiving counters. Any abilities that trigger when a creature with a certain power enters the battlefield, such as that of Mentor of the Meek, will see the token enter as a 0/0 creature before it gets +1/+1 counters."},{"date":"2023-06-16","text":"In the rare case that you control multiple Army creatures (perhaps because you played a creature with changeling) while you amass Orcs, you choose which of your Army creatures to put the +1/+1 counters on. If that creature isn't an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"Some cards refer to the \"amassed Army.\" That means the Army creature you chose to receive counters, even if no counters were placed on it for some reason."},{"date":"2023-06-16","text":"Some spells and abilities that amass Orcs may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't amass Orcs."},{"date":"2023-06-16","text":"To amass Orcs N, if you don't control an Army creature, create a 0/0 black Orc Army creature token. Then you choose an Army creature you control and put N +1/+1 counters on it. If that Army isn't already an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"You don't choose a target for Foray of Orcs at the time you cast it. Rather, a second \"reflexive\" ability triggers when you amass Orcs this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["uncommon"]},"forbidden orchard":{"name":"Forbidden Orchard","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color.\nWhenever you tap this land for mana, target opponent creates a 1/1 colorless Spirit creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you tap ~ for mana, target opponent creates a 1/1 colorless Spirit creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"cfd60d1f-9832-4408-b84e-0fd3018b015b","metadata":{"related_token_ids":["50da239a-24c1-58b6-a8fd-28fc4d4bce23","833fee32-d935-51e4-b378-8fa466620a49","b7f9eab4-27e1-51b9-993b-bf16a3aae914"],"source_printing_ids":["17db644c-1acf-477d-9c20-f72221f1108a","36dd80b6-28ff-488a-bc39-fb661da52e30","3f79add5-6c23-4a36-86d3-8647605d2a71","54e03a6c-1c0a-4a24-a3fe-2f3244938769","88d78261-c8c9-4e0e-b157-f70ed46c3a25","8eb3e78b-4ca4-444a-9661-c0df4e36226e","c13bea32-5dac-4338-b570-bed58109273d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","C16","CHK","EXP","PLST","PRM","V12"],"rarities":["rare","mythic"]},"force of despair":{"name":"Force of Despair","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If it's not your turn, you may exile a black card from your hand rather than pay this spell's mana cost.\nDestroy all creatures that entered this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnteredThisTurn"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all creatures that entered this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0f2d038e-6dab-4352-9ba7-ed9e063bb304","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"Black"},{"type":"InZone","zone":"Hand"}]}},"condition":{"type":"Not","condition":{"type":"IsYourTurn"}}}],"metadata":{"source_printing_ids":["8f497b0d-4448-4201-bd55-c147da1a216d","cbb2277d-ce6a-4c28-b868-c3d48beae7da"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH1","SLD","SLP"],"rulings":[{"date":"2019-06-14","text":"Force of Despair destroys all permanents that entered the battlefield this turn and are currently creatures. It doesn’t matter whether they were creatures as they entered the battlefield."}],"rarities":["rare"]},"force of negation":{"name":"Force of Negation","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If it's not your turn, you may exile a blue card from your hand rather than pay this spell's mana cost.\nCounter target noncreature spell. If that spell is countered this way, exile it instead of putting it into its owner's graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target noncreature spell. If that spell is countered this way, exile it instead of putting it into its owner's graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ac2173f9-f223-440a-9231-fd98762bdc6f","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"Blue"},{"type":"InZone","zone":"Hand"}]}},"condition":{"type":"Not","condition":{"type":"IsYourTurn"}}}],"metadata":{"source_printing_ids":["0d840284-ce56-4e4f-822f-8b237a261d1e","1825a719-1b2a-4af9-9cd2-7cb497cd0317","5396b405-6fa0-43d7-a8f6-f64154e95e98","b769ba9e-2ac8-48a9-9f45-23a4ccd0cb96","cb795f86-3721-4ae5-9893-49d7d9973f86","e9be371c-c688-44ad-ab71-bd4c9f242d58"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","H1R","MH1","PRM","RFIN","TLE"],"rarities":["rare","mythic"]},"force of will":{"name":"Force of Will","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may pay 1 life and exile a blue card from your hand rather than pay this spell's mana cost.\nCounter target spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"956381ba-6d37-4a8a-846c-bad79222dbee","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Composite","costs":[{"type":"PayLife","amount":{"type":"Fixed","value":1}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"Blue"},{"type":"InZone","zone":"Hand"}]}}]}}],"metadata":{"source_printing_ids":["026983a4-03ca-4812-b129-5ea523596942","24bfbb10-409f-4885-b792-73958250a65d","4e7703dc-ba17-44c8-80af-985c60d5e4e3","532e9a34-b908-44cf-9623-b946196c6276","6e7b0e29-09d9-4b3e-ab94-f1f4a61d9159","77f8ce63-38c9-484a-acd1-f285041f29eb","7a87f8bc-1b3e-4cb2-9343-5f008e942411","83240eaa-edb4-4bd3-b193-29470cf46828","89f612d6-7c59-4a7b-a87d-45f789e88ba5","9a879b60-4381-447d-8a5a-8e0b6a1d49ca","b8a31dc0-8f4a-441f-bb8a-6ebfb22e5cfd","dd60b291-0a88-4e8e-bef8-76cdfd6c8183","e21a6aab-9e6d-4e29-bfe7-b92084a320b5","ebc01ab4-d89a-4d25-bf54-6aed33772f4b","ec136ce7-bad4-4ebb-ab00-b86de3d209a7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","oathbreaker":"legal","premodern":"banned","timeless":"legal","vintage":"legal"},"printings":["2XM","ALL","DMR","EMA","J14","ME1","MP2","OLGC","PRM","SOA","VMA","WC97"],"rulings":[{"date":"2022-12-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as the alternative cost of Force of Will), add any cost increases, then apply any cost reductions. Force of Will's mana value is always 5, no matter what you paid to cast it."}],"rarities":["uncommon","rare","mythic","special"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"forest":{"name":"Forest","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Basic"],"core_types":["Land"],"subtypes":["Forest"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {G}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b34bb2dc-c1af-4d77-b0b3-a0fb342a5fc6","metadata":{"source_printing_ids":["0000419b-0bba-4488-8f7a-6194544ce91e","0031d026-9e9a-46f6-8204-1acfee8b8809","006e0990-0596-4537-aced-51ac499938af","00bbaefd-e7dc-4870-ad9c-e94e27de3860","00feb2af-b363-4377-98b1-6a07df7f1acd","0120879f-df13-4583-b260-0fc298518f16","01838859-51ef-474a-9653-23dd37eed1d6","0301f00e-481d-4dbc-8fda-528d9d4ba848","03be40e3-b7d7-43ee-a526-5d56fa429ffa","04c4a529-2345-412d-a2c6-7cd9499f031c","04db1116-3819-4a57-a001-dfa7578f0f12","04dcdbcd-2c5e-4733-a4c4-c5a345e9206a","04eb20ea-1784-475e-a612-48057e5578c1","053f294b-7acb-4c1a-8d7c-e8f891df9a46","0560b5ed-821a-479f-91fb-98ade4a8d470","05683891-cdd4-4401-b7d5-0ef17e79c699","060fa791-ccae-42df-b01c-2d4446d78422","07264de1-4322-4adb-8f08-c0aa236747c7","072ba526-01bf-4488-a936-cf42ffc842c5","07531062-8a83-4716-8416-11565908143f","07eb0e22-1e19-46e0-913e-94ccbf858bb9","081c1f03-3251-42dc-b356-3454ebdabc2e","097f0f7a-0a2d-47bc-8c9c-aaad0a9d8f19","09b123bf-9e10-493a-818d-df5f2393159f","09bf63e1-fe77-4d5e-b557-13eecfbc42b4","0a45560e-ce25-45a5-aa43-aa33d1964cd8","0a854256-e8f3-4715-aec2-3af3b8e8fd28","0ae275b5-fdf8-4590-8848-432a06ce19bf","0b43815e-8b8a-4745-bdf3-f72c8d60c48c","0b741c86-a563-4180-a857-7850de6ee366","0cb7637e-785d-4716-ad06-9e786e037537","0cdbb450-4b80-4f81-9992-ee8fbeeb1857","0d5bd3e1-45ef-43b7-8796-6085842278df","0d6250d3-728b-4412-8efc-911bb6f5e910","0da5fbc2-24ad-4520-a60a-436d3a485fec","0f341b39-ac40-436b-967c-568265354886","102c2350-4929-4c81-8823-4b3e62e22dd4","1069841a-0642-4fb6-b831-d45ff7fda3af","10b3dce8-9c28-41f6-823f-a7d64dd9e33a","10e2588b-7781-418c-abc8-08601fbb2336","117ab60a-b888-4585-b0c6-769d387069f7","119c4d73-5b71-446a-a739-25d494591aa1","11c7c34c-eb81-412e-9030-f048435cbfbc","11d5ee25-43d7-4930-90a2-ba74b9cc69c9","122b5548-5ff5-43e4-b799-75c709b1c32d","12495cfa-ab19-4e9e-a49e-a94499f664a2","12a035fe-8847-4678-84f7-01bac77ae011","1345293f-e71e-4754-bf88-b3c8b9824ab3","13635ba7-0635-4c16-9e14-444470e06287","1428575c-f18e-41a0-b58a-259d2feafd06","146b803f-0455-497b-8362-03da2547070d","14c94463-31e8-4a2e-b879-d096a27cc60e","150d0710-9ecb-4187-a0f8-a70b330c8879","151fc328-0951-47fb-be07-dc4187a5c0be","158aaaad-a217-490a-8a90-31ce592ad742","15b3f35e-451e-4de6-a4f7-249287566964","1676702c-523a-4e57-9cb3-171405cab782","16f52885-1f01-4f06-90a8-1a0ecf291ab5","172e55c6-b797-4b49-94f1-cc93e4f5b939","17393110-c57e-487b-b07e-dc21a164efa7","174cb9a0-afa3-4f45-b317-238fa9d4f55f","1813119b-8604-4cd2-b731-957b5f1bb4ea","1814fc7a-0f2a-407c-9d71-e7a7339ce82c","1841ca54-d7d5-4c02-9c8b-5f59dce33a6b","184a9654-ce17-4378-b52b-fb6efbbf042f","18f4e594-01e5-40ae-903c-f55aad740de0","1908f8d2-95df-44e3-8943-568c596cd8aa","192ac805-deb4-4275-8473-01b5abb7b385","19e71532-3f79-4fec-974f-b0e85c7fe701","1a13a86b-c4c5-4a7a-9e01-8669e9ed6557","1a181800-f5ef-4019-b93d-35d8f1dbf953","1a1b6004-6dda-4495-85f7-eb8fa29873e9","1a1b7277-0c09-42ab-aa6b-542a1e402580","1a26154f-dfe5-481d-acdd-237ea08f069a","1a51949e-9031-4700-8366-a307e8f012fe","1abe7f25-71c5-4fd2-8696-0a4ce8c4b0b6","1b20aa40-2b88-4cac-ad15-f730fde60643","1bd51a22-3e0d-4826-aab7-0adbfce4478a","1c01e4ce-5d77-4bbb-9df8-39cd3a2f9e6e","1ce914d7-6a13-4f00-b8b4-05cdd410f32b","1d416790-fca9-42ab-b211-bae68858a614","1d91255d-e3d1-412b-8031-994779372496","1db496f2-6b64-4d9c-baac-b3788c632629","1def1ac1-652c-4160-9092-46549e577570","2036f825-ef57-4a40-b45f-0668d9c8ec6a","207879b4-f92a-4331-88f3-05f532a8a8e8","208014f4-eed8-4856-a9d9-dbac10c4aa6a","21a19869-85a8-4334-af5e-8d38d08955da","22463284-2478-4b1e-9a37-6dd2383266cf","23b6b5a9-b564-4b18-a3e0-b9d5aec7f680","23c9425a-2093-40c1-b3a9-a882d80cf198","23e1c12f-6c6b-4e44-8fbc-e6703ffe2843","24788990-42ff-4b2b-8d01-fa2d0ec66a03","249104ba-65fc-42d6-ad8b-d97640545d89","24e71c1f-5ca9-450a-8a0f-39a03a275e97","253f6297-e76c-4003-8ddf-3fb5f2072384","2581a074-00ab-4a2d-8699-25dcd8c76393","276fa731-45b3-4418-b9c9-8543e238d55d","279ebd05-229a-4a4a-a1c0-c5f24d16dee3","283d6124-1678-46b1-a12a-69644c689e29","2950dace-a653-47e4-a80a-a3de5db8d491","2968cde0-300e-4f59-859f-a7fc189f8943","2a0bc8e3-b106-43bb-acf6-885328d24a65","2a10ed4f-2c9a-424d-bcca-730af7727854","2a4c27b7-9695-479f-a5b6-bae63a76629e","2a7aba60-d300-4c33-9e1e-846d6167dc50","2a9e6cdc-f92f-497c-8cd9-b69586098512","2b101184-71b2-4400-a5dc-4113df5a4f12","2b176d24-a4d6-489e-af69-4547693e7de1","2b86b3a4-981e-497a-b78b-30b2dbc5ea7a","2b90e88b-60a3-4d1d-bb8c-14633e5005a5","2bbc9c84-348b-40f5-ab3d-bbe8c27529a4","2c2fc9f7-21af-4416-abf5-6fcb4f543680","2c8c30af-055a-4921-99a8-f99c472c7315","2ccc7cf2-c9ed-4505-9341-7b8dcf10590f","2d3a6ecf-323d-4650-aabf-92995e3c72c6","2dbc8240-d0a1-439c-a909-95b937d70494","2e3019bf-c69e-4c61-b3d1-a8c4967031bb","2f5b488e-d725-4ef7-90f4-71091325c0b6","2f60db2d-7594-43af-8554-ba54e9023306","2fafd821-5bb3-4083-bf3b-ecc4cf6c7468","2fb2b4a1-e744-4d55-abf9-d96b5533ecae","2fd47e30-2ab0-452d-ac51-fa182c2b00fc","2fdf7380-56cb-4d34-ad05-43029341a57a","3041d539-4f15-4836-a215-afa19a5cc23f","30a4d3de-e004-4a15-9f45-4d50813de533","30c96a89-32e3-4412-9e79-51411362b9d5","314b835b-b03e-43fe-b924-67139e2f266a","3156ba12-cf21-48a5-aa08-74b447cafc2c","318b15ea-80b9-48df-b010-aa1aabcf51ea","31d44ab0-ca04-4b92-bbfd-587640db5552","32411c3a-da2b-4316-9848-971e90951303","32636e80-9455-43c8-b55f-dfa2d7b7465b","3279314f-d639-4489-b2ab-3621bb3ca64b","329ae876-a7ed-43e4-9ed9-ac71191ba8d2","32af9f41-89e2-4e7a-9fec-fffe79cae077","32df22d3-9b65-4b43-80d9-e4c43575ec74","3391932f-2e4f-4686-af14-67e2c31f8538","3394d804-c0e5-4901-a8ff-c1a765cc1e21","340238b7-60ce-48d1-bb73-2925df7853a3","341b05e6-93bb-4071-b8c6-1644f56e026d","34cc6a36-b551-40c7-b081-53beffbca235","34f9571c-b61c-4bc7-ac98-f6c80c47ea7d","34fa98a0-5dce-4914-a827-964c4a596ed5","35724a5c-e91a-4ff8-b404-057976a858c8","35e8b186-ea04-4895-b5b2-f02e9c848c97","36105ded-e343-4dca-84b5-afb1fd34e2da","36454f7f-0b60-451e-9b4f-2cb4c8ccc9c2","366105ea-c720-4524-8fc3-dbe82291e255","368be73f-24d2-44db-a55e-d04176db3142","36b3ffbd-3f3e-4fca-80c2-94f9fdc198a5","3758e2e6-3147-4b4f-82a7-491c963c0fa8","37876a70-a403-4d59-83cb-e1df8688e61c","37a8d9ff-291a-4862-b2e8-3db520cc9ae4","37d580df-2340-45e4-afee-c1f0313b9965","37f8d695-a3e4-4707-9db9-886849ce4c42","3812e162-3511-4988-b2a1-3bc6945ac45b","38382bb9-3b8e-4819-9998-55dbf1ab0fd7","384cbc4a-c955-45df-98fd-d448e574c130","393d66f7-7dbf-4a92-912f-377f99c8f164","398ee871-7b30-4e8c-b0d0-b85e0a37d3b1","3a11f9c9-267a-4913-97f7-78c372fe211e","3a1e5ef3-790d-4f45-a264-157448bab2e8","3a7a2a54-47e1-4694-b4f6-b7d659bb2b1f","3a9ea6ee-0150-40f1-baa3-fe637128be2f","3b1153ac-e4de-43a4-ae39-ca22a4f571da","3b84ec1e-ccce-4b8b-9302-b26f84cfa469","3c5c5d09-6f93-44f5-894d-4c7be40bb006","3ca33d91-3c1a-4351-9d9d-d46a6e3de084","3cf23791-1b15-43ee-b81a-5fe068709bc1","3cfbcefd-8b2d-4b9e-a11a-18274c3a8dd2","3d08f6a6-316d-45d8-aabe-1760a20903ac","3d365b22-2304-4f20-86f9-9560f59546f1","3dc61690-30c6-4374-8777-e1802e9e164c","3e5342f9-3f91-48e4-bfd1-49fbf9ca89cf","3e574ee5-d33d-4054-9884-fdb5fe9d73bd","3ee0a9b2-5570-44f0-bc66-6ed7677ce2e2","3efeaa30-9db9-4e68-a658-9064d6e67516","3f0218be-4a5e-40d2-ad76-b4bf12392fc6","3f72315b-4c5c-45c2-a5af-30fcfe28bb95","3f7f206a-7b5e-4fd5-8c9e-d665ac3f7dea","4016e556-5597-440d-b737-b419acb4e44e","40a62202-82ef-48fc-a28d-ff37d1af4cbc","40d4cf1d-6101-40e7-8e0a-a6ad5bd5d3fc","4118a9af-0aa0-439e-a92e-39f7c04469b7","412103f2-fdc1-4205-8f96-831186b58513","41f774cc-ac13-4bc6-967c-af09358a8da4","42154a89-c12a-48fa-8eb4-1185b5df1b38","42352899-f2f2-4dea-863b-8d685e63b454","42b8aa7c-0195-4ce9-9de4-4e6d780455aa","42d36c04-c238-412a-97de-63fc92840c1e","42efdb6a-1c54-497a-9058-af4256241649","439d196c-551e-4e38-8dbf-65b328d50df6","43b3be4a-973d-4aeb-a94e-37e2710ac178","43e7e6ec-9bfe-4062-a538-2a748d2eed1f","450d2a6a-0576-44c3-ba66-3a64f5e65fcf","451c256a-1f0e-4e57-9667-5b8cb2f18ff0","45adf695-69f3-4d71-a0dd-70d302e2a119","46196e8f-9339-4f00-b9cf-cab8f9abc80e","46c661a6-322a-4460-9d75-a2c95d1a49de","46e93212-da68-48f8-9aeb-ee5eb92e9a54","47c223fa-8173-4da2-abb0-753ffb4fc51c","47ccb7e9-3fb2-4460-b0c4-e07e3186ce66","47eb96ec-a417-4dbc-82d2-6317372dda11","48764854-d268-462d-a016-27329c8f062d","48811e13-5774-4da1-95ec-6ea5dc4976ad","491b26e4-1d52-457c-a00c-bdee127f8a97","49e54f0b-9ba7-4004-ba7b-682a6cb91c42","4ae04d52-92c0-493a-b677-2aa9e79bd30a","4b535df5-f79c-4ab5-9b2f-cbbb5adad70a","4c08f11e-0f3f-464e-abe9-20f18de237d8","4ce08c3b-3d08-446e-9f78-4ec22e9308db","4d1e4241-42ef-4b51-8f9b-2ab6aca31dbb","4d8edfee-7837-450a-bcf3-a7bb25670056","4dea3762-c6ae-4304-aee4-6c3f56685319","4e57a496-09ce-4c2d-9a00-0c359d01e78e","4e811a02-b749-4aed-ac7f-47957b770020","4ebd9027-5b48-42c0-9533-afe50bb101e6","4ec9b7c6-bdee-434c-bea9-1b68bee01301","4f15b112-500e-42ad-bdaa-5dadcd4351e1","4fa690e4-dbc8-4490-8958-6eb323a05daa","4fce7045-4572-4e9e-8853-2a5dcfc989ac","4fd257a5-439d-4ef8-9cc9-9741e99a04e3","5029a818-e076-4ae3-a246-693ec7615e15","5131ab8d-c884-4430-8059-9e3e1d16c747","51a55233-2e1a-4515-8fd1-354605c0c36b","52097f6a-58d3-4176-b3bf-dc94f44adf30","5257440c-ab4e-4b9e-a694-f7ff54feaa1b","52c21f91-6679-4adb-baf2-b06cf505150c","53f45c42-b2c7-4464-b708-d11c654a9ce7","543aeea7-23c1-4c7c-a377-f39c94846b5e","556ad17c-fb91-4cbc-a69c-1d36fabbada3","55b781ec-abed-41e1-85de-a60f6ac9e87e","55b9e2db-d37e-4a87-ae5a-88a8e45d7419","562b16ae-8ae7-4b2d-9098-bf3ff1429f7b","56835242-ce4b-433e-8c8b-a2749eab59de","56972713-71b5-4319-a091-706e161c198d","56afe767-c967-4094-8d60-165bc7d11ab1","56caba21-b773-4245-b3f8-3ae62725c14f","5832fffe-1f69-44b7-832b-58f064753141","586ad230-fb4b-4b34-8d5c-633726496634","59f95235-3ca9-47d7-be6a-aebfb29fcbbd","5a0df6e1-1945-49e0-8960-e7022d81cc4f","5ab2fcc5-7207-4c53-aadc-4359d5abdebf","5ac2dbbc-8bf4-45fd-a5c1-7597c885fc6b","5b5277ee-f1e0-4777-9011-d7a23c855919","5c284c81-195b-49e5-bfdd-3e0447103469","5c6b733c-b67f-472b-aea3-c59e1f78dc55","5d206442-eb93-4dc8-ae59-5b72777c961e","5dda1113-352c-471a-a7e0-a9a3cb3f19c5","5f533364-0f91-4e49-aaeb-83c4c1f6d316","5f608a10-6bd4-4579-a08a-f7e2da383794","5fca5dbb-8d5e-4471-94f6-e0944cf60ed2","6194850b-d70a-4f3e-be3e-bfb23ce1170b","61d81153-4eca-4475-82dc-5d8bc1343432","62131862-1256-4082-a83d-a0048714acb1","633eb269-916e-4d79-821e-1f304283416c","642102a2-abde-4e76-a6d6-08f7befe1196","643dbf69-1e84-4037-b582-f825e4e6c78e","6472e2a6-287f-4e7c-ad85-1454e40d4a46","650e47f3-476f-4b32-b892-c1a01335d0fe","6527c8ce-4a63-45f2-ae8e-c651e8713716","657c597e-2a5a-4b6f-9a4e-e6df84e28ad9","659a7d45-af0d-4a4a-a878-e8e40b732bfa","65aa4dcf-6e3a-4381-b5f6-5056d741ff67","65e8080f-9e4a-4fad-9ea3-09d5e0e1c816","6714be9d-8ab0-426a-be2b-c0606306ba76","673141ec-826f-4132-8282-d499990495a7","6744c441-42b3-48b2-af06-1e27ec776d97","679aa578-3b31-4b07-98b3-e00777506e32","67becef5-cd70-4fe9-b8a3-1bff2ea04ab4","68d6d1f1-2a7c-41cb-82b6-020209aff5d6","69557258-2441-4ca5-993a-8d7afb51ad3d","695de19e-801f-4f08-b44c-b0726e4aced0","6a0715a0-dce2-427d-964c-0e179309499d","6af0c659-f182-4ad4-bca7-e6c3377f808d","6b667225-a808-43e9-955e-6c4e7ecd53f2","6b6a8792-2355-4948-9c19-68491888d73f","6c39da1f-64f0-45d7-8a50-092caf2ac8f8","6cb33c43-4f6e-4052-91f0-ca9bf8db5fec","6cb8f264-cc26-476e-a3b7-53638dce7395","6cdc5ca9-6d01-4ee3-8117-3c1e74320553","6cdee883-2002-43c7-a0fd-29e7ada26963","6d3a661e-d890-4211-bc9c-8266001ebfba","6efcdb56-3f56-46dc-9309-9f5be3100f32","6f1c8cb0-38eb-408b-94e8-16db83999b3b","6fb07e09-bff6-45fd-b408-fd957f69a994","706be1bd-720d-4e74-b71f-568081afcab1","7104a533-42df-4430-87dc-e0adeb7f2320","715c6de3-5f4a-483f-9b73-ddb23207c0f4","7193cf41-e5c1-4060-a3e3-89f4d71e323b","722111d4-99f4-463b-b232-96821c18f189","7272906c-14f2-4e06-bbea-b461369e151a","72bac71a-c326-4640-bdf8-43682f59060b","72d8d9bd-b8c0-4628-bb19-6867336df7a8","73029d4b-f073-4df0-a6cc-8014284a1ced","73626fd3-0339-4351-99fc-c0507c6bab05","73a0bbd4-a420-4a90-9f20-ec0ad7e97537","743f283c-8aae-44ab-b245-c239feb23c16","74ef8358-9812-4d40-9532-d667513d7701","75d5a81e-1efc-46f3-b169-0422cbc8cd5e","76349ec5-a7ad-45cf-a6b8-1f71d7e6f74d","76426cae-c1da-41f0-afe2-1c860b41dfc2","768c4d8f-5700-4f0a-9ff2-58422aeb1dac","76d62e37-c8ab-4768-9be2-24546d5ded8c","771e307c-b2e3-47ac-aac2-59f0c3542fa6","776470f5-3a47-475b-a599-cb5fee156593","777e868d-cb88-4b8e-99d1-12ff67f5eae2","77aec0b2-30f2-4f35-a9a3-24d87795d177","782a3732-8577-4cfa-a2db-0f707735fa47","79053ce4-62d4-416c-b001-93740521fd07","794b8b40-8cab-413d-8638-011bf769f2e2","7974535c-d99b-4d69-a21d-63359e40d385","798b4f41-1e33-4da6-99c1-de926297c073","79a5c57d-aca1-4951-adb6-a2f508d43071","79bf50f3-2838-4908-8004-847ccb296fe0","7a3b0668-0a4c-489f-aa2b-4faa8ef3e429","7a80d346-84e3-4eaf-9635-09da472475d8","7ac34881-de32-42c7-af60-f992638e1da2","7ade2cdc-9625-427b-92b2-9596ac48904b","7ae6380e-b1b6-4a5a-a8d9-7cdf8eab3557","7aed6d9c-d6c6-4df3-bfae-3e0f90cd5589","7afdc917-ec37-4e03-853f-36cfe90053d9","7b042a72-c37a-487f-99cc-2c9d86b729c4","7b0af992-80e0-4ac6-a828-5eaac47eaff6","7b6c2532-be5a-4f1f-893c-36bcda2a699d","7b794c4e-573a-4401-95e1-46323261cd96","7bba93b9-5825-476e-afc9-325ad233bb4a","7c4bfc1c-20d5-40f4-8863-c69a89872159","7c507a5b-f981-4881-8c51-6c5379dfea70","7ca91ba8-c08d-4239-b9f2-d6c960466456","7cc4d5d1-4471-43b0-877a-b3af0b8d67c6","7cf3e898-2013-458b-b68d-def49b575dcc","7d727860-3573-4b5e-88d1-b226b85fc662","7d850739-d53e-48bc-8628-830aa74ab60c","7df94d2c-7c1f-4461-8f70-c2bd4ebb95be","7e33e540-2828-46ad-a441-366552843d9c","7e6151d4-5129-4631-84a1-5cffc551c1e9","7e703632-5ed0-4509-a12b-594269f865f1","7eee631d-de1e-4c6f-b60e-0e97a5e99fe6","7eef5e5c-27be-45f2-a9c8-4e0a65c984d4","7f087727-bbd5-4fb0-b604-82acffa02fea","7f79d663-b278-4611-ace1-e178a701b622","80716ed1-8d0e-44e6-8b18-606e80d22181","8097c9ce-8fe9-4150-9810-52f6c92c6099","8100bceb-ffba-487a-bb45-4fe2a156a8dc","8126b842-ea58-4988-8b3f-0394cf766b91","815261f8-daaa-4d76-86d9-d2801eb3f1f7","818442df-fb81-4f1c-bcf2-fbd6b05912ed","8335b9f1-e726-423b-8ba7-6151448ab3fd","835a4eed-a308-428d-ac85-e385b5d47d8e","836f0207-228e-4812-bc5b-ee22cd5fd51e","839f63ad-476a-4344-b6c3-911c1075c2b8","83caa371-9c1d-46c7-a7c9-abcaa71ebc57","845057a1-4da1-4a32-9bb2-bbf8502acd37","849969bd-60ec-4e91-9d14-3a50b0346ca9","84b87daf-c5e2-46fd-bb25-731e14fd3c8c","85a1b232-92ab-4829-9af3-26b280507dc0","88adbda4-7818-4888-a908-de6073bd0152","88c672dd-60a5-4dd3-8b9b-6aada8fd145d","88d0aca2-874c-4d91-8fe9-f8355d71aeb2","88e1bf57-cb14-4dfe-abb1-d8ed9c051f1a","88f06e37-f113-4865-9ad9-13483dd15084","894f5b1f-be1f-43e0-800a-e4808c8f467a","89ad91fc-50c2-44e0-b88e-2c13610377f9","8a73d19b-72e3-4944-ac20-5b4c7b54c2aa","8b42bde8-16c1-4804-8353-091aedde486f","8b712739-df44-4c23-b076-0fb778aa6dc4","8be6c40e-5669-417e-a655-b32b5f2bfd11","8c13cafb-3078-4856-a5b0-c38aace8a34a","8c48b157-1ecb-41e9-9697-7e2c75b22975","8c70181e-7b28-46b1-a51a-ba99e58e8566","8dc0660e-6fe0-48b9-aba0-0e7a72ea4afd","8e17db23-a8ca-416e-b978-1eae852c6690","8e3e83d2-96ba-4d5c-a1ed-6c08a90b339c","8e9ac507-7c8f-431f-8d1a-220ceeacf871","8f0fa40d-c6a6-4e2a-9121-4ea6fc8ed5d5","8f8f85ed-29ed-44f4-837a-0c6ef1e44f04","900eedf8-71b0-4b82-9709-019018bc29fe","909968b4-1b44-45af-8c24-ed477d039237","90db81be-753b-4d0e-9d66-9292364d2a60","913e6724-4860-4795-a079-f8141e25f225","91c4bd58-d32b-4d6b-b0e0-9be09c9e50dc","925e07e8-a897-443f-8962-ef11fc41002a","92af153b-5cc6-4130-8694-dcdb1fd45cdc","92c9e16d-525b-4ba9-890d-fa2719206ba0","92e67efe-cc8a-4132-9019-26ddfc72a735","92fa2676-1103-498c-a4f7-37a25e4a5643","9397010b-6116-4612-993a-11ec2a5d3115","93a889c2-9b8f-46cb-b2ed-c9c3d0336370","941546b8-8540-40dd-bacc-9b11f3d63033","95dfef30-acca-4b15-a05e-d33289055218","96c7dee9-118c-4c16-a63e-46c5b042503f","9730c936-a1fc-484d-a9ce-a91804a84609","977ec5e4-3b44-4359-9ab8-4e25e2a9ec86","97d3093b-4f83-41fb-9290-757a3b2fa468","98548336-f0f6-47ce-8ed6-977c8c8150af","98c4806b-a31a-4026-9876-eab4d0d1694b","990f4974-fcef-46d1-8baa-6a215f7f3292","99eb81c1-0607-456b-8030-e6110776e0e2","99fe8645-9bb9-40ce-aace-94c2942b3ff6","9a028172-c148-46fa-9afa-c5fdc7f9ba9e","9a667819-0b08-4044-b731-09d3bc41e2b9","9bac6e97-f2c6-444b-a811-66b30fafb744","9c0cd5d3-a53f-4241-b2d0-888e4c768ab3","9c301150-16a8-4ce3-818c-16d6fb0df1b7","9c348494-f60c-4bd1-9077-bff24f2e634b","9cbaa22a-d679-48ef-805a-d09d6f1091aa","9d12fcc7-93e4-4bc6-be4e-b383b0e75f7e","9d94fa1c-48d1-48bc-b725-5c11a158507b","9e0d673b-cd7d-4d8f-8c62-63c79531ff85","9ef5814d-2535-4bb9-95f4-f7e547a211dc","9f104987-f678-4ba4-b7f5-69ae7fdc01a3","9f9e911e-7e12-4d99-806c-5cfba19ea8f3","9fc29dea-b48c-4363-8f17-da0413a49a92","9ff9fe02-124c-4d5c-8526-a763272e05f4","a06a2952-8a9a-4f9c-a113-c24144619781","a0ae7a81-9a61-4112-af22-369c525b2eb1","a1dff5ca-1589-4baa-8dd7-447e82e24dc3","a1f48b35-5fe1-4090-ae9d-11955ee8099b","a305e44f-4253-4754-b83f-1e34103d77b0","a3209b22-56af-45ac-9224-67574c035638","a38e4ee7-6965-4e12-95d4-c9de1dbb014c","a49ff824-f9a6-457a-b1ff-c06b246d06d9","a4c99f1b-f304-42d5-bbea-32283b01d43b","a4df3e89-610c-4f42-a93a-e694342307cc","a4f7ca58-e8db-49f5-954a-c4f83fcb44b3","a5a56694-71fe-4174-8eea-5ab832d6caf6","a5f2462f-b308-480c-a371-a1eea95a6509","a63eab07-46e5-4b75-954f-b5a9f1f451cd","a6712361-976a-4ef9-bae9-48505344904e","a69545e9-7219-43f1-8a31-5035d87dca68","a7279281-42d5-4226-b841-f1f4deff919b","a793d3b8-aa7a-4679-ae28-e0ca2f265b1f","a7cdabc9-39d6-4380-8e14-e7792d7463dd","a80ca452-06d2-44ba-9ef6-9fe4b7dd81dd","a8990632-f055-4583-ae85-5ac742549b61","a8ba6d68-19da-4b85-9852-681c0fc1e400","a90b184d-70ac-4e67-b09b-3f20da560687","a9305b9c-63af-49a3-97c2-0b3597555cc2","a940a241-4efd-42f7-a670-2c4fed4755bb","a9d61651-349e-40d0-a7c4-c9561e190405","aa35174e-c0c8-4643-bc32-9a7b7c7e7d00","aa36a925-9be7-45ba-bf55-30f9a25c09c1","aab1cc13-8959-4914-afe8-58daf9529f61","aad57826-fe67-4d8f-b22d-49078804ae1a","ab82f8e3-6f48-4974-bb5c-39feddc51344","ab8affbb-d2a2-436b-bbc2-9e8b6cf0d2c4","ac82d07b-f8f2-4cdd-b799-98d4dc228e5c","acc778ae-a2d0-493f-963d-e946bd7cacd9","ad8ff40e-2d40-4557-8209-d2c84eb4ccf2","ad96467f-b418-4030-9b1b-7e95d36dd154","ade29c12-43f6-473d-bcc8-1e3f2cf4ee8f","ae21165c-cc6d-45cc-b5c1-97b73e85dddd","ae3eea1d-4d57-4aee-9ebe-a8eb594d319b","aea5c36b-c107-4daf-bedb-507b4cd64724","aec41fec-d146-40cc-8d9f-633e913f3ab3","aec7e0c1-672f-4a79-97f8-b6d5ccb3355c","af042ca5-da40-498b-a7dc-87ab41863ddc","af8a605e-73a6-4666-ae08-ec6e9845e629","afa69d38-3344-425e-88ff-0155d8bfc1f0","b0b6e3d0-bbb0-4fa3-8c01-9e2926fed10f","b0c1b0c3-a5a2-4273-93e9-24ccc0964c20","b1350577-c7eb-4d1d-afa3-874199b7d17d","b1f909e5-f993-467d-be46-10d8a67ee9f4","b275edcf-51dc-4dba-be25-875356a05074","b2f44732-17a2-4871-a968-53a32018ba8b","b346b784-7bde-49d0-bfa9-56236cbe19d9","b361b42d-401f-440a-bae9-35338b5dde0e","b38c68a5-86eb-4fb2-8a43-4a7d63195462","b38ce16b-3258-4019-9e86-156e4738aa89","b3a37f57-5d3e-488e-a909-f53bd4c2576b","b3adc4ec-2e2d-443d-aac1-e1f1733dca92","b3ed8a17-ce32-4100-8ffc-fb8af1c35142","b4075bbc-dbad-4a1e-a992-70aed713a459","b4321609-4f11-4066-9820-cbb483e9214a","b43297de-7378-474f-a85f-910fa7cbb4f4","b460f5f7-c7c9-400c-8419-23d614f45bf9","b49e6028-cb92-4a8a-8e85-4c403f55f61c","b4dd7a8a-a560-481a-a16e-dc60cdb440bb","b4ee8330-f1bf-460b-9345-00d08665e9cf","b52ff177-bafe-4e0a-a6c3-2cf012b1319f","b548b48c-a004-4f17-90d6-1ef5b9769e38","b59a8070-3bbd-4b81-855c-1c31486ff496","b5a922eb-49c7-45f0-92bc-671d7a8758f4","b5b4e14a-ab24-4740-b727-165ee9d22e99","b606f644-1728-4cb3-90ed-121838875de1","b6424d21-d852-4af5-96d7-cda2ba0e5912","b69adddd-3626-45d6-8100-26cf1f314d00","b6a46b11-3225-45aa-b54e-4d19d81b51cf","b6e049ae-bb12-41af-bbe4-ceded30bad67","b6e1c2e9-5572-4242-985d-f509d628092b","b6ec4ded-7c8d-416a-9a12-3e5d6c91ac93","b70e30de-fc01-4512-b218-a1411cb50789","b7209ed0-c0ff-458f-8f79-259955d29e01","b742ffa7-915f-45ce-b3f2-8391723bb34c","b763764f-efb0-48c6-b353-1831164c2db5","b794073f-4188-45c9-9e65-c9d7f2ecc24b","b81b803f-e065-4f79-b5e4-e45fb1815443","b8a081ef-a2d4-4989-8b06-721f8b2c9798","b977e434-3540-42a2-9a1c-5433d36d09cd","b9be1afc-eb3d-46ba-a645-ab2f33264f36","b9cf9a4b-be51-4f5d-ac0e-e4f79bbfaecd","ba2a4cbb-f325-4178-80db-7090f5672414","ba9f4afb-b884-4d63-9342-b6b938ea32a5","baad690f-4087-4ae9-8e32-9987d33c74ec","baf8a774-65f3-431e-b084-328ff1000895","bb0e5fc9-1b11-45c0-a0c7-668507cfabfb","bb6b3f80-20bf-4693-b106-cfb31a3d7f83","bb758bb6-99a7-47c2-80c2-47a56a7a4b33","bbbeb57d-5fa0-4ff7-b5e8-caafc139669b","bc476125-60d0-4a3a-bcf8-6e2e09d11179","bc9f3d1b-bb3a-4a78-9031-ed439212a48b","bd712cf8-d5aa-439f-8030-db612bf6d0b1","bdbce923-c05e-4554-8c4c-5c4e6d791856","bddc66f7-4e94-4857-ba7d-6b0083d0bfa0","be13351c-ca20-410c-8959-bbaa59816002","be4de4aa-721a-4d1f-aa7e-78beb1fe4681","be72862d-d71e-4b18-98a6-59019399f631","bf0b0bfa-5d1b-4783-b187-7aea8405e6bd","bf8bd63e-303e-402c-9ad2-4f6e55ed0e14","bfa98b17-c660-4cbf-a385-c2cb6a67254d","c086cb5e-3146-4a41-a471-fcbbf8fa4e09","c0e38987-e257-4da0-b270-bc48404947cd","c10cf58b-e01e-413e-979b-c6fe9e93100b","c151d945-7da0-4ab8-b0db-e41d10c0eb91","c1629dba-02af-4586-ba59-58faac7cf59b","c1973049-2d42-4091-9703-189ba374254d","c1c2a41c-e974-4c14-8d01-d278ecdb31bc","c1e46627-3cf3-4aca-97ba-80f9e919608c","c1e70a49-ca99-416d-be0a-0a064da44b62","c2b534b1-2d78-4de3-afc8-8bdd6ee6da82","c318bae5-5d3f-4e91-adfe-13c182511ef7","c38eb2f7-def3-4884-8825-56b8b8884f11","c46df0e0-648d-4dc9-a2c7-ac96125ba77c","c4be31c4-9cb3-4a07-865b-5621127df660","c4fec728-8e3f-427d-81ab-e06114910223","c52038c8-5bba-4d8e-845f-30af44300acc","c53e6980-5d2f-42d2-a98e-49c9c8779dcb","c5c95d38-c135-4059-9379-051b2dd33f9c","c5cbd941-53ab-4b02-b96c-a9af7767e606","c6d6876e-7d83-44bd-b721-5070f4087325","c726424a-3336-4e15-9055-4a26371df361","c75b7404-ae5a-4921-b70b-775deeb2c984","c8179106-e5d7-457a-9250-70df980b38ce","c8c84076-d503-48df-9b6c-9d4a835501b6","c8f06046-45c4-424b-8846-e0cd152f84b9","c931df5b-650a-4640-b4fa-7c883db1aed9","c9421f47-6b69-4ac1-97e3-ca0f55cd4076","c983df8f-4945-4587-ab14-79a8e30a924a","c9a8b574-280b-452a-98c9-cd775650d59c","c9d637ac-e0d3-4c62-9f00-08270f3c1e91","ca6a30d9-0cee-40d0-85b5-3b3d366de5c1","cadcd72e-90ca-4cfc-a181-742e35c4a8ed","cbe793e4-c034-4a22-929d-d743c0255bf1","cc1aebd0-9b96-4ff9-b3d0-888fec778898","cc485069-e081-4e83-bbad-d5faf7a5bd03","cc5e6286-2ceb-40eb-8998-7787dd02ace5","cc8d9951-2a9e-44a6-a572-309c855f3124","cdfeb531-daac-4d64-858f-6db7d82d2b93","ce27a3ec-4652-4bf8-9f06-281f53dd966c","cee97ab6-8e81-4396-a788-db0ed0da62d2","cef7ba3a-0269-4a4b-8833-7e9e5f66013a","cf6a3ff8-5153-4616-9c3f-b71966754b52","cfacc498-f089-4ae4-8ce8-697cc671f445","cfff8acb-e330-4819-a7e4-eec27645cba2","d06fbe79-9a99-485a-b363-42b47c47a2ce","d17befb9-992d-4b30-a3fc-bbbf8839f6a9","d1d15705-981c-44db-9070-592dbeace299","d2196228-d6a4-4d9f-baf5-b7bfa3bb5ba6","d232fcc2-12f6-401a-b1aa-ddff11cb9378","d35801ab-e484-44cb-b9ec-80723cb25bc7","d4558304-7c17-4aa0-bd50-cdd95547f1a7","d65f7c03-647f-4e5a-98b1-1faa3d330e7b","d85892ae-dacd-4a55-a557-9db3c16017c7","d8a67bf6-818b-4afe-af15-3d955dc5e884","d8ecd546-2638-4338-86b5-59ab3f1303a3","d93b2614-5b15-4705-8665-fb4677f1ac45","d949485e-5188-49f4-9d30-5e135532d445","d99d5685-538d-4e6a-809b-3ebeab634363","da462ed3-c8f5-409e-bdc8-53e36a4961dd","da9e7ddc-cf71-4751-b8cf-133077687946","daff5153-cdb8-4ed2-b17e-7ee2aa689da0","dc20a07e-5f92-49c2-9c97-d5eda536d3f6","dc477b44-a7b3-4dda-b897-6f164e28541b","dcf26dff-a7f2-4873-99a6-e3cd6dfc1654","dd3cb353-050f-4eee-85bd-37bfd678446c","dd5acc74-456a-4299-8316-58c0ced0d628","dd98de13-d556-4cf3-99f3-d1c0db85cb3f","ddb35995-0298-4281-88d1-2531c93a4916","ddfcde62-1b20-48ce-8ba0-7929edcd26fc","ddfd1469-94b9-4964-ada6-4fb43b0b9282","ddfd1de7-60d3-4bf3-8909-8f4fa5045479","de0c00b6-098b-4d0e-abd4-4e12db32e024","de0da109-d1fd-447f-9684-5425f5a7d22d","de3b7f6f-58ed-4d7c-84f8-79f7989649bf","dee4121a-cd1f-4124-8242-f0eae8ef6580","dfaf517f-86a1-45eb-bd71-e0bffb610396","dfba6253-3958-43fc-b132-34a1efa45268","e0230af7-0edf-4f76-af57-44cd4ebad552","e0486be6-fc22-41b1-a7f9-a0311866ceca","e0ce5575-2d62-43c9-9c4b-fca4aff6ae4d","e0e0ad7b-dcbd-4a9b-8691-6f171425fa0b","e160ed28-7752-486e-85bb-bbff03642c67","e2ef9b74-481b-424b-8e33-f0b910f66370","e36b8794-c117-4d3d-bcde-39a3ae436f1e","e3bc9d0c-0d86-44a4-a548-a2054361a4ed","e40144ed-fe92-4fc0-8f88-9be7ff3b7051","e43b0df9-317f-4c1c-a7e3-51e81acf3bf1","e4508384-7c5b-4189-80e6-1fc8a0fd4692","e4c83b60-3d49-4fdc-a6b7-06d1a0c4a126","e52fa771-eaff-48e0-8c23-d118dc4b3438","e5da22bf-bc8a-4810-b273-1e33a6b37323","e630a714-3c2a-4c0b-9ad5-a8d45fa0c01b","e6850740-6219-4f82-a705-2e7b20ede751","e6b72db4-03c0-43f9-9e9c-d49ac0ac7eb7","e6e08185-e901-4552-974d-a81766b4fa16","e7059825-0844-4271-89e8-645e2f515b59","e76f1045-8355-48a8-8e0d-eed17bf4ff6c","e797e006-7379-45c2-a4b7-d0ef133379df","e7f57347-7206-4a2f-a41b-0612d456cd30","e84c0880-728d-4ac2-b685-4f18f66c24db","e84c1369-68a2-4e67-979f-64decb6133a1","e8760175-e9bb-4ef9-87ca-591d1edd5163","e8e9959a-b422-4906-8d35-8b05c5dd6de1","e955ba85-fbe5-41e1-acf4-edea058dd135","e99aacd5-c692-4de8-b565-d5092598295d","e9f26305-2f99-43f2-8059-9694ad89cec6","ea3cc8ba-ab54-46d3-9c3a-91678fd8d381","ea47bbb0-6d4e-4744-94f7-0763ddc4313d","ea556a69-c487-45ca-8f60-7e89407ec7b7","eae0bd2b-6875-4823-b596-f5c7c0a0809e","eafbf7cc-f20c-49d3-85ff-406dd32f6444","eb61e54a-646b-4c0a-88fe-f55d514202aa","ec8de02c-7954-4424-8b95-a21d8e104bd4","ecd6d8fb-780c-446c-a8bf-93386b22fe95","ed189e2b-a4e5-493b-9085-a5aae892e5a8","ed22c591-19f4-4096-a08c-5523a26b307c","ed4addef-4649-401f-9810-c331ffeb8cf6","ed6ff6d7-b976-413b-b433-8ebd2f3c2a54","edb2bf35-efe6-4ad4-bf6e-55848ba71dfe","edc50993-1fd4-4dba-9d2f-ae7a18559829","ee05a26d-b872-4d49-9860-2fd982b3662f","ee1ebe0b-995f-4239-aad3-bfe471a88b6e","ee56689a-da7b-4cd7-8767-e3f514b6db9e","ee856e7a-37ee-435c-80e8-d0ac6f15892f","eea3cb6c-57b5-4ea5-8639-30d39962df2d","eeacc55d-d548-498a-8bc6-ac1ddcade841","ef37620d-4fa4-4d2f-a668-7b1e556b3b04","f0001e85-68ed-4a76-bcdb-dd57f507a6b6","f00849dd-c1ba-4171-a503-603fe77c0a43","f0c560c6-ac9f-40e9-bb23-d308a0123563","f0ca4b9f-4ee6-4ad8-a95f-326ada9de3cd","f13b34d7-e2a6-4cbc-9d5f-b6fe05a1c701","f1488e6b-f677-44c5-8ff3-6a2f9bdb28c2","f169dfb2-e4c8-46e9-8591-e51bb82da082","f20c89d9-71c9-45f5-a9cb-6e253b0a7cca","f2864a75-2945-4467-be00-3b4b71831f4f","f2bc8f49-6b8f-4466-908c-c6ff3e5c8c32","f30f54e8-eba3-4412-a805-3a834922c260","f373e6a7-319a-481b-8bf3-5f4e5d229456","f3ae3313-19c7-4a76-aea3-a19bacf5f6f8","f6302ae7-0947-4a8d-ace4-5e6741aea9ba","f6cc1b2e-945c-4d44-b973-3a299325e756","f6e1cd0b-1f50-4a56-b015-269e3a95051d","f754ff0d-fbbb-47d0-82d1-9eef034d602e","f791876a-f3fb-45b8-90a9-af846d8b8f74","f7cf3bbf-acc0-4fe7-a631-aca698190ce2","f7f865d8-fced-4763-b73e-fd40e9387e45","f82d0a1c-5812-4254-a000-e4ff9aece3d9","f8772631-d4a1-440d-ac89-ac6659bdc073","f8a0a7be-a72e-4eeb-82f8-c0eeb0e94148","f8f03bb2-313e-4688-945f-052eed678174","f8f694e1-f9c9-428e-a85c-d09b3474c79b","f9078bad-f202-469d-bdc0-359304f0b048","f954219a-fd4b-4fb1-945f-7950efc1d975","f9fe7b4b-fcd1-499b-bbb0-e13eb1ce0398","fb62605c-a58e-4e53-8336-b2bee316b5a6","fbdcbd97-90a9-45ea-94f6-2a1c6faaf965","fc141ede-0aec-48af-a24e-237fdc16cb7f","fd1b6c5c-4585-47c1-82eb-a324189f3ebd","fd638d4c-c064-44aa-9a9b-86c0dd1c4728","fe2e6db4-94a4-4fa9-be52-1ec235d2b137","ff4c78b4-7178-4a60-ba22-086fb18146df"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","2XM","30A","3ED","40K","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ACR","AFR","AKH","AKR","ALA","ANA","ANB","ARC","ATH","AVR","BBD","BFZ","BLB","BRB","BRO","BTD","C13","C14","C15","C16","C17","C18","C19","CED","CEI","CHK","CLB","CLU","CM2","CMA","CMD","CMM","CMR","CST","DD1","DDD","DDE","DDG","DDH","DDJ","DDL","DDM","DDO","DDP","DDR","DDS","DDU","DFT","DKM","DMR","DMU","DOM","DPA","DSK","DTK","E01","ECL","ELD","EOE","EVG","FBB","FDN","FIC","FIN","FRF","G17","GK1","GK2","GN2","GN3","GNT","GRN","GS1","GVL","H09","HBG","HOB","HOP","HOU","ICE","IKO","INR","INV","ISD","ITP","J14","J22","J25","JMP","KHM","KLD","KLR","KTK","LCI","LEA","LEB","LRW","LTR","M10","M11","M12","M13","M14","M15","M19","M20","M21","MBS","ME1","ME3","MH2","MH3","MID","MIR","MKM","MMQ","MOM","MRD","MSH","NEO","NPH","ODY","OLEP","ONE","ONS","ORI","OTJ","P02","P23","PAL00","PAL01","PAL03","PAL04","PAL05","PAL06","PAL99","PALP","PANA","PARL","PC2","PCA","PELP","PF19","PF20","PGPX","PGRU","PIP","PL25","PLST","PMPS","PMPS06","PMPS07","PMPS08","PMPS09","PMPS10","PMPS11","POR","PPP1","PRM","PRW2","PRWK","PS11","PSAL","PSS2","PSS3","PSS4","PTC","PTK","PZ2","RAV","REX","RIX","RNA","ROE","RQS","RTR","S99","SCD","SHM","SIR","SLD","SLP","SNC","SOI","SOM","SOS","SPM","STX","SUM","TD0","TD2","TDM","THB","THS","TLA","TMP","TMT","TPR","TSP","UGL","UND","UNF","UNH","USG","UST","VOW","WAR","WC00","WC01","WC02","WC03","WC04","WC97","WC98","WC99","WHO","WOE","XANA","XLN","ZEN","ZNR"],"rarities":["common","rare"]},"forgotten ancient":{"name":"Forgotten Ancient","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a spell, you may put a +1/+1 counter on this creature.\nAt the beginning of your upkeep, you may move any number of +1/+1 counters from this creature onto other creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell, you may put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":"P1P1","count":null,"mode":"Move","selection":"ResolutionDistributionAnyNumber","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may move any number of +1/+1 counters from ~ onto other creatures.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2ef75cf3-30dc-4852-a6d1-1d6391fad022","metadata":{"source_printing_ids":["0f24b1fe-781b-47e5-b5b7-85a2dc7af774","13ecbd14-bf93-4beb-afb0-6355fe9092a6","43a6da93-2dd3-44fe-93b1-e4e557812f81","49d3b91d-2e4f-4574-89f8-7b804f1d21bf","4c3d9535-3058-4283-b294-685f10ae4eec","5ecdea8d-52b6-41e4-a259-e30e8d278a53","69150436-51c8-4329-a54d-21c9f7914ed6","696cada3-0ca6-4161-8276-08471e1f9d98","6d79e492-993e-4305-bff2-b45f6b2536c8","8afea4ea-02f2-47ca-b690-864a5663eecc","90fc94d9-b8af-4de8-a42d-ae508f8f1cd5","98cb22ad-8a45-43a5-98f8-b8495ef8427f","c23e3732-4589-4ea7-8125-a5434861b9f5","c628944d-93d7-4d3d-9d11-a4c6230501e2","c90b37d1-e708-494a-bc93-b1bfbaf29de5","cbfba394-c79a-4169-abe8-08c4549268b9","d9b4def0-2716-4573-9b56-8407da342de5","de0f3be6-4e5b-4186-af49-fe3dadadcd01","f8c9d744-8294-4747-ae7e-99be2b6e7479"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["ARC","BLC","C15","C16","C21","CM2","CN2","DMR","E01","FIC","HOP","J25","MOC","NCC","NEC","PLST","SCG","SLD","SOC"],"rulings":[{"date":"2022-12-08","text":"Forgotten Ancient's first ability will resolve before the spell that caused it to trigger. Putting a +1/+1 counter on Forgotten Ancient is optional."},{"date":"2022-12-08","text":"Forgotten Ancient's last ability doesn't target any creatures. You choose how many +1/+1 counters will be moved (and onto which creatures) as the ability resolves. Notably, once the ability starts resolving and you make these choices, no player may take actions until the ability has finished resolving."}],"rarities":["rare"]},"forsaken miner":{"name":"Forsaken Miner","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Skeleton","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature can't block.\nWhenever you commit a crime, you may pay {B}. If you do, return this card from your graveyard to the battlefield. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CommitCrime","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you commit a crime, you may pay {B}. If you do, return this card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d37e0127-6f68-438e-8b9e-a71bb3c34733","metadata":{"source_printing_ids":["1679f74d-00f8-436c-9f8c-aa3f843a546c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"A player can commit only one crime per spell or ability they control. Targeting multiple opponents, permanents, spells, abilities, and/or cards with the same spell or ability doesn't constitute committing multiple crimes."},{"date":"2024-04-12","text":"A player commits a crime as they cast a spell, activate an ability, or put a triggered ability on the stack that targets at least one opponent, at least one permanent, spell, or ability an opponent controls, and/or at least one card in an opponent's graveyard."},{"date":"2024-04-12","text":"Changing the target or targets of a spell or ability won't affect whether or not the controller of that spell or ability has committed a crime. Only the initial targets chosen for that spell or ability are used to determine whether or not its controller committed a crime."},{"date":"2024-04-12","text":"For example, an ability that triggers when you cast a spell that targets an opponent will trigger at the same time as an ability that triggers whenever you commit a crime. Those abilities can be put on the stack in either order (if you control them both), and they'll both resolve before the spell that caused them to trigger."},{"date":"2024-04-12","text":"Forsaken Miner's last ability triggers only if Forsaken Miner is in your graveyard at the moment you cast a spell, activate an ability, or put a triggered ability on the stack with one or more targets that constitute a crime. For example, if you cast a sorcery spell that destroyed two target creatures and your targets were a creature controlled by an opponent and Forsaken Miner, Forsaken Miner's ability won't trigger. However, if you cast a spell with an additional cost of \"Sacrifice a creature\" and you sacrifice Forsaken Miner to pay that cost, Forsaken Miner's ability will trigger as long as you committed a crime with that spell."},{"date":"2024-04-12","text":"The spell or ability that constituted a crime doesn't have to have resolved yet or at all. As soon as you're finished casting the spell, activating the ability, or putting the triggered ability on the stack, you've committed a crime."},{"date":"2024-04-12","text":"You choose whether to pay {B} as the triggered ability is resolving. Once the ability starts resolving, it's too late for anyone to respond by removing Forsaken Miner from your graveyard to stop you from bringing it back."}],"rarities":["uncommon"]},"fortune, loyal steed":{"name":"Fortune, Loyal Steed","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Beast","Mount"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Fortune enters, scry 2.\nWhenever Fortune attacks while saddled, at end of combat, exile it and up to one creature that saddled it this turn, then return those cards to the battlefield under their owner's control.\nSaddle 1","non_ability_text":null,"flavor_name":null,"keywords":[{"Saddle":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, scry 2.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"EndCombat"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks while saddled, at end of combat, exile it and up to one creature that saddled it this turn, then return those cards to the battlefield under their owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dc440b62-0bf0-4f23-9210-3550ff0a8d4d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["02ffb299-a327-43c1-868e-1c5225204956","069294a8-e65a-47af-942f-7e99d18658f2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"\"Saddle N\" means \"Tap any number of other untapped creatures you control with total power N or greater: This permanent becomes saddled until end of turn. Activate only as a sorcery.\""},{"date":"2024-04-12","text":"\"Saddled\" isn't an ability that a creature has. It's just something true about that creature. It won't stop being saddled until the turn ends or it leaves the battlefield."},{"date":"2024-04-12","text":"An ability that triggers when a creature \"attacks while saddled\" will trigger only if that creature was saddled when it was declared as an attacker."},{"date":"2024-04-12","text":"Creatures with saddle can attack or block as normal even if they aren't saddled."},{"date":"2024-04-12","text":"Fortune's middle ability creates a delayed triggered ability that triggers at end of combat. This ability will trigger whether or not Fortune is still on the battlefield. If it's not, you can still exile up to one creature that saddled it that turn."},{"date":"2024-04-12","text":"If a permanent becomes a copy of a saddled Mount, the copy won't be saddled."},{"date":"2024-04-12","text":"The delayed triggered ability doesn't target any creature. You choose which other creature to exile, if any, as that ability is resolving. At that point, it's too late for any player to respond."},{"date":"2024-04-12","text":"Tokens exiled by the delayed triggered ability won't return to the battlefield. It's usually not a good idea to saddle Fortune if Fortune itself is a token."},{"date":"2024-04-12","text":"You may activate a permanent's saddle ability even if that permanent is already saddled."}],"rarities":["rare"]},"found footage":{"name":"Found Footage","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Clue"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may look at face-down creatures your opponents control any time.\n{2}, Sacrifice this artifact: Surveil 2, then draw a card. (To surveil 2, look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}, Sacrifice ~: Surveil 2, then draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"MayLookAtFaceDown","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"FaceDown"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at face-down creatures your opponents control any time."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"ad37551c-9d20-4902-8190-6a0aa32a7947","metadata":{"source_printing_ids":["b12eb087-762e-4e7d-a6e0-f48df603b7c7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"Found Footage's first ability doesn't let you look at face-down spells you don't control on the stack."},{"date":"2024-09-20","text":"Found Footage's first ability lets you look at face-down creatures whenever you want, even if you don't have priority. This action doesn't use the stack. Knowing what those cards are becomes part of the information you have access to, just like you can look at the cards in your hand."}],"rarities":["common"]},"fractal harness":{"name":"Fractal Harness","mana_cost":{"type":"Cost","shards":["X","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this Equipment enters, create a 0/0 green and blue Fractal creature token. Put X +1/+1 counters on it and attach this Equipment to it.\nWhenever equipped creature attacks, double the number of +1/+1 counters on it.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Fractal","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature","Fractal"],"colors":["Green","Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 0/0 green and blue Fractal creature token. Put X +1/+1 counters on it and attach ~ to it.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"MultiplyCounter","counter_type":"P1P1","multiplier":2,"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever equipped creature attacks, double the number of +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"09342fd7-3dad-431e-8b87-de8a9287e757","metadata":{"related_token_ids":["ad44b516-28bf-5949-b591-ea9cd4767bcd"],"source_printing_ids":["7315ebbf-44fe-4a6c-848e-917e06d5e355","8d196dcf-80bc-4a0a-83c9-ae87da5e74bf","b7fdad91-fa92-42b6-ad44-f4a3819212f2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","PRM","SOC"],"rulings":[{"date":"2021-04-16","text":"If you put Fractal Harness onto the battlefield without casting it, or if you choose 0 as the value of X, the token you create will be 0/0. Unless something else is raising its toughness, that token will enter the battlefield and die before you could take any actions."},{"date":"2021-04-16","text":"To double the number of +1/+1 counters on a permanent, put a number of +1/+1 counters on it equal to the number it already has. Other cards that interact with putting counters on it will interact with this effect accordingly."}],"rarities":["rare"]},"fractured identity":{"name":"Fractured Identity","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target nonland permanent. Each player other than its controller creates a token that's a copy of it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TrackedSet","id":0},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"AllExcept","exclude":{"type":"ParentObjectTargetController"}},"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target nonland permanent. Each player other than its controller creates a token that's a copy of it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"1515b0c2-1b55-4cd4-ad81-fb6b1f3e8188","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047","4d2ba458-569a-5a74-b079-cd2b89ec3f47","553b5e02-de02-59fb-9901-28d367ab1c19"],"source_printing_ids":["2c69c743-59bd-4cac-b8e7-f3424677ac57","3373a8a7-69a3-4011-a3dc-4e7c252dcd92","8db735ea-f9cf-4e3c-9200-4f180df55baa","ac1e9cd6-7be2-4c9a-a94f-3ea7e69e49db","b2f73f5d-1aad-48c2-9e74-5f7bdd87900f","b7d6477d-d1f5-4890-a1ba-abdbd8094b23","bd1db186-dd74-4e05-905c-34321fb3d641","c127a3c8-be41-4135-8de6-c6331f4b880b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C17","OTP","PZ2","SLD","WHO"],"rulings":[{"date":"2017-08-25","text":"Any enters-the-battlefield abilities of the copied permanent will trigger when the tokens enter the battlefield. Any \"As [this permanent] enters the battlefield\" or \"[This permanent] enters the battlefield with\" abilities of the copied permanent will also work."},{"date":"2017-08-25","text":"If the copied permanent had {X} in its mana cost, X is 0."},{"date":"2017-08-25","text":"If the copied permanent is a token, the tokens created by Fractured Identity copy the original characteristics of that token as stated by the effect that put it onto the battlefield."},{"date":"2017-08-25","text":"If the copied permanent was copying something else, the tokens enter the battlefield as whatever that permanent was copying."},{"date":"2017-08-25","text":"If the exiled permanent was a commander, the tokens won't be commanders."},{"date":"2017-08-25","text":"The tokens copy exactly what was printed on the permanent and nothing else (unless that permanent was copying something else or was a token; see below). They don't copy whether that permanent was tapped or untapped, whether it had any counters on it or Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on."}],"rarities":["rare","mythic"]},"fractured sanity":{"name":"Fractured Sanity","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each opponent mills fourteen cards.\nCycling {1}{U} ({1}{U}, Discard this card: Draw a card.)\nWhen you cycle this card, each opponent mills four cards.","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":1}}}],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":14},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":"Each opponent mills fourteen cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":4},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cycle this card, each opponent mills four cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"cf32524e-0df9-4af8-9371-84feeb0a86c6","metadata":{"source_printing_ids":["413ac8fb-5156-4f90-81f5-1879e273c9e2","81875876-c1a0-4f64-8dfc-39217b5e4020","c2a3b565-2880-48f1-bbfe-1eeafcb76c2b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","MH2","PMH2"],"rulings":[{"date":"2021-06-18","text":"Some cards with cycling have an ability that triggers when you cycle them, and some cards have an ability that triggers whenever you cycle any card. These triggered abilities resolve before you draw from the cycling ability."},{"date":"2021-06-18","text":"Triggered abilities from cycling a card and the cycling ability itself aren't spells. Effects that interact with spells (such as that of Cancel) won't affect them."}],"rarities":["rare"]},"frantic inventory":{"name":"Frantic Inventory","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw a card, then draw cards equal to the number of cards named Frantic Inventory in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Named","name":"frantic inventory"},{"type":"InZone","zone":"Graveyard"}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Draw a card, then draw cards equal to the number of cards named Frantic Inventory in your graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a7865331-4c53-46db-b2d7-7e5cb21b6b9d","metadata":{"source_printing_ids":["5474d7e8-6b34-4d88-bb78-c43c24d5eb58","8f14abb0-0e9f-448e-85d7-6cb71f756c56"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M21"],"rulings":[{"date":"2020-06-23","text":"Because Frantic Inventory is still on the stack while it's resolving, it doesn't count towards the number of cards you draw."}],"rarities":["common"]},"fraying sanity":{"name":"Fraying Sanity","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of each end step, enchanted player mills X cards, where X is the number of cards put into their graveyard from anywhere this turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"Variable","name":"the number of cards put into their graveyard from anywhere this turn"}},"target":{"type":"Any"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, enchanted player mills X cards, where X is the number of cards put into their graveyard from anywhere this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ab4e9284-7904-413e-97b0-69793be79cc5","metadata":{"source_printing_ids":["303ecebb-cadc-465a-8ef8-7b314f971f6c","72dbffda-f7cf-454f-b449-0fa7c6895add","797e2ab1-71dc-4151-ab5e-7e1e26e193b5","79e5c1ab-eebd-41ca-a1ca-29b00370f6e8","9a0756c6-7db8-4333-b828-4df4c0298b5c","f2a3d786-2ac1-48c8-aafe-64b72ecde383"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["HOU","PHOU","PIP","WOT"],"rulings":[{"date":"2017-07-14","text":"Fraying Sanity's triggered ability counts the number of cards that were put into the enchanted player's graveyard during the turn, even if Fraying Sanity wasn't on the battlefield at the time those cards were put there, and even if those cards have left that graveyard."},{"date":"2017-07-14","text":"The value of X is determined only as Fraying Sanity's triggered ability resolves. For example, if three Fraying Sanity Auras are attached to one player who had four cards put into their graveyard this turn, X will be four for the first ability to resolve, eight for the second, and sixteen for the third."}],"rarities":["rare"]},"freed from the real":{"name":"Freed from the Real","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\n{U}: Tap enchanted creature.\n{U}: Untap enchanted creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":null,"description":"{U}: Tap enchanted creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":null,"description":"{U}: Untap enchanted creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"03d32ace-dd99-48c6-bcae-9b915d041aef","metadata":{"source_printing_ids":["abda88df-68df-4f70-bd23-578c5b374390","c47ee6f6-50c1-4f56-b9ce-4c309bfb92ca","db826546-6a96-4272-b72f-d1d2be78b318","e9ecee02-12c0-4aed-a679-41bce95e0cda"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["A25","PLST","SLD","SOK"],"rulings":[{"date":"2018-03-16","text":"Only the player who controls Freed from the Real can activate its abilities. This might not be the controller of the enchanted creature."}],"rarities":["common","uncommon","rare"]},"frenzy sliver":{"name":"Frenzy Sliver","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"All Sliver creatures have frenzy 1. (Whenever a Sliver attacks and isn't blocked, it gets +1/+0 until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"AddKeyword","keyword":{"Frenzy":1}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Sliver creatures have frenzy 1."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d512d4ae-5db3-4fe5-8017-6a942004712d","metadata":{"source_printing_ids":["d796119a-f1eb-4de9-a9ca-d322017e9c5e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["FUT","H09"],"rulings":[{"date":"2013-04-15","text":"An ability that triggers when something “attacks and isn’t blocked” triggers in the declare blockers step after blockers are declared if (1) that creature is attacking and (2) no creatures are declared to block it. It will trigger even if that creature was put onto the battlefield attacking rather than having been declared as an attacker in the declare attackers step."},{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn’t provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it’s no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."}],"rarities":["common"]},"frodo, adventurous hobbit":{"name":"Frodo, Adventurous Hobbit","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Scout"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Partner with Sam, Loyal Attendant\nVigilance\nWhenever Frodo attacks, if you gained 3 or more life this turn, the Ring tempts you. Then if Frodo is your Ring-bearer and the Ring has tempted you two or more times this game, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"With","data":"Sam, Loyal Attendant"}},"Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"RingTemptsYou"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, if you gained 3 or more life this turn, the ring tempts you. Then if ~ is your Ring-bearer and the Ring has tempted you two or more times this game, draw a card.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Named","name":"Sam, Loyal Attendant"},"count":{"type":"Fixed","value":1},"reveal":true,"target_player":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target player may put Sam, Loyal Attendant into their hand from their library, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"58ee8c10-7be8-4889-944d-13cae0a4166d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["328df403-7428-4b17-bdd1-9759fc0f32d8","653650f9-0cc9-4f03-af7b-07dd10d847eb","95ed1ff5-a0a6-4fe0-94d2-e3675226db52","a223c85f-3952-40d0-88d4-d5c3e8cd864d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LTC"],"rulings":[{"date":"2023-06-16","text":"\"Partner with [name]\" represents two abilities. The first is a triggered ability: \"When this permanent enters the battlefield, target player may search their library for a card named [name], reveal it, put it into their hand, then shuffle their library.\""},{"date":"2023-06-16","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2023-06-16","text":"As the Ring tempts you, you get an emblem named The Ring if you don't have one. Then your emblem gains its next ability and you choose a creature you control to become (or remain) your Ring-bearer."},{"date":"2023-06-16","text":"Both commanders start in the command zone, and the remaining 98 cards of your deck are shuffled to become your library."},{"date":"2023-06-16","text":"Each player can have only one emblem named The Ring and only one Ring-bearer at a time."},{"date":"2023-06-16","text":"Each time the Ring tempts you, you must choose a creature if you control one."},{"date":"2023-06-16","text":"Frodo, Adventurous Hobbit's ability looks at how much life you've gained in the turn, even if it wasn't on the battlefield when you gained life. It doesn't care if you also lost life, even if you lost more life than you gained."},{"date":"2023-06-16","text":"If the creature you choose as your Ring-bearer was already your Ring-bearer, that still counts as choosing that creature as your Ring-bearer for the purpose of abilities that trigger \"whenever you choose a creature as your Ring-bearer\" or abilities that care about which creature was chosen as your Ring-bearer."},{"date":"2023-06-16","text":"If you haven't gained 3 or more life by the time Frodo, Adventurous Hobbit attacks, the ability won't trigger at all."},{"date":"2023-06-16","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Frodo, Adventurous Hobbit and Sam, Loyal Attendant are your commanders, your deck may contain cards with white, black, and/or green in their color identity, but not blue or red."},{"date":"2023-06-16","text":"Note that the target player searches their library (which may be affected by effects such as that of Stranglehold) and that the card they find is revealed, even though these words aren't included in the ability's reminder text."},{"date":"2023-06-16","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from one of them, not from both of them combined. Command Beacon's effect puts one into your hand from the command zone, not both."},{"date":"2023-06-16","text":"Some spells and abilities that cause the Ring to tempt you may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. The Ring won't tempt you."},{"date":"2023-06-16","text":"The Ring can tempt you even if you don't control a creature. In this case, abilities that trigger \"whenever the Ring tempts you\" will still trigger."},{"date":"2023-06-16","text":"The Ring gains its abilities in order from top to bottom. Once it gains an ability, it has that ability for the rest of the game."},{"date":"2023-06-16","text":"The Ring tempts you just once, no matter how much life you've gained past 3 life."},{"date":"2023-06-16","text":"The second ability represented by the \"partner with [name]\" keyword modifies the rules for deck construction in the Commander variant and has no function outside of that variant. If a legendary creature card with \"partner with [name]\" is designated as your commander, the named legendary creature card can also be designated as your commander. For more information on the Commander variant, please visit Wizards.com/Commander."},{"date":"2023-06-16","text":"The triggered ability of the \"partner with\" keyword still triggers in a Commander game. If your other commander has somehow ended up in your library, you can find it. You can also target another player, whether or not they have that card in their library."},{"date":"2023-06-16","text":"To have two commanders, both must have the partner ability or corresponding \"partner with\" abilities as the game begins. A creature with a \"partner with\" ability can't partner with any creature other than its designated partner. Losing a partner ability during the game doesn't cause either to cease to be your commander."}],"rarities":["mythic"]},"frolicking familiar":{"name":"Frolicking Familiar","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Otter","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you cast an instant or sorcery spell, this creature gets +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, ~ gets +1/+1 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"bbb6867f-7186-41de-9828-21be469178c1","metadata":{"source_printing_ids":["64c432d5-4f5b-44ac-9d61-891e78460d58"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["WOE"],"rulings":[{"date":"2023-09-01","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Questing Druid is a green creature card whose mana value is 2. It can’t be the target of Tenacious Tomeseeker’s triggered ability (“return target instant or sorcery card from your graveyard to your hand”)."},{"date":"2023-09-01","text":"An effect may refer to a card, spell, or permanent that “has an Adventure.” This refers to a card, spell, or permanent that has an adventurer card’s set of alternative characteristics, even if they’re not being used and even if that card was never cast as an Adventure."},{"date":"2023-09-01","text":"Casting a card as an Adventure isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2023-09-01","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner’s graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won’t be exiled and the spell’s controller won’t be able to cast it as a permanent later."},{"date":"2023-09-01","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won’t give you permission to cast it as a permanent spell."},{"date":"2023-09-01","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it’s not possible to cast the copy as a permanent."},{"date":"2023-09-01","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2023-09-01","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won’t find an instant or sorcery spell on the stack that’s been cast as an Adventure."},{"date":"2023-09-01","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it’s a token) or cease to be a copy (if it’s a nontoken permanent), and so you won’t be able to cast it as an Adventure."},{"date":"2023-09-01","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it’s legal to cast that spell. For example, if you control Johann, Apprentice Sorcerer (“Once each turn, you may cast an instant or sorcery spell from the top of your library.”) and Questing Druid is on top of your library, you can cast Seek the Beast, but not Questing Druid."},{"date":"2023-09-01","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2023-09-01","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you’ll be able to cast it only during your main phase while the stack is empty."}],"rarities":["uncommon"]},"from father to son":{"name":"From Father to Son","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a Vehicle card, reveal it, and put it into your hand. If this spell was cast from a graveyard, put that card onto the battlefield instead. Then shuffle.\nFlashback {4}{W}{W}{W} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["White","White","White"],"generic":4}}}],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Vehicle"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"else_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CastFromZone","zone":"Graveyard"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a Vehicle card, reveal it, and put it into your hand. If this spell was cast from a graveyard, put that card onto the battlefield instead. Then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"87864421-505c-4bdb-b1e3-3e44e05f2beb","metadata":{"source_printing_ids":["0c730a3b-334e-466b-bb9b-4b41fce2af6d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard if the resulting spell is an instant or sorcery spell by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2025-06-06","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2025-06-06","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2025-06-06","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2025-06-06","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2025-06-06","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare"]},"from the rubble":{"name":"From the Rubble","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nAt the beginning of your end step, return target creature card of the chosen type from your graveyard to the battlefield with a finality counter on it. (If a creature with a finality counter on it would die, exile it instead.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenCreatureType"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["finality",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, return target creature card of the chosen type from your graveyard to the battlefield with a finality counter on it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"76d07c99-8c6b-4c2c-a0f6-47541999015b","metadata":{"source_printing_ids":["84c55b5e-fdc2-4796-8c50-62715b8b15a3","9f7f7c5c-592b-4d22-968b-e5162b024b6e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LCC"],"rulings":[{"date":"2023-11-10","text":"Finality counters aren't keyword counters, and a finality counter doesn't give any abilities to the permanent it's on. If that permanent loses its abilities and then would go to a graveyard, it will still be exiled instead."},{"date":"2023-11-10","text":"Finality counters don't stop permanents from going to zones other than the graveyard from the battlefield. For example, if a permanent with a finality counter on it would be put into its owner's hand from the battlefield, it does so normally."},{"date":"2023-11-10","text":"Finality counters work on any permanent, not only creatures. If a permanent with a finality counter on it would be put into a graveyard from the battlefield, exile it instead."},{"date":"2023-11-10","text":"Multiple finality counters on a single permanent are redundant."}],"rarities":["rare"]},"frontier siege":{"name":"Frontier Siege","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Khans or Dragons.\n• Khans — At the beginning of each of your main phases, add {G}{G}.\n• Dragons — Whenever a creature you control with flying enters, you may have it fight target creature you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green","Green"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each of your main phases, add {G}{G}.","constraint":{"type":"OnlyDuringYourMainPhase"},"condition":{"type":"ChosenLabelIs","label":"Khans"},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Flying"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control with flying enters, you may have it fight target creature you don't control.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Dragons"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Khans","Dragons"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Khans or Dragons.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4cfaa5cf-cc3d-49a7-9544-38a8bb7e9ec1","metadata":{"source_printing_ids":["25b37249-bf5c-48ad-a5ea-c7538cc46929","5e7ee5ff-eabc-4947-b5fe-2647c7e2eb82","62d6b939-8331-49d2-a59a-3054c7b0f353","a474981a-581a-49c0-a036-87afaaeea7ef","f419710e-3a73-4db0-bf2e-e76730f22c4d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C17","FRF","SCD","TDC"],"rulings":[{"date":"2014-11-24","text":"Each Siege will have one of the two listed abilities, depending on your choice as it enters the battlefield."},{"date":"2014-11-24","text":"Each of the last two abilities is linked to the first ability. They each refer only to the choice made as a result of the first ability. If a permanent enters the battlefield as a copy of one of the Sieges, its controller will make a new choice for that Siege. Which ability the copy has won't depend on the choice made for the original permanent."},{"date":"2014-11-24","text":"For the \"Dragons\" ability, you decide whether the creature with flying will fight the target creature you don't control as the ability resolves."},{"date":"2014-11-24","text":"The \"Khans\" ability triggers at the beginning of both your precombat main phase and your postcombat main phase. Unused mana is lost at the end of each step and phase."},{"date":"2014-11-24","text":"The words \"Khans\" and \"Dragons\" are anchor words, connecting your choice to the appropriate ability. Anchor words are a new rules concept. \"[Anchor word] — [Ability]\" means \"As long as you chose [anchor word] as this permanent entered the battlefield, this permanent has [ability].\" Notably, the anchor word \"Dragons\" has no connection to the creature type Dragon."}],"rarities":["rare"]},"frost walker":{"name":"Frost Walker","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature becomes the target of a spell or ability, sacrifice it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ becomes the target of a spell or ability, sacrifice it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"54a22814-c0d5-4637-9aa9-a6bc96401914","metadata":{"source_printing_ids":["ebb2c83d-48db-4d0b-8c3a-f4b0353eeb86"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["F15","FRF","PRM"],"rulings":[{"date":"2014-11-24","text":"If Frost Walker becomes the target of a spell or ability, its ability triggers and is put on the stack on top of that spell or ability. Frost Walker’s ability will resolve (causing it to be sacrificed) first. Unless the spell or ability has another target, it won’t resolve as it tries to resolve for having no legal targets."}],"rarities":["uncommon"]},"frostcliff siege":{"name":"Frostcliff Siege","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Jeskai or Temur.\n• Jeskai — Whenever one or more creatures you control deal combat damage to a player, draw a card.\n• Temur — Creatures you control get +1/+0 and have trample and haste.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, draw a card.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Jeskai"},"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"ChosenLabelIs","label":"Temur"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/+0 and have trample and haste."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Jeskai","Temur"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Jeskai or Temur.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"e7af31ff-fa1b-4225-b3bc-fde80ac72d0a","metadata":{"source_printing_ids":["a750aabb-9788-494a-841f-bf75717970a7","b32ab782-5f99-489c-895a-49c5c5ea249d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"If you chose Jeskai and creatures you control deal combat damage to multiple players at the same time, Frostcliff Siege’s ability will trigger once for each player dealt combat damage this way."},{"date":"2025-04-04","text":"If you somehow control Frostcliff Siege and no choice was made for it (perhaps because another permanent on the battlefield became a copy of it), it has neither of the two abilities."}],"rarities":["rare"]},"fugitive druid":{"name":"Fugitive Druid","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Druid"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes the target of an Aura spell, you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]}]},"description":"Whenever ~ becomes the target of an Aura spell, you draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e05f3236-dc82-4353-87ab-d26ae7caa0e7","metadata":{"source_printing_ids":["afe165cd-8ef7-408e-ae56-3c6a0cc4e409"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TMP"],"rarities":["rare"]},"full throttle":{"name":"Full Throttle","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"After this main phase, there are two additional combat phases.\nAt the beginning of each combat this turn, untap all creatures that attacked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"PreCombatMain","followed_by":[],"count":{"type":"Fixed","value":2},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":"After this main phase, there are two additional combat phases.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"Phase","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3c2f87eb-b0f4-4578-b143-6fba313a82ec","metadata":{"source_printing_ids":["76bf1b29-5a8a-4ac1-aa17-58fcbda969a2","d91f7cad-89e8-45cb-a78e-b35b0ee64783","e7967282-ae00-4fdd-85c6-bcc8bc9b790b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rulings":[{"date":"2025-02-07","text":"If you somehow cast this spell when it’s not a main phase, the second ability still takes effect, but there are no additional combat phases this turn. If you cast it during an opponent’s main phase, there are two additional combat phases, but that opponent gets to attack during those combat phases, not you."},{"date":"2025-02-07","text":"There is no main phase between the two additional combat phases. If you cast this during your second main phase, you will go directly to the end step after the two additional combat phases are complete."}],"rarities":["rare"]},"furious spinesplitter":{"name":"Furious Spinesplitter","mana_cost":{"type":"Cost","shards":["RedGreen","RedGreen"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ogre","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trample\nAt the beginning of your end step, put a +1/+1 counter on this creature for each opponent who was dealt damage this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentDealtDamage","kind":"Any"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put a +1/+1 counter on ~ for each opponent who was dealt damage this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"f4964f74-07c0-4edc-984d-57722fb16961","metadata":{"source_printing_ids":["205a6ed6-38b0-42cd-a564-65ce19fb9031"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLU"],"rulings":[{"date":"2024-02-02","text":"Furious Spinesplitter doesn't need to have been on the battlefield when the damage was dealt."}],"rarities":["uncommon"]},"furnace celebration":{"name":"Furnace Celebration","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you sacrifice another permanent, you may pay {2}. If you do, this enchantment deals 2 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice another permanent, you may pay {2}. If you do, ~ deals 2 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"af6d6844-c612-4731-86da-59a8fa02956b","metadata":{"source_printing_ids":["a21fa7cb-a8ac-4312-80d4-82ee87650a55","c5879ce5-7bc0-4688-a506-8b0796a00485","f48f7f79-fc49-4d1e-a84f-c630ba238e83"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMR","SOM","UMA"],"rulings":[{"date":"2020-11-10","text":"Furnace Celebration itself doesn't allow you to sacrifice any permanents. Its ability triggers whenever you sacrifice a permanent because something else instructed you to."},{"date":"2020-11-10","text":"You can't pay {2} more than once each time Furnace Celebration's ability resolves."},{"date":"2020-11-10","text":"You choose whether to pay {2} as the ability resolves, if that target is still legal. No player may take actions between the time you pay {2} and the time damage is dealt."}],"rarities":["uncommon"]},"furnace whelp":{"name":"Furnace Whelp","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\n{R}: This creature gets +1/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: ~ gets +1/+0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"8422f1e0-00ca-4ffb-a6b2-e2c9f96d7f23","metadata":{"source_printing_ids":["1267597a-bbfe-4fb7-91b7-7fee371f0dfd","2ce76e86-39f3-4ebf-b550-88ea7f23a91f","38f13881-67ba-4671-a32c-b2ecc4370df7","396db1ad-e463-49b7-a4da-24302f771441","41e73d9c-8c17-4c3c-b535-e21f03e577bc","4c00aa95-3ef3-4639-bda2-6593515f68ae","6baab3d0-4b3b-4446-b7eb-decde55628bd","8c67e00a-a52c-4b7d-bc9c-90a34f343440","a1726eba-c471-40bd-a487-40d910b75d64","ac7ba3f5-3ad5-47e7-86c9-31954f015b91","b4b6a111-90fe-492a-8548-d7749d60e30e","c1f71c4d-9390-4cf4-b307-0c73ac9ce023","d44f74e9-aaa6-41d3-8070-bf0ead4a7d77","ff17616f-1e6c-4a2b-a6ae-04a5d1454995"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","5DN","ARC","CMA","CMD","DD2","GN3","IMA","J22","JMP","JVC","M13","M15","PLST","PS11","SCD"],"rarities":["common","uncommon"]},"fury":{"name":"Fury","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Incarnation"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Double strike\nWhen this creature enters, it deals 4 damage divided as you choose among any number of target creatures and/or planeswalkers.\nEvoke—Exile a red card from your hand.","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike",{"Evoke":{"type":"NonMana","data":{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"Red"},{"type":"InZone","zone":"Hand"}]}}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":4}},"distribute":{"type":"Damage"},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals 4 damage divided as you choose among any number of target creatures and/or planeswalkers.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.74a: When this permanent enters, if its evoke cost was paid, sacrifice it.","constraint":null,"condition":{"type":"CastVariantPaid","variant":"Evoke"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fbf9f8c5-849f-45d5-8129-5fc683c21a04","metadata":{"source_printing_ids":["0507c8ea-3478-494f-985f-cdff385f77e2","071daca8-ccc6-4707-843e-adac40dd1588","469d96bc-331b-42a8-9938-93ecece2fb5f","932d0fb9-382d-464a-9427-b91fa2398cdb","adc3f475-562e-4904-8dca-051c17f6b647","bd281158-8180-40b9-a5b7-03cfc712d81a","d9193de8-4169-45d7-8b66-c2a416a92929"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"banned","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["ECC","H2R","MH2","PMH2","PRM","SLD","SPG"],"rulings":[{"date":"2021-06-18","text":"If some of the targets are illegal as the triggered ability tries to resolve, the original division of damage still applies, but the damage that would have been dealt to the illegal targets isn't dealt at all."},{"date":"2021-06-18","text":"If you pay the evoke cost, you can have the creature's own triggered ability resolve before the evoke triggered ability. You can cast spells after that ability resolves but before you have to sacrifice the creature."},{"date":"2021-06-18","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an evoke cost), add any cost increases, then apply any cost reductions. The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."},{"date":"2021-06-18","text":"You divide the damage as you put the triggered ability on the stack, not as it resolves. Each target must be assigned at least 1 damage. You can't choose more than four targets and deal 0 damage to some of them."}],"rarities":["mythic"]},"fury sliver":{"name":"Fury Sliver","mana_cost":{"type":"Cost","shards":["Red"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"All Sliver creatures have double strike.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Sliver creatures have double strike."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"44623693-51d6-49ad-8cd7-140505caf02f","metadata":{"source_printing_ids":["0000579f-7b35-4ed3-b44c-db2a538066fe","75ba1e44-0beb-45ae-8880-3423c3f98015","a8a64329-09fc-4e0d-b7d1-378635f2801a","ccf06e21-b0fb-4fb4-9f3f-c4e721b3cb6f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["H09","PLST","SLD","TSP","TSR"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn't provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it's no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."},{"date":"2021-03-19","text":"If a creature loses double strike after assigning damage in the first strike combat damage step (due to Fury Sliver leaving the battlefield, for example), that creature won't assign damage in the normal combat damage step."}],"rarities":["uncommon","rare"]},"future sight":{"name":"Future Sight","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Play with the top card of your library revealed.\nYou may play lands and cast spells from the top of your library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"RevealTopOfLibrary":{"all_players":false}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Play with the top card of your library revealed."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Play","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands and cast spells from the top of your library."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"93a0e938-b916-47ec-9803-369e885e253c","metadata":{"source_printing_ids":["0856f657-6664-4e33-8615-e005cb211baf","1075fe05-de20-42f2-bd5f-e67f6c40b428","639cb483-ffe2-4abc-a050-5cdc8aebd5a2","688bd665-4948-4961-aec5-f17782257f9b","82117419-4d97-4ac6-abb9-316fc6460ddf","9705606c-29d4-484b-b676-5005bfaa32f1","c37c7dfa-3ef3-4958-9b54-e96c7483f054","fdf3b52f-edcd-429d-9a65-703bbd97cb5e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["DDM","EMA","MB2","MH1","ONS","PRM","SLD","VMA"],"rulings":[{"date":"2019-06-14","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability (most likely because that top card is the card you're playing), the new top card won't be revealed until you finish doing so."},{"date":"2019-06-14","text":"If the top card of your library is a land, you may play that land only if you have any available land plays."},{"date":"2019-06-14","text":"The top card of your library isn't in your hand, so you can't suspend it, cycle it, or activate any of its abilities."},{"date":"2019-06-14","text":"You must follow the normal timing permissions and restrictions for the top card of your library and pay its costs. If the card has alternative or additional costs, you may pay those. If the card has any mandatory additional costs, you must pay those."}],"rarities":["rare"]},"gadrak, the crown-scourge":{"name":"Gadrak, the Crown-Scourge","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nGadrak can't attack unless you control four or more artifacts.\nAt the beginning of your end step, create a Treasure token for each nontoken creature that died this turn. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NonToken"}]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, create a Treasure token for each nontoken creature that died this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Not","condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack unless you control four or more artifacts."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"42d7ec93-0943-43e2-9b65-b7edc3349410","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["198c5204-6b23-5085-b962-e6db6c948bd6","754fd11c-fb97-5a58-bf3a-fb4e7f179eb1","e1712205-f6a6-5ffa-befc-9becced0337f"],"source_printing_ids":["249bf4b2-9239-4303-9c5d-81d06f6b7fb1","333228c5-af16-4ebd-acfc-3776b21ef044","44b83bb7-00c8-4078-b27f-42a830a544b5","cbb13721-e6f7-439c-8993-a896de5d6892"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","M21","PM21","PRM","TDC"],"rulings":[{"date":"2020-06-23","text":"Gadrak's last ability counts creatures that died during the entire turn, even ones that died before Gadrak entered the battlefield."},{"date":"2020-06-23","text":"Once Gadrak has attacked, it will remain an attacking creature even if you no longer control four or more artifacts."}],"rarities":["rare"]},"gaea's anthem":{"name":"Gaea's Anthem","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3754dce0-3e97-406f-8807-a4942a222c41","metadata":{"source_printing_ids":["43febc63-597d-4392-b8ea-a00841148c45","8abf227a-af47-4b69-89ca-4c86a5fa10af","a9796273-e50f-4d83-bebf-0e29af7312cd","e4acaa4d-df97-4f0b-947d-1cb103504d53","ea9e0de1-2299-4ff9-b49a-88535a96bda0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MM3","PLC","PLST","TSR"],"rarities":["uncommon","rare"]},"gaea's cradle":{"name":"Gaea's Cradle","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G} for each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"color_options":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G} for each creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7c427c3d-ecd8-45ef-bebd-8f10f4a311db","metadata":{"source_printing_ids":["25b0b816-0583-44aa-9dc5-f3ff48993a51","c28e8a73-1a20-4979-bda4-73da39f73e2a"]},"legalities":{"commander":"legal","duel":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["JGP","OLGC","PRM","USG","WC99"],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"gallant fowlknight":{"name":"Gallant Fowlknight","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kithkin","Knight"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, creatures you control get +1/+0 until end of turn. Kithkin creatures you control also gain first strike until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Kithkin"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, creatures you control get +1/+0 until end of turn. Kithkin creatures you control also gain first strike until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4e0ba9d5-4bd6-49a0-ae00-70818738d0ba","metadata":{"source_printing_ids":["fb6096ba-8083-4207-9a3f-c1e4ff095204"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["common"]},"galvanizing sawship":{"name":"Galvanizing Sawship","mana_cost":{"type":"Cost","shards":["Red"],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 3+.)\n3+ | Flying, haste","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"3+ | Flying, haste"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":6},{"type":"SetToughness","value":5}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 3+"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"dfe8f77a-cc26-438b-92ae-2ca7a91f813b","metadata":{"source_printing_ids":["5bbce9fb-401f-4e78-acd5-9d3b506687fd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"gamble":{"name":"Gamble","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a card, put that card into your hand, discard a card at random, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"random":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a card, put that card into your hand, discard a card at random, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a54f0869-94c8-42af-9080-166efb9486a4","metadata":{"source_printing_ids":["0ee0f160-7339-4d98-8a8c-f08889ee52f5","3bce6015-a7df-43d4-849b-0f306d501658","4fa5f934-5407-4844-9cd5-9ba5fa7c4748","6d289cdd-3afa-48dd-9c90-3d8f9df79f16","7602b70b-686f-432b-ac59-1141dd3d0dea","81e57561-17d4-48db-8e40-f41019010bc9","8e37fae5-ddd0-4e16-8581-71579f89d9c5","924db286-fb3e-40dd-b5e2-f8128701685d","c01c9474-90a1-4c2e-bd90-471ff4fd04e5","e97210c7-8474-4065-9dd5-fc25a0bdbbbc","f7bc7576-233f-4267-9943-d831a5b2c233"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["DMR","EMA","J20","PLST","SLD","SPG","TLE","UMA","USG","VMA"],"rulings":[{"date":"2022-12-08","text":"You might end up discarding the card you searched for. It's a gamble!"}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"ganax, astral hunter":{"name":"Ganax, Astral Hunter","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Ganax or another Dragon you control enters, create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")\nChoose a Background (You can have a Background as a second commander.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"ChooseABackground"}},"Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another Dragon you control enters, create a Treasure token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a3112971-3af4-46e8-b2d6-a8759b39d0d1","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["7fb44e8f-f3f6-5834-b4ef-a0249adacc31"],"source_printing_ids":["97fb28cc-67bd-4e1f-933a-3b859f38ea64","9f5bb319-29b2-4a7c-82e9-f8b5e47909a1","dc3347e3-df90-465d-9346-77d3b4fead10"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB"],"rulings":[{"date":"2022-06-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2022-06-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2022-06-10","text":"Choose a Background is a variant of the partner ability. You may have two commanders if one of them is a legendary creature with the choose a background ability and the other is a legendary Background enchantment. Backgrounds and cards with choose a Background do not interact with cards which have any other partner ability."},{"date":"2022-06-10","text":"If a card refers to a commander creature you own, a Background won't usually be counted or included for that effect. If another spell or ability causes your Background to become a creature, however, it will be included. Any effect that refers to your commander or a commander you own or control without specifying creature will apply to a Background that is your commander, as appropriate."},{"date":"2022-06-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2022-06-10","text":"If you control a Background that grants an ability to commander creatures you own, and you own more than one commander creature, each of them will have that ability."},{"date":"2022-06-10","text":"If your Commander deck has two commanders, you can include only cards whose own color identities are also found in your commanders' combined color identities."},{"date":"2022-06-10","text":"If your commander loses the choose a Background ability or stops being a Background during the game, as appropriate, it is still your commander."},{"date":"2022-06-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 combat damage from any one of them, not from both of them combined (although your Background won't usually be a creature anyway)."},{"date":"2022-06-10","text":"You can choose two commanders that are the same color or colors."}],"rarities":["uncommon"]},"gang of elk":{"name":"Gang of Elk","mana_cost":{"type":"Cost","shards":["Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elk","Beast"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes blocked, it gets +2/+2 until end of turn for each creature blocking it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}}}},"toughness":{"type":"Quantity","value":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes blocked, it gets +2/+2 until end of turn for each creature blocking it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b99d6d51-3ead-4b81-8e0c-f458619ebb24","metadata":{"source_printing_ids":["5a84177f-43a3-4d14-9a4c-2ca931cfe092","91350320-6a51-42f0-b644-bc5ce2a80505","cd0a61c9-8b14-4255-8453-4b74d90fe0a3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["7ED","ULG"],"rulings":[{"date":"2004-10-04","text":"Gang of Elk gets the bonus once for each blocker."}],"rarities":["uncommon"]},"gathering stone":{"name":"Gathering Stone","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose a creature type.\nSpells you cast of the chosen type cost {1} less to cast.\nWhen this artifact enters and at the beginning of your upkeep, look at the top card of your library. If it's a card of the chosen type, you may reveal it and put it into your hand. If you don't put the card into your hand, you may put it into your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Graveyard","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":[],"additional_filter":{"type":"IsChosenCreatureType"}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, look at the top card of your library. If it's a card of the chosen type, you may reveal it and put it into your hand. If you don't put the card into your hand, you may put it into your graveyard.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Graveyard","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":[],"additional_filter":{"type":"IsChosenCreatureType"}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, look at the top card of your library. If it's a card of the chosen type, you may reveal it and put it into your hand. If you don't put the card into your hand, you may put it into your graveyard.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast of the chosen type cost {1} less to cast."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"9f6d6e90-7462-46e5-bf2f-725b4badc394","metadata":{"source_printing_ids":["81dfbfe1-143a-4637-b683-a34cfc51993d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rulings":[{"date":"2025-11-17","text":"Gathering Stone's second ability applies only to generic mana in the total cost of spells you cast of the chosen type."},{"date":"2025-11-17","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a flashback cost), add any cost increases (such as kicker costs), then apply any cost reductions (such as that of this ability). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."},{"date":"2025-11-17","text":"You don't have to reveal the card you look at with Gathering Stone's third ability even if it's a card of the chosen type. If you choose not to reveal it this way, you can still put it into your graveyard."}],"rarities":["uncommon"]},"gatta and luzzu":{"name":"Gatta and Luzzu","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen Gatta and Luzzu enters, choose target creature you control. If damage would be dealt to that creature this turn, prevent that damage and put that many +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"ParentTarget"},"scope":"AllDamage"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"EventContextAmount"}},"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, choose target creature you control. If damage would be dealt to that creature this turn, prevent that damage and put that many +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c01d6fde-1bd2-4412-932a-9bc97d4e5aef","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4742c222-1f29-4e1a-a545-798d175255ca","ff6b510b-a425-48c8-b67e-276fba2f0ef0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"If damage that can't be prevented is dealt to the target creature after Gatta and Luzzu's last ability resolves, you still put that many +1/+1 counters on it."}],"rarities":["rare"]},"gauntlets of light":{"name":"Gauntlets of Light","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +0/+2 and assigns combat damage equal to its toughness rather than its power.\nEnchanted creature has \"{2}{W}: Untap this creature.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":2},{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +0/+2 and assigns combat damage equal to its toughness rather than its power."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{W}: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"{2}{W}: Untap ~.\""}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e5741c85-cd09-4ccb-ab39-3f3a62f98939","metadata":{"source_printing_ids":["da0d5436-b881-45ac-b8ec-248d88714021"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M20"],"rulings":[{"date":"2019-07-12","text":"Gauntlets of Light’s effect doesn’t change the enchanted creature’s power; it changes only the amount of combat damage that creature assigns. All other rules and effects that check power or toughness use the actual values. For example, if a creature fights while enchanted by Gauntlets of Light, that creature will deal damage equal to its power, not its toughness."}],"rarities":["uncommon"]},"gavi, nest warden":{"name":"Gavi, Nest Warden","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"You may pay {0} rather than pay the cycling cost of the first card you cycle each turn.\nWhenever you draw your second card each turn, create a 2/2 red and white Dinosaur Cat creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Token","name":"Dinosaur Cat","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Dinosaur","Cat"],"colors":["Red","White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you draw your second card each turn, create a 2/2 red and white Dinosaur Cat creature token.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[{"mode":{"AlternativeKeywordCost":{"keyword":"Cycling","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"frequency":"OncePerTurn"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may pay {0} rather than pay the cycling cost of the first card you cycle each turn."}],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"716a3bb8-04bd-41f5-a568-131f175e00a6","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["4d46f6ae-835f-53f1-aba3-efea57529087"],"source_printing_ids":["80bc07d5-bdbb-4a6d-8958-0c172ea80245"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","OC20"],"rulings":[{"date":"2020-04-17","text":"Gavi’s first ability considers the entire turn. If you cycle a card then have Gavi come under your control, you can’t pay {0} to cycle your second card."},{"date":"2020-04-17","text":"If a cycling cost includes {X} and you pay an alternative activation cost of {0} instead, X is 0."},{"date":"2020-04-17","text":"If a spell or ability causes you to put cards into your hand without specifically using the word “draw,” it’s not a card drawn."},{"date":"2020-04-17","text":"The triggered ability can trigger only once each turn. It doesn’t matter Gavi was on the battlefield when the first card was drawn. If it’s not on the battlefield when the second card is drawn, the ability can’t trigger at all that turn. It won’t trigger when the third or fourth card is drawn."}],"rarities":["mythic"]},"gearshift ace":{"name":"Gearshift Ace","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dwarf","Pilot"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"First strike\nWhenever this creature crews a Vehicle, that Vehicle gains first strike until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[{"mode":"Crews","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"}],"duration":"UntilEndOfTurn","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ crews a Vehicle, that Vehicle gains first strike until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dde61c4c-1815-45b3-9e68-3097c28c363c","metadata":{"source_printing_ids":["2e8c6a9d-6169-40f8-8b3e-53ebf75be663","a4de0229-408d-4db8-bf9a-ee6e85416322"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR"],"rulings":[{"date":"2016-09-20","text":"Gearshift Ace's triggered ability triggers when it becomes tapped to activate a crew ability. Even if Gearshift Ace leaves the battlefield before its triggered ability resolves, that Vehicle still gains first strike until end of turn."}],"rarities":["uncommon"]},"gemrazer":{"name":"Gemrazer","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Mutate {1}{G}{G} (If you cast this spell for its mutate cost, put it over or under target non-Human creature you own. They mutate into the creature on top plus all abilities from under it.)\nReach, trample\nWhenever this creature mutates, destroy target artifact or enchantment an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":["Reach","Trample",{"Mutate":{"type":"Cost","shards":["Green","Green"],"generic":1}}],"abilities":[],"triggers":[{"mode":"Mutates","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"Opponent","properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ mutates, destroy target artifact or enchantment an opponent controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3dfb0c0a-b68f-43b9-8475-28d0192fc4ed","metadata":{"source_printing_ids":["0095245c-a30e-4e2a-88c9-632c678e9f03","3e524a4b-ce4d-43cc-a04f-4f4432746ede","8c89a613-2a48-4953-8e45-9afaebdf84bc","c811c0d4-e2fc-45eb-8a76-b89c38a95536","d75546a5-81fd-41c1-a081-d8980f6bd60a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","PIKO","PIP","PRM"],"rarities":["rare"]},"gemstone caverns":{"name":"Gemstone Caverns","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand and you're not the starting player, you may begin the game with Gemstone Caverns on the battlefield with a luck counter on it. If you do, exile a card from your hand.\n{T}: Add {C}. If Gemstone Caverns has a luck counter on it, instead add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["luck",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":"If this card is in your opening hand and you're not the starting player, you may begin the game with ~ on the battlefield with a luck counter on it. If you do, exile a card from your hand.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"WasStartingPlayer","controller":"You"}},"optional_targeting":false,"optional":true,"forward_result":false},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"luck"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"duration":null,"description":"{T}: Add {C}. If ~ has a luck counter on it, instead add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c0adbddc-b070-4c5f-afe0-0474c72a9251","metadata":{"source_printing_ids":["302603c5-ced4-4ad9-801f-be5eb75096cd","7f273641-c5f3-48bc-b89e-3cff52d26a0b","80c235ae-8297-4860-babe-de4a9df48c58","8f8f02f1-ccb6-48b6-ae4e-adc4fe721606","930ff1c5-7f34-47b8-8e8b-720909cc6a69","946f355a-f621-4571-8082-cebba73ebd1c","94d74254-4750-4fb3-9e53-473a5f98b315","a8eaadbb-2f83-4fc5-8e69-5b31b48eb254","ad361175-1127-40e5-8990-24e651fc2a4d","bcfba3c1-b17b-4c09-94af-eb14bf2c1f77"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["EOS","LTC","PLST","TSP","TSR"],"rulings":[{"date":"2021-03-19","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2021-03-19","text":"If multiple Gemstone Caverns are put onto the battlefield under a single player's control before the game begins, the \"legend rule\" won't put the extras into that player's graveyard until just before the starting player gets priority during the game's first upkeep step. There's no opportunity to tap the extras for mana."}],"rarities":["rare","mythic"]},"generous ent":{"name":"Generous Ent","mana_cost":{"type":"Cost","shards":["Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Treefolk"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhen this creature enters, create a Food token. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")\nForestcycling {1} ({1}, Discard this card: Search your library for a Forest card, reveal it, put it into your hand, then shuffle.)","non_ability_text":null,"flavor_name":null,"keywords":["Reach",{"Typecycling":{"cost":{"type":"Cost","shards":[],"generic":1},"subtype":"Forest"}}],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card",{"Subtype":"Forest"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a Food token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b6859c7a-4c4d-4652-938f-ecedce29d506","metadata":{"related_token_ids":["f6e24d97-b7f8-5da8-ab97-978ecbecb85e"],"source_printing_ids":["85d22d5d-3875-42ff-b51e-c6e21db201f5","ffabb307-87f0-428b-a4dc-a147c6c926a8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Typecycling is a form of cycling. Any ability that triggers on a card being cycled also triggers on a card being typecycled. Any ability that stops a cycling ability from being activated also stops a typecycling ability from being activated."},{"date":"2023-06-16","text":"Unlike the normal cycling ability, typecycling doesn't allow you to draw a card. Rather, it lets you search your library for a card with the type or types indicated by the ability name. For example, a card with basic landcycling lets you search for a basic land card, and a card with Wizardcycling lets you search for a Wizard card."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["common"]},"genesis chamber":{"name":"Genesis Chamber","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a nontoken creature enters, if this artifact is untapped, that creature's controller creates a 1/1 colorless Myr artifact creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Myr","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Myr"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"ParentTargetController"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NonToken"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature enters, if ~ is untapped, that creature's controller creates a 1/1 colorless Myr artifact creature token.","constraint":null,"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"150ab025-5cc3-4468-a724-bbba8838445d","metadata":{"related_token_ids":["0bba56fb-3b53-5d1e-a24a-3c57010bd9e0","eb9fbc1a-6716-57be-9fa4-1a3288306b7e"],"source_printing_ids":["923c3656-5cdd-4be8-a158-5d5801f8e382","93bd7e73-63dc-45b2-aaa8-984be8b900ab","f0a66ded-c697-4bab-8abf-464185f32a70"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BBD","DST","SLD"],"rarities":["uncommon","rare"]},"genji glove":{"name":"Genji Glove","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has double strike.\nWhenever equipped creature attacks, if it's the first combat phase of the turn, untap it. After this phase, there is an additional combat phase.\nEquip {3}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever equipped creature attacks, if it's the first combat phase of the turn, untap it. After this phase, there is an additional combat phase.","constraint":null,"condition":{"type":"FirstCombatPhaseOfTurn"},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has double strike."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"8242cd78-6675-43b5-8924-0a88c3aa6f76","metadata":{"source_printing_ids":["f724dde1-84b0-4e3b-a9b8-44cd22bb9f79"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rarities":["rare"]},"geth's grimoire":{"name":"Geth's Grimoire","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Book"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent discards a card, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a card, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ef809e99-34a2-4471-8269-f56bf8037686","metadata":{"source_printing_ids":["0a21d76d-d86c-4348-be45-f65167d2b5a9","18cc75dd-7fcf-463a-9f03-21fba9c30e7d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DST","PLST"],"rarities":["uncommon"]},"gev, scaled scorch":{"name":"Gev, Scaled Scorch","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Lizard","Mercenary"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Ward—Pay 2 life.\nOther creatures you control enter with an additional +1/+1 counter on them for each opponent who lost life this turn.\nWhenever you cast a Lizard spell, Gev deals 1 damage to target opponent.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"PayLife","data":2}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Lizard"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a Lizard spell, ~ deals 1 damage to target opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentLostLife"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"description":"Other creatures you control enter with an additional +1/+1 counter on them for each opponent who lost life this turn.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"77b832a8-a3af-44fe-bc67-72510d292667","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["131ea976-289e-4f32-896d-27bbfd423ba9","4ad70a0b-3845-4b92-9c15-985a3fe0e1f2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Gev's second ability cares whether opponents lost life this turn, not how their life totals changed. For example, an opponent who gained 2 life and lost 1 life in the same turn still lost life."},{"date":"2024-07-26","text":"In the case where Gev and one or more other creatures enter at the same time, those creatures won't enter with additional +1/+1 counters, even if one or more opponents lost life this turn."}],"rarities":["rare"]},"ghalta, primal hunger":{"name":"Ghalta, Primal Hunger","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":10},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Dinosaur"]},"power":{"type":"Fixed","value":12},"toughness":{"type":"Fixed","value":12},"loyalty":null,"defense":null,"oracle_text":"This spell costs {X} less to cast, where X is the total power of creatures you control.\nTrample (This creature can deal excess combat damage to the player or planeswalker it's attacking.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"Aggregate","function":"Sum","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {X} less to cast, where X is the total power of creatures you control."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b0b6be0c-41cf-4757-9f0e-87227b6ba6b3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0104b5b3-9376-4ad7-9a77-3e564e9c42e6","0489be0d-2117-46a8-97ab-31fe480685e2","3584c119-8302-40ed-8949-1a8de4b15e0d","3f89bc6f-fc43-49ad-881f-8897750e4b5f","4561678b-db52-4b89-9f34-50fe600a55d7","49c1eefd-a050-4b12-999e-5c40934f989a","54872e72-41dc-4092-8169-ce13498beb30","6a9c39e4-a8cf-42dd-8d0e-45634b335546","8c342309-aef7-4733-ac1c-ff0b704539a7","acfbd1d5-f0b1-4656-ad17-50b664230415","ee2e55f2-51bb-4c69-a4e4-0a507057767b","ef6a7dc0-35c2-4300-b0c5-28b04706291f","f16c4abb-917a-4bd5-b0bc-b700611cd5b9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","CMM","FDN","GN2","GNT","J25","JMP","PANA","PFDN","PLST","PRIX","PRM","RIX","SLD","SPG"],"rulings":[{"date":"2018-01-19","text":"Ghalta's first ability can't reduce its cost below {G}{G}."},{"date":"2018-01-19","text":"If a creature's power is somehow less than 0, it subtracts from the total power of your other creatures. If the total power of your creatures is 0 or less, Ghalta's cost remains {10}{G}{G}."},{"date":"2018-01-19","text":"The total cost to cast Ghalta is locked in before you pay that cost. For example, if you control three 2/2 creatures, including one you can sacrifice to add {C}, the total cost of Ghalta is {4}{G}{G}. Then you can sacrifice the creature when you activate mana abilities just before paying the cost."},{"date":"2018-01-19","text":"To determine Ghalta's total cost, start with the mana cost (or an alternative cost if another card's effect allows you to pay one instead), add any cost increases, then apply any cost reductions. Ghalta's mana value remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare"]},"ghave, guru of spores":{"name":"Ghave, Guru of Spores","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Fungus","Shaman"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Ghave enters with five +1/+1 counters on it.\n{1}, Remove a +1/+1 counter from a creature you control: Create a 1/1 green Saproling creature token.\n{1}, Sacrifice a creature: Put a +1/+1 counter on target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Saproling","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Saproling"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"P1P1"},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{1}, Remove a +1/+1 counter from a creature you control: Create a 1/1 green Saproling creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}, Sacrifice a creature: Put a +1/+1 counter on target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":5},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with five +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"e579a72f-4933-40fe-9e57-96f8d65370bc","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["993318ee-4e8f-58a6-b55f-894b9310a3d9","b04a8173-24b6-577f-a150-cd7e51791c04","b97a960d-5d34-5fd0-a94c-af7bb41c3edb","dc6b409b-79e0-5103-9e78-2bf1c9a3deac"],"source_printing_ids":["03cb1519-1cab-4c59-9cf9-d5c44074bbce","11590bf6-184e-4134-b1f6-7b8de5a23564","31317da6-83e1-4548-9c10-7f8da9fe2acd","3ca4df5e-14b3-42ed-89dd-d87450cc78f2","817f782f-7e62-44b3-9bb2-3a57d34dfe67","c2be0e99-cf43-423f-974f-02e3313b3aa9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","C16","CM2","CMD","OCMD","PLST","PZ1","SLD"],"rarities":["mythic"]},"ghirapur grand prix":{"name":"Ghirapur Grand Prix","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Avishkar"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you planeswalk here, all players start their engines! (If you have no speed, it starts at 1. It increases once on each of your turns when an opponent loses life. Max speed is 4.)\nAt the beginning of your end step, put X +1/+1 counters on target creature you control, where X is your speed.\nWhen you planeswalk away from Ghirapur Grand Prix, each player with the highest speed among players creates three Treasure tokens.","non_ability_text":null,"flavor_name":null,"keywords":["StartYourEngines"],"abilities":[],"triggers":[{"mode":{"Planeswalked":{"role":"To"}},"execute":{"kind":"Spell","effect":{"type":"StartYourEngines","player_scope":{"type":"All"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you planeswalk here, all players start their engines!","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Speed","player":{"type":"Controller"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put X +1/+1 counters on target creature you control, where X is your speed.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":{"Planeswalked":{"role":"From"}},"execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"HighestSpeed"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you planeswalk away from ~, each player with the highest speed among players creates three Treasure tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"6515e8d6-26ff-4716-a62d-a5847d0933e7","metadata":{"source_printing_ids":["f8a197a4-1e89-4772-8851-73dd2ffbf329"]},"legalities":{},"printings":["PUNK"],"rarities":["common"]},"ghirapur orrery":{"name":"Ghirapur Orrery","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player may play an additional land on each of their turns.\nAt the beginning of each player's upkeep, if that player has no cards in hand, that player draws three cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, if that player has no cards in hand, that player draws three cards.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"ScopedPlayer"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"Player"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each player may play an additional land on each of their turns."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"c6bb3a58-131a-4d7b-8c07-173a7de23b06","metadata":{"source_printing_ids":["2dde7d22-f235-4368-8fbe-17f6cf0508b3","c9bff744-873b-4fa1-8088-5f28bbcdc7b8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BLC","KLD","PKLD"],"rulings":[{"date":"2016-09-20","text":"Ghirapur Orrery's first ability allows a player to play an additional land during their main phase. Doing so follows the normal timing rules for playing lands."},{"date":"2016-09-20","text":"Ghirapur Orrery's first ability is cumulative if more than one is on the battlefield."},{"date":"2016-09-20","text":"If the player has any cards in hand as Ghirapur Orrery's second ability resolves, the ability does nothing. Notably, a second Ghirapur Orrery won't have a player draw another three cards unless the player empties their hand after resolving the first one's trigger."},{"date":"2016-09-20","text":"In a Two-Headed Giant game, Ghirapur Orrery's second ability triggers for each player on a team separately. If one player has cards in hand, it can still trigger for the other player."},{"date":"2016-09-20","text":"No player may take actions in a turn before Ghirapur Orrery's second ability checks to see if it should trigger. If the player whose turn it is has any cards in hand, it won't trigger."},{"date":"2016-09-20","text":"The draw step is after the upkeep step, so drawing a card as a turn-based action won't affect whether Ghirapur Orrery's second ability triggers."}],"rarities":["rare"]},"ghostfire":{"name":"Ghostfire","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Ghostfire is colorless.\nGhostfire deals 3 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetColor","colors":[]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Library","Hand","Battlefield","Graveyard","Stack","Exile","Command"],"characteristic_defining":true,"description":"~ is colorless."}],"replacements":[],"color_override":[],"color_identity":["Red"],"scryfall_oracle_id":"3479a4e6-c67d-4958-8a47-43d3a2f69bb1","metadata":{"source_printing_ids":["29739dd4-5775-4491-8245-ca2dc38a686e","71f7b2e4-8999-440d-ab4a-403a26f425c5","a60475e5-0d37-4af0-b717-da4c8dea45ac"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDG","DDT","FUT"],"rulings":[{"date":"2007-05-01","text":"Ghostfire is colorless in all zones. Its damage comes from a colorless source."}],"rarities":["common"]},"ghostly keybearer":{"name":"Ghostly Keybearer","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, unlock a locked door of up to one target Room you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"SetRoomDoorLock","op":{"type":"Unlock"},"target":{"type":"Typed","type_filters":[{"Subtype":"Room"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, unlock a locked door of up to one target Room you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ec86a45f-046c-4aab-9b82-422c6f39142e","metadata":{"source_printing_ids":["11d04a98-6997-4653-9719-e6b215567599"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["uncommon"]},"ghostly pilferer":{"name":"Ghostly Pilferer","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes untapped, you may pay {2}. If you do, draw a card.\nWhenever an opponent casts a spell from anywhere other than their hand, draw a card.\nDiscard a card: This creature can't be blocked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Discard a card: ~ can't be blocked this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Untaps","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes untapped, you may pay {2}. If you do, draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"spell_cast_origin":{"type":"NotEquals","data":"Hand"},"description":"Whenever an opponent casts a spell from anywhere other than their hand, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fe168bf1-f626-460c-890b-1ce758af01fc","metadata":{"source_printing_ids":["2810631f-c55c-4947-a26f-4d3ce76024b3","2f6a3605-950d-488b-8e4f-e2c339ef48dc","49be3f34-f140-46ec-a59d-bed4dcc34ad4","a36bccf0-3b69-45b1-8229-48df93b9c6a1","e4f96dc6-65ff-4527-8fe6-ff508da5b8b9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M21","NCC","OTC","PM21","PRM","VOC"],"rulings":[{"date":"2020-06-23","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2020-06-23","text":"Ghostly Pilferer's first ability triggers during your untap step, but it's put onto the stack at the same time as abilities that trigger at the beginning of your upkeep step. Even though the ability triggered first, you may order it before or after other abilities you control that are put onto the stack at this time."},{"date":"2020-06-23","text":"Once Ghostly Pilferer has been blocked, activating its last ability doesn't cause it to become unblocked."},{"date":"2020-06-23","text":"Players can cast spells and activate abilities after the second triggered ability resolves but before the spell that caused it to trigger does."},{"date":"2020-06-23","text":"While resolving Ghostly Pilferer's first ability, you can't pay more than {2} to draw more than one card."}],"rarities":["rare"]},"ghostly prison":{"name":"Ghostly Prison","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":2},"scaling":{"type":"PerAffectedCreature"},"defended":"Player"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e828b189-0e8f-43b8-b909-4c23e742e028","metadata":{"source_printing_ids":["00e7e279-c11b-4978-b75e-9912d08590d2","0736e2ae-92dd-458b-a42a-d41abe14b27a","1132a103-3dd7-4a17-afdc-27200b8cfbfc","1a43d9e8-3320-4873-b322-b323c792ce5e","33d9f600-095e-4f3c-bec0-177e8aeb2422","6ef870ec-5dc4-4d50-8d8f-31839758fa57","8169d44d-b15a-47e0-b417-24f2f4945d0f","82d7de2b-c909-48dc-9ab7-c4a8328e37bb","c601064b-9edd-4c7b-aea2-782ae63851ce","d0ae5ac7-4cd9-40d7-b3a7-e7d493f2bf7a","da3b83cb-f778-4096-9022-b1d6637354ff","daeca212-3a70-470e-a934-9cd7e0ebf7eb","e1f723a8-0be9-4270-b451-a52d6b2fda4e","eea3623d-1d39-4045-acdb-f0fb184ccbc8","f4cfcecf-621f-4664-9b1f-65ce4f0f8ab0","f66cce50-ce75-4fa4-9d2d-85694e5938cf","fdb77ed7-ee6e-4198-b724-774e0f4874ed"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","C19","C21","CHK","CMD","CN2","F10","KHC","MKC","ONC","PC2","PCA","PLST","PRM","PZ1","SLD","SOC","SPG","TD0","TDC","VOC"],"rulings":[{"date":"2007-02-01","text":"In the Two-Headed Giant format, you still only have to pay once per creature."},{"date":"2014-02-01","text":"Unless some effect explicitly says otherwise, a creature that can't attack you can still attack a planeswalker you control."}],"rarities":["uncommon","rare","mythic"]},"ghyrson starn, kelermorph":{"name":"Ghyrson Starn, Kelermorph","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Tyranid","Human"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Ward {2} (Whenever this creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {2}.)\nThree Autostubs — Whenever another source you control deals exactly 1 damage to a permanent or player, Ghyrson Starn deals 2 damage to that permanent or player.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"EventTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Another"}]},"description":"Whenever another source you control deals exactly 1 damage to a permanent or player, ~ deals 2 damage to that permanent or player.","constraint":null,"condition":null,"batched":false,"damage_amount":["EQ",1]}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"b110b8e6-859b-4370-aceb-b21c6cf61532","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["28383124-df99-4002-9966-0a6da67be881","fa7349d9-c82f-4cf8-a852-92168d1f4966"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"If another source deals exactly 1 damage to a permanent or player multiple times or deals exactly 1 damage to multiple permanents and/or players simultaneously, Ghryson Starn, Kellermorph's last ability triggers that many times."}],"rarities":["rare"]},"giada, font of hope":{"name":"Giada, Font of Hope","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nEach other Angel you control enters with an additional +1/+1 counter on it for each Angel you already control.\n{T}: Add {W}. Spend this mana only to cast an Angel spell.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]},"restrictions":[{"SpellType":"Angel"}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}. Spend this mana only to cast an Angel spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Angel"}],"controller":"You","properties":[]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Angel"}],"controller":"You","properties":[{"type":"Another"}]},"description":"Each other Angel you control enters with an additional +1/+1 counter on it for each Angel you already control.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"48e6d3d8-2f27-4017-acdd-40bce8cdbc02","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0b235e9f-a8a6-45d7-b301-bc6db752dda8","637ed447-aade-4fd8-8787-2330436c750f","724c26fb-6908-47e3-bc81-6c369b043d3c","80798911-6cb6-4b67-90b9-0fb83685ea92","89e2d714-2070-434a-9a81-276e72594e06","8ae6fc26-cfad-4da8-98d9-49c27c24d293","bae077bd-fc8d-44d7-8c75-8dc8699c168e","c78b6d2e-29dd-4659-a162-3de5910ce948","d0a98f22-b1ea-4ccb-8782-bf488bcd069b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J25","PFDN","PLST","PSNC","PWCS","SLD","SNC"],"rulings":[{"date":"2024-11-08","text":"\"Each Angel you already control\" means each Angel you control other than the Angel entering, including Giada. It doesn't matter if some or all of the Angels on the battlefield entered after Giada did."}],"rarities":["rare"]},"giant growth":{"name":"Giant Growth","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets +3/+3 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature gets +3/+3 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5748ebf1-24e3-499d-ab7c-c2cebd462a24","metadata":{"source_printing_ids":["06ec9e8b-4bd8-4caf-a559-6514b7ab4ca4","07aee96b-1cf3-4cd9-9998-39ab16170c6b","1210c342-1473-44ae-bcaa-e6b3ef9aea90","194fe0df-501c-4dc8-af3a-b79738a6b58c","211ba440-1c29-403a-8dd7-aa5792d20a1a","293f10ee-c3b4-481b-8bf7-af220eca4c1c","340c33e0-2e41-4e08-a958-124860225735","367dbefe-3366-408e-9fcf-7dc00f8cc201","39ad8f23-fb76-4152-84c4-cde24be65c3a","3df3116a-ce5c-44d1-9286-7deb5d516c90","431c9749-fd7b-4960-a910-8d41d3704e6c","4761badf-58f9-415d-a2b1-d1b428399384","5f5f8c40-db25-4f1e-82d6-3db555617119","62652aa9-57e7-42a7-8f2f-62e9a6aefb16","6376a82b-ca41-4a75-9d8c-396477b2f340","64490086-2e8b-4921-ab08-68960c47277c","65a168b8-285b-4725-a982-671557d4f0bc","6b712e6e-eb48-4a71-b95d-ce343966b236","755a45bd-8fe6-4e4d-8065-024a2836751b","7b1f6503-e4b2-4085-92cd-e9c522b4b10d","7cc4adb1-85af-40ba-bd36-ccd2dc1cb227","80c2fa4e-831f-4ce6-b03c-7bd446260647","8d68d4c8-854c-45bd-a6c0-2f4e686c7943","8ee8c229-1915-493d-82e2-6da9e01bb867","92b1a8a1-6777-4a00-ad3a-defc82bbac27","9832bb9d-8323-4fb3-83e1-f2c2273660f3","9a487199-3ecc-4b22-9379-1be1f8406490","9ade9b45-a1f5-4680-8d26-d2ae5879b1b6","a244a264-b85f-413a-a94e-577f34984fd1","aeece336-e5e8-4455-a297-c3739198d011","af51cf06-0ba0-4439-81ce-83301a91400b","b2ce9b8f-6dfb-4087-b516-1808cc3692fc","b604e2b2-2b8a-482a-9d2d-a7d171002016","bd0bf74e-14c1-4428-88d8-2181a080b5d0","c6ce96a5-76f1-48ca-854d-a37fb6a023a0","c9299742-564b-48ca-a7fa-cf5ed0d98ef6","c9cb3729-64a2-45d3-a83b-040e7fa9ef0c","d33fe386-d165-4874-aa6b-07b7df9b6209","d4db271b-b7f2-4a12-b606-2215bab4ac17","d5cf2c21-031a-4d31-9c18-d5bdfb5e5a81","e6b32578-a074-4a46-b742-84b974748903","e70722d6-b4d5-45c2-9488-9a5eb0bdb9bd","f237ecfe-ecb0-42e6-852f-4a7c61652803","f33f002b-92d1-45d4-9cb3-13cab3c65dd1","f349c459-6d80-4919-bb49-f1613f9b8d1f","f9d1ce5a-0a36-4740-8959-74d25a458484","fb7d7036-fffe-4b55-a8ba-494f4513ba1c","fd1f95bf-48ea-455a-8a6c-0249b11c8900","fe6060f5-d06c-4ff2-91e8-f1d836254fa6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","A25","ATH","BBD","BLB","BRB","BRO","BTD","CED","CEI","DD1","DDD","DKM","DPA","E02","EVG","FBB","FDN","FNM","GVL","ICE","J21","J25","LEA","LEB","M10","M11","M14","ME2","ME3","ME4","MSH","P06","PJJT","PLST","PRM","PS11","PSUS","RTR","SLD","SOA","SUM","WAR","WC97","WC99"],"rarities":["common","uncommon","rare"]},"giant killer":{"name":"Giant Killer","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Peasant"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{1}{W}, {T}: Tap target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}{W}, {T}: Tap target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"91e71279-c9d2-4873-916a-59da03a65741","metadata":{"source_printing_ids":["75754468-2850-42e6-ab22-61ff7b9d1214","cdbd2541-71a3-4945-8a9d-db9e59c86784","d0960ccb-6952-4398-aa94-816e6fb04c2d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["ELD","PELD","PLST","PRM"],"rulings":[{"date":"2019-10-04","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Giant Killer is a white creature card whose mana value is 1. It can't be the target of the triggered ability of Mystic Sanctuary."},{"date":"2019-10-04","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2019-10-04","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to cast it as a permanent later."},{"date":"2019-10-04","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to cast it as a permanent spell."},{"date":"2019-10-04","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to cast the copy as a permanent."},{"date":"2019-10-04","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2019-10-04","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2019-10-04","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if Giant Killer is exiled with the last ability of Vivien, Champion of the Wilds, you can't cast it as Chop Down."},{"date":"2019-10-04","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2019-10-04","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you'll be able to cast it only during your main phase while the stack is empty."}],"rarities":["rare"]},"giant ox":{"name":"Giant Ox","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ox"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"This creature crews Vehicles using its toughness rather than its power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CrewContribution":{"kind":"ToughnessInsteadOfPower","actions":["Crew"]}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ crews Vehicles using its toughness rather than its power."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b42bdf54-9055-405c-87e6-0912dbe2bd68","metadata":{"source_printing_ids":["d3f4dbc9-baa5-407b-a96c-43f356a0875b","fc71d8ca-c613-4534-bc9d-bc1e13202a2c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","KHM"],"rulings":[{"date":"2021-02-05","text":"Crewing a Vehicle doesn't cause Giant Ox's power or toughness to change."}],"rarities":["common"]},"gideon blackblade":{"name":"Gideon Blackblade","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Gideon"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"During your turn, Gideon Blackblade is a 4/4 Human Soldier creature with indestructible that's still a planeswalker.\nPrevent all damage that would be dealt to Gideon Blackblade during your turn.\n[+1]: Up to one other target creature you control gains your choice of vigilance, lifelink, or indestructible until end of turn.\n[−6]: Exile target nonland permanent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain your choice of vigilance, lifelink, or indestructible"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":"UntilEndOfTurn","description":"[+1]: Up to one other target creature you control gains your choice of vigilance, lifelink, or indestructible until end of turn.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Loyalty","amount":-6},"sub_ability":null,"duration":null,"description":"[−6]: Exile target nonland permanent.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"AddKeyword","keyword":"Indestructible"},{"type":"AddType","core_type":"Creature"},{"type":"AddSubtype","subtype":"Human"},{"type":"AddSubtype","subtype":"Soldier"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, ~ is a 4/4 Human Soldier creature with indestructible that's still a planeswalker."}],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Prevent all damage that would be dealt to ~ during your turn.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"813c19f5-3580-488d-9eee-c7a563def532","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["071421ba-b54a-4510-9065-ace62368d3cb","2d82cf3e-b29f-4eb1-a58f-dadddc6d7ec2","39d51c5e-26cb-4276-a676-fabfef866248","41326ca6-f815-4af7-b022-67db127bc125","b9581ba4-8b7a-410c-9a7d-d4a976880435"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MED","PRM","PWAR","RVR","SLD","WAR"],"rulings":[{"date":"2019-05-03","text":"Any counters that are put on Gideon remain on him while he's not a creature, even if they have no effect on a noncreature planeswalker."},{"date":"2019-05-03","text":"If an Equipment becomes attached to Gideon while he's a creature, it'll become unattached during the next upkeep that isn't yours. The same is true of any Auras that become attached to Gideon that can't enchant a noncreature planeswalker."},{"date":"2019-05-03","text":"If an effect causes Gideon to lose all abilities during your turn, he's still a Human Soldier creature and a Gideon planeswalker. This is because his first ability applies before that ability is lost."},{"date":"2019-05-03","text":"If damage that can't be prevented is dealt to Gideon during your turn, that damage will have all applicable results: specifically, the damage is marked on Gideon (since he's a creature) and that damage causes that many loyalty counters to be removed from him (since he's a planeswalker). Even though he has indestructible, if Gideon has no loyalty counters on him, he's put into his owner's graveyard."},{"date":"2019-05-03","text":"You choose which ability the target creature gains as Gideon's first loyalty ability resolves, not as you activate it."}],"rarities":["mythic"]},"gift of paradise":{"name":"Gift of Paradise","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant land\nWhen this Aura enters, you gain 3 life.\nEnchanted land has \"{T}: Add two mana of any one color.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":2},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add two mana of any one color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted land has \"{T}: Add two mana of any one color.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"43a86d36-9653-4498-a533-8b30b919cdbf","metadata":{"source_printing_ids":["00b361e3-8aaa-4194-8ae8-45bdb70c97bb","48273e83-139a-43a4-9bb8-171d3620da60","c0338075-5e84-4a37-957a-9cf23ac261ab","c4a2b15f-c289-4270-830c-50577325b97a","d6b4e2b7-2687-4ad1-99e4-0f8411b5f50d","f7a6fd97-819c-4947-b125-fb9da2329a02"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","C21","CMR","M19","M20","PLST"],"rulings":[{"date":"2020-11-10","text":"If the target land is an illegal target by the time Gift of Paradise tries to resolve, it doesn't resolve. It won't enter the battlefield, so its enters-the-battlefield ability won't trigger."}],"rarities":["common","uncommon"]},"gifted aetherborn":{"name":"Gifted Aetherborn","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Aetherborn","Vampire"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch, lifelink","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Lifelink"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0c6a6587-2b3f-40d1-a5f2-06128da0d52e","metadata":{"source_printing_ids":["1a26dbb1-5d3a-4384-9dc4-6cd40eb94ec9","8644d4d1-8499-40a8-a01f-68172c82bf58","abceb4fd-e3c5-400d-af7a-6dd17108a4b4","d1151568-82ed-45b9-bde5-c2b291a6369d","d655fb9f-cc56-4d1e-a904-9aada9180852"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","GN3","JMP","KLR","PLST","SCH"],"rarities":["uncommon"]},"giggling skitterspike":{"name":"Giggling Skitterspike","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Toy"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nWhenever this creature attacks, blocks, or becomes the target of a spell, it deals damage equal to its power to each opponent.\n{5}: Monstrosity 5. (If this creature isn't monstrous, put five +1/+1 counters on it and it becomes monstrous.)","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"Monstrosity","count":{"type":"Fixed","value":5}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},"sub_ability":null,"duration":null,"description":"{5}: Monstrosity 5.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it deals damage equal to its power to each opponent.","constraint":null,"condition":null,"batched":false},{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ blocks, it deals damage equal to its power to each opponent.","constraint":null,"condition":null,"batched":false},{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"StackSpell"},"description":"Whenever ~ becomes the target of a spell, it deals damage equal to its power to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ca02cb31-9850-48bf-bc8d-ed86a4d4d4f7","metadata":{"source_printing_ids":["a7360ffb-5a45-490f-9adf-d540a404e64d","fba20e7e-9581-4a9b-bdda-5c85d3450d4c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"If Giggling Skitterspike is no longer on the battlefield when its second ability resolves, use its power as it last existed on the battlefield to determine how much damage it deals."},{"date":"2024-09-20","text":"Monstrous isn't an ability that a creature has. It's just something true about that creature. If the creature stops being a creature or loses its abilities, it will continue to be monstrous."},{"date":"2024-09-20","text":"Once a creature becomes monstrous, it can't become monstrous again. If the creature is already monstrous when the monstrosity ability resolves, nothing happens."}],"rarities":["rare"]},"gilded lotus":{"name":"Gilded Lotus","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add three mana of any one color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":3},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add three mana of any one color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9a02a9a7-39d9-4763-85d3-747a0540b60b","metadata":{"source_printing_ids":["27c5edd9-c170-4aa7-90a1-3f4fb552fce6","28e619e6-ecc1-49c3-8fa9-ce42becdb9ba","33704052-aeb1-4798-a64d-778e1879eeb9","4991e495-9b6d-4f52-aada-3187fd44b945","5ed78861-4877-4f27-b900-981af79c2450","608a4869-a5ee-41ad-a08e-74a9a85c7906","70398b01-0301-4a1c-8768-2f189f12577c","7059c4c9-549f-41eb-a7e3-903bc511f6c7","725cb5db-d4b6-453b-9a10-4ab7d98e1023","929ec761-fcc6-473d-b160-0feff6cdf7d0","a1d5e4c8-dfd0-45bc-8000-ebfaccfefec3","a487e208-8493-4bca-8c44-284d89c66b15","aa5e88f1-0ddf-45d7-bbd0-baa88d121867","b7a4ceea-cecf-4310-b1de-40d767f8113b","e1ffa2cd-38d3-4ba5-98aa-8cd790a3aa2e","eea7554e-be86-4d0f-8e80-0ccb4c2cd2f1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["40K","BLC","BRR","CMM","DOM","FDN","M13","MRD","MSC","PDOM","PW26","SLD","V13"],"rarities":["rare"]},"gimbal, gremlin prodigy":{"name":"Gimbal, Gremlin Prodigy","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Gremlin","Artificer"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Artifact creatures you control have trample.\nAt the beginning of your end step, create a 0/0 red Gremlin artifact creature token. Put X +1/+1 counters on it, where X is the number of differently named artifact tokens you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Gremlin","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Creature","Gremlin"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Ref","qty":{"type":"ObjectCountDistinct","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Token"}]},"qualities":["Name"]}}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, create a 0/0 red Gremlin artifact creature token. Put X +1/+1 counters on it, where X is the number of differently named artifact tokens you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature","Artifact"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Artifact creatures you control have trample."}],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"e7441404-71ff-449e-812b-18cd52eabb98","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["ab813dd4-69b7-5723-b719-22eaecd6cbee"],"source_printing_ids":["30cd6ab7-7235-427e-bc92-c9fe6032ffa1","4a9aa899-752b-4106-89ba-9475ee777d41","f4cc58af-1226-4e6b-8f46-d46f3c3068eb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"A token’s name is its subtypes plus the word “Token” unless it’s copying another object or it was given a specific name by the effect that created it. For example, the tokens created by Gimbal’s last ability are named “Gremlin Token.” These tokens have the same name as the 2/2 red Gremlin creature tokens created by Release the Gremlins."},{"date":"2023-04-14","text":"To determine the number of differently named artifact tokens you control, count each artifact token you control once, but only if its English name isn’t exactly the same as another artifact token you’ve already counted this way."}],"rarities":["mythic"]},"gingerbread cabin":{"name":"Gingerbread Cabin","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Forest"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {G}.)\nThis land enters tapped unless you control three or more other Forests.\nWhen this land enters untapped, create a Food token. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters untapped, create a Food token.","constraint":null,"condition":{"type":"Not","condition":{"type":"ZoneChangeObjectIsTapped"}},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control three or more other Forests.","condition":{"type":"UnlessControlsCountMatching","minimum":3,"filter":{"type":"Typed","type_filters":[{"Subtype":"Forest"}],"controller":"You","properties":[{"type":"Another"}]}},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"fa98c367-0312-49c6-abef-72e5ead4cc7d","metadata":{"related_token_ids":["90b377a5-5f77-5f59-a5e0-3da610eef6c8","ecfea11b-0a80-5178-b350-42b0bd7c175a"],"source_printing_ids":["3b583cc8-95e6-4772-afe3-d405b65836e0","b11f5296-5f7d-41ca-a67d-e976273d7386"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C21","ELD"],"rulings":[{"date":"2019-10-04","text":"As these lands are entering the battlefield, they check for lands that are already on the battlefield. They won't see lands that are entering the battlefield at the same time (due to Scapeshift, for example)."},{"date":"2019-10-04","text":"If another effect puts these lands onto the battlefield tapped, they enter tapped, even if you control enough lands with the appropriate basic land type."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["common"]},"gisa, glorious resurrector":{"name":"Gisa, Glorious Resurrector","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"If a creature an opponent controls would die, exile it instead.\nAt the beginning of your upkeep, put all creature cards exiled with Gisa onto the battlefield under your control. They gain decayed. (A creature with decayed can't block. When it attacks, sacrifice it at end of combat.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Battlefield","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]},"enters_under":"You"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Decayed"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain decayed"}],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, put all creature cards exiled with ~ onto the battlefield under your control. They gain decayed.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Destroy","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"description":"If a creature an opponent controls would die, exile it instead.","condition":null}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f1354b1b-896c-4492-b0c0-3dd07c6d3917","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["63461076-a13d-488d-bd82-ceac441341c8","7473f95a-b004-41ad-9729-0242c8b2a5ee","ed32d175-2120-42b3-85f8-d8869f37efd4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID","PMID"],"rulings":[{"date":"2021-09-24","text":"Because creatures controlled by opponents aren't dying due to Gisa's replacement effect, any \"when [this creature] dies\" triggered abilities those creatures have won't trigger."},{"date":"2021-09-24","text":"Decayed does not create any attacking requirements. You may choose not to attack with a creature that has decayed."},{"date":"2021-09-24","text":"Decayed does not grant haste. Creatures with decayed that enter the battlefield during your turn may not attack until your next turn."},{"date":"2021-09-24","text":"Decayed represents a static ability and a triggered ability. \"Decayed\" means \"This creature can't block\" and \"When this creature attacks, sacrifice it at end of combat.\""},{"date":"2021-09-24","text":"Gisa does not grant haste to the creatures that are returned to the battlefield, so you normally won't be able to attack with them the turn they are returned."},{"date":"2021-09-24","text":"If a creature your opponent controls would die and more than one effect would cause it to be exiled, that opponent chooses which one to apply. If the creature is exiled due to some other replacement effect, it will not be returned to the battlefield with Gisa."},{"date":"2021-09-24","text":"Once a creature with decayed attacks, it will be sacrificed at end of combat, even if it no longer has decayed at that time."}],"rarities":["rare"]},"gisela, the broken blade":{"name":"Gisela, the Broken Blade","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel","Horror"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, first strike, lifelink\nAt the beginning of your end step, if you both own and control Gisela and a creature named Bruna, the Fading Light, exile them, then meld them into Brisela, Voice of Nightmares.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Meld","source":"Gisela, the Broken Blade","partner":"Bruna, the Fading Light","result":"Brisela, Voice of Nightmares"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you both own and control ~ and a creature named Bruna, the Fading Light, exile them, then meld them into Brisela, Voice of Nightmares.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"And","conditions":[{"type":"ControlCount","minimum":1,"filter":{"type":"And","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Owned","controller":"You"}]}]}},{"type":"ControlCount","minimum":1,"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Named","name":"Bruna, the Fading Light"},{"type":"Owned","controller":"You"}]}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f3e23d5e-bd88-4e7c-a3fb-db2a8cb05b22","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["04506bad-3856-4184-8dda-941ded60f41a","128e73b3-19a0-4740-b32b-5882d3937a79","bcaad0d2-4f73-4d09-80f2-5975a498ea19","c75c035a-7da9-4b36-982d-fca8220b1797","d1cfc318-9c3e-471f-90eb-dc76454da957","e48b5d96-3c27-4d14-abfc-92db5cbb13ee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","SIR","SLD","V17"],"rulings":[{"date":"2016-07-13","text":"In a Commander game, your commander may be Bruna, the Fading Light or Gisela, the Broken Blade, and the other may be in your deck. If they meld into Brisela, Voice of Nightmares, Brisela will also be your commander; but if Brisela leaves the battlefield, only the card chosen as your commander at the start of the game may be put into the command zone."}],"rarities":["mythic"]},"gitaxian probe":{"name":"Gitaxian Probe","mana_cost":{"type":"Cost","shards":["PhyrexianBlue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({U/P} can be paid with either {U} or 2 life.)\nLook at target player's hand.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Player"},"card_filter":{"type":"None"},"count":null,"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at target player's hand.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1d67f5ff-1fce-45e5-b6a1-416c569351e2","metadata":{"source_printing_ids":["1fbb4493-23db-4c91-a3e0-17b139f5d00f","995486ce-58bb-4753-a812-0ca73ef1a235","b1234467-0f96-4021-ab3c-b4111815168f","b511dd44-4c2c-45be-a35b-61524d7a5761","e670a4e5-7992-419b-8af3-7d622fbe39b2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"banned","modern":"banned","oathbreaker":"legal","pauper":"banned","paupercommander":"legal","vintage":"restricted"},"printings":["F12","MB2","NPH","PLST","PRM","SLD"],"rulings":[{"date":"2011-06-01","text":"A card with Phyrexian mana symbols in its mana cost is each color that appears in that mana cost, regardless of how that cost may have been paid."},{"date":"2011-06-01","text":"As you cast a spell or activate an activated ability with one or more Phyrexian mana symbols in its cost, you choose how to pay for each Phyrexian mana symbol at the same time you would choose modes or choose a value for X."},{"date":"2011-06-01","text":"If you're at 1 life or less, you can't pay 2 life."},{"date":"2011-06-01","text":"Phyrexian mana is not a new color. Players can't produce Phyrexian mana."},{"date":"2011-06-01","text":"The targeted player may have no cards in their hand. You'll still draw a card."},{"date":"2011-06-01","text":"To calculate the mana value of a card with Phyrexian mana symbols in its cost, count each Phyrexian mana symbol as 1."}],"rarities":["common","rare"]},"gix, yawgmoth praetor":{"name":"Gix, Yawgmoth Praetor","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Praetor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature deals combat damage to one of your opponents, its controller may pay 1 life. If they do, they draw a card.\n{4}{B}{B}{B}, Discard X cards: Exile the top X cards of target opponent's library. You may play lands and cast spells from among cards exiled this way without paying their mana costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":4}},{"type":"Discard","count":{"type":"Fixed","value":0},"filter":null,"random":false,"self_ref":false}]},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"play","description":"play lands"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":true,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{4}{B}{B}{B}, Discard X cards: Exile the top X cards of target opponent's library. You may play lands and cast spells from among cards exiled this way without paying their mana costs.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":1}},"payer":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals combat damage to one of your opponents, its controller may pay 1 life. If they do, they draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"928d977e-cff0-4e0e-83bb-16d73a754f35","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["135c5948-4c95-4f24-b648-eda55ab637c8","2c76f7e0-37e7-4e87-93a3-a25ba0674645","425ae9d7-f198-4ace-9a2c-ebc8845a71ce","7ea211f0-322b-4a78-8853-61eeddccdb3c","d71d72c2-f91f-4adf-9c38-20fc559b9689","f1de9d89-4cbf-453b-ab6d-88090bd7a204","fb87dbd3-1b80-4c91-b4f7-b13bdd885c3c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","FCA","MB2","PBRO","PRM","TDC"],"rulings":[{"date":"2022-10-14","text":"If a spell you cast this way has an {X} in its mana cost, you must choose 0 for X."},{"date":"2022-10-14","text":"You may play a land this way only during your own turn and only if you have not yet played a land this turn."},{"date":"2022-10-14","text":"You must play the cards as you resolve the last ability. You can't wait and play them later."}],"rarities":["mythic"]},"glacial grasp":{"name":"Glacial Grasp","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tap target creature. Its controller mills two cards. That creature doesn't untap during its controller's next untap step. (They put the top two cards of their library into their graveyard.)\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Tap target creature. Its controller mills two cards. That creature doesn't untap during its controller's next untap step.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c3006be3-a796-4238-95dd-1e8e47c063b5","metadata":{"source_printing_ids":["381d84d6-7b34-44cb-a697-54b835ba1281"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ZNR"],"rulings":[{"date":"2020-09-25","text":"If the target creature is an illegal target by the time Glacial Grasp tries to resolve, the spell doesn’t resolve. No player mills or draws any cards, and the creature won’t be stopped from untapping. If the target is legal but Glacial Grasp doesn’t tap it (most likely because it’s already tapped), the rest of Glacial Grasp’s effects still happen: that creature won’t untap during its controller’s next untap step, that player mills two cards, and you draw a card."}],"rarities":["common"]},"glacierwood siege":{"name":"Glacierwood Siege","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Temur or Sultai.\n• Temur — Whenever you cast an instant or sorcery spell, target player mills four cards.\n• Sultai — You may play lands from your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":4},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, target player mills four cards.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Temur"},"batched":false}],"static_abilities":[{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Play"}},"affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"modifications":[],"condition":{"type":"ChosenLabelIs","label":"Sultai"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands from your graveyard."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Temur","Sultai"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Temur or Sultai.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"295a831c-490e-42ba-afc1-dab3524a4f0c","metadata":{"source_printing_ids":["0f37fad7-2385-409b-8375-fa5dfbcad833","6626cc5e-3a9f-4832-a88a-abf6466e2bae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Glacierwood Siege’s Sultai ability doesn’t allow you to activate abilities (such as cycling) of land cards in your graveyard."},{"date":"2025-04-04","text":"Glacierwood Siege’s Sultai ability doesn’t change the times when you can play those land cards. You can still play only one land per turn, and only during your main phase when you have priority and the stack is empty."},{"date":"2025-04-04","text":"If you somehow control Glacierwood Siege and no choice was made for it (perhaps because another permanent on the battlefield became a copy of it), it has neither of the two abilities."}],"rarities":["rare"]},"glademuse":{"name":"Glademuse","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a spell, if it's not their turn, that player draws a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell, if it's not their turn, that player draws a card.","constraint":null,"condition":{"type":"Not","condition":{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"028f2c1d-9c1d-4ac3-adf4-644b5166502b","metadata":{"source_printing_ids":["89a40dc1-3bd8-4c7e-9446-5abc8c1f6995"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20"],"rulings":[{"date":"2020-04-17","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2020-04-17","text":"Players can cast spells and activate abilities after the triggered ability resolves but before the spell that caused it to trigger does."}],"rarities":["rare"]},"glaring aegis":{"name":"Glaring Aegis","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nWhen this Aura enters, tap target creature an opponent controls.\nEnchanted creature gets +1/+3.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, tap target creature an opponent controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":3}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+3."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0b0c98ba-3505-40aa-b0f2-e03c9790f51e","metadata":{"source_printing_ids":["213b9831-8259-4c06-9b4f-13dbeb9ba6f7","a5f66474-05bb-4235-b8b4-c2e6452118fc","daa83dc2-4ec0-4e4f-8bfd-4f6d6df06a2d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DTK","M20","PLST"],"rulings":[{"date":"2019-07-12","text":"If the target creature is an illegal target by the time Glaring Aegis tries to resolve, the spell doesn't resolve. It won't enter the battlefield, so its ability won't trigger."}],"rarities":["common"]},"glimmer seeker":{"name":"Glimmer Seeker","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Survivor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Survival — At the beginning of your second main phase, if this creature is tapped, draw a card if you control a Glimmer creature. If you don't control a Glimmer creature, create a 1/1 white Glimmer enchantment creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Glimmer","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Enchantment","Creature","Glimmer"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"Glimmer"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"Glimmer"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PostCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your second main phase, if ~ is tapped, draw a card if you control a Glimmer creature. If you don't control a Glimmer creature, create a 1/1 white Glimmer enchantment creature token.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"SourceIsTapped"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cbb5526b-3aa1-43d9-acdb-bd230ce3fe63","metadata":{"related_token_ids":["7918eafc-a710-5e80-9b59-bdfe07067a46"],"source_printing_ids":["7f06bbb1-0c7d-4803-9b35-8a2206803eed"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"If a creature with a survival ability isn't tapped when your second main phase begins, the ability won't trigger at all. You won't be able to tap it during your second main phase in time to have that ability trigger."},{"date":"2024-09-20","text":"If a creature's survival ability triggers but that creature is untapped when the ability begins to resolve, that ability won't do anything."},{"date":"2024-09-20","text":"If a creature's survival ability triggers but the creature leaves the battlefield before the ability resolves, use its tapped or untapped status as it last existed on the battlefield to determine whether or not the ability will do anything."},{"date":"2024-09-20","text":"Survival abilities (and other abilities that trigger at the beginning of your second main phase) will trigger at the beginning of the second main phase you take in a turn. They won't trigger during your third, fourth, or other additional main phases in a single turn, if effects somehow cause you to have more than two main phases."}],"rarities":["uncommon"]},"glint hawk":{"name":"Glint Hawk","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, sacrifice it unless you return an artifact you control to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you return an artifact you control to its owner's hand.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"ReturnToHand","count":1,"filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5d24525f-dbac-434b-bda7-ff8af55245ff","metadata":{"source_printing_ids":["284c4710-4183-4743-9c8b-515cc98cbbb8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["SOM"],"rulings":[{"date":"2011-01-01","text":"You choose which artifact to return to its owner’s hand as the triggered ability resolves. If you control no artifacts at that time, you must sacrifice Glint Hawk. Although players can respond to the ability, once it starts to resolve and you choose an artifact you control to return to its owner’s hand, it’s too late for players to respond."},{"date":"2011-01-01","text":"You may choose to sacrifice Glint Hawk as its triggered ability resolves even if you control an artifact."}],"rarities":["common"]},"glistener elf":{"name":"Glistener Elf","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Elf","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Infect (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)","non_ability_text":null,"flavor_name":null,"keywords":["Infect"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"9d95d173-5c7f-4e0c-bcdc-9b90fcd7339b","metadata":{"source_printing_ids":["2de77e7b-5599-470a-b2ed-14b9bfc900e0","8b94f4c6-b518-43b3-be52-e889d1f3ea38","97685645-43ab-4dd3-926a-f7439d7a31e6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["F12","NPH","PRM","SLD"],"rarities":["common","rare"]},"gloomlake verge":{"name":"Gloomlake Verge","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {U}.\n{T}: Add {B}. Activate only if you control an Island or a Swamp.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B}. Activate only if you control an Island or a Swamp.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"YouControlLandSubtypeAny","subtypes":["island","swamp"]}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"d71bda4c-3dee-4398-8fd0-f77d8743b887","metadata":{"source_printing_ids":["83f510b7-4cbd-4883-9c26-c8824bc668ac","b414e4bd-a443-4ab3-bee4-1ad1d039aa1a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rarities":["rare"]},"glory-bound initiate":{"name":"Glory-Bound Initiate","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"You may exert this creature as it attacks. When you do, it gets +1/+3 and gains lifelink until end of turn. (An exerted creature won't untap during your next untap step.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":3},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+3 and gains lifelink"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"You may exert ~ as it attacks. When you do, it gets +1/+3 and gains lifelink until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b5582be1-6c2f-4052-80da-bf8f1913567b","metadata":{"source_printing_ids":["24e23a06-4ed3-4948-aca5-fbdda03f4f2a","756a4d03-d452-4b86-bd70-eb10739a8888"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PAKH"],"rulings":[{"date":"2017-04-18","text":"All cards in the Amonkhet set that let you exert a creature let you do so as you declare it as an attacking creature, as do some of the cards in the Hour of Devastation set. You can’t do so later in combat, and creatures put onto the battlefield attacking can’t be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2017-04-18","text":"If an exerted creature is already untapped during your next untap step (most likely because it had vigilance or an effect untapped it), exert’s effect preventing it from untapping expires without having done anything."},{"date":"2017-04-18","text":"If you gain control of another player’s creature until end of turn and exert it, it will untap during that player’s untap step."},{"date":"2017-04-18","text":"You can’t exert a creature unless an effect allows you to do so. Similar effects that “tap and freeze” a creature (such as that of Decision Paralysis) don’t exert that creature."}],"rarities":["rare"]},"glowing one":{"name":"Glowing One","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Mutant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever this creature deals combat damage to a player, they get four rad counters.\nWhenever a player mills a nonland card, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GivePlayerCounter","counter_kind":"Rad","count":{"type":"Fixed","value":4},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, they get four rad counters.","constraint":null,"condition":null,"batched":false},{"mode":"Milled","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player mills a nonland card, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b30eae2a-bc1c-45a3-93ae-e1c30d26797c","metadata":{"source_printing_ids":["a1e36b92-aa88-4536-aebc-7e84a10d73fe","b8b3537a-e44a-47ff-9687-c2172738aeed"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"Any effects (such as proliferate) that interact with counters a player gets, has, or loses can interact with rad counters."},{"date":"2024-03-08","text":"If a player has fewer cards remaining in their library than the number of rad counters they have when the triggered ability resolves, they’ll mill as many cards as they can."},{"date":"2024-03-08","text":"If a player is instructed to mill more than one card, Glowing One’s last ability will trigger once for each nonland card they mill during that instruction. For example, a player with four rad counters will mill four cards at the beginning of their precombat main phase. If all four of those cards are nonland cards, Glowing One’s ability triggers four times."},{"date":"2024-03-08","text":"In a game using the shared team turns option, such as an Archenemy or Two-Headed Giant game, the inherent triggered ability associated with rad counters triggers once for each player on the active team that has rad counters. Each instance of that ability is controlled by one of those players."},{"date":"2024-03-08","text":"Keep track of how many rad counters each player has. Potential ways to track this include writing them down on paper or using dice, but any method that is clear and mutually agreeable is fine."},{"date":"2024-03-08","text":"Rad counters are a kind of counter that a player may have. They’re not associated with any specific permanents."},{"date":"2024-03-08","text":"Rad counters don’t go away as steps, phases, or turns end. They only go away when an effect instructs a player to remove rad counters from themselves."},{"date":"2024-03-08","text":"The cards are milled all at once, which means abilities that trigger “whenever one or more nonland cards are milled” will trigger exactly once as long as at least one nonland card was milled."},{"date":"2024-03-08","text":"There is an inherent triggered ability associated with having rad counters. This triggered ability has no source and is controlled by the active player. The full text of this ability is “At the beginning of the precombat main phase of a player with rad counters, that player mills cards equal to the number of rad counters they have. For each nonland card milled this way, that player loses 1 life and removes one rad counter from themselves.”"}],"rarities":["uncommon"]},"gluntch, the bestower":{"name":"Gluntch, the Bestower","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Jellyfish"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your end step, choose a player. They put two +1/+1 counters on a creature they control. Choose a second player to draw a card. Then choose a third player to create two Treasure tokens.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Player","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":{"ChosenPlayer":{"index":0}},"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Player","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":{"ChosenPlayer":{"index":1}},"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Player","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Typed","type_filters":[],"controller":{"ChosenPlayer":{"index":2}},"properties":[]},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, choose a player. They put two +1/+1 counters on a creature they control. Choose a second player to draw a card. Then choose a third player to create two Treasure tokens.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"0222dc7c-459b-4909-a037-72b2eb248599","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["7fb44e8f-f3f6-5834-b4ef-a0249adacc31"],"source_printing_ids":["3836d7e5-98cd-4f1e-9a66-150b80cd0325","3b3e889a-5865-4464-9923-bffa25c50cd2","836e3cf0-7335-481d-a9df-386cb1371657"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"All three players must be different players, although any one of them can be you. If there are only two players in the game, you won't choose a third player, and no one will create Treasure tokens."},{"date":"2022-06-10","text":"The first chosen player gets to choose which creature they will place the counters on."},{"date":"2022-06-10","text":"You may choose a player who doesn't control any creatures as the first chosen player."}],"rarities":["rare"]},"go nuts!":{"name":"Go Nuts!","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 3 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 3 or more.)\nChoose one. If this spell was cast using teamwork, choose both instead.\n• Put a +1/+1 counter on target creature.\n• Target creature you control fights target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":3}],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0efe1357-bfbb-42c0-9cc9-6a919d686c66","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Put a +1/+1 counter on target creature.","Target creature you control fights target creature an opponent controls."],"allow_repeat_modes":false,"constraints":[{"type":"ConditionalMaxChoices","condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"max_choices":2,"otherwise_max_choices":1}],"chooser":{"type":"Controller"}},"additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":3},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["152a7b5b-2d95-45d3-8fd9-0ca1d5a79f8b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"go-shintai of boundless vigor":{"name":"Go-Shintai of Boundless Vigor","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["Shrine"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Trample\nAt the beginning of your end step, you may pay {1}. When you do, put a +1/+1 counter on target Shrine for each Shrine you control.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Shrine"}],"controller":"You","properties":[]}}},"target":{"type":"Typed","type_filters":[{"Subtype":"Shrine"}],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, you may pay {1}. When you do, put a +1/+1 counter on target Shrine for each Shrine you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"183cfd35-c18a-4838-94e5-1ad66e6bd325","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["691016a1-8630-423c-9a57-061593d170fd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO"],"rulings":[{"date":"2022-02-18","text":"Count the number of Shrines you control as the reflexive triggered ability resolves to determine how many +1/+1 counters to put on the target Shrine."},{"date":"2022-02-18","text":"Go-Shintai of Boundless Vigor's reflexive triggered ability may target a Shrine which isn't currently a creature."}],"rarities":["uncommon"]},"go-shintai of hidden cruelty":{"name":"Go-Shintai of Hidden Cruelty","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["Shrine"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nAt the beginning of your end step, you may pay {1}. When you do, destroy target creature with toughness X or less, where X is the number of Shrines you control.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"LE","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Shrine"}],"controller":"You","properties":[]}}}}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, you may pay {1}. When you do, destroy target creature with toughness X or less, where X is the number of Shrines you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ff8cf669-a38a-44ae-baff-420f59492371","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["45e1ff1e-916b-4455-84cb-4125a79d76de"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO"],"rarities":["uncommon"]},"go-shintai of life's origin":{"name":"Go-Shintai of Life's Origin","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["Shrine"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{W}{U}{B}{R}{G}, {T}: Return target enchantment card from your graveyard to the battlefield.\nWhenever Go-Shintai of Life's Origin or another nontoken Shrine you control enters, create a 1/1 colorless Shrine enchantment creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{W}{U}{B}{R}{G}, {T}: Return target enchantment card from your graveyard to the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Shrine","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Enchantment","Creature","Shrine"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Shrine"}],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another nontoken Shrine you control enters, create a 1/1 colorless Shrine enchantment creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"6dbcd542-ddb0-434e-b8ee-3e31e1a8b051","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0cfbb710-e05d-50bc-b8e2-8e409f7cca61","d134c4be-492a-5e9a-a4c4-bb203ef1e694"],"source_printing_ids":["4e9a1f19-6ee3-49fb-a08d-4048ee7c1e34","9476fe67-d2d3-4835-8ba6-2a17d18cc141","d761ff73-0717-4ee4-996b-f5547bcf9b2f","fcc10ec0-6c00-4c64-9545-b7f5a91ff5e3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["HA6","NEC","PRM","SLD"],"rulings":[{"date":"2022-02-18","text":"If a token copy of Go-Shintai of Life's Origin enters the battlefield, it will cause its own triggered ability to trigger."}],"rarities":["mythic"]},"goblin anarchomancer":{"name":"Goblin Anarchomancer","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Each spell you cast that's red or green costs {1} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"AnyOf","props":[{"type":"HasColor","color":"Red"},{"type":"HasColor","color":"Green"}]}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each spell you cast that's red or green costs {1} less to cast."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"e9319f13-1f2b-429c-9d61-e58a3cbec86a","metadata":{"source_printing_ids":["633a3423-501d-4b22-95a6-743233be521e","8f60c234-fbfc-4ecf-a678-fc52efbc20cf","f7f07a80-05b5-4108-9e68-f8da05866acc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","MH2"],"rulings":[{"date":"2021-06-18","text":"A spell that's both red and green costs {1} less to cast."}],"rarities":["common"]},"goblin arsonist":{"name":"Goblin Arsonist","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Shaman"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature dies, you may have it deal 1 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, you may have it deal 1 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c1177f22-a1cf-4da3-a68d-ff954e878403","metadata":{"source_printing_ids":["4d131369-db00-4a11-bd47-4401188b0f35","707d396d-950b-4ab8-9db2-f40c8f7db062","c24751fd-5e9b-4d7d-83ba-e306b439bbe1","cc6f5598-6fbd-4808-bae6-e4d62ce6d315","d933bd6f-4fe6-4f05-b907-b3c950dbd257","fa4bf664-3b92-4598-b905-2bc090958c8b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DDK","J25","M12","M13","M21","ROE"],"rarities":["common"]},"goblin assault":{"name":"Goblin Assault","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, create a 1/1 red Goblin creature token with haste.\nGoblin creatures attack each combat if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Goblin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin"],"colors":["Red"],"keywords":["Haste"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, create a 1/1 red Goblin creature token with haste.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"MustAttack","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Goblin"}],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Goblin creatures attack each combat if able."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d1255776-b88b-4f05-9b71-ff89a2eba453","metadata":{"related_token_ids":["12a89d08-9938-5ef1-8c72-d8d57cff8cda","3b426fd6-6cdc-5529-a531-fb1df8aa6711","86b88555-4c47-554d-a097-dfb4854bb61f"],"source_printing_ids":["26bccccc-f694-47a8-90fa-e3f1f62b9664","473fb06e-5c71-4370-a5d7-7753d84d0fd6","d039402e-2c74-4bea-b360-b93979b52698"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ALA","MM3","PLST"],"rulings":[{"date":"2017-03-14","text":"Goblin Assault’s second ability affects all Goblin creatures controlled by all players. It’s not limited to the tokens created with the first ability."}],"rarities":["uncommon","rare"]},"goblin chainwhirler":{"name":"Goblin Chainwhirler","mana_cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"First strike\nWhen this creature enters, it deals 1 damage to each opponent and each creature and planeswalker they control.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":1},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"Opponent","properties":[]}]},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals 1 damage to each opponent and each creature and planeswalker they control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0342b085-be20-475a-bc38-59b9cb6012e8","metadata":{"source_printing_ids":["5f173ff2-3d45-4015-8660-fbec7ca1bce9","8bdb2883-3cfd-4fb0-9f99-6a57277f7fe4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DOM","PDOM","PLST"],"rulings":[{"date":"2018-04-27","text":"If the damage Goblin Chainwhirler would deal to a player is prevented, it still deals 1 damage to that player’s creatures and planeswalkers."},{"date":"2018-04-27","text":"In a Two-Headed Giant game, the Goblin Chainwhirler’s last ability causes the opposing team to lose 2 life."}],"rarities":["rare"]},"goblin guide":{"name":"Goblin Guide","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever this creature attacks, defending player reveals the top card of their library. If it's a land card, that player puts it into their hand.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"DefendingPlayer"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Land"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, defending player reveals the top card of their library. If it's a land card, that player puts it into their hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"51d9564b-44fc-4de1-9119-09d7b4089378","metadata":{"source_printing_ids":["1aac57a6-29c0-4ccb-b825-b1e04ae0ea3e","3c0f5411-1940-410f-96ce-6f92513f753a","552b7314-5dd9-4722-841b-2e9d5647f854","62d2058c-3f20-4566-b366-93a2cbbe682f","b2e2a777-0705-4a37-937d-c6e020ebc0f0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","MB2","MM3","PGPX","PLG21","PRM","SLP","TD0","ZEN"],"rulings":[{"date":"2020-08-07","text":"If Goblin Guide is attacking a planeswalker, that planeswalker's controller is the defending player."},{"date":"2020-08-07","text":"If the defending player reveals a nonland card, it remains on top of their library."}],"rarities":["rare"]},"goblin piker":{"name":"Goblin Piker","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"50608184-90d3-43d2-a221-deb186c78323","metadata":{"source_printing_ids":["083ec3e7-950c-4e9d-aba5-02ed13d723f0","32c86887-678a-4ba5-b0bb-243f4015ad80","85516547-2c1a-432b-9fc5-8d2c91156c77","90fffa95-95c8-47b5-a196-431f731781e6","cb3e1685-a34d-43fc-986f-442523cc0631","ceae72d6-f2a2-4345-822d-6a7c2409a237"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["10E","9ED","DPA","M10","M11","M12","P02","PS11"],"rarities":["common"]},"goblin raider":{"name":"Goblin Raider","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature can't block.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7f11c830-fced-40db-8c02-b3c54f3e4372","metadata":{"source_printing_ids":["0837dd6a-d413-40a4-a684-ec637a4f3d4a","3315d75d-08dc-456c-a8e7-fe3136bf1a6b","750d34c5-2a25-4b2c-80b2-1205d0580fcc","88af4784-e126-4628-b228-6c0a95f00a25","e150a460-8a81-4097-8100-ccb8a9bb1bd7","f026d65f-c365-475b-9454-e9935af00ec4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["7ED","8ED","9ED","P02","USG"],"rarities":["common"]},"god-pharaoh's gift":{"name":"God-Pharaoh's Gift","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, you may exile a creature card from your graveyard. If you do, create a token that's a copy of that card, except it's a 4/4 black Zombie. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TrackedSet","id":0},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"SetColor","colors":["Black"]},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddType","core_type":"Creature"},{"type":"AddSubtype","subtype":"Zombie"}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, you may exile a creature card from your graveyard. If you do, create a token that's a copy of that card, except it's a 4/4 black Zombie. It gains haste until end of turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9f2d2fda-f098-4375-8fe9-63f929e3928c","metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["43006ff7-6240-4ee1-8ea0-2dc9ad869165","44cb3c56-3e19-4a61-a8f7-e89565f8b4b7","b2e85a9e-4c37-4721-b7ea-de3413ec39df","b34cdeff-f749-4609-93c8-21608106d099"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","DRC","HOU","PHOU","PLST"],"rulings":[{"date":"2017-07-14","text":"If the card copied by the token had any \"when [this permanent] enters the battlefield\" abilities, then the token also has those abilities and will trigger them when it's created. Similarly, any \"as [this permanent] enters the battlefield\" or \"[this permanent] enters the battlefield with\" abilities that the token has copied will also work."},{"date":"2017-07-14","text":"The ability of God-Pharaoh's Gift doesn't target the creature card you'll exile. You choose one as the ability resolves. No player may take actions between the time you choose a creature card to exile and the time you create the token."},{"date":"2017-07-14","text":"The token copies exactly what was printed on the original card and nothing else, except the characteristics it specifically modifies. It doesn't copy any information about the object the card was before it was put into your graveyard."},{"date":"2017-07-14","text":"The token is a Zombie instead of its other types (unlike Zombies created by an eternalize ability) and is black instead of its other colors. Its power and toughness are 4/4. These are copiable values of the token that other effects may copy."},{"date":"2017-07-14","text":"Unlike the tokens created by an eternalize ability, this token has the mana cost and thus mana value of the card it's copying."}],"rarities":["rare"]},"godo, bandit warlord":{"name":"Godo, Bandit Warlord","mana_cost":{"type":"Cost","shards":["Red"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Barbarian"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When Godo enters, you may search your library for an Equipment card, put it onto the battlefield, then shuffle.\nWhenever Godo attacks for the first time each turn, untap it and all Samurai you control. After this phase, there is an additional combat phase.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Equipment"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may search your library for an Equipment card, put it onto the battlefield, then shuffle.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":[{"Subtype":"Samurai"}],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks for the first time each turn, untap it and all Samurai you control. After this phase, there is an additional combat phase.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f890d51a-dc90-4179-8423-4738a72a527c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["01d566cf-cb32-461d-8afe-b0f3f4c24160","0424f97c-b8ba-4c19-9238-cf2d7eed150f","123d1368-fbbe-48f8-9b44-d51946529322","62d51f68-c5b7-4304-b777-97bf7df0492c","73ade6a3-a461-4f90-8bd6-9b17892a8405","b24b733e-f98a-4ae1-9e54-eb416dea7cf6","fcff0b92-edd0-4197-965b-3fd86bc884d8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C16","CHK","CMM","FCA","OCM1","SLD"],"rulings":[{"date":"2020-08-07","text":"Unlike many effects that grant additional combat phases, you don't get an additional main phase with Godo, Bandit Warlord's ability. The additional combat phase happens immediately after the first combat phase."}],"rarities":["rare"]},"gogo, master of mimicry":{"name":"Gogo, Master of Mimicry","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{X}{X}, {T}: Copy target activated or triggered ability you control X times. You may choose new targets for the copies. This ability can't be copied and X can't be 0. (Mana abilities can't be targeted.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CopySpell","target":{"type":"StackAbility","controller":"You"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["X","X"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{X}{X}, {T}: Copy target activated or triggered ability you control X times. You may choose new targets for the copies.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"min_x_value":1,"cant_be_copied":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"61586052-7d69-489c-84c4-0359228d131b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["054e180d-4e66-426d-adb5-a4fee94b6a67","59156e99-5514-4eb3-b976-bb6cfe354d12","8cbeb01f-965f-4aa2-9e75-31718cc574e3","cce4eb99-d960-4ab7-911a-bb4ea74d1775"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities (such as equip) are activated abilities and will have a colon in their reminder text."},{"date":"2025-06-06","text":"Any choices made when the ability resolves won't have been made yet when it's copied. Any such choices will be made separately when the copy resolves. Most notably, if a triggered ability asks its controller to pay a cost, you pay that cost for the copy if you wish to have it paid."},{"date":"2025-06-06","text":"Gogo's ability can copy any activated or triggered ability on the stack, not just one with targets."},{"date":"2025-06-06","text":"Gogo's ability targets an activated or triggered ability that is on the stack and creates one or more additional instances of that ability on the stack. It doesn't cause any object to gain any abilities."},{"date":"2025-06-06","text":"If an ability is linked to a second ability, copies of that first ability are also linked to that second ability. If the second ability refers to \"the exiled card,\" it refers to all cards exiled by the first ability and the copy. For example, if Clive's Hideaway's hideaway ability is copied and two cards are exiled, you may cast both exiled cards without paying their mana costs (assuming you control four or more legendary creatures at that time.)"},{"date":"2025-06-06","text":"If the ability has damage divided as it was put onto the stack, the division can't be changed, although the targets receiving that damage still can. The same is true of abilities that distribute counters."},{"date":"2025-06-06","text":"If the ability that's copied has an X whose value was determined as it was activated, the copy will have the same value of X."},{"date":"2025-06-06","text":"If the ability that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode. A different mode can't be chosen."},{"date":"2025-06-06","text":"The copy is created on the stack, so it's not \"activated.\" Creating the copy won't cause abilities that trigger when a player activates an ability to trigger. Abilities that say that a triggered ability triggers additional times won't apply to copying a triggered ability."},{"date":"2025-06-06","text":"The copy will have the same targets as the ability it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2025-06-06","text":"The copy will resolve before the original ability does."},{"date":"2025-06-06","text":"The source of the copy from Gogo's ability is the same as the source of the original ability."},{"date":"2025-06-06","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keywords (such as prowess) are triggered abilities and will use \"when,\" \"whenever,\" or \"at\" in their reminder text."},{"date":"2025-06-06","text":"You can't choose to pay any activation costs for the copy. However, effects based on those costs that were paid for the original ability are copied as though those same costs were paid for the copy."}],"rarities":["mythic"]},"gogo, mysterious mime":{"name":"Gogo, Mysterious Mime","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, you may have Gogo become a copy of another target creature you control until end of turn, except its name is Gogo, Mysterious Mime. If you do, Gogo and that creature each get +2/+0 and gain haste until end of turn and attack this turn if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"duration":"UntilEndOfTurn","additional_modifications":[{"type":"SetName","name":"Gogo, Mysterious Mime"}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+0 and gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+0 and gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, you may have ~ become a copy of another target creature you control until end of turn, except its name is ~. If you do, ~ and that creature each get +2/+0 and gain haste until end of turn and attack this turn if able.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"6fdcb563-9279-4365-8a78-26e75fbfd917","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0db05dc8-03f8-4ab4-9ca3-2aaaa0099eb4","ebf0b7b3-2e9a-4fb1-aaad-ff1567a4993c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"Gogo copies exactly what was printed on the original creature, with the listed exception (unless that creature is copying something else or is a token; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or any Auras or Equipment attached to it, or any non-copy effects that have changed its types, color, power and toughness, and so on."},{"date":"2025-06-06","text":"If Gogo copies a legendary creature, Gogo will also be legendary, but because its name remains Gogo, Mysterious Mime, the \"legend rule\" won't cause either of them to be put into the graveyard."},{"date":"2025-06-06","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2025-06-06","text":"If the copied creature is a token, Gogo copies the original characteristics of that token as stated by the effect that created the token, with the listed exception."},{"date":"2025-06-06","text":"If the copied creature is copying something else, then Gogo becomes a copy of whatever that creature is copying, with the listed exception."}],"rarities":["rare"]},"goldnight commander":{"name":"Goldnight Commander","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature you control enters, creatures you control get +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, creatures you control get +1/+1 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3dc51dfc-7a60-41bf-b944-6afad6b06c22","metadata":{"source_printing_ids":["3c87f4e1-73a0-458e-8941-22423bbfefc4","80be2fea-3fe6-477e-bcb8-63f441d6cfc1","81b35a17-e208-4fe6-980f-3f85b44612d7","854ee15f-bf36-4b80-9717-6e6f02da790e","889f5a07-3b5c-494b-834a-3a5e444e38cc","c6ebec82-9d4a-4e78-b923-37c3a52133e7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AVR","J22","KHC","ONC","PLST","TDC"],"rulings":[{"date":"2012-05-01","text":"The creature that entered will also get +1/+1 until end of turn if it's still on the battlefield when the ability resolves."}],"rarities":["uncommon"]},"gollum, scheming guide":{"name":"Gollum, Scheming Guide","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Horror"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever Gollum attacks, look at the top two cards of your library, put them back in any order, then choose land or nonland. An opponent guesses whether the top card of your library is the chosen kind. Reveal that card. If they guessed right, remove Gollum from combat. Otherwise, you draw a card and Gollum can't be blocked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":2},"destination":"Library","keep_count":null,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"CardPredicate":{"options":["Land","Nonland"]}},"persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"CardPredicateGuess":{"options":["Land","Nonland"]}},"persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RemoveFromCombat","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":[],"additional_filter":{"type":"MatchesLastChosenCardPredicate"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"ChosenPlayer","index":0}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, look at the top two cards of your library, put them back in any order, then choose land or nonland. An opponent guesses whether the top card of your library is the chosen kind. Reveal that card. If they guessed right, remove ~ from combat. Otherwise, you draw a card and ~ can't be blocked this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3fb5c9a6-3fab-4109-875b-83c92518c5eb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["76aa1492-579f-4e36-8931-b2bf203e2d76","7f93ad17-b655-4a10-990e-b26ead90d221"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTC"],"rulings":[{"date":"2023-06-16","text":"If you have no cards in your library as Gollum, Scheming Guide's ability resolves, your opponent's guess will not be right no matter what they guess. That means you'll draw a card, or more accurately, attempt to draw a card from your empty library and therefore (usually) lose the game."},{"date":"2023-06-16","text":"If you only have one card in your library as Gollum, Scheming Guide's ability resolves, you'll look at that card, put it back on top of your library, and then continue with the ability as normal."},{"date":"2023-06-16","text":"You reveal the card even if your opponent guessed correctly."}],"rarities":["rare"]},"gone":{"name":"Gone","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target creature you don't control to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return target creature you don't control to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"86790a10-c564-44b7-a177-1e66ab9afe77","metadata":{"source_printing_ids":["27fe8b3b-5a1f-46c3-ac13-18098cdbde38","45b090c7-f1ba-4656-8b51-915fc1876922","96fd8d8e-8f2a-4240-bcb7-18f73fd47bd5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"layout":"split","printings":["PLC","PLST","TSR"],"rarities":["common"]},"gonti, canny acquisitor":{"name":"Gonti, Canny Acquisitor","mana_cost":{"type":"Cost","shards":["Black","Green","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Aetherborn","Rogue"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Spells you cast but don't own cost {1} less to cast.\nWhenever one or more creatures you control deal combat damage to a player, look at the top card of that player's library, then exile it face down. You may play that card for as long as it remains exiled, and mana of any type can be spent to cast that spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0,"mana_spend_permission":"AnyTypeOrColor"},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, look at the top card of that player's library, then exile it face down. You may play that card for as long as it remains exiled, and mana of any type can be spent to cast that spell.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast but don't own cost {1} less to cast."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Blue"],"scryfall_oracle_id":"7923ef4a-b1be-4f6a-b17b-4eab101390de","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["03a7e79f-625a-49ac-9cb1-e1fe5f51f5a0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["OTC"],"rulings":[{"date":"2024-04-12","text":"If you leave the game, any remaining face-down exiled cards remain exiled face down indefinitely. No player may look at them."},{"date":"2024-04-12","text":"Playing an exiled card causes it to leave exile. You can’t play it multiple times."},{"date":"2024-04-12","text":"You may look at and play cards exiled face down with Gonti’s last ability (and spend mana of any type to do so) even if Gonti leaves the battlefield. If another player gains control of Gonti, that player can’t look at or play cards already exiled with Gonti, and you still can."},{"date":"2024-04-12","text":"You pay all costs and follow all normal timing rules for cards played from exile with Gonti’s last ability. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["mythic"]},"gonti, lord of luxury":{"name":"Gonti, Lord of Luxury","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Aetherborn","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhen Gonti enters, look at the top four cards of target opponent's library, exile one of them face down, then put the rest on the bottom of that library in a random order. You may cast that card for as long as it remains exiled, and mana of any type can be spent to cast that spell.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Exile","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"HideawayConceal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0,"mana_spend_permission":"AnyTypeOrColor"},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, look at the top four cards of target opponent's library, exile one of them face down, then put the rest on the bottom of that library in a random order. You may cast that card for as long as it remains exiled, and mana of any type can be spent to cast that spell.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d5be0ff6-39d9-4f9f-a028-e62dc38463f2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["01852cd2-16e4-4518-b5d5-b9a378b8664d","2eb69961-0053-476f-b58e-20b6df0e2649","34c8c61d-dad3-4aec-afcd-6db09e21e97f","4cedbfd3-907f-4042-98c1-6fe3fb8cbc01","56836320-356f-4ec5-9e2b-3a73620044a6","59356854-e84f-4cf6-92ca-e47a2108a8df","7735ecda-9bb0-4ef9-86b2-16e5b6592e61","85ea4d39-14cd-4d11-b021-c09556f1e0ee","b060ed17-779a-49bc-a3b0-bcda89edc4b0","d741a56f-c490-4e7f-b1d9-f12f37efdfdd","fbbb3aef-af1f-4b77-b7d6-64cfd706a9d9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","CLB","CMM","JMP","KLD","KLR","OTC","PKLD","PLST","SLD","ZNC"],"rulings":[{"date":"2016-09-20","text":"An effect that instructs you to \"cast\" a card doesn't allow you to play lands."},{"date":"2016-09-20","text":"Casting the card causes it to leave exile. You can't cast it multiple times."},{"date":"2016-09-20","text":"Gonti doesn't change when you can cast the exiled card. For example, if you exile a creature card without flash, you can cast it only during your main phase when the stack is empty."},{"date":"2016-09-20","text":"If you leave the game, the card remains exiled face down indefinitely. No player may look at it."},{"date":"2016-09-20","text":"You may look at and cast that card (and spend mana as though it were mana of any type to do so) even if Gonti leaves the battlefield. If another player gains control of Gonti, that player can't look at or cast the card, and you still can."},{"date":"2016-09-20","text":"You pay the costs for the exiled card if you cast it. You may pay alternative costs such as emerge rather than the card's mana cost."},{"date":"2023-07-28","text":"The six types of mana are white, blue, black, red, green, and colorless. Snow mana is not a type of mana. Gonti, Lord of Luxury won't let you pay a snow cost using mana produced by a nonsnow source."}],"rarities":["uncommon","rare"]},"gonti, night minister":{"name":"Gonti, Night Minister","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Aetherborn","Rogue"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a spell they don't own, that player creates a Treasure token.\nWhenever a creature deals combat damage to one of your opponents, its controller looks at the top card of that opponent's library and exiles it face down. They may play that card for as long as it remains exiled. Mana of any type can be spent to cast a spell this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"TriggeringPlayer"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"TriggeringPlayer"},"valid_source":null,"description":"Whenever a player casts a spell they don't own, that player creates a Treasure token.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"SpendManaAsAnyColor":{}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Mana of any type can be spent to cast a spell this way"}],"duration":null,"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals combat damage to one of your opponents, its controller looks at the top card of that opponent's library and exiles it face down. They may play that card for as long as it remains exiled. Mana of any type can be spent to cast a spell this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e16f79c1-ffbb-4893-b62a-d4e9d15e2b16","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["79b7a1b8-532b-580f-ad16-5a2dcd304e35"],"source_printing_ids":["21ed5dd3-e67b-4425-bb98-6b07db1e9d1f","38a867af-cf5d-4e3d-bba1-361e3cfeca82","d79ca40a-e5c0-4956-8df0-ecbd2a25656f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rarities":["rare"]},"gorger wurm":{"name":"Gorger Wurm","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Devour 1 (As this creature enters, you may sacrifice any number of creatures. It enters with that many +1/+1 counters on it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Devour":1}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"UpTo","max":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"CR 702.82a: Devour 1 — sacrifice any number of creatures; this permanent enters with 1 +1/+1 counter per creature sacrificed.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.82a + CR 614.1c: Devour 1 — as this creature enters, you may sacrifice any number of creatures; it enters with 1 +1/+1 counter for each creature sacrificed this way.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"f2126eb9-892c-4788-95cc-6f3e59f0375d","metadata":{"source_printing_ids":["00e5a9be-bfb2-466b-b0fe-3b24694e9f84"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ARB"],"rarities":["common"]},"gornog, the red reaper":{"name":"Gornog, the Red Reaper","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Minotaur","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nCowards can't block Warriors.\nWhenever one or more Warriors you control attack a player, target creature that player controls becomes a Coward.\nAttacking Warriors you control get +X/+0, where X is the number of Cowards your opponents control.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Coward"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a Coward"}],"duration":"Permanent","target":{"type":"Typed","type_filters":["Creature"],"controller":"DefendingPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more Warriors you control attack a player, target creature that player controls becomes a Coward.","constraint":null,"condition":null,"batched":true,"attack_target_filter":"Player"}],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Cowards can't block Warriors."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Warrior"}],"controller":"You","properties":[{"type":"Attacking"}]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Coward"}],"controller":"Opponent","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking Warriors you control get +X/+0, where X is the number of Cowards your opponents control."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"adfd6c2d-a7f8-4f5c-bc31-d65c8150ed49","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["c80a88ae-f2f2-426a-88f3-76b5d598c25f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J25"],"rulings":[{"date":"2024-11-08","text":"Gornog's third ability doesn't have a duration. It will remain in effect until the game ends, the target creature leaves the battlefield, or some subsequent effect changes the creature's characteristics, whichever comes first."},{"date":"2024-11-08","text":"Gornog's third ability overwrites the target's existing creature types. Once the ability resolves, that creature will be a Coward and won't have its previous creature types. It retains any other types and supertypes it has as well as any subtypes that aren't creature types."},{"date":"2024-11-08","text":"Once a creature has blocked a Warrior, turning that creature into a Coward won't remove it from combat or cause the Warrior to become unblocked. (The Coward might suddenly have some regrets, though.)"},{"date":"2024-11-08","text":"The bonus granted by Gornog's last ability changes as the number of Cowards your opponents control changes."}],"rarities":["rare"]},"gourmand's talent":{"name":"Gourmand's Talent","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Class"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Gain the next level as a sorcery to add its ability.)\nDuring your turn, artifacts you control are Foods in addition to their other types and have \"{2}, {T}, Sacrifice this artifact: You gain 3 life.\"\n{2}{G}: Level 2\nWhenever you gain life for the first time each turn, create a 3/3 green Raccoon creature token.\n{3}{G}: Level 3\nWhenever you gain life for the first time each turn, put a +1/+1 counter on each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"During your turn, artifacts you control are Foods in addition to their other types and have \"{2}, {T}, Sacrifice ~: You gain 3 life.\""},"cost":null,"sub_ability":null,"duration":null,"description":"During your turn, artifacts you control are Foods in addition to their other types and have \"{2}, {T}, Sacrifice ~: You gain 3 life.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":2},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{G}: Level 2","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":1}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":3},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{G}: Level 3","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"Token","name":"Raccoon","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"types":["Creature","Raccoon"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life for the first time each turn, create a 3/3 green Raccoon creature token.","constraint":{"type":"OncePerTurn"},"condition":{"type":"ClassLevelGE","level":2},"batched":false},{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life for the first time each turn, put a +1/+1 counter on each creature you control.","constraint":{"type":"OncePerTurn"},"condition":{"type":"ClassLevelGE","level":3},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e802bf11-d3c7-4aad-8e85-99b39ff50d70","metadata":{"related_token_ids":["8e0134be-ed60-548f-993d-42fd92dd7849"],"source_printing_ids":["89670a1b-a6f1-491d-bbb4-92e3382da653"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC"],"rulings":[{"date":"2024-07-26","text":"Each Class has five abilities. The three in the major sections of its text box are class abilities. Class abilities can be static, activated, or triggered abilities. The other two are level abilities, one activated ability to advance the Class to level 2 and another to advance the Class to level 3."},{"date":"2024-07-26","text":"Each Class starts with only the first of its three class abilities. As the first level ability resolves, the Class becomes level 2 and gains the second class ability. As the second level ability resolves, the Class becomes level 3 and gains the third class ability."},{"date":"2024-07-26","text":"Gaining a level is a normal activated ability. It uses the stack and can be responded to."},{"date":"2024-07-26","text":"Gaining a level won't remove abilities that a Class had at a previous level."},{"date":"2024-07-26","text":"If Gourmand's Talent somehow becomes an artifact, it will also be a Food during your turn."},{"date":"2024-07-26","text":"The artifacts retain any types, subtypes, supertypes, and abilities they have."},{"date":"2024-07-26","text":"The level 2 and level 3 class abilities of Gourmand's Talent won't trigger if you already gained life earlier in the turn on which it gained those levels, even if you gain life again later in the turn."},{"date":"2024-07-26","text":"There's no restriction on how many Class permanents you can control, whether they're the same or different classes. Each Class permanent tracks its own level separately."},{"date":"2024-07-26","text":"You can't activate the first level ability of a Class unless that Class is level 1. Similarly, you can't activate the second level ability of a Class unless that Class is level 2."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["rare"]},"grab the prize":{"name":"Grab the Prize","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, discard a card.\nDraw two cards. If the discarded card wasn't a land card, Grab the Prize deals 2 damage to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":2},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"CostPaidObjectMatchesFilter","filter":{"type":"Typed","type_filters":["Card","Land"],"controller":null,"properties":[]}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Draw two cards. If the discarded card wasn't a land card, ~ deals 2 damage to each opponent.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a37387f0-9d57-49ff-aa38-2c6b359e8916","additional_cost":{"type":"Required","data":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}},"metadata":{"source_printing_ids":["50895202-f1a1-4840-a11a-55b78b8b5929"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["common"]},"graceful takedown":{"name":"Graceful Takedown","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Any number of target enchanted creatures you control and up to one other target creature you control each deal damage equal to their power to target creature you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"multi_source_compound_each_power_damage","description":"Any number of target enchanted creatures you control and up to one other target creature you control each deal damage equal to their power to target creature you don't control"},"cost":null,"sub_ability":null,"duration":null,"description":"Any number of target enchanted creatures you control and up to one other target creature you control each deal damage equal to their power to target creature you don't control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b580c6d8-f501-4623-843a-5bb2b638a339","metadata":{"source_printing_ids":["83edf626-ed34-417f-818d-597ecf439167"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["WOE"],"rulings":[{"date":"2023-09-01","text":"If one of the target creatures you control is an illegal target as Graceful Takedown resolves (perhaps because it's no longer enchanted or is no longer on the battlefield), the remaining legal target creatures you control will still deal damage equal to their power."},{"date":"2023-09-01","text":"If the last target creature is an illegal target as Graceful Takedown resolves, or if all of the target creatures you control are illegal targets, no creature deals or is dealt damage."}],"rarities":["uncommon"]},"graf rats":{"name":"Graf Rats","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rat"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, if you both own and control this creature and a creature named Midnight Scavengers, exile them, then meld them into Chittering Host.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Meld","source":"Graf Rats","partner":"Midnight Scavengers","result":"Chittering Host"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, if you both own and control ~ and a creature named Midnight Scavengers, exile them, then meld them into Chittering Host.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"And","conditions":[{"type":"ControlCount","minimum":1,"filter":{"type":"And","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Owned","controller":"You"}]}]}},{"type":"ControlCount","minimum":1,"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Named","name":"Midnight Scavengers"},{"type":"Owned","controller":"You"}]}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"852edc00-9d98-427c-9869-7d0c8c121118","metadata":{"source_printing_ids":["3dedaff6-bd69-4fe3-a301-f7ea7c2f2861","966822eb-17fe-474b-86ee-78a7b23f3f03","f830ede6-ddbf-49b9-80cd-e3dbeccbf208"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","SIR"],"rulings":[{"date":"2016-07-13","text":"For more information on meld cards, see the Eldritch Moon mechanics article (https://magic.wizards.com/en/articles/archive/feature/eldritch-moon-mechanics-2016-06-27)."},{"date":"2016-07-13","text":"The set of creatures affected by Chittering Host’s triggered ability is determined as the ability resolves. Creatures you begin to control later in the turn won’t get +1/+0 or gain menace."}],"rarities":["common","uncommon"]},"grafdigger's cage":{"name":"Grafdigger's Cage","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creature cards in graveyards and libraries can't enter the battlefield.\nPlayers can't cast spells from graveyards or libraries.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantEnterBattlefieldFrom","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InAnyZone","zones":["Graveyard","Library"]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature cards in graveyards and libraries can't enter the battlefield."},{"mode":{"CantCastFrom":{"who":"AllPlayers"}},"affected":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"InAnyZone","zones":["Graveyard","Library"]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Players can't cast spells from graveyards or libraries."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"753cb2b2-24ce-484f-a2d0-be6fd2c67ebd","metadata":{"source_printing_ids":["0a135e09-b534-4836-9a10-3a9a4a9f8c53","1b9a5015-9066-4150-8fce-79601d6612ca","2a6240e7-d3aa-40e9-a627-58e7bf62525c","6d03f2e5-c778-4a85-a104-7cf367e5a5ea","c1b5c132-c4d0-42df-bc5b-e7fe0a31a9e7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DKA","M20","MB2","MM3","PM20","PRM","SLD"],"rulings":[{"date":"2019-07-12","text":"If an effect exiles a card from a library and allows a player to cast it, that player may do so. The spell is cast from exile, not a library."},{"date":"2019-07-12","text":"Look at the card as it exists in your graveyard to determine whether it can enter the battlefield. For example, Sculpting Steel can be put onto the battlefield as a copy of a creature, but Phyrexian Metamorph can't be put onto the battlefield, even if it would copy a noncreature artifact."},{"date":"2019-07-12","text":"Manifesting a card from a graveyard or library is an impossible action while Grafdigger's Cage is on the battlefield."},{"date":"2019-07-12","text":"Players can still play lands from graveyards or libraries if an effect allows them to do so."}],"rarities":["rare"]},"grafted exoskeleton":{"name":"Grafted Exoskeleton","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +2/+2 and has infect. (It deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)\nWhenever this Equipment becomes unattached from a permanent, sacrifice that permanent.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Unattach","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"TriggeringSource"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes unattached from a permanent, sacrifice that permanent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Infect"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +2/+2 and has infect."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"f4350c4e-7e53-4401-b889-14bed27bee9c","metadata":{"source_printing_ids":["9aa64374-0693-47c9-8b69-56def3817b14","d9218955-6604-49de-9153-6301d216e3bb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ONC","SOM","TD2"],"rulings":[{"date":"2011-01-01","text":"A player who has ten or more poison counters loses the game. This is a state-based action."},{"date":"2011-01-01","text":"Damage from a source with infect affects planeswalkers normally."},{"date":"2011-01-01","text":"Damage from a source with infect is damage in all respects. If the source with infect also has lifelink, damage dealt by that source also causes its controller to gain that much life. Damage from a source with infect can be prevented or redirected. Abilities that trigger on damage being dealt will trigger if a source with infect deals damage, if appropriate."},{"date":"2011-01-01","text":"If Grafted Exoskeleton's last ability triggers, but you don't control the permanent it became unattached from at the time that ability resolves (perhaps because another player has somehow gained control of it), you won't be able to sacrifice it."},{"date":"2011-01-01","text":"If damage from a source with infect that would be dealt to a player is prevented, that player doesn't get poison counters. If damage from a source with infect that would be dealt to a creature is prevented, that creature doesn't get -1/-1 counters."},{"date":"2011-01-01","text":"In addition to the effect of its equip ability, Grafted Exoskeleton becomes unattached from the creature it's equipping if a spell or ability (such as Fulgent Distraction) causes it to become unattached, if Grafted Exoskeleton leaves the battlefield, if the equipped creature ceases to be a creature, or if Grafted Exoskeleton ceases to be an Equipment. (It also becomes unattached if the equipped creature leaves the battlefield, but the triggered ability won't do anything in that case.)"},{"date":"2011-01-01","text":"Infect's effect applies to any damage, not just combat damage."},{"date":"2011-01-01","text":"The -1/-1 counters remain on the creature indefinitely. They're not removed if the creature regenerates or the turn ends."}],"rarities":["uncommon"]},"gran-gran":{"name":"Gran-Gran","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Peasant","Ally"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever Gran-Gran becomes tapped, draw a card, then discard a card.\nNoncreature spells you cast cost {1} less to cast as long as there are three or more Lesson cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes tapped, draw a card, then discard a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":[{"Subtype":"Lesson"}],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Noncreature spells you cast cost {1} less to cast as long as there are three or more Lesson cards in your graveyard."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0259a9ed-0558-4183-b737-871ed5573c32","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["fa434b41-e5f7-4989-865a-95db67b05cb1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PW25","TLA"],"rulings":[{"date":"2025-10-02","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon"]},"grand architect":{"name":"Grand Architect","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vedalken","Artificer"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Other blue creatures you control get +1/+1.\n{U}: Target artifact creature becomes blue until end of turn.\nTap an untapped blue creature you control: Add {C}{C}. Spend this mana only to cast artifact spells or activate abilities of artifacts.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetColor","colors":["Blue"]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become blue"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Artifact","Creature"],"controller":null,"properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: Target artifact creature becomes blue until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}},"restrictions":[{"SpellTypeOrAbilityActivation":{"spell_type":"Artifact","ability":"OfSpellType"}}]},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Blue"}]}},"sub_ability":null,"duration":null,"description":"Tap an untapped blue creature you control: Add {C}{C}. Spend this mana only to cast artifact spells or activate abilities of artifacts.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Blue"},{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"blue creatures you control get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7af1d7f9-058a-4ccb-96b7-fc391b615c09","metadata":{"source_printing_ids":["14ce909d-a53e-4711-a9fd-b110433d460f","a386d7ae-2533-461d-ada7-e75548533771","c59599de-c781-4c26-a159-cbf0cd72d361"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","PLST","SOM","TD2"],"rulings":[{"date":"2020-08-07","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to a blue creature you control may become lethal if Grand Architect leaves the battlefield during that turn."},{"date":"2020-08-07","text":"Grand Architect's second ability causes the affected artifact creature to lose any other colors it has, but it doesn't cause it to stop being an artifact."},{"date":"2020-08-07","text":"You can tap any untapped blue creature you control, including one you haven't controlled continuously since the beginning of your most recent turn, to pay the cost of Grand Architect's mana ability. This includes Grand Architect itself."}],"rarities":["rare"]},"grave pact":{"name":"Grave Pact","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control dies, each other player sacrifices a creature of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control dies, each other player sacrifices a creature of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6f4ac4a4-53ec-4bc9-8f5c-d4b801d867b2","metadata":{"source_printing_ids":["291af6dc-9f71-4e8e-9ecc-24fa90aacb23","2b9d2a9b-daf2-4ebe-bb8c-0b1d4dfa9e35","655a654b-87e8-41af-b9db-54afee485946","940536be-fce1-4a90-9126-195815a43e0f","9aaced6e-f656-49d3-9130-ba255800e0a5","aeeb9e6f-3c04-4b87-9d51-33516d0e9102","b728cdab-e4fe-478b-b7b2-5912bd6a80a3","b88471f6-ccb3-4129-b7a4-62cee65605ef","bfd23186-6796-4430-86c5-f0d5337bbc91","c87fe9b8-3dae-4b22-bceb-be48cd082921","f24021ca-f493-4de8-9e65-01bf10fe2920","f32a394c-aa7e-40a7-958d-ed89e82bd473","f5a4970b-2ba6-4c91-a301-369369cdf360"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","8ED","9ED","CM2","CMD","CMM","HOP","STH","WOT"],"rulings":[{"date":"2023-09-01","text":"If multiple creatures you control die at the same time, Grave Pact's ability will trigger that many times."},{"date":"2023-09-01","text":"If two players each control a Grave Pact and a creature controlled by one of those players dies, a chain reaction happens. First the ability of that player's Grave Pact will trigger, causing each other player to sacrifice a creature. That sacrifice causes the ability of the other player's Grave Pact to trigger, and so on."},{"date":"2023-09-01","text":"If you control more than one Grave Pact and a creature you control dies, each of the triggered abilities will trigger. Each other player will sacrifice a creature each time one of those abilities resolves."},{"date":"2023-09-01","text":"In a Two-Headed Giant game, when a creature you control dies, Grave Pact's triggered ability will cause each other player, including your teammate, to sacrifice a creature. Grave Pact's ability won't trigger when a creature your teammate controls dies."},{"date":"2023-09-01","text":"None of the players are targeted. A player with hexproof would still sacrifice a creature."},{"date":"2023-09-01","text":"When the triggered ability resolves, first the player whose turn it is (if it isn't your turn) chooses which creature they will sacrifice, then each other player in turn order does the same, then all chosen creatures are sacrificed at the same time."}],"rarities":["rare","mythic"]},"gravecrawler":{"name":"Gravecrawler","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't block.\nYou may cast this card from your graveyard as long as you control a Zombie.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."},{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}},"affected_zone":null,"effect_zone":null,"active_zones":["Graveyard"],"characteristic_defining":false,"description":"You may cast this card from your graveyard as long as you control a Zombie."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"09ff28b1-b6c9-48e6-b12e-2f0e644f709f","metadata":{"source_printing_ids":["08ef7130-5051-4e2c-b473-2dae3176078e","128351fb-2ce0-4439-982a-9cc741936992","3c189fe5-a5f9-4057-bb70-0a88ae3169de","48d73cb5-22ac-43df-9c4b-0c860bb80b3e","55e62436-8e4a-48d0-bcb2-fa650b1aafbb","662e18ab-d3cf-4f91-8ecb-c559c5218061","6987d609-ba0f-42bf-9b61-bdfb943c03b5","6b6e96a0-5c2d-44f4-9191-48a6bd27536e","951ff2ed-9af0-4551-929a-ba6679fc2e15","af50a9a4-a03e-4217-abcc-07c0e5e0f5ef","c1a6d1c9-7779-4165-ad82-f7c4c5fe529c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","DDQ","DKA","DRC","INR","J22","PDKA","PLST","PRM","SLD","TDC"],"rulings":[{"date":"2011-01-22","text":"Gravecrawler's ability doesn't change when you could cast it."},{"date":"2011-01-22","text":"Once you've cast Gravecrawler and it's on the stack, it doesn't matter if you lose control of the other Zombie."}],"rarities":["rare"]},"graveyard dig":{"name":"Graveyard Dig","mana_cost":{"type":"Cost","shards":["BlackGreen"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return up to two target [black or green] creature cards from your graveyard to your hand.\nYou may cast this spell for {2}{B/G}{B/G}. If you do, ignore the bracketed text.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return up to two target [black or green] creature cards from your graveyard to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"12e1237d-acb0-4d2e-9696-82e3e847e31f","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["BlackGreen","BlackGreen"],"generic":2}}}],"parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Return up to two target [black or green] creature cards from your graveyard to your hand.\nYou may cast this spell for {2}{B/G}{B/G}. If you ","line_index":0}],"metadata":{"source_printing_ids":["39de531d-c238-47b7-8397-5721a8662c5d","ce757886-c121-4e11-a7ac-2e63913f5b1c"]},"legalities":{},"printings":["CMB1","CMB2"],"rulings":[{"date":"2019-11-12","text":"If a spell or ability copies Graveyard Dig, the choice to pay its alternative cost is copied as well, and the bracketed text is ignored for the copy as well."}],"rarities":["rare"]},"gray ogre":{"name":"Gray Ogre","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ogre"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"83c8a3a6-2e1a-4e26-8847-6d066f42d906","metadata":{"source_printing_ids":["11bf2cc0-799f-4eb8-b338-ed7543f469e7","41023495-d3cb-4cb0-b95c-f717480a76a5","4d195ba7-ce24-405a-b201-de85f5cb843f","65e4f0ee-4bbc-4786-bd0e-72e5101d016e","73ae5276-b607-4f23-a9d2-e8cc7b8e3693","ba8d7da8-41a4-43a8-a16e-31914b6d3147","c2353776-6cc8-4cb3-9608-6ed4aa5bdd1b","e26041ad-b326-40e6-a7fd-eacfcb0ab17e","e2e956a7-3ed1-4cbb-a6fd-123453360058","f165ed5e-ccaf-43d4-9a07-1e6bb609fe59"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","CED","CEI","FBB","LEA","LEB","SUM"],"rarities":["common"]},"great desert hellion":{"name":"Great Desert Hellion","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Hellion"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Starting intensity 1\nMenace\nAt the beginning of your upkeep, sacrifice Great Desert Hellion unless you discard a card. If you discard a card this way, Great Desert Hellion intensifies by 1.\nWhen Great Desert Hellion leaves the battlefield, you may discard your hand. If you do, draw cards equal to Great Desert Hellion's intensity.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Starting intensity 1"},"cost":null,"sub_ability":null,"duration":null,"description":"Starting intensity 1","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"~","description":"~ intensifies by 1"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"payer":{"type":"Controller"}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you discard a card. If you discard a card this way, ~ intensifies by 1.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"draw","description":"draw cards equal to ~'s intensity"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, you may discard your hand. If you do, draw cards equal to ~'s intensity.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"b78dd31f-cc1e-4e7e-8930-dd3378dcb772","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YBRO"]},"greater good":{"name":"Greater Good","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Sacrifice a creature: Draw cards equal to the sacrificed creature's power, then discard three cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Controller"}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Sacrifice a creature: Draw cards equal to the sacrificed creature's power, then discard three cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"dc0593c2-ccb4-4648-a592-c5bcd121dc72","metadata":{"source_printing_ids":["03445cdf-6c4e-4b93-b1c3-7bf3e3bafa33","046aff0b-fa01-4a2d-a030-021a7ad01e60","12befd35-2dc6-4852-a153-75b553042643","153d7669-9063-4fc2-b53b-480b0e741f3f","4c73ca01-d8ea-4cd2-af60-b260030967b2","6378a9f5-9fe4-4e41-9bde-4eb4081bfdc4","9dd8b16f-3dfd-4e04-a2e9-ec87d0e007c9","a327e66f-0cd7-46f7-b20f-35c5084b158c","cf97573c-65e3-4eec-92af-c364c1cbceea","debe9258-209a-44cb-99e9-49affd02aa32","e845f300-6a98-4057-9003-885185f30923","f935e21d-f20c-4f73-92b6-e2e2ea8841af"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2XM","9ED","AFC","BBD","BLC","J14","MB2","MSC","PRM","SLD","USG"],"rulings":[{"date":"2020-08-07","text":"If you don't have three cards in hand when instructed to discard three cards, you discard your hand."},{"date":"2020-08-07","text":"Use the sacrificed creature's power as it last existed on the battlefield to determine how many cards you draw."},{"date":"2020-08-07","text":"You draw and discard cards all while Greater Good's ability is resolving. Nothing can happen between the two, and no player may choose to take actions."}],"rarities":["rare"]},"green goblin":{"name":"Green Goblin","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Human","Villain"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, menace\nSpells you cast from your graveyard cost {2} less to cast.\nGoblin Formula — Each nonland card in your graveyard has mayhem. The mayhem cost is equal to its mana cost. (You may cast a card from your graveyard for its mayhem cost if you discarded it this turn. Timing rules still apply.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Menace"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast from your graveyard cost {2} less to cast."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Mayhem":{"type":"SelfManaCost"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Goblin Formula — Each nonland card in your graveyard has mayhem. The mayhem cost is equal to its mana cost."}],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"aa5b06a4-90c3-45e7-ab83-cb5c96ded21d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["d5c53af9-7150-4e78-8771-2de7980aa307","da13a060-36ee-41e9-bab1-af8ddcc893b8","f35d0be0-19e3-417e-aabf-fbed1aefd73c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["OM1","PSPM","SPM"],"rarities":["mythic"]},"green sun's zenith":{"name":"Green Sun's Zenith","mana_cost":{"type":"Cost","shards":["X","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a green creature card with mana value X or less, put it onto the battlefield, then shuffle. Shuffle Green Sun's Zenith into its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},{"type":"HasColor","color":"Green"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"duration":null,"description":"Search your library for a green creature card with mana value X or less, put it onto the battlefield, then shuffle. Shuffle ~ into its owner's library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0d96b60b-a060-48ee-bb83-93f1c4a10669","metadata":{"source_printing_ids":["01794178-cf41-454c-ac37-1d8b18e42db2","02335747-54e3-4827-ae19-4e362863da9b","586fdc7a-add9-4ed6-88f6-188061647c31","70291c7b-a86f-4466-8502-c28765a89b2a","b090cb9e-fcdd-4fc2-8e5d-b63511f83a13"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","EMA","MBS","PRM","SPG","V13"],"rulings":[{"date":"2011-06-01","text":"If this spell doesn't resolve, none of its effects occur. In particular, it will go to the graveyard rather than to its owner's library."},{"date":"2016-06-08","text":"If Green Sun's Zenith is countered, none of its effects will happen. Notably, it will be put into its owner's graveyard rather than shuffled into its owner's library."},{"date":"2016-06-08","text":"If you own Green Sun's Zenith, but an opponent casts it (due to Knowledge Pool's effect, for example), that opponent searches their library for an appropriate creature card, then shuffles that library. That opponent then shuffles Green Sun's Zenith into your library. You won't shuffle any library in this case."},{"date":"2016-06-08","text":"In most cases, if you own Green Sun's Zenith and cast it, you'll shuffle your library twice. In practice, shuffling once is sufficient, but effects that care about you shuffling your library (like Psychogenic Probe, for example) will see that you've shuffled twice."}],"rarities":["rare","mythic"]},"grenzo, crooked jailer":{"name":"Grenzo, Crooked Jailer","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Rogue"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Grenzo enters and at the beginning of your upkeep, heist target opponent's library.\nOnce each turn, you may pay {0} rather than pay the mana cost for a spell you cast that you don't own with mana value 3 or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Once each turn, you may pay {0} rather than pay the mana cost for a spell you cast that you don't own with mana value 3 or less."},"cost":null,"sub_ability":null,"duration":null,"description":"Once each turn, you may pay {0} rather than pay the mana cost for a spell you cast that you don't own with mana value 3 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Heist","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"look_count":3},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, heist target opponent's library.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Heist","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"look_count":3},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of your upkeep, heist target opponent's library.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"d257eb29-2a47-47f1-a6fa-21eaaf1540b1","brawl_commander":true,"is_commander":true,"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YOTJ"]},"grenzo, havoc raiser":{"name":"Grenzo, Havoc Raiser","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"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 that spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["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 that spell."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Goad","target":{"type":"Typed","type_filters":["Creature"],"controller":"TriggeringPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0,"mana_spend_permission":"AnyTypeOrColor"},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever a creature you control deals combat damage to a player","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"80788290-1569-4c7f-b263-b4da7b31a9d1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["075cd558-2557-409a-8244-2de65664be53","3a6ab04e-f41f-487a-9c7e-4fb836c8b96e","5423d57c-686c-4c86-99e8-b10f1140898f","5fc99c9d-66f5-4858-91f7-425d4248a0b3","91c73420-c36c-4bec-8ea9-192552fc5e4c","9b6f7f0e-7a0a-42ae-8bc9-c20f62dd3264","9bc97501-93ed-4235-bfe7-745ac57653da","aba981f9-ebc6-48ac-b768-557f632b82df","c84e4a51-e7ab-4107-b458-771e6d31d110"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM","CN2","M3C","OTC","PLST","PZ2","SLD","TDC"],"rulings":[{"date":"2016-08-23","text":"Casting the exiled card follows the normal rules for casting that card. You must pay its costs, and you must follow all applicable timing rules. For example, if you exile a creature card this way, you must wait until your main phase to cast it."},{"date":"2016-08-23","text":"If you don't cast the card, it will remain in exile."},{"date":"2016-08-23","text":"If you exile a land card this way, you can't play it."},{"date":"2016-08-23","text":"The card exiled by the second mode is exiled face up."},{"date":"2023-06-30","text":"Attacking with a goaded creature doesn't cause it to stop being goaded. If there is an additional combat phase that turn, or if another player gains control of it before it stops being goaded, it must attack again if able."},{"date":"2023-06-30","text":"Being goaded isn't an ability the creature has. Once it's been goaded, it must attack as detailed above even if it loses all abilities."},{"date":"2023-06-30","text":"If a creature you control has been goaded by multiple opponents, it must attack one of your opponents that hasn't goaded it, as that fulfills the maximum number of goad requirements. If a creature you control has been goaded by each of your opponents, the creature must attack an opponent (rather than a planeswalker or battle), but you choose which opponent it attacks."},{"date":"2023-06-30","text":"If the creature doesn't meet any of the above exceptions and can attack, it must attack a player other than the controller of the spell or ability that goaded it if able. If the creature can't attack any of those players but could otherwise attack, it must attack a planeswalker an opponent controls, a battle an opponent controls, or a player who goaded it."},{"date":"2023-06-30","text":"If, during a player's declare attackers step, a creature that player controls that's been goaded is tapped, is affected by a spell or ability that says it can't attack, or hasn't been under that player's control continuously since the turn began (and doesn't have haste), then it doesn't attack. If there's a cost associated with having a creature attack a player, its controller isn't forced to pay that cost, so it doesn't have to attack that player."}],"rarities":["rare"]},"greven il-vec":{"name":"Greven il-Vec","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control deals damage to a creature, destroy the other creature. It can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TrackedSet","id":0},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever a creature you control deals damage to a creature, destroy the other creature. It can't be regenerated.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e4d9c50e-d248-43df-bdc3-665cbe5085ea","legalities":{},"printings":["PVAN"]},"greymond, avacyn's stalwart":{"name":"Greymond, Avacyn's Stalwart","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"As Greymond, Avacyn's Stalwart enters, choose two abilities from among first strike, vigilance, and lifelink.\nHumans you control have each of the chosen abilities.\nAs long as you control four or more Humans, Humans you control get +2/+2.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Human"}],"controller":"You","properties":[]},"modifications":[{"type":"AddChosenKeyword"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Humans you control have each of the chosen abilities."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Human"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Human"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as you control four or more Humans, Humans you control get +2/+2."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Keyword":{"options":["FirstStrike","Vigilance","Lifelink"],"count":2}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose two abilities from among first strike, vigilance, and lifelink.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"739a5220-50cd-4148-be58-1bbdeef2954e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0a8e78b3-3232-4d48-9d6c-540951a0330e","b7848325-c46e-4e63-90d0-c9524380eb63"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD","SLX"],"rarities":["mythic"]},"grievous wound":{"name":"Grievous Wound","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nEnchanted player can't gain life.\nWhenever enchanted player is dealt damage, they lose half their life, rounded up.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":{"Unknown":"Whenever enchanted player is dealt damage"},"execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Target"}}},"divisor":2,"rounding":"Up"},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted player is dealt damage, they lose half their life, rounded up.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantGainLife","affected":{"type":"AttachedTo"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted player can't gain life."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4d97b9d1-1138-40da-b593-8065ea6ed7b3","metadata":{"source_printing_ids":["6ed3dd5e-cd27-4b18-ad60-f5c4d9a811b9","b3222c21-8d81-487d-a0c4-2413b30a26ab","bea4b0aa-7ed8-4e1c-867b-50754447f41b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"Grievous Wound's last ability triggers and resolves after the damage is dealt. For example, if the enchanted player has 10 life and is dealt 1 damage, that damage will reduce their life total to 9. Then Grievous Wound's ability will cause that player to lose 5 life, leaving their life total at 4."},{"date":"2024-09-20","text":"Grievous Wound's last ability triggers only once whenever enchanted player is dealt combat damage, no matter how many creatures deal combat damage to them at the same time."},{"date":"2024-09-20","text":"If an effect says to set the enchanted player's life total to a number that's higher than their current life total, that player's life total won't change."},{"date":"2024-09-20","text":"Spells and abilities that cause the enchanted player to gain life still resolve while Grievous Wound is on the battlefield. The enchanted player won't gain life, but any other effects of that spell or ability will still happen."}],"rarities":["rare"]},"griffin rider":{"name":"Griffin Rider","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"As long as you control a Griffin creature, this creature gets +3/+3 and has flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":3},{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"Griffin"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as you control a Griffin creature, ~ gets +3/+3 and has flying."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"af8aa11b-34be-42a3-a8a2-3cad38f29f66","metadata":{"source_printing_ids":["3f1a5517-e442-4fbc-b8c3-fea28e5e44d2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["M12"],"rarities":["common"]},"grim hireling":{"name":"Grim Hireling","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Tiefling","Rogue"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever one or more creatures you control deal combat damage to a player, create two Treasure tokens.\n{B}, Sacrifice X Treasures: Target creature gets -X/-X until end of turn. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Variable","value":"-X"},"toughness":{"type":"Variable","value":"-X"},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Treasure"}],"controller":null,"properties":[]},"count":4294967295}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{B}, Sacrifice X Treasures: Target creature gets -X/-X until end of turn. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, create two Treasure tokens.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"89738595-dafb-400a-bfba-91a53a37e717","metadata":{"related_token_ids":["4f940dc2-7698-5fda-9f9b-62ec43ec2012","6a613aa7-be49-5cc5-abd3-4fab87bb0065","7fb44e8f-f3f6-5834-b4ef-a0249adacc31","b0e0f943-429b-5075-a61d-22338c7dfcf6"],"source_printing_ids":["08c6872d-4cb5-4a59-b1dd-38c107906660","13faeba0-0536-4e29-ae56-d76c659e1e50","38326f48-548c-4b18-9ad2-0b7c23385deb","41d10e7a-a69a-478e-8317-6009502ab6d6","b4fe104c-34ff-4b17-a703-98e7dedcb518"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","CLB","HBG","PLST","PRM","SLD"],"rarities":["rare"]},"grim lavamancer":{"name":"Grim Lavamancer","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{R}, {T}, Exile two cards from your graveyard: This creature deals 2 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"Tap"},{"type":"Exile","count":2,"zone":"Graveyard","filter":null}]},"sub_ability":null,"duration":null,"description":"{R}, {T}, Exile two cards from your graveyard: ~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"37445e06-88a1-4e2e-a432-383736c9b977","metadata":{"source_printing_ids":["1ab6ffe8-e1ad-4db9-98f7-d6038f271866","59035b53-e374-49f6-8b02-8b54f6df45d2","5dd72697-24be-42c7-a6d9-a837bdbd4662","a359f4a8-3c06-441a-81bd-e3773b122e45","d9fbe2c9-31d5-4e54-922d-1bc6a865b251","e2ae5aec-1341-439b-aae7-83cb69e8c1d4","e7979d38-88a6-4062-b725-52c91f170083","ee2a0d71-15a2-4061-b5f2-434755094aa4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","DMR","E01","G06","JMP","M12","PD2","PRM","TOR"],"rulings":[{"date":"2022-12-08","text":"The two cards are exiled as the cost of Grim Lavamancer's ability is paid. Players can't respond to the paying of costs by trying to move those cards to another zone."}],"rarities":["rare"]},"grim monolith":{"name":"Grim Monolith","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact doesn't untap during your untap step.\n{T}: Add {C}{C}{C}.\n{4}: Untap this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":3}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantUntap","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ doesn't untap during your untap step."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"229d6627-1292-4ae1-8849-b0f956fa6540","metadata":{"source_printing_ids":["0ba4acad-31d4-497b-9b07-bf4beebf6647","9ddc9fe1-17c8-4e1d-aeb8-c4214e881280","aac6339a-4c32-4cd5-b3a2-d8f507e2b996"]},"legalities":{"commander":"legal","duel":"banned","legacy":"legal","oathbreaker":"legal","premodern":"banned","vintage":"legal"},"printings":["PRM","ULG","WC00","WC99"],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"grindstone":{"name":"Grindstone","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{3}, {T}: Target player mills two cards. If two cards that share a color were milled this way, repeat this process.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"Player"},"destination":"Graveyard"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"repeat","description":"repeat this process"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{3}, {T}: Target player mills two cards. If two cards that share a color were milled this way, repeat this process.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"97560adc-814e-450c-9ca7-f9364e910a0b","metadata":{"source_printing_ids":["082dd404-7bea-40a8-8279-d0faaded3b8a","0f15505d-b32f-4b71-8b99-f27bc964c5a8","183b321b-2214-42ba-a50a-54c15e3e8b77","a94e3f4b-3c21-494b-9335-b9c258de66c0","f4459187-de64-456f-bb66-56dea40d5c3e","f5914135-d927-4d95-a4cd-85c871adaeee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["MPS","OTP","P23","PRM","TMP","TPR","WC98"],"rulings":[{"date":"2004-10-04","text":"If the two cards are both colorless, then the effect does not repeat. It only repeats if both cards have at least one color and at least one color is shared between them."},{"date":"2024-04-12","text":"The process can repeat any number of times, as long as two cards that share a color are milled each time."}],"rarities":["rare","mythic","special"]},"grishnákh, brash instigator":{"name":"Grishnákh, Brash Instigator","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When Grishnákh enters, amass Orcs 2. When you do, until end of turn, gain control of target nonlegendary creature an opponent controls with power less than or equal to the amassed Army's power. Untap that creature. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Amass","subtype":"Orc","count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"NotSupertype","value":"Legendary"},{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"AmassedArmy"}}}}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, amass Orcs 2. When you do, until end of turn, gain control of target nonlegendary creature an opponent controls with power less than or equal to the amassed Army's power. Untap that creature. It gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"1f139012-fa71-4f5f-8c57-6847bff95678","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["08fd2115-1a20-5df5-8107-d5f7c271c10c"],"source_printing_ids":["6385e769-f805-499d-9f47-494533362152","dbb4187d-5706-48cd-bbaa-f5cd80bfff2b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Amass Zombies works the same way, except you create a 0/0 black Zombie Army creature token if you don't control an Army. If the Army creature you chose isn't already a Zombie, it becomes a Zombie in addition to its other types. By combining cards with amass Orcs and amass Zombies, you can end up with an Orc Zombie Army."},{"date":"2023-06-16","text":"Amass abilities are now written as \"amass [subtype] N.\" Previous cards with amass have received errata to say \"amass Zombies N.\""},{"date":"2023-06-16","text":"If you don't control an Army, the Orc Army token you create enters the battlefield as a 0/0 creature before receiving counters. Any abilities that trigger when a creature with a certain power enters the battlefield, such as that of Mentor of the Meek, will see the token enter as a 0/0 creature before it gets +1/+1 counters."},{"date":"2023-06-16","text":"In the rare case that you control multiple Army creatures (perhaps because you played a creature with changeling) while you amass Orcs, you choose which of your Army creatures to put the +1/+1 counters on. If that creature isn't an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"Some cards refer to the \"amassed Army.\" That means the Army creature you chose to receive counters, even if no counters were placed on it for some reason."},{"date":"2023-06-16","text":"Some spells and abilities that amass Orcs may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't amass Orcs."},{"date":"2023-06-16","text":"To amass Orcs N, if you don't control an Army creature, create a 0/0 black Orc Army creature token. Then you choose an Army creature you control and put N +1/+1 counters on it. If that Army isn't already an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"You don't choose a target for Grishnákh, Brash Instigator's ability at the time it triggers. Rather, a second \"reflexive\" ability triggers when you amass Orcs this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["uncommon"]},"grizzly bears":{"name":"Grizzly Bears","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bear"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"14c8f55d-d177-4c25-a931-ebeb9e6062a0","metadata":{"source_printing_ids":["10c845b8-40f1-44df-9e91-dab7606f6271","16e12ae6-6e75-4786-b881-f1b890363a0b","1df4c9a2-8d26-4075-8ee1-b5b848ef5e31","1f7ae6c7-3c87-43c3-beee-894b289ad03f","38fc72de-2093-477b-b39e-696339d2fdbc","409f9b88-f03e-40b6-9883-68c14c37c0de","5b8dadf2-d31a-4b24-a9a7-f7f511ba2867","66e3de06-572e-48c5-888b-2dac7fa9d0d0","68d8ad43-adea-47e8-9d9e-e14c2ad41489","72d5d8b0-e22d-4bb3-9e36-5038601d22f7","886959ca-83fd-4b50-a99a-08ef0c5415db","94a39e27-d1d7-486c-8f1e-4a0a1c8b5dce","a0264440-2325-4143-87a7-2af5a6b2a2f9","aea4f90b-f21b-4acd-934f-406eae274bcf","bf11596e-e798-4126-b56c-e23a1ca2a25d","ce2d603a-3231-4a8c-bf39-1617586ea870","d74cce44-b54b-4922-9cea-f3fda725d24f","dc37da73-0d9b-4b17-854f-517674fc0c97","e7aa2b93-0a84-4318-bf2d-58164f0a846f","e8d7845a-f0de-4fd3-9f78-3236b22a305e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","CED","CEI","FBB","ITP","J21","LEA","LEB","POR","RQS","S99","SUM"],"rarities":["common"]},"grove's bounty":{"name":"Grove's Bounty","mana_cost":{"type":"Cost","shards":["X","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Distribute X +1/+1 counters among any number of target creatures you control. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"Distribute X +1/+1 counters among any number of target creatures you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"distribute":{"type":"Counters","data":"P1P1"},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"54175132-2c44-4749-8dfd-d08dcc63e4b3","metadata":{"source_printing_ids":["bc9bdf96-3e3b-4dca-aae2-e81d4cbeafe8","bdb79d68-c3af-4091-b7db-005247191da8","c5a61619-f951-42ff-8246-c51ee5dc18c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","SOC","WOE"],"rarities":["rare"]},"growing dread":{"name":"Growing Dread","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this enchantment enters, manifest dread. (Look at the top two cards of your library. Put one onto the battlefield face down as a 2/2 creature and the other into your graveyard. Turn it face up any time for its mana cost if it's a creature card.)\nWhenever you turn a permanent face up, put a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ManifestDread"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, manifest dread.","constraint":null,"condition":null,"batched":false},{"mode":"TurnFaceUp","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you turn a permanent face up, put a +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"aa1d8bfa-729a-4e10-8069-57a1d4f4392b","metadata":{"source_printing_ids":["5479ac50-8335-4c6a-be99-750a44e24f25"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-09-20","text":"Any time you have priority, you can turn a manifested permanent you control face up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-09-20","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-09-20","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-09-20","text":"If a double-faced card is manifested, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-09-20","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise or morph ability because it will no longer have that ability (or the associated cost) once face up."},{"date":"2024-09-20","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-09-20","text":"If a manifested creature would have disguise or morph if it were face up, you may also turn it face up by paying its disguise or morph cost, as appropriate."},{"date":"2024-09-20","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-09-20","text":"If your library contains only one card when you manifest dread, you'll look at that card and put it onto the battlefield face down. You won't have the option to put it into your graveyard instead. If your library contains no cards when you manifest dread, you won't do anything."},{"date":"2024-09-20","text":"Some cards in the Duskmourn release have abilities that trigger \"whenever you manifest dread.\" In circumstances where you are instructed to manifest dread but can't perform some or all of the steps of manifesting dread (probably because your library has one or fewer cards in it), these abilities will still trigger."},{"date":"2024-09-20","text":"To manifest dread, look at the top two cards of your library. Manifest one (by putting it onto the battlefield face down) and put the other into your graveyard. The card you put onto the battlefield becomes a 2/2 face-down creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-09-20","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-09-20","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a manifested creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-09-20","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered should remain clear, as well as what ability caused them to be face down. (This includes manifest, disguise, cloak, morph, and a few older effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["uncommon"]},"growing rites of itlimoc":{"name":"Growing Rites of Itlimoc","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When Growing Rites of Itlimoc enters, look at the top four cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order.\nAt the beginning of your end step, if you control four or more creatures, transform Growing Rites of Itlimoc.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, look at the top four cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you control four or more creatures, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ea9c459a-6047-43aa-968f-a582be4000e8","metadata":{"source_printing_ids":["004524bf-b249-4dac-9c10-44d57143feb9","36651c33-d570-4d48-a1d3-bac736d3f043","b3b87bfc-f97f-4734-94f6-e3e2f335fc4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI","P22","PXLN","PXTC","XLN"],"rulings":[{"date":"2017-09-29","text":"If you control a creature that will be removed from the battlefield \"at the beginning of the next end step,\" you can resolve the ability of Growing Rites of Itlimoc before that creature leaves the battlefield."},{"date":"2017-09-29","text":"If you gain control of a creature \"until end of turn,\" or if a noncreature permanent you control becomes a creature \"until end of turn,\" it'll be a creature under your control through the entire end step."},{"date":"2017-09-29","text":"The last ability of Growing Rites of Itlimoc doesn't trigger if you don't control four or more creatures as your end step begins. If you don't control four or more creatures as it resolves, it does nothing."}],"rarities":["rare"]},"grudge keeper":{"name":"Grudge Keeper","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever players finish voting, each opponent who voted for a choice you didn't vote for loses 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Vote","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever players finish voting, each opponent who voted for a choice you didn't vote for loses 2 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ffbf8459-fda2-4c1d-9841-c001c37d2141","metadata":{"source_printing_ids":["cf00b8d3-30bb-44b8-8531-4bfd018acc0c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CNS"],"rulings":[{"date":"2014-05-29","text":"Grudge Keeper’s ability considers only the vote that caused it to trigger, not any previous votes, even if they were caused by the same permanent."},{"date":"2014-05-29","text":"If one of your opponents has additional votes because of Brago’s Representative, and that player votes for more than one choice you didn’t vote for, that player will lose only 2 life."},{"date":"2014-05-29","text":"If you have additional votes because of Brago’s Representative, and you vote for more than one choice, an opponent will lose 2 life only if they voted for none of those choices."},{"date":"2014-05-29","text":"The spell or ability that caused you to vote will finish resolving before Grudge Keeper’s ability is put on the stack. The ability will be put on the stack even if the results of the vote cause Grudge Keeper to leave the battlefield."}],"rarities":["common"]},"gruff triplets":{"name":"Gruff Triplets","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Satyr","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this creature enters, if it isn't a token, create two tokens that are copies of it.\nWhen this creature dies, put a number of +1/+1 counters equal to its power on each creature you control named Gruff Triplets.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if it isn't a token, create two tokens that are copies of it.","constraint":null,"condition":{"type":"ZoneChangeObjectMatchesFilter","destination":"Battlefield","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"NonToken"}]}},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Named","name":"Gruff Triplets"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, put a number of +1/+1 counters equal to its power on each creature you control named Gruff Triplets.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"32de1b70-f993-4423-b0ef-0762c2b4d1b1","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["f48f7bd4-c12d-48a7-b39f-36033636e5c7","f8760ab9-ac76-4e2e-b82f-0ee2a6dc5634"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rarities":["rare"]},"gruul signet":{"name":"Gruul Signet","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Add {R}{G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Add {R}{G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"d36e0c9f-c025-4dfe-9644-9cad2461ce38","metadata":{"source_printing_ids":["0310bb0e-bd22-470e-8711-4e15aec86578","1bb30340-96a4-49d8-838b-8788900401a0","1e71ad66-28ae-4cd6-ac71-d8710e9ea9cd","4c688f52-60ba-4acb-ba0e-40691c5b736c","7294a5e8-68bf-445f-bb88-f9e8ef2e8cd6","72e34c48-8721-4603-a2de-2bbf17ceee11","a248b8f4-cad5-4e3d-a120-398d18a6e15b","d60a752a-2c3c-4896-9ab8-3aa3b1a96d2f","e4e1f117-69a5-45df-9ac8-2544f54f0efc","e8dd88fc-10b6-44f4-8770-f17172e0589e","ed1adca8-9386-42b0-ac6b-699394ac7969"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["AA1","AFC","ARC","BLC","C16","CLU","CMD","GK2","GPT","MM3","MOC","PLST","PRM","RVR","SLD","TD0"],"rarities":["common","uncommon","rare"]},"guard gomazoa":{"name":"Guard Gomazoa","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Jellyfish"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Defender, flying\nPrevent all combat damage that would be dealt to this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Defender","Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Prevent all combat damage that would be dealt to ~.","condition":null,"combat_scope":"CombatOnly","shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7c565975-aebc-4599-ac32-5594c718e2cb","metadata":{"source_printing_ids":["0523e59a-91f7-4893-a4fe-8814a745b422","505969a2-0869-461e-a69a-3b380579e00a","51a57dcb-c7fc-449b-85c1-6f4aae763ec0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMD","PC2","PCA","PLST","ROE"],"rarities":["uncommon"]},"guardian scalelord":{"name":"Guardian Scalelord","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Backup 1 (When this creature enters, put a +1/+1 counter on target creature. If that's another creature, it gains the following abilities until end of turn.)\nFlying\nWhenever this creature attacks, return target nonland permanent card with mana value X or less from your graveyard to the battlefield, where X is this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Backup":1}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, return target nonland permanent card with mana value X or less from your graveyard to the battlefield, where X is ~'s power.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, return target nonland permanent card with mana value X or less from your graveyard to the battlefield, where X is ~'s power.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":"If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"SelfRef"},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put 1 +1/+1 counter on target creature","target_prompt":null,"ability_tag":{"type":"Backup"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.165: Backup 1 — when this creature enters, put 1 +1/+1 counter on target creature. If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d6c7d7a6-2d38-4c06-ab83-bee9cc18de52","metadata":{"source_printing_ids":["8415c0b3-9bf7-4c45-a215-4a73f1a42cbd","94716d24-e8c6-4cd2-a3ac-20cdb929bfd4","fa54ab0b-72aa-458e-a182-5792d8699dc4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC","SOC"],"rulings":[{"date":"2023-04-14","text":"Backup confers only abilities that are actually printed below it. Any abilities that are gained by the permanent are ignored, including abilities gained due to a resolving spell or ability or copy effects."},{"date":"2023-04-14","text":"If a backup ability causes another creature to gain abilities, the creature with backup will still have those abilities."},{"date":"2023-04-14","text":"If a backup ability targets the creature with backup, that creature will get +1/+1 counters, but it won't gain additional abilities."},{"date":"2023-04-14","text":"If a permanent enters the battlefield as a copy of a card with a backup ability or a token is created that is a copy of that card, the order of the printed abilities is maintained."},{"date":"2023-04-14","text":"The abilities that backup grants to the target creature are determined only once, at the time the ability triggers. They won't change if the permanent with backup loses any abilities before the backup ability resolves."}],"rarities":["rare"]},"guerrilla tactics":{"name":"Guerrilla Tactics","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Guerrilla Tactics deals 2 damage to any target.\nWhen a spell or ability an opponent controls causes you to discard this card, it deals 4 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Any"},"damage_source":"TriggeringSource"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When a spell or ability an opponent controls causes you to discard this card, it deals 4 damage to any target.","constraint":{"type":"EventSourceControlledBy","controller":"Opponent"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"65ad90f5-4dae-494b-83fb-8052e77e0b12","metadata":{"source_printing_ids":["3c005ca3-0508-4ac2-afec-3d4a27334c31","51811f2a-7002-4ba7-98d8-5b09d887975c","609b7c3d-bad2-495e-a568-ce79b019a188","63535f0e-dc14-420e-bcb7-b5ef8fafb93f","81348b40-0fc5-4aeb-b8fa-30eaa2d528f9","97f94743-c228-410a-9cb9-d00a1e55dfcf","9bf3bac0-6e63-4bd3-bbd6-547f46c2d126","cf26e172-7fbb-4bbb-b071-c3060842ed12"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","8ED","9ED","ALL","DKM","PLST"],"rulings":[{"date":"2004-10-04","text":"Discarding as a cost to cast a spell will not trigger the ability. Only discarding as an effect will trigger the ability."},{"date":"2004-10-04","text":"If it is discarded, the damage done by it is done by this card due to an ability and not by a spell."},{"date":"2004-10-04","text":"The second ability will trigger even on an optional discard caused by an opponent."}],"rarities":["common","uncommon"]},"guide of souls":{"name":"Guide of Souls","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature you control enters, you gain 1 life and get {E} (an energy counter).\nWhenever you attack, you may pay {E}{E}{E}. When you do, put two +1/+1 counters and a flying counter on target attacking creature. It becomes an Angel in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, you gain 1 life and get {E} .","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayEnergy","amount":{"type":"Fixed","value":3}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"flying","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddSubtype","subtype":"Angel"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an Angel in addition to its other types"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, you may pay {E}{E}{E}. When you do, put two +1/+1 counters and a flying counter on target attacking creature. It becomes an Angel in addition to its other types.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b304ac72-7f40-40de-b8d6-6392909b6029","metadata":{"source_printing_ids":["298de33f-cb39-47c5-9579-54d91eb34414","76c3cad2-1e25-4abe-878d-9194de6fcc27"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3","SCH"],"rulings":[{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"The type-changing effect of the reflexive triggered ability lasts indefinitely. It doesn't wear off during the cleanup step or when Guide of Souls leaves the battlefield."},{"date":"2024-06-07","text":"You don't choose a target for Guide of Souls's last ability at the time it triggers. Rather, a second \"reflexive\" ability triggers when you pay {E}{E}{E} this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["rare"]},"guidelight matrix":{"name":"Guidelight Matrix","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, draw a card.\n{2}, {T}: Target Mount you control becomes saddled until end of turn. Activate only as a sorcery.\n{2}, {T}: Target Vehicle you control becomes an artifact creature until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"BecomeSaddled","target":{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{2}, {T}: Target Mount you control becomes saddled until end of turn. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{2}, {T}: Target Vehicle you control becomes an artifact creature until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"98005890-d566-4a27-906f-625513171e85","metadata":{"source_printing_ids":["cccf7fb5-c043-4a1f-ad2f-edb280cb5037"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["common"]},"gunner conscript":{"name":"Gunner Conscript","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Mercenary"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Trample\nThis creature gets +1/+1 for each Aura and Equipment attached to it.\nWhen this creature dies, if it was enchanted, create a Junk token.\nWhen this creature dies, if it was equipped, create a Junk token.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Junk","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Junk"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it was enchanted, create a Junk token.","constraint":null,"condition":{"type":"ZoneChangeObjectMatchesFilter","origin":"Battlefield","destination":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasAttachment","kind":"Aura"}]}},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Junk","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Junk"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it was equipped, create a Junk token.","constraint":null,"condition":{"type":"ZoneChangeObjectMatchesFilter","origin":"Battlefield","destination":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasAttachment","kind":"Equipment"}]}},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Aura"},{"Subtype":"Equipment"}]}],"controller":null,"properties":[{"type":"AttachedToRecipient"}]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Aura"},{"Subtype":"Equipment"}]}],"controller":null,"properties":[{"type":"AttachedToRecipient"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each Aura and Equipment attached to it."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f3d3ed94-f32c-4a67-8e2a-765e454a80df","metadata":{"related_token_ids":["de557c08-4418-5956-8a9c-1a485cde1194"],"source_printing_ids":["1f2c5337-31b2-4f1e-8b33-448c879367fd","4f6d444f-9ffb-4dc2-b668-738d45aec2c3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to Gunner Conscript may become lethal if an Aura or Equipment attached to it leaves the battlefield or becomes unattached from Gunner Conscript during that turn."},{"date":"2024-03-08","text":"Some spells and abilities that create Junk tokens may require targets. If each target chosen is illegal as that spell or ability tries to resolve, it won't resolve and none of its effects happen. You won't create any Junk tokens."},{"date":"2024-03-08","text":"You can't sacrifice a Junk token to pay multiple costs. For example, you can't sacrifice a Junk token to activate its own ability and also to activate the second ability of Junk Jet."},{"date":"2024-03-08","text":"You pay all costs and follow all normal timing rules for the card played from exile with a Junk token's ability. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["uncommon"]},"gustcloak cavalier":{"name":"Gustcloak Cavalier","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flanking (Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)\nWhenever this creature attacks, you may tap target creature.\nWhenever this creature becomes blocked, you may untap this creature and remove it from combat.","non_ability_text":null,"flavor_name":null,"keywords":["Flanking"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may tap target creature.","constraint":null,"condition":null,"batched":false},{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RemoveFromCombat","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes blocked, you may untap ~ and remove it from combat.","constraint":null,"condition":null,"batched":false},{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"CR 702.25a: Flanking — blocking creatures without flanking get -1/-1 until end of turn","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithoutKeyword","value":"Flanking"}]},"valid_source":null,"description":"CR 702.25a: Flanking — whenever this creature becomes blocked by a creature without flanking, the blocking creature gets -1/-1 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2e818d7e-169c-4909-969e-42e9f5d5c08a","metadata":{"source_printing_ids":["c36a5462-3a21-4d64-af92-b541b425cdf5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["TSP"],"rarities":["uncommon"]},"gutterbones":{"name":"Gutterbones","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Skeleton","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature enters tapped.\n{1}{B}: Return this card from your graveyard to your hand. Activate only during your turn and only if an opponent lost life this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{B}: Return this card from your graveyard to your hand. Activate only during your turn and only if an opponent lost life this turn.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"PlayerCountAtLeast","filter":{"type":"OpponentLostLife"},"minimum":1}}},{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"76ae3779-c821-4cd3-8d0f-8c42d1206ce4","metadata":{"source_printing_ids":["6a1c710b-bd67-4174-ab02-6ae98a7575ac"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRNA","RNA"],"rulings":[{"date":"2019-01-25","text":"Damage dealt to a player causes that player to lose that much life."},{"date":"2019-01-25","text":"In a multiplayer game, if an opponent loses life during your turn and then leaves the game, you can activate Gutterbones's ability."}],"rarities":["rare"]},"hada freeblade":{"name":"Hada Freeblade","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier","Ally"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature or another Ally you control enters, you may put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Ally"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another Ally you control enters, you may put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e9ad9df4-2fd6-4a22-b861-0a8d28f2fe10","metadata":{"source_printing_ids":["22700453-e1aa-43d1-9b51-cda8a37fc00d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DCI","PRM","WWK"],"rulings":[{"date":"2021-02-01","text":"Hada Freeblade is banned in Pauper (not just non-legal), due to a special case on MTGO: https://magic.wizards.com/en/articles/archive/news/january-21-2019-banned-and-restricted-announcement"}],"rarities":["uncommon"]},"hada spy patrol":{"name":"Hada Spy Patrol","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Level up {2}{U} ({2}{U}: Put a level counter on this. Level up only as a sorcery.)\nLEVEL 1-2\n2/2\nThis creature can't be blocked.\nLEVEL 3+\n3/3\nShroud (This creature can't be the target of spells or abilities.)\nThis creature can't be blocked.","non_ability_text":null,"flavor_name":null,"keywords":[{"LevelUp":{"type":"Cost","shards":["Blue"],"generic":2}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"level","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":2}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":1,"maximum":2},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":1,"maximum":2},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 1-2 / 2/2"},{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"Shroud"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 3+ / 3/3 / Shroud (~ can't be the target of spells or abilities.)"}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8db3152a-11b1-4c59-a745-1c40a9b235b7","metadata":{"source_printing_ids":["905f1b28-8d53-4163-9118-414dad789509","b3aeb6af-1727-4fa9-938f-13962efadd74","cfe2d590-e94f-4aa3-804c-9b6e4618bf10"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMA","PLST","ROE"],"rulings":[{"date":"2010-06-15","text":"A creature's level is based on how many level counters it has on it, not how many times its level up ability has been activated or has resolved. If a leveler gets level counters due to some other effect (such as Clockspinning) or loses level counters for some reason (such as Vampire Hexmage), its level is changed accordingly."},{"date":"2010-06-15","text":"Effects that modify a leveler's power or toughness, such as the effects of Giant Growth or Glorious Anthem, will apply to it no matter when they started to take effect. The same is true for counters that change the creature's power or toughness (such as +1/+1 counters) and effects that switch its power and toughness."},{"date":"2010-06-15","text":"Effects that set a leveler's power or toughness to a specific value, including the effects from a level symbol's ability, apply in timestamp order. The timestamp of each level symbol's ability is the same as the timestamp of the leveler itself, regardless of when the most recent level counter was put on it."},{"date":"2010-06-15","text":"If another creature becomes a copy of a leveler, all of the leveler's printed abilities — including those represented by level symbols — are copied. The current characteristics of the leveler, and the number of level counters on it, are not. The abilities, power, and toughness of the copy will be determined based on how many level counters are on the copy."},{"date":"2010-06-15","text":"The abilities a leveler grants to itself don't overwrite any other abilities it may have. In particular, they don't overwrite the creature's level up ability; it always has that."}],"rarities":["uncommon"]},"hag of noxious nightmares":{"name":"Hag of Noxious Nightmares","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Hag","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Warlocks you control have menace.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Warlock"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Menace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Warlocks you control have menace."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4ddb6c2c-876e-4e7c-b97d-90dd3c52930f","legalities":{},"printings":["HBG"]},"hagra broodpit":{"name":"Hagra Broodpit","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\n{T}: Add {B}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"37783ce6-af58-4ef6-8ab4-587079970307","metadata":{"source_printing_ids":["7c04c734-354d-4925-8161-7052110951df","b2274cda-b97f-4027-9cd8-c35eeaa0b5e6","d18134a8-ca74-4e2e-b80e-823968fc25e3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PLST","PRM","PZNR","ZNR"],"rarities":["rare"]},"hagra mauling":{"name":"Hagra Mauling","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast if an opponent controls no basic lands.\nDestroy target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast if an opponent controls no basic lands."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"37783ce6-af58-4ef6-8ab4-587079970307","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"This spell costs {1} less to cast if an opponent controls no basic lands.\nDestroy target creature.","line_index":0}],"metadata":{"source_printing_ids":["7c04c734-354d-4925-8161-7052110951df","b2274cda-b97f-4027-9cd8-c35eeaa0b5e6","d18134a8-ca74-4e2e-b80e-823968fc25e3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PLST","PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2020-09-25","text":"Hagra Mauling's first ability reduces the cost by only {1}, even if you have two opponents with no basic lands. It reduces the cost even if some opponents control basic lands, as long as one controls no basic lands."},{"date":"2020-09-25","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2020-09-25","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2020-09-25","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2020-09-25","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2020-09-25","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2020-09-25","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2020-09-25","text":"The opponent who controls no basic lands doesn't have to be the controller of the target creature for Hagra Mauling's cost to be reduced."},{"date":"2020-09-25","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2020-09-25","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."}],"rarities":["rare"]},"hakka, whispering raven":{"name":"Hakka, Whispering Raven","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Hakka deals combat damage to a player, return it to its owner's hand, then scry 2.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, return it to its owner's hand, then scry 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0a69c3dd-52a3-4ef6-b53f-b0780e0dc5f8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5d131784-c1a3-463e-a37b-b720af67ab62","b751cf69-0a02-4cd2-abd4-cdb65ca620a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM"],"rarities":["mythic"]},"halana and alena, partners":{"name":"Halana and Alena, Partners","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Ranger"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"First strike (This creature deals combat damage before creatures without first strike.)\nReach (This creature can block creatures with flying.)\nAt the beginning of combat on your turn, put X +1/+1 counters on another target creature you control, where X is Halana and Alena's power. That creature gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Reach"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put X +1/+1 counters on another target creature you control, where X is ~'s power. That creature gains haste until end of turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"b347be2d-9aa1-42a9-b652-8fb032832f09","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["597e70d7-843c-4588-9b51-f2b9b5f5a1e6","608fa232-f5fe-4c58-9efe-fb780f454b19","87684bef-8ef9-4709-a50e-fa5ff2f67acc","b649f459-c9dc-495d-8703-b685996bb80c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","FDN","PVOW","VOW"],"rulings":[{"date":"2021-11-19","text":"If Halana and Alena's power is somehow negative at the time its triggered ability resolves, you will put no counters on that creature. The effect doesn't remove counters from that creature or give it -1/-1 counters."}],"rarities":["rare"]},"haliya, guided by light":{"name":"Haliya, Guided by Light","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever Haliya or another creature or artifact you control enters, you gain 1 life.\nAt the beginning of your end step, draw a card if you've gained 3 or more life this turn.\nWarp {W} (You may cast this card from your hand for its warp cost. Exile this creature at the beginning of the next end step, then you may cast it from exile on a later turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Warp":{"type":"Cost","shards":["White"],"generic":0}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another creature or artifact you control enters, you gain 1 life.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, draw a card if you've gained 3 or more life this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9b0af3ad-1b4d-4480-af91-fe9baee5d1c5","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6f7c63ae-5df3-410f-8643-b8c69133ca9d","e97f7f80-51f0-4366-a094-ee75ce03adb4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"Haliya, Guided by Light’s second ability checks how much life you’ve gained during the turn at the time it resolves, not what your life total is compared to what it was when the turn began. For example, if you start the turn at 10 life, gain 6 life during the turn, then lose 6 life later that turn, Haliya’s second ability will cause you to draw a card as it resolves."}],"rarities":["rare"]},"hama pashar, ruin seeker":{"name":"Hama Pashar, Ruin Seeker","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Room abilities of dungeons you own trigger an additional time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":"RoomEntered"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Room abilities of dungeons you own trigger an additional time."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"c7371040-160c-4502-b7f9-77b7f54cc020","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["32a71cdb-d97c-449e-a7cb-af7030164ff4","47b8eb2e-73ac-4ad6-9ab6-4f8da7b41020"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR"],"rulings":[{"date":"2021-07-23","text":"Hama Pashar, Ruin Seeker's ability causes the same room you ventured into to trigger an additional time. It does not cause you to move to the next room."}],"rarities":["uncommon"]},"hammer helper":{"name":"Hammer Helper","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Gain control of target creature until end of turn. Untap that creature and roll a six-sided die. Until end of turn, it gains haste and gets +X/+0, where X is the result.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":6,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"EventContextAmount"}}},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste and gets +X/+0, where X is the result"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Gain control of target creature until end of turn. Untap that creature and roll a six-sided die. Until end of turn, it gains haste and gets +X/+0, where X is the result.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fb9d7439-2108-4407-9c85-943efe71b106","metadata":{"source_printing_ids":["84d58edc-0881-4bfb-aa47-143741cd66e7"]},"legalities":{},"printings":["UST"],"rarities":["common"]},"hankyu":{"name":"Hankyu","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has \"{T}: Put an aim counter on Hankyu\" and \"{T}, Remove all aim counters from Hankyu: This creature deals damage to any target equal to the number of aim counters removed this way.\"\nEquip {4} ({4}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"sub_ability":null,"duration":null,"description":"Equip {4}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"aim","count":{"type":"Fixed","value":1},"target":{"type":"GrantingObject"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Put an aim counter on ~","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}},"target":{"type":"Any"}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"RemoveCounter","count":4294967294,"counter_type":{"type":"OfType","data":"aim"},"target":null,"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{T}, Remove all aim counters from ~: ~ deals damage to any target equal to the number of aim counters removed this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has \"{T}: Put an aim counter on ~\" and \"{T}, Remove all aim counters from ~: ~ deals damage to any target equal to the number of aim counters removed this way.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"940909b2-f59e-4f87-a119-675efd60a5bc","metadata":{"source_printing_ids":["6f22a88a-4f04-4500-9e05-909b54ad43e3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CHK"],"rarities":["uncommon"]},"hanweir battlements":{"name":"Hanweir Battlements","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{R}, {T}: Target creature gains haste until end of turn.\n{3}{R}{R}, {T}: If you both own and control this land and a creature named Hanweir Garrison, exile them, then meld them into Hanweir, the Writhing Township.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}, {T}: Target creature gains haste until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red"],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}{R}{R}, {T}: If you both own and control ~ and a creature named Hanweir Garrison, exile them, then meld them into Hanweir, the Writhing Township.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0e735ba6-7fd1-4d12-b20c-21525dc1e2b5","metadata":{"source_printing_ids":["1d743ad6-6ca2-409a-9773-581cc195dbf2","77e843e3-edbe-4950-afe0-8430a9eb893e","8c0acb91-edfc-43a5-af77-6614327fce43","a32261f2-164f-4433-bc4c-b5ac591e6a59"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","SIR"],"rulings":[{"date":"2016-07-13","text":"For more information on meld cards, see the Eldritch Moon mechanics article (https://magic.wizards.com/en/articles/archive/feature/eldritch-moon-mechanics-2016-06-27)."},{"date":"2025-01-24","text":"Although the tokens created by the triggered ability are attacking, they were never declared as attacking creatures (for the purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2025-01-24","text":"If another ability of a source you control triggers when attackers are declared, such as that of Hamlet Captain, you may have it resolve before or after that of Hanweir Garrison (or Hanweir, the Writhing Township). If that ability has targets, it won’t be able to target the tokens."},{"date":"2025-01-24","text":"You choose which player, planeswalker, or battle each token is attacking as you create the tokens. It doesn’t have to be the same one that Hanweir Garrison (or Hanweir, the Writhing Township) is attacking, and the tokens don’t both have to attack the same player, planeswalker, or battle."}],"rarities":["rare"]},"hapatra, vizier of poisons":{"name":"Hapatra, Vizier of Poisons","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever Hapatra deals combat damage to a player, you may put a -1/-1 counter on target creature.\nWhenever you put one or more -1/-1 counters on a creature, create a 1/1 green Snake creature token with deathtouch.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may put a -1/-1 counter on target creature.","constraint":null,"condition":null,"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Snake","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Snake"],"colors":["Green"],"keywords":["Deathtouch"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you put one or more -1/-1 counters on a creature, create a 1/1 green Snake creature token with deathtouch.","constraint":null,"condition":null,"counter_filter":{"counter_type":"M1M1"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"a8ddea1c-8d80-49c1-a5b4-630d5e51d66e","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["cf497fe2-7f92-5fcf-bd9f-9e0831988e8c","efb948f1-c984-5050-831c-3dc213102349"],"source_printing_ids":["56fbbcc9-db23-4902-b0f7-cea78a2a36af","b43ba233-30c4-4b18-8489-4df76551aa73","d19e17fc-ae3e-4533-ab94-70d5f2e1b8cd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","ECC","PAKH"],"rulings":[{"date":"2017-04-18","text":"If you put any number of -1/-1 counters on more than one creature at once, Hapatra's last ability triggers once for each of those creatures."},{"date":"2017-04-18","text":"If you put enough -1/-1 counters on Hapatra so that its toughness is 0 or less, its last ability triggers."}],"rarities":["rare"]},"hard hat area":{"name":"Hard Hat Area","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Contraption"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you crank this Contraption, roll two six-sided dice. This Contraption assembles a number of Contraptions equal to the difference between those results. (To assemble a Contraption, put the top card of your Contraption deck face up onto one of your sprockets.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CrankContraption","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":2},"sides":6,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"this","description":"This Contraption assembles a number of Contraptions equal to the difference between those results"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you crank this Contraption, roll two six-sided dice. This Contraption assembles a number of Contraptions equal to the difference between those results.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7802dd26-b9fe-4b5f-bcab-f46ca92f64c9","metadata":{"source_printing_ids":["30dc6c38-18e7-44b1-91d0-dfa1acdb4106"]},"legalities":{},"printings":["UST"],"rulings":[{"date":"2018-01-19","text":"Any Contraption that's on the battlefield and wasn't assembled immediately heads to the scrapyard. However, if it's a not an actual Contraption card (like Copy Artifact isn't), it goes to your graveyard as normal. Non-Contraption cards can't be in the scrapyard."},{"date":"2018-01-19","text":"At the beginning of your upkeep, if you control any Contraptions, move the CRANK! counter to the next sprocket. You may then crank any number of Contraptions on that sprocket, causing their abilities to trigger. Cranking a Contraption is always optional."},{"date":"2018-01-19","text":"Contraptions are artifacts. Anything that interacts with artifacts will interact with Contraptions."},{"date":"2018-01-19","text":"Contraptions aren't put into your main deck. They go into a separate deck called the Contraption deck."},{"date":"2018-01-19","text":"If a Contraption would leave the battlefield and go to any zone other than exile, it instead goes to the scrapyard, the Contraption deck's version of the graveyard. Things that affect the graveyard do not affect the scrapyard. You can exile Contraptions just fine."},{"date":"2018-01-19","text":"If you crank multiple Contraptions, their abilities can be put onto the stack in any order. The ability put onto the stack will resolve first."},{"date":"2018-01-19","text":"If you or a permanent you control are instructed to assemble a Contraption, reveal the top card of your Contraption deck. Put it onto the battlefield on one of the three sprockets."},{"date":"2018-01-19","text":"If you or a permanent you control assembles a Contraption and your Contraption deck is empty, nothing happens. You don't lose the game."},{"date":"2018-01-19","text":"In Constructed formats, a Contraption deck must have at least fifteen different Contraption cards and no more than one of each."},{"date":"2018-01-19","text":"In Limited formats, a Contraption deck may include any number of Contraption cards in your card pool. You don't have to include every Contraption card you draft or open in sealed deck. In those formats, your Contraption deck may include duplicates."},{"date":"2018-01-19","text":"In silver-bordered games using Contraptions, you have three sprockets, illustrated on the back of Contraption cards. At the start of the game, put a CRANK! counter on sprocket 3."},{"date":"2018-01-19","text":"While Contraptions you control are on the battlefield, the Contraption deck is not, even if you are using it to signify the three sprockets."}],"rarities":["mythic"]},"hardened academic":{"name":"Hardened Academic","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying, haste\nDiscard a card: This creature gains lifelink until end of turn.\nWhenever one or more cards leave your graveyard, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain lifelink"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Discard a card: ~ gains lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more cards leave your graveyard, put a +1/+1 counter on target creature you control.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"921252df-6679-4f70-ae26-d4956c90b7df","metadata":{"source_printing_ids":["06c9e8a7-2840-4cff-90af-c6636e598f78","da72de84-ba2d-4f75-adcd-241d9751c8e4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If multiple cards leave your graveyard at the same time, Hardened Academic's last ability will trigger only once."}],"rarities":["rare"]},"hardened scales":{"name":"Hardened Scales","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If one or more +1/+1 counters would be put on a creature you control, that many plus one +1/+1 counters are put on it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"AddCounter","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"If one or more +1/+1 counters would be put on a creature you control, that many plus one +1/+1 counters are put on it instead.","condition":null,"quantity_modification":{"type":"Plus","value":1},"counter_match":{"type":"OfType","data":"P1P1"}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a1f3da21-af6d-450e-bf0b-985d158418e6","metadata":{"source_printing_ids":["01c4a294-d8b5-4237-af09-f592029c917a","1219d294-22b3-45de-91d9-8d80e27c2fd6","3fc583fb-5387-42a8-ab98-4e38171b05f7","6b635f1c-1e65-4aec-af23-e75e49665014","7034ba14-14b0-430e-899b-50601a220d8c","7dcdf1db-bfaf-4160-8003-1fa2e56b00dc","7ecefd95-4eff-4403-83c1-c0c29a2f2a76","8ddaff73-7226-44f2-b072-134f494bc45f","99cfd1a8-49fd-4cc0-96f2-f9f159ce5d55","a4ae7868-0cb3-427c-93c4-16bf35ac0a6f","d2d1bfab-25b4-474b-bdab-ac18215f1920","db2a4076-d5cf-494f-bf78-cbe8a689681e","e67a8288-05b2-4ec9-9712-17aa7f35332a","e897027e-b8fc-44a7-ba82-19e765f757c4","ee65490a-0fe3-4a91-9d68-78c777fa5789","faad0c3b-9963-4493-ad53-af68e3b5cd2c","fc69ad56-9ae2-4eb5-b7e2-558524f6cbcc","fdf31b01-0836-4366-948d-879999832abe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","40K","C16","CM2","FIC","J21","KTK","LCC","PIP","PKTK","PRM","SLD","SOC","WOT"],"rulings":[{"date":"2023-09-01","text":"Each additional Hardened Scales you control will increase the number of +1/+1 counters placed on a creature you control by one."},{"date":"2023-09-01","text":"If a creature you control would enter the battlefield with a number of +1/+1 counters on it, it enters with that many plus one instead."},{"date":"2023-09-01","text":"If two or more effects attempt to modify how many counters would be put on a creature you control, you choose the order to apply those effects, no matter who controls the sources of those effects."}],"rarities":["rare"]},"harmonic prodigy":{"name":"Harmonic Prodigy","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nIf a triggered ability of a Shaman or another Wizard you control triggers, that ability triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":["Prowess"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":"Any"}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Shaman"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":"You","properties":[{"type":"Another"}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a triggered ability of a Shaman or another Wizard you control triggers, that ability triggers an additional time."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2e2ace5b-4018-43af-8e72-ebafec1a7739","metadata":{"source_printing_ids":["192a3ba4-6240-48db-ab4d-8ca41ceed807","22579ac0-ad3f-4000-a65a-46a17a7f1aa5","4290d31a-ce74-4a22-8266-9e44d23d506f","63a565e3-d7a8-469d-898f-49fef634c107"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","MH2","PMH2","SOC"],"rarities":["rare"]},"harold and bob, first numens":{"name":"Harold and Bob, First Numens","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Treefolk","Mutant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance, reach\nWhen Harold and Bob dies, if it was a creature, return it to the battlefield. It's an Aura enchantment with enchant Forest you control and \"Enchanted Forest has '{T}: Add three mana of any one color. You get two rad counters.'\" Harold and Bob loses all other abilities.","non_ability_text":null,"flavor_name":null,"keywords":["Reach","Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ReturnAsAura","enchant_filter":{"type":"Typed","type_filters":[{"Subtype":"Forest"}],"controller":"You","properties":[]},"grants":[{"type":"RemoveAllAbilities"},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":3},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Unimplemented","description":"Enchanted Forest has '{T}"},"sub_ability":{"kind":"Spell","effect":{"type":"GivePlayerCounter","counter_kind":"Rad","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"'","description":"'"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Enchanted Forest has '{T}: Add three mana of any one color. You get two rad counters.'","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it was a creature, return it to the battlefield. It's an Aura enchantment with enchant Forest you control and \"Enchanted Forest has '{T}: Add three mana of any one color. You get two rad counters.'\" ~ loses all other abilities.","constraint":null,"condition":{"type":"WasType","card_type":"Creature"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d0ecea04-9768-4b09-8718-dd59135251e3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4d5f93d2-2edc-4a97-9a51-b276d1706e7d","8b7dc266-d38e-479c-a978-0c4bfd6e7370","8e0d4d40-9fd6-4550-a7c8-45aaf5a7e17f","d730ac69-20ec-4ef3-85ee-a5fd24e5f277"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"A token that's a copy of Harold and Bob won't return to the battlefield from its owner's graveyard."},{"date":"2024-03-08","text":"Any effects (such as proliferate) that interact with counters a player gets, has, or loses can interact with rad counters."},{"date":"2024-03-08","text":"If a nontoken permanent that's a copy of Harold and Bob dies while it's a creature, it will return to the battlefield as an Aura with only the abilities granted by the effect that returned it to the battlefield. It will also retain its name, colors, and supertypes, but it will be an Aura enchantment with no other types or subtypes."},{"date":"2024-03-08","text":"If a player has fewer cards remaining in their library than the number of rad counters they have when the triggered ability resolves, they'll mill as many cards as they can."},{"date":"2024-03-08","text":"If there's nothing for Harold and Bob to legally enchant, it remains in its owner's graveyard instead of returning to the battlefield."},{"date":"2024-03-08","text":"If you control Harold and Bob, you'll return it to the battlefield when it dies while it's a creature. It doesn't matter who owns the card. You'll choose which Forest you control it will enchant as it returns to the battlefield."},{"date":"2024-03-08","text":"In a game using the shared team turns option, such as an Archenemy or Two-Headed Giant game, the inherent triggered ability associated with rad counters triggers once for each player on the active team that has rad counters. Each instance of that ability is controlled by one of those players."},{"date":"2024-03-08","text":"Keep track of how many rad counters each player has. Potential ways to track this include writing them down on paper or using dice, but any method that is clear and mutually agreeable is fine."},{"date":"2024-03-08","text":"Rad counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-03-08","text":"Rad counters don't go away as steps, phases, or turns end. They only go away when an effect instructs a player to remove rad counters from themselves."},{"date":"2024-03-08","text":"The cards are milled all at once, which means abilities that trigger \"whenever one or more nonland cards are milled\" will trigger exactly once as long as at least one nonland card was milled."},{"date":"2024-03-08","text":"There is an inherent triggered ability associated with having rad counters. This triggered ability has no source and is controlled by the active player. The full text of this ability is \"At the beginning of the precombat main phase of a player with rad counters, that player mills cards equal to the number of rad counters they have. For each nonland card milled this way, that player loses 1 life and removes one rad counter from themselves.\""}],"rarities":["rare"]},"harrow":{"name":"Harrow","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a land.\nSearch your library for up to two basic land cards, put them onto the battlefield, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2}},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for up to two basic land cards, put them onto the battlefield, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"705509e9-a034-4a5a-9c65-66f58748b8a2","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1}},"metadata":{"source_printing_ids":["01330778-5dcf-463f-ad8e-7468530c5f80","2d7bcecb-9e7c-4f05-bdb5-9a0380ec2810","3c207142-4880-4935-9827-b91bc7d9d643","3e76be46-cf81-4fef-bc5b-f87666cb0413","57f5bd8a-338f-48eb-857f-25f644ff84af","5b9549ef-c4e8-4b2b-8f7d-19e64edcbe38","64f86c4f-67d8-44d1-a6aa-b94601e7cefe","699b2ef2-84e1-4c5a-8b8a-e669de05aedb","725ad1a8-18f1-4282-81a1-94cbdc89f71b","9f4575ef-7a49-4d0a-8598-e886c9e8163f","a325da33-dd35-4136-9c69-73df82c56fd1","b9f97af5-a2f7-4280-a05f-59b7748a022b","ba887a1b-0c05-49c7-964f-54f664e41f8a","d81fcdf6-2af2-4454-b73c-e98739339c1a","dac6a941-ab0c-4540-bcdb-1f6406051add","db4ea599-e9ee-4776-925e-921b8602d503","e309c1fc-3a7c-4624-8b48-9b152c2590ae","ed0f633e-7238-4d02-ad8b-06dd20453030","f1e41e4b-22bc-422d-b42d-ad86323a3394","f5b8d3ed-b241-4408-b9b6-bd22925da223","f8095ca6-2f5f-497f-8b78-7e530ac31d22"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["40K","C14","C18","C20","CMA","DDE","DDP","DSC","EOC","INV","J21","J25","OTC","P10","PLST","PRM","SLD","TDC","TMP","TPR","ZEN","ZNC"],"rulings":[{"date":"2004-10-04","text":"The sacrifice of a land is part of the cost of casting Harrow. You can't pay this cost more than once to get a multiple effect."},{"date":"2004-10-04","text":"The two lands do not count toward your normal one land you can play each turn."}],"rarities":["common","uncommon","rare"]},"harvest season":{"name":"Harvest Season","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for up to X basic land cards, where X is the number of tapped creatures you control, put those cards onto the battlefield tapped, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"UpTo","max":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Tapped"}]}}}},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for up to X basic land cards, where X is the number of tapped creatures you control, put those cards onto the battlefield tapped, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ec6d52f9-1c8f-48da-951c-be8d7813c7be","metadata":{"source_printing_ids":["326b5fad-bb8d-4019-84a8-1a319a14962e","8d4329d0-f4ae-41c8-9b21-0957ba9f53fc","bb18e745-a925-477f-a50f-3ec7fba22d88"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["AKH","KHC","PAKH","SCD"],"rarities":["rare"]},"harvest wurm":{"name":"Harvest Wurm","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, sacrifice it unless you return a basic land card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you return a basic land card from your graveyard to your hand.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"ReturnToHand","count":1,"filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"HasSupertype","value":"Basic"},{"type":"InZone","zone":"Graveyard"}]},"from_zone":"Graveyard"},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"cd539212-ef7b-4f78-8d62-c42289aedc51","metadata":{"source_printing_ids":["503387ba-06da-4abc-b41b-4e4847cf05af","9d21139d-edfc-4140-aa43-d4165331d7f3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["WC97","WTH"],"rulings":[{"date":"2008-04-01","text":"If the creature is no longer on the battlefield when the ability resolves, you may still perform the action if you want."},{"date":"2008-04-01","text":"When the ability resolves, you choose whether to sacrifice the creature or perform the other action. If you can’t perform the other action, then you must sacrifice the creature."}],"rarities":["common"]},"hatchery spider":{"name":"Hatchery Spider","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spider"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Reach\nUndergrowth — When you cast this spell, reveal the top X cards of your library, where X is the number of creature cards in your graveyard. You may put a green permanent card with mana value X or less from among them onto the battlefield. Put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}},"destination":"Battlefield","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"HasColor","color":"Green"},{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}}}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, reveal the top X cards of your library, where X is the number of creature cards in your graveyard. You may put a green permanent card with mana value X or less from among them onto the battlefield. Put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d1950094-2cc9-48ce-ae1a-0ae78ba252c1","metadata":{"source_printing_ids":["0b841904-202c-4b42-869a-e345112ab1c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GRN","PGRN"],"rulings":[{"date":"2018-10-05","text":"A land card that produces green mana, even a Forest, normally has no color."},{"date":"2018-10-05","text":"Because tokens aren’t cards, they never count for undergrowth abilities."},{"date":"2018-10-05","text":"Creature cards with other types, such as artifact creature cards, count for undergrowth abilities."},{"date":"2018-10-05","text":"Hatchery Spider’s ability triggers as you cast it, and that ability resolves before the spell itself. It resolves even if that spell is countered."},{"date":"2018-10-05","text":"If a card in your library has {X} in its mana cost, X is considered to be 0."}],"rarities":["rare"]},"hateful eidolon":{"name":"Hateful Eidolon","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nWhenever an enchanted creature dies, draw a card for each Aura you controlled that was attached to it.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"AttachmentsOnLeavingObject","kind":"Aura","controller":"You"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an enchanted creature dies, draw a card for each Aura you controlled that was attached to it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a3b39590-34b7-4fd0-877f-748e6df30e88","metadata":{"source_printing_ids":["812d0f15-f738-4644-9d29-2589d7e66915","ff028d0b-066a-4769-89bc-f267d15eb707"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["SOC","THB"],"rulings":[{"date":"2020-01-24","text":"If Hateful Eidolon dies at the same time as one or more enchanted creatures, its last ability triggers for each of those creatures. This includes Hateful Eidolon itself if it's enchanted."},{"date":"2020-01-24","text":"If an Aura you control is destroyed at the same time as the creature it enchants, Hateful Eidolon's triggered ability counts that Aura to determine whether it triggers and how many cards you'll draw."}],"rarities":["uncommon"]},"hawkeye, master marksman":{"name":"Hawkeye, Master Marksman","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Archer","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"First strike, reach\nTrick Arrows — Whenever Hawkeye becomes tapped, you may pay {1} up to three times. When you do, choose up to that many.\n• Net — Target creature can't block this turn.\n• Explosive — Hawkeye deals 2 damage to target player.\n• Boomerang — Discard a card, then draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Reach"],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"modal":{"min_choices":0,"max_choices":3,"mode_count":3,"mode_descriptions":["Net — Target creature can't block this turn.","Explosive — ~ deals 2 damage to target player.","Boomerang — Discard a card, then draw a card."],"allow_repeat_modes":false,"chooser":{"type":"Controller"},"dynamic_max_choices":{"type":"Ref","qty":{"type":"TimesCostPaidThisResolution"}}},"mode_abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBlock","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"repeat_for":{"type":"Fixed","value":3},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes tapped","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"6b59bb1f-f2d4-4d47-bd57-23927d588381","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["972aedc2-c645-45d7-8976-de1fd504e819","9991b684-0ae0-4aa4-8f22-a9c473f5d69c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"haytham kenway":{"name":"Haytham Kenway","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Protection from Assassins\nOther Knights you control get +2/+2 and have protection from Assassins.\nWhen Haytham Kenway enters, for each opponent, exile up to one target creature that player controls until Haytham Kenway leaves the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[{"Protection":{"CardType":"assassins"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"Opponent"}}}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, for each opponent, exile up to one target creature that player controls until ~ leaves the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Knight"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":{"Protection":{"CardType":"assassins"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Knights you control get +2/+2 and have protection from Assassins."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"ee6a9bac-cf5b-4edd-8cb2-874d8dd0e62a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["23aa895d-659f-49cb-82af-fd8fa491004f","73468f53-7de5-4a64-8f83-c0376f1d1f3f","bba72b7f-7dd2-47cf-a0fc-d14662878db8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ACR"],"rulings":[{"date":"2024-07-05","text":"Auras attached to creatures exiled with Haytham Kenway’s last ability will be put into their owners’ graveyards. Any Equipment attached to them will become unattached and remain on the battlefield. Any counters on the exiled creatures cease to exist. When those creatures return to the battlefield, they will be new objects with no connection to the cards that were exiled."},{"date":"2024-07-05","text":"If Haytham Kenway leaves the battlefield before its last ability resolves, the target creatures won’t be exiled."},{"date":"2024-07-05","text":"If a token is exiled with Haytham Kenway’s last ability, it will cease to exist and won’t return to the battlefield."}],"rarities":["rare"]},"haze frog":{"name":"Haze Frog","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Frog"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nWhen this creature enters, prevent all combat damage that other creatures would deal this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"CombatDamage","damage_source_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, prevent all combat damage that other creatures would deal this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d4cbf16d-6da8-4018-8398-8e263ef6c69e","metadata":{"source_printing_ids":["72d8e000-5b4c-4340-ab85-7522107ab589"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ROE"],"rulings":[{"date":"2010-06-15","text":"Combat damage dealt by Haze Frog itself during the turn it enters isn't prevented. Combat damage that would be dealt by all other creatures is prevented, including creatures that weren't on the battlefield at the time the ability resolved."},{"date":"2010-06-15","text":"If two Haze Frogs enter during the same turn, each one's ability will prevent the other one's combat damage."}],"rarities":["common"]},"heal":{"name":"Heal","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Prevent the next 1 damage that would be dealt to any target this turn.\nDraw a card at the beginning of the next turn's upkeep.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":{"Next":1},"target":{"type":"Any"},"scope":"AllDamage"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"Upkeep"},"effect":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card at the beginning of the next turn's upkeep.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"013c42a4-d555-46c9-9d57-b50d6b59ae9e","metadata":{"source_printing_ids":["5e4304f1-987b-4e4f-a321-c3263bd916de","9e6b2704-685e-4c74-875a-25846175e5e4","a20676ce-fd87-4a63-9b96-02a26015edc2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","ICE","ME3"],"rulings":[{"date":"2009-10-01","text":"You draw a card at the beginning of the next turn’s upkeep after Heal resolves, regardless of whether 1 damage was actually prevented."}],"rarities":["common"]},"heaped harvest":{"name":"Heaped Harvest","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Food"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters and when you sacrifice it, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.\n{2}, {T}, Sacrifice this artifact: You gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{2}, {T}, Sacrifice ~: You gain 3 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.","constraint":null,"condition":null,"batched":false},{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you sacrifice ~, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bbfc5011-a9b7-442d-a443-974a5a64de46","metadata":{"source_printing_ids":["3b5349db-0e0a-4b15-886e-0db403ef49cb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"Heaped Harvest's first ability will trigger if it's sacrificed for any reason, not only if it's sacrificed to its last ability."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["common"]},"heart of kiran":{"name":"Heart of Kiran","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nCrew 3 (Tap any number of creatures you control with total power 3 or more: This Vehicle becomes an artifact creature until end of turn.)\nYou may remove a loyalty counter from a planeswalker you control rather than pay Heart of Kiran's crew cost.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance",{"Crew":{"power":3,"once_per_turn":null}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"AlternativeKeywordCost":{"keyword":"Crew","cost":{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"loyalty"},"target":{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[]},"selection":"SingleObject"}}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may remove a loyalty counter from a planeswalker you control rather than pay ~'s crew cost."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"e2ee410f-2467-4f1f-84a0-8a79faedc0b3","is_commander":true,"metadata":{"source_printing_ids":["34cac0f5-7199-49a9-a5ff-fcf33264a524","5e847c44-1849-4251-9075-88ed5c7792a6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","KLR","PAER"],"rulings":[{"date":"2017-02-09","text":"Paying Heart of Kiran’s alternative crew cost isn’t a loyalty ability. It can be done even if you’ve already activated a loyalty ability of the planeswalker this turn, and it can be done any time you could activate Heart of Kiran’s crew ability."},{"date":"2017-09-29","text":"Any untapped creature you control can be tapped to pay a crew cost, even one that just came under your control."},{"date":"2017-09-29","text":"Creatures that crew a Vehicle aren’t attached to it or related in any other way. Effects that affect the Vehicle, such as by destroying it or giving it a +1/+1 counter, don’t affect the creatures that crewed it."},{"date":"2017-09-29","text":"Each Vehicle is printed with a power and toughness, but it’s not a creature. If it becomes a creature (most likely through its crew ability), it will have that power and toughness."},{"date":"2017-09-29","text":"For a Vehicle to be able to attack, it must be a creature as the declare attackers step begins, so the latest you can activate its crew ability to attack with it is during the beginning of combat step. For a Vehicle to be able to block, it must be a creature as the declare blockers step begins, so the latest you can activate its crew ability to block with it is during the declare attackers step. In either case, players may take actions after the crew ability resolves but before the Vehicle has been declared as an attacking or blocking creature."},{"date":"2017-09-29","text":"If a permanent becomes a copy of a Vehicle, the copy won’t be a creature, even if the Vehicle it’s copying has become an artifact creature."},{"date":"2017-09-29","text":"If an effect causes a Vehicle to become an artifact creature with a specified power and toughness, that effect overwrites the Vehicle’s printed power and toughness."},{"date":"2017-09-29","text":"Once a Vehicle becomes a creature, it behaves exactly like any other artifact creature. It can’t attack unless you’ve controlled it continuously since your turn began, it can block if it’s untapped, it can be tapped to pay a Vehicle’s crew cost, and so on."},{"date":"2017-09-29","text":"Once a player announces that they are activating a crew ability, no player may take other actions until the ability has been paid for. Notably, players can’t try to stop the ability by changing a creature’s power or by removing or tapping a creature."},{"date":"2017-09-29","text":"Vehicle is an artifact type, not a creature type. A Vehicle that’s crewed won’t normally have any creature type."},{"date":"2017-09-29","text":"When a Vehicle becomes a creature, that doesn’t count as having a creature enter the battlefield. The permanent was already on the battlefield; it only changed its types. Abilities that trigger whenever a creature enters the battlefield won’t trigger."},{"date":"2017-09-29","text":"You may activate a crew ability of a Vehicle even if it’s already an artifact creature. Doing so has no effect on the Vehicle. It doesn’t change its power and toughness."},{"date":"2017-09-29","text":"You may tap more creatures than necessary to activate a crew ability."}],"rarities":["mythic"]},"heart's desire":{"name":"Heart's Desire","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create a 1/1 white Human creature token. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Human","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create a 1/1 white Human creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7e84aff5-2cb6-4214-befd-3d2de31229e5","metadata":{"related_token_ids":["10538b40-ba95-5a8e-bb63-e1d43dec0066","e9a6488c-20ca-5519-bf6e-7555fcf45db9"],"source_printing_ids":["341110e5-577d-45ee-bf62-53373a331c87","4ccdef9c-1e85-4358-8059-8972479f7556","4f80af9c-07a1-46f1-b869-146fda5922f4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["CLB","ELD","PELD","PRM"],"rarities":["rare"]},"heartfire hero":{"name":"Heartfire Hero","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Mouse","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Valiant — Whenever this creature becomes the target of a spell or ability you control for the first time each turn, put a +1/+1 counter on it.\nWhen this creature dies, it deals damage equal to its power to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":"You","properties":[]}]},{"type":"StackAbility","controller":"You"}]},"description":"Whenever ~ becomes the target of a spell or ability you control for the first time each turn, put a +1/+1 counter on it.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, it deals damage equal to its power to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"49e1e202-37bf-46ed-93d1-1adb13726039","metadata":{"source_printing_ids":["48ace959-66b2-40c8-9bff-fd7ed9c99a82"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"banned","standard":"banned","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"If a spell or ability you control has one or more of its targets changed to a creature you control with a valiant ability, that ability will trigger if that creature hasn't yet been the target of a spell or ability you control this turn."},{"date":"2024-07-26","text":"If you create a copy of a spell on the stack and target a creature you control with a valiant ability, that ability will trigger as long as the creature hasn't yet been the target of a spell or ability you control this turn."},{"date":"2024-07-26","text":"Use Heartfire Hero's power as it last existed on the battlefield to determine how much damage it deals due to its last ability."},{"date":"2024-07-26","text":"Valiant abilities will resolve before the spell or ability that caused them to trigger."}],"rarities":["uncommon"]},"hearthhull, the worldseed":{"name":"Hearthhull, the Worldseed","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n2+ | {1}, {T}, Sacrifice a land: Draw two cards. You may play an additional land this turn.\n8+ | Flying, vigilance, haste\nWhenever you sacrifice a land, each opponent loses 2 life.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"Controller"},"modifications":[{"type":"AddStaticMode","mode":"MayPlayAdditionalLand"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"2+ | {1}, {T}, Sacrifice a land: Draw two cards. You may play an additional land this turn.","target_prompt":null,"activation_restrictions":[{"type":"CounterThreshold","data":{"counters":{"type":"OfType","data":"charge"},"minimum":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a land, each opponent loses 2 life.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying, vigilance, haste"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":6},{"type":"SetToughness","value":7}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"8d6f82d9-5c5b-4c41-8857-c0936f2d894c","is_commander":true,"metadata":{"source_printing_ids":["6b913e79-a9f6-44d4-bb37-c4f6f66b8151"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"Hearthhull’s second ability doesn’t allow you to play lands on other players’ turns."},{"date":"2025-07-25","text":"The effect of Hearthhull’s second ability is cumulative with similar effects. For example, if you control Icetill Explorer and you activate Hearthhull’s ability, you’ll be able to play three lands on that turn."}],"rarities":["mythic"]},"heartwood dryad":{"name":"Heartwood Dryad","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dryad"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can block creatures with shadow as though it had shadow.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CanBlockShadow","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can block creatures with shadow as though it had shadow."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"976968c5-7ef4-4451-86ff-03a011bbcca7","metadata":{"source_printing_ids":["e2b9a001-2a1e-4fc4-9b84-c776f741a858","edeb7cc6-68a5-4825-ad1f-6afd6b0c0b87"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["TMP","TPR"],"rarities":["common"]},"heartwood storyteller":{"name":"Heartwood Storyteller","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Treefolk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a noncreature spell, each of that player's opponents may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"OpponentOfTriggeringPlayer"}},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a noncreature spell, each of that player's opponents may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"82e6da87-f8a4-4897-bf0f-c0f2cd06b8b1","metadata":{"source_printing_ids":["7a5e2f7a-8cfe-4d1b-a68d-7e6d8d10bd27","a2216497-ce38-41fe-bde9-e8066df36d60","b05444b4-ef67-40a0-aaf8-3ed86b4af2cc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT","PLST","TSR"],"rulings":[{"date":"2021-03-19","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2021-03-19","text":"Players can cast spells and activate abilities after the triggered ability resolves but before the spell that caused it to trigger does."}],"rarities":["rare"]},"heartwood storyteller avatar":{"name":"Heartwood Storyteller Avatar","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"The first creature spell you cast each turn costs {1} less to cast.\nThe first noncreature spell each opponent casts each turn costs {1} more to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The first creature spell you cast each turn costs {1} less to cast."},{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The first noncreature spell each opponent casts each turn costs {1} more to cast."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"96a78b38-114e-4048-943a-a8173d5cb214","legalities":{},"printings":["PMOA"]},"heckling fiends":{"name":"Heckling Fiends","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Devil"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{2}{R}: Target creature attacks this turn if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":2}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{2}{R}: Target creature attacks this turn if able.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4b8fb8dc-f1c5-4994-8a58-4849e7e85539","metadata":{"source_printing_ids":["ad68539a-c7d3-46ee-ab94-ef9cc0f12dc3","e9fd8895-9282-44d3-969f-b0529eb3bc07"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CNS","DKA"],"rulings":[{"date":"2011-01-22","text":"If, during a player’s declare attackers step, a creature is tapped, is affected by a spell or ability that says it can’t attack, or hasn’t been under that player’s control continuously since the turn began (and doesn’t have haste), then it doesn’t attack. If there’s a cost associated with having a creature attack, the player isn’t forced to pay that cost, so it doesn’t have to attack in that case either."},{"date":"2011-01-22","text":"The creature’s controller still decides which player or planeswalker the creature attacks."}],"rarities":["uncommon"]},"heirloom blade":{"name":"Heirloom Blade","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +3/+1.\nWhenever equipped creature dies, you may reveal cards from the top of your library until you reveal a creature card that shares a creature type with it. Put that card into your hand and the rest on the bottom of your library in a random order.\nEquip {1}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"TriggeringSource"}}]},"count":{"type":"Fixed","value":1},"kept_destination":"Hand","rest_destination":"Library"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever equipped creature dies, you may reveal cards from the top of your library until you reveal a creature card that shares a creature type with it. Put that card into your hand and the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +3/+1."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"7c3a8766-e440-48c5-a561-197490efdba5","metadata":{"source_printing_ids":["0fc611aa-9418-41c1-ad6d-f2232b3c35c0","30a1fdeb-3569-4c2e-81ab-f746e08527eb","49b11cb5-fe30-418d-abe5-65c4a8d77a8a","49fe8b13-3f83-4a35-aa2d-2292b96f3d3e","6bbf8881-0e23-4745-95cd-cec18084e4b1","7fcda1a2-87e0-4b9e-acb9-0bab521792fe","a6463bdd-f9b3-46a6-9cb7-e1ba7e800b3c","aae598eb-871d-45af-b12c-346c344ae74b","b01b0d7f-5184-4651-a83d-14c27c8bb1bc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","C17","C20","J22","LCC","LTC","PLST","PW24","PZ2","SLD","ZNC"],"rulings":[{"date":"2017-08-25","text":"\"Artifact\" isn't a creature type."},{"date":"2017-08-25","text":"Compare the revealed cards to the creature as it last existed before it died, not to the creature card as it exists in its owner's graveyard, to determine which one you put into your hand."},{"date":"2017-08-25","text":"If Heirloom Blade leaves the battlefield at the same time that the equipped creature dies, its triggered ability triggers."},{"date":"2017-08-25","text":"If the equipped creature has no creature type, no card can share a creature type with it."},{"date":"2017-08-25","text":"If you don't reveal a creature card that shares a type with the creature that died, you'll just reveal and randomize your library."},{"date":"2017-08-25","text":"You'll reveal cards until you find one that shares at least one creature type with the creature that died. For example, if a Cat Wizard dies, you'll stop if you reveal a Human Wizard or Cat Soldier."}],"rarities":["uncommon","rare"]},"helicarrier strike":{"name":"Helicarrier Strike","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 2 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 2 or more.)\nHelicarrier Strike deals 2 damage to target attacking or blocking creature. If this spell was cast using teamwork, it deals 4 damage to that creature instead.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":2}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Blocking"}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 2 damage to target attacking or blocking creature. If this spell was cast using teamwork, it deals 4 damage to that creature instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ca3cda24-0ecd-4edf-b1b3-54311ad58a51","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["6e518842-ce44-4af2-8f38-89869828294a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"heliod, sun-crowned":{"name":"Heliod, Sun-Crowned","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nAs long as your devotion to white is less than five, Heliod isn't a creature.\nWhenever you gain life, put a +1/+1 counter on target creature or enchantment you control.\n{1}{W}: Another target creature gains lifelink until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}{W}: Another target creature gains lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, put a +1/+1 counter on target creature or enchantment you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"Not","condition":{"type":"DevotionGE","colors":["White"],"threshold":5}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your devotion to white is less than five, ~ isn't a creature."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"63e596a2-9126-4af6-8782-c38687d664ad","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["01a8576e-cadc-4521-aadd-3a05f0bc4d20","1aae46bb-15d3-4049-9eae-86c6c5b5dcff","236a1f7c-3ca9-4029-9064-4c215d02137a","3245ff74-1f9c-4518-a23f-1579f338f232","54b82143-e721-40c4-b67a-5430824f0eed","e11cf760-da35-41f2-8cf5-a5141103eeb3","e15cff2e-4fab-4729-b01c-2d32deb76b6b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","PLST","PRM","PTHB","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"A noncreature enchantment with a +1/+1 counter on it will be unaffected by that counter until it becomes a creature, at which time it will get +1/+1 for that counter."},{"date":"2020-01-24","text":"As a God enters the battlefield, your devotion to its color will determine whether any replacement effects that affect creatures entering the battlefield apply to that God. Because replacement effects are considered before the God is on the battlefield, the mana symbols in its mana cost won't be counted when determining this."},{"date":"2020-01-24","text":"Colorless and generic mana symbols ({C}, {0}, {1}, {2}, {X}, and so on) in mana costs of permanents you control don't count toward your devotion to any color."},{"date":"2020-01-24","text":"Counters put on a God remain on it while it's not a creature, even if they have no effect."},{"date":"2020-01-24","text":"Heliod can be the target of its own triggered ability."},{"date":"2020-01-24","text":"Heliod's triggered ability triggers just once for each life-gaining event, whether it's 1 life from Daxos, Blessed by the Sun or 3 life from Cling to Dust. If you gain an amount of life \"for each\" of something or \"equal to the number\" of something, that life is gained as one event and Heliod's ability triggers only once."},{"date":"2020-01-24","text":"Hybrid mana symbols, monocolored hybrid mana symbols, and Phyrexian mana symbols do count toward your devotion to their color(s)."},{"date":"2020-01-24","text":"If a God is attacking or blocking and it stops being a creature, it will be removed from combat. It won't rejoin combat if it resumes being a creature later during that combat."},{"date":"2020-01-24","text":"If a God stops being a creature, it loses the type creature and the creature type God. It continues to be a legendary enchantment."},{"date":"2020-01-24","text":"If a creature is dealt lethal damage at the same time that you gain life, it can't receive a counter from Heliod's ability in time to save it."},{"date":"2020-01-24","text":"If an activated ability or triggered ability has an effect that depends on your devotion to a color, you count the number of mana symbols of that color among the mana costs of permanents you control as the ability resolves. The permanent with that ability will be counted if it's still on the battlefield at that time."},{"date":"2020-01-24","text":"If an effect causes a God to lose all abilities, its ability that causes it to stop being a creature still applies if appropriate."},{"date":"2020-01-24","text":"If you put an Aura on an opponent's permanent, you still control the Aura, and mana symbols in its mana cost count towards your devotion."},{"date":"2020-01-24","text":"In a Two-Headed Giant game, life gained by your teammate won't cause the ability to trigger, even though it caused your team's life total to increase."},{"date":"2020-01-24","text":"Mana symbols in the text boxes of permanents you control don't count toward your devotion to any color."},{"date":"2020-01-24","text":"Multiple instances of lifelink on the same creature are redundant."},{"date":"2020-01-24","text":"The abilities of Gods function as long as they're on the battlefield, regardless of whether they're creatures."},{"date":"2020-01-24","text":"The type-changing ability that can make a God not be a creature functions only on the battlefield. It's always a creature card in other zones, regardless of your devotion to its color. It's always a creature spell while it's on the stack."},{"date":"2020-01-24","text":"When a God enters the battlefield, your devotion to its color (including the mana symbols in the mana cost of the God itself) will determine if a creature entered the battlefield or not for abilities that trigger whenever a creature enters the battlefield."},{"date":"2023-07-28","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Heliod's ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."}],"rarities":["mythic"]},"heliod, the radiant dawn":{"name":"Heliod, the Radiant Dawn","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Heliod enters, return target enchantment card that isn't a God from your graveyard to your hand.\n{3}{U/P}: Transform Heliod. Activate only as a sorcery. ({U/P} can be paid with either {U} or 2 life.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["PhyrexianBlue"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{U/P}: Transform ~. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Enchantment",{"Non":{"Subtype":"God"}}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target enchantment card that isn't a God from your graveyard to your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue","White"],"scryfall_oracle_id":"c27c6ba9-8d72-4101-b3a5-1e8d81755568","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["a7113c93-6c6d-410f-aeec-abc5ee121cdf","bfd786c2-6a2b-4f43-ba68-cbe31eeb4904"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"If a spell you cast has {X} in its mana cost, you choose the value of X before calculating the spell’s total cost. For example, if a spell’s mana cost is {X}{R} and your opponents have drawn two cards this turn, you could choose 5 as the value of X and pay {3}{R} to cast the spell."},{"date":"2023-04-14","text":"If there are additional costs to cast a spell, or if the cost to cast a spell is increased by an effect (such as the one created by Thalia, Guardian of Thraben’s ability), apply those increases before applying cost reductions."},{"date":"2023-04-14","text":"That ability can’t reduce the amount of colored mana you pay for a spell. It reduces only the generic mana component of that cost."},{"date":"2023-04-14","text":"The cost reduction can apply to alternative costs such as flashback costs."},{"date":"2023-04-14","text":"The last ability of Heliod, the Warped Eclipse doesn’t change the mana cost or mana value of any spell. It changes only the total cost you pay."},{"date":"2023-04-14","text":"The “as though they had flash” effect applies only to casting spells. It does not, for example, change when you may activate abilities that can be activated “only as a sorcery.”"}],"rarities":["rare"]},"heliod, the warped eclipse":{"name":"Heliod, the Warped Eclipse","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["Phyrexian","God"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"You may cast spells as though they had flash.\nSpells you cast cost {1} less to cast for each card your opponents have drawn this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Flash"}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may cast spells as though they had flash."},{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"CardsDrawnThisTurn","player":{"type":"Opponent","aggregate":"Sum"}}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast cost {1} less to cast for each card your opponents have drawn this turn."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"c27c6ba9-8d72-4101-b3a5-1e8d81755568","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["a7113c93-6c6d-410f-aeec-abc5ee121cdf","bfd786c2-6a2b-4f43-ba68-cbe31eeb4904"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rarities":["rare"]},"hellkite tyrant":{"name":"Hellkite Tyrant","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, trample\nWhenever this creature deals combat damage to a player, gain control of all artifacts that player controls.\nAt the beginning of your upkeep, if you control twenty or more artifacts, you win the game.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GainControlAll","target":{"type":"Typed","type_filters":["Artifact"],"controller":"TargetPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, gain control of all artifacts that player controls.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you control twenty or more artifacts, you win the game.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":20}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d9b066ff-9519-415c-ae17-bfea703c9889","metadata":{"source_printing_ids":["0bc3401f-935b-45ce-b1e6-300a5d9dfd4f","16937c7d-72c8-4640-8000-e4d2dc664a93","2078d569-47c1-43c8-b34f-ef84951b7566","67d15ee6-916f-4ac9-a4d2-4a9bd389d451","722cbdfd-3d25-4f7c-8bdd-be98f4a3a3f0","8ff0dab2-f6dd-46e9-a990-5cb0946e9b26","97ff9946-af2c-4568-847e-b828a71d0217","a7cb4100-1696-4393-8f1f-634018e0b78f","bd03d145-7cec-49da-917a-01f7355e252e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C16","C21","FIC","GTC","PLST","RVR"],"rulings":[{"date":"2013-01-24","text":"If you don't control twenty or more artifacts at the beginning of your upkeep, Hellkite Tyrant's last ability won't trigger. If it does trigger, it will check again when it tries to resolve. If you don't control twenty or more artifacts at that time, the ability will do nothing."}],"rarities":["rare","mythic"]},"hellspark elemental":{"name":"Hellspark Elemental","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Trample, haste\nAt the beginning of the end step, sacrifice this creature.\nUnearth {1}{R} ({1}{R}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Trample",{"Unearth":{"type":"Cost","shards":["Red"],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"Permanent","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddTargetReplacement","replacement":{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":null,"condition":null},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"If it would leave the battlefield, exile it instead of putting it anywhere else.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Exile it at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":"It gains haste.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a7ba88c6-81e7-4ab7-9c9b-308831e56833","metadata":{"source_printing_ids":["256a861a-c488-4834-a419-5bd1eeba6873","3dee2026-6003-4285-8afa-fd888b42c0c7","ea080c34-8446-429b-a380-3a95f43089fb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CON","DCI","DDK","PD2","PLST","PRM","TD0"],"rarities":["uncommon"]},"helm of obedience":{"name":"Helm of Obedience","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{X}, {T}: Target opponent mills a card, then repeats this process until a creature card or X cards have been put into their graveyard this way, whichever comes first. If one or more creature cards were put into that graveyard this way, sacrifice this artifact and put one of them onto the battlefield under your control. X can't be 0.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"destination":"Graveyard"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Any"}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{X}, {T}: Target opponent mills a card, then repeats this process until a creature card or X cards have been put into their graveyard this way, whichever comes first. If one or more creature cards were put into that graveyard this way, sacrifice ~ and put one of them onto the battlefield under your control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"min_x_value":1,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"16cadebf-c484-41f8-9e38-5c2c528f5b54","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"{X}, {T}: Target opponent mills a card, then repeats this process until a creature card or X cards have been put into their graveyard this w","line_index":0}],"metadata":{"source_printing_ids":["b17e9216-b1ed-4101-a04e-2bb139ccfa55","ec837c3e-a66f-43c0-adb4-4eefe7888cac"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ALL","ME2","PRM"],"rulings":[{"date":"2008-10-01","text":"If an effect like that of Leyline of the Void prevents cards from being put into your opponent’s graveyard, the process described in the first sentence of Helm of Obedience’s effect will never stop. Your opponent’s entire library will be exiled, even if X is 1."},{"date":"2008-10-01","text":"You put the creature card onto the battlefield even if you can’t sacrifice Helm of Obedience (because it’s left the battlefield by the time its ability resolves, for example)."}],"rarities":["rare"]},"helm of the host":{"name":"Helm of the Host","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, create a token that's a copy of equipped creature, except the token isn't legendary. That token gains haste.\nEquip {5}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},"sub_ability":null,"duration":null,"description":"Equip {5}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"RemoveSupertype","supertype":"Legendary"}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, create a token that's a copy of equipped creature, except the token isn't legendary. That token gains haste.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"83b43aba-bf9c-4da2-967d-9daa632e97d2","metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047","aae03160-19d3-5edd-9d4a-db5572ed77d3"],"source_printing_ids":["1d65d20c-09e5-4139-838b-7e0e48eb2b2b","27ed1222-a416-484a-a238-6186ee125c78","70ffc71f-328d-421d-926b-6f2e45ffb812","8077f5fe-f22a-4840-9417-526e76282a9e","898c66d5-d8e6-4a58-ba41-4650ba0e7262","95932b1b-f59b-4a42-a08f-3eeb783fdb8b","c1c86b0c-a8a9-4cd4-bec9-3c1680c52cac","e8d3865a-cea9-4985-84ed-89534f8e3f7c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","BRR","DOM","MSC","PDOM","PLST"],"rulings":[{"date":"2018-04-27","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"as [this creature] enters the battlefield\" or \"[this creature] enters the battlefield with\" abilities of the chosen creature will also work."},{"date":"2018-04-27","text":"If the copied creature has {X} in its mana cost, X is considered to be 0."},{"date":"2018-04-27","text":"If the copied creature is a token, the token that's created copies the original characteristics of that token as stated by the effect that created that token."},{"date":"2018-04-27","text":"If the copied creature is copying something else (for example, if the copied creature is a Clone), then the token enters the battlefield as whatever that creature copied."},{"date":"2018-04-27","text":"If the equipped creature leaves the battlefield before the triggered ability of Helm of the Host resolves, or if there is no equipped creature, no token is created. However, if Helm of the Host leaves the battlefield while its triggered ability is on the stack, a token will be created of the creature it last equipped. If that creature has also left the battlefield, its last known information is used to determine what the token looks like."},{"date":"2018-04-27","text":"The token copies exactly what was printed on the original creature and nothing else (unless that creature is copying something else or is a token; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2018-04-27","text":"The token gains haste indefinitely, and this effect isn't copiable. If something else copies the token later, that copy won't have haste."},{"date":"2018-04-27","text":"The token isn't legendary, and this exception is copiable. If something else copies the token later, that copy also won't be legendary. If you control two or more permanents with the same name but only one is legendary, the \"legend rule\" doesn't apply."}],"rarities":["rare","mythic"]},"herald of anafenza":{"name":"Herald of Anafenza","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Outlast {2}{W} ({2}{W}, {T}: Put a +1/+1 counter on this creature. Outlast only as a sorcery.)\nWhenever you activate this creature's outlast ability, create a 1/1 white Warrior creature token.","non_ability_text":null,"flavor_name":null,"keywords":[{"Outlast":{"type":"Cost","shards":["White"],"generic":2}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Outlast"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":{"KeywordAbilityActivated":{"type":"Outlast"}},"execute":{"kind":"Spell","effect":{"type":"Token","name":"Warrior","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Warrior"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate ~'s outlast ability, create a 1/1 white Warrior creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"889d1056-4d3d-42f0-96f2-16529a4a94e3","metadata":{"related_token_ids":["333f27ec-e546-5d55-b739-ae314b12aefd"],"source_printing_ids":["e8bf6ed4-48f3-419f-bafd-d1ee4d798482"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KTK","PKTK"],"rulings":[{"date":"2014-09-20","text":"Several creatures with outlast also grant an ability to creatures you control with +1/+1 counters on them, including themselves. These counters could come from an outlast ability, but any +1/+1 counter on the creature will count."},{"date":"2014-09-20","text":"The Warrior token is created before the +1/+1 counter is put on Herald of Anafenza."},{"date":"2014-09-20","text":"The cost to activate a creature’s outlast ability includes the tap symbol ({T}). A creature’s outlast ability can’t be activated unless that creature has been under your control continuously since the beginning of your turn."}],"rarities":["rare"]},"herald of torment":{"name":"Herald of Torment","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Bestow {3}{B}{B} (If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached.)\nFlying\nAt the beginning of your upkeep, you lose 1 life.\nEnchanted creature gets +3/+3 and has flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["Black","Black"],"generic":3}}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you lose 1 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":3},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +3/+3 and has flying."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3c04aeda-ae09-4162-ab51-983e29d21225","metadata":{"source_printing_ids":["6bb7e5ab-57d7-4a86-b7c2-262932ac3344"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG"],"rulings":[{"date":"2013-09-15","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2013-09-15","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2013-09-15","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2013-09-15","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2013-09-15","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."},{"date":"2014-02-01","text":"The triggered ability that causes you to lose life applies whether Herald of Torment is a creature or an Aura. The \"you\" in that ability refers to Herald of Torment's controller. If you control Herald of Torment as an Aura enchanting a creature another player controls, that ability will trigger at the beginning of your upkeep and cause you to lose 1 life."}],"rarities":["rare"]},"herald's horn":{"name":"Herald's Horn","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose a creature type.\nCreature spells you cast of the chosen type cost {1} less to cast.\nAt the beginning of your upkeep, look at the top card of your library. If it's a creature card of the chosen type, you may reveal it and put it into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Creature"],"additional_filter":{"type":"IsChosenCreatureType"}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, look at the top card of your library. If it's a creature card of the chosen type, you may reveal it and put it into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature spells you cast of the chosen type cost {1} less to cast."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"c02c5547-b9c9-4b2d-9d12-e87bfba8f2d2","metadata":{"source_printing_ids":["07b06421-778a-4d23-862b-30fc5fa25928","171df6af-c5a4-425e-bf1b-d07650e90418","178274fd-8b9b-4d69-a47e-31b29b776742","1c2e4ff2-5c14-488e-8548-eb89ffd18e41","2cfafee3-c060-44bd-be6e-8d36501d72d3","48a8abd6-8b5f-45b6-9f82-f2ce17d86222","4bfa71d4-4125-4404-9c24-979401bae592","4c0d09ac-ef6e-4b66-9e47-59cc97dd7d6b","ace66caf-38a1-41bc-bad9-15c57db9e9fa","c2cc583b-4ca1-4e34-bf66-693d69e4f77e","d6fa81d5-2ae1-433a-812b-9cf8ecb89a09","e64d51b3-20a2-4cc3-bd70-7f165940c157","e7ac5242-6b78-438f-b609-ccd5970481e8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["40K","C17","CLB","CMM","FIC","JMP","LCC","LTC","M3C","MOC","MSC","PL22","PLST","PZ2"],"rulings":[{"date":"2017-08-25","text":"If you don't put the top card of your library into your hand, you put it back on top of your library without revealing it. You'll draw it in that turn's draw step."},{"date":"2017-08-25","text":"If you somehow control a Herald's Horn with no chosen creature type, no spells will cost less to cast, not even creature spells with no creature type. You'll be able to look at the top card of your library at the beginning of each of your upkeeps, but you can never put it into your hand this way, even if it's a creature card with no creature type."},{"date":"2017-08-25","text":"The effect of Herald's Horn reduces only generic mana in a spell's cost. If that cost has no generic mana, the cost isn't reduced."},{"date":"2017-08-25","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon","rare"]},"heraldic banner":{"name":"Heraldic Banner","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose a color.\nCreatures you control of the chosen color get +1/+0.\n{T}: Add one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenColor"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control of the chosen color get +1/+0."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"3525e263-e29a-49bf-a29f-fb3ce43bbd33","metadata":{"source_printing_ids":["2199a8ad-0955-45df-8d74-77be2c40385b","2e349af5-3f25-46d3-908e-83b2f6028b95","743ea709-dbb3-4db8-a2ce-544f47eb6339","b6a1f042-b8e5-4a80-b76d-23f2f3baacf7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","FDN","PLST","SCD"],"rulings":[{"date":"2019-10-04","text":"If there is somehow no chosen color, Heraldic Banner's static ability has no effect, and its mana ability produces no mana if you activate it. Colorless creatures won't get +1/+0, and you won't add {C}."},{"date":"2019-10-04","text":"You must choose white, blue, black, red, or green for Heraldic Banner's ability. You can't choose \"multicolor,\" \"gold,\" or \"colorless.\""}],"rarities":["uncommon"]},"hero of the dunes":{"name":"Hero of the Dunes","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, return target artifact or creature card with mana value 3 or less from your graveyard to the battlefield.\nCreatures you control with mana value 3 or less get +1/+0.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target artifact or creature card with mana value 3 or less from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with mana value 3 or less get +1/+0."}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"eb6f936e-8dba-49da-84fc-de240b11b8e4","metadata":{"source_printing_ids":["9c6c72d5-f08e-4e46-a5cb-26d1fc0a71c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO"],"rarities":["uncommon"]},"heroes in a half shell":{"name":"Heroes in a Half Shell","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Ninja","Turtle"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Vigilance, menace, trample, haste\nWhenever one or more Mutants, Ninjas, and/or Turtles you control deal combat damage to a player, put a +1/+1 counter on each of those creatures and draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Menace","Trample","Vigilance"],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Mutant"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Ninja"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Turtle"}],"controller":"You","properties":[]}]},"description":"Whenever one or more Mutants, Ninjas, and/or Turtles you control deal combat damage to a player, put a +1/+1 counter on each of those creatures and draw a card.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"9f2f12cc-0adb-482d-bbce-05e4ce8850c4","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["ccc2a4e6-f505-4040-9d8a-c7b8e1a2b55e","f611ebb9-8e71-46ee-b24e-9f2404678013"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TMC"],"rulings":[{"date":"2026-01-27","text":"If creatures you control deal combat damage to multiple players at the same time, Heroes in a Half Shell's last ability will trigger for each of those players. When one of those abilities resolves, it will put counters only on Mutants, Ninjas, and/or Turtles that dealt combat damage to the appropriate player."}],"rarities":["mythic"]},"heroic defiance":{"name":"Heroic Defiance","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +3/+3 unless it shares a color with the most common color among all permanents or a color tied for most common.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":3}],"condition":{"type":"Not","condition":{"type":"SharesColorWithMostCommonColorAmongPermanents"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +3/+3 unless it shares a color with the most common color among all permanents or a color tied for most common."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f6209f18-9f40-44b4-9a8c-3445eda89928","metadata":{"source_printing_ids":["0dc1aa36-5d3b-4d25-9d54-937cdabf72a4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["PLS"],"rarities":["common"]},"heroic return":{"name":"Heroic Return","mana_cost":{"type":"Cost","shards":["White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {2} less to cast if a creature is attacking you.\nReturn target creature card from your graveyard to the battlefield. If a Hero enters this way, it enters with two additional +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking","defender":"You"}]}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast if a creature is attacking you."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Return target creature card from your graveyard to the battlefield. If a Hero enters this way, it enters with two additional +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4b7a8c05-15cd-452e-b9fc-83800e81793d","metadata":{"source_printing_ids":["707e0b51-701b-4eb6-b721-19c21a3c4d90","f22e18e5-f3db-46df-8c07-b44364d214f5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"hezrou":{"name":"Hezrou","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Frog","Demon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Whenever one or more creatures you control become blocked, each blocking creature gets -1/-1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Blocking"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more creatures you control become blocked, each blocking creature gets -1/-1 until end of turn.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"65d257c2-b3be-4244-a74c-bc4b5d7cedc3","metadata":{"source_printing_ids":["0c2f40e7-82b0-4847-994d-9326a88c4965"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"layout":"adventure","printings":["CLB"],"rulings":[{"date":"2022-06-10","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Altar of Bhaal is an artifact card whose mana value is 2."},{"date":"2022-06-10","text":"An effect may refer to a card, spell, or permanent that “has an Adventure.” This refers to a card, spell, or permanent that has an adventurer card’s set of alternative characteristics, even if they’re not being used and even if that card was never cast as an Adventure."},{"date":"2022-06-10","text":"Casting a card as an Adventure isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2022-06-10","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner’s graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won’t be exiled and the spell’s controller won’t be able to cast it as a permanent later."},{"date":"2022-06-10","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won’t give you permission to cast it as a permanent spell."},{"date":"2022-06-10","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it’s not possible to cast the copy from exile."},{"date":"2022-06-10","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2022-06-10","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it’s a token) or cease to be a copy (if it’s a nontoken permanent), and so you won’t be able to cast it as an Adventure."},{"date":"2022-06-10","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it’s legal to cast that spell."},{"date":"2022-06-10","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2022-06-10","text":"You must still follow any relevant timing rules for the permanent spell you cast from exile. Normally, you’ll be able to cast it only during your main phase while the stack is empty."}],"rarities":["common"]},"hidden strings":{"name":"Hidden Strings","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may tap or untap target permanent, then you may tap or untap another target permanent.\nCipher (Then you may exile this spell card encoded on a creature you control. Whenever that creature deals combat damage to a player, its controller may cast a copy of the encoded card without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":["Cipher"],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":"tap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":"untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":"tap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":"untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"tap or untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":"tap or untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"You may tap or untap target permanent, then you may tap or untap another target permanent.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a50737d7-dd2d-40da-817c-f913f76b5011","metadata":{"source_printing_ids":["216e8047-6f54-49ce-bf86-27dc8fc8c8f7","9cdec243-7802-4b77-8e6e-47f16eb4372a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DGM","PIO","Q06"],"rulings":[{"date":"2013-04-15","text":"If a creature with an encoded card deals combat damage to more than one player simultaneously (perhaps because some of the combat damage was redirected), the triggered ability will trigger once for each player it deals combat damage to. Each ability will create a copy of the exiled card and allow you to cast it."},{"date":"2013-04-15","text":"If another player gains control of the creature, that player will control the triggered ability. That player will create a copy of the encoded card and may cast it."},{"date":"2013-04-15","text":"If the creature leaves the battlefield, the exiled card will no longer be encoded on any creature. It will stay exiled."},{"date":"2013-04-15","text":"If the spell with cipher doesn’t resolve, none of its effects will happen, including cipher. The card will go to its owner’s graveyard and won’t be encoded on a creature."},{"date":"2013-04-15","text":"If you choose not to cast the copy, or you can’t cast it (perhaps because there are no legal targets available), the copy will cease to exist the next time state-based actions are performed. You won’t get a chance to cast the copy at a later time."},{"date":"2013-04-15","text":"If you want to encode the card with cipher onto a noncreature permanent such as a Keyrune that can turn into a creature, that permanent has to be a creature before the spell with cipher starts resolving. You can choose only a creature to encode the card onto."},{"date":"2013-04-15","text":"The copy of the card with cipher is created in and cast from exile."},{"date":"2013-04-15","text":"The exiled card with cipher grants a triggered ability to the creature it’s encoded on. If that creature loses that ability and subsequently deals combat damage to a player, the triggered ability won’t trigger. However, the exiled card will continue to be encoded on that creature."},{"date":"2013-04-15","text":"The spell with cipher is encoded on the creature as part of that spell’s resolution, just after the spell’s other effects. That card goes directly from the stack to exile. It never goes to the graveyard."},{"date":"2013-04-15","text":"You cast the copy of the card with cipher during the resolution of the triggered ability. Ignore timing restrictions based on the card’s type."},{"date":"2013-04-15","text":"You choose the creature as the spell resolves. The cipher ability doesn’t target that creature, although the spell with cipher may target that creature (or a different creature) because of its other abilities."}],"rarities":["common","uncommon"]},"high tide":{"name":"High Tide","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until end of turn, whenever a player taps an Island for mana, that player adds an additional {U}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"TapsForMana","execute":null,"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Island"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"],"contribution":"Additional"},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, whenever a player taps an Island for mana, that player adds an additional {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"dc671205-f2fa-454f-9957-921a6069ad53","metadata":{"source_printing_ids":["1f2400cc-987b-49de-8ac7-3d4b12c4200a","2047963c-3761-4d21-834a-674762248b77","4686bbb9-517f-4cce-aa7a-5db41e22c02b","4af611e3-45d6-4aee-bf48-56598b14a242","b2f3e6df-33c0-4d0d-b382-58d00be2051a","babd2248-5517-4b7b-a159-9a1f7b5583c8","c1368397-a667-4d13-bd92-ecc203f6e726","c2813677-91cc-4c8b-a8ea-403fa776c9f0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"banned","pauper":"banned","paupercommander":"legal","vintage":"legal"},"printings":["DMR","FEM","ME1","PIDW","VMA"],"rulings":[{"date":"2022-12-08","text":"The delayed triggered ability refers to any land with the land type Island, not just those named Island."},{"date":"2022-12-08","text":"The effect applies even if the Island in question entered the battlefield after High Tide resolved."}],"rarities":["common","uncommon"]},"hill giant":{"name":"Hill Giant","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"342199e0-15b6-4824-83da-25caef2592b3","metadata":{"source_printing_ids":["07724b6b-73e6-43b9-980f-149047c8e786","0ddb98e8-13fe-4786-83f7-b72c56db135a","14c2be6a-9ca6-4d3a-8dd0-db4ea40799f8","14e3b4bd-f3db-49a9-8a67-6ea6a3cd320d","1a318a0e-bc0e-4539-8096-ee0c8cffdb58","4905e98f-0c5a-4ec7-b85b-dc2c3549d5d0","4bb9d069-1163-46bd-9a71-21c05898330e","58968ba0-77a4-49fe-aa1d-0dc8a1db4923","59dda501-27e0-49e9-95cf-e36d8cdd0ec3","6ac25236-c2f2-48df-8dbb-d4f9ce790cfb","833128ae-927e-4767-8937-19d4ef789a58","c350b2af-8610-43c7-90b6-4ee806999d45","c987a3ec-a775-4140-ad49-18025e59dc3d","caa75eaf-948f-4503-962d-95b0321b36d9","ccc3b385-f51c-45b3-afb1-321f892afc96","df03759e-17a0-4191-bd4d-e823846924ce","e7ea1719-2bed-46f4-bb14-e3a4c87ce50a","f3afb143-fd69-4197-96f4-62d5d90a894c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","7ED","8ED","9ED","CED","CEI","DPA","FBB","ITP","LEA","LEB","POR","PS11","RQS","SUM"],"rarities":["common"]},"hinterland sanctifier":{"name":"Hinterland Sanctifier","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rabbit","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature you control enters, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d812fc6d-b96d-4986-b171-9f3feee603dc","metadata":{"source_printing_ids":["632df69e-6377-43d0-bba5-65518a320aa5","7bd187b7-5001-4fc3-8c1e-7093827027ee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J25"],"rulings":[{"date":"2024-11-08","text":"If Hinterland Sanctifier enters at the same time as one or more other creatures you control, its ability will trigger for each of those other creatures."}],"rarities":["common"]},"hixus, prison warden":{"name":"Hixus, Prison Warden","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nWhenever a creature deals combat damage to you, if Hixus entered this turn, exile that creature until Hixus leaves the battlefield. (That creature returns under its owner's control.)","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals combat damage to you, if ~ entered this turn, exile that creature until ~ leaves the battlefield.","constraint":null,"condition":{"type":"SourceEnteredThisTurn"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"02bff648-fbad-4d61-ab09-93993a5fda58","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["d0c21a35-4b70-4de4-93ff-c0ccabdc39e0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["ORI","PORI","PRM"],"rulings":[{"date":"2015-06-22","text":"Auras attached to the exiled creatures will be put into their owners' graveyards. Equipment attached to the exiled creatures will become unattached and remain on the battlefield. Any counters on the exiled creatures will cease to exist."},{"date":"2015-06-22","text":"Hixus's ability causes a zone change with a duration, a style of ability that's somewhat reminiscent of older cards like Oblivion Ring. However, unlike Oblivion Ring, cards like Hixus have a single ability that creates two one-shot effects: one that exiles the creature when the ability resolves, and another that returns the exiled card to the battlefield immediately after Hixus leaves the battlefield."},{"date":"2015-06-22","text":"If Hixus leaves the battlefield before its triggered ability resolves, the creature that dealt combat damage to you won't be exiled."},{"date":"2015-06-22","text":"If a creature token is exiled, it ceases to exist. It won't be returned to the battlefield."},{"date":"2015-06-22","text":"In a multiplayer game, if Hixus's owner leaves the game, the exiled cards will return to the battlefield. Because the one-shot effect that returns the cards isn't an ability that goes on the stack, it won't cease to exist along with the leaving player's spells and abilities on the stack."},{"date":"2015-06-22","text":"The exiled cards return to the battlefield immediately after Hixus leaves the battlefield. Nothing happens between the two events, including state-based actions."}],"rarities":["rare"]},"holdout settlement":{"name":"Holdout Settlement","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}. ({C} represents colorless mana.)\n{T}, Tap an untapped creature you control: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}]},"sub_ability":null,"duration":null,"description":"{T}, Tap an untapped creature you control: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e6b77545-de5c-4f4a-b7ea-83498fb33ba8","metadata":{"source_printing_ids":["abaf9baa-f9f6-429f-adad-af57d010a80a","cf08c317-6f2d-47e3-ab5b-8af73fd3e404"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["OGW","SCD"],"rulings":[{"date":"2016-01-22","text":"To activate the last ability, you may tap any untapped creature you control, including one you haven’t controlled continuously since the beginning of your most recent turn. (Note that tapping the creature doesn’t use {T} [the tap symbol].)"}],"rarities":["common"]},"hollow one":{"name":"Hollow One","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"This spell costs {2} less to cast for each card you've cycled or discarded this turn.\nCycling {2} ({2}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null,"dynamic_count":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast for each card you've cycled or discarded this turn."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"b9e4d34a-ba91-4ad6-b886-daeeda6c9498","metadata":{"source_printing_ids":["43fe9c6d-4fa2-4f9a-9025-1bf12fe7ed9f","af323aac-9796-4803-b08b-08f8d72ae074","b167fef0-a3ef-4e76-bd69-51ed7501cba8","fff9ed67-3c45-48ff-a1e7-f95ff35b782b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","HOU","MB2","PHOU","SCH","TSR"],"rulings":[{"date":"2021-03-19","text":"Hollow One's cost is reduced even if the cards you've cycled or discarded aren't in your graveyard."},{"date":"2021-03-19","text":"Hollow One's first ability doesn't give you permission to discard cards. You'll need another effect that instructs or allows you to discard them, such as a cycling ability."},{"date":"2021-03-19","text":"Once you've discarded three cards during one turn, Hollow One costs {0} to cast. It won't stop at {1} or cost negative amounts of mana."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions (such as that of Hollow One). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["rare","special"]},"hollowmurk siege":{"name":"Hollowmurk Siege","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Sultai or Abzan.\n• Sultai — Whenever a counter is put on a creature you control, draw a card. This ability triggers only once each turn.\n• Abzan — Whenever you attack, put a +1/+1 counter on target attacking creature. It gains menace until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a counter is put on a creature you control, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"ChosenLabelIs","label":"Sultai"},"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Menace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain menace"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, put a +1/+1 counter on target attacking creature. It gains menace until end of turn.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Abzan"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Sultai","Abzan"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Sultai or Abzan.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"31061e34-042e-40c3-99ab-752795ab4324","metadata":{"source_printing_ids":["5ac0e136-8877-4bfc-a831-2bf7b7b5ad1e","bd9a6427-09cc-4ddf-88a6-fc23498a7c08"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"An ability that triggers when counters are put on a permanent will trigger if that permanent somehow enters the battlefield with those counters."},{"date":"2025-04-04","text":"If you somehow control Hollowmurk Siege and no choice was made for it (perhaps because another permanent on the battlefield became a copy of it), it has neither of the two abilities."}],"rarities":["rare"]},"hooded hydra":{"name":"Hooded Hydra","mana_cost":{"type":"Cost","shards":["X","Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake","Hydra"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with X +1/+1 counters on it.\nWhen this creature dies, create a 1/1 green Snake creature token for each +1/+1 counter on it.\nMorph {3}{G}{G}\nAs this creature is turned face up, put five +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Morph":{"type":"Cost","shards":["Green","Green"],"generic":3}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Snake","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Snake"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create a 1/1 green Snake creature token for each +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with X +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"},{"event":"TurnFaceUp","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":5},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ is turned face up, put five +1/+1 counters on it.","condition":null}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"637ddd65-112d-40f7-9bab-a61724d9165c","metadata":{"related_token_ids":["801f9c59-c1c6-5332-b3d7-6537990e7c77","a0d95038-76d8-505d-a3a1-d043620bd7cb","b8844643-40b1-5d2a-8a4b-4884c85696b1"],"source_printing_ids":["828f752e-cf94-4d0e-913d-aa425a005849","9d7e651f-4187-44c5-99bf-34042d6dd9a2","aecc699c-c955-4167-b8cf-35faa7ce94b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","KTK","MKC"],"rulings":[{"date":"2014-09-20","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent, as well as Auras and Equipment that were attached to the permanent, aren't affected."},{"date":"2014-09-20","text":"Any time you have priority, you may turn the face-down creature face up by revealing what its morph cost is and paying that cost. This is a special action. It doesn't use the stack and can't be responded to. Only a face-down permanent can be turned face up this way; a face-down spell cannot."},{"date":"2014-09-20","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down spells or permanents you don't control unless an effect instructs you to do so."},{"date":"2014-09-20","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2014-09-20","text":"Hooded Hydra's last ability isn't a triggered ability. It's a replacement ability that modifies how Hooded Hydra is turned face up. Players can't respond to Hooded Hydra being turned face up and having five +1/+1 counters put on it."},{"date":"2014-09-20","text":"If Hooded Hydra is face down and it's turned face up some other way than by having its morph cost paid, the last ability will still apply."},{"date":"2014-09-20","text":"If a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or if the game ends."},{"date":"2014-09-20","text":"Morph lets you cast a card face down by paying {3}, and lets you turn the face-down permanent face up any time you have priority by paying its morph cost."},{"date":"2014-09-20","text":"The face-down spell has no mana cost and has a mana value of 0. When you cast a face-down spell, put it on the stack face down so no other player knows what it is, and pay {3}. This is an alternative cost."},{"date":"2014-09-20","text":"Use the number of +1/+1 counters that were on Hooded Hydra the last time it was on the battlefield to determine how many Snake tokens to create."},{"date":"2014-09-20","text":"When the spell resolves, it enters the battlefield as a 2/2 creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the creature can still grant it any of these characteristics."},{"date":"2014-09-20","text":"You must ensure that your face-down spells and permanents can easily be differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield in order to confuse other players. The order they entered the battlefield should remain clear. Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["mythic"]},"hope estheim":{"name":"Hope Estheim","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nAt the beginning of your end step, each opponent mills X cards, where X is the amount of life you gained this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each opponent mills X cards, where X is the amount of life you gained this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"187a110c-032a-42e1-be2d-3cfaaa9495f8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0b3ba36b-4a15-425c-98ae-37a10b3772bc","5b1fd4c8-7de6-47cb-916a-513d04774f01","a50f113e-be5d-4251-8605-67f54fbe9b3f","fbdb68cc-5516-481a-94c5-59f6c69b8a17"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"The value of X is calculated only once, as Hope's last ability resolves."}],"rarities":["rare"]},"hopeful eidolon":{"name":"Hopeful Eidolon","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Bestow {3}{W} (If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached.)\nLifelink (Damage dealt by this creature also causes you to gain that much life.)\nEnchanted creature gets +1/+1 and has lifelink.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink",{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["White"],"generic":3}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+1 and has lifelink."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"13c1ca1e-cd17-49ef-bc31-97bff99ec1e3","metadata":{"source_printing_ids":["4c69995b-ef31-4635-8d5a-b31f73993364","a226fa52-5926-43d2-9f05-70fd3a09ad8c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PIO","THS"],"rulings":[{"date":"2013-09-15","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2013-09-15","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2013-09-15","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2013-09-15","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2013-09-15","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."}],"rarities":["common","uncommon"]},"hordewing skaab":{"name":"Hordewing Skaab","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nOther Zombies you control have flying.\nWhenever one or more Zombies you control deal combat damage to one or more of your opponents, you may draw cards equal to the number of opponents dealt damage this way. If you do, discard that many cards.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":"You","properties":[]},"description":"Whenever one or more Zombies you control deal combat damage to one or more of your opponents, you may draw cards equal to the number of opponents dealt damage this way. If you do, discard that many cards.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Zombie"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Zombies you control have flying."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"485dea0d-2123-4e5c-91a1-25ba73f4f3cf","metadata":{"source_printing_ids":["6e67802e-e0d9-4989-b1c2-77ef2ff69796","f256df02-6498-4775-b6f2-eb7c248e9945"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC"],"rulings":[{"date":"2021-09-24","text":"If some of your Zombies have first strike but others don't, or if you have a Zombie with double strike, the ability will trigger twice, the first time counting the number of opponents who were dealt damage in the first strike combat damage step, and the second time counting the ones who were dealt damage in the second combat damage step."},{"date":"2021-09-24","text":"The number of cards you discard is equal to the number of opponents that were dealt combat damage by your Zombies, even if another effect changed the number of cards you drew."}],"rarities":["rare"]},"horror of the broken lands":{"name":"Horror of the Broken Lands","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Horror"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you cycle or discard another card, this creature gets +2/+1 until end of turn.\nCycling {B} ({B}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":["Black"],"generic":0}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"CycledOrDiscarded","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cycle or discard another card, ~ gets +2/+1 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6de20c2c-b8a8-4f12-897b-a2f55d7eed87","metadata":{"source_printing_ids":["35828576-124a-45d6-ad4c-af2926314953","48343f8b-db94-4e68-9a17-0abc9571377d","fb1f0958-5bf6-4a4f-a4bc-2943c93ba15e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","AKH","AKR"],"rulings":[{"date":"2017-04-18","text":"An ability that triggers whenever you \"cycle or discard\" a card triggers only once if you cycle a card. The ability \"Whenever you discard a card\" is functionally identical to this ability; cycling is mentioned for clarity."},{"date":"2017-04-18","text":"An ability that triggers whenever you discard a card doesn't give you permission to discard cards. You'll need another effect that instructs or allows you to discard them."},{"date":"2017-04-18","text":"If a player discards a card during their cleanup step due to having too many cards in hand, any appropriate abilities that trigger on discarding that card trigger. If this happens, those triggered abilities are put onto the stack and players receive priority in that cleanup step to cast spells or activate abilities (normally, no players may take actions during a cleanup step). Another cleanup step is created following that one."},{"date":"2017-04-18","text":"Some cards have an ability that triggers whenever you cycle any card. These triggered abilities resolve before you draw from the cycling ability."}],"rarities":["common"]},"hotel of fears":{"name":"Hotel of Fears","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Spacecraft"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, exile the top card of your library. You lose life equal to its mana value. You may play that card this turn.\nPraise Him — Whenever chaos ensues, choose a color. Put X +1/+1 counters on target creature you control, where X is your devotion to that color. Then sacrifice another creature. (Your devotion to a color is the number of mana symbols of that color in the mana costs of permanents you control.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Anaphoric"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, exile the top card of your library. You lose life equal to its mana value. You may play that card this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Devotion","colors":{"type":"ChosenColor"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, choose a color. Put X +1/+1 counters on target creature you control, where X is your devotion to that color. Then sacrifice another creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"79d3e356-9eb9-49bb-b4ba-f4f71876869e","metadata":{"source_printing_ids":["8b164271-6438-4135-b7a9-8573c3921052"]},"legalities":{},"printings":["WHO"],"rarities":["common"]},"hour of revelation":{"name":"Hour of Revelation","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {3} less to cast if there are ten or more nonland permanents on the battlefield.\nDestroy all nonland permanents.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all nonland permanents.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":3},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":10}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {3} less to cast if there are ten or more nonland permanents on the battlefield."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"920c1dd4-c3f6-4020-a6f0-2e8acad2c212","metadata":{"source_printing_ids":["01a8fb39-5ae9-43e3-bca1-32f5795d9e7f","89a89652-95ef-45b4-80c3-02241483f3c0","ddb53e90-f91e-4da9-ab70-5460958c6c99"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","HOU","PHOU","ZNC"],"rulings":[{"date":"2017-07-14","text":"You determine the cost to cast Hour of Revelation before you pay any of that cost. For example, if the only nonland permanents on the battlefield are Tezzeret the Schemer and nine Etherium Cells he’s given you, Hour of Revelation costs {W}{W}{W} to cast. You may sacrifice three Etherium Cells to pay this cost, even though there are no longer ten or more nonland permanents after you produce {W}{W}{W}."},{"date":"2018-01-19","text":"There are many important moments in the story, but the most crucial—called “story spotlights”—are shown on cards. These cards have the Planeswalker symbol in their text box; this symbol has no effect on gameplay. You can read more about these events in the official Magic fiction at http://www.mtgstory.com."}],"rarities":["rare"]},"howling mine":{"name":"Howling Mine","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's draw step, if this artifact is untapped, that player draws an additional card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Draw","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's draw step, if ~ is untapped, that player draws an additional card.","constraint":null,"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"d26b27db-a567-4631-b4b6-7294222fbdd1","metadata":{"source_printing_ids":["12610120-ade5-432a-a6b8-2379e7da662d","1a4dd6f8-1baa-4ad2-a377-5beeead6c319","1b1d4f69-d4ff-4cd7-bbfe-f648efc89063","37634ffe-788f-4262-88e8-5ab7c7ca74d6","3a509149-9864-4622-8122-21a723defaa8","3c76eaaf-58c9-4ef9-bf0a-7aa66397fa7d","3f8a7833-9420-4228-82ea-537e96c015fa","480f85b2-79bd-4f1c-a815-d101a678cf27","49726956-dccb-42bf-85d5-b2cb5acbeb04","4dd270d3-da58-4195-80f4-ade6ae32d092","51f8f6e1-a451-4262-90d3-5107caf54175","5abb0ef7-8ca2-4115-9441-4163943f1cfb","649a6afe-c030-458c-8cc5-5051e0cd6fd2","661236e2-a414-4a08-b7f7-704f1a2952a8","81dfe0d1-d8b0-4d66-9039-d827f4d23455","8a50b3bd-81b0-408d-ab73-9eadd2fb1eae","a2fe2fec-f49b-4b90-b9e0-0d14d45fecdb","a4df1be4-364e-4582-929a-05f2905f8ce6","a595b81f-f707-4c68-94bf-b77f7b529031","afe62264-058d-4337-a793-a66eb42551f7","b87c9191-1408-4aca-9061-bfb5b101c3ad","c69d4007-d26b-442b-9c34-d3780c46c5f6","cdae9939-03a4-4561-92cd-01f498d29a7a","d8de4687-0e36-4d9e-a280-90b561977fd6","ec9d720e-68f9-464a-8b11-0f243f184ccf","f62689d0-5957-41f4-aade-40a0ed4f2468","fc6fbf54-698d-4a99-ad98-b0115df403a0","feab8356-58dc-4e01-8c5f-4699e6feef52"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","BRR","C16","CED","CEI","CMD","FBB","LEA","LEB","M10","PLST","PS11","PTC","SLD","SUM"],"rulings":[{"date":"2004-10-04","text":"If Howling Mine leaves the battlefield before it resolves, then the last known tap or untap state of the card is used for resolution."},{"date":"2004-10-04","text":"It does not trigger at all if this is tapped at the start of the draw step, and it checks this again on resolution."},{"date":"2004-10-04","text":"The additional draw is separate from any other draw during your draw step. It happens when the triggered ability resolves."},{"date":"2013-04-15","text":"The triggered ability is put onto the stack after you have already drawn your card for the turn."}],"rarities":["rare"]},"huge truck":{"name":"Huge Truck","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Beeeeeeep, Beeeeeeep, Beeeeeeep — Whenever another creature you control becomes the target of a backup ability, Huge Truck permanently gains all of the backup abilities shared this way.\nCrew 1","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":1,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"~","description":"~ permanently gains all of the backup abilities shared this way"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"StackAbility","tag":{"type":"Backup"}},"description":"Whenever another creature you control becomes the target of a backup ability, ~ permanently gains all of the backup abilities shared this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"1fc6eb23-45ab-42fd-820e-b5dd5dbaef80","metadata":{"source_printing_ids":["19720530-eaf8-4252-9ded-a3b7dc6e19e4"]},"legalities":{},"printings":["UNK"],"rarities":["rare"]},"hulk smash!":{"name":"HULK SMASH!","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 4 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 4 or more.)\nChoose one. If this spell was cast using teamwork, choose both instead.\n• Destroy target noncreature artifact.\n• Target creature you control deals damage equal to its power to target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":4}],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Artifact",{"Non":"Creature"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5f97d49c-d0fa-4776-9455-93c1a172cd83","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Destroy target noncreature artifact.","Target creature you control deals damage equal to its power to target creature an opponent controls."],"allow_repeat_modes":false,"constraints":[{"type":"ConditionalMaxChoices","condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"max_choices":2,"otherwise_max_choices":1}],"chooser":{"type":"Controller"}},"additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":4},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["0d01bc37-ebf4-4f08-9beb-fef8787f8e7a","374ffb3e-0753-4682-936a-ae6921ace475"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"hulkling, burgeoning bruiser":{"name":"Hulkling, Burgeoning Bruiser","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Kree","Skrull","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever another creature you control enters, if it has greater power or toughness than Hulkling, put a +1/+1 counter on Hulkling.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, if it has greater power or toughness than ~, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"ZoneChangeObjectMatchesFilter","destination":"Battlefield","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AnyOf","props":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GT","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"GT","value":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}}}]}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"03c934a6-be57-480d-8c84-4e46d9ccb406","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9018477f-a67b-4fa4-8661-11ab91fae863"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"human—time lord meta-crisis":{"name":"Human—Time Lord Meta-Crisis","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Phenomenon"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you encounter Human—Time Lord Meta-Crisis, each player chooses one or two creatures they control. Each player creates a token that's a copy of the first creature they chose, except it isn't legendary. Then each player who chose a second creature puts a number of +1/+1 counters on the token they created equal to the power of the second creature they chose. (Then planeswalk away from this phenomenon.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Planeswalked":{"role":"To"}},"execute":{"kind":"Spell","effect":{"type":"EachPlayerCopyChosen","choose_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"min":1,"max":2,"copy_modifications":[{"type":"RemoveSupertype","supertype":"Legendary"}],"scale":{"counter_type":"P1P1","scale_property":"Power"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you encounter ~, each player chooses one or two creatures they control. Each player creates a token that's a copy of the first creature they chose, except it isn't legendary. Then each player who chose a second creature puts a number of +1/+1 counters on the token they created equal to the power of the second creature they chose.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"96e26369-ae5d-4a77-adaa-d34b25af076f","metadata":{"related_token_ids":["553b5e02-de02-59fb-9901-28d367ab1c19"],"source_printing_ids":["f5def75a-f511-42e8-a652-7de4abfbd968"]},"legalities":{},"printings":["WHO"],"rarities":["common"]},"hundred-handed one":{"name":"Hundred-Handed One","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Vigilance\n{3}{W}{W}{W}: Monstrosity 3. (If this creature isn't monstrous, put three +1/+1 counters on it and it becomes monstrous.)\nAs long as this creature is monstrous, it has reach and can block an additional ninety-nine creatures each combat.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Monstrosity","count":{"type":"Fixed","value":3}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","White","White"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{W}{W}{W}: Monstrosity 3.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Reach"}],"condition":{"type":"SourceIsMonstrous"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is monstrous, it has reach and can block an additional ninety-nine creatures each combat."},{"mode":{"ExtraBlockers":{"count":99}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"SourceIsMonstrous"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is monstrous, it has reach and can block an additional ninety-nine creatures each combat."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"954aaaa7-c3c1-4696-9ace-bcb5359b1709","metadata":{"source_printing_ids":["489f192f-0d8a-468b-94f5-67a937e5028e","817b8dae-6248-41a4-80a7-7e8102479de4","846b5ec5-d7b4-4875-a860-d41178603459"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["CN2","PLST","THS"],"rulings":[{"date":"2013-09-15","text":"An ability that triggers when a creature becomes monstrous won't trigger if that creature isn't on the battlefield when its monstrosity ability resolves."},{"date":"2013-09-15","text":"Monstrous isn't an ability that a creature has. It's just something true about that creature. If the creature stops being a creature or loses its abilities, it will continue to be monstrous."},{"date":"2013-09-15","text":"Once a creature becomes monstrous, it can't become monstrous again. If the creature is already monstrous when the monstrosity ability resolves, nothing happens."}],"rarities":["rare"]},"hunter's insight":{"name":"Hunter's Insight","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"DamageDone","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"valid_source":{"type":"ParentTarget"},"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"cf8a0782-f545-445e-abac-d9063dad696b","metadata":{"source_printing_ids":["4e1448cf-3ddc-437b-a21e-4f4086492ec6","8c7549c2-7f66-4fdc-9852-6796292c6a85","96c20d6f-6272-42f1-bfda-308ce7c4206a","a85d0ca4-551c-4e23-b35b-e49b89ce86bd","b2fb825e-0c93-4555-9f6e-9b9d21566c2a","b78a13fa-ba9c-4ee3-89a4-6774ddae8a08","c12cf74d-aad9-41d8-959e-66557c39204d","de399acd-e792-4f4a-8025-434f1080c0fc","e4044a9f-43bd-4c32-9d53-29a27ad9be80","f68090b1-77f0-49e7-8f2b-e78ce3cf8c86"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C20","CMM","CMR","JMP","M12","MAR","NEC","OMB","SCD","SLD"],"rarities":["uncommon","rare","mythic"]},"hustle":{"name":"Hustle","mana_cost":{"type":"Cost","shards":["BlueRed"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature attacks or blocks this turn if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"MustBlock","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"MustBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature attacks or blocks this turn if able.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"e294d85f-caf2-4939-99d3-7ca5bba2b8d1","metadata":{"source_printing_ids":["5f664827-e22e-43af-82f1-861b3c7607f1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Cease // Desist has a mana value of 8 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Cease // Desist."},{"date":"2024-02-02","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2024-02-02","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of instant and sorcery cards in your graveyard, Cease // Desist counts once, not twice."},{"date":"2024-02-02","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast an instant or sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Cease this way, but not Desist."},{"date":"2024-02-02","text":"If the creature targeted by Hustle is tapped or is affected by a spell or ability that says it can't attack or block, then it won't attack or block this turn. If there's a cost associated with having that creature attack or block, its controller isn't forced to pay that cost, so it doesn't have to attack or block in that case either."},{"date":"2024-02-02","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2024-02-02","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of any of the split cards featured in this set."}],"rarities":["uncommon"]},"hydraulic helper":{"name":"Hydraulic Helper","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Robot"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Defender\n{T}: Add {U}. This mana can't be spent to cast a nonartifact spell.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]},"restrictions":[{"SpellTypeOrAbilityActivation":{"spell_type":"Artifact","ability":"Any"}}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}. This mana can't be spent to cast a nonartifact spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"503928cd-1abd-44cd-92c3-6dc19bb07f78","metadata":{"source_printing_ids":["06d8a2a0-775b-4813-973f-8b15612b38d1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"hydroid krasis":{"name":"Hydroid Krasis","mana_cost":{"type":"Cost","shards":["X","Green","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Jellyfish","Hydra","Beast"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, you gain half X life and draw half X cards. Round down each time.\nFlying, trample\nThis creature enters with X +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"divisor":2,"rounding":"Down"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"divisor":2,"rounding":"Down"},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, you gain half X life and draw half X cards. Round down each time.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with X +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"6bd872b2-5c40-4e11-9a7f-0136a51b0642","metadata":{"source_printing_ids":["3f8e3243-2d82-4044-8e3b-3a4487ac771c","52e5d3fe-46bc-4014-9819-5aa7c7e64838","65010991-2097-4769-be96-f24b4bf9276f","801dd9c6-b159-4e1c-af2c-214c1f573633","a7ac127e-102e-4e1a-9e69-a09d676ac88e","ab115f5d-e182-4d78-bbe9-327e5b612f39","ae6677cc-f7d2-4c37-8fde-7c637b08cce0","b004684e-bd98-42fc-b90c-9a13a48dd120"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","CLU","M3C","MKC","PRNA","RNA","SLD","SOC"],"rulings":[{"date":"2019-01-25","text":"Hydroid Krasis's first ability triggers as you cast it, and that ability resolves before the spell itself. It resolves even if Hydroid Krasis is countered."}],"rarities":["rare","mythic"]},"hylda of the icy crown":{"name":"Hylda of the Icy Crown","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you tap an untapped creature an opponent controls, you may pay {1}. When you do, choose one —\n• Create a 4/4 white and blue Elemental creature token.\n• Put a +1/+1 counter on each creature you control.\n• Scry 2, then draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Create a 4/4 white and blue Elemental creature token.","Put a +1/+1 counter on each creature you control.","Scry 2, then draw a card."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Elemental"],"colors":["White","Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you tap an untapped creature an opponent controls","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"1733c71b-fd28-48dd-8a3d-41afd4b22f0e","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["d2cce550-6244-5702-a711-1464205e0709"],"source_printing_ids":["18f5f043-0b59-40ba-bdab-1706adf44075","ae9231fd-053d-4b84-a7a8-86063465bc49"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PURL","PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"Hylda of the Icy Crown's ability will trigger only when an effect instructs you to tap an opponent's creature. It won't trigger if a spell or ability you control instructs an opponent to tap a creature they control. For example, if you control Tangle Wire and an opponent taps an untapped creature they control as part of the resolution of Tangle Wire's triggered ability, Hylda's ability won't trigger."}],"rarities":["mythic"]},"hylda's crown of winter":{"name":"Hylda's Crown of Winter","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Tap target creature. This ability costs {1} less to activate during your turn.\n{3}, Sacrifice Hylda's Crown of Winter: Draw a card for each tapped creature your opponents control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Tap target creature. This ability costs {1} less to activate during your turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Fixed","value":1},"condition":{"type":"IsYourTurn"}},"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"Tapped"}]}}},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{3}, Sacrifice ~: Draw a card for each tapped creature your opponents control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"a8291d04-240e-456b-8c86-1fb4eb460476","metadata":{"source_printing_ids":["8141f900-a87b-40ce-8439-02c000aafa30","b0d4a6c0-f00e-45a7-9c88-899460007020"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rarities":["rare"]},"hymn to the ages":{"name":"Hymn to the Ages","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Chorus"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Starting intensity 1\nDraw a number of cards equal to this spell's intensity.\nAll Chorus cards you own intensify by 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"starting","description":"Starting intensity 1 Draw a number of cards equal to this spell's intensity"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Intensify","scope":{"type":"OwnedSubtype","subtype":"Chorus"},"amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Starting intensity 1\nDraw a number of cards equal to this spell's intensity.\nAll Chorus cards you own intensify by 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7c71821d-2ac2-4fcd-b672-d4ce4a83cdb8","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YLCI"]},"i am untouchable":{"name":"I Am Untouchable","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Ongoing"],"core_types":["Scheme"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(An ongoing scheme remains face up until it's abandoned.)\nYou and permanents you control have hexproof.\nWhen combat damage is dealt to you, create a 4/4 colorless Scarecrow artifact creature token with vigilance, then abandon this scheme.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"Token","name":"Scarecrow","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Artifact","Creature","Scarecrow"],"colors":[],"keywords":["Vigilance"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When combat damage is dealt to you, create a 4/4 colorless Scarecrow artifact creature token with vigilance, then abandon this scheme.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":[],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"You and permanents you control have hexproof."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"9694dfb6-21db-44a1-93ef-3871c0d51b8a","metadata":{"related_token_ids":["bed35aa4-4e00-55de-a684-c7f17f1cc804"],"source_printing_ids":["30c176fd-af4d-41f3-bc55-6961bba7bc38"]},"legalities":{},"printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"The last ability triggers only once whenever you're dealt combat damage, no matter how many creatures deal combat damage to you at the same time."}],"rarities":["common"]},"i call for slaughter":{"name":"I Call for Slaughter","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Scheme"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you set this scheme in motion, create three 1/1 red Devil creature tokens with \"When this token dies, it deals 1 damage to any target.\" They gain haste until end of turn. If a source you control would deal damage this turn, it deals that much damage plus 1 instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SetInMotion","execute":{"kind":"Spell","effect":{"type":"Token","name":"Devil","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Devil"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, it deals 1 damage to any target.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddTargetReplacement","replacement":{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source you control would deal damage this turn, it deals that much damage plus 1 instead","condition":null,"damage_modification":{"type":"Plus","value":{"type":"Fixed","value":1}},"damage_source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"expiry":{"type":"EndOfTurn"}},"target":{"type":"None"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you set this scheme in motion, create three 1/1 red Devil creature tokens with \"When ~ dies, it deals 1 damage to any target.\" They gain haste until end of turn. If a source you control would deal damage this turn, it deals that much damage plus 1 instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"1b84f43e-88dd-4a9b-ab3d-d707a0f40f3b","metadata":{"related_token_ids":["db939e9b-b7c1-5084-9880-1856f29766c5"],"source_printing_ids":["16964704-2beb-4c65-a59e-17f31d273a5b"]},"legalities":{},"printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"If damage dealt by a source you control is being divided or assigned among multiple permanents and/or players, that damage is divided or assigned before adding 1. For example, if you attack with a 5/5 creature with trample and it's blocked by a 2/2 creature, you can assign 2 damage to the blocker and 3 damage to the defending player. Those amounts are then modified to 3 and 4, respectively."}],"rarities":["common"]},"ice":{"name":"Ice","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tap target permanent.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Tap target permanent.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"ae92942b-919c-4ea9-b693-85fcef765d5a","metadata":{"source_printing_ids":["0a76d227-c899-409f-a01b-d3ca16b56ddc","0e09b054-4d33-4a12-bf2a-9b0009f33044","12279d5e-eff2-45bd-bb56-a953b56ff76a","18303862-4726-4136-814f-157aa7006579","3f822331-315e-4297-bb69-f1069032c6c5","610135d6-d32f-4ee9-b053-dc32da14c333","841b28eb-e16b-434e-aaaa-6a5ae8bccc19","ab8292ae-9a52-43e7-92f7-0f45f4bb71ec","ef5df76e-1482-4677-a932-54b92384c3c3","f98f4538-5b5b-475d-b98f-49d01dae6f04"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["APC","CMD","DDJ","DMR","F06","MH2","PLST","PRM","UMA","WC01","WC02"],"rarities":["common","uncommon","rare"]},"ichor shade":{"name":"Ichor Shade","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Shade"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, if an artifact or creature was put into a graveyard from the battlefield this turn, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if an artifact or creature was put into a graveyard from the battlefield this turn, put a +1/+1 counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"083ea8b0-ff2a-406e-90f1-668f33443747","metadata":{"source_printing_ids":["0fd86fbf-eac2-456b-b4bb-437ff9be9b58"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM"],"rulings":[{"date":"2023-04-14","text":"Ichor Shade’s ability will check as your end step begins if an artifact or creature was put into a graveyard from the battlefield this turn. If none have, the ability won’t trigger at all."},{"date":"2023-04-14","text":"If a nontoken artifact or creature is put into a graveyard, it doesn’t matter what happens to the card afterward. Ichor Shade’s ability will count it even if the card has left the graveyard by the time the ability resolves."},{"date":"2023-04-14","text":"The ability will count any artifact or creature that was put into a graveyard, including tokens."}],"rarities":["common"]},"ichor wellspring":{"name":"Ichor Wellspring","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters or is put into a graveyard from the battlefield, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into a graveyard from the battlefield, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"5b5ef43b-13fd-4461-8d2d-18be65e9a790","metadata":{"source_printing_ids":["03c16dfb-7e7a-4372-a1e2-8eb06d890c5c","12402dc0-8eae-46e7-a09e-d06ea1670179","1a5313e8-b7d1-49c7-81de-4da99ba9733f","1ccdb407-ac8f-4736-89d3-ab0d086096ea","2d1ea522-a0f6-45a8-8985-6fcca95d60cc","2d40b353-2f12-4514-96f4-9ba6c6b420f6","537721ab-088f-4dbd-b984-67f68eaaf3cf","6ce84c30-5d59-4f0d-af44-96b993f3902f","7b35f405-b48a-4514-a1b4-379f3226e878","94de25aa-d29a-45c9-8c4d-1ac27eb6a914","e6815c12-95ba-44f2-9115-3504d4d0a097","eab0d19f-1df7-48a9-bd39-3d8c26ae7bb6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","BRC","BRR","C14","C16","C21","CM2","DDU","HA5","J21","MBS"],"rulings":[{"date":"2011-06-01","text":"The ability will trigger when Ichor Wellspring is put into a graveyard from the battlefield, even if the ability that triggered when it entered hasn't resolved yet."}],"rarities":["common","uncommon"]},"ichorid":{"name":"Ichorid","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Haste\nAt the beginning of the end step, sacrifice this creature.\nAt the beginning of your upkeep, if this card is in your graveyard, you may exile a black creature card other than this card from your graveyard. If you do, return this card to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Black"},{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if this card is in your graveyard, you may exile a black creature card other than this card from your graveyard. If you do, return this card to the battlefield.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"SourceInZone","zone":"Graveyard"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5261ba70-b641-461d-9d9f-fce17764ad67","metadata":{"source_printing_ids":["97431dca-54ca-47ef-ab00-943140e8e758","b974a739-2b86-4510-95b6-b85118fb438c","cd5bc1e4-eefb-4613-aa18-2bf2b9bdf415"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EMA","TOR","VMA"],"rulings":[{"date":"2016-06-08","text":"If multiple Ichorids are in your graveyard, you can't exile the same creature card to return each of them to the battlefield."},{"date":"2016-06-08","text":"If one Ichorid's ability exiles another, the exiled Ichorid's ability can't return it to the battlefield."}],"rarities":["rare"]},"ichorplate golem":{"name":"Ichorplate Golem","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Phyrexian","Golem"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control enters, if it has one or more oil counters on it, put an oil counter on it.\nCreatures you control with oil counters on them get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"oil","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control enters, if it has one or more oil counters on it, put an oil counter on it.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"oil"},"minimum":1},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"OfType","data":"oil"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with oil counters on them get +1/+1."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"2feca0cd-6bd3-4e19-8cfd-81d7bd1118ee","metadata":{"source_printing_ids":["e555abb1-ffd4-4143-9be8-ec8a758f5c2a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE"],"rulings":[{"date":"2023-02-04","text":"If a creature has at least one oil counter on it, it gets +1/+1 due to Ichorplate Golem's effect. It does not get any additional bonus for having more oil counters on it."},{"date":"2023-02-04","text":"The first ability will check to see if a creature has any oil counters on it at the moment it entered the battlefield. If it doesn't, the ability won't trigger at all. This means that if the creature doesn't enter the battlefield with oil counters on it, there isn't an opportunity to put oil counters on it after it has already entered to get Ichorplate Golem's first ability to trigger. If the ability does trigger, it will check again as it tries to resolve. If the creature has no oil counters on it at that time, the ability will do nothing."}],"rarities":["uncommon"]},"identity crisis":{"name":"Identity Crisis","mana_cost":{"type":"Cost","shards":["White","White","Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile all cards from target player's hand and graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":[],"controller":"TargetPlayer","properties":[{"type":"InAnyZone","zones":["Hand","Graveyard"]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Exile all cards from target player's hand and graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"0abe0584-d876-4827-972b-589da53dbe96","metadata":{"source_printing_ids":["930d0de1-39af-4b08-81a3-2cca8aae5d40"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ARB"],"rarities":["rare"]},"ignis scientia":{"name":"Ignis Scientia","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Advisor"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Ignis Scientia enters, look at the top six cards of your library. You may put a land card from among them onto the battlefield tapped. Put the rest on the bottom of your library in a random order.\nI've Come Up with a New Recipe! — {1}{G}{U}, {T}: Exile target card from a graveyard. If a creature card was exiled this way, create a Food token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green","Blue"],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"I've Come Up with a New Recipe! — {1}{G}{U}, {T}: Exile target card from a graveyard. If a creature card was exiled this way, create a Food token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":6},"destination":"Battlefield","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":false,"enter_tapped":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, look at the top six cards of your library. You may put a land card from among them onto the battlefield tapped. Put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"23320d55-80cb-4da3-a53c-8c75abdc8c8f","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["da17551b-098e-5199-a273-1d85aa31c2af"],"source_printing_ids":["2790a23d-00ff-47b7-badd-9dd68042bb99","ab4f9721-5b2c-4371-98a5-3f6714265e57"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"A Food token is an artifact token with \"{2}, {T}, Sacrifice this token: You gain 3 life.\""},{"date":"2025-06-06","text":"If the target card is an illegal target as Ignis Scientia's last ability resolves, it won't resolve and none of its effects will happen. You won't create a Food token even if the target card was a creature card."}],"rarities":["uncommon"]},"ilharg, the raze-boar":{"name":"Ilharg, the Raze-Boar","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Boar","God"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever Ilharg attacks, you may put a creature card from your hand onto the battlefield tapped and attacking. Return that creature to your hand at the beginning of the next end step.\nWhen Ilharg dies or is put into exile from the battlefield, you may put it into its owner's library third from the top.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":true},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may put a creature card from your hand onto the battlefield tapped and attacking. Return that creature to your hand at the beginning of the next end step.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"NthFromTop","n":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, you may put it into its owner's library third from the top.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"NthFromTop","n":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Exile","trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into exile from the battlefield, you may put it into its owner's library third from the top.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"8d571129-9030-47e0-9624-a49fb63e5a1b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["08377dd8-62d4-4d59-9d13-5ff98bcc8fee","3d397fc3-fd4e-45ad-ad40-0f8a585c15fd","659893e4-c774-4cb5-b8c3-4355f36d9629","ad3af587-d08d-4ae0-9599-390ade85c735","c0109b60-09aa-4a03-92e7-0c651d976d51","dd34273b-4029-4c9f-9f99-ce2c22001781"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PWAR","RVR","SLD","WAR"],"rulings":[{"date":"2019-05-03","text":"Although the new creature is attacking, it was never declared as an attacking creature (for the purposes of abilities that trigger whenever a creature attacks, for example, such as those of Trusted Pegasus and Makeshift Battalion)."},{"date":"2019-05-03","text":"If an effect exiles the God and immediately returns it to the battlefield, its last ability triggers but will have no effect. However, if an effect exiles it and would return it to the battlefield at a later time, the God's ability may return that card to its owner's library first. If it does, the effect that exiled it won't return it later."},{"date":"2019-05-03","text":"If one of these Gods dies and it's your commander, you may put it into the command zone before its ability puts it into your library. If you save your commander this way, it won't put it into your library. The same is true if it would be exiled."},{"date":"2019-05-03","text":"If one of these Gods leaves the graveyard or exile while its last ability is on the stack, it will remain in its new zone, even if that zone is a graveyard or exile."},{"date":"2019-05-03","text":"If the God's owner has two or fewer cards in their library, the God is put on the bottom of their library as its last ability resolves."},{"date":"2019-05-03","text":"If the new creature has an ability that triggers at the beginning of the end step, that ability will trigger and resolve even if the creature is returned to your hand during the end step before that ability resolves."},{"date":"2019-05-03","text":"If the new creature leaves the battlefield before the end step, most likely because it died in combat, that card remains in its current zone. It won't return to your hand."},{"date":"2019-05-03","text":"If you control another player's God when it dies, you decide whether to put that card into its owner's library."},{"date":"2019-05-03","text":"In a multiplayer game, if you put another player's God onto the battlefield under your control, it will be exiled as you leave the game. If you were still the controller of that God, you would control its triggered ability but you have left the game; that ability won't resolve and the card remains in exile. Similarly, if you lose the game at the same time that another player's God that you put onto the battlefield is destroyed, it remains in its owner's graveyard."},{"date":"2024-01-12","text":"You choose which player, planeswalker, or battle the new creature is attacking. It doesn't have to be attacking the same player, planeswalker, or battle that Ilharg is attacking."}],"rarities":["mythic"]},"illusion":{"name":"Illusion","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target spell or permanent becomes the color of your choice until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddChosenColor"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"the color of your choice"}],"duration":"Permanent","target":{"type":"Or","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"Target spell or permanent becomes the color of your choice until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"5af2689d-c45c-4d45-b6a9-f32e8410b336","metadata":{"source_printing_ids":["8e7dd90a-4f93-43aa-b503-18289fdd571e","ba6ea373-65ea-45a8-8fed-31c482ba8387","d1280bdf-c718-4fd2-8504-5dac3a7b5f9f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["APC","DMR","PLST"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["uncommon"]},"illusionist's bracers":{"name":"Illusionist's Bracers","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an ability of equipped creature is activated, if it isn't a mana ability, copy that ability. You may choose new targets for the copy.\nEquip {3}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an ability of equipped creature is activated, if it isn't a mana ability, copy that ability. You may choose new targets for the copy.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"1d1d78af-7982-419d-b9be-2bf4c149d97d","metadata":{"source_printing_ids":["8404fb04-4fe2-454b-b607-d0576c8be1ff","9dd8d940-a973-4469-bf78-90318d98f3ab","cc06cf32-5d66-4772-845d-ff7649396092","f5a08d47-fe06-4040-89f9-27dccad7c275","f8bffa22-b022-4bed-9fbc-68df139975c4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["GTC","PLST","RVR"],"rulings":[{"date":"2013-01-24","text":"An activated ability is written in the form \"Cost: Effect.\""},{"date":"2013-01-24","text":"If Illusionist's Bracers somehow becomes equipped to a creature an opponent controls, and an activated ability (that isn't a mana ability) of that creature is activated, you will control the copy of that ability."},{"date":"2013-01-24","text":"If the ability has {X} in its cost, the value of X is copied."},{"date":"2013-01-24","text":"If the ability is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode. You can't choose a different one."},{"date":"2013-01-24","text":"If the cost of an activated ability requires Illusionist's Bracers or the equipped creature to be sacrificed, the ability won't be copied. At the time the ability is considered activated (after all costs are paid), Illusionist's Bracers is no longer equipped to that creature."},{"date":"2013-01-24","text":"The copy will have the same targets as the ability it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2013-04-15","text":"A mana ability is an ability that (1) isn't a loyalty ability, (2) doesn't target, and (3) could add mana when it resolves."}],"rarities":["rare"]},"immoral bargain":{"name":"Immoral Bargain","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice X creatures.\nDestroy X target nonland permanents.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy X target nonland permanents.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"max":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"c82cc78b-ffd6-4f72-881d-85913830feb2","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":4294967295}},"metadata":{"source_printing_ids":["9d475a98-4561-4cbc-bd60-c3bfc33725be","fc01f092-80fb-4643-8ada-c2e5aeb68658"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOC"],"rarities":["rare"]},"impostor syndrome":{"name":"Impostor Syndrome","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a nontoken creature you control deals combat damage to a player, create a token that's a copy of it, except it isn't legendary.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"RemoveSupertype","supertype":"Legendary"}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"description":"Whenever a nontoken creature you control deals combat damage to a player, create a token that's a copy of it, except it isn't legendary.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7be47440-b627-411e-a28f-d5a92e5e2fb7","metadata":{"related_token_ids":["36a983ad-a481-5048-a1fc-994155b7b683"],"source_printing_ids":["08da9f92-0e25-4f39-aaa4-d8974af81a41","72341b76-c3bb-4c39-80d9-f4747d139375","eeef16f4-5bf4-4eea-9891-84b87d1d396c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","PSPM","SPM"],"rulings":[{"date":"2025-09-19","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"as [this creature] enters\" or \"[this creature] enters with\" abilities of the creature will also work."},{"date":"2025-09-19","text":"Except for not being legendary, the token copies exactly what was printed on the original creature and nothing else (unless that permanent is itself copying something else; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2025-09-19","text":"If something becomes a copy of the token, the copy also isn't legendary."},{"date":"2025-09-19","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2025-09-19","text":"If the copied creature is copying something else, then the token enters as whatever that creature copied, with the listed exceptions."}],"rarities":["mythic"]},"inalla, archmage ritualist":{"name":"Inalla, Archmage Ritualist","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Eminence — Whenever another nontoken Wizard you control enters, if Inalla is in the command zone or on the battlefield, you may pay {1}. If you do, create a token that's a copy of that Wizard. The token gains haste. Exile it at the beginning of the next end step.\nTap five untapped Wizards you control: Target player loses 7 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":7},"target":{"type":"Player"}},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":5},"filter":{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Tap five untapped Wizards you control: Target player loses 7 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The token gains haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Command","Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken Wizard you control enters, if ~ is in the command zone or on the battlefield, you may pay {1}. If you do, create a token that's a copy of that Wizard. The token gains haste. Exile it at the beginning of the next end step.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"SourceInZone","zone":"Command"},{"type":"SourceInZone","zone":"Battlefield"}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"21bdba6e-3f9d-4ead-8212-0cbb0ce7f8cc","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0502c627-9f63-5b1e-b7ba-1809eefc0580","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["5887d320-2c65-4295-bd6e-9e49eb1bc2e6","6e28fbc7-b74b-4828-a0e9-08e98cdb5a92","786a3daa-41a6-4cf3-97bc-c59e1c7cd674","7c6e803a-451c-4aa6-97a2-400077f32c47"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C17","FCA","OC17","PZ2","SLD"],"rulings":[{"date":"2017-08-25","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"As [this creature] enters the battlefield\" or \"[This creature] enters the battlefield with\" abilities of the copied creature will also work."},{"date":"2017-08-25","text":"If Inalla enters the battlefield at the same time as other Wizards you control, its ability will trigger for each of those other Wizards."},{"date":"2017-08-25","text":"If a copied creature is legendary, any triggered abilities it has will trigger if appropriate before the \"legend rule\" causes one of those legendary creatures to be put into its owner's graveyard. Those abilities will be put on the stack after the \"legend rule\" is applied."},{"date":"2017-08-25","text":"If the copied creature had {X} in its mana cost, X is 0."},{"date":"2017-08-25","text":"If the copied creature was copying something else, the token enters the battlefield as whatever that permanent was copying."},{"date":"2017-08-25","text":"If the creature that caused Inalla's ability to trigger has already left the battlefield by the time the ability resolves, you can still pay {1}. If you do, you'll create a token with the copiable values of the characteristics of that creature as it last existed on the battlefield."},{"date":"2017-08-25","text":"Notably, if your commander is on the battlefield and its eminence ability triggers, but it's put into the command zone before that ability resolves, that ability won't do anything as it resolves. This is because an object that changes zones is considered a new object."},{"date":"2017-08-25","text":"The token copies exactly what was printed on the creature and nothing else (unless that creature was copying something else; see below). It doesn't copy whether that creature was tapped or untapped, whether it had any counters on it or Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on."},{"date":"2017-08-25","text":"This commander's eminence ability is a triggered ability. The commander must be on the battlefield or in the command zone as the trigger event occurs and also as the triggered ability resolves. If the commander is in an appropriate zone as the trigger event occurs but leaves that zone, the ability won't do anything as it resolves."},{"date":"2017-08-25","text":"To activate Inalla's last ability, you may tap any untapped Wizards you control, including ones you haven't controlled continuously since the beginning of your most recent turn, such as Inalla itself. (Note that tapping the creature doesn't use {T} [the tap symbol].)"},{"date":"2017-08-25","text":"You can pay {1} only once each time Inalla's first ability resolves. You can't pay more to get more than one token."}],"rarities":["rare","mythic"]},"inchblade companion":{"name":"Inchblade Companion","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Equipment","Insect"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1.\nWhenever Inchblade Companion becomes attached to a creature, create a token that's a copy of Inchblade Companion, except it doesn't have this ability. This ability triggers only once each turn.\nReconfigure {2} ({2}: Attach to target creature you control; or unattach from a creature. Reconfigure only as a sorcery. While attached, this isn't a creature.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Reconfigure":{"type":"Cost","shards":[],"generic":2}}],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"UnattachAll","attachment":{"type":"SelfRef"},"target":{"type":"Any"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"SourceAttachedTo","required_type":"Creature"}}},{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attached","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes attached to a creature, create a token that's a copy of ~, except it doesn't have this ability. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"SourceAttachedToCreature"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 702.151b + CR 613.1d: a reconfigure Equipment stops being a creature while attached to a creature (Layer 4 type removal)."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d0ba1cd8-f81f-47a5-bcdc-4af918bfabfa","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YNEO"]},"increasing vengeance":{"name":"Increasing Vengeance","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Copy target instant or sorcery spell you control. If this spell was cast from a graveyard, copy that spell twice instead. You may choose new targets for the copies.\nFlashback {3}{R}{R} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Red","Red"],"generic":3}}}],"abilities":[{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]}]}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CastFromZone","zone":"Graveyard"}},"optional_targeting":false,"optional":false,"repeat_for":{"type":"Fixed","value":2},"forward_result":false},"duration":null,"description":"Copy target instant or sorcery spell you control. If this spell was cast from a graveyard, copy that spell twice instead. You may choose new targets for the copies.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a5ca7bd9-0964-405f-adb9-7c27153595e6","metadata":{"source_printing_ids":["2a362d78-76a1-4dbc-80cc-0360e98ba280","6ef32c03-14f5-4ee2-af3a-4cbee45cd152","d13afe4a-4a3d-42ae-ac0a-b789364c7e7e","d4867546-a609-4958-a48e-522fb9258faf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","DKA","STA"],"rulings":[{"date":"2011-01-22","text":"Each of the copies will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal). If there are two copies, you may change the targets of each of them to different legal targets."},{"date":"2011-01-22","text":"If the spell Increasing Vengeance copies has an X whose value was determined as it was cast (like Earthquake does), the copy has the same value of X."},{"date":"2011-01-22","text":"If the spell Increasing Vengeance copies is modal (that is, it says “Choose one —” or the like), the copies will have the same mode(s). You can't choose different ones."},{"date":"2011-01-22","text":"Increasing Vengeance can target (and copy) any instant or sorcery spell you control, not just one with targets."},{"date":"2011-01-22","text":"When Increasing Vengeance resolves, it creates one or two copies of a spell. You control each of the copies. Those copies are created on the stack, so they're not “cast.” Abilities that trigger when a player casts a spell won't trigger. The copies will then resolve like normal spells, after players get a chance to cast spells and activate abilities."},{"date":"2011-01-22","text":"You can't choose to pay any additional costs for the copies. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copies too. For example, if you sacrifice a 3/3 creature to cast Fling and then copy it with Increasing Vengeance, the copies of Fling will also deal 3 damage to its target."},{"date":"2021-03-19","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-03-19","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-03-19","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-03-19","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."},{"date":"2021-03-19","text":"“Flashback [cost]” means “You may cast this card from your graveyard by paying [cost] rather than paying its mana cost” and “If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.”"}],"rarities":["rare","mythic"]},"incremental growth":{"name":"Incremental Growth","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put a +1/+1 counter on target creature, two +1/+1 counters on another target creature, and three +1/+1 counters on a third target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put a +1/+1 counter on target creature, two +1/+1 counters on another target creature, and three +1/+1 counters on a third target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"802ff367-e52e-4f79-aa0f-96c45fe477a0","metadata":{"source_printing_ids":["356793ec-3285-4bda-9b8e-23bf2d60f124","3c49f1bc-348d-4413-999d-0391e63234f8","b1fde3ae-42a8-4471-b3c0-d046c53ca5e2","bcc7d833-f71b-4ec4-aad1-07b7583bad64","ca3528ed-e1a1-4020-acba-c079484de0ba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","KTK","LRW","MMA","PLST","W16"],"rulings":[{"date":"2014-09-20","text":"If some of the creatures are illegal targets as Incremental Growth tries to resolve, the remaining legal targets still get the appropriate number of +1/+1 counters. If all targets are illegal, Incremental Growth doesn’t resolve."},{"date":"2014-09-20","text":"You must choose three different targets in order to cast Incremental Growth. You decide how many +1/+1 counters each creature will get as part of casting the spell."}],"rarities":["uncommon"]},"inevitable betrayal":{"name":"Inevitable Betrayal","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Suspend 3—{1}{U}{U} (Rather than cast this card from your hand, pay {1}{U}{U} and exile it with three time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)\nSearch target opponent's library for a creature card and put that card onto the battlefield under your control. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":3,"cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1}}}],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search target opponent's library for a creature card and put that card onto the battlefield under your control. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue"],"color_identity":["Blue"],"scryfall_oracle_id":"aa5e9269-b1db-4bf0-a548-24f999f60e44","metadata":{"source_printing_ids":["28c015a6-dc4c-49f6-8d39-4c7b598e5a61","71725895-38cd-4017-bbf0-0b7dc9b5db60","9efc8ce5-d9b3-4808-8297-f9a0a4db79c1","adb9a0f9-0af6-42ac-9e42-f315f4882939"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH2","PMH2","PRM","SLD"],"rulings":[{"date":"2021-06-18","text":"You may fail to find a creature card in your opponent's library. This may be because they don't have any creature cards, or it may be because you simply don't like any of the creature cards they do have."},{"date":"2024-02-02","text":"A card with no mana cost can't be cast normally; you'll need a way to cast it for an alternative cost or without paying its mana cost, such as by suspending it."},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If a card with no mana cost is given an alternative cost equal to its mana cost (by Snapcaster Mage, for example), that cost cannot be paid and the card cannot be cast this way."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare"]},"inferno hellion":{"name":"Inferno Hellion","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Hellion"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trample (This creature can deal excess combat damage to the player or planeswalker it's attacking.)\nAt the beginning of each end step, if this creature attacked or blocked this turn, its owner shuffles it into their library.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if ~ attacked or blocked this turn, its owner shuffles it into their library.","constraint":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedOrBlockedThisTurn"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"68c88a4c-8c2b-4e6f-b835-7e269eb073c8","metadata":{"source_printing_ids":["6c59a4db-5806-40da-8752-cec05af6bf51","9cd11004-5b8f-4c71-bde0-eb75eed869b0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["JMP","M19"],"rulings":[{"date":"2018-07-13","text":"Inferno Hellion’s owner shuffles it into their library only if it’s on the battlefield as its last ability resolves."}],"rarities":["uncommon"]},"inferno titan":{"name":"Inferno Titan","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"{R}: This creature gets +1/+0 until end of turn.\nWhenever this creature enters or attacks, it deals 3 damage divided as you choose among one, two, or three targets.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: ~ gets +1/+0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":3}},"distribute":{"type":"Damage"},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, it deals 3 damage divided as you choose among one, two, or three targets.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0ce47c8b-1e1f-463f-94f0-35ca00be89e6","metadata":{"source_printing_ids":["116eafca-668b-4864-bb7b-9d615c93c059","42d8d2ae-d1d8-4ddb-bf3c-4ea48667b200","5b99f2f2-7000-401a-9201-b604238baf7a","9ee80c14-5857-4752-b958-a51cf6706c96","a31adaa1-6211-4bd3-9705-6dead01597d0","bce726fa-cf09-4709-89f9-31f954620449","be293048-1df6-4df4-869c-b3b19534b35b","c8cc9161-2722-4a11-8b3e-d30492072d31","db61b57c-b870-41af-87b7-037ec52fe063","e04c24cb-3c3b-4a35-9694-db512bf394fa","f1e4a028-6462-4373-9864-a8adfc78d52b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","C13","C15","CM2","CMM","E01","HA7","LTC","M11","M12","NCC","PDP12","PRM","SLD"],"rulings":[{"date":"2010-08-15","text":"You divide the damage as you put Inferno Titan's triggered ability on the stack, not as it resolves. Each target must be assigned at least 1 damage. (In other words, as you put the ability on the stack, you choose whether to have it deal 3 damage to a single target, 2 damage to one target and 1 damage to another target, or 1 damage to each of three targets.)"}],"rarities":["rare","mythic"]},"infesting radroach":{"name":"Infesting Radroach","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect","Mutant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nThis creature can't block.\nWhenever this creature deals combat damage to a player, they get that many rad counters.\nWhenever an opponent mills a nonland card, if this creature is in your graveyard, you may return it to your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"get","description":"get that many rad counters"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, they get that many rad counters.","constraint":null,"condition":null,"batched":false},{"mode":"Milled","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"TriggeringSource"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent mills a nonland card, if ~ is in your graveyard, you may return it to your hand.","constraint":null,"condition":{"type":"SourceInZone","zone":"Graveyard"},"batched":false}],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"064f371c-e4f2-423b-9f35-443191dfbb4c","metadata":{"source_printing_ids":["5b51b691-e226-44c9-b7cb-26f19c060597","b18a4355-5645-4af3-a16a-7fe49d0d5aab"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"Any effects (such as proliferate) that interact with counters a player gets, has, or loses can interact with rad counters."},{"date":"2024-03-08","text":"If Infesting Radroach is milled at the same time an opponent mills a nonland card (for example, because of the activated ability of Raul, Trouble Shooter), Infesting Radroach's ability will trigger."},{"date":"2024-03-08","text":"If a player has fewer cards remaining in their library than the number of rad counters they have when the triggered ability resolves, they'll mill as many cards as they can."},{"date":"2024-03-08","text":"In a game using the shared team turns option, such as an Archenemy or Two-Headed Giant game, the inherent triggered ability associated with rad counters triggers once for each player on the active team that has rad counters. Each instance of that ability is controlled by one of those players."},{"date":"2024-03-08","text":"Keep track of how many rad counters each player has. Potential ways to track this include writing them down on paper or using dice, but any method that is clear and mutually agreeable is fine."},{"date":"2024-03-08","text":"Rad counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-03-08","text":"Rad counters don't go away as steps, phases, or turns end. They only go away when an effect instructs a player to remove rad counters from themselves."},{"date":"2024-03-08","text":"The cards are milled all at once, which means abilities that trigger \"whenever one or more nonland cards are milled\" will trigger exactly once as long as at least one nonland card was milled."},{"date":"2024-03-08","text":"There is an inherent triggered ability associated with having rad counters. This triggered ability has no source and is controlled by the active player. The full text of this ability is \"At the beginning of the precombat main phase of a player with rad counters, that player mills cards equal to the number of rad counters they have. For each nonland card milled this way, that player loses 1 life and removes one rad counter from themselves.\""}],"rarities":["uncommon"]},"infinite guideline station":{"name":"Infinite Guideline Station","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":15},"loyalty":null,"defense":null,"oracle_text":"When Infinite Guideline Station enters, create a tapped 2/2 colorless Robot artifact creature token for each multicolored permanent you control.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 12+.)\n12+ | Flying\nWhenever Infinite Guideline Station attacks, draw a card for each multicolored permanent you control.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"ColorCount","comparator":"GE","count":2}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, draw a card for each multicolored permanent you control.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Robot","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Artifact","Creature","Robot"],"colors":[],"keywords":[],"tapped":true,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"ColorCount","comparator":"GE","count":2}]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a tapped 2/2 colorless Robot artifact creature token for each multicolored permanent you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"12+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":7},{"type":"SetToughness","value":15}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 12+"}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"cda39514-86c9-483e-8d95-fd08138ce33a","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["100c8870-61aa-5c98-af92-dd7fbc63ce35"],"source_printing_ids":["334654be-c433-43b6-bf33-8ba040c3c3a8","5688894a-bbec-476b-ae2e-94000be258d0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"inner sanctum":{"name":"Inner Sanctum","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cumulative upkeep—Pay 2 life. (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nPrevent all damage that would be dealt to creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":[{"CumulativeUpkeep":{"type":"PayLife","amount":{"type":"Fixed","value":2}}}],"abilities":[],"triggers":[{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"PayLife","amount":{"type":"Fixed","value":2}}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Prevent all damage that would be dealt to creatures you control.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2ae36d31-08b7-481a-bfa1-a5c65921dee0","metadata":{"source_printing_ids":["2298faae-370e-4b87-bf32-d20c2282a928"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["WTH"],"rarities":["rare"]},"inquisitive glimmer":{"name":"Inquisitive Glimmer","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Fox","Glimmer"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Enchantment spells you cast cost {1} less to cast.\nUnlock costs you pay cost {1} less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchantment spells you cast cost {1} less to cast."},{"mode":{"ReduceActionCost":{"action":"UnlockDoor","mode":"Reduce","amount":1}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Unlock costs you pay cost {1} less."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"4abb227a-534e-4300-9009-065a10f10e8a","metadata":{"source_printing_ids":["e8cc1465-ee00-40f4-aaa9-02f0465beb88","f1f66e3e-9f1f-4601-aa30-30b66805a5a8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"The cost reduction from Inquisitive Glimmer's first ability applies only to generic mana in the total cost of enchantment spells you cast. Similarly, the cost reduction from its second ability applies only to generic mana in the unlock costs of Rooms you control. (In other words, it's impossible for these abilities to combine to make anything cost {2} less.)"},{"date":"2024-09-20","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a flashback cost), add any cost increases (such as kicker costs), then apply any cost reductions (such as that of this ability). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["uncommon"]},"insectile aberration":{"name":"Insectile Aberration","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Insect"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue"],"color_identity":["Blue"],"scryfall_oracle_id":"edd531b9-f615-4399-8c8c-1c5e18c4acbf","metadata":{"source_printing_ids":["11bf83bb-c95b-4b4f-9a56-ce7a1816307a","6904ea20-e504-47da-95a0-08739fdde260","871c4ccc-5a14-4583-b4c7-6f2d2aeb8253","888fbfaf-dbf9-4045-a79e-d436ef75b3cf","a808459c-f086-4cb6-a53e-4b9e196c1000","a992bbe3-c389-4a4a-927b-dfc01a4cd9be","abff6c81-65a4-48fa-ba8f-580f87b0344a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","INR","ISD","MID","SLD","V17"],"rarities":["common","uncommon","rare"]},"insidious roots":{"name":"Insidious Roots","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creature tokens you control have \"{T}: Add one mana of any color.\"\nWhenever one or more creature cards leave your graveyard, create a 0/1 green Plant creature token, then put a +1/+1 counter on each Plant you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"Token","name":"Plant","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Plant"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[{"Subtype":"Plant"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more creature cards leave your graveyard, create a 0/1 green Plant creature token, then put a +1/+1 counter on each Plant you control.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Token"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{t}: add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature tokens you control have \"{T}: Add one mana of any color.\""}],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"d75b2b8e-05c9-47da-b359-a867256d78ea","metadata":{"related_token_ids":["eb7bf20b-ea05-5471-8ba9-e9c3b3bb77b7"],"source_printing_ids":["0bb91a22-2040-4a37-85f8-5f22de8c5907","61c9e0ae-38c0-4618-b664-16a9ad1661c1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"If multiple creature cards leave your graveyard at the same time, Insidious Roots's last ability will trigger only once."},{"date":"2024-02-02","text":"In the rare case where Insidious Roots is a creature token, it will grant itself the ability \"{T}: Add one mana of any color.\""}],"rarities":["uncommon"]},"inspiration":{"name":"Inspiration","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player draws two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":"Target player draws two cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8f32ceb2-92c2-4dde-bf73-40bb79c3fcef","metadata":{"source_printing_ids":["1374df24-bcff-45eb-a2fd-2f39439c9e6a","38f806fa-11b7-43e1-a8dc-9a94a786f76b","494dd66f-44af-4a10-94bb-9447af645512","5247d0b0-660e-4f27-8e76-62effbe12221","8b38c335-5a85-4d39-8d58-2b284758de53","be039716-30fc-4f84-8f84-6019065560e4","e3cf9dc0-0a12-459c-88e2-97ed94653058"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","vintage":"legal"},"printings":["6ED","7ED","8ED","RTR","VIS","W17"],"rarities":["common"]},"inspirit, flagship vessel":{"name":"Inspirit, Flagship Vessel","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n1+ | At the beginning of combat on your turn, put your choice of a +1/+1 counter or two charge counters on up to one other target artifact.\n8+ | Flying\nOther artifacts you control have hexproof and indestructible.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a +1/+1 counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put two charge counters","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"put your choice of counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put your choice of a +1/+1 counter or two charge counters on up to one other target artifact.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":1},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"artifacts you control have hexproof and indestructible."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":5},{"type":"SetToughness","value":5}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"554df866-3dbb-4811-8573-6033481591aa","is_commander":true,"metadata":{"source_printing_ids":["46900ec7-eb18-45c4-8e90-a48b665cfdee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC"],"rarities":["mythic"]},"intangible virtue":{"name":"Intangible Virtue","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creature tokens you control get +1/+1 and have vigilance.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Token"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature tokens you control get +1/+1 and have vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d21c3c8f-d105-4ba9-bf69-e5f26f0f8ec5","metadata":{"source_printing_ids":["010bd0f4-994c-4793-99b3-f64f6f87fe67","0dd21f5e-d284-4072-87b9-7f0e6140fe60","267f9f64-c67c-499d-8c39-bb4849980942","47ccaac5-ca40-44de-9db2-13649c8e5722","4b5d48dc-2efd-4716-a82b-93a26a68e506","535764b9-67b2-4123-a4be-2aa72fcd8a33","716d82a1-fb5d-4607-b1fa-e8e9edd4dd77","7a1572f1-7333-4526-b311-5b0bfe37c053","7d251846-7aa5-4318-a96b-fbd9daf691f9","805c99f1-ab4d-4072-a8b7-7e2818adbc97","9394fad6-af1b-4006-93f4-d154eb3435dd","9b4fa549-5eab-42df-b6a8-dd042d598191","a6fb8bdc-5de0-4d08-9bf4-05028b7bddca","b08f5d19-55ec-4cb9-b836-4d432cd9da33","bb1bc2f9-d02a-4515-aa07-fcf98a3d194d","edfa180a-772d-4d4a-9c1b-22b3cf18e2b0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","CMM","CMR","CNS","EMA","HA5","INR","ISD","MD1","MM3","NCC","ONC","PIP","PLST","TSR","WOT"],"rarities":["uncommon","special"]},"inti, seneschal of the sun":{"name":"Inti, Seneschal of the Sun","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you attack, you may discard a card. When you do, put a +1/+1 counter on target attacking creature. It gains trample until end of turn.\nWhenever you discard one or more cards, exile the top card of your library. You may play that card until your next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, you may discard a card. When you do, put a +1/+1 counter on target attacking creature. It gains trample until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"DiscardedAll","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you discard one or more cards, exile the top card of your library. You may play that card until your next end step.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"176f5ba8-6e7b-4234-a298-b6164f51656f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0548ddb6-5301-4911-93fd-bb988275f44a","fa7a55aa-ae61-4933-b7a4-dcc55dac6fcd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI","PWCS"],"rulings":[{"date":"2023-11-10","text":"You don't choose a target for Inti, Seneschal of the Sun's first ability at the time it triggers. Rather, a second \"reflexive\" ability triggers when you discard a card this way. You choose targets for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."},{"date":"2023-11-10","text":"You pay all costs and follow all normal timing rules for cards played due to the last ability. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"intimidation tactics":{"name":"Intimidation Tactics","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target opponent reveals their hand. You choose an artifact or creature card from it. Exile that card.\nCycling {3} ({3}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":3}}}],"abilities":[{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"card_filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target opponent reveals their hand. You choose an artifact or creature card from it. Exile that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"121bd1af-da21-4937-a911-377c5b430796","metadata":{"source_printing_ids":["9b4e6022-44d2-4dfe-8f7a-51581e298f23"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"intrepid ace":{"name":"Intrepid Ace","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Pilot"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature gets +2/+0 as long as it isn't attacking or blocking.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0}],"condition":{"type":"Not","condition":{"type":"Or","conditions":[{"type":"SourceIsAttacking"},{"type":"SourceIsBlocking"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +2/+0 as long as it isn't attacking or blocking."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"cb8889c8-8ee3-4e27-9f47-ad1021ff61bb","metadata":{"source_printing_ids":["dead141b-ed26-4d20-9c2b-788fb6ecc74d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["uncommon"]},"introductions are in order":{"name":"Introductions Are in Order","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Scheme"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you set this scheme in motion, choose one —\n• Search your library for a creature card, reveal it, put it into your hand, then shuffle.\n• You may put a creature card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SetInMotion","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Search your library for a creature card, reveal it, put it into your hand, then shuffle.","You may put a creature card from your hand onto the battlefield."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you set this scheme in motion","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"bb717898-c4eb-454d-a9a3-3651fefab21f","legalities":{},"printings":["OARC"],"rulings":[{"date":"2010-06-15","text":"You choose this ability’s mode as you put it on the stack."}]},"intruder alarm":{"name":"Intruder Alarm","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures don't untap during their controllers' untap steps.\nWhenever a creature enters, untap all creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature enters, untap all creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantUntap","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures don't untap during their controllers' untap steps."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1e943e04-e213-4781-b1a7-935aad8790e1","metadata":{"source_printing_ids":["0c7eafcf-49aa-4134-b2d8-d9804160bcca","0ef9c823-3810-4e1f-8bb4-aba59e29c111","1a9ffa2e-ff31-4d42-a47e-ace1b1e68143","50093179-2369-49db-a66d-ce3225363f5d","7e55f653-0952-4713-8d43-ca50acff9e3b","8d62468e-ed9d-4932-bbbd-103b33b98b25","9ab1290f-7ce7-4065-bad2-ddcedece528b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["8ED","PLST","SLD","STH","TLE","WOT"],"rulings":[{"date":"2023-09-01","text":"If multiple creatures enter the battlefield at one time, this ability triggers once for each of those creatures."}],"rarities":["rare","mythic"]},"inviolability":{"name":"Inviolability","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nPrevent all damage that would be dealt to enchanted creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"description":"Prevent all damage that would be dealt to enchanted creature.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3f336198-2425-447a-88b4-9be21ef7e90a","metadata":{"source_printing_ids":["9ece8504-389a-43e3-b178-7067722c4b75"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ"],"rarities":["common"]},"invisible stalker":{"name":"Invisible Stalker","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Hexproof (This creature can't be the target of spells or abilities your opponents control.)\nThis creature can't be blocked.","non_ability_text":null,"flavor_name":null,"keywords":["Hexproof"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1a137a67-4156-45c8-aae9-838f688e12bd","metadata":{"source_printing_ids":["0013620d-8e17-4246-86bf-71eafd51b806","14d265aa-c1d8-4faa-b282-5c273ab725fd","965cd5d9-4216-486f-9fa0-7e821327b5e8","eb9dbad5-7df6-4f78-b809-d6043bf15d4b","f0b2a762-486a-474b-8abc-6a10fced63f5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["ISD","PLST","SIS","ZNC"],"rarities":["uncommon"]},"invoke calamity":{"name":"Invoke Calamity","mana_cost":{"type":"Cost","shards":["Red","Red","Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast up to two instant and/or sorcery spells with total mana value 6 or less from your graveyard and/or hand without paying their mana costs. If those spells would be put into your graveyard, exile them instead. Exile Invoke Calamity.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"FreeCastFromZones","count":2,"max_total_mv":6,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"zones":["Graveyard","Hand"],"exile_instead_of_graveyard":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"You may cast up to two instant and/or sorcery spells with total mana value 6 or less from your graveyard and/or hand without paying their mana costs. If those spells would be put into your graveyard, exile them instead. Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_constraints":[{"type":"TotalManaValue","comparator":"LE","value":{"type":"Fixed","value":6}}],"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5b3f041e-ad4a-47ea-bdc4-1be2353f2e18","parse_warnings":[{"type":"SwallowedClause","detector":"Optional_YouMay","description":"You may cast up to two instant and/or sorcery spells with total mana value 6 or less from your graveyard and/or hand without paying their ma","line_index":0},{"type":"SwallowedClause","detector":"Condition_If","description":"You may cast up to two instant and/or sorcery spells with total mana value 6 or less from your graveyard and/or hand without paying their ma","line_index":0}],"metadata":{"source_printing_ids":["12af2504-ff1c-4361-a428-be9d1d35899f","99ff8eec-5510-4c57-91c1-ec380fdd7f8e","fe666c86-6734-4c47-9244-bcd26b54068d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"If the spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2022-02-18","text":"If you cast a spell without paying its mana cost, you can't choose to cast it for any alternative costs. You can, however, pay any additional costs. If the spell has any mandatory additional costs, you must pay those."},{"date":"2022-02-18","text":"Invoke Calamity looks for the mana values and types of the spells on the stack, not the mana values and types of the cards in your graveyard. Notably, this means that you may cast the back face of a modal double-faced card or either face of a split card as long as the spells you are casting are either instants or sorceries and together have a total mana value of 6 or less."},{"date":"2022-02-18","text":"The spells are cast one after the other during the resolution of Invoke Calamity. The one you cast second will be the first one to resolve."}],"rarities":["rare"]},"iona, shield of emeria":{"name":"Iona, Shield of Emeria","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs Iona enters, choose a color.\nYour opponents can't cast spells of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantBeCast":{"who":"Opponents"}},"affected":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"IsChosenColor"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your opponents can't cast spells of the chosen color."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5e816472-561d-43d1-ad28-80a829e2a91a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6197b59e-1652-496c-a038-e2eb88ecf017","62458cfe-7231-4e09-b398-9c4d9330d08e","e70bac07-b011-4c30-a29e-1852b23a3ed6"]},"legalities":{"brawl":"banned","commander":"banned","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA4","MB2","MM2","V15","ZEN"],"rulings":[{"date":"2009-10-01","text":"Iona's third ability includes permanent spells (artifacts, creatures, enchantments, and planeswalkers), not just instant and sorcery spells. It does not include lands or abilities (such as cycling or unearth)."},{"date":"2009-10-01","text":"Once the color is chosen, it's too late for opponents to respond by casting spells of that color. Iona is not yet in the battlefield at the time the color is chosen, so, for example, there's no way for an opponent to destroy it by casting Doom Blade if the chosen color is black."}],"rarities":["mythic"]},"iridescent vinelasher":{"name":"Iridescent Vinelasher","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Assassin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Offspring {2} (You may pay an additional {2} as you cast this spell. If you do, when this creature enters, create a 1/1 token copy of it.)\nLandfall — Whenever a land you control enters, this creature deals 1 damage to target opponent.","non_ability_text":null,"flavor_name":null,"keywords":[{"Offspring":{"type":"Cost","shards":[],"generic":2}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever a land you control enters, ~ deals 1 damage to target opponent.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":1}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.175a + CR 702.175b: When this permanent enters, if its offspring cost was paid, create a token that's a copy of it, except it's 1/1.","constraint":null,"condition":{"type":"AdditionalCostPaid","origin":"Offspring","origin_ordinal":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4f8c4927-46c2-4c18-b5af-c6288dbaff6d","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}}}},"metadata":{"related_token_ids":["c39bbf40-9bf9-5400-8be3-0fb961f0a643"],"source_printing_ids":["859e34b4-6762-465f-a5c7-24e42e112fbe","b2bc854c-4e72-48e0-a098-e3451d6e511d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Any \"enters\" abilities of the copied creature will trigger when the token enters. Any \"as [this creature] enters\" or \"[this creature] enters with\" abilities of the copied creature will also work."},{"date":"2024-07-26","text":"If the spell is countered, the offspring ability will not trigger, and no token will be created."},{"date":"2024-07-26","text":"If the spell resolves but the creature with offspring leaves the battlefield before the offspring ability resolves, you'll still create a token copy of it."},{"date":"2024-07-26","text":"In the rare case where the creature doesn't have the offspring ability when it enters, the ability won't trigger even if you paid the offspring cost."},{"date":"2024-07-26","text":"In the rare case where the original creature is copying something else when the offspring ability resolves, the token enters as whatever that creature copied, except it's a 1/1."},{"date":"2024-07-26","text":"Many creatures with offspring abilities have other abilities that refer to them as \"this creature\" rather than referring to them by name. This difference is for clarity purposes and does not change the function of any of these abilities."},{"date":"2024-07-26","text":"The token copies exactly what was printed on the original creature and nothing else, except it's a 1/1 (unless that creature is copying something else; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its types, color, or so on."},{"date":"2024-07-26","text":"The token created by the offspring ability isn't \"cast\", so abilities that trigger when a creature spell is cast won't trigger for the copy."},{"date":"2024-07-26","text":"You can pay an offspring cost only once as you cast a spell with offspring. You can't try to pay it multiple times to get more token copies."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["rare"]},"irma, part-time mutant":{"name":"Irma, Part-Time Mutant","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Mutant","Shapeshifter"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, Irma becomes a copy of up to one other target creature you control, except her name is Irma, Part-Time Mutant and she has this ability. Then put a +1/+1 counter on her.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"duration":"Permanent","additional_modifications":[{"type":"SetName","name":"Irma, Part-Time Mutant"},{"type":"RetainPrintedTriggerFromSource","source_trigger_index":0}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, ~ becomes a copy of up to one other target creature you control, except her name is ~ and she has this ability. Then put a +1/+1 counter on her.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"deda54da-4fcc-4da3-9337-7768a2db3283","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["c3128529-4ccd-4809-8388-03f7faa0eabe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TMC"],"rulings":[{"date":"2026-01-27","text":"Because Irma isn't entering the battlefield when she becomes a copy of another creature, any \"When [this creature] enters\" or \"[This creature] enters with\" abilities of the copied creature won't apply."},{"date":"2026-01-27","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2026-01-27","text":"If the copied creature is copying something else, then Irma becomes a copy of whatever that creature copied (with the listed exceptions)."},{"date":"2026-01-27","text":"Irma copies exactly what was printed on the original creature and nothing else, with the listed exceptions (unless that creature is copying something else; see below). She doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, and so on."},{"date":"2026-01-27","text":"You don't have to choose a target for Irma's ability. However, if you do and the target creature is an illegal target as Irma's ability tries to resolve, it won't resolve and none of its effects will happen. Irma won't become a copy of anything else, and you won't put a +1/+1 counter on her."}],"rarities":["rare"]},"iroh, grand lotus":{"name":"Iroh, Grand Lotus","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble","Ally"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Firebending 2\nDuring your turn, each non-Lesson instant and sorcery card in your graveyard has flashback. The flashback cost is equal to that card's mana cost. (You may cast a card from your graveyard for its flashback cost. Then exile it.)\nDuring your turn, each Lesson card in your graveyard has flashback {1}.","non_ability_text":null,"flavor_name":null,"keywords":[{"Firebending":{"type":"Fixed","value":2}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant",{"Non":{"Subtype":"Lesson"}}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery",{"Non":{"Subtype":"Lesson"}}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, each non-Lesson instant and sorcery card in your graveyard has flashback. The flashback cost is equal to that card's mana cost."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":[{"Subtype":"Lesson"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":1}}}}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, each Lesson card in your graveyard has flashback {1}."}],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"ee8e6ef3-eb96-48bd-8619-8a9112b3d4f0","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["85af39f5-8207-4fc5-a956-1ee2799ac374","879b73d3-4552-4fdc-baee-c4d097ae9a4f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PMEI","PTLA","TLA"],"rarities":["rare"]},"iron fist, living weapon":{"name":"Iron Fist, Living Weapon","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a spell that targets a creature you control, Iron Fist gains \"{T}: Iron Fist deals damage equal to his power to any other target\" until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals damage equal to his power to any other target","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain \"{T}: ~ deals damage equal to his power to any other target\""}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Targets","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell that targets a creature you control, ~ gains \"{T}: ~ deals damage equal to his power to any other target\" until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"bbf873c2-94c1-46b8-912e-e29e48e0212c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5cc2d948-ac8b-4466-b604-3fabc0ab6bb9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"iron golem":{"name":"Iron Golem","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nThis creature attacks or blocks each combat if able.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks or blocks each combat if able."},{"mode":"MustBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks or blocks each combat if able."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"43990801-ed4a-49ff-a96e-03faa302214f","metadata":{"source_printing_ids":["47852cc6-a6de-4aed-9650-0c7ce346c3b9","5ae24ef5-b12c-48ee-935a-00e048fb8d0f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","HBG"],"rulings":[{"date":"2021-07-23","text":"If the Iron Golem can't attack or block for any reason (such as being tapped), then it doesn't attack or block. If there's a cost associated with having it attack or block, its controller isn't forced to pay that cost, so it doesn't have to attack or block in that case either."}],"rarities":["uncommon"]},"island":{"name":"Island","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Basic"],"core_types":["Land"],"subtypes":["Island"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {U}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b2c6aa39-2d2a-459c-a555-fb48ba993373","metadata":{"source_printing_ids":["000f1f50-08e5-4d83-8159-98f06a0e2279","001eb913-2afe-4d7d-89a1-7c35de92d702","00c74207-577c-4eab-9759-4cab76c17f2c","017fb3fc-433e-4853-bbac-99fa04b40233","029540f9-9a19-4b1e-a61a-30813fd8cdd0","0298749b-089e-49b9-8c89-02431a3d6457","02f76514-9e0d-4d74-a224-15a2d7b44ae1","03438868-e177-46af-9ae8-edc4a991f18c","03f845b1-3b8a-4387-aae3-fd497acf193c","040ed422-663a-4b6c-bdcd-09092f1c9004","0473605a-6c6a-433e-b828-933544472a3d","0480b669-e72b-4b21-b0f3-09d78abe421c","04d4230f-f024-4e5e-9054-0d32dace05cd","0563dcbc-59da-468a-97ed-37cd5e36d14a","0600d6d5-f6a1-47c3-a898-733fab10bbf5","0630ac22-7c1a-4eac-aa5e-f9e505797952","0677e507-f690-44a1-8ed1-6808cbcd4e7c","069b4d6c-7542-4a42-8822-031f02131033","0830bbcf-ee78-4f8a-bc6c-547be3a9fc4c","086d6aed-1f7e-4a80-8d66-01d995f344ed","09376cac-44bd-42c4-9c07-9e4d6c972a64","09df589a-61b9-4f73-ab34-0ba3bd52c084","0a4717cd-f9a7-4386-9091-d25218e23d79","0a6f4848-85b9-4770-9820-516e2a295284","0ac65c53-7b35-4ba0-9344-b311eee087cd","0aea8148-43a7-45dc-84b1-8636cdb50412","0b9bbc32-a89a-4bed-ab52-ac6569ec74ce","0b9dbac5-56e5-4054-9b58-7fa5de30487d","0ba4f2b6-d802-44c7-8a4d-4e5b26a26292","0bafd3f5-7d14-49a0-afa6-57843956d027","0c4eaecf-dd4c-45ab-9b50-2abe987d35d4","0c88a936-b745-402b-9eda-f9a18342698e","0ce67a27-aa80-46ac-955a-8fea336995d9","0d0f2d84-bf11-4d39-8510-84a14e9f0c23","0d6106c1-dc27-48bc-a808-8be4a2c3a617","0da4d5c0-7ad2-446d-b49e-5ee446bb23cd","0e443748-edf1-4499-9507-3649dd57ee95","0efe151b-d819-4c6a-95b5-e1361170bcf3","0f66d573-5da4-4b3c-ab06-bb330cff2c9a","10125dab-fe82-4796-b5db-3bd6ad389e1d","105b2118-b22c-4ef5-bac7-836db4b8b9ee","106a5332-0104-4ec9-9e1f-806381ae4cad","10acd444-4264-41fb-87f4-9cac4fdeeaad","10b0f911-7193-446a-b4d7-66bb34be7933","11d4b4bd-270e-4f8e-a93e-1321794f950a","1227d128-dd6c-4b18-96bd-b498dcd00e68","123368da-1d72-45e1-bd07-4b3a506012d1","125e4610-9bdc-4ee2-8aac-26cbdee13046","12b2aae2-a0b4-4c52-8a43-a4155527bae9","12dd90bb-b5d1-47a3-b566-3407db04dd55","12ebd9c8-6587-456e-aba9-7aad1c2a09ea","13d88f06-276b-41d4-a4c3-d904f93ea403","14c426b1-16cd-402f-a348-85d0139d4bdd","14fcdc57-12e2-429b-8916-4df752e462d4","15303b22-ddf0-488d-b07e-a118f35ef00f","155e3f97-531a-4336-af16-e0f738ebb85e","15973a22-cf86-447d-94ef-d62ac824aa49","15be7923-6efc-4650-b8d1-f61cb33ef81d","172bb1b6-08c3-4ffd-b26d-b1c77dba06c3","17e2b637-72b1-4457-aaba-66d51107be4c","17fefdc7-2f7c-4a63-8683-3dff21b4bb76","189a09b8-46d2-4ef6-b7cc-9e510d1ea0b8","196a004a-ec08-4e1b-8eeb-2ad766fccd25","197080a9-ebb5-4a8b-81f8-0368c5bba35a","197f5bd0-5ab3-4bf4-b20e-1389c0e9527a","19803b7c-9c97-4672-930d-1837647a1bc9","1a25a714-c7f3-4697-8b69-8f966b4d370a","1a9798d6-34b3-4438-992d-d3616a7c8536","1afa60b6-cd0d-4c23-af81-88049ea45475","1b82c807-dbda-42b3-a1a1-0c4ef72f1683","1ba4b3ad-1aef-44d3-889a-aedd9e070975","1c9f55eb-2c9e-4bc7-a67c-ab2eeb127201","1cb1ac28-ee04-4892-97ea-2cfdebbafcad","1d018af9-dd14-46fa-8fd5-226defc9698f","1d433685-601d-4da2-9e4c-796646003ffe","1d603978-3877-454e-8910-53a4cc95431d","1d8ff00f-62cc-4f71-b360-865ab2ac2599","1dac3bfe-884b-4875-bc7d-df564eb014cd","1e571f07-167f-4a7d-8f98-0c98d7d15e81","1ecabe5d-f3a3-415f-896f-662b97b00217","1f3d1731-bd87-474b-b111-927390ef86c1","1f83a756-e520-4f72-932c-73fa6ee10500","1fddf4cb-0680-4bc7-8bb3-cb15268aff46","1ff6acc9-581c-468f-894d-41f725da7f33","2039d727-3bb6-4a76-89ca-159ecf10cad8","206d619e-d5b3-4f3b-b999-3995b483c918","20b4cbcc-c394-4be3-8072-8893b48c866d","20f2e8cb-cf20-479d-9297-46618d09c19f","21135bb8-07a8-4451-8d3b-5e2747d3d3ff","212e84a3-e028-42a6-a639-f42b64ab7015","217064fb-6dee-406e-b1e2-455dfccc6438","2177da89-184b-4ecd-ae08-a074ac4862e1","2184c71a-b944-490e-ae2e-539bac3c0e57","21b99a83-bfe4-4149-b626-269953c5ac51","21d03913-c905-439c-a603-7d7fae6b9cd9","21e00fd6-2d12-4ad0-aa8b-21622490a730","21e41579-5cbf-41c8-ac1b-e6256220087d","21f655c7-d473-40a6-8d22-7c2c5fc9d85a","222c52bd-b4fe-4cc6-ac86-2a93c7ca9e38","22578bc8-10c6-4598-82bc-70e970a8f518","22f6e971-349d-498b-ae01-ab81ce21772c","22f920a5-74ea-4b94-8822-5867e6d5017a","232d56d0-1df6-4517-bbe9-9bd7ef12de15","23300152-6da8-4444-b368-1fb00e74a4b2","23635e40-d040-40b7-8b98-90ed362aa028","23e3ed2c-342b-44aa-8e3e-0c53602397c3","24295928-6414-4992-9dac-06021a304742","246c1f79-bdd9-4a77-b481-02e81cf0b5aa","24a05fd8-7579-4343-ae57-ea384994d8ac","24aa9fd2-54d9-40d9-9279-abd5bd6ff727","24f308d7-afc6-43a0-8433-d9d5404eab49","24ffadeb-cf20-4da9-a140-1fdcc7484c7a","25934479-a47e-45b8-bc35-fc4b659b0d68","259cb11a-32f7-4483-a859-a26313c62610","26b02969-1959-4422-8e10-63ffb23192a2","275415c2-1740-4ff3-8c57-57977b414d46","278f5152-012a-4852-b081-0cbf9149a7f0","27de7298-d069-4652-8513-50406ba4a151","27e01339-0c2e-4e2f-b1c5-e46030016d5b","27e879fe-a79b-427f-9901-c989fa73e234","28347f33-bfd5-48fd-ab10-228dfad1669d","28a0a9ae-a1ae-41da-8308-d49e4afca3c1","28da317c-8512-4342-9be5-d14b87a509c7","2995e06d-8145-485e-aeed-3da27a07545b","29bfbf3e-3a6c-40d4-8e1b-255f429de6cc","29d575fc-037b-421a-a205-12d492e9361e","2a9db98e-9f1d-4139-95c5-49f9d17a2107","2b3a671c-8b0b-45ea-9d65-095c19174e88","2bd41018-2eb1-4aac-a5dc-1f95ae6a46de","2bf6f14a-99d1-4abd-b36f-a5819718a43f","2d1f5b46-7217-4d43-aaa7-29ff2f7777fb","2d3da4bf-1a5a-42a7-bd36-f1ca080c8a5a","2dcdcb91-bf08-4f40-9391-2824e905d5d4","2e19f6dd-9eed-4656-b8c7-e64b61446d7f","2e9d8487-5e73-4d14-bea7-8c7eee6acc80","2ef2c956-cf03-462c-8981-ae80edfc0c5a","2f3edb9a-de7c-445a-a32b-25bd9fd97c91","2fb9ecfd-8025-48c0-a306-b4deebde2949","2fc04e1e-6a14-41cc-9fff-6dcd92cc6a3b","2fdcf679-4269-4ed9-84f1-1ac7a513f475","30fa28f3-0a91-48c5-9433-4da6e223011c","3114ce5d-c99c-4c60-b088-48ec440eafdb","31915934-1e12-49ad-a745-30e1106b4eff","3220f1ba-748e-4e74-89e9-0a2d137c100e","3310cdcb-7906-4f86-829e-4383c59fbcbf","3352b213-4ebc-4b4c-ae75-f256fbb33d95","338e5b63-1fee-4a7c-af9b-483d383f79b7","33a05f9a-1285-4d14-b827-8b81968e09df","33fde066-56c4-4c73-a41e-b1804cde0402","34052c96-229b-47c3-ada8-b79e622de846","347e00db-abcf-4053-aa27-4a5b42e1da55","34ec0f4f-e6f7-4a49-81a3-a1fbad102a9d","35c20f8b-6ad1-4aa2-94d3-7bd42562a1ac","35ecaa17-6528-4d73-b282-288b4939b96f","36e062ec-df51-40c0-ad8a-2ee1cb8f8f17","373b4f66-a815-413e-9b9b-663b3a49d3eb","37736b90-7ecd-4b74-aeb6-50d3a81bc31d","385695a4-b811-4c79-860a-9f0aca4edbc8","38e083ce-0f15-4ff0-8af1-747565f2d0d8","39180d5d-9e76-4ea3-a906-aeb28974e7a6","39c7b858-61e1-43ea-95b6-2a0079a802d2","3aba057e-11db-432b-a39c-a2845868bccd","3ae471f9-f463-4918-9980-18c97b6f1b6d","3b1238c4-dc34-488f-ad4a-308f584d4d75","3bc773e7-ee87-4462-9745-1e62458e45ed","3c4debf2-c04a-488e-8d5a-221a5eb14597","3cda6712-1730-48a0-b86d-2e7765e3db74","3e7d8ebd-7481-48b5-84bb-b747a8a612c1","3f02cfaf-1c0b-4168-a809-ea9541bf62b2","3f891c3f-82e2-4f9d-ae4b-443fce0bdd71","3fe9f351-5d3b-4614-bc3f-6859b5a0bce7","407d609b-ac1f-4644-ba8d-259938745007","408eb23f-13fa-4f98-b316-18e3057f9136","40c840af-9a13-4716-8458-09071239cc26","40e3bf00-84cc-498c-b214-1052b4904d92","40eb7b85-8c0f-4311-85f3-11bcb45ba0b6","4134cd82-6e48-4fc0-bcb4-1e3af369ef82","4146a316-c409-4121-931f-1d3b5ae63675","41829a8c-5ab2-4c44-bf6a-09bad991ab78","42044efb-b6a8-46c3-90dc-b7a745e819e5","4208e66c-8c98-4c48-ab07-8523c0b26ca4","4237eaa8-1169-47b2-9009-ac529831a36e","423927e6-2419-4d88-b0c4-425e5cac1a3f","42a272ca-98a7-4887-b6b7-903a1adc33e0","43297ca7-846c-4bc4-a347-997279bc73d6","434dc08b-0f4f-4230-bd39-7dc1c9d9cd1e","437d6d2d-2eee-4917-b16b-1b0df759ade0","43ced659-7870-40b4-80e1-2f0d46e35c87","44b34fc0-dc7b-4823-9ff1-5e1e84016204","454f304a-971d-418c-9645-d1678996f3cb","45950695-2973-4c58-94f7-2d950c55865e","46255a65-b735-4888-85db-3ab2ab3d903c","46848fc2-ba58-4738-b4ce-0399d9053f48","46d76200-cd39-4abd-9e7c-546bd58de5ae","478100da-a66a-47e0-ab15-54dc3398740f","4782f218-ec9f-4f59-bb97-ec315960fdd1","48b51501-d3b3-480f-9bcb-e66420c4db06","48d19385-02f2-4f45-b148-81993bcd00e9","49050cb4-1d8b-4f2f-ba48-206a107eb09c","49797974-2760-4ed7-b2ae-08bc21fa803a","49fb2a1e-9995-49c3-bfc7-7f392c95e16a","4a3e7218-0454-4489-ab2d-02900f490fe4","4a88705a-ab94-4e29-b556-e8f7ae1183fb","4ab864fb-ac47-4dcb-95a8-26174a20afe3","4ad74ee8-5b41-445d-9a5b-f9a755bb1590","4b10739a-0ebd-432a-b346-385726b453a7","4b2ad5b3-7257-4521-8916-6b1cbfb89e27","4c23ffd3-dcee-4b29-99f0-4502c19f0947","4c4845cc-77d8-4f87-8424-e2371bbb72da","4c799192-43bb-4c25-ab4f-b1d4ef0df660","4dc3a90f-23c4-4c54-8825-32cb17977b48","4df5e502-45b6-474c-ad1f-c66c346b3573","4e8958d4-067b-4815-a128-5d1577b94173","4ee1fe3a-8a5c-4198-b352-9958bc75e364","4eea2b47-130a-4bd0-b936-981bee1ebe8c","4f058a5c-b9fd-4b3c-908f-41a2a4f788fa","4f307e72-f33e-4fb1-b15f-a46ab389c20f","4f60ca04-0b6e-4e8b-b3b1-8f68fe692d1c","4f8d16ec-cba6-43b7-be97-5ab184941e29","50128873-7c99-4dfe-8c5c-e6e114ffbd5c","504e3d36-abe3-480f-b42d-b9ae7c63fc0a","51487402-2a52-4117-ba88-327e863e5f56","51852e9d-9183-4f9a-a724-cb60cf677e38","527f36a0-80b8-4492-b1c3-20a34953ceb7","542a895f-11af-4534-b9b3-e1a3e77fabca","54591ec7-94a1-470c-927a-788b6a514444","54693eb8-bd68-4781-a60f-113adf947d5d","547890ff-69b6-48e0-98f6-1fbca5d353e8","547f89f2-30a0-493a-914e-6251d2574099","54c33392-c382-4e8b-812e-8b2c64cdbe8e","54ddd3aa-593c-4adb-b591-33c15d02131c","551f905b-4ce0-4071-a721-7e51be14d114","560c7de9-0046-4a76-a41a-fa1c3ef92f04","5679b9cc-5fee-49bb-8378-09e4943c42c0","56ac969e-289f-4242-8845-c91c23af2bfe","572167d5-59b6-46fb-bb60-27fb6c5bf2bc","5754638d-14ce-452d-bb45-d1d8f1151a96","575a9059-5cdc-41ac-be5c-a6e797c4ffbb","57bafa39-b8c3-4d8f-b8dc-9f76c5edca47","57d9b053-ed45-41f3-a0ab-0a08c41f587a","582b124a-c145-463a-900d-f0e5b4a3db10","58651bbd-b3df-4b9c-b515-28d778cc2f7f","5885738f-a51d-418c-b194-0ba8ef6af556","589524db-68b9-46eb-a8ab-55986f37fbed","589a324f-4466-4d4a-8cfb-806a041d7c1f","592a619f-1236-4085-b7e1-c093ce13f1a4","5a74175b-2418-4226-8435-1490532e644f","5a8e9b9e-4947-4b6a-b21b-6fe009760fc5","5a96f344-4940-47d1-99fd-0a489b33d25b","5aaba7cd-c1dc-49cf-8d63-8bb3594a6541","5af6a3cb-69da-4f7a-9b40-533bc86acb1d","5bae77e8-1230-4a6e-8c75-c99d2741a509","5c6322d4-52bf-471a-a5b2-8329ef4be39a","5c7f7338-8edc-4579-b92f-86b02527682c","5cde9dcf-f0b4-4e76-ac4e-d4a8ac355fbe","5cf3685e-0ed3-4dc3-9033-8faa10b17c27","5d01acc2-bafa-47c9-92ff-b737f1f31f16","5d141922-570d-4652-9620-2b53eb68294a","5d301d65-e81b-4750-bd26-9a6e5e386dc5","5e185e19-0692-4f09-bb99-1b864bfbb479","5e6e59d7-5038-46b4-9f60-3d9d0cbf0a4e","5e981028-21b0-4505-9662-6d61cccf9cab","5e9ec30b-2c02-4c00-b769-2f68b864261a","5fe96819-5ff8-4940-86d5-b93ac2865379","6069a210-3639-407e-b72e-950eb05856ef","60e6b919-e7c0-4844-a65c-d8b83b3e5287","61a25790-29ac-4fc6-afd8-9c4063f4284d","61a467ab-4460-4e5e-94c1-8150bfe0c954","61c20adf-5564-4516-9dd7-ee3a213be025","6245d2f8-8ef0-4d2a-9abb-99839dc3abf0","6317711a-83fc-4f6e-87d2-a147b34275ec","638b123a-b3d6-40da-ba0f-e1558e0345bf","64398521-073f-4835-b6ca-801bf8965466","64daf0ac-678b-4683-9351-a6daf9c9f849","64e7580a-92bd-4b50-84fc-ee42e47c9014","64ff74a8-e1e8-41ec-98fc-1529f4075074","6561fc02-ce9f-4c3f-a6cd-01260cb0b565","65e20596-3f28-42a7-a25c-53104f395176","671516eb-b088-4a15-aec9-1781ca016e11","68271f76-eaf9-44cc-bb3d-5c56f36e9af9","685141d2-e5cd-4e54-b6ab-a2c1beb5ea05","68a50ced-f89d-4636-a681-8c1de18ee712","68dbf10c-a813-4f76-9066-b3cdd9cfd5d4","6908b583-4a52-4819-82a3-9db9c860aeb6","69436d3d-3714-4020-b7e0-5c9b1fa5d5c1","695f7519-b011-4a86-9226-80c2d9747a42","6a3c7c06-76e4-487d-a63f-4aed3bbb4638","6b62f26c-d875-43ff-bb27-71305f3994df","6bf7b441-34e9-4a0e-bc78-61ed9b077d1c","6d74e713-11f7-4341-9b22-5300a4587a51","6d8f64a6-ba1b-4cd9-8cf9-15f394f9524b","6db95283-d7c2-4182-b461-7317eba75f8a","6de31cb8-94d1-43fa-ba65-1b225420b3b7","6e5e3819-3d75-40d4-9a93-1147834dfd69","6e7e21cb-0116-416d-9d60-b6ca75b90223","6e8878ab-4f77-4645-bec7-44cece5996dd","6e8c0e52-8482-4c33-bc5d-26eaad922e72","6f534ddc-f610-45cd-84dc-bb6df6c5a84f","6fbf2762-1e9c-4d7c-84d0-8561d9a41735","7014b9fc-a906-4ffd-a482-22ba8dbe3b4a","7059baa6-351a-42ec-966f-5741cfcd6371","70c60105-d32e-4e53-b408-aeba336d8e24","70ccecd0-2c10-4146-a560-254809593155","71207752-0d8a-4ab5-be64-cca600608e76","712dc7d6-5543-49fd-bafa-5ffb6c2bb0ce","7132999f-6e2d-4689-8131-7b12076a348d","73014252-76c1-4554-bd1a-c01ec5342dde","7330a921-c6ba-4944-856a-2a9e7434286b","738b5e11-1761-49f1-8a41-fc190f9a63b8","739aaaac-c424-4ea7-a084-62a6fc0438b0","75edde64-3589-424d-bfe1-714c4eaba019","76313c69-8ec7-49e3-a34e-ade26097284c","7646a5be-ae69-4d31-b576-64263ae5ff09","7692114d-2614-47fd-8716-0cd325a9f19f","76b4a655-0051-47c6-a683-c4c3f56e45fc","76c343f5-6955-4ba2-a435-36d55182d1dd","772b4f6b-dc2b-4247-8f55-f37608d75725","776912e7-fa16-4d71-b830-0a5d35f38297","77b88bb8-6bd9-4632-b937-89468fcb5e6a","77c8ea02-9aff-4007-ab11-99847a1834d3","77ea783b-adaa-47be-9918-ca2f161c5d9e","7869f14e-d1d5-4a99-bc2c-f3a0d63077a5","78732e7f-421d-43e8-8f43-341bb01e993e","7880b12e-948b-4f3a-bb0b-604e3dd66f78","78d37787-be3a-4ed3-94b8-e675f2beecf0","78f35064-c662-48ff-a2a9-d26f594500f5","78f5de3d-bcfb-40d3-985a-ff99c573c28c","79df5b20-9e04-4b71-b39a-3142306719f9","79f7e513-94c5-46c9-9df2-1f5d51feb5a6","7a3c4a9d-48db-474f-aeb6-8b4fa08ce6fa","7ab67bc5-1c52-40df-8db0-2bf254f334cf","7abc7b3d-c0cb-438f-b9a9-a1f785cb1c9b","7b42e33d-e4d2-4106-8150-50b3fac2ba7e","7bf0bc4a-75a8-463b-9e96-a8607fc93102","7c029c9c-ff40-467b-98c0-38ac601b98c3","7cee75b2-ca71-4d98-841d-796cbcedfb43","7e0c8a05-aa2b-49b9-9a87-b13d7810a320","7e3d29f4-0a66-42af-9b77-7e65fc04fda6","7e659905-5f87-4181-8fc8-59ab2138b7fc","7e68108b-ad0c-44bf-aace-8ee2240a2325","7f0a1a30-8bef-4297-b566-d5f6b4d277a1","7f4cc1dc-7785-4375-a37c-8b2aaae91945","7f8d3740-40e9-40d4-833e-8f191a43ed14","80784e7c-2939-4233-9953-87370f85a3ae","80b3c994-e943-406d-a02d-d7cc4ebc6bba","81368899-5fef-4f10-80ea-b282eca0f42f","81a585d9-abf8-41ff-b6f6-c9396d36906b","8221d15c-c993-4345-a6bb-6a7d215e3273","82f11c42-9d67-4833-9519-e165e6a7e9c4","83415cd2-7805-450b-be38-99ca0cbb4fea","836f371b-34f5-40e8-a806-e457841e5bc7","839e97b5-c04d-4088-af4e-fa64f4575e51","8490261d-4246-4232-b7fc-23204c14a7b5","849a217f-d532-4a7c-bcbf-d127641f6edf","855eabf3-1113-410c-b30c-41a94456e408","858bcecd-9010-49b9-aaa0-f9bd54a65724","87a0e243-ebb8-4237-886f-632aa72e1c73","87b61f89-c947-45a0-95a3-7a07b55e2c9a","886eae6e-ced2-4d94-96fa-9bb5385b06f4","8956b4c4-3703-433f-b147-a1f67e728017","899f42b3-2f7a-4d85-8883-ceae911473a9","89f8c7cf-6705-4ff7-8aa8-113c1400ffda","8a2d0438-6681-40e4-8786-04af3d4a169a","8a3fc29c-f5cb-49b9-aabf-a5fef97e7a7e","8a5328db-c55a-488d-b085-fcfa7be184ca","8ab4a950-c558-42fc-ad9b-ce72b7dff817","8b20beee-87c8-45f7-8d3f-088937724fb8","8b8d9fae-a2a8-425a-8b82-34aa8e3eef06","8bafc217-3d83-4551-b2e3-3494ec14b2f9","8c1467b1-ff2c-4f73-91ba-bc2b07afc2c3","8c1482b0-9792-4c58-a075-26e8f485f78b","8c8f9a84-2126-4564-9ec9-554cc88e1c63","8c933f03-f1ec-4a82-ba32-b169e97e639b","8ca139d8-08a1-45d4-be9d-2ee5c9b3de43","8cf86c2b-f3f5-45e7-8fa5-da279f652e32","8cf9b48e-cf58-43a9-94ff-2d50846c3386","8d04a06f-06a7-410d-a714-3b8b96ee3319","8dc3bd34-4d12-4728-a53a-b5ae434d74b0","8dc5e0d9-1c8f-4d38-9915-40469988983d","8dd1b4d2-ccf0-498d-81e0-c9d755f5eb13","8e25b6dd-5292-4d0e-b8c6-3cf6678b0cd4","8e4ce9ff-c295-475b-b9fa-88ed65a84f35","8e862d50-8fa5-4b6e-af19-a161dc4c251d","8eae091d-8bd3-44d0-a083-6b4078303bc3","8f21ed59-a8c8-46fc-ac20-2b351fffd36c","8fee8302-39ca-43c3-b139-62e591559306","90520e73-5c7e-4735-a16d-f737e1a230cf","90a57c0e-fa61-45ef-955d-d296403967d5","91595b00-6233-48be-a012-1e87bd704aca","91890c11-b139-474d-b12d-6afd6b7e6aee","91be4db0-7cb3-4202-939b-cb7a26e90019","91e11224-b281-4d51-a960-c7804f6738f4","920abf92-da69-4ff0-9b4a-571e1567f254","9248aaae-57bb-4b30-87ab-f4dda6b96525","92724530-9c7a-44ab-9381-ee56bfccb641","92daaa39-cd2f-4c03-8f41-92d99d0a3366","92e3d45d-8c6e-430a-82d3-86f66286735d","930f3d56-d159-4a9d-a2c3-672feb10adce","937250fe-bcad-4ff8-9406-286a69db7e0a","937b3d7d-decb-4e17-998a-6def3f2c97a2","93e5562a-3cb4-47c0-8270-9af79414f1c1","947702ca-d065-4368-9f26-f859d4642cb6","94de0250-53a6-45c8-85a7-a473f271102e","9526c2b3-f2a2-41ae-89d4-8d276193f43f","956fd08b-d403-4565-84b3-e3ca0132ea89","95d781a5-2f5e-499f-b210-c4a5c50a180c","95ef40f4-7d88-4fb6-bfdd-8d07c96e4ff8","9602f66f-1a77-486a-835f-ddb1d50e6a08","966ac118-6d94-4f3b-9873-7a2440ab92d9","96ad5cbb-b64e-4e18-9aa0-ac076d4b2448","96cb4d9d-4f2b-4f60-b48f-749747aa7c15","988bfa94-0c83-4057-a0c7-0ad885b8919c","98d84005-faac-4e02-9fea-40757b43cf03","99702ff6-e496-422a-aa62-ec933110acf7","99d0c827-4e12-4a44-b309-1b50539dc39e","9a15b06c-8a5c-4e19-887e-e7daf6f653b9","9a38509a-2b74-42a0-af91-ed453e463b95","9a5235cd-5d25-498d-8e36-7a7c0791f212","9ae96b4b-7568-4463-b26c-a567e4a418d7","9b0bfe70-e584-42f2-9a32-984c17ba6d1a","9b33841e-7006-41d4-98b0-313ab151c9ec","9b717e59-7f94-4ccb-8374-f65ea2dd9e58","9b982a48-7e67-496b-b24b-fa9d131f5bb0","9bdd8409-7309-4239-a0f0-39755506610a","9c010ca5-b609-4ae9-8c23-adf5723a9daa","9c0f350d-13ec-4e13-9c4c-1d6bfb9aa0b3","9d075fae-ecd8-44b2-ac24-087afb26a9fa","9d5ab443-b415-45e5-a9f7-539a5299bf27","9db3309e-2893-4a39-876f-fd68ea057e22","9db3bac6-81c9-4bb5-aca6-371cec8efa0d","9dcfcd37-7c54-415e-86d0-6763bd71e209","9e70c602-cb80-472b-9c8d-9625de084fe7","9f2c1082-43bb-41fe-be85-f7153d098eb4","9fc35243-3801-4c02-a8df-2ccf6ea71a17","a000777b-e8fe-4fd6-a455-01bc9056a873","a22426c4-914a-4e0b-a28a-b8573b63e320","a24e28a0-a10f-4324-b008-09564e85573e","a2722f0b-db7d-423a-a91d-c72ef595cc32","a2e22347-f0cb-4cfd-88a3-4f46a16e4946","a2f2b747-a8b8-454c-9f04-b30693f1ec1a","a35d9548-f495-43ef-af66-e13a84c1f12a","a3795f0c-e978-428f-b6b8-c226b58951c8","a39fc1e0-caf0-4cfa-bbf2-fea7ca32c00d","a3a5521a-f9c3-4996-af49-98aaf82afc04","a4369a59-5a39-40f7-b97b-763b575203aa","a45610b3-9e9b-4ef9-aab2-426f85a6cce3","a45827e8-d4b9-4a42-8516-22560568e678","a5b0a88d-7049-4206-8085-4a68ab0bfd81","a5df5731-c9ce-417a-ae07-0359f4e1a989","a5f9dab5-4b13-4a98-8a64-76e69f0ba511","a61c4c14-e45d-45a8-87c7-fec98d46ee79","a624d656-207d-4e73-b615-59e7cf64ad64","a63bc639-5518-4103-8290-c781a6f53f81","a6459577-6834-4f4e-ad7d-a506bef1d372","a64934a3-7eba-4a31-9e7a-dc3e8815d46c","a735e9b5-1231-4aa9-9eb3-c83037b849f2","a76f785d-1972-4bd6-8a43-848d51068712","a785f977-0635-4a20-ab8f-eab79659d16e","a796d1c4-71af-432c-bb1a-df00252554d0","a880c1ee-01e0-479f-a1c3-2739da8ac6b9","a9eebf59-25ec-448f-b7a6-df9a1ecad3a2","aa03a3b5-cdc3-40cc-bd45-69ad65809d2f","aa336b4a-7d69-43d1-b08e-8e1610721279","aa9f8662-8294-4924-a4c0-e26b709ea4a6","aaa212be-1db5-4493-86c8-c01d29348e31","ab1c5293-873e-469c-a538-de236467d0e6","ac1a989a-38d4-4225-a41f-37d54f2f42ae","ac28037a-461b-4fb3-9feb-d3eb739da995","ac928336-f534-4682-a952-c536a1b14e1e","ac97baa8-5e57-45b6-9c64-cb9ce4806294","acd6be3f-745c-41ad-95c9-1db66ba56be2","acf7b664-3e75-4018-81f6-2a14ab59f258","ae010a36-b802-473f-837f-3c1a68a19596","aedefd13-4a00-4b8c-b955-ced6e73b46fe","aeee2369-117c-41f7-a437-805b24d1406b","af9ffcc0-ca8a-43ad-8e9e-31e5b94dd6e6","afb31304-eff0-44f9-b240-b7fa631ea4ce","affd8e02-5bae-447a-8621-d8fcfeff7135","b047f821-e82f-437c-8f36-6fff0c59f8b0","b0559d67-e151-4c6b-b8eb-5e9b5603f487","b06bbd6e-eb0d-45fc-88ef-0e085d6505ef","b0b4e347-90ad-43c7-a236-3ee4d887f069","b0beccf0-eea9-4339-b6c5-00761551c193","b0da67fb-1cb2-4105-ab5c-b7c680b8116c","b22fb908-e616-48ce-a388-46eabe26221a","b294323b-d7a2-4d82-bf99-b388edcb7d32","b29cf026-521f-4345-a885-da27f7981759","b2d83856-2201-4c30-bfcf-9cab62545201","b300be80-6618-4284-b5c3-95c1ab373e6f","b345e3ba-a370-4fdf-855d-2f0707133706","b38e48ff-17c8-470c-ba8b-966da1777e77","b3a5eda4-6339-4303-97ef-c5a467585949","b3f9ffc8-8115-4858-bd71-deaca9889f72","b487e4c0-1135-46f4-807d-cab3f1743132","b4a728fd-e564-4a7c-9dde-e3e8b70c1f68","b59cd300-c4f3-4ba6-8018-134eaf6a399c","b5a4dfac-2a47-48be-8611-d7f69e261c60","b6189c28-8d64-4d54-b399-7cf2cb6e3cd5","b642de4b-9314-4fc7-8714-7567ed348766","b6549f83-e3da-4df2-a1e4-f01773607d56","b658883a-d0f2-4824-8176-ec03a8924824","b74648fc-587c-4d20-9432-58465bd7dca9","b7ea4e7c-c393-4ef3-9ce8-84f5199f44fe","b82c12c2-2ebf-470b-b0d2-92ccc5faa056","b92ec9f6-a56d-40c6-aee2-7d5e1524c985","b9b62f53-0fde-488b-bdac-986a870ff6cb","ba30bfc3-5aec-480d-a80a-fe71b098b14b","bb15b40c-9795-42ae-9f88-8b8023b6c010","bb695ab9-72dc-4b07-b42d-e2109a5254b6","bbeca27a-6c5b-40b9-83a4-a3a2096ff6f8","bbf69bc5-8ee3-4b17-a3b1-51e35dd2d0dc","bc6ea08d-7991-4a57-a1e3-abd508426970","bc7c07a5-d9a7-4fc5-ad03-572ab40f6a7d","bcddeb71-3109-4a08-852f-b437c0a0c4ab","bd07b50a-0bd7-49fa-9ada-96a8f96a62cc","bd081bbf-8e82-405c-a522-f826fa0a6e1d","bd4b4da4-83f6-4280-880b-b6033308f2a2","bdb63d4b-0bca-4b8e-bed0-0dc29ad0bac3","be02bac6-4e21-48d7-a7cc-50415c81f031","be0f315e-6a42-4913-af21-93eb50c66d63","be169f8c-6472-40ec-9b4a-0edcb63e9e2f","be2319a6-d089-4d13-8a7b-3552e654cdc5","bec6fced-62bb-4a99-9ea1-374056b5781b","bec8018f-a12c-4adf-9735-c2093298062d","bed99c19-6452-4258-8369-41d17387062a","bf35ed4f-fa34-4fd6-b7d8-3c4aeda1e9ea","bf964c1b-941f-4a02-895b-0608bddc1ce7","bff33e91-8e52-43f2-b8ae-603b456b08fc","bffca348-2af9-44bb-815f-f7f7240ac975","c0229fef-746c-417a-beb9-150f286da14a","c0a03261-6766-47e6-ba81-c6c58618939d","c0a612c4-b4ac-4dd2-a06e-92516599fafd","c0e4f4d9-6168-4f83-b632-c369d2d6c256","c1cf7cd5-3c25-4760-b783-36e7827154e2","c234458f-1b0a-47a2-9cee-b6920e1ad54e","c2a51829-8319-4271-93b2-a7a635b30e80","c3020976-1654-45c4-bbf1-972a22d79859","c3130653-6ca2-4d7c-ac58-7cfb9257278c","c3b28bdb-e0d1-4d24-8199-8cd7ac12c30f","c3ddcce6-2f0f-4450-9aac-58b89ddc2e50","c4555e99-7f95-4c76-914f-0a42d49975cd","c4a837f2-dbb0-435f-adf9-7632b97f94ab","c4ec37bf-80bd-4f51-a79e-9c20e4048a00","c5258f33-02c6-4b45-b4de-4429b4508924","c559fc49-54f3-426f-b2d2-525790a249a5","c727a648-3ad1-428e-902f-52ad6a6f1c4c","c8820e22-44ee-4ccf-a1fb-f93d98b8b494","c8a516f8-861b-4c3b-9d9b-0adc04ec689f","c8c61b0c-408a-4ba5-9a1c-5208b5f7f8d0","c96f9fb6-ef52-43f9-a458-8602a7c83333","c9c9ea23-93c5-4aae-9786-3b3c03a07778","ca98e0fb-5f07-40c8-9958-84379bcdc35c","cc8e63b9-f3d1-4d53-873e-7c2af8cfd2c7","cca2b9b7-9c12-488d-8f8b-540249d0d350","cd2f1d4f-562c-4a21-b3da-c84fae471104","cd86b167-3fc8-4e5a-9e21-b4ce5a7a05cd","cf1bec1a-72cd-4a1f-8386-a228fbbdc04d","cf258641-b73c-4813-8a23-da47cf79eca5","cfb83039-9a06-4d79-abcc-6f36eec6f29e","cfc571d7-d34f-4898-803a-f4a73c867f86","cff1e8ef-4856-46c0-a72c-83a8b4d34238","d0561d43-cda2-4497-ae19-b1968db179e0","d07d1982-56ff-47ef-87aa-62978f1fcf30","d0a2259b-9ee8-42d7-92c0-d9421dd196e5","d0c5cf64-9844-4b5b-8e6b-b97c50cce053","d0e6b214-520d-4830-8d73-09fd2fdd8e69","d1324c9b-9164-4536-98f0-abf5a67ffa51","d13bb767-1123-48d2-960f-b90b6db3f6ed","d1fe1dbb-4552-418f-b919-1e30261a2e1f","d20af588-2ce3-4e5a-9ab3-949401ead071","d2748f53-0d81-4656-8e4b-5f0128215879","d2814990-4c7a-44ae-8d76-157156aa79bb","d3a9df3b-b542-4915-96ac-0c9027f6870a","d3b7f1bb-b47d-4096-b17a-db0587f566c6","d3e979da-a83e-4ba8-b875-d358bc66678c","d4302a8a-573e-416e-a9f4-f27110cc994a","d4f54250-74a9-4f77-bf60-bf13585c1a1b","d5170ce9-2463-4fec-945b-6c2f23eb7e22","d59cb0b5-fd4f-4dde-a69f-7ca6aa12b89f","d61c6c6c-319f-4636-8482-26b6909f7b8e","d660512c-8ebc-4d65-9590-700894cbb5d8","d6a5ba11-3156-4a0c-958d-5756e18b767b","d714d196-8cbc-4b53-8219-21044a017bce","d7d7f6bf-051c-45a4-b19e-2a50bbd6398e","d7dc37c4-c96b-4682-9746-e1220cbc4a84","d851b88b-6ce6-4889-83c2-e191307bcee6","d894c61a-4062-442e-8ead-5197c3bffd00","d9553285-366e-41c1-9ccd-455497cbedae","d9d3088a-adf1-41b4-9115-6c68d5f8e855","da1218e0-8c75-4f8e-b317-051ce84949a5","daceddb4-5282-46cd-8e2b-cad5e5625a54","dad64d3a-1868-4404-8692-d3c54071140d","db6c8056-f155-434c-a4cb-a532a4707245","db9ee4f9-ca54-4cc1-ac2e-2a2ef5eea9ce","dbce0da1-9c0c-42b8-aac6-7925d663ee6b","dc1d6d81-d825-446c-a862-c9b517837801","dd5b22ec-847a-46bd-828e-be6059b4faec","ddcc2609-59ba-4eca-8b90-993cab90364a","de27b4bc-5e6d-4f0c-9116-df26042d9503","de46f610-fab8-4819-b86a-d1defed319a1","de6d4527-a88e-4001-b8a7-53db87784c8f","debfbf48-bb06-4405-a97b-8249dacdffa0","df18762d-9980-4344-9d4f-e9d2cd8e0456","df84bf1b-8698-4c3e-baa9-926f0efc6a12","e070e97c-142a-4d5d-ae89-c0c6d85a97ac","e08915c9-78ff-450b-a47f-0c9678d16bbd","e0bf27bd-ebd8-40bf-9e8a-8ccde26bd1ec","e0eac72f-915b-41a2-a9cf-1707b65d9ac9","e0fbcf00-be89-472e-af7d-495c4550d10d","e0fedd66-e547-492c-ad0d-9c7b527bdd17","e160cb2a-1d8a-47cb-b136-8347eaab67d7","e1d10d9c-8771-4870-aebf-e767d0fada32","e1e33a2f-0018-4278-83c4-50ed83f009c3","e2140fd0-4367-4ac6-b42c-7041b9f1d92e","e24d0c78-4df5-4cc9-8b9e-65b969c5babd","e306586a-427f-45b7-9e3b-cd9157cec07f","e32a5e25-8e85-474e-ab32-ab28898ac87a","e3a0c382-23c4-44a5-a689-1f65fed388b7","e3de0391-c658-4dab-bef1-2aaf4eae7720","e4f4b3e7-7c8e-42c9-895d-4c8b802ed4f7","e5fdeb2c-afb8-4850-bcdc-86283ffa3486","e62d51cd-0377-4896-bba1-dee62b9279dc","e67477a4-6878-4356-8037-807f41590ad1","e6cd2ccc-3148-4507-856d-55140c54d09d","e905b6c5-1874-4d3b-8181-bc4bfab73bd7","e906bdc0-3b04-46ed-a162-92a366319cbf","e91f9c5d-bad6-4c29-b755-d81aa704cf53","e9c266e3-d403-434a-b645-dcb9cf441680","ea01e610-43b8-44a3-9480-14f92f68a0b5","ea2e4498-a91e-48b0-b14f-a7917241160b","eba0c7c5-ed63-41a5-93e1-a979a6f983b9","ebbaf2e2-b4af-4a84-ab27-d8a6b40c9552","ec2a9aea-86f9-4324-a7d9-7530e1cdc54d","ec2bacc7-22b2-4f71-b7d7-bb4bb46d6eda","ec7661ef-9119-4fe3-8363-b0c3b1d75cd7","ed2cfa62-c972-4373-b405-a075697d009c","ed351e4f-7ee7-4e84-a69d-02b59cebd180","ed74e8a1-5636-4d96-aff4-4674494c5e00","ee9eea62-2bdf-4b71-8655-0ba275fc8adf","eee75629-86b4-40b0-884a-22646ebf6e27","eeecf096-87dd-4dcb-953f-700445bf3f3a","ef2d6fc9-ddad-4dd2-b218-afa1a5449b7e","ef57bbe1-8507-4284-8d08-6b10b7894f96","efd42c61-1e41-4df9-aa70-a39cc20dff51","efd86f2a-bd28-4731-838d-78e67be8b49e","f0578f26-1396-4e1d-9986-8fc6c55aeb66","f10e5b17-6099-445d-9a7b-484eeff7cea8","f12c5ae3-8c55-4bd9-a64f-3960d45c0563","f15e81c7-38fd-402b-bd49-68869fe7142c","f1c49677-840f-409f-8af2-033989f6b774","f23b716f-51b2-402a-9a69-de190d3f6411","f2562487-95fd-48ad-adb8-3f87d49f1584","f3448b8b-8baf-492a-a1d6-4bb676c43cab","f398f676-f079-44b9-a6c4-5a9d5dd6bbdc","f3d3de4f-dfef-4c04-a297-4fd90884087e","f3df2707-e262-470a-a91e-7e588da90ce6","f49aa320-797b-4608-acda-f68ef21d1c0d","f4cd8b2b-76f1-4444-8f6a-c904adf36d55","f52db5b6-59bb-4215-9bdb-ba3dde3e5e4b","f53ed206-8ec4-46a6-8603-c819682e1433","f5e8da7b-f565-403b-9603-5f53cd3be8fe","f670e5e4-721b-422a-b10e-09bb742cbc4b","f7919aa3-044d-42b2-800f-a6e3226efe77","f7b92adb-a384-4e03-8ba7-1e41b9fb2516","f7c81707-adf0-48fd-8720-25db4d21b0b2","f7f7921f-96cc-4174-a40d-ec96427a8c98","f8123a70-0c28-4e8b-9e13-d6b5c7eb54f4","f82b281f-d3c7-4eb8-9a10-b4808ca6cfcd","f849f726-c6a2-400d-9b90-fe050f8ef5eb","f8a3c4a0-892d-4e74-bb21-00786705766e","f8c2f901-7d7b-47ec-a3d4-96ddcbd9218c","f9369d0a-87c0-4c29-b43c-cd45c007f8d6","f96b4124-ebc2-443c-981d-9869b5a3fcf3","f9c4ab8b-9f84-4b92-a114-93b082c15080","f9cba2b8-d865-46e8-81f1-752598a0d729","fa2a8e84-2a04-444a-8551-5f2931f4a711","fa641d46-d002-4903-af72-e96971f558bc","fa6f05fa-30e4-4b2c-9641-8a5847b59d65","faca8395-8228-40ea-b638-000a494a8b55","fb839476-63ba-4e17-b97d-4bc282a85648","fc8c4d2d-416c-4b8b-b46d-0e11f0e8245d","fc9a66a1-367c-4035-a22e-00fab55be5a0","fd1b9e7c-09d0-4907-9f48-34289f3cd2cc","fe5f01e9-f85f-41e8-9527-88f76e7bfc02","fe7f4393-38f9-43b5-873b-58246183b874","fe9d36d3-9373-407c-91fd-975d8ee9e4fe","fea43ef7-99c5-40b6-9a59-9661b3b710cf","ff3ffe47-53a3-42ec-ae89-afc79793380d","ff68b640-e194-4894-b9c0-76ed619c764d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","2XM","30A","3ED","40K","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ACR","AFR","AKH","AKR","ALA","ANA","ANB","ARC","AVR","BBD","BFZ","BLB","BRB","BRC","BRO","BTD","C13","C14","C15","C16","C17","C18","C19","CED","CEI","CHK","CLB","CLU","CM2","CMA","CMD","CMM","CMR","CST","DD2","DDE","DDF","DDH","DDI","DDJ","DDM","DDN","DDO","DDQ","DDS","DDT","DDU","DFT","DMR","DMU","DOM","DPA","DSK","DTK","E01","ECL","ELD","EOE","FBB","FDN","FIC","FIN","FRF","G17","GK1","GK2","GN2","GN3","GNT","GRN","GS1","H09","HBG","HOB","HOP","HOU","ICE","IKO","INR","INV","ISD","ITP","J14","J22","J25","JMP","JVC","KHM","KLD","KLR","KTK","LCI","LEA","LEB","LRW","LTR","M10","M11","M12","M13","M14","M15","M19","M20","M21","MBS","ME1","ME3","MH2","MH3","MID","MIR","MKM","MMQ","MOM","MRD","MSH","NEO","NPH","ODY","OLEP","ONE","ONS","ORI","OTJ","P02","P23","PAL00","PAL01","PAL02","PAL03","PAL04","PAL05","PAL06","PAL99","PALP","PANA","PARL","PC2","PCA","PELP","PF19","PF20","PGPX","PGRU","PIP","PLST","PMPS","PMPS06","PMPS07","PMPS08","PMPS09","PMPS10","PMPS11","POR","PPP1","PRM","PRW2","PRWK","PS11","PSAL","PSS2","PSS3","PSS4","PTC","PTK","PZ2","RAV","REX","RIX","RNA","ROE","RQS","RTR","S99","SCD","SHM","SIR","SLD","SLP","SNC","SOI","SOM","SOS","SPM","STX","SUM","TD0","TD2","TDM","THB","THS","TLA","TMP","TMT","TPR","TSP","UGL","UND","UNF","UNH","USG","UST","VOW","WAR","WC00","WC01","WC02","WC03","WC04","WC97","WC98","WHO","WOE","XANA","XLN","ZEN","ZNR"],"rarities":["common","rare"]},"isochron scepter":{"name":"Isochron Scepter","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Imprint — When this artifact enters, you may exile an instant card with mana value 2 or less from your hand.\n{2}, {T}: You may copy the exiled card. If you do, you may cast the copy without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CopySpell","target":{"type":"ExiledBySource"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}, {T}: You may copy the exiled card. If you do, you may cast the copy without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":2}},{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile an instant card with mana value 2 or less from your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ddd649f4-dbaf-48ec-8ff7-95581257772d","metadata":{"source_printing_ids":["2aa24fe0-e275-4307-b26c-2a656068a451","49c0e902-f7ee-4dab-9a07-025a305c9958","878b0159-6917-45d3-b9ea-562ac49f0b8f","c18cbbdd-7aaf-4999-870c-2b59ee5816d2","d25d55a8-78e2-4f89-8456-39b1a8d803ca","ec92bcce-cdb0-4e20-b2ab-0f659358e8d6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","DDJ","EMA","F08","MB2","MRD","PLST","PRM","SLC","V10"],"rulings":[{"date":"2020-08-07","text":"If Isochron Scepter leaves the battlefield while the activated ability is on the stack, the ability can still make a copy. On the other hand, if the imprinted card leaves the exile zone while the activated ability is on the stack, the copy can't be made."},{"date":"2020-08-07","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2020-08-07","text":"If you cast a spell \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2020-08-07","text":"If you don't want to cast the copy, you can choose not to; the copy ceases to exist the next time state-based actions are checked."},{"date":"2020-08-07","text":"You cast the copy while the ability is resolving and still on the stack. You can't wait to cast it later in the turn."}],"rarities":["uncommon","rare"]},"isolated watchtower":{"name":"Isolated Watchtower","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{2}, {T}: Scry 1, then you may reveal the top card of your library. If a basic land card is revealed this way, put it onto the battlefield tapped. Activate only if an opponent controls at least two more lands than you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":"{2}, {T}: Scry 1, then you may reveal the top card of your library. If a basic land card is revealed this way, put it onto the battlefield tapped. Activate only if an opponent controls at least two more lands than you.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"comparator":"GE","count":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"offset":2}}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"3893f320-47fd-49ec-a78c-80bfb607a279","metadata":{"source_printing_ids":["9ee3c4f0-ec6b-48cd-b1be-4620aea337d6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C18","J19","PZ2"],"rulings":[{"date":"2018-07-13","text":"You can activate Isolated Watchtower’s ability if you control more lands than an opponent, as long as at least one opponent also controls two or more lands than you."}],"rarities":["rare"]},"isolation cell":{"name":"Isolation Cell","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent casts a creature spell, that player loses 2 life unless they pay {2}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a creature spell, that player loses 2 life unless they pay {2}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"56c558f3-535d-49aa-a2de-54e0bb598483","metadata":{"source_printing_ids":["c5e72c64-cb0e-4a04-97d0-3537bb0420cd"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NPH"],"rarities":["uncommon"]},"itlimoc, cradle of the sun":{"name":"Itlimoc, Cradle of the Sun","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Transforms from Growing Rites of Itlimoc.)\n{T}: Add {G}.\n{T}: Add {G} for each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"color_options":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G} for each creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ea9c459a-6047-43aa-968f-a582be4000e8","metadata":{"source_printing_ids":["004524bf-b249-4dac-9c10-44d57143feb9","36651c33-d570-4d48-a1d3-bac736d3f043","b3b87bfc-f97f-4734-94f6-e3e2f335fc4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI","P22","PXLN","PXTC","XLN"],"rarities":["rare"]},"ivory mask":{"name":"Ivory Mask","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You have shroud. (You can't be the target of spells or abilities.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Shroud","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have shroud."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"028bc726-0e86-4c53-9648-625153ae4b01","metadata":{"source_printing_ids":["15221c5b-543c-4f43-a02e-d07e84069f50","35ea3762-a419-412c-b2bd-0a40902d8d51","51842cf5-a658-4522-a5e4-9c764ab1331e","b02422f7-728b-481b-9eb1-34d17c696ce6","fc3d0e39-8519-4a0b-ada1-15f8bb9f0b77"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","9ED","MMQ"],"rarities":["rare"]},"ivy lane denizen":{"name":"Ivy Lane Denizen","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever another green creature you control enters, put a +1/+1 counter on target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Green"},{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another green creature you control enters, put a +1/+1 counter on target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a5da5ad6-4ed2-4041-a983-76a8c87fa109","metadata":{"source_printing_ids":["2ad9d411-4bc2-48d8-99aa-c38604ef8c6f","4e35b71f-d6a0-45e1-9d0b-a62fb043cd6a","78bea375-8af3-4425-a418-bb5503e2dfb7","90202611-961d-48b5-87b6-58486b572216","b6936a91-db5d-4977-a851-2dc6a4141ceb","b95be874-93c0-4e05-9e5a-fe8f38bcb445","dba4b527-8dbf-4d11-af87-710ab9561182","e810d32d-c073-4bc5-9ff5-7946c54e045d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLU","CMR","DDU","GTC","J22","J25","PLST","SLD"],"rulings":[{"date":"2020-11-10","text":"Ivy Lane Denizen can be chosen as the target of its own ability."},{"date":"2020-11-10","text":"The green creature that entered the battlefield can be chosen as the target of Ivy Lane Denizen's ability."}],"rarities":["common","rare"]},"ivy, gleeful spellthief":{"name":"Ivy, Gleeful Spellthief","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Faerie","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a player casts a spell that targets only a single creature other than Ivy, you may copy that spell. The copy targets Ivy. (A copy of an Aura spell becomes a token.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"the","description":"The copy targets ~"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"TargetsOnly","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},{"type":"HasSingleTarget"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell that targets only a single creature other than ~, you may copy that spell. The copy targets ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"55ad6a6b-1c44-4397-86ae-dd9221892b22","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["45cba0d0-ca77-47c0-8f77-7beedb6c557b","9187f4ea-27f2-4f94-b783-6992087d64a4","d94c15b7-6c8f-45a6-8734-975e3e3b790c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU"],"rulings":[{"date":"2022-09-09","text":"If Ivy, Gleeful Spellthief isn't a legal target for the spell, no copy can be created."},{"date":"2022-09-09","text":"If a spell has multiple targets but all of them are the same creature, Ivy, Gleeful Spellthief's second ability will trigger."},{"date":"2022-09-09","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy has the same value of X."},{"date":"2022-09-09","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode. You can't choose a different one."},{"date":"2022-09-09","text":"The controller of a copy can't choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too. Notably, if the spell you copy was kicked, the copies will also be kicked."},{"date":"2022-09-09","text":"The copy is created even if the spell that caused the ability to trigger has been countered by the time the ability resolves. The copy resolves before the original spell."},{"date":"2022-09-09","text":"The copy that Ivy, Gleeful Spellthief's second ability creates is created on the stack, so it's not \"cast.\" Other abilities that trigger when a player casts a spell won't trigger."},{"date":"2022-09-09","text":"The second ability triggers whenever a player casts a spell that targets only one creature and no other object or player. It doesn't matter who controls the creature."}],"rarities":["rare"]},"ixhel, scion of atraxa":{"name":"Ixhel, Scion of Atraxa","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Angel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, toxic 2\nCorrupted — At the beginning of your end step, each opponent who has three or more poison counters exiles the top card of their library face down. You may look at and play those cards for as long as they remain exiled, and you may spend mana as though it were mana of any color to cast those spells.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance",{"Toxic":2}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"ScopedPlayer"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0,"mana_spend_permission":"AnyTypeOrColor"},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"PlayerAttribute","relation":{"type":"Opponent"},"attr":{"type":"PlayerCounter","kind":"Poison","scope":"ScopedPlayer"},"comparator":"GE","value":{"type":"Fixed","value":3}}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each opponent who has three or more poison counters exiles the top card of their library face down. You may look at and play those cards for as long as they remain exiled, and you may spend mana as though it were mana of any color to cast those spells.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"9fb7982f-fe35-4dea-a515-a0039ddbbaec","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["66d32d60-4e08-49aa-857f-da92dc7c01d0","ab866ec4-dcb4-47ef-8de1-a369986609c0","bf7a75a5-a21a-44e9-9e42-b3496cbbd307"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ONC"],"rulings":[{"date":"2023-02-04","text":"A player with ten or more poison counters loses the game. This is a state-based action and doesn't use the stack. In other words, it happens immediately and players can't respond to it, just like a player losing the game due to having 0 or less life."},{"date":"2023-02-04","text":"Any other effects of that damage, such as life gain from lifelink, still apply."},{"date":"2023-02-04","text":"Casting an exiled card causes it to leave exile. You can't cast it multiple times."},{"date":"2023-02-04","text":"Conversely, replacement effects that apply to the number of counters put on a player can modify the counters placed this way. For example, Vorinclex, Monstrous Raider's last two abilities can apply to counters placed this way."},{"date":"2023-02-04","text":"Damage dealt by a creature with toxic grants the same number of counters regardless of how much damage is dealt. Notably, if a replacement effect modifies the damage in some way (such as that of Gratuitous Violence), the number of counters given remains unchanged."},{"date":"2023-02-04","text":"If a creature with toxic deals combat damage to a creature or planeswalker, or if it deals noncombat damage, toxic has no effect and no player gets poison counters."},{"date":"2023-02-04","text":"If you leave the game, the cards remain exiled face down indefinitely. No player may look at them."},{"date":"2023-02-04","text":"Ixhel doesn't change when you can cast an exiled card. For example, if you exile a creature card without flash, you can cast it only during your main phase when the stack is empty."},{"date":"2023-02-04","text":"Multiple instances of toxic are cumulative. For example, if a creature has toxic 2 and gains toxic 1 due to another effect, combat damage that creature deals to a player will cause that player to get 3 poison counters."},{"date":"2023-02-04","text":"Toxic doesn't change the amount of combat damage a creature deals. For example, if a 2/2 creature with toxic 1 deals combat damage to a player, that creature will deal 2 damage. The results of that damage are the player loses 2 life and gets a poison counter."},{"date":"2023-02-04","text":"You may look at and cast the exiled cards (and spend mana as though it were mana of any color to do so) even if Ixhel leaves the battlefield. If another player gains control of Ixhel, that player can't look at or cast the cards, and you still can."},{"date":"2023-02-04","text":"You pay the costs for an exiled card if you cast it. You may pay any alternative costs the card has rather than the card's mana cost."}],"rarities":["mythic"]},"izzet charm":{"name":"Izzet Charm","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Counter target noncreature spell unless its controller pays {2}.\n• Izzet Charm deals 2 damage to target creature.\n• Draw two cards, then discard two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"ParentTargetController"}},"forward_result":false},{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"a07698f6-5ad5-49a3-9da2-f82d407f5cd7","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Counter target noncreature spell unless its controller pays {2}.","~ deals 2 damage to target creature.","Draw two cards, then discard two cards."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["0672e8d0-b4e9-4e1b-a8fd-b1fec9ff9df5","15af0592-a1cb-4b1e-b051-dde978939706","1e3a5af6-5423-442b-a207-364e97a871d8","4d8f0789-aa08-4ce5-8ed1-6544de1e3ed4","58f4b8a7-4153-4694-9aae-f61d3124c785","61289196-a56b-4d24-b340-9cf067c77f45","b04eae11-6bc4-41d2-98cc-285621d5724b","b8f5032a-bf0d-4a66-b3d4-32b2ec61d308"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","2XM","DDJ","EA3","F13","GK1","MM3","PRM","RTR","RVR"],"rulings":[{"date":"2020-08-07","text":"If you choose the last mode, you draw two cards and discard two cards all while Izzet Charm is resolving. Nothing can happen between the two, and no player may choose to take actions."}],"rarities":["common","uncommon"]},"jabari's influence":{"name":"Jabari's Influence","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cast this spell only after combat.\nGain control of target nonartifact, nonblack creature that attacked you this turn and put a -1/-0 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Creature",{"Non":"Artifact"}],"controller":null,"properties":[{"type":"NotColor","color":"Black"},{"type":"AttackedThisTurn","defender":"You"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"-1/-0","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Gain control of target nonartifact, nonblack creature that attacked you this turn and put a -1/-0 counter on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8930b1ce-80ac-48b6-a368-ccff9fd01d38","casting_restrictions":[{"type":"AfterCombat"}],"metadata":{"source_printing_ids":["c9f764d7-4c18-40ef-8373-ef1e2a88007e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rarities":["rare"]},"jace, the mind sculptor":{"name":"Jace, the Mind Sculptor","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Jace"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"[+2]: Look at the top card of target player's library. You may put that card on the bottom of that player's library.\n[0]: Draw three cards, then put two cards from your hand on top of your library in any order.\n[−1]: Return target creature to its owner's hand.\n[−12]: Exile all cards from target player's library, then that player shuffles their hand into their library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Player"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":{"type":"Loyalty","amount":2},"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+2]: Look at the top card of target player's library. You may put that card on the bottom of that player's library.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":0},"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"count":{"type":"Fixed","value":2},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"[0]: Draw three cards, then put two cards from your hand on top of your library in any order.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"destination":null},"cost":{"type":"Loyalty","amount":-1},"sub_ability":null,"duration":null,"description":"[−1]: Return target creature to its owner's hand.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Library","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"TargetPlayer"},{"type":"InZone","zone":"Library"}]}},"cost":{"type":"Loyalty","amount":-12},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Library","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"[−12]: Exile all cards from target player's library, then that player shuffles their hand into their library.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7f77a84e-5a4b-4834-aefa-3cecc175ae8e","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["0e606072-a3aa-4300-ba90-ec92a721fa76","3a1a1910-9587-481c-9e5c-5eb0c3b098c6","97c67e86-5aa5-4136-a15c-c0c5704e2b94","9d20e671-9b41-4591-b1ef-2a297411beb7","a5d1f66f-75b5-4a9b-8b98-f237f065de9c","c057dc0d-4017-4e60-9c5e-45fc569a8d31","c8817585-0d32-4d56-9142-0d29512e86a9","cbe639bb-5797-4bec-b55b-aed296337e92","e1fcd832-bbc6-4fb3-92f1-cd307fb0bca5","ec386bc3-137b-49b5-8380-8daff470f0bc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","A25","BLC","EMA","MED","PRM","SLD","V13","VMA","WWK"],"rulings":[{"date":"2020-08-07","text":"If the target player for Jace's last ability has no cards in hand, that player shuffles nothing into their library, and that player's library will remain empty. That player won't lose the game until they try to draw from the empty library."},{"date":"2020-08-07","text":"You draw three cards and put two cards back all while Jace's second ability is resolving. Nothing can happen between the two, and no player may choose to take actions."}],"rarities":["mythic"]},"jace, wielder of mysteries":{"name":"Jace, Wielder of Mysteries","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Jace"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"If you would draw a card while your library has no cards in it, you win the game instead.\n[+1]: Target player mills two cards. Draw a card.\n[−8]: Draw seven cards. Then if your library has no cards in it, you win the game.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"Player"},"destination":"Graveyard"},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: Target player mills two cards. Draw a card.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":7},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":-8},"sub_ability":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−8]: Draw seven cards. Then if your library has no cards in it, you win the game.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Draw","execute":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would draw a card while your library has no cards in it, you win the game instead.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5277a68e-1ceb-4b40-8e10-3d0564f5d7be","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["1f13face-aa33-4f57-ad06-5313b4834e02","6adb7d73-4482-4930-8497-cffd169b57e2","6dece604-04f2-48ac-8e6c-ef850c0db190","79b2d33b-2689-4d03-b297-a196b376804d","802d126d-f56c-4990-ba85-9ecbe41f5c9a","d50eb8cf-dc8d-4c7e-bff7-db9254ff8a90"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","PRM","PWAR","SLD","WAR"],"rulings":[{"date":"2019-05-03","text":"Follow the instructions in the order listed on Jace’s first loyalty ability: if you target yourself, you’ll put the top two cards of your library into your graveyard and then draw a card."},{"date":"2019-05-03","text":"If for some reason you can’t win the game (because your opponent controls Platinum Angel, for example), you won’t lose for having tried to draw a card from a library with no cards in it. The draw was still replaced."},{"date":"2019-05-03","text":"If the target player is an illegal target when Jace’s first loyalty ability tries to resolve, it doesn’t resolve. You won’t draw a card."},{"date":"2019-05-03","text":"If two or more players control Jace, Wielder of Mysteries and each player is instructed to draw a number of cards, first the player whose turn it is draws that many cards. If this causes that player to win the game instead, the game is immediately over. If the game isn’t over yet, repeat this process for each other player in turn order."},{"date":"2019-05-03","text":"If your library has fewer than seven cards in it while resolving Jace’s last ability, and Jace has already left the battlefield, you’ll draw as many cards as you can and then win the game before state-based actions would cause you to lose the game for trying to draw from an empty library."}],"rarities":["rare"]},"jackal pup":{"name":"Jackal Pup","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Jackal"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature is dealt damage, it deals that much damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, it deals that much damage to you.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"993e41e6-0643-4a1f-8ada-b7a4aae486d9","metadata":{"source_printing_ids":["3707ab74-9aec-4d30-86e0-ffa5f72d5b4f","58dc5b2d-12a1-4eba-803e-0f0dfa290672","86c86925-a78f-4696-98aa-477a7602276b","9d8743b2-30e3-4d15-89fc-72974747aec5","bb02ff74-e73f-467e-ac26-429d279a8e95"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["A25","F01","PD2","PLST","PRM","TMP","WC98","WC99"],"rarities":["common","uncommon"]},"jackdaw savior":{"name":"Jackdaw Savior","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature or another creature you control with flying dies, return another target creature card with lesser mana value from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"Cmc","comparator":"LT","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Flying"},{"type":"Another"}]}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another creature you control with flying dies, return another target creature card with lesser mana value from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9e31ef54-b2f2-4f3f-9779-151b74470ce4","metadata":{"source_printing_ids":["121af600-6143-450a-9f87-12ce4833f1ec","4411204e-8387-4f1c-bfb3-1e3092d07937"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"If Jackdaw Savior and another creature you control with flying die at the same time, Jackdaw Savior’s last ability triggers for each of them."},{"date":"2024-07-26","text":"If a creature on the battlefield or a creature card in a graveyard has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2024-07-26","text":"The target creature card must have a lesser mana value than the creature that caused Jackdaw Savior’s last ability to trigger. Use the mana value of that creature as it last existed on the battlefield to determine which creature cards in your graveyard are legal targets for that ability."}],"rarities":["rare"]},"jade mage":{"name":"Jade Mage","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{2}{G}: Create a 1/1 green Saproling creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Saproling","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Saproling"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{G}: Create a 1/1 green Saproling creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6daf3c59-7636-4d44-872b-67722b4868cb","metadata":{"related_token_ids":["0fd11f84-7a70-5926-8f19-0fabafc4c440","11f2f297-5b6a-5e31-904e-d177240eb85a","3094a64f-ede0-503c-83b3-a20c071e99be","b4472ae3-d346-5d13-8183-1aeeba37741d","dc6b409b-79e0-5103-9e78-2bf1c9a3deac"],"source_printing_ids":["32d6c8d3-04a1-4b35-b7d1-18bed82beaf4","995140fa-dc1f-4b75-9cea-079ea03c485f","c7c721a5-9fcf-42dc-9b6d-a50cdca839ac","cbfba01e-2836-479b-afce-21e1e6e99c08","d8dd9144-85c3-4c6f-aad4-836e5946bb71"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMM","DDH","M12","PLST","SCD"],"rarities":["uncommon"]},"jade orb of dragonkind":{"name":"Jade Orb of Dragonkind","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}. When you spend this mana to cast a Dragon creature spell, it enters with an additional +1/+1 counter on it and gains hexproof until your next turn. (It can't be the target of spells or abilities your opponents control.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"when","description":"When you spend this mana to cast a Dragon creature spell, it enters with an additional +1/+1 counter on it and gains hexproof"},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add {G}. When you spend this mana to cast a Dragon creature spell, it enters with an additional +1/+1 counter on it and gains hexproof until your next turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5eef3d70-ef16-4722-8c3d-21a0311597bd","metadata":{"source_printing_ids":["1b32bae4-65e4-4bdb-8bc5-b98a5aac1568"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG"],"rulings":[{"date":"2022-06-10","text":"If more than one {G} produced by a Jade Orb of Dragonkind is spent to cast a single Dragon creature spell, the delayed triggered ability associated with each mana spent will trigger. That creature will enter the battlefield with that many +1/+1 counters."},{"date":"2022-06-10","text":"If the mana is spent on a Dragon creature spell, that creature will have hexproof as soon as it enters the battlefield. There is no opportunity to target the creature before it gains hexproof."},{"date":"2022-06-10","text":"The delayed triggered ability will trigger whether Jade Orb of Dragonkind is still on the battlefield or not."},{"date":"2022-06-10","text":"The mana created by Jade Orb of Dragonkind can be spent on anything, not just Dragon creature spells."}],"rarities":["common"]},"jaheira, friend of the forest":{"name":"Jaheira, Friend of the Forest","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Elf","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Tokens you control have \"{T}: Add {G}.\"\nChoose a Background (You can have a Background as a second commander.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"ChooseABackground"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Token"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Tokens you control have \"{T}: Add {G}.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0aeeb0d7-15a3-4722-ad67-8fc7fe89220d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["27186d29-7b24-40f9-909f-456e0e3d8847","9f4de176-0f2e-4d8c-b3ac-ef2e626b4aac","feb7ad1b-4466-48f7-b46d-cc83d4e22b51"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2022-06-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2022-06-10","text":"Choose a Background is a variant of the partner ability. You may have two commanders if one of them is a legendary creature with the choose a background ability and the other is a legendary Background enchantment. Backgrounds and cards with choose a Background do not interact with cards which have any other partner ability."},{"date":"2022-06-10","text":"If a card refers to a commander creature you own, a Background won't usually be counted or included for that effect. If another spell or ability causes your Background to become a creature, however, it will be included. Any effect that refers to your commander or a commander you own or control without specifying creature will apply to a Background that is your commander, as appropriate."},{"date":"2022-06-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2022-06-10","text":"If you control a Background that grants an ability to commander creatures you own, and you own more than one commander creature, each of them will have that ability."},{"date":"2022-06-10","text":"If your Commander deck has two commanders, you can include only cards whose own color identities are also found in your commanders’ combined color identities."},{"date":"2022-06-10","text":"If your commander loses the choose a Background ability or stops being a Background during the game, as appropriate, it is still your commander."},{"date":"2022-06-10","text":"Jaheira's ability gives the mana ability to all tokens you control, not just creature tokens."},{"date":"2022-06-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won’t have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 combat damage from any one of them, not from both of them combined (although your Background won’t usually be a creature anyway)."},{"date":"2022-06-10","text":"You can choose two commanders that are the same color or colors."},{"date":"2022-06-10","text":"You won't be able to activate the mana abilities of creature tokens you control on the turn they're created unless they have haste. Conversely, you will be able to activate the mana abilities of noncreature tokens you control on the turn they're created (provided they're untapped)."}],"rarities":["rare"]},"jaheira, insightful harper":{"name":"Jaheira, Insightful Harper","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Elf","Druid"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Hexproof from artifacts and enchantments\nWhen this creature specializes, destroy up to one target artifact or enchantment. Scry 2.","non_ability_text":null,"flavor_name":null,"keywords":[{"HexproofFrom":{"type":"CardType","data":"artifacts and enchantments"}}],"abilities":[],"triggers":[{"mode":"Specializes","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ specializes, destroy up to one target artifact or enchantment. Scry 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"ba4721ba-a14d-43f0-9ee8-619e3f93666a","brawl_commander":true,"is_commander":true,"legalities":{},"printings":["HBG"]},"jem lightfoote, sky explorer":{"name":"Jem Lightfoote, Sky Explorer","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Scout"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nAt the beginning of your end step, if you haven't cast a spell from your hand this turn, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you haven't cast a spell from your hand this turn, draw a card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"InZone","zone":"Hand"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"5802aa98-a9b7-4b0d-9d7c-c3938701870d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["e24fe6dc-662a-4abc-ad60-a1959b2be006"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"At the beginning of your end step, Jem Lightfoote’s ability will check to see if you’ve cast a spell from your hand this turn. If you have, the ability won’t trigger at all. If the ability does trigger, it will check again as it tries to resolve. If you’ve cast a spell from your hand since the ability triggered, the ability won’t do anything."}],"rarities":["uncommon"]},"jhoira of the ghitu":{"name":"Jhoira of the Ghitu","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{2}, Exile a nonland card from your hand: Put four time counters on the exiled card. If it doesn't have suspend, it gains suspend. (At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost. If it's a creature, it has haste.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":4},"target":{"type":"CostPaidObject"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]}}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Suspend":{"count":0,"cost":{"type":"Cost","shards":[],"generic":0}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain suspend"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":{"type":"SourceLacksKeyword","keyword":{"Suspend":{"count":0,"cost":{"type":"Cost","shards":[],"generic":0}}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}, Exile a nonland card from your hand: Put four time counters on the exiled card. If it doesn't have suspend, it gains suspend.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"ad3f4ec9-9905-421b-98ed-78bb6fc9b450","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1f437128-3a87-4958-97d0-3940d8761cba","23612d91-c394-4eee-987b-b124b615de86","64553587-e707-41d2-a2f4-768dfa47e893","aa6c3c8a-aa35-46b3-8769-27b4244457b0","d94dff56-14f5-4860-b944-68938fdd1e07","e7e9e757-c127-41ba-bcaa-a6e56dda0d5f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DDS","FUT","MMA","PLST","PZ2","TSR"],"rulings":[{"date":"2024-06-07","text":"A creature cast using suspend will enter the battlefield with haste. It will have haste until another player gains control of it. (In some rare cases, another player may gain control of the creature spell itself. If this happens, the creature won't enter the battlefield with haste.)"},{"date":"2024-06-07","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-06-07","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-06-07","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-06-07","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-06-07","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-06-07","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-06-07","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-06-07","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-06-07","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-06-07","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-06-07","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."}],"rarities":["rare","mythic"]},"jocasta, automaton avenger":{"name":"Jocasta, Automaton Avenger","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Robot","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever your commander deals combat damage to a player, put a +1/+1 counter on Jocasta.\nWhenever you attack with your commander, if this card is in your graveyard, you may return it to the battlefield tapped and attacking.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"IsCommander"}]},"description":"Whenever your commander deals combat damage to a player, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"IsCommander"}]},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with your commander, if this card is in your graveyard, you may return it to the battlefield tapped and attacking.","constraint":null,"condition":{"type":"SourceInZone","zone":"Graveyard"},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"787e6a7b-64f9-48ba-bccd-68dda3489b0f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["808c7052-1a10-4825-a0aa-1b8252e7587f","f666e211-0d80-4f01-b206-dac19bcbcfa7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"joel, resolute survivor":{"name":"Joel, Resolute Survivor","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Survivor"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever a creature token dies, put a +1/+1 counter on Joel and draw a card. This ability triggers only once each turn.\nPartner—Survivors (You can have two commanders if both have this ability.)","non_ability_text":null,"flavor_name":null,"keywords":["Menace",{"Partner":{"type":"Generic"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Token"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature token dies, put a +1/+1 counter on ~ and draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"64611260-c9f7-4375-b67a-f88fee6d3bff","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["713ab02f-cd48-420d-a2fe-ef460e6ce2d2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD"],"rarities":["mythic"]},"johann, apprentice sorcerer":{"name":"Johann, Apprentice Sorcerer","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard","Sorcerer"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nOnce each turn, you may cast an instant or sorcery spell from the top of your library. (You still pay its costs. Timing rules still apply.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"OncePerTurn","alt_cost":null}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"you may cast an instant or sorcery spell from the top of your library."}],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"8068f80f-88ee-4c0b-a0fb-3a6337f83f22","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["b88a762d-19ed-451d-a3a9-b3e7eea40f67"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["WOE"],"rulings":[{"date":"2023-09-01","text":"If Johann leaves the battlefield and returns to the battlefield in the same turn, or if Johann leaves and another Johann appears, the casting permission granted by the old one is different than the casting permission granted by the new one. On the turn in which the new Johann enters the battlefield, you may use its casting permission once, even if you used the old Johann's casting permission to cast an instant or sorcery spell from the top of your library in that same turn. Note that if you control multiple Johanns you won't have the opportunity to cast an instant or sorcery spell from the top of your library before the \"legend rule\" gets you down to one Johann."},{"date":"2023-09-01","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast a spell from the top of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2023-09-01","text":"If the top card of your library has an Adventure, you can cast the Adventure spell this way."},{"date":"2023-09-01","text":"You can look at the top card of your library whenever you want (with one restriction; see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2023-09-01","text":"You must pay all costs and follow all timing rules for spells cast from the top of your library this way."}],"rarities":["uncommon"]},"johtull wurm":{"name":"Johtull Wurm","mana_cost":{"type":"Cost","shards":["Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes blocked, it gets -2/-1 until end of turn for each creature blocking it beyond the first.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Multiply","factor":-2,"inner":{"type":"ClampMin","inner":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}},"offset":-1},"minimum":0}}},"toughness":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"ClampMin","inner":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}},"offset":-1},"minimum":0}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes blocked, it gets -2/-1 until end of turn for each creature blocking it beyond the first.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ab5a8242-4e42-43e6-a6ee-eeb0a8db3d11","metadata":{"source_printing_ids":["64a22e88-f7b1-48c8-a199-e57edcd50654","64ca51ce-e0f4-42ce-b2a5-db73268bcf1f","ff4f2361-2f99-41f5-b295-ca26c9eee27c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","ICE","ME2"],"rarities":["uncommon"]},"journey to nowhere":{"name":"Journey to Nowhere","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile target creature.\nWhen this enchantment leaves the battlefield, return the exiled card to the battlefield under its owner's control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile target creature.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, return the exiled card to the battlefield under its owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2bfec482-be0d-4768-84e7-1c2c74ea1373","metadata":{"source_printing_ids":["09cfe585-8a55-4b27-89e0-dfb6946fe1f3","13c2e384-68c2-4a99-8d91-0764865be6b6","39efc659-4de9-4ca2-b34a-f64b97795083","442bb671-8b23-4e3b-bf39-18152a68887e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["CMD","DDF","OTP","PLST","ZEN"],"rulings":[{"date":"2009-10-01","text":"If Journey to Nowhere leaves the battlefield before its first ability has resolved, its second ability will trigger and do nothing. Then its first ability will resolve and exile the targeted creature forever."}],"rarities":["common","uncommon"]},"joust through":{"name":"Joust Through","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Joust Through deals 3 damage to target attacking or blocking creature. You gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Blocking"}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 3 damage to target attacking or blocking creature. You gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"33c21ef1-33eb-447a-a318-a352f163a8a0","metadata":{"source_printing_ids":["846adb38-f9bb-4fed-b8ed-36ec7885f989"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN"],"rulings":[{"date":"2024-11-08","text":"If the target creature is an illegal target when Joust Through tries to resolve, it won't resolve and none of its effects will happen. You won't gain life."}],"rarities":["uncommon"]},"jund sojourners":{"name":"Jund Sojourners","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When you cycle this card and when this creature dies, you may have it deal 1 damage to any target.\nCycling {2}{R} ({2}{R}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":["Red"],"generic":2}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"},"damage_source":"TriggeringSource"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cycle this card, you may have it deal 1 damage to any target.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, you may have it deal 1 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"84a3ebc2-5c38-40ef-b5f4-62a92cbca493","metadata":{"source_printing_ids":["893c08b2-1391-4aaf-b79c-d1125b232f73"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ARB"],"rulings":[{"date":"2009-05-01","text":"If you cycle this card, the cycling ability goes on the stack, then the triggered ability goes on the stack on top of it. The triggered ability will resolve before you draw a card from the cycling ability."},{"date":"2009-05-01","text":"The cycling ability and the triggered ability are separate. If the triggered ability doesn't resolve (due to being countered with Stifle, for example, or if all its targets have become illegal), the cycling ability will still resolve and you'll draw a card."},{"date":"2009-05-01","text":"The triggered ability acts as a cycle-triggered ability or as a leaves-the-battlefield ability, as appropriate. The player who controls the triggered ability is the player who cycled the Sojourner, or the player who last controlled the Sojourner on the battlefield."},{"date":"2009-05-01","text":"You can cycle this card even if there are no targets for the triggered ability. That's because the cycling ability itself has no targets."}],"rarities":["common"]},"jungle wurm":{"name":"Jungle Wurm","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes blocked, it gets -1/-1 until end of turn for each creature blocking it beyond the first.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"ClampMin","inner":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}},"offset":-1},"minimum":0}}},"toughness":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"ClampMin","inner":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}},"offset":-1},"minimum":0}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes blocked, it gets -1/-1 until end of turn for each creature blocking it beyond the first.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"457705c9-5b0c-4c3a-89dd-80286fac6a6c","metadata":{"source_printing_ids":["f17f81b9-1fa1-4062-a9b3-048179274c05","f646c83f-e804-4878-9160-8f2059dba496"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR","VMA"],"rarities":["common"]},"junk golem":{"name":"Junk Golem","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with three +1/+1 counters on it.\nAt the beginning of your upkeep, sacrifice this creature unless you remove a +1/+1 counter from it.\n{1}, Discard a card: Put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{1}, Discard a card: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you remove a +1/+1 counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"044be66d-9334-4d4b-b420-b97a18698e95","metadata":{"source_printing_ids":["c9410da0-5693-456f-afa8-cb92ac176847"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rarities":["rare"]},"jötun owl keeper":{"name":"Jötun Owl Keeper","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Cumulative upkeep {W} or {U} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nWhen this creature dies, create a 1/1 white Bird creature token with flying for each age counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"CumulativeUpkeep":{"type":"OneOf","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}}]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Bird","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Bird"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"age"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create a 1/1 white Bird creature token with flying for each age counter on it.","constraint":null,"condition":null,"batched":false},{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"OneOf","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}}]}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue","White"],"scryfall_oracle_id":"3acef3dc-61ee-48e0-9b2e-a8e29d5f4ac7","metadata":{"related_token_ids":["81d7295b-25e6-5970-bdd1-e632965629e6"],"source_printing_ids":["1566c8a2-aaca-4ce0-a36b-620ea6f135cb","2632c821-513f-4059-b073-98ff691c1117"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CSP","PLST"],"rarities":["uncommon"]},"k'rrik, son of yawgmoth":{"name":"K'rrik, Son of Yawgmoth","mana_cost":{"type":"Cost","shards":["PhyrexianBlack","PhyrexianBlack","PhyrexianBlack"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Horror","Minion"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"({B/P} can be paid with either {B} or 2 life.)\nLifelink\nFor each {B} in a cost, you may pay 2 life rather than pay that mana.\nWhenever you cast a black spell, put a +1/+1 counter on K'rrik.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"HasColor","color":"Black"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a black spell, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"PayLifeAsColoredMana":{"color":"Black"}},"affected":{"type":"Controller"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"For each {B} in a cost, you may pay 2 life rather than pay that mana."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cbe3a4e7-5dbe-4f58-8ee6-a1762b65acfd","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["068d2a94-e4f5-4789-9228-30d72684e3b9","3592fbe4-8588-486e-99ba-c327b0b6ba24","45393005-78c7-4056-9ce6-310264922af3","4b27dba9-ffee-4b2c-b4d4-67c24511cffb","4f087b1c-97e0-4379-a94d-beac53685314","6238d688-0932-47f7-a47b-4085cf11391c","8a325a92-522b-4f2d-a3dd-2a9eb56d1478","a995fd27-b4c9-4620-b759-4755101e1534"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","FCA","MH3","PJ21","PLST","SLD"],"rulings":[{"date":"2019-08-23","text":"If a cost contains a mana symbol that may be paid in multiple ways, such as {B/R}, {B/P}, or {2/B}, you choose how you'll pay it before you do so. If you choose to pay {B} this way, K'rrik's ability allows you to pay life rather than pay that mana."},{"date":"2019-08-23","text":"K'rrik's ability doesn't modify or reduce costs you pay. It changes only how you may pay those costs."},{"date":"2019-08-23","text":"K'rrik's last ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2019-08-23","text":"You can't pay 2 life to pay for generic mana in costs you pay, even if an effect says that you must spend black mana to pay that generic mana."},{"date":"2024-06-07","text":"A Phyrexian mana symbol contributes 1 toward the mana value of a card, even if life is paid for it. Specifically, K'rrik's mana value is always 7."},{"date":"2024-06-07","text":"K'rrik's ability lets you pay 2 life for {B} in any cost you pay, including the mana costs of spells, activation costs, and even costs for special actions (such as morph). Any time you pay mana, that's a cost."}],"rarities":["rare"]},"kaalia of the vast":{"name":"Kaalia of the Vast","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Kaalia attacks an opponent, you may put an Angel, Demon, or Dragon creature card from your hand onto the battlefield tapped and attacking that opponent.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Angel"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":[{"Subtype":"Demon"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":["Creature",{"Subtype":"Dragon"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks an opponent, you may put an Angel, Demon, or Dragon creature card from your hand onto the battlefield tapped and attacking that opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"cb8d80c9-ed58-4f2d-aa8c-c383370c7f1a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0e42cd7b-8ce5-46a6-a44b-2b1dc8477d86","20094a0c-ea67-4c62-811a-5225f70d41f4","576a670d-4efd-498b-8c53-eda6e18868a4","5c509c36-43a8-454e-80fc-321f41981049","7782562f-cd13-4770-930c-95ad4263f24d","86f670f9-c5b7-4eb0-a7d0-d16513fadf74","93f6631f-f3a6-4d3c-8618-4b4ab4e82483","a0cc9eaf-c8d9-4da2-8fd8-8d423a02a3a8","e71c8c39-3fbb-4a42-9cf6-b3224f5a56fc","ef099f25-2b0b-4028-8490-fbc859e35f6c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","2XM","CM1","CMA","CMD","MH3","OCMD","PMEI","PRM","PZ1","SLD"],"rulings":[{"date":"2020-08-07","text":"Although the creature you put onto the battlefield is an attacking creature, it was never declared as an attacking creature. This means that abilities that trigger whenever a creature attacks won't trigger when it enters the battlefield attacking."},{"date":"2020-08-07","text":"Any effects that say that the Angel, Demon, or Dragon creature can't attack (such as that of Propaganda or if the creature has defender) affect only the declaration of attackers. They won't stop the creature from entering the battlefield attacking."},{"date":"2020-08-07","text":"If Kaalia attacks an opponent, the creature enters attacking that player even if Kaalia is somehow attacking a different player or planeswalker as its triggered ability resolves."},{"date":"2020-08-07","text":"If the opponent Kaalia attacked is no longer in the game when its ability resolves, you may put an Angel, Demon, or Dragon creature card onto the battlefield tapped, but it won't be attacking anyone and it won't be an attacking creature."},{"date":"2024-06-07","text":"Kaalia's ability doesn't trigger if it attacks a planeswalker or battle."}],"rarities":["mythic"]},"kain, traitorous dragoon":{"name":"Kain, Traitorous Dragoon","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Jump — During your turn, Kain has flying.\nWhenever Kain deals combat damage to a player, that player gains control of Kain. If they do, you draw that many cards, create that many tapped Treasure tokens, then lose that much life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":true,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, that player gains control of ~. If they do, you draw that many cards, create that many tapped Treasure tokens, then lose that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Jump — During your turn, ~ has flying."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"70fbb378-d905-47cf-8c54-cc166a7867b3","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["28eb294b-4cab-4c34-ae29-20aac9799471","39f9de73-84a7-483f-927e-91ade20a2d06","f8c86be0-e1b3-4a78-9254-238dd936914b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rarities":["rare"]},"kaito, bane of nightmares":{"name":"Kaito, Bane of Nightmares","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Kaito"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"Ninjutsu {1}{U}{B} ({1}{U}{B}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)\nDuring your turn, as long as Kaito has one or more loyalty counters on him, he's a 3/4 Ninja creature and has hexproof.\n[+1]: You get an emblem with \"Ninjas you control get +1/+1.\"\n[0]: Surveil 2. Then draw a card for each opponent who lost life this turn.\n[−2]: Tap target creature. Put two stun counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ninjutsu":{"type":"Cost","shards":["Blue","Black"],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Ninja"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Ninjas you control get +1/+1"}],"triggers":[]},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: You get an emblem with \"Ninjas you control get +1/+1.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":0},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentLostLife"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[0]: Surveil 2. Then draw a card for each opponent who lost life this turn.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Tap target creature. Put two stun counters on it.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"RuntimeHandled","handler":"NinjutsuFamily"},"cost":{"type":"NinjutsuFamily","variant":"Ninjutsu","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":4},{"type":"AddSubtype","subtype":"Ninja"},{"type":"AddType","core_type":"Creature"},{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"And","conditions":[{"type":"DuringYourTurn"},{"type":"HasCounters","counters":{"type":"OfType","data":"loyalty"},"minimum":1}]},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, as long as ~ has one or more loyalty counters on him, he's a 3/4 Ninja creature and has hexproof."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"fa43077b-5d8b-4fb1-8dda-2a9185e6715e","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["14901700-881a-4c79-b162-aeeb1579757e","55a14f30-4ff9-4472-90a6-c3139f1c18e5","79d24cf8-107e-4b5b-a4f5-a7498647abef","a7927a69-62a9-4f69-923d-f651bb03a7b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"Although Kaito enters attacking when his ninjutsu ability resolves, he was never declared as an attacking creature (for purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2024-09-20","text":"As you activate Kaito's ninjutsu ability, you reveal Kaito from your hand and return the attacking creature. Kaito isn't put onto the battlefield until the ability resolves. If Kaito leaves your hand before then, he won't enter at all."},{"date":"2024-09-20","text":"If an opponent lost life this turn and subsequently lost the game, Kaito's fourth ability still counts that player when determining how many cards to draw."},{"date":"2024-09-20","text":"If at least one creature in combat has first strike or double strike, you can activate Kaito's ninjutsu ability during the first-strike combat damage step. In that case, Kaito will deal combat damage during the regular combat damage step, even if he has first strike."},{"date":"2024-09-20","text":"Kaito enters attacking the same player, planeswalker, or battle the returned creature was attacking. This is a rule specific to ninjutsu; in other cases, when a creature is put onto the battlefield attacking, that creature's controller chooses which player, planeswalker, or battle it's attacking."},{"date":"2024-09-20","text":"Kaito's fourth ability cares whether opponents lost life this turn, not how their life totals changed. For example, an opponent who gained 2 life and lost 1 life in the same turn still lost life that turn."},{"date":"2024-09-20","text":"Kaito's second ability causes him to stop being a planeswalker during your turn as long as he has at least one loyalty counter on him. While he's a creature, damage dealt to him won't cause loyalty counters to be removed. You can still activate Kaito's loyalty abilities."},{"date":"2024-09-20","text":"One or more stun counters on a permanent create a single replacement effect that stops the permanent from untapping. That effect is \"If a permanent with a stun counter on it would become untapped, instead remove a stun counter from it.\""},{"date":"2024-09-20","text":"The ninjutsu ability can be activated during the declare blockers step, combat damage step, or end of combat step. If you wait until after the declare blockers step, because all combat damage is dealt at once, Kaito won't normally deal combat damage."},{"date":"2024-09-20","text":"The ninjutsu ability can be activated only after blockers have been declared. Before then, attacking creatures are neither blocked nor unblocked."}],"rarities":["mythic"]},"kaldra compleat":{"name":"Kaldra Compleat","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Living weapon\nIndestructible\nEquipped creature gets +5/+5 and has first strike, trample, indestructible, haste, and \"Whenever this creature deals combat damage to a creature, exile that creature.\"\nEquip {7}","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible","LivingWeapon"],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":7}},"sub_ability":null,"duration":null,"description":"Equip {7}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Phyrexian Germ","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature","Phyrexian","Germ"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Living weapon — create Phyrexian Germ token and attach","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":5},{"type":"AddToughness","value":5},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a creature, exile that creature.","constraint":null,"condition":null,"batched":false}},{"type":"AddKeyword","keyword":"FirstStrike"},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Indestructible"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +5/+5 and has first strike, trample, indestructible, haste, and \"Whenever ~ deals combat damage to a creature, exile that creature.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"7359e82b-db79-488d-a1d4-75a00f12a4cf","metadata":{"related_token_ids":["1799d4b5-48a4-507d-90e9-53c34f2d5724","65313366-37ce-5d33-a1f4-a4e4d0de2f52","f4a52681-29e7-5f31-89ee-8898b454d344"],"source_printing_ids":["572fb0dc-d876-4e1b-91d1-9c595f6f6f04","87cc2855-6b14-44dd-a398-7dc2bbae081f","a5a0ae99-d84a-4f27-bed8-889747c78529","c6dc22cb-74c0-443d-b22d-4277a65cc076"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA3","CMM","MH2","PLST","PMH2","PSPL"],"rarities":["mythic"]},"kami of false hope":{"name":"Kami of False Hope","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Sacrifice this creature: Prevent all combat damage that would be dealt this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"CombatDamage"},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Sacrifice ~: Prevent all combat damage that would be dealt this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"49984248-4800-4f46-933a-fedd970ae910","metadata":{"source_printing_ids":["44e4f5e6-935e-429f-89b4-4571376f442e","9c357194-37b7-45cc-a52d-9c7e71f226df"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["BOK","PLST"],"rarities":["common"]},"kami of the honored dead":{"name":"Kami of the Honored Dead","mana_cost":{"type":"Cost","shards":["White","White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature is dealt damage, you gain that much life.\nSoulshift 6 (When this creature dies, you may return target Spirit card with mana value 6 or less from your graveyard to your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Soulshift":6}],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, you gain that much life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Hand","target":{"type":"Typed","type_filters":["Card",{"Subtype":"Spirit"}],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"},{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":6}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"You may return target Spirit card with mana value 6 or less from your graveyard to your hand","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.46a: When ~ dies, you may return target Spirit card with mana value 6 or less from your graveyard to your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"be6d78c7-b7fb-46a9-99ea-f10d21c3da58","metadata":{"source_printing_ids":["46e53299-f480-4769-bfc6-86fb19964280"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BOK"],"rarities":["uncommon"]},"kami of the hunt":{"name":"Kami of the Hunt","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a Spirit or Arcane spell, this creature gets +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Spirit"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Arcane"}],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a Spirit or Arcane spell, ~ gets +1/+1 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"96e68c7a-f187-4aa6-998c-238e7c833809","metadata":{"source_printing_ids":["5ace3c4e-3287-4975-b4d0-91f009c0cf5b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CHK"],"rarities":["common"]},"kappa cannoneer":{"name":"Kappa Cannoneer","mana_cost":{"type":"Cost","shards":["Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Turtle","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Improvise (Your artifacts can help cast this spell. Each artifact you tap after you're done activating mana abilities pays for {1}.)\nWard {4}\nWhenever this creature or another artifact you control enters, put a +1/+1 counter on this creature. It can't be blocked this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Improvise",{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":4}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another artifact you control enters, put a +1/+1 counter on ~. It can't be blocked this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7fffbe7f-ad78-4bb6-a611-c37e495c6ee0","metadata":{"source_printing_ids":["6ddc2852-11c4-40da-b26f-6f236349f608","712751fa-748e-4018-a9f5-fb83a706c570","85a89077-b384-4fca-9d26-7297962c1541","974f71e8-2c42-4267-b0b5-5826930e4f1f","99cd996f-be74-4dbb-9460-6d650cedfca6","be0c919a-a592-433e-8e36-8fe633974eff"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC","MH3","MKC","NEC","PRM"],"rulings":[{"date":"2022-02-18","text":"If a player casts a spell that targets multiple permanents their opponent controls with ward, each of those ward abilities will trigger. If that player doesn't pay for all of them, the spell will be countered."}],"rarities":["rare"]},"karakas":{"name":"Karakas","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {W}.\n{T}: Return target legendary creature to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"destination":null},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Return target legendary creature to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"59119143-c0fa-49dd-adf0-e2fd3029c48b","metadata":{"source_printing_ids":["0e7511b8-9af9-4cc8-a01c-8e71af2cf5dc","303d20a2-cf61-4d47-abc4-53e3876435e3","31d2422a-bb7d-4cdd-9aac-e5a936a4be3b","605c2218-9d12-4ac3-a721-fca590b89847","71403ce4-e5ac-4e99-b26d-a51456df5cac","d939ad90-b4b6-452d-a318-b8895d185a0c","da940567-0585-45c5-89b4-fbdaf39192ec","e52214e1-404a-405a-b08e-20e13c087338","ff790ded-af9f-4e93-84b7-ddadff5ccad4"]},"legalities":{"commander":"banned","duel":"banned","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EMA","J12","LEG","LTC","ME3","OLGC","PRM","PUMA","TD0","UMA"],"rarities":["uncommon","rare","mythic"]},"karakyk guardian":{"name":"Karakyk Guardian","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, trample\nThis creature has hexproof if it hasn't dealt damage yet. (It can't be the target of spells or abilities your opponents control.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample","Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"Not","condition":{"type":"SourceHasDealtDamage"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has hexproof if it hasn't dealt damage yet."}],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"41129dc1-be88-4198-94f9-032817a79bc7","metadata":{"source_printing_ids":["8b8a7d6a-c429-4b66-b5b0-953335c5108e","a4c77b08-c3f6-4458-8636-f226f9843b6d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rulings":[{"date":"2025-04-04","text":"If Karakyk Guardian leaves the battlefield and returns, it’s considered a new object even if it’s represented by the same card. It has hexproof again until it deals damage."},{"date":"2025-04-04","text":"If a triggered ability triggers at the same time that Karakyk Guardian deals damage for the first time, targets for that ability are chosen after Karakyk Guardian no longer has hexproof."}],"rarities":["uncommon"]},"karazikar, the eye tyrant":{"name":"Karazikar, the Eye Tyrant","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Beholder"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever you attack a player, tap target creature that player controls and goad it. (Until your next turn, that creature attacks each combat if able and attacks a player other than you if able.)\nWhenever an opponent attacks another one of your opponents, you and the attacking player each draw a card and lose 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"DefendingPlayer","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Goad","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack a player, tap target creature that player controls and goad it.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever an opponent attacks another one of your opponents, you and the attacking player each draw a card and lose 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"47fde936-be71-4550-826b-b98d139cc57a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["60ceebcd-6d4d-4875-a170-40d138449cdc","da46b47b-0156-4a01-b4b1-28526a6826f4","eb382d12-88a2-4ace-942b-9c0f87bfbacc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","PRM","SLD"],"rarities":["mythic"]},"kari zev, skyship raider":{"name":"Kari Zev, Skyship Raider","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Pirate"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"First strike, menace\nWhenever Kari Zev attacks, create Ragavan, a legendary 2/1 red Monkey creature token. Ragavan enters tapped and attacking. Exile that token at end of combat.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Menace"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Ragavan","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Monkey"],"colors":["Red"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":true,"supertypes":["Legendary"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"EndCombat"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create Ragavan, a legendary 2/1 red Monkey creature token. Ragavan enters tapped and attacking. Exile that token at end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"786baa29-afd4-40f0-95c8-920a972b9175","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["804501ef-dae7-5d29-ad1f-72c6ada1bb1e","8cc72d92-634d-5858-80bd-ec2c053e2d46","c7192a84-4ec9-557f-b467-9937ad9930b8"],"source_printing_ids":["1a9e43d4-41ff-468c-b817-7e8467fadb1a","48765efe-bcb5-4a15-acd0-607ead64ae6d","52de8af2-d260-42a8-b8c2-b26b392632d1","72495879-39ce-449d-ad2f-ef32ea46f3aa","9638a43f-6b61-4455-8e0f-4142652c4b54","f9b7d945-0c34-4576-abb0-a6e2a816c052"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","DMC","J22","KLR","LCC","PAER","PLST"],"rulings":[{"date":"2017-02-09","text":"Although Ragavan is attacking, it was never declared as an attacking creature (for the purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2017-02-09","text":"The delayed triggered ability that exiles Ragavan triggers at end of combat even if Kari Zev is no longer on the battlefield."},{"date":"2017-02-09","text":"You choose which opponent or opposing planeswalker Ragavan is attacking as you create the token. It doesn't have to be the same player or planeswalker Kari Zev is attacking."}],"rarities":["rare"]},"karlov watchdog":{"name":"Karlov Watchdog","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dog"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nPermanents your opponents control can't be turned face up during your turn.\nWhenever you attack with three or more creatures, creatures you control get +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with three or more creatures, creatures you control get +1/+1 until end of turn.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"Controller","scope":"You"},"comparator":"GE","count":3},"batched":true}],"static_abilities":[{"mode":"CantBeTurnedFaceUp","affected":{"type":"Typed","type_filters":["Permanent"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Permanents your opponents control can't be turned face up during your turn."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"73f44500-fe83-40fa-b6f2-ed5673d0edcc","metadata":{"source_printing_ids":["79cfb366-ae2a-4b3d-9a80-383a32db1509"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"It doesn't matter what happens to the creatures in response. As long as you attacked with at least three creatures, creatures you control will get +1/+1 until end of turn when Karlov Watchdog's triggered ability resolves."},{"date":"2024-02-02","text":"While Karlov Watchdog is on the battlefield, opponents can't attempt to turn face-down creatures face up either by paying a disguise or morph cost or by paying the mana cost of a cloaked or manifested creature."}],"rarities":["uncommon"]},"karmic guide":{"name":"Karmic Guide","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel","Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, protection from black\nEcho {3}{W}{W} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)\nWhen this creature enters, return target creature card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Protection":{"Color":"Black"}},{"Echo":{"type":"Mana","data":{"type":"Cost","shards":["White","White"],"generic":3}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target creature card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false},{"mode":"PayEcho","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.30a: At the beginning of your upkeep, sacrifice this permanent unless you pay its echo cost.","constraint":null,"condition":{"type":"EchoDue"},"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","White"],"generic":3}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8c31fec9-e4b3-4761-990e-7be38eb05604","metadata":{"source_printing_ids":["15090117-5fef-454d-8972-8f31e9fd870f","1dab6c67-1fbb-44b7-a255-15ceaf8352cf","77d23045-905b-44cb-9af9-cc6ad717477d","915b4638-b1ec-4045-80e6-f05fb1e2a87c","9743a8f4-8eea-49c1-b533-b2aa40152260","b0768971-88ed-4166-aede-209654878e53","b26d50dd-54a1-43ce-9884-3999f698d97b","b6abd8b8-76e5-4df3-ab50-db1c34e328a0","c48e3d51-1c63-4b39-97df-92c260311dad","c4f60a8a-0401-4d4e-bb7a-3ab52cf7c8a1","f550f0dd-9e20-4faf-a374-9d1c5830a52f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["AFC","C13","CMA","EMA","J12","MH2","SLD","SOC","ULG","VMA","VOC"],"rulings":[{"date":"2021-06-18","text":"Paying for echo is always optional. When the echo triggered ability resolves, if you can't pay the echo cost or choose not to, you sacrifice that permanent."},{"date":"2021-06-18","text":"Your permanent's echo ability will trigger at the beginning of your upkeep if it entered the battlefield since the beginning of your last upkeep, or if you gained control of it since the beginning of your last upkeep."}],"rarities":["rare"]},"karn, legacy reforged":{"name":"Karn, Legacy Reforged","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Karn's power and toughness are each equal to the greatest mana value among artifacts you control.\nAt the beginning of your upkeep, add {C} for each artifact you control. This mana can't be spent to cast nonartifact spells. Until end of turn, you don't lose this mana as steps and phases end.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}},"restrictions":[{"SpellTypeOrAbilityActivation":{"spell_type":"Artifact","ability":"Any"}}],"expiry":"EndOfTurn"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, add {C} for each artifact you control. This mana can't be spent to cast nonartifact spells. Until end of turn, you don't lose this mana as steps and phases end.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"ManaValue","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"ManaValue","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the greatest mana value among artifacts you control."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"bc8802db-8c94-4eb4-817f-5f4f5408b7a4","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["038b1b24-e823-40c2-8fa4-7193854037d3","4219b5ea-a252-4d76-a60a-9674340e8ed3","47b1d426-db36-4a6d-9eb7-d093e0c0ee6a","b04e6527-06f8-4783-93fc-8738673116c1","f3dc3541-c398-4d43-b1c4-4d1e1e3e1ebf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MAT","MB2"],"rulings":[{"date":"2023-05-12","text":"Karn's last ability isn't a mana ability, even though it adds mana. It uses the stack and it can be responded to. Use the number of artifacts you control as the ability resolves to determine how much mana to add."},{"date":"2023-05-12","text":"The ability that defines Karn's power and toughness works in all zones, not just the battlefield. As long as Karn is under your control and still an artifact, its own mana value will count. In most cases, it'll be at least 5/5."},{"date":"2023-05-12","text":"The mana produced by Karn's last ability can be spent on anything that isn't a nonartifact spell. This includes casting artifact spells, paying costs to activate abilities of both artifact and nonartifact permanents, paying ward costs, and so on."}],"rarities":["mythic"]},"karn, silver golem":{"name":"Karn, Silver Golem","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever Karn blocks or becomes blocked, it gets -4/+4 until end of turn.\n{1}: Target noncreature artifact becomes an artifact creature with power and toughness each equal to its mana value until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature with power and toughness each equal to its mana value"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Artifact",{"Non":"Creature"}],"controller":null,"properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: Target noncreature artifact becomes an artifact creature with power and toughness each equal to its mana value until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-4},"toughness":{"type":"Fixed","value":4},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ blocks or becomes blocked, it gets -4/+4 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8a7c6391-020a-4d7a-8abb-702631bbee56","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["055a00a2-0df2-4f49-ac51-e33dfaf7ee85","11a699e0-ac11-4257-ae41-891fb7284c6d","811a0988-2900-426c-9413-8f1778d99678"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["OCM1","PAL99","PRM","USG","V10","VMA","WC99"],"rulings":[{"date":"2004-10-04","text":"The blocking ability triggers only once no matter how many blockers are declared."},{"date":"2008-08-01","text":"A noncreature permanent that turns into a creature can attack, and its {T} abilities can be activated, only if its controller has continuously controlled that permanent since the beginning of their most recent turn. It doesn't matter how long the permanent has been a creature."}],"rarities":["rare"]},"karplusan yeti":{"name":"Karplusan Yeti","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Yeti"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{T}: This creature deals damage equal to its power to target creature. That creature deals damage equal to its power to this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: ~ deals damage equal to its power to target creature. That creature deals damage equal to its power to ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d6d84884-4a58-4187-aa5c-20b39b379590","metadata":{"source_printing_ids":["6ad95118-104c-41d4-a393-941e7b97fd8e","7dd9b214-d9fe-4c2e-b45b-7145ad98c408","f2a0535c-36d0-4e77-bf59-9c7a6c9b2ddb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["9ED","ICE"],"rulings":[{"date":"2004-10-04","text":"Giving either creature first strike does not affect the ability."},{"date":"2004-10-04","text":"If this leaves the battlefield before its activated ability resolves, it will still deal damage to the targeted creature. On the other hand, if the targeted creature leaves the battlefield before the ability resolves, the ability won't resolve and no damage will be dealt."}],"rarities":["rare"]},"katara, water tribe's hope":{"name":"Katara, Water Tribe's Hope","mana_cost":{"type":"Cost","shards":["White","Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior","Ally"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhen Katara enters, create a 1/1 white Ally creature token.\nWaterbend {X}: Creatures you control have base power and toughness X/X until end of turn. X can't be 0. Activate only during your turn. (While paying a waterbend cost, you can tap your artifacts and creatures to help. Each one pays for {1}.)","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance","Waterbend"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"CostXPaid"}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"CostXPaid"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have base power and toughness X/X"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Waterbend","cost":{"type":"Cost","shards":["X"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Waterbend {X}: Creatures you control have base power and toughness X/X until end of turn. Activate only during your turn.","target_prompt":null,"activation_restrictions":[{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"min_x_value":1,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Ally","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Ally"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 1/1 white Ally creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"234fb291-0b62-4092-9071-81311c71bd53","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["a1248262-41d8-5572-8092-2e7350a4acdd"],"source_printing_ids":["95547532-c056-44a5-9d80-4f6b729b6e0c","9ec03308-59a2-417a-938f-bdda75080e43"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"Katara, Water Tribe's Hope's ability overwrites any effects that previously set a creature's base power and/or toughness. Any existing effects or counters that raise or lower a creature's power and/or toughness continue to apply."}],"rarities":["rare"]},"kathril, aspect warper":{"name":"Kathril, Aspect Warper","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Nightmare","Insect"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When Kathril enters, put a flying counter on any creature you control if a creature card in your graveyard has flying. Repeat this process for first strike, double strike, deathtouch, hexproof, indestructible, lifelink, menace, reach, trample, and vigilance. Then put a +1/+1 counter on Kathril for each counter put on a creature this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"flying","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"first strike","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"double strike","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"deathtouch","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"hexproof","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"indestructible","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lifelink","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"menace","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"reach","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"trample","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"vigilance","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"TrackedSetSize"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Vigilance"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Trample"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Reach"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Menace"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Lifelink"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Indestructible"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Hexproof"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Deathtouch"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"DoubleStrike"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"FirstStrike"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"},{"type":"WithKeyword","value":"Flying"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, put a flying counter on any creature you control if a creature card in your graveyard has flying. Repeat this process for first strike, double strike, deathtouch, hexproof, indestructible, lifelink, menace, reach, trample, and vigilance. Then put a +1/+1 counter on ~ for each counter put on a creature this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"730897a9-3ead-4990-9492-1a2040d8ccac","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"TargetFallback","context":"parse_target could not classify","text":"any creature you control","line_index":0}],"metadata":{"source_printing_ids":["ebc57f73-a517-463e-8d55-56aa996d091e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","OC20"],"rulings":[{"date":"2020-04-17","text":"For each applicable keyword, the appropriate counter may be put on any creature you control, including Kathril. The counters don't need to all be put on the same creature."},{"date":"2020-04-17","text":"Once Kathril's ability begins resolving, no player may take other actions until it's done and you've put +1/+1 counters on Kathril."},{"date":"2020-04-17","text":"You check once for each keyword. If you have two creature cards with flying in your graveyard, you put just one flying counter on a creature you control, not two."},{"date":"2020-06-23","text":"If cards in your graveyard have multiple hexproof abilities (such as hexproof, hexproof from white, and hexproof from black), a counter of each variant kind will be put onto a creature."}],"rarities":["mythic"]},"kav landseeker":{"name":"Kav Landseeker","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kavu","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Menace (This creature can't be blocked except by two or more creatures.)\nWhen this creature enters, create a Lander token. At the beginning of the end step on your next turn, sacrifice that token. (It's an artifact with \"{2}, {T}, Sacrifice this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.\")","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Lander","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Lander"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"End","player":0,"gate":"AfterCreationTurn"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a Lander token. At the beginning of the end step on your next turn, sacrifice that token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"528fe479-dab9-4cf8-bda0-1d226a644366","metadata":{"related_token_ids":["7b3e5486-632b-5245-8026-3222282173bc"],"source_printing_ids":["7a5a7e89-50e3-43cb-af93-d7d80a630c11"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"If a replacement effect (such as that of Exalted Sunborn’s second ability) causes additional tokens to be created during the resolution of Kav Landseeker’s last ability, you’ll sacrifice those tokens at the beginning of the end step on your next turn as well."},{"date":"2025-07-25","text":"Kav Landseeker’s last ability creates a delayed triggered ability that triggers at the beginning of the end step on your next turn. When that ability resolves, if you still control the Lander token created by Kav Landseeker’s last ability, you’ll sacrifice that token. Sacrificing the Lander token this way won’t allow you to search your library for a basic land."}],"rarities":["common"]},"kaya, spirits' justice":{"name":"Kaya, Spirits' Justice","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Kaya"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"Whenever one or more creatures you control and/or creature cards in your graveyard are put into exile, you may choose a creature card from among them. Until end of turn, target token you control becomes a copy of it, except it has flying.\n[+2]: Surveil 2, then exile a card from a graveyard.\n[+1]: Create a 1/1 white and black Spirit creature token with flying.\n[−2]: Exile target creature you control. For each other player, exile up to one target creature that player controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":2},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":"[+2]: Surveil 2, then exile a card from a graveyard.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":["White","Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Create a 1/1 white and black Spirit creature token with flying.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"for","description":"For each other player, exile up to one target creature that player controls"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Exile target creature you control. For each other player, exile up to one target creature that player controls.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"choose","description":"choose a creature card from among them"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"ParentTarget"},"duration":"UntilEndOfTurn","additional_modifications":[{"type":"AddKeyword","keyword":"Flying"}]},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"origin":null,"destination":"Exile","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more creatures you control and/or creature cards in your graveyard are put into exile, you may choose a creature card from among them. Until end of turn, target token you control becomes a copy of it, except it has flying.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"0a094c5f-cefb-4ba1-90c8-dd78ae8efe95","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["e00e04e7-7717-50ba-9862-5b446921ecae"],"source_printing_ids":["7c9acee3-12b7-41c6-8a5c-7985d052bc7a","a2827593-4951-4ba7-b73e-c27de56f2606"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM","PWCS"],"rulings":[{"date":"2024-02-02","text":"If a creature card that was exiled is no longer in exile when Kaya, Spirits' Justice's first ability resolves (perhaps because of Pull from Eternity or a similar effect), you can't choose that creature card with that ability."},{"date":"2024-02-02","text":"The target token copies the printed values of the card in exile, with the noted exception. It doesn't matter if that card was a copy of something else when it was on the battlefield."},{"date":"2024-02-02","text":"You choose all targets for Kaya, Spirits' Justice's last ability."}],"rarities":["mythic"]},"kaysa":{"name":"Kaysa","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Green creatures you control get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Green"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Green creatures you control get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0fd18a9b-c112-4e48-8fd7-e53fe4500943","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["8e04a31e-24b6-4d54-90c3-3f37d457131b","cd4b6daf-cf37-43c6-9446-3aa0de222ac4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ALL","ME2"],"rulings":[{"date":"2008-10-01","text":"Kaysa’s ability affects itself."}],"rarities":["rare"]},"kazandu mammoth":{"name":"Kazandu Mammoth","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elephant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, this creature gets +2/+2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, ~ gets +2/+2 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2ac1c95c-2a9d-40bc-9cad-9cadfa3f19f7","metadata":{"source_printing_ids":["09c8c150-a0d8-4254-9169-7697e9c540da","2f632537-63bf-4490-86e6-e6067b9c1a3b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2020-09-25","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2020-09-25","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2020-09-25","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2020-09-25","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2020-09-25","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2020-09-25","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2020-09-25","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2020-09-25","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["rare"]},"kazandu valley":{"name":"Kazandu Valley","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\n{T}: Add {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2ac1c95c-2a9d-40bc-9cad-9cadfa3f19f7","metadata":{"source_printing_ids":["09c8c150-a0d8-4254-9169-7697e9c540da","2f632537-63bf-4490-86e6-e6067b9c1a3b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PZNR","ZNR"],"rarities":["rare"]},"kederekt parasite":{"name":"Kederekt Parasite","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Horror"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent draws a card, if you control a red permanent, you may have this creature deal 1 damage to that player.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws a card, if you control a red permanent, you may have ~ deal 1 damage to that player.","constraint":null,"condition":{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"HasColor","color":"Red"},{"type":"InZone","zone":"Battlefield"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fc7b46af-6c07-455a-99c7-f1bccaa2a5f4","metadata":{"source_printing_ids":["878c7d8c-4df0-43ac-8197-d89c8be5e70d","bc5da9e8-c070-4cf4-a21b-24ff2178d751","dbc01cde-e27e-450f-8cca-28fa8f1a3760"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CON","DSC","PLST"],"rulings":[{"date":"2009-02-01","text":"The \"intervening 'if' clause\" means that (1) the ability won't trigger at all unless you control a permanent of the specified color, and (2) the ability will do nothing unless you control a permanent of the specified color at the time it resolves."}],"rarities":["rare"]},"keen duelist":{"name":"Keen Duelist","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, you and target opponent each reveal the top card of your library. You each lose life equal to the mana value of the card revealed by the other player. You each put the card you revealed into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Any"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"lose","description":"lose life equal to the mana value of the card revealed by the other player"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of your upkeep, you and target opponent each reveal the top card of your library. You each lose life equal to the mana value of the card revealed by the other player. You each put the card you revealed into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"b8602f19-6fc2-43c4-b0c4-2cd11d5dbda2","metadata":{"source_printing_ids":["0446a3df-6f77-4b86-b694-ce99feb3d9ab","04f9eb05-7c1d-49f5-a9dc-c44e1a1add89","f675e19d-377e-4db1-b1bf-a4bf4a7d1c85","f7f0491d-1aea-4d16-83c3-2f58e8bbda5a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","PRM","SLD","SOC"],"rarities":["rare"]},"keeper of kookus":{"name":"Keeper of Kookus","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{R}: This creature gains protection from red until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":{"Protection":{"Color":"Red"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain protection from red"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: ~ gains protection from red until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"97417270-e525-4261-b7d9-0dde3360e666","metadata":{"source_printing_ids":["d11b6df4-449f-44ea-a4fa-f079bcd26a54"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["VIS"],"rarities":["common"]},"keeper of the accord":{"name":"Keeper of the Accord","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each opponent's end step, if that player controls more creatures than you, create a 1/1 white Soldier creature token.\nAt the beginning of each opponent's end step, if that player controls more lands than you, you may search your library for a basic Plains card, put it onto the battlefield tapped, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each opponent's end step, if that player controls more creatures than you, create a 1/1 white Soldier creature token.","constraint":{"type":"OnlyDuringOpponentsTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Plains"}],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each opponent's end step, if that player controls more lands than you, you may search your library for a basic Plains card, put it onto the battlefield tapped, then shuffle.","constraint":{"type":"OnlyDuringOpponentsTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"ScopedPlayer","properties":[]}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"49b9a3ac-d245-431a-bf40-64d1b8dc2b91","metadata":{"related_token_ids":["360947e8-61bd-5dd0-b42c-3477676c5110","7448081c-7411-5fed-aafe-634b8ae05a30","9a28c20d-86fe-57ac-a3c3-ab330ed62190","b39718f3-8bdc-5726-9b59-c690d962b222","d69959d9-f0f9-51cd-8b0d-c560cff6e53d"],"source_printing_ids":["08788504-17b9-47b1-b928-f395d0057eed","1b65b68b-aec3-49b1-a26e-fab1d7c7514f","367dad7f-774a-47c2-892b-b3952dbed683","37eec618-2c3d-423b-bbb7-72ef7deb38fc","4575fce3-872a-4a97-a291-822988cb2745","60f50b6f-0049-4f2c-8a41-1345d1b88dae","7887ba81-16b6-4cfd-b282-02200a1789a3","7ee310ee-850f-44f0-82af-58bf766ea737","d2abfdea-b367-4e96-a435-4a03f6c98c9f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","MKC","MOC","PCMR","PIP","PLST","PRM"],"rulings":[{"date":"2020-11-10","text":"Both triggered abilities trigger at the same time. You may put them on the stack in either order."},{"date":"2020-11-10","text":"If the opponent doesn't control more creatures than you as their end step begins, the first ability won't trigger. The same is true for lands and the second ability. Each of those abilities will check again when it tries to resolve. If the opponent no longer controls more creatures (or lands) than you, the ability won't resolve and will have no effect."}],"rarities":["rare"]},"keldon flamesage":{"name":"Keldon Flamesage","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Enlist\nWhenever this creature attacks, look at the top X cards of your library, where X is this creature's power. You may exile an instant or sorcery card with mana value X or less from among them. Put the rest on the bottom of your library in a random order. You may cast the exiled card without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":["Enlist"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}}]}]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"TrackedSet","id":0},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, look at the top X cards of your library, where X is ~'s power. You may exile an instant or sorcery card with mana value X or less from among them. Put the rest on the bottom of your library in a random order. You may cast the exiled card without paying its mana cost.","constraint":null,"condition":null,"batched":false},{"mode":"Enlisted","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}}},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"CR 702.154a: Enlist — this creature gets +X/+0 until end of turn, where X is the tapped creature's power","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.154a-b: Enlist — when this creature enlists another creature, this creature gets +X/+0 until end of turn, where X is the tapped creature's power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0efedec3-b57c-4395-ad72-19d79560c99f","metadata":{"source_printing_ids":["710d2a3c-63a7-4e33-9ae3-21fb6b3d8326","9dacef18-5c0d-4c99-8273-1f9c896552bf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU","PRM"],"rulings":[{"date":"2022-09-09","text":"If Keldon Flamesage leaves the battlefield in response to its triggered ability, use its power as it last existed on the battlefield to determine the value of X."},{"date":"2022-09-09","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2022-09-09","text":"If you cast a spell \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs, such as a kicker cost. If the card has any mandatory additional costs, you must pay those to cast the spell."},{"date":"2022-09-09","text":"The attacking player chooses whether to tap a creature for an enlist ability immediately after they tap the creatures that they have chosen to attack with. You can't choose to enlist a creature later."},{"date":"2022-09-09","text":"To enlist a creature, that creature must be untapped, it must not be attacking (even if it has vigilance), and it must have haste or have been under that attacking player's control since the beginning of their current turn."},{"date":"2022-09-09","text":"When a player taps a creature for an attacking creature's enlist ability, that attacking creature gets +X/+0 until end of turn, where X is the tapped creature's power. This is a triggered ability that goes on the stack immediately after attackers have been declared in the declare attackers step."},{"date":"2022-09-09","text":"You may tap only one creature for an enlist ability of an attacking creature, and a single creature can't be tapped for more than one enlist ability."}],"rarities":["rare"]},"kenrith's transformation":{"name":"Kenrith's Transformation","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nWhen this Aura enters, draw a card.\nEnchanted creature loses all abilities and is a green Elk creature with base power and toughness 3/3. (It loses all other card types and creature types.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"RemoveAllAbilities"},{"type":"SetCardTypes","core_types":["Creature"]},{"type":"SetColor","colors":["Green"]},{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Elk"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature loses all abilities and is a green Elk creature with base power and toughness 3/3."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a492a323-df8a-40fd-bff0-50091baa7700","metadata":{"source_printing_ids":["0d662942-4f87-42c7-a8b5-30308979611b","44d60a41-3f5e-4559-b18c-22c0fe15235e","6da7cd39-1f8a-4f68-adb7-df2beac02263","896e5f61-6074-458d-9e8c-aff99fda75d7","a34add4e-5d5e-489c-a3b4-daef05a2bb0f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","ELD","PLST","WOC"],"rulings":[{"date":"2019-10-04","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to a creature may become lethal if Kenrith's Transformation becomes attached to it during that turn."},{"date":"2019-10-04","text":"Effects that modify a creature's power and/or toughness, such as the effect of Festive Funeral, will apply to the creature no matter when they started to take effect. The same is true for any counters that change its power and/or toughness."},{"date":"2019-10-04","text":"If the affected creature gains an ability after Kenrith's Transformation becomes attached to it, it will keep that ability."},{"date":"2019-10-04","text":"If the creature Kenrith's Transformation would enchant is an illegal target by the time the Aura spell resolves, the entire spell doesn't resolve. It won't enter the battlefield, so its ability won't trigger."},{"date":"2019-10-04","text":"Kenrith's Transformation may enchant a permanent that is only temporarily a creature, such as Enchanted Carriage. If this happens, the Aura's effect causes the enchanted permanent to remain a green Elk creature even after the temporary effect expires."},{"date":"2019-10-04","text":"Kenrith's Transformation overwrites all colors and creature types the enchanted creature has. It's just a green Elk. The creature keeps any supertypes (such as legendary) it has, but loses any other card types it has (such as artifact)."},{"date":"2019-10-04","text":"Kenrith's Transformation overwrites all previous effects that set the creature's base power and toughness to specific values. Any power- or toughness-setting effects that start to apply after Kenrith's Transformation becomes attached to a creature will overwrite this effect."}],"rarities":["uncommon"]},"keral keep disciples":{"name":"Keral Keep Disciples","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you activate a loyalty ability of a Chandra planeswalker, this creature deals 1 damage to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LoyaltyAbilityActivated","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Planeswalker",{"Subtype":"Chandra"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate a loyalty ability of a Chandra planeswalker, ~ deals 1 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0a865453-ddc8-4403-8f1e-5752e3582458","metadata":{"source_printing_ids":["7b862e46-f5a2-4fce-98b5-2c5aa49ec648"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M21"],"rulings":[{"date":"2020-06-23","text":"In a Two-Headed Giant game, the ability of Keral Keep Disciples causes the opposing team to lose 2 life."},{"date":"2020-06-23","text":"The ability of Keral Keep Disciples resolves before the ability that caused it to trigger."}],"rarities":["uncommon"]},"kessig wolf run":{"name":"Kessig Wolf Run","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{X}{R}{G}, {T}: Target creature gets +X/+0 and gains trample until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"CostXPaid"}}},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +X/+0 and gains trample"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["X","Red","Green"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{X}{R}{G}, {T}: Target creature gets +X/+0 and gains trample until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"c6911265-54ef-4c16-bcf2-1ffb24b7d426","metadata":{"source_printing_ids":["23809d14-5f52-43c5-ab7a-0db9f9ab7b3c","287ef2b0-530e-4468-b43c-64ac6526562a","32da0d6c-64dd-4aec-b63e-953e96164603","4a8447fe-7368-470a-911a-1083ec6cc831","53f72b5f-86a1-4d44-94e2-93d4856ce3a8","814e1393-34e1-4a31-98c5-97a3290a105b","8a238f08-f7c3-46be-b999-77b1c310cb1a","b1140b05-49cf-49d5-a9a6-dfb2f0d1ec55","bcb4e64b-e978-49ba-8e3e-4792f975fb61","fcdbc6ba-714d-4f38-8299-dc875ec76a3d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","CLB","ISD","LCC","M3C","MKC","MOC","NCC","SLD","TDC","V13"],"rarities":["rare"]},"keys to the house":{"name":"Keys to the House","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, {T}, Sacrifice this artifact: Search your library for a basic land card, reveal it, put it into your hand, then shuffle.\n{3}, {T}, Sacrifice this artifact: Lock or unlock a door of target Room you control. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}, {T}, Sacrifice ~: Search your library for a basic land card, reveal it, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetRoomDoorLock","op":{"type":"LockOrUnlock"},"target":{"type":"Typed","type_filters":[{"Subtype":"Room"}],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{3}, {T}, Sacrifice ~: Lock or unlock a door of target Room you control. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"62320290-ac8e-4f92-bb06-3368f66ae0a9","metadata":{"source_printing_ids":["8c11a413-7f33-4b63-bdd9-e143e529f56d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["uncommon"]},"khârn the betrayer":{"name":"Khârn the Betrayer","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Astartes","Berserker"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Berzerker — Khârn the Betrayer attacks or blocks each combat if able.\nSigil of Corruption — When you lose control of Khârn the Betrayer, draw two cards.\nThe Betrayer — If damage would be dealt to Khârn the Betrayer, prevent that damage and an opponent of your choice gains control of it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesController","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you lose control of ~, draw two cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Berzerker — ~ attacks or blocks each combat if able."},{"mode":"MustBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Berzerker — ~ attacks or blocks each combat if able."}],"replacements":[{"event":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"ParentTarget"},"recipient":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"The Betrayer — If damage would be dealt to ~, prevent that damage and an opponent of your choice gains control of it.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3246eff5-8739-469f-a401-e5de927dd6bb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1e05c133-ff44-446f-95f7-44aa9fbf4923","c29e6c69-7830-4898-9d1e-97dfc2e868d9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"An opponent gaining control of it is part of the replacement effect and happens immediately, even if you are in the middle of resolving the spell or ability and it has more instructions to perform after taking damage."},{"date":"2022-10-07","text":"In contrast, the Sigil of Corruption ability is a triggered ability, and it won't go onto the stack until after the spell or ability that tried to deal damage finishes resolving."},{"date":"2022-10-07","text":"In some cases, a single spell or ability will deal damage to this creature multiple times during its resolution. In that case, a new player gains control of it each time, its ability triggers once each time, and the appropriate players control those triggers. After that spell or ability is done resolving, all of those triggers are put onto the stack in turn order, starting with the active player (or the next player in turn order if the active player isn't involved). Usually, this means that the cards are drawn in a different order than the control-changing effects took place."},{"date":"2022-10-07","text":"You lose control of Khârn the Betrayer when it leaves the battlefield or another player gains control of it."}],"rarities":["rare"]},"kid loki":{"name":"Kid Loki","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God","Hero","Villain"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Each creature you control that you've put one or more +1/+1 counters on this turn has hexproof.\nWhenever you draw your second card each turn, put a +1/+1 counter on Kid Loki.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you draw your second card each turn, put a +1/+1 counter on ~.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"CountersPutOnThisTurn","actor":"Controller","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":1}]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control that you've put one or more +1/+1 counters on this turn has hexproof."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"19ef0329-08de-4835-8079-2e791e19f3a6","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5c9ff69e-6489-49f3-b401-64856f0b7c11"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"kiki-jiki, mirror breaker":{"name":"Kiki-Jiki, Mirror Breaker","mana_cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste\n{T}: Create a token that's a copy of target nonlegendary creature you control, except it has haste. Sacrifice it at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NotSupertype","value":"Legendary"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"extra_keywords":["Haste"]},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Create a token that's a copy of target nonlegendary creature you control, except it has haste. Sacrifice it at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a34b7416-cfe3-4a1e-a8c1-a3056b747519","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["0e6fc996-17ba-4090-bf82-0c2eba93a81e","162018eb-5483-4fa2-9c5a-abb639eecf91","8a30fe7c-3c6b-4d05-adb7-9f87df29cd3b","8ec4694a-ac36-497c-a3f4-09d3f69939fe","a2ff0ee3-9600-4c7d-acec-6ec90595384e","a9814393-05f0-4b99-a599-0c62f0dc9c1d","e30104b1-5ba7-42aa-944a-499ab53cf1c8","f7445467-1222-4d9e-8a2f-879719c97b29","fa701469-a15c-4e45-8455-089bd4040cf1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CHK","IMA","J22","MM2","MMA","PLST","SLD","TSR","V11"],"rulings":[{"date":"2021-03-19","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"as [this permanent] enters the battlefield\" or \"[this permanent] enters the battlefield with\" abilities of the copied creature card will also work."},{"date":"2021-03-19","text":"If Kiki-Jiki's ability creates multiple tokens due to a replacement effect (such as the one Doubling Season creates), you'll sacrifice each of them."},{"date":"2021-03-19","text":"If a copied creature is a token that isn't a copy of something else, the copy copies the original characteristics of that token as stated by the effect that created it."},{"date":"2021-03-19","text":"If a copied creature is copying something else, the token you create will use the copiable values of the target creature. In most cases, it will just be a copy of whatever that creature is copying."},{"date":"2021-03-19","text":"If another creature becomes a copy of, or enters the battlefield as a copy of, the token, that creature will copy the creature card the token is copying, except it will also have haste. However, you won't sacrifice the new copy at the beginning of the next end step."},{"date":"2021-03-19","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2021-03-19","text":"The token copies exactly what was printed on the original creature (except that the copy also has haste) and nothing else (unless it's copying a creature that's a token or that's copying something else; see below). It doesn't copy whether the creature is tapped or untapped, whether it has any counters on it or Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on. Most notably, if the target creature isn't normally a creature, the copy won't be a creature."}],"rarities":["rare","mythic","special"]},"killer":{"name":"Killer","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Killer deals 3 damage to target creature and each other creature that shares a creature type with it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage to target creature and each other creature that shares a creature type with it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"21591447-c045-4317-8d0e-705627aa157b","metadata":{"source_printing_ids":["0717b6ee-99f8-4b02-91f4-6ca07a08b2c0","9e389269-deef-4c48-b6d1-c505bf7cc6b3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"split","printings":["WHO"],"rarities":["rare"]},"killian, decisive mentor":{"name":"Killian, Decisive Mentor","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever an enchantment you control enters, tap up to one target creature and goad it. (Until your next turn, that creature attacks each combat if able and attacks a player other than you if able.)\nWhenever one or more creatures that are enchanted by an Aura you control attack, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Goad","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an enchantment you control enters, tap up to one target creature and goad it.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasAttachment","kind":"Aura","controller":"You"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever one or more creatures that are enchanted by an Aura you control attack, draw a card.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"9c54bd34-667d-415c-ad26-82e0eb0ff409","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["76b6c35a-bb92-4ad3-8f85-88b9bafc6266"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"Attacking with a goaded creature doesn't cause it to stop being goaded. If there is an additional combat phase that turn, or if another player gains control of it before it stops being goaded, it must attack again if able."},{"date":"2026-03-20","text":"Being goaded isn't an ability the creature has. Once it's been goaded, it must attack as detailed above even if it loses all abilities."},{"date":"2026-03-20","text":"If a creature you control has been goaded by multiple opponents, it must attack one of your opponents that hasn't goaded it, as that fulfills the maximum number of goad requirements. If a creature you control has been goaded by each of your opponents, the creature must attack an opponent (rather than a planeswalker or battle), but you choose which opponent it attacks."},{"date":"2026-03-20","text":"If the creature doesn't meet any of the above exceptions and can attack, it must attack a player other than the controller of the spell or ability that goaded it if able. If the creature can't attack any of those players but could otherwise attack, it must attack a planeswalker an opponent controls, a battle an opponent protects, or the player that goaded it."},{"date":"2026-03-20","text":"If, during a player's declare attackers step, a creature that player controls that's been goaded is tapped, is affected by a spell or ability that says it can't attack, or hasn't been under that player's control continuously since the turn began (and doesn't have haste), then it doesn't attack. If there's a cost associated with having a creature attack a player, its controller isn't forced to pay that cost, so it doesn't have to attack that player."}],"rarities":["mythic"]},"kilo, apogee mind":{"name":"Kilo, Apogee Mind","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Robot","Artificer"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever Kilo becomes tapped, proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes tapped, proliferate.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"7a884166-de5a-43ba-8855-4999f39f2059","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["307a859e-eb80-4af6-b731-92e4767b5100"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"If Kilo is tapped to station a permanent, its last ability will resolve before the station ability resolves."},{"date":"2025-07-25","text":"If a permanent or player has more than one kind of counter on them, and you choose for that permanent or player to get additional counters, that permanent or player must get one of each kind of counter they already have. You can’t have them get just one kind of counter they already have and not the others."},{"date":"2025-07-25","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it’s too late for anyone to respond."},{"date":"2025-07-25","text":"When you proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can’t choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2025-07-25","text":"You don’t have to choose every permanent or player that has a counter—only the ones you want to add counters to. Since “any number” includes zero, you don’t have to choose any permanents at all, and you don’t have to choose any players at all."}],"rarities":["mythic"]},"kira, great glass-spinner":{"name":"Kira, Great Glass-Spinner","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nCreatures you control have \"Whenever this creature becomes the target of a spell or ability for the first time each turn, counter that spell or ability.\"","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes the target of a spell or ability for the first time each turn, counter that spell or ability.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have \"Whenever ~ becomes the target of a spell or ability for the first time each turn, counter that spell or ability.\""}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"60808c8f-5257-451b-a9b6-389ba51598d5","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0b9ba246-0f2c-4865-a6a5-f9fd4b813ef1","437ded6e-4e53-49fa-a5ca-fd76b9165a47","e0e26f6c-44e9-4d6f-8eb1-efdef8d04ff5","fc73a66f-4745-40c2-9c90-96396f6e7bce"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BOK","JMP","MMA","SLD"],"rarities":["rare"]},"kirol, attentive first-year":{"name":"Kirol, Attentive First-Year","mana_cost":{"type":"Cost","shards":["RedWhite","RedWhite"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Tap two untapped creatures you control: Copy target triggered ability you control. You may choose new targets for the copy. Activate only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CopySpell","target":{"type":"StackAbility","controller":"You"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Tap two untapped creatures you control: Copy target triggered ability you control. You may choose new targets for the copy. Activate only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"3a272fa9-5f28-43a4-95de-10cb511f1b43","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["a77c3a75-4880-4b86-ab1e-92f045abc484","c11cb0eb-819e-4905-ad95-e43618d3c81e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Any choices made when the ability resolves won't have been made yet when it's copied by Kirol's ability. Any such choices will be made separately when the copy resolves. If a triggered ability asks you to pay a cost, you pay that cost for the copy separately."},{"date":"2025-11-17","text":"If an ability is linked to a second ability, copies of that ability are also linked to that second ability. If the second ability refers to \"the exiled card,\" it refers to all cards exiled by the ability and the copy. For example, if Tidehollow Sculler's enters-the-battlefield ability is copied and two cards are exiled, they both return when Tidehollow Sculler leaves the battlefield."},{"date":"2025-11-17","text":"If the ability copied by Kirol's ability divides damage or distributes counters among a number of targets, the division and number of targets can't be changed. If you choose new targets, you must choose the same number of targets."},{"date":"2025-11-17","text":"If the ability copied by Kirol's ability is modal (that is, if it says, \"Choose one —\" or similar), the mode is copied and can't be changed."},{"date":"2025-11-17","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keyword abilities, such as mobilize (from the Tarkir: Dragonstorm release), are triggered abilities and will have \"when,\" \"whenever,\" or \"at\" in their reminder text. The source of the copy created by Kirol's ability is the same as the source of the original ability."}],"rarities":["rare"]},"kishla skimmer":{"name":"Kishla Skimmer","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a card leaves your graveyard during your turn, draw a card. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"zone_change_clauses":[{"origin":{"type":"Equals","data":"Graveyard"},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]}}],"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a card leaves your graveyard during your turn, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"a3275d80-112b-4839-a014-e44ef48d2e6b","metadata":{"source_printing_ids":["b5f1acb0-d73e-4814-8158-3645daf5c4cc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rarities":["uncommon"]},"kismet":{"name":"Kismet","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Artifacts, creatures, and lands your opponents control enter tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]}]},"description":"Artifacts, creatures, and lands your opponents control enter tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"81fdd1c4-d43b-4f8b-8712-7c2bf45a3e0b","metadata":{"source_printing_ids":["7e0651ad-6901-4f9b-8807-d66e53a4ada8","b78e8994-c1af-4c61-9fb6-3d81edb7a938","c1141dbf-c342-4352-a038-5995ab0275bb","cf81644f-6a93-4183-9f71-c3505cca6db4","d18d53f6-4cec-4c91-a507-39038d300b00","f2381234-cf5a-4baf-89f9-cdec15557cf4","f38cdfb1-0437-4afe-a777-60228b8eba69"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","6ED","LEG","ME4","REN"],"rulings":[{"date":"2007-02-01","text":"Does not affect cards that phase in."},{"date":"2007-02-01","text":"It affects all opponents."},{"date":"2007-02-01","text":"The appropriate permanents enter tapped. They do not enter untapped and then immediately tap, therefore they do not trigger any effects due to tapping."}],"rarities":["uncommon","rare"]},"kitchen finks":{"name":"Kitchen Finks","mana_cost":{"type":"Cost","shards":["GreenWhite","GreenWhite"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ouphe"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you gain 2 life.\nPersist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Persist"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["M1M1",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":"Return it to the battlefield with a -1/-1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.79a: When ~ dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.","constraint":null,"condition":{"type":"Not","condition":{"type":"HadCounters","counter_type":"M1M1"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"5470dcfa-4eff-43da-abf7-19922841f719","metadata":{"source_printing_ids":["68ed60d5-6a61-4da4-b2c7-df2be2d72762","763083c4-a1ec-4e90-af70-26b203b369ce","7d203208-8a21-4c68-afa2-4efd8726f026","90df8bd5-cc06-4a95-a089-938fb7e4b650","a844d537-df73-422d-a154-f1c6b92d0469"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["F09","MB2","MMA","PRM","PUMA","SHM","UMA"],"rulings":[{"date":"2013-06-07","text":"If a creature with persist stops being a creature, persist will still work."},{"date":"2013-06-07","text":"If a creature with persist that has +1/+1 counters on it receives enough -1/-1 counters to cause it to be destroyed by lethal damage or put into its owner's graveyard for having 0 or less toughness, persist won't trigger and the card won't return to the battlefield. That's because persist checks the creature's existence just before it leaves the battlefield, and it still has all those counters on it at that point."},{"date":"2013-06-07","text":"If a permanent has multiple instances of persist, they'll each trigger separately, but the redundant instances will have no effect. If one instance returns the card to the battlefield, the next to resolve will do nothing."},{"date":"2013-06-07","text":"If a token with no -1/-1 counters on it has persist, the ability will trigger when the token is put into the graveyard. However, the token will cease to exist and can't return to the battlefield."},{"date":"2013-06-07","text":"If multiple creatures with persist are put into the graveyard at the same time (due to combat damage or a spell that destroys all creatures, for example), the active player (the player whose turn it is) puts all of their persist triggers on the stack in any order, then each other player in turn order does the same. The last trigger put on the stack is the first one that resolves. That means that in a two-player game, the nonactive player's persist creatures will return to the battlefield first, then the active player's persist creatures do the same. The creatures return to the battlefield one at a time."},{"date":"2013-06-07","text":"The persist ability triggers when the permanent is put into a graveyard. Its last known information (that is, how the creature last existed on the battlefield) is used to determine whether it had a -1/-1 counter on it."},{"date":"2013-06-07","text":"When a permanent with persist returns to the battlefield, it's a new object with no memory of or connection to its previous existence."}],"rarities":["uncommon","mythic"]},"kitsune, dragon's daughter":{"name":"Kitsune, Dragon's Daughter","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Fox","Warlock","Avatar"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever Kitsune enters or deals combat damage to a player, you may exchange control of two other target creatures controlled by different players.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExchangeControl","target_a":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"target_b":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_constraints":[{"type":"DifferentObjectControllers"}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters, you may exchange control of two other target creatures controlled by different players.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ExchangeControl","target_a":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"target_b":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_constraints":[{"type":"DifferentObjectControllers"}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may exchange control of two other target creatures controlled by different players.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9be19bdf-db1e-433e-8be4-8b985a568211","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6634e5d1-b16c-4aba-aab1-e3991022e5c6","a87a9257-4535-4286-8b59-a842ac45d05e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"Gaining control of a creature doesn't cause you to gain control of any Auras or Equipment attached to it."},{"date":"2026-01-27","text":"If one of the targets is an illegal target when Kitsune's last ability resolves, the exchange won't happen."}],"rarities":["rare"]},"klaw, master of sound":{"name":"Klaw, Master of Sound","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Rogue","Villain"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever you play a card from exile, Klaw gains indestructible until end of turn.\nWhenever Klaw deals combat damage to a player, look at the top card of that player's library, then exile it face down. You may play it for as long as it remains exiled. Mana of any type can be spent to cast a spell this way.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"PlayCard","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"spell_cast_origin":{"type":"Equals","data":"Exile"},"description":"Whenever you play a card from exile, ~ gains indestructible until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":false,"mode":"Play"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"SpendManaAsAnyColor":{}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Mana of any type can be spent to cast a spell this way"}],"duration":null,"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"it remains exiled"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, look at the top card of that player's library, then exile it face down. You may play it for as long as it remains exiled. Mana of any type can be spent to cast a spell this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8eaa8833-ab9e-4bd8-92de-63e195b8d912","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5c589d94-7cea-4d4c-91a8-4d939634a5e5","83c9d2bf-2197-4fa9-80eb-92760c59d3a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"knighthood":{"name":"Knighthood","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have first strike.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have first strike."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"22f008b3-c263-4dcc-855f-403da9ca4cd9","metadata":{"source_printing_ids":["1d5e98d3-2521-4340-8d48-98e8c2c7818d","1da88c0a-255d-4484-b464-bd742d66e3fe","2e8e367b-329f-4ee6-be1e-6263ccc0f06d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["7ED","ULG"],"rarities":["uncommon"]},"knights of the black rose":{"name":"Knights of the Black Rose","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, 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.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeMonarch"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you become the monarch.","constraint":null,"condition":null,"batched":false},{"mode":"BecomeMonarch","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"Unsupported monarch turn-began condition","description":"if you were the monarch as the turn began, that player loses 2 life and you gain 2 life"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"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.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"9dbfa01b-ce7e-4dd1-9257-0c89b831f477","metadata":{"source_printing_ids":["bfb6ba17-6bc0-4626-a604-8b32618a54c5","ffd1bf4b-3ab0-4ab3-b351-01cc2e857bb6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CN2","MOC"],"rulings":[{"date":"2016-08-23","text":"Abilities that trigger whenever you “become the monarch” trigger only if you aren't already the monarch. For example, if you are already the monarch as Custodi Lich enters the battlefield, its last ability won't trigger."},{"date":"2016-08-23","text":"Being the monarch carries two inherent triggered abilities. “At the beginning of the monarch's end step, that player draws a card” and “Whenever a creature deals combat damage to the monarch, its controller becomes the monarch.”"},{"date":"2016-08-23","text":"If the triggered ability that causes the monarch to draw a card goes on the stack, and a different player becomes the monarch before that ability resolves, the first player will still draw the card."},{"date":"2016-08-23","text":"The game starts with no monarch. Once an effect makes one player the monarch, the game will have exactly one monarch from that point forward."},{"date":"2016-08-23","text":"The last ability of Knights of the Black Rose will trigger even if the most recent monarch was another player, as long as you were monarch as the turn began."}],"rarities":["uncommon"]},"knollspine dragon":{"name":"Knollspine Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, you may discard your hand and draw cards equal to the damage dealt to target opponent this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"Any"},"target":{"type":"And","filters":[{"type":"Player"},{"type":"Typed","type_filters":[],"controller":"TargetPlayer","properties":[]}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, you may discard your hand and draw cards equal to the damage dealt to target opponent this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"9d834f1b-a4b5-4676-bb6d-2ffc6b3bccd2","metadata":{"source_printing_ids":["20dcd98d-01c8-45be-97ed-993a73b01b9c","6ef9795d-0936-4ebf-891e-3bfc4b6b0aeb","bfcfec58-bfe4-4b04-80e3-ee11c44e91a7","ed0b7440-c3d8-452a-a3ec-b9d9b991ccec"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["GN3","LTC","PLST","SHM"],"rulings":[{"date":"2008-05-01","text":"Knollspine Dragon's ability checks only whether damage was dealt. It doesn't care whether the player's life total also changed for other reasons (such as if the player paid life or gained life). For example, if an opponent was dealt 4 damage and gained 6 life during the turn, that player will have a higher life total than they started the turn with — but Knollspine Dragon's ability will let you discard your hand and draw four cards."},{"date":"2008-05-01","text":"This ability counts the total amount of damage (both combat and noncombat) dealt to the targeted opponent by all sources (including ones you controlled and ones you didn't) over the course of the turn. Damage that was prevented or replaced doesn't count. Damage that resolved but didn't cause loss of life (due to Worship, for example) will count."},{"date":"2008-05-01","text":"You target an opponent when the ability triggers. You don't decide whether you want to discard and draw until the ability resolves."}],"rarities":["rare"]},"knowledge seeker":{"name":"Knowledge Seeker","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fox","Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever you draw your second card each turn, put a +1/+1 counter on this creature.\nWhen this creature dies, create a Clue token. (It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you draw your second card each turn, put a +1/+1 counter on ~.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Clue","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Clue"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create a Clue token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"bdc2d980-ca14-4040-a9a1-786d724dc65c","metadata":{"related_token_ids":["471bf61f-ffd6-5db6-8c09-05eb327b65b8"],"source_printing_ids":["8554e862-f78a-42f5-b876-076aac6c9504"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rulings":[{"date":"2025-10-02","text":"If a card or ability instructs you to put cards into your hand without specifically using the word \"draw,\" it's not a card drawn."},{"date":"2025-10-02","text":"If an effect instructs you to draw multiple cards, the ability triggers after you draw whichever is the second one for the turn. It goes on the stack after you've drawn and looked at all the cards and finished resolving the spell or ability that caused you to draw them."},{"date":"2025-10-02","text":"The first triggered ability can trigger only once each turn. It doesn't matter whether Knowledge Seeker was on the battlefield when the first card was drawn. If it's not on the battlefield when the second card is drawn, the ability can't trigger at all that turn. It won't trigger when the third or fourth card is drawn."}],"rarities":["uncommon"]},"kodama of the east tree":{"name":"Kodama of the East Tree","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhenever another permanent you control enters, if it wasn't put onto the battlefield with this ability, you may put a permanent card with equal or lesser mana value from your hand onto the battlefield.\nPartner (You can have two commanders if both have partner.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"Generic"}},"Reach"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}}},{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another permanent you control enters, if it wasn't put onto the battlefield with this ability, you may put a permanent card with equal or lesser mana value from your hand onto the battlefield.","constraint":null,"condition":{"type":"Not","condition":{"type":"PlacedByAbilitySource"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"cb1afab6-b9c8-4b9c-840b-24106523a783","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2ee1d489-0980-444e-8b07-107be791b76e","896f357e-38e6-4259-91bc-1c2e7119d1d5","af5105ee-09e2-4344-ab39-00f0e9034c47"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC","CMR","PRM"],"rulings":[{"date":"2020-11-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2020-11-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2020-11-10","text":"If a permanent or a permanent card in your hand has {X} in its mana cost, {X} is considered to be 0."},{"date":"2020-11-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2020-11-10","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Falthis and Kediss are your commanders, your deck may contain cards with black and/or red in their color identity, but not cards with green, white, or blue."},{"date":"2020-11-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from any one of them, not from both of them combined."},{"date":"2020-11-10","text":"To have two commanders, both must have the partner ability as the game begins. Losing the ability during the game doesn't cause either to cease to be your commander."},{"date":"2020-11-10","text":"You can choose two commanders with partner that are the same color or colors. In Commander Draft, you can even choose two of the same commander with partner if you drafted them. If you do this, make sure you keep the number of times you've cast each from the command zone clear for \"commander tax\" purposes."}],"rarities":["rare"]},"kogla, the titan ape":{"name":"Kogla, the Titan Ape","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Ape"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When Kogla enters, it fights up to one target creature you don't control.\nWhenever Kogla attacks, destroy target artifact or enchantment defending player controls.\n{1}{G}: Return target Human you control to its owner's hand. Kogla gains indestructible until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":[{"Subtype":"Human"}],"controller":"You","properties":[]},"destination":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}{G}: Return target Human you control to its owner's hand. ~ gains indestructible until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it fights up to one target creature you don't control.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"DefendingPlayer","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"DefendingPlayer","properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, destroy target artifact or enchantment defending player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b21062e-97b0-4967-96df-30e8309f4fba","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3c35ca79-eb72-427a-a8ed-404b2214389a","9b05ce09-b752-46f0-b0a7-508838a41a94","a1a5905f-4d53-4f7e-8af8-3d802978ec03"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","PIKO","PRM","SLD"],"rulings":[{"date":"2020-04-17","text":"If the target Human is an illegal target by the time Kogla's last ability tries to resolve, the ability won't resolve. Kogla won't gain indestructible."},{"date":"2020-04-17","text":"If the target creature is an illegal target when Kogla's first ability tries to resolve, the ability doesn't resolve. If it's a legal target but Kogla is no longer on the battlefield when the ability resolves, the target creature won't deal or be dealt damage."}],"rarities":["rare"]},"koh, the face stealer":{"name":"Koh, the Face Stealer","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Shapeshifter","Spirit"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When Koh enters, exile up to one other target creature.\nWhenever another nontoken creature dies, you may exile it.\nPay 1 life: Choose a creature card exiled with Koh.\nKoh has all activated and triggered abilities of the last chosen card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"AllOwners","filter":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]},"chooser":"Controller","up_to":false},"cost":{"type":"PayLife","amount":{"type":"Fixed","value":1}},"sub_ability":{"kind":"Spell","effect":{"type":"RememberCard","target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Pay 1 life: Choose a creature card exiled with ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile up to one other target creature.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature dies, you may exile it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAllActivatedAbilitiesOf","source":{"type":"ChosenCard"}},{"type":"GrantAllTriggeredAbilitiesOf","source":{"type":"ChosenCard"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has all activated and triggered abilities of the last chosen card."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2bbb33e3-7d03-457c-92bb-b0c943615fa1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["28f6fa32-5058-4c29-9ba8-9d8f2057eb6d","b3bf2ebe-336a-4b9a-9134-4e3efbcafdd2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities, like equip, are activated abilities and they have colons in their reminder text."},{"date":"2025-10-02","text":"Players can respond to the triggered ability that exiles nontoken creatures that die. If the card leaves the graveyard before the ability resolves, Koh will not exile the card and it cannot be chosen with Koh's activated ability."},{"date":"2025-10-02","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keyword abilities, such as prowess, are triggered abilities and will have \"when,\" \"whenever,\" or \"at\" in their reminder text."}],"rarities":["mythic"]},"kolodin, triumph caster":{"name":"Kolodin, Triumph Caster","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Pilot"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Mounts and Vehicles you control have haste.\nWhenever a Mount you control enters, it becomes saddled until end of turn.\nWhenever a Vehicle you control enters, it becomes an artifact creature until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeSaddled","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Mount you control enters, it becomes saddled until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Vehicle you control enters, it becomes an artifact creature until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature",{"Subtype":"Mount"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Artifact",{"Subtype":"Vehicle"}],"controller":"You","properties":[]}]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Mounts and Vehicles you control have haste."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"45682055-d02a-450c-a41d-aa67162ff015","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["33887384-a2bb-4daf-b932-a4259c93b808","36bcd476-a236-4434-b191-5c8b6fa7be7b","46164400-0557-4c99-83d5-194dc814b46a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rarities":["rare"]},"kookus":{"name":"Kookus","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Djinn"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Trample\nAt the beginning of your upkeep, if you don't control a creature named Keeper of Kookus, this creature deals 3 damage to you and attacks this turn if able.\n{R}: This creature gets +1/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: ~ gets +1/+0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MustAttack","affected":null,"modifications":[{"type":"AddStaticMode","mode":"MustAttack"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you don't control a creature named Keeper of Kookus, ~ deals 3 damage to you and attacks this turn if able.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Named","name":"keeper of kookus"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4c8196e0-c392-4402-b77c-e3d009e9899c","metadata":{"source_printing_ids":["8fb90922-99d2-4b36-9039-bb806fd01756"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["VIS"],"rarities":["rare"]},"kor spiritdancer":{"name":"Kor Spiritdancer","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kor","Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature gets +2/+2 for each Aura attached to it.\nWhenever you cast an Aura spell, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an Aura spell, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[{"type":"AttachedToRecipient"}]}}}}},{"type":"AddDynamicToughness","value":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[{"type":"AttachedToRecipient"}]}}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +2/+2 for each Aura attached to it."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2bfc7467-1316-43d3-9ca6-ff36cc2de607","metadata":{"source_printing_ids":["03066fa1-ea16-4a87-9218-120efa976909","19f6c605-699c-432a-a258-245f9fc70f28","48da45bd-ed72-4239-af02-e848703a1d02","59813c47-e779-404d-8a1c-70ea29bc7023","8ca4e4d4-84b0-4a38-ad48-4a963c977471","b17a0634-bb6b-4aaa-8e20-43b47d250aa4","fd104c78-401e-47dc-b0b3-a5ad63501b5b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BBD","JMP","PC2","PCA","PLST","ROE","SOC","WOC"],"rulings":[{"date":"2010-06-15","text":"If you cast an Aura spell, Kor Spiritdancer's second ability triggers and goes on the stack on top of it. The ability will resolve before the spell does."},{"date":"2010-06-15","text":"The second ability triggers when you cast any Aura spell, not just one that targets Kor Spiritdancer."}],"rarities":["rare"]},"korvold, fae-cursed king":{"name":"Korvold, Fae-Cursed King","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon","Noble"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Korvold enters or attacks, sacrifice another permanent.\nWhenever you sacrifice a permanent, put a +1/+1 counter on Korvold and draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, sacrifice another permanent.","constraint":null,"condition":null,"batched":false},{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a permanent, put a +1/+1 counter on ~ and draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"9ae669dd-7e60-4649-b96e-35da28be641a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["18e2c910-6ada-41f6-b5ea-2dc25167666c","607c1793-8e5a-4ebf-87c6-7f9c99bbd29a","67629212-a080-4245-8d7d-20d38cc4ad87","92ea1575-eb64-43b5-b604-c6e23054f228","bbdd4bda-f91e-4ba2-8f06-6aa96c16acf5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","EOC","PL24","PLST","SLD"],"rulings":[{"date":"2019-10-04","text":"A legendary permanent that is put into a graveyard because of the \"legend rule\" isn't sacrificed."},{"date":"2019-10-04","text":"If you sacrifice Korvold, its last ability triggers. You won't put a +1/+1 counter on anything, but you'll draw a card."},{"date":"2019-10-04","text":"If you sacrifice a permanent as part of a spell or activated ability's cost, Korvold's last ability will resolve before that spell or ability."},{"date":"2019-10-04","text":"If you somehow control no other permanents, you can attack with Korvold. You won't sacrifice anything, and there's no penalty for being unable to do so."},{"date":"2019-10-04","text":"Korvold's last ability is a triggered ability, not an activated ability. It doesn't allow you to sacrifice a permanent whenever you want; rather, you need some other way of sacrificing permanents, such as Korvold's first triggered ability."}],"rarities":["mythic"]},"koskun falls":{"name":"Koskun Falls","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["World"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, sacrifice this enchantment unless you tap an untapped creature you control.\nCreatures can't attack you unless their controller pays {2} for each creature they control that's attacking you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice ~ unless you tap an untapped creature you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Untapped"}]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":2},"scaling":{"type":"PerAffectedCreature"},"defended":"Player"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a9b9e798-debc-4f2c-9770-e16f670082f7","metadata":{"source_printing_ids":["04292a4e-8910-4911-a76d-4f2c3e15da33"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["HML"],"rulings":[{"date":"2007-02-01","text":"In the Two-Headed Giant format, you still only have to pay once per creature."},{"date":"2008-10-01","text":"This has the supertype world. When a world permanent enters, any world permanents that were already on the battlefield are put into their owners' graveyards. This is a state-based action called the \"world rule.\" The new world permanent stays on the battlefield. If two world permanents enter at the same time, they're both put into their owners' graveyards."},{"date":"2014-02-01","text":"Unless some effect explicitly says otherwise, a creature that can't attack you can still attack a planeswalker you control."}],"rarities":["rare"]},"kozilek's command":{"name":"Kozilek's Command","mana_cost":{"type":"Cost","shards":["X","Colorless","Colorless"],"generic":0},"card_type":{"supertypes":[],"core_types":["Kindred","Instant"],"subtypes":["Eldrazi"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two —\n• Target player creates X 0/1 colorless Eldrazi Spawn creature tokens with \"Sacrifice this token: Add {C}.\"\n• Target player scries X, then draws a card.\n• Exile target creature with mana value X or less.\n• Exile up to X target cards from graveyards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Eldrazi Spawn","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Eldrazi","Spawn"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"owner":{"type":"Player"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice ~: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"2f2c549d-0293-4b9d-b9a8-ff392800f3a5","modal":{"min_choices":2,"max_choices":2,"mode_count":4,"mode_descriptions":["Target player creates X 0/1 colorless Eldrazi Spawn creature tokens with \"Sacrifice ~: Add {C}.\"","Target player scries X, then draws a card.","Exile target creature with mana value X or less.","Exile up to X target cards from graveyards."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["05897422-e2c4-5f20-93af-97fe0ba44515"],"source_printing_ids":["92585587-cfdc-406a-9114-4f6dd8802c37"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3","SLP"],"rulings":[{"date":"2024-06-07","text":"If a creature has {X} in its mana cost, X is 0 when determining its mana value."},{"date":"2024-06-07","text":"If all of Kozilek's Command's targets are illegal as it tries to resolve, it will do nothing. If at least one target is still legal, it will resolve and do as much as it can."},{"date":"2024-06-07","text":"Kindred is a card type that allows noncreature cards to have creature types. For example, Echoes of Eternity is an Eldrazi (although not a creature) while on the battlefield and an Eldrazi card (although not a creature card) in zones other than the battlefield."},{"date":"2024-06-07","text":"While it appears only on cards that already have other card types, kindred is a card type and will be counted by effects that refer to the number of card types among cards in a zone."}],"rarities":["rare"]},"kozilek, butcher of truth":{"name":"Kozilek, Butcher of Truth","mana_cost":{"type":"Cost","shards":[],"generic":10},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Eldrazi"]},"power":{"type":"Fixed","value":12},"toughness":{"type":"Fixed","value":12},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, draw four cards.\nAnnihilator 4 (Whenever this creature attacks, defending player sacrifices four permanents of their choice.)\nWhen Kozilek is put into a graveyard from anywhere, its owner shuffles their graveyard into their library.","non_ability_text":null,"flavor_name":null,"keywords":[{"Annihilator":4}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":4},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, draw four cards.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Library","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into a graveyard from anywhere, its owner shuffles their graveyard into their library.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"DefendingPlayer","properties":[]},"count":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":"Defending player sacrifices 4 permanents","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.86a: Annihilator 4 — whenever ~ attacks, defending player sacrifices 4 permanents.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7b8528b0-71eb-4c9e-bed9-aa2d2e84038f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["067fac91-2483-4678-b86a-2c54a3a480cf","64b4b6cd-6d0f-4060-b51f-61f481000d51","6c2f9d5b-8a88-443d-8046-2b2a77fd1d64","6d47a1c7-d32b-425a-b15d-24eb35318f6f","6dc70f3b-844e-428c-a8cd-d6c6a55b925a","7a7017e0-963a-4409-a995-00ec54041461","8a4358e0-9dad-48dd-aad0-d4a3ab4766c7","d27cf7b7-7982-46bd-a559-7789c0e74bae","fedb3888-a020-4c13-a845-0b5c808b96d3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","MM2","PLST","PRM","PUMA","ROE","UMA"],"rulings":[{"date":"2010-06-15","text":"Annihilator abilities trigger and resolve during the declare attackers step. The defending player chooses and sacrifices the required number of permanents before they declare blockers. Any creatures sacrificed this way won't be able to block."},{"date":"2010-06-15","text":"If a creature with annihilator is attacking a planeswalker, and the defending player chooses to sacrifice that planeswalker, the attacking creature continues to attack. It may be blocked. If it isn't blocked, it simply won't deal combat damage to anything."},{"date":"2018-12-07","text":"Kozilek's first ability triggers as you cast it, and that ability resolves before the spell itself. It resolves even if the spell is countered."}],"rarities":["mythic"]},"kozilek, the great distortion":{"name":"Kozilek, the Great Distortion","mana_cost":{"type":"Cost","shards":["Colorless","Colorless"],"generic":8},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Eldrazi"]},"power":{"type":"Fixed","value":12},"toughness":{"type":"Fixed","value":12},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, if you have fewer than seven cards in hand, draw cards equal to the difference.\nMenace\nDiscard a card with mana value X: Counter target spell with mana value X.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[{"kind":"Activated","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]}]}},"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"sub_ability":null,"duration":null,"description":"Discard a card with mana value X: Counter target spell with mana value X.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"right":{"type":"Fixed","value":7}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, if you have fewer than seven cards in hand, draw cards equal to the difference.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"LT","rhs":{"type":"Fixed","value":7}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"4c1c1537-e519-4e2f-9bc2-d34b289d4487","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1471f611-1352-4c4a-aacd-57b27a996d2c","4b1185bb-b12e-47b5-9230-368ac9c91c1d","ab9fe41f-c81d-439c-ae40-72312036678a","c41554e7-2a07-4cc7-b01b-44deed08e588","f06fc6e0-b22c-40d3-bb53-d5ec400d921c","fea7fe08-37d1-40bb-bb64-af41b025314b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","EA2","OGW","POGW","PRM","SLD"],"rulings":[{"date":"2016-01-22","text":"If there's an {X} in the mana cost of the card you discard, that X is 0. Any {X} in the mana cost of the target spell will have whatever value was determined for it as the spell was cast."},{"date":"2016-01-22","text":"Kozilek's triggered ability checks to see if you have fewer than seven cards in hand when you cast it. Kozilek is on the stack at this time and not in your hand. If you don't, the ability won't trigger at all. If the ability does trigger, it will check again as it tries to resolve. If you have seven or more cards in hand at that time, the ability won't do anything."},{"date":"2016-01-22","text":"The mana value of a spell doesn't change, even if it's been cast using an alternative cost (such as an awaken cost). For example, the mana value of a Sheer Drop (a spell with mana cost {2}{W}) that's been cast for its awaken cost of {5}{W} is 3."},{"date":"2016-01-22","text":"To activate the last ability, there must be a legal target: a spell on the stack. That target will determine the value of X and the mana value of the card you discard. You can't activate the ability unless you can match the mana value of a spell on the stack to that of a card in your hand."}],"rarities":["mythic"]},"kraken of the straits":{"name":"Kraken of the Straits","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kraken"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Creatures with power less than the number of Islands you control can't block this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Island"}],"controller":"You","properties":[]}}},"offset":-1}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures with power less than the number of Islands you control can't block ~."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c282581f-3d77-47ce-ac92-ed6217754e38","metadata":{"source_printing_ids":["12ae69b3-afa5-4763-a0c8-c3d9d96f6ddc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG"],"rulings":[{"date":"2014-02-01","text":"The number of Islands you control is counted as blockers are declared. Creatures with power less than that number at that time can’t block Kraken of the Straits. Once blockers have been declared, the power of the blocking creatures and the number of Islands you control don’t matter."}],"rarities":["uncommon"]},"krark's thumb":{"name":"Krark's Thumb","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you would flip a coin, instead flip two coins and ignore one.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"CoinFlip","execute":{"kind":"Spell","effect":{"type":"FlipCoins","count":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"win_effect":null,"lose_effect":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would flip a coin, instead flip two coins and ignore one.","condition":null,"valid_player":"You"}],"color_override":null,"scryfall_oracle_id":"a97c8482-775c-4f11-9872-25b4f9bfcb1a","metadata":{"source_printing_ids":["78a5d49a-747e-4ec8-a20a-ca917c315774","9f63277b-e139-46c8-b9e3-0cfb647f44cc","d011d66d-7d27-4305-8a1b-7b5c24169769"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MRD","PLST","SLD"],"rulings":[{"date":"2004-10-04","text":"If you and your opponent both flip at the same time, you can see your opponent's result before choosing which result to keep."},{"date":"2019-01-25","text":"If an effect tells you to flip more than one coin at once, this replaces each individual coin flip. For example, if an effect tells you to flip two coins, you don't flip four coins and ignore any two; you flip two coins, flip two coins, and then ignore one flip from each pair of flips. You will know the results of all simultaneous flips before choosing which to ignore."}],"rarities":["rare"]},"krark, the thumbless":{"name":"Krark, the Thumbless","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast an instant or sorcery spell, flip a coin. If you lose the flip, return that spell to its owner's hand. If you win the flip, copy that spell, and you may choose new targets for the copy.\nPartner (You can have two commanders if both have partner.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"Generic"}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"FlipCoin","win_effect":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"lose_effect":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"TriggeringSource"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, flip a coin. If you lose the flip, return that spell to its owner's hand. If you win the flip, copy that spell, and you may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"18e421c0-2879-4ad8-b027-397f168dfbc2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["06a981cd-1951-438e-95c9-68294795638e","24614006-d99f-44b6-8ec1-29b48a1713d0","67574bb4-c443-40fa-b7e6-05e9965c98b8","69482de1-4959-4fd5-a314-983bde659c5d"]},"legalities":{"commander":"legal","duel":"restricted","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PLST","PRM","SLD"],"rulings":[{"date":"2020-11-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2020-11-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2020-11-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2020-11-10","text":"If the spell has damage divided as it was cast (like Monstrous Onslaught), the division can't be changed, although the targets receiving that damage still can. The same is true of spells that distribute counters."},{"date":"2020-11-10","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2020-11-10","text":"If the spell that's copied is modal (that is, it has a bulleted list of modes), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2020-11-10","text":"If you cast a copy of an instant or sorcery card (for example, one created by Mnemonic Deluge), and the spell is returned to its owner's hand, it will cease to exist. You won't be able to cast it again."},{"date":"2020-11-10","text":"If you copy a spell with targets, the copy will have the same targets unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for any of the targets, you can't choose a new legal target, that target remains unchanged (even if the current target is illegal)."},{"date":"2020-11-10","text":"If you lose the flip and the spell is returned to its owner's hand, it's removed from the stack and won't resolve. This isn't the same as countering the spell, and a spell that can't be countered can be returned to hand."},{"date":"2020-11-10","text":"If you lose the flip, but the spell that caused Krark's triggered ability to trigger isn't on the stack anymore (most likely because it was countered), nothing is returned to your hand. The card stays in its current zone."},{"date":"2020-11-10","text":"If you win the flip, but the spell that caused Krark's triggered ability to trigger isn't on the stack anymore (most likely because it was countered), the copy is still created."},{"date":"2020-11-10","text":"If you win the flip, the copy will resolve before the original spell does."},{"date":"2020-11-10","text":"If you win the flip, the spell will be copied even if it doesn't require targets."},{"date":"2020-11-10","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Falthis and Kediss are your commanders, your deck may contain cards with black and/or red in their color identity, but not cards with green, white, or blue."},{"date":"2020-11-10","text":"Krark's ability triggers at the same time as any other abilities that say \"When you cast this spell\" or similar, including cascade. Those abilities may be put on the stack in any order. Those triggered abilities are unaffected by the original spell being returned to hand, countered, or otherwise removed from the stack."},{"date":"2020-11-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from any one of them, not from both of them combined."},{"date":"2020-11-10","text":"The copy from winning the flip is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell won't trigger."},{"date":"2020-11-10","text":"To have two commanders, both must have the partner ability as the game begins. Losing the ability during the game doesn't cause either to cease to be your commander."},{"date":"2020-11-10","text":"You can choose two commanders with partner that are the same color or colors. In Commander Draft, you can even choose two of the same commander with partner if you drafted them. If you do this, make sure you keep the number of times you've cast each from the command zone clear for \"commander tax\" purposes."},{"date":"2020-11-10","text":"You can't choose to pay any alternative or additional costs for the copy. However, effects based on any alternative or additional costs that were paid for the original spell are copied as though those same costs were paid for the copy."}],"rarities":["rare"]},"krark-clan ironworks":{"name":"Krark-Clan Ironworks","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Sacrifice an artifact: Add {C}{C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice an artifact: Add {C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"68e1f7e0-a9b3-437f-8086-0c0cb85f2880","metadata":{"source_printing_ids":["8b85524c-76dd-46cb-b716-2d954f329bbb","c60174d6-1f9d-4870-b3db-34d6fcb3f6ab","d43f43f4-5551-4fe8-bff9-c72ad76008fa"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"banned","oathbreaker":"legal","vintage":"legal"},"printings":["5DN","MB2","SLC","WC04"],"rarities":["uncommon"]},"kratos, stoic father":{"name":"Kratos, Stoic Father","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you attack with one or more Gods and whenever a God dies, you get an experience counter.\nAt the beginning of your end step, put a number of +1/+1 counters on target creature equal to the number of experience counters you have.\nPartner—Father & son (You can have two commanders if both have this ability.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"Generic"}}],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"GivePlayerCounter","counter_kind":"Experience","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"God"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with one or more Gods, you get an experience counter.","constraint":null,"condition":null,"batched":true},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GivePlayerCounter","counter_kind":"Experience","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"God"}],"controller":null,"properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a God dies, you get an experience counter.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"PlayerCounter","kind":"Experience","scope":"Controller"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put a number of +1/+1 counters on target creature equal to the number of experience counters you have.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"c000d5c3-5b0c-4c5c-9919-76640da0a1e4","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["77dcd29e-d0d5-474f-a05b-768ccf6b6293"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD"],"rarities":["mythic"]},"krenko, mob boss":{"name":"Krenko, Mob Boss","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{T}: Create X 1/1 red Goblin creature tokens, where X is the number of Goblins you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Goblin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Goblin"}],"controller":"You","properties":[]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Create X 1/1 red Goblin creature tokens, where X is the number of Goblins you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"68418069-f615-40ef-ae0d-764192acae00","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["03a4fd00-b35f-55ab-b5cb-7463ab6c5199","12a89d08-9938-5ef1-8c72-d8d57cff8cda","5870896e-b13f-563f-bc29-62fbec87e5b5","a8d5380a-d799-5464-ae84-8cce56f4b336","b2c96c06-a809-5638-a601-99b515846e2f","c1c03878-08f8-5419-a688-6af5f5dce8db","c2a8eed6-9133-56db-acbb-e5d14d3b94e6"],"source_printing_ids":["0b9c68ff-1fe4-42ef-8d1f-43120de5c1ff","1044a41d-d3ea-4658-9840-20aabf29d063","27141cae-3ca1-4a4f-933f-9608bbcf9bd9","36aef540-1565-4f03-a01a-a51eb8cd1f0f","45b2ec40-cb5f-476f-9c23-2c89eb8ff8c1","5a04a833-0ccf-4f59-9d94-2018e2f220e0","7d00007d-6878-44e9-ab0d-396c25655e56","8056ff64-1bd3-46ae-a0aa-c22305c2b654","824b2d73-2151-4e5e-9f05-8f63e2bdcaa9","9af7e5e7-de08-419d-8f8b-c904b397acbf","aa078518-0ce2-4c6f-9061-aa7e22ed7493","ae883514-2e5f-4ea3-bccc-3c475f70121a","cd9fec9d-23c8-4d35-97c1-9499527198fb","e6cc97d2-6ad7-45fc-8766-d7297f911057"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","DDN","DDT","FDN","J22","JMP","M13","PFDN","PLST","RVR","SLD"],"rulings":[{"date":"2012-07-01","text":"The ability counts each Goblin you control, including Krenko itself, not just the tokens it creates."}],"rarities":["rare"]},"krosan grip":{"name":"Krosan Grip","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Split second (As long as this spell is on the stack, players can't cast spells or activate abilities that aren't mana abilities.)\nDestroy target artifact or enchantment.","non_ability_text":null,"flavor_name":null,"keywords":["SplitSecond"],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target artifact or enchantment.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3e39224c-72ce-4ecc-aa17-12c071ea1f3e","metadata":{"source_printing_ids":["253352d1-26e1-4074-94d8-f88c697e910e","3f47b0c5-f1d9-46a6-8fc5-c12db4fb1c88","4a8b631f-7b03-441a-b551-59236d79804c","59b524bb-5a18-4dda-9c45-26ce9ff0f0c1","9fdb9ebf-ad05-4be4-87b1-791b83af5559","bea70da6-8da5-4c9b-8b6d-6a876b046274","d3571dee-7b90-4c0c-abc7-59b515ffa129","de8338bb-bf0d-4fc2-b247-4b2a183f27cf","f839b862-72f6-4ab8-86b4-0122f29ec53b","f847439f-a9b6-4a3c-abd1-76d54e0aed99"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C13","C15","C20","C21","CMA","F10","MMA","PRM","PZ1","SLD","STA","TSP","TSR"],"rulings":[{"date":"2021-03-19","text":"After a spell with split second resolves (or otherwise leaves the stack), players may again cast spells and activate abilities before the next object on the stack resolves."},{"date":"2021-03-19","text":"Casting a spell with split second won't affect spells and abilities that are already on the stack."},{"date":"2021-03-19","text":"If the resolution of a triggered ability involves casting a spell, that spell can't be cast if a spell with split second is on the stack."},{"date":"2021-03-19","text":"Players may turn face-down creatures face up while a spell with split second is on the stack."},{"date":"2021-03-19","text":"Players still get priority while a card with split second is on the stack; their options are just limited to mana abilities and certain special actions."},{"date":"2021-03-19","text":"Split second doesn't stop triggered abilities from triggering, such as that of Chalice of the Void. If one does, its controller puts it on the stack and chooses targets for it, if any. Those abilities will resolve as normal."}],"rarities":["uncommon","rare"]},"krosan verge":{"name":"Krosan Verge","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\n{T}: Add {C}.\n{2}, {T}, Sacrifice this land: Search your library for a Forest card and a Plains card, put them onto the battlefield tapped, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land",{"Subtype":"Forest"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land",{"Subtype":"Plains"}],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":2},"reveal":false,"selection_constraint":{"type":"MatchEachFilter","filters":[{"type":"Typed","type_filters":["Land",{"Subtype":"Forest"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land",{"Subtype":"Plains"}],"controller":null,"properties":[]}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}, {T}, Sacrifice ~: Search your library for a Forest card and a Plains card, put them onto the battlefield tapped, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"d9a10971-f32b-4978-952d-fed0a5bc9e36","metadata":{"source_printing_ids":["00a8776a-58f2-4a42-8919-2dd255f3f577","00a9814a-51f7-43b4-8835-91309b0c9d31","083fd5cb-0a26-4549-b054-3148d92e0ce9","0992a101-775e-4950-b4be-1b2dec96674f","15f70ddb-3b08-44fb-8060-37e429a15feb","19fc5bec-f877-430c-8e83-e6c5fe97f3c4","22bf947c-41c0-44b1-a9bb-f1327a4b6dd1","5ca98bdb-8e5f-439f-8c5a-3562c268e767","79ca6f07-7a41-464e-814f-eeaae048d95d","7b5ca583-38f2-4692-a29c-326510be5bb8","81e39f87-86ad-4960-afb9-b9328be2a26b","8d6adf14-e1ee-4248-bad2-67f209e686f6","95f96865-2dac-4011-9b3e-e2e7d962a9c5","bae25abc-22c2-436d-9e08-f123543a0911","d94c0ed8-a4f0-48ab-809e-5976fd87b97a","dabcee54-dda3-4208-81a8-e1ae3f79acf5","ea793198-7768-4844-98d2-cc6fba11a32d","f0c6047f-c246-4c9c-bee0-de2d5f13d475","f11d1a77-db1f-4ca0-a8ad-de85bc05b1dc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ARC","C16","C17","C18","C19","C20","CMM","DMC","JUD","MIC","MKC","MOC","ONC","OTC","PC2","PCA","PLST","PRM","PZ1","WC03","WOC","ZNC"],"rarities":["uncommon"]},"kroxa, titan of death's hunger":{"name":"Kroxa, Titan of Death's Hunger","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Giant"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When Kroxa enters, sacrifice it unless it escaped.\nWhenever Kroxa enters or attacks, each opponent discards a card, then each opponent who didn't discard a nonland card this way loses 3 life.\nEscape—{B}{B}{R}{R}, Exile five other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black","Red","Red"],"generic":0}},{"type":"Exile","count":5,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless it escaped.","constraint":null,"condition":{"type":"Not","condition":{"type":"CastVariantPaid","variant":"Escape"}},"batched":false},{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, each opponent discards a card, then each opponent who didn't discard a nonland card this way loses 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"2cb1c213-b3f2-4433-8f89-6a3b4c3d2795","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["050ff430-2ad8-46d0-bfdc-cc7323b87101","6186ca35-4d28-4176-aaff-5b384a688aa6","8e19366f-16ae-4335-8f87-ccb3e6c6af20","aafb2d82-295e-4148-a36c-f7e4cb8cdad4","c6d77715-4282-4616-a19f-2fc29783fdfa","cee0459b-9aac-4d2f-abe4-4d5fedde7eb8","cf9bf8c4-f977-449b-8d16-539060b40777"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MUL","PRM","PTHB","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"After an escaped spell resolves, it returns to its owner's graveyard if it's not a permanent spell. If it is a permanent spell, it enters the battlefield and will return to its owner's graveyard if it dies later. Perhaps it will escape again—good underworld security is so hard to come by these days."},{"date":"2020-01-24","text":"An opponent loses 3 life if they discard a land card or if they can't discard a card at all."},{"date":"2020-01-24","text":"As the second ability resolves, first the next opponent in turn order (or, if it's an opponent's turn, the opponent whose turn it is) chooses a card in hand without revealing it, then each other opponent in turn order does the same. All the chosen cards are discarded at the same time, and then the appropriate players lose 3 life each."},{"date":"2020-01-24","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2020-01-24","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2020-01-24","text":"If a card with escape is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2020-01-24","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2020-01-24","text":"Kroxa's first ability causes you to sacrifice it if you didn't cast it, or if it was cast using any permission other than an escape ability."},{"date":"2020-01-24","text":"Kroxa's second ability triggers when it enters the battlefield, even if it didn't escape."},{"date":"2020-01-24","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2020-01-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."},{"date":"2023-04-14","text":"To resolve Kroxa's second triggered ability in a multiplayer game, the next opponent in turn order (or, if it's an opponent's turn, the opponent whose turn it is) chooses a card in hand and sets it aside without revealing it. Then each other opponent in turn order does the same. Next, all chosen cards are revealed and discarded at the same time. Finally, each opponent who didn't discard a nonland card loses 3 life."}],"rarities":["mythic"]},"kuja, genome sorcerer":{"name":"Kuja, Genome Sorcerer","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Mutant","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, create a tapped 0/1 black Wizard creature token with \"Whenever you cast a noncreature spell, this token deals 1 damage to each opponent.\" Then if you control four or more Wizards, transform Kuja.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Wizard","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Wizard"],"colors":["Black"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a noncreature spell, ~ deals 1 damage to each opponent.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, create a tapped 0/1 black Wizard creature token with \"Whenever you cast a noncreature spell, ~ deals 1 damage to each opponent.\" Then if you control four or more Wizards, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"3998a60d-9521-4100-8d41-3e612972a3de","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["5d28e979-a264-59a8-8b04-fd3636ccfeb7"],"source_printing_ids":["008782d2-72b0-4554-b1ce-2db99969a4d8","374877d1-167a-42ea-adf3-a707ea0300e8","65530632-5b09-4359-921b-a6d094937aff","903192c7-f4ee-4872-aa61-3f8bdf2ab5c6","98067c9a-d81e-4f5c-b55a-28872331fce8","b058d305-d032-47c9-8567-11a4b4319695","cdb5acf7-2878-466d-8224-24fa64a602f5","d673228a-eec8-4f6e-82fd-10db909ccee2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"A nonmodal double-faced card enters with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2025-06-06","text":"A token that is created as a copy of a double-faced permanent or a double-faced card in another zone is a double-faced token. It will have both the front face and back face of whatever object it's copying. If it's copying a double-faced permanent whose back face is up, the token will enter with its back face up. It can transform if instructed to do so."},{"date":"2025-06-06","text":"Each face of a nonmodal double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a nonmodal double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2025-06-06","text":"Each nonmodal double-faced card in this release is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2025-06-06","text":"If another effect (or effects) modifies how much damage a Wizard you control would deal—by preventing some of it, for example—the player being dealt damage or the controller of the permanent being dealt damage chooses the order in which any such effects (including Trance Kuja's) apply. If all of the damage is prevented, Trance Kuja's effect no longer applies."},{"date":"2025-06-06","text":"If damage dealt by a Wizard you control is being divided or assigned among multiple permanents and/or players, that damage is divided or assigned before doubling. For example, if you attack with a 4/6 Wizard with trample and it's blocked by a 1/1 creature, you can assign 1 damage to the blocker and 3 damage to the defending player. Those amounts are then doubled to 2 and 6, respectively."},{"date":"2025-06-06","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Crystal Fragments, it will be exiled during the resolution of its second ability and remain in exile."},{"date":"2025-06-06","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Cecil, Dark Knight's color identity is black and white, since its front face is black and its back face has a white color indicator."},{"date":"2025-06-06","text":"The Wizard token's ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2025-06-06","text":"The back face of a nonmodal double-faced card usually has a color indicator that defines its color."},{"date":"2025-06-06","text":"The damage is dealt by the same source as the original source of damage. The doubled damage isn't dealt by Trance Kuja unless it was the original source of damage."},{"date":"2025-06-06","text":"The mana value of a nonmodal double-faced card is the mana value of its front face, no matter which face is up."}],"rarities":["rare"]},"kutzil's flanker":{"name":"Kutzil's Flanker","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this creature enters, choose one —\n• Put a +1/+1 counter on this creature for each creature that left the battlefield under your control this turn.\n• You gain 2 life and scry 2.\n• Exile target player's graveyard.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Put a +1/+1 counter on ~ for each creature that left the battlefield under your control this turn.","You gain 2 life and scry 2.","Exile target player's graveyard."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Exile","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ba557e19-a409-4c02-a9ac-a8fb77762e43","metadata":{"source_printing_ids":["685b735e-52a6-4fd6-a12e-d059c13d4afc","d1201811-54ab-4c4e-b6e1-19b0d07e5ede"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI"],"rarities":["rare"]},"kwain, itinerant meddler":{"name":"Kwain, Itinerant Meddler","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Rabbit","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{T}: Each player may draw a card, then each player who drew a card this way gains 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"duration":null,"description":"{T}: Each player may draw a card, then each player who drew a card this way gains 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"ce6a85b5-e249-4582-a6be-ce200da5fd53","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7a9bcc24-58ed-4892-8b24-83730ffcb469","885a4ac8-67ee-437c-9133-687be93ea117","941f5231-5620-45e5-9f00-a7f64f0385dc","cce29404-abfd-4c2c-90e5-5e04c111aa2b","e30d4b6e-44c3-4bf9-8edd-aebf97438f19","f571fef1-1fd2-4355-b803-5edccb6f4b94"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","CMR","PL23","PLST","PRM"],"rarities":["rare"]},"kylox's voltstrider":{"name":"Kylox's Voltstrider","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Collect evidence 6: This Vehicle becomes an artifact creature until end of turn.\nWhenever this Vehicle attacks, you may cast an instant or sorcery spell from among cards exiled with it. If that spell would be put into a graveyard, put it on the bottom of its owner's library instead.\nCrew 2","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":2,"once_per_turn":null}}],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"CollectEvidence","amount":6},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Collect evidence 6: ~ becomes an artifact creature until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"And","filters":[{"type":"Typed","type_filters":[{"AnyOf":["Instant","Sorcery"]}],"controller":null,"properties":[{"type":"InZone","zone":"Exile"}]},{"type":"ExiledBySource"}]},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may cast an instant or sorcery spell from among cards exiled with it. If that spell would be put into a graveyard, put it on the bottom of its owner's library instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"e7b746c8-1b32-42ed-8328-4e16274209d8","metadata":{"source_printing_ids":["7b524c71-c2ac-4a08-8ab7-27b1c232a359","86a8a1af-b1cf-47fc-ab42-7efa07a1c95b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."},{"date":"2024-02-02","text":"You choose whether or not to cast a spell from among the exiled cards as Kylox's Voltstrider's triggered ability resolves. If you do, you do so as part of the resolution of that ability. You can't wait to cast it later in the turn. Timing restrictions based on the card's type are ignored."}],"rarities":["mythic"]},"laboratory maniac":{"name":"Laboratory Maniac","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"If you would draw a card while your library has no cards in it, you win the game instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Draw","execute":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would draw a card while your library has no cards in it, you win the game instead.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"aa286dd5-aa19-446d-9003-684d81eb57ca","metadata":{"source_printing_ids":["1e9e13cf-4cb4-41f3-88e0-6836a16e905b","27a15b64-ea6a-4234-b26c-9dd3bdc14b98","2e1c7054-d6a7-4962-804d-c470bb8e39d3","39b475ec-e63c-4fb2-b83e-b1c858003137","44ede007-b6db-4396-8b25-9e2621cfeec4","51b080d5-ae4b-4d5e-acf2-c51695d8750a","5840b48c-7a14-481e-9d21-0c68aee16020","608567fd-9f94-4058-831a-77cb6019ef02","7a5be94c-08b8-4964-a79d-e22ea6e94be8","809205f3-acf5-4244-b360-09ce4ba76795","8b7cc0cc-3414-40b9-91da-80a435a457fc","d15bd831-aa75-42c1-905c-6e8cc644c7fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","INR","ISD","PLST","SLD","TSR","UMA"],"rulings":[{"date":"2021-03-19","text":"If for some reason you can't win the game (because your opponent has cast Angel's Grace this turn, for example), you won't lose for having tried to draw a card from a library with no cards in it. The draw was still replaced."},{"date":"2021-03-19","text":"If two or more players each control a Laboratory Maniac and each player is instructed to draw a number of cards, first the player whose turn it is draws that many cards. If this causes that player to win the game instead, the game is immediately over. If the game isn't over yet, repeat this process for each other player in turn order."}],"rarities":["uncommon","rare","special"]},"laelia, the blade reforged":{"name":"Laelia, the Blade Reforged","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever Laelia attacks, exile the top card of your library. You may play that card this turn.\nWhenever one or more cards are put into exile from your library and/or your graveyard, put a +1/+1 counter on Laelia.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, exile the top card of your library. You may play that card this turn.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"origin_zones":["Library","Graveyard"],"destination":"Exile","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more cards are put into exile from your library and/or your graveyard, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a0be9bb2-3234-4c6c-b8ce-0879b1f43003","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["00760b58-8a7d-44fa-a5e7-9df54c21c77d","0ac72836-a656-4bdb-adc8-04cf20b77aba","2cb16354-1211-4230-90e2-4858ba68f348","2e90b9b2-8e8e-4b00-b3a0-b26dd4551550","4616106e-b75e-4de4-860e-15369e4abf84","a3bb2881-e8fb-4fba-a9f9-d93e6ca24378","afeb2fe4-f0ef-4366-a568-c36b538f0196"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C21","CLB","HA6","MH3","PRM","SOC"],"rulings":[{"date":"2024-06-07","text":"Cards exiled by Laelia, the Blade Reforged are exiled face up."},{"date":"2024-06-07","text":"If a player is instructed to exile cards from their library \"until\" a certain event occurs (for example, because of the triggered ability of a spell with cascade or discover), that player exiles those cards one at a time. Laelia's last ability will trigger that many times."},{"date":"2024-06-07","text":"If you play a card this way, it leaves exile and becomes a new object. If it returns to exile later in the turn, you can't play it again."},{"date":"2024-06-07","text":"Laelia's last triggered ability doesn't care which player is exiling cards from the library or graveyard. Cards put into exile from your library or graveyard for any reason, such as the delve ability, cause the ability to trigger."},{"date":"2024-06-07","text":"The last ability triggers only once for each time cards are put into exile from your library and/or graveyard, no matter how many cards were exiled at the same time."},{"date":"2024-06-07","text":"You must follow the normal timing permissions and restrictions while playing the exiled card. If it's a land, you can't play it unless you have land plays available."},{"date":"2024-06-07","text":"You'll still pay all costs for a spell cast this way, including additional costs. You may also pay alternative costs if any are available."}],"rarities":["rare"]},"lagrella, the magpie":{"name":"Lagrella, the Magpie","mana_cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When Lagrella enters, exile any number of other target creatures controlled by different players until Lagrella leaves the battlefield. When an exiled card enters under your control this way, put two +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenEntersBattlefield","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"target_constraints":[{"type":"DifferentObjectControllers"}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile any number of other target creatures controlled by different players until ~ leaves the battlefield. When an exiled card enters under your control this way, put two +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Blue","White"],"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"6a98b586-5187-48a1-bde3-f6141f3e9cb1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5956dbe0-0d4c-42b1-8554-0fa6de1ee6bc","71db9c6a-aa6c-44e1-86bd-8621abf64d4f","dd20f271-26c8-429f-a422-e7d95f3bda74"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["SNC"],"rulings":[{"date":"2022-04-29","text":"\"This way\" refers to cards entering the battlefield as a result of Lagrella leaving the battlefield."},{"date":"2022-04-29","text":"The last part of Lagrella's ability is a delayed triggered ability that is set up as its enters-the-battlefield ability resolves. It will trigger when Lagrella leaves the battlefield even if it's somehow lost its abilities or become a copy of something else."}],"rarities":["uncommon"]},"land grant":{"name":"Land Grant","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you have no land cards in hand, you may reveal your hand rather than pay this spell's mana cost.\nSearch your library for a Forest card, reveal that card, put it into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Forest"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a Forest card, reveal that card, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e36f4649-934d-4e8a-bd5f-39f164ea6937","casting_options":[{"kind":"AlternativeCost","cost":{"type":"EffectCost","effect":{"type":"RevealHand","target":{"type":"SelfRef"},"card_filter":{"type":"Any"},"count":null,"reveal":true}},"condition":{"type":"Not","condition":{"type":"ZoneCoreTypeCardCountAtLeast","zone":"Hand","core_type":"Land","count":1}}}],"metadata":{"source_printing_ids":["1e3501bf-3c76-4cd7-9d96-86cf3bbdd0df","d6862005-32d1-473e-a28b-5dfc4b7782cd"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ","PLST"],"rulings":[{"date":"2004-10-04","text":"Because the “search” requires you to find a card with certain characteristics, you don’t have to find the card if you don’t want to."},{"date":"2004-10-04","text":"You can pay the “reveal your hand” cost even if your hand is already revealed due to another effect."}],"rarities":["common"]},"lapis orb of dragonkind":{"name":"Lapis Orb of Dragonkind","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {U}. When you spend this mana to cast a Dragon creature spell, scry 2. (Look at the top two cards of your library, then put any number of them on the bottom and the rest on top in any order.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]},"grants":[{"TriggerOnSpend":{"restriction":{"OnlyForCreatureType":"Dragon"},"ability":{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}. When you spend this mana to cast a Dragon creature spell, scry 2.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c61ab8e1-ef23-465d-bcd3-f771434988b2","metadata":{"source_printing_ids":["26ed684b-e3a1-421d-8cfd-c5eee673a3a1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG"],"rulings":[{"date":"2022-06-10","text":"If more than one {U} produced by a Lapis Orb of Dragonkind is spent to cast a single Dragon creature spell, the delayed triggered ability associated with each mana spent will trigger. You will scry 2 that many times."},{"date":"2022-06-10","text":"The delayed triggered ability will trigger whether Lapis Orb of Dragonkind is still on the battlefield or not."},{"date":"2022-06-10","text":"The mana created by Lapis Orb of Dragonkind can be spent on anything, not just Dragon creature spells."}],"rarities":["common"]},"larval scoutlander":{"name":"Larval Scoutlander","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, you may sacrifice a land or Lander. If you do, search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 7+.)\n7+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Lander"}],"controller":"You","properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2}},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may sacrifice a land or Lander. If you do, search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"7+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":3}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 7+"}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b3f3d55c-a3f6-441b-a380-60c0734dc514","metadata":{"source_printing_ids":["d6083f43-58dc-46fc-aeff-347b1080417b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"lashwhip predator":{"name":"Lashwhip Predator","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant","Beast"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"This spell costs {2} less to cast if your opponents control three or more creatures.\nReach","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast if your opponents control three or more creatures."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"56035e66-e730-436d-8de2-4ded7fd1b51e","metadata":{"source_printing_ids":["24553e98-29a9-47e3-91c7-9add708d9ad1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you’re paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon"]},"last night together":{"name":"Last Night Together","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two target creatures. Untap them. Put two +1/+1 counters on each of them. They gain vigilance, indestructible, and haste until end of turn. After this main phase, there is an additional combat phase. Only the chosen creatures can attack during that combat phase.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Indestructible"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain vigilance, indestructible, and haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"PreCombatMain","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose two target creatures. Untap them. Put two +1/+1 counters on each of them. They gain vigilance, indestructible, and haste until end of turn. After this main phase, there is an additional combat phase. Only the chosen creatures can attack during that combat phase.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":2,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"0ad48edf-49e2-4f3a-b50e-11231a616752","metadata":{"source_printing_ids":["08fbaf77-8afa-41c7-804b-ba7b740fffe8","2964a050-bed3-4e2e-b44b-e93561c4c643","7d4ed521-eff6-4bdd-939d-8304b26ad256","98048265-cdab-4a21-89f9-3403babf34e6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rarities":["rare"]},"latchkey faerie":{"name":"Latchkey Faerie","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Rogue"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nProwl {2}{U} (You may cast this for its prowl cost if you dealt combat damage to a player this turn with a Faerie or Rogue.)\nWhen this creature enters, if its prowl cost was paid, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Prowl":{"type":"Cost","shards":["Blue"],"generic":2}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if its prowl cost was paid, draw a card.","constraint":null,"condition":{"type":"CastVariantPaid","variant":"Prowl"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7bc4a0a0-f06e-4074-95a8-67a5d8fdfef9","metadata":{"source_printing_ids":["914828e6-78f7-4d66-b352-03a41d9a62b4","9fd63974-2a37-49bc-9eaf-a128c5ee3109","e5cada19-bf8a-47a7-b259-8dd0e1de215e","ef32d51e-1ec0-46aa-b240-e28a1fb64d73"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["MMA","MOR","PLST","ZNC"],"rarities":["common"]},"lathiel, the bounteous dawn":{"name":"Lathiel, the Bounteous Dawn","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Unicorn"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nAt the beginning of each end step, if you gained life this turn, distribute up to that many +1/+1 counters among any number of other target creatures.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"UpTo","max":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}}},"distribute":{"type":"Counters","data":"P1P1"},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if you gained life this turn, distribute up to that many +1/+1 counters among any number of other target creatures.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"d3c56fc4-3611-41b1-952e-4c5311b1510b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["00e84208-b622-424d-b9b7-2f093e75c593","29d3484f-abd1-43fe-99f8-e0fa0a7b6692","4dfebabf-64b7-4bf8-adbd-838807c05cb0","913752eb-b446-41f8-9914-f78f981b042b","c27205fe-136a-4d3c-88f3-ae83af3ebd42","fb721716-1027-4c2c-a156-30fb6a939e82"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMR","MUL","PRM"],"rulings":[{"date":"2020-11-10","text":"As each end step begins, if you haven't gained life that turn, Lathiel's triggered ability won't trigger at all. If it does trigger, you choose the targets and how the +1/+1 counters will be distributed as you put the ability on the stack. Each target must receive at least one +1/+1 counter."},{"date":"2020-11-10","text":"Gaining more life in response to the triggered ability won't change how many counters will be distributed, nor will it change the distribution."},{"date":"2020-11-10","text":"If some, but not all, of the creatures are illegal targets as the triggered ability tries to resolve, the original distribution of counters still applies and the counters that would have been put on illegal targets are lost. If all of the creatures are illegal targets, the ability won't resolve."},{"date":"2020-11-10","text":"The triggered ability will consider the total amount of life you've gained that turn, not how your life total has changed. For example, if you start the turn at 10 life, then gain 5 life, and then lose 7 life, you'll distribute five +1/+1 counters, even though your life total is now lower than it was at the beginning of the turn."},{"date":"2020-11-10","text":"You may choose no targets if you want. In that case, no +1/+1 counters are put on any creature."}],"rarities":["rare"]},"lathnu hellion":{"name":"Lathnu Hellion","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Hellion"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen this creature enters, you get {E}{E} (two energy counters).\nAt the beginning of your end step, sacrifice this creature unless you pay {E}{E}.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you get {E}{E} .","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, sacrifice ~ unless you pay {E}{E}.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"PayEnergy","amount":{"type":"Fixed","value":2}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"6dd71453-63ec-4f4c-87d2-34d207398b9a","metadata":{"source_printing_ids":["14050179-84af-46f6-89be-338f8e7131cc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["KLD","PKLD"],"rulings":[{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["rare"]},"lathril, blade of the elves":{"name":"Lathril, Blade of the Elves","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Noble"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Menace (This creature can't be blocked except by two or more creatures.)\nWhenever Lathril deals combat damage to a player, create that many 1/1 green Elf Warrior creature tokens.\n{T}, Tap ten untapped Elves you control: Each opponent loses 10 life and you gain 10 life.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":10}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"TapCreatures","requirement":{"requirement":"count","count":10},"filter":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[]}}]},"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":10}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}, Tap ten untapped Elves you control: Each opponent loses 10 life and you gain 10 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Elf Warrior","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elf","Warrior"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, create that many 1/1 green Elf Warrior creature tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"9b568c34-ba0a-44a7-a0ee-bee3a37b3396","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["73b705e5-0868-50dc-aff2-73f0d36de975","ba573e3a-81c4-55a0-97c6-2aa6f0c7269e"],"source_printing_ids":["547888c3-a9a6-4413-b29a-6bcd8a9279bf","61f766b8-a92e-4353-b457-ac62fc470713","8d4e5480-a287-4a25-b855-a26dae555b1c","c8463968-c2e9-48d7-ab9d-6a9b71470c3e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","KHC","PFDN","PKHM"],"rulings":[{"date":"2021-02-05","text":"You can tap any ten untapped Elves you control, including ones you haven't controlled continuously since the beginning of your most recent turn, to pay that part of the cost of Lathril's activated ability. You must have controlled Lathril continuously since the beginning of your most recent turn, however. Lathril doesn't count as one of the ten."}],"rarities":["rare","mythic"]},"laughing jasper flint":{"name":"Laughing Jasper Flint","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Lizard","Rogue"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Creatures you control but don't own are Mercenaries in addition to their other types.\nAt the beginning of your upkeep, exile the top X cards of target opponent's library, where X is the number of outlaws you control. Until end of turn, you may cast spells from among those cards, and mana of any type can be spent to cast those spells.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Assassin"},{"Subtype":"Mercenary"},{"Subtype":"Pirate"},{"Subtype":"Rogue"},{"Subtype":"Warlock"}]}],"controller":"You","properties":[]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"SpendManaAsAnyColor":{}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"cast spells from among those cards, and mana of any type can be spent to cast those spells"}],"duration":"UntilEndOfTurn","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of your upkeep, exile the top X cards of target opponent's library, where X is the number of outlaws you control. Until end of turn, you may cast spells from among those cards, and mana of any type can be spent to cast those spells.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Owned","controller":"Opponent"}]},"modifications":[{"type":"AddSubtype","subtype":"Mercenary"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control but don't own are Mercenaries in addition to their other types."}],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"bd7c5a8b-cf62-41e1-a664-b16e3e5d142b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5df7fadd-33ea-4bf4-9122-362821ef96dc","af0b3a41-ba99-41e8-bcfb-5796500c17c7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ","SLP"],"rulings":[{"date":"2024-04-12","text":"A card, spell, or permanent is an outlaw if it has the Assassin, Mercenary, Pirate, Rogue, or Warlock creature type. It doesn’t matter if it has more than one of those creature types; as long as it has at least one, it’s an outlaw."},{"date":"2024-04-12","text":"If an ability refers to an outlaw or whether a player controls an outlaw, it’s referring only to permanents with one or more of the creature types specified above. Notably, it’s not referring to any spell or card not on the battlefield. However, other abilities may refer to an “outlaw spell” or “outlaw card” in a zone other than the battlefield. Those abilities refer to spells and cards with one or more of the specified creature types."},{"date":"2024-04-12","text":"Laughing Jasper Flint’s first ability applies to creatures you control but don’t own as they enter the battlefield. For example, if you control Laughing Jasper Flint and Vial Smasher, Gleeful Grenadier, having a creature an opponent owns that normally isn’t an outlaw enter the battlefield under your control will cause Vial Smasher’s ability to trigger."},{"date":"2024-04-12","text":"Outlaw is not a creature type. If an effect asks you to choose a creature type, you can’t choose outlaw."},{"date":"2024-04-12","text":"The value of X is determined as Laughing Jasper Flint’s last ability resolves."},{"date":"2024-04-12","text":"You pay all costs and follow all normal timing rules for cards played from exile with Laughing Jasper Flint’s last ability. For example, if you exile a creature card this way, you must wait until your main phase to cast it."}],"rarities":["rare"]},"lava blister":{"name":"Lava Blister","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target nonbasic land unless its controller has Lava Blister deal 6 damage to them.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"NotSupertype","value":"Basic"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target nonbasic land unless its controller has ~ deal 6 damage to them.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"EffectCost","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":6},"target":{"type":"Player"}}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3260bede-d78d-41a6-8fe1-95ce14a2ba8c","metadata":{"source_printing_ids":["cd0e9e53-2710-4c2a-a8e4-48f25375ebc7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rarities":["uncommon"]},"lavinia, azorius renegade":{"name":"Lavinia, Azorius Renegade","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Each opponent can't cast noncreature spells with mana value greater than the number of lands that player controls.\nWhenever an opponent casts a spell, if no mana was spent to cast it, counter that spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: Each opponent can't cast noncreature spells with mana value greater than the number of lands that player controls."},"cost":null,"sub_ability":null,"duration":null,"description":"Each opponent can't cast noncreature spells with mana value greater than the number of lands that player controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, if no mana was spent to cast it, counter that spell.","constraint":null,"condition":{"type":"ManaSpentCondition","text":"no mana was spent to cast it"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"81ba3a33-0e04-4f68-9a42-1dd717733b57","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0010b841-c857-4335-aac3-d3b4bab00c7b","197bf3f4-c0df-4082-97a1-902ceabbdd3f","4a234375-c9cc-4471-9993-1f775950a056","4bee8ea6-8903-4bed-977b-b6c2cd0126f9","a00c0cbc-e2e5-43bf-bfaa-355229181393","b96ef600-a96c-4563-bc4e-157ea62d14d4","c497d496-1232-4614-93b0-9864fa93c29f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MB2","PRM","PRNA","RNA","RVR","SLD","TSR"],"rulings":[{"date":"2021-03-19","text":"Effects that modify or replace the cost to cast a spell (such as flashback or casting a spell without paying its mana cost due to suspend) don't affect the spell's mana value, so they won't change whether Lavinia's first ability restricts that spell from being cast."},{"date":"2021-03-19","text":"For spells with {X} in their mana costs, use the value chosen for X to determine the spell's mana value."},{"date":"2021-03-19","text":"If an effect allows a player to cast a spell without paying its mana cost, that player can't choose to cast it and pay its mana cost unless another rule or effect allows that player to cast it that way. However, if that spell also has additional costs that require mana, paying that mana will stop Lavinia's last ability from triggering."},{"date":"2021-03-19","text":"Players may cast spells that they know Lavinia's second ability will counter. Any abilities that trigger when spells are cast will trigger and resolve if appropriate, and any effects that count spells cast will count those spells if appropriate."}],"rarities":["rare","special"]},"lavinia, foil to conspiracy":{"name":"Lavinia, Foil to Conspiracy","mana_cost":{"type":"Cost","shards":["WhiteBlue","WhiteBlue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Detective"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever you cast your second spell each turn, investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")\n{T}: Add {C}{C}. Activate only during an opponent's turn.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}. Activate only during an opponent's turn.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"Not","condition":{"type":"IsYourTurn"}}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your second spell each turn, investigate.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"b5b26cea-9be3-46f7-9603-a6eee0dd107e","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1"],"source_printing_ids":["1f1b47ed-e935-44a4-b654-a32c0bf5dd19","d5435866-d48b-496a-ba07-438163b71ae8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLU"],"rulings":[{"date":"2024-02-02","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2024-02-02","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2024-02-02","text":"Some abilities trigger \"whenever you sacrifice a Clue\". Those abilities trigger whenever you sacrifice a Clue for any reason, not just to activate a Clue's activated ability."},{"date":"2024-02-02","text":"Some spells and abilities that investigate may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't create any Clue tokens."},{"date":"2024-02-02","text":"Spells that were cast before Lavinia, Foil to Conspiracy count. If Lavinia was the first spell you cast this turn, the next spell you cast this turn is your second spell."},{"date":"2024-02-02","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."}],"rarities":["rare"]},"lay of the land":{"name":"Lay of the Land","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a basic land card, reveal it, put it into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card, reveal it, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"cedc52eb-66a6-4b43-87f1-9bb9f4d4871e","metadata":{"source_printing_ids":["3bb3410b-d6c3-4e42-b3c9-fb557f9a16f0","42018b2d-b8db-4d37-b42f-15ee0d1a22ee","87af4e8a-2da4-4dc7-a402-4cf0559c50e1","90b10608-8917-4337-ad60-ab31ab8c0fc4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","vintage":"legal"},"printings":["APC","CN2","M14","PLST"],"rulings":[{"date":"2004-10-04","text":"Because the “search” requires you to find a card with certain characteristics, you don’t have to find the card if you don’t want to."}],"rarities":["common"]},"lead the stampede":{"name":"Lead the Stampede","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top five cards of your library. You may reveal any number of creature cards from among them and put the revealed cards into your hand. Put the rest on the bottom of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":5},"destination":"Hand","keep_count":4294967295,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":"Look at the top five cards of your library. You may reveal any number of creature cards from among them and put the revealed cards into your hand. Put the rest on the bottom of your library in any order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ea91be73-40f5-461a-bb39-d60216829a53","metadata":{"source_printing_ids":["4ade8ca9-6702-4f51-af29-3722ee920469","66ed14c8-38c6-4da5-a6ee-f814478161d2","6c977fe0-f0dd-42be-900c-c3576e1cfc3a","99e9bf2f-c3d6-41d9-b6d9-82ed86224dba","9e76b676-c7a3-4de6-a78d-3059a0df83f2","b4d1f656-4a33-4348-b850-af7391ac071b","ebc160fd-e34f-46a1-9a38-5c51a49fe64e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CNS","DDH","DDU","IKO","IMA","MBS","PLST"],"rarities":["common","uncommon"]},"leadership vacuum":{"name":"Leadership Vacuum","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player returns each commander they control from the battlefield to the command zone.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Command","target":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"IsCommander"},{"type":"InZone","zone":"Battlefield"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"IsCommander"},{"type":"InZone","zone":"Battlefield"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target player returns each commander they control from the battlefield to the command zone.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5f9dd005-1648-451e-b888-69ef81331c95","metadata":{"source_printing_ids":["4fa953a9-171c-4532-a352-40ce27eed3c4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19"],"rulings":[{"date":"2019-08-23","text":"Leadership Vacuum targets the player, not their creatures. A commander with hexproof or protection from blue may be returned this way."},{"date":"2019-08-23","text":"The \"commander tax\" increases based on how many times a commander was cast from the command zone, not how many times it was put there as a result of Commander rules. The returned commander will cost more to cast again even though it was put directly into the command zone."},{"date":"2019-08-23","text":"You'll draw a card even if the target player controls no commanders as Leadership Vacuum resolves."}],"rarities":["uncommon"]},"leave":{"name":"Leave","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return any number of target permanents you own to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return any number of target permanents you own to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"dff5d16f-3a41-4873-8188-076e77f18c75","metadata":{"source_printing_ids":["8f8efe2a-0125-4da6-a3d1-efff9f0b86b3","f928e8e8-aa20-402c-85bd-59106e9b9cc7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","HOU","PHOU"],"rulings":[{"date":"2017-04-18","text":"A spell with aftermath cast from a graveyard will always be exiled afterward, whether it resolves, it's countered, or it leaves the stack in some other way."},{"date":"2017-04-18","text":"All split cards have two card faces on a single card, and you put a split card onto the stack with only the half you're casting. The characteristics of the half of the card you didn't cast are ignored while the spell is on the stack. For example, if an effect prevents you from casting green spells, you can cast Destined of Destined // Lead, but not Lead."},{"date":"2017-04-18","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one, but not both."},{"date":"2017-04-18","text":"Each split card is a single card. For example, if you discard one, you've discarded one card, not two. If an effect counts the number of instant and sorcery cards in your graveyard, Destined // Lead counts once, not twice."},{"date":"2017-04-18","text":"If another effect allows you to cast a split card with aftermath from a graveyard, you may cast either half. If you cast the half that has aftermath, you'll exile the card if it would leave the stack."},{"date":"2017-04-18","text":"If another effect allows you to cast a split card with aftermath from any zone other than a graveyard, you can't cast the half with aftermath."},{"date":"2017-04-18","text":"If you cast the first half of a split card with aftermath during your turn, you'll have priority immediately after it resolves. You can cast the half with aftermath from your graveyard before any player can take any other action if it's legal for you to do so."},{"date":"2017-04-18","text":"Split cards with aftermath have a new frame treatment—the half you can cast from your hand is oriented the same as other cards you'd cast from your hand, while the half you can cast from your graveyard is a traditional split card half. This frame treatment is for your convenience and has no rules significance."},{"date":"2017-04-18","text":"While not on the stack, the characteristics of a split card are the combination of its two halves. For example, Destined // Lead is a green and black card, it is both an instant card and a sorcery card, and its mana value is 6. This means that if an effect allows you to cast a card with mana value 2 from your hand, you can't cast Destined. This is a change from the previous rules for split cards."},{"date":"2017-07-14","text":"Once you've started to cast a spell with aftermath from your graveyard, the card is immediately moved to the stack. Opponents can't try to stop the ability by exiling the card with an effect such as that of Crook of Condemnation."},{"date":"2017-07-14","text":"You are a permanent's owner if the card representing it began the game in your deck, or if it's a token that entered the battlefield under your control. Leave can target a permanent you own but don't control."}],"rarities":["rare"]},"lecturing scornmage":{"name":"Lecturing Scornmage","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Repartee — Whenever you cast an instant or sorcery spell that targets a creature, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Targets","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"Targets","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell that targets a creature, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"29c23fd7-0ac4-46af-8ecd-92b726575252","metadata":{"source_printing_ids":["ad07091e-8c24-43af-8ce8-031847bcaf30"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rulings":[{"date":"2026-03-20","text":"A repartee ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2026-03-20","text":"It doesn't matter if the creature or creatures targeted by the spell that caused the repartee ability to trigger leave the battlefield or stop being creatures before that spell resolves. As long as that spell targeted one or more creatures when it was cast, the repartee ability will trigger and later resolve."}],"rarities":["uncommon"]},"ledger shredder":{"name":"Ledger Shredder","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird","Advisor"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a player casts their second spell each turn, this creature connives. (Draw a card, then discard a card. If you discarded a nonland card, put a +1/+1 counter on this creature.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Connive","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts their second spell each turn, ~ connives.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e9117015-1050-44dd-a46b-e7ffe2085fae","metadata":{"source_printing_ids":["31b1bf08-aba1-4197-8afe-05c1fc783307","7ea4b5bc-18a4-45db-a56a-ab3f8bd2fb0d","c0564116-24c1-4b5d-bb9e-a0828fe164b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRM","PSNC","SNC","SPG"],"rulings":[{"date":"2022-04-29","text":"Don't play with this card near any important paperwork. We can't take responsibility for what happens."},{"date":"2022-04-29","text":"If a resolving spell or ability instructs a specific creature to connive but that creature has left the battlefield, the creature still connives. If you discard a nonland card this way, you won't put a +1/+1 counter on anything. Abilities that trigger “when [that creature] connives” will trigger."},{"date":"2022-04-29","text":"If no card is discarded, most likely because that player's hand is empty and an effect says they can't draw cards, the conniving creature does not receive a +1/+1 counter."},{"date":"2022-04-29","text":"Once an ability that causes a creature to connive begins to resolve, no player may take any other actions until it's done. Notably, opponents can't try to remove the conniving creature after you discard a nonland card but before it receives a counter."},{"date":"2022-04-29","text":"Spells that were cast before Ledger Shredder entered the battlefield count. If Ledger Shredder was the first spell you cast this turn, the next spell you cast this turn is your second spell."}],"rarities":["rare","mythic"]},"leonin arbiter":{"name":"Leonin Arbiter","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Players can't search libraries. Any player may pay {2} for that player to ignore this effect until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: Players can't search libraries. Any player may pay {2} for that player to ignore this effect until end of turn."},"cost":null,"sub_ability":null,"duration":null,"description":"Players can't search libraries. Any player may pay {2} for that player to ignore this effect until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a33f6070-590c-4be8-9180-b1ac2608cbc4","metadata":{"source_printing_ids":["0d0f827b-ebc3-45a4-8d12-c71a14478038","1ab76a98-ce06-47eb-a496-6f98efaad503","46f882a1-a34a-4319-bb75-c11a1193e8e8","4b0453cd-62ab-41ba-8d9c-9d6d25dc9a56","85431851-36c6-4515-8000-d0b9a268b4c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","C17","PLST","SOM"],"rulings":[{"date":"2011-01-01","text":"A player who has paid {2} may search any library when instructed to do so that turn, not just their own library."},{"date":"2011-01-01","text":"Effects that instruct you to reveal or look at cards from the top of you library will still work. Only effects that use the word \"search\" are affected."},{"date":"2011-01-01","text":"If a player pays {2}, that enables only them to ignore Leonin Arbiter's effect that turn. Each other player is still affected by it."},{"date":"2011-01-01","text":"If an effect says \"Search your library . . . then shuffle your library,\" you shuffle you libraries even though you can't search."},{"date":"2011-01-01","text":"If an effect says \"You may search your library . . . If you do, shuffle your library\" or \"You may search your library . . . then shuffle your library,\" you can't choose to search, so you won't shuffle."},{"date":"2011-01-01","text":"If there are multiple Leonin Arbiters on the battlefield, a player must pay {2} for each one before being able to search libraries that turn."},{"date":"2011-01-01","text":"Once a player has paid {2}, they may search libraries that turn as many times as they are instructed to do so."},{"date":"2011-01-01","text":"Paying {2} doesn't let a player pick up a library and search it — it just allows them to ignore Leonin Arbiter's effect that turn. That player can search a library only if another spell or ability instructs them to do so."},{"date":"2011-01-01","text":"Paying {2} to ignore Leonin Arbiter's effect is a special action. Any player may take this special action any time they have priority. It doesn't use the stack and can't be responded to."},{"date":"2011-01-01","text":"Since players who haven't paid {2} can't search, they won't be able to find any cards in a library. The effect applies to all players and all libraries. If a spell or ability's effect has other parts that don't depend on searching for or finding cards, they will still work normally."}],"rarities":["rare"]},"leonin vanguard":{"name":"Leonin Vanguard","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, if you control three or more creatures, this creature gets +1/+1 until end of turn and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, if you control three or more creatures, ~ gets +1/+1 until end of turn and you gain 1 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"de1e1352-adb2-4ac1-bb2a-ee654d5c727d","metadata":{"source_printing_ids":["17b25850-f1bd-4410-beec-603b2a77f264","724738ad-6a9b-4ef6-b637-558645cd8151","96ff15d2-987e-461f-93ad-9a57eca70112"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J25","M19"],"rulings":[{"date":"2018-07-13","text":"If you don't control three or more creatures as Leonin Vanguard's ability resolves, the ability does nothing. However, if you do control three or more creatures as it resolves, the +1/+1 bonus doesn't stop applying if you no longer control three creatures later in the turn."},{"date":"2018-07-13","text":"If you don't control three or more creatures as your combat phase begins, Leonin Vanguard's ability won't trigger at all. Causing a permanent to become a creature during the beginning of combat step won't cause Leonin Vanguard's ability to trigger."}],"rarities":["uncommon"]},"level up":{"name":"Level Up","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nWhen this Aura enters, put a +1/+1 counter on enchanted creature.\nEnchanted creature has \"Whenever this creature attacks, double the number of +1/+1 counters on it. Then if it has power 10 or greater, draw a card.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, put a +1/+1 counter on enchanted creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"MultiplyCounter","counter_type":"P1P1","multiplier":2,"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"comparator":"GE","rhs":{"type":"Fixed","value":10}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, double the number of +1/+1 counters on it. Then if it has power 10 or greater, draw a card.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"Whenever ~ attacks, double the number of +1/+1 counters on it. Then if it has power 10 or greater, draw a card.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"88cd43ce-b168-45a4-8d29-6cac5ab42857","metadata":{"source_printing_ids":["d4398907-17d2-4fad-bfa9-56925fb75834"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["TMC"],"rulings":[{"date":"2026-01-27","text":"To double the number of +1/+1 counters on a creature, put a number of +1/+1 counters on it equal to the number it already has. Other cards that interact with putting counters on it will interact with this effect accordingly."}],"rarities":["rare"]},"leveler":{"name":"Leveler","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Juggernaut"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, exile all cards from your library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Library","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Library"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile all cards from your library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ba1d34ab-7529-4f47-a5e7-7d8f66d7b901","metadata":{"source_printing_ids":["03ffa3c3-dd29-47eb-abf2-7951fadb5c37","54b9d8fa-2427-49fb-af69-3b2688dc8a8c","57591186-dcc5-437b-8390-fc4a7f7f13fb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MRD","PLST","TSR"],"rulings":[{"date":"2021-03-19","text":"You won't lose the game until you try to draw from the empty library."}],"rarities":["rare","special"]},"leviathan":{"name":"Leviathan","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Leviathan"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"Trample\nThis creature enters tapped and doesn't untap during your untap step.\nAt the beginning of your upkeep, you may sacrifice two Islands. If you do, untap this creature.\nThis creature can't attack unless you sacrifice two Islands. (This cost is paid as attackers are declared.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Island"}],"controller":"You","properties":[]},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may sacrifice two Islands. If you do, untap ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"CantUntap","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ enters tapped and doesn't untap during your untap step."},{"mode":"CantAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Not","condition":{"type":"Unrecognized","text":"unless you sacrifice two Islands"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack unless you sacrifice two Islands."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped and doesn't untap during your untap step.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d8c49932-9b4f-4cb0-a7e9-4b7eb12203ee","metadata":{"source_printing_ids":["1f73a0ff-cebf-4a4d-aa4d-71c9cabc1bed","a4e96456-93bf-4d28-9a4b-5bc24ae07fc2","b638d9be-c533-45c3-92f9-fabf56edc2df","bc482c8f-5645-4cf9-8e90-090c77f9dc64","f2f142b2-08a1-4dfb-9b72-0a383ffbdbfc","fbc98990-7fb0-4f69-a80d-38443966b3ae"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","BTD","DRK","REN","TSB"],"rulings":[{"date":"2004-10-04","text":"You don't have to pay the untap cost if it is untapped outside the upkeep phase or is untapped by an effect."}],"rarities":["uncommon","rare","special"]},"leyline of anticipation":{"name":"Leyline of Anticipation","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nYou may cast spells as though they had flash.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Flash"}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may cast spells as though they had flash."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9dc65ffe-17fc-4280-b4bd-78073ac7e12b","metadata":{"source_printing_ids":["29b70152-1d7b-45c4-8c85-011d2338e0a8","d789703e-81ae-48a7-8831-201ccdec5eba","d7dbb092-3bb0-445e-ab26-d939cac92a73","f57bdaa1-ce8a-4103-8598-fee751e65a53"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","M11","M20","PM20","WOT"],"rulings":[{"date":"2021-03-19","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."}],"rarities":["rare"]},"leyline of hope":{"name":"Leyline of Hope","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nIf you would gain life, you gain that much life plus 1 instead.\nAs long as you have at least 7 life more than your starting life total, creatures you control get +2/+2.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeAboveStarting"}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as you have at least 7 life more than your starting life total, creatures you control get +2/+2."}],"replacements":[{"event":"GainLife","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"EventContextAmount"}},"offset":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would gain life, you gain that much life plus 1 instead.","condition":null}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c7ee79c3-a273-45b4-b3a4-548d9b2b883c","metadata":{"source_printing_ids":["40960e47-3065-485e-aede-29a62411034e","e6209ca8-3a2a-4c0a-9f86-54283af9df75"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2024-09-20","text":"Because damage remains marked on creatures until the damage is removed as the turn ends, nonlethal damage dealt to creatures you control may become lethal if Leyline of Hope leaves the battlefield or if your life total drops below 7 life more than your starting life total."},{"date":"2024-09-20","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Leyline of Hope's second ability will apply to those two events separately. However, if a single creature you control with lifelink deals combat damage to multiple permanents and/or players at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will apply only once."},{"date":"2024-09-20","text":"If you control two Leylines of Hope and you would gain life, you gain that much life plus 2. A third Leyline of Hope has you gain that much life plus 3, and so on."},{"date":"2024-09-20","text":"In a Two-Headed Giant game, life gained by your teammate won't cause Leyline of Hope's second ability to apply, even though it will cause your team's life total to increase."},{"date":"2024-09-20","text":"The second ability of Leyline of Hope applies just once to each life-gaining event, no matter how much life is gained. If you gain an amount of life \"for each\" of something or \"equal to the number\" of something, that life is gained as one event and Leyline of Hope's second ability applies only once."}],"rarities":["rare"]},"leyline of resonance":{"name":"Leyline of Resonance","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nWhenever you cast an instant or sorcery spell that targets only a single creature you control, copy that spell. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"TargetsOnly","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},{"type":"HasSingleTarget"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"TargetsOnly","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},{"type":"HasSingleTarget"}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell that targets only a single creature you control, copy that spell. You may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f69574dd-097f-4908-9cab-344b0eb39c62","metadata":{"source_printing_ids":["92c5f0e3-345a-40a8-9cda-565a62156692","c006baf9-451e-461c-9355-7bf5a4f0d601"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2024-09-20","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2024-09-20","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2024-09-20","text":"The copy created by Leyline of Resonance's last ability will have the same targets (all the same creature you control) as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. The new targets must be legal."},{"date":"2024-09-20","text":"The copy made by Leyline of Resonance's last ability is created on the stack, so it's not \"cast.\""},{"date":"2024-09-20","text":"You can't choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["rare"]},"leyline of sanctity":{"name":"Leyline of Sanctity","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nYou have hexproof. (You can't be the target of spells or abilities your opponents control.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Hexproof","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have hexproof."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"492e0e6c-8c27-4376-938b-f8a8b6205810","metadata":{"source_printing_ids":["1b48b062-c8f4-4a9a-bb39-d740a9ff91a4","262de9ae-d641-4f0e-af6a-03ce0e1c91d3","b3346cb1-c593-4221-b27a-fa5d0caf620f","be8b1acf-dd87-42ca-ad19-c27d21066030","dfaae165-add6-491f-9521-60e30accc528"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M11","M20","MB2","MM2","PM20","WOT"],"rulings":[{"date":"2021-03-19","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."}],"rarities":["rare"]},"leyline of the guildpact":{"name":"Leyline of the Guildpact","mana_cost":{"type":"Cost","shards":["GreenWhite","GreenBlue","BlackGreen","RedGreen"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nEach nonland permanent you control is all colors.\nLands you control are every basic land type in addition to their other types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"modifications":[{"type":"SetColor","colors":["White","Blue","Black","Red","Green"]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each nonland permanent you control is all colors."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"modifications":[{"type":"AddAllBasicLandTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Lands you control are every basic land type in addition to their other types."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"6b2e6a51-b9e6-4848-b7d7-98f02f2b897f","metadata":{"source_printing_ids":["bf6e59be-f959-4f4a-8c2d-b7c441e88135","e549370b-f32d-48f0-877c-05e6fd1daf7b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2024-02-02","text":"Each land you control will have the land types Plains, Island, Swamp, Mountain, and Forest. They'll also have the mana ability of each basic land type (for example, Forests have \"{T}: Add {G}.\"). They'll still have their other subtypes and abilities."},{"date":"2024-02-02","text":"Giving a land additional basic land types doesn't change its name or whether it's legendary or basic."}],"rarities":["rare"]},"leyline of the void":{"name":"Leyline of the Void","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nIf a card would be put into an opponent's graveyard from anywhere, exile it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"NonToken"}]},"description":"If a card would be put into an opponent's graveyard from anywhere, exile it instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f4e32fc1-1b8d-441e-8e76-71f19f98e925","metadata":{"source_printing_ids":["034bfd23-8f10-4d98-9500-47d392531c69","04d5d429-e0c6-42cc-a477-da7dabb1c295","186eea73-46c5-4532-ac94-326db7d6f0cb","37dfe8b8-b39e-4e70-9e5b-be42c93b4f70","9a6b4431-7f2f-4dea-ba90-ea80d56b39bd","aeaa3aff-608d-4723-bb7c-8daedebe9f36","b30a559e-79f9-479e-8ef1-65fb91b9507d","e012d4f3-c387-4910-981b-7532fd355296"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","GPT","M11","M20","MB2","PDSK","PM20","TSR","WOT"],"rulings":[{"date":"2024-09-20","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2024-09-20","text":"If your opponent discards a card while you control Leyline of the Void, abilities that check whether a card is discarded (such as Hollow One, or a madness ability of the discarded card) still work, even though that card never reaches that player's graveyard. In addition, spells or abilities that check the characteristics of the discarded card can find that card in exile."},{"date":"2024-09-20","text":"Tokens can still die while Leyline of the Void is on the battlefield."},{"date":"2024-09-20","text":"While Leyline of the Void is on the battlefield, nontoken creatures your opponents control won't die. They'll be exiled instead. Abilities that would trigger when those creatures die won't trigger."}],"rarities":["rare","special"]},"leyline of transformation":{"name":"Leyline of Transformation","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this card is in your opening hand, you may begin the game with it on the battlefield.\nAs this enchantment enters, choose a creature type.\nCreatures you control are the chosen type in addition to their other types. The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"BeginGame","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"If this card is in your opening hand, you may begin the game with it on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield."},"cost":null,"sub_ability":null,"duration":null,"description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddChosenSubtype","kind":"CreatureType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control are the chosen type in addition to their other types."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"cfaa13d6-9992-4223-8bd7-c44046505555","metadata":{"source_printing_ids":["4bd941ca-f3d2-44c1-8df3-851362f6b848","fd545d86-9a3e-4e4f-b0fe-9363a85b9290"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"A player's \"opening hand\" is the hand of cards the player has after all players have taken mulligans. If players have any cards in hand that allow actions to be taken with them from a player's opening hand, the starting player takes all such actions first in any order, followed by each other player in turn order. Then the first turn begins."},{"date":"2024-09-20","text":"Replacement effects that modify creatures of a certain type as they enter will apply after you apply this effect. For example, if Warrior is the chosen creature type and you control Bramblewood Paragon (a creature with \"Each other Warrior creature you control enters with an additional +1/+1 counter on it.\"), a Runeclaw Bear would enter with an additional +1/+1 counter."},{"date":"2024-09-20","text":"To choose a creature type, you must choose an existing creature type, such as Human or Survivor. You can't choose multiple creature types, such as \"Human Survivor.\" Card types such as artifact can't be chosen, nor can subtypes that aren't creature types, such as Kaito, Vehicle, or Treasure."}],"rarities":["rare"]},"lhurgoyf":{"name":"Lhurgoyf","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lhurgoyf"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"1+*"},"loyalty":null,"defense":null,"oracle_text":"Lhurgoyf's power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"All"}}},{"type":"SetDynamicToughness","value":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"All"}},"offset":1}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the number of creature cards in all graveyards and its toughness is equal to that number plus 1."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0fe76004-b2f4-4b11-abce-75fd76f68b4d","metadata":{"source_printing_ids":["014b215d-a077-4792-ab5d-6b15e756aaec","10b1d394-6135-4064-971b-8df515e7ba50","a9d664dc-4477-46b3-9dd7-022c94090254","e5093316-dc00-4155-babf-d6ca222f2bd3","ea5d550a-bd8b-4f9e-ac7d-c35ebbe313e6","fadc2d27-0c6c-4f68-bee0-0af6688f304d","fee6d385-d44b-4f1a-beb1-13aeebde063e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","8ED","BRB","CM2","CMD","DKM","ICE","M3C","OLEP","WC97"],"rarities":["rare"]},"library of leng":{"name":"Library of Leng","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You have no maximum hand size.\nIf an effect causes you to discard a card, discard it, but you may put it on top of your library instead of into your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"NoMaximumHandSize","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have no maximum hand size."}],"replacements":[{"event":"Discard","execute":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"If an effect causes you to discard a card, discard it, but you may put it on top of your library instead of into your graveyard.","condition":{"type":"EffectCausedDiscard"}}],"color_override":null,"scryfall_oracle_id":"867def48-4be8-4056-bcf1-d6b00450b9a3","metadata":{"source_printing_ids":["0254bff2-a3a7-434e-980a-2d30355793fc","038ea81c-b491-4529-936d-c7afad950174","0634ab23-4691-4c77-9b8f-bfd9d99b31a1","2340edcb-8cd5-4ccd-99e2-b9a29f72c495","502d77d6-c5c9-4def-80cb-7905fbbdefcb","6d7558d0-a1cd-4f5b-a536-45cd40a225fb","8ad8555d-fd00-4b5b-925c-98230f4fdff4","9a51b6ae-29d1-44b4-bb09-72a5100139cf","b811a515-87a2-4dee-8689-48bfba12e6c5","c2fbf45f-9599-42e2-8510-7e20731e6c68","cfe1d1ae-bcc0-4b0d-a60f-f5ed30184329","ded66cfb-d1fa-4dbb-af19-8eeba6fbf86d","f0535e83-d55a-4195-9a40-ec5acfe8d9ff"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","CED","CEI","FBB","LEA","LEB","ME4","SPG","SUM"],"rulings":[{"date":"2004-10-04","text":"If more than one card is discarded due to a single effect, the Library allows you to decide whether or not to use it on each of the cards. You get to decide the order the cards are placed on the library if more than one goes there."},{"date":"2004-10-04","text":"Since the card goes directly to the library, the card is not revealed unless the spell or ability requiring the discard specifically says it is."},{"date":"2004-10-04","text":"The ability applies any time a spell or ability has you discard as part of its effect. It does not matter if you or your opponent control the spell or ability. The discard is forced because it is an effect."},{"date":"2004-10-04","text":"The ability replaces the normal discard action with a discard action that puts the card on the library instead of the graveyard."},{"date":"2004-10-04","text":"The discard triggers anything else that triggers on discards."},{"date":"2004-10-04","text":"This effect has no effect on the cards being put into the graveyard from a library, because they are not \"discarded\"."},{"date":"2004-10-04","text":"You can look at a randomly discarded card before deciding where it goes."},{"date":"2004-10-04","text":"You can't use the Library of Leng ability to place a discarded card on top of your library when you discard a card as a cost, because costs aren't effects."},{"date":"2009-10-01","text":"If multiple effects modify your hand size, apply them in timestamp order. For example, if you put Null Profusion (an enchantment that says your maximum hand size is two) onto the battlefield and then put Library of Leng onto the battlefield, you'll have no maximum hand size. However, if those permanents entered in the opposite order, your maximum hand size would be two."}],"rarities":["common","uncommon","mythic"]},"lich's tomb":{"name":"Lich's Tomb","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You don't lose the game for having 0 or less life.\nWhenever you lose life, sacrifice a permanent for each 1 life you lost. (Damage causes loss of life.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"count":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you lose life, sacrifice a permanent for each 1 life you lost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantLoseTheGame","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You don't lose the game for having 0 or less life."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"600b9ab8-36dc-4f02-b48c-091348d132ac","metadata":{"source_printing_ids":["ca24a105-e32a-4b2c-99bf-cfd85bae6229"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DST"],"rarities":["rare"]},"lier, disciple of the drowned":{"name":"Lier, Disciple of the Drowned","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Spells can't be countered.\nEach instant and sorcery card in your graveyard has flashback. The flashback cost is equal to that card's mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells can't be countered."},{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each instant and sorcery card in your graveyard has flashback. The flashback cost is equal to that card's mana cost."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"f224db3d-cdd2-43f2-b625-4b861efa6449","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1c3790eb-456f-4118-be54-9ceb51087e71","78fb8900-d28d-4e33-96a7-66fcbc117adf","9d67b9ec-7f53-4df6-b2cc-afd7efda6bb4","b8b70585-e0ea-4cb4-9360-a8ab47626696","faead665-3070-4e29-9bc5-0d87708e600f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID","PMID","SCH","SLD","TDC"],"rulings":[{"date":"2021-09-24","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2021-09-24","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-09-24","text":"If a card has multiple instances of flashback, you may choose any of its flashback costs to pay."},{"date":"2021-09-24","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-09-24","text":"If a card with no mana cost gains flashback, it has no flashback cost. It can't be cast this way."},{"date":"2021-09-24","text":"If a split card gains flashback, you pay only the cost of the half you're casting."},{"date":"2021-09-24","text":"If you cast a spell with flashback, you can't pay any alternative costs such as overload costs. You can pay additional costs such as kicker costs. If the spell has any mandatory additional costs, you must pay those to cast the spell with flashback."},{"date":"2021-09-24","text":"If you cast an instant or sorcery with {X} in its mana cost this way, you still choose the value of X as part of casting the spell and pay that cost."},{"date":"2021-09-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-09-24","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-09-24","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["mythic"]},"life":{"name":"Life","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"All lands you control become 1/1 creatures until end of turn. They're still lands.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":1},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become 1/1 creatures"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"They're still lands"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"All lands you control become 1/1 creatures until end of turn. They're still lands.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"d476f4b3-db63-4756-ab76-4b35f63c2825","metadata":{"source_printing_ids":["2424f2c4-366b-42cf-bf4b-a8a5bfdd2c4b","7ab75cdb-93a1-4f78-b404-37566295c321","e16d52ca-f8de-4852-9bff-9d208e5f678f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["AA2","APC","DDJ","DMR","F06","PRM"],"rulings":[{"date":"2022-12-08","text":"A noncreature permanent that becomes a creature can attack, and its {T} abilities can be activated, only if its controller has continuously controlled that permanent since the beginning of their most recent turn. It doesn't matter how long the permanent has been a creature. Notably, if you turn a land into a creature on the turn it entered the battlefield, you won't be able to tap it for mana."},{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Lands that become creatures retain any other supertypes, card types, subtypes, and abilities they have."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["uncommon"]},"life of the party":{"name":"Life of the Party","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"First strike, trample, haste\nWhenever this creature attacks, it gets +X/+0 until end of turn, where X is the number of creatures you control.\nWhen this creature enters, if it's not a token, each opponent creates a token that's a copy of it. The tokens are goaded for the rest of the game. (They attack each combat if able and attack a player other than you if able.)","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Haste","Trample"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it gets +X/+0 until end of turn, where X is the number of creatures you control.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddStaticMode","mode":"Goaded"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"goaded"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if it's not a token, each opponent creates a token that's a copy of it. The tokens are goaded for the rest of the game.","constraint":null,"condition":{"type":"ZoneChangeObjectMatchesFilter","destination":"Battlefield","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"NonToken"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"b2d1f87b-a11f-43eb-8b89-b48945320d73","metadata":{"related_token_ids":["9b02e27b-70be-56ba-a683-9e2a622ec8f5"],"source_printing_ids":["30cfd6c9-9eed-493b-bd1d-113cb7935f61","4ca47ef3-4c57-4928-ab87-fb786879d8d6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NCC","PNCC"],"rulings":[{"date":"2022-04-29","text":"If something is goaded but the player who goaded it has left the game, it still must attack one of the other players if able."}],"rarities":["rare"]},"lifelink":{"name":"Lifelink","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature has lifelink. (Damage dealt by the creature also causes its controller to gain that much life.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has lifelink."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4fe8316a-9cff-43e9-a1d5-993a0c9daf3a","metadata":{"source_printing_ids":["a8e207d4-9930-4aff-a7c8-b53bd1b5d566","f0d881c1-24e7-4ce7-8ab1-474cb040ddd7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["M10","M12"],"rulings":[{"date":"2009-10-01","text":"The controller of the enchanted creature, not the controller of Lifelink, gains the life (in case they’re different players)."}],"rarities":["common"]},"light up the stage":{"name":"Light Up the Stage","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Spectacle {R} (You may cast this spell for its spectacle cost rather than its mana cost if an opponent lost life this turn.)\nExile the top two cards of your library. Until the end of your next turn, you may play those cards.","non_ability_text":null,"flavor_name":null,"keywords":[{"Spectacle":{"type":"Cost","shards":["Red"],"generic":0}}],"abilities":[{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile the top two cards of your library. Until the end of your next turn, you may play those cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"8d286376-f386-43ab-a9bd-8478fb9e2497","metadata":{"source_printing_ids":["21775491-53e7-4654-8d23-54d0acd89299","351de611-2162-4d3e-9080-ad29fb300243","60ae69dd-d0a0-40aa-ac8f-081d2a015928","686150d8-1d01-4c4f-8e4d-61ada78d6859","7034ff11-f7c7-4f33-be89-491ffec84833","82494a9c-c9c4-4ef0-a9f5-1496d9595740","912b94c9-7200-452d-940f-df0a7cceb377","9287b848-2aeb-4c70-ac4a-acafb871b7a4","c8ccd3d9-e824-4174-b2f8-206742dc343a","de6d3994-17e0-4d04-a34d-667233f86ad8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","CLB","CLU","DSC","FCA","PLST","PRNA","RNA","RVR","SLD"],"rulings":[{"date":"2019-01-25","text":"Casting an exiled card causes it to leave exile. You can't cast it multiple times."},{"date":"2019-01-25","text":"If you don't play a card exiled this way, it remains in exile."},{"date":"2019-01-25","text":"Light Up the Stage doesn't change when you can play the exiled cards. For example, if you exile a sorcery card, you can cast it only during your main phase when the stack is empty. If you exile a land card, you can play it only during your main phase and only if you have an available land play remaining."},{"date":"2024-01-12","text":"A card's spectacle cost is the same no matter how much life your opponents lost or how many opponents lost life."},{"date":"2024-01-12","text":"Damage dealt to a player causes that player to lose that much life."},{"date":"2024-01-12","text":"In a multiplayer game, if an opponent loses life and later that turn leaves the game, you can cast a spell for its spectacle cost. (If a player leaves the game during their turn, that turn continues without an active player.)"},{"date":"2024-01-12","text":"Spectacle cares only that an opponent lost life during the turn, not that the opponent's life total is currently lower than it was. For example, if an opponent loses 1 life and then gains 2 life in the same turn, you can cast a spell for its spectacle cost that turn."},{"date":"2024-01-12","text":"Spectacle doesn't change when you can cast the spell. For example, you can't cast a sorcery with spectacle during an opponent's turn unless another effect allows you to do so, even if that player has lost life this turn."},{"date":"2024-01-12","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a spectacle cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon","rare"]},"lightning bolt":{"name":"Lightning Bolt","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Lightning Bolt deals 3 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4457ed35-7c10-48c8-9776-456485fdf070","metadata":{"source_printing_ids":["0277c0b1-da97-49c1-a539-7fbaa1f77419","02e20655-321c-4194-ab72-b4a5473238d1","0f29ea1f-a226-4ec4-8297-109e2f2b5c69","24484578-7885-4125-b95f-e677d970a5a1","27740ea5-79c8-420f-bc49-6d5eac58dac5","310de1ef-f1b6-4b61-9d6c-6b70382a7f95","32a180dd-9641-4546-8940-9b21084f0c71","3c738171-d0dc-4cc2-8af8-1d306143db37","435589bb-27c6-4a6d-9d63-394d5092b9d8","45184cd7-b037-4a85-a063-e622ca928d17","4dbd1cd7-521d-4a59-af53-e5cae451712f","4eaac4fd-95f5-4f38-b593-0101e79a20f9","4f43c378-9e6a-4ece-9c24-5dc08c977746","54199d7c-02f8-4ff0-9e43-e7bf66ef9715","54be73dd-cb3b-411b-8f48-d12ca5183dee","5a763474-5ce9-48cc-aaf8-8ca363df4430","5fbb6751-1072-4fc0-8b54-836d05950914","677da834-7f4a-4f60-9151-de7ddcf29622","6881d7c8-5bb7-4f8c-9f03-50fb1309d9c8","6ab06973-6440-4b12-8947-8c412500fa41","6fb94c1b-8002-4d79-add0-c4dfef9019ee","719d571c-0740-4212-86c2-e9ef38516f6c","7673784e-db4b-43a1-8d55-1bb9fc1e284f","77c6fa74-5543-42ac-9ead-0e890b188e99","9521375e-0bc1-45ef-b513-6d332a25f9d2","9809473d-f793-476f-ae7e-e535b6725d65","988cd919-146e-4212-b0e4-146b87f806bd","996a81ae-0c2d-4e74-b018-5f0ec0fcfbd3","a6de74d2-0668-49c6-a385-bf706bfed8f7","ae5f9fb1-5a55-4db3-98a1-2628e3598c18","b14fae63-2e82-49c1-8e62-d84a65f27479","b5d3dcab-2260-479d-9ef6-dfb92d4f6061","bde26955-6de3-4212-9e1a-5e11f73ebf44","c3eb3895-b64c-46ab-b704-3c46963920ba","c69f668b-cf28-495a-bbe1-24e9d0089fa1","c8c8390f-4072-454f-8dc4-174919187a47","cb9b9a9d-ae4c-4e04-bf9d-cae48f01292c","ccee0b4c-0cb0-4c0f-8ddc-bc74b8b97273","ce711943-c1a1-43a0-8b89-8d169cfb8e06","d573ef03-4730-45aa-93dd-e45ac1dbaf4a","dc12105d-7536-429b-9510-4f56bfc0c497","df77bf7d-546a-416b-a2fe-8038a4125af5","e3285e6b-3e79-4d7c-bf96-d920f973b122","e768c957-3a1f-42f5-853a-96942f645df5","e89794ab-6070-4916-936f-2b42fe41d31b","edd88c4f-58bd-4920-b41f-037462b54915","f11b8d24-375d-40dc-8497-c1ee779e156a","f29ba16f-c8fb-42fe-aabf-87089cb214a7","f58dba4f-1abb-47a3-a684-29c32bab95c0","fc8f431d-b7eb-4848-99dd-a5f896248145","fcf2ea50-44af-46d7-80c9-36fc18606748","ff1b8fc5-604a-4449-a73d-861e53642a70"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","2X2","30A","3ED","4BB","4ED","A25","ATH","BTD","CED","CEI","CLB","CLU","E01","FBB","FCA","GN3","HBG","J21","JGP","JMP","LEA","LEB","M10","M11","ME1","MM2","MSC","OLGC","P09","P10","PD2","PF19","PF25","PLST","PRM","PTC","PW26","SLD","SLP","STA","SUM","TD0","TLE"],"rarities":["common","uncommon","rare","mythic"]},"lightning dart":{"name":"Lightning Dart","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Lightning Dart deals 1 damage to target creature. If that creature is white or blue, Lightning Dart deals 4 damage to it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"TargetMatchesFilter","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasColor","color":"White"}]},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasColor","color":"Blue"}]}]},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"~ deals 1 damage to target creature. If that creature is white or blue, ~ deals 4 damage to it instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7bc53740-86e7-4e9d-aab6-b5ae62a42133","metadata":{"source_printing_ids":["54d05157-d154-4203-bf3e-add110cb1cee"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["INV"],"rarities":["uncommon"]},"lightning reflexes":{"name":"Lightning Reflexes","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast this spell as though it had flash. If you cast it any time a sorcery couldn't have been cast, the controller of the permanent it becomes sacrifices it at the beginning of the next cleanup step.\nEnchant creature\nEnchanted creature gets +1/+0 and has first strike.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"Cleanup"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"You may cast this spell as though it had flash. If you cast it any time a sorcery couldn't have been cast, the controller of the permanent it becomes sacrifices it at the beginning of the next cleanup step.","constraint":null,"condition":{"type":"CastTimingPermission","permission":"AsThoughHadFlash"},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+0 and has first strike."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2b0c82f1-078a-4e8b-8e43-407f5c5d8549","casting_options":[{"kind":"AsThoughHadFlash"}],"metadata":{"source_printing_ids":["271febe5-98ea-403d-87be-7865cf9f426d","9653f159-3f56-4446-bb6d-b4b4ee0cd61d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["DMR","MIR"],"rulings":[{"date":"2022-12-08","text":"The sacrifice occurs only if you cast it using its own ability. If you cast it using some other effect (for example, if another effect allowed you to cast it as though it had flash), then it won't be sacrificed."}],"rarities":["common"]},"lightning surge":{"name":"Lightning Surge","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Lightning Surge deals 4 damage to any target.\nThreshold — If there are seven or more cards in your graveyard, instead Lightning Surge deals 6 damage to that permanent or player and the damage can't be prevented.\nFlashback {5}{R}{R} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Red","Red"],"generic":5}}}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":6},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 6 damage to that permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"DamagePreventionDisabled","source":0,"expiry":{"type":"EndOfTurn"}}},"cost":null,"sub_ability":null,"duration":null,"description":"player and the damage can't be prevented","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"Threshold — If there are seven or more cards in your graveyard, instead ~ deals 6 damage to that permanent or player and the damage can't be prevented.","target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"GraveyardSize","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"~ deals 4 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"dc55e69e-e1b8-4129-902c-c71bcb952418","metadata":{"source_printing_ids":["0452d78d-eafc-4ccb-a478-d1f46bcefffe"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["JUD"],"rulings":[{"date":"2004-10-04","text":"It either deals 4 damage or 6 damage. It does not deal 10 damage."},{"date":"2013-04-15","text":"At the time this spell is resolving, it is on the stack and not in the graveyard. This means that you should not count this card when determining whether the Threshold effect occurs."},{"date":"2021-03-19","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2021-03-19","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-03-19","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-03-19","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-03-19","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare"]},"lightning, army of one":{"name":"Lightning, Army of One","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"First strike, trample, lifelink\nStagger — Whenever Lightning deals combat damage to a player, until your next turn, if a source would deal damage to that player or a permanent that player controls, it deals double that damage instead.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Lifelink","Trample"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"AddTargetReplacement","replacement":{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":null,"condition":null,"damage_modification":{"type":"Double"}},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, until your next turn, if a source would deal damage to that player or a permanent that player controls, it deals double that damage instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"585eb5bc-5a3d-44d8-b593-1ff0d67f96a7","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0c665905-183b-401f-b83c-a312d032e061","1103da9c-300c-406b-997d-9e5bb7cd02d6","2b760674-b6cc-4730-8c88-4e627f60589c","45cb2a76-7d12-41e6-93c7-09922934699c","be2af52c-9f38-40e4-a643-06c5f2a9f416"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"If another effect (or effects) modifies how much damage a source you control would deal—by preventing some of it, for example—the player being dealt damage or the controller of the permanent being dealt damage chooses the order in which any such effects (including Lightning's) apply. If all of the damage is prevented, Lightning's effect no longer applies."},{"date":"2025-06-06","text":"If damage dealt by a source you control is being divided or assigned among multiple permanents and/or players, that damage is divided or assigned before doubling. For example, if you attack with a 5/5 creature with trample and it's blocked by a 2/2 creature, you can assign 2 damage to the blocker and 3 damage to the defending player. Those amounts are then doubled to 4 and 6, respectively."},{"date":"2025-06-06","text":"The damage is dealt by the same source as the original source of damage. The doubled damage isn't dealt by Lightning unless it was the original source of damage."}],"rarities":["mythic"]},"lightstall inquisitor":{"name":"Lightstall Inquisitor","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhen this creature enters, each opponent exiles a card from their hand and may play that card for as long as it remains exiled. Each spell cast this way costs {1} more to cast. Each land played this way enters tapped.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0,"cast_cost_raise":{"type":"Cost","shards":[],"generic":1},"land_enter_tapped":"Tapped"},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent exiles a card from their hand and may play that card for as long as it remains exiled. Each spell cast this way costs {1} more to cast. Each land played this way enters tapped.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"57012049-06d7-4354-8125-9ea9e742f14d","metadata":{"source_printing_ids":["635245e9-c27f-4a51-a6f1-bae62e696542","ad782559-9b45-4a87-8ae6-82be6fd32f76"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"Playing the exiled card follows all normal timing restrictions."}],"rarities":["rare"]},"liliana of the veil":{"name":"Liliana of the Veil","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Liliana"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"[+1]: Each player discards a card.\n[−2]: Target player sacrifices a creature.\n[−6]: Separate all permanents target player controls into two piles. That player sacrifices all permanents in the pile of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Each player discards a card.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":{"type":"Loyalty","amount":-2},"sub_ability":null,"duration":null,"description":"[−2]: Target player sacrifices a creature.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Unimplemented","name":"separate","description":"Separate all permanents target player controls into two piles"},"cost":{"type":"Loyalty","amount":-6},"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"ParentTargetController","properties":[]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−6]: Separate all permanents target player controls into two piles. That player sacrifices all permanents in the pile of their choice.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0ba134d8-ee7d-48ec-8dc6-57942b8e9261","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["1e945c79-6c1e-404a-8993-655851566928","7125336c-4c2d-47a0-8caf-b755f4954176","a18b8768-4126-4636-990e-21b4308740dc","ac506c17-adc8-49c6-9d8d-43db7cb1ec9d","d12c8c97-6491-452c-811d-943441a7ef9f","e653437e-2e56-4443-aec5-5bb7d8860238","efbb7256-9337-4183-8bda-a419f3f2c501"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","INR","ISD","MM3","PDMU","PPRO","PRM","PUMA","PWCS","UMA"],"rulings":[{"date":"2022-09-09","text":"A pile can be empty. If the player chooses an empty pile, no permanents will be sacrificed."},{"date":"2022-09-09","text":"When Liliana’s first ability resolves, first the player whose turn it is chooses a card in hand without revealing it, then each other player in turn order does the same. Then all the chosen cards are discarded at the same time."},{"date":"2022-09-09","text":"When Liliana’s third ability resolves, you put each permanent the player controls into one of the two piles. For example, you could put a creature into one pile and an Aura enchanting that creature into the other pile."},{"date":"2022-09-09","text":"You can activate Liliana’s first ability even if some or all players will be unable to discard a card."}],"rarities":["mythic"]},"liliana's triumph":{"name":"Liliana's Triumph","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each opponent sacrifices a creature of their choice. If you control a Liliana planeswalker, each opponent also discards a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Planeswalker",{"Subtype":"Liliana"}],"controller":"ScopedPlayer","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":"Each opponent sacrifices a creature of their choice. If you control a Liliana planeswalker, each opponent also discards a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c2e68ac5-cfff-4b76-8062-25a82fdf9a5c","metadata":{"source_printing_ids":["84803db8-fdb0-462b-92f6-33d591593d2d","fe1f0f9e-556c-40b7-bba9-a539c4c4fd30"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRM","PWAR","TSR","WAR"],"rulings":[{"date":"2019-05-03","text":"Controlling more than one planeswalker of the appropriate type won't have any more of a benefit than just controlling one."},{"date":"2019-05-03","text":"Whether you control an appropriate planeswalker is checked only as the spell resolves."},{"date":"2021-03-19","text":"As Liliana's Triumph resolves, the opponent whose turn it is (or, if it's your turn, the next opponent in turn order) chooses a creature to sacrifice, then each other opponent in turn order does the same, knowing the choices made before them. Then all the chosen creatures are sacrificed at the same time. Then, if you control a Liliana planeswalker, in the same order, each opponent chooses a card in their hand without revealing it, and those cards are discarded at the same time."},{"date":"2021-03-19","text":"You can cast Liliana's Triumph even if some or all of your opponents will be unable to sacrifice a creature. If you control a Liliana planeswalker, they'll still discard a card, even if they couldn't sacrifice a creature."}],"rarities":["uncommon","special"]},"liliana, dreadhorde general":{"name":"Liliana, Dreadhorde General","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Liliana"]},"power":null,"toughness":null,"loyalty":"6","defense":null,"oracle_text":"Whenever a creature you control dies, draw a card.\n[+1]: Create a 2/2 black Zombie creature token.\n[−4]: Each player sacrifices two creatures of their choice.\n[−9]: Each opponent chooses a permanent they control of each permanent type and sacrifices the rest.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Create a 2/2 black Zombie creature token.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":2}},"cost":{"type":"Loyalty","amount":-4},"sub_ability":null,"duration":null,"description":"[−4]: Each player sacrifices two creatures of their choice.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},{"kind":"Activated","effect":{"type":"ChooseAndSacrificeRest","categories":["Artifact","Battle","Creature","Enchantment","Land","Planeswalker"],"chooser_scope":"EachPlayerSelf","choose_filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"sacrifice_filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":-9},"sub_ability":null,"duration":null,"description":"[−9]: Each opponent chooses a permanent they control of each permanent type and sacrifices the rest.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control dies, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5e958212-6a5b-4288-8d31-f1572619d7dc","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["87201137-39ed-586a-985a-90821d3de996","bdd2e8d4-e586-513b-a7d4-399f1417b85b","ce24f27b-16b5-596b-b810-805a9384991b","e4911e26-9c57-527c-a129-d01d7cce54c2","e8918ec2-32fe-5ef5-a5aa-5c578794d5f3"],"source_printing_ids":["06bcf9ac-f0f7-405b-960b-ebf15b2640a7","199e3667-33be-415f-8f10-1c42a78d7637","4b3c833d-b03e-4aee-8f62-1828081511ff","7a097413-b77c-45e8-a4ac-5b2dc1d34e16","ba461127-2220-4274-81cb-423a1700c9eb","cb28d217-795e-4320-a032-cd713f7ecc8a","d75ebba8-34ca-47a0-bf13-8318ad73b343"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PFDN","PRM","PWAR","PWCS","RVR","SLD","WAR"],"rulings":[{"date":"2024-01-12","text":"As Liliana's last ability resolves, the next opponent in turn order (or, if it's somehow an opponent's turn, that opponent) makes all of their choices for it, then each other opponent in turn order does the same, knowing the choices made before them. Then all the unchosen permanents are sacrificed at the same time."},{"date":"2024-01-12","text":"As Liliana's second loyalty ability resolves, first the player whose turn it is chooses two creatures they control, then each other player in turn order does the same, knowing the choices made before them. Then all the chosen creatures are sacrificed at the same time. If any player can choose only one creature, that player does so."},{"date":"2024-01-12","text":"If Liliana dies at the same time as one or more creatures you control, her first ability triggers for each of those creatures."},{"date":"2024-01-12","text":"If Liliana somehow becomes a creature and dies, her first ability will trigger."},{"date":"2024-01-12","text":"The permanent types are artifact, creature, enchantment, land, and planeswalker. Supertypes, like legendary, aren't permanent types."},{"date":"2024-01-12","text":"While making choices for Liliana's last ability, if a permanent has more than one permanent type, it can count for any of them. For example, you could choose an artifact creature as the artifact you're sparing, another creature as the creature, and an enchantment creature as the enchantment. Similarly, you could choose an enchantment creature as both the creature and the enchantment that you're sparing, even if you control another creature and/or another enchantment."}],"rarities":["mythic"]},"liliana, waker of the dead":{"name":"Liliana, Waker of the Dead","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Liliana"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"[+1]: Each player discards a card. Each opponent who can't loses 3 life.\n[−3]: Target creature gets -X/-X until end of turn, where X is the number of cards in your graveyard.\n[−7]: You get an emblem with \"At the beginning of combat on your turn, put target creature card from a graveyard onto the battlefield under your control. It gains haste.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"Not","condition":{"type":"EffectOutcome","signal":"CurrentScopeSucceeded"}},{"type":"ScopedPlayerMatches","filter":{"type":"Opponent"}}]},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"[+1]: Each player discards a card. Each opponent who can't loses 3 life.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"GraveyardSize","player":{"type":"Controller"}}}}},"toughness":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"GraveyardSize","player":{"type":"Controller"}}}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":-3},"sub_ability":null,"duration":"UntilEndOfTurn","description":"[−3]: Target creature gets -X/-X until end of turn, where X is the number of cards in your graveyard.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":null,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Command"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put target creature card from a graveyard onto the battlefield under your control. It gains haste","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}]},"cost":{"type":"Loyalty","amount":-7},"sub_ability":null,"duration":null,"description":"[−7]: You get an emblem with \"At the beginning of combat on your turn, put target creature card from a graveyard onto the battlefield under your control. It gains haste.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e0df8e2a-96d2-4e4d-b065-aa2e162abbfe","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["a2edac86-02d4-4201-9b72-2ec64f163a72","e329a3e2-6702-4758-8aac-c3017e77b619","e8dd3fda-d778-4be6-abd4-6cf704e352ea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M21","PM21","PRM"],"rulings":[{"date":"2020-06-23","text":"A player who has a card in hand can't choose to lose 3 life instead of discarding a card."},{"date":"2020-06-23","text":"As Liliana's first ability resolves, first the player whose turn it is chooses a card in hand without revealing it, then each other player in turn order does the same. Then all the chosen cards are discarded at the same time. Finally, each opponent who couldn't discard a card loses 3 life."},{"date":"2020-06-23","text":"Creatures put onto the battlefield with Liliana's emblem gain haste indefinitely."},{"date":"2020-06-23","text":"If you have no cards in hand, you just don't discard anything. You don't lose 3 life. Other players still discard if able."},{"date":"2020-06-23","text":"In a multiplayer game, if a player leaves the game, all cards that player owns leave as well. If you leave the game, any permanents you control from Liliana's emblem are exiled."},{"date":"2020-06-23","text":"The value of X is determined only as Liliana's second ability resolves. Once that happens, the value of X won't change later in the turn even if the number of cards in your graveyard changes."}],"rarities":["mythic"]},"lily bowen, raging grandma":{"name":"Lily Bowen, Raging Grandma","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Warrior"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nLily Bowen enters with two +1/+1 counters on it.\nAt the beginning of your upkeep, double the number of +1/+1 counters on Lily Bowen if its power is 16 or less. Otherwise, remove all but one +1/+1 counter from it, then you gain 1 life for each +1/+1 counter removed this way.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"MultiplyCounter","counter_type":"P1P1","multiplier":2,"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"remove","description":"remove all but one +1/+1 counter from it"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"comparator":"LE","rhs":{"type":"Fixed","value":16}},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, double the number of +1/+1 counters on ~ if its power is 16 or less. Otherwise, remove all but one +1/+1 counter from it, then you gain 1 life for each +1/+1 counter removed this way.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with two +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6b2d92f5-b0a1-4f30-9140-da490bf01bda","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["052dc548-d356-43fe-9484-665db7e1f505","2b27fe33-8675-4a36-8c24-873eb5d8bbf7","cd7f5a89-1b83-40d3-81b2-0b54e80ee9f9","e438066d-32df-42bb-91e7-f7be9ad3b86a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"To double the number of +1/+1 counters on Lily Bowen, put a number of +1/+1 counters on it equal to the number it already has. Replacement effects that modify the number of counters being placed on creatures you control, such as the effect of Branching Evolution, apply to this ability as normal."}],"rarities":["rare"]},"linden, the steadfast queen":{"name":"Linden, the Steadfast Queen","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance (Attacking doesn't cause this creature to tap.)\nWhenever a white creature you control attacks, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"White"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a white creature you control attacks, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dbc56f3b-83b3-41c8-a8ae-d3774fe6ee01","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["052ab231-6575-4682-9208-13ac6b9d7910","0dcd0898-db3d-44ec-9d56-a1b558da90f4","dfcb8e59-54e9-4e4d-8b21-e4371cbe3e77","e0bb07cd-9b74-4ba7-8089-27a565d74197","fa3ab467-be97-4b84-a73d-b03484d06b97"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","FDN","PELD","PLST"],"rarities":["rare"]},"linvala, shield of sea gate":{"name":"Linvala, Shield of Sea Gate","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of combat on your turn, if you have a full party, choose target nonland permanent an opponent controls. Until your next turn, it can't attack or block, and its activated abilities can't be activated.\nSacrifice Linvala: Choose hexproof or indestructible. Creatures you control gain that ability until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Choose","choice_type":{"Keyword":{"options":["Hexproof","Indestructible"]}},"persist":true},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddChosenKeyword"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain that ability"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Sacrifice ~: Choose hexproof or indestructible. Creatures you control gain that ability until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"can't","description":"can't attack or block, and its activated abilities can't be activated"},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, if you have a full party, choose target nonland permanent an opponent controls. Until your next turn, it can't attack or block, and its activated abilities can't be activated.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"PartySize","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"afd8ff3e-1d57-4fc5-91dc-1a8400c98787","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["15500025-e5ba-4f02-b875-bfa1b1a76875","49b66956-82e1-402f-9088-2201bdc0d4b8","ae337294-b5b9-471d-a292-1ba3ca3a5d1a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"Activated abilities contain a colon. They’re generally written “[Cost]: [Effect].” Some keyword abilities (such as equip) are activated abilities and will have a colon in their reminder text. Triggered abilities (starting with “when,” “whenever,” or “at”) are unaffected."},{"date":"2020-09-25","text":"An ability referring to the number of creatures in your party gets a number from zero to four. Such abilities never ask which creatures are in your party, and you never have to designate specific creatures as being in your party. You can’t choose to exclude creatures from this count to lower the number."},{"date":"2020-09-25","text":"If a creature has more than one party creature type, and there are multiple ways to count that creature that could result in a different number of creatures in your party, the highest such number is used. For example, if you control a Cleric and a Cleric Wizard, the number of creatures in your party is two. You can’t choose to have it be just one by counting the Cleric Wizard first as a Cleric."},{"date":"2020-09-25","text":"In a multiplayer game, if you leave the game after Linvala’s middle ability resolves but before your next turn begins, its effect lasts until your next turn would have begun. It neither expires immediately nor lasts indefinitely."},{"date":"2020-09-25","text":"Linvala’s middle ability won’t trigger at all if you don’t have a full party as your combat phase begins. It won’t affect the target if you don’t have a full party as it resolves. The number of creatures in your party may change between these times, however."},{"date":"2020-09-25","text":"No abilities of the affected permanent can be activated, including mana abilities."},{"date":"2020-09-25","text":"Some cards refer to you having a “full party.” This is true if the number of creatures in your party is four."},{"date":"2020-09-25","text":"The nonland permanent remains affected until your next turn even if the number of creatures in your party changes or Linvala leaves the battlefield."},{"date":"2020-09-25","text":"To determine “the number of creatures in your party,” check whether you control a Cleric, whether you control a Rogue, whether you control a Warrior, and whether you control a Wizard. The number is the total number of those checks to which you answered yes. Each creature you control can be counted for only one of those checks."}],"rarities":["rare"]},"lion sash":{"name":"Lion Sash","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Equipment","Cat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{W}: Exile target card from a graveyard. If it was a permanent card, put a +1/+1 counter on this permanent.\nEquipped creature gets +1/+1 for each +1/+1 counter on this Equipment.\nReconfigure {2} ({2}: Attach to target creature you control; or unattach from a creature. Reconfigure only as a sorcery. While attached, this isn't a creature.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Reconfigure":{"type":"Cost","shards":[],"generic":2}}],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"use_lki":true},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{W}: Exile target card from a graveyard. If it was a permanent card, put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"UnattachAll","attachment":{"type":"SelfRef"},"target":{"type":"Any"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"SourceAttachedTo","required_type":"Creature"}}},{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 for each +1/+1 counter on ~."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"SourceAttachedToCreature"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 702.151b + CR 613.1d: a reconfigure Equipment stops being a creature while attached to a creature (Layer 4 type removal)."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"50330e48-db74-4c5f-a0bc-f9a8607e8f31","metadata":{"source_printing_ids":["308c8834-e06e-452a-b82e-cb2b8fe0c304","3e1766e9-2fa7-4446-a255-7beea1467ece","84f8ce4c-c6fc-408c-a216-33374bbfb08d","ac406a70-f0d1-413d-86dd-060523cc80c4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PLST","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"Although it causes an Equipment to become attached to a creature, reconfigure is not an \"equip ability\" for the purpose of cards like Fighter Class and Leonin Shikari."},{"date":"2022-02-18","text":"An Equipment creature can never become attached to itself. If an effect tries to do this, nothing happens."},{"date":"2022-02-18","text":"An Equipment creature with reconfigure can be attached to creatures by effects other than its reconfigure ability, such as the activated ability of Brass Squire."},{"date":"2022-02-18","text":"An Equipment doesn't become tapped when the permanent it's attached to becomes tapped. For example, if you attack with a creature that is equipped with Acquisition Octopus, then use reconfigure to unattach Acquisition Octopus after combat, the Octopus will be untapped and could be used to block during your opponent's turn."},{"date":"2022-02-18","text":"As soon as an Equipment creature with reconfigure stops being a creature, any Equipment and Auras with enchant creature abilities become unattached. Auras that can enchant an Equipment that isn't a creature remain attached to it."},{"date":"2022-02-18","text":"Attaching an Equipment with reconfigure to a creature causes that Equipment to stop being a creature until it becomes unattached. It also loses any creature subtypes it had."},{"date":"2022-02-18","text":"If a permanent with reconfigure is somehow still a creature after it becomes attached (perhaps due to an effect like that of March of the Machines), it immediately becomes unattached from the equipped creature."},{"date":"2022-02-18","text":"If an Equipment with reconfigure somehow loses its abilities while it is attached, the effect causing it to not be a creature continues to apply until it becomes unattached."},{"date":"2022-02-18","text":"Reconfigure represents two activated abilities. Reconfigure [cost] means \"[Cost]: Attach this permanent to another target creature you control. Activate only as a sorcery,\" and \"[Cost]: Unattach this permanent. Activate only if this permanent is attached to a creature and only as a sorcery.\""},{"date":"2022-02-18","text":"Similarly, if an Equipment is tapped, its reconfigure abilities may still be activated and it may still become attached to creatures. Becoming attached doesn't untap it. In most cases, an attached Equipment being tapped won't affect gameplay, but it will be relevant if it becomes unattached again before it untaps."}],"rarities":["rare"]},"lion's eye diamond":{"name":"Lion's Eye Diamond","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Discard your hand, Sacrifice this artifact: Add three mana of any one color. Activate only as an instant.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":3},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"filter":null,"random":false,"self_ref":false},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"Discard your hand, Sacrifice ~: Add three mana of any one color. Activate only as an instant.","target_prompt":null,"activation_restrictions":[{"type":"AsInstant"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ee6099b0-fb1f-42f1-b862-7708c6e36d05","metadata":{"source_printing_ids":["63bacc32-d6ba-420c-9b49-299c08e5fb39","758f95f8-bcb0-43ae-b474-56ebd855951e"]},"legalities":{"commander":"legal","duel":"banned","legacy":"legal","oathbreaker":"banned","premodern":"legal","vintage":"restricted"},"printings":["MIR","PRM","VMA"],"rulings":[{"date":"2004-10-04","text":"The ability is a mana ability, so it is activated and resolves as a mana ability, but it can only be activated at times when you can cast an instant. Yes, this is a bit weird."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"living armor":{"name":"Living Armor","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Sacrifice this artifact: Put X +0/+1 counters on target creature, where X is that creature's mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"+0/+1","count":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Target"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice ~: Put X +0/+1 counters on target creature, where X is that creature's mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7a32b0d1-d9dc-4d24-ae60-3f3a0e18ec03","metadata":{"source_printing_ids":["3c31a957-ad1e-40cc-b3c4-2f4caa492b77","49963351-af01-43a5-b171-dbd23e81c55d","b9da41f7-c1d2-4d5c-b6a5-09f6cc05cd4a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["BCHR","CHR","DRK"],"rarities":["common","uncommon"]},"living conundrum":{"name":"Living Conundrum","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Hexproof\nIf you would draw a card while your library has no cards in it, skip that draw instead.\nAs long as there are no cards in your library, this creature has base power and toughness 10/10 and has flying and vigilance.","non_ability_text":null,"flavor_name":null,"keywords":["Hexproof"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":10},{"type":"SetToughness","value":10},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"Unrecognized","text":"there are no cards in your library"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as there are no cards in your library, ~ has base power and toughness 10/10 and has flying and vigilance."}],"replacements":[{"event":"Draw","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would draw a card while your library has no cards in it, skip that draw instead.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"quantity_modification":{"type":"Prevent"}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"378ae023-04d3-44cc-9248-3d787796ed6c","metadata":{"source_printing_ids":["97fb11c7-7b7f-4bdb-a022-53e28ebadecc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"If two or more replacement effects would apply to a card-drawing event, the player drawing the card chooses the order in which to apply them."},{"date":"2024-02-02","text":"If you're instructed to draw more than one card and you have fewer cards in your library, you draw each card in your library, then skip the remaining draws."}],"rarities":["uncommon"]},"llanowar elves":{"name":"Llanowar Elves","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"68954295-54e3-4303-a6bc-fc4547a4e3a3","metadata":{"source_printing_ids":["01c6f877-6b00-4d57-8a88-36cd3b16edbc","0312d980-b1d0-41ec-8f5b-d21fbb742b9b","07c3165a-39a9-4928-803c-22b60552346c","0eb7213c-f6e4-48cb-870a-13b80ba73b8b","11bd6cef-f887-4b07-a957-4c53cb3c9c87","199e047c-823b-4d18-a5e9-6de3e6989858","1f8a1386-77ca-46ae-8987-aaed435556ea","26435a65-56a6-4e65-b504-a15d5bbc8696","392451d6-073a-49e3-9691-caac457e3d48","57ebd34e-dfe1-4093-a302-db395047a546","581b7327-3215-4a4f-b4ae-d9d4002ba882","632b9428-45c6-4b81-a701-f1c7d7e8d2f0","6a0b230b-d391-4998-a3f7-7b158a0ec2cd","6d6deae3-3ed4-47eb-bf4a-4a766ce18135","6fca5b76-2e0b-4557-91c6-283000d17849","73542493-cd0b-4bb7-a5b8-8f889c76e4d6","75d972d7-5ed9-49c1-8d27-ec162771284d","7707fcf6-e99e-4264-97c7-b2760ce50d79","8c27c558-caa0-4fc4-b6e6-4e7c9eaea0ff","8f897949-1adf-4d9f-956b-a53e1360922f","913907e2-28dd-4080-b725-52a43868e060","93005966-055d-4f14-bc51-1e6c3bd752a4","9636bb2a-0d7f-42d7-9757-15508baefb45","9e100beb-535d-41fe-8e5c-4788871a2739","a4be44d1-da6b-4427-955b-d7f32ebf1813","a6971b0a-274c-444c-aea8-5e114b4aecdd","abd80204-e9ba-483f-9b75-a69712545ba9","bb95a9a7-b0a3-4199-8c05-2519ccda738b","c4d1835a-913f-4979-953b-ddd933214538","c7a7fe6e-aa5a-4be6-a730-5cfff4fb89e3","cd43a84a-cde2-48f8-b6ab-1ec023c9e0c3","cf5dc35e-4fc2-4163-973c-c97d56cb8f1a","d1114b99-62fb-478a-a648-16b8c0b4c032","d1c46614-d8e1-4ab0-b226-d591c4df257a","d3455a72-c3c1-45a8-9bb7-c7c9e1c83ed0","d4f1cc9e-4f99-4c26-ac1b-8ef069fa8ceb","d9c02310-6a14-45c2-ae8c-b0fff7245673","da7bf82d-437a-4c28-98a4-4d092ba8d063","e1ab47f6-c346-47b6-ae3b-733eba9031e1","ed8a8cfd-baef-4198-b1f3-4926139588b2","ee7b36b5-9c10-4139-a0f9-5b9ea7afff5a","f8b6263a-91b8-47ca-bb9e-c0c7062ca238","fedd1b24-44ee-493a-b4db-3048ff5c760b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","9ED","ATH","BRB","BTD","C14","CED","CEI","CMA","DCI","DD1","DOM","EMA","EVG","FBB","FDN","FNM","GN3","GNT","J25","LEA","LEB","M10","M11","M12","M19","P30H","PANA","PDMU","PDOM","PLST","PRM","PTC","SLC","SLD","SUM","WC00","WC01","WC02","WC99"],"rarities":["common","rare","mythic"]},"llanowar sentinel":{"name":"Llanowar Sentinel","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may pay {1}{G}. If you do, search your library for a card named Llanowar Sentinel, put that card onto the battlefield, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Named","name":"llanowar sentinel"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may pay {1}{G}. If you do, search your library for a card named Llanowar Sentinel, put that card onto the battlefield, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"272ab5d5-7edb-4457-8a09-cabe2325c881","metadata":{"source_printing_ids":["6f37ea4b-66e2-4ad5-ae7f-d02fd59131bd","bda18561-4767-4f8e-bc6d-9117d1a480b1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","WTH"],"rulings":[{"date":"2004-10-04","text":"Because the \"search\" requires you to find a card with certain characteristics, you don't have to find the card if you don't want to."},{"date":"2007-07-15","text":"Llanowar Sentinels can \"chain\": If you put a second Llanowar Sentinel onto the battlefield as a result of this ability, that creature's \"enters\" ability triggers and allows you to search for yet another Llanowar Sentinel."}],"rarities":["common"]},"llanowar wastes":{"name":"Llanowar Wastes","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{T}: Add {B} or {G}. This land deals 1 damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Black","Green"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add {B} or {G}. ~ deals 1 damage to you.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"32116127-cf96-4a1b-8896-a1ebc087b597","metadata":{"source_printing_ids":["0a354548-d9ec-4486-8a41-bf568ff08c4c","102f764d-43e1-4183-9b10-27beab571050","10716909-1254-4b2b-997e-23a18994a98d","266316d3-3bbc-4283-aab8-69629855909f","4341d853-d0eb-45ef-9d0a-0b44dc805505","610b7cd5-5532-45a9-acfe-24a818034d1c","640b3883-4051-4401-9993-03bf8f3812c2","660cf964-ae3d-46c1-932f-b65d91643776","712aff1a-a816-4f0c-9bbe-41f94f504614","83837c14-9508-4590-aef6-40a16211072f","924d4025-a6f7-4ab0-8f0d-f4ba9ed0a232","9cb4ae53-8a0d-4eaf-900a-1ee6ec20a5df","a7218c70-b170-4d23-b98f-f8fa29312994","bdc7e1ef-cbe0-4057-b528-6c1da07ff90b","d75b4559-8946-45bb-a580-318a13d1e89e","d8528e41-299d-461e-83c6-04ba3da6b17d","d9f0d724-3b77-4cf6-a745-a04aca743312","e34a7793-a9b5-4892-b6e2-e4b97c3acd80","ec5506fe-695a-4747-b377-4d806215e121","f01e0e0e-f8c1-416d-bf4b-2b7661924e9b","f7cb5f66-d9f0-4af5-8d6b-14e1f3eef351","fa9d9e2d-6176-4593-b34a-c892a7b34695"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","9ED","APC","BLC","BRO","C19","C20","C21","DSC","EOC","M15","M3C","ORI","OTC","PBRO","PLST","PRM","SOC","TDC","WC01"],"rulings":[{"date":"2015-06-22","text":"Like most lands, each land in this cycle is colorless. The damage dealt to you is dealt by a colorless source."},{"date":"2015-06-22","text":"The damage dealt to you is part of the second mana ability. It doesn't use the stack and can't be responded to."}],"rarities":["rare"]},"loch larent":{"name":"Loch Larent","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Loch Larent enters tapped.\n{T}: Add {U}.\n{1}{U}, {T}: Scry 3. Target opponent gets a one-time boon with \"When you cast a creature spell, that creature enters tapped and with a stun counter on it.\" Activate only during your turn and only once.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"that","description":"that creature enters tapped and with a stun counter on it"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you cast a creature spell, that creature enters tapped and with a stun counter on it.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get a one-time boon with \"When you cast a creature spell, that creature enters tapped and with a stun counter on it.\""}],"duration":null,"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}{U}, {T}: Scry 3. Target opponent gets a one-time boon with \"When you cast a creature spell, that creature enters tapped and with a stun counter on it.\" Activate only during your turn and only once.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"},{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5c19c055-5350-4fd8-be90-8ce4ea132faf","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YWOE"]},"locker room":{"name":"Locker Room","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more creatures you control deal combat damage to a player, draw a card.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, draw a card.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b9ac4856-5cdb-479f-b0f5-7fa0b232a5ff","metadata":{"source_printing_ids":["606fe87c-d17b-4fa7-8e82-e7002d8229ef"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK"],"rarities":["uncommon"]},"locus of enlightenment":{"name":"Locus of Enlightenment","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Locus of Enlightenment has each activated ability of the exiled cards used to craft it. You may activate each of those abilities only once each turn.\nWhenever you activate an ability that isn't a mana ability, copy it. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you activate an ability that isn't a mana ability, copy it. You may choose new targets for the copy.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAllActivatedAbilitiesOf","source":{"type":"ExiledBySource"},"cap":{"type":"OnlyOnceEachTurn"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has each activated ability of the exiled cards used to craft it."}],"replacements":[],"color_override":["Blue"],"color_identity":["Blue"],"scryfall_oracle_id":"c0d2bdd9-1e68-4d3a-83f8-ec2ba440a494","metadata":{"source_printing_ids":["2e98970d-06a8-4c91-ba47-4a02c5b949f2","8d9cbb83-a89f-411b-88c8-c01718f265e0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rarities":["mythic"]},"loki, god of mischief":{"name":"Loki, God of Mischief","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God","Sorcerer","Villain"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever a player or permanent becomes the target of an ability you control, draw a card. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"InZone","zone":"Battlefield"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_subject_player":{"type":"Player"},"valid_source":{"type":"StackAbility","controller":"You"},"description":"Whenever a player or permanent becomes the target of an ability you control, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c112852f-61d5-4b94-b864-c7d0b5333b29","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["236c437f-ee9d-4145-a4db-b665908089cf","881af8c7-2d4d-4b68-b999-20e56a973311"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH","PMEI"],"rarities":["rare"]},"longstalk brawl":{"name":"Longstalk Brawl","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Gift a tapped Fish (You may promise an opponent a gift as you cast this spell. If you do, they create a tapped 1/1 blue Fish creature token before its other effects.)\nChoose target creature you control and target creature you don't control. Put a +1/+1 counter on the creature you control if the gift was promised. Then those creatures fight each other.","non_ability_text":null,"flavor_name":null,"keywords":[{"Gift":{"type":"TappedFish"}}],"abilities":[{"kind":"Spell","effect":{"type":"GiftDelivery","kind":{"type":"TappedFish"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetSlot","index":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"TrackedSet","id":0},"subject":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Choose target creature you control and target creature you don't control. Put a +1/+1 counter on the creature you control if the gift was promised. Then those creatures fight each other.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"adc8976a-0871-4fd6-9c4c-822ba9549b4b","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}}}},"metadata":{"related_token_ids":["abb2d41a-24fb-50ae-a778-b6177b7bc6ec"],"source_printing_ids":["c7ef748c-b5e5-4e7d-bf2e-d3e6c08edb42"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"As an additional cost to cast a spell with gift, you can promise the listed gift to an opponent. That opponent is chosen as part of that additional cost. The gift isn’t given at this time; rather, it’s given at a later time based on whether or not the spell is a permanent spell."},{"date":"2024-07-26","text":"For instants and sorceries with gift, the gift is given to the appropriate opponent as part of the resolution of the spell. This happens before any of the spell’s other effects would take place."},{"date":"2024-07-26","text":"For permanent spells with gift, an ability triggers when that permanent enters if the gift was promised. When that ability resolves, the gift is given to the appropriate opponent."},{"date":"2024-07-26","text":"If a spell for which the gift was promised is countered, doesn’t resolve (perhaps because all of its targets are illegal), or is otherwise removed from the stack, the gift won’t be given. None of its other effects will happen either."},{"date":"2024-07-26","text":"If the creature you control is an illegal target as Longstalk Brawl tries to resolve, you won’t put a +1/+1 counter on it even if the gift was promised. If that creature is a legal target but the creature you don’t control isn’t, you’ll still put a +1/+1 counter on the creature you control if the gift was promised."},{"date":"2024-07-26","text":"If you copy a spell for which the gift was promised, the gift was also promised to the same opponent for the copy. If a card or token enters as a copy of a permanent that’s already on the battlefield, the gift isn’t promised for that new permanent, even if it was promised for the original."},{"date":"2024-07-26","text":"In the main set, there are four different kinds of gifts. “Gift a Food” causes the chosen opponent to create a Food token, while “Gift a Treasure” causes the chosen opponent to create a Treasure token. “Gift a card” causes them to draw a card, and “Gift a tapped Fish” causes them to create a tapped 1/1 blue Fish creature token. The Commander decks contain two more kinds of gifts: “Gift an Octopus,” which causes the chosen opponent to create an 8/8 blue Octopus creature token, and “Gift an extra turn,” which causes them to take an extra turn after the current turn ends."},{"date":"2024-07-26","text":"Some instant or sorcery spells require alternative or additional targets if the gift was promised. You ignore these targeting requirements if the gifts aren’t promised for those spells. On the other hand, you can promise a gift for a permanent spell even if you won’t be able to choose targets for an enters ability of that permanent once the spell resolves."},{"date":"2024-07-26","text":"You can’t pay a gift cost more than once."}],"rarities":["common"]},"loot dispute":{"name":"Loot Dispute","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, you take the initiative and create a Treasure token.\nWhenever you attack the player who has the initiative, create a Treasure token.\nLoud Ruckus — Whenever you complete a dungeon, create a 5/5 red Dragon creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TakeTheInitiative"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you take the initiative and create a Treasure token.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack the player who has the initiative, create a Treasure token.","constraint":null,"condition":null,"batched":false},{"mode":"DungeonCompleted","execute":{"kind":"Spell","effect":{"type":"Token","name":"Dragon","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"types":["Creature","Dragon"],"colors":["Red"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you complete a dungeon, create a 5/5 red Dragon creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7c885698-69f2-44b5-abfe-9a2833822794","metadata":{"related_token_ids":["7fb44e8f-f3f6-5834-b4ef-a0249adacc31","feea9589-40b1-5e56-b7bd-3c91bf3133dc"],"source_printing_ids":["0669a2bb-11c7-45d8-9299-09246ff4e72c","8a225e62-e95d-4b9b-aab7-25925e35b925"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB"],"rulings":[{"date":"2022-06-10","text":"A player who currently has the initiative may take the initiative again. This causes that player to venture into Undercity again, but does not cause them to have multiple initiative designations."},{"date":"2022-06-10","text":"If the player with the initiative leaves the game, the active player takes the initiative at the same time that player leaves the game. If the active player is leaving the game or if there is no active player, the next player in turn order takes the initiative."},{"date":"2022-06-10","text":"If you aren’t in a dungeon when instructed to venture into Undercity, you will put Undercity into the command zone and move your venture marker to Secret Entrance (the first room)."},{"date":"2022-06-10","text":"If you’re already in a dungeon when instructed to venture into Undercity, you move to the next room of that dungeon. If you are already in the last room, you will complete that dungeon and start Undercity. This is true whether you’re already in Undercity or any other dungeon."},{"date":"2022-06-10","text":"In a Two-Headed Giant game, if both players on a team deal combat damage to the player that has the initiative at the same time, the player with the initiative will choose the order of the triggered abilities. Then, as those abilities resolve, one team member takes the initiative (and ventures into Undercity) and then the other team member does the same. The last player to take the initiative keeps it until the initiative changes again."},{"date":"2022-06-10","text":"Only one player can have the initiative at a time. As one player takes the initiative, any other player that had the initiative ceases to have it."},{"date":"2022-06-10","text":"Similarly, when instructed to venture into Undercity, you can’t start a dungeon that isn’t Undercity."},{"date":"2022-06-10","text":"The initiative is a designation a player can have. A player with the initiative designation is said to “have the initiative.” The initiative carries two inherent rules. First, whenever a player takes the initiative, and at the beginning of the upkeep of the player with the initiative, that player ventures into Undercity. Second, whenever one or more creatures a player controls deal combat damage to the player who has the initiative, the first player takes the initiative. Also, some abilities will refer to having the initiative and provide other benefits."},{"date":"2022-06-10","text":"There is no initiative in a game until an effect instructs a player to take the initiative. Once a player is instructed to do this, they have the initiative until another player takes the initiative."},{"date":"2022-06-10","text":"You cannot venture into Undercity unless instructed to do so, either because you have the initiative at the beginning of your upkeep or because you take the initiative. Notably, if you aren’t in a dungeon and an effect instructs you to venture into the dungeon (not venture into Undercity), you can’t start Undercity."}],"rarities":["rare"]},"loss":{"name":"Loss","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures your opponents control get -1/-1 until end of turn.\nFuse (You may cast one or both halves of this card from your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Fuse"],"abilities":[{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Creatures your opponents control get -1/-1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","White"],"scryfall_oracle_id":"c41e8a99-e4a8-4323-a59d-265266e29fa9","metadata":{"source_printing_ids":["0eb3ce46-ddd2-43b3-9e45-019ae91df686","320e1e05-12b8-4301-8cd7-3ead8046d94a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DGM","PIO"],"rarities":["uncommon"]},"lost in the spirit world":{"name":"Lost in the Spirit World","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return up to one target creature to its owner's hand. Create a 1/1 colorless Spirit creature token with \"This token can't block or be blocked by non-Spirit creatures.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block or be blocked by non-~ creatures."}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return up to one target creature to its owner's hand. Create a 1/1 colorless Spirit creature token with \"~ can't block or be blocked by non-Spirit creatures.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a37adc18-ea11-4972-8d04-936cf3fe2613","metadata":{"related_token_ids":["ecb80f75-5d6c-53ca-be4f-57e371f7b933"],"source_printing_ids":["88745474-d8e7-407e-80df-02541ad1ab0b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TLE"],"rarities":["uncommon"]},"lost in thought":{"name":"Lost in Thought","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature can't attack or block, and its activated abilities can't be activated. Its controller may exile three cards from their graveyard for that player to ignore this effect until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: Enchanted creature can't attack or block, and its activated abilities can't be activated. Its controller may exile three cards from their graveyard for that player to ignore this effect until end of turn."},"cost":null,"sub_ability":null,"duration":null,"description":"Enchanted creature can't attack or block, and its activated abilities can't be activated. Its controller may exile three cards from their graveyard for that player to ignore this effect until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"820ba630-c543-491c-8c77-ada69b01c79d","metadata":{"source_printing_ids":["f5fb391a-2687-461d-b5ef-a494287ddb5d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["JUD"],"rulings":[{"date":"2004-10-04","text":"You can take the “exile three cards” action any time you have priority without using the stack."},{"date":"2016-06-08","text":"Activated abilities contain a colon. They’re generally written “[Cost]: [Effect].” Some keywords are activated abilities and will have colons in their reminder text."}],"rarities":["common"]},"lotleth troll":{"name":"Lotleth Troll","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Troll"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Trample\nDiscard a creature card: Put a +1/+1 counter on this creature.\n{B}: Regenerate this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"random":false,"self_ref":false},"sub_ability":null,"duration":null,"description":"Discard a creature card: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Regenerate","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},"sub_ability":null,"duration":null,"description":"{B}: Regenerate ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"61b1d7e5-6155-4204-b110-35a890551ec8","metadata":{"source_printing_ids":["3b628197-f26c-457a-b9a4-c1f1d3e02f3d","40438db7-5909-4975-9bbd-8c4021ac0aac","97971c5a-98f5-4165-a1b8-a77129e502df","b4b0c2ac-154c-4ed7-a981-e6e0b7bfb01c","cc138550-a797-4a57-91b3-626aac1b1edd","f098a81b-3568-43fa-9ca1-eb340634e5e1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","C15","CMA","GK1","PIO","RTR"],"rarities":["uncommon","rare"]},"lotus cobra":{"name":"Lotus Cobra","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, add one mana of any color.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8ad91f64-ccab-4edc-bd54-b2ee9267d614","metadata":{"source_printing_ids":["151bdf3a-4445-43b1-8cea-2737c13d9dee","19adde22-e5eb-4815-beb6-c520b3274cc9","3e9cc3c4-82e2-43ba-892d-91836e6ac6fc","9c3f861f-0f46-4360-970e-a5cfc5ef194b","a4b759f0-901f-4be3-93fa-224609b08d48","cb9bf59f-6879-4343-9158-207ddd170bfb","da6365c6-bd12-4d02-a403-60d0c5290c06","dda20909-6371-4f72-bbca-a69701b89a3f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","IMA","J25","PGPX","PL25","PRM","PZNR","SLD","ZEN","ZNR"],"rulings":[{"date":"2017-11-17","text":"Lotus Cobra's ability isn't a mana ability. Opponents may respond to it before you have that mana."},{"date":"2020-09-25","text":"Lotus Cobra's ability uses the stack and players may respond to it. It isn't a mana ability because the event that causes it to trigger isn't a mana ability."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["rare","mythic"]},"lotus vale":{"name":"Lotus Vale","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this land would enter, sacrifice two untapped lands instead. If you do, put this land onto the battlefield. If you don't, put it into its owner's graveyard.\n{T}: Add three mana of any one color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":3},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add three mana of any one color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Untapped"}]},"count":2},"decline":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Graveyard","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"If ~ would enter, sacrifice two untapped lands instead. If you do, put ~ onto the battlefield. If you don't, put it into its owner's graveyard.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"01fc5bb3-ebd7-4ab4-8aef-2ece1e1d9b7c","metadata":{"source_printing_ids":["2e5cd12a-2a07-44a8-8eac-de00d26fe9e3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["WTH"],"rulings":[{"date":"2008-04-01","text":"If you don't sacrifice the lands, Lotus Vale never enters — it goes directly to your graveyard."}],"rarities":["rare"]},"louisoix's sacrifice":{"name":"Louisoix's Sacrifice","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a legendary creature or pay {2}.\nCounter target activated ability, triggered ability, or noncreature spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"Or","filters":[{"type":"StackAbility"},{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[{"type":"InZone","zone":"Stack"}]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target activated ability, triggered ability, or noncreature spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"42d8ab49-703a-4fd3-84d0-0a3ac1eafca8","additional_cost":{"type":"Choice","data":[{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"count":1},{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}}]},"metadata":{"source_printing_ids":["4a6976f2-0bd5-449a-8fcf-f5a732ce22c1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities (such as equip) are activated abilities and will have a colon in their reminder text."},{"date":"2025-06-06","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keywords (such as prowess) are triggered abilities and will use \"when,\" \"whenever,\" or \"at\" in their reminder text."}],"rarities":["rare"]},"lovestruck beast":{"name":"Lovestruck Beast","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast","Noble"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"This creature can't attack unless you control a 1/1 creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Not","condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"EQ","value":{"type":"Fixed","value":1}},{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"EQ","value":{"type":"Fixed","value":1}},{"type":"InZone","zone":"Battlefield"}]}}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack unless you control a 1/1 creature."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7e84aff5-2cb6-4214-befd-3d2de31229e5","metadata":{"related_token_ids":["10538b40-ba95-5a8e-bb63-e1d43dec0066","e9a6488c-20ca-5519-bf6e-7555fcf45db9"],"source_printing_ids":["341110e5-577d-45ee-bf62-53373a331c87","4ccdef9c-1e85-4358-8059-8972479f7556","4f80af9c-07a1-46f1-b869-146fda5922f4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["CLB","ELD","PELD","PRM"],"rulings":[{"date":"2019-10-04","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Giant Killer is a white creature card whose mana value is 1. It can't be the target of the triggered ability of Mystic Sanctuary."},{"date":"2019-10-04","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2019-10-04","text":"If Lovestruck Beast's power and toughness are reduced to 1/1, it learns that loving oneself is the first step on the true path to happiness, and it can attack even if you control no other 1/1 creatures."},{"date":"2019-10-04","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to cast it as a permanent later."},{"date":"2019-10-04","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to cast it as a permanent spell."},{"date":"2019-10-04","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to cast the copy as a permanent."},{"date":"2019-10-04","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2019-10-04","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2019-10-04","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if Giant Killer is exiled with the last ability of Vivien, Champion of the Wilds, you can't cast it as Chop Down."},{"date":"2019-10-04","text":"Once Lovestruck Beast is attacking, it'll remain attacking even if you no longer control a 1/1 creature."},{"date":"2019-10-04","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2019-10-04","text":"You don't have to attack with a 1/1 creature for Lovestruck Beast to be able to attack. You just need to control a 1/1 creature."},{"date":"2019-10-04","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you'll be able to cast it only during your main phase while the stack is empty."}],"rarities":["rare"]},"lowland basilisk":{"name":"Lowland Basilisk","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Basilisk"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature deals damage to a creature, destroy that creature at end of combat.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"EndCombat"},"effect":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals damage to a creature, destroy that creature at end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"effe239e-ade0-4ee2-99d7-f93b2f5ef585","metadata":{"source_printing_ids":["2c3cce7a-637f-4c68-af30-6f89f6c9f096","454d6938-b87a-46b1-99d8-74573544ac5b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["STH","TPR"],"rulings":[{"date":"2004-10-04","text":"If a creature leaves the battlefield before the end of combat, then the Lowland Basilisk effect on it will end."},{"date":"2004-10-04","text":"If it damages a creature outside of combat, its effect will destroy the creature at the end of the next combat."}],"rarities":["common","uncommon"]},"loxodon smiter":{"name":"Loxodon Smiter","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elephant","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"This spell can't be countered.\nIf a spell or ability an opponent controls causes you to discard this card, put it onto the battlefield instead of putting it into your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"This spell can't be countered."}],"replacements":[{"event":"Discard","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If a spell or ability an opponent controls causes you to discard this card, put it onto the battlefield instead of putting it into your graveyard.","condition":{"type":"EventSourceControlledBy","controller":"Opponent"}}],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"18ac2282-83af-4acc-b20b-6a95771da688","metadata":{"source_printing_ids":["69247168-2bfb-4cce-a2a6-61459a0fbce4","ab15a6fb-16b7-41d9-a480-249289386ffc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PIO","RTR"],"rulings":[{"date":"2012-10-01","text":"If you discard Loxodon Smiter and put it onto the battlefield, you've still discarded a card. Abilities that trigger when you discard a card (such as the one from Liliana's Caress) will still trigger."}],"rarities":["uncommon","rare"]},"loyal sentry":{"name":"Loyal Sentry","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature blocks a creature, destroy that creature and this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"SelfRef"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ blocks a creature, destroy that creature and ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"54b1a496-1f8e-4581-8260-bad57b25c6e3","metadata":{"source_printing_ids":["7736c041-d333-4748-8045-79d42aba6e05","879b6bc4-51c8-48a0-8de4-1b3be5b6dd22","8854cc80-6201-4066-80c8-97c0fdc9baa8","bf02b5fa-8589-462e-90f5-552c8f28a22f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["10E","A25","DDF","PLST","S99"],"rulings":[{"date":"2018-03-16","text":"Loyal Sentry and the creature it blocks are destroyed before combat damage is dealt. The blocked creature is destroyed even if Loyal Sentry leaves the battlefield before its triggered ability resolves."}],"rarities":["common","rare"]},"ludevic's abomination":{"name":"Ludevic's Abomination","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Horror"]},"power":{"type":"Fixed","value":13},"toughness":{"type":"Fixed","value":13},"loyalty":null,"defense":null,"oracle_text":"Trample","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue"],"color_identity":["Blue"],"scryfall_oracle_id":"53175678-1f5c-4889-9086-66381b3ddc3a","metadata":{"source_printing_ids":["ebf5e16f-a8bd-419f-b5ca-8c7fce09c4f1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["ISD","PISD","PRM"],"rarities":["rare"]},"ludevic's test subject":{"name":"Ludevic's Test Subject","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Egg"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Defender\n{1}{U}: Put a hatchling counter on this creature. Then if there are five or more hatchling counters on it, remove all of them and transform it.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"hatchling","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":null,"count":{"type":"Fixed","value":-1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"hatchling"}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}{U}: Put a hatchling counter on ~. Then if there are five or more hatchling counters on it, remove all of them and transform it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"53175678-1f5c-4889-9086-66381b3ddc3a","metadata":{"source_printing_ids":["ebf5e16f-a8bd-419f-b5ca-8c7fce09c4f1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["ISD","PISD","PRM"],"rulings":[{"date":"2016-07-13","text":"For more information on double-faced cards, see the Shadows over Innistrad mechanics article (http://magic.wizards.com/en/articles/archive/feature/shadows-over-innistrad-mechanics)."}],"rarities":["rare"]},"lullmage mentor":{"name":"Lullmage Mentor","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a spell or ability you control counters a spell, you may create a 1/1 blue Merfolk creature token.\nTap seven untapped Merfolk you control: Counter target spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":7},"filter":{"type":"Typed","type_filters":[{"Subtype":"Merfolk"}],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Tap seven untapped Merfolk you control: Counter target spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Countered","execute":{"kind":"Spell","effect":{"type":"Token","name":"Merfolk","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Merfolk"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a spell or ability you control counters a spell, you may create a 1/1 blue Merfolk creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"752566b4-d3f5-4f10-b6f5-7185809f7a9d","metadata":{"related_token_ids":["b13404ba-d911-5474-b6a9-75f61d5734c9"],"source_printing_ids":["e34de3df-3236-4281-a043-7583c76d89cc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ZEN"],"rulings":[{"date":"2009-10-01","text":"A spell or ability counters a spell only if it specifically contains the word “counter” in its text. If a spell or ability you control causes all the targets of a spell to become illegal, that spell doesn’t resolve but is not countered."},{"date":"2009-10-01","text":"Lullmage Mentor’s second ability will cause its first ability to trigger."},{"date":"2009-10-01","text":"Since the second ability doesn’t have a tap symbol in its cost, you can tap creatures (including Lullmage Mentor itself) that haven’t been under your control since your most recent turn began to pay the cost."}],"rarities":["rare"]},"lulu, stern guardian":{"name":"Lulu, Stern Guardian","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent attacks you, choose target creature attacking you. Put a stun counter on that creature.\n{3}{U}: Proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Proliferate"},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{U}: Proliferate.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"AttackersDeclared","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking","defender":"You"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever an opponent attacks you, choose target creature attacking you. Put a stun counter on that creature.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"969fa9b9-161f-461e-8878-9ebcff5a2669","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["61844cbe-f4b3-45c6-bf4c-76542de4b195","99cb1ba3-e16b-414d-8682-fb3b2f350ea2","9c0b1d5d-2b10-4dde-bb95-8cbf780cca97"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"If a player or permanent has more than one kind of counter on it, and you choose for it to get additional counters, it must get one of each kind of counter it already has. You can't have it get just one kind of counter it already has and not the others."},{"date":"2025-06-06","text":"Lulu's first ability only cares about creatures attacking you, not planeswalkers you control or battles you protect."},{"date":"2025-06-06","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2025-06-06","text":"When you proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2025-06-06","text":"You don't have to choose every permanent or player that has a counter—only the ones you want to add counters to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["rare"]},"lumbering laundry":{"name":"Lumbering Laundry","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"{2}: Until end of turn, you may look at face-down creatures you don't control any time.\nDisguise {5} (You may cast this card face down for {3} as a 2/2 creature with ward {2}. Turn it face up any time for its disguise cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Disguise":{"type":"Cost","shards":[],"generic":5}}],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"MayLookAtFaceDown","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"FaceDown"}]},"modifications":[{"type":"AddStaticMode","mode":"MayLookAtFaceDown"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"Any"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{2}: Until end of turn, you may look at face-down creatures you don't control any time.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"6afe9cc7-80e4-4607-8633-6013d96bd19c","metadata":{"source_printing_ids":["080ad039-1669-4735-9864-76f4c61fc59e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"A disguise ability lets you cast a card face down by paying {3} and announcing that you are using a disguise ability. Any time you have priority, you can turn a face-down permanent with disguise face up by paying its disguise cost."},{"date":"2024-02-02","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-02-02","text":"Any time you have priority, you may turn the face-down creature face up by revealing what its disguise cost is and paying that cost. This is a special action. It doesn't use the stack and can't be responded to. Only a face-down permanent can be turned face up this way; a face-down spell cannot."},{"date":"2024-02-02","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-02-02","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-02-02","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-02-02","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise ability because it will no longer have a disguise ability (or a disguise cost) once face up."},{"date":"2024-02-02","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-02-02","text":"Lumbering Laundry's first ability doesn't let you look at face-down spells you don't control on the stack."},{"date":"2024-02-02","text":"Once it has resolved, Lumbering Laundry's first ability lets you look at face-down creatures whenever you want until end of turn, even if you don't have priority. This action doesn't use the stack. Knowing what those cards are becomes part of the information you have access to, just like you can look at the cards in your hand. Once the turn ends, however, you can no longer look at those creatures."},{"date":"2024-02-02","text":"The creature spell is a 2/2 creature spell with ward {2} that has no name, mana cost, or creature types. The resulting creature is a 2/2 creature with ward {2} that has no name, mana cost, or creature types. Both the spell and the resulting creature are colorless and have a mana value of 0. Other effects that apply to the spell or creature can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-02-02","text":"The face-down spell has no mana cost and a mana value of 0. When you cast a face-down spell, put it on the stack face down so no other player knows what it is, and pay {3} to cast it. This is an alternative cost."},{"date":"2024-02-02","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-02-02","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered the battlefield should remain clear, as well as what ability caused them to be face down. (This includes disguise, cloak, and in games involving older cards, morph and manifest, as well as a few other effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["uncommon"]},"lumen-class frigate":{"name":"Lumen-Class Frigate","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 12+.)\n2+ | Other creatures you control get +1/+1.\n12+ | Flying, lifelink","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":2},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control get +1/+1."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"12+ | Flying, lifelink"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":5}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 12+"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3aa0cda4-fb2d-4fd4-84f6-482089a85547","metadata":{"source_printing_ids":["0cc59b5a-65fa-47cc-8ac7-b7c3f533a782","7fffe390-d16c-4891-b94a-99e895f219d0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"luminarch aspirant":{"name":"Luminarch Aspirant","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put a +1/+1 counter on target creature you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cb9994b9-924b-4e10-9075-9cfbec88f2bf","metadata":{"source_printing_ids":["dcd27fa3-f6b6-4137-9b6c-4cba7187664c","ebe9427d-068f-487c-9263-b40366a164bc","fe964e7e-e2c5-4263-889d-0a531eb51442"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NCC","PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"Luminarch Aspirant can be the target of its own ability."}],"rarities":["rare"]},"luminous phantom":{"name":"Luminous Phantom","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever another creature you control leaves the battlefield, you gain 1 life.\nIf Luminous Phantom would be put into a graveyard from anywhere, exile it instead.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control leaves the battlefield, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If ~ would be put into a graveyard from anywhere, exile it instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":["White"],"color_identity":["White"],"scryfall_oracle_id":"0761a0e7-d443-4bab-bb15-307c83d4a6a1","metadata":{"source_printing_ids":["07b9edea-96eb-4146-8922-fbefdb8d57af","438e3302-daf9-436b-8b08-24b3f33295f6","d2704743-2e23-40b9-a367-c73d2db45afc","dc2f8bd7-1cc7-4678-9ef7-58f14996bdf8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","INR","MID"],"rarities":["common"]},"lunar hatchling":{"name":"Lunar Hatchling","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Alien","Beast"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying, trample\nBasic landcycling {2} ({2}, Discard this card: Search your library for a basic land card, reveal it, put it into your hand, then shuffle.)\nEscape—{4}{G}{U}, Exile a land you control, Exile five other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample",{"Typecycling":{"cost":{"type":"Cost","shards":[],"generic":2},"subtype":"Basic Land"}},{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green","Blue"],"generic":4}},{"type":"Exile","count":1,"zone":null,"filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}},{"type":"Exile","count":5,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"cb2c8ea9-c125-4742-a562-b693254152e5","metadata":{"source_printing_ids":["12481875-102f-414c-9c28-9e2e7e5edb28","2cd60763-8954-4502-99ef-f4f38bf7671b","f321f0fa-0df0-4388-86a0-456f7ab721de","f3e306f3-65b3-420d-a50c-fa5cf74677ad"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"After an escaped permanent spell resolves, it enters the battlefield and will return to its owner's graveyard if it dies later."},{"date":"2023-10-13","text":"Basic landcycling is a form of cycling. Any ability that triggers on a card being cycled also triggers on a card being basic landcycled. Any ability that stops a cycling ability from being activated also stops a basic landcycling ability from being activated."},{"date":"2023-10-13","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2023-10-13","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2023-10-13","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2023-10-13","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2023-10-13","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."},{"date":"2023-10-13","text":"Unlike the normal cycling ability, basic landcycling doesn't allow you to draw a card. Instead, it lets you search your library for a basic land card. You don't choose the type of basic land card you'll find until you're performing the search. After you choose a basic land card in your library, you reveal it, put it into your hand, then shuffle your library."}],"rarities":["rare"]},"lunarch veteran":{"name":"Lunarch Veteran","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature you control enters, you gain 1 life.\nDisturb {1}{W} (You may cast this card from your graveyard transformed for its disturb cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Disturb":{"type":"Cost","shards":["White"],"generic":1}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0761a0e7-d443-4bab-bb15-307c83d4a6a1","metadata":{"source_printing_ids":["07b9edea-96eb-4146-8922-fbefdb8d57af","438e3302-daf9-436b-8b08-24b3f33295f6","d2704743-2e23-40b9-a367-c73d2db45afc","dc2f8bd7-1cc7-4678-9ef7-58f14996bdf8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","INR","MID"],"rulings":[{"date":"2021-09-24","text":"\"Disturb [cost]\" means \"You may cast this card transformed from your graveyard by paying [cost] rather than its mana cost.\""},{"date":"2021-09-24","text":"A spell cast this way enters the battlefield with its back face up."},{"date":"2021-09-24","text":"Disturb is found only on the front faces of some double-faced cards."},{"date":"2021-09-24","text":"If you copy a permanent spell cast this way (perhaps with a card like Double Major), the copy becomes a token that's a copy of the card's back face, even though it isn't itself a double-faced card."},{"date":"2021-09-24","text":"The back face of each card with disturb has an ability that instructs its controller to exile if it would be put into a graveyard from anywhere. This includes going to the graveyard from the stack, so if the spell is countered after you cast it using the disturb ability, it will be put into exile."},{"date":"2021-09-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a disturb cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of a spell cast using disturb is determined by the mana cost on the front face of the card, no matter what the total cost to cast the spell was. (This is a special rule that applies only to transforming double faced-cards, including ones with disturb.)"},{"date":"2021-09-24","text":"When you cast a spell using a card's disturb ability, the card is put onto the stack with its back face up. The resulting spell has all the characteristics of that face."}],"rarities":["common"]},"lurking predators":{"name":"Lurking Predators","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent casts a spell, reveal the top card of your library. If it's a creature card, put it onto the battlefield. Otherwise, you may put that card on the bottom of your library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"RevealedHasCardType","card_types":["Creature"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, reveal the top card of your library. If it's a creature card, put it onto the battlefield. Otherwise, you may put that card on the bottom of your library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"15fbb7b1-c62d-4f82-9f35-2c10299779f4","metadata":{"source_printing_ids":["1144698b-502e-4814-9d74-d16ae6a0f0c5","6dd20d13-3c80-4585-b57b-9219ae7f1acb","9952da7c-3cfc-413f-8849-0f10e9c8dceb","e864c824-89a1-41f6-9481-83b2284471e0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","JMP","M10","PLST"],"rulings":[{"date":"2009-10-01","text":"A \"creature card\" is any card with the type creature, even if it has other types such as artifact, enchantment, or land. Older cards of type summon are also creature cards."},{"date":"2009-10-01","text":"If an opponent casts a spell, this ability triggers and is put on the stack on top of that spell. This ability will resolve (meaning that a revealed creature card will enter) before the spell resolves."},{"date":"2009-10-01","text":"You must put the revealed card onto the battlefield if it's a creature card. If it's not a creature card and you don't put it on the bottom of your library, it stops being revealed and simply remains on top of your library."}],"rarities":["rare"]},"lux artillery":{"name":"Lux Artillery","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you cast an artifact creature spell, it gains sunburst. (It enters with a +1/+1 counter on it for each color of mana spent to cast it.)\nAt the beginning of your end step, if there are thirty or more counters among artifacts and creatures you control, this artifact deals 10 damage to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Sunburst"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain sunburst"}],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact","Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an artifact creature spell, it gains sunburst.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":10},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if there are thirty or more counters among artifacts and creatures you control, ~ deals 10 damage to each opponent.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"CountersOnObjects","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":30}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"cbd76b22-d04e-48e7-bcab-c7f5466d67d8","metadata":{"source_printing_ids":["a3c9579b-e3e7-4dc7-a775-b7c8d2758f24","ca968493-8348-4b15-ab36-bcca9dbcc28a","d50b1b8f-fd8c-4f80-84a0-16e121275c46"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EOC","ONC"],"rulings":[{"date":"2023-02-04","text":"If the artifact creature already has sunburst (or if you control multiple copies of Lux Artillery), each instance of sunburst works separately."},{"date":"2023-02-04","text":"Lux Artillery's last ability will check if there are thirty or more counters among artifacts and creatures you control as your end step begins. If there aren't, the ability won't trigger at all. If there are, the ability will check again as it tries to resolve. If the number of counters among artifacts and creatures you control has fallen below thirty, the ability won't do anything."}],"rarities":["rare"]},"luxurious locomotive":{"name":"Luxurious Locomotive","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever this Vehicle attacks, create a Treasure token for each creature that crewed it this turn. (They're artifacts with \"{T}, Sacrifice this token: Add one mana of any color.\")\nCrew 1. Activate only once each turn. (Tap any number of creatures you control with total power 1 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":1,"once_per_turn":{"type":"OnlyOnceEachTurn"}}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create a Treasure token for each creature that crewed it this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c68c2a98-9a6d-4199-af3a-78eb92beda48","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"Whenever this Vehicle attacks, create a Treasure token for each creature that crewed it this turn. (They're artifacts with \"{T}, Sacrifice t","line_index":0}],"metadata":{"related_token_ids":["3a2e0ac9-54bb-5b35-a4c9-6bad348f7144"],"source_printing_ids":["cc598338-eeba-4815-a0a6-ff2dc09790d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"Luxurious Locomotive's triggered ability counts each creature that crewed it this turn, including creatures that are no longer on the battlefield as the ability resolves."},{"date":"2024-04-12","text":"Once a player announces that they are activating a crew ability, no player may take other actions until the ability has been paid for. Notably, players can't try to stop the ability by changing a creature's power or by removing or tapping a creature."},{"date":"2024-04-12","text":"You may tap more creatures than necessary to activate a crew ability."}],"rarities":["uncommon"]},"m.o.d.o.k.":{"name":"M.O.D.O.K.","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Villain"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nMental Organism — Pay 3 life: M.O.D.O.K. connives. Activate only during your turn. (Draw a card, then discard a card. If you discarded a nonland card, put a +1/+1 counter on this creature.)\nDesigned Only for Killing — Creatures your opponents control get -1/-1.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[{"kind":"Activated","effect":{"type":"Connive","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":{"type":"PayLife","amount":{"type":"Fixed","value":3}},"sub_ability":null,"duration":null,"description":"Mental Organism — Pay 3 life: ~ connives. Activate only during your turn.","target_prompt":null,"activation_restrictions":[{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":-1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Designed Only for Killing — Creatures your opponents control get -1/-1."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fe7cc414-42d0-4dad-8516-7a0be0860a67","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["38e87542-50f7-4812-9338-84e4b9b7bb44","bf38cf25-579f-4f94-92fb-a781c90a5f2e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"maarika, brutal gladiator":{"name":"Maarika, Brutal Gladiator","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Maarika, Brutal Gladiator must be blocked if able.\nAs long as it's your turn, Maarika has indestructible.\nWhenever Maarika deals damage to a creature, if that creature was dealt excess damage this turn, that creature's controller sacrifices a noncreature, nonland permanent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Creature"},{"Non":"Land"}],"controller":"ParentTargetController","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals damage to a creature, if that creature was dealt excess damage this turn, that creature's controller sacrifices a noncreature, nonland permanent.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"Any"},"target":{"type":"EventTarget"},"channel":"Excess"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[{"mode":{"MustBeBlocked":{"by":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ must be blocked if able."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as it's your turn, ~ has indestructible."}],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"a46f9f5c-775c-470d-8935-9556e1bbb23d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["86123ab7-ee60-4ef2-8467-1ad420213eb1","9976eb70-0d39-4882-8041-a4d29527c292"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD","SLX"],"rarities":["rare"]},"macabre waltz":{"name":"Macabre Waltz","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return up to two target creature cards from your graveyard to your hand, then discard a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Return up to two target creature cards from your graveyard to your hand, then discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cf75dbd8-b65a-48d9-b96b-4afb43f336d1","metadata":{"source_printing_ids":["4d1f3c84-89ba-4426-a80b-d524f172c912","8023e97a-cbfa-448d-ab4d-c8efe9481834","85936113-9790-463b-ae08-90d8be9172cf","88d8a565-05e9-4517-9a8a-da22aea48e1e","a6ec8571-690e-405f-89d5-b7cc99e8ee63","b958e5da-ca77-4f22-972f-5d6e2777509a","c5776bc9-7295-4143-a453-64e3c681f8e7","d9cd7bc3-73ba-4364-84b2-9954648cd8a9","f49d5f95-c8a8-4d65-9546-26c2113db817"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DIS","FDN","JMP","M19","ORI","PLST","RVR","SIR","SOI"],"rulings":[{"date":"2018-07-13","text":"If you have no other cards in hand, you'll have to discard one of the creature cards you return to your hand."},{"date":"2018-07-13","text":"You may cast Macabre Waltz targeting one or zero creature cards. You'll still discard a card, even if you target no creature cards."}],"rarities":["common"]},"maddening hex":{"name":"Maddening Hex","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever enchanted player casts a noncreature spell, roll a d6. This Aura deals damage to that player equal to the result. Then attach this Aura to another one of your opponents chosen at random.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":6,"results":[]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"target_selection_mode":{"type":"Random"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted player casts a noncreature spell, roll a d6. ~ deals damage to that player equal to the result. Then attach ~ to another one of your opponents chosen at random.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5d96170f-14dd-496e-a485-bd3b9eedfe02","metadata":{"source_printing_ids":["699efd96-3e68-46fd-897d-cf95a16a8863","95b9be27-5abe-4341-b100-eba5c7854601","c8dd3a8d-5434-4405-8d17-e419a20f074a","daa7b74c-a957-4399-bc9a-0507085a08ad","db03809b-d0b3-4265-ad31-b8d0066986c9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","MB2","SLD","SPG"],"rulings":[{"date":"2021-07-23","text":"An ability that tells you to roll a die will also specify what to do with the result of that roll. Most often, this is in the form of a \"results table\" in the card text."},{"date":"2021-07-23","text":"An effect that says \"choose a target, then roll a d20\" or similar still uses the normal process of putting an ability on the stack and resolving it. Choosing targets is part of putting the ability on the stack and rolling the d20 happens later, as the ability resolves."},{"date":"2021-07-23","text":"Dice are identified by the number of faces each one has. For example, a d20 is a twenty-sided die."},{"date":"2021-07-23","text":"Dice used must have equally likely outcomes and the roll must be fair. Although physical dice are recommended, digital substitutes are allowed, provided they have the same number of equally likely outcomes as specified in the original roll instruction."},{"date":"2021-07-23","text":"If Maddening Hex is attached to your only opponent, it stays attached to that player as the ability resolves."},{"date":"2021-07-23","text":"Some abilities, like that of Pixie Guide and Barbarian Class, replace rolling a die with rolling extra dice and ignoring the lowest roll. The ignored rolls are not considered for the effect that instructed you to roll a die, and do not cause abilities to trigger. For all intents and purposes, once you determine which dice count, any extra dice were never rolled."},{"date":"2021-07-23","text":"Some effects instruct you to roll again. This uses the same number and type of dice as the original roll, and that roll will use the same set of possible outcomes."},{"date":"2021-07-23","text":"Some effects may modify the result of a die roll. This may be part of the instruction to roll a die or it may come from other cards. Anything that references the \"result\" of a die roll is looking for the result after these modifications. Anything that is looking for the \"natural result\" is looking for the number shown on the face of the die before these modifications."},{"date":"2021-07-23","text":"The instruction to roll a die and the effect that occurs because of the result are all part of the same ability. Players do not get the chance to respond to the ability after knowing the result of the roll."},{"date":"2021-07-23","text":"Tournament events have more specific rules regarding dice and die-rolling. For more information, please see the most recent version of the Magic Tournament Rules at https://wpn.wizards.com/en/document/magic-gathering-tournament-rules."},{"date":"2021-07-23","text":"While playing Planechase, rolling the planar die will cause any ability that triggers whenever a player rolls one or more dice to trigger. However, any effect that refers to a numerical result will ignore the rolling of the planar die."}],"rarities":["rare","mythic"]},"madrush cyclops":{"name":"Madrush Cyclops","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cyclops","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Creatures you control have haste.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have haste."}],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"f45a2a66-04cc-4622-9c70-f2dfc1391bb1","metadata":{"source_printing_ids":["21d4fd58-2052-4f97-b634-f89e2139d980"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ARB"],"rulings":[{"date":"2009-05-01","text":"Madrush Cyclops gives itself haste."}],"rarities":["rare"]},"maelstrom nexus":{"name":"Maelstrom Nexus","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"The first spell you cast each turn has cascade. (When you cast your first spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Cascade"}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"The first spell you cast each turn has cascade."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"b1c346a4-fc9b-474a-9d51-cac168e363fa","metadata":{"source_printing_ids":["425b3c5b-de65-46b2-b26d-347cc31beb4c","89ad7892-07c6-4689-b45d-61f15f31fe85","a3107767-6c36-4982-8e0d-e100d5fca204","e514b13d-2d22-4d9e-a501-b0667f02edac"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","ARB","DMC","PLST"],"rulings":[{"date":"2020-08-07","text":"If the first spell you cast in a turn already has cascade, both cascade abilities will trigger separately. Deal with them one at a time: First one cascade ability will resolve, and you'll cast the applicable card if you want. That new spell will resolve. Then the other cascade ability will resolve in the same way. Finally, the original spell will resolve."},{"date":"2020-08-07","text":"This effect takes into account spells that were cast earlier in the turn before Maelstrom Nexus entered the battlefield, including any spells still on the stack. If you've already cast any spells that turn (including Maelstrom Nexus itself), this ability won't give any of your spells cascade that turn."},{"date":"2021-06-18","text":"A spell's mana value is determined only by its mana cost. Ignore any alternative costs, additional costs, cost increases, or cost reductions."},{"date":"2021-06-18","text":"Cascade triggers when you cast the spell, meaning that it resolves before that spell. If you end up casting the exiled card, it will go on the stack above the spell with cascade."},{"date":"2021-06-18","text":"Due to a 2021 rules change to cascade, not only do you stop exiling cards if you exile a nonland card with lesser mana value than the spell with cascade, but the resulting spell you cast must also have lesser mana value. Previously, in cases where a card's mana value differed from the resulting spell, such as with some modal double-faced cards or cards with an Adventure, you could cast a spell with a higher mana value than the exiled card."},{"date":"2021-06-18","text":"If a spell with cascade is countered, the cascade ability will still resolve normally."},{"date":"2021-06-18","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2021-06-18","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those to cast the card."},{"date":"2021-06-18","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If cascade allows you to cast a split card, you may cast either half but not both halves."},{"date":"2021-06-18","text":"When the cascade ability resolves, you must exile cards. The only optional part of the ability is whether or not you cast the last card exiled."},{"date":"2021-06-18","text":"You exile the cards face up. All players will be able to see them."}],"rarities":["mythic"]},"maelstrom wanderer":{"name":"Maelstrom Wanderer","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Creatures you control have haste.\nCascade, cascade (When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order. Then do it again.)","non_ability_text":null,"flavor_name":null,"keywords":["Cascade","Cascade"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have haste."}],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"ad9b7fbc-61c8-43ee-a65c-99206fd1e4df","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4178d93f-72fa-43a1-b6aa-35f1b4a597a7","5685b28a-b943-4143-b9ed-4796c1ffbf9c","6a494b35-44d4-45e3-abfa-eb1874c6aa21","98aeab2a-69b5-4b4f-9de4-5401d01c26e2","a49c58b3-180f-420b-b091-114fda000360","bb8bb9c1-4b20-4fd9-b0c4-b1f74f0fb6fd","d5a75062-b5e3-4942-af64-12f43101c294","e76c835f-2a60-46bb-9046-106ce8fba676"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CM1","CMM","CMR","ECC","EMA","PC2","PCA","PRM","PZ1","SLD"],"rulings":[{"date":"2020-11-10","text":"Each instance of cascade triggers and resolves separately. The spell you cast due to the first cascade ability will go on the stack on top of the second cascade ability. That spell will resolve before you exile cards for the second cascade ability."},{"date":"2020-11-10","text":"Maelstrom Wanderer gives itself haste."},{"date":"2020-11-10","text":"No matter what spell you cast with the first cascade trigger (or with any cascade triggers that result from casting that spell), the second cascade trigger will look for a spell with mana value less than Maelstrom Wanderer's mana value of 8."}],"rarities":["rare","mythic"]},"mage hunter":{"name":"Mage Hunter","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent casts or copies an instant or sorcery spell, they lose 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCastOrCopy","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts or copies an instant or sorcery spell, they lose 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e3d2df4d-8c79-4391-bc4e-69325958a5be","metadata":{"source_printing_ids":["56fcbe4a-2d98-4fa9-a6c3-e28255171a4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["STX"],"rulings":[{"date":"2021-04-16","text":"Mage Hunter’s triggered ability will resolve before the spell that caused it to trigger."}],"rarities":["uncommon"]},"magmakin artillerist":{"name":"Magmakin Artillerist","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Pirate"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you discard one or more cards, this creature deals that much damage to each opponent.\nCycling {1}{R} ({1}{R}, Discard this card: Draw a card.)\nWhen you cycle this card, it deals 1 damage to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":["Red"],"generic":1}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"DiscardedAll","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you discard one or more cards, ~ deals that much damage to each opponent.","constraint":null,"condition":null,"batched":true},{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cycle this card, it deals 1 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"900b9409-9c16-414d-8674-2ea42c2415a1","metadata":{"source_printing_ids":["2ac26341-a100-424d-be84-33fbbf1b4078"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rulings":[{"date":"2025-02-07","text":"Some cards with cycling have an ability that triggers when you cycle them, and some cards have an ability that triggers whenever you cycle any card or discard any card. These triggered abilities resolve before you draw from the cycling ability."},{"date":"2025-02-07","text":"Triggered abilities from cycling a card and the cycling ability itself aren’t spells. Effects that interact with spells (such as that of Cancel) won’t affect them."},{"date":"2025-02-07","text":"You can cycle a card even if it has a triggered ability from cycling that won’t have a legal target. This is because the cycling ability and the triggered ability are separate. This also means that if either ability is countered (with Disallow, for example), the other ability will still resolve."}],"rarities":["common"]},"magmatic sprinter":{"name":"Magmatic Sprinter","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen this creature enters, put two oil counters on target artifact or creature you control.\nAt the beginning of your end step, return this creature to its owner's hand unless you remove two oil counters from it.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"oil","count":{"type":"Fixed","value":2},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, put two oil counters on target artifact or creature you control.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, return ~ to its owner's hand unless you remove two oil counters from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"RemoveCounter","count":2,"counter_type":{"type":"OfType","data":"oil"},"target":null,"selection":"SingleObject"},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"85d025d9-158d-4bf1-b3b2-361f3fe59663","metadata":{"source_printing_ids":["2e6af42f-35ec-432f-9879-2a0fb938a9f6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE"],"rarities":["uncommon"]},"magnetic mountain":{"name":"Magnetic Mountain","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Blue creatures don't untap during their controllers' untap steps.\nAt the beginning of each player's upkeep, that player may choose any number of tapped blue creatures they control and pay {4} for each creature chosen this way. If the player does, untap those creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChooseObjectsIntoTrackedSet","chooser":{"type":"TriggeringPlayer"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[{"type":"Tapped"},{"type":"HasColor","color":"Blue"}]},"min":0,"max":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"scale":{"type":"Ref","qty":{"type":"TrackedSetSize"}},"payer":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TrackedSet","id":0},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player may choose any number of tapped blue creatures they control and pay {4} for each creature chosen this way. If the player does, untap those creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantUntap","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasColor","color":"Blue"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Blue creatures don't untap during their controllers' untap steps."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5c28fc22-7da6-4f15-b02b-6ff10981466c","metadata":{"source_printing_ids":["0ae0db84-bf72-4d67-a4cc-b32e1233a530","514236ab-bd30-4151-9bf4-32d0ef52e5fd","8306561a-3e56-4743-92cb-3fc102977e6a","95fde48b-e40a-4183-b324-1ec276dde015","993a14d5-a33d-426e-ab49-c3226a6fcdca","dc95e03d-5521-4a01-8028-200b8467ce86"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["3ED","4BB","4ED","ARN","FBB","SUM"],"rarities":["uncommon","rare"]},"magus lucea kane":{"name":"Magus Lucea Kane","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Tyranid","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Spiritual Leader — At the beginning of combat on your turn, put a +1/+1 counter on target creature.\nPsychic Stimulus — {T}: Add {C}{C}. When you next cast a spell with {X} in its mana cost or activate an ability with {X} in its activation cost this turn, copy that spell or ability. You may choose new targets for the copy. (A copy of a permanent spell becomes a token.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"SpellCast","execute":null,"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false},"or_trigger":{"mode":"AbilityActivated","execute":null,"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInActivationCost"}]},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Psychic Stimulus — {T}: Add {C}{C}. When you next cast a spell with {X} in its mana cost or activate an ability with {X} in its activation cost this turn, copy that spell or ability. You may choose new targets for the copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put a +1/+1 counter on target creature.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"ae9f5c80-bc96-4ab3-bb5b-e8bd470e9eab","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["419ac203-d8b9-46df-99a8-65dfcea07ff5","4f86e7cc-2b6e-49d0-964e-bba0c51cc11d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"A copy is created even if the spell or ability that caused the delayed triggered ability to trigger has been countered by the time that delayed triggered ability resolves. The copy resolves before the original spell."},{"date":"2022-10-07","text":"A spell or ability with a cost that includes X, but not the mana symbol {X}, won't be copied."},{"date":"2022-10-07","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities are activated abilities and will have a colon in their reminder text. Triggered abilities (starting with \"when,\" \"whenever,\" or \"at\") that ask a player to pay {X} aren't copied."},{"date":"2022-10-07","text":"Any choices made when the spell or ability resolves won't have been made yet when it's copied. Any such choices will be made separately when the copy resolves."},{"date":"2022-10-07","text":"If a permanent spell is copied, it's put onto the battlefield as a token as the spell resolves rather than putting the copy of the spell onto the battlefield. The rules that apply to a permanent spell becoming a permanent apply to a copy of a spell becoming a token."},{"date":"2022-10-07","text":"If the spell or ability has damage divided as it was put onto the stack, the division can't be changed, although the targets receiving that damage still can. The same is true of spells and abilities that distribute counters."},{"date":"2022-10-07","text":"If the spell or ability that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2022-10-07","text":"Magus Lucea Kane's ability will copy any spell or activated ability whose mana cost or activation cost contains {X}, not just one with targets."},{"date":"2022-10-07","text":"Spells with additional costs that include {X} won't be affected by Magus Lucea Kane. {X} must be in the spell's mana cost."},{"date":"2022-10-07","text":"The copy has the same value of X."},{"date":"2022-10-07","text":"The copy is created on the stack, so it's not \"cast\" or \"activated.\" Creating the copy won't cause abilities that trigger when a player casts a spell or activates an ability to trigger."},{"date":"2022-10-07","text":"The copy will have the same targets as the spell or ability it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If the spell is a permanent spell with targets, such as an Aura, you may also choose a new target for that spell. The new targets must be legal. If, for any target, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2022-10-07","text":"The copy will resolve before the original spell or ability does."},{"date":"2022-10-07","text":"The token that a resolving copy of a spell becomes isn't said to have been \"created.\""},{"date":"2022-10-07","text":"The {C}{C} created by the mana ability doesn't need to be spent on the next spell or ability with {X} in its cost in order to copy it. That spell or ability will be copied even if that mana is spent on something else or not spent on anything at all."},{"date":"2022-10-07","text":"You can't choose to pay any additional costs for a copied spell. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["mythic"]},"magus of the abyss":{"name":"Magus of the Abyss","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, destroy target nonartifact creature that player controls of their choice. It can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature",{"Non":"Artifact"}],"controller":"ScopedPlayer","properties":[]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"target_chooser":{"type":"ScopedPlayer"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, destroy target nonartifact creature that player controls of their choice. It can't be regenerated.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"66958c48-3ac7-4f41-aa3e-adacaa24ea4f","metadata":{"source_printing_ids":["1005a22c-491b-4969-befb-406c42fcec68","9954157a-0c05-4788-8a0f-6093ebbb38c3","d2039548-af2c-4a93-842c-4a1e28e20f1d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","C17","FUT"],"rulings":[{"date":"2020-08-07","text":"Even though the player whose upkeep it is chooses the target creature, you control the ability. An opponent can't target a creature with hexproof they control."},{"date":"2020-08-07","text":"The triggered ability can target a creature with indestructible. It won't be destroyed."}],"rarities":["rare"]},"malamet battle glyph":{"name":"Malamet Battle Glyph","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose target creature you control and target creature you don't control. If the creature you control entered this turn, put a +1/+1 counter on it. Then those creatures fight each other.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetSlot","index":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"TrackedSet","id":0},"subject":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"EnteredThisTurn"}]},"use_lki":false,"subject_slot":0},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Choose target creature you control and target creature you don't control. If the creature you control entered this turn, put a +1/+1 counter on it. Then those creatures fight each other.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"483a0caa-e912-41e9-aaa3-bcea9369ec06","metadata":{"source_printing_ids":["2259f959-ca97-4df9-8d50-0532090fb967"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If the target creature you control entered the battlefield this turn and is still a legal target as Malamet Battle Glyph resolves but the target creature you don't control isn't, you will still put a +1/+1 counter on the creature you control. The creatures will not fight each other."}],"rarities":["uncommon"]},"malevolent rumble":{"name":"Malevolent Rumble","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Reveal the top four cards of your library. You may put a permanent card from among them into your hand. Put the rest into your graveyard. Create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice this token: Add {C}.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"rest_destination":"Graveyard","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Eldrazi Spawn","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Eldrazi","Spawn"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice ~: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Reveal the top four cards of your library. You may put a permanent card from among them into your hand. Put the rest into your graveyard. Create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice ~: Add {C}.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d30d8968-ec24-4155-97e2-28efd52c8810","metadata":{"related_token_ids":["05897422-e2c4-5f20-93af-97fe0ba44515"],"source_printing_ids":["a178cfe8-f9fa-4255-88d0-54a0bed079f5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rarities":["common"]},"malice":{"name":"Malice","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target nonblack creature. It can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NotColor","color":"Black"}]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target nonblack creature. It can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"b829de81-04cd-498e-9f31-074f23e2a488","metadata":{"source_printing_ids":["054f1845-196f-41c1-9682-042171cccd49","1a83658a-8820-4b71-838f-fe1c2ef822d0","5e50dd95-0f65-4150-9f22-0cabcabe2c30","e81e9cef-9c13-4c0d-9590-f7f2899e0320"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["DDH","DMR","INV","WC01"],"rarities":["uncommon"]},"mana cannons":{"name":"Mana Cannons","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a multicolored spell, this enchantment deals X damage to any target, where X is the number of colors that spell is.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectColorCount","scope":{"type":"EventSource"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"ColorCount","comparator":"GE","count":2}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a multicolored spell, ~ deals X damage to any target, where X is the number of colors that spell is.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"26d28b68-e03b-4367-ae4b-5e54f42f8a88","metadata":{"source_printing_ids":["109de57a-a1a0-4608-81cc-0a104c519b7c","5ba12cfc-36d3-4f9c-950e-3ed8b8f105fd"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DMC"],"rarities":["rare"]},"mana drain":{"name":"Mana Drain","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell. At the beginning of your next main phase, add an amount of {C} equal to that spell's mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"PreCombatMain","player":0},"effect":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell. At the beginning of your next main phase, add an amount of {C} equal to that spell's mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"74d3277a-38e5-4732-afed-084a56148f20","metadata":{"source_printing_ids":["33ebd4c1-e7ea-4708-8b7c-c47ca6b63c22","3c429c40-2389-41e5-8681-4bb274e25eba","416d2d51-8f29-4e95-b037-e8c32b081e6c","456a2f03-8304-4512-804c-76653e30f436","4c7f0ea5-a142-4157-b85d-ec49dd79adf6","6dc7d280-31be-48b8-aa1e-8de676ca01ba","ba874c0c-f66f-4edc-9859-40273487aef0","cc9a04dc-afee-4194-80f5-fb1d9c906de7","e351ec05-8c4d-4631-9dbf-7f85f664770b","e691adef-3027-4e6a-889f-9f4e2df36a7c","ec48a747-cc69-47e5-882b-b3bc17898b1b"]},"legalities":{"brawl":"banned","commander":"legal","duel":"banned","historic":"banned","legacy":"banned","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","CMR","IMA","J16","LEG","ME3","OTP","PRM","VMA"],"rulings":[{"date":"2020-11-10","text":"If the target spell is an illegal target by the time Mana Drain tries to resolve, Mana Drain doesn't resolve. You don't add mana at the beginning of your next main phase. If the target is legal but not countered (most likely because an effect says that the spell can't be countered), you do add mana."},{"date":"2020-11-10","text":"Mana Drain's delayed triggered ability will usually trigger at the beginning of your precombat main phase. However, if you cast Mana Drain during your precombat main phase or during your combat phase, its delayed triggered ability will trigger at the beginning of that turn's postcombat main phase."}],"rarities":["uncommon","rare","mythic"]},"mana flare":{"name":"Mana Flare","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a player taps a land for mana, that player adds one mana of any type that land produced.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"TriggerEventManaType"},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"TriggeringPlayer"}},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player taps a land for mana, that player adds one mana of any type that land produced.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"97159138-c34b-416e-b079-5c952383a243","metadata":{"source_printing_ids":["0f065e87-8a9c-4d5d-ae26-a614f1054799","3f0b8b24-7272-4d1a-af4a-c3a1b89a7e04","6dbf234e-6bc2-4c86-bac2-19be66e8eb02","7fb99a26-beeb-4aca-bb02-b2d2ce0595f9","8cf56b18-e71a-4fd2-8694-a9aaece41965","90d9af72-1633-4433-83ce-7de806611448","96b3ec16-f182-4ab7-9523-568be5ddb68e","a4bb303d-b230-430a-a2c3-f91a776de34e","b44d3087-ced3-40e8-a63b-1733b7e7f34c","b59d2329-5a0c-407b-aed2-2e19feaf70ed","b94a1deb-d6ce-4447-a4c8-b17e7212bdf0","bf770633-612e-41db-a451-7da802c46e4d","e7169e26-e700-4e71-b959-4592a03f3c9f","f72e092b-1e03-4de9-b4e5-ac5d236e7180"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","CED","CEI","FBB","LEA","LEB","MB2","ME1","PRM","SUM","WOT"],"rulings":[{"date":"2023-09-01","text":"If you tap a land for more than one mana, you choose one type that was produced and add one mana of that type."},{"date":"2023-09-01","text":"Mana Flare doesn't care about any restrictions or riders your lands put on the mana they produce, such as those of Unclaimed Territory and Cavern of Souls. It just produces one mana of the appropriate type, with no restrictions or riders."},{"date":"2023-09-01","text":"The types of mana are white, blue, black, red, green, and colorless."}],"rarities":["rare"]},"mana leak":{"name":"Mana Leak","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell unless its controller pays {3}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell unless its controller pays {3}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c61fe162-2202-4e56-9ba0-393547f9875f","metadata":{"source_printing_ids":["0b54b6f3-9ee3-4f6e-bde6-b54fc038a132","179236d9-6fe2-4db6-bdfb-f851e8d531a2","217da74b-f139-4e62-8d91-34cadb678535","247939d9-87e9-4f01-b223-fb4cfa7dbbe1","2e02f99a-3309-475a-950f-0d7c046ed642","2eab0cc3-408f-4cd6-94c9-76a645d5c6a4","4ea48898-82b2-4b4c-9d8f-dfedc0eb1d65","56707af4-eb74-4b33-8741-6cc9b547d919","60e6486c-644f-4b32-b4e9-3ca29bbdb400","6170653c-3d34-4988-a7ca-a708cbc6da78","6b123efa-8631-4a07-970d-ff4f980a0522","8b89a1d2-9418-4ac0-a5be-9e8880e4fcac","9128ec7b-5321-4810-b5e9-5d4c15644ecd","a7c7757d-8036-4b33-a1cb-07795d392588","abcaf16d-aa02-43e2-aa38-bb1835d47a05","ea345b5d-3b4b-4b59-876b-bc56fbe8578a","f27359a1-296c-478f-b4d7-2b4fb0e48410","fe0110d7-d3e8-4799-8368-a88b0beabd3e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","8ED","9ED","AA2","BRB","DDN","IMA","M11","M12","MM2","P05","PAL02","PLST","PRM","PS11","STH","TPR","WC03","WC04","WC98"],"rarities":["common"]},"mana reflection":{"name":"Mana Reflection","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you tap a permanent for mana, it produces twice as much of that mana instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"ProduceMana","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"description":"If you tap a permanent for mana, it produces twice as much of that mana instead.","condition":null,"mana_modification":{"type":"Multiply","factor":2},"mana_replacement_scope":{"type":"TappedForMana"}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a3a8a044-283d-443e-bc40-c2f826d70c22","metadata":{"source_printing_ids":["1fcf02eb-2aaa-4c22-a3b3-f57019664118","81e0d739-990f-4ba5-b456-165c033014cf","d863ff4a-c79f-4018-ac20-f40ad1fcfb36"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","M3C","SHM"],"rulings":[{"date":"2020-08-07","text":"If an ability triggers “whenever you tap” something for mana and produces mana, that triggered mana ability won't be affected by Mana Reflection."},{"date":"2020-08-07","text":"Mana Reflection doesn't produce any mana itself. Rather, it causes permanents you tap for mana to produce more mana. If the mana ability of that permanent puts any restrictions or riders on the mana it produces, that will apply to all the mana it produces this way."},{"date":"2020-08-07","text":"The effects of multiple Mana Reflections are cumulative. For example, if you have two Mana Reflections on the battlefield, you'll get four times the original amount and type of mana. If you have three, you'll get eight times the mana, and so on."},{"date":"2020-08-07","text":"You're “tapping a permanent for mana” only if you're activating a mana ability of that permanent that includes the {T} symbol in its cost. A mana ability produces mana as part of its effect."}],"rarities":["rare"]},"manamorphose":{"name":"Manamorphose","mana_cost":{"type":"Cost","shards":["RedGreen"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Add two mana in any combination of colors.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyCombination","count":{"type":"Fixed","value":2},"color_options":["White","Blue","Black","Red","Green"]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Add two mana in any combination of colors.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"89c83a6d-f6c8-4984-a888-0db62dfb93b1","metadata":{"source_printing_ids":["12ed4051-31c4-4f63-b576-e3761b9d35ae","50283122-b8c4-4fb3-8eba-6252b72222f4","d96ce5e6-70a0-47d7-ac1c-2019a8c77b45","f079df56-60f9-46e5-8f2e-032e62b6a5f1","faf9070e-14be-4ce5-a19a-6addc79359c1","fbbc184e-e74f-4f9d-87d2-b19973d84fbb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","MMA","PLST","SHM","SLD","SPG"],"rulings":[{"date":"2020-08-07","text":"You choose which color or colors of mana to add before you draw a card."}],"rarities":["common","uncommon","rare","mythic"]},"mandate of peace":{"name":"Mandate of Peace","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cast this spell only during combat.\nYour opponents can't cast spells this turn.\nEnd the combat phase. (Remove all attackers and blockers from combat. Exile all spells and abilities from the stack, including this spell.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"OpponentsOfSourceController"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"CastSpells"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"EndCombatPhase"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Your opponents can't cast spells this turn.\nEnd the combat phase.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c309ec42-34a0-4083-a36c-7814643d7960","casting_restrictions":[{"type":"DuringCombat"}],"metadata":{"source_printing_ids":["d243055f-892e-4042-9694-13d5e99e3550"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19"],"rulings":[{"date":"2019-08-23","text":"Any “at end of combat” triggered abilities won’t get the chance to trigger that combat because the end of combat step is skipped."},{"date":"2019-08-23","text":"Ending the combat phase this way means the following things happen in order: 1) All spells and abilities on the stack are exiled. This includes spells and abilities that can’t be countered. 2) State-based actions are checked. No player gets priority, and no triggered abilities are put onto the stack. 3) The current phase and step ends. The game skips straight to the postcombat main phase. As this happens, all attacking and blocking creatures are removed from combat and effects that last “until end of combat” expire."},{"date":"2019-08-23","text":"If an effect allows or instructs you to cast Mandate of Peace outside of a combat phase, you can’t do so. Its restriction takes precedence over that permission. Similarly, once Mandate of Peace has resolved, your opponents can’t cast spells even if another effect allows or instructs one of them to cast a spell."},{"date":"2019-08-23","text":"If any triggered abilities trigger during this process, they’re put onto the stack after the game skips to the appropriate phase or step."},{"date":"2019-08-23","text":"In the rare case that the postcombat main phase is skipped, the game skips to the end step of the ending phase. If that step is also skipped, the game skips straight to the turn’s cleanup step. The cleanup step can’t be skipped."},{"date":"2019-08-23","text":"Mandate of Peace doesn’t stop any player from casting spells in response to Mandate of Peace before it resolves."},{"date":"2019-08-23","text":"Though other spells and abilities that are exiled won’t get a chance to resolve, they don’t count as being countered."},{"date":"2019-08-23","text":"Your opponents can still activate abilities, including abilities of cards in their hand (such as cycling abilities), and can still play lands."}],"rarities":["rare"]},"mangara, the diplomat":{"name":"Mangara, the Diplomat","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nWhenever an opponent attacks with creatures, if two or more of those creatures are attacking you and/or planeswalkers you control, draw a card.\nWhenever an opponent casts their second spell each turn, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever an opponent attacks with creatures, if two or more of those creatures are attacking you and/or planeswalkers you control, draw a card.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"AttackTarget","controller":"You","attacked":"PlayerOrPlaneswalker"},"comparator":"GE","count":2},"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts their second spell each turn, draw a card.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cbcb6d9a-6ae5-4bcd-8013-2b657553764a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["011cfa46-6827-4418-881b-686eb34e06ce","09e77ae5-a1a6-4e51-9853-10e81ca2dd2c","232b5c18-0a0a-425d-89aa-de2db833a22c","26f0d639-9d7f-4a90-bbfd-f942bd59a89b","452b735c-791f-4843-9390-8803154cde62","49d0d7ec-4bee-47d3-91a6-43510be65402","9b4e628f-5fc5-4c17-a07d-448d361d7e7c","a71f14e5-6d0b-4687-a4c7-5f199ba24a55","f0955519-6eb8-4305-902b-8b7323ee90a3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","CMM","FCA","M21","PLST","PM21","PRM","SOC","TDC"],"rulings":[{"date":"2020-06-23","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2020-06-23","text":"If some of the attacking creatures leave the battlefield while Mangara's triggered ability is on the stack, use the player or planeswalker they were attacking before they left to determine whether you draw a card. On the other hand, if they're removed from combat without leaving the battlefield, use their current information to determine that they're not attacking you or a planeswalker you control anymore."},{"date":"2020-06-23","text":"If your opponent attacks you with one creature and your planeswalker with another, you draw a card."},{"date":"2020-06-23","text":"Players can cast spells and activate abilities after the triggered ability resolves but before the spell that caused it to trigger does."},{"date":"2020-06-23","text":"You draw just one card, no matter how many creatures are attacking you and your planeswalkers beyond the second."}],"rarities":["rare","mythic"]},"manifest dread":{"name":"Manifest Dread","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Manifest dread. (Look at the top two cards of your library. Put one onto the battlefield face down as a 2/2 creature and the other into your graveyard. Turn it face up any time for its mana cost if it's a creature card.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ManifestDread"},"cost":null,"sub_ability":null,"duration":null,"description":"Manifest dread.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"df5a66d1-61f6-44d9-b464-3ee739e78dce","metadata":{"source_printing_ids":["a649265b-6c32-49e7-b6cb-6086c40d26e8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-09-20","text":"Any time you have priority, you can turn a manifested permanent you control face up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-09-20","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-09-20","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-09-20","text":"If a double-faced card is manifested, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-09-20","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise or morph ability because it will no longer have that ability (or the associated cost) once face up."},{"date":"2024-09-20","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-09-20","text":"If a manifested creature would have disguise or morph if it were face up, you may also turn it face up by paying its disguise or morph cost, as appropriate."},{"date":"2024-09-20","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-09-20","text":"If your library contains only one card when you manifest dread, you'll look at that card and put it onto the battlefield face down. You won't have the option to put it into your graveyard instead. If your library contains no cards when you manifest dread, you won't do anything."},{"date":"2024-09-20","text":"Some cards in the Duskmourn release have abilities that trigger \"whenever you manifest dread.\" In circumstances where you are instructed to manifest dread but can't perform some or all of the steps of manifesting dread (probably because your library has one or fewer cards in it), these abilities will still trigger."},{"date":"2024-09-20","text":"To manifest dread, look at the top two cards of your library. Manifest one (by putting it onto the battlefield face down) and put the other into your graveyard. The card you put onto the battlefield becomes a 2/2 face-down creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-09-20","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-09-20","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a manifested creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-09-20","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered should remain clear, as well as what ability caused them to be face down. (This includes manifest, disguise, cloak, morph, and a few older effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["common"]},"maralen, fae ascendant":{"name":"Maralen, Fae Ascendant","mana_cost":{"type":"Cost","shards":["Black","Green","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Faerie","Noble"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Maralen or another Elf or Faerie you control enters, exile the top two cards of target opponent's library.\nOnce each turn, you may cast a spell with mana value less than or equal to the number of Elves and Faeries you control from among cards exiled with Maralen this turn without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":[{"Subtype":"Faerie"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever ~ or another Elf or Faerie you control enters, exile the top two cards of target opponent's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ExileCastPermission":{"frequency":"OncePerTurn","play_mode":"Cast","cost":"WithoutPayingManaCost","pool":"ThisTurn","timing":"AnyTime"}},"affected":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Faerie"}],"controller":"You","properties":[]}]}}}}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Once each turn, you may cast a spell with mana value less than or equal to the number of Elves and Faeries you control from among cards exiled with ~ this turn without paying its mana cost."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Blue"],"scryfall_oracle_id":"114e1d2c-cefc-4e2a-922e-3b2ceed1871d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4b1ace1f-84ec-499d-8a52-c0ad26a70d77","c50f5408-5b5c-41dc-807e-136233403a09"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"If Maralen enters at the same time as one or more other Elves or Faeries you control, its first ability will trigger for each of those other Elves and Faeries as well as itself."},{"date":"2025-11-17","text":"If an exiled card has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2025-11-17","text":"If the spell you cast has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2025-11-17","text":"Since you are using an alternative cost to cast the spell, you can't pay any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, you must pay those."}],"rarities":["rare"]},"marang river prowler":{"name":"Marang River Prowler","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't block and can't be blocked.\nYou may cast this card from your graveyard as long as you control a black or green permanent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block and can't be blocked."},{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block and can't be blocked."},{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"IsPresent","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"HasColor","color":"Black"},{"type":"InZone","zone":"Battlefield"}]},{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"HasColor","color":"Green"},{"type":"InZone","zone":"Battlefield"}]}]}},"affected_zone":null,"effect_zone":null,"active_zones":["Graveyard"],"characteristic_defining":false,"description":"You may cast this card from your graveyard as long as you control a black or green permanent."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"002e767c-0b30-4ad1-a924-88da400a4cff","metadata":{"source_printing_ids":["1bc8174c-da93-414e-b89c-c588a2c4ed0c","491a3dc5-d297-47e1-acf9-dda103136519","a4a288d3-c769-4681-828b-9b7579d93469"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["FRF","UMA","ZNC"],"rulings":[{"date":"2018-12-07","text":"Marang River Prowler checks if you control a black or green permanent only as you begin to cast it. Once you begin to cast Marang River Prowler from your graveyard, it doesn't matter what happens to the black or green permanents you control."},{"date":"2018-12-07","text":"You must follow the normal timing permissions and restrictions and pay its cost to cast Marang River Prowler from your graveyard."}],"rarities":["uncommon"]},"marauding blight-priest":{"name":"Marauding Blight-Priest","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, each opponent loses 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, each opponent loses 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"814b87fe-2a75-4ff2-8637-7e69e3fb285b","metadata":{"source_printing_ids":["1f9de75b-5295-4c7f-b149-b9cd508db1f2","5f70dafc-c638-4ec0-ab5b-62998f752720","730ddbcd-0814-4e22-85e9-78b0878324b6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J22","ZNR"],"rulings":[{"date":"2024-11-08","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Marauding Blight-Priest's ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-11-08","text":"If you gain an amount of life \"for each\" of something or \"equal to the number\" of something, that life is gained as one event and Marauding Blight-Priest's ability will trigger only once."},{"date":"2024-11-08","text":"In a Two-Headed Giant game, life gained by your teammate won't cause Marauding Blight-Priest's ability to trigger, even though it caused your team's life total to increase."},{"date":"2024-11-08","text":"Marauding Blight-Priest's ability triggers just once for each life-gaining event, whether it's 1 life from Dazzling Angel or 4 life from Apothecary Stomper."}],"rarities":["common"]},"maraxus":{"name":"Maraxus","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +1/+0.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/+0."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"9d00fef4-d417-4c6d-87a0-88765c3d1e97","legalities":{},"printings":["PVAN"]},"marble priest":{"name":"Marble Priest","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"All Walls able to block this creature do so.\nPrevent all combat damage that would be dealt to this creature by Walls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"MustBeBlockedByAll":{"blockers":{"type":"Typed","type_filters":[{"Subtype":"Wall"}],"controller":null,"properties":[]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Walls able to block ~ do so."}],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Prevent all combat damage that would be dealt to ~ by Walls.","condition":null,"combat_scope":"CombatOnly","shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"scryfall_oracle_id":"96bcabee-e84e-409f-8439-80f5308d73e9","metadata":{"source_printing_ids":["459b71d7-34c1-43b9-93ff-364f95aa4789"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LEG"],"rarities":["uncommon"]},"marchesa's decree":{"name":"Marchesa's Decree","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, you become the monarch.\nWhenever a creature attacks you or a planeswalker you control, that creature's controller loses 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeMonarch"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you become the monarch.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever a creature attacks you or a planeswalker you control, that creature's controller loses 1 life.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"PlayerOrPlaneswalker"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e4ab5ee4-4683-4219-9e15-31975e69efbb","metadata":{"source_printing_ids":["0528de36-46c6-496c-8514-2944423b3e64","413bec4e-e2ce-46f1-b038-6e359cd78b53"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CN2","PLST","PZ2"],"rulings":[{"date":"2016-08-23","text":"Abilities that trigger whenever you \"become the monarch\" trigger only if you aren't already the monarch. For example, if you are already the monarch as Custodi Lich enters the battlefield, its last ability won't trigger."},{"date":"2016-08-23","text":"Being the monarch carries two inherent triggered abilities. \"At the beginning of the monarch's end step, that player draws a card\" and \"Whenever a creature deals combat damage to the monarch, its controller becomes the monarch.\""},{"date":"2016-08-23","text":"If the triggered ability that causes the monarch to draw a card goes on the stack, and a different player becomes the monarch before that ability resolves, the first player will still draw the card."},{"date":"2016-08-23","text":"The game starts with no monarch. Once an effect makes one player the monarch, the game will have exactly one monarch from that point forward."}],"rarities":["uncommon"]},"marchesa, the black rose":{"name":"Marchesa, the Black Rose","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Dethrone (Whenever this creature attacks the player with the most life or tied for most life, put a +1/+1 counter on it.)\nOther creatures you control have dethrone.\nWhenever a creature you control with a +1/+1 counter on it dies, return that card to the battlefield under your control at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":["Dethrone"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control with a +1/+1 counter on it dies, return that card to the battlefield under your control at the beginning of the next end step.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on this creature","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.105a: Dethrone — whenever ~ attacks the player with the most life or tied for most life, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"DefendingPlayer"}}},"comparator":"GE","rhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"AllPlayers","aggregate":"Max"}}}},"batched":false,"attack_target_filter":"Player"}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Dethrone"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control have dethrone."}],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"17a59d3d-9e01-48cd-bb4a-3eaaa077751c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3242a9f0-2ba3-4852-ac8f-366772ac1c62","35f3f243-927d-4b84-87cd-43c48f6c371a","47617780-620d-409a-944c-bc7035826b38","843adb97-8ace-4b72-879b-d90be1816857","ca6cf5ba-0bad-4f7d-83b9-c092c2586131","e568fd9d-5800-4eeb-87c6-7c33dc14f81d","e5fa557c-b23c-4e56-aedb-c51d2e20cda6","e9975663-3038-4c72-b29c-65635dbe36bb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","C17","CNS","PRM","PZ1","SLD","VMA"],"rulings":[{"date":"2014-05-29","text":"If Marchesa has a +1/+1 counter on it when it dies, it will return to the battlefield under your control because of its own ability."},{"date":"2014-05-29","text":"If a creature has multiple instances of dethrone, each triggers separately."},{"date":"2014-05-29","text":"If the creature card leaves the graveyard before the delayed triggered ability resolves, that card won't return to the battlefield, even if it's back in the graveyard when the delayed triggered ability resolves."},{"date":"2014-05-29","text":"In a Two-Headed Giant game, dethrone will trigger if the creature attacks either player on the team with the most life or tied for the most life."},{"date":"2014-05-29","text":"Once dethrone triggers, it doesn't matter what happens to the players' life totals before the ability resolves. You'll put a +1/+1 counter on the creature even if the defending player doesn't have the most life as the ability resolves."},{"date":"2014-05-29","text":"The +1/+1 counter is put on the creature before blockers are declared."},{"date":"2023-07-28","text":"Dethrone doesn't trigger if the creature attacks a planeswalker, even if its controller has the most life. The same is true if the creature attacks a battle, even if its protector has the most life."}],"rarities":["rare","mythic"]},"marina vendrell":{"name":"Marina Vendrell","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When Marina Vendrell enters, reveal the top seven cards of your library. Put all enchantment cards from among them into your hand and the rest on the bottom of your library in a random order.\n{T}: Lock or unlock a door of target Room you control. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetRoomDoorLock","op":{"type":"LockOrUnlock"},"target":{"type":"Typed","type_filters":[{"Subtype":"Room"}],"controller":"You","properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Lock or unlock a door of target Room you control. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":7},"destination":"Hand","keep_count":4294967295,"up_to":false,"filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, reveal the top seven cards of your library. Put all enchantment cards from among them into your hand and the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"5aafc6c3-14f2-45b1-bd5b-c27760d791dd","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6428cddc-2fb6-41af-a643-e83c81dc04f5","f6424845-7e9b-4514-93aa-1cf6c45f634c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rarities":["rare"]},"marwyn, the nurturer":{"name":"Marwyn, the Nurturer","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever another Elf you control enters, put a +1/+1 counter on Marwyn.\n{T}: Add an amount of {G} equal to Marwyn's power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"color_options":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add an amount of {G} equal to ~'s power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another Elf you control enters, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ee35de1c-aef1-4bd4-85fd-fe77bc927790","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["251613c0-2e72-4bd1-b3b5-69602b07b6f9","4c92e444-2a33-4e67-a8be-8cf5d564e589","9b1718d4-c5cd-43ae-af09-d28ff1c9803e","aad61d99-5c8e-47b7-ab1a-e70905f59205"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DOM","J25","KHC","PDOM","SLD"],"rulings":[{"date":"2018-04-27","text":"Marwyn's activated ability is a mana ability. It doesn't use the stack and can't be responded to."}],"rarities":["rare"]},"maskwood nexus":{"name":"Maskwood Nexus","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control are every creature type. The same is true for creature spells you control and creature cards you own that aren't on the battlefield.\n{3}, {T}: Create a 2/2 blue Shapeshifter creature token with changeling. (It is every creature type.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield."},"cost":null,"sub_ability":null,"duration":null,"description":"The same is true for creature spells you control and creature cards you own that aren't on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Token","name":"Shapeshifter","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Shapeshifter"],"colors":["Blue"],"keywords":["Changeling"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}, {T}: Create a 2/2 blue Shapeshifter creature token with changeling.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control are every creature type."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"9b2cdbed-c733-409b-b0e4-2c8960c25111","metadata":{"related_token_ids":["19115e90-c504-5d55-9cbb-43d7197b902d","43ae1a0b-f820-58cb-afbb-96bd7592c442","4619d1ad-f2df-56e6-b96e-c8e204239231","4d21e209-4a89-5424-9213-b8ce391733cc","4f68d7e7-f83a-5967-8bb8-4a66c08b986e","5590d878-c28a-5c12-b61d-065c7c8e7a32","ac1d46eb-68b2-56ab-9f3e-b142cdc2fa33"],"source_printing_ids":["1246c42d-57c0-4cba-959a-15ad89d8a50b","404b3e0f-994e-49c8-b18a-ebbf418e741a","45887949-7cc6-4f83-a659-fb3284685c7d","471d2aef-cfd4-4131-bbc7-62eeed9f3343","9a8456d9-30dd-4acf-9255-e9540886df37","9e1aef13-3a5d-4a83-8851-e667a4cb5a67","c6f2c543-9b01-4760-966a-f0609c24f53e","d56e5307-4a2a-4bbd-ab61-83286464cac3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","CLB","DRC","KHM","M3C","PKHM","PLST","PRM","SLD"],"rulings":[{"date":"2021-02-05","text":"Changeling is a characteristic-defining ability. It functions in all zones, not only while a card that has it is on the battlefield."},{"date":"2021-02-05","text":"If an effect causes a creature with changeling to become a new creature type, it will be only that new creature type. It will still have changeling; the effect making it all creature types will simply be overwritten."},{"date":"2021-02-05","text":"If an effect causes a creature with changeling to lose all abilities, it will remain all creature types, even though it will no longer have changeling. This is because changeling applies before the effect that removes it."},{"date":"2021-02-05","text":"Replacement effects that modify how creatures of a certain creature type enter the battlefield will apply after you apply the effect of Maskwood Nexus. For example, if you control Maskwood Nexus and an effect says that each Warrior you control enters the battlefield with an additional +1/+1 counter on it, any creature that enters the battlefield under your control will get that counter."},{"date":"2021-02-05","text":"The subtype Shapeshifter that appears on the type line is mostly there to reinforce the flavor. A creature card with changeling is just as much an Elf, a Dwarf, a Sliver, a Goat, a Coward, and a Zombie as it is a Shapeshifter."},{"date":"2021-02-05","text":"The tokens created by the activated ability will continue to have all creature types if Maskwood Nexus leaves the battlefield because those tokens have changeling. Other creatures you control will revert to their usual creature types unless another relevant effect is affecting them."}],"rarities":["rare"]},"master of cruelties":{"name":"Master of Cruelties","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"First strike, deathtouch\nThis creature can only attack alone.\nWhenever this creature attacks a player and isn't blocked, that player's life total becomes 1. This creature assigns no combat damage this combat.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","FirstStrike"],"abilities":[],"triggers":[{"mode":"AttackerUnblocked","execute":{"kind":"Spell","effect":{"type":"SetLifeTotal","target":{"type":"ParentTarget"},"amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"AssignNoCombatDamage","affected":{"type":"SelfRef"},"modifications":[{"type":"AssignNoCombatDamage"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks a player and isn't blocked, that player's life total becomes 1. ~ assigns no combat damage this combat.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[{"mode":{"CombatAlone":{"action":"Attack","requirement":"MustBeSole"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can only attack alone."}],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"d135c457-9be5-4a6e-a6fb-5b35cfb70cb0","metadata":{"source_printing_ids":["0cecb91a-c2d3-488a-a0c2-4263023a06bc","25266b22-3cee-4ac8-91e8-5a23fbaa457a","6e4af66a-17fc-4579-bf30-d7f79df6354d","7b4d8ab5-252c-4727-817d-6f18cbaedd91","7d91d25d-b33d-4097-a121-8cd9668f19b3","b8a3e4d4-5c1a-4325-966a-b83666ee8460","e5ba7703-97ef-40b0-87d6-2d79342086eb","f7b95dab-4c26-4eb9-ba2c-bec968fdaea9","ffd68fe1-5cfc-44cf-8dfe-3488278cdcef"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["2X2","DGM","GK2","PLST","RVR","SLD"],"rulings":[{"date":"2013-04-15","text":"An ability that triggers when something \"attacks and isn't blocked\" triggers in the declare blockers step after blockers are declared if (1) that creature is attacking and (2) no creatures are declared to block it. It will trigger even if that creature was put onto the battlefield attacking rather than having been declared as an attacker in the declare attackers step."},{"date":"2013-04-15","text":"Assigning no combat damage isn't the same as preventing that damage. Effects that make damage unpreventable will have no effect if no combat damage can be assigned."},{"date":"2013-04-15","text":"For a player's life total to become 1, what actually happens is that the player loses (or in some rare cases, gains) the appropriate amount of life. For example, if the player's life total is 4 when the last ability resolves, it will cause that player to lose 3 life. Other effects that interact with life loss (or gain) will interact with this effect accordingly."},{"date":"2013-04-15","text":"If Master of Cruelties attacks alone, another creature entering the battlefield attacking will have no effect on it. Master of Cruelties continues to be an attacking creature. The other attacking creature will assign combat damage normally, regardless of whether Master of Cruelties's last ability triggers."},{"date":"2013-04-15","text":"Master of Cruelties isn't forced to attack, but if it does, it must do so alone. If you control another creature with an ability that says it must attack if able, that creature must attack and Master of Cruelties won't be able to."},{"date":"2024-01-12","text":"Master of Cruelties's last ability won't trigger if it attacks a planeswalker or a battle."}],"rarities":["mythic"]},"master transmuter":{"name":"Master Transmuter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{U}, {T}, Return an artifact you control to its owner's hand: You may put an artifact card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},{"type":"Tap"},{"type":"ReturnToHand","count":1,"filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}]},"sub_ability":null,"duration":null,"description":"{U}, {T}, Return an artifact you control to its owner's hand: You may put an artifact card from your hand onto the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"da46786e-28df-4638-ab3d-121011d2f150","metadata":{"source_printing_ids":["252482b2-aaa7-49f3-af8c-30923ca98994","3437cd27-2bd4-4b4a-ad8b-7586d22f6c78","480eb74f-9e62-41f7-b48a-b4249aab5752","c438a6a7-fe70-4e6b-b299-8e488228fb9d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","ARC","BRC","CON","PLST"],"rulings":[{"date":"2020-08-07","text":"Master Transmuter can be returned to its owner's hand to pay the cost of its activated ability."},{"date":"2020-08-07","text":"The artifact card you put onto the battlefield when the ability resolves may be the same card that you returned to your hand when you paid the cost. If so, it returns to the battlefield as a new object with no relation to its previous existence."}],"rarities":["rare"]},"math is for blockers":{"name":"Math is for Blockers","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Damage can't be prevented this turn.\nCreatures you control have double strike, trample, and must attack if able until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"DamagePreventionDisabled","source":0,"expiry":{"type":"EndOfTurn"}}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have double strike, trample, and must attack if able"},{"mode":"MustAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have double strike, trample, and must attack if able"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Creatures you control have double strike, trample, and must attack if able until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"1048c9f7-5b8f-4abd-be8c-881b58c97ec2","metadata":{"source_printing_ids":["2e0c466a-55f4-410a-aac1-5bccaaa9bd96"]},"legalities":{},"printings":["UNK"],"rarities":["rare"]},"matoya, archon elder":{"name":"Matoya, Archon Elder","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warlock"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you scry or surveil, draw a card. (Draw after you scry or surveil.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlayerPerformedAction","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you scry or surveil, draw a card.","constraint":null,"condition":null,"batched":false,"player_actions":["Scry","Surveil"]}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ef6c0054-3a89-4fac-b822-37c7d2514489","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0429bba6-d496-49ac-b849-fb8274f86880","1dd61cf6-2fb5-4cff-ab00-7677ac85774c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rarities":["rare"]},"maze of ith":{"name":"Maze of Ith","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Untap target attacking creature. Prevent all combat damage that would be dealt to and dealt by that creature this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"CombatDamage"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Untap target attacking creature. Prevent all combat damage that would be dealt to and dealt by that creature this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"38a12bd7-4394-44a8-91a0-6a4ff7fa4f71","metadata":{"source_printing_ids":["42dcceee-2a47-4eaa-a6a3-2931b3d50244","4b8eee4f-99e3-499d-9d6d-0bff023f6512","5889fde1-730d-43d0-aaa4-499784a80530","7286bd95-0d8e-4b1a-b319-052fe2ae1951","78114f25-f40a-4e2e-bf89-29ea9b3500e2","c6202554-88a7-4b7f-b20f-d034997dbd02","d48b1dec-e92a-43e2-b7d8-4fd877e6a1ca"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","DMR","DRK","EMA","G09","ME4","OLGC","PRM","V12"],"rulings":[{"date":"2022-12-08","text":"Maze of Ith can target an untapped attacking creature. It will still prevent the combat damage it would deal and be dealt."},{"date":"2022-12-08","text":"Maze of Ith doesn't have a mana ability. It doesn't tap for colorless mana."},{"date":"2022-12-08","text":"The creature isn't removed from combat; it just has its damage prevented. It's still an attacking creature until the combat phase is complete."},{"date":"2022-12-08","text":"You can activate Maze of Ith's ability targeting an attacking creature you control during the combat damage step or the end of combat step, even though it will already have dealt combat damage. This will untap the creature. The damage it dealt will be unaffected."}],"rarities":["uncommon","rare"]},"maze's end":{"name":"Maze's End","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\n{T}: Add {C}.\n{3}, {T}, Return this land to its owner's hand: Search your library for a Gate card, put it onto the battlefield, then shuffle. If you control ten or more Gates with different names, you win the game.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Gate"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"},{"type":"ReturnToHand","count":1,"filter":{"type":"SelfRef"}}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCountDistinct","filter":{"type":"Typed","type_filters":[{"Subtype":"Gate"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},"qualities":["Name"]}},"comparator":"GE","rhs":{"type":"Fixed","value":10}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{3}, {T}, Return ~ to its owner's hand: Search your library for a Gate card, put it onto the battlefield, then shuffle. If you control ten or more Gates with different names, you win the game.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"49479778-c4c0-43ba-a7b7-45f00d067462","metadata":{"source_printing_ids":["401f7042-24fd-42a0-ae7c-e6b7de1aa446","56457cc2-4fdb-4399-a233-0c1a954de026","bf5e2643-d2c3-41b5-b1ac-0428aec32196","ea9a4d1a-79dd-4b15-8e3b-f111f16d6bfc","f8d0dc81-8cf3-4bd3-9b26-a1c5db9c6555","fb39aa60-57ec-471e-aec3-32d15be86663"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DGM","FDN","HA3","PDGM","PIO","PLST","PRM","RVR","SLD"],"rulings":[{"date":"2013-04-15","text":"Controlling multiple Gates with the same name has no effect on your ability to win the game with Maze's End. The excess Gates are simply ignored."},{"date":"2013-04-15","text":"Putting a Gate onto the battlefield with Maze's End doesn't count as the one land you can play during your turn. If it's your turn, you can play Maze's End or a different land card from your hand after its ability has resolved."},{"date":"2013-04-15","text":"Returning Maze's End to its owner's hand is part of the cost to activate its last ability. Once that ability is announced, players can't respond to it until after you've paid its activation cost and returned Maze's End to hand."},{"date":"2013-04-15","text":"When the last ability of Maze's End resolves, you'll search for a Gate and put it onto the battlefield before checking to see if you win the game. This check will happen even if you don't put a Gate onto the battlefield this way. This check will happen only as the ability resolves, not at other times."}],"rarities":["mythic"]},"mazirek, kraul death priest":{"name":"Mazirek, Kraul Death Priest","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Insect","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a player sacrifices another permanent, put a +1/+1 counter on each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player sacrifices another permanent, put a +1/+1 counter on each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"e0420f2c-d578-421e-ae75-e7dc5f70661a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["13175ed2-c306-4a0a-a50d-b50879e2add6","1522122b-e4bf-4dba-b22c-efa18bc6c33b","19d3cbfc-6781-416e-ab78-3508a24cace2","5c3ac233-29f7-4ed7-9363-85022d72f633","940ae3c2-7ac2-412b-afd0-c8b0099bc3aa","aee3d3be-b0a8-4a15-8422-83a8040a67f5","ce045260-7811-45f7-8cbe-902b1cbc6177","e7fb8520-1bc4-40e7-a4cc-2933ed7e0c00"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","C15","CMA","EOC","PLST","PZ1","SLD","SOC"],"rulings":[{"date":"2020-08-07","text":"A legendary permanent that is put into a graveyard because of the \"legend rule\" isn't sacrificed."},{"date":"2020-08-07","text":"If you sacrifice Mazirek and other permanents at the same time, Mazirek's last ability triggers for the other permanents."},{"date":"2020-08-07","text":"If you sacrifice a permanent as part of casting a spell or activating an ability, Mazirek's last ability will resolve before that spell or ability."},{"date":"2020-08-07","text":"Mazirek's last ability is a triggered ability, not an activated ability. It doesn't allow you to sacrifice a permanent whenever you want; rather, you need some other way of sacrificing permanents."}],"rarities":["rare","mythic"]},"memnite":{"name":"Memnite","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7663ac7c-1de3-4250-b96a-fae9dbd66a27","metadata":{"source_printing_ids":["469cc4e0-49c0-4009-97ea-28e44addec69","70de6937-acd0-4496-94c3-2e9a80caddb0","7b8f6516-3d00-4deb-b852-bcd3b72e49ea"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DCI","MB2","PLST","PRM","SOM","TD2"],"rarities":["uncommon"]},"memory lapse":{"name":"Memory Lapse","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell. If that spell is countered this way, put it on top of its owner's library instead of into that player's graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"},"countered_spell_zone":{"type":"Library","position":{"type":"Top"}}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell. If that spell is countered this way, put it on top of its owner's library instead of into that player's graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"bbfb3e4a-b389-4391-8141-13b68c0ef2e0","metadata":{"source_printing_ids":["13636e52-aee6-4262-9b4d-a2979193bfa3","1fefc748-8426-4806-9f1b-d20361793d42","2d85cc30-ccae-4af8-834a-f7870dace679","30202613-d05f-4f47-af97-d0b75ccac293","348233e7-007b-4692-b1bb-9ac97aacec14","3d2cc591-3a81-468a-91a4-3c3aac83a21a","63453ed9-5cf1-4cad-b173-a067f22a4405","6c8b5df3-6153-470e-be9c-f38d3cf66081","8c2437b9-22ed-4835-9ac4-e9625bf8464a","8e3697f5-e264-415f-83bc-e72432857111","9010e5e2-fd32-4f2f-aa68-1dbe58c078a2","98c1b465-b6d9-491b-bfc2-c034cc825d27","bf9c4e40-ff50-4837-ae11-1670d637bcfb","d0524213-198d-4c9f-a9ba-8906ec841b19","da92f1d2-3803-4d19-bf2e-52229939fed8","ecc92a87-3ad2-4db6-aeae-001342f17d10","fc2215c0-2d08-42ab-be24-3f03bfdd9cdb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["5ED","6ED","7ED","DDM","EMA","G99","HML","MIR","PLST","PRM","PTC","SLD","STA","WC02","WC98"],"rulings":[{"date":"2016-06-08","text":"Memory Lapse has a self-replacement effect that replaces the spell going to the graveyard before any other effect can replace that event. If the spell was cast using flashback, however, flashback will change the spell's destination from its owner's library to exile."}],"rarities":["common","rare"]},"memory plunder":{"name":"Memory Plunder","mana_cost":{"type":"Cost","shards":["BlueBlack","BlueBlack","BlueBlack","BlueBlack"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast target instant or sorcery card from an opponent's graveyard without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":[{"AnyOf":["Instant","Sorcery"]}],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Graveyard"}]},"without_paying_mana_cost":true,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":"You may cast target instant or sorcery card from an opponent's graveyard without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"36b67014-0507-4976-ad52-a2a36676197d","metadata":{"source_printing_ids":["4d9b3d8d-4941-44ca-b829-d53242feba1e","584263f3-bee9-4951-9b15-9d453d367783","9ca6808a-1816-4ac7-bbb2-c7a5a47428d6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","CLB","SHM"],"rulings":[{"date":"2008-05-01","text":"If you are unable to cast the card (there are no legal targets for the spell, for example), nothing happens when Memory Plunder resolves, and the card remains in its owner's graveyard."},{"date":"2008-05-01","text":"If you cast a card “without paying its mana cost,” you can't pay any alternative costs. On the other hand, if the card has additional costs (such as conspire), you may pay those."},{"date":"2008-05-01","text":"If you want to cast the card, you cast it as part of the resolution of Memory Plunder. Timing restrictions based on the card's type are ignored if it's a sorcery. Other casting restrictions are not (such as “Cast [this card] only during combat”)."}],"rarities":["rare"]},"memory vessel":{"name":"Memory Vessel","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Exile this artifact: Each player exiles the top seven cards of their library. Until your next turn, players may play cards they exiled this way, and they can't play cards from their hand. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExileTop","player":{"type":"ScopedPlayer"},"count":{"type":"Fixed","value":7}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Exile","count":1,"zone":null,"filter":{"type":"SelfRef"}}]},"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"AllPlayers"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"ProhibitPlayFromZone","zone":"Hand"}}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}, Exile ~: Each player exiles the top seven cards of their library. Until your next turn, players may play cards they exiled this way, and they can't play cards from their hand. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0179bc62-823e-46b9-b536-342904fedafc","metadata":{"source_printing_ids":["2e37a5cd-887d-4b41-97f7-ae0bba85436b","3e9f1d0c-6f99-4b34-a367-052dd612ecda","db47f1bc-7f50-493f-bb3f-c1285cbaf244"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BIG"],"rulings":[{"date":"2024-04-12","text":"Memory Vessel has received a minor update to its Oracle text to clarify that players can play only cards they exiled from their library during the effect of the activated ability, not the Memory Vessel that was exiled to activate the ability."},{"date":"2024-04-12","text":"Players may still play cards from zones other than their hand if something would allow them to do so."},{"date":"2024-04-12","text":"Players pay all costs and follow all normal timing rules for cards played from exile with Memory Vessel's ability. For example, if an exiled card is a land card, its owner may play it only during their main phase while the stack is empty."}],"rarities":["mythic"]},"mercenaries":{"name":"Mercenaries","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Mercenary"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{3}: The next time this creature would deal damage to you this turn, prevent that damage. Any player may activate this ability.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Any"},"scope":"AllDamage","damage_source_filter":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}: The next time ~ would deal damage to you this turn, prevent that damage. Any player may activate this ability.","target_prompt":null,"activator_filter":{"type":"All"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9d96671c-7a98-48ec-b479-bc451e18264d","metadata":{"source_printing_ids":["7b28762d-1ab7-460e-b433-27f5fa858959"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ICE"],"rarities":["rare"]},"merchant of venom":{"name":"Merchant of Venom","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Warlock"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhen this creature enters, each player sacrifices a creature of their choice.\nWhenever a player sacrifices a permanent, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each player sacrifices a creature of their choice.","constraint":null,"condition":null,"batched":false},{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player sacrifices a permanent, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3918eaa7-5a34-4d6a-be93-a95e733d041b","metadata":{"source_printing_ids":["935e0dbb-76fd-4f4f-bcc6-d80a3061bb29","d60cf719-d5ce-46c3-bf92-24682b1c53bd"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"When Merchant of Venom's second ability resolves, first the player whose turn it is chooses which creature they're going to sacrifice, then each other player in turn order does the same. Players will know the choices of previous players when making their choices. Then all chosen creatures are sacrificed by their controllers simultaneously."}],"rarities":["rare"]},"merfolk falconer":{"name":"Merfolk Falconer","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you cast a kicked spell, scry 2.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"WasKicked"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a kicked spell, scry 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"77d5d435-d794-46c0-b630-a460973cf75a","metadata":{"source_printing_ids":["acb0d55a-9d6a-443d-aa82-5cea93188fd2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ZNR"],"rarities":["uncommon"]},"merfolk looter":{"name":"Merfolk Looter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Draw a card, then discard a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Draw a card, then discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"67362406-b1ca-49e2-800d-9050bfe8742a","metadata":{"source_printing_ids":["0fbb1c41-388f-4ff2-af37-ad64a0f4618e","28e4e99d-5834-4f6c-b915-4f95edc1337f","30414f22-7f4e-4357-94b8-882b6d37ab02","4768f8d4-b7b5-4372-8b8b-b68073871e33","49f8a9d3-c74a-4ca0-b1f1-15c30aeb8ab0","4ec07b20-9768-4c21-90d5-70d57959c698","67ffaacf-bf53-49ca-8003-795773477ad3","6b667700-9ea2-42cb-8d79-423272dd46b9","6d740928-bf61-4420-a403-63097538b97d","8c3f76dd-6c72-4a26-a252-18dc2f6d3396","8cae1a42-052e-4110-9afc-d3ec83b7c8a9","aad3aaec-7c88-4925-8023-0cf61bf906c2","c0382aba-9a4a-41c8-bb68-a8e11d15143a","df5db14e-6b48-4729-bdf7-2965cf3dbb9d","fdff7d5e-e0c2-44b4-9fc9-612e956440d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","7ED","A25","AFC","CN2","DDT","EMA","EXO","HA5","M10","M12","PLST","TD0","TPR","WC01","WC02"],"rulings":[{"date":"2018-03-16","text":"You can't do anything in between drawing a card and discarding a card, including casting or cycling the card you drew."}],"rarities":["common","uncommon"]},"michiko konda, truth seeker":{"name":"Michiko Konda, Truth Seeker","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Advisor"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a source an opponent controls deals damage to you, that player sacrifices a permanent of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"ParentTargetController","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever a source an opponent controls deals damage to you, that player sacrifices a permanent of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fbe190eb-fd4b-40e7-9a17-48c96b60f653","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["50bf546a-83ac-470f-a5c7-2b214d18f5c1","5a4124fc-c9c5-4752-9618-dfe722c38d0b","8a2c5348-3057-4bbd-9176-e7d4bc5ee9f4","99c56bf0-ad9f-4419-902c-f3a3880c716c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["J22","PLST","SLD","SOK"],"rulings":[{"date":"2005-06-01","text":"One permanent is sacrificed each time an opponent’s source deals damage to Michiko Konda’s controller. The amount of damage doesn’t matter."},{"date":"2005-06-01","text":"Sources that deal damage multiple times (such as creatures with double strike) will trigger Michiko Konda multiple times."},{"date":"2005-06-01","text":"Spells that deal damage repeatedly trigger Michiko Konda’s ability each time they deal damage. For example, a Glacial Ray spliced onto another Glacial Ray triggers the ability twice (once for each “2 damage” event from the Glacial Ray)."}],"rarities":["rare"]},"midnight clock":{"name":"Midnight Clock","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {U}.\n{2}{U}: Put an hour counter on this artifact.\nAt the beginning of each upkeep, put an hour counter on this artifact.\nWhen the twelfth hour counter is put on this artifact, shuffle your hand and graveyard into your library, then draw seven cards. Exile this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"hour","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{U}: Put an hour counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"hour","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each upkeep, put an hour counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Library","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Library","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":7},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When the twelfth hour counter is put on ~, shuffle your hand and graveyard into your library, then draw seven cards. Exile ~.","constraint":null,"condition":null,"counter_filter":{"counter_type":"hour","threshold":12},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c68faebc-b2cd-461b-b93e-e1fcd4816810","metadata":{"source_printing_ids":["0024708a-7f59-4707-97d9-4c5397f7333c","0b3c33b7-5b15-4b61-bfd6-1ffa823eb28a","0f7f1148-7b1b-4969-a2f8-428de1e2e8ff","106fc548-a50c-4c0a-820d-b4fc0d4a0495","2d38072e-ae06-40f6-b2d1-658eb855769b","72ca85ed-3870-4ba4-abe7-cdcab3cad122","9eef0851-c2bb-4b11-b9c2-c659abadd0d9","abb424b6-741e-40ef-937f-e01536cf7479","c3b04d8a-f651-4538-bc40-6f2c8e13fb99","d2d59a8a-8147-4f47-b698-50c5f04e5582","d401b4af-649d-4b97-864d-5796a1a8e22b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","DRC","ELD","M3C","NCC","OTC","PELD","PLST","SLD","VOC","WOC"],"rulings":[{"date":"2019-10-04","text":"If Midnight Clock leaves the battlefield while its last ability is on the stack, it won't be exiled."},{"date":"2019-10-04","text":"Midnight Clock's first triggered ability triggers at the beginning of each upkeep, not just your upkeep. In a Two-Headed Giant game, an ability that triggers at the beginning of each upkeep rather than each player's upkeep triggers only once during each team's upkeep."},{"date":"2019-10-04","text":"Midnight Clock's last ability triggers after one or more counters are put onto it if it had fewer than twelve counters on it before those counters were put on it and it has twelve or more counters on it after."},{"date":"2019-10-04","text":"You can activate Midnight Clock's mana ability to pay the cost of its second ability."}],"rarities":["rare"]},"midnight guard":{"name":"Midnight Guard","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature enters, untap this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature enters, untap ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f5430b0e-e77f-47b8-ae6d-30bcff4d7e35","metadata":{"source_printing_ids":["2264b760-c527-470d-bad0-d8baaf543631","56b6390b-607b-4e10-946d-a4ac24908e08","69ad144b-9562-409d-bfe9-53f10202287d","87c1d85d-b2b8-4c9d-84fa-2566b14cb5ea","9185d2cc-5380-4be1-ab67-a755b2e02016"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["BBD","DKA","J22","M15","PLST"],"rarities":["common"]},"midnight mangler":{"name":"Midnight Mangler","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"During turns other than yours, this Vehicle is an artifact creature.\nCrew 2 (Tap any number of creatures you control with total power 2 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":2,"once_per_turn":null}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"Not","condition":{"type":"DuringYourTurn"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During turns other than yours, ~ is an artifact creature."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c9f8651a-4118-4d80-902e-60473e81d3a9","metadata":{"source_printing_ids":["237568e3-7331-4bbb-a091-a766723134fc","4aeb6fa4-569e-4ede-94c5-a8f3c28f55e4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["common"]},"mightform harmonizer":{"name":"Mightform Harmonizer","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect","Druid"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, double the power of target creature you control until end of turn.\nWarp {2}{G} (You may cast this card from your hand for its warp cost. Exile this creature at the beginning of the next end step, then you may cast it from exile on a later turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Warp":{"type":"Cost","shards":["Green"],"generic":2}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DoublePT","mode":"Power","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"factor":2},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, double the power of target creature you control until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8e025cda-71c5-4d06-8436-decd408667af","metadata":{"source_printing_ids":["29bc9be4-4fc3-440a-a851-0c7f8989c9b5","f32302f1-b54f-4489-9d0b-9b771e59da06"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"If a creature’s power is less than 0 when it’s doubled, instead that creature gets -X/-0, where X is how much less than 0 its power is. For example, if an effect has given Bear Cub, a 2/2 creature, -4/-0 so that it’s a -2/2 creature, doubling its power and toughness gives it -2/+2, and it becomes a -4/4 creature."},{"date":"2025-07-25","text":"If an effect instructs you to “double” a creature’s power, that creature gets +X/+0, where X is its power as that effect begins to apply. Similarly, a creature whose toughness is doubled gets +0/+X, where X is its toughness as the effect begins to apply."}],"rarities":["rare"]},"mighty servant of leuk-o":{"name":"Mighty Servant of Leuk-o","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nWard—Discard a card.\nWhenever this Vehicle becomes crewed for the first time each turn, if it was crewed by exactly two creatures, it gains \"Whenever this creature deals combat damage to a player, draw two cards\" until end of turn.\nCrew 4","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Ward":{"type":"DiscardCard"}},{"Crew":{"power":4,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"BecomesCrewed","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, draw two cards","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain \"Whenever ~ deals combat damage to a player, draw two cards\""}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes crewed for the first time each turn, if it was crewed by exactly two creatures, it gains \"Whenever ~ deals combat damage to a player, draw two cards\" until end of turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"0b59099f-2172-4eab-9c0d-7048e6771018","metadata":{"source_printing_ids":["257f12c2-db58-413f-9896-6e556bd9c0d9","2b7c420e-5abe-4339-a47f-bcbf756045a2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"An ability that triggers whenever a Vehicle \"becomes crewed\" triggers when its crew ability resolves. In this case, it will trigger only if exactly two creatures were tapped to pay the crew cost of the ability that caused it to become crewed for the first time that turn."}],"rarities":["rare"]},"mikaeus, the unhallowed":{"name":"Mikaeus, the Unhallowed","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Zombie","Cleric"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Intimidate (This creature can't be blocked except by artifact creatures and/or creatures that share a color with it.)\nWhenever a Human deals damage to you, destroy it.\nOther non-Human creatures you control get +1/+1 and have undying. (When a creature with undying dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Intimidate"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TriggeringSource"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Human"}],"controller":null,"properties":[]},"description":"Whenever a Human deals damage to you, destroy it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Human"}}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Undying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other non-Human creatures you control get +1/+1 and have undying."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5d27c63e-d1ef-48af-b51d-01ebc6daeac9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["06e40f1c-e67e-4c21-8704-f6b723771bf3","39059423-c4f6-4371-b530-48cdc36e513f","4b7c0082-5f92-4d8d-b327-e1461535e483","801b124d-3546-4882-a6e1-c9c353628a18","8879190f-d8ff-47ce-a5d8-6a481a67236a","9350a16e-4dab-4754-8896-87637a19f660","b831b17a-396f-4242-8e98-1a60abb75c41","bc1f42a2-fe11-45da-9552-069803b4068a","f9595b91-45f4-48d2-b8e2-83c5b8f96ef3","ffde74fb-cc20-4d82-bf6a-b18081047b0a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM","DKA","PLST","PUMA","SLD","UMA"],"rulings":[{"date":"2018-12-07","text":"Any damage dealt to you by a Human will cause Mikaeus’s ability to trigger, including noncombat damage dealt to you by a Human and damage dealt to you by a Human you control."},{"date":"2018-12-07","text":"If a Human deals damage to you at the same time that Mikaeus is dealt lethal damage, Mikaeus’s triggered ability triggers. That Human will be destroyed even though Mikaeus has left the battlefield."},{"date":"2018-12-07","text":"If a non-Human creature you control without a +1/+1 counter dies at the same time as Mikaeus, that creature’s undying ability granted by Mikaeus triggers and will return it to the battlefield."},{"date":"2018-12-07","text":"The +1/+1 bonus that Mikaeus gives to other non-Human creatures you control isn’t a counter. It won’t prevent undying from triggering."}],"rarities":["mythic"]},"mimic vat":{"name":"Mimic Vat","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Imprint — Whenever a nontoken creature dies, you may exile that card. If you do, return each other card exiled with this artifact to its owner's graveyard.\n{3}, {T}: Create a token that's a copy of a card exiled with this artifact. It gains haste. Exile it at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{3}, {T}: Create a token that's a copy of a card exiled with ~. It gains haste. Exile it at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Graveyard","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Another"}]},{"type":"ExiledBySource"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature dies, you may exile that card. If you do, return each other card exiled with ~ to its owner's graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"6ebdc9f3-6b23-4716-8011-48f00d7e30c8","metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047","9b02e27b-70be-56ba-a683-9e2a622ec8f5","f7f1c18a-ecbe-5b99-ad80-2fcce898fc9c"],"source_printing_ids":["5eb1ee9b-16a6-4d2a-89bb-c9f28953d3c5","736fff86-2417-4a77-b8eb-be2d1d142a9f","9050cd01-44c9-4e87-a165-a8b88c8e5d45","93d1c972-2621-4420-adae-cec1da3f965f","d10802a6-f6dc-4b05-9c07-00a71891c608","dfa8757b-ef7d-44b8-ae80-45c436e85c1e","f99c44c1-daff-43a2-9a8e-ec4be217a81a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C18","C19","C20","LCC","NCC","PLST","SOM"],"rulings":[{"date":"2011-01-01","text":"Any \"enters\" abilities of the exiled card will trigger when the token is put onto the battlefield. Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the exiled card will also work."},{"date":"2011-01-01","text":"Exiling the card as the first ability resolves is optional. If you choose not to exile it, or you can't exile it because the card has somehow left the graveyard before the ability resolves, the ability simply doesn't do anything as it resolves. Any card currently exiled by Mimic Vat remains exiled."},{"date":"2011-01-01","text":"If Mimic Vat's second ability is activated during a turn's end step, the token will be exiled at the beginning of the following turn's end step."},{"date":"2011-01-01","text":"If multiple nontoken creatures are put into their owners' graveyards from the battlefield at the same time, the imprint ability will trigger that many times. You put the triggered abilities on the stack in any order, so you'll determine in which order they resolve. However, since exiling those cards is optional, and choosing to exile a card this way causes the previously exiled cards to return to their owners' graveyards, the order generally doesn't matter: You'll wind up with at most one of those cards exiled, and the rest will be in the appropriate graveyards."},{"date":"2011-01-01","text":"If the exiled card has {X} in its mana cost (such as Protean Hydra), X is considered to be 0."},{"date":"2011-01-01","text":"If the token is a copy of a noncreature card, it will still have haste, though that won't matter unless that token somehow becomes a creature."},{"date":"2011-01-01","text":"If the token isn't exiled when the delayed triggered ability resolves (due to Stifle, perhaps), it remains on the battlefield indefinitely. It continues to have haste."},{"date":"2011-01-01","text":"The imprint ability will trigger whenever a nontoken creature is put into any graveyard from the battlefield, not just your graveyard."},{"date":"2011-01-01","text":"The token created by the second ability will be a copy of whatever card is exiled with Mimic Vat at the time the ability resolves. This might not be the same card that was exiled with Mimic Vat at the time the ability was activated. It also might not be a creature card."},{"date":"2011-01-01","text":"The token is exiled at the beginning of the next end step regardless of who controls it at that time, whether the exiled card is still exiled at that time, or whether Mimic Vat is still on the battlefield at that time."},{"date":"2011-01-01","text":"You may activate the second ability even if no card has been exiled with Mimic Vat. If no card has been exiled with Mimic Vat by the time the ability resolves, no token will be created."},{"date":"2011-01-01","text":"You may exile a noncreature card with Mimic Vat's first ability. For example, if a nontoken artifact that's become a creature is put into a graveyard from the battlefield, Mimic Vat's first ability triggers and you may exile that card."},{"date":"2016-07-13","text":"If a melded permanent dies and triggers Mimic Vat's triggered ability, both of its component cards are exiled. As Mimic Vat's second ability resolves, its controller chooses one of those cards to make a token copy of."},{"date":"2018-07-13","text":"If the creature that dies is an instant or sorcery card that's been manifested, Mimic Vat may have a nonpermanent card exiled. You can't create a token that's a copy of a nonpermanent card. No token is created in this case."}],"rarities":["rare"]},"mind into matter":{"name":"Mind into Matter","mana_cost":{"type":"Cost","shards":["X","Green","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw X cards. Then you may put a permanent card with mana value X or less from your hand onto the battlefield tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Draw X cards. Then you may put a permanent card with mana value X or less from your hand onto the battlefield tapped.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"9f9e4be0-814a-4cab-948b-114769035a4a","metadata":{"source_printing_ids":["0a7f0fdf-1d4b-4458-a19c-274611e8a59a","e5886a17-e1ed-4d3f-b12f-392a7b5e7d7d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If a card in your hand has {X} in its mana cost, X is 0 for the purpose of determining its mana value."}],"rarities":["rare"]},"mind stone":{"name":"Mind Stone","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{1}, {T}, Sacrifice this artifact: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{1}, {T}, Sacrifice ~: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c97361b5-af16-4a7b-af85-a429dbaf4ad2","metadata":{"source_printing_ids":["02a34135-0955-4045-9558-6e61338baaf0","0eebe138-f638-4e8a-820e-ecdada7cc586","10ad9914-4a18-4679-8d41-1e338fc23fe5","162e81d3-6cd4-4cb8-8ed8-cfbd8d34ca71","1969ddc0-ee6c-4c3d-a9dd-7f1c491609be","23dd6cb6-31ee-467e-9f67-39046197bcb6","2c214d26-8d0f-49a2-8e34-be073d34369a","2f002162-20e3-4b08-bd3e-6241847680ac","3aed2452-915a-4a84-8408-6722425201f8","3e2550d5-ba6a-4cab-908a-b537973800c1","42bd038d-1005-4095-9310-108caa56465f","4e9b288a-47dd-4587-87af-6aeb35939ccc","52284689-f2e0-442d-80d0-9e766759e2bc","5cef8f31-a95e-49d0-ba75-7a639fcaa649","5cf95476-27ed-487d-8459-c97a921bb808","616fa067-0d10-4111-bcc6-84d97a13b5ce","6ac8db7a-009a-4141-bba7-b5fdfaf8d245","6dcc9f62-5b6c-422d-b4c8-eba1d363ede6","6ff5cc3e-0179-442e-a0b0-48063dd59fb3","7fdef0b6-a3b9-4752-bce6-53c0140a1693","8615e46e-56c3-49f6-b4ad-44ec25be5f05","8c899cbd-cddd-43f9-a95d-a6e5af990362","a1baff4f-eaeb-4fe2-821d-5b9079aad4b1","ad881aa0-decc-447b-8c8a-983546a9a55a","aeaf1f56-de96-480a-a0c4-0a06d4daf149","b227672f-967e-4f8d-87f4-c6cd4622fe3f","b63418ae-2f77-4229-b921-fbce75b9daa4","b793a8e9-5870-4190-a204-c241b0e67f97","b88baf29-a556-4e89-8471-9ba9bc8efe2c","c0757550-cf9e-4111-b1e3-7c422d4c1f8d","c54814f1-3598-4859-b956-b39d8335e6d3","c729606e-5b13-4699-b7c8-feca69c91f62","cb3b2998-a7c6-4e6a-b467-71106feb6974","cb3d470d-e0f0-44c2-97f7-f31c02cdfbd3","d0add078-6151-4331-8c2b-03e3e574e6a7","d5795300-dcfa-4a40-9c23-79a061c26851","ecbe852d-4538-41dd-bfce-a134a7bc3022","eed69870-1a65-4bec-842c-e837348493c6","f1f616f2-d69d-4763-8ff0-3eb05a543926","f3817d9a-0e1c-4eed-9593-78d481d3001b","fa6dac02-c557-4a3b-864a-1189325baf5c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","40K","AFC","BLC","BRC","C14","C15","C18","C21","CLB","CM2","CMM","DCI","DD2","DDP","DMR","DSC","FIC","HA1","IMA","JVC","KHC","LCC","LTC","MKC","MOC","ONC","PIP","PLST","PRM","PW21","SOC","WC97","WHO","WOC","WTH","ZNC"],"rarities":["common","uncommon"]},"mindblade render":{"name":"Mindblade Render","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Azra","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever your opponents are dealt combat damage, if any of that damage was dealt by a Warrior, you draw a card and you lose 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever your opponents are dealt combat damage, if any of that damage was dealt by a Warrior, you draw a card and you lose 1 life.","constraint":null,"condition":{"type":"EventDamageSourceMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":null,"properties":[]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"028dcef2-3de9-4dde-ba17-f9e077b3190d","metadata":{"source_printing_ids":["1f994e2b-1784-4bb7-9784-ac2de600cf5f","27e43b25-9a9e-4bfc-9589-77d1f53a3c4b","459c5f18-13a3-42c9-b9d7-bf789eefe249"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BBD","CLB","TDC"],"rulings":[{"date":"2018-06-08","text":"Mindblade Render's ability triggers if a Warrior an opponent controls deals combat damage to another player who's also your opponent. You can't choose not to draw a card or lose 1 life if this happens."},{"date":"2018-06-08","text":"Mindblade Render's ability triggers only once, regardless of how many opponents were dealt damage, how much damage they were dealt, or how many Warriors dealt damage."}],"rarities":["rare"]},"mindless automaton":{"name":"Mindless Automaton","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with two +1/+1 counters on it.\n{1}, Discard a card: Put a +1/+1 counter on this creature.\nRemove two +1/+1 counters from this creature: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{1}, Discard a card: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"RemoveCounter","count":2,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"Remove two +1/+1 counters from ~: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with two +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"e7441107-57b1-4e88-a9d8-3eb7c338ef07","metadata":{"source_printing_ids":["49e81c3a-663d-414f-9a4f-95c0e55b1aa1","6ddfc5ab-b11b-4ad7-ab46-8ee60d938a5b","8de37b0b-5f6c-47cd-a70b-3d36c30f5d76","91df30da-731d-4612-822a-1e94154ae665","a167f09d-b2dd-4365-8217-e7138d96304a","ccce91e9-58f4-4358-a696-5c439ea19fc9","db51ea5c-762f-4c60-9cf5-9c9fe5270f65"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["CMR","EMA","EOC","EXO","MOC","TPR","TSB"],"rulings":[{"date":"2020-11-10","text":"If removing two +1/+1 counters from Mindless Automaton causes the amount of damage already marked on Mindless Automaton to be equal to or greater than its toughness, it will be put into its owner's graveyard as a state-based action before the ability can be activated again and before the card is drawn."}],"rarities":["uncommon","rare","special"]},"mindlock orb":{"name":"Mindlock Orb","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Players can't search libraries.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantSearchLibrary":{"cause":"AllPlayers"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Players can't search libraries."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5794b58e-f3b6-4637-b288-283b3a72a718","metadata":{"source_printing_ids":["55c84e9f-ccbb-4fbc-98e1-4072968a1f8a","7dcb3efe-5dd8-4bf3-b208-b9032d44eb7c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ALA","PLST"],"rulings":[{"date":"2008-10-01","text":"Effects that instruct you to reveal or look at cards from the top of you library will still work. Only effects that use the word \"search\" are affected."},{"date":"2008-10-01","text":"If an effect says \"Search your library . . . then shuffle your library,\" you shuffle you libraries even though you can't search."},{"date":"2008-10-01","text":"If an effect says \"You may search your library . . . If you do, shuffle your library\" or \"You may search your library . . . then shuffle your library,\" you can't choose to search, so you won't shuffle."},{"date":"2008-10-01","text":"The only difference between a colored artifact and a colorless artifact is, obviously, its color. Unlike most artifacts, a colored artifact requires colored mana to cast. Also unlike most artifacts, a colored artifact has a color in all zones. It will interact with cards that care about color. Other than that, a colored artifact behaves just like any other artifact. It will interact as normal with any card that cares about artifacts, such as Shatter or Arcbound Ravager."}],"rarities":["rare"]},"mirko, obsessive theorist":{"name":"Mirko, Obsessive Theorist","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Detective"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nWhenever you surveil, put a +1/+1 counter on Mirko.\nAt the beginning of your end step, you may return target creature card with power less than Mirko's from your graveyard to the battlefield with a finality counter on it. (If it would die, exile it instead.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"Surveil","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you surveil, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["finality",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, you may return target creature card with power less than ~'s from your graveyard to the battlefield with a finality counter on it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"1692f19e-4906-4808-965f-5f0284004f55","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["043c7b0e-2f7b-4936-88fe-84d8022ffb51","1663adf8-9a17-4690-9a61-f4658c1f0320","690acbbf-5e92-4323-b939-31bdb07f9905"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MKC"],"rulings":[{"date":"2024-02-02","text":"An ability that triggers \"whenever you surveil\" triggers after you're done surveilling, even if you have fewer cards in your library than the number of cards you're instructed to surveil. It even triggers if you have no cards in your library."},{"date":"2024-02-02","text":"Finality counters aren't keyword counters, and a finality counter doesn't give any abilities to the permanent it's on. If that permanent loses its abilities and then would go to a graveyard, it will still be exiled instead."},{"date":"2024-02-02","text":"Finality counters don't stop permanents from going to zones other than the graveyard from the battlefield. For example, if a permanent with a finality counter on it would be put into its owner's hand from the battlefield, it does so normally."},{"date":"2024-02-02","text":"Finality counters work on any permanent, not only creatures. If a permanent with a finality counter on it would go to a graveyard from the battlefield, exile it instead."},{"date":"2024-02-02","text":"Multiple finality counters on a single permanent are redundant."}],"rarities":["mythic"]},"mirkwood bats":{"name":"Mirkwood Bats","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you create or sacrifice a token, each opponent loses 1 life.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"TokenCreated","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you create a token, each opponent loses 1 life.","constraint":null,"condition":null,"batched":false},{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a token, each opponent loses 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0636b6c3-0662-420a-b30d-f0a14e7c512d","metadata":{"source_printing_ids":["15f035df-784a-4dc8-b7f5-77139a4e6e99","882747f9-b4fe-42be-8fe9-f871cd0779bd","afc16f8d-8bd6-441b-86d6-b23d699dd1ce"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rarities":["common"]},"mirran crusader":{"name":"Mirran Crusader","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Double strike, protection from black and from green","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike",{"Protection":{"Color":"Black"}},{"Protection":{"Color":"Green"}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fe69d9bd-2a60-4b33-a0d8-1ca18c2b6705","metadata":{"source_printing_ids":["56086ccd-a628-435b-a7af-ca28d89276da","aaf7a821-3587-4aad-8411-fca5c96ab5c4","f7c34f5d-0430-4036-a633-1a68a0d2fc65"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MBS","MM2","PLST","PMBS","PRM"],"rarities":["rare"]},"mirri the cursed":{"name":"Mirri the Cursed","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Cat"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, first strike, haste\nWhenever Mirri deals combat damage to a creature, put a +1/+1 counter on Mirri.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flying","Haste"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a creature, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"19d6a20b-4641-4c79-ae70-ed1ad5085472","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["24c1706d-2faa-452b-a192-204386df29f6","6da09233-952f-4784-995e-0d85d8b56637","70e498ff-2b09-48ad-b2af-41e1d6a2699f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLC","PLST","TSR"],"rulings":[{"date":"2021-03-19","text":"If Mirri the Cursed is blocking or blocked by a creature that doesn't have first strike or double strike, Mirri will deal combat damage to that creature, then get a +1/+1 counter, then (if the other creature survived) Mirri will be dealt combat damage."}],"rarities":["rare"]},"mirrodin besieged":{"name":"Mirrodin Besieged","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Mirran or Phyrexian.\n• Mirran — Whenever you cast an artifact spell, create a 1/1 colorless Myr artifact creature token.\n• Phyrexian — At the beginning of your end step, draw a card, then discard a card. Then if there are fifteen or more artifact cards in your graveyard, target opponent loses the game.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Myr","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Myr"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an artifact spell, create a 1/1 colorless Myr artifact creature token.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Mirran"},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Artifact"],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":15}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of your end step, draw a card, then discard a card. Then if there are fifteen or more artifact cards in your graveyard, target opponent loses the game.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Phyrexian"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Mirran","Phyrexian"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Mirran or Phyrexian.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"674e2683-31c0-4fee-95fb-98b1201e41e7","metadata":{"related_token_ids":["eb9fbc1a-6716-57be-9fa4-1a3288306b7e","ef95c68a-b227-5c19-b017-02ebfa99c966"],"source_printing_ids":["d8423d8d-744a-4bbe-a853-8ad756451bdb","edf98768-c7dd-434e-8883-19b47ad45790"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH1","PLST"],"rulings":[{"date":"2019-06-14","text":"If you somehow control Mirrodin Besieged and no choice was made for it, it has neither of the two triggered abilities."},{"date":"2019-06-14","text":"If you support the Mirrans, Mirrodin Besieged’s ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2019-06-14","text":"If you support the Phyrexians, you must choose a target opponent as your end step begins. Whether that player loses the game is determined only as the ability resolves. This means that the card you discard may be the fifteenth artifact card that causes the target player to lose the game, but it also means that if there is no legal target opponent, you won’t draw or discard."},{"date":"2019-06-14","text":"In a Two-Headed Giant game, if one player on a team loses the game, that team loses the game."}],"rarities":["rare"]},"mirror of life trapping":{"name":"Mirror of Life Trapping","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature enters, if it was cast, exile it, then return all other permanent cards exiled with this artifact to the battlefield under their owners' control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Battlefield","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},{"type":"ExiledBySource"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature enters, if it was cast, exile it, then return all other permanent cards exiled with ~ to the battlefield under their owners' control.","constraint":null,"condition":{"type":"WasCast"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"3ec7ae18-b203-49bd-95f9-ad5482459a23","metadata":{"source_printing_ids":["28d2f8bc-a907-4511-87be-9f8a87b4a1f0","a0937a60-887b-46d0-b573-099626d57bcf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG","PCLB"],"rarities":["rare"]},"mirror universe":{"name":"Mirror Universe","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Sacrifice this artifact: Exchange life totals with target opponent. Activate only during your upkeep.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExchangeLifeTotals","player_a":{"type":"Controller"},"player_b":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice ~: Exchange life totals with target opponent. Activate only during your upkeep.","target_prompt":null,"activation_restrictions":[{"type":"DuringYourUpkeep"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8d231d2f-5274-4b55-8262-9eb95654d183","metadata":{"source_printing_ids":["0f9cbeaf-3456-4a87-ac75-e7658ccbd97f","a8f05d5e-bb7d-4554-b880-f0c6b4688357"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LEG","ME1","OLEP"],"rulings":[{"date":"2007-09-16","text":"When the life totals are exchanged, each player gains or loses the amount of life necessary to equal the other player’s previous life total. For example, if player A has 5 life and player B has 3 life before the exchange, player A will lose 2 life and player B will gain 2 life. Replacement effects may modify these gains and losses, and triggered abilities may trigger on them."},{"date":"2011-01-01","text":"If an effect says that a player can’t lose life, that player can’t exchange life totals with a player who has a lower life total; in that case, the exchange won’t happen."}],"rarities":["rare"]},"mirror-sigil sergeant":{"name":"Mirror-Sigil Sergeant","mana_cost":{"type":"Cost","shards":["White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rhino","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Trample\nAt the beginning of your upkeep, if you control a blue permanent, you may create a token that's a copy of this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you control a blue permanent, you may create a token that's a copy of ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"HasColor","color":"Blue"},{"type":"InZone","zone":"Battlefield"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c021c808-dc58-4386-8758-68b858badbd5","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["e94b3eec-7420-45fa-8750-7f01028836d3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CON"],"rulings":[{"date":"2009-02-01","text":"Here are the weird exceptions. If any copy effects have affected the Mirror-Sigil Sergeant whose ability triggered, they're taken into account when the token is created. For example: -- If Mirror-Sigil Sergeant's ability triggers, then Mirror-Sigil Sergeant temporarily becomes a copy of another creature before its ability resolves (due to Mirrorweave, perhaps), the token will be a copy of whatever creature the Mirror-Sigil Sergeant is currently a copy of. After the turn ends, the Mirrorweaved Mirror-Sigil Sergeant reverts back to what it was, but the token will stay as it is. -- If the copy ability of a creature (such as Cemetery Puca, perhaps) makes it become a copy of Mirror-Sigil Sergeant and gain another ability, the token created by this creature at the beginning of your upkeep will be a Mirror-Sigil Sergeant with that additional ability."},{"date":"2009-02-01","text":"Here’s the detailed version of what happens. As the token is created, it checks the printed values of the Mirror-Sigil Sergeant it’s copying — or, if the Mirror-Sigil Sergeant whose ability triggered was itself a token, the original characteristics of that token as stated by the effect that put it onto the battlefield — as well as any copy effects that have been applied to it. It won’t copy counters on the Mirror-Sigil Sergeant, nor will it copy other effects that have changed Mirror-Sigil Sergeant’s power, toughness, types, color, or so on."},{"date":"2009-02-01","text":"If Mirror-Sigil Sergeant has left the battlefield by the time its triggered ability resolves, you’ll still put a token onto the battlefield. That token has the copiable values of the characteristics of Mirror-Sigil Sergeant as it last existed on the battlefield."},{"date":"2009-02-01","text":"Normally, when a token is created by this ability, it will simply be a Mirror-Sigil Sergeant, so it’ll also have the token-creating ability. (See the other ruling for weird exceptions.) At the beginning of your next upkeep, if you still control the original Sergeant, the token copy, and a blue permanent, you’ll get two more token copies; the turn after that you’ll get four; then eight; and so on."},{"date":"2009-02-01","text":"The “intervening ‘if’ clause” means that (1) the ability won’t trigger at all unless you control a permanent of the specified color, and (2) the ability will do nothing unless you control a permanent of the specified color at the time it resolves."}],"rarities":["mythic"]},"mirrormade":{"name":"Mirrormade","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may have this enchantment enter as a copy of any artifact or enchantment on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"You may have ~ enter as a copy of any artifact or enchantment on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"You may have ~ enter as a copy of any artifact or enchantment on the battlefield.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"79a71fe5-38ce-4bb5-aea0-c9b9a856d397","metadata":{"source_printing_ids":["236b40cd-c359-41cc-b530-d7d6fbbe33bf","a10c1407-d397-4caa-b7b7-e7d91ffd4ee9","a26cbfbe-fbb8-4804-b065-ab2c42ddad9b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DSC","ELD","PELD"],"rulings":[{"date":"2019-10-04","text":"Any enters-the-battlefield abilities of the copied permanent will trigger when Mirrormade enters the battlefield. Any \"as [this permanent] enters the battlefield\" or \"[this permanent] enters the battlefield with\" abilities of the chosen permanent will also work."},{"date":"2019-10-04","text":"If Mirrormade copies an Aura this way, you choose what the Aura will enchant just before it enters the battlefield. You can't choose any permanent cards entering the battlefield at the same time as that Aura. This doesn't target the player or permanent it will enchant, so an opponent's permanent with hexproof may be chosen this way. The chosen recipient must be able to legally be enchanted by the Aura, so a player or permanent with protection from one of the Aura's qualities can't be chosen this way. If there's nothing legal for Mirrormade to enchant, it stays in its current zone (unless it's a spell, in which case it's put into its owner's graveyard)."},{"date":"2019-10-04","text":"If Mirrormade somehow enters the battlefield at the same time as another artifact or enchantment, it can't become a copy of that permanent. You may choose only a permanent that's already on the battlefield."},{"date":"2019-10-04","text":"If the chosen permanent has {X} in its mana cost, X is considered to be 0."},{"date":"2019-10-04","text":"If the chosen permanent is a token, Mirrormade copies the original characteristics of that token as stated by the effect that created the token. Mirrormade doesn't become a token in this case."},{"date":"2019-10-04","text":"If the chosen permanent is copying something else (for example, if the chosen permanent is another Mirrormade), then Mirrormade enters the battlefield as whatever the chosen permanent copied."},{"date":"2019-10-04","text":"Mirrormade copies exactly what was printed on the original permanent (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or any Auras attached to it, or any non-copy effects that have changed its types, color, or so on. Notably, if Mirrormade copies an artifact creature or enchantment creature that's normally not a creature (such as one affected by Bring to Life), Mirrormade won't be a creature."}],"rarities":["rare"]},"misfortune's gain":{"name":"Misfortune's Gain","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature. Its owner gains 4 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":4},"player":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target creature. Its owner gains 4 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"01b778d7-0965-48ab-a81f-e29f8a233d07","metadata":{"source_printing_ids":["6f93d6da-ee3c-4823-a20b-75db832f1f9d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ME3","PTK"],"rulings":[{"date":"2008-04-01","text":"The creature's *owner* gains the life, regardless of who happens to control it."},{"date":"2009-10-01","text":"A token's owner is the player who created it."}],"rarities":["common"]},"mishra's bauble":{"name":"Mishra's Bauble","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Sacrifice this artifact: Look at the top card of target player's library. Draw a card at the beginning of the next turn's upkeep.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Player"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"Upkeep"},"effect":{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}, Sacrifice ~: Look at the top card of target player's library. Draw a card at the beginning of the next turn's upkeep.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"63afc3d1-7653-476e-838f-fc18d4a62a21","metadata":{"source_printing_ids":["2b8877c3-1f04-4452-9f2c-98fb8dc71e5f","45bbbf9b-8fee-4c32-a513-02dac6ac8a39","5e74e9f6-1e35-4c96-b989-1cf9c05a5ca4","607e2546-1139-4c1e-9b3b-eacb27bff510","6cd0651b-4d8d-4777-8ada-29cca3cde9f8","8a720448-017f-4f4a-9501-678245eaed17","8dbe32c7-180f-4b9e-b260-0ff1d9017e28","a081ddde-8614-4f71-8192-d412b96a5dcf","a7fb9b43-7309-4ab9-ba86-6bf62dec10f3","b02452bb-a049-4e86-ba2c-135803caa03d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","BRR","CSP","IMA","MB2","PLST","PRM","SLD"],"rarities":["uncommon","rare"]},"mishra's factory":{"name":"Mishra's Factory","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{1}: This land becomes a 2/2 Assembly-Worker artifact creature until end of turn. It's still a land.\n{T}: Target Assembly-Worker creature gets +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Assembly-Worker"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 2/2 Assembly-Worker artifact creature"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{1}: ~ becomes a 2/2 Assembly-Worker artifact creature until end of turn. It's still a land.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature",{"Subtype":"Assembly-Worker"}],"controller":null,"properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Target Assembly-Worker creature gets +1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"5963e0ef-e0bc-4611-ad4f-813a4c0eacfb","metadata":{"source_printing_ids":["14dd21e1-51c4-4811-9547-3a5fb393be66","245cdc59-d560-4c10-b721-f51cc312e370","30f6058b-777b-4216-959e-d9435152aed2","3bec64fe-08cc-4d28-8bea-708fee1581be","4047df9c-335c-4c1a-968d-00f40e2e7386","59b6fe0c-7bbe-433f-8400-4be4ce0e3f15","6e9fec20-a52c-42c0-9928-c572d9e1b21f","747eb1be-7303-4ecb-bc93-81761a2f0c5c","7c05c946-66c3-4785-90f9-ca0c606e036b","8d4448f2-2826-461d-890b-31409aef21c1","9d596bc0-c972-4a36-8cf6-cd8f72169021","9e5d6972-3f64-486c-a325-7351b910dafe","9f831977-6b84-466d-8ee4-188b591d58cd","a4d9c106-6aa4-4f5e-9049-741b50ad54b3","a696c5b6-f216-454d-8029-74e84bbd1428","a9785d7b-f7b2-4c09-ad28-ef5eaebacfdb","ac09a506-427f-4636-bcfd-b40f8d511905","ad1577a3-a350-45e3-af3d-62c85207514f","ade01a16-65f1-4b50-ab9a-98e9bbf9f57d","aff8d4f1-eaad-4afb-9097-2afab133f707","c44669b2-bf9a-41c3-91c7-d845b0061fbf","d0dcf152-916e-4603-a688-7a05b57d1b4c","de2f8b1a-a29e-4596-8ebe-5fdb6ce15b5a","e26acb07-5eda-412a-a58a-1ba290d0cf70","e88a1690-111e-4e8f-a896-890e793e8a9f","f0f292de-238a-4b19-a6da-f164158b79dc","f305f103-746b-4406-b569-1a7dc32beee7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2XM","4BB","4ED","A25","AFC","ATQ","DDF","DMR","EMA","G05","J22","ME1","MH2","PLST","PRM","PTC","REN","RIN","SLC","TD0"],"rulings":[{"date":"2022-12-08","text":"A noncreature permanent that becomes a creature can attack, and its {T} abilities can be activated, only if its controller has continuously controlled that permanent since the beginning of their most recent turn. It doesn't matter how long the permanent has been a creature. Notably, if you turn Mishra's Factory into a creature on the turn it entered the battlefield, you won't be able to then activate its first or last abilities."},{"date":"2022-12-08","text":"After it becomes a creature, Mishra's Factory will still have all its abilities."}],"rarities":["uncommon","rare"]},"mishra's foundry":{"name":"Mishra's Foundry","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{2}: This land becomes a 2/2 Assembly-Worker artifact creature until end of turn. It's still a land.\n{1}, {T}: Target attacking Assembly-Worker gets +2/+2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Assembly-Worker"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 2/2 Assembly-Worker artifact creature"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{2}: ~ becomes a 2/2 Assembly-Worker artifact creature until end of turn. It's still a land.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":[{"Subtype":"Assembly-Worker"}],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}, {T}: Target attacking Assembly-Worker gets +2/+2 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b43e9772-6ad4-49c7-9557-b18ee1e4587d","metadata":{"source_printing_ids":["0aa43289-c8a4-45d9-b461-255f89200879","83a87e83-9cc1-4190-8e29-e79d9a4c6d17","da7699b2-e1af-4bc0-8c5b-84ba3e868d7c","e91f9a1e-809b-4bc0-afca-c0c3755d130f","f493bc22-2e38-4459-81f1-37cd1ce921cf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","PBRO","PRM"],"rulings":[{"date":"2022-10-14","text":"If Mishra's Foundry becomes a creature and you haven't controlled it continuously since the beginning of your most recent turn, you won't be able to activate its first or last abilities, and it won't be able to attack (unless it somehow gains haste)."},{"date":"2022-10-14","text":"If Mishra's Foundry is already a creature, activating the second ability will override any previous effects that set its power and/or toughness to specific values. Other effects that are affecting its power and/or toughness, including +1/+1 counters and the effects of spells like Giant Growth, will continue to apply."}],"rarities":["rare"]},"mishra, eminent one":{"name":"Mishra, Eminent One","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, create a token that's a copy of target noncreature artifact you control, except its name is Mishra's Warform and it's a 4/4 Construct artifact creature in addition to its other types. It gains haste until end of turn. Sacrifice it at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Artifact",{"Non":"Creature"}],"controller":"You","properties":[]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"AddSubtype","subtype":"Construct"},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, create a token that's a copy of target noncreature artifact you control, except its name is ~'s Warform and it's a 4/4 Construct artifact creature in addition to its other types. It gains haste until end of turn. Sacrifice it at the beginning of the next end step.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"d3438037-3efd-4ce0-88ec-6d48ab521992","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["03cb41da-1a68-5885-ade6-2ff869bc3697"],"source_printing_ids":["58b16e2d-76f8-4097-86f9-f78974df0633","7f5b1daa-ec45-48de-9496-6ca5b491a0dc","c4f17db9-4ca2-43bd-b4a3-8d862a7bc9cc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BRC","PRM"],"rulings":[{"date":"2022-10-14","text":"Any enters-the-battlefield abilities of the copied permanent will trigger when the token enters the battlefield. Any “as [this permanent] enters the battlefield” or “[this permanent] enters the battlefield with” abilities of the target permanent will also work."},{"date":"2022-10-14","text":"Except for name, power, toughness, and types, the token copies exactly what was printed on the original permanent and nothing else (unless that permanent is copying something else or it is a token; see below). It doesn’t copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras attached to it, and so on."},{"date":"2022-10-14","text":"If the copied permanent has {X} in its mana cost, X is 0."},{"date":"2022-10-14","text":"If the copied permanent is a token, the new token that’s created copies the original characteristics of that token as stated by the effect that created that token (with the listed exceptions)."},{"date":"2022-10-14","text":"If the copied permanent is copying something else, then the token enters the battlefield as whatever that permanent copied (with the listed exceptions)."}],"rarities":["mythic"]},"misty knight, hero for hire":{"name":"Misty Knight, Hero for Hire","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Detective","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{2}, {T}, Discard a card: Draw a card for each card you've discarded this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CardsDiscardedThisTurn","player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{2}, {T}, Discard a card: Draw a card for each card you've discarded this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5b090ba3-0ecb-4585-b5b7-9d6028c32487","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6b963642-a103-44a0-9eb7-9c3fdde181b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"misty salon":{"name":"Misty Salon","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you unlock this door, create an X/X blue Spirit creature token with flying, where X is the number of unlocked doors among Rooms you control.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"UnlockDoor","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Variable","value":"the number of unlocked doors among Rooms you control"},"toughness":{"type":"Variable","value":"the number of unlocked doors among Rooms you control"},"types":["Creature","Spirit"],"colors":["Blue"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you unlock this door, create an X/X blue Spirit creature token with flying, where X is the number of unlocked doors among Rooms you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"4f70b0ee-c24c-45fa-b878-9ba69266344f","metadata":{"related_token_ids":["cf39570a-a491-5d21-a385-0119796ac0a9"],"source_printing_ids":["4700987d-fc55-44eb-bc9f-0e0316ca65e2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK"],"rarities":["uncommon"]},"mizzium mortars":{"name":"Mizzium Mortars","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Mizzium Mortars deals 4 damage to target creature you don't control.\nOverload {3}{R}{R}{R} (You may cast this spell for its overload cost. If you do, change \"target\" in its text to \"each.\")","non_ability_text":null,"flavor_name":null,"keywords":[{"Overload":{"type":"Cost","shards":["Red","Red","Red"],"generic":3}}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 4 damage to target creature you don't control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"48ddba1e-2ad7-463f-9307-d2379a800e51","metadata":{"source_printing_ids":["2367b094-9482-4e3a-aa9d-dd878d1c3dea","544b2931-0af1-4743-b7c1-91e1dc9294d5","708557e2-c1b4-4e45-b568-17763b7a9924","85e72d7b-8d0f-4953-b8b1-7ddfaaa9fc06","bef58faf-4d5e-4c66-9780-28abfc4c0c69","c997501a-821e-4509-b752-fac01230342e","d4ded88d-2688-4f5e-a8b2-16216cf9c792"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C15","CLB","GK1","MM3","PIO","PRM","RTR","SLD"],"rulings":[{"date":"2024-01-12","text":"Because a spell with overload doesn't target when its overload cost is paid, it may affect permanents with hexproof or with protection from the appropriate color."},{"date":"2024-01-12","text":"If you are instructed to cast a spell with overload \"without paying its mana cost,\" you can't choose to pay its overload cost instead."},{"date":"2024-01-12","text":"If you don't pay the overload cost of a spell with overload, that spell will have a single target. If you pay the overload cost, the spell won't have any targets."},{"date":"2024-01-12","text":"Note that if the spell with overload is dealing damage, protection from that spell's color will still prevent that damage."},{"date":"2024-01-12","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an overload cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare","mythic"]},"mm'menon, the right hand":{"name":"Mm'menon, the Right Hand","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Jellyfish","Advisor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nYou may look at the top card of your library any time.\nYou may cast artifact spells from the top of your library.\nArtifacts you control have \"{T}: Add {U}. Spend this mana only to cast a spell from anywhere other than your hand.\"","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast artifact spells from the top of your library."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]},"restrictions":[{"SpellFromZone":{"zone":"Hand","polarity":"NotFrom"}}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}. Spend this mana only to cast a spell from anywhere other than your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Artifacts you control have \"{T}: Add {U}. Spend this mana only to cast a spell from anywhere other than your hand.\""}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"de58fa4b-eeeb-4dc8-aab9-6521b15678cc","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["53bd9149-e157-4f0b-becf-0b64f47dbad3","82add0a0-e402-4b31-b101-81c0bf332015"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"model of unity":{"name":"Model of Unity","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever players finish voting, you and each opponent who voted for a choice you voted for may scry 2.\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"Vote","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever players finish voting, you and each opponent who voted for a choice you voted for may scry 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"d7b69fd7-e575-4009-8549-f576249ba641","metadata":{"source_printing_ids":["0d804d47-1f7b-47bd-9eac-aa539eda9af7","9e77ad2b-0ed6-4d8d-95a2-ac2c9a5492cd","f42ccb39-c838-426f-8b71-6a071d83cf9a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LTC"],"rulings":[{"date":"2023-06-16","text":"If multiple players are instructed to scry at once, those players each look at the top cards of their library at the same time, then they choose in turn order whether to put those cards on the top or bottom of their library and in what order."}],"rarities":["rare"]},"mog, moogle warrior":{"name":"Mog, Moogle Warrior","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Moogle","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nDance — At the beginning of your end step, each player may discard a card. Each player who discarded a card this way draws a card. If a creature card was discarded this way, you create a 1/2 white Moogle creature token with lifelink. Then if a noncreature card was discarded this way, put a +1/+1 counter on each Moogle you control.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Moogle","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"types":["Creature","Moogle"],"colors":["White"],"keywords":["Lifelink"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[{"Subtype":"Moogle"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Card",{"Non":"Creature"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each player may discard a card. Each player who discarded a card this way draws a card. If a creature card was discarded this way, you create a 1/2 white Moogle creature token with lifelink. Then if a noncreature card was discarded this way, put a +1/+1 counter on each Moogle you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"f18cce8c-8fb6-49a7-8f79-2529c0ee3ecc","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["187a3e3d-1dd0-5dac-8f49-f737dff2e78f"],"source_printing_ids":["572b31b6-ae09-43a7-a8d4-8f0f99f5cd8e","e9cb8ac9-64a0-455d-a8dd-1579ee321bbd","f8ed092f-3a85-45d5-b986-2d400d6e1bad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"As long as at least one creature card was discarded this way, you'll create a Moogle token, and as long as at least one noncreature card was discarded this way, you'll put a +1/+1 counter on each Moogle you control. Additional creature cards discarded beyond the first won't result in additional Moogle tokens, and additional noncreature cards discarded beyond the first won't result in additional counters."}],"rarities":["rare"]},"mogg war marshal":{"name":"Mogg War Marshal","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Echo {1}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)\nWhen this creature enters or dies, create a 1/1 red Goblin creature token.","non_ability_text":null,"flavor_name":null,"keywords":[{"Echo":{"type":"Mana","data":{"type":"Cost","shards":["Red"],"generic":1}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Goblin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 1/1 red Goblin creature token.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Goblin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create a 1/1 red Goblin creature token.","constraint":null,"condition":null,"batched":false},{"mode":"PayEcho","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.30a: At the beginning of your upkeep, sacrifice this permanent unless you pay its echo cost.","constraint":null,"condition":{"type":"EchoDue"},"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7b8f4879-578e-40e4-863a-41d0c32c6bdd","metadata":{"related_token_ids":["12a89d08-9938-5ef1-8c72-d8d57cff8cda","1e96a870-1f0d-59e2-ac6d-84d600c5125a","261364f9-97f9-5ecd-a221-2d7b039ed47f","32aa33fc-99b2-54ad-9990-fa9b874f2fff","8d32e4af-d168-5a47-9b9e-4512e2063e6d","8eef2917-0d4d-50c8-a06f-49e75b85b242","a82aa998-5fbf-5125-ac16-b9d57f944875"],"source_printing_ids":["4ebce261-3a53-48f2-a173-0d98c68aff2c","7fb6d241-f68b-45c8-a79a-f6c274bd8512","8b9e0bdb-b615-447a-b80d-d7244c25c56e","8c4ad771-b708-476f-bd08-3bd1ce8508d3","a7f7f39c-94a0-4ccb-b658-23095ada4005","d3f75cf8-5346-497d-b5af-72b268a72f2b","dc45b117-8ba1-4349-ac06-f690cde48c17","deed0a5a-6662-460c-bd78-e3d95e8bc83e","e6da34e4-3ad6-40a2-be7f-0b2cb6fa2be7","fc027246-1dd3-4be0-bea6-3a7476a833ce","fd170aa1-18be-470e-aa36-bfb11e9f92c1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DD1","DMR","EMA","EVG","MMA","PLST","SLD","TSP","TSR"],"rarities":["common","rare"]},"molecule man":{"name":"Molecule Man","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Villain"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Nonland cards in your hand have miracle {0}. (You may cast a card for its miracle cost when you draw it if it's the first card you drew this turn.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"modifications":[{"type":"AddKeyword","keyword":{"Miracle":{"type":"Cost","shards":[],"generic":0}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Nonland cards in your hand have miracle {0}."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"ba944437-0b55-47cb-92dc-2477ce6726c3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3b4f30a7-4096-48f4-b502-3e31e0940632","ee64d0dd-e3d8-4abc-b9d6-b19c505fbfa1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"molten lavamancer":{"name":"Molten Lavamancer","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Warlock","Villain"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nWhenever a source you control deals noncombat damage to one or more of your opponents during your turn, you create a 1/1 red Elemental creature token. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Prowess"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elemental"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"NoncombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a source you control deals noncombat damage to one or more of your opponents during your turn, you create a 1/1 red Elemental creature token. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5fc60833-6e03-4bfa-833f-7d51c696db93","metadata":{"related_token_ids":["3937d118-134c-59bb-b38f-5cd60d31c753"],"source_printing_ids":["6b036661-a94c-46b6-aa8f-adff2ccc5b92"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["uncommon"]},"molten-core maestro":{"name":"Molten-Core Maestro","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Bard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Menace\nOpus — Whenever you cast an instant or sorcery spell, put a +1/+1 counter on this creature. If five or more mana was spent to cast that spell, add an amount of {R} equal to this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"color_options":["Red"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"TriggeringSpell","metric":{"type":"Total"}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, put a +1/+1 counter on ~. If five or more mana was spent to cast that spell, add an amount of {R} equal to ~'s power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"485233bf-dc4b-4f31-8dfb-5054aee70c08","metadata":{"source_printing_ids":["326dfe32-3674-4a11-acd8-5ba62371235a","cb23a7c0-126a-4ed9-b46d-11cfe371c381"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"An opus ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2026-03-20","text":"Molten-Core Maestro's last ability is not a mana ability. It uses the stack and can be responded to."}],"rarities":["rare"]},"monastery siege":{"name":"Monastery Siege","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Khans or Dragons.\n• Khans — At the beginning of your draw step, draw an additional card, then discard a card.\n• Dragons — Spells your opponents cast that target you or a permanent you control cost {2} more to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Draw","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your draw step, draw an additional card, then discard a card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Khans"},"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"ChosenLabelIs","label":"Dragons"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells your opponents cast that target you or a permanent you control cost {2} more to cast."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Khans","Dragons"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Khans or Dragons.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"240a33a8-23a0-4cb2-a9fd-1a2a21966bb8","metadata":{"source_printing_ids":["30154ecf-f7ae-435b-a339-0219650bebed","32d2a1ad-210c-444d-9cb7-b78b493db7ea","eef398b5-38f7-4a11-8fcf-d4e0d27267cf"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C17","FRF"],"rulings":[{"date":"2014-11-24","text":"Each Siege will have one of the two listed abilities, depending on your choice as it enters the battlefield."},{"date":"2014-11-24","text":"Each of the last two abilities is linked to the first ability. They each refer only to the choice made as a result of the first ability. If a permanent enters the battlefield as a copy of one of the Sieges, its controller will make a new choice for that Siege. Which ability the copy has won’t depend on the choice made for the original permanent."},{"date":"2014-11-24","text":"The words “Khans” and “Dragons” are anchor words, connecting your choice to the appropriate ability. Anchor words are a new rules concept. “[Anchor word] — [Ability]” means “As long as you chose [anchor word] as this permanent entered the battlefield, this permanent has [ability].” Notably, the anchor word “Dragons” has no connection to the creature type Dragon."},{"date":"2014-11-24","text":"The “Dragons” ability adds {2} per spell, not per target. It won’t cause a spell to cost more than {2} more to cast, even if that spell targets you and a permanent you control or more than one permanent you control."},{"date":"2014-11-24","text":"The “Khans” ability happens after you draw the card you normally draw during your draw step. That card and the additional card will be in your hand when you have to discard a card."}],"rarities":["rare"]},"monastery swiftspear":{"name":"Monastery Swiftspear","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Haste\nProwess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Prowess"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"dafd2713-d1bc-474b-b390-d2ff20b5375e","metadata":{"source_printing_ids":["3c9899a8-f5b0-427f-ac87-09fc8afe0f23","439d4ade-45c8-414b-a2fe-a57f9672bceb","58db2f81-6ff5-402c-8aef-0b667e82cdc4","adadb18e-cd71-4049-9d4a-4ecab2db3a39","b81c6c8b-a9cf-4866-89ba-7f8ad077b836","bfa31067-78f4-4804-a544-44d2cbaa80c6","d4ef14b6-e604-40c3-bf7e-587a192a68bc","d6bfa227-4309-40ed-952c-279595eab17e","dc63a3f6-d105-42b1-aaf9-78a680424dfc","e8b9d59d-bac9-4092-901e-2b861c186868","ee6cb6af-81c6-4121-9941-7e9c1e68686a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"banned","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","BRO","IMA","KTK","PIO","PLST","PRM","SCH","SLD","TSR"],"rulings":[{"date":"2014-09-20","text":"Any spell you cast that doesn't have the type creature will cause prowess to trigger. If a spell has multiple types, and one of those types is creature (such as an artifact creature), casting it won't cause prowess to trigger. Playing a land also won't cause prowess to trigger."},{"date":"2014-09-20","text":"Once it triggers, prowess isn't connected to the spell that caused it to trigger. If that spell is countered, prowess will still resolve."},{"date":"2014-09-20","text":"Prowess goes on the stack on top of the spell that caused it to trigger. It will resolve before that spell."},{"date":"2021-03-19","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."}],"rarities":["common","uncommon","rare","special"]},"mondassian colony ship":{"name":"Mondassian Colony Ship","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Spacecraft"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature attacks, it gets +1/+1 until end of turn for each other creature its controller controls that shares a creature type with it.\nWhenever chaos ensues, turn target creature face down. It becomes a 2/2 Cyberman artifact creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"TriggeringPlayer","properties":[{"type":"Another"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"TriggeringSource"}}]}}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"TriggeringPlayer","properties":[{"type":"Another"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"TriggeringSource"}}]}}}},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature attacks, it gets +1/+1 until end of turn for each other creature its controller controls that shares a creature type with it.","constraint":null,"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"TurnFaceDown","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"profile":{"power":2,"toughness":2,"extra_core_types":["Artifact"],"subtypes":["Cyberman"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, turn target creature face down. It becomes a 2/2 Cyberman artifact creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9cc34a5b-550d-4d3e-b3e5-4d4630649882","metadata":{"source_printing_ids":["ba6728e1-12f0-40a7-90f9-520f3572b190"]},"legalities":{},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Double-faced permanents that are already on the battlefield can't be turned face down this way. However, a double-faced card can be put onto the battlefield face down from another zone this way."},{"date":"2023-10-13","text":"Each creature turned face down this way or put onto the battlefield this way is a 2/2 Cyberman artifact creature with no name and no color."},{"date":"2023-10-13","text":"If the face-down card has a morph ability, its controller may turn it face up by paying the associated morph cost."},{"date":"2023-10-13","text":"If, for any reason, the face-down creature is turned face up, the effect making it a Cyberman ends. It will be whatever is printed on the card."},{"date":"2023-10-13","text":"The player who controls a face-down permanent may look at it at any time. Notably, if the cards were put on the battlefield face down from another player's library, the player that owns them does not get to look at those cards."}],"rarities":["common"]},"mondo gecko":{"name":"Mondo Gecko","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Lizard","Mutant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{1}, Discard a card: Until end of turn, Mondo Gecko becomes the color of your choice and gains hexproof from that color.\nWhenever Mondo Gecko deals combat damage to a player, draw a card for each color among permanents you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Choose","choice_type":"Color","persist":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddChosenColor"},{"type":"AddKeyword","keyword":{"HexproofFrom":{"type":"ChosenColor"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"the color of your choice and gains hexproof from that color"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"{1}, Discard a card: Until end of turn, ~ becomes the color of your choice and gains hexproof from that color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, draw a card for each color among permanents you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fa3ae120-756d-4c52-91f9-235767539d67","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["018e9fd1-3e7f-4909-bab1-3edb9c9e4326","665e44f9-bc0d-40aa-83a4-f7fe64f2506d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"Mondo Gecko's first ability causes it to become only the chosen color. It will no longer be the color or colors it was previously. (It will still have hexproof from any other colors chosen that turn.)"},{"date":"2026-01-27","text":"The five colors are white, blue, black, red, and green. Colorless is not a color."}],"rarities":["mythic"]},"monkey-":{"name":"Monkey-","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Monkey"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a nontoken creature you control dies,\nAugment {2}{G} ({2}{G}, Reveal this card from your hand: Combine it with target host. Augment only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":["Augment"],"abilities":[{"kind":"Activated","effect":{"type":"CombineHost","source":"Source","host":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasSupertype","value":"Host"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},{"type":"Reveal","count":1,"filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":"Augment {2}{G}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Hand","ability_tag":{"type":"Augment"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":null,"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature you control dies,","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green"],"color_identity":["Green"],"scryfall_oracle_id":"8937f17f-f052-416a-b5d4-b91b9f0793c9","metadata":{"source_printing_ids":["569f48f9-db8c-458d-b1c8-fed5fd844bfd"]},"legalities":{},"printings":["UST"],"rulings":[{"date":"2018-01-19","text":"Augment can (and usually does) change the name, card types, subtypes, rules text, and power/toughness. The combined creature will have (at least) two artists and may now have multiple colors. Anything covered up in the augment process doesn’t count, so ignore things to the left of the “metal bar” in the art of host creatures."},{"date":"2018-01-19","text":"Augment can’t target creatures that aren’t host creatures."},{"date":"2018-01-19","text":"Augment is an activated ability that you activate from your hand. To do so, reveal the card, choose a target host creature, and pay the augment cost. As this ability resolves, if the card with augment is still in your hand, put it onto the battlefield combined with the host creature."},{"date":"2018-01-19","text":"Creatures with augment don’t have a mana cost and can’t be cast."},{"date":"2018-01-19","text":"The creature card with augment isn’t put onto the battlefield until the ability resolves. This means if the host is destroyed, the creature with augment stays in your hand. You can’t choose a different host, but you can activate augment again if there’s another host available."},{"date":"2018-01-19","text":"You can’t activate augment unless there is a host creature on the battlefield. It doesn’t need to be yours. Note though that if you augment another player’s host creature, they control the combined creature."},{"date":"2018-01-19","text":"You can’t put more than one augment card on a single host creature. Once a host creature is augmented, the host part gets covered up and it’s no longer a host creature."}],"rarities":["uncommon"]},"monoist gravliner":{"name":"Monoist Gravliner","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature stations this Spacecraft, that creature perpetually gains deathtouch and lifelink.\nStation\n6+ | Flying, Deathtouch, Lifelink","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Stationed","execute":{"kind":"Spell","effect":{"type":"ApplyPerpetual","target":{"type":"ParentTarget"},"modification":{"kind":"GrantKeywords","keywords":["Deathtouch","Lifelink"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature stations ~, that creature perpetually gains deathtouch and lifelink.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Deathtouch"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":6},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"6+ | Flying, Deathtouch, Lifelink"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":2},{"type":"SetToughness","value":3}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":6},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 6+"}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"53463e9d-fd32-411c-8233-db4ea29427ff","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YEOE"]},"monoxa, midway manager":{"name":"Monoxa, Midway Manager","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Employee"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you roll a 3 or higher, Monoxa gains first strike until end of turn. If the roll was 4 or higher, it gains menace until end of turn. If the roll was 5 or higher, it gains lifelink until end of turn.\n{6}: Roll a six-sided die.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":6,"results":[]},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":6}},"sub_ability":null,"duration":null,"description":"{6}: Roll a six-sided die.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"RolledDieOnce","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Menace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain menace"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain lifelink"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll a 3 or higher, ~ gains first strike until end of turn. If the roll was 4 or higher, it gains menace until end of turn. If the roll was 5 or higher, it gains lifelink until end of turn.","constraint":null,"condition":null,"batched":false,"die_result":{"AtLeast":3}}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"d8e6cdab-234a-46b9-8b6c-164034cf2bc7","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["45fdf560-a106-4991-bb0b-2811db33ee1e","50e56f12-2097-413d-9a79-8476067900b7","90b43168-44fb-439f-80e7-cb2539ca511f","bbad95fc-7f3e-49f9-82e2-3d3673ec27a3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["UNF"],"rulings":[{"date":"2022-10-07","text":"Each die is identified by the number of faces it has. A six-sided die is a die with six equally likely outcomes: 1, 2, 3, 4, 5, and 6. The roll must be fair. Although physical dice are recommended, digital substitutes are allowed except in cases where the physical die is required for the effect."},{"date":"2022-10-07","text":"If a die is rerolled, the original roll essentially never happened: it doesn't cause any abilities to trigger, and no effect that cares about die rolls will consider it."},{"date":"2022-10-07","text":"If an ability triggers \"whenever you roll a die,\" it will trigger whenever you roll any die, including the planar die. This is a change from previous Un- rules. Some abilities use the result to determine part of the effect. If you get a non-numerical result (currently just the planar die, but the future is long), that part of the effect won't do anything."},{"date":"2022-10-07","text":"Results can be numbers not ordinarily possible on a six-sided die. Spells like Scooch can change the result to 0 or 7, for example."},{"date":"2022-10-07","text":"Some effects may modify the result of a die roll. This may be part of the instruction to roll a die, or it may come from other cards. Anything that references the \"result\" of a die roll is looking for the result after these modifications."},{"date":"2022-10-07","text":"Something in the game must tell you to roll a die. If you roll a die for any other reason (to simulate a coin flip, to choose pizza toppings, to create alternate timelines), that roll doesn't count."},{"date":"2022-10-07","text":"The die roll caused by the activated ability has no inherent effect: you just roll a six-sided die, but any ability that triggers whenever you roll a die will trigger. Abilities that trigger whenever you roll a specific result, such as Monoxa's first ability, may also trigger."}],"rarities":["uncommon"]},"mons's goblin raiders":{"name":"Mons's Goblin Raiders","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a37159df-f6d7-4db6-85de-0ea77f425993","metadata":{"source_printing_ids":["0d3eff55-6a14-4c01-8b05-715094a319b3","2fbf039d-0ab9-4c42-a0a3-cbfa3ea1dd6e","34ac4e28-1677-4f88-9b1a-7a32635f0ab2","6e81e219-c840-4844-be87-0449ab0fa645","8324c5a9-d126-4510-90ac-c6b1424137d9","8874865b-5ce0-443f-a49e-0eaade5939da","9f31c715-9ab8-4578-989f-141099b6750c","affefdf8-a346-4e06-a727-67ce543ae8e6","b4eb3db3-6a7c-488a-9433-d5d1d3133816","bdbe033a-1771-4269-9381-4b460d574a38","e1a837b1-6808-4823-ac30-ca43009f14e4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","CED","CEI","FBB","ITP","LEA","LEB","RQS","S00","S99","SUM"],"rarities":["common"]},"monstrous emergence":{"name":"Monstrous Emergence","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, choose a creature you control or reveal a creature card from your hand.\nMonstrous Emergence deals damage equal to the power of the creature you chose or the card you revealed to target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals damage equal to the power of the creature you chose or the card you revealed to target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5542ea4d-34ab-4f89-8894-793a7038f501","additional_cost":{"type":"Required","data":{"type":"Behold","count":1,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"action":"ChooseOrReveal"}},"metadata":{"source_printing_ids":["b999eb47-b842-47f1-be91-c79fc46e1896"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"If you chose a creature on the battlefield, use that creature's power when Monstrous Emergence resolves to determine how much damage is dealt. If that creature is no longer on the battlefield when Monstrous Emergence resolves, use that creature's power as it last existed on the battlefield to determine how much damage is dealt."}],"rarities":["common"]},"monument to endurance":{"name":"Monument to Endurance","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you discard a card, choose one that hasn't been chosen this turn —\n• Draw a card.\n• Create a Treasure token.\n• Each opponent loses 3 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Draw a card.","Create a Treasure token.","Each opponent loses 3 life."],"allow_repeat_modes":false,"constraints":[{"type":"NoRepeatThisTurn"}],"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you discard a card","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e69e8de4-b521-4888-8074-17f1efe2f345","metadata":{"related_token_ids":["79b7a1b8-532b-580f-ad16-5a2dcd304e35"],"source_printing_ids":["c66cbdac-1d15-40f5-b76f-6f21b917abbc","c75f3b27-7c08-4e92-ae9a-6208aa9aec0c","d21433ba-0a14-42bc-ad0b-a4ef823a3295"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rulings":[{"date":"2025-02-07","text":"If you discard a card after all three have been chosen in a turn, that instance of the ability is removed from the stack with no effect."}],"rarities":["rare"]},"moon girl and devil dinosaur":{"name":"Moon Girl and Devil Dinosaur","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Dinosaur","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you draw your second card each turn, until end of turn, Moon Girl and Devil Dinosaur's base power and toughness become 6/6 and they gain trample.\nWhenever an artifact you control enters, draw a card. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":6},{"type":"SetToughness","value":6},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~'s base power and toughness become 6/6 and they gain trample"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you draw your second card each turn, until end of turn, ~'s base power and toughness become 6/6 and they gain trample.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an artifact you control enters, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"bfe0818b-ae13-4174-85c8-24b895d28df0","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["42141284-32b3-4195-b696-801232fe6799","8c6a6d11-45cb-4def-a04b-51b91e1747db"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"moonring mirror":{"name":"Moonring Mirror","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you draw a card, exile the top card of your library face down.\nAt the beginning of your upkeep, you may exile all cards from your hand face down. If you do, put all other cards you own exiled with this artifact into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you draw a card, exile the top card of your library face down.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Hand","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Another"},{"type":"Owned","controller":"You"}]},{"type":"ExiledBySource"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may exile all cards from your hand face down. If you do, put all other cards you own exiled with ~ into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"037c49e4-39ca-4d72-8f5c-9adc5687601b","metadata":{"source_printing_ids":["8d36357a-97f6-4b2f-abbf-43f84c29609d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CHK"],"rulings":[{"date":"2004-12-01","text":"If you choose to use Moonring Mirror’s second ability, you return all the cards you own exiled by both of its abilities, but not any of the cards you just exiled from your hand."},{"date":"2004-12-01","text":"Note that Moonring Mirror’s first ability is not a replacement effect."}],"rarities":["rare"]},"moonstone harbinger":{"name":"Moonstone Harbinger","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, deathtouch\nWhenever you gain or lose life during your turn, Bats you control get +1/+0 and gain deathtouch until end of turn. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Flying"],"abilities":[],"triggers":[{"mode":"LifeChanged","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[{"Subtype":"Bat"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+0 and gain deathtouch"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain or lose life during your turn, Bats you control get +1/+0 and gain deathtouch until end of turn. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fcae4f9d-8f81-42f9-93a3-82a482851bdd","metadata":{"source_printing_ids":["59e4aa8d-1d06-48db-b205-aa2f1392bbcb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rarities":["uncommon"]},"morbid curiosity":{"name":"Morbid Curiosity","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice an artifact or creature.\nDraw cards equal to the mana value of the sacrificed permanent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw cards equal to the mana value of the sacrificed permanent.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"59c620fb-a58d-4038-a7e2-0185324b5123","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}]},"count":1}},"metadata":{"source_printing_ids":["03898f46-a26c-4765-8f1e-ea976fc53d7e","2f26722e-e7fc-4a90-9a5b-cefda096e5fe"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BBD","KLD"],"rulings":[{"date":"2016-09-20","text":"If a permanent has {X} in its mana cost, X is considered to be 0."},{"date":"2016-09-20","text":"If an effect copies Morbid Curiosity, the controller of the copy will draw the same number of cards as determined by the original. Its controller can't and doesn't have to sacrifice a permanent."},{"date":"2016-09-20","text":"To determine how many cards to draw, use the mana value of the permanent immediately before you sacrificed it."}],"rarities":["uncommon"]},"morbid opportunist":{"name":"Morbid Opportunist","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever one or more other creatures die, draw a card. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more other creatures die, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"322f44f0-e6da-4ee0-b474-e7d5e9a461c5","metadata":{"source_printing_ids":["08838865-a9b6-4323-96a2-0d3a7aba9d3d","0b9fa939-2891-41da-a50c-cd1c5ff5e15f","1bfd3be4-2cea-4a88-a55f-e6ebeecd4c96","1f6ed601-3f89-4e8f-b806-f02b903fd8c7","311b0989-63fa-44a3-b1a2-86e39e940ff3","318370d0-1c12-4228-b2c9-2a766e234091","44b14a83-ba66-4c94-8b67-ebe577024532","49966f0c-7edb-4543-be5b-2b26d8351852","56f5fd4b-6d16-41e1-96ba-c8874d86072a","5a53982e-3d66-4808-bcb5-46ff40567872","5f0440bc-807a-4425-8707-e74f468b2ca7","71b59dbb-c9f9-4f28-9caf-fc836dfe67cd","7357386d-7ede-449f-bd30-b19a08921d86","75ce7a2a-95c3-4854-ab70-15d144d44714","de7896fb-3f3f-4efa-af84-39be17145967"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","DBL","DSC","FIC","INR","J25","MID","OTC","PIP","PLST","SOC","SPG","TDC"],"rulings":[{"date":"2024-11-08","text":"If Morbid Opportunist dies at the same time as one or more other creatures, Morbid Opportunist's ability still triggers."}],"rarities":["uncommon","mythic"]},"morkrut necropod":{"name":"Morkrut Necropod","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Slug","Horror"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Menace (This creature can't be blocked except by two or more creatures.)\nWhenever this creature attacks or blocks, sacrifice another creature or land.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"AttacksOrBlocks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Another"}]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks or blocks, sacrifice another creature or land.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ed3990cd-fa67-427b-bbe4-a2b1942e9be2","metadata":{"source_printing_ids":["2230770d-738f-40a7-8d36-de6222063791","433db42d-c443-4f3a-9f86-937cf231ccdf","f726f215-d0a5-4e2c-b874-9dc209479993"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J25","SIR","SOI"],"rulings":[{"date":"2016-04-08","text":"In the unusual situation that you control no other creatures or lands, the last ability won't do anything. Morkrut Necropod can attack or block with no penalty."},{"date":"2016-04-08","text":"When Morkrut Necropod attacks, its trigger doesn't resolve until after all attackers have been chosen. The same is true for when it blocks. This means that another creature, such as one enchanted with Invocation of Saint Traft, can also attack or block and then be sacrificed. Sacrificing a blocking creature this way doesn't cause the creature it blocked to become unblocked."}],"rarities":["common","uncommon"]},"morophon, the boundless":{"name":"Morophon, the Boundless","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Changeling (This card is every creature type.)\nAs Morophon enters, choose a creature type.\nSpells of the chosen type you cast cost {W}{U}{B}{R}{G} less to cast. This effect reduces only the amount of colored mana you pay.\nOther creatures you control of the chosen type get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":["Changeling"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells of the chosen type you cast cost {W}{U}{B}{R}{G} less to cast. This effect reduces only the amount of colored mana you pay."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenCreatureType"},{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control of the chosen type get +1/+1."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"bf418a2f-e639-4e52-9cad-5a0713a1829b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["33c2e889-d2e1-4197-ba97-81a2b8512746","58e4a55f-b35a-411a-9a05-0cbb0d767920","84238335-e08c-421c-b9b9-70a679ff2967","9693e59b-032d-4ddc-a7d1-88a0f52dcc6c","9f4b771e-1f3a-406c-b92f-4c0664edacb5","c8e87f00-1772-4141-9ee4-e57344f5076e","dbf0e27d-9b68-44dc-82ff-53d6817fb9d5","ea2cfd10-37d9-4429-842e-f5a4c9abe3a4","f21e1de9-7128-4797-8483-86ac826ab1e4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM","M3C","MH1","PJ21","PLST","PMH1","SLD"],"rulings":[{"date":"2019-06-14","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to other creatures you control of the chosen type may become lethal if Morophon leaves the battlefield during that turn."},{"date":"2019-06-14","text":"Cost reduction effects are applied after other cost modifiers, so Morophon can reduce additional costs or alternative costs of spells of the chosen type."},{"date":"2019-06-14","text":"If a spell has hybrid mana symbols in its mana cost, you choose which half you will be paying before determining the total cost. For example, if a spell of the chosen type costs {2}{W/U}{W/U}, you may choose for the cost to be {2}{W}{U} and then reduce it to {2}."},{"date":"2019-06-14","text":"Morophon's effect reduces the total cost by up to one mana of each color. For example, if a spell of the chosen type costs {4}{R}{W}{W}, it will cost {4}{W} after applying Morophon's effect."},{"date":"2019-06-14","text":"You must choose an existing creature type, such as Sliver or Warrior. Card types such as artifact, and supertypes such as legendary or snow, can't be chosen."}],"rarities":["mythic"]},"morphling":{"name":"Morphling","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{U}: Untap this creature.\n{U}: This creature gains flying until end of turn.\n{U}: This creature gains shroud until end of turn. (It can't be the target of spells or abilities.)\n{1}: This creature gets +1/-1 until end of turn.\n{1}: This creature gets -1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":null,"description":"{U}: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: ~ gains flying until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain shroud"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: ~ gains shroud until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: ~ gets +1/-1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: ~ gets -1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"19f233b2-8be6-4172-abf9-b132fc3393d9","metadata":{"source_printing_ids":["812f4d5c-aacf-4bd8-849d-80a357a7804d","a0d09164-f53f-4f80-8166-8faeacaff418"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["G10","PRM","USG","VMA"],"rarities":["rare","mythic"]},"moseo, vein's new dean":{"name":"Moseo, Vein's New Dean","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bird","Skeleton","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen Moseo enters, create a 1/1 black and green Pest creature token with \"Whenever this token attacks, you gain 1 life.\"\nInfusion — At the beginning of your end step, if you gained life this turn, return up to one target creature card with mana value X or less from your graveyard to the battlefield, where X is the amount of life you gained this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Pest","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Pest"],"colors":["Black","Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you gain 1 life.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 1/1 black and green Pest creature token with \"Whenever ~ attacks, you gain 1 life.\"","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you gained life this turn, return up to one target creature card with mana value X or less from your graveyard to the battlefield, where X is the amount of life you gained this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c2e2f21a-0338-44d7-96a5-5a277f0ec419","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["77b94566-2476-57f5-8f47-5904adcffe86"],"source_printing_ids":["6877180c-22a1-4c4d-9178-316f4c34661b","b5f7cc28-ab95-4880-ade6-b28245cf12af"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If a card in a graveyard has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2026-03-20","text":"Moseo's last ability will check as your end step starts to see if you gained life this turn. If you didn't, the ability won't trigger at all. It's not possible to gain life during your end step in time to have the ability trigger."}],"rarities":["rare"]},"mosswort bridge":{"name":"Mosswort Bridge","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Hideaway 4 (When this land enters, look at the top four cards of your library, exile one face down, then put the rest on the bottom in a random order.)\nThis land enters tapped.\n{T}: Add {G}.\n{G}, {T}: You may play the exiled card without paying its mana cost if creatures you control have total power 10 or greater.","non_ability_text":null,"flavor_name":null,"keywords":[{"Hideaway":4}],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":true,"mode":"Play"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{G}, {T}: You may play the exiled card without paying its mana cost if creatures you control have total power 10 or greater.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":10}},"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Exile","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"HideawayConceal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.75a: Hideaway 4 — when this permanent enters, look at the top 4 cards of your library, exile one face down, and put the rest on the bottom in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7cb9e29f-835f-4155-a2a5-4b778866c773","metadata":{"source_printing_ids":["1490c0dc-06d6-45ee-af3c-2935b0ab1233","1a9d3a6d-4e6a-42ac-84de-3a3868ca026d","28b0c20f-6727-462a-bdfe-457e487f11d3","38234590-812c-4d29-80c1-32b9e1282580","3ed79e47-e91b-40c6-adc2-7ec5d3ad17cf","69955979-1ca3-4fd3-ab7a-dd65c06a9ce0","7c897c1d-917d-4834-9348-91dfdc22595c","7e608136-d934-4785-abb6-f423722e3835","7f3a9d35-39c9-4f9d-adab-2291db1a3b40","851a7251-7af5-4137-8422-159314f7351a","a02ddda8-703a-468c-93ec-87dc22820fd4","b4f80d5f-539b-4abf-909b-be710d95a2a1","cad76383-289a-4ee7-a153-f7a276babe26","cbc74505-4d75-4bae-bf43-ec08731dfdd9","d8b818f1-fdb2-4bd4-9b67-6146d6b1c5b2","e2f2bd6c-fd3b-4dbd-a710-f004011fd58b","f1bc3755-054d-4037-aea2-7376c0b865c8","f61cf774-f821-4393-9c68-bdab2e2a88d3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","ARC","BLC","C13","C15","C16","C17","C18","C20","C21","CLB","DDR","DSC","LCC","LRW","MKC","MOC","NCC","SLD","TDC"],"rulings":[{"date":"2022-04-29","text":"\"Hideaway N\" means \"When this permanent enters the battlefield, look at the top N cards of your library. Exile one of them face down and put the rest on the bottom of your library in a random order. The exiled card gains 'The player who controls the permanent that exiled this card may look at this card in the exile zone.'\""},{"date":"2022-04-29","text":"Any player who has controlled a permanent with a hideaway ability since a card was exiled with it may look at that card."},{"date":"2022-04-29","text":"Hideaway now causes you to put the rest of the cards on the bottom of your library in a random order instead of any order."},{"date":"2022-04-29","text":"Previously, permanents with hideaway entered the battlefield tapped. This ability has been removed from the definition of hideaway. Older cards have received errata to have an additional paragraph that reads \"[This permanent] enters the battlefield tapped,\" and they now have hideaway 4."}],"rarities":["rare"]},"mother of runes":{"name":"Mother of Runes","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Target creature you control gains protection from the color of your choice until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Protection":"ChosenColor"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain protection from the color of your choice"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"{T}: Target creature you control gains protection from the color of your choice until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"60433b48-d27f-413c-905c-43839b1943f1","metadata":{"source_printing_ids":["0b1a46ab-95cb-4c24-924f-fc2afd4fcac7","62d898e8-0b85-43eb-ae62-d33147135513","6f07a7f2-5221-45ef-b8d6-d9d18c882806","7a292b47-95b2-4e10-a31f-a619ed046b8e","8bdb0349-a759-473e-a192-7ca85ef8e515","a5e19147-e459-43a6-8ef0-e37968a462e3","a6a96d0b-5c8f-4563-92a0-a2c9e595100b","cb39d0c3-ba52-4662-b190-929b9ab9911f","e69db7d6-80fd-4832-b9f4-47eb4aab54e6","f527010e-d382-4bd5-8de6-0e3898b80deb","fc0b64f2-2bbb-40bb-b025-3a303a22f68b","fdf2354e-1232-452e-b89b-78ac8be206f7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["AA2","CLB","CMA","CMD","DDO","EMA","F04","PLST","PRM","SLD","ULG"],"rarities":["uncommon","rare"]},"mountain":{"name":"Mountain","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Basic"],"core_types":["Land"],"subtypes":["Mountain"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {R}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a3fb7228-e76b-4e96-a40e-20b5fed75685","metadata":{"source_printing_ids":["005a993c-5111-4364-9fba-75b3d94a8296","01534212-5a65-4088-b45b-0823736a8fd5","01550676-3659-47d7-9a47-67c31438ec09","0162885d-3f55-4440-b40d-e38d378c4567","021fa322-f38c-4d94-8122-5b13425106d9","02244055-cbeb-4074-9482-42ec20721312","025e57e4-d088-4ad9-b872-cba327f63e9c","0282ebd2-c264-4157-9808-7151988d7cb6","02c9e76e-6eb1-4d0f-9cce-376cb31eab4b","0333e39b-45e7-46df-908c-0748092ce8c1","03683fbb-9843-4c14-bb95-387150e97c90","03bacab3-25fb-4a0c-81b3-7e9e22899c2c","03cd5953-37fc-4a8a-89f8-0b5dd8412dc9","03e34d39-0628-4832-b42c-650ca7e9b318","042b04b4-f7f4-4c1a-86ad-b50d788aa99e","0497551e-eb90-48db-90e9-0f917da41d9e","05712bcb-eb67-4e84-a640-7e507675756a","05f9bdca-0d54-46c7-b803-9083dfc9ee24","061dae7f-e590-4760-b447-3a4a353084d0","068bbaea-874c-4f02-8188-9a15f3cd9cb9","080ba201-2e5d-4580-8921-397f91dcadc6","0826bec4-1958-4b5a-89be-70a4801e2384","08a2aea9-8b3a-4be3-aaa0-4c4a19f63d02","08bc7313-8b12-4ce1-9016-59b4e3c78ff1","0a7dbfd2-cda7-4fc9-9677-e442fb5f5f6f","0aaf15b9-1bf5-424a-a994-67beaae29d36","0ab63e49-0869-4c7c-a033-d8e50032dd13","0b04aed9-bab5-427b-8fd3-9ada33e93398","0b2f797a-0c9a-46a0-9f07-0f6af1846552","0b384d24-8771-4860-8fc1-1b74217f1c4c","0c5c9379-b686-4823-b85a-eaf2c4b63205","0c9cbae1-6b04-4408-82fe-3fcf61dffbe2","0cc818c8-32b7-4f15-9db5-0aacb92296b1","0cef98b7-d54a-456e-8240-1c5af3a72a04","0d446f70-cdbf-4ac3-81db-6fe77e064dd0","0d66423e-bc9f-41dd-9100-09d449c88980","0e468809-d639-43f0-8834-16e921547dee","0e6a9646-1034-4d09-a141-9a36f51ff229","0f5a0d49-71ae-42c4-a896-6828dc4f1e85","10478e22-d1dd-4e02-81a7-d93ce71ed81d","10918bf0-af19-4882-b96f-eb57d67b543a","111036dd-e295-4786-a372-fc7f71171cf7","117716bf-43c8-4534-92da-d7948d4b5628","11c94acd-ad60-4aec-b11b-f4dc4a9adfbc","1267a5fa-f9a9-4a7f-89f9-24889868ccff","135cbfbc-0fcc-49d8-b1a7-cb0740afd793","137f41ee-e6a8-4e84-8d43-9e6fa269f31f","13b0928b-0469-4e3a-a8c8-1df26abb6707","14c4ac40-e8fb-4076-9f11-dcb6a919aed5","14fff1a6-58e7-40e5-b091-672ad11827e3","15a7deb5-0163-42a5-90c7-388f8dda83fb","15c28158-fb96-4006-bc65-425dba031395","15c96b83-d0b3-4da9-bb2d-249cc18b55e9","16328444-5657-4f35-99c5-340d61472770","17990059-8368-45f8-8325-c82fc181450a","17ac61e4-b543-4c37-9bfa-43f0c928152d","17de9f2c-e051-404c-8ec0-c35f500efd67","186e36d5-3f1d-4423-a8db-f4c38898fa30","18abed94-d742-4ad6-a2b3-69e6bd0e3fda","1905eecb-d758-4a3b-aefe-8019ab2491e6","1921ce16-8ed8-41d7-a2b4-9e62f44ac8d6","19b5fff1-7a60-4e50-893a-8177cd62bf82","19f44dcb-e911-4000-935f-5455edb8f868","1a0d5140-0e5e-461a-bf70-d548f8f02f47","1a44ab4e-79fb-42eb-9c46-cf73ee5f0db5","1a44d8a4-21de-497d-9eed-702d7b592728","1a534ae1-4e6f-43ae-a8ad-89e306f11f21","1a8d9be0-255a-482a-b055-f483859266c5","1a96315d-edc6-4d68-a260-d14f61281dc1","1aa57b94-56c0-45c4-b707-05bbfd78db40","1b03e16c-bdb4-4bdf-998f-3ecf0857df81","1b0f41e8-cf27-489b-812a-d566a75cf7f7","1b8d1535-68e7-4ca0-aa71-fc7fc63090fc","1b9dd110-c03b-4945-9d56-580cebac63fb","1bd5fb3d-2c9e-4cdb-a202-ad5955eae42c","1ca86e9b-93af-461a-b69d-799711afddb8","1cef9230-34fa-496f-8835-5dfaac627f70","1d8bc14f-7009-440b-a72c-64e911b13379","1d91f2fa-58e7-49ac-b46c-5a0ba312015c","1dfead05-dd09-4a07-905f-56c3a69a43d5","1e9919e6-c904-4724-9f46-bf4f7c1b7134","1edc5050-69bd-416d-b04c-7f82de2a1901","1ef001a8-adb5-4125-aa1a-f5e3f8ca898b","1f7fe3c3-9cf7-4b73-b2bd-301667a2cd4d","1ffc2e95-dd9b-4581-988f-850d9e240a30","207a468f-79c3-486e-ac5a-4516361b7b4d","21041ed6-8f13-4909-a2c3-fa4894a2d1e3","21c8b7f3-7c5b-4004-8dc4-9157288e279c","22262a3a-c2e0-4639-9002-361b39ea9b3a","2237ee9b-fff6-472c-903c-11faf9bb116d","22965406-d8d7-46ad-992e-7fc0e994698d","22cc3a0c-ab10-490d-b309-df87df551328","232ee129-0db1-4a03-9eda-4692a8495b53","2373014c-21d1-43d5-b774-352cdc2a840e","23e043bf-a6d7-4778-8460-13bdf38b7d39","2472bfbc-ab29-455d-8ce4-7faa2cd33abc","24b61852-860e-4f89-a1b2-6429168f0c02","253c7d53-e34b-493b-8d46-da946245bebb","266a514a-076a-40c0-a756-c6fdd261c3cb","267db963-684f-4b2e-9af9-5ad5bfc6d341","26b1ce7e-26d5-44b3-b0f3-c6ec5839c6d8","272c67fd-3e0e-4559-ae6e-a9d9db01288e","277af45a-1f91-4fd4-804d-5b34241386b8","279df7e2-2a3b-464a-a7df-e91da28e3a8c","27ade9a7-2a2e-4ec9-aa9c-20bc8caaf8a3","28294aef-eba7-4f20-bf81-c857f34422bd","287c7486-472b-4069-9826-6a3adbdefaa6","28cde170-c7af-4ee1-85f4-8a9289c5a4d3","29557b92-fded-4aa8-8db7-99168c8e70d8","295b92bc-d66f-45d8-9bbe-5f5f13e39fd4","29b39c91-e367-487d-9820-893870df23b1","29b4a0e0-3d27-414b-80cb-352f16389a83","2a41bb43-0328-4093-88c6-4dc00dfdfb7e","2a456b1c-de58-4ba2-ac39-9e0b3e2a9b51","2a7b2779-92dd-455d-920f-684276608244","2c3c0f74-485e-4b21-8f41-56666a7d0005","2d78f1af-120f-4929-94ed-624ee1f2447a","2d9d3ae3-1f59-49f8-9bdb-2658091a29fc","2e4072f8-4833-4219-b620-3092a9f08874","2e7255ed-4fec-488e-b334-59d3c0f1acd6","2e97dadd-0849-4c18-9523-4775d09fca9a","2eb15b42-be2a-4663-b064-aad6c7cb2714","2eced8a4-67ce-403c-a567-82ace69d1cf1","2f0a5c8d-b9d2-448a-a321-22c45832243f","2fe601b0-0398-47f0-9e4f-9f841ad79b9b","30345500-d430-4280-bfe3-de297309f136","3064ff57-b2e4-4152-a91d-a67e0ea71749","318699f3-3ee4-4355-aebd-8a5a9006e07d","3204f401-1bcb-4d97-b15d-113a5d3c3e9f","32982ed2-96e4-4cc5-8562-744b06bca239","32eb6ab0-831e-4a30-a2fc-5ea1cb40930c","3306a711-b83e-4509-8363-1d9dac83f511","336ab17d-78d2-4008-ac48-e681967949c4","33e34fb2-dc64-4a35-9e8b-057f700196f7","34410953-113a-45ae-89d4-2ce39f75c3c6","344e6464-62a0-4766-b9cc-af719e3e211d","35132c99-01b9-463c-a00d-6f125893c870","37827425-f304-43eb-979b-1ec5b923a2b5","37acb733-b3bd-4140-915d-b2c0989208aa","37d0d802-2bd2-444f-81e0-4cc2f8ece38f","38576aaf-7286-49cc-8329-91159ee81025","38c1e97b-4d7a-4a76-8999-5c76b4bae9cb","397c6517-08e5-441f-a409-ffe383503864","399f7531-e137-463b-bec3-e86756b6ed71","3a200286-67f3-4bff-8a53-3e76733414fa","3a3afd00-da06-4a9f-8cd1-7133728e0fdd","3a42ac42-b21a-449b-abda-6906f06e8120","3a7245d4-7a29-4423-8b44-5e9694e1d9a1","3af0fbdf-95fe-4576-ad67-3f6c9aa7090c","3b4a196f-de7e-4100-ad65-56cf8b0a8b23","3ba24a61-e529-4490-8536-6276ea77c511","3c22765e-a131-4be6-ba48-64b84564ea51","3c6a38dd-e8f5-420f-9576-66937c71286b","3cecf0db-0e0e-4329-b055-bb9dad912ca8","3cefc72a-83ba-42e4-a036-a9f45363c8cf","3d0e93c3-48e3-4ae5-a33f-4ef83f67ee37","3d5691d3-751a-41dd-b2a3-c766c8973bfe","3d6da8eb-31b0-48c1-9ad9-552827967f91","3d811021-40b1-43b1-88f1-04d711c2ab57","3df7c206-97b6-49d7-ba01-7a35fd8c61d9","3e8ecccf-8786-4770-9879-86c4fbf44768","3f0e0823-cbf3-4cf7-8fe1-a032cf33ee66","3f64898e-d561-402e-8e4f-dda1ce241869","3f7b9b8a-77b2-4f83-b0f9-f522c165ac42","400199da-0fec-4dc0-b724-494b6d4f5845","4038773a-2fa6-47c3-8064-fb49da90816c","40d07155-d45d-4fec-a15e-525df5010af3","41db412a-d559-4cc3-9951-6f314daa9849","42232ea6-e31d-46a6-9f94-b2ad2416d79b","423f4311-9feb-4c63-8b4c-32ddd38382e0","426b0211-3d5d-4e53-bcf6-21823c655ffd","430564c9-1cb7-4f46-8737-d5f78745846d","43579693-4b97-42dc-831e-4fc9597e29c0","4399a832-4406-4a12-a5e5-81744d02ceec","43b9efbc-ab04-4438-81e2-a558a67cafd0","43fe9a90-11a0-4cc9-b337-a4da45b28ded","449e4447-fbb6-43d9-a28b-f33331b70f34","44b08a29-8b53-44c9-82a0-ac689c9feeb5","44c1a862-00fc-4e79-a83a-289fef81503a","45651533-0c76-476a-bfaf-1b5ec74427cd","4567803d-3f01-407b-8df4-a00825a243f6","46ad38f6-ca2a-41a4-96cf-f41a41d54a37","46ae8b67-6239-47fa-b5d0-9c9454fbdcdf","46bad0eb-807f-4391-82c9-edc9d14070f5","47a55065-555a-4bdb-8ab1-8830ca5ba6fd","47ce4367-0e70-477b-8ff4-4b204d81981c","488ca216-de75-4acc-9c67-fd37070d7e92","489fdba7-5c25-4cf3-a1e0-3e0fda6c6ee6","49f1fe4e-8da1-4879-8129-bd8a440a45be","4abb2702-6f5e-4832-9e23-46aaf9f960f8","4b3eb87a-8f77-4859-95fd-10988f03da7b","4b827c54-8bfe-4ef5-830e-e17b8690bbe7","4b8489c0-b01c-466e-b33b-239406d7ea69","4bb5aad3-2c3c-41e1-b5e1-d5f7fc38617d","4bc26857-9cc2-4971-974e-c70dfac90856","4bdbae27-9a55-485f-a1fc-3fa988184e9d","4c80fc2f-4bbe-493c-bb5f-87192580c37a","4cc281cb-a583-45a7-85d1-c10d5900b966","4ce797d6-6773-4f34-be40-2e3443af6466","4cf7d0ad-8fe2-4065-89e3-c2ee04062695","4d6e2576-b5d9-4217-bfa0-411470155d71","4dbd12ed-e512-43d8-919d-478b18674deb","4e6bce91-f1e6-40d4-9ecc-cafa8d2586b6","4ecd2a9c-45b7-45c2-8936-d9e631367507","4ecf39c3-3b5f-4263-a7b5-9881bded3494","4f312d7b-f505-45c3-bb87-650259e5db50","4f45c7ed-cf98-455b-b665-81103fdc9331","4f570888-effb-44ff-a250-a7726a0b01f4","4f8f5a6b-2bd4-4e45-93f8-6017917b0ee0","4ff9cc5d-0eac-497b-8871-de1442c82946","50352268-88a6-4575-a5e1-cd8bef7f8286","5037330a-6e9b-4ce5-ba81-ae1ccef63334","50748a4c-43a0-4274-9a84-046d76027166","50e349f8-9860-4197-a40f-610659057365","50e7681b-37e3-4f6c-8415-ab9613446ccc","514f8188-3d9e-4937-bfcb-b73acd80878d","517ffb8e-4194-4958-85ec-b853b917764b","51acfb01-4b0b-48fc-9704-a9b4a1e43a23","51d25ead-70d6-4abd-b611-6c94ce042c89","52248fe8-0f1b-4e3d-9024-842c921b6071","5256e591-7510-41fd-8564-330562c00adb","52c79d57-a8eb-427d-86ac-b203c0bb7cda","5353e8b2-3280-48ec-9bc2-8c8e7a15b460","535ca5c1-7574-41ce-a504-a4f8de9eb1d8","5383b66e-e559-47d2-9967-9c2d5f898653","5388993c-685b-4d9a-91d3-ea678ff11b71","53b46e72-6ed0-47c1-ad42-38a893620fa1","53fb7b99-9e47-46a6-9c8a-88e28b5197f1","54278194-fc8b-4208-a3ca-e655fddca2df","545b397b-ff3a-49f6-bb10-e403b8fee85f","54968fa2-36f1-4d21-89e7-a307d68cfccc","54a773e3-93f0-4bf8-ab6a-8cee939d743a","553b6aaa-3ae3-4f3b-9ab6-361eddf996a2","55483163-c53a-424d-9cc4-74da9aa6dff9","55c61b29-797f-4fda-acf1-039a807954c9","562ca69a-e077-4e38-b2a7-013b3813b7f6","5687c7d1-4794-4132-9ca2-b039905882a3","56b65f77-85c1-49cd-bb2e-70e5225ace9a","577aff75-67f7-42c8-b31f-50026c5ba5c6","58b54fa5-99c0-4a2d-b36a-1c7963eeb210","58c34fe0-77ec-4ba3-a214-00d0eb42ebae","58dcb5ef-85f8-48ce-be39-d0a4eb8345af","5960dfdf-cba1-47d4-8e7c-f87f814b07ed","5a019603-2351-4923-96de-c0809f685a80","5a240d1b-8430-4986-850d-32afa0e812b2","5af90ad7-25e9-4a5c-9169-38f33d7640a6","5b7d9208-883e-4fce-8750-c694398c4ea2","5c356eb7-ebf4-400d-95a7-7452382bc32f","5c51021a-4a7d-471d-9286-f150ff5802d7","5c71906a-f885-49ba-a889-8baf4e74cce8","5cd39b01-9a06-4575-9c63-9fb3ba9ef101","5d1b7628-3c08-4cb7-b14c-36ea119574f6","5d3b9039-ffd0-4265-9854-9c722c88a40f","5e046ca7-f392-4036-8ec7-6cbd9133d8ee","5e4952a8-4e1f-4a74-8a06-c9d633b25dcd","5e4dc67c-95e2-4c65-9c73-b3ba70c49629","5e8b3a6c-8a76-4998-9fd1-41d5756e4956","5eeddb97-3b50-4ba3-b48d-d1807e644b72","5fb3e3b8-24a9-49bb-af3d-6b866f4187f1","5fd9acc5-0088-4621-8f48-e997da5f27c5","603114eb-c0eb-4734-87e6-7fc94beda3c7","60ee28b6-03ed-4cbe-9367-b8db2ae5a66a","617555d3-ae42-4cf5-ab74-8758eb9bfa53","618f4c0c-52f0-48ab-88b1-feeaff49494c","621aa8e1-aebf-4eea-beb5-7fb47700a87a","6243f79f-b0e3-4fba-b899-7535e1a277e2","62465f68-6a84-41ae-8a14-41f41e817eff","6261592a-82d1-46dd-964f-a0a1cf22808f","62811570-cf16-43b5-8f50-e6358d726cb4","628ee82b-1f10-4466-bdca-75c0f89d49c9","62a92bef-0abb-49c0-94df-10d2da6845d0","62aaa129-69ff-4e22-861e-b2efd1cd5a10","62cac2df-9964-4931-9e03-7bc43395b88c","63120f1b-8052-49fb-9fc9-09d7746a627f","63993fbb-df88-49db-a3e9-655c87dd68cc","63a9637b-61de-4d77-8c35-b12a075d7faa","6410d20e-408a-42c6-9884-ea9e22e2ee7c","6418bc71-de29-410c-baf3-f63f5615eee2","6457f78b-aca6-4ebf-9e89-bf9321ceb35d","64729d4b-991f-45d0-aaef-4ab26746c57e","6477ebad-e1e5-4508-aa20-39b47e39a5c6","653e2393-30a7-4e0c-bd20-f05ca0ba3cb6","65d51676-2399-4db9-8c31-c8063be7b94a","6651e0fd-50ca-449e-84f1-ebb07fb305f5","66f1953d-e12c-4192-a4f1-930eb489f681","67057abf-749d-4512-968a-832c56324e13","676fb0ed-5a19-4fde-b2c4-f46c7e0915f8","681b9c8a-6140-4086-bc72-37f0058a8e9f","687611bf-b200-457b-a139-63502c93ea69","68c35440-ddb6-4b43-baba-889ff3ce0c0d","68df89dc-3909-4051-adc1-a86589d0e99d","69419307-53d5-40d7-82da-cab2e7bfbda4","69eea766-b22e-4c2d-9e98-d57f38e031da","6a58066e-f9a2-4508-9cc0-908b1cf747e3","6ad4e9cd-76e2-4ee0-8185-8b3aec3578ce","6af1f1db-eb91-4297-83f6-9318b87fd220","6b092822-f34f-4384-9d0a-23d863d27231","6b0e7f4f-99a5-4d80-8f10-40cf0977035a","6d65590b-f390-4faa-80e8-43bd87a70ff7","6d9e44c1-7b51-47cb-b564-608deb46cc44","6df2f49d-097e-4685-8ddb-69c55f07f60c","6e1a59c7-53d9-4e2c-9596-c64394838575","6e4622c3-d727-4e5e-979a-db45221636be","6e82bb8b-2a95-4935-a728-6898f64ce39a","6ea6d05f-dfeb-4d1b-b9ad-d006ec2437f8","6f29a2bf-75e1-4361-8a44-510d79323186","6f630e29-5ffd-473c-b5a7-96a9a5e3551f","70099566-ba66-4d66-aafa-8232aa664a6d","701aefd4-074a-47b8-88a3-32fb90b09dee","707ac400-885b-4424-87c3-1bb0cdbfea1e","70ff4fd5-c26f-4274-b899-1f995d4d8c25","71f2030b-f622-4cc3-ac83-258ae3645fd6","72308c3b-ac46-4bb7-889a-7860cbadae72","72776f25-48f5-4d7f-84a9-310928b9d7ad","72cc8e7e-3d78-456a-b4ef-c9f2eaa6ec7c","73259c00-50dd-4179-9be8-707beb66bd15","7352288b-ff7b-43c7-a5ae-3f6577d11708","737ac24f-a47b-486c-89df-3e3eaf495ff5","73c6382b-ceff-4092-9ec3-328cefab440e","748b9a1d-0fa3-41bc-beb0-7e3cf2eb33ed","75d30961-0285-4554-846c-7c4b0ea9b1da","76a38a60-7e1d-4ef3-acec-1699b29662ce","76ad8df0-20f3-4372-8b2b-7c4ccfc2e9c0","76dc6f1a-9eca-45bd-8788-cc34b9e1a980","76f30404-4d66-4aa0-81d3-351820854eda","77c65a79-b8ae-4743-b124-c34140a06731","787da7ce-527d-4abf-9e92-5de9db2250cd","78b8829d-7ac3-4563-8c3e-959c660dbe32","7a1ed4c3-0c0f-4194-afd6-2d891fa0f61b","7a298c5d-9937-4df6-a544-7b3bcfe84885","7a4c0731-555a-4bef-9d9e-b877f0339417","7af9c715-8d72-4eae-b412-fc89138ff588","7b150a6d-a33d-456a-a2b0-286e43bc636e","7b6d71a0-7603-4cf1-b874-2b2200e62183","7ba2d0d9-9b48-4edf-b1bb-e7f385ae97c8","7c0916a2-e2f1-42b5-9f2c-b6a18a605138","7c2cc19c-84ce-4c0b-b56f-7a2b3878a26e","7c5063be-9dd7-48fc-91aa-7bea13d97200","7cb82fdb-5090-45c0-ae67-4846667c8625","7cb88a03-7092-4d31-a9f1-4f16e39bc537","7d671616-f58c-4ee9-9ed7-78ebc385948a","7d75969d-c932-4b4e-8135-61968228bc32","7e19c7e1-1b4b-4c7e-b011-eff8ed7de0fd","7e5f3636-323b-4652-83b9-3b8b9c3191eb","7e8ae541-98e2-4a84-90a6-b17502f4442d","7e998ce9-4853-44d1-a01a-e2d493718ceb","7f78886b-335c-4227-a2a1-0b99108c89c5","7f918a49-a046-4115-80b8-13490ed5cd0a","7fa480be-8df1-4bd7-bbfd-d92f9c49aef1","802b1bb0-6c73-481a-ac3e-7d4e1682b4c2","80a372c6-cc5e-44f4-afab-2fd56aa79920","81c49cb2-ceb4-41e0-b3a6-d7820a01c92c","8210d0bb-1309-4de2-bd46-58759c72158f","82b5f331-3d6f-4e0f-b5a4-61040ed61d39","82c9463f-44f7-44a6-ae10-ae0ec1f55ca9","831f40f9-2642-4313-99ec-a4a7afe2839d","83706d20-fbb0-4a0a-b9c3-70e6fa3fdcf9","83beeef7-2bb5-4c3a-9be4-79a968696d65","83ee7310-d5cc-4f1f-b0c9-f0bde22a695d","8418acd5-ca4b-4fe8-a1f9-44b16e6dcda7","84298c7a-8bae-4e62-bd0a-bcce2156fdf1","84c3e407-2828-40e5-b335-7a0a3df1e5ad","8584b531-6dfa-43b2-99ba-b614b147f9a8","85f5bbab-7bf0-48d4-8138-d64f84f4d769","864b4fb7-dbfe-4d9d-b520-4a307c31c876","865ace8b-9e12-4f20-ac3c-d07a323b40dd","87d1c48f-1ca3-43ea-8109-964b29bb2d50","8822db23-34dc-452a-92bc-a3ceee4db375","887debac-305a-4713-9f23-f80072e7a39a","88b6057d-19f6-4cf3-8d13-a5e9c7a9941d","891b0e9b-6d3a-43cc-8b59-f617c4543189","8956585b-1268-4eb4-b97e-74ffb9f82688","8993e4d0-d306-4993-b5a7-dbba754d479e","8996cd43-5ecd-4a05-a5a9-e49326befaa1","899ee6f6-4aad-4093-b1ef-7e2ec2b78df8","89ad7ef0-101c-436e-a41a-cdc8e91d2f2a","8a38bea4-2d1b-442b-aad5-ab1a0ae67aac","8a4448b6-0dbe-427c-b145-8ac915fc0dfc","8be9bbc9-77f2-4a61-b19f-30f2e61b8e88","8c8841b2-9b4e-4f65-8e30-1e9423cb8fbc","8e3c2e1a-181e-4275-ad09-51c9de039d32","8e747bba-b521-4f81-9d9a-3e85747cefe9","8fbd06f1-3427-4168-9a34-82f43a514146","9058a084-485e-4b55-aab2-1d7dbad12886","9137b4aa-2289-4a4d-b1f5-ae75a0928278","91df0ada-4828-41ca-9000-5132fcb29e6b","91e5ce25-a0cb-4d9e-8274-af5672a85b0a","9252dd84-ba93-440a-bc2f-36fb703fb57d","926e8f17-2602-4f98-ad89-3bf857c597cc","92acb132-1f0b-41bb-8483-9616ea040601","937f96ed-dbf1-4ff2-bc55-6b0cd3795ccb","947a6ddd-6684-49b1-8e2f-1516ca7a2a34","94b728a4-c3a9-408e-8333-8266a02c64fa","95083e1d-faf5-40e4-9be5-909cd01cc2b5","9515ced4-b679-48f0-bf62-8b7baef5e1c2","95315204-a5f7-4d20-bda3-957029da29fe","95585c69-6474-432e-b80a-489a2b69d4e6","95b6bba2-cb1f-4598-827b-a0ab26e925aa","95ec918b-3039-402d-a52e-b9f0a08284e2","961dcc35-a282-4d40-93b3-1cc7fa5221f5","96297bcc-8480-4b14-8612-1c395d481bce","96328602-bf67-42a5-8cca-1fcea5656b8a","96549393-9607-43c8-91de-905462cbcb19","9660fb20-f499-4f7a-9f25-e463f095ab90","96614dc1-9386-4861-b792-b83bcc6c5811","969d5979-8ae8-4442-a3a5-3412ffeb5af8","96d52300-3fb9-49a6-8fe9-bd32adcbdb4b","96e14936-5614-46ba-874c-c1357243fe02","97004cdc-0baf-415d-8e87-7f36667c4628","970abfee-e888-4635-90a6-2ab88910c428","977527da-2953-493f-8e8c-ffc64ddeaf10","97a9360e-a02b-4dde-b14c-620ed0c54804","97eda14c-5e33-41cc-8651-109f5ef97bb0","9865657b-43da-48e2-ac55-6a29c21df253","987557ee-8344-4191-b85c-f9dedf4d1614","9885f3a6-27f0-453f-b2d5-1fbc0af05920","9894ec2c-e5c2-42a5-b44a-76ec02684171","98a5f21d-b403-4dc9-b33a-bc496b19e1b2","98c45686-6c6a-43de-abab-d0af9ef0e7e0","98f389ca-3662-4544-b0b5-9d2abd073b7b","98fcd666-7724-4c55-975e-20cfa759bba7","9983c9fb-84b2-4eec-adf8-c604e237b82b","99c3decf-4a32-45ff-b7f6-ea2d52387c89","99e6a7d5-678a-48ac-8296-71078e4d8521","9a58d03b-1b47-4d3c-9d8a-18f20c8f978b","9acc9266-3a8e-4a5b-9c00-bbc30e3bf5e7","9aec9409-1812-4f85-b396-39bd9783b65e","9af1a73f-e2ab-4832-b9a0-5bd9643f4fd3","9b1da399-d8ca-48a9-96a3-dd1af1ee5e1e","9b396f90-92b1-4cc0-9be8-2f724b39fbc6","9b6fe3e2-a2cf-4209-ac9b-e04d02599360","9c29ba11-7438-4fd7-98b9-961be882122d","9c78da04-09c3-4a95-9586-4544c326d569","9c81a162-9735-4c3f-8eee-43b4f3b5a59c","9cccf957-a4b0-4d10-adcb-0393d7e50b0c","9d6dc341-89dc-4e99-baa2-ad0ae59f0e94","9d93aef6-daea-4010-adec-9f081fab4d6b","9db73fef-f5eb-4d98-aa11-117bbed46bbf","9dd6bb74-b58b-4019-bfa4-7325d70a2fc2","9e1170a5-e5bb-4b86-8718-f75eec679b4e","9e132fac-ee5b-486d-bd4b-d534134acf1a","9e7878e1-28a5-4527-ba61-ed6c6b855309","9eb23531-e89f-4b27-ae15-535e6c7bcd81","9eb742de-57fa-49f5-977e-bee1b8186e9a","9ecdbaa2-7e93-4969-97cd-d3ba5d776d25","9f5f2d43-42e5-49fc-8430-d972ac4e9d77","a0627111-1390-43cb-84e7-d6c0e46c02ea","a18ef64b-a9de-4548-b4d5-168758442db7","a1ba2d4f-7a9b-4cf7-98fd-17b1b8c70bcd","a1cfd796-50a5-404f-acc1-21dbf543ccc1","a1d7ea5b-b02b-47f7-801f-1af7024df231","a1f985de-fde4-497c-9cb1-00af00fccf77","a2a0f125-041e-4a5d-b100-3dbb6bf729a1","a35ff5f3-56a1-4862-809e-7ec77f9cc9ee","a3a4da7d-a703-4f91-9ef7-ce269c0b63fb","a4be3032-c55b-43b5-9ae0-f4e7470f4f83","a4db1b7a-93f2-40a5-b649-80a099ddeb62","a4f4d8ac-a69f-436a-9f3e-be2d66b056ff","a4f7b582-dc68-4d12-bebd-baf79fd226f0","a56424d3-ceda-4cd3-988f-48ced72d17b8","a5b2d0ed-0b47-459a-8f5c-554dd816c03a","a5c17b3c-6f3b-4952-a06b-0df5a5a18f0d","a5cae174-58da-43de-b7c8-f5e79f8cf986","a642c7b1-d4d1-4125-a66d-560438e5ee51","a68647c2-a343-4314-8abb-00e7de6ecf0d","a6a57c6a-3603-466c-8a81-a9eb8de92aec","a6e00407-8290-4924-afe8-424517867a93","a6f72e53-52bb-4cf4-9b8b-34ed0c5f7c3c","a7878436-bf83-45c6-a040-e2fad447862a","a78ca93f-a833-4ce5-b032-a4225e1ee45b","a7aae748-27d8-48f8-beb2-8e0192d7cc5c","a7d5cb40-7365-492b-a3bc-4a624f78cec4","a82f782e-abc8-4b92-a193-17b2c383f765","a92c5c74-d5b5-40bf-be86-39ac5e4c4f1a","aa01020a-f7c8-469b-bb39-d71c195838e3","aa04994a-4295-4be6-90c8-8f67fabd2e99","aac1b0e2-d164-4c98-ab9b-57fbbc95ea0e","aae84079-b65b-4132-86fb-e82503bb6c7b","abe82e5e-7496-42a5-87df-880e153bccbc","abf2ec64-a850-47e3-91a8-7323e04a5f4a","accb56f0-3903-4894-86f0-3965162064d4","acf03952-6d9d-4e57-acb5-44c855f3ad69","ad1e3ee1-c2b3-4d06-9e0d-a28e9b44fb30","ad25a56c-607b-4896-a34a-aeb2712b2a08","adde69b5-947f-4fe1-84fe-89cf44a35e8c","adf13285-d127-4534-9f49-aa86914da175","ae3d2fcd-11e0-4071-8c53-cb3315b7360a","ae41792d-4aa0-42ae-a9e1-9261cf9181a8","aeb56f0c-07a5-4b01-85ac-3ceaad0eb544","aef2ab8e-49de-443a-9236-97356aae2bb1","af1b83d9-078b-44dc-a118-4659201f4854","af426fb7-6bd0-470a-a887-0b1adeab1a11","af9ad645-e605-4048-bf4c-d636584f315b","afb4e4e8-33ba-4951-b7b1-170a1fc91567","b044630d-50e7-431b-8e91-bd53e967f594","b082f22f-6c01-4e8c-80ad-6fdae5c3f22f","b0a084d8-82ce-4bd1-a159-a9a855c47eda","b0eaaad2-5512-46f8-9bdb-84aa3ef0c2ac","b137c4c5-9091-4130-ba83-87a28435c9e8","b1902b98-7579-4b7a-8cb8-9bd0e0da5f67","b26e7306-df23-4339-b3af-faf9effe0140","b2e439e2-2c7c-42fd-a47b-f615641f7392","b373adfa-ebc2-4060-8ff3-d1f0eca03c02","b37dc16e-3631-46df-acc4-19040fb8a86e","b3d7738e-295d-4df4-9484-8b62049e22e9","b3e2ee4c-5548-4a17-bf27-e906d2825867","b4376426-c901-44eb-8186-c009a3657893","b469d5fa-89c2-4e5e-9c1d-c3edb80f7b59","b47ccd54-3bad-4926-8420-c88f9dfaf80e","b4af8aa4-2fa9-4489-94f2-63ce4b07b0c9","b55b57b3-6cbd-4571-8163-b6ba76904d9d","b560a15d-240e-42d0-ac06-19d8363d2080","b5736f28-30f0-4650-89dd-c6480f5718c8","b64e4622-e905-49da-948f-aeba1ba674ce","b6a0ca9e-c72b-4c99-8e6b-b6dbebf894e9","b6d39f35-c7b2-43b2-aee3-4ff2cd3e37e7","b7bf8555-019d-4a08-8004-b31fe7bf494d","b8352d89-48c0-48de-9bf6-330d05e7331f","b86fbf78-57ec-4a0f-9fb6-e4bf13861563","b92c8925-ecfc-4ece-b83a-f12e98a938ab","ba50901e-a030-4f52-8369-f4c9ca6b9c7a","ba6694bb-f3b7-48ff-9d93-cbed84fac210","ba88d76e-d71f-43ea-a272-5dc8b5928c6b","bb4004c8-c3d9-494e-a257-6d8443cbf1b7","bb74a761-0c83-4aa5-af58-fd5da8797b7d","bbbecd1f-81ad-427e-a50d-64b9ec029c3c","bbc9fa2e-0ec9-4b70-b602-a7e669ed0031","bc4409dc-aadf-4c0e-a854-190ccc971ea5","bc543a7a-698b-422d-a2be-8315bb366b27","bce45bc0-accd-4853-a166-9dd5597526d5","be7e4b30-7f45-4109-b5ed-9223a9422d95","be8e09c2-3384-4d00-a2d0-65d6b8056e30","bf11766b-2614-433d-a3b3-e49b31769c98","bf422aa4-f696-4019-ab7b-90e378c33aea","bfa10a88-12e0-4b79-80bb-6f4620277e20","c060a07b-7408-4b95-a546-e2b2010d7818","c15e5767-64e1-4f4e-a02e-1143db0f648e","c1b854c2-493b-4129-9688-c9db1524ee94","c1baebba-a975-45b1-bbcb-f4ce1ba682b5","c1bba8fb-d763-4efa-8db1-e5e81994b5f9","c321d0e1-ff30-4424-979b-25e1a33e45d5","c44f81ca-f72f-445c-8901-3a894a2a47f9","c451cdbc-c580-4728-b384-af157de6e505","c464b81a-3d91-4d07-bc9d-6756780417e3","c55498ad-f474-4805-b9e9-592ec1c8a8e5","c7533cbb-ab73-4a0c-9ea0-baa97c4665b8","c872e70c-626f-4d2c-b26b-d94f815fceea","c89b3c3a-3dba-47b3-9620-d4dd754a59e6","c9a3144f-9b4f-4d1a-b384-6228c99b38b7","c9ecf4e3-4ae2-4e15-95a8-280d2ebb5644","cb4abaf5-3bc0-464c-b31d-d579d0a9128d","cb524a84-34a4-43bf-9872-b4a053a141b5","cb939924-52e1-4802-86f1-3c2ab164007f","cbe67eb3-f10d-4f34-b4b0-fd00ee8cc325","cc9c1b6a-8fc9-4292-81a0-5cf423638c71","ccf928c4-c8ee-479c-88df-d6bb35e0778a","cd757142-45b7-40db-80f2-fe161379aa4e","cd8a0cd6-8d3b-44bd-b609-c12fb851d17b","cd95f833-27ce-447c-b505-02137daaba4c","cd976640-79c0-4aed-8a2f-a62025665d59","cdf5d88e-1699-4ce3-a4aa-3e8d1ef2bc39","ce3346e6-f8ca-45fa-944c-055ac038e828","ce70fbc1-eb96-449b-bc3c-53dc5eb7f3d3","cf0725c1-2b83-406e-8a19-0b9d159c8614","cf9095db-44ad-444b-bd9d-4a06102fe230","cf940cc3-282e-4b6b-877d-5ce71ee797bc","d00305f7-df9d-4cc9-aad7-aa83553a60f7","d061b9a8-e95d-48ec-a1c9-337433b62dfc","d0a55d99-d668-4621-bb14-f7df210adbe4","d0c82442-e201-407d-9db7-613f24c1eb03","d10d759b-db5b-4a59-840c-05bcbf2381f3","d2075dfe-b48c-46e3-bde1-f9f8e3b9d928","d2655e7b-ae35-45f0-b86d-c2f74ef3ee04","d28d244f-a41c-433a-932a-efef8623d9fe","d2c5b445-3679-4acc-9e88-1e8c7c656589","d3112990-3919-46b0-b927-14566c689a81","d3740beb-7fa5-4b83-be7d-039750b126c5","d3e3961c-d092-4a15-b5db-d7b5c70e4fc1","d4128057-3615-4df6-ab3b-d41c2c643cd5","d4606809-7066-4413-9dfd-e929004a71bb","d55384ef-6e5e-4e0b-8156-edad0fc9b25b","d5d68279-a6fd-4cf3-afb3-1ba4e26a78a3","d66b6951-50a0-4b30-aa73-d4ce1380ff49","d67cf0c1-5658-4f88-9fbd-63c1dbf77ee0","d67f591d-8bae-473e-9220-90502fc55cd0","d72d883e-d194-4154-a96c-35e601c5f797","d747c636-e5db-4905-8939-667f9ef4200d","d7f613b2-de5b-4592-8d14-5ad373537a21","d8a63f1a-8224-4c66-9a3a-6c04c656c73b","d9a754b9-a4f4-4183-b184-b7c12551c483","da8be748-3815-46a6-95fc-a90cdf697e73","dac11332-404c-4839-b0d0-3224a55ac579","dad3662a-f7b4-45d5-a35e-fc6c38474692","dae3e69d-ec38-43e2-b4a2-3a9064835a97","db6d3fb9-ecec-4a55-bfcf-6ae2d35e416a","db73b06f-ccb7-4b9a-8d30-671de35b86a7","dc3f4154-9347-4ceb-8744-9f1ace90d33f","dd2ac135-2411-4753-ba4f-41c33de526db","dd842290-fd0d-419d-b793-bd84b43f5d9a","dd8611ec-6db3-4d29-8d3b-01e87bb38a55","dd9b48f1-7c3a-4b1f-9a00-7b75eb6ea831","de0ac2b0-175b-4e71-9172-ce2a72234818","de69bda2-9690-4e8d-abeb-115bbb377fec","de6c04b6-7a25-4a0b-9561-0358a2acef43","de754d20-5371-456b-9064-8f0687d2eab7","df190cfa-ebb6-48e8-9980-950a26d0f2d8","e0571374-26b4-403c-b6da-4fd8b930cda6","e07ca6cd-4767-4c29-932f-fdb9bff5307e","e0e2923f-a585-4096-8268-1136655bbf3c","e10e313f-ba75-4324-b1ac-f2bbae99f7ab","e135c9f9-5099-4029-bc19-dd9a0760d86f","e13ee385-ad54-410a-b1db-19a0267294e1","e16f6a52-67d6-4215-9f3f-3b0a17dd8889","e1a4064e-3fe3-49ab-9dd5-85872fc8477d","e1dfeb23-204c-4e48-8a23-c69daf92340f","e1e88b41-7ae5-40fc-8947-5f5aa03388be","e21f4c3f-60f2-4f68-92e1-88fee822bb9a","e340b671-7daf-4f84-80a9-2ca4278aa33b","e34229e7-5dc4-47b3-9ba2-609e5b3ca6c2","e36b68e1-41fc-416b-94bb-59798edfa500","e3731001-4e6a-4a91-9e7d-fc2ea039a60b","e3de70f1-6fb1-4191-b66f-491c794f9c05","e49c0db1-5acc-48ed-a0f0-0510433d6d34","e5339dcb-2544-4f19-acf3-86f83793301c","e58a9634-c2c5-4bf2-b694-86b23f8cf923","e5a66092-6748-430e-877c-0ddc94c948c2","e609028b-43b8-4aea-9f9a-25aa127482db","e705bad9-1c4d-44e2-89ee-9a5824e2effa","e78801a7-af8c-4f1d-b29e-7a36676b6818","e7b95522-a9de-4ec1-8158-c66813919e62","e820a082-f876-4cfc-95a2-34be5b994d80","e82fc4bc-ac81-4ad6-8b33-781d047f60d5","e84db98e-c51a-4380-8704-57fdd5eb360f","e89a4cc9-bd45-4bb4-bc78-d555c5e16c74","e8aade2d-5cf5-44f6-9095-aa3756b1c1dd","e91e1aae-438b-41df-ad8e-25ba7c9a8f74","e91e2641-70cf-4055-8749-2c2826af816a","e9744bb5-9ad1-4287-9929-1146377d975b","e9d34a2f-09ed-4fb4-891a-890f450699bd","e9f08835-74ca-4ac5-980e-e802aada2bb7","ea1735b9-fd10-4c9c-b9d3-046d8c22b852","ea96ecc4-72f3-46a4-8900-6a7c5a83d4df","ea9cfa3b-686e-4933-88b2-fabe218ed7eb","eace2c85-976c-425e-9800-5a6ccbd91b56","eb1ba09d-ecdd-48c0-af0b-3dc5ef908f9e","eb359844-c9e7-4ab2-ac5f-d426c4fe6fc7","eb5257a6-5a4d-4b7d-ad4f-3ff0b7c74dfd","ec2b2bce-1b66-4cc6-ab87-50776e1d1e4b","ec82f4e4-97e2-4374-a255-ea6b35201e80","ed37e1e0-ed21-45c3-8266-c6b11068ceb6","ed6fd37e-a5b3-48c6-b881-cedadfd94833","ed783a0c-ba7c-48f4-aac6-ad93a02bce6b","edabc558-2c54-4c7b-a6fa-1e75ddcf12f9","edf40698-620e-4032-b2e3-0d513a4a4250","ee851c64-4bf9-4dde-b73e-41366828a1dc","eef2a9c2-2079-4a34-80f0-f0ca7f882498","efc70226-2926-4bc5-a602-c5d56f0cfc52","f0c889dc-f043-45fd-81a4-9ae424343f46","f14137e9-8743-4adf-a89e-9a7f455650bd","f1ddd6e0-dbdc-4ce0-bc26-f94c951f90ad","f23596e2-72ea-478d-baa8-3df0e81b4cdd","f243292a-e8a6-43c2-805c-15715fcebd67","f2e450ae-3ed8-424f-b974-7d9a8e8ac7e4","f3f43c81-10fc-4e08-9070-5453bc5826b4","f5110f2d-ff79-4a4b-9842-32a9fe82011f","f53b7e7e-494b-4346-b18e-0e879bba7cec","f6d3d5a6-7d26-44eb-b040-c50fb1f867e1","f76d6ecc-a774-44d5-8c16-e2ba4bf7d283","f7752159-06bd-4f6c-b3d2-c4c7616acfbb","f836071c-9ee3-4dc0-95b6-28d0c5de76f3","f864b3de-b6eb-4870-995b-298fc2e08028","f8739e90-a967-4e06-b966-1a15755a25bd","f92e9e94-e5e9-4b2c-b9e5-35de42ca7b8e","fa08a961-cd6a-403e-a098-1e7f716262bb","fa712fb1-8840-4e26-9211-2653919fed91","faab0dc4-a9e6-453d-a2b1-12369084f7d6","fac247df-aa19-4627-8d65-6ddf5e7e5c8c","fb734fd1-7e4a-4d56-b85e-6638012cbda9","fb76cb6c-2f4d-4ca2-876f-d49ea529e59b","fb8fffd1-aff1-4aad-bfa0-9907adb5ce25","fb9140ee-9f74-4f6f-b2e6-abef3faf7882","fc0a5a9c-e59a-4e33-b584-d6daa7f81547","fc5004db-8db3-4506-bb01-f41be7968824","fcfb1db3-c0ea-4f8d-8208-5f8895ff686d","fd16edd0-4d4e-4db6-9da9-4bb5994fa047","fd194fb1-0d3a-4eff-a446-240d18dad43c","fdf1fea6-3e04-474c-9cda-ff49fee255f7","fe0865ba-47c0-40bc-b0c6-e1ea5ae08a98","fe14fc96-f33a-4bd2-8b04-c339936d3c24","fedbe1f9-b29f-4bdd-9718-615b7c2413b4","ff951c38-6e02-40f0-9f54-13ac0915332b","ffbd0396-2e7b-4b87-9504-953bd35e4fea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","2XM","30A","3ED","40K","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ACR","AFR","AKH","AKR","ALA","ANA","ANB","ARC","ARN","ATH","AVR","BBD","BFZ","BLB","BRB","BRC","BRO","BTD","C13","C14","C15","C16","C17","C18","C19","CED","CEI","CHK","CLB","CLU","CM2","CMA","CMD","CMM","CMR","CST","DD1","DD2","DDE","DDG","DDH","DDI","DDJ","DDK","DDL","DDN","DDP","DDS","DDT","DDU","DFT","DKM","DMR","DMU","DOM","DPA","DSK","DTK","E01","ECL","ELD","EOE","EVG","FBB","FDN","FIC","FIN","FRF","G17","GK1","GK2","GN2","GN3","GNT","GRN","GS1","H09","HBG","HOB","HOP","HOU","ICE","IKO","INR","INV","ISD","ITP","J14","J22","J25","JMP","JVC","KHM","KLD","KLR","KTK","LCI","LEA","LEB","LRW","LTR","M10","M11","M12","M13","M14","M15","M19","M20","M21","MBS","ME1","ME3","MH2","MH3","MID","MIR","MKM","MMQ","MOM","MRD","MSC","MSH","NEO","NPH","ODY","OLEP","ONE","ONS","ORI","OTJ","P02","P23","PAL00","PAL01","PAL03","PAL04","PAL05","PAL06","PAL99","PALP","PANA","PARL","PC2","PCA","PD2","PELP","PF19","PF20","PGPX","PGRU","PIP","PL24","PLST","PMPS","PMPS06","PMPS07","PMPS08","PMPS09","PMPS10","PMPS11","POR","PPP1","PRM","PRW2","PRWK","PS11","PSAL","PSS2","PSS3","PSS4","PTC","PTK","PZ2","RAV","REX","RIX","RNA","ROE","RQS","RTR","S99","SCD","SHM","SIR","SLD","SLP","SNC","SOI","SOM","SOS","SPM","STX","SUM","TD0","TDM","THB","THS","TLA","TLE","TMP","TMT","TPR","TSP","UGL","UND","UNF","UNH","USG","UST","VOW","WAR","WC00","WC01","WC02","WC03","WC97","WC98","WC99","WHO","WOE","XANA","XLN","ZEN","ZNR"],"rarities":["common","rare"]},"mox amber":{"name":"Mox Amber","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color among legendary creatures and planeswalkers you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColorAmongPermanents","count":{"type":"Fixed","value":1},"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}]}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color among legendary creatures and planeswalkers you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7a43bd27-fdd8-41f0-9bc4-92568f3408f1","metadata":{"source_printing_ids":["08c63a42-7969-4e07-ad98-c312156ad0d2","66024e69-ad60-4c9a-a0ca-da138d33ad80","6ea9852b-78fa-4732-8801-4ce632270558","a361c9eb-0a12-4f33-a11d-1d7a40801540"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRR","DOM","PDOM"],"rulings":[{"date":"2018-04-27","text":"If you control no legendary creatures or legendary planeswalkers, you can activate Mox Amber's ability, but you won't add any mana."},{"date":"2018-04-27","text":"If your legendary creatures and legendary planeswalkers are all colorless, you can activate Mox Amber's ability, but you won't add any mana. Colorless is not a color."},{"date":"2018-04-27","text":"Mox Amber's ability adds one mana of the color of your choice from among the colors of legendary creatures and legendary planeswalkers you control. It doesn't add one mana of each of those colors."}],"rarities":["mythic"]},"mox diamond":{"name":"Mox Diamond","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this artifact would enter, you may discard a land card instead. If you do, put this artifact onto the battlefield. If you don't, put it into its owner's graveyard.\n{T}: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"random":false,"self_ref":false},"decline":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Graveyard","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"If ~ would enter, you may discard a land card instead. If you do, put ~ onto the battlefield. If you don't, put it into its owner's graveyard.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"f3c5978a-70fa-431f-933b-b954bd0db0ea","metadata":{"source_printing_ids":["28028830-83ed-45e2-b495-3b9ad9d3e988","bf9fecfd-d122-422f-bd0a-5bf69b434dfe"]},"legalities":{"commander":"legal","duel":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["STH","TPR","V10"],"rulings":[{"date":"2008-05-01","text":"If you don't discard a land card, Mox Diamond never enters. It won't trigger abilities that look for something entering, and you won't get the opportunity to tap it for mana."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"mox pearl":{"name":"Mox Pearl","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {W}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"824597b8-c89a-47ec-8526-7efc6e24ef0e","metadata":{"source_printing_ids":["4da892c5-071f-416f-9e42-c4bff102eb88","8ebe4be7-e12a-4596-a899-fbd5b152e879","b3020358-9c59-45fb-bf74-9c69bc47580b","c84e8a0e-49a7-46f6-8a37-910e32753528","ed0216a0-c5c9-4a99-b869-53e4d0256326","eed1bd05-d085-4115-aa37-df4e7aef2e46"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"restricted"},"printings":["2ED","30A","CED","CEI","LEA","LEB","OVNT","PRM","VMA","YDMU"],"rarities":["rare","bonus"]},"mr. foxglove":{"name":"Mr. Foxglove","mana_cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Fox","Rogue"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nWhenever Mr. Foxglove attacks, draw cards equal to the number of cards in defending player's hand minus the number of cards in your hand. If you didn't draw cards this way, you may put a creature card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Sum","exprs":[{"type":"Ref","qty":{"type":"HandSize","player":{"type":"DefendingPlayer"}}},{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}}}]},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, draw cards equal to the number of cards in defending player's hand minus the number of cards in your hand. If you didn't draw cards this way, you may put a creature card from your hand onto the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Blue","White"],"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"c2008ba9-00df-4607-ba0c-189af52033eb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["8504e660-1a15-472d-8e5c-dee0c1d26c8f","cba58beb-9524-46d4-ac63-119f19d9d44f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC"],"rulings":[{"date":"2024-07-26","text":"If the number of cards in defending player's hand minus the number of cards in your hand is 0 or less, you won't draw any cards."}],"rarities":["mythic"]},"mugging":{"name":"Mugging","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Mugging deals 2 damage to target creature. That creature can't block this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBlock","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 2 damage to target creature. That creature can't block this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2e4f08c2-1bad-4a85-8aad-9bb34a5579b1","metadata":{"source_printing_ids":["05ca502f-73a3-42f3-b7ad-f69aa239900a","0cce62f3-4a04-4f03-aafe-ccb18eda60c1","16b3c521-472c-4bea-b692-9aefbd22b7b6","3d36724e-0669-43f9-9d10-f67562b8c6bc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GTC","JMP","PLST","RVR"],"rarities":["common"]},"muldrotha, the gravetide":{"name":"Muldrotha, the Gravetide","mana_cost":{"type":"Cost","shards":["Black","Green","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Avatar"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"During each of your turns, you may play a land and cast a permanent spell of each permanent type from your graveyard. (If a card has multiple permanent types, choose one as you play it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"GraveyardCastPermission":{"frequency":"OncePerTurnPerPermanentType","play_mode":"Play"}},"affected":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During each of your turns, you may play a land and cast a permanent spell of each permanent type from your graveyard."}],"replacements":[],"color_override":null,"color_identity":["Black","Green","Blue"],"scryfall_oracle_id":"e4625704-1d52-44e4-804f-2f45644d76ac","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["51710b19-68e3-4853-901f-e618bde61161","705b4d97-2f50-47f7-9053-d748f4337553","752e16fc-8ee1-41f7-9495-6ab8029c9353","76f7d02a-7b83-4444-ac65-1661637183ee","adc15cd2-e6d1-406e-af58-2f5fbaa74a30","c4125bb0-b104-438e-a6a2-97f9d141243c","c654737d-34ac-42ff-ae27-3a3bbb930fc1","cf3f12dd-5b96-4eee-bd2d-a221757c24d3","d0a81b1b-92c1-4ee8-affe-6e1c027c7393","d5c19629-b129-4c8b-9456-c38309248189","ff672733-486b-4042-8209-fca70df86b7d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","CMR","DOM","ECC","FCA","FDN","PDOM","PFDN","PLST","PRM"],"rulings":[{"date":"2020-11-10","text":"For example, you may cast an artifact creature spell as your artifact spell and cast another artifact creature spell as your creature spell."},{"date":"2020-11-10","text":"If a permanent card is put into your graveyard during your main phase and the stack is empty, you have a chance to cast it before any player may attempt to remove that card from your graveyard."},{"date":"2020-11-10","text":"If multiple effects allow you to play a card from your graveyard, you must announce which permission you're using as you begin to play the card."},{"date":"2020-11-10","text":"If you play a card from your graveyard and then have a new Muldrotha come under your control in the same turn, you may play another land or spell of that type from your graveyard that turn."},{"date":"2020-11-10","text":"Once you begin to cast a spell, losing control of Muldrotha won't affect the spell."},{"date":"2020-11-10","text":"Use the type of the card as it's played or cast to determine which permanent type to count it as. For example, if you cast a creature spell from your graveyard, you can cast a card with bestow as an enchantment spell."},{"date":"2020-11-10","text":"You must follow the normal timing permissions and restrictions of the cards you play from your graveyard. For example, you can't use Muldrotha to play a land if you don't have an available land play or to cast a planeswalker spell during your end step."},{"date":"2020-11-10","text":"You must pay the costs to cast a spell this way. If it has an alternative cost, you may cast it for that cost instead."}],"rarities":["rare","mythic"]},"mulldrifter":{"name":"Mulldrifter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, draw two cards.\nEvoke {2}{U} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Evoke":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":2}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw two cards.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.74a: When this permanent enters, if its evoke cost was paid, sacrifice it.","constraint":null,"condition":{"type":"CastVariantPaid","variant":"Evoke"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"24d0f5e7-0d9e-4b76-900e-a7274e80312d","metadata":{"source_printing_ids":["0f0e6ff7-eed1-4965-813f-00d92fb48a1e","295e0b63-9a4c-4be0-80b5-1924d5b6590d","2fb5330d-5c1b-4caa-8d30-3ca8303ff611","345fd005-5052-4500-a260-3649500e21f4","3bdcae2f-fcf3-4dfd-8818-606d16a03beb","3de308cc-14ac-407e-99e7-568572ecd0e7","4f3deefe-28bc-4e45-a0a0-ab03167e2e81","5d9acfe6-e1af-427b-86e1-05c35ce569a3","6757e07f-fb3e-42a2-9684-d4f53030255d","6a9f464a-6a5f-46ad-a0f7-478107a1bd40","6f5a5da9-f328-423c-8724-f3fcdddb9f16","8e06fc13-6a58-40f8-a3e6-5558a7a0d18f","909c8cc3-4adf-4c14-8fac-673558fe1f7f","95cc00e8-a40f-40d7-a747-d36d0ece6319","99074b05-f252-4626-a96a-6bc286e8d03a","a5ad7ebb-4994-49f1-a211-90bdccb6a91b","a97cfefa-ade7-49f6-b2aa-1118b9db4935","c76448bc-47a1-472c-936b-bad433892343","d7e282a2-d258-4c23-852c-6b0f10ae1962","d9fb2f2b-ed82-4461-9013-490e8bca89f8","e0fed1e5-fcbd-4597-91b5-ba809571573b","ea86b5bf-c38f-4168-a4dd-96859948423c","eb6d8d1c-8d23-4273-9c9b-f3b71eb0e105","f18233ee-3d90-4a28-8d93-918983bc9d11","ff990293-3e73-4c01-9b79-707339c8b28b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AFC","C14","C15","C18","C20","CM2","CMD","CMR","DD2","ECC","F09","J21","JVC","KHC","LRW","MKC","MM2","MMA","PLST","PRM","SLD","TD0","TSR"],"rulings":[{"date":"2021-03-19","text":"If you pay the evoke cost, you can have Mulldrifter's own triggered ability resolve before the evoke triggered ability. You can cast spells after that ability resolves but before you have to sacrifice Mulldrifter."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an evoke cost), add any cost increases, then apply any cost reductions. The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["common","uncommon","rare","special"]},"multani's presence":{"name":"Multani's Presence","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a spell you've cast is countered, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Countered","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a spell you've cast is countered, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"adad1be7-8d3d-4857-a3b0-be33db4c5746","metadata":{"source_printing_ids":["38bfa984-5fe9-44ad-b13f-3276951f9f10"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ULG"],"rulings":[{"date":"2018-04-27","text":"A spell that doesn’t resolve because its targets are illegal isn’t countered, so this ability won’t trigger. This is a change from previous rules."}],"rarities":["uncommon"]},"multani, maro-sorcerer":{"name":"Multani, Maro-Sorcerer","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Sorcerer"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Shroud (This creature can't be the target of spells or abilities.)\nMultani's power and toughness are each equal to the total number of cards in all players' hands.","non_ability_text":null,"flavor_name":null,"keywords":["Shroud"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"AllPlayers","aggregate":"Sum"}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"AllPlayers","aggregate":"Sum"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the total number of cards in all players' hands."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bce5b327-7da1-4136-b76f-069e2fef5d2a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0d6cc98b-b376-40af-8308-198bab00b2b1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ULG"],"rarities":["rare"]},"multiversal passage":{"name":"Multiversal Passage","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this land enters, choose a basic land type. Then you may pay 2 life. If you don't, it enters tapped.\nThis land is the chosen type.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddChosenSubtype","kind":"BasicLandType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ is the chosen type."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"BasicLandType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"MayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"decline":{"kind":"Spell","effect":{"type":"Choose","choice_type":"BasicLandType","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a basic land type. Then you may pay 2 life. If you don't, it enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"17770eeb-ecbf-4510-af2d-acececfbe146","metadata":{"source_printing_ids":["21502958-a8e3-494a-9be9-bebbbb1dd9dc","db88b6b6-7907-4c40-b712-4fa1456d8ad0","f5fb426a-5618-4dd4-9c51-0cc847be8c1d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","PSPM","SPM"],"rarities":["rare"]},"murder":{"name":"Murder","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"938b4e2c-88d9-4637-bc00-e228920c9a78","metadata":{"source_printing_ids":["0b5579cf-4e3f-4b65-a253-465459f3da81","0f2eb849-b3ab-4d26-86c5-235c8161cf2a","1c13ac76-7cd9-456f-9b89-92bfa07c64c5","1cde89d1-b789-4bd6-8dcb-856b525f775f","1ea6438b-0e6c-4d65-8bcd-34a988717c81","1f29d9e4-3100-43cb-9723-7d5c23f89b12","2c249609-9cf7-46f1-b94c-9329add966bb","320e195e-65c7-4220-bdc7-fe1e02a4adfc","440bfb8c-f29a-4c11-9fcb-ee935dead03f","45368bf3-d5e9-43e6-a67d-93c2e93acc72","4c98fcd3-8273-459f-857d-d0a34a1d285a","68c5d614-7b7a-4768-8e81-707f1f6bb34f","6a2b22bc-e81b-4f27-a52b-9f3edad25439","6c776ca4-4950-4a27-8ce2-fbe534579d62","86d73f4c-0bbd-4616-81a6-102db6cd7db9","95e18830-3668-4c23-96aa-d241f79adbd5","bdef7fea-2bd0-42a2-96f6-6def18bd7f0c","c8676f02-cf1e-4d40-a0c5-6e5a97417898","f7139613-488b-496b-a21d-a577b1426e6f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","ACR","ANB","CLB","CMR","CN2","DSK","EMN","J25","M13","M19","M20","MKM","OTP","PLST","PM19","PRM","SCD","SNC","ZNC"],"rarities":["common","uncommon"]},"murderous redcap":{"name":"Murderous Redcap","mana_cost":{"type":"Cost","shards":["BlackRed","BlackRed"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Assassin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, it deals damage equal to its power to any target.\nPersist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Persist"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals damage equal to its power to any target.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["M1M1",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":"Return it to the battlefield with a -1/-1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.79a: When ~ dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.","constraint":null,"condition":{"type":"Not","condition":{"type":"HadCounters","counter_type":"M1M1"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"a498bc70-36e7-4454-bc44-906893df38b8","metadata":{"source_printing_ids":["3f7ad50f-19e9-4dcd-97c2-49ab308b6030","4a25628a-beca-4dab-8b2e-dcd70f830bab","5f7171f0-7d42-47c9-ab46-93c2bb42c914","acadf575-2076-4f0c-b66e-994898adf375"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["F09","MMA","PLST","PRM","SHM","UMA"],"rulings":[{"date":"2008-05-01","text":"Murderous Redcap’s power is checked at the time the ability resolves. If it’s left the battlefield by then, its last known information is used."},{"date":"2013-06-07","text":"If a creature with persist stops being a creature, persist will still work."},{"date":"2013-06-07","text":"If a creature with persist that has +1/+1 counters on it receives enough -1/-1 counters to cause it to be destroyed by lethal damage or put into its owner’s graveyard for having 0 or less toughness, persist won’t trigger and the card won’t return to the battlefield. That’s because persist checks the creature’s existence just before it leaves the battlefield, and it still has all those counters on it at that point."},{"date":"2013-06-07","text":"If a permanent has multiple instances of persist, they’ll each trigger separately, but the redundant instances will have no effect. If one instance returns the card to the battlefield, the next to resolve will do nothing."},{"date":"2013-06-07","text":"If a token with no -1/-1 counters on it has persist, the ability will trigger when the token is put into the graveyard. However, the token will cease to exist and can’t return to the battlefield."},{"date":"2013-06-07","text":"If multiple creatures with persist are put into the graveyard at the same time (due to combat damage or a spell that destroys all creatures, for example), the active player (the player whose turn it is) puts all of their persist triggers on the stack in any order, then each other player in turn order does the same. The last trigger put on the stack is the first one that resolves. That means that in a two-player game, the nonactive player’s persist creatures will return to the battlefield first, then the active player’s persist creatures do the same. The creatures return to the battlefield one at a time."},{"date":"2013-06-07","text":"The persist ability triggers when the permanent is put into a graveyard. Its last known information (that is, how the creature last existed on the battlefield) is used to determine whether it had a -1/-1 counter on it."},{"date":"2013-06-07","text":"When a permanent with persist returns to the battlefield, it’s a new object with no memory of or connection to its previous existence."}],"rarities":["uncommon"]},"murderous rider":{"name":"Murderous Rider","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nWhen this creature dies, put it on the bottom of its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, put it on the bottom of its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1080c5b5-6651-4c6a-93e6-099fbe389e26","metadata":{"source_printing_ids":["49c98e70-e8fe-4fea-b1d0-e7560780fda9","4fcad716-cb4e-497d-b25b-61598224f3c8","5325c4e3-3678-4c55-8692-ca0623363cf6","67ea8e53-aa22-42d1-bca4-64b0b0f0bbdb","80fffad3-2486-4350-8dff-54a215ebfc28","dd239710-62ef-43b5-aea2-e82bb385744d","e73d8a84-2c0d-423c-89c7-71de0af9e1ac"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["DRC","ELD","FIC","MOC","PELD","PLST","PRM","SLD"],"rulings":[{"date":"2019-10-04","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Giant Killer is a white creature card whose mana value is 1. It can't be the target of the triggered ability of Mystic Sanctuary."},{"date":"2019-10-04","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2019-10-04","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to cast it as a permanent later."},{"date":"2019-10-04","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to cast it as a permanent spell."},{"date":"2019-10-04","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to cast the copy as a permanent."},{"date":"2019-10-04","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2019-10-04","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2019-10-04","text":"If the target creature or planeswalker is an illegal target by the time Swift End tries to resolve, the spell won't resolve. You won't lose 2 life or exile Swift End. If the target is legal but not destroyed (most likely because it has indestructible), you do lose 2 life and exile Swift End."},{"date":"2019-10-04","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if Giant Killer is exiled with the last ability of Vivien, Champion of the Wilds, you can't cast it as Chop Down."},{"date":"2019-10-04","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2019-10-04","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you'll be able to cast it only during your main phase while the stack is empty."}],"rarities":["rare"]},"murdock's crusade":{"name":"Murdock's Crusade","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 4 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 4 or more.)\nChoose one. If this spell was cast using teamwork, choose both instead.\n• Street Justice — Exile target creature with toughness 4 or greater.\n• Legal Justice — Exile target enchantment with mana value 4 or greater.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":4}],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[{"type":"Cmc","comparator":"GE","value":{"type":"Fixed","value":4}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"36330947-5ef9-4bff-b541-bfbddd9715a3","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Street Justice — Exile target creature with toughness 4 or greater.","Legal Justice — Exile target enchantment with mana value 4 or greater."],"allow_repeat_modes":false,"constraints":[{"type":"ConditionalMaxChoices","condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"max_choices":2,"otherwise_max_choices":1}],"chooser":{"type":"Controller"}},"additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":4},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["98df64ca-39c3-47e6-8143-4106c8e9cf59"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"murk dwellers":{"name":"Murk Dwellers","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks and isn't blocked, it gets +2/+0 until end of combat.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AttackerUnblocked","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfCombat","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks and isn't blocked, it gets +2/+0 until end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"00358a89-2058-448b-a2fd-389f639ba2da","metadata":{"source_printing_ids":["4717d6e4-2185-40ba-a8d0-33857785c931","740564ec-c473-45bc-ba94-288786bf28b9","7731dc37-2eac-4e60-bb0f-6230205a5323","85136d10-f5ed-44a5-9275-82fa7cb51337","a213450f-02f4-4c08-8da8-891ebfa8e237"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","DRK","ITP","REN","RQS"],"rulings":[{"date":"2013-04-15","text":"An ability that triggers when something “attacks and isn’t blocked” triggers in the declare blockers step after blockers are declared if (1) that creature is attacking and (2) no creatures are declared to block it. It will trigger even if that creature was put onto the battlefield attacking rather than having been declared as an attacker in the declare attackers step."}],"rarities":["common"]},"murktide regent":{"name":"Murktide Regent","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Delve (Each card you exile from your graveyard while casting this spell pays for {1}.)\nFlying\nThis creature enters with a +1/+1 counter on it for each instant and sorcery card exiled with it.\nWhenever an instant or sorcery card leaves your graveyard, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Delve","Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"zone_change_clauses":[{"origin":{"type":"Equals","data":"Graveyard"},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]}]}}],"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an instant or sorcery card leaves your graveyard, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"And","filters":[{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},{"type":"ExiledBySource"}]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a +1/+1 counter on it for each instant and sorcery card exiled with it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7f993ac7-c2cd-413c-a106-2c051a77ebf6","metadata":{"source_printing_ids":["20c4aae1-7665-4df7-bd51-a1d95bf8a17d","a8747d77-0f4c-4db9-9f11-639c961d14d5","ad586c86-6d5b-49ac-8908-098eddae26e6","ad631a35-61f6-4b22-80aa-49ec480f2b63"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH2","PLST","PMH2","SLD","SLP"],"rulings":[{"date":"2021-06-18","text":"Because delve isn't an alternative cost, it can be used in conjunction with alternative costs, such as flashback. It can also be used to pay for additional costs that include generic mana."},{"date":"2021-06-18","text":"Delve doesn't change a spell's mana cost or mana value. For example, Murktide Regent's mana value is 7 even if you exiled three cards to cast it."},{"date":"2021-06-18","text":"You can exile cards to pay only for generic mana, and you can't exile more cards than the generic mana requirement of a spell with delve. For example, you can't exile more than five cards from your graveyard to cast Murktide Regent unless an effect has increased its cost."}],"rarities":["mythic"]},"muscle sliver":{"name":"Muscle Sliver","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"All Sliver creatures get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Sliver creatures get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"06e0459f-d691-4470-884a-27c09b6612d2","metadata":{"source_printing_ids":["510a8590-48f5-40ee-a0c8-77238055a937","602a1e1f-4195-48c0-8290-562e7e0db6d8","e96fa876-5474-4374-bc51-fa5df9278042","f36faada-4f9c-43f9-b3e4-55714737a5c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["F03","H09","PLST","PRM","SLD","TMP","TPR"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn't provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it's no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."},{"date":"2021-03-19","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to a Sliver may become lethal if Muscle Sliver leaves the battlefield during that turn."},{"date":"2021-03-19","text":"Muscle Sliver's ability does give itself +1/+1."}],"rarities":["common","rare"]},"mutable explorer":{"name":"Mutable Explorer","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Changeling (This card is every creature type.)\nWhen this creature enters, create a tapped Mutavault token. (It's a land with \"{T}: Add {C}\" and \"{1}: This token becomes a 2/2 creature with all creature types until end of turn. It's still a land.\")","non_ability_text":null,"flavor_name":null,"keywords":["Changeling"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Mutavault","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Land"],"colors":[],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a tapped Mutavault token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"34b93a66-de1e-4133-a479-e0d90ba94a3a","metadata":{"related_token_ids":["b113739a-cf0d-5242-8ca4-1e621d5e8496"],"source_printing_ids":["8d10a060-5abd-4982-996c-a8fc420e44ba","8f35d95a-caea-4d5e-b98e-55da1ba7c92d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Mutable Explorer's last ability creates a token that's a copy of the card Mutavault in the Oracle card reference. Official text for Mutavault can be found using the Gatherer card database at Gatherer.Wizards.com."}],"rarities":["rare"]},"muxus, goblin grandee":{"name":"Muxus, Goblin Grandee","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Noble"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Muxus enters, reveal the top six cards of your library. Put all Goblin creature cards with mana value 5 or less from among them onto the battlefield and the rest on the bottom of your library in a random order.\nWhenever Muxus attacks, it gets +1/+1 until end of turn for each other Goblin you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":6},"destination":"Battlefield","keep_count":4294967295,"up_to":false,"filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"Goblin"}],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":5}}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, reveal the top six cards of your library. Put all Goblin creature cards with mana value 5 or less from among them onto the battlefield and the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Goblin"}],"controller":"You","properties":[{"type":"Another"}]}}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Goblin"}],"controller":"You","properties":[{"type":"Another"}]}}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it gets +1/+1 until end of turn for each other Goblin you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"07c82cde-f00d-4454-9df4-9286e344c9bb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2c716d10-2130-43b7-a939-349d437e1091","b96b0b4d-ad94-4f1d-b72a-44559c51c76a","d2f8035b-c776-4213-a5e2-e6c7c3f5961f","de974053-a1b2-4ee6-96be-3b5e9f9b290a","ea8f92fb-9ecc-4a41-aabc-7261acb4e8fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","JMP","PLST","SLD"],"rulings":[{"date":"2020-06-23","text":"If a card in a player's library has {X} in its mana cost, X is considered to be 0."},{"date":"2020-06-23","text":"The bonus Muxus gets is determined only as its last ability resolves. Once that happens, the bonus won't change later in the turn even if the number of Goblins you control changes."}],"rarities":["rare"]},"muzzle":{"name":"Muzzle","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nPrevent all damage that would be dealt by enchanted creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"Prevent all damage that would be dealt by enchanted creature.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"bdf497b5-166f-46a7-8e18-ae0b8f97768c","metadata":{"source_printing_ids":["8b3048ec-bcbf-4a69-b56f-83bbe82b68e5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ"],"rarities":["common"]},"mycoloth":{"name":"Mycoloth","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fungus"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Devour 2 (As this creature enters, you may sacrifice any number of creatures. It enters with twice that many +1/+1 counters on it.)\nAt the beginning of your upkeep, create a 1/1 green Saproling creature token for each +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[{"Devour":2}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Saproling","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Saproling"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, create a 1/1 green Saproling creature token for each +1/+1 counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"UpTo","max":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"CR 702.82a: Devour 2 — sacrifice any number of creatures; this permanent enters with 2 +1/+1 counters per creature sacrificed.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.82a + CR 614.1c: Devour 2 — as this creature enters, you may sacrifice any number of creatures; it enters with 2 +1/+1 counters for each creature sacrificed this way.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d7fd16ce-282d-49cd-b2b4-0d25935e7a72","metadata":{"related_token_ids":["0628f530-1f4d-5171-b7d0-da2a155273e6","993318ee-4e8f-58a6-b55f-894b9310a3d9","b97a960d-5d34-5fd0-a94c-af7bb41c3edb","ba1d8604-e466-5949-a156-abf0d3bbb33e","c0edfb5e-e4bc-52df-aa04-92671cb93cd2","dc6b409b-79e0-5103-9e78-2bf1c9a3deac"],"source_printing_ids":["014c07d2-b698-4459-b8b8-47f3aa1acce3","15360a16-b785-4ffe-bfa8-6c7f6a37455d","28b878b9-d6d2-4316-866e-0d6573ee80e1","6cc3ba22-3f1c-41fe-800b-cdf7af44e74b","75d495f2-2eb4-43b1-becc-1570ec57eb6a","798748d5-cb17-4f9a-85d4-1bc518222bb8","924976cf-9b46-4cbf-ab27-07ca72a21608","a45d83bb-5422-4a72-bbc0-2529ecfa0b4a","c3f7faed-de6b-404f-b54f-e60d5b55485b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ALA","C15","C16","CMA","PC2","PCA","PLST","SLD","SOC"],"rulings":[{"date":"2008-10-01","text":"If multiple creatures with devour are entering under your control at the same time, you may use each one's devour ability. A creature you already control can be devoured by only one of them, however. (In other words, you can't sacrifice the same creature to satisfy multiple devour abilities.) All creatures devoured this way are sacrificed at the same time."},{"date":"2008-10-01","text":"The number of Saproling tokens created by the triggered ability is based on the number of +1/+1 counters on Mycoloth, not on the number of creatures Mycoloth devoured. It doesn't matter where the +1/+1 counters came from."},{"date":"2008-10-01","text":"You may choose not to sacrifice any creatures for the Devour ability."},{"date":"2008-10-01","text":"You may sacrifice only creatures that are already on the battlefield. If a creature with devour and another creature are entering under your control at the same time, the creature with devour can't devour that other creature. The creature with devour also can't devour itself."}],"rarities":["rare"]},"myr retriever":{"name":"Myr Retriever","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Myr"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature dies, return another target artifact card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, return another target artifact card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"d07d3be3-f69d-4484-8467-cffd43871788","metadata":{"source_printing_ids":["33940107-e210-4334-a409-48ab591af2ec","72ad8e04-f3be-4bc8-b62d-e92291317aab","7f0149d4-0731-474a-a1c3-28c25e486c14","b8972a7c-ff64-4158-8277-2bd90e8db48d","e39c880d-f9b1-4572-b676-c1dd2d981b7c","ee766f7b-4e9c-442d-bf53-31c204646449","fd7081d5-1f90-477f-a06e-f0a8679f4f7d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["2XM","C14","C16","CM2","MMA","MRD","PLST","TD2"],"rulings":[{"date":"2020-08-07","text":"If Myr Retriever dies at the same time as another artifact you own, its ability can target that other artifact card."}],"rarities":["common","uncommon"]},"myrkul, lord of bones":{"name":"Myrkul, Lord of Bones","mana_cost":{"type":"Cost","shards":["White","Black","Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"As long as your life total is less than or equal to half your starting life total, Myrkul has indestructible.\nWhenever another nontoken creature you control dies, you may exile it. If you do, create a token that's a copy of that card, except it's an enchantment and loses all other card types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TrackedSet","id":0},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetCardTypes","core_types":["Enchantment"]}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature you control dies, you may exile it. If you do, create a token that's a copy of that card, except it's an enchantment and loses all other card types.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"StartingLifeTotal"}},"divisor":2,"rounding":"Down"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your life total is less than or equal to half your starting life total, ~ has indestructible."}],"replacements":[],"color_override":["Black","Green","White"],"color_identity":["Black","Green","White"],"scryfall_oracle_id":"11329dd8-b10b-4659-b747-fbdbecf16308","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["20210bc2-0b4a-55fc-bfd3-fc4abe806d4b"],"source_printing_ids":["82824d05-5215-459a-aa73-3c5a6be3d464","bd790307-9926-4b7c-a90d-ca844adbe0ba","c9f2783f-9512-4cfe-9e95-ab943afd4e53"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"If Myrkul, Lord of Bones is dealt lethal damage at the same time that its controller's life total is reduced to less than or equal to half their starting life total, Myrkul will have indestructible at the time state-based actions are performed and survive."},{"date":"2022-06-10","text":"The last ability creates a copy of the card as it last existed in the graveyard, not of the creature as it last existed on the battlefield."}],"rarities":["rare"]},"myrsmith":{"name":"Myrsmith","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast an artifact spell, you may pay {1}. If you do, create a 1/1 colorless Myr artifact creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Myr","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Myr"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an artifact spell, you may pay {1}. If you do, create a 1/1 colorless Myr artifact creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7fc3798a-3907-4f50-98a1-25b8e1977197","metadata":{"related_token_ids":["37c45f60-9cdb-5706-8070-48d24b7ece38","67cc6617-ca35-559c-87b4-0ccd0295c336","9cb97a78-9585-5641-96fd-d3e83ef9174b","ad927c4e-b2bb-5385-8ce6-d7316cc51623","d300dc0e-fe5c-534c-ac74-aaa150bdd12b"],"source_printing_ids":["13429b63-085c-4c78-9ce3-247db5841b9d","218a4867-e04f-498a-b384-9d7c6d44fb4f","783c15b7-6a7f-471e-b9f7-8c38115e66c0","78ea3e84-2d78-489f-875a-48e58c956451","ff45f775-9d77-4a55-917e-2de57ce2cf31"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["2XM","CMM","MM2","NEC","SOM"],"rulings":[{"date":"2020-08-07","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2020-08-07","text":"While resolving Myrsmith's ability, you can't pay more than {1} to get more than one Myr."}],"rarities":["common","uncommon"]},"mystic forge":{"name":"Mystic Forge","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nYou may cast artifact spells and colorless spells from the top of your library.\n{T}, Pay 1 life: Exile the top card of your library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"PayLife","amount":{"type":"Fixed","value":1}}]},"sub_ability":null,"duration":null,"description":"{T}, Pay 1 life: Exile the top card of your library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"ColorCount","comparator":"EQ","count":0}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast artifact spells and colorless spells from the top of your library."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"994bc16d-fdc6-475c-96df-beeb4d5aa03e","metadata":{"source_printing_ids":["109a6275-331e-4696-85ea-6f7a0a0f865e","375e6985-e212-4bd0-b06c-0ca7dc1f68e6","74fd1f7f-4946-4f28-a759-3f73c0473536","7aac1711-05e3-402a-a7a2-d8eade84ed32","7bf210d8-1a57-40a2-9426-5f7be0cad719","89f596ee-b551-411f-a460-bfffa89e358e","924a24e7-91b8-4ceb-a136-7a765d98c994","a26614a2-b6ce-4161-89ee-d9596a97a146","a9a842eb-3583-4ce7-afab-e81adafd66eb","bbbfadff-43a1-4c46-9426-d3417715baae","bc0de77a-c503-4000-9eb5-aa28a5e91082","cf56bef3-7f0e-47b4-96f5-325722f7708a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"restricted"},"printings":["40K","BRR","CMM","M20","M3C","PIP","PM20"],"rulings":[{"date":"2019-07-12","text":"Because you never \"cast\" a land card, Mystic Forge doesn't allow you to play an artifact land from the top of your library."},{"date":"2019-07-12","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast the top card of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2019-07-12","text":"If the top card of your library has a morph ability, you can cast it face down from the top of your library, even if it's normally not a colorless card."},{"date":"2019-07-12","text":"Mystic Forge lets you look at the top card of your library whenever you want (with one restriction—see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2019-07-12","text":"You must follow the normal timing permissions and restrictions of the spells you cast from your library."},{"date":"2019-07-12","text":"You still pay all costs for a spell you cast from your library, including additional costs. You may also pay alternative costs."}],"rarities":["rare","mythic"]},"mystic remora":{"name":"Mystic Remora","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nWhenever an opponent casts a noncreature spell, you may draw a card unless that player pays {4}.","non_ability_text":null,"flavor_name":null,"keywords":[{"CumulativeUpkeep":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a noncreature spell, you may draw a card unless that player pays {4}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"payer":{"type":"TriggeringPlayer"}},"batched":false},{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8a52f3c0-2552-4425-b2e3-5496eb2232a7","metadata":{"source_printing_ids":["13a08c07-e8b8-43bf-99e6-d268c79a62bf","3588abed-15e5-459b-998a-0a94f0ab215b","40140991-cffa-4b52-9a25-37e9a8aa9ddd","58e93dff-b774-4765-b7bd-d3957e42ff4a","9f87c041-c516-4911-ad28-1fb961c0d3dc","bf76c6a4-d6e8-4d50-b65f-020252f7b659","fce23be6-787a-43bb-8bfd-c6672fad9105","ff393aab-0b02-496c-97df-0ffa0f8b1ec9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"banned","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["DMR","ICE","ME1","SLD","TLE"],"rulings":[{"date":"2025-10-02","text":"Cumulative upkeep is a triggered ability that imposes an increasing cost on a permanent. \"Cumulative upkeep [cost]\" means \"At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent. Then you may pay [cost] for each age counter on it. If you don't, sacrifice it.\""},{"date":"2025-10-02","text":"Paying cumulative upkeep is always optional. If it's not paid, the permanent with cumulative upkeep is sacrificed. Partial payments of the total cumulative upkeep cost can't be made. For example, if Mystic Remora has three age counters on it when its cumulative upkeep ability triggers, it gets another age counter and then its controller chooses to either pay {4} or sacrifice it."}],"rarities":["common","uncommon","rare","mythic"]},"nadier's nightblade":{"name":"Nadier's Nightblade","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a token you control leaves the battlefield, each opponent loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a token you control leaves the battlefield, each opponent loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"391978f6-0bbc-41e8-9246-f7d0e21c7900","metadata":{"source_printing_ids":["11fbba08-0d93-4750-9dd6-d6a2779c6cf3","1cd606c3-795a-49d8-8b75-6a3aacb4a72f","56b0a988-5aee-4f4c-8efe-4c2a392702b1","b533e358-3b30-4719-a2a3-13fb9ea817c6","bc9926d7-91b7-4067-b590-a0430bf68d16"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","CMM","CMR","MH3"],"rarities":["common","uncommon"]},"nahiri, the lithomancer":{"name":"Nahiri, the Lithomancer","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Nahiri"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"[+2]: Create a 1/1 white Kor Soldier creature token. You may attach an Equipment you control to it.\n[−2]: You may put an Equipment card from your hand or graveyard onto the battlefield.\n[−10]: Create a colorless Equipment artifact token named Stoneforged Blade. It has indestructible, \"Equipped creature gets +5/+5 and has double strike,\" and equip {0}.\nNahiri, the Lithomancer can be your commander.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Kor Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Kor","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":2},"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[]},"target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+2]: Create a 1/1 white Kor Soldier creature token. You may attach an Equipment you control to it.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Loyalty","amount":-2},"sub_ability":null,"duration":null,"description":"[−2]: You may put an Equipment card from your hand or graveyard onto the battlefield.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},{"kind":"Activated","effect":{"type":"Token","name":"Stoneforged Blade","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Equipment"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantStaticAbility","definition":{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":5},{"type":"AddToughness","value":5},{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +5/+5 and has double strike"}},{"type":"AddKeyword","keyword":"Indestructible"},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"sub_ability":null,"duration":null,"description":"equip {0}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have indestructible, \"Equipped creature gets +5/+5 and has double strike,\" and equip {0}"}]},"cost":{"type":"Loyalty","amount":-10},"sub_ability":null,"duration":null,"description":"[−10]: Create a colorless Equipment artifact token named Stoneforged Blade. It has indestructible, \"Equipped creature gets +5/+5 and has double strike,\" and equip {0}.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a554aa2c-d947-4fc6-929d-d5891f467615","brawl_commander":true,"is_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["45302479-5f48-53e1-aa27-c60ddfebc93a","589d2a21-03bf-5371-b80d-c9b5cfe91c01","a0cf69b8-6092-5687-85fa-a4402bd43e6d","c98c00e2-87e0-5fa8-b255-b0064597c5d6"],"source_printing_ids":["12b60107-441d-4390-b433-adb6ce1e616d","97313f57-0354-405b-a454-dbf9e5cea0b2","9a226eae-1c77-45a9-9115-f846b76681a3","b074e60a-6f9b-4679-9617-261e2e15e1e8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","CMM","OC14","PLST","PZ1"],"rarities":["rare","mythic"]},"najeela, the blade-blossom":{"name":"Najeela, the Blade-Blossom","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a Warrior attacks, you may have its controller create a 1/1 white Warrior creature token that's tapped and attacking.\n{W}{U}{B}{R}{G}: Untap all attacking creatures. They gain trample, lifelink, and haste until end of turn. After this phase, there is an additional combat phase. Activate only during combat.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Lifelink"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample, lifelink, and haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{W}{U}{B}{R}{G}: Untap all attacking creatures. They gain trample, lifelink, and haste until end of turn. After this phase, there is an additional combat phase. Activate only during combat.","target_prompt":null,"activation_restrictions":[{"type":"DuringCombat"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Warrior","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Warrior"],"colors":["White"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"TriggeringSource"},"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Warrior attacks, you may have its controller create a 1/1 white Warrior creature token that's tapped and attacking.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"09619943-6aec-4080-ace5-a0c6ebb23f1c","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["792e05f4-14b4-5f1f-b788-5a7b60d63d5d","af73896d-f81a-55bd-808d-e4821ddf559a"],"source_printing_ids":["08eb1bef-b00d-490b-a631-2849e0d1fd8e","2cb1d1da-6077-46b5-8c63-39882b8016f2","385bd474-fb4b-4c19-b583-ac2fa2e18475","5aa5bec9-904f-42fb-9511-4706d6e6767e","a84d0c3c-7382-46f9-a826-44100ac7cb41","be898edb-35dd-4896-96d9-323aca64a2ce","cc30e027-8cb8-4b06-a24a-6ad49d6a2cf3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BBD","CMR","FCA","MAR","OMB","PRM","SLD"],"rulings":[{"date":"2020-11-10","text":"Although the tokens created by Najeela's first ability are attacking, they were never declared as attacking creatures (for the purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2020-11-10","text":"The controller of each Warrior token created by Najeela chooses which player or planeswalker it's attacking. The tokens don't have to be attacking the same player or planeswalker as the creature that caused the ability to trigger. They can even be attacking players or planeswalkers that weren't being attacked."},{"date":"2020-11-10","text":"There is no main phase before the additional combat phase. This means that, for example, you can't activate an equip ability between combats."},{"date":"2020-11-10","text":"Untapping an attacking creature doesn't remove it from combat."}],"rarities":["mythic"]},"naktamun":{"name":"Naktamun","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Amonkhet"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature card in your graveyard has embalm. Its embalm cost is equal to its mana cost. (Exile a creature card from your graveyard and pay its embalm cost: Create a token that's a copy of it, except it's a white Zombie in addition to its other types with no mana cost. Embalm only as a sorcery.)\nWhenever chaos ensues, you may discard a card. If you do, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, you may discard a card. If you do, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Embalm":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"Each creature card in your graveyard has embalm. Its embalm cost is equal to its mana cost."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"a2048704-0d22-435d-b819-269291f2981e","metadata":{"source_printing_ids":["7ff092bb-e284-4397-a584-6a046145424b"]},"legalities":{},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"If a spell or ability resolves during your main phase, causing a creature card to be put into your graveyard, you’ll have priority immediately afterward. You can activate the creature card’s embalm ability before any player can exile it, if it’s legal for you to do so."},{"date":"2023-04-14","text":"Once you’ve activated an embalm ability, the card is immediately exiled. Opponents can’t try to stop the ability by exiling the card or quickly getting the heck off of Naktamun."}],"rarities":["common"]},"namor the sub-mariner":{"name":"Namor the Sub-Mariner","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Merfolk","Villain"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nNamor's power is equal to the number of Merfolk you control.\nWhenever you cast a noncreature spell with one or more blue mana symbols in its mana cost, create that many 1/1 blue Merfolk creature tokens.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Merfolk","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Merfolk"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"ManaSymbolsInManaCost","scope":{"type":"EventSource"},"color":"Blue"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"And","filters":[{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"ManaSymbolCount","color":"Blue","comparator":"GE","value":1}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a noncreature spell with one or more blue mana symbols in its mana cost, create that many 1/1 blue Merfolk creature tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Merfolk"}],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the number of Merfolk you control."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"dff11626-ad4d-443a-b7db-f508790b5fd2","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f8754afa-7613-5a6e-8a1b-ac263dbf4f04"],"source_printing_ids":["47016620-48c7-42b2-9bef-8e2f8fc0786e","7aaefcf9-fbe1-4767-92a5-09825761d116","804e43a0-faf6-4cd7-b5e8-34c767f8fa1c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"narset's reversal":{"name":"Narset's Reversal","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Copy target instant or sorcery spell, then return it to its owner's hand. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Copy target instant or sorcery spell, then return it to its owner's hand. You may choose new targets for the copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d55f6c70-321f-4fb4-bd33-0850ae1a7c36","metadata":{"source_printing_ids":["0355887d-eec7-4b1c-ada1-014ac7fce5c6","3e59024a-3d24-43ba-9016-5b5c42a9fee0","4ede8d68-6870-445c-b140-da98adbc246a","63754036-d51e-47bb-925b-564d9dc922ff"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MAR","PLST","PWAR","SLC","TDC","WAR"],"rulings":[{"date":"2019-05-03","text":"If a copy of a spell is returned to its owner’s hand, it’s moved there, then it will cease to exist as a state-based action."},{"date":"2019-05-03","text":"If a spell is returned to its owner’s hand, it’s removed from the stack and thus will not resolve. The spell isn’t countered; it just no longer exists. This works against a spell that can’t be countered."},{"date":"2019-05-03","text":"If the spell has damage divided as it was cast, the division can’t be changed (although the targets receiving that damage still can). The same is true of spells that distribute counters."},{"date":"2019-05-03","text":"If the spell that’s copied has an X whose value was determined as it was cast (like Finale of Promise does), the copy will have the same value of X."},{"date":"2019-05-03","text":"If the spell that’s copied is modal (that is, it says “Choose one —” or the like), the copy will have the same mode. A different mode can’t be chosen."},{"date":"2019-05-03","text":"If you copy a spell, you control the copy. Narset’s Reversal and the copy resolve before the original spell would have resolved."},{"date":"2019-05-03","text":"Narset’s Reversal can copy any instant or sorcery spell, not just one with targets."},{"date":"2019-05-03","text":"The controller of a copy can’t choose to pay any alternative or additional costs for the copy. However, effects based on any alternative or additional costs that were paid for the original spell are copied as though those same costs were paid for the copy."},{"date":"2019-05-03","text":"The copy is created on the stack, so it’s not “cast.” Abilities that trigger when a player casts a spell won’t trigger."},{"date":"2019-05-03","text":"The copy will have the same targets as the spell it’s copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can’t choose a new legal target, then it remains unchanged (even if the current target is illegal)."}],"rarities":["rare","mythic"]},"narset, jeskai waymaster":{"name":"Narset, Jeskai Waymaster","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, you may discard your hand. If you do, draw cards equal to the number of spells you've cast this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, you may discard your hand. If you do, draw cards equal to the number of spells you've cast this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"1a2a74b8-0689-4959-9348-02cc832194cf","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["40a1c532-e0f6-456a-a6d9-5f7bf1a6b47c","6b77cbc1-dbc8-44d9-aa29-15cbb19afecd","9f104106-2922-404e-a959-5d6d071aad74","cccfb58a-4844-466c-81ea-5fb73863bccf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"You may choose to discard your hand even if your hand contains zero cards."}],"rarities":["rare","mythic"]},"necrodominance":{"name":"Necrodominance","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Skip your draw step.\nAt the beginning of your end step, you may pay any amount of life. If you do, draw that many cards.\nYour maximum hand size is five.\nIf a card or token would be put into your graveyard from anywhere, exile it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, you may pay any amount of life. If you do, draw that many cards.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":{"SkipStep":{"step":"Draw"}},"affected":{"type":"Controller"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Skip your draw step."},{"mode":{"MaximumHandSize":{"modification":{"SetTo":5}}},"affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your maximum hand size is five."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a card or token would be put into your graveyard from anywhere, exile it instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a10b3e35-8cc4-450e-9e30-0fce8df0fea4","metadata":{"source_printing_ids":["f810a2d7-efbe-4ea1-83d1-d594a8eaf88b","ffc0109c-f939-4424-820e-d6e60cacd794"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"If a Necrodominance you control is destroyed by a spell you own, Necrodominance will be exiled and then the spell will be put into your graveyard."},{"date":"2024-06-07","text":"If a player has more cards in their hand than their maximum hand size during the cleanup step of that player's turn, that player discards until they have that many cards. A player's maximum hand size isn't checked at any time other than their own cleanup step."},{"date":"2024-06-07","text":"If multiple effects modify your hand size, apply them in timestamp order. For example, if you put Necrodominance onto the battlefield and then put Spellbook (an artifact that says you have no maximum hand size) onto the battlefield, you would have no maximum hand size. However, if those permanents entered the battlefield in the opposite order, your maximum hand size would be five."},{"date":"2024-06-07","text":"If you discard a card while you control Necrodominance, abilities that function when a card is discarded (such as madness) still work, even though that card never reaches your graveyard. In addition, spells or abilities that check the characteristics of a discarded card (such as connive) can find that card in exile."},{"date":"2024-06-07","text":"While Necrodominance is on the battlefield under your control, abilities that trigger whenever a permanent you own is put into your graveyard from the battlefield (for example, \"When this creature dies…\") won't trigger because cards and tokens are never put into your graveyard."}],"rarities":["mythic"]},"necroduality":{"name":"Necroduality","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a nontoken Zombie you control enters, create a token that's a copy of that creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":"You","properties":[{"type":"NonToken"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken Zombie you control enters, create a token that's a copy of that creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d36acdfe-2b1b-4c19-8b81-0b3127e480fe","metadata":{"related_token_ids":["2a0c52f6-dc87-5d78-bccc-2682d94072e7","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["400ca655-68ed-4714-96e9-55df00a325b3","6385509a-6814-4039-83fb-1fa5a7439696","9b674053-1f0f-436d-b106-f91f41cf3959","aa88f80f-7411-4f66-bb45-90fb7bd54667","cc78906c-a62f-45dc-8786-e139767be36d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","INR","PRM","PVOW","VOW"],"rulings":[{"date":"2025-01-24","text":"Any “enters” abilities of the copied permanent will trigger when the token enters. Any “as [this permanent] enters” or “[this permanent] enters with” abilities of the copied permanent will also work."},{"date":"2025-01-24","text":"If the copied permanent is copying something else, then the token enters as whatever that permanent copied."},{"date":"2025-01-24","text":"The token copies exactly what was printed on the original permanent and nothing else (unless that permanent is copying something else; see below). It doesn’t copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on."}],"rarities":["mythic"]},"necromantic summons":{"name":"Necromantic Summons","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put target creature card from a graveyard onto the battlefield under your control.\nSpell mastery — If there are two or more instant and/or sorcery cards in your graveyard, that creature enters with two additional +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Put target creature card from a graveyard onto the battlefield under your control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Spell mastery — If there are two or more instant and/or sorcery cards in your graveyard, that creature enters with two additional +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2f921740-de98-4276-8196-47a38a1e4591","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Put target creature card from a graveyard onto the battlefield under your control.\nSpell mastery — If there are two or more instant and/or","line_index":0}],"metadata":{"source_printing_ids":["3afe7891-09d5-470e-aa41-71d89249875b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["ORI"],"rulings":[{"date":"2015-06-22","text":"Check to see if there are two or more instant and/or sorcery cards in your graveyard as the spell resolves to determine whether the spell mastery ability applies. The spell itself won’t count because it’s still on the stack as you make this check."}],"rarities":["uncommon"]},"necropotence":{"name":"Necropotence","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Skip your draw step.\nWhenever you discard a card, exile that card from your graveyard.\nPay 1 life: Exile the top card of your library face down. Put that card into your hand at the beginning of your next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"face_down":true},"cost":{"type":"PayLife","amount":{"type":"Fixed","value":1}},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"End","player":0},"effect":{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Exile","destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Pay 1 life: Exile the top card of your library face down. Put that card into your hand at the beginning of your next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you discard a card, exile that card from your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"SkipStep":{"step":"Draw"}},"affected":{"type":"Controller"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Skip your draw step."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"94a844d2-0574-45a7-b347-e0e329767c42","metadata":{"source_printing_ids":["115659cd-eb77-4951-aebf-ca36063da699","222cfbec-8839-43fa-95a0-2ea91b59515c","2765545b-5e2d-4d4c-b126-93415774a2e9","30a6fda0-aafa-4996-854d-3347e08dae96","54d7a0c1-efb4-4a8d-ad92-a96d43835052","57ffb8ad-d8b4-4764-bbb0-ca4106080a90","5a63228e-9e95-4234-a8a4-8d8b5139d48c","6e99142d-0948-49f4-9a55-a2f24ae5443b","c89c6895-b0f8-444a-9c89-c6b4fd027b3e","ff727bfb-8cd8-43dd-afdf-eb74a4631eac"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"banned","oathbreaker":"legal","premodern":"banned","timeless":"restricted","vintage":"restricted"},"printings":["5ED","DKM","EMA","ICE","IMA","ME2","OLEP","PTC","SLC","V09","VMA","WOT"],"rulings":[{"date":"2017-11-17","text":"If a discarded card isn't put into your graveyard (due to an effect such as that of Obstinate Baloth) or leaves your graveyard (perhaps because another effect returned it to your hand), it won't be exiled."},{"date":"2017-11-17","text":"If you discard a card with madness and wish to cast it, Necropotence's ability won't exile that card. If you don't wish to cast it, you choose whether it ends up exiled or in your graveyard."},{"date":"2017-11-17","text":"Necropotence's last ability creates a delayed triggered ability that will put the exiled card into your hand. That ability still triggers even if Necropotence is removed from the battlefield before your end step."},{"date":"2023-09-01","text":"You can't look at the cards exiled by the last ability while they're face down."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"nefarious imp":{"name":"Nefarious Imp","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Imp"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever one or more permanents you control leave the battlefield, scry 1. (Look at the top card of your library. You may put that card on the bottom.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more permanents you control leave the battlefield, scry 1.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c412191f-46d7-4520-a76c-1f70a2e92ab6","metadata":{"source_printing_ids":["0dc61b93-b87a-47f4-b5b5-eedb1db48288"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG"],"rarities":["common"]},"nefarious lich":{"name":"Nefarious Lich","mana_cost":{"type":"Cost","shards":["Black","Black","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If damage would be dealt to you, exile that many cards from your graveyard instead. If you can't, you lose the game.\nIf you would gain life, draw that many cards instead.\nWhen this enchantment leaves the battlefield, you lose the game.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"ZoneChangedThisWay","filter":{"type":"Any"}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, you lose the game.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"GainLife","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would gain life, draw that many cards instead.","condition":null}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d79e8ec4-b44b-4598-991c-7781dab55868","legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rulings":[{"date":"2004-10-04","text":"If you were going to gain life and you also have a replacement that can turn card drawing into life gain on the battlefield, you can gain life by using the Lich to turn the original life gain into card drawing, and then using the other replacement to turn a card draw into life gain. Nefarious Lich will not replace the life gain with a card draw again because it has already acted on this event."},{"date":"2004-10-04","text":"This card will not prevent you from losing the game due to zero or less life."}],"metadata":{"source_printing_ids":["d90f5a4e-8c3a-4803-bb59-d3d7c23761db"]},"rarities":["rare"]},"negate":{"name":"Negate","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target noncreature spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target noncreature spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3407fe41-fdd3-4119-8f70-4bc4590a379f","metadata":{"source_printing_ids":["026c499d-3d5b-4f65-a824-f78f146b82ef","1dc492d5-ec52-4ab3-813e-acb40b0b6d5a","31534f45-43e6-4103-bf58-ad8fa688e4b0","33b83158-78b4-425e-8379-be3ef038295c","35308c10-f8e9-4c35-a680-a3dfe16ac63a","3877d196-332c-4266-aac8-a35754d74297","3d5e6fdf-022a-480d-96fc-bfadbf7ee5f6","4016c6f7-7cb4-46c2-af73-3bd6d682ea5e","52d58fe4-6070-4022-9cd7-c35a11b44525","5a501252-e722-4ebf-bcf7-f53a42745fa7","5bfe3a17-3349-4fcc-a9b5-418faa55cc43","60380ed0-fed1-4d68-9763-56a9ff8ac5e6","6276afe2-1bd9-456e-82d5-389909ae5ab0","64a2ba6d-ada1-4f06-b135-37606b6588fc","7f21cd05-2fdb-4c37-90a4-220a3eda23ef","81752db1-374e-4723-b695-a2f4a634dfc6","8da17a86-3666-46b8-932e-daafd6a0cd69","ae89bd67-3c72-449f-be72-d04bb7cca916","b12d13b4-a210-4d8d-bd04-42a00f68ae7b","cb142515-0856-441d-84d4-9c9d450a86e9","cfc1c914-fa52-4492-8dee-0c35bebc3766","d0165d1f-6d9f-40e1-aaff-d587e4112220","e848b632-e08a-4341-a99c-d8207f9ffe48","e92c7477-d453-4fa4-acf4-3835ab9eb55a","fbd28be5-c493-433a-a19f-cace2214b83e","ff3b0dba-0207-4249-bdab-e807c76ce39e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","BBD","CN2","DMU","DPA","DTK","FDN","M10","M11","M12","M13","M14","M15","M20","MOM","MOR","OGW","ORI","P09","PLST","PM20","PRM","PS11","RIX","SCD","SS1","STA","TMT","ZNR"],"rulings":[{"date":"2024-11-08","text":"A \"creature spell\" is any spell with the creature type, even if it has other types such as artifact or enchantment."},{"date":"2026-01-27","text":"A \"creature spell\" is any spell with the creature type, even if it has other types such as artifact or enchantment."}],"rarities":["common","uncommon","rare"]},"nested shambler":{"name":"Nested Shambler","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature dies, create X tapped 1/1 green Squirrel creature tokens, where X is this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Squirrel","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Squirrel"],"colors":["Green"],"keywords":[],"tapped":true,"count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create X tapped 1/1 green Squirrel creature tokens, where X is ~'s power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"bfa882ee-de18-4ef8-8957-3e04ed6e3c1e","metadata":{"related_token_ids":["20cf468e-53c0-55c9-81f0-7ed254feac63","76ce65a3-028f-555a-8294-afe5c9e769e2","da457623-e6de-51b0-a22f-e279640934a9"],"source_printing_ids":["202011d5-755e-497b-b4a7-f2b6e6a0b464","9851f290-f502-49f8-9b48-67f7966d4e34","d9a0ff44-e7c6-4347-a222-0598e2b4ecf7","eb8595c6-5237-4ed1-98e4-8615bb0eb8e1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","J21","MH2"],"rulings":[{"date":"2021-06-18","text":"X is Nested Shambler's power the last time it was on the battlefield, not its power in the graveyard. If its power was 0 or less when it died, you won't create any tokens."}],"rarities":["common"]},"nev, the practical dean":{"name":"Nev, the Practical Dean","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Merfolk","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Creatures you control with counters on them have trample.\nWhenever you cast your first spell with {X} in its mana cost each turn, put X +1/+1 counters on Nev.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your first spell with {X} in its mana cost each turn, put X +1/+1 counters on ~.","constraint":{"type":"NthSpellThisTurn","n":1,"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]}},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"Any"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with counters on them have trample."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"42750e30-d022-4623-a290-d91fa80721c9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["93341675-0ab1-43da-b0ce-c994d8d8bbb4","94cf1461-5e4f-4980-8ef9-293421af621f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"If you cast your first spell with {X} in its mana cost during a turn before Nev is on the battlefield, casting another spell with {X} in its mana cost later in the turn won't cause his last ability to trigger."}],"rarities":["rare"]},"new perspectives":{"name":"New Perspectives","mana_cost":{"type":"Cost","shards":["Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, draw three cards.\nAs long as you have seven or more cards in hand, you may pay {0} rather than pay cycling costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw three cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"AlternativeKeywordCost":{"keyword":"Cycling","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}}}},"affected":null,"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"As long as you have seven or more cards in hand, you may pay {0} rather than pay cycling costs."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e1b8a89a-b308-4fc5-ada7-61de6e21b7f9","metadata":{"source_printing_ids":["286be1fb-8ed2-4228-9df8-0ea413714778","8ceb56f3-759c-4130-86ed-00eb75208a35","c56b5290-997d-44de-ac83-4bc9a9911858"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","C20","PAKH"],"rulings":[{"date":"2017-04-18","text":"Certain older cards have variants of cycling, such as basic landcycling or Wizardcycling. New Perspectives gives these abilities an alternate activation cost as well."},{"date":"2017-04-18","text":"If you choose to pay New Perspectives’s alternate activation cost, you still discard the card with cycling to activate the ability."},{"date":"2017-04-18","text":"The card you wish to cycle counts when determining whether you have seven or more cards in hand."}],"rarities":["rare"]},"new way forward":{"name":"New Way Forward","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"The next time a source of your choice would deal damage to you this turn, prevent that damage. When damage is prevented this way, New Way Forward deals that much damage to that source's controller and you draw that many cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Controller"},"scope":"AllDamage","damage_source_filter":{"type":"ChosenDamageSource"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"429368e6-3de1-4a44-a062-86cbbb73e243","legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"If another effect (or effects) modifies how much damage the chosen source would deal to you this turn, you choose the order in which any such effects, including the effect of New Way Forward, apply."},{"date":"2025-04-04","text":"New Way Forward doesn’t target any permanent or player. You choose a source as New Way Forward resolves."}],"metadata":{"source_printing_ids":["6ebc8ee7-3a1c-49f7-aa67-ff68c377e38c","d9d48f9e-79f0-478c-9db0-ff7ac4a8f401"]},"rarities":["rare"]},"nexus of fate":{"name":"Nexus of Fate","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Take an extra turn after this one.\nIf Nexus of Fate would be put into a graveyard from anywhere, reveal Nexus of Fate and shuffle it into its owner's library instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ExtraTurn","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Take an extra turn after this one.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Reveal","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Owner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If ~ would be put into a graveyard from anywhere, reveal ~ and shuffle it into its owner's library instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"6c1d22d4-f28e-4041-a9b6-1575e8929b61","metadata":{"source_printing_ids":["506dab4a-9b63-4f9f-897f-7bb06fea871f","7369f643-3f80-4d76-816c-0193a03cd6e6","87648fda-7359-4554-aec8-bc98f5ba4f1c","f0aacf61-be23-400e-8e3c-5584b44df449","f163cfbf-6df6-4af5-9fe4-23b0d511586a"]},"legalities":{"brawl":"banned","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"banned","timeless":"legal","vintage":"legal"},"printings":["M19","PLST","SLD","SLP","SPG"],"rulings":[{"date":"2018-07-13","text":"Nexus of Fate’s last ability applies if it would be put into a graveyard in any way, including while it’s resolving."}],"rarities":["mythic"],"bracket_signals":{"game_changer":false,"mass_land_denial":false,"extra_turn":true,"efficient_tutor":false}},"neyali, suns' vanguard":{"name":"Neyali, Suns' Vanguard","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Rebel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Attacking tokens you control have double strike.\nWhenever one or more tokens you control attack a player, exile the top card of your library. During any turn you attacked with a token, you may play that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":false,"mode":"Play"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"AttackedThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Token"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more tokens you control attack a player, exile the top card of your library. During any turn you attacked with a token, you may play that card.","constraint":null,"condition":null,"batched":true,"attack_target_filter":"Player"}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Attacking"},{"type":"Token"}]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking tokens you control have double strike."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"4012b400-7dcd-43d6-8806-39a3cb743d8f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2b5df03d-2463-468b-b444-d946eeb1c96d","36db5cb3-b301-4601-9adc-193f682e2c45","95bfd968-5671-46ec-8f06-4becd441aa7c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ONC"],"rulings":[{"date":"2023-02-04","text":"Casting an exiled card causes it to leave exile. You can't cast it multiple times."},{"date":"2023-02-04","text":"Neyali's effect doesn't change when you can cast the exiled card. For example, if you exile a sorcery card, you can cast it only during your main phase when the stack is empty."},{"date":"2023-02-04","text":"The card Neyali exiles is exiled face up."},{"date":"2023-02-04","text":"The effect allowing you to cast the exiled card if you attacked with a token continues to apply even if Neyali leaves the battlefield or another player gains control of it. It also continues to apply during later turns—as long as you attacked with a token during those later turns."},{"date":"2023-02-04","text":"The second ability of Neyali, Suns' Vanguard triggers for each player you are attacking with one or more tokens. It does not trigger if you are attacking a planeswalker a player controls, but not that player."},{"date":"2023-02-04","text":"You can cast the exiled card if the token that attacked is still in combat, if it's left combat, if it's left the battlefield, or even if combat is over."}],"rarities":["mythic"]},"nicanzil, current conductor":{"name":"Nicanzil, Current Conductor","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Merfolk","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control explores a land card, you may put a land card from your hand onto the battlefield tapped.\nWhenever a creature you control explores a nonland card, put a +1/+1 counter on Nicanzil.","non_ability_text":null,"flavor_name":null,"keywords":["Explore"],"abilities":[],"triggers":[{"mode":{"Unknown":"Whenever a creature you control explores a land card"},"execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control explores a land card, you may put a land card from your hand onto the battlefield tapped.","constraint":null,"condition":null,"batched":false},{"mode":{"Unknown":"Whenever a creature you control explores a nonland card"},"execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control explores a nonland card, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"4cb86fb6-3e06-4c67-aee0-d5952178f664","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5e6f4aba-3500-4fb7-ab78-02f63c03778a","6059b64c-3064-46de-af47-6dc6542dca23"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If a creature leaves the battlefield before an effect instructs it to explore, it still explores. Abilities like Nicanzil's that trigger whenever a creature you control explores will still trigger."},{"date":"2023-11-10","text":"If a resolving spell or ability instructs a specific creature to explore but that creature has left the battlefield, the creature still explores. If you reveal a nonland card this way, you won't put a +1/+1 counter on anything, but you may put the revealed card into your graveyard. Effects that trigger \"whenever a creature explores\" trigger as appropriate."},{"date":"2023-11-10","text":"If an ability instructs a creature to explore, its controller reveals the top card of their library. If it's a land card, they'll put it into their hand. Otherwise, they'll put a +1/+1 counter on that creature, then choose to either leave that card on top of their library or put it into their graveyard."},{"date":"2023-11-10","text":"If no card is revealed, most likely because that player's library is empty, the exploring creature receives a +1/+1 counter."},{"date":"2023-11-10","text":"In some unusual cases, noncreature permanents may explore. For example, if the creature card returned by Defossilize is somehow not a creature once it's on the battlefield, it can still explore. You'll take all the same actions, and you may end up putting a +1/+1 counter on the permanent. (Note that some effects target a creature, and those effects would still require a legal target to have it explore.)"},{"date":"2023-11-10","text":"Nicanzil's first ability won't resolve until after you're done exploring. You may put any land card from your hand onto the battlefield, including the land card you explored (if it's still in your hand) or one that was already in your hand."},{"date":"2023-11-10","text":"Nicanzil, Current Conductor's triggered abilities care about the characteristics of the card as it was revealed while a creature explored. It doesn't matter what happened to the card after that."},{"date":"2023-11-10","text":"Once an ability that causes a creature to explore begins to resolve, no player may take any other actions until it's done. Notably, opponents can't try to remove the exploring creature after you reveal a nonland card but before it receives a counter."},{"date":"2023-11-10","text":"Some spells or abilities might cause a creature to explore multiple times in a row. If you reveal a nonland card when a creature explores and leave it on top of your library, then the creature explores again immediately afterwards, you'll reveal the same card again."}],"rarities":["uncommon"]},"night dealings":{"name":"Night Dealings","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a source you control deals damage to another player, put that many theft counters on this enchantment.\n{2}{B}{B}, Remove X theft counters from this enchantment: Search your library for a nonland card with mana value X, reveal it, put it into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":2}},{"type":"RemoveCounter","count":4294967295,"counter_type":{"type":"OfType","data":"theft"},"target":null,"selection":"SingleObject"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}{B}{B}, Remove X theft counters from ~: Search your library for a nonland card with mana value X, reveal it, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"theft","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a source you control deals damage to another player, put that many theft counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9d52641e-b9ad-4781-a374-1d2868eb32a8","metadata":{"source_printing_ids":["58d012ee-9523-469f-8ddb-f4b664093c13"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CHK"],"rarities":["rare"]},"night market lookout":{"name":"Night Market Lookout","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes tapped, each opponent loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes tapped, each opponent loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5f5c5f59-1cc0-4a72-863c-c26db411f114","metadata":{"source_printing_ids":["087a8e22-f1de-4210-b93b-fc83487cfde7","4edb03b7-e5a2-4ba1-b0ec-bfbfeaa94efd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR"],"rulings":[{"date":"2016-09-20","text":"For the ability to trigger, Night Market Lookout has to actually change from untapped to tapped. If an effect attempts to tap it, but it was already tapped at the time, this ability won't trigger."},{"date":"2016-09-20","text":"In a Two-Headed Giant game, Night Market Lookout's ability causes the opposing team to lose a total of 2 life."},{"date":"2016-09-20","text":"This is a triggered ability, not an activated ability. It doesn't allow you to tap Night Market Lookout whenever you want; rather, you need some other way of tapping it, such as by attacking."}],"rarities":["common"]},"night out in vegas":{"name":"Night Out in Vegas","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, choose one that hasn't been chosen —\n• Buffet — Create three Food tokens.\n• See a Show — Create two 2/2 white Performer creature tokens.\n• Play Games — Search your library for a card, put that card into your hand, discard a card at random, then shuffle.\n• Go to Sleep — You lose 15 life. Sacrifice Night Out in Vegas.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":4,"mode_descriptions":["Buffet — Create three Food tokens.","See a Show — Create two 2/2 white Performer creature tokens.","Play Games — Search your library for a card, put that card into your hand, discard a card at random, then shuffle.","Go to Sleep — You lose 15 life. Sacrifice ~."],"allow_repeat_modes":false,"constraints":[{"type":"NoRepeatThisGame"}],"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Performer","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Performer"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"random":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":15},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2dd61a72-6478-471d-bb74-33adda530176","metadata":{"source_printing_ids":["d02898b4-228e-470b-9859-1d645767acd3"]},"legalities":{},"printings":["UNK"],"rarities":["rare"]},"nightfall predator":{"name":"Nightfall Predator","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Werewolf"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{R}, {T}: This creature fights target creature. (Each deals damage equal to its power to the other.)\nAt the beginning of each upkeep, if a player cast two or more spells last turn, transform this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"subject":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{R}, {T}: ~ fights target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each upkeep, if a player cast two or more spells last turn, transform ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastLastTurn"}},"comparator":"GE","rhs":{"type":"Fixed","value":2}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green"],"color_identity":["Green","Red"],"scryfall_oracle_id":"280624aa-5f9a-48fd-85ea-815c96c747b3","metadata":{"source_printing_ids":["25b54a1d-e201-453b-9173-b04e06ee6fb7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["ISD"],"rarities":["rare"]},"nightmare":{"name":"Nightmare","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Nightmare","Horse"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Flying (This creature can't be blocked except by creatures with flying or reach.)\nNightmare's power and toughness are each equal to the number of Swamps you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Swamp"}],"controller":"You","properties":[]}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Swamp"}],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the number of Swamps you control."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"375932e6-1b3e-48dc-8154-9b664c3add34","metadata":{"source_printing_ids":["192bb40a-3ecd-41eb-acee-819f3138875a","3a3df8ed-ff36-478e-a4f4-bee041b77d15","3c2a1e82-4922-4075-a869-3a1b607498c3","51d23999-ac32-4145-9151-547087ac0b6b","5d0001a4-18f9-460c-b26f-476ce55e6294","60304328-7a02-4f4c-a884-fc6ce7816060","659c0edb-3afa-4f87-8a94-9fe10578ea1a","6b8d53fd-2d3b-4050-b5c5-1b75f525ca2c","747d4c99-0287-4138-af13-6244f33d2e57","88111e2b-84ff-48bf-9a64-b4e9022b6dae","8817ef5f-39f0-4358-bc98-f512f9cce8f0","92c79db0-731a-4aa5-b69f-f21e031815d4","932273e2-d501-45fc-802c-02b2c7b1bfd4","b7cf63e7-9143-4236-a887-afd3628d0c03","b8cdd6a7-f772-4ccb-914f-63f52ed54d6b","c04970ef-7aa5-42ca-9bed-5c89d55b7e4d","c3779fda-5de0-4d80-8af0-95956e87d9e1","c6659c13-1858-4a66-a11f-e37416855951","d423d4ee-5f79-4b8f-90dd-2661fe707875","db11b832-7584-4e4b-8d02-b03fe76dcbc3","dd088c4d-3e21-4979-b30f-4ec98a6c81df","eb535b69-4fc7-4b76-b85b-194755d6b355","f2838473-8e2a-48c9-bd6a-25c79c66d43b","f85ef8df-2577-4f0e-af83-bc49d930961d","fc78dced-27d2-441a-b63b-32356bc33747"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ANB","CED","CEI","FBB","LEA","LEB","M10","M14","M15","ORI","PLST","SUM","W16","W17"],"rulings":[{"date":"2008-04-01","text":"If you control 0 swamps, then the Nightmare has 0 toughness and will be put into its owner’s graveyard as a state-based action right before the next player gains priority."},{"date":"2009-10-01","text":"Nightmare’s power and toughness changes as the number of Swamps you control changes."},{"date":"2013-07-01","text":"Nightmare’s ability counts all lands you control with the subtype Swamp, not just ones named Swamp."},{"date":"2013-07-01","text":"The ability that defines Nightmare’s power and toughness works everywhere, not just on the battlefield."}],"rarities":["rare"]},"nightmare sower":{"name":"Nightmare Sower","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Assassin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nWhenever you cast a spell during an opponent's turn, put a -1/-1 counter on up to one target creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell during an opponent's turn, put a -1/-1 counter on up to one target creature.","constraint":{"type":"OnlyDuringOpponentsTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4121b7d9-5fbe-40e2-a2a6-d7633f423b5f","metadata":{"source_printing_ids":["35dfa0f9-faf3-4a85-b02d-0c5830783511"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["uncommon"]},"nim deathmantle":{"name":"Nim Deathmantle","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +2/+2, has intimidate, and is a black Zombie. (A creature with intimidate can't be blocked except by artifact creatures and/or creatures that share a color with it.)\nWhenever a nontoken creature is put into your graveyard from the battlefield, you may pay {4}. If you do, return that card to the battlefield and attach this Equipment to it.\nEquip {4}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"sub_ability":null,"duration":null,"description":"Equip {4}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":true,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever a nontoken creature is put into your graveyard from the battlefield, you may pay {4}. If you do, return that card to the battlefield and attach ~ to it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Intimidate"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +2/+2, has intimidate, and is a black Zombie."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"66d41377-626d-4ae6-ba86-17bf0c8b3362","metadata":{"source_printing_ids":["75f60690-7625-4c4a-8354-69a30f5fc1a3","787b1cc8-42b4-4d3e-9b8a-a252de297b1a","f638bd96-8424-461f-87bf-4b7a7153fd35"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","SOM"],"rulings":[{"date":"2011-01-01","text":"If multiple nontoken creatures are put into your graveyard from the battlefield at the same time, Nim Deathmantle's second ability triggers that many times. You put the triggered abilities on the stack in any order, so you'll determine in which order they resolve. If you pay {4} more than once, each card you paid {4} for will end up on the battlefield under your control, and Nim Deathmantle will end up attached to the last card that returned to the battlefield this way that it could equip."},{"date":"2011-01-01","text":"If the nontoken creature that caused Nim Deathmantle's second ability to trigger is somehow removed from your graveyard before that ability resolves, you may still pay {4} as it resolves. Even if you do, however, no card will be returned to the battlefield."},{"date":"2011-01-01","text":"Nim Deathmantle causes the equipped creature to be a black Zombie even if it didn't return that creature to the battlefield from the graveyard."},{"date":"2011-01-01","text":"Nim Deathmantle's color-changing and type-changing effects override the equipped creature's previous colors and creature types. After Nim Deathmantle becomes equipped to a creature, that creature will be a black Zombie, not any other colors or creature types."},{"date":"2011-01-01","text":"Nim Deathmantle's second ability may return a card it can't equip to the battlefield. For example, if a nontoken artifact that's become a creature is put into your graveyard from the battlefield, Nim Deathmantle's second ability triggers. If you pay {4} as it resolves, you'll return that card to the battlefield. However, Nim Deathmantle can't equip it, so Nim Deathmantle remains attached to whatever it was already equipping (or, if it was unattached, it remains so). The same is true if a nontoken creature with protection from artifacts is put into your graveyard from the battlefield, for example."},{"date":"2011-01-01","text":"Once Nim Deathmantle becomes unattached from a creature, its color-changing and type-changing effects stop affecting that creature. The creature will no longer be black and will no longer be a Zombie (unless its printed characteristics or some other effects still cause it to be black and/or a Zombie, of course). This is true even if Nim Deathmantle returned that creature to the battlefield from the graveyard."},{"date":"2011-01-01","text":"Once Nim Deathmantle returns a card from your graveyard to the battlefield, it will remain on the battlefield indefinitely, even if Nim Deathmantle becomes unattached from it."},{"date":"2011-01-01","text":"You choose whether to pay {4} as Nim Deathmantle's second ability resolves. Although players may respond to this ability, once it begins to resolve and you decide whether to pay, it's too late for players to respond."}],"rarities":["rare"]},"nimbus naiad":{"name":"Nimbus Naiad","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Nymph"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Bestow {4}{U} (If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached.)\nFlying\nEnchanted creature gets +2/+2 and has flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":4}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+2 and has flying."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1b3b14b9-088d-48df-8d21-54ee68989ac0","metadata":{"source_printing_ids":["19e9c9a2-4c5b-4518-a127-e4ffb23437d6","e579516f-9007-40a8-ab7e-a70641eada90"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PIO","THS"],"rulings":[{"date":"2013-09-15","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2013-09-15","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2013-09-15","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2013-09-15","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2013-09-15","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."}],"rarities":["common"]},"ninja":{"name":"Ninja","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ninja"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"You may activate this card's augment ability any time you could cast an instant.\nWhenever this creature deals combat damage to a player,\nAugment {2}{B} ({2}{B}, Reveal this card from your hand: Combine it with target host. Augment only as—oh, never mind.)","non_ability_text":null,"flavor_name":null,"keywords":["Augment"],"abilities":[{"kind":"Activated","effect":{"type":"CombineHost","source":"Source","host":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasSupertype","value":"Host"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}},{"type":"Reveal","count":1,"filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":"Augment {2}{B}","target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Augment"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player,","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"2a857df5-c3d8-4d95-bb2f-087d8aa6f478","metadata":{"source_printing_ids":["ff0c50dc-2bd6-47e3-9ca5-49e38898e774"]},"legalities":{},"printings":["UST"],"rulings":[{"date":"2018-01-19","text":"Augment can (and usually does) change the name, card types, subtypes, rules text, and power/toughness. The combined creature will have (at least) two artists and may now have multiple colors. Anything covered up in the augment process doesn't count, so ignore things to the left of the \"metal bar\" in the art of host creatures."},{"date":"2018-01-19","text":"Augment can't target creatures that aren't host creatures."},{"date":"2018-01-19","text":"Augment is an activated ability that you activate from your hand. To do so, reveal the card, choose a target host creature, and pay the augment cost. As this ability resolves, if the card with augment is still in your hand, put it onto the battlefield combined with the host creature."},{"date":"2018-01-19","text":"Creatures with augment don't have a mana cost and can't be cast."},{"date":"2018-01-19","text":"The creature card with augment isn't put onto the battlefield until the ability resolves. This means if the host is destroyed, the creature with augment stays in your hand. You can't choose a different host, but you can activate augment again if there's another host available."},{"date":"2018-01-19","text":"You can't activate augment unless there is a host creature on the battlefield. It doesn't need to be yours. Note though that if you augment another player's host creature, they control the combined creature."},{"date":"2018-01-19","text":"You can't put more than one augment card on a single host creature. Once a host creature is augmented, the host part gets covered up and it's no longer a host creature."}],"rarities":["uncommon"]},"ninja of the deep hours":{"name":"Ninja of the Deep Hours","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Ninja"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Ninjutsu {1}{U} ({1}{U}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)\nWhenever this creature deals combat damage to a player, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ninjutsu":{"type":"Cost","shards":["Blue"],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"RuntimeHandled","handler":"NinjutsuFamily"},"cost":{"type":"NinjutsuFamily","variant":"Ninjutsu","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1f3c2b00-0000-4ae1-9650-9553accac52e","metadata":{"source_printing_ids":["14fdc73b-5dca-429f-9e9c-7cad3edff803","2101b32f-2a7f-4cfa-80a4-fdae3756a7f1","26184ff2-3b8c-419a-9b28-95d6e4e996bb","367a67c7-54db-4336-b55a-3fa27625172a","522beeb1-3218-4bb9-95d2-1c25d4a53019","5fea7980-55e1-47c1-ab18-a89c976b55fc","6394b9e1-674e-4eda-ad0b-206cdbb5bf5e","b990c687-ae60-42b9-9dcd-3bbf7043f7ed","fb245a12-4cbd-4291-af67-f3677ca822dc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["BOK","C15","C18","J21","J25","PC2","PCA","PLST","PSAL","SLD","TSR"],"rulings":[{"date":"2021-03-19","text":"Although the Ninja is attacking, it was never declared as an attacking creature (for purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2021-03-19","text":"As you activate a ninjutsu ability, you reveal the Ninja card in your hand and return the attacking creature. The Ninja isn't put onto the battlefield until the ability resolves. If it leaves your hand before then, it won't enter the battlefield at all."},{"date":"2021-03-19","text":"If a creature in combat has first strike or double strike, you can activate the ninjutsu ability during the first-strike combat damage step. The Ninja will deal combat damage during the regular combat damage step in this case, even if it has first strike."},{"date":"2021-03-19","text":"The creature put onto the battlefield with ninjutsu enters the battlefield attacking the same player or planeswalker that the returned creature was attacking. This is a rule specific to ninjutsu."},{"date":"2021-03-19","text":"The ninjutsu ability can be activated during the declare blockers step, combat damage step, or end of combat step. If you wait until after the declare blockers step, because all combat damage is dealt at once, the Ninja won't normally deal combat damage."},{"date":"2021-03-19","text":"The ninjutsu ability can be activated only after blockers have been declared. Before then, attacking creatures are neither blocked nor unblocked."}],"rarities":["common","rare","special"]},"ninja teen":{"name":"Ninja Teen","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Class"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Gain the next level as a sorcery to add its ability.)\nWhenever a creature you control leaves the battlefield, each opponent loses 1 life.\n{1}{B}: Level 2\nCreatures you control get +1/+0 and have menace.\n{B}: Level 3\nCreature cards in your graveyard have sneak {3}{B}.\nYou may cast creature spells from your graveyard using their sneak abilities.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetClassLevel","level":2},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{B}: Level 2","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":1}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":3},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},"sub_ability":null,"duration":null,"description":"{B}: Level 3","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control leaves the battlefield, each opponent loses 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Menace"}],"condition":{"type":"ClassLevelGE","level":2},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/+0 and have menace."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Sneak":{"type":"Cost","shards":["Black"],"generic":3}}}],"condition":{"type":"ClassLevelGE","level":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature cards in your graveyard have sneak {3}{B}."},{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Cast"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasKeywordKind","value":"Sneak"}]},"modifications":[],"condition":{"type":"ClassLevelGE","level":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast creature spells from your graveyard using their sneak abilities."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2c5044ff-a303-4276-8e23-7caac30a275b","metadata":{"source_printing_ids":["0825a28f-f60b-4f80-83e3-cad6f9b266ce"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"Although a creature put onto the battlefield this way is attacking, it was never declared as an attacking creature. Abilities that trigger whenever a creature attacks won't trigger when that creature enters attacking."},{"date":"2026-01-27","text":"An ability that advances a Class to a higher level is a normal activated ability. It uses the stack and can be responded to."},{"date":"2026-01-27","text":"Casting creature spells from your graveyard using their sneak abilities with the permission granted by Ninja Teen's first level 3 ability doesn't change when you can cast them. You'll only be able to cast them this way during the declare blockers step on your turn when you could play an instant, and you'll still have to pay the sneak cost, including returning an unblocked attacking creature you control to its owner's hand."},{"date":"2026-01-27","text":"Class cards have multiple text box sections. Other than the top section, each section contains a class level bar that includes a cost and a level number. Each represents an activated ability with the listed cost that advances the Class to the level listed in that bar."},{"date":"2026-01-27","text":"Each Class starts at level 1 and has the abilities in the top section of its text box. Once a Class advances to level 2 or level 3, it has all of the abilities listed in the associated section of its text box as well."},{"date":"2026-01-27","text":"Gaining a level won't remove abilities that a Class had at a previous level."},{"date":"2026-01-27","text":"If a creature card in your graveyard has multiple sneak abilities, you can cast it from your graveyard using any of those sneak abilities with the permission granted by Ninja Teen's second level 3 ability."},{"date":"2026-01-27","text":"If a creature spell's sneak cost was paid, the creature it becomes enters tapped and attacking the same player, planeswalker, or battle as the creature that was returned to its owner's hand to pay its sneak cost. This is a rule specific to sneak; in other cases, when a creature is put onto the battlefield attacking, that creature's controller chooses which player, planeswalker, or battle it's attacking."},{"date":"2026-01-27","text":"Spells can only be cast for their sneak costs any time you could play an instant during the declare blockers step on your turn (after your opponent has decided whether to block)."},{"date":"2026-01-27","text":"There's no restriction on how many Class permanents you can control, whether they're the same or different classes. Each Class permanent tracks its own level separately."},{"date":"2026-01-27","text":"You can't activate an ability that advances a Class to a particular level if that Class is already that level or higher. For example, if a Class is already level 2, you can't activate the ability that advances it to level 2 again."}],"rarities":["rare"]},"nissa, vital force":{"name":"Nissa, Vital Force","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Nissa"]},"power":null,"toughness":null,"loyalty":"5","defense":null,"oracle_text":"[+1]: Untap target land you control. Until your next turn, it becomes a 5/5 Elemental creature with haste. It's still a land.\n[−3]: Return target permanent card from your graveyard to your hand.\n[−6]: You get an emblem with \"Whenever a land you control enters, you may draw a card.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPower","value":5},{"type":"SetToughness","value":5},{"type":"AddKeyword","keyword":"Haste"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Elemental"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 5/5 Elemental creature with haste"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: Untap target land you control. Until your next turn, it becomes a 5/5 Elemental creature with haste. It's still a land.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":{"type":"Loyalty","amount":-3},"sub_ability":null,"duration":null,"description":"[−3]: Return target permanent card from your graveyard to your hand.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Command"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, you may draw a card","constraint":null,"condition":null,"batched":false}]},"cost":{"type":"Loyalty","amount":-6},"sub_ability":null,"duration":null,"description":"[−6]: You get an emblem with \"Whenever a land you control enters, you may draw a card.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"31d4d8ce-36ba-4297-8c7a-34a83ba25255","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["250d56bd-2f6d-40d9-8e9d-bc51dbdd2c3d","bbaaa98a-ec40-4ff1-8762-a719cf1c475d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR","PKLD","PRM","PS18"],"rulings":[{"date":"2016-09-20","text":"A permanent card is an artifact, creature, enchantment, land, or planeswalker card."},{"date":"2016-09-20","text":"After resolving Nissa's first ability, the target land still has any abilities it had before it became a creature and any other types it had."},{"date":"2016-09-20","text":"You can activate Nissa's first ability targeting a land that's already untapped."}],"rarities":["mythic"]},"nita, forum conciliator":{"name":"Nita, Forum Conciliator","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Advisor"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a spell you don't own, put a +1/+1 counter on each creature you control.\n{2}, Sacrifice another creature: Exile target instant or sorcery card from an opponent's graveyard. You may cast it this turn, and mana of any type can be spent to cast that spell. If that spell would be put into a graveyard, exile it instead. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"InZone","zone":"Graveyard"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}, Sacrifice another creature: Exile target instant or sorcery card from an opponent's graveyard. You may cast it this turn, and mana of any type can be spent to cast that spell. If that spell would be put into a graveyard, exile it instead. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell you don't own, put a +1/+1 counter on each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"f589e5ee-399c-4613-b7a2-9ab2866cc830","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3e0c2dec-7649-495c-b2a7-2465c9e7fedb","fd80a87d-35d3-4ad1-8172-c85e93032d1d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"Nita's first ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2026-03-20","text":"You pay all costs and follow all timing rules for spells cast this way. For example, if the exiled card is a sorcery, you may cast it only during your main phase while the stack is empty."}],"rarities":["rare"]},"niv-mizzet, parun":{"name":"Niv-Mizzet, Parun","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue","Red","Red","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon","Wizard"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"This spell can't be countered.\nFlying\nWhenever you draw a card, Niv-Mizzet deals 1 damage to any target.\nWhenever a player casts an instant or sorcery spell, you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you draw a card, ~ deals 1 damage to any target.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts an instant or sorcery spell, you draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"This spell can't be countered."}],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"33666a98-812f-4892-9f8d-33e0cbecc340","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3035a97f-5104-4b56-84a4-5206e75607fc","44146784-d7f0-4add-8242-8783b97a4d7d","4825e7cb-53ae-4e4b-bb37-8d8eb414772c","6f3d2dc5-7b9d-4af6-9f3b-4de90fbf63c9","7be6bedd-8d38-4bd9-aa93-29f88a7f0126","86c5c337-d25f-4c3e-9762-09ed0c2d36d7","a56cc7a4-b91f-4a6e-9e7e-b9200565b47c","d71e0e3c-2d23-4c1a-a6b5-a6bd2e8267fa","de656adf-0e2a-43ab-b4b0-dde04178e7a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","GRN","OTC","PGRN","PLST","RVR","SLD"],"rulings":[{"date":"2018-10-05","text":"If a spell or ability causes you to put cards into your hand without specifically using the word \"draw,\" Niv-Mizzet's first triggered ability won't trigger."},{"date":"2018-10-05","text":"If an effect instructs you to draw multiple cards, Niv-Mizzet's first triggered ability triggers that many times. You choose targets for those abilities after you've drawn all of the cards."},{"date":"2018-10-05","text":"Niv-Mizzet's second triggered ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered. This causes its first triggered ability to trigger, and that also resolves before the spell."},{"date":"2018-10-05","text":"Players can cast spells and activate abilities after Niv-Mizzet's second triggered ability resolves but before the spell that caused it to trigger does. Notably, the card you draw may be able to counter that spell."}],"rarities":["rare"]},"niv-mizzet, the firemind":{"name":"Niv-Mizzet, the Firemind","mana_cost":{"type":"Cost","shards":["Blue","Blue","Red","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you draw a card, Niv-Mizzet deals 1 damage to any target.\n{T}: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you draw a card, ~ deals 1 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"959acb66-84ca-4535-bca2-ad591895735e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["029dd036-abda-4b5d-806d-8b39357edf1e","110bc297-06bd-42e2-8ea1-59f6a81e5c53","395465b8-f5ed-4668-9e6a-82257150c52c","4aecb119-b2da-456e-9ddd-49e8de02d21c","5994d98a-090b-4203-b44f-b6517b6a83ea","71d33e53-74e4-4d6e-9236-0b6c25101902","93fd56e6-5d54-426e-9e44-ec2ad8a63724","c6f686e4-8411-4236-8118-ced923d75cd1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["A25","C17","C20","DDJ","DRB","GK1","GPT","MM2","P30A","PCMP","PRM","RVR"],"rulings":[{"date":"2018-03-16","text":"If a spell or ability causes you to draw multiple cards, Niv-Mizzet's ability triggers that many times."},{"date":"2018-03-16","text":"If dealing 1 damage to a permanent or player causes you to draw a card, perhaps because Niv-Mizzet is enchanted by Curiosity, you'll continue this loop until the loop is interrupted, perhaps by a player losing the game."}],"rarities":["rare","mythic"]},"nix":{"name":"Nix","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell if no mana was spent to cast it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell if no mana was spent to cast it.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"AbilityTarget","metric":{"type":"Total"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fe1a9af0-1774-4d54-b59f-f42dc8afcbe9","metadata":{"source_printing_ids":["3dab4f64-2a91-409a-b83b-45b22afd22ff"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT"],"rulings":[{"date":"2007-05-01","text":"Nix can target any spell. The condition is checked only on resolution."},{"date":"2007-05-01","text":"Nix checks whether any player paid mana to cast the spell, not whether its current controller did. If Commandeer is cast on a spell, then Nix is cast on that spell, Nix won’t counter it unless the player who originally cast that spell spent no mana to cast it."},{"date":"2007-05-01","text":"Nix doesn’t check whether a spell’s mana cost is 0. Rather, it checks how much mana was actually spent to cast it. It can counter a spell with mana cost 0 (such as Slaughter Pact), a spell cast via an alternative nonmana cost (such as Allosaurus Rider) or alternative cost of {0} (such as Basking Rootwalla), a spell whose cost to cast it was reduced to 0 (such as Frogmite), a spell cast without paying its cost due to an effect (such as suspend or Mindleech Mass’s ability), or a copy of a spell, among other possibilities. It will not counter a spell that had an additional or alternative mana cost paid to cast it, regardless of that spell’s mana value (such as a face-down spell cast with morph, or an Ornithopter cast while Trinisphere is on the battlefield, for example)."}],"rarities":["rare"]},"no mercy":{"name":"No Mercy","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature deals damage to you, destroy it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"TriggeringSource"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals damage to you, destroy it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"b9538d53-480b-481a-abbf-83ab17e1a45b","metadata":{"source_printing_ids":["4e2fc29c-0223-4b03-864f-eb9149abc921","63c5e1dd-2fe6-4734-8406-7bcdf17aa60c","7295eb82-8785-4a5f-ba64-0a0b5cb77d3f","8a37de6b-3a92-4a32-a940-e0f303e316c1","96af17e0-91fa-4b99-8313-9dabea8685ea","c2598da4-0764-440a-9e9d-0161e68667fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["DMR","MAR","MP2","P22","ULG"],"rulings":[{"date":"2022-12-08","text":"No Mercy’s ability triggers whenever any creature, including creatures you control, deals damage to you, not only combat damage."}],"rarities":["rare","mythic","special"]},"norin the wary":{"name":"Norin the Wary","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When a player casts a spell or a creature attacks, exile Norin. Return it to the battlefield under its owner's control at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When a player casts a spell, exile ~. Return it to the battlefield under its owner's control at the beginning of the next end step.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When a creature attacks, exile ~. Return it to the battlefield under its owner's control at the beginning of the next end step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"b8b51a29-a2be-4b97-a73c-ea512d3d5622","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3d89c9be-2489-47e4-8e53-f980c82442b4","45524a5f-253e-4fd7-a359-be6df50c0f53","f61ea59a-1db0-4e6b-bcde-19787c76a49b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLST","SLD","TSP"],"rulings":[{"date":"2006-09-25","text":"Norin the Wary will be exiled if it attacks."}],"rarities":["rare"]},"norman osborn":{"name":"Norman Osborn","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Scientist","Villain"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Norman Osborn can't be blocked.\nWhenever Norman Osborn deals combat damage to a player, he connives. (Draw a card, then discard a card. If you discarded a nonland card, put a +1/+1 counter on this creature.)\n{1}{U}{B}{R}: Transform Norman Osborn. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{U}{B}{R}: Transform ~. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Connive","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, he connives.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}],"replacements":[],"color_override":null,"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"aa5b06a4-90c3-45e7-ab83-cb5c96ded21d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["d5c53af9-7150-4e78-8771-2de7980aa307","da13a060-36ee-41e9-bab1-af8ddcc893b8","f35d0be0-19e3-417e-aabf-fbed1aefd73c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["OM1","PSPM","SPM"],"rarities":["mythic"]},"norn's annex":{"name":"Norn's Annex","mana_cost":{"type":"Cost","shards":["PhyrexianWhite","PhyrexianWhite"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({W/P} can be paid with either {W} or 2 life.)\nCreatures can't attack you or planeswalkers you control unless their controller pays {W/P} for each of those creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":["PhyrexianWhite"],"generic":0},"scaling":{"type":"PerAffectedCreature"},"defended":"PlayerOrPlaneswalker"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures can't attack you or planeswalkers you control unless their controller pays {W/P} for each of those creatures."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9a1fbe72-4a17-42be-8e23-d7d30a5e59c1","metadata":{"source_printing_ids":["70ed6db4-140c-4146-8467-f5eb05b2e73d","98ed8e2e-5519-4872-ba5a-7e2f91d8d619","a64073f2-99f5-4dc7-9403-e7cb94ce0e60","d25bbe18-709c-4ed3-a047-5578ecfaaba7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM","NPH","ONC","PLST","PW23"],"rulings":[{"date":"2011-06-01","text":"A card with Phyrexian mana symbols in its mana cost is each color that appears in that mana cost, regardless of how that cost may have been paid."},{"date":"2011-06-01","text":"As you cast a spell or activate an activated ability with one or more Phyrexian mana symbols in its cost, you choose how to pay for each Phyrexian mana symbol at the same time you would choose modes or choose a value for X."},{"date":"2011-06-01","text":"If a player attacks with more than one creature, that player chooses how to pay each cost individually. For example, if you attack with two creatures, you may pay {W} for one cost and 2 life for the other."},{"date":"2011-06-01","text":"If you control Norn's Annex, your opponents can choose not to attack with a creature with an ability that says it must attack."},{"date":"2011-06-01","text":"If you're at 1 life or less, you can't pay 2 life."},{"date":"2011-06-01","text":"Multiple Norn's Annexes controlled by the same player will each impose a cost to attack. Players choose how they pay each cost individually. For example, if a creature you control is attacking a player who controls two Norn's Annexes, you may pay {W} for one cost and 2 life for the other."},{"date":"2011-06-01","text":"Phyrexian mana is not a new color. Players can't produce Phyrexian mana."},{"date":"2011-06-01","text":"The controller of each creature attacking you or a planeswalker you control pays either {W} or 2 life as attackers are being declared."},{"date":"2011-06-01","text":"To calculate the mana value of a card with Phyrexian mana symbols in its cost, count each Phyrexian mana symbol as 1."}],"rarities":["rare"]},"not of this world":{"name":"Not of This World","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Kindred","Instant"],"subtypes":["Eldrazi"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell or ability that targets a permanent you control.\nThis spell costs {7} less to cast if it targets a spell or ability that targets a creature you control with power 7 or greater.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"Or","filters":[{"type":"StackSpell"},{"type":"StackAbility"}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell or ability that targets a permanent you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":7},"spell_filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Targets","filter":{"type":"And","filters":[{"type":"Or","filters":[{"type":"StackSpell"},{"type":"StackAbility"}]},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Targets","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":7}}]}}]}]}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {7} less to cast if it targets a spell or ability that targets a creature you control with power 7 or greater."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"5da5d8a3-009e-4d8a-977e-6ebc73ba2682","metadata":{"source_printing_ids":["569e2c39-7a49-4a3b-afe5-1862a7da8026","d18ce39e-211d-460b-a200-a26c17aeeb12","fc263d06-d967-42a9-b696-94cb0c8a40e2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM","PLST","ROE"],"rulings":[{"date":"2010-06-15","text":"If a spell or ability targets you, but not a permanent you control, you can't cast Not of This World targeting it."},{"date":"2010-06-15","text":"Not of This World doesn't check whether the targets of the spell or ability it's targeting are currently legal for that spell or ability, only who controls them and what their power is. For example, say a player casts Forked Bolt targeting you and a creature you control. If, in response, another spell or ability causes that creature to gain shroud, then you can still cast Not of This World targeting Forked Bolt."},{"date":"2010-06-15","text":"Not of This World's first ability checks the current state of the targets of the spell or ability it's targeting to determine whether one of them is a permanent you control. For example, say a player casts Forked Bolt targeting you and a creature you control. If, in response, another spell or ability causes that creature to no longer be under your control, then you can't cast Not of This World targeting Forked Bolt. Alternately, if you cast Not of This World targeting Forked Bolt and, in response, another spell or ability causes that creature to no longer be under your control, Not of This World won't resolve when it tries to resolve for having an illegal target."},{"date":"2010-06-15","text":"Not of This World's second ability checks the current state of the targets of the spell or ability it's targeting to determine whether one of them is a creature you control with power 7 or greater. This check is made as you cast Not of This World, before you activate mana abilities. It doesn't matter what the power of the creature was at the time the targeted spell or ability was cast."},{"date":"2010-06-15","text":"The spell or ability you target with Not of This World may have any number of targets, as long as one of them is a permanent you control."},{"date":"2024-06-07","text":"Kindred is a card type that allows noncreature cards to have creature types. For example, Echoes of Eternity is an Eldrazi (although not a creature) while on the battlefield and an Eldrazi card (although not a creature card) in zones other than the battlefield."},{"date":"2024-06-07","text":"This cards was originally printed with the \"tribal\" card type. That card type has been replaced with \"kindred\". This change does not affect the gameplay function of this card."},{"date":"2024-06-07","text":"While it appears only on cards that already have other card types, kindred is a card type and will be counted by effects that refer to the number of card types among cards in a zone."}],"rarities":["uncommon"]},"nourishing shoal":{"name":"Nourishing Shoal","mana_cost":{"type":"Cost","shards":["X","Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Arcane"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may exile a green card with mana value X from your hand rather than pay this spell's mana cost.\nYou gain X life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"cost":null,"sub_ability":null,"duration":null,"description":"You gain X life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2aa0e0e5-cb6d-4518-8eff-d29f935486e0","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"Green"},{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},{"type":"InZone","zone":"Hand"}]}}}],"metadata":{"source_printing_ids":["4a6af212-2a94-4ddf-acdc-d70fafa1c5ee","9472cd09-0b0a-49c9-ab10-ec5b73ddb74b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BOK","UMA"],"rulings":[{"date":"2018-12-07","text":"If a card in a player's hand has {X} in its mana cost, X is considered to be 0."},{"date":"2018-12-07","text":"If a spell has {X} in its mana cost, include the value chosen for that X when determining the mana value of that spell, even if it was cast for an alternative cost and no mana was spent on X."}],"rarities":["rare"]},"nowhere to run":{"name":"Nowhere to Run","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this enchantment enters, target creature an opponent controls gets -3/-3 until end of turn.\nCreatures your opponents control can be the targets of spells and abilities as though they didn't have hexproof. Ward abilities of those creatures don't trigger.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-3},"toughness":{"type":"Fixed","value":-3},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target creature an opponent controls gets -3/-3 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"IgnoreHexproof","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures your opponents control can be the targets of spells and abilities as though they didn't have hexproof. Ward abilities of those creatures don't trigger."},{"mode":{"SuppressTriggers":{"source_filter":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"events":["BecomesTargeted"]}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures your opponents control can be the targets of spells and abilities as though they didn't have hexproof. Ward abilities of those creatures don't trigger."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"da82ca96-a613-4d00-9e6b-1fece4fc23d0","metadata":{"source_printing_ids":["fee60e9d-9ee7-444a-88f3-c1929e1888fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PW26"],"rulings":[{"date":"2024-09-20","text":"If a spell or ability targeting a creature an opponent controls with a ward ability is on the stack, causing Nowhere to Run to leave the battlefield won't cause that ward ability to trigger."},{"date":"2024-09-20","text":"If a spell or ability you control targets a creature an opponent controls with hexproof and Nowhere to Run leaves the battlefield while that spell or ability is on the stack, that creature becomes an illegal target for that spell or ability. This includes Nowhere to Run's own triggered ability."},{"date":"2024-09-20","text":"Ward abilities of creatures your opponents control won't trigger as long as Nowhere to Run is on the battlefield. It doesn't matter whether or not they have hexproof."}],"rarities":["uncommon"]},"nyxbloom ancient":{"name":"Nyxbloom Ancient","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Trample\nIf you tap a permanent for mana, it produces three times as much of that mana instead.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"ProduceMana","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"description":"If you tap a permanent for mana, it produces three times as much of that mana instead.","condition":null,"mana_modification":{"type":"Multiply","factor":3},"mana_replacement_scope":{"type":"TappedForMana"}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b610f8f-c8dd-4eeb-bc6e-3bc706d5f63e","metadata":{"source_printing_ids":["5f2b2373-9052-4246-a644-1f5b723ea9f1","71c9929e-95bc-4d97-8579-d85c6f4e2dc8","a391da36-0b40-46ea-b771-50d2b920207e","c8a8e37b-0b97-4355-8e00-169a82c38ea0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","PRM","PTHB","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"If an ability triggers “whenever you tap” something for mana and produces mana, that triggered mana ability won’t be affected by Nyxbloom Ancient."},{"date":"2020-01-24","text":"Nyxbloom Ancient doesn’t produce any mana itself. Rather, it causes permanents you tap for mana to produce more mana. If the mana ability of that permanent puts any restrictions or riders on the mana it produces, that will apply to all the mana it produces this way."},{"date":"2020-01-24","text":"The effects of multiple Nyxbloom Ancients are cumulative. For example, if you have two Nyxbloom Ancients on the battlefield, you’ll get nine times the original amount and type of mana."},{"date":"2020-01-24","text":"You’re “tapping a permanent for mana” only if you’re activating a mana ability of that permanent that includes the {T} symbol in its cost. A mana ability produces mana as part of its effect."}],"rarities":["mythic"]},"nyxborn rollicker":{"name":"Nyxborn Rollicker","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Satyr"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Bestow {1}{R} (If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached.)\nEnchanted creature gets +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["Red"],"generic":1}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ebf2974a-963e-425a-8f8c-55f0a36984c3","metadata":{"source_printing_ids":["b2081bf0-09f5-4c95-b4cc-48a8784294d4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG"],"rulings":[{"date":"2013-09-15","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2013-09-15","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2013-09-15","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2013-09-15","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2013-09-15","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."}],"rarities":["common"]},"nyxborn triton":{"name":"Nyxborn Triton","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Merfolk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Bestow {4}{U} (If you cast this card for its bestow cost, it's an Aura spell with enchant creature. It becomes a creature again if it's not attached.)\nEnchanted creature gets +2/+3.","non_ability_text":null,"flavor_name":null,"keywords":[{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":4}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":3}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+3."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"cdd37bbf-09db-4c1f-9947-312de48a0f4c","metadata":{"source_printing_ids":["65371de6-13a2-401f-9334-ae9e19619487"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG"],"rulings":[{"date":"2013-09-15","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2013-09-15","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2013-09-15","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2013-09-15","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2013-09-15","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."}],"rarities":["common"]},"oakhame ranger":{"name":"Oakhame Ranger","mana_cost":{"type":"Cost","shards":["GreenWhite","GreenWhite","GreenWhite","GreenWhite"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Knight","Ranger"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{T}: Creatures you control get +1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Creatures you control get +1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["White","Green"],"color_identity":["Green","White"],"scryfall_oracle_id":"9c247a17-361c-435e-90c8-ce9c6b71f7db","metadata":{"related_token_ids":["e9a6488c-20ca-5519-bf6e-7555fcf45db9"],"source_printing_ids":["8a665794-513f-4f78-92c9-1844ec27c79c","c389e04c-b009-4468-b760-5dd588cff9b9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["ELD","PRM"],"rulings":[{"date":"2019-10-04","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it's in your graveyard, Giant Killer is a white creature card whose mana value is 1. It can't be the target of the triggered ability of Mystic Sanctuary."},{"date":"2019-10-04","text":"Casting a card as an Adventure isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2019-10-04","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner's graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won't be exiled and the spell's controller won't be able to cast it as a permanent later."},{"date":"2019-10-04","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won't give you permission to cast it as a permanent spell."},{"date":"2019-10-04","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it's not possible to cast the copy as a permanent."},{"date":"2019-10-04","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2019-10-04","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it's a token) or cease to be a copy (if it's a nontoken permanent), and so you won't be able to cast it as an Adventure."},{"date":"2019-10-04","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it's legal to cast that spell. For example, if Giant Killer is exiled with the last ability of Vivien, Champion of the Wilds, you can't cast it as Chop Down."},{"date":"2019-10-04","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card's normal characteristics. The spell's color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2019-10-04","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you'll be able to cast it only during your main phase while the stack is empty."}],"rarities":["uncommon"]},"ob nixilis, captive kingpin":{"name":"Ob Nixilis, Captive Kingpin","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, trample\nWhenever one or more opponents each lose exactly 1 life, put a +1/+1 counter on Ob Nixilis. Exile the top card of your library. Until your next end step, you may play that card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample"],"abilities":[],"triggers":[{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever one or more opponents each lose exactly 1 life, put a +1/+1 counter on ~. Exile the top card of your library. Until your next end step, you may play that card.","constraint":null,"condition":null,"batched":true,"life_amount":["EQ",1]}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"55b6434b-1542-40fd-b12a-697d40976582","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7f613db0-3303-4d54-a060-1bd8b37a208f","82c9077d-fdbf-4087-85a5-1d59c2ba7678","840a442f-a220-408f-b670-0c73e2ffa704","c8abcef7-31b0-4c17-9807-b26079fb6ed8","ddb68233-3683-41bd-9b6e-4f07a1b54244"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MAT"],"rulings":[{"date":"2023-05-12","text":"If you don't play the card, it will remain exiled."},{"date":"2023-05-12","text":"Ob Nixilis's last ability looks at all combat damage dealt to an opponent in total to determine whether it triggers. For example, if three 1/1 creatures deal combat damage to an opponent, that player loses 3 life. Ob Nixilis's ability won't trigger."},{"date":"2023-05-12","text":"Ob Nixilis's last ability will trigger if an opponent is dealt exactly 1 damage, pays exactly 1 life, or loses exactly 1 life some other way."},{"date":"2023-05-12","text":"Playing the card exiled with Ob Nixilis follows the normal rules for playing that card. You must pay its costs, and you must follow all applicable timing rules. For example, if the card is a creature card, you can cast that card by paying its mana cost only during your main phase while the stack is empty."},{"date":"2023-05-12","text":"Unless an effect allows you to play additional lands that turn, you can play a land card exiled with Ob Nixilis only if you haven't played a land yet that turn."},{"date":"2023-05-12","text":"You may play the card exiled with Ob Nixilis even if Ob Nixilis leaves the battlefield or you lose control of it."}],"rarities":["mythic"]},"ob nixilis, the fallen":{"name":"Ob Nixilis, the Fallen","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, you may have target player lose 3 life. If you do, put three +1/+1 counters on Ob Nixilis.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever a land you control enters, you may have target player lose 3 life. If you do, put three +1/+1 counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"154104b7-4125-4276-8bc7-9a6edfe48cb9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1515b0e0-ef8f-43c7-8097-ca7eba4fd44a","7824a001-3f0e-4ac5-8406-e58f4288f2f2","dc9d3ada-9d0d-489a-89b7-08f53f6601e1","e5769888-78e0-4d06-b6b6-b4602f7cd462"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["IMA","PLST","SLC","TDC","ZEN"],"rulings":[{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["mythic"]},"obeka, splitter of seconds":{"name":"Obeka, Splitter of Seconds","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Ogre","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever Obeka deals combat damage to a player, you get that many additional upkeep steps after this phase.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"Upkeep","after":"Upkeep","followed_by":[],"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you get that many additional upkeep steps after this phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"1d15a06f-5471-48f2-8c4a-9b0886bef5af","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["03415c42-086e-4a2e-9be8-5cdcde83f134","183b8c06-62ab-41e8-82c1-f23066d832ee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"Abilities that trigger \"at the beginning of [your] upkeep\" will trigger at the beginning of each additional upkeep step as well."},{"date":"2024-04-12","text":"After the beginning phases containing the additional upkeep steps, the game proceeds to the next phase as normal, which is likely to be your postcombat main phase (unless something has added even more phases; see below)."},{"date":"2024-04-12","text":"If multiple phases are added to the same point in your turn, the most recently created phase happens first. For example, say Obeka deals combat damage and its ability resolves during your combat damage step, giving you two additional beginning phases each containing an upkeep step after this combat phase. During end of combat, another effect gives you an additional combat phase after this combat phase. The additional combat will happen first, followed by the additional beginning phases containing the two upkeep steps."},{"date":"2024-04-12","text":"Since the upkeep step can only occur during the beginning phase, getting one or more additional upkeep steps outside of the beginning phase actually means you get an additional beginning phase for each of those upkeeps after this phase. In those beginning phases, the untap and draw steps will be skipped."},{"date":"2024-04-12","text":"The beginning phases containing the additional upkeep steps occur after the current combat phase ends. The last step of the combat phase is the end of combat step."}],"rarities":["rare"]},"obliterate":{"name":"Obliterate","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":6},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell can't be countered.\nDestroy all artifacts, creatures, and lands. They can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all artifacts, creatures, and lands. They can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"This spell can't be countered."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"47496941-8007-45a0-a981-76c683cbddc1","metadata":{"source_printing_ids":["1021bcbd-566c-4f31-b148-0517b96a63db","6d79f044-0434-4dc2-9d92-8975324f6c32","74c5f897-9ff9-4fdf-9820-45a61e5dce75","c85f9623-5900-473c-a3b1-f98473b9a545","cdabde40-2143-4677-b7b4-ea8fbf9b1f25","e2d96c48-7519-4f2b-ad93-4f62cf7e8ac8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","INV","PLST","V16","WC01"],"rulings":[{"date":"2004-10-04","text":"Counterspells can be cast that target it, but when they resolve they simply don’t counter it since it can’t be countered."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":false,"mass_land_denial":true,"extra_turn":false,"efficient_tutor":false}},"oblivion ring":{"name":"Oblivion Ring","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile another target nonland permanent.\nWhen this enchantment leaves the battlefield, return the exiled card to the battlefield under its owner's control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile another target nonland permanent.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, return the exiled card to the battlefield under its owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"bd9b9772-f5f9-4c6b-913e-7193bea5d0a7","metadata":{"source_printing_ids":["1c7fffe8-709c-4cb4-bbad-e4a0c35b616a","1e2a73ec-39be-4d23-8c25-17d7c174dcee","2c7142a8-38fa-4e9d-9085-a26fb217a433","33330c04-4e61-4993-ba26-d2316d1e845c","83e36474-441a-48e3-967d-14984c77ec20","895c270d-84d8-4c7f-9df3-5a595e113dd7","9efc5a2a-eb76-410d-98e6-1455108faa52","bff31eba-8ab3-403e-8d82-37a18b279bec"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["ALA","ARC","CMD","DDG","DDI","F09","HOP","LRW","M12","M13","MM2","PLST","PRM","TD0"],"rulings":[{"date":"2007-10-01","text":"If Oblivion Ring leaves the battlefield before its first ability has resolved, its second ability will trigger and do nothing. Then its first ability will resolve and exile the targeted nonland permanent forever."},{"date":"2007-10-01","text":"If there are no nonland permanents on the battlefield other than an Oblivion Ring, and the card it exiled was another Oblivion Ring, casting a third Oblivion Ring will result in an involuntary infinite loop that will end the game in a draw (unless someone chooses to break it by putting another nonland permanent onto the battlefield or destroying one of the Oblivion Rings, for example)."},{"date":"2008-10-01","text":"If the exiled card is an Aura, that card’s owner chooses what it will enchant as it comes back onto the battlefield. An Aura put onto the battlefield this way doesn’t target anything, but the Aura’s enchant ability restricts what it can be attached to. If the Aura can’t legally be attached to anything, it remains exiled forever."},{"date":"2012-07-01","text":"Auras attached to the exiled permanent will be put into their owners’ graveyards. Equipment attached to the exiled permanent will become unattached and remain on the battlefield. Any counters on the exiled permanent will cease to exist."}],"rarities":["common","uncommon"]},"oblivion's hunger":{"name":"Oblivion's Hunger","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gains indestructible until end of turn. Draw a card if that creature has a +1/+1 counter on it. (Damage and effects that say \"destroy\" don't destroy the creature.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Target"},"counter_type":"P1P1"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gains indestructible until end of turn. Draw a card if that creature has a +1/+1 counter on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"517be4da-9aa0-4a83-a559-962df0450f2c","metadata":{"source_printing_ids":["faf65512-8228-48f4-ba7b-d861b66d28c9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ZNR"],"rulings":[{"date":"2020-09-25","text":"If the target creature is an illegal target by the time Oblivion's Hunger tries to resolve, the spell doesn't resolve. You don't draw a card if the target has or had a +1/+1 counter on it."}],"rarities":["common"]},"obsessive pursuit":{"name":"Obsessive Pursuit","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters and at the beginning of your upkeep, you lose 1 life and create a Clue token. (It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")\nWhenever you attack, put X +1/+1 counters on target attacking creature, where X is the number of permanents you've sacrificed this turn. If X is three or more, that creature gains lifelink until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Clue","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Clue"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you lose 1 life and create a Clue token.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Clue","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Clue"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you lose 1 life and create a Clue token.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"SacrificedThisTurn","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SacrificedThisTurn","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, put X +1/+1 counters on target attacking creature, where X is the number of permanents you've sacrificed this turn. If X is three or more, that creature gains lifelink until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7e7abb44-47b0-4d80-b8a1-36f0c1032aa3","metadata":{"related_token_ids":["471bf61f-ffd6-5db6-8c09-05eb327b65b8"],"source_printing_ids":["2ff0a75c-b679-436f-8150-faaec3ea1df6","e837e29c-d241-43c8-8f45-05056e082b60"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rarities":["rare"]},"obuun, mul daya ancestor":{"name":"Obuun, Mul Daya Ancestor","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Spirit"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, up to one target land you control becomes an X/X Elemental creature with trample and haste until end of turn, where X is Obuun's power. It's still a land.\nLandfall — Whenever a land you control enters, put a +1/+1 counter on target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Haste"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Elemental"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an X/X Elemental creature with trample and haste"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, up to one target land you control becomes an X/X Elemental creature with trample and haste until end of turn, where X is ~'s power. It's still a land.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, put a +1/+1 counter on target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"28fcf855-6372-4d6b-b3fd-76f85247f309","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3ae4c174-e57e-4f7b-afd4-48f25e444dda","8319b155-0fba-4d30-9481-bf01afbd3457"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PRM","ZNC"],"rulings":[{"date":"2020-09-25","text":"Effects that modify the power or toughness of the land creature without setting it will apply to its new base power and toughness no matter when they started to take effect. The same is true for counters that change its power and toughness."},{"date":"2020-09-25","text":"Obuun's first ability can target a land that's already a creature. This overwrites any previous effects that set the land creature's power and/or toughness to specific values. Other effects that set these characteristics to specific values that start to apply after the ability resolves will overwrite that part of the effect."},{"date":"2020-09-25","text":"Obuun's first ability doesn't remove any abilities the land creature has."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["mythic"]},"ocelot pride":{"name":"Ocelot Pride","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"First strike, lifelink\nAscend (If you control ten or more permanents, you get the city's blessing for the rest of the game.)\nAt the beginning of your end step, if you gained life this turn, create a 1/1 white Cat creature token. Then if you have the city's blessing, for each token you control that entered this turn, create a token that's a copy of it.","non_ability_text":null,"flavor_name":null,"keywords":["Ascend","FirstStrike","Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Cat","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Cat"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"None"},"owner":{"type":"Controller"},"source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"},{"type":"EnteredThisTurn"}]},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"HasCityBlessing"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you gained life this turn, create a 1/1 white Cat creature token. Then if you have the city's blessing, for each token you control that entered this turn, create a token that's a copy of it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b4ce2c8f-a19c-461e-8a2e-0ec2bd3ebca3","metadata":{"related_token_ids":["dbe4ac1a-dff9-5388-8576-e73064037539"],"source_printing_ids":["859d2ff4-8b8c-410b-8636-7e6a539fd291","89cf6f57-230f-497e-a14e-ad1e8737fd42","c86b8a75-9e31-4a44-95b8-c83b9a49646f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3","SCH"],"rulings":[{"date":"2024-06-07","text":"A permanent is any object on the battlefield, including tokens and lands. Spells and emblems aren't permanents."},{"date":"2024-06-07","text":"Any enters-the-battlefield abilities of tokens you create will trigger when they enter the battlefield. Any \"As [this permanent] enters the battlefield\" or \"[This permanent] enters the battlefield with\" abilities of the tokens will also work."},{"date":"2024-06-07","text":"Ascend on a permanent isn't a triggered ability and doesn't use the stack. Players can respond to a spell that will give you your tenth permanent, but they can't respond to you getting the city's blessing once you control that tenth permanent. This means that if your tenth permanent is a land you play, players can't respond before you get the city's blessing."},{"date":"2024-06-07","text":"Each of the token copies you create copies the original characteristics of the token it's copying as stated by the effect that created that token. The newly created token doesn't copy whether the original token is tapped or untapped, whether it has any counters on it, whether it has any Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on."},{"date":"2024-06-07","text":"If the creature token created by Ocelot Pride's last ability is your tenth permanent, you'll get the city's blessing before the ability would check to see if you have the city's blessing."},{"date":"2024-06-07","text":"If the original token is copying something else, the token copy you create will use the copiable values of the original token. In most cases, it will be a copy of whatever the original token is copying. If it's copying a permanent or card with {X} in its mana cost, X is 0."},{"date":"2024-06-07","text":"If you control ten permanents but don't control a permanent or resolving spell with ascend, you don't get the city's blessing. For example, if you control ten permanents, lose control of two, then cast Ocelot Pride, you won't have the city's blessing."},{"date":"2024-06-07","text":"If your tenth permanent enters the battlefield and then a permanent leaves the battlefield immediately afterwards (most likely due to the \"legend rule\" or due to being a creature with 0 toughness), you get the city's blessing before it leaves the battlefield."},{"date":"2024-06-07","text":"Ocelot Pride doesn't need to have been on the battlefield when you gained life. For example, if a creature with lifelink deals combat damage on your turn and you cast Ocelot Pride during your second main phase, its last ability will trigger at the beginning of your end step."},{"date":"2024-06-07","text":"Ocelot Pride's last ability doesn't target any of the tokens."},{"date":"2024-06-07","text":"Once you have the city's blessing, you have it for the rest of the game, even if you lose control of some or all your permanents. The city's blessing isn't a permanent itself and can't be removed by any effect."}],"rarities":["mythic"]},"ochran assassin":{"name":"Ochran Assassin","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Assassin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nAll creatures able to block this creature do so.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"MustBeBlockedByAll":{}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All creatures able to block ~ do so."}],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"ef6ecb67-7e49-4d40-84f2-1e7c02960a0d","metadata":{"source_printing_ids":["0661abbc-64f7-4ef1-9cfb-c82dbf4d810e","541ef933-64f8-4075-9bd3-97149ac84b2b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GRN","PLST"],"rulings":[{"date":"2018-10-05","text":"If a creature the defending player controls can’t block Ochran Assassin for any reason (such as being tapped), then it doesn’t block Ochran Assassin. If there’s a cost associated with having a creature block Ochran Assassin, the defending player isn’t forced to pay that cost, so it doesn’t have to block in that case either."},{"date":"2018-10-05","text":"Remember that a source with deathtouch must deal damage to a creature for that creature to be destroyed. If five creatures block Ochran Assassin while its power is still 1, only one of them (of Ochran Assassin’s controller’s choice) will be the one dealt damage and destroyed. You’ll have to raise Ochran Assassin’s power to destroy more than one creature."}],"rarities":["uncommon"]},"octavia, living thesis":{"name":"Octavia, Living Thesis","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":8},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Octopus"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"This spell costs {8} less to cast if you have eight or more instant and/or sorcery cards in your graveyard.\nWard {8}\nMagecraft — Whenever you cast or copy an instant or sorcery spell, target creature has base power and toughness 8/8 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":8}}}],"abilities":[],"triggers":[{"mode":"SpellCastOrCopy","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPower","value":8},{"type":"SetToughness","value":8}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have base power and toughness 8/8"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast or copy an instant or sorcery spell, target creature has base power and toughness 8/8 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":8},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Instant","Sorcery"],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":8}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {8} less to cast if you have eight or more instant and/or sorcery cards in your graveyard."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"65681a2a-8395-4390-845f-9be974994dcb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["e9591647-bad3-4015-90d1-1646a9eb4d14","eb5e63cc-eb4f-40c6-b298-99cb8fe8585f","f35834dd-876e-4f5e-9b0c-ce484b14ef24"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","OTC","PRM"],"rulings":[{"date":"2021-04-16","text":" Each magecraft ability has a different effect, although they all have the same trigger condition, whenever you cast or copy an instant or sorcery spell."},{"date":"2021-04-16","text":" For example, if you control Archmage Emeritus and cast an instant or sorcery spell, Archmage Emeritus's magecraft ability will trigger and you will draw a card."},{"date":"2021-04-16","text":" If an effect creates a copy of an instant or sorcery spell, this will also cause the magecraft ability to trigger."},{"date":"2021-04-16","text":" If an effect creates multiple copies of an instant or sorcery spell, magecraft abilities trigger once for each copy created by the effect."},{"date":"2021-04-16","text":" Some effects instruct you to copy an instant or sorcery card in a zone other than the stack. These copies do not cause magecraft abilities to trigger. However, most effects that do this also allow you to cast the copy, and casting the copy will cause magecraft abilities to trigger."},{"date":"2021-04-16","text":"If a player casts a spell that targets multiple permanents their opponent controls with ward, each of those ward abilities will trigger. If that player doesn't pay for all of them, the spell will be countered."}],"rarities":["rare"]},"odric, lunarch marshal":{"name":"Odric, Lunarch Marshal","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each combat, creatures you control gain first strike until end of turn if a creature you control has first strike. The same is true for flying, deathtouch, double strike, haste, hexproof, indestructible, lifelink, menace, reach, skulk, trample, and vigilance.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"FirstStrike"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Flying"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Deathtouch"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"DoubleStrike"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Haste"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Hexproof"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Indestructible"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Lifelink"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Menace"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Menace"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Reach"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Reach"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Skulk"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Skulk"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Trample"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Vigilance"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each combat, creatures you control gain first strike until end of turn if a creature you control has first strike. The same is true for flying, deathtouch, double strike, haste, hexproof, indestructible, lifelink, menace, reach, skulk, trample, and vigilance.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"bad76170-c773-4be5-9457-20dc9f745cb4","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["12e4f93c-6daf-458e-aa5a-26844c54bfdd","17b429bd-d7da-45f5-988b-7eed0d3efeaa","1db600b2-9b8b-4c21-8d8b-8033ec680a35","34ceba10-3227-4f81-986c-e8fc6de9a89c","5c77c30f-d813-46e6-9cdd-938b4a6359ad","78f86da3-6caa-4507-882f-3d0476b79bc9","a2d5c9f2-8f58-40ac-a01c-f4ac4ab4d7f0","cd9ae6f9-468e-4fb1-85da-0a29dc8ceb79","e73d7fc1-d380-4939-a9cc-af722a9d0cbd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C20","CMR","DMC","INR","PLST","PSOI","SIR","SOI"],"rulings":[{"date":"2016-04-08","text":"Multiple instances of any of the abilities Odric can grant your creatures are redundant."},{"date":"2016-04-08","text":"Odric's ability triggers at the beginning of each combat, not just combat on your turn, whether or not any creatures you control have any of the listed abilities. If a creature gains one of the listed abilities before Odric's triggered ability resolves, perhaps due to another ability that triggered at the beginning of combat, then creatures you control will gain that ability."},{"date":"2016-04-08","text":"The set of creatures affected by Odric's ability and how they are affected is determined as the ability resolves. Creatures you begin to control later in the turn won't gain any abilities or cause creatures to gain new abilities, and the abilities gained won't change even if every creature that normally had the abilities leaves the battlefield."},{"date":"2020-01-24","text":"If one of those creatures has one or more variants of the listed keywords (for example, hexproof from white), creatures you control gain those specific variants."}],"rarities":["rare"]},"oft-nabbed goat":{"name":"Oft-Nabbed Goat","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goat"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"{1}: Draw a card. Gain control of this creature and put a -1/-1 counter on it. Only your opponents may activate this ability and only as a sorcery.\nWhen this creature dies, if it had one or more -1/-1 counters on it, its owner draws that many cards and each other player loses that much life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}: Draw a card. Gain control of ~ and put a -1/-1 counter on it. Only your opponents may activate this ability and only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activator_filter":{"type":"Opponent"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it had one or more -1/-1 counters on it, its owner draws that many cards and each other player loses that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"63193ad4-bbd2-4cc3-98e2-9f6b985e8ae7","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"{1}: Draw a card. Gain control of this creature and put a -1/-1 counter on it. Only your opponents may activate this ability and only as a s","line_index":0}],"metadata":{"source_printing_ids":["4030bfab-867c-4724-904e-3e8b631f075e","8465027f-be27-440d-aa18-261af7e2eeff"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ECC"],"rulings":[{"date":"2025-11-17","text":"Only the opponents of Oft-Nabbed Goat's controller can activate its first ability. For the purposes of the first ability, it doesn't matter who owns Oft-Nabbed Goat."}],"rarities":["rare"]},"ogre geargrabber":{"name":"Ogre Geargrabber","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ogre","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, gain control of target Equipment an opponent controls until end of turn. Attach it to this creature. When you lose control of that Equipment, unattach it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTarget"},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"when","description":"When you lose control of that Equipment, unattach it"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, gain control of target Equipment an opponent controls until end of turn. Attach it to ~. When you lose control of that Equipment, unattach it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a483b1fd-751a-447e-8e4f-a54b1c194d2c","metadata":{"source_printing_ids":["f0f6e2c3-0e0d-47ff-9d92-afc86a8c8aac"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOM"],"rulings":[{"date":"2011-01-01","text":"Any ability of the targeted Equipment that triggers “whenever equipped creature attacks” won’t trigger. That’s because Ogre Geargrabber is already attacking at the time that Equipment becomes attached to it."},{"date":"2011-01-01","text":"If the targeted Equipment can’t be attached to Ogre Geargrabber for some reason, you’ll still gain control of it until end of turn."},{"date":"2011-01-01","text":"Ogre Geargrabber’s control-changing effect ends during the cleanup step, at the same time that damage marked on permanents is removed. If you still controlled the Equipment at that time, this causes the delayed triggered ability to trigger. It goes on the stack and players can respond (which normally doesn’t happen during the cleanup step), then, once that cleanup step ends, another one begins."},{"date":"2011-01-01","text":"The delayed triggered ability (“When you lose control of that Equipment, unattach it”) triggers the next time you lose control of the Equipment for any reason, not just when Ogre Geargrabber’s control-changing effect ends. The Equipment will become unattached from whatever creature it happens to be attached to at that time. It doesn’t matter if Ogre Geargrabber is still on the battlefield at this time."}],"rarities":["uncommon"]},"ohran frostfang":{"name":"Ohran Frostfang","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":["Snow"],"core_types":["Creature"],"subtypes":["Snake"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Attacking creatures you control have deathtouch.\nWhenever a creature you control deals combat damage to a player, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever a creature you control deals combat damage to a player, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Attacking"}]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Attacking creatures you control have deathtouch."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b99ada26-9a61-4175-9fb8-15a106960220","metadata":{"source_printing_ids":["05b5e975-bd75-4f7c-829d-e87f8b24bc2f","0693bcd2-8a3d-4dcf-8360-5b9891044dfe","0d2fbeb1-6446-48ca-afe1-d1869a36e389","4825bc98-5274-4ede-8fa0-368b1153a83a","55fb93e6-d057-4b70-ad12-e98291fd4a2c","9476de52-c9d0-4161-bdb9-7818153db0c2","9eb08e11-c247-404c-9f40-a12cb7087d0c","f08736a3-2a53-45c0-8ede-5207ffbea32c","fc9b8337-5e55-4f6b-a5c5-ecbd112408eb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C19","CMM","MKC","OTC","PLST","SLD","SOC"],"rulings":[{"date":"2019-08-23","text":"If one or more creatures you control deal combat damage to players at the same time that lethal damage is dealt to Ohran Frostfang, its ability triggers for each of those creatures."},{"date":"2019-08-23","text":"Snow is a supertype, not a card type. It has no rules meaning or function by itself, but other cards and abilities may refer to it."}],"rarities":["rare"]},"ojer taq, deepest foundation":{"name":"Ojer Taq, Deepest Foundation","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nIf one or more creature tokens would be created under your control, three times that many of those tokens are created instead.\nWhen Ojer Taq dies, return it to the battlefield tapped and transformed under its owner's control.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":true,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, return it to the battlefield tapped and transformed under its owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"CreateToken","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If one or more creature tokens would be created under your control, three times that many of those tokens are created instead.","condition":{"type":"TokenCoreTypeMatches","core_types":["Creature"]},"quantity_modification":{"type":"Times","factor":3},"token_owner_scope":"You"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"486bb9a5-73f1-4cec-b097-fb07ac80b72e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1ca79dd4-67fc-496c-96fc-489b039c4932","e87dff94-71ed-469e-a10e-3ddfbd4a8bec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"Everything that is specified by the effect creating the original token or tokens will also be true about the additional tokens created by Ojer Taq, Deepest Foundation's replacement effect. For example, if an effect tells you to create a token \"tapped and attacking,\" the additional tokens will also be tapped and attacking. Similarly, if an effect creates a token and puts counters on it, the additional tokens will also get those counters."},{"date":"2023-11-10","text":"If a card that isn't a transforming double-faced card is a copy of Ojer Taq, Deepest Foundation, it won't return to the battlefield when it dies."}],"rarities":["mythic"]},"old-growth troll":{"name":"Old-Growth Troll","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Troll","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen Old-Growth Troll dies, if it was a creature, return it to the battlefield. It's an Aura enchantment with enchant Forest you control and \"Enchanted Forest has '{T}: Add {G}{G}' and '{1}, {T}, Sacrifice this land: Create a tapped 4/4 green Troll Warrior creature token with trample.'\"","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ReturnAsAura","enchant_filter":{"type":"Typed","type_filters":[{"Subtype":"Forest"}],"controller":"You","properties":[]},"grants":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Unimplemented","name":"add","description":"Add {G}{G}' and '{1}, {T}"},"cost":{"type":"Unimplemented","description":"Enchanted Forest has '{T}"},"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"'","description":"'"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Enchanted Forest has '{T}: Add {G}{G}' and '{1}, {T}, Sacrifice ~: Create a tapped 4/4 green Troll Warrior creature token with trample.'","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it was a creature, return it to the battlefield. It's an Aura enchantment with enchant Forest you control and \"Enchanted Forest has '{T}: Add {G}{G}' and '{1}, {T}, Sacrifice ~: Create a tapped 4/4 green Troll Warrior creature token with trample.'\"","constraint":null,"condition":{"type":"WasType","card_type":"Creature"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"11e3f1d3-9d78-4c00-b965-e14407fd5210","metadata":{"related_token_ids":["dbeac9d3-edd3-574a-9bdb-c8d419f6a373"],"source_printing_ids":["125915dd-0499-4690-8897-4c8906e9817c","b759b0f6-342c-4bba-89f1-8451835d8c45"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM","PKHM","PRM"],"rulings":[{"date":"2021-02-05","text":"If a nontoken permanent that's a copy of Old-Growth Troll dies while it is a creature, it will return to the battlefield as an Aura with both its own normal abilities and the two new abilities granted by old-Growth Troll. The resulting permanent will also retain its name, colors, and supertypes, but it will be an Aura enchantment with no other types or subtypes."},{"date":"2021-02-05","text":"If a token is a copy of Old-Growth Troll, it won’t return from its owner’s graveyard."},{"date":"2021-02-05","text":"If there’s nothing for Old-Growth Troll to legally enchant, it remains in its owner’s graveyard."},{"date":"2021-02-05","text":"If you control but don’t own Old-Growth Troll, you (not its owner) will return it to the battlefield when it dies. You’ll choose which Forest you control it will enchant as it returns to the battlefield."}],"rarities":["rare"]},"oloro, ageless ascetic":{"name":"Oloro, Ageless Ascetic","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Giant","Soldier"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, you gain 2 life.\nWhenever you gain life, you may pay {1}. If you do, draw a card and each opponent loses 1 life.\nAt the beginning of your upkeep, if Oloro is in the command zone, you gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you gain 2 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, you may pay {1}. If you do, draw a card and each opponent loses 1 life.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Command"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if ~ is in the command zone, you gain 2 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"SourceInZone","zone":"Command"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"620ff5f2-7d3f-467f-943d-3b62c2135023","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["081abf82-f674-4c65-a273-957d133295fa","6eaa786b-ebab-41d5-a6c8-d57b59901c00"]},"legalities":{"commander":"legal","duel":"restricted","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","J14","OC13","PLST","PRM","SLD"],"rulings":[{"date":"2013-10-17","text":"If Oloro is your commander, its last ability will trigger at the beginning of the upkeep step on your first turn."},{"date":"2013-10-17","text":"If two creatures you control with lifelink deal combat damage at the same time, Oloro's ability will trigger twice. However, if a single creature with lifelink deals combat damage to multiple creatures, players, and/or planeswalkers at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2013-10-17","text":"In a Two-Headed Giant game, life gained by your teammate won't cause the ability to trigger, even though it causes your team's life total to increase."},{"date":"2013-10-17","text":"In some unusual cases, you can gain life even though your life total actually decreases. For example, if you are being attacked by two 3/3 creatures and you block one with a 2/2 creature with lifelink, your life total will decrease by 1 even though you've gained 2 life. Oloro's second ability would trigger."},{"date":"2013-10-17","text":"Oloro's first ability works only if Oloro is on the battlefield."},{"date":"2013-10-17","text":"Oloro's second ability triggers just once for each life-gaining event, no matter how much life is gained."},{"date":"2013-10-17","text":"You decide whether to pay {1} as the second ability resolves. If you do, you'll draw a card and each opponent will lose 1 life."},{"date":"2015-01-19","text":"Oloro, Ageless Ascetic is banned as a commander in Duel Commander format, but it may be part of your deck."}],"rarities":["mythic"]},"omen":{"name":"Omen","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top three cards of your library, then put them back in any order. You may shuffle.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":"Library","keep_count":null,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at the top three cards of your library, then put them back in any order. You may shuffle.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9b8c44a0-82ef-4beb-a762-c2a2a21380f3","metadata":{"source_printing_ids":["b1c6acb0-af4d-49be-bf0c-3c3e7ddd64b8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["PLST","POR"],"rarities":["common"]},"omenpath journey":{"name":"Omenpath Journey","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, search your library for up to five land cards that have different names, exile them, then shuffle.\nAt the beginning of your end step, choose a card at random exiled with this enchantment and put it onto the battlefield tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"UpTo","max":{"type":"Fixed","value":5}},"reveal":false,"selection_constraint":{"type":"DistinctQualities","qualities":["Name"]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, search your library for up to five land cards that have different names, exile them, then shuffle.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"AllOwners","filter":{"type":"ExiledBySource"},"chooser":"Controller","up_to":false,"random":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, choose a card at random exiled with ~ and put it onto the battlefield tapped.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b067e44-2001-4b49-aa4a-2c86f8929751","metadata":{"source_printing_ids":["385e6c23-0eab-4bc9-8b30-524879051ce9","a33e6422-801a-48ec-8fb7-ff59e1fed25c","c49c9b72-61c0-4e3a-a3a6-994b149398a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BIG","PBIG"],"rulings":[{"date":"2024-04-12","text":"While in your library, a double-faced card has only the name of its front face. It’s not possible to reveal two of the same double-faced card this way."},{"date":"2024-04-12","text":"You may search your library for only one land card and exile it, if you like."}],"rarities":["mythic"]},"omnath, locus of all":{"name":"Omnath, Locus of All","mana_cost":{"type":"Cost","shards":["White","Blue","PhyrexianBlack","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Elemental"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"If you would lose unspent mana, that mana becomes black instead.\nAt the beginning of your first main phase, look at the top card of your library. You may reveal that card if it has three or more colored mana symbols in its mana cost. If you do, add three mana in any combination of its colors and put it into your hand. If you don't reveal it, put it into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":1},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Reveal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyCombinationOfObjectColors","count":{"type":"Fixed","value":3},"scope":{"type":"Target"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ManaSymbolsInManaCost","scope":{"type":"Target"},"color":null}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, look at the top card of your library. You may reveal that card if it has three or more colored mana symbols in its mana cost. If you do, add three mana in any combination of its colors and put it into your hand. If you don't reveal it, put it into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":{"StepEndUnspentMana":{"filter":null,"action":{"Transform":"Black"}}},"affected":{"type":"Controller"},"modifications":[{"type":"AddStaticMode","mode":{"StepEndUnspentMana":{"filter":null,"action":{"Transform":"Black"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If you would lose unspent mana, that mana becomes black instead."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"26445dc7-8363-4205-aee8-1cafeb4ba4c0","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["33d94ecf-758b-4f68-a7be-6bf3ff1047f4","5b998493-d2c5-48dd-8d0c-b63b6795acf6","64b0acfa-1a8d-4a94-8972-c9bb235e4897"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"As long as Omnath, Locus of All remains under your control, you'll retain unspent mana as steps and phases end, although that mana will become black. This means you can add mana and spend it during a future step, phase, or turn. Once Omnath leaves your control, you'll have until the end of the current step or phase to spend the mana before it is lost."},{"date":"2023-04-14","text":"If unspent mana you have has any restrictions or riders associated with it (for example, if it was produced by Omen Hawker), those restrictions or riders remain associated with that mana when it becomes black."},{"date":"2023-04-14","text":"Omnath's last ability isn't a mana ability even though it can cause you to add mana. It uses the stack and can be responded to."},{"date":"2023-04-14","text":"The mana symbols in the card you reveal may be in any combination of colors. For example, you could reveal a card with mana cost {1}{R}{R}{R}, one with mana cost {4}{U}{R}{W}, one with mana cost {W}{U}{B}{R}{G}, or one with mana cost {R/G}{G}{G/W}."}],"rarities":["rare"]},"omnath, locus of mana":{"name":"Omnath, Locus of Mana","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"You don't lose unspent green mana as steps and phases end.\nOmnath gets +1/+1 for each unspent green mana you have.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"StepEndUnspentMana":{"filter":"Green","action":"Retain"}},"affected":{"type":"Controller"},"modifications":[{"type":"AddStaticMode","mode":{"StepEndUnspentMana":{"filter":"Green","action":"Retain"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You don't lose unspent green mana as steps and phases end."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"UnspentMana","color":"Green"}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"UnspentMana","color":"Green"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each unspent green mana you have."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"9da896e1-2256-425b-b801-1ae6f0470559","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["694579c6-f739-45df-8adf-b0c540a904a1","8b5be1b6-3a6a-4601-914b-7f4b99629a7f","9f725636-8947-4232-a2fb-5c85d7fbcd1b","acf0cab3-da50-4561-8797-cd179af39216","fb5fe30b-954a-4abf-aa18-4107683ad868"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CC1","CMM","V11","WWK"],"rulings":[{"date":"2010-03-01","text":"If a green mana you produce has certain restrictions or riders associated with it (for example, if it was produced by Ancient Ziggurat), they'll apply to that mana no matter when you spend it."},{"date":"2010-03-01","text":"Once Omnath leaves the battlefield, you have until the end of the current step or phase to spend your unspent green mana before it too is lost as normal. There is no penalty associated with this other than the loss of the mana."},{"date":"2010-03-01","text":"You can keep unspent green mana indefinitely while Omnath is on the battlefield. That means if you add a green mana during one step or phase, you can spend it during a later step or phase, or even a later turn. Other types of mana will be lost as normal as each step and phase ends."}],"rarities":["mythic"]},"omniscience":{"name":"Omniscience","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":7},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast spells from your hand without paying their mana costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastFromHandFree":{"frequency":"Unlimited","origin":"Hand"}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast spells from your hand without paying their mana costs."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"730e39e6-c61d-48b5-8827-bfd952bf1be7","metadata":{"source_printing_ids":["1088f33e-cb5f-4248-ae8e-280c4e41f291","5249f9dc-d5e2-4e1f-b7da-8fcbf574f276","5b04f5e9-6728-45be-af2e-b2584cb67e1c","7c72dced-adae-4c66-af2a-0a1216953ab6","8f173425-8bae-47b1-8a2c-e27a071acd24","a3c11195-144e-44c4-aaa9-c534037748ea","d33d91d0-1506-45e4-9def-975bf901815e","d9caf326-9f85-4fda-88a4-7862e0f5dc49","db534b4e-8bff-4924-baea-9988d195fb25"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","M13","M19","MP2","P22","PFDN","PM19","WOT"],"rulings":[{"date":"2018-07-13","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2018-07-13","text":"If you cast a spell \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, such as that of Tormenting Voice, those must be paid to cast the spell."},{"date":"2018-07-13","text":"Once you cast Omniscience, if it's your turn, you'll have priority immediately after it resolves. You can cast another spell before any player can attempt to remove Omniscience with spells or abilities."},{"date":"2018-07-13","text":"You must follow the normal timing permissions and restrictions of each spell you cast."}],"rarities":["mythic","special"]},"omo, queen of vesuva":{"name":"Omo, Queen of Vesuva","mana_cost":{"type":"Cost","shards":["GreenBlue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Shapeshifter","Noble"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever Omo enters or attacks, put an everything counter on each of up to one target land and up to one target creature.\nEach land with an everything counter on it is every land type in addition to its other types.\nEach nonland creature with an everything counter on it is every creature type.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"everything","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"everything","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, put an everything counter on each of up to one target land and up to one target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"everything"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"AddAllLandTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each land with an everything counter on it is every land type in addition to its other types."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Non":"Land"}],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"everything"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each nonland creature with an everything counter on it is every creature type."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"021b91ea-18d8-4b50-97da-dd003380cd68","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["103f7efd-3421-41aa-8c84-22c97cc8f0ea","5be300b8-af07-4f90-91ce-888b14dd9be0","a5e466c8-9fc9-47ca-aeae-93aaa80a4df5","bf5a3655-cd08-46a3-b099-253708c6539e","c5c9b663-135a-4bd7-81d9-fa6a5331ef57","e5d1c814-4c22-4917-95ae-dffaf491db32","edac7b62-e21e-4418-8c0c-032c5aef5914"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["M3C"],"rulings":[{"date":"2024-06-07","text":"Omo's second ability grants every land type to lands with everything counters on them, not just basic land types. The full list of land types can be found in the Comprehensive Rules of Magic."}],"rarities":["mythic"]},"onakke ogre":{"name":"Onakke Ogre","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ogre","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fa10cacb-ab14-447a-b411-9d74bc3772fb","metadata":{"source_printing_ids":["76e42d07-57d9-4de4-8d41-eb42dd1573ed","9e016da6-8800-47b4-9b96-1887677c795c","f746dca7-e157-4156-b8f7-d83debe2ccb6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M19","M21","PLST"],"rarities":["common"]},"once upon a time":{"name":"Once Upon a Time","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If this spell is the first spell you've cast this game, you may cast it without paying its mana cost.\nLook at the top five cards of your library. You may reveal a creature or land card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":5},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":"Look at the top five cards of your library. You may reveal a creature or land card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d00ade82-caab-43c6-9756-6e9e6edfc519","casting_options":[{"kind":"CastWithoutManaCost","condition":{"type":"FirstSpellThisGame"}}],"metadata":{"source_printing_ids":["4034e5ba-9974-43e3-bde7-8d9b4586c3a4","a6695919-210f-48a3-98de-9aff77e30499","ec275844-6ed6-4d05-9c02-b5a566a7fd5d","f2ca07ab-32e9-477c-a263-721a03f778ff"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"banned","oathbreaker":"legal","pioneer":"banned","timeless":"legal","vintage":"legal"},"printings":["ELD","MB2","PELD","PLST"],"rulings":[{"date":"2019-10-04","text":"The earliest opportunity you have to cast Once Upon a Time is during the first player's upkeep, before that player can play a land."}],"rarities":["rare"]},"oni-cult anvil":{"name":"Oni-Cult Anvil","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever one or more artifacts you control leave the battlefield during your turn, create a 1/1 colorless Construct artifact creature token. This ability triggers only once each turn.\n{T}, Sacrifice an artifact: This artifact deals 1 damage to each opponent. You gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}, Sacrifice an artifact: ~ deals 1 damage to each opponent. You gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Token","name":"Construct","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Construct"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more artifacts you control leave the battlefield during your turn, create a 1/1 colorless Construct artifact creature token. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"c018f072-8f6d-4835-a717-ed4ecba70d97","metadata":{"related_token_ids":["379963cb-e18b-5b99-b6d0-488a0727ba5e","68fddd02-839b-556e-abc3-c1ec59dcf867"],"source_printing_ids":["c275470f-83d2-4341-9757-a570ec19a181","c84db1e2-855c-4169-a9cc-a54c73c14e0c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRC","NEO"],"rarities":["uncommon"]},"ophidian eye":{"name":"Ophidian Eye","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nEnchant creature\nWhenever enchanted creature deals damage to an opponent, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash",{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"AttachedTo"},"description":"Whenever enchanted creature deals damage to an opponent, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e83b8830-fa97-4e60-b042-005e552a3ceb","metadata":{"source_printing_ids":["26836ff5-b3c3-4b10-af1e-df3658781cb2","d3c58997-5555-423a-822e-749fac90e392"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["PLST","TSP"],"rulings":[{"date":"2006-09-25","text":"The third ability triggers when the enchanted creature deals damage to an opponent of the player who controls Ophidian Eye."}],"rarities":["common"]},"opt":{"name":"Opt","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Scry 1. (Look at the top card of your library. You may put that card on the bottom.)\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Scry 1.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"713332c1-5bd8-400f-bfff-c1ca0697a043","metadata":{"source_printing_ids":["015e9da6-c704-4b00-b717-8c07ba2b2ff7","0b5bb062-eb03-4d9a-b028-91c089442187","25f2e4d0-effd-4e83-b7aa-1a0d8f120951","323db259-d35e-467d-9a46-4adcb2fc107c","4a6f3714-cb21-4056-97db-7449be2c2456","50ee44a3-09b5-491a-ba51-609756020a31","58d26b54-0093-4e90-a2b1-b57c64340f9c","66c3aa9f-5cb0-4c8d-a050-42938398071b","67bcf3fd-fca0-4cdb-b625-bac5fadd00e3","6e2ff7a5-ddd4-4581-93ea-2069a2d0dedf","6f63d984-5638-4167-a7ba-1ac2454df8a5","958262ec-8e52-40cf-a9fd-a60e42643e15","ab59ac4f-2a77-4566-85c0-32666447dcf2","bbc99a51-1501-4525-a3cc-f48249b64bed","c3669391-8f64-4904-b432-0f0582f30449","cd5017e7-2da9-48be-8dc3-458a1374b97c","cfbaff99-ac81-4386-9a7c-ab6d7b72eb3a","f1de6f4a-ec3f-4bdb-902f-2e04f36ad7f4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DOM","ELD","FDN","INV","J22","J25","LTC","M21","OTC","PDOM","PLST","PRM","SLD","STA","TDC","WC01","WOC","XLN"],"rarities":["common","uncommon","rare"]},"orbital plunge":{"name":"Orbital Plunge","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Orbital Plunge deals 6 damage to target creature. If excess damage was dealt this way, create a Lander token. (It's an artifact with \"{2}, {T}, Sacrifice this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":6},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Lander","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Lander"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"PreviousEffectAmount","comparator":"GT","rhs":{"type":"Fixed","value":0},"channel":"Excess"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 6 damage to target creature. If excess damage was dealt this way, create a Lander token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4f10b164-6d36-4935-92e7-53be73ac4c8a","metadata":{"related_token_ids":["7b3e5486-632b-5245-8026-3222282173bc"],"source_printing_ids":["2dc7cc17-5319-4694-99c6-8c56a0b40a44"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"Excess damage has been dealt to a creature if the damage dealt to it is greater than lethal damage. Usually, this means damage greater than its toughness, although damage already marked on the creature is taken into account."}],"rarities":["common"]},"ormendahl, profane prince":{"name":"Ormendahl, Profane Prince","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":9},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink, indestructible, haste","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink","Indestructible","Haste"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"04eeb9ad-5c59-411b-8809-db8349838588","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["e1520eed-5f7f-5d76-8dd8-121276dae02a","fb4ee9b2-1eb8-5465-9fcc-7c7089627d36"],"source_printing_ids":["20c2c22f-5115-4a66-bcad-e70619d43448","5fbc6091-a161-45b0-9932-543b569caaee","677b1405-a667-4a29-94ba-a821b10223b1","9ec6cbb4-7182-48fe-87fe-9ce9f3a51032","c1f53d7a-9dad-46e8-b686-cd1362867445","d3182b40-a731-4957-9d6e-a1f69c3aeb5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["INR","PSOI","SIR","SLD","SOI"],"rarities":["rare"]},"ornithopter":{"name":"Ornithopter","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Thopter"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"a3a98bc9-caa0-49b7-951c-fe4e4f54e4ba","metadata":{"source_printing_ids":["00427d72-b140-45eb-b2ec-2ac2dab16966","01d0d061-e57a-4fe4-9e46-e4f369e564b3","051386e0-4c1c-48ed-8883-664c719cf0fe","09c6ac8a-01b1-4af5-89d8-ad66d9a81ceb","1f6fa35a-fd81-4fa5-aac6-c397db53e5d1","22bb9825-ad45-44ad-ace2-eb6b66e3f724","2aeb3ce1-1e7f-4269-a326-700f27e9e932","305078a5-ac18-4721-bba2-3434eba5b1cf","331a0a01-0c12-4999-9bd7-f26991e4dad5","59cc9bdb-7cf2-4795-bac7-ffff605c9eb0","6acf7453-1229-4758-bb17-8afc7dffa9a0","6c127765-1ff7-4f64-85e7-80e356ff13b4","8d784214-dc69-42d4-b897-995ca5751e13","919bc14b-603d-42fa-91fe-58c4d4b3b27f","969ebd20-de69-44ba-a0c2-9e2a89480370","b3654fd6-f8ac-471a-8559-ba4ed0fe75c3","bde658c0-cc18-48a7-a440-75cdf3f7fc6d","c964c4a8-41fb-4df0-902d-de4c92ce7cc7","d8ea447f-3ea4-40ed-9bc8-6e78602be9a1","db2ef311-cda3-4f70-821d-e9fb03c85dc9","dd789709-6613-4688-9272-6d5624140053","ddb96645-44d2-426c-90cb-3186297a8728","dfedbab5-084e-4729-8968-a4728d1c5ca9","ee42fd67-118d-4dba-8dc6-803ceaee35e8","ee98e86c-ac16-4159-8982-ed14d282811a","f6074277-c5c9-4fd0-979b-7b6d2f5e3770","fd6c46d6-aec8-420b-8018-7b2c3908e5a0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","3ED","4BB","4ED","5ED","6ED","9ED","AER","ATQ","BRR","DMR","FBB","HA1","KLR","M10","M11","M15","MPS","MRD","PLST","PS11","SLD","SUM","WC04"],"rarities":["common","uncommon","rare","special"]},"orochi soul-reaver":{"name":"Orochi Soul-Reaver","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake","Ninja","Rogue"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Ninjutsu {3}{B} ({3}{B}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)\nWhenever one or more creatures you control deal combat damage to a player, create a Treasure token and manifest the top card of that player's library. (Put it onto the battlefield face down as a 2/2 creature. Turn it face up any time for its mana cost if it's a creature card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Ninjutsu":{"type":"Cost","shards":["Black"],"generic":3}}],"abilities":[{"kind":"Activated","effect":{"type":"RuntimeHandled","handler":"NinjutsuFamily"},"cost":{"type":"NinjutsuFamily","variant":"Ninjutsu","mana_cost":{"type":"Cost","shards":["Black"],"generic":3}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Manifest","target":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1},"enters_under":"You"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, create a Treasure token and manifest the top card of that player's library.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6d9ab641-ba99-4b27-a84e-8c2ae57a2fc1","metadata":{"related_token_ids":["3a2e0ac9-54bb-5b35-a4c9-6bad348f7144"],"source_printing_ids":["5ba1d8a7-2249-4c74-adb7-d13a9b347571","ec8f372a-d8c7-4f5d-a91d-ec7e5eb17104"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["OTC"],"rulings":[{"date":"2024-04-12","text":"Although the Ninja is attacking, it was never declared as an attacking creature (for purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2024-04-12","text":"As you activate a ninjutsu ability, you reveal the Ninja card in your hand and return the attacking creature to its owner’s hand. The Ninja card stays revealed and isn’t put onto the battlefield until the ability resolves. If it leaves your hand before then, it won’t enter the battlefield at all."},{"date":"2024-04-12","text":"If a creature in combat has first strike or double strike, you can activate the ninjutsu ability during the first-strike combat damage step. The Ninja will deal combat damage during the regular combat damage step, even if it has first strike."},{"date":"2024-04-12","text":"The creature with ninjutsu enters the battlefield attacking the same player, planeswalker, or battle that the returned creature was attacking. This is a rule specific to ninjutsu; in other cases, when a creature is put onto the battlefield attacking, that creature’s controller chooses which player, planeswalker, or battle it’s attacking."},{"date":"2024-04-12","text":"The ninjutsu ability can be activated during the declare blockers step, combat damage step, or end of combat step. In most cases (see below), if you wait until the combat damage step or end of combat step, it will be after combat damage has been dealt, so the Ninja won’t deal combat damage."},{"date":"2024-04-12","text":"The ninjutsu ability can be activated only after blockers have been declared. Before then, attacking creatures are neither blocked nor unblocked."},{"date":"2024-04-12","text":"Your opponents can’t look at the card they own that you manifested."}],"rarities":["rare"]},"orvar, the all-form":{"name":"Orvar, the All-Form","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Changeling\nWhenever you cast an instant or sorcery spell, if it targets one or more other permanents you control, create a token that's a copy of one of those permanents.\nWhen a spell or ability an opponent controls causes you to discard this card, create a token that's a copy of target permanent.","non_ability_text":null,"flavor_name":null,"keywords":["Changeling"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, if it targets one or more other permanents you control, create a token that's a copy of one of those permanents.","constraint":null,"condition":{"type":"TriggeringSpellTargetsFilter","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]}},"batched":false},{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When a spell or ability an opponent controls causes you to discard this card, create a token that's a copy of target permanent.","constraint":{"type":"EventSourceControlledBy","controller":"Opponent"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"276c4643-13ad-43bf-840b-08c025ebc065","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["0bfdc564-51cc-4523-9d84-9d07907f41fe","5c999e35-b819-45b8-af05-8aaacc3c691c","7f36775e-9e48-49cc-a771-d58481712edc","9d700064-1fda-4de0-9576-17a3faa5f04c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM","PKHM","PLST","PRM","SLD"],"rulings":[{"date":"2021-02-05","text":"Any enters-the-battlefield abilities of the copied permanent will trigger when the token enters the battlefield. Any “As [this permanent] enters the battlefield” or “[This permanent] enters the battlefield with” abilities of the copied permanent will also work."},{"date":"2021-02-05","text":"As the first triggered ability tries to resolve, the spell that caused it to trigger and that spell’s targets are checked again. Ignore any target of the spell that has left the battlefield by that point. If all of the permanents you controlled that were targets have left the battlefield by that point, the triggered ability will do nothing and no token will be created. If at least one permanent you control that’s a target is still on the battlefield, the triggered ability will resolve, even if that permanent is now an illegal target for the spell."},{"date":"2021-02-05","text":"Changeling is a characteristic-defining ability. It functions in all zones, not only while a card that has it is on the battlefield."},{"date":"2021-02-05","text":"For the first triggered ability, the instant or sorcery spell can target other things if it also targets one or more permanents you control; however, the token you create can copy only permanents you control that are targets of the spell. If the spell targets more than one permanent you control, you choose which permanent the token is copying as you create the token."},{"date":"2021-02-05","text":"For the second triggered ability, you can choose any permanent as the target, regardless of who controls it."},{"date":"2021-02-05","text":"If a spell or ability an opponent controls allows or instructs you to choose a card to discard, and you discard Orvar, its last ability will trigger."},{"date":"2021-02-05","text":"If an effect causes a creature with changeling to become a new creature type, it will be only that new creature type. It will still have changeling; the effect making it all creature types will simply be overwritten."},{"date":"2021-02-05","text":"If an effect causes a creature with changeling to lose all abilities, it will remain all creature types, even though it will no longer have changeling. This is because changeling applies before the effect that removes it."},{"date":"2021-02-05","text":"If the permanent being copied has {X} in its mana cost, X is 0."},{"date":"2021-02-05","text":"If the permanent being copied is copying something else, the token you create will use the copiable values of the that permanent. In most cases, it will be a copy of whatever the permanent is copying. If it’s copying a permanent or card with {X} in its mana cost, X is 0."},{"date":"2021-02-05","text":"If the permanent being copied is itself a token, the token created by the last ability copies the original characteristics of that token as stated by the effect that created it."},{"date":"2021-02-05","text":"If the spell itself has left the stack by that point, use the targets it had when it left the stack to perform the check described above."},{"date":"2021-02-05","text":"Orvar’s first triggered ability resolves (if it resolves; see below) before the spell or ability that caused it to trigger."},{"date":"2021-02-05","text":"The subtype Shapeshifter that appears on the type line is mostly there to reinforce the flavor. A creature card with changeling is just as much an Elf, a Dwarf, a Sliver, a Goat, a Coward, and a Zombie as it is a Shapeshifter."},{"date":"2021-02-05","text":"The token copies exactly what is printed on the permanent and nothing else (unless that permanent is a token or is copying something else; see below). It doesn’t copy whether that permanent is tapped or untapped, whether it has any counters on it, whether it has any Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on."}],"rarities":["mythic"]},"osseous sticktwister":{"name":"Osseous Sticktwister","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Scarecrow"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nDelirium — At the beginning of your end step, if there are four or more card types among cards in your graveyard, each opponent may sacrifice a nonland permanent of their choice or discard a card. Then this creature deals damage equal to its power to each opponent who didn't sacrifice a permanent or discard a card this way.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"sacrifice a nonland permanent of their choice","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"discard a card","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals damage equal to its power to each opponent who didn't sacrifice a permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"discard a card this way","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if there are four or more card types among cards in your graveyard, each opponent may sacrifice a nonland permanent of their choice or discard a card. Then ~ deals damage equal to its power to each opponent who didn't sacrifice a permanent or discard a card this way.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"33c3a81a-6cea-48c9-b966-67084d96e74f","metadata":{"source_printing_ids":["4f43473e-1302-4543-b331-1a86cfbc3ced"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"Use Osseous Sticktwister's power as its last ability resolves to determine how much damage it deals to each opponent who didn't sacrifice a permanent or discard a card this way. If Osseous Sticktwister is no longer on the battlefield at that time, use its power as it last existed on the battlefield."},{"date":"2024-09-20","text":"While resolving Osseous Sticktwister's last ability, the next opponent in turn order chooses a card to be discarded without revealing it, chooses a nonland permanent to be sacrificed, or chooses to do neither. Then each other opponent in turn order does the same. Then all of the actions occur simultaneously. Opponents will know what choices opponents earlier in the turn order made, although cards chosen to be discarded this way won't be revealed until they're discarded at the end of the process."}],"rarities":["uncommon"]},"osteomancer adept":{"name":"Osteomancer Adept","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Squirrel","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\n{T}: Until end of turn, you may cast creature spells from your graveyard by foraging in addition to paying their other costs. If you cast a spell this way, that creature enters with a finality counter on it. (To forage, exile three cards from your graveyard or sacrifice a Food. If a creature with a finality counter on it would die, exile it instead.)","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"without_paying_mana_cost":false,"mode":"Cast","duration":"UntilEndOfTurn"},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"AddPendingETBCounters","counter_type":"finality","count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{T}: Until end of turn, you may cast creature spells from your graveyard by foraging in addition to paying their other costs. If you cast a spell this way, that creature enters with a finality counter on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"791cbb7c-7935-4902-b050-9ea9d030e9fa","metadata":{"source_printing_ids":["6ef4532d-63ea-4a70-86b3-58327b7e9706","7d8238dd-858f-466c-96de-986bd66861d7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Finality counters aren't keyword counters, and a finality counter doesn't give any abilities to the permanent it's on. If that permanent loses its abilities and then would go to a graveyard, it will still be exiled instead."},{"date":"2024-07-26","text":"Finality counters don't stop permanents from going to zones other than the graveyard from the battlefield. For example, if a permanent with a finality counter on it would be put into its owner's hand from the battlefield, it does so normally."},{"date":"2024-07-26","text":"Finality counters work on any permanent, not only creatures. If a permanent with a finality counter on it would be put into a graveyard from the battlefield, exile it instead."},{"date":"2024-07-26","text":"If Dryad Arbor (the only card that's both a creature and a land) is in your graveyard, you can't play it this way. Dryad Arbor can't be cast as a spell."},{"date":"2024-07-26","text":"If you don't have enough cards in your graveyard or a Food on the battlefield, you can't choose to forage."},{"date":"2024-07-26","text":"Multiple finality counters on a single permanent are redundant."},{"date":"2024-07-26","text":"Once you announce that you're casting a spell or activating an ability, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard or Foods you control to stop you from foraging."},{"date":"2024-07-26","text":"You must still follow timing restrictions and permissions for creature spells you cast with the permission granted by Osteomancer Adept's last ability. Normally, you'll be able to cast them only during your main phase while the stack is empty."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["rare"]},"oubliette":{"name":"Oubliette","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, target creature phases out until this enchantment leaves the battlefield. Tap that creature as it phases in this way. (Auras and Equipment phase out with it. While permanents are phased out, they're treated as though they don't exist.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PhaseOut","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantPhaseIn","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantPhaseIn"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilHostLeavesPlay","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenLeavesPlayFiltered","filter":{"type":"SelfRef"}},"effect":{"kind":"Spell","effect":{"type":"PhaseIn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target creature phases out until ~ leaves the battlefield. Tap that creature as it phases in this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c753e9e3-9374-4e3c-8622-94576a8c1da3","metadata":{"source_printing_ids":["30d1450f-2909-410e-9920-731278fa74de","58d74d1d-3f68-4cab-903e-e146a33258f3","87149eb8-7935-4e45-8092-6baa2a6fb8d2","8d6a2663-5316-4441-8ec9-f2b754c1537e","96ccfecd-0dab-426a-8897-86c73934d21d","d4800a7d-c229-4ced-97ff-0e58645d58d6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["2XM","ARN","ME1","PLST","SLD"],"rulings":[{"date":"2020-08-07","text":"A creature phased out by Oubliette doesn't phase in during its controller's untap step as normal. Rather, it phases in immediately after Oubliette leaves the battlefield."},{"date":"2020-08-07","text":"Abilities that trigger when a creature becomes tapped won't trigger when the creature phases in tapped."},{"date":"2020-08-07","text":"Any continuous effects with a “for as long as” duration such as that of Awakener Druid ignore phased-out objects. Any such effects will expire if their conditions are no longer met after ignoring the phased-out objects."},{"date":"2020-08-07","text":"Any one-shot effects that are waiting “until [this] leaves the battlefield,” such as that of Kitesail Freebooter, won't happen when a permanent phases out."},{"date":"2020-08-07","text":"Choices made for permanents as they entered the battlefield are remembered when they phase in."},{"date":"2020-08-07","text":"Each Aura and Equipment attached to a permanent that's phasing out also phases out. They will phase in with that permanent and still be attached to it. Similarly, permanents that phase out with counters phase in with those counters."},{"date":"2020-08-07","text":"If Oubliette leaves the battlefield before its triggered ability resolves, the target creature won't be phased out or tapped."},{"date":"2020-08-07","text":"Phasing out doesn't cause any “leaves the battlefield” abilities to trigger. Similarly, phasing in won't cause any “enters the battlefield” abilities to trigger."},{"date":"2020-08-07","text":"While a permanent is phased out, it's treated as though it doesn't exist. It can't be the target of spells or abilities, its static abilities have no effect on the game, its triggered abilities can't trigger, it can't attack or block, and so on."}],"rarities":["common","uncommon","rare"]},"ouroboroid":{"name":"Ouroboroid","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant","Wurm"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, put X +1/+1 counters on each creature you control, where X is this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, put X +1/+1 counters on each creature you control, where X is ~'s power.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"50d6fd91-23d3-4d32-804f-6233e4386904","metadata":{"source_printing_ids":["209c591a-4ab2-4e89-9523-a7b766cf4e51","9a6eb356-7418-443f-a51b-37ebc3526fce"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"If Ouroboroid leaves the battlefield before its ability resolves, use its power as it last existed on the battlefield to determine the value of X."},{"date":"2025-07-25","text":"The value of X is calculated only once, as Ouroboroid’s ability resolves."}],"rarities":["mythic"]},"out of time":{"name":"Out of Time","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, untap all creatures, then those creatures phase out until this enchantment leaves the battlefield. Put a time counter on this enchantment for each creature that phased out this way.\nVanishing (At the beginning of your upkeep, remove a time counter from this enchantment. When the last is removed, sacrifice it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PhaseOut","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Ref","qty":{"type":"FilteredTrackedSetSize","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, untap all creatures, then those creatures phase out until ~ leaves the battlefield. Put a time counter on ~ for each creature that phased out this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8491de1e-dc37-4a89-b4f7-56a2c668f0fc","metadata":{"source_printing_ids":["053d6b3b-72d4-4a55-a79e-0a601aecf108","116e94fb-c9cc-4ebe-a64b-51e88f938a58","16bc66ca-5909-49cf-bf5b-1dd6c209c03b","44b0c372-bc10-49f6-9fd4-a482790846e4","7bd77468-7aad-4add-8385-e3310cd5d5cd","d44fbfa3-3698-4b79-a7bd-6b6f86bea82a","e39ad9da-f71a-48a5-b5d3-e6e0bfb7402e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH2","PMH2","PRM","WHO"],"rulings":[{"date":"2021-06-18","text":"A creature phased out by Out of Time doesn't phase in during its controller's untap step as normal."},{"date":"2021-06-18","text":"Any continuous effects with a \"for as long as\" duration, such as that of Tide Shaper, ignore phased-out objects. Any such effects will expire if their conditions are no longer met after ignoring the phased-out objects."},{"date":"2021-06-18","text":"Any one-shot effects that are waiting \"until [this] leaves the battlefield,\" such as that of Banisher Priest, won't happen when a permanent phases out."},{"date":"2021-06-18","text":"Choices made for permanents as they entered the battlefield are remembered when they phase in."},{"date":"2021-06-18","text":"Each Aura and Equipment attached to a permanent that's phasing out also phases out. They will phase in with that permanent and still be attached to it. Similarly, permanents that phase out with counters phase in with those counters."},{"date":"2021-06-18","text":"If Out of Time happens to be a creature when its enter the battlefield trigger resolves, it will phase out along with all other creatures. You'll never remove the last counter since it's phased out, so all creatures will remain phased out indefinitely."},{"date":"2021-06-18","text":"If Out of Time leaves the battlefield before its enter the battlefield trigger resolves, creatures will untap, but they won't phase out."},{"date":"2021-06-18","text":"If there are no creatures on the battlefield when Out of Time's triggered ability resolves, nothing phases out and Out of Time won't get any time counters. It will remain on the battlefield and won't be sacrificed, since the last time counter will never be removed."},{"date":"2021-06-18","text":"Phasing out doesn't cause any \"leaves the battlefield\" abilities to trigger. Similarly, phasing in won't cause any \"enters the battlefield\" abilities to trigger."},{"date":"2021-06-18","text":"While a permanent is phased out, it's treated as though it doesn't exist. It can't be the target of spells or abilities, its static abilities have no effect on the game, its triggered abilities can't trigger, it can't attack or block, and so on."}],"rarities":["rare"]},"outpost siege":{"name":"Outpost Siege","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Khans or Dragons.\n• Khans — At the beginning of your upkeep, exile the top card of your library. Until end of turn, you may play that card.\n• Dragons — Whenever a creature you control leaves the battlefield, this enchantment deals 1 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, exile the top card of your library. Until end of turn, you may play that card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Khans"},"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control leaves the battlefield, ~ deals 1 damage to any target.","constraint":null,"condition":{"type":"ChosenLabelIs","label":"Dragons"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Khans","Dragons"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Khans or Dragons.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ebb24fc7-dc71-4712-8c2a-b5920f78e55d","metadata":{"source_printing_ids":["057ec9ba-b104-40a6-ae84-0f5d63511de6","516a2034-25bf-4b42-9f47-a2418d48286c","51f8c63e-8778-43c5-9093-f419442295cf","880f6602-f335-4ad8-9e2f-f32b6d715f72","a8645f34-b830-4429-8fca-9458d1e3dccc","a9f75fce-f0a1-4dec-982d-a86925c6e9d4","ad63f120-f6d0-4394-b12a-f3e1cf728a2f","b909b8bc-667b-4784-979f-093029b5a156","ed9f3f18-c1fe-4ec9-bf06-eb73751c5d22"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","BLC","C17","C20","CLB","FRF","NCC","PIO"],"rulings":[{"date":"2014-11-24","text":"Each Siege will have one of the two listed abilities, depending on your choice as it enters the battlefield."},{"date":"2014-11-24","text":"Each of the last two abilities is linked to the first ability. They each refer only to the choice made as a result of the first ability. If a permanent enters the battlefield as a copy of one of the Sieges, its controller will make a new choice for that Siege. Which ability the copy has won't depend on the choice made for the original permanent."},{"date":"2014-11-24","text":"If a noncreature card is manifested and then leaves the battlefield while face down, the \"Dragons\" ability will trigger."},{"date":"2014-11-24","text":"If you exile a land card using the \"Khans\" ability, you may play that land only if you have any available land plays. Normally, this means you can play the land only if you haven't played a land yet that turn."},{"date":"2014-11-24","text":"The card exiled by the \"Khans\" ability is exiled face up. Playing a card exiled with the \"Khans\" ability follows the normal rules for playing the card. You must pay its costs, and you must follow all applicable timing rules. For example, if it's a creature card, you can cast it only during your main phase while the stack is empty."},{"date":"2014-11-24","text":"The words \"Khans\" and \"Dragons\" are anchor words, connecting your choice to the appropriate ability. Anchor words are a new rules concept. \"[Anchor word] — [Ability]\" means \"As long as you chose [anchor word] as this permanent entered the battlefield, this permanent has [ability].\" Notably, the anchor word \"Dragons\" has no connection to the creature type Dragon."}],"rarities":["rare"]},"outrageous robbery":{"name":"Outrageous Robbery","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target opponent exiles the top X cards of their library face down. You may look at and play those cards for as long as they remain exiled. If you cast a spell this way, you may spend mana as though it were mana of any type to cast it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"face_down":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0,"mana_spend_permission":"AnyTypeOrColor"},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target opponent exiles the top X cards of their library face down. You may look at and play those cards for as long as they remain exiled. If you cast a spell this way, you may spend mana as though it were mana of any type to cast it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5b194438-6946-45dd-8d77-c9de8c115d09","metadata":{"source_printing_ids":["89d8304d-59e3-4478-911d-54d77abfe69c","b87813fa-ad12-4062-bb9e-436d8418fba5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"If you leave the game, the exiled cards remain exiled face down indefinitely. No player may look at them."},{"date":"2024-02-02","text":"You pay all costs and follow all normal timing rules for cards played this way. For example, if one of the exiled cards is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"overgrown zealot":{"name":"Overgrown Zealot","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color.\n{T}: Add two mana of any one color. Spend this mana only to turn permanents face up.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":2},"color_options":["White","Blue","Black","Red","Green"]},"restrictions":["TurnPermanentFaceUp"]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add two mana of any one color. Spend this mana only to turn permanents face up.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5146b291-1170-481f-a4b9-709dd5c4b09c","metadata":{"source_printing_ids":["96d68d29-499a-4864-be18-bd98fda0d173"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"Mana produced by Overgrown Zealot's last ability can be used to pay morph or disguise costs when turning a face-down permanent face up or to pay costs associated with turning a manifested or cloaked permanent face up."}],"rarities":["uncommon"]},"overlord of the balemurk":{"name":"Overlord of the Balemurk","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Avatar","Horror"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Impending 5—{1}{B} (If you cast this spell for its impending cost, it enters with five time counters and isn't a creature until the last is removed. At the beginning of your end step, remove a time counter from it.)\nWhenever this permanent enters or attacks, mill four cards, then you may return a non-Avatar creature card or a planeswalker card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[{"Impending":{"cost":{"type":"Cost","shards":["Black"],"generic":1},"counters":5}}],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":4},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Avatar"}}],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, mill four cards, then you may return a non-Avatar creature card or a planeswalker card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.176a: At the beginning of your end step, if this permanent's impending cost was paid and it has a time counter on it, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"And","conditions":[{"type":"CastVariantPaidPersistent","variant":"Impending"},{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1}]},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"And","conditions":[{"type":"CastVariantPaid","variant":"Impending"},{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1}]},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 702.176a: As long as this permanent's impending cost was paid and it has a time counter on it, it's not a creature."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"652e87af-7cf0-407f-9fb7-1a630fb8dd47","metadata":{"source_printing_ids":["49993a18-f733-4d1f-b629-12fc45cbb327","49df3de4-ed62-4828-8256-a05220d9eada","6da8e15d-033e-41ab-9f95-656a5737bdac","9b911653-7b96-4cf3-a907-13c5c53a14f7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"\"Impending N–[cost]\" is a keyword that represents multiple abilities. The official rules are as follows: (a) You may choose to pay [cost] rather than pay this spell's mana cost. (b) If you chose to pay this spell's impending cost, it enters the battlefield with N time counters on it. (c) As long as this permanent has a time counter on it, if it was cast for its impending cost, it's not a creature. (d) At the beginning of your end step, if this permanent was cast for its impending cost, remove a time counter from it."},{"date":"2024-09-20","text":"If an object enters as a copy of a permanent that was cast with its impending cost, it won't enter with time counters, and it will be a creature."},{"date":"2024-09-20","text":"If you choose to pay the impending cost of a creature spell, it's still a creature spell on the stack. You can cast that spell for its impending cost only when you could normally cast that creature spell. Most of the time, this means during your main phase when the stack is empty."},{"date":"2024-09-20","text":"If you choose to pay the impending cost rather than the mana cost, you're still casting the spell. It goes on the stack and can be responded to, countered, and so on."},{"date":"2024-09-20","text":"You may return any non-Avatar creature card or any planeswalker card from your graveyard to your hand with Overlord of the Balemurk's last ability, not just one you milled while resolving that ability."}],"rarities":["mythic"]},"oversimplify":{"name":"Oversimplify","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile all creatures. Each player creates a 0/0 green and blue Fractal creature token and puts a number of +1/+1 counters on it equal to the total power of creatures they controlled that were exiled this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Fractal","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature","Fractal"],"colors":["Green","Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"Power","filter":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]},{"type":"ExiledBySource"}]}}}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":"Exile all creatures. Each player creates a 0/0 green and blue Fractal creature token and puts a number of +1/+1 counters on it equal to the total power of creatures they controlled that were exiled this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"25e1d5fe-c2d8-4a11-ad54-bf1626f9ab45","metadata":{"related_token_ids":["ad44b516-28bf-5949-b591-ea9cd4767bcd","cf9d8cf5-80c9-5720-aa4c-e788ba3e23ed"],"source_printing_ids":["0baba16f-086f-4051-9e86-527e45c0f367","4bfc75ff-3213-495d-9e46-3ba5e8b7b5d3","56eae179-f850-4661-b3f0-4d10be77ed8a","db0e1886-fe98-48a3-aa9c-8255c02c0604"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","DSC","PRM","SOC"],"rulings":[{"date":"2021-04-16","text":"If a commander is exiled this way, its power will be counted along with the other creatures. Once Oversimplify finishes resolving, that commander's owner may move it to the command zone."},{"date":"2021-04-16","text":"Oversimplify counts the total power of the creatures as they last existed on the battlefield, not the power of those cards in exile."}],"rarities":["rare"]},"oversold cemetery":{"name":"Oversold Cemetery","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, if you have four or more creature cards in your graveyard, you may return target creature card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you have four or more creature cards in your graveyard, you may return target creature card from your graveyard to your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ed4cd3a1-688b-4c05-948d-39d3336e00c0","metadata":{"source_printing_ids":["06b7312a-c775-4fa8-ba62-c84ff38459e8","29220f44-aa0f-4819-8873-c7a313a8d159","3bbfd715-0772-4516-8cd8-89495dbccf4a","48a6cfd3-20bb-431b-b3f5-bb32a26e5002","f17f95c0-1470-4282-ba26-4908ed36a557","f649ec97-fb5e-49ee-a15a-1acbb54344a6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["DMR","J22","ONS","WOT"],"rulings":[{"date":"2022-12-08","text":"Oversold Cemetery’s ability will check your graveyard as your upkeep begins, before any player has the opportunity to take any actions. If you have fewer than four creature cards in your graveyard at that time, the ability won’t trigger at all. If the ability does trigger, it will check again as it tries to resolve. If you have fewer than four creature cards in your graveyard at that point, the ability won’t have any effect."}],"rarities":["rare"]},"overwhelming splendor":{"name":"Overwhelming Splendor","mana_cost":{"type":"Cost","shards":["White","White"],"generic":6},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nCreatures enchanted player controls lose all abilities and have base power and toughness 1/1.\nEnchanted player can't activate abilities that aren't mana abilities or loyalty abilities.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: Enchanted player can't activate abilities that aren't mana abilities or loyalty abilities."},"cost":null,"sub_ability":null,"duration":null,"description":"Enchanted player can't activate abilities that aren't mana abilities or loyalty abilities.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"EnchantedPlayer","properties":[]},"modifications":[{"type":"RemoveAllAbilities"},{"type":"SetPower","value":1},{"type":"SetToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures enchanted player controls lose all abilities and have base power and toughness 1/1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1099588c-cc26-4523-8bd2-90e1e1433f53","metadata":{"source_printing_ids":["6a4bcbde-6fef-4a01-8896-8cc223894cf8","867b32d2-e396-411d-ac02-1af4106dd3d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKR","HOU","PHOU"],"rulings":[{"date":"2017-07-14","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities (such as equip and eternalize) are activated abilities and will have colons in their reminder text. Triggered abilities (starting with \"when,\" \"whenever,\" or \"at\") of noncreature permanents are unaffected by the last ability of Overwhelming Splendor."},{"date":"2017-07-14","text":"An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate. A loyalty ability is an ability of a planeswalker whose cost specifies how many loyalty counters to give or remove."},{"date":"2017-07-14","text":"Effects that modify a creature's power and/or toughness, such as the effect of Titanic Growth, will apply to the creatures no matter when they started to take effect. The same is true for any counters that change their power and/or toughness."},{"date":"2017-07-14","text":"If Overwhelming Splendor leaves the battlefield at the same time as a creature enchanted player controls, any \"when [this creature] [dies or leaves the battlefield]\" abilities of that creature won't trigger."},{"date":"2017-07-14","text":"If a noncreature permanent becomes a creature, it will lose all abilities it has. However, if the effect that makes that permanent a creature grants it an ability, it will continue to have that ability. For example, the enchanted player's Riddleform will have flying once it becomes a creature."},{"date":"2017-07-14","text":"If an effect grants a creature an ability after Overwhelming Splendor has become attached to its controller, that creature won't lose that ability."},{"date":"2017-07-14","text":"Overwhelming Splendor overwrites all previous effects that set a creature's base power and toughness to specific values. Any power- or toughness-setting effects that start to apply to a creature after Overwhelming Splendor becomes attached to its controller will overwrite this effect. For example, the enchanted player's Riddleform will become a 3/3 creature if player casts a noncreature spell."},{"date":"2017-07-14","text":"While the enchanted player can still activate mana abilities and loyalty abilities, creatures that player controls won't normally have any of those abilities to be activated."},{"date":"2017-09-29","text":"If a creature enters the battlefield under enchanted player's control, any \"when [this creature] enters the battlefield\" abilities of that creature won't trigger. Any \"as [this creature] enters the battlefield\" or \"[this creature] enters the battlefield with\" abilities won't be applied."}],"rarities":["mythic"]},"overzealous muscle":{"name":"Overzealous Muscle","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ogre","Mercenary"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you commit a crime during your turn, this creature gains indestructible until end of turn. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime. Damage and effects that say \"destroy\" don't destroy a creature with indestructible.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CommitCrime","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you commit a crime during your turn, ~ gains indestructible until end of turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4cb63198-29b5-4607-bd4a-f449807fb764","metadata":{"source_printing_ids":["ce57d977-e9c5-4ed1-915f-cdc90a54f8f8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"A player can commit only one crime per spell or ability they control. Targeting multiple opponents, permanents, spells, abilities, and/or cards with the same spell or ability doesn’t constitute committing multiple crimes."},{"date":"2024-04-12","text":"A player commits a crime as they cast a spell, activate an ability, or put a triggered ability on the stack that targets at least one opponent, at least one permanent, spell, or ability an opponent controls, and/or at least one card in an opponent’s graveyard."},{"date":"2024-04-12","text":"Changing the target or targets of a spell or ability won’t affect whether or not the controller of that spell or ability has committed a crime. Only the initial targets chosen for that spell or ability are used to determine whether or not its controller committed a crime."},{"date":"2024-04-12","text":"For example, an ability that triggers when you cast a spell that targets an opponent will trigger at the same time as an ability that triggers whenever you commit a crime. Those abilities can be put on the stack in either order (if you control them both), and they’ll both resolve before the spell that caused them to trigger."},{"date":"2024-04-12","text":"The spell or ability that constituted a crime doesn’t have to have resolved yet or at all. As soon as you’re finished casting the spell, activating the ability, or putting the triggered ability on the stack, you’ve committed a crime."}],"rarities":["common"]},"owen grady, raptor trainer":{"name":"Owen Grady, Raptor Trainer","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Scientist"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Partner with Blue, Loyal Raptor\n{T}: Put your choice of a menace, trample, reach, or haste counter on target Dinosaur. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"With","data":"Blue, Loyal Raptor"}}],"abilities":[{"kind":"Activated","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":null,"properties":[]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"menace","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a menace counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"trample","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a trample counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"reach","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a reach counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"haste","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a haste counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"put your choice of counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Put your choice of a menace, trample, reach, or haste counter on target Dinosaur. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Named","name":"Blue, Loyal Raptor"},"count":{"type":"Fixed","value":1},"reveal":true,"target_player":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target player may put Blue, Loyal Raptor into their hand from their library, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"4eda40a2-39e5-4b0e-ba6d-8a6f89d6f55f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["a85a1e4c-af02-4072-872f-956fa74f8aa6","d69d3be4-3ab2-426e-90a0-848acf7c2cdb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["REX"],"rulings":[{"date":"2023-11-10","text":"\"Partner with [name]\" represents two abilities. The first is a triggered ability: \"When this permanent enters the battlefield, target player may search their library for a card named [name], reveal it, put it into their hand, then shuffle their library.\""},{"date":"2023-11-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2023-11-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2023-11-10","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Blue, Loyal Raptor and Owen Grady, Raptor Trainer are your commanders, your deck may contain cards with green, blue, and/or red in their color identity, but not white or black."},{"date":"2023-11-10","text":"Note that the target player searches their library (which may be affected by effects such as that of Stranglehold) and that the card they find is revealed, even though these words aren't included in the ability's reminder text."},{"date":"2023-11-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from one of them, not from both of them combined. Command Beacon's effect puts one into your hand from the command zone, not both."},{"date":"2023-11-10","text":"The second ability represented by the \"partner with [name]\" keyword modifies the rules for deck construction in the Commander variant and has no function outside of that variant. If a legendary creature card with \"partner with [name]\" is designated as your commander, the named legendary creature card can also be designated as your commander."},{"date":"2023-11-10","text":"The triggered ability of the \"partner with\" keyword still triggers in a Commander game. If your other commander has somehow ended up in your library, you can find it. You can also target another player, whether or not they have that card in their library."},{"date":"2023-11-10","text":"To have two commanders, both must have the partner ability or corresponding \"partner with\" abilities as the game begins. A creature with a \"partner with\" ability can't partner with any creature other than its designated partner. Losing a partner ability during the game doesn't cause either to cease to be your commander."}],"rarities":["rare"]},"ozolith, the shattered spire":{"name":"Ozolith, the Shattered Spire","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If one or more +1/+1 counters would be put on an artifact or creature you control, that many plus one +1/+1 counters are put on it instead.\n{1}{G}, {T}: Put a +1/+1 counter on target artifact or creature you control. Activate only as a sorcery.\nCycling {2} ({2}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}{G}, {T}: Put a +1/+1 counter on target artifact or creature you control. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"AddCounter","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]},"description":"If one or more +1/+1 counters would be put on an artifact or creature you control, that many plus one +1/+1 counters are put on it instead.","condition":null,"quantity_modification":{"type":"Plus","value":1},"counter_match":{"type":"OfType","data":"P1P1"}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"41fed659-237c-4d8e-ad31-d17fa0d3f764","metadata":{"source_printing_ids":["1d5bab94-362e-45e6-8988-69e2b2c681b1","27455b98-d2a1-41f9-b827-cce21c4c1d84","c9eee658-29e8-4ab5-8a0e-31f2f28a9a92"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM","SOC"],"rulings":[{"date":"2023-04-14","text":"However, if Ozolith, the Shattered Spire somehow enters the battlefield with +1/+1 counters it, its first ability won't apply to itself."},{"date":"2023-04-14","text":"If another artifact or creature you control would enter the battlefield with a number of +1/+1 counters on it, it enters with that many plus one instead."},{"date":"2023-04-14","text":"If two or more effects attempt to modify how many counters would be put onto a permanent you control, you choose the order to apply those effects, no matter who controls the sources of those effects."},{"date":"2023-04-14","text":"If you somehow control two copies of Ozolith, the Shattered Spire, the number of +1/+1 counters put on an artifact or creature you control is two plus the original number. Three Ozoliths add three, and so on."}],"rarities":["rare"]},"pacifism":{"name":"Pacifism","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature can't attack or block.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature can't attack or block."},{"mode":"CantBlock","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature can't attack or block."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5f5e0b10-c8cf-450c-bfd3-bcb0528ec330","metadata":{"source_printing_ids":["0bec2191-7478-4bf8-97d4-b8204990b5d7","0da7c6dc-9325-4866-8c09-78c7021f8f17","0ea081ac-c8b2-442b-908c-096287116a5d","132d0ac2-08aa-4f3b-9616-006c0bf09f59","1b0efc23-9284-4aa4-a0ed-1f1dfdce4cbb","1f44e0cc-68bd-49c6-97d2-be9b353d1579","296359f9-e236-410c-9efe-40089f1607c5","31279d7c-5246-40b2-a8c7-0be4a5f24a29","3d34551e-36a4-49ea-9d2a-4c72575fe06a","42d9d474-d783-432e-b9bb-22514e9eab57","433eed50-81af-4a59-b624-57b6f5f1bb0f","47adc9fc-d620-4cb7-a03c-8d9578992249","5242a576-4d35-4f29-8d40-9a7179e51d0c","5b3a91a5-b897-413e-8fd1-482448a92d83","6492bf53-ad49-4cd5-83df-0005a5b77811","686352f6-d8e7-4d31-83bd-3d087c103e75","73d4f469-ff5c-4122-a254-2a4a2b1b7bf7","783ccfbb-4063-4614-8135-11787227ce97","7c5db339-9b27-404a-878d-16511b546862","839160d2-44a3-4566-be9d-558d043beac8","84817323-785e-4f8c-b0ce-6b9e36bebaf1","87c7ff88-c23e-4be6-989b-99d055db36df","9090b1fa-2785-4352-9aee-ec68a7cd7f45","9791442c-2f42-44f6-85c0-f9de21f113b0","9b8a9d48-ca39-4275-ba1e-f584a3b647df","abbc73f1-efe4-44ed-a97f-9f099afaa5c7","c891df1b-bae6-4d6d-85ee-42901c149f98","dc81638f-a74c-47fc-825a-ae778c524f66","ee262fde-8df1-431f-9e5c-0cafe9212b49","ee6758f0-86da-4812-bbe0-ebbb8c67937a","f3524e49-93df-4a3d-808e-7a2d31c3a12d","f442e3b2-9d65-40c4-a3b9-8cb821980d80","f7939502-d6aa-4bde-b42f-67ed433f95f1","f7b4f7e7-31fa-4009-9b23-cdc2060be8b8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","6ED","7ED","8ED","9ED","A25","ANB","ATH","BBD","BRB","DDC","DMR","DTK","DVD","EMA","FDN","IKO","J25","JMP","M10","M11","M12","M13","M14","M20","MIR","MSC","ONS","PLST","PS11","PSAL","TMP","TPR","USG","WC04"],"rarities":["common","uncommon"]},"painful quandary":{"name":"Painful Quandary","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent casts a spell, that player loses 5 life unless they discard a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":5},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, that player loses 5 life unless they discard a card.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"payer":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c37051cc-6683-4dbb-b5ff-5c3a5bdab1df","metadata":{"source_printing_ids":["05757669-e8a6-4a2f-8479-d4e2ade822ca","82a77811-6e71-4e10-9ae9-1c1cfb8ec17b","bed5e030-874f-4a00-8544-78ba04033f53","c97467f7-01a9-46c8-8e1c-7ebc5f65a0c1","ee7443ee-8da5-4e03-9a9a-a7f04bb4f7df","fecf3dae-1a0c-4cf3-b9bd-ec2ad6acaa1b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","FDN","PBRO","PFDN","PRM","SOM"],"rulings":[{"date":"2011-01-01","text":"Whenever an opponent casts a spell, Painful Quandary's ability triggers and goes on the stack on top of it. It will resolve before the spell does."},{"date":"2022-10-14","text":"Whenever an opponent casts a spell, Painful Quandary's ability triggers and goes on the stack on top of it. It will resolve before the spell does."}],"rarities":["rare"]},"painter's servant":{"name":"Painter's Servant","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Scarecrow"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"As this creature enters, choose a color.\nAll cards that aren't on the battlefield, spells, and permanents are the chosen color in addition to their other colors.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"effect_structure","description":"Effect sentence candidate but line failed effect parser: All cards that aren't on the battlefield, spells, and permanents are the chosen color in addition to their other colors."},"cost":null,"sub_ability":null,"duration":null,"description":"All cards that aren't on the battlefield, spells, and permanents are the chosen color in addition to their other colors.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"baf93873-35e6-4bf2-bdcc-78a5206422fb","metadata":{"source_printing_ids":["3541ff97-f630-44f0-964d-b7d7f9353da5","599c303c-7040-4a96-a5d4-cfe8489baaae","be407a81-b25a-4e5d-845e-be0cc0d18db8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"banned","timeless":"legal","vintage":"legal"},"printings":["MPS","P23","SHM","SPG"],"rulings":[{"date":"2008-05-01","text":"Each card becomes a new object as it changes zones, so this effect will apply to it from scratch in the new zone. Zone-change replacement abilities that care about the new color (like \"[color] permanents enter tapped\") won't work because those effects are applied as the card is entering its new zone. Zone-change triggered abilities that care about the new color (like \"when a [color] permanent enters\" or \"when you cast a [color] spell\") will work because those effects apply after the card is already in its new zone."},{"date":"2008-05-01","text":"If something affected by Painter's Servant is normally colorless, it will simply be the new color. It won't be both the new color and colorless."},{"date":"2008-05-01","text":"The effects of multiple Painter's Servants are cumulative."},{"date":"2008-05-01","text":"This ability affects every card in every game zone, all tokens on the battlefield, and all spell copies on the stack, regardless of who controls or owns them."},{"date":"2008-05-01","text":"This ability doesn't overwrite any previous colors. Rather, it adds another color."},{"date":"2008-05-01","text":"While Painter's Servant is on the battlefield, an effect that changes an object's colors will overwrite Painter's Servant's effect. For example, casting Cerulean Wisps on a creature will turn it blue, regardless of the color chosen for Painter's Servant."}],"rarities":["rare","mythic","special"]},"palace siege":{"name":"Palace Siege","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Khans or Dragons.\n• Khans — At the beginning of your upkeep, return target creature card from your graveyard to your hand.\n• Dragons — At the beginning of your upkeep, each opponent loses 2 life and you gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, return target creature card from your graveyard to your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Khans"},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, each opponent loses 2 life and you gain 2 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Dragons"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Khans","Dragons"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Khans or Dragons.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4d819d35-5cd3-48f1-a77a-b7c3ff82c62e","metadata":{"source_printing_ids":["367945dd-871a-46c9-b047-c701e664d2bb","d9ee5a83-7096-4cbd-ad16-eb839d293d88","da855bb6-adc2-484c-a084-83aff2b267f1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C17","FRF"],"rulings":[{"date":"2014-11-24","text":"Each Siege will have one of the two listed abilities, depending on your choice as it enters the battlefield."},{"date":"2014-11-24","text":"Each of the last two abilities is linked to the first ability. They each refer only to the choice made as a result of the first ability. If a permanent enters the battlefield as a copy of one of the Sieges, its controller will make a new choice for that Siege. Which ability the copy has won’t depend on the choice made for the original permanent."},{"date":"2014-11-24","text":"The words “Khans” and “Dragons” are anchor words, connecting your choice to the appropriate ability. Anchor words are a new rules concept. “[Anchor word] — [Ability]” means “As long as you chose [anchor word] as this permanent entered the battlefield, this permanent has [ability].” Notably, the anchor word “Dragons” has no connection to the creature type Dragon."}],"rarities":["rare"]},"paladin class":{"name":"Paladin Class","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Class"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Gain the next level as a sorcery to add its ability.)\nSpells your opponents cast during your turn cost {1} more to cast.\n{2}{W}: Level 2\nCreatures you control get +1/+1.\n{4}{W}: Level 3\nWhenever you attack, until end of turn, target attacking creature gets +1/+1 for each other attacking creature and gains double strike.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetClassLevel","level":2},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{W}: Level 2","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":1}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":3},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}{W}: Level 3","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"Attacking"}]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"Attacking"}]}}}},{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 for each other attacking creature and gains double strike"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, until end of turn, target attacking creature gets +1/+1 for each other attacking creature and gains double strike.","constraint":null,"condition":{"type":"ClassLevelGE","level":3},"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells your opponents cast during your turn cost {1} more to cast."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":{"type":"ClassLevelGE","level":2},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ac9d52b2-78a5-4b17-8aaf-1c1cb936a508","metadata":{"source_printing_ids":["5bf81fb1-7992-4ae9-b1a8-80c31579a2bf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR"],"rulings":[{"date":"2021-07-23","text":"Additional costs from Paladin Class cards are cumulative. For example, if you control two Paladin Class cards, spells your opponents cast cost {2} more to cast."},{"date":"2021-07-23","text":"Each Class has five abilities. The three in the major sections of its text box are class abilities. Class abilities can be static, activated, or triggered abilities. The other two are level abilities, one activated ability to advance the Class to level 2 and another to advance the Class to level 3."},{"date":"2021-07-23","text":"Each Class starts with only the first of three class abilities. As the first level ability resolves, the Class becomes level 2 and gains the second class ability. As the second level ability resolves, the Class becomes level 3 and gains the third class ability."},{"date":"2021-07-23","text":"Gaining a level is a normal activated ability. It uses the stack and can be responded to."},{"date":"2021-07-23","text":"Gaining a level won't remove abilities that a Class had at a previous level."},{"date":"2021-07-23","text":"If Paladin Class is level 3 and you attack with exactly one creature, it won't get a power and toughness bonus, but it will get double strike."},{"date":"2021-07-23","text":"Some Class cards have an effect that increases when more are under your control. For example, if you have multiple Barbarian Class cards, you roll that many additional dice and ignore that many of the lowest rolls."},{"date":"2021-07-23","text":"You can multiclass or even control multiple Class enchantments of the same class. Each Class permanent tracks its own level separately."},{"date":"2021-07-23","text":"You can't activate the first level ability of a Class unless that Class is level 1. Similarly, you can't activate the second level ability of a Class unless that Class is level 2."}],"rarities":["rare"]},"palinchron":{"name":"Palinchron","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Illusion"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, untap up to seven lands.\n{2}{U}{U}: Return this creature to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{U}{U}: Return ~ to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":7}},"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, untap up to seven lands.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0023888e-7bec-43e0-8dee-d1a4eb94b372","metadata":{"source_printing_ids":["5621db3f-a9e7-4350-9c6a-0ba04a628947","ef772879-44aa-428d-8c12-50d38f8bac80"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ULG","VMA"],"rulings":[{"date":"2004-10-04","text":"You can untap 0 to 7 lands."},{"date":"2022-12-08","text":"You choose which lands to untap as the triggered ability resolves. They aren't targeted, and they don't have to be lands that you control."}],"rarities":["rare"]},"palladia-mors, the ruiner":{"name":"Palladia-Mors, the Ruiner","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance, trample\nPalladia-Mors has hexproof if it hasn't dealt damage yet.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample","Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"Not","condition":{"type":"SourceHasDealtDamage"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has hexproof if it hasn't dealt damage yet."}],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"4c2b10ba-1930-4da8-9570-c89b2e239e3e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4663bd13-243e-4b8c-9ca8-158576b58803"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M19","PM19"],"rulings":[{"date":"2018-07-13","text":"If Palladia-Mors leaves the battlefield and returns, it's considered a new object, even if it's represented by the same card. It has hexproof again until it deals damage."},{"date":"2018-07-13","text":"If a triggered ability triggers at the same time that Paladia-Mors deals damage for the first time, targets are chosen for that ability after Palladia-Mors no longer has hexproof."}],"rarities":["mythic"]},"panharmonicon":{"name":"Panharmonicon","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If an artifact or creature entering causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":{"EntersBattlefield":{"core_types":["Artifact","Creature"]}}}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If an artifact or creature entering causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"76678885-3674-443d-b9a2-2a460cf6aac0","metadata":{"source_printing_ids":["07d1335e-f83e-41f6-b125-a906cee67af8","15856326-d943-476a-9d31-898b9f990bb6","1d92b7dd-1f63-4f34-87ca-01a0eaa7b3a1","4d68b906-8d37-4952-82e7-faba4effcf22","6064c5d0-250a-4933-aa69-652eb8afac7f","7721abe9-79a1-4831-87f4-95184e9223c8","7e41465e-b702-4b69-8969-ca1da2ef07fa","823ea3ea-4ede-436d-a899-3e4a52dd56cd","998d0cc8-ca2a-41c3-ab65-d05c26ab8278","9c88ec62-c3c9-4bb8-99f6-04c7a9d65e45","9d7903ff-359b-49f5-8782-c9dd789c2da6","9e87c9d7-6494-4c66-b59e-b5a0416e1466","c23c801e-b429-45d3-896e-289ec0497db0","e8eff48e-6a3d-4c30-ba14-c6ccbc765ce0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","DRC","J22","KLD","KLR","PIP","PKLD","PLST","PRM","SLD","TSR"],"rulings":[{"date":"2021-03-19","text":"Abilities that apply \"as [this artifact or creature] enters the battlefield,\" such as choosing a color with Gauntlet of Power, are also unaffected."},{"date":"2021-03-19","text":"If a triggered ability is linked to a second ability, additional instances of that triggered ability are also linked to that second ability. If the second ability refers to \"the exiled card,\" it refers to all cards exiled by instances of the triggered ability."},{"date":"2021-03-19","text":"If an artifact or creature entering the battlefield at the same time as Panharmonicon (including Panharmonicon itself) causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time."},{"date":"2021-03-19","text":"If you control two Panharmonicons, an artifact or creature entering the battlefield causes abilities to trigger three times, not four. A third Panharmonicon causes abilities to trigger four times, a fourth causes abilities to trigger five times, and so on."},{"date":"2021-03-19","text":"In some cases involving linked abilities, an ability requires information about \"the exiled card.\" When this happens, the ability gets multiple answers. If these answers are being used to determine the value of a variable, the sum is used. For example, if Elite Arcanist's enters-the-battlefield ability triggers twice, two cards are exiled. The value of X in the activation cost of Elite Arcanist's other ability is the sum of the two cards' mana values. As the ability resolves, you create copies of both cards and can cast none, one, or both of the copies in any order."},{"date":"2021-03-19","text":"Panharmonicon affects a permanent's own enters-the-battlefield triggered abilities as well as other triggered abilities that trigger when that permanent enters the battlefield. Such triggered abilities start with \"when\" or \"whenever.\""},{"date":"2021-03-19","text":"Panharmonicon's effect doesn't copy the triggered ability; it just causes the ability to trigger twice. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."},{"date":"2021-03-19","text":"Replacement effects are unaffected by Panharmonicon's ability. For example, a creature that enters the battlefield with one +1/+1 counter on it won't receive an additional +1/+1 counter."},{"date":"2021-03-19","text":"You don't need to control the permanent entering the battlefield, only the permanent that has the triggered ability."}],"rarities":["rare","special"]},"pantlaza, sun-favored":{"name":"Pantlaza, Sun-Favored","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever Pantlaza or another Dinosaur you control enters, you may discover X, where X is that creature's toughness. Do this only once each turn. (Exile cards from the top of your library until you exile a nonland card with that mana value or less. Cast it without paying its mana cost or put it into your hand. Put the rest on the bottom in a random order.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discover","mana_value_limit":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"CostPaidObject"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another Dinosaur you control enters, you may discover X, where X is that creature's toughness. Do this only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"b828ba28-e98d-498b-9ab4-d4aa7143e407","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["150a35f8-bbdc-4f6e-98e3-3bd6a3b8154a","2524645e-b066-4351-885b-10faa8d819d7","5f7045c1-839b-4cc7-a97d-c098edcd770c","d8fb1ff3-21fb-4bb0-a242-88b018f49845"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LCC"],"rulings":[{"date":"2023-11-10","text":"A spell's mana value is determined only by its mana cost. Ignore any alternative costs, additional costs, cost increases, or cost reductions."},{"date":"2023-11-10","text":"If the discovered card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2023-11-10","text":"If you can't cast the discovered card (perhaps because there are no legal targets for the spell), you'll put it into your hand."},{"date":"2023-11-10","text":"If you cast a spell \"without paying its mana cost\", you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the spell has any mandatory additional costs, you must pay those to cast it."},{"date":"2023-11-10","text":"If you discover an adventurer card, split card, or modal double-faced card, you might be able to cast that card with either set of characteristics depending on the effect's discover value. For example, if you discover 4 and reveal Galvanic Giant (an adventurer card from Wilds of Eldraine with a mana value of 4), you could cast Galvanic Giant, but not Storm Reading (its Adventure, which has a mana value of 7). If you discover 7 and reveal Galvanic Giant, you could cast either Galvanic Giant or Storm Reading."},{"date":"2023-11-10","text":"Once you decide to discover using Pantlaza's ability, that ability will stop triggering for the duration of that turn."},{"date":"2023-11-10","text":"Some spells and abilities that cause you to discover may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve and you won't discover."},{"date":"2023-11-10","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If discover allows you to cast a split card, you may cast either half (as long as its mana value is less than or equal to the effect's discover value) but not both halves."},{"date":"2023-11-10","text":"The value of X is calculated only once, as the ability resolves. If the creature has left the battlefield, use its toughness as it last existed on the battlefield."},{"date":"2023-11-10","text":"When you discover, you must exile cards. The only optional part of the ability is whether you cast the exiled card or put it into your hand."},{"date":"2023-11-10","text":"You exile the cards face up. All players will be able to see them."}],"rarities":["mythic"]},"paradox haze":{"name":"Paradox Haze","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's first upkeep each turn, that player gets an additional upkeep step after this step.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"TriggeringPlayer"},"phase":"Upkeep","after":"Upkeep","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's first upkeep each turn, that player gets an additional upkeep step after this step.","constraint":{"type":"MaxTimesPerTurn","max":1},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"daff0e7b-08f2-435f-97b9-9b000e94ffa8","metadata":{"source_printing_ids":["09dc5495-e992-4709-b04f-7ac980b6e99f","3f92e3ed-32f7-40e0-952d-08ca524579c3","a7c74def-83e5-4420-989d-2304bf4743ae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","SPG","TSP"],"rulings":[{"date":"2006-09-25","text":"Abilities that trigger \"at the beginning of [your] upkeep\" will trigger at the beginning of each additional upkeep as well."},{"date":"2006-09-25","text":"If an effect causes the enchanted player to skip their upkeep step, this ability won't trigger."},{"date":"2006-09-25","text":"If echo triggers during the first upkeep, it won't trigger again during the second upkeep since the creature won't have entered since that player's last upkeep."},{"date":"2006-09-25","text":"If two Paradox Hazes enchant the same player, they'll both trigger when that player's first upkeep of the turn begins. The player will get two additional upkeep steps."},{"date":"2006-09-25","text":"Paradox Haze targets a player when it's cast, and it enters attached to that player."}],"rarities":["uncommon","mythic"]},"paranormal analyst":{"name":"Paranormal Analyst","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Detective"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you manifest dread, put a card you put into your graveyard this way into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ManifestDread","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Hand","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you manifest dread, put a card you put into your graveyard this way into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8cbe71d3-b77b-49a7-9c51-ed308011b8b0","metadata":{"source_printing_ids":["60cf954a-5503-460c-8720-8960842eea47"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-09-20","text":"Any time you have priority, you can turn a manifested permanent you control face up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-09-20","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-09-20","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-09-20","text":"If a double-faced card is manifested, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-09-20","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise or morph ability because it will no longer have that ability (or the associated cost) once face up."},{"date":"2024-09-20","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-09-20","text":"If a manifested creature would have disguise or morph if it were face up, you may also turn it face up by paying its disguise or morph cost, as appropriate."},{"date":"2024-09-20","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-09-20","text":"If you didn't put any cards into your graveyard when you manifested dread (perhaps because your opponent controls Leyline of the Void), Paranormal Analyst's ability will still trigger, but you won't be able to put any cards into your hand when it resolves. Similarly, if a card put into your graveyard when you manifested dread leaves your graveyard before Paranormal Analyst's ability resolves, you won't be able to put that card in your hand."},{"date":"2024-09-20","text":"If your library contains only one card when you manifest dread, you'll look at that card and put it onto the battlefield face down. You won't have the option to put it into your graveyard instead. If your library contains no cards when you manifest dread, you won't do anything."},{"date":"2024-09-20","text":"Some cards in the Duskmourn release have abilities that trigger \"whenever you manifest dread.\" In circumstances where you are instructed to manifest dread but can't perform some or all of the steps of manifesting dread (probably because your library has one or fewer cards in it), these abilities will still trigger."},{"date":"2024-09-20","text":"To manifest dread, look at the top two cards of your library. Manifest one (by putting it onto the battlefield face down) and put the other into your graveyard. The card you put onto the battlefield becomes a 2/2 face-down creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-09-20","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-09-20","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a manifested creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-09-20","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered should remain clear, as well as what ability caused them to be face down. (This includes manifest, disguise, cloak, morph, and a few older effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["uncommon"]},"pardic miner":{"name":"Pardic Miner","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dwarf"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Sacrifice this creature: Target player can't play lands this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"Other":"CantPlayLand"},"affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":{"Other":"CantPlayLand"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't play lands"}],"duration":"UntilEndOfTurn","target":{"type":"Player"}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Sacrifice ~: Target player can't play lands this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e1788b54-4cd9-459f-b2c9-06773e68e9e3","metadata":{"source_printing_ids":["4a734abe-7bfd-4153-be2d-1c289fb60996"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rulings":[{"date":"2004-10-04","text":"The ability won’t stop lands from being put onto the battlefield by a spell or ability."},{"date":"2004-10-04","text":"The ability won’t stop players from activating the abilities of lands. It only stops land cards from being played."}],"rarities":["rare"]},"park heights maverick":{"name":"Park Heights Maverick","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Dethrone (Whenever this creature attacks the player with the most life or tied for the most life, put a +1/+1 counter on it.)\nThis creature can't be blocked by creatures with power 2 or less.\nWhenever this creature deals combat damage to a player or dies, proliferate.","non_ability_text":null,"flavor_name":null,"keywords":["Dethrone"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, proliferate.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ dies, proliferate.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on this creature","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.105a: Dethrone — whenever ~ attacks the player with the most life or tied for most life, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"DefendingPlayer"}}},"comparator":"GE","rhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"AllPlayers","aggregate":"Max"}}}},"batched":false,"attack_target_filter":"Player"}],"static_abilities":[{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked by creatures with power 2 or less."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5dd54b2a-7d6a-44f5-8827-ff3660a4b12b","metadata":{"source_printing_ids":["ecd0459c-c4df-40fc-b886-ac3882571e49","f2ecac25-c187-40c6-af50-e7ce0ff9e921"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NCC","PNCC","PRM"],"rulings":[{"date":"2022-04-29","text":"If Park Heights Maverick has a +1/+1 counter on it and is dealt lethal damage, it will die before its triggered ability resolves and you proliferate. You won't be able to add a +1/+1 counter to it in time to save it."},{"date":"2022-04-29","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2022-04-29","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents, and you can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2022-04-29","text":"While proliferating, if you choose a permanent or player with multiple kinds of counters, the permanent or player gets another counter of each kind, not just one kind. This change from the original proliferate rules was introduced in a previous set."},{"date":"2022-04-29","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["rare"]},"parker luck":{"name":"Parker Luck","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, two target players each reveal the top card of their library. They each lose life equal to the mana value of the card revealed by the other player. Then they each put the card they revealed into their hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Player"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"OtherRevealedCard"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":2,"max":{"type":"Fixed","value":2}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"At the beginning of your end step, two target players each reveal the top card of their library. They each lose life equal to the mana value of the card revealed by the other player. Then they each put the card they revealed into their hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"03d1a4e9-3ebc-491f-8741-5d933b500abf","metadata":{"source_printing_ids":["2e4d38dc-d670-4c10-906f-988e4102f5f0","c69e751f-5eee-48d7-9e0f-ddbcca96491e","e375bcf0-7fcb-4fe4-a7e8-a4cbf9b23e3c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","PSPM","SPM"],"rarities":["rare"]},"paroxysm":{"name":"Paroxysm","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nAt the beginning of the upkeep of enchanted creature's controller, that player reveals the top card of their library. If that card is a land card, destroy that creature. Otherwise, it gets +3/+3 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"TriggeringPlayer"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the upkeep of enchanted creature's controller, that player reveals the top card of their library. If that card is a land card, destroy that creature. Otherwise, it gets +3/+3 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f00dd41d-4b11-491a-9e7b-12245092ab77","metadata":{"source_printing_ids":["53320321-4f02-40ee-8171-2375b1d4ed66"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EXO"],"rulings":[{"date":"2004-10-04","text":"The ability is not optional."}],"rarities":["uncommon"]},"party thrasher":{"name":"Party Thrasher","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Noncreature spells you cast from exile have convoke. (Each creature you tap while casting a noncreature spell from exile pays for {1} or one mana of that creature's color.)\nAt the beginning of your first main phase, you may discard a card. If you do, exile the top two cards of your library, then choose one of them. You may play that card this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, you may discard a card. If you do, exile the top two cards of your library, then choose one of them. You may play that card this turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Convoke"}},"affected":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":"You","properties":[{"type":"InZone","zone":"Exile"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Noncreature spells you cast from exile have convoke."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"03cd7583-d054-4359-8c94-7776c54198ed","metadata":{"source_printing_ids":["52bb8272-e60f-4aa1-8f98-6110715a78fa","6a0e5378-310b-44b6-8fc8-26c94eaceafc","b7f8bb8d-c46a-4531-9525-6981a222b468"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Because convoke isn't an alternative cost, it can be used in conjunction with alternative costs."},{"date":"2024-06-07","text":"If a creature you control has a mana ability with {T} in the cost, activating that ability while casting a spell with convoke will result in the creature being tapped before you pay the spell's costs. You won't be able to tap it again for convoke. Similarly, if you sacrifice a creature to activate a mana ability while casting a spell with convoke, that creature won't be on the battlefield when you pay the spell's costs, so you won't be able to tap it for convoke."},{"date":"2024-06-07","text":"If you sacrifice Party Thrasher while casting a noncreature spell from exile (to activate a mana ability, for example), the spell won't have convoke when you pay its costs unless it has convoke some other way."},{"date":"2024-06-07","text":"Multiple instances of convoke on a single spell are redundant."},{"date":"2024-06-07","text":"When calculating a spell's total cost, include any alternative costs, additional costs, or anything else that increases or reduces the cost to cast the spell. Convoke applies after the total cost is calculated. Convoke doesn't change a spell's mana cost or mana value."},{"date":"2024-06-07","text":"When using convoke to cast a spell with {X} in its cost, first choose the value for X. That choice, plus any cost increases or decreases, will determine the spell's total cost. Then you can tap creatures you control to help pay that cost. For example, if you cast Wrath of the Skies (a spell with mana cost {X}{W}{W}) from exile, choosing 3 as the value of X, the total cost is {3}{W}{W}. If you tap a white creature and a red creature, you'll have to pay {2}{W}."},{"date":"2024-06-07","text":"You pay all costs and follow all normal timing rules for cards played using Party Thrasher's second ability. For example, if the chosen exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"path of ancestry":{"name":"Path of Ancestry","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\n{T}: Add one mana of any color in your commander's color identity. When that mana is spent to cast a creature spell that shares a creature type with your commander, scry 1. (Look at the top card of your library. You may put that card on the bottom.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyInCommandersColorIdentity","count":{"type":"Fixed","value":1}},"grants":[{"TriggerOnSpend":{"restriction":"SharesCreatureTypeWithCommander","ability":{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color in your commander's color identity. When that mana is spent to cast a creature spell that shares a creature type with your commander, scry 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"b473e293-59e3-4e04-acf2-622604aeb25f","metadata":{"source_printing_ids":["04f35c75-4ede-4c23-867b-58d367f75fc8","06869588-eb99-43b4-9521-948ca9f27c3e","14313a22-93dc-46fc-aeb6-09ab3b6f8686","1852c1e1-fbea-4b14-9927-4b1849f9b8a3","1b0431c1-4310-46f8-8d1e-b6e56de7453d","2a8b1ff6-7d01-46b1-aaf0-2f2271fdeb5a","307eea3e-c029-46a1-839c-1783bb4a6243","30c6f93e-e03f-4749-8b30-9375c79f10f4","34353930-c69b-4ef3-a6d5-c2e6673ea132","35425069-0d8d-4a02-ba7c-50e7abfecb4c","3b792a6a-beac-4d4a-91b6-f5a5e3539ecd","42522c12-874e-450f-bdea-901646eb2821","43710f35-c43f-48bf-82e1-64ba5c3fa03e","451011e2-9f4a-43e4-bba7-e3c7e21492da","4898fba1-d692-4440-bfff-ae535bdc1ba8","4ae7a4a1-0da6-44a9-b7e8-a28733580d0c","4dd83a5d-1908-4141-8449-fac5e77cd6c0","5410dbe8-006d-4267-92f1-b9bd7b1069e3","70e70720-f0b9-4ad7-9366-927d6798d31e","7afc4565-923f-4ad4-a9e9-5113a53386c5","7f3d574a-72b5-43be-b4b5-87865bbc7b5c","821cb722-146d-447e-907d-dc97baa5bc4f","821e64c6-58d1-4601-95a7-bff517465148","836b8f52-10d2-4716-9f7b-38fb23bc68de","92031493-b21f-4029-a01b-0a5c1ddb4776","9335e773-4b45-4b91-8140-5159fe7e0395","95c1557e-68dd-46be-9b1e-0a65e04fe739","9c198ffd-50c8-46ae-a4bd-75c9d39f40de","a674d18a-a710-434a-a833-50ee9b95a23d","ad715137-97d0-4fb3-8fa6-09c6d6a72a7d","b8504812-fcf5-47d3-977d-1d9a11231fd0","cbd35684-4ce2-45e7-9858-4d2a9efe2e54","cdeb7d54-053f-45ee-8062-c3c1f40d27ce","d2731103-47ef-41d3-bf5f-5773b60c7948","d41dac35-2b91-4e3b-b9c8-21187e215a2c","d4c1c9ba-d930-435c-8978-f10a2adb3d4c","d79e2780-94ae-41bb-af48-c63abc726fb5","da838121-732e-4cf2-9456-487306129a73","dbab5b0a-c80f-4604-bec8-04da67ae1691","de0f23f6-3720-4d91-9484-7962e1c295c9","f30552a5-db59-4164-bbd2-44bf7ae1e91e","f975779d-60d4-4838-ac01-74b958b955a1","ff6415d9-14fb-4a58-aa86-bf2063037684"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["40K","AFC","BLC","BRC","C17","C20","CLB","CMM","CMR","DRC","ECC","FIC","KHC","LCC","LTC","M3C","MIC","MKC","MOC","MSC","NCC","ONC","OTC","P30A","PIP","PLG21","PLST","PRM","PZ2","SCD","SLD","SOC","TDC","TMC","VOC","WHO","WOC"],"rulings":[{"date":"2020-11-10","text":"If Path of Ancestry's last ability produces two mana (most likely due to Mana Reflection), spending those two mana to cast creature spells that share a creature type with your commander will cause two abilities to trigger. Each of those abilities will cause you to scry 1. You won't scry 2. This is true whether you spend the mana on one creature spell or two."},{"date":"2020-11-10","text":"If you cast your commander with mana from Path of Ancestry, and your commander hasn't somehow lost all of its creature types while on the stack, you'll scry 1."},{"date":"2020-11-10","text":"If you don't have a commander, Path of Ancestry's ability produces no mana."},{"date":"2020-11-10","text":"If your commander has no creature types, it can't share a creature type with any spell that you cast."},{"date":"2020-11-10","text":"If your commander is a card that has no colors in its color identity, Path of Ancestry's ability produces no mana. It doesn't produce {C}."},{"date":"2023-07-28","text":"If you have two commanders, the last ability adds one mana of any color in their combined color identities. When you spend that mana on a creature spell that shares a creature type with either of your commanders, you'll scry 1."},{"date":"2023-07-28","text":"Your commander's creature types are checked immediately after you cast a creature spell spending mana from Path of Ancestry's last ability. They aren't set before the game begins, and they may not be the same types your commander had when you activated that ability."}],"rarities":["common","rare"]},"path of peril":{"name":"Path of Peril","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cleave {4}{W}{B} (You may cast this spell for its cleave cost. If you do, remove the words in square brackets.)\nDestroy all creatures [with mana value 2 or less].","non_ability_text":null,"flavor_name":null,"keywords":[{"Cleave":{"type":"Cost","shards":["White","Black"],"generic":4}}],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":2}}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all creatures with mana value 2 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"cleave_variant":{"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all creatures.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[]},"color_override":null,"color_identity":["Black","White"],"scryfall_oracle_id":"d41987b0-2ea0-4cc7-8608-70c486db76eb","metadata":{"source_printing_ids":["061be997-1519-41b6-9933-eb625db88eb2","a6c70710-7390-46d6-9f37-71b23323bc4d","f0c5449a-d63b-4b22-9432-8f0365c3c4d9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","PRM","PVOW","VOW"],"rulings":[{"date":"2021-11-19","text":"A cleave cost is an alternative cost that's paid instead of the spell's mana cost. Casting a spell for its cleave cost doesn't change the spell's mana value."},{"date":"2021-11-19","text":"If an effect allows you to “cast a spell without paying its mana cost,” you can't cast that spell for its cleave cost."},{"date":"2021-11-19","text":"If you cast a spell for its cleave cost, that spell doesn't have any of the text in square brackets while it's on the stack."},{"date":"2021-11-19","text":"You can't cast a spell for both its cleave cost and another alternative cost. For example, if an effect gives an Alchemist's Retrieval in your graveyard a flashback cost of {U}, you can't cast it from your graveyard for its cleave cost."}],"rarities":["rare"]},"path to exile":{"name":"Path to Exile","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature. Its controller may search their library for a basic land card, put that card onto the battlefield tapped, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false,"target_player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature. Its controller may search their library for a basic land card, put that card onto the battlefield tapped, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d683d985-9888-4d21-8b5f-69e69ce4a03b","metadata":{"source_printing_ids":["045ce37b-86d2-4e56-84af-b6625b53d13c","061df0a2-1967-4ddd-84e3-3ecf3af98f6b","08c59dfa-361d-4ff1-a15d-6b0cb66571a3","10d55e28-871f-4dd5-a328-46c34de19ea9","163b80e5-52e9-4100-98f8-8ceea9295d49","29a0554d-82ba-4cbb-8114-ed4d1776ef61","29b7a8b1-b98e-483a-87a4-73bd831c03d4","2ee3e42e-120c-468a-988d-4441b6025bbe","30b68ec2-bdb8-46ab-a741-36259926fd6f","33d86b21-1024-4b8e-a7f1-edefa80d9f51","35649ef0-b2fd-429f-be5f-766d5cea5994","3dfddf82-4dc7-4749-aa1c-d58cc6858cc0","437e42e1-a8b5-49db-885b-e7e1a06db59d","4919c263-a9d9-4ff2-979b-2ca8ff138200","4970389b-08f4-4a15-a128-954b072a8137","4e2fe951-4820-4555-8cee-621c66ed8620","4f92d5e6-6834-47d4-8c1e-7eb425954bd3","58237803-5afc-445f-ba95-2233935fdac1","59d40386-6ea6-4b77-8c61-2a9a16a88a01","5c3a6ce7-1ec7-414f-b6bb-cc604c6d529c","5f532fa8-9a97-4d9d-b6aa-f9d356721459","6e4ed445-7b35-4090-9d0e-92532b07c8c7","7e9c2a58-4a1c-454c-b72d-faecaea105fb","90460227-6f34-4403-b2ef-d79f95f44790","90b690f4-9647-4e67-b7cb-b2692ea149b1","95761a9f-fea7-4f8f-b3c4-0b4c596c9f04","95ca89ea-1200-4bb4-ae4b-af35d3ccd35b","9d607a40-608a-44cd-b946-02636b5bea9f","a5b070f2-f2f2-4ccd-9a4b-d19ea01b2298","a7aed564-2d2d-42c4-bf11-812bc1a0284c","aa112736-7596-448a-be2f-0798acb3b2ee","ae0397e7-796b-412b-afec-d22759b610db","bba46570-dca2-4849-966a-0972e6a4c506","bc2bd8b8-2598-450f-a422-1b89797013f1","bde60409-6b44-43ce-9441-af6020fe6355","c2f0feee-99aa-4878-bc81-0c0a6ea9ffe2","cadbcb7c-241c-4e64-8527-d6902f7c936b","d0b5c4d1-4271-4e89-9947-95ca9ff1d63d","e2e30b25-b710-4566-8b0f-56f6e390a446","e75192ef-5087-43ed-88bc-2dcd17793483","e9d36855-c38a-4bba-a642-cff3f81e057e","ea6f35c8-d25c-4d06-b80c-c2e2744cdaec","f14c2a76-b9f5-42f2-8652-dafa5bd132cb","f37b9440-64fb-4467-9840-92610f19ccd7","ff586d1e-9122-4c1e-9cc5-17c13caff2ba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","2XM","ACR","ARC","BLC","CMA","CMD","CMM","CON","DCI","DDI","DMC","E02","ECC","F15","FIC","GN3","JMP","LCC","LTC","MAR","MB2","MD1","MKC","MM3","MMA","MOC","MSC","NCC","OMB","ONC","OTC","OTP","PF20","PIP","PLST","PRM","PZA","SCD","SLD","SOC","SS2","TSR","WHO"],"rulings":[{"date":"2026-01-27","text":"If the target creature is an illegal target by the time Path to Exile tries to resolve, it won't resolve and none of its effects will happen. The creature's controller won't search for a basic land card."},{"date":"2026-01-27","text":"The controller of the exiled creature isn't required to search their library for a basic land. If that player doesn't, the player won't shuffle their library."}],"rarities":["uncommon","rare","mythic","special"]},"patriot, young avenger":{"name":"Patriot, Young Avenger","mana_cost":{"type":"Cost","shards":["RedWhite"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nAs long as Patriot is equipped, other creatures you control get +1/+0.","non_ability_text":null,"flavor_name":null,"keywords":["Prowess"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":{"type":"SourceIsEquipped"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is equipped, other creatures you control get +1/+0."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"6c44d62f-52de-446c-9824-6b474534a612","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["ea0705fd-5446-4960-8afc-ba005f006727"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["uncommon"]},"patrolling peacemaker":{"name":"Patrolling Peacemaker","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Robot","Soldier"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with two +1/+1 counters on it.\nWhenever an opponent commits a crime, proliferate. (They commit a crime if they target an opponent, anything an opponent controls, and/or cards in an opponent's graveyard. To proliferate, you choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CommitCrime","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent commits a crime, proliferate.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with two +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"aa44171d-1c76-40a7-82fc-5ef2abbca647","metadata":{"source_printing_ids":["1e06d6be-c2a3-4c73-a916-89674c0ddfed","34429a6d-2d62-4b4d-9b6e-2006a07837a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"A player can commit only one crime per spell or ability they control. Targeting multiple opponents, permanents, spells, abilities, and/or cards with the same spell or ability doesn’t constitute committing multiple crimes."},{"date":"2025-07-25","text":"A player commits a crime as they cast a spell, activate an ability, or put a triggered ability on the stack that targets at least one opponent, at least one permanent, spell, or ability an opponent controls, and/or at least one card in an opponent’s graveyard."},{"date":"2025-07-25","text":"Changing the target or targets of a spell or ability won’t affect whether the controller of that spell or ability has committed a crime. Only the initial targets chosen for that spell or ability are used to determine whether its controller committed a crime."},{"date":"2025-07-25","text":"For example, an ability that triggers when you cast a spell that targets an opponent will trigger at the same time as an ability that triggers whenever you commit a crime. Those abilities can be put on the stack in either order (if you control them both), and they’ll both resolve before the spell that caused them to trigger."},{"date":"2025-07-25","text":"If a permanent or player has more than one kind of counter on them, and you choose for that permanent or player to get additional counters, that permanent or player must get one of each kind of counter they already have. You can’t have them get just one kind of counter they already have and not the others."},{"date":"2025-07-25","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it’s too late for anyone to respond."},{"date":"2025-07-25","text":"The spell or ability that constituted a crime doesn’t have to have resolved yet or at all. As soon as you’re finished casting the spell, activating the ability, or putting the triggered ability on the stack, you’ve committed a crime."},{"date":"2025-07-25","text":"When you proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can’t choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2025-07-25","text":"You don’t have to choose every permanent or player that has a counter—only the ones you want to add counters to. Since “any number” includes zero, you don’t have to choose any permanents at all, and you don’t have to choose any players at all."}],"rarities":["rare"]},"pawpatch recruit":{"name":"Pawpatch Recruit","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rabbit","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Offspring {2} (You may pay an additional {2} as you cast this spell. If you do, when this creature enters, create a 1/1 token copy of it.)\nTrample\nWhenever a creature you control becomes the target of a spell or ability an opponent controls, put a +1/+1 counter on target creature you control other than that creature.","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Offspring":{"type":"Cost","shards":[],"generic":2}}],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}]},{"type":"StackAbility","controller":"Opponent"}]},"description":"Whenever a creature you control becomes the target of a spell or ability an opponent controls, put a +1/+1 counter on target creature you control other than that creature.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":1}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.175a + CR 702.175b: When this permanent enters, if its offspring cost was paid, create a token that's a copy of it, except it's 1/1.","constraint":null,"condition":{"type":"AdditionalCostPaid","origin":"Offspring","origin_ordinal":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"50ab0194-c7dc-4f11-abc0-1a82393cc42e","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}}}},"metadata":{"related_token_ids":["9a82dac7-6859-5b38-8c39-b3190b8e4f64"],"source_printing_ids":["7d4d88ba-0ee4-4f66-995b-2e50614f50ee","7fc5b558-4470-4bd7-9458-fbd275ded168"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Any “enters” abilities of the copied creature will trigger when the token enters. Any “as [this creature] enters” or “[this creature] enters with” abilities of the copied creature will also work."},{"date":"2024-07-26","text":"If a spell or ability an opponent controls targets a single creature you control more than once, Pawpatch Recruit’s last ability will trigger only once. However, if a spell or ability an opponent controls targets multiple creatures you control, Pawpatch Recruit’s last ability will trigger once for each of those permanents."},{"date":"2024-07-26","text":"If the spell is countered, the offspring ability will not trigger, and no token will be created."},{"date":"2024-07-26","text":"If the spell resolves but the creature with offspring leaves the battlefield before the offspring ability resolves, you’ll still create a token copy of it."},{"date":"2024-07-26","text":"In the rare case where the creature doesn’t have the offspring ability when it enters, the ability won’t trigger even if you paid the offspring cost."},{"date":"2024-07-26","text":"In the rare case where the original creature is copying something else when the offspring ability resolves, the token enters as whatever that creature copied, except it’s a 1/1."},{"date":"2024-07-26","text":"Many creatures with offspring abilities have other abilities that refer to them as “this creature” rather than referring to them by name. This difference is for clarity purposes and does not change the function of any of these abilities."},{"date":"2024-07-26","text":"Pawpatch Recruit’s last ability resolves before the spell or ability that caused it to trigger. It resolves even if that spell or ability is countered."},{"date":"2024-07-26","text":"The token copies exactly what was printed on the original creature and nothing else, except it’s a 1/1 (unless that creature is copying something else; see below). It doesn’t copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its types, color, or so on."},{"date":"2024-07-26","text":"The token created by the offspring ability isn’t “cast”, so abilities that trigger when a creature spell is cast won’t trigger for the copy."},{"date":"2024-07-26","text":"You can pay an offspring cost only once as you cast a spell with offspring. You can’t try to pay it multiple times to get more token copies."}],"rarities":["rare"]},"peer into the abyss":{"name":"Peer into the Abyss","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player draws cards equal to half the number of cards in their library and loses half their life. Round up each time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"TargetZoneCardCount","zone":"Library"}},"divisor":2,"rounding":"Up"},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Target"}}},"divisor":2,"rounding":"Up"},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target player draws cards equal to half the number of cards in their library and loses half their life. Round up each time.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"21fa2442-6eac-4dce-a9cc-76f0053fdb8f","metadata":{"source_printing_ids":["1a22a4ee-487d-4508-a770-f3ac16864e3b","a0f24135-69fb-41fc-9835-dc441fd60cf5","a46820e5-67a4-4b28-bd0c-7ed9443d7dfb","aac00055-640e-4749-8d23-d242e6d0b23a","b0ffd424-5942-4a46-8809-2f02ddfaba80"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M21","PLST","PM21","PRM","SLD"],"rulings":[{"date":"2020-06-23","text":"The life lost is rounded up, not the remaining life total. For example, if the target player has 7 life, they lose 4 life and end up with 3. Similarly, the number of cards drawn is rounded up, not the number of cards remaining in the library."},{"date":"2020-06-23","text":"To draw the cards, first the player determines how many cards to draw, then draws them. This event may be modified so that a different number of cards are actually drawn."}],"rarities":["rare"]},"pemmin's aura":{"name":"Pemmin's Aura","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\n{U}: Untap enchanted creature.\n{U}: Enchanted creature gains flying until end of turn.\n{U}: Enchanted creature gains shroud until end of turn. (It can't be the target of spells or abilities.)\n{1}: Enchanted creature gets +1/-1 or -1/+1 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":null,"description":"{U}: Untap enchanted creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: Enchanted creature gains flying until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain shroud"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: Enchanted creature gains shroud until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: Enchanted creature gets +1/-1 or -1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ada2f380-bca7-4d64-9587-bab11c776ba8","metadata":{"source_printing_ids":["6431d71c-f76c-4b36-9e11-b492ec67a266","9fb3e38b-086e-4fbc-b7b1-8564c18276d7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","SCG"],"rarities":["uncommon"]},"pentad prism":{"name":"Pentad Prism","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Sunburst (This artifact enters with a charge counter on it for each color of mana spent to cast it.)\nRemove a charge counter from this artifact: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":["Sunburst"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"charge"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"Remove a charge counter from ~: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with a charge counter on it for each color of mana spent to cast it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.44a: Sunburst — this permanent enters with a charge counter on it for each color of mana spent to cast it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"72e8d67a-41e6-4074-bcbd-b54ead995237","metadata":{"source_printing_ids":["177dd028-e612-49bd-9ff3-1ad2a5bba8e5","2a2862c5-afa8-4e38-a312-483300f8b194","672b9b16-daef-44e6-9a3a-cfd9f3c78bc7","e4beb84e-9eb9-48a2-932a-91fbbf218b5b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","5DN","EOC","HOP","WC04"],"rulings":[{"date":"2020-08-07","text":"Once Pentad Prism has run out of charge counters, it remains on the battlefield."},{"date":"2020-08-07","text":"Sunburst checks what mana was actually spent to cast the spell. If an effect allows you to spend mana \"as though it were mana\" of any color or type, that allows you to spend mana you couldn't otherwise spend, but it doesn't change what mana you spent to cast the spell."}],"rarities":["common","uncommon"]},"peregrin took":{"name":"Peregrin Took","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Citizen"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"If one or more tokens would be created under your control, those tokens plus an additional Food token are created instead. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")\nSacrifice three Foods: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Food"}],"controller":null,"properties":[]},"count":3},"sub_ability":null,"duration":null,"description":"Sacrifice three Foods: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"CreateToken","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If one or more tokens would be created under your control, those tokens plus an additional Food token are created instead.","condition":null,"token_owner_scope":"You","additional_token_spec":{"characteristics":{"display_name":"Food","power":null,"toughness":null,"core_types":["Artifact"],"subtypes":["Food"],"supertypes":[],"colors":[],"keywords":[]},"script_name":"Food","static_abilities":[],"enter_with_counters":[],"tapped":false,"enters_attacking":false,"sacrifice_at":null,"source_id":0,"controller":0}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"188da0ad-8524-4fb2-915e-1876dc9df89f","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f6e24d97-b7f8-5da8-ab97-978ecbecb85e"],"source_printing_ids":["3799ddbf-b90b-440b-8164-162b83e3f290","3c8b8eef-d150-4610-8428-d8ea75eeb80a","f5baee8d-88e7-4468-94a9-66ca8e2caf15","fbbdd288-83ec-4be9-b55f-17771fd5ecc4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Peregrin Took's first ability applies to all kinds of tokens that its controller creates, not just Food tokens."},{"date":"2023-06-16","text":"The additional Food tokens won't have any abilities the other tokens were created with. Anything else specified in the effect creating the token (such as tapped or \"Exile that token at end of combat\") applies to both the original tokens and the Food."},{"date":"2023-06-16","text":"You don't need to control the spell or ability that creates the tokens, but you do have to be the one creating the tokens for Peregrin Took's ability to apply."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"If an effect refers to a Food, it means any Food artifact, not just a Food artifact token. For example, you can sacrifice Tough Cookie (an Artifact Creature — Food Golem) to activate Maraleaf Rider's ability (an ability with \"Sacrifice a Food\" in its cost)."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["uncommon"]},"peregrine drake":{"name":"Peregrine Drake","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Drake"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, untap up to five lands.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":5}},"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, untap up to five lands.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0bd67481-6bd9-48d6-92bd-8933b5ea1eae","metadata":{"source_printing_ids":["230ff548-7b4c-4160-8a60-c893086265e3","2d0e3b84-31ea-4ff2-8028-1e983fad22d4","3a971066-5e32-4582-b392-880919d11388","4951863f-1c16-4d09-ba9a-f57dc3d81a20","5d551c44-216b-42e9-acdd-7ca86f6ef254","611c8fa2-b53f-483b-9efa-759ac59dc30f","86eb4952-593b-4cdf-97b8-d3cdbe424ba6","d0915174-102d-4d86-b386-8647aa231f95","fbe5d85f-bfd3-49e1-a943-ed1ade6bb2a2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"banned","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["BBD","DMR","EMA","PC2","PCA","PLST","SLD","USG"],"rulings":[{"date":"2022-12-08","text":"You choose which lands to untap as the triggered ability resolves. They aren't targeted, and they don't have to be lands that you control."}],"rarities":["common","uncommon","rare"]},"peri brown":{"name":"Peri Brown","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"The first historic spell you cast each turn has convoke. (Your creatures can help cast it. Each creature you tap while casting it pays for {1} or one mana of that creature's color.)\nDoctor's companion (You can have two commanders if the other is the Doctor.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"DoctorsCompanion"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Convoke"}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Historic"}]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Historic"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"The first historic spell you cast each turn has convoke."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2fadf4aa-1b7e-4e72-ad20-809a59ddccf8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3dc386fc-eb04-4d5b-b83e-c383112b4815","4abda47c-a50e-4354-a044-4186c1d22f89","b2f81beb-4565-4cfe-80a2-456f3d44f461","feeb6a54-3d0a-4a64-a9e4-acd683e42761"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Although Doctor's companion is a new variant of the partner ability, the rules for partner have not otherwise changed. Notably, Time Lord Doctors and cards with Doctor's companion do not interact with cards which have another partner ability."},{"date":"2023-10-13","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2023-10-13","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2023-10-13","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2023-10-13","text":"If your Commander deck has two commanders, you can include only cards whose own color identities are also found in your commanders' combined color identities."},{"date":"2023-10-13","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 combat damage from any one of them, not from both of them combined."},{"date":"2023-10-13","text":"The Doctor's companion ability allows you to have two commanders if one has the ability and the other is a legendary creature that is a Time Lord Doctor and has no other creature types. Creatures with the changeling ability, for example, can't be a second commander this way."},{"date":"2024-01-12","text":"Because convoke isn't an alternative cost, it can be used in conjunction with alternative costs."},{"date":"2024-01-12","text":"If a creature you control has a mana ability with {T} in the cost, activating that ability while casting a spell with convoke will result in the creature being tapped before you pay the spell's costs. You won't be able to tap it again for convoke. Similarly, if you sacrifice a creature to activate a mana ability while casting a spell with convoke, that creature won't be on the battlefield when you pay the spell's costs, so you won't be able to tap it for convoke."},{"date":"2024-01-12","text":"Tapping a multicolored creature using convoke will pay for {1} or one mana of your choice of any of that creature's colors."},{"date":"2024-01-12","text":"Tapping an untapped creature that's attacking or blocking to convoke a spell won't cause that creature to stop attacking or blocking."},{"date":"2024-01-12","text":"When calculating a spell's total cost, include any alternative costs, additional costs, or anything else that increases or reduces the cost to cast the spell. Convoke applies after the total cost is calculated. Convoke doesn't change a spell's mana cost or mana value."},{"date":"2024-01-12","text":"You can tap any untapped creature you control to convoke a spell, even one you haven't controlled continuously since the beginning of your most recent turn."}],"rarities":["rare"]},"persistent marshstalker":{"name":"Persistent Marshstalker","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Rat","Berserker"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature gets +1/+0 for each other Rat you control.\nThreshold — Whenever you attack with one or more Rats, if there are seven or more cards in your graveyard, you may pay {2}{B}. If you do, return this card from your graveyard to the battlefield tapped and attacking.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Rat"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you attack with one or more Rats, if there are seven or more cards in your graveyard, you may pay {2}{B}. If you do, return this card from your graveyard to the battlefield tapped and attacking.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"GraveyardSize","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Rat"}],"controller":"You","properties":[{"type":"Another"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+0 for each other Rat you control."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"77eb76cf-a361-44e0-aeee-e8ef4b695799","metadata":{"source_printing_ids":["8b900c71-713b-4b7e-b4be-ad9f4aa0c139"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"Although Persistent Marshstalker's last ability causes it to enter attacking, it was never declared as an attacking creature. Abilities that trigger whenever a creature attacks won't trigger when it enters attacking."},{"date":"2024-07-26","text":"As Persistent Marshstalker returns to the battlefield because of its triggered ability, you choose which player, planeswalker, or battle it's attacking. It doesn't have to attack the same player, planeswalker, or battle as your other Rats."}],"rarities":["uncommon"]},"pest problem":{"name":"Pest Problem","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create two 1/1 black Rat creature tokens with \"This token can't block.\" (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Rat","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Rat"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}]},"cost":null,"sub_ability":null,"duration":null,"description":"Create two 1/1 black Rat creature tokens with \"~ can't block.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ecc91e38-90fa-4d89-b262-d5f36dce5be4","metadata":{"related_token_ids":["2ff9f472-d654-56b6-bba6-cb501a09ad5d"],"source_printing_ids":["7f4c0959-a107-4d61-9e51-256b2955f6ba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["WOE"],"rarities":["common"]},"petalmane baku":{"name":"Petalmane Baku","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a Spirit or Arcane spell, you may put a ki counter on this creature.\n{1}, Remove X ki counters from this creature: Add X mana of any one color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"RemoveCounter","count":4294967295,"counter_type":{"type":"OfType","data":"ki"},"target":null,"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{1}, Remove X ki counters from ~: Add X mana of any one color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"ki","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Spirit"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Arcane"}],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a Spirit or Arcane spell, you may put a ki counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f73f8eca-55fe-418f-a244-29ef82cfc47c","metadata":{"source_printing_ids":["7c7ba032-66d6-41bd-af4f-9853b031a474"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["BOK"],"rarities":["common"]},"peter parker":{"name":"Peter Parker","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Scientist","Hero"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When Peter Parker enters, create a 2/1 green Spider creature token with reach.\n{1}{G}{W}{U}: Transform Peter Parker. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{G}{W}{U}: Transform ~. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spider","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spider"],"colors":["Green"],"keywords":["Reach"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 2/1 green Spider creature token with reach.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"f1b7488c-c675-42e9-818a-24a50347ec2c","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["cd0b828b-461a-5835-8da5-0d684b505914"],"source_printing_ids":["2ec821c3-3e5c-4af8-a6ef-e2e77aa8668c","3ce33422-5dba-4a42-8375-dd8ccc692a7b","97fcf5a5-54e1-43f3-95e3-edc6215bf973","98912aae-4e42-4434-b979-9c85f09f8d6d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["OM1","PMEI","PSPM","SPM"],"rarities":["mythic"]},"petrified hamlet":{"name":"Petrified Hamlet","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this land enters, choose a land card name.\nActivated abilities of sources with the chosen name can't be activated unless they're mana abilities.\nLands with the chosen name have \"{T}: Add {C}.\"\n{T}: Add {C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, choose a land card name.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CantBeActivated":{"who":"AllPlayers","source_filter":{"type":"HasChosenName"},"exemption":"ManaAbilities"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of sources with the chosen name can't be activated unless they're mana abilities."},{"mode":"Continuous","affected":{"type":"And","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},{"type":"HasChosenName"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{t}: add {c}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Lands with the chosen name have \"{T}: Add {C}.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"78a2972c-14f4-41f3-99f9-167948bdd73a","metadata":{"source_printing_ids":["355dd460-b0e9-41f2-a058-b7f7e39ac387","ed72d052-d287-448a-bbc5-969ebb1fcb68"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keywords are activated abilities and will have colons in their reminder text. An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2026-03-20","text":"If you name a card that has both a mana ability and another activated ability, the mana ability can be activated but the other ability can't be activated."},{"date":"2026-03-20","text":"You can choose the name of any land card. You can't choose the name of a token unless it's also the name of a card."}],"rarities":["rare"]},"petrified wood-kin":{"name":"Petrified Wood-Kin","mana_cost":{"type":"Cost","shards":["Green"],"generic":6},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"This spell can't be countered.\nBloodthirst X (This creature enters with X +1/+1 counters on it, where X is the damage dealt to your opponents this turn.)\nProtection from instants","non_ability_text":null,"flavor_name":null,"keywords":[{"Bloodthirst":{"type":"X"}},{"Protection":{"CardType":"instants"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"This spell can't be countered."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"Any"},"target":{"type":"And","filters":[{"type":"Player"},{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with X +1/+1 counters on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.54b: Bloodthirst X — this permanent enters with X +1/+1 counters on it, where X is the total damage your opponents have been dealt this turn.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3bc9649c-4350-4c6a-8441-dc76a5f833af","metadata":{"source_printing_ids":["a56fbf32-f08f-4882-b8d4-41ccb60cba63"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["GPT"],"rulings":[{"date":"2006-02-01","text":"\"Protection from instants\" means instant spells can't target it, damage that would be dealt to it by instant sources is prevented, and it can't be the target of abilities of instants (such as Haunt)."},{"date":"2006-02-01","text":"Protection from instants works only while Petrified Wood-Kin is on the battlefield. It can be targeted by instant spells or abilities of instant cards while it's on the stack or in any other zone but on the battlefield."}],"rarities":["rare"]},"petty theft":{"name":"Petty Theft","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target nonland permanent an opponent controls to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return target nonland permanent an opponent controls to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c7b044c3-3cfa-407e-bf20-2875e8e04b7b","metadata":{"source_printing_ids":["06251176-d20f-4960-ac73-135e44b77c83","112e1809-4323-48bc-afa1-13cc7ba6a3b5","25d309d6-9e56-441e-bd29-5c903d5221bf","77fbe280-eca3-4d2a-903b-f25d57c32902","c2089ec9-0665-448f-bfe9-d181de127814","d42a57b2-fbe9-4024-a593-f6dc711a2e9d","ed39ecb5-6c7c-428d-8ff3-7bd30edf00d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["ELD","PELD","PLST","PRM","SLD","SOC","SPG","WOC"],"rarities":["mythic"]},"phalanx leader":{"name":"Phalanx Leader","mana_cost":{"type":"Cost","shards":["White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Heroic — Whenever you cast a spell that targets this creature, put a +1/+1 counter on each creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Targets","filter":{"type":"SelfRef"}}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell that targets ~, put a +1/+1 counter on each creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"857db7e0-254a-4920-a71d-9bab6555342f","metadata":{"source_printing_ids":["0c6c2458-edb7-4822-866b-ca1b2ea7a8e8","75374265-77e0-41eb-89f2-5048ae715655","96d22985-4354-4015-bd74-0ddf4f0cdf17"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PIO","PRM","PTHS","THS","UMA"],"rulings":[{"date":"2013-09-15","text":"Heroic abilities will resolve before the spell that caused them to trigger."},{"date":"2013-09-15","text":"Heroic abilities will trigger only once per spell, even if that spell targets the creature with the heroic ability multiple times."},{"date":"2013-09-15","text":"Heroic abilities won't trigger when a copy of a spell is created on the stack or when a spell's targets are changed to include a creature with a heroic ability."}],"rarities":["uncommon"]},"phantasmal image":{"name":"Phantasmal Image","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Illusion"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"You may have this creature enter as a copy of any creature on the battlefield, except it's an Illusion in addition to its other types and it has \"When this creature becomes the target of a spell or ability, sacrifice it.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"additional_modifications":[{"type":"AddSubtype","subtype":"Illusion"},{"type":"GrantTrigger","trigger":{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"when ~ becomes the target of a spell or ability, sacrifice it.","constraint":null,"condition":null,"batched":false}}]},"cost":null,"sub_ability":null,"duration":null,"description":"You may have ~ enter as a copy of any creature on the battlefield, except it's an Illusion in addition to its other types and it has \"When ~ becomes the target of a spell or ability, sacrifice it.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"You may have ~ enter as a copy of any creature on the battlefield, except it's an Illusion in addition to its other types and it has \"When ~ becomes the target of a spell or ability, sacrifice it.\"","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"bde94af8-faea-41ff-8eed-ba642eac9968","metadata":{"source_printing_ids":["98e7bf8f-dba7-4005-8cee-634c9153931d","9d4d925d-06b5-43b1-8d31-694a684b1db4","a49bdd0b-fc8d-4706-b614-14d1731fddc0","c1c080cf-a5e8-4d9d-af49-f78588971e87","e7472958-dd1b-48a7-a960-ec2ef3b69ded"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","M12","MM3","SLD","SPG"],"rulings":[{"date":"2017-03-14","text":"Any enters-the-battlefield abilities of the copied creature will trigger when Phantasmal Image enters the battlefield. Any “as [this creature] enters the battlefield” or “[this creature] enters the battlefield with” abilities of the chosen creature will also work."},{"date":"2017-03-14","text":"If Phantasmal Image somehow enters the battlefield at the same time as another creature, Phantasmal Image can't become a copy of that creature. You may choose only a creature that's already on the battlefield."},{"date":"2017-03-14","text":"If the chosen creature has {X} in its mana cost, X is considered to be 0."},{"date":"2017-03-14","text":"If the chosen creature is a token, Phantasmal Image copies the original characteristics of that token as stated by the effect that created the token. Phantasmal Image is not a token in this case."},{"date":"2017-03-14","text":"If the chosen creature is copying something else (for example, if the chosen creature is another Phantasmal Image), then Phantasmal Image enters the battlefield as whatever the chosen creature copied."},{"date":"2017-03-14","text":"Phantasmal Image copies exactly what was printed on the original creature (unless that creature is copying something else or is a token; see below) and it gains the Illusion creature type and the triggered ability. It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on."},{"date":"2017-03-14","text":"The Illusion creature type and the triggered ability that Phantasmal Image gains as part of its copy effect are both copiable values that other effects may copy."}],"rarities":["rare","mythic"]},"phantom general":{"name":"Phantom General","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Creature tokens you control get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Token"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature tokens you control get +1/+1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b800c3e5-4ed9-4603-a987-d830e90cf25e","metadata":{"source_printing_ids":["11f42791-070a-4e3a-91c8-b801980abb76","2bd4af62-ed1e-47be-991b-0ce984a7b321","eff5d3da-81d0-4776-9200-928af1b0cf18"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["DDK","ONC","RTR"],"rulings":[{"date":"2012-10-01","text":"A creature token that's a copy of a nontoken creature is still a token. It will get +1/+1, but the original nontoken creature will not."}],"rarities":["uncommon"]},"phantom interference":{"name":"Phantom Interference","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Spree (Choose one or more additional costs.)\n+ {3} — Create a 2/2 white Spirit creature token with flying.\n+ {1} — Counter target spell unless its controller pays {2}.","non_ability_text":null,"flavor_name":null,"keywords":["Spree"],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Spirit"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"0db20037-35b3-4b1f-8dd6-3ee797c421ca","modal":{"min_choices":1,"max_choices":2,"mode_count":2,"mode_descriptions":["Create a 2/2 white Spirit creature token with flying.","Counter target spell unless its controller pays {2}."],"allow_repeat_modes":false,"mode_costs":[{"type":"Cost","shards":[],"generic":3},{"type":"Cost","shards":[],"generic":1}],"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["2aeeec8f-4a21-58bf-a104-6ef6ea36077b"],"source_printing_ids":["00bf4dd1-5468-4594-9c7b-0737610f19d4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"Each additional cost and associated mode in the text box is also preceded with a + indicator. These symbols also have no rules meaning and serve only to remind players that the listed costs are additional costs."},{"date":"2024-04-12","text":"If a mode requires a target, you can select that mode only if there’s a legal target available. Ignore the targeting requirements for modes you don’t choose."},{"date":"2024-04-12","text":"If a spell with spree is copied, the effect that creates the copy may allow you to choose new targets. You cannot choose new modes."},{"date":"2024-04-12","text":"If all targets for the chosen modes become illegal before a spell with spree resolves, the spell won’t resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-04-12","text":"If an effect allows you to cast a spell with spree “without paying its mana cost,” you must still choose at least one mode and pay the associated additional costs."},{"date":"2024-04-12","text":"No matter which modes you choose, you always follow the instructions in the order they are written."},{"date":"2024-04-12","text":"No player can cast spells or activate abilities in between the modes of a resolving spell. Any abilities that trigger won’t be put onto the stack until the spell is done resolving."},{"date":"2024-04-12","text":"Spells with spree have a + (plus sign) indicator in the upper right corner of the card frame. This has no rules meaning and serves only to remind players that at least one additional cost is required to cast the spell."},{"date":"2024-04-12","text":"The mana value of a spell with spree is determined only by its mana cost (in the upper right corner of the card). It doesn’t matter which modes you choose or which additional costs you pay, including any additional costs imposed by other effects."},{"date":"2024-04-12","text":"You can’t choose the same mode more than once."},{"date":"2024-04-12","text":"You choose the modes as you cast the spell with spree. Once modes are chosen, they can’t be changed."},{"date":"2024-04-12","text":"You must choose at least one of the listed modes and pay its associated additional cost in order to cast a spell with spree."}],"rarities":["common"]},"pharika's spawn":{"name":"Pharika's Spawn","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Gorgon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Escape—{5}{B}, Exile three other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)\nThis creature escapes with two +1/+1 counters on it. When it enters this way, each opponent sacrifices a non-Gorgon creature of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":5}},{"type":"Exile","count":3,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ escapes with two +1/+1 counters on it. When it enters this way, each opponent sacrifices a non-Gorgon creature of their choice.","condition":{"type":"CastViaEscape"},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a44955e7-f1ad-41b9-b93d-0a980ac341d8","metadata":{"source_printing_ids":["a2c8244b-7d86-4dff-9419-3945beb2a7b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["THB"],"rulings":[{"date":"2020-01-24","text":"After an escaped spell resolves, it returns to its owner's graveyard if it's not a permanent spell. If it is a permanent spell, it enters the battlefield and will return to its owner's graveyard if it dies later. Perhaps it will escape again—good underworld security is so hard to come by these days."},{"date":"2020-01-24","text":"As the triggered ability resolves, first the next opponent in turn order (or, if it's an opponent's turn, the opponent whose turn it is) chooses a creature they control, then each other opponent in turn order does the same, knowing the choices made before them. Then all the chosen creatures are sacrificed at the same time."},{"date":"2020-01-24","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2020-01-24","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2020-01-24","text":"If a card with escape is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2020-01-24","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2020-01-24","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2020-01-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."}],"rarities":["uncommon"]},"phlage, titan of fire's fury":{"name":"Phlage, Titan of Fire's Fury","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Giant"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When Phlage enters, sacrifice it unless it escaped.\nWhenever Phlage enters or attacks, it deals 3 damage to any target and you gain 3 life.\nEscape—{R}{R}{W}{W}, Exile five other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red","White","White"],"generic":0}},{"type":"Exile","count":5,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless it escaped.","constraint":null,"condition":{"type":"Not","condition":{"type":"CastVariantPaid","variant":"Escape"}},"batched":false},{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, it deals 3 damage to any target and you gain 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"3407eb6e-b74d-4159-a801-d7163937953c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["480bacad-abb8-41bd-9a33-08b75f4a8817","d08742bb-d980-4912-a2fd-b8edac1fe554","e419cd0b-2449-4cc5-9ead-b9e45e271700"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"banned","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"After an escaped spell resolves, it returns to its owner's graveyard if it's not a permanent spell. If it is a permanent spell, it enters the battlefield and will return to its owner's graveyard if it dies later. It can escape again."},{"date":"2024-06-07","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2024-06-07","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2024-06-07","text":"If a card with escape is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2024-06-07","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2024-06-07","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2024-06-07","text":"Phlage's first ability causes you to sacrifice it if you didn't cast it, or if it was cast using any permission other than an escape ability."},{"date":"2024-06-07","text":"Phlage's second ability triggers when it enters the battlefield, even if it didn't escape."},{"date":"2024-06-07","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."}],"rarities":["mythic"]},"phyrexian altar":{"name":"Phyrexian Altar","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Sacrifice a creature: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice a creature: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8d02b297-97c4-4379-9862-0a462400f66f","metadata":{"source_printing_ids":["043de2ce-9ee9-414f-9385-6e5260173988","25158cd5-749b-408c-9ab1-0f83e38730f7","3c66c54b-b2d1-494d-ae10-a950c184a52f","49141090-f3b0-4748-a7ee-800093fcf29d","95d9f93c-50a8-41a9-be98-d1900bf1c12f","c0f0401f-aa5b-4572-a957-e4e78b70ae3d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2X2","INV","PLST","PRM","SLC","TD2","UMA"],"rarities":["rare"]},"phyrexian dreadnought":{"name":"Phyrexian Dreadnought","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Phyrexian","Dreadnought"]},"power":{"type":"Fixed","value":12},"toughness":{"type":"Fixed","value":12},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this creature enters, sacrifice it unless you sacrifice any number of creatures with total power 12 or greater.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless you sacrifice any number of creatures with total power 12 or greater.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":12}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"a7950edb-5670-46fd-a30e-0fe888a5a32b","metadata":{"source_printing_ids":["7b8197b9-0cd1-4fa1-9668-d1b5f1759151"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["G10","MIR","PRM"],"rulings":[{"date":"2004-10-04","text":"Phasing in does not trigger \"enters\" abilities, so you don't have to sacrifice again if it phases in."},{"date":"2004-10-04","text":"The sacrifices are simultaneous, not one at a time."},{"date":"2007-07-15","text":"If the Dreadnought is no longer on the battlefield when the triggered ability resolves, you may still choose either option."},{"date":"2007-07-15","text":"Reverted to its original wording, this now has an \"enters\" triggered ability. During resolution of the triggered ability, you choose one option or the other."},{"date":"2013-04-15","text":"If you are unable to sacrifice 12 power worth of creatures, then you cannot choose that option; in that case, you must sacrifice Phyrexian Dreadnought."}],"rarities":["rare"]},"phyrexian metamorph":{"name":"Phyrexian Metamorph","mana_cost":{"type":"Cost","shards":["PhyrexianBlue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Phyrexian","Shapeshifter"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"({U/P} can be paid with either {U} or 2 life.)\nYou may have this creature enter as a copy of any artifact or creature on the battlefield, except it's an artifact in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}]},"additional_modifications":[{"type":"AddType","core_type":"Artifact"}]},"cost":null,"sub_ability":null,"duration":null,"description":"You may have ~ enter as a copy of any artifact or creature on the battlefield, except it's an artifact in addition to its other types.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"You may have ~ enter as a copy of any artifact or creature on the battlefield, except it's an artifact in addition to its other types.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"340bbe8b-e987-4c3e-ab4e-9dee63e57d4f","metadata":{"source_printing_ids":["34dbcdfe-b48c-44cb-b232-b484f5116cd4","7169ecb8-20be-4c40-8dcb-a93265281538","a564c2e8-f49f-4ed7-850f-7c8bc92e4926","cacaf5ec-6745-4584-9175-36c98742958f","d2e27911-87cb-49a0-a34f-6afe4bddd592","d6afeb07-ed44-4e15-99b6-436f8365326f","e5a1ff9e-fef2-4890-baf2-7bd0852ea0b9","e7501a66-76f8-4f1d-8b4c-2a82b5f930c4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","EOC","HA6","MKC","NPH","PLST","PNPH","PRM","SLD"],"rulings":[{"date":"2011-06-01","text":"Any \"enters\" abilities of the copied permanent will trigger when Phyrexian Metamorph enters. Any \"as [this] enters\" or \"[this] enters with\" abilities of the chosen permanent will also work."},{"date":"2011-06-01","text":"Except for also being an artifact, Phyrexian Metamorph copies exactly what was printed on the original permanent and nothing more (unless that creature is itself copying something or is a token; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras attached to it, or any noncopy effects that have changed its power, toughness, types, color, and so on."},{"date":"2011-06-01","text":"If Phyrexian Metamorph copies a noncreature artifact, it is no longer a creature."},{"date":"2011-06-01","text":"If Phyrexian Metamorph somehow enters at the same time as another permanent (due to Mass Polymorph or Liliana Vess's third ability, for example), Phyrexian Metamorph can't become a copy of that permanent. You may choose only a permanent that's already on the battlefield."},{"date":"2011-06-01","text":"If the chosen creature is copying something else (for example, if the chosen creature is a Clone), then your Phyrexian Metamorph enters as whatever the chosen creature copied, except it's also an artifact."},{"date":"2011-06-01","text":"If the chosen permanent has {X} in its mana cost (such as Protean Hydra), X is considered to be zero."},{"date":"2011-06-01","text":"If the chosen permanent is a token, Phyrexian Metamorph copies the original characteristics of that token as stated by the effect that put the token onto the battlefield, except it's also an artifact. Phyrexian Metamorph is not a token."},{"date":"2011-06-01","text":"You can choose not to copy anything. In that case, Phyrexian Metamorph simply enters as a 0/0 artifact creature and is put into its owner's graveyard as a state-based action (unless something else is raising its toughness)."}],"rarities":["rare"]},"phyrexian obliterator":{"name":"Phyrexian Obliterator","mana_cost":{"type":"Cost","shards":["Black","Black","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Horror"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever a source deals damage to this creature, that source's controller sacrifices that many permanents of their choice.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"ParentTargetController","properties":[]},"count":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a source deals damage to ~, that source's controller sacrifices that many permanents of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"41820f91-27cf-41c0-bb5e-9adf6845a6a4","metadata":{"source_printing_ids":["0f221937-3c8f-4e42-bc3b-1ca261ca83d7","44c4476d-58f9-420d-9545-f5d580c589de","67a9c38b-6b3a-4056-a87c-fc48446f854f","a01c44e5-dd14-4569-8e2d-466f72eaf287","a216360c-ce9a-443a-b5c1-0ecd08aed37f","acf5cbe2-84fa-46f4-a4f2-97b48ddf2d39","e3f21774-ea98-41ae-b4fa-4402f1876cda"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","HA3","NPH","ONE","PLST","PONE"],"rulings":[{"date":"2023-02-04","text":"If creatures an opponent controls are dealt lethal damage at the same time that Phyrexian Obliterator is dealt damage, those creatures will be destroyed before that player chooses permanents to sacrifice."}],"rarities":["mythic"]},"phytohydra":{"name":"Phytohydra","mana_cost":{"type":"Cost","shards":["Green","White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant","Hydra"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"If damage would be dealt to this creature, put that many +1/+1 counters on it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DealtDamage","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If damage would be dealt to ~, put that many +1/+1 counters on it instead.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"4f5a7b65-b7f4-4bad-acfd-35edfb8f86a7","metadata":{"source_printing_ids":["86c336d2-cc14-4b74-a6f9-aab7a084d0de","a5928146-27c6-47f6-8f09-43fe80359309"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["RAV","RVR"],"rulings":[{"date":"2005-10-01","text":"If Phytohydra blocks or is blocked by a creature with first strike or double strike, Phytohydra will get the counters during the first-strike combat damage step before it deals its own combat damage during the second combat damage step."},{"date":"2005-10-01","text":"If another effect would prevent damage from being dealt to Phytohydra or replace it with something else, Phytohydra's controller chooses which effect to apply first."},{"date":"2024-01-12","text":"Phytohydra's ability doesn't prevent damage. Damage that can't be prevented will still be replaced by +1/+1 counters being put on Phytohydra."}],"rarities":["rare"]},"pili-pala":{"name":"Pili-Pala","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Scarecrow"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\n{2}, {Q}: Add one mana of any color. ({Q} is the untap symbol.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Untap"}]},"sub_ability":null,"duration":null,"description":"{2}, {Q}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ad97333e-733c-402f-8ca3-e836c96b843c","metadata":{"source_printing_ids":["4892c152-1f4a-4616-8e7f-0ca4911e621a","bbd4f8bd-a4f3-45e6-8ea7-a5cd4c142871"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["PLST","SHM"],"rulings":[{"date":"2008-05-01","text":"If Pili-Pala is already untapped, you can’t activate its {Q} ability. That’s because you can’t pay the “Untap this permanent” cost."},{"date":"2008-05-01","text":"If a creature with an {Q} ability hasn’t been under your control since your most recent turn began, you can’t activate that ability, unless the creature has haste."},{"date":"2008-05-01","text":"Pili-Pala’s ability is a mana ability. It doesn’t use the stack and can’t be responded to."},{"date":"2008-05-01","text":"Using this creature’s ability means you’re untapping it for mana, not tapping it for mana. Mana Reflection won’t cause it to produce extra mana."}],"rarities":["common"]},"pinnacle kill-ship":{"name":"Pinnacle Kill-Ship","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, it deals 10 damage to up to one target creature.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 7+.)\n7+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":10},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals 10 damage to up to one target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"7+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":7},{"type":"SetToughness","value":7}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 7+"}],"replacements":[],"color_override":null,"scryfall_oracle_id":"ad556aee-3dbf-4c8b-9f3a-31947e26c6f5","metadata":{"source_printing_ids":["bf784de8-5ae2-4c07-92bb-a5b7f593b773"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["common"]},"pithing needle":{"name":"Pithing Needle","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose a card name.\nActivated abilities of sources with the chosen name can't be activated unless they're mana abilities.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CantBeActivated":{"who":"AllPlayers","source_filter":{"type":"HasChosenName"},"exemption":"ManaAbilities"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of sources with the chosen name can't be activated unless they're mana abilities."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a card name.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"a188fe7e-68de-4c7c-806c-bfe8fc7b44bf","metadata":{"source_printing_ids":["241616ef-5698-491c-995d-1ff2ca0d455f","45560d90-fe3a-443e-91f2-2b55ce0255c6","556ec6ab-a19f-4caa-8bfa-145555402caf","6e997845-be0e-4130-8d07-5d2963ce8a5e","776899f8-e977-42b7-8b54-6f726a349e3c","786c1e91-9d75-46a3-9e0d-56d29fcb01a7","78eb9e1d-113e-45ff-8435-32ee42fa5631","79d8adbf-37b8-4d69-b25a-57ebd777b53d","81d82869-bb51-4a66-96ad-1ccd81a9734d","98044438-7534-41a9-944b-ea2e2d80fe9d","9cc7bed9-863a-46a4-85db-4c5608542363","c300dcb0-1909-47d8-9818-46b2763d2bf9","e503b59c-df3e-4f52-9a59-195f02a6cb18"]},"legalities":{"brawl":"banned","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2X2","DBL","M10","MID","MPS","PMID","PRM","RTR","RVR","SLD","SOK"],"rulings":[{"date":"2005-06-01","text":"If you name a card that has both a mana ability and another activated ability, the mana ability can be activated but the other ability can't be activated."},{"date":"2005-06-01","text":"Pithing Needle affects cards regardless of what zone they're in. This includes cards in hand, cards in the graveyard, and exiled cards. For example, a player can't cycle Eternal Dragon or return an Eternal Dragon from their graveyard to hand if Pithing Needle naming Eternal Dragon is on the battlefield."},{"date":"2005-06-01","text":"You can name any card, even if that card doesn't normally have an activated ability. You can't name a token unless that token has the same name as a card."},{"date":"2009-10-01","text":"Once Pithing Needle has left the battlefield, activated abilities of sources with the chosen name can be activated again."},{"date":"2012-10-01","text":"Activated abilities include a colon and are written in the form \"[cost]: [effect].\" Triggered abilities and static abilities of the named card work normally."}],"rarities":["rare","special"]},"pixie guide":{"name":"Pixie Guide","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nGrant an Advantage — If you would roll one or more dice, instead roll that many dice plus one and ignore the lowest roll.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"replacement_structure","description":"Replacement pattern matched but line failed replacement parser: Grant an Advantage — If you would roll one or more dice, instead roll that many dice plus one and ignore the lowest roll."},"cost":null,"sub_ability":null,"duration":null,"description":"Grant an Advantage — If you would roll one or more dice, instead roll that many dice plus one and ignore the lowest roll.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b6003419-1a2a-46f3-b32c-47b825324f78","metadata":{"source_printing_ids":["5c2074a9-8b6f-4904-bb8c-ae705d31f2f1","c65631b9-ca62-4851-9eca-9c760fb1a177"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR"],"rarities":["common"]},"plagon, lord of the beach":{"name":"Plagon, Lord of the Beach","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Starfish","Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When Plagon enters, draw a card for each creature you control with toughness greater than its power.\n{W/U}: Target creature you control assigns combat damage equal to its toughness rather than its power this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"assign combat damage equal to its toughness rather than its power"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["WhiteBlue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{W/U}: Target creature you control assigns combat damage equal to its toughness rather than its power this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"ToughnessGTPower"}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card for each creature you control with toughness greater than its power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue","White"],"scryfall_oracle_id":"1c95b7cf-be4d-4961-9073-3e39487492c8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7f8a6bfe-6033-4f6b-ab45-6b553f8b51a1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J25"],"rulings":[{"date":"2024-11-08","text":"Plagon's last ability doesn't actually change the target creature's power. It changes only the amount of combat damage the creature assigns. All other rules and effects that check power or toughness use the real values, even if they cause damage \"equal to a creature's power\" to be dealt."}],"rarities":["rare"]},"plague drone":{"name":"Plague Drone","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nRot Fly — If an opponent would gain life, that player loses that much life instead.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"GainLife","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"PostReplacementDamageTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"Rot Fly — If an opponent would gain life, that player loses that much life instead.","condition":null,"valid_player":"Opponent"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9552fc97-9e6d-4307-bf58-30bf956356bf","metadata":{"source_printing_ids":["50f27998-1f28-4392-bef5-c7e8555158e1","95df49ae-e75f-4d97-8323-ebb62ff1df33"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"Having more than one Plague Drone on the battlefield doesn't have any noticeable effect on life gain. Once the effect of one Plague Drone applies, there is no life gain for the others to apply to."},{"date":"2022-10-07","text":"If more than one replacement effect tries to apply to a life gain event, the player who would gain life chooses the order in which they apply. For example, if a player who controls Alhammarret's Archive would gain 3 life while Plague Drone is on the battlefield, that player may choose to have the 3 life become doubled to 6 life and then lose 6 life. The player may also choose to apply Plague Drone first, turning \"gain 3 life\" into \"lose 3 life.\" Alhammarret's Archive would then not apply."}],"rarities":["rare"]},"plaguecrafter":{"name":"Plaguecrafter","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, each player sacrifices a creature or planeswalker of their choice. Each player who can't discards a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"Not","condition":{"type":"EffectOutcome","signal":"CurrentScopeSucceeded"}},{"type":"ScopedPlayerMatches","filter":{"type":"All"}}]},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each player sacrifices a creature or planeswalker of their choice. Each player who can't discards a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2e3ee458-fa3f-4452-ab95-5a7fb5a0483b","metadata":{"source_printing_ids":["0972aad9-c7a1-42e2-8d2f-aecbb5fd33b5","5c03e00b-034d-4a26-9fc2-f25fc2dfc661","63a10efc-4b8d-4e32-90fb-50ab73810b59","6d238383-e67f-4a34-b431-f079e55b2708","7092aa38-4f05-4b18-b894-d55ca9fe9b15","8682fb87-df14-4277-aaa0-0d53d766c406","97505837-e0e2-4f7b-8581-01942e886bb8","bbad4b00-b56b-4b55-9e6f-3de3e3748fe9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","BLC","C19","GRN","J22","PLST","RVR","SLD"],"rulings":[{"date":"2018-10-05","text":"As Plaguecrafter's ability resolves, first the player whose turn it is chooses a creature or planeswalker they control, then each other player in turn order does the same, knowing the choices made before them. Then all the chosen permanents are sacrificed at the same time. Next, each player in the same order who couldn't sacrifice a permanent chooses a card in hand without revealing it, then the chosen cards are discarded at the same time."},{"date":"2018-10-05","text":"Each player chooses a permanent to sacrifice from among the creatures and planeswalkers they control. You don't choose which type of permanent any other player has to sacrifice."},{"date":"2018-10-05","text":"Plaguecrafter can be the creature its controller sacrifices for its own ability."}],"rarities":["uncommon","rare"]},"plains":{"name":"Plains","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Basic"],"core_types":["Land"],"subtypes":["Plains"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {W}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"bc71ebf6-2056-41f7-be35-b2e5c34afa99","metadata":{"source_printing_ids":["00293ce4-3475-4064-8510-9e8c02faf3bf","00bf269d-aca3-494c-8777-de90ae903af2","00c9001f-a8ee-4693-b8f7-59f10ad8f63a","014efd6a-5b0c-41d1-b7de-78eab5b62917","01e63bfc-c4a0-44a3-a120-13c3cd928ca6","021f3a8e-5ce2-4edf-827d-b748d146e6f3","023d333b-14f2-40ad-bb76-8b9e38040f89","026777d1-e3a7-45a3-8967-527c0b4236e2","02951be2-2521-4e07-a1ba-de2a664ab90f","031b61a1-db66-416d-8187-edc32123131f","034b047d-6363-45ca-9948-8184f822a2cb","0422da01-0252-4f3b-b2e5-9f5b2c0b94ae","0491b4f7-9722-4f7e-932c-e19dc0fdf6d2","07c15c48-8425-48f5-80f7-c8f74ad773e1","07fd89a6-56ef-4488-842b-27bf31d8c04f","080a001b-7815-469b-bd0c-c92453d80e9a","08417671-b22b-4f87-9219-f9291ce971d5","089ae01b-e042-4255-b0ee-17d8f416a8d9","09b484a4-cc3f-43ef-a632-462100bfd1eb","0a143c32-d78b-40ee-8d2b-a8ce303162d6","0a479838-b6b1-4d83-9104-0a79f3b934c7","0a4af7f5-c89c-4e61-9d4b-b9e467ca55b4","0a8bfc4f-ba82-462a-a5e6-5717de69414b","0a95b348-a12e-4ed6-9e95-00bc8ef03982","0b18bbfc-d624-44c5-b3bb-1e9a0fd1f784","0b1b55c1-d74b-4688-a3b8-8480d99524c7","0d0f1dd6-9564-4adc-af7d-f83252e8581a","0d124ab7-0e37-45e2-988f-c98324bf8d9e","0d21476a-6112-4f2a-b87e-e4aea514dcc7","0d4e5bc1-f0c3-4ea7-a549-c36d932103b1","0d7ae52e-9ea7-4e9d-a9c9-c819cc768cd6","0e683531-4a59-4461-b589-5ebcbc51a600","0e7eede2-e682-43b5-b5b7-a61fb8e98082","0eb24b22-d812-466b-b8bf-6562283ee335","0f55597c-f265-4c4b-a5f1-cc58da609534","0fdbb6ae-7c37-44e5-aabb-f1f4de372b16","101b36a6-9cfe-450b-9c61-7f3e8f8109d1","10a087d3-54b1-4000-89d1-0c428659158c","112303c9-e1d0-4a5d-8d18-156fa7e2e036","1164f7ec-7b2f-4cc9-90bb-7eaaa331b4cd","116a7806-1513-44b9-ae95-cbedb7e96b89","11a94c04-b6d3-4118-b252-5146eedae4e8","11e044a4-4332-4385-8279-08cb1cfddfe8","11ee1e3c-32a4-4f2f-b7e3-09a19305521b","11f87b5c-78b4-443c-ad92-f37bb62d0bbe","121cc3c5-522e-4b3c-9551-dc501b006ca1","128226f4-a733-4f0a-ab2b-7789cfa8b443","1299d0cf-76d1-4111-939c-5e1b43347a83","12a1f0bc-5c8a-406a-aea1-95cbc820f3f5","12cff32a-a365-43ee-a196-8ce32b3bb9fd","133c49a9-6c43-4b52-8ee5-b1fb34cba060","1358ef70-1dae-4bb6-a2e2-88ff30d43b99","14afb1a4-753d-4ff4-b283-a7482401b509","14f5f561-39fd-4cdf-b22e-40cfd6a19d12","15dd9a36-55df-4942-a7eb-1c49a7999e68","160af129-48ac-46d0-9400-7cdfde7a036f","16ebbce9-fd10-4c14-b52d-cf82c0c1a58c","18013a78-d156-42bf-89b7-72e7070872c0","18389963-e1d2-4f24-a865-76261c82e873","1851fac7-4f6e-4bba-928a-6485223ce1c8","1856ed2e-dfd6-4794-9fe3-b2a7babcee01","1859ba05-06bc-4e80-8c0b-fd2475c6ca55","1895cf0c-9c2d-41f9-9819-7348ac9e25f0","18a72e75-762b-4760-937a-05031cdec732","18b2a328-226b-4052-9d22-1a52c9f72e1d","1927feea-a2ee-43ca-a413-9084be8f50a2","19ba7ff5-7f2a-4268-9bdd-96061ce5e86a","19ce3b11-18de-4250-a405-8e731882dfd4","19d1d724-731a-4125-99d1-25a81e8ff08c","19e094ea-3dee-47a6-997e-842113774973","1aaea970-a19c-400a-a8cb-5d30f9cc2672","1abb3ffc-9471-42c7-a1f4-66b6a8f9672c","1b104eb8-7095-4aba-a155-d8e147639692","1b405611-27d4-435a-8e8e-6d528626fd27","1b499b37-efaf-4484-95e8-a70a9778c804","1c1cad1f-c81e-4b65-905f-350b02047ea9","1d13dbd6-6c6e-4120-a05a-e77f1e863b35","1d7dba1c-a702-43c0-8fca-e47bbad4a00f","1ee520e7-82c8-4083-855d-ae15931b8407","1f2c4f03-67bb-4cb7-b1c0-0e806b9fc3a8","1f38dded-f642-4c37-b479-9a91dfa2ebd6","20787f63-e310-4f2c-ab13-1bb108ae3eb2","20aec487-ac03-4912-969b-f537864902ce","20ddb0be-d62d-46fa-b753-36dfab935e8a","21a8b83f-b7c8-4a8b-9c5c-31c793c6d9f0","21e41416-bc0f-4e49-9137-df8572e91ae5","2296cffa-be1f-49af-aaca-3166e7043de0","22de1edc-ec67-4694-ab88-2a679c8a450f","241d9f61-b94d-4ba3-b709-791ec647a716","2443d32d-0576-4666-8da8-241de446b7db","247d1875-b59d-475c-926f-0ecf4e7c0faf","2484c9db-44bc-411c-af43-bfe0e30f0ffa","24dc369c-020a-4115-a4bb-d60a44de64e3","24dfb372-0fa8-4c50-adc2-31de4e3fb24e","2576dc74-1847-44b8-aef9-9d74f333b9cc","25d96d9e-c6c2-4c51-ac57-b63dee0cf27a","272e4d2b-2ba7-492f-9f0f-b2b2a2e4c049","27462523-a5b9-440a-8220-68ae46db5f18","275c03f9-f9d2-45c5-a332-b3bee54e7065","27ac1fc7-0698-4a94-8353-cc4c13bd6ffa","27d283ba-9d88-45d2-80d3-7e4fffea6d22","27f8ed5d-a63f-4e8f-8f1a-10bde4fea710","282908d5-29e8-4a55-915e-64883ec3b714","28fae600-d829-412a-8f77-3f25a106f574","29d7f240-803a-4c11-8f4c-6a784566ee13","2a34be94-2b31-45a8-9857-02a1cc29f4cb","2ab98b67-3450-4cb2-9d2d-b4e3448dcd73","2b069f97-735a-4d85-8504-b5a863bd659b","2bcd008d-446e-41ba-a92e-871b9296fead","2c4d8ef3-2b26-4376-a00e-ccd58e3ea2eb","2c88c670-db47-48de-a1f5-c1a06b1e6ce6","2d0ee927-f9f4-48d7-814a-5957ac71aea6","2d2da8b9-797f-46e8-a15d-a86c7c56dc84","2dfe1926-c0d5-40a2-b1aa-988524aefc31","2edf5042-d185-424e-922d-c0bd4ce3e8b0","2ef285a1-dbd0-4e41-9f04-a9120a0421f7","2f05ea5f-891e-4a66-82db-3ffb17efd002","2f2cbe94-227b-4de0-b901-d38d6e95a20d","2f3d1a99-4b5e-4138-b48b-6d7bb8a64293","2f6778ff-6c1c-498a-bbfa-46c35b77a72a","2fa4b03f-60f1-441f-8066-8bc13d5637d1","2fb86b5f-0ff7-4924-8c69-3042ddec7911","301a6a9b-c91d-4337-bc8c-411a50793385","304717bd-3c97-47d6-b2fd-e94c70655058","30f05dcd-3cd6-49f3-828b-01e4cb5d1459","30f2d42b-654b-435b-8b97-3050dbe377ad","3138154c-5763-4105-a635-b697fe4c1e52","3152dd3d-217d-45b0-b5e0-ad108b1aa1ca","315bc0a3-3d1a-4c2e-b12c-e81486a02311","322a6bc1-bb77-4913-a0b9-ac77316b30b0","324b97fb-da4a-4867-abde-825383c74b63","32912b82-bbe5-4d70-817d-cd18bfdecacb","32ebf9dd-2f3d-440c-9935-bb3903ca7452","334ca29a-7fb3-426f-922b-5a2b905a5565","34044cf5-79ed-479c-abdc-3718ec193dd3","34fe1359-c78c-41fb-95d9-fcc7c46f0bb1","3550f914-cacb-4849-af06-1a7b25c2c95f","36392057-e3a8-433f-949a-f62af913598d","36446ad6-8bf0-4e4e-bbab-379c22dbf4f6","3645e11b-6b46-44c0-9741-f70da15692d1","3663ff0c-d02f-49ac-bb88-6f0dbd684337","36ccde39-98bd-4a67-bfcf-a66d9fbd9417","3733ca13-1398-4f8f-a885-4b0b2c498d2b","37edc4b5-75f5-4b43-a57e-a8192565a2a0","38789fff-0207-4b38-9bfd-5464ab62a533","38e2b0ff-8fdf-4db0-85c0-c1010bacd36b","38fbd6fa-39d9-4bc1-b870-dd6f7ff8f807","3912c5c8-3b80-4e92-abc2-eb482e49e9b1","3959d473-10aa-482a-b5aa-ff7bb15cc128","39965b8e-0ddc-4c9d-9eb1-7536ec4a8723","3a438199-54f8-4702-81cf-a9d42e7cd9f1","3a8fd867-8be1-4ee7-bb67-32c3f22db59e","3b40b21b-eae1-4996-98ff-4621faf544b7","3bd35bef-1702-4b3d-b149-8761c5cc5ed9","3c53a80f-54e8-406c-bf84-b8d39b9b7842","3cd136b1-c276-41f9-98ee-3e07eb87bacb","3cf6c0d0-5de8-4909-aaaa-be46466fb370","3d88074e-d394-44aa-a697-43c63d1dc655","3d8d3cd4-0f5f-4424-82ee-d8ba81da47fd","3dd7745b-db3e-4477-a867-fea8c4a38350","3ddcb7af-1f99-427f-971d-dd16b42d1914","3deb3077-484d-42d4-a54b-5fade5335420","3e82b57f-a886-4423-a921-9932055feb68","3e8c67e5-587a-43b2-af47-bbad1f8b52e9","3efd25bb-853c-47fd-822c-02ca6fdc8bcf","3f700330-5fcc-49b8-9163-072627016b95","40337e60-065e-425d-ae35-c639d2bb5b42","405b531e-0f43-479c-9f8e-cf83f7b943a4","4069fb4a-8ee1-41ef-ab93-39a8cc58e0e5","40aca5ca-a37b-4919-aef6-2510b4779161","40e211fe-e843-4d05-a97d-b208b616179a","410d728f-c4fb-4681-9412-48c21976ed3d","418446b3-74e4-42a2-b6fd-bea74ee8c696","41f49a12-297e-47bf-8004-8cff579bf4fd","42014ad8-22d0-4313-906f-5baa39642cf4","425bc1f3-4e6b-4be9-8d3e-2a268a1eae60","427edc1d-0c8c-4a63-9c86-e38afbe7d35f","4315d5ea-eb76-4378-a3da-5d5cdad809b8","4323e4e0-399e-495e-b090-7f3783fc4e4c","43559560-354d-4147-977f-766b58bca9fa","43711fbd-88e5-4300-a9d5-67010e7121c0","440680d3-1eea-442a-b58e-96db09bc279e","44214f36-8bb3-4a32-8046-3ecdfff8407b","44373f76-9b3b-4c27-8b70-eac43155bcde","449d4122-ee9d-477c-976a-809ba8cb1443","45031d49-c82b-47a4-a652-f8904cd9bb66","4528641d-8e3f-4f9f-aff1-94e88cf7eb3a","4578c984-afb6-4532-b5be-093ed4ecb8b9","46198629-2099-463d-ad5a-c919ae64cded","464723b3-0723-45f2-a258-32d098c39039","464fa166-82be-4f28-8fd8-0c9cc4393012","46b94de4-099e-43d7-8f24-d5450b09f1f1","46c75f8e-6590-4338-abbd-a37e08dbd58c","471577f8-dc62-4f10-8adf-1e566ffc75fa","4716a32c-91a6-470a-a686-d5eb3d27f46e","486fbcf9-3a04-47f6-8927-886c2a454499","49f7e5de-1fa8-406e-a411-fc8a11937000","4a4b95d4-4ffb-4db1-80cf-c2c90839e8a3","4a818aaa-7a8b-4547-aa2a-052af21b815d","4a8a055d-fa9e-4e41-970d-a395c357554d","4adc1cc7-e118-43b6-a1fd-45161a8f614c","4add62bc-d24c-4a1f-81bc-e3a6befe3f0d","4b593a52-826b-4da3-ba98-11d4b93458b2","4b7604bd-b3b0-4e55-91c4-3717bae7e457","4b97d2f5-498c-42db-95d9-f9002d4dfcc5","4bbce1b2-19f3-43fd-aa08-6cce9c8878a5","4be390eb-3470-4f36-9bf4-3f9f8e5d5b31","4be96696-aff8-4ef9-97dc-8221ef745de9","4c150b5b-542c-41ce-b980-bb4a940b6c20","4d48ef1f-e000-452b-aae8-c3257f149c7d","4d6b9abd-fd5f-4a7a-a911-77696e6bdf08","4d6f50a8-f210-479b-b7d3-ef01c00ea4c9","4d879a13-6ec3-44da-b3fd-d9c1545f3822","4d968b76-8787-40de-821f-46bd2754fa8a","4db21784-e56b-46bd-97a4-3770f2ef5caf","4e196d67-1923-459d-98cf-646337914d3b","4edb482d-6279-48d6-baa3-047b48c3e5df","4ef17ed4-a9b5-4b8e-b4cb-2ecb7e5898c3","4f04188d-9a76-495d-b3a7-ee44810cf671","4f10be33-bbf8-4b38-bb27-024c2d8dac7a","4ff9fbf5-de6f-4ef9-a6ab-56da4b341b77","50958c6e-9555-42ad-9bb3-2da9faa5cb52","50e8dce4-bdc8-4dd7-b12d-be6a03b2d51e","514c9899-65c2-4f1b-8716-ab144766b385","516106ab-8b92-40ff-acb9-9c635f6159b7","51662253-789f-4a02-9937-688e36775024","51afc6cd-1a39-4160-a265-d92610db1d44","51b0dd0f-8ad8-4292-9df6-7b28ab4605e3","51bb9dee-0246-41f7-bcc6-e402ebc2b701","51cfdbd6-00c3-4eac-acd3-b058b82ff947","51ff6ee0-01f4-432f-916b-ed771904d64c","5221193c-7d9b-439a-991b-a41e27ba66fd","524ff04c-932e-4441-a2a7-1416cd43d232","52ff493a-6336-416e-af5e-1eb6d10c080e","539f0b05-61a2-48da-913a-886bf9d97594","5414daea-c5c2-46e2-bfd7-de96cc7bbfab","546507c7-8fa8-44e3-aeb7-56fabf419d82","54b1c00c-c292-44c7-a6c9-0dcdb00581aa","54db7822-ebed-4c7c-8ede-469d72fd694a","5665190e-ea2a-498e-9c4f-f0bc514bd80c","56bbcfb7-cfbc-4752-9b6c-ffbd5d3dd678","572eab93-7b1d-434b-ba92-844248e472d0","5822b027-369d-46da-b6dd-c31207e2f449","58a735c9-08a1-4950-bf8c-ed1cfba76765","58ba055f-18fd-4981-b181-85729e19112d","598f857d-ee17-4478-bb39-cc3ab77ab8d8","5a189684-bf9e-407f-a8ae-a554169d2ec2","5a8279b9-c1dd-43db-a01b-89567bb43374","5acefadb-8b2f-4319-a5e9-1e8fd9ef3086","5b364f40-c3c0-4e3a-8556-73f6fcc19eec","5b5f9eef-925c-479e-a9a5-ce61fc06f3be","5b9884e4-cfbd-4610-95d0-722aef962f94","5ba9ef2e-d3ec-41f7-802e-e1414f14dd10","5bac2d0d-43db-41f7-99dd-9ff55a4f2b3b","5bb495cc-9908-455e-bec9-3993d595f4f9","5bd5900e-100c-44e8-97e9-b0c15379fea1","5c2812cb-4fce-4ec0-a2d5-88ef4e34d5ef","5c45bab7-a8c3-4877-ae8b-85576f608b78","5cbfbafa-f58f-40b2-a374-68ac35b77d89","5ceff685-b416-43a2-a44e-ae6f0afd45b0","5d918248-85ff-4fea-ac91-aa5466dd2829","5dd76e71-df9b-4fd2-b534-d3f724a56a91","5e8b581b-5177-4cea-8021-42f4d21583ad","5f029c91-f20b-4aa5-a7d9-dd6ddef1c877","5f4bf87b-1e31-4c09-b685-86592eb32be9","5f8e477d-8772-4e54-8857-691f6ab207a6","5f9b6584-ad27-410d-b6f1-c25c91630aea","5fc26aa1-58b9-41b5-95b4-7e9bf2309b54","5fe68013-a519-4dce-a28b-c6304dba8fac","600cc3f3-5400-40f4-99ff-8a4a905e79cf","6089330b-dc26-4c35-ba58-522d5bfb963a","614c9269-77c6-4cef-a987-8ef4c14fcebc","621c7296-a1d1-49da-a1f1-dd62758ad7f7","6242dbef-8412-4ebd-9486-42cec1dc6794","62836a1b-1d1f-4df7-b99b-8bbe07f705f1","62e339a9-3f9b-401e-a459-dc3affc9a114","63607a09-b00c-4c0e-b8ad-d1bb5a45517b","639e47dc-c90f-4f55-9b3a-721240ec04ed","6401c6e7-3415-4e68-b40c-9777c33785eb","65498b4f-a6da-49b9-a565-ac2079d23afe","65b7eb6a-aed1-4fc9-9b10-06169fa50690","65beef5d-df12-4e33-a585-b32f552b58a3","65e1287a-2166-4592-9518-da4b92b3623b","6620b5f4-b1e5-4d1b-bbf2-c6ad9c8284c5","6624e111-8c1e-4a39-812e-3ca2dd9f0dc7","663491e8-b2b2-432a-8d69-daa3fbe7e582","66ad5a57-7296-43cb-b477-826e65d37222","679cdcc9-8a6c-4cfc-9237-23af2cba1980","67a2ff8c-ac4a-425e-afd0-a9010bf87c1c","69a24fc3-90f9-4f2e-91d9-1aaca888e432","69f7ef07-37bf-49de-b5bb-c7641091b92b","6a18b41e-e02e-4348-82cf-57570150563f","6a462a95-f841-45a6-97a2-d6ddcffa3c20","6addf844-2790-4da5-a22d-18df878f2219","6b362e9b-8d25-405e-b70e-f3c9533627a7","6cab2ebd-6ab7-4273-bda3-d7dea81b52c3","6e3231c3-57d2-47d8-97cd-65dda2bc97e2","6e380260-6828-42df-a8b5-1943b05f91dc","6e4454b1-ec19-4917-915b-0c913964e9e9","6e5db4d0-61f4-4cc6-89c4-02a2060b556d","6e6d4bb5-9da7-4d21-9cdc-1732ea61121a","6e6f19b3-4c76-4078-8ed2-b2832a33d066","6ed1902d-0b09-4bbe-9059-a0779450ee05","6f501773-1b39-4a4c-9b45-a950385c9e82","6f6fff16-abbf-4e80-9450-4cb42b13fe38","6fdefa6c-4eee-4fe4-ab22-9e65acc55e3d","707c5467-2a54-4f77-a845-b50c9f5fc041","70dc47f2-a92d-446b-b788-8287b5d609c4","715b89c9-2820-41ec-8a87-b2657ca0c7fe","7244582e-39a6-479e-9239-fc5d98c1a52f","727164d2-2a24-409b-bfaf-c4f279673517","73d7ccab-4d35-495d-a45f-b6b98d32ba03","73fb4a34-c11e-45e9-a986-43c0a0ae5424","7432b894-e7a9-4de7-9470-846e65cd4d0c","74aae970-d66c-424e-8a23-577711af6eab","756abff9-9810-4e2d-b1d7-ec4e2d6d5187","75c3424f-0500-48ce-9779-b77e7763e253","75e639a9-6010-4453-9c25-4ab03664b9b2","763c1eaa-fe29-4b24-8e41-96b94e5a75a4","771294b5-c1a1-4456-8399-1391bc5ba40e","7734ae50-33de-4a2e-9ef9-768ee389b6b6","783eeb62-ab10-437d-a6cd-c3f99401b818","785c94fe-1c75-46d9-a59a-2d84ac531e7d","78bbb80e-880c-4362-98d7-9f1f92563439","796f129d-912f-400b-8077-7b2873ec2040","7978fa58-0860-4082-a674-2d6abce899b9","7a0f9892-89cd-46ff-bc87-114e175cb575","7a2c8b8e-2e28-4f10-b04f-9b313c60c0bb","7a76d8ee-28fc-49ac-951c-a4d29822f91e","7ab3d0fe-6af6-4d02-b41d-0b88b510be4f","7b68bdb0-41cc-48f6-905e-7da1ff4ba5e0","7bf7d68a-dbd0-45f3-acbb-59ee38e6057e","7c2839fa-33eb-47fb-9541-77c68612aa02","7c80d185-09f1-4b2d-9950-85d24a5fe120","7c88ade7-4b1c-4380-a19a-8ba18fa4adaa","7cfd53b2-3991-4a57-81b5-46618aecce4a","7d39625b-cfc5-439e-b888-fbd7849f47a6","7d93c502-5fe7-4129-aa3d-7758729cbd53","7ded4b2a-ba56-43da-8ea7-392b77fc2926","7e134268-9ce9-4192-b548-90bedbfe654e","7ec6a88c-0e68-45e0-bfb7-67ea1951ed51","7ee52bef-0586-46b8-a405-f4e0741f0059","7f2db9b8-648f-4c7f-bd58-1069a1417a22","7f65a77d-6fa9-4f26-a9bd-8b34a9b1bed4","80897666-ade2-4f70-9c4d-235753b44a23","80b6636d-a342-4d49-9d1a-ab15b3d837c5","81a1a8a6-916b-4eef-8079-6775afcb63cf","81bbbf38-5d1a-4013-aff9-6167709897f0","81c96115-3728-4f3c-9438-d53550974363","82283c22-9b64-4f41-a5bb-aeb737eee5c9","823a3cdb-2e98-46d0-9a6e-18ff967de644","825f809d-fb64-4101-a985-c3533f26a345","82dd5b8c-2c2f-4185-b176-a94b43729a29","83edf237-817e-4482-8dc0-1a502846720b","83fbc748-fe45-4b06-b2ec-71087f7225ec","8410f6f6-4557-4102-9f84-fe208f7118e4","84144d57-f0b6-4011-aee8-c626c21998c4","8427be4a-126e-4188-9f3f-ad67b9d7fea5","84621715-ce30-4736-99d0-b7984cc8776b","84908444-ee0f-430b-9a5e-f6810aa8bce1","8538a97f-302d-468a-8a6c-50c800d614e5","854a255e-fd89-4c5d-b97b-416a9ac70960","859e0813-96e9-40c3-8e7c-bee8bef27585","864501ff-41b6-4732-b975-e4bc7ae36115","86626d69-78e0-42b9-81ed-fef46e3a89f7","8673e184-2b58-44ef-bb68-bd3d139ed0ba","8703ecd3-1ffa-489c-b8e1-f4d9b5ba2c12","879162e8-3a10-40da-8d86-9a7dff67c961","879f7f54-25a3-440b-848d-0e780277a681","87a66868-2efa-4985-b4fc-405d7fa8d410","87e53e2e-0703-45d3-ab91-78f5241c32bb","887f543d-e120-41f1-be69-e21b40bc1003","888f32ad-3bdd-4c46-b3f0-522ac9763591","888f8793-83ed-437a-b06c-aec97205664b","88f96591-4f22-451e-bfb5-32561cc4640d","8911f09d-1c82-410e-9de0-21b619820da5","895fcea3-23a0-4442-90a2-26684cbae3b4","89f97882-408d-4e00-910d-ad0598d630f4","8a299a1e-1ce9-4668-a5f5-c587081acf6b","8a3cedf5-901b-4ea9-882b-d0058c2f9e00","8a65b379-47a9-48f2-be6e-abb4e7868ad0","8a790328-70b3-477d-bf02-8718870367ae","8a880169-41ca-4507-83fd-306a489d31ce","8b74c845-494d-42de-99df-02d07047a3c5","8bbb3646-c427-4302-86ac-9ac28d045959","8e07d3e6-c602-446f-a453-f54f13bfc55a","8e5173aa-1eca-46ae-81ea-0b1dfe5e12de","8faef4f9-931f-40ab-8ed6-5fcb5c680afa","8fb2afd8-7958-4864-81d4-210d91470aca","8fd675c7-7dac-4ad1-9243-6d1eda0fa30c","9045a9a2-e63f-4a68-9f20-28a43518f71f","904a9d1f-8e3e-4cbb-ab2b-99fe0abae01a","90742ab3-89fb-4ac1-9bf0-0e2d17252bff","910f2bcd-8d37-417c-a969-86e04f1daf23","9129628e-ee2b-450b-a3d6-fc94e9bf477d","912e30e7-9b8b-4c27-af3a-ffdcfe8b6feb","91348123-e2d0-4acb-ab4e-ec17652b7853","92342f45-ccfe-4d94-82ba-2fd55128326f","926aad15-87a8-4510-b327-d1648f89c497","933be7f9-9bfe-45cf-9dfc-60f72cd58db1","93653b18-3821-485e-afeb-edafb0a9e84e","938a2c05-eff1-4cdc-9c14-ede3f62fa0f5","9433619d-5bd1-41e9-ab7a-364c98347b1d","94e88862-d53d-49b6-8aa5-95f07507c6e1","95347dba-09e9-47a3-a068-db78ba39714e","9591fd15-78d9-4089-a075-031ab2affd2d","96ac45c4-2495-4a1b-bc37-11e31ee0a952","96c9319a-a257-472a-9ab3-676d41adf877","96f86c6a-b43d-4c41-bd80-a203520a6e5c","97b7beb9-0805-47b9-8e62-ff110e9e086a","97e0aaf3-eba0-445e-b560-f889b800e6b7","9815dc61-22d7-4ca8-acc4-4d991d5205b9","999d82f8-6c64-4b6a-a8ac-fbc48dd1750c","9af8111d-cdfa-40c3-8a85-ae2890032bfd","9b13182c-0529-4da2-b5ae-9d61fe0a0f5f","9b5fbeae-9bd5-4741-80a2-9b646b374328","9c49b9c5-f701-49ff-aa3c-59e11add5d52","9ca16bd5-e261-4229-a92d-7cd55654dd11","9d025ba8-f966-4af4-a7f6-a148b1515bc6","9d4b8bde-412b-4d12-b296-7364c95e0510","9dd2d666-7c6b-48ce-93dc-c004ebdd1fe9","9deeda0b-81f7-484d-a99d-0e7d2449d157","9eafee37-1191-40b4-af5d-cc51b737b966","9f015fe9-c7fa-4503-b0cc-c0e7f098882f","a04af0ed-b978-498a-aa56-27f009d58d58","a081aa52-4809-4109-acd4-6a67ca3a114a","a1cf2f81-3041-4349-9b37-f215c4e38c5b","a1e5a611-ad7b-4654-a8f1-d024056c346e","a2125c3e-d52c-44b9-b9f1-89f02236d447","a251f4cb-054f-43ac-94af-bd205f97327f","a26fd28e-d053-48b3-ab4c-2dc6fd33fa64","a2b0679c-e7cd-43e0-bf8b-4518734f946b","a334360b-2943-4442-8557-e0a5efd272b7","a34ef351-2864-42f6-8943-75bb6fffc9f7","a37c667a-f035-49b2-9f34-9831e186ae82","a3ae6956-7f2d-4569-a9f8-3972b5ec5e56","a3cc4f04-9fc2-4ee0-b60c-a102e442141f","a410e95b-afd0-4ac4-beb5-96163b411fe2","a4446149-341b-449b-86e2-2b6b47b7a75e","a4901260-073a-4d06-8167-c322c55ab210","a4c77ab1-aae2-44b4-94a8-74819db16363","a5bfb654-ab99-4272-a184-b95e1022af5c","a6dc63b6-3a3f-4f14-af8a-f239b07f5b5a","a7394e45-797f-4991-98b2-6570eaf82c81","a7f1d17a-c17c-4a27-97db-a37ee8c0e706","a845de50-4af0-4f4a-9c2a-db587973571c","a8ab8c09-851d-4f38-8d30-a61fca7629be","a8d4a0cf-9bbc-43da-a88c-47cb43fe13af","a9891b7b-fc52-470c-9f74-292ae665f378","aa69cedc-49ce-48f3-88e1-94b9bc061bf4","aa6f0743-c433-4348-bcef-20cfe7b28293","aa74b27d-2381-496d-a3ef-af3722c7b4e7","ab53b300-38b2-436c-834c-b0162dd3b757","abadcf9e-46ed-4a8b-888c-0cd3756bc8ab","ac15978d-41e6-4eaa-9456-0de3b912d437","ac754820-343e-4c01-bcfa-89fa5c8c7e1d","ad0b7076-03b9-4a8b-a55c-6cba0b8162e8","ad1317da-9e81-4aff-8c04-9155d14be90c","ad6be912-4d77-45d2-b653-7fbbee6a881a","adf67e21-3306-4c4e-a021-9b997cc8c48c","ae15af8d-da17-4967-9d1d-49a9071d80df","ae92dc5d-00dd-42c2-8f02-a6658dfb3f01","ae92e656-6c9d-48c3-a238-5a11c2c62ec8","af6db62d-62de-4b63-938c-2d2c946c5aca","afb59eef-385b-4a9d-b70c-952387b30310","afcf799a-7a65-474b-b9c8-755f25ac74a9","afd8bc4a-46a6-48af-9e17-712517e9d8a6","b078ef66-a83b-4e12-bcba-838bc3809322","b0b9bcca-b41a-4a6a-b380-36bfea9f0715","b0e22017-301e-4c02-b496-c648ef97d919","b11c9a26-3234-480b-94cf-49f15f2b0002","b1623d57-4729-4796-b3f7-f1837a05c6ed","b18fb598-90bf-41fa-ab53-a182580296e5","b251c9f7-7df5-4abf-afd7-813999996dfe","b2715553-ba9c-4753-9a1f-d13d8e2ed24f","b2a646c9-8347-4b62-829e-6af6b275346a","b3344d18-e7b6-43ad-ab59-9ceaf49269f7","b3bce7a8-b9ff-4e38-853c-58ffaad53fef","b41e0881-6ecb-4b1b-816b-d80a74a414ac","b43da6f6-fe15-41d3-932d-4ec3d16cc0b2","b4da90d5-d793-4412-acc3-e0c2a5c10e18","b4f8fa19-a872-4542-bf24-8bba9f0a64a1","b5453630-bfff-4403-a9a9-49f1534e1d42","b5626933-5b62-4389-ac99-334ad71b7a78","b5b4963b-c706-439f-9800-ff5d70003dcf","b7231444-005c-44c6-bfa5-274eda30b419","b7331b03-be66-419c-94bc-ed494c042ea3","b75ca372-c110-4321-b497-8841547f3c2b","b7de212e-93d3-430d-b4b8-242b7b526eda","b8c391f2-b340-43c7-89e6-afac5b70491f","b8d7d5f2-29bd-4015-b98d-c7ed71373f0d","b8e41010-a7d2-4e78-8f7b-502347f8c47d","b983acda-68b6-468b-b0c1-aad8b53db49c","b98f9405-b8bb-4f50-8ace-0969abc86308","b9dbdef6-e141-45bc-9209-5c17a8ad135b","b9e35567-05df-4a3f-8c29-d8327abc2e8d","ba708fff-a428-4783-b405-4c7e6ea72fd3","ba855a4c-a16e-4609-94e3-d780f2df2dea","bac08825-ca54-4a9f-bf4f-f75708a1550b","bac23c5e-a489-4fba-b14f-a968b202ac22","bc14d179-1833-4364-a2e8-c94851df0b67","bc4f4b6d-ff35-4b1f-974b-f39569e6b3c7","bc73d7ff-bbef-4df9-ae7f-aa2ac8ac7025","bc7bc42c-1619-43c1-b720-1dafa391391f","bcdd1595-d94d-46b1-b87f-b910ae35fa3a","be0334fe-3de3-4779-a31d-d021db50b62b","be26189e-1de6-4f69-b5f6-29ea7f5a7d9c","be30f027-ffdd-4d81-bed2-4adb6b4b803f","be849ad5-9f96-4605-a0dc-8b9588ac7dd6","beaa0e2d-2003-48c8-bc18-a4fae1972594","bf39f344-1204-4c90-93b5-c04a24f0f1f5","bf756c6e-df34-4834-b0ef-824e0aec3ee3","bfa36806-235e-49b7-a637-494c91926ede","c05ce2e3-44e9-441b-9467-46a3c6642184","c0690e60-e11e-4903-b1e0-e36854213b65","c160b1e7-8fad-4592-899c-995d09bc8b52","c20ec10e-78fc-49dc-a112-7863a34056b1","c23864ff-e83c-4899-99e0-4ca5167bd4e1","c260e1fd-8de2-41f1-a228-5476dbc56b17","c3345553-8f04-4a83-9b6b-95ca0654921d","c3f33598-1344-4365-9067-17a7379de894","c40b8460-30ae-4390-8bc6-ef69ff048572","c453d1ea-9a42-4ccb-9391-eec122025647","c574549f-da6c-4080-8748-6ef146a7ae48","c577a2c0-88e3-49da-9586-6148f19e5c27","c5b472d5-da70-4fd9-a68c-10e17797ad0d","c62977b4-ffbd-43e5-9b36-2d3e6557b56b","c71446bd-08f2-41fe-ae44-db44814c8afb","c7191d23-b68f-406b-8c28-8dadbaef6562","c7595395-cfc0-45e3-8290-6c97735a860d","c75d8ab6-0391-4bd7-9861-d2f6dd745a51","c789adc0-69ed-4d1c-8a20-ca219020fd2c","c7f7baf6-de14-40f8-871f-dda889672608","c80e0478-8c53-4406-acc0-b7662c9c382d","c8409f3e-aa2d-4ee0-b9e8-97c03aff5eff","c95e9696-6e9d-462a-a40e-117df77e3909","c9cd4d57-8c51-4fcf-8a9f-5d6a61c33e3d","ca8fb179-7e81-4b20-8b81-ea1aa97afe58","cb382733-ff3d-43e2-9b1e-efa2f7c28173","cb3b6487-6a9d-4297-aa38-94cd687f8f80","cc084e24-22fe-4326-b894-54d79fbeba2f","cc0bcdbe-be63-446a-8838-8790bda308a3","cc3db531-3f21-49a2-8aeb-d98b7db94397","cc623027-2b5c-489a-9bfc-763d678832d6","cd825844-18af-4c35-9a37-595c6fc8084d","cd97a3ed-e266-4cf3-bdf3-305d87373742","cd9a8337-e4ca-458d-8fcd-672d8d6f1c0d","cdf91075-8d8d-43c3-8125-2469e2dcd132","ce48b0a0-40b7-4f32-b841-7deae02045c6","ce617aad-2c72-4b47-a9ae-51792459cffd","cefbe595-93a9-4a5d-b5a5-4f517cec7bdd","cfe51d97-66f6-4ac3-b926-01ab7e4c5686","d056a94a-a07d-4494-a75c-b3f6f59457b3","d08e9aad-3b06-4cef-8b91-0087bc5881f8","d0bb41fb-f224-4705-ba61-b7cac835be4d","d17f8abd-c087-4039-8dfd-c6168f7db0a6","d293ea0f-8b87-4d8a-ad8f-650131c83c20","d34b85da-bd53-45bd-8ff6-d5dc73514103","d3bd857b-87d0-4a0f-9aac-0b1b661bb3bd","d3c1ab59-3771-484c-8a79-2bb36655b6dd","d595ba72-3334-48f4-9ea9-a43f5e824aa8","d5aa2449-6b74-4319-858f-caa9282da5c1","d5e327d5-2e51-4fdc-a0c8-edd3dd77c058","d60f837e-736c-4a20-ab47-dbee4617ebcc","d7147b73-a7fa-4ecf-b9a1-a3f4851a5bef","d7744562-1df1-4aea-ba15-5aa1e50e26a0","d7d20b8a-0aa7-45f6-8c87-01d85beb2771","d8098d41-38dc-4f82-b65e-d3bc7d8e0fcc","d812b6f3-83f0-44c9-8583-eb97fd8fade8","d85121b9-2aec-4a79-bd18-d472fb9a8d0b","d85d0f25-a24a-4de0-9b8b-93fb5017bce9","d8fdfa7d-fd11-4c11-8743-a21538474314","d92ef517-2417-43a2-8b1a-0673d1531c65","da033f5a-bc5a-4d99-ab25-4055eef56cf7","da26da6d-781a-432d-8b67-0674c9fbf933","da37f78a-a0a6-4ca3-921c-4bc2c17ccda6","dabb5c08-3529-448f-be7f-179d71682d9f","db0c6f01-42be-40a1-becb-085f54750830","db14da86-6721-4e22-9b61-4a5680d4e5a3","db3036bd-95f0-403f-a6ba-b3b05f81a3c9","db48af31-8309-46fb-b178-657c3e2fa05a","db4b9e75-b948-487a-8417-3b6feec41ef0","db68b6a3-10e5-42d1-9325-94a4a821782a","db9ab619-6a22-4b26-a8ab-48a6aef0aaa2","dc34d24d-9c1e-45a5-8d0e-ccef1211906f","dd29103a-f34a-4d4e-83a8-93a1a590d3c5","dd3df51a-d173-44c8-9630-4652630cc544","dd81973f-c7a8-4855-affe-6a65b7f88406","deabdaa1-6227-48e4-82d5-63a1771320b2","dec72b07-8f41-4d42-a455-794bf106302c","deff6a75-2ecd-49d6-b58b-a9d24615f9b7","df31f72c-076e-4d8e-9975-6d6281ab71f6","df3e94f7-9f97-4652-a1f1-381feb15f688","df5de603-4abd-46f6-873a-4265e1326a6f","dfa01578-faf9-4694-86a0-c81f5b2a0dd8","e025d0ef-ecef-4fdd-b00f-aa5e22360b63","e0281fba-d771-4431-931f-920db2f14c47","e06c72cb-03ce-48eb-b5dc-b2301c6871a2","e0d1a81e-6710-4922-ba0a-510966c39449","e14e6193-f60b-46c8-a7eb-02a437138568","e20726fa-d99b-4e3d-8054-b7d313ceb02f","e3e536cc-e724-43d4-9fe3-dfb4952613cb","e4734a7c-67d0-4124-b76e-d53634557c7d","e4f48ac3-f0cb-4e5c-8ea6-e423aa92ce11","e52ed647-bd30-40a5-b648-0b98d1a3fd4a","e54dbbc4-2136-47d4-a014-1206707f6bcb","e590059d-57e5-4696-9bb1-30d8d35c4329","e5c5946e-93f1-4c70-bd3e-694013e743c3","e623b058-76d2-476b-9ee6-82807f7992c3","e67be1a3-24cc-43d9-bc22-3777a0549b5c","e67ce864-bf29-42f1-81ca-a98022892eec","e6a6edf8-47a8-4471-9d62-8fe3d102567a","e6ec1f39-08e0-45ce-b4ec-c25d64bd3461","e7667207-283c-4318-b918-caa6368bb6e3","e76a9b20-746c-42e5-9977-f5dce6aef0f2","e77924e4-0f15-48a3-b494-89b544ee9d37","e7847fb1-bb6b-414f-9639-8be5b6f09917","e81ecd4f-4cde-4d8f-a9b7-d7c6098be981","e84f2b9b-1412-476f-8739-17d35ea48a51","e86b943e-0c07-4b5c-a850-857a86d59c57","e87d47f3-07d1-4ef0-a398-2e4e808168f3","e882099c-63cd-42f0-b160-35e6922106b1","e891d622-9369-4eeb-b7e2-183c60ec54d2","e9495172-6fde-4aae-b47e-fc887440120e","e94e2710-7b95-46d0-8261-0afa6b192e70","e9646663-ba93-446b-ad83-71503924e7f8","eac11282-82d6-40db-8c28-5ed02268d2c6","eb17acb3-0765-4703-a03d-6867a2f59db2","eb308263-96b1-4307-b8f7-907569bf2e15","ebb35754-99e3-47de-8df5-ee485b5a7b49","ec05cb6c-6e7f-4d40-ba38-a9fc06158094","ec9451d7-adec-4199-9a95-44b91ebf8681","ec9ecf19-9f9d-4642-ac70-ddc08fad7e17","ecabd341-b3d9-41a7-a045-39121715ad87","ed39f11e-a7c4-4a35-aed6-7cd7590723b7","ed4f7329-9c72-4369-8b66-2a89423e957d","ee310608-e669-4fe3-a8e3-05530438dbf0","ee7cfabc-902f-46f7-b1de-fa0a88c8f852","ee7f525c-d777-4adf-8920-8adfc73bbc55","ee86ac2f-f398-4422-8721-8ac859fbf5bc","eecfb420-ace3-4627-a2e0-62a701d025c9","eed1af19-e075-4e6f-9394-d258143e15a4","ef1c6830-758e-4242-85f7-3f20b872272c","ef37dd1c-27f6-409d-932e-56520a65791a","efe75b38-c145-420e-9446-f2ac443ab3a5","f090db87-b7a9-4c88-a211-495b27ae37c9","f0b68c00-59ed-410f-87fe-b411f07662e3","f0d7bd96-db52-4f61-925b-0db725b5d35b","f0f9fda9-50b0-4ce4-b351-cd2b5e6409c8","f29448c0-3126-4018-a934-5a4ed019ea76","f2bb7059-588b-4ba6-9ad0-78169e4e4483","f2da8374-7e37-49cd-affa-14cfafd12822","f37db921-ab2a-46db-82c1-1f1abf7a3cf7","f3ccf9db-6f4f-403a-8b0c-9e0b115eb741","f5719c9d-0b6e-427d-ac46-15aa4a6496fd","f59dcb79-1ab1-4204-b50b-14bc3f709c46","f5a19fcc-f465-43ac-8d08-ba0d2345b66d","f5bccd95-0703-4755-8f31-bd8ab615bd04","f724ae86-b968-4f49-8267-c2c34c22f1b6","f75d3f2a-5120-4056-a816-4f38c1f18459","f768de9b-3d31-468d-876d-2cb7c5c601a3","f82548c7-24ed-4529-8b57-7407dc0b8c8b","f8b86eac-3cd5-48ef-9fda-b4beff540c94","f8dca86c-4dd3-4016-bab1-dd259b68b66c","f944d762-b01c-4e7c-a539-434cbf99c504","f9706bb7-4fcb-4561-981d-aef34e23756b","fa21cca2-59cb-4223-b67b-1a8fc54aadd8","fa3db823-69a3-4a82-80a5-e12e4b40a01f","fb0f2cf5-801d-49b2-b365-3129f53948dc","fb4f4abf-841b-4fae-9a53-505a2f8dc1ff","fc776814-bc15-421e-990f-6de7b5f6873f","fcab7eaa-5e16-40b5-992b-9cc51a95376b","fceab58a-304a-40e4-8830-837a7b51d31b","fceb6a79-6d36-4780-b9c0-557fc3676c19","fd7babbe-f8c1-4e7c-8de2-2224dd357de4","fe60da77-084c-49e8-9948-9ac4b6a6382f","feb949a6-9261-4175-bcf1-5519d82f9dc3","febd8326-9ba6-43de-bb29-910cb459498e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","2XM","30A","3ED","40K","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ACR","AFR","AKH","AKR","ALA","ANA","ANB","ARC","ATH","AVR","BBD","BFZ","BLB","BRB","BRC","BRO","C13","C14","C15","C16","C17","C18","C19","CED","CEI","CHK","CLB","CLU","CM2","CMA","CMD","CMM","CMR","CST","DDC","DDE","DDF","DDG","DDH","DDI","DDK","DDL","DDN","DDO","DDP","DDQ","DFT","DMR","DMU","DOM","DSK","DTK","DVD","E01","ECL","ELD","EOE","FBB","FDN","FIC","FIN","FRF","G17","GK1","GK2","GN2","GN3","GNT","GRN","GS1","H09","HBG","HOB","HOP","HOU","ICE","IKO","INR","INV","ISD","ITP","J14","J22","J25","JMP","KHM","KLD","KLR","KTK","LCI","LEA","LEB","LRW","LTR","M10","M11","M12","M13","M14","M15","M19","M20","M21","MBS","MD1","ME1","ME3","MH2","MH3","MID","MIR","MKM","MMQ","MOM","MRD","MSC","MSH","NEO","NPH","ODY","OLEP","ONE","ONS","ORI","OTJ","P02","P23","PAL00","PAL01","PAL03","PAL04","PAL05","PAL06","PAL99","PALP","PANA","PARL","PC2","PCA","PDGM","PELP","PF19","PF20","PGPX","PGRU","PIP","PL26","PLST","PMPS","PMPS06","PMPS07","PMPS08","PMPS09","PMPS10","PMPS11","POR","PPP1","PRM","PRW2","PRWK","PS11","PSAL","PSS2","PSS3","PSS4","PTC","PTK","PZ2","RAV","REX","RIX","RNA","ROE","RQS","RTR","S99","SCD","SHM","SIR","SLD","SLP","SNC","SOI","SOM","SOS","SPM","STX","SUM","TD0","TD2","TDM","THB","THS","TLA","TLE","TMP","TMT","TPR","TSP","UGL","UND","UNF","UNH","USG","UST","VOW","WAR","WC00","WC02","WC03","WC04","WC97","WC98","WHO","WOE","XANA","XLN","ZEN","ZNR"],"rarities":["common","rare"]},"planar birth":{"name":"Planar Birth","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return all basic land cards from all graveyards to the battlefield tapped under their owners' control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"},{"type":"InZone","zone":"Graveyard"}]},"enter_tapped":true},"cost":null,"sub_ability":null,"duration":null,"description":"Return all basic land cards from all graveyards to the battlefield tapped under their owners' control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7a9d13b3-3823-463a-acd9-8b7a9d5e121f","metadata":{"source_printing_ids":["c7cacdff-aa83-4644-b2f0-ce8c89dddfbf"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["USG"],"rulings":[{"date":"2004-10-04","text":"They enter tapped. They do not enter and then tap afterwards."}],"rarities":["rare"]},"plate armor":{"name":"Plate Armor","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +3/+3 and has ward {1}. (Whenever equipped creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {1}.)\nEquip {3}. This ability costs {1} less to activate for each other Equipment you control. ({3}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}. This ability costs {1} less to activate for each other Equipment you control.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[{"type":"Another"}]}}}},"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":3},{"type":"AddKeyword","keyword":{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":1}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +3/+3 and has ward {1}."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"36082b5e-760b-4245-af59-00d308470d1a","metadata":{"source_printing_ids":["2b432c64-e083-4386-86c1-49d746e7a8ea","37132291-e1f5-4db1-aabb-58c1b1890875","ad447e50-cfb1-40df-ae01-a65c46f2f572"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","J25","PLST"],"rulings":[{"date":"2021-07-23","text":"If a creature with ward is equipped with Plate Armor, becoming the target of a spell or ability an opponent controls will cause both ward abilities to trigger."},{"date":"2021-07-23","text":"If a player casts a spell that targets multiple permanents their opponent controls with ward, each of those ward abilities will trigger. If that player doesn't pay for all of them, the spell will be countered."}],"rarities":["uncommon"]},"plated sliver":{"name":"Plated Sliver","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"All Sliver creatures get +0/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Sliver creatures get +0/+1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"89d9641c-84a4-41df-af1f-5b552305e895","metadata":{"source_printing_ids":["82846d31-4981-4ef1-85c3-703569146a84"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["LGN"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn’t provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it’s no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."}],"rarities":["common"]},"platinum angel":{"name":"Platinum Angel","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nYou can't lose the game and your opponents can't win the game.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantLoseTheGame","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You can't lose the game."},{"mode":"CantWinTheGame","affected":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"your opponents can't win the game."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"b148578c-c0bf-4785-b97c-4b6f83028008","metadata":{"source_printing_ids":["2bffc898-16c6-46ab-89b7-cb218d08beea","5763a9ff-7b1f-4eba-9ab4-48d720e4d6a3","59bb5aee-b334-4c24-875b-56751d4add02","698f66ac-dae6-4b42-ae6f-d468b69b25be","7269e169-8fa0-43ec-b8a4-f889e3379e40","7b782865-b9d1-41ed-8a7b-a36c17022190","83018b9f-fecd-42cc-ae7b-3e5b8d632802","94765871-5785-429b-8980-e2b1667278a5","a9a561bf-bddc-4ea7-bf71-9cdc07a71456","aa59c5d8-ab45-492a-8a08-b4e7e54f1a5e","ca7f4fd6-e268-4d15-bfbf-d9f0f95864fc","f259e4e8-d50e-41ef-86d2-0046f55089a6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","BRR","CN2","HA2","M10","M11","MPS","MRD","PLST","SLD","TD2","V15"],"rulings":[{"date":"2004-12-01","text":"Effects that say the game is a draw, such as the _Legends_(TM) card Divine Intervention, are not affected by Platinum Angel. They'll still work."},{"date":"2004-12-01","text":"You can concede a game while Platinum Angel on the battlefield. A concession causes you to leave the game, which then causes you to lose the game (Once you concede, you no longer control a Platinum Angel, so its ability can't prevent you from losing the game)."},{"date":"2009-10-01","text":"If you control Platinum Angel in a Two-Headed Giant game, your team can't lose the game and the opposing team can't win the game."},{"date":"2009-10-01","text":"No game effect can cause you to lose the game or cause any opponent to win the game while you control Platinum Angel. It doesn't matter whether you have 0 or less life, you're forced to draw a card while your library is empty, you have ten or more poison counters, you're dealt combat damage by Phage the Untouchable, your opponent has Mortal Combat with twenty or more creature cards in their graveyard, or so on. You keep playing."},{"date":"2009-10-01","text":"Other circumstances can still cause you to lose the game, however. You will lose a game if you concede, if you're penalized with a Game Loss or a Match Loss during a sanctioned tournament due to a DCI rules infraction, or if your _Magic Online_(R) game clock runs out of time."}],"rarities":["rare","mythic","special"]},"playable delusionary hydra":{"name":"Playable Delusionary Hydra","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{TK}{TK} — {T}: Draw a card, then discard a card.\n{TK}{TK}{TK}{TK} — Whenever this creature attacks, you gain 3 life and draw a card.\n{TK}{TK} — 1/5\n{TK}{TK}{TK} — 4/4","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{TK}{TK} — {T}: Draw a card, then discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"{TK}{TK}{TK}{TK} — Whenever ~ attacks, you gain 3 life and draw a card."},"cost":null,"sub_ability":null,"duration":null,"description":"{TK}{TK}{TK}{TK} — Whenever ~ attacks, you gain 3 life and draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"{TK}{TK} — 1/5"},"cost":null,"sub_ability":null,"duration":null,"description":"{TK}{TK} — 1/5","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"{TK}{TK}{TK} — 4/4"},"cost":null,"sub_ability":null,"duration":null,"description":"{TK}{TK}{TK} — 4/4","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"065cdf8d-6874-4ab6-a08e-79bd88b245bd","metadata":{"source_printing_ids":["c27dffce-908c-45cf-bfe5-67af12467321"]},"legalities":{"commander":"legal","duel":"banned","oathbreaker":"banned","paupercommander":"legal"},"printings":["SUNF"],"rarities":["common"]},"polar kraken":{"name":"Polar Kraken","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":8},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kraken"]},"power":{"type":"Fixed","value":11},"toughness":{"type":"Fixed","value":11},"loyalty":null,"defense":null,"oracle_text":"Trample\nThis creature enters tapped.\nCumulative upkeep—Sacrifice a land. (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"CumulativeUpkeep":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1}}],"abilities":[],"triggers":[{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d0ff30c8-ddb7-439d-b14d-c83fe3c8da87","metadata":{"source_printing_ids":["aee01e9c-0445-4228-a73a-3e5744844ed3","c4643512-6071-45c4-bffc-8feec5bb094f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ICE","ME1"],"rulings":[{"date":"2008-10-01","text":"Paying cumulative upkeep is always optional. If it's not paid, the permanent with cumulative upkeep is sacrificed. Partial payments of the total cumulative upkeep cost can't be made. For example, if a permanent with \"cumulative upkeep {1}\" has three age counters on it when its cumulative upkeep ability triggers, it gets another age counter and then its controller chooses to either pay {4} or sacrifice the permanent."}],"rarities":["rare"]},"ponder":{"name":"Ponder","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top three cards of your library, then put them back in any order. You may shuffle.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":"Library","keep_count":null,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at the top three cards of your library, then put them back in any order. You may shuffle.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"02090581-61aa-4348-ad57-451be8ee91c2","metadata":{"source_printing_ids":["20edb8fa-6e26-46f7-a5a8-b4c4c3e75dfa","262285ab-3a6f-4932-b53b-8ab20bcad955","30693fc5-b350-42ef-968f-e0efda1365c1","308d4ee7-d188-47e0-b1be-8add6e229356","3c02b8ee-84cb-44cb-ba14-9e725a9d03ee","44dcfc0c-b23d-48be-bf3a-a6fc6806c5e1","5af43ceb-56d2-47d4-ab43-853338ab293c","636c17b3-53f6-4f2e-a6a2-36e851f6d001","7b0d4d01-9044-4b68-8b55-1b27ff0ffa75","81c908ee-e70a-4406-a32d-ab5ab17e67b1","8404f081-2d5f-4433-84cc-77918532eedf","84d02bf4-eefd-4916-ab5a-cc16b3e6a186","8a676db5-9911-4dc6-bcf2-6c5588027b14","8cbab1d1-25cb-456f-8d1c-3d64eb7265ea","91382955-bcfc-4fb6-8cce-dc107e5b4c32","9cee2eb1-f60e-4626-ba4a-b543142ca950","ac1042e0-af4d-42b0-9d43-34b3fa5daf92","af450adb-23be-4332-a54c-d647a1fd0248","ba6b6fc5-5077-4812-b8e9-906783dbaf67","dc69f960-68ba-4315-8146-6a7a82047503","fb1724cc-8432-4ff8-ac51-b8c4f4914494"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"banned","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["C18","C21","DSC","J21","LRW","M10","M12","MAR","MB2","NCC","OMB","OTC","P08","PEWK","PF25","PLST","PRM","SLC","SLD","SLP","TDC","TSR","WHO"],"rulings":[{"date":"2021-03-19","text":"If you choose to shuffle your library, that includes the three cards you just looked at and put back on top of it."}],"rarities":["common","rare","mythic","special"]},"pongify":{"name":"Pongify","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature. It can't be regenerated. Its controller creates a 3/3 green Ape creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Ape","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"types":["Creature","Ape"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"ParentTargetController"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target creature. It can't be regenerated. Its controller creates a 3/3 green Ape creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"05849bd6-8f38-4031-be2b-e2aa03beb8cc","metadata":{"related_token_ids":["5ba41981-a428-5757-8113-6f675d042d8a","ce8711c2-89a5-5c92-b3ab-36d351e9ac92","e0019194-67fb-5de1-b1d0-dadf80c8ba20","e2a31834-4fd7-5ecd-af99-11ab79ec8ed4","ee18f9df-1f3e-532f-aa55-5a6feab13ca3","f32064f0-133f-5e83-bfb8-7f7b82c1fb0c"],"source_printing_ids":["37ff06d0-d652-4694-a3f5-bf7385e9e850","40b7a6db-e0a3-45f7-9ef7-e4fd5490adb7","4131fa63-5afc-4b63-a4b4-f47b4bced87f","5780936e-629d-4737-9005-651234f5426d","726b3de5-f2c1-4a92-9039-f61ae9575839","89d595e6-3629-4f9b-8f55-8a91ff1d6f36","a1501dea-4e0e-49b0-86b5-e8a01f77077d","b952b12c-5e28-4e42-b9c4-67527518b0a8","bc20a8d2-be02-45d1-8f25-6ea38e2875d8","cb504714-b034-4938-93ad-7cb2ae320829","cce74a84-4441-4f2e-89d8-df0b096790ed","f774a9eb-8855-4adf-a4e9-faec198f6d25"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C14","M3C","OTC","PLC","PLST","SOA","TDC","TSR"],"rulings":[{"date":"2021-03-19","text":"If the target creature is an illegal target by the time Pongify tries to resolve, the spell won't resolve. No player creates an Ape token. If the target is legal but not destroyed (most likely because it has indestructible), its controller does create an Ape token."}],"rarities":["uncommon","rare"]},"porcelain gallery":{"name":"Porcelain Gallery","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have base power and toughness each equal to the number of creatures you control.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have base power and toughness each equal to the number of creatures you control."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e633412b-e36b-4ec5-b0d0-7cb24c7503f4","metadata":{"related_token_ids":["509d3688-c99e-5b90-b975-8716e3b97fc8"],"source_printing_ids":["4b9225ce-f29d-4235-8e9d-98a4fd159f73","c5ee6651-9946-4bae-b21e-6cf28fa77b13"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK","PDSK"],"rarities":["mythic"]},"portal to phyrexia":{"name":"Portal to Phyrexia","mana_cost":{"type":"Cost","shards":[],"generic":9},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, each opponent sacrifices three creatures of their choice.\nAt the beginning of your upkeep, put target creature card from a graveyard onto the battlefield under your control. It's a Phyrexian in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent sacrifices three creatures of their choice.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddSubtype","subtype":"Phyrexian"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"is a Phyrexian in addition to its other types"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, put target creature card from a graveyard onto the battlefield under your control. It's a Phyrexian in addition to its other types.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"301d1d8e-d3fc-4010-8b29-4724fa0b31cd","metadata":{"source_printing_ids":["0bc1dbbf-73a7-4f79-b499-4668c853d958","11387e41-df7e-4d25-89cc-7ec5d4ea3c8b","5f608efc-0dbc-4cc3-aadd-ed473bfc29ab","b05bda29-654a-4f4f-9296-702ccda7f800"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","PBRO","PRM"],"rarities":["mythic"]},"possessed goat":{"name":"Possessed Goat","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{3}, Discard a card: Put three +1/+1 counters on this creature and it becomes a black Demon in addition to its other colors and types. Activate only once.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddColor","color":"Black"},{"type":"AddSubtype","subtype":"Demon"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a black Demon in addition to its other colors and types"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{3}, Discard a card: Put three +1/+1 counters on ~ and it becomes a black Demon in addition to its other colors and types. Activate only once.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"821f4ff3-ebc7-4f47-ac35-d00093b6d35b","metadata":{"source_printing_ids":["cd02b8ff-ff65-4a38-b8fb-f8dd130edbf7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["common"]},"potioner's trove":{"name":"Potioner's Trove","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color.\n{T}: You gain 2 life. Activate only if you've cast an instant or sorcery spell this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: You gain 2 life. Activate only if you've cast an instant or sorcery spell this turn.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"YouCastSpellThisTurn","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"d604c75e-9d81-49de-80bc-08f4ef3ee975","metadata":{"source_printing_ids":["2123b349-4649-4a15-a8b5-b54414d2b1b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rarities":["common"]},"power artifact":{"name":"Power Artifact","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant artifact\nEnchanted artifact's activated abilities cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Reduce","keyword":"activated","amount":2,"minimum_mana":1,"exemption":"None"}},"affected":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted artifact's activated abilities cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9a8c8d52-1701-4ae0-9d2d-cce4e476673b","metadata":{"source_printing_ids":["c7b0c6c4-ec99-4af1-9527-41c428af7260","e48bc89e-6da5-43da-b4e0-60d5f850199c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ATQ","ME4","PRM"],"rulings":[{"date":"2004-10-04","text":"Can be placed on artifacts with no or zero activation costs, but this has no effect on them. It does not increase the cost to one."},{"date":"2004-10-04","text":"Only affects the generic mana part of activation costs. Colored parts of mana costs are not affected."},{"date":"2006-07-15","text":"Can't reduce Snow mana costs."},{"date":"2016-06-08","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keywords are activated abilities and will have colons in their reminder text."}],"rarities":["uncommon","rare"]},"power fist":{"name":"Power Fist","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has trample and \"Whenever this creature deals combat damage to a player, put that many +1/+1 counters on it.\"\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put that many +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has trample and \"Whenever ~ deals combat damage to a player, put that many +1/+1 counters on it.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bdfcf7df-8c06-4abe-af41-eccabb9fc2c8","metadata":{"source_printing_ids":["6171b2a6-0052-4329-9c9f-5c4d7f2c2eba","7ee6b263-c15a-47a3-9546-fc36dbda74b6","9e8f7fbc-bf2a-43c1-a88d-807c1e7dab69","e05c5af9-67ad-4c20-9d5f-91bda19d5809"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rarities":["rare"]},"power play":{"name":"Power Play","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Conspiracy"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Start the game with this conspiracy face up in the command zone.)\nYou are the starting player. If multiple players would be the starting player, one of those players is chosen at random.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"replacement_structure","description":"Replacement pattern matched but line failed replacement parser: You are the starting player. If multiple players would be the starting player, one of those players is chosen at random."},"cost":null,"sub_ability":null,"duration":null,"description":"You are the starting player. If multiple players would be the starting player, one of those players is chosen at random.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"15710c57-369a-442b-b7ea-175f3d9d164d","metadata":{"source_printing_ids":["bbfca319-edc4-45f2-b208-35c8112ec918"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"banned"},"printings":["CNS"],"rulings":[{"date":"2014-05-29","text":"If you have Power Play but aren't the starting player (because another player also had Power Play), your place in the turn order is unaffected. If you're sitting to the right of the starting player, you're going last. Not all power plays bear fruit."},{"date":"2016-08-23","text":"A conspiracy doesn't count as a card in your deck for purposes of meeting minimum deck size requirements. (In most drafts, the minimum deck size is 40 cards.)"},{"date":"2016-08-23","text":"A conspiracy's static and triggered abilities function as long as that conspiracy is face-up in the command zone."},{"date":"2016-08-23","text":"Conspiracies are colorless, have no mana cost, and can't be cast as spells."},{"date":"2016-08-23","text":"Conspiracies are never put into your deck. Instead, you put any number of conspiracies from your card pool into the command zone as the game begins. These conspiracies are face up unless they have hidden agenda, in which case they begin the game face down."},{"date":"2016-08-23","text":"Conspiracies aren't legal for any sanctioned Constructed format, but may be included in other Limited formats, such as Cube Draft."},{"date":"2016-08-23","text":"You can look at any player's face-up conspiracies at any time. You'll also know how many face-down conspiracies a player has in the command zone, although you won't know what they are."},{"date":"2016-08-23","text":"You don't have to play with any conspiracy you draft. However, you have only one opportunity to put conspiracies into the command zone, as the game begins. You can't put conspiracies into the command zone after this point."}],"rarities":["uncommon"]},"pox plague":{"name":"Pox Plague","mana_cost":{"type":"Cost","shards":["Black","Black","Black","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player loses half their life, then discards half the cards in their hand, then sacrifices half the permanents they control of their choice. Round down each time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"ScopedPlayer"}}},"divisor":2,"rounding":"Down"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"ScopedPlayer"}}},"divisor":2,"rounding":"Down"},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"ScopedPlayer","properties":[]},"count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"ScopedPlayer","properties":[]}}},"divisor":2,"rounding":"Down"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"duration":null,"description":"Each player loses half their life, then discards half the cards in their hand, then sacrifices half the permanents they control of their choice. Round down each time.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c505d304-9428-4532-87a2-167c69f16969","metadata":{"source_printing_ids":["9c99c17b-ad3a-4859-97e8-469718b81cd9","cb66cb9b-9877-4146-901c-5f2cbfe86c73"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rarities":["rare"]},"practiced offense":{"name":"Practiced Offense","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put a +1/+1 counter on each creature target player controls. Target creature gains your choice of double strike or lifelink until end of turn.\nFlashback {1}{W} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["White"],"generic":1}}}],"abilities":[{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain Double Strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"gain Double Strike","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain Lifelink"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"gain Lifelink","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put a +1/+1 counter on each creature target player controls. Target creature gains your choice of double strike or lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"99678cc9-59c8-4358-b847-8c38ffb4a050","metadata":{"source_printing_ids":["79c7cf94-c0a1-432d-90d7-7f0599c2e7a8","e22c20cf-69c2-4225-8011-00cd27ac4103"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard if the resulting spell is an instant or sorcery spell by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2026-03-20","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2026-03-20","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2026-03-20","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2026-03-20","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2026-03-20","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare"]},"prepare":{"name":"Prepare","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Untap target creature. It gets +2/+2 and gains lifelink until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+2 and gains lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Untap target creature. It gets +2/+2 and gains lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"fed7a6ad-68d8-4923-9ef0-619f73bfd6c2","metadata":{"source_printing_ids":["8902590b-8f14-4e5a-a81f-214af73be9a0","f59ea6f6-2dff-4e58-9166-57cac03f1d0a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PAKH"],"rulings":[{"date":"2017-04-18","text":"A spell with aftermath cast from a graveyard will always be exiled afterward, whether it resolves, it's countered, or it leaves the stack in some other way."},{"date":"2017-04-18","text":"All split cards have two card faces on a single card, and you put a split card onto the stack with only the half you're casting. The characteristics of the half of the card you didn't cast are ignored while the spell is on the stack. For example, if an effect prevents you from casting green spells, you can cast Destined of Destined // Lead, but not Lead."},{"date":"2017-04-18","text":"Any damage dealt by a creature you control with lifelink causes you to gain that much life, not just combat damage."},{"date":"2017-04-18","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one, but not both."},{"date":"2017-04-18","text":"Each split card is a single card. For example, if you discard one, you've discarded one card, not two. If an effect counts the number of instant and sorcery cards in your graveyard, Destined // Lead counts once, not twice."},{"date":"2017-04-18","text":"If another effect allows you to cast a split card with aftermath from a graveyard, you may cast either half. If you cast the half that has aftermath, you'll exile the card if it would leave the stack."},{"date":"2017-04-18","text":"If another effect allows you to cast a split card with aftermath from any zone other than a graveyard, you can't cast the half with aftermath."},{"date":"2017-04-18","text":"If either or both targets are illegal when Fight tries to resolve, no creature will deal or be dealt damage."},{"date":"2017-04-18","text":"If you cast the first half of a split card with aftermath during your turn, you'll have priority immediately after it resolves. You can cast the half with aftermath from your graveyard before any player can take any other action if it's legal for you to do so."},{"date":"2017-04-18","text":"Multiple instances of lifelink on the same creature are redundant."},{"date":"2017-04-18","text":"Split cards with aftermath have a new frame treatment—the half you can cast from your hand is oriented the same as other cards you'd cast from your hand, while the half you can cast from your graveyard is a traditional split card half. This frame treatment is for your convenience and has no rules significance."},{"date":"2017-04-18","text":"Untapping an attacking creature doesn't remove it from combat."},{"date":"2017-04-18","text":"While not on the stack, the characteristics of a split card are the combination of its two halves. For example, Destined // Lead is a green and black card, it is both an instant card and a sorcery card, and its mana value is 6. This means that if an effect allows you to cast a card with mana value 2 from your hand, you can't cast Destined. This is a change from the previous rules for split cards."},{"date":"2017-07-14","text":"Once you've started to cast a spell with aftermath from your graveyard, the card is immediately moved to the stack. Opponents can't try to stop the ability by exiling the card with an effect such as that of Crook of Condemnation."}],"rarities":["rare"]},"presence of gond":{"name":"Presence of Gond","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Token","name":"Elf Warrior","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elf","Warrior"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Create a 1/1 green Elf Warrior creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ab42398c-f0a1-4b94-ac5f-b8768e1b4e05","metadata":{"related_token_ids":["0999559d-8026-5957-b8d4-25f3a486d4cd","17a376d7-74b3-5819-8f90-fab4f43c5ccc","51c43f03-a499-5fda-8281-38eb06faf3cc","9c5a6888-abe1-5c82-9949-490a2c919d55","cbb556b6-7460-520e-ae74-94492cb0646d"],"source_printing_ids":["37fcba6c-c078-4a0d-be68-984536d91831","546c647d-8d0a-4b88-804e-ce0348eb772a","57c95805-54c5-47af-9d7f-21dd8f970aac","74e28915-216d-45c1-a3fc-aa34120afddf","922cf7de-3c37-4f4d-ae1a-7a14234a6dab","bba661af-c4a8-4230-830e-a9ee22b25d6b","cd68e154-d092-4004-bc58-5554d807e26a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","C13","CMA","J22","JMP","PLST","SCD","SHM"],"rulings":[{"date":"2008-05-01","text":"The creature's controller, not Presence of Gond's controller, is the one who can activate the ability, so that's the player who will get the token."}],"rarities":["common"]},"price of glory":{"name":"Price of Glory","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a player taps a land for mana, if it's not that player's turn, destroy that land.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"ParentTarget"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player taps a land for mana, if it's not that player's turn, destroy that land.","constraint":null,"condition":{"type":"Not","condition":{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"35064a72-c052-496f-8f1a-6dbc5e617d3f","metadata":{"source_printing_ids":["24a084e1-b181-49cc-acb0-8b074ba36fde","4ee1ca2a-8692-4af0-a99e-8fe144ba8cb3","785ccfe1-04f1-4d2e-9e30-2ae3efe7213a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY","PLST","SLD"],"rarities":["uncommon","rare"]},"priest of the crossing":{"name":"Priest of the Crossing","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Bird","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of each end step, put X +1/+1 counters on each creature you control, where X is the number of creatures that died under your control this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, put X +1/+1 counters on each creature you control, where X is the number of creatures that died under your control this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"524e5098-9c6d-43ad-80cb-52fd6d14ef53","metadata":{"source_printing_ids":["6efec3e5-6cad-4982-9a95-d46136a835fc","f0740a86-84eb-4720-b4d7-c5f5e561ddc7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DRC"],"rarities":["rare"]},"priest of titania":{"name":"Priest of Titania","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G} for each Elf on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":null,"properties":[]}}},"color_options":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G} for each Elf on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3a198a16-17b9-481e-b516-5bc945c7e247","metadata":{"source_printing_ids":["04130251-9950-4710-9f20-3953daae9e05","0f86709d-6f77-4ecf-9bd4-a7644b290a1a","19fc5956-286c-4e1d-bc4a-2974fc0f4dbc","965c33c3-0c68-4516-b8b0-5a0552ed44b6","a2180068-c4a2-4b52-8705-f2a87e81ec93","b670259a-d4b7-4111-99a7-d91f5b42181b","c777b6f4-38de-4cba-b050-361b0f5bc560","eb11921b-1b28-483f-a707-4de21a6daa31"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["C14","CMA","F03","MH3","PLST","PRM","USG","WC00"],"rulings":[{"date":"2024-06-07","text":"Priest of Titania's ability counts all Elves on the battlefield. This includes Priest of Titania itself as well as Elves controlled by other players."},{"date":"2024-06-07","text":"Priest of Titania's ability is a mana ability. It doesn't use the stack and players can't respond to it. Notably, this means other players can't try to remove Elves from the battlefield after you activate this ability but before it resolves."}],"rarities":["common","uncommon"]},"primal clay":{"name":"Primal Clay","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"As this creature enters, it becomes your choice of a 3/3 artifact creature, a 2/2 artifact creature with flying, or a 1/6 Wall artifact creature with defender in addition to its other types. (A creature with defender can't attack.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"3/3 Artifact"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"2/2 Artifact Flying"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":6},{"type":"AddKeyword","keyword":"Defender"},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"},{"type":"AddSubtype","subtype":"Wall"}],"condition":{"type":"ChosenLabelIs","label":"1/6 Artifact Wall Defender"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["3/3 Artifact","2/2 Artifact Flying","1/6 Artifact Wall Defender"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, it becomes your choice of a 3/3 artifact creature, a 2/2 artifact creature with flying, or a 1/6 Wall artifact creature with defender in addition to its other types.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"dccf2ca8-8c87-41c9-8373-351859396d05","metadata":{"source_printing_ids":["036f588d-9ee6-4436-ad75-46a84dd2b168","152f731f-78a6-444e-9a43-85446fa38f30","1e51f1b3-d8a3-4746-b0db-67d5ec71fb17","58b6f98c-b06e-4f69-bcd1-65a1f39ef5f9","774cece8-39ac-48fe-bfbe-494ec76d80ee","ab9d0e3f-cf7c-41f8-bcd7-bb08ea8cc2f8","bfe0dee5-af52-469f-9415-59caacf85637","cb9fa352-95ca-4185-8cfd-71ed25c0ed7a","cc49d724-b46d-449b-bd2b-03551e130a06","d057a91c-d2a7-48ec-aa16-f033499de166","dc5d2082-7a51-4761-b81c-830defd5269f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["3ED","4BB","4ED","5ED","6ED","A25","ATQ","FBB","M13","ME4","SUM"],"rulings":[{"date":"2021-03-19","text":"If an object enters the battlefield as a copy of Primal Clay, it copies the values determined by its enters-the-battlefield replacement effect, but its power and toughness are determined by the copy's own enters-the-battlefield replacement effect. This can cause you to have a 3/3 creature with flying, or a 1/6 creature with flying and defender, for example."},{"date":"2021-03-19","text":"If an object on the battlefield becomes a copy of Primal Clay, it copies the values determined by its enters-the-battlefield replacement effect."},{"date":"2021-03-19","text":"While not on the battlefield, Primal Clay is a 0/0 creature card. It doesn't have flying or defender."}],"rarities":["common","uncommon","rare"]},"primal plasma":{"name":"Primal Plasma","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Shapeshifter"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"As this creature enters, it becomes your choice of a 3/3 creature, a 2/2 creature with flying, or a 1/6 creature with defender.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"3/3"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"2/2 Flying"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":1},{"type":"SetToughness","value":6},{"type":"AddKeyword","keyword":"Defender"},{"type":"AddType","core_type":"Creature"}],"condition":{"type":"ChosenLabelIs","label":"1/6 Defender"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["3/3","2/2 Flying","1/6 Defender"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, it becomes your choice of a 3/3 creature, a 2/2 creature with flying, or a 1/6 creature with defender.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"540c5225-845e-4498-baae-0fbb836c1f38","metadata":{"source_printing_ids":["27064d4f-aeaf-4432-964a-97dfc1db835d","2bbdd96b-e740-43d0-a1b6-7b9b92cc7993","4a11a988-7dbc-482e-b0dc-d50ceace2def","f5d89855-f5ba-4a6f-b218-6a163b9dc6ae"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDI","PC2","PCA","PLC","TSR"],"rulings":[{"date":"2021-03-19","text":"If an object enters the battlefield as a copy of Primal Plasma, it copies the values determined by its enters-the-battlefield replacement effect, but its power and toughness are determined by the copy's own enters-the-battlefield replacement effect. This can cause you to have a 3/3 creature with flying, or a 1/6 creature with flying and defender, for example."},{"date":"2021-03-19","text":"If an object on the battlefield becomes a copy of Primal Plasma, it copies the values determined by its enters-the-battlefield replacement effect."},{"date":"2021-03-19","text":"While not on the battlefield, Primal Plasma is a 0/0 creature card. It doesn't have flying or defender."}],"rarities":["common"]},"primal prayers":{"name":"Primal Prayers","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, you get {E}{E} (two energy counters).\nYou may cast creature spells with mana value 3 or less by paying {E} rather than paying their mana costs. If you cast a spell this way, you may cast it as though it had flash.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you get {E}{E} .","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CastWithAlternativeCost":{"cost":{"type":"PayEnergy","amount":{"type":"Fixed","value":1}},"timing_permission":"AsThoughHadFlash"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may cast creature spells with mana value 3 or less by paying {E} rather than paying their mana costs. If you cast a spell this way, you may cast it as though it had flash."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8d087fe0-d554-4d7c-ba22-32db2cf71887","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"When this enchantment enters, you get {E}{E} (two energy counters).\nYou may cast creature spells with mana value 3 or less by paying {E} rat","line_index":0}],"metadata":{"source_printing_ids":["40017c2c-7631-4db8-8fcc-596108cfc7d3","c4eda3db-b47d-4f1e-a93d-e2ea747d935c","f718cfb2-a30b-424c-8e95-0e3daa03d6b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If a spell you cast this way has {X} in its mana cost, you must choose 0 as the value of X when casting it."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"If you cast a spell for another cost \"rather than paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs, such as kicker costs. If the spell has any mandatory additional costs, those must be paid to cast it."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["rare"]},"primary research":{"name":"Primary Research","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, return target nonland permanent card with mana value 3 or less from your graveyard to the battlefield.\nAt the beginning of your end step, if a card left your graveyard this turn, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target nonland permanent card with mana value 3 or less from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if a card left your graveyard this turn, draw a card.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Graveyard","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"NonToken"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"51af3da5-0970-436e-baa6-3171889a40e0","metadata":{"source_printing_ids":["f6fdb814-45c6-4d14-afff-7f5bd1bd10a1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rulings":[{"date":"2026-03-20","text":"If a card in a graveyard has {X} in its mana cost, X is 0 for the purpose of determining its mana value."},{"date":"2026-03-20","text":"Primary Research's last ability will check as your end step starts to see if any cards have left your graveyard this turn. If none did, the ability won't trigger at all. It's not possible to remove cards from your graveyard during your end step in time to have the ability trigger."}],"rarities":["uncommon"]},"primo, the unbounded":{"name":"Primo, the Unbounded","mana_cost":{"type":"Cost","shards":["X","Green","Green","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Fractal","Wolf"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Trample\nPrimo enters with twice X +1/+1 counters on it.\nWhenever one or more creatures you control with base power 0 deal combat damage to a player, create a 0/0 green and blue Fractal creature token. Put a number of +1/+1 counters on it equal to the damage dealt.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Token","name":"Fractal","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature","Fractal"],"colors":["Green","Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Ref","qty":{"type":"EventContextAmount"}}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Base","comparator":"EQ","value":{"type":"Fixed","value":0}}]},"description":"Whenever one or more creatures you control with base power 0 deal combat damage to a player, create a 0/0 green and blue Fractal creature token. Put a number of +1/+1 counters on it equal to the damage dealt.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"CostXPaid"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with twice X +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"65fb0e20-61f8-4c61-bc08-7f6f718ee9ee","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["ad44b516-28bf-5949-b591-ea9cd4767bcd"],"source_printing_ids":["a2d14b99-15e2-4e96-89a2-7e0ee5dc059f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"If a creature has a characteristic-defining ability that sets its power and toughness, indicated with a */* or similar in the power and toughness box, that ability is taken into account when determining its base power and toughness."},{"date":"2026-03-20","text":"Normally, a creature's base power and toughness are the power and toughness printed on the card or, for a token, the power and toughness set by the effect that created it. If another effect sets a creature's power and toughness to specific numbers or values, those become its base power and toughness. If an effect modifies a creature's power and/or toughness without setting them, that is not included when determining its base power and toughness."},{"date":"2026-03-20","text":"Some creatures have base power and toughness 0/0 and an ability that gives them a bonus based on some criteria. Those are not characteristic-defining abilities, and that ability doesn't change its base power and toughness."}],"rarities":["mythic"]},"primordial ooze":{"name":"Primordial Ooze","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Ooze"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature attacks each combat if able.\nAt the beginning of your upkeep, put a +1/+1 counter on this creature. Then you may pay {X}, where X is the number of +1/+1 counters on it. If you don't, tap this creature and it deals X damage to you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, put a +1/+1 counter on ~. Then you may pay {X}, where X is the number of +1/+1 counters on it. If you don't, tap ~ and it deals X damage to you.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"MustAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ attacks each combat if able."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"133109c3-a2ca-4231-b3b1-baa700800b07","metadata":{"source_printing_ids":["a46e47e1-8639-48f7-94c4-5f9e9666839a","a53d8d6d-b8d3-4f71-a88a-5d639ce2925f","be0c5177-e205-4639-ac41-3520bfefd9d0","dab748e8-5917-4c7f-8d5f-18dadcb82abe"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","BCHR","CHR","LEG"],"rulings":[{"date":"2004-10-04","text":"It becomes tapped even if the damage is prevented."}],"rarities":["uncommon"]},"prishe's wanderings":{"name":"Prishe's Wanderings","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a basic land card or Town card, put it onto the battlefield tapped, then shuffle. When you search your library this way, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},{"type":"Typed","type_filters":["Land",{"Subtype":"Town"}],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"SearchedLibrary","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false},"or_trigger":null,"lifetime":"Reflexive"},"effect":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card or Town card, put it onto the battlefield tapped, then shuffle. When you search your library this way, put a +1/+1 counter on target creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bc92988c-d628-45ea-8606-516a1211cef3","metadata":{"source_printing_ids":["d6e1dee0-e2cd-4899-a3ea-7d0df717c9ab"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"You don't choose a target for Prishe's Wanderings at the time you cast it. Rather, a second \"reflexive\" ability triggers when you search your library this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["common"]},"prized amalgam":{"name":"Prized Amalgam","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature enters, if it entered from your graveyard or you cast it from your graveyard, return this card from your graveyard to the battlefield tapped at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature enters, if it entered from your graveyard or you cast it from your graveyard, return this card from your graveyard to the battlefield tapped at the beginning of the next end step.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"ZoneChangeObjectMatchesFilter","origin":"Graveyard","destination":"Battlefield","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]}},{"type":"WasCast","zone":"Graveyard","controller":"You","owner":"You"}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"8499b3ec-9a61-47a4-a880-e8230b41c81b","metadata":{"source_printing_ids":["4bf17671-5323-4c84-8215-d58dd2189cdd","54fc296a-6479-42ca-b0a8-c14b3ded1cec","5ee21dbe-6fcf-487b-b924-6b07c0dfa130","634cedb6-8b00-4f4b-8790-541188955295","844c9fa7-8751-49be-827a-7fb6986bae59"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","PSOI","SIR","SOI","TSR"],"rulings":[{"date":"2021-03-19","text":"A card cast using its madness ability is cast from exile, not from your graveyard."},{"date":"2021-03-19","text":"Prized Amalgam's ability triggers only if it's in your graveyard immediately after an appropriate creature enters the battlefield. A Prized Amalgam that's already on the battlefield won't be returned at the beginning of the next end step if it's put into your graveyard later."}],"rarities":["rare","special"]},"probe":{"name":"Probe","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Kicker {1}{B} (You may pay an additional {1}{B} as you cast this spell.)\nDraw three cards, then discard two cards. If this spell was kicked, target player discards two cards.","non_ability_text":null,"flavor_name":null,"keywords":[{"Kicker":{"type":"Cost","shards":["Black"],"generic":1}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Draw three cards, then discard two cards. If this spell was kicked, target player discards two cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"f8d227b6-1627-4ea1-b815-887094497abf","additional_cost":{"type":"Kicker","data":{"costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}}]}},"metadata":{"source_printing_ids":["0a396152-0b6d-4b5e-8dcd-4d77df0b7ae4","a2a58d18-3d52-4178-86b2-7590d4164e76"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["INV","PLST"],"rulings":[{"date":"2024-11-08","text":"If a card or token enters as a copy of a permanent, the new permanent isn't kicked, even if the original was."},{"date":"2024-11-08","text":"If a spell's kicker cost was paid, the spell is \"kicked.\""},{"date":"2024-11-08","text":"If you copy a kicked spell on the stack, the copy is also kicked. If the copied spell is a permanent spell, the token the copy of that spell becomes when it enters is also kicked."},{"date":"2024-11-08","text":"If you put a permanent with a kicker ability onto the battlefield without casting it, you can't kick it."},{"date":"2024-11-08","text":"The kicker ability doesn't let you pay a kicker cost more than once."},{"date":"2024-11-08","text":"To determine a spell's total cost, start with the mana cost (or an alternative cost if another card's effect allows you to pay one instead), add any cost increases (such as kicker), then apply any cost reductions. The spell's mana value remains unchanged, no matter what the total cost to cast it was."}],"rarities":["common"]},"profane tutor":{"name":"Profane Tutor","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Suspend 2—{1}{B} (Rather than cast this card from your hand, pay {1}{B} and exile it with two time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)\nSearch your library for a card, put that card into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":2,"cost":{"type":"Cost","shards":["Black"],"generic":1}}}],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a card, put that card into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"27a1f42c-0b86-4609-9609-1fa9cab7e7c9","metadata":{"source_printing_ids":["0c7f7fdb-9c38-43f8-acb9-6ea1797387a6","2afc6f7d-ab59-4d64-bd11-6bd0fd4bfcd2","44989011-7833-42e3-8fae-6ed0c7220e28"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH2","PMH2","PRM"],"rulings":[{"date":"2021-06-18","text":"You do not need to reveal the card you find with Profane Tutor."},{"date":"2024-02-02","text":"A card with no mana cost can't be cast normally; you'll need a way to cast it for an alternative cost or without paying its mana cost, such as by suspending it."},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If a card with no mana cost is given an alternative cost equal to its mana cost (by Snapcaster Mage, for example), that cost cannot be paid and the card cannot be cast this way."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare"]},"professional face-breaker":{"name":"Professional Face-Breaker","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever one or more creatures you control deal combat damage to a player, create a Treasure token.\nSacrifice a Treasure: Exile the top card of your library. You may play that card this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[{"kind":"Activated","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Treasure"}],"controller":null,"properties":[]},"count":1},"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Sacrifice a Treasure: Exile the top card of your library. You may play that card this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, create a Treasure token.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"04152e7a-969c-4858-841b-0a569a9fc1bf","metadata":{"related_token_ids":["02eda719-658b-52e3-8f94-b66dda715865","4f940dc2-7698-5fda-9f9b-62ec43ec2012","7c5cdbc2-a953-53bd-81dd-9a5c8fbedb85","ce4fe62d-f077-54ec-83ec-f719fbf726a8","e1712205-f6a6-5ffa-befc-9becced0337f"],"source_printing_ids":["2b7e703f-dcd2-4a99-846f-758d4858453a","42acbf52-b137-44f0-a815-2817fe8d2da2","5d6789ac-934f-4591-a009-13faa453be05","7e7c8626-3c82-43f1-98a7-db165b30cf3b","9c2561e6-c5b6-4c88-896e-67b33b8cf6bc","d5a53791-d4e9-49e9-9daf-c8b378925afe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC","J22","M3C","PRM","PSNC","SLD","SNC"],"rarities":["rare"]},"professor onyx":{"name":"Professor Onyx","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Liliana"]},"power":null,"toughness":null,"loyalty":"5","defense":null,"oracle_text":"Magecraft — Whenever you cast or copy an instant or sorcery spell, each opponent loses 2 life and you gain 2 life.\n[+1]: You lose 1 life. Look at the top three cards of your library. Put one of them into your hand and the rest into your graveyard.\n[−3]: Each opponent sacrifices a creature with the greatest power among creatures that player controls.\n[−8]: Each opponent may discard a card. If they don't, they lose 3 life. Repeat this process six more times.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":"Hand","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Graveyard","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: You lose 1 life. Look at the top three cards of your library. Put one of them into your hand and the rest into your graveyard.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"EQ","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]}}}}]},"count":{"type":"Fixed","value":1}},"cost":{"type":"Loyalty","amount":-3},"sub_ability":null,"duration":null,"description":"[−3]: Each opponent sacrifices a creature with the greatest power among creatures that player controls.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},{"kind":"Activated","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":-8},"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−8]: Each opponent may discard a card. If they don't, they lose 3 life. Repeat this process six more times.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":true,"repeat_for":{"type":"Offset","inner":{"type":"Fixed","value":6},"offset":1},"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[{"mode":"SpellCastOrCopy","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast or copy an instant or sorcery spell, each opponent loses 2 life and you gain 2 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9df2e909-ed13-456a-9636-7398732009a9","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["013eeb99-1b66-4fba-ad96-78deee901ea4","b8d8e608-6de4-4b90-aeb7-d060d1f44844","c2ad8536-15f6-42c1-8521-dc37feee8e67"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DSC","PRM","PSTX","STX"],"rulings":[{"date":"2021-04-16","text":" Each magecraft ability has a different effect, although they all have the same trigger condition, whenever you cast or copy an instant or sorcery spell."},{"date":"2021-04-16","text":" For example, if you control Archmage Emeritus and cast an instant or sorcery spell, Archmage Emeritus's magecraft ability will trigger and you will draw a card."},{"date":"2021-04-16","text":" If an effect creates a copy of an instant or sorcery spell, this will also cause the magecraft ability to trigger."},{"date":"2021-04-16","text":" If an effect creates multiple copies of an instant or sorcery spell, magecraft abilities trigger once for each copy created by the effect."},{"date":"2021-04-16","text":" Some effects instruct you to copy an instant or sorcery card in a zone other than the stack. These copies do not cause magecraft abilities to trigger. However, most effects that do this also allow you to cast the copy, and casting the copy will cause magecraft abilities to trigger."},{"date":"2021-04-16","text":"For Professor Onyx's last loyalty ability, \"this process\" is the following: First, the next opponent in turn order may choose a card in hand without revealing it, then each other opponent in turn order does the same. Then all the chosen cards are revealed and discarded at the same time and each opponent who didn't discard a card (whether they chose not to or had an empty hand) loses 3 life. This all will happen seven times, for a maximum loss of 21 life per opponent."},{"date":"2021-04-16","text":"For Professor Onyx's second loyalty ability, if an opponent has multiple creatures with the greatest power, that player choose which one to sacrifice. The next opponent in turn order chooses which creature they are sacrificing, then each other opponent in turn order does the same, knowing the choices made before them. Then all chosen creatures are sacrificed at the same time."},{"date":"2021-04-16","text":"If Professor Onyx seems familiar, it's probably because you've seen this type of planeswalker before."}],"rarities":["mythic"]},"profit":{"name":"Profit","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control get +1/+1 until end of turn.\nFuse (You may cast one or both halves of this card from your hand.)","non_ability_text":null,"flavor_name":null,"keywords":["Fuse"],"abilities":[{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Creatures you control get +1/+1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","White"],"scryfall_oracle_id":"c41e8a99-e4a8-4323-a59d-265266e29fa9","metadata":{"source_printing_ids":["0eb3ce46-ddd2-43b3-9e45-019ae91df686","320e1e05-12b8-4301-8cd7-3ead8046d94a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DGM","PIO"],"rulings":[{"date":"2013-04-15","text":"If a player names a card, the player may name either half of a split card, but not both. A split card has the chosen name if one of its two names matches the chosen name."},{"date":"2013-04-15","text":"If you cast a split card with fuse from your hand without paying its mana cost, you can choose to use its fuse ability and cast both halves without paying their mana costs."},{"date":"2013-04-15","text":"If you're casting a split card with fuse from any zone other than your hand, you can't cast both halves. You'll only be able to cast one half or the other."},{"date":"2013-04-15","text":"On the stack, a split spell that hasn't been fused has only that half's characteristics and mana value. The other half is treated as though it didn't exist."},{"date":"2013-04-15","text":"Some split cards with fuse have two halves that are both multicolored. That card is multicolored no matter which half is cast, or if both halves are cast. It's also multicolored while not on the stack."},{"date":"2013-04-15","text":"Some split cards with fuse have two monocolor halves of different colors. If such a card is cast as a fused split spell, the resulting spell is multicolored. If only one half is cast, the spell is the color of that half. While not on the stack, such a card is multicolored."},{"date":"2013-04-15","text":"To cast a fused split spell, pay both of its mana costs. While the spell is on the stack, its mana value is the total amount of mana in both costs."},{"date":"2013-04-15","text":"When a fused split spell resolves, follow the instructions of the left half first, then the instructions on the right half."},{"date":"2013-04-15","text":"When resolving a fused split spell with multiple targets, treat it as you would any spell with multiple targets. If all targets are illegal when the spell tries to resolve, the spell doesn't resolve and none of its effects happen. If at least one target is still legal at that time, the spell resolves, but an illegal target can't perform any actions or have any actions performed on it."},{"date":"2013-04-15","text":"You can choose the same object as the target of each half of a fused split spell, if appropriate."}],"rarities":["uncommon"]},"progenitor's icon":{"name":"Progenitor's Icon","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose a creature type.\n{T}: Add one mana of any color.\n{T}: The next spell of the chosen type you cast this turn can be cast as though it had flash.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"GrantNextSpellAbility","modifier":{"type":"CastAsThoughFlash"},"player":{"type":"Controller"},"spell_filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: The next spell of the chosen type you cast this turn can be cast as though it had flash.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"747f6d0f-3c10-4fef-b7ae-f578c8964ab5","metadata":{"source_printing_ids":["48104961-2090-435a-8d0e-6115e051b05c","5457025c-9720-4717-8ee5-fb048815a895","55a7f877-dc7c-4c1b-b233-900958c9e8f5","f5e04597-c1b6-4561-aba2-5a8c3185463d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LCC","MSC"],"rulings":[{"date":"2023-11-10","text":"If Progenitor's Icon is somehow on the battlefield without a chosen type, its last ability won't do anything."}],"rarities":["rare"]},"promise of tomorrow":{"name":"Promise of Tomorrow","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control dies, exile it.\nAt the beginning of each end step, if you control no creatures, sacrifice this enchantment and return all cards exiled with it to the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control dies, exile it.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Battlefield","target":{"type":"ExiledBySource"},"enters_under":"You"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if you control no creatures, sacrifice ~ and return all cards exiled with it to the battlefield under your control.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"26c22894-10e5-48f1-a32a-a7f1f3f7e12e","metadata":{"source_printing_ids":["0ccffa9d-8896-4364-bc5c-37592d2714f9","b9a307a1-d2b3-481b-92cd-14a2866a022d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PRM"],"rulings":[{"date":"2020-11-10","text":"If a creature you control dies, but it isn't a creature card in the graveyard (perhaps because it was a noncreature that became a creature), Promise of Tomorrow will still exile it, and it may return it to the battlefield later."},{"date":"2020-11-10","text":"If you control more than one Promise of Tomorrow, each creature you control that dies will cause the triggered ability of each of them to trigger. Those abilities can be put on the stack in any order, and the first one to resolve is the one that exiles the creature card. That creature card will be exiled by that Promise of Tomorrow, and only that Promise of Tomorrow can return it."},{"date":"2020-11-10","text":"Players can respond to the first ability of Promise of Tomorrow to try and move the card to another zone (even exile) before Promise of Tomorrow exiles it."},{"date":"2020-11-10","text":"Similarly, if you control more than one Promise of Tomorrow, they will each trigger at the beginning of the end step if you control no creatures. These abilities can be put on the stack in any order, and the first one to resolve will be sacrificed and return cards to the battlefield if appropriate. The next ability to try and resolve will check to see if you control any creatures at that time. If you do, the ability won't resolve, Promise of Tomorrow won't be sacrificed, and it won't return any cards."}],"rarities":["rare"]},"propaganda":{"name":"Propaganda","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":2},"scaling":{"type":"PerAffectedCreature"},"defended":"Player"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ea9709b6-4c37-4d5a-b04d-cd4c42e4f9dd","metadata":{"source_printing_ids":["01115986-1963-45c6-b706-2faee6c71e8f","0806d4a1-4d2f-454b-b830-5ab58e13a452","16023fe1-f5e7-4ec0-aef2-c34c131b8ff3","1b8aa419-dc96-4cd7-9e6a-c2d071df98d1","3e3f0bcd-0796-494d-bf51-94b33c1671e9","4c7c9072-d14c-442c-a386-bfdc0cbe110d","8fdbe10e-4a5c-43ee-abb5-20a8d5be9727","923c8a2b-dbba-423d-8f86-7c5ec184bfcf","ac943e31-26bc-4b54-b73f-460e6e402d86","bc0331b2-7a5b-46f5-9698-f185431ca711","c180f9bd-7dd7-4318-8625-2fa674cbc528","e040aaf3-1331-4960-8220-22bb2c2591da","e175bba4-c131-48f4-8e31-16ec07a12e59","e3308ce8-df83-4f8e-b493-39f95b2d0237","e5f293d7-9c2b-41cb-8e3c-dfc1daa6635f","f67dde4d-3df1-480d-a8b8-ab22c768bb12","f74d378d-6a21-474b-a71c-652a1c92b898"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ACR","AFC","C13","C16","C20","CLB","CMD","FIC","M3C","MSC","OTC","PLST","PZ1","SLD","TMP","WHO"],"rulings":[{"date":"2004-10-04","text":"If there are multiple attacks in a turn, then you have to pay for each attack."},{"date":"2004-10-04","text":"If there is more than one Propaganda on the battlefield, the cost is cumulative."},{"date":"2004-10-04","text":"Paying this cost is not an instant or any other kind of ability, it is an additional cost on the declaration of the attacker."},{"date":"2004-10-04","text":"The payment is made during the declare attackers step at the same time you are declaring the attacker."}],"rarities":["uncommon","rare"]},"provoke":{"name":"Provoke","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Untap target creature you don't control. That creature blocks this turn if able.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ForceBlock","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Untap target creature you don't control. That creature blocks this turn if able.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"731821b1-89fd-4166-94b8-35a1364e4d9d","metadata":{"source_printing_ids":["1fadb24d-0f8c-4542-b3a2-5116563082f9","28ed310f-0e84-4695-a3bc-d01820a54889","9d0df301-737c-417b-b924-0a6ae42c77a0","fa3c58f1-5276-420e-8c09-d256492ee87b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["CNS","STH","TPR","VMA"],"rulings":[{"date":"2004-10-04","text":"You can target an untapped creature."}],"rarities":["common"]},"prowling pangolin":{"name":"Prowling Pangolin","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Pangolin","Beast"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, any player may sacrifice two creatures of their choice. If a player does, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, any player may sacrifice two creatures of their choice. If a player does, sacrifice ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"92042cad-09f5-464f-85ad-baad27e6d1eb","metadata":{"source_printing_ids":["0f037e99-75fb-4a2a-b4c6-448ef21b16a3","58433841-1251-447e-87e5-568a26837a0a","b6bf8191-3154-48d7-a49b-4d07b5e35a15"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["EMA","ONS","PLST"],"rarities":["common","uncommon"]},"psychic possession":{"name":"Psychic Possession","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant opponent\nSkip your draw step.\nWhenever enchanted opponent draws a card, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}}],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"Whenever enchanted opponent draws a card, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"SkipStep":{"step":"Draw"}},"affected":{"type":"Controller"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Skip your draw step."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d2458d63-c627-4e75-8bda-23bca38cae93","parse_warnings":[{"type":"TargetFallback","context":"trigger subject parse fell back to Any","text":"enchanted opponent draws a card","line_index":0}],"metadata":{"source_printing_ids":["e8364ce0-4c11-4af0-9f4b-e4c20d640dfc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DIS"],"rulings":[{"date":"2006-05-01","text":"An Aura with enchant opponent can't be attached to a permanent."},{"date":"2006-05-01","text":"Enchanting an opponent works very much like enchanting a permanent. The Aura spell targets the opponent. When it resolves, it enters \"attached\" to that player. Once it's on the battlefield, it no longer targets that player."},{"date":"2006-05-01","text":"If Psychic Possession's controller ever happens to be the player it's enchanting, Psychic Possession will be put into its owner's graveyard as a state-based action."},{"date":"2006-05-01","text":"In a multiplayer game, if the enchanted opponent leaves the game, Psychic Possession will be put into its owner's graveyard as a state-based action. If Psychic Possession's owner leaves the game, Psychic Possession immediately leaves the game; this is not a state-based action."},{"date":"2006-05-01","text":"Psychic Possession's controller, not the enchanted player, skips their draw step."}],"rarities":["rare"]},"puca's eye":{"name":"Puca's Eye","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, draw a card, then choose a color. This artifact becomes the chosen color.\n{3}, {T}: Draw a card. Activate only if there are five colors among permanents you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}, {T}: Draw a card. Activate only if there are five colors among permanents you control.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":null}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddChosenColor"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"the chosen color"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card, then choose a color. ~ becomes the chosen color.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"499b4cf9-2aaa-45a0-8362-77b727b7f7cc","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"When this artifact enters, draw a card, then choose a color. This artifact becomes the chosen color.\n{3}, {T}: Draw a card. Activate only if","line_index":0}],"metadata":{"source_printing_ids":["c3a5ca02-3829-4c42-b0dc-98b660f8a8f0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["uncommon"]},"pupu ufo":{"name":"PuPu UFO","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct","Alien"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\n{T}: You may put a land card from your hand onto the battlefield.\n{3}: Until end of turn, this creature's base power becomes equal to the number of Towns you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: You may put a land card from your hand onto the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Town"}],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~'s base power becomes equal to the number of Towns you control"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{3}: Until end of turn, ~'s base power becomes equal to the number of Towns you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b1412eda-e3a4-41b2-932e-795a0ba0f7f8","metadata":{"source_printing_ids":["989b52f7-d8a5-4488-9a5d-f14a1d48686d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"Putting a land card onto the battlefield with PuPu UFO's first activated ability doesn't count as playing a land. You can put a land card onto the battlefield this way even if you've already played a land for the turn."},{"date":"2025-06-06","text":"Use the number of Towns you control when PuPu UFO's last ability resolves to determine PuPu UFO's new base power."}],"rarities":["uncommon"]},"puresteel paladin":{"name":"Puresteel Paladin","mana_cost":{"type":"Cost","shards":["White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever an Equipment you control enters, you may draw a card.\nMetalcraft — Equipment you control have equip {0} as long as you control three or more artifacts.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an Equipment you control enters, you may draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Equipment"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"sub_ability":null,"duration":null,"description":"equip {0}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Metalcraft — Equipment you control have equip {0} as long as you control three or more artifacts."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"74a62c7b-4753-4af2-b7a1-9a4ae8988801","metadata":{"source_printing_ids":["5890e6cd-f5af-4651-a55a-8526617152bb","6dfd52a8-14c0-4e53-862e-01da4d7823e2","73e496f4-ec53-4e3c-a27d-5c1b5a54a642","7a69d118-fc58-40b7-bb38-f1c3da04d950","8abcc2e6-82e7-4cc5-8956-05dd617e3e7d","8f6b5529-b70f-4d61-b98f-e7936683d3ad","9a89d111-1a7c-4446-9a53-99d5d68099cf","b43eb2ff-a3c4-449d-8ad3-17c41d5c764b","b7f768ce-e30e-4da6-a2e3-3e67315b1766","ca100248-fcd6-41ed-8d75-bcb473845edd","d8f8a324-006d-4cb8-9816-620a603b4229","ec9196b9-24b9-4398-b712-3fc0ee34717e","f457dcc4-fcba-4f6a-b4fe-d6b97ac370c7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","AFC","CMM","FIC","NPH","PIP","PLST","SLD"],"rulings":[{"date":"2020-08-07","text":"Once the equip {0} ability is activated, causing Puresteel Paladin to leave the battlefield or causing its controller to control fewer than three artifacts won't stop the equip ability from resolving."},{"date":"2020-08-07","text":"You may still activate the Equipment's other equip abilities if you wish."}],"rarities":["rare"]},"pyroclasm":{"name":"Pyroclasm","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Pyroclasm deals 2 damage to each creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to each creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e4bcd4ea-e7cd-4471-8f3b-18bb51d3d70c","metadata":{"source_printing_ids":["0c0e7131-db26-448d-afda-f48337a026f0","2df4f214-5db5-41ea-8e06-e8f0aaeac05d","34ec6e8f-a8be-4efe-8082-d807378066b1","3a66dc1f-a379-4d8f-ae00-f2cff5edfa9c","4391b0af-2f26-4a45-9e2a-5bd8e9838107","7afce33f-2ead-4943-9655-bff6eaa9fe6b","800fd385-529d-40c7-b320-9dfd6b2f6f51","81012d51-bb63-4558-b82c-f5b5c34f4bfb","88040748-ad76-4b9a-bd4e-87e5980e9816","8c8f3b5e-71b4-42e0-9ddb-630e3dcf1be7","964b8482-9154-4f26-9ae7-641d0c00ca99","a454c426-dd7b-44e4-8404-adb4e0739e4a","aa0e9a0c-7d89-4dde-88c3-130fb4d41fb7","bac89aef-a0f5-494b-a085-5b3b016d7f17","c4783071-bbb5-4db6-a38a-5ef2305e19ac","daa4eca3-8254-4d08-a944-8093fe83aad9","e06bc456-41a1-471f-ab13-7d0575b0b295","ea518d8f-568e-4f4a-b729-fdf4c770b9d0","ea6df956-0dc0-41f4-bf37-c88bcd80cc95","f4005974-fac5-465f-b742-bcb41eb8ba74","fc79823f-7ae1-4c22-9c11-8c729eea6c4f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","7ED","8ED","9ED","A25","DDK","DDL","DKM","DSK","ICE","M10","M11","MM3","OLEP","P06","PLST","POR","PRM","PSAL","WC01","WC03","WC04"],"rarities":["uncommon","rare"]},"pyrogoyf":{"name":"Pyrogoyf","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lhurgoyf"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"1+*"},"loyalty":null,"defense":null,"oracle_text":"Pyrogoyf's power is equal to the number of card types among cards in all graveyards and its toughness is equal to that number plus 1.\nWhenever this creature or another Lhurgoyf creature you control enters, that creature deals damage equal to its power to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"target":{"type":"Any"},"damage_source":"TriggeringSource"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature",{"Subtype":"Lhurgoyf"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another Lhurgoyf creature you control enters, that creature deals damage equal to its power to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"All"}}}},{"type":"SetDynamicToughness","value":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"All"}}},"offset":1}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the number of card types among cards in all graveyards and its toughness is equal to that number plus 1."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7fd7457a-388d-4cca-a7cf-86b4ea922037","metadata":{"source_printing_ids":["f60be310-4461-4b84-95f0-b2095108bd79","fa87bf1e-2062-4983-b1c4-98bffea69a4c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA2","M3C"],"rulings":[{"date":"2024-06-07","text":"Card types that can appear on cards in a graveyard are artifact, battle, creature, enchantment, instant, kindred, land, planeswalker, and sorcery. Legendary, basic, and snow are supertypes, not card types; Lhurgoyf, Forest, and Siege are subtypes, not card types."},{"date":"2024-06-07","text":"If Pyrogoyf or the relevant Lhurgoyf creature leaves the battlefield while Pyrogoyf's last ability is on the stack, use its power as it last existed on the battlefield to determine how much damage is dealt."},{"date":"2024-06-07","text":"The ability that defines Pyrogoyf's power and toughness counts card types, not cards. If the only card in all graveyards is a single artifact creature card, Pyrogoyf will be a 2/3. If the cards in all graveyards are ten artifact cards and ten creature cards, Pyrogoyf will still be a 2/3."},{"date":"2024-06-07","text":"The ability that defines Pyrogoyf's power and toughness works in all zones, not just the battlefield."}],"rarities":["rare"]},"quagmire lamprey":{"name":"Quagmire Lamprey","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Fish"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes blocked by a creature, put a -1/-1 counter on that creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes blocked by a creature, put a -1/-1 counter on that creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f5b374d8-bf22-44f7-a18a-18c096a84640","metadata":{"source_printing_ids":["3c91c44e-6bfc-4595-9cdb-17d73f912c09"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ"],"rarities":["uncommon"]},"quantum reduction":{"name":"Quantum Reduction","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 2 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 2 or more.)\nYou may cast this spell as though it had flash if it's cast using teamwork.\nEnchant creature\nEnchanted creature gets -5/-0 and loses all abilities.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":2},{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Any"},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"RemoveAllAbilities"},{"type":"AddPower","value":-5},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets -5/-0 and loses all abilities."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4e18d20f-f153-4607-9201-3e22591474db","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["ebeca5ab-ab9b-4f63-8313-5e2322617693"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["common"]},"quantum riddler":{"name":"Quantum Riddler","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, draw a card.\nAs long as you have one or fewer cards in hand, if you would draw one or more cards, you draw that many cards plus one instead.\nWarp {1}{U}","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Warp":{"type":"Cost","shards":["Blue"],"generic":1}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Draw","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"EventContextAmount"}},"offset":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"As long as you have one or fewer cards in hand, if you would draw one or more cards, you draw that many cards plus one instead.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"Fixed","value":1}}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"58582fac-4c42-4a1c-9ab1-4a892b500da4","metadata":{"source_printing_ids":["120be808-ff3b-4fca-96a1-4db6b9825856","2b0e16d5-a3e5-4e58-9f97-3d967618f015"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"If an effect instructs you to draw more than one card, Quantum Riddler’s replacement effect applies to that entire instruction, not the individual card draws represented by the instruction. For example, if you control Quantum Riddler and you cast Decode Transmissions while you have no other cards in your hand, Quantum Riddler’s replacement effect will apply, and you’ll draw three cards instead of two."},{"date":"2025-07-25","text":"Once a replacement effect has been applied to an event, it can’t be applied again to the newly modified event. For example, once Quantum Riddler’s replacement effect has modified the “draw two cards” instruction of Decode Transmissions, Thought Reflection’s replacement effect can double the resulting card draws without Quantum Riddler’s replacement effect applying again."},{"date":"2025-07-25","text":"Quantum Riddler’s replacement effect applies to an instruction to draw more than one card before any replacement effects apply to individual cards drawn. For example, if you control Thought Reflection (an enchantment with “If you would draw a card, draw two cards instead.”) and you cast Decode Transmissions while you have one or fewer other cards in your hand, you’ll apply Quantum Riddler’s replacement effect first, changing the “draw two cards” instruction to “draw three cards.” Then Thought Reflection’s replacement effect will apply to each of those three individual card draws, causing you to draw a total of six cards."}],"rarities":["mythic"]},"quash":{"name":"Quash","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target instant or sorcery spell. Search its controller's graveyard, hand, and library for all cards with the same name as that spell and exile them. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":[],"controller":"ParentTargetController","properties":[{"type":"InAnyZone","zones":["Graveyard","Hand","Library"]},{"type":"SameNameAsParentTarget"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target instant or sorcery spell. Search its controller's graveyard, hand, and library for all cards with the same name as that spell and exile them. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"255131a2-616c-4c8d-a36a-14e5b5ab345e","metadata":{"source_printing_ids":["48ca8c31-a9ea-4388-b257-951c1c68b86d","62019ac4-a5a1-4a8c-bfb4-96e818949bbe"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["BOK","UDS"],"rulings":[{"date":"2004-10-04","text":"If the spell is not countered (because the spell it targets can’t be countered), then it does not get exiled but all the other copies in the graveyard, hand, and library are exiled."},{"date":"2004-10-04","text":"It exiles the countered spell. This is because the first sentence puts the spell into the graveyard before you continue to the second sentence."},{"date":"2005-02-01","text":"If Quash counters a spell that has had text spliced onto it, only the base spell may be exiled. For example, if you use Quash to counter a Kodama’s Might with a Glacial Ray spliced onto it, you may search for and exile only Kodama’s Might."},{"date":"2005-02-01","text":"Quash can exile cards even if the spell countered was a copy of a spell. For example, if you Quash a Boomerang cast from an Isochron Scepter, you may search for and exile cards named Boomerang."},{"date":"2005-02-01","text":"The copies must be found if they are in publicly viewable zones. Finding copies while searching private zones is optional."}],"rarities":["uncommon"]},"queen marchesa":{"name":"Queen Marchesa","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch, haste\nWhen Queen Marchesa enters, you become the monarch.\nAt the beginning of your upkeep, if an opponent is the monarch, create a 1/1 black Assassin creature token with deathtouch and haste.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"BecomeMonarch"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you become the monarch.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Assassin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Assassin"],"colors":["Black"],"keywords":["Deathtouch","Haste"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if an opponent is the monarch, create a 1/1 black Assassin creature token with deathtouch and haste.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"And","conditions":[{"type":"Not","condition":{"type":"IsMonarch"}},{"type":"Not","condition":{"type":"NoMonarch"}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"d7ac4be1-dcca-49b6-8ddb-d1b0e6cf2dcf","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0fa7ebcf-46e9-5f3c-b8a0-06203060b81e","5f441394-8b4a-5368-affb-3637b146de1c","c2bd9e4b-fd0a-57f9-ace4-040851e702be"],"source_printing_ids":["03f4341c-088b-4f35-b82b-3d98d8a93de4","0fdae05f-7bdc-45fb-b9b9-e5ec3766f965","25929dd3-f4d5-4888-ba2f-389950960f86","567697db-8d47-404f-b0da-b00409431f28","93b04456-c692-47e1-90d7-53bba320bbda","a15bebe2-ae6a-48b4-b203-5ab78996b86f","a626cee3-156f-4f5f-990d-4309f3a94d7a","b5674a72-9eda-48af-b51a-d4406e7dc790","d6c04d8d-f552-4af3-b014-efb7a1c577f8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM","CMR","CN2","OTC","PLST","PRM","PZ2","SLD"],"rulings":[{"date":"2016-08-23","text":"Abilities that trigger whenever you \"become the monarch\" trigger only if you aren't already the monarch. For example, if you are already the monarch as Custodi Lich enters the battlefield, its last ability won't trigger."},{"date":"2016-08-23","text":"Being the monarch carries two inherent triggered abilities. \"At the beginning of the monarch's end step, that player draws a card\" and \"Whenever a creature deals combat damage to the monarch, its controller becomes the monarch.\""},{"date":"2016-08-23","text":"If the triggered ability that causes the monarch to draw a card goes on the stack, and a different player becomes the monarch before that ability resolves, the first player will still draw the card."},{"date":"2016-08-23","text":"The game starts with no monarch. Once an effect makes one player the monarch, the game will have exactly one monarch from that point forward."},{"date":"2016-08-23","text":"The last ability of Queen Marchesa (long may she reign) checks to see if an opponent is the monarch as your upkeep begins. If no opponent is the monarch, Queen Marchesa's (long may she reign) ability won't trigger at all. Queen Marchesa's (long may she reign) ability will also check to see if an opponent is the monarch as it tries to resolve. If no opponent is the monarch at that time, Queen Marchesa's (long may she reign) ability will have no effect."}],"rarities":["rare","mythic"]},"questing beast":{"name":"Questing Beast","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance, deathtouch, haste\nQuesting Beast can't be blocked by creatures with power 2 or less.\nCombat damage that would be dealt by creatures you control can't be prevented.\nWhenever Questing Beast deals combat damage to an opponent, it deals that much damage to target planeswalker that player controls.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Haste","Vigilance"],"abilities":[{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"DamagePreventionDisabled","source":0,"expiry":{"type":"EndOfTurn"},"scope":{"type":"SourcesControlledBy","data":0}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Planeswalker"],"controller":"TargetPlayer","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to an opponent, it deals that much damage to target planeswalker that player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked by creatures with power 2 or less."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b685757b-521e-4353-a233-97052359723d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5357e802-2d25-48d3-a188-101c142787b7","de1c717a-ede7-4f6d-b9a9-da6cf0fd3d5d","e41cf82d-3213-47ce-a015-6e51a8b07e4f","f22676dc-9c00-4fe6-aa39-1fd801ad7102"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","PELD","PLST","SLC","SLD"],"rulings":[{"date":"2019-10-04","text":"If the opponent dealt damage controls no planeswalkers, Questing Beast's last ability simply does nothing."},{"date":"2019-10-04","text":"Once a creature with power 3 or greater has blocked this creature, changing the power of the blocking creature won't cause this creature to become unblocked."},{"date":"2019-10-04","text":"Questing Beast only stops combat damage from being prevented by effects that specifically use the word “prevent.”"},{"date":"2019-10-04","text":"The damage Questing Beast deals to the target planeswalker as its last ability resolves isn't combat damage."}],"rarities":["mythic"]},"questing druid":{"name":"Questing Druid","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a spell that's white, blue, black, or red, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"AnyOf","props":[{"type":"HasColor","color":"White"},{"type":"HasColor","color":"Blue"},{"type":"HasColor","color":"Black"},{"type":"HasColor","color":"Red"}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell that's white, blue, black, or red, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"555df32f-f8e9-49af-bc4a-1194ea325a97","metadata":{"source_printing_ids":["72c130e2-1e17-4996-a5ae-231155d68261","c6406eba-da58-4264-a213-20e22c1c3bec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","SLP","WOE"],"rulings":[{"date":"2023-09-01","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Questing Druid is a green creature card whose mana value is 2. It can’t be the target of Tenacious Tomeseeker’s triggered ability (“return target instant or sorcery card from your graveyard to your hand”)."},{"date":"2023-09-01","text":"An effect may refer to a card, spell, or permanent that “has an Adventure.” This refers to a card, spell, or permanent that has an adventurer card’s set of alternative characteristics, even if they’re not being used and even if that card was never cast as an Adventure."},{"date":"2023-09-01","text":"Casting a card as an Adventure isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2023-09-01","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner’s graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won’t be exiled and the spell’s controller won’t be able to cast it as a permanent later."},{"date":"2023-09-01","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won’t give you permission to cast it as a permanent spell."},{"date":"2023-09-01","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it’s not possible to cast the copy as a permanent."},{"date":"2023-09-01","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2023-09-01","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won’t find an instant or sorcery spell on the stack that’s been cast as an Adventure."},{"date":"2023-09-01","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it’s a token) or cease to be a copy (if it’s a nontoken permanent), and so you won’t be able to cast it as an Adventure."},{"date":"2023-09-01","text":"If you cast a spell that's more than one of the listed colors, Questing Druid's ability still triggers only once."},{"date":"2023-09-01","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it’s legal to cast that spell. For example, if you control Johann, Apprentice Sorcerer (“Once each turn, you may cast an instant or sorcery spell from the top of your library.”) and Questing Druid is on top of your library, you can cast Seek the Beast, but not Questing Druid."},{"date":"2023-09-01","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2023-09-01","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you’ll be able to cast it only during your main phase while the stack is empty."},{"date":"2023-09-01","text":"You pay all costs and follow all normal timing rules for cards played from exile with Seek the Beast. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"quick draw":{"name":"Quick Draw","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gets +1/+1 and gains first strike until end of turn. Creatures target opponent controls lose first strike and double strike until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 and gains first strike"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"TargetOpponent","properties":[]},"modifications":[{"type":"RemoveKeyword","keyword":"FirstStrike"},{"type":"RemoveKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose first strike and double strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gets +1/+1 and gains first strike until end of turn. Creatures target opponent controls lose first strike and double strike until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ae0d17f6-859c-4b41-8b66-b68abb837bbb","metadata":{"source_printing_ids":["56399cd0-1214-42b6-be38-f2cbd770915f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"You can’t cast Quick Draw unless you control a creature that’s a legal target for Quick Draw."}],"rarities":["common"]},"quirion ranger":{"name":"Quirion Ranger","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Ranger"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Return a Forest you control to its owner's hand: Untap target creature. Activate only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"ReturnToHand","count":1,"filter":{"type":"Typed","type_filters":[{"Subtype":"Forest"}],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Return a Forest you control to its owner's hand: Untap target creature. Activate only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3ecaefc8-ead2-47a3-a7ea-b030faab65a7","metadata":{"source_printing_ids":["11da032d-1cd5-48ed-ace7-fc042c4859e8","2a68656e-799d-414b-be27-4b25bd2bd468","320fdf89-e158-41c5-b0bf-fee9dec36a75","56efe72c-6d7f-44f6-ac74-01af9305c4b6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["F01","MH2","PLST","PRM","VIS","WC97"],"rulings":[{"date":"2021-06-18","text":"Returning the Forest you control to its owner's hand is the cost to activate the ability. Once you activate the ability, no one can try to do anything to the Forest to stop you from activating the ability."},{"date":"2021-06-18","text":"You can target any creature with Quirion Ranger's ability, not just a tapped creature."},{"date":"2021-06-18","text":"You may return any land you control with the subtype Forest. It doesn't have to be one named Forest."}],"rarities":["common","uncommon"]},"radical idea":{"name":"Radical Idea","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw a card.\nJump-start (You may cast this card from your graveyard by discarding a card in addition to paying its other costs. Then exile this card.)","non_ability_text":null,"flavor_name":null,"keywords":["JumpStart"],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fd51dce2-8e8a-4686-910e-1bbc2825d190","metadata":{"source_printing_ids":["7c1290ba-dd9d-4cfe-b906-e3f9f89af9e4","aa32ec44-d29b-4ebe-82f5-4fe67bca07eb","c9570734-5e9b-46ff-b606-9759b5195756"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GRN","OTC","RVR"],"rulings":[{"date":"2018-10-05","text":"A spell cast using jump-start will always be exiled afterward, whether it resolves, it's countered, or it leaves the stack in some other way."},{"date":"2018-10-05","text":"If a card with jump-start is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2018-10-05","text":"If an effect allows you to pay an alternative cost rather than a spell's mana cost, you may pay that alternative cost when you jump-start a spell. You'll still discard a card as an additional cost to cast it."},{"date":"2018-10-05","text":"You must still follow any timing restrictions and permissions when casting a spell with jump-start, including those based on the card's type. For instance, you can cast a sorcery using jump-start only when you could normally cast a sorcery."}],"rarities":["common"]},"raft security officer":{"name":"Raft Security Officer","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{2}, {T}: Tap target creature. This ability costs {1} less to activate if it targets a creature with power 3 or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}, {T}: Tap target creature. This ability costs {1} less to activate if it targets a creature with power 3 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Fixed","value":1},"condition":{"type":"SpellTargetsFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":3}}]}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"60754d4b-2add-4928-8d30-8ce9c0f54f91","metadata":{"source_printing_ids":["f9b9f9d6-b50c-4b29-80be-284ba773c70b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"ragavan, nimble pilferer":{"name":"Ragavan, Nimble Pilferer","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Monkey","Pirate"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever Ragavan deals combat damage to a player, create a Treasure token and exile the top card of that player's library. Until end of turn, you may cast that card.\nDash {1}{R} (You may cast this spell for its dash cost. If you do, it gains haste, and it's returned from the battlefield to its owner's hand at the beginning of the next end step.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Dash":{"type":"Cost","shards":["Red"],"generic":1}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"TriggeringPlayer"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, create a Treasure token and exile the top card of that player's library. Until end of turn, you may cast that card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"37108cd4-bbab-4ce3-9ed6-f60e8422e703","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["4873fe20-675e-5db5-b9ba-8d996c2806ba","74d281e4-6c2a-53c2-b0ea-253ef143d22c","7c5cdbc2-a953-53bd-81dd-9a5c8fbedb85","ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["3a29b9b5-8c15-4058-a7d2-db7297635364","8d27e717-8bda-44dc-90b9-a6f7029c7b93","a71d1ec3-2d7a-4749-8936-8bf7a8b83d84","a9738cda-adb1-47fb-9f4c-ecd930228c4d","b3e685f9-cc0f-4dc6-98dc-4727944de445","e90f19e0-2461-4233-80ef-dd9c582726a2","fae3bf4a-a732-48aa-a1a4-7e5fd007774c","fc898fec-4cc6-4587-b556-c5a8d38ccbd0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"banned","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","H2R","MH2","MUL","PMH2","PRM","SLP"],"rulings":[{"date":"2021-06-18","text":"If a creature enters the battlefield as a copy of or becomes a copy of a creature whose dash cost was paid, the copy won't have haste and won't be returned to its owner's hand."},{"date":"2021-06-18","text":"If you choose to pay the dash cost rather than the mana cost, you're still casting the spell. It goes on the stack and can be responded to and countered. You can cast a creature spell for its dash cost only when you otherwise could cast that creature spell. Most of the time, this means during your main phase when the stack is empty."},{"date":"2021-06-18","text":"If you pay the dash cost to cast a creature spell, that card will be returned to its owner's hand only if it's still on the battlefield when its triggered ability resolves. If it dies or goes to another zone before then, it will stay where it is."},{"date":"2021-06-18","text":"You don't have to attack with the creature with dash unless another ability says you do."},{"date":"2021-06-18","text":"You must still follow all timing restrictions and pay all costs when casting the exiled card. If you exile a land card, you can't play that card."},{"date":"2021-06-18","text":"You'll create a Treasure token even if that player has no cards left in their library to exile."}],"rarities":["mythic"]},"rage reflection":{"name":"Rage Reflection","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have double strike.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have double strike."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"03fb26b1-6d9c-455b-9b2f-a052a9222db7","metadata":{"source_printing_ids":["275e118d-1d50-47ee-a2c9-76169ce372cf","84ef99c0-1a33-473a-80ff-bfe5544e7784","b767e176-1df5-4adc-bf6b-418d71b4dbbe"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","DPA","PLST","PS11","SHM"],"rulings":[{"date":"2020-08-07","text":"If a creature loses double strike after assigning damage in the first strike combat damage step (due to Rage Reflection leaving the battlefield, for example), that creature won't assign damage in the normal combat damage step."}],"rarities":["rare"]},"raging goblin":{"name":"Raging Goblin","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Berserker"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Haste (This creature can attack and {T} as soon as it comes under your control.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"30997b43-fc13-41d3-8064-1ccc2cb6fd2b","metadata":{"source_printing_ids":["165dc9fc-22b3-48ac-b446-5599af75917e","181ed588-5b9e-4160-967c-ed927b7e0048","1f0a166c-f7c0-45b4-aa90-053ce545cfb2","3ee34158-867f-4685-8f2b-af9469b628c3","45c7d78e-ac15-45a0-a4ce-23bcda100dba","594f850f-dab1-40e0-828c-c200bbac060f","646c62b6-1dec-4ecd-acf0-8833c9c7f265","657190fe-9c18-4134-a556-e081daff73cd","aa318c3a-70ae-499a-8022-b380f03fd53f","b47a96df-dce7-495b-acc0-5551641f5a57","bef1c9bb-fa05-4947-9e03-6fe397157265","efcea609-4a24-468d-a4fe-0524f53a7a01","f41205d2-ed1c-4c16-a171-096c06016705"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","6ED","7ED","8ED","9ED","ANB","ATH","BRB","BTD","DD1","EVG","EXO","M10","OANA","P02","POR","PSAL","S99"],"rarities":["common"]},"raiyuu, storm's edge":{"name":"Raiyuu, Storm's Edge","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Samurai"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"First strike\nWhenever a Samurai or Warrior you control attacks alone, untap it. If it's the first combat phase of the turn, there is an additional combat phase after this phase.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"FirstCombatPhaseOfTurn"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Samurai"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":"You","properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Samurai or Warrior you control attacks alone, untap it. If it's the first combat phase of the turn, there is an additional combat phase after this phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"9028f726-50c7-49f3-8386-e584415dcba2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1026485e-3df5-4ac7-baa1-06bff537a506","37748b74-0eda-4b20-a08f-faa418adb9ff","c89f16b7-fcfb-44a9-b05f-a77a157a9865"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"A creature attacks alone if it's the only creature declared as an attacker during the declare attackers step. For example, Raiyuu's triggered ability won't trigger if you attack with multiple creatures and all but one of them are removed from combat."},{"date":"2022-02-18","text":"Notably, the triggered ability doesn't give you any additional main phases. This means that you will move directly from the end of combat step of one combat phase to the beginning of combat step of the next one."}],"rarities":["rare"]},"rakdos headliner":{"name":"Rakdos Headliner","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Devil"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nEcho—Discard a card. (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste",{"Echo":{"type":"NonMana","data":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}}}],"abilities":[],"triggers":[{"mode":"PayEcho","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.30a: At the beginning of your upkeep, sacrifice this permanent unless you pay its echo cost.","constraint":null,"condition":{"type":"EchoDue"},"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"a8828c17-190b-4e64-a0f2-8d14c013d692","metadata":{"source_printing_ids":["2caad15a-b567-47b5-b055-e52bfed5b889","508751e3-e27a-4b88-804c-288bc2605c0f","aad6576b-605c-4007-a2a7-0d7550520d6d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","MH2"],"rulings":[{"date":"2021-06-18","text":"Paying for echo is always optional. When the echo triggered ability resolves, if you can't pay the echo cost or choose not to, you sacrifice that permanent."},{"date":"2021-06-18","text":"Your permanent's echo ability will trigger at the beginning of your upkeep if it entered the battlefield since the beginning of your last upkeep, or if you gained control of it since the beginning of your last upkeep."}],"rarities":["uncommon"]},"rally the ranks":{"name":"Rally the Ranks","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nCreatures you control of the chosen type get +1/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenCreatureType"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control of the chosen type get +1/+1."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"eeb07c8a-21d1-43fa-a5f3-ee3fe328a671","metadata":{"source_printing_ids":["03595195-3be2-4d18-b5c0-43b2dcc1c0f5","b661481d-62cc-4c00-a53f-1cee380d9d75"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM","PKHM","PRM"],"rulings":[{"date":"2021-02-05","text":"Because damage remains marked on creatures until the damage is removed as the turn ends, nonlethal damage dealt to creatures you control may become lethal if Rally the Ranks leaves the battlefield that turn."},{"date":"2021-02-05","text":"You must choose an existing creature type, such as Hippo or Hellion. You can’t choose card types (e.g., artifact) or supertypes (e.g., snow)."}],"rarities":["rare"]},"ram through":{"name":"Ram Through","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control deals damage equal to its power to target creature you don't control. If the creature you control has trample, excess damage is dealt to that creature's controller instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"Target"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"excess","description":"excess damage is dealt to that creature's controller instead"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target creature you control deals damage equal to its power to target creature you don't control. If the creature you control has trample, excess damage is dealt to that creature's controller instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4b1befff-48fa-47a3-832e-bdaf43495c02","metadata":{"source_printing_ids":["44063a90-e4cf-4bcd-a128-792de15371a7","7d41ca70-8a47-44a7-9494-265e2f401028","a6989928-3004-41c8-a20d-4bbc84a9b334","ac0b24e7-14e7-45ee-b5d8-bdb8674b669c","dd7659b5-830f-47ef-8efe-aa8d6b8c7679"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","GN3","IKO","J22","PLST"],"rulings":[{"date":"2020-04-17","text":"Excess damage caused by a spell or ability is similar to how combat damage from a creature with trample is handled. Start with the amount of damage being dealt to the creature and determine what is “lethal.” This is the creature’s toughness minus the amount of damage that it already has marked on it, but ignoring any replacement or prevention effects that will modify this damage. Also ignore whether the creature has an ability such as indestructible that will result in it not being destroyed by this damage."},{"date":"2020-04-17","text":"If either creature is an illegal target as Ram Through tries to resolve, the creature you control won’t deal damage to any creature or player."},{"date":"2020-04-17","text":"If the target creature you control has deathtouch, 1 damage from it is lethal."},{"date":"2020-04-17","text":"Once you’ve determined how much damage is excess, the creature you control simultaneously deals damage to the creature and to its controller. This damage may be modified by replacement or prevention effects."}],"rarities":["common"]},"rancor":{"name":"Rancor","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +2/+0 and has trample.\nWhen this Aura is put into a graveyard from the battlefield, return it to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into a graveyard from the battlefield, return it to its owner's hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+0 and has trample."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"9d2d6479-531c-4ce1-b52b-00e36fa63b64","metadata":{"source_printing_ids":["1d86ea97-0d7a-42ee-9d46-1c0dd10474c7","26ddcdcc-28eb-43ce-b912-499c735491b8","377792bf-2d72-40eb-9e47-1d4a86980fa4","38e281ab-3437-4a2c-a668-9a148bc3eaf7","4073ecc9-5d3a-452f-b708-0572fa27a6f0","59e256c2-38df-4012-9308-ce17dd889e5f","62d0d6a4-783f-4ec3-99c5-6c21aefdb997","6e3e20db-94d2-47eb-ab21-c8159e42f677","86118251-416c-4fe8-a0bd-d3e61079655b","86d6b411-4a31-4bfc-8dd6-e19f553bb29b","8a4d8527-af29-408d-a3a3-6781db0cf439","a13768a2-caa3-4489-b1e2-ba5f0e104931","abd96a99-c3a0-4923-80a1-51d26fc8bb91","b982558f-5b82-4918-9b54-c7ac1e6f8da5","c45de3ce-c2d5-47ac-8e9e-c6b24dd6047c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","A25","AFC","ARC","DDD","E02","EMA","F05","GVL","M13","MAR","PC2","PCA","PIP","PLST","PRM","PZ1","ULG","WC99"],"rulings":[{"date":"2018-03-16","text":"If the creature this Aura would enchant is an illegal target by the time Rancor tries to resolve, the Aura spell doesn't resolve. It won't enter the battlefield, so it won't be put into a graveyard from the battlefield and its ability won't trigger."}],"rarities":["common","uncommon","mythic"]},"rangers' aetherhive":{"name":"Rangers' Aetherhive","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever you activate an exhaust ability, create a 1/1 colorless Thopter artifact creature token with flying.\nCrew 1 (Tap any number of creatures you control with total power 1 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance",{"Crew":{"power":1,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":{"KeywordAbilityActivated":{"type":"Exhaust"}},"execute":{"kind":"Spell","effect":{"type":"Token","name":"Thopter","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Thopter"],"colors":[],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate an exhaust ability, create a 1/1 colorless Thopter artifact creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"49d149d6-de94-48cf-974b-6bb4a37ce77c","metadata":{"related_token_ids":["d0ddfd70-ed9e-56db-8424-5a30af6d2425"],"source_printing_ids":["1b238d2c-d10f-496d-aa34-5a1536e056b5","3f0d5c5c-d3d6-48ae-9775-fcd2cd9a0c65"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"ranging raptors":{"name":"Ranging Raptors","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Enrage — Whenever this creature is dealt damage, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2a86b70b-34ca-45df-8aa1-c3fb2da72dc3","metadata":{"source_printing_ids":["08df7e63-65d6-4e42-8699-7510453d3100","7d4f04bc-30ee-4948-9905-774f532ac811","9e91efc6-0e6a-4a9e-a486-adf53e53d3f1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GN2","LCC","XLN"],"rulings":[{"date":"2018-01-19","text":"If lethal damage is dealt to a creature with an enrage ability, that ability triggers. The creature with that enrage ability leaves the battlefield before that ability resolves, so it won't be affected by the resolving ability."},{"date":"2018-01-19","text":"If multiple sources deal damage to a creature with an enrage ability at the same time, most likely because multiple creatures blocked that creature, the enrage ability triggers only once."}],"rarities":["uncommon"]},"rankle and torbran":{"name":"Rankle and Torbran","mana_cost":{"type":"Cost","shards":["Black","Black","Red","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Faerie","Dwarf"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, first strike, haste\nWhenever Rankle and Torbran deals combat damage to a player or battle, choose any number —\n• Each player creates a Treasure token.\n• Each player sacrifices a creature of their choice.\n• If a source would deal damage to a player or battle this turn, it deals that much damage plus 2 instead.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flying","Haste"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":3,"mode_count":3,"mode_descriptions":["Each player creates a Treasure token.","Each player sacrifices a creature of their choice.","If a source would deal damage to a player or battle this turn, it deals that much damage plus 2 instead."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},{"kind":"Spell","effect":{"type":"AddTargetReplacement","replacement":{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source would deal damage to a player or battle this turn, it deals that much damage plus 2 instead","condition":null,"damage_modification":{"type":"Plus","value":{"type":"Fixed","value":2}},"damage_target_filter":{"Player":{"player":{"type":"Any"}}},"expiry":{"type":"EndOfTurn"}},"target":{"type":"None"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player or battle","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"80d918b2-3a28-49ad-a485-496658bd7ac3","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["4873fe20-675e-5db5-b9ba-8d996c2806ba"],"source_printing_ids":["d92c191e-329c-41f5-ae4f-1bb91fc001a0","e314fa27-8d87-425a-ae94-28bfd9005505"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"If another effect modifies how much damage a source would deal, including preventing some of it, the player being dealt damage or the controller of the permanent being dealt damage chooses an order in which to apply those effects. If all of the damage is prevented, Rankle and Torbran’s effect no longer applies."},{"date":"2023-04-14","text":"The additional 2 damage is dealt by the same source as the original source of damage. The damage isn’t dealt by Rankle and Torbran unless Rankle and Torbran is the original source of damage."},{"date":"2023-04-14","text":"To resolve the second mode, starting with you (or, in unusual cases, the player whose turn it is if not you) and proceeding in turn order, each player chooses a creature they control to sacrifice. Then those creatures are sacrificed at the same time."},{"date":"2023-04-14","text":"You may choose none of the modes, some of them, or all of them. Any modes chosen will happen in order."}],"rarities":["rare"]},"rashmi and ragavan":{"name":"Rashmi and Ragavan","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Monkey"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast your first spell during each of your turns, exile the top card of target opponent's library and create a Treasure token. Then you may cast the exiled card without paying its mana cost if it's a spell with mana value less than the number of artifacts you control. If you don't cast it this way, you may cast it this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":true,"mode":"Cast","constraint":{"type":"ManaValue","data":{"comparator":"LT","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your first spell during each of your turns, exile the top card of target opponent's library and create a Treasure token. Then you may cast the exiled card without paying its mana cost if it's a spell with mana value less than the number of artifacts you control. If you don't cast it this way, you may cast it this turn.","constraint":{"type":"NthSpellThisTurn","n":1},"condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"bdef246c-cf66-40a1-aae4-a591846e73ca","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["4873fe20-675e-5db5-b9ba-8d996c2806ba"],"source_printing_ids":["30b2f2fd-8087-4fa8-9eb7-bf9b89a5dfb9","552ecf3b-5635-4aa7-90e1-fb0c7c0574b6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"Check the number of artifacts you control as the ability resolves, including the Treasure token you just created, to see if you can cast the exiled card without paying its mana cost."},{"date":"2023-04-14","text":"If the spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2023-04-14","text":"If you cast a spell without paying its mana cost, you can’t choose to cast it for any alternative costs. You can, however, pay any additional costs. If the spell has any mandatory additional costs, you must pay those."},{"date":"2023-04-14","text":"If you cast the spell without paying its mana cost, you do so during the resolution of the triggered ability. Timing restrictions of that spell based on card type are ignored. It will resolve before the spell that caused the ability to trigger."},{"date":"2023-04-14","text":"If you don’t cast it without paying its mana cost but rather cast it later in the turn, you must pay its costs, and you must follow all applicable timing rules. For example, if the card is a creature card, you can cast that card by paying its mana cost only during your main phase while the stack is empty."},{"date":"2023-04-14","text":"If you don’t cast the card at all, it remains exiled."},{"date":"2023-04-14","text":"Rashmi and Ragavan has to be on the battlefield at the moment you cast your first spell. Notably, on the turn you cast Rashmi and Ragavan, the ability won’t trigger for you that turn. If a spell causes Rashmi and Ragavan to leave the battlefield as an additional cost to cast it, the ability won’t trigger."},{"date":"2023-04-14","text":"Rashmi and Ragavan’s ability resolves before the spell that caused it to trigger, but not before you have to pay for the original spell. You won’t be able to use the Treasure token you create to pay for it."}],"rarities":["mythic"]},"ratadrabik of urborg":{"name":"Ratadrabik of Urborg","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Zombie","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance, ward {2}\nOther Zombies you control have vigilance.\nWhenever another legendary creature you control dies, create a token that's a copy of that creature, except it's not legendary and it's a 2/2 black Zombie in addition to its other colors and types.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance",{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"RemoveSupertype","supertype":"Legendary"},{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddColor","color":"Black"},{"type":"AddSubtype","subtype":"Zombie"}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another legendary creature you control dies, create a token that's a copy of that creature, except it's not legendary and it's a 2/2 black Zombie in addition to its other colors and types.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Zombie"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Zombies you control have vigilance."}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"b3ab43f2-4f2b-4439-9254-0110ce443fdb","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["50ebcd93-672f-404a-8e4d-28713e9e611b","9315812d-03e8-4eb4-a693-e7adf281f7fb","acce0c81-1c30-4971-ae6f-a9c6a4dd017d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU"],"rulings":[{"date":"2022-09-09","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any “as [this creature] enters the battlefield” or “[this creature] enters the battlefield with” abilities of the chosen creature will also work."},{"date":"2022-09-09","text":"Except for power and toughness, the token copies only what was printed on the original creature (unless that creature is copying something else; see below) and adds the color black and the creature type Zombie. It doesn’t copy whether that creature was tapped or untapped, whether it had any counters on it or Auras or Equipment attached to it, or any non-copy effects that had changed its power, toughness, types, color, or so on."},{"date":"2022-09-09","text":"If the copied creature has {X} in its mana cost, X is considered to be 0."},{"date":"2022-09-09","text":"If the copied creature is a token, the new token that’s created copies the original characteristics of that token as stated by the effect that created that token, with the exceptions noted above."},{"date":"2022-09-09","text":"If the copied creature is copying something else, then the token enters the battlefield as whatever that creature copied, with the exceptions noted above."},{"date":"2022-09-09","text":"The token copies the creature as it last existed on the battlefield before it died, not as it exists in the graveyard."}],"rarities":["rare"]},"ratcatcher trainee":{"name":"Ratcatcher Trainee","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Peasant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"During your turn, this creature has first strike.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, ~ has first strike."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ecc91e38-90fa-4d89-b262-d5f36dce5be4","metadata":{"related_token_ids":["2ff9f472-d654-56b6-bba6-cb501a09ad5d"],"source_printing_ids":["7f4c0959-a107-4d61-9e51-256b2955f6ba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["WOE"],"rulings":[{"date":"2023-09-01","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Questing Druid is a green creature card whose mana value is 2. It can’t be the target of Tenacious Tomeseeker’s triggered ability (“return target instant or sorcery card from your graveyard to your hand”)."},{"date":"2023-09-01","text":"An effect may refer to a card, spell, or permanent that “has an Adventure.” This refers to a card, spell, or permanent that has an adventurer card’s set of alternative characteristics, even if they’re not being used and even if that card was never cast as an Adventure."},{"date":"2023-09-01","text":"Casting a card as an Adventure isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2023-09-01","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner’s graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won’t be exiled and the spell’s controller won’t be able to cast it as a permanent later."},{"date":"2023-09-01","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won’t give you permission to cast it as a permanent spell."},{"date":"2023-09-01","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it’s not possible to cast the copy as a permanent."},{"date":"2023-09-01","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2023-09-01","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won’t find an instant or sorcery spell on the stack that’s been cast as an Adventure."},{"date":"2023-09-01","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it’s a token) or cease to be a copy (if it’s a nontoken permanent), and so you won’t be able to cast it as an Adventure."},{"date":"2023-09-01","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it’s legal to cast that spell. For example, if you control Johann, Apprentice Sorcerer (“Once each turn, you may cast an instant or sorcery spell from the top of your library.”) and Questing Druid is on top of your library, you can cast Seek the Beast, but not Questing Druid."},{"date":"2023-09-01","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2023-09-01","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you’ll be able to cast it only during your main phase while the stack is empty."}],"rarities":["common"]},"ravaging riftwurm":{"name":"Ravaging Riftwurm","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Kicker {4} (You may pay an additional {4} as you cast this spell.)\nVanishing 2 (This creature enters with two time counters on it. At the beginning of your upkeep, remove a time counter from it. When the last is removed, sacrifice it.)\nIf this creature was kicked, it enters with three additional time counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Kicker":{"type":"Cost","shards":[],"generic":4}},{"Vanishing":2}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.63a: At the beginning of your upkeep, remove a time counter from this permanent.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.63a: When the last time counter is removed from this permanent, sacrifice it.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If ~ was kicked, it enters with three additional time counters on it.","condition":{"type":"CastViaKicker"},"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with 2 time counters on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.63a: this permanent enters with 2 time counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a71448ce-8d57-418e-b862-bd526726074d","additional_cost":{"type":"Kicker","data":{"costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}}]}},"metadata":{"source_printing_ids":["5e09949e-c8cd-4bb4-9ed4-699abbc7ad3c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT"],"rulings":[{"date":"2024-11-08","text":"If a card or token enters as a copy of a permanent, the new permanent isn't kicked, even if the original was."},{"date":"2024-11-08","text":"If a spell's kicker cost was paid, the spell is \"kicked.\""},{"date":"2024-11-08","text":"If you copy a kicked spell on the stack, the copy is also kicked. If the copied spell is a permanent spell, the token the copy of that spell becomes when it enters is also kicked."},{"date":"2024-11-08","text":"If you put a permanent with a kicker ability onto the battlefield without casting it, you can't kick it."},{"date":"2024-11-08","text":"The kicker ability doesn't let you pay a kicker cost more than once."},{"date":"2024-11-08","text":"To determine a spell's total cost, start with the mana cost (or an alternative cost if another card's effect allows you to pay one instead), add any cost increases (such as kicker), then apply any cost reductions. The spell's mana value remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon"]},"ravenous trap":{"name":"Ravenous Trap","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Trap"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If an opponent had three or more cards put into their graveyard from anywhere this turn, you may pay {0} rather than pay this spell's mana cost.\nExile target player's graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Exile","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":"Exile target player's graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e0bea449-7601-48ee-a522-f1bbe6905f6d","casting_options":[{"kind":"AlternativeCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","to":"Graveyard","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"},{"type":"NonToken"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}}}],"metadata":{"source_printing_ids":["21e49fd8-cc6d-423d-93fe-2c521459f1e7","ce0fae06-1a93-43ac-a349-f3719e60076e","f4540013-11f9-4a8b-ad54-61f467f04756"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","PLST","ZEN"],"rulings":[{"date":"2020-08-07","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as Ravenous Trap's alternative cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["uncommon","rare"]},"razorgrass screen":{"name":"Razorgrass Screen","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Wall"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Defender (This creature can't attack.)\nThis creature blocks each combat if able.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MustBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ blocks each combat if able."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"1818324c-2738-42e2-a78b-63abf325d8e9","metadata":{"source_printing_ids":["21e79f57-2214-414a-ab34-2b737d4bb972"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["5DN"],"rarities":["common"]},"razorkin needlehead":{"name":"Razorkin Needlehead","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature has first strike during your turn.\nWhenever an opponent draws a card, this creature deals 1 damage to them.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws a card, ~ deals 1 damage to them.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has first strike during your turn."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a78f981a-bf8a-42a4-b171-d655cc2cc1a2","metadata":{"source_printing_ids":["25c34cb6-c8cb-4814-a647-9c63b10f02c4","bc73b963-23c0-46d2-853a-34a8b463994e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"If a spell or ability causes an opponent to put cards into their hand without specifically using the word \"draw,\" it's not a card drawn."}],"rarities":["rare"]},"razorlash transmogrant":{"name":"Razorlash Transmogrant","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature can't block.\n{4}{B}{B}: Return this card from your graveyard to the battlefield with a +1/+1 counter on it. This ability costs {4} less to activate if an opponent controls four or more nonbasic lands.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Fixed","value":1}]]},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}{B}{B}: Return this card from your graveyard to the battlefield with a +1/+1 counter on it. This ability costs {4} less to activate if an opponent controls four or more nonbasic lands.","target_prompt":null,"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","cost_reduction":{"amount_per":4,"count":{"type":"Fixed","value":1},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[{"type":"NotSupertype","value":"Basic"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}}},"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"580996d4-db9a-4b57-a0e1-a2dbb524121a","metadata":{"source_printing_ids":["6119e1d8-041a-40be-9df0-750357cfea5a","c5a2d814-acc6-4b3a-94f8-5a2702dccf3d","e021e750-74f3-466a-b670-f5cd9cebb84a","edfaf8cc-7819-4ec2-8d79-e3b0c1814590"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","PBRO","PRM"],"rarities":["rare"]},"read the runes":{"name":"Read the Runes","mana_cost":{"type":"Cost","shards":["X","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw X cards. For each card drawn this way, discard a card unless you sacrifice a permanent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"count":1},"payer":{"type":"Controller"}},"repeat_for":{"type":"Ref","qty":{"type":"EventContextAmount"}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Draw X cards. For each card drawn this way, discard a card unless you sacrifice a permanent.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"74316be1-041f-4a2e-a296-0b496f90ca25","metadata":{"source_printing_ids":["2c65088f-bbbd-4e8d-b482-58181069bef2","5d42a892-e5d4-4c73-8316-b7a08c5c09cc","7a3f1e40-839e-400a-b734-ff4d566e7e34","bc148c21-cbe6-4cea-899b-e62501b59a00"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["C16","JMP","ONS","PLST"],"rulings":[{"date":"2004-10-04","text":"You are never forced to sacrifice any permanents. You can choose to discard your entire hand if your hand is smaller than the number of cards you are required to discard."},{"date":"2004-10-04","text":"You draw the cards, then sacrifice any permanents you want to sacrifice, then discard the required number of card from your hand. There is no chance to play any cards in between these actions."}],"rarities":["rare"]},"reality":{"name":"Reality","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target artifact.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"5af2689d-c45c-4d45-b6a9-f32e8410b336","metadata":{"source_printing_ids":["8e7dd90a-4f93-43aa-b503-18289fdd571e","ba6ea373-65ea-45a8-8fed-31c482ba8387","d1280bdf-c718-4fd2-8504-5dac3a7b5f9f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["APC","DMR","PLST"],"rarities":["uncommon"]},"reality shift":{"name":"Reality Shift","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature. Its controller manifests the top card of their library. (That player puts the top card of their library onto the battlefield face down as a 2/2 creature. If it's a creature card, it can be turned face up any time for its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Manifest","target":{"type":"ParentTargetController"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature. Its controller manifests the top card of their library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"70dc830e-d05b-4fc7-88dd-879e140b3fbf","metadata":{"source_printing_ids":["0850a187-ba95-46f2-aa81-397b45460bbc","363d4c8e-f7bb-4838-a543-625f71a41257","37aa5127-f3b3-4b44-bc91-ad20b6a5eb3d","459f0dd1-3a52-4642-8c3e-11de9467507a","49c2488c-c252-42a6-b487-c358c16b7ae1","4ecd1ce5-9906-4806-9782-addbf771e531","50c6d211-5854-4dfd-b594-8fa1efe180a1","67da79c0-a546-4af7-b823-9b86b3d1b9ff","862269d1-5866-4923-92e9-b252cf13df0c","920bb44e-aa7f-4ee9-ab19-30114f55ec9b","aa9fe9db-21c0-405b-b10e-11cb08e6a8fb","ac67ab8e-dbc0-40d8-9bbf-7b92728341fe","c9a96e38-413f-49cd-90fa-178a91a406ba","e01367cb-79f4-4ed9-b12c-66f3c30264a0","ea37a906-2f9b-4eb1-97be-134c280ba43e","fb3ee973-47a6-4143-88c3-a866931bf185"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C17","C19","CMM","DRC","DSC","ECC","FRF","MOC","NEC","PLST","PRM","SLD","SOC","TDC","UGIN","WOC"],"rulings":[{"date":"2014-11-24","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent, as well as Auras and Equipment that were attached to the permanent, aren't affected."},{"date":"2014-11-24","text":"Any time you have priority, you may turn a manifested creature face up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2014-11-24","text":"At any time, you can look at a face-down permanent you control. You can't look at face-down permanents you don't control unless an effect allows you to or instructs you to."},{"date":"2014-11-24","text":"Because face-down creatures don't have names, they can't have the same name as any other creature, even another face-down creature."},{"date":"2014-11-24","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2014-11-24","text":"If a double-faced card is manifested, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2014-11-24","text":"If a face-down permanent you control leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or if the game ends."},{"date":"2014-11-24","text":"If a manifested creature would have morph if it were face up, you may also turn it face up by paying its morph cost."},{"date":"2014-11-24","text":"The face-down permanent is a 2/2 creature with no name, mana cost, creature types, or abilities. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant or change any of these characteristics."},{"date":"2014-11-24","text":"There are no cards in the Fate Reforged set that would turn a face-down instant or sorcery card on the battlefield face up, but some older cards can try to do this. If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2014-11-24","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2014-11-24","text":"Unlike a face-down creature that was cast using the morph ability, a manifested creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2014-11-24","text":"You must ensure that your face-down spells and permanents can easily be differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield in order to confuse other players. The order they entered the battlefield should remain clear. Common methods for indicating this include using markers or dice, or simply placing them in order on the battlefield. You must also track how each became face down (manifested, cast face down using the morph ability, and so on)."}],"rarities":["uncommon","rare"]},"realmwalker":{"name":"Realmwalker","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Changeling (This card is every creature type.)\nAs this creature enters, choose a creature type.\nYou may look at the top card of your library any time.\nYou may cast creature spells of the chosen type from the top of your library.","non_ability_text":null,"flavor_name":null,"keywords":["Changeling"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast creature spells of the chosen type from the top of your library."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddAllCreatureTypes"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":null}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b81eaa2f-0554-41c6-bdf6-d1cb73b8f56f","metadata":{"source_printing_ids":["3367b007-5985-448d-9203-67c22195d708","52733829-27b7-40ec-a897-cabab35b3729","7d0f75c8-4cf7-46b3-af5c-7118453bd7a7","903ba152-4ece-4fb7-bbd2-2bead3699faf","c8212667-7e18-42a5-9f36-4f8a6ad12f83","d0c65ef6-93b4-448b-bf1c-01fe263cc39d","d79f7ecc-c43b-48de-9d90-1085cf2bce5d","e8a0877c-5217-422d-89b8-92f951068693"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","ECC","KHM","LCC","PKHM","PLST","PRM","SLD"],"rulings":[{"date":"2021-02-05","text":"If Realmwalker is somehow on the battlefield with no choice having been made for it, you may still look at the top card of your library any time. You won't be able to cast any creature spells from the top of your library, even if they have no creature types."},{"date":"2021-02-05","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast a spell from the top of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2021-02-05","text":"Realmwalker doesn't change when you can cast creature spells. Normally, this means during your main phase when the stack is empty, although flash may change this."},{"date":"2021-02-05","text":"The top card of your library isn't in your hand, so you can't foretell it, discard it, or activate any of its activated abilities."},{"date":"2021-02-05","text":"You can look at the top card of your library whenever you want (with one restriction; see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2021-02-05","text":"You must choose an existing creature type, such as Elk or Advisor. You can't choose card types (e.g., artifact) or supertypes (e.g., snow)."},{"date":"2021-02-05","text":"You'll still pay all costs for the spell, including additional costs. You may also pay alternative costs if any are available."}],"rarities":["rare"]},"reanimate":{"name":"Reanimate","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put target creature card from a graveyard onto the battlefield under your control. You lose life equal to that card's mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put target creature card from a graveyard onto the battlefield under your control. You lose life equal to that card's mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a044474a-cd72-4e9d-bd8d-a08f2de9cdc0","metadata":{"source_printing_ids":["04fc99dc-bfbe-4567-b791-6b1db96471ec","1d12804c-dda0-4dae-9eb8-f670e72c17e7","33961d8a-e2a3-4eee-9ff4-11455f262c66","368b6903-5fc4-43e7-bd44-46b8107c8bb4","3e560cb9-3036-46a2-a5c7-edb04d0095b7","487b76e9-999b-432d-9e7a-bf64e68d98b5","58838b71-404f-41ad-9a9b-2c7f875bab06","609c34f9-9f53-4773-a02b-517209024fc2","652271a0-80e8-4b9b-8823-26c1528378fc","7d0fe02b-f45a-45c6-ab7c-270594a29da7","8b1e10e8-ea14-4761-910b-4072e2a18456","ac394f35-d999-43ea-97cf-99a736d4b2dd","ae1ef31c-8ca5-444c-8f39-e1d1827318f5","b0fdd412-8931-427a-94d2-94ebdd35eb0a","d27c6aaa-289e-451e-8fde-97a044c53fc4","e2f1fea1-f008-4bf9-93ae-869ac60aa55c","eee48ed0-3965-4bcc-8eee-bcd8f1607808"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["ARC","BRB","CC2","DSC","F04","FIC","JMP","LTC","MAR","MKC","OMB","OTP","PD3","PLST","PRM","PUMA","TMP","TPR","UMA","VMA"],"rulings":[{"date":"2025-09-19","text":"If a card in a graveyard has {X} in its mana cost, X is 0."},{"date":"2025-09-19","text":"If any abilities trigger on the creature entering the battlefield, those abilities resolve after you lose life. If losing life results in you losing the game, those abilities won't resolve."},{"date":"2025-09-19","text":"In a multiplayer game, if a player leaves the game, all cards that player owns leave as well. If you leave the game, the creature you control from Reanimate is exiled."},{"date":"2025-09-19","text":"The amount of life you lose is determined by the mana value of the card in your graveyard, not the creature once it's on the battlefield."},{"date":"2025-09-19","text":"You lose life after the creature is already on the battlefield. Any abilities it has that interact with loss of life, such as that of Platinum Emperion, apply to that loss of life."}],"rarities":["uncommon","rare","mythic"]},"reassembling skeleton":{"name":"Reassembling Skeleton","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Skeleton","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{1}{B}: Return this card from your graveyard to the battlefield tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{B}: Return this card from your graveyard to the battlefield tapped.","target_prompt":null,"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9dbc3530-b278-4c8d-b2cc-a09dfac9d5e5","metadata":{"source_printing_ids":["00566375-e976-4e96-b751-cf0430452c9c","069b92b5-0623-41cc-8e3e-9e694be15186","28e84b1b-1c05-4e1b-93b8-9cc2ca73509d","370d519c-8877-433c-837e-0b5abe866c9d","4d431445-d7db-4ce1-b422-41494d9be1b4","528c4e3a-fdeb-4080-b2b7-82faa07a3383","58f299e6-5f55-4932-ad39-e5598b8ff072","75c219bc-a140-4ecd-953a-eef2cc552d58","a2ec6120-2de0-4166-be85-2d773fa7ebbb","a3d4ac21-2203-45f4-b5f2-dc186ccdbe69","a835da43-0a3e-40fb-a7e8-4fa118c7d975","bd1acdf4-2fc1-4675-96d8-19704b7a01ea","bea44c06-900d-41b8-88fa-c1bede6ce757","c095b168-bd1a-4375-ab23-6f36a909a167","dd82846e-f119-4b27-a795-7b1ceebab4b0","e1ef942d-e1fc-47f4-a026-ed56db35e303"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","ARC","CMM","DDJ","DDK","FDN","GN3","J21","J22","J25","M11","M12","M19","MM2","PLST","SLD","TDC"],"rarities":["uncommon","rare"]},"reaver titan":{"name":"Reaver Titan","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"Void Shields — Protection from mana value 3 or less\nGatling Blaster — Whenever this Vehicle attacks, it deals 5 damage to each opponent.\nCrew 4 (Tap any number of creatures you control with total power 4 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Protection":{"Filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]}}},{"Crew":{"power":4,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":5},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it deals 5 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"2951671b-ac01-4e65-857f-0b7b7c7478ce","metadata":{"source_printing_ids":["494556e9-06e7-40fd-b967-cd2631b5b91a","dacc5e02-c21e-4a41-a704-5b87151a28c6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"The protection ability means the following: - Reaver Titan can't be blocked by creatures with mana value 3 or less. - Reaver Titan can't be enchanted by Auras with mana value 3 or less. It also can't be equipped by Equipment with mana value 3 or less. - Reaver Titan can't be targeted by spells with mana value 3 or less. It also can't be targeted by abilities from sources with mana value 3 or less. - All damage that would be dealt to Reaver Titan by sources with mana value 3 or less is prevented."},{"date":"2022-10-07","text":"While a spell with X in its cost is on the stack, its mana value takes the chosen value of X into account. Reaver Titan can be chosen as a target for a Light Up the Night (which has mana cost {X}{R}) if X is 3 or greater, for example, but it can't be chosen as a target for a Light Up the Night if X is 2, 1, or 0."}],"rarities":["rare"]},"rebellion of the flamekin":{"name":"Rebellion of the Flamekin","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Kindred","Enchantment"],"subtypes":["Elemental"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you clash, you may pay {1}. If you do, create a 3/1 red Elemental Shaman creature token. If you won, that token gains haste until end of turn. (This ability triggers after the clash ends.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Clashed","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Elemental Shaman","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elemental","Shaman"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"EventOutcomeWon"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you clash, you may pay {1}. If you do, create a 3/1 red Elemental Shaman creature token. If you won, that token gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0e2a283b-c06a-4b54-a627-5b4959318b1a","metadata":{"related_token_ids":["c41f0130-98d9-53c5-8d14-2d2b9864db4f"],"source_printing_ids":["abd2c8cb-4852-4bde-b2cf-72ceb9b0dd3e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LRW"],"rulings":[{"date":"2013-09-20","text":"If you clash because of a spell or ability an opponent controls, the ability will still trigger. Likewise, you can still win the clash even if you weren't the player to initiate it."},{"date":"2024-06-07","text":"Kindred is a card type that allows noncreature cards to have creature types. For example, Echoes of Eternity is an Eldrazi (although not a creature) while on the battlefield and an Eldrazi card (although not a creature card) in zones other than the battlefield."},{"date":"2024-06-07","text":"This cards was originally printed with the \"tribal\" card type. That card type has been replaced with \"kindred\". This change does not affect the gameplay function of this card."},{"date":"2024-06-07","text":"While it appears only on cards that already have other card types, kindred is a card type and will be counted by effects that refer to the number of card types among cards in a zone."}],"rarities":["uncommon"]},"reckless bushwhacker":{"name":"Reckless Bushwhacker","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Warrior","Ally"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Surge {1}{R} (You may cast this spell for its surge cost if you or a teammate has cast another spell this turn.)\nHaste\nWhen this creature enters, if its surge cost was paid, other creatures you control get +1/+0 and gain haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Haste",{"Surge":{"type":"Cost","shards":["Red"],"generic":1}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+0 and gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if its surge cost was paid, other creatures you control get +1/+0 and gain haste until end of turn.","constraint":null,"condition":{"type":"CastVariantPaid","variant":"Surge"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4fb83127-00cf-4ce7-aedf-cb0b2740c66f","metadata":{"source_printing_ids":["0405b1b9-976a-4aaf-bec6-fa006decea74","0b026ad4-23dc-4f67-a290-8fb683633352","5fe0cf99-df33-4f2c-bd6c-10266fc7d044"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["OGW","PIO","PLST"],"rulings":[{"date":"2016-01-22","text":"Casting a spell for its surge cost doesn't change its mana cost or its mana value."},{"date":"2016-01-22","text":"For some cards, surge represents only an alternative cost, a discount that applies if you or a teammate has cast another spell this turn. Other cards, like Reckless Bushwhacker, have additional abilities or effects if you paid the surge cost to cast the spell."},{"date":"2016-01-22","text":"If an instant or sorcery spell cast for its surge cost is copied, the copy is also considered to have had its surge cost paid."},{"date":"2016-01-22","text":"The other spell that you or a teammate cast can be one that's resolved, one that was countered, or (for instants with surge) one that's still on the stack."}],"rarities":["uncommon"]},"reclusive wight":{"name":"Reclusive Wight","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Minion"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, if you control another nonland permanent, sacrifice this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you control another nonland permanent, sacrifice ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"dbde53c1-c6b7-4775-87d3-e95166392e60","metadata":{"source_printing_ids":["384b14c6-78a0-4e82-924e-781719c8defb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["USG"],"rarities":["uncommon"]},"recurring nightmare":{"name":"Recurring Nightmare","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Sacrifice a creature, Return this enchantment to its owner's hand: Return target creature card from your graveyard to the battlefield. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1},{"type":"ReturnToHand","count":1,"filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":"Sacrifice a creature, Return ~ to its owner's hand: Return target creature card from your graveyard to the battlefield. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a6708b11-1bcd-4208-a967-fe91f2e3313c","metadata":{"source_printing_ids":["25d2ca0c-5e96-4d64-aa64-054d4dbcc471","b50e1800-a45c-43bd-8886-8a06145d9346","c74501e7-b14c-484f-91d2-99a014849fec","c8173030-1c33-417c-b8e9-79231b6a85a7"]},"legalities":{"commander":"banned","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EXO","TPR","VMA","WC98"],"rulings":[{"date":"2013-04-15","text":"If you cast this as normal during your main phase, it will enter the battlefield and you’ll receive priority. If no abilities trigger because of this, you can activate its ability immediately, before any other player has a chance to remove it from the battlefield."}],"rarities":["rare","mythic"]},"recycle":{"name":"Recycle","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Skip your draw step.\nWhenever you play a card, draw a card.\nYour maximum hand size is two.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlayCard","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you play a card, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"SkipStep":{"step":"Draw"}},"affected":{"type":"Controller"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Skip your draw step."},{"mode":{"MaximumHandSize":{"modification":{"SetTo":2}}},"affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your maximum hand size is two."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8cef3ce7-8fbc-4e68-93f9-d6adfc2c2cbf","metadata":{"source_printing_ids":["35698c86-4552-4c04-8f51-099bb2dbce6d","ae984b86-ac6d-45e2-9c8d-0b7ac50021a1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TMP","TPR"],"rulings":[{"date":"2007-02-01","text":"Countering a spell that has been cast will not prevent you from drawing the card."},{"date":"2007-02-01","text":"Your maximum hand size is checked only during the cleanup step of your turn. At any other time, you may have any number of cards in hand."},{"date":"2009-10-01","text":"If multiple effects modify your hand size, apply them in timestamp order. For example, if you put Spellbook (an artifact that says you have no maximum hand size) onto the battlefield and then put Recycle onto the battlefield, your maximum hand size will be two. However, if those permanents entered in the opposite order, you would have no maximum hand size."},{"date":"2018-07-13","text":"To play a card means to play a land or to cast a spell that's a card (and not a copy of a card)."}],"rarities":["rare"]},"red hulk":{"name":"Red Hulk","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Gamma","Berserker","Villain"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Reach, trample\nEnrage — Whenever Red Hulk is dealt damage, put a +1/+1 counter on him. When you do, he deals damage equal to the number of +1/+1 counters on him to any other target.","non_ability_text":null,"flavor_name":null,"keywords":["Reach","Trample"],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, put a +1/+1 counter on him. When you do, he deals damage equal to the number of +1/+1 counters on him to any other target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a14a838a-49f4-45e3-9ec0-3c803af45a68","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7e623818-838b-4c02-a23a-498cf18d70d6","e25468e2-17c6-47b2-8eb6-fcb8ae6f4c17"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"reflection of kiki-jiki":{"name":"Reflection of Kiki-Jiki","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Goblin","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Create a token that's a copy of another target nonlegendary creature you control, except it has haste. Sacrifice it at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NotSupertype","value":"Legendary"},{"type":"Another"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"extra_keywords":["Haste"]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}, {T}: Create a token that's a copy of another target nonlegendary creature you control, except it has haste. Sacrifice it at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red"],"color_identity":["Red"],"scryfall_oracle_id":"c0957e5e-c71b-439c-931c-9f55d2f76ace","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047","54edcc8d-dc97-5a6e-b42b-00d63b81e738","fe4dffe8-dc27-5c0d-aaa3-589a15e78f55"],"source_printing_ids":["0b696cd1-0d72-4df5-bacc-dc77e62f9a13","24c0d87b-0049-4beb-b9cb-6f813b7aa7dc","6dee0388-a78d-4b3c-a0c5-25655e14115e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["NEO","PNEO","PRM","SCH"],"rarities":["rare"]},"refurbished familiar":{"name":"Refurbished Familiar","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Zombie","Rat"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.)\nFlying\nWhen this creature enters, each opponent discards a card. For each opponent who can't, you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Affinity":{"type_filters":["Artifact"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"OriginalController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"CurrentScopeSucceeded"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent discards a card. For each opponent who can't, you draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"009e1638-9055-4872-93e1-85841bce4648","metadata":{"source_printing_ids":["b338e078-629c-4cac-bd1d-e1f0a132728d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rulings":[{"date":"2024-06-07","text":"When Refurbished Familiar's last ability resolves, the next opponent in turn order (or, if it's an opponent's turn, that opponent) chooses a card in hand without revealing it, then each other opponent in turn order (if any) does the same. All chosen cards are then discarded at the same time."}],"rarities":["common"]},"regal force":{"name":"Regal Force","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, draw a card for each green creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Green"}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card for each green creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e264ffe3-0252-49d6-b990-dbb3654325a5","metadata":{"source_printing_ids":["2b6eb422-6e99-42bc-890b-99d4f6cd20f2","3dc95149-971f-4f36-b572-0463b49bf617","674a694a-22b8-4fb8-b901-91d64564c0db","9c24fe81-a8b7-4b20-b5dd-1d1c91ff057f","b7014c70-7c68-4dcf-9451-175810b2c363"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA4","DDU","EMA","EVE","J21","SPG"],"rulings":[{"date":"2016-06-08","text":"If Regal Force is still on the battlefield as its triggered ability resolves, its ability will count itself."}],"rarities":["rare","mythic"]},"regenerate":{"name":"Regenerate","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Regenerate target creature. (The next time that creature would be destroyed this turn, instead tap it, remove it from combat, and heal all damage on it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Regenerate","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"Regenerate target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4ce6c946-7a93-4a8d-a2c9-086cbd036e3c","metadata":{"source_printing_ids":["9a1026f4-b11a-48aa-9191-e0bb51c515a6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["M10"],"rarities":["common"]},"reidane, god of the worthy":{"name":"Reidane, God of the Worthy","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nSnow lands your opponents control enter tapped.\nNoncreature spells your opponents cast with mana value 4 or greater cost {2} more to cast.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Noncreature spells your opponents cast with mana value 4 or greater cost {2} more to cast."}],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[{"type":"HasSupertype","value":"Snow"}]},"description":"Snow lands your opponents control enter tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"35ae7b25-6d0f-49f8-a40d-dd2cf88e6f44","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3606519e-5677-4c21-a34e-be195b6669fa","c717b484-4b88-4073-a185-71b6085e7324"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM"],"rulings":[{"date":"2021-02-05","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2021-02-05","text":"If a spell has {X} in its mana cost, use the value of X to determine whether its mana value is 4 or greater. If it is, Reidane's last ability will apply. If not, it won't."},{"date":"2021-02-05","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2021-02-05","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2021-02-05","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2021-02-05","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2021-02-05","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2021-02-05","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2021-02-05","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2021-02-05","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases (such as that of Reidane, God of the Worthy), then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-02-05","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2021-02-05","text":"Valkmira's first ability prevents 1 damage from each source an opponent controls each time that source would deal damage to you. It prevents 1 of any kind of damage, not just combat damage."},{"date":"2021-02-05","text":"Valkmira's last ability affects each spell (including Aura spells), activated ability, and triggered ability controlled by an opponent that targets you or another permanent you control."}],"rarities":["rare"]},"relic crush":{"name":"Relic Crush","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target artifact or enchantment and up to one other target artifact or enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[{"type":"Another"}]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"duration":null,"description":"Destroy target artifact or enchantment and up to one other target artifact or enchantment.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"92381398-94f6-471f-874a-b5894e6f9487","metadata":{"source_printing_ids":["01c924b2-3b10-4bb0-b51d-122bfdd298aa","25cba2ac-e210-4c93-9d5d-6c0dbdad5941","8529255b-8df5-4812-b4ad-861b46f17d94","9ba2533c-3e1a-48e0-8dc4-0c915f853c52","c5847d69-bab0-43ff-8068-ecf87aa01d98"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["C17","CM2","CMD","CNS","PLST","ZEN"],"rarities":["common","uncommon"]},"relic of legends":{"name":"Relic of Legends","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add one mana of any color.\nTap an untapped legendary creature you control: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}},"sub_ability":null,"duration":null,"description":"Tap an untapped legendary creature you control: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"4d9554de-c005-41ab-a941-39328ebff9de","metadata":{"source_printing_ids":["4b0c2788-5ab4-482f-be70-ede073215d3c","4f4bfcf3-55c7-4d5b-9e4a-bc7a574126b4","64a2809e-c441-416c-90ff-6fb1e246dff3","89691cda-e38b-4f53-bee6-4c234186e6ad","ed235727-7e60-4b37-8947-4b3613711c4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","FIC","MSC","PLST","SLD"],"rulings":[{"date":"2022-09-09","text":"You can tap any untapped legendary creature you control, including one you haven't controlled continuously since the beginning of your most recent turn, to pay the cost of Relic of Legends's activated ability."}],"rarities":["uncommon","rare"]},"reluctant role model":{"name":"Reluctant Role Model","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Survivor"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Survival — At the beginning of your second main phase, if this creature is tapped, put a flying, lifelink, or +1/+1 counter on it.\nWhenever this creature or another creature you control dies, if it had counters on it, put those counters on up to one target creature.","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"flying","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a flying counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lifelink","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a lifelink counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":"put a +1/+1 counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"put your choice of counter","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PostCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your second main phase, if ~ is tapped, put a flying, lifelink, or +1/+1 counter on it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"SourceIsTapped"},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"TriggeringSource"},"counter_type":null,"count":null,"mode":"Put","selection":"StackTarget","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another creature you control dies, if it had counters on it, put those counters on up to one target creature.","constraint":null,"condition":{"type":"HadCounters","counter_type":null},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8d24c12a-a300-4199-b2a9-3d5ead8df617","metadata":{"source_printing_ids":["1fcea7eb-3174-4549-a1de-8dda577cd0b9","4dde86d6-34a0-4b3b-a46a-d9941501d08c","693a6f3e-d517-4978-8958-db189fe3f1f9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"If Reluctant Role Model dies at the same time as one or more other creatures with counters on them, its last ability will trigger for each of those creatures."},{"date":"2024-09-20","text":"If a creature with a survival ability isn't tapped when your second main phase begins, the ability won't trigger at all. You won't be able to tap it during your second main phase in time to have that ability trigger."},{"date":"2024-09-20","text":"If a creature's survival ability triggers but that creature is untapped when the ability begins to resolve, that ability won't do anything."},{"date":"2024-09-20","text":"If a creature's survival ability triggers but the creature leaves the battlefield before the ability resolves, use its tapped or untapped status as it last existed on the battlefield to determine whether or not the ability will do anything."},{"date":"2024-09-20","text":"If the creature that died had -1/-1 counters on it when it died, Reluctant Role Model's last ability will include those as well. This may result in the target creature also dying."},{"date":"2024-09-20","text":"In some unusual cases, you may end up putting the appropriate counters on more than one permanent. For example, if you control The Ozolith when Reluctant Role Model dies, you'll put the appropriate number of each kind of counter onto both The Ozolith and the target creature."},{"date":"2024-09-20","text":"Reluctant Role Model's last ability doesn't cause you to move counters from the creature that died onto the target creature. Rather, you put the same number of each kind of counter the creature that died had when it died onto the target creature. Other effects that interact with putting counters onto that creature will interact with this effect accordingly."},{"date":"2024-09-20","text":"Survival abilities (and other abilities that trigger at the beginning of your second main phase) will trigger at the beginning of the second main phase you take in a turn. They won't trigger during your third, fourth, or other additional main phases in a single turn, if effects somehow cause you to have more than two main phases."}],"rarities":["rare"]},"remand":{"name":"Remand","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell. If that spell is countered this way, put it into its owner's hand instead of into that player's graveyard.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"},"countered_spell_zone":{"type":"Hand"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell. If that spell is countered this way, put it into its owner's hand instead of into that player's graveyard.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d71cd08e-3e84-41ff-b9db-9e343c0af6b4","metadata":{"source_printing_ids":["0027e5ca-8046-40a0-bd73-79be55f28bff","36de9999-8d0a-4174-8e38-549bacdc128b","581f3780-c480-48c6-b15c-1618f2feccb9","69001c08-2541-47e3-8343-2e5089a9b193","a5048047-abff-4a1f-8d72-6b758a03542c","dc595c63-af05-4c05-80e8-e1a90df26b0f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["DDM","F08","J25","MM2","PRM","RAV","RVR","TSR"],"rulings":[{"date":"2021-03-19","text":"If you target a card that was cast with flashback with Remand, the card will still be exiled."},{"date":"2021-03-19","text":"Remand can target a spell that can't be countered. That spell won't be countered or returned to its owner's hand, but you'll draw a card."}],"rarities":["uncommon","special"]},"remove":{"name":"Remove","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cast this spell only during the declare attackers step and only if you've been attacked this step.\nReturn target attacking creature to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return target attacking creature to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a1ed0f7e-56c3-4866-89c4-77b81a952955","casting_restrictions":[{"type":"DeclareAttackersStep"},{"type":"RequiresCondition","data":{"condition":{"type":"BeenAttackedThisStep"}}}],"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["P02"]},"renegade krasis":{"name":"Renegade Krasis","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast","Mutant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Evolve (Whenever a creature you control enters, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)\nWhenever this creature evolves, put a +1/+1 counter on each other creature you control with a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Evolve"],"abilities":[],"triggers":[{"mode":"Evolved","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"Counters","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ evolves, put a +1/+1 counter on each other creature you control with a +1/+1 counter on it.","constraint":null,"condition":null,"batched":false},{"mode":"Evolve","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on this creature","target_prompt":null,"ability_tag":{"type":"Evolve"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.100a: Evolve — whenever a creature you control enters with greater power or toughness than ~, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7b7e622c-815a-44a0-88ff-62bbe8dd5582","metadata":{"source_printing_ids":["23b68921-0c34-4d92-83c3-21542f62c7f6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["DGM"],"rulings":[{"date":"2013-04-15","text":"If a creature enters the battlefield with +1/+1 counters on it, consider those counters when determining if evolve will trigger. For example, a 1/1 creature that enters the battlefield with two +1/+1 counters on it will cause the evolve ability of a 2/2 creature to trigger."},{"date":"2013-04-15","text":"If evolve triggers, the stat comparison will happen again when the ability tries to resolve. If neither stat of the new creature is greater, the ability will do nothing. If the creature that entered the battlefield leaves the battlefield before evolve tries to resolve, use its last known power and toughness to compare the stats."},{"date":"2013-04-15","text":"If multiple creatures enter the battlefield at the same time, evolve may trigger multiple times, although the stat comparison will take place each time one of those abilities tries to resolve. For example, if you control a 2/2 creature with evolve and two 3/3 creatures enter the battlefield, evolve will trigger twice. The first ability will resolve and put a +1/+1 counter on the creature with evolve. When the second ability tries to resolve, neither the power nor the toughness of the new creature is greater than that of the creature with evolve, so that ability does nothing."},{"date":"2013-04-15","text":"Renegade Krasis “evolves” when its evolve ability resolves and a +1/+1 counter is put on it. If a replacement effect such as Doubling Season’s causes the evolve ability to put more than one +1/+1 counter on Renegade Krasis, its last ability triggers only once. If no +1/+1 counter is put on it (perhaps because it left the battlefield in response to its evolve ability triggering), then its last ability doesn’t trigger."},{"date":"2013-04-15","text":"Renegade Krasis’s last ability won’t trigger if a +1/+1 counter is put on it for any reason other than its evolve ability resolving."},{"date":"2013-04-15","text":"When comparing the stats as the evolve ability resolves, it’s possible that the stat that’s greater changes from power to toughness or vice versa. If this happens, the ability will still resolve and you’ll put a +1/+1 counter on the creature with evolve. For example, if you control a 2/2 creature with evolve and a 1/3 creature enters the battlefield under your control, it toughness is greater so evolve will trigger. In response, the 1/3 creature gets +2/-2. When the evolve trigger tries to resolve, its power is greater. You’ll put a +1/+1 counter on the creature with evolve."},{"date":"2013-04-15","text":"When comparing the stats of the two creatures for evolve, you always compare power to power and toughness to toughness."},{"date":"2013-04-15","text":"Whenever a creature enters the battlefield under your control, check its power and toughness against the power and toughness of the creature with evolve. If neither stat of the new creature is greater, evolve won’t trigger at all."}],"rarities":["rare"]},"renewed solidarity":{"name":"Renewed Solidarity","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nCreatures you control of the chosen type get +1/+0.\nAt the beginning of your end step, for each token you control of the chosen type that entered this turn, create a token that's a copy of it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"None"},"owner":{"type":"Controller"},"source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"},{"type":"IsChosenCreatureType"},{"type":"EnteredThisTurn"}]},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, for each token you control of the chosen type that entered this turn, create a token that's a copy of it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"IsChosenCreatureType"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control of the chosen type get +1/+0."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"bea3ff6e-7649-4e51-b2ad-763f9ac2d4b8","metadata":{"source_printing_ids":["8b7e679d-c99e-49c7-91e6-e2b3d6b57482","9a72b230-dbb0-4d38-ba7a-fb0bd03b6c47"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DRC"],"rulings":[{"date":"2025-02-07","text":"Any abilities of the copied token that trigger when that permanent enters will trigger. Any “as [this permanent] enters” or “[this permanent] enters with” abilities of the copied token will also work."},{"date":"2025-02-07","text":"If the last ability creates a copy of a token that is copying something else, then the new token enters as a copy of whatever the original token copied."},{"date":"2025-02-07","text":"When this enchantment’s last ability resolves, for each applicable token you control that entered this turn, create a token that copies the original characteristics of that first token as stated by the effect that created it (unless that first token is copying something else; see below). It doesn’t copy whether that token is tapped or untapped, whether it has any counters on it or Auras or Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."}],"rarities":["rare"]},"repeat offender":{"name":"Repeat Offender","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{2}{B}: If this creature is suspected, put a +1/+1 counter on it. Otherwise, suspect it. (A suspected creature has menace and can't block.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}},"sub_ability":null,"else_ability":{"kind":"Activated","effect":{"type":"Suspect","target":{"type":"SelfRef"},"scope":{"type":"Single"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}{B}: If ~ is suspected, put a +1/+1 counter on it. Otherwise, suspect it.","target_prompt":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Suspected"}]}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4d1885d1-212e-47ae-865f-e6dc4148ddf2","metadata":{"source_printing_ids":["0c2ca1e7-e0de-4d29-a81b-62185ccd295f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"Being suspected isn't a copiable value. If a permanent becomes a copy of a suspected creature, it won't be suspected."},{"date":"2024-02-02","text":"If a creature is already suspected, suspecting it again won't have any effect."},{"date":"2024-02-02","text":"If a suspected creature loses all abilities, it will lose menace and \"This creature can't block\", but it won't stop being suspected."},{"date":"2024-02-02","text":"There's no limit to the number of creatures that can be suspected simultaneously. Suspecting a new creature doesn't cause other creatures to stop being suspected."},{"date":"2024-02-02","text":"When an effect suspects a creature, it becomes suspected. It gains menace and \"This creature can't block\" for as long as it's suspected. It stays suspected until it leaves the battlefield or another effect causes it to no longer be suspected."}],"rarities":["common"]},"repercussion":{"name":"Repercussion","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature is dealt damage, this enchantment deals that much damage to that creature's controller.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature is dealt damage, ~ deals that much damage to that creature's controller.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f6069a4f-744e-43e8-9f8b-7c13b8b0187f","metadata":{"source_printing_ids":["1da327c8-730b-4fab-827f-64e7f5b60e1d","4e95e687-fa34-4dfe-bf24-34a481041bd1","d0f3c78e-16c0-4fbc-8ef4-fbf610f9d464","e6f6b6ed-6554-4bff-a231-fb1c3d6ba715","feeb4df7-3b59-4fc1-8fbb-b99ddedaa8fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["SLD","UDS","WOT"],"rarities":["rare","mythic"]},"reptilian recruiter":{"name":"Reptilian Recruiter","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this creature enters, choose target creature. If that creature's power is 2 or less or if you control another Lizard, gain control of that creature until end of turn, untap it, and it gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"Or","conditions":[{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"use_lki":false},{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Lizard"}],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Or","conditions":[{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"use_lki":false},{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Lizard"}],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"Or","conditions":[{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"use_lki":false},{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Lizard"}],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, choose target creature. If that creature's power is 2 or less or if you control another Lizard, gain control of that creature until end of turn, untap it, and it gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a12a66b5-ea4a-4a58-b0f0-13152598b7e6","metadata":{"source_printing_ids":["81dec453-c9d7-42cb-980a-c82f82bede76"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"You can target any creature with Reptilian Recruiter’s triggered ability. Whether or not the ability does anything when it resolves will depend on whether that creature’s power is 2 or less or if you control another Lizard at the time the ability resolves."}],"rarities":["uncommon"]},"repulsor blast":{"name":"Repulsor Blast","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 2 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 2 or more.)\nRepulsor Blast deals 5 damage to target creature. If this spell was cast using teamwork, it also deals 2 damage to that creature's controller.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":2}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 5 damage to target creature. If this spell was cast using teamwork, it also deals 2 damage to that creature's controller.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"150f920c-c942-4feb-824f-79dd9b531687","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["837265b0-fc15-4d96-9d6b-fd1c78534262"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"rescue skiff":{"name":"Rescue Skiff","mana_cost":{"type":"Cost","shards":["White"],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, return target creature or enchantment card from your graveyard to the battlefield.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 10+.)\n10+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target creature or enchantment card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":10},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"10+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":5},{"type":"SetToughness","value":6}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":10},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 10+"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"112aaaf0-3301-4f79-9640-d36c75a0fb30","metadata":{"source_printing_ids":["6fe86bfb-c67d-4df9-88c9-f083091f4cda"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"If an Aura is put onto the battlefield without being cast, the Aura’s controller-to-be chooses what it will enchant as it comes back onto the battlefield. An Aura put onto the battlefield this way doesn’t target anything (so it could be attached to an opponent’s permanent with hexproof, for example), but the Aura’s enchant ability restricts what it can be attached to. If the Aura can’t legally be attached to anything, it remains in its current zone."}],"rarities":["uncommon"]},"resolute survivors":{"name":"Resolute Survivors","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"You may exert this creature as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, this creature deals 1 damage to each opponent and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you exert a creature, ~ deals 1 damage to each opponent and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"3d699db7-cc52-4ee3-947b-0ba291bf037a","metadata":{"source_printing_ids":["713f469e-58c3-4db4-aa7a-77126bda13f2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["HOU"],"rulings":[{"date":"2017-04-18","text":"All cards in the Amonkhet set that let you exert a creature let you do so as you declare it as an attacking creature, as do some of the cards in the Hour of Devastation set. You can’t do so later in combat, and creatures put onto the battlefield attacking can’t be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2017-04-18","text":"If an exerted creature is already untapped during your next untap step (most likely because it had vigilance or an effect untapped it), exert’s effect preventing it from untapping expires without having done anything."},{"date":"2017-04-18","text":"If you gain control of another player’s creature until end of turn and exert it, it will untap during that player’s untap step."},{"date":"2017-04-18","text":"Some cards have abilities that trigger whenever you exert any creature. These abilities trigger when you exert that creature or any other creature you control."},{"date":"2017-04-18","text":"You can’t exert a creature unless an effect allows you to do so. Similar effects that “tap and freeze” a creature (such as that of Decision Paralysis) don’t exert that creature."},{"date":"2017-07-14","text":"In a Two-Headed Giant game, Resolute Survivors’s last ability causes it to deal a total of 2 damage to the opposing team and you gain 1 life."}],"rarities":["uncommon"]},"resonating lute":{"name":"Resonating Lute","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Lands you control have \"{T}: Add two mana of any one color. Spend this mana only to cast instant and sorcery spells.\"\n{T}: Draw a card. Activate only if you have seven or more cards in your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Draw a card. Activate only if you have seven or more cards in your hand.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":2},"color_options":["White","Blue","Black","Red","Green"]},"restrictions":[{"SpellType":"Instant and Sorcery"}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add two mana of any one color. Spend this mana only to cast instant and sorcery spells.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Lands you control have \"{T}: Add two mana of any one color. Spend this mana only to cast instant and sorcery spells.\""}],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"9263287d-f782-4318-9ab8-e2e5f8107f5e","metadata":{"source_printing_ids":["6ef168d6-28f2-4c24-9bfa-82c35663b729","7151c183-24e4-4748-a513-0f2652fdd6ef"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"Once you've activated Resonating Lute's last ability, it doesn't matter if the number of cards in your hand drops below seven. The ability will still resolve as normal."}],"rarities":["rare"]},"resplendent angel":{"name":"Resplendent Angel","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of each end step, if you gained 5 or more life this turn, create a 4/4 white Angel creature token with flying and vigilance.\n{3}{W}{W}{W}: Until end of turn, this creature gets +2/+2 and gains lifelink.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+2 and gains lifelink"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","White","White"],"generic":3}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{3}{W}{W}{W}: Until end of turn, ~ gets +2/+2 and gains lifelink.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Angel","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Angel"],"colors":["White"],"keywords":["Flying","Vigilance"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if you gained 5 or more life this turn, create a 4/4 white Angel creature token with flying and vigilance.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2ac93092-1a57-4cf7-8f03-1dca86d5c476","metadata":{"related_token_ids":["7966e532-da34-58bf-bbd3-2961f0e8de37","e24726ce-7c3e-57fe-a261-7854152027d3"],"source_printing_ids":["586854d1-edfd-4c66-873d-df459324dbfd","59adbd35-9959-4a0f-babf-46ea3c15f018","e827612d-5a43-4a29-b0c1-ab7f3285ad98"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","M19","PLCI","PM19"],"rulings":[{"date":"2018-07-13","text":"If you didn't gain life during the turn before the end step begins, Resplendent Angel's triggered ability won't trigger at all. Gaining life during the end step won't cause the ability to trigger."},{"date":"2018-07-13","text":"In a Two-Headed Giant game, life gained by your teammate won't satisfy Resplendent Angel's triggered ability, even though it caused your team's life total to increase."},{"date":"2018-07-13","text":"Resplendent Angel's triggered ability checks if you gained 5 or more life total during the turn. It doesn't matter if you also lost life or whether your life total is greater than it was at the beginning of the turn. It also doesn't matter whether Resplendent Angel was on the battlefield when any of the life gain happened."},{"date":"2018-07-13","text":"You create only one Angel token, no matter how many times you gained 5 or more life."},{"date":"2018-07-13","text":"You don't need to have gained 5 life all at once to satisfy Resplendent Angel's triggered ability."}],"rarities":["mythic"]},"resplendent mentor":{"name":"Resplendent Mentor","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kithkin","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"White creatures you control have \"{T}: You gain 1 life.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"White"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: You gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"White creatures you control have \"{T}: You gain 1 life.\""}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5b60a257-e4f8-412e-b146-b7983a384753","metadata":{"source_printing_ids":["be87e59d-422c-4dd7-8867-423e784830a2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SHM"],"rarities":["uncommon"]},"rest in peace":{"name":"Rest in Peace","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile all graveyards.\nIf a card or token would be put into a graveyard from anywhere, exile it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile all graveyards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a card or token would be put into a graveyard from anywhere, exile it instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"087f9ad7-e74f-40e2-8102-1ed2925d0418","metadata":{"source_printing_ids":["37c2b1d1-faa0-40fd-82f4-216604ce7635","3a52b1bc-cf29-49bd-a877-03a21fe8a6c5","4266ac5c-40dc-4fe3-9f42-e03cea5277ea","43eb0e85-1c26-4d2c-bdac-6e94717f0762","4ac99506-a891-4d5d-8747-23aa29004b02","7f9bf9e0-cb43-411c-a955-dc8e2f331e2d","84d396b1-a193-4bea-bfb5-a6317029ae06","9008f826-9e24-4ba1-b17e-1638b7cdd78d","9648392a-78a2-4ae5-a218-cfd2bcd9bc5d","98040e14-8182-4a94-9322-bbd967dc4dfe","9f2b39be-0fec-4647-ade1-8e1626dc5470","ab6ef698-caad-47cd-ba35-41be64a58c99","ba5115e9-02cb-47f2-944b-514a126430ba","cda8edb5-f42d-46a4-8469-a121222c7e75","d108c2b1-236e-4b8d-8445-d9749ccc4fea","e8baa00b-b27b-4e97-b834-61e54b0ba154"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","ACR","AKR","BIG","MAR","MB2","OMB","PLST","PRM","RTR","RVR","SLD","SS2","WOT"],"rulings":[{"date":"2018-03-16","text":"If Rest in Peace is destroyed by a spell, Rest in Peace will be exiled and then the spell will be put into its owner's graveyard."},{"date":"2018-03-16","text":"If a card is discarded while Rest in Peace is on the battlefield, abilities that function when a card is discarded (such as madness) still work, even though that card never reaches a graveyard. In addition, spells or abilities that check the characteristics of a discarded card (such as Chandra Ablaze's first ability) can find that card in exile."},{"date":"2018-03-16","text":"While Rest in Peace is on the battlefield, abilities that trigger whenever a creature dies won't trigger because cards and tokens are never put into a player's graveyard."}],"rarities":["rare","mythic"]},"restoration angel":{"name":"Restoration Angel","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nWhen this creature enters, you may exile target non-Angel creature you control, then return that card to the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Angel"}}],"controller":"You","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile target non-Angel creature you control, then return that card to the battlefield under your control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dfbd3afc-9905-4cff-a4f4-df08a4d0a7fa","metadata":{"source_printing_ids":["2cb225a1-d005-4e4d-98b2-7ebe2e9141df","35f7f491-0733-42fa-ad8b-594252e74703","38befc96-938e-4b7f-97da-ed67ccd8900b","3b5233ff-03bc-4053-9b49-c4185c2de38d","3dbdd0bc-92d7-49ae-b7fc-b2d1f0670bd8","5b474f84-9bef-422a-8fc5-489a10aaf1ee","6ebb5601-9ecd-4643-bcc7-e5663a471773","b958bcdd-d0ea-4ae0-9dd0-e6de5cf74128","c0ee6fbf-4562-4c73-afa7-2c573d6acd77","c2ad8639-e586-47f4-baca-2a1af5aa281b","d5a654d1-d83d-4a48-8697-1dc75fabacab","e27a8eb2-9a7d-4349-b414-0655d86836b1","f17f85d3-58e5-4128-90c5-98b524256af8","fc1266de-3a58-4579-9781-78aaf852bbac"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AVR","BLC","IMA","INR","J21","J22","KHC","MM3","MOC","PAVR","PRM","SLD","TSR"],"rulings":[{"date":"2021-03-19","text":"If a token is exiled this way, it will cease to exist and won't return to the battlefield."},{"date":"2021-03-19","text":"Once the exiled creature returns, it's considered a new object with no relation to the object that it was. Auras attached to the exiled creature will be put into their owners' graveyards. Equipment attached to the exiled creature will become unattached and remain on the battlefield. Any counters on the exiled creature will cease to exist."},{"date":"2021-03-19","text":"When an effect returns the exiled card \"under your control,\" you control it indefinitely after that. If you had temporarily gained control of a creature, it won't return to its previous controller. In a multiplayer game, if a player leaves the game, all cards that player owns leave as well. If you leave the game, a creature you took with Restoration Angel's effect is exiled."}],"rarities":["rare","special"]},"restoration magic":{"name":"Restoration Magic","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tiered (Choose one additional cost.)\n• Cure — {0} — Target permanent gains hexproof and indestructible until end of turn.\n• Cura — {1} — Target permanent gains hexproof and indestructible until end of turn. You gain 3 life.\n• Curaga — {3}{W} — Permanents you control gain hexproof and indestructible until end of turn. You gain 6 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain hexproof and indestructible"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain hexproof and indestructible"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain hexproof and indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":6}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ddbe0d17-5cac-417c-afc0-e4aebae83205","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Cure — {0} — Target permanent gains hexproof and indestructible until end of turn.","Cura — {1} — Target permanent gains hexproof and indestructible until end of turn. You gain 3 life.","Curaga — {3}{W} — Permanents you control gain hexproof and indestructible until end of turn. You gain 6 life."],"allow_repeat_modes":false,"mode_costs":[{"type":"Cost","shards":[],"generic":0},{"type":"Cost","shards":[],"generic":1},{"type":"Cost","shards":["White"],"generic":3}],"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["494e68e9-ecba-4482-82bc-207ad59144c1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose."},{"date":"2025-06-06","text":"If a spell with tiered is copied, the effect that creates the copy may allow you to choose new targets. You cannot choose a new mode."},{"date":"2025-06-06","text":"If an effect allows you to cast a spell with tiered \"without paying its mana cost,\" you must still choose exactly one mode and pay the associated additional cost."},{"date":"2025-06-06","text":"If you chose the Cura mode and the target permanent is an illegal target when Restoration Magic tries to resolve, it won't resolve and none of its effects will happen. You won't gain 3 life."},{"date":"2025-06-06","text":"The mana value of a spell with tiered is determined only by its mana cost (in the upper right corner of the card). It doesn't matter which mode you choose or which additional costs you pay, including any additional costs imposed by other effects."},{"date":"2025-06-06","text":"You choose the mode as you cast the spell with tiered. Once the mode is chosen, it can't be changed."},{"date":"2025-06-06","text":"You must choose exactly one of the listed modes and pay its associated additional cost in order to cast a spell with tiered."}],"rarities":["uncommon"]},"retaliator griffin":{"name":"Retaliator Griffin","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Griffin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a source an opponent controls deals damage to you, you may put that many +1/+1 counters on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"description":"Whenever a source an opponent controls deals damage to you, you may put that many +1/+1 counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"dd4b9e5a-b3ab-4b70-b200-228c8add9f52","metadata":{"source_printing_ids":["289adeb9-952d-437e-aa66-358a780dc083"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ARB","PARB","PRM"],"rulings":[{"date":"2009-05-01","text":"If Retaliator Griffin is dealt lethal damage at the same time that you’re dealt damage by a source an opponent controls, Retaliator Griffin will be put into a graveyard before it would receive any counters. Its ability will still trigger, but it will do nothing when it resolves."},{"date":"2009-05-01","text":"If a spell causes damage to be dealt, that spell will always identify the source of the damage. In most cases, the source is the spell itself. For example, Breath of Malfegor says “Breath of Malfegor deals 5 damage to each opponent.”"},{"date":"2009-05-01","text":"If an ability causes damage to be dealt, that ability will always identify the source of the damage. The ability itself is never the source. However, the source of the ability is often the source of the damage. For example, Deathbringer Thoctar’s ability says “Deathbringer Thoctar deals 1 damage to any target.”"},{"date":"2009-05-01","text":"If the source of the damage is a permanent, Retaliator Griffin checks whether an opponent controls that permanent at the time that damage is dealt. If the permanent has left the battlefield by then, its last known information is used. If the source of the damage is a spell, whether it’s controlled by an opponent is obvious. If the source of the damage is a card in some other zone (such as a cycled Jund Sojourners), Retaliator Griffin checks whether the card’s owner, rather than its controller, is an opponent."},{"date":"2009-05-01","text":"The source of combat damage is the creature that dealt it."}],"rarities":["rare"]},"retreat to coralhelm":{"name":"Retreat to Coralhelm","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, choose one —\n• You may tap or untap target creature.\n• Scry 1. (Look at the top card of your library. You may put that card on the bottom.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["You may tap or untap target creature.","Scry 1."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":"tap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":"untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"tap or untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c450f6b7-bb2a-4b8c-aec7-d27555137b63","metadata":{"source_printing_ids":["3d268b09-acc7-474d-86be-537d6449755c","68684c8e-dc19-4a56-b511-4e21140b137f","a40241b9-6bec-412e-9258-e487ea44223b","cf8246c1-1db2-409f-9440-222d6dc78297"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BFZ","DSC","PLST","SLD"],"rulings":[{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["uncommon","rare"]},"return the favor":{"name":"Return the Favor","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Spree (Choose one or more additional costs.)\n+ {1} — Copy target instant spell, sorcery spell, activated ability, or triggered ability. You may choose new targets for the copy.\n+ {1} — Change the target of target spell or ability with a single target.","non_ability_text":null,"flavor_name":null,"keywords":["Spree"],"abilities":[{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"InZone","zone":"Stack"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"InZone","zone":"Stack"}]},{"type":"StackAbility"}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeTargets","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasSingleTarget"}]}]},{"type":"And","filters":[{"type":"StackAbility"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasSingleTarget"}]}]}]},"scope":{"type":"Single"},"forced_to":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"30377bd5-99ab-4888-9ea7-e5a069b527e8","modal":{"min_choices":1,"max_choices":2,"mode_count":2,"mode_descriptions":["Copy target instant spell, sorcery spell, activated ability, or triggered ability. You may choose new targets for the copy.","Change the target of target spell or ability with a single target."],"allow_repeat_modes":false,"mode_costs":[{"type":"Cost","shards":[],"generic":1},{"type":"Cost","shards":[],"generic":1}],"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["a47aad8f-b418-475d-ace5-d1338cb89f56","a9cc02d1-799d-42aa-9bc2-4c05452b63b4","abe555c4-2da1-47c5-9910-cd07f4256938","bb224f6f-1da9-4090-a609-a4cd50740348","e968efff-635b-4780-9bbe-099e75a1841b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","SLD","SOA"],"rulings":[{"date":"2024-04-12","text":"Each additional cost and associated mode in the text box is also preceded with a + indicator. These symbols also have no rules meaning and serve only to remind players that the listed costs are additional costs."},{"date":"2024-04-12","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose."},{"date":"2024-04-12","text":"If a spell or ability targets multiple things, you can't target it with Return the Favor's second mode, even if all but one of those targets have become illegal."},{"date":"2024-04-12","text":"If a spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X. The same is true for an ability that's copied and an X whose value was determined as the ability was activated."},{"date":"2024-04-12","text":"If a spell with spree is copied, the effect that creates the copy may allow you to choose new targets. You cannot choose new modes."},{"date":"2024-04-12","text":"If all targets for the chosen modes become illegal before a spell with spree resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-04-12","text":"If an effect allows you to cast a spell with spree \"without paying its mana cost,\" you must still choose at least one mode and pay the associated additional costs."},{"date":"2024-04-12","text":"If the copied spell or ability divides damage or distributes counters among a number of targets, the division and number of targets can't be changed. If you choose new targets, you must choose the same number of targets."},{"date":"2024-04-12","text":"If the copied spell or ability is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2024-04-12","text":"If you copy a spell with the first mode, you can't choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."},{"date":"2024-04-12","text":"If you copy an activated ability with the first mode, and the activation cost includes a choice, such as a creature to sacrifice or a number of counters to remove, the copy uses that same information. You can't pay the cost again, even if you want to."},{"date":"2024-04-12","text":"No matter which modes you choose, you always follow the instructions in the order they are written."},{"date":"2024-04-12","text":"No player can cast spells or activate abilities in between the modes of a resolving spell. Any abilities that trigger won't be put onto the stack until the spell is done resolving."},{"date":"2024-04-12","text":"Spells with spree have a + (plus sign) indicator in the upper right corner of the card frame. This has no rules meaning and serves only to remind players that at least one additional cost is required to cast the spell."},{"date":"2024-04-12","text":"The copy created by the effect of Return the Favor's first mode will have the same targets as the spell or ability it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. The new targets must be legal."},{"date":"2024-04-12","text":"The copy made by the effect of Return the Favor's first mode is created on the stack, so it's not \"cast\" or \"activated.\""},{"date":"2024-04-12","text":"The mana value of a spell with spree is determined only by its mana cost (in the upper right corner of the card). It doesn't matter which modes you choose or which additional costs you pay, including any additional costs imposed by other effects."},{"date":"2024-04-12","text":"You can't choose the same mode more than once."},{"date":"2024-04-12","text":"You choose the modes as you cast the spell with spree. Once modes are chosen, they can't be changed."},{"date":"2024-04-12","text":"You don't choose the new target for the spell or ability targeted with Return the Favor's second mode until Return the Favor resolves. You must change the target if possible. However, you can't change the target to an illegal target. If there are no legal targets to choose from, the target isn't changed. It doesn't matter if the original target has somehow become illegal itself."},{"date":"2024-04-12","text":"You must choose at least one of the listed modes and pay its associated additional cost in order to cast a spell with spree."}],"rarities":["uncommon","rare"]},"reveillark":{"name":"Reveillark","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature leaves the battlefield, return up to two target creature cards with power 2 or less from your graveyard to the battlefield.\nEvoke {5}{W} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Evoke":{"type":"Mana","data":{"type":"Cost","shards":["White"],"generic":5}}}],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, return up to two target creature cards with power 2 or less from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.74a: When this permanent enters, if its evoke cost was paid, sacrifice it.","constraint":null,"condition":{"type":"CastVariantPaid","variant":"Evoke"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1be13ede-98f8-497e-800c-03e5802932b3","metadata":{"source_printing_ids":["06a4d2e0-1410-41f4-8070-2b0144c71e1d","4bcf9b52-d249-41e7-8ed1-ba9acc816f30","4be8ab20-e402-48d9-8a39-7cf09d333374","53b4dcd6-b1b6-4f1c-9264-e58bdc87399b","5629edd4-b5d3-43f8-8c7c-f9d916e35158","7db7e70c-ce79-4a52-b97b-f1bd46e0768c","95464df9-71eb-4cb7-9d93-6f07ba318ff8","bf0f006b-b7d7-4ff2-b7aa-363977575240","f87f8bdf-565c-4e53-8d69-3078b9530aa3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","C16","C20","CM2","MMA","MOR","PLST","UMA"],"rulings":[{"date":"2008-04-01","text":"Effects that cause you to pay more or less to cast a spell will cause you to pay that much more or less while casting it for its evoke cost, too. That's because they affect the total cost of the spell, not its mana cost."},{"date":"2008-04-01","text":"Evoke doesn't change the timing of when you can cast the creature that has it. If you could cast that creature spell only when you could cast a sorcery, the same is true for cast it with evoke."},{"date":"2008-04-01","text":"If a creature spell cast with evoke changes controllers before it enters, it will still be sacrificed when it enters. Similarly, if a creature cast with evoke changes controllers after it enters but before its sacrifice ability resolves, it will still be sacrificed. In both cases, the controller of the creature at the time it left the battlefield will control its leaves-the-battlefield ability."},{"date":"2008-04-01","text":"If you're casting a spell \"without paying its mana cost,\" you can't use its evoke ability."},{"date":"2008-04-01","text":"When you cast a spell by paying its evoke cost, its mana cost doesn't change. You just pay the evoke cost instead."},{"date":"2008-04-01","text":"Whether evoke's sacrifice ability triggers when the creature enters depends on whether the spell's controller chose to pay the evoke cost, not whether they actually paid it (if it was reduced or otherwise altered by another ability, for example)."},{"date":"2018-12-07","text":"Reveillark's ability may target zero, one, or two creature cards in your graveyard. Each target must have power 2 or less."}],"rarities":["rare"]},"reveille squad":{"name":"Reveille Squad","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rebel"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever one or more creatures attack you, if this creature is untapped, you may untap all creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever one or more creatures attack you, if ~ is untapped, you may untap all creatures you control.","constraint":null,"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"batched":true,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2531eb1a-ae24-450a-b8e8-dbbd65eaad64","metadata":{"source_printing_ids":["0244e680-92e6-436b-9e7b-2d410ce2d8ba","8f6385bb-18f9-461b-b541-3c2a5e59189b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PCY","PLST"],"rarities":["uncommon"]},"revel in silence":{"name":"Revel in Silence","mana_cost":{"type":"Cost","shards":["White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Your opponents can't cast spells or activate planeswalkers' loyalty abilities this turn.\nExile Revel in Silence.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"OpponentsOfSourceController"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"CastSpells"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"or","description":"or activate planeswalkers' loyalty abilities"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"Your opponents can't cast spells or activate planeswalkers' loyalty abilities this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"5f1d3d22-18f7-42b7-8039-ef7aa5d29856","metadata":{"source_printing_ids":["0dba25e3-2b4f-45d4-965f-3834bcb359ee","8c917201-4691-4f31-a8e4-ca0192d5ff71"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PSTX","STX"],"rarities":["rare"]},"revenge of ravens":{"name":"Revenge of Ravens","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature attacks you or a planeswalker you control, that creature's controller loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever a creature attacks you or a planeswalker you control, that creature's controller loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"PlayerOrPlaneswalker"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"dd96f145-73eb-4a6d-bcfd-5d6313fac1f9","metadata":{"source_printing_ids":["22379f55-dc70-4452-8efe-99fd05c4f6a2","3474289a-193e-452d-b248-e53ee99e22c0","8418f1ed-e4b8-436b-8859-c4df51c29f60"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","LTC","PLST"],"rulings":[{"date":"2019-10-04","text":"The triggered ability of Revenge of Ravens resolves before any abilities the attacking player controls. If this causes the attacking player to lose the game, that player's triggered abilities won't resolve and no combat damage will be dealt."}],"rarities":["uncommon"]},"reyhan, last of the abzan":{"name":"Reyhan, Last of the Abzan","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Reyhan enters with three +1/+1 counters on it.\nWhenever a creature you control dies or is put into the command zone, if it had one or more +1/+1 counters on it, you may put that many +1/+1 counters on target creature.\nPartner (You can have two commanders if both have partner.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"Generic"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control dies, if it had one or more +1/+1 counters on it, you may put that many +1/+1 counters on target creature.","constraint":null,"condition":null,"batched":false},{"mode":{"Unknown":"Whenever a creature you control is put into the command zone"},"execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control is put into the command zone, if it had one or more +1/+1 counters on it, you may put that many +1/+1 counters on target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"3e7df01c-75af-440d-97fd-1b1b794281b9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0a34158d-9925-4de8-b862-d1cc06bbae60","564e116b-4ef0-40a7-bd05-59a667373e43","8afad106-a49b-4910-959e-228c109ea983"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","CM2","CMR","PRM","PZ2"],"rulings":[{"date":"2020-11-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2020-11-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2020-11-10","text":"If enough -1/-1 counters are put on a creature at the same time to make its toughness 0 or less, the number of +1/+1 counters on it before it got any -1/-1 counters will be used to determine how many counters you put on target creature. For example, if there are three +1/+1 counters on Reyhan and it gets six -1/-1 counters, the target creature gets three +1/+1 counters."},{"date":"2020-11-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2020-11-10","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Falthis and Kediss are your commanders, your deck may contain cards with black and/or red in their color identity, but not cards with green, white, or blue."},{"date":"2020-11-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from any one of them, not from both of them combined."},{"date":"2020-11-10","text":"To have two commanders, both must have the partner ability as the game begins. Losing the ability during the game doesn't cause either to cease to be your commander."},{"date":"2020-11-10","text":"You can choose two commanders with partner that are the same color or colors. In Commander Draft, you can even choose two of the same commander with partner if you drafted them. If you do this, make sure you keep the number of times you've cast each from the command zone clear for \"commander tax\" purposes."}],"rarities":["rare","mythic"]},"rhino's rampage":{"name":"Rhino's Rampage","mana_cost":{"type":"Cost","shards":["RedGreen"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gets +1/+0 until end of turn. It fights target creature an opponent controls. When excess damage is dealt to the creature an opponent controls this way, destroy up to one target noncreature artifact with mana value 3 or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"ExcessDamageAll","execute":null,"valid_card":{"type":"And","filters":[{"type":"ParentTarget"},{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}]},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false},"or_trigger":null,"lifetime":"Reflexive"},"effect":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Artifact",{"Non":"Creature"}],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gets +1/+0 until end of turn. It fights target creature an opponent controls. When excess damage is dealt to the creature an opponent controls this way, destroy up to one target noncreature artifact with mana value 3 or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"0a744206-04c4-46cb-b64d-cf192c9324df","metadata":{"source_printing_ids":["722c62a0-a8f3-4bc3-b463-8904ba234eed","a0a11134-15bf-4f38-a0ef-6bf146149c9d","f668817c-1cab-44c5-b6a8-95113e480d5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC","OM1","SPM"],"rarities":["uncommon"]},"rhino, barreling brute":{"name":"Rhino, Barreling Brute","mana_cost":{"type":"Cost","shards":["Red","Red","Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Villain"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Vigilance, trample, haste\nWhenever Rhino attacks, if you've cast a spell with mana value 4 or greater this turn, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Trample","Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, if you've cast a spell with mana value 4 or greater this turn, draw a card.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Cmc","comparator":"GE","value":{"type":"Fixed","value":4}}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"9a6bf8a3-7640-4890-ac62-d5028f41978b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4b8ac400-1e98-49fc-94be-00386d15f2ae","7d9b096d-8813-44a0-835e-fddb61c576b0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","SPM"],"rarities":["uncommon"]},"rhys, the evermore":{"name":"Rhys, the Evermore","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen Rhys enters, another target creature you control gains persist until end of turn. (When it dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)\n{W}, {T}: Remove any number of counters from target creature you control. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[{"kind":"Activated","effect":{"type":"RemoveCounter","counter_type":null,"count":{"type":"UpTo","max":{"type":"Fixed","value":-1}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{W}, {T}: Remove any number of counters from target creature you control. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Persist"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain persist"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, another target creature you control gains persist until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9f013b5d-fff0-4c50-8621-158b6dc34834","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["a7072412-4aa2-40ef-a267-bd717551a42b","c3bef4e2-d5f4-4e95-a212-d8e02bef99f7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"If a creature has +1/+1 counters and -1/-1 counters on it, state-based actions remove the same number of each so that it has only one kind of those counters on it. A creature's persist ability can bring it back again if its -1/-1 counters are removed this way."},{"date":"2025-11-17","text":"If a creature with persist that has +1/+1 counters on it receives enough -1/-1 counters to cause it to be destroyed by lethal damage or put into its owner's graveyard for having 0 or less toughness, persist won't trigger and the card won't return to the battlefield. That's because persist checks the creature as it last existed on the battlefield, and it still had -1/-1 counters on it at that point."},{"date":"2025-11-17","text":"If the target creature dies but that card leaves the graveyard before the persist ability resolves, it won't be returned to the battlefield."}],"rarities":["rare"]},"rhythm of the wild":{"name":"Rhythm of the Wild","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creature spells you control can't be countered.\nNontoken creatures you control have riot. (They enter with your choice of a +1/+1 counter or haste.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creature spells you control can't be countered."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"modifications":[{"type":"AddKeyword","keyword":"Riot"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Nontoken creatures you control have riot."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with an additional +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":"It gains haste","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"description":"CR 702.136a: Riot — this permanent may enter with an additional +1/+1 counter; otherwise it gains haste.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"acfa77fd-3610-4f12-9c3c-bd860ce91700","metadata":{"source_printing_ids":["1b64fa50-1a11-412f-a827-d8e49ec472e8","70d13ff4-e6ba-4bfe-9668-d11f7facb8d3","7305c2e6-b72d-4bbd-8d64-69bc5e4d269c","84062ce2-fea2-4e06-b83b-7cc597fb2a1b","a32202c0-2572-42f2-b54c-7654914e5729","c2a6453e-a373-44ec-807a-15c0c8b1af57","e7843a8a-a8d8-4236-a05d-287fad0a74b1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["LCC","NEC","PZA","RNA","RVR","SLD"],"rulings":[{"date":"2019-01-25","text":"A noncreature card that happens to be entering the battlefield as a creature will have riot (for example, Rusted Relic while you control three other artifacts). Similarly, a creature card entering the battlefield as a noncreature permanent won't have riot (for example, Thassa, God of the Sea while your other permanents contribute only four to your devotion to blue)."},{"date":"2019-01-25","text":"A spell or ability that counters spells can still target a creature spell you control. When that spell or ability resolves, the creature spell won't be countered, but any additional effects of that spell or ability will still happen."},{"date":"2019-01-25","text":"If a creature entering the battlefield has riot but can't have a +1/+1 counter put onto it, it gains haste."},{"date":"2019-01-25","text":"If a creature enters the battlefield with two instances of riot, you may choose to have it get two +1/+1 counters, one +1/+1 counter and haste, or two instances of haste. Multiple instances of haste on the same creature are redundant, but we're not going to tell the Gruul how to live their lives."},{"date":"2019-01-25","text":"If a nontoken, noncreature permanent becomes a creature after it's already on the battlefield, it will have riot but it will be too late for the replacement effect to have any effect."},{"date":"2019-01-25","text":"If you choose for the creature to gain haste, it gains haste indefinitely. It won't lose it as the turn ends or as another player gains control of it."},{"date":"2019-01-25","text":"Once a creature with riot has entered the battlefield, it keeps its +1/+1 counter or haste even if it loses riot."},{"date":"2019-01-25","text":"Riot is a replacement effect. Players can't respond to your choice of +1/+1 counter or haste, and they can't take actions while the creature is on the battlefield without one or the other."},{"date":"2019-05-03","text":"If Rhythm of the Wild leaves the battlefield at the same time that a nontoken creature enters the battlefield (most likely because that creature has a replacement effect, such as that of Rescuer Sphinx), that creature still gets a +1/+1 counter or haste."}],"rarities":["uncommon","rare","mythic"]},"ribald shanty":{"name":"Ribald Shanty","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Chorus"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Starting intensity 2\nRibald Shanty deals damage equal to its intensity to target creature or planeswalker.\nAll Chorus cards you own intensify by 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"starting","description":"Starting intensity 2"},"cost":null,"sub_ability":null,"duration":null,"description":"Starting intensity 2","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"deal","description":"deal damage equal to its intensity to target creature or planeswalker"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Intensify","scope":{"type":"OwnedSubtype","subtype":"Chorus"},"amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals damage equal to its intensity to target creature or planeswalker.\nAll Chorus cards you own intensify by 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"aab3b43f-dea4-42c6-abaa-55b3a914259a","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YLCI"]},"riders of the mark":{"name":"Riders of the Mark","mana_cost":{"type":"Cost","shards":["Red"],"generic":6},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Affinity for Humans (This spell costs {1} less to cast for each Human you control.)\nTrample, haste\nAt the beginning of your end step, if this creature attacked this turn, return it to its owner's hand. If you do, create a number of 1/1 white Human Soldier creature tokens equal to its toughness.","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Trample",{"Affinity":{"type_filters":[{"Subtype":"Human"}],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Human Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if ~ attacked this turn, return it to its owner's hand. If you do, create a number of 1/1 white Human Soldier creature tokens equal to its toughness.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c7031047-5109-482f-b2e9-14800b9279bf","metadata":{"related_token_ids":["accd2574-e05c-5091-be4f-91b564c3fc7a"],"source_printing_ids":["de77686e-c4c1-4d38-a05c-03eb7363fc0b","e4b35111-2c74-4dda-b156-d1bf9f3c2947"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-11-03","text":"If Riders of the Mark leaves the battlefield before its triggered ability resolves, you can't return it to its owner's hand from its new zone."},{"date":"2023-11-03","text":"Use Riders of the Mark's toughness as it last existed on the battlefield to determine how many 1/1 white Human Soldier creature tokens to create."},{"date":"2023-11-03","text":"You won't create tokens if Riders of the Mark is returned to your hand by an effect other than its own triggered ability."}],"rarities":["rare"]},"rift bolt":{"name":"Rift Bolt","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Rift Bolt deals 3 damage to any target.\nSuspend 1—{R} (Rather than cast this card from your hand, you may pay {R} and exile it with a time counter on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":1,"cost":{"type":"Cost","shards":["Red"],"generic":0}}}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2b8afa9f-4236-4c02-a8d5-3c145caecfd6","metadata":{"source_printing_ids":["1b07edb8-4ba9-44b4-a8c7-da0447e4d1b9","1c5cac57-5c8f-4404-894b-7b055fb19152","2d0f36c8-8d91-4246-9cb4-c623f6124493","4ccd0ada-92b2-48f3-b5ae-96346fc138b6","88dde96e-6824-4d26-9fb5-86b9f3c50959","a3459a44-0c26-4ee1-ad7f-67be7cd7d80a","d8c5fcbf-00f5-41ee-9673-ad39fd2327c6","fc98895a-bfc3-4b0b-a8a6-2c202f6edf0d","fefbed51-ae2a-4668-a725-71904f18acc6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["2X2","DDS","F10","IMA","MMA","PLST","PRM","SLD","TD0","TSP","TSR"],"rulings":[{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["common","uncommon","rare"]},"righteous valkyrie":{"name":"Righteous Valkyrie","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever another Angel or Cleric you control enters, you gain life equal to that creature's toughness.\nAs long as you have at least 7 life more than your starting life total, creatures you control get +2/+2.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Angel"}],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":[{"Subtype":"Cleric"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another Angel or Cleric you control enters, you gain life equal to that creature's toughness.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeAboveStarting"}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as you have at least 7 life more than your starting life total, creatures you control get +2/+2."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"891d2690-7144-4f87-b6ef-96f2469780a9","metadata":{"source_printing_ids":["02fb5f9f-8750-4eb5-a03a-6dacc60e0b90","7e01a5ab-13ae-41a4-a196-d8bb2317d674","b5e8e2a9-8dcb-40dd-8079-6c8484c3b157","c0ff8c9f-a865-4570-8bd3-8229a18e5c99","de21677c-53d1-4054-a5de-abe34ce85754"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","J25","KHM","PKHM","PLST","PRM"],"rulings":[{"date":"2021-02-05","text":"Because damage remains marked on creatures until the damage is removed as the turn ends, nonlethal damage dealt to creatures you control may become lethal if your life total drops below 7 life more than your starting life total or if Righteous Valkyrie leaves the battlefield that turn."},{"date":"2021-02-05","text":"The amount of life you gain is equal to the Angel or Cleric's toughness as the triggered ability resolves. If the Angel or Cleric is no longer on the battlefield at that time, use its toughness from when it was last on the battlefield."}],"rarities":["rare"]},"rime chill":{"name":"Rime Chill","mana_cost":{"type":"Cost","shards":["Blue"],"generic":6},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Vivid — This spell costs {1} less to cast for each color among permanents you control.\nTap up to two target creatures. Put a stun counter on each of them. (If a permanent with a stun counter would become untapped, remove one from it instead.)\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Tap up to two target creatures. Put a stun counter on each of them.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"Vivid — This spell costs {1} less to cast for each color among permanents you control."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"bad84deb-3f2c-46fd-9dcb-4e3ba9732769","metadata":{"source_printing_ids":["a9a425f4-2103-4f96-88a0-91fe554037d7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rulings":[{"date":"2025-11-17","text":"If all of the target creatures are illegal targets as Rime Chill tries to resolve, it won't resolve and none of its effects will happen. You won't draw a card."}],"rarities":["uncommon"]},"rings of brighthearth":{"name":"Rings of Brighthearth","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you activate an ability, if it isn't a mana ability, you may pay {2}. If you do, copy that ability. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AbilityActivated","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you activate an ability, if it isn't a mana ability, you may pay {2}. If you do, copy that ability. You may choose new targets for the copy.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"bbf9494c-c4bb-4d36-98fe-8387846b342e","metadata":{"source_printing_ids":["1dbc00c6-5df2-4953-95c2-6c79dc86f409","3c7c38ea-a1a4-47dd-9d73-a84872b57736","730d64cf-e71b-46dd-8e26-d2dec2608fc0","838ffc87-517a-4d94-8ce0-bc9ed01ecc52","851f0e08-2c39-4ce9-a181-e106ca9e5fc1","ee977d30-f37d-4879-be52-c57d50922465","fbfd3898-cb06-4bb9-9d52-b319e1fa2217"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","LRW","LTC","MPS","PRM"],"rulings":[{"date":"2020-11-10","text":"An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2020-11-10","text":"If paying the activation cost of the ability includes sacrificing Rings of Brighthearth, the ability won't be copied. At the time the ability is considered activated (after all costs are paid), Rings of Brighthearth is no longer on the battlefield."},{"date":"2020-11-10","text":"If the ability has {X} in its cost, the copy uses the same value of X."},{"date":"2020-11-10","text":"The copy will have the same targets as the ability it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2020-11-10","text":"The triggered ability of Rings of Brighthearth and the copy it creates both resolve before the ability that caused it to trigger. They resolve even if that ability is countered."},{"date":"2020-11-10","text":"You can't pay {2} more than once for each time the triggered ability of Rings of Brighthearth resolves."}],"rarities":["rare","mythic","special"]},"ringwraiths":{"name":"Ringwraiths","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wraith","Knight"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, target creature an opponent controls gets -3/-3 until end of turn. If that creature is legendary, its controller loses 3 life.\nWhen the Ring tempts you, return this card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-3},"toughness":{"type":"Fixed","value":-3},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target creature an opponent controls gets -3/-3 until end of turn. If that creature is legendary, its controller loses 3 life.","constraint":null,"condition":null,"batched":false},{"mode":"RingTemptsYou","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When the ring tempts you, return this card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f09278dc-1e67-4cd8-977d-4b3b94430aac","metadata":{"source_printing_ids":["2a8495c3-96cf-40ab-b68a-1b5711b7659e","ff818c30-0a50-4986-a236-ddaf41fddf12"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"If the target is not legal as Ringwraiths's first ability tries to resolve, the ability is removed from the stack. The creature's controller won't lose life."},{"date":"2023-06-16","text":"The Ring can tempt you even if you don't control a creature. In this case, abilities that trigger \"whenever the Ring tempts you\" will still trigger."}],"rarities":["rare"]},"riot control":{"name":"Riot Control","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You gain 1 life for each creature your opponents control. Prevent all damage that would be dealt to you this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Controller"},"scope":"AllDamage"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a189e20f-1072-4608-9e50-da2a9d7a7ee3","metadata":{"source_printing_ids":["d7886607-86db-4221-8752-296104aaaef2","f0ca86cd-1b24-4abc-a877-c3aee6acf873"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["BLC","DGM"],"rulings":[{"date":"2013-04-15","text":"Count the number of creatures your opponents control as Riot Control resolves to determine how much life you gain."},{"date":"2013-04-15","text":"Riot Control doesn't prevent combat damage that would be dealt to planeswalkers you control. It also doesn't prevent damage that would be dealt to creatures you control."}],"rarities":["common"]},"ripples of undeath":{"name":"Ripples of Undeath","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your first main phase, mill three cards. Then you may pay {1} and 3 life. If you do, put a card from among those cards into your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"PayLife","amount":{"type":"Fixed","value":3}}]},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Any"}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, mill three cards. Then you may pay {1} and 3 life. If you do, put a card from among those cards into your hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2acf8e34-9215-4a72-a24f-09d3bdd0083a","metadata":{"source_printing_ids":["0136a022-6b16-4b33-a817-946ded4e9dd5","a201d1bc-e3fe-4f59-bd48-3683996ac308"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rarities":["rare"]},"rise of the dark realms":{"name":"Rise of the Dark Realms","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":7},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put all creature cards from all graveyards onto the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"enters_under":"You"},"cost":null,"sub_ability":null,"duration":null,"description":"Put all creature cards from all graveyards onto the battlefield under your control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e5223a09-f732-4747-8914-e6546ab0ef4c","metadata":{"source_printing_ids":["073f81e8-8c0c-4430-bd3e-95ed3625340f","7c0e1064-47c3-4f03-a1f2-3bcb356db82b","7d466d44-3203-4e9d-befc-877414a7308d","8645bf0c-631f-4003-bd24-3e069ae23513","953c7338-e30d-452c-89ff-0c5fca690b2f","afefa7d5-e83a-4bbe-a9eb-e20c1bc25cdd","ceb5df52-4e03-4629-b8d5-d440d9cc5175","f4ed0f96-7dc2-47c0-9cac-d24dab264e05"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","FIC","JMP","M14","MKC","PFDN","SLD"],"rarities":["mythic"]},"rishadan footpad":{"name":"Rishadan Footpad","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Pirate"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, each opponent sacrifices a permanent of their choice unless they pay {2}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent sacrifices a permanent of their choice unless they pay {2}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"ScopedPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a59f147b-3e03-4e82-aa34-48c220ea32e6","metadata":{"source_printing_ids":["493ee964-1a44-46a1-8606-90e215805483","51865d7a-7075-47a2-9b1e-9dabee9602ad"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MMQ","PLST"],"rarities":["uncommon"]},"rishkar's expertise":{"name":"Rishkar's Expertise","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw cards equal to the greatest power among creatures you control.\nYou may cast a spell with mana value 5 or less from your hand without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":5}},{"type":"InZone","zone":"Hand"}]},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Draw cards equal to the greatest power among creatures you control.\nYou may cast a spell with mana value 5 or less from your hand without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"97407cd0-2bd2-4074-94d3-4ec3d243fa78","metadata":{"source_printing_ids":["4b5882ab-d9c7-4d85-98c4-7edfb19980b0","525e605c-5579-4524-9d7b-f7edac4e4d96","5d58ba68-05c1-4cd8-a93d-321cd1739ccb","6a580666-f698-401a-9db6-bf9aaf4222b2","74201f17-37f5-4e1c-93e6-2762c472b3b3","a28ab6cc-d065-495c-a76c-7996a0e4d14d","af250087-50e2-44f1-b1b3-d6a9c26c034e","efa9d2dc-b3b8-4475-bbfc-2db457ee4ffd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","AFC","KLR","LCC","M3C","NCC","NEC","PAER","PW25","WOC"],"rulings":[{"date":"2017-02-09","text":"A card's mana value is determined solely by the mana symbols printed in its upper right corner. The mana value is the total amount of mana in that cost, regardless of color. For example, a card with mana cost {1}{U}{U} has mana value 3. Ignore any alternative costs, additional costs, cost increases, or cost reductions that could apply to it. A card with no mana cost has a mana value of 0."},{"date":"2017-02-09","text":"Any triggered abilities that trigger while performing the Expertise spell's first effect won't be put onto the stack until after you're done casting your free spell. They're put onto the stack at the same time as any abilities that triggered while casting that spell regardless of the order in which those abilities triggered."},{"date":"2017-02-09","text":"Effects that allow you to \"cast\" a card don't allow you to play a land card."},{"date":"2017-02-09","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2017-02-09","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs, such as emerge costs. You can, however, pay additional costs. If the card has any mandatory additional costs, such as that of Cathartic Reunion, you must pay those to cast the card."},{"date":"2017-02-09","text":"If you control no creatures with power greater than 0 as Rishkar's Expertise resolves, you draw no cards, but you may cast a card with mana value 5 or less from your hand without paying its mana cost."},{"date":"2017-02-09","text":"The greatest power among creatures you control is determined as Rishkar's Expertise resolves."},{"date":"2017-02-09","text":"While you're casting your free spell, the Expertise spell is still on the stack. It will be put into its owner's graveyard after the free spell is cast. The free spell can't target the Expertise card in your graveyard. It can target the Expertise spell on the stack, but the Expertise spell will become an illegal target before the free spell resolves."},{"date":"2017-02-09","text":"You may cast one of the cards drawn by Rishkar's Expertise's first effect while performing its second effect."},{"date":"2017-04-18","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If an expertise spell allows you to cast a split card, you may cast either half or, if that split card has fuse, both halves."}],"rarities":["rare"]},"risona, asari commander":{"name":"Risona, Asari Commander","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Samurai"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever Risona deals combat damage to a player, if it doesn't have an indestructible counter on it, put an indestructible counter on it.\nWhenever combat damage is dealt to you, remove an indestructible counter from Risona.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"indestructible","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, if it doesn't have an indestructible counter on it, put an indestructible counter on it.","constraint":null,"condition":null,"batched":false},{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"indestructible","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever combat damage is dealt to you, remove an indestructible counter from ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"44c4839f-c92a-4535-817b-1838c47fcb5e","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Haste\nWhenever Risona deals combat damage to a player, if it doesn't have an indestructible counter on it, put an indestructible counter on ","line_index":0}],"metadata":{"source_printing_ids":["2cd32b69-5e1e-4990-88ec-85b21056ceae","51d8f1fa-ca92-4e2e-91e8-195bdad82def","64a3d9fd-4023-4f64-b31c-8dab1eec8566","ef5db6d6-c8b4-4c38-8b94-f455f148cf3f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"Removing the indestructible counter from Risona may cause it to die if it has taken lethal damage, usually because it blocked in the same combat that you took damage."}],"rarities":["rare"]},"rite of consumption":{"name":"Rite of Consumption","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a creature.\nRite of Consumption deals damage equal to the sacrificed creature's power to target player or planeswalker. You gain life equal to the damage dealt this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals damage equal to the sacrificed creature's power to target player or planeswalker. You gain life equal to the damage dealt this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"327121a1-f193-44c6-a834-802095abec84","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}},"metadata":{"source_printing_ids":["67cc5d9a-fba5-4a42-a3fa-d41e20b7b8fd","f62d999c-c81e-4bea-aefd-0d12251dcdd1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["PLST","SHM"],"rulings":[{"date":"2013-04-15","text":"Players can only respond once this spell has been cast and all its costs have been paid. No one can try to destroy the creature you sacrificed to prevent you from casting this spell."},{"date":"2013-04-15","text":"You must sacrifice exactly one creature to cast this spell; you cannot cast it without sacrificing a creature, and you cannot sacrifice additional creatures."}],"rarities":["common"]},"rite of the raging storm":{"name":"Rite of the Raging Storm","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures named Lightning Rager can't attack you or planeswalkers you control.\nAt the beginning of each player's upkeep, that player creates a 5/1 red Elemental creature token named Lightning Rager. It has trample, haste, and \"At the beginning of the end step, sacrifice this token.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Lightning Rager","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elemental"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"ScopedPlayer"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have trample, haste, and \"At the beginning of the end step, sacrifice ~.\""}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player creates a 5/1 red Elemental creature token named Lightning Rager. It has trample, haste, and \"At the beginning of the end step, sacrifice ~.\"","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Named","name":"Lightning Rager"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures named Lightning Rager can't attack you or planeswalkers you control.","attack_defended":"PlayerOrPlaneswalker"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"984f92dd-cb9b-4421-a8e6-75bfe566be10","metadata":{"related_token_ids":["46a4023a-4a60-51d1-90f5-f502a74ade0a","c7d0d173-395e-545b-aa0c-a42976a64b60","e1a9995d-3d05-56b6-9f82-2c391021d8e5"],"source_printing_ids":["0018e4ea-8c46-4bb0-ade1-6b2a4f67c471","89baf482-96ad-4410-8927-e503a471f80d","8f06e3db-ce55-4535-8557-cc52c5fce637","d44411e5-4046-422e-bf85-c0883c0f16ab"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C15","CM2","MKC","NCC","PZ1"],"rulings":[{"date":"2015-11-04","text":"If Rite of the Raging Storm leaves the battlefield before attackers are declared, creatures named Lightning Rager can attack you or planeswalkers you control."},{"date":"2015-11-04","text":"The tokens aren't named Elemental. They are named only Lightning Rager. The rule that says a token's name is its creature types applies only if the tokens aren't given a name by the effect that creates them."}],"rarities":["uncommon"]},"rith, liberated primeval":{"name":"Rith, Liberated Primeval","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, ward {2}\nOther Dragons you control have ward {2}.\nAt the beginning of your end step, if a creature or planeswalker an opponent controlled was dealt excess damage this turn, create a 4/4 red Dragon creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Dragon","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Dragon"],"colors":["Red"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if a creature or planeswalker an opponent controlled was dealt excess damage this turn, create a 4/4 red Dragon creature token with flying.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"Any"},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"Opponent","properties":[]}]},"channel":"Excess"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Dragon"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Dragons you control have ward {2}."}],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"f89de40f-52d3-44b1-8faa-6ddaa32880d0","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["b880b621-4914-5e0c-a12a-c98553bc464b"],"source_printing_ids":["a5370c07-5158-4cd8-87d2-433f4b1f6e02","ac148784-b7b6-4aae-bffb-a4cf09f56971","ca9d804a-09ea-4339-aa89-0ff2a5f5d4eb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU"],"rulings":[{"date":"2022-09-09","text":"A creature has been dealt excess damage if one or more sources dealt more damage to it than the minimum amount of damage required to be lethal damage. In most cases, this means damage greater than its toughness, but consider the damage already dealt to it that turn."},{"date":"2022-09-09","text":"A planeswalker is dealt excess damage if it’s dealt damage greater than its current loyalty."},{"date":"2022-09-09","text":"Even 1 damage dealt to a creature from a source with deathtouch is considered lethal damage, so any amount greater than that will cause excess damage to be dealt, even if the total amount of damage isn’t greater than the creature’s toughness. Note that a source of damage having deathtouch has no effect on damage dealt to planeswalkers."},{"date":"2022-09-09","text":"If a permanent has more than one ward ability, the abilities trigger individually. The spell or ability will be countered if either of the ward costs aren’t paid."},{"date":"2022-09-09","text":"It doesn’t matter whether a creature, spell, or ability you control deals the excess damage, only that excess damage was dealt at some point during the turn. For example, if a 4/4 creature an opponent controls is dealt 2 damage by a spell you control and later that turn is dealt 3 damage by a spell another player controls, Rith’s ability will trigger."},{"date":"2022-09-09","text":"Rith’s ability will trigger as long as an opponent controlled the creature as excess damage was dealt to it, even if the creature is no longer on the battlefield or you control it at the end of the turn."}],"rarities":["mythic"]},"ritual chamber":{"name":"Ritual Chamber","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you unlock this door, create a 6/6 black Demon creature token with flying.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"UnlockDoor","execute":{"kind":"Spell","effect":{"type":"Token","name":"Demon","power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"types":["Creature","Demon"],"colors":["Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you unlock this door, create a 6/6 black Demon creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"bd388ad9-a47b-4b0b-b94a-8e4343cd3de5","metadata":{"related_token_ids":["1fb16f1b-36a5-5421-968c-19c83c42fdca"],"source_printing_ids":["0fb4c734-c698-46f2-bc78-5f036f472e5b","681caa94-e95e-47f0-8305-eca0ed55cb5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK","PDSK"],"rarities":["rare"]},"river of tears":{"name":"River of Tears","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {U}. If you played a land this turn, add {B} instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LandsPlayedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"duration":null,"description":"{T}: Add {U}. If you played a land this turn, add {B} instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"8a83d284-75a0-4901-b7d9-c4b7586ee327","metadata":{"source_printing_ids":["39ac15ec-0d93-43a1-8e18-97df3c0dcdf6","67b626cc-1c12-4059-afa5-e5a1221ea1ba","8d5b2058-99fc-4d9b-9e3d-056fa3fd1244","a8de9ac4-e03f-4d08-b836-83f461159bd3","ae7cfcdf-d654-45c3-bf79-ccba120b5e68","d56002ea-7c0d-4d7b-9887-477340370b16","de8a98a9-864c-4ea5-842b-ca4ddf5571cd","e83200ef-069f-4344-93b0-23c2eff16027","f1ebb072-492c-4ec0-8b1d-f8ea48221647"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BRC","CLB","FUT","IMA","MKC","WHO"],"rulings":[{"date":"2017-11-17","text":"River of Tears produces {B} only after you've played a land, not after you've put a land onto the battlefield (such as with Evolving Wilds)."},{"date":"2017-11-17","text":"The turn you play River of Tears, it will produce {B} when tapped for mana."}],"rarities":["rare"]},"river song":{"name":"River Song","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Time Lord","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Meet in Reverse — You draw cards from the bottom of your library rather than the top.\nSpoilers — Whenever an opponent scries, surveils, or searches their library, put a +1/+1 counter on River Song. Then River Song deals damage to that player equal to its power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlayerPerformedAction","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent scries, surveils, or searches their library, put a +1/+1 counter on ~. Then ~ deals damage to that player equal to its power.","constraint":null,"condition":null,"batched":false,"player_actions":["Scry","Surveil","SearchedLibrary"]}],"static_abilities":[{"mode":{"DrawFromBottom":{"who":"Controller"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Meet in Reverse — You draw cards from the bottom of your library rather than the top."}],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"418ecbb7-b809-4639-a531-070b58b5b85e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["09d064ea-85c8-4daa-8ee2-ccde9bb84115","1705e68d-4649-4c51-b34a-2e18498b72f2","2666846e-fde4-4b28-97c6-a0296771081d","841e20fb-8607-481d-b690-c70a0e0f2daa","a1efb084-d2a0-44c4-a89d-6445156bb298","cb6b98f9-5317-4fd9-944e-c1fd5e7f6d3f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Drawing cards from the bottom of your library is exactly the same as drawing from the top, except that you take the bottom card of your library and put it into your hand."},{"date":"2023-10-13","text":"If an effect instructs you to choose a creature type, you may choose Time Lord."},{"date":"2023-10-13","text":"Neither \"Time\" nor \"Lord\" are creature types. Some older cards were printed with the subtype \"Lord,\" but all of those cards have updated Oracle card text that removed that type."},{"date":"2023-10-13","text":"River Song's first ability applies to all cards you draw while it is on the battlefield, not just the card you draw for your turn."},{"date":"2023-10-13","text":"Unlike other creature types in Magic that are each only one word, the two words \"Time Lord\" represent a single creature subtype. Time Lord is the only two-word creature type."}],"rarities":["rare"]},"roaming throne":{"name":"Roaming Throne","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Ward {2}\nAs this creature enters, choose a creature type.\nThis creature is the chosen type in addition to its other types.\nIf a triggered ability of another creature you control of the chosen type triggers, it triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddChosenSubtype","kind":"CreatureType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ is the chosen type in addition to its other types."},{"mode":{"DoubleTriggers":{"cause":"Any"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"IsChosenCreatureType"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a triggered ability of another creature you control of the chosen type triggers, it triggers an additional time."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"3640c29b-1534-4952-b297-619ade948431","metadata":{"source_printing_ids":["0ff7858d-f18d-4e5a-9467-ebef3ef53ac1","32fd8b7c-baf3-4d3d-be6f-044a917b11a0","4e81692d-bbb1-4051-83c0-f7251f98d5ba","6d3c06a5-a0b2-47a2-a583-d579c24a44c9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","MAR","PLCI","SLD"],"rulings":[{"date":"2023-11-10","text":"If you control two Roaming Thrones with the same chosen creature type, triggered abilities of other creatures you control of the chosen type trigger three times. Three such Roaming Thrones result in four triggered abilities, and so on."},{"date":"2023-11-10","text":"Roaming Throne's last ability doesn't copy the triggered ability; it just causes the ability to trigger an additional time. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."}],"rarities":["rare","mythic"]},"rocco, street chef":{"name":"Rocco, Street Chef","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, each player exiles the top card of their library. Until your next end step, each player may play the card they exiled this way.\nWhenever a player plays a land from exile or casts a spell from exile, you put a +1/+1 counter on target creature and create a Food token. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"ScopedPlayer"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0},"grantee":{"type":"ObjectOwner"}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each player exiles the top card of their library. Until your next end step, each player may play the card they exiled this way.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"LandPlayed","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"InZone","zone":"Exile"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player plays a land from exile, you put a +1/+1 counter on target creature and create a Food token.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"spell_cast_origin":{"type":"Equals","data":"Exile"},"description":"Whenever a player casts a spell from exile, you put a +1/+1 counter on target creature and create a Food token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"071f5b4b-6a1e-4dc3-9c08-b79713191811","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["7d7e1ab4-5d33-522e-996d-9a416b8af614"],"source_printing_ids":["421c2ed3-be60-4814-a82c-a0e3fbb97e63","8102736a-220d-41d8-acea-79971d73db9a","cdb53ce7-845c-4c62-98a9-4fc33c67a07b","d9808e72-4143-421f-a498-dbebbd598544","dc25ce46-9d1a-4d5d-b35d-ea7abb8c5e5c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MAT"],"rulings":[{"date":"2023-05-12","text":"A player may play the card they exiled with Rocco even if Rocco leaves the battlefield before the duration expires."},{"date":"2023-05-12","text":"All cards not played remain exiled."},{"date":"2023-05-12","text":"If Rocco's last ability triggers because a spell was cast, that ability will resolve before that spell does. If the ability triggers because a land was played, the land will be on the battlefield by the time you put the ability on the stack. If the land entering the battlefield causes any triggered abilities to trigger, those abilities and Rocco's ability will be put on the stack at the same time, with the abilities controlled by the player whose turn it is going on the stack first (and thus resolving last)."},{"date":"2023-05-12","text":"Playing the card you exiled with Rocco follows the normal rules for playing that card. You must pay its costs, and you must follow all applicable timing rules. For example, if the card is a creature card, you can cast that card by paying its mana cost only during your main phase while the stack is empty."},{"date":"2023-05-12","text":"Unless an effect allows you to play additional lands that turn, you can play a land card you exiled with Rocco only if you haven't played a land yet that turn."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["rare"]},"rock jockey":{"name":"Rock Jockey","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"You can't cast Rock Jockey if you've played a land this turn.\nYou can't play lands if this creature was cast this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"Other":"CantPlayLand"},"affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"And","conditions":[{"type":"WasCast"},{"type":"SourceEnteredThisTurn"}]},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You can't play lands if ~ was cast this turn."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"09fff6a3-6a54-4101-a587-55d7113b9639","casting_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"Not","condition":{"type":"YouPlayedLandThisTurn"}}}}],"metadata":{"source_printing_ids":["8f836e90-3255-48bd-a174-6a127528551e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["SCG"],"rulings":[{"date":"2004-10-04","text":"The first ability applies only while this card is in your hand (or someplace else you can cast it from)."},{"date":"2004-10-04","text":"The second ability applies only while this card is on the battlefield."}],"rarities":["common"]},"rocket-powered goblin glider":{"name":"Rocket-Powered Goblin Glider","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this Equipment enters, if it was cast from your graveyard, attach it to target creature you control.\nEquipped creature gets +2/+0 and has flying and haste.\nEquip {2}\nMayhem {2}","non_ability_text":null,"flavor_name":null,"keywords":[{"Mayhem":{"type":"Cost","shards":[],"generic":2}}],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTarget"},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if it was cast from your graveyard, attach it to target creature you control.","constraint":null,"condition":{"type":"WasCast","zone":"Graveyard","owner":"You"},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +2/+0 and has flying and haste."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"5db9121d-934a-44f1-b178-b389c6595af7","metadata":{"source_printing_ids":["0ef5f6c4-04af-47ff-ba50-8343166aa12b","9fb3e089-17f0-4066-9ab2-c23b7b2a6ee7","c6c39232-72cc-4363-83d0-b5873f14f231","cd043c7b-7c9c-431a-9904-944115fb222f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC","OM1","PSPM","SPM"],"rarities":["rare"]},"rod of absorption":{"name":"Rod of Absorption","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts an instant or sorcery spell, exile it instead of putting it into a graveyard as it resolves.\n{X}, {T}, Sacrifice this artifact: You may cast any number of spells from among cards exiled with this artifact with total mana value X or less without paying their mana costs.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"And","filters":[{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"InZone","zone":"Exile"}]},{"type":"ExiledBySource"}]},"without_paying_mana_cost":true,"mode":"Cast"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{X}, {T}, Sacrifice ~: You may cast any number of spells from among cards exiled with ~ with total mana value X or less without paying their mana costs.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_constraints":[{"type":"TotalManaValue","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}],"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ExileResolvingSpellInsteadOfGraveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts an instant or sorcery spell, exile it instead of putting it into a graveyard as it resolves.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d32345c1-ed20-4bfc-a5fa-6ac7b99542ec","metadata":{"source_printing_ids":["3d1fc4cc-182a-4cd8-bd5a-3cc16257044a","59e9e244-bb8e-4346-b06b-4af987473442"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC"],"rulings":[{"date":"2021-07-23","text":"Each Rod of Absorption tracks the cards it has exiled separately. If Rod of Absorption is destroyed and then later brought back to the battlefield, it will not be able to access any of the cards that it had exiled before."},{"date":"2021-07-23","text":"If a spell is countered or it never resolves, Rod of Absorption will not exile it."},{"date":"2021-07-23","text":"If multiple Rods of Absorption are on the battlefield at the same time, any player casting an instant or sorcery spell will cause all of them to trigger. As the spell resolves, its controller will choose which of the Rods gets to exile it."},{"date":"2021-07-23","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2021-07-23","text":"If you cast a spell “without paying its mana cost,” you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those to cast the spell."},{"date":"2021-07-23","text":"When Rod of Absorption's last ability resolves, you cast as many spells with total mana value X or less from among the exiled cards as you would like in any order you choose. Cards not cast this way will remain in exile indefinitely."}],"rarities":["rare"]},"roiling vortex":{"name":"Roiling Vortex","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, this enchantment deals 1 damage to them.\nWhenever a player casts a spell, if no mana was spent to cast that spell, this enchantment deals 5 damage to that player.\n{R}: Your opponents can't gain life this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantGainLife","affected":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"modifications":[{"type":"AddStaticMode","mode":"CantGainLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't gain life"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: Your opponents can't gain life this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, ~ deals 1 damage to them.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell, if no mana was spent to cast that spell, ~ deals 5 damage to that player.","constraint":null,"condition":{"type":"ManaSpentCondition","text":"no mana was spent to cast that spell"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"34f83b7a-45a7-40a8-abcb-31d7aae4cea1","metadata":{"source_printing_ids":["0b057eb7-8439-4d26-89df-c345ab2773e1","3b76bdd5-8614-4e6d-91ac-90b7bc4a1d2a","b64940bb-c92f-4c2f-aef6-927cdc070b13"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRM","PZNR","SLD","ZNR"],"rulings":[{"date":"2020-09-25","text":"Activating Roiling Vortex’s last ability won’t undo any life gained before it resolved."},{"date":"2020-09-25","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2020-09-25","text":"In a Two-Headed Giant game, Roiling Vortex’s first ability triggers twice during each team’s upkeep. Each instance deals 1 damage to one of the players on that team."}],"rarities":["rare"]},"ronin, shadow stalker":{"name":"Ronin, Shadow Stalker","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Rogue","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Pay 2 life: Add two mana of any one color. Spend this mana only to cast Equipment spells or activate equip abilities. Activate only once each turn.\n{T}, Sacrifice an Equipment attached to Ronin: Target creature gets -4/-4 until end of turn. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":2},"color_options":["White","Blue","Black","Red","Green"]},"restrictions":[{"Any":[{"SpellType":"Equipment"},{"ActivateTagged":{"type":"Equip"}}]}]},"cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"sub_ability":null,"duration":null,"description":"Pay 2 life: Add two mana of any one color. Spend this mana only to cast Equipment spells or activate equip abilities. Activate only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":-4},"toughness":{"type":"Fixed","value":-4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]},"count":1}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}, Sacrifice an Equipment attached to ~: Target creature gets -4/-4 until end of turn. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8ceb1acf-5ff3-4f1a-af04-9f07ad454526","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["f74b9794-946e-4ddc-93b2-5a321fc51fd0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"rooftop storm":{"name":"Rooftop Storm","mana_cost":{"type":"Cost","shards":["Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may pay {0} rather than pay the mana cost for Zombie creature spells you cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithAlternativeCost":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}}}},"affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Zombie"}],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may pay {0} rather than pay the mana cost for Zombie creature spells you cast."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"6835bf6d-7197-481b-ac26-276ce363b4ad","metadata":{"source_printing_ids":["1a2b9c41-6bf7-4892-bef8-dec5f8a8df46","31146f03-cb5e-4f33-aad7-ce970b914d90","3fe2c09a-584d-434b-92a4-cb75c69719c7","80cdee59-0ead-4b95-a348-c1e360d781ab","ab01d871-ba50-400a-95e7-09af9e34405f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["INR","ISD","MIC","PLST"],"rulings":[{"date":"2011-09-22","text":"The mana cost and mana value of the spell are unchanged. Rooftop Storm only changes what you pay."},{"date":"2011-09-22","text":"You must still pay any mandatory additional costs, such as exiling a creature card from your graveyard for Makeshift Mauler."}],"rarities":["rare"]},"roost seek":{"name":"Roost Seek","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Omen"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a basic land card, reveal it, put it into your hand, then shuffle. (Also shuffle this card.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card, reveal it, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7cee6d43-5dec-4989-85ec-c635ec783ec7","metadata":{"source_printing_ids":["b72ee8f9-5e79-4f77-ae7e-e4c274f78187","d8b43b00-f4d1-436c-bf3f-6d414cd4ce38"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["TDM"],"rarities":["common"]},"roots of wisdom":{"name":"Roots of Wisdom","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Mill three cards, then return a land card or Elf card from your graveyard to your hand. If you can't, draw a card. (To mill a card, put the top card of your library into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"ZoneChangedThisWay","filter":{"type":"Any"}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Mill three cards, then return a land card or Elf card from your graveyard to your hand. If you can't, draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8f6af612-a4a1-4165-ae4d-ff6353cbaf8d","metadata":{"source_printing_ids":["734afb5b-3163-47fa-856f-8a85b9da22d3","eacd6f7b-3bb7-4957-afb6-f59881b55bb1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","KHM"],"rulings":[{"date":"2021-02-05","text":"If there’s a land card or Elf card in your graveyard, you must return one. You can’t choose not to in order to draw a card."},{"date":"2021-02-05","text":"Roots of Wisdom doesn’t target any cards in graveyards. You may return a land card or an Elf card that was just milled or one that was already there."}],"rarities":["common"]},"rosie cotton of south lane":{"name":"Rosie Cotton of South Lane","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Peasant"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When Rosie Cotton enters, create a Food token. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")\nWhenever you create a token, put a +1/+1 counter on target creature you control other than Rosie Cotton.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a Food token.","constraint":null,"condition":null,"batched":false},{"mode":"TokenCreated","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you create a token, put a +1/+1 counter on target creature you control other than ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"168d5711-4459-440f-8de4-aabffd47c44d","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f6e24d97-b7f8-5da8-ab97-978ecbecb85e"],"source_printing_ids":["5a56cbc2-6fc2-4443-90fe-59acd526f562","75338f49-1f02-4333-87e4-5779ef14e688","d44790d3-39ce-4e79-99b8-6b58cd578890"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"If you create a creature token, you can target it with Rosie Cotton of South Lane's last ability."},{"date":"2023-06-16","text":"If you create multiple tokens at once, Rosie Cotton of South Lane's last ability will trigger once for each token you created."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["uncommon"]},"rot wolf":{"name":"Rot Wolf","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Wolf"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Infect (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)\nWhenever a creature dealt damage by Rot Wolf this turn dies, you may draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Infect"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature dealt damage by ~ this turn dies, you may draw a card.","constraint":null,"condition":{"type":"DealtDamageBySourceThisTurn"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7409906d-7111-48fa-bfea-8b95e0fdb7dc","metadata":{"source_printing_ids":["7a81dfcf-a7c4-41a4-b1e9-b9e9c3f75742"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["MBS","TD2"],"rulings":[{"date":"2011-06-01","text":"If Rot Wolf and a creature dealt damage by Rot Wolf go to the graveyard at the same time, Rot Wolf’s ability will trigger."}],"rarities":["common"]},"rotating fireplace":{"name":"Rotating Fireplace","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters tapped with a time counter on it.\n{T}: Add an amount of {C} equal to the number of time counters on this artifact.\n{4}, {T}: Time travel. Activate only as a sorcery. (For each suspended card you own and each permanent you control with a time counter on it, you may add or remove a time counter.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"time"}}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add an amount of {C} equal to the number of time counters on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"TimeTravel"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{4}, {T}: Time travel. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped with a time counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"f07a8c8d-73a1-44cc-9313-05f3bcf1a67c","metadata":{"source_printing_ids":["151084cd-49cb-4361-85c1-f0485f3f52dd","81a06389-7e2b-49f1-a4d2-bb8ea580057a","c6c07ff4-7579-44f2-b7ec-2b51c0ac34f4","f3e251c4-72bd-42b5-91ed-b0d4ea312fae"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Time counters are usually found on cards with suspend and vanishing, but may be found on other cards as well. Notably, Sagas use lore counters to track their progress, not time counters. You can't move a Saga's chapters forward and backward this way."},{"date":"2023-10-13","text":"To time travel, look at each permanent you control with a time counter on it and each suspended card you own in exile with a time counter on it. For each of them, you choose whether you want to put a time counter on that card or permanent, remove a time counter from it, or do neither. Then those changes all happen simultaneously."}],"rarities":["rare"]},"rottenmouth viper":{"name":"Rottenmouth Viper","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Snake"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may sacrifice any number of nonland permanents. This spell costs {1} less to cast for each permanent sacrificed this way.\nWhenever this creature enters or attacks, put a blight counter on it. Then for each blight counter on it, each opponent loses 4 life unless that player sacrifices a nonland permanent of their choice or discards a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"blight","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"for","description":"for each blight counter on it"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, put a blight counter on it. Then for each blight counter on it, each opponent loses 4 life unless that player sacrifices a nonland permanent of their choice or discards a card.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"OneOf","costs":[{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"count":1},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"payer":{"type":"ScopedPlayer"}},"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"FilteredTrackedSetSize","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"caused_by":"Sacrificed"}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"AdditionalCostPaid"},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each permanent sacrificed this way."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2c75623c-59f4-4449-ab43-9d1225185ad9","additional_cost":{"type":"Optional","data":{"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"count":4294967295}}},"metadata":{"source_printing_ids":["735e79b1-a3a9-4ddf-8bbc-f756c8a0452b","7bad7555-3e5d-4096-a671-184630d38113"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"An opponent can always choose not to sacrifice a nonland permanent or discard a card (and therefore lose 4 life) even if they have cards in their hand or nonland permanents on the battlefield."},{"date":"2024-07-26","text":"If Rottenmouth Viper leaves the battlefield before its triggered ability resolves, use the number of blight counters that were on it as it last existed on the battlefield to determine how many times each opponent must make the listed choice."},{"date":"2024-07-26","text":"In a multiplayer game, each opponent in turn order makes all of their choices, then all of the actions occur simultaneously. Opponents will know what choices opponents earlier in turn order made, although cards chosen to be discarded this way won’t be revealed until they’re discarded at the end of the process."},{"date":"2024-07-26","text":"While resolving Rottenmouth Viper’s triggered ability, your opponent chooses a card to be discarded without revealing it, chooses a nonland permanent to be sacrificed, or chooses to do neither. Cards or permanents they’ve chosen previously during this process can’t be chosen again. Then that player repeats that process if it hasn’t yet been done once for each blight counter on Rottenmouth Viper. Finally, that player discards the chosen cards, sacrifices the chosen permanents, and loses 4 life the appropriate number of times."}],"rarities":["mythic"]},"rotting giant":{"name":"Rotting Giant","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Giant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks or blocks, sacrifice it unless you exile a card from your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"AttacksOrBlocks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks or blocks, sacrifice it unless you exile a card from your graveyard.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"09bf80cc-1112-4f4c-9431-92d741bf2230","metadata":{"source_printing_ids":["0a2db4b2-6209-4a49-b868-e5d229ffcbc1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rarities":["uncommon"]},"roughshod duo":{"name":"Roughshod Duo","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Mouse","Raccoon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever you expend 4, target creature you control gets +1/+1 and gains trample until end of turn. (You expend 4 as you spend your fourth total mana to cast spells during a turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ManaExpend","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 and gains trample"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you expend 4, target creature you control gets +1/+1 and gains trample until end of turn.","constraint":null,"condition":null,"batched":false,"expend_threshold":4}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0cc89c15-5a48-4998-b6df-21791b6ed9a3","metadata":{"source_printing_ids":["78cdcfb9-a247-4c2d-a098-5b57570f8cd5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"A permanent with an ability that triggers whenever you “expend N” will see mana you spent to cast spells the turn it enters, including mana you spent before it entered. For example, if you cast Junkblade Bruiser (a creature with a mana value of 5 and an ability that triggers whenever you expend 4) by paying its full cost of five mana, you’ll already have spent four mana on spells before Junkblade Bruiser enters, and therefore its ability that triggers whenever you expend 4 won’t be able to trigger at all that turn."},{"date":"2024-07-26","text":"Abilities that trigger whenever you “expend N” only trigger when you reach that specific amount of mana spent on casting spells that turn. This can only happen once per turn. For example, if you’ve spent three mana on spells so far this turn and you control a permanent with an ability that triggers “whenever you expend 4,” that ability will trigger the next time you spend at least one mana to cast a spell this turn. It won’t trigger again if you spend another four mana to cast spells later in the turn."},{"date":"2024-07-26","text":"If the cost to cast a spell is increased, decreased, or changed because of additional or alternative costs, expend counts only the mana you actually spent."}],"rarities":["common"]},"roughshod mentor":{"name":"Roughshod Mentor","mana_cost":{"type":"Cost","shards":["Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant","Warrior"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Green creatures you control have trample.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasColor","color":"Green"}]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Green creatures you control have trample."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ec43fb64-122d-4fc5-9fe0-b7913373f7a4","metadata":{"source_printing_ids":["abe77862-516f-4eb2-9a41-0c6401d02843"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DPA","PS11","SHM"],"rarities":["uncommon"]},"rout":{"name":"Rout","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast this spell as though it had flash if you pay {2} more to cast it. (You may cast it any time you could cast an instant.)\nDestroy all creatures. They can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all creatures. They can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d69aa624-23d1-406a-b7e0-9140a6f57929","casting_options":[{"kind":"AsThoughHadFlash","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}}}],"metadata":{"source_printing_ids":["15ce585a-67fc-4e7a-92ff-a27292179dfa","272e01b0-3653-47c4-ac28-e54c1778753f","3eb01bba-798f-418c-8e45-387b96c9e732","6c3da3f0-bf90-461a-b62d-5c00d5c9aebd","84446f5b-cec6-4a51-8d6a-402ad9d7c9b5","94bc55ed-b89b-4e22-b3f1-4ce0f8d180d7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["C17","C21","CNS","INV","PLST","PRM"],"rarities":["rare"]},"rowan's talent":{"name":"Rowan's Talent","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant planeswalker\nEnchanted planeswalker has \"[+1]: Up to one target creature gets +2/+0 and gains first strike and trample until end of turn.\"\nWhenever you activate a loyalty ability of enchanted planeswalker, copy that ability. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"LoyaltyAbilityActivated","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate a loyalty ability of enchanted planeswalker, copy that ability. You may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"FirstStrike"},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +2/+0 and gains first strike and trample"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":"UntilEndOfTurn","description":"[+1]: up to one target creature gets +2/+0 and gains first strike and trample until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted planeswalker has \"[+1]: Up to one target creature gets +2/+0 and gains first strike and trample until end of turn.\""}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0af6f3ce-59e8-4797-aa1b-dbdb5288fe3d","metadata":{"source_printing_ids":["43e4ca86-0ba5-457c-bd18-9c4cc63e47d3","c68b762d-11c6-4e9d-b2e9-07155ea8fb34"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"Copying a loyalty ability doesn't cause any loyalty counters to be added to or removed from the enchanted planeswalker."},{"date":"2023-04-14","text":"You can activate one loyalty ability of each planeswalker you control during each of your turns, whether that ability is one it always has or the one it gains because of Rowan's Talent."}],"rarities":["rare"]},"rowan, scion of war":{"name":"Rowan, Scion of War","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Menace\n{T}: Spells you cast this turn that are black and/or red cost {X} less to cast, where X is the amount of life you lost this turn. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantStaticAbility","definition":{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"AnyOf","props":[{"type":"HasColor","color":"Black"},{"type":"HasColor","color":"Red"}]}]},"dynamic_count":{"type":"LifeLostThisTurn","player":{"type":"Controller"}}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast this turn that are black and/or red cost {X} less to cast, where X is the amount of life you lost this turn"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"SelfRef"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Spells you cast this turn that are black and/or red cost {X} less to cast, where X is the amount of life you lost this turn. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"333c15c6-c8fd-4cdd-89d2-06b921edeb8b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4ee179ab-a15b-4bd6-b7f8-1e1abeeb31b7","844e29e9-e870-4433-ad63-0ff918a3e41a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"Rowan's activated ability can't reduce the amount of colored mana you pay for a spell. It reduces only the generic mana component of that cost."},{"date":"2023-09-01","text":"Rowan's activated ability counts the total amount of life you lost without taking into account any life you gained during that turn. For example, if you gained 3 life and lost 3 life earlier in the turn, the cost of black and/or red spells you cast this turn will be reduced by {3}."},{"date":"2023-09-01","text":"Rowan's activated ability doesn't change the mana cost or mana value of any spell. It changes only the total cost you pay."},{"date":"2023-09-01","text":"The value of X is determined only once, at the time Rowan, Scion of War's activated ability resolves."}],"rarities":["mythic"]},"rowdy research":{"name":"Rowdy Research","mana_cost":{"type":"Cost","shards":["Blue"],"generic":6},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast for each creature that attacked this turn.\nDraw three cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw three cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each creature that attacked this turn."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1a33a5c2-5aa1-48e5-95a8-d52cdce980de","metadata":{"source_printing_ids":["22737b82-bb81-4e4d-8ce7-7f06c5692d9b","89b7e901-5ba4-4374-9eeb-96354279a123"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","WOE"],"rarities":["uncommon"]},"royal assassin":{"name":"Royal Assassin","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{T}: Destroy target tapped creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Tapped"}]},"cant_regenerate":false},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Destroy target tapped creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9ed6f28f-a3db-48c5-9ab0-b90a7fba5f57","metadata":{"source_printing_ids":["0035cade-d84c-4978-8c9f-560893f07c27","0b18205d-cce3-4aef-90bd-06cfb4d8387f","0bb382c6-d027-4875-bc36-dc9631ba3c0a","1bc1d6b5-ee32-4d62-848d-884da6376c63","480be31d-e0a5-4b55-8758-015a2949fec6","4945ec9e-eda7-42ad-88b7-ba14f9d95e54","4aea6d51-ea3d-4893-8b39-4a6f63ec0af9","4ed8b7de-a72f-429f-a99c-438af59de19e","560b9fd9-f78d-4e2f-84cc-ed9c7575b8df","59590768-fa96-4869-8763-9d5ab6ac22ad","5cceb11b-0f70-4749-8a8c-d698cd01cd6e","67ef9842-7142-4c63-8aea-fa73f02722a5","7aa77f70-2525-4e32-bd75-f96d34150b1f","ae86188f-dcee-4d19-b5b0-e0d18df4f081","b2d51bdf-f118-4a1e-9060-bdf3c78697f2","b5fe8b37-de6b-4ca9-a827-6b18198f3174","b6e33c5e-6d99-4e7e-b611-4b271a47b4d2","b7d9cde9-8937-4861-8eec-17a94e1602c7","c0094664-9f03-414b-a890-6f535a1927ad","c319a380-974a-486f-9b1e-495383c58d82","c94e3cdf-8312-4824-80b0-36be988e6eb4","d12e8109-8215-46b5-a0af-fe7e4b6b10b0","d2cd1ef7-e89f-444d-81a6-ead16462febc","df6df8b8-06f5-45e5-820e-3d76aebe250c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","8ED","9ED","ACR","CED","CEI","DMR","FBB","LEA","LEB","M10","M11","M12","PJJT","PJSE","PRM","PSUS","SUM"],"rulings":[{"date":"2004-10-04","text":"Can't target itself because you choose the target before you tap him. At that time he is not yet a legal target."},{"date":"2004-10-04","text":"If the creature is no longer tapped when the Assassin's ability resolves, then the ability doesn't resolve."}],"rarities":["rare"]},"royal treatment":{"name":"Royal Treatment","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gains hexproof until end of turn. Create a Royal Role token attached to that creature. (If you control another Role on it, put that one into the graveyard. Enchanted creature gets +1/+1 and has ward {1}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain hexproof"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Royal Role","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Enchantment","Aura","Role"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"attach_to":{"type":"ParentTarget"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gains hexproof until end of turn. Create a Royal Role token attached to that creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"fd0f8fdc-4065-41f4-b8fb-ecb8f185774d","metadata":{"related_token_ids":["1498b1ca-31fb-50bd-b106-b9298eaece80","4c23fc6d-6c85-5c7b-9176-eeee951c3b31"],"source_printing_ids":["009bad41-5e96-4bb3-9f5e-66500fb8af29","3fbfc4d2-a937-4b1d-9350-3dff04f2cf10","8d7a631d-6354-4999-80fa-0d3008f7bc72","b6516b8f-ecfb-401e-ba8e-bf561aa2be64"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOA","WOE"],"rarities":["uncommon"]},"ruby medallion":{"name":"Ruby Medallion","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Red spells you cast cost {1} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"HasColor","color":"Red"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Red spells you cast cost {1} less to cast."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"0c367958-729e-416d-988b-098e90e7a1fd","metadata":{"source_printing_ids":["1f58a480-1b01-4974-b859-2d6b6bfce463","24cdb28b-85f3-41ae-b1f5-fac766b2dcd2","3935034b-611f-4ce7-9bba-14c3b31eb597","53d6dec6-7568-4ad3-8eb6-1c1c31ee0ba6","630febf5-58ff-4dab-a5a8-575ebc5435a6","77cc4574-acc0-4f03-bd3b-af7a47f19053","ad5b8a3c-8c75-4af4-975b-031e39d69da3","c2feac9d-560e-4854-82ed-78a3088c3788"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["C14","CM2","CMM","MH3","PLST","TMP"],"rulings":[{"date":"2023-07-28","text":"If a spell you cast has {X} in its mana cost, you choose the value of X before calculating the spell's total cost."},{"date":"2023-07-28","text":"If there are additional costs to cast a spell, or if the cost to cast a spell is increased by an effect (such as the one created by Thalia, Guardian of Thraben's ability), apply those increases before applying cost reductions."},{"date":"2023-07-28","text":"The ability can't reduce the amount of colored mana you pay for a spell. It reduces only the generic mana component of that cost."},{"date":"2023-07-28","text":"The ability doesn't change the mana cost or mana value of any spell. It changes only the total cost you pay."},{"date":"2023-07-28","text":"The cost reduction can apply to alternative costs such as flashback costs."}],"rarities":["rare"]},"ruin-lurker bat":{"name":"Ruin-Lurker Bat","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nAt the beginning of your end step, if you descended this turn, scry 1. (You descended if a permanent card was put into your graveyard from anywhere.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you descended this turn, scry 1.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DescendedThisTurn"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e6f379ad-96b1-46c3-bbc6-a8cb57156a7f","metadata":{"source_printing_ids":["d6bedf13-c2bc-4e5d-aba3-3c0d5495a9bb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"A permanent card is an artifact, battle, creature, enchantment, land, or planeswalker card. Tokens are not cards, and while tokens are put into the graveyard before ceasing to exist, that action doesn't count as a player having descended."},{"date":"2023-11-10","text":"Abilities that begin with \"At the beginning of your end step, if you descended this turn\" will trigger only once during your end step, no matter how many times you descended this turn. However, if you haven't descended this turn as your end step begins, the ability won't trigger at all. It's not possible to put a permanent card into your graveyard during the end step in time to have the ability trigger."},{"date":"2023-11-10","text":"In either case, it doesn't matter if those cards are still in that player's graveyard."},{"date":"2023-11-10","text":"Multiple cards have abilities that begin with \"At the beginning of your end step, if you descended this turn.\" These cards don't need to have been under your control at the time you descended. For example, if a permanent card is put into your graveyard during your first main phase and you cast Stalactite Stalker your second main phase, its ability will trigger at the beginning of your end step."},{"date":"2023-11-10","text":"Some cards refer to a player who has \"descended this turn.\" This means that a permanent card has been put into that player's graveyard from anywhere this turn."},{"date":"2023-11-10","text":"Some cards refer to the number of times a player descended this turn. Those cards care about the number of permanent cards put into that player's graveyard from anywhere this turn."}],"rarities":["uncommon"]},"run for your life":{"name":"Run for Your Life","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"One or two target creatures each gain haste until end of turn. They can't be blocked this turn except by creatures with haste.\nEscape—{2}{U}{R}, Exile four other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Red"],"generic":2}},{"type":"Exile","count":4,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"CantBeBlockedExceptBy":{"kind":{"Quality":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Haste"}]}}}},"affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":{"CantBeBlockedExceptBy":{"kind":{"Quality":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Haste"}]}}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked this turn except by creatures with haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"One or two target creatures each gain haste until end of turn. They can't be blocked this turn except by creatures with haste.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"c95bedcc-911f-4c0f-a148-1cf5787e82bd","metadata":{"source_printing_ids":["3c5ecb3c-5da8-41fc-9196-0d67b4234de3","6e479d60-0da2-48b8-b7e3-16505506004a","95452998-7196-4a9b-b8a3-93cb3ec24f93","a6bac5d4-b83e-457e-bdf1-da7dbaf8ded4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2023-10-13","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2023-10-13","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2023-10-13","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."}],"rarities":["rare"]},"rune snag":{"name":"Rune Snag","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell unless its controller pays {2} plus an additional {2} for each card named Rune Snag in each graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell unless its controller pays {2} plus an additional {2} for each card named Rune Snag in each graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"49bf3805-cc9e-4550-8a01-171282aa49c9","parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"Counter target spell unless its controller pays {2} plus an additional {2} for each card named Rune Snag in each graveyard.","line_index":0}],"metadata":{"source_printing_ids":["40d72a34-0f31-4fec-b5a5-4574199bc312","45b6cadf-1974-47c8-98d8-ba413486c3b5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CSP","UMA"],"rarities":["common"]},"runeclaw bear":{"name":"Runeclaw Bear","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bear"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ec49dfcf-d16d-4621-af4b-4a6f09043221","metadata":{"source_printing_ids":["1b8ef778-2acf-40f0-9a64-6415d2109093","268bd9d5-4da1-4cbf-83f9-47f7aac1cfc3","558f5534-3a21-4f8d-89e1-c972dc018f35","6caf2b93-1971-4702-9aa5-bd223eb37a39","bb695cde-6c6d-4c1d-8e8e-eeab4d30aace","d1995238-79cc-4381-9595-71ef11ea1e36"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DPA","J21","M10","M11","M12","M15","PLST","PS11"],"rarities":["common"]},"rush of ice":{"name":"Rush of Ice","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tap target creature. It doesn't untap during its controller's next untap step.\nAwaken 3—{4}{U} (If you cast this spell for {4}{U}, also put three +1/+1 counters on target land you control and it becomes a 0/0 Elemental creature with haste. It's still a land.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Awaken":{"count":3,"cost":{"type":"Cost","shards":["Blue"],"generic":4}}}],"abilities":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Tap target creature. It doesn't untap during its controller's next untap step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e9d62416-c4b1-4982-9593-174d46e975c7","metadata":{"source_printing_ids":["f9ae6f63-d1b2-4bf9-a423-ed6fbb540d4b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["BFZ"],"rulings":[{"date":"2015-08-25","text":"Awaken doesn’t give the land you control a color. As most lands are colorless, in most cases the resulting land creature will also be colorless."},{"date":"2015-08-25","text":"If a spell with awaken has multiple targets (including the land you control), and some but not all of those targets become illegal by the time the spell tries to resolve, the spell won’t affect the illegal targets in any way."},{"date":"2015-08-25","text":"If the non-awaken part of the spell doesn’t require a target and you cast the spell for its awaken cost, then the spell won’t resolve if the target land you control becomes illegal before the spell resolves (such as due to being destroyed in response to the spell being cast)."},{"date":"2015-08-25","text":"If the non-awaken part of the spell requires a target, you must choose a legal target. You can’t cast the spell if you can’t choose a legal target for each instance of the word “target” (though you only need a legal target for the awaken ability if you’re casting the spell for its awaken cost)."},{"date":"2015-08-25","text":"Rush of Ice can target a creature that’s already tapped. It still won’t untap during its controller’s next untap step."},{"date":"2015-08-25","text":"Rush of Ice tracks the creature, but not its controller. If the creature changes controllers before its first controller’s next untap step has come around, then it won’t untap during its new controller’s next untap step."},{"date":"2015-08-25","text":"The land will retain any other types, subtypes, or supertypes it previously had. It will also retain any mana abilities it had as a result of those subtypes. For example, a Forest that’s turned into a creature this way can still be tapped for {G}."},{"date":"2015-08-25","text":"You can cast a spell with awaken for its mana cost and get only its first effect. If you cast a spell for its awaken cost, you’ll get both effects."}],"rarities":["common"]},"ruthless winnower":{"name":"Ruthless Winnower","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Rogue"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, that player sacrifices a non-Elf creature of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Elf"}}],"controller":"ScopedPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, that player sacrifices a non-Elf creature of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"61f68cf6-e083-4264-89b4-cc17749b2a8b","metadata":{"source_printing_ids":["886ef13a-4f9d-425b-a071-6366cdb637c8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["KHC"],"rarities":["rare"]},"sacrifice":{"name":"Sacrifice","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a creature.\nAdd an amount of {B} equal to the sacrificed creature's mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"CostPaidObject"}}},"color_options":["Black"]}},"cost":null,"sub_ability":null,"duration":null,"description":"Add an amount of {B} equal to the sacrificed creature's mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"068b3692-411b-44d4-a7e9-005262760cfc","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}},"metadata":{"source_printing_ids":["12164aee-6a27-4246-8d15-2d6dd20d92e9","288323c1-13f1-481e-940e-5e4ecebb404e","43334dee-ec2c-44fe-b526-8a38b9f62cc4","60af9b16-3e0b-432b-b01f-c009630a1d74","652bd781-1a48-42c1-9aff-f9050a9285d6","76bc3b43-158c-420e-a3fb-7413334699ca","8abe7d62-6a99-4d1f-9b81-cff0485997a8","8f067622-edb8-4c52-b2d7-cea1370b9a16","e30287fe-e949-44a3-9878-8b095b7748ba"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","CED","CEI","FBB","LEA","LEB","SPG","SUM"],"rulings":[{"date":"2004-10-04","text":"Sacrificing an animated land gives no mana since the converted mana cost was zero."},{"date":"2013-04-15","text":"Players can only respond once this spell has been cast and all its costs have been paid. No one can try to destroy the creature you sacrificed to prevent you from casting this spell."},{"date":"2013-04-15","text":"You must sacrifice exactly one creature to cast this spell; you cannot cast it without sacrificing a creature, and you cannot sacrifice additional creatures."}],"rarities":["uncommon","mythic"]},"sage of the skies":{"name":"Sage of the Skies","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, if you've cast another spell this turn, copy this spell. (The copy becomes a token.)\nFlying, lifelink","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"SelfRef"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, if you've cast another spell this turn, copy this spell.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":2}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cfc7cef7-0a95-49f8-970f-abff2cacd82d","metadata":{"source_printing_ids":["53e7ddf5-5aaf-4233-834d-c9992a9c2b0e","6ade6918-6d1d-448d-ab56-93996051e9a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rarities":["rare"]},"sagu wildling":{"name":"Sagu Wildling","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, you gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you gain 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7cee6d43-5dec-4989-85ec-c635ec783ec7","metadata":{"source_printing_ids":["b72ee8f9-5e79-4f77-ae7e-e4c274f78187","d8b43b00-f4d1-436c-bf3f-6d414cd4ce38"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["TDM"],"rulings":[{"date":"2025-04-04","text":"An omen card is a creature card in every zone except the stack, as well as while on the stack if not cast as an Omen. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Twinmaw Stormbrood is a white creature card whose mana value is 6. It can’t be the target of the reflexive ability created by Kishla Trawlers’s triggered ability (“…When you do, return target instant or sorcery card from your graveyard to your hand.”)."},{"date":"2025-04-04","text":"As a player casts an omen card, the player chooses whether they cast the card normally or as an Omen."},{"date":"2025-04-04","text":"Casting a card as an Omen isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Omen."},{"date":"2025-04-04","text":"If a spell is cast as an Omen, its controller shuffles it into its owner’s library instead of putting it into its owner’s graveyard as it resolves."},{"date":"2025-04-04","text":"If an Omen spell has one or more targets and all of those targets are illegal when the spell tries to resolve, it won’t resolve. None of its effects will happen, and it will be put into its owner’s graveyard. It won’t be shuffled into its owner’s library."},{"date":"2025-04-04","text":"If an Omen spell is copied, that copy is also an Omen and is shuffled into its owner’s library as it resolves. Its owner still shuffles their library, but the copy ceases to exist as a state-based action."},{"date":"2025-04-04","text":"If an Omen spell is countered or an effect causes it to otherwise leave the stack, it won’t be shuffled into its owner’s library."},{"date":"2025-04-04","text":"If an effect instructs you to choose a card name, you may choose the alternative Omen name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2025-04-04","text":"If you cast an omen card as an Omen, use only its alternative characteristics to determine whether it’s legal to cast that spell. For example, if you control Thundermane Dragon (“You may cast creature spells with power 4 or greater from the top of your library.”) and Twinmaw Stormbrood is on top of your library, you can cast Twinmaw Stormbrood, but not Charring Bite."},{"date":"2025-04-04","text":"When casting a spell as an Omen, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."}],"rarities":["common"]},"saheeli rai":{"name":"Saheeli Rai","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Saheeli"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"[+1]: Scry 1. Saheeli Rai deals 1 damage to each opponent.\n[−2]: Create a token that's a copy of target artifact or creature you control, except it's an artifact in addition to its other types. That token gains haste. Exile it at the beginning of the next end step.\n[−7]: Search your library for up to three artifact cards with different names, put them onto the battlefield, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: Scry 1. ~ deals 1 damage to each opponent.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"AddType","core_type":"Artifact"}]},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"Permanent","target":{"type":"LastCreated"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Create a token that's a copy of target artifact or creature you control, except it's an artifact in addition to its other types. That token gains haste. Exile it at the beginning of the next end step.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":{"type":"UpTo","max":{"type":"Fixed","value":3}},"reveal":false,"selection_constraint":{"type":"DistinctQualities","qualities":["Name"]}},"cost":{"type":"Loyalty","amount":-7},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"[−7]: Search your library for up to three artifact cards with different names, put them onto the battlefield, then shuffle.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"5f3fe679-aff1-41b3-8d75-c78c2c0636f0","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["3ed42df6-ff3e-4e7d-9e8c-0e610af08110","8b2e11a3-98d6-415b-8f53-c00c59e62804","94b38464-39cd-4ee6-b9bf-a0bc1e128d9a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR","PKLD","PLST"],"rulings":[{"date":"2016-09-20","text":"Any enters-the-battlefield abilities of the copied permanent will trigger when the token enters the battlefield. Any “as [this permanent] enters the battlefield” or “[this permanent] enters the battlefield with” abilities of the chosen permanent will also work."},{"date":"2016-09-20","text":"As Saheeli's last ability resolves, all three artifacts enter the battlefield at the same time. Triggered abilities of any of those artifacts will see all three entering the battlefield. Replacement effects, such as that of Sculpting Steel, won't see the others on the battlefield as they are being applied."},{"date":"2016-09-20","text":"If the copied permanent has {X} in its mana cost, X is considered to be 0."},{"date":"2016-09-20","text":"If the copied permanent is a token, the token created with Saheeli copies the original characteristics of that token as stated by the effect that created that token."},{"date":"2016-09-20","text":"If the copied permanent is copying something else (for example, if the copied permanent is an Altered Ego), then the token enters the battlefield as whatever that permanent copied."},{"date":"2016-09-20","text":"In a Two-Headed Giant game, Saheeli's first ability causes 2 damage total to be dealt to the opposing team."},{"date":"2016-09-20","text":"The token copies exactly what was printed on the original permanent and nothing else (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on."},{"date":"2016-09-20","text":"The token is an artifact in addition to its other types. This is a copiable value of the token that other effects may copy. Haste and the ability's delayed triggered ability aren't copiable."}],"rarities":["mythic"]},"saiba cryptomancer":{"name":"Saiba Cryptomancer","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Moonfolk","Ninja"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nBackup 1 (When this creature enters, put a +1/+1 counter on target creature. If that's another creature, it gains the following ability until end of turn.)\nHexproof","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Hexproof",{"Backup":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":null,"description":"If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","target_prompt":null,"condition":{"type":"Not","condition":{"type":"TargetMatchesFilter","filter":{"type":"SelfRef"},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put 1 +1/+1 counter on target creature","target_prompt":null,"ability_tag":{"type":"Backup"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.165: Backup 1 — when this creature enters, put 1 +1/+1 counter on target creature. If that's another creature, it gains this creature's non-backup abilities printed below backup until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"15f89b06-5025-4c9f-bf51-e25bc5c2dd6b","metadata":{"source_printing_ids":["3934d535-740d-471a-bbf1-c3b26b1cd596"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM"],"rulings":[{"date":"2023-04-14","text":"Backup confers only abilities that are actually printed below it. Any abilities that are gained by the permanent are ignored, including abilities gained due to a resolving spell or ability or copy effects."},{"date":"2023-04-14","text":"If a backup ability causes another creature to gain abilities, the creature with backup will still have those abilities."},{"date":"2023-04-14","text":"If a backup ability targets the creature with backup, that creature will get +1/+1 counters, but it won’t gain additional abilities."},{"date":"2023-04-14","text":"If a permanent enters the battlefield as a copy of a card with a backup ability or a token is created that is a copy of that card, the order of the printed abilities is maintained."},{"date":"2023-04-14","text":"The abilities that backup grants to the target creature are determined only once, at the time the ability triggers. They won’t change if the permanent with backup loses any abilities before the backup ability resolves."}],"rarities":["common"]},"said":{"name":"Said","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target instant or sorcery card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":"Return target instant or sorcery card from your graveyard to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5d1d76e0-049c-4a33-96ec-8e60deed16d5","metadata":{"source_printing_ids":["43ab3ed2-2b50-4488-a21f-60965222970a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"split","printings":["MH2"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["uncommon"]},"sala, deck boss":{"name":"Sala, Deck Boss","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Squid","Pirate"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Each creature you control with an exhaust ability has haste.\nWhenever you activate an exhaust ability that isn't a mana ability, copy it. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: Each creature you control with an exhaust ability has haste."},"cost":null,"sub_ability":null,"duration":null,"description":"Each creature you control with an exhaust ability has haste.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":{"KeywordAbilityActivated":{"type":"Exhaust"}},"execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate an exhaust ability that isn't a mana ability, copy it. You may choose new targets for the copy.","constraint":null,"condition":{"type":"ActivatedAbilityIsNonMana"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"1fd733a3-95bb-4b23-920e-e3f48a824fa5","brawl_commander":true,"is_commander":true,"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YDFT"]},"sam, loyal attendant":{"name":"Sam, Loyal Attendant","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Peasant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Partner with Frodo, Adventurous Hobbit (When this creature enters, target player may put Frodo into their hand from their library, then shuffle.)\nAt the beginning of combat on your turn, create a Food token. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")\nActivated abilities of Foods you control cost {1} less to activate.","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"With","data":"Frodo, Adventurous Hobbit"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, create a Food token.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Named","name":"Frodo, Adventurous Hobbit"},"count":{"type":"Fixed","value":1},"reveal":true,"target_player":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target player may put Frodo, Adventurous Hobbit into their hand from their library, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Reduce","keyword":"activated","amount":1,"exemption":"None"}},"affected":{"type":"Typed","type_filters":[{"Subtype":"Food"}],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of Foods you control cost {1} less to activate."}],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"2837be10-23ad-49d2-943e-b1e00edbbbd9","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f6e24d97-b7f8-5da8-ab97-978ecbecb85e"],"source_printing_ids":["601402f4-8647-4c41-9a0f-63d10ce89d02","687a2b76-3f05-4732-bd9b-513d06d16300","cfdfa303-2578-455b-929c-a217a0261bb3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LTC"],"rulings":[{"date":"2023-06-16","text":"\"Partner with [name]\" represents two abilities. The first is a triggered ability: \"When this permanent enters the battlefield, target player may search their library for a card named [name], reveal it, put it into their hand, then shuffle their library.\""},{"date":"2023-06-16","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2023-06-16","text":"Both commanders start in the command zone, and the remaining 98 cards of your deck are shuffled to become your library."},{"date":"2023-06-16","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Frodo, Adventurous Hobbit and Sam, Loyal Attendant are your commanders, your deck may contain cards with white, black, and/or green in their color identity, but not blue or red."},{"date":"2023-06-16","text":"Note that the target player searches their library (which may be affected by effects such as that of Stranglehold) and that the card they find is revealed, even though these words aren't included in the ability's reminder text."},{"date":"2023-06-16","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from one of them, not from both of them combined. Command Beacon's effect puts one into your hand from the command zone, not both."},{"date":"2023-06-16","text":"The second ability represented by the \"partner with [name]\" keyword modifies the rules for deck construction in the Commander variant and has no function outside of that variant. If a legendary creature card with \"partner with [name]\" is designated as your commander, the named legendary creature card can also be designated as your commander. For more information on the Commander variant, please visit Wizards.com/Commander."},{"date":"2023-06-16","text":"The triggered ability of the \"partner with\" keyword still triggers in a Commander game. If your other commander has somehow ended up in your library, you can find it. You can also target another player, whether or not they have that card in their library."},{"date":"2023-06-16","text":"To have two commanders, both must have the partner ability or corresponding \"partner with\" abilities as the game begins. A creature with a \"partner with\" ability can't partner with any creature other than its designated partner. Losing a partner ability during the game doesn't cause either to cease to be your commander."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"If an effect refers to a Food, it means any Food artifact, not just a Food artifact token. For example, you can sacrifice Tough Cookie (an Artifact Creature — Food Golem) to activate Maraleaf Rider's ability (an ability with \"Sacrifice a Food\" in its cost)."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["mythic"]},"samwise gamgee":{"name":"Samwise Gamgee","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Peasant"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever another nontoken creature you control enters, create a Food token. (It's an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\")\nSacrifice three Foods: Return target historic card from your graveyard to your hand. (Artifacts, legendaries, and Sagas are historic.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Historic"},{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Food"}],"controller":null,"properties":[]},"count":3},"sub_ability":null,"duration":null,"description":"Sacrifice three Foods: Return target historic card from your graveyard to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature you control enters, create a Food token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"7ce37c26-91ea-493f-bfc3-a890d4538bc1","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f6e24d97-b7f8-5da8-ab97-978ecbecb85e"],"source_printing_ids":["7d306603-37df-49ee-880d-c08d053900a1","a1b6f13e-63d0-46bf-aa57-23c2dbdf62dd","cc0fc98e-49ec-4d76-a922-52fe481da88f","cd3ecb73-2720-4c1c-8f67-78983f16e584"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"A card, spell, or permanent is historic if it has the legendary supertype, the artifact card type, or the Saga subtype. Having two of those qualities doesn't make an object more historic than another or provide an additional bonus—an object either is historic or it isn't."},{"date":"2023-06-16","text":"An ability that triggers \"whenever you cast a historic spell\" doesn't trigger if a historic card is put onto the battlefield without being cast."},{"date":"2023-06-16","text":"Lands are never cast, so abilities that trigger \"whenever you cast a historic spell\" won't trigger if you play a legendary land. They also won't trigger if a card on the battlefield transforms into a card with the legendary supertype, the artifact card type, or the Saga subtype."},{"date":"2023-06-16","text":"Some abilities trigger \"whenever you cast a historic spell.\" Such an ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"If an effect refers to a Food, it means any Food artifact, not just a Food artifact token. For example, you can sacrifice Tough Cookie (an Artifact Creature — Food Golem) to activate Maraleaf Rider's ability (an ability with \"Sacrifice a Food\" in its cost)."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["rare"]},"sandman, shifting scoundrel":{"name":"Sandman, Shifting Scoundrel","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Sand","Elemental","Villain"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Sandman's power and toughness are each equal to the number of lands you control.\nSandman can't be blocked by creatures with power 2 or less.\n{3}{G}{G}: Return this card and target land card from your graveyard to the battlefield tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","Green"],"generic":3}},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{3}{G}{G}: Return this card and target land card from your graveyard to the battlefield tapped.","target_prompt":null,"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power and toughness are each equal to the number of lands you control."},{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked by creatures with power 2 or less."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b205480-b1fb-490c-b1c9-cf5cc3c5acdb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["496864ab-bdba-4cfe-aa7b-b58d2954cf75","609ac18c-ec58-4fa7-bbee-3912a69d0ec6","62531cc3-c218-41f0-a3a2-beb42185baaf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","PSPM","SPM"],"rulings":[{"date":"2025-09-19","text":"Sandman's first ability works in all zones, not only the battlefield."},{"date":"2025-09-19","text":"Sandman's second ability applies only at the time blockers are declared. For example, if Sandman is blocked by a creature with 4 power, and then an effect gives that creature -3/-0, it won't stop blocking Sandman."}],"rarities":["rare"]},"sandswirl wanderglyph":{"name":"Sandswirl Wanderglyph","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Golem"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever an opponent casts a spell during their turn, they can't attack you or planeswalkers you control this turn.\nEach opponent who attacked you or a planeswalker you control this turn can't cast spells.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"ParentTargetedPlayer"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"Attack","defended":"PlayerOrPlaneswalker"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell during their turn, they can't attack you or planeswalkers you control this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CantBeCast":{"who":"Opponents"}},"affected":null,"modifications":[],"condition":null,"per_player_condition":{"type":"YouAttackedSourceControllerThisTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each opponent who attacked you or a planeswalker you control this turn can't cast spells."}],"replacements":[],"color_override":["White"],"color_identity":["White"],"scryfall_oracle_id":"fcd54631-ea47-49a7-ad5f-9a9a51a815ba","metadata":{"source_printing_ids":["a8a23e3f-57c8-4cbb-bb6c-d5fdf49a2d9c","d70f48e7-582c-4dd2-a64e-6fd03fa6b77e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rarities":["rare"]},"sangrophage":{"name":"Sangrophage","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, tap this creature unless you pay 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, tap ~ unless you pay 2 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5d03e6a7-81ea-47d3-add7-8dfdbbfec6d3","metadata":{"source_printing_ids":["ab9abc52-76f6-4b1f-8602-2e5abdd23b6b","c9ceaa1f-4c11-4f06-aa87-2f2a0deb47e1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["TSP","TSR"],"rulings":[{"date":"2021-03-19","text":"You choose whether or not to pay 2 life as the triggered ability resolves. You can pay 2 life even if Sangrophage is already tapped. (Doing so won't cause Sangrophage to become untapped, however.)"}],"rarities":["common"]},"sanguine bond":{"name":"Sanguine Bond","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, target opponent loses that much life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, target opponent loses that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"73089a39-a2f6-4aa2-a058-e6551475153d","metadata":{"source_printing_ids":["241a25c7-7205-46ee-8b08-845cdcc546bb","445d6a68-ed53-4c96-973a-c29282514f41","48a3356c-738e-4dd9-b25a-3f10f923d0df","61248b5d-3f4b-4329-a1af-7252443883a0","ad4de9f1-7a39-45af-828e-c59234d9e9b9","bd199c13-9437-4162-bde9-9301589989aa","dc236d85-dfe5-4bc8-b116-8306b0922abf","e50e807d-b2eb-4b62-8663-8ad17eed2a39","ff0c16b0-bdab-44e1-b235-47fe8d32f4d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C13","C17","C21","IMA","LTC","M10","M14","SLD","TSR","WOT"],"rulings":[{"date":"2009-10-01","text":"Sanguine Bond's ability triggers just once for each life-gaining event, whether it's 1 life from Soul Warden or 8 life from Tendrils of Corruption."},{"date":"2021-03-19","text":"If an ability triggers whenever an opponent loses life and causes you to gain life, such as the ability of Exquisite Blood, this will loop until either you win the game or a player takes an action to break the loop. If neither of these happen, the game ends in a draw."},{"date":"2021-03-19","text":"If you gain an amount of life \"for each\" of something, that life is gained as one event and Sanguine Bond's ability triggers only once."},{"date":"2023-09-01","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Sanguine Bond's ability will trigger twice and you may choose a different opponent for each trigger. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, planeswalkers, and/or battles at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-04-12","text":"In a Two-Headed Giant game, life gained by your teammate won't cause Sanguine Bond's ability to trigger, even though it caused your team's life total to increase."}],"rarities":["uncommon","rare","special"]},"sanwell, avenger ace":{"name":"Sanwell, Avenger Ace","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Pilot"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"As long as an artifact creature you control is attacking, prevent all damage that would be dealt to Sanwell.\nWhenever Sanwell becomes tapped, exile the top six cards of your library. You may cast a Vehicle or artifact creature spell from among them. Then put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Taps","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":6}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ExiledBySource"},"count":{"type":"Fixed","value":0},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"else_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ExiledBySource"},"count":{"type":"Fixed","value":0},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes tapped, exile the top six cards of your library. You may cast a Vehicle or artifact creature spell from among them. Then put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As long as an artifact creature you control is attacking, prevent all damage that would be dealt to ~.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4884ad6c-2290-44fc-ab9e-6e6b75b2d69a","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Condition_AsLongAs","description":"As long as an artifact creature you control is attacking, prevent all damage that would be dealt to Sanwell.\nWhenever Sanwell becomes tapped","line_index":0}],"metadata":{"source_printing_ids":["6b7cd9f1-6501-46ae-9f98-bb69644405bb","70cb4359-8e57-4d1a-bf1f-c188555376ce"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BRC","PRM"],"rulings":[{"date":"2022-10-14","text":"If Sanwell, Avenger Ace is somehow an artifact creature, its first ability will see itself while it is attacking."},{"date":"2022-10-14","text":"If you choose not to cast a spell this way, it goes to the bottom of the library with the other exiled cards. You can't wait and cast it later."},{"date":"2022-10-14","text":"You must pay all costs for a spell cast using Sanwell's last ability."}],"rarities":["rare"]},"sarkhan, dragon ascendant":{"name":"Sarkhan, Dragon Ascendant","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Sarkhan enters, you may behold a Dragon. If you do, create a Treasure token. (To behold a Dragon, choose a Dragon you control or reveal a Dragon card from your hand.)\nWhenever a Dragon you control enters, put a +1/+1 counter on Sarkhan. Until end of turn, Sarkhan becomes a Dragon in addition to its other types and gains flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Behold","filter":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may behold a Dragon. If you do, create a Treasure token.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddSubtype","subtype":"Dragon"},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a Dragon in addition to its other types and gains flying"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Dragon you control enters, put a +1/+1 counter on ~. Until end of turn, ~ becomes a Dragon in addition to its other types and gains flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"71cb48e2-2328-471c-a04a-7b6461f378f4","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["198c5204-6b23-5085-b962-e6db6c948bd6"],"source_printing_ids":["57c03255-e3dc-44c2-982b-7efa188280df","a267ced0-34af-483c-ba42-517f3f7e22dc","c2200646-7b7c-489d-bbae-16b03e1d7fb2","e3be50dc-3735-47a6-9af3-e8d8e425b5b2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Effects that say “If a [quality] was beheld” only care if a card of that quality was revealed or a permanent you control of that quality was chosen. No matter what happens to that card or permanent after that, it was still beheld, and any additional effects that depend on that card or permanent being beheld will still happen."},{"date":"2025-04-04","text":"If a card in your hand is already revealed (perhaps because it was revealed to pay a cost of a spell that’s still on the stack or due to the effect of a card like Telepathy), you may reveal it again to pay the cost of another spell or ability that requires you to reveal a card from your hand."},{"date":"2025-04-04","text":"If a cost to cast a spell includes revealing a card, that card remains revealed from the time the spell is announced until the time it leaves the stack."},{"date":"2025-04-04","text":"If an effect refers to a “[subtype] card,” it refers only to a card that has that subtype. For example, Teeming Dragonstorm is a card that cares about Dragons and features Dragons in its art, but it isn’t a Dragon card."}],"rarities":["rare","mythic"]},"saruman, the white hand":{"name":"Saruman, the White Hand","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Avatar","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a noncreature spell, amass Orcs X, where X is that spell's mana value. (Put X +1/+1 counters on an Army you control. It's also an Orc. If you don't control an Army, create a 0/0 black Orc Army creature token first.)\nGoblins and Orcs you control have ward {2}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Amass","subtype":"Orc","count":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"EventSource"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a noncreature spell, amass Orcs X, where X is that spell's mana value.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature",{"Subtype":"Goblin"}],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature",{"Subtype":"Orc"}],"controller":"You","properties":[]}]},"modifications":[{"type":"AddKeyword","keyword":{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Goblins and Orcs you control have ward {2}."}],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"2bade11e-04e0-42a2-8861-9257c99a7c08","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["08fd2115-1a20-5df5-8107-d5f7c271c10c"],"source_printing_ids":["6487ccbf-f6cd-45a6-8514-2c458b655ef2","8341e90d-fe5f-4307-a31d-a8db99f5c667","b77a4eca-e699-4140-8835-e9c8bedea9b7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LTC"],"rulings":[{"date":"2023-06-16","text":"A creature that is both a Goblin and an Orc still only gets one instance of ward {2} from Saruman, the White Hand's last ability."},{"date":"2023-06-16","text":"Amass Zombies works the same way, except you create a 0/0 black Zombie Army creature token if you don't control an Army. If the Army creature you chose isn't already a Zombie, it becomes a Zombie in addition to its other types. By combining cards with amass Orcs and amass Zombies, you can end up with an Orc Zombie Army."},{"date":"2023-06-16","text":"Amass abilities are now written as \"amass [subtype] N.\" Previous cards with amass have received errata to say \"amass Zombies N.\""},{"date":"2023-06-16","text":"If Saruman, the White Hand is a Goblin or an Orc, it will have ward {2}."},{"date":"2023-06-16","text":"If you don't control an Army, the Orc Army token you create enters the battlefield as a 0/0 creature before receiving counters. Any abilities that trigger when a creature with a certain power enters the battlefield, such as that of Mentor of the Meek, will see the token enter as a 0/0 creature before it gets +1/+1 counters."},{"date":"2023-06-16","text":"In the rare case that you control multiple Army creatures (perhaps because you played a creature with changeling) while you amass Orcs, you choose which of your Army creatures to put the +1/+1 counters on. If that creature isn't an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"Some cards refer to the \"amassed Army.\" That means the Army creature you chose to receive counters, even if no counters were placed on it for some reason."},{"date":"2023-06-16","text":"Some spells and abilities that amass Orcs may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't amass Orcs."},{"date":"2023-06-16","text":"To amass Orcs N, if you don't control an Army creature, create a 0/0 black Orc Army creature token. Then you choose an Army creature you control and put N +1/+1 counters on it. If that Army isn't already an Orc, it becomes an Orc in addition to its other types."}],"rarities":["mythic"]},"satoru umezawa":{"name":"Satoru Umezawa","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Ninja"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever you activate a ninjutsu ability, look at the top three cards of your library. Put one of them into your hand and the rest on the bottom of your library in any order. This ability triggers only once each turn.\nEach creature card in your hand has ninjutsu {2}{U}{B}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"NinjutsuActivated","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":"Hand","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you activate a ninjutsu ability, look at the top three cards of your library. Put one of them into your hand and the rest on the bottom of your library in any order. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"modifications":[{"type":"AddKeyword","keyword":{"Ninjutsu":{"type":"Cost","shards":["Blue","Black"],"generic":2}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature card in your hand has ninjutsu {2}{U}{B}."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"ed1d21ba-ddfe-4f82-9e37-93f9e2c7ba33","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2c178c8d-ef57-4a69-a72d-c6c6f1eda617","63fb4d0a-f979-42ed-a4aa-15c180e4f0be","7413839d-5e21-46b8-a41b-ae3cdf87c570","8887f26d-b097-4fbc-9c48-bdc656409a32","c415762a-5b24-4dbb-9066-6e9be48874a6","f7112729-908e-430d-8e0e-eb71a9043309"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM","SLD"],"rulings":[{"date":"2022-02-18","text":"Although the Ninja is attacking, it was never declared as an attacking creature (for purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2022-02-18","text":"As you activate a ninjutsu ability, you reveal the Ninja card in your hand and return the attacking creature. The Ninja card stays revealed and isn't put onto the battlefield until the ability resolves. If it leaves your hand before then, it won't enter the battlefield at all."},{"date":"2022-02-18","text":"If a creature in combat has first strike or double strike, you can activate the ninjutsu ability during the first-strike combat damage step. The Ninja will deal combat damage during the regular combat damage step, even if it has first strike."},{"date":"2022-02-18","text":"Once you activate a ninjutsu ability, no player can affect that ability by removing Satoru Umezawa from the battlefield. Even if Satoru leaves the battlefield before it resolves, you'll still be able to put the creature onto the battlefield tapped and attacking."},{"date":"2022-02-18","text":"Puff of smoke not included."},{"date":"2022-02-18","text":"Satoru Umezawa's triggered ability triggers whenever you activate a ninjustsu ability, and it will resolve before that ability resolves. The card with ninjustsu will still be in your hand while resolving the ability and must remain revealed until the ninjutsu ability resolves or is otherwise removed from the stack."},{"date":"2022-02-18","text":"The creature with ninjutsu enters the battlefield attacking the same player or planeswalker that the returned creature was attacking. This is a rule specific to ninjutsu; in other cases, when a creature is put onto the battlefield attacking, that creature's controller chooses which player or planeswalker it's attacking."},{"date":"2022-02-18","text":"The ninjutsu ability can be activated during the declare blockers step, combat damage step, or end of combat step. In most cases (see below), if you wait until the combatdamage step or end of combat step, it will be after combat damage has been dealt, so the Ninja won't deal combat damage."},{"date":"2022-02-18","text":"The ninjutsu ability can be activated only after blockers have been declared. Before then, attacking creatures are neither blocked nor unblocked."}],"rarities":["rare"]},"satoru, the infiltrator":{"name":"Satoru, the Infiltrator","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Ninja","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever Satoru and/or one or more other nontoken creatures you control enter, if none of them were cast or no mana was spent to cast them, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"NonToken"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ and/or one or more other nontoken creatures you control enter, if none of them were cast or no mana was spent to cast them, draw a card.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"Not","condition":{"type":"WasCast"}},{"type":"ManaSpentCondition","text":"no mana was spent to cast them"}]},"batched":true}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"7555c429-5f2d-4171-b6b0-8e3c8da7f314","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4b9a76f0-b697-4c1d-9b60-c66f7fc4316e","acc9a5cc-2b3c-4c2f-8176-4a2d86265cc5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"If you cast a creature spell without paying its mana cost but you paid mana for additional costs or cost increases (such as from Aven Interrupter), Satoru's last ability won't trigger."}],"rarities":["rare"]},"satya, aetherflux genius":{"name":"Satya, Aetherflux Genius","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Menace, haste\nWhenever Satya attacks, create a tapped and attacking token that's a copy of up to one other target nontoken creature you control. You get {E}{E} (two energy counters). At the beginning of the next end step, sacrifice that token unless you pay an amount of {E} equal to its mana value.","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Menace"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"NonToken"}]},"owner":{"type":"Controller"},"enters_attacking":true,"tapped":true,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"LastCreated"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PayEnergy","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}},"payer":{"type":"Controller"}},"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create a tapped and attacking token that's a copy of up to one other target nontoken creature you control. You get {E}{E} . At the beginning of the next end step, sacrifice that token unless you pay an amount of {E} equal to its mana value.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"ce8af7dd-49df-4419-9776-4157efc60b0f","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["fdc7aa74-0ebb-5ec9-987d-82b3714dd8db"],"source_printing_ids":["0be45f11-e89b-4f21-9166-e67929f87636","3b964bbe-54cc-425c-9cc6-c877f82af7ba","4f4bc218-e9c4-4e35-b4e0-bb5d2c6e1f2c","5c38e349-7ad2-415c-adee-f29e38d85865","65a9bda0-80eb-4aa9-ad89-9f73e65dbce3","9c891e38-b8c6-4e54-9226-95104bcb78f9","ff107f26-b19a-48f8-9d9f-e098239aae69"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["M3C"],"rulings":[{"date":"2024-06-07","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"as [this creature] enters the battlefield\" or \"[this creature] enters the battlefield with\" abilities of the creature will also work."},{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2024-06-07","text":"If the copied creature is copying something else, then the token enters the battlefield as whatever that creature copied."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"The token copies exactly what was printed on the original card and nothing else (unless that creature is itself copying something else; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2024-06-07","text":"You choose which player, planeswalker, or battle the token is attacking as you create the token. It doesn't need to be attacking the same player, planeswalker, or battle that Satya is attacking."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["mythic"]},"satyr wayfinder":{"name":"Satyr Wayfinder","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Satyr"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, reveal the top four cards of your library. You may put a land card from among them into your hand. Put the rest into your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"rest_destination":"Graveyard","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, reveal the top four cards of your library. You may put a land card from among them into your hand. Put the rest into your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ead4c01a-e2ae-49c9-95d9-651d81005907","metadata":{"source_printing_ids":["0973a109-811a-4c78-9404-19a26f4b40c7","13c5a1ce-932a-4b3d-8b86-ed920e646afc","2aaf1792-1ebf-4233-ac32-432ed67bd1a5","434bb07c-7b70-415e-80dd-317af0ef8bf7","5430ce96-bfea-4ac3-997c-43be1446ca99","7be07e97-2ffc-40ad-a676-a74b8b680ea1","84cb8203-88e4-4a3b-9334-91b70c747091","8bbbe65d-7162-42fb-94ee-d835d6c3f02a","95702caa-c9eb-4538-83ff-3b015c6b1349","a7313136-91a9-45fb-b5b4-07ba8f22326c","aa090955-59dd-4145-a148-7d0f64722f7e","ff3d4e53-3b46-4258-8403-98552d57c5ca"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BNG","C15","C16","C20","CMA","EA2","EOC","M15","M3C","OTC","TDC","UMA","ZNC"],"rarities":["common"]},"sauron, the dark lord":{"name":"Sauron, the Dark Lord","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Avatar","Horror"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Ward—Sacrifice a legendary artifact or legendary creature.\nWhenever an opponent casts a spell, amass Orcs 1.\nWhenever an Army you control deals combat damage to a player, the Ring tempts you.\nWhenever the Ring tempts you, you may discard your hand. If you do, draw four cards.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Sacrifice","data":{"count":1,"filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]}}}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Amass","subtype":"Orc","count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell, amass Orcs 1.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RingTemptsYou"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Army"}],"controller":"You","properties":[]},"description":"Whenever an Army you control deals combat damage to a player, the ring tempts you.","constraint":null,"condition":null,"batched":false},{"mode":"RingTemptsYou","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":4},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever the ring tempts you, you may discard your hand. If you do, draw four cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"9f8f29ba-7e64-455d-be05-ec7973f2bd0a","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["08fd2115-1a20-5df5-8107-d5f7c271c10c"],"source_printing_ids":["034e0929-b2c7-4b5f-94f2-8eaf4fb1a2a1","27251103-e27c-446a-b64c-b7b0d5846b27","2a845583-5698-4650-9493-ad264d7674d2","3766383d-6e3d-472c-ac7b-f3521ee214af","4218b57c-111d-478c-af38-fd6f971bd2d0","b83261ba-c239-4b6a-88eb-bdfc411916b3","fcd79da8-fc9d-4c9a-a340-06922a330ca9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["HOC","LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"Amass Zombies works the same way, except you create a 0/0 black Zombie Army creature token if you don't control an Army. If the Army creature you chose isn't already a Zombie, it becomes a Zombie in addition to its other types. By combining cards with amass Orcs and amass Zombies, you can end up with an Orc Zombie Army."},{"date":"2023-06-16","text":"Amass abilities are now written as \"amass [subtype] N.\" Previous cards with amass have received errata to say \"amass Zombies N.\""},{"date":"2023-06-16","text":"As the Ring tempts you, you get an emblem named The Ring if you don't have one. Then your emblem gains its next ability and you choose a creature you control to become (or remain) your Ring-bearer."},{"date":"2023-06-16","text":"Each player can have only one emblem named The Ring and only one Ring-bearer at a time."},{"date":"2023-06-16","text":"Each time the Ring tempts you, you must choose a creature if you control one."},{"date":"2023-06-16","text":"If the creature you choose as your Ring-bearer was already your Ring-bearer, that still counts as choosing that creature as your Ring-bearer for the purpose of abilities that trigger \"whenever you choose a creature as your Ring-bearer\" or abilities that care about which creature was chosen as your Ring-bearer."},{"date":"2023-06-16","text":"If you don't control an Army, the Orc Army token you create enters the battlefield as a 0/0 creature before receiving counters. Any abilities that trigger when a creature with a certain power enters the battlefield, such as that of Mentor of the Meek, will see the token enter as a 0/0 creature before it gets +1/+1 counters."},{"date":"2023-06-16","text":"In the rare case that you control multiple Army creatures (perhaps because you played a creature with changeling) while you amass Orcs, you choose which of your Army creatures to put the +1/+1 counters on. If that creature isn't an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"Some cards refer to the \"amassed Army.\" That means the Army creature you chose to receive counters, even if no counters were placed on it for some reason."},{"date":"2023-06-16","text":"Some spells and abilities that amass Orcs may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't amass Orcs."},{"date":"2023-06-16","text":"Some spells and abilities that cause the Ring to tempt you may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. The Ring won't tempt you."},{"date":"2023-06-16","text":"The Ring can tempt you even if you don't control a creature. In this case, abilities that trigger \"whenever the Ring tempts you\" will still trigger."},{"date":"2023-06-16","text":"The Ring gains its abilities in order from top to bottom. Once it gains an ability, it has that ability for the rest of the game."},{"date":"2023-06-16","text":"To amass Orcs N, if you don't control an Army creature, create a 0/0 black Orc Army creature token. Then you choose an Army creature you control and put N +1/+1 counters on it. If that Army isn't already an Orc, it becomes an Orc in addition to its other types."}],"rarities":["mythic"]},"savage summoning":{"name":"Savage Summoning","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell can't be countered.\nThe next creature spell you cast this turn can be cast as though it had flash. That spell can't be countered. That creature enters with an additional +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"This spell can't be countered."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"The next creature spell you cast this turn can be cast as though it had flash. That spell can't be countered. That creature enters with an additional +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"30c09562-0bca-4382-ae84-aca00e0eb89b","metadata":{"source_printing_ids":["b5346ed7-2e17-4d8c-9c4b-b5efdd26380d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["M14"],"rulings":[{"date":"2013-07-01","text":"If you cast multiple Savage Summonings in succession, they’ll apply to the next creature spell you cast. That creature will enter the battlefield with that many additional +1/+1 counters on it."},{"date":"2013-07-01","text":"Spells that would counter Savage Summoning or the relevant creature spell can still be cast. They won’t counter the spell, but any additional effects they have will happen."},{"date":"2013-07-01","text":"You don’t choose a creature card when Savage Summoning resolves. Rather, it applies to the next creature card you cast that turn, even if you cast it at a time when you normally could cast a creature and even if you cast it from a zone other than your hand."}],"rarities":["rare"]},"savai triome":{"name":"Savai Triome","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Mountain","Plains","Swamp"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {R}, {W}, or {B}.)\nThis land enters tapped.\nCycling {3} ({3}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":3}}}],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Red","White"],"scryfall_oracle_id":"00625242-9348-4ef4-b975-f2ac82fee21d","metadata":{"source_printing_ids":["748e6a61-9c1f-4225-9f04-e54002f63ac3","d21ef9e6-e2dd-4e0a-a36c-e07034ac4ba3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","PIKO","PRM"],"rarities":["rare"]},"savannah lions":{"name":"Savannah Lions","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"60ba93eb-39e6-4af2-9c66-cd38f72daff2","metadata":{"source_printing_ids":["2af2b107-1938-4d42-9bfa-0c88fd1e822a","345920d9-b842-42a3-996f-457e737baab2","3da61fc1-6201-4823-975f-2d4d9f7f3193","5ada7133-d23b-47e9-8a58-c1f78f4095e0","60c597ee-eaf9-4294-9865-af8a18067eda","67d1945d-d228-4dc3-a593-859408b2016b","69da8664-c9b9-4f9c-b1c4-099990637646","75798ac5-9843-4a8b-a5f3-dbd38b4e4bad","8455221d-683b-4313-8e53-73cbf7e05aa5","89b77ad5-1585-49dc-b635-780143e1e1c8","9c9ac1bc-cdf3-4fa6-8319-a7ea164e9e47","a2ee9127-d007-48e8-b797-88ef72bc7c8b","a9757246-e782-4d7a-8273-d9efe284edaf","ad41b1aa-1482-4d71-990b-031b30685cb1","b387ece0-8db7-482e-b41b-6c1af74aa136","c0ea8d9f-2b77-4cff-8b96-387f43366c1a","c58dbcf3-f8ad-4e82-9515-0290fa5373f7","d05b92bd-797e-413f-a8b0-32e0937a1ee0","d136d1fc-c413-4deb-952c-b10aa1c72abe","db9f9f3c-d024-4529-bffb-c7a5a3085e58","e770d089-9957-412c-a51f-3f11b6b9692a","e79d52e0-dfa6-4ac0-909e-81d1a16b84b4","e865dc3c-45b9-475a-8937-5d7bb2e10896"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","8ED","9ED","A25","CED","CEI","DMR","FBB","FDN","J22","J25","LEA","LEB","ME4","PLST","SUM"],"rarities":["common","uncommon","rare"]},"savor the moment":{"name":"Savor the Moment","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Take an extra turn after this one. Skip the untap step of that turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ExtraTurn","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SkipNextStep","target":{"type":"Controller"},"step":{"type":"Step","data":"Untap"},"count":{"type":"Fixed","value":1},"scope":"next_occurrence"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Take an extra turn after this one. Skip the untap step of that turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d5b9b75d-4bf0-4328-9bb3-7b260a0c46af","metadata":{"source_printing_ids":["93a0d9ad-31bf-4561-a5b2-f44a12a2c2c2","dc8280fe-aea3-4796-af6e-6226c6085b99"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SHM","SLD"],"rarities":["rare"]},"sawhorn nemesis":{"name":"Sawhorn Nemesis","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"As this creature enters, choose a player.\nIf a source would deal damage to the chosen player or a permanent they control, it deals double that damage instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Player","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a player.","condition":null,"destination_zone":"Battlefield"},{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source would deal damage to the chosen player or a permanent they control, it deals double that damage instead.","condition":null,"damage_modification":{"type":"Double"},"damage_target_filter":{"PlayerOrPermanentsControlledBy":{"player":{"type":"SourceChosenPlayer"}}}}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2f9107c5-991a-4c20-9b77-2e2fb4b9dc53","metadata":{"source_printing_ids":["29b33e43-ffd5-4697-8261-9b4f5de36a19","b3f1c76f-9afc-47b1-a223-4ff5aab91c3a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["M3C"],"rulings":[{"date":"2024-06-07","text":"If another effect (or effects) modifies how much damage a source would deal to the chosen player or a permanent they control (for example, by preventing some of that damage), the player being dealt damage or the controller of the permanent being dealt damage chooses the order in which any such effects, including the effect of Sawhorn Nemesis, apply. If all of the damage is prevented before Sawhorn Nemesis's effect would apply, its effect no longer applies."},{"date":"2024-06-07","text":"If damage dealt is being divided or assigned among multiple permanents or players, that damage is divided or assigned before any effects that modify how much damage will be dealt. For example, if you attack the chosen player with a 5/5 creature with trample and it's blocked by a 2/2 creature they control, you can assign 2 damage to the blocker and 3 damage to the defending player. Those amounts are then doubled to 4 and 6, respectively."},{"date":"2024-06-07","text":"The damage is dealt by the same source as the original source of damage. The doubled damage isn't dealt by Sawhorn Nemesis unless it was the original source of damage."},{"date":"2024-06-07","text":"The protector of a battle with the Siege subtype is not that battle's controller."}],"rarities":["rare"]},"scarblade's malice":{"name":"Scarblade's Malice","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gains deathtouch and lifelink until end of turn. When that creature dies this turn, create a 2/2 black and green Elf creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain deathtouch and lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDies","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"Token","name":"Elf","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Elf"],"colors":["Black","Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature you control gains deathtouch and lifelink until end of turn. When that creature dies this turn, create a 2/2 black and green Elf creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"66d57851-2844-4b9d-be78-e90fc620b750","metadata":{"related_token_ids":["6ceee9cc-a62e-518f-bcf6-d9970a4b5979"],"source_printing_ids":["aea9b5c0-3b32-44be-9773-566b9daafa6b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["common"]},"scheming aspirant":{"name":"Scheming Aspirant","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Advisor"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you proliferate, each opponent loses 2 life and you gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"PlayerPerformedAction","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you proliferate, each opponent loses 2 life and you gain 2 life.","constraint":null,"condition":null,"batched":false,"player_actions":["Proliferate"]}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cf4a3b1a-4b87-473e-be1f-3aa3da45c28e","metadata":{"source_printing_ids":["8de80f71-82b5-499c-afc0-6bbae6b896ad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE"],"rarities":["uncommon"]},"scouring swarm":{"name":"Scouring Swarm","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you sacrifice a land, create a tapped token that's a copy of this creature if seven or more land cards are in your graveyard. Otherwise, create a tapped 1/1 black Insect creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":true,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Token","name":"Insect","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Insect"],"colors":["Black"],"keywords":["Flying"],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Land"],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a land, create a tapped token that's a copy of ~ if seven or more land cards are in your graveyard. Otherwise, create a tapped 1/1 black Insect creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"aa64f830-b9b6-4d5e-9a5d-f9e120089335","metadata":{"related_token_ids":["0f28e829-7077-5af0-822e-8117bceb1c04"],"source_printing_ids":["1a9318ca-2974-4d3f-8951-205ba3f9c64a","8fc25982-8668-43c4-93db-84e716e8783d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"If Scouring Swarm leaves the battlefield before its triggered ability resolves and seven or more land cards are in your graveyard when the ability resolves, the token will still enter as a copy of Scouring Swarm, using Scouring Swarm’s copiable values from when it was last on the battlefield."},{"date":"2025-07-25","text":"In the unusual case where Scouring Swarm becomes a copy of something else while its triggered ability is on the stack but before it resolves and seven or more land cards are in your graveyard when the ability resolves, the token will enter as a copy of whatever Scouring Swarm is copying. (Swarms come in many forms.)"},{"date":"2025-07-25","text":"Scouring Swarm’s last ability counts the number of land cards in your graveyard as it resolves. This will usually include the land you sacrificed."},{"date":"2025-07-25","text":"The token copy will have Scouring Swarm’s abilities and will be able to create more copies of itself."},{"date":"2025-07-25","text":"The token doesn’t copy whether Scouring Swarm is tapped or untapped, whether it has any counters on it or Auras or Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."}],"rarities":["rare"]},"scrap trawler":{"name":"Scrap Trawler","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature dies or another artifact you control is put into a graveyard from the battlefield, return to your hand target artifact card in your graveyard with lesser mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"zone_change_clauses":[{"origin":{"type":"Equals","data":"Battlefield"},"destination":"Graveyard","valid_card":{"type":"SelfRef"}},{"origin":{"type":"Equals","data":"Battlefield"},"destination":"Graveyard","valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"}]}}],"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ dies or another artifact you control is put into a graveyard from the battlefield, return to your hand target artifact card in your graveyard with lesser mana value.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"164f3f85-21fc-40b7-9871-4f303ba98428","metadata":{"source_printing_ids":["0be3f03b-929a-4787-b889-6f24f047e4f5","36ec47ec-f86c-489d-ad0b-d0fbdee10102","38bc3e3d-f07b-4ee9-8bb6-060ac82f07eb","4f2d03d4-32b9-476a-a06f-0e078b0f7603","614be454-3829-4c3b-9485-930755dfa16d","68abc75f-596f-4169-96fc-ada941ef47ed","bf1e1b54-2f97-4d33-807a-99ca38f21777"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","BRR","C21","KLR","MOC","PAER","PRM"],"rulings":[{"date":"2017-02-09","text":"If Scrap Trawler and another artifact you control are put into a graveyard at the same time, Scrap Trawler's ability triggers for each of them."},{"date":"2017-02-09","text":"If an artifact is a copy of another artifact with greater mana value, such as Sculpting Steel copying an artifact with mana value 4, Scrap Trawler's ability can target that artifact card in your graveyard when that artifact is put into your graveyard."},{"date":"2017-02-09","text":"The target artifact card must have a lesser mana value than the artifact that caused Scrap Trawler's ability to trigger by being put into a graveyard. Use the artifact's mana value as it last existed on the battlefield to determine what may be returned."},{"date":"2017-02-09","text":"While on the battlefield or in a graveyard, {X} in an object's mana cost is 0."}],"rarities":["rare"]},"scrapwork mutt":{"name":"Scrapwork Mutt","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Dog"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may discard a card. If you do, draw a card.\nUnearth {1}{R} ({1}{R}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Unearth":{"type":"Cost","shards":["Red"],"generic":1}}],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"Permanent","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddTargetReplacement","replacement":{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":null,"condition":null},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"If it would leave the battlefield, exile it instead of putting it anywhere else.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Exile it at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":"It gains haste.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may discard a card. If you do, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5906b378-c7a7-44fd-a63b-55a347d97854","metadata":{"source_printing_ids":["2d78d844-72e8-481b-a700-f92571b2d347","4742800a-4872-4c2d-b884-01e0ba16950c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRO","PLST"],"rulings":[{"date":"2022-10-14","text":"Activating a card's unearth ability isn't the same as casting that card. The unearth ability is put on the stack, but the card is not. Spells and abilities that interact with activated abilities (such as Defabricate's second mode) will interact with unearth, but spells and abilities that interact with spells (such as Scatter Ray) will not."},{"date":"2022-10-14","text":"At the beginning of the next end step, a permanent returned to the battlefield with unearth is exiled. This is a delayed triggered ability, and it can be countered by effects such as Defabricate that counter triggered abilities. If the ability is countered, the permanent will stay on the battlefield and the delayed triggered ability won't trigger again. However, the replacement effect will still exile the permanent if it eventually leaves the battlefield."},{"date":"2022-10-14","text":"If a permanent returned to the battlefield with unearth would leave the battlefield for any reason, it's exiled instead—unless the spell or ability that's causing the permanent to leave the battlefield is actually trying to exile it! In that case, it succeeds at exiling it. If that spell or ability later returns the card to the battlefield (as Static Net might, for example), the permanent card will return to the battlefield as a new object with no relation to its previous existence. The unearth effects will no longer apply to it."},{"date":"2022-10-14","text":"If you activate a card's unearth ability but that card is removed from your graveyard before the ability resolves, that unearth ability will do nothing as it resolves."},{"date":"2022-10-14","text":"Unearth grants haste to the permanent that's returned to the battlefield (even if it's not a creature card). However, neither of the \"exile\" abilities is granted to that permanent. If that permanent loses all its abilities, it will still be exiled at the beginning of the next end step, and if it would leave the battlefield, it is still exiled instead."}],"rarities":["common"]},"screaming nemesis":{"name":"Screaming Nemesis","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever this creature is dealt damage, it deals that much damage to any other target. If a player is dealt damage this way, they can't gain life for the rest of the game.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantGainLife","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantGainLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't gain life"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, it deals that much damage to any other target. If a player is dealt damage this way, they can't gain life for the rest of the game.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fcb7c93c-46ab-49b5-a6e0-35d73f3be8f0","metadata":{"source_printing_ids":["ad3f4c72-ff6e-4d7f-8eb8-45a0a9605fc0","ce35e6fb-ff54-44c4-a216-7ddd37f46882"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"banned","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"If Screaming Nemesis is dealt damage by multiple sources at once, such as by two creatures blocking it, its last ability triggers once and one target is dealt that much damage."},{"date":"2024-09-20","text":"If an effect says to set a player's life total to a number that's higher than their current life total while they're affected by Screaming Nemesis's last ability, their life total won't change."},{"date":"2024-09-20","text":"If lethal damage is dealt to Screaming Nemesis, its last ability still triggers."},{"date":"2024-09-20","text":"Once Screaming Nemesis's last ability causes it to deal damage to a player, that player won't be able to gain life for the rest of the game. It doesn't matter if Screaming Nemesis remains on the battlefield or not."},{"date":"2024-09-20","text":"Spells and abilities that cause a player affected by Screaming Nemesis's last ability to gain life still resolve. That player won't gain life, but any other effects of that spell or ability will happen."}],"rarities":["mythic"]},"scryb sprites":{"name":"Scryb Sprites","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a1f20695-6f08-4d5c-9fba-b0018bee298e","metadata":{"source_printing_ids":["1014748d-926e-47c7-b39d-c907384f3490","178975a9-51ea-40ff-8fd9-247445d1a545","1b9e1d37-47cd-41d7-9fee-b8504c689462","26f191de-8c59-458c-a1ab-80e2bccdb974","281e8da8-1383-460e-b74e-ad56f1b6d007","2d0a7b28-63bb-4aeb-98de-5a795cef838a","35fd0955-999c-4591-b726-aa5213abc81d","6d929c38-91e6-457c-937a-d1884f4bba44","ab52f491-26f1-494f-8ec7-9630c4f9653a","e05cacf1-31c4-4538-81ae-575049567367","e9b72a87-67b0-4858-b524-02b096e2f5dd","e9e2f1fe-4df0-48c8-b469-4175ba5011e8","fafe9639-e9d0-4aa2-8a16-f4ec24c140c0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","BRB","CED","CEI","FBB","ITP","LEA","LEB","ME1","ME3","PRM","RQS","SUM"],"rarities":["common"]},"scurry oak":{"name":"Scurry Oak","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Treefolk"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Evolve (Whenever a creature you control enters, if that creature has greater power or toughness than this creature, put a +1/+1 counter on this creature.)\nWhenever one or more +1/+1 counters are put on this creature, you may create a 1/1 green Squirrel creature token.","non_ability_text":null,"flavor_name":null,"keywords":["Evolve"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Squirrel","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Squirrel"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more +1/+1 counters are put on ~, you may create a 1/1 green Squirrel creature token.","constraint":null,"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false},{"mode":"Evolve","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"Put a +1/+1 counter on this creature","target_prompt":null,"ability_tag":{"type":"Evolve"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.100a: Evolve — whenever a creature you control enters with greater power or toughness than ~, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"eee6c02b-7d6a-4445-ad27-8b03176147d4","metadata":{"related_token_ids":["20cf468e-53c0-55c9-81f0-7ed254feac63","76ce65a3-028f-555a-8294-afe5c9e769e2"],"source_printing_ids":["0fb48c2e-ee0f-4fae-9c22-247870c10d5b","91323e4a-4fd3-44c6-b124-277901fb8aae","c98a3c11-9761-4037-a6bf-f5d41108b738"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","MH2","PLST"],"rulings":[{"date":"2021-06-18","text":"If evolve triggers, the comparison will happen again when the ability tries to resolve. If neither characteristic of the new creature is greater, the ability will do nothing. If the creature that entered the battlefield leaves the battlefield before evolve resolves, use its last known power and toughness to determine whether the creature with evolve gets a +1/+1 counter."},{"date":"2021-06-18","text":"If multiple creatures enter the battlefield at the same time, evolve may trigger multiple times, although the comparison will take place each time one of those abilities tries to resolve. For example, if you control a 1/2 creature with evolve and two 2/2 creatures enter the battlefield, evolve will trigger twice. The first ability will resolve and put a +1/+1 counter on the creature with evolve. When the second ability tries to resolve, neither the power nor the toughness of the new creature is greater than that of the creature with evolve, so that ability does nothing."},{"date":"2021-06-18","text":"When comparing the characteristics of the two creatures for evolve, you always compare power to power and toughness to toughness."},{"date":"2021-06-18","text":"Whenever a creature enters the battlefield under your control, check its power and toughness against the power and toughness of the creature with evolve. If neither characteristic of the new creature is greater, evolve won't trigger at all."}],"rarities":["uncommon"]},"scurry of squirrels":{"name":"Scurry of Squirrels","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Squirrel","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Myriad, myriad (Whenever this creature attacks, for each opponent other than defending player, you may create a token that's a copy of this creature that's tapped and attacking that player or a planeswalker they control. Then do it again. Exile the tokens at end of combat.)\nWhenever this creature deals combat damage to a player, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":["Myriad","Myriad"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put a +1/+1 counter on target creature you control.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Myriad"},"cost":null,"sub_ability":null,"duration":null,"description":"Create token copies for each opponent other than defending player","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.116a: Myriad — whenever this creature attacks, you may create tapped attacking copy tokens for each opponent other than defending player, then exile them at end of combat.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Myriad"},"cost":null,"sub_ability":null,"duration":null,"description":"Create token copies for each opponent other than defending player","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.116a: Myriad — whenever this creature attacks, you may create tapped attacking copy tokens for each opponent other than defending player, then exile them at end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3beed054-a099-4887-b1bd-39cf9e514e94","metadata":{"related_token_ids":["aae03160-19d3-5edd-9d4a-db5572ed77d3"],"source_printing_ids":["c343b965-af2b-45c3-babb-9242736cf1e5","e3b8bc97-054c-4f7e-8893-0205dabe23f8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC"],"rulings":[{"date":"2024-07-26","text":"Although the tokens enter attacking, they were never declared as attackers. Abilities that trigger whenever a creature attacks won't trigger, including the myriad ability of the tokens. If there are any costs to have a creature attack, those costs won't apply to the tokens."},{"date":"2024-07-26","text":"Any \"enters\" abilities of the copied creature will trigger when the tokens enter. Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the copied creature will also work."},{"date":"2024-07-26","text":"Each token copies exactly what was printed on the original creature and nothing else. It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2024-07-26","text":"If an instance of myriad creates more than one token for any given player (due to an effect such as the one Doubling Season creates), you may choose separately for each token whether it's attacking the player or a planeswalker they control."},{"date":"2024-07-26","text":"If the defending player is your only opponent, no tokens are put onto the battlefield."},{"date":"2024-07-26","text":"The term \"defending player\" in the myriad rules (or any other ability of an attacking creature) refers to the player the creature with myriad was attacking, the controller of the planeswalker it was attacking, or the protector of the battle it was attacking at the time the ability resolves. If that creature is no longer attacking, it refers to the appropriate player based on who or what the creature was last attacking."},{"date":"2024-07-26","text":"The tokens created by a single instance of myriad all enter at the same time."},{"date":"2024-07-26","text":"You choose whether each token is attacking the player or a planeswalker they control as the token is created. If it's attacking a planeswalker, you choose which one. You can't have any of the tokens attack a battle."}],"rarities":["rare"]},"scute swarm":{"name":"Scute Swarm","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, create a 1/1 green Insect creature token. If you control six or more lands, create a token that's a copy of this creature instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Insect","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Insect"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":6}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, create a 1/1 green Insect creature token. If you control six or more lands, create a token that's a copy of ~ instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"aa854d50-444c-49d9-bfb1-5476b33c1c0b","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047","3bbbe9b2-6a32-575f-90af-6b419debf932","4d2ba458-569a-5a74-b079-cd2b89ec3f47","52626921-713d-5fbe-823b-c222119520aa","570cd489-7238-5cc6-9f6e-c789738dd1e6","5f6834d0-69c3-5584-a25a-c88bdb539c4f","61aa5086-680f-5638-801a-69b49c0fe160","9b02e27b-70be-56ba-a683-9e2a622ec8f5","b25392e1-0377-5a67-857d-c6271b7ae245","c260fa03-ae9a-5bda-8c06-aab126a23edd","d0174949-c2b2-537a-8e5e-51298d3f97bc","fdc7aa74-0ebb-5ec9-987d-82b3714dd8db"],"source_printing_ids":["1abdf386-56bc-4575-af89-6edc9a38cd43","309b2cb5-b9a8-417d-b5ae-0a7d03ff93f0","373f199d-f1a6-4a3d-ac83-28741131f313","61f42823-8a48-4b81-a037-664ba1c69f29","62c19f87-1bbc-4309-8781-4519db8b91a2","acd42ebf-6dee-44cc-a023-a7f9b67cfa2f","ea630ba1-22f9-4a10-bdc6-0d03128214f4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DSC","M3C","NCC","OTC","PRM","PZNR","SLD","ZNR"],"rulings":[{"date":"2020-09-25","text":"If Scute Swarm leaves the battlefield before its triggered ability resolves, the token will still enter the battlefield as a copy of Scute Swarm, using Scute Swarm's copiable values from when it was last on the battlefield."},{"date":"2020-09-25","text":"The token copy will have Scute Swarm's ability. It will also be able to create copies of itself."},{"date":"2020-09-25","text":"The token copy won't copy counters or damage marked on Scute Swarm, nor will it copy other effects that have changed Scute Swarm's power, toughness, types, color, and so on. Normally, this means the token will simply be a Scute Swarm, but if any copy effects have affected the original Scute Swarm, the token will take those into account."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["rare"]},"search elemental":{"name":"Search Elemental","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you search your library, scry 1.\nScryfall — Whenever you scry, put a +1/+1 counter on Search Elemental. It can't be blocked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SearchedLibrary","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you search your library, scry 1.","constraint":null,"condition":null,"batched":false},{"mode":"Scry","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you scry, put a +1/+1 counter on ~. It can't be blocked this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"f3d41f6d-1792-4a83-a4e8-d1b6d3ea04a8","metadata":{"source_printing_ids":["b6885228-5eda-4678-a970-82d49b9c4f3a"]},"legalities":{},"printings":["MB2"],"rulings":[{"date":"2024-11-08","text":"For many playtest cards, you’ll need to make a generous assumption that basic game rules would be updated to allow them to work. The Mystery Booster 2 Playtest Card Notes section (reproduced here in individual Gatherer rulings) provides guidance for fitting these cards into the existing rules structure."},{"date":"2024-11-08","text":"Playtest cards aren’t legal for play in any tournament format other than Mystery Booster Limited formats. On the other hand, we expect they will spice up a wide variety of non-tournament games (as long as everyone’s on the same page about using them!)."},{"date":"2024-11-08","text":"Playtest cards use a modified version of game symbols, such as {T} and {W}. These modified symbols should be treated as the standard symbols during play."},{"date":"2024-11-08","text":"Search Elemental doesn’t have a third ability as far as we can tell, but feel free to keep looking."},{"date":"2024-11-08","text":"Search Elemental’s first ability won’t be put onto the stack until after the spell or ability that caused you to search your library finishes resolving."},{"date":"2024-11-08","text":"Search Elemental’s second ability won’t be put onto the stack until after the spell or ability that caused you to scry finishes resolving."}],"rarities":["rare"]},"search for tomorrow":{"name":"Search for Tomorrow","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a basic land card, put it onto the battlefield, then shuffle.\nSuspend 2—{G} (Rather than cast this card from your hand, you may pay {G} and exile it with two time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, you may cast it without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Suspend":{"count":2,"cost":{"type":"Cost","shards":["Green"],"generic":0}}}],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card, put it onto the battlefield, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"MatchesCardCastTiming"}],"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"time","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: At the beginning of your upkeep, if this card is suspended, remove a time counter from it.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"time"},"minimum":1},"batched":false},{"mode":"CounterRemoved","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"SelfRef"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.62a: When the last time counter is removed from this card, if it's exiled, you may play it without paying its mana cost.","constraint":null,"condition":null,"counter_filter":{"counter_type":"time","threshold":0},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"9cdc9f99-c6fa-40cd-90b0-e47d43a8cc3c","metadata":{"source_printing_ids":["029b6d93-0f7a-4df4-8c01-96cbd5e03315","0c65336f-f735-4c35-9278-ad97255eb5bb","4a0c73a9-38a2-4a3d-938e-b81ba166f0ff","4c5e2fbf-87fe-48cd-aeca-e37f0a388a30","54727876-b61e-4138-8df8-1535d93c2920","56f739e8-b4ba-426a-a159-0e0d5a0ebb6f","857818d8-454b-4c2c-8cf2-7aa9c2898b18","a0383f8d-8b8a-4a6b-8756-b27d8351a856","a1a950b3-5083-474a-8f56-fec7637cc402","b145c299-311a-4a76-944e-7d8aabb6857c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CLB","CMR","DMC","HOP","IMA","MMA","PLST","TSP","TSR","WHO"],"rulings":[{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["common"]},"searing spear":{"name":"Searing Spear","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Searing Spear deals 3 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"aafd44c1-74a9-4aa7-a4a2-67eb39a07478","metadata":{"source_printing_ids":["11a94b7c-0216-473c-87a6-71e5a64d7799","44c5f884-d071-40c2-bb2c-925dc2197ea3","55b0ae3d-8f1e-40c4-a32e-5ac42b19f2f2","9154f49f-229f-4362-a8e1-616666a81bee"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["E01","F13","J22","M13","PLST","PRM"],"rarities":["common"]},"season of gathering":{"name":"Season of Gathering","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to five {P} worth of modes. You may choose the same mode more than once.\n{P} — Put a +1/+1 counter on a creature you control. It gains vigilance and trample until end of turn.\n{P}{P} — Choose artifact or enchantment. Destroy all permanents of the chosen type.\n{P}{P}{P} — Draw cards equal to the greatest power among creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain vigilance and trample"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Artifact","Enchantment"]}},"persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3ea060d8-449c-4a5e-8883-b45bd7707b5b","modal":{"min_choices":0,"max_choices":5,"mode_count":3,"mode_descriptions":["Put a +1/+1 counter on a creature you control. It gains vigilance and trample until end of turn.","Choose artifact or enchantment. Destroy all permanents of the chosen type.","Draw cards equal to the greatest power among creatures you control."],"allow_repeat_modes":true,"mode_pawprints":[1,2,3],"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["6e99fa55-2594-434b-9396-95b8f661bd0d","71dd3c27-e0d5-434e-a0f3-4a95245e21c2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Choices made for the first and second modes of Season of Gathering aren't made until the spell is resolving."},{"date":"2024-07-26","text":"If a Season is copied, the effect that creates the copy will usually allow you to choose new targets, but you can't choose new modes."},{"date":"2024-07-26","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose. Each time you select that mode, you can choose a different target, or you can choose the same target."},{"date":"2024-07-26","text":"If all targets for the chosen modes become illegal before the Season resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-07-26","text":"No matter which combination of modes you choose, you always follow the instructions of a Season in the order they are written. If the same mode is chosen more than once, you choose their relative order as you cast the spell."},{"date":"2024-07-26","text":"No player can cast spells or activate abilities in between the modes of a resolving spell."},{"date":"2024-07-26","text":"The pawprint symbol does not represent a cost, mana, counters, or any kind of persistent resource. You can't \"save up\" pawprint symbols from one Season spell to use on a future one, mostly because there isn't anything concrete to save up. They're just pawprints."},{"date":"2024-07-26","text":"You choose the modes as you cast the spell. Once modes are chosen, they can't be changed."},{"date":"2024-07-26","text":"You don't have to choose modes that add up to exactly five pawprints. For example, you could choose the two pawprint mode twice and leave it at that. You could even choose no modes at all. You probably shouldn't, but you could."}],"rarities":["mythic"]},"season of loss":{"name":"Season of Loss","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to five {P} worth of modes. You may choose the same mode more than once.\n{P} — Each player sacrifices a creature of their choice.\n{P}{P} — Draw a card for each creature that died under your control this turn.\n{P}{P}{P} — Each opponent loses X life, where X is the number of creature cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"31b5d0ad-3a4d-4f43-b0a9-c9f7a362680f","modal":{"min_choices":0,"max_choices":5,"mode_count":3,"mode_descriptions":["Each player sacrifices a creature of their choice.","Draw a card for each creature that died under your control this turn.","Each opponent loses X life, where X is the number of creature cards in your graveyard."],"allow_repeat_modes":true,"mode_pawprints":[1,2,3],"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["2a428d58-b376-489e-8224-17a41ef6e81b","cc540652-916b-45c5-ae5a-0a0bc557cee1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"If a Season is copied, the effect that creates the copy will usually allow you to choose new targets, but you can't choose new modes."},{"date":"2024-07-26","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose. Each time you select that mode, you can choose a different target, or you can choose the same target."},{"date":"2024-07-26","text":"If all targets for the chosen modes become illegal before the Season resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-07-26","text":"No matter which combination of modes you choose, you always follow the instructions of a Season in the order they are written. If the same mode is chosen more than once, you choose their relative order as you cast the spell."},{"date":"2024-07-26","text":"No player can cast spells or activate abilities in between the modes of a resolving spell."},{"date":"2024-07-26","text":"The pawprint symbol does not represent a cost, mana, counters, or any kind of persistent resource. You can't \"save up\" pawprint symbols from one Season spell to use on a future one, mostly because there isn't anything concrete to save up. They're just pawprints."},{"date":"2024-07-26","text":"When you're following the instructions from the first mode, first the player whose turn it is chooses which creature they're going to sacrifice, then each other player in turn order does the same. Players will know the choices of previous players when making their choices. Then all chosen creatures are sacrificed by their controllers simultaneously. Repeat this process for each additional time the first mode was chosen."},{"date":"2024-07-26","text":"You choose the modes as you cast the spell. Once modes are chosen, they can't be changed."},{"date":"2024-07-26","text":"You don't have to choose modes that add up to exactly five pawprints. For example, you could choose the two pawprint mode twice and leave it at that. You could even choose no modes at all. You probably shouldn't, but you could."}],"rarities":["mythic"]},"season of the bold":{"name":"Season of the Bold","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to five {P} worth of modes. You may choose the same mode more than once.\n{P} — Create a tapped Treasure token.\n{P}{P} — Exile the top two cards of your library. Until the end of your next turn, you may play them.\n{P}{P}{P} — Until the end of your next turn, whenever you cast a spell, Season of the Bold deals 2 damage to up to one target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":false,"mode":"Play","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"SpellCast","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5fe29c25-a7ad-4c79-a5a5-da1bbc832141","modal":{"min_choices":0,"max_choices":5,"mode_count":3,"mode_descriptions":["Create a tapped Treasure token.","Exile the top two cards of your library. Until the end of your next turn, you may play them.","Until the end of your next turn, whenever you cast a spell, ~ deals 2 damage to up to one target creature."],"allow_repeat_modes":true,"mode_pawprints":[1,2,3],"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["4811acb4-e116-5e6b-8d42-707057b51299"],"source_printing_ids":["84352565-558b-4f9b-a411-532147806a78","e9d88763-35bd-472a-810e-02c795d0c873"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"If a Season is copied, the effect that creates the copy will usually allow you to choose new targets, but you can't choose new modes."},{"date":"2024-07-26","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose. Each time you select that mode, you can choose a different target, or you can choose the same target."},{"date":"2024-07-26","text":"If all targets for the chosen modes become illegal before the Season resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-07-26","text":"No matter which combination of modes you choose, you always follow the instructions of a Season in the order they are written. If the same mode is chosen more than once, you choose their relative order as you cast the spell."},{"date":"2024-07-26","text":"No player can cast spells or activate abilities in between the modes of a resolving spell."},{"date":"2024-07-26","text":"The delayed triggered ability created by the third mode of Season of the Bold resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2024-07-26","text":"The pawprint symbol does not represent a cost, mana, counters, or any kind of persistent resource. You can't \"save up\" pawprint symbols from one Season spell to use on a future one, mostly because there isn't anything concrete to save up. They're just pawprints."},{"date":"2024-07-26","text":"You choose the modes as you cast the spell. Once modes are chosen, they can't be changed."},{"date":"2024-07-26","text":"You don't choose a target for the last mode when Season of the Bold resolves. Instead, until the end of your next turn, a delayed triggered ability goes on the stack whenever you cast a spell. You choose a target for that ability when it goes on the stack. Each player may respond to that ability as normal."},{"date":"2024-07-26","text":"You don't have to choose modes that add up to exactly five pawprints. For example, you could choose the two pawprint mode twice and leave it at that. You could even choose no modes at all. You probably shouldn't, but you could."},{"date":"2024-07-26","text":"You pay all costs and follow all timing rules for cards played with the permission granted by the second mode. For example, if one of the exiled cards is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["mythic"]},"season of the burrow":{"name":"Season of the Burrow","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to five {P} worth of modes. You may choose the same mode more than once.\n{P} — Create a 1/1 white Rabbit creature token.\n{P}{P} — Exile target nonland permanent. Its controller draws a card.\n{P}{P}{P} — Return target permanent card with mana value 3 or less from your graveyard to the battlefield with an indestructible counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Rabbit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Rabbit"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["indestructible",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8e013e51-1684-4f58-8fe1-3588b6fbb5b5","modal":{"min_choices":0,"max_choices":5,"mode_count":3,"mode_descriptions":["Create a 1/1 white Rabbit creature token.","Exile target nonland permanent. Its controller draws a card.","Return target permanent card with mana value 3 or less from your graveyard to the battlefield with an indestructible counter on it."],"allow_repeat_modes":true,"mode_pawprints":[1,2,3],"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["9a2bfa2b-416f-59d3-b8ae-10bc73d26c4f"],"source_printing_ids":["33bf9c60-4e58-48a4-8e53-abef7ab3b671","ba10fbc2-193a-4516-a8dd-8b5f8b33a9de"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"If a Season is copied, the effect that creates the copy will usually allow you to choose new targets, but you can't choose new modes."},{"date":"2024-07-26","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose. Each time you select that mode, you can choose a different target, or you can choose the same target."},{"date":"2024-07-26","text":"If all targets for the chosen modes become illegal before the Season resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-07-26","text":"No matter which combination of modes you choose, you always follow the instructions of a Season in the order they are written. If the same mode is chosen more than once, you choose their relative order as you cast the spell."},{"date":"2024-07-26","text":"No player can cast spells or activate abilities in between the modes of a resolving spell."},{"date":"2024-07-26","text":"The pawprint symbol does not represent a cost, mana, counters, or any kind of persistent resource. You can't \"save up\" pawprint symbols from one Season spell to use on a future one, mostly because there isn't anything concrete to save up. They're just pawprints."},{"date":"2024-07-26","text":"You choose the modes as you cast the spell. Once modes are chosen, they can't be changed."},{"date":"2024-07-26","text":"You don't have to choose modes that add up to exactly five pawprints. For example, you could choose the two pawprint mode twice and leave it at that. You could even choose no modes at all. You probably shouldn't, but you could."}],"rarities":["mythic"]},"season of weaving":{"name":"Season of Weaving","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose up to five {P} worth of modes. You may choose the same mode more than once.\n{P} — Draw a card.\n{P}{P} — Choose an artifact or creature you control. Create a token that's a copy of it.\n{P}{P}{P} — Return each nonland, nontoken permanent to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"BounceAll","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[{"type":"NonToken"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4b473a42-a0c5-43d5-93f9-c599e963a06b","modal":{"min_choices":0,"max_choices":5,"mode_count":3,"mode_descriptions":["Draw a card.","Choose an artifact or creature you control. Create a token that's a copy of it.","Return each nonland, nontoken permanent to its owner's hand."],"allow_repeat_modes":true,"mode_pawprints":[1,2,3],"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["61da9522-3844-4753-8122-d11ae2780a4c","f5713bb4-bdd9-4253-b6b9-e590532ed773"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Any \"enters\" abilities of the copied permanent will trigger when the token enters. Any \"as [this permanent enters\" or \"[this permanent] enters with\" abilities of the chosen permanent will also work."},{"date":"2024-07-26","text":"If a Season is copied, the effect that creates the copy will usually allow you to choose new targets, but you can't choose new modes."},{"date":"2024-07-26","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose. Each time you select that mode, you can choose a different target, or you can choose the same target."},{"date":"2024-07-26","text":"If all targets for the chosen modes become illegal before the Season resolves, the spell won't resolve and none of its effects will happen. If at least one target is still legal, the spell will resolve but will have no effect on any illegal targets."},{"date":"2024-07-26","text":"If the copied permanent is a token, the token that's created copies the original characteristics of that token as stated by the effect that created the token."},{"date":"2024-07-26","text":"If the copied permanent is copying something else, then the token enters as whatever that permanent copied."},{"date":"2024-07-26","text":"No matter which combination of modes you choose, you always follow the instructions of a Season in the order they are written. If the same mode is chosen more than once, you choose their relative order as you cast the spell."},{"date":"2024-07-26","text":"No player can cast spells or activate abilities in between the modes of a resolving spell."},{"date":"2024-07-26","text":"The choice made for the second mode of Season of Weaving isn't made until the spell is resolving."},{"date":"2024-07-26","text":"The pawprint symbol does not represent a cost, mana, counters, or any kind of persistent resource. You can't \"save up\" pawprint symbols from one Season spell to use on a future one, mostly because there isn't anything concrete to save up. They're just pawprints."},{"date":"2024-07-26","text":"The token from the second mode copies exactly what was printed on the original creature or artifact and nothing else (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, or so on. If it is a Vehicle, it is not crewed. If it is an Equipment, it is not attached to any creature."},{"date":"2024-07-26","text":"You choose the modes as you cast the spell. Once modes are chosen, they can't be changed."},{"date":"2024-07-26","text":"You don't have to choose modes that add up to exactly five pawprints. For example, you could choose the two pawprint mode twice and leave it at that. You could even choose no modes at all. You probably shouldn't, but you could."}],"rarities":["mythic"]},"seasoned dungeoneer":{"name":"Seasoned Dungeoneer","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you take the initiative.\nWhenever you attack, target attacking Cleric, Rogue, Warrior, or Wizard gains protection from creatures until end of turn. It explores. (Reveal the top card of your library. Put that card into your hand if it's a land. Otherwise, put a +1/+1 counter on the creature, then put the card back or put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":["Explore"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TakeTheInitiative"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you take the initiative.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Protection":{"CardType":"creatures"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain protection from creatures"}],"duration":"UntilEndOfTurn","target":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Cleric"}],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":[{"Subtype":"Rogue"}],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":[{"Subtype":"Warrior"}],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":null,"properties":[{"type":"Attacking"}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Explore"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, target attacking Cleric, Rogue, Warrior, or Wizard gains protection from creatures until end of turn. It explores.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5ea675aa-88d6-4387-a14d-e606fa9c3aec","metadata":{"source_printing_ids":["2af98a7e-6335-4040-a831-d0911ab89dc5","648d9da3-5790-4d64-8b52-83141d2faf36","7fee3f76-20a8-4621-84fb-ddf79c955532","b2025340-4751-46bd-aeeb-abff2e2d5378"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","SLD"],"rulings":[{"date":"2022-06-10","text":"A player who currently has the initiative may take the initiative again. This causes that player to venture into Undercity again, but does not cause them to have multiple initiative designations."},{"date":"2022-06-10","text":"If the player with the initiative leaves the game, the active player takes the initiative at the same time that player leaves the game. If the active player is leaving the game or if there is no active player, the next player in turn order takes the initiative."},{"date":"2022-06-10","text":"If you aren’t in a dungeon when instructed to venture into Undercity, you will put Undercity into the command zone and move your venture marker to Secret Entrance (the first room)."},{"date":"2022-06-10","text":"If you’re already in a dungeon when instructed to venture into Undercity, you move to the next room of that dungeon. If you are already in the last room, you will complete that dungeon and start Undercity. This is true whether you’re already in Undercity or any other dungeon."},{"date":"2022-06-10","text":"In a Two-Headed Giant game, if both players on a team deal combat damage to the player that has the initiative at the same time, the player with the initiative will choose the order of the triggered abilities. Then, as those abilities resolve, one team member takes the initiative (and ventures into Undercity) and then the other team member does the same. The last player to take the initiative keeps it until the initiative changes again."},{"date":"2022-06-10","text":"Only one player can have the initiative at a time. As one player takes the initiative, any other player that had the initiative ceases to have it."},{"date":"2022-06-10","text":"Similarly, when instructed to venture into Undercity, you can’t start a dungeon that isn’t Undercity."},{"date":"2022-06-10","text":"The initiative is a designation a player can have. A player with the initiative designation is said to “have the initiative.” The initiative carries two inherent rules. First, whenever a player takes the initiative, and at the beginning of the upkeep of the player with the initiative, that player ventures into Undercity. Second, whenever one or more creatures a player controls deal combat damage to the player who has the initiative, the first player takes the initiative. Also, some abilities will refer to having the initiative and provide other benefits."},{"date":"2022-06-10","text":"There is no initiative in a game until an effect instructs a player to take the initiative. Once a player is instructed to do this, they have the initiative until another player takes the initiative."},{"date":"2022-06-10","text":"You cannot venture into Undercity unless instructed to do so, either because you have the initiative at the beginning of your upkeep or because you take the initiative. Notably, if you aren’t in a dungeon and an effect instructs you to venture into the dungeon (not venture into Undercity), you can’t start Undercity."}],"rarities":["rare"]},"second little pig":{"name":"Second Little Pig","mana_cost":{"type":"Cost","shards":["WhiteBlack"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Boar"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{2}{W/B}{W/B}: Second Little Pig perpetually becomes a Boar Spirit with base power and toughness 4/4 and gains flying. Activate only if Second Little Pig isn't a Spirit.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ApplyPerpetual","target":{"type":"Any"},"modification":{"kind":"Become","creature_subtypes":["Boar","Spirit"],"power":4,"toughness":4,"keywords":["Flying"]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["WhiteBlack","WhiteBlack"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{W/B}{W/B}: ~ perpetually becomes a Boar Spirit with base power and toughness 4/4 and gains flying. Activate only if ~ isn't a Spirit.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":null}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"680cb2f5-8c1f-4129-a10d-4fcac83ca38c","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"{2}{W/B}{W/B}: Second Little Pig perpetually becomes a Boar Spirit with base power and toughness 4/4 and gains flying. Activate only if Seco","line_index":0}],"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YWOE"]},"secret of bloodbending":{"name":"Secret of Bloodbending","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":["Lesson"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, you may waterbend {10}.\nYou control target opponent during their next combat phase. If this spell's additional cost was paid, you control that player during their next turn instead. (You see all cards that player could see and make all decisions for them.)\nExile Secret of Bloodbending.","non_ability_text":null,"flavor_name":null,"keywords":["Waterbend"],"abilities":[{"kind":"Spell","effect":{"type":"ControlNextTurn","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"grant_extra_turn_after":false,"window":"NextCombatPhase"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ControlNextTurn","target":{"type":"TriggeringPlayer"},"grant_extra_turn_after":false,"window":"NextTurn"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"You control target opponent during their next combat phase. If this spell's additional cost was paid, you control that player during their next turn instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"743fa824-18cb-4225-ba7b-5b0bbc3c8d41","additional_cost":{"type":"Optional","data":{"cost":{"type":"Waterbend","cost":{"type":"Cost","shards":[],"generic":10}}}},"metadata":{"source_printing_ids":["682fabaf-bfb0-4ee8-b297-f7436c7a68f2","9bb928ae-f636-4aee-9146-a7885e6a8976"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"Controlling a player doesn't allow you to look at that player's sideboard. If an effect instructs that player to choose a card from outside the game, you can't have that player choose any card."},{"date":"2025-10-02","text":"If the targeted player skips their next combat phase or turn, you'll control the next combat phase or turn the affected player actually takes."},{"date":"2025-10-02","text":"In a Two-Headed Giant game, gaining control of a player causes you to gain control of each player on that team."},{"date":"2025-10-02","text":"Multiple player-controlling effects that affect the same player overwrite each other. The last one to be created is the one that works."},{"date":"2025-10-02","text":"The player you're controlling is still the active player during that turn."},{"date":"2025-10-02","text":"While controlling another player, you also continue to make your own choices and decisions."},{"date":"2025-10-02","text":"While controlling another player, you can see all cards in the game that player can see. This includes cards in that player's hand, face-down cards that player controls, and any cards in that player's library the player may look at."},{"date":"2025-10-02","text":"While controlling another player, you make all choices and decisions that player is allowed to make or is told to make. This includes choices about what spells to cast or what abilities to activate, as well as any decisions called for by triggered abilities or for any other reason."},{"date":"2025-10-02","text":"You also can't make any choices or decisions for the player that would be called for by the tournament rules (such as whether to take an intentional draw or whether to call a judge)."},{"date":"2025-10-02","text":"You can use only the affected player's resources (cards, mana, and so on) to pay costs for that player; you can't use your own. Similarly, you can use the affected player's resources only to pay that player's costs; you can't spend them on your costs."},{"date":"2025-10-02","text":"You can't make any illegal decisions or illegal choices—you can't do anything that player couldn't do. You can't make choices or decisions for that player that aren't called for by the game rules or by any cards, permanents, spells, abilities, and so on. If an effect causes another player to make decisions that the affected player would normally make (such as Master Warcraft does), that effect takes precedence. In other words, if the affected player wouldn't make a decision, you wouldn't make that decision on that player's behalf."},{"date":"2025-10-02","text":"You can't make the affected player concede. That player may choose to concede at any time, even while you're controlling that player."},{"date":"2025-10-02","text":"You only control the player. You don't control any of that player's permanents, spells, or abilities."}],"rarities":["mythic"]},"secret summoning":{"name":"Secret Summoning","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Conspiracy"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Hidden agenda (Start the game with this conspiracy face down in the command zone and secretly choose a card name. You may turn this conspiracy face up any time and reveal that name.)\nWhenever a creature you control with the chosen name enters, you may search your library for any number of cards with that name, reveal them, put them into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},{"type":"HasChosenName"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2147483647}},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"HasChosenName"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield","Command"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control with the chosen name enters, you may search your library for any number of cards with that name, reveal them, put them into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"1342ee23-c3a0-4578-833a-e30a9fc9141c","metadata":{"source_printing_ids":["7867db8a-5adc-4fe9-aabd-aa55935e3227"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"banned"},"printings":["CNS"],"rulings":[{"date":"2016-08-23","text":"A conspiracy doesn't count as a card in your deck for purposes of meeting minimum deck size requirements. (In most drafts, the minimum deck size is 40 cards.)"},{"date":"2016-08-23","text":"A conspiracy with hidden agenda that has a triggered ability must be face up before that ability's trigger condition is met in order for it to trigger. Turning it face up afterward won't have any effect."},{"date":"2016-08-23","text":"A conspiracy's static and triggered abilities function as long as that conspiracy is face-up in the command zone."},{"date":"2016-08-23","text":"As a special action, you may turn a face-down conspiracy face up. You may do so any time you have priority. This action doesn't use the stack and can't be responded to. Once face up, the named card is revealed and the conspiracy's abilities will affect the game."},{"date":"2016-08-23","text":"At the end of the game, you must reveal any face-down conspiracies you own in the command zone to all players."},{"date":"2016-08-23","text":"At the end of the game, you must reveal any face-down conspiracies you own in the command zone to all players. Notably, you can't bluff conspiracies with hidden agenda by putting other cards into the command zone face down as the game starts."},{"date":"2016-08-23","text":"Conspiracies are colorless, have no mana cost, and can't be cast as spells."},{"date":"2016-08-23","text":"Conspiracies are never put into your deck. Instead, you put any number of conspiracies from your card pool into the command zone as the game begins. These conspiracies are face up unless they have hidden agenda, in which case they begin the game face down."},{"date":"2016-08-23","text":"Conspiracies aren't legal for any sanctioned Constructed format, but may be included in other Limited formats, such as Cube Draft."},{"date":"2016-08-23","text":"If you play multiple games after the draft, you can name a different card in each new game."},{"date":"2016-08-23","text":"There are several ways to secretly name a card, including writing the name on a piece of paper that's kept with the face-down conspiracy. If you have multiple face-down conspiracies, you may name a different card for each one. It's important that each named card is clearly associated with only one of the conspiracies."},{"date":"2016-08-23","text":"You can look at any player's face-up conspiracies at any time. You'll also know how many face-down conspiracies a player has in the command zone, although you won't know what they are."},{"date":"2016-08-23","text":"You don't have to play with any conspiracy you draft. However, you have only one opportunity to put conspiracies into the command zone, as the game begins. You can't put conspiracies into the command zone after this point."},{"date":"2016-08-23","text":"You must name a Magic card. Notably, you can't name a token."},{"date":"2016-08-23","text":"You name the card as the game begins, as you put the conspiracy into the command zone, not as you turn the face-down conspiracy face up."}],"rarities":["uncommon"]},"secrets of the key":{"name":"Secrets of the Key","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Investigate. If this spell was cast from a graveyard, investigate twice instead. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")\nFlashback {3}{U}","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":3}}}],"abilities":[{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CastFromZone","zone":"Graveyard"}},"optional_targeting":false,"optional":false,"repeat_for":{"type":"Fixed","value":2},"forward_result":false},"duration":null,"description":"Investigate. If this spell was cast from a graveyard, investigate twice instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"55c7ce94-3cd3-42f3-9dd8-0c118fa626c8","metadata":{"related_token_ids":["57ae50b3-6f72-5a02-b3f4-49da0022bfc9","abd6c74d-5223-52c6-8547-c5f8347fb0cb"],"source_printing_ids":["9b022ba8-07b6-4993-99c8-89c6dcb19e60","c136e3ee-5134-480e-a322-69c9ed9b4677"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID"],"rulings":[{"date":"2021-09-24","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2021-09-24","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-09-24","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-09-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-09-24","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-09-24","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["common"]},"seek the beast":{"name":"Seek the Beast","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile the top two cards of your library. Until your next end step, you may play those cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"End","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile the top two cards of your library. Until your next end step, you may play those cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Red"],"scryfall_oracle_id":"555df32f-f8e9-49af-bc4a-1194ea325a97","metadata":{"source_printing_ids":["72c130e2-1e17-4996-a5ae-231155d68261","c6406eba-da58-4264-a213-20e22c1c3bec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","SLP","WOE"],"rarities":["rare"]},"seer of the bright side":{"name":"Seer of the Bright Side","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Assassin"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"This creature enters with two cage counters on it.\nThis creature can't attack or block as long as it has a cage counter on it.\nAt the beginning of your upkeep, remove a cage counter from this creature. When the last cage counter is removed this way, destroy target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"cage","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"when","description":"When the last cage counter is removed this way, destroy target creature an opponent controls"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, remove a cage counter from ~. When the last cage counter is removed this way, destroy target creature an opponent controls.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"CantAttackOrBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"cage"},"minimum":1},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack or block as long as it has a cage counter on it."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"cage","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with two cage counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d7bfea15-ced2-415e-b175-4588186536b4","metadata":{"source_printing_ids":["544949ec-1065-46f9-a10e-3e9976ba75d9"]},"legalities":{},"printings":["UNK"],"rarities":["rare"]},"sefris of the hidden ways":{"name":"Sefris of the Hidden Ways","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever one or more creature cards are put into your graveyard from anywhere, venture into the dungeon. This ability triggers only once each turn. (To venture into the dungeon, enter the first room or advance to the next room.)\nCreate Undead — Whenever you complete a dungeon, return target creature card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"VentureIntoDungeon"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever one or more creature cards are put into your graveyard from anywhere, venture into the dungeon. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":true},{"mode":"DungeonCompleted","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you complete a dungeon, return target creature card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"9b21e056-57e7-4e39-b2b4-2fdf8719d0d2","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5476a08d-7826-4b5b-90b8-56013273a189","d30255f6-e058-476a-b377-2ee4c9178ed1","e7432e83-ae0b-463d-9d5f-b8c319749fa2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","OAFC","SLD"],"rulings":[{"date":"2021-07-23","text":"A player may only have one dungeon in the command zone at a time."},{"date":"2021-07-23","text":"Choosing the dungeon or room to venture into is part of resolving the venture into the dungeon keyword action. Once that choice is made, players may not respond until after the appropriate room ability has triggered."},{"date":"2021-07-23","text":"Dungeon cards are not part of a player's deck or sideboard. In both constructed and limited formats, players can use any dungeon card when they venture into the dungeon."},{"date":"2021-07-23","text":"Dungeons are removed from the game as a state-based action."},{"date":"2021-07-23","text":"If you somehow venture into the dungeon while a room's ability is on the stack, you will continue on in the dungeon. If you're already in the last room, complete that dungeon and start a new one."},{"date":"2021-07-23","text":"Moving into a dungeon room will cause its room ability to trigger."},{"date":"2021-07-23","text":"Once you resolve the last room ability of a dungeon, that dungeon is now completed and is removed from the game."},{"date":"2021-07-23","text":"Sefris of the Hidden Ways' first ability looks only at the type the card has in the graveyard, not the type it had in any other zone. For example, animated lands dying won't cause the ability to trigger. The opposite is also true. For example, if a creature that was cast as an Adventure is countered, it's a creature card in the graveyard and the first ability will trigger."},{"date":"2021-07-23","text":"The player venturing into the dungeon chooses which dungeon they will venture into. They may choose a dungeon that they have already completed this game."},{"date":"2021-07-23","text":"To venture into the dungeon, a player moves their venture marker into the next room of the dungeon they are currently in. If they aren't currently in a dungeon, that player instead chooses a dungeon card from outside the game, puts it into the command zone, and moves their venture marker onto the first room."},{"date":"2021-07-23","text":"You can only move forward (well, downward) in a dungeon, never backwards or sideways."},{"date":"2021-09-24","text":"Sefris of the Hidden Ways must be on the battlefield for its first ability to trigger. It does not trigger when Sefris goes to the graveyard from the battlefield, even if other creature cards also went to the graveyard at the same time."}],"rarities":["mythic"]},"selenia":{"name":"Selenia","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have vigilance.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have vigilance."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"927aeb03-6491-4c3f-b01b-2a96b0ce6707","legalities":{},"printings":["PVAN"]},"selesnya guildgate":{"name":"Selesnya Guildgate","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Gate"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped.\n{T}: Add {G} or {W}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Green","White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G} or {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"75b235d3-595a-4859-be45-9559d8445db5","metadata":{"source_printing_ids":["4c1d26ae-d775-4cd4-afc1-139021d77543","6718d4e7-768e-473f-8064-a68422e977f6","69ea39da-93c8-4806-8f93-10f71fb8c62e","6d5ee7a5-937a-4c2b-af8c-6e5734677c53","72c75557-640e-449c-a545-546e98f4231c","90198725-0cd3-4650-9575-c22674aa4185","b48471b4-fb3f-4910-b2d0-5c08cfd44f51","bd753820-0a53-402d-bffe-11d94d054e3c","c65f7fe6-faca-4911-b7bf-72f081dd5fea","e31ce388-316a-4b50-aa77-888c8975ba21","e9b50917-6b95-41b8-86c7-1f4c8204d099","edcd3a31-6ba8-4b72-a134-43d53da54c70","ee1db693-5dd9-48de-8520-014d9ad5b596","ff61d4e4-3c8c-48f7-a994-ec2317bbd9a0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["C13","C17","CLU","CMA","DGM","FDN","GRN","MM3","PIO","PLST","RTR","RVR","ZNC"],"rulings":[{"date":"2013-04-15","text":"Gate is not a basic land type."},{"date":"2013-04-15","text":"The subtype Gate has no special rules significance, but other spells and abilities may refer to it."}],"rarities":["common"]},"selfless police captain":{"name":"Selfless Police Captain","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Detective"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature enters with a +1/+1 counter on it.\nWhen this creature leaves the battlefield, put its +1/+1 counters on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":"P1P1","count":null,"mode":"Put","selection":"StackTarget","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, put its +1/+1 counters on target creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ece77a64-8d99-430e-8407-bdb321828d63","metadata":{"source_printing_ids":["1533363c-d95e-46d9-8dce-37f66192d361","4ae38e57-014b-487a-bb03-d45f5fbb927e","fb0fd7bd-10d0-4d29-af88-387d1e07f3b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC","OM1","SPM"],"rarities":["common"]},"selvala, explorer returned":{"name":"Selvala, Explorer Returned","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Parley — {T}: Each player reveals the top card of their library. For each nonland card revealed this way, add {G} and you gain 1 life. Then each player draws a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"FilteredTrackedSetSize","filter":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[]}}},"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":"Parley — {T}: Each player reveals the top card of their library. For each nonland card revealed this way, add {G} and you gain 1 life. Then each player draws a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"b628a39b-c923-473d-900a-1617f47ecb76","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["28c1b84a-a21b-4df1-9fc9-5b387fb56810","54467e0f-fa50-4fd9-957d-892e567a2a08","69195842-c7ce-477b-a04f-06412aff382a","89d4786c-e022-4ae5-9ef3-75886db51f49","9a9fd6b0-bb47-4ab5-968d-3051c0d7a082","bd39ebe5-2725-4cfb-8a94-54e71d55e8b3","cb1ad2b7-bdf1-4c37-9591-edaa271e9fa4","fcd83749-5e4b-4e59-bf8f-821ce647e862"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC","C16","CNS","DMC","MKC","NCC","SLD","VMA"],"rulings":[{"date":"2014-05-29","text":"Except in some very rare cases, the card each player draws will be the card revealed from the top of their library."},{"date":"2014-05-29","text":"If you activate Selvala's ability while casting a spell, and you discover you can't produce enough mana to pay that spell's costs, the spell is reversed. The spell returns to whatever zone you were casting it from. You may reverse other mana abilities you activated while casting the spell, but Selvala's ability can't be reversed. You'll still have whatever mana that ability produced, and each player will have drawn a card."},{"date":"2014-05-29","text":"Selvala's parley ability is a mana ability. It doesn't use the stack and can't be responded to."}],"rarities":["rare"]},"selvala, heart of the wilds":{"name":"Selvala, Heart of the Wilds","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Scout"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature enters, its controller may draw a card if its power is greater than each other creature's power.\n{G}, {T}: Add X mana in any combination of colors, where X is the greatest power among creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyCombination","count":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{G}, {T}: Add X mana in any combination of colors, where X is the greatest power among creatures you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature enters, its controller may draw a card if its power is greater than each other creature's power.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"EventSource"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"OtherThanTriggerObject"}]}}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"1d725121-e50c-42f0-9128-56802f07c89e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2253ed0b-380e-40b9-bbf9-ff14b80dc272","3088aed3-4568-4978-ac4c-6c435b65c083","7d711cb2-4f34-4792-90d7-2be5d329a347","812856be-cf51-42de-96d2-4ac91e71d442","819f30d8-6277-4811-b2c9-f78bc8f86fe7","8cc3323f-cdc7-4368-9ab9-ce8a41085bca","907c790c-d78c-4886-b581-280bd6da70a4","99a3e619-fbdb-406c-9f21-eb582cb878c0","fb87782d-e9c7-440b-bd96-aa043d18e185"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","CN2","ECC","JMP","M3C","PLST","PZ2"],"rulings":[{"date":"2016-08-23","text":"If the new creature isn't on the battlefield as the first ability resolves, use its power when it left the battlefield to determine whether its controller may draw a card. Note that effects that reduced its power before it left the battlefield will apply."},{"date":"2016-08-23","text":"Selvala's last ability is a mana ability. It doesn't use the stack and can't be responded to. If the greatest power among creatures you control is 0 or less at that time, no mana is added."},{"date":"2016-08-23","text":"The new creature's power is compared to the power of each other creature on the battlefield as the first ability resolves. If another creature has the same or higher power than the new creature's power, no one may draw a card."}],"rarities":["mythic"]},"semblance anvil":{"name":"Semblance Anvil","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Imprint — When this artifact enters, you may exile a nonland card from your hand.\nSpells you cast that share a card type with the exiled card cost {2} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile a nonland card from your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"SharesQuality","quality":"CardType","reference":{"type":"ExiledBySource"}}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast that share a card type with the exiled card cost {2} less to cast."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"bbd0c406-c995-46e0-898d-375fdbede203","metadata":{"source_printing_ids":["0380b46d-1660-404d-9d11-705d8809ea46","52f4f1fa-43b8-411c-a151-c90b776fe985","587b9829-b935-4d75-9856-cb614b2aa6df","cce812e6-e781-4108-bfc8-3095aa4f1039"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BRR","SOM"],"rulings":[{"date":"2011-01-01","text":"Artifact, battle, creature, enchantment, instant, kindred, planeswalker, and sorcery are card types."},{"date":"2011-01-01","text":"Semblance Anvil can reduce the amount you pay for a spell's cost that includes {X}. For example, Blaze is a sorcery that costs {X}{R}. If the card exiled with Semblance Anvil is a sorcery, and you want to cast Blaze with X equal to 5, you'll have to pay only {3}{R}. This is true even if the ability states that {X} must be paid with a certain color of mana (as Drain Life does)."},{"date":"2011-01-01","text":"Semblance Anvil takes the total cost to cast a spell into account, not just its mana cost. This includes additional costs (such as kicker) and alternative costs (such as evoke). It also includes cost increases from other sources (such as Lodestone Golem's ability)."},{"date":"2011-01-01","text":"Semblance Anvil won't affect the part of a spell's cost represented by colored mana symbols. For example, a spell that normally costs {1}{U} to cast would cost {U} if it shared a card type with the exiled card."},{"date":"2011-01-01","text":"Semblance Anvil's cost reduction effect is mandatory."},{"date":"2011-01-01","text":"Spells you cast that share multiple card types with the exiled card still cost just {2} less to cast. They don't get a greater cost reduction."}],"rarities":["rare"]},"sensei's divining top":{"name":"Sensei's Divining Top","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}: Look at the top three cards of your library, then put them back in any order.\n{T}: Draw a card, then put this artifact on top of its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":"Library","keep_count":null,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}: Look at the top three cards of your library, then put them back in any order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Draw a card, then put ~ on top of its owner's library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"13575cf9-65c1-4861-b21e-eb2155e07766","metadata":{"source_printing_ids":["4a08ca06-58db-4ce6-b490-be4bea8956a1","696792c7-245a-437e-b495-477b177773ba","72450f69-9f56-44da-8aed-0edccc6ab142","83c01c91-ea01-46c7-b94c-97777b968459","cef87d80-5a31-4233-a6f2-7c26a9388107","e5142b7a-e580-4737-a4aa-2590f6610ceb","f421a21a-763f-479b-bcc3-2abae29098d7"]},"legalities":{"commander":"legal","duel":"banned","legacy":"banned","modern":"banned","oathbreaker":"legal","vintage":"legal"},"printings":["2X2","CHK","EMA","MB2","PLST","PRM","V09"],"rulings":[{"date":"2016-06-08","text":"If Sensei's Divining Top leaves the battlefield while its second ability is on the stack, you'll draw a card and leave Sensei's Divining Top in the zone it's moved to."},{"date":"2016-06-08","text":"Sensei's Divining Top's second ability may be activated in response to its first ability. If so, you'll draw a card, put Sensei's Divining Top on top of your library, and then look at the top three cards and rearrange them."}],"rarities":["uncommon","rare"]},"sentinel sliver":{"name":"Sentinel Sliver","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Sliver creatures you control have vigilance. (Attacking doesn't cause them to tap.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Sliver creatures you control have vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1d0f1186-be6c-45c3-9703-f0c1e13892fb","metadata":{"source_printing_ids":["527b5f67-3b96-40c1-adba-444f28d2bcf7","74c28560-e6ac-4be9-a253-22c4613b0d90","75abe731-5b63-4142-a366-129f3104c94c","7cb2cc85-f4a6-47ad-b94e-f16534d02ae2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","J21","M14","PLST"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn’t provide any additional benefit."},{"date":"2013-07-01","text":"If you change the creature type of a Sliver you control so it’s no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures you control."}],"rarities":["common"]},"sentinel's eyes":{"name":"Sentinel's Eyes","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +1/+1 and has vigilance.\nEscape—{W}, Exile two other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Exile","count":2,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+1 and has vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0a7d6489-b239-4ce8-aea3-7b5d0e436f70","metadata":{"source_printing_ids":["32adc118-b81e-48c2-b7ef-b62e8c3308d6","9f50278a-06fc-4b11-a1d2-d28cd213ff8f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["SOC","THB"],"rulings":[{"date":"2020-01-24","text":"After an escaped spell resolves, it returns to its owner's graveyard if it's not a permanent spell. If it is a permanent spell, it enters the battlefield and will return to its owner's graveyard if it dies later. Perhaps it will escape again—good underworld security is so hard to come by these days."},{"date":"2020-01-24","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2020-01-24","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2020-01-24","text":"If a card with escape is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2020-01-24","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2020-01-24","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2020-01-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."}],"rarities":["common"]},"serpent's soul-jar":{"name":"Serpent's Soul-Jar","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an Elf you control dies, exile it.\n{T}, Pay 2 life: Until end of turn, you may cast a creature spell from among cards exiled with this artifact.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Exile"}]},{"type":"ExiledBySource"}]},"without_paying_mana_cost":false,"mode":"Cast","duration":"UntilEndOfTurn"},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"PayLife","amount":{"type":"Fixed","value":2}}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}, Pay 2 life: Until end of turn, you may cast a creature spell from among cards exiled with ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an Elf you control dies, exile it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5d451958-25f3-4e70-8be2-c832f60f39e9","metadata":{"source_printing_ids":["08ae371f-ce62-475f-89a2-1f8a17cf950f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["KHC"],"rulings":[{"date":"2021-02-05","text":"Players can respond to the triggered ability that exiles the card from your graveyard by removing it in some other way. If the card leaves the graveyard before the ability of Serpent's Soul-Jar exiles it, Serpent's Soul-Jar won't let you cast it."},{"date":"2021-02-05","text":"The activated ability doesn't change when you can cast the creature spell. In most cases, this means during your main phase while the stack is empty, although flash may change this."}],"rarities":["rare"]},"serra angel":{"name":"Serra Angel","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nVigilance (Attacking doesn't cause this creature to tap.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"4b7ac066-e5c7-43e6-9e7e-2739b24a905d","metadata":{"source_printing_ids":["14c86103-ea57-47ef-8249-01b15e1469bc","1941cf19-b1f6-4148-a1de-6d03531f2f1c","1bd88ba4-4b2a-479c-9ff8-e02092afe9de","249a7560-7899-4531-a4cc-499a7aeb3372","27c4f032-0a26-4d21-906f-dd80310a14b8","354aa649-0261-4fb3-ac83-babc0e957be2","3a398d30-2db9-4530-9f68-fb4dd6ebcbd2","3b6ddff0-543a-493d-9ff9-8afa45ff96c7","3c31fb9d-ec0d-4555-814d-62642d52c710","3c53890f-8cf2-42ad-8b5f-66badc99630c","3cee9303-9d65-45a2-93d4-ef4aba59141b","43d2148d-41d9-4af8-bf00-51213fdeeae5","475f2a7b-9bd5-4ad7-868a-7652d06f3f6c","533368eb-9005-45a7-94c1-ef4fa7d5debc","5669f9c8-2e94-47e2-a551-7efff317fb34","5fe2d063-a9b1-4693-9841-923210bf09d7","658b2f11-7420-4fa7-98f0-4f4be2093355","71567cb0-f4f3-4e86-a9d3-c207119a3185","7f9595c6-7de4-4c2e-827e-668dccb0e6fe","8072d00a-82ff-4406-bdf8-1af20cd3a170","82c2befd-8a6d-43ba-97e3-5abae8067adb","8460bbe9-a265-4f6c-bf36-1b4352ea2df4","9067f035-3437-4c5c-bae9-d3c9001a3411","9366c5b9-4ed8-48d8-a74f-90c15a474906","97fa5f07-46ba-408d-a861-bdb1791cc188","9d1d2060-8c4b-4115-ab31-e572ee61a0cc","a7f7e0ec-a5a9-410f-b062-d768aa59ecde","b089b409-2156-4c94-890f-e8804ab5a50c","b16cb23f-52d2-49b2-b07b-39679d695fc1","b56b9131-4f7e-4912-ba47-63ed82f21d1b","b7b4e357-de48-4461-8109-bbb07fff5171","b8c5e74c-96e7-4a1f-93b7-14d776fe4b2d","c3607d52-9b76-4950-a47e-d09f47c1b7e8","ca5d7cd8-33af-4044-9f53-d32ba7a8c69f","cad4c850-097e-4909-87ec-a33ef8f2ba34","ccd7b4cf-1413-4816-8bef-4e7ab101ccd2","d56afc99-5168-4853-afbb-eab32d62c472","d740a59f-0a46-4ad2-90a7-ac8c4d753a38","da497cf0-942e-48a5-943e-16183a4567fd","e430b8c9-9439-4256-9066-e9b57f257fe7","f8ac5006-91bd-4803-93da-f87cf196dd2f","f949cbb1-c8a8-4f26-b12d-c58a0605cb14","fe1e5de6-3f95-4e1c-99ae-574074998d5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","7ED","8ED","9ED","ANB","ATH","CED","CEI","CMA","CMD","DDC","DMR","DOM","DVD","EMA","FBB","FDN","GN3","GNT","IMA","J25","JMP","LEA","LEB","M10","M11","M12","M13","M14","M15","ME4","O90P","OANA","ORI","P30A","P30H","PDOM","PLST","PMDA","PRM","PS11","PTC","PW24","PWOS","SLD","SUM","V15","W16","W17"],"rarities":["uncommon","rare"]},"serra's emissary":{"name":"Serra's Emissary","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs this creature enters, choose a card type.\nYou and creatures you control have protection from the chosen card type.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":{"Protection":"ChosenCardType"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You and creatures you control have protection from the chosen card type."},{"mode":{"PlayerProtection":"ChosenCardType"},"affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You and creatures you control have protection from the chosen card type."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a card type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7a56c6e1-0509-4783-9b29-cf3163977166","metadata":{"source_printing_ids":["216ee3a4-6be1-46f4-87e7-d2e86b0cb65c","8de657fb-e68e-4400-9a12-60aaaa075fc4","b6534049-3045-4546-b1e8-e5b1b0df5f56"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","MH2","PMH2"],"rulings":[{"date":"2021-06-18","text":"The card type choice is a replacement effect, not a triggered ability. It doesn't use the stack and can't be responded to. Notably, if you choose instant, your opponent can't try to cast an instant on the Emissary before it has protection."},{"date":"2021-06-18","text":"You may choose any card type. The ones that may appear in a normal game of Magic are artifact, battle, creature, enchantment, instant, kindred, land, planeswalker, and sorcery. Supertypes such as snow and basic may not be chosen. Subtypes such as Angel, Aura, and Forest also may not be chosen."}],"rarities":["mythic"]},"serum powder":{"name":"Serum Powder","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\nAny time you could mulligan and this card is in your hand, you may exile all the cards from your hand, then draw that many cards. (You can do this in addition to taking mulligans.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Mulligan","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Exile","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Any time you could mulligan and this card is in your hand, you may exile all the cards from your hand, then draw that many cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"4e734493-9cb8-4409-8a30-cc15d519a27e","metadata":{"source_printing_ids":["0936a144-5cc4-4736-a36a-4e69a9b47539","8330afd6-f43a-4955-a704-8f2b963cd0c6","c8753b80-aa9e-4f82-9a02-6b3997169dbb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DST","IMA","MB2"],"rulings":[{"date":"2017-11-17","text":"The cards in your hand are exiled for the rest of the game; they aren't shuffled back into your library if you take another mulligan. Cards exiled are always face up unless the effect that exiled them says they aren't. Be sure to return those cards to your deck for your next game."},{"date":"2017-11-17","text":"You can use Serum Powder's second ability only while it's in your hand. If this card is in your hand, you can choose either to mulligan or to use Serum Powder's ability. Using the ability doesn't prevent you from taking further mulligans, and taking a mulligan doesn't prevent you from using a Serum Powder's ability if you happen to draw one in your new hand."}],"rarities":["rare"]},"sevinne's reclamation":{"name":"Sevinne's Reclamation","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target permanent card with mana value 3 or less from your graveyard to the battlefield. If this spell was cast from a graveyard, you may copy this spell and may choose a new target for the copy.\nFlashback {4}{W} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["White"],"generic":4}}}],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"SelfRef"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"CastFromZone","zone":"Graveyard"},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return target permanent card with mana value 3 or less from your graveyard to the battlefield. If this spell was cast from a graveyard, you may copy this spell and may choose a new target for the copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1b9f9f5b-8712-4f00-90cb-1b7b9970eccc","metadata":{"source_printing_ids":["02ec5dc4-a40d-41d4-ba50-47c494632037","0f055754-58cf-474a-a3a9-59490dbf9dce","18140c53-e8ce-4fce-b302-f56fb0e87380","3b272b9a-9348-4eaa-8978-2fe549182c84","458db878-07ba-42cc-9bee-910957685596","475cd448-5d28-40a4-8f68-0b29696e6ec0","51647010-99f0-4b02-8c91-fdd826db130d","7e68f4df-88ce-4e09-a03c-7edf40bff167","8deab1ef-4219-4767-a3c4-b61250d0ebe0","b61aed9d-81dd-4efc-8769-8307b587289e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","CLB","CMM","DMR","MH3","MKC","OTC","SOC"],"rulings":[{"date":"2019-08-23","text":"If a card in a graveyard has {X} in its mana cost, X is considered to be 0."},{"date":"2019-08-23","text":"If the target card is an illegal target by the time Sevinne's Reclamation tries to resolve, the spell doesn't resolve. You won't copy it if you cast it from a graveyard."},{"date":"2019-08-23","text":"If you cast Sevinne's Reclamation from your graveyard, any abilities that trigger as the permanent card returns to the battlefield will resolve before the copy of Sevinne's Reclamation resolves but after new targets for the copy have been chosen."},{"date":"2019-08-23","text":"The copy that Sevinne's Reclamation creates is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell won't trigger. The copy wasn't cast from a graveyard, so it won't make another copy of itself."},{"date":"2024-06-07","text":"A permanent card is an artifact, battle, creature, enchantment, land, or planeswalker card."},{"date":"2025-06-06","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard if the resulting spell is an instant or sorcery spell by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2025-06-06","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2025-06-06","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2025-06-06","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2025-06-06","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2025-06-06","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare"]},"shackle slinger":{"name":"Shackle Slinger","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast your second spell each turn, choose target creature an opponent controls. If it's tapped, put a stun counter on it. Otherwise, tap it. (If a permanent with a stun counter would become untapped, remove one from it instead.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Tapped"}]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your second spell each turn, choose target creature an opponent controls. If it's tapped, put a stun counter on it. Otherwise, tap it.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"59e8747a-3e3f-48d2-aaee-af94ecee378b","metadata":{"source_printing_ids":["e6cfe383-e483-47e7-99d1-991a06b089bc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"Spells that were cast before Shackle Slinger entered the battlefield count. If Shackle Slinger was the first spell you cast this turn, the next spell you cast this turn is your second spell."}],"rarities":["uncommon"]},"shadow of the second sun":{"name":"Shadow of the Second Sun","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of each of enchanted player's postcombat main phases, there is an additional beginning phase after this phase. (The end step happens after the added untap, upkeep, and draw steps.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"Untap","after":"PostCombatMain","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PostCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of each of enchanted player's postcombat main phases, there is an additional beginning phase after this phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2ee9d018-02c7-43e7-ba2e-95e36d8ac0e8","metadata":{"source_printing_ids":["0da72736-574d-4d99-98ba-3a91c374cd10","d57b700d-2a28-40b5-a6da-1a967c90a601"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"After the additional beginning phase, the game proceeds to the ending phase (unless something has added even more phases; see below)."},{"date":"2024-06-07","text":"Even if the enchanted player doesn't attack with any creatures during combat, they'll still get a postcombat main phase and Shadow of the Second Sun's ability will still trigger."},{"date":"2024-06-07","text":"If multiple phases are added to the same point in your turn, the most recently created phase happens first. For example, say you are enchanted by Shadow of the Second Sun and its ability triggers during your postcombat main phase. Later during that same main phase, another effect gives you an additional combat phase after this main phase. The additional combat will happen first, followed by the additional beginning phase."},{"date":"2024-06-07","text":"If the enchanted player somehow has more than two main phases in a turn, each main phase other than the first one is a postcombat main phase, and Shadow of the Second Sun's ability triggers at the beginning of each of them."},{"date":"2024-06-07","text":"The additional beginning phase all happens during the current turn. Any effects that last \"until your next turn\" or similar won't expire just because they'll go through an additional beginning phase."},{"date":"2024-06-07","text":"The enchanted player's additional beginning phase will be a lot like their normal beginning phase. During the untap step, permanents will phase in or out as appropriate and they'll untap their tapped permanents. Anything they control that triggers \"at the beginning of your upkeep\" or similar will trigger during their upkeep step, and they'll eventually draw a card for their draw step."}],"rarities":["mythic"]},"shadowspear":{"name":"Shadowspear","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1 and has trample and lifelink.\n{1}: Permanents your opponents control lose hexproof and indestructible until end of turn.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent"],"controller":"Opponent","properties":[]},"modifications":[{"type":"RemoveKeyword","keyword":"Hexproof"},{"type":"RemoveKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose hexproof and indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: Permanents your opponents control lose hexproof and indestructible until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 and has trample and lifelink."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"8b27326f-e7b8-4a4d-b589-df459246d19a","metadata":{"source_printing_ids":["0e818a8b-d0b1-4524-91b7-89ee03d12e41","131cb967-9569-4fbf-8143-c410d3a94538","769326d4-60af-4b19-85d9-d96d3acdb56e","90de17d0-1783-48f3-8aef-0b85df6da730","939c6e19-4b27-4023-bb9c-ae440f91e21c","9adf5196-41e9-401c-8ccf-abfad0350f87","b1a74aab-dcf2-426d-9cc5-9ef771d8227a","da507391-4dbd-4fff-8c81-db64bfa4162f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["LTC","PLST","PRM","PTHB","PZA","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, damage previously dealt to a creature with indestructible may cause it to be destroyed if Shadowspear's second ability resolves during that turn."},{"date":"2020-01-24","text":"If a permanent enters the battlefield under an opponent's control with hexproof or indestructible after Shadowspear's second ability resolves, it won't lose that ability unless you activate Shadowspear's second ability again. The same is true if an opponent's permanent gains indestructible or hexproof after Shadowspear's second ability resolves."},{"date":"2020-01-24","text":"You can activate Shadowspear's second ability whether or not it's equipped to a creature."}],"rarities":["rare","mythic"]},"shadrix silverquill":{"name":"Shadrix Silverquill","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, double strike\nAt the beginning of combat on your turn, you may choose two. Each mode must target a different player.\n• Target player creates a 2/1 white and black Inkling creature token with flying.\n• Target player draws a card and loses 1 life.\n• Target player puts a +1/+1 counter on each creature they control.","non_ability_text":null,"flavor_name":null,"keywords":["DoubleStrike","Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":2,"max_choices":2,"mode_count":3,"mode_descriptions":["Target player creates a 2/1 white and black Inkling creature token with flying.","Target player draws a card and loses 1 life.","Target player puts a +1/+1 counter on each creature they control."],"allow_repeat_modes":false,"constraints":[{"type":"DifferentTargetPlayers"}],"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Inkling","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Inkling"],"colors":["White","Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Player"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"2143f413-7baa-4fd6-a7ca-32f52bfa553f","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Optional_YouMay","description":"Flying, double strike\nAt the beginning of combat on your turn, you may choose two. Each mode must target a different player.\n• Target play","line_index":0}],"metadata":{"related_token_ids":["79f22355-f18e-5be9-bef1-cc298e345a56","9850576b-2c35-5cdb-b481-37981bc8177b","aca46592-54ab-50f2-90ae-7dabf972573e"],"source_printing_ids":["214a695b-208e-4fd5-9ceb-23c882eadcf7","23111dba-89f4-4663-aca6-953a209e1bd9","23468e63-2e7a-4e3b-970c-cb57b067d6c1","ab701909-83d6-4d39-9a84-e6a9b2cb38d6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRM","PSTX","SOC","STX","TDC"],"rulings":[{"date":"2021-04-16","text":"You can target a player with the third mode even if they control no creatures."},{"date":"2021-04-16","text":"You may choose exactly zero modes or two modes. You can't choose only one mode. If you choose two modes, you choose which two and the target players as you put the triggered ability on the stack."}],"rarities":["mythic"]},"shalai and hallar":{"name":"Shalai and Hallar","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel","Elf"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nWhenever one or more +1/+1 counters are put on a creature you control, Shalai and Hallar deals that much damage to target opponent.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever one or more +1/+1 counters are put on a creature you control, ~ deals that much damage to target opponent.","constraint":null,"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"e7604cd9-d00d-4957-82c9-46a7cdb88209","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0dcb27cd-e5f1-46c6-b7cf-33fa90335459","80804f25-efc3-44a2-bbae-9a97fec98009"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC"],"rarities":["mythic"]},"shanid, sleepers' scourge":{"name":"Shanid, Sleepers' Scourge","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Menace\nOther legendary creatures you control have menace.\nWhenever you play a legendary land or cast a legendary spell, you draw a card and you lose 1 life.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"LandPlayed","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you play a legendary land, you draw a card and you lose 1 life.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a legendary spell, you draw a card and you lose 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"},{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Menace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other legendary creatures you control have menace."}],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"70e03c58-194f-443d-ab64-646dd14d2f53","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1b0fb859-055d-4aa1-814c-0894cd2ccd4a","2656728b-33b1-4db7-8ad0-f5053fa00286"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DMC"],"rulings":[{"date":"2022-09-09","text":"A legendary land entering the battlefield without being played does not cause Shanid’s last ability to trigger."},{"date":"2022-09-09","text":"If casting a legendary spell causes Shanid’s last ability to trigger, that ability goes on the stack above the spell that caused it to trigger and resolves first. It resolves even if that spell is countered or otherwise left the stack."}],"rarities":["mythic"]},"shapeshifter":{"name":"Shapeshifter","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Shapeshifter"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"7-*"},"loyalty":null,"defense":null,"oracle_text":"As this creature enters, choose a number between 0 and 7.\nAt the beginning of your upkeep, you may choose a number between 0 and 7.\nShapeshifter's power is equal to the last chosen number and its toughness is equal to 7 minus that number.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: ~'s power is equal to the last chosen number and its toughness is equal to 7 minus that number."},"cost":null,"sub_ability":null,"duration":null,"description":"~'s power is equal to the last chosen number and its toughness is equal to 7 minus that number.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"NumberRange":{"min":0,"max":7}},"persist":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may choose a number between 0 and 7.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"NumberRange":{"min":0,"max":7}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a number between 0 and 7.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"82a6d89d-9215-4540-b7d5-26cdd6afb05b","metadata":{"source_printing_ids":["0b9d1526-9888-41bc-b77d-88d62325e0b2","37e71c66-cec3-4e17-98a9-e8882c340e43","649dadb0-bff4-47fd-b110-6228d90b526b","8d3974c2-cdb4-4d5d-868c-a2f0aaf381c4","a0aca05e-87c0-4c50-af47-37c61c55934d","cc278af4-b60d-41b7-b9d7-36c8aefca1a7","f15f2638-3895-459a-84af-fb91de06c395"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","5ED","ATQ","ME4","REN","RIN"],"rulings":[{"date":"2008-08-01","text":"The ability that lets you choose a new number is a triggered ability that triggers only once each upkeep."},{"date":"2008-08-01","text":"The ability that sets its power and toughness is a characteristic-defining ability. This means it applies before any other effects that modify power and/or toughness."}],"rarities":["uncommon","rare"]},"shared animosity":{"name":"Shared Animosity","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control attacks, it gets +1/+0 until end of turn for each other attacking creature that shares a creature type with it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"Attacking"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"TriggeringSource"}}]}}}},"toughness":{"type":"Fixed","value":0},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control attacks, it gets +1/+0 until end of turn for each other attacking creature that shares a creature type with it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a27445db-33f2-4571-98b5-83206b797484","metadata":{"source_printing_ids":["1bd77ae9-c5ba-44af-80e9-7c852722ef6c","299a807e-21cb-4b49-ad2b-c9ce7eef393a","7e735f1a-3925-43f8-bc95-2cadcd44d5e0","bb7a56c4-5f20-4fd0-8f95-44061dec1df8","ca5feaf7-3ca0-4ad7-b56b-b76d39e4bec7","fe332c46-90f0-4cc0-8bf1-35a3934ff8a0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C20","E02","LCC","LTC","MOR","WOT"],"rulings":[{"date":"2008-04-01","text":"In a Two-Headed Giant game, only creatures you control trigger the ability and get the bonus, but your teammate's attacking creatures are included in the calculation of those bonuses."},{"date":"2008-04-01","text":"This ability counts creatures, not creature types. For example, if you attack with five creatures — an Elf Shaman, an Elf Warrior, a Goblin Shaman, an Elemental, and a creature with all creature types — the ability will trigger five times. Those creatures will get +3/+0, +2/+0, +2/+0, +1/+0, and +4/+0, respectively."}],"rarities":["rare"]},"shared trauma":{"name":"Shared Trauma","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Join forces — Starting with you, each player may pay any amount of mana. Each player mills X cards, where X is the total amount of mana paid this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":"Join forces — Starting with you, each player may pay any amount of mana. Each player mills X cards, where X is the total amount of mana paid this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"starting_with":"You"}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ef9b7588-9bf0-4632-ae5d-1dfebc4d88eb","metadata":{"source_printing_ids":["58f562e0-6a7f-4795-9cca-1ce5f9c9ee18"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CM2","CMD"],"rarities":["rare"]},"shark shredder, killer clone":{"name":"Shark Shredder, Killer Clone","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Shark","Octopus","Ninja"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Sneak {3}{B}{B}\nFirst strike\nWhenever Shark Shredder deals combat damage to a player, put up to one target creature card from that player's graveyard onto the battlefield under your control. It enters tapped and attacking that player.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike",{"Sneak":{"type":"Cost","shards":["Black","Black"],"generic":3}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":true,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, put up to one target creature card from that player's graveyard onto the battlefield under your control. It enters tapped and attacking that player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"dabd0867-ee3f-40cb-8314-b4a3966f8b24","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["8f946b3d-7d2a-4210-a909-d16078757e3b","99841fff-706c-469a-8551-6d397b0d6f8a","f2bc8cc8-715b-42a3-83fe-25972b5cbfe1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"Although a creature put onto the battlefield this way is attacking, it was never declared as an attacking creature. Abilities that trigger whenever a creature attacks won't trigger when that creature enters attacking."},{"date":"2026-01-27","text":"If Shark Shredder deals combat damage to a player during the first strike combat damage step and its last ability returns a creature with first strike, the returned creature will still deal combat damage during the regular combat damage step. If the returned creature has double strike, it will deal combat damage only once during that regular combat damage step."},{"date":"2026-01-27","text":"If a creature spell's sneak cost was paid, the creature it becomes enters tapped and attacking the same player, planeswalker, or battle as the creature that was returned to its owner's hand to pay its sneak cost. This is a rule specific to sneak; in other cases, when a creature is put onto the battlefield attacking, that creature's controller chooses which player, planeswalker, or battle it's attacking."},{"date":"2026-01-27","text":"In the case where Shark Shredder deals combat damage to a player during the regular combat damage step (probably because another effect granted Shark Shredder double strike), the creature returned with Shark Shredder's last ability won't deal combat damage at all during that combat phase."},{"date":"2026-01-27","text":"Spells can only be cast for their sneak costs any time you could play an instant during the declare blockers step on your turn (after your opponent has decided whether to block)."}],"rarities":["rare"]},"sharuum the hegemon":{"name":"Sharuum the Hegemon","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen Sharuum enters, you may return target artifact card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may return target artifact card from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"037e7fc9-3aa6-484c-a2c8-43009e45f1d8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2d7373e7-385f-4887-b1c7-af6d422dd70a","6589eaa8-95ec-4c97-8155-185487560ae6","af80ef38-ab95-476f-b0dd-b5ef3e9bceab","f8896272-4806-40ba-94fd-51310269aa07"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","ALA","BRC","C13","C16","OC13","V11"],"rulings":[{"date":"2020-08-07","text":"If Sharuum the Hegemon is put into your graveyard as a state-based action immediately after Sharuum the Hegemon enters the battlefield (most likely due to the \"legend rule\") it can be the artifact card targeted by its own ability."}],"rarities":["rare","mythic"]},"shatterskull smashing":{"name":"Shatterskull Smashing","mana_cost":{"type":"Cost","shards":["X","Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Shatterskull Smashing deals X damage divided as you choose among up to two target creatures and/or planeswalkers. If X is 6 or more, Shatterskull Smashing deals twice X damage divided as you choose among them instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CostXPaid"}},"comparator":"GE","rhs":{"type":"Fixed","value":6}}},"optional_targeting":false,"optional":false,"distribute":{"type":"Damage"},"forward_result":false},"duration":null,"description":"~ deals X damage divided as you choose among up to two target creatures and/or planeswalkers. If X is 6 or more, ~ deals twice X damage divided as you choose among them instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"distribute":{"type":"Damage"},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"78301998-fd9b-4cd5-afad-dbcb43cac2a7","metadata":{"source_printing_ids":["243d374f-5b40-4cff-99f5-079ba873d44b","bc7239ea-f8aa-4a6f-87bd-c35359635673"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2020-09-25","text":"If X is 6 or more, you divide twice X damage; you don't assign X damage and then double that damage."},{"date":"2020-09-25","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2020-09-25","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2020-09-25","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2020-09-25","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2020-09-25","text":"If one of the targets becomes illegal for Shatterskull Smashing, the original division of damage still applies to the still-legal target, but the damage that would have been dealt to the illegal target isn't dealt at all."},{"date":"2020-09-25","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2020-09-25","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2020-09-25","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2020-09-25","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2020-09-25","text":"You divide the damage as you cast Shatterskull Smashing, not as it resolves. If you choose two targets, each target must be assigned at least 1 damage."}],"rarities":["mythic"]},"shatterskull, the hammer pass":{"name":"Shatterskull, the Hammer Pass","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this land enters, you may pay 3 life. If you don't, it enters tapped.\n{T}: Add {R}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":3}},"decline":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, you may pay 3 life. If you don't, it enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"78301998-fd9b-4cd5-afad-dbcb43cac2a7","metadata":{"source_printing_ids":["243d374f-5b40-4cff-99f5-079ba873d44b","bc7239ea-f8aa-4a6f-87bd-c35359635673"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PZNR","ZNR"],"rarities":["mythic"]},"shauku, endbringer":{"name":"Shauku, Endbringer","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nShauku can't attack if there's another creature on the battlefield.\nAt the beginning of your upkeep, you lose 3 life.\n{T}: Exile target creature and put a +1/+1 counter on Shauku.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Exile target creature and put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you lose 3 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"CantAttack","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack if there's another creature on the battlefield."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"49478593-29ff-4e5a-b1e8-6462c2d6176d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["06d94b21-7568-4e5c-a8ec-ff5bb48a4f36"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rarities":["rare"]},"she-hulk, wallbreaker":{"name":"She-Hulk, Wallbreaker","mana_cost":{"type":"Cost","shards":["Red"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Gamma","Hero"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Trample\nOther Heroes you control have trample.\nWhenever a Hero you control becomes blocked, put a +1/+1 counter on that Hero for each creature blocking it.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"BlockingSource"}]}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Hero"}],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a Hero you control becomes blocked, put a +1/+1 counter on that Hero for each creature blocking it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Hero"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Heroes you control have trample."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c8d74a25-78a9-46ad-ab24-97f6221fd8dd","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["8c57fb16-f4a3-437c-be27-d1c00a2be01e","aafc6c5c-ee69-4619-bcdf-8a7a6be16eea"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"shelldock isle":{"name":"Shelldock Isle","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Hideaway 4 (When this land enters, look at the top four cards of your library, exile one face down, then put the rest on the bottom in a random order.)\nThis land enters tapped.\n{T}: Add {U}.\n{U}, {T}: You may play the exiled card without paying its mana cost if a library has twenty or fewer cards in it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Hideaway":4}],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":true,"mode":"Play"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{U}, {T}: You may play the exiled card without paying its mana cost if a library has twenty or fewer cards in it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Exile","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"HideawayConceal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.75a: Hideaway 4 — when this permanent enters, look at the top 4 cards of your library, exile one face down, and put the rest on the bottom in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"f748b2fb-6c2a-400a-8e96-fa4e4a1dfe80","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Hideaway 4 (When this land enters, look at the top four cards of your library, exile one face down, then put the rest on the bottom in a ran","line_index":0}],"metadata":{"source_printing_ids":["1ce8a4de-02ea-4efd-873d-8d936d5b6893","4216656e-90e8-45fc-a0f6-0d0d79d0a021","85439d4e-9dac-4ed8-82ca-b9631b41dfb4","e093eb73-3780-4735-9e6b-fb4f621978e9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA3","LRW","PLST","SLD"],"rulings":[{"date":"2007-10-01","text":"It doesn't matter which library has twenty or fewer cards in it, and you don't have to specify a library."},{"date":"2022-04-29","text":"\"Hideaway N\" means \"When this permanent enters the battlefield, look at the top N cards of your library. Exile one of them face down and put the rest on the bottom of your library in a random order. The exiled card gains 'The player who controls the permanent that exiled this card may look at this card in the exile zone.'\""},{"date":"2022-04-29","text":"Any player who has controlled a permanent with a hideaway ability since a card was exiled with it may look at that card."},{"date":"2022-04-29","text":"Hideaway now causes you to put the rest of the cards on the bottom of your library in a random order instead of any order."},{"date":"2022-04-29","text":"Previously, permanents with hideaway entered the battlefield tapped. This ability has been removed from the definition of hideaway. Older cards have received errata to have an additional paragraph that reads \"[This permanent] enters the battlefield tapped,\" and they now have hideaway 4."}],"rarities":["rare"]},"shelob, child of ungoliant":{"name":"Shelob, Child of Ungoliant","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spider","Demon"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Deathtouch, ward {2}\nOther Spiders you control have deathtouch and ward {2}.\nWhenever another creature dealt damage this turn by a Spider you controlled dies, create a token that's a copy of that creature, except it's a Food artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life,\" and it loses all other card types.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch",{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetCardTypes","core_types":["Artifact"]},{"type":"AddSubtype","subtype":"Food"},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{2}, {t}, sacrifice ~: you gain 3 life,","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature dealt damage this turn by a Spider you controlled dies, create a token that's a copy of that creature, except it's a Food artifact with \"{2}, {T}, Sacrifice ~: You gain 3 life,\" and it loses all other card types.","constraint":null,"condition":{"type":"DealtDamageThisTurnBySource","source":{"type":"Typed","type_filters":[{"Subtype":"Spider"}],"controller":"You","properties":[]}},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Spider"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"},{"type":"AddKeyword","keyword":{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spiders you control have deathtouch and ward {2}."}],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"8372115d-c963-4a41-8759-72f7f6a8935a","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["43d427a8-a237-4053-b90d-0f1dd249e9c1","8d2138bd-da85-46af-8f22-fe8b737f6080","8fe493a5-2a7c-4fa1-9ef1-d358db0e0c70","a14c4b29-3363-45ce-9190-0f79e1a0ef7f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"as [this creature] enters the battlefield\" or \"[this creature] enters the battlefield with\" abilities of the chosen creature will also work."},{"date":"2023-06-16","text":"Except for being a Food artifact, having the listed activated ability, and losing all other card types and subtypes, the token copies only what was printed on the original creature (unless that creature is copying something else; see below). It doesn't copy whether that creature was tapped or untapped, whether it had any counters on it or Auras or Equipment attached to it, or any non-copy effects that had changed its power, toughness, types, color, or so on."},{"date":"2023-06-16","text":"If the copied creature has {X} in its mana cost, X is considered to be 0."},{"date":"2023-06-16","text":"If the copied creature is a token, the new token that's created copies the original characteristics of that token as stated by the effect that created that token, with the exceptions noted above."},{"date":"2023-06-16","text":"If the copied creature is copying something else, then the token enters the battlefield as whatever that creature copied, with the exceptions noted above."},{"date":"2023-06-16","text":"Since the token is a Food artifact and not a creature, it can't attack or block unless it becomes a creature somehow."},{"date":"2023-06-16","text":"The token copies the creature as it last existed on the battlefield before it died, not as it exists in the graveyard."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["rare"]},"sheoldred":{"name":"Sheoldred","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Praetor"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhen Sheoldred enters, each opponent sacrifices a nontoken creature or planeswalker of their choice.\n{4}{B}: Exile Sheoldred, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery and only if an opponent has eight or more cards in their graveyard.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":4}},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{4}{B}: Exile ~, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery and only if an opponent has eight or more cards in their graveyard.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"GraveyardSize","player":{"type":"Opponent","aggregate":"Max"}}},"comparator":"GE","rhs":{"type":"Fixed","value":8}}}},{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[{"type":"NonToken"}]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent sacrifices a nontoken creature or planeswalker of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"97652492-7906-4d79-983c-fa1dc1239eba","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7367ddfd-508e-49de-9428-3384bbe80b55","bf2249e6-af74-4b88-8eb7-144ce8fa7f6b","c9063b1d-573a-4979-8cb3-4afe4eee66d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"Once you’ve activated Sheoldred’s last ability, it doesn’t matter what happens to the number of cards in opponents’ graveyards. The ability will resolve even if no opponent has eight or more cards in their graveyard by that time."},{"date":"2023-04-14","text":"To resolve Sheoldred’s enters-the-battlefield ability in a multiplayer game, the next opponent in turn order (or, if it’s an opponent’s turn, the opponent whose turn it is) chooses a creature they control to sacrifice. Then each other opponent in turn order does the same. Then those creatures are sacrificed at the same time."},{"date":"2023-04-14","text":"To resolve chapter II of The True Scriptures in a multiplayer game, the next opponent in turn order (or, if it’s an opponent’s turn, the opponent whose turn it is) chooses three cards in hand. Any opponent who has fewer than three cards in hand chooses all cards they have in hand. They set the chosen cards aside without revealing them. Then each other opponent in turn order does the same. Next, all chosen cards are revealed and discarded at the same time. Then, each opponent mills three cards."},{"date":"2023-04-14","text":"You can activate Sheoldred’s last ability if any opponent has eight or more cards in their graveyard, not necessarily all of them."}],"rarities":["mythic"]},"sheoldred's edict":{"name":"Sheoldred's Edict","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Each opponent sacrifices a nontoken creature of their choice.\n• Each opponent sacrifices a creature token of their choice.\n• Each opponent sacrifices a planeswalker of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Token"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"217062f5-96f1-454c-9507-17f34ef37070","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Each opponent sacrifices a nontoken creature of their choice.","Each opponent sacrifices a creature token of their choice.","Each opponent sacrifices a planeswalker of their choice."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["01812e27-4bb5-4e70-8c60-beb93dba4cb2","838201e5-42ec-426e-b24d-6ca77140cd07","9070d77d-4a41-4f22-9579-06a7db5a520e","a9225cc3-90f0-448f-a8d9-7c6c2796d077","c32ae26c-cba4-4226-8a60-62fd95558ce8","d7d6e50e-d339-49b5-ab97-4b38bba7c187","dca66a1b-0acd-4b79-b5fe-16f2930f9c1b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE","PLG24","PLST","SOA"],"rarities":["uncommon","rare"]},"sheoldred, the apocalypse":{"name":"Sheoldred, the Apocalypse","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Praetor"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever you draw a card, you gain 2 life.\nWhenever an opponent draws a card, they lose 2 life.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you draw a card, you gain 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws a card, they lose 2 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"34f34409-326d-4994-a0ea-1a69aa278f03","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5ee7c1b3-36c3-4f81-a45d-f34331db5b18","8df6603a-38c1-4d18-8b84-6211e9a7cc09","95ebbb6d-04f8-42ec-a1b7-6ca67994b8d3","a9494e5f-bfd2-45b0-b324-fd1407d9b644","d67be074-cdd4-41d9-ac89-0a0456c4e4b2","fc5be7df-16e0-494c-b960-19fd64d57b35"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU"],"rulings":[{"date":"2022-09-09","text":"If you and an opponent draw a card at the same time, you choose the order that the triggered abilities will resolve in."}],"rarities":["mythic"]},"shichifukujin dragon":{"name":"Shichifukujin Dragon","mana_cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":6},"card_type":{"supertypes":[],"core_types":[],"subtypes":[]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"When Shichifukujin Dragon comes into play, put seven +1/+1 counters on it.\n{R}{R}{R}, Sacrifice two +1/+1 counters: Put three +1/+1 counters on Shichifukujin Dragon at end of turn. Play this ability as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":0}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[]},"count":2}]},"sub_ability":null,"duration":null,"description":"{R}{R}{R}, Sacrifice two +1/+1 counters: Put three +1/+1 counters on ~ at end of turn. Play this ability as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":{"Unknown":"When ~ comes into play"},"execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":7},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ comes into play, put seven +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2cb8ba8e-58a5-4a2b-85c1-4abb388c3293","legalities":{},"printings":["PCEL"]},"shifting woodland":{"name":"Shifting Woodland","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control a Forest.\n{T}: Add {G}.\nDelirium — {2}{G}{G}: This land becomes a copy of target permanent card in your graveyard until end of turn. Activate only if there are four or more card types among cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"duration":"UntilEndOfTurn"},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","Green"],"generic":2}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Delirium — {2}{G}{G}: ~ becomes a copy of target permanent card in your graveyard until end of turn. Activate only if there are four or more card types among cards in your graveyard.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"ZoneCardTypeCountAtLeast","zone":"Graveyard","count":4}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control a Forest.","condition":{"type":"UnlessControlsSubtype","subtypes":["Forest"]},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7c2a4fe5-43e8-4e20-bef2-0278d18afc4b","metadata":{"source_printing_ids":["059164e1-894d-4586-9800-e60d6fbd6eb6","890e97b5-6750-4fae-8481-1244e311da7e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Any effects that applied to Shifting Woodland before it becomes a copy of another card will continue to apply after it becomes a copy. The same is true of any counters that are on Shifting Woodland."},{"date":"2024-06-07","text":"Because Shifting Woodland isn't entering the battlefield when it becomes a copy of a card, any \"When [this creature] enters the battlefield\" or \"[This creature] enters the battlefield with\" abilities of the copied card won't apply."},{"date":"2024-06-07","text":"If a card in your graveyard has {X} in its mana cost, X is considered to be 0."},{"date":"2024-06-07","text":"Shifting Woodland copies exactly what was printed on the original card and nothing else. It doesn't copy any information about the object the card was before it was put into your graveyard."},{"date":"2024-06-07","text":"You must already control a Forest as Shifting Woodland enters the battlefield for it to enter untapped. If it enters the battlefield at the same time as a Forest when you control no other Forests, it will enter tapped."}],"rarities":["rare"]},"shiko and narset, unified":{"name":"Shiko and Narset, Unified","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Spirit","Dragon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nFlurry — Whenever you cast your second spell each turn, copy that spell if it targets a permanent or player, and you may choose new targets for the copy. If you don't copy a spell this way, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TriggeringSpellTargetsFilter","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},{"type":"Player"}]}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your second spell each turn, copy that spell if it targets a permanent or player, and you may choose new targets for the copy. If you don't copy a spell this way, draw a card.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"40ed32a6-ad56-48c7-aecf-b4238c34c212","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5a42fc7d-52ac-4e95-9e04-8f8fa7f687c8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TDC"],"rulings":[{"date":"2025-04-04","text":"A resolving copy of a permanent spell becomes a token. That token isn’t “created” and won’t interact with abilities that care about tokens being created."},{"date":"2025-04-04","text":"An Aura spell requires a target, as defined by its enchant ability."},{"date":"2025-04-04","text":"If the copied spell divides damage or distributes counters among a number of targets, the division and number of targets can’t be changed. If you choose new targets, you must choose the same number of targets."},{"date":"2025-04-04","text":"If the second spell you cast targets a permanent or player, you must copy that spell, even if it won’t be possible to choose legal targets for the copy. You can’t choose not to copy it in order to draw a card."},{"date":"2025-04-04","text":"If the spell that’s copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2025-04-04","text":"If the spell that’s copied is modal (that is, it says “Choose one —” or the like), the copy will have the same mode or modes. You can’t choose different ones."},{"date":"2025-04-04","text":"Shiko and Narset, Unified’s last ability and the copy it creates resolve before the spell it’s copying. They resolve even if the original spell is countered before the copy is created."},{"date":"2025-04-04","text":"Spells that were cast before a permanent with flurry count. If that permanent was the first spell you cast that turn, the next spell you cast that turn is your second spell."},{"date":"2025-04-04","text":"The copy is created on the stack, so it’s not “cast.” Abilities that trigger when a player casts a spell won’t trigger."},{"date":"2025-04-04","text":"The copy will have the same targets unless you choose new ones. You may change any number of the targets, including all of them or none of them. The new targets must be legal."},{"date":"2025-04-04","text":"You can’t choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["mythic"]},"shilgengar, sire of famine":{"name":"Shilgengar, Sire of Famine","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Demon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nSacrifice another creature: Create a Blood token. If you sacrificed an Angel this way, create a number of Blood tokens equal to its toughness instead.\n{W/B}{W/B}{W/B}, Sacrifice six Blood tokens: Return each creature card from your graveyard to the battlefield with a finality counter on it. Those creatures are Vampires in addition to their other types.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Blood","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Blood"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":1},"sub_ability":{"kind":"Activated","effect":{"type":"Token","name":"Blood","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Blood"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"CostPaidObject"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CostPaidObjectMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Angel"}],"controller":null,"properties":[]}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Sacrifice another creature: Create a Blood token. If you sacrificed an Angel this way, create a number of Blood tokens equal to its toughness instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"enter_with_counters":[["finality",{"type":"Fixed","value":1}]]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["WhiteBlack","WhiteBlack","WhiteBlack"],"generic":0}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Blood"}],"controller":null,"properties":[{"type":"Token"}]},"count":6}]},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TrackedSet","id":0},"modifications":[{"type":"AddSubtype","subtype":"Vampire"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"are Vampires in addition to their other types"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{W/B}{W/B}{W/B}, Sacrifice six Blood tokens: Return each creature card from your graveyard to the battlefield with a finality counter on it. Those creatures are Vampires in addition to their other types.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","White"],"scryfall_oracle_id":"71ac4d8c-5b58-4ea8-996b-f0289717c4bb","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["30b07a0a-3f08-54ee-be36-82e81be8faf5"],"source_printing_ids":["3f0c7ff3-e483-41f3-b49f-7cdc261527c0","68425ba0-7216-46aa-a9c3-c552e4a44203","9e6aba35-bee5-4058-a2df-d73506d225c2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Finality counters aren't keyword counters, and a finality counter doesn't give any abilities to the permanent it's on. If that permanent loses its abilities and then would go to a graveyard, it will still be exiled instead."},{"date":"2024-06-07","text":"Finality counters don't stop permanents from going to zones other than the graveyard from the battlefield. For example, if a permanent with a finality counter on it would be put into its owner's hand from the battlefield, it does so normally."},{"date":"2024-06-07","text":"Finality counters work on any permanent, not only creatures. If a permanent with a finality counter on it would go to a graveyard from the battlefield, exile it instead."},{"date":"2024-06-07","text":"If you sacrificed an Angel to pay the cost of Shilgengar's second ability, use the toughness of that Angel as it last existed on the battlefield to determine how many Blood tokens to create."},{"date":"2024-06-07","text":"Multiple finality counters on a single permanent are redundant."},{"date":"2025-01-24","text":"If an effect refers to a Blood token, it means any artifact token with the subtype Blood, even if it has gained other subtypes."},{"date":"2025-01-24","text":"Some triggered abilities trigger \"whenever you sacrifice a Blood token.\" These abilities trigger regardless of why you sacrificed that Blood token."},{"date":"2025-01-24","text":"You can't sacrifice a Blood token to pay multiple costs."}],"rarities":["rare"]},"shimmerwilds growth":{"name":"Shimmerwilds Growth","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant land\nAs this Aura enters, choose a color.\nEnchanted land is the chosen color.\nWhenever enchanted land is tapped for mana, its controller adds an additional one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1},"contribution":"Additional"},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"TriggeringPlayer"}},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted land is tapped for mana, its controller adds an additional one mana of the chosen color.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddChosenColor"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted land is the chosen color."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"c63402b2-1f8c-4004-82d8-48ea26bfe3fc","metadata":{"source_printing_ids":["c122719c-f0d1-4170-a0d1-d62172df1d21"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rulings":[{"date":"2025-11-17","text":"If Shimmerwilds Growth is somehow on the battlefield without a chosen color, its last ability won't add any mana."},{"date":"2025-11-17","text":"Shimmerwilds Growth's last ability is a mana ability. It doesn't use the stack and can't be responded to."}],"rarities":["uncommon"]},"shining armor":{"name":"Shining Armor","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this Equipment enters, attach it to target Knight you control.\nEquipped creature gets +0/+2 and has vigilance.\nEquip {3} ({3}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTarget"},"target":{"type":"Typed","type_filters":[{"Subtype":"Knight"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, attach it to target Knight you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +0/+2 and has vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"090a5f76-206e-4b3b-bc1d-9c9706d9955d","metadata":{"source_printing_ids":["34390832-e590-49b8-b376-1be8db8e0943","7791f46e-f772-4d3f-824e-52b4fc721b58","7e0dcfeb-27b9-4455-bb79-06059006b006"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","J22","PLST"],"rulings":[{"date":"2019-10-04","text":"Gaining vigilance any time after the moment you choose to attack with a creature won't cause it to become untapped."},{"date":"2019-10-04","text":"If there are no Knights to attach Shining Armor to when it enters the battlefield, it simply remains unattached."}],"rarities":["common"]},"shivan dragon":{"name":"Shivan Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\n{R}: This creature gets +1/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{R}: ~ gets +1/+0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"711eea87-0fa3-46e0-a42b-fa5a86455f04","metadata":{"source_printing_ids":["0bda24b2-a9ab-4aca-8bbf-1bfb0990f68f","0dcdd2db-1a4b-48dd-94cf-bd719ff40da9","1fcff1e0-2745-448d-a27b-e31719e222e9","227cf1b5-f85b-41fe-be98-66e383652039","3815cf4a-b694-432b-b618-0893f8f3dc1b","3f22dd2f-41c1-403b-a3bc-617d15922602","40f32503-8400-4572-aa5c-43cd5c2eeab5","4bbcec3a-2747-4fa3-b8cd-d4a0b1dda042","5cbf9dde-e396-43dc-8288-b39e63a23164","5e64822a-6817-4e1e-8155-3e95f8e3763f","60bfdf43-8d4c-4415-bf19-34aa481cd91c","64b05edd-4128-4150-9457-8aff895bd0b7","69199dd2-dbac-4039-b4da-eb2b0671645f","702c4781-670b-49ae-b511-90ed119841b0","70846483-9c23-42c4-9f9f-1fc5cda17c77","7b78eb49-bd68-47e6-90a3-83ec2eeb4312","7fec2b71-8fa9-4818-9c4f-5d2dcd2af495","8b5f8025-95ff-431a-a33c-4e2e7366633f","8beb06f5-05e1-461e-927f-906d38d9448c","8f87a412-5f29-4e34-988c-682ef7ba533a","9a5ddd65-b731-4805-827c-a25350531d74","a9b7d372-9324-4e7d-b09f-0e0f4c70ae65","b0a04baf-5301-4e47-ac8f-243d2a73f18e","b0c76430-c5c9-46a4-9a3b-9bbf259e4b38","b35b0fb6-2596-4da3-820e-df28172f209b","b6fd9b74-8e5b-4c57-bb4f-4a7222183c44","b97e7318-f916-4556-9f89-dda7914359c1","ba6ef10a-4bbc-40ce-883d-f4aa471052fc","c5efc94a-b644-4cc4-9598-2ce16fe68420","d08a0542-f72a-422d-a8cf-3d37fdb5d375","d389b8db-5866-4146-a379-f24b6463622b","de98d9ad-d011-43de-92c8-f97037b42803","e9ac007d-1616-449c-92d5-1d321235e733","fd4f6e34-3f66-4e10-8170-56039c5f6fcc","fefbf149-f988-4f8b-9f53-56f5878116a6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","30A","3ED","4BB","4ED","5ED","7ED","8ED","9ED","BTD","CED","CEI","DMR","DPA","DRB","FBB","FDN","GN3","J21","LEA","LEB","M10","M14","M15","M19","M20","ME4","O90P","ORI","P30H","P30T","P9ED","PMEI","PRM","PS11","SLC","SLD","SUM","W16","W17"],"rarities":["uncommon","rare"]},"shivan wumpus":{"name":"Shivan Wumpus","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this creature enters, any player may sacrifice a land of their choice. If a player does, put this creature on top of its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"optional_for":"AnyPlayer","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, any player may sacrifice a land of their choice. If a player does, put ~ on top of its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4b78222f-6973-42a3-987e-eb8cc8fd6c76","metadata":{"source_printing_ids":["7958a1e5-b671-4ecb-95de-240ffaf5021e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLC"],"rulings":[{"date":"2007-02-01","text":"When Shivan Wumpus enters, first the active player gets the option to sacrifice a land. If they decline, the next player in turn order gets the option. If a player elects to sacrifice a land, Shivan Wumpus is put on top of its owner's library, but then all remaining players still get the option. If all players decline, then nothing happens and Shivan Wumpus stays on the battlefield."}],"rarities":["rare"]},"shock":{"name":"Shock","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Shock deals 2 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 2 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a9d288b8-cdc1-4e55-a0c9-d6edfc95e65d","metadata":{"source_printing_ids":["00365412-41db-427c-9109-8f69c17c326d","0f568875-9ccb-487f-8977-cce816bb3a28","297d1cef-c181-481b-912c-385b81efd972","298747bb-eb40-4b58-bb22-4ac2bc1d795c","2f4a8702-464b-44fd-b706-8a73dd9b0097","2fbec2ea-7b60-4c51-9782-52ccdd96c4b7","334ad39a-4088-4530-8f3c-d34e7cc99fae","3c866bdb-ff94-4f3f-8429-e72c2cbb94ef","4aef9732-28a6-4e6a-b1ba-79b28d85d78b","59fa8e8d-bcb8-47bf-b71a-df11c8d0f2c9","60eeb025-704c-4a82-90b2-f91202ae30d9","63ecf91b-853b-41a5-b655-18cfeeddbab6","68a68db8-5e4e-4c98-a319-7717cc39e831","69a5dbe6-e671-4aec-845b-2e86912d69c6","6f096de6-995a-4c54-9e9e-b46410d6022d","760b41a1-c087-4b11-b8a0-fb01d8a4c0c6","79ac5de9-ca6d-42a4-ad58-7988dd74dedb","8066310c-dcd6-465b-a0ae-44c8602367de","83c92b5d-103c-4719-a850-690a7010291a","a706d6a1-e398-41d8-b28b-060023300dda","b23900fb-efe9-43ab-9f67-4545dd01fb9c","b8fed52c-e84e-41c9-b683-d8b26fa03c5f","bf5a0e1e-5239-41f3-a63f-d9303b1b01fc","c8828ece-9583-429b-8013-35cfca955721","daef5f10-ccb5-4304-b04f-b52a7d2f4158","ea653772-a5fe-4416-bef3-fd41133371db","ec8b241a-a58e-440a-8591-91dce118bd95","efd56707-4a27-4102-a517-ed65436376aa","f8314410-53e1-4264-87f1-5c6484670693","f9b2ff2a-6dfe-4635-8da2-22d525e82b94"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","6ED","7ED","8ED","9ED","AER","ANB","BBD","BTD","DDN","DPA","FNM","J25","M12","M14","M19","M20","M21","MAR","MKM","MSC","OM1","OMB","ONS","PLST","PMEI","PRM","PS11","PSAL","SPM","STA","STH","WC98","WC99"],"rarities":["common","uncommon","mythic"]},"shorikai, genesis engine":{"name":"Shorikai, Genesis Engine","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Draw two cards, then discard a card. Create a 1/1 colorless Pilot creature token with \"This token crews Vehicles as though its power were 2 greater.\"\nCrew 8 (Tap any number of creatures you control with total power 8 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":8,"once_per_turn":null}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Pilot","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Pilot"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":{"CrewContribution":{"kind":{"PowerDelta":{"delta":2}},"actions":["Crew"]}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ crews Vehicles as though its power were 2 greater."}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}, {T}: Draw two cards, then discard a card. Create a 1/1 colorless Pilot creature token with \"~ crews Vehicles as though its power were 2 greater.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"e2962883-6daf-4a84-af73-917afc73092c","is_commander":true,"metadata":{"related_token_ids":["6c112277-fd0b-5566-a5f5-0f59216e0444"],"source_printing_ids":["0347cf84-42f5-4674-99de-619b0ae51d62","04fe475d-5f84-41e5-b2b3-10005dce74f0","969ac7dd-f3aa-4888-9ff0-d16a31b5e7a9"]},"legalities":{"commander":"legal","duel":"restricted","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NEC","PRM","SLD"],"rarities":["mythic"]},"short sword":{"name":"Short Sword","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"e842a4e5-ea0b-43ae-9ed8-93e30f4e7b8a","metadata":{"source_printing_ids":["973c166e-3e93-4ed5-b4c5-84dc158a8e4f","a93175cd-ab89-4d09-815d-2d5447b7bc4f","cb79a623-21c3-4310-bc76-310935511d45"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DOM","M21","PLST"],"rarities":["common"]},"show and tell":{"name":"Show and Tell","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player may put an artifact, creature, enchantment, or land card from their hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Hand"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Each player may put an artifact, creature, enchantment, or land card from their hand onto the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b83a3ba0-249e-4c39-bbf0-cb005413f7d2","metadata":{"source_printing_ids":["08844d76-fc69-4fe3-9c1d-118110b3eb2c","4b851c17-55ed-4671-b471-dc7b34944432","9858463e-0b80-44a2-80d5-e4250809e1f5","9c3e3c77-e6a6-4814-a2f5-0ae2d06e4b31","aee8a17a-de57-4a76-9613-d3c6b161e378","fa7b7897-36e0-415a-8bb7-602886164852"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["CN2","J13","MAR","MB2","PRM","SPG","USG"],"rulings":[{"date":"2004-10-04","text":"If the cards being put onto the battlefield also require choices, those choices are made after all players choose their card. The active player makes choices for their card (if any), then the other players (if any) in turn order."},{"date":"2004-10-04","text":"Players choose cards during resolution, not announcement."},{"date":"2008-04-01","text":"The current player chooses first, then each other player chooses in turn order. A player does not have to reveal the chosen card, so long as it is clear *which* card was chosen. After all choices are made, the cards are put onto the battlefield simultaneously."}],"rarities":["rare","mythic"]},"shrink":{"name":"Shrink","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets -5/-0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-5},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature gets -5/-0 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"252330b1-67cf-4d9e-a413-917ba61e731f","metadata":{"source_printing_ids":["30785867-32f7-46c9-94c2-775078e792ae","84f96537-76d2-4887-b17f-b8297fa50fd5","c4e319d7-53f3-40e8-9a75-fe1fd8716733","d9f4eaa1-3c2b-4f5d-8d4e-98d153899873"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","HML","ME2"],"rarities":["common"]},"sidequest: hunt the mark":{"name":"Sidequest: Hunt the Mark","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, destroy up to one target creature.\nAt the beginning of your end step, if a creature died under an opponent's control this turn, create a Treasure token. Then if you control three or more Treasures, transform this enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, destroy up to one target creature.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Treasure"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if a creature died under an opponent's control this turn, create a Treasure token. Then if you control three or more Treasures, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"d74f9a18-8dab-4549-be3f-9697ff68d73c","parse_warnings":[{"type":"SwallowedClause","detector":"Duration_ThisTurn","description":"When this enchantment enters, destroy up to one target creature.\nAt the beginning of your end step, if a creature died under an opponent's c","line_index":0}],"metadata":{"related_token_ids":["ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["c3eb2ae5-10de-4c3d-91c8-8734befc80b2","de8067cc-3de3-43b2-8fcf-6dce6f4f7db1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"A nonmodal double-faced card enters with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2025-06-06","text":"A token that is created as a copy of a double-faced permanent or a double-faced card in another zone is a double-faced token. It will have both the front face and back face of whatever object it's copying. If it's copying a double-faced permanent whose back face is up, the token will enter with its back face up. It can transform if instructed to do so."},{"date":"2025-06-06","text":"Each face of a nonmodal double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a nonmodal double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2025-06-06","text":"Each nonmodal double-faced card in this release is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2025-06-06","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Crystal Fragments, it will be exiled during the resolution of its second ability and remain in exile."},{"date":"2025-06-06","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Cecil, Dark Knight's color identity is black and white, since its front face is black and its back face has a white color indicator."},{"date":"2025-06-06","text":"Sidequest: Hunt the Mark's last ability checks at the moment it would trigger to see if a creature died under an opponent's control this turn. If none did, the ability won't trigger at all. Once your end step begins, it's too late to cause creatures your opponents control to die in order to cause this ability to trigger."},{"date":"2025-06-06","text":"The back face of a nonmodal double-faced card usually has a color indicator that defines its color."},{"date":"2025-06-06","text":"The mana value of a nonmodal double-faced card is the mana value of its front face, no matter which face is up."}],"rarities":["uncommon"]},"sidisi's faithful":{"name":"Sidisi's Faithful","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake","Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Exploit (When this creature enters, you may sacrifice a creature.)\nWhen this creature exploits a creature, return target creature to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Exploit"],"abilities":[],"triggers":[{"mode":"Exploited","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ exploits a creature, return target creature to its owner's hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"45de1caf-46c2-4acc-8be2-08e1840a3b98","metadata":{"source_printing_ids":["d02daad9-701f-40d4-ad0b-44a3cbd32c3f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["DTK"],"rulings":[{"date":"2015-02-25","text":"A creature with exploit “exploits a creature” when the controller of the exploit ability sacrifices a creature as that ability resolves."},{"date":"2015-02-25","text":"If the creature with exploit isn’t on the battlefield as the exploit ability resolves, you won’t get any bonus from the creature with exploit, even if you sacrifice a creature. Because the creature with exploit isn’t on the battlefield, its other triggered ability won’t trigger."},{"date":"2015-02-25","text":"You can sacrifice the creature with exploit if it’s still on the battlefield. This will cause its other ability to trigger."},{"date":"2015-02-25","text":"You can’t sacrifice more than one creature to any one exploit ability."},{"date":"2015-02-25","text":"You choose whether to sacrifice a creature and which creature to sacrifice as the exploit ability resolves."}],"rarities":["common"]},"simplify":{"name":"Simplify","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player sacrifices an enchantment of their choice.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"Each player sacrifices an enchantment of their choice.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"853cac98-34dc-471f-af87-1a94b0022b67","metadata":{"source_printing_ids":["7a43fd3e-1e08-400c-b22b-e22da82bcdee"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["ODY"],"rarities":["common"]},"sin, spira's punishment":{"name":"Sin, Spira's Punishment","mana_cost":{"type":"Cost","shards":["Black","Green","Blue"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Leviathan","Avatar"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Sin enters or attacks, exile a permanent card from your graveyard at random, then create a tapped token that's a copy of that card. If the exiled card is a land card, repeat this process.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TrackedSet","id":0},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":true,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"target_selection_mode":{"type":"Random"},"repeat_until":{"type":"WhileCondition","data":{"condition":{"type":"RevealedHasCardType","card_types":["Land"]}}}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, exile a permanent card from your graveyard at random, then create a tapped token that's a copy of that card. If the exiled card is a land card, repeat this process.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green","Blue"],"scryfall_oracle_id":"3bcc378c-4470-4757-a0d5-025a32c918ea","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0502c627-9f63-5b1e-b7ba-1809eefc0580"],"source_printing_ids":["075dd582-61b7-45e9-9dcf-0b544b733e61","659be746-bd31-4a70-8cec-7798da78b0b5","ce15bf1d-debf-4e0f-a69d-a57619d4b0ee"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"If a card copied by the token had any \"when [this permanent] enters\" abilities, the token also has those abilities, and they'll trigger when it's created. Similarly, any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities that the token has copied will also work."},{"date":"2025-06-06","text":"If the copied card has {X} in its mana cost, X is 0."},{"date":"2025-06-06","text":"The token copies exactly what was printed on the original card and nothing else. It doesn't copy any information about the object the card was before it was put into your graveyard."}],"rarities":["rare"]},"singing towers of darillium":{"name":"Singing Towers of Darillium","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Darillium"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each nonland card in your hand without foretell has foretell. Its foretell cost is equal to its mana cost reduced by {2}. (During your turn, you may pay {2} and exile it from your hand face down. Cast it on a later turn for its foretell cost.)\nWhenever chaos ensues, you may cast a foretold card you own from exile without paying its mana cost this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Any"},"without_paying_mana_cost":true,"mode":"Cast","duration":"UntilEndOfTurn"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, you may cast a foretold card you own from exile without paying its mana cost this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"},{"type":"WithoutKeywordKind","value":"Foretell"}]},"modifications":[{"type":"AddKeyword","keyword":{"Foretell":{"type":"SelfManaCostReduced","reduction":2}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"Each nonland card in your hand without foretell has foretell. Its foretell cost is equal to its mana cost reduced by {2}."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"99fb2128-61fc-45a6-a3f8-b116c3eb2c3d","metadata":{"source_printing_ids":["b30f88bd-426a-48fb-a921-c7c5831120bd"]},"legalities":{},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Because exiling a card with foretell from your hand is a special action, you can do so any time you have priority during your turn, including in response to spells and abilities. Once you announce you're taking the action, no other player can respond by trying to remove the card from your hand."},{"date":"2023-10-13","text":"Cards that are foretold by virtue of Singing Towers of Darillium's ability won't continue to have the foretell ability once they leave your hand, but you can still cast them from exile on a later turn for the foretell costs they were given by Singing Towers of Darillium."},{"date":"2023-10-13","text":"Casting a foretold card from exile follows the timing rules for that card. If you foretell an instant card, you can cast it as soon as the next player's turn. In most cases, if you foretell a card that isn't an instant (or doesn't have flash), you'll have to wait until your next turn to cast it."},{"date":"2023-10-13","text":"If you're casting a foretold card from exile for its foretell cost, you can't choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2023-10-13","text":"The reduction of the foretell cost applies only to generic mana in the foretell cost. It can't reduce requirements of specific colors of mana. For example, if you foretell a card in your hand with mana cost {1}{G}{G}, its foretell cost will be {G}{G}."}],"rarities":["common"]},"siona, captain of the pyleas":{"name":"Siona, Captain of the Pyleas","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Siona enters, look at the top seven cards of your library. You may reveal an Aura card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.\nWhenever an Aura you control becomes attached to a creature you control, create a 1/1 white Human Soldier creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":7},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, look at the top seven cards of your library. You may reveal an Aura card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.","constraint":null,"condition":null,"batched":false},{"mode":{"Unknown":"Whenever an Aura you control becomes attached to a creature you control"},"execute":{"kind":"Spell","effect":{"type":"Token","name":"Human Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an Aura you control becomes attached to a creature you control, create a 1/1 white Human Soldier creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"89e17ccf-cde7-428d-bd64-47e2f79b40d7","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["67cca079-4ef0-5c92-a8a4-495d84a5d5e1","c46eeb95-853f-5808-a86c-4550d2b0f05e"],"source_printing_ids":["2b1d890f-7ef8-47b9-9ec8-f3884a1d09db","9adb1528-dc72-4ec7-bcb4-a043bcd8d9d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["THB","WOC"],"rulings":[{"date":"2020-01-24","text":"If an Aura becomes attached to Siona that causes another player to gain control of it, that player will control the triggered ability that creates a Soldier."},{"date":"2020-01-24","text":"If an Aura becomes attached to Siona that causes it to lose all abilities, Siona's last ability won't trigger."},{"date":"2020-01-24","text":"If an Aura becomes attached to a noncreature permanent you control that causes it to become a creature, Siona's last ability triggers. If an Aura becomes attached to a creature you don't control that causes it to become a creature you do control, Siona's last ability triggers. If an Aura becomes attached to a creature you control that causes it to no longer be a creature or to no longer be under your control, Siona's last ability doesn't trigger."},{"date":"2020-01-24","text":"Siona's last ability triggers both whenever an Aura enters the battlefield attached to a creature you control and whenever an Aura on the battlefield attached to a different object becomes attached to a creature you control. It doesn't trigger if an effect tries to attach an Aura to the creature it already enchants."}],"rarities":["uncommon"]},"sita varma, masked racer":{"name":"Sita Varma, Masked Racer","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Exhaust — {X}{G}{G}{U}: Put X +1/+1 counters on Sita Varma. Then you may have the base power and toughness of each other creature you control become equal to Sita Varma's power until end of turn. (Activate each exhaust ability only once.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["X","Green","Green","Blue"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"the base power and toughness of each other creature you control become equal to ~'s power"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exhaust — {X}{G}{G}{U}: Put X +1/+1 counters on ~. Then you may have the base power and toughness of each other creature you control become equal to ~'s power until end of turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"}],"ability_tag":{"type":"Exhaust"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"3b9bc41a-a43f-4be7-9452-f61f5ad5b482","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["119a39ce-80f6-48b3-b159-e5d919d3b617","321d595f-7efe-4004-9bbc-390b5a6eb734","eb523c06-6f3e-4e19-b777-19aefc4a4e02"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rulings":[{"date":"2025-02-07","text":"Exhaust abilities can be activated any time you could normally activate an ability."},{"date":"2025-02-07","text":"If an ability triggers whenever you activate an exhaust ability, that ability resolves before the exhaust ability resolves."},{"date":"2025-02-07","text":"If an exhaust ability of a permanent is activated, and then that permanent leaves the battlefield and returns to the battlefield, it becomes a new object so its exhaust ability can be activated again."}],"rarities":["rare"]},"six":{"name":"Six","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Treefolk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhenever Six attacks, mill three cards. You may put a land card from among them into your hand.\nDuring your turn, nonland permanent cards in your graveyard have retrace. (You may cast permanent cards from your graveyard by discarding a land card in addition to paying their other costs.)","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, mill three cards. You may put a land card from among them into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":"Retrace"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, nonland permanent cards in your graveyard have retrace."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"dbcbdf37-c40f-4068-b4a7-a849cab1056c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["8f3070e7-dce0-4121-bbef-c4357f8265ab","c7ea0c62-a9b3-4e8f-9ede-1f0122149737","de4ff685-8694-4939-8f92-d91bb7ae5b76","f9246b68-580f-4f53-883d-7900880e4b0d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"If a spell you cast with retrace is countered, it's put back into your graveyard. You may use the retrace ability to cast it again."}],"rarities":["rare"]},"skemfar shadowsage":{"name":"Skemfar Shadowsage","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, choose one —\n• Each opponent loses X life, where X is the greatest number of creatures you control that have a creature type in common.\n• You gain X life, where X is the greatest number of creatures you control that have a creature type in common.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Each opponent loses X life, where X is the greatest number of creatures you control that have a creature type in common.","You gain X life, where X is the greatest number of creatures you control that have a creature type in common."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectCountBySharedQuality","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"quality":"CreatureType","aggregate":"Max"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCountBySharedQuality","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"quality":"CreatureType","aggregate":"Max"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"496ecb73-f508-4ac7-b101-23e03404580f","metadata":{"source_printing_ids":["306e67b5-7d00-412a-894d-c9412cb9e4f2","5fb40b82-ed28-451f-b191-b9eca2770ca5","c204130f-0483-49ed-8512-03a74894702e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J25","KHM","SLD"],"rulings":[{"date":"2021-02-05","text":"The amount of life lost or gained is calculated as the triggered ability resolves based on the creatures you control at that time, including Skemfar Shadowsage itself if it's still under your control. You'll always use the greatest number possible. You don't need to choose any creature types. For example, if you control a Giant Wizard, a Giant Warrior, an Elf Warrior, and a Kor Warrior at that time, each opponent will lose 3 life or you'll gain 3 life."},{"date":"2021-02-05","text":"You choose which mode the triggered ability has as you put that ability on the stack. You can't change modes later."}],"rarities":["uncommon","rare"]},"skewer the critics":{"name":"Skewer the Critics","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Spectacle {R} (You may cast this spell for its spectacle cost rather than its mana cost if an opponent lost life this turn.)\nSkewer the Critics deals 3 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[{"Spectacle":{"type":"Cost","shards":["Red"],"generic":0}}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 3 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c43b616e-ef87-4c12-810b-a1a3260168fa","metadata":{"source_printing_ids":["01ef52d0-1c0a-41f7-bccf-64e6f6886ebc","23051bcf-2326-4527-bdab-032915ff271a","43ca8f80-e9ed-483f-a8a7-ad6149811df9","64714477-10d6-4a7b-9e9a-fa36bdb6a07c","650d7ff7-d324-4002-a536-04503aba6725","97295660-6bea-46ae-9a3b-0fc6abba407f","9f3261b6-4f5c-4cf0-a396-1d9397603602"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["OTP","PLST","RNA","RVR","SLD"],"rulings":[{"date":"2024-01-12","text":"A card's spectacle cost is the same no matter how much life your opponents lost or how many opponents lost life."},{"date":"2024-01-12","text":"Damage dealt to a player causes that player to lose that much life."},{"date":"2024-01-12","text":"In a multiplayer game, if an opponent loses life and later that turn leaves the game, you can cast a spell for its spectacle cost. (If a player leaves the game during their turn, that turn continues without an active player.)"},{"date":"2024-01-12","text":"Spectacle cares only that an opponent lost life during the turn, not that the opponent's life total is currently lower than it was. For example, if an opponent loses 1 life and then gains 2 life in the same turn, you can cast a spell for its spectacle cost that turn."},{"date":"2024-01-12","text":"Spectacle doesn't change when you can cast the spell. For example, you can't cast a sorcery with spectacle during an opponent's turn unless another effect allows you to do so, even if that player has lost life this turn."},{"date":"2024-01-12","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a spectacle cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["common","uncommon","rare"]},"skophos maze-warden":{"name":"Skophos Maze-Warden","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Minotaur","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{1}: This creature gets +1/-1 until end of turn.\nWhenever another creature becomes the target of an ability of a land you control named Labyrinth of Skophos, you may have this creature fight that creature. (Each deals damage equal to its power to the other.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":-1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}: ~ gets +1/-1 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":{"Unknown":"Whenever another creature becomes the target of an ability of a land you control named Labyrinth of Skophos"},"execute":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"ParentTarget"},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature becomes the target of an ability of a land you control named Labyrinth of Skophos, you may have ~ fight that creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7d9b7fca-9514-4aea-be51-b6c8debb3de4","metadata":{"source_printing_ids":["0f470a7b-63ef-4efa-855e-f8a3ce1ab534"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["THB"],"rulings":[{"date":"2020-01-24","text":"An ability that triggers when a creature becomes the target of an ability resolves before the ability that caused it to trigger. It resolves even if that ability is countered or if the creature is no longer a legal target."},{"date":"2020-01-24","text":"If either Skophos Maze-Warden or the creature targeted by Labyrinth of Skophos has left the battlefield, the other won't deal or be dealt damage."}],"rarities":["uncommon"]},"skullclamp":{"name":"Skullclamp","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/-1.\nWhenever equipped creature dies, draw two cards.\nEquip {1}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever equipped creature dies, draw two cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":-1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/-1."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"65986c1b-8e51-4604-b685-d82fa7d1263a","metadata":{"source_printing_ids":["005dae9a-dddc-4a11-95bb-cce319edcce4","04733881-38a3-404c-837f-fad3fc5a5647","080f004f-0601-4566-83df-049264eaa7d9","0ecc351e-2711-48f1-8301-183d70b046d1","1d8b007b-3169-4ee3-80c7-781fc096fc7a","24cb1383-6e05-4f87-b05c-53d6050f7edc","29c8c5a0-3487-4afe-ac98-fdea631fe4ce","3668996e-659d-413b-84e6-9f3099518d7f","3865d44e-7207-4440-9db4-627531979852","4e5d5649-3e30-4aca-80f8-5a7522d366da","55318397-de3c-47ea-a088-72a24df5c8fa","58f4df80-74bd-41d4-a56e-d23edfc62571","6daf6ed5-4f55-4ba2-99a2-9a50ea36888f","7160f5f0-8ab8-4ec1-a84c-cfe49cb43b8d","7e4b027f-b91f-4dd9-a2b8-881416b8c574","8854e9a7-a799-47d0-8662-95aa527d3210","9090c72c-8d6f-4e94-9111-e5f6929094db","97b729d3-5965-4e16-a50a-1e9bf51a9f13","a36fd6d8-66a2-49d1-b9f3-b400ebc03674","a740d70c-b877-44cf-beb4-774ec66236c5","ab56119b-1e13-44d4-b73b-991488c039f1","ae5d9152-6574-4a32-a93a-77077a782fce","b5bb89dd-9d31-49d9-ba54-4a04798e515e","cb146d9a-f66a-460d-a230-942d04a9658e","d1877be5-fb98-4bd2-a754-dda1132ef8a0","d79d2cde-21e1-4540-8b84-8b2cb8b115a8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"banned","modern":"banned","oathbreaker":"legal","vintage":"legal"},"printings":["40K","BLC","BRC","C14","C15","C16","C17","C20","CLB","CMA","CMD","DST","FIC","MOC","MSC","PIP","PLST","SLD","TD0","TDC","V09","VMA"],"rarities":["uncommon","rare","mythic"]},"skullcrack":{"name":"Skullcrack","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Players can't gain life this turn. Damage can't be prevented this turn. Skullcrack deals 3 damage to target player or planeswalker.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantGainLife","affected":{"type":"Player"},"modifications":[{"type":"AddStaticMode","mode":"CantGainLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't gain life"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"DamagePreventionDisabled","source":0,"expiry":{"type":"EndOfTurn"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a6fc0b0c-9ba2-47f2-ab92-26fd20d0f86d","metadata":{"source_printing_ids":["170a06cd-501e-43c8-98e0-63ebd61cc0aa","7f399983-d70a-4cf3-b76e-bb0c472e7c69","8068a146-f6fe-46f3-a42e-822fbc3502e6","8d6e1d38-a756-4d81-8d86-06dcec75dfe5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GTC","OTP","RVR"],"rulings":[{"date":"2024-01-12","text":"Effects that would replace gaining life with another effect won't apply because it's impossible for players to gain life."},{"date":"2024-01-12","text":"If an effect says to set a player's life total to a certain number and that number is higher than the player's current life total, that part of the effect won't do anything. (If the number is lower than the player's current life total, the effect will work as normal.)"},{"date":"2024-01-12","text":"Skullcrack targets only the player or planeswalker. If that player or planeswalker is an illegal target when Skullcrack tries to resolve, it won't resolve and none of its effects will happen."},{"date":"2024-01-12","text":"Spells and abilities that would cause a player to gain life or that would prevent damage still resolve, but the life-gain and damage-prevention parts have no effect."}],"rarities":["uncommon","rare"]},"skullscorch":{"name":"Skullscorch","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player discards two cards at random unless that player has Skullscorch deal 4 damage to them.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Player"},"random":true},"cost":null,"sub_ability":null,"duration":null,"description":"Target player discards two cards at random unless that player has ~ deal 4 damage to them.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"EffectCost","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Player"}}},"payer":{"type":"Player"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"b52788ff-9956-400a-bf26-17e58f673af0","metadata":{"source_printing_ids":["88f1343c-77bf-4f44-8226-fdfb2c2c7015"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TOR"],"rarities":["rare"]},"skullwinder":{"name":"Skullwinder","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhen this creature enters, return target card from your graveyard to your hand, then choose an opponent. That player returns a card from their graveyard to their hand.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":{"ChosenPlayer":{"index":0}}},{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target card from your graveyard to your hand, then choose an opponent. That player returns a card from their graveyard to their hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d3d8dd6e-a80b-4063-a542-ff67ef8dad4f","metadata":{"source_printing_ids":["0d53c93a-3d02-4a89-bf3a-58c19d861f9b","6133735c-37ea-4c91-a848-59bc47dcb0b7","94d406ed-bf60-4adc-9721-e64d1313f6b7","96105316-a060-4bb6-9144-491b0c14e5d6","cb7f2e86-5445-4835-8cad-e08aea651ebb","e820c022-c3a8-4c98-a60b-1fb105d38937","e90c4b81-69b8-4310-9799-431e4da8eb48"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C15","C20","CLB","CMA","M3C","OTC","PLST","PZ1"],"rulings":[{"date":"2015-11-04","text":"Skullwinder's enters-the-battlefield ability targets only the card in your graveyard. If that card is an illegal target as the ability tries to resolve, the ability won't resolve and none of its effects will happen. No cards will be returned to any player's hand."},{"date":"2015-11-04","text":"You choose the opponent as the ability is resolving. You may choose an opponent with no cards in their graveyard."},{"date":"2022-06-10","text":"Skullwinder's enters-the-battlefield ability targets only the card in your graveyard. If that card is an illegal target as the ability tries to resolve, the ability won't resolve and none of its effects will happen. No cards will be returned to any player's hand."},{"date":"2022-06-10","text":"The chosen opponent gets to choose which card to return from their graveyard to their hand."},{"date":"2022-06-10","text":"You choose the target card as you put Skullwinder's triggered ability on the stack, but you don't choose an opponent until after you have returned the card to your hand."},{"date":"2022-06-10","text":"You may choose an opponent with no cards in their graveyard. In that case, they will not get to return anything."}],"rarities":["uncommon"]},"sky skiff":{"name":"Sky Skiff","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nCrew 1 (Tap any number of creatures you control with total power 1 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Crew":{"power":1,"once_per_turn":null}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"f2c43b85-8c42-4b23-84c2-bec8d6230039","metadata":{"source_printing_ids":["78852608-f36c-4e26-b2ab-75ecd97d2787","cf4a4939-130b-40d7-8a0f-e31eb931d2d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR"],"rulings":[{"date":"2017-09-29","text":"Any untapped creature you control can be tapped to pay a crew cost, even one that just came under your control."},{"date":"2017-09-29","text":"Creatures that crew a Vehicle aren't attached to it or related in any other way. Effects that affect the Vehicle, such as by destroying it or giving it a +1/+1 counter, don't affect the creatures that crewed it."},{"date":"2017-09-29","text":"Each Vehicle is printed with a power and toughness, but it's not a creature. If it becomes a creature (most likely through its crew ability), it will have that power and toughness."},{"date":"2017-09-29","text":"For a Vehicle to be able to attack, it must be a creature as the declare attackers step begins, so the latest you can activate its crew ability to attack with it is during the beginning of combat step. For a Vehicle to be able to block, it must be a creature as the declare blockers step begins, so the latest you can activate its crew ability to block with it is during the declare attackers step. In either case, players may take actions after the crew ability resolves but before the Vehicle has been declared as an attacking or blocking creature."},{"date":"2017-09-29","text":"If a permanent becomes a copy of a Vehicle, the copy won't be a creature, even if the Vehicle it's copying has become an artifact creature."},{"date":"2017-09-29","text":"If an effect causes a Vehicle to become an artifact creature with a specified power and toughness, that effect overwrites the Vehicle's printed power and toughness."},{"date":"2017-09-29","text":"Once a Vehicle becomes a creature, it behaves exactly like any other artifact creature. It can't attack unless you've controlled it continuously since your turn began, it can block if it's untapped, it can be tapped to pay a Vehicle's crew cost, and so on."},{"date":"2017-09-29","text":"Once a player announces that they are activating a crew ability, no player may take other actions until the ability has been paid for. Notably, players can't try to stop the ability by changing a creature's power or by removing or tapping a creature."},{"date":"2017-09-29","text":"Vehicle is an artifact type, not a creature type. A Vehicle that's crewed won't normally have any creature type."},{"date":"2017-09-29","text":"When a Vehicle becomes a creature, that doesn't count as having a creature enter the battlefield. The permanent was already on the battlefield; it only changed its types. Abilities that trigger whenever a creature enters the battlefield won't trigger."},{"date":"2017-09-29","text":"You may activate a crew ability of a Vehicle even if it's already an artifact creature. Doing so has no effect on the Vehicle. It doesn't change its power and toughness."},{"date":"2017-09-29","text":"You may tap more creatures than necessary to activate a crew ability."}],"rarities":["common"]},"skyclave apparition":{"name":"Skyclave Apparition","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kor","Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, exile up to one target nonland, nontoken permanent you don't control with mana value 4 or less.\nWhen this creature leaves the battlefield, the exiled card's owner creates an X/X blue Illusion creature token, where X is the mana value of the exiled card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[{"type":"NonToken"},{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile up to one target nonland, nontoken permanent you don't control with mana value 4 or less.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Token","name":"Illusion","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"ManaValue","filter":{"type":"And","filters":[{"type":"ExiledBySource"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"You"}]}]}}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":"ManaValue","filter":{"type":"And","filters":[{"type":"ExiledBySource"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"You"}]}]}}}},"types":["Creature","Illusion"],"colors":["Blue"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"OwnersOfCardsExiledBySource"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, the exiled card's owner creates an X/X blue Illusion creature token, where X is the mana value of the exiled card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"d90af00a-d322-4265-9954-7b1e80702e18","metadata":{"related_token_ids":["40dfbc8d-d66f-5e20-8b3f-8c843a6d6a69","48d55c9e-8d4b-567e-a493-5f3c03136c00","7836eecb-7d19-5cb3-bce6-677cf23367b7","e06431b6-e469-59ea-ae40-070e3c7d224d"],"source_printing_ids":["32d7ddec-4d14-4a4c-b1cf-092999347498","933fc802-9ed8-44c3-8fc1-cab966afc592","a76c56a3-db5c-4884-8c6a-bf8105b62421","b83cfbaa-7890-4f6f-878b-4edb45677371","bc4b938f-a600-4d10-8030-ed60cf6ade56","e671de25-c47c-48a1-919b-6aa30dab142f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","GDY","M3C","MB2","PRM","PZNR","SOC","ZNR"],"rulings":[{"date":"2020-09-25","text":"If Skyclave Apparition leaves the battlefield before its first ability resolves, the ability still exiles the target permanent."},{"date":"2020-09-25","text":"If Skyclave Apparition's first ability exiled more than one card owned by a single player, that player creates a token with power and toughness equal to the sum of those cards' mana values. If the first ability exiled cards owned by more than one player, each of those players creates a token with power and toughness equal to the sum of the mana values of all cards exiled by the first ability."},{"date":"2020-09-25","text":"If a creature on the battlefield has {X} in its mana cost, X is considered to be 0."},{"date":"2020-09-25","text":"If there's no exiled card when Skyclave Apparition leaves the battlefield (most likely because its first ability hasn't resolved yet), no player creates a token."}],"rarities":["rare"]},"skyfisher spider":{"name":"Skyfisher Spider","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spider"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhen this creature enters, you may sacrifice another creature. When you do, destroy target nonland permanent.\nWhen this creature dies, you may gain 1 life for each creature card in your graveyard. If you do, exile this card from your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may sacrifice another creature. When you do, destroy target nonland permanent.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, you may gain 1 life for each creature card in your graveyard. If you do, exile this card from your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"67158085-4807-4f0e-8599-c55ec7ec252e","metadata":{"source_printing_ids":["87300ac8-8b6f-4c37-8058-beb59eaa66be","e18927dd-c50c-4fb2-8d4c-d0f853b68294"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","BRO"],"rulings":[{"date":"2022-10-14","text":"Notably, this means that players won't get to know what nonland permanent you plan to target before you choose whether to sacrifice a creature."},{"date":"2022-10-14","text":"Skyfisher Spider's first triggered ability doesn't have any targets. If you choose to sacrifice another creature, a second triggered ability (called a \"reflexive\" triggered ability) goes on the stack and you choose a target nonland permanent at that time. Players may respond to that second ability as normal."}],"rarities":["uncommon"]},"skyseer's chariot":{"name":"Skyseer's Chariot","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs this Vehicle enters, choose a nonland card name.\nActivated abilities of sources with the chosen name cost {2} more to activate.\nCrew 2","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Crew":{"power":2,"once_per_turn":null}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Raise","keyword":"activated","amount":2,"exemption":"None"}},"affected":{"type":"HasChosenName"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of sources with the chosen name cost {2} more to activate."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardName","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a nonland card name.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"92d28545-4403-4c24-8547-efab4dde6a53","metadata":{"source_printing_ids":["3a062cbd-b769-49d3-a9fd-7aeb414f44d6","96ed5b66-8e74-4a90-ad4e-c39d15993994","d18d5057-39f7-42aa-9dd5-ecc52f861366","ec0eb86e-371c-46fd-a261-384b2a603b36"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rarities":["rare"]},"skyship plunderer":{"name":"Skyship Plunderer","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Pirate"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, for each kind of counter on target permanent or player, give that permanent or player another counter of that kind.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ProliferateTarget","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},{"type":"Player"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, for each kind of counter on target permanent or player, give that permanent or player another counter of that kind.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c5e47644-c72c-40f9-b65f-57fcea075466","metadata":{"source_printing_ids":["113ebd1b-380d-42a1-accb-9889c40478f6","1fedbc91-67e4-40d6-b307-7e6197f47c6e","ec78ef7e-f969-4d7a-a5ea-fe4905ab0c94"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AER","KLR","NCC"],"rulings":[{"date":"2017-02-09","text":"Skyship Plunderer's triggered ability can target any permanent or player, regardless of which player was dealt combat damage."},{"date":"2017-02-09","text":"Skyship Plunderer's triggered ability gives only one counter of each kind. It doesn't double the number of each kind of counter. For example, if a creature has two +1/+1 counters and a charge counter on it, it gets one +1/+1 counter and one charge counter."},{"date":"2017-02-09","text":"To give a counter is to put a counter on a permanent or to have a player get a counter. Effects that interact with a player getting counters or counters being placed on permanents interact with Skyship Plunderer's triggered ability."}],"rarities":["uncommon"]},"slaughter the strong":{"name":"Slaughter the Strong","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player chooses any number of creatures they control with total power 4 or less, then sacrifices all other creatures they control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChooseAndSacrificeRest","categories":[],"chooser_scope":"EachPlayerSelf","choose_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"sacrifice_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"total_power_cap":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":"Each player chooses any number of creatures they control with total power 4 or less, then sacrifices all other creatures they control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7a3569a0-a55f-40c9-9588-92db35e26567","metadata":{"source_printing_ids":["2d986177-3814-4069-bce5-f9e54c528e85","4217ab21-181e-4c32-97c3-d8bd441287e0","6c9f8aea-0c9a-4686-b551-35e2a72ef701","8ceb48f7-6e2d-48c9-b02d-13b2b1accc59","9b4a42d9-4568-414d-8caf-9a7c33073059"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","CMR","PLST","PRIX","RIX","TDC"],"rulings":[{"date":"2020-11-10","text":"As Slaughter the Strong resolves, first the player whose turn it is chooses which creatures will be spared, then each other player in turn order does the same knowing the choices made before them. Then all the creatures not chosen are sacrificed simultaneously."},{"date":"2020-11-10","text":"If a creature's power is somehow less than 0, it subtracts from the total power of the other creatures its controller chooses. This can cause creatures with power 5 or greater to survive."},{"date":"2020-11-10","text":"Slaughter the Strong has each player choose any number of creatures and then checks that the total power of creatures each player chose this way is 4 or less. For example, you could save two 2/2 creatures, or a 1/1 and a 3/3 creature, but not all four of those creatures."}],"rarities":["uncommon","rare"]},"sledge-class seedship":{"name":"Sledge-Class Seedship","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 7+.)\n7+ | Flying\nWhenever this Spacecraft attacks, you may put a creature card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may put a creature card from your hand onto the battlefield.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"7+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":5}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 7+"}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bcd086ce-de5c-4b34-92a1-ece22055e479","metadata":{"source_printing_ids":["4d0c21a9-033c-42af-acbe-84284e0849f7","dc0cb4b6-cc20-49ea-84b2-2f3af3b0a19e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"slicer, high-speed antagonist":{"name":"Slicer, High-Speed Antagonist","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Living metal (During your turn, this Vehicle is also a creature.)\nFirst strike, haste\nWhenever Slicer deals combat damage to a player, convert it at end of combat.","non_ability_text":null,"flavor_name":null,"keywords":["LivingMetal","FirstStrike","Haste"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"EndCombat"},"effect":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, convert it at end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"}],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 702.161a: Living metal — artifact creature during your turn"}],"replacements":[],"color_override":["Red"],"color_identity":["Red"],"scryfall_oracle_id":"fa716557-8e75-4617-8310-ab23a9ca1af1","is_commander":true,"metadata":{"source_printing_ids":["9d9a9350-4734-4cc1-986d-467e6715199f","a35108d8-f6c5-4474-9049-64fd7e3b1310"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["BOT"],"rarities":["mythic"]},"slicer, hired muscle":{"name":"Slicer, Hired Muscle","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Robot"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"More Than Meets the Eye {2}{R} (You may cast this card converted for {2}{R}.)\nDouble strike, haste\nAt the beginning of each opponent's upkeep, you may have that player gain control of Slicer until end of turn. If you do, untap Slicer, goad it, and it can't be sacrificed this turn. If you don't, convert it.","non_ability_text":null,"flavor_name":null,"keywords":[{"MoreThanMeetsTheEye":{"type":"Cost","shards":["Red"],"generic":2}},"DoubleStrike","Haste"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Goad","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"Other":"CantBeSacrificed"},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be sacrificed"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each opponent's upkeep, you may have that player gain control of ~ until end of turn. If you do, untap ~, goad it, and it can't be sacrificed this turn. If you don't, convert it.","constraint":{"type":"OnlyDuringOpponentsTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fa716557-8e75-4617-8310-ab23a9ca1af1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9d9a9350-4734-4cc1-986d-467e6715199f","a35108d8-f6c5-4474-9049-64fd7e3b1310"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["BOT"],"rulings":[{"date":"2022-10-14","text":"\"Living metal\" means \"As long as it's your turn, this permanent is an artifact creature in addition to its other types.\""},{"date":"2022-10-14","text":"\"More Than Meets the Eye [cost]\" means \"You may cast this card converted by paying [cost] rather than its mana cost.\" It functions in any zone from which the spell can be cast."},{"date":"2022-10-14","text":"A spell cast this way enters the battlefield with its back face up."},{"date":"2022-10-14","text":"Any triggered ability of another card that triggers whenever a permanent transforms will also trigger whenever a permanent converts."},{"date":"2022-10-14","text":"Converting a permanent doesn't affect any Auras or Equipment that are attached to it. Similarly, any counters on the permanent will remain on that permanent after it converts. Any continuous effects from a resolved spell or ability will continue to affect it. Any spells or abilities on the stack that target a permanent continue to do so after that permanent converts."},{"date":"2022-10-14","text":"If a static ability of another permanent applies only to noncreature permanents, that ability applies to a Vehicle with living metal only during your opponents' turns. For example, if you control Arcee, Acrobatic Coupe and March of the Machines, Arcee will be a 2/2 artifact creature during your turn and a 3/3 artifact creature (because its mana value is 3) during each opponent's turn."},{"date":"2022-10-14","text":"If you copy a permanent spell cast this way, the copy has the characteristics of the card's back face, even though it isn't itself a double-faced card."},{"date":"2022-10-14","text":"Similarly, an ability of another card that instructs you to \"transform\" one of these cards will cause you to convert it, even if that ability doesn't use the word \"convert.\""},{"date":"2022-10-14","text":"The convert keyword action functions the same way as the transform keyword action found on some other cards; to convert a permanent on the battlefield, turn it over so that its other face is up."},{"date":"2022-10-14","text":"The cost is an alternative cost, so it can't be combined with any other alternative costs. It can be combined with any applicable additional costs."},{"date":"2022-10-14","text":"The mana value of a converted permanent on the battlefield is equal to the mana value of the card's front face, no matter which face is up."},{"date":"2022-10-14","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a More Than Meets the Eye cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of a spell cast using More Than Meets the Eye is determined by the mana cost on the front face of the card, no matter what the total cost to cast the spell was."},{"date":"2022-10-14","text":"When you cast a spell using its More Than Meets the Eye ability, the card is put onto the stack with its back face up. The resulting spell has all characteristics of that face."},{"date":"2022-10-14","text":"When you goad a creature, that creature must attack each combat if able and must attack a player other than you if able. It stays goaded until your next turn."},{"date":"2022-10-14","text":"While it's a creature, the Vehicle has its printed power and toughness."}],"rarities":["mythic"]},"slimefoot and squee":{"name":"Slimefoot and Squee","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Fungus","Goblin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever Slimefoot and Squee enters or attacks, create a 1/1 green Saproling creature token.\n{1}{B}{R}{G}, Sacrifice a Saproling: Return this card and up to one other target creature card from your graveyard to the battlefield. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":1}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Saproling"}],"controller":null,"properties":[]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"duration":null,"description":"{1}{B}{R}{G}, Sacrifice a Saproling: Return this card and up to one other target creature card from your graveyard to the battlefield. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Saproling","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Saproling"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, create a 1/1 green Saproling creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"5a6f4181-f5ad-4ecf-9566-e52870af14d0","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["b97a960d-5d34-5fd0-a94c-af7bb41c3edb"],"source_printing_ids":["9e449e38-6f03-4316-8ebc-d0faf79d6bc7","c6f777b0-2f35-4333-8f54-7ceeeac2ec83"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MOC"],"rulings":[{"date":"2023-04-14","text":"You don't have to choose a target to activate the last ability. However, if you do, and that target is illegal at the time the ability tries to resolve, it won't resolve and none of its effects will happen. Slimefoot and Squee won't be returned to the battlefield."}],"rarities":["mythic"]},"slippery bogle":{"name":"Slippery Bogle","mana_cost":{"type":"Cost","shards":["GreenBlue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Beast"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Hexproof (This creature can't be the target of spells or abilities your opponents control.)","non_ability_text":null,"flavor_name":null,"keywords":["Hexproof"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"f64878c1-1fba-44f7-a24f-d24bef2e03ae","metadata":{"source_printing_ids":["19714d6c-2bfa-4ee0-aa2f-5ccc196bc5d8","505eccd0-472e-41db-a336-0583960ac85a","a4ad7a05-20af-4f7a-9dc2-7ce89356364c","c4e4bbea-7e3f-4de0-bb01-dfd67f21c254"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["EVE","PLST","SPG","UMA"],"rarities":["common","uncommon","mythic"]},"sliver gravemother":{"name":"Sliver Gravemother","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"The \"legend rule\" doesn't apply to Slivers you control.\nEach Sliver creature card in your graveyard has encore {X}, where X is its mana value.\nEncore {5} ({5}, Exile this card from your graveyard: For each opponent, create a token copy that attacks that opponent this turn if able. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Encore":{"type":"Cost","shards":[],"generic":5}}],"abilities":[{"kind":"Activated","effect":{"type":"Encore"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Exile","count":1,"zone":"Graveyard","filter":{"type":"SelfRef"}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"LegendRuleDoesntApply","affected":{"type":"Typed","type_filters":["Permanent",{"Subtype":"Sliver"}],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The \"legend rule\" doesn't apply to Slivers you control."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Encore":{"type":"SelfManaValue"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each Sliver creature card in your graveyard has encore {X}, where X is its mana value."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"0d59f010-9669-4ad2-9ae9-cd88b85f282c","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["5a9097cb-1a78-558b-90d2-217688ef45d1"],"source_printing_ids":["9f5d253e-9eb2-423c-90ee-68f27ec6bf88","ca55a2b4-f53a-4c76-bd28-8ce49108a322","e899ba84-d940-468a-8f18-5282b51b797e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMM"],"rulings":[{"date":"2023-07-28","text":"Each token must attack the appropriate player if able."},{"date":"2023-07-28","text":"Exiling the card with encore is a cost to activate the ability. Once you announce that you're activating it, no player may take actions until you've finished. They can't try to remove the card from your graveyard to stop you from paying the cost."},{"date":"2023-07-28","text":"If an effect stops a token from attacking a specific player, that token can attack any player, planeswalker, or battle, or not attack at all. If the effect stops the token from attacking a specific player unless a cost is paid, you don't have to pay that cost unless you want to attack that player."},{"date":"2023-07-28","text":"If one of the tokens can't attack for any reason (such as being tapped), then it doesn't attack. If there's a cost associated with having it attack, you aren't forced to pay that cost, so it doesn't have to attack in that case either."},{"date":"2023-07-28","text":"If one of the tokens somehow is under another player's control as the delayed triggered ability resolves, you can't sacrifice that token. It remains on the battlefield indefinitely, even if you regain control of it later."},{"date":"2023-07-28","text":"If you control more than one legendary Sliver with the same name and the \"legend rule\" begins applying to them again (perhaps because Sliver Gravemother leaves the battlefield) you'll immediately have to comply with the rule and put all but one of those Slivers into the graveyard."},{"date":"2023-07-28","text":"Opponents who have left the game aren't counted when determining how many tokens to create."},{"date":"2023-07-28","text":"The \"legend rule\" is the rule that states that if a player controls two or more legendary permanents with the same name, that player chooses one of them, and the rest are put into their owners' graveyards."},{"date":"2023-07-28","text":"The tokens copy only what's on the original card. Effects that modified that creature when it was previously on the battlefield won't be copied."},{"date":"2023-07-28","text":"While the \"legend rule\" doesn't apply to Slivers you control, you can control any number of legendary Slivers with the same name and none of them will be put into the graveyard."}],"rarities":["mythic"]},"sliver legion":{"name":"Sliver Legion","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"All Sliver creatures get +1/+1 for each other Sliver on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":null,"properties":[]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Sliver"}],"controller":null,"properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Sliver"}],"controller":null,"properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All Sliver creatures get +1/+1 for each other Sliver on the battlefield."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"47657df2-0e58-46c8-87e2-cc752708a612","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["83afa8cc-fce4-4f96-9536-a9be5a2338cd","87545415-2e27-4841-a3af-7653af2ba6d3","8bd37a04-87b1-42ad-b3e2-f17cd8998f9d","98a229f0-3cca-4c2a-8cb5-064040eece72","feef6ea3-67f3-42d8-bf19-02ba9151c2a3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT","J19","SLD","TSR"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn't provide any additional benefit."},{"date":"2013-07-01","text":"If the creature type of a Sliver changes so it's no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures."},{"date":"2021-03-19","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to a Sliver may become lethal if another Sliver leaves the battlefield during that turn."},{"date":"2021-03-19","text":"If Sliver Legion and two other Slivers are on the battlefield, for example, each of them gets +2/+2."}],"rarities":["rare","mythic"]},"sliver weftwinder":{"name":"Sliver Weftwinder","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Sliver cards in your hand have warp {3}.\nSliver creatures you control have \"When this creature enters, conjure a random card from the Slivers Spellbook into the top five cards of your library at random, then draw a card.\"\nWarp {3}","non_ability_text":null,"flavor_name":null,"keywords":[{"Warp":{"type":"Cost","shards":[],"generic":3}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":[{"Subtype":"Sliver"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"modifications":[{"type":"AddKeyword","keyword":{"Warp":{"type":"Cost","shards":[],"generic":3}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Sliver cards in your hand have warp {3}."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"conjure","description":"conjure a random card from the Slivers Spellbook into the top five cards of your library at random"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, conjure a random card from the Slivers Spellbook into the top five cards of your library at random, then draw a card.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Sliver creatures you control have \"When ~ enters, conjure a random card from the Slivers Spellbook into the top five cards of your library at random, then draw a card.\""}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"2313b5f6-c6e0-4a99-acf6-62b227449bfc","brawl_commander":true,"is_commander":true,"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YEOE"]},"slumbering trudge":{"name":"Slumbering Trudge","mana_cost":{"type":"Cost","shards":["X","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant","Beast"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"This creature enters with a number of stun counters on it equal to three minus X. If X is 2 or less, it enters tapped. (If a permanent with a stun counter would become untapped, remove one from it instead.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Offset","inner":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"CostXPaid"}}},"offset":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a number of stun counters on it equal to three minus X.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If X is 2 or less, it enters tapped.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"CostXPaid"}},"comparator":"LE","rhs":{"type":"Fixed","value":2}},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d04bce9a-822b-4a52-8826-b503ef5f5b2e","metadata":{"source_printing_ids":["3a925370-58ac-4181-9acc-db7b0e0abf17","5c16cb0f-9e3f-4176-9939-f418cdf4e6fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If Slumbering Trudge enters the battlefield without being cast, X is 0. The same is true if an effect lets you cast Slumbering Trudge without paying its mana cost."},{"date":"2026-03-20","text":"Slumbering Trudge has received an update to its rules text to clarify its function. Its updated Oracle text appears above."}],"rarities":["rare"]},"smoky lounge":{"name":"Smoky Lounge","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your first main phase, add {R}{R}. Spend this mana only to cast Room spells and unlock doors.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red","Red"]},"restrictions":[{"Any":[{"SpellType":"Room"},"UnlockDoor"]}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, add {R}{R}. Spend this mana only to cast Room spells and unlock doors.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"4f70b0ee-c24c-45fa-b878-9ba69266344f","metadata":{"related_token_ids":["cf39570a-a491-5d21-a385-0119796ac0a9"],"source_printing_ids":["4700987d-fc55-44eb-bc9f-0e0316ca65e2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK"],"rulings":[{"date":"2024-09-20","text":"An ability that triggers \"when you unlock this door\" triggers when that door becomes unlocked. This can happen one of two ways: (1) the door becomes unlocked on the battlefield or (2) the door becomes unlocked as the Room enters the battlefield because you cast the corresponding half. In the latter case, since the door becoming unlocked is what causes the ability to trigger, effects that cause abilities that trigger when a permanent enters to trigger an additional time (such as that of Panharmonicon) won't apply."},{"date":"2024-09-20","text":"An ability that triggers \"whenever you fully unlock a Room\" triggers when a door becomes unlocked and the other door of that Room is already unlocked, or when both doors of that Room become unlocked simultaneously."},{"date":"2024-09-20","text":"Any time you have priority during a main phase of your turn and the stack is empty, you may pay the mana cost of a locked door (also called its \"unlock cost\"). That door becomes unlocked. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"Each Room card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2024-09-20","text":"Each Room card is a single card. For example, if you discard a Room card, you've discarded one card, not two. If an effect counts the number of enchantment cards in your graveyard, Bottomless Pool // Locker Room counts once, not twice."},{"date":"2024-09-20","text":"If a Room enters from any zone other than the stack, it will enter with both halves locked."},{"date":"2024-09-20","text":"If a spell or ability would create a copy of a Room spell on the stack, the copy retains the choice of which door was cast but also retains the full characteristics of the spell. The characteristics of the door that wasn't cast are still ignored while the copy is on the stack, and when the copy resolves, the token it becomes will enter with the appropriate door unlocked."},{"date":"2024-09-20","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the door you're casting. For example, if an effect allows you to cast a permanent spell with mana value 3 or less from among cards in your graveyard, you could cast Bottomless Pool this way, but not Locker Room."},{"date":"2024-09-20","text":"If neither door of a Room is unlocked, it's a Room enchantment with no name and no abilities."},{"date":"2024-09-20","text":"Room cards have two card faces with a shared type line on a single card. The characteristics of the door you didn't cast are ignored while the spell is on the stack."},{"date":"2024-09-20","text":"Some abilities allow you to lock a door of a Room you control. You can't choose to lock a door that's already locked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are locked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some abilities allow you to unlock a door of a Room you control. You can't choose to unlock a door that's already unlocked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are unlocked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some doors have abilities that trigger whenever you unlock that door and require one or more targets. You can unlock that door even if there would be insufficient legal targets for that triggered ability. The triggered ability won't go on the stack."},{"date":"2024-09-20","text":"The value of X is calculated only once, as Misty Salon's ability resolves. Changes in the number of unlocked doors among Rooms you control that occur after the ability resolves won't affect the power or toughness of the token."},{"date":"2024-09-20","text":"To cast a Room spell, choose a half (or \"door\") to cast. There's no way to cast both halves of a Room card. When the Room spell resolves, the corresponding door becomes unlocked as the Room enters."},{"date":"2024-09-20","text":"While in any zone other than the stack or the battlefield, a Room card's characteristics are a combination of its two doors. For example, Bottomless Pool // Locker Room has a mana value of 6 while it's in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Bottomless Pool // Locker Room."},{"date":"2024-09-20","text":"While on the battlefield, a Room's characteristics are a combination of the characteristics of its unlocked doors. For example, if Bottomless Pool // Locker Room is on the battlefield with both doors unlocked, its names are Bottomless Pool and Locker Room, its mana value is 6, it's a Room Enchantment, and it has the abilities in each door's text box."}],"rarities":["uncommon"]},"smoldering egg":{"name":"Smoldering Egg","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon","Egg"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Defender\nWhenever you cast an instant or sorcery spell, put a number of ember counters on this creature equal to the amount of mana spent to cast that spell. Then if this creature has seven or more ember counters on it, remove them and transform this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"ember","count":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"TriggeringSpell","metric":{"type":"Total"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":null,"count":{"type":"Fixed","value":-1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"ember"}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, put a number of ember counters on ~ equal to the amount of mana spent to cast that spell. Then if ~ has seven or more ember counters on it, remove them and transform ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7493d78c-26c4-402e-bec5-6449773d0344","metadata":{"source_printing_ids":["41b6381f-4ff8-49e9-bf00-cfe32851318b","8ffb9873-4fb1-4644-9dd9-f2eb5f9617ac","b41e193f-fb9b-4b26-89b6-856b1710a19d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["DBL","MID","PMID","PRM"],"rarities":["rare"]},"smothering tithe":{"name":"Smothering Tithe","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent draws a card, that player may pay {2}. If the player doesn't, you create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws a card, that player may pay {2}. If the player doesn't, you create a Treasure token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"153376c9-dffd-458c-8ce3-a4c8269bc4e9","metadata":{"related_token_ids":["4f940dc2-7698-5fda-9f9b-62ec43ec2012","689f3fc1-adb2-5cbe-9f22-65d4b99d5dd8","8fb72ba2-7332-5577-b7bd-d75df4c727c8","ba3bda5a-b0c8-5931-818b-0126c810dc7c","bf235272-bd80-5c56-8fa6-d355103fdf8d"],"source_printing_ids":["2309fb66-3aa0-4ec5-9a8e-5a0caa19c270","4e3b9aac-c5d5-4284-9c7c-67b23748fa45","58178dd4-c61e-4017-b2e6-2d8308ded4fd","7839cdc8-0cc9-4a17-9642-fb23f6e0be06","7af082fa-86a3-4f7b-966d-2be1f1d0c0bc","861b5889-0183-4bee-afeb-a4b2aa700a8e","a095e47e-8f02-45cf-a9d2-677fe171258d","ca736b62-9b02-49bf-8abd-5de6c4bf0ab0","da65d83c-67bd-4d54-9c9a-50d57ca115bb","f25a4bbe-2af0-4d4a-95d4-d52c5937c747","f6c69c2f-729b-49ed-909d-57190a728e11"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","CMM","P22","PRM","PRNA","RNA","SLD","WOT"],"rulings":[{"date":"2023-09-01","text":"If an opponent is instructed to draw multiple cards, that player draws all of them before deciding how many times to pay as the multiple triggered abilities from Smothering Tithe resolve."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"smuggler's copter":{"name":"Smuggler's Copter","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this Vehicle attacks or blocks, you may draw a card. If you do, discard a card.\nCrew 1 (Tap any number of creatures you control with total power 1 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Crew":{"power":1,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"AttacksOrBlocks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks or blocks, you may draw a card. If you do, discard a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"49136bdc-bc50-49a2-999a-1ef9c16ea130","metadata":{"source_printing_ids":["1daf0244-ffb9-42f3-8301-34cee7b9ae1b","2680ed41-da35-475a-9d80-ae2f4686feed","7832abb5-5107-4603-904e-491b221bd3e3","c75513ba-5d95-4181-ad19-742072546ac6","cdb307bd-63d0-4739-a113-451c193f0b4a","d0e53c71-6a58-4ea1-a550-f3cbd749eafd"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["FCA","KLD","NEC","PKLD","PLST","SLD"],"rulings":[{"date":"2017-09-29","text":"Any untapped creature you control can be tapped to pay a crew cost, even one that just came under your control."},{"date":"2017-09-29","text":"Creatures that crew a Vehicle aren't attached to it or related in any other way. Effects that affect the Vehicle, such as by destroying it or giving it a +1/+1 counter, don't affect the creatures that crewed it."},{"date":"2017-09-29","text":"Each Vehicle is printed with a power and toughness, but it's not a creature. If it becomes a creature (most likely through its crew ability), it will have that power and toughness."},{"date":"2017-09-29","text":"For a Vehicle to be able to attack, it must be a creature as the declare attackers step begins, so the latest you can activate its crew ability to attack with it is during the beginning of combat step. For a Vehicle to be able to block, it must be a creature as the declare blockers step begins, so the latest you can activate its crew ability to block with it is during the declare attackers step. In either case, players may take actions after the crew ability resolves but before the Vehicle has been declared as an attacking or blocking creature."},{"date":"2017-09-29","text":"If a permanent becomes a copy of a Vehicle, the copy won't be a creature, even if the Vehicle it's copying has become an artifact creature."},{"date":"2017-09-29","text":"If an effect causes a Vehicle to become an artifact creature with a specified power and toughness, that effect overwrites the Vehicle's printed power and toughness."},{"date":"2017-09-29","text":"Once a Vehicle becomes a creature, it behaves exactly like any other artifact creature. It can't attack unless you've controlled it continuously since your turn began, it can block if it's untapped, it can be tapped to pay a Vehicle's crew cost, and so on."},{"date":"2017-09-29","text":"Once a player announces that they are activating a crew ability, no player may take other actions until the ability has been paid for. Notably, players can't try to stop the ability by changing a creature's power or by removing or tapping a creature."},{"date":"2017-09-29","text":"Vehicle is an artifact type, not a creature type. A Vehicle that's crewed won't normally have any creature type."},{"date":"2017-09-29","text":"When a Vehicle becomes a creature, that doesn't count as having a creature enter the battlefield. The permanent was already on the battlefield; it only changed its types. Abilities that trigger whenever a creature enters the battlefield won't trigger."},{"date":"2017-09-29","text":"You may activate a crew ability of a Vehicle even if it's already an artifact creature. Doing so has no effect on the Vehicle. It doesn't change its power and toughness."},{"date":"2017-09-29","text":"You may tap more creatures than necessary to activate a crew ability."}],"rarities":["rare"]},"smuggler's share":{"name":"Smuggler's Share","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, draw a card for each opponent who drew two or more cards this turn, then create a Treasure token for each opponent who had two or more lands enter the battlefield under their control this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"PlayerAttribute","relation":{"type":"Opponent"},"attr":{"type":"CardsDrawnThisTurn","player":{"type":"ScopedPlayer"}},"comparator":"GE","value":{"type":"Fixed","value":2}}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"PlayerAttribute","relation":{"type":"Opponent"},"attr":{"type":"BattlefieldEntriesThisTurn","player":{"type":"ScopedPlayer"},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}},"comparator":"GE","value":{"type":"Fixed","value":2}}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, draw a card for each opponent who drew two or more cards this turn, then create a Treasure token for each opponent who had two or more lands enter the battlefield under their control this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"17b29350-4f37-4552-8192-4856b15345f9","metadata":{"related_token_ids":["02eda719-658b-52e3-8f94-b66dda715865","f7ea7823-dda8-5a31-b223-305e41cbcaf2"],"source_printing_ids":["229caa63-ff7e-4e10-99e9-c593d5dac92f","87e58a16-f344-4a7c-9eca-a71f7c27ad97","f1ced678-5cfd-49ff-9420-6ee52d5edf5a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MKC","NCC","PNCC"],"rarities":["rare"]},"sméagol, helpful guide":{"name":"Sméagol, Helpful Guide","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Halfling","Horror"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, if a creature died under your control this turn, the Ring tempts you.\nWhenever the Ring tempts you, target opponent reveals cards from the top of their library until they reveal a land card. Put that card onto the battlefield tapped under your control and the rest into their graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RingTemptsYou"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if a creature died under your control this turn, the ring tempts you.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false},{"mode":"RingTemptsYou","execute":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"kept_destination":"Battlefield","rest_destination":"Graveyard","enter_tapped":true,"enters_under":"You"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever the ring tempts you, target opponent reveals cards from the top of their library until they reveal a land card. Put that card onto the battlefield tapped under your control and the rest into their graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"6b974499-bf1c-4e5b-a72c-c72220f4e591","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["13253f8d-1897-41e8-a904-9e57ac7eff0a","9d842adf-72af-41fd-9d9b-b38d39a44b24","b25f98d4-c0a3-4712-b612-6b03365f9641","b3ebf3a3-3dd1-48e0-ad84-c3295de2e032"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"As the Ring tempts you, you get an emblem named The Ring if you don't have one. Then your emblem gains its next ability and you choose a creature you control to become (or remain) your Ring-bearer."},{"date":"2023-06-16","text":"Each player can have only one emblem named The Ring and only one Ring-bearer at a time."},{"date":"2023-06-16","text":"Each time the Ring tempts you, you must choose a creature if you control one."},{"date":"2023-06-16","text":"If the creature you choose as your Ring-bearer was already your Ring-bearer, that still counts as choosing that creature as your Ring-bearer for the purpose of abilities that trigger \"whenever you choose a creature as your Ring-bearer\" or abilities that care about which creature was chosen as your Ring-bearer."},{"date":"2023-06-16","text":"Sméagol, Helpful Guide doesn't need to have been on the battlefield when the creature died. For example, if a creature dies under your control during combat on your turn and you cast Sméagol, Helpful Guide during your second main phase, its first ability will trigger at the beginning of your end step."},{"date":"2023-06-16","text":"Sméagol, Helpful Guide's first ability will trigger only once during your end step, no matter how many creatures died under your control this turn. However, if no creatures have died under your control so far this turn as your end step begins, the ability won't trigger at all. It's not possible to cause a creature to die under your control during the end step in time to have the ability trigger."},{"date":"2023-06-16","text":"Some spells and abilities that cause the Ring to tempt you may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. The Ring won't tempt you."},{"date":"2023-06-16","text":"The Ring can tempt you even if you don't control a creature. In this case, abilities that trigger \"whenever the Ring tempts you\" will still trigger."},{"date":"2023-06-16","text":"The Ring gains its abilities in order from top to bottom. Once it gains an ability, it has that ability for the rest of the game."}],"rarities":["rare"]},"snapcaster mage":{"name":"Snapcaster Mage","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this creature enters, target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to its mana cost. (You may cast that card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flashback"}],"duration":"UntilEndOfTurn","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2bb2eda7-3b38-4c56-870f-c3218a1056f5","metadata":{"source_printing_ids":["12917e60-cea1-460b-b3f1-8d47cc24afdc","22b36ad5-bf4d-436a-9c3c-fa4acd0052fe","4790a887-26dd-4a5f-9b85-10346cb6328b","4cbdacc1-7a1b-4633-85f5-eb50c2bf406d","7e41765e-43fe-461d-baeb-ee30d13d2d93","96791b5f-88d1-4455-95cb-73d529977b1c","9e5b279e-4670-4a1e-87d0-3cab7e4f9e58","cbcec142-ba44-4d66-a1cc-9f98870a69d5","ee203ede-b9af-4f97-84ca-597debf2efd0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC","INR","ISD","MM3","PLST","PPRO","PR23","PRM","PUMA","SIS","SLD","UMA"],"rulings":[{"date":"2021-03-19","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2021-03-19","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-03-19","text":"If a card has multiple instances of flashback, you may choose any of its flashback costs to pay."},{"date":"2021-03-19","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-03-19","text":"If a card with no mana cost gains flashback, it has no flashback cost. It can't be cast this way."},{"date":"2021-03-19","text":"If a split card gains flashback, you pay only the cost of the half you're casting."},{"date":"2021-03-19","text":"If you cast a spell with flashback, you can't pay any alternative costs such as overload costs. You can pay additional costs such as kicker costs. If the spell has any mandatory additional costs, you must pay those to cast the spell with flashback."},{"date":"2021-03-19","text":"If you cast an instant or sorcery with {X} in its mana cost this way, you still choose the value of X as part of casting the spell and pay that cost."},{"date":"2021-03-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-03-19","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-03-19","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["rare","mythic"]},"sneaky snacker":{"name":"Sneaky Snacker","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen you draw your third card in a turn, return this card from your graveyard to the battlefield tapped.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"When you draw your third card in a turn, return this card from your graveyard to the battlefield tapped.","constraint":{"type":"NthDrawThisTurn","n":3},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"f255492e-4e12-48b4-9c19-8a2a2780a1b7","metadata":{"source_printing_ids":["0e3aedae-e4bb-48e3-9f8b-bea0430df306"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rarities":["common"]},"snuff out":{"name":"Snuff Out","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you control a Swamp, you may pay 4 life rather than pay this spell's mana cost.\nDestroy target nonblack creature. It can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"NotColor","color":"Black"}]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy target nonblack creature. It can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"324824cb-f938-401c-b9b5-d8908b431ef0","casting_options":[{"kind":"AlternativeCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":4}},"condition":{"type":"YouControlSubtypeCountAtLeast","subtype":"swamp","count":1}}],"metadata":{"source_printing_ids":["18a3cca1-e50e-49b6-9e1a-f86640e3b177","1de0e766-9246-413e-884c-af1826857547","5d70f4ea-49fb-46f0-b917-5607d944515c","75bbe89f-09af-494e-b58e-271f64bde4b5","760660d0-06f2-49ea-afbf-647d7f1ea151","9eba002c-3562-4295-81e4-5f408f1556c6","a3b1fc65-3620-4052-a1f8-1779d95029c7","db8b3560-4940-40cc-9797-f909dcb1519b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["DDD","FIC","GVL","MB2","MMQ","PMEI","SLD","WHO"],"rarities":["common","uncommon","rare"]},"sol ring":{"name":"Sol Ring","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}{C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"6ad8011d-3471-4369-9d68-b264cc027487","metadata":{"source_printing_ids":["04002706-2236-4b79-bdea-4f263e43cb9c","06be8262-4636-4a2c-a0c8-de741cf45aed","0afa0e33-4804-4b00-b625-c2d6b61090fc","0d38ff41-a60c-4d70-92e4-4d3d3ab073a3","0ddf922b-2005-411c-9537-ab2884b54507","0f003fde-be17-4159-a361-711ed0bee911","0f44a54b-512e-45ef-80ee-7982d2eaf762","13788423-db82-4e76-83ad-3f812a4d547a","14dbce79-1fcc-4cc9-bf38-7729e44a411e","16089845-be81-4fc2-82a8-8a28ec7e20d4","16a2c470-b2b8-4633-89b1-7b936bcaff8d","16fbbd8d-bb18-4a8b-95a4-30ad6d548f72","180000d4-6844-4292-b768-b1f74a3b8b2d","19911e6e-7c35-4281-b31c-266382f052cc","199cde21-5bc3-49cd-acd4-bae3af6e5881","1abcafa9-0f27-482f-95a9-24520f0106b8","1b023575-4cb5-434f-92ef-d3b81aaa3c3e","1b3a4537-1d51-47ac-a12e-6b8d68f530e6","21365def-bec7-4ec0-a1e9-34c85bf6c274","2418af21-7be9-4dec-8be6-4d0bcf84a7ca","27ea0aa3-30c0-4eb4-b262-ce70781277ce","2824f3fb-82e6-43bd-babf-da6777a5b075","286bea73-8ad8-4423-8a7c-8497420fdb54","2c52c96d-e20f-4025-b759-674b36cf0db3","2d47121d-8b90-4d28-9ffa-0a640b9dd611","2f18e125-ac4a-45d0-8055-98f59c77324e","33773feb-5b49-4d44-adca-93b99009acc0","3459b229-7c46-4f70-87d4-bb31c2c17dd9","38d347b7-dc17-417a-ab07-29fe99b9a101","3917f744-b876-47ae-94ad-f72b215ff1e7","3dd5ea51-68f7-4c12-a96b-8caca0d54640","3e10052f-b3e5-4a2c-b268-9a12ce354eb9","40c825d3-004f-4dea-9d82-815617fb0a41","46ca0b66-a000-4483-b916-f5b89e710244","4cbc6901-6a4a-4d0a-83ea-7eefa3b35021","4f943781-ce41-40e2-9c45-25dcd24f0090","508b2c62-a344-4897-a3a4-4f0555627fc1","5805f64c-dd88-4e94-8f0a-a01dae67e3ba","58b26011-e103-45c4-a253-900f4e6b2eeb","5b9fe249-9bda-462b-922c-f01c904c233a","5bef0790-aa1b-4144-8391-338e59e86115","60bc8cfc-8f68-4ec7-92a7-98380d92f69e","65b145dd-8529-4bff-b381-b4be53f24b54","6714ffab-5950-4cb7-9b25-d7423dda9ccc","69c43267-e862-4c08-ae7b-0d400d31f297","6c5c9437-3d99-4a7c-8255-9acdcb1acc40","6d5b06e4-bbc8-405b-bc53-1380dba3696e","74109c41-d1e7-4108-bed1-3d9110d5e7d2","7454e0cc-98c2-48a1-b2c9-49908d2aedcc","76cd916c-7464-4391-814b-09eac0d8d204","772edef7-2f17-4244-b1bb-4e7a53c253e1","7a8db21f-722b-4a07-985b-8d25a0b0006a","7b0ccfd4-f118-4497-9c5a-54cf12000e16","7bf22be9-bf1a-48ec-a825-d19504f9dfcc","7d698bdd-b485-409d-b03e-c7c7d3fe9a92","7fccf54e-c257-4be6-af85-4e0a0fb42f36","803fd65f-4ca6-4fe4-abc2-72aa32ebb3a5","82f1a8a3-7fdb-49a3-9649-b5c0b4755cd5","835df088-5860-46b1-9c4d-3607d0293963","83a0f2eb-2f6d-4aaa-b7a9-ea06d5de7eca","842c3df8-43c9-4555-901c-67cdbfd26348","858e0b83-7927-4e34-ae25-6ad7a787ad97","870ec754-a76c-40ea-9b81-81b3dca1f62c","880711b0-da06-4c4f-aa4e-1be58fc0bc67","8a5edac3-855a-4820-b913-44de5b29b7d0","8ae6d023-2945-47f1-bc9f-f9c5ff9f5282","8f69a74a-778c-4a1d-99ad-6ca04771fb23","8fb860f9-3729-436e-adfb-c98c2a389d5d","90f2398b-d41e-4e4b-bc93-5a1f34b52345","9138d11a-d55f-4c46-bb27-7e8e15a44e8c","91fdb56b-54d5-4272-8319-505ff987fe9b","9a34ac23-e318-4c0b-ab4c-e1eaa0e2547e","9ef06694-e05d-4e96-a588-bd276447dcf8","9f4d9a0c-5a9a-4486-b8a0-942e73688fb4","9fac535f-46a3-440b-bb93-6fe4b2dba600","a739dd30-1fce-49db-99fb-15e346f4f2db","a7fc546e-7e3c-436d-a0b9-9ac3548ec344","a8260eef-5ff2-4058-8aa5-469b402eaf65","aa21fc27-42d0-456a-9882-34d7f404270b","ab696cab-2d83-444f-8068-dbf071c75de9","acce65cc-9093-45a6-8c86-97edce545050","af88e4e8-b694-4ec0-8885-701ea30bf84c","b162b131-5612-4605-9de8-a5731eeac37e","b68a8c69-0e59-4491-9e4d-4c50600a035e","b79cb394-eb91-4b3b-91d4-c6a0f723feb1","beebe533-29b9-4041-ab66-0a8233c50d56","c0fb91ec-20a8-4c13-9469-18885b1ecca3","c1f93f78-645b-4f21-a80b-5542f3328111","c4300d24-1cae-4dd5-be7e-38cc677cf5bd","c46138f0-224a-4ca9-bf03-badb2ae5ee21","c5430a1d-a575-4853-93f2-635c327eea15","c6399a22-cebf-4c1d-a23e-4c68f784ac1b","c6721419-70aa-4137-98d5-98ef17720c8e","c946b161-0e4f-4c0a-a075-cdcf05504d0b","ca15027f-0f32-4018-9da8-50e4002fa6f8","ca57eebe-5bc9-4cff-ae91-ccd509aa36ce","d105068a-d4f1-4971-b5a0-72806a798497","d1d8d32d-ebb2-46c2-b909-b7f71d33159e","d582b3c3-996e-4f4b-9efd-134e127d563c","d74a72a2-d46a-41c2-a400-70571197b020","d75bfbe3-41a0-44e1-86ce-f56c9bcf57d7","d9e098aa-a886-430e-8f11-78fb6f2d8ada","db0dfaa7-40b2-4065-9cef-22e6af8ad53c","e07f656c-97b5-4147-821a-edbb49f34e19","e1187999-521d-4ed0-8673-6eb8f3c58bb8","e3450882-d791-4172-b02a-ee7fdb36acfc","e3b2235b-6c18-436e-9d80-4a82ce0cac14","e672d408-997c-4a19-810a-3da8411eecf2","e675f7e2-5c9f-4912-8fdd-daaeda284a3d","ebfcda26-1f28-4d60-bc7b-8c0bafc6b132","eca9ae7b-a6d9-43ea-92d4-0110fd6643a7","ee6e5a35-fe21-4dee-b0ef-a8f2841511ad","f19a0013-ebf9-4472-a2ed-462c59d212a5","f2301532-a61f-4038-b771-6c34b6505b09","f48f7190-9ee3-477f-8b25-91e8c2916624","f9a32f17-49c4-4654-a087-1ba474f37377","fe202721-c5be-46de-9fb3-ac18c699e10d","fff440c0-7e6a-46c2-9989-f1b5af20fd44"]},"legalities":{"commander":"legal","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"restricted"},"printings":["2ED","30A","3ED","40K","AFC","BLC","BRC","C13","C14","C15","C16","C17","C18","C19","C20","C21","CC1","CC2","CED","CEI","CLB","CM2","CMA","CMD","CMM","CMR","DMC","DRC","DSC","ECC","EOC","FBB","FDC","FIC","G05","KHC","LCC","LEA","LEB","LTC","M3C","MB2","ME4","MIC","MKC","MOC","MPS","MSC","NCC","NEC","ONC","OTC","PF19","PFDN","PIP","PLG22","PLST","PRM","PZ1","SCD","SLC","SLD","SOC","SUM","TDC","TLE","TMC","V10","VMA","VOC","WHO","WOC","ZNC"],"rarities":["common","uncommon","rare","mythic","special"]},"sold out":{"name":"Sold Out","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature. If it was dealt damage this turn, create a Clue token. (It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Clue","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Clue"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"WasDealtDamageThisTurn"}]},"use_lki":true},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature. If it was dealt damage this turn, create a Clue token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6a69d4b1-72dd-4599-a16d-32299de5b0b9","metadata":{"related_token_ids":["471bf61f-ffd6-5db6-8c09-05eb327b65b8"],"source_printing_ids":["1affba6d-2cca-4cdf-8690-1e23ffbe8462"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rarities":["common"]},"soldier military program":{"name":"SOLDIER Military Program","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, choose one. If you control a commander, you may choose both instead.\n• Create a 1/1 white Soldier creature token.\n• Put a +1/+1 counter on each of up to two Soldiers you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Create a 1/1 white Soldier creature token.","Put a +1/+1 counter on each of up to two Soldiers you control."],"allow_repeat_modes":false,"constraints":[{"type":"ConditionalMaxChoices","condition":{"type":"Static","condition":{"type":"ControlsCommander","ownership":"Any"}},"max_choices":2,"otherwise_max_choices":1}],"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[{"Subtype":"Soldier"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3e2034ee-adc5-4a24-9605-c9722bf813c1","metadata":{"related_token_ids":["209e5852-fa60-5aca-9ba9-f1dab843255b"],"source_printing_ids":["dddad2c2-bd19-42bd-aad6-bbf23ccef269","fda5e860-2d9c-4c7a-981a-86c58e59cd14"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"The commander you control doesn't have to be your commander."},{"date":"2025-06-06","text":"There's no extra bonus if you control more than one commander."}],"rarities":["rare"]},"soldier of the pantheon":{"name":"Soldier of the Pantheon","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Protection from multicolored\nWhenever an opponent casts a multicolored spell, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Protection":"Multicolored"}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"ColorCount","comparator":"GE","count":2}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a multicolored spell, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a97f3131-586b-440f-a646-50d65e12e13f","metadata":{"source_printing_ids":["5cfc0f46-4df4-4ae3-bfe6-391916eb590f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EA2","THS"],"rulings":[{"date":"2013-09-15","text":"Most hybrid spells and permanents, including the ones in the Return to Ravnica block, are multicolored, even if you cast them with one color of mana."},{"date":"2013-09-15","text":"Soldier of the Pantheon can't be enchanted or equipped by multicolored Auras and Equipment, it can't be blocked by multicolored creatures, it can't be targeted by multicolored spells or abilities from multicolored sources, and all damage dealt to it by multicolored sources is prevented."}],"rarities":["rare"]},"solid footing":{"name":"Solid Footing","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash\nEnchant creature\nEnchanted creature gets +1/+1.\nAs long as enchanted creature has vigilance, it assigns combat damage equal to its toughness rather than its power.","non_ability_text":null,"flavor_name":null,"keywords":["Flash",{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+1."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"},{"type":"WithKeyword","value":"Vigilance"}]},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as enchanted creature has vigilance, it assigns combat damage equal to its toughness rather than its power."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"edc91e1a-a305-4c14-9d85-077a410528fa","metadata":{"source_printing_ids":["0900a8d1-a1b1-48c9-8af1-726a623c7d74"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO"],"rulings":[{"date":"2020-04-17","text":"Solid Footing’s last ability doesn’t change the enchanted creature’s power; it changes only the amount of combat damage that creature assigns. All other rules and effects that check power or toughness use the actual values. For example, if a creature fights while enchanted by Solid Footing, that creature will deal damage equal to its power, not its toughness."}],"rarities":["common"]},"solitude":{"name":"Solitude","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Incarnation"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nLifelink\nWhen this creature enters, exile up to one other target creature. That creature's controller gains life equal to its power.\nEvoke—Exile a white card from your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Lifelink",{"Evoke":{"type":"NonMana","data":{"type":"Exile","count":1,"zone":"Hand","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"HasColor","color":"White"},{"type":"InZone","zone":"Hand"}]}}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile up to one other target creature. That creature's controller gains life equal to its power.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.74a: When this permanent enters, if its evoke cost was paid, sacrifice it.","constraint":null,"condition":{"type":"CastVariantPaid","variant":"Evoke"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dcb9c2a7-ae54-4ddc-a567-640bf4bf4366","metadata":{"source_printing_ids":["0150e5a9-99d8-4d81-be9c-3a8e98a41758","09ddb4a6-8144-4acc-9caa-4026a7a0537f","2fb1d543-4f6a-41fa-b4f5-c723d203f32b","47a6234f-309f-4e03-9263-66da48b57153","bbc46960-fdf1-4227-93b8-3fd778be896b","febad44a-eaf0-4122-87c5-a12d17f28392"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["H2R","MH2","PMH2","PRM","SLD","SPG"],"rulings":[{"date":"2021-06-18","text":"If you pay the evoke cost, you can have the creature's own triggered ability resolve before the evoke triggered ability. You can cast spells after that ability resolves but before you have to sacrifice the creature."},{"date":"2021-06-18","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an evoke cost), add any cost increases, then apply any cost reductions. The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["mythic"]},"song of the dryads":{"name":"Song of the Dryads","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant permanent\nEnchanted permanent is a colorless Forest land.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"SetCardTypes","core_types":["Land"]},{"type":"SetColor","colors":[]},{"type":"SetBasicLandType","land_type":"Forest"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted permanent is a colorless Forest land."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7c3944fa-7c86-4979-85a9-86196aa94594","metadata":{"source_printing_ids":["00e58486-07a5-4a2d-8563-22c7f14c0a6e","073d85e6-1c43-46d8-b7d2-5e2ff61caf5c","0ccb4579-b090-45f6-a967-cec2c195f565","161e66e3-0339-495c-bd06-0a799a254906","94914c52-498d-4e15-89e5-7b23e02cf453","cce1130c-fc27-4508-a621-5d720a4df4ea"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","CMA","CMM","PLST","SLD"],"rulings":[{"date":"2014-11-07","text":"If the permanent was an Aura or an Equipment, it becomes unattached from whatever it was attached to."},{"date":"2014-11-07","text":"The enchanted permanent loses any card types, subtypes, and colors it previously had. It keeps any supertypes it had and its name remains unchanged. It gains “{T}: Add {G}” and loses all other abilities from its rules text. It will still have any abilities it gained from other effects."}],"rarities":["rare"]},"songcrafter mage":{"name":"Songcrafter Mage","mana_cost":{"type":"Cost","shards":["Green","Blue","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Bard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this creature enters, target instant or sorcery card in your graveyard gains harmonize until end of turn. Its harmonize cost is equal to its mana cost. (You may cast that card from your graveyard for its harmonize cost. You may tap a creature you control to reduce that cost by {X}, where X is its power. Then exile the spell.)","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Harmonize":{"type":"SelfManaCost"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain harmonize"}],"duration":"UntilEndOfTurn","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target instant or sorcery card in your graveyard gains harmonize until end of turn. Its harmonize cost is equal to its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","Blue"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"13f0863f-ae54-4bea-8f01-7f3891797577","metadata":{"source_printing_ids":["584eb844-91e2-47fb-b4e0-f5def65b824a","9523bc07-49e5-409c-ae6b-b28e305eef36"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"A spell cast using harmonize will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2025-04-04","text":"If a card with harmonize is put into your graveyard during your turn, you can cast it if it’s legal to do so before any other player can take any actions."},{"date":"2025-04-04","text":"Tapping a creature won’t reduce colored mana components of harmonize costs."},{"date":"2025-04-04","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a harmonize cost) you’re paying, add any cost increases, then apply any cost reductions (such as the cost reduction from tapping a creature). The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2025-04-04","text":"You can cast a spell using harmonize even if it was somehow put into your graveyard without having been cast."},{"date":"2025-04-04","text":"You must still follow any timing restrictions and permissions, including those based on the card’s type. For instance, you can cast a sorcery using harmonize only when you could normally cast a sorcery."},{"date":"2025-04-04","text":"“Harmonize [cost]” means “You may cast this card from your graveyard by paying [cost] and tapping up to one untapped creature you control rather than paying the spell’s mana cost,” “If you cast this spell using its harmonize ability, its total cost is reduced by an amount of generic mana equal to the tapped creature’s power,” and “If the harmonize cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.”"}],"rarities":["rare"]},"sonic shrieker":{"name":"Sonic Shrieker","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, it deals 2 damage to any target and you gain 2 life. If a player is dealt damage this way, they discard a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals 2 damage to any target and you gain 2 life. If a player is dealt damage this way, they discard a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"d317e3f1-553f-44f6-8543-d6d4c42534ad","metadata":{"source_printing_ids":["46a8ee3f-cee5-4971-9112-393f639a210e","7c231437-8bec-42e0-9175-af74c752b119"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rarities":["uncommon"]},"soul barrier":{"name":"Soul Barrier","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent casts a creature spell, this enchantment deals 2 damage to that player unless they pay {2}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a creature spell, ~ deals 2 damage to that player unless they pay {2}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3aab67bb-f287-4aa6-a3c5-e850b22dfff6","metadata":{"source_printing_ids":["9ad7fac7-db4d-45b2-aba6-16f4fd1a586f","dfd50e68-2063-4fae-bb56-eb224d43b147"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["5ED","ICE"],"rulings":[{"date":"2008-04-01","text":"A “creature spell” is any spell with the type Creature, even if it has other types such as Artifact or Enchantment. Older cards of type Summon are also Creature spells."}],"rarities":["common","uncommon"]},"soul conduit":{"name":"Soul Conduit","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{6}, {T}: Two target players exchange life totals.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExchangeLifeTotals","player_a":{"type":"Player"},"player_b":{"type":"Player"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":6}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{6}, {T}: Two target players exchange life totals.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":2,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b48befc5-a9f2-4a64-a16d-c883b034ea9c","metadata":{"source_printing_ids":["aa7e4989-cba7-4e0c-bb9d-140af6c006c3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NPH"],"rulings":[{"date":"2011-06-01","text":"If a player can’t gain life, that player can’t exchange life totals with a player with a higher life total. If a player can’t lose life, that player can’t exchange life totals with a player with a lower life total. In either of these cases, neither player’s life total will change."},{"date":"2011-06-01","text":"If one of the targeted players is an illegal target when the activated ability tries to resolve, the exchange won’t happen. Neither player’s life total will change."},{"date":"2011-06-01","text":"In a Two-Headed Giant game, each player is considered to have the same life total as their team. If the two targeted players are on different teams, the teams will end up exchanging life totals. If the two targeted players are teammates, nothing will happen."},{"date":"2011-06-01","text":"When the life totals are exchanged, each player gains or loses the amount of life necessary to equal the other player’s previous life total. For example, if Player A has 5 life and Player B has 3 life before the exchange, Player A will lose 2 life and Player B will gain 2 life. Replacement effects may modify these gains and losses, and triggered abilities may trigger on them."}],"rarities":["rare"]},"soul enervation":{"name":"Soul Enervation","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this enchantment enters, target creature gets -4/-4 until end of turn.\nWhenever one or more creature cards leave your graveyard, each opponent loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-4},"toughness":{"type":"Fixed","value":-4},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, target creature gets -4/-4 until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Owned","controller":"You"}]},"origin":"Graveyard","destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more creature cards leave your graveyard, each opponent loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5b4508a3-1d21-46ec-8a50-cd3171a7348a","metadata":{"source_printing_ids":["6f22ac67-06ce-47cc-a515-d216d30b9cae","7ef61777-be03-40c5-be9c-d573cf025813"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"If multiple creature cards leave your graveyard at the same time, Soul Enervation's last ability will trigger only once."}],"rarities":["uncommon"]},"soul warden":{"name":"Soul Warden","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature enters, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f3fad295-1af2-4ecc-8546-b121ad6be27b","metadata":{"source_printing_ids":["122cfae7-ab44-4458-9f1d-ca43f9766777","37fee9ca-a9bc-4369-b71f-69f4183d1c1e","494d4f46-4cf7-40f6-9988-5103146f3ff2","5fe5fe13-b57d-4514-89e6-79909474f7e8","6bbdd169-958f-42df-812d-f75fbed9576f","8e883f62-57de-4005-a937-27d0809ca04a","ad5590a7-dca5-40e3-b760-4d68d99b8740","bc9df8ac-0214-4d8a-a401-667f8c34e63e","d563249e-7203-4d54-af5a-82d2f1a584cb","d5ee24ee-4d28-4634-bd43-90eff15c16dd","d96266b3-a7cb-40ce-a328-ac13719fe5f0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","9ED","BRB","EXO","HA1","HOP","M10","MD1","MM3","PLST","PSAL","SLD","SPG","WC98"],"rulings":[{"date":"2025-01-24","text":"If this creature enters at the same time as one or more other creatures, its ability will trigger for each of those other creatures. "}],"rarities":["common","uncommon","rare","mythic"]},"spawn of mayhem":{"name":"Spawn of Mayhem","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Spectacle {1}{B}{B} (You may cast this spell for its spectacle cost rather than its mana cost if an opponent lost life this turn.)\nFlying, trample\nAt the beginning of your upkeep, this creature deals 1 damage to each player. Then if you have 10 or less life, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample",{"Spectacle":{"type":"Cost","shards":["Black","Black"],"generic":1}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"All"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"Fixed","value":10}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, ~ deals 1 damage to each player. Then if you have 10 or less life, put a +1/+1 counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6a290adf-7b75-451e-bb79-9c13e10b38aa","metadata":{"source_printing_ids":["8be01b8d-e0ef-44d1-ac97-39bb5a0e76be","c78aa786-a6ea-429f-a9e1-48f848578af3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLU","PRNA","RNA"],"rulings":[{"date":"2019-01-25","text":"If Spawn of Mayhem gains lifelink, the damage it deals will cause you to simultaneously lose and gain life. If your life total is 1, you won't lose the game."},{"date":"2019-01-25","text":"If each player has 0 life after Spawn of Mayhem's triggered ability resolves, each player loses the game at the same time and the game ends in a draw."},{"date":"2019-01-25","text":"In a Two-Headed Giant game, Spawn of Mayhem's last ability causes each team to lose 2 life. Then if your team's life total is 10 or less, you put a +1/+1 counter on Spawn of Mayhem."},{"date":"2024-01-12","text":"A card's spectacle cost is the same no matter how much life your opponents lost or how many opponents lost life."},{"date":"2024-01-12","text":"Damage dealt to a player causes that player to lose that much life."},{"date":"2024-01-12","text":"In a multiplayer game, if an opponent loses life and later that turn leaves the game, you can cast a spell for its spectacle cost. (If a player leaves the game during their turn, that turn continues without an active player.)"},{"date":"2024-01-12","text":"Spectacle cares only that an opponent lost life during the turn, not that the opponent's life total is currently lower than it was. For example, if an opponent loses 1 life and then gains 2 life in the same turn, you can cast a spell for its spectacle cost that turn."},{"date":"2024-01-12","text":"Spectacle doesn't change when you can cast the spell. For example, you can't cast a sorcery with spectacle during an opponent's turn unless another effect allows you to do so, even if that player has lost life this turn."},{"date":"2024-01-12","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as a spectacle cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["mythic"]},"specimen freighter":{"name":"Specimen Freighter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, return up to two target non-Spacecraft creatures to their owners' hands.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 9+.)\n9+ | Flying\nWhenever this Spacecraft attacks, defending player mills four cards.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":4},"target":{"type":"DefendingPlayer"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, defending player mills four cards.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature",{"Non":{"Subtype":"Spacecraft"}}],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return up to two target non-Spacecraft creatures to their owners' hands.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"9+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":7}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 9+"}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fb84b94c-dc8c-4182-9b96-abd092b20981","metadata":{"source_printing_ids":["b862a9f8-2361-4220-99bd-ae2530905195"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"spectral sailor":{"name":"Spectral Sailor","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit","Pirate"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nFlying\n{3}{U}: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{U}: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a8fdbcdf-479d-4582-9ad5-9fbd4c740c29","metadata":{"source_printing_ids":["03a49535-c5f3-4a6f-b333-7ac7bffdc9ae","0b25b281-ab3b-4821-8144-dcb1f3281f96","3b591fef-21ca-4a3b-990b-d7897a405511","5ef30b6c-0806-4bf6-9a84-c2aea8d84cf1","67483891-36d1-46f2-8b4f-b8b7bd54bdcc","7743b587-e498-4761-9173-e803c9eed86b","840ec72e-9c20-4316-835e-1af26d05d9dd","8f7ab9b5-e1f7-4a4d-9217-e1aff655de37","d6e1dd43-8ce8-4225-8a04-d6f071f5fb31"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","J22","J25","JMP","LCC","M20","PLST","VOC"],"rarities":["uncommon"]},"speedball, new warrior":{"name":"Speedball, New Warrior","mana_cost":{"type":"Cost","shards":["BlueRed"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts a spell that targets Speedball, he gets +2/+2 until end of turn. You may choose new targets for that spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeTargets","target":{"type":"TriggeringSource"},"scope":{"type":"All"},"forced_to":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Targets","filter":{"type":"SelfRef"}}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a spell that targets ~, he gets +2/+2 until end of turn. You may choose new targets for that spell.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"53d3ef8f-8e0f-4119-8cdc-a0bf076b4e91","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["e040b456-9853-4e94-9bf8-9374888168bb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"spell crumple":{"name":"Spell Crumple","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell. If that spell is countered this way, put it on the bottom of its owner's library instead of into that player's graveyard. Put Spell Crumple on the bottom of its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"},"countered_spell_zone":{"type":"Library","position":{"type":"Bottom"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell. If that spell is countered this way, put it on the bottom of its owner's library instead of into that player's graveyard. Put ~ on the bottom of its owner's library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d4ab7848-5c37-4c6b-be29-0bb703333e5b","metadata":{"source_printing_ids":["522d6195-7660-42c0-848b-cc46e19fc4eb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CM2","CMD"],"rulings":[{"date":"2011-09-22","text":"If the spell is an illegal target when Spell Crumple tries to resolve, it won’t resolve and none of its effects will happen. Spell Crumple will be put into its owner’s graveyard."},{"date":"2011-09-22","text":"If the targeted spell can’t be countered, it won’t be put onto the bottom of its owner’s library. Spell Crumple will still be put on the bottom of its owner’s library."}],"rarities":["uncommon"]},"spell stutter":{"name":"Spell Stutter","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell unless its controller pays {2} plus an additional {1} for each Faerie you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target spell unless its controller pays {2} plus an additional {1} for each Faerie you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"ManaDynamic","quantity":{"type":"Sum","exprs":[{"type":"Fixed","value":2},{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Faerie"}],"controller":"You","properties":[]}}}]}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"f9bf996e-ae14-40a3-a8d8-f5725ddaa270","metadata":{"source_printing_ids":["24447e36-a42f-40a9-ad44-e904b6f9b276"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["WOE"],"rarities":["common"]},"spellbinder":{"name":"Spellbinder","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Imprint — When this Equipment enters, you may exile an instant card from your hand.\nWhenever equipped creature deals combat damage to a player, you may copy the exiled card. If you do, you may cast the copy without paying its mana cost.\nEquip {4}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"sub_ability":null,"duration":null,"description":"Equip {4}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile an instant card from your hand.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ExiledBySource"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"AttachedTo"},"description":"Whenever equipped creature deals combat damage to a player, you may copy the exiled card. If you do, you may cast the copy without paying its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"da50989e-4fd4-4353-afd5-9c1354330ec2","legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DST"],"rulings":[{"date":"2004-12-01","text":"If the copied card is a split card, you choose which one side of it to cast, but you can't cast both sides. You can choose the other side later in the game, though."},{"date":"2004-12-01","text":"Spellbinder imprints a card only once, when it enters. Attaching Spellbinder to a creature doesn't trigger its \"enters\" ability."},{"date":"2004-12-01","text":"Spellbinder's second ability allows you to create a copy of the imprinted instant card in the Exile zone (that's where the imprinted instant card is) and then cast it without paying its mana cost."},{"date":"2004-12-01","text":"You don't pay the spell's mana cost. If the spell has X in its mana cost, X is 0. You do pay any additional costs for that spell. You can't use any alternative costs."},{"date":"2005-03-01","text":"The creation of the copy and then the casting of the copy are both optional."}],"metadata":{"source_printing_ids":["4d193d4f-1beb-4938-b3fb-b2e96d0c9ec4"]}},"spellbook":{"name":"Spellbook","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Book"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You have no maximum hand size.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"NoMaximumHandSize","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have no maximum hand size."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"83133f51-bfbd-4db5-9be0-f660e3b66435","metadata":{"source_printing_ids":["1adade15-5675-495b-a536-e531c4306d3e","26f4d2b1-31d7-40d8-bd4e-cdd128076d0f","286e7d0a-b01f-479b-9bfb-c3e31ade1b28","33fb104c-f8ca-4da2-8f1f-8fe6f291407e","563c9145-f53a-45a5-91ac-99fefa8a6dc1","5dbc3e2c-f6a6-4e4a-adfe-97fbc1596ac3","6d658d91-7387-48e6-889e-42b882598913","a55b4d06-43de-438a-8e75-736243b188e4","fb1b6da4-89f8-442e-9c7a-2f60c180ef87","fdb99979-79f9-4ac0-9f8e-c36ed0a2cc85"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","7ED","8ED","9ED","EXO","M10","PLST"],"rulings":[{"date":"2009-10-01","text":"If multiple effects modify your hand size, apply them in timestamp order. For example, if you put Null Profusion (an enchantment that says your maximum hand size is two) onto the battlefield and then put Spellbook onto the battlefield, you'll have no maximum hand size. However, if those permanents entered in the opposite order, your maximum hand size would be two."}],"rarities":["uncommon"]},"spellskite":{"name":"Spellskite","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Phyrexian","Horror"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{U/P}: Change a target of target spell or ability to this creature. ({U/P} can be paid with either {U} or 2 life.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeTargets","target":{"type":"Or","filters":[{"type":"StackSpell"},{"type":"StackAbility"}]},"scope":{"type":"Single"},"forced_to":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["PhyrexianBlue"],"generic":0}},"sub_ability":null,"duration":null,"description":"{U/P}: Change a target of target spell or ability to ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e0aa6ce0-ca31-433b-ac6c-32b8675cdb71","metadata":{"source_printing_ids":["1a84bada-ed6a-4e97-8a0c-05b7cb32d66f","440e0daf-aafe-4696-a977-ac5b822134e2","6bbb6526-2fea-4f5d-921a-01ce870728de","72204934-f5aa-4559-8f7e-7b0b223580d0","9cc7c56d-1a28-477b-b1d1-854b127e1afc","aa9bf341-0060-467d-99b3-a5bc7f2270b8","d2e8104a-e6db-44bc-95eb-23e78b27a6bd","e9151465-4d98-419e-8cd0-b18ef5716507"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","CLB","J17","MM2","NPH","PRM","SLD"],"rulings":[{"date":"2020-08-07","text":"If Spellskite leaves the battlefield before its ability resolves or otherwise becomes an illegal target for the target spell or ability before its ability resolves, no targets are changed."},{"date":"2020-08-07","text":"If a spell or ability has a variable number of targets, you can't change the number of targets."},{"date":"2020-08-07","text":"If a spell or ability has multiple targets but doesn't use the word “target” multiple times, such as the ability of Deepglow Skate, you can only change one of the targets to Spellskite."},{"date":"2020-08-07","text":"If changing one target of a spell or ability to Spellskite would make other targets of that spell or ability illegal, that target can't be changed to Spellskite."},{"date":"2020-08-07","text":"If the spell or ability has multiple instances of the word “target,” you choose which one target you're changing to Spellskite as Spellskite's ability resolves."},{"date":"2020-08-07","text":"You can activate Spellskite's ability even if Spellskite isn't a legal target for the target spell or ability—or even if that spell or ability has no targets. In this case, no targets are changed."}],"rarities":["rare"]},"spellstutter sprite":{"name":"Spellstutter Sprite","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Faerie","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying\nWhen this creature enters, counter target spell with mana value X or less, where X is the number of Faeries you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Faerie"}],"controller":"You","properties":[]}}}}]}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, counter target spell with mana value X or less, where X is the number of Faeries you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"32e60fb4-e841-4f82-9c83-5e63766e8e6f","metadata":{"source_printing_ids":["181434ed-65eb-4b47-9b12-7bbe6e0d262e","3899605d-2203-4ab6-9ff5-69490382eea4","4e5ba4a9-a282-4d4b-b25a-179e05e458f4","650221f7-d935-498b-a9a1-ec23c89fc5f8","a0e262a3-0e69-4d61-8143-b9d137c31496"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["F11","J22","LRW","MMA","PLST","PRM","SLD"],"rulings":[{"date":"2007-10-01","text":"The value of X needs to be determined both when the ability triggers (so you can choose a target) and again when the ability resolves (to check if that target is still legal). If the number of Faeries you control has decreased enough in that time to make the target illegal, Spellstutter Sprite’s ability won’t resolve (and the targeted spell will resolve as normal)."}],"rarities":["common","rare"]},"spellweaver helix":{"name":"Spellweaver Helix","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Imprint — When this artifact enters, you may exile two target sorcery cards from a single graveyard.\nWhenever a player casts a card, if it has the same name as one of the cards exiled with this artifact, you may copy the other. If you do, you may cast the copy without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"multi_target":{"min":2,"max":{"type":"Fixed","value":2}},"target_constraints":[{"type":"SameZoneOwner","zone":"Graveyard"}],"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile two target sorcery cards from a single graveyard.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TrackedSet","id":0},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts a card, if it has the same name as one of the cards exiled with ~, you may copy the other. If you do, you may cast the copy without paying its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9aa8eef1-fc67-4d54-9783-4d0175a76741","metadata":{"source_printing_ids":["a48d44b4-1c3b-4109-aaad-8351bf8a7624"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MRD"],"rulings":[{"date":"2004-10-04","text":"If the imprinted card leaves the exile zone while the ability to make a copy is on the stack, then no copy will be made."},{"date":"2004-10-04","text":"If this card leaves the battlefield while the ability to make a copy is on the stack, the ability will still make a copy using the last-known-information rule."},{"date":"2004-12-01","text":"If the two imprinted sorcery cards have the same name and a card with that name is cast, only one copy is created, not two."},{"date":"2004-12-01","text":"If there’s only one imprinted sorcery card, nothing happens."},{"date":"2004-12-01","text":"If you don’t want to cast the copy, you can choose not to; the copy ceases to exist the next time state-based actions are checked."},{"date":"2004-12-01","text":"Spellweaver Helix’s second ability creates a copy of the imprinted card in the Exile zone (that’s where the imprinted sorcery card is), then allows you to cast it without paying its mana cost."},{"date":"2004-12-01","text":"You can’t cast the copy if an effect prevents you from casting sorceries or from casting that particular sorcery."},{"date":"2004-12-01","text":"You can’t cast the copy unless all of its targets can be chosen."},{"date":"2004-12-01","text":"You cast the copy while this ability is resolving, and still on the stack. Normally, you’re not allowed to cast spells or activate abilities at this time. Spellweaver Helix’s ability breaks this rule. (The card that triggered this ability is also still on the stack.)"},{"date":"2004-12-01","text":"You don’t pay the spell’s mana cost. If a spell has X in its mana cost, X is 0. You do pay any additional costs for that spell. You can’t use any alternative costs."},{"date":"2005-03-01","text":"The creation of the copy and then the casting of the copy are both optional."},{"date":"2017-04-18","text":"A split card has the same name as a spell if either of its names is that spell’s name."}],"rarities":["rare"]},"spelunking":{"name":"Spelunking","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, draw a card, then you may put a land card from your hand onto the battlefield. If you put a Cave onto the battlefield this way, you gain 4 life.\nLands you control enter untapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":[{"Subtype":"Cave"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw a card, then you may put a land card from your hand onto the battlefield. If you put a Cave onto the battlefield this way, you gain 4 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"description":"Lands you control enter untapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2962fe4c-bf48-454b-8a6b-0f8253352ae8","metadata":{"source_printing_ids":["d3be4257-2316-4a2e-b347-f71c0368a947"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If Spelunking would enter the battlefield at the same time a land you control would enter the battlefield tapped, that land still enters the battlefield tapped."},{"date":"2023-11-10","text":"If a land has an ability that says it enters the battlefield tapped, you choose the order in which that ability's effect and Spelunking's effect apply. This means you can choose to have the land enter tapped or untapped. If a land you control is simply put onto the battlefield tapped without a replacement effect being applied, it always enters untapped if you control Spelunking."}],"rarities":["uncommon"]},"sphere of safety":{"name":"Sphere of Safety","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures can't attack you or planeswalkers you control unless their controller pays {X} for each of those creatures, where X is the number of enchantments you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":["X"],"generic":0},"scaling":{"type":"PerAffectedAndQuantityRef","data":{"quantity":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]}}}},"defended":"PlayerOrPlaneswalker"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures can't attack you or planeswalkers you control unless their controller pays {X} for each of those creatures, where X is the number of enchantments you control."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"92f6c063-a740-4c3c-a60a-569fd298854d","metadata":{"source_printing_ids":["06d72ef4-b7a8-4879-b5e2-91d688d4df85","53434048-aadd-4755-8e57-c7d0c7d450b0","5c4e3031-ffc2-4d4d-a9f9-e85820059315","62388bb9-db71-4687-b6e7-772e90828759","a18d7582-185a-429a-9c6a-fc51b981e0a1","c378b614-ad53-40cd-86fa-6b6c7b82b824","ce3bd0d8-7e44-4cf2-9012-8ff0bc39417f","d2bc190a-e7e1-454d-939b-c4f2beac5f79","f7081618-21f7-49d9-821d-593bf6bd6899"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","DSC","PIO","RTR","RVR","SLD"],"rulings":[{"date":"2012-10-01","text":"If you control Sphere of Safety, your opponents can choose not to attack with a creature with an ability that says it attacks if able."}],"rarities":["uncommon","rare"]},"sphinx of forgotten lore":{"name":"Sphinx of Forgotten Lore","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flash (You may cast this spell any time you could cast an instant.)\nFlying\nWhenever this creature attacks, target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to that card's mana cost. (You may cast that card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"SelfManaCost"}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flashback"}],"duration":"UntilEndOfTurn","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, target instant or sorcery card in your graveyard gains flashback until end of turn. The flashback cost is equal to that card's mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ddb7e868-8f1d-4d57-9ee2-ebadb17b398a","metadata":{"source_printing_ids":["0552a2c4-36d4-405f-a56f-dc55610ae191","9571a123-37b4-42fa-96ba-42580afb6d9d","af6e46b8-62ed-4bca-ba38-a821f225b59f","ce455a01-87c1-42d1-a51e-1f9a7bd553d6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","PFDN"],"rulings":[{"date":"2024-11-08","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2024-11-08","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2024-11-08","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2024-11-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2024-11-08","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2024-11-08","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["mythic"]},"sphinx of the second sun":{"name":"Sphinx of the Second Sun","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":6},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of each of your postcombat main phases, there is an additional beginning phase after this phase. (The beginning phase includes the untap, upkeep, and draw steps.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"Untap","after":"PostCombatMain","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PostCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each of your postcombat main phases, there is an additional beginning phase after this phase.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"516101be-be39-4d84-8fee-d8a79930dd0a","metadata":{"source_printing_ids":["1c0ca3bd-da1d-46ce-843a-cc583b3ecda9","658fa061-b09a-4d38-b685-0d3ee28c8308","be2d74cd-76fb-4bca-99b5-07749aef4d06","e68b70a6-a150-4d81-921c-9b178fe0037d","ef1d8061-e1f0-4bef-bf32-1e7358ae65b6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","MKC","PLST","PRM","SLD"],"rulings":[{"date":"2020-11-10","text":"After the additional beginning phase, the game proceeds to the ending phase (unless something has added even more phases; see below.)"},{"date":"2020-11-10","text":"Even if you don't attack with any creatures during combat, you'll still get a postcombat main phase and Sphinx of the Second Sun's ability will still trigger."},{"date":"2020-11-10","text":"If multiple phases are added to the same point in your turn, the most recently created phase happens first. For example, say you control Sphinx of the Second Sun and its ability triggers during your postcombat main phase. Later during that same main phase, another effect gives you an additional combat phase after this main phase. The additional combat will happen first, followed by the additional beginning phase."},{"date":"2020-11-10","text":"If you somehow have more than two main phases in a turn, each main phase other than the first one is a postcombat main phase, and Sphinx of the Second Sun's ability triggers at the beginning of each of them."},{"date":"2020-11-10","text":"The additional beginning phase all happens during the current turn. Any effects that last \"until your next turn\" or similar won't expire just because you'll go through an additional beginning phase."},{"date":"2020-11-10","text":"The additional beginning phase will be a lot like your normal beginning phase. During the untap step, permanents will phase in or out as appropriate and you'll untap your tapped permanents. Anything that triggers \"at the beginning of your upkeep\" or similar will trigger during the upkeep step, and you'll eventually draw a card for your draw step."}],"rarities":["mythic"]},"sphinx's decree":{"name":"Sphinx's Decree","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each opponent can't cast instant or sorcery spells during that player's next turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"OpponentsOfSourceController"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"CastSpells","spell_filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}}}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":"Each opponent can't cast instant or sorcery spells during that player's next turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7d615b37-8dc6-4142-bf9a-9815dd99025a","metadata":{"source_printing_ids":["5058a729-9739-4548-b420-deebbc0950b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRIX","RIX"],"rulings":[{"date":"2018-01-19","text":"If multiple effects say that an opponent can’t cast instant or sorcery spells during that player’s next turn, they all apply to the same turn."}],"rarities":["rare"]},"spider-woman, stunning savior":{"name":"Spider-Woman, Stunning Savior","mana_cost":{"type":"Cost","shards":["WhiteBlue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spider","Human","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nVenom Blast — Artifacts and creatures your opponents control enter tapped.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}]},"description":"Artifacts and creatures your opponents control enter tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"be2b9c6d-4ecb-49ec-b276-4aa93c5dfc00","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4d502370-a5d9-41b6-a1d3-fa9626b4fc8b","bc9b2a76-3cce-4fd0-a4ef-932747cb11b2","fbf1ea21-2e90-4792-b399-111ff70a9d06"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","PSPM","SPM"],"rarities":["rare"]},"spiders-man, heroic horde":{"name":"Spiders-Man, Heroic Horde","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spider","Hero"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Web-slinging {4}{G}{G} (You may cast this spell for {4}{G}{G} if you also return a tapped creature you control to its owner's hand.)\nWhen Spiders-Man enters, if they were cast using web-slinging, you gain 3 life and create two 2/1 green Spider creature tokens with reach.","non_ability_text":null,"flavor_name":null,"keywords":[{"WebSlinging":{"type":"Cost","shards":["Green","Green"],"generic":4}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Spider","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spider"],"colors":["Green"],"keywords":["Reach"],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if they were cast using web-slinging, you gain 3 life and create two 2/1 green Spider creature tokens with reach.","constraint":null,"condition":{"type":"CastVariantPaidPersistent","variant":"WebSlinging"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d21d7557-9702-46c1-8277-42a3442084c2","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["cd0b828b-461a-5835-8da5-0d684b505914"],"source_printing_ids":["1183262e-1f02-46b3-8cfa-fe30e0016c11","29f7f242-57fa-4714-84fa-3e65c7101985"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","SPM"],"rarities":["uncommon"]},"spike feeder":{"name":"Spike Feeder","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spike"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with two +1/+1 counters on it.\n{2}, Remove a +1/+1 counter from this creature: Put a +1/+1 counter on target creature.\nRemove a +1/+1 counter from this creature: You gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{2}, Remove a +1/+1 counter from ~: Put a +1/+1 counter on target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"Remove a +1/+1 counter from ~: You gain 2 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with two +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5b147eab-39dd-4c2a-8f59-d778037788aa","metadata":{"source_printing_ids":["090a5f1f-9a1a-4e93-8c33-a0204c2917d5","3751b2ae-a234-4691-984b-2f9f6b1cd1df","759522b6-264c-4a02-ad0a-e767e20f0ab1","800ddb3e-df2f-418a-ae05-06e1d56858de","cdbf84e9-74d5-4d6b-9724-bae0d28639f0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["BRB","CMD","F02","PLST","PRM","STH","TPR","TSB","WC98"],"rarities":["uncommon","rare","special"]},"spiked corridor":{"name":"Spiked Corridor","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you unlock this door, create three 1/1 red Devil creature tokens with \"When this token dies, it deals 1 damage to any target.\"\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"UnlockDoor","execute":{"kind":"Spell","effect":{"type":"Token","name":"Devil","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Devil"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, it deals 1 damage to any target.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you unlock this door, create three 1/1 red Devil creature tokens with \"When ~ dies, it deals 1 damage to any target.\"","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e49b902f-a556-4dab-8928-93caf0a3f609","metadata":{"related_token_ids":["db939e9b-b7c1-5084-9880-1856f29766c5"],"source_printing_ids":["b90164a1-8b0a-4445-a0ad-43e4c3324925"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"split","printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"An ability that triggers \"when you unlock this door\" triggers when that door becomes unlocked. This can happen one of two ways: (1) the door becomes unlocked on the battlefield or (2) the door becomes unlocked as the Room enters the battlefield because you cast the corresponding half. In the latter case, since the door becoming unlocked is what causes the ability to trigger, effects that cause abilities that trigger when a permanent enters to trigger an additional time (such as that of Panharmonicon) won't apply."},{"date":"2024-09-20","text":"An ability that triggers \"whenever you fully unlock a Room\" triggers when a door becomes unlocked and the other door of that Room is already unlocked, or when both doors of that Room become unlocked simultaneously."},{"date":"2024-09-20","text":"Any time you have priority during a main phase of your turn and the stack is empty, you may pay the mana cost of a locked door (also called its \"unlock cost\"). That door becomes unlocked. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"Each Room card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2024-09-20","text":"Each Room card is a single card. For example, if you discard a Room card, you've discarded one card, not two. If an effect counts the number of enchantment cards in your graveyard, Bottomless Pool // Locker Room counts once, not twice."},{"date":"2024-09-20","text":"If a Room enters from any zone other than the stack, it will enter with both halves locked."},{"date":"2024-09-20","text":"If a spell or ability would create a copy of a Room spell on the stack, the copy retains the choice of which door was cast but also retains the full characteristics of the spell. The characteristics of the door that wasn't cast are still ignored while the copy is on the stack, and when the copy resolves, the token it becomes will enter with the appropriate door unlocked."},{"date":"2024-09-20","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the door you're casting. For example, if an effect allows you to cast a permanent spell with mana value 3 or less from among cards in your graveyard, you could cast Bottomless Pool this way, but not Locker Room."},{"date":"2024-09-20","text":"If another effect modifies how much noncombat damage the source would deal, including preventing some of it, the player being dealt damage chooses an order in which to apply those effects. If all of the damage is prevented, Torture Pit's effect no longer applies."},{"date":"2024-09-20","text":"If neither door of a Room is unlocked, it's a Room enchantment with no name and no abilities."},{"date":"2024-09-20","text":"If noncombat damage dealt by a source you control is being divided or assigned among multiple players, divide the original amount before adding 2. For example, if you cast a sorcery spell that deals 4 damage divided as you choose among any number of targets, you could have it deal 3 damage to one opponent and 1 damage to another opponent. Those amounts would then be increased to 5 damage and 3 damage, respectively."},{"date":"2024-09-20","text":"Room cards have two card faces with a shared type line on a single card. The characteristics of the door you didn't cast are ignored while the spell is on the stack."},{"date":"2024-09-20","text":"Some abilities allow you to lock a door of a Room you control. You can't choose to lock a door that's already locked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are locked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some abilities allow you to unlock a door of a Room you control. You can't choose to unlock a door that's already unlocked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are unlocked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some doors have abilities that trigger whenever you unlock that door and require one or more targets. You can unlock that door even if there would be insufficient legal targets for that triggered ability. The triggered ability won't go on the stack."},{"date":"2024-09-20","text":"The additional 2 damage is dealt by the same source as the original source of damage. The additional damage isn't dealt by Torture Pit unless Torture Pit is the original source of damage."},{"date":"2024-09-20","text":"To cast a Room spell, choose a half (or \"door\") to cast. There's no way to cast both halves of a Room card. When the Room spell resolves, the corresponding door becomes unlocked as the Room enters."},{"date":"2024-09-20","text":"While in any zone other than the stack or the battlefield, a Room card's characteristics are a combination of its two doors. For example, Bottomless Pool // Locker Room has a mana value of 6 while it's in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Bottomless Pool // Locker Room."},{"date":"2024-09-20","text":"While on the battlefield, a Room's characteristics are a combination of the characteristics of its unlocked doors. For example, if Bottomless Pool // Locker Room is on the battlefield with both doors unlocked, its names are Bottomless Pool and Locker Room, its mana value is 6, it's a Room Enchantment, and it has the abilities in each door's text box."}],"rarities":["rare"]},"spikeshell harrier":{"name":"Spikeshell Harrier","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Robot","Turtle"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, return target creature or Vehicle an opponent controls to its owner's hand. If that opponent's speed is greater than each other player's speed, reduce that opponent's speed by 1. This effect can't reduce their speed below 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"Opponent","properties":[]}]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeSpeed","player_scope":{"type":"ParentObjectTargetController"},"amount":{"type":"Fixed","value":1},"direction":{"type":"Decrease"},"floor":1},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Speed","player":{"type":"ParentObjectTargetController"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Speed","player":{"type":"AllPlayers","aggregate":"Max","exclude":{"type":"ParentObjectTargetController"}}}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, return target creature or Vehicle an opponent controls to its owner's hand. If that opponent's speed is greater than each other player's speed, reduce that opponent's speed by 1. This effect can't reduce their speed below 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"23102d8a-3a93-4e83-af5b-401c85ba9dbc","metadata":{"source_printing_ids":["8f1ece22-ca32-45bb-b5f4-480f9b366cb5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT"],"rarities":["uncommon"]},"spinerock tyrant":{"name":"Spinerock Tyrant","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flying\nWither (This deals damage to creatures in the form of -1/-1 counters.)\nWhenever you cast an instant or sorcery spell with a single target, you may copy it. If you do, those spells gain wither. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Wither"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Wither"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain wither"}],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell with a single target, you may copy it. If you do, those spells gain wither. You may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e35d4c62-5211-4785-b683-a83719195d87","metadata":{"source_printing_ids":["10808193-6ddc-4d53-a3fa-32d7ba80a04f","478bbb7a-4b96-4e04-921e-bdf23185de25","65825a3c-a442-476d-b594-e61d6104dffa","933f0eb4-7c8a-44c9-b91b-f3ff35081d1d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Any damage dealt to creatures by a source with wither, whether it's combat damage or noncombat damage, is dealt in the form of -1/-1 counters."},{"date":"2025-11-17","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2025-11-17","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2025-11-17","text":"The copy is created on the stack, so it's not \"cast.\" Abilities that trigger when a player casts a spell (such as conspire's triggered ability that creates a copy of the spell) won't trigger."},{"date":"2025-11-17","text":"The copy will have the same target unless you choose new ones. If you change the target, the new target must be legal."},{"date":"2025-11-17","text":"You can't choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["mythic"]},"spirebluff canal":{"name":"Spirebluff Canal","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control two or fewer other lands.\n{T}: Add {U} or {R}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Blue","Red"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U} or {R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control two or fewer other lands.","condition":{"type":"UnlessControlsOtherLeq","count":2,"filter":{"type_filters":["Land"],"controller":"You","properties":[{"type":"Another"}]}},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"eb0d8093-5f93-4b25-9384-08f9731bfb28","metadata":{"source_printing_ids":["4e587ea7-0632-4789-ba75-3c410da2bb96","59a04e16-a767-4112-ab01-6ca1b09c286c","9d83bdb3-1f04-4b99-a36b-312da0cbed50","cdd8310d-6a91-46f6-aa85-f73ea37a66a2","f4fc41f3-87d4-4a0d-9ced-d263980378a3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["KLD","KLR","OTJ","PKLD","POTJ","SLD"],"rulings":[{"date":"2016-09-20","text":"If one of these lands enters the battlefield at the same time as one or more other lands (due to Oblivion Sower or Warp World, perhaps), it doesn't take those lands into consideration when determining how many other lands you control."},{"date":"2016-09-20","text":"If one of these lands is your first, second, or third land, it enters the battlefield untapped. If you control three or more other lands, however, it enters the battlefield tapped."}],"rarities":["rare"]},"spirit of the hearth":{"name":"Spirit of the Hearth","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat","Spirit"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nYou have hexproof. (You can't be the target of spells or abilities your opponents control.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Hexproof","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have hexproof."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"30cd69a8-7893-4075-94ca-04450ff821d3","metadata":{"source_printing_ids":["263357fd-4c2e-40ff-b952-e899609e1890","667cf0b6-1dd9-420a-abf8-f6a698aafea7","6ec99c18-d579-4a17-bce9-38a456fb8c9e","93fb7e08-ff15-49b9-bed8-0faadfa8338f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","CN2","EVE","PS11","SLD"],"rarities":["rare"]},"spite":{"name":"Spite","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target noncreature spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Counter target noncreature spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"b829de81-04cd-498e-9f31-074f23e2a488","metadata":{"source_printing_ids":["054f1845-196f-41c1-9682-042171cccd49","1a83658a-8820-4b71-838f-fe1c2ef822d0","5e50dd95-0f65-4150-9f22-0cabcabe2c30","e81e9cef-9c13-4c0d-9590-f7f2899e0320"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"layout":"split","printings":["DDH","DMR","INV","WC01"],"rulings":[{"date":"2022-12-08","text":"A split card's characteristics are a combination of its two halves while it is not on the stack. For example, Assault // Battery has a mana value of 5 while it is in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Assault // Battery."},{"date":"2022-12-08","text":"Each split card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2022-12-08","text":"Each split card is a single card. For example, if you discard a split card, you've discarded one card, not two. If an effect counts the number of sorcery cards in your graveyard, Assault // Battery counts once, not twice."},{"date":"2022-12-08","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the half you're casting. For example, if an effect allows you to cast a sorcery spell with mana value 2 or less from among cards in your graveyard, you could cast Assault this way, but not Battery."},{"date":"2022-12-08","text":"If you copy a spell that's half of a split card, the copy copies that same half. For example, if you copy Assault, the copy is also Assault, not Battery."},{"date":"2022-12-08","text":"Split cards have two card faces on a single card. The characteristics of the half you didn't cast are ignored while the spell is on the stack."},{"date":"2022-12-08","text":"To cast a split card, choose one of its halves to cast. There's no way to cast both halves of this split card."}],"rarities":["uncommon"]},"spitemare":{"name":"Spitemare","mana_cost":{"type":"Cost","shards":["RedWhite","RedWhite"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature is dealt damage, it deals that much damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, it deals that much damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"cf4d8b19-fd11-4200-9871-896772019f4c","metadata":{"source_printing_ids":["49a90d9e-fbd0-4e5b-ac66-a839edf87b8a","8c9b3151-bc77-499c-85a1-4ce021a4351a","fefeb0e2-ddd4-4881-bca4-6c7699c82d79"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DDH","EVE","PLST"],"rulings":[{"date":"2008-08-01","text":"Even if the amount of damage dealt to Spitemare is enough to destroy it, Spitemare’s ability will trigger and it will deal the full amount of damage to the target."}],"rarities":["uncommon"]},"splinter twin":{"name":"Splinter Twin","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature has \"{T}: Create a token that's a copy of this creature, except it has haste. Exile that token at the beginning of the next end step.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"CopyTokenOf","target":{"type":"SelfRef"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"extra_keywords":["Haste"]},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}: Create a token that's a copy of ~, except it has haste. Exile that token at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"{T}: Create a token that's a copy of ~, except it has haste. Exile that token at the beginning of the next end step.\""}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2df3187b-4b91-4de9-9b26-d48a30700cec","metadata":{"related_token_ids":["0a417209-92ea-5ce3-ae2c-251ee22f1b92","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["2f8f22fb-7291-4517-9b15-e98501f2856b","580fbbf8-ba7e-4889-a5ea-d066f3ea8cea","718e0e1d-35bd-4af2-9810-c0cd804e4691"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MM2","PLST","ROE"],"rulings":[{"date":"2010-06-15","text":"Any \"enters\" abilities of the enchanted creature will trigger when the token is put onto the battlefield. Any \"as [this creature] enters\" or \"[this creature] enters with\" abilities of the enchanted creature will also work."},{"date":"2010-06-15","text":"If the ability is activated during a turn's end step, the token will be exiled at the beginning of the following turn's end step."},{"date":"2010-06-15","text":"If the enchanted creature has {X} in its mana cost (such as Protean Hydra), X is considered to be zero."},{"date":"2010-06-15","text":"If the enchanted creature is a token, the new token copies the characteristics of the original token as stated by the effect that put it onto the battlefield, plus it has haste."},{"date":"2010-06-15","text":"If the enchanted creature is copying something else when the ability resolves (for example, if it's a Renegade Doppelganger), then the token enters as a copy of whatever the enchanted creature is copying, plus it has haste."},{"date":"2010-06-15","text":"If the token isn't exiled when the delayed triggered ability resolves (due to Stifle, perhaps), it remains on the battlefield indefinitely. It continues to have haste."},{"date":"2010-06-15","text":"If you activate the ability and the enchanted creature leaves the battlefield before the ability resolves, you still get a token. The enchanted creature's last existence on the battlefield is checked to see what it was (specifically, if it was itself or if it was copying something else)."},{"date":"2010-06-15","text":"Splinter Twin grants an activated ability to the enchanted creature. That creature's controller (who is not necessarily the Aura's controller) can activate it. The creature's controller is the player who gets the token."},{"date":"2010-06-15","text":"The token is exiled at the beginning of the next end step regardless of who controls it at that time, or whether Splinter Twin or the enchanted creature is still on the battlefield at that time."},{"date":"2010-06-15","text":"The token that's put onto the battlefield copies exactly what's printed on the enchanted creature (unless that creature is copying something else or it's a token; see below), plus it has haste. It doesn't copy whether the enchanted creature is tapped or untapped, whether it has any counters on it or Auras attached to it, or whether it's been affected by any noncopy effects that changed its power, toughness, types, color, or so on. In particular, it doesn't copy the ability granted to the enchanted creature by Splinter Twin."},{"date":"2010-06-15","text":"The token will not be kicked, even if the creature it's copying was."},{"date":"2013-07-01","text":"If the enchanted creature is legendary, you will have to put either the original creature or the token into the graveyard as a state-based action."}],"rarities":["rare"]},"splinter, radical rat":{"name":"Splinter, Radical Rat","mana_cost":{"type":"Cost","shards":["WhiteBlack","WhiteBlack"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Ninja","Rat"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"If a triggered ability of a Ninja creature you control triggers, that ability triggers an additional time.\n{1}{U}: Target Ninja can't be blocked this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantBeBlocked"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":[{"Subtype":"Ninja"}],"controller":null,"properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}{U}: Target Ninja can't be blocked this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":"Any"}},"affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Ninja"}],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a triggered ability of a Ninja creature you control triggers, that ability triggers an additional time."}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"fb2cd508-f5cd-4d5b-b8e7-3cae1f39fd58","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4673c261-8c4e-42c1-a4c9-d40bd7ce63b5","f0797466-c527-4d35-86bc-e0e90fd04073"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"If a triggered ability is linked to a second ability, additional instances of that triggered ability are also linked to that second ability. If the second ability refers to \"the exiled card,\" it refers to all cards exiled by instances of the triggered ability."},{"date":"2026-01-27","text":"In some cases involving linked abilities, an ability requires information about \"the exiled card.\" When this happens, the ability gets multiple answers. If these answers are being used to determine the value of a variable, the sum is used. For example, if Elite Arcanist's enters ability triggers twice (probably because it entered as a Ninja due to another effect), two cards are exiled. The value of X in the activation cost of Elite Arcanist's other ability is the sum of the two cards' mana values. As the ability resolves, you create copies of both cards and can cast none, one, or both of the copies in any order."},{"date":"2026-01-27","text":"Splinter's first ability doesn't copy the triggered ability; it just causes the ability to trigger an additional time. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."},{"date":"2026-01-27","text":"Triggered abilities use the word \"when,\" \"whenever,\" or \"at.\" They're often written as \"[Trigger condition], [effect].\" Some keyword abilities are triggered abilities and will have \"when,\" \"whenever,\" or \"at\" in their reminder text."}],"rarities":["rare"]},"springheart nantuko":{"name":"Springheart Nantuko","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Insect","Monk"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Bestow {1}{G}\nEnchanted creature gets +1/+1.\nLandfall — Whenever a land you control enters, you may pay {1}{G} if this permanent is attached to a creature you control. If you do, create a token that's a copy of that creature. If you didn't create a token this way, create a 1/1 green Insect creature token.","non_ability_text":null,"flavor_name":null,"keywords":[{"Bestow":{"type":"Mana","data":{"type":"Cost","shards":["Green"],"generic":1}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"AttachedTo"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Insect","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Insect"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"SourceAttachedToCreature"},"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, you may pay {1}{G} if ~ is attached to a creature you control. If you do, create a token that's a copy of that creature. If you didn't create a token this way, create a 1/1 green Insect creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +1/+1."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8a3ad2ef-8bcb-40c0-85de-f03328c2b644","metadata":{"related_token_ids":["52626921-713d-5fbe-823b-c222119520aa","fdc7aa74-0ebb-5ec9-987d-82b3714dd8db"],"source_printing_ids":["54a3ea87-005e-4985-b2a5-21711d0b71c0","cf723c91-e3ae-4a71-93b2-65d05bfa9b60"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Auras attached to a creature don't become tapped when the creature becomes tapped. Except in some rare cases, an Aura with bestow remains untapped when it becomes unattached and becomes a creature."},{"date":"2024-06-07","text":"If a permanent with bestow enters the battlefield by any method other than being cast, it will be an enchantment creature. You can't choose to pay the bestow cost and have it become an Aura."},{"date":"2024-06-07","text":"If you don't pay {1}{G}, either because you simply chose not to or because Springheart Nantuko isn't attached to a creature you control, you'll still create a 1/1 green Insect creature token when Springheart Nantuko's landfall ability resolves."},{"date":"2024-06-07","text":"On the stack, a spell with bestow is either a creature spell or an Aura spell. It's never both, although it's an enchantment spell in either case."},{"date":"2024-06-07","text":"Unlike other Aura spells, an Aura spell with bestow isn't countered if its target is illegal as it begins to resolve. Rather, the effect making it an Aura spell ends, it loses enchant creature, it returns to being an enchantment creature spell, and it resolves and enters the battlefield as an enchantment creature."},{"date":"2024-06-07","text":"Unlike other Auras, an Aura with bestow isn't put into its owner's graveyard if it becomes unattached. Rather, the effect making it an Aura ends, it loses enchant creature, and it remains on the battlefield as an enchantment creature. It can attack (and its {T} abilities can be activated, if it has any) on the turn it becomes unattached if it's been under your control continuously, even as an Aura, since your most recent turn began."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["rare"]},"springleaf drum":{"name":"Springleaf Drum","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Tap an untapped creature you control: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}]},"sub_ability":null,"duration":null,"description":"{T}, Tap an untapped creature you control: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"bdeb440d-a714-40e8-9038-f651e6ae45fb","metadata":{"source_printing_ids":["5bc9d645-0220-4a65-bbc7-abc64ded548e","b52af7e0-cd75-4e8e-82ed-65f8a3d0380a","d11042e2-4f28-499e-a7db-137694063809","e005f8e3-f0d6-4911-a4d2-4c244dd7bda0","e15ab0aa-4059-4923-9816-6f7a9e5b5a18","f3b3869b-6da1-4b01-a2e7-2018d478b6e5","fa8b09d0-fbd2-4441-9d87-02450412e0db"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","BNG","BRR","ECL","LRW","SLP"],"rulings":[{"date":"2020-08-07","text":"You can tap a creature that hasn't been under your control since your most recent turn began to activate Springleaf Drum's ability."},{"date":"2025-11-17","text":"You can tap a creature that hasn't been under your control since your most recent turn began to activate Springleaf Drum's ability."}],"rarities":["common","uncommon"]},"spymaster's vault":{"name":"Spymaster's Vault","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control a Swamp.\n{T}: Add {B}.\n{B}, {T}: Target creature you control connives X, where X is the number of creatures that died this turn. (Draw X cards, then discard X cards. Put a +1/+1 counter on that creature for each nonland card discarded this way.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Connive","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","to":"Graveyard","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{B}, {T}: Target creature you control connives X, where X is the number of creatures that died this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control a Swamp.","condition":{"type":"UnlessControlsSubtype","subtypes":["Swamp"]},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"69ddca4b-5cc0-45f3-b2e6-a047c8d601be","metadata":{"source_printing_ids":["33535dbf-203b-44c9-be20-67fafa0927ee","3d5fbb30-abfc-4e79-8ce5-bbb04a241c9f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Connive X is a variant of connive. If a creature connives X, its controller will draw X cards, discard X cards, then then put a number of +1/+1 counters on the conniving permanent equal to the number of nonland cards discarded this way."},{"date":"2024-06-07","text":"If a resolving spell or ability instructs a specific creature to connive but that creature has left the battlefield, the creature still connives, although you can't put any +1/+1 counters on it. Abilities that trigger \"when [that creature] connives\" will trigger."},{"date":"2024-06-07","text":"If no cards are discarded, most likely because that player's hand is empty and an effect says they can't draw cards, the conniving creature does not receive any +1/+1 counters."},{"date":"2024-06-07","text":"Once an ability that causes a creature to connive begins to resolve, no player may take any other actions until it's done. Notably, opponents can't try to remove the conniving creature after you discard cards but before it receives +1/+1 counters, if any."},{"date":"2024-06-07","text":"You must already control a Swamp as Spymaster's Vault enters the battlefield for it to enter untapped. If it enters the battlefield at the same time as a Swamp when you control no other Swamps, it will enter tapped."}],"rarities":["rare"]},"squadron carrier":{"name":"Squadron Carrier","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Spacecraft you control have \"Exhaust — {W}: Conjure a card named Starfighter Pilot onto the battlefield.\"\nStation\n10+ | Creatures you control have flying.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":10},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have flying."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Spacecraft"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Conjure","cards":[{"name":"Starfighter Pilot","count":{"type":"Fixed","value":1}}],"destination":"Battlefield","tapped":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},"sub_ability":null,"duration":null,"description":"Exhaust — {W}: Conjure a card named Starfighter Pilot onto the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spacecraft you control have \"Exhaust — {W}: Conjure a card named Starfighter Pilot onto the battlefield.\""},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":10},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 10+"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1fa82502-4933-45d2-83b9-93764ded0aae","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YEOE"]},"squadron hawk":{"name":"Squadron Hawk","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, you may search your library for up to three cards named Squadron Hawk, reveal them, put them into your hand, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Named","name":"squadron hawk"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":3}},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may search your library for up to three cards named Squadron Hawk, reveal them, put them into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"00ab9841-934f-4a66-a98d-68d01661b1c9","metadata":{"source_printing_ids":["9e81806d-5d87-4032-ad94-c2cdeabecdbf","affaf05a-020c-44c1-84fa-7976c3d2a5cc","beddd409-0154-45a5-a20d-833cf1b5e1f4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["A25","EMA","F11","M11","PRM"],"rarities":["common"]},"squire":{"name":"Squire","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"aa6cdcc7-f5ea-47bf-9448-1c63e36b18d1","metadata":{"source_printing_ids":["1b4391e8-8d3e-42d2-ab01-08fe68771ed1","374df061-ebd2-4f1f-9a6e-7940a49197a9","96c9c4d1-dd43-4156-b25f-0e707b6c4b23"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DRK","SLD","TSB"],"rarities":["common","rare","special"]},"squirrel mob":{"name":"Squirrel Mob","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Squirrel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature gets +1/+1 for each other Squirrel on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Squirrel"}],"controller":null,"properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Squirrel"}],"controller":null,"properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each other Squirrel on the battlefield."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"451486df-6160-4ff7-b47c-dd3760417a31","metadata":{"source_printing_ids":["181254ce-259a-4b31-8937-728564f2baf3","665cfd37-ff63-449a-8573-bf28e5bef82d","7db8f11d-19c4-4b5b-8cb8-2ca86534ad2c","c1a09ea4-8d5c-48d9-b159-cbc31674ddfd","fa6bfc95-ec7e-46dd-88fd-b0e1ba48bfbc","ff276249-e7ca-4264-9039-d32b38cc4a7e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","J21","MH2","ODY","PLST","SLD"],"rulings":[{"date":"2021-06-18","text":"Because damage remains marked on a creature until the cleanup step or an effect removes that damage, nonlethal damage dealt to Squirrel Mob may become lethal if the number of other Squirrels on the battlefield decreases."}],"rarities":["rare"]},"squirrel nest":{"name":"Squirrel Nest","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant land\nEnchanted land has \"{T}: Create a 1/1 green Squirrel creature token.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Token","name":"Squirrel","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Squirrel"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Create a 1/1 green Squirrel creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted land has \"{T}: Create a 1/1 green Squirrel creature token.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"2d584333-b25e-4291-a2c9-80c6d9f8732a","metadata":{"related_token_ids":["0b61b788-e892-51c9-9d1b-5882aa9bfa56","15d70ab7-e396-5476-85cc-840a9f4885c7","65bd5d1c-a5cf-5b9f-b5c6-671338f887e0","76ce65a3-028f-555a-8294-afe5c9e769e2","da457623-e6de-51b0-a22f-e279640934a9","db984bd7-474c-5634-81ab-d5a23a73b29b"],"source_printing_ids":["22eccb27-1723-4c5a-96b8-85e6e5739c30","251eed00-55d4-4f39-8739-7ca17e11e300","254da3ab-d845-4317-86dd-d98a2a5355a8","29788426-7a12-4a04-8dbe-c434445b8e0f","6914d43c-bc5a-47c5-a01c-59ddb1ee8eca","6f2aa025-e041-4ed5-a046-9debc474fda0","9bc59e1a-f0f5-4054-bedf-1908fc8646ec","bac26044-b41f-4c75-8bc1-26359250d8bc","d52b4496-b60d-4c72-bf86-0f0e54515821","e4112147-5609-484f-b303-c34df2f315ce"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["BLC","CNS","DMR","MH1","ODY","PIP","PLST","WC02"],"rarities":["uncommon"]},"staff of domination":{"name":"Staff of Domination","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}: Untap this artifact.\n{2}, {T}: You gain 1 life.\n{3}, {T}: Untap target creature.\n{4}, {T}: Tap target creature.\n{5}, {T}: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}, {T}: You gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}, {T}: Untap target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{4}, {T}: Tap target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{5}, {T}: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"d7888719-647d-4022-a211-822fa09f0791","metadata":{"source_printing_ids":["20fba37f-d374-4069-ade4-e925f59522c7","37b43739-1241-4b32-83aa-52936eb76e00","57d8d473-5247-4332-964f-c29539038085","5ea92a1b-1340-4777-9452-840e0aa9332d","696e623c-3b6d-4a6a-9f5e-52d0d5f9fba3","7980fc3b-71d5-427d-bd42-087256fd2059","f401a60a-61fb-4563-8218-8233cc55aa16","fde838c8-2f32-4e7d-a236-0bc42dd7abd9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["5DN","BRR","CMR","MPS","PLST","PRM"],"rarities":["rare","mythic","special"]},"staff of the storyteller":{"name":"Staff of the Storyteller","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, create a 1/1 white Spirit creature token with flying.\nWhenever you create one or more creature tokens, put a story counter on this artifact.\n{W}, {T}, Remove a story counter from this artifact: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Tap"},{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"story"},"target":null,"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{W}, {T}, Remove a story counter from ~: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 1/1 white Spirit creature token with flying.","constraint":null,"condition":null,"batched":false},{"mode":"TokenCreated","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"story","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you create one or more creature tokens, put a story counter on ~.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0c4e2c90-c17b-42cc-b4d7-cf75970fbe90","metadata":{"related_token_ids":["4e0e7748-abc8-5a7b-ab2f-483c152fa372","a8d15e9b-675f-5c44-a604-70c49d17b8bf","de35333c-4c0e-5ee1-81f8-478067b6e8e4"],"source_printing_ids":["17be11f2-f2db-40c4-8fc1-2ed7173f9a1a","67083aca-b077-4b12-8218-876e22476f85","6f4ad71f-14e6-4b1e-9558-1400a36f27a9","ab1d1461-1625-4163-aacd-a939f4871fad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA3","ONC","SLD","SOC"],"rarities":["rare"]},"stangg, echo warrior":{"name":"Stangg, Echo Warrior","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever Stangg attacks, create Stangg Twin, a legendary 3/4 red and green Human Warrior creature token. It enters tapped and attacking. For each Aura and Equipment attached to Stangg, create a token that's a copy of it attached to Stangg Twin. Sacrifice all tokens created this way at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"~ Twin","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"types":["Creature","Human","Warrior"],"colors":["Red","Green"],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":true,"supertypes":["Legendary"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"None"},"owner":{"type":"Controller"},"source_filter":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Aura"},{"Subtype":"Equipment"}]}],"controller":null,"properties":[{"type":"AttachedToSource"}]},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, create ~ Twin, a legendary 3/4 red and green Human Warrior creature token. It enters tapped and attacking. For each Aura and Equipment attached to ~, create a token that's a copy of it attached to ~ Twin. Sacrifice all tokens created this way at the beginning of the next end step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"aaf2a587-ced7-4615-b10f-164e7384b073","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["1195abea-6b63-5e95-83df-0cfd89762e5b","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["7722a9a1-2ff9-4a39-b56e-c7eef2ff9dcd","9385b40f-79a7-4d9c-b253-54587a1f28b4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DMC"],"rulings":[{"date":"2022-09-09","text":"If a replacement effect causes the created tokens to have different characteristics or causes additional tokens to be created this way, those tokens will still be sacrificed at the beginning of the next end step."},{"date":"2022-09-09","text":"If another player gains control of the tokens created this way, the ability that causes you to sacrifice them will still trigger. However, any tokens you no longer control can't be sacrificed and will remain on the battlefield."},{"date":"2022-09-09","text":"If, for any reason, an Aura token that would be created this way can't be attached to Stangg Twin, that token isn't created. If an Equipment token that can't be attached to Stangg Twin would be created, that token enters the battlefield unattached."}],"rarities":["rare"]},"star athlete":{"name":"Star Athlete","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever this creature attacks, choose up to one target nonland permanent. Its controller may sacrifice it. If they don't, this creature deals 5 damage to that player.\nBlitz {3}{R} (If you cast this spell for its blitz cost, it gains haste and \"When this creature dies, draw a card.\" Sacrifice it at the beginning of the next end step.)","non_ability_text":null,"flavor_name":null,"keywords":["Menace",{"Blitz":{"type":"Cost","shards":["Red"],"generic":3}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, choose up to one target nonland permanent. Its controller may sacrifice it. If they don't, ~ deals 5 damage to that player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fb03befb-b4e4-4ae9-908d-a16d5b03b054","metadata":{"source_printing_ids":["5c7c23a6-53ff-4588-838c-7936cb9eb86b","c01b9aec-d164-4ab6-9911-a92c00d1674d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"If a creature enters as a copy of or becomes a copy of a creature whose blitz cost was paid, the copy won't have haste, won't be sacrificed, and its controller won't draw a card when it dies."},{"date":"2024-09-20","text":"If the creature was cast using its blitz ability, the triggered ability that lets its controller draw a card triggers when it dies for any reason, not just when you sacrifice it during the end step."},{"date":"2024-09-20","text":"If the target permanent is an illegal target as Star Athlete's second ability tries to resolve, it won't resolve and none of its effects will happen. No player will be dealt damage, and no permanents will be sacked . . . er, sacrificed."},{"date":"2024-09-20","text":"If you choose to pay the blitz cost rather than the mana cost, you're still casting the spell. It goes on the stack and can be responded to and countered. You can cast a creature spell for its blitz cost only if you could cast that creature spell. Most of the time, this means during your main phase when the stack is empty."},{"date":"2024-09-20","text":"If you pay the blitz cost to cast a creature spell, that permanent will be sacrificed only if it's still on the battlefield when that triggered ability resolves. If it dies or goes to another zone before then, it will stay where it is."},{"date":"2024-09-20","text":"You don't have to attack with the creature with blitz unless another ability says you do."}],"rarities":["rare"]},"stargaze":{"name":"Stargaze","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at twice X cards from the top of your library. Put X cards from among them into your hand and the rest into your graveyard. You lose X life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"destination":"Hand","keep_count":null,"keep_count_expr":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"up_to":false,"filter":{"type":"Any"},"rest_destination":"Graveyard","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at twice X cards from the top of your library. Put X cards from among them into your hand and the rest into your graveyard. You lose X life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"db8b4869-f898-40ad-bbad-62390a02d1b1","metadata":{"source_printing_ids":["5c9caa7b-0268-4606-a71d-82dff16e6418","777fc599-8de7-44d2-8fdd-9bddf5948a0c","b62a8648-7f34-454d-b9e2-cc0d0d976c82","c31a2c18-2d84-4079-baf3-6a8dfa65072e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","SOA"],"rulings":[{"date":"2024-07-26","text":"If your library contains fewer than X cards, you'll put them all into your hand. You can't choose to put any of them into your graveyard. You'll still lose X life."},{"date":"2024-07-26","text":"If your library contains fewer than twice X cards, you'll look at your whole library. You'll still lose X life."}],"rarities":["uncommon"]},"starlit soothsayer":{"name":"Starlit Soothsayer","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your end step, if you gained or lost life this turn, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you gained or lost life this turn, surveil 1.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0c0940c6-8126-4d58-809e-871cf8588ef9","metadata":{"source_printing_ids":["184c1eca-2991-438f-b5d2-cd2529b9c9b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"If you haven’t gained or lost life during the turn when your end step begins, Starlit Soothsayer’s last ability won’t trigger at all. Gaining or losing life during your end step won’t cause the ability to trigger."},{"date":"2024-07-26","text":"Starlit Soothsayer’s last ability cares whether you gained or lost life this turn, not how your life total changed. For example, if you gained 2 life and lost 2 life in the same turn, you still gained and lost life that turn, even though your life total is the same as it was at the start of the turn."}],"rarities":["common"]},"starport security":{"name":"Starport Security","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Robot","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{3}{W}, {T}: Tap another target creature. This ability costs {2} less to activate if you control a creature with a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}{W}, {T}: Tap another target creature. This ability costs {2} less to activate if you control a creature with a +1/+1 counter on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":2,"count":{"type":"Fixed","value":1},"condition":{"type":"YouControlSubtypeCountAtLeast","subtype":"creature with a +1/+1 counter on it","count":1}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5454dddf-c6e5-4b0d-b96d-4904c13606dc","metadata":{"source_printing_ids":["238cb1db-6c41-4fe1-bc34-340048dfde18"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["common"]},"starting town":{"name":"Starting Town","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Town"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless it's your first, second, or third turn of the game.\n{T}: Add {C}.\n{T}, Pay 1 life: Add one mana of any color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"PayLife","amount":{"type":"Fixed","value":1}}]},"sub_ability":null,"duration":null,"description":"{T}, Pay 1 life: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless it's your first, second, or third turn of the game.","condition":{"type":"UnlessQuantity","lhs":{"type":"Ref","qty":{"type":"TurnsTaken"}},"comparator":"LE","rhs":{"type":"Fixed","value":3},"active_player_req":"You"},"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"d04e0975-f401-41b8-a9db-9bcf9cbbce66","metadata":{"source_printing_ids":["fc7d1912-7e27-49ef-bd98-375d975a42b0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"Town is a land type with no special meaning. It doesn't grant the land any intrinsic abilities. Other cards may care about which lands are Towns."}],"rarities":["rare"]},"static prison":{"name":"Static Prison","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this enchantment enters, exile target nonland permanent an opponent controls until this enchantment leaves the battlefield. You get {E}{E} (two energy counters).\nAt the beginning of your first main phase, sacrifice this enchantment unless you pay {E}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile target nonland permanent an opponent controls until ~ leaves the battlefield. You get {E}{E} .","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, sacrifice ~ unless you pay {E}.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"PayEnergy","amount":{"type":"Fixed","value":1}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b1bc8e58-ea4f-46a9-b833-d780cf6758b3","metadata":{"source_printing_ids":["dd16222e-349c-4a2b-a7c8-8eb35a8ab332"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rulings":[{"date":"2024-06-07","text":"Auras attached to the exiled permanent will be put into their owners' graveyards. Any Equipment will become unattached and remain on the battlefield. Any counters on the exiled permanent will cease to exist. When the card returns to the battlefield, it will be a new object with no connection to the card that was exiled."},{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If Static Prison leaves the battlefield before its first triggered ability resolves, the target permanent won't be exiled."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If a token is exiled this way, it will cease to exist and won't return to the battlefield."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["uncommon"]},"steadfast armasaur":{"name":"Steadfast Armasaur","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Vigilance\n{1}{W}, {T}: This creature deals damage equal to its toughness to target creature blocking or blocked by it.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}{W}, {T}: ~ deals damage equal to its toughness to target creature blocking or blocked by it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"dc0bd3a3-f34e-4d81-b9e8-b172b005d671","metadata":{"source_printing_ids":["197934d5-726c-4cd3-a934-3d6449a5a56e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["XLN"],"rulings":[{"date":"2017-09-29","text":"If Steadfast Armasaur is no longer on the battlefield as its ability resolves, use its toughness as it last existed on the battlefield to determine how damage is dealt."},{"date":"2017-09-29","text":"Tapping an attacking or blocking creature doesn't remove it from combat. If the target of Steadfast Armasaur's ability survives the damage, Steadfast Armasaur will deal combat damage to and be dealt combat damage by that creature as normal."}],"rarities":["uncommon"]},"steamflogger boss":{"name":"Steamflogger Boss","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Goblin","Rigger"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Other Riggers you control get +1/+0 and have haste.\nIf a Rigger you control would assemble a Contraption, it assembles two Contraptions instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Rigger"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Riggers you control get +1/+0 and have haste."}],"replacements":[{"event":"AssembleContraption","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature",{"Subtype":"Rigger"}],"controller":"You","properties":[]},"description":"If a Rigger you control would assemble a Contraption, it assembles two Contraptions instead.","condition":null,"quantity_modification":{"type":"Times","factor":2}}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4d614c79-7934-4662-9ce1-22b57d5137f7","metadata":{"source_printing_ids":["007ce039-def1-4039-a0a0-ba72e8872dc5","8d68100b-0a3b-40bd-9ae0-37a0d204fb0a","9110d5b8-1fe3-44f8-8159-e0e72ce55152"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT","PLST","UST"],"rarities":["rare"]},"steelform sliver":{"name":"Steelform Sliver","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Sliver creatures you control get +0/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Sliver"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Sliver creatures you control get +0/+1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ae58e71c-b617-404f-a5dc-5e6a487f2675","metadata":{"source_printing_ids":["93e1b472-c73a-47fe-bbbe-dbebca635d2e","c15d6329-ffb1-43fd-8558-60c8315f5b91"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","M14"],"rulings":[{"date":"2013-07-01","text":"Abilities that Slivers grant, as well as power/toughness boosts, are cumulative. However, for some abilities, like flying, having more than one instance of the ability doesn’t provide any additional benefit."},{"date":"2013-07-01","text":"If you change the creature type of a Sliver you control so it’s no longer a Sliver, it will no longer be affected by its own ability. Its ability will continue to affect other Sliver creatures you control."}],"rarities":["uncommon"]},"steely resolve":{"name":"Steely Resolve","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nCreatures of the chosen type have shroud. (They can't be the targets of spells or abilities.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures of the chosen type have shroud."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"48c127f0-2857-4c36-97bc-1291b6fe4a82","metadata":{"source_printing_ids":["36ea852d-ed2b-4c56-9b73-52dce8a3e520","b88c530a-abc3-4cc4-8a48-5b76e1504a3c","c443ee78-6bdc-4a74-9cad-93727b9fdbd6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["MAR","ONS","SLD"],"rarities":["rare","mythic"]},"steer clear":{"name":"Steer Clear","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Steer Clear deals 2 damage to target attacking or blocking creature. Steer Clear deals 4 damage to that creature instead if you controlled a Mount as you cast this spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Blocking"}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"ControllerControlledMatchingAsCast","filter":{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"~ deals 2 damage to target attacking or blocking creature. ~ deals 4 damage to that creature instead if you controlled a Mount as you cast this spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2c22af49-c6ef-4de6-bb84-6b3e99879148","metadata":{"source_printing_ids":["523a4d6e-122b-49b4-bf3d-17d29c0007fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"If you controlled a Mount as you finished casting Steer Clear, it doesn’t matter whether you still control one as the spell resolves. Steer Clear will still deal 4 damage."}],"rarities":["common"]},"stensia uprising":{"name":"Stensia Uprising","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, create a 1/1 red Human creature token. Then if you control exactly thirteen permanents, you may sacrifice this enchantment. When you do, it deals 7 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Human","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":7},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":13}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, create a 1/1 red Human creature token. Then if you control exactly thirteen permanents, you may sacrifice ~. When you do, it deals 7 damage to any target.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a881bf6e-6247-4adb-9f9c-e4b928692573","metadata":{"related_token_ids":["332b3d4e-183f-5f93-89bb-adfef34a51a4","f2d204f1-c1ea-5dc0-90e2-0f5944dc36ef"],"source_printing_ids":["2ea95b64-9c5f-4f0d-ab7e-e4412a3cdadf","832a58cd-804d-4c1a-b24e-478357873b93","df71a8c1-25af-4e6a-9197-11b96b959b46"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","PRM","PVOW","VOW"],"rarities":["rare"]},"stensian sanguinist":{"name":"Stensian Sanguinist","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you attack, target creature gains deathtouch until end of turn. Whenever that creature deals combat damage to a player this combat, this creature becomes prepared. (While it's prepared, you may cast a copy of its spell. Doing so unprepares it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain deathtouch"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"DamageDone","execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"ParentTarget"},"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"BecomePrepared","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, target creature gains deathtouch until end of turn. Whenever that creature deals combat damage to a player this combat, ~ becomes prepared.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"25877c41-39a4-4cc3-ac4b-8f3dd06d579b","metadata":{"source_printing_ids":["66d88104-c69d-4349-a4ae-4a3d855a3536","909a52bc-53f6-4654-9db7-e8f48333d765"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"prepare","printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"A creature with a prepare spell can't become prepared more than once at the same time. For example, Emeritus of Ideation is on the battlefield and is prepared. When it attacks, its last ability triggers. When that ability resolves, its controller may still exile eight cards from their graveyard, but doing so won't cause Emeritus of Ideation to become prepared a second time or create a second copy of Ancestral Recall in exile."},{"date":"2026-03-20","text":"A creature without a prepare spell can't become prepared."},{"date":"2026-03-20","text":"A preparation card is a creature card in every zone. For example, while it's in your graveyard, Emeritus of Ideation is a blue creature whose mana value is 5. It can't be the target of Zealous Lorecaster's triggered ability (\"When this creature enters, return target instant or sorcery card from your graveyard to your hand.\")."},{"date":"2026-03-20","text":"As an effect causes a creature with a prepare spell to become prepared (including effects that state that a creature \"enters prepared\"), that creature's controller creates a copy of that creature's prepare spell in exile. That copy remains in exile for as long as that permanent is on the battlefield and is prepared. That creature's controller may cast that copy as long as it remains in exile. As they cast it, that creature stops being prepared."},{"date":"2026-03-20","text":"Being prepared isn't a copiable value. If a permanent becomes a copy of a prepared creature, it won't be prepared. That permanent will have the alternative characteristics, though, and some other effect could cause it to become prepared later."},{"date":"2026-03-20","text":"Casting a copy of a prepare spell from exile isn't casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to a copy of a prepare spell cast from exile."},{"date":"2026-03-20","text":"Creating a copy of a creature's prepare spell in exile ignores copy exceptions applied to that creature that would affect the copiable values of that spell. For example, say a player casts Croaking Counterpart (a sorcery that says \"Create a token that's a copy of target non-Frog creature, except it's a 1/1 green Frog.\") targeting Goblin Glasswright. The token copy of Goblin Glasswright will enter prepared as a 1/1 green Frog creature, but the copy of Craft with Pride in exile will still be a red sorcery. The copy of Craft with Pride won't be green, a creature, or a Frog, and it won't have power or toughness."},{"date":"2026-03-20","text":"If a prepare spell with one or more targets has no legal targets when it tries to resolve, it won't resolve and none of its effects will happen. Since the spell was cast, the associated permanent will still not be prepared."},{"date":"2026-03-20","text":"If a prepared creature loses all abilities, it won't stop being prepared, and nothing will happen to its alternative characteristics or to the copy of its prepare spell in exile."},{"date":"2026-03-20","text":"If a prepared creature stops being a creature, it will still be prepared, and the copy of its prepare spell will remain in exile. That permanent's controller will still be able to cast it. The same is true if a prepared creature becomes a copy of something else, even if it's then a permanent without a prepare spell."},{"date":"2026-03-20","text":"If an effect causes a creature to become unprepared, a prepared creature stops being prepared and the associated copy of its prepare spell in exile ceases to exist. If it wasn't prepared at that time, nothing happens."},{"date":"2026-03-20","text":"If an effect instructs you to choose a card name, you may choose the alternative prepare spell's name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2026-03-20","text":"Only the current controller of a prepared creature can cast the copy of its prepare spell in exile. It doesn't matter who owns that creature or who controlled it when it became prepared."},{"date":"2026-03-20","text":"Players can lose more life than they have. For example, say you're playing a multiplayer game in which one of your opponents has 3 life and your other opponent has 10 life. If you cast Exsanguinate with X of 4, your opponents will wind up at -1 life and 6 life, respectively. You'll gain 8 life."},{"date":"2026-03-20","text":"Preparation cards can only be cast with their base characteristics."},{"date":"2026-03-20","text":"While copies of spells in zones other than the stack cease to exist when state-based actions are checked, this does not apply to copies of prepare spells in exile that were created as a creature became prepared."}],"rarities":["rare"]},"stillness in motion":{"name":"Stillness in Motion","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, mill three cards. Then if your library has no cards in it, exile this enchantment and put five cards from your graveyard on top of your library in any order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"count":{"type":"Fixed","value":5},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, mill three cards. Then if your library has no cards in it, exile ~ and put five cards from your graveyard on top of your library in any order.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d73913ea-44d0-408f-9f8b-8e91843f2826","metadata":{"source_printing_ids":["70ae35fd-5fb6-440a-9e82-13998b928ee3","a6289251-17e4-4987-96b9-2fb1a8f90e2a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rarities":["rare"]},"stinging study":{"name":"Stinging Study","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You draw X cards and you lose X life, where X is the mana value of a commander you own on the battlefield or in the command zone.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CommanderManaValue","owner":"You"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"CommanderManaValue","owner":"You"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"You draw X cards and you lose X life, where X is the mana value of a commander you own on the battlefield or in the command zone.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"115bc79e-a109-42d7-ac58-2ee8dc0a959f","metadata":{"source_printing_ids":["26730013-b8cd-4857-b602-c76546d88bdd","b8840226-1693-44bc-a067-e50198c5e17e","e76553b9-3945-4185-b383-8954e5406312"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","PRM","SLD"],"rulings":[{"date":"2021-04-16","text":"If you own multiple commanders on the battlefield and/or in the command zone, you choose one of them as Stinging Study resolves to determine the value of X."},{"date":"2021-04-16","text":"If your commander is under the control of another player as Stinging Study resolves, it is still on the battlefield and will still be used to determine the value of X."}],"rarities":["rare"]},"stitcher's graft":{"name":"Stitcher's Graft","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +3/+3.\nWhenever equipped creature attacks, it doesn't untap during its controller's next untap step.\nWhenever this Equipment becomes unattached from a permanent, sacrifice that permanent.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever equipped creature attacks, it doesn't untap during its controller's next untap step.","constraint":null,"condition":null,"batched":false},{"mode":"Unattach","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"TriggeringSource"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes unattached from a permanent, sacrifice that permanent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":3}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +3/+3."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"2b73a5ec-c52e-4074-a7cb-78d6eb2adef0","metadata":{"source_printing_ids":["40da09e1-e5d8-4d3e-9096-fbc43c75deaa","66138433-c53d-474c-8a46-8f433cf83d79","a5dad4be-599b-4c4d-a957-3fe6b52b4141","eb6d700e-0514-41d7-9255-cedd859316fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EMN","INR","PEMN","SIR"],"rulings":[{"date":"2016-07-13","text":"If Stitcher’s Graft’s last triggered ability triggers, but you don’t control the permanent it became unattached from at the time that ability resolves (perhaps because another player has somehow gained control of it), you won’t be able to sacrifice it."},{"date":"2016-07-13","text":"If multiple effects say that a creature doesn’t untap during your next untap step, those effects all apply during one untap step. For example, a creature that attacks while equipped with two Stitcher’s Grafts will only spend one untap step without untapping."},{"date":"2016-07-13","text":"Stitcher’s Graft becomes unattached from the creature it’s equipping if you equip it to a new creature, if Stitcher’s Graft leaves the battlefield, if the equipped creature ceases to be a creature, or if Stitcher’s Graft ceases to be an Equipment. (It also becomes unattached if the equipped creature leaves the battlefield, but the triggered ability won’t do anything in that case.)"}],"rarities":["rare"]},"stoic ephemera":{"name":"Stoic Ephemera","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Defender (This creature can't attack.)\nFlying\nWhen this creature blocks, sacrifice it at end of combat.","non_ability_text":null,"flavor_name":null,"keywords":["Defender","Flying"],"abilities":[],"triggers":[{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"EndCombat"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ blocks, sacrifice it at end of combat.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"eee83439-2dee-47d7-97f8-d75bef70c40e","metadata":{"source_printing_ids":["066bff58-e7cd-4787-a2c1-1afd6ed1b4ff","63058b80-8b19-4077-9219-f064255d1c74"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DIS","GK2"],"rarities":["uncommon"]},"stolen uniform":{"name":"Stolen Uniform","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose target creature you control and target Equipment. Gain control of that Equipment until end of turn. Attach it to the chosen creature. When you lose control of that Equipment this turn, if it's attached to a creature you control, unattach it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"ParentTargetSlot","index":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTargetSlot","index":1},"target":{"type":"ParentTargetSlot","index":0}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"ChangesController","execute":null,"valid_card":{"type":"ParentTargetSlot","index":1},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false},"or_trigger":null},"effect":{"kind":"Spell","effect":{"type":"UnattachAll","attachment":{"type":"ParentTargetSlot","index":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Choose target creature you control and target Equipment. Gain control of that Equipment until end of turn. Attach it to the chosen creature. When you lose control of that Equipment this turn, if it's attached to a creature you control, unattach it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"17c0cf45-a031-40e8-a37f-eda98a8f785b","metadata":{"source_printing_ids":["0cf03aad-0562-4d29-8c70-dc529c3a3961","0d80c511-2f4d-4f77-8143-7b49b2b19fae"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"If the target creature is an illegal target, you'll still gain control of the target Equipment until end of turn, but you won't attach it to the chosen creature."},{"date":"2025-06-06","text":"The reflexive triggered ability will trigger any time you lose control of that Equipment this turn, whether it's because the \"until end of turn\" duration ended or because someone else gained control of the Equipment with another effect."}],"rarities":["uncommon"]},"stomp":{"name":"Stomp","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Damage can't be prevented this turn. Stomp deals 2 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"DamagePreventionDisabled","source":0,"expiry":{"type":"EndOfTurn"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d6d72f5f-8f5d-4180-b514-f22ff5482902","metadata":{"source_printing_ids":["09fd2d9c-1793-4beb-a3fb-7a869f660cd4","3a6431fd-4b79-488e-a0c0-57731616bd08","b5b71cd2-de35-451f-b16e-2e3936169407","c402a722-d412-4598-8a1e-edb889b957e8","ff984a4c-1818-4f8f-a9d7-fce57e77937d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["CLB","ELD","PELD","PLST","PRM"],"rarities":["rare"]},"stoneforge mystic":{"name":"Stoneforge Mystic","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Kor","Artificer"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may search your library for an Equipment card, reveal it, put it into your hand, then shuffle.\n{1}{W}, {T}: You may put an Equipment card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}{W}, {T}: You may put an Equipment card from your hand onto the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Equipment"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may search your library for an Equipment card, reveal it, put it into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"358789f9-7d87-411d-919e-d597da665cbd","metadata":{"source_printing_ids":["11130547-391b-4fe7-8821-ef9514f6073f","19557351-b65f-4b04-b971-66abdc07000a","4d3473d0-b46f-41f5-ac1e-ba217f7747d4","eb49805c-8546-463d-b78c-f4ea109851b4","fb220c6c-8dda-45f4-87fa-f754e94fac42"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","J16","PGPX","PRM","SLD","SPG","TD0","WWK"],"rulings":[{"date":"2010-03-01","text":"When Stoneforge Mystic's second ability resolves, you may put any Equipment card from your hand onto the battlefield, not just the one you searched for with its first ability. The Equipment is put onto the battlefield unattached."}],"rarities":["rare","mythic"]},"stoneshock giant":{"name":"Stoneshock Giant","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{6}{R}{R}: Monstrosity 3. (If this creature isn't monstrous, put three +1/+1 counters on it and it becomes monstrous.)\nWhen this creature becomes monstrous, creatures without flying your opponents control can't block this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Monstrosity","count":{"type":"Fixed","value":3}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red","Red"],"generic":6}},"sub_ability":null,"duration":null,"description":"{6}{R}{R}: Monstrosity 3.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"BecomeMonstrous","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBlock","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"WithoutKeyword","value":"Flying"}]},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ becomes monstrous, creatures without flying your opponents control can't block this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"dd2c0046-dc31-44f7-8601-7ec77515b926","metadata":{"source_printing_ids":["257322dc-44f5-4a08-9550-f71769d3c96c","3706025b-2a67-43a3-80fc-57a3bc38276e","3d890801-5ffa-48af-959f-72e5f371fc61","bd8d3fb0-6f04-405a-bf73-7cdcbce4c52d","ff560915-5687-452f-983a-887929b44b65"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C15","CM2","CN2","PIO","THS"],"rulings":[{"date":"2013-09-15","text":"An ability that triggers when a creature becomes monstrous won't trigger if that creature isn't on the battlefield when its monstrosity ability resolves."},{"date":"2013-09-15","text":"If blockers have already been declared when Stoneshock Giant's last ability resolves, those blocks won't change or become undone."},{"date":"2013-09-15","text":"Monstrous isn't an ability that a creature has. It's just something true about that creature. If the creature stops being a creature or loses its abilities, it will continue to be monstrous."},{"date":"2013-09-15","text":"Once a creature becomes monstrous, it can't become monstrous again. If the creature is already monstrous when the monstrosity ability resolves, nothing happens."},{"date":"2013-09-15","text":"Your opponents can't assign any creature without flying to block that turn, even if that creature had flying or wasn't on the battlefield under one of your opponent's control when Stoneshock Giant's ability resolved."}],"rarities":["common","uncommon"]},"storm crow":{"name":"Storm Crow","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying (This creature can't be blocked except by creatures with flying or reach.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"000d5588-5a4c-434e-988d-396632ade42c","metadata":{"source_printing_ids":["036ef8c9-72ac-46ce-af07-83b79d736538","13f6106d-6822-47b5-956e-20e17143a818","2955a257-302c-48df-9eec-8561cbc8374c","2dbf72f7-2360-4105-beae-946556884e40","3a1bf438-3cd8-4bd8-85f1-fc97f49b44d9","782c0a35-09b5-449f-be30-d837e330cb6b","7e573308-40d0-43ce-be04-dbab6bc1ed35","7f7aa8e1-ada6-491a-b96f-43e89dae7834","90c7841a-360c-4094-84e4-3b5bf17c5c1c","a26a6daa-499d-4f3e-a75a-2fe4dcf3b629","a2d4ea78-16f1-46ac-8a60-db20c37aad5e","a8a5ae3a-e794-4af8-b4e4-d7724ebf30a0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["6ED","7ED","8ED","9ED","ALL","PLST","POR","S99","SLD"],"rarities":["common","rare"]},"storm, queen of wakanda":{"name":"Storm, Queen of Wakanda","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Noble","Hero"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Storm attacks, until end of turn, another target attacking creature gains flying and gets +X/+0, where X is Storm's power.\nWhenever a creature with flying attacks you, Storm deals damage equal to her power to that creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying and gets +X/+0, where X is ~'s power"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, until end of turn, another target attacking creature gains flying and gets +X/+0, where X is ~'s power.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever a creature with flying attacks you, ~ deals damage equal to her power to that creature.","constraint":null,"condition":null,"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"d8e585c5-1de3-4558-8a2f-0d9fb07edad6","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0a61d843-2a7c-459c-9018-1ee4488c90a9","421cae4b-5e6e-47cb-85d2-f95a8ed49087"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"storm-kiln artist":{"name":"Storm-Kiln Artist","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dwarf","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature gets +1/+0 for each artifact you control.\nMagecraft — Whenever you cast or copy an instant or sorcery spell, create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCastOrCopy","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast or copy an instant or sorcery spell, create a Treasure token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+0 for each artifact you control."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a145ff8c-5812-4bcb-bd16-9839dc25121d","metadata":{"related_token_ids":["198c5204-6b23-5085-b962-e6db6c948bd6","3a2e0ac9-54bb-5b35-a4c9-6bad348f7144","4f940dc2-7698-5fda-9f9b-62ec43ec2012","84e8350e-916c-5bde-9c98-f4ec1d2b1f12","8dc5a01d-0271-51e0-bd2c-423b404802bc","b0e0f943-429b-5075-a61d-22338c7dfcf6","bf235272-bd80-5c56-8fa6-d355103fdf8d"],"source_printing_ids":["01482a58-5156-41ba-bf9e-11095cc3f9ef","1b8c1345-4279-4e29-b58c-efacccb8e47f","52c896fe-c208-41ec-aad8-fe56c7858942","69825b24-f469-4b6a-890b-bfa571c9013b","9a6f8a6e-cc77-41d8-b753-bb3c5a5c4f48","cd489ca6-1a43-4305-9940-fa9dbcd58a89","da7ae8e0-cb6b-4386-8a30-9527d1af9be5","dd408ccb-3578-4729-82a7-8a61af0fd32e","fa96b8dc-233a-4884-ab84-235cbc7df0b6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","OTC","PLST","SLD","SOC","STX","TDC"],"rulings":[{"date":"2021-04-16","text":"Each magecraft ability has a different effect, although they all have the same trigger condition, whenever you cast or copy an instant or sorcery spell."},{"date":"2021-04-16","text":"If an effect creates a copy of an instant or sorcery spell, this will also cause the magecraft ability to trigger."},{"date":"2021-04-16","text":"If an effect creates multiple copies of an instant or sorcery spell, magecraft abilities trigger once for each copy created by the effect."},{"date":"2021-04-16","text":"Some effects instruct you to copy an instant or sorcery card in a zone other than the stack. These copies do not cause magecraft abilities to trigger. However, most effects that do this also allow you to cast the copy, and casting the copy will cause magecraft abilities to trigger."}],"rarities":["uncommon","rare"]},"strangleroot geist":{"name":"Strangleroot Geist","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Haste\nUndying (When this creature dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Haste","Undying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":"Return it to the battlefield with a +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.93a: When ~ dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.","constraint":null,"condition":{"type":"Not","condition":{"type":"HadCounters","counter_type":"P1P1"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"af12758f-4a7b-4156-8942-de4716aa0623","metadata":{"source_printing_ids":["70438212-608c-4641-a847-45843186cd82","8be0b338-c36b-4d4f-b6e1-d377cf8796b0","bf1fb137-205c-480f-b6dc-dfa137793ae3"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DKA","PDKA","PLST","PRM"],"rarities":["uncommon"]},"strax, sontaran nurse":{"name":"Strax, Sontaran Nurse","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Alien","Cleric"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Vigilance, trample\nGrenades! — {2}, {T}, Sacrifice an artifact: Choose a player at random. When you do, Strax fights another target creature that player controls.\nGlory of Battle — Whenever Strax deals damage to a creature, put a +1/+1 counter on Strax.","non_ability_text":null,"flavor_name":null,"keywords":["Trample","Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Choose","choice_type":"Player","persist":false,"selection":{"type":"Random"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":{"ChosenPlayer":{"index":0}},"properties":[{"type":"Another"}]},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Grenades! — {2}, {T}, Sacrifice an artifact: Choose a player at random. When you do, ~ fights another target creature that player controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals damage to a creature, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"ffde2558-2168-4b40-a31a-86d160bdb289","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9b9410dc-7f2b-432b-8025-ec26f77446d7","b4801775-70e2-4cda-959c-27f9aa623767","b5e411f4-d1b9-415f-8769-01b274a1b17e","e5aabb06-d4e5-40b5-84a8-4f74d4763567"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If Strax is dealt damage equal to its toughness while fighting, it will die before the +1/+1 counter from its last ability can save it."},{"date":"2023-10-13","text":"The player is chosen at random, but Strax's controller gets to choose which of their creatures it fights."}],"rarities":["rare"]},"stridehangar automaton":{"name":"Stridehangar Automaton","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Thopters you control get +1/+1.\nIf one or more artifact tokens would be created under your control, those tokens plus an additional 1/1 colorless Thopter artifact creature token with flying are created instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Thopter"}],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Thopters you control get +1/+1."}],"replacements":[{"event":"CreateToken","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If one or more artifact tokens would be created under your control, those tokens plus an additional 1/1 colorless Thopter artifact creature token with flying are created instead.","condition":{"type":"TokenCoreTypeMatches","core_types":["Artifact"]},"token_owner_scope":"You","additional_token_spec":{"characteristics":{"display_name":"Thopter","power":1,"toughness":1,"core_types":["Artifact","Creature"],"subtypes":["Thopter"],"supertypes":[],"colors":[],"keywords":["Flying"]},"script_name":"Thopter","static_abilities":[],"enter_with_counters":[],"tapped":false,"enters_attacking":false,"sacrifice_at":null,"source_id":0,"controller":0}}],"color_override":null,"scryfall_oracle_id":"9070c98b-fd01-4eeb-a4ec-fc464946c7c0","metadata":{"related_token_ids":["d0ddfd70-ed9e-56db-8424-5a30af6d2425"],"source_printing_ids":["4c398d11-a2fc-43e2-96e9-7f3383e1a43c","f87adc0a-813e-4afe-9e4e-c2d2202c3256"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DRC"],"rulings":[{"date":"2025-02-07","text":"If an effect changes under whose control a token would be created, that effect applies before this creature’s effect applies. If an effect changes under whose control a token would enter the battlefield, that effect applies after this creature’s effect is able to be applied."},{"date":"2025-02-07","text":"If another effect modifies which or how many tokens you create, you choose the order to apply those effects. For example, if you control this creature and Anointed Procession (“If an effect would create one or more tokens under your control, it creates twice that many of those tokens instead.”), each time you create tokens, you can choose to apply Anointed Procession’s effect to double those tokens first, then apply this creature’s effect to create an additional Thopter token. Or you can choose to apply this creature’s effect first followed by Anointed Procession’s effect, allowing you to create double the original tokens plus two additional Thopter tokens."},{"date":"2025-02-07","text":"If you copy a permanent spell, that copy becomes a token on the battlefield, but that’s not the same as creating a token. You won’t get an additional Thopter token that way."},{"date":"2025-02-07","text":"The additional Thopter token won’t have any abilities the other tokens were created with. Anything else specified in the effect creating the token (such as tapped, attacking, or “Exile that token at end of combat”) applies to both the original tokens and the Thopter. Similarly, if the effect that creates the token has an additional effect that gives the token an ability, such as “That token gains haste,” that effect will also apply to the Thopter."},{"date":"2025-02-07","text":"You don’t need to control the spell or ability that creates the tokens, but the tokens do need to be created under your control."}],"rarities":["rare"]},"strider harness":{"name":"Strider Harness","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1 and has haste.\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 and has haste."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"bd4ad383-8c40-4dda-bc9c-ba8a001d6882","metadata":{"source_printing_ids":["47c90f49-d1eb-420e-bfb6-b834a496860d","5e94daa9-5b9b-4fd2-829e-081eed22c18f","9d7b9e54-b3ef-44fb-9240-0d67c1c4b7f6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["OGW","RIX","SOM"],"rulings":[{"date":"2018-01-19","text":"If a creature enters the battlefield under your control and gains haste, but then loses it before attacking, it won’t be able to attack that turn. This means that you can’t use one Strider Harness to allow two new creatures to attack in the same turn."}],"rarities":["common","uncommon"]},"stubborn burrowfiend":{"name":"Stubborn Burrowfiend","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Badger","Beast","Mount"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature becomes saddled for the first time each turn, mill two cards, then this creature gets +X/+X until end of turn, where X is the number of creature cards in your graveyard.\nSaddle 2 (Tap any number of other creatures you control with total power 2 or more: This Mount becomes saddled until end of turn. Saddle only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Saddle":2}],"abilities":[],"triggers":[{"mode":"BecomesSaddled","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Creature"],"scope":"Controller"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes saddled for the first time each turn, mill two cards, then ~ gets +X/+X until end of turn, where X is the number of creature cards in your graveyard.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"24bc7bd5-f262-45a2-8e94-377fef2ba5d5","metadata":{"source_printing_ids":["6d963eb4-d20b-4d3f-bf5d-c75f7bcb9670"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"An ability that triggers when a creature “attacks while saddled” will trigger only if that creature was saddled when it was declared as an attacker."},{"date":"2024-04-12","text":"Creatures with saddle can attack or block as normal even if they aren’t saddled."},{"date":"2024-04-12","text":"If a permanent becomes a copy of a saddled Mount, the copy won’t be saddled."},{"date":"2024-04-12","text":"The value of X is determined as Stubborn Burrowfiend’s triggered ability resolves."},{"date":"2024-04-12","text":"You may activate a permanent’s saddle ability even if that permanent is already saddled."},{"date":"2024-04-12","text":"“Saddle N” means “Tap any number of other untapped creatures you control with total power N or greater: This permanent becomes saddled until end of turn. Activate only as a sorcery.”"},{"date":"2024-04-12","text":"“Saddled” isn’t an ability that a creature has. It’s just something true about that creature. It won’t stop being saddled until the turn ends or it leaves the battlefield."}],"rarities":["uncommon"]},"student of elements":{"name":"Student of Elements","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"When this creature has flying, flip it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Unknown":"When ~ has flying"},"execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"flip","description":"flip it"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ has flying, flip it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"59eab251-af80-4091-98de-9ed413c14cdc","metadata":{"source_printing_ids":["9de1eebf-5725-438c-bcf0-f3a4d8a89fb0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"flip","printings":["CHK"],"rarities":["uncommon"]},"student of warfare":{"name":"Student of Warfare","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Level up {W} ({W}: Put a level counter on this. Level up only as a sorcery.)\nLEVEL 2-6\n3/3\nFirst strike\nLEVEL 7+\n4/4\nDouble strike","non_ability_text":null,"flavor_name":null,"keywords":[{"LevelUp":{"type":"Cost","shards":["White"],"generic":0}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"level","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":2,"maximum":6},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 2-6 / 3/3 / First strike"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"level"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"LEVEL 7+ / 4/4 / Double strike"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0bc2875b-3a5a-4885-86b9-16ab7330ac10","metadata":{"source_printing_ids":["2f2cf48b-949e-4920-a72d-fddca05c6e98","9f4df9be-324b-458a-9379-ab4aa437a6d2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PLST","ROE"],"rulings":[{"date":"2010-06-15","text":"A creature’s level is based on how many level counters it has on it, not how many times its level up ability has been activated or has resolved. If a leveler gets level counters due to some other effect (such as Clockspinning) or loses level counters for some reason (such as Vampire Hexmage), its level is changed accordingly."},{"date":"2010-06-15","text":"Effects that modify a leveler’s power or toughness, such as the effects of Giant Growth or Glorious Anthem, will apply to it no matter when they started to take effect. The same is true for counters that change the creature’s power or toughness (such as +1/+1 counters) and effects that switch its power and toughness."},{"date":"2010-06-15","text":"Effects that set a leveler’s power or toughness to a specific value, including the effects from a level symbol’s ability, apply in timestamp order. The timestamp of each level symbol’s ability is the same as the timestamp of the leveler itself, regardless of when the most recent level counter was put on it."},{"date":"2010-06-15","text":"If another creature becomes a copy of a leveler, all of the leveler’s printed abilities — including those represented by level symbols — are copied. The current characteristics of the leveler, and the number of level counters on it, are not. The abilities, power, and toughness of the copy will be determined based on how many level counters are on the copy."},{"date":"2010-06-15","text":"The abilities a leveler grants to itself don’t overwrite any other abilities it may have. In particular, they don’t overwrite the creature’s level up ability; it always has that."}],"rarities":["rare"]},"stuffy doll":{"name":"Stuffy Doll","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nAs this creature enters, choose a player.\nWhenever this creature is dealt damage, it deals that much damage to the chosen player.\n{T}: This creature deals 1 damage to itself.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"},"damage_source":"Target"},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: ~ deals 1 damage to itself.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SourceChosenPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, it deals that much damage to the chosen player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Player","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a player.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"499dceab-1890-49c8-b35d-b059a1dc950f","metadata":{"source_printing_ids":["14ca7425-a499-4864-b955-369ef2577849","23038e62-9c7b-4e2a-8661-035966b6ed4a","978c2c7d-6898-4be2-aed7-e673210ce654","b33b5e4e-e68f-4b7d-a9c3-af01aa92c4e8","ce427213-4ce5-478e-83d8-fe80ec446a58"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","M13","SLD","TSP","TSR"],"rulings":[{"date":"2021-03-19","text":"A creature can be dealt an amount of damage greater than its toughness. For example, if Stuffy Doll is dealt 3 damage, its triggered ability deals 3 damage, not 1, to the chosen player."},{"date":"2021-03-19","text":"If your life total is brought to 0 or less at the same time that Stuffy Doll is dealt damage, you lose the game before its triggered ability goes on the stack."}],"rarities":["rare"]},"suffer the past":{"name":"Suffer the Past","mana_cost":{"type":"Cost","shards":["X","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile X target cards from target player's graveyard. For each card exiled this way, that player loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"TargetPlayer"},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"FilteredTrackedSetSize","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"caused_by":"Exiled"}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile X target cards from target player's graveyard. For each card exiled this way, that player loses 1 life and you gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"max":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"edf46ef0-159d-4f0b-ae14-14e0c8446382","metadata":{"source_printing_ids":["40696611-b5eb-4d69-9614-c694f3422523","b7e959ec-7ba2-429d-a5b9-b5e4d97dfd4e","e6555906-8844-4a8b-8b40-3e5af4a6ef41"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","M3C","ROE"],"rulings":[{"date":"2010-06-15","text":"If the targeted player becomes an illegal target by the time Suffer the Past resolves but the targeted cards don’t, you still exile the cards and gain life. The player won’t be lose any life, though."},{"date":"2010-06-15","text":"Suffer the Past’s effect causes a single life-gain event, not a number of separate ones. This matters for cards such as Cradle of Vitality."},{"date":"2010-06-15","text":"The life that’s lost and the life that’s gained are based on the number of cards that are actually exiled, not on the value of X (in case any of the targeted cards somehow leave the graveyard in response and thus can’t be exiled this way)."}],"rarities":["uncommon"]},"suki, courageous rescuer":{"name":"Suki, Courageous Rescuer","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior","Ally"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Other creatures you control get +1/+0.\nWhenever another permanent you control leaves the battlefield during your turn, create a 1/1 white Ally creature token. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Token","name":"Ally","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Ally"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another permanent you control leaves the battlefield during your turn, create a 1/1 white Ally creature token. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control get +1/+0."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"70ea1a9d-ec52-4c11-8c4d-0d957e5491ad","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["a1248262-41d8-5572-8092-2e7350a4acdd"],"source_printing_ids":["33b97433-e16c-422e-a0ca-f6b1e98d8681","f4e73660-ca67-4587-9aac-02154e984861"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rarities":["rare"]},"sulfuric vortex":{"name":"Sulfuric Vortex","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's upkeep, this enchantment deals 2 damage to that player.\nIf a player would gain life, that player gains no life instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's upkeep, ~ deals 2 damage to that player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"GainLife","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a player would gain life, that player gains no life instead.","condition":null,"quantity_modification":{"type":"Prevent"},"valid_player":"AnyPlayer"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"7652f328-e142-494b-a869-772ced10c26a","metadata":{"source_printing_ids":["0463e989-ba32-4a46-a82f-e0d6daf3cd51","1d446b8b-1b09-4fef-8454-95ad272503c0","3253a624-50cc-4a8a-9b0c-9902aa53775f","5a7addef-6612-4796-8d14-39aac3ba38e0","79955e27-eef7-43bd-9895-e9209ed1537f","7d63127d-ec1a-4eaa-bf64-19cd02886382","b6ad5df8-bf48-48e6-8286-2ac4ba7faf7c","d2bd25ff-3b10-4b7e-b7ac-77f1ecddd6d1","dc358e47-fde3-4e51-983b-bcb5aa59d360"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["CNS","DDK","DMR","EMA","SCG","SLD","VMA","WC03"],"rarities":["rare"]},"summon: good king mog xii":{"name":"Summon: Good King Mog XII","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Saga","Moogle"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter. Sacrifice after IV.)\nI — Create two 1/2 white Moogle creature tokens with lifelink.\nII, III — Whenever you cast a noncreature spell this turn, create a token that's a copy of a non-Saga token you control.\nIV — Put two +1/+1 counters on each other Moogle you control.\nFlying, lifelink","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Moogle","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"types":["Creature","Moogle"],"colors":["White"],"keywords":["Lifelink"],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"SpellCast","execute":null,"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":[{"Non":{"Subtype":"Saga"}}],"controller":"You","properties":[{"type":"Token"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"SpellCast","execute":null,"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":[{"Non":{"Subtype":"Saga"}}],"controller":"You","properties":[{"type":"Token"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":[{"Subtype":"Moogle"}],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 4","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":4},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2148820c-85b6-4598-adf2-10873001a779","metadata":{"related_token_ids":["0502c627-9f63-5b1e-b7ba-1809eefc0580","187a3e3d-1dd0-5dac-8f49-f737dff2e78f"],"source_printing_ids":["3aabb93a-7fa2-4fb5-a683-db1d274ac367","c14098d6-28ae-492f-8ffc-7d115d83ce6a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the new token will work."},{"date":"2025-06-06","text":"The delayed triggered ability set up by Summon: Good King Mog XII's second and third chapter abilities resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2025-06-06","text":"The new token copies the original characteristics of the copied token as stated by the effect that created that token."},{"date":"2025-06-06","text":"The new token doesn't copy whether the original token is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, color, and so on."}],"rarities":["rare"]},"summon: yojimbo":{"name":"Summon: Yojimbo","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment","Creature"],"subtypes":["Saga","Samurai"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter. Sacrifice after IV.)\nI — Exile target artifact, enchantment, or tapped creature an opponent controls.\nII, III — Until your next turn, creatures can't attack you unless their controller pays {2} for each of those creatures.\nIV — Create X Treasure tokens, where X is the number of opponents who control a creature with power 4 or greater.\nVigilance","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":"Opponent","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"Tapped"}]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":null,"modifications":[{"type":"GrantStaticAbility","definition":{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":2},"scaling":{"type":"PerAffectedCreature"},"defended":"Player"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"creatures can't attack you unless their controller pays {2} for each of those creatures"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":null,"modifications":[{"type":"GrantStaticAbility","definition":{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"UnlessPay","cost":{"type":"Cost","shards":[],"generic":2},"scaling":{"type":"PerAffectedCreature"},"defended":"Player"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"creatures can't attack you unless their controller pays {2} for each of those creatures"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}}]},"comparator":"GE","count":{"type":"Fixed","value":1}}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 4","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":4},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ff70d743-280e-476f-a3b8-92026419419d","metadata":{"related_token_ids":["ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["cdbc2d28-ea35-47c6-af7e-07924e9d5794","fb7f1e73-183f-4041-907d-700e248ac5af"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"On turns where the effect of Summon: Yojimbo's second or third chapter ability is applying, your opponents can choose not to attack with a creature that must attack if able as long as there is no other player, planeswalker, or battle for that creature to attack that wouldn't require a cost."},{"date":"2025-06-06","text":"The value of X is determined only once, as Summon: Yojimbo's fourth chapter ability resolves."}],"rarities":["rare"]},"summoner's grimoire":{"name":"Summoner's Grimoire","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Book","Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Job select\nEquipped creature is a Shaman in addition to its other types and has \"Whenever this creature attacks, you may put a creature card from your hand onto the battlefield. If that card is an enchantment card, it enters tapped and attacking.\"\nAbraxas — Equip {3}","non_ability_text":null,"flavor_name":null,"keywords":["JobSelect"],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Hero","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Hero"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Job select — create Hero token and attach","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":true,"enters_modified_if":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may put a creature card from your hand onto the battlefield. If that card is an enchantment card, it enters tapped and attacking.","constraint":null,"condition":null,"batched":false}},{"type":"AddSubtype","subtype":"Shaman"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature is a Shaman in addition to its other types and has \"Whenever ~ attacks, you may put a creature card from your hand onto the battlefield. If that card is an enchantment card, it enters tapped and attacking.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d4453b3e-733e-4038-81da-135a6a03079c","metadata":{"related_token_ids":["6c3df51d-8581-5d24-81bf-7cf034c29731"],"source_printing_ids":["d9fda3fc-569d-49f8-a2ed-e0b1d6668426"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"If the Hero token is destroyed, the Equipment stays on the battlefield."},{"date":"2025-06-06","text":"If the job select ability causes two Hero tokens to be created (due to an effect such as that of Doubling Season), the Equipment becomes attached to only one of them."},{"date":"2025-06-06","text":"The Hero token enters as a 1/1 creature, then the Equipment becomes attached to it. Abilities that trigger when a creature enters the battlefield see that a 1/1 creature entered the battlefield."},{"date":"2025-06-06","text":"You may pay the Equipment's equip cost as normal to move it from the Hero token to another creature you control."}],"rarities":["rare"]},"summoner's pact":{"name":"Summoner's Pact","mana_cost":{"type":"Cost","shards":[],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a green creature card, reveal it, put it into your hand, then shuffle.\nAt the beginning of your next upkeep, pay {2}{G}{G}. If you don't, you lose the game.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasColor","color":"Green"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a green creature card, reveal it, put it into your hand, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhaseForPlayer","phase":"Upkeep","player":0},"effect":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","Green"],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green"],"color_identity":["Green"],"scryfall_oracle_id":"782dcbc4-5a11-42f5-b8d9-4572e36d45b3","metadata":{"source_printing_ids":["0d143917-bf8b-4418-9d78-b3d641314de8","4550b26a-3a73-4724-99d5-1e0a52c36701","948b026c-cfce-462b-afb6-7a383bd121de","e8948f92-9bd5-4950-b901-6cf1528b5c3f","ee0f88ac-8a90-4057-b0e6-c15fbd02da38"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["A25","FUT","MB2","MMA","TSR"],"rulings":[{"date":"2013-06-07","text":"Although originally printed with a characteristic-defining ability that defined its color, this card now has a color indicator. This color indicator can't be affected by text-changing effects (such as the one created by Crystal Spray), although color-changing effects can still overwrite it."},{"date":"2021-03-19","text":"If Summoner's Pact is countered, the delayed triggered ability that threatens you with a game loss won't trigger at the beginning of your next upkeep."}],"rarities":["rare"]},"sun titan":{"name":"Sun Titan","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nWhenever this creature enters or attacks, you may return target permanent card with mana value 3 or less from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, you may return target permanent card with mana value 3 or less from your graveyard to the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b2e950fb-cb7e-40a0-a311-5bbdd0477b29","metadata":{"source_printing_ids":["28d5eee5-bab8-4a26-83cd-16a3c07fb7b6","332280f7-03af-4ef8-b1ff-5ac5e4d3b3ce","3399b285-3d38-43d4-b017-e1752ddd19f7","3ccf318d-5ca5-4e4c-a78a-206a815f9381","3d6eacf2-f6c7-4ede-b5a5-7463602699ae","68fde4e2-f1a0-4c23-8341-959645f69d8c","8a72ad43-0723-4344-9e5a-43e6313b9876","959c5776-450d-4619-80d8-81e65bf0373d","a7e78f14-ff68-4ba1-b8c7-b0f792ab03bd","aa8e16fa-30f8-40ac-965d-3d0776dc8f74","ae10463f-fe23-406c-8a63-051c5650c2ee","b7e857aa-955e-4afa-9afe-a572fe27765a","be5f45bb-de82-4e64-a9c3-e8bac5d4fa75","c7974707-88bf-474b-b1a9-30733c16b1ef","cd7a20a2-4489-42c7-9a39-4e2de95c77e2","d4019088-dbd9-4dc1-b7e3-24a99e5b3d34","d5529c38-3071-40c8-8afb-12e84f8cb4c8","d8db2b8e-dce9-49b7-833f-381ee55288cb","dfbf6204-f08e-4bdc-904d-d617dabdfdd8","e0f6b7d1-75ea-4153-bbf1-85ed5041fe67","e135d544-2a3e-4b22-ae4d-6c2203769e2a","ea3e77ed-9015-4407-b78c-494e46b67b07","ef3e7352-5768-4d4e-befb-560b9d10a178","f7bdf6bd-472e-4109-9864-68a2df757775"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","BLC","C14","C15","C19","C20","C21","CM2","DDL","E01","FIC","HA7","KHC","M11","M12","MKC","NCC","OTC","P10","PLST","PM11","PRM","SLC","SLD","SOC","TDC","WOC","ZNC"],"rulings":[{"date":"2010-08-15","text":"A permanent card is an artifact, creature, enchantment, land, or planeswalker card."},{"date":"2010-08-15","text":"If a card in your graveyard has no mana symbols in its upper right corner (because it's a land card, for example), its mana value is 0."},{"date":"2010-08-15","text":"If the mana cost of a card in your graveyard includes {X}, X is considered to be 0."},{"date":"2010-08-15","text":"The mana value of a card in your graveyard is determined solely by the mana symbols printed in its upper right corner. The mana value is the total amount of mana in that cost, regardless of color. For example, a card with mana cost {3}{U}{U} has mana value 5."}],"rarities":["mythic"]},"sunforger":{"name":"Sunforger","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +4/+0.\n{R}{W}, Unattach this Equipment: Search your library for a red or white instant card with mana value 4 or less and cast that card without paying its mana cost. Then shuffle.\nEquip {3}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}},{"type":"HasColor","color":"Red"}]},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}},{"type":"HasColor","color":"White"}]}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red","White"],"generic":0}},{"type":"Unattach"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{R}{W}, Unattach ~: Search your library for a red or white instant card with mana value 4 or less and cast that card without paying its mana cost. Then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":0}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +4/+0."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"d1421070-a3cc-4af3-bf91-0f97372f4161","metadata":{"source_printing_ids":["0f9a9654-edf1-486f-a002-57418f03de8e","3945c488-6966-4c7d-a0b7-487a2c1837aa","c8d5e027-aa74-444b-a945-1bafa9bdec4c","dd3e42ee-ab13-460b-90fd-86e677abce4f","dfe6e159-f229-44a8-b542-78e3c3d6ec79","f55ea597-fedb-443d-a242-3f161812ec11"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","C16","CMR","MM2","RAV","SLD"],"rulings":[{"date":"2020-08-07","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2020-08-07","text":"If you cast a spell \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2020-08-07","text":"You can't pay the cost of unattaching Sunforger unless Sunforger is attached to a creature."}],"rarities":["rare"]},"super-adaptoid":{"name":"Super-Adaptoid","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Robot","Villain"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Super-Adaptoid's power is equal to the number of legendary creatures you control.\nWhenever Super-Adaptoid enters or attacks, choose another target creature. If that creature has haste and Super-Adaptoid doesn't, put a haste counter on Super-Adaptoid. Do the same for flying, first strike, double strike, deathtouch, indestructible, lifelink, menace, reach, trample, and vigilance.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"haste","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"flying","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"first strike","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"double strike","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"deathtouch","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"indestructible","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lifelink","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"menace","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"reach","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"trample","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"vigilance","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Vigilance"},{"type":"SourceLacksKeyword","keyword":"Vigilance"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Trample"},{"type":"SourceLacksKeyword","keyword":"Trample"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Reach"},{"type":"SourceLacksKeyword","keyword":"Reach"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Menace"},{"type":"SourceLacksKeyword","keyword":"Menace"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Lifelink"},{"type":"SourceLacksKeyword","keyword":"Lifelink"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Indestructible"},{"type":"SourceLacksKeyword","keyword":"Indestructible"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Deathtouch"},{"type":"SourceLacksKeyword","keyword":"Deathtouch"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"DoubleStrike"},{"type":"SourceLacksKeyword","keyword":"DoubleStrike"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"FirstStrike"},{"type":"SourceLacksKeyword","keyword":"FirstStrike"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Flying"},{"type":"SourceLacksKeyword","keyword":"Flying"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"TargetHasKeywordInstead","keyword":"Haste"},{"type":"SourceLacksKeyword","keyword":"Haste"}]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, choose another target creature. If that creature has haste and ~ doesn't, put a haste counter on ~. Do the same for flying, first strike, double strike, deathtouch, indestructible, lifelink, menace, reach, trample, and vigilance.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the number of legendary creatures you control."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"f93fa6ec-1f13-4109-aa60-11e148f7ba88","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5dcdba1d-434e-4c4e-8ec5-f51472f915de","fbbd8609-5a00-4188-96fe-77251579b88d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"super-soldier serum":{"name":"Super-Soldier Serum","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +2/+2, has first strike and vigilance, and is a legendary Soldier in addition to its other types.\nWhenever enchanted creature attacks or blocks, attach any number of target Equipment you control to it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"AttacksOrBlocks","execute":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[]},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted creature attacks or blocks, attach any number of target Equipment you control to it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddSubtype","subtype":"Soldier"},{"type":"AddKeyword","keyword":"FirstStrike"},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+2, has first strike and vigilance, and is a legendary Soldier in addition to its other types."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"6f2ba142-5e7c-4709-ae03-e028cb2a9872","metadata":{"source_printing_ids":["845b0be1-4f85-4a8c-8205-dc85c8cf9a61","dbe76b0f-b9ba-4a5d-ae35-288cc95dd6a4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"superior spider-man":{"name":"Superior Spider-Man","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spider","Human","Hero"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Mind Swap — You may have Superior Spider-Man enter as a copy of any creature card in a graveyard, except his name is Superior Spider-Man and he's a 4/4 Spider Human Hero in addition to his other types. When you do, exile that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"additional_modifications":[{"type":"SetName","name":"Superior Spider-Man"},{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"AddSubtype","subtype":"Spider"},{"type":"AddSubtype","subtype":"Human"},{"type":"AddSubtype","subtype":"Hero"}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Mind Swap — You may have ~ enter as a copy of any creature card in a graveyard, except his name is ~ and he's a 4/4 Spider Human Hero in addition to his other types. When you do, exile that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"Mind Swap — You may have ~ enter as a copy of any creature card in a graveyard, except his name is ~ and he's a 4/4 Spider Human Hero in addition to his other types. When you do, exile that card.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"636cc915-9d1b-4ffe-9e74-795b78663911","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0f193a36-d452-4503-937c-90fb55a99ab4","895a6b80-a5c6-400d-931c-589bfa684b39","ad4adc3e-ec41-4406-8ff2-59ba8067cf4e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OM1","PSPM","SPM"],"rulings":[{"date":"2025-09-19","text":"If the copied card has {X} in its mana cost, X is 0."},{"date":"2025-09-19","text":"Treat Superior Spider-Man as though he were the chosen card entering (with the noted exceptions). Any \"As this creature enters,\" \"This creature enters with,\" and \"When this creature enters\" abilities of the chosen card will work."}],"rarities":["rare"]},"suppressor skyguard":{"name":"Suppressor Skyguard","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever a player attacks you, if that player has another opponent who isn't being attacked, prevent all combat damage that would be dealt to you this combat.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PreventDamage","amount":"All","target":{"type":"Controller"},"scope":"CombatDamage"},"cost":null,"sub_ability":null,"duration":"UntilEndOfCombat","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":{"type":"Player"},"description":"Whenever a player attacks you, if that player has another opponent who isn't being attacked, prevent all combat damage that would be dealt to you this combat.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentOfTriggeringPlayerNotAttacked"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false,"attack_target_filter":"Player"}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"06c47664-2b4b-468e-a38d-04b62e6edd67","metadata":{"source_printing_ids":["fbdaca43-a5be-43e3-8dd9-3a5f2cd8f0d0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLU"],"rulings":[{"date":"2024-02-02","text":"If the \"intervening if\" clause of Suppressor Skyguard's last ability is no longer met when the ability tries to resolve, it won't resolve and none of its effects will happen. For example, if all of the attacking player's other opponents leave the game before Suppressor Skyguard's last ability resolves, the condition will no longer be true when the ability tries to resolve, the ability won't resolve, and damage won't be prevented."},{"date":"2024-02-02","text":"Suppressor Skyguard's ability will trigger if any of the attacking player's opponents besides you aren't being attacked. It doesn't matter if that player is also attacking any planeswalkers those opponents control or battles they protect."}],"rarities":["rare"]},"surgical extraction":{"name":"Surgical Extraction","mana_cost":{"type":"Cost","shards":["PhyrexianBlack"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({B/P} can be paid with either {B} or 2 life.)\nChoose target card in a graveyard other than a basic land card. Search its owner's graveyard, hand, and library for any number of cards with the same name as that card and exile them. Then that player shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","source_zones":["Graveyard","Hand","Library"],"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"SameNameAsParentTarget"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2147483647}},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"ParentTargetOwner","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose target card in a graveyard other than a basic land card. Search its owner's graveyard, hand, and library for any number of cards with the same name as that card and exile them. Then that player shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3bfa088c-9a47-4123-aee5-4de44e355bef","metadata":{"source_printing_ids":["11cc603a-5d60-4959-a03f-e3dfbee4606b","2ef64449-eb15-4f36-aedf-863f6eb9cf69","4efb355c-1f90-4aef-aeeb-fc268aa13ea1","67fec89d-a66b-460f-b8dd-96e8c97d8d50","6e438caf-9373-4de8-b4ac-212f5036e677","b359c884-dfbe-4c16-9c83-f9f906db1f40","dca7e072-edb5-4f7e-bdec-a3a393053c80","e15d76ac-1c23-4503-8225-375ac2bf2fb6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","MM2","NPH","OTP","PNPH","PRM","SLD"],"rulings":[{"date":"2011-06-01","text":"\"Any number of cards\" means just that. If you wish, you can choose to leave some or all of the cards with the same name as the targeted card, including that card, in the zone they're in."},{"date":"2011-06-01","text":"A card with Phyrexian mana symbols in its mana cost is each color that appears in that mana cost, regardless of how that cost may have been paid."},{"date":"2011-06-01","text":"As you cast a spell or activate an activated ability with one or more Phyrexian mana symbols in its cost, you choose how to pay for each Phyrexian mana symbol at the same time you would choose modes or choose a value for X."},{"date":"2011-06-01","text":"If you're at 1 life or less, you can't pay 2 life."},{"date":"2011-06-01","text":"Phyrexian mana is not a new color. Players can't produce Phyrexian mana."},{"date":"2011-06-01","text":"To calculate the mana value of a card with Phyrexian mana symbols in its cost, count each Phyrexian mana symbol as 1."}],"rarities":["rare"]},"surrak and goreclaw":{"name":"Surrak and Goreclaw","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Bear"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Trample\nOther creatures you control have trample.\nWhenever another nontoken creature you control enters, put a +1/+1 counter on it. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature you control enters, put a +1/+1 counter on it. It gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control have trample."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"95be5f72-1f81-4ec6-9bd9-f0b07bfc874b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["29d017cf-32b0-4770-a647-b29cfd1ac2d1","9c10934d-9016-43c4-a7ab-56cc7d8f671f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM"],"rarities":["rare"]},"surrounded by orcs":{"name":"Surrounded by Orcs","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Amass Orcs 3, then target player mills X cards, where X is the amassed Army's power. (To amass Orcs 3, put three +1/+1 counters on an Army you control. It's also an Orc. If you don't control an Army, create a 0/0 black Orc Army creature token first.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Amass","subtype":"Orc","count":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"AmassedArmy"}}},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Amass Orcs 3, then target player mills X cards, where X is the amassed Army's power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"65c5e120-7a3d-475f-9bb2-8ddb5062e4ba","metadata":{"related_token_ids":["08fd2115-1a20-5df5-8107-d5f7c271c10c"],"source_printing_ids":["1c50d4c8-2311-4394-b73f-389eb81e898b","aeacbeae-b9cd-4622-b686-cfa85e184e12"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Amass Zombies works the same way, except you create a 0/0 black Zombie Army creature token if you don't control an Army. If the Army creature you chose isn't already a Zombie, it becomes a Zombie in addition to its other types. By combining cards with amass Orcs and amass Zombies, you can end up with an Orc Zombie Army."},{"date":"2023-06-16","text":"Amass abilities are now written as \"amass [subtype] N.\" Previous cards with amass have received errata to say \"amass Zombies N.\""},{"date":"2023-06-16","text":"If you don't control an Army, the Orc Army token you create enters the battlefield as a 0/0 creature before receiving counters. Any abilities that trigger when a creature with a certain power enters the battlefield, such as that of Mentor of the Meek, will see the token enter as a 0/0 creature before it gets +1/+1 counters."},{"date":"2023-06-16","text":"In the rare case that you control multiple Army creatures (perhaps because you played a creature with changeling) while you amass Orcs, you choose which of your Army creatures to put the +1/+1 counters on. If that creature isn't an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"Some cards refer to the \"amassed Army.\" That means the Army creature you chose to receive counters, even if no counters were placed on it for some reason."},{"date":"2023-06-16","text":"Some spells and abilities that amass Orcs may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't amass Orcs."},{"date":"2023-06-16","text":"To amass Orcs N, if you don't control an Army creature, create a 0/0 black Orc Army creature token. Then you choose an Army creature you control and put N +1/+1 counters on it. If that Army isn't already an Orc, it becomes an Orc in addition to its other types."}],"rarities":["common"]},"surtland flinger":{"name":"Surtland Flinger","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Giant","Berserker"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, you may sacrifice another creature. When you do, this creature deals damage equal to the sacrificed creature's power to any target. If the sacrificed creature was a Giant, this creature deals twice that much damage instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"CostPaidObjectMatchesFilter","filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"Giant"}],"controller":null,"properties":[]}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, you may sacrifice another creature. When you do, ~ deals damage equal to the sacrificed creature's power to any target. If the sacrificed creature was a Giant, ~ deals twice that much damage instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f701ada1-e9e1-42ce-9a62-c11bcec03da7","metadata":{"source_printing_ids":["4a628052-8175-495f-bfab-eeb3a0388e4e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM"],"rulings":[{"date":"2021-02-05","text":"Surtland Flinger’s triggered ability goes on the stack without a target. While that ability is resolving, you may sacrifice another creature. When you do, the reflexive triggered ability triggers and you pick a target to be dealt damage. This is different from effects that say “If you do” in that players may take actions after you’ve sacrificed the creature but before damage is dealt."},{"date":"2021-02-05","text":"Use the power of the creature as it was sacrificed to determine how much damage is dealt. Damage will be dealt before blockers are declared."}],"rarities":["rare"]},"surveillance monitor":{"name":"Surveillance Monitor","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vedalken","Detective"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you may collect evidence 4. (Exile cards with total mana value 4 or greater from your graveyard.)\nWhenever you collect evidence, create a 1/1 colorless Thopter artifact creature token with flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CollectEvidence","amount":4},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may collect evidence 4.","constraint":null,"condition":null,"batched":false},{"mode":"CollectEvidence","execute":{"kind":"Spell","effect":{"type":"Token","name":"Thopter","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Thopter"],"colors":[],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you collect evidence, create a 1/1 colorless Thopter artifact creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9be5a350-c38e-425f-9d6a-8eb111132a89","metadata":{"related_token_ids":["2bd4585e-48e5-58a6-a684-9f1672cb99a5"],"source_printing_ids":["19529568-c759-4ae0-b2e4-ab5a11d421a4","703b874d-6739-4063-9891-e9c040dd9618"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"If you can't exile enough cards to meet or exceed the required mana value, you can't choose to collect evidence at all."},{"date":"2024-02-02","text":"Once you've announced that you're casting a spell, players can't take actions until you've finished doing so. Notably, opponents can't try to remove cards from your graveyard to stop you from collecting evidence."},{"date":"2024-02-02","text":"Surveillance Monitor's last ability triggers whenever you collect evidence for any reason, not just when you collect evidence with its first ability."}],"rarities":["uncommon"]},"survey mechan":{"name":"Survey Mechan","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Robot"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nHexproof (This creature can't be the target of spells or abilities your opponents control.)\n{10}, Sacrifice this creature: It deals 3 damage to any target. Target player draws three cards and gains 3 life. This ability costs {X} less to activate, where X is the number of differently named lands you control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Hexproof"],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Any"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":10}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{10}, Sacrifice ~: It deals 3 damage to any target. Target player draws three cards and gains 3 life. This ability costs {X} less to activate, where X is the number of differently named lands you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Ref","qty":{"type":"ObjectCountDistinct","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"qualities":["Name"]}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"53745903-de8f-42cf-a949-842e5831de30","metadata":{"source_printing_ids":["9b4278ea-6cd8-45ad-b024-daf3dedd29e0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"Once you announce you’re activating an ability, no player may take actions until after the ability has been paid for. Notably, opponents can’t try to remove lands you control from the battlefield at that time."},{"date":"2025-07-25","text":"Once you determine the cost to activate Survey Mechan’s last ability, you may activate mana abilities to pay that cost. If the number of differently named lands you control changes while activating mana abilities (probably because you sacrificed one or more lands), the cost to activate the ability remains what you previously determined."},{"date":"2025-07-25","text":"To determine the number of differently named lands you control, count each land you control once, but only if its English name isn’t exactly the same as another land you’ve already counted this way."},{"date":"2025-07-25","text":"Use the sacrificed creature’s power as it last existed on the battlefield to determine how many cards to draw with Susur Secundi’s last ability."}],"rarities":["uncommon"]},"suspend":{"name":"Suspend","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature and put two time counters on it. If it doesn't have suspend, it gains suspend. (At the beginning of its owner's upkeep, they remove a time counter. When the last is removed, they may play it without paying its mana cost. If it's a creature, it has haste.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"time","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Suspend":{"count":0,"cost":{"type":"Cost","shards":[],"generic":0}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain suspend"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":{"type":"SourceLacksKeyword","keyword":{"Suspend":{"count":0,"cost":{"type":"Cost","shards":[],"generic":0}}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Exile target creature and put two time counters on it. If it doesn't have suspend, it gains suspend.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fef9425d-82d5-470b-9cbc-8c03a001099e","metadata":{"source_printing_ids":["40af215c-d3f7-42f0-85cd-77a3fcd919ba","f2b39f1d-6d8b-4d5d-a956-094de5c26ba8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MH2","PMH2","PRM"],"rulings":[{"date":"2024-02-02","text":"A creature cast using suspend will enter the battlefield with haste. It will have haste until another player gains control of it. (In some rare cases, another player may gain control of the creature spell itself. If this happens, the creature won't enter the battlefield with haste.)"},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare"]},"sustainer of the realm":{"name":"Sustainer of the Realm","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature blocks, it gets +0/+2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ blocks, it gets +0/+2 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2c99d52d-f909-4494-aeee-937ae779fd4a","metadata":{"source_printing_ids":["1fd2d5e4-cdf8-4baa-96fb-2beef5bcc244","286955b5-c866-44f4-a76b-54632192918d","862dc4c1-1b80-48ae-878d-ea3cccf681bc","ca280e1e-4231-48e5-be1b-965480822c46","ddb7af98-1fba-488b-9e92-2f6a35eb4866","e9f7e21e-d4d8-4d6c-9530-b17d5204e9e7","ff4226fb-2152-48a4-aa58-896138b68b4c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["7ED","DDC","DVD","IMA","J21","ULG"],"rulings":[{"date":"2004-10-04","text":"It gets the bonus only once, not once per creature it blocks."}],"rarities":["common","uncommon"]},"susurian dirgecraft":{"name":"Susurian Dirgecraft","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, each opponent sacrifices a nontoken creature of their choice.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 7+.)\n7+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent sacrifices a nontoken creature of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"7+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":3}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 7+"}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f1d826d1-d2da-46ce-b1db-81393c88d865","metadata":{"source_printing_ids":["b67cdb6e-9a3b-4887-924d-318faa3c443d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"swamp":{"name":"Swamp","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Basic"],"core_types":["Land"],"subtypes":["Swamp"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {B}.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"56719f6a-1a6c-4c0a-8d21-18f7d7350b68","metadata":{"source_printing_ids":["00030770-5e99-4943-819d-8d807c24cc14","000366c8-7a43-49d7-a103-ac5bd7efd9aa","004e232c-ea3d-4a8c-bf16-234ac09e4567","00daa026-aba3-421e-9eaa-aa5649b36eb2","013612b4-fed9-4112-8018-9267ae608fd7","01c46b9a-07ea-40ab-9a2b-5bee8e7d3496","0223cf7f-4c6e-487f-babb-a740a15e1f0c","02cb5cfd-018e-4c5e-bef1-166262aa5f1d","02dc1392-7701-4f3e-b5af-d8756bef6d07","02e71e69-ff6c-4821-81d3-e30931eb7bfe","02fe3fdf-1d21-4e35-b0f3-3bcde7b05e23","0306607d-2a42-4008-ac84-8d3ed91fe3aa","0356ae45-e5ca-46b9-8ebc-42bf4776e89c","03e82924-899c-47b4-862a-7a27a96e285a","040d064e-b023-4750-afeb-1f58e36bc4ab","04559991-3278-469f-b2be-07c3b27ad5a5","0520813a-fe20-4bde-8dc9-9a7add51c722","058ebefe-ad31-430b-b298-c9df929e03cc","05e8d2d8-2880-4c1a-97f3-ed3f206883bb","06017c14-2b8b-4840-be21-023602a3e8d8","066b5162-8724-4df3-a3d5-274036d0049d","06a570b2-bcab-4500-b790-252baaf1f6d8","06b5576e-968a-41b6-bc5c-a0ed6521d419","06e0edda-1943-47a3-9ad3-673b38f42c86","07504e2d-9d70-4957-bee6-abab92368a33","07a6df7a-a080-4aef-9a76-5b08bbc4e762","07ab266b-ad6a-422e-9277-27d9f48d2c29","084efea7-2a22-4cca-a1f9-b47aad2ebcac","085b4641-62fb-4820-aded-ccc9403d319e","0863a079-1cc2-4388-85bb-a24eae251e99","086468db-5ecb-4b57-90a8-041eff6faad8","08ec1e4f-e284-4216-a022-bd94c4dae02b","091e1917-6e93-4d36-8cc2-1b553aa92bc0","09af769d-a051-40d4-b203-7ec818c367ca","09d7e861-8dda-4073-bfd6-4ade3bca5cff","09eeb6aa-45ac-4a0e-bab2-1a004aac841f","0ad7a944-0bdd-41a0-a1c5-33531d62a210","0b35ed4a-c1b1-4cf7-8eab-95a85ce75e92","0b3f0063-9a59-4ce1-90b5-e45921d5cc3c","0b8515d2-e8a4-45ab-b361-88eb4ec959bd","0be8241f-cfe9-4e48-8005-8bfcba92547a","0c70db5a-3d7f-4534-9e5a-01d510b8d62a","0cf904da-496c-4d88-a62b-c736ba895078","0d1a1df0-e6dc-4815-bb73-9d100ee6e0b2","0d846729-deec-436f-af5c-08faf53ec36f","0df95545-fe5e-47a5-99d8-1776e02c5713","0e2a9fa6-3c7c-409a-8565-e3d533107971","0e864369-2837-4487-8eee-0d643889d642","0eed3360-1634-4e60-b24d-4128c4896994","1017347b-6b1a-4a2f-9147-98acad779616","103538d1-1b8f-4b18-91ac-17975f353785","11093e3f-092e-49d9-aef9-b9855b040bf2","1176ebbf-4130-4e4e-ad49-65101a7357b4","11c7299b-7a98-4c2f-8be9-35e0630e2995","11fd1aaf-b33d-4a27-8394-c0dadf889b1b","12681e76-6ffc-489e-8dcd-131a31170ced","132155ae-f7a4-4957-91cb-e51ff52716f9","13505c15-14e0-4200-82bd-fb9bce949e68","13964bf9-c391-438a-a28c-2a0716375e0c","13bd1c69-2561-4ff1-af00-bb519b3897c2","1481cb23-7f39-47cf-afe8-aecc798a1dab","15d6b53a-3b40-43be-ae35-c22a2a17a141","1660f317-d337-4c24-8523-613dc3072ca9","166fc328-20d1-4158-bcb6-3cebcf788ef5","1797d5c7-d3fa-4184-85ae-46db14ddf523","183acdf0-bd08-4598-966d-426dea71583d","184a196e-8604-49d2-a66a-6f7c0eafd5de","187e9fa1-6a50-4697-8645-fea4524e8dde","1967d4a8-6cc4-4a4d-9d24-93257de35e6d","19c03592-debd-4b4f-a5ea-a31ce63f5d23","19f62f5c-ddea-4564-bc47-5845ab15d8e2","1af26e12-8518-4b15-afcd-c44faaebb574","1b1d4996-ed4e-4818-a9ec-f5d8ee84ad26","1c590ebb-1e3a-4861-b8f2-aef9c4259efd","1c5d8a2c-b98a-4dae-8b89-4a2435fa7103","1c90f777-2f98-4010-80a3-5fe395747e5f","1ccdc3f2-0e3e-45b4-a141-2eb029275e9a","1cfcda3b-2bd2-4b54-959f-bf4b4f311f6b","1dd4d605-02a2-4183-b191-0bca8dfbf962","1e4ad69e-843c-4f33-be2f-711568f8aac7","1ee0be63-ec99-4291-b504-e17061c15a67","1f7cac8b-6609-42ac-a594-002068e02de4","204f051f-50a6-48fe-aa0e-04c513f1b3ed","20a28816-8e41-4c17-9478-2c85e13ee23b","20f26dde-d1a3-4d0f-9ed9-cfcd9e4ce01e","211b98e5-8ec2-4108-bacd-97e854a85b6f","21900fe6-ae43-42af-a601-d70c25457239","21c39822-b53e-488b-b5df-c0ce325d9039","22687920-e310-4122-a01d-2aff720d2071","22b2ddff-46df-4c0c-9840-edf3d02586f0","2326267f-2412-4217-af73-f5392167a3a6","2333076d-db67-405a-9e76-27edfc591e02","237204ad-ab8a-496f-a093-48d00417350b","2380a8a1-474a-43f7-91db-68cfd7e0b790","239511f0-34b7-423c-b53b-1327d6b7da28","23c03147-e9ff-4a52-b579-12d259b4be23","23e09e49-1a87-4967-8557-6d331c48a563","23e8c5ea-12a2-44b6-a0b6-6c7cea1119f3","24eeb424-235d-4346-9355-57914e740ec6","25ad2444-9985-423c-ad36-387218866409","25bcf9b0-ee35-4911-b515-7182e703beba","26142ae3-5aa1-4b9b-989a-21c0e4e5089d","2646cdba-bf2a-4eda-9d35-c15d1546b6ec","267d4321-4411-499c-a476-70c805abf02a","26c57bee-2810-467c-8ed7-6cecb5cbc379","2755f9f7-95f9-4907-8ec9-21853eb376f4","276b18fb-66cb-4dc0-9c67-60cee1502c7f","2931ebfb-ee76-45f1-8b86-ea77775c323e","296d546a-7481-4cb9-9170-59402592507b","2a0fba6e-54d2-498c-83bc-41024307e608","2a7ce037-e04d-404a-afde-9122518e6a31","2bfe9801-b683-45d9-924c-6734110816bf","2c4be2d6-d168-4e67-8d75-a04f637b56dd","2cce9570-e5d7-44e5-bc93-6d03dd1a3794","2cf4d911-6aad-4007-9735-40d125496aec","2d29e1c2-7afc-45d0-a1cf-78998dc416f7","2d49fc14-e848-4c44-a03c-6dfb83efed80","2d6df214-baa7-4de3-8333-d751c45873e0","2d8c3f29-121e-42d1-be21-29f403f97708","2e55a405-bf5b-4158-ba9a-239627ac9701","2ef981a9-303e-4313-9265-77cc60323091","2f4b9030-f04a-4f42-8dd8-2eae0ce7e420","2f8705f4-c569-4d5f-bfd5-f076fbc78440","2fe8fd6b-f6b0-442a-950e-65144a019b74","306bc28b-a21c-4d8a-9dbe-193333a16182","308809ad-c150-49b1-83e3-b78494156d7a","30b3d647-3546-4ade-b395-f2370750a7a6","30d7edb2-3bb4-4a0f-ad66-eef31cc8ed6b","31228d3c-08e4-4042-a1a1-db8dff3177d9","3122fe7c-3121-43a6-a37c-3fd17bc93a4d","3125bc4d-7e9e-4133-8d11-1abf3dc2cec9","319bc1f0-ee42-44e5-b08b-735613ded2ba","31a756b0-f430-4286-afe1-97c641e4f3b4","32d5f86d-19c3-4a9a-956f-8c52cec5ba83","339c3f05-444c-4e0a-a556-fc09417ee984","34b5fe23-e909-422b-b5a9-74907739ca95","352a5dab-69e7-42f3-8be7-e1d2e8f456a9","352ff74f-6f32-4f1d-992c-b5708756a39b","357bde61-3a24-486f-ab35-8fa4d04515e8","359ca653-664b-4dfc-96cc-06bfb1b700a2","35fe42f9-dd55-4ca4-af0a-59ecdff0dba8","364ee0ec-4970-4a30-bf5b-b045a6122860","36aaa8d9-4b03-4dd2-9b3c-d8b3bf19da73","36af939c-11d9-43a5-bd69-c915a62e972b","376aea7a-6ebd-48fd-ac4f-a16b2e997dce","3810ec60-3f93-46c0-af39-7628b77bacec","3813bf1d-470f-408b-ad6b-aa9e20124b88","38625a65-868f-4cbf-a512-9142f1eddf4a","387ec72f-dd6b-4769-be3a-981d580715be","38fef662-993c-4522-8b3f-7c1d3bb1d946","39c6032a-8a2d-4718-b541-617777db6ec2","3a310639-99ca-4a7e-9f65-731779f3ea46","3b383b16-8128-4d9e-a0d0-9b8ccc9ad6df","3c51de66-a3ed-4ca9-befb-9813e96c4ade","3ce4394a-14c9-4a6e-898c-056108b16e09","3cea8d65-34ba-472e-b50e-da8bdbf54c7a","3dc20c2b-7344-43d1-8ea0-22bab837657e","3dd02eca-557a-4ed8-af50-994d16dfc7f3","3dd92a77-c852-410a-9ee9-abc01e9867a4","3e724e54-a622-4c77-8183-5a397a7c14a9","3f89288a-9958-45c6-9bd2-24e6b3935171","3fecc759-61fa-4040-9b46-710512baa4bf","3ff995d3-e322-422c-9385-4d93152dc7c8","40705a25-2de4-4a54-9fc4-02899085da27","418335b2-398f-499e-92ad-8d21a5a5b69f","4187a894-1a26-43ec-8e38-5422ae7e6b9b","41aa58c2-eaf2-4b17-b014-afbba7199d4a","41c7688d-8155-45fd-83ba-ff9be4d414a3","42a1264f-bda3-45ac-b959-463c6e532fd3","42fec83d-8260-478e-a20f-94d265036e31","430341f3-7dd5-4161-96a2-e76350699b66","4324380c-68b8-4955-ad92-76f921e6ffc1","438a54b0-49e6-4f79-8379-ccb30d06fb60","43c8e72a-3305-41ee-b2e3-8099d4e91edb","442c806c-3af3-401e-8dc8-7be2ef441ba9","447f8dbc-2f09-4995-81e2-2dc1654031fd","44baaa0a-9951-4ee7-a9db-64f841bd1bd0","4510090f-b42d-4df1-af71-64a77dfbc1b2","453aa0d9-b535-4bd9-951c-4304773399b1","45919fc2-da64-4bfd-ba15-e61ed268b422","45927890-52ef-448c-b302-4192afa27a04","45991831-1018-4f98-a4ad-0998a9577d97","459d175e-2b9c-4f30-be03-4e05cd3c68ef","45cbe554-ffdc-4de6-bf27-57790b71effb","4650ebaf-8e9f-431c-998d-e0f426b24d41","46908606-f572-4b2d-9562-ed9c6f50f1ad","4695653a-5c4c-4ff3-b80c-f4b6c685f370","46a6375e-9477-4871-8a15-02439f3f6f34","46c86589-5e1f-42a8-8436-553265e4805b","46e0aaac-fc82-4ce9-87d1-8dead8ec29fd","4760cdcc-e973-439c-a74a-5cb73b4fa22f","47c4fa0e-cfd8-416a-8d88-9bd0791e7f5d","47f114dd-7954-4674-994f-d4b06288ce5b","485df5c7-5653-4bb2-ae0b-8ec83359f192","48621dca-9708-4688-a212-90b382bb4329","48f7492c-67f2-4ba3-848b-7a6a8df7e88b","490452a3-22fb-4c75-9bf2-5cd6d6719446","499f548a-9e41-4b95-812d-a739d945123f","4a0243d2-5fde-489f-8113-4ece0511cb5c","4a0e7a70-672e-400d-971b-63dd128f5229","4abfe418-15f8-46ce-9b39-fd5a38b25d12","4aca4e94-3e7f-462b-a900-84e1f3609ed8","4b0c331d-56c6-47d9-bd52-30a92b6415b3","4b8167f6-854f-40bc-bc86-6a6c915ae357","4bc918af-527c-46d7-861d-32e9150ed3df","4dab8252-5f15-4b83-a167-039ad64c95e4","4dbfdbdd-6322-4ea6-9680-d4e480d78437","4dc185cc-5b8e-43ea-aa75-94ddffb74ad0","4e321257-f494-49fc-a26f-3c65aa5b1377","4e74c620-a445-46a4-a1aa-b5b8ef657f18","4e964e2e-8bc5-423c-ac85-4f0c860afb8a","4ebf5f38-527b-4f7d-9980-4aca116e5b88","4f3a387a-4bc1-4338-9d1e-0fbcb6f03b82","4f4f94cc-eb76-4fa6-b7d5-3cca73e8691a","4f799604-bbbf-4d57-83c8-13a0eafa974e","4f7d8adb-36b1-4f7b-b01d-e60c7bec79be","4f893107-84b0-4e3f-b1f5-b04632f192c5","4fc9d935-2a33-4928-b4b2-25c48544bf24","50205489-2960-462c-a6cb-35a491dc54d5","5083de34-d127-45df-9252-ff09b5cf8b47","50aa6685-48b5-44ac-9588-b94382957bb8","50bdea83-efb5-4371-8d25-5703c6efee65","51477c65-1fc6-4a0c-986f-d51d4e36bc1a","515eff31-24f6-462e-bbd4-b49540421a75","51fe930f-2b5a-4b1e-9007-6ee74fb44715","5205f782-e6af-4152-a15f-080935017e4b","53002007-21ee-4953-9832-157968881b9e","5317d9a0-64f4-4b5f-ab1f-f1e0d91feaf2","537fb023-4352-406f-8435-51b37b99a6be","53d0a415-26b8-4ba2-9503-b4ee2b93617c","53f5c55d-09e5-49dd-906c-0f48a79b4c15","541cd2a1-034b-4f23-8468-40891ccff9fc","541e7f83-4a77-4544-ac4f-53b8c993724d","5452c8e4-3463-4ae3-a9d1-5947bea4684e","551eeb34-09d7-4d08-a0fa-dc313c946279","55fce17b-f57f-4863-bf74-71e45bec4040","5629fcbc-5003-4198-8bef-45845faba258","575fadbe-75a6-4183-be46-53de6af74790","5788684f-1339-4cb4-863a-a9883ccab79b","57da24a0-89a7-4756-b4ca-4dea132e8f67","57ef531e-2a8f-4d40-b509-92e3a86b2257","58496a56-437f-4204-9691-f63795e5cdab","58c4bbf1-2e52-4b43-ad35-9272b48d36a8","58c53fd4-032f-47a9-9f1f-4f6d3c907bd2","5912d2aa-fe91-4cea-9c7a-6dca745f8560","59e221bf-6b14-4a9f-b7fd-eb42bc3d63a5","59e597d5-37e7-4add-b454-c3399b4e3704","5a4a9736-da37-4327-b9ee-e9a38fbe8a19","5a846f00-ccb9-4ee2-8358-7c7722258601","5b643680-4e28-4ae2-b4d6-609d2150a171","5b7096fd-48b1-4eb5-8c18-945ebbd63168","5b923822-7bbc-439f-9994-f80587a6d575","5bd7ee9b-1be6-44f7-8896-11c2f537a15e","5c2c9dc0-7f3a-4f3a-ba08-5c2f87e252bc","5c818f03-0e20-4ef4-bac7-11b2b7f41b5c","5c8cdf65-0113-47c3-a0d5-e0b74c333c81","5cb03b18-d74c-4c89-9539-3549d2e8ff5f","5f1e5571-866b-4b19-b786-e57781353913","5f1ecc8a-4f83-46ce-80cc-acdff31d9ece","5f75f4aa-cede-452b-80c1-bd3b8221dbcb","5f917d8d-7037-4f11-91f6-1ef96b3541bb","6079aea9-145a-445d-a00f-1c0f4018a529","60b7c997-e520-4ff6-8b3b-705c2f12a9d4","6125ffe3-4e48-4e0f-8390-7462446fc8bf","6168225b-d6bc-4844-89ed-e5582a933ac2","6176936d-72e2-4205-8871-4c5a4f1cb2d8","62050e5d-50b3-4c4d-b8c7-b85ff20c4d71","62dbed02-6871-4830-8308-9f2f48e6730d","63803c6b-144c-4c11-b8c1-4a1861085ab7","63d11a38-3b0e-44d4-bf7d-28bed6303693","65181db5-3fc5-497b-ba61-385efdf740ed","65422b02-47ee-4c68-ac27-81fa6368864e","66bb5192-58bc-4efe-a145-2e804fd3483d","674de0e1-be2d-4fda-8519-8775802a7b36","689cf978-7492-4bf9-9b20-a91c21008841","68c40a79-7213-42e2-b93e-d14f0cc5deef","69384f97-3333-4aa7-bc4f-928ba49a2c80","69eee76e-5714-4503-8170-3f551410abec","6a90b49f-53b3-4ce0-92c1-bcd76d6981ea","6aa4980a-dcd8-48e0-aca8-ef1590f51c10","6ae08c8d-dc38-4042-a599-ecce6974b095","6b65be65-d32e-42b5-98ee-d53556f17c29","6ba77dad-f157-4e31-9654-921967ea98c0","6bae27d4-9de5-4f95-8c56-79afc6cbeb0c","6bc8f8cb-dc67-4549-be2f-f4d4057065a3","6be28351-642c-4ed1-9041-e99ecb79cba8","6bf5b682-6505-46ab-bf97-af26bda358ba","6c0ea7e6-0659-4944-a997-f46e00340542","6c5301f8-350a-4e26-8d97-0f643e5da7d6","6c8c3f0e-7af4-410b-a675-9ea84f51e812","6cfae795-d3d2-4758-9717-ed33cd0f3bfb","6d2f6bcd-9360-4be8-b516-f1d0238df00b","6d4873cb-43ce-47b4-9d91-a8495a244c85","6dd377f3-cd2a-4df7-8b5e-7c4fbc270014","6ecb02b0-adb9-42b1-86b0-23eab29f5dda","6f0c11f7-f131-4d12-a027-a25df8155cc6","6f23a73a-522b-40cf-a14b-ffdf47a24c01","6f59dee4-89d0-47bf-ace7-901944b7dcc3","6fae7689-a9df-4f69-8040-9fbe24f64838","70202db7-63f6-4ba7-a79e-1afc23d86e24","70d0ef58-c0b3-4bcd-b470-0cf41219a4e6","716460ce-2602-476c-aa53-40d1f22ea7c8","719b570c-1773-4a0c-8ea3-e75b1c14c35f","71d6c388-5da9-4c7a-907f-dfa7237e71aa","72020810-bfa3-42d5-ad0d-6d02a6fe1b31","7232adef-c8eb-461f-b563-cb54cdeb22d5","72dbb928-fa14-4c91-b9d9-ed3787309fc9","736a0484-e091-4178-92c5-c517b0e92f3d","73e124b6-3af7-41c0-b829-ff85aa0c3782","74414c62-4b68-4e1b-9241-feff3231b9ee","7442c1c7-1c10-4387-92e6-4bdea263064f","745b1731-af31-44d2-ad50-b3e43b620913","74c16759-117f-4f17-baea-88b18d391c38","7577198f-8b2d-4cee-b400-ebab8fb0df8c","757d7085-fbd1-4343-b09a-5113d749c731","75ac1b9a-d919-4b4e-b80a-635de721fb67","76beef17-2beb-44a0-99a3-a8c4f4dd3d50","76f8def9-ee46-4abf-9059-7d1ec6f24951","77ba59d8-c13c-4966-845f-c090e9f061cb","79f2f27c-2ffe-4f6b-8542-00940e805ae0","7a2baa78-f161-4e09-9a30-74ca208d5163","7aa97b25-1ea0-4351-ab9f-f06c8bb4d044","7ac4979a-5b2f-4db1-b665-9d8ccc15ba82","7ace7e2d-17af-467d-a0fc-9af922189452","7b4ddbe5-1be4-47ee-b07a-74c8bec4d752","7b7a442a-16a0-459a-8c24-cd0c72edee03","7c4291fe-eefc-4649-a768-568ae712fe01","7c6e2449-812a-494a-b99d-43b63d59c10d","7c71891b-9980-4b71-8301-e92288d33235","7cb90852-1a5c-4aff-9be2-d783990d2d41","7cd6becc-f06a-4fd3-8305-70604b92a187","7cdb8b9d-2573-4162-9255-50a281dfb775","7d3a6460-eb98-49ed-bdf9-dc97d970c706","7d790d45-12b5-463f-bb3a-eea3511c3c27","7d7c39aa-7bba-4156-b325-91b1369de6bc","7e62bff1-e78e-4e1a-b021-d891eb0f309b","7f61e5b1-8710-4150-8b10-92650d029ed3","801b419b-2a35-41e5-9439-a6e1d8a4c3c9","806d26a2-2f2a-4a77-b5bc-a6c97ba5db42","80906a47-ef4b-4e59-889c-946d40a79d94","81047292-e537-47b5-acfa-ed839707109c","81a8861a-ae60-4a1f-9b25-0bc080cfe3af","82f74cd0-cd73-4b08-8544-5f56b6d96f78","833f9340-4600-4e11-876b-93b80387c895","8365ab45-6d78-47ad-a6ed-282069b0fabc","8394a4fc-809b-4586-88a4-1d3c2c3c84ef","83b16e93-ee53-4c1b-9dea-6db7977e9c2f","8430c66d-55ba-4fc9-9e18-0bba2e459222","843b35ec-7b59-4a22-8fee-2e876a02306b","84634023-5c94-4dcc-9449-abf73ecea542","84737e2d-9d75-4c41-9afa-691260e1f5f2","847cac15-b404-4e0f-964e-7aee41c93346","85288987-6f3f-4b7b-9ecc-9393dd37f115","855c45a9-7031-407e-a6b6-80721b701fe7","85b37484-037a-497a-9820-97299d624daa","85c3d3a3-1199-4936-b5a6-4889072c7e64","85f7b339-cce2-421e-83b8-1764c53dee47","870b65a1-314b-4c22-b942-38f60ba2c392","8747d2d5-1977-4ab7-bd90-aa9a0ab25297","874f0f27-81a4-4853-aaa0-2c15e07c177e","87861e3c-d445-4452-b7e0-19b53e69b6e3","8808d9dd-70c0-46ff-bd9c-dd60240dd121","8838fb77-a484-4323-aa62-c944f3fefa95","888cdb76-d365-41df-8b6a-378ac58ca8b2","89b84af6-8fa6-4224-9f51-0edf48358dcd","8a97cc92-6894-4c6f-8c8d-bfc9fdd4f974","8b153bb8-f9d9-44dc-ae19-d0eb2ea26ba1","8ba9664e-b482-4ea4-8a84-fef817363e0f","8c63838a-49d0-4292-914c-6ae4506dcd3b","8d37e23b-7898-4b5d-b088-d4e54947f579","8def00d9-2e93-4d65-bba5-09c45258bf5e","8e10b125-eaa6-4630-a6fe-6b1805921f07","8e5eef83-a3d4-44c7-a6cb-7f6803825b9e","8f9dc477-a3e4-4fc0-af62-c8b8eb68d360","9019a639-929a-40d9-98b1-6b5268da5246","901c8aa6-9874-4059-9474-b26e51f2f9d2","904b1621-17d3-4f02-b42c-cdf75425f037","907ff242-885f-4948-b95c-61cf033d0969","91afb4f0-70ef-4539-9081-dc130c7c63f5","91f15da4-396e-4704-926f-cda3b3f532e0","92af0cba-c058-4833-a74a-21ad91e5ad7c","92d8ea25-dfed-4453-9e63-57339f948cac","92dec693-a086-4a6b-8af9-a67ee093719a","92f7a995-c648-4835-8df3-135d7472cd2d","9330376c-0242-4e28-b535-26c84b43c3e6","9364178a-1963-4665-b8c1-a5096ece07e2","93d48cef-cfaf-4223-9efb-d76762a896d6","93f6555b-426c-4eeb-96ea-ba3fafc96964","94cb941f-e3cf-45d2-9989-2a0a454d5497","94cf9d05-153f-42c5-b48a-ad06da0ef4d5","959cb185-a280-493c-b85c-69b74e042c15","95a58ce4-e07f-4c9c-98ae-3173d6d63cc5","95e936cf-3bbb-4f3b-8e1a-4be1d4702b99","95e9b77a-2d94-4c3b-a43a-b3755f5e7d11","9730b3bc-f66a-427f-989e-a99c65e57e0f","99b2bba7-8889-460c-a18f-fcd1e350ef4e","99e144bb-5350-40d5-8287-59468d2712c2","9a189653-dc0b-4b04-9544-5314cebf23fd","9a50165d-2ee4-4d7b-be20-d326b8bc0728","9a63a791-ad18-4d96-a0e7-e6b46cc3b4c6","9a63c166-93c2-4c56-a202-1f9dc40fd557","9b5f68bc-1842-4efd-b85a-d897cfd63bde","9b8728eb-ae5e-4ff6-8012-5e30d88a04db","9bf0df5b-ff45-4610-9c4b-355d670ef995","9d376282-adf0-4d37-b9a4-1329cd496516","9d762697-4c1e-4c69-8c1b-afa3d0b53a41","9df93f14-494f-4051-8a55-8d23eb2fc012","9e3b9156-4b50-4883-a76b-3a418b39e62d","9eaedaf2-a9a3-44c6-84c1-4cc2da1da459","9efeec59-1236-4d66-a4e0-16f1a1ce4274","9f3b5252-afab-4994-8303-3e0bee67b687","9f85076a-d15c-4fb3-ace9-2423149a9d92","9f9e61c0-b185-4704-913f-9284ed0ce250","a095fed4-0a2a-4092-b923-8f46c8ea22d8","a0daa93a-8cc3-4fa3-944b-5b0b41e88fa3","a1973dcf-b22c-478a-b782-6d355cb74904","a1d2dedf-d0d8-42c5-a498-31e172a1b503","a1f8f29a-5771-4407-8a2b-cfeeeff04611","a20e773f-9220-4212-b39a-eaccb1c265c6","a22f49c5-1dcd-453c-b169-0b2519c44d0c","a28f0a69-376d-470a-bc7e-2f5f771843e3","a3544148-49b2-4320-8e3a-5bab81e0f7fd","a37f8bb9-1d63-4f28-b15d-06f423785599","a48f0e9a-c2d9-4b7f-b1af-baad3e5c45e3","a5572582-07c0-49a1-9ccb-ca2b003d839b","a5734a18-9a64-430e-84cf-e495d9f6e45d","a5a14894-2936-4fc4-b6a5-f9c73c32b177","a6285f63-a5d8-4b8b-a6dd-51ce7968fbaf","a63b7238-ebdc-4dd8-b799-1ca33c14163b","a7150a6e-240f-4628-acdc-153d404370ff","a7dc4523-075d-425e-9b53-77921d26c173","a7f56d20-16dc-4b7f-98bf-124817a83bae","a7fd3031-8284-4098-a5e6-2fdfc4362752","a825ac86-d642-42fd-b6aa-94aa804907d9","a834bc0c-2676-4901-a928-5de111b4eedc","a8594426-c965-4187-a72d-7582f21b0ea1","a88de1af-d97b-4228-85ff-41e484c18662","a8af7440-779d-4206-a543-a857292850b1","a9023215-035f-4f12-9f75-04b995b5d24a","a903c179-319b-40ff-9023-d583d53eca08","a9bb8c7b-88f3-4ce5-8b07-8f78aa5eb456","a9ec9765-4449-4ddf-8f0a-0d90ba81b9b7","aa3eee77-3dc3-4438-a485-ba0fee6f5357","aa6b4b26-f5a1-4932-b1a8-afff458d206b","ab891f92-bd3c-4ef7-bfe2-855fb01f583e","ab950987-d88c-4326-98f4-1b1195788921","ac35ea80-deb6-480a-b5f7-b0b0bd4a5933","ac8546d1-bfea-4cf7-bfa1-48555ea81bd4","ac885eb7-9dae-4c48-b45c-97ef9c62c99e","acc5f835-1fda-4eff-9aeb-0394db8fcf60","ad4e701b-4a03-4c3d-9574-ca2f035a7a5c","aeccfafb-0b3e-4e22-8c5c-6d5a0f5896c5","af92ec23-a252-4ae2-98d7-0dce19d18e35","afca9592-da1a-443c-9250-f55a59250352","afcfb4d2-02a5-46af-bc7f-0cf00ed50c28","b0175a2a-db46-4d25-ab8e-feca7e565b8d","b0673fff-345d-4384-a63e-ace7740e20c3","b080a42a-03cd-400b-bc67-379d3a6e5c6b","b0caeb29-03ec-421c-b5c6-f66ae5ca542f","b0d5294d-8f26-47f9-90f2-c0eb095dbcfc","b14ee02b-f7e9-499b-a51e-b069eec1b72b","b16f11b9-8ac5-4e02-84b7-40b64a664ccd","b1cbccfc-3585-4895-94d1-c3a67205e5fe","b22033bc-bbc7-420c-b7be-d6d5712fd5df","b31dbc7a-8d66-44bb-836a-c1ed95152b86","b4569823-af23-4eea-acc9-2a2c62bce3b0","b53dbcc0-169d-4b5c-b4e5-d82716c1539d","b56d4e89-93aa-4b1e-84f6-8addef529a3f","b5f7cc91-e555-4f40-82db-12ffc74dfc6d","b63ffa5f-9bab-4c49-bd8f-aa7d970c25c4","b6566108-ccc7-4fac-b935-1eb212889543","b6787446-3a5b-4639-87f9-f605f59f4baf","b6ec5e94-acd6-481d-a5cb-0ca8628614b1","b6ed633b-6452-4a0c-b308-ac28ad438933","b77efb22-790e-4f72-b103-662214634efd","b7d40417-124b-4231-92f8-c4a55729afdc","b8e58e37-6393-4e51-b129-849711e15335","b930f28b-0415-42db-9591-e688a2d6bcd5","b938ac10-bd0f-4ce3-a743-958d5beadf58","ba042d60-b1e8-44ad-9103-f40588a0b29c","ba8f5ba9-0d7f-42cb-b49e-9bddf69f4565","babd424c-38cf-45e8-9684-de7bfc1ed86a","bb003613-75de-487d-99be-782fdde9b739","bbd9e399-74fb-4650-ad43-439d79dc31ed","bc6ec4ca-ab4c-4d5f-98df-aa166b60bb1d","bc9e2d99-a3ad-4bfb-a781-a8a9454085c9","bcf9c724-6fe2-4755-be13-701bcb9518c7","bdd5a7f0-5ad3-44e8-a103-07739fd53630","be68e315-ffef-40a8-8a46-1c042b148c03","be73b50e-8230-41e5-8492-db8f749d00a4","be87de91-aa10-4ed8-83a2-261b4f57e7db","bfc9f472-c410-4595-b08d-87c115b9148d","c0408cbd-ac97-46d5-b2a9-594c8c078a75","c04dac6d-a7c2-44ee-b735-bd4eade06e4e","c11d5d19-382f-4c63-b0bf-6a44fcd288b0","c12c03f3-4d4e-426a-92ed-e605d840fbd5","c14c3697-6a20-4387-a02d-377eb4a65281","c163a697-01ee-4a55-814f-b0ba79be3a7f","c1f11dc9-cedd-4691-9615-0ed65b5398ba","c2436ceb-05c0-40e6-b370-a6f02f4adbe4","c29134a2-548b-4c80-8017-7e50a44c3585","c2c1107c-5026-416f-88d4-543c5df26ca7","c44092af-f1a0-4018-a77b-d9ef2a9579ca","c4b5147e-99b0-47fd-bec2-3baaf7e8ac4a","c50b3d79-2361-4858-98b0-64d83c4f7f70","c576c27d-f361-4448-8607-0f6a99642283","c5f590a3-9993-4ac4-a93c-1beb44eda17b","c617c618-8320-4f76-80a6-83581470dc13","c706106e-f556-4ba5-98f1-c5536eb9a0b0","c7827d75-eb0e-4ebf-876e-7a2f9e373fb3","c78bad70-2aec-4580-a777-483d72db8d90","c794f2c8-9c64-4b93-b7d9-3040f325d43c","c7f4498e-e753-418e-8db6-e11d2caac3b1","c802ec1c-4d12-45d0-930b-6b4ca77487e8","c808e2ea-ae28-47f3-9dec-5cfc94dae705","c823fae2-e5ff-4dee-be49-f32971c058d5","c8e3909e-e00a-4855-a0be-b1c538f89cb8","c8ea7816-e501-4384-9176-61819a1784f6","c956611e-5748-42ff-b8ea-bca0c3d94de4","c96dbfea-3b79-4e5b-a356-3c04d1e78e83","ca98a492-5c4e-4527-8c03-2ab2442ba7e1","ca9f9d83-17cc-4595-b032-0e326608247a","cabe866d-01c3-4ec5-9d41-70305208c2b1","cb3d03a6-35bf-415e-9faa-972edff92777","cb5fabce-2488-470a-82ce-e40992657811","cba6da22-2366-4f16-84ce-47f84ea14523","cbd95de0-702a-4b88-a1cc-981cf1d9673e","cd11fd2a-d872-4abc-ac2b-c0678c1be773","cd85fe1b-9dc1-48ac-9ec1-ae6d7093808f","ce6966a1-cbf9-4ee9-9fa8-c72e0b1f24ff","cebdd6db-9434-4e60-bdf2-234e21ccbb10","cf253ee5-378b-4396-b826-4c0f2fae38a0","cf6d56d1-ba2c-49d3-bbb9-2c29f09fd9b5","d03d40db-9754-4fa1-8023-e30dfef4b0d8","d0878ac9-6a80-4412-999d-4c6549b9afd4","d0a801ba-ebf7-4b9e-98c2-db50448845b7","d0ddebc0-ce79-443e-b69f-6a38af2a4f0d","d1309a80-a761-4b80-8cf1-1a8b83190511","d134fdda-a3b7-4379-960a-8d1dd499f335","d284ddf5-a1cb-4073-a53e-e8ccaaded32c","d3b69012-c74c-4606-b518-8b13ecf1082d","d412d727-4fe8-4c21-a2cb-609395935dd8","d485c620-f1fb-4715-b7c5-d2d56588308d","d4b7c6cf-ba1e-4b9e-bbb9-15588b84ae32","d500a6ce-5a5b-4509-b110-2d29dd0b353f","d56b5831-e39a-4898-be06-b84f62d38456","d6190620-f88c-4eaf-853f-bfa0ea8f96d3","d6d027bd-d8bf-4592-9ba9-ee4a917a1904","d7148e45-3163-4cf3-a729-600729f671a5","d72aa721-c20c-4306-aca9-dbf2e36d5ba7","d79f1754-9213-48e7-8186-46ef2fea1e52","d86cd8fb-4ba7-4311-b0f3-b06fa112eda5","d8a3e999-c75b-4be3-ae7f-ac5430b760b6","db0a4140-b500-45ef-a91d-91cc3c88bb69","db3c0baf-9b5c-44ff-86eb-ca0f24ab0fe1","db3f0816-76ea-40d6-935f-e3b1bdc4415b","db4134e0-45f9-48d7-90a9-f058e1d31671","db69a637-5770-4eea-9b04-c00e6f90a12a","dbeae38f-67e3-48fe-81ea-6af5db74cb28","dcdbc78a-7854-4a66-911f-a40b33e25f39","dcf4e561-d430-432e-8c65-a5a12616f552","dd391ae7-5414-4541-ab2a-f148f66dccc8","dd634a88-c114-469a-8133-59cfc9bf3215","dda87be6-317e-4227-a96d-7742ac054d2e","ddaa0be1-7358-4ea2-8c40-be6d699a6631","ddca7e2e-bb0a-47ed-ade3-31900da992dc","de62de43-a74e-499f-8fe6-68a8a51078ce","de7b6238-752d-49b7-8cdc-56587676e52d","de8e7cd9-354d-4b2e-9823-79d6e8eed7e4","e0866a19-429b-43e4-a4a1-338fe12ead42","e19e24a8-5a4f-4a2d-b8dd-eb92aac7be78","e1ae0b13-c9f6-4659-ba85-a87a81f6e730","e1d99025-46bc-4848-bcbc-bee858ed906c","e2029951-b0cb-4c09-8dc1-ec177e278877","e269461e-638f-433b-979b-820f87fb431a","e3133726-0eda-480c-9d67-64719cb77f1d","e32d2387-39d4-4aea-99eb-9f56a3d995c8","e35962e5-00ed-4a2c-a6e1-67373615178a","e43ac31a-942e-4871-be29-426e19e52701","e49a9a01-46fb-4e9d-8e7d-5f2c267ab1f9","e4adbaff-92ae-4217-8a87-f11228edb12a","e4e81c04-ad42-4676-a610-0733fdf7ca25","e4ea7c31-340f-49e8-bcf9-287717102cb0","e4f184c5-4f3c-4aea-afa1-f0903d3cc71a","e54a44f2-70bf-4782-bd13-9d03e109d60d","e56cc977-6756-493b-a95d-9ab60ec16b72","e5976c0b-ce42-4057-a04c-bdb47ebc71f0","e59eff2f-2f15-4f70-90e5-759de12caf55","e809db1f-12d7-4556-bdd2-db832f991cd0","e88091ab-6fda-4516-b180-daff10cd2417","e969e168-e74c-4608-9fa0-a5660bf7fa02","e9ca6518-aa90-4614-86aa-b972f60cce49","ea640731-b367-4ece-934e-6d86634fc1c8","eb10bac7-f839-4a28-9a85-b7e8d98ca010","eb7dc259-9949-4673-a8f1-874396948392","ec08dcdb-7b8a-4ffd-b7d6-27e5961c1763","ec4d0d7a-0ab1-45c6-95a5-308b89e8d197","ed0b0b4f-2b31-4fe1-aedb-be9d34fce688","edeba4e1-9012-4962-8797-3a1f6a660952","ee68f2cb-851b-4196-ac58-844d72628e6a","ef235170-8276-4ef0-bdfd-ba68d5b218ec","ef5cb444-7b48-40c8-a4d9-3fee37429513","ef713de6-daf5-45e4-b23b-19bfd6edce36","f0247757-74e0-4c26-9447-650398758a0d","f097d952-b3c5-4cce-8ca3-36c1ab0cf538","f0b234d8-d6bb-48ec-8a4d-d8a570a69c62","f0bfdb9e-318f-4acd-9fbd-41b98a8875d6","f0de4ea5-77e6-474e-99f9-36192bbd37d5","f108b0fb-420a-422d-ae85-9a99c0f73169","f18dd43d-0d9e-4d61-90f9-63822cf0cb2d","f1b8c9a6-62eb-436e-9277-e2b8075d482d","f2a8d790-61e5-4b46-94b8-54ea68ed18ea","f2b55128-02a0-48be-8ae4-262d0b4f6d02","f2d28477-8be1-4caf-8185-64f47905ccb1","f32a6e87-a9fb-4bd8-a09d-b160aa302a2b","f3c850b9-d014-4cd1-8ffd-361ed4fe1e6d","f49d825e-0a51-43e8-9b5a-43a376b58d6f","f4d198b3-2ff5-484a-905f-c272de7c139d","f52b53b7-4a20-48eb-a0bd-4ddf40aae740","f57958e2-1e8f-48fa-816d-748ea2c7cb4e","f5a65d3b-83e7-4f32-89b3-d152e66f1868","f5a9f8ee-1416-4be8-9da1-f4546164c522","f5e672fc-673b-4476-b9cc-a395dc60b471","f5f4fbb8-c91a-4193-b6ef-0a3d4436caad","f626d1a6-84c8-452f-b3fe-976020fccb6e","f6497c73-4bbb-4923-8151-8234c98ca6d4","f66094ef-059b-4511-aa6e-835906736de4","f72d1102-0ad5-40df-9ca2-26448321d3d1","f7adaa8f-18e8-4f26-9867-535b41884cff","f7cd375e-f41c-42b1-bbd4-36032d4fb92d","f7f24df7-65c6-4488-967a-e847bdec7db0","f88a6fa7-58e7-459c-8e2e-be5a4692450b","f9c5c795-5463-425b-9720-627004925e20","fa3b8665-31f2-4142-a076-54bccdaf5a15","faa54bef-c90e-4e9b-b94b-942ea829e0d2","fb6d08cf-a746-4147-91e3-180646de7158","fbd659b0-1f79-4e3b-bc20-8f384aa43670","fc4111be-6dae-4ca5-bd58-c1ce7cfa9cf6","fcd2ecdd-37ee-4351-833a-f4eac3c55eca","fcdfd30f-91f0-493c-92ac-b2e64eb08d89","fd7f974d-2634-4fc7-aa4e-bfeb6f3169ea","fd8897b2-0ef2-4812-9772-cd99c5ce5586","fda1dbfa-a57b-4aa8-9993-c8f97aec28bb","fdfebc79-5d84-4ce5-8bff-d09fe333f4a3","feb9faf5-8f7b-4d0d-a3ca-963832e7f711","ff6e4fd4-ca86-420b-b731-22d417a55b29"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","2XM","30A","3ED","40K","4BB","4ED","5ED","6ED","7ED","8ED","9ED","ACR","AFR","AKH","AKR","ALA","ANA","ANB","ARC","ATH","AVR","BBD","BFZ","BLB","BRB","BRC","BRO","BTD","C13","C14","C15","C16","C17","C18","C19","CED","CEI","CHK","CLB","CLU","CM2","CMA","CMD","CMM","CST","DDC","DDD","DDE","DDH","DDJ","DDK","DDM","DDN","DDP","DDQ","DDR","DFT","DKM","DMR","DMU","DOM","DPA","DSK","DTK","DVD","E01","ECL","ELD","EOE","FBB","FDN","FIC","FIN","FRF","G17","GK1","GK2","GN2","GN3","GNT","GRN","GVL","H09","HBG","HOB","HOP","HOU","ICE","IKO","INR","INV","ISD","ITP","J14","J22","J25","JMP","KHM","KLD","KLR","KTK","LCI","LEA","LEB","LRW","LTR","M10","M11","M12","M13","M14","M15","M19","M20","M21","MBS","MD1","ME1","ME3","MH2","MH3","MID","MIR","MKM","MMQ","MOM","MRD","MSH","NEO","NPH","ODY","OLEP","ONE","ONS","ORI","OTJ","P02","P23","PAL00","PAL01","PAL03","PAL04","PAL05","PAL06","PAL99","PALP","PANA","PARL","PC2","PCA","PD3","PELP","PF19","PF20","PGPX","PGRU","PHUK","PIP","PLST","PMPS","PMPS06","PMPS07","PMPS08","PMPS09","PMPS10","PMPS11","POR","PPP1","PRM","PRW2","PRWK","PS11","PSAL","PSS2","PSS3","PSS4","PTC","PTK","RAV","REX","RIX","RNA","ROE","RQS","RTR","S99","SCD","SHM","SIR","SLD","SLP","SNC","SOI","SOM","SOS","SPM","STX","SUM","TD0","TD2","TDM","THB","THS","TLA","TMP","TMT","TPR","TSP","UGL","UND","UNF","UNH","USG","UST","VOW","WAR","WC01","WC02","WC03","WC97","WC98","WC99","WHO","WOE","XANA","XLN","ZEN","ZNR"],"rarities":["common","rare"]},"swarming of moria":{"name":"Swarming of Moria","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")\nAmass Orcs 2. (Put two +1/+1 counters on an Army you control. It's also an Orc. If you don't control an Army, create a 0/0 black Orc Army creature token first.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Amass","subtype":"Orc","count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Create a Treasure token.\nAmass Orcs 2.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c96402dc-1509-4136-bbfd-c86a85e3ee6f","metadata":{"related_token_ids":["08fd2115-1a20-5df5-8107-d5f7c271c10c","fedaa940-0663-5266-8c03-77691c605fe8"],"source_printing_ids":["0a1bd073-4351-4c56-9b07-4430d0d83084","3566bdae-a99f-4423-a9d6-f189b928d1c3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR"],"rulings":[{"date":"2023-06-16","text":"Amass Zombies works the same way, except you create a 0/0 black Zombie Army creature token if you don't control an Army. If the Army creature you chose isn't already a Zombie, it becomes a Zombie in addition to its other types. By combining cards with amass Orcs and amass Zombies, you can end up with an Orc Zombie Army."},{"date":"2023-06-16","text":"Amass abilities are now written as \"amass [subtype] N.\" Previous cards with amass have received errata to say \"amass Zombies N.\""},{"date":"2023-06-16","text":"If you don't control an Army, the Orc Army token you create enters the battlefield as a 0/0 creature before receiving counters. Any abilities that trigger when a creature with a certain power enters the battlefield, such as that of Mentor of the Meek, will see the token enter as a 0/0 creature before it gets +1/+1 counters."},{"date":"2023-06-16","text":"In the rare case that you control multiple Army creatures (perhaps because you played a creature with changeling) while you amass Orcs, you choose which of your Army creatures to put the +1/+1 counters on. If that creature isn't an Orc, it becomes an Orc in addition to its other types."},{"date":"2023-06-16","text":"Some cards refer to the \"amassed Army.\" That means the Army creature you chose to receive counters, even if no counters were placed on it for some reason."},{"date":"2023-06-16","text":"Some spells and abilities that amass Orcs may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't amass Orcs."},{"date":"2023-06-16","text":"To amass Orcs N, if you don't control an Army creature, create a 0/0 black Orc Army creature token. Then you choose an Army creature you control and put N +1/+1 counters on it. If that Army isn't already an Orc, it becomes an Orc in addition to its other types."}],"rarities":["common"]},"swashbuckler extraordinaire":{"name":"Swashbuckler Extraordinaire","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon","Rogue","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")\nWhenever you attack, you may sacrifice one or more Treasures. When you do, up to that many target creatures gain double strike until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a Treasure token.","constraint":null,"condition":null,"batched":false},{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Treasure"}],"controller":"You","properties":[]},"count":{"type":"UpTo","max":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Treasure"}],"controller":"You","properties":[]}}}},"min_count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain double strike"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, you may sacrifice one or more Treasures. When you do, up to that many target creatures gain double strike until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"66f0f43c-829d-44d6-adda-d8885bfbfbaf","metadata":{"related_token_ids":["7fb44e8f-f3f6-5834-b4ef-a0249adacc31"],"source_printing_ids":["b06604f3-c70c-44d6-b1b9-e915552084e0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","HBG"],"rarities":["uncommon"]},"swift end":{"name":"Swift End","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Adventure"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy target creature or planeswalker. You lose 2 life. (Then exile this card. You may cast the creature later from exile.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Destroy target creature or planeswalker. You lose 2 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1080c5b5-6651-4c6a-93e6-099fbe389e26","metadata":{"source_printing_ids":["49c98e70-e8fe-4fea-b1d0-e7560780fda9","4fcad716-cb4e-497d-b25b-61598224f3c8","5325c4e3-3678-4c55-8692-ca0623363cf6","67ea8e53-aa22-42d1-bca4-64b0b0f0bbdb","80fffad3-2486-4350-8dff-54a215ebfc28","dd239710-62ef-43b5-aea2-e82bb385744d","e73d8a84-2c0d-423c-89c7-71de0af9e1ac"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["DRC","ELD","FIC","MOC","PELD","PLST","PRM","SLD"],"rarities":["rare"]},"swiftfoot boots":{"name":"Swiftfoot Boots","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has hexproof and haste. (It can't be the target of spells or abilities your opponents control. It can attack and {T} no matter when it came under your control.)\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has hexproof and haste."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"c8b143ad-43ec-4e0d-a440-e348daa31391","metadata":{"source_printing_ids":["04a76643-1703-4fab-8dce-7725490bc2af","16c23cde-e1c0-4cdf-ae59-18d64db518d4","1969b151-3192-4d35-80ca-c4e180601ec8","1ae84b5c-d3ad-48a3-9ccc-1dd76cee392c","1beee53e-9380-481e-86a6-d13645a6a5a5","2408b216-d383-4212-981e-5bc277c962a9","3cb171ef-42eb-466e-b425-e3c16301c0ca","3e9b53da-4744-429d-97c6-f7ee4d568731","41040541-b129-4cf4-9411-09b1d9d32c19","457baee1-d072-4ca2-aa40-a7826faf4a71","46d405a1-f951-4043-97bf-887e4fa388ad","47803242-f744-445b-b645-e6e72b741589","4b224614-6374-4c42-8715-daa0b73ca05c","505c3777-71ef-425e-9dc6-539a8e11e7cd","53a91058-f98a-48dd-94da-354710a27019","5819a8bc-1e4f-4274-b1ee-e583337acdf8","6675632d-d74a-4b1e-8539-ac678d5545a5","70161846-6582-49f0-a466-083f1283e85d","737d82c9-d8e7-4cdb-a207-8e71678addf8","8359e15a-52b1-401a-a080-fed4bada7c01","87a24550-e25d-47ec-9165-17ed8d15c923","8b82753b-284c-44ba-9d48-d28913f02a5f","96c69011-35bd-49f0-bae5-4a8367d32237","99d75dbd-6fd2-479d-a5c7-272b4be21d8b","9c316917-1569-4d95-8729-3b7a0fc39465","a118b473-0898-4c3c-8d5c-ffa95a0c2987","a3b1da84-9c26-4c3c-b90f-43a0b2b20103","a41a16a0-6afc-452d-a18f-94f0d68f1cda","aae09e17-b881-492c-ba47-8f381c09755d","adc02df9-fbe8-4ef9-9bed-a48ea43a9242","aff074f2-6ad9-4c0c-88e2-fc622772d2a1","b5c45f3d-cf12-4db7-b161-9539ed969ca7","b79b931d-93b6-46fa-8dff-87abe6dd7170","bc89db46-0df6-4ce1-b162-233f5fe1b554","bf700ec0-1fd3-4971-ab03-51365dc8f4f4","ceae6364-fd70-403a-8ffd-9a584e992e4a","db9337e8-3315-4821-a08a-b04bb00d4b05","e27be26d-4a5d-4dd5-8e9d-7d4e6c1cc5ed","e5a412b9-5cab-486f-a0d3-3f73b33b93ca","e7ad7dbd-fff5-4af9-a823-f9a09fa3dfd4","ee23ba9f-3f5e-4fe4-95f8-3dd464db997b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","AFC","BLC","BRC","BRR","C13","C14","C15","C16","C17","C18","C20","CLB","CM2","CMA","CMR","FDN","FIC","KHC","LCC","M12","MIC","MSC","NCC","NEC","OTC","PIP","PL23","PLST","PRM","PW22","PZ1","SCD","SLD","TDC","TLE","VOC"],"rulings":[{"date":"2018-03-16","text":"If a creature enters the battlefield under your control and gains haste, but then loses it before attacking, it won't be able to attack that turn. This means that you can't use one Swiftfoot Boots to allow two new creatures to attack in the same turn."}],"rarities":["uncommon","rare"]},"sword of feast and famine":{"name":"Sword of Feast and Famine","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +2/+2 and has protection from black and from green.\nWhenever equipped creature deals combat damage to a player, that player discards a card and you untap all lands you control.\nEquip {2}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"AttachedTo"},"description":"Whenever equipped creature deals combat damage to a player, that player discards a card and you untap all lands you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":{"Protection":{"Color":"Black"}}},{"type":"AddKeyword","keyword":{"Protection":{"Color":"Green"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +2/+2 and has protection from black and from green."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"d0901053-6de0-46d0-9ee3-8d40510236c1","metadata":{"source_printing_ids":["0a469d00-1416-48dd-ad91-eb6f3fb4b42b","0ca8ac5a-a2f7-428d-9313-12ce9e9c340d","47c187b0-f196-4180-bbe0-d7f470974880","4ba4c892-fe7e-4d0c-bce4-724eb4744831","580b4818-2a01-46ad-b4d9-7d895a625bb3","9b370b3f-ae0d-4744-8b3d-3c48c81c1326","c7710eb5-c56a-437b-8847-2a829c404d47","dfb6176a-3938-4c59-b485-8751969358ad","ff6e62fc-6fca-40e7-a6d7-5e957412cea0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","AA1","ACR","J14","MBS","MD1","MPS","PGPX","PLST","PRM"],"rulings":[{"date":"2020-08-07","text":"You can tap your lands for mana while the triggered ability is on the stack. However, you'll lose any mana you produce this way if you don't spend it before the end of the current combat damage step."},{"date":"2020-08-07","text":"You'll untap all lands you control even if the player can't discard a card."}],"rarities":["mythic","special"]},"sword of the meek":{"name":"Sword of the Meek","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+2.\nEquip {2}\nWhenever a 1/1 creature you control enters, you may return this card from your graveyard to the battlefield, then attach it to that creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"ParentTarget"},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":true},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"EQ","value":{"type":"Fixed","value":1}},{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"EQ","value":{"type":"Fixed","value":1}}]},"origin":null,"destination":"Battlefield","trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a 1/1 creature you control enters, you may return this card from your graveyard to the battlefield, then attach it to that creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":2}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+2."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"215c287d-56a5-46da-b49e-8524b6d320a4","metadata":{"source_printing_ids":["5a0c2773-3205-4ac4-b31c-c54fb06fdd7c","60b86ef6-684b-4ac0-9d57-64928c0aaf44","74c51f5f-6899-41fb-ad5b-51b272c73112","7668aaf3-194b-49f4-9f79-e51e89e8f2f8","89a6e6a3-a1e9-4d74-95bc-7c0dff4a8f5e","e9f13705-6ede-4c29-a2b4-a082bf69e9c5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","BRR","FUT","MB2"],"rulings":[{"date":"2020-08-07","text":"Any creature can be equipped with Sword of the Meek, not just 1/1 creatures."},{"date":"2020-08-07","text":"If Sword of the Meek can't be attached to the creature that caused its last ability to trigger, most likely because that creature has left the battlefield, Sword of the Meek returns to the battlefield and remains unattached."},{"date":"2020-08-07","text":"If a creature is entering the battlefield under your control, consider static abilities to determine whether its power and toughness are both 1. Spells, activated abilities, and triggered abilities can't be used to raise or lower the creature's power and toughness in time to have the last ability trigger or to stop it from triggering."},{"date":"2020-08-07","text":"Once the last ability has triggered, changing the power or toughness of the creature won't stop you from returning Sword of the Meek and attaching it to the creature."},{"date":"2020-08-07","text":"Sword of the Meek's last ability triggers only if it's in your graveyard immediately after the 1/1 creature enters the battlefield."}],"rarities":["uncommon","rare"]},"sword of the paruns":{"name":"Sword of the Paruns","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As long as equipped creature is tapped, tapped creatures you control get +2/+0.\nAs long as equipped creature is untapped, untapped creatures you control get +0/+2.\n{3}: You may tap or untap equipped creature.\nEquip {3}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":"tap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":"untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":"tap or untap","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{3}: You may tap or untap equipped creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Tapped"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0}],"condition":{"type":"SourceIsTapped"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as equipped creature is tapped, tapped creatures you control get +2/+0."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Untapped"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":2}],"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as equipped creature is untapped, untapped creatures you control get +0/+2."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"cc33444e-da8c-4af5-b3ed-552e91b0e656","metadata":{"source_printing_ids":["14851d44-cd60-4fab-8b77-45c2bc9fadf7","3e0fd1d6-c57e-47c7-a87f-0487cf5b2786","96fc46cd-d436-4965-9ed3-2e639f09ce74","a2225d05-d85c-4304-8226-b056e7dedad7","d21d7452-b49e-499e-9cf3-4a883e5e9e57"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","CMA","GPT","RVR"],"rulings":[{"date":"2024-01-12","text":"If equipped creature becomes tapped, untapped creatures you control will immediately lose the +0/+2 bonus. This may cause nonlethal damage already dealt to them that turn to become lethal. The Paruns would want you to be careful."}],"rarities":["rare"]},"swords to plowshares":{"name":"Swords to Plowshares","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature. Its controller gains life equal to its power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature. Its controller gains life equal to its power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b1544f21-7e98-461b-aed5-e748b0168c52","metadata":{"related_token_ids":["03e437ca-c6d9-5728-ba28-aac7b5166161"],"source_printing_ids":["04e0738b-b856-401e-8b41-096e2c48cf96","057d2410-30d3-4b7a-9dc3-f2512c1cf31c","06554274-78ee-4bfc-b203-b81cb4639427","06d67c87-ae38-4b84-98da-818e451a727f","0e7ff4dc-af63-4342-9a44-d059e62bd14c","0e8e8743-de34-4d1c-b2ac-b8c334a34362","0f34ecf6-460c-4451-b26c-a1fced340c92","12401907-17c5-47cc-8e10-fa917a5f14ea","19733c08-a007-46c8-af85-7c943f289ee8","1c3a8a52-f909-4863-9cce-dcc4e5262f7f","1db2cf7a-5e66-4f49-a2b2-f32677ddace9","20ef813e-2bec-431f-b010-995791285d0a","255099be-c64e-4f6a-8463-4fc058d6908d","31b1ca46-d2fb-4772-8975-64836ce72f0a","375fd2cb-443b-4be4-ad60-6d1a8e74f510","386ea9eb-abc1-4862-aa2d-8fb808d79490","3b701a88-6074-476f-b87c-9a6d5d22c414","42ecba4b-9624-428f-a8af-dd88139ab13c","4bc8dea8-a6af-4bba-affa-92aca36a8413","50fc5b10-6215-48a9-8993-b61681f61186","5220accc-2095-43d9-9114-7599c1cb8e41","5287cab9-29f3-4516-b1f0-57ff6ebe889a","57c2632e-5181-43e4-8744-baafb8f7d213","5a8b56db-47cb-4c62-9b54-2a48576947d1","5ae3067d-768b-40e7-80d6-08cc42f162b6","5f3fe6b7-3f77-4670-bd26-2914588271c2","61f917dc-2685-4ce9-9be0-1d69e467337d","6431a83f-715f-449d-a985-60b5cea68dac","64b295e4-bc12-4c12-9eaf-4df22b84144d","68357502-cf23-4bf6-ab4e-371428e540d0","68ec2aed-7662-48ae-ab25-04f74ece1e41","6a8ee402-a0f8-4724-8f74-aba5735876d7","6ff9af62-1895-465a-b1f3-61f0d8318958","7cdee412-3519-4626-80ca-e3e431a604f0","7d839f21-68c7-47db-8407-ff3e2c3e13b4","7e7f00d0-4be4-4d4c-8c56-8bde093936d7","802ace56-18ec-47d8-bfeb-5680912b2ec5","80590c26-285e-4b7b-9ee5-62956dba4ad7","809cc7e4-215b-4b39-a5f3-e60240f1723f","80f46b80-0728-49bf-9d54-801eaa10b9b2","81c31217-7919-40fd-97e7-88431b7bd277","87ae26b5-bb60-4138-ab08-740e45455373","89005926-9960-49ed-b0f8-4bb202c7973c","8bd501ae-5814-4336-a45b-2b88cb85d29e","8f6597c9-8271-49c7-b4f6-9265f5d95f99","904956c6-3bd3-4b7b-9c61-d8993ec37e20","9443c31e-9f36-44ef-bc59-6d1d3a5499bb","948cdb9d-adae-4161-a233-7f7d28b3e1a7","96d09581-e8da-4169-82d1-14389b53c375","9869a753-5e41-4098-ab41-e75b4396ec50","99263917-25ca-4d54-b1f9-d6d316747088","99ac832b-34dd-4f59-92cb-9cd1571d6706","9abddd8c-626b-4896-b550-93f2e93d209e","9bbec76c-c1e4-4c6d-ad24-078fe097f195","9f083ec7-e589-4415-8c30-1c60cde2ce04","a004dc79-3857-4663-930c-59b2240e84bc","a5d364f3-e3e7-46fb-8273-aabd56ded0c5","a61f40cd-7641-4228-9239-8894d1d04851","b16321b6-3e28-424b-ac72-038cc4ed6458","b4e9c870-23c0-413a-ae39-265f09da16d1","b635680a-12ae-49f8-a3d7-7254cb0962ec","b6bafa7b-62a4-477c-b2f5-6b9d26c6cbf4","be0bda98-e3f7-4a9e-b05d-5f8529e762ab","be2b4177-e47c-4dde-9ead-31b7602065ec","be45567a-ca1d-4e3a-a630-ddf4fbd97bc6","bfd607c0-7ed7-4a4e-abdd-508080f40ef2","c6563536-2751-4b09-8e28-23438eb32533","c80d1df6-247d-4ceb-8493-226a2a4a8f75","c8777821-c142-4793-9942-c3a081316e76","c9c10b68-7ac5-4c0a-8fe5-f76da619a04b","cc9ece2f-7eda-4fc5-a562-3e16e71560e9","cd33c0f5-5545-477a-9185-53c707983795","d8d4eaeb-6546-44d8-a96f-7270e23014d1","ddeb2ed7-1dc6-443c-85b3-ba8edaa4a60b","e136f064-459a-49b1-a501-9b935db11e35","e58e681e-a069-4414-aafe-634c7987fd0d","ea68cf78-e200-4169-89f4-cdee3aa13592","eadd0f51-703f-4235-af9a-74a1d8aeec50","ed55827d-1d72-4884-8a4f-fe7acbedab2c","ef51caf8-f9d9-48d7-9145-9dfc91054f70","f3a0ae49-8aca-44fe-abea-2cff92a6adbc","f87cf997-14b5-4a2c-a7d1-34b7de6561a2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","40K","4BB","4ED","A25","AFC","ATH","BBD","BLC","BRB","BRC","C16","C17","CED","CEI","CMM","CMR","CNS","CST","DDF","DMR","DRC","DSC","EMA","EOC","F01","FBB","FIC","GN3","ICE","IMA","J13","J21","LCC","LEA","LEB","LTC","M3C","MB2","ME2","ME4","MIC","MKC","MOC","MSC","NCC","NEC","OLEP","ONC","PF25","PIP","PLST","PMEI","PRM","PTC","SCD","SLD","SLP","SOC","SPG","STA","SUM","TD0","TDC","V13","VMA","VOC","WC97","WHO","WOC"],"rulings":[{"date":"2022-12-08","text":"Use the power of the creature from when it was last on the battlefield to determine how much life is gained."}],"rarities":["uncommon","rare","mythic"]},"swords to plowshares [e6c41473-2398-4888-9f0c-467dce7c39a4]":{"name":"Swords to Plowshares","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Exile target creature. Its controller gains life equal to its power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature. Its controller gains life equal to its power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e6c41473-2398-4888-9f0c-467dce7c39a4","metadata":{"related_token_ids":["03e437ca-c6d9-5728-ba28-aac7b5166161"],"source_printing_ids":["04e0738b-b856-401e-8b41-096e2c48cf96","057d2410-30d3-4b7a-9dc3-f2512c1cf31c","06554274-78ee-4bfc-b203-b81cb4639427","06d67c87-ae38-4b84-98da-818e451a727f","0e7ff4dc-af63-4342-9a44-d059e62bd14c","0e8e8743-de34-4d1c-b2ac-b8c334a34362","0f34ecf6-460c-4451-b26c-a1fced340c92","12401907-17c5-47cc-8e10-fa917a5f14ea","19733c08-a007-46c8-af85-7c943f289ee8","1c3a8a52-f909-4863-9cce-dcc4e5262f7f","1db2cf7a-5e66-4f49-a2b2-f32677ddace9","20ef813e-2bec-431f-b010-995791285d0a","255099be-c64e-4f6a-8463-4fc058d6908d","31b1ca46-d2fb-4772-8975-64836ce72f0a","375fd2cb-443b-4be4-ad60-6d1a8e74f510","386ea9eb-abc1-4862-aa2d-8fb808d79490","3b701a88-6074-476f-b87c-9a6d5d22c414","42ecba4b-9624-428f-a8af-dd88139ab13c","4bc8dea8-a6af-4bba-affa-92aca36a8413","50fc5b10-6215-48a9-8993-b61681f61186","5220accc-2095-43d9-9114-7599c1cb8e41","5287cab9-29f3-4516-b1f0-57ff6ebe889a","57c2632e-5181-43e4-8744-baafb8f7d213","5a8b56db-47cb-4c62-9b54-2a48576947d1","5ae3067d-768b-40e7-80d6-08cc42f162b6","5f3fe6b7-3f77-4670-bd26-2914588271c2","61f917dc-2685-4ce9-9be0-1d69e467337d","6431a83f-715f-449d-a985-60b5cea68dac","64b295e4-bc12-4c12-9eaf-4df22b84144d","68357502-cf23-4bf6-ab4e-371428e540d0","68ec2aed-7662-48ae-ab25-04f74ece1e41","6a8ee402-a0f8-4724-8f74-aba5735876d7","6ff9af62-1895-465a-b1f3-61f0d8318958","7cdee412-3519-4626-80ca-e3e431a604f0","7d839f21-68c7-47db-8407-ff3e2c3e13b4","7e7f00d0-4be4-4d4c-8c56-8bde093936d7","802ace56-18ec-47d8-bfeb-5680912b2ec5","80590c26-285e-4b7b-9ee5-62956dba4ad7","809cc7e4-215b-4b39-a5f3-e60240f1723f","80f46b80-0728-49bf-9d54-801eaa10b9b2","81c31217-7919-40fd-97e7-88431b7bd277","87ae26b5-bb60-4138-ab08-740e45455373","89005926-9960-49ed-b0f8-4bb202c7973c","8bd501ae-5814-4336-a45b-2b88cb85d29e","8f6597c9-8271-49c7-b4f6-9265f5d95f99","904956c6-3bd3-4b7b-9c61-d8993ec37e20","9443c31e-9f36-44ef-bc59-6d1d3a5499bb","948cdb9d-adae-4161-a233-7f7d28b3e1a7","96d09581-e8da-4169-82d1-14389b53c375","9869a753-5e41-4098-ab41-e75b4396ec50","99263917-25ca-4d54-b1f9-d6d316747088","99ac832b-34dd-4f59-92cb-9cd1571d6706","9abddd8c-626b-4896-b550-93f2e93d209e","9bbec76c-c1e4-4c6d-ad24-078fe097f195","9f083ec7-e589-4415-8c30-1c60cde2ce04","a004dc79-3857-4663-930c-59b2240e84bc","a5d364f3-e3e7-46fb-8273-aabd56ded0c5","a61f40cd-7641-4228-9239-8894d1d04851","b16321b6-3e28-424b-ac72-038cc4ed6458","b4e9c870-23c0-413a-ae39-265f09da16d1","b635680a-12ae-49f8-a3d7-7254cb0962ec","b6bafa7b-62a4-477c-b2f5-6b9d26c6cbf4","be0bda98-e3f7-4a9e-b05d-5f8529e762ab","be2b4177-e47c-4dde-9ead-31b7602065ec","be45567a-ca1d-4e3a-a630-ddf4fbd97bc6","bfd607c0-7ed7-4a4e-abdd-508080f40ef2","c6563536-2751-4b09-8e28-23438eb32533","c80d1df6-247d-4ceb-8493-226a2a4a8f75","c8777821-c142-4793-9942-c3a081316e76","c9c10b68-7ac5-4c0a-8fe5-f76da619a04b","cc9ece2f-7eda-4fc5-a562-3e16e71560e9","cd33c0f5-5545-477a-9185-53c707983795","d8d4eaeb-6546-44d8-a96f-7270e23014d1","ddeb2ed7-1dc6-443c-85b3-ba8edaa4a60b","e136f064-459a-49b1-a501-9b935db11e35","e58e681e-a069-4414-aafe-634c7987fd0d","ea68cf78-e200-4169-89f4-cdee3aa13592","eadd0f51-703f-4235-af9a-74a1d8aeec50","ed55827d-1d72-4884-8a4f-fe7acbedab2c","ef51caf8-f9d9-48d7-9145-9dfc91054f70","f3a0ae49-8aca-44fe-abea-2cff92a6adbc","f87cf997-14b5-4a2c-a7d1-34b7de6561a2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"prepare","printings":["PSOS","SOS"],"rarities":["uncommon","rare","mythic"]},"sydri, galvanic genius":{"name":"Sydri, Galvanic Genius","mana_cost":{"type":"Cost","shards":["White","Blue","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{U}: Target noncreature artifact becomes an artifact creature with power and toughness each equal to its mana value until end of turn.\n{W}{B}: Target artifact creature gains deathtouch and lifelink until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPowerDynamic","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}},{"type":"SetToughnessDynamic","value":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature with power and toughness each equal to its mana value"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Artifact",{"Non":"Creature"}],"controller":null,"properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{U}: Target noncreature artifact becomes an artifact creature with power and toughness each equal to its mana value until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain deathtouch and lifelink"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Artifact","Creature"],"controller":null,"properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Black"],"generic":0}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{W}{B}: Target artifact creature gains deathtouch and lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"4e92d36b-1a35-4fa9-87ea-10eace5a3cc7","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7207c416-dc16-40ab-94a0-836ee0710e24"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C13","C16","OC13"],"rulings":[{"date":"2013-10-17","text":"A noncreature permanent that turns into a creature can attack, and its {T} abilities can be activated, only if its controller has continuously controlled that permanent since the beginning of their most recent turn. It doesn’t matter how long the permanent has been a creature."},{"date":"2013-10-17","text":"If an Equipment attached to a creature becomes a creature, it becomes unattached. An Equipment that is also a creature can’t equip another creature."},{"date":"2013-10-17","text":"If the noncreature artifact had any other supertypes, types, or subtypes, it will keep those. In most cases, the artifact creature won’t have any creature types."},{"date":"2013-10-17","text":"Multiple instances of deathtouch or lifelink on the same creature are redundant."}],"rarities":["mythic"]},"sylvan echoes":{"name":"Sylvan Echoes","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you clash and win, you may draw a card. (This ability triggers after the clash ends.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Clashed","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you clash and win, you may draw a card.","constraint":null,"condition":null,"batched":false,"clash_result":"Won"}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6d19e2bb-2e5f-4e55-bb86-de01ea35263d","metadata":{"source_printing_ids":["f5b55fa6-4c94-4ab4-bc30-4fb8b1d3e38f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LRW"],"rulings":[{"date":"2013-09-20","text":"If you win a clash initiated by a spell or ability an opponent controls, the ability will still trigger."}],"rarities":["uncommon"]},"sylvan safekeeper":{"name":"Sylvan Safekeeper","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Sacrifice a land: Target creature you control gains shroud until end of turn. (It can't be the target of spells or abilities.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Shroud"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain shroud"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":"UntilEndOfTurn","description":"Sacrifice a land: Target creature you control gains shroud until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bddf8f4a-3149-4dd6-a9e5-7747e7e45a1c","metadata":{"source_printing_ids":["60d695b3-b02b-42c6-bf1b-9d97a8d82eae","6652d9bc-4916-4b90-9c6b-55dc382e7ee3","83036e21-21ea-4324-aa07-11757f80c417","c16b4eff-47fb-4643-b73c-edb55451b02e","f0d040ca-e1e6-4531-a9f1-5500abdcd84f","f1b8413f-c9fc-4cea-b416-a1fcf651b009"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["C14","CMA","JUD","MH3","SLD","WC02"],"rarities":["rare"]},"synthesizer labship":{"name":"Synthesizer Labship","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 9+.)\n2+ | At the beginning of combat on your turn, up to one other target artifact you control becomes an artifact creature with base power and toughness 2/2 and gains flying until end of turn.\n9+ | Flying, vigilance","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPower","value":2},{"type":"SetToughness","value":2},{"type":"AddKeyword","keyword":"Flying"},{"type":"AddType","core_type":"Artifact"},{"type":"AddType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become an artifact creature with base power and toughness 2/2 and gains flying"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, up to one other target artifact you control becomes an artifact creature with base power and toughness 2/2 and gains flying until end of turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":2},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"9+ | Flying, vigilance"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 9+"}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a37314cf-bbbd-4003-b94d-0e6e60edfc15","metadata":{"source_printing_ids":["85bbbbed-1dbb-4c85-b585-cde6713890ef","fba6332c-acba-43f9-877c-ca6c5328aae9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"If Synthesizer Labship’s second ability causes a Vehicle to become an artifact creature, it doesn’t count as “crewing” that Vehicle for any ability that would trigger due to a Vehicle becoming crewed."},{"date":"2025-07-25","text":"If Synthesizer Labship’s second ability causes a Vehicle to become an artifact creature, its base power and toughness will be set to 2/2. Crewing that Vehicle will not restore its power and toughness. Similarly, if the ability causes a permanent with station to become an artifact creature, putting an amount of charge counters on it greater than or equal to the amount required for it to become an artifact creature won’t overwrite the base power and toughness set by Synthesizer Labship’s second ability."},{"date":"2025-07-25","text":"If the target of Synthesizer Labship’s second ability was already a creature, its base power and toughness will become 2/2 until end of turn. This overwrites any previous effects that set its base power and/or toughness to specific values. Any power- or toughness-setting effects that start to apply after Synthesizer Labship’s second ability resolves will overwrite this effect. Effects that otherwise modify the target’s power and toughness, including +1/+1 counters, will still apply no matter when they took effect."},{"date":"2025-07-25","text":"The resulting artifact creature will be able to attack if it’s been under your control continuously since the turn began. That is, it doesn’t matter how long it’s been a creature, just how long it’s been on the battlefield."}],"rarities":["rare"]},"syr gwyn, hero of ashvale":{"name":"Syr Gwyn, Hero of Ashvale","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Vigilance, menace\nWhenever an equipped creature you control attacks, you draw a card and you lose 1 life.\nEquipment you control have equip Knight {0}.","non_ability_text":null,"flavor_name":null,"keywords":["Menace","Vigilance"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"EquippedBy"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an equipped creature you control attacks, you draw a card and you lose 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact",{"Subtype":"Equipment"}],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature",{"Subtype":"Knight"}],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"sub_ability":null,"duration":null,"description":"equip Knight {0}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipment you control have equip Knight {0}."}],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"ca411184-3413-492c-ab87-08c9fa1d4806","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["a33add37-379d-4a90-9c04-529dff676986"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD"],"rulings":[{"date":"2019-10-04","text":"Equipment you control still have their other equip abilities in addition to equip Knight {0}."},{"date":"2019-10-04","text":"If Syr Gwyn leaves the battlefield after an equip Knight ability has been activated, that ability still resolves even though the Equipment has lost that ability."},{"date":"2019-10-04","text":"Syr Gwyn's triggered ability triggers once per attacking creature that's equipped, regardless of how many Equipment those creatures each carry."},{"date":"2019-10-04","text":"Whether the target creature is a Knight is checked only as the equip Knight ability is activated and as that ability resolves. If the creature somehow becomes a non-Knight creature later, the Equipment remains attached to it."}],"rarities":["mythic"]},"syr konrad, the grim":{"name":"Syr Konrad, the Grim","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever another creature dies, or a creature card is put into a graveyard from anywhere other than the battlefield, or a creature card leaves your graveyard, Syr Konrad deals 1 damage to each opponent.\n{1}{B}: Each player mills a card. (They each put the top card of their library into their graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{B}: Each player mills a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"zone_change_clauses":[{"origin":{"type":"Equals","data":"Battlefield"},"destination":"Graveyard","valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},{"origin":{"type":"NotEquals","data":"Battlefield"},"destination":"Graveyard","valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},{"origin":{"type":"Equals","data":"Graveyard"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}],"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature dies, or a creature card is put into a graveyard from anywhere other than the battlefield, or a creature card leaves your graveyard, ~ deals 1 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"14c3ff84-1e82-4606-a433-869fc52cc382","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["03f16bbd-00d6-43ed-9a11-ebe7fc65933a","443a4eac-f972-4027-aed4-552d4edc2ce1","5a891d9a-0cb0-4f9a-91c4-c8e4b395d944","5b40815d-0104-461e-b193-fcf5e1f35299","685faa53-c0b3-4dbb-abd9-bf09067f6f91","754baf3f-4bad-4739-9f55-65040c96825c","9241a72e-cb88-4cea-a2f4-ff10af461437","a808868f-aea8-4651-9357-85a4d7b4f290","b945f8c2-acfc-4622-8e96-993921d58995","f8b49030-55fe-4bf4-a2b9-c78f36e2d425"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DSC","ELD","FCA","J22","M3C","MKC","MOC","PLST","PW23","SLD","ZNC"],"rulings":[{"date":"2019-10-04","text":"If one or more creatures die at the same time as Syr Konrad, its first ability triggers for each of those creatures."},{"date":"2019-10-04","text":"In a Two-Headed Giant game, Syr Konrad's first ability causes it to deal 1 damage twice."}],"rarities":["uncommon","rare"]},"szarekh, the silent king":{"name":"Szarekh, the Silent King","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Necron"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nMy Will Be Done — Whenever Szarekh attacks, mill three cards. You may put an artifact creature card or Vehicle card from among the cards milled this way into your hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact","Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":null,"properties":[]}]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, mill three cards. You may put an artifact creature card or Vehicle card from among the cards milled this way into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9a63f950-2e8a-4617-896c-1d0af538dbc7","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["12a3400d-7a8b-4bae-9a4f-c9a1bc741e68","41dbd4f6-8284-491e-accc-5fff11f8a6b3","7d0327ef-d3e8-4122-b6c6-82f797e00a78","e11174b2-2423-4a6e-9dcf-ff550eee7e5a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rarities":["mythic"]},"szarel, genesis shepherd":{"name":"Szarel, Genesis Shepherd","mana_cost":{"type":"Cost","shards":["Black","Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Insect","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nYou may play lands from your graveyard.\nWhenever you sacrifice another nontoken permanent during your turn, put a number of +1/+1 counters equal to Szarel's power on up to one other target creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":true,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice another nontoken permanent during your turn, put a number of +1/+1 counters equal to ~'s power on up to one other target creature.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Play"}},"affected":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands from your graveyard."}],"replacements":[],"color_override":["Black","Green","Red"],"color_identity":["Black","Green","Red"],"scryfall_oracle_id":"1f3c3365-7dc8-47e1-b304-2a09aa229292","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["89b61123-b10f-4bcf-b5f9-1f302f9b22d1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"If Szarel leaves the battlefield at the same time as you sacrifice one or more other nontoken permanents during your turn (probably because you also sacrificed Szarel), its last ability triggers for each of those other nontoken permanents."},{"date":"2025-07-25","text":"If Szarel leaves the battlefield before its last ability resolves, use its power as it last existed on the battlefield to determine how many +1/+1 counters to put on the target creature."},{"date":"2025-07-25","text":"Szarel’s second ability doesn’t allow you to activate abilities (such as cycling) of land cards in your graveyard."},{"date":"2025-07-25","text":"Szarel’s second ability doesn’t change the times when you can play those land cards. You can still play lands only during your main phase when you have priority and the stack is empty."}],"rarities":["mythic"]},"tadeas, juniper ascendant":{"name":"Tadeas, Juniper Ascendant","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Reach\nTadeas has hexproof unless it's attacking.\nWhenever a creature you control with reach attacks, untap it and it can't be blocked by creatures with greater power this combat.\nWhenever one or more creatures you control deal combat damage to a player, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Reach"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"TriggeringSource"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PowerGTSource"}]}}},"affected":{"type":"TriggeringSource"},"modifications":[{"type":"AddStaticMode","mode":{"CantBeBlockedBy":{"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"PowerGTSource"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be blocked by creatures with greater power"}],"duration":"UntilEndOfCombat","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfCombat","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Reach"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control with reach attacks, untap it and it can't be blocked by creatures with greater power this combat.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"Whenever one or more creatures you control deal combat damage to a player, draw a card.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"Not","condition":{"type":"SourceIsAttacking"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has hexproof unless it's attacking."}],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"b4b5b928-8b98-4f65-9f15-212859874fe4","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["b0f32937-ca7e-407c-aa23-117b1eae9798","eb79f973-2384-4de4-81fb-14ba5a0e5556"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD","SLX"],"rarities":["rare"]},"taigam, master opportunist":{"name":"Taigam, Master Opportunist","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flurry — Whenever you cast your second spell each turn, copy it, then exile the spell you cast with four time counters on it. If it doesn't have suspend, it gains suspend. (At the beginning of its owner's upkeep, they remove a time counter. When the last is removed, they may play it without paying its mana cost. If it's a creature, it has haste.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["time",{"type":"Fixed","value":4}]]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":{"Suspend":{"count":0,"cost":{"type":"Cost","shards":[],"generic":0}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain suspend"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":{"type":"SourceLacksKeyword","keyword":{"Suspend":{"count":0,"cost":{"type":"Cost","shards":[],"generic":0}}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your second spell each turn, copy it, then exile the spell you cast with four time counters on it. If it doesn't have suspend, it gains suspend.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"49f2cbc3-bd03-48e6-b1c4-d7f315b8579d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0ea8c278-781d-4c9c-9f1c-99d799384a29","8693d631-05f6-414d-9e49-6385746e8960"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"A resolving copy of a permanent spell becomes a token. That token isn’t “created” and won’t interact with abilities that care about tokens being created."},{"date":"2025-04-04","text":"As the second triggered ability of suspend resolves, you may cast the card. Timing permissions based on the card’s type are ignored. If you choose not to (or can’t) cast the card, it remains exiled with no time counters on it, and it’s no longer suspended."},{"date":"2025-04-04","text":"If an effect refers to a “suspended card,” that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2025-04-04","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card’s owner’s next upkeep."},{"date":"2025-04-04","text":"If the second triggered ability is countered, the card can’t be cast. It remains exiled with no time counters on it, and it’s no longer suspended."},{"date":"2025-04-04","text":"If the spell that’s copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2025-04-04","text":"If you cast a card “without paying its mana cost,” such as with suspend, you can’t choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2025-04-04","text":"Spells that were cast before a permanent with flurry count. If that permanent was the first spell you cast that turn, the next spell you cast that turn is your second spell."},{"date":"2025-04-04","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed. Note that if a card is exiled and then “gains suspend,” only the two triggered abilities are relevant."},{"date":"2025-04-04","text":"Taigam’s ability and the copy it creates resolve before the spell it’s copying. They resolve even if the original spell is countered before the copy is created. Note that Taigam’s ability exiles the original spell as the ability resolves, which will remove that spell from the stack before it can resolve."},{"date":"2025-04-04","text":"The copy is created on the stack, so it’s not “cast.” Abilities that trigger when a player casts a spell won’t trigger."},{"date":"2025-04-04","text":"The copy will have the same targets and modes as the original spell. If the spell divides damage or distributes counters among a number of targets, those choices apply to the copy."},{"date":"2025-04-04","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn’t matter why the last time counter was removed or what effect removed it."},{"date":"2025-04-04","text":"You can’t choose to pay any additional costs for the copy. However, effects based on any additional costs that were paid for the original spell are copied as though those same costs were paid for the copy too."}],"rarities":["mythic"]},"taigam, ojutai master":{"name":"Taigam, Ojutai Master","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Instant, sorcery, and Dragon spells you control can't be countered.\nWhenever you cast an instant or sorcery spell from your hand, if Taigam attacked this turn, that spell gains rebound. (Exile the spell as it resolves. At the beginning of your next upkeep, you may cast that card from exile without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Rebound"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain rebound"}],"duration":null,"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"spell_cast_origin":{"type":"Equals","data":"Hand"},"description":"Whenever you cast an instant or sorcery spell from your hand, if ~ attacked this turn, that spell gains rebound.","constraint":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]}},"batched":false}],"static_abilities":[{"mode":"CantBeCountered","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Instant, sorcery, and Dragon spells you control can't be countered."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"e4cf3710-8600-4f95-abb2-faefdc25693d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["28dbafb6-1529-45e6-8b61-15185e3a79d8","90df7a0c-a62f-4fec-b680-e2147ea3fa7f","a8db3f81-7e21-4780-835d-b4494a8a13ae","b47e2781-544f-442c-98d0-43b9d91bab03","eb90aae8-34c7-484c-80da-626393917720"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C17","MUL","PZ2"],"rulings":[{"date":"2017-08-25","text":"At the beginning of your upkeep, all delayed triggered abilities created by rebound effects trigger. You may handle them in any order. A spell you cast this way resolves before you can cast the next one, so one rebounded spell can't target another. Timing permissions based on the card's type (if it's a sorcery) are ignored. Other restrictions, such as \"Cast [this spell] only during combat,\" must be followed."},{"date":"2017-08-25","text":"Casting the card again due to rebound's delayed triggered ability is optional. If you choose not to cast the card, or if you can't (perhaps because there are no legal targets available), the card will stay exiled. You won't get another chance to cast it on a future turn."},{"date":"2017-08-25","text":"If Taigam is killed in response to you casting a spell, the ability will still trigger and your spell will gain rebound if Taigam attacked."},{"date":"2017-08-25","text":"If Taigam leaves the battlefield after it attacks, its last ability won't trigger whenever you cast an instant or sorcery spell from your hand this turn. If it leaves the battlefield after the spell has gained rebound, that spell will still have rebound. Once the card is exiled, rebound's delayed triggered ability will trigger at the beginning of your next upkeep even if you no longer control Taigam."},{"date":"2017-08-25","text":"If a replacement effect (such as the one created by Rest in Peace) would cause a spell with rebound that you cast from your hand to be put somewhere other than into your graveyard as it resolves, you can choose whether to apply the rebound effect or the other effect as the spell resolves."},{"date":"2017-08-25","text":"If a spell moves itself into another zone as part of its resolution (as Teferi's Protection, All Suns' Dawn, and Beacon of Unrest do), rebound won't get a chance to apply."},{"date":"2017-08-25","text":"If a spell with rebound that you cast from your hand doesn't resolve for any reason (either because another spell or ability counters it or because all its targets are illegal as it tries to resolve), none of its effects will happen, including rebound. The spell will be put into its owner's graveyard and you won't get to cast it again on your next turn."},{"date":"2017-08-25","text":"If you cast a card from exile, it will go to its owner's graveyard when it resolves, fails to resolve, or is countered. It won't go back to exile."}],"rarities":["rare"]},"taii wakeen, perfect shot":{"name":"Taii Wakeen, Perfect Shot","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Mercenary"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a source you control deals noncombat damage to a creature equal to that creature's toughness, draw a card.\n{X}, {T}: If a source you control would deal noncombat damage to a permanent or player this turn, it deals that much damage plus X instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"AddTargetReplacement","replacement":{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source you control would deal noncombat damage to a permanent or player this turn, it deals that much damage plus X instead","condition":null,"damage_modification":{"type":"Plus","value":{"type":"Fixed","value":0}},"damage_source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"combat_scope":"NoncombatOnly","expiry":{"type":"EndOfTurn"}},"target":{"type":"None"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{X}, {T}: If a source you control would deal noncombat damage to a permanent or player this turn, it deals that much damage plus X instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"NoncombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a source you control deals noncombat damage to a creature equal to that creature's toughness, draw a card.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"EventContextAmount"}},"comparator":"EQ","rhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"EventTarget"}}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"17327d50-be12-423d-9d37-d6bae519f50c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1643af0b-fcbf-4636-8c50-77ec77eaa34d","3c558349-87bc-4e0f-96c2-b075f7da97d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"If another effect modifies how much damage a source would deal, including preventing some of it, the player being dealt damage or the controller of the permanent being dealt damage chooses an order in which to apply those effects. If all of the damage is prevented, Taii Wakeen’s effect no longer applies."},{"date":"2024-04-12","text":"Taii Wakeen’s first ability doesn’t care about any damage already marked on a creature. It just cares about whether the noncombat damage dealt to a creature by a source you control was equal to that creature’s toughness."},{"date":"2024-04-12","text":"The additional X damage is dealt by the same source as the original source of damage. The damage isn’t dealt by Taii Wakeen unless Taii Wakeen is the original source of damage."}],"rarities":["rare"]},"tail swipe":{"name":"Tail Swipe","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose target creature you control and target creature you don't control. If you cast this spell during your main phase, the creature you control gets +1/+1 until end of turn. Then those creatures fight each other. (Each deals damage equal to its power to the other.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"target","description":"target creature you don't control"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"ParentTarget"},"subject":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"CastDuringPhase","phases":["PreCombatMain","PostCombatMain"]},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Choose target creature you control and target creature you don't control. If you cast this spell during your main phase, the creature you control gets +1/+1 until end of turn. Then those creatures fight each other.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"525d98d6-b117-44f4-b19c-3dd26e7c9fd4","metadata":{"source_printing_ids":["003a01aa-ed73-4da9-86c2-e4ecf7633c5f","619ba8ca-3eb8-4cf6-b793-ad46002de454","95a39b26-8c83-40ea-b492-036251366d73"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","J25","PLST","SCH"],"rarities":["uncommon"]},"take the fall":{"name":"Take the Fall","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets -1/-0 until end of turn. It gets -4/-0 until end of turn instead if you control an outlaw. (Assassins, Mercenaries, Pirates, Rogues, and Warlocks are outlaws.)\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-4},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"AnyOf":[{"Subtype":"Assassin"},{"Subtype":"Mercenary"},{"Subtype":"Pirate"},{"Subtype":"Rogue"},{"Subtype":"Warlock"}]}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"Target creature gets -1/-0 until end of turn. It gets -4/-0 until end of turn instead if you control an outlaw.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"279f3aa5-5807-4797-8cd1-e009984a3691","metadata":{"source_printing_ids":["9fea80c4-923c-40a1-9363-bfa4c267a024"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"A card, spell, or permanent is an outlaw if it has the Assassin, Mercenary, Pirate, Rogue, or Warlock creature type. It doesn’t matter if it has more than one of those creature types; as long as it has at least one, it’s an outlaw."},{"date":"2024-04-12","text":"If an ability refers to an outlaw or whether a player controls an outlaw, it’s referring only to permanents with one or more of the creature types specified above. Notably, it’s not referring to any spell or card not on the battlefield. However, other abilities may refer to an “outlaw spell” or “outlaw card” in a zone other than the battlefield. Those abilities refer to spells and cards with one or more of the specified creature types."},{"date":"2024-04-12","text":"Outlaw is not a creature type. If an effect asks you to choose a creature type, you can’t choose outlaw."}],"rarities":["common"]},"tales of the ancestors":{"name":"Tales of the Ancestors","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player with fewer cards in hand than the player with the most cards in hand draws cards equal to the difference.\nForetell {1}{U} (During your turn, you may pay {2} and exile this card from your hand face down. Cast it on a later turn for its foretell cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Foretell":{"type":"Cost","shards":["Blue"],"generic":1}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"AllPlayers","aggregate":"Max"}}},"right":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"ScopedPlayer"}}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Each player with fewer cards in hand than the player with the most cards in hand draws cards equal to the difference.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"49e3c192-862f-483e-abd1-e22863ea88dd","metadata":{"source_printing_ids":["c286a74c-3714-4190-8322-84b161debe39"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["KHC"],"rulings":[{"date":"2021-02-05","text":"Because exiling a card with foretell from your hand is a special action, you can do so any time you have priority during your turn, including in response to spells and abilities. Once you announce you’re taking the action, no other player can respond by trying to remove the card from your hand."},{"date":"2021-02-05","text":"Casting a foretold card from exile follows the timing rules for that card. If you foretell an instant card, you can cast it as soon as the next player’s turn. In most cases, if you foretell a card that isn’t an instant (or doesn’t have flash), you’ll have to wait until your next turn to cast it."},{"date":"2021-02-05","text":"If you’re casting a foretold card from exile for its foretell cost, you can’t choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, those must be paid to cast the spell."}],"rarities":["rare"]},"talion, the kindly lord":{"name":"Talion, the Kindly Lord","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Faerie","Noble"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs Talion enters, choose a number between 1 and 10.\nWhenever an opponent casts a spell with mana value, power, or toughness equal to the chosen number, that player loses 2 life and you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"AnyOf","props":[{"type":"Cmc","comparator":"EQ","value":{"type":"Ref","qty":{"type":"ChosenNumber"}}},{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"EQ","value":{"type":"Ref","qty":{"type":"ChosenNumber"}}},{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"EQ","value":{"type":"Ref","qty":{"type":"ChosenNumber"}}}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a spell with mana value, power, or toughness equal to the chosen number, that player loses 2 life and you draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"NumberRange":{"min":1,"max":10}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a number between 1 and 10.","condition":null,"destination_zone":"Battlefield"}],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"a019e34d-00c4-4687-9d41-fe550bf1dbdc","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["62a6b452-c796-45c6-b4d1-0ae3d675e38e","bb1f05ef-7607-4a63-a710-18d0061ec982"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"Effects that increase or reduce the cost to cast a spell don't affect that spell's mana value."},{"date":"2023-09-01","text":"For spells with {X} in their mana costs, use the value chosen for X to determine if the spell's mana value is the chosen number. For example, if the chosen number is 4, a spell with mana cost {X}{R}{R} cast with X equal to 2 would cause Talion's last ability to trigger."},{"date":"2023-09-01","text":"The numbers you may choose include 1 and 10."}],"rarities":["mythic"]},"talon gates of madara":{"name":"Talon Gates of Madara","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Gate"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this land enters, up to one target creature phases out.\n{T}: Add {C}.\n{1}, {T}: Add one mana of any color.\n{4}: Put this card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}: Put this card from your hand onto the battlefield.","target_prompt":null,"activation_zone":"Hand","condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PhaseOut","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, up to one target creature phases out.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8c45bf9d-a017-43bf-9e32-67810a8a217b","metadata":{"source_printing_ids":["c565f8fe-acf7-40dd-8100-8f692d1e232c","de92facf-762b-4a23-8d5e-bb673b0500c0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["M3C"],"rulings":[{"date":"2024-06-07","text":"An attacking or blocking creature that phases out is removed from combat."},{"date":"2024-06-07","text":"Any continuous effects with a \"for as long as\" duration ignore phased-out objects. If ignoring those objects causes the effect's conditions to no longer be met, the duration will expire."},{"date":"2024-06-07","text":"As a permanent is phased out, Auras and Equipment attached to it also phase out at the same time. Those Auras and Equipment will phase in at the same time that permanent does, and they'll phase in still attached to that permanent."},{"date":"2024-06-07","text":"Choices made for permanents as they entered the battlefield are remembered when they phase in."},{"date":"2024-06-07","text":"Permanents phase back in during their controller's untap step, immediately before that player untaps their permanents. Creatures that phase in this way are able to attack during that turn, and their activated abilities with {T} in their costs can be activated. If a permanent had counters on it when it phased out, it will have those counters when it phases back in."},{"date":"2024-06-07","text":"Phased-out permanents are treated as though they don't exist. They can't be the targets of spells or abilities, their static abilities have no effect on the game, their triggered abilities can't trigger, they can't attack or block, and so on."},{"date":"2024-06-07","text":"Phasing out doesn't cause any \"leaves the battlefield\" abilities to trigger. Similarly, phasing in won't cause any \"enters the battlefield\" abilities to trigger."},{"date":"2024-06-07","text":"When you activate Talon Gates of Madara's last ability, you must reveal Talon Gates of Madara from your hand until that ability resolves or otherwise leaves the stack. If Talon Gates of Madara isn't still in your hand as that ability resolves, nothing happens."}],"rarities":["rare"]},"talruum piper":{"name":"Talruum Piper","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Minotaur"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"All creatures with flying able to block this creature do so.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"MustBeBlockedByAll":{"blockers":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All creatures with flying able to block ~ do so."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d18e60ed-ab6e-4b73-88f6-caa3f8e9c78e","metadata":{"source_printing_ids":["ca2cb9a7-5063-4b31-9782-8bfd784bca0a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["VIS"],"rarities":["uncommon"]},"tam, mindful first-year":{"name":"Tam, Mindful First-Year","mana_cost":{"type":"Cost","shards":["GreenBlue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Gorgon","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Each other creature you control has hexproof from each of its colors.\n{T}: Target creature you control becomes all colors until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetColor","colors":["White","Blue","Black","Red","Green"]}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"all colors"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Target creature you control becomes all colors until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":{"HexproofFrom":{"type":"CardType","data":"each of its colors"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each other creature you control has hexproof from each of its colors."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"096a878e-cff0-430a-90b5-031ecb9bfe1b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6cb0f825-b75b-4f2a-803c-08142ca07e76","ca89fb7a-5575-4875-80d3-6a05f78ea65e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"\"Hexproof from each color\" is shorthand for hexproof from white, from blue, from black, from red, and from green. Colorless is not a color."}],"rarities":["rare"]},"tamanoa":{"name":"Tamanoa","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever a noncreature source you control deals damage, you gain that much life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":"You","properties":[]},"description":"Whenever a noncreature source you control deals damage, you gain that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"14440669-ddf0-46ac-b140-13948a8113b8","metadata":{"source_printing_ids":["6d32955b-cbf6-429b-9513-17ca75d4ec2c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CSP"],"rulings":[{"date":"2006-07-15","text":"A noncreature source is a source that doesn’t have the type creature. If a creature card that’s not on the battlefield deals damage (for example, a cycled Gempalm Incinerator), Tamanoa’s ability won’t trigger."},{"date":"2006-07-15","text":"Tamanoa’s ability triggers no matter who the recipient of the damage is: another player, a creature, or even you. If a noncreature source you control deals damage to you that drops your life total to 0 or less, you’ll lose the game before Tamanoa’s ability can resolve."}],"rarities":["rare"]},"tamiyo, field researcher":{"name":"Tamiyo, Field Researcher","mana_cost":{"type":"Cost","shards":["Green","White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Tamiyo"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"[+1]: Choose up to two target creatures. Until your next turn, whenever either of those creatures deals combat damage, you draw a card.\n[−2]: Tap up to two target nonland permanents. They don't untap during their controller's next untap step.\n[−7]: Draw three cards. You get an emblem with \"You may cast spells from your hand without paying their mana costs.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":{"Unknown":"either of those creatures deals combat damage"},"execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"either of those creatures deals combat damage","constraint":null,"condition":null,"batched":false}},"effect":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: Choose up to two target creatures. Until your next turn, whenever either of those creatures deals combat damage, you draw a card.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"don't untap during their controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Tap up to two target nonland permanents. They don't untap during their controller's next untap step.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":2}},"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":-7},"sub_ability":{"kind":"Spell","effect":{"type":"CreateEmblem","statics":[{"mode":{"CastFromHandFree":{"frequency":"Unlimited","origin":"Hand"}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast spells from your hand without paying their mana costs"}],"triggers":[]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−7]: Draw three cards. You get an emblem with \"You may cast spells from your hand without paying their mana costs.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Blue","White"],"color_identity":["Green","Blue","White"],"scryfall_oracle_id":"9cf99129-f51a-4418-a8cc-8ca2992b17fa","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["25a31242-5e4c-489f-9425-912d6fb7a651","576ba8db-fad9-4c48-96be-a8a7e5f43039","5899d4c5-e6b8-48e9-9044-b5b34a1284f9","9f9aced7-9ae9-432f-b8c0-caac9cad098b","c8320f71-e958-4e40-9304-bd115f29d67c","f691787b-2f97-48d7-bf3a-4852377715ad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","EMN","INR","PEMN","SIR","SLD"],"rulings":[{"date":"2025-01-24","text":"If Tamiyo’s first ability targets two creatures, and both deal combat damage at the same time, the delayed triggered ability triggers twice."},{"date":"2025-01-24","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2025-01-24","text":"If you cast a spell “without paying its mana cost,” you can’t choose to cast it for any alternative costs. You can, however, pay additional costs. If the spell has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2025-01-24","text":"Tamiyo’s first ability can target creatures you don’t control. You’ll draw a card, not their controller, if they deal combat damage."},{"date":"2025-01-24","text":"Tamiyo’s first ability sets up a delayed triggered ability that triggers even if Tamiyo has left the battlefield before those creatures deal combat damage."}],"rarities":["mythic"]},"tamiyo, inquisitive student":{"name":"Tamiyo, Inquisitive Student","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Moonfolk","Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Tamiyo attacks, investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")\nWhen you draw your third card in a turn, exile Tamiyo, then return her to the battlefield transformed under her owner's control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, investigate.","constraint":null,"condition":null,"batched":false},{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"When you draw your third card in a turn, exile ~, then return her to the battlefield transformed under her owner's control.","constraint":{"type":"NthDrawThisTurn","n":3},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"1ed9e351-0000-4b75-8ecb-d15bd88df68a","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["27887612-3a17-5445-afde-bb96a6da5aef"],"source_printing_ids":["1b234fee-a2b6-4661-9f98-4da6fc26aebc","2a717b98-cdac-416d-bf6c-f6b6638e65d1","f3c4fb55-5b01-4013-b7f3-d8ec3585cde2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MH3","PMH3","SLP"],"rulings":[{"date":"2024-06-07","text":"A transforming double-faced card enters the battlefield with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2024-06-07","text":"Each face of a transforming double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a transforming double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2024-06-07","text":"Each transforming double-faced card in this set is cast with its front face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2024-06-07","text":"If multiple effects modify your hand size, apply them in timestamp order. For example, if you put Necrodominance (an enchantment that says your maximum hand size is five) onto the battlefield and then activate Tamiyo, Seasoned Scholar's last ability, you'll have no maximum hand size. However, if the emblem from Tamiyo, Seasoned Scholar's last ability was created before you put Necrodominance onto the battlefield, your maximum hand size would be five."},{"date":"2024-06-07","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter the battlefield at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Ral, Monsoon Mage, choosing to exile that permanent during the resolution of its triggered ability will cause it to remain in exile."},{"date":"2024-06-07","text":"In some rare cases, a spell or ability may cause Tamiyo, Inquisitive Student to transform while she's a creature (front face up) on the battlefield. If this happens, Tamiyo, Seasoned Scholar won't have any loyalty counters on her and will subsequently be put into her owner's graveyard."},{"date":"2024-06-07","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Ral, Monsoon Mage's color identity is blue and red, since its front face is red and its back face has a blue and red color indicator."},{"date":"2024-06-07","text":"The back face of a transforming double-faced card usually has a color indicator that defines its color. Colorless back faces, such as lands, do not."},{"date":"2024-06-07","text":"The mana value of a transforming double-faced card is the mana value of its front face, no matter which face is up."},{"date":"2024-06-07","text":"You can activate one of Tamiyo, Seasoned Scholar's loyalty abilities the turn she enters the battlefield. However, you may do so only during one of your main phases when the stack is empty. For example, if Tamiyo, Seasoned Scholar enters the battlefield during combat, there will be an opportunity for your opponent to remove her before you can activate one of her abilities."}],"rarities":["mythic"]},"tamiyo, seasoned scholar":{"name":"Tamiyo, Seasoned Scholar","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Tamiyo"]},"power":null,"toughness":null,"loyalty":"2","defense":null,"oracle_text":"[+2]: Until your next turn, whenever a creature attacks you or a planeswalker you control, it gets -1/-0 until end of turn.\n[−3]: Return target instant or sorcery card from your graveyard to your hand. If it's a green card, add one mana of any color.\n[−7]: Draw cards equal to half the number of cards in your library, rounded up. You get an emblem with \"You have no maximum hand size.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WheneverEvent","trigger":{"mode":"Attacks","execute":null,"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false,"attack_target_filter":"PlayerOrPlaneswalker"}},"effect":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":{"type":"Loyalty","amount":2},"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":"[+2]: Until your next turn, whenever a creature attacks you or a planeswalker you control, it gets -1/-0 until end of turn.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"destination":null},"cost":{"type":"Loyalty","amount":-3},"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":"[−3]: Return target instant or sorcery card from your graveyard to your hand. If it's a green card, add one mana of any color.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}},"divisor":2,"rounding":"Up"},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":-7},"sub_ability":{"kind":"Spell","effect":{"type":"CreateEmblem","statics":[{"mode":"NoMaximumHandSize","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have no maximum hand size"}],"triggers":[]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−7]: Draw cards equal to half the number of cards in your library, rounded up. You get an emblem with \"You have no maximum hand size.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Blue"],"color_identity":["Green","Blue"],"scryfall_oracle_id":"1ed9e351-0000-4b75-8ecb-d15bd88df68a","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["27887612-3a17-5445-afde-bb96a6da5aef"],"source_printing_ids":["1b234fee-a2b6-4661-9f98-4da6fc26aebc","2a717b98-cdac-416d-bf6c-f6b6638e65d1","f3c4fb55-5b01-4013-b7f3-d8ec3585cde2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MH3","PMH3","SLP"],"rarities":["mythic"]},"tapestry warden":{"name":"Tapestry Warden","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Robot","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nEach creature you control with toughness greater than its power assigns combat damage equal to its toughness rather than its power.\nEach creature you control with toughness greater than its power stations permanents using its toughness rather than its power.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"ToughnessGTPower"}]},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control with toughness greater than its power assigns combat damage equal to its toughness rather than its power."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"ToughnessGTPower"}]},"modifications":[{"type":"AddStaticMode","mode":{"CrewContribution":{"kind":"ToughnessInsteadOfPower","actions":["Station"]}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control with toughness greater than its power stations permanents using its toughness rather than its power."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"981138d0-bf61-406a-85be-68cc5e58796c","metadata":{"source_printing_ids":["7cbbab6c-43ae-4e50-97ce-532a3316591a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"If a station ability you control resolves while you control Tapestry Warden, but the creature tapped to pay the cost of that station ability is no longer on the battlefield, check the characteristics of that creature as it last existed on the battlefield. If its toughness was greater than its power, use its toughness to determine how many counters are put on the permanent with station."},{"date":"2025-07-25","text":"If you activate a station ability while you control Tapestry Warden, but you no longer control Tapestry Warden at the time that ability resolves, use the power of the creature tapped to pay the cost of the station ability to determine how many counters are put on the permanent with station."},{"date":"2025-07-25","text":"Tapestry Warden’s second and third abilities don’t actually change any creature’s power. They change only the amount of combat damage the creature assigns and how many counters are put on a permanent with station when the creature is tapped to pay the cost of a station ability. All other rules and effects that check power or toughness use the real values, even if they cause damage “equal to a creature’s power” to be dealt."}],"rarities":["uncommon"]},"tarmogoyf":{"name":"Tarmogoyf","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lhurgoyf"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"1+*"},"loyalty":null,"defense":null,"oracle_text":"Tarmogoyf's power is equal to the number of card types among cards in all graveyards and its toughness is equal to that number plus 1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"All"}}}},{"type":"SetDynamicToughness","value":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"All"}}},"offset":1}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"~'s power is equal to the number of card types among cards in all graveyards and its toughness is equal to that number plus 1."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"45900b2f-f6a9-4c42-9642-008f3c1cf6dd","metadata":{"source_printing_ids":["1cfdd410-391b-4b71-8139-f5a30653097a","2b49dfb7-dbe7-4a2b-b9de-c620a0db2e47","42e56220-81c3-4440-9f97-8616d630a8ee","4d514db4-cf57-4442-a7c9-7373a2a42c0d","5ea82414-3f16-4c8c-8668-1f1ee7566c7b","69daba76-96e8-4bcc-ab79-2f00189ad8fb","8a34e2df-a9ee-4c61-bc4c-518475a39925","b6876d9e-0908-43ac-8542-09c7aa02b5ba","dd6b4509-61b6-45dc-b7c9-1582626de090","f8eb6278-9b1d-4bac-bebd-e084e713d54a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FUT","HA6","MM2","MM3","MMA","P30A","PIP","PLST","PUMA","TSR","UMA"],"rulings":[{"date":"2021-03-19","text":"If an instant or sorcery spell deals damage to Tarmogoyf or lowers its toughness, that spell is put into its owner's graveyard before state-based actions are performed. If that card is the first of its type to enter a graveyard, it will raise Tarmogoyf's toughness before the game checks to see if Tarmogoyf dies."},{"date":"2021-03-19","text":"Tarmogoyf counts card types, not cards. If the only card in all graveyards is a single artifact creature, Tarmogoyf will be 2/3. If the only cards in all graveyards are ten artifact creatures, Tarmogoyf will still be 2/3."},{"date":"2021-03-19","text":"The ability that defines Tarmogoyf's power and toughness works in all zones, not just the battlefield. If Tarmogoyf is in your graveyard, it will count itself."},{"date":"2021-03-19","text":"The card types that can appear on cards in a graveyard are artifact, battle, creature, enchantment, instant, kindred, land, planeswalker, and sorcery. Legendary, basic, and snow are supertypes, not card types."},{"date":"2024-06-07","text":"Some older printings of this card reference the \"tribal\" card type in their reminder text. That card type's name has been replaced with \"kindred\". This change does not affect the gameplay function of those cards or of Tarmogoyf. (The same older printings of this card also fail to reference the \"battle\" card type, which didn't exist at the time, but Tarmogoyf's ability still counts that card type.)"}],"rarities":["rare","mythic"]},"tarnation":{"name":"Tarnation","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Thunder Junction"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a player commits a crime, they may draw a card. (Targeting opponents, anything they control, and/or cards in their graveyards is a crime.)\nWhenever chaos ensues, Tarnation deals 1 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CommitCrime","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever a player commits a crime, they may draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, ~ deals 1 damage to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"08081904-4115-4afd-ac82-f00421e54038","metadata":{"source_printing_ids":["6955d29c-0891-44ab-9c6f-2e2abc5729ff"]},"legalities":{},"printings":["PUNK"],"rarities":["common"]},"tarnation vista":{"name":"Tarnation Vista","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped. As it enters, choose a color.\n{T}: Add one mana of the chosen color.\n{1}, {T}: For each color among monocolored permanents you control, add one mana of that color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"DistinctColorsAmongPermanents","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"ColorCount","comparator":"EQ","count":1}]}}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: For each color among monocolored permanents you control, add one mana of that color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As it enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"b0be3f25-edb1-4299-959c-9aad909730ca","metadata":{"source_printing_ids":["8b85d6ea-e312-48b9-9c22-398454d9a45c","962552a1-ec34-49e2-a23d-85dfb405d5e0","ad49fd74-db70-49c0-8ad9-1185e2b0787d","ad50cee8-0f7f-4058-8fe1-5d7156c2429b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BIG","PBIG"],"rulings":[{"date":"2024-04-12","text":"Tarnation Vista’s last ability is a mana ability. It doesn’t use the stack and can’t be responded to."},{"date":"2024-04-12","text":"The five colors are white, blue, black, red, and green, and as such, Tarnation Vista’s last ability can produce five mana at most."}],"rarities":["mythic"]},"tarrian's journal":{"name":"Tarrian's Journal","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Book"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Sacrifice another artifact or creature: Draw a card. Activate only as a sorcery.\n{2}, {T}, Discard your hand: Transform Tarrian's Journal.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}]},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice another artifact or creature: Draw a card. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"},{"type":"Discard","count":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{2}, {T}, Discard your hand: Transform ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a75b02ba-b0c8-47e3-a05c-e9ba221a7578","metadata":{"source_printing_ids":["3577ac1a-7c14-4463-a8c0-530f37f3d935","99255a66-b868-45fc-a2a9-0c89bd851b69"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"Finality counters aren't keyword counters, and a finality counter doesn't give any abilities to the permanent it's on. If that permanent loses its abilities and then would go to a graveyard, it will still be exiled instead."},{"date":"2023-11-10","text":"Finality counters don't stop permanents from going to zones other than the graveyard from the battlefield. For example, if a permanent with a finality counter on it would be put into its owner's hand from the battlefield, it does so normally."},{"date":"2023-11-10","text":"Finality counters work on any permanent, not only creatures. If a permanent with a finality counter on it would be put into a graveyard from the battlefield, exile it instead."},{"date":"2023-11-10","text":"If you somehow activate The Tome of Aclazotz's ability more than once during a turn, you can cast a creature spell for each ability's permission. Similarly, if another effect allows you to cast a creature spell from your graveyard, you may use that permission and later use The Tomb of Aclazotz's ability to cast another creature spell."},{"date":"2023-11-10","text":"Multiple finality counters on a single permanent are redundant."},{"date":"2023-11-10","text":"The creature spell you cast will be a Vampire in addition to its other types while on the stack. The resulting creature will be a Vampire in addition to its other types."},{"date":"2023-11-10","text":"You can discard your hand even if you hand has zero cards in it."},{"date":"2023-11-10","text":"You don't choose which creature spell you're casting while activating or resolving The Tomb of Aclazotz's last ability. The ability creates a permission for you to cast a creature spell from your graveyard later in the turn."},{"date":"2023-11-10","text":"You must still follow any timing restrictions and permissions for creature spells you cast with the permission granted by The Tomb of Aclazotz's last ability. Normally, you'll be able to cast them only during your main phase while the stack is empty."}],"rarities":["rare"]},"tataru taru":{"name":"Tataru Taru","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dwarf","Advisor"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When Tataru Taru enters, you draw a card and target opponent may draw a card.\nScions' Secretary — Whenever an opponent draws a card, if it isn't that player's turn, create a tapped Treasure token. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, you draw a card and target opponent may draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":true,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws a card, if it isn't that player's turn, create a tapped Treasure token. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"Not","condition":{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"70dd5013-f18f-4501-882f-70590c424e20","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["545c98b3-dc78-4070-8dcb-f6a246abce09","8c832508-e6f8-4581-8424-744f4e24fad2","93176e85-2343-43a8-8578-69699b464b86"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"If the target opponent is an illegal target as Tataru Taru's first ability tries to resolve, it won't resolve and none of its effects will happen. You won't draw a card."}],"rarities":["rare"]},"taught by surrak":{"name":"Taught by Surrak","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Commander enchantment (This aura enchants a commander creature, and remains attached to the creature as it moves between any face-up zones. You can cast it on a Commander in your command zone.)\nWhen you cast Taught by Surrak, draw a card.\nEnchanted creature gets +2/+2 and gains haste.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Commander enchantment"},"cost":null,"sub_ability":null,"duration":null,"description":"Commander enchantment","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast ~, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+2 and gains haste."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f8ceb312-2d2d-4a9e-a58b-eb1ed74bb8aa","metadata":{"source_printing_ids":["aad07e59-1229-4b11-bdd2-8d2169557371"]},"legalities":{},"printings":["UNK"],"rarities":["common"]},"tavern swindler":{"name":"Tavern Swindler","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{T}, Pay 3 life: Flip a coin. If you win the flip, you gain 6 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"FlipCoin","win_effect":{"kind":"Activated","effect":{"type":"GainLife","amount":{"type":"Fixed","value":6}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"lose_effect":null},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"PayLife","amount":{"type":"Fixed","value":3}}]},"sub_ability":null,"duration":null,"description":"{T}, Pay 3 life: Flip a coin. If you win the flip, you gain 6 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"81674138-08d0-4126-9e6d-27f6e7dd2403","metadata":{"source_printing_ids":["47240ed3-f256-45fb-ab38-7b07e672d2ed","4fb036e2-8f6a-4c47-b194-12ca2e5f43de","89b2fd2b-99b5-4262-a70a-93fd58699fb7","b17114ed-f98f-4b82-ba03-ef7ec5f572ba","cff4cb5e-fe71-4136-91e6-164168aac295","d00850e4-6be3-4246-ae45-c0e990e6d6e1","f86557e1-6960-42a2-8d18-baafc22fbb90"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BBD","DDM","IMA","M21","PLST","RTR","SNC"],"rulings":[{"date":"2017-11-17","text":"You can't activate Tavern Swindler's ability if your life total is less than 3. You can activate it if your life total is exactly 3, but it's probably a bad idea. You'll lose the game before the ability resolves."}],"rarities":["uncommon"]},"team tactics":{"name":"Team Tactics","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 1 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 1 or more.)\nTarget creature gains double strike until end of turn. If this spell was cast using teamwork, that creature also gains trample until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":1}],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain double strike"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain trample"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature gains double strike until end of turn. If this spell was cast using teamwork, that creature also gains trample until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"98b99d7c-d006-471a-8583-0468743c1597","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["db1c7a71-3d01-4f2a-9b25-2a19bb0d1a56"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"teferi's ageless insight":{"name":"Teferi's Ageless Insight","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you would draw a card except the first one you draw in each of your draw steps, draw two cards instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Draw","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would draw a card except the first one you draw in each of your draw steps, draw two cards instead.","condition":{"type":"ExceptFirstDrawInDrawStep"}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1c9e1f75-73f0-4846-b53f-458a0984b1bb","metadata":{"source_printing_ids":["0db5492c-dc2d-4a06-ae97-f03669b88fb0","2c5a3d8f-5513-42b1-a3d7-09cf781eaf94","b1a32b7c-9f26-4504-9f8d-379164d69346","b4077e58-a497-4c8f-8e58-919c3204ad52","b83edc5c-ee6b-4c75-94b2-46d1f68f7304","c38d1722-96b0-4756-9da9-fe18b1c80649"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J25","M21","MKC","PM21","SLD"],"rulings":[{"date":"2020-06-23","text":"Because Teferi's Ageless Insight is legendary, it's unlikely that one player will control two. However, if that happens, each card that player would draw after the first will result in four cards being drawn. If they control three, they draw eight cards, and so on."},{"date":"2020-06-23","text":"If a spell or ability causes you to put a card into your hand without specifically using the word \"draw,\" it's not a card drawn."},{"date":"2020-06-23","text":"If two or more replacement effects would apply to a card-drawing event, the player drawing the card chooses the order in which to apply them."}],"rarities":["rare"]},"teferi's imp":{"name":"Teferi's Imp","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Imp"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nPhasing (This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.)\nWhenever this creature phases out, discard a card.\nWhenever this creature phases in, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Phasing"],"abilities":[],"triggers":[{"mode":"PhaseOut","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ phases out, discard a card.","constraint":null,"condition":null,"batched":false},{"mode":"PhaseIn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ phases in, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e4826967-b2f9-4f32-8411-d243edf41082","metadata":{"source_printing_ids":["048f2368-0e2f-4197-b977-353d38b38ccc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"There is no negative effect if you can’t discard when it phases out. You still get to draw a card when it phases in."}],"rarities":["rare"]},"teferi's protection":{"name":"Teferi's Protection","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until your next turn, your life total can't change and you gain protection from everything. All permanents you control phase out. (While they're phased out, they're treated as though they don't exist. They phase in before you untap during your untap step.)\nExile Teferi's Protection.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantGainLife","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[{"type":"AddStaticMode","mode":"CantGainLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null},{"mode":"CantLoseLife","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[{"type":"AddStaticMode","mode":"CantLoseLife"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Controller"},"modifications":[{"type":"AddKeyword","keyword":{"Protection":"Everything"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain protection from everything"}],"duration":"UntilEndOfTurn","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PhaseOut","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":"Until your next turn, your life total can't change and you gain protection from everything. All permanents you control phase out.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0d4ecdb1-ec90-497f-a7a4-1c68092b8757","metadata":{"source_printing_ids":["1802943c-07cc-48bb-a861-f18cb5f2b0ae","2271862c-b1df-45f8-bb19-ae4b8ab0739e","28e21c8c-5ad1-4830-8621-f0fd6500ca79","483fa1cb-1e35-44f2-a143-98c0f107f5ca","77f130c7-0138-4a1a-9f67-62d2c302dc48","a7f56fbb-c88a-4d10-a6c1-fef72403c4b9","aab08707-1599-4b3f-9be1-363dfe4ecdbe","aac6ecc6-e5d7-40a3-b689-f4ed2d5c78cf","b7210c3a-bbd3-4f3a-933b-a5618a4f7a52","c54d5ea1-0cc9-4e84-b712-642d55915dae","e59f4627-58ab-45c8-b31b-eaa52dad33fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","C17","J18","MAR","PLST","PRM","PZ2","SLD","STA","TLE"],"rulings":[{"date":"2017-08-25","text":"---------- The following rulings focus on the \"protection from\" keyword ----------"},{"date":"2017-08-25","text":"---------- The following rulings focus on the phasing keyword ----------"},{"date":"2017-08-25","text":"---------- The following rulings focus on what it means if your life total can't change ----------"},{"date":"2017-08-25","text":"A permanent phasing out causes a spell or ability on the stack to have an illegal target if it targets that permanent. As a spell or ability tries to resolve, if all its targets are illegal, that spell or ability doesn't resolve and none of its effects happen, including effects unrelated to the target. If at least one target is still legal, the spell or ability does as much as it can to the remaining legal targets, and its other effects still happen."},{"date":"2017-08-25","text":"Any continuous effects with a \"for as long as\" duration such as that of Mathas, Fiend Seeker ignore phased-out objects. Any such effects will expire if their conditions are no longer met after ignoring the phased-out objects."},{"date":"2017-08-25","text":"Any creatures that phase in under your control as your next untap step begins will be able to attack and pay a cost of {T} during that turn."},{"date":"2017-08-25","text":"Any one-shot effects that are waiting \"until [this] leaves the battlefield,\" such as that of Banishing Light, won't happen when a permanent phases out."},{"date":"2017-08-25","text":"Choices made for permanents as they entered the battlefield are remembered when they phase in."},{"date":"2017-08-25","text":"Each Aura and Equipment that phases out attached to a permanent that's phasing out phases in with that permanent and still attached to it."},{"date":"2017-08-25","text":"Each Aura and Equipment you control attached to a permanent that isn't phasing out phases in attached to that permanent if it can still be attached to that permanent. If not, it phases in unattached. An Aura that phases in unattached will be put into its owner's graveyard as a state-based action. The same is true with Auras attached to players."},{"date":"2017-08-25","text":"Effects that replace an event with having you gain life (like Words of Worship's effect does) or having you lose life will apply and end up replacing the event with nothing."},{"date":"2017-08-25","text":"Effects that would replace having you gain life with some other event won't be able to be applied because it's impossible for you to gain life. The same is true for effects that would replace having you lose life with some other event."},{"date":"2017-08-25","text":"Gaining protection from everything causes a spell or ability on the stack to have an illegal target if it targets you. As a spell or ability tries to resolve, if all its targets are illegal, that spell or ability doesn't resolve and none of its effects happen, including effects unrelated to the target. If at least one target is still legal, the spell or ability does as much as it can to the remaining legal targets, and its other effects still happen."},{"date":"2017-08-25","text":"If a cost includes causing you to gain life (like the alternative cost of an opponent's Invigorate does), that cost can't be paid."},{"date":"2017-08-25","text":"If a player has protection from everything, it means three things: 1) All damage that would be dealt to that player is prevented. 2) Auras can't be attached to that player. 3) That player can't be the target of spells or abilities."},{"date":"2017-08-25","text":"If a token is phased out, it will phase in as your next untap step begins. This is a change from previous rules."},{"date":"2017-08-25","text":"If an effect would cause you to exchange life totals with another player, the exchange won't happen. Neither player's life total changes."},{"date":"2017-08-25","text":"If an effect would set your life total to a certain number that's different than your current life total, that part of the effect won't do anything."},{"date":"2017-08-25","text":"If you gain control of another player's permanent and it phases out, if the duration of the control-change effect expires before it phases in, that permanent phases in under that other player's control as your next untap step begins. If you leave the game before your next untap step, it phases in as the next untap step begins after your turn would have begun."},{"date":"2017-08-25","text":"If your untap step is somehow skipped as your next turn begins, your phased-out permanents won't phase in until the next untap step you actually have, but you'll no longer have protection from everything and your life total can change again."},{"date":"2017-08-25","text":"Nothing other than the specified events are prevented or illegal. An effect that doesn't target you could still cause you to discard cards, for example. Creatures can still attack you while you have protection from everything, although combat damage that they would deal to you will be prevented."},{"date":"2017-08-25","text":"Permanents that phase out with counters phase in with those counters."},{"date":"2017-08-25","text":"Phasing out doesn't cause any \"leaves the battlefield\" abilities to trigger. Similarly, phasing in won't cause any \"enters the battlefield\" abilities to trigger."},{"date":"2017-08-25","text":"Protection from everything will usually prevent damage if it would be dealt to you, but some damage can't be prevented. In this case, because your life total also can't change, that damage has any other effects that it may have aside from causing you to lose that much life (such as effects from lifelink or infect) and triggers and effects can see that damage was dealt even though your life total didn't change."},{"date":"2017-08-25","text":"Spells and abilities that would normally cause you to gain or lose life still resolve while your life total can't change, but the life-gain or life-loss part simply has no effect."},{"date":"2017-08-25","text":"While a permanent is phased out, it's treated as though it doesn't exist. It can't be the target of spells or abilities, its static abilities have no effect on the game, its triggered abilities can't trigger, it can't attack or block, and so on."},{"date":"2017-08-25","text":"You can't pay a cost that includes the payment of any amount of life other than 0 life."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"teferi's puzzle box":{"name":"Teferi's Puzzle Box","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each player's draw step, that player puts the cards in their hand on the bottom of their library in any order, then draws that many cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ScopedPlayer"},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Draw","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each player's draw step, that player puts the cards in their hand on the bottom of their library in any order, then draws that many cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"37abcc92-9466-47ea-9e0b-5eda2eb62c8e","metadata":{"source_printing_ids":["1377dab4-b814-46cc-a097-24a3cf8d0f8f","178da82b-161e-47f8-9458-a24926c33e66","1888b0f5-2c18-4a00-9a94-aaf7108f3c85","415e81e9-ca65-4bc0-8aab-d905d58fe6cc","5a784cae-4c1e-4813-8d13-3c435698f446","6a7c98eb-3b75-43c3-843c-25fb93c1b8af","79f536f5-0e91-4c78-bba4-036bfa877040","7e5463b9-2088-4ecb-acc3-c00ef54648af","a2257f28-0d42-4e83-a389-25efa1dc257b","b5fb88b2-5dc6-43de-8a38-1f8982ed395a","bc5caf27-e426-420b-895d-a359e6021993"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["6ED","7ED","8ED","9ED","J22","PLST","SLD","VIS"],"rulings":[{"date":"2004-10-04","text":"If you have more than one of these, each effect triggers separately."},{"date":"2004-10-04","text":"You do your normal draw before this ability is put on the stack."}],"rarities":["rare"]},"teferi's response":{"name":"Teferi's Response","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell or ability an opponent controls that targets a land you control. If a permanent's ability is countered this way, destroy that permanent.\nDraw two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"Or","filters":[{"type":"StackSpell"},{"type":"StackAbility"}]},"source_rider":{"type":"Destroy"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell or ability an opponent controls that targets a land you control. If a permanent's ability is countered this way, destroy that permanent.\nDraw two cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b2faa8b6-e433-4171-9774-9170484530c4","metadata":{"source_printing_ids":["9b9af958-19e1-40a3-a06d-cf0c87655f07","ae058377-bf24-47a3-bb03-a98b5e0eabc3","ca603260-6bda-436b-b6d3-792cf4a9a13d","f3bb2df8-c559-4a34-83b0-d48fbc694cc8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["INV","WC01","WC02"],"rulings":[{"date":"2006-01-01","text":"If none of the targeted spell’s targets is a land when Teferi’s Response would resolve, Teferi’s Response doesn’t resolve due to having no legal targets."},{"date":"2006-01-01","text":"Remember that a spell only targets something if it is an Aura or uses the phrase “target” in its text."}],"rarities":["rare"]},"teferi, temporal archmage":{"name":"Teferi, Temporal Archmage","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Teferi"]},"power":null,"toughness":null,"loyalty":"5","defense":null,"oracle_text":"[+1]: Look at the top two cards of your library. Put one of them into your hand and the other on the bottom of your library.\n[−1]: Untap up to four target permanents.\n[−10]: You get an emblem with \"You may activate loyalty abilities of planeswalkers you control on any player's turn any time you could cast an instant.\"\nTeferi, Temporal Archmage can be your commander.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":2},"destination":"Hand","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Look at the top two cards of your library. Put one of them into your hand and the other on the bottom of your library.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Loyalty","amount":-1},"sub_ability":null,"duration":null,"description":"[−1]: Untap up to four target permanents.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":4}},"forward_result":false},{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[{"mode":"EmblemStatic","affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may activate loyalty abilities of planeswalkers you control on any player's turn any time you could cast an instant"}],"triggers":[]},"cost":{"type":"Loyalty","amount":-10},"sub_ability":null,"duration":null,"description":"[−10]: You get an emblem with \"You may activate loyalty abilities of planeswalkers you control on any player's turn any time you could cast an instant.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"07d0b06b-80cb-4518-92c9-84ea87a7e08a","brawl_commander":true,"is_commander":true,"is_oathbreaker":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Optional_YouMay","description":"[+1]: Look at the top two cards of your library. Put one of them into your hand and the other on the bottom of your library.\n[−1]: Untap u","line_index":0}],"metadata":{"source_printing_ids":["368c6e60-804c-447c-bc2b-ac9dc4cab5e7","4fe504bb-7e53-409d-b5b0-f252a3ed5445","80eec0bd-9eb4-4360-b97b-9c7985a63343","ba86947e-5d7c-4cf1-9d33-98b289d56108"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","CMM","OC14","PLST","PZ1"],"rulings":[{"date":"2014-11-07","text":"If you control Teferi’s emblem, the rule that says you can activate a loyalty ability only if none of that permanent’s loyalty abilities have been activated that turn still applies. In other words, you could activate a planeswalker’s loyalty ability once on your turn and once on each of your opponents’ turns."},{"date":"2014-11-07","text":"If you control The Chain Veil (from the Magic 2015 core set) and its activated ability has resolved, and you also control Teferi’s emblem, for each planeswalker you control, you can activate one of its loyalty abilities during that turn any time you could cast an instant, and then you may activate a loyalty ability again that turn (choosing the same loyalty ability or a different one) any time you could cast an instant."}],"rarities":["rare","mythic"]},"teferi, time raveler":{"name":"Teferi, Time Raveler","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Teferi"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"Each opponent can cast spells only any time they could cast a sorcery.\n[+1]: Until your next turn, you may cast sorcery spells as though they had flash.\n[−3]: Return up to one target artifact, creature, or enchantment to its owner's hand. Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Any"},"modifications":[{"type":"GrantStaticAbility","definition":{"mode":{"CastWithKeyword":{"keyword":"Flash"}},"affected":{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"Controller"}},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":"[+1]: Until your next turn, you may cast sorcery spells as though they had flash.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"destination":null},"cost":{"type":"Loyalty","amount":-3},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−3]: Return up to one target artifact, creature, or enchantment to its owner's hand. Draw a card.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"CantCastDuring":{"who":"Opponents","when":"NotSorcerySpeed"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each opponent can cast spells only any time they could cast a sorcery."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"ae7604bb-4818-45a3-960c-cf3d83f15964","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["066cee3d-1bc9-43bb-a1e5-70256875eb9b","1e155fa4-896a-4ba6-939e-03c7877ac47e","5a47d968-bba0-4277-b5d7-eb9e1acd7953","5cb76266-ae50-4bbc-8f96-d98f309b02d3","662fe50f-d75c-422c-8c6c-1f9b5c4ba21f","6e2b2e55-21a3-4f71-a14b-d3d1b137d18c","f7eb4cc4-b79a-4ac8-ba33-ceeb55012022"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"banned","timeless":"legal","vintage":"legal"},"printings":["BLC","MB2","PRM","PWAR","RVR","SLD","WAR"],"rulings":[{"date":"2024-01-12","text":"If an effect allows opponents to cast a spell as though it had flash (for example, if your opponent also controls a Teferi, Time Raveler and activates his +1 loyalty ability), the restriction of Teferi's first ability takes precedence over that permission."},{"date":"2024-01-12","text":"You may activate Teferi's last ability without choosing any target. You'll just draw a card. However, if you do choose a target and the target permanent is an illegal target by the time Teferi's last ability tries to resolve, the ability doesn't resolve. You don't draw a card."}],"rarities":["rare","mythic"]},"tekuthal, inquiry dominus":{"name":"Tekuthal, Inquiry Dominus","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Horror"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nIf you would proliferate, proliferate twice instead.\n{1}{U/P}{U/P}, Remove three counters from among other artifacts, creatures, and planeswalkers you control: Put an indestructible counter on Tekuthal. ({U/P} can be paid with either {U} or 2 life.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"indestructible","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["PhyrexianBlue","PhyrexianBlue"],"generic":1}},{"type":"RemoveCounter","count":3,"counter_type":{"type":"Any"},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[{"type":"Another"}]}]},"selection":"AmongObjects"}]},"sub_ability":null,"duration":null,"description":"{1}{U/P}{U/P}, Remove three counters from among other artifacts, creatures, and planeswalkers you control: Put an indestructible counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Proliferate","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would proliferate, proliferate twice instead.","condition":null,"valid_player":"You"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4716ab91-30e6-4c63-8389-a9db8f9414d8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0a9b1f69-baf8-4e36-8612-d4fc486a5568","29c17f88-440b-443a-bca7-6f4e8587cffb","2d389264-e2d2-4589-9636-faa11fe46710","6915aa9f-f8c7-415d-b265-6d40fa7cd0fe","f1d4b157-2c77-4355-8c65-78dec9d44c85"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC","ONE","PONE"],"rulings":[{"date":"2023-02-04","text":"An ability that triggers \"Whenever you proliferate\" triggers even if you chose no permanents or players while doing so."},{"date":"2023-02-04","text":"If a permanent ever has both +1/+1 counters and -1/-1 counters on it at the same time, they're removed in pairs as a state-based action so that the permanent has only one of those kinds of counters on it."},{"date":"2023-02-04","text":"If a player or permanent has more than one kind of counter on it, and you choose for it to get additional counters, it must get one of each kind of counter it already has. You can't have it get just one kind of counter it already has and not the others."},{"date":"2023-02-04","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2023-02-04","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2023-02-04","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["mythic"]},"telepathy":{"name":"Telepathy","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Your opponents play with their hands revealed.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"RevealHand":{"who":"Opponents"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your opponents play with their hands revealed."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d2e647ac-717f-46e6-baa8-6a793e7bdc32","metadata":{"source_printing_ids":["00b65a4b-d0d9-4439-96f9-0e0dd532c824","158b0bb5-04c0-41aa-ac39-43bb0f274fd7","42eeef0a-599d-455b-b482-83426f5fdc67","51729f36-0a0c-47fb-a3bf-22afc78df7a4","5e8ca1b6-f022-4172-942c-9be4d619c675","b01096c4-6722-40cd-a4dc-742243a346bb","b900c68f-4e10-459b-b28f-fea9a32e563b","bf72bddf-9006-4320-ab5f-6b3e5439d21c","ce03b4b4-612b-4fc9-b063-b0d367712eaf"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","7ED","8ED","9ED","M10","USG"],"rarities":["uncommon"]},"tempest hawk":{"name":"Tempest Hawk","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bird"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, you may search your library for a card named Tempest Hawk, reveal it, put it into your hand, then shuffle.\nA deck can have any number of cards named Tempest Hawk.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Named","name":"tempest hawk"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may search your library for a card named Tempest Hawk, reveal it, put it into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"7423b3b9-56eb-4cf2-8ada-135918219c4b","deck_copy_limit":{"type":"Unlimited"},"metadata":{"source_printing_ids":["422f9453-ab12-4e3c-8c51-be87391395a1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TDM"],"rarities":["common"]},"temple altisaur":{"name":"Temple Altisaur","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"If a source would deal damage to another Dinosaur you control, prevent all but 1 of that damage.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":"You","properties":[{"type":"Another"}]},"description":"If a source would deal damage to another Dinosaur you control, prevent all but 1 of that damage.","condition":null,"shield_kind":{"Prevention":{"amount":{"AllBut":1}}}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1f499d39-b963-45c0-9604-d3cab98c9e05","metadata":{"source_printing_ids":["83c1ba83-c394-4ff1-b2ba-56907403162a","fa8f8d61-51d6-479b-a812-6cbacc7ea1fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["LCC","PRIX","RIX"],"rulings":[{"date":"2018-01-19","text":"Combat damage can be assigned to other Dinosaurs you control as normal, but most of that damage will be prevented. For example, if a 3/3 Dinosaur you control blocks a 5/5 creature with trample, the attacking player may assign 2 of that creature's combat damage to the player or planeswalker it's attacking and Temple Altisaur will prevent 2 of the 3 damage assigned to the defending Dinosaur."},{"date":"2018-01-19","text":"If multiple replacement and/or prevention effects could apply to a Dinosaur you control, you choose the order in which to apply those effects. For example, if another effect will prevent 1 damage that would be dealt to a Dinosaur, you may apply Temple Altisaur's effect to prevent all but 1 of that damage and then apply the other effect to prevent that 1 damage."},{"date":"2018-01-19","text":"If multiple sources would deal damage to another Dinosaur you control, all but 1 damage from each of those sources is prevented."},{"date":"2018-01-19","text":"The effects of two Temple Altisaurs won't reduce the damage from one source below 1 damage."}],"rarities":["rare"]},"temple of atropos":{"name":"Temple of Atropos","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Time"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of each of your postcombat main phases, there is an additional beginning phase after this phase. (The beginning phase includes the untap, upkeep, and draw steps.)\nWhen chaos ensues, reverse the game's turn order. Then planeswalk. (For example, if play had proceeded clockwise around the table, it now goes counterclockwise.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"Untap","after":"PostCombatMain","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"PostCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each of your postcombat main phases, there is an additional beginning phase after this phase.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"ReverseTurnOrder"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Planeswalk"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When chaos ensues, reverse the game's turn order. Then planeswalk.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9c925057-ac3d-461e-b505-f80e2fd38c8c","metadata":{"source_printing_ids":["75481e04-ab27-4fdd-b789-4a53ffc92430"]},"legalities":{},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"After the additional beginning phase, the game proceeds to the ending phase (unless something has added even more phases; see below)."},{"date":"2023-10-13","text":"Even if you don't attack with any creatures during combat, you'll still get a postcombat main phase and Temple of Atropos's ability will still trigger."},{"date":"2023-10-13","text":"If multiple phases are added to the same point in your turn, the most recently created phase happens first. For example, say the current plane is Temple of Atropos and its ability triggers during your postcombat main phase. Later during that same main phase, another effect gives you an additional combat phase after this main phase. The additional combat will happen first, followed by the additional beginning phase."},{"date":"2023-10-13","text":"If the game's turn order is reversed again, it will return to the default order used at the beginning of the game."},{"date":"2023-10-13","text":"If the turn order is reversed during a two-player game, or during a multiplayer game that only has two players left, it has no noticeable effect on the game."},{"date":"2023-10-13","text":"If the turn order is reversed during an extra turn, the next non-extra turn will be taken by the next player in turn order from the last player who took a non-extra turn. The order of any pending extra turns isn't affected."},{"date":"2023-10-13","text":"If you somehow have more than two main phases in a turn, each main phase other than the first one is a postcombat main phase, and Temple of Atropos's ability triggers at the beginning of each of them."},{"date":"2023-10-13","text":"Reversing the turn order has no effect on the order of steps and phases in each turn. Those steps and phases still happen normally (along with the additional beginning phase)."},{"date":"2023-10-13","text":"The additional beginning phase all happens during the current turn. Any effects that last \"until your next turn\" or similar won't expire just because you'll go through an additional beginning phase."},{"date":"2023-10-13","text":"The additional beginning phase will be a lot like your normal beginning phase. During the untap step, permanents will phase in or out as appropriate and you'll untap your tapped permanents. Anything that triggers \"at the beginning of your upkeep\" or similar will trigger during the upkeep step, and you'll eventually draw a card for your draw step."},{"date":"2023-10-13","text":"The effect of the chaos ability reverses the turn order for players established at the beginning of the game. While the order is reversed, anything that cares about this order (such as determining in what order choices are made) will use the new order."}],"rarities":["common"]},"temple of civilization":{"name":"Temple of Civilization","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Transforms from Ojer Taq, Deepest Foundation.)\n{T}: Add {W}.\n{2}{W}, {T}: Transform this land. Activate only if you attacked with three or more creatures this turn and only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}{W}, {T}: Transform ~. Activate only if you attacked with three or more creatures this turn and only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"RequiresCondition","data":{"condition":{"type":"YouAttackedWithAtLeast","count":3}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"486bb9a5-73f1-4cec-b097-fb07ac80b72e","metadata":{"source_printing_ids":["1ca79dd4-67fc-496c-96fc-489b039c4932","e87dff94-71ed-469e-a10e-3ddfbd4a8bec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rarities":["mythic"]},"temple of the dead":{"name":"Temple of the Dead","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Transforms from Aclazotz, Deepest Betrayal.)\n{T}: Add {B}.\n{2}{B}, {T}: Transform this land. Activate only if a player has one or fewer cards in hand and only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}{B}, {T}: Transform ~. Activate only if a player has one or fewer cards in hand and only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"RequiresCondition","data":{"condition":null}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fcdfe9d5-2743-4d3e-ab57-bf0f96beaa15","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"(Transforms from Aclazotz, Deepest Betrayal.)\n{T}: Add {B}.\n{2}{B}, {T}: Transform this land. Activate only if a player has one or fewer car","line_index":0}],"metadata":{"related_token_ids":["3e43a418-8c17-5ed2-b92b-42dbe4c96b4b"],"source_printing_ids":["627c392c-4d18-4eb2-a4e8-c668f61f5487","95775b13-2761-424e-9828-2275ec987368"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rarities":["mythic"]},"temporal intervention":{"name":"Temporal Intervention","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Void — This spell costs {2} less to cast if a nonland permanent left the battlefield this turn or a spell was warped this turn.\nTarget opponent reveals their hand. You choose a nonland card from it. That player discards that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"card_filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DiscardCard","count":1,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target opponent reveals their hand. You choose a nonland card from it. That player discards that card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},{"type":"SpellCastWithVariantThisTurn","variant":"Warp"}]},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"Void — This spell costs {2} less to cast if a nonland permanent left the battlefield this turn or a spell was warped this turn."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5e8a2416-e311-41ac-a3cd-be1c2441d542","metadata":{"source_printing_ids":["79f9525a-4cb7-411e-b7b5-2113e93bcbc3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you’re paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["common"]},"tempt with bunnies":{"name":"Tempt with Bunnies","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tempting Offer — Draw a card and create a 1/1 white Rabbit creature token. Then each opponent may draw a card and create a 1/1 white Rabbit creature token. For each opponent who does, you draw a card and you create a 1/1 white Rabbit creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Rabbit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Rabbit"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Rabbit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Rabbit"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Rabbit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Rabbit"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"PerformedActionThisWay","relation":{"type":"Opponent"},"action":"AcceptedOptionalEffect"}}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Tempting Offer — Draw a card and create a 1/1 white Rabbit creature token. Then each opponent may draw a card and create a 1/1 white Rabbit creature token. For each opponent who does, you draw a card and you create a 1/1 white Rabbit creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"6874be51-623d-4eaf-a67a-2fcbb9a8ceca","metadata":{"related_token_ids":["9a2bfa2b-416f-59d3-b8ae-10bc73d26c4f"],"source_printing_ids":["90cc0369-dc9b-4e75-8e3c-ec0783fa13a9","d5380a89-c854-4170-8881-8f351a03b3cd"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC"],"rulings":[{"date":"2024-07-26","text":"After each opponent has decided, the effect happens simultaneously for each one who accepted the offer. Then the effect happens again for you a number of times equal to the number of opponents who accepted."},{"date":"2024-07-26","text":"Your opponents decide in turn order whether or not they accept the offer, starting with the next opponent in turn order. Each opponent will know the decisions of previous opponents in turn order when making their decision."}],"rarities":["rare"]},"tempt with discovery":{"name":"Tempt with Discovery","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tempting offer — Search your library for a land card and put it onto the battlefield. Each opponent may search their library for a land card and put it onto the battlefield. For each opponent who searches a library this way, search your library for a land card and put it onto the battlefield. Then each player who searched a library this way shuffles.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"PerformedActionThisWay","relation":{"type":"Opponent"},"action":"SearchedLibrary"}}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Tempting offer — Search your library for a land card and put it onto the battlefield. Each opponent may search their library for a land card and put it onto the battlefield. For each opponent who searches a library this way, search your library for a land card and put it onto the battlefield. Then each player who searched a library this way shuffles.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4baa6145-216e-476b-b178-aaaa1e633701","metadata":{"source_printing_ids":["580bbd5b-795e-41fe-b061-579c42218670","6e70c0e8-afe0-4fcb-bda9-2d0d5ec4f2ee","787ac088-2b9a-4449-80b4-7de4a6812250","79248b68-4fab-46da-ab15-5c71c1f68d4b","dab9c403-8738-4593-be07-ea9bcb8faa92"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC","C13","C16","C19","LTC","PLST"],"rulings":[{"date":"2013-10-17","text":"After each opponent has decided, the effect happens simultaneously for each one who accepted the offer. Then, the effect happens again for you a number of times equal to the number of opponents who accepted."},{"date":"2013-10-17","text":"Your opponents decide in turn order whether or not they accept the offer, starting with the opponent on your left. Each opponent will know the decisions of previous opponents in turn order when making their decision."}],"rarities":["uncommon","rare"]},"temur sabertooth":{"name":"Temur Sabertooth","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{1}{G}: You may return another creature you control to its owner's hand. If you do, this creature gains indestructible until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"destination":null,"selection":"at_resolution"},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}{G}: You may return another creature you control to its owner's hand. If you do, ~ gains indestructible until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8bf8e846-9d10-4dbc-a379-df37bb9fb6d4","metadata":{"source_printing_ids":["2bf59e8d-0746-440d-878f-d6f6f74610d8","5d54da7c-8828-4d34-bfd0-a654692d3f5a","a5314aa1-77e5-4946-bb9c-8a14777e4795","c3a5a175-e963-42cc-a0ba-d8914bb93c00","cd1a7802-92bd-401d-a1a6-705c398359bb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["C17","FRF","NCC","PL22","PLST","SLD"],"rulings":[{"date":"2014-11-24","text":"You choose whether to return a creature and which creature to return as the activated ability resolves. This doesn't target any creature."}],"rarities":["uncommon","rare"]},"tergrid's lantern":{"name":"Tergrid's Lantern","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Target player loses 3 life unless they sacrifice a nonland permanent of their choice or discard a card.\n{3}{B}: Untap Tergrid's Lantern.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"Player"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Target player loses 3 life unless they sacrifice a nonland permanent of their choice or discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"OneOf","costs":[{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"count":1},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"payer":{"type":"Player"}},"forward_result":false},{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{B}: Untap ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8485cfaa-1dbf-432b-b5d0-92a6aa6a329b","metadata":{"source_printing_ids":["14dc88ee-bba9-4625-af0d-89f3762a0ead","9ff4efdf-c0bb-443a-a100-2f3850571e91"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM"],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"tergrid's shadow":{"name":"Tergrid's Shadow","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each player sacrifices two creatures.\nForetell {2}{B}{B} (During your turn, you may pay {2} and exile this card from your hand face down. Cast it on a later turn for its foretell cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Foretell":{"type":"Cost","shards":["Black","Black"],"generic":2}}],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":"Each player sacrifices two creatures.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"692260bb-e01c-4550-832a-9611856a6ff0","metadata":{"source_printing_ids":["417f71d2-d7da-4279-8847-d27c67e9ea9d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["KHM"],"rulings":[{"date":"2021-02-05","text":"As Tergrid's Shadow resolves, first the player whose turn it is chooses two creatures they control, then each other player in turn order does the same, knowing the choices made before them. Then all the chosen creatures are sacrificed at the same time."},{"date":"2021-02-05","text":"Because exiling a card with foretell from your hand is a special action, you can do so any time you have priority during your turn, including in response to spells and abilities. Once you announce you're taking the action, no other player can respond by trying to remove the card from your hand."},{"date":"2021-02-05","text":"Casting a foretold card from exile follows the timing rules for that card. If you foretell an instant card, you can cast it as soon as the next player's turn. In most cases, if you foretell a card that isn't an instant (or doesn't have flash), you'll have to wait until your next turn to cast it."},{"date":"2021-02-05","text":"If a player controls two or fewer creatures, that player sacrifices each creature they control."},{"date":"2021-02-05","text":"If you're casting a foretold card from exile for its foretell cost, you can't choose to cast it for any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, those must be paid to cast the spell."}],"rarities":["uncommon"]},"tergrid, god of fright":{"name":"Tergrid, God of Fright","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever an opponent sacrifices a nontoken permanent or discards a permanent card, you may put that card from a graveyard onto the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"Opponent","properties":[{"type":"NonToken"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent sacrifices a nontoken permanent, you may put that card from a graveyard onto the battlefield under your control.","constraint":null,"condition":null,"batched":false},{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a permanent card, you may put that card from a graveyard onto the battlefield under your control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8485cfaa-1dbf-432b-b5d0-92a6aa6a329b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["14dc88ee-bba9-4625-af0d-89f3762a0ead","9ff4efdf-c0bb-443a-a100-2f3850571e91"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM"],"rulings":[{"date":"2021-02-05","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2021-02-05","text":"A permanent card is an artifact, creature, enchantment, land, or planeswalker card."},{"date":"2021-02-05","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2021-02-05","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2021-02-05","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2021-02-05","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2021-02-05","text":"If an opponent sacrifices a nontoken permanent or discards a permanent card as part of paying the cost of a spell or ability, Tergrid's ability will trigger and goes on the stack on top of that spell or ability. Tergrid's ability will resolve before that spell or ability."},{"date":"2021-02-05","text":"If an opponent sacrifices a nontoken permanent, it doesn't matter which graveyard it goes to. Tergrid's ability will trigger."},{"date":"2021-02-05","text":"If the card leaves the graveyard before Tergrid's ability resolves, you can't put it onto the battlefield, even if it returns to the graveyard before the ability resolves."},{"date":"2021-02-05","text":"If you put an Aura onto the battlefield using Tergrid's ability, you choose what the Aura will enchant just before it enters the battlefield. An Aura put onto the battlefield this way doesn't target the player or permanent it will enchant, so permanents or players with hexproof may be chosen; however, the chosen recipient must be able to legally be enchanted by the Aura, so a player or permanent with protection from one of the Aura's qualities can't be chosen this way. If there's nothing legal for the Aura to enchant, it stays in the graveyard."},{"date":"2021-02-05","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2021-02-05","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2021-02-05","text":"The player targeted by the first ability of Tergrid's Lantern can choose to lose 3 life even if they have nonland permanents to sacrifice or cards to discard. They can't choose to sacrifice a nonland permanent if they don't control any, nor can they choose to discard a card if they have none in hand."},{"date":"2021-02-05","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2021-02-05","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."}],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"terra, herald of hope":{"name":"Terra, Herald of Hope","mana_cost":{"type":"Cost","shards":["Red","White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Trance — At the beginning of combat on your turn, mill two cards. Terra gains flying until end of turn.\nWhenever Terra deals combat damage to a player, you may pay {2}. When you do, return target creature card with power 3 or less from your graveyard to the battlefield tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain flying"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, mill two cards. ~ gains flying until end of turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"WhenYouDo"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may pay {2}. When you do, return target creature card with power 3 or less from your graveyard to the battlefield tapped.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Red","White"],"color_identity":["Black","Red","White"],"scryfall_oracle_id":"25d40d28-1b46-4055-959a-45719040ed30","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4f36f28b-b9c9-42a2-a2e5-d1b532e482a3","5aa1a2d7-6133-41a9-9662-9008d1309935","901bd4dc-ebd3-40af-9fb0-57a8719329a4","bb077546-d0f6-4b74-bc59-3c6a50fbc4f2","e0946131-2cda-4850-912e-cb8a8124685b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["FIC"],"rulings":[{"date":"2025-06-06","text":"You don't choose a target for Terra's last ability at the time it triggers. Rather, a second \"reflexive\" ability triggers when you pay {2} this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["mythic"]},"terra, magical adept":{"name":"Terra, Magical Adept","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Terra enters, mill five cards. Put up to one enchantment card milled this way into your hand.\nTrance — {4}{R}{G}, {T}: Exile Terra, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Red","Green"],"generic":4}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Trance — {4}{R}{G}, {T}: Exile ~, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":5},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, mill five cards. Put up to one enchantment card milled this way into your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"54ca5904-9099-497a-9684-101656025487","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["0502c627-9f63-5b1e-b7ba-1809eefc0580"],"source_printing_ids":["0cf789e7-045c-4ad1-abc3-23eabda54f02","fbd447aa-588d-4c4d-925e-a7d3bdf6a65c","fe0aa7d7-73e7-4c8c-92b5-b923817ce461"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"A nonmodal double-faced card enters with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2025-06-06","text":"A token that is created as a copy of a double-faced permanent or a double-faced card in another zone is a double-faced token. It will have both the front face and back face of whatever object it's copying. If it's copying a double-faced permanent whose back face is up, the token will enter with its back face up. It can transform if instructed to do so."},{"date":"2025-06-06","text":"Each face of a nonmodal double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a nonmodal double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2025-06-06","text":"Each nonmodal double-faced card in this release is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2025-06-06","text":"Esper Terra's fourth chapter ability isn't a mana ability. It uses the stack and can be responded to."},{"date":"2025-06-06","text":"If the copied enchantment has {X} in its mana cost, X is 0."},{"date":"2025-06-06","text":"If the copied enchantment is a token, the new token that's created copies the original characteristics of that token as stated by the effect that created the token."},{"date":"2025-06-06","text":"If the copied enchantment is copying something else, then the token enters as whatever that enchantment copied."},{"date":"2025-06-06","text":"If the enchantment copied by the token had any \"when [this permanent] enters\" abilities, the token also has those abilities, and they'll trigger when it's created. Similarly, any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities that the token has copied will also work."},{"date":"2025-06-06","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Crystal Fragments, it will be exiled during the resolution of its second ability and remain in exile."},{"date":"2025-06-06","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Cecil, Dark Knight's color identity is black and white, since its front face is black and its back face has a white color indicator."},{"date":"2025-06-06","text":"The back face of a nonmodal double-faced card usually has a color indicator that defines its color."},{"date":"2025-06-06","text":"The mana value of a nonmodal double-faced card is the mana value of its front face, no matter which face is up."},{"date":"2025-06-06","text":"The token copies exactly what was printed on the original enchantment (unless that enchantment is copying something else or is a token; see below). It doesn't copy whether that enchantment is tapped or untapped, whether it has any counters on it or any Auras or Equipment attached to it, or any non-copy effects that have changed its types, color, power and toughness, and so on."}],"rarities":["mythic"]},"terramorph":{"name":"Terramorph","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Search your library for a basic land card, put it onto the battlefield, then shuffle.\nRebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)","non_ability_text":null,"flavor_name":null,"keywords":["Rebound"],"abilities":[{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Search your library for a basic land card, put it onto the battlefield, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"17a34f8d-a80f-4331-8be5-06cbb9d10d7b","metadata":{"source_printing_ids":["1389d46e-956d-4be6-a519-9c8338007715","28b08596-f6c7-4366-a4ed-21a11fbc901a","47c7b2ac-1263-402a-b2a0-bc31f61e66b5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","MH2","MSC"],"rulings":[{"date":"2021-06-18","text":"Casting the card again due to rebound's delayed triggered ability is optional. If you choose not to cast the card, or if you can't because an effect prohibits it, the card will stay exiled. You won't get another chance to cast it on a future turn. If you do cast the card, it's put into its owner's graveyard as normal once it resolves."},{"date":"2021-06-18","text":"If a spell with rebound that you cast from your hand doesn't resolve for any reason, including being countered, that spell won't resolve and none of its effects will happen, including rebound. The spell will be put into its owner's graveyard and you won't get to cast it again on your next turn."}],"rarities":["uncommon"]},"terrific team-up":{"name":"Terrific Team-Up","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {2} less to cast if you control a permanent with mana value 4 or greater.\nOne or two target creatures you control each get +1/+0 until end of turn. They each deal damage equal to their power to target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"EachTarget"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"One or two target creatures you control each get +1/+0 until end of turn. They each deal damage equal to their power to target creature an opponent controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"IsPresent","filter":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Cmc","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"InZone","zone":"Battlefield"}]}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast if you control a permanent with mana value 4 or greater."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"431c5b04-7387-4724-adfa-d1eb7874e79e","metadata":{"source_printing_ids":["0af974cd-f987-4cb8-85d5-77a4bd894d7b","378f0a20-61cf-4947-8816-8a065dc44275","f3c587b0-66b9-46bf-90ee-a6163c006c9e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC","OM1","SPM"],"rulings":[{"date":"2025-09-19","text":"If a permanent on the battlefield has {X} in its mana cost, X is 0 when determining its mana value."}],"rarities":["uncommon"]},"terror of the peaks":{"name":"Terror of the Peaks","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nSpells your opponents cast that target this creature cost an additional 3 life to cast.\nWhenever another creature you control enters, this creature deals damage equal to that creature's power to any target.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Demonstrative"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, ~ deals damage equal to that creature's power to any target.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ImposeAdditionalCost":{"cost":{"type":"PayLife","amount":{"type":"Fixed","value":3}},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Targets","filter":{"type":"SelfRef"}}]},"action":"Cast"}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells your opponents cast that target ~ cost an additional 3 life to cast."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f8e17f4f-080d-4bba-bd05-ca27e94ccecc","metadata":{"source_printing_ids":["2febfa1b-5a5e-411a-a7aa-f2ca6ee66f51","432ecd5f-966f-4403-a973-51e175a524a0","904ff94a-4db4-44a6-8593-89c32905b3fc","ac35ea21-fef4-4000-9b22-c8d07420827b","cd20aae9-9de0-498b-8325-f8e8290d56e3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["M21","OTJ","PM21","POTJ","PRM","PSPL","SLD"],"rulings":[{"date":"2020-06-23","text":"The amount of damage Terror of the Peaks deals is the entering creature's power as the triggered ability resolves. If that creature leaves the battlefield before the ability resolves, use its power as it last existed on the battlefield."}],"rarities":["mythic"]},"tersa lightshatter":{"name":"Tersa Lightshatter","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Orc","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen Tersa Lightshatter enters, discard up to two cards, then draw that many cards.\nWhenever Tersa Lightshatter attacks, if there are seven or more cards in your graveyard, exile a card at random from your graveyard. You may play that card this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"UpTo","max":{"type":"Fixed","value":2}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, discard up to two cards, then draw that many cards.","constraint":null,"condition":null,"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"target_selection_mode":{"type":"Random"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, if there are seven or more cards in your graveyard, exile a card at random from your graveyard. You may play that card this turn.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"GraveyardSize","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":7}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"9918eb7b-054e-4b1c-afc7-1163ab642d50","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7a1689bb-f7a4-4b53-8473-75b7ce7b496d","99e96b34-b1c4-4647-a38e-2cf1aedaaace"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"Tersa Lightshatter’s last ability checks your graveyard at the moment it would trigger to see if you have seven or more cards in your graveyard. If you don’t, the ability won’t trigger at all. If it does trigger, the ability will check again as it tries to resolve. If you don’t have seven or more cards in your graveyard at that time, the ability won’t resolve and none of its effects will happen."},{"date":"2025-04-04","text":"You pay all costs and follow all timing rules for cards played this way. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["rare"]},"tesak, judith's hellhound":{"name":"Tesak, Judith's Hellhound","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Dog"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Unleash (You may have this creature enter with a +1/+1 counter on it. It can't block as long as it has a +1/+1 counter on it.)\nOther Dogs you control have unleash.\nCreatures you control with counters on them have haste.\nWhenever Tesak attacks, add {R} for each attacking creature.","non_ability_text":null,"flavor_name":null,"keywords":["Unleash"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]}}},"color_options":["Red"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, add {R} for each attacking creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Dog"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Unleash"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Dogs you control have unleash."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"Any"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with counters on them have haste."},{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"P1P1"},"minimum":1},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block as long as it has a +1/+1 counter on it"},{"mode":"CantBlock","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Dog"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[],"condition":{"type":"RecipientHasCounters","counters":{"type":"OfType","data":"P1P1"},"minimum":1},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block as long as it has a +1/+1 counter on it"}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with an additional +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"SelfRef"},"description":"CR 702.98a: Unleash — this permanent may enter with an additional +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with an additional +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":null},"valid_card":{"type":"Typed","type_filters":["Creature",{"Subtype":"Dog"}],"controller":"You","properties":[{"type":"Another"}]},"description":"CR 702.98a: Unleash — this permanent may enter with an additional +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4117e428-0c78-4dea-9019-dd1836fbb03e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0e563c13-7204-4cda-9b62-d46931fabcef","bf55e49b-4186-4d36-b1f0-4c7715be0f63"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MKC"],"rulings":[{"date":"2024-02-02","text":"A creature with unleash can't block if it has any +1/+1 counter on it, not just one put on it by the unleash ability."},{"date":"2024-02-02","text":"Count the number of attacking creatures when Tesak, Judith's Hellhound's last ability resolves, including Tesak itself if it's still on the battlefield, to determine how much mana to add."},{"date":"2024-02-02","text":"Putting a +1/+1 counter on a creature with unleash that's already blocking won't remove it from combat. It will continue to block."},{"date":"2024-02-02","text":"The unleash ability applies no matter where the creature is entering the battlefield from."},{"date":"2024-02-02","text":"You make the choice to have the creature with unleash enter the battlefield with a +1/+1 counter or not as it's entering the battlefield. At that point, it's too late for a player to respond to the creature spell by trying to counter it, for example."}],"rarities":["rare"]},"test of talents":{"name":"Test of Talents","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target instant or sorcery spell. Search its controller's graveyard, hand, and library for any number of cards with the same name as that spell and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","source_zones":["Graveyard","Hand","Library"],"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"SameNameAsParentTarget"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2147483647}},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"ParentTargetController","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ExiledFromHandThisResolution"}},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target instant or sorcery spell. Search its controller's graveyard, hand, and library for any number of cards with the same name as that spell and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d808262d-43ca-46f8-ab8b-b584773f9c58","metadata":{"source_printing_ids":["6e2b6236-b40c-430c-98b0-7940b942657a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["STX"],"rulings":[{"date":"2021-04-16","text":"Countering a spell normally puts that card into the graveyard, so that card will be there to find and exile."},{"date":"2021-04-16","text":"If the back face of a modal double-faced card is countered, you will not be able to exile any cards, including the one that you countered, because those cards have only their front-face characteristics (including name) in the graveyard, hand, and library."}],"rarities":["uncommon"]},"tetravus":{"name":"Tetravus","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nThis creature enters with three +1/+1 counters on it.\nAt the beginning of your upkeep, you may remove any number of +1/+1 counters from this creature. If you do, create that many 1/1 colorless Tetravite artifact creature tokens. They each have flying and \"This token can't be enchanted.\"\nAt the beginning of your upkeep, you may exile any number of tokens created with this creature. If you do, put that many +1/+1 counters on this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"P1P1","count":{"type":"UpTo","max":{"type":"Fixed","value":-1}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Tetravite","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Tetravite"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"have","description":"have flying and \"~ can't be enchanted.\""},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may remove any number of +1/+1 counters from ~. If you do, create that many 1/1 colorless Tetravite artifact creature tokens. They each have flying and \"~ can't be enchanted.\"","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may exile any number of tokens created with ~. If you do, put that many +1/+1 counters on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"85255c26-4e74-4cf0-91a6-78ddba5abdc6","metadata":{"source_printing_ids":["1fdd0fd4-34be-45f5-a42e-74b4134fc345","23eb19f9-2e8f-4bf0-9bf8-868e6da70e2d","49c1a2b2-50f0-4ed0-bd8f-06cd6aada04f","b40cb42c-a8d1-4fab-a78e-8f544d867936","b98aa8b0-ca3c-478c-a956-9f0b992d64ce","c1b83a15-1d0b-4fc6-b7cb-fcd0063bfa7d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","ATQ","ME4","REN","RIN"],"rulings":[{"date":"2004-10-04","text":"Any +1/+1 counter which is on this card can be turned into a Tetravite token. It does not care where the +1/+1 counter came from."},{"date":"2004-10-04","text":"If the Tetravus is destroyed when the Tetravites are off the card, they are not destroyed, they are just orphaned."},{"date":"2004-10-04","text":"Only Tetravites from this specific Tetravus may be used for the ability. Ones from a different Tetravus can't."},{"date":"2008-08-01","text":"This card now has two upkeep-triggered abilities. Its controller chooses the order they are put on the stack, and thus the order in which they resolve each upkeep."}],"rarities":["uncommon","rare"]},"tetsuko umezawa, fugitive":{"name":"Tetsuko Umezawa, Fugitive","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Creatures you control with power or toughness 1 or less can't be blocked.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"AnyOf","props":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":1}},{"type":"PtComparison","stat":"Toughness","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":1}}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control with power or toughness 1 or less can't be blocked."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ceeeacbc-01b0-4421-aaca-2ce6cdbe45d7","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["04f0f06a-9768-4c32-ac2f-fd54b650b111","1200435a-90e1-4288-a201-cd904d66fd2f","16185c50-f7b8-4cea-a129-dfad8e9df781","21625c5c-7a9c-498d-afb6-ea57dea33fc6","469beb59-1e57-474e-9dcf-9c13957cbfdd","680119a8-8154-40e9-987e-f94fafb4a430","bb4e7850-dce3-4d8e-8013-746c544710c7","c70d5d1f-30e7-4a14-9bd9-2b654549f7ac","ca292dc9-5302-42c0-bc83-97dcd45bc0dd","d32f3fb7-df52-4cef-8686-c11f7360cfd9","f3f03792-5d06-45f4-ab19-5a415abbc382"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","CMM","DOM","MOC","MUL","PDOM","PLST","SLD"],"rulings":[{"date":"2018-04-27","text":"Once a creature you control has been blocked, changing its power to 1 or less won't cause it to become unblocked. Changing its toughness to 1 won't cause it to become unblocked, and changing its toughness to less than 1 will cause it to die."}],"rarities":["uncommon","rare"]},"thalia, guardian of thraben":{"name":"Thalia, Guardian of Thraben","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"First strike\nNoncreature spells cost {1} more to cast.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Noncreature spells cost {1} more to cast."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"9b7f1d05-707c-4ed3-9f0e-8ced1232c2ee","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1830002a-b512-4e51-b3fa-0137d2b4c749","1bbde9d9-1723-4f26-8700-63c459ac80cb","1e779d22-d3d1-4db7-80d7-5cf35ba34625","20cb6c55-7d25-4e78-8d4e-450d6a74b4d0","26e17c75-8a53-41fe-9f2b-4dec07dcc760","43fe36b0-2a16-4fa4-a1f1-b38ed4a3faad","717de388-0c07-4346-9c7e-7b06b14f1cc1","824423ff-6441-4be6-b754-810adf9ca6a2","9716a5ff-f1ed-4285-a0a7-68114eeb1ba7","97ff44c9-6ff5-432d-9876-488c96833c39","b05031dc-f99c-49d3-9a20-3453587d8dea","c9f8b8fb-1cd8-450e-a1fe-892e7a323479","d67a5aac-dbda-4e5d-ae4a-eb78dec6765b","e4c7cbfc-e655-4f82-8bde-fbc95461361e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","DBL","DKA","HA2","MUL","PRM","PVOW","SLD","VOW","WMC"],"rulings":[{"date":"2018-03-16","text":"Thalia's ability affects each spell that's not a creature spell, including your own."},{"date":"2018-03-16","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."},{"date":"2021-11-19","text":"Thalia's ability affects each spell that's not a creature spell, including your own."},{"date":"2021-11-19","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare"]},"thalisse, reverent medium":{"name":"Thalisse, Reverent Medium","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, create X 1/1 white Spirit creature tokens with flying, where X is the number of tokens you created this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":["White"],"keywords":["Flying"],"tapped":false,"count":{"type":"Ref","qty":{"type":"TokensCreatedThisTurn","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, create X 1/1 white Spirit creature tokens with flying, where X is the number of tokens you created this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"77cf4fb1-593f-4240-96d9-6ae9084baeac","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["afdf1b42-a3f9-50a2-bdc1-3fdb2f1992ad","bd2ac668-91ce-54b9-bd79-d8446d40d9f1"],"source_printing_ids":["474d6363-ebe1-4a1a-b4e6-7bd53d878527","e4899773-c501-45e5-bf1f-8d818788d61f","f8cd8b55-2927-4e53-be1e-cc33c35f85b7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","PRM","TDC"],"rulings":[{"date":"2020-11-10","text":"If an effect creates a copy of a permanent spell, that spell becomes a token on the battlefield under your control, but that token has not been \"created.\" It won't count for Thalisse's ability."},{"date":"2020-11-10","text":"Thalisse's ability counts all tokens you created that turn prior to the ability resolving, including both noncreature tokens and creature tokens. It doesn't matter if those tokens are still on the battlefield or still under your control."}],"rarities":["uncommon"]},"thassa's oracle":{"name":"Thassa's Oracle","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Merfolk","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, look at the top X cards of your library, where X is your devotion to blue. Put up to one of them on top of your library and the rest on the bottom of your library in a random order. If X is greater than or equal to the number of cards in your library, you win the game. (Each {U} in the mana costs of permanents you control counts toward your devotion to blue.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Ref","qty":{"type":"Devotion","colors":{"type":"Fixed","value":["Blue"]}}},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"ParentTarget"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Devotion","colors":{"type":"Fixed","value":["Blue"]}}},"comparator":"GE","rhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Library","card_types":[],"scope":"Controller"}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, look at the top X cards of your library, where X is your devotion to blue. Put up to one of them on top of your library and the rest on the bottom of your library in a random order. If X is greater than or equal to the number of cards in your library, you win the game.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1de1b591-a73f-4974-b507-8c63e07a0868","metadata":{"source_printing_ids":["13d7e352-4d01-4947-a76f-f8a01dd876cc","69e615d8-1b79-4a82-ba9f-ee211d67dc95","726e8b29-13e9-4138-b6a9-d2a0d8188d1c","cb3b9de4-0d31-431f-b060-69a33e9d9c85"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MB2","PRM","PTHB","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"Colorless and generic mana symbols ({C}, {0}, {1}, {2}, {X}, and so on) in mana costs of permanents you control don't count toward your devotion to any color."},{"date":"2020-01-24","text":"Hybrid mana symbols, monocolored hybrid mana symbols, and Phyrexian mana symbols do count toward your devotion to their color(s)."},{"date":"2020-01-24","text":"If an activated ability or triggered ability has an effect that depends on your devotion to a color, you count the number of mana symbols of that color among the mana costs of permanents you control as the ability resolves. The permanent with that ability will be counted if it's still on the battlefield at that time."},{"date":"2020-01-24","text":"If you put an Aura on an opponent's permanent, you still control the Aura, and mana symbols in its mana cost count towards your devotion."},{"date":"2020-01-24","text":"If your devotion to blue is zero at the time the triggered ability of Thassa's Oracle resolves, you don't look at or move any cards in your library. If you have no cards in your library, you win the game."},{"date":"2020-01-24","text":"Mana symbols in the text boxes of permanents you control don't count toward your devotion to any color."}],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"thassa, deep-dwelling":{"name":"Thassa, Deep-Dwelling","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nAs long as your devotion to blue is less than five, Thassa isn't a creature.\nAt the beginning of your end step, exile up to one other target creature you control, then return that card to the battlefield under your control.\n{3}{U}: Tap another target creature.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{U}: Tap another target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, exile up to one other target creature you control, then return that card to the battlefield under your control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"Not","condition":{"type":"DevotionGE","colors":["Blue"],"threshold":5}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your devotion to blue is less than five, ~ isn't a creature."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2396299a-c031-4020-b13e-1f9bf9d64511","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1ffb0ecd-1326-43d8-9a68-39bc238e5d3c","27b52628-de05-4ec1-9978-e998cf17bb26","c83ed3e0-82d0-4410-a6ca-b0f923eadf83"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRM","PTHB","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"As a God enters the battlefield, your devotion to its color will determine whether any replacement effects that affect creatures entering the battlefield apply to that God. Because replacement effects are considered before the God is on the battlefield, the mana symbols in its mana cost won’t be counted when determining this."},{"date":"2020-01-24","text":"Colorless and generic mana symbols ({C}, {0}, {1}, {2}, {X}, and so on) in mana costs of permanents you control don’t count toward your devotion to any color."},{"date":"2020-01-24","text":"Counters put on a God remain on it while it’s not a creature, even if they have no effect."},{"date":"2020-01-24","text":"Hybrid mana symbols, monocolored hybrid mana symbols, and Phyrexian mana symbols do count toward your devotion to their color(s)."},{"date":"2020-01-24","text":"If a God is attacking or blocking and it stops being a creature, it will be removed from combat. It won’t rejoin combat if it resumes being a creature later during that combat."},{"date":"2020-01-24","text":"If a God stops being a creature, it loses the type creature and the creature type God. It continues to be a legendary enchantment."},{"date":"2020-01-24","text":"If a token is exiled this way, it will cease to exist and won’t return to the battlefield."},{"date":"2020-01-24","text":"If an activated ability or triggered ability has an effect that depends on your devotion to a color, you count the number of mana symbols of that color among the mana costs of permanents you control as the ability resolves. The permanent with that ability will be counted if it’s still on the battlefield at that time."},{"date":"2020-01-24","text":"If an effect causes a God to lose all abilities, its ability that causes it to stop being a creature still applies if appropriate."},{"date":"2020-01-24","text":"If you gain control of a creature “until end of turn,” you’ll control it during your end step."},{"date":"2020-01-24","text":"If you put an Aura on an opponent’s permanent, you still control the Aura, and mana symbols in its mana cost count towards your devotion."},{"date":"2020-01-24","text":"Mana symbols in the text boxes of permanents you control don’t count toward your devotion to any color."},{"date":"2020-01-24","text":"The abilities of Gods function as long as they’re on the battlefield, regardless of whether they’re creatures."},{"date":"2020-01-24","text":"The type-changing ability that can make a God not be a creature functions only on the battlefield. It’s always a creature card in other zones, regardless of your devotion to its color. It’s always a creature spell while it’s on the stack."},{"date":"2020-01-24","text":"When a God enters the battlefield, your devotion to its color (including the mana symbols in the mana cost of the God itself) will determine if a creature entered the battlefield or not for abilities that trigger whenever a creature enters the battlefield."},{"date":"2020-01-24","text":"When an effect returns the exiled card “under your control,” you control it indefinitely after that. In a multiplayer game, if a player leaves the game, all cards that player owns leave as well. If you leave the game, any creatures you control from Thassa’s effect but don’t own are exiled."},{"date":"2020-01-24","text":"When the card returns to the battlefield, it will be a new object with no connection to the card that was exiled. Auras attached to the exiled creature will be put into their owners’ graveyards. Any Equipment will become unattached and remain on the battlefield. Any counters on the exiled creature will cease to exist."}],"rarities":["mythic"]},"that's rough buddy":{"name":"That's Rough Buddy","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Lesson"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put a +1/+1 counter on target creature. Put two +1/+1 counters on that creature instead if a creature left the battlefield under your control this turn.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneChangeCountThisTurn","from":"Battlefield","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Put a +1/+1 counter on target creature. Put two +1/+1 counters on that creature instead if a creature left the battlefield under your control this turn.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fc3ee37a-f676-44af-80d0-774ff271ce11","metadata":{"source_printing_ids":["d08fbd18-faee-4f87-b4d4-1f43b2d73e56"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["TLE"],"rarities":["uncommon"]},"thaumaton torpedo":{"name":"Thaumaton Torpedo","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{6}, {T}, Sacrifice this artifact: Destroy target nonland permanent. This ability costs {3} less to activate if you attacked with a Spacecraft this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":6}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{6}, {T}, Sacrifice ~: Destroy target nonland permanent. This ability costs {3} less to activate if you attacked with a Spacecraft this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":3,"count":{"type":"Fixed","value":1},"condition":{"type":"YouAttackedWithAtLeast","count":1,"filter":{"type":"Typed","type_filters":[{"Subtype":"Spacecraft"}],"controller":null,"properties":[]}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9f9ae015-dc59-4ecb-a2bb-668496b48a48","parse_warnings":[{"type":"SwallowedClause","detector":"Duration_ThisTurn","description":"{6}, {T}, Sacrifice this artifact: Destroy target nonland permanent. This ability costs {3} less to activate if you attacked with a Spacecra","line_index":0}],"metadata":{"source_printing_ids":["1817f1b5-960a-435c-bdec-8cc8cbcb3358"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["common"]},"the ancient one":{"name":"The Ancient One","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Spirit","God"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Descend 8 — The Ancient One can't attack or block unless there are eight or more permanent cards in your graveyard.\n{2}{U}{B}: Draw a card, then discard a card. When you discard a card this way, target player mills cards equal to its mana value.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black"],"generic":2}},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Anaphoric"}}},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{2}{U}{B}: Draw a card, then discard a card. When you discard a card this way, target player mills cards equal to its mana value.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"CantAttackOrBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Not","condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Permanent"],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":8}}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Descend 8 — ~ can't attack or block unless there are eight or more permanent cards in your graveyard."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"6615f881-960c-4216-a32a-63856bc3afd0","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["66dd43d7-76a7-46ea-b431-097fcea417af","f1ebe99d-4994-450e-9abb-f0bc3750f098"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI"],"rulings":[{"date":"2023-11-10","text":"Cards with the ability word \"descend N\" have abilities that care if you have at least N permanent cards in your graveyard."},{"date":"2023-11-10","text":"Once The Ancient One has legally attacked or blocked, removing permanent cards from your graveyard so the descend 8 ability no longer applies won't remove The Ancient One from combat."},{"date":"2023-11-10","text":"Some descend triggered abilities include intervening \"if\" clauses (i.e. \"if you have [four or eight] permanent cards in your graveyard\" in the middle of the ability). Each of these abilities checks your graveyard at the moment it would trigger to see if it does. If you don't have the required number of permanent cards in your graveyard at that time, the ability doesn't trigger at all. If it does trigger, it will check again as it tries to resolve. If you don't have the required number of permanent cards in your graveyard at that time, the ability won't resolve and none of its effects will happen."},{"date":"2023-11-10","text":"You don't choose a target for The Ancient One's activated ability at the time you activate it. Rather, a second \"reflexive\" ability triggers when you discard a card this way. You choose a target for that ability as it goes on the stack. Each player may respond to this triggered ability as normal."}],"rarities":["mythic"]},"the argent etchings":{"name":"The Argent Etchings","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter.)\nI — Incubate 2 five times, then transform all Incubator tokens you control.\nII — Creatures you control get +1/+1 and gain double strike until end of turn.\nIII — Destroy all other permanents except for artifacts, lands, and Phyrexians. Exile this Saga, then return it to the battlefield (front face up).","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Incubate","count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"Typed","type_filters":[{"Subtype":"Incubator"}],"controller":"You","properties":[{"type":"Token"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Fixed","value":5},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 and gain double strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"Another"}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":["White"],"color_identity":["White"],"scryfall_oracle_id":"650ed75c-20b0-45b8-a4d4-813e0369aaf1","metadata":{"related_token_ids":["4db065f6-6ce4-5ce5-a19a-02dfc694ba5b","f4fd5aae-f65c-5d73-88ce-2a052c7616f8"],"source_printing_ids":["40307bcf-199c-4487-bfab-cb5fb841dee8","d8999135-ddb1-4e4c-b885-e25f23dac3d3","faf66a0b-9d34-487d-bdb4-5cac9391d77a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rarities":["mythic"]},"the beast, deathless prince":{"name":"The Beast, Deathless Prince","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, gain control of target creature until end of turn. Untap it. It gains menace and haste until end of turn.\nThe Beast enters tapped with six stun counters on it. (If it would become untapped, remove a stun counter from it instead.)\nWhenever a creature deals combat damage to its owner, untap The Beast and draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Menace"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain menace and haste"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast this spell, gain control of target creature until end of turn. Untap it. It gains menace and haste until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":null,"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"description":"Whenever a creature deals combat damage to its owner, untap ~ and draw a card.","constraint":null,"condition":{"type":"DamagedPlayerIsEventSourceOwner"},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"stun","count":{"type":"Fixed","value":6},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped with six stun counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"ca187570-3634-4296-92b2-1fcd99d150e3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6218badd-d352-4e6d-9c84-f1e3f2f84695","7ae56274-d001-48ca-9312-a1aa744cf643","aaa958e1-c3f4-41a2-8c32-92f8b36bd108","e32903c6-1230-436c-9913-6abf3a97f10e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rarities":["rare"]},"the book of vile darkness":{"name":"The Book of Vile Darkness","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Book"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, if you lost 2 or more life this turn, create a 2/2 black Zombie creature token.\n{T}, Exile The Book of Vile Darkness and artifacts you control named Eye of Vecna and Hand of Vecna: Create Vecna, a legendary 8/8 black Zombie God creature token with indestructible and all triggered abilities of the exiled cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Vecna","power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"types":["Creature","Zombie","God"],"colors":["Black"],"keywords":["Indestructible"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"supertypes":["Legendary"]},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Exile","count":1,"zone":null,"filter":{"type":"SelfRef"}},{"type":"Exile","count":1,"zone":null,"filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"Named","name":"Eye of Vecna"}]}},{"type":"Exile","count":1,"zone":null,"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[]}}]},"sub_ability":null,"duration":null,"description":"{T}, Exile ~ and artifacts you control named Eye of Vecna and Hand of Vecna: Create Vecna, a legendary 8/8 black Zombie God creature token with indestructible and all triggered abilities of the exiled cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you lost 2 or more life this turn, create a 2/2 black Zombie creature token.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":2}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fcc666bc-6fea-44e0-94bc-462c742db528","metadata":{"related_token_ids":["24276f6c-70a9-50f5-83bc-818575dda480","f3e2ed5c-6482-53b9-bbbb-a519f69103dd"],"source_printing_ids":["05dcff61-8c48-401f-a31f-5fc53a298356","abe97c8c-6bb0-4456-aa99-91c721f19777"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR","PRM"],"rulings":[{"date":"2021-07-23","text":"In some strange cases, you might make something into a copy of the Eye and/or Hand of Vecna and then exile that copy to activate The Book of Vile Darkness's ability. The ability that creates Vecna will look at the cards in exile, not the permanents on the battlefield, so it's possible to have Vecna gain different triggered abilities."},{"date":"2021-07-23","text":"In the vast majority of cases, Vecna will gain the triggered ability printed on Hand of Vecna and the two triggered abilities printed on Eye of Vecna."},{"date":"2021-07-23","text":"The Book of Vile Darkness has received an update to its Oracle text. Specifically, the triggered abilities that Vecna gains are part of its copiable values. This means any enters-the-battlefield triggered abilities it gains (such as the one from Eye of Vecna) will trigger."}],"rarities":["mythic"]},"the chain veil":{"name":"The Chain Veil","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, if you didn't activate a loyalty ability of a planeswalker this turn, you lose 2 life.\n{4}, {T}: For each planeswalker you control, you may activate one of its loyalty abilities once this turn as though none of its loyalty abilities have been activated this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GrantExtraLoyaltyActivations","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{4}, {T}: For each planeswalker you control, you may activate one of its loyalty abilities once this turn as though none of its loyalty abilities have been activated this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you didn't activate a loyalty ability of a planeswalker this turn, you lose 2 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LoyaltyAbilitiesActivatedThisTurn","player":{"type":"Controller"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"fb88fb3d-6a85-4bb1-b316-7f759b45a0fa","metadata":{"source_printing_ids":["0415cc0e-979e-42cc-a56d-88d13153a7de","0df7a6c7-0c48-42e7-9e2d-7ac21855cdbb","1ca66955-d900-45b6-9a40-38467689a68d","62fbc0cf-6e58-4974-8cf2-3a5d0b6471b3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","M15","PIO","PLST"],"rulings":[{"date":"2014-07-18","text":"After the last ability resolves, you’ll essentially be able to activate a loyalty ability of each planeswalker you control a total of twice during your turn. The timing rules for when you can activate loyalty abilities apply each time; it must be your main phase and the stack must be empty."},{"date":"2014-07-18","text":"Because the last ability modifies the rules of the game, it affects not only planeswalkers you control when it resolves, but also planeswalkers that come under your control later in the turn."},{"date":"2014-07-18","text":"Each additional time The Chain Veil’s last ability resolves will allow you to activate a loyalty ability of each planeswalker you control an additional time. For example, if you activate The Chain Veil’s last ability, untap it, then activate it again, you can activate a loyalty ability of a planeswalker you control three times that turn."},{"date":"2014-07-18","text":"For the first ability, it doesn’t matter whether the planeswalker is still on the battlefield as your end step begins. If you activated one of its loyalty abilities that turn, The Chain Veil’s triggered ability won’t trigger."},{"date":"2014-07-18","text":"The second loyalty ability you activate doesn’t have to be the same as the first ability. For example, you could activate a planeswalker’s first ability twice, or you could activate a planeswalker’s first ability, then activate its second ability."}],"rarities":["mythic"]},"the council of four":{"name":"The Council of Four","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Whenever a player draws their second card during their turn, you draw a card.\nWhenever a player casts their second spell during their turn, you create a 2/2 white Knight creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player draws their second card during their turn, you draw a card.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}},"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Knight","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Knight"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts their second spell during their turn, you create a 2/2 white Knight creature token.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"3dfb006f-6620-4602-ac3c-d40a5a15a981","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3f618808-a33a-5ed8-8f01-6d2edd98f875"],"source_printing_ids":["0873cfa8-046c-4b14-ae22-3fd6a691f763","1610d8b1-6b4c-450a-96c2-b56fd08b3f86","eba6df0f-d190-4683-b2fe-567e20c54028"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rarities":["rare"]},"the dalek emperor":{"name":"The Dalek Emperor","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Dalek"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Affinity for Daleks (This spell costs {1} less to cast for each Dalek you control.)\nOther Daleks you control have haste.\nAt the beginning of combat on your turn, each opponent faces a villainous choice — That player sacrifices a creature of their choice, or you create a 3/3 black Dalek artifact creature token with menace.","non_ability_text":null,"flavor_name":null,"keywords":[{"Affinity":{"type_filters":[{"Subtype":"Dalek"}],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Opponent"},"branches":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"That player sacrifices a creature of their choice","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Dalek","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"types":["Artifact","Creature","Dalek"],"colors":["Black"],"keywords":["Menace"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"you create a 3/3 black Dalek artifact creature token with menace","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, each opponent faces a villainous choice — That player sacrifices a creature of their choice, or you create a 3/3 black Dalek artifact creature token with menace.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Dalek"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Daleks you control have haste."}],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"07799012-7051-400e-adde-b54b41b80c70","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["f50201d6-3e20-541a-89c9-b44ceaf4c0b7"],"source_printing_ids":["be18bf54-88b0-46a4-a2c7-fded41e524cb","cdc16ca7-7ece-4889-a6e6-a79563847b88","d4f6a050-7486-4210-93cf-3ce7cc957a1c","e96e1793-cf1c-452d-9443-b0aad4475d50"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"A player facing a villainous choice can always choose either option, even if one or both of the options are impossible. For example, if one of the options is to sacrifice a creature, a player who controls no creatures can still choose that option."},{"date":"2023-10-13","text":"If a spell or ability requires multiple players to face a villainous choice, the result is a little different from other effects in Magic. In that case, the first player in turn order makes their choice and the action for that choice is performed before the next player makes their choice. Then each of the remaining players repeat this process in turn order."},{"date":"2023-10-13","text":"When a player faces a villainous choice, they first choose one of the two options, then all actions in the chosen option are performed."}],"rarities":["rare"]},"the dining car":{"name":"The Dining Car","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Spacecraft"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you planeswalk to The Dining Car, each player creates a Food token.\nSixty-Six Seconds — At the beginning of your upkeep, sacrifice a creature with the least toughness among creatures you control. Then investigate.\nWhenever chaos ensues, activated abilities of artifact tokens you control cost {2} less to activate this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Planeswalked":{"role":"To"}},"execute":{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you planeswalk to ~, each player creates a Food token.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, sacrifice a creature with the least toughness among creatures you control. Then investigate.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"activated","description":"activated abilities of artifact tokens you control cost {2} less to activate"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, activated abilities of artifact tokens you control cost {2} less to activate this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7099883d-0a4b-47ae-bff8-a96efa7a3a9a","metadata":{"related_token_ids":["e5a3f019-74a1-5996-91b2-3e8750cf0841"],"source_printing_ids":["bf6193ea-4906-4097-8e30-431220f9e35c"]},"legalities":{},"printings":["WHO"],"rarities":["common"]},"the dominion bracelet":{"name":"The Dominion Bracelet","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1 and has \"{15}, Exile The Dominion Bracelet: You control target opponent during their next turn. This ability costs {X} less to activate, where X is this creature's power. Activate only as a sorcery.\" (You see all cards that player could see and make all decisions for them.)\nEquip {1}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"ControlNextTurn","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"grant_extra_turn_after":false,"window":"NextTurn"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":15}},{"type":"Exile","count":1,"zone":null,"filter":{"type":"GrantingObject"}}]},"sub_ability":null,"duration":null,"description":"{15}, Exile ~: You control target opponent during their next turn. This ability costs {X} less to activate, where X is ~'s power. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"cost_reduction":{"amount_per":1,"count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 and has \"{15}, Exile ~: You control target opponent during their next turn. This ability costs {X} less to activate, where X is ~'s power. Activate only as a sorcery.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"c017f8ae-9103-4965-a07a-f259f44a157d","metadata":{"source_printing_ids":["2aea7e3a-7dc4-4770-a22e-8ab29f494844","bb1492cf-b56f-40c7-a52b-7e354bcadc1d","dac293bd-0724-40e9-856e-a6a0483565ca","f5360880-2849-45d6-b1aa-08c7e01083af"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rulings":[{"date":"2025-07-25","text":"If the targeted player skips their next turn, you’ll control the next turn the affected player actually takes."},{"date":"2025-07-25","text":"Multiple player-controlling effects that affect the same player overwrite each other. The last one to be created is the one that works."},{"date":"2025-07-25","text":"The cost of the activated ability granted by The Dominion Bracelet is locked in before costs are paid. For example, if the power of the equipped creature is 3 (including the +1/+1 granted by The Dominion Bracelet’s ability), the granted ability will cost {12} to activate."},{"date":"2025-07-25","text":"The player you’re controlling is still the active player during that turn."},{"date":"2025-07-25","text":"While controlling another player, you also continue to make your own choices and decisions."},{"date":"2025-07-25","text":"While controlling another player, you make all choices and decisions that player is allowed to make or is told to make during that turn. This includes choices about what spells to cast or what abilities to activate, as well as any decisions called for by triggered abilities or for any other reason."},{"date":"2025-07-25","text":"You also can’t make any choices or decisions for the player that would be called for by the tournament rules (such as whether to take an intentional draw or whether to call a judge)."},{"date":"2025-07-25","text":"You can use only the affected player’s resources (cards, mana, and so on) to pay costs for that player; you can’t use your own. Similarly, you can use the affected player’s resources only to pay that player’s costs; you can’t spend them on your costs."},{"date":"2025-07-25","text":"You can’t make any illegal decisions or illegal choices—you can’t do anything that player couldn’t do. You can’t make choices or decisions for that player that aren’t called for by the game rules or by any cards, permanents, spells, abilities, and so on. If an effect causes another player to make decisions that the affected player would normally make (such as Master Warcraft does), that effect takes precedence. In other words, if the affected player wouldn’t make a decision, you wouldn’t make that decision on that player’s behalf."},{"date":"2025-07-25","text":"You can’t make the affected player concede. That player may choose to concede at any time, even while you’re controlling that player."},{"date":"2025-07-25","text":"You only control the player. You don’t control any of that player’s permanents, spells, or abilities."}],"rarities":["mythic"]},"the eldest reborn":{"name":"The Eldest Reborn","mana_cost":{"type":"Cost","shards":["Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI — Each opponent sacrifices a creature or planeswalker of their choice.\nII — Each opponent discards a card.\nIII — Put target creature or planeswalker card from a graveyard onto the battlefield under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"You","properties":[]}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]}]},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"44ed4c0c-a012-4895-a547-b04150553bba","metadata":{"source_printing_ids":["06831e80-845d-4bd7-8fdc-8140eb606fe4","4d29351e-5608-40e8-8220-6c9635d48ad4","7a188d4c-ce2a-4ec7-8ea7-980f85f639da","c8318f40-ecd5-429e-8fe2-febf31f64841","d706ad46-6d00-4cad-8666-c673d0cad4fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","CMM","DOM","DSC","PLST"],"rulings":[{"date":"2018-04-27","text":"A chapter ability doesn't trigger if a lore counter is put on a Saga that already had a number of lore counters greater than or equal to that chapter's number. For example, the third lore counter put on a Saga causes the III chapter ability to trigger, but I and II won't trigger again."},{"date":"2018-04-27","text":"As a Saga enters the battlefield, its controller puts a lore counter on it. As your precombat main phase begins (immediately after your draw step), you put another lore counter on each Saga you control. Putting a lore counter on a Saga in either of these ways doesn't use the stack."},{"date":"2018-04-27","text":"Each symbol on the left of a Saga's text box represents a chapter ability. A chapter ability is a triggered ability that triggers when a lore counter that is put on the Saga causes the number of lore counters on the Saga to become equal to or greater than the ability's chapter number. Chapter abilities are put onto the stack and may be responded to."},{"date":"2018-04-27","text":"If counters are removed from a Saga, the appropriate chapter abilities will trigger again when the Saga receives lore counters. Removing lore counters won't cause a previous chapter ability to trigger."},{"date":"2018-04-27","text":"If multiple chapter abilities trigger at the same time, their controller puts them on the stack in any order. If any of them require targets, those targets are chosen as you put the abilities on the stack, before any of those abilities resolve."},{"date":"2018-04-27","text":"In a multiplayer game, if a player leaves the game, all cards that player owns leave as well. If you leave the game, the permanent you control from The Eldest Reborn's final chapter ability is exiled."},{"date":"2018-04-27","text":"Once a chapter ability has triggered, the ability on the stack won't be affected if the Saga gains or loses counters, or if it leaves the battlefield."},{"date":"2018-04-27","text":"Once the number of lore counters on a Saga is greater than or equal to the greatest number among its chapter abilities—in the Dominaria set, this is always three—the Saga's controller sacrifices it as soon as its chapter ability has left the stack, most likely by resolving or being countered. This state-based action doesn't use the stack."},{"date":"2018-04-27","text":"When the first chapter ability of The Eldest Reborn resolves, the next opponent in turn order (or, if it's an opponent's turn, that opponent) chooses a creature or planeswalker they control, then each other opponent in turn order (if any) does the same. All chosen permanents are then sacrificed at the same time. Players will know the choices made by earlier players when making their choices."},{"date":"2018-04-27","text":"When the second chapter ability of The Eldest Reborn resolves, the next opponent in turn order (or, if it's an opponent's turn, that opponent) chooses a card in hand without revealing it, then each other opponent in turn order (if any) does the same. All chosen cards are then discarded at the same time."}],"rarities":["uncommon"]},"the emperor of palamecia":{"name":"The Emperor of Palamecia","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Noble","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {U} or {R}. Spend this mana only to cast a noncreature spell.\nWhenever you cast a noncreature spell, if at least four mana was spent to cast it, put a +1/+1 counter on The Emperor of Palamecia. Then if it has three or more +1/+1 counters on it, transform it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Blue","Red"]},"restrictions":[{"SpellType":"Noncreature"}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U} or {R}. Spend this mana only to cast a noncreature spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a noncreature spell, if at least four mana was spent to cast it, put a +1/+1 counter on ~. Then if it has three or more +1/+1 counters on it, transform it.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"TriggeringSpell","metric":{"type":"Total"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"042c01ec-9f1f-432b-bea9-d64d822cd91e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1b4d8a51-2307-4ed6-af25-c48946219096","3d75e8fd-6139-4b10-9ce3-195b47d72e0c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"A nonmodal double-faced card enters with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2025-06-06","text":"A token that is created as a copy of a double-faced permanent or a double-faced card in another zone is a double-faced token. It will have both the front face and back face of whatever object it's copying. If it's copying a double-faced permanent whose back face is up, the token will enter with its back face up. It can transform if instructed to do so."},{"date":"2025-06-06","text":"Each face of a nonmodal double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a nonmodal double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2025-06-06","text":"Each nonmodal double-faced card in this release is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2025-06-06","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Crystal Fragments, it will be exiled during the resolution of its second ability and remain in exile."},{"date":"2025-06-06","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Cecil, Dark Knight's color identity is black and white, since its front face is black and its back face has a white color indicator."},{"date":"2025-06-06","text":"The Emperor of Palamecia's last ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2025-06-06","text":"The back face of a nonmodal double-faced card usually has a color indicator that defines its color."},{"date":"2025-06-06","text":"The mana value of a nonmodal double-faced card is the mana value of its front face, no matter which face is up."},{"date":"2025-06-06","text":"The value of X is calculated only once, as The Lord Master of Hell's ability resolves."}],"rarities":["uncommon"]},"the end":{"name":"The End","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {2} less to cast if your life total is 5 or less.\nExile target creature or planeswalker. Search its controller's graveyard, hand, and library for any number of cards with the same name as that permanent and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","source_zones":["Graveyard","Hand","Library"],"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"SameNameAsParentTarget"}]},"count":{"type":"UpTo","max":{"type":"Fixed","value":2147483647}},"reveal":false,"target_player":{"type":"Typed","type_filters":[],"controller":"ParentTargetController","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ExiledFromHandThisResolution"}},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Exile target creature or planeswalker. Search its controller's graveyard, hand, and library for any number of cards with the same name as that permanent and exile them. That player shuffles, then draws a card for each card exiled from their hand this way.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":2},"spell_filter":null}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Controller"}}},"comparator":"LE","rhs":{"type":"Fixed","value":5}},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {2} less to cast if your life total is 5 or less."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"835c195a-8c35-4076-896d-8d2972cac270","metadata":{"source_printing_ids":["79220c46-01df-41c1-877e-577f9ce78593","b18402dc-c4ab-417c-92d1-5e4d9cfb840d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"If the permanent that's exiled was the back face of a double-faced card, you will not be able to exile any additional cards, because those cards have only their front-face characteristics (including name) in the graveyard, hand, and library."},{"date":"2023-09-01","text":"The cost-reduction ability of The End doesn't change its mana cost or mana value, only the total cost you pay. Specifically, the mana value of The End is always 4."}],"rarities":["rare"]},"the enigma jewel":{"name":"The Enigma Jewel","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"The Enigma Jewel enters tapped.\n{T}: Add {C}{C}. Spend this mana only to activate abilities.\nCraft with four or more nonlands with activated abilities {8}{U} ({8}{U}, Exile this artifact, Exile the four or more from among other permanents you control and/or cards in your graveyard: Return this card transformed under its owner's control. Craft only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}},"restrictions":["ActivateOnly"]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}. Spend this mana only to activate abilities.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c0d2bdd9-1e68-4d3a-83f8-ec2ba440a494","metadata":{"source_printing_ids":["2e98970d-06a8-4c91-ba47-4a02c5b949f2","8d9cbb83-a89f-411b-88c8-c01718f265e0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities are activated abilities and will have colons in their reminder text."},{"date":"2023-11-10","text":"An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2023-11-10","text":"Any choices made when the ability resolves won't have been made yet when it's copied. Any such choices will be made separately when the copy resolves."},{"date":"2023-11-10","text":"Craft abilities are activated abilities. You can spend mana from The Enigma Jewel's activated ability to activate its own craft ability, for example."},{"date":"2023-11-10","text":"If a card that isn't a transforming double-faced card becomes a copy of a card with craft, it'll stay in exile if you activate the craft ability. It won't return to the battlefield."},{"date":"2023-11-10","text":"If an activated ability of an exiled card used to craft Locus of Enlightenment references the card it's printed on by name, treat Locus of Enlightenment's version of that ability as though it referenced Locus of Enlightenment instead."},{"date":"2023-11-10","text":"If the ability has damage divided as it was put onto the stack, the division can't be changed, although the targets receiving that damage still can. The same is true of abilities that distribute counters."},{"date":"2023-11-10","text":"If the ability that's copied has an X whose value was determined as it was cast, the copy has the same value of X."},{"date":"2023-11-10","text":"If the ability that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode or modes. You can't choose different ones."},{"date":"2023-11-10","text":"If the materials required include multiple objects, you may exile some of them from among permanents you control and the rest from among cards in your graveyard. You don't have to choose all permanents or all cards from your graveyard."},{"date":"2023-11-10","text":"Locus of Enlightenment has only the activated abilities of the exiled cards used to craft it. It doesn't gain keyword abilities (unless those keyword abilities are activated), triggered abilities, or static abilities."},{"date":"2023-11-10","text":"The \"only once each turn\" restriction applies to each ability individually, even if multiples of the same card were exiled to craft Locus of Enlightenment. For example, if two of the same card were exiled to craft Locus of Enlightenment, it will have two instances of each of that card's activated abilities. Each of those abilities may be activated once each turn."},{"date":"2023-11-10","text":"The back faces of some cards with craft refer to cards \"used to craft\" it. This refers to the cards exiled as part of the cost of the craft ability of the front face. Those cards are considered to be \"used to craft\" that permanent as long as they remain exiled and the permanent remains on the battlefield, even if the permanent's controller changes or some of its characteristics change (because of a copy effect, for example.)"},{"date":"2023-11-10","text":"The copy is created on the stack, so it's not \"activated.\" Abilities that trigger when a player activates an ability (such as Locus of Enlightenment's own triggered ability) won't trigger."},{"date":"2023-11-10","text":"The copy of the activated ability created by Locus of Enlightenment's triggered ability resolves before the original ability."},{"date":"2023-11-10","text":"The copy will have the same targets as the ability it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them."},{"date":"2023-11-10","text":"You may exile tokens you control as part of the materials required. However, because they aren't cards and won't stay in exile, any abilities that refer to what you \"used to craft\" the back faces won't refer to anything."}],"rarities":["mythic"]},"the eternity elevator":{"name":"The Eternity Elevator","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}{C}{C}.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery.)\n20+ | {T}: Add X mana of any one color, where X is the number of charge counters on The Eternity Elevator.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"charge"}},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"20+ | {T}: Add X mana of any one color, where X is the number of charge counters on ~.","target_prompt":null,"activation_restrictions":[{"type":"CounterThreshold","data":{"counters":{"type":"OfType","data":"charge"},"minimum":20}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":3}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}{C}{C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"11323af4-b8b8-4ca9-932f-377c7fd77dea","metadata":{"source_printing_ids":["1bb90ab9-43b9-4991-806a-0afc4d8caf5f","23d2c721-42a6-4108-91c2-93f59b645313"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"the fallen apart":{"name":"The Fallen Apart","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"This creature enters with two arms and two legs.\nWhenever damage is dealt to this creature, remove an arm or a leg from it.\nThis creature can't attack if it has no legs and can't block if it has no arms.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: ~ enters with two arms and two legs."},"cost":null,"sub_ability":null,"duration":null,"description":"~ enters with two arms and two legs.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: ~ can't attack if it has no legs and can't block if it has no arms."},"cost":null,"sub_ability":null,"duration":null,"description":"~ can't attack if it has no legs and can't block if it has no arms.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":{"Unknown":"Whenever damage is dealt to ~"},"execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"remove","description":"remove an arm or a leg from it"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever damage is dealt to ~, remove an arm or a leg from it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"bf622291-d6c5-4a8c-b3c3-81d73b6306f7","metadata":{"source_printing_ids":["b458a3a2-b047-4edb-a621-87aee8be3a3c"]},"legalities":{},"printings":["UNH"],"rarities":["common"]},"the first sliver":{"name":"The First Sliver","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Sliver"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Cascade (When you cast this spell, exile cards from the top of your library until you exile a nonland card that costs less. You may cast it without paying its mana cost. Put the exiled cards on the bottom in a random order.)\nSliver spells you cast have cascade.","non_ability_text":null,"flavor_name":null,"keywords":["Cascade"],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Cascade"}},"affected":{"type":"Typed","type_filters":[{"Subtype":"Sliver"}],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Sliver spells you cast have cascade."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"55e4d4b2-1bd8-4c29-a21a-c014a974b715","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["06d4fbe1-8a2f-4958-bb85-1a1e5f1e8d87","59fa538b-fa1c-4cdc-9fc0-801d6b618f01","7ecdb244-aeb5-42ef-b1ce-e586580c6b6c","f64d033b-8a30-4ba7-b3ae-b67997a396f2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["H1R","J21","MH1","PF25","PRM","SLD"],"rulings":[{"date":"2019-06-14","text":"If a spell has multiple instances of cascade (for example, if you cast a second The First Sliver), each instance of cascade triggers and resolves separately. The spell you cast due to the first cascade ability will go on the stack on top of the second cascade ability. That spell will resolve before you exile cards for the second cascade ability."},{"date":"2019-06-14","text":"The First Sliver's last ability only applies while it's on the battlefield. If The First Sliver's own cascade ability lets you cast another Sliver card, that Sliver won't have cascade."},{"date":"2021-06-18","text":"A spell's mana value is determined only by its mana cost. Ignore any alternative costs, additional costs, cost increases, or cost reductions."},{"date":"2021-06-18","text":"Cascade triggers when you cast the spell, meaning that it resolves before that spell. If you end up casting the exiled card, it will go on the stack above the spell with cascade."},{"date":"2021-06-18","text":"Due to a 2021 rules change to cascade, not only do you stop exiling cards if you exile a nonland card with lesser mana value than the spell with cascade, but the resulting spell you cast must also have lesser mana value. Previously, in cases where a card's mana value differed from the resulting spell, such as with some modal double-faced cards or cards with an Adventure, you could cast a spell with a higher mana value than the exiled card."},{"date":"2021-06-18","text":"If a spell with cascade is countered, the cascade ability will still resolve normally."},{"date":"2021-06-18","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2021-06-18","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those to cast the card."},{"date":"2021-06-18","text":"The mana value of a split card is determined by the combined mana cost of its two halves. If cascade allows you to cast a split card, you may cast either half but not both halves."},{"date":"2021-06-18","text":"When the cascade ability resolves, you must exile cards. The only optional part of the ability is whether or not you cast the last card exiled."},{"date":"2021-06-18","text":"You exile the cards face up. All players will be able to see them."}],"rarities":["mythic"]},"the fourth doctor":{"name":"The Fourth Doctor","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Time Lord","Doctor"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nWould You Like A...? — Once each turn, you may play a historic land or cast a historic spell from the top of your library. When you do, create a Food token. (Artifacts, legendaries, and Sagas are historic.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Unknown":"when you do"},"execute":null,"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Would You Like A...? — Once each turn, you may play a historic land or cast a historic spell from the top of your library. When you do, create a Food token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Play","frequency":"OncePerTurn","alt_cost":null}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"Historic"}]},{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Historic"}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Would You Like A...? — Once each turn, you may play a historic land or cast a historic spell from the top of your library. When you do, create a Food token."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"c19fdee3-5fbc-4e2d-ac23-85b46eacafdc","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["e5a3f019-74a1-5996-91b2-3e8750cf0841"],"source_printing_ids":["0292a859-79b4-46ae-b2fe-293dae5cba7a","10414d81-177d-43f4-9381-0d10ac51507f","482f14a4-7b8d-4e1d-a48d-4920130b8e23","5f1e22e8-7e88-4786-b349-e4472c1086fd","bf10611b-38a0-4947-a36b-f5503584d59e","c84ea0fd-efc7-4614-9f8f-41a3c71fceaa","d7ae754d-33a2-4a07-8b10-fe4dda9af745","f82fa1d9-adcb-43b4-bfce-42d9e7530ac6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Essentially, The Fourth Doctor lets you play with the top card of your library revealed only to you. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand. You may look at the top card of your library whenever you want, even if you don't have priority. This action doesn't use the stack."},{"date":"2023-10-13","text":"If an effect instructs you to choose a creature type, you may choose Time Lord."},{"date":"2023-10-13","text":"If the top card of your library changes during the process of casting a spell or activating an ability, you can't look at the new top card until the process of casting the spell or activating the ability ends (all targets are chosen, all costs are paid, and so on)."},{"date":"2023-10-13","text":"Neither \"Time\" nor \"Lord\" are creature types. Some older cards were printed with the subtype \"Lord,\" but all of those cards have updated Oracle card text that removed that type."},{"date":"2023-10-13","text":"Unlike other creature types in Magic that are each only one word, the two words \"Time Lord\" represent a single creature subtype. Time Lord is the only two-word creature type."},{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["mythic"]},"the great work":{"name":"The Great Work","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter.)\nI — This Saga deals 3 damage to target opponent and each creature they control.\nII — Create three Treasure tokens.\nIII — Until end of turn, you may cast instant and sorcery spells from any graveyard. If a spell cast this way would be put into a graveyard, exile it instead. Exile this Saga, then return it to the battlefield (front face up).","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"without_paying_mana_cost":false,"mode":"Cast","duration":"UntilEndOfTurn"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":["Red"],"color_identity":["Red"],"scryfall_oracle_id":"4b1da9aa-a30c-44b8-a10e-f9dc3fe70b6f","metadata":{"related_token_ids":["4873fe20-675e-5db5-b9ba-8d996c2806ba"],"source_printing_ids":["52173f36-19d2-48be-a8e8-8cbe946759c0","712fb9e5-bd67-4173-a2d4-061aeb6253b5","b12e031a-3a1a-4544-973b-e4e5b0518db9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rarities":["mythic"]},"the incredible hulk":{"name":"The Incredible Hulk","mana_cost":{"type":"Cost","shards":["Red","Red","Green","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Gamma","Berserker","Hero"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Reach, trample\nEnrage — Whenever The Incredible Hulk is dealt damage, put a +1/+1 counter on him. If he's attacking, untap him and there is an additional combat phase after this phase.","non_ability_text":null,"flavor_name":null,"keywords":["Reach","Trample"],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"BeginCombat","after":"EndCombat","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Attacking"}]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, put a +1/+1 counter on him. If he's attacking, untap him and there is an additional combat phase after this phase.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red","Blue"],"scryfall_oracle_id":"b6c0ee14-2028-4e8b-9acd-ff78821bca9b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0ccb6a0e-a8aa-413d-8e6d-f25447800ed4","481166c5-6a16-469c-91bd-abf291b5db49","e0dbbdcf-84e1-494f-8b8c-0a094f603fa9","eb2d2d35-4956-42fa-94e0-b241ed666683"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["MSH"],"rarities":["mythic"]},"the infamous cruelclaw":{"name":"The Infamous Cruelclaw","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Weasel","Mercenary"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Menace\nWhenever The Infamous Cruelclaw deals combat damage to a player, exile cards from the top of your library until you exile a nonland card. You may cast that card by discarding a card rather than paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ExileFromTopUntil","player":{"type":"Controller"},"until":{"type":"NextMatches","filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":false,"mode":"Cast","alt_ability_cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, exile cards from the top of your library until you exile a nonland card. You may cast that card by discarding a card rather than paying its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"e229d55c-9513-437d-bd67-015ac46aaa18","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["d7fc26a7-f47e-44d7-a42b-b5415fc86f8f","dc6c9196-6d28-4cc2-9748-60e9632a502b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"If the spell you cast has {X} in its mana cost, you must choose 0 as the value of X."},{"date":"2024-07-26","text":"If you choose not to cast the exiled card, it remains in exile."},{"date":"2024-07-26","text":"Since you are using an alternative cost to cast the spell, you can’t pay any other alternative costs. You can, however, pay additional costs, such as kicker costs. If the card has any mandatory additional costs, you must pay those."},{"date":"2024-07-26","text":"You cast the exiled card while the ability is resolving and still on the stack. You can’t wait to cast it later in the turn. Timing restrictions based on the card’s type are ignored."}],"rarities":["mythic"]},"the invincible iron man":{"name":"The Invincible Iron Man","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Human","Hero"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying, haste\nAt the beginning of combat on your turn, you may put an artifact card from your hand onto the battlefield. If it's an Equipment, attach it to The Invincible Iron Man.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":true},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, you may put an artifact card from your hand onto the battlefield. If it's an Equipment, attach it to ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"4a46ea59-6c5d-4bed-9951-b5590f9a1bdb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4cea42fd-035e-4b8f-8b1d-ff363b694f14","58bf75bd-83c9-4281-a108-bf5aa31d70e5","7a85467d-5693-4cf7-b38d-d42c57242f48","81eaf2ee-edeb-4026-81bb-8766ffa61f0d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["MSH"],"rarities":["mythic"]},"the irencrag":{"name":"The Irencrag","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\nWhenever a legendary creature you control enters, you may have The Irencrag become a legendary Equipment artifact named Everflame, Heroes' Legacy. If you do, it gains equip {3} and \"Equipped creature gets +3/+3\" and loses all other abilities.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetName","name":"Everflame, Heroes' Legacy"},{"type":"AddSupertype","supertype":"Legendary"},{"type":"AddType","core_type":"Artifact"},{"type":"RemoveAllSubtypes","set":"Artifact"},{"type":"AddSubtype","subtype":"Equipment"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a legendary Equipment artifact named Everflame, Heroes' Legacy"}],"duration":"Permanent","target":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveAllAbilities"},{"type":"GrantStaticAbility","definition":{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":3}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +3/+3"}},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"equip {3} and","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain equip {3} and \"Equipped creature gets +3/+3\" and loses all other abilities"}],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a legendary creature you control enters, you may have ~ become a legendary Equipment artifact named Everflame, Heroes' Legacy. If you do, it gains equip {3} and \"Equipped creature gets +3/+3\" and loses all other abilities.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"8c89ba89-9bb3-4609-873c-6f5a961733ce","metadata":{"source_printing_ids":["8051c5ec-54a6-45a8-8945-fb93c5feaa39","93c50432-28af-40e8-ae98-d4f33a5a936e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"The Irencrag's last ability lasts indefinitely."}],"rarities":["rare"]},"the key to the vault":{"name":"The Key to the Vault","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever equipped creature deals combat damage to a player, look at that many cards from the top of your library. You may exile a nonland card from among them. Put the rest on the bottom of your library in a random order. You may cast the exiled card without paying its mana cost.\nEquip {2}{U}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":2}},"sub_ability":null,"duration":null,"description":"Equip {2}{U}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"TrackedSet","id":0},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"AttachedTo"},"description":"Whenever equipped creature deals combat damage to a player, look at that many cards from the top of your library. You may exile a nonland card from among them. Put the rest on the bottom of your library in a random order. You may cast the exiled card without paying its mana cost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7a75d565-b0a7-46bf-94a0-c9255c8abd6d","metadata":{"source_printing_ids":["166814af-a444-4a62-937e-7491673d9387","d70388ee-2f97-4282-ba74-af95462ac0aa","e695db51-f9d5-4eef-84d9-62f7602792b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"If the spell you cast has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-04-12","text":"If you cast a spell “without paying its mana cost,” you can’t choose to cast it for any alternative costs. You can, however, pay additional costs, such as kicker costs. If the spell has any mandatory additional costs, those must be paid to cast the spell."},{"date":"2024-04-12","text":"You choose whether to cast the exiled card as The Key to the Vault’s triggered ability resolves. If you do, you do so as part of the resolution of that ability. You can’t wait to cast it later in the turn. Timing restrictions based on the card’s types are ignored."}],"rarities":["rare"]},"the kingpin of crime":{"name":"The Kingpin of Crime","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Villain"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Extort (Whenever you cast a spell, you may pay {W/B}. If you do, each opponent loses 1 life and you gain that much life.)\nWhenever you attack, you may pay 2 life. If you do, until end of turn, creatures you control with toughness greater than their power assign combat damage equal to their toughness rather than their power.","non_ability_text":null,"flavor_name":null,"keywords":["Extort"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"ToughnessGTPower"}]},"modifications":[{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"assign combat damage equal to their toughness rather than their power"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you attack, you may pay 2 life. If you do, until end of turn, creatures you control with toughness greater than their power assign combat damage equal to their toughness rather than their power.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["WhiteBlack"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":"CR 702.101a: Extort — pay {W/B}, each opponent loses 1 life, you gain that much life","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.101a: Extort — whenever you cast a spell, you may pay {W/B}. If you do, each opponent loses 1 life and you gain that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"3eeeb159-aa45-4a9b-9618-8542604b9830","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1803564a-5ec5-4c0d-817c-5575127a3703","495c08ea-5502-4bfe-aa15-fa85556755ae","756fc57c-2687-4cd9-9431-9fa1d453fa2c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"the last agni kai":{"name":"The Last Agni Kai","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control fights target creature an opponent controls. If the creature the opponent controls is dealt excess damage this way, add that much {R}.\nUntil end of turn, you don't lose unspent red mana as steps and phases end.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"subject":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"color_options":["Red"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"PreviousEffectAmount","comparator":"GT","rhs":{"type":"Fixed","value":0},"channel":"Excess"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":"Target creature you control fights target creature an opponent controls. If the creature the opponent controls is dealt excess damage this way, add that much {R}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":{"StepEndUnspentMana":{"filter":"Red","action":"Retain"}},"affected":{"type":"Controller"},"modifications":[{"type":"AddStaticMode","mode":{"StepEndUnspentMana":{"filter":"Red","action":"Retain"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"you don't lose unspent red mana as steps and phases end"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, you don't lose unspent red mana as steps and phases end.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"fd1998c0-c18e-4310-82de-b6320be5fe10","metadata":{"source_printing_ids":["51af6d52-bda7-40be-8a83-c19916320df5","61eaebc6-7575-48ed-b212-ff8b0c7ae694"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"Excess damage has been dealt to a creature if the damage dealt to it is greater than lethal damage. Usually, this means damage greater than its toughness, although damage already marked on the creature is taken into account."},{"date":"2025-10-02","text":"In some cases, the creature you control that is fighting may have deathtouch. Even 1 damage dealt to a creature from a source with deathtouch is considered lethal damage, so any amount greater than that will cause excess damage to be dealt, even if the total amount of damage isn't greater than the opponent's creature's toughness."}],"rarities":["rare"]},"the legend of roku":{"name":"The Legend of Roku","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter.)\nI — Exile the top three cards of your library. Until the end of your next turn, you may play those cards.\nII — Add one mana of any color.\nIII — Exile this Saga, then return it to the battlefield transformed under your control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":true,"enters_under":"You","enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2f26f270-26d9-46d3-957f-19f52d51eb03","metadata":{"related_token_ids":["566d2a4c-5be0-573a-964f-89a13982c567"],"source_printing_ids":["4a8bdef0-c50c-4a30-81bc-507a8289a81b","95f2f5af-d405-4534-8683-5a9001f997b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["PTLA","TLA"],"rarities":["mythic"]},"the lord master of hell":{"name":"The Lord Master of Hell","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Demon","Noble","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Starfall — Whenever The Lord Master of Hell attacks, it deals X damage to each opponent, where X is the number of noncreature, nonland cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card",{"Non":"Creature"},{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}}},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it deals X damage to each opponent, where X is the number of noncreature, nonland cards in your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"042c01ec-9f1f-432b-bea9-d64d822cd91e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1b4d8a51-2307-4ed6-af25-c48946219096","3d75e8fd-6139-4b10-9ce3-195b47d72e0c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN"],"rarities":["uncommon"]},"the master, gallifrey's end":{"name":"The Master, Gallifrey's End","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Time Lord","Rogue"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Make Them Pay — Whenever a nontoken artifact creature you control dies, you may exile it. If you do, choose an opponent with the most life among your opponents. That player faces a villainous choice — They lose 4 life, or you create a token that's a copy of that card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Opponent":{"restriction":{"type":"PlayerAttribute","relation":{"type":"Opponent"},"attr":{"type":"LifeTotal","player":{"type":"ScopedPlayer"}},"comparator":"GE","value":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Opponent","aggregate":"Max"}}}}}},"persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"ChosenPlayer","index":0},"branches":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":4},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":"They lose 4 life","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"you create a token that's a copy of that card","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact","Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken artifact creature you control dies, you may exile it. If you do, choose an opponent with the most life among your opponents. That player faces a villainous choice — They lose 4 life, or you create a token that's a copy of that card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"e5e2e4ef-1d78-41eb-b634-1a90d4cb7125","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["553b5e02-de02-59fb-9901-28d367ab1c19"],"source_printing_ids":["31d458bd-ac12-4980-85d5-81cfb2a105e9","7db03b22-a9ad-43e9-875f-66e9bdc9cd90","7efb5dd0-abc4-4741-9d90-d8d93b03cf21","dbdf1881-b1a5-4422-b722-2eb03e1bcc4e","e7815e26-b547-47a9-90e3-d1242407b9ce","fc8cc351-831f-47c0-ad1f-f8ca031204de"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"A player facing a villainous choice can always choose either option, even if one or both of the options are impossible. For example, if one of the options is to sacrifice a creature, a player who controls no creatures can still choose that option."},{"date":"2023-10-13","text":"If a spell or ability requires multiple players to face a villainous choice, the result is a little different from other effects in Magic. In that case, the first player in turn order makes their choice and the action for that choice is performed before the next player makes their choice. Then each of the remaining players repeat this process in turn order."},{"date":"2023-10-13","text":"If an effect instructs you to choose a creature type, you may choose Time Lord."},{"date":"2023-10-13","text":"Neither \"Time\" nor \"Lord\" are creature types. Some older cards were printed with the subtype \"Lord,\" but all of those cards have updated Oracle card text that removed that type."},{"date":"2023-10-13","text":"Unlike other creature types in Magic that are each only one word, the two words \"Time Lord\" represent a single creature subtype. Time Lord is the only two-word creature type."},{"date":"2023-10-13","text":"When a player faces a villainous choice, they first choose one of the two options, then all actions in the chosen option are performed."}],"rarities":["rare"]},"the matrix of time":{"name":"The Matrix of Time","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Gallifrey"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you planeswalk to The Matrix of Time, each player exiles the top card of their library.\nDuring your turn, you may play lands and cast spells from among cards exiled with The Matrix of Time.\nWhenever you play a land or cast a spell from among cards exiled with The Matrix of Time, that card's owner loses 3 life and exiles the top card of their library.\nWhenever chaos ensues, create two Treasure tokens.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Planeswalked":{"role":"To"}},"execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"ScopedPlayer"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you planeswalk to ~, each player exiles the top card of their library.","constraint":null,"condition":null,"batched":false},{"mode":"LandPlayed","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you play a land, that card's owner loses 3 life and exiles the top card of their library.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell from among cards exiled with ~, that card's owner loses 3 life and exiles the top card of their library.","constraint":null,"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, create two Treasure tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ExileCastPermission":{"frequency":"Unlimited","play_mode":"Play","cost":"PayNormalCost","pool":"Persistent","timing":"YourTurnOnly"}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"During your turn, you may play lands and cast spells from among cards exiled with ~."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"ed44d47b-2eea-4cb2-a091-07583bdf390f","metadata":{"related_token_ids":["4f5f8c15-0464-5138-a9b6-07a65429f4f1"],"source_printing_ids":["c343b9dd-edce-46ee-bdd6-f240cf061d59"]},"legalities":{},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"You must pay all costs and follow all normal timing rules to play cards exiled with The Matrix of Time. For example, you may play a land this way only during your main phase while the stack is empty."}],"rarities":["common"]},"the meathook massacre":{"name":"The Meathook Massacre","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When The Meathook Massacre enters, each creature gets -X/-X until end of turn.\nWhenever a creature you control dies, each opponent loses 1 life.\nWhenever a creature an opponent controls dies, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"CostXPaid"}}}},"toughness":{"type":"Quantity","value":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"CostXPaid"}}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each creature gets -X/-X until end of turn.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control dies, each opponent loses 1 life.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature an opponent controls dies, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"127de52b-df75-4342-95a0-20d84c5bf916","metadata":{"source_printing_ids":["08950015-eee5-4327-888c-82dfd13bb9ad","09dbe391-a817-4347-986f-13849746db56","52593d64-182f-45ff-82c6-fb7649d36736","6400b1a3-dc91-499a-b677-93cc67272c86","70d0540f-93c6-4af5-ab2d-65e6c03001c7","996e6444-66b7-4d92-85f2-4c44d58186fe","dce4819c-7f2f-4bed-b02d-d2b7a6c2ad9a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","INR","MID","PLST","PMID","PRM"],"rulings":[{"date":"2021-09-24","text":"If The Meathook Massacre enters the battlefield and it wasn't cast (or it was cast without paying its mana cost), X will be 0. The first ability will trigger, but it won't be much of a massacre."}],"rarities":["mythic"]},"the mind stone":{"name":"The Mind Stone","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Infinity","Stone"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Indestructible\n{T}: Add {W}.\n{5}{W}, {T}: Harness The Mind Stone. (Once harnessed, its ∞ ability is active.)\n∞ — At the beginning of your end step, exile up to one other target nonland permanent you control, then return that card to the battlefield under its owner's control.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Harness"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":5}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{5}{W}, {T}: Harness ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, exile up to one other target nonland permanent you control, then return that card to the battlefield under its owner's control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"SourceIsHarnessed"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b175e826-09e8-4fae-9f2e-b902f95b282d","metadata":{"source_printing_ids":["0e6f8149-61e4-4d7f-840d-a832d83a284e","87f1e69a-6d74-4982-afda-82613637799a","c023ab8d-7f9e-427f-9dcf-699bb65aba5c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"the mindskinner":{"name":"The Mindskinner","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["Nightmare"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"The Mindskinner can't be blocked.\nIf a source you control would deal damage to an opponent, prevent that damage and each opponent mills that many cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}],"replacements":[{"event":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source you control would deal damage to an opponent, prevent that damage and each opponent mills that many cards.","condition":null,"damage_source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"damage_target_filter":{"Player":{"player":{"type":"Opponent"}}},"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2e3ec514-fc9e-4964-a493-2a6cc9e63630","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3130a342-3c98-4c69-975b-a958ccddfe37","7f1bb4c5-99be-46cc-ad54-7affb5f0144c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"If you somehow control more than one of The Mindskinner, the multiple replacement effects will have no effect. Damage dealt to an opponent by a source you control will be replaced only once with that opponent milling that many cards."}],"rarities":["rare"]},"the omenkeel":{"name":"The Omenkeel","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a Vehicle you control deals combat damage to a player, that player exiles that many cards from the top of their library. You may play lands from among those cards for as long as they remain exiled.\nCrew 1","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":1,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"TriggeringPlayer"},"count":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":false,"mode":"Play","duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"they remain exiled"}}}},"cost":null,"sub_ability":null,"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"they remain exiled"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Vehicle"}],"controller":"You","properties":[]},"description":"Whenever a Vehicle you control deals combat damage to a player, that player exiles that many cards from the top of their library. You may play lands from among those cards for as long as they remain exiled.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"648100cd-d44a-48f8-87e4-a1d5467f348c","is_commander":true,"metadata":{"source_printing_ids":["9b660733-6ed4-49a6-ae4c-e9e4f9c851cf","cd53b61b-3bed-4ca3-baf1-ff1c2f03a88d","fab2fca4-a99f-4ffe-9c02-edb6e0be2358"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PLST","PRM"],"rarities":["rare"]},"the ozolith":{"name":"The Ozolith","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control leaves the battlefield, if it had counters on it, put those counters on The Ozolith.\nAt the beginning of combat on your turn, if The Ozolith has counters on it, you may move all counters from The Ozolith onto target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"TriggeringSource"},"counter_type":null,"count":null,"mode":"Put","selection":"StackTarget","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control leaves the battlefield, if it had counters on it, put those counters on ~.","constraint":null,"condition":{"type":"HadCounters","counter_type":null},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":null,"count":null,"mode":"Move","selection":"StackTarget","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, if ~ has counters on it, you may move all counters from ~ onto target creature.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCounters","counters":{"type":"Any"},"minimum":1},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"1946ded1-5f53-409f-b0a6-5433bb0357d2","metadata":{"source_printing_ids":["1fac900d-c40d-4f33-9ae5-45e31e5ce66c","7d9df3ce-25f9-426c-a113-6aea53ddf619","83a46e68-7fb5-4c17-b5aa-ed039cea59d6","9341ed06-53db-4604-b60a-3ea9129afbc2","e0aaee13-bfeb-47fd-93cb-2ccdd5d44e75","ed3b5f52-ce33-4e67-aca0-6d417fe7f5fa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","LTC","PIKO","PRM","SLD"],"rulings":[{"date":"2020-04-17","text":"+1/+1 counters on The Ozolith have no effect unless it becomes a creature. Keyword counters on The Ozolith will grant it keywords that may have no practical effect. For example, flying on a noncreature artifact is just strange, but hexproof on a noncreature artifact is entirely useful."},{"date":"2020-04-17","text":"As The Ozolith's last ability resolves, you choose whether to move the counters."},{"date":"2020-04-17","text":"If The Ozolith leaves the battlefield after the last ability triggers but before it resolves, you can't move any counters from it onto the target creature."},{"date":"2020-04-17","text":"If the target creature is an illegal target by the time The Ozolith's last ability tries to resolve, the ability won't resolve. You won't remove any counters from The Ozolith."},{"date":"2020-04-17","text":"The Ozolith's first ability doesn't move counters off the creature that's left the battlefield. Rather, you put the same number of each kind of counter the creature had onto The Ozoloith. Notably, if you somehow control a second The Ozolith, each one will receive the same number and kinds of counters that were on the creature that left the battlefield. Similarly, if the creature has an ability that triggers when it leaves the battlefield that refers to the number of counters it had, that ability will use the number of counters that were on the permanent, even if The Ozolith's first ability resolves first."},{"date":"2020-04-17","text":"You can't move only some of the counters from The Ozolith onto the target creature."}],"rarities":["rare","mythic"]},"the powerful dragon":{"name":"The Powerful Dragon","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nMentor (Whenever this creature attacks, put a +1/+1 counter on target attacking creature with lesser power.)\nWhenever one or more +1/+1 counters are put on a creature you control, exile the top card of your library. Until end of turn, you may play that card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Mentor"],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more +1/+1 counters are put on a creature you control, exile the top card of your library. Until end of turn, you may play that card.","constraint":null,"condition":null,"counter_filter":{"counter_type":"P1P1"},"batched":false},{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LT","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}}]}},"cost":null,"sub_ability":null,"duration":null,"description":"Mentor — put a +1/+1 counter on a lesser-power attacker","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.134a: Mentor — whenever this creature attacks, put a +1/+1 counter on target attacking creature with power less than this creature's power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4bfaa867-ed9b-477d-9787-0ff884fb906b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4a374f23-0f4c-4be2-adec-8e3956efc035"]},"legalities":{},"printings":["UNK"],"rarities":["rare"]},"the prismatic bridge":{"name":"The Prismatic Bridge","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, reveal cards from the top of your library until you reveal a creature or planeswalker card. Put that card onto the battlefield and the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"Controller"},"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"count":{"type":"Fixed","value":1},"kept_destination":"Battlefield","rest_destination":"Library"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, reveal cards from the top of your library until you reveal a creature or planeswalker card. Put that card onto the battlefield and the rest on the bottom of your library in a random order.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"92023a5d-a143-4950-a71b-d736e6b8e959","metadata":{"source_printing_ids":["46d43696-3c63-4c55-bc61-e1560c8b8201","86f54b82-0168-421e-bcde-d13d48b7d9ff","ced8571a-24e1-45be-8698-3314b663940a","f6cd7465-9dd0-473c-ac5e-dd9e2f22f5f6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM","SLD"],"rarities":["mythic"]},"the rack":{"name":"The Rack","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this artifact enters, choose an opponent.\nAt the beginning of the chosen player's upkeep, this artifact deals X damage to that player, where X is 3 minus the number of cards in their hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"ClampMin","inner":{"type":"Offset","inner":{"type":"Multiply","factor":-1,"inner":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"SourceChosenPlayer"}}}},"offset":3},"minimum":0},"target":{"type":"SourceChosenPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"SourceChosenPlayer"},"valid_source":null,"description":"At the beginning of the chosen player's upkeep, ~ deals X damage to that player, where X is 3 minus the number of cards in their hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose an opponent.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"3d873e1d-4fac-42c4-bb31-77e76099e1ef","metadata":{"source_printing_ids":["1e19104f-55d5-40e5-a61d-ddba2cf5a527","20b05627-2486-486d-8e03-2db59f8876c3","2a600805-dd79-419d-9866-f8c29643f0f8","5f4d3e9f-d42a-4f9c-9230-32533d0e3873","696d1e25-5c25-4522-b085-90d49fe23a18","805ca63e-0d86-409d-a1ca-d6b61c3b8895","e2cc6b86-9094-4f82-a5ea-1d8a06a4e013","ec0686ba-1277-4412-a397-7a6227808311","f6b5fd8f-adb0-4cd5-b67a-7999efa25c2d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["3ED","4BB","4ED","ATQ","DPA","FBB","MB2","PRM","PS11","PTC","SUM","TSB"],"rulings":[{"date":"2004-10-04","text":"You choose one opposing player as this card enters, and it only affects that one player. This choice is not changed even if this card changes controllers. It becomes useless but stays on the battlefield if the chosen player leaves the game."}],"rarities":["uncommon","special"]},"the raven man":{"name":"The Raven Man","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if a player discarded a card this turn, create a 1/1 black Bird creature token with flying and \"This token can't block.\"\n{3}{B}, {T}: Each opponent discards a card. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":3}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{3}{B}, {T}: Each opponent discards a card. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Bird","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Bird"],"colors":["Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if a player discarded a card this turn, create a 1/1 black Bird creature token with flying and \"~ can't block.\"","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"CardsDiscardedThisTurn","player":{"type":"AllPlayers","aggregate":"Sum"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"19918740-f6e3-40cd-9848-3c7a852a6c2a","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["abbfb88b-cb12-5377-b069-0aee675281de"],"source_printing_ids":["6e761fb2-ae4f-4d72-a142-f7e9bd681303","bd9f4cca-90fa-4f53-8243-09d99823add3","eee62bdd-3e29-442b-9ce4-1c66d12a5877"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU"],"rulings":[{"date":"2022-09-09","text":"The Raven Man's first ability triggers at the beginning of each player's end step as long as at least one player has discarded a card this turn. It only triggers once, not once for each card discarded or once for each player that discarded a card. It will trigger even if its controller is the one that discarded a card this turn."}],"rarities":["rare"]},"the reaver cleaver":{"name":"The Reaver Cleaver","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature gets +1/+1 and has trample and \"Whenever this creature deals combat damage to a player or planeswalker, create that many Treasure tokens.\"\nEquip {3}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},"sub_ability":null,"duration":null,"description":"Equip {3}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player or planeswalker, create that many Treasure tokens.","constraint":null,"condition":null,"batched":false}},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature gets +1/+1 and has trample and \"Whenever ~ deals combat damage to a player or planeswalker, create that many Treasure tokens.\""}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"37a2a31d-51e6-4c07-b4c2-b206ad40eb42","metadata":{"related_token_ids":["4f940dc2-7698-5fda-9f9b-62ec43ec2012","6b012b36-d1d6-5d9d-a3f3-1f0ca2df04c8","7c5cdbc2-a953-53bd-81dd-9a5c8fbedb85","b0e0f943-429b-5075-a61d-22338c7dfcf6"],"source_printing_ids":["10e6f41c-cb5a-48ea-9ae6-86249bcce629","1d671d06-5881-41c4-a4ff-79c8733bebf5","5bcd1591-b5b9-49fc-9f2a-45f31ed1871e","a18cf0ef-1720-4bb1-9af2-8d59c2b553f9","be11af2c-ced6-4da7-a56c-60cef97b7fbb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DMC","M3C","PLST","SLD"],"rarities":["rare"]},"the ring goes south":{"name":"The Ring Goes South","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"The Ring tempts you. Then reveal cards from the top of your library until you reveal X land cards, where X is the number of legendary creatures you control. Put those land cards onto the battlefield tapped and the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"RingTemptsYou"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealUntil","player":{"type":"Controller"},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]}}},"kept_destination":"Battlefield","rest_destination":"Library","enter_tapped":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"the ring tempts you. Then reveal cards from the top of your library until you reveal X land cards, where X is the number of legendary creatures you control. Put those land cards onto the battlefield tapped and the rest on the bottom of your library in a random order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3d36f0ab-d333-4a08-ad1b-5b7e1ddb647c","metadata":{"source_printing_ids":["2003c7f1-c9dc-4d0a-ba4b-6a4ca705164a","3c8a4c7d-527c-49ea-a115-a9e747c0fd03","c7efd07d-98d5-4e92-86dd-1eb4e60183d6","d4ee6b2e-7e6d-4f8d-a75e-ff30722e08d3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LTR","PLTR"],"rulings":[{"date":"2023-06-16","text":"As the Ring tempts you, you get an emblem named The Ring if you don't have one. Then your emblem gains its next ability and you choose a creature you control to become (or remain) your Ring-bearer."},{"date":"2023-06-16","text":"Each player can have only one emblem named The Ring and only one Ring-bearer at a time."},{"date":"2023-06-16","text":"Each time the Ring tempts you, you must choose a creature if you control one."},{"date":"2023-06-16","text":"If the creature you choose as your Ring-bearer was already your Ring-bearer, that still counts as choosing that creature as your Ring-bearer for the purpose of abilities that trigger \"whenever you choose a creature as your Ring-bearer\" or abilities that care about which creature was chosen as your Ring-bearer."},{"date":"2023-06-16","text":"Some spells and abilities that cause the Ring to tempt you may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. The Ring won't tempt you."},{"date":"2023-06-16","text":"The Ring can tempt you even if you don't control a creature. In this case, abilities that trigger \"whenever the Ring tempts you\" will still trigger."},{"date":"2023-06-16","text":"The Ring gains its abilities in order from top to bottom. Once it gains an ability, it has that ability for the rest of the game."}],"rarities":["rare"]},"the rollercrusher ride":{"name":"The Rollercrusher Ride","mana_cost":{"type":"Cost","shards":["X","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Delirium — If a source you control would deal noncombat damage to a permanent or player while there are four or more card types among cards in your graveyard, it deals double that damage instead.\nWhen The Rollercrusher Ride enters, it deals X damage to each of up to X target creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals X damage to each of up to X target creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"Delirium — If a source you control would deal noncombat damage to a permanent or player while there are four or more card types among cards in your graveyard, it deals double that damage instead.","condition":{"type":"OnlyIfQuantity","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"damage_modification":{"type":"Double"},"damage_source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"combat_scope":"NoncombatOnly"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"aed1f0cd-8df8-415f-afd6-ccfd12234334","metadata":{"source_printing_ids":["4d14e9ee-f82f-4062-b972-9486377dacdb","70019956-fca1-4090-b3b6-6a963528e05b","bb57a981-e70b-4298-b620-577914d67cb7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"If another effect (or effects) modifies how much damage a source you control would deal while you have delirium—by preventing some of it, for example—the player being dealt damage or the controller of the permanent being dealt damage chooses the order in which any such effects apply. If all of the damage is prevented, the effect of The Rollercrusher Ride's first ability no longer applies."},{"date":"2024-09-20","text":"If damage dealt by a source you control is being divided among multiple permanents and/or players while you have delirium, that damage is divided before doubling."},{"date":"2024-09-20","text":"The damage is dealt by the same source as the original source of damage. The doubled damage isn't dealt by The Rollercrusher Ride unless it was the original source of damage."}],"rarities":["mythic"]},"the scarab god":{"name":"The Scarab God","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, each opponent loses X life and you scry X, where X is the number of Zombies you control.\n{2}{U}{B}: Exile target creature card from a graveyard. Create a token that's a copy of it, except it's a 4/4 black Zombie.\nWhen The Scarab God dies, return it to its owner's hand at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black"],"generic":2}},"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TrackedSet","id":0},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"SetPower","value":4},{"type":"SetToughness","value":4},{"type":"SetColor","colors":["Black"]},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddType","core_type":"Creature"},{"type":"AddSubtype","subtype":"Zombie"}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}{U}{B}: Exile target creature card from a graveyard. Create a token that's a copy of it, except it's a 4/4 black Zombie.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":"You","properties":[]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, each opponent loses X life and you scry X, where X is the number of Zombies you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, return it to its owner's hand at the beginning of the next end step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"c75e55f2-fd6c-4816-9d96-21eeb8369aff","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047","5a9097cb-1a78-558b-90d2-217688ef45d1","70911aa0-1297-5263-b92c-2348ab09b87e"],"source_printing_ids":["01ff8244-ec3b-41bd-a007-bbd403a96e96","2025bd7b-ddef-40cf-9ffd-80591a67b508","456b330e-5ff7-4192-bc6f-2f2b4654bee7","621cfd79-be4e-41e3-95ce-62b0eeff5baf","70d1af08-f4e6-4030-8ebe-30d9d706b114","7546b37d-c83a-4632-bebf-cc46d114481f","d79ee141-0ea6-45d6-a682-96a37d703394","f4f414ef-84a2-4694-9e98-51bee4576c84"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","AKR","CMM","DRC","HOU","MP2","PHOU","SLD"],"rulings":[{"date":"2017-07-14","text":"If this creature dies but leaves your graveyard before the next end step, it will remain in its new zone."},{"date":"2017-07-14","text":"The “next end step” refers to the next end step that occurs, not the end step of the next turn. If this creature dies before a turn's end step (for example, during combat), it will be returned to its owner's hand at the beginning of that turn's end step."},{"date":"2020-08-07","text":"In a Two-Headed Giant game, The Scarab God's first ability causes the opposing team to lose life equal to twice the number of Zombies you control, although you scry only equal to the number of Zombies you control."},{"date":"2020-08-07","text":"The number of Zombies you control is counted as The Scarab God's first ability resolves. Players can try to change that number in response to the ability (perhaps by activating its second ability)."}],"rarities":["mythic","special"]},"the seriema":{"name":"The Seriema","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When The Seriema enters, search your library for a legendary creature card, reveal it, put it into your hand, then shuffle.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 7+.)\n7+ | Flying\nOther tapped legendary creatures you control have indestructible.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"HasSupertype","value":"Legendary"}]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, search your library for a legendary creature card, reveal it, put it into your hand, then shuffle.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"7+ | Flying"},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Tapped"},{"type":"HasSupertype","value":"Legendary"},{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other tapped legendary creatures you control have indestructible."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":5},{"type":"SetToughness","value":5}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":7},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 7+"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a6bcec1f-f515-4e63-9e84-8eb04cc582ff","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9361996c-414b-4d0d-9d94-b6d5fe04e987","dec91ec3-42d3-4922-96f0-dbb50a576084"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"the seventh doctor":{"name":"The Seventh Doctor","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Time Lord","Doctor"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Whenever The Seventh Doctor attacks, choose a card in your hand. Defending player guesses whether that card's mana value is greater than the number of artifacts you control. If they guessed wrong, you may cast it without paying its mana cost. If you don't cast a spell this way, investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Hand","zone_owner":"Controller","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"chooser":"Controller","up_to":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"OpponentGuess","guesser":"DefendingPlayer","subject":{"type":"Proposition","lhs":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Target"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":{"Guessed":{"outcome":"Incorrect"}}},"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, choose a card in your hand. Defending player guesses whether that card's mana value is greater than the number of artifacts you control. If they guessed wrong, you may cast it without paying its mana cost. If you don't cast a spell this way, investigate.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"43e1b053-2cb9-4b1d-9e38-100cfa7267b6","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["915356b7-202a-5619-b003-e613d245d5bb"],"source_printing_ids":["3ce91239-0003-4e77-91af-a00eab10e98c","6d19bf30-4e95-470b-a81b-a6595816eeed","6e7c642d-3c32-4a16-8da5-fd1505e571d1","8ce1351f-3643-4d7e-99a8-9c1a31abe970","8dd6bfb3-1338-4ee6-9281-30a7428200d2","9499f326-3ebe-4544-8dc3-30b7e16d1d89","cec9e2a0-8eff-494c-b4a3-8bf60a1dedc8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If an effect instructs you to choose a creature type, you may choose Time Lord."},{"date":"2023-10-13","text":"If the card you chose has an {X} in its mana cost, the value of X is 0."},{"date":"2023-10-13","text":"Neither \"Time\" nor \"Lord\" are creature types. Some older cards were printed with the subtype \"Lord,\" but all of those cards have updated Oracle card text that removed that type."},{"date":"2023-10-13","text":"To choose a card in your hand for The Seventh Doctor's ability, take a card in your hand and separate it from the others, face down. Then the defending player guesses whether the mana value of that card is greater than the number of artifacts you control. You do not have to reveal whether they guess right or wrong unless you are casting the card."},{"date":"2023-10-13","text":"Unlike other creature types in Magic that are each only one word, the two words \"Time Lord\" represent a single creature subtype. Time Lord is the only two-word creature type."}],"rarities":["rare"]},"the skullspore nexus":{"name":"The Skullspore Nexus","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {X} less to cast, where X is the greatest power among creatures you control.\nWhenever one or more nontoken creatures you control die, create a green Fungus Dinosaur creature token with base power and toughness each equal to the total power of those creatures.\n{2}, {T}: Double target creature's power until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DoublePT","mode":"Power","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"factor":2},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{2}, {T}: Double target creature's power until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZoneAll","execute":{"kind":"Spell","effect":{"type":"Token","name":"Fungus Dinosaur","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"TrackedSetAggregate","function":"Sum","property":"Power","source":"TriggeringBatch"}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"TrackedSetAggregate","function":"Sum","property":"Power","source":"TriggeringBatch"}}},"types":["Creature","Fungus","Dinosaur"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more nontoken creatures you control die, create a green Fungus Dinosaur creature token with base power and toughness each equal to the total power of those creatures.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {X} less to cast, where X is the greatest power among creatures you control."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ba26ff0a-e714-44f2-95cf-1a5a6088edf9","metadata":{"related_token_ids":["7af4122b-94af-5e15-9d75-54f15bbb442a"],"source_printing_ids":["85c4b837-1557-4dda-a324-9646ce702dfd","b56a7631-5f94-468d-aab7-7e9e129c5f49"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","PLCI"],"rulings":[{"date":"2023-11-10","text":"Once you determine the cost to cast The Skullspore Nexus, you may activate abilities to pay that cost. If the greatest power among creatures you control changes while activating mana abilities, the cost to cast The Skullspore Nexus remains what you previously determined."},{"date":"2023-11-10","text":"The first step of casting a spell is to move it to the stack. If this causes the greatest power among creatures you control to change (for example, if you control a creature with \"This creature's power is equal to the number of cards in your hand\"), that new power will be used to determine the cost reduction."},{"date":"2023-11-10","text":"To double a creature's power, that creature gets +X/+0, where X is that creature's power as The Skullspore Nexus's activated ability resolves."},{"date":"2023-11-10","text":"Use the power of the nontoken creatures that died as they last existed on the battlefield to determine the base power and toughness of the token created by the middle ability."}],"rarities":["mythic"]},"the space family goblinson":{"name":"The Space Family Goblinson","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Guest"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"The Space Family Goblinson has trample as long as you've rolled three or more dice this turn.\nWhenever you roll a die, put a +1/+1 counter on The Space Family Goblinson.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"RolledDieOnce","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll a die, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"Unrecognized","text":"you've rolled three or more dice this turn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has trample as long as you've rolled three or more dice this turn."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"63132b61-a684-4900-baf2-818904805208","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["26177224-3c0e-4081-8468-3cd9981ddb0a","5200905c-ed18-45aa-8a24-3e1ef688bc6f","6b9969b4-cb64-4275-b7fd-93565dadaaf7","db161073-7fb1-465c-8878-e2584ac27458"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["UNF"],"rulings":[{"date":"2022-10-07","text":"If you roll more than one die at a time, however, that does count as multiple die rolls."},{"date":"2022-10-07","text":"Remember that if a die is rerolled, that counts only as a single roll. The original roll doesn’t count. Similarly, any die roll that’s ignored doesn’t count."}],"rarities":["uncommon"]},"the tabernacle at pendrell vale":{"name":"The Tabernacle at Pendrell Vale","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"All creatures have \"At the beginning of your upkeep, destroy this creature unless you pay {1}.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"SelfRef"},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, destroy ~ unless you pay {1}.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"All creatures have \"At the beginning of your upkeep, destroy ~ unless you pay {1}.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"69b409b3-fa16-4c79-8b46-215a7036ed46","metadata":{"source_printing_ids":["64bc9b1d-5818-4d9e-b771-e49af4ff9a5c","cd3f7f4e-cb25-4121-96a0-a4dc530420b9"]},"legalities":{"commander":"legal","duel":"banned","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LEG","ME3","OLGC","PRM"],"rarities":["rare"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"the tarrasque":{"name":"The Tarrasque","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"The Tarrasque has haste and ward {10} as long as it was cast.\nWhenever The Tarrasque attacks, it fights target creature defending player controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":"DefendingPlayer","properties":[]},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, it fights target creature defending player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"},{"type":"AddKeyword","keyword":{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":10}}}}],"condition":{"type":"WasCast"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has haste and ward {10} as long as it was cast."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bfd66214-e576-4a7e-8559-4e4e51d56b98","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["7e498a59-e6b2-4eaf-ae6e-399e9f700fde","8a26fa15-d81f-4152-ae33-e91aa276b3fc","a785d199-3e8a-494a-9fd7-5215eb6b3eea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR","PLST"],"rulings":[{"date":"2021-07-23","text":"Fighting is not optional. If there is at least one legal target for The Tarrasque's last ability, it must fight."},{"date":"2021-07-23","text":"If a player casts a spell that targets multiple permanents their opponent controls with ward, each of those ward abilities will trigger. If that player doesn't pay for all of them, the spell will be countered."},{"date":"2021-07-23","text":"The Tarrasque will have haste and ward {10} even if it was cast from a zone other than your hand. May we suggest the command zone?"},{"date":"2021-07-23","text":"The fight happens in the declare attackers step before blockers are declared. Unless the creature it is fighting survives, that creature won't be able to block that combat."}],"rarities":["mythic"]},"the ten rings":{"name":"The Ten Rings","mana_cost":{"type":"Cost","shards":[],"generic":8},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Your maximum hand size is ten.\nAt the beginning of your end step, if you have fewer than ten cards in hand, draw cards equal to the difference.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Difference","left":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"right":{"type":"Fixed","value":10}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you have fewer than ten cards in hand, draw cards equal to the difference.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"LT","rhs":{"type":"Fixed","value":10}},"batched":false}],"static_abilities":[{"mode":{"MaximumHandSize":{"modification":{"SetTo":10}}},"affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Your maximum hand size is ten."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"a82d855c-50c8-43f2-99ba-a84fe84539c5","metadata":{"source_printing_ids":["2332bc91-b0f2-4911-844d-d1cc915cd6c8","47360bb6-9724-4418-b1f3-59d0b28e7798"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["mythic"]},"the tomb of aclazotz":{"name":"The Tomb of Aclazotz","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Land"],"subtypes":["Cave"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Transforms from Tarrian's Journal.)\n{T}: Add {B}.\n{T}: You may cast a creature spell from your graveyard this turn. If you do, it enters with a finality counter on it and is a Vampire in addition to its other types. (If a creature with a finality counter on it would die, exile it instead.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {B}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"without_paying_mana_cost":false,"mode":"Cast","duration":"UntilEndOfTurn"},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"AddPendingETBCounters","counter_type":"finality","count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddPendingEntersModifications","modifications":[{"type":"AddSubtype","subtype":"Vampire"}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{T}: You may cast a creature spell from your graveyard this turn. If you do, it enters with a finality counter on it and is a Vampire in addition to its other types.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a75b02ba-b0c8-47e3-a05c-e9ba221a7578","metadata":{"source_printing_ids":["3577ac1a-7c14-4463-a8c0-530f37f3d935","99255a66-b868-45fc-a2a9-0c89bd851b69"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rarities":["rare"]},"the toymaker's trap":{"name":"The Toymaker's Trap","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, secretly choose a number between 1 and 5 that hasn't been chosen. If you do, an opponent guesses which number you chose, then you reveal the number you chose. If they guessed wrong, they lose life equal to the number they guessed and you draw a card. If they guessed right, sacrifice this enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"NumberRange":{"min":1,"max":5,"distinctness":"DistinctFromSourceHistory"}},"persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"OpponentGuess","guesser":{"ChosenPlayer":{"index":0}},"subject":{"type":"CommittedChoice","choice_type":{"NumberRange":{"min":1,"max":5,"distinctness":"DistinctFromSourceHistory"}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"NoOp"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"guessed"}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":{"Guessed":{"outcome":"Correct"}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":{"Guessed":{"outcome":"Incorrect"}}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":{"Guessed":{"outcome":"Incorrect"}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, secretly choose a number between 1 and 5 that hasn't been chosen. If you do, an opponent guesses which number you chose, then you reveal the number you chose. If they guessed wrong, they lose life equal to the number they guessed and you draw a card. If they guessed right, sacrifice ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"8e93ea21-5e3f-448e-a175-96c8438c328e","metadata":{"source_printing_ids":["381de078-6eac-462c-b6d9-095779279d42","574546c1-c023-4250-990a-010fc630934b","70bf950d-bf1b-4ee6-9ffe-326473d7c704","c25b6dcd-12aa-449d-b734-d1dc4b053df4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If The Toymaker's Trap leaves the battlefield and later returns to the battlefield, it has no memory of which numbers were chosen for its effect before. The same is true if you control a second copy of it."},{"date":"2023-10-13","text":"To secretly choose a number, write a number from 1 to 5 down without showing it to anyone else."}],"rarities":["rare"]},"the true scriptures":{"name":"The True Scriptures","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter.)\nI — For each opponent, destroy up to one target creature or planeswalker that player controls.\nII — Each opponent discards three cards, then mills three cards.\nIII — Put all creature cards from all graveyards onto the battlefield under your control. Exile this Saga, then return it to the battlefield (front face up).","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":"TargetPlayer","properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"Opponent"}}}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"enters_under":"You"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"97652492-7906-4d79-983c-fa1dc1239eba","metadata":{"source_printing_ids":["7367ddfd-508e-49de-9428-3384bbe80b55","bf2249e6-af74-4b88-8eb7-144ce8fa7f6b","c9063b1d-573a-4979-8cb3-4afe4eee66d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rarities":["mythic"]},"the unagi of kyoshi island":{"name":"The Unagi of Kyoshi Island","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Serpent"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flash\nWard—Waterbend {4}. (Whenever this creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {4}. They can tap their artifacts and creatures to help. Each one pays for {1}.)\nWhenever an opponent draws their second card each turn, you draw two cards.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Waterbend",{"Ward":{"type":"Waterbend","data":{"type":"Cost","shards":[],"generic":4}}}],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws their second card each turn, you draw two cards.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"be922360-ee9f-4cfb-bf10-d481c5de5cb1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0ecd8b38-9ee5-41a5-9b93-21c33fc1a6ff","66387ea1-af31-4332-bacc-c32fe3260f4b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"If a card or ability instructs your opponent to put cards into their hand without specifically using the word \"draw,\" it's not a card drawn."},{"date":"2025-10-02","text":"If an effect instructs your opponent to draw multiple cards, the ability triggers after they draw whichever is the second one for the turn. It goes on the stack after they've drawn and looked at all the cards and finished resolving the spell or ability that caused them to draw cards."},{"date":"2025-10-02","text":"The last ability can trigger only once each turn for each opponent. It doesn't matter whether The Unagi of Kyoshi Island was on the battlefield when the first card was drawn. If it's not on the battlefield when the second card is drawn, the ability can't trigger at all that turn. It won't trigger when the third or fourth card is drawn."}],"rarities":["rare"]},"the ur-dragon":{"name":"The Ur-Dragon","mana_cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon","Avatar"]},"power":{"type":"Fixed","value":10},"toughness":{"type":"Fixed","value":10},"loyalty":null,"defense":null,"oracle_text":"Eminence — As long as The Ur-Dragon is in the command zone or on the battlefield, other Dragon spells you cast cost {1} less to cast.\nFlying\nWhenever one or more Dragons you control attack, draw that many cards, then you may put a permanent card from your hand onto the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more Dragons you control attack, draw that many cards, then you may put a permanent card from your hand onto the battlefield.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":null,"properties":[{"type":"Another"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"Or","conditions":[{"type":"SourceInZone","zone":"Command"},{"type":"SourceInZone","zone":"Battlefield"}]},"affected_zone":null,"effect_zone":null,"active_zones":["Command","Battlefield"],"characteristic_defining":false,"description":"Eminence — As long as ~ is in the command zone or on the battlefield, other Dragon spells you cast cost {1} less to cast."}],"replacements":[],"color_override":["Black","Green","Red","Blue","White"],"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"87b22b09-4f6d-4bc5-9cfc-663e4c7c6981","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["10d42b35-844f-4a64-9981-c6118d45e826","6270c798-a3ba-4826-b0a9-82f7e12890f6","7e78b70b-0c67-4f14-8ad7-c9f8e3f59743","d2763752-57af-4d4a-a0e5-5a496985b8bf","ea949741-af94-47ae-a577-2953c69ab71d","fe0192cd-9c14-4f24-bc31-febfb135f707"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C17","CMM","OC17","PF25","PZ2","SLD"],"rulings":[{"date":"2017-08-25","text":"If a Dragon you control enters the battlefield attacking, it won’t cause The Ur-Dragon’s last ability to trigger."},{"date":"2017-08-25","text":"The Ur-Dragon’s triggered ability resolves after all attackers have been chosen. You can’t attack with some Dragons, put a creature card with haste onto the battlefield, and then attack with that creature. Similarly, any “whenever a creature attacks” abilities of the permanent card you put onto the battlefield won’t trigger."},{"date":"2017-08-25","text":"You draw one card for each Dragon you controlled that attacked, even if some of them left the battlefield before The Ur-Dragon’s triggered ability resolves."},{"date":"2017-08-25","text":"You may only put one permanent card from your hand onto the battlefield, no matter how many Dragons you attacked with or how many players they attacked."}],"rarities":["mythic"]},"the valeyard":{"name":"The Valeyard","mana_cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Time Lord","Noble"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"If an opponent would face a villainous choice, they face that choice an additional time. (They can make the same or different choices.)\nWhile voting, you may vote an additional time.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"GrantsExtraVillainousChoice","affected":{"type":"Player"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If an opponent would face a villainous choice, they face that choice an additional time."},{"mode":"GrantsExtraVote","affected":{"type":"Player"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"While voting, you may vote an additional time."}],"replacements":[],"color_override":["Black","Red","Blue"],"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"ed202f1d-3511-45f4-bfbc-e6b76d4311d1","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Optional_YouMay","description":"If an opponent would face a villainous choice, they face that choice an additional time. (They can make the same or different choices.)\nWhil","line_index":0}],"metadata":{"source_printing_ids":["0ddf0067-2453-44b3-8ea7-248a8bb1268f","d154b5ec-9fd0-4627-bcf8-7993f1ab5b6b","d63218a4-afaf-4ad8-9ca4-4f9af87877b9","d6b4bf74-1ca1-48ea-9f82-511c3c2eb04a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If an effect instructs you to choose a creature type, you may choose Time Lord."},{"date":"2023-10-13","text":"Neither \"Time\" nor \"Lord\" are creature types. Some older cards were printed with the subtype \"Lord,\" but all of those cards have updated Oracle card text that removed that type."},{"date":"2023-10-13","text":"Unlike other creature types in Magic that are each only one word, the two words \"Time Lord\" represent a single creature subtype. Time Lord is the only two-word creature type."}],"rarities":["rare"]},"the wandering emperor":{"name":"The Wandering Emperor","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":[]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"Flash\nAs long as The Wandering Emperor entered this turn, you may activate her loyalty abilities any time you could cast an instant.\n[+1]: Put a +1/+1 counter on up to one target creature. It gains first strike until end of turn.\n[−1]: Create a 2/2 white Samurai creature token with vigilance.\n[−2]: Exile target tapped creature. You gain 2 life.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain first strike"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[+1]: Put a +1/+1 counter on up to one target creature. It gains first strike until end of turn.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Activated","effect":{"type":"Token","name":"Samurai","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Samurai"],"colors":["White"],"keywords":["Vigilance"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Loyalty","amount":-1},"sub_ability":null,"duration":null,"description":"[−1]: Create a 2/2 white Samurai creature token with vigilance.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Tapped"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Exile target tapped creature. You gain 2 life.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ActivateAsInstant":{"cost_category":"PaysLoyalty"}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"SourceEnteredThisTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ entered this turn, you may activate her loyalty abilities any time you could cast an instant."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0c7f18d5-36cb-4bc6-a358-443b97666215","brawl_commander":true,"is_oathbreaker":true,"metadata":{"related_token_ids":["0979b2d0-05a6-5616-b7be-75c1777f6cb6"],"source_printing_ids":["22edc832-993b-432a-8435-8d8a72799122","71327818-2784-4fde-8e19-ef8677694a5f","b92aafa5-9a21-4564-8b33-dab414cd5dca","fab2d8a9-ab4c-4225-a570-22636293c17d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM","PWCS"],"rulings":[{"date":"2022-02-18","text":"You may still only activate one of The Wandering Emperor's loyalty abilities on the turn she entered the battlefield."}],"rarities":["mythic"]},"the wandering minstrel":{"name":"The Wandering Minstrel","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Bard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Lands you control enter untapped.\nThe Minstrel's Ballad — At the beginning of combat on your turn, if you control five or more Towns, create a 2/2 Elemental creature token that's all colors.\n{3}{W}{U}{B}{R}{G}: Other creatures you control get +X/+X until end of turn, where X is the number of Towns you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PumpAll","power":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Town"}],"controller":"You","properties":[]}}}},"toughness":{"type":"Quantity","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Town"}],"controller":"You","properties":[]}}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Blue","Black","Red","Green"],"generic":3}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{3}{W}{U}{B}{R}{G}: Other creatures you control get +X/+X until end of turn, where X is the number of Towns you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Elemental"],"colors":["White","Blue","Black","Red","Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, if you control five or more Towns, create a 2/2 Elemental creature token that's all colors.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Town"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"batched":false}],"static_abilities":[],"replacements":[{"event":"ChangeZone","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"description":"Lands you control enter untapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green","Red","Blue","White"],"scryfall_oracle_id":"e6e6e3d2-f2fb-46a1-8798-13a2f2efe8cc","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["b9f1ebfd-34fc-5c08-b211-5e2578b91982"],"source_printing_ids":["77bc419d-ff69-4e7c-afe6-faca383a5ed7","f39b9892-9b82-4dea-bae0-e1735618341e","fd5de0c8-6af9-4b0a-be9d-19af1e7bd7c3","fe9cd860-1b4e-48ec-be30-e0ec4ca75e26"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"If The Wandering Minstrel would enter the battlefield at the same time a land you control would enter the battlefield tapped, that land still enters the battlefield tapped."},{"date":"2025-06-06","text":"If a land has an ability that says it enters the battlefield tapped, you choose the order in which that ability's effect and The Wandering Minstrel's effect apply. This means you can choose to have the land enter tapped or untapped. If a land you control is simply put onto the battlefield tapped without a replacement effect being applied, it always enters untapped if you control The Wandering Minstrel."},{"date":"2025-06-06","text":"The Wandering Minstrel's second ability checks at the moment it would trigger to see if you control five or more Towns. If you don't, the ability won't trigger at all. If it does trigger, the ability will check again as it tries to resolve. If you don't control five or more Towns at that time, the ability won't resolve and none of its effects will happen."},{"date":"2025-06-06","text":"The value of X is calculated only once, as The Wandering Minstrel's last ability resolves."}],"rarities":["rare"]},"the wedding of river song":{"name":"The Wedding of River Song","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw two cards, then you may exile a nonland card from your hand with a number of time counters on it equal to its mana value. Then target opponent does the same. Cards exiled this way that don't have suspend gain suspend.\nTime travel. (For each suspended card you own and each permanent you control with a time counter on it, you may add or remove a time counter.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["time",{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}]]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"target_opponent_does_the_same","description":"target opponent does the same"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"cards","description":"Cards exiled this way that don't have suspend gain suspend"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TimeTravel"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":"Draw two cards, then you may exile a nonland card from your hand with a number of time counters on it equal to its mana value. Then target opponent does the same. Cards exiled this way that don't have suspend gain suspend.\nTime travel.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1ff91cc1-2233-4ceb-91ba-6a49c7147f32","metadata":{"source_printing_ids":["47cdfa73-4e56-4364-82eb-744a1680911d","4be35975-fac5-448d-a18e-7b05dcc57f02","adc4ce53-7805-4448-bc20-f5bf85fdefa3","d3fc2d77-ec3c-408f-9259-0c511790fa34"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"If you exile a card with a mana value of 0, it will gain suspend, but no time counters will be placed on it. It can't be cast unless a time counter is later placed on it (and then, subsequently removed), and it isn't considered to be a \"suspended card.\""},{"date":"2023-10-13","text":"Time counters are usually found on cards with suspend and vanishing, but may be found on other cards as well. Notably, Sagas use lore counters to track their progress, not time counters. You can't move a Saga's chapters forward and backward this way."},{"date":"2023-10-13","text":"To time travel, look at each permanent you control with a time counter on it and each suspended card you own in exile with a time counter on it. For each of them, you choose whether you want to put a time counter on that card or permanent, remove a time counter from it, or do neither. Then those changes all happen simultaneously."},{"date":"2024-02-02","text":"Cards exiled with suspend are exiled face up."},{"date":"2024-02-02","text":"Due to a recent rules change to suspend, you are no longer required to cast the suspended card as the second triggered ability of suspend resolves. Instead, as the second triggered ability resolves, you may cast the card. Timing permissions based on the card's type are ignored. If you don't cast the card, it remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"Exiling a card with suspend isn't casting that card. This action doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"If an effect refers to a \"suspended card,\" that means a card that (1) has suspend, (2) is in exile, and (3) has one or more time counters on it."},{"date":"2024-02-02","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2024-02-02","text":"If the first triggered ability of suspend (the one that removes time counters) is countered, no time counter is removed. The ability will trigger again at the beginning of the card's owner's next upkeep."},{"date":"2024-02-02","text":"If the second triggered ability is countered, the card can't be cast. It remains exiled with no time counters on it, and it's no longer suspended."},{"date":"2024-02-02","text":"If the spell requires any targets, those targets are chosen when the spell is finally cast, not when it's exiled."},{"date":"2024-02-02","text":"If you cast a card \"without paying its mana cost,\" such as with suspend, you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those if you want to cast the card."},{"date":"2024-02-02","text":"Suspend is a keyword that represents three abilities. The first is a static ability that allows you to exile the card from your hand with the specified number of time counters (the number before the dash) on it by paying its suspend cost (listed after the dash). The second is a triggered ability that removes a time counter from the suspended card at the beginning of each of your upkeeps. The third is a triggered ability that gives you the option to cast the card when the last time counter is removed."},{"date":"2024-02-02","text":"The mana value of a spell cast without paying its mana cost is determined by its mana cost, even though that cost wasn't paid."},{"date":"2024-02-02","text":"When the last time counter is removed, the second triggered ability of suspend (the one that lets you cast the card) triggers. It doesn't matter why the last time counter was removed or what effect removed it."},{"date":"2024-02-02","text":"You can exile a card in your hand using suspend any time you could cast that card. Consider its card type, any effects that modify when you could cast it (such as flash) and any other effects that stop you from casting it (such as from Meddling Mage's ability) to determine if and when you can do this. Whether you could actually complete all steps in casting the card is irrelevant. For example, you can exile a card with suspend that has no mana cost or that requires a target even if no legal targets are available at that time."}],"rarities":["rare"]},"the wise mothman":{"name":"The Wise Mothman","mana_cost":{"type":"Cost","shards":["Black","Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Insect","Mutant"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever The Wise Mothman enters or attacks, each player gets a rad counter.\nWhenever one or more nonland cards are milled, put a +1/+1 counter on each of up to X target creatures, where X is the number of nonland cards milled this way.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"GivePlayerCounter","counter_kind":"Rad","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, each player gets a rad counter.","constraint":null,"condition":null,"batched":false},{"mode":"Milled","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more nonland cards are milled, put a +1/+1 counter on each of up to X target creatures, where X is the number of nonland cards milled this way.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green","Blue"],"scryfall_oracle_id":"7656f93b-336f-49cb-b8fe-c2b5c014258f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["16a1d611-6f5f-40af-8ca3-b9dc619111eb","28686dda-64b0-4ffe-b71a-58e7f901c4eb","3d6d6944-a364-41c2-b824-7a1bf6ad0d1e","5a769dd6-3018-412f-b8ea-2434c5074945","a44f6097-a513-44a5-aaa4-92ac2fa800c0","cfb80c75-4b1b-4f25-923a-933855e7345c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP","SLD"],"rulings":[{"date":"2024-03-08","text":"Any effects (such as proliferate) that interact with counters a player gets, has, or loses can interact with rad counters."},{"date":"2024-03-08","text":"If a player has fewer cards remaining in their library than the number of rad counters they have when the triggered ability resolves, they’ll mill as many cards as they can."},{"date":"2024-03-08","text":"If more than one player is instructed to mill at the same time (by the activated ability of Raul, Trouble Shooter, for example), as long as at least one nonland card is milled, The Wise Mothman’s last ability will trigger just once."},{"date":"2024-03-08","text":"In a game using the shared team turns option, such as an Archenemy or Two-Headed Giant game, the inherent triggered ability associated with rad counters triggers once for each player on the active team that has rad counters. Each instance of that ability is controlled by one of those players."},{"date":"2024-03-08","text":"Keep track of how many rad counters each player has. Potential ways to track this include writing them down on paper or using dice, but any method that is clear and mutually agreeable is fine."},{"date":"2024-03-08","text":"Rad counters are a kind of counter that a player may have. They’re not associated with any specific permanents."},{"date":"2024-03-08","text":"Rad counters don’t go away as steps, phases, or turns end. They only go away when an effect instructs a player to remove rad counters from themselves."},{"date":"2024-03-08","text":"The cards are milled all at once, which means abilities that trigger “whenever one or more nonland cards are milled” will trigger exactly once as long as at least one nonland card was milled."},{"date":"2024-03-08","text":"There is an inherent triggered ability associated with having rad counters. This triggered ability has no source and is controlled by the active player. The full text of this ability is “At the beginning of the precombat main phase of a player with rad counters, that player mills cards equal to the number of rad counters they have. For each nonland card milled this way, that player loses 1 life and removes one rad counter from themselves.”"}],"rarities":["mythic"]},"thespian's stage":{"name":"Thespian's Stage","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{2}, {T}: This land becomes a copy of target land, except it has this ability.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"BecomeCopy","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"duration":"Permanent","additional_modifications":[{"type":"RetainPrintedAbilityFromSource","source_ability_index":1}]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":"Permanent","description":"{2}, {T}: ~ becomes a copy of target land, except it has this ability.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b01e698b-608a-4fc7-8073-b01d044743ec","metadata":{"source_printing_ids":["107492bd-b32f-4692-917c-7771986b5bf7","10c1ac95-c277-4430-8499-a005200e85aa","1907ce97-79d9-4623-847d-6582203e7075","269a926d-7788-4668-8bd8-7572dbf5f5eb","3490e699-a796-42c9-87d1-90673644a379","4bc82744-f5da-438c-9ecf-1c286d9d78d3","50ae3d9d-e269-4a83-9b2d-cfe34f5f0f78","75129f63-423c-478d-be25-a4e113d8204e","8262562c-7328-47f8-8225-bf0613b7944e","954c7792-c147-401d-bbe5-f1773ae3b301","b3cb3c82-ae92-4afe-bf30-bc9f8119a11e","b6f27909-e5cd-44c0-91c4-21624f692fd9","c1394924-511a-43db-b9cd-5fb1b64c6597","d618c6b2-6ca2-4584-9926-b1d184c144bd","d93554e7-7df8-4c13-9a32-ee4d0b98066e","dc03cbbf-6157-48ee-9687-c91513a95f18","e90b10f7-474d-4947-aec9-ac4196a84a35","f55d8c6a-210a-4c89-91e7-e02679544c62"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C19","EA3","EOS","GTC","M3C","MB2","PLST","RVR","SLD","UMA","WHO"],"rulings":[{"date":"2018-12-07","text":"A land's copiable values are those printed on it, as modified by other copy effects. Counters and other effects aren't copied. Notably, if you copy a land that is also a creature because of a temporary effect (such as Celestial Colonnade), Thespian's Stage will become just the \"unanimated\" land."},{"date":"2018-12-07","text":"No enters-the-battlefield abilities of the land Thespian's Stage is copying will trigger. Thespian's Stage was already on the battlefield. Similarly, no \"as this land enters the battlefield\" or \"this land enters the battlefield with\" effects, such as that of Dark Depths, will apply."},{"date":"2018-12-07","text":"The copy effect created by the last activated ability doesn't have a duration. It will last until Thespian's Stage leaves the battlefield or another copy effect overwrites it. The permanent will no longer have the first ability of Thespian's Stage."},{"date":"2018-12-07","text":"Thespian's Stage doesn't become untapped when it becomes a copy, even if the target land is untapped."}],"rarities":["rare"]},"think twice":{"name":"Think Twice","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw a card.\nFlashback {2}{U} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Blue"],"generic":2}}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"fa85c5a2-8e83-4624-a35a-a0bbf17ecbb4","metadata":{"source_printing_ids":["352d99db-de6d-4405-90ec-b144abbaa5a4","35471afe-e14c-48f4-b901-297111be9c23","37358b49-f644-47f1-97e9-d8a43badb56b","3b90a2cc-a87d-4024-bc31-66ef00e04a90","40a7e9bb-0772-4539-bbf9-7a95d5e47947","50e1d85b-f094-40e2-8811-640076d7d546","53e44060-a9a2-4095-9f5b-f60297525315","6615cc95-0d7a-474d-bf35-3ea4dfc4cced","7228018d-3e25-41f0-ae16-beb96dd5e1cc","73db9c10-109a-417f-81cd-489d9510cc78","7b93726a-9ee7-4010-9db1-1e1ac5955398","85835de4-66ea-4ba1-87ca-6bcec2a8660a","988111df-e398-4e87-aaf9-5872f36710de","bdeaa858-14b4-4f51-902f-c8d50b9c46fb","ce79538b-20a4-42f8-934f-bc4e2723133e","d4d6d21e-4941-4b99-bed1-491b5a524d47","d88faaa1-eb41-40f7-991c-5c06e1138f3d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["C19","FDN","HA4","INR","ISD","MSC","OTC","PLST","TDC","TSP","TSR","UMA","WHO"],"rulings":[{"date":"2024-11-08","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2024-11-08","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2024-11-08","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2024-11-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2024-11-08","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2024-11-08","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["common","mythic"]},"this is how it ends":{"name":"This Is How It Ends","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature's owner shuffles it into their library, then faces a villainous choice — They lose 5 life, or they shuffle another creature they own into their library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"ParentObjectTargetOwner"},"branches":[{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":5},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":"They lose 5 life","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[{"type":"Another"},{"type":"Owned","controller":"ScopedPlayer"}]},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"they shuffle another creature they own into their library","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target creature's owner shuffles it into their library, then faces a villainous choice — They lose 5 life, or they shuffle another creature they own into their library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"53467cf4-5db2-4b9c-af2b-03b044c558cd","metadata":{"source_printing_ids":["0686d1c6-bebe-45ac-b82e-78cf420b5e33","250f6265-c0c8-4f51-bea8-408caf0a58d8","2ecb70ba-2b35-4032-9d2c-ce64099b9719","6e4f9b2d-f7b3-4ea4-b4b4-2f0734ae295f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"A player facing a villainous choice can always choose either option, even if one or both of the options are impossible. For example, if one of the options is to sacrifice a creature, a player who controls no creatures can still choose that option."},{"date":"2023-10-13","text":"If a spell or ability requires multiple players to face a villainous choice, the result is a little different from other effects in Magic. In that case, the first player in turn order makes their choice and the action for that choice is performed before the next player makes their choice. Then each of the remaining players repeat this process in turn order."},{"date":"2023-10-13","text":"When a player faces a villainous choice, they first choose one of the two options, then all actions in the chosen option are performed."}],"rarities":["rare"]},"thopter assembly":{"name":"Thopter Assembly","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Thopter"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nAt the beginning of your upkeep, if you control no Thopters other than this creature, return this creature to its owner's hand and create five 1/1 colorless Thopter artifact creature tokens with flying.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"SelfRef"},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Thopter","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Thopter"],"colors":[],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":5},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you control no Thopters other than ~, return ~ to its owner's hand and create five 1/1 colorless Thopter artifact creature tokens with flying.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Thopter"}],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"007c110d-4364-41e5-a8bc-6ac05ecbbd00","metadata":{"related_token_ids":["6bab41d8-75fc-5971-9e78-e24e3a03a8e2","6cfb85ca-b3aa-5234-8697-65f7f891dadf","836ea731-1b6e-5118-9059-03d5ab0b4ecb","d976794c-c6a4-56c8-8f29-7a3668f30b9f"],"source_printing_ids":["644ab412-0603-447d-b8ef-dfd79f78e2a5","94858a1d-7107-4ae4-a519-c3f7904146fa","b743c4d6-8bf6-4250-a9c0-d85b0d38572d","efc9db16-53d3-4d27-ba42-c3c445f2f92f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C18","DDU","MBS","MOC","PMBS","PRM"],"rulings":[{"date":"2011-06-01","text":"The triggered ability looks for any permanent you control with the creature type Thopter, not just the Thopter tokens previously created by a Thopter Assembly."}],"rarities":["rare"]},"thopter foundry":{"name":"Thopter Foundry","mana_cost":{"type":"Cost","shards":["WhiteBlack","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{1}, Sacrifice a nontoken artifact: Create a 1/1 blue Thopter artifact creature token with flying. You gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Thopter","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Thopter"],"colors":["Blue"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"NonToken"}]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}, Sacrifice a nontoken artifact: Create a 1/1 blue Thopter artifact creature token with flying. You gain 1 life.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","Blue","White"],"color_identity":["Black","Blue","White"],"scryfall_oracle_id":"88bef744-550e-4f33-b1ff-a8ee990ec754","metadata":{"related_token_ids":["8cc5adc3-60ab-5f43-a619-e0eb073dcbc7","8efe69bb-2204-5a35-af01-c31b8f962e8d","b5b44ebe-3809-5952-95e8-ab372abbcddb","e8749ef0-5281-5142-9c43-c89478006681"],"source_printing_ids":["34ec1216-1b8c-418f-bc25-c3f5ad4fda00","3d8dcd5e-d4d0-49ae-a591-78d80322105d","42b8d797-b01d-49cf-9818-d84bba17029d","a48eb2a0-69f6-4ecc-844b-22879462f11d","a824a790-ab8d-4733-9ed6-1a24676fb8f3","b848d70c-6279-4bd9-8d46-bc6e48494e02"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","ARB","C13","C16","MB2","PLST"],"rulings":[{"date":"2020-08-07","text":"You may sacrifice Thopter Foundry to pay the cost of its own ability."}],"rarities":["uncommon"]},"thornbow archer":{"name":"Thornbow Archer","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Archer"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, each opponent who doesn't control an Elf loses 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":null,"properties":[]},"comparator":"EQ","count":{"type":"Fixed","value":0}}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, each opponent who doesn't control an Elf loses 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a9b35457-0f1c-495c-a508-6f6693835051","metadata":{"source_printing_ids":["3290c60a-f9a0-464d-a15e-8473a6d50d96","d28ca3ab-9e44-489d-9882-3deccd41f390"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["ORI","PLST"],"rarities":["common"]},"thought partition":{"name":"Thought Partition","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target opponent reveals all nonland cards in their hand. You may choose one of those cards. If you do, it perpetually becomes white and its mana cost perpetually becomes {5}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"TriggeringPlayer"},"card_filter":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":null,"properties":[]},"count":null,"choice_optional":true,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"become","description":"become white and its mana cost perpetually becomes {5}"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Target opponent reveals all nonland cards in their hand. You may choose one of those cards. If you do, it perpetually becomes white and its mana cost perpetually becomes {5}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8c03643f-a0f2-4645-afc5-4c3f0f2da104","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YEOE"]},"thought-stalker warlock":{"name":"Thought-Stalker Warlock","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Menace (This creature can't be blocked except by two or more creatures.)\nWhen this creature enters, choose target opponent. If they lost life this turn, they reveal their hand, you choose a nonland card from it, and they discard that card. Otherwise, they discard a card.","non_ability_text":null,"flavor_name":null,"keywords":["Menace"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealHand","target":{"type":"ParentTarget"},"card_filter":{"type":"Typed","type_filters":[{"Non":"Land"}],"controller":null,"properties":[]},"count":null,"reveal":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DiscardCard","count":1,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Target"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"LifeLostThisTurn","player":{"type":"Target"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, choose target opponent. If they lost life this turn, they reveal their hand, you choose a nonland card from it, and they discard that card. Otherwise, they discard a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"25a63171-a1a0-4c61-ac61-49bb59fe83c1","metadata":{"source_printing_ids":["42e80284-d489-493b-ae92-95b742d07cb3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"Thought-Stalker Warlock’s triggered ability cares whether an opponent lost life this turn, not how their life total changed. For example, an opponent who gained 2 life and lost 1 life in the same turn still lost life."}],"rarities":["uncommon"]},"thoughtbound phantasm":{"name":"Thoughtbound Phantasm","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Spirit"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Defender\nWhenever you surveil, put a +1/+1 counter on this creature.\nAs long as this creature has three or more +1/+1 counters on it, it can attack as though it didn't have defender.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[{"mode":"Surveil","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you surveil, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CanAttackWithDefender","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"P1P1"},"minimum":3},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ has three or more +1/+1 counters on it, it can attack as though it didn't have defender."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ca14f1b6-e8c2-4ea5-9375-5ed63f355052","metadata":{"source_printing_ids":["36478e73-162a-412c-bf5b-9ca0d92f51e2","dbcdf292-a391-4452-8116-20084754f591"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GRN","MKC"],"rulings":[{"date":"2018-10-05","text":"Once Thoughtbound Phantasm has attacked, removing +1/+1 counters from it won't remove it from combat."},{"date":"2018-10-05","text":"You put only one +1/+1 counter on Thoughtbound Phantasm each time you surveil, no matter how many cards you looked at when you surveilled."},{"date":"2024-01-12","text":"An ability that triggers \"whenever you surveil\" triggers after you're done surveilling, even if you have fewer cards in your library than the number of cards you're instructed to surveil. It even triggers if you have no cards in your library."}],"rarities":["uncommon"]},"thousand-faced shadow":{"name":"Thousand-Faced Shadow","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Ninja"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Ninjutsu {2}{U}{U} ({2}{U}{U}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)\nFlying\nWhen this creature enters from your hand, if it's attacking, create a token that's a copy of another target attacking creature. The token enters tapped and attacking.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Ninjutsu":{"type":"Cost","shards":["Blue","Blue"],"generic":2}}],"abilities":[{"kind":"Activated","effect":{"type":"RuntimeHandled","handler":"NinjutsuFamily"},"cost":{"type":"NinjutsuFamily","variant":"Ninjutsu","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"},{"type":"Another"}]},"owner":{"type":"Controller"},"enters_attacking":true,"tapped":true,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Hand","destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters from your hand, if it's attacking, create a token that's a copy of another target attacking creature. The token enters tapped and attacking.","constraint":null,"condition":{"type":"SourceIsAttacking"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"98636623-bbc6-4935-a2bb-2234691eb6d8","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["00632c03-be00-4722-85b3-2ce31bba5cc6","89a698a5-f4ac-4b04-96dc-32e1eeef6ac7","a48c2751-fd12-42f2-b8c1-eaf78c5e29eb"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["NEO","PNEO","PRM"],"rulings":[{"date":"2022-02-18","text":"Although the Ninja is attacking, it was never declared as an attacking creature (for purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2022-02-18","text":"Although the token is attacking, it was never declared as an attacking creature (for purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2022-02-18","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any “As [this creature] enters the battlefield” or “[This creature] enters the battlefield with” abilities of the copied creature will also work."},{"date":"2022-02-18","text":"As you activate a ninjutsu ability, you reveal the Ninja card in your hand and return the attacking creature. The Ninja card stays revealed and isn't put onto the battlefield until the ability resolves. If it leaves your hand before then, it won't enter the battlefield at all."},{"date":"2022-02-18","text":"If a creature in combat has first strike or double strike, you can activate the ninjutsu ability during the first-strike combat damage step. The Ninja will deal combat damage during the regular combat damage step, even if it has first strike."},{"date":"2022-02-18","text":"If the copied creature had {X} in its mana cost, X is 0."},{"date":"2022-02-18","text":"If the copied creature is a token, the token created by Thousand-Faced Shadow copies the original characteristics of that token as stated by the effect that put it onto the battlefield."},{"date":"2022-02-18","text":"If the copied creature was copying something else, the token enters the battlefield as whatever that creature was copying."},{"date":"2022-02-18","text":"Puff of smoke not included."},{"date":"2022-02-18","text":"The creature with ninjutsu enters the battlefield attacking the same player or planeswalker that the returned creature was attacking. This is a rule specific to ninjutsu; in other cases, when a creature is put onto the battlefield attacking, that creature's controller chooses which player or planeswalker it's attacking."},{"date":"2022-02-18","text":"The ninjutsu ability can be activated during the declare blockers step, combat damage step, or end of combat step. In most cases (see below), if you wait until the combatdamage step or end of combat step, it will be after combat damage has been dealt, so the Ninja won't deal combat damage."},{"date":"2022-02-18","text":"The ninjutsu ability can be activated only after blockers have been declared. Before then, attacking creatures are neither blocked nor unblocked."},{"date":"2022-02-18","text":"The token copies exactly what was printed on the original creature and nothing else (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that creature has any counters on it or Auras and/or Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on. Notably, it doesn't copy any effects that may have turned a noncreature permanent into a creature. If the token isn't a creature as it enters the battlefield, it won't be attacking."},{"date":"2022-02-18","text":"You choose which opponent or opposing planeswalker the token is attacking as you put it onto the battlefield. It doesn't have to be the same player or planeswalker Thousand-Faced Shadow is attacking. (Remember that the rules for ninjutsu specify that a creature that enters the battlefield attacking because of a ninjutsu ability attacks the same player or planeswalker the returned unblocked creature was.)"}],"rarities":["rare"]},"thraben inspector":{"name":"Thraben Inspector","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, investigate.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"caa02547-66e3-4e27-a2d3-5e94f3e7a069","metadata":{"related_token_ids":["37292e23-13f4-5108-bac2-2e75f92f6a17","745fcde4-14c3-52bb-83c0-53542f42c7d0","927a866b-95f0-5216-b876-88d4ba2651c1","abd6c74d-5223-52c6-8547-c5f8347fb0cb","b59f8820-344a-593d-8800-afdc93753a29","d6c26262-f983-5b0d-b7a3-efbf9fe40fd6"],"source_printing_ids":["08a5007f-06a0-40fa-a252-c38baa6b5c6f","09110c28-299e-4f97-81f5-af3d51f0aef9","299cc386-2ed5-4504-9ba6-17a52e0c9a0c","2be39749-ad6f-4160-99eb-c677eee7f1b2","4b03e3d4-aa62-428b-9f99-3ed93506defa","6c727d20-51a0-443a-9d40-6efe7b91193a","9b65852b-b748-4263-a5aa-7a44e891c582","d140c3b7-ca78-483d-baeb-307b624fea8b","ec18fa41-6948-4d94-8dcc-31fb63fb53ec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","CMM","HA4","INR","J22","PLST","PRCQ","SIR","SOI","TSR"],"rulings":[{"date":"2016-04-08","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2016-04-08","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2016-04-08","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."}],"rarities":["common","special"]},"thran portal":{"name":"Thran Portal","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Gate"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped unless you control two or fewer other lands.\nAs this land enters, choose a basic land type.\nThis land is the chosen type in addition to its other types.\nMana abilities of this land cost an additional 1 life to activate.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"unknown","description":"Mana abilities of ~ cost an additional 1 life to activate."},"cost":null,"sub_ability":null,"duration":null,"description":"Mana abilities of ~ cost an additional 1 life to activate.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddChosenSubtype","kind":"BasicLandType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ is the chosen type in addition to its other types."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless you control two or fewer other lands.","condition":{"type":"UnlessControlsOtherLeq","count":2,"filter":{"type_filters":["Land"],"controller":"You","properties":[{"type":"Another"}]}},"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"BasicLandType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a basic land type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"926ce6a2-7bdd-4380-ac65-bc902ba0c284","metadata":{"source_printing_ids":["eba2995e-f255-46da-abcf-9a6f3996edb1","ef074a2e-a387-4af8-a180-74b145d93992"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","PDMU","PRM"],"rulings":[{"date":"2022-09-09","text":"If Thran Portal somehow gains another mana ability, that ability also costs an additional 1 life to activate."},{"date":"2022-09-09","text":"If a Thran Portal somehow enters the battlefield without a basic land type having been chosen for it, it does not have any mana abilities. The same is true for a land that is already on the battlefield that becomes a copy of it."},{"date":"2022-09-09","text":"If a land enters the battlefield as a copy of Thran Portal (as opposed to a land that is already on the battlefield becoming a copy of it), its controller gets to choose a basic land type for it and it has that type."},{"date":"2022-09-09","text":"If you control more than one Thran Portal, the last ability of each of them applies only to itself. That is, controlling a second Thran Portal does not make mana abilities of all cards named Thran Portal cost an additional 2 life."},{"date":"2022-09-09","text":"Thran Portal will have the appropriate intrinsic mana ability for the basic land type chosen as it enters the battlefield. It is still a Gate and still has its other abilities, including the last ability, which makes the mana ability associated with its basic land type cost 1 life to activate."},{"date":"2022-09-09","text":"You still have to pay that mana ability's other costs. Usually, this is just tapping the land."}],"rarities":["rare"]},"three blind mice":{"name":"Three Blind Mice","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter. Sacrifice after IV.)\nI — Create a 1/1 white Mouse creature token.\nII, III — Create a token that's a copy of target token you control.\nIV — Creatures you control get +1/+1 and gain vigilance until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Mouse","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Mouse"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":[],"controller":"You","properties":[{"type":"Token"}]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":1},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+1 and gain vigilance"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 4","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":4},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e5926e14-d30a-4f81-803c-f36542df2db3","metadata":{"related_token_ids":["27f0061d-f29b-5058-8d71-7d99ee87b052","3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["0d2ba371-854c-4529-b72b-e4a1887e33ab"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"If the copied token is copying something else, then the token enters the battlefield as whatever that token copied."},{"date":"2023-09-01","text":"Only creatures you control at the time the fourth chapter ability resolves will get +1/+1 and gain vigilance. Creatures you begin to control later in the turn won't be affected."},{"date":"2023-09-01","text":"The token copies the original characteristics of the target token as stated by the effect that created the token."}],"rarities":["rare"]},"three tree scribe":{"name":"Three Tree Scribe","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Frog","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature or another creature you control leaves the battlefield without dying, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":null,"destination_constraint":{"type":"NotEquals","data":"Graveyard"},"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another creature you control leaves the battlefield without dying, put a +1/+1 counter on target creature you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7d2a7741-1dff-4fac-92d8-abea24f23f97","metadata":{"source_printing_ids":["ea2ca1b3-4c1a-4be5-b321-f57db5ff0528"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"If Three Tree Scribe leaves the battlefield without dying at the same time one or more other creatures you control leave the battlefield without dying, its ability will still trigger once for each of those creatures, including itself."},{"date":"2024-07-26","text":"Three Tree Scribe’s ability triggers whenever a creature you control goes to any zone other than the graveyard from the battlefield. They could be returned to your hand, your library, or exiled, for example."}],"rarities":["uncommon"]},"threefold thunderhulk":{"name":"Threefold Thunderhulk","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Gnome"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with three +1/+1 counters on it.\nWhenever this creature enters or attacks, create a number of 1/1 colorless Gnome artifact creature tokens equal to its power.\n{2}, Sacrifice another artifact: Put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]},"count":1}]},"sub_ability":null,"duration":null,"description":"{2}, Sacrifice another artifact: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Gnome","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Gnome"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, create a number of 1/1 colorless Gnome artifact creature tokens equal to its power.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"b8020a8b-557b-465d-865d-b59fecd7abc1","metadata":{"related_token_ids":["56c9dc66-4e58-5b27-a91f-a3847399c416","f70d7ddc-2d93-55bf-937e-1719faea6c90"],"source_printing_ids":["180d3058-cc7d-4bb7-a312-4d2d7365ef19","1917c62f-d463-43eb-87ad-89ffbc88b6fe","699d1222-f150-46aa-9004-87b45f07eb42"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOC","LCI","PLCI"],"rulings":[{"date":"2023-11-10","text":"If Threefold Thunderhulk leaves the battlefield while its triggered ability is on the stack, use its power as it last existed on the battlefield to determine how many Gnomes to create."}],"rarities":["rare"]},"thriving grove":{"name":"Thriving Grove","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped. As it enters, choose a color other than green.\n{T}: Add {G} or one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1},"fixed_alternative":"Green"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G} or one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Color":{"excluded":["Green"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As it enters, choose a color other than green.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a8052556-8962-4130-86a8-6fb7b6a324f7","metadata":{"source_printing_ids":["0de19659-5b50-4917-b8dd-e030aa72868d","1d6a0661-9be3-431f-8c73-110ab93c9b34","23829580-9ae9-41c1-9b58-aea07389110d","26cb32c5-83b8-4288-ae2d-788cdc4e6445","27e65150-4990-48b2-88c9-affdc5333e8b","343a1153-03d7-46d5-ad9a-65760eabed55","434904b5-3614-4843-9cc0-03da115bdbef","4ba5e3b0-98df-40cc-96a3-0a87c3d39b99","79cabbe0-1c44-4888-8ebc-25a4c3e2c5d7","9b56c554-b731-4b16-a0a3-5eeb7f60e823","ab962037-6cf3-43a7-be74-b43bfd77a7a2","b548551d-756b-496e-a1c0-4fa77707663d","d40a899f-de35-4345-b6ad-336f63be0b2e","ea2ccec9-7377-4038-b23b-58a714e797b9","eef65ebc-12d6-4438-a908-2a0c28329124"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","BLC","CLU","CMM","ECC","J22","J25","JMP","LCC","MSC","NCC","TLE","TMC","WHO"],"rarities":["common"]},"thriving isle":{"name":"Thriving Isle","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This land enters tapped. As it enters, choose a color other than blue.\n{T}: Add {U} or one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1},"fixed_alternative":"Blue"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {U} or one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Color":{"excluded":["Blue"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As it enters, choose a color other than blue.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"69fc70b8-b143-4662-ac95-e2743037239d","metadata":{"source_printing_ids":["2592bd6b-aea8-4fac-ad52-1801fcc7abe5","352b106e-46de-4087-9533-a9f4b5536220","381517fb-1802-4f19-a73e-ce7025b7634d","3bab3bee-f88f-48e9-91ff-c9e157bbfff3","3deb238c-cee5-47fb-9e80-4acfcba2537a","464168e8-e11f-4826-a709-bf1e725ef62b","47a1ad2a-7e0a-4e1d-9a43-98e76c52cd7a","48ffa526-85a6-4a1e-a495-b5c5322244d8","4a67f455-f193-4999-9286-bbccee546fa3","58a3b5a5-eba0-4b4e-869a-5387ec7dd2b8","68614de9-2b44-4043-94e9-cbd2249d5f75","7eb8fd94-2b59-4b05-b4d0-c93497301d19","90bf15bd-4167-4a66-8729-73af5c65692a","94f93e5f-dba0-4079-8e6a-dd5d6fe6afa4","ae11e661-da7e-4df8-9473-f19bbc4ebeae","af188959-16f3-4482-a110-c22d0863f6c7","d50646a7-f5a7-4106-b660-98ee4bd4d93b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["AFC","BLC","CLU","CMM","DSC","ECC","J22","J25","JMP","LCC","MOC","MSC","NCC","TLE","TMC","WHO"],"rarities":["common"]},"throne of the god-pharaoh":{"name":"Throne of the God-Pharaoh","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, each opponent loses life equal to the number of tapped creatures you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Tapped"}]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, each opponent loses life equal to the number of tapped creatures you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ea750169-1f6f-40c2-96e9-55719e103a63","metadata":{"source_printing_ids":["8c47b08c-7182-4315-8ad1-8ecad048a0df","fe402b8e-f966-4971-90a5-950d8cff5025"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PAKH"],"rulings":[{"date":"2017-04-18","text":"If other abilities trigger at the beginning of your end step, first those controlled by your opponents resolve, then yours resolve. Each player orders their triggers in any order."},{"date":"2017-04-18","text":"In a Two-Headed Giant game, the triggered ability of Throne of the God-Pharaoh causes the opposing team to lose life equal to twice the number of tapped creatures you control. Tapped creatures your teammate controls aren’t counted."},{"date":"2017-04-18","text":"Throne of the God-Pharaoh’s ability triggers at the beginning of each of your end steps, even if you control no tapped creatures. The number of tapped creatures you control is checked as the ability resolves."}],"rarities":["rare"]},"throw from the saddle":{"name":"Throw from the Saddle","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature you control gets +1/+1 until end of turn. Put a +1/+1 counter on it instead if it's a Mount. Then it deals damage equal to its power to target creature you don't control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ConditionInstead","inner":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[{"Subtype":"Mount"}],"controller":null,"properties":[]},"use_lki":false}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":"UntilEndOfTurn","description":"Target creature you control gets +1/+1 until end of turn. Put a +1/+1 counter on it instead if it's a Mount. Then it deals damage equal to its power to target creature you don't control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d6780d29-0dd7-4f04-95b8-4ca6a55308f2","metadata":{"source_printing_ids":["775874cc-4b78-4904-9c97-431c2e400c64"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ"],"rulings":[{"date":"2024-04-12","text":"You can’t cast Throw from the Saddle unless you choose a creature you control and a creature you don’t control as targets."}],"rarities":["common"]},"thrummingbird":{"name":"Thrummingbird","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Phyrexian","Bird","Horror"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature deals combat damage to a player, proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Proliferate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, proliferate.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"eac94269-4baa-4b8e-a0fd-d6b227d1cde3","metadata":{"source_printing_ids":["39fff05f-84f3-43ec-9752-86b156ec0c5b","3c9dd552-1020-4e82-ba51-f54b3938b920","669bd3ff-2a78-47ca-87b7-635c6c1d6721","67f0a63e-0866-423e-b917-fc7c71063021","822d6c89-884f-4600-9247-989b1daa240b","86ff84d8-1b89-42cc-a8c0-4ac6fa26ce65","dc2dd336-e457-49a1-88ae-c35f0c846e99","df368f26-e9e7-476c-be59-a141392e3932","e4adf2d0-5a76-498e-88d4-474d6934a2f5","f10db847-6598-49a5-8f10-67afd5187d32","f4f942c2-c148-4f52-a60d-fbbc6b4507dc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","CM2","CMM","EOC","MM2","NCC","ONE","PLST","SOM"],"rulings":[{"date":"2023-02-04","text":"An ability that triggers \"Whenever you proliferate\" triggers even if you chose no permanents or players while doing so."},{"date":"2023-02-04","text":"If a permanent ever has both +1/+1 counters and -1/-1 counters on it at the same time, they're removed in pairs as a state-based action so that the permanent has only one of those kinds of counters on it."},{"date":"2023-02-04","text":"If a player or permanent has more than one kind of counter on it, and you choose for it to get additional counters, it must get one of each kind of counter it already has. You can't have it get just one kind of counter it already has and not the others."},{"date":"2023-02-04","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2023-02-04","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2023-02-04","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["common","uncommon"]},"thunderous velocipede":{"name":"Thunderous Velocipede","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Trample\nEach other Vehicle and creature you control enters with an additional +1/+1 counter on it if its mana value is 4 or less. Otherwise, it enters with three additional +1/+1 counters on it.\nCrew 3","non_ability_text":null,"flavor_name":null,"keywords":["Trample",{"Crew":{"power":3,"once_per_turn":null}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"EntersWithAdditionalCounters":{"counter_type":"P1P1","count":1}},"affected":{"type":"And","filters":[{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":4}}]},{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact",{"Subtype":"Vehicle"}],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each other Vehicle and creature you control enters with an additional +1/+1 counter on it if its mana value is 4 or less. Otherwise, it enters with three additional +1/+1 counters on it."},{"mode":{"EntersWithAdditionalCounters":{"counter_type":"P1P1","count":3}},"affected":{"type":"And","filters":[{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Cmc","comparator":"GT","value":{"type":"Fixed","value":4}}]},{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact",{"Subtype":"Vehicle"}],"controller":"You","properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each other Vehicle and creature you control enters with an additional +1/+1 counter on it if its mana value is 4 or less. Otherwise, it enters with three additional +1/+1 counters on it."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"899007b5-6a07-4491-9104-bb537106b07d","metadata":{"source_printing_ids":["3e5f6a1c-7b34-4c23-8172-5b869c96eb65","98a79557-8ed6-4d9a-b4e1-cece05664984","ac4ff9fc-5c34-4a07-a1f3-35c21a3323b0","f63dc8cd-34a7-43ea-a422-3ced3c11f5be"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rarities":["mythic"]},"tiana, angelic mechanic":{"name":"Tiana, Angelic Mechanic","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Angel","Artificer"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen Tiana, Angelic Mechanic or another legendary creature you control crews a Vehicle, that Vehicle perpetually gets +1/+0.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Crews","execute":{"kind":"Spell","effect":{"type":"ApplyPerpetual","target":{"type":"ParentTarget"},"modification":{"kind":"ModifyPowerToughness","power_delta":1,"toughness_delta":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"},{"type":"Another"}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ or another legendary creature you control crews a Vehicle, that Vehicle perpetually gets +1/+0.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"b34fc81a-ac7b-4c11-bb43-a99cc6a39b8e","brawl_commander":true,"is_commander":true,"legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YDMU"]},"tidespout tyrant":{"name":"Tidespout Tyrant","mana_cost":{"type":"Cost","shards":["Blue","Blue","Blue"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Djinn"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever you cast a spell, return target permanent to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, return target permanent to its owner's hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"331b44e4-cf08-44f4-8afd-a7374e5dc5ed","metadata":{"source_printing_ids":["44865244-2b9f-4734-a4da-49613b23ee4d","4e157fac-9af1-42e7-83bc-6304c7f90fa4","620fe765-1e29-4370-9220-3dd6fffd824f","9a7c2716-35ab-411d-8456-267e09833358","ca7d9ed5-30c7-4d9f-b2b6-ce959de53e30","db68f47b-f49a-4978-acdd-453ecfb948da"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AA4","BBD","DIS","RVR"],"rarities":["rare"]},"tifa's limit break":{"name":"Tifa's Limit Break","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Tiered (Choose one additional cost.)\n• Somersault — {0} — Target creature gets +2/+2 until end of turn.\n• Meteor Strikes — {2} — Double target creature's power and toughness until end of turn.\n• Final Heaven — {6}{G} — Triple target creature's power and toughness until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DoublePT","mode":"PowerAndToughness","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"factor":2},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"DoublePT","mode":"PowerAndToughness","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"factor":3},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d0d90dd8-0642-489f-9afc-11c307f258f2","modal":{"min_choices":1,"max_choices":1,"mode_count":3,"mode_descriptions":["Somersault — {0} — Target creature gets +2/+2 until end of turn.","Meteor Strikes — {2} — Double target creature's power and toughness until end of turn.","Final Heaven — {6}{G} — Triple target creature's power and toughness until end of turn."],"allow_repeat_modes":false,"mode_costs":[{"type":"Cost","shards":[],"generic":0},{"type":"Cost","shards":[],"generic":2},{"type":"Cost","shards":["Green"],"generic":6}],"chooser":{"type":"Controller"}},"metadata":{"source_printing_ids":["24d6eab7-22bd-494f-8cbe-204446f24be9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"If a mode requires a target, you can select that mode only if there's a legal target available. Ignore the targeting requirements for modes you don't choose."},{"date":"2025-06-06","text":"If a spell with tiered is copied, the effect that creates the copy may allow you to choose new targets. You cannot choose a new mode."},{"date":"2025-06-06","text":"If an effect allows you to cast a spell with tiered \"without paying its mana cost,\" you must still choose exactly one mode and pay the associated additional cost."},{"date":"2025-06-06","text":"The mana value of a spell with tiered is determined only by its mana cost (in the upper right corner of the card). It doesn't matter which mode you choose or which additional costs you pay, including any additional costs imposed by other effects."},{"date":"2025-06-06","text":"To double a creature's power and toughness, that creature gets +X/+Y, where X is that creature's power and Y is that creature's toughness when Tifa's Limit Break resolves. To triple a creature's power, that creature gets +X/+Y, where X is twice that creature's power and Y is twice that creature's toughness when Tifa's Limit Break resolves."},{"date":"2025-06-06","text":"You choose the mode as you cast the spell with tiered. Once the mode is chosen, it can't be changed."},{"date":"2025-06-06","text":"You must choose exactly one of the listed modes and pay its associated additional cost in order to cast a spell with tiered."}],"rarities":["uncommon"]},"timber paladin":{"name":"Timber Paladin","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Knight"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"As long as this creature is enchanted by exactly one Aura, it has base power and toughness 3/3.\nAs long as this creature is enchanted by exactly two Auras, it has base power and toughness 5/5 and vigilance.\nAs long as this creature is enchanted by three or more Auras, it has base power and toughness 10/10, vigilance, and trample.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3}],"condition":{"type":"Unrecognized","text":"~ is enchanted by exactly one Aura"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is enchanted by exactly one Aura, it has base power and toughness 3/3."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":5},{"type":"SetToughness","value":5},{"type":"AddKeyword","keyword":"Vigilance"}],"condition":{"type":"Unrecognized","text":"~ is enchanted by exactly two Auras"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is enchanted by exactly two Auras, it has base power and toughness 5/5 and vigilance."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":10},{"type":"SetToughness","value":10},{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Trample"}],"condition":{"type":"Unrecognized","text":"~ is enchanted by three or more Auras"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is enchanted by three or more Auras, it has base power and toughness 10/10, vigilance, and trample."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0be44c76-9e3f-45c2-9b2c-6a5f00678780","metadata":{"source_printing_ids":["1edfd4d2-c492-4bec-9bb0-c5b7cb01818f","3507e128-f8a1-4429-951d-2dc98b225118"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WOC"],"rulings":[{"date":"2023-09-01","text":"Timber Paladin's abilities each overwrite any previous effects that set creatures' power and/or toughness to specific numbers. Any power- or toughness-setting effects that start to apply after Timber Paladin enters the battlefield will overwrite these effects, regardless of when Timber Paladin became enchanted by one, two, or three or more Auras."}],"rarities":["rare"]},"time beetle":{"name":"Time Beetle","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Alien","Insect"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Skulk (This creature can't be blocked by creatures with greater power.)\nParallel Universe — Whenever this creature deals combat damage to a player, time travel. (For each suspended card you own and each permanent you control with a time counter on it, you may add or remove a time counter.)","non_ability_text":null,"flavor_name":null,"keywords":["Skulk"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"TimeTravel"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, time travel.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"247a0c13-c611-4c00-bedf-ecf7ea6bb956","metadata":{"source_printing_ids":["813a8197-55c2-4abd-9979-b62014240796","8c592af4-5470-4311-af05-761e5a9c46be"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Time counters are usually found on cards with suspend and vanishing, but may be found on other cards as well. Notably, Sagas use lore counters to track their progress, not time counters. You can't move a Saga's chapters forward and backward this way."},{"date":"2023-10-13","text":"To time travel, look at each permanent you control with a time counter on it and each suspended card you own in exile with a time counter on it. For each of them, you choose whether you want to put a time counter on that card or permanent, remove a time counter from it, or do neither. Then those changes all happen simultaneously."}],"rarities":["uncommon"]},"time distortion":{"name":"Time Distortion","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Phenomenon"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When you encounter Time Distortion, reverse the game's turn order. (For example, if play had proceeded clockwise around the table, it now goes counterclockwise. Then planeswalk away from this phenomenon.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Planeswalked":{"role":"To"}},"execute":{"kind":"Spell","effect":{"type":"ReverseTurnOrder"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"When you encounter ~, reverse the game's turn order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e19e8895-f8a4-4995-8dd4-2821c6469126","legalities":{},"printings":["OPC2","OPCA"],"rulings":[{"date":"2012-06-01","text":"If the game’s turn order is reversed again, it will return to the default order used at the beginning of the game."},{"date":"2012-06-01","text":"This effect reverses the turn order established at the beginning of the game. While the order is reversed, anything that cares about this order (such as determining in what order choices are made) will use the new reversed."}]},"time sieve":{"name":"Time Sieve","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}, Sacrifice five artifacts: Take an extra turn after this one.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"ExtraTurn","target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":5}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice five artifacts: Take an extra turn after this one.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"3da5977a-36d4-4f32-ab9b-8b93809d818d","metadata":{"source_printing_ids":["2b86e588-86f1-4b65-9e84-522f9cae9997","384a1033-bf43-44d7-8d82-d61fc6c2d65a","c2e8b424-0cec-490e-a571-bd051f952adf","c620e565-f5e1-467c-a1d1-8d05228b2f37"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","ARB","PLST","SLD"],"rulings":[{"date":"2020-08-07","text":"You may sacrifice Time Sieve as one of the artifacts to pay the cost of its own ability."}],"rarities":["rare"]},"time to feed":{"name":"Time to Feed","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose target creature an opponent controls. When that creature dies this turn, you gain 3 life. Target creature you control fights that creature. (Each deals damage equal to its power to the other.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDies","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"ParentTarget"},"subject":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose target creature an opponent controls. When that creature dies this turn, you gain 3 life. Target creature you control fights that creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"59642d6f-8a25-4f79-9e81-643eac775658","metadata":{"source_printing_ids":["32561f72-bb4d-44b2-9c90-9d1041cf3699","799d08a6-d978-4731-98ad-38acd57f3196","86e89e51-fd37-4f41-ad13-d1b8a93e5277","91bd4063-a75d-441a-96e5-514749c85849","e38f4729-53f1-4d9b-adfa-e3a49d54b3fa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DDO","J25","JMP","PLST","THS"],"rulings":[{"date":"2013-09-15","text":"If neither creature is a legal target when Time to Feed tries to resolve, the spell won't resolve and none of its effects will happen."},{"date":"2013-09-15","text":"If the first target creature dies that turn, you'll gain 3 life no matter what caused the creature to die or who controls the creature at that time."},{"date":"2013-09-15","text":"Time to Feed has two targets: a creature an opponent controls and a creature you control. If only one of those creatures is a legal target when Time to Feed tries to resolve, the creatures won't fight and neither will deal or be dealt damage. If the creature you don't control is the illegal target, you won't gain life when it dies."}],"rarities":["common"]},"timely ward":{"name":"Timely Ward","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may cast this spell as though it had flash if it targets a commander.\nEnchant creature\nEnchanted creature has indestructible.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has indestructible."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"8e589dca-d31e-4d2f-81b1-18e5f9198795","casting_options":[{"kind":"AsThoughHadFlash","condition":{"type":"SpellTargetsFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"IsCommander"}]}}}],"metadata":{"source_printing_ids":["5de08a92-9b60-4672-9f3b-3ceb53ca82ca","d61f8db1-0148-47bd-ae97-9aedccb83813","dd0af67e-d31f-431f-b912-ce8382785ded"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMR","DSC","WOC"],"rarities":["rare"]},"tin street gossip":{"name":"Tin Street Gossip","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Lizard","Advisor"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\n{T}: Add {R}{G}. Spend this mana only to cast face-down spells or to turn creatures face up.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"spend","description":"Spend this mana only to cast face-down spells or to turn creatures face up"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add {R}{G}. Spend this mana only to cast face-down spells or to turn creatures face up.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"19dc29a7-8ccc-4e54-829b-86cc102b082d","metadata":{"source_printing_ids":["4094b13f-28d4-48b6-8cce-3c44656745b7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"The mana produced by Tin Street Gossip can't be used to cast a spell that instructs you to cloak or manifest cards."}],"rarities":["uncommon"]},"tinybones joins up":{"name":"Tinybones Joins Up","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When Tinybones Joins Up enters, any number of target players each discard a card.\nWhenever a legendary creature you control enters, any number of target players each mill a card and lose 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, any number of target players each discard a card.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":1},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"HasSupertype","value":"Legendary"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever a legendary creature you control enters, any number of target players each mill a card and lose 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"3d2bd4f6-174d-411a-b930-9161aeefd33a","metadata":{"source_printing_ids":["5724a15f-0ba0-421a-9cd4-a2b701e6141f","a3afc0c2-95e7-4b9f-94c5-144cce17c7ed"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"When Tinybones Joins Up’s first ability resolves, the next target player in turn order (or, if it’s a target player’s turn, that player) chooses a card in hand without revealing it, then each other target player in turn order (if any) does the same. All chosen cards are then discarded at the same time."}],"rarities":["rare"]},"tinybones, the pickpocket":{"name":"Tinybones, the Pickpocket","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Skeleton","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever Tinybones deals combat damage to a player, you may cast target nonland permanent card from that player's graveyard, and mana of any type can be spent to cast that spell.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"TriggeringPlayer"}]},"without_paying_mana_cost":false,"mode":"Cast","driver":"DuringResolution","mana_spend_permission":"AnyTypeOrColor"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, you may cast target nonland permanent card from that player's graveyard, and mana of any type can be spent to cast that spell.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7bc4c7e2-6758-4a85-84e7-03ab93981106","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1b2a3962-315d-48df-9af5-7cb4dd2040de","3d3025a2-4a17-4137-ba0b-bd676c6f5f88"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"You choose whether to cast the target nonland permanent card as Tinybones's triggered ability resolves. If you do, you do so as part of the resolution of that ability. You can't wait to cast it later in the turn. Timing restrictions based on the card's types are ignored."}],"rarities":["mythic"]},"tinybones, trinket thief":{"name":"Tinybones, Trinket Thief","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Skeleton","Rogue"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of each end step, if an opponent discarded a card this turn, you draw a card and you lose 1 life.\n{4}{B}{B}: Each opponent with no cards in hand loses 10 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":10}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}{B}{B}: Each opponent with no cards in hand loses 10 life.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"ScopedPlayer"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if an opponent discarded a card this turn, you draw a card and you lose 1 life.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"CardsDiscardedThisTurn","player":{"type":"Opponent","aggregate":"Sum"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"008eda1f-b913-4f04-8c29-5e87c270149e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4063be5b-bfd9-43c5-bc39-09a40bc793bf","8e462172-6efe-46ad-a97a-fa43ee52c831","f3edb27c-4faa-464a-9bb1-fbe17013c022"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["JMP","SLD"],"rulings":[{"date":"2020-06-23","text":"Tinybones checks which opponents have no cards in hand only as its last ability resolves."},{"date":"2020-06-23","text":"Tinybones’s first ability has you draw just one card and lose just 1 life, no matter how many opponents discarded cards and no matter how many cards were discarded beyond the first."},{"date":"2020-06-23","text":"Tinybones’s first ability triggers only if an opponent has discarded a card before the end step begins. If an opponent has more cards in hand than their maximum hand size, they’ll discard during their cleanup step, which is after the end step."}],"rarities":["mythic"]},"tireless provisioner":{"name":"Tireless Provisioner","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Scout"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, create a Food token or a Treasure token. (Food is an artifact with \"{2}, {T}, Sacrifice this token: You gain 3 life.\" Treasure is an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"Token","name":"Food","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Food"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"create a Food token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"create a Treasure token","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, create a Food token or a Treasure token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"ab8d5f5c-1976-4f77-8ed2-8d28ee666741","metadata":{"related_token_ids":["08ce3bb9-14a8-554b-8d2f-328f500a2379","27e5baaa-d09a-5876-be9d-887eb020080b","4811acb4-e116-5e6b-8d42-707057b51299","4873fe20-675e-5db5-b9ba-8d996c2806ba","4f940dc2-7698-5fda-9f9b-62ec43ec2012","74d281e4-6c2a-53c2-b0ea-253ef143d22c","7c5cdbc2-a953-53bd-81dd-9a5c8fbedb85","7d7e1ab4-5d33-522e-996d-9a416b8af614","84539a0d-a9c4-532f-83b9-71197f3c5225","9b7b8d88-0042-548c-a8dd-18089528b064","9edb0c2d-4ab6-5240-8c37-bc97bcf71eaa","af87e130-3b6a-589f-959b-301f7269a7fa","b0e0f943-429b-5075-a61d-22338c7dfcf6","c71c9643-4101-5306-9514-9a7004d811df","e097be71-8e76-516b-9764-7e93746e0d63","e1712205-f6a6-5ffa-befc-9becced0337f","f6e24d97-b7f8-5da8-ab97-978ecbecb85e","fedaa940-0663-5266-8c03-77691c605fe8"],"source_printing_ids":["1163fe84-c5d5-42c8-b7cd-d206a9b0bd3f","3cf04e55-b266-46cd-a79a-d87f5ceba469","5590a3a5-e0bd-451a-b98e-00a492487c46","5c5be54d-660e-42ab-b5ea-5e1cf3bad0bc","5dbc2162-238d-492b-b629-94f771230d92","7a832060-ecc6-406a-ab06-b371aa952e13","995938ee-3ba7-42c9-9e0f-76b4a105f55e","a1e048e0-19d2-4076-892d-f8b3104dee37","ac73d130-ceb6-41ea-af0d-314d5adba9e6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","H2R","J21","J25","LTC","MH2","MOC","PLST","SLD"],"rulings":[{"date":"2024-11-08","text":"Food is an artifact type. Even though it appears on some creatures, it's never a creature type."},{"date":"2024-11-08","text":"Whatever you do, don't eat the delicious cards."},{"date":"2024-11-08","text":"You can't sacrifice a Food to pay multiple costs. For example, you can't sacrifice a Food token to activate its own ability and also to activate Maraleaf Rider's ability."}],"rarities":["uncommon","rare"]},"tireless tracker":{"name":"Tireless Tracker","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Scout"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Landfall — Whenever a land you control enters, investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")\nWhenever you sacrifice a Clue, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a land you control enters, investigate.","constraint":null,"condition":null,"batched":false},{"mode":"Sacrificed","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Subtype":"Clue"}],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you sacrifice a Clue, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e6555cca-e608-4c87-b835-9cd47fd1f543","metadata":{"related_token_ids":["0a65ab01-5e69-5bd1-b0a1-3371c1bd9efb","220e9586-3bc4-5068-92e5-d39eb29d090a","745fcde4-14c3-52bb-83c0-53542f42c7d0","9003ec81-9a0c-5f92-b39b-636c9fe9b8b9","927a866b-95f0-5216-b876-88d4ba2651c1","9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1","abd6c74d-5223-52c6-8547-c5f8347fb0cb","d6c26262-f983-5b0d-b7a3-efbf9fe40fd6","d76af2c5-2e22-582a-bd84-97dc25d3601b","e4dce79e-c9ce-520b-9401-d635e4e4c654"],"source_printing_ids":["0875f4e3-d0be-41ce-870c-ee63f1af1904","08b1bc46-e8be-4437-a50a-96b6f1ec4a08","15e58f65-8f34-40b8-9bf9-529064f94d4b","2b7c024f-db49-4b98-ad80-b46ee1be32fe","439ba9f4-4aca-46a6-89f7-9b7d8299c68e","5015b027-de1c-4e1e-8cf3-d946b8a3a4a3","66444549-ad9b-49c6-a7c6-34e977c1085d","66660f7c-9e1c-4e88-856a-98fab1f1364d","695ac524-b54a-4de7-90b7-ec4e5e94717e","7d12eb1d-1027-436a-86a3-455128cc0641","7e656b81-43b6-4d92-b68b-fbf8848620c2","856cfb5a-6e85-4ac2-9964-19b6dc68e149","b262574e-6eb0-46d5-b05c-ac66ac8f7f07","b3364018-aeba-4f58-8233-b0026c488dd0","e7fe81de-a81f-4226-9067-4d6598b82016","ee8e9928-d9b2-4570-adb8-44b34115decd","fd5a8a4c-4d66-48a1-bc3e-caaa2dbb64d4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["EA1","EOC","FIC","INR","J25","MKC","MOC","PIP","PLST","PSOI","SIR","SLD","SOI","SPG"],"rulings":[{"date":"2016-04-08","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2016-04-08","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2016-04-08","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."},{"date":"2024-02-02","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2024-02-02","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2024-02-02","text":"Some abilities trigger \"whenever you sacrifice a Clue\". Those abilities trigger whenever you sacrifice a Clue for any reason, not just to activate a Clue's activated ability."},{"date":"2024-02-02","text":"Some spells and abilities that investigate may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't create any Clue tokens."},{"date":"2024-02-02","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."},{"date":"2024-11-08","text":"A landfall ability doesn't trigger if a permanent already on the battlefield becomes a land."},{"date":"2024-11-08","text":"A landfall ability triggers whenever a land you control enters for any reason. It triggers whenever you play a land, as well as whenever a spell or ability puts a land onto the battlefield under your control."},{"date":"2024-11-08","text":"Whenever a land you control enters, each landfall ability of the permanents you control will trigger. You can put them   on the stack in any order. The last ability you put on the stack will be the first one to resolve (As a result, you can have those abilities resolve in the order of your choosing.)."}],"rarities":["rare","mythic"]},"tithe taker":{"name":"Tithe Taker","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"During your turn, spells your opponents cast cost {1} more to cast and abilities your opponents activate cost {1} more to activate unless they're mana abilities.\nAfterlife 1 (When this creature dies, create a 1/1 white and black Spirit creature token with flying.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Afterlife":1}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Spirit","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Spirit"],"colors":["White","Black"],"keywords":["Flying"],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create 1 1/1 white and black Spirit creature token with flying","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.135a: When ~ is put into a graveyard from the battlefield, create 1 1/1 white and black Spirit creature token with flying.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Raise","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"Opponent","properties":[]},"modifications":[],"condition":{"type":"DuringYourTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, spells your opponents cast cost {1} more to cast and abilities your opponents activate cost {1} more to activate unless they're mana abilities."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c916b81f-700e-4a1a-8c8e-c4685ceaecd2","metadata":{"related_token_ids":["b5772afa-c000-5ab4-9eff-4bd7f18856fb","ecb4f782-2e1d-599e-b215-50205578124c"],"source_printing_ids":["6c817300-c9be-4ff4-b59d-85eb21152c40","bd26b7b1-992d-4b8c-bc33-51aab5abdf98"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["PRNA","RNA","WOC"],"rulings":[{"date":"2019-01-25","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities are activated abilities and will have colons in their reminder text. An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate. Triggered abilities (starting with \"when,\" \"whenever,\" or \"at\") are unaffected by Tithe Taker."},{"date":"2019-01-25","text":"An opponent's activated ability that costs no mana to activate will cost {1} plus its non-mana costs during your turn."},{"date":"2019-01-25","text":"Because blockers are chosen all at once, you can't block with a creature with afterlife, wait for it to die, then block with the resulting Spirit tokens."},{"date":"2019-01-25","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases (such as that of Tithe Taker's effect), then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare"]},"tithing blade":{"name":"Tithing Blade","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, each opponent sacrifices a creature of their choice.\nCraft with creature {4}{B} ({4}{B}, Exile this artifact, Exile a creature you control or a creature card from your graveyard: Return this card transformed under its owner's control. Craft only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Craft":{"cost":{"type":"Cost","shards":["Black"],"generic":4},"materials":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent","Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},{"type":"Typed","type_filters":["Card","Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]}]},"count":{"type":"Exactly","count":1}}}],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":4}},{"type":"Exile","count":1,"zone":"Battlefield","filter":{"type":"SelfRef"}},{"type":"ExileMaterials","materials":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent","Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},{"type":"Typed","type_filters":["Card","Creature"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]}]},"count":{"type":"Exactly","count":1}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent sacrifices a creature of their choice.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"883a4180-9ede-4249-a4b8-3a29c998fb63","metadata":{"source_printing_ids":["dbaa9a2d-e9fd-4746-a26c-f99ae731f024"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"If a card that isn't a transforming double-faced card becomes a copy of a card with craft, it'll stay in exile if you activate the craft ability. It won't return to the battlefield."},{"date":"2023-11-10","text":"If the materials required include multiple objects, you may exile some of them from among permanents you control and the rest from among cards in your graveyard. You don't have to choose all permanents or all cards from your graveyard."},{"date":"2023-11-10","text":"The back faces of some cards with craft refer to cards \"used to craft\" it. This refers to the cards exiled as part of the cost of the craft ability of the front face. Those cards are considered to be \"used to craft\" that permanent as long as they remain exiled and the permanent remains on the battlefield, even if the permanent's controller changes or some of its characteristics change (because of a copy effect, for example.)"},{"date":"2023-11-10","text":"You may exile tokens you control as part of the materials required. However, because they aren't cards and won't stay in exile, any abilities that refer to what you \"used to craft\" the back faces won't refer to anything."}],"rarities":["common"]},"tobita, master of winds":{"name":"Tobita, Master of Winds","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Creatures you control have flying.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have flying."}],"replacements":[],"color_override":["Blue"],"color_identity":["Blue"],"scryfall_oracle_id":"59eab251-af80-4091-98de-9ed413c14cdc","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["9de1eebf-5725-438c-bcf0-f3a4d8a89fb0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"flip","printings":["CHK"],"rarities":["uncommon"]},"together as one":{"name":"Together as One","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Converge — Target player draws X cards, Together as One deals X damage to any target, and you gain X life, where X is the number of colors of mana spent to cast this spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}},"target":{"type":"Player"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Converge — Target player draws X cards, ~ deals X damage to any target, and you gain X life, where X is the number of colors of mana spent to cast this spell.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"234f1c4b-dd0c-4c4e-b3c1-3b9ccfc42226","metadata":{"source_printing_ids":["82e4948e-5f2b-498f-8864-d46870910d83","ac2a8a66-e38c-42ab-83e1-d2d99ee48861"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If a spell with a converge ability is copied, no mana was spent to cast the copy, so the number of colors of mana spent to cast the spell will be zero. The number of colors spent to cast the original spell is not copied."},{"date":"2026-03-20","text":"If there are any alternative or additional costs to cast a spell with a converge ability, the colors of mana spent to pay those costs will count."},{"date":"2026-03-20","text":"If you cast a spell with converge without spending any mana to cast it (perhaps because an effect allowed you to cast it without paying its mana cost), then the number of colors spent to cast it will be zero."},{"date":"2026-03-20","text":"The maximum number of colors of mana you can spend to cast a spell is five. Colorless is not a color. Note that the cost of a spell with converge may limit how many colors of mana you can spend."},{"date":"2026-03-20","text":"Unless a spell or ability allows you to, you can't choose to pay more mana for a spell with a converge ability just to spend more colors of mana. Likewise, if a spell or ability reduces the amount of mana it costs you to cast a spell with converge, you can't ignore that cost reduction in order to spend more colors of mana."}],"rarities":["rare"]},"tolarian terror":{"name":"Tolarian Terror","mana_cost":{"type":"Cost","shards":["Blue"],"generic":6},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Serpent"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast for each instant and sorcery card in your graveyard.\nWard {2} (Whenever this creature becomes the target of a spell or ability an opponent controls, counter it unless that player pays {2}.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"ZoneCardCount","zone":"Graveyard","card_types":["Instant","Sorcery"],"scope":"Controller"}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each instant and sorcery card in your graveyard."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"b9d0f2e1-62c2-44fd-ad38-471daf17bb0a","metadata":{"source_printing_ids":["2569d4f3-55ed-4f99-9592-34c7df0aab72","29ec2269-5a83-48a7-8fbe-e1b06e169c04","42f01cba-43d4-46ad-b7a5-d7631b0e1347"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DMU","FDN","PLST"],"rulings":[{"date":"2024-11-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions (such as that of Tolarian Terror). The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."},{"date":"2024-11-08","text":"Tolarian Terror's first ability can't reduce its cost below {U}."}],"rarities":["common"]},"tombstone stairwell":{"name":"Tombstone Stairwell","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["World"],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cumulative upkeep {1}{B} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nAt the beginning of each upkeep, if this enchantment is on the battlefield, each player creates a 2/2 black Zombie creature token with haste named Tombspawn for each creature card in their graveyard.\nAt the beginning of each end step and when this enchantment leaves the battlefield, destroy all tokens created with this enchantment. They can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[{"CumulativeUpkeep":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":["Haste"],"tapped":false,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"ScopedPlayer","properties":[{"type":"Owned","controller":"ScopedPlayer"},{"type":"InZone","zone":"Graveyard"}]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each upkeep, if ~ is on the battlefield, each player creates a 2/2 black Zombie creature token with haste named Tombspawn for each creature card in their graveyard.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, destroy all tokens created with ~. They can't be regenerated.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Token"}]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, destroy all tokens created with ~. They can't be regenerated.","constraint":null,"condition":null,"batched":false},{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"9aaf1149-eccb-434a-a1a7-14b93fa50141","metadata":{"source_printing_ids":["f8fe2f99-7ec2-490c-8ec3-aa2fb4680826"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"All the tokens are put onto the battlefield simultaneously."},{"date":"2004-10-04","text":"Both the cumulative upkeep and the triggered ability trigger at the beginning of upkeep, so you can choose what order they resolve."},{"date":"2004-10-04","text":"Does not put the Zombies onto the battlefield if this card is not still on the battlefield when its ability resolves."},{"date":"2004-10-04","text":"If something changes the names of the tokens, then the \"at end of turn\" ability will still destroy them."},{"date":"2004-10-04","text":"You control the triggered ability, but each player controls the token creature they put onto the battlefield due to the ability's effect."},{"date":"2008-10-01","text":"This has the supertype world. When a world permanent enters, any world permanents that were already on the battlefield are put into their owners' graveyards. This is a state-based action called the \"world rule.\" The new world permanent stays on the battlefield. If two world permanents enter at the same time, they're both put into their owners' graveyards."}],"rarities":["rare"]},"tome of legends":{"name":"Tome of Legends","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Book"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters with a page counter on it.\nWhenever your commander enters or attacks, put a page counter on this artifact.\n{1}, {T}, Remove a page counter from this artifact: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"page"},"target":null,"selection":"SingleObject"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}, Remove a page counter from ~: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"page","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"IsCommander"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever your commander enters or attacks, put a page counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"page","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a page counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"cada2a1c-5db2-4702-9a57-cbe7da1bf208","metadata":{"source_printing_ids":["040301e8-20c1-4f4c-8766-d05f11415efd","08b0d5aa-8d76-4951-a326-0f4078fdfd28","2f0831d0-88d2-40fa-9f9d-6f270c5d94ef","3a50a89f-aca9-409e-b6b5-dbe3a361b96f","84546bb2-6c82-4e3e-8f64-cb7aa865ee60","8d4cb84a-fa17-4a85-a687-ee010a789d53"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","FIC","MKC","MSC","PLST"],"rulings":[{"date":"2019-10-04","text":"If you control another player's commander, you won't put a page counter on Tome of Legends when you attack with that creature. Similarly, if another player controls your commander, you'll still put a page counter on Tome of Legends if it attacks. (Perhaps the page is about your commander's shocking betrayal.)"}],"rarities":["rare"]},"tome scour":{"name":"Tome Scour","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player mills five cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":5},"target":{"type":"Player"},"destination":"Graveyard"},"cost":null,"sub_ability":null,"duration":null,"description":"Target player mills five cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"446a9d7e-9c1a-4e83-8342-2ed5acae2eed","metadata":{"source_printing_ids":["6445f013-8b50-4ea3-9013-df85289c2605","a67f6ee1-80bd-42cf-bcf6-6f856a6b2398","aed4cfec-5cea-4987-890e-825b2802e9f9","fdbdf96b-e7c5-42e5-9a16-03daafde40af"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M10","M11","M14","PIO","PS11"],"rulings":[{"date":"2009-10-01","text":"If there are fewer than five cards in the targeted player’s library, that player puts all the cards from their library into their graveyard."}],"rarities":["common","uncommon"]},"tony stark":{"name":"Tony Stark","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Artificer","Hero"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Look at the top four cards of your library. You may reveal an artifact card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.\n{4}{U}{R}: Transform Tony Stark. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Look at the top four cards of your library. You may reveal an artifact card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Red"],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}{U}{R}: Transform ~. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"4a46ea59-6c5d-4bed-9951-b5590f9a1bdb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4cea42fd-035e-4b8f-8b1d-ff363b694f14","58bf75bd-83c9-4281-a108-bf5aa31d70e5","7a85467d-5693-4cf7-b38d-d42c57242f48","81eaf2ee-edeb-4026-81bb-8766ffa61f0d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["MSH"],"rarities":["mythic"]},"too evil to stay dead":{"name":"Too Evil to Stay Dead","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 4 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 4 or more.)\nChoose target creature card in your graveyard with mana value 4 or less. If this spell was cast using teamwork, instead choose target creature card in your graveyard. Return the chosen card to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":4}],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaidInstead"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose target creature card in your graveyard with mana value 4 or less. If this spell was cast using teamwork, instead choose target creature card in your graveyard. Return the chosen card to the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e50fecff-8872-42f5-8882-41ad13d9d1ae","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":4},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["f471e9ce-73bb-4090-98f2-f591c7cf4efe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"toph, hardheaded teacher":{"name":"Toph, Hardheaded Teacher","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior","Ally"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Toph enters, you may discard a card. If you do, return target instant or sorcery card from your graveyard to your hand.\nWhenever you cast a spell, earthbend 1. If that spell is a Lesson, put an additional +1/+1 counter on that land. (Target land you control becomes a 0/0 creature with haste that's still a land. Put a +1/+1 counter on it. When it dies or is exiled, return it to the battlefield tapped.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may discard a card. If you do, return target instant or sorcery card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Animate","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Creature"],"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenDiesOrExiled","filter":{"type":"ParentTarget"}},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RegisterBending","kind":"Earth"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, earthbend 1. If that spell is a Lesson, put an additional +1/+1 counter on that land.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"8c1c0117-6fc0-43c5-a4c8-6472de6503d9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3b36026b-15fb-4eeb-9cb3-266f295e4375","e3ba3395-39db-4330-9801-53def924f253"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rarities":["rare"]},"topiary lecturer":{"name":"Topiary Lecturer","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Increment (Whenever you cast a spell, if the amount of mana you spent is greater than this creature's power or toughness, put a +1/+1 counter on this creature.)\n{T}: Add an amount of {G} equal to this creature's power.","non_ability_text":null,"flavor_name":null,"keywords":["Increment"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"color_options":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add an amount of {G} equal to ~'s power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, if the amount of mana you spent is greater than ~'s power or toughness, put a +1/+1 counter on ~.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},{"type":"Or","conditions":[{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"TriggeringSpell","metric":{"type":"Total"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"TriggeringSpell","metric":{"type":"Total"}}},"comparator":"GT","rhs":{"type":"Ref","qty":{"type":"Toughness","scope":{"type":"Source"}}}}]}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5f5fe039-4be4-42ae-9fa4-4392328aa665","metadata":{"source_printing_ids":["4f16a1c2-0a80-45e4-b025-3aa0c0b03812"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rulings":[{"date":"2026-03-20","text":"An increment ability will only trigger if the permanent it's on is a creature. Similarly, if the permanent is no longer a creature when its increment ability resolves, the ability won't do anything."},{"date":"2026-03-20","text":"If increment triggers, the comparison will happen again when the ability tries to resolve. If the amount of mana spent to cast that spell isn't greater than either of that creature's stats anymore, the ability will do nothing."},{"date":"2026-03-20","text":"The increment ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."},{"date":"2026-03-20","text":"When comparing the mana spent to the creature's stats as the increment ability resolves, it's possible that the stat that is less than the mana spent changes from power to toughness or vice versa. For example, say you control a 1/3 creature with increment and you pay two mana to cast a spell. Since the amount of mana you spent is greater than the creature's power, increment will trigger. While the increment ability is on the stack, an effect gives the creature with increment +2/-2, making it a 3/1. When the increment ability resolves, the creature will still get a +1/+1 counter since the amount of mana you spent is greater than that creature's toughness."},{"date":"2026-03-20","text":"Whenever you cast a spell, check the amount of mana you spent to cast it against the power and toughness of the creature with increment. If the amount of mana you spent isn't greater than either of that creature's stats, increment won't trigger at all."}],"rarities":["uncommon"]},"torch the witness":{"name":"Torch the Witness","mana_cost":{"type":"Cost","shards":["X","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Torch the Witness deals twice X damage to target creature. If excess damage was dealt to that creature this way, investigate. (Create a Clue token. It's an artifact with \"{2}, Sacrifice this token: Draw a card.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"PreviousEffectAmount","comparator":"GT","rhs":{"type":"Fixed","value":0},"channel":"Excess"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals twice X damage to target creature. If excess damage was dealt to that creature this way, investigate.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"51473069-68dc-4e87-b345-d7cbcfdeea74","metadata":{"related_token_ids":["9a9827e0-4bbe-56ff-8e04-064bd0c5cfa1"],"source_printing_ids":["22bbf709-d8e9-4e3b-8ec8-206f1b2162b3","7bcc6106-71ad-40e4-8e1f-ddbfd655612b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM"],"rulings":[{"date":"2024-02-02","text":"A creature has been dealt excess damage if one or more sources dealt more damage to it than the minimum amount of damage required to be lethal damage. In most cases, this means damage greater than its toughness, but consider the damage already dealt to it this turn."},{"date":"2024-02-02","text":"Clue is an artifact type. Even though it appears on some cards with other permanent types, it's never a creature type, a land type, or anything but an artifact type."},{"date":"2024-02-02","text":"Even 1 damage dealt to a creature from a source with deathtouch is considered lethal damage. If Torch the Witness has deathtouch (perhaps due to the effect of Judith, Carnage Connoisseur), any amount greater than 1 damage will cause excess damage to be dealt, even if the total amount of damage dealt to that creature this turn isn't greater than the creature's toughness."},{"date":"2024-02-02","text":"If an effect refers to a Clue, it means any Clue artifact, not just a Clue artifact token. For example, you can sacrifice Wrench to pay for Alquist Proft, Master Sleuth's activated ability."},{"date":"2024-02-02","text":"Some abilities trigger \"whenever you sacrifice a Clue\". Those abilities trigger whenever you sacrifice a Clue for any reason, not just to activate a Clue's activated ability."},{"date":"2024-02-02","text":"Some spells and abilities that investigate may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't create any Clue tokens."},{"date":"2024-02-02","text":"You can't sacrifice a Clue to pay multiple costs. For example, you can't sacrifice a Clue token to activate its own ability and also to activate Alquist Proft, Master Sleuth's ability."}],"rarities":["uncommon"]},"torment of scarabs":{"name":"Torment of Scarabs","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nAt the beginning of enchanted player's upkeep, that player loses 3 life unless they sacrifice a nonland permanent of their choice or discard a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":3},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"AttachedTo"},"valid_source":null,"description":"At the beginning of enchanted player's upkeep, that player loses 3 life unless they sacrifice a nonland permanent of their choice or discard a card.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"OneOf","costs":[{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"count":1},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"payer":{"type":"TriggeringPlayer"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4ba5bcee-fc95-4d05-965e-b1762529ec5f","metadata":{"source_printing_ids":["01651f67-cc25-4240-9698-58b7d906a160","9120abf5-9ad4-41bb-ba63-a593fcd208d0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["HA4","HOU","J25"],"rulings":[{"date":"2017-07-14","text":"While resolving the triggered ability of Torment of Scarabs, the enchanted player chooses a card to be discarded without revealing it, chooses a nonland permanent to be sacrificed, or chooses to do neither. Then that player discards that card, sacrifices that permanent, or loses 3 life. That player can always choose to lose 3 life, even if they have cards to discard or nonland permanents to sacrifice."}],"rarities":["uncommon"]},"torrent of lava":{"name":"Torrent of Lava","mana_cost":{"type":"Cost","shards":["X","Red","Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Torrent of Lava deals X damage to each creature without flying.\nAs long as Torrent of Lava is on the stack, each creature has \"{T}: Prevent the next 1 damage that would be dealt to this creature by Torrent of Lava this turn.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DamageAll","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithoutKeyword","value":"Flying"}]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals X damage to each creature without flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As long as ~ is on the stack, each creature has \"{T}: Prevent the next 1 damage that would be dealt to ~ by ~ this turn.\"","condition":null,"shield_kind":{"Prevention":{"amount":{"Next":1}}}}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f467ec85-ffe2-4963-82e0-509a7873fd63","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_AsLongAs","description":"Torrent of Lava deals X damage to each creature without flying.\nAs long as Torrent of Lava is on the stack, each creature has \"{T}: Prevent ","line_index":0}],"metadata":{"source_printing_ids":["19528a24-4968-4742-a2d1-06f94e60f290"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"If X is zero, it deals no damage (not -1 damage) to non-flying creatures it taps."},{"date":"2008-08-01","text":"It grants the activated ability to creatures while on the stack. This allows the ability to be activated and resolved before the Torrent itself resolves."}],"rarities":["rare"]},"torrential gearhulk":{"name":"Torrential Gearhulk","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flash\nWhen this creature enters, you may cast target instant card from your graveyard without paying its mana cost. If that spell would be put into your graveyard, exile it instead.","non_ability_text":null,"flavor_name":null,"keywords":["Flash"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"without_paying_mana_cost":true,"mode":"Cast"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may cast target instant card from your graveyard without paying its mana cost. If that spell would be put into your graveyard, exile it instead.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a6395447-677d-4c39-8eda-2d57e527c94e","metadata":{"source_printing_ids":["24ef9c0c-d211-40e6-97c2-efa1e9b689dc","7892c45c-1b17-4474-82fd-01f6d9a83181","92872fea-2fb4-4154-815e-cad9d966e60f","9bbfa9a1-1e34-48d6-a6ec-244844810f87","a6a0afd5-f3f9-459e-bd03-1a7a3521b570","d52868cb-087e-4f91-91bc-455f2e2e7cd7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","FIC","KLD","KLR","MPS","PKLD"],"rulings":[{"date":"2016-09-20","text":"If the card has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2016-09-20","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs, such as emerge costs. You can, however, pay additional costs. If the card has any mandatory additional costs, such as that of Incendiary Sabotage, you must pay those to cast the card."},{"date":"2016-09-20","text":"If you cast the card, you do so as part of the resolution of Torrential Gearhulk's triggered ability. You can't wait to cast it later in the turn. Timing restrictions (such as \"Cast [this card] only during combat\") still apply."}],"rarities":["rare","mythic","special"]},"torture pit":{"name":"Torture Pit","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If a source you control would deal noncombat damage to an opponent, it deals that much damage plus 2 instead.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a source you control would deal noncombat damage to an opponent, it deals that much damage plus 2 instead.","condition":null,"damage_modification":{"type":"Plus","value":{"type":"Fixed","value":2}},"damage_source_filter":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"damage_target_filter":{"Player":{"player":{"type":"Opponent"}}},"combat_scope":"NoncombatOnly"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e49b902f-a556-4dab-8928-93caf0a3f609","metadata":{"related_token_ids":["db939e9b-b7c1-5084-9880-1856f29766c5"],"source_printing_ids":["b90164a1-8b0a-4445-a0ad-43e4c3324925"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"split","printings":["DSC"],"rarities":["rare"]},"tortured existence":{"name":"Tortured Existence","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{B}, Discard a creature card: Return target creature card from your graveyard to your hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{B}, Discard a creature card: Return target creature card from your graveyard to your hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fa9dfcf7-069c-4441-9ea0-133de47ecada","metadata":{"source_printing_ids":["1754b92b-d6f9-4503-af01-dee03f72a048","1efe6c2f-eb19-4a34-925a-3b90d2dbe680","6ee6d264-e83f-4596-be73-c0a0568d1d7d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","SLD","STH"],"rulings":[{"date":"2004-10-04","text":"You can’t return the same card you are discarding. This is because you pick the target before paying the costs."}],"rarities":["common","rare"]},"touch of vitae":{"name":"Touch of Vitae","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Until end of turn, target creature gains haste and \"{0}: Untap this creature. Activate only once.\"\nDraw a card at the beginning of the next turn's upkeep.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"sub_ability":null,"duration":null,"description":"{0}: Untap ~. Activate only once.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnce"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste and \"{0}: Untap ~. Activate only once.\""}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Until end of turn, target creature gains haste and \"{0}: Untap ~. Activate only once.\"","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"Upkeep"},"effect":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card at the beginning of the next turn's upkeep.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"84f1e596-f56f-48c9-9bff-2c0bb2cea2d3","metadata":{"source_printing_ids":["48d2cd18-a24d-40e0-a654-777d9e623ae2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["ICE"],"rarities":["uncommon"]},"toxic deluge":{"name":"Toxic Deluge","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, pay X life.\nAll creatures get -X/-X until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Variable","value":"-X"},"toughness":{"type":"Variable","value":"-X"},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"All creatures get -X/-X until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"afaef788-34d1-460b-b884-9d7ae6ddeb18","additional_cost":{"type":"Required","data":{"type":"PayLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}},"metadata":{"source_printing_ids":["4ab57e89-a420-4a3a-b2ba-34bb427e40d4","5a7c713e-0ec3-44c8-8643-dba5a130d6b0","5aa02b7d-db31-4924-b75e-eb02f332ca3a","64d3d8ad-927f-4c4e-96cf-03e98bec3987","6d796c01-0821-4a20-a256-d98b774faedc","73731e45-51bb-4188-a54d-fdaa4bdfaf1f","8f6fdd97-a896-4110-b48f-a6c49394f854","a1c2a8da-56b0-4cab-b07b-10cac92c72c5","ab3ab559-5e16-44d9-97be-a4251c6e2b94","bf5666e6-e1bf-4f8e-acc0-d14df7362873","d00fa18f-d50a-4d3f-929e-91f29141b1df","db34617f-b04f-4b65-84cf-5c5be1eb7226","dc988247-1072-4e47-a656-8c5b1391dfca","de5afccc-8d42-4bd6-b068-b9ea2361655e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2XM","C13","CC2","CMM","EMA","LTC","MH3","MKC","MSC","PRM","PZ1","SLD","SOC"],"rulings":[{"date":"2020-08-07","text":"All creatures on the battlefield when Toxic Deluge resolves are affected. Ones that enter the battlefield or become creatures later in the turn are not."},{"date":"2020-08-07","text":"If you cast Toxic Deluge without paying its mana cost, you'll still choose a value for X and pay X life. This is because it doesn't have {X} in its mana cost."}],"rarities":["rare"]},"train of thought":{"name":"Train of Thought","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Replicate {1}{U} (When you cast this spell, copy it for each time you paid its replicate cost.)\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Replicate":{"type":"Cost","shards":["Blue"],"generic":1}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"SelfRef"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","source":"NonKicker","origin":"Replicate","origin_ordinal":0},"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"AdditionalCostPaymentCountFor","origin":"Replicate","origin_ordinal":0}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Replicate — copy this spell once for each time its replicate cost was paid","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"90ba0366-57ff-4dc4-a290-3925548129ce","additional_cost":{"type":"Optional","data":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},"repeatable":true}},"metadata":{"source_printing_ids":["a9c1c674-0742-45be-afd5-2dbcd6b499ae","e98f5890-a494-4609-acae-f9e9bacd991d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDJ","GPT"],"rarities":["common"]},"training grounds":{"name":"Training Grounds","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Activated abilities of creatures you control cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Reduce","keyword":"activated","amount":2,"minimum_mana":1,"exemption":"None"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Activated abilities of creatures you control cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"8de3eabe-9a8f-4865-beef-a4888c081d39","metadata":{"source_printing_ids":["07ec5941-203a-4f6d-b5fa-3054050990ee","22299956-82c6-46dd-ac7d-b56146ab7ed8","991c27ed-f53c-48c6-8c12-282f44b8d441","9dbc432e-c35c-4f8c-bbdd-068eaa468378","b466641b-8606-4310-86d0-ce402e7afb6a","c6f673a7-961d-4ba3-bfc5-46107af46a61","e2cf16f8-6e69-46b3-8453-1d1a2a5670e2","fb24d4b9-fa3c-4390-a4b9-3e4fdfdf72b6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MAT","P22","PLST","PMAT","ROE","TLE"],"rulings":[{"date":"2010-06-15","text":"Training Grounds won't affect a cost that isn't the cost to activate a creature's activated ability. For example, it won't affect Flameblast Dragon's {X}{R} cost, since that's a cost paid when a triggered ability resolves, and it won't affect a kicker cost, since that's an additional cost to cast a spell. Activated ability costs appear before a colon (:) in a card's rules text, or, in the case of some keywords, before a colon in reminder text."},{"date":"2025-10-02","text":"If an activated ability of a creature you control costs no generic mana to activate (for example, if it costs {R}{R}, it costs {0}, or it costs only nonmana actions such as {T} or \"Sacrifice a creature\"), Training Grounds simply won't affect it. In particular, it won't increase the cost to include a mana payment of {1}."},{"date":"2025-10-02","text":"Training Grounds affects only creatures you control on the battlefield. The costs of activated abilities that work in other zones (such as cycling or unearth) won't be reduced."},{"date":"2025-10-02","text":"Training Grounds can reduce the amount you pay for a creature's activated ability cost that includes {X}. For example, Drana, Kalastria Bloodchief has an activated ability that costs {X}{B}{B}. If you control Training Grounds and you activate the ability with X equal to 5, you'll have to pay only {3}{B}{B}. This is true even if the ability states that {X} must be paid with a certain color of mana, as Crimson Hellkite's ability does."},{"date":"2025-10-02","text":"Training Grounds can reduce the part of an activation cost represented by generic mana symbols down to nothing, as long as it still costs at least one mana. For example, if an activation cost is {2}{G}, you'd have to pay only {G}. If an activation cost is {2}, though, you'd still have to pay {1}."},{"date":"2025-10-02","text":"Training Grounds reduces the generic mana in waterbend costs for activated abilities. It will not reduce waterbend costs that are additional costs for casting spells."},{"date":"2025-10-02","text":"Training Grounds takes the total cost to activate a creature's activated ability into account, not just the cost printed on it. For example, Urabrask has an activated ability that costs {R}, and Suppression Field says \"Activated abilities cost {2} more to activate unless they're mana abilities.\" Since activating Urabrask's activated ability would now cost {2}{R}, Training Grounds reduces that cost back to {R}."},{"date":"2025-10-02","text":"Training Grounds won't affect the part of an activation cost represented by colored mana symbols or snow mana symbols. It also won't affect nonmana parts of an activation cost, if there are any."}],"rarities":["rare","mythic"]},"trance kuja, fate defied":{"name":"Trance Kuja, Fate Defied","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Avatar","Wizard"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Flare Star — If a Wizard you control would deal damage to a permanent or player, it deals double that damage instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"Flare Star — If a Wizard you control would deal damage to a permanent or player, it deals double that damage instead.","condition":null,"damage_modification":{"type":"Double"},"damage_source_filter":{"type":"Typed","type_filters":[{"Subtype":"Wizard"}],"controller":"You","properties":[]}}],"color_override":["Black","Red"],"color_identity":["Black","Red"],"scryfall_oracle_id":"3998a60d-9521-4100-8d41-3e612972a3de","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["5d28e979-a264-59a8-8b04-fd3636ccfeb7"],"source_printing_ids":["008782d2-72b0-4554-b1ce-2db99969a4d8","374877d1-167a-42ea-adf3-a707ea0300e8","65530632-5b09-4359-921b-a6d094937aff","903192c7-f4ee-4872-aa61-3f8bdf2ab5c6","98067c9a-d81e-4f5c-b55a-28872331fce8","b058d305-d032-47c9-8567-11a4b4319695","cdb5acf7-2878-466d-8224-24fa64a602f5","d673228a-eec8-4f6e-82fd-10db909ccee2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN","PFIN"],"rarities":["rare"]},"transcendence":{"name":"Transcendence","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You don't lose the game for having 0 or less life.\nWhen you have 20 or more life, you lose the game.\nWhenever you lose life, you gain 2 life for each 1 life you lost. (Damage dealt to you causes you to lose life.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Unknown":"When you have 20 or more life"},"execute":{"kind":"Spell","effect":{"type":"LoseTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you have 20 or more life, you lose the game.","constraint":null,"condition":null,"batched":false},{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"EventContextAmount"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you lose life, you gain 2 life for each 1 life you lost.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantLoseTheGame","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You don't lose the game for having 0 or less life."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f9279f8f-3d19-4f5b-b194-cb8c65313b7e","metadata":{"source_printing_ids":["84e8bee2-9e3d-493c-a937-645bf3dcf0db"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TOR"],"rulings":[{"date":"2004-10-04","text":"If your life total is 20 or more and you control an effect that states “you can’t lose the game”, then an infinite loop is formed. If neither player wants to end the loop by removing one of these two cards from the battlefield, the game ends in a draw."}],"rarities":["rare"]},"transcendent archaic":{"name":"Transcendent Archaic","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Avatar"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Vigilance\nConverge — When this creature enters, you may draw X cards, where X is the number of colors of mana spent to cast this spell. If you draw one or more cards this way, discard two cards.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"SelfObject","metric":{"type":"DistinctColors"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"PreviousEffectAmount"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may draw X cards, where X is the number of colors of mana spent to cast this spell. If you draw one or more cards this way, discard two cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"fdd4b3a9-83ce-41bf-82e2-7808657e2c09","metadata":{"source_printing_ids":["1624c680-502b-474a-b9b2-888fe3ca008c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOS"],"rulings":[{"date":"2026-03-20","text":"If a spell with a converge ability is copied, no mana was spent to cast the copy, so the number of colors of mana spent to cast the spell will be zero. The number of colors spent to cast the original spell is not copied."},{"date":"2026-03-20","text":"If there are any alternative or additional costs to cast a spell with a converge ability, the colors of mana spent to pay those costs will count."},{"date":"2026-03-20","text":"If you cast a spell with converge without spending any mana to cast it (perhaps because an effect allowed you to cast it without paying its mana cost), then the number of colors spent to cast it will be zero."},{"date":"2026-03-20","text":"The maximum number of colors of mana you can spend to cast a spell is five. Colorless is not a color. Note that the cost of a spell with converge may limit how many colors of mana you can spend."},{"date":"2026-03-20","text":"Unless a spell or ability allows you to, you can't choose to pay more mana for a spell with a converge ability just to spend more colors of mana. Likewise, if a spell or ability reduces the amount of mana it costs you to cast a spell with converge, you can't ignore that cost reduction in order to spend more colors of mana."}],"rarities":["uncommon"]},"traxos, scourge of kroog":{"name":"Traxos, Scourge of Kroog","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Trample\nTraxos enters tapped and doesn't untap during your untap step.\nWhenever you cast a historic spell, untap Traxos. (Artifacts, legendaries, and Sagas are historic.)","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Historic"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a historic spell, untap ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantUntap","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ enters tapped and doesn't untap during your untap step."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped and doesn't untap during your untap step.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"c1c78144-b335-4d22-a668-9173ab6a0d04","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3f0cbff1-4b4e-4d60-b114-20bd3e977b25","513fd010-db79-4aa4-8186-776fc3e27750","8566e91a-5f2c-4854-aeb3-68b3c4344582","dab80216-3df7-4e4f-8732-16dd6cac6bcf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BRC","DMC","DOM","FCA","PDOM","PRM"],"rulings":[{"date":"2018-04-27","text":"A card, spell, or permanent is historic if it has the legendary supertype, the artifact card type, or the Saga subtype. Having two of those qualities doesn't make an object more historic than another or provide an additional bonus—an object either is historic or it isn't."},{"date":"2018-04-27","text":"An ability that triggers \"whenever you cast a historic spell\" doesn't trigger if a historic card is put onto the battlefield without being cast."},{"date":"2018-04-27","text":"Lands are never cast, so abilities that trigger \"whenever you cast a historic spell\" won't trigger if you play a legendary land. They also won't trigger if a card on the battlefield transforms into a legendary land, as the Ixalan and Rivals of Ixalan double-faced cards do."},{"date":"2018-04-27","text":"Some abilities trigger \"whenever you cast a historic spell.\" Such an ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered."}],"rarities":["rare"]},"treasured find":{"name":"Treasured Find","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target card from your graveyard to your hand. Exile Treasured Find.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Return target card from your graveyard to your hand. Exile ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"e99d6c5c-b029-4cd1-bd7a-6f8ea91eb4a7","metadata":{"source_printing_ids":["0dc037e4-bbf3-4cea-b197-befb31d718a6","9317b616-eabe-461a-bd60-6dd8620becb4","a2c0e00b-2290-493f-a3fc-3b9bff2830cc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["DDM","GK1","RTR"],"rarities":["uncommon"]},"tree of perdition":{"name":"Tree of Perdition","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":13},"loyalty":null,"defense":null,"oracle_text":"Defender\n{T}: Exchange target opponent's life total with this creature's toughness.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[{"kind":"Activated","effect":{"type":"ExchangeLifeWithStat","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"stat":"Toughness"},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Exchange target opponent's life total with ~'s toughness.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"0cdece2a-0bdf-4e6d-9ddc-4a8d58b2ec29","metadata":{"source_printing_ids":["29d59151-09e5-4e6c-8c46-586796535733","305bd19a-ae5e-46ca-8ff7-27810c968315","35c80cd1-72ce-4ed0-b63a-b889a9e0619e","750b4c88-26c7-43ec-b6b9-ece3263dfd59","9d4aef6f-10f8-4376-8518-a3165d0df062","a2f23266-99bc-43e1-852b-5e3241cb228a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ECC","EMN","INR","J22","PEMN","SIR"],"rulings":[{"date":"2016-07-13","text":"Any toughness-modifying effects, counters, Auras, or Equipment will apply after its toughness is set to the player's former life total. For example, say Tree of Perdition is equipped with Cultist's Staff (which makes it 2/15) and the player's life total is 7. After the exchange, Tree of Perdition would be a 2/9 creature (its toughness became 7, which was then modified by Cultist's Staff) and the player's life total would be 15."},{"date":"2016-07-13","text":"If Tree of Perdition isn't on the battlefield when the ability resolves, the exchange can't happen and the ability will have no effect. Notably, activating the ability and giving Tree of Perdition -13/-13 in response won't cause your opponent to lose the game."},{"date":"2016-07-13","text":"When the ability resolves, Tree of Perdition's toughness becomes the targeted opponent's former life total and that player gains or loses an amount of life necessary so that their life total equals Tree of Perdition's former toughness. Other effects that interact with life gain or life loss will interact with this effect accordingly."}],"rarities":["rare","mythic"]},"treefolk umbra":{"name":"Treefolk Umbra","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +0/+2 and assigns combat damage equal to its toughness rather than its power.\nUmbra armor (If enchanted creature would be destroyed, instead remove all damage from it and destroy this Aura.)","non_ability_text":null,"flavor_name":null,"keywords":["TotemArmor",{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":2},{"type":"AssignDamageFromToughness"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +0/+2 and assigns combat damage equal to its toughness rather than its power."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"fa321366-9bc1-48c7-873a-0b12a026ce49","metadata":{"source_printing_ids":["677166cf-4e1e-43ac-a67b-afaf33c0d14e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["MH1"],"rulings":[{"date":"2019-06-14","text":"Treefolk Umbra's effect doesn't actually change the enchanted creature's power. It changes only the amount of combat damage the creature assigns. All other rules and effects that check power or toughness use the real values. For example, Savage Swipe won't cause the enchanted creature to fight with its toughness."},{"date":"2024-06-07","text":"If a creature enchanted with an Aura that has umbra armor has indestructible, lethal damage and effects that try to destroy it simply have no effect. Umbra armor won't do anything because it won't have to."},{"date":"2024-06-07","text":"If a creature enchanted with an Aura that has umbra armor would be destroyed by multiple state-based actions at the same time (most likely because a creature with deathtouch has dealt damage to that creature greater than or equal to its toughness), umbra armor's effect will replace all of them and save the creature."},{"date":"2024-06-07","text":"If a creature you control is enchanted with multiple Auras that have umbra armor, and the enchanted creature would be destroyed, one of those Auras is destroyed instead—but only one of them. You choose which one because you control the enchanted creature."},{"date":"2024-06-07","text":"If a spell or ability says that it would \"destroy\" a creature enchanted with an Aura that has umbra armor, that spell or ability is what causes the Aura to be destroyed instead. Umbra armor doesn't destroy the Aura; rather, it changes the effects of the spell or ability. On the other hand, if a spell or ability deals lethal damage to a creature enchanted with an Aura that has umbra armor, the game rules regarding lethal damage cause the Aura to be destroyed, not that spell or ability."},{"date":"2024-06-07","text":"If a spell or ability would destroy both an Aura with umbra armor and the creature it's enchanting at the same time, umbra armor's effect will save the enchanted creature from being destroyed. Instead, the spell or ability will destroy the Aura in two different ways at the same time, but the result is the same as destroying it once."},{"date":"2024-06-07","text":"Some printings of this card refer to the ability \"totem armor\". This ability's name has been replaced with \"umbra armor\". This change does not affect the gameplay function of this card."},{"date":"2024-06-07","text":"Umbra armor has no effect if the enchanted creature is put into a graveyard for any other reason, such as if it's sacrificed, if the \"legend rule\" applies to it, or if its toughness is 0 or less."},{"date":"2024-06-07","text":"Umbra armor's effect is applied no matter why the enchanted creature would be destroyed: because it's been dealt lethal damage, or because it's being affected by an effect that says to \"destroy\" it (such as Breathe Your Last). In either case, all damage is removed from the creature and the Aura is destroyed instead."},{"date":"2024-06-07","text":"Umbra armor's effect is mandatory. If the enchanted creature would be destroyed, you must remove all damage from it (if it has any) and destroy the Aura that has umbra armor instead."},{"date":"2024-06-07","text":"Umbra armor's effect is not regeneration. Specifically, if umbra armor's effect is applied, the enchanted creature does not become tapped and is not removed from combat as a result. Effects that say the enchanted creature can't be regenerated won't prevent umbra armor's effect from being applied."}],"rarities":["common"]},"trespasser's curse":{"name":"Trespasser's Curse","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura","Curse"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant player\nWhenever a creature enchanted player controls enters, that player loses 1 life and you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Player"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"EnchantedPlayer","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature enchanted player controls enters, that player loses 1 life and you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"2769751d-ca67-4d6e-93c9-9587367ae8ab","metadata":{"source_printing_ids":["0e467a14-00b5-4dfb-9c3a-4e064de1b5fc","925e0135-7196-4f9c-83a5-93810dc22882","f6ef4c59-ab84-4d84-b795-015b21ae3fe0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PLST"],"rulings":[{"date":"2017-04-18","text":"If a creature enters the battlefield under enchanted player’s control and causes an ability controlled by that player to trigger, the triggered ability of Trespasser’s Curse resolves first if it’s that player’s turn, and resolves last if it’s your turn."}],"rarities":["common"]},"triad of fates":{"name":"Triad of Fates","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{1}, {T}: Put a fate counter on another target creature.\n{W}, {T}: Exile target creature that has a fate counter on it, then return it to the battlefield under its owner's control.\n{B}, {T}: Exile target creature that has a fate counter on it. Its controller draws two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"fate","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}, {T}: Put a fate counter on another target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"fate"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{W}, {T}: Exile target creature that has a fate counter on it, then return it to the battlefield under its owner's control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"fate"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{B}, {T}: Exile target creature that has a fate counter on it. Its controller draws two cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"fd09875f-71a1-41c2-b404-ff58f4d4cb6c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["588a8f90-4344-4882-9671-4c7295186a58"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["THS"],"rulings":[{"date":"2013-09-15","text":"The creature that returns to the battlefield during the resolution of Triad of the Fate's middle ability does so as a new object, with no memory of its previous existence. It won't have a fate counter on it."}],"rarities":["rare"]},"tribute to the world tree":{"name":"Tribute to the World Tree","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control enters, draw a card if its power is 3 or greater. Otherwise, put two +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control enters, draw a card if its power is 3 or greater. Otherwise, put two +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"72deedab-7c17-4505-aeca-4bc8596d80a5","metadata":{"source_printing_ids":["30cde7d3-e4b9-4c2e-a541-c7644e527551","c0cdeaba-fc21-44e6-bf99-aa1ff379401b"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rarities":["rare"]},"trinisphere":{"name":"Trinisphere","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As long as this artifact is untapped, each spell that would cost less than three mana to cast costs three mana to cast. (Additional mana in the cost may be paid with any color of mana or colorless mana. For example, a spell that would cost {1}{B} to cast costs {2}{B} to cast instead.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Minimum","amount":{"type":"Cost","shards":[],"generic":3},"spell_filter":null}},"affected":null,"modifications":[],"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is untapped, each spell that would cost less than three mana to cast costs three mana to cast."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"69d994f2-b8f6-425f-9655-977c2144d40c","metadata":{"source_printing_ids":["316caa4e-a53a-460b-978c-5f0fba7bc549","3e2689f7-b075-4e64-b2a6-d7b26f1be908","52ea8286-225b-4990-981a-6b8c49748794","6a78299b-27bc-4730-bcb3-75fabc8f92c7","d465597a-362e-4bd0-b547-f11d8807e597"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"restricted"},"printings":["2XM","DST","MPS","PEWK","SLD","V09"],"rulings":[{"date":"2020-08-07","text":"If Trinisphere leaves the battlefield or becomes tapped or untapped as a cost to cast a spell, this cost is paid after you've locked in the total cost."},{"date":"2020-08-07","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. Finally, apply Trinisphere's effect if the mana component of the spell's cost is less than three mana. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["rare","mythic","special"]},"triskaidekaphile":{"name":"Triskaidekaphile","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"You have no maximum hand size.\nAt the beginning of your upkeep, if you have exactly thirteen cards in your hand, you win the game.\n{3}{U}: Draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":3}},"sub_ability":null,"duration":null,"description":"{3}{U}: Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"WinTheGame","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you have exactly thirteen cards in your hand, you win the game.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"HandSize","player":{"type":"Controller"}}},"comparator":"EQ","rhs":{"type":"Fixed","value":13}},"batched":false}],"static_abilities":[{"mode":"NoMaximumHandSize","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have no maximum hand size."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"ef238ba8-acf0-4e62-9abd-5291886a32e8","metadata":{"source_printing_ids":["10c7b3b1-32f4-49b1-aa39-02d3ef29a727","1ed68800-3fc6-4b0e-a624-8be3beeed92f","2ddbaeed-ba00-476d-a68a-d98f179b62a6","6750e203-1215-4203-b5b8-3f1b18940839","779dadab-a4be-481f-a50f-4a80a3bf9ca9","b6db2d37-3533-4830-ab63-6724ece6fbea"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BLC","DBL","MID","PMID","PRM","SLD"],"rulings":[{"date":"2021-09-24","text":"Triskaidekaphile's triggered ability will trigger only if you have exactly thirteen cards in your hand as your upkeep starts. If you have fewer cards in your hand, you won't be able to draw cards during your upkeep in time to cause the ability to trigger."}],"rarities":["rare"]},"triskelion":{"name":"Triskelion","mana_cost":{"type":"Cost","shards":[],"generic":6},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"This creature enters with three +1/+1 counters on it.\nRemove a +1/+1 counter from this creature: It deals 1 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"Remove a +1/+1 counter from ~: It deals 1 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"74f67dcf-5afb-45aa-8d4b-3cdb23f6f2a1","metadata":{"source_printing_ids":["0017e784-5f71-4f7a-aed5-2ceff2cac18b","09294401-a895-4084-8302-196a946863d6","3151a1d7-bf4a-4615-8bf1-37d1e406a708","4095a274-57a9-442e-8c53-1e1d242fd824","4264a36f-480e-49df-b00c-29aafd15ee41","4b811d9b-1815-4219-9fc8-706dff705d4a","5611b053-0879-450b-b556-501e5aaa4aab","63349fa3-4462-413c-bd96-bbc1049165a0","6c3e03a3-0082-4d4e-8891-8c8dcc8f1cbf","8b997abd-8eae-4e87-97fc-36dde95ef8c7","9733e82f-b4d0-455c-8dc3-9278a7a1f156","a79c99e1-722a-44b6-8fa3-2be3f0c193d8","bab371a3-9e0c-4d98-b445-d0f3f86717dc","c5adfe0f-496a-4d56-8c8b-6b58cc827339"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","ATQ","DDF","DMR","M11","MOC","MRD","PLST","REN","RIN","SLD"],"rulings":[{"date":"2022-12-08","text":"If Triskelion has damage marked on it, activating its ability may cause that damage to become lethal. For example, say a Triskelion with two +1/+1 counters on it has been dealt 2 damage earlier in the turn. If you activate its ability by removing a +1/+1 counter from it, it now has 2 toughness and is destroyed as a state-based action. You won’t be able to remove the other +1/+1 counter from it to activate its ability again. The first activation of the ability will still resolve."},{"date":"2022-12-08","text":"If you activate the ability of an attacking or blocking Triskelion during the declare blockers step, it will deal less combat damage as a result. If you wait until the combat damage step, but Triskelion is dealt lethal damage, it’ll be destroyed before you get a chance to activate its ability."}],"rarities":["uncommon","rare"]},"triumphant chomp":{"name":"Triumphant Chomp","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Triumphant Chomp deals damage to target creature equal to 2 or the greatest power among Dinosaurs you control, whichever is greater.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Max","exprs":[{"type":"Fixed","value":2},{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"Power","filter":{"type":"Typed","type_filters":[{"Subtype":"Dinosaur"}],"controller":"You","properties":[]}}}]},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals damage to target creature equal to 2 or the greatest power among Dinosaurs you control, whichever is greater.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"d417f574-38a4-405c-83bb-49c5cf542648","metadata":{"source_printing_ids":["06b28139-efa7-4818-a012-cf8150692b43"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"The amount of damage Triumphant Chomp deals is determined as it resolves. If you don't control any Dinosaurs at that time, or if the Dinosaurs you control are unusually small, Triumphant Chomp will deal 2 damage."}],"rarities":["uncommon"]},"troll ascetic":{"name":"Troll Ascetic","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Troll","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Hexproof (This creature can't be the target of spells or abilities your opponents control.)\n{1}{G}: Regenerate this creature.","non_ability_text":null,"flavor_name":null,"keywords":["Hexproof"],"abilities":[{"kind":"Activated","effect":{"type":"Regenerate","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{G}: Regenerate ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0585ea6a-ef78-4386-a22c-6b8d8fc6c03c","metadata":{"source_printing_ids":["430fa067-cecd-4958-851b-5908a0765063","5a87f701-ef4c-47dd-beec-8ae871306ffe","cbef1bfa-eb85-4f64-bd11-8af53bf4c3d4","d447186e-62a7-4767-bb85-6439fd795350","f01233c2-6df0-4f0e-8668-3855868731ea"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["10E","CM2","CMD","DDL","DPA","MRD","PS11"],"rarities":["rare"]},"tromokratis":{"name":"Tromokratis","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Kraken"]},"power":{"type":"Fixed","value":8},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Tromokratis has hexproof unless it's attacking or blocking.\nTromokratis can't be blocked unless all creatures defending player controls block it. (If any creature that player controls doesn't block this creature, it can't be blocked.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"Not","condition":{"type":"Or","conditions":[{"type":"SourceIsAttacking"},{"type":"SourceIsBlocking"}]}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has hexproof unless it's attacking or blocking."},{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Unrecognized","text":"unless all creatures defending player controls block it"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked unless all creatures defending player controls block it."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"9aa2f27b-4c00-44c1-8bc4-014350f05b6d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["160686f3-44fd-4f7a-81cf-d3b5b964bfba","69fcad7f-2740-49ff-a448-4b232c456e16","f40ad933-ddd9-4975-a222-21fe3305137c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["BNG","CMM","CMR","PBNG","PRM"],"rulings":[{"date":"2014-02-01","text":"The defending player may block Tromokratis with each creature they control. If that player can't, perhaps because one of those creatures is tapped, or chooses not to, Tromokratis can't be blocked."},{"date":"2014-02-01","text":"Tromokratis (like all attacking and blocking creatures) remains an attacking or blocking creature until the end of combat step is over. Notably, it will still be an attacking or blocking creature during the combat damage step, so any abilities an opponent controls that trigger when a creature dies as a result of combat damage could target Tromokratis."}],"rarities":["uncommon","rare"]},"trouble in pairs":{"name":"Trouble in Pairs","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If an opponent would begin an extra turn, that player skips that turn instead.\nWhenever an opponent attacks you with two or more creatures, draws their second card each turn, or casts their second spell each turn, you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"YouAttack","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent attacks you with two or more creatures, you draw a card.","constraint":null,"condition":{"type":"AttackersDeclaredCount","subject":{"type":"AttackTarget","controller":"You","attacked":"Player"},"comparator":"GE","count":2},"batched":true,"attack_target_filter":"Player"},{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws their second card each turn, you draw a card.","constraint":{"type":"NthDrawThisTurn","n":2},"condition":null,"batched":false},{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts their second spell each turn, you draw a card.","constraint":{"type":"NthSpellThisTurn","n":2},"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"BeginTurn","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If an opponent would begin an extra turn, that player skips that turn instead.","condition":{"type":"OnlyExtraTurn"}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"f349f58b-8cc8-45e4-9565-2b46fdf976c9","metadata":{"source_printing_ids":["0dd4d070-38cf-4517-8152-84c9fcf2c984","0f61e93f-5f97-4c7d-b3d5-0e05242faeb3","3f631a24-4d71-400c-a58d-ae91e193db2e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MKC","PZA"],"rulings":[{"date":"2024-02-02","text":"An \"extra turn\" is any turn created by a spell or ability. Notably, it doesn't include additional turns taken in tournaments after time expires for a round."},{"date":"2024-02-02","text":"Extra turns can still be created while Trouble in Pairs is on the battlefield. They're not skipped until they would begin, so if Trouble in Pairs leaves the battlefield before that happens, the extra turns will be unaffected."},{"date":"2024-02-02","text":"If an opponent attacks you with two or more creatures more than once in a turn (probably because they've generated extra combat phases), Trouble in Pairs's last ability will trigger each time that happens."},{"date":"2024-02-02","text":"Trouble in Pairs counts spells that were cast even if they didn't resolve. This means it still counts spells that were countered."},{"date":"2024-02-02","text":"Trouble in Pairs doesn't have to be on the battlefield to see the first card an opponent draws in a turn or the first spell they cast in a turn. As long as it's already on the battlefield when they draw their second card or cast their second spell in a turn, its last ability will trigger."},{"date":"2024-02-02","text":"Trouble in Pairs's last ability can trigger multiple times per opponent per turn. For example, if an opponent draws a second card, casts a second spell, and attacks you with two or more creatures in a single turn, Trouble in Pairs's last ability will trigger once when each of those events occurs, for a total of three times."}],"rarities":["rare","mythic"]},"troyan, gutsy explorer":{"name":"Troyan, Gutsy Explorer","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vedalken","Scout"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{T}: Add {G}{U}. Spend this mana only to cast spells with mana value 5 or greater or spells with {X} in their mana costs.\n{U}, {T}: Draw a card, then discard a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green","Blue"]},"restrictions":[{"SpellMatchingCostCriteria":{"criteria":[{"ManaValue":{"comparator":"GE","value":5}},"HasXInCost"]}}]},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}{U}. Spend this mana only to cast spells with mana value 5 or greater or spells with {X} in their mana costs.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":0}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{U}, {T}: Draw a card, then discard a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"1135ebc3-9537-4341-956b-6e22d8be5f20","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["72968bfe-0fa4-432f-9599-4c32cb143716","eadd2a1a-93a0-4257-897d-1aaee279449f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["SOC","WOE"],"rulings":[{"date":"2023-09-01","text":"You can spend mana generated by Troyan on any part of the cost of a spell that contains {X} in its mana cost. You're not limited to spending it only on the {X} part."},{"date":"2023-09-01","text":"You don't have to spend the two mana on the same spell."}],"rarities":["uncommon"]},"true conviction":{"name":"True Conviction","mana_cost":{"type":"Cost","shards":["White","White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Creatures you control have double strike and lifelink.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"},{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control have double strike and lifelink."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fc299c1c-50f3-492a-b6b8-a3664bb72ab7","metadata":{"source_printing_ids":["1879adda-c2a7-4e5e-99db-31024e75b585","23a1d384-1b36-42d0-957f-48103f9cdbdd","9e5dc58b-f486-4b9f-9138-33efa31a05e4","e3afc893-58bb-4620-94e9-ed544e93d830"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","PRM","SCD","SLD","SOM","SS2"],"rarities":["rare"]},"trueheart twins":{"name":"Trueheart Twins","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Jackal","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"You may exert this creature as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, creatures you control get +1/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you exert a creature, creatures you control get +1/+0 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5d3be0d2-0940-4904-9f12-de592c990bdb","metadata":{"source_printing_ids":["34e6cfec-b6a0-4079-8d06-2a99a70d8b37","ac510911-1a65-4509-b6c9-ddac1950c838"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","J25"],"rulings":[{"date":"2017-04-18","text":"All cards in the Amonkhet set that let you exert a creature let you do so as you declare it as an attacking creature, as do some of the cards in the Hour of Devastation set. You can't do so later in combat, and creatures put onto the battlefield attacking can't be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2017-04-18","text":"If an exerted creature is already untapped during your next untap step (most likely because it had vigilance or an effect untapped it), exert's effect preventing it from untapping expires without having done anything."},{"date":"2017-04-18","text":"If you gain control of another player's creature until end of turn and exert it, it will untap during that player's untap step."},{"date":"2017-04-18","text":"Some cards have abilities that trigger whenever you exert any creature. These abilities trigger when you exert that creature or any other creature you control."},{"date":"2017-04-18","text":"You can't exert a creature unless an effect allows you to do so. Similar effects that \"tap and freeze\" a creature (such as that of Decision Paralysis) don't exert that creature."}],"rarities":["uncommon"]},"trusty boomerang":{"name":"Trusty Boomerang","mana_cost":{"type":"Cost","shards":[],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has \"{1}, {T}: Tap target creature. Return Trusty Boomerang to its owner's hand.\"\nEquip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"sub_ability":null,"duration":null,"description":"Equip {1}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"GrantingObject"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}, {T}: Tap target creature. Return ~ to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has \"{1}, {T}: Tap target creature. Return ~ to its owner's hand.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"3c032e74-69c6-48ca-95d4-51aa3d894c14","metadata":{"source_printing_ids":["df99a166-6d58-4d92-9037-2fdfbaf65629"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TLA"],"rarities":["uncommon"]},"trystan's command":{"name":"Trystan's Command","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Kindred","Sorcery"],"subtypes":["Elf"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose two —\n• Create a token that's a copy of target Elf you control.\n• Return one or two target permanent cards from your graveyard to your hand.\n• Destroy target creature or enchantment.\n• Creatures target player controls get +3/+3 until end of turn. Untap them.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[]},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":2}},"forward_result":false},{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PumpAll","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"target":{"type":"Typed","type_filters":["Creature"],"controller":"TargetPlayer","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"ecc4e230-a546-4cb4-987c-87300060bbe2","modal":{"min_choices":2,"max_choices":2,"mode_count":4,"mode_descriptions":["Create a token that's a copy of target Elf you control.","Return one or two target permanent cards from your graveyard to your hand.","Destroy target creature or enchantment.","Creatures target player controls get +3/+3 until end of turn. Untap them."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["aefed846-e367-4940-842f-b504c71d0a53","ba1d99ca-740a-481a-be89-615e40d56d06"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Any enters abilities of the copied permanent will trigger when the token enters. Any \"as [this permanent] enters\" or \"[this permanent] enters with\" abilities of the copied permanent will also work."},{"date":"2025-11-17","text":"If all of Trystan's Command's targets are illegal as it tries to resolve, it will do nothing. If at least one target is still legal, it will resolve and do as much as it can."},{"date":"2025-11-17","text":"If the copied permanent has {X} in its mana cost, X is 0."},{"date":"2025-11-17","text":"If the copied permanent is a token, the token that's created copies the original characteristics of that token as stated by the effect that created that token."},{"date":"2025-11-17","text":"If the copied permanent is copying something else, then the token enters as whatever that permanent copied."},{"date":"2025-11-17","text":"The token created by the first mode of Trystan's Command copies exactly what was printed on the original permanent and nothing else (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."}],"rarities":["rare"]},"trystan, callous cultivator":{"name":"Trystan, Callous Cultivator","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Druid"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever this creature enters or transforms into Trystan, Callous Cultivator, mill three cards. Then if there is an Elf card in your graveyard, you gain 2 life.\nAt the beginning of your first main phase, you may pay {B}. If you do, transform Trystan.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":[{"Subtype":"Elf"}],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters, mill three cards. Then if there is an Elf card in your graveyard, you gain 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"Transformed","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":[{"Subtype":"Elf"}],"scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"SelfRef"},"description":"Whenever ~ transforms into ~, mill three cards. Then if there is an Elf card in your graveyard, you gain 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, you may pay {B}. If you do, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"961d1128-a022-480c-918e-16ba0abf844b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2094f9b6-ce84-47d9-8819-81db14ba483f","4086c9a8-f9bf-4359-a67a-9f7b45528ccf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["ECL"],"rarities":["rare"]},"trystan, penitent culler":{"name":"Trystan, Penitent Culler","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Warlock"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever this creature transforms into Trystan, Penitent Culler, mill three cards, then you may exile an Elf card from your graveyard. If you do, each opponent loses 2 life.\nAt the beginning of your first main phase, you may pay {G}. If you do, transform Trystan.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"Transformed","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Exile","target":{"type":"Typed","type_filters":[{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"SelfRef"},"description":"Whenever ~ transforms into ~, mill three cards, then you may exile an Elf card from your graveyard. If you do, each opponent loses 2 life.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, you may pay {G}. If you do, transform ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black","Green"],"scryfall_oracle_id":"961d1128-a022-480c-918e-16ba0abf844b","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2094f9b6-ce84-47d9-8819-81db14ba483f","4086c9a8-f9bf-4359-a67a-9f7b45528ccf"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["ECL"],"rarities":["rare"]},"turbulent fen":{"name":"Turbulent Fen","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Swamp","Forest"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {B} or {G}.)\nThis land enters tapped unless your opponents control eight or more lands.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped unless your opponents control eight or more lands.","condition":{"type":"UnlessControlsCountMatching","minimum":8,"filter":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]}},"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"114dd40d-5ad8-4913-a08f-572b9521eb5b","metadata":{"source_printing_ids":["9737159b-256c-4004-ba5f-0417c35e1b30","fa1f9d1d-f749-4a33-b6dc-52f97b416b3c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"If this land enters the battlefield at the same time as any number of lands your opponents control, those other lands are not counted when determining if this land enters the battlefield tapped or untapped."},{"date":"2026-03-20","text":"Unlike some other dual lands, Turbulent Fen has two basic land types. It's not basic, so effects that search for basic lands can't find it, but it does have the appropriate land types for effects such as that of Necroblossom Snarl (included in the Secrets of Strixhaven Commander decks)."}],"rarities":["rare"]},"turntimber symbiosis":{"name":"Turntimber Symbiosis","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":4},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. If that card has mana value 3 or less, it enters with three additional +1/+1 counters on it. Put the rest on the bottom of your library in a random order.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. If that card has mana value 3 or less, it enters with three additional +1/+1 counters on it. Put the rest on the bottom of your library in a random order.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"403b59f3-7ade-4bc2-a3e6-de0c3c700f18","parse_warnings":[{"type":"SwallowedClause","detector":"Optional_YouMay","description":"Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. If that card has mana value 3","line_index":0},{"type":"SwallowedClause","detector":"Condition_If","description":"Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. If that card has mana value 3","line_index":0}],"metadata":{"source_printing_ids":["61bd69ea-1e9e-46b0-b1a1-ed7fdbe3deb6","90df87c1-59df-4244-8653-15e7f13cdacc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PZNR","ZNR"],"rulings":[{"date":"2020-09-25","text":"A modal double-faced card can't be transformed or be put onto the battlefield transformed. Ignore any instruction to transform a modal double-faced card or to put one onto the battlefield transformed."},{"date":"2020-09-25","text":"If a card in a player's library has {X} in its mana cost, X is considered to be 0."},{"date":"2020-09-25","text":"If an effect allows you to play a land or cast a spell from among a group of cards, you may play or cast a modal double-faced card with any face that fits the criteria of that effect."},{"date":"2020-09-25","text":"If an effect allows you to play a specific modal double-faced card, you may cast it as a spell or play it as a land, as determined by which face you choose to play. If an effect allows you to cast (rather than \"play\") a specific modal double-faced card, you can't play it as a land."},{"date":"2020-09-25","text":"If an effect instructs a player to choose a card name, the name of either face may be chosen. If that effect or a linked ability refers to a spell with the chosen name being cast and/or a land with the chosen name being played, it considers only the chosen name, not the other face's name."},{"date":"2020-09-25","text":"If an effect puts a double-faced card onto the battlefield, it enters with its front face up. If that front face can't be put onto the battlefield, it doesn't enter the battlefield."},{"date":"2020-09-25","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered."},{"date":"2020-09-25","text":"The mana value of a modal double-faced card is based on the characteristics of the face that's being considered. On the stack and battlefield, consider whichever face is up. In all other zones, consider only the front face. This is different than how the mana value of a transforming double-faced card is determined."},{"date":"2020-09-25","text":"There is a single triangle icon in the top left corner of the front face. There is a double triangle icon in the top left corner of the back face."},{"date":"2020-09-25","text":"To determine whether it is legal to play a modal double-faced card, consider only the characteristics of the face you're playing and ignore the other face's characteristics."},{"date":"2020-09-25","text":"Use the mana value of the creature card as it exists in your library to determine whether it receives +1/+1 counters, ignoring any replacement effects (such as that of Glasspool Mimic) that will change its mana value once it's on the battlefield."}],"rarities":["mythic"]},"turntimber, serpentine wood":{"name":"Turntimber, Serpentine Wood","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this land enters, you may pay 3 life. If you don't, it enters tapped.\n{T}: Add {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":3}},"decline":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, you may pay 3 life. If you don't, it enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"403b59f3-7ade-4bc2-a3e6-de0c3c700f18","metadata":{"source_printing_ids":["61bd69ea-1e9e-46b0-b1a1-ed7fdbe3deb6","90df87c1-59df-4244-8653-15e7f13cdacc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["PRM","PZNR","ZNR"],"rarities":["mythic"]},"turtle van":{"name":"Turtle Van","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Vehicle"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever this Vehicle attacks, put a +1/+1 counter on target creature that crewed it this turn. Then if that creature is a Mutant, Ninja, or Turtle, double the number of +1/+1 counters on it.\nCrew 1 (Tap any number of creatures you control with total power 1 or more: This Vehicle becomes an artifact creature until end of turn.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Crew":{"power":1,"once_per_turn":null}}],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"MultiplyCounter","counter_type":"P1P1","multiplier":2,"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":[{"Subtype":"Mutant"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Ninja"}],"controller":null,"properties":[]},{"type":"Typed","type_filters":[{"Subtype":"Turtle"}],"controller":null,"properties":[]}]},"use_lki":false},"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, put a +1/+1 counter on target creature that crewed it this turn. Then if that creature is a Mutant, Ninja, or Turtle, double the number of +1/+1 counters on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"aeb9a2e6-ad11-4e2c-81d0-caf279d31ece","metadata":{"source_printing_ids":["16ceb9da-cf42-4202-a3ae-265f24532c04","fce6a8b6-b43c-4045-9378-97b2463f9b4d"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["TMT"],"rulings":[{"date":"2026-01-27","text":"To double the number of +1/+1 counters on a creature, put a number of +1/+1 counters on it equal to the number it already has. Other cards that interact with putting counters on it will interact with this effect accordingly."}],"rarities":["rare"]},"twilight diviner":{"name":"Twilight Diviner","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, surveil 2. (Look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)\nWhenever one or more other creatures you control enter, if they entered or were cast from a graveyard, create a token that's a copy of one of them. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, surveil 2.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more other creatures you control enter, if they entered or were cast from a graveyard, create a token that's a copy of one of them. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":{"type":"Or","conditions":[{"type":"ZoneChangeObjectMatchesFilter","origin":"Graveyard","destination":"Battlefield","filter":{"type":"Any"}},{"type":"WasCast","zone":"Graveyard"}]},"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"05d7222b-cc08-4f1f-8e35-6058599572ba","metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["40e615a7-93a9-4753-a96c-a18237ab240b","443b6f30-1493-4d48-93d9-a91e22a7ebb3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL","PECL"],"rulings":[{"date":"2025-11-17","text":"Any enters abilities of the copied creature will trigger when the token enters. Any \"as [this creature] enters\" or \"[this creature] enters with\" abilities of the copied permanent will also work."},{"date":"2025-11-17","text":"If the copied creature has {X} in its mana cost, X is 0."},{"date":"2025-11-17","text":"If the copied creature is copying something else, then the token enters as whatever that creature copied."},{"date":"2025-11-17","text":"The token created by Twilight Diviner's last ability copies exactly what was printed on the original permanent and nothing else (unless that permanent is copying something else; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."}],"rarities":["rare"]},"twilight prophet":{"name":"Twilight Prophet","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nAscend (If you control ten or more permanents, you get the city's blessing for the rest of the game.)\nAt the beginning of your upkeep, if you have the city's blessing, reveal the top card of your library and put it into your hand. Each opponent loses X life and you gain X life, where X is that card's mana value.","non_ability_text":null,"flavor_name":null,"keywords":["Ascend","Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, if you have the city's blessing, reveal the top card of your library and put it into your hand. Each opponent loses X life and you gain X life, where X is that card's mana value.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"HasCityBlessing"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a3afd8b9-d499-40f7-be41-f8fee6636a1d","metadata":{"source_printing_ids":["050ca791-265a-4e7b-9640-4fd5a6d8cd3a","41f90e2b-cdbb-4a7c-aba0-c72055b414ed","6bbb9ce0-8701-4400-8569-642ce5a0dbff","74353dcc-7653-4c5a-b621-ae587c448657","9bb7516a-37e3-484b-9c6b-f730f42c8941","9da6974f-6753-48ac-98cd-86412cc93726","c1ec13cf-e164-4222-90b1-af3e92e03b2e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","LCC","MKC","PLST","PRIX","RIX","SLD"],"rulings":[{"date":"2018-01-19","text":"A permanent is any object on the battlefield, including tokens and lands. Spells and emblems aren't permanents."},{"date":"2018-01-19","text":"Ascend on a permanent isn't a triggered ability and doesn't use the stack. Players can respond to a spell that will give you your tenth permanent, but they can't respond to getting the city's blessing once you control that tenth permanent. This means that if your tenth permanent is a land you play, players can't respond before you get the city's blessing."},{"date":"2018-01-19","text":"If the mana cost of the revealed card includes {X}, X is considered to be 0."},{"date":"2018-01-19","text":"If the revealed card doesn't have a mana cost (because it's a land card, for example), its mana value is 0."},{"date":"2018-01-19","text":"If you cast a spell with ascend, you don't get the city's blessing until it resolves. Players may respond to that spell by trying to change whether you get the city's blessing."},{"date":"2018-01-19","text":"If you control ten permanents but don't control a permanent or resolving spell with ascend, you don't get the city's blessing. For example, if you control ten permanents, lose control of one, then cast Golden Demise, you won't have the city's blessing and the spell will affect creatures you control."},{"date":"2018-01-19","text":"If your tenth permanent enters the battlefield and then a permanent leaves the battlefield immediately afterwards (most likely due to the \"Legend Rule\" or due to being a creature with 0 toughness), you get the city's blessing before it leaves the battlefield."},{"date":"2018-01-19","text":"In a Two-Headed Giant game, Twilight Prophet's last ability causes the opposing team to lose twice X life and you gain X life."},{"date":"2018-01-19","text":"Once you have the city's blessing, you have it for the rest of the game, even if you lose control of some or all of your permanents. The city's blessing isn't a permanent itself and can't be removed by any effect."},{"date":"2018-01-19","text":"Some cards have triggered abilities with an intervening \"if\" clause that checks whether you have the city's blessing. These are worded \"[Trigger condition], if you have the city's blessing, [effect].\" You must already have the city's blessing in order for these abilities to trigger; otherwise they do nothing. In other words, there's no way to have the ability trigger if you don't have the city's blessing, even if you intend to get it in response to the triggered ability."},{"date":"2018-01-19","text":"The mana value of a split card, such as cards with aftermath from the Amonkhet block, is based on the combined mana cost of its two halves."}],"rarities":["mythic"]},"twinflame":{"name":"Twinflame","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Strive — This spell costs {2}{R} more to cast for each target beyond the first.\nChoose any number of target creatures you control. For each of them, create a token that's a copy of that creature, except it has haste. Exile those tokens at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"extra_keywords":["Haste"]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"LastCreated"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose any number of target creatures you control. For each of them, create a token that's a copy of that creature, except it has haste. Exile those tokens at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":null},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"83cf1169-5853-4332-b897-7b17d72d76ab","strive_cost":{"type":"Cost","shards":["Red"],"generic":2},"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047","ebb9c0a4-c359-58de-b739-03fddd775dfa"],"source_printing_ids":["207128b3-2de3-495a-bf29-eec50c3bd752","3459de92-62e8-482c-8241-3addc0a92066","85c863ef-b266-410d-87b3-ced791f99966","af570ca5-4123-4043-a2fc-8b3a7bdfdf38","ccaa7c17-55e7-44e4-a965-182f63f32c72"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["2X2","JOU","SLD","SOC"],"rulings":[{"date":"2014-04-26","text":"Any enters-the-battlefield abilities of the copied creature will trigger when the token enters the battlefield. Any \"as [this permanent] enters the battlefield\" or \"[this permanent] enters the battlefield with\" abilities of the copied creature will also work."},{"date":"2014-04-26","text":"If a spell or ability allows you to cast a strive spell without paying its mana cost, you must pay the additional costs for any targets beyond the first."},{"date":"2014-04-26","text":"If all of the spell's targets are illegal when the spell tries to resolve, it won't resolve and none of its effects will happen. If one or more of its targets are legal when it tries to resolve, the spell will resolve and affect only those legal targets. It will have no effect on any illegal targets."},{"date":"2014-04-26","text":"If another creature becomes or enters the battlefield as a copy of the token, that creature will have haste, but you won't exile it. However, if Twinflame creates multiple tokens copying a single creature due to a replacement effect (like the one Doubling Season creates), you'll exile each of them."},{"date":"2014-04-26","text":"If such a spell is copied, and the effect that copies the spell allows a player to choose new targets for the copy, the number of targets can't be changed. The player may change any number of the targets, including all of them or none of them. If, for one of the targets, the player can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2014-04-26","text":"If the copied creature has {X} in its mana cost, X is considered to be 0."},{"date":"2014-04-26","text":"If the copied creature is a token, the token created by Twinflame copies the original characteristics of that token as stated by the effect that put that token onto the battlefield."},{"date":"2014-04-26","text":"If the copied creature is copying something else (for example, if the copied creature is a Clone), then the token enters the battlefield as whatever that creature copied."},{"date":"2014-04-26","text":"The mana cost and mana value of strive spells don't change no matter how many targets they have. Strive abilities affect only what you pay."},{"date":"2014-04-26","text":"The tokens copy exactly what was printed on the original creature and nothing else (unless that permanent is copying something else or is a token; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2014-04-26","text":"The tokens see each other enter the battlefield. If any of them have a triggered ability that triggers whenever a creature enters the battlefield, they'll trigger for one another."},{"date":"2014-04-26","text":"You choose how many targets each spell with a strive ability has and what those targets are as you cast it. It's legal to cast such a spell with no targets, although this is rarely a good idea. You can't choose the same target more than once for a single strive spell."}],"rarities":["rare"]},"twinning staff":{"name":"Twinning Staff","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If you would copy a spell one or more times, instead copy it that many times plus an additional time. You may choose new targets for the additional copy.\n{7}, {T}: Copy target instant or sorcery spell you control. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"CopySpell","target":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]}]},{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]}]}]},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":7}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{7}, {T}: Copy target instant or sorcery spell you control. You may choose new targets for the copy.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"CopySpell","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If you would copy a spell one or more times, instead copy it that many times plus an additional time. You may choose new targets for the additional copy.","condition":null,"quantity_modification":{"type":"Plus","value":1}}],"color_override":null,"scryfall_oracle_id":"3ca8113b-f5b8-41a7-aae6-ebb32554dfe3","metadata":{"source_printing_ids":["5cdcc324-1427-453c-9940-c21f5d04c997","e7971306-700e-4677-bf52-83e4f9ac04c1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","NCC"],"rulings":[{"date":"2020-04-17","text":"If an effect copies a card rather than a spell (such as that of God-Eternal Kefnet), this doesn't cause an additional copy to be created."},{"date":"2020-04-17","text":"If the spell has damage divided as it was cast (like Mythos of Vadrok), the division can't be changed, although the targets receiving that damage still can. The same is true of spells that distribute counters."},{"date":"2020-04-17","text":"If the spell that's copied has an X whose value was determined as it was cast, the copy will have the same value of X."},{"date":"2020-04-17","text":"If the spell that's copied is modal (that is, it says “Choose one —” or the like), the copy will have the same mode. A different mode can't be chosen."},{"date":"2020-04-17","text":"If you have a second Twinning Staff, copying a spell results in two additional copies. If you have a third, you get three additional copies, and so on."},{"date":"2020-04-17","text":"The controller of a copy can't choose to pay any alternative or additional costs for the copy. However, effects based on any alternative or additional costs that were paid for the original spell are copied as though those same costs were paid for the copy."},{"date":"2020-04-17","text":"The copy is created on the stack, so it's not “cast.” Abilities that trigger when a player casts a spell won't trigger. It will resolve before the original spell does."},{"date":"2020-04-17","text":"The copy will have the same targets as the spell it's copying unless you choose new ones. You may change any number of the targets, including all of them or none of them. If, for one of the targets, you can't choose a new legal target, then it remains unchanged (even if the current target is illegal)."},{"date":"2020-04-17","text":"Twinning Staff's last ability can copy any instant or sorcery spell you control, not just one with targets."},{"date":"2020-04-17","text":"You choose whether the additional copy is put onto the stack before or after the original copy. If a spell is being copied more than once, you can even have the additional copy put onto the stack in between the original copies."},{"date":"2020-04-17","text":"You may choose new targets for the additional copy, even if you can't choose new targets for the original copy or copies."}],"rarities":["rare"]},"twisted abomination":{"name":"Twisted Abomination","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Mutant"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{B}: Regenerate this creature. (The next time this creature would be destroyed this turn, instead tap it, remove it from combat, and heal all damage on it.)\nSwampcycling {2} ({2}, Discard this card: Search your library for a Swamp card, reveal it, put it into your hand, then shuffle.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Typecycling":{"cost":{"type":"Cost","shards":[],"generic":2},"subtype":"Swamp"}}],"abilities":[{"kind":"Activated","effect":{"type":"Regenerate","target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":0}},"sub_ability":null,"duration":null,"description":"{B}: Regenerate ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card",{"Subtype":"Swamp"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"139af10d-a3e5-4ade-b876-87324e6c8017","metadata":{"source_printing_ids":["2f395993-41d5-4947-ac76-d88a1ff6450a","446e672f-87aa-4308-98bb-d00548c5bcef","596516ce-6187-495e-b105-ec4c36da0a10","61fd17eb-c2a1-476d-a970-5bc0aac09f8a","63c8acb3-67da-43b1-9e4e-895779bff678","64e63700-1521-49fa-9756-02342a11e200","7bcaee2c-fad7-4ee2-8fe7-20b2c1eee5c5","99e81075-6f82-4cfb-8d49-07609f9882fa","a1335db4-dda0-4947-9ab6-1f140a1a8aa8","c276c8a7-2874-4ecb-9489-b1923d289510","ffae38ec-7712-4701-b072-9f962ec9c259"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2XM","A25","ARC","CMM","CNS","DDD","DRC","EMA","GVL","PD3","PLST","SCG","TD0","TSB"],"rulings":[{"date":"2016-06-08","text":"Swampcycling is a form of cycling. Any ability that triggers on a card being cycled also triggers on Swampcycling this card. Any ability that stops a cycling ability from being activated also stops Swampcycling from being activated."},{"date":"2016-06-08","text":"Swampcycling is an activated ability. Effects that interact with activated abilities (such as Stifle or Rings of Brighthearth) will interact with Swampcycling. Effects that interact with spells (such as Remove Soul or Faerie Tauntings) will not."},{"date":"2016-06-08","text":"Unlike the normal cycling ability, Swampcycling doesn't allow you to draw a card. Instead, it lets you search your library for a Swamp card. After you find a Swamp card in your library, you reveal it, put it into your hand, then shuffle your library."},{"date":"2016-06-08","text":"You can choose to find any card with the Swamp land type, including nonbasic lands. You can also choose not to find a card, even if there is a Swamp card in your library."}],"rarities":["common","special"]},"two streams facility":{"name":"Two Streams Facility","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Apalapucia"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you planeswalk to Two Streams Facility and at the beginning of the first upkeep of the game, each player chooses green anchor or red waterfall.\nEach player who last chose green anchor may play an additional land during each of their turns.\nCreatures controlled by players who last chose red waterfall get +2/+0 and have haste.\nWhenever chaos ensues, each player who last chose green anchor chooses red waterfall, and vice versa.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":{"Planeswalked":{"role":"To"}},"execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Green anchor","Red waterfall"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you planeswalk to ~, each player chooses green anchor or red waterfall.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Green anchor","Red waterfall"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"}},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the first upkeep of the game, each player chooses green anchor or red waterfall.","constraint":{"type":"OncePerGame"},"condition":null,"batched":false},{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"SwapChosenLabels","first":"Green anchor","second":"Red waterfall"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, each player who last chose green anchor chooses red waterfall, and vice versa.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"MayPlayAdditionalLand","affected":{"type":"PlayerWhoChoseLabel","label":"Green anchor"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"Each player who last chose green anchor may play an additional land during each of their turns."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"ControllerChoseLabel","label":"Red waterfall"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"Creatures controlled by players who last chose red waterfall get +2/+0 and have haste."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"d8aa7f2d-2280-42d4-b082-1b5d45df77c5","metadata":{"source_printing_ids":["40732207-291c-4cea-be87-dd4dbb8b6259"]},"legalities":{},"printings":["WHO"],"rarities":["common"]},"tymna the weaver":{"name":"Tymna the Weaver","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Lifelink\nAt the beginning of each of your postcombat main phases, you may pay X life, where X is the number of opponents that were dealt combat damage this turn. If you do, draw X cards.\nPartner (You can have two commanders if both have partner.)","non_ability_text":null,"flavor_name":null,"keywords":["Lifelink",{"Partner":{"type":"Generic"}}],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"PayLife","amount":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentDealtDamage","kind":"CombatOnly"}}}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentDealtDamage","kind":"CombatOnly"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PostCombatMain","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each of your postcombat main phases, you may pay X life, where X is the number of opponents that were dealt combat damage this turn. If you do, draw X cards.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"d15642e4-e61c-4d29-af48-de837991245e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["87eff269-c8d7-479e-ade4-383b8622e70d","bc7cbe9b-324e-42b8-94e2-36e91cb32163","cec4983f-c2ec-4bf5-9f14-e75f0a2788a6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","CMR","FCA","PRM","PZ2"],"rulings":[{"date":"2020-11-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2020-11-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2020-11-10","text":"If a player was dealt combat damage and subsequently lost the game, Tymna's triggered ability counts that player to determine the value of X."},{"date":"2020-11-10","text":"If an effect creates an additional combat phase in a turn, it may also create an additional main phase after that combat phase. Tymna's ability triggers at the beginning of each of these postcombat main phases."},{"date":"2020-11-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2020-11-10","text":"If your Commander deck has two commanders, you can only include cards whose own color identities are also found in your commanders' combined color identities. If Falthis and Kediss are your commanders, your deck may contain cards with black and/or red in their color identity, but not cards with green, white, or blue."},{"date":"2020-11-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won't have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 damage from any one of them, not from both of them combined."},{"date":"2020-11-10","text":"To have two commanders, both must have the partner ability as the game begins. Losing the ability during the game doesn't cause either to cease to be your commander."},{"date":"2020-11-10","text":"You can choose two commanders with partner that are the same color or colors. In Commander Draft, you can even choose two of the same commander with partner if you drafted them. If you do this, make sure you keep the number of times you've cast each from the command zone clear for \"commander tax\" purposes."},{"date":"2020-11-10","text":"You must pay exactly X life or none. You can't pay less life to draw fewer cards."}],"rarities":["rare","mythic"]},"tzaangor shaman":{"name":"Tzaangor Shaman","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Mutant","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nSorcerous Elixir — Whenever this creature deals combat damage to a player, copy the next instant or sorcery spell you cast this turn when you cast it. You may choose new targets for the copy.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"WhenNextEvent","trigger":{"mode":"SpellCast","execute":null,"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":null,"constraint":null,"condition":null,"batched":false},"or_trigger":null},"effect":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"MayChooseNewTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, copy the next instant or sorcery spell you cast this turn when you cast it. You may choose new targets for the copy.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"1d55a1c5-fd0b-44d2-9e7c-550052fef262","metadata":{"source_printing_ids":["0649cc35-80e6-403a-aef3-d8c1ee35f67b","b7b8c9d1-34a2-4754-904a-c7d061a6ce0a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["40K"],"rulings":[{"date":"2022-10-07","text":"If Tzaangor Shaman deals combat damage to a player more than one time in a turn, perhaps because it has gained double strike, its delayed triggered ability will trigger that many times when you cast your next instant or sorcery spell this turn."}],"rarities":["rare"]},"ugin's labyrinth":{"name":"Ugin's Labyrinth","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Imprint — When this land enters, you may exile a colorless card with mana value 7 or greater from your hand.\n{T}: Add {C}. If a card is exiled with this land, add {C}{C} instead.\n{T}: Return the exiled card to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CardsExiledBySource"}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"duration":null,"description":"{T}: Add {C}. If a card is exiled with ~, add {C}{C} instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"TrackedSet","id":0},"destination":null},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Return the exiled card to its owner's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"ColorCount","comparator":"EQ","count":0},{"type":"Cmc","comparator":"GE","value":{"type":"Fixed","value":7}},{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you may exile a colorless card with mana value 7 or greater from your hand.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"d565cd3d-68d4-4039-9e45-7e69e31d0ffb","metadata":{"source_printing_ids":["020e1348-1a35-4cc8-bad6-9fbddfa79277","5d1506f3-5121-4b83-b199-6594b41e7883"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"In the rare case where more than one card is exiled with Ugin's Labyrinth's imprint ability (likely because the triggered ability was copied or the ability triggered a second time), its last ability will return all such cards to their owners' hands."}],"rarities":["mythic"]},"ulamog, the defiler":{"name":"Ulamog, the Defiler","mana_cost":{"type":"Cost","shards":[],"generic":10},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Eldrazi"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"When you cast this spell, target opponent exiles the top half of their library, rounded up.\nWard—Sacrifice two permanents.\nUlamog enters with a number of +1/+1 counters on it equal to the greatest mana value among cards in exile.\nUlamog has annihilator X, where X is the number of +1/+1 counters on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Ward":{"type":"Sacrifice","data":{"count":2,"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}}}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"TargetZoneCardCount","zone":"Library"}},"divisor":2,"rounding":"Up"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When you cast this spell, target opponent exiles the top half of their library, rounded up.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicKeyword","kind":"Annihilator","value":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has annihilator X, where X is the number of +1/+1 counters on it."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"Aggregate","function":"Max","property":"ManaValue","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Exile"}]}}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a number of +1/+1 counters on it equal to the greatest mana value among cards in exile.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"97836c48-8777-4b4e-98fb-e99204f38bdd","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["339f83ca-4f46-4246-be23-5ca4add31d81","a73da8a4-301e-4a80-9430-1d5cae8bb7f9","ab8edf1e-1892-49d4-8612-0208b41bc97e","d577b0a9-b680-4dd2-9df2-865bab48a318","fd00d56a-86bd-41d8-82b6-975404ef8067"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"Annihilator abilities trigger and resolve during the declare attackers step. The defending player sacrifices the required number of permanents of their choice before they declare blockers. Any creatures sacrificed this way won't be able to block."},{"date":"2024-06-07","text":"If Ulamog is entering the battlefield directly from exile, it will see itself when determining which card has the greatest mana value among cards in exile. If that's Ulamog, which seems likely, it will enter with ten +1/+1 counters on it."},{"date":"2024-06-07","text":"If a creature with annihilator is attacking a planeswalker, and the defending player chooses to sacrifice that planeswalker, the attacking creature continues to attack. It may be blocked. If it isn't blocked, it simply won't deal combat damage to anything."},{"date":"2024-06-07","text":"Ulamog, the Defiler has received a minor update to clarify that the target of the first ability exiles the top half of their library. Its updated Oracle text appears above."},{"date":"2024-06-07","text":"Ulamog, the Defiler's first ability will resolve before Ulamog does. If Ulamog is countered or otherwise leaves the stack in response to its triggered ability, the triggered ability will still resolve as normal."},{"date":"2024-06-07","text":"Use the number of +1/+1 counters on Ulamog at the time its annihilator ability resolves to determine how many permanents defending player should sacrifice."}],"rarities":["mythic"]},"ultima, origin of oblivion":{"name":"Ultima, Origin of Oblivion","mana_cost":{"type":"Cost","shards":[],"generic":5},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever Ultima attacks, put a blight counter on target land. For as long as that land has a blight counter on it, it loses all land types and abilities and has \"{T}: Add {C}.\"\nWhenever you tap a land for {C}, add an additional {C}.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"blight","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"lose all land types and abilities and has \"{T}: Add {C}.\""}],"duration":{"ForAsLongAs":{"condition":{"type":"RecipientHasCounters","counters":{"type":"OfType","data":"blight"},"minimum":1}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":{"ForAsLongAs":{"condition":{"type":"RecipientHasCounters","counters":{"type":"OfType","data":"blight"},"minimum":1}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, put a blight counter on target land. For as long as that land has a blight counter on it, it loses all land types and abilities and has \"{T}: Add {C}.\"","constraint":null,"condition":null,"batched":false},{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you tap a land for {C}, add an additional {C}.","constraint":null,"condition":null,"batched":false,"taps_for_mana_produced":["Colorless"]}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"baa337ce-edc6-4ee5-a898-68e9dbb4ab93","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2ac1b165-27ff-47f3-b598-43f7f021093a","d55a4c02-1aa4-454c-9041-84937377a53b","e6e27054-03e1-424e-92d8-6e77d7683d79"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"The affected land keeps any other card types (such as artifact) and supertypes (such as basic or legendary) when it loses its land types."},{"date":"2025-06-06","text":"Ultima's last ability is a triggered mana ability. It doesn't use the stack and can't be responded to."}],"rarities":["rare"]},"ulvenwald tracker":{"name":"Ulvenwald Tracker","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{1}{G}, {T}: Target creature you control fights another target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"subject":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{1}{G}, {T}: Target creature you control fights another target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"63a37c08-7e38-4fe2-9a71-cc4604c4f831","metadata":{"source_printing_ids":["1bf611cc-6a54-40bb-8fc3-b66d942254db","46199391-a4f5-4532-b89c-b7691b229bd0","4da9e7d8-5f01-4d55-a0a8-afe5e7d5f8e4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AVR","MM3","SLD"],"rulings":[{"date":"2017-03-14","text":"If either target of Ulvenwald Tracker’s ability is an illegal target when the ability tries to resolve, neither creature will deal or be dealt damage."},{"date":"2017-03-14","text":"The second target of Ulvenwald Tracker’s ability can be another creature you control, but it can’t be the same creature as the first target."}],"rarities":["rare"]},"umbra stalker":{"name":"Umbra Stalker","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Variable","value":"*"},"toughness":{"type":"Variable","value":"*"},"loyalty":null,"defense":null,"oracle_text":"Chroma — Umbra Stalker's power and toughness are each equal to the number of black mana symbols in the mana costs of cards in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetDynamicPower","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":{"ManaSymbolCount":"Black"},"filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"InZone","zone":"Graveyard"}]}}}},{"type":"SetDynamicToughness","value":{"type":"Ref","qty":{"type":"Aggregate","function":"Sum","property":{"ManaSymbolCount":"Black"},"filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"Owned","controller":"You"},{"type":"InZone","zone":"Graveyard"}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":true,"description":"Chroma — ~'s power and toughness are each equal to the number of black mana symbols in the mana costs of cards in your graveyard."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"51afd09d-7eee-41c9-bc42-f3f61a176479","metadata":{"source_printing_ids":["1efdd70a-5a84-48a5-82bf-ba29fda097c0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EVE"],"rulings":[{"date":"2008-08-01","text":"Chroma abilities check only mana costs, which are found in a card’s upper right corner. They don’t count mana symbols that appear in a card’s text box."},{"date":"2008-08-01","text":"Chroma abilities count hybrid mana symbols of the appropriate color. For example, a card with mana cost {3}{U/R}{U/R} has two red mana symbols in its mana cost."},{"date":"2008-08-01","text":"This is a characteristic-defining ability, which means it functions in all zones. You include the symbols in the Stalker’s own mana cost if you need to determine its power and/or toughness while it’s in the graveyard."}],"rarities":["rare"]},"umbral mantle":{"name":"Umbral Mantle","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Equipment"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Equipped creature has \"{3}, {Q}: This creature gets +2/+2 until end of turn.\" ({Q} is the untap symbol.)\nEquip {0}","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Attach","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"sub_ability":null,"duration":null,"description":"Equip {0}","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"ability_tag":{"type":"Equip"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EquippedBy"}]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Pump","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":3}},{"type":"Untap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{3}, {Q}: ~ gets +2/+2 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Equipped creature has \"{3}, {Q}: ~ gets +2/+2 until end of turn.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"44f3241f-af82-4f2e-b15d-7f279bf6e816","metadata":{"source_printing_ids":["10e35711-aec9-4024-a2a6-9efff8c71df2","616e50a5-9c29-4557-a1a8-d64a2cd28d2e","a8da2a6c-f63e-4724-bbdb-19d35b85a640"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MB2","PLST","SHM"],"rulings":[{"date":"2008-05-01","text":"If a creature with an {Q} ability hasn't been under your control since your most recent turn began, you can't activate that ability, unless the creature has haste."},{"date":"2008-05-01","text":"If the permanent is already untapped, you can't activate its {Q} ability. That's because you can't pay the \"Untap this permanent\" cost."},{"date":"2008-05-01","text":"When you activate an {Q} ability, you untap the creature with that ability as a cost. The untap can't be responded to. (The actual ability can be responded to, of course.)"}],"rarities":["uncommon"]},"umori, the collector":{"name":"Umori, the Collector","mana_cost":{"type":"Cost","shards":["BlackGreen","BlackGreen"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Ooze"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Companion — Each nonland card in your starting deck shares a card type. (If this card is your chosen companion, you may put it into your hand from outside the game for {3} as a sorcery.)\nAs Umori enters, choose a card type.\nSpells you cast of the chosen type cost {1} less to cast.","non_ability_text":null,"flavor_name":null,"keywords":[{"Companion":{"type":"SharedCardType"}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCardType"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast of the chosen type cost {1} less to cast."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a card type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"913383a1-9c0d-40a1-8c5a-b0a8a95c09a6","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["10576f29-1ab8-4157-b5a0-8ad94a1ff634","4af29607-8907-4dda-9575-b6ae6ceaf027","75ac31e0-ac70-4ee6-b2b1-cc445ffa1da9","81826ef6-02ea-411b-ac08-8ac5e459daa1","98c9cf61-9f32-402b-9db5-f5c11a8a60e6","e996afbc-e6cd-473a-a194-a345512e6963"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","MUL","PIKO","PRM"],"rulings":[{"date":"2020-04-17","text":"Artifact, creature, enchantment, instant, planeswalker, and sorcery are card types. Supertypes (such as legendary) and subtypes (such as Ooze) are not. "},{"date":"2020-04-17","text":"Before shuffling your deck to become your library, you may reveal one card from outside the game to be your companion if your starting deck meets the requirements of the companion ability. You can't reveal more than one. It remains revealed outside the game as the game begins."},{"date":"2020-04-17","text":"Effects that reduce the generic mana cost of a spell (such as that of Umori) can't reduce that spell's colored mana requirements."},{"date":"2020-04-17","text":"If more than one player wishes to reveal a companion, the starting player does so first, and players proceed in turn order. Once a player has chosen not to reveal a companion, that player can't change their mind."},{"date":"2020-04-17","text":"If you reveal a companion outside the game, for as long as it remains there, you may pay {3} any time you could cast a sorcery (that is, you have priority during your main phase and the stack is empty). Once you do, you put it into your hand and behaves like any other card you've brought into the game. For example, if it's discard, countered, or destroyed, it's put into your graveyard, remaining in the game. This is a change from previous rules."},{"date":"2020-04-17","text":"Land cards in your deck may have any number of additional types that may be shared with other cards or not."},{"date":"2020-04-17","text":"Paying {3} to put your companion into your hand is a special action. It doesn't use the stack and players can't respond to it. Once you take this action, you may cast that card if it's legal to do so before any other player can take actions."},{"date":"2020-04-17","text":"The companion ability has no effect if the card is in your starting deck and creates no restriction on putting a card with a companion ability into your starting deck. For example, Zirda may be in your starting deck even if your other permanent cards don't all have activated abilities."},{"date":"2020-04-17","text":"The companion's other abilities apply only if the creature is on the battlefield. They have no effect while the companion is outside the game."},{"date":"2020-04-17","text":"The requirements of the companion ability apply only to your starting deck. They do not apply to your sideboard."},{"date":"2020-04-17","text":"To satisfy Umori's companion requirement, there must be one card type that each nonland card in your starting deck has. For example, if every nonland card is an artifact creature, enchantment creature, or creature, it is satisfied; but if you have an artifact creature, an artifact, and a creature, it is not satisfied."},{"date":"2020-04-17","text":"You may have one companion in the Commander variant. Your deck, including your commander, must meet its companion requirement. Your companion is not one of your one hundred cards."},{"date":"2020-04-17","text":"Your companion begins the game outside the game. In tournament play, this means your sideboard. In casual play, it's simply a card you own that's not in your starting deck."},{"date":"2020-06-01","text":"If you reveal a companion outside the game, for as long as it remains there, you may pay {3} any time you could cast a sorcery (that is, you have priority during your main phase and the stack is empty). Once you do, you put it into your hand and behaves like any other card you've brought into the game. For example, if it's discarded, countered, or destroyed, it's put into your graveyard, remaining in the game. This is a change from previous rules."},{"date":"2020-06-01","text":"Once you put your companion into your hand, it behaves like any other card you’ve brought into the game. For example, if it’s countered or destroyed, it’s put into your graveyard, remaining in the game."},{"date":"2020-06-01","text":"Paying {3} to put your companion into your hand is a special action. It doesn't use the stack and players can't respond to it. Once you take this action, you may cast that card if it's legal to do so before any other player can take actions."},{"date":"2020-06-01","text":"Wizards of the Coast has issued functional errata for the Companion mechanic. Instead of casting companions from outside the game: Once per game, any time you could cast a sorcery (during your main phase when the stack is empty), you can pay {3} to put your companion from your sideboard into your hand. This is a special action, not an activated ability. It happens immediately and can’t be responded to. It can’t be countered or stopped by cards like Phyrexian Revoker. For more information please see https://magic.wizards.com/en/articles/archive/news/june-1-2020-banned-and-restricted-announcement"}],"rarities":["rare"]},"unbreathing horde":{"name":"Unbreathing Horde","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with a +1/+1 counter on it for each other Zombie you control and each Zombie card in your graveyard.\nIf this creature would be dealt damage, prevent that damage and remove a +1/+1 counter from it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Sum","exprs":[{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Zombie"}],"controller":"You","properties":[{"type":"Another"}]}}},{"type":"Ref","qty":{"type":"ZoneCardCount","zone":"Graveyard","card_types":[{"Subtype":"Zombie"}],"scope":"Controller"}}]},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a +1/+1 counter on it for each other Zombie you control and each Zombie card in your graveyard.","condition":null,"destination_zone":"Battlefield"},{"event":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RemoveCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"If ~ would be dealt damage, prevent that damage and remove a +1/+1 counter from it.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"e6cd9203-e4d3-4d9f-b59f-4e454fc5a477","metadata":{"source_printing_ids":["1a91ea47-0c06-4333-a309-ac360c5cc9bd","9d656bd0-82e3-4261-b1bb-929beb87d172","dd119aa8-8414-4942-9a28-3e68a9a52a8e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DDQ","ISD","SCD"],"rulings":[{"date":"2011-09-22","text":"If Unbreathing Horde enters from a graveyard, it will count itself when determining how many +1/+1 counters it enters with."},{"date":"2011-09-22","text":"If Unbreathing Horde has no +1/+1 counters on it (but its toughness is raised above 0 by another effect), any damage dealt to it will still be prevented, even though no counter will be removed."},{"date":"2011-09-22","text":"Only one +1/+1 counter will be removed, no matter how much damage is prevented."}],"rarities":["rare"]},"uncivil unrest":{"name":"Uncivil Unrest","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Nontoken creatures you control have riot. (They enter with your choice of a +1/+1 counter or haste.)\nIf a creature you control with a +1/+1 counter on it would deal damage to a permanent or player, it deals double that damage instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"modifications":[{"type":"AddKeyword","keyword":"Riot"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Nontoken creatures you control have riot."}],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a creature you control with a +1/+1 counter on it would deal damage to a permanent or player, it deals double that damage instead.","condition":null,"damage_modification":{"type":"Double"},"damage_source_filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Counters","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]}},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with an additional +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Optional","decline":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"Permanent","target":null},"cost":null,"sub_ability":null,"duration":"Permanent","description":"It gains haste","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"}]},"description":"CR 702.136a: Riot — this permanent may enter with an additional +1/+1 counter; otherwise it gains haste.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"bd655e8b-f192-4635-9e23-357b6f89ef8f","metadata":{"source_printing_ids":["0a9e1b5e-233e-4066-9d03-d04a051d8cfb","31afae93-d3c7-49c3-9f00-2cd9621e0ff8","343c3e40-d551-4e2c-bb94-315b58151a33"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MOC","SLD"],"rulings":[{"date":"2023-04-14","text":"If another effect (or effects) modifies how much damage your creature with a +1/+1 counter on it would deal—by preventing some of it, for example—the player being dealt damage or the controller of the permanent being dealt damage chooses the order in which any such effects (including Uncivil Unrest’s) apply. If all of the damage is prevented, Uncivil Unrest’s effect no longer applies."},{"date":"2023-04-14","text":"If damage dealt by a creature you control with a +1/+1 counter on it is being divided or assigned among multiple permanents and/or players, that damage is divided or assigned before doubling. For example, if you attack with a 5/5 creature with trample and it’s blocked by a 2/2 creature, you can assign 2 damage to the blocker and 3 damage to the defending player. Those amounts are then doubled to 4 and 6, respectively."},{"date":"2023-04-14","text":"If you choose for the creature to gain haste, it gains haste indefinitely. It won’t lose it as the turn ends or as another player gains control of it."},{"date":"2023-04-14","text":"Riot is a replacement effect. Players can’t respond to your choice of +1/+1 counter or haste, and they can’t take actions while the creature is on the battlefield without one or the other."},{"date":"2023-04-14","text":"The damage is dealt by the same source as the original source of damage. The doubled damage isn’t dealt by Uncivil Unrest unless it was somehow the original source of damage."}],"rarities":["rare"]},"undead alchemist":{"name":"Undead Alchemist","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"If a Zombie you control would deal combat damage to a player, instead that player mills that many cards.\nWhenever a creature card is put into an opponent's graveyard from their library, exile that card and create a 2/2 black Zombie creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"origin":"Library","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever a creature card is put into an opponent's graveyard from their library, exile that card and create a 2/2 black Zombie creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":null,"mode":{"type":"Mandatory"},"valid_card":null,"description":"If a Zombie you control would deal combat damage to a player, instead that player mills that many cards.","condition":null}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3807e6fe-0555-4b09-aef2-efd58abaf669","metadata":{"related_token_ids":["87df5573-4b61-5eaa-94b2-efd2398be6ac","ce24f27b-16b5-596b-b810-805a9384991b","ec9a4944-adaf-511f-a79e-40eb615aa5b5"],"source_printing_ids":["717f4592-6c81-43ac-8975-f6d5d6710310","b7231a1c-f3aa-4346-9eb1-63e35ab3001c","ccc25540-5518-4a56-b38d-340a3dbdd942"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ISD","MIC","SLD"],"rulings":[{"date":"2011-09-22","text":"If you control multiple Undead Alchemists, the multiple replacement abilities will have no added effect. Combat damage dealt to a player by a Zombie you control will be replaced only once with cards being put into that player's graveyard."},{"date":"2011-09-22","text":"Whenever a creature card is put into an opponent's graveyard from their library, the triggered ability of each Undead Alchemist you control will trigger. The first such ability to resolve will exile that creature card and create a Zombie token. Subsequent abilities won't exile the creature card, but each will create another Zombie token."}],"rarities":["rare"]},"undead servant":{"name":"Undead Servant","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, create a 2/2 black Zombie creature token for each card named Undead Servant in your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Named","name":"undead servant"},{"type":"InZone","zone":"Graveyard"}]}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 2/2 black Zombie creature token for each card named Undead Servant in your graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"5bf9f397-0216-4ec9-a57b-406758dcc233","metadata":{"related_token_ids":["15ce7217-21d5-55fe-8300-e0f4dd3af2f5","3b49dcde-f310-5692-a8b0-530e880f9769"],"source_printing_ids":["36afdfd4-8db7-45b6-9b6d-b9293fe6c26d","bfbc0f7c-546f-4525-bb58-c99ab9b017d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M20","ORI"],"rulings":[{"date":"2019-07-12","text":"Count the number of Undead Servants in your graveyard as the ability resolves to determine how many tokens to put onto the battlefield. If Undead Servant dies in response to its own triggered ability and is in your graveyard as that ability resolves, it will count toward the number of Zombies you get."}],"rarities":["common"]},"undercity sewers":{"name":"Undercity Sewers","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Island","Swamp"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {U} or {B}.)\nThis land enters tapped.\nWhen this land enters, surveil 1. (Look at the top card of your library. You may put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, surveil 1.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"08d80efc-9542-4ba2-824c-c8615d8d07f2","metadata":{"source_printing_ids":["19545db3-8be5-41e5-8d13-dec4f96fe624","2b5801fb-2026-4f25-98bc-ebb2f99684b9","3239a1e5-a002-4389-b9a7-049b1d60e2ac"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM","PZA"],"rarities":["rare","mythic"]},"underworld breach":{"name":"Underworld Breach","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each nonland card in your graveyard has escape. The escape cost is equal to the card's mana cost plus exile three other cards from your graveyard. (You may cast cards from your graveyard for their escape cost.)\nAt the beginning of the end step, sacrifice this enchantment.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of the end step, sacrifice ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Card",{"Non":"Land"}],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"SelfManaCost"}},{"type":"Exile","count":3,"zone":"Graveyard","filter":null}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each nonland card in your graveyard has escape. The escape cost is equal to the card's mana cost plus exile three other cards from your graveyard."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"27e0948b-9916-473b-8d8c-a51bdfbc7457","metadata":{"source_printing_ids":["0b9755c8-ee39-4260-90f9-a398b3d06642","0e51d796-7279-4c06-87f0-37adbdaa41df","18e1bdc9-be60-4abd-9756-d3e70e2fcdb5","2f2374a2-21d6-4643-8602-684342d0dbfc","3b0a40e1-3163-4036-b1fb-0ac873d8966e","49c8b2ed-95bf-4a85-a0d7-6d7c01fc086d","c72c52be-5cb4-435d-8162-c27a0cf57adb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"legal","legacy":"banned","modern":"banned","oathbreaker":"legal","pioneer":"banned","timeless":"legal","vintage":"legal"},"printings":["MB2","PRM","PTHB","PZA","SLD","SPG","THB"],"rulings":[{"date":"2020-01-24","text":"After an escaped spell resolves, it returns to its owner's graveyard if it's not a permanent spell. If it is a permanent spell, it enters the battlefield and will return to its owner's graveyard if it dies later. Perhaps it will escape again—good underworld security is so hard to come by these days."},{"date":"2020-01-24","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2020-01-24","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2020-01-24","text":"If a card has no mana cost, its escape cost is an unpayable cost, so you can't cast it for that cost."},{"date":"2020-01-24","text":"If a card with escape is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2020-01-24","text":"If a spell you're casting with escape has an additional cost of discarding cards or sacrificing permanents, you may exile cards discarded or sacrificed this way to pay that part of its escape cost."},{"date":"2020-01-24","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2020-01-24","text":"If you're casting an adventurer card or split card with escape, you choose how you wish to cast it, then pay the appropriate cost (for the Adventure, the creature, or the half of the split card you chose) plus exiling three cards."},{"date":"2020-01-24","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2020-01-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."}],"rarities":["rare","mythic"],"bracket_signals":{"game_changer":true,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":false}},"underworld dreams":{"name":"Underworld Dreams","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent draws a card, this enchantment deals 1 damage to that player.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent draws a card, ~ deals 1 damage to that player.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"967cf377-ae26-464d-85ac-8448b5a911f7","metadata":{"source_printing_ids":["03919c86-1c4a-43b0-a2db-54ca6ae1ac57","209f89e0-a577-4bd1-8cdf-9572896e6a3d","49a3ca28-8b65-419f-9d37-4854ee92c6d2","5b1cbd83-c997-4c95-86a0-fe3c83d14975","5f252826-d2bd-4e25-a500-423a727a7e9e","6e212d55-c98d-4df6-ab5a-389f38099070","a0e8f8d8-eac0-451c-a167-be84667a8e3d","a549b913-556a-4aeb-899e-438ff6874f56","eda4c410-c19c-435d-bbb4-2448ea3eeb21"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","8ED","9ED","DPA","LEG","M10","P2HG","PRM","PS11","SLD","THB"],"rulings":[{"date":"2004-10-04","text":"If multiple cards are drawn at once, this card triggers once for each card drawn."},{"date":"2004-10-04","text":"In a multi-player game, it affects all opponents."},{"date":"2020-01-24","text":"If a spell or ability causes you to put cards into your hand without specifically using the word “draw,” it’s not a card drawn."}],"rarities":["uncommon","rare"]},"unearth":{"name":"Unearth","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Return target creature card with mana value 3 or less from your graveyard to the battlefield.\nCycling {2} ({2}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Fixed","value":3}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Return target creature card with mana value 3 or less from your graveyard to the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"4e0b647a-6e1a-421b-bca9-8d5e346bda80","metadata":{"source_printing_ids":["228b4677-a00f-47f9-819b-88c003ac080b","656127b7-21c4-40ce-8fff-5cc3d38398f8","a5a1ec89-c231-409b-91e1-158ce6abf558","b1f73271-b70f-40ae-be64-f8de7805923a","b62abd0c-ec3e-45d7-989d-da269812aeef","b6cb2549-e485-44d6-9d65-7605c568909e","ed268699-e1cc-4742-b19f-7f0ceaed2733"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","A25","HA7","MH1","PLST","PRM","SCH","SLD","ULG"],"rulings":[{"date":"2019-06-14","text":"If a card in a player's graveyard has {X} in its mana cost, X is considered to be 0."}],"rarities":["common","rare"]},"unexpectedly absent":{"name":"Unexpectedly Absent","mana_cost":{"type":"Cost","shards":["X","White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put target nonland permanent into its owner's library just beneath the top X cards of that library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"position":{"type":"BeneathTop","depth":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}},"cost":null,"sub_ability":null,"duration":null,"description":"Put target nonland permanent into its owner's library just beneath the top X cards of that library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e8d78a83-c932-4b55-8f75-7094c672c3a9","metadata":{"source_printing_ids":["04bf7e2b-a05f-4ce6-b64c-809b74790b59","a1501a42-e233-423b-b68a-1b76630bbccc","eb6071cf-76bb-48f0-acbe-27b92558495a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C13","C20","CMA","EMA"],"rulings":[{"date":"2016-06-08","text":"If there are fewer than X cards in that player’s library, put that permanent on the bottom of that library."},{"date":"2016-06-08","text":"If you choose 0 as the value for X, put that permanent on top of its owner’s library."}],"rarities":["rare"]},"unholy annex":{"name":"Unholy Annex","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Room"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, draw a card. If you control a Demon, each opponent loses 2 life and you gain 2 life. Otherwise, you lose 2 life.\n(You may cast either half. That door unlocks on the battlefield. As a sorcery, you may pay the mana cost of a locked door to unlock it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"else_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Demon"}],"controller":"ScopedPlayer","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, draw a card. If you control a Demon, each opponent loses 2 life and you gain 2 life. Otherwise, you lose 2 life.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"bd388ad9-a47b-4b0b-b94a-8e4343cd3de5","metadata":{"related_token_ids":["1fb16f1b-36a5-5421-968c-19c83c42fdca"],"source_printing_ids":["0fb4c734-c698-46f2-bc78-5f036f472e5b","681caa94-e95e-47f0-8305-eca0ed55cb5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"split","printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"An ability that triggers \"when you unlock this door\" triggers when that door becomes unlocked. This can happen one of two ways: (1) the door becomes unlocked on the battlefield or (2) the door becomes unlocked as the Room enters the battlefield because you cast the corresponding half. In the latter case, since the door becoming unlocked is what causes the ability to trigger, effects that cause abilities that trigger when a permanent enters to trigger an additional time (such as that of Panharmonicon) won't apply."},{"date":"2024-09-20","text":"An ability that triggers \"whenever you fully unlock a Room\" triggers when a door becomes unlocked and the other door of that Room is already unlocked, or when both doors of that Room become unlocked simultaneously."},{"date":"2024-09-20","text":"Any time you have priority during a main phase of your turn and the stack is empty, you may pay the mana cost of a locked door (also called its \"unlock cost\"). That door becomes unlocked. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-09-20","text":"Each Room card has two names. If an effect instructs you to choose a card name, you may choose one of those names, but not both."},{"date":"2024-09-20","text":"Each Room card is a single card. For example, if you discard a Room card, you've discarded one card, not two. If an effect counts the number of enchantment cards in your graveyard, Bottomless Pool // Locker Room counts once, not twice."},{"date":"2024-09-20","text":"If a Room enters from any zone other than the stack, it will enter with both halves locked."},{"date":"2024-09-20","text":"If a spell or ability would create a copy of a Room spell on the stack, the copy retains the choice of which door was cast but also retains the full characteristics of the spell. The characteristics of the door that wasn't cast are still ignored while the copy is on the stack, and when the copy resolves, the token it becomes will enter with the appropriate door unlocked."},{"date":"2024-09-20","text":"If an effect allows you to cast a spell with certain characteristics, consider only the characteristics of the door you're casting. For example, if an effect allows you to cast a permanent spell with mana value 3 or less from among cards in your graveyard, you could cast Bottomless Pool this way, but not Locker Room."},{"date":"2024-09-20","text":"If neither door of a Room is unlocked, it's a Room enchantment with no name and no abilities."},{"date":"2024-09-20","text":"Room cards have two card faces with a shared type line on a single card. The characteristics of the door you didn't cast are ignored while the spell is on the stack."},{"date":"2024-09-20","text":"Some abilities allow you to lock a door of a Room you control. You can't choose to lock a door that's already locked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are locked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some abilities allow you to unlock a door of a Room you control. You can't choose to unlock a door that's already unlocked with such an ability. If such an ability requires a target, you can target a Room even if both of its doors are unlocked, but the ability won't do anything when it resolves."},{"date":"2024-09-20","text":"Some doors have abilities that trigger whenever you unlock that door and require one or more targets. You can unlock that door even if there would be insufficient legal targets for that triggered ability. The triggered ability won't go on the stack."},{"date":"2024-09-20","text":"To cast a Room spell, choose a half (or \"door\") to cast. There's no way to cast both halves of a Room card. When the Room spell resolves, the corresponding door becomes unlocked as the Room enters."},{"date":"2024-09-20","text":"While in any zone other than the stack or the battlefield, a Room card's characteristics are a combination of its two doors. For example, Bottomless Pool // Locker Room has a mana value of 6 while it's in your library. If an effect allows you to search your library for a card with mana value 4 or less, you can't find Bottomless Pool // Locker Room."},{"date":"2024-09-20","text":"While on the battlefield, a Room's characteristics are a combination of the characteristics of its unlocked doors. For example, if Bottomless Pool // Locker Room is on the battlefield with both doors unlocked, its names are Bottomless Pool and Locker Room, its mana value is 6, it's a Room Enchantment, and it has the abilities in each door's text box."}],"rarities":["rare"]},"unravel":{"name":"Unravel","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Counter target spell. If the amount of mana spent to cast that spell was less than its mana value, you draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ManaSpentToCast","scope":"AbilityTarget","metric":{"type":"Total"}}},"comparator":"LT","rhs":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Target"}}}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell. If the amount of mana spent to cast that spell was less than its mana value, you draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1525cbc1-0d95-4f58-99fb-136e54c4d486","metadata":{"source_printing_ids":["e8978214-c853-453d-872d-af56bdaaa3d7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rulings":[{"date":"2025-07-25","text":"For spells with {X} in their mana costs, use the value chosen for X to determine the spell’s mana value."},{"date":"2025-07-25","text":"The mana value of a spell isn’t changed by alternative costs, cost increases, or cost reductions. For example, if you cast Thrumming Hivepool (an artifact with affinity for Slivers), its mana value is 6 no matter how many Slivers you controlled when you cast it."}],"rarities":["uncommon"]},"unstable glyphbridge":{"name":"Unstable Glyphbridge","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, if you cast it, for each player, choose a creature with power 2 or less that player controls. Then destroy all creatures except creatures chosen this way.\nCraft with artifact {3}{W}{W} ({3}{W}{W}, Exile this artifact, Exile another artifact you control or an artifact card from your graveyard: Return this card transformed under its owner's control. Craft only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Craft":{"cost":{"type":"Cost","shards":["White","White"],"generic":3},"materials":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent","Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},{"type":"Typed","type_filters":["Card","Artifact"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]}]},"count":{"type":"Exactly","count":1}}}],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White","White"],"generic":3}},{"type":"Exile","count":1,"zone":"Battlefield","filter":{"type":"SelfRef"}},{"type":"ExileMaterials","materials":{"type":"Or","filters":[{"type":"Typed","type_filters":["Permanent","Artifact"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},{"type":"Typed","type_filters":["Card","Artifact"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"},{"type":"Owned","controller":"You"}]}]},"count":{"type":"Exactly","count":1}}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"for","description":"for each player, choose a creature with power 2 or less that player controls"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, if you cast it, for each player, choose a creature with power 2 or less that player controls. Then destroy all creatures except creatures chosen this way.","constraint":null,"condition":{"type":"WasCast"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fcd54631-ea47-49a7-ad5f-9a9a51a815ba","metadata":{"source_printing_ids":["a8a23e3f-57c8-4cbb-bb6c-d5fdf49a2d9c","d70f48e7-582c-4dd2-a64e-6fd03fa6b77e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["LCI"],"rulings":[{"date":"2023-11-10","text":"For each player, including yourself, you must choose a creature with power 2 or less to save if you can."},{"date":"2023-11-10","text":"If Sandswirl Wanderglyph leaves the battlefield on a turn in which an opponent attacked you or a planeswalker you control (perhaps because it died in combat or another player cast a spell that destroyed it), that opponent can cast spells."},{"date":"2023-11-10","text":"If a card that isn't a transforming double-faced card becomes a copy of a card with craft, it'll stay in exile if you activate the craft ability. It won't return to the battlefield."},{"date":"2023-11-10","text":"If the materials required include multiple objects, you may exile some of them from among permanents you control and the rest from among cards in your graveyard. You don't have to choose all permanents or all cards from your graveyard."},{"date":"2023-11-10","text":"In Two-Headed Giant, for each attacking creature, the attacking team announces which defending player, planeswalker, or battle that creature is attacking when it's declared as an attacker. Sandswirl Wanderglyph's abilities care only about creatures that attack you or planeswalkers you control, not creatures that attack your teammate or planeswalkers they control."},{"date":"2023-11-10","text":"Once Sandswirl Wanderglyph's middle ability resolves, that opponent won't be able to attack you or planeswalkers you control that turn, even if Sandswirl Wanderglyph is no longer on the battlefield."},{"date":"2023-11-10","text":"Sandswirl Wanderglyph's abilities won't stop opponents from attacking battles you protect or casting spells after attacking battles you protect."},{"date":"2023-11-10","text":"The back faces of some cards with craft refer to cards \"used to craft\" it. This refers to the cards exiled as part of the cost of the craft ability of the front face. Those cards are considered to be \"used to craft\" that permanent as long as they remain exiled and the permanent remains on the battlefield, even if the permanent's controller changes or some of its characteristics change (because of a copy effect, for example.)"},{"date":"2023-11-10","text":"Unstable Glyphbridge's first ability triggers if you cast it from any zone. It doesn't trigger if you put Unstable Glyphbridge onto the battlefield without casting it."},{"date":"2023-11-10","text":"You may exile tokens you control as part of the materials required. However, because they aren't cards and won't stay in exile, any abilities that refer to what you \"used to craft\" the back faces won't refer to anything."}],"rarities":["rare"]},"unstoppable plan":{"name":"Unstoppable Plan","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, untap all nonland permanents you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"You","properties":[]},"scope":{"type":"All"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, untap all nonland permanents you control.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"3f6f4c98-ed7e-4fb1-8bfe-4210a39f77f2","metadata":{"source_printing_ids":["62a95aeb-b1b0-42cd-ad67-fd13717d3c6c","aaeb5981-7e6a-4ffd-bb02-4757b2e92f08","ce40ff0e-04ae-4786-ac0c-54a66ffb48a6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DFT","PDFT"],"rarities":["rare"]},"unstoppable slasher":{"name":"Unstoppable Slasher","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Assassin"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever this creature deals combat damage to a player, they lose half their life, rounded up.\nWhen this creature dies, if it had no counters on it, return it to the battlefield tapped under its owner's control with two stun counters on it.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"ScopedPlayer"}}},"divisor":2,"rounding":"Up"},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to a player, they lose half their life, rounded up.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":true,"enters_attacking":false,"enter_with_counters":[["stun",{"type":"Fixed","value":2}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it had no counters on it, return it to the battlefield tapped under its owner's control with two stun counters on it.","constraint":null,"condition":{"type":"Not","condition":{"type":"HadCounters","counter_type":null}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"6662968e-ca9e-454c-be44-24ad10e43d3e","metadata":{"source_printing_ids":["0a30a301-8e87-46e7-89aa-cd55b1a14420","57d865cf-8c5f-4c27-a731-33564b01bc64","c78da035-6b5b-4136-9ab6-f622b64fdc54"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK","PJSC"],"rarities":["rare"]},"urabrask":{"name":"Urabrask","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Praetor"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"First strike\nWhenever you cast an instant or sorcery spell, Urabrask deals 1 damage to target opponent. Add {R}.\n{R}: Exile Urabrask, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery and only if you've cast three or more instant and/or sorcery spells this turn.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Red"],"generic":0}},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":true,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{R}: Exile ~, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery and only if you've cast three or more instant and/or sorcery spells this turn.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":3}}}},{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Red"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling","is_mana_ability":true},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, ~ deals 1 damage to target opponent. Add {R}.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"4b1da9aa-a30c-44b8-a10e-f9dc3fe70b6f","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["4873fe20-675e-5db5-b9ba-8d996c2806ba"],"source_printing_ids":["52173f36-19d2-48be-a8e8-8cbe946759c0","712fb9e5-bd67-4173-a2d4-061aeb6253b5","b12e031a-3a1a-4544-973b-e4e5b0518db9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"After chapter III of The Great Work resolves, casting spells from graveyards follows the normal rules for casting those cards. You must pay their costs, and you must follow all applicable timing rules. For example, to cast a sorcery spell from a graveyard, you can do so by paying its mana cost only during your main phase while the stack is empty."},{"date":"2023-04-14","text":"If multiple players are allowed to cast the same card, the player with priority at any given time determines who can cast it. The player whose turn it is has priority as each step and phase begins, and they receive priority after each spell and ability resolves. This means immediately after chapter III resolves you’ll have priority to cast spells before any other player does."},{"date":"2023-04-14","text":"Urabrask will count any instant or sorcery spells you’ve cast during the turn, whether those spells resolved, didn’t resolve, were countered, or left the stack some other way. Urabrask won’t count copies of instant and sorcery spells that were created on the stack and not cast."},{"date":"2023-04-14","text":"Urabrask’s second ability isn’t a mana ability, even though it causes you to add mana. It uses the stack and can be responded to."}],"rarities":["mythic"]},"ureni's counsel":{"name":"Ureni's Counsel","mana_cost":{"type":"Cost","shards":["Blue"],"generic":6},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast for each Dragon card in your library.\nSeek a Dragon card.\nHarmonize {8}{R}{R}","non_ability_text":null,"flavor_name":null,"keywords":[{"Harmonize":{"type":"Cost","shards":["Red","Red"],"generic":8}}],"abilities":[{"kind":"Spell","effect":{"type":"Seek","filter":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"destination":"Hand","enter_tapped":false},"cost":null,"sub_ability":null,"duration":null,"description":"Seek a Dragon card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"ZoneCardCount","zone":"Library","card_types":[{"Subtype":"Dragon"}],"scope":"Controller"}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each Dragon card in your library."}],"replacements":[],"color_override":null,"color_identity":["Red","Blue"],"scryfall_oracle_id":"91617de2-4aab-4efc-94a1-053dfaac3ae5","legalities":{"brawl":"legal","historic":"legal","timeless":"legal"},"printings":["YTDM"]},"urge to feed":{"name":"Urge to Feed","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets -3/-3 until end of turn. You may tap any number of untapped Vampire creatures you control. If you do, put a +1/+1 counter on each of those Vampires.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-3},"toughness":{"type":"Fixed","value":-3},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature",{"Subtype":"Vampire"}],"controller":"You","properties":[{"type":"Untapped"}]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":[{"Subtype":"Vampire"}],"controller":null,"properties":[]}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"multi_target":{"min":0,"max":null},"target_choice_timing":"Resolution","forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature gets -3/-3 until end of turn. You may tap any number of untapped Vampire creatures you control. If you do, put a +1/+1 counter on each of those Vampires.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c9f2f0ae-5869-43dc-a225-4dfe3d37c166","metadata":{"source_printing_ids":["041606a6-d20b-4241-ae5a-2dd004c47487","6f56b179-dedf-44fc-952a-dec22f30af49","b388d4d9-62b6-4174-897e-f933a4badcf9","eed371fb-b23b-41b0-9fa2-4cb1be8b77cc","ff8e3bff-1502-4dac-9d2d-784a988e5565"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["DDK","E02","J25","VOC","WWK"],"rulings":[{"date":"2010-03-01","text":"If the targeted creature is an illegal target by the time Urge to Feed resolves, the entire spell doesn't resolve. You can't tap any Vampires."},{"date":"2010-03-01","text":"If you cast Urge to Feed targeting an untapped Vampire creature you control with toughness 3, its toughness will be reduced to 0 by the -3/-3 effect. However, state-based actions aren't checked until the spell has finished resolving. You may then tap that Vampire and put a +1/+1 counter on it, raising its toughness to 1. It will remain on the battlefield."},{"date":"2010-03-01","text":"You don't choose which untapped Vampire creatures you control to tap (if any) until Urge to Feed resolves."}],"rarities":["uncommon"]},"uro, titan of nature's wrath":{"name":"Uro, Titan of Nature's Wrath","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Giant"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"When Uro enters, sacrifice it unless it escaped.\nWhenever Uro enters or attacks, you gain 3 life and draw a card, then you may put a land card from your hand onto the battlefield.\nEscape—{G}{G}{U}{U}, Exile five other cards from your graveyard. (You may cast this card from your graveyard for its escape cost.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Escape":{"type":"NonMana","data":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green","Green","Blue","Blue"],"generic":0}},{"type":"Exile","count":5,"zone":"Graveyard","filter":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Graveyard"}]}}]}}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, sacrifice it unless it escaped.","constraint":null,"condition":{"type":"Not","condition":{"type":"CastVariantPaid","variant":"Escape"}},"batched":false},{"mode":"EntersOrAttacks","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Battlefield","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ enters or attacks, you gain 3 life and draw a card, then you may put a land card from your hand onto the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"ee302659-59ed-4eef-babe-451b9ccf7f14","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1e3259f8-ee93-4b02-b8e1-a7bd6dd698ca","6f3b4542-bf78-4450-a4e0-bf757445c3c3","a0b6a71e-56cb-4d25-8f2b-7a4f1b60900d","bcf6e4d1-1b4f-450c-a0fc-2d02313979ca","e0b06619-d672-4542-a025-2ec3a62b761d","ed1f9061-4df3-4b3c-a8b1-1d62d354de4a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"banned","historic":"banned","legacy":"legal","modern":"banned","oathbreaker":"legal","pioneer":"banned","timeless":"legal","vintage":"legal"},"printings":["M3C","MB2","PLST","PRM","PTHB","SLD","THB"],"rulings":[{"date":"2020-01-24","text":"After an escaped spell resolves, it returns to its owner's graveyard if it's not a permanent spell. If it is a permanent spell, it enters the battlefield and will return to its owner's graveyard if it dies later. Perhaps it will escape again—good underworld security is so hard to come by these days."},{"date":"2020-01-24","text":"Escape's permission doesn't change when you may cast the spell from your graveyard."},{"date":"2020-01-24","text":"If a card has multiple abilities giving you permission to cast it, such as two escape abilities or an escape ability and a flashback ability, you choose which one to apply. The others have no effect."},{"date":"2020-01-24","text":"If a card with escape is put into your graveyard during your turn, you'll be able to cast it right away if it's legal to do so, before an opponent can take any actions."},{"date":"2020-01-24","text":"If you cast a spell with its escape permission, you can't choose to apply any other alternative costs or to cast it without paying its mana cost. If it has any additional costs, you must pay those."},{"date":"2020-01-24","text":"Once you begin casting a spell with escape, it immediately moves to the stack. Players can't take any other actions until you're done casting the spell."},{"date":"2020-01-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying (such as an escape cost), add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was and no matter whether an alternative cost was paid."},{"date":"2020-01-24","text":"Uro's effect doesn't count as playing a land. It can put a land card onto the battlefield even if it's not your turn or if you've already played your land for the turn."},{"date":"2020-01-24","text":"Uro's first ability causes you to sacrifice it if you didn't cast it, or if it was cast using any permission other than an escape ability."},{"date":"2020-01-24","text":"Uro's second ability triggers when it enters the battlefield, even if it didn't escape."}],"rarities":["mythic"]},"urza's mine":{"name":"Urza's Mine","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Urza's","Mine"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}. If you control an Urza's Power-Plant and an Urza's Tower, add {C}{C} instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Power-Plant"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Tower"}],"controller":"You","properties":[]}}]},"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"duration":null,"description":"{T}: Add {C}. If you control an Urza's Power-Plant and an Urza's Tower, add {C}{C} instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"33e85a8a-86df-4cdc-a9cc-8cbabe92c3c0","metadata":{"source_printing_ids":["08dea8f6-bd32-44a3-bec4-93a5607819df","21079a99-690a-459a-b803-19585d8cf5fb","23c0e596-83c7-4d3f-903b-0c29276700ef","27886da1-9161-4bed-81b5-06da21a25f91","2a503f38-8117-4f17-9cf8-e92149b4ba44","2ee60a99-762b-4f82-9a26-3d3b5682f46b","32dbc719-d8aa-47ff-b7ea-20adadc99ec7","396bbb7d-ae61-4d8d-b931-9ed2f712832e","4e15ad45-dc96-48db-931c-1bbb95dfa580","546e0452-5304-41fa-9e3a-a3fa5a571315","5a295b97-85c5-4673-aea5-81e3d6379345","5c07c384-8ce9-4be0-a739-699a294fcf47","5eedb94c-058e-4c3a-96cf-e6624c03d26e","6c6c9f3e-6df7-459c-a1b0-d628f17bb7a6","703bae20-8833-474b-9356-f45d7b1efa4e","7a235785-b720-483b-bb28-6de440be2129","84a9cb92-438f-46d7-a8bd-a263f540bd88","897a79db-ec7a-450c-98ec-53337c564baa","97def2ea-97b5-4739-81cb-f7b299da76c7","99cf2e06-90cc-4acc-8874-5cd4b2a4abf9","c6bdb7f8-b5d3-491b-b24e-6852f80cd109","cd8617d2-a0e9-4fb4-85da-2c7e385be3f6","d2de2721-7f82-4cef-bca7-ac04dbb3779c","da68a5c0-84fe-4a8f-93b2-790eca3cc95c","ddf85792-470b-4b42-99ac-9cb43a575523","e17d4495-efce-40e3-aa94-27d45b4ce636","e4e89152-99a3-45cf-a61a-5635568a0401","e73bd2a6-676c-47cd-8608-1128cbd0c7cb","ec1c8759-ec90-420b-b9c3-33515e91b705","f0b8934e-9ff0-4c3e-987e-9c4fb1445b77"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2XM","5ED","8ED","9ED","ATQ","BCHR","CHR","CMM","J22","M3C","ME4","PRM","RIN"],"rulings":[{"date":"2004-10-04","text":"If you have at least one of each of the three Urza's lands on the battlefield, you must take the 2 mana instead of just one."},{"date":"2024-06-07","text":"The ability checks for land types, not the names of other permanents you control."}],"rarities":["common","uncommon","rare"]},"urza's power plant":{"name":"Urza's Power Plant","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Urza's","Power-Plant"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}. If you control an Urza's Mine and an Urza's Tower, add {C}{C} instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Mine"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Tower"}],"controller":"You","properties":[]}}]},"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"duration":null,"description":"{T}: Add {C}. If you control an Urza's Mine and an Urza's Tower, add {C}{C} instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"e11966cd-2ee3-4df4-b099-abf42dcdf0db","metadata":{"source_printing_ids":["00d705f6-4b8b-49e7-b420-5277893f14bd","00fe59e8-d1ab-4f74-a7f4-a8feca3705ee","09b23321-861f-4afa-904f-7c63e356f10b","1080d56c-ff6c-4ef6-b3af-707c238d5442","18074937-9ad1-4d96-b4c0-96af06cedac4","222dc48a-335d-48e2-ba3d-048ae4c5c925","300bccb2-aaaf-4cc5-a625-63ec42ae03de","3115c04a-ac26-4361-aecd-c6fb5f03a96f","3c933622-1db9-48ce-9d76-fa1bca42d615","446ced23-1991-4335-9ead-83ae4a6d09cf","4499c80b-72af-485c-9106-22967b5252cd","4a86d6b5-946e-41e4-9c78-edec3f5bb981","54445d1f-5426-47e9-9e02-0274cea7174f","5cc02459-83ae-4b6c-85a1-26eeaf7a2ee7","5deeb24b-4c91-456c-be93-4a5b1935514d","5e5786d5-355d-454c-b09b-e307a7a324d4","60b1bbc3-eab3-4e30-8ebc-f4ef5ef0282b","7aa1e9c9-3522-4944-8e01-6988b33a9bb8","91267f96-cc20-4724-bac6-2c1e6e4001de","936335d7-1c4a-4fcd-80ff-cd4d4fcab8c4","937a24e4-f1f7-48d2-bc31-b219b2f26f04","94896e0b-859c-47e4-bf27-35ed37b841e0","b0449a19-37f7-4169-9e32-928db5ec76fe","b0bbe643-3e07-4541-a2e6-45c63a5133cf","c9a294bd-e6f6-4b88-b34c-135aff907b17","c9fd7ce9-1fe4-4668-b421-ce3f06d637e9","df2a9344-38b5-4def-bb6e-87d837e6da54","e01bf216-3e4c-4373-8021-26a7110b5421","e237d921-6d84-402e-b5e3-6bbdb3028f57","e3d0ec69-69ba-4185-b268-5f6890ada0d6"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2XM","5ED","8ED","9ED","ATQ","BCHR","CHR","CMM","J22","M3C","ME4","PRM","RIN"],"rulings":[{"date":"2004-10-04","text":"If you have at least one of each of the three Urza's lands on the battlefield, you must take the 2 mana instead of just one."},{"date":"2024-06-07","text":"The ability checks for land types, not the names of other permanents you control."}],"rarities":["common","uncommon","rare"]},"urza's saga":{"name":"Urza's Saga","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Enchantment","Land"],"subtypes":["Urza's","Saga"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI — This Saga gains \"{T}: Add {C}.\"\nII — This Saga gains \"{2}, {T}: Create a 0/0 colorless Construct artifact creature token with 'This token gets +1/+1 for each artifact you control.'\"\nIII — Search your library for an artifact card with mana cost {0} or {1}, put it onto the battlefield, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain \"{T}: Add {C}.\""}],"duration":"UntilHostLeavesPlay","target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 1","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":1},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Token","name":"Construct","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Creature","Construct"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each artifact you control."}]},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{2}, {T}: Create a 0/0 colorless Construct artifact creature token with '~ gets +1/+1 for each artifact you control.'","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain \"{2}, {T}: Create a 0/0 colorless Construct artifact creature token with '~ gets +1/+1 for each artifact you control.'\""}],"duration":"UntilHostLeavesPlay","target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 2","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":2},"batched":false},{"mode":"CounterAdded","execute":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"ManaCostIn","costs":[{"type":"Cost","shards":[],"generic":0},{"type":"Cost","shards":[],"generic":1}]}]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Chapter 3","constraint":null,"condition":null,"counter_filter":{"counter_type":"lore","threshold":3},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"lore","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"Saga ETB lore counter","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"4c6a0c30-b547-4eff-8ff4-0ca25803c076","metadata":{"related_token_ids":["3b93e4cb-767f-55f7-b59f-05f4c78db185","c0107955-7c56-5df9-9df1-740a54f52416"],"source_printing_ids":["2138dfbb-a4e3-49db-b908-95d0b2b7e82f","9df37469-6e2d-4783-aad3-c897ecbc967d","c1e0f201-42cb-46a1-901a-65bb4fc18f6c","c7658ec0-3207-4c7e-b31a-30a2a9249595"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"restricted"},"printings":["MB2","MH2","PLST","PMH2","SCH","SLC"],"rulings":[{"date":"2021-06-18","text":"Although Urza's Saga has the Urza's land type, it doesn't interact with Urza's Tower, Urza's Mine, or Urza's Power Plant."},{"date":"2021-06-18","text":"Even though Urza's Saga is a land, it is also still a Saga, and it will be sacrificed after its last chapter ability resolves."},{"date":"2021-06-18","text":"If Urza's Saga loses all of its chapter abilities but is still a Saga, perhaps due to a card like Blood Moon, it will immediately be sacrificed."},{"date":"2021-06-18","text":"Urza's Saga gains an ability from its first and second chapters. It keeps those abilities for as long as it's on the battlefield."},{"date":"2021-06-18","text":"Urza's Saga is a land, so it can only be played as a land. It cannot be cast as a spell."},{"date":"2021-06-18","text":"While resolving the chapter III ability, you can find only a card with actual mana cost {0} or {1}, not mana value 0 or 1. For example, you couldn't find a card with mana cost {U} or one with mana cost {X}."}],"rarities":["rare"]},"urza's tower":{"name":"Urza's Tower","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Urza's","Tower"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}. If you control an Urza's Mine and an Urza's Power-Plant, add {C}{C}{C} instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":2}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"And","conditions":[{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Mine"}],"controller":"You","properties":[]}},{"type":"ControllerControlsMatching","filter":{"type":"Typed","type_filters":["Land",{"Subtype":"Power-Plant"}],"controller":"You","properties":[]}}]},"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"duration":null,"description":"{T}: Add {C}. If you control an Urza's Mine and an Urza's Power-Plant, add {C}{C}{C} instead.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"32fbb638-ab14-4e8b-a07a-d4c44e3496f2","metadata":{"source_printing_ids":["035cc927-7b24-4a18-98bd-6fc0a0d65cba","0696cc4b-45c9-424d-b472-8d530062fd52","09dd1ab7-e11d-4206-8aad-c3de4e2da5ec","0fc0146c-3f85-4ed5-b37c-f1eeea04143d","139f0169-80b1-4c9b-9e0f-370cedd0022c","1e9f09b3-dd2d-4ba9-a57e-4f3c1793f752","3ce1817d-1870-4011-809f-aef3841e779a","4a03554a-0ee7-4106-b3e4-4bc51f48032d","513e063c-b328-4e5f-8806-b232c38645f5","52263b78-9829-4778-b7a9-8c4a97d1c6df","530d6fd5-57f2-497d-8144-b3ce64a6c5cb","6aba1f0f-73b0-4898-8d07-43322e43d74e","7693a698-65be-4d85-8b9d-c02c1596b99d","86c6dc88-ef09-4b37-b9e8-c483cccd0e0e","8ed85655-fc59-4a57-bcf9-75e1899dff78","92fae767-8c14-46ef-a548-4f66225defdb","994e98f5-c18a-4ba8-ba15-1578f8c3262c","9bb66579-0840-4ec3-aa6a-731874662dbb","9e369f3f-354b-42bf-9b2f-286912730c6c","a0240c3c-7219-4d5d-ac85-c369e4b180eb","a53fe67f-5041-4ccc-b489-d4df97629b5d","b6a4d336-8138-4119-afdb-7f4be68c3079","c6bc2492-f8b6-446e-b848-0669ca0d88b4","c75672e0-fa2d-43c5-9381-e17f2fd6d3bc","cba9d0e3-9ff3-4aeb-9de6-c7695d88a31d","cc78f2e5-c02b-4f58-8510-660ca27d9a71","dc2c039e-fbf9-4e45-874d-b0ab0d923e52","e2424487-fffb-4af6-8f0f-b99ebf6360d6","e62d0539-242c-48b3-b611-6b0413e93068","f6ecf34e-7642-43d4-855b-36e125e4c69e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2XM","5ED","8ED","9ED","ATQ","BCHR","CHR","CMM","J22","M3C","ME4","PRM","RIN"],"rulings":[{"date":"2024-06-07","text":"The ability checks for land types, not the names of other permanents you control."}],"rarities":["common","uncommon","rare"]},"urza, lord high artificer":{"name":"Urza, Lord High Artificer","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When Urza enters, create a 0/0 colorless Construct artifact creature token with \"This token gets +1/+1 for each artifact you control.\"\nTap an untapped artifact you control: Add {U}.\n{5}: Shuffle your library, then exile the top card. Until end of turn, you may play that card without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"TapCreatures","requirement":{"requirement":"count","count":1},"filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}},"sub_ability":null,"duration":null,"description":"Tap an untapped artifact you control: Add {U}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},"sub_ability":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"TrackedSet","id":0},"without_paying_mana_cost":true,"mode":"Play","duration":"UntilEndOfTurn"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{5}: Shuffle your library, then exile the top card. Until end of turn, you may play that card without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Construct","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Creature","Construct"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each artifact you control."}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 0/0 colorless Construct artifact creature token with \"~ gets +1/+1 for each artifact you control.\"","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e87906d2-db1a-4e19-b910-adb4eb339945","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["230b6574-5ce0-5c34-96c1-7efa9a6d3f0e","3b93e4cb-767f-55f7-b59f-05f4c78db185","3df82ae6-2a99-52b1-a4da-a34ae0c882a1","bd5f51ee-08a2-5368-9dd0-cb3052e719ec","c0107955-7c56-5df9-9df1-740a54f52416"],"source_printing_ids":["18b26e53-1fc2-4d07-a56f-9000ed25580d","3e286a7c-9643-492f-8ce9-255499dfd1a7","45ab9672-8d85-41f6-9016-20c2988b037c","7b7a348a-51f7-4dc5-8fe7-1c70fea5e050","81329329-0154-4f89-a476-a54112dfa0b7","86d744cd-225c-4279-898a-858dc316cf7f","98294441-b5a1-4b59-9325-80d0ff913ebd","9e7fb3c0-5159-4d1f-8490-ce4c9a60f567","a88c6f09-a0b2-46c9-a291-59408dfa52b0","f0e626cc-b01a-4e20-9414-8ba6347041f0","f531402e-681f-4439-837c-4e184efd5a49"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","DMR","FCA","H1R","MB2","MH1","PRM"],"rulings":[{"date":"2022-12-08","text":"If a spell has {X} in its mana cost, you must choose 0 as the value of X when casting it without paying its mana cost."},{"date":"2022-12-08","text":"If you cast a card \"without paying its mana cost,\" you can't choose to cast it for any alternative costs. You can, however, pay additional costs. If the card has any mandatory additional costs, you must pay those to cast the card."},{"date":"2022-12-08","text":"If you don't play the card exiled with Urza's last ability, it remains in exile."},{"date":"2022-12-08","text":"The token created by Urza's first ability will count itself, so it'll be at least 1/1."},{"date":"2022-12-08","text":"Urza's last ability doesn't change when you can play the exiled card. For example, if you exile a sorcery card, you can cast it only during your main phase when the stack is empty. If you exile a land card, you can play it only during your main phase and only if you have an available land play remaining."},{"date":"2022-12-08","text":"You can tap any untapped artifact you control to pay the cost of the mana ability, including an artifact creature you haven't controlled continuously since the beginning of your most recent turn. Tapping an Equipment this way won't affect its abilities or the equipped creature."}],"rarities":["mythic"]},"uthros research craft":{"name":"Uthros Research Craft","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Station (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 12+.)\n3+ | Whenever you cast an artifact spell, draw a card. Put a charge counter on this Spacecraft.\n12+ | Flying\nThis Spacecraft gets +1/+0 for each artifact you control.","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an artifact spell, draw a card. Put a charge counter on ~.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":3},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"12+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}}}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+0 for each artifact you control."},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":0},{"type":"SetToughness","value":8}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":12},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 12+"}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"e1c9783a-1d1b-40d7-872e-0ca11b229ce6","metadata":{"source_printing_ids":["2063f688-ab86-4c7c-9237-bdb47f56a618","6ade097b-349f-4876-bdc8-7bcd051e9952"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["EOC"],"rulings":[{"date":"2025-07-25","text":"The triggered ability granted by Uthros Research Craft’s second ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack without resolving."}],"rarities":["rare"]},"uthros scanship":{"name":"Uthros Scanship","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, draw two cards, then discard a card.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 8+.)\n8+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, draw two cards, then discard a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"8+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":8},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 8+"}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"7b4c37dc-8cb0-4870-929e-11c2a45952a2","metadata":{"source_printing_ids":["1f93887f-35c5-472f-83d0-54227b3bd1d2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"utopia sprawl":{"name":"Utopia Sprawl","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant Forest\nAs this Aura enters, choose a color.\nWhenever enchanted Forest is tapped for mana, its controller adds an additional one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":[{"Subtype":"Forest"}],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1},"contribution":"Additional"},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"TriggeringPlayer"}},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted Forest is tapped for mana, its controller adds an additional one mana of the chosen color.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"00d8efa6-a2d9-4249-8da7-b45173675329","metadata":{"source_printing_ids":["0fc7bf24-381f-459c-b6b5-8bd4d3b5cd3f","15625580-3cbd-459c-a667-87efdcdaf2b2","299236c6-e9a1-4ddb-bbfb-f8530b025391","29b4050e-8b73-4f16-85e4-ec2a8faacf48","44d14297-f84b-40bd-bd0a-b67d13787ca0","5047e271-fbf1-402c-9eb9-0806e5988f76","5ea568df-04a1-4012-98ec-ba75e189e0ca","5f04c8a2-dcdd-4e87-85d3-9841561cdcdf","612c2a10-b978-4000-894b-12d5f14afc97","6c982397-2d72-4d0e-8aa0-acedde0a0849","8ee63809-729b-48b1-a06d-3edc2a26208f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","AFC","DIS","PLST","RVR","SLD","WOC","WOT"],"rarities":["common","uncommon","rare"]},"valakut fireboar":{"name":"Valakut Fireboar","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Boar"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Whenever this creature attacks, switch its power and toughness until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"SwitchPT","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, switch its power and toughness until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"126bf98a-64d0-4de2-9bf4-f59d36ef6e25","metadata":{"source_printing_ids":["5718b282-d3e9-4c68-8623-9ea8a3c937d0"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ROE"],"rulings":[{"date":"2021-03-19","text":"Because damage remains marked on a creature until the damage is removed as the turn ends, nonlethal damage dealt to a creature may become lethal if you switch its power and toughness during that turn."},{"date":"2021-03-19","text":"Effects that switch a creature's power and toughness apply after all other effects, regardless of when those effects began to apply. For instance, if you target a 1/2 creature then give it +2/+0 later in the turn, it's a 2/3 creature, not a 4/1 creature."},{"date":"2021-03-19","text":"Switching a creature's power and toughness twice (or any even number of times) effectively returns the creature to the power and toughness it had before any switches."}],"rarities":["uncommon"]},"valeron wardens":{"name":"Valeron Wardens","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Monk"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Renown 2 (When this creature deals combat damage to a player, if it isn't renowned, put two +1/+1 counters on it and it becomes renowned.)\nWhenever a creature you control becomes renowned, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[{"Renown":2}],"abilities":[],"triggers":[{"mode":"BecomeRenowned","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control becomes renowned, draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Renown","count":{"type":"Fixed","value":2}},"cost":null,"sub_ability":null,"duration":null,"description":"Renown 2","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"SelfRef"},"description":"CR 702.112a: Renown 2 — when this creature deals combat damage to a player, if it isn't renowned, put 2 +1/+1 counters on it and it becomes renowned.","constraint":null,"condition":{"type":"Not","condition":{"type":"IsRenowned","subject":"Source"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d1202573-2105-4d4d-ae7d-7164974b6d89","metadata":{"source_printing_ids":["e693a7e7-d95e-4cd8-9524-ca5fc517189a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["ORI"],"rulings":[{"date":"2015-06-22","text":"If a creature with renown deals combat damage to its controller because that damage was redirected, renown will trigger."},{"date":"2015-06-22","text":"If a renown ability triggers, but the creature leaves the battlefield before that ability resolves, the creature doesn’t become renowned. Any ability that triggers “whenever a creature becomes renowned” won’t trigger."},{"date":"2015-06-22","text":"Renown won’t trigger when a creature deals combat damage to a planeswalker or another creature. It also won’t trigger when a creature deals noncombat damage to a player."}],"rarities":["uncommon"]},"valgavoth's lair":{"name":"Valgavoth's Lair","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Enchantment","Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Hexproof\nThis land enters tapped. As it enters, choose a color.\n{T}: Add one mana of the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":["Hexproof"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"ChosenColor","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of the chosen color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"},{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As it enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"660d44a2-391a-416c-b46c-ddcc3739f527","metadata":{"source_printing_ids":["65ff914e-3f3e-4b7a-b69d-73575b68fb8e","7b5041f1-7cb8-4b60-94f6-436430bbece4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rarities":["rare"]},"valgavoth, harrower of souls":{"name":"Valgavoth, Harrower of Souls","mana_cost":{"type":"Cost","shards":["Black","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Demon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nWard—Pay 2 life.\nWhenever an opponent loses life for the first time during each of their turns, put a +1/+1 counter on Valgavoth and draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"Ward":{"type":"PayLife","data":2}}],"abilities":[],"triggers":[{"mode":"LifeLost","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent loses life for the first time during each of their turns, put a +1/+1 counter on ~ and draw a card.","constraint":{"type":"OncePerOpponentPerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red"],"scryfall_oracle_id":"5401439c-4068-4490-8d53-8ffd0026dd7d","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["8d7c1f6c-af45-4449-8cf8-e13830b3df8a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DSC"],"rulings":[{"date":"2024-09-20","text":"If Valgavoth somehow enters the battlefield during an opponent's turn and that opponent had lost life earlier in the turn, its last ability won't trigger if that opponent loses life later in the turn."}],"rarities":["mythic"]},"valgavoth, terror eater":{"name":"Valgavoth, Terror Eater","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Demon"]},"power":{"type":"Fixed","value":9},"toughness":{"type":"Fixed","value":9},"loyalty":null,"defense":null,"oracle_text":"Flying, lifelink\nWard—Sacrifice three nonland permanents.\nIf a card you didn't control would be put into an opponent's graveyard from anywhere, exile it instead.\nDuring your turn, you may play cards exiled with Valgavoth. If you cast a spell this way, pay life equal to its mana value rather than pay its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Lifelink",{"Ward":{"type":"Sacrifice","data":{"count":3,"filter":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":null,"properties":[]}}}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"ExileCastPermission":{"frequency":"Unlimited","play_mode":"Play","cost":"PayNormalCost","pool":"Persistent","timing":"YourTurnOnly","extra_cost":{"cost":{"type":"PayLife","amount":{"type":"Ref","qty":{"type":"SelfManaValue"}}},"mode":"Alternative"}}},"affected":{"type":"Any"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"During your turn, you may play cards exiled with ~. If you cast a spell this way, pay life equal to its mana value rather than pay its mana cost."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Owned","controller":"Opponent"}]},"description":"If a card you didn't control would be put into an opponent's graveyard from anywhere, exile it instead.","condition":null,"destination_zone":"Graveyard"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"cae3ec72-436d-4086-9dcb-17b3d92ad5c4","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Flying, lifelink\nWard—Sacrifice three nonland permanents.\nIf a card you didn't control would be put into an opponent's graveyard from anyw","line_index":0}],"metadata":{"source_printing_ids":["497ec48f-5e6a-4f57-86ca-3640b7235002","7740ff55-67bb-409e-90f7-2c2c8b8c770a","9ee79357-2488-41a1-8f8c-dfcb77206f8a"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK","PDSK"],"rulings":[{"date":"2024-09-20","text":"The spells you cast using the permission granted by Valgavoth's last ability have an alternative cost that's paying life equal to their mana value. You can't choose to pay their mana cost and may not pay any other alternative costs. You may still pay for additional costs, such as kicker costs, and you may pay mana for those as normal. If the spell has mandatory additional costs, you must pay those."},{"date":"2024-09-20","text":"You follow all timing rules for spells cast and lands played using the permission granted by Valgavoth's last ability."}],"rarities":["mythic"]},"valiant rescuer":{"name":"Valiant Rescuer","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you cycle another card for the first time each turn, create a 1/1 white Human Soldier creature token.\nCycling {2} ({2}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":2}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"Token","name":"Human Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human","Soldier"],"colors":["White"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cycle another card for the first time each turn, create a 1/1 white Human Soldier creature token.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"c9de9f0b-bf07-4171-b54d-69033424a212","metadata":{"related_token_ids":["9fbf46e4-9f16-5f2f-a41c-55abad4ed523"],"source_printing_ids":["a2b13ff6-67e9-4760-aef4-a8548ea44344"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO"],"rulings":[{"date":"2020-04-17","text":"Some cards with cycling have an ability that triggers when you cycle them, and some cards have an ability that triggers whenever you cycle any card. These triggered abilities resolve before you draw from the cycling ability."},{"date":"2020-04-17","text":"Triggered abilities from cycling a card and the cycling ability itself aren’t spells. Effects that interact with spells (such as that of Cancel) won’t affect them."},{"date":"2020-04-17","text":"You can cycle a card even if it has a triggered ability from cycling that won’t have a legal target. This is because the cycling ability and the triggered ability are separate. This also means that if either ability is countered (with Disallow, for example), the other ability will still resolve."}],"rarities":["uncommon"]},"valkmira, protector's shield":{"name":"Valkmira, Protector's Shield","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"If a source an opponent controls would deal damage to you or a permanent you control, prevent 1 of that damage.\nWhenever you or another permanent you control becomes the target of a spell or ability an opponent controls, counter that spell or ability unless its controller pays {1}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"PreventDamage","amount":{"Next":1},"target":{"type":"Any"},"scope":"AllDamage"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_subject_player":{"type":"Controller"},"valid_source":{"type":"Or","filters":[{"type":"And","filters":[{"type":"StackSpell"},{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}]},{"type":"StackAbility","controller":"Opponent"}]},"description":"Whenever you or another permanent you control becomes the target of a spell or ability an opponent controls, counter that spell or ability unless its controller pays {1}.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"TriggeringSpellController"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"35ae7b25-6d0f-49f8-a40d-dd2cf88e6f44","metadata":{"source_printing_ids":["3606519e-5677-4c21-a34e-be195b6669fa","c717b484-4b88-4073-a185-71b6085e7324"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"modal_dfc","printings":["KHM","PKHM","PRM"],"rarities":["rare"]},"vanille, cheerful l'cie":{"name":"Vanille, Cheerful l'Cie","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Vanille enters, mill two cards, then return a permanent card from your graveyard to your hand.\nAt the beginning of your first main phase, if you both own and control Vanille and a creature named Fang, Fearless l'Cie, you may pay {3}{B}{G}. If you do, exile them, then meld them into Ragnarok, Divine Deliverance.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Mill","count":{"type":"Fixed","value":2},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null,"selection":"at_resolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, mill two cards, then return a permanent card from your graveyard to your hand.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Unimplemented","name":"fearless","description":"Fearless l'Cie, you may pay {3}{B}{G}"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"PreCombatMain","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your first main phase, if you both own and control ~ and a creature named Fang, Fearless l'Cie, you may pay {3}{B}{G}. If you do, exile them, then meld them into Ragnarok, Divine Deliverance.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"577725ae-290f-4081-8352-3317521a096f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["28cdd11b-7337-4696-b2a0-77236c7b7210","6c752ee2-81b0-468a-a54b-740c22f2334e","91226c1a-63a0-494e-bcf0-77c2d6f49213","f1083637-7c43-44e0-8029-ad56cca8cc19"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"A nonmodal double-faced card enters with its front face up by default, unless a spell or ability instructs you to put it onto the battlefield transformed or allows you to cast it transformed, in which case it enters with its back face up."},{"date":"2025-06-06","text":"A player prompted to name a card may name the combined back face, and each player has the right to know that combined back face's characteristics at all times."},{"date":"2025-06-06","text":"A token that is created as a copy of a double-faced permanent or a double-faced card in another zone is a double-faced token. It will have both the front face and back face of whatever object it's copying. If it's copying a double-faced permanent whose back face is up, the token will enter with its back face up. It can transform if instructed to do so."},{"date":"2025-06-06","text":"Each face of a nonmodal double-faced card has its own set of characteristics: name, types, subtypes, abilities, and so on. While a nonmodal double-faced permanent is on the battlefield, consider only the characteristics of the face that's currently up. The other set of characteristics is ignored."},{"date":"2025-06-06","text":"Each nonmodal double-faced card in this release is cast face up. In every zone other than the battlefield, consider only the characteristics of its front face. If it is on the battlefield, consider only the characteristics of the face that's up; the other face's characteristics are ignored."},{"date":"2025-06-06","text":"If an effect moves a melded permanent to a new zone and then affects \"that card,\" it affects both cards."},{"date":"2025-06-06","text":"If you are instructed to put a card that isn't a double-faced card onto the battlefield transformed, it will not enter at all. In that case, it stays in the zone it was previously in. For example, if a single-faced card is a copy of Crystal Fragments, it will be exiled during the resolution of its second ability and remain in exile."},{"date":"2025-06-06","text":"In the Commander variant, a double-faced card's color identity is determined by the mana costs and mana symbols in the rules text of both faces combined. If either face has a color indicator or basic land type, those are also considered. For example, Cecil, Dark Knight's color identity is black and white, since its front face is black and its back face has a white color indicator."},{"date":"2025-06-06","text":"In the Commander variant, a meld card's color identity is determined only by the mana costs and mana symbols in the rules text of its front face. No symbols or rules text of the permanent it melds into are considered."},{"date":"2025-06-06","text":"Note that the permanent represented by the combined back faces is colorless unless it has a color indicator."},{"date":"2025-06-06","text":"One card in each pair of meld cards has an ability that instructs you to exile the two cards and meld them. If you control more than one object with the specified name, you select one object with that name to exile."},{"date":"2025-06-06","text":"Only two cards belonging to the same meld pair can be melded. Tokens, cards that aren't meld cards, or meld cards that don't form a meld pair can't be melded. If an effect instructs a player to meld cards that can't be melded, those cards remain in exile."},{"date":"2025-06-06","text":"The back face of a nonmodal double-faced card usually has a color indicator that defines its color."},{"date":"2025-06-06","text":"The mana value of a melded permanent is the sum of the mana values of its front faces. A permanent that becomes a copy of a melded permanent has only the characteristics of that combined back face, and its mana value is 0."},{"date":"2025-06-06","text":"The mana value of a nonmodal double-faced card is the mana value of its front face, no matter which face is up."},{"date":"2025-06-06","text":"When two cards (for example, Fang, Fearless l'Cie and Vanille, Cheerful l'Cie) are melded, the result is a single permanent (in this case, Ragnarok, Divine Deliverance) that's represented by two cards. If the melded permanent goes to your graveyard from the battlefield, both cards are put into your graveyard. As the melded permanent leaves the battlefield, both of those cards are turned face up again. If the cards are put on the top or bottom of a library, their owner chooses their relative order."},{"date":"2025-06-06","text":"When two cards are exiled and melded, they each leave the battlefield, then return together as one new untapped object with no relation to either of the objects that left the battlefield. Counters, Auras, Equipment, and other effects that affected those two cards don't affect the melded permanent."},{"date":"2025-06-06","text":"While a meld card is in any zone other than the battlefield, it has only the characteristics of its front face. The same is true while it's on the battlefield with its front face up."},{"date":"2025-06-06","text":"While a melded permanent is on the battlefield, it has only the characteristics of its combined back face. Any effects that modify how the new object enters the battlefield will consider only the combined back face."}],"rarities":["uncommon"]},"vannifar, evolved enigma":{"name":"Vannifar, Evolved Enigma","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Ooze","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of combat on your turn, choose one —\n• Cloak a card from your hand. (Put it onto the battlefield face down as a 2/2 creature with ward {2}. Turn it face up any time for its mana cost if it's a creature card.)\n• Put a +1/+1 counter on each colorless creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[],"duration":null,"target":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Cloak a card from your hand.","Put a +1/+1 counter on each colorless creature you control."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"mode_abilities":[{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Hand","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Cloak","target":{"type":"Controller"},"count":{"type":"Fixed","value":1},"object_source":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"PutCounterAll","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"ColorCount","comparator":"EQ","count":0}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"e8aa0d7d-e5f6-4d66-bdc1-315483e1b256","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3e1b9d5f-fb88-49ea-ab56-ea6e78ea2077","4c0df81e-1700-41f0-bede-f3eb594351b6","62fa5a00-34d3-4ca4-afb9-62ab1c7afb14","9ea7381c-c745-458c-bf55-457242781a09","f6d381eb-6cb6-4505-aebe-995c1ddc8527"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"A permanent that turns face up or face down changes characteristics but is otherwise the same permanent. Spells and abilities that were targeting that permanent and Auras and Equipment that were attached to that permanent aren't affected unless the new characteristics of the object change the legality of those targets or attachments."},{"date":"2024-02-02","text":"Any time you have priority, you can turn a cloaked permanent you control face-up by revealing that it's a creature card (ignoring any copy effects or type-changing effects that might be applying to it) and paying its mana cost. This is a special action. It doesn't use the stack and can't be responded to."},{"date":"2024-02-02","text":"At any time, you can look at a face-down spell or permanent you control. You can't look at face-down permanents or spells you don't control unless an effect instructs or allows you to do so."},{"date":"2024-02-02","text":"Because face-down creatures don't have a name, they can't have the same name as any other creature, even another face-down creature."},{"date":"2024-02-02","text":"Because the permanent is on the battlefield both before and after it's turned face up, turning a permanent face up doesn't cause any enters-the-battlefield abilities to trigger."},{"date":"2024-02-02","text":"If a cloaked creature would have disguise (or morph) if it were face up, you may also turn it face up by paying its disguise (or morph) cost."},{"date":"2024-02-02","text":"If a double-faced card is cloaked, it will be put onto the battlefield face down. While face down, it can't transform. If the front face of the card is a creature card, you can turn it face up by paying its mana cost. If you do, its front face will be up."},{"date":"2024-02-02","text":"If a face-down creature loses its abilities, it can't be turned face up with a disguise ability because it will no longer have a disguise ability (or a disguise cost) once face up."},{"date":"2024-02-02","text":"If a face-down spell leaves the stack and goes to any zone other than the battlefield (if it was countered, for example), you must reveal it. Similarly, if a face-down permanent leaves the battlefield, you must reveal it. You must also reveal all face-down spells and permanents you control if you leave the game or the game ends."},{"date":"2024-02-02","text":"If something tries to turn a face-down instant or sorcery card on the battlefield face up, reveal that card to show all players it's an instant or sorcery card. The permanent remains on the battlefield face down. Abilities that trigger when a permanent turns face up won't trigger, because even though you revealed the card, it never turned face up."},{"date":"2024-02-02","text":"To cloak a card, put it onto the battlefield face down. It becomes a 2/2 face-down creature card with ward {2} and no name, mana cost, or creature types. It's colorless and has a mana value of 0. Other effects that apply to the permanent can still grant it any characteristics it doesn't have or change the characteristics it does have."},{"date":"2024-02-02","text":"Turning a permanent face up or face down doesn't change whether that permanent is tapped or untapped."},{"date":"2024-02-02","text":"Unlike a face-down creature that was cast using a disguise or morph ability, a cloaked creature may still be turned face up after it loses its abilities if it's a creature card."},{"date":"2024-02-02","text":"You must ensure that your face-down spells and permanents can be easily differentiated from each other. You're not allowed to mix up the cards that represent them on the battlefield to confuse other players. The order in which they entered the battlefield should remain clear, as well as what ability caused them to be face down. (This includes disguise, cloak, and in games involving older cards, morph and manifest, as well as a few other effects that turn cards face down.) Common methods for doing this include using markers or dice, or simply placing them in order on the battlefield."}],"rarities":["mythic"]},"varis, silverymoon ranger":{"name":"Varis, Silverymoon Ranger","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Elf","Ranger"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Reach, ward {1}\nWhenever you cast a creature or planeswalker spell, venture into the dungeon. This ability triggers only once each turn. (To venture into the dungeon, enter the first room or advance to the next room.)\nWhenever you complete a dungeon, create a 2/2 green Wolf creature token.","non_ability_text":null,"flavor_name":null,"keywords":["Reach",{"Ward":{"type":"Mana","data":{"type":"Cost","shards":[],"generic":1}}}],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"VentureIntoDungeon"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a creature or planeswalker spell, venture into the dungeon. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false},{"mode":"DungeonCompleted","execute":{"kind":"Spell","effect":{"type":"Token","name":"Wolf","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Wolf"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you complete a dungeon, create a 2/2 green Wolf creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"bd751b25-9ea7-4ce4-b532-48be281c6da9","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["dcef956d-cd2a-5cda-b6a4-90d79c7ee812"],"source_printing_ids":["a051be39-298e-44dc-8fd9-bfbecdf98a58","e3bd3ea9-f06d-4df7-8b8d-ac6a0e591b09"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR"],"rulings":[{"date":"2021-07-23","text":"A player may only have one dungeon in the command zone at a time."},{"date":"2021-07-23","text":"A player may only have one dungeon in the command zone at a time."},{"date":"2021-07-23","text":"Choosing the dungeon or room to venture into is part of resolving the venture into the dungeon keyword action. Once that choice is made, players may not respond until after the appropriate room ability has triggered."},{"date":"2021-07-23","text":"Choosing the dungeon or room to venture into is part of resolving the venture into the dungeon keyword action. Once that choice is made, players may not respond until after the appropriate room ability has triggered."},{"date":"2021-07-23","text":"Dungeon cards are not part of a player's deck or sideboard. In both constructed and limited formats, players can use any dungeon card when they venture into the dungeon."},{"date":"2021-07-23","text":"Dungeon cards are not part of a player's deck or sideboard. In both constructed and limited formats, players can use any dungeon card when they venture into the dungeon."},{"date":"2021-07-23","text":"Dungeons are removed from the game as a state-based action."},{"date":"2021-07-23","text":"Dungeons are removed from the game as a state-based action."},{"date":"2021-07-23","text":"If a player casts a spell that targets multiple permanents their opponent controls with ward, each of those ward abilities will trigger. If that player doesn't pay for all of them, the spell will be countered."},{"date":"2021-07-23","text":"If you somehow venture into the dungeon while a room's ability is on the stack, you will continue on in the dungeon. If you're already in the last room, complete that dungeon and start a new one."},{"date":"2021-07-23","text":"If you somehow venture into the dungeon while a room's ability is on the stack, you will continue on in the dungeon. If you're already in the last room, complete that dungeon and start a new one."},{"date":"2021-07-23","text":"Moving into a dungeon room will cause its room ability to trigger."},{"date":"2021-07-23","text":"Moving into a dungeon room will cause its room ability to trigger."},{"date":"2021-07-23","text":"Once you resolve the last room ability of a dungeon, that dungeon is now completed and is removed from the game."},{"date":"2021-07-23","text":"Once you resolve the last room ability of a dungeon, that dungeon is now completed and is removed from the game."},{"date":"2021-07-23","text":"The player venturing into the dungeon chooses which dungeon they will venture into. They may choose a dungeon that they have already completed this game."},{"date":"2021-07-23","text":"The player venturing into the dungeon chooses which dungeon they will venture into. They may choose a dungeon that they have already completed this game."},{"date":"2021-07-23","text":"To venture into the dungeon, a player moves their venture marker into the next room of the dungeon they are currently in. If they aren't currently in a dungeon, that player instead chooses a dungeon card from outside the game, puts it into the command zone, and moves their venture marker onto the first room."},{"date":"2021-07-23","text":"To venture into the dungeon, a player moves their venture marker into the next room of the dungeon they are currently in. If they aren't currently in a dungeon, that player instead chooses a dungeon card from outside the game, puts it into the command zone, and moves their venture marker onto the first room."},{"date":"2021-07-23","text":"You can only move forward (well, downward) in a dungeon, never backwards or sideways."},{"date":"2021-07-23","text":"You can only move forward (well, downward) in a dungeon, never backwards or sideways."}],"rarities":["rare"]},"varolz, the scar-striped":{"name":"Varolz, the Scar-Striped","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Troll","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Each creature card in your graveyard has scavenge. The scavenge cost is equal to its mana cost. (Exile a creature card from your graveyard and pay its mana cost: Put a number of +1/+1 counters equal to that card's power on target creature. Scavenge only as a sorcery.)\nSacrifice another creature: Regenerate Varolz.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Regenerate","target":{"type":"SelfRef"}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice another creature: Regenerate ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Scavenge":{"type":"SelfManaCost"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature card in your graveyard has scavenge. The scavenge cost is equal to its mana cost."}],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"b6b83b88-0660-4227-895e-78ac43d01b66","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4c3ae3db-c14a-4ffc-805c-a3a51da9370d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["DGM"],"rulings":[{"date":"2013-04-15","text":"Abilities that reduce the cost to cast a creature spell or alternative costs you can pay rather than a card's mana cost don't apply to activating a card's scavenge ability."},{"date":"2013-04-15","text":"Exiling the creature card with scavenge is part of the cost of activating the scavenge ability. Once the ability is activated and the cost is paid, it's too late to stop the ability from being activated by trying to remove the creature card from the graveyard."},{"date":"2013-04-15","text":"If a creature card has multiple instances of scavenge, you can activate either ability (but not both, as the card will be exiled when you activate one of them). Varolz's ability doesn't affect the scavenge cost of a creature's other scavenge ability."},{"date":"2013-04-15","text":"If the creature card you scavenge has {X} in its mana cost, X is 0."},{"date":"2013-04-15","text":"The number of counters that a card's scavenge ability puts on a creature is based on the card's power as it last existed in the graveyard."},{"date":"2013-04-15","text":"While Varolz, the Scar-Striped is on the battlefield, the scavenge cost of a creature card in your graveyard is equal to its mana cost, including any colored mana requirements."}],"rarities":["rare"]},"vaultborn tyrant":{"name":"Vaultborn Tyrant","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dinosaur"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever this creature or another creature you control with power 4 or greater enters, you gain 3 life and draw a card.\nWhen this creature dies, if it's not a token, create a token that's a copy of it, except it's an artifact in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"GE","value":{"type":"Fixed","value":4}},{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another creature you control with power 4 or greater enters, you gain 3 life and draw a card.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"TriggeringSource"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"AddType","core_type":"Artifact"}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, if it's not a token, create a token that's a copy of it, except it's an artifact in addition to its other types.","constraint":null,"condition":{"type":"ZoneChangeObjectMatchesFilter","destination":"Graveyard","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"NonToken"}]}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"e8d0accc-b320-4c07-8a71-a09db860351e","metadata":{"related_token_ids":["4d2ba458-569a-5a74-b079-cd2b89ec3f47"],"source_printing_ids":["07ca436a-e992-40a9-978a-501a82e443ed","0ba9e2cc-e0a3-4c5a-9ca0-f683ff8b5c94","62b3f560-262b-4bc3-9aef-535fd7082c28","c1f0544c-0124-497c-a8f1-5d5fb959ca39"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BIG","PBIG"],"rulings":[{"date":"2024-04-12","text":"Except for the listed exception, the token copies exactly what is printed on Vaultborn Tyrant and nothing else (unless Vaultborn Tyrant was copying something else; see below). It doesn’t copy whether Vaultborn Tyrant was tapped or untapped, whether it had any counters on it or Auras and Equipment attached to it, or any non-copy effects that changed its power, toughness, types, color, and so on."},{"date":"2024-04-12","text":"If Vaultborn Tyrant was copying something else when it was last on the battlefield but somehow still had its last ability, then the token enters the battlefield as whatever Vaultborn Tyrant copied, with the listed exceptions."},{"date":"2024-04-12","text":"If one or more static abilities that apply to a creature entering the battlefield change its power, those abilities are considered when determining whether or not Vaultborn Tyrant’s second ability triggers. The same is true for replacement effects that apply to it, such as entering the battlefield with one or more +1/+1 counters or entering the battlefield as a copy of another creature."},{"date":"2024-04-12","text":"Once Vaultborn Tyrant’s second ability has triggered, lowering the power of the creature or removing it from the battlefield won’t stop you from gaining life and drawing a card."},{"date":"2024-04-12","text":"When the token copy of Vaultborn Tyrant enters the battlefield, its second ability will trigger."}],"rarities":["mythic"]},"vazal, the compleat":{"name":"Vazal, the Compleat","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Artifact","Creature"],"subtypes":["Phyrexian"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Megalegendary (Your deck can have only one copy of this card.)\nVigilance, trample\nVazal, the Compleat has the activated abilities of all other permanents on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Trample","Vigilance"],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"static_structure","description":"Static pattern matched but line failed static parser: ~ has the activated abilities of all other permanents on the battlefield."},"cost":null,"sub_ability":null,"duration":null,"description":"~ has the activated abilities of all other permanents on the battlefield.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"6d69c0be-0fe0-4503-80b9-0365cb6aed41","brawl_commander":true,"is_commander":true,"deck_copy_limit":{"type":"UpTo","data":1},"metadata":{"source_printing_ids":["5d9a853f-a076-4547-8901-169029577b5f","b3aa63b1-5801-44d9-945c-dfcec0c56efe"]},"legalities":{},"printings":["CMB1","CMB2"],"rulings":[{"date":"2019-11-12","text":"Activated abilities contain a colon. They’re generally written “[Cost]: [Effect].” Some keyword abilities (such as equip) are activated abilities and will have colons in their reminder text. Vazal won’t gain triggered abilities (which start with “when,” “whenever,” or “at”)."},{"date":"2019-11-12","text":"If Vazal gains an activated ability that’s normally linked to a non-activated ability of the card it came from, the ability Vazal has isn’t linked to any ability."},{"date":"2019-11-12","text":"If Vazal gains an activated ability that’s normally linked to another activated ability of the card it came from, those two abilities Vazal gains are linked for as long as Vazal remains on the battlefield."},{"date":"2019-11-12","text":"If Vazal has a crew or equip ability, activating it won’t cause anything to happen."},{"date":"2019-11-12","text":"If an activated ability references the card it’s printed on by name, treat Vazal’s instance of that ability as though it referenced Vazal by name instead."},{"date":"2019-11-12","text":"If you’re fortunate enough to have two copies of Vazal in a Limited event, you can still put only one into your deck. The other remains in your sideboard."}],"rarities":["rare"]},"veilstone amulet":{"name":"Veilstone Amulet","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a spell, creatures you control can't be the targets of spells or abilities your opponents control this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be the targets of spells or abilities your opponents control"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, creatures you control can't be the targets of spells or abilities your opponents control this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"55e21534-ec3e-46e1-8faf-59f0c3d48128","metadata":{"source_printing_ids":["3705d3e4-317e-460d-b16e-e57238a19070"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["FUT"],"rarities":["rare"]},"velis vel":{"name":"Velis Vel","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Plane"],"subtypes":["Lorwyn"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each creature gets +1/+1 for each other creature on the battlefield that shares at least one creature type with it. (For example, if two Elemental Shamans and an Elemental Spirit are on the battlefield, each gets +2/+2.)\nWhenever chaos ensues, target creature gains all creature types until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChaosEnsues","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Changeling"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain all creature types"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever chaos ensues, target creature gains all creature types until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"ParentTarget"}}]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"},{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"ParentTarget"}}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"Each creature gets +1/+1 for each other creature on the battlefield that shares at least one creature type with it."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"1c4e174e-19fb-4c0a-b762-ef6d927392c9","legalities":{},"printings":["OHOP","OPCA"],"rulings":[{"date":"2009-10-01","text":"A face-up plane card that's turned face down becomes a new object with no relation to its previous existence. In particular, it loses all counters it may have had."},{"date":"2009-10-01","text":"A plane card is treated as if its text box included \"When you roll {PW}, put this card on the bottom of its owner's planar deck face down, then move the top card of your planar deck off that planar deck and turn it face up.\" This is called the \"planeswalking ability.\""},{"date":"2009-10-01","text":"If an ability of a plane refers to \"you,\" it's referring to whoever the plane's controller is at the time, not to the player that started the game with that plane card in their deck. Many abilities of plane cards affect all players, while many others affect only the planar controller, so read each ability carefully."},{"date":"2009-10-01","text":"Sharing multiple creature types doesn't give an additional bonus. Velis Vel's first ability counts creatures, not creature types."},{"date":"2009-10-01","text":"The chaos ability doesn't give a creature changeling."},{"date":"2009-10-01","text":"The controller of a face-up plane card is the player designated as the \"planar controller.\" Normally, the planar controller is whoever the active player is. However, if the current planar controller would leave the game, instead the next player in turn order that wouldn't leave the game becomes the planar controller, then the old planar controller leaves the game. The new planar controller retains that designation until they leave the game or a different player becomes the active player, whichever comes first."}]},"vengeful pharaoh":{"name":"Vengeful Pharaoh","mana_cost":{"type":"Cost","shards":["Black","Black","Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Deathtouch (Any amount of damage this deals to a creature is enough to destroy it.)\nWhenever combat damage is dealt to you or a planeswalker you control, if this card is in your graveyard, destroy target attacking creature, then put this card on top of your library.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":{"Unknown":"Whenever combat damage is dealt to you or a planeswalker you control"},"execute":{"kind":"Spell","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking"}]},"cant_regenerate":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1},"position":{"type":"Top"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever combat damage is dealt to you or a planeswalker you control, if this card is in your graveyard, destroy target attacking creature, then put this card on top of your library.","constraint":null,"condition":{"type":"SourceInZone","zone":"Graveyard"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7e465cfe-d2ee-4420-87f4-945728f58f87","metadata":{"source_printing_ids":["12e0ca97-bc57-4084-86b4-e2e06152cb1c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["M12"],"rulings":[{"date":"2011-09-22","text":"If Vengeful Pharaoh is no longer in your graveyard when the triggered ability would resolve, the triggered ability won't do anything."},{"date":"2011-09-22","text":"If multiple creatures deal combat damage to you and to a planeswalker you control simultaneously, Vengeful Pharaoh will trigger twice. The first trigger will cause Vengeful Pharaoh to be put on top of your library. The second trigger will then do nothing, as Vengeful Pharaoh is no longer in your graveyard when it tries to resolve. Note that the second trigger will do nothing even if Vengeful Pharaoh is put back into your graveyard before it tries to resolve, as it's a different Vengeful Pharaoh than the one that was there before."},{"date":"2011-09-22","text":"If multiple creatures deal combat damage to you simultaneously, Vengeful Pharaoh will only trigger once."},{"date":"2011-09-22","text":"If the attacking creature is an illegal target when the triggered ability tries to resolve, it won't resolve and none of its effects will happen. Vengeful Pharaoh will remain in your graveyard."},{"date":"2011-09-22","text":"If your own attacking creatures deal combat damage to you or a planeswalker you control (perhaps because combat damage was redirected), Vengeful Pharaoh will still trigger. You must target and destroy one of your own attacking creatures."},{"date":"2011-09-22","text":"Vengeful Pharaoh must be in your graveyard when combat damage is dealt to you or a planeswalker you control in order for its ability to trigger. That is, it can't die and trigger from your graveyard during the same combat damage step."}],"rarities":["rare"]},"vengevine":{"name":"Vengevine","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhenever you cast a spell, if it's the second creature spell you cast this turn, you may return this card from your graveyard to the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a spell, if it's the second creature spell you cast this turn, you may return this card from your graveyard to the battlefield.","constraint":{"type":"NthSpellThisTurn","n":2,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"7ed52301-81ea-4e7f-b985-cfab0593cae4","metadata":{"source_printing_ids":["4b205bc3-379a-4790-90a0-c589bbbb1803","51eb9f05-9d5a-4196-9329-626ce4793c42","5631668d-75f2-4d2d-b644-90c073c7be21","99556953-8425-4052-957a-dd28a42e2f44","db7bb5f3-3488-442f-a0e6-92d93f9e7231"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["2XM","PRM","PUMA","ROE","SCH","SLD","UMA","WMC"],"rulings":[{"date":"2020-08-07","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger. It resolves even if that spell is countered."},{"date":"2020-08-07","text":"Vengevine's ability triggers only for the second creature spell you cast in a turn. It won't trigger for the third, fourth, or so on. It also doesn't matter how many noncreature spells you cast in a turn; the ability counts only the creature spells."},{"date":"2020-08-07","text":"Vengevine's triggered ability checks the spells you cast over the course of the entire turn, not just the ones you cast while Vengevine is in your graveyard. For example, if you cast a creature spell, then Vengevine is put into your graveyard, then you cast another creature spell, Vengevine's ability triggers."},{"date":"2020-08-07","text":"Vengevine's triggered ability works only if Vengevine is already in your graveyard as you finish casting your second creature spell in a turn and if it remains there until the triggered ability resolves."}],"rarities":["mythic"]},"veteran armorsmith":{"name":"Veteran Armorsmith","mana_cost":{"type":"Cost","shards":["White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Other Soldier creatures you control get +0/+1.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Soldier"}],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddPower","value":0},{"type":"AddToughness","value":1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Soldier creatures you control get +0/+1."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"fcb34e92-f991-401c-a494-c2919083bf9e","metadata":{"source_printing_ids":["42f506b5-2e24-47fd-a41e-1e834ce48cd1","565c750e-47f9-4878-abff-ec973ec6d8a4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DDO","M10"],"rarities":["common"]},"veteran soldier":{"name":"Veteran Soldier","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment"],"subtypes":["Background"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Commander creatures you own have \"Whenever this creature attacks a player, if no opponent has more life than that player, for each opponent, create a 1/1 white Soldier creature token that's tapped and attacking that opponent.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"IsCommander"},{"type":"Owned","controller":"You"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Token","name":"Soldier","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Soldier"],"colors":["White"],"keywords":[],"tapped":true,"count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"Opponent"}}},"owner":{"type":"Controller"},"enters_attacking":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks a player, if no opponent has more life than that player, for each opponent, create a 1/1 white Soldier creature token that's tapped and attacking that opponent.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"Opponent","aggregate":"Max"}}},"comparator":"LE","rhs":{"type":"Ref","qty":{"type":"LifeTotal","player":{"type":"DefendingPlayer"}}}},"batched":false,"attack_target_filter":"Player"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Commander creatures you own have \"Whenever ~ attacks a player, if no opponent has more life than that player, for each opponent, create a 1/1 white Soldier creature token that's tapped and attacking that opponent.\""}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"6bbf1410-800d-4d05-93d2-ba3c1656728e","is_commander":true,"metadata":{"related_token_ids":["8e4feafb-d457-5954-9d4c-acb3b30eb384"],"source_printing_ids":["3f4f074e-914e-4924-8b5e-b80b247bc341","e011dd48-9238-4e4b-a915-b7ac5fa9b78f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB"],"rulings":[{"date":"2022-06-10","text":"An effect that checks whether you control your commander is satisfied if you control one or both of your two commanders."},{"date":"2022-06-10","text":"Both commanders start in the command zone, and the remaining 98 cards (or 58 cards in a Commander Draft game) of your deck are shuffled to become your library."},{"date":"2022-06-10","text":"Choose a Background is a variant of the partner ability. You may have two commanders if one of them is a legendary creature with the choose a background ability and the other is a legendary Background enchantment. Backgrounds and cards with choose a Background do not interact with cards which have any other partner ability."},{"date":"2022-06-10","text":"If a card refers to a commander creature you own, a Background won't usually be counted or included for that effect. If another spell or ability causes your Background to become a creature, however, it will be included. Any effect that refers to your commander or a commander you own or control without specifying creature will apply to a Background that is your commander, as appropriate."},{"date":"2022-06-10","text":"If something refers to your commander while you have two commanders, it refers to one of them of your choice. If you are instructed to perform an action on your commander (e.g. put it from the command zone into your hand due to Command Beacon), you choose one of your commanders at the time the effect happens."},{"date":"2022-06-10","text":"If you control a Background that grants an ability to commander creatures you own, and you own more than one commander creature, each of them will have that ability."},{"date":"2022-06-10","text":"If your Commander deck has two commanders, you can include only cards whose own color identities are also found in your commanders’ combined color identities."},{"date":"2022-06-10","text":"If your commander loses the choose a Background ability or stops being a Background during the game, as appropriate, it is still your commander."},{"date":"2022-06-10","text":"Once the game begins, your two commanders are tracked separately. If you cast one, you won’t have to pay an additional {2} the first time you cast the other. A player loses the game after having been dealt 21 combat damage from any one of them, not from both of them combined (although your Background won’t usually be a creature anyway)."},{"date":"2022-06-10","text":"The ability granted by Veteran Soldier is looking to see if any of the attacking player's opponents have a higher life total than that defending player. The attacking player's life total is not included in this comparison."},{"date":"2022-06-10","text":"Veteran Soldier has received an update to its Oracle text to clarify its function. Specifically, a Soldier creature token is created for each opponent of the controller of the attacking commander."},{"date":"2022-06-10","text":"You can choose two commanders that are the same color or colors."}],"rarities":["uncommon"]},"vexing puzzlebox":{"name":"Vexing Puzzlebox","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you roll one or more dice, put a number of charge counters on this artifact equal to the result.\n{T}: Add one mana of any color. Roll a d20.\n{T}, Remove 100 charge counters from this artifact: Search your library for an artifact card, put that card onto the battlefield, then shuffle.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"RollDie","count":{"type":"Fixed","value":1},"sides":20,"results":[]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add one mana of any color. Roll a d20.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"RemoveCounter","count":100,"counter_type":{"type":"OfType","data":"charge"},"target":null,"selection":"SingleObject"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{T}, Remove 100 charge counters from ~: Search your library for an artifact card, put that card onto the battlefield, then shuffle.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"RolledDie","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"charge","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll one or more dice, put a number of charge counters on ~ equal to the result.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"7267ab16-2157-4b86-93ea-ca2c0fee064a","metadata":{"source_printing_ids":["49084bff-baef-4b73-ae5b-325bd6a81958","c477fb1a-5aac-4722-80d8-7570a8b09e44"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CLB","PCLB"],"rulings":[{"date":"2022-06-10","text":"Even though it includes rolling a die, Vexing Puzzlebox's second ability is a mana ability. It does not use the stack and cannot be responded to."},{"date":"2022-06-10","text":"If an effect instructs you to roll more than one die and ignore one or more of them, the result is only what wasn't ignored."},{"date":"2022-06-10","text":"If an effect instructs you to roll one or more dice and add some number to that roll, the result is the total after adding that number."},{"date":"2022-06-10","text":"In a game of Planechase, the result of rolling the planar die is not a number and does not cause Vexing Puzzlebox's first ability to put charge counters on it."}],"rarities":["mythic"]},"vexing sphinx":{"name":"Vexing Sphinx","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Sphinx"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying\nCumulative upkeep—Discard a card. (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)\nWhen this creature dies, draw a card for each age counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"CumulativeUpkeep":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"age"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, draw a card for each age counter on it.","constraint":null,"condition":null,"batched":false},{"mode":"PayCumulativeUpkeep","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"age","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"PerCounter","counter":"age","target":{"type":"SelfRef"},"base":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}},"payer":{"type":"Controller"}},"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":[],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"CR 702.24a: At the beginning of your upkeep, if this permanent is on the battlefield, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.","constraint":null,"condition":{"type":"SourceInZone","zone":"Battlefield"},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"c2affd47-2404-44b0-a571-e64e948130eb","metadata":{"source_printing_ids":["2c75f806-b900-403c-8de1-cc3173afc8f0","67a53a7e-f54c-410c-8cd2-7d3e0347bc6b","81cc1248-85c8-428f-ba08-96d188167eaa"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CSP","DMR"],"rulings":[{"date":"2008-10-01","text":"Paying cumulative upkeep is always optional. If it's not paid, the permanent with cumulative upkeep is sacrificed. Partial payments of the total cumulative upkeep cost can't be made. For example, if a permanent with “cumulative upkeep {1}” has three age counters on it when its cumulative upkeep ability triggers, it gets another age counter and then its controller chooses to either pay {4} or sacrifice the permanent."},{"date":"2022-12-08","text":"Paying cumulative upkeep is always optional. If it’s not paid, the permanent with cumulative upkeep is sacrificed. Partial payments of the total cumulative upkeep cost can’t be made. For example, if Vexing Sphinx has three age counters on it when its cumulative upkeep ability triggers, it gets another age counter and then its controller chooses to either discard four cards or sacrifice it."}],"rarities":["rare"]},"vicious battlerager":{"name":"Vicious Battlerager","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Dwarf","Barbarian"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"When this creature enters, you take the initiative.\nSpiked Retribution — Whenever this creature becomes blocked by a creature, that creature's controller loses 5 life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"TakeTheInitiative"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, you take the initiative.","constraint":null,"condition":null,"batched":false},{"mode":"BecomesBlocked","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":5},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"valid_source":null,"description":"Whenever ~ becomes blocked by a creature, that creature's controller loses 5 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"b8942c72-16ce-4f2f-875f-97a56e85a03e","metadata":{"source_printing_ids":["20f939d8-3d41-4d8b-baea-7f022104c704"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"banned","paupercommander":"legal","vintage":"legal"},"printings":["CLB"],"rulings":[{"date":"2022-06-10","text":"A player who currently has the initiative may take the initiative again. This causes that player to venture into Undercity again, but does not cause them to have multiple initiative designations."},{"date":"2022-06-10","text":"If Vicious Battlerager becomes blocked by more than one creature, its triggered ability triggers once for each creature that blocked it."},{"date":"2022-06-10","text":"If the player with the initiative leaves the game, the active player takes the initiative at the same time that player leaves the game. If the active player is leaving the game or if there is no active player, the next player in turn order takes the initiative."},{"date":"2022-06-10","text":"If you aren’t in a dungeon when instructed to venture into Undercity, you will put Undercity into the command zone and move your venture marker to Secret Entrance (the first room)."},{"date":"2022-06-10","text":"If you’re already in a dungeon when instructed to venture into Undercity, you move to the next room of that dungeon. If you are already in the last room, you will complete that dungeon and start Undercity. This is true whether you’re already in Undercity or any other dungeon."},{"date":"2022-06-10","text":"In a Two-Headed Giant game, if both players on a team deal combat damage to the player that has the initiative at the same time, the player with the initiative will choose the order of the triggered abilities. Then, as those abilities resolve, one team member takes the initiative (and ventures into Undercity) and then the other team member does the same. The last player to take the initiative keeps it until the initiative changes again."},{"date":"2022-06-10","text":"Only one player can have the initiative at a time. As one player takes the initiative, any other player that had the initiative ceases to have it."},{"date":"2022-06-10","text":"Similarly, when instructed to venture into Undercity, you can’t start a dungeon that isn’t Undercity."},{"date":"2022-06-10","text":"The initiative is a designation a player can have. A player with the initiative designation is said to “have the initiative.” The initiative carries two inherent rules. First, whenever a player takes the initiative, and at the beginning of the upkeep of the player with the initiative, that player ventures into Undercity. Second, whenever one or more creatures a player controls deal combat damage to the player who has the initiative, the first player takes the initiative. Also, some abilities will refer to having the initiative and provide other benefits."},{"date":"2022-06-10","text":"There is no initiative in a game until an effect instructs a player to take the initiative. Once a player is instructed to do this, they have the initiative until another player takes the initiative."},{"date":"2022-06-10","text":"You cannot venture into Undercity unless instructed to do so, either because you have the initiative at the beginning of your upkeep or because you take the initiative. Notably, if you aren’t in a dungeon and an effect instructs you to venture into the dungeon (not venture into Undercity), you can’t start Undercity."}],"rarities":["common"]},"vicious rivalry":{"name":"Vicious Rivalry","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, pay X life.\nDestroy all artifacts and creatures with mana value X or less.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}]}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all artifacts and creatures with mana value X or less.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"90898c76-21f9-4597-88fe-dc9179911cde","additional_cost":{"type":"Required","data":{"type":"PayLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}}},"metadata":{"source_printing_ids":["532abbc7-017d-4081-87fc-b0e8bfd804a1","6fa9cd18-3181-4373-ab65-49bf9de9487f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"If a permanent has {X} in its mana cost, X is 0 for the purpose of determining its mana value."}],"rarities":["rare"]},"vigean graftmage":{"name":"Vigean Graftmage","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vedalken","Wizard","Mutant"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"Graft 2 (This creature enters with two +1/+1 counters on it. Whenever another creature enters, you may move a +1/+1 counter from this creature onto it.)\n{1}{U}: Untap target creature with a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[{"Graft":2}],"abilities":[{"kind":"Activated","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Counters","counters":{"type":"OfType","data":"P1P1"},"comparator":"GE","count":{"type":"Fixed","value":1}}]},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":1}},"sub_ability":null,"duration":null,"description":"{1}{U}: Untap target creature with a +1/+1 counter on it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":"P1P1","count":{"type":"Fixed","value":1},"mode":"Move","selection":"StackTarget","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":"Move a +1/+1 counter from this permanent onto that creature","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.58a: Graft — whenever another creature enters, if this permanent has a +1/+1 counter on it, you may move a +1/+1 counter from this permanent onto that creature.","constraint":null,"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"P1P1"},"minimum":1},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":"This permanent enters with 2 +1/+1 counters on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.58a: Graft 2 — this permanent enters with 2 +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"4c209165-a159-4cd7-8e99-1e533d3a22a6","metadata":{"source_printing_ids":["4aa0a951-0018-41bb-8e82-c3844983a753","7c75901c-fe69-49b8-b491-879e9adf7902","82764bb4-874d-497d-ac85-93199646a9e5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["DIS","MM2","PLST"],"rarities":["common","uncommon"]},"vigilance":{"name":"Vigilance","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature has vigilance. (Attacking doesn't cause it to tap.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has vigilance."}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"70570170-be76-4c56-9151-c4b6e253f462","metadata":{"source_printing_ids":["d24dc353-abc9-430a-a7f5-5da3b38cd411"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CHK"],"rarities":["common"]},"vigor":{"name":"Vigor","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Incarnation"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nIf damage would be dealt to another creature you control, prevent that damage. Put a +1/+1 counter on that creature for each 1 damage prevented this way.\nWhen Vigor is put into a graveyard from anywhere, shuffle it into its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into a graveyard from anywhere, shuffle it into its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"PostReplacementDamageTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"description":"If damage would be dealt to another creature you control, prevent that damage. Put a +1/+1 counter on that creature for each 1 damage prevented this way.","condition":null,"shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"70787d8b-0a40-43ea-837a-9617dc13e7e5","metadata":{"source_printing_ids":["30d1b41d-f0bf-403c-a12d-1a1f5fc6bfb9","525b23c4-9a8e-4fbe-b4f9-584cc25ba758","5cede0be-1bdd-4392-beaf-b83d0b780eb7","6952b1c3-2a18-4ad5-8130-861fce1cb422","ea7047d8-8d32-48a3-829b-7eb5427ed53a","f2d78449-9e80-42e5-b525-068a3985e069"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BBD","DPA","LRW","PIP","PLST","PS11","TMC"],"rulings":[{"date":"2007-10-01","text":"Although this ability triggers when the Incarnation is put into a graveyard from the battlefield, it doesn't *specifically* trigger on leaving the battlefield, so it doesn't behave like other leaves-the-battlefield abilities. The ability will trigger from the graveyard."},{"date":"2007-10-01","text":"If the Incarnation had lost this ability while on the battlefield (due to Lignify, for example) and then was destroyed, the ability would still trigger and it would get shuffled into its owner's library. However, if the Incarnation lost this ability when it was put into the graveyard (due to Yixlid Jailer, for example), the ability wouldn't trigger and the Incarnation would remain in the graveyard."},{"date":"2007-10-01","text":"If the Incarnation is removed from the graveyard after the ability triggers but before it resolves, it will remain in its new zone when its owner shuffles their library. Similarly, if a replacement effect has the Incarnation move to a different zone instead of being put into the graveyard, the ability won't trigger at all."},{"date":"2007-10-01","text":"The last ability triggers when the Incarnation is put into its owner's graveyard from any zone, not just from on the battlefield."}],"rarities":["rare"]},"village rites":{"name":"Village Rites","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As an additional cost to cast this spell, sacrifice a creature.\nDraw two cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw two cards.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"365548fb-5acc-4a8a-b20b-26d28b7d029f","additional_cost":{"type":"Required","data":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1}},"metadata":{"source_printing_ids":["0fab9ee8-776a-48e5-b309-bcd381e67bf7","2841339b-faef-407d-9838-d03fe80e6294","40a27914-5e4f-48d4-ba2a-9d3187a39606","42ed35e9-51cd-468a-86a9-9412553cf50d","58fc8aca-9408-4ea4-9360-042cfe5da1f9","60103ff2-3214-4521-b28e-2af4987056b7","82f82cb3-f01b-40b9-99ae-6215a580bd95","9c0f60a6-b5c8-4704-8b61-94e8fc463e5d","da3de5c0-acda-4116-b0c5-eceb2c19cb2d","f990e5c1-7df4-4eaf-a01b-67f858064e5e","f9e6276c-0b80-4d11-b889-8a24b210c4f0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["GN3","INR","J22","J25","KHM","LCC","M21","SLD","STA"],"rulings":[{"date":"2021-02-05","text":"You must sacrifice exactly one creature to cast this spell; you can't cast it without sacrificing a creature, and you can't sacrifice additional creatures."}],"rarities":["common","uncommon","rare"]},"vine gecko":{"name":"Vine Gecko","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental","Lizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"The first kicked spell you cast each turn costs {1} less to cast.\nWhenever you cast a kicked spell, put a +1/+1 counter on this creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"WasKicked"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a kicked spell, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"WasKicked"}]}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"WasKicked"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The first kicked spell you cast each turn costs {1} less to cast."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"a9596b05-e0bb-4e70-82fe-5db60f87bf3d","metadata":{"source_printing_ids":["7a6f9984-dec7-4a1f-91d6-1e85b5df5e4c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ZNR"],"rarities":["uncommon"]},"vines of vastwood":{"name":"Vines of Vastwood","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Kicker {G} (You may pay an additional {G} as you cast this spell.)\nTarget creature can't be the target of spells or abilities your opponents control this turn. If this spell was kicked, that creature gets +4/+4 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Kicker":{"type":"Cost","shards":["Green"],"generic":0}}],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't be the target of spells or abilities your opponents control"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"Target creature can't be the target of spells or abilities your opponents control this turn. If this spell was kicked, that creature gets +4/+4 until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8998d211-5ca6-41d2-bc64-f51f70bd41e5","additional_cost":{"type":"Kicker","data":{"costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":0}}]}},"metadata":{"source_printing_ids":["2143b037-81b5-4d24-a859-aa990d292c05","6203e3d4-8998-41d6-9f7e-b68af0f1f8b5","e8bd8b10-de86-4bb6-b49f-6ccb5297c81c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["MM2","PLST","ZEN"],"rulings":[{"date":"2013-04-15","text":"This is not the same as hexproof. If, for example, you target one of your opponent's creatures, your opponents won't be able to target their own creature with spells or abilities."},{"date":"2024-11-08","text":"If a card or token enters as a copy of a permanent, the new permanent isn't kicked, even if the original was."},{"date":"2024-11-08","text":"If a spell's kicker cost was paid, the spell is \"kicked.\""},{"date":"2024-11-08","text":"If you copy a kicked spell on the stack, the copy is also kicked. If the copied spell is a permanent spell, the token the copy of that spell becomes when it enters is also kicked."},{"date":"2024-11-08","text":"If you put a permanent with a kicker ability onto the battlefield without casting it, you can't kick it."},{"date":"2024-11-08","text":"The kicker ability doesn't let you pay a kicker cost more than once."},{"date":"2024-11-08","text":"To determine a spell's total cost, start with the mana cost (or an alternative cost if another card's effect allows you to pay one instead), add any cost increases (such as kicker), then apply any cost reductions. The spell's mana value remains unchanged, no matter what the total cost to cast it was."}],"rarities":["common"]},"violent eruption":{"name":"Violent Eruption","mana_cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Violent Eruption deals 4 damage divided as you choose among any number of targets.\nMadness {1}{R}{R} (If you discard this card, discard it into exile. When you do, cast it for its madness cost or put it into your graveyard.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Madness":{"type":"Cost","shards":["Red","Red"],"generic":1}}],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":4},"target":{"type":"Any"}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 4 damage divided as you choose among any number of targets.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":1,"max":{"type":"Fixed","value":4}},"distribute":{"type":"Damage"},"forward_result":false}],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"MadnessCast","cost":{"type":"Cost","shards":["Red","Red"],"generic":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.35a: When this card is exiled this way, its owner may cast it for its madness cost or put it into their graveyard.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Discard","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Hand","destination":"Exile","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"CR 702.35a: If you discard this card, exile it instead of putting it into your graveyard.","condition":null}],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"842578ca-0a86-4e96-bfd5-45931488f7c1","metadata":{"source_printing_ids":["419e6697-89ab-49f1-a867-8f86f001c80c","484fde80-1f13-47d6-9841-7e03425df13c","ff19c870-331d-4703-a92d-c5b1d4289338"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["C19","PLST","TOR"],"rulings":[{"date":"2022-12-08","text":"A card with madness that's discarded counts as having been discarded even though it's put into exile rather than a graveyard. If it was discarded to pay a cost, that cost is still paid. Abilities that trigger when a card is discarded will still trigger."},{"date":"2022-12-08","text":"A spell cast for its madness cost is put onto the stack like any other spell. It can be countered, copied, and so on. As it resolves, it's put onto the battlefield if it's a permanent card or into its owner's graveyard if it's an instant or sorcery card."},{"date":"2022-12-08","text":"Cards are discarded in a Magic game only from a player's hand. Effects that put cards into a player's graveyard from anywhere else do not cause those cards to be discarded."},{"date":"2022-12-08","text":"Casting a spell with madness ignores the timing rules based on the card's card type. For example, you can cast a sorcery with madness if you discard it during an opponent's turn."},{"date":"2022-12-08","text":"If you choose not to cast a card with madness when the madness triggered ability resolves, it's put into your graveyard. Madness doesn't give you another chance to cast it later."},{"date":"2022-12-08","text":"If you discard a card with madness to pay the cost of a spell or activated ability, that card's madness triggered ability (and the spell that card becomes, if you choose to cast it) will resolve before the spell or ability the discard paid for."},{"date":"2022-12-08","text":"If you discard a card with madness while a spell or ability is resolving, it moves immediately to exile. Continue resolving that spell or ability, noting that the card you discarded is not in your graveyard at this time. Its madness triggered ability will be placed onto the stack once that spell or ability has completely resolved."},{"date":"2022-12-08","text":"Madness works independently of why you're discarding the card. You could discard it to pay a cost, because a spell or ability tells you to, or because you have too many cards in your hand during your cleanup step. You can't discard a card with madness just because you want to, though."},{"date":"2022-12-08","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a madness cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined by only its mana cost, no matter what the total cost to cast that spell was."}],"rarities":["uncommon"]},"violent urge":{"name":"Violent Urge","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets +1/+0 and gains first strike until end of turn.\nDelirium — If there are four or more card types among cards in your graveyard, that creature gains double strike until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":1},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +1/+0 and gains first strike"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature gets +1/+0 and gains first strike until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"DoubleStrike"}],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain double strike"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Delirium — If there are four or more card types among cards in your graveyard, that creature gains double strike until end of turn.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"DistinctCardTypes","source":{"type":"Zone","zone":"Graveyard","scope":"Controller"}}},"comparator":"GE","rhs":{"type":"Fixed","value":4}},"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"0ef80a38-f464-4d1f-9e81-d4087d6ecc9b","metadata":{"source_printing_ids":["a47c968b-1edd-45ac-a67c-311647e7e2fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["DSK"],"rarities":["uncommon"]},"viper's kiss":{"name":"Viper's Kiss","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets -1/-1, and its activated abilities can't be activated.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":-1}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets -1/-1, and its activated abilities can't be activated."},{"mode":{"CantBeActivated":{"who":"AllPlayers","source_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"exemption":"None"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets -1/-1, and its activated abilities can't be activated."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"35dead9a-20ab-45e9-be3e-36857c928ab9","metadata":{"source_printing_ids":["0906ebfc-4756-4caf-83ff-859e181f3bef"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","vintage":"legal"},"printings":["THS"],"rarities":["common"]},"viral spawning":{"name":"Viral Spawning","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Create a 3/3 green Phyrexian Beast creature token with toxic 1. (Players dealt combat damage by it also get a poison counter.)\nCorrupted — As long as an opponent has three or more poison counters and this card is in your graveyard, it has flashback {2}{G}. (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Token","name":"Phyrexian Beast","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"types":["Creature","Phyrexian","Beast"],"colors":["Green"],"keywords":[{"Toxic":1}],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Create a 3/3 green Phyrexian Beast creature token with toxic 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Green"],"generic":2}}}}],"condition":{"type":"And","conditions":[{"type":"OpponentPoisonAtLeast","count":3},{"type":"SourceInZone","zone":"Graveyard"}]},"affected_zone":null,"effect_zone":null,"active_zones":["Graveyard"],"characteristic_defining":false,"description":"Corrupted — As long as an opponent has three or more poison counters and this card is in your graveyard, it has flashback {2}{G}."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"9945c7eb-97a9-42df-a051-1ea514973280","metadata":{"related_token_ids":["1e507a36-d0d4-5fd0-9076-0ebdcc7b3432"],"source_printing_ids":["85ad30a1-3ecc-42ca-afe8-85df5bad9196"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE"],"rulings":[{"date":"2023-02-04","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2023-02-04","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2023-02-04","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2023-02-04","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2023-02-04","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2023-02-04","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["uncommon"]},"virtue of courage":{"name":"Virtue of Courage","mana_cost":{"type":"Cost","shards":["Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a source you control deals noncombat damage to an opponent, you may exile that many cards from the top of your library. You may play those cards this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"UntilEndOfTurn","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"NoncombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"description":"Whenever a source you control deals noncombat damage to an opponent, you may exile that many cards from the top of your library. You may play those cards this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"af6438b9-3fde-45c9-af69-dff686c1e0de","metadata":{"source_printing_ids":["8b0e6daf-0dec-4718-af79-b7ce137c3135","ed585964-68ed-4889-8d20-678b43c46018"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"adventure","printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"An adventurer card is a permanent card in every zone except the stack, as well as while on the stack if not cast as an Adventure. Ignore its alternative characteristics in those cases. For example, while it’s in your graveyard, Questing Druid is a green creature card whose mana value is 2. It can’t be the target of Tenacious Tomeseeker’s triggered ability (“return target instant or sorcery card from your graveyard to your hand”)."},{"date":"2023-09-01","text":"An effect may refer to a card, spell, or permanent that “has an Adventure.” This refers to a card, spell, or permanent that has an adventurer card’s set of alternative characteristics, even if they’re not being used and even if that card was never cast as an Adventure."},{"date":"2023-09-01","text":"Casting a card as an Adventure isn’t casting it for an alternative cost. Effects that allow you to cast a spell for an alternative cost or without paying its mana cost may allow you to apply those to the Adventure."},{"date":"2023-09-01","text":"Combat damage is the damage that's dealt automatically by attacking and blocking creatures. Any other damage is noncombat damage, even if it's dealt during a combat phase by an attacking or blocking creature."},{"date":"2023-09-01","text":"If a spell is cast as an Adventure, its controller exiles it instead of putting it into its owner’s graveyard as it resolves. For as long as it remains exiled, that player may cast it as a permanent spell. If an Adventure spell leaves the stack in any way other than resolving (most likely by being countered or by failing to resolve because its targets have all become illegal), that card won’t be exiled and the spell’s controller won’t be able to cast it as a permanent later."},{"date":"2023-09-01","text":"If an adventurer card ends up in exile for any other reason than by exiling itself while resolving, it won’t give you permission to cast it as a permanent spell."},{"date":"2023-09-01","text":"If an effect copies an Adventure spell, that copy is exiled as it resolves. It ceases to exist as a state-based action; it’s not possible to cast the copy as a permanent."},{"date":"2023-09-01","text":"If an effect instructs you to choose a card name, you may choose the alternative Adventure name. Consider only the alternative characteristics to determine whether that is an appropriate name to choose."},{"date":"2023-09-01","text":"If an effect refers to a card, spell, or permanent that has an Adventure, it won’t find an instant or sorcery spell on the stack that’s been cast as an Adventure."},{"date":"2023-09-01","text":"If an object becomes a copy of an object that has an Adventure, the copy also has an Adventure. If it changes zones, it will either cease to exist (if it’s a token) or cease to be a copy (if it’s a nontoken permanent), and so you won’t be able to cast it as an Adventure."},{"date":"2023-09-01","text":"If you cast an adventurer card as an Adventure, use only its alternative characteristics to determine whether it’s legal to cast that spell. For example, if you control Johann, Apprentice Sorcerer (“Once each turn, you may cast an instant or sorcery spell from the top of your library.”) and Questing Druid is on top of your library, you can cast Seek the Beast, but not Questing Druid."},{"date":"2023-09-01","text":"When casting a spell as an Adventure, use the alternative characteristics and ignore all of the card’s normal characteristics. The spell’s color, mana cost, mana value, and so on are determined by only those alternative characteristics. If the spell leaves the stack, it immediately resumes using its normal characteristics."},{"date":"2023-09-01","text":"You must still follow any timing restrictions and permissions for the permanent spell you cast from exile. Normally, you’ll be able to cast it only during your main phase while the stack is empty."},{"date":"2023-09-01","text":"You pay all costs and follow all normal timing rules for a card played this way. For example, if the exiled card is a land card, you may play it only during your main phase while the stack is empty."}],"rarities":["mythic"]},"virulent emissary":{"name":"Virulent Emissary","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Assassin"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever another creature you control enters, you gain 1 life.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another creature you control enters, you gain 1 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3d4bec90-7bbc-4385-a2b8-303c7a8d0a0f","metadata":{"source_printing_ids":["0702efed-915e-466a-96bb-ac09af06b21e","6044d540-70ff-4ce3-9a26-4164e7543baa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ECL"],"rarities":["uncommon"]},"viscera seer":{"name":"Viscera Seer","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire","Wizard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Sacrifice a creature: Scry 1. (Look at the top card of your library. You may put that card on the bottom.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice a creature: Scry 1.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"f82a4e85-526d-4456-b700-7760043a31be","metadata":{"source_printing_ids":["24277de8-7412-496c-bd44-61d9629a3473","486fd8a2-dd97-4082-84ef-4795c7e559a0","6179f847-e334-4f7f-9a4e-0013942a394f","d0f3a502-064e-4700-a730-2e86f985bbc3","d2e1c1c3-641a-4cd5-b46d-e03e5e529cc7","d49203dd-89b6-4e91-b3ff-5f9f5ce981f8","dba1cf83-e13d-401e-b76f-b12a51b307f9","f511830b-1c1f-4d30-aa5d-4314726d142e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["C13","CMR","LCC","M11","PLST","PRM","PZ1","SLD","SOC","TDC"],"rulings":[{"date":"2010-08-15","text":"If you sacrifice an attacking or blocking creature during the declare blockers step, it won't deal combat damage. If you wait until the combat damage step, but that creature is dealt lethal damage, it'll be destroyed before you get a chance to sacrifice it."},{"date":"2010-08-15","text":"You can sacrifice Viscera Seer to activate its own ability."}],"rarities":["common"]},"visions":{"name":"Visions","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top five cards of target player's library. You may then have that player shuffle that library.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Player"},"count":{"type":"Fixed","value":5},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at the top five cards of target player's library. You may then have that player shuffle that library.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"448fa4e3-7269-446b-8089-675bc1bff5f9","metadata":{"source_printing_ids":["044f1957-e56d-4280-8f75-e6b097827acc","21d00299-e183-4b3d-b015-18808e7135b9","b0fed0e6-0e56-4987-b0dd-b294156c0233","f7d6a255-7b13-44ed-8604-5d3f82cabd98"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["4BB","4ED","LEG","REN"],"rulings":[{"date":"2004-10-04","text":"If there are less than 5 cards in the library, you look at whatever ones remain and you still get the option to shuffle."},{"date":"2004-10-04","text":"This is not a draw and will not cause a player to lose if there are less than 5 cards in the library."},{"date":"2004-10-04","text":"You can’t rearrange the cards. You put them back in the same order or have the whole library shuffled."}],"rarities":["uncommon"]},"visions of ruin":{"name":"Visions of Ruin","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Each opponent sacrifices an artifact. For each artifact sacrificed this way, you create a Treasure token.\nFlashback {8}{R}{R}. This spell costs {X} less to cast this way, where X is the greatest mana value of a commander you own on the battlefield or in the command zone. (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Red","Red"],"generic":8}}}],"abilities":[{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Ref","qty":{"type":"FilteredTrackedSetSize","filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"caused_by":"Sacrificed"}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Each opponent sacrifices an artifact. For each artifact sacrificed this way, you create a Treasure token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"Aggregate","function":"Max","property":"ManaValue","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"IsCommander"},{"type":"InAnyZone","zones":["Battlefield","Command"]},{"type":"Owned","controller":"You"}]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"CastingAsVariant","variant":"Flashback"},"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {X} less to cast this way, where X is the greatest mana value of a commander you own on the battlefield or in the command zone."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"3570001c-844f-4319-9850-ab997d62a83b","metadata":{"related_token_ids":["3b9455df-7577-5275-a556-6ba2966e61dc"],"source_printing_ids":["803a93c7-d8e4-4cda-8fa0-d9cd50b7d977","e7b630d4-4088-4811-bcff-df2fa1e66ab8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC"],"rulings":[{"date":"2021-09-24","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-09-24","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-09-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-09-24","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-09-24","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."},{"date":"2021-09-24","text":"“Flashback [cost]” means “You may cast this card from your graveyard by paying [cost] rather than paying its mana cost” and “If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.”"}],"rarities":["rare"]},"vito, thorn of the dusk rose":{"name":"Vito, Thorn of the Dusk Rose","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Vampire","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, target opponent loses that much life.\n{3}{B}{B}: Creatures you control gain lifelink until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain lifelink"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":3}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{3}{B}{B}: Creatures you control gain lifelink until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, target opponent loses that much life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"7336a541-3ae9-4ab2-acb8-f574c0a5b3a9","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0fe79ee4-c3f3-4a6b-a967-203ca3b70ee5","5deb74ff-15df-4894-b074-9a98731bd2c0","65beff20-a533-44eb-addd-8d6fed02c6a2","9c61e0ef-4dc7-4acc-a4a1-e63c35a854ba","f8a52a83-0087-4df3-995a-45e15bf664b4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["J22","J25","M21","P30A","PM21","PRM","PWCS","SLD"],"rulings":[{"date":"2020-06-23","text":"Because Vito's first ability doesn't deal damage, you won't gain life when it resolves if Vito has lifelink."},{"date":"2020-06-23","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Vito's first ability will trigger twice and you may choose a different opponent for each trigger. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, and/or planeswalkers at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2020-06-23","text":"If an ability triggers whenever an opponent loses life and causes you to gain life, such as the ability of Exquisite Blood, this will loop until either you win the game or a player takes an action to break the loop."},{"date":"2020-06-23","text":"If you gain an amount of life \"for each\" of something, that life is gained as one event and Vito's first ability triggers only once."},{"date":"2020-06-23","text":"In a Two-Headed Giant game, life gained by your teammate won't cause the ability to trigger, even though it caused your team's life total to increase."}],"rarities":["rare"]},"vivi ornitier":{"name":"Vivi Ornitier","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"{0}: Add X mana in any combination of {U} and/or {R}, where X is Vivi Ornitier's power. Activate only during your turn and only once each turn.\nWhenever you cast a noncreature spell, put a +1/+1 counter on Vivi Ornitier and it deals 1 damage to each opponent.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyCombination","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}},"color_options":["Blue","Red"]}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":0}},"sub_ability":null,"duration":null,"description":"{0}: Add X mana in any combination of {U} and/or {R}, where X is ~'s power. Activate only during your turn and only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"},{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DamageEachPlayer","amount":{"type":"Fixed","value":1},"player_filter":{"type":"Opponent"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[{"Non":"Creature"}],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a noncreature spell, put a +1/+1 counter on ~ and it deals 1 damage to each opponent.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"0452be2a-e97a-4269-a9e3-b616265ecb2e","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0cfc4614-f6c1-4247-ab96-5bd41006ad85","25ef2d44-c261-4511-b96f-85e7a291e318","ada6aeb6-8c9f-4498-9326-b4da0fcb19a3","ecc1027a-8c07-44a0-bdde-fa2844cff694"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"banned","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"Vivi Ornitier's first ability is a mana ability. It doesn't use the stack and it can't be responded to."},{"date":"2025-06-06","text":"Vivi Ornitier's last ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."}],"rarities":["mythic"]},"vivien reid":{"name":"Vivien Reid","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Vivien"]},"power":null,"toughness":null,"loyalty":"5","defense":null,"oracle_text":"[+1]: Look at the top four cards of your library. You may reveal a creature or land card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.\n[−3]: Destroy target artifact, enchantment, or creature with flying.\n[−8]: You get an emblem with \"Creatures you control get +2/+2 and have vigilance, trample, and indestructible.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Hand","keep_count":1,"up_to":true,"filter":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}]},"rest_destination":"Library","reveal":true,"enter_tapped":false},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Look at the top four cards of your library. You may reveal a creature or land card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"WithKeyword","value":"Flying"}]}]},"cant_regenerate":false},"cost":{"type":"Loyalty","amount":-3},"sub_ability":null,"duration":null,"description":"[−3]: Destroy target artifact, enchantment, or creature with flying.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Trample"},{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Creatures you control get +2/+2 and have vigilance, trample, and indestructible"}],"triggers":[]},"cost":{"type":"Loyalty","amount":-8},"sub_ability":null,"duration":null,"description":"[−8]: You get an emblem with \"Creatures you control get +2/+2 and have vigilance, trample, and indestructible.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"b5f20a6d-8c3e-452f-9d98-4886f0fa052a","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["162a3a3b-257e-46c7-bb29-65627b00363d","33546fba-7f89-4e61-85ac-b128df3cb14d","37cc3e80-2ffa-4d48-bd67-a6315375b236","38769247-42a1-4571-9071-6d59fe28650a","681fbd66-b622-4f20-a860-f101aff21109","8a5a7ad7-99e3-445f-8e9a-c6d3bf923379"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FDN","M19","M3C","PFDN","PLST","PM19"],"rarities":["mythic"]},"vivien's invocation":{"name":"Vivien's Invocation","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":5},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. Put the rest on the bottom of your library in a random order. When a creature is put onto the battlefield this way, it deals damage equal to its power to target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":7},"destination":"Battlefield","keep_count":1,"up_to":true,"filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Anaphoric"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"ZoneChangedThisWay","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. Put the rest on the bottom of your library in a random order. When a creature is put onto the battlefield this way, it deals damage equal to its power to target creature an opponent controls.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"5e2b30d2-81e9-40cd-86dd-3ec5dd06ced0","metadata":{"source_printing_ids":["784c4711-223d-4b95-a163-87e57f87b8db"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["M19","PM19"],"rulings":[{"date":"2018-07-13","text":"If the creature you put onto the battlefield leaves the battlefield before damage is dealt, its last known existence on the battlefield is used to determine how much damage it deals to the target creature."},{"date":"2018-07-13","text":"You don’t choose any targets as you cast Vivien’s Invocation. While that spell is resolving, you may put a creature card from among the cards you look at onto the battlefield. If you do, a separate ability triggers and you pick a target creature an opponent controls to be dealt damage."}],"rarities":["rare"]},"vivien, champion of the wilds":{"name":"Vivien, Champion of the Wilds","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Vivien"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"You may cast creature spells as though they had flash.\n[+1]: Until your next turn, up to one target creature gains vigilance and reach.\n[−2]: Look at the top three cards of your library. Exile one face down and put the rest on the bottom of your library in any order. For as long as it remains exiled, you may cast it if it's a creature spell.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Reach"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain vigilance and reach"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":"[+1]: Until your next turn, up to one target creature gains vigilance and reach.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Activated","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":null,"keep_count":0,"up_to":false,"filter":{"type":"Any"},"rest_destination":null,"reveal":false,"enter_tapped":false},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"TrackedSet","id":0},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GrantCastingPermission","permission":{"type":"PlayFromExile","duration":"Permanent","granted_to":0},"target":{"type":"TrackedSet","id":0}},"cost":null,"sub_ability":null,"duration":{"ForAsLongAs":{"condition":{"type":"Unrecognized","text":"it remains exiled"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"[−2]: Look at the top three cards of your library. Exile one face down and put the rest on the bottom of your library in any order. For as long as it remains exiled, you may cast it if it's a creature spell.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Flash"}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"You may cast creature spells as though they had flash."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"146eb8c8-93d5-4dd5-af7a-46d5acd4a89d","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["4422e69e-a7db-4582-b37d-59519b6871f9","9967520f-3c8e-42a2-b9dd-887714477c2d","e11dc967-ae38-4c19-bf54-b3209e203b39","ff3986d7-9b3d-4082-8d72-ce59c9fcd5d5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["CLB","PRM","PWAR","SLD","WAR"],"rulings":[{"date":"2019-05-03","text":"Once you cast the creature card, it leaves exile. You can't cast it again if that card becomes exiled again."},{"date":"2019-05-03","text":"While resolving Vivien's last ability, you must exile one of the three cards, even if none of them are creature cards. You may look at the exiled card at any time, even if it's not a creature card."},{"date":"2019-05-03","text":"You must follow any applicable timing permissions and restrictions if you cast the exiled card. This means that if Vivien leaves the battlefield, you can't cast the creature spell as though it had flash unless another effect allows you to do so."}],"rarities":["rare"]},"vizier of remedies":{"name":"Vizier of Remedies","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"If one or more -1/-1 counters would be put on a creature you control, that many -1/-1 counters minus one are put on it instead.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[{"event":"AddCounter","execute":null,"mode":{"type":"Mandatory"},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"description":"If one or more -1/-1 counters would be put on a creature you control, that many -1/-1 counters minus one are put on it instead.","condition":null,"quantity_modification":{"type":"Minus","value":1},"counter_match":{"type":"OfType","data":"M1M1"}}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"79770e65-740a-44c7-bea2-a24e6a722c22","metadata":{"source_printing_ids":["3082a2e4-03a8-4b26-a48d-e299a8b5cc56","36ab760e-93e0-4dbc-aaa1-02316f62ed3f","eb8952d7-8009-4532-b501-97e333f3c3fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","PLST"],"rulings":[{"date":"2017-04-18","text":"Each additional Vizier of Remedies you control will decrease the number of -1/-1 counters put on a creature by one."},{"date":"2017-04-18","text":"If a creature you control is dealt damage by a source with wither or infect, that much damage is dealt, but one fewer -1/-1 counter is put on your creature. For example, if a 2/2 creature with lifelink and infect is blocked by Vizier of Remedies, the first creature’s controller gains 2 life and puts one -1/-1 counter on Vizier of Remedies."},{"date":"2017-04-18","text":"If an effect puts Vizier of Remedies onto the battlefield with one or more -1/-1 counters on it, its effect won’t apply. This is because you must control Vizier of Remedies before the creature begins to enter the battlefield for its effect to apply. The same is true of any creatures entering the battlefield with -1/-1 counters on them at the same time as Vizier of Remedies enters the battlefield."},{"date":"2017-04-18","text":"If multiple creatures with wither and/or infect deal damage to a creature at once, Vizier of Remedies causes only one counter fewer to be put on that creature. Its effect doesn’t apply separately for each creature dealing damage."},{"date":"2017-04-18","text":"“Put on a creature you control” includes that creature entering the battlefield with -1/-1 counters on it. If a creature would enter the battlefield under your control with a number of -1/-1 counters on it while you control Vizier of Remedies, it enters with that many counters minus one."}],"rarities":["uncommon"]},"vizier of the menagerie":{"name":"Vizier of the Menagerie","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Snake","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"You may look at the top card of your library any time.\nYou may cast creature spells from the top of your library.\nYou can spend mana of any type to cast creature spells.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MayLookAtTopOfLibrary","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may look at the top card of your library any time."},{"mode":{"TopOfLibraryCastPermission":{"play_mode":"Cast","frequency":"Unlimited","alt_cost":null}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may cast creature spells from the top of your library."},{"mode":{"SpendManaAsAnyColor":{"spell_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}},"affected":{"type":"Controller"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You can spend mana of any type to cast creature spells."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4f890d42-e4f1-4eed-aa6c-718865de8927","metadata":{"source_printing_ids":["14ab742a-89dc-4c01-99e3-21fc609128f2","3010ec33-c3f6-42ce-ad5a-e149e5c9a805","ca204351-7a7e-4e4b-8c2b-f90fa0f9d724","d1965955-57fc-4447-8b60-de1d81617204","e27d4f0e-508c-4bd4-bb47-c75802ca85f8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["AKH","AKR","FDN","PAKH","SLD"],"rulings":[{"date":"2017-04-18","text":"If the top card of your library changes while you're casting a spell, playing a land, or activating an ability, you can't look at the new top card until you finish doing so. This means that if you cast the top card of your library, you can't look at the next one until you're done paying for that spell."},{"date":"2017-04-18","text":"Normally, Vizier of the Menagerie allows you to cast the top card of your library if it's a creature card, it's your main phase, and the stack is empty. If that creature card has flash, you'll be able to cast it any time you could cast an instant, even on an opponent's turn."},{"date":"2017-04-18","text":"The top card of your library isn't in your hand, so you can't cycle it, discard it, or activate any of its activated abilities."},{"date":"2017-04-18","text":"Vizier of the Menagerie lets you look at the top card of your library whenever you want (with one restriction—see below), even if you don't have priority. This action doesn't use the stack. Knowing what that card is becomes part of the information you have access to, just like you can look at the cards in your hand."},{"date":"2017-04-18","text":"You may spend mana as though it were mana of any type to cast any creature spell, not just creature spells that you cast from the top of your library."},{"date":"2017-04-18","text":"You'll still pay all costs for that spell, including additional costs. You may also pay alternative costs such as emerge or that of As Foretold."}],"rarities":["mythic"]},"vizier of the true":{"name":"Vizier of the True","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"You may exert this creature as it attacks. (It won't untap during your next untap step.)\nWhenever you exert a creature, tap target creature an opponent controls.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Exerted","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you exert a creature, tap target creature an opponent controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0e31d70e-2b5e-4c32-81cf-aed2a13e8aa5","metadata":{"source_printing_ids":["c1800882-e886-48d5-ac85-0a8e5841dc9a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["HOU"],"rulings":[{"date":"2017-04-18","text":"All cards in the Amonkhet set that let you exert a creature let you do so as you declare it as an attacking creature, as do some of the cards in the Hour of Devastation set. You can’t do so later in combat, and creatures put onto the battlefield attacking can’t be exerted. Any abilities that trigger on exerting an attacking creature will resolve before blockers are declared."},{"date":"2017-04-18","text":"If a creature has a targeted triggered ability that triggers when you exert it, you can exert it even if there isn’t a legal target for that triggered ability."},{"date":"2017-04-18","text":"If an exerted creature is already untapped during your next untap step (most likely because it had vigilance or an effect untapped it), exert’s effect preventing it from untapping expires without having done anything."},{"date":"2017-04-18","text":"If you gain control of another player’s creature until end of turn and exert it, it will untap during that player’s untap step."},{"date":"2017-04-18","text":"Some cards have abilities that trigger whenever you exert any creature. These abilities trigger when you exert that creature or any other creature you control."},{"date":"2017-04-18","text":"You can’t exert a creature unless an effect allows you to do so. Similar effects that “tap and freeze” a creature (such as that of Decision Paralysis) don’t exert that creature."}],"rarities":["uncommon"]},"voice of all":{"name":"Voice of All","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Angel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nAs this creature enters, choose a color.\nThis creature has protection from the chosen color.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":{"Protection":"ChosenColor"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has protection from the chosen color."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Color","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a color.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"b1631e9c-a993-4d44-b009-b2624d79560c","metadata":{"source_printing_ids":["220feab0-b799-464e-b9bd-a47949067418","75f37536-db3d-4726-9e45-b9108247d0e6","bc4673ac-4305-4fb2-9ba2-1c72f04574c3","d84b1c31-fb33-4f5c-b766-6ca8ad6e0976","db289ae0-b36a-43de-9e1b-56aaf6bf6ad8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","CMA","CMD","DMR","PLS","PS11"],"rarities":["uncommon","rare"]},"volatile fault":{"name":"Volatile Fault","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Cave"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{1}, {T}, Sacrifice this land: Destroy target nonbasic land an opponent controls. That player may search their library for a basic land card, put it onto the battlefield, then shuffle. You create a Treasure token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[{"type":"NotSupertype","value":"Basic"}]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"HasSupertype","value":"Basic"}]},"count":{"type":"Fixed","value":1},"reveal":false,"target_player":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Battlefield","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{1}, {T}, Sacrifice ~: Destroy target nonbasic land an opponent controls. That player may search their library for a basic land card, put it onto the battlefield, then shuffle. You create a Treasure token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"95c44f28-f7fa-4785-83b9-0d81be0db0c8","metadata":{"related_token_ids":["7c5cdbc2-a953-53bd-81dd-9a5c8fbedb85","f7e12dcc-910d-5b82-b637-0b972542ead5"],"source_printing_ids":["9385abf3-b067-4586-bf3d-175526cf8f0a","d9a42082-615c-4387-a77c-97ee94153c57"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["LCI","M3C"],"rulings":[{"date":"2023-11-10","text":"If Volatile Fault's ability resolves, the target nonbasic land's controller gets to search for a basic land card even if the land wasn't destroyed by Volatile Fault's ability. This may happen because the land has indestructible. In this case, you'll still create a Treasure token."},{"date":"2023-11-10","text":"If the target of Volatile Fault's last ability is illegal as the ability tries to resolve, it won't resolve and none of its effects will happen. You won't create a Treasure token."}],"rarities":["uncommon"]},"volatile stormdrake":{"name":"Volatile Stormdrake","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Drake"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying, hexproof from activated and triggered abilities\nWhen this creature enters, exchange control of this creature and target creature an opponent controls. If you do, you get {E}{E}{E}{E}, then sacrifice that creature unless you pay an amount of {E} equal to its mana value.","non_ability_text":null,"flavor_name":null,"keywords":["Flying",{"HexproofFrom":{"type":"CardType","data":"activated and triggered abilities"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExchangeControl","target_a":{"type":"SelfRef"},"target_b":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainEnergy","amount":{"type":"Fixed","value":4}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"TriggeringSource"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exchange control of ~ and target creature an opponent controls. If you do, you get {E}{E}{E}{E}, then sacrifice that creature unless you pay an amount of {E} equal to its mana value.","constraint":null,"condition":null,"unless_pay":{"cost":{"type":"PayEnergy","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Recipient"}}}},"payer":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"08d64b16-9221-4532-890c-d5cdbf181e28","metadata":{"source_printing_ids":["2e6e3232-8bb8-4504-9597-dfdfc6d634bd","ac5fb32c-6348-4d39-8d74-b345452b3875","fb819762-02e8-4d32-8245-c44b809c34bb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rulings":[{"date":"2024-06-07","text":"As Volatile Stormdrake's last ability resolves, Volatile Stormdrake must be on the battlefield and the target creature must be a legal target. If either of these things isn't true, the ability does nothing."},{"date":"2024-06-07","text":"Energy counters are a kind of counter that a player may have. They're not associated with any specific permanents."},{"date":"2024-06-07","text":"Energy counters aren't mana. They don't go away as steps, phases, and turns end, and effects that add mana \"of any type\" can't give you energy counters."},{"date":"2024-06-07","text":"If a spell or ability with one or more targets states that you \"may pay\" some amount of {E}, and each permanent that it targets has become an illegal target, the spell or ability won't resolve. You can't pay any {E} even if you want to."},{"date":"2024-06-07","text":"If an effect says you get one or more {E}, you get that many energy counters. To pay one or more {E}, you lose that many energy counters. You can't pay more energy counters than you have. Any effects that interact with counters a player gets, has, or loses can interact with energy counters."},{"date":"2024-06-07","text":"In a multiplayer game, if a player leaves the game, all cards that player owns leave as well. If you leave the game, the effect giving you control of the target creature ends."},{"date":"2024-06-07","text":"Keep track of how many energy counters each player has. Potential ways to track this include writing theme down on paper or using dice, but any method that is clear and mutually agreeable is fine. (At higher levels of tournament play, dice may not be allowed for tracking counters that players have.)"},{"date":"2024-06-07","text":"Some spells and abilities that give you {E} may require targets. If each target chosen is an illegal target as that spell or ability tries to resolve, it won't resolve. You won't get any {E}."},{"date":"2024-06-07","text":"Some triggered abilities state that you \"may pay\" a certain amount of {E}. You can't pay that amount multiple times to multiply the effect. You simply choose whether or not to pay that amount of {E} as the ability resolves."},{"date":"2024-06-07","text":"Some triggered abilities that state that you \"may pay\" a certain amount of {E} describe an effect that happens \"If you do.\" In that case, no player may take actions to try to stop the ability's effect after you make your choice. If the payment is followed by the phrase \"When you do,\" then you'll choose any targets for that reflexive triggered ability and put it on the stack before players can take actions."},{"date":"2024-06-07","text":"The effect of Volatile Stormdrake's last ability lasts indefinitely. It doesn't wear off during the cleanup step, and it doesn't expire if Volatile Stormdrake leaves the battlefield."},{"date":"2024-06-07","text":"Volatile Stormdrake can't be the target of any activated or triggered abilities your opponents control."},{"date":"2024-06-07","text":"{E} is the energy symbol. It represents one energy counter."}],"rarities":["rare"]},"volcanic spite":{"name":"Volcanic Spite","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Volcanic Spite deals 3 damage to target creature, planeswalker, or battle. You may put a card from your hand on the bottom of your library. If you do, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":3},"target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Planeswalker"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"PutAtLibraryPosition","target":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[{"type":"InZone","zone":"Hand"}]},"count":{"type":"Fixed","value":1},"position":{"type":"Bottom"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 3 damage to target creature, planeswalker, or battle. You may put a card from your hand on the bottom of your library. If you do, draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"10426070-2e6f-47a5-bc8d-16dcfb058b26","metadata":{"source_printing_ids":["69490262-afc2-4692-8fac-b771a972c8f8","aba6f75a-fd8a-4add-a917-56446f94f2fb"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PLST"],"rulings":[{"date":"2023-04-14","text":"If the target creature, planeswalker, or battle is an illegal target at the time Volcanic Spite tries to resolve, it won’t resolve and none of its effects will happen. You won’t get to put a card from your hand on the bottom of your library, and you won’t draw a card."}],"rarities":["common"]},"volo, guide to monsters":{"name":"Volo, Guide to Monsters","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast a creature spell that doesn't share a creature type with a creature you control or a creature card in your graveyard, copy that spell. (A copy of a creature spell becomes a token.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"TriggeringSource"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"And","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"SharesQuality","quality":"CreatureType","reference":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"relation":"DoesNotShare"}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast a creature spell that doesn't share a creature type with a creature you control or a creature card in your graveyard, copy that spell.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"f105960e-6609-4192-afc0-e243013b7cc1","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["76f910f2-a7ed-4535-b554-d672ba49f38c","c9ae01f9-7461-47b4-aa1e-93bd6ff1bf9e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR"],"rarities":["rare"]},"vorinclex, voice of hunger":{"name":"Vorinclex, Voice of Hunger","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Phyrexian","Praetor"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhenever you tap a land for mana, add one mana of any type that land produced.\nWhenever an opponent taps a land for mana, that land doesn't untap during its controller's next untap step.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"TriggerEventManaType"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you tap a land for mana, add one mana of any type that land produced.","constraint":null,"condition":null,"batched":false},{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent taps a land for mana, that land doesn't untap during its controller's next untap step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"dbf0ad03-ab31-49d2-89b1-05b45948a61f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["02831922-f225-4cc6-8797-aef31265b1cd","0806adab-6a08-411b-b249-e1c58ade354b","182dc47c-897e-4922-ba9d-80204bed7b5a","5bad83b2-3b03-441a-8cbd-5a5317bfa5ea","603a7305-c036-47ef-8926-25b66a7905df","6f08f008-ce26-417a-9720-f4addeb7391e","9fe3af8c-109d-486c-aa34-3f023abda5b7","bdcd2ec9-a8e7-46b3-8d79-eb15d6e95a3c","d669568c-8a45-44bc-8737-f5b7d54d1342"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["HA5","IMA","MUL","NPH","PLST","SLD"],"rulings":[{"date":"2017-11-17","text":"If Vorinclex leaves the battlefield after its second ability has triggered, that ability still resolves and the affected land won't untap during its controller's next untap step."},{"date":"2017-11-17","text":"If a land you control produces multiple mana of more than one type, Vorinclex's first triggered ability adds one mana of only one of those types. You choose which of those types it adds."},{"date":"2017-11-17","text":"The types of mana are white, blue, black, red, green, and colorless."}],"rarities":["mythic"]},"vow of lightning":{"name":"Vow of Lightning","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature gets +2/+2, has first strike, and can't attack you or planeswalkers you control.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"AddPower","value":2},{"type":"AddToughness","value":2},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+2, has first strike, and can't attack you or planeswalkers you control."},{"mode":"CantAttack","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature gets +2/+2, has first strike, and can't attack you or planeswalkers you control.","attack_defended":"PlayerOrPlaneswalker"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"bfed67f3-70d2-49c2-8f25-16e4d10fa5be","metadata":{"source_printing_ids":["520762c5-ca7c-4be3-b9aa-a5ae87c00da4","5738bff3-e930-4148-9803-f90f69c0d96c","71218cff-7e57-40dd-83c2-d06b284a63fd","a0742d43-8a67-4485-b0ce-5a4e057fa915","ca055a00-e224-4e37-9ddb-07eac63cea39","f9f84f0b-4601-4e7c-9770-2cea73a0e198"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CMA","CMD","CMR","E02","GN3","MKC","PLST","PZ1"],"rarities":["uncommon"]},"vraska, the silencer":{"name":"Vraska, the Silencer","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Gorgon","Assassin"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Deathtouch\nWhenever a nontoken creature an opponent controls dies, you may pay {1}. If you do, return that card to the battlefield tapped under your control. It's a Treasure artifact with \"{T}, Sacrifice this artifact: Add one mana of any color,\" and it loses all other card types.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enters_under":"You","enter_tapped":true,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"TriggeringSource"},"modifications":[{"type":"SetCardTypes","core_types":["Artifact"]},{"type":"AddSubtype","subtype":"Treasure"},{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{t}, sacrifice ~: add one mana of any color,","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"is a Treasure artifact with \"{T}, Sacrifice ~: Add one mana of any color,\" and it loses all other card types"}],"duration":"UntilHostLeavesPlay","target":null},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[{"type":"NonToken"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a nontoken creature an opponent controls dies, you may pay {1}. If you do, return that card to the battlefield tapped under your control. It's a Treasure artifact with \"{T}, Sacrifice ~: Add one mana of any color,\" and it loses all other card types.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"e7c5a568-3855-4a20-9edf-01a8a6a4ba97","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2a6cc9ab-a1d8-47de-8ac5-112e5fee00f9","b042abf2-c40b-4235-a4fa-2e4901c375c3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["OTJ","POTJ"],"rulings":[{"date":"2024-04-12","text":"The returned card will lose any other subtypes and card types and will be only a Treasure artifact. It will retain its supertypes as well as its abilities."}],"rarities":["mythic"]},"vrondiss, rage of ancients":{"name":"Vrondiss, Rage of Ancients","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon","Barbarian"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Enrage — Whenever Vrondiss is dealt damage, you may create a 5/4 red and green Dragon Spirit creature token with \"When this token deals damage, sacrifice it.\"\nWhenever you roll one or more dice, you may have Vrondiss deal 1 damage to itself.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageReceived","execute":{"kind":"Spell","effect":{"type":"Token","name":"Dragon Spirit","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":4},"types":["Creature","Dragon","Spirit"],"colors":["Red","Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"SelfRef"},"description":"When ~ deals damage, sacrifice it.","constraint":null,"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ is dealt damage, you may create a 5/4 red and green Dragon Spirit creature token with \"When ~ deals damage, sacrifice it.\"","constraint":null,"condition":null,"batched":false},{"mode":"RolledDie","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"ParentTarget"},"damage_source":"Target"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you roll one or more dice, you may have ~ deal 1 damage to itself.","constraint":null,"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"2160c837-342b-409f-a1db-0ec5ac023ccf","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["94674c3c-76e2-5a69-a507-727f470962f8"],"source_printing_ids":["683ca7f0-e9df-459b-a8e3-cf80b39c732d","a6c0a9cf-314e-4c23-9e43-2485414fc3d1"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AFC","OAFC"],"rarities":["mythic"]},"wake the dead":{"name":"Wake the Dead","mana_cost":{"type":"Cost","shards":["X","Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cast this spell only during combat on an opponent's turn.\nReturn X target creature cards from your graveyard to the battlefield. Sacrifice those creatures at the beginning of the next end step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CreateDelayedTrigger","condition":{"type":"AtNextPhase","phase":"End"},"effect":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"TrackedSet","id":0},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"uses_tracked_set":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Return X target creature cards from your graveyard to the battlefield. Sacrifice those creatures at the beginning of the next end step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"max":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"69bf79c3-87d1-4244-8d58-989307c91a12","casting_restrictions":[{"type":"DuringCombat"},{"type":"DuringOpponentsTurn"}],"metadata":{"source_printing_ids":["842fb0f2-8a03-4b43-be41-dbc5b6509269","af9baedc-84ea-43ef-877d-f88209bb3fba","e1780be8-26f6-4f33-9bc6-ecafc3751c8e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","CMM"],"rulings":[{"date":"2014-11-07","text":"The delayed triggered ability that makes you sacrifice the creatures will trigger only once. If you don’t sacrifice one or more of those creatures at that time (perhaps because another player gained control of them), the ability won’t try to make you sacrifice them on future turns."}],"rarities":["rare"]},"walking ballista":{"name":"Walking Ballista","mana_cost":{"type":"Cost","shards":["X","X"],"generic":0},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Construct"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"loyalty":null,"defense":null,"oracle_text":"This creature enters with X +1/+1 counters on it.\n{4}: Put a +1/+1 counter on this creature.\nRemove a +1/+1 counter from this creature: It deals 1 damage to any target.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}: Put a +1/+1 counter on ~.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"P1P1"},"target":null,"selection":"SingleObject"},"sub_ability":null,"duration":null,"description":"Remove a +1/+1 counter from ~: It deals 1 damage to any target.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with X +1/+1 counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"4b515bb0-f275-4400-8032-3173b799ab40","metadata":{"source_printing_ids":["0db963e2-38df-4036-a312-35854dc3521c","329a8738-3e17-403a-857a-0ba529ce8cd1","50507ec0-72ff-4110-a73c-b6f256ac2e35","5272436e-74f0-44c4-a291-ea8ebc3f1525","60107410-7076-4fcc-b1f7-123dd3b442b0","6a696f69-ba08-4b0b-86e9-37e3671674ec","81111fb0-93fe-4cac-9ce2-bdf2466d7341","c353a09f-8a5a-41ce-97dc-60e7350460c0","f1e66e6b-2501-4e87-bbc0-c823d39121f8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"banned","vintage":"legal"},"printings":["2XM","AER","FIC","J22","MB2","PAER","PIP","PRM","SLD"],"rulings":[{"date":"2020-08-07","text":"A casting cost of {X}{X} means that you pay twice X. If you want X to be 3, you pay {6} to cast Walking Ballista."},{"date":"2020-08-07","text":"If Walking Ballista has been dealt damage or had its toughness reduced by an effect, this limits how many times you'll be able to remove +1/+1 counters from it in a single turn. For example, if it has three +1/+1 counters on it and has been dealt 1 damage this turn, it will be destroyed immediately after you activate the ability a second time and you won't be able to activate it a third time."}],"rarities":["rare"]},"walking corpse":{"name":"Walking Corpse","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":null,"non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"fea95888-e16a-4209-9cd4-623f7f4d2f67","metadata":{"source_printing_ids":["053b59b4-a22c-4228-aadc-ae9da6bb465e","2f2613c5-7ff0-46bf-ad1e-2cbf7895dc0f","344a26ab-524f-4daa-ae0a-9d94e34c96df","5ecfc1ab-b7a1-43a8-b1d1-0c1c4358e89f","8e033384-3334-4082-9541-f2443d3bc424","ccba369f-f4d1-493d-bc5f-271b7e4d8090","f44e94f0-5f64-4991-aa45-c2b05879be40"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ISD","M13","M15","M19","M20","M21","PLST","W16"],"rarities":["common"]},"wall of diffusion":{"name":"Wall of Diffusion","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wall"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Defender (This creature can't attack.)\nThis creature can block creatures with shadow as though it had shadow.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CanBlockShadow","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can block creatures with shadow as though it had shadow."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ae42f803-f4ac-45f3-9ce7-227a59096f19","metadata":{"source_printing_ids":["2e6a469e-3d67-4edf-a735-03dcd626f858","48f627f9-4d7e-41fe-b6ad-fb229802d4e0","4c8cb08b-e820-4054-b5c3-7b737c97c9a5"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["TMP","TPR","VMA"],"rarities":["common"]},"wall of frost":{"name":"Wall of Frost","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wall"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Defender\nWhenever this creature blocks a creature, that creature doesn't untap during its controller's next untap step.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[{"mode":"Blocks","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ blocks a creature, that creature doesn't untap during its controller's next untap step.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"741e4f32-0587-40fa-a73d-5bcf66b52348","metadata":{"source_printing_ids":["17bc35a7-e38b-4c15-889a-d58c8b360315","56f9a7ba-d024-49a0-a837-efb5faa24c50","65a80677-0d0e-440f-a64f-10ebdb5014a2","8a84bddc-9124-4222-8adf-8ed75a6d21d3","b5ab28ee-f70d-441b-bb4e-8e781f26e2bc","c56229e1-904b-4761-bb7e-35a0c8202c2e","d4000b46-7843-4c07-8332-a10f207e2cdc"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","vintage":"legal"},"printings":["M10","M11","M14","M15","MM3","PC2","PCA","PLST"],"rulings":[{"date":"2014-07-18","text":"If the creature isn’t tapped during its controller’s next untap step (perhaps because it was untapped by a spell), Wall of Frost’s ability has no effect at that time. It won’t try to keep the creature tapped on subsequent turns."},{"date":"2014-07-18","text":"Wall of Frost’s ability tracks the creature, not the creature’s controller. That is, if the creature changes controllers before its first controller’s next untap step, then it won’t untap during its new controller’s next untap step."}],"rarities":["uncommon"]},"wall of mourning":{"name":"Wall of Mourning","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wall"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Defender\nWhen this creature enters, exile a card from the top of your library face down for each opponent you have.\nCoven — At the beginning of your end step, if you control three or more creatures with different powers, put a card exiled with this creature into its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ExileTop","player":{"type":"Controller"},"count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"Opponent"}}},"face_down":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile a card from the top of your library face down for each opponent you have.","constraint":null,"condition":null,"batched":false},{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Exile","destination":"Hand","target":{"type":"And","filters":[{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},{"type":"ExiledBySource"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, if you control three or more creatures with different powers, put a card exiled with ~ into its owner's hand.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCountDistinct","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]},"qualities":["Power"]}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"585c9671-7451-4506-8b21-0d64106c4cd7","metadata":{"source_printing_ids":["98692a19-c9d4-48bf-9315-d88c44136f8b","cad9754f-7a66-45ca-bbd0-e1e977fbcc4d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MIC","PRM"],"rulings":[{"date":"2021-09-24","text":"You don't get to look at the cards exiled with Wall of Mourning. If there are more than one, you choose which one to put back into your hand at random without looking at them. This is true even if you knew what one or more cards from the top of your library were before exiling them."}],"rarities":["rare"]},"wall of nets":{"name":"Wall of Nets","mana_cost":{"type":"Cost","shards":["White","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wall"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Defender (This creature can't attack.)\nAt end of combat, exile all creatures blocked by this creature.\nWhen this creature leaves the battlefield, return all cards exiled with it to the battlefield under their owners' control.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"EndCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At end of combat, exile all creatures blocked by ~.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Exile","destination":"Battlefield","target":{"type":"ExiledBySource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, return all cards exiled with it to the battlefield under their owners' control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"cd112962-b297-403c-bede-c8b587f379b3","metadata":{"source_printing_ids":["c1da8e79-365d-4a36-87c5-648085828f9f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EXO"],"rulings":[{"date":"2004-10-04","text":"It only exiles creatures if this card is still on the battlefield at the end of combat."}],"rarities":["rare"]},"wall of resistance":{"name":"Wall of Resistance","mana_cost":{"type":"Cost","shards":["White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wall"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Defender (This creature can't attack.)\nFlying\nAt the beginning of each end step, if this creature was dealt damage this turn, put a +0/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Defender","Flying"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"+0/+1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of each end step, if ~ was dealt damage this turn, put a +0/+1 counter on it.","constraint":null,"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"DamageDealtThisTurn","source":{"type":"Any"},"target":{"type":"SelfRef"}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e6f5f80c-2620-4558-8a5f-8fc36cea4793","metadata":{"source_printing_ids":["fd25787d-b90c-4b25-8259-1ac41d4dcd15"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rulings":[{"date":"2004-10-04","text":"It gets only one counter a turn, not one per point of damage."}],"rarities":["common"]},"wall of roots":{"name":"Wall of Roots","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Plant","Wall"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Defender\nPut a -0/-1 counter on this creature: Add {G}. Activate only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Defender"],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"]}},"cost":{"type":"EffectCost","effect":{"type":"PutCounter","counter_type":"-0/-1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}}},"sub_ability":null,"duration":null,"description":"Put a -0/-1 counter on ~: Add {G}. Activate only once each turn.","target_prompt":null,"activation_restrictions":[{"type":"OnlyOnceEachTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"3a21a6ae-b2f2-4f0c-acfd-5f3e8d63fd2f","metadata":{"source_printing_ids":["04326924-55c4-4315-893a-6a05e0b7eb7f","999f9e72-97ed-430a-8c1c-26a54f8b7a08","aeb151d2-c313-44d2-972e-33487f070c23","b65cb901-bfb0-454a-97ef-138021e524ff","d80940ad-8e36-4226-ad5f-b54487c75c76","da80cb2d-2385-4a1a-9c93-c623102e9c50","e4e7d3b7-9b0c-463d-975c-ef81d7fd8dad"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["ARC","F08","IMA","MIR","NCC","P30A","PLST","PRM","TDC","TSB","WC98"],"rulings":[{"date":"2017-11-17","text":"If you must sacrifice a creature to pay a casting or activation cost that also includes mana, such as that of Bubbling Cauldron's abilities, you may put a -0/-1 counter on Wall of Roots to make its toughness 0 and then sacrifice it to pay that cost."}],"rarities":["common","special"]},"wan shi tong, librarian":{"name":"Wan Shi Tong, Librarian","mana_cost":{"type":"Cost","shards":["X","Blue","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bird","Spirit"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flash\nFlying, vigilance\nWhen Wan Shi Tong enters, put X +1/+1 counters on him. Then draw half X cards, rounded down.\nWhenever an opponent searches their library, put a +1/+1 counter on Wan Shi Tong and draw a card.","non_ability_text":null,"flavor_name":null,"keywords":["Flash","Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Ref","qty":{"type":"CostXPaid"}},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"DivideRounded","inner":{"type":"Ref","qty":{"type":"CostXPaid"}},"divisor":2,"rounding":"Down"},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, put X +1/+1 counters on him. Then draw half X cards, rounded down.","constraint":null,"condition":null,"batched":false},{"mode":"SearchedLibrary","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent searches their library, put a +1/+1 counter on ~ and draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"2bace3ea-7d28-4a1c-857a-d3c3a1c11b59","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["d4bf05c4-a924-4006-835e-42f8468ba869","e20da6b5-1057-4a28-9e85-07de714e262f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"The second triggered ability won't be put on the stack until after the spell or ability causing the opponent to search their library finishes resolving."},{"date":"2025-10-02","text":"Wan Shi Tong, Librarian's second triggered ability won't trigger if you search an opponent's library or if an opponent searches another player's library."}],"rarities":["mythic"]},"wandertale mentor":{"name":"Wandertale Mentor","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Raccoon","Bard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whenever you expend 4, put a +1/+1 counter on this creature. (You expend 4 as you spend your fourth total mana to cast spells during a turn.)\n{T}: Add {R} or {G}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {R} or {G}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ManaExpend","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you expend 4, put a +1/+1 counter on ~.","constraint":null,"condition":null,"batched":false,"expend_threshold":4}],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"9d14c7bd-7802-401c-b02b-c7f3c51b007f","metadata":{"source_printing_ids":["8c399a55-d02e-41ed-b827-8784b738c118"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"A permanent with an ability that triggers whenever you “expend N” will see mana you spent to cast spells the turn it enters, including mana you spent before it entered. For example, if you cast Junkblade Bruiser (a creature with a mana value of 5 and an ability that triggers whenever you expend 4) by paying its full cost of five mana, you’ll already have spent four mana on spells before Junkblade Bruiser enters, and therefore its ability that triggers whenever you expend 4 won’t be able to trigger at all that turn."},{"date":"2024-07-26","text":"Abilities that trigger whenever you “expend N” only trigger when you reach that specific amount of mana spent on casting spells that turn. This can only happen once per turn. For example, if you’ve spent three mana on spells so far this turn and you control a permanent with an ability that triggers “whenever you expend 4,” that ability will trigger the next time you spend at least one mana to cast a spell this turn. It won’t trigger again if you spend another four mana to cast spells later in the turn."},{"date":"2024-07-26","text":"If the cost to cast a spell is increased, decreased, or changed because of additional or alternative costs, expend counts only the mana you actually spent."}],"rarities":["uncommon"]},"war's toll":{"name":"War's Toll","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent taps a land for mana, tap all lands that player controls.\nIf a creature an opponent controls attacks, all creatures that opponent controls attack if able.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Unimplemented","name":"effect_structure","description":"Effect sentence candidate but line failed effect parser: If a creature an opponent controls attacks, all creatures that opponent controls attack if able."},"cost":null,"sub_ability":null,"duration":null,"description":"If a creature an opponent controls attacks, all creatures that opponent controls attack if able.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Land"],"controller":"TriggeringPlayer","properties":[]},"scope":{"type":"All"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent taps a land for mana, tap all lands that player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"ba4e4afb-24bb-47de-aba8-89d21b11d45c","metadata":{"source_printing_ids":["3a08f7fe-8ca9-4604-85c8-9050298730ea","de5f6c39-55eb-4d8d-83cf-94652b07bc46"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BBD","DIS"],"rulings":[{"date":"2006-05-01","text":"Your opponent can tap lands for mana in response to the triggered ability. The effect won't prevent your opponent from casting spells or activating abilities, but it will make it difficult for that player to cast other spells or activate abilities later in the turn because unspent mana is lost at the end of each step."}],"rarities":["rare"]},"warden of the grove":{"name":"Warden of the Grove","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Hydra"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, put a +1/+1 counter on this creature.\nWhenever another nontoken creature you control enters, it endures X, where X is the number of counters on this creature. (Put X +1/+1 counters on the creature that entered or create an X/X white Spirit creature token.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put a +1/+1 counter on ~.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Endure","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"}}},"subject":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature you control enters, it endures X, where X is the number of counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"13bf8103-3db3-4ee6-a6bb-441aabfd9e41","metadata":{"related_token_ids":["ce47d822-2ec8-5683-91d7-96716305caac"],"source_printing_ids":["2414db96-0e2b-4f7c-9b97-41f8e310b752","2e3d7969-5dcb-434d-8a8b-fb16da288bc4"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"If a noncreature permanent is instructed to endure, the effect is the same. You can put +1/+1 counters on that permanent or create a Spirit token."},{"date":"2025-04-04","text":"If you can’t put +1/+1 counters on the creature for any reason as an endure ability resolves (for example, if the creature is no longer on the battlefield), you’ll just create a Spirit token."},{"date":"2025-04-04","text":"The value of X is determined as the last ability resolves. If Warden of the Grove is no longer on the battlefield at that time, the number of counters on it as it last existed on the battlefield is used to determine how many +1/+1 counters to put on the creature that endured or the power and toughness of the Spirit token created."},{"date":"2025-04-04","text":"You choose whether to put +1/+1 counters on the creature or create a Spirit token as the ability that includes the endure instruction is resolving. No player may take actions between the time you choose and the time that counters are added or tokens are created."}],"rarities":["rare"]},"warmaker gunship":{"name":"Warmaker Gunship","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, it deals damage equal to the number of artifacts you control to target creature an opponent controls.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 6+.)\n6+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"You","properties":[]}}},"target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, it deals damage equal to the number of artifacts you control to target creature an opponent controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":6},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"6+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":4},{"type":"SetToughness","value":3}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":6},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 6+"}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"c947171b-ed9e-4b83-af45-bd595a8d84ee","metadata":{"source_printing_ids":["515c0b63-c710-4419-a84d-4777d874bf19","9e5957f4-1cae-4989-8b40-27fc6e2fcf5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE","PEOE"],"rarities":["rare"]},"warped devotion":{"name":"Warped Devotion","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a permanent is returned to a player's hand, that player discards a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"origin":"Battlefield","destination":"Hand","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a permanent is returned to a player's hand, that player discards a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"22c49415-e8d2-4b4c-b021-57ee54670f86","metadata":{"source_printing_ids":["3bce620f-799a-4ad8-9edb-6fb3d9ea1cc6","6d6d889f-daba-494d-8e91-aa5c6e361f3f","ffd41ebd-91a8-4972-8f93-3306e68519f9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["8ED","PLS"],"rulings":[{"date":"2004-10-04","text":"This card can trigger on itself being returned to a player’s hand."}],"rarities":["uncommon","rare"]},"warped tusker":{"name":"Warped Tusker","mana_cost":{"type":"Cost","shards":[],"generic":7},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Eldrazi","Boar","Beast"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":8},"loyalty":null,"defense":null,"oracle_text":"Reach\nWhen you cast or cycle Warped Tusker, create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice this token: Add {C}.\"\nCycling {2}{G} ({2}{G}, Discard this card: Draw a card.)","non_ability_text":null,"flavor_name":null,"keywords":["Reach",{"Cycling":{"type":"Mana","data":{"type":"Cost","shards":["Green"],"generic":2}}}],"abilities":[{"kind":"Activated","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":true}]},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"activation_zone":"Hand","ability_tag":{"type":"Cycling"},"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"consumes_source":true}],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Eldrazi Spawn","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Eldrazi","Spawn"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice ~: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Stack"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cast ~, create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice ~: Add {C}.\"","constraint":null,"condition":null,"batched":false},{"mode":"Cycled","execute":{"kind":"Spell","effect":{"type":"Token","name":"Eldrazi Spawn","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"types":["Creature","Eldrazi","Spawn"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1},"sub_ability":null,"duration":null,"description":"Sacrifice ~: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When you cycle ~, create a 0/1 colorless Eldrazi Spawn creature token with \"Sacrifice ~: Add {C}.\"","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"0a994401-d37c-4e30-9410-422e7ae5a715","metadata":{"related_token_ids":["05897422-e2c4-5f20-93af-97fe0ba44515"],"source_printing_ids":["2b5f3a1a-8514-4598-be3d-c3be719f6951"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3"],"rulings":[{"date":"2024-06-07","text":"The triggered ability will resolve before Warped Tusker or its cycling ability does, as appropriate. If Warped Tusker or its cycling ability are countered or otherwise leave the stack in response to that triggered ability, the triggered ability will still resolve as normal."}],"rarities":["common"]},"warping wurm":{"name":"Warping Wurm","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Phasing (This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.)\nAt the beginning of your upkeep, this creature phases out unless you pay {2}{G}{U}.\nWhenever this creature phases in, put a +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":["Phasing"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PhaseOut","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, ~ phases out unless you pay {2}{G}{U}.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green","Blue"],"generic":2}},"payer":{"type":"Controller"}},"batched":false},{"mode":"PhaseIn","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ phases in, put a +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"c54c1517-cf7c-4afb-92f8-70c9d1591b45","metadata":{"source_printing_ids":["a2c41d0f-f1db-4797-b245-7de12ffa3a0d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["MIR"],"rarities":["rare"]},"warren soultrader":{"name":"Warren Soultrader","mana_cost":{"type":"Cost","shards":["Black"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Goblin","Wizard"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Pay 1 life, Sacrifice another creature: Create a Treasure token. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"PayLife","amount":{"type":"Fixed","value":1}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":1}]},"sub_ability":null,"duration":null,"description":"Pay 1 life, Sacrifice another creature: Create a Treasure token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"ace86e56-efde-4eb7-8815-71456a4c3abe","metadata":{"related_token_ids":["7c5cdbc2-a953-53bd-81dd-9a5c8fbedb85"],"source_printing_ids":["17fd4d15-413f-41c5-b3e0-71bbb52851bc","5c18591d-a8e2-49ea-b31e-7358e4143024","b334e4c6-d316-4141-8889-f95afcc04701"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["MH3","PMH3"],"rarities":["rare"]},"waste not":{"name":"Waste Not","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever an opponent discards a creature card, create a 2/2 black Zombie creature token.\nWhenever an opponent discards a land card, add {B}{B}.\nWhenever an opponent discards a noncreature, nonland card, draw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"Token","name":"Zombie","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Zombie"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a creature card, create a 2/2 black Zombie creature token.","constraint":null,"condition":null,"batched":false},{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black","Black"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},"valid_card":{"type":"Typed","type_filters":["Land"],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a land card, add {B}{B}.","constraint":null,"condition":null,"batched":false},{"mode":"Discarded","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Card",{"Non":"Creature"},{"Non":"Land"}],"controller":"Opponent","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever an opponent discards a noncreature, nonland card, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"00fdcc19-88ed-46c3-91f0-095806228105","metadata":{"related_token_ids":["1e851ec5-fc7c-52e0-b201-7c350377c8a9","6fd3b8c0-6d82-50f5-8dae-e738ae46a652","87df5573-4b61-5eaa-94b2-efd2398be6ac","ce24f27b-16b5-596b-b810-805a9384991b"],"source_printing_ids":["241d8f7d-3981-47c1-b7b8-748277fa452f","2f5500a2-c6d6-40d7-b586-59b854733160","f4fc8e83-471a-4d75-9703-d8f3998a705a","f5dd0247-f6a0-4f1d-ac27-a49a7e022e5b","fd3e5359-97c4-41ec-b18e-4abcd2205886"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["C16","HA2","M15","SLD","TMC","WOT"],"rarities":["rare","mythic"]},"wasteland":{"name":"Wasteland","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{T}, Sacrifice this land: Destroy target nonbasic land.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Destroy","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[{"type":"NotSupertype","value":"Basic"}]},"cant_regenerate":false},"cost":{"type":"Composite","costs":[{"type":"Tap"},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":null,"duration":null,"description":"{T}, Sacrifice ~: Destroy target nonbasic land.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"09a70ae8-3859-4a09-901d-dce063fa3b5f","metadata":{"source_printing_ids":["1b04fea2-ef5b-4311-bc52-8222f1501eac","378c68f7-cf75-4835-8789-f266843851c3","438e7c5f-087a-4326-b263-09847420ce41","44bfc63d-fc27-40dd-8e03-f1e24df6b911","5e4d03f1-827b-4278-8b92-5fef7a3b700e","6aa14e39-2550-4fbe-9fd3-a5923a7f78c8","829bbc9b-9185-4d9b-8e4e-9f04ece48fff","8fbba7b1-307e-41d4-aa13-9c67ca729c26","99ff731b-8399-40c8-b539-ba6ba5783771","a81a49a0-995a-4311-894d-5cbfba59db14","aaafb9bc-7cea-4624-a227-595544fa42b0","ab0c7b95-f496-42bd-9cad-9f244a9f59d4","bd53f7e3-f76a-440b-8c84-994d378bda97","c30379d7-a441-479c-bd39-d1f4ad86bcb7","d053a27e-da2c-4b8a-9b33-ce369c491dc1","d7171316-e9cd-4a20-85fa-1d80c69ce37b","e4d51c18-4b7d-4948-96bc-12c8ab3d0bd0"]},"legalities":{"commander":"legal","duel":"banned","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EMA","EXP","G10","J15","LTC","MB2","MPR","OLGC","PIP","PRM","SLC","SLD","TMP","TPR","WC98","WC99","ZNE"],"rarities":["uncommon","rare","mythic"]},"wastes":{"name":"Wastes","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Basic"],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"05d24b0c-904a-46b6-b42a-96a4d91a0dd4","metadata":{"source_printing_ids":["02729948-9b74-453f-a268-2f29b48a29ee","0f93e8ad-8ef6-4cf1-a664-d1477f1ebae4","2585d250-1cce-431c-a9d1-a3adce9d70cd","475be6db-6541-412b-a07e-5357b25a499f","56ef693d-7c48-46cb-8f52-abc660a2736e","60682c00-c661-4a9d-8326-f3f014a04e3e","69b215fe-0d97-4ca1-9490-174220fd454b","7019912c-bd9b-4b96-9388-400794909aa1","837edd3f-5380-4c1c-8323-0e61dac385e5","8d479a83-16f7-425c-9873-b900f39ed620","9cc070d3-4b83-4684-9caf-063e5c473a77","baf8f4f2-9f25-4cd2-8d78-1041e134aeac","bf10c264-c7f6-4ae3-b3ef-ff12bd7b64c0","c0040569-c4b1-46ad-8115-1fdb82ba3710","c61feafd-ef09-437c-a12c-fd7d6cb8c15a","d9b38015-985f-4718-a6f8-fe19de225801"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CMM","EA2","EOC","FIN","J22","M3C","OGW","PLG25","PLST","SLD","TSR"],"rulings":[{"date":"2021-03-19","text":"Because Wastes is a basic land, you can include as many of them as you like in your Constructed decks."},{"date":"2021-03-19","text":"In Limited events (including Sealed Deck and Booster Draft), Wastes must be in your card pool to be included in your deck. You can't add Wastes to your card pool in the same way that you can add other basic lands."},{"date":"2021-03-19","text":"Wastes is not a land type. If something asks you to name a land type, you can't choose Wastes."}],"rarities":["common","rare","special"]},"watchdog":{"name":"Watchdog","mana_cost":{"type":"Cost","shards":[],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Dog"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature blocks each combat if able.\nAs long as this creature is untapped, all creatures attacking you get -1/-0.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"MustBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ blocks each combat if able."},{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Attacking","defender":"You"}]},"modifications":[{"type":"AddPower","value":-1},{"type":"AddToughness","value":0}],"condition":{"type":"Not","condition":{"type":"SourceIsTapped"}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is untapped, all creatures attacking you get -1/-0."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"6a951d2d-fc5a-4f41-bd77-3e301b76cf47","metadata":{"source_printing_ids":["8c2ffc07-9993-40de-b36e-33c7afd4cfc2"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["TMP"],"rulings":[{"date":"2008-04-01","text":"The second ability is no longer triggered. It continuously checks the tapped/untapped status of the Watchdog, and gives them -1/-0 as appropriate."}],"rarities":["uncommon"]},"watery grave":{"name":"Watery Grave","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":["Island","Swamp"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"({T}: Add {U} or {B}.)\nAs this land enters, you may pay 2 life. If you don't, it enters tapped.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Blue"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":null,"mode":{"type":"MayCost","cost":{"type":"PayLife","amount":{"type":"Fixed","value":2}},"decline":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, you may pay 2 life. If you don't, it enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black","Blue"],"scryfall_oracle_id":"fc9ec820-4245-4a96-b009-5308a818ca58","metadata":{"source_printing_ids":["057dd01a-65f5-4cb1-995c-27d70b9ec8cf","139b90cd-8272-457a-be32-1298145345be","47fde349-010e-4a2e-838e-e924dbeec355","5b8170dc-6a90-46fc-9989-7575f3d402b5","67ef01b3-93f7-41e8-834d-9f6768e3b16c","6e86eb36-f4cc-4a75-b43a-4dee463a3b33","7d4595f2-9297-40dc-b2dd-7144bbb401f7","81706879-ec5d-4b17-b4bc-5f7cb37557a5","8dcc3080-966d-497e-82c9-a7311630abd2","af6d2e24-9467-4aa6-8841-7716d051edf7","b248ff3a-e10d-4797-8c04-7f4094608d32","bef5692f-d3a9-4687-9cd8-1177acfad1f8","d854480d-a163-422b-a3dc-54dffd7b3eab","ef7f4762-4283-4368-948b-e60a29e78a0c","f3721bac-4e1c-438e-b0a2-a557dd530077"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["CLU","EOE","EXP","GRN","GTC","PEOE","PGRN","PRM","RAV","RVR","SLD","UNF"],"rulings":[{"date":"2018-10-05","text":"If an effect puts this land onto the battlefield tapped, you may pay 2 life, but it still enters tapped."},{"date":"2018-10-05","text":"Unlike most dual lands, this land has two basic land types. It's not basic, so cards such as District Guide can't find it, but it does have the appropriate land types for effects such as that of Drowned Catacomb (from the Ixalan set)."}],"rarities":["rare","mythic"]},"wax-wane witness":{"name":"Wax-Wane Witness","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Bat","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, vigilance\nWhenever you gain or lose life during your turn, this creature gets +1/+0 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Vigilance"],"abilities":[],"triggers":[{"mode":"LifeChanged","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":0},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain or lose life during your turn, ~ gets +1/+0 until end of turn.","constraint":null,"condition":{"type":"DuringPlayersTurn","player":{"type":"Controller"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"426dbe89-0cbb-4a3b-8812-d9761d063373","metadata":{"source_printing_ids":["d90ea719-5320-46c6-a347-161853a14776"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB"],"rulings":[{"date":"2024-07-26","text":"Each creature with lifelink dealing combat damage causes a separate life-gaining event. For example, if two creatures you control with lifelink deal combat damage at the same time, Wax-Wane Witness’s last ability will trigger twice. However, if a single creature you control with lifelink deals combat damage to multiple creatures, players, and/or planeswalkers at the same time (perhaps because it has trample or was blocked by more than one creature), the ability will trigger only once."},{"date":"2024-07-26","text":"If you gain or lose an amount of life “for each” of something, that life is gained or lost as one event and Wax-Wane Witness’s last ability triggers only once."},{"date":"2024-07-26","text":"In a Two-Headed Giant game, life gained by your teammate won’t cause Wax-Wane Witness’s last ability to trigger even though it caused your team’s life total to increase."},{"date":"2024-07-26","text":"Wax-Wane Witness’s last ability triggers just once for each life-gaining or life-losing event, no matter how much life was gained or lost."}],"rarities":["common"]},"wayta, trainer prodigy":{"name":"Wayta, Trainer Prodigy","mana_cost":{"type":"Cost","shards":["Red","Green","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Haste\n{2}{G}, {T}: Target creature you control fights another target creature. This ability costs {2} less to activate if it targets two creatures you control.\nIf a creature you control being dealt damage causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[{"kind":"Activated","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"subject":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"Unimplemented","name":"this","description":"This ability costs {2} less to activate if it targets two creatures you control"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}{G}, {T}: Target creature you control fights another target creature. This ability costs {2} less to activate if it targets two creatures you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":"ControlledCreatureDealtDamage"}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a creature you control being dealt damage causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time."}],"replacements":[],"color_override":["Green","Red","White"],"color_identity":["Green","Red","White"],"scryfall_oracle_id":"e507df33-d150-4b21-8ddb-90799f412dd8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["04f2d7ee-43a4-48e8-af64-d9fad4b9c5f1","103bbad8-afaf-4e34-b6d2-9cb9b312d39f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["LCC"],"rulings":[{"date":"2023-11-10","text":"If you somehow control two copies of Wayta, Trainer Prodigy, a creature you control being dealt damage causes abilities to trigger three times, not four. A third Wayta, Trainer Prodigy causes abilities to trigger four times, a fourth causes abilities to trigger five times, and so on."},{"date":"2023-11-10","text":"Wayta, Trainer Prodigy's last ability affects only triggered abilities whose trigger conditions refer specifically to damage being dealt, such as the ability granted by Mephidross Vampire or the last ability of Wrathful Raptors. It does not affect triggered abilities that would trigger because of the results of that damage. For example, if you control an Ajani's Pridemate (\"Whenever you gain life, put a +1/+1 counter on Ajani's Pridemate\") and you activate Wayta, Trainer Prodigy's second ability targeting a creature you control with lifelink and another creature you control, the triggered ability of Ajani's Pridemate will still trigger only once."},{"date":"2023-11-10","text":"Wayta, Trainer Prodigy's last ability doesn't copy the triggered ability; it just causes the ability to trigger twice. Any choices made as you put the ability onto the stack, such as modes and targets, are made separately for each instance of the ability. Any choices made on resolution, such as whether to put counters on a permanent, are also made individually."}],"rarities":["mythic"]},"we say thee nay!":{"name":"We Say Thee Nay!","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":["Arcane"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 2 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 2 or more.)\nCounter target spell unless its controller pays {2}. Counter that spell unless its controller pays {4} instead if this spell was cast using teamwork.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":2}],"abilities":[{"kind":"Spell","effect":{"type":"Counter","target":{"type":"StackSpell"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Counter","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"AdditionalCostPaid","subject":{"type":"Target"},"origin":"Teamwork"},"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":4}},"payer":{"type":"ParentTargetController"}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Counter target spell unless its controller pays {2}. Counter that spell unless its controller pays {4} instead if this spell was cast using teamwork.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},"payer":{"type":"ParentTargetController"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"1abe8246-d2f9-407b-8c16-83da0a6b7de3","additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":2},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["13b70321-75bd-4d44-b9f6-5f062a5dda0f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"weathered wayfarer":{"name":"Weathered Wayfarer","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Nomad","Cleric"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"{W}, {T}: Search your library for a land card, reveal it, put it into your hand, then shuffle. Activate only if an opponent controls more lands than you.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":true},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{W}, {T}: Search your library for a land card, reveal it, put it into your hand, then shuffle. Activate only if an opponent controls more lands than you.","target_prompt":null,"activation_restrictions":[{"type":"RequiresCondition","data":{"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"ControlsCount","relation":{"type":"Opponent"},"filter":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"comparator":"GT","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}}}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"1093fdb6-bd4f-46a8-92e3-5aa46b52bb4f","metadata":{"source_printing_ids":["09656d96-c366-49ec-b687-cad903de1385","1b88b198-60e1-43fe-8551-32bce30b2aab","3a1b6cf0-24b0-43b0-ab95-8bf73710c8ee","499ac8a0-9f1a-4ece-a1b3-b175bb1e8486","72277d98-f443-4a27-9804-f391b1fa71d7","e3c469cc-1835-4913-8582-63e0fdbc6fce","f6601ab1-3862-4aff-82be-be15493fe4b0","fe4be040-27b1-4501-b3d4-f12976e568c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2X2","9ED","LTC","ONS","PLST","PRM","TD0"],"rarities":["rare"]},"wedding ring":{"name":"Wedding Ring","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, if it was cast, target opponent creates a token that's a copy of it.\nWhenever an opponent who controls an artifact named Wedding Ring draws a card during their turn, you draw a card.\nWhenever an opponent who controls an artifact named Wedding Ring gains life during their turn, you gain that much life.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ enters, if it was cast, target opponent creates a token that's a copy of it.","constraint":null,"condition":{"type":"WasCast"},"batched":false},{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent who controls an artifact named Wedding Ring draws a card during their turn, you draw a card.","constraint":null,"condition":{"type":"And","conditions":[{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"TriggeringPlayer","properties":[{"type":"Named","name":"wedding ring"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"batched":false},{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"EventContextAmount"}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent who controls an artifact named Wedding Ring gains life during their turn, you gain that much life.","constraint":null,"condition":{"type":"And","conditions":[{"type":"DuringPlayersTurn","player":{"type":"TriggeringPlayer"}},{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Artifact"],"controller":"TriggeringPlayer","properties":[{"type":"Named","name":"wedding ring"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}}]},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"0c34e962-99d9-4163-b852-4f61886546aa","metadata":{"related_token_ids":["2a0c52f6-dc87-5d78-bccc-2682d94072e7","3ae3c4af-2b85-5943-bab1-760e1b7da047","553b5e02-de02-59fb-9901-28d367ab1c19","f7f1c18a-ecbe-5b99-ad80-2fcce898fc9c"],"source_printing_ids":["3af84474-451a-49cb-836c-fdf3c51ec2ef","6d8fd9a7-d1bd-43bd-a136-49dc26621e4d","7f0b1400-0608-47fd-9c73-b7730bcf6b7f","831e9ee9-0b0b-4f73-9d01-bf94d90c5036","9a581f34-521c-4d28-96d4-be1e8dbc30b8","a79d396b-cd84-4088-8996-d33b19841286","b3df33ee-0db7-4240-a6fe-9a9e130353ce","bcac03a0-c4e3-4761-93f1-d4a64c0d46f8","f99645e5-4125-4f23-8911-0a027a0ac9fe"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["LCC","MAR","OMB","VOC","WHO"],"rulings":[{"date":"2021-11-19","text":"The trigger conditions of Wedding Ring's second and third abilities care about opponents who control any artifact named Wedding Ring, not just the token copy created by its first ability."}],"rarities":["mythic"]},"wedgelight rammer":{"name":"Wedgelight Rammer","mana_cost":{"type":"Cost","shards":["White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, create a 2/2 colorless Robot artifact creature token.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 9+.)\n9+ | Flying, first strike","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Robot","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Artifact","Creature","Robot"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create a 2/2 colorless Robot artifact creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"},{"type":"AddKeyword","keyword":"FirstStrike"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"9+ | Flying, first strike"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":3},{"type":"SetToughness","value":4}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":9},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 9+"}],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"03259ab0-caa8-4620-b070-127e2c712252","metadata":{"related_token_ids":["100c8870-61aa-5c98-af92-dd7fbc63ce35"],"source_printing_ids":["2cb0984f-dc8b-4bb3-a4fd-8d6d4ae20198"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["uncommon"]},"weeping angel":{"name":"Weeping Angel","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Alien","Angel"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flash\nFirst strike, vigilance\nWhenever an opponent casts a creature spell, this creature isn't a creature until end of turn.\nIf this creature would deal combat damage to a creature, prevent that damage and that creature's owner shuffles it into their library.","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike","Flash","Vigilance"],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"isn't a creature"}],"duration":"UntilEndOfTurn","target":null},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":null,"description":"Whenever an opponent casts a creature spell, ~ isn't a creature until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"DamageDone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"PostReplacementDamageTarget"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"PostReplacementDamageTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If ~ would deal combat damage to a creature, prevent that damage and that creature's owner shuffles it into their library.","condition":null,"damage_source_filter":{"type":"SelfRef"},"damage_target_filter":"CreatureOnly","combat_scope":"CombatOnly","shield_kind":{"Prevention":{"amount":"All"}}}],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"1a89c623-c9c3-443c-bbd3-834767b6bdb8","metadata":{"source_printing_ids":["a12b95a3-efdd-4437-8a22-2f19b44cf9a7","ab60a02f-741a-4304-852e-f446e43bb46f","bf93dd13-03f4-481c-9ad0-4808a4d679b2","c9430043-f452-4bb6-bff3-d6f91420b756","e0fd7b66-28f1-407b-bd60-6bcc577288cb","e20e4595-ebf0-475f-937c-b78d8beb1e01"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"As the first triggered ability of Weeping Angel resolves, it continues to be an artifact but will stop being both an Alien and an Angel until it becomes a creature again. It's just a statue, how dangerous could it be?"},{"date":"2023-10-13","text":"Damage that is prevented never occurs, so any triggered abilities that trigger due to combat damage that would have been dealt by Weeping Angel won't trigger."},{"date":"2023-10-13","text":"If an opponent casts a creature spell with flash while Weeping Angel is attacking or blocking, it is removed from combat because it stops being a creature. However, any creatures that it was blocking are still considered blocked."}],"rarities":["rare"]},"welcoming vampire":{"name":"Welcoming Vampire","mana_cost":{"type":"Cost","shards":["White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Vampire"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever one or more other creatures you control with power 2 or less enter, draw a card. This ability triggers only once each turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"PtComparison","stat":"Power","scope":"Current","comparator":"LE","value":{"type":"Fixed","value":2}}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever one or more other creatures you control with power 2 or less enter, draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":true}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"605c1ee0-5e8a-4e0a-a99b-42a38873f822","metadata":{"source_printing_ids":["10369eee-c364-4796-ae5a-aeab9188a510","2ea7710e-2eae-47e7-bcb1-3465f8b62728","35a69bb5-b8e6-4558-9563-10c7a3662f93","a6ed954c-17e5-45e4-9fba-8eedcad8f9b9","d8f69cea-823c-482b-a605-8138b3d950e6","fd60ee8d-fb50-41df-89a8-aed5a53d755f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","LCC","MKC","PVOW","TDC","VOW"],"rulings":[{"date":"2021-11-19","text":"If creatures enter the battlefield with +1/+1 counters or a continuous effect such as that of Wedding Festivity will apply to the creatures on the battlefield, those effects apply when checking to see if Welcoming Vampire's ability will trigger."},{"date":"2021-11-19","text":"Welcoming Vampire's ability checks the power of the other creatures only as they enter the battlefield. If one of those creatures has power 2 or less, the ability will trigger. Once the ability triggers, raising that creature's power above 2 won't affect that ability. Similarly, reducing a creature's power to 2 or less after it enters the battlefield won't cause the ability to trigger."}],"rarities":["rare"]},"well of lost dreams":{"name":"Well of Lost Dreams","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you gain life, you may pay {X}, where X is less than or equal to the amount of life you gained. If you do, draw X cards.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"LifeGained","execute":{"kind":"Spell","effect":{"type":"PayCost","cost":{"type":"Mana","cost":{"type":"Cost","shards":["X"],"generic":0}},"payer":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you gain life, you may pay {X}, where X is less than or equal to the amount of life you gained. If you do, draw X cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"b0394cf2-12a0-4d4f-87e0-fe8937e6faff","metadata":{"source_printing_ids":["045730ed-f19c-41dc-9b57-76068789e445","0e06b825-b8e4-4ea0-9046-39ee15991118","26bbf680-cfdc-4d8f-93fc-5ffa15042191","387c054b-a5de-43bd-a29d-e8462dc611a5","4ee7d9a4-c36e-4989-b448-fa56705a4aa6","6bf1b915-7790-43f4-b308-a80a1be6ec29","a8c10535-c77e-4a40-b19f-23f7cb691230","aa00103a-6b87-416a-869a-557702844200","da828d8e-69a2-4900-a87a-111445220e1c","fe839cbc-7eae-4f86-be35-96542223347c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["BRR","C13","C17","C21","DST","LTC","PLST","SLD"],"rarities":["rare"]},"well rested":{"name":"Well Rested","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant creature\nEnchanted creature has \"Whenever this creature becomes untapped, put two +1/+1 counters on it, then you gain 2 life and draw a card. This ability triggers only once each turn.\"","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"EnchantedBy"}]},"modifications":[{"type":"GrantTrigger","trigger":{"mode":"Untaps","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":2}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ becomes untapped, put two +1/+1 counters on it, then you gain 2 life and draw a card. This ability triggers only once each turn.","constraint":{"type":"OncePerTurn"},"condition":null,"batched":false}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Enchanted creature has \"Whenever ~ becomes untapped, put two +1/+1 counters on it, then you gain 2 life and draw a card. This ability triggers only once each turn.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"f8cebb33-9235-4f63-8171-15af8b8e1436","metadata":{"source_printing_ids":["9831a905-55c2-4d88-b7ec-463df05e4d7a","ed640359-01e2-4a96-a4ab-aca053a2498d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["PIP"],"rulings":[{"date":"2024-03-08","text":"If the ability granted by Well Rested triggers in an untap step, it goes onto the stack at the beginning of the next step (usually the upkeep)."}],"rarities":["uncommon"]},"werewolf pack leader":{"name":"Werewolf Pack Leader","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Werewolf"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Pack tactics — Whenever this creature attacks, if you attacked with creatures with total power 6 or greater this combat, draw a card.\n{3}{G}: Until end of turn, this creature has base power and toughness 5/3, gains trample, and isn't a Human.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"SetPower","value":5},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"Trample"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"have base power and toughness 5/3, gains trample, and isn't a Human"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":3}},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{3}{G}: Until end of turn, ~ has base power and toughness 5/3, gains trample, and isn't a Human.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, if you attacked with creatures with total power 6 or greater this combat, draw a card.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"086a911f-9ed4-4260-ae46-58c9333b95f5","parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Pack tactics — Whenever this creature attacks, if you attacked with creatures with total power 6 or greater this combat, draw a card.\n{3}{","line_index":0}],"metadata":{"source_printing_ids":["d212a090-a9dc-4fd4-b138-34f3d8f1f563","e88e6b39-bb4d-4d69-8007-d42f31bcbc29"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","PAFR","PRM"],"rulings":[{"date":"2021-07-23","text":"The last ability will overwrite any previous effects that set Werewolf Pack Leader's power and toughness to specific numbers. Effects that otherwise modify its power and toughness will still apply no matter when they took effect. The same is true for +1/+1 counters. For example, if you cast a spell that gives Werewolf Pack Leader +1/+1, after that resolves it is a 4/4 creature. If you then activate its last ability, it will be a 6/4 creature."}],"rarities":["rare"]},"wernog, rider's chaplain":{"name":"Wernog, Rider's Chaplain","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When Wernog, Rider's Chaplain enters or leaves the battlefield, each opponent may investigate. Each opponent who doesn't loses 1 life. You investigate X times, where X is one plus the number of opponents who investigated this way.\nPartner—Friends forever (You can have two commanders if both have this ability.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Partner":{"type":"FriendsForever"}}],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"PerformedActionThisWay","relation":{"type":"Opponent"},"action":"Investigate"}}},"offset":1},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, each opponent may investigate. Each opponent who doesn't loses 1 life. You investigate X times, where X is one plus the number of opponents who investigated this way.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Fixed","value":1},"target":{"type":"ScopedPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Investigate"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"repeat_for":{"type":"Offset","inner":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"PerformedActionThisWay","relation":{"type":"Opponent"},"action":"Investigate"}}},"offset":1},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"Not","condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, each opponent may investigate. Each opponent who doesn't loses 1 life. You investigate X times, where X is one plus the number of opponents who investigated this way.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"6cd03270-54cc-43e1-9b86-70c76960c841","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["d76af2c5-2e22-582a-bd84-97dc25d3601b"],"source_printing_ids":["25a4af68-6e5e-4b44-9c1c-25ecdbd555b5","39491011-bdf6-4e61-8534-fe26c1571f8f"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["SLD","SLX"],"rarities":["rare"]},"westvale abbey":{"name":"Westvale Abbey","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"{T}: Add {C}.\n{5}, {T}, Pay 1 life: Create a 1/1 white and black Human Cleric creature token.\n{5}, {T}, Sacrifice five creatures: Transform this land, then untap it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Colorless","count":{"type":"Fixed","value":1}}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {C}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"Token","name":"Human Cleric","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Human","Cleric"],"colors":["White","Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"},{"type":"PayLife","amount":{"type":"Fixed","value":1}}]},"sub_ability":null,"duration":null,"description":"{5}, {T}, Pay 1 life: Create a 1/1 white and black Human Cleric creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"Transform","target":{"type":"SelfRef"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":5}},{"type":"Tap"},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"count":5}]},"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{5}, {T}, Sacrifice five creatures: Transform ~, then untap it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"04eeb9ad-5c59-411b-8809-db8349838588","metadata":{"related_token_ids":["e1520eed-5f7f-5d76-8dd8-121276dae02a","fb4ee9b2-1eb8-5465-9fcc-7c7089627d36"],"source_printing_ids":["20c2c22f-5115-4a66-bcad-e70619d43448","5fbc6091-a161-45b0-9932-543b569caaee","677b1405-a667-4a29-94ba-a821b10223b1","9ec6cbb4-7182-48fe-87fe-9ce9f3a51032","c1f53d7a-9dad-46e8-b686-cd1362867445","d3182b40-a731-4957-9d6e-a1f69c3aeb5e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["INR","PSOI","SIR","SLD","SOI"],"rulings":[{"date":"2016-07-13","text":"For more information on double-faced cards, see the Shadows over Innistrad mechanics article (http://magic.wizards.com/en/articles/archive/feature/shadows-over-innistrad-mechanics)."}],"rarities":["rare"]},"whiplash, vengeful engineer":{"name":"Whiplash, Vengeful Engineer","mana_cost":{"type":"Cost","shards":["Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Artificer","Villain"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Whiplash enters tapped.\nWhenever Whiplash attacks, if he's equipped, each opponent loses X life and you gain X life, where X is the number of Equipment attached to him.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[{"type":"AttachedToSource"}]}}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[{"type":"AttachedToSource"}]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"}},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, if he's equipped, each opponent loses X life and you gain X life, where X is the number of Equipment attached to him.","constraint":null,"condition":{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasAttachment","kind":"Equipment"}]}},"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"00ed7aca-b3c1-4d48-acd5-b1596daeb4c3","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6f6e6767-4d20-469c-9f4b-7286b8cc1979"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["uncommon"]},"whirlpool drake":{"name":"Whirlpool Drake","mana_cost":{"type":"Cost","shards":["Blue"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Drake"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen this creature enters, shuffle the cards from your hand into your library, then draw that many cards.\nWhen this creature dies, shuffle the cards from your hand into your library, then draw that many cards.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Library","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, shuffle the cards from your hand into your library, then draw that many cards.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":"Hand","destination":"Library","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"EventContextAmount"}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, shuffle the cards from your hand into your library, then draw that many cards.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"aef9fcf0-b755-40f6-821d-836ae1b5497a","metadata":{"source_printing_ids":["251074d4-c4d1-426e-b364-0f306cfd07a1","6e866093-89a3-458d-8ebc-de805ef7885e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["APC","PLST"],"rarities":["uncommon"]},"white auracite":{"name":"White Auracite","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"When this artifact enters, exile target nonland permanent an opponent controls until this artifact leaves the battlefield.\n{T}: Add {W}.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent",{"Non":"Land"}],"controller":"Opponent","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":"UntilHostLeavesPlay","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile target nonland permanent an opponent controls until ~ leaves the battlefield.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"6022608a-6cf2-45bd-adec-63211710a5ed","metadata":{"source_printing_ids":["2df6f515-9d21-4769-b1c4-c219611bccbb","b8921d64-fdd3-4cdd-9687-983c8d6e0f72"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN"],"rulings":[{"date":"2025-06-06","text":"Auras attached to the exiled permanent will be put into their owners' graveyards. Any Equipment will become unattached and remain on the battlefield. Any counters on the exiled permanent will cease to exist. When the card returns to the battlefield, it will be a new object with no connection to the card that was exiled."},{"date":"2025-06-06","text":"If White Auracite leaves the battlefield before its triggered ability resolves, the target permanent won't be exiled."},{"date":"2025-06-06","text":"If a token is exiled this way, it will cease to exist and won't return to the battlefield."},{"date":"2025-06-06","text":"If an Aura is exiled this way, its owner chooses what it will enchant as it returns to the battlefield. An Aura put onto the battlefield this way doesn't target anything (so it could be attached to a permanent with shroud, for example), but the Aura's enchant ability restricts what it can be attached to. If the Aura can't legally be attached to anything, it remains in exile for the rest of the game."}],"rarities":["common"]},"white knight":{"name":"White Knight","mana_cost":{"type":"Cost","shards":["White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Knight"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"First strike (This creature deals combat damage before creatures without first strike.)\nProtection from black (This creature can't be blocked, targeted, dealt damage, or enchanted by anything black.)","non_ability_text":null,"flavor_name":null,"keywords":["FirstStrike",{"Protection":{"Color":"Black"}}],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"ddb021df-ae4a-4ac1-8353-d0b375761714","metadata":{"source_printing_ids":["0cb4cef5-99e4-4855-a782-801b2cb974ec","2e8f8a10-6984-46a7-a641-5f712dab5c57","32683d26-4b59-4460-b507-f3ab21daf151","3d8c11bc-9385-468a-8be8-52bc1b685782","3f4e1d67-dd73-43ee-aa85-b42c2a6fe243","401c4880-5598-44e6-a54b-6ea18e542a72","4be95f54-eb12-45ae-8ac8-c5b0ab7b6f1e","50abfba8-c9f9-4ebf-965a-4b425fe83129","50c3877e-9a84-4220-93a9-e7bfc67ce528","660f69ef-c04f-4f53-80e6-8190549ab12a","6eba1659-3ee7-4e5a-a6bd-8d6b1dc1c8cc","8e4c578c-1c36-4c29-86a5-7a664ffe34d0","a07a02b6-2c33-40d8-ad97-39b192d7e82d","a231e0b8-b3e3-4f4a-8baa-c56626b01685","aa901f02-16da-4ca3-af67-ef5e55572c3c","cb9cb8ed-7abb-4e71-b42f-5041dd0c0394","ce573cee-40e0-4740-8b86-538ad8a16bce","ef8529a0-0259-4ccd-a481-8ad1b5feadf9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","ATH","CED","CEI","DDG","F02","FBB","LEA","LEB","LGN","M10","M11","ME4","PLST","PRM","SUM","WC98"],"rarities":["uncommon"]},"white lotus tile":{"name":"White Lotus Tile","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters tapped.\n{T}: Add X mana of any one color, where X is the greatest number of creatures you control that have a creature type in common.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Ref","qty":{"type":"ObjectCountBySharedQuality","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"quality":"CreatureType","aggregate":"Max"}},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add X mana of any one color, where X is the greatest number of creatures you control that have a creature type in common.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"scryfall_oracle_id":"f8a5e009-45b7-4e62-a494-1579f5fc0ba6","metadata":{"source_printing_ids":["15efe915-5e38-4e00-b10f-28e76ab51597","1d70f9ec-fdc1-4219-b89b-c030d712c1fc"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTLA","TLA"],"rulings":[{"date":"2025-10-02","text":"You'll always use the greatest number possible for X. You don't need to choose any creature types. For example, if you control a Human Soldier, a Warrior Ally, a Warrior, and a Human Warrior, White Lotus Tile will add three mana."}],"rarities":["mythic"]},"white sun's twilight":{"name":"White Sun's Twilight","mana_cost":{"type":"Cost","shards":["X","White","White"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You gain X life. Create X 1/1 colorless Phyrexian Mite artifact creature tokens with toxic 1 and \"This token can't block.\" If X is 5 or more, destroy all other creatures. (Players dealt combat damage by a creature with toxic 1 also get a poison counter.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Ref","qty":{"type":"Variable","name":"X"}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Phyrexian Mite","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Artifact","Creature","Phyrexian","Mite"],"colors":[],"keywords":[{"Toxic":1}],"tapped":false,"count":{"type":"Ref","qty":{"type":"Variable","name":"X"}},"owner":{"type":"Controller"},"enters_attacking":false,"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block."}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"cant_regenerate":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"CostXPaid"}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"You gain X life. Create X 1/1 colorless Phyrexian Mite artifact creature tokens with toxic 1 and \"~ can't block.\" If X is 5 or more, destroy all other creatures.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"a38828be-781e-4340-9c6f-f40b1d34773f","metadata":{"related_token_ids":["3ebcf5ed-caad-558d-8ab0-90afa791c054"],"source_printing_ids":["920c8d13-45e5-4ead-8617-0b3939bb9123","fff13d77-8133-4328-b91e-efce229bc331"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE","PONE"],"rulings":[{"date":"2023-02-04","text":"A player with ten or more poison counters loses the game. This is a state-based action and doesn't use the stack. In other words, it happens immediately and players can't respond to it, just like a player losing the game due to having 0 or less life."},{"date":"2023-02-04","text":"Any other effects of that damage, such as life gain from lifelink, still apply."},{"date":"2023-02-04","text":"Conversely, replacement effects that apply to the number of counters put on a player can modify the counters placed this way. For example, Vorinclex, Monstrous Raider's last two abilities can apply to counters placed this way."},{"date":"2023-02-04","text":"Damage dealt by a creature with toxic grants the same number of counters regardless of how much damage is dealt. Notably, if a replacement effect modifies the damage in some way (such as that of Gratuitous Violence), the number of counters given remains unchanged."},{"date":"2023-02-04","text":"If a creature with toxic deals combat damage to a creature or planeswalker, or if it deals noncombat damage, toxic has no effect and no player gets poison counters."},{"date":"2023-02-04","text":"Multiple instances of toxic are cumulative. For example, if a creature has toxic 2 and gains toxic 1 due to another effect, combat damage that creature deals to a player will cause that player to get 3 poison counters."},{"date":"2023-02-04","text":"Toxic doesn't change the amount of combat damage a creature deals. For example, if a 2/2 creature with toxic 1 deals combat damage to a player, that creature will deal 2 damage. The results of that damage are the player loses 2 life and gets a poison counter."}],"rarities":["rare"]},"wibbly-wobbly, timey-wimey":{"name":"Wibbly-wobbly, Timey-wimey","mana_cost":{"type":"Cost","shards":["Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Time travel. (For each suspended card you own and each permanent you control with a time counter on it, you may add or remove a time counter.)\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TimeTravel"},"cost":null,"sub_ability":null,"duration":null,"description":"Time travel.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"5207621d-aecf-40ae-8108-2bd571e3a427","metadata":{"source_printing_ids":["2355e847-f147-421a-8fc3-7e244b4a70ee","55412d31-fba2-46fd-b1a1-d47fb41c4b8d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["WHO"],"rulings":[{"date":"2023-10-13","text":"Time counters are usually found on cards with suspend and vanishing, but may be found on other cards as well. Notably, Sagas use lore counters to track their progress, not time counters. You can't move a Saga's chapters forward and backward this way."},{"date":"2023-10-13","text":"To time travel, look at each permanent you control with a time counter on it and each suspended card you own in exile with a time counter on it. For each of them, you choose whether you want to put a time counter on that card or permanent, remove a time counter from it, or do neither. Then those changes all happen simultaneously."}],"rarities":["common"]},"wick, the whorled mind":{"name":"Wick, the Whorled Mind","mana_cost":{"type":"Cost","shards":["Black"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Rat","Warlock"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Whenever Wick or another Rat you control enters, create a 1/1 black Snail creature token if you don't control a Snail. Otherwise, put a +1/+1 counter on a Snail you control.\n{U}{B}{R}, Sacrifice a Snail: Wick deals damage equal to the sacrificed creature's power to each opponent. Then draw cards equal to the sacrificed creature's power.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"DamageEachPlayer","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"player_filter":{"type":"Opponent"}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black","Red"],"generic":0}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":[{"Subtype":"Snail"}],"controller":null,"properties":[]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"Power","scope":{"type":"CostPaidObject"}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{U}{B}{R}, Sacrifice a Snail: ~ deals damage equal to the sacrificed creature's power to each opponent. Then draw cards equal to the sacrificed creature's power.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Snail","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Snail"],"colors":["Black"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":[{"Subtype":"Snail"}],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Snail"}],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"SelfRef"},{"type":"Typed","type_filters":[{"Subtype":"Rat"}],"controller":"You","properties":[{"type":"Another"}]}]},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ or another Rat you control enters, create a 1/1 black Snail creature token if you don't control a Snail. Otherwise, put a +1/+1 counter on a Snail you control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black","Red","Blue"],"scryfall_oracle_id":"5af729e8-8a40-4991-8270-612e377451de","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3f9392c7-5385-5776-ab98-b3baee335282"],"source_printing_ids":["29089810-d7fb-4abe-b729-bfabed6aed2b","f43a9d17-2b19-4e17-9b7e-667bf2285950"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["BLB","PBLB"],"rulings":[{"date":"2024-07-26","text":"Use the power of the sacrificed Snail as it last existed on the battlefield to determine how much damage to deal and how many cards to draw. While Wick may have given the Snail up, Wick won’t let you down."}],"rarities":["rare"]},"widget contraption":{"name":"Widget Contraption","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Contraption"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever you crank this Contraption, it assembles a Contraption. (Put the top card of your Contraption deck face up onto one of your sprockets.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"CrankContraption","execute":{"kind":"Spell","effect":{"type":"AssembleContraptions","count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever you crank this Contraption, it assembles a Contraption.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"ae6fb3d8-0da3-4d4d-b7d6-131866e8ed0f","metadata":{"source_printing_ids":["11519144-1f4c-4f11-9a36-4456d45098a1"]},"legalities":{},"printings":["UST"],"rulings":[{"date":"2018-01-19","text":"Any Contraption that's on the battlefield and wasn't assembled immediately heads to the scrapyard. However, if it's a not an actual Contraption card (like Copy Artifact isn't), it goes to your graveyard as normal. Non-Contraption cards can't be in the scrapyard."},{"date":"2018-01-19","text":"At the beginning of your upkeep, if you control any Contraptions, move the CRANK! counter to the next sprocket. You may then crank any number of Contraptions on that sprocket, causing their abilities to trigger. Cranking a Contraption is always optional."},{"date":"2018-01-19","text":"Contraptions are artifacts. Anything that interacts with artifacts will interact with Contraptions."},{"date":"2018-01-19","text":"Contraptions aren't put into your main deck. They go into a separate deck called the Contraption deck."},{"date":"2018-01-19","text":"If a Contraption would leave the battlefield and go to any zone other than exile, it instead goes to the scrapyard, the Contraption deck's version of the graveyard. Things that affect the graveyard do not affect the scrapyard. You can exile Contraptions just fine."},{"date":"2018-01-19","text":"If you crank multiple Contraptions, their abilities can be put onto the stack in any order. The ability put onto the stack will resolve first."},{"date":"2018-01-19","text":"If you or a permanent you control are instructed to assemble a Contraption, reveal the top card of your Contraption deck. Put it onto the battlefield on one of the three sprockets."},{"date":"2018-01-19","text":"If you or a permanent you control assembles a Contraption and your Contraption deck is empty, nothing happens. You don't lose the game."},{"date":"2018-01-19","text":"In Constructed formats, a Contraption deck must have at least fifteen different Contraption cards and no more than one of each."},{"date":"2018-01-19","text":"In Limited formats, a Contraption deck may include any number of Contraption cards in your card pool. You don't have to include every Contraption card you draft or open in sealed deck. In those formats, your Contraption deck may include duplicates."},{"date":"2018-01-19","text":"In silver-bordered games using Contraptions, you have three sprockets, illustrated on the back of Contraption cards. At the start of the game, put a CRANK! counter on sprocket 3."},{"date":"2018-01-19","text":"While Contraptions you control are on the battlefield, the Contraption deck is not, even if you are using it to signify the three sprockets."}],"rarities":["uncommon"]},"widow's bite":{"name":"Widow's Bite","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Teamwork 3 (As an additional cost to cast this spell, you may tap any number of creatures you control with total power 3 or more.)\nChoose one. If this spell was cast using teamwork, choose both instead.\n• Target creature gains deathtouch until end of turn.\n• Target creature gets -2/-2 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Teamwork":3}],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain deathtouch"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":-2},"toughness":{"type":"Fixed","value":-2},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"39f2a632-30d2-4b35-9e7f-fef27713a4f7","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Target creature gains deathtouch until end of turn.","Target creature gets -2/-2 until end of turn."],"allow_repeat_modes":false,"constraints":[{"type":"ConditionalMaxChoices","condition":{"type":"AdditionalCostPaid","origin":"Teamwork"},"max_choices":2,"otherwise_max_choices":1}],"chooser":{"type":"Controller"}},"additional_cost":{"type":"Optional","data":{"cost":{"type":"TapCreatures","requirement":{"requirement":"aggregate","stat":"TotalPower","comparator":"GE","value":3},"filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}}},"metadata":{"source_printing_ids":["dbee18af-9ade-4251-81a1-f6e7ffbf480f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["common"]},"wild defiance":{"name":"Wild Defiance","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control becomes the target of an instant or sorcery spell, that creature gets +3/+3 until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"BecomesTarget","execute":{"kind":"Spell","effect":{"type":"Pump","power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":{"type":"And","filters":[{"type":"StackSpell"},{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]}]},"description":"Whenever a creature you control becomes the target of an instant or sorcery spell, that creature gets +3/+3 until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"76703951-f42f-4e1d-af51-e1e06a89bd5e","metadata":{"source_printing_ids":["7eaa6be7-2c6f-4442-85d1-ae31ad87fd98"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AVR"],"rulings":[{"date":"2012-05-01","text":"If an instant or sorcery spell targets the same creature you control more than once, Wild Defiance will trigger only once."},{"date":"2012-05-01","text":"Wild Defiance’s ability will resolve before that instant or sorcery spell."}],"rarities":["rare"]},"wild growth":{"name":"Wild Growth","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Aura"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Enchant land\nWhenever enchanted land is tapped for mana, its controller adds an additional {G}.","non_ability_text":null,"flavor_name":null,"keywords":[{"Enchant":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[{"mode":"TapsForMana","execute":{"kind":"Spell","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Green"],"contribution":"Additional"},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"TriggeringPlayer"}},"valid_card":{"type":"AttachedTo"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"706ae742-1807-44b7-a4fa-f2e26f61519a","metadata":{"source_printing_ids":["077a6195-835e-496d-bd17-aec3f8fb7bc4","16fdfa77-424a-4f83-bb48-1c43b6c84b17","18fbebd4-d5b4-429a-bfbd-8a7173924d1c","26215654-ee10-47ca-8552-5cf5e7ebe210","2a9e6630-d57c-47fd-af0f-b2e2c2025599","47260e7c-29bf-46f1-a029-9da7bbb418b5","4aea57a2-2753-4014-9724-2701455a6be8","4ffdc806-876a-4403-bab2-c7350da4bf4a","515daaba-c063-41d5-9539-25b8c8cb639c","605fe667-8dee-4f62-a01c-0a3c44731c01","61429340-15fa-4a70-aac3-3e358b23b02c","61efbd57-7e56-4087-beba-18d8445db7dd","64f299eb-9cd6-40bc-ad44-22e3aeb5c930","73b6714a-a83f-417c-87a2-54b5d0c3cabc","8000c8f8-d4c3-4dbc-a73e-9b82b0478061","9f63e6f1-6d7b-4585-9fe9-7f115c5c932b","ac714416-60ec-477d-b49f-83b3853a409f","b7425741-5d7c-4016-8d42-ec8b7353116b","c2a0d555-8ebe-4bce-994f-42e6a123f826","c7246bde-9298-4386-ac4f-1d79f7f0cca5","c9a02887-beb9-454b-8592-f551f48cd93c","d7eda9b3-75f7-4661-8b62-d2a8ed3ab631","f8047ab9-a0fc-4933-bcbc-e761aa0f622b","fd896dfa-66c0-4327-8e5b-489bbe350c95"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["2ED","30A","3ED","4BB","4ED","5ED","6ED","7ED","AFC","BTD","C18","CED","CEI","DMR","FBB","ICE","LEA","LEB","MKC","PIP","PLST","PMEI","SLD","SUM"],"rulings":[{"date":"2004-10-04","text":"The additional mana is not an ability of the land and is not something the land can produce."}],"rarities":["common","rare"]},"wild ride":{"name":"Wild Ride","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature gets +3/+0 and gains haste until end of turn.\nHarmonize {4}{R} (You may cast this card from your graveyard for its harmonize cost. You may tap a creature you control to reduce that cost by {X}, where X is its power. Then exile this spell.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Harmonize":{"type":"Cost","shards":["Red"],"generic":4}}],"abilities":[{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddPower","value":3},{"type":"AddToughness","value":0},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"get +3/+0 and gains haste"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"Target creature gets +3/+0 and gains haste until end of turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"61978202-538b-4f92-acfc-e95f4a6ce466","metadata":{"source_printing_ids":["abc8c6f5-6135-428e-8476-1751f82623f9","cc0ed18d-c91a-4907-ab9a-a64f48918451"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PLST","TDM"],"rulings":[{"date":"2025-04-04","text":"A spell cast using harmonize will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2025-04-04","text":"If a card with harmonize is put into your graveyard during your turn, you can cast it if it’s legal to do so before any other player can take any actions."},{"date":"2025-04-04","text":"Tapping a creature won’t reduce colored mana components of harmonize costs."},{"date":"2025-04-04","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a harmonize cost) you’re paying, add any cost increases, then apply any cost reductions (such as the cost reduction from tapping a creature). The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2025-04-04","text":"You can cast a spell using harmonize even if it was somehow put into your graveyard without having been cast."},{"date":"2025-04-04","text":"You must still follow any timing restrictions and permissions, including those based on the card’s type. For instance, you can cast a sorcery using harmonize only when you could normally cast a sorcery."},{"date":"2025-04-04","text":"“Harmonize [cost]” means “You may cast this card from your graveyard by paying [cost] and tapping up to one untapped creature you control rather than paying the spell’s mana cost,” “If you cast this spell using its harmonize ability, its total cost is reduced by an amount of generic mana equal to the tapped creature’s power,” and “If the harmonize cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.”"}],"rarities":["common"]},"wildgrowth walker":{"name":"Wildgrowth Walker","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elemental"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever a creature you control explores, put a +1/+1 counter on this creature and you gain 3 life.","non_ability_text":null,"flavor_name":null,"keywords":["Explore"],"abilities":[],"triggers":[{"mode":"Explored","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainLife","amount":{"type":"Fixed","value":3}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a creature you control explores, put a +1/+1 counter on ~ and you gain 3 life.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d80562c2-cf90-43a4-9721-28da40fdfeed","metadata":{"source_printing_ids":["52e4c0f8-d5f0-4224-9974-190606911480"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["XLN"],"rulings":[{"date":"2017-09-29","text":"If Wildgrowth Walker leaves the battlefield while its triggered ability is on the stack, you won’t put a +1/+1 counter on anything but you will gain 3 life."},{"date":"2017-09-29","text":"If a creature leaves the battlefield before an effect instructs it to explore, it still explores. Effects that trigger when a creature you control explores, such as that of Wildgrowth Walker, trigger if appropriate."}],"rarities":["uncommon"]},"will, scion of peace":{"name":"Will, Scion of Peace","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Vigilance\n{T}: Spells you cast this turn that are white and/or blue cost {X} less to cast, where X is the amount of life you gained this turn. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":["Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"GrantStaticAbility","definition":{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"AnyOf","props":[{"type":"HasColor","color":"White"},{"type":"HasColor","color":"Blue"}]}]},"dynamic_count":{"type":"LifeGainedThisTurn","player":{"type":"Controller"}}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Spells you cast this turn that are white and/or blue cost {X} less to cast, where X is the amount of life you gained this turn"}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":null}],"duration":"UntilEndOfTurn","target":{"type":"SelfRef"}},"cost":{"type":"Tap"},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{T}: Spells you cast this turn that are white and/or blue cost {X} less to cast, where X is the amount of life you gained this turn. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"4ecb8653-db8c-468a-853d-420ff62a7a8a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0f25e3db-19ae-4f89-80ec-bf0ad561be39","162088ea-5f99-4244-9427-2fdfb2168fc3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"The value of X is determined only once, at the time Will, Scion of Peace's activated ability resolves."},{"date":"2023-09-01","text":"Will's activated ability can't reduce the amount of colored mana you pay for a spell. It reduces only the generic mana component of that cost."},{"date":"2023-09-01","text":"Will's activated ability counts the total amount of life you gained without taking into account any life you lost during that turn. For example, if you gained 3 life and lost 3 life earlier in the turn, the cost of white and/or blue spells you cast this turn will be reduced by {3}."},{"date":"2023-09-01","text":"Will's activated ability doesn't change the mana cost or mana value of any spell. It changes only the total cost you pay."}],"rarities":["mythic"]},"willie lumpkin, postman":{"name":"Willie Lumpkin, Postman","mana_cost":{"type":"Cost","shards":["White","Blue"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Citizen"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Willie Lumpkin can't be blocked.\nWhenever Willie Lumpkin deals combat damage to an opponent, you draw a card and that player may draw a card. If they do, that player can't attack you or permanents you control during their next turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"TriggeringPlayer"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"ParentTargetedPlayer"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"Attack","defended":"PlayerOrPermanents"}}},"cost":null,"sub_ability":null,"duration":{"UntilEndOfNextTurnOf":{"player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]},"valid_source":{"type":"SelfRef"},"description":"Whenever ~ deals combat damage to an opponent, you draw a card and that player may draw a card. If they do, that player can't attack you or permanents you control during their next turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"CantBeBlocked","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't be blocked."}],"replacements":[],"color_override":["Blue","White"],"color_identity":["Blue","White"],"scryfall_oracle_id":"b08633e9-7b8f-4f69-a3b7-8d982b17574c","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2021033b-ccad-4cb0-9528-357a3c726008","78430311-4279-4d85-b2d8-5d238bc4e641"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"wind drake":{"name":"Wind Drake","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Drake"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Flying","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d6ffdaf0-ac08-4de9-bbce-2eab2f86bcca","metadata":{"source_printing_ids":["45e2c8c5-b039-42ed-90f8-95c80d124564","4a83db8b-ada2-4796-a116-324462a014a8","5e227a63-abea-494e-9d66-6ff0a3da14ca","6fed594b-9aa5-4bab-8066-58c3f795d940","76e5a14b-8fd2-4a62-90dc-4adb1cee4505","7ba63d1d-6170-4ccd-afd9-987e549fa58e","7ead9a78-bf5d-4088-85da-e456dd1d6cc5","829f0bc4-62a1-4abb-8393-a5aaa408a18f","86ea454f-b640-4a89-937f-bae05556292a","91ca5eed-53a3-4da5-b7fc-f08e6cc93946","91e0c9e2-a45d-44d1-b73e-73c0a22d0752","a60db38a-1f8a-4b8e-afab-ab9a3ab46ef3","c9dcb8d2-0da9-40fc-b0c0-2c76b3d277bc","f5a57368-881f-4f1b-8fdd-09e76836227e","fba0a7ab-715f-431f-824b-d6a3950e4b0d"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","premodern":"legal","vintage":"legal"},"printings":["6ED","7ED","8ED","9ED","BRB","DGM","KLD","M10","M13","PLST","POR","S99","TMP","TPR"],"rarities":["common"]},"windbrisk heights":{"name":"Windbrisk Heights","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Land"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Hideaway 4 (When this land enters, look at the top four cards of your library, exile one face down, then put the rest on the bottom in a random order.)\nThis land enters tapped.\n{T}: Add {W}.\n{W}, {T}: You may play the exiled card without paying its mana cost if you attacked with three or more creatures this turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Hideaway":4}],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["White"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add {W}.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true},{"kind":"Activated","effect":{"type":"CastFromZone","target":{"type":"ExiledBySource"},"without_paying_mana_cost":true,"mode":"Play"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["White"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{W}, {T}: You may play the exiled card without paying its mana cost if you attacked with three or more creatures this turn.","target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"AttackedThisTurn","scope":"Controller"}},"comparator":"GE","rhs":{"type":"Fixed","value":3}},"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":4},"destination":"Exile","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"HideawayConceal","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.75a: Hideaway 4 — when this permanent enters, look at the top 4 cards of your library, exile one face down, and put the rest on the bottom in a random order.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters tapped.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"3589bcfc-42b0-414a-adce-bc690dc631c8","metadata":{"source_printing_ids":["047f2401-d2dc-4bfd-a7fa-83ef1d825219","0a70d498-1fe2-4136-94bc-18fc163cbc7b","10822e32-adf3-4ad7-b889-e81d68983b5b","22b7b9f1-8428-4c04-a918-7c0e1d3906ed","43af2a0a-8809-49e7-926b-45b6f0c6390f","6b5b46df-c3ff-432f-9960-30451d5f60fa","845ea0c2-c115-4fe5-a945-6ae5e0f7d722","9df6a31a-5c49-4506-b8f8-84c9ab4a2ece","aed27090-0cb2-45cf-8db1-d4c8ada2543a","cc4aa7d1-e168-4fa0-baf0-1102086dc717","cc8e7dac-f537-4acf-9854-ca3b5faa67e3","df441bae-3b9c-46a9-8287-870c00d58a64","e21a2ef6-4316-4dbf-9725-7da20f38218d","e9b431fd-7a4b-4cba-b5cb-554d7813b1f5","ec7f0e60-8fa4-4eab-8465-baf4e5e8196b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C16","C20","CLB","LCC","LRW","LTC","MD1","NCC","ONC","PIP","SLD","TDC","V12"],"rulings":[{"date":"2007-10-01","text":"At the time the ability resolves, you'll get to play the card if you declared three different creatures as attackers at any point in the turn. A creature declared as an attacker in two different attack phases counts only once. A creature that entered attacking (such as a token created by Militia's Pride) doesn't count because you never attacked with it."},{"date":"2022-04-29","text":"\"Hideaway N\" means \"When this permanent enters the battlefield, look at the top N cards of your library. Exile one of them face down and put the rest on the bottom of your library in a random order. The exiled card gains 'The player who controls the permanent that exiled this card may look at this card in the exile zone.'\""},{"date":"2022-04-29","text":"Any player who has controlled a permanent with a hideaway ability since a card was exiled with it may look at that card."},{"date":"2022-04-29","text":"Hideaway now causes you to put the rest of the cards on the bottom of your library in a random order instead of any order."},{"date":"2022-04-29","text":"Previously, permanents with hideaway entered the battlefield tapped. This ability has been removed from the definition of hideaway. Older cards have received errata to have an additional paragraph that reads \"[This permanent] enters the battlefield tapped,\" and they now have hideaway 4."}],"rarities":["rare"]},"windcrag siege":{"name":"Windcrag Siege","mana_cost":{"type":"Cost","shards":["Red","White"],"generic":1},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose Mardu or Jeskai.\n• Mardu — If a creature attacking causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time.\n• Jeskai — At the beginning of your upkeep, create a 1/1 red Goblin creature token. It gains lifelink and haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Token","name":"Goblin","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"LastCreated"},"modifications":[{"type":"AddKeyword","keyword":"Lifelink"},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain lifelink and haste"}],"duration":"UntilEndOfTurn","target":{"type":"LastCreated"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, create a 1/1 red Goblin creature token. It gains lifelink and haste until end of turn.","constraint":{"type":"OnlyDuringYourTurn"},"condition":{"type":"ChosenLabelIs","label":"Jeskai"},"batched":false}],"static_abilities":[{"mode":{"DoubleTriggers":{"cause":"CreatureAttacking"}},"affected":null,"modifications":[],"condition":{"type":"ChosenLabelIs","label":"Mardu"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"If a creature attacking causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Mardu","Jeskai"]}},"persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose Mardu or Jeskai.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"64df560a-905f-45d1-bc70-14d99e3112d3","metadata":{"related_token_ids":["624155e0-9fb2-5dc4-ab66-fb7cd6196d53"],"source_printing_ids":["31a8329b-23a1-4c49-a579-a5da8d01435a","b32111e6-c389-4dcd-9dcd-29ee7ee238e6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rarities":["rare"]},"winding way":{"name":"Winding Way","mana_cost":{"type":"Cost","shards":["Green"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose creature or land. Reveal the top four cards of your library. Put all cards of the chosen type revealed this way into your hand and the rest into your graveyard.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Choose","choice_type":{"Labeled":{"options":["Creature","Land"]}},"persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":4},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCardType"}]}}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Graveyard","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Not","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"IsChosenCardType"}]}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Choose creature or land. Reveal the top four cards of your library. Put all cards of the chosen type revealed this way into your hand and the rest into your graveyard.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4e48e76c-8756-4378-a722-2e2929feb74f","metadata":{"source_printing_ids":["0c1c6256-6302-4627-bfbb-bffdc124fab4","4e5d9776-b6ce-4ad6-8acc-69115ba5de76","ab89539d-91fc-46eb-b5f4-1489abe73a23","d3340062-3071-4d8e-98f8-fd3343a011ad"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["J21","MH1","OTC","PLST"],"rarities":["common"]},"winged portent":{"name":"Winged Portent","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":1},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Cleave {4}{G}{U} (You may cast this spell for its cleave cost. If you do, remove the words in square brackets.)\nDraw a card for each creature you control [with flying].","non_ability_text":null,"flavor_name":null,"keywords":[{"Cleave":{"type":"Cost","shards":["Green","Blue"],"generic":4}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"WithKeyword","value":"Flying"}]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card for each creature you control with flying.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"cleave_variant":{"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}}},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":"Draw a card for each creature you control.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[]},"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"378567f8-7aef-42b6-853e-8591641052e8","metadata":{"source_printing_ids":["3494a4fc-37e5-4095-a3bb-5cd9280f4c77","b8b369e3-5057-49ff-b87e-1126571334f5","bb0e4c76-4f2e-4d23-a5f7-faa63b2d2376"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","PRM","PVOW","VOW"],"rulings":[{"date":"2021-11-19","text":"A cleave cost is an alternative cost that's paid instead of the spell's mana cost. Casting a spell for its cleave cost doesn't change the spell's mana value."},{"date":"2021-11-19","text":"If an effect allows you to “cast a spell without paying its mana cost,” you can't cast that spell for its cleave cost."},{"date":"2021-11-19","text":"If you cast a spell for its cleave cost, that spell doesn't have any of the text in square brackets while it's on the stack."},{"date":"2021-11-19","text":"You can't cast a spell for both its cleave cost and another alternative cost. For example, if an effect gives an Alchemist's Retrieval in your graveyard a flashback cost of {U}, you can't cast it from your graveyard for its cleave cost."}],"rarities":["rare"]},"winter soldier, icy assassin":{"name":"Winter Soldier, Icy Assassin","mana_cost":{"type":"Cost","shards":["White","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Assassin","Villain"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Vigilance, menace\nWinter Soldier gets +2/+0 for each Equipment attached to him.\n{3}{W}{B}: Return this card from your graveyard to the battlefield with a finality counter on him. Then you may attach an Equipment you control to him. (If a creature with a finality counter on it would die, exile it instead.)","non_ability_text":null,"flavor_name":null,"keywords":["Menace","Vigilance"],"abilities":[{"kind":"Activated","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["finality",{"type":"Fixed","value":1}]]},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["White","Black"],"generic":3}},"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":"You","properties":[]},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{3}{W}{B}: Return this card from your graveyard to the battlefield with a finality counter on him. Then you may attach an Equipment you control to him.","target_prompt":null,"activation_zone":"Graveyard","condition":null,"optional_targeting":false,"optional":false,"target_choice_timing":"Resolution","forward_result":true}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Multiply","factor":2,"inner":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[{"type":"AttachedToSource"}]}}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +2/+0 for each Equipment attached to him."}],"replacements":[],"color_override":["Black","White"],"color_identity":["Black","White"],"scryfall_oracle_id":"6f4c94b6-f829-4646-a574-083997b78dfb","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["76c05333-0e02-4173-b8b4-cb0da3b99a64","ebf71ffc-6e3e-4ca0-a84a-3c1ebd2b64b1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"winter soldier, reborn avenger":{"name":"Winter Soldier, Reborn Avenger","mana_cost":{"type":"Cost","shards":["White"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever Winter Soldier attacks, return target creature card with mana value less than or equal to Winter Soldier's power from your graveyard to the battlefield. If a Hero enters this way, it enters with an additional +1/+1 counter on it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Cmc","comparator":"LE","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Source"}}}},{"type":"InZone","zone":"Graveyard"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"conditional_enter_with_counters":[[{"type":"Typed","type_filters":[{"Subtype":"Hero"}],"controller":null,"properties":[]},"P1P1",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":true},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, return target creature card with mana value less than or equal to ~'s power from your graveyard to the battlefield. If a Hero enters this way, it enters with an additional +1/+1 counter on it.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"df81ecf2-b49e-4be2-8757-ee2050784c9e","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"Condition_If","description":"Whenever Winter Soldier attacks, return target creature card with mana value less than or equal to Winter Soldier's power from your graveyar","line_index":0}],"metadata":{"source_printing_ids":["75ae41f8-5968-49de-ae6d-9f9523aecba5","de13b219-a99c-47ef-8b68-d57463cf5de8"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["MSC"],"rarities":["rare"]},"winternight stories":{"name":"Winternight Stories","mana_cost":{"type":"Cost","shards":["Blue"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Draw three cards. Then discard two cards unless you discard a creature card.\nHarmonize {4}{U} (You may cast this card from your graveyard for its harmonize cost. You may tap a creature you control to reduce that cost by {X}, where X is its power. Then exile this spell.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Harmonize":{"type":"Cost","shards":["Blue"],"generic":4}}],"abilities":[{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":3},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Controller"},"unless_filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Draw three cards. Then discard two cards unless you discard a creature card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"d64687e4-ec37-4db2-9e60-4626c7a3b011","metadata":{"source_printing_ids":["64d9367c-f50c-4568-aa63-6760c44ecaeb","c94538c3-320c-4903-a689-bb8e9f4ae40f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PTDM","TDM"],"rulings":[{"date":"2025-04-04","text":"A spell cast using harmonize will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2025-04-04","text":"If a card with harmonize is put into your graveyard during your turn, you can cast it if it’s legal to do so before any other player can take any actions."},{"date":"2025-04-04","text":"Tapping a creature won’t reduce colored mana components of harmonize costs."},{"date":"2025-04-04","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a harmonize cost) you’re paying, add any cost increases, then apply any cost reductions (such as the cost reduction from tapping a creature). The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2025-04-04","text":"You can cast a spell using harmonize even if it was somehow put into your graveyard without having been cast."},{"date":"2025-04-04","text":"You must still follow any timing restrictions and permissions, including those based on the card’s type. For instance, you can cast a sorcery using harmonize only when you could normally cast a sorcery."},{"date":"2025-04-04","text":"“Harmonize [cost]” means “You may cast this card from your graveyard by paying [cost] and tapping up to one untapped creature you control rather than paying the spell’s mana cost,” “If you cast this spell using its harmonize ability, its total cost is reduced by an amount of generic mana equal to the tapped creature’s power,” and “If the harmonize cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.”"}],"rarities":["rare"]},"winterthorn blessing":{"name":"Winterthorn Blessing","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Put a +1/+1 counter on up to one target creature you control. Tap up to one target creature you don't control, and that creature doesn't untap during its controller's next untap step.\nFlashback {1}{G}{U} (You may cast this card from your graveyard for its flashback cost. Then exile it.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Flashback":{"type":"Mana","data":{"type":"Cost","shards":["Green","Blue"],"generic":1}}}],"abilities":[{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Creature"],"controller":"Opponent","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantUntap","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantUntap"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"doesn't untap during its controller's next untap step"}],"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":{"UntilNextStepOf":{"step":"Untap","player":{"type":"Controller"}}},"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"Put a +1/+1 counter on up to one target creature you control. Tap up to one target creature you don't control, and that creature doesn't untap during its controller's next untap step.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"4b4bdbdc-3934-471b-9027-31277e7765ab","metadata":{"source_printing_ids":["2892e8e4-f157-42a4-9f00-53f2d905a789","f1e9edd3-151d-4bf6-b491-03db9db32234"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DBL","MID"],"rulings":[{"date":"2021-09-24","text":"\"Flashback [cost]\" means \"You may cast this card from your graveyard by paying [cost] rather than paying its mana cost\" and \"If the flashback cost was paid, exile this card instead of putting it anywhere else any time it would leave the stack.\""},{"date":"2021-09-24","text":"A spell cast using flashback will always be exiled afterward, whether it resolves, is countered, or leaves the stack in some other way."},{"date":"2021-09-24","text":"If a card with flashback is put into your graveyard during your turn, you can cast it if it's legal to do so before any other player can take any actions."},{"date":"2021-09-24","text":"To determine the total cost of a spell, start with the mana cost or alternative cost (such as a flashback cost) you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell is determined only by its mana cost, no matter what the total cost to cast the spell was."},{"date":"2021-09-24","text":"You can cast a spell using flashback even if it was somehow put into your graveyard without having been cast."},{"date":"2021-09-24","text":"You must still follow any timing restrictions and permissions, including those based on the card's type. For instance, you can cast a sorcery using flashback only when you could normally cast a sorcery."}],"rarities":["uncommon"]},"wire surgeons":{"name":"Wire Surgeons","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Artificer"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)\nEach artifact creature card in your graveyard has encore. Its encore cost is equal to its mana cost. (Exile it and pay its mana cost: For each opponent, create a token copy that attacks that opponent this turn if able. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.)","non_ability_text":null,"flavor_name":null,"keywords":["Fear"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Artifact","Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"AddKeyword","keyword":{"Encore":{"type":"SelfManaCost"}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each artifact creature card in your graveyard has encore. Its encore cost is equal to its mana cost."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"c51078d9-a53a-49ae-9658-2bc00cce2b81","metadata":{"source_printing_ids":["53a5e42e-bd26-49bd-a94f-304e6dfa82e0","6590bb3c-7613-457f-a028-d7cda3cd6eb4"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BRC","PRM"],"rulings":[{"date":"2022-10-14","text":"Each token must attack the appropriate player if able."},{"date":"2022-10-14","text":"Exiling the card with encore is a cost to activate the ability. Once you announce that you’re activating it, no player may take actions until you’ve finished. They can’t try to remove the card from your graveyard to stop you from paying the cost."},{"date":"2022-10-14","text":"If an effect stops a token from attacking a specific player, that token can attack any player or planeswalker, or not attack at all. If the effect stops the token from attacking a specific player unless a cost is paid, you don’t have to pay that cost unless you want to attack that player."},{"date":"2022-10-14","text":"If one of the tokens can’t attack for any reason (such as being tapped), then it doesn’t attack. If there’s a cost associated with having it attack, you aren’t forced to pay that cost, so it doesn’t have to attack in that case either."},{"date":"2022-10-14","text":"If one of the tokens somehow is under another player’s control as the delayed triggered ability resolves, you can’t sacrifice that token. It remains on the battlefield indefinitely, even if you regain control of it later."},{"date":"2022-10-14","text":"Opponents who have left the game aren’t counted when determining how many tokens to create."},{"date":"2022-10-14","text":"The tokens copy only what’s on the original card. Effects that modified that creature when it was previously on the battlefield won’t be copied."}],"rarities":["rare"]},"wirecat":{"name":"Wirecat","mana_cost":{"type":"Cost","shards":[],"generic":4},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Cat"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"This creature can't attack or block if an enchantment is on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantAttackOrBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't attack or block if an enchantment is on the battlefield."}],"replacements":[],"color_override":null,"scryfall_oracle_id":"57828973-df3d-4288-988d-147a3016120e","metadata":{"source_printing_ids":["6333d686-58ec-4360-8929-9f7302f9a09c"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["USG"],"rarities":["uncommon"]},"wisecrack":{"name":"Wisecrack","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target creature deals damage equal to its power to itself. If that creature is attacking, Wisecrack deals 2 damage to that creature's controller.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}},"target":{"type":"ParentTarget"},"damage_source":"Target"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":2},"target":{"type":"ParentTargetController"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"Attacking"}]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Target creature deals damage equal to its power to itself. If that creature is attacking, ~ deals 2 damage to that creature's controller.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"e9c9a445-4386-4616-ad00-f08064d73dcd","metadata":{"source_printing_ids":["01aab371-0e31-4bf0-a4ef-f18b58c11971","12a4bbe1-d341-4da2-8180-81f2ce964cb2","8f452dac-bf22-4010-8a10-3c1cfa7d4df6"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSC","OM1","SPM"],"rarities":["uncommon"]},"wish":{"name":"Wish","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"You may play a card you own from outside the game this turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"SearchOutsideGame","filter":{"type":"Any"},"count":{"type":"UpTo","max":{"type":"Fixed","value":1}},"reveal":false,"destination":"Hand"},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":"You may play a card you own from outside the game this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"2ccbf0ee-c856-4f67-8579-811fe8571a2e","metadata":{"source_printing_ids":["29c2d90f-bd33-402d-b5fd-ee1ae62b59cf","345d6907-aebf-43f9-b70e-098b364b2ec5","3ed021d2-e2bc-44b3-8934-4bd02e0a42ec"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","MB2","PAFR","PRM"],"rulings":[{"date":"2021-07-23","text":"In a casual game, a card you choose from outside the game comes from your personal collection. In a tournament event, a card you choose from outside the game must come from your sideboard. In Limited events, your sideboard includes an arbitrary number of basic lands. You may look at your sideboard at any time."},{"date":"2021-07-23","text":"You choose the card to play from outside the game at the time you are playing it, not at the time Wish resolves."},{"date":"2021-07-23","text":"You still need to pay all costs to play a card this way, and you must follow all normal timing rules."}],"rarities":["rare"]},"wishclaw talisman":{"name":"Wishclaw Talisman","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This artifact enters with three wish counters on it.\n{1}, {T}, Remove a wish counter from this artifact: Search your library for a card, put it into your hand, then shuffle. An opponent gains control of this artifact. Activate only during your turn.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SearchLibrary","filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[]},"count":{"type":"Fixed","value":1},"reveal":false},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"},{"type":"RemoveCounter","count":1,"counter_type":{"type":"OfType","data":"wish"},"target":null,"selection":"SingleObject"}]},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Library","destination":"Hand","target":{"type":"Any"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Choose","choice_type":"Opponent","persist":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"{1}, {T}, Remove a wish counter from ~: Search your library for a card, put it into your hand, then shuffle. An opponent gains control of ~. Activate only during your turn.","target_prompt":null,"activation_restrictions":[{"type":"DuringYourTurn"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"wish","count":{"type":"Fixed","value":3},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with three wish counters on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"81c70ae7-3c18-4c9b-8505-e4db9e0e6518","metadata":{"source_printing_ids":["07c17b01-ee5d-491a-8403-b3f819b778c4","69d0f5bd-ccea-49b2-bd79-ad5e4d850cf5","9da15685-69c4-4517-b5a7-cf929e2788ba","9ebcb070-953c-4b47-ad8a-ef207c65053f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["ELD","FDN","MB2","PELD"],"rulings":[{"date":"2019-10-04","text":"Once Wishclaw Talisman runs out of wish counters, it remains on the battlefield. You can't activate its last ability at all."},{"date":"2019-10-04","text":"You choose which opponent gains control of Wishclaw Talisman while its ability is resolving. If that player later leaves the game, you regain control of Wishclaw Talisman."}],"rarities":["rare"],"bracket_signals":{"game_changer":false,"mass_land_denial":false,"extra_turn":false,"efficient_tutor":true}},"witch engine":{"name":"Witch Engine","mana_cost":{"type":"Cost","shards":["Black"],"generic":5},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Horror"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Swampwalk (This creature can't be blocked as long as defending player controls a Swamp.)\n{T}: Add {B}{B}{B}{B}. Target opponent gains control of this creature. (Activate only as an instant.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Landwalk":"Swamp"}],"abilities":[{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"Fixed","colors":["Black","Black","Black","Black"]}},"cost":{"type":"Tap"},"sub_ability":{"kind":"Spell","effect":{"type":"GiveControl","target":{"type":"SelfRef"},"recipient":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{T}: Add {B}{B}{B}{B}. Target opponent gains control of ~. Activate only as an instant.","target_prompt":null,"activation_restrictions":[{"type":"AsInstant"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"48adccf6-adb4-49b2-b013-4dc5e0fc7bcb","metadata":{"source_printing_ids":["41e99805-0410-47c2-bf3b-0706197c5f85","ef749290-58e2-4b40-a141-5fe294f9b995"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["PLST","USG"],"rulings":[{"date":"2008-04-01","text":"Because the ability is targeted, it is not a mana ability. It can only be activated when you have priority, and goes on the stack like other non-mana abilities."}],"rarities":["rare"]},"witchstalker frenzy":{"name":"Witchstalker Frenzy","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"This spell costs {1} less to cast for each creature that attacked this turn.\nWitchstalker Frenzy deals 5 damage to target creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":5},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":"~ deals 5 damage to target creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":null,"dynamic_count":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"AttackedThisTurn"}]}}}},"affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Hand","Stack","Command","Graveyard","Exile","Library"],"characteristic_defining":false,"description":"This spell costs {1} less to cast for each creature that attacked this turn."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"f46befcb-6a7f-4f5e-8634-393cbf4b3308","metadata":{"source_printing_ids":["649025a7-79d1-4d7c-b1db-d46bcf5a1ae2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["WOE"],"rulings":[{"date":"2023-09-01","text":"Witchstalker Frenzy's first ability can't reduce its cost to less than {R}."},{"date":"2023-09-01","text":"Witchstalker Frenzy's first ability doesn't change its mana cost or mana value, only the total cost you pay. Specifically, the mana value of Witchstalker Frenzy is always 4."}],"rarities":["uncommon"]},"withengar unbound":{"name":"Withengar Unbound","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Demon"]},"power":{"type":"Fixed","value":13},"toughness":{"type":"Fixed","value":13},"loyalty":null,"defense":null,"oracle_text":"Flying, intimidate, trample (A creature with intimidate can't be blocked except by artifact creatures and/or creatures that share a color with it.)\nWhenever a player loses the game, put thirteen +1/+1 counters on Withengar Unbound.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Intimidate","Trample"],"abilities":[],"triggers":[{"mode":"LosesGame","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":13},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"Whenever a player loses the game, put thirteen +1/+1 counters on ~.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"da5881ca-b86e-4582-ae0e-1570c59773ae","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["5d32989c-197d-49c8-8435-d9fbafdf3a8a","683af377-c491-4f62-900c-6b83d75c33c9"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"layout":"transform","printings":["DKA","PLST","V17"],"rarities":["mythic"]},"witherbloom, the balancer":{"name":"Witherbloom, the Balancer","mana_cost":{"type":"Cost","shards":["Black","Green"],"generic":6},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elder","Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Affinity for creatures (This spell costs {1} less to cast for each creature you control.)\nFlying, deathtouch\nInstant and sorcery spells you cast have affinity for creatures.","non_ability_text":null,"flavor_name":null,"keywords":["Deathtouch","Flying",{"Affinity":{"type_filters":["Creature"],"controller":null,"properties":[]}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":{"Affinity":{"type_filters":["Creature"],"controller":null,"properties":[]}}}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Instant and sorcery spells you cast have affinity for creatures."}],"replacements":[],"color_override":null,"color_identity":["Black","Green"],"scryfall_oracle_id":"fbb04a21-e513-4317-aac8-fa6df91c3438","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["cc22696c-a9ef-48b7-a74a-7dd0a9c3d1bb","ed7b2361-97c6-49e2-bf0b-4770f4ffe2f0"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PSOS","SOS"],"rulings":[{"date":"2026-03-20","text":"Affinity for creatures means \"This spell costs {1} less to cast for each creature you control.\""},{"date":"2026-03-20","text":"If a spell has multiple instances of affinity, each one applies. For example, if you somehow control two Witherbloom, the Balancers and no other creatures, each instant and sorcery spell you cast will cost {4} less to cast."},{"date":"2026-03-20","text":"To determine the total cost of a spell, start with the mana cost or alternative cost you're paying, add any cost increases, then apply any cost reductions. The mana value of the spell remains unchanged, no matter what the total cost to cast it was."}],"rarities":["mythic"]},"wizard class":{"name":"Wizard Class","mana_cost":{"type":"Cost","shards":["Blue"],"generic":0},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":["Class"]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Gain the next level as a sorcery to add its ability.)\nYou have no maximum hand size.\n{2}{U}: Level 2\nWhen this Class becomes level 2, draw two cards.\n{4}{U}: Level 3\nWhenever you draw a card, put a +1/+1 counter on target creature you control.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"SetClassLevel","level":2},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{U}: Level 2","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":1}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"SetClassLevel","level":3},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue"],"generic":4}},"sub_ability":null,"duration":null,"description":"{4}{U}: Level 3","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"},{"type":"ClassLevelIs","data":{"level":2}}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ClassLevelGained","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ becomes level 2","constraint":{"type":"AtClassLevel","level":2},"condition":null,"batched":false},{"mode":"Drawn","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you draw a card, put a +1/+1 counter on target creature you control.","constraint":null,"condition":{"type":"ClassLevelGE","level":3},"batched":false}],"static_abilities":[{"mode":"NoMaximumHandSize","affected":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You have no maximum hand size."}],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"36f68aa3-9955-46f1-bc87-497f16ef5222","metadata":{"source_printing_ids":["6b429f7a-da0c-4570-87ed-9945a657fe11","715cf105-edf8-4d75-9279-c83431c087c6","d1f629fb-b097-4240-8560-ef47f5678f48"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["AFR","BLC","PLST"],"rulings":[{"date":"2021-07-23","text":"Each Class has five abilities. The three in the major sections of its text box are class abilities. Class abilities can be static, activated, or triggered abilities. The other two are level abilities, one activated ability to advance the Class to level 2 and another to advance the Class to level 3."},{"date":"2021-07-23","text":"Each Class starts with only the first of three class abilities. As the first level ability resolves, the Class becomes level 2 and gains the second class ability. As the second level ability resolves, the Class becomes level 3 and gains the third class ability."},{"date":"2021-07-23","text":"Gaining a level is a normal activated ability. It uses the stack and can be responded to."},{"date":"2021-07-23","text":"Gaining a level won't remove abilities that a Class had at a previous level."},{"date":"2021-07-23","text":"Some Class cards have an effect that increases when more are under your control. For example, if you have multiple Barbarian Class cards, you roll that many additional dice and ignore that many of the lowest rolls."},{"date":"2021-07-23","text":"You can multiclass or even control multiple Class enchantments of the same class. Each Class permanent tracks its own level separately."},{"date":"2021-07-23","text":"You can't activate the first level ability of a Class unless that Class is level 1. Similarly, you can't activate the second level ability of a Class unless that Class is level 2."}],"rarities":["uncommon"]},"wolfir silverheart":{"name":"Wolfir Silverheart","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wolf","Warrior"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Soulbond (You may pair this creature with another unpaired creature when either enters. They remain paired for as long as you control both of them.)\nAs long as this creature is paired with another creature, each of those creatures gets +4/+4.","non_ability_text":null,"flavor_name":null,"keywords":["Soulbond"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PairWith","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.95a: When this creature enters, you may pair it with another unpaired creature you control.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}},{"type":"ControlsType","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}}]},"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"PairWith","target":{"type":"TriggeringSource"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"target_choice_timing":"Resolution","forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"Unpaired"}]},"origin":null,"destination":"Battlefield","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.95a: Whenever another unpaired creature you control enters, you may pair it with this creature.","constraint":null,"condition":{"type":"And","conditions":[{"type":"SourceMatchesFilter","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}},{"type":"ZoneChangeObjectMatchesFilter","destination":"Battlefield","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"InZone","zone":"Battlefield"},{"type":"Unpaired"}]}}]},"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SourceOrPaired"},"modifications":[{"type":"AddPower","value":4},{"type":"AddToughness","value":4}],"condition":{"type":"SourceIsPaired"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is paired with another creature, each of those creatures gets +4/+4."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"dccf9497-cc7b-42df-9b46-f5ffea0c7474","metadata":{"source_printing_ids":["8629c598-11c8-4911-acfb-0643e5feffa8","97ea9f5f-33f0-4d30-9bd2-608f9f2ffa0a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["AVR","PLST"],"rarities":["rare"]},"wolverine, fierce fighter":{"name":"Wolverine, Fierce Fighter","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Mutant","Berserker","Hero"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen Wolverine enters, he fights up to one other target creature.\nIf damage would be dealt to Wolverine, instead that damage is dealt, but all other damage already dealt to him is healed.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Fight","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"subject":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, he fights up to one other target creature.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[{"event":"DealtDamage","execute":{"kind":"Spell","effect":{"type":"RemoveAllDamage","target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":null,"description":"If damage would be dealt to ~, instead that damage is dealt, but all other damage already dealt to him is healed.","condition":null}],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"8429ba6a-6c06-4a83-a6ee-023b64b825f8","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["c1c7aa22-51b0-45ee-9a8e-5493a1820d8c","ddc2bf31-d10b-4a57-ad16-6448830f440c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MSH"],"rarities":["rare"]},"world queller":{"name":"World Queller","mana_cost":{"type":"Cost","shards":["White","White"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Avatar"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your upkeep, you may choose a card type. If you do, each player sacrifices a permanent of their choice of that type.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CardType","persist":true},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[{"type":"IsChosenCreatureType"}]},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"EffectOutcome","signal":"OptionalEffectPerformed"},"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"All"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"Upkeep","optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your upkeep, you may choose a card type. If you do, each player sacrifices a permanent of their choice of that type.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"2ac27b74-aa44-412d-8099-ace5009628f0","metadata":{"source_printing_ids":["134ff41d-1645-4d3a-94b6-e13a30dedb8e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["ZEN"],"rulings":[{"date":"2009-10-01","text":"First you choose which permanent you'll sacrifice (if you control any of the chosen type), then each other player in turn order does the same, then all chosen permanents are sacrificed at the same time."},{"date":"2009-10-01","text":"You don't choose a card type until the ability resolves. Once you choose a type, it's too late for players to respond."},{"date":"2013-07-01","text":"You may choose any card type. Choosing anything other than artifact, battle, creature, enchantment, kindred, land, or planeswalker will result in no permanents being sacrificed, though, since these are the only types permanents can have."}],"rarities":["rare"]},"worldgorger dragon":{"name":"Worldgorger Dragon","mana_cost":{"type":"Cost","shards":["Red","Red","Red"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Nightmare","Dragon"]},"power":{"type":"Fixed","value":7},"toughness":{"type":"Fixed","value":7},"loyalty":null,"defense":null,"oracle_text":"Flying, trample\nWhen this creature enters, exile all other permanents you control.\nWhen this creature leaves the battlefield, return the exiled cards to the battlefield under their owners' control.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZoneAll","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, exile all other permanents you control.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield","Graveyard","Exile"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ leaves the battlefield, return the exiled cards to the battlefield under their owners' control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"a628186d-b7d9-40a5-9ae2-fbc9d2a14c7c","metadata":{"source_printing_ids":["0ed63bcc-4cdd-4b4e-af7f-f5ff71a4ef14","2f3b30d4-5f8b-40fe-b446-b929a1b1e368","33dde6e0-d0a7-4432-a3f4-b48234f4e055","93f141a7-e7ad-4fcb-b06f-275125e5e07c","99783a2b-a95a-457b-82d6-001933aee5ec","9dae8fa6-c86e-492b-b28b-96d4ee83f6c6","ddcf9487-acbf-4d8f-92e0-36dfaa2260a7"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"banned","vintage":"legal"},"printings":["DMR","EMA","JUD","PLST","VMA"],"rulings":[{"date":"2022-12-08","text":"If Worldgorger Dragon leaves the battlefield before its enters-the-battlefield ability resolves, the \"leaves-the-battlefield\" ability will trigger and resolve first. It won't return anything. Then the enters-the-battlefield ability will exile all other permanents you control indefinitely."},{"date":"2022-12-08","text":"If an Aura is exiled with Worldgorger Dragon and then returns to the battlefield, the player who controls the Aura as it enters the battlefield chooses what it will enchant. An Aura put onto the battlefield this way doesn't target anything (so it could be attached to an opponent's permanent with hexproof, for example), but the Aura's enchant ability restricts what it can be attached to. If the Aura can't legally be attached to anything, it stays exiled. It can't enter the battlefield enchanting a permanent that enters the battlefield at the same time."}],"rarities":["rare","mythic"]},"worldknit":{"name":"Worldknit","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":[],"core_types":["Conspiracy"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(Start the game with this conspiracy face up in the command zone.)\nAs long as every card in your card pool started the game in your library or in the command zone, lands you control have \"{T}: Add one mana of any color.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":{"type":"Unrecognized","text":"every card in your card pool started the game in your library or in the command zone"},"affected_zone":null,"effect_zone":null,"active_zones":["Command"],"characteristic_defining":false,"description":"As long as every card in your card pool started the game in your library or in the command zone, lands you control have \"{T}: Add one mana of any color.\""}],"replacements":[],"color_override":null,"scryfall_oracle_id":"652f6d90-b158-4f9b-a15e-3e677905331d","metadata":{"source_printing_ids":["7f1fe849-b407-4252-b175-3f4afbbcea1b"]},"legalities":{"commander":"banned","duel":"banned","legacy":"banned","oathbreaker":"banned","vintage":"banned"},"printings":["CNS"],"rulings":[{"date":"2014-05-29","text":"Your card pool includes every card you drafted or received after the draft because of Deal Broker. It doesn't include any cards removed from the draft with Cogwork Grinder."},{"date":"2016-08-23","text":"A conspiracy doesn't count as a card in your deck for purposes of meeting minimum deck size requirements. (In most drafts, the minimum deck size is 40 cards.)"},{"date":"2016-08-23","text":"A conspiracy's static and triggered abilities function as long as that conspiracy is face-up in the command zone."},{"date":"2016-08-23","text":"Conspiracies are colorless, have no mana cost, and can't be cast as spells."},{"date":"2016-08-23","text":"Conspiracies are never put into your deck. Instead, you put any number of conspiracies from your card pool into the command zone as the game begins. These conspiracies are face up unless they have hidden agenda, in which case they begin the game face down."},{"date":"2016-08-23","text":"Conspiracies aren't legal for any sanctioned Constructed format, but may be included in other Limited formats, such as Cube Draft."},{"date":"2016-08-23","text":"You can look at any player's face-up conspiracies at any time. You'll also know how many face-down conspiracies a player has in the command zone, although you won't know what they are."},{"date":"2016-08-23","text":"You don't have to play with any conspiracy you draft. However, you have only one opportunity to put conspiracies into the command zone, as the game begins. You can't put conspiracies into the command zone after this point."}],"rarities":["rare"]},"worldspine wurm":{"name":"Worldspine Wurm","mana_cost":{"type":"Cost","shards":["Green","Green","Green"],"generic":8},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wurm"]},"power":{"type":"Fixed","value":15},"toughness":{"type":"Fixed","value":15},"loyalty":null,"defense":null,"oracle_text":"Trample\nWhen this creature dies, create three 5/5 green Wurm creature tokens with trample.\nWhen Worldspine Wurm is put into a graveyard from anywhere, shuffle it into its owner's library.","non_ability_text":null,"flavor_name":null,"keywords":["Trample"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Wurm","power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"types":["Creature","Wurm"],"colors":["Green"],"keywords":["Trample"],"tapped":false,"count":{"type":"Fixed","value":3},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ dies, create three 5/5 green Wurm creature tokens with trample.","constraint":null,"condition":null,"batched":false},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Library","target":{"type":"SelfRef"},"owner_library":true,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Shuffle","target":{"type":"ParentTargetOwner"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ is put into a graveyard from anywhere, shuffle it into its owner's library.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"254f87cc-e0c2-484d-b5e8-1ea8c366990c","metadata":{"related_token_ids":["0976687a-e6ed-583f-a2ec-34c328ef73d5","50d906a7-4408-5cfd-9dc9-e0546a2963b6","638ffbaf-df14-540d-be7a-79c3360e8486"],"source_printing_ids":["543d55cb-3a6b-4620-af25-10ae74ed32c4","65079e21-f6c4-47e9-bda0-abb0d477d1a4","ada90827-f11b-495b-8962-66dd6345b454","edb684f3-7787-4e54-96a2-61f95b6494a8"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DSC","EA3","PLST","RTR","SLD"],"rulings":[{"date":"2012-10-01","text":"Worldspine Wurm's last ability is a triggered ability, not a replacement ability. Players can respond to this ability, for example, by trying to exile Worldspine Wurm from the graveyard before it's shuffled into a library."}],"rarities":["mythic"]},"wort, the raidmother":{"name":"Wort, the Raidmother","mana_cost":{"type":"Cost","shards":["RedGreen","RedGreen"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Shaman"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"When Wort enters, create two 1/1 red and green Goblin Warrior creature tokens.\nEach red or green instant or sorcery spell you cast has conspire. (As you cast the spell, you may tap two untapped creatures you control that share a color with it. When you do, copy it and you may choose new targets for the copy.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Token","name":"Goblin Warrior","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Goblin","Warrior"],"colors":["Red","Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":2},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, create two 1/1 red and green Goblin Warrior creature tokens.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":{"CastWithKeyword":{"keyword":"Conspire"}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Any"],"controller":"You","properties":[{"type":"HasColor","color":"Red"}]},{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"HasColor","color":"Green"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"HasColor","color":"Green"}]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Each red or green instant or sorcery spell you cast has conspire."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"d6b67c7e-3b24-4f60-8e3a-c6ca45229d7f","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["7d6177c0-df09-58f5-a5b6-8b83d2c0e91e","a8ca3d69-47b9-5c17-92bd-52dd3199cb3b","afe81bef-8851-5a9e-882c-66c59e09994e"],"source_printing_ids":["535189ec-572f-44ed-9741-09b9f575fc40","9103a97c-ffb6-4584-b7fc-58835ba942c2","9b46b4ee-263a-4a4b-8fbc-3ea6fa9ba56b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C20","MM3","SHM"],"rulings":[{"date":"2017-03-14","text":"If a spell gains a second instance of conspire from Wort's ability, you may choose to pay for one, both, or none of those abilities. Each conspire ability triggers only if you tap two creatures specifically for that ability."},{"date":"2017-03-14","text":"If the spell has damage divided as it was cast (like Fiery Justice does), the division can't be changed (although the targets receiving that damage still can)."},{"date":"2017-03-14","text":"If the spell that's copied has an X whose value was determined as it was cast (like Bonfire of the Damned does), the copy will have the same value of X."},{"date":"2017-03-14","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copy will have the same mode. A different mode can't be chosen."},{"date":"2017-03-14","text":"If you're casting a spell for its flashback cost, you can't pay another alternative cost (such as an overload cost or a Trap's alternative cost) instead. You may pay additional costs, such as conspire."},{"date":"2017-03-14","text":"Some spells instruct you to sacrifice a creature as an additional cost to cast that spell. If you sacrifice Wort to pay that cost, that spell won't have conspire at the moment it becomes cast, so conspire won't trigger, even if you tapped two creatures."}],"rarities":["rare"]},"wrath of god":{"name":"Wrath of God","mana_cost":{"type":"Cost","shards":["White","White"],"generic":2},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Destroy all creatures. They can't be regenerated.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DestroyAll","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]},"cant_regenerate":true},"cost":null,"sub_ability":null,"duration":null,"description":"Destroy all creatures. They can't be regenerated.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"34515b16-c9a4-4f98-8c77-416a7a523407","metadata":{"source_printing_ids":["0619d670-7b53-4185-a25d-2fab5db1aab5","09b24aeb-afba-4215-bf3e-61e581eb412c","0adf3831-93d9-4995-b8c8-0d8c03fee872","0d223e83-0d3c-459e-96f5-ba9227fe49dd","1461aca9-ebde-4a0a-8795-6eeae1741137","14de01ae-a52e-4530-9fe3-9888a8480fc8","1c687a4e-a3f9-4d2d-9931-bf60e97f4095","214689d4-f6de-4f4a-b8b6-71281246add3","2ae82d42-ac7b-44b8-aea9-43a7438f0004","2b2a1298-1dad-45e0-9d6a-21d90c7af7a3","2d9b12cc-f616-4b52-91eb-a430e70f9251","41f7d4d3-3edd-4d1c-9da5-a0892dae0393","4351bf97-0b9e-44a5-bb7c-1098a683b18d","4566f6a3-4d25-4df0-84be-fe4201138955","537d2b05-3f52-45d6-8fe3-26282085d0c6","5bcc5ed6-41ff-4f8a-b47a-fc9390c2aa81","5cc86f1d-577b-4ae0-89ec-04f5f647dacb","5cd099e6-a2c6-4297-a626-12989d9a18cd","6125458d-82f9-49a3-b892-c47d17ab8488","664e6656-36a3-4635-9f33-9f8901afd397","96022516-7a20-4e07-ad2f-39f76608c38d","96dd2d61-a43d-4582-b730-71d4fac0fa23","a2788d69-6a3a-42f0-8736-cc6b57755ecd","a45d5391-14db-4f14-b5c2-28aa5b96cf66","a91be77a-bd5b-485f-b5ca-0e6148c236ca","acdacb34-d144-433d-8138-6602c3bad0a9","adb92f38-c4e1-42ed-b726-d66716b3e92a","b004761d-12f7-4c4c-91a1-a53f153750d6","b20cb69c-ff2e-45cf-ab04-cb47bccf9c08","b3f03b2a-0950-47b5-96dd-39db3449afb7","b6c1e9e3-c947-47cc-ac60-dc032d984a67","b969f680-b176-4bfa-a160-714de8e03c25","c3700519-b74c-4445-b42e-03690b8d4463","c478aad9-f876-4c1f-9f04-851e6f0de58c","caff117f-844b-4d11-a104-930d7f238114","d7eba1b7-cc6c-4624-9a6f-425b717afe87","def142a8-cc73-4bd2-a1a8-ae47a0c9c948","e5513964-1cad-4083-a3a5-1e55ec145a6e","e57404bc-44ba-4909-87da-f4a71673168d","eb3f9eac-0fa2-40ed-9ecc-daf6c7c7be2f","f07c4821-c964-405f-a5bb-a25293e4b2d7","f5293c89-d01a-444c-b4f5-2e29ced0076f","f8603c3b-9a10-4a04-b417-284a8e3925a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","premodern":"legal","timeless":"legal","vintage":"legal"},"printings":["10E","2ED","2XM","30A","3ED","4BB","4ED","5ED","6ED","7ED","8ED","9ED","AKR","BRB","C13","CED","CEI","CMM","DMR","EMA","FBB","LEA","LEB","MP2","P07","PLST","PMEI","POR","PRM","PTC","PZ1","SLD","SUM","V14","WC00","WC03","WC04"],"rarities":["rare","special"]},"wren's run packmaster":{"name":"Wren's Run Packmaster","mana_cost":{"type":"Cost","shards":["Green"],"generic":3},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Elf","Warrior"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Champion an Elf (When this creature enters, sacrifice it unless you exile another Elf you control. When this creature leaves the battlefield, that card returns to the battlefield.)\n{2}{G}: Create a 2/2 green Wolf creature token.\nWolves you control have deathtouch.","non_ability_text":null,"flavor_name":null,"keywords":[{"Champion":"Elf"}],"abilities":[{"kind":"Activated","effect":{"type":"Token","name":"Wolf","power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"types":["Creature","Wolf"],"colors":["Green"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Green"],"generic":2}},"sub_ability":null,"duration":null,"description":"{2}{G}: Create a 2/2 green Wolf creature token.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Battlefield","destination":"Exile","target":{"type":"Typed","type_filters":["Creature",{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"Another"}]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Exile another Elf you control","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"Sacrifice this permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":null,"sub_ability":null,"else_ability":{"kind":"Spell","effect":{"type":"Sacrifice","target":{"type":"SelfRef"},"count":{"type":"Fixed","value":1}},"cost":null,"sub_ability":null,"duration":null,"description":"Sacrifice this permanent","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature",{"Subtype":"Elf"}],"controller":"You","properties":[{"type":"Another"}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.72a: Champion an Elf — when this permanent enters, sacrifice it unless you exile another Elf you control.","constraint":null,"condition":null,"batched":false},{"mode":"LeavesBattlefield","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Exile","destination":"Battlefield","target":{"type":"ExiledBySource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":"Return the exiled card to the battlefield under its owner's control","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.72a: Champion — when this permanent leaves the battlefield, return the exiled card to the battlefield under its owner's control.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature",{"Subtype":"Wolf"}],"controller":"You","properties":[]},"modifications":[{"type":"AddKeyword","keyword":"Deathtouch"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Wolves you control have deathtouch."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"d4d27fef-e86b-4dd3-a15e-a0db8d0725ee","metadata":{"related_token_ids":["0ac06155-35dc-574c-9937-2da6f006e4ef","d925670e-7795-590a-bdbc-b41a93091a8a"],"source_printing_ids":["28f75cac-a93f-4908-a524-b61e7b3fb275","3e97f29a-1551-4e75-80e8-2dd31cb6c0db","a44a2d69-df93-475b-8233-f73d8402594a"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C14","CMA","LRW","PLRW","PRM"],"rulings":[{"date":"2007-10-01","text":"Wren's Run Packmaster gives deathtouch to all Wolf permanents you control, not just the tokens it creates."},{"date":"2009-10-01","text":"A Wolf's deathtouch ability will apply if both Wren's Run Packmaster and that Wolf are on the battlefield at the time the Wolf deals damage. The creature dealt damage by the Wolf will be destroyed the next time state-based actions are checked, even if the Wolf or Wren's Run Packmaster leaves the battlefield."}],"rarities":["rare"]},"wrench mind":{"name":"Wrench Mind","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":0},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Target player discards two cards unless they discard an artifact card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"Discard","count":{"type":"Fixed","value":2},"target":{"type":"Player"}},"cost":null,"sub_ability":null,"duration":null,"description":"Target player discards two cards unless they discard an artifact card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"unless_pay":{"cost":{"type":"Discard","count":{"type":"Fixed","value":1},"filter":{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[]},"random":false,"self_ref":false},"payer":{"type":"Player"}},"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"484eeb13-fe74-45fe-b089-7beec87cfcdb","metadata":{"source_printing_ids":["173d2ac4-9850-47de-8ee5-f4aaeb018faf","360a6ada-b257-44b8-b830-aaa122474bce","36ce975b-c3df-4472-a6c1-2546df11b74e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["IMA","MRD","PLST"],"rulings":[{"date":"2004-12-01","text":"You can discard either one artifact card or two cards which may or may not be artifacts. If you really want to, you can discard two artifact cards."}],"rarities":["common"]},"wrenn and realmbreaker":{"name":"Wrenn and Realmbreaker","mana_cost":{"type":"Cost","shards":["Green","Green"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Wrenn"]},"power":null,"toughness":null,"loyalty":"4","defense":null,"oracle_text":"Lands you control have \"{T}: Add one mana of any color.\"\n[+1]: Up to one target land you control becomes a 3/3 Elemental creature with vigilance, hexproof, and haste until your next turn. It's still a land.\n[−2]: Mill three cards. You may put a permanent card from among the milled cards into your hand.\n[−7]: You get an emblem with \"You may play lands and cast permanent spells from your graveyard.\"","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"SetPower","value":3},{"type":"SetToughness","value":3},{"type":"AddKeyword","keyword":"Vigilance"},{"type":"AddKeyword","keyword":"Hexproof"},{"type":"AddKeyword","keyword":"Haste"},{"type":"AddType","core_type":"Creature"},{"type":"RemoveAllSubtypes","set":"Creature"},{"type":"AddSubtype","subtype":"Elemental"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"become a 3/3 Elemental creature with vigilance, hexproof, and haste"}],"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]}},"cost":{"type":"Loyalty","amount":1},"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddType","core_type":"Land"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"It's still a land"}],"duration":"Permanent","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"Permanent","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":{"UntilNextTurnOf":{"player":{"type":"Controller"}}},"description":"[+1]: Up to one target land you control becomes a 3/3 Elemental creature with vigilance, hexproof, and haste until your next turn. It's still a land.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Activated","effect":{"type":"Mill","count":{"type":"Fixed","value":3},"target":{"type":"Controller"},"destination":"Graveyard"},"cost":{"type":"Loyalty","amount":-2},"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"TrackedSetFiltered","id":0,"filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"up_to":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"[−2]: Mill three cards. You may put a permanent card from among the milled cards into your hand.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[{"mode":{"GraveyardCastPermission":{"frequency":"Unlimited","play_mode":"Play"}},"affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"You may play lands and cast permanent spells from your graveyard"}],"triggers":[]},"cost":{"type":"Loyalty","amount":-7},"sub_ability":null,"duration":null,"description":"[−7]: You get an emblem with \"You may play lands and cast permanent spells from your graveyard.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[]},"modifications":[{"type":"GrantAbility","definition":{"kind":"Activated","effect":{"type":"Mana","produced":{"type":"AnyOneColor","count":{"type":"Fixed","value":1},"color_options":["White","Blue","Black","Red","Green"]}},"cost":{"type":"Tap"},"sub_ability":null,"duration":null,"description":"{T}: Add one mana of any color.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"is_mana_ability":true}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Lands you control have \"{T}: Add one mana of any color.\""}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"4566fb92-448e-4b3f-9045-9d74323c35d1","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["17269aae-10bc-49ef-b6a7-94e0dd6cf677","6f807d91-b157-44e8-a431-49782184f876"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"The lands you play and spells you cast from your graveyard follow the usual timing restrictions, and you must pay any costs for spells you cast."}],"rarities":["mythic"]},"wrenn and six":{"name":"Wrenn and Six","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Planeswalker"],"subtypes":["Wrenn"]},"power":null,"toughness":null,"loyalty":"3","defense":null,"oracle_text":"[+1]: Return up to one target land card from your graveyard to your hand.\n[−1]: Wrenn and Six deals 1 damage to any target.\n[−7]: You get an emblem with \"Instant and sorcery cards in your graveyard have retrace.\" (You may cast instant and sorcery cards from your graveyard by discarding a land card in addition to paying their other costs.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Bounce","target":{"type":"Typed","type_filters":["Land"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},"destination":null},"cost":{"type":"Loyalty","amount":1},"sub_ability":null,"duration":null,"description":"[+1]: Return up to one target land card from your graveyard to your hand.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Activated","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":{"type":"Loyalty","amount":-1},"sub_ability":null,"duration":null,"description":"[−1]: ~ deals 1 damage to any target.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"CreateEmblem","statics":[{"mode":"Continuous","affected":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]},{"type":"Typed","type_filters":["Sorcery"],"controller":"You","properties":[{"type":"InZone","zone":"Graveyard"}]}]},"modifications":[{"type":"AddKeyword","keyword":"Retrace"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Instant and sorcery cards in your graveyard have retrace"}],"triggers":[]},"cost":{"type":"Loyalty","amount":-7},"sub_ability":null,"duration":null,"description":"[−7]: You get an emblem with \"Instant and sorcery cards in your graveyard have retrace.\"","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"108ae90a-50fa-4cfd-b751-d630e41425fe","brawl_commander":true,"is_oathbreaker":true,"metadata":{"source_printing_ids":["169fcff7-58f2-420b-a5f1-642ad38709b3","24b1203f-1f4c-4d02-a79f-1f6486904ea6","4a706ecf-3277-40e3-871c-4ba4ead16e20","5bd498cc-a609-4457-9325-6888d59ca36f","8829e80c-fe10-49f0-ba24-a6a26872367a","d4282ddd-3e5b-4d4c-b1b7-a48401a3521f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"banned","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","AA2","MH1","PLST","PRM","SLP"],"rulings":[{"date":"2019-06-14","text":"When a spell you cast with retrace resolves or is countered, it's put back into your graveyard. You may use the retrace ability to cast it again."}],"rarities":["mythic"]},"wurmwall sweeper":{"name":"Wurmwall Sweeper","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact"],"subtypes":["Spacecraft"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"When this Spacecraft enters, surveil 2.\nStation (Tap another creature you control: Put charge counters equal to its power on this Spacecraft. Station only as a sorcery. It's an artifact creature at 4+.)\n4+ | Flying","non_ability_text":null,"flavor_name":null,"keywords":["Station"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"Surveil","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, surveil 2.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Flying"}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":4},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"4+ | Flying"},{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddType","core_type":"Creature"},{"type":"SetPower","value":2},{"type":"SetToughness","value":2}],"condition":{"type":"HasCounters","counters":{"type":"OfType","data":"charge"},"minimum":4},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"CR 721.2b: Spacecraft is an artifact creature at 4+"}],"replacements":[],"color_override":null,"scryfall_oracle_id":"320ed2ec-ef06-41fb-ac8a-72579f11544c","metadata":{"source_printing_ids":["9ace282a-5901-4d36-ad21-17eb88bc5138"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["EOE"],"rarities":["common"]},"x":{"name":"X","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Spy"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"As long as X is in X's owner's opponent's hand, X's owner may cast X and activate X's abilities. That opponent can't cast X and plays with their hand revealed.\n{U}{B}, {T}: Put X into target opponent's hand.\n{3}{U}{B}: You may play a land or cast a spell from the hand X is in. If you cast a spell this way, you cast it without paying its mana cost.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"Unimplemented","name":"put","description":"Put ~ into target opponent's hand"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black"],"generic":0}},{"type":"Tap"}]},"sub_ability":null,"duration":null,"description":"{U}{B}, {T}: Put ~ into target opponent's hand.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Activated","effect":{"type":"ChooseOneOf","chooser":{"type":"Controller"},"branches":[{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Land"],"controller":null,"properties":[]},"without_paying_mana_cost":false,"mode":"Play"},"cost":null,"sub_ability":null,"duration":null,"description":"play a land","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Hand"}]},"without_paying_mana_cost":false,"mode":"Cast"},"cost":null,"sub_ability":null,"duration":null,"description":"cast a spell from the hand ~ is in","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}]},"cost":{"type":"Mana","cost":{"type":"Cost","shards":["Blue","Black"],"generic":3}},"sub_ability":{"kind":"Spell","effect":{"type":"CastFromZone","target":{"type":"ParentTarget"},"without_paying_mana_cost":true,"mode":"Cast","driver":"DuringResolution"},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{3}{U}{B}: You may play a land or cast a spell from the hand ~ is in. If you cast a spell this way, you cast it without paying its mana cost.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[],"condition":{"type":"Unrecognized","text":"~ is in ~'s owner's opponent's hand"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as ~ is in ~'s owner's opponent's hand, ~'s owner may cast ~ and activate ~'s abilities. That opponent can't cast ~ and plays with their hand revealed."}],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"ef10c6c6-8e84-46f6-8e11-cd35a2b8fbf1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["055ddc8b-d230-4675-9741-138429e48a8f","f77f6e64-2470-4c6a-a92b-328e4edc3ea9"]},"legalities":{},"printings":["ULST","UST"],"rulings":[{"date":"2018-01-19","text":"You activate X’s first activated ability while X is on the battlefield under your control. This puts X into an opponent’s hand. That opponent plays with their hand revealed, and they’re not allowed to cast X or activate any of X’s abilities—but you are. You can activate X’s second ability to play one of the cards in that hand."},{"date":"2018-01-19","text":"You choose which card to play as X’s last ability resolves. Your opponent can respond to you activating the ability to get other cards out of their hand. Whatever’s left when the ability resolves is fair game."},{"date":"2018-01-19","text":"You don’t own the cards you play this way. An instant or sorcery cast this way will go to its owner’s graveyard. A creature card you cast this way will enter the battlefield under your control, but it will be put into its owner’s graveyard if it dies. The same is true for other permanent cards you cast or lands you play."},{"date":"2018-01-19","text":"You play the card as X’s last ability resolves, with one exception: You can’t play a land this way unless it’s your turn and you have an available land play. If you’re casting a spell this way, you do so as the ability resolves. Ignore any timing restrictions based on the card’s type. You can cast their sorceries or creatures during their turn, for example."}],"rarities":["rare"]},"xantid swarm":{"name":"Xantid Swarm","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Insect"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhenever this creature attacks, defending player can't cast spells this turn.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"Attacks","execute":{"kind":"Spell","effect":{"type":"AddRestriction","restriction":{"type":"ProhibitActivity","source":0,"affected_players":{"type":"DefendingPlayer"},"expiry":{"type":"EndOfTurn"},"activity":{"type":"CastSpells"}}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever ~ attacks, defending player can't cast spells this turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"13ba9ef8-2010-4d3f-8c62-85b7c5620031","metadata":{"source_printing_ids":["022ab408-3292-40b6-b35e-ac1b7f06dffa","6a87911a-3931-46aa-9348-2728c4b73b96"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","premodern":"legal","vintage":"legal"},"printings":["EMA","SCG"],"rulings":[{"date":"2016-06-08","text":"In a multiplayer game, only the player Xantid Swarm attacked is affected. Other defending players may cast spells."},{"date":"2016-06-08","text":"The defending player may cast spells before Xantid Swarm’s triggered ability resolves."}],"rarities":["rare"]},"xenagos, god of revels":{"name":"Xenagos, God of Revels","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Enchantment","Creature"],"subtypes":["God"]},"power":{"type":"Fixed","value":6},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Indestructible\nAs long as your devotion to red and green is less than seven, Xenagos isn't a creature.\nAt the beginning of combat on your turn, another target creature you control gains haste and gets +X/+X until end of turn, where X is that creature's power.","non_ability_text":null,"flavor_name":null,"keywords":["Indestructible"],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"Power","scope":{"type":"Target"}}}},{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste and gets +X/+X"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"BeginCombat","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of combat on your turn, another target creature you control gains haste and gets +X/+X until end of turn, where X is that creature's power.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"RemoveType","core_type":"Creature"}],"condition":{"type":"Not","condition":{"type":"DevotionGE","colors":["Red","Green"],"threshold":7}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"As long as your devotion to red and green is less than seven, ~ isn't a creature."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"cb15a8dd-57fe-466f-847e-66476b690a1f","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3184b138-1109-4195-9d96-4f190164e98b","4e905fb4-7b6b-4030-b991-905150f65400","5943d27d-6db2-422d-97f5-ae98270a2556","66581b3b-4e5b-4580-8fec-9684f0168cdb","6f1bc3bb-46da-492a-850c-f1f588ad8d18","e144aa4d-3ea7-44fb-b1cb-ad51cf84bba2"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["BNG","CMR","EA3","LCC","PIO","PRM","SLD"],"rulings":[{"date":"2013-09-15","text":"Hybrid mana symbols, monocolored hybrid mana symbols, and Phyrexian mana symbols do count toward your devotion to their color(s)."},{"date":"2013-09-15","text":"If an activated ability or triggered ability has an effect that depends on your devotion to a color, you count the number of mana symbols of that color among the mana costs of permanents you control as the ability resolves. The permanent with that ability will be counted if it's still on the battlefield at that time."},{"date":"2013-09-15","text":"Mana symbols in the text boxes of permanents you control don't count toward your devotion to any color."},{"date":"2013-09-15","text":"Numeric mana symbols ({0}, {1}, and so on) in mana costs of permanents you control don't count toward your devotion to any color."},{"date":"2014-02-01","text":"The value of X is calculated only once, as the ability resolves."},{"date":"2020-11-10","text":"As Xenagos enters the battlefield, your devotion to red and green will determine whether any replacement effects that affect creatures entering the battlefield apply. Because replacement effects are considered before Xenagos is on the battlefield, the mana symbols in its mana cost won't be counted when determining this."},{"date":"2020-11-10","text":"Counters put on Xenagos remain on it while it's not a creature, even if they have no effect."},{"date":"2020-11-10","text":"If Xenagos is attacking or blocking and it stops being a creature, it will be removed from combat. It won't rejoin combat if it resumes being a creature later during that combat."},{"date":"2020-11-10","text":"If Xenagos stops being a creature, it loses the type creature and the creature type God. It continues to be a legendary enchantment."},{"date":"2020-11-10","text":"If an effect causes Xenagos to lose all abilities, its ability that causes it to stop being a creature still applies if appropriate."},{"date":"2020-11-10","text":"The type-changing ability that can make Xenagos not be a creature functions only on the battlefield. It's always a creature card in other zones, regardless of your devotion to red and green. It's always a creature spell while it's on the stack."},{"date":"2020-11-10","text":"When Xenagos enters the battlefield, your devotion to red and green will determine if a creature entered the battlefield or not for abilities that trigger whenever a creature enters the battlefield. The mana symbols in Xenagos's own mana cost are counted when determining this."},{"date":"2020-11-10","text":"Xenagos's abilities function as long as it's on the battlefield, regardless of whether it's a creature."},{"date":"2020-11-10","text":"Your devotion to two colors is the number of mana symbols among mana costs of permanents you control that are the first color, the second, or both. If an effect counts your devotion to two colors, a hybrid symbol that is both of those colors is counted just once."}],"rarities":["mythic"]},"xenograft":{"name":"Xenograft","mana_cost":{"type":"Cost","shards":["Blue"],"generic":4},"card_type":{"supertypes":[],"core_types":["Enchantment"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"As this enchantment enters, choose a creature type.\nEach creature you control is the chosen type in addition to its other types.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[{"type":"AddChosenSubtype","kind":"CreatureType"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Each creature you control is the chosen type in addition to its other types."}],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"Choose","choice_type":"CreatureType","persist":true},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"As ~ enters, choose a creature type.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"76642e7a-3c8f-45b8-9cd7-dac8086bea87","metadata":{"source_printing_ids":["f52f08e1-b234-42e4-8f1f-485a4f6edb3b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["NPH"],"rulings":[{"date":"2011-06-01","text":"Creature cards not on the battlefield and creature spells are not affected."},{"date":"2011-06-01","text":"You must choose an existing _Magic_ creature type."},{"date":"2017-09-29","text":"Replacement effects that modify creatures of a certain type as they enter the battlefield will apply (or not apply) after you apply this effect. For example, if Warrior is the chosen creature type and you control Bramblewood Paragon, a Runeclaw Bear would enter the battlefield with an additional +1/+1 counter."}],"rarities":["rare"]},"y'shtola rhul":{"name":"Y'shtola Rhul","mana_cost":{"type":"Cost","shards":["Blue","Blue"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Cat","Druid"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"At the beginning of your end step, exile target creature you control, then return it to the battlefield under its owner's control. Then if it's the first end step of the turn, there is an additional end step after this step.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Exile","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TrackedSet","id":0},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"AdditionalPhase","target":{"type":"Controller"},"phase":"End","after":"End","followed_by":[],"count":{"type":"Fixed","value":1},"attacker_restriction":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"FirstEndStepOfTurn"},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, exile target creature you control, then return it to the battlefield under its owner's control. Then if it's the first end step of the turn, there is an additional end step after this step.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Blue"],"scryfall_oracle_id":"a6a7bf77-0560-4572-a826-3bc9df1f78d1","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["6d24956c-b123-4682-9f89-6821ae45fc00","a1d3d33d-4cd9-4009-82c9-adb2e1ec45cb","aef218fa-13a4-4653-95d6-6b3ef1b33a92"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PFIN"],"rulings":[{"date":"2025-06-06","text":"Abilities that trigger \"at the beginning of [your/the] end step\" will trigger at the beginning of each of your additional end steps as well."},{"date":"2025-06-06","text":"Additional end steps don't come with any other additional steps (such as cleanup). Damage marked on permanents won't be removed until you actually get to the cleanup step (which will happen after your second end step), and \"until end of turn\" and \"this turn\" effects won't end until the cleanup step either."},{"date":"2025-06-06","text":"If a permanent with an ability that triggers \"at the beginning of the end step\" enters during your first end step, that ability won't trigger during that end step, but it will trigger during your second end step. Likewise, if a delayed triggered ability that triggers \"at the beginning of the next end step\" is created during your first end step, that ability will trigger during your second end step."},{"date":"2025-06-06","text":"If the target creature is an illegal target as Y'shtola Rhul's ability tries to resolve, it won't resolve and none of its effects will happen. There won't be an additional end step."}],"rarities":["mythic"]},"yarus, roar of the old gods":{"name":"Yarus, Roar of the Old Gods","mana_cost":{"type":"Cost","shards":["Red","Green"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Centaur","Druid"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Other creatures you control have haste.\nWhenever one or more face-down creatures you control deal combat damage to a player, draw a card.\nWhenever a face-down creature you control dies, return it to the battlefield face down under its owner's control if it's a permanent card, then turn it face up.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"FaceDown"}]},"description":"Whenever one or more face-down creatures you control deal combat damage to a player, draw a card.","constraint":null,"condition":null,"batched":true},{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"face_down_profile":{}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"TurnFaceUp","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"TargetMatchesFilter","filter":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]},"use_lki":false},"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"FaceDown"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a face-down creature you control dies, return it to the battlefield face down under its owner's control if it's a permanent card, then turn it face up.","constraint":null,"condition":null,"batched":false}],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"}]},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Other creatures you control have haste."}],"replacements":[],"color_override":["Green","Red"],"color_identity":["Green","Red"],"scryfall_oracle_id":"30fd6171-3e57-4c05-a86b-e1c0479ba236","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["2230bda5-42a9-40fa-bda4-1eabab5675f4","326845a7-7502-4dc3-8f3e-867d6c84e931"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["MKM","PMKM"],"rulings":[{"date":"2024-02-02","text":"If Yarus, Roar of the Old Gods dies at the same time as one or more face-down creatures you control, its last ability triggers for each of those creatures."},{"date":"2024-02-02","text":"If a face-down creature dies but the permanent card it becomes in the graveyard leaves the graveyard before Yarus, Roar of the Old Gods's last ability resolves, it will not return to the battlefield."},{"date":"2024-02-02","text":"If a permanent card that would be returned to the battlefield face down by Yarus, Roar of the Old Gods's last ability can't be turned face up for some reason, it'll still be returned to the battlefield, but it will stay face down. In that case, it will be a 2/2 creature with no name, mana cost, or creature types. Since it isn't disguised or cloaked, it won't have ward {2}."},{"date":"2024-02-02","text":"Normally, combat damage is dealt all at the same time. In that case, Yarus, Roar of the Old Gods's last ability triggers once for each player that face-down creatures you control dealt combat damage to, regardless of how many creatures were dealing that damage. If any of those face-down creatures have double strike or first strike, the ability will trigger once for each player dealt damage in each combat damage step."}],"rarities":["rare"]},"yavimaya enchantress":{"name":"Yavimaya Enchantress","mana_cost":{"type":"Cost","shards":["Green"],"generic":2},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Druid"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"This creature gets +1/+1 for each enchantment on the battlefield.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}}}},{"type":"AddDynamicToughness","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Enchantment"],"controller":null,"properties":[]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +1/+1 for each enchantment on the battlefield."}],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"495fc654-7986-4d76-9d5c-bc1484e98de2","metadata":{"source_printing_ids":["18637e89-4794-46a8-bb80-b35211648d4f","75cc6976-7247-4cd9-a0f0-fcb2e860a70e","88ed4258-eeb8-4c50-9119-8c54331bd219","94ec6cdd-11ba-4acd-9bbc-87f01f703642","b60e2daa-3740-40f0-a333-8b7f4c2da34a","b986f77f-e05b-4c31-824f-d6f746985de1","c9e3934e-6169-416e-92bb-359e41900c3b","e41f45f1-9ed1-4ef2-8c2b-bab513d6a721","e7255a92-12eb-4506-a3fa-996cd38ca836","fa01c252-37f4-41af-b1a0-f30cdbdacf01"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["10E","7ED","8ED","9ED","C18","EMA","TD0","UDS"],"rarities":["common","uncommon"]},"yawgmoth, thran physician":{"name":"Yawgmoth, Thran Physician","mana_cost":{"type":"Cost","shards":["Black","Black"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Cleric"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Protection from Humans\nPay 1 life, Sacrifice another creature: Put a -1/-1 counter on up to one target creature and draw a card.\n{B}{B}, Discard a card: Proliferate. (Choose any number of permanents and/or players, then give each another counter of each kind already there.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Protection":{"CardType":"humans"}}],"abilities":[{"kind":"Activated","effect":{"type":"PutCounter","counter_type":"M1M1","count":{"type":"Fixed","value":1},"target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"PayLife","amount":{"type":"Fixed","value":1}},{"type":"Sacrifice","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":"Pay 1 life, Sacrifice another creature: Put a -1/-1 counter on up to one target creature and draw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":1}},"forward_result":false},{"kind":"Activated","effect":{"type":"Proliferate"},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black","Black"],"generic":0}},{"type":"Discard","count":{"type":"Fixed","value":1},"filter":null,"random":false,"self_ref":false}]},"sub_ability":null,"duration":null,"description":"{B}{B}, Discard a card: Proliferate.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"a1e232c0-dc38-47be-a5a0-f68bc1d86a29","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["09ed98e1-898b-494b-a27d-7c1ab28cd9f1","4ef603c2-b09c-40e9-b3ab-fceb4964aafd","6ed83401-0b7e-48c7-b1a4-8e97aec29960","81564970-23ad-41a3-b5e0-21bdf13f6248","8690cbcc-f8fd-41f7-9e28-e61c12b04014","b5a79f5d-d0df-4799-ac3a-84305e3af0c9","f902a1cd-d04f-4a8c-9aed-a618d0a2e2fa"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["DMR","FCA","J21","MH1","TSR"],"rulings":[{"date":"2021-03-19","text":"Protection from Humans refers only to the creature type Human. As far as Yawgmoth is concerned, you, your opponents, and planeswalkers aren't Humans."},{"date":"2021-03-19","text":"You may activate Yawgmoth's first activated ability without choosing a target creature. You'll just draw a card. However, if you choose a target and it becomes illegal before the ability tries to resolve, the ability won't resolve and you won't draw a card."},{"date":"2022-12-08","text":"If a permanent has +1/+1 counters and -1/-1 counters on it, they're removed in pairs as a state-based action until that permanent has only one of those kinds of counters on it."},{"date":"2022-12-08","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2022-12-08","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2022-12-08","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."},{"date":"2023-02-04","text":"An ability that triggers \"Whenever you proliferate\" triggers even if you chose no permanents or players while doing so."},{"date":"2023-02-04","text":"If a permanent ever has both +1/+1 counters and -1/-1 counters on it at the same time, they're removed in pairs as a state-based action so that the permanent has only one of those kinds of counters on it."},{"date":"2023-02-04","text":"If a player or permanent has more than one kind of counter on it, and you choose for it to get additional counters, it must get one of each kind of counter it already has. You can't have it get just one kind of counter it already has and not the others."},{"date":"2023-02-04","text":"Players can respond to a spell or ability whose effect includes proliferating. Once that spell or ability starts to resolve, however, and its controller chooses which permanents and players will get new counters, it's too late for anyone to respond."},{"date":"2023-02-04","text":"To proliferate, you can choose any permanent that has a counter, including ones controlled by opponents. You can choose any player who has a counter, including opponents. You can't choose cards in any zone other than the battlefield, even if they have counters on them."},{"date":"2023-02-04","text":"You don't have to choose every permanent or player that has a counter, only the ones you want to add another counter to. Since \"any number\" includes zero, you don't have to choose any permanents at all, and you don't have to choose any players at all."}],"rarities":["mythic","special"]},"yedora, grave gardener":{"name":"Yedora, Grave Gardener","mana_cost":{"type":"Cost","shards":["Green"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Treefolk","Druid"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Whenever another nontoken creature you control dies, you may return it to the battlefield face down under its owner's control. It's a Forest land. (It has no other types or abilities.)","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Battlefield","target":{"type":"TriggeringSource"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"face_down_profile":{"body":"Noncreature","extra_core_types":["Land"],"subtypes":["Forest"]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false},"valid_card":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"NonToken"},{"type":"Another"}]},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Battlefield"],"phase":null,"optional":true,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever another nontoken creature you control dies, you may return it to the battlefield face down under its owner's control. It's a Forest land.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"1fa20b05-cc06-4fb7-ae76-677a29e2185a","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1a124f4e-b44c-4ab5-bb99-77df62b6c953","320b9678-5bbc-40dd-a508-90a647e95a71","552ddba8-e1e3-44d8-b341-441c2b4cd937","5bc9808d-1d47-417d-bba8-06694a83d88e","606715cc-c0b8-466a-90a0-719cba1968d6","7b852b55-bee1-46fc-87e4-5c01b90bbd43","a7d8f80e-ece1-49f1-8e14-589d579a568e","b2e3a335-56ec-4e9d-8171-c436783666d2","d5f097cf-a032-45ff-bc0b-7d3625f05c1c"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C21","CMM","DSC","MKC","MUL","PRM"],"rulings":[{"date":"2021-04-16","text":"If one of these Forests is turned face up, the effect making it a Forest land will expire. The face-up permanent will again have its printed name, type line, mana cost, abilities, and so on."},{"date":"2021-04-16","text":"If the face-down card has morph, you can pay its morph cost to turn it face up."},{"date":"2021-04-16","text":"The face-down card has no name or colors. Its only type is land, its only subtype is Forest, and its only ability is \"{T}: Add {G}.\""}],"rarities":["uncommon","rare"]},"yenna, redtooth regent":{"name":"Yenna, Redtooth Regent","mana_cost":{"type":"Cost","shards":["Green","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elf","Noble"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"{2}, {T}: Choose target enchantment you control that doesn't have the same name as another permanent you control. Create a token that's a copy of it, except it isn't legendary. If the token is an Aura, untap Yenna, then scry 2. Activate only as a sorcery.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"TargetOnly","target":{"type":"Typed","type_filters":["Enchantment"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":2}},{"type":"Tap"}]},"sub_ability":{"kind":"Spell","effect":{"type":"CopyTokenOf","target":{"type":"ParentTarget"},"owner":{"type":"Controller"},"enters_attacking":false,"tapped":false,"count":{"type":"Fixed","value":1},"additional_modifications":[{"type":"RemoveSupertype","supertype":"Legendary"}]},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"SelfRef"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":2},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"And","filters":[{"type":"LastCreated"},{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"And","filters":[{"type":"LastCreated"},{"type":"Typed","type_filters":[{"Subtype":"Aura"}],"controller":null,"properties":[]}]}}},"comparator":"GE","rhs":{"type":"Fixed","value":1}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"{2}, {T}: Choose target enchantment you control that doesn't have the same name as another permanent you control. Create a token that's a copy of it, except it isn't legendary. If the token is an Aura, untap ~, then scry 2. Activate only as a sorcery.","target_prompt":null,"activation_restrictions":[{"type":"AsSorcery"}],"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green","White"],"scryfall_oracle_id":"0adede77-5181-4190-8066-4797cefe0189","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["3ae3c4af-2b85-5943-bab1-760e1b7da047"],"source_printing_ids":["a02f04f7-a345-4aa9-933c-1969f0cdd5c6","e635d461-254a-434e-8e5d-dea61dd8ca4f"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["PWOE","WOE"],"rulings":[{"date":"2023-09-01","text":"Any enters-the-battlefield abilities of the copied enchantment will trigger when the token enters the battlefield. Any \"as [this enchantment] enters the battlefield\" or \"[this enchantment] enters the battlefield with\" abilities of the enchantment will also work."},{"date":"2023-09-01","text":"Except for the listed exceptions, the token copies exactly what was printed on the original enchantment and nothing else (unless that enchantment is itself copying something else; see below). It doesn't copy whether that permanent is tapped or untapped, whether it has any counters on it or Auras attached to it, or any non-copy effects that have changed its power, toughness, types, color, and so on."},{"date":"2023-09-01","text":"If something becomes a copy of the token, the copy also isn't legendary."},{"date":"2023-09-01","text":"If the copied enchantment has {X} in its mana cost, X is 0."},{"date":"2023-09-01","text":"If the copied enchantment is copying something else, then the token enters the battlefield as whatever that creature copied, with the stated exceptions."}],"rarities":["rare"]},"yiazmat, ultimate mark":{"name":"Yiazmat, Ultimate Mark","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":6},"loyalty":null,"defense":null,"oracle_text":"{1}{B}, Sacrifice another creature or artifact: Yiazmat gains indestructible until end of turn. Tap it.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":null},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":["Black"],"generic":1}},{"type":"Sacrifice","target":{"type":"Or","filters":[{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[{"type":"Another"}]},{"type":"Typed","type_filters":["Artifact"],"controller":null,"properties":[{"type":"Another"}]}]},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":"Tap it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{1}{B}, Sacrifice another creature or artifact: ~ gains indestructible until end of turn. Tap it.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":["Black"],"color_identity":["Black"],"scryfall_oracle_id":"d74f9a18-8dab-4549-be3f-9697ff68d73c","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["ce4fe62d-f077-54ec-83ec-f719fbf726a8"],"source_printing_ids":["c3eb2ae5-10de-4c3d-91c8-8734befc80b2","de8067cc-3de3-43b2-8fcf-6dce6f4f7db1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"layout":"transform","printings":["FIN"],"rarities":["uncommon"]},"yixlid jailer":{"name":"Yixlid Jailer","mana_cost":{"type":"Cost","shards":["Black"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Zombie","Wizard"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Cards in graveyards lose all abilities.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"InZone","zone":"Graveyard"}]},"modifications":[{"type":"RemoveAllAbilities"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Cards in graveyards lose all abilities."}],"replacements":[],"color_override":null,"color_identity":["Black"],"scryfall_oracle_id":"1f55303e-1369-4e42-9ed4-36609887c7c1","metadata":{"source_printing_ids":["3f2ef91f-d113-4e8d-a164-c6e261aa9c12","ff6ba6a5-942d-44ff-87a9-3febf0b7e39b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["DCI","FUT","PRM","TSR"],"rulings":[{"date":"2021-03-19","text":"If a card in a graveyard has an ability that defines a * in its power or toughness, that * is 0. For example, Tarmogoyf is a 0/1 creature card in your graveyard while you control Yixlid Jailer."},{"date":"2021-03-19","text":"If a card with changeling is in a graveyard, it still has all creature types."},{"date":"2021-03-19","text":"If a spell or ability allows you to cast a spell from your graveyard, the first step in doing so is to move it to the stack. That spell's additional and alternative costs may be applied. However, if a card's own ability allows you to cast it from your graveyard (such as a flashback ability) Yixlid Jailer stops that ability."},{"date":"2021-03-19","text":"If an ability triggers when the object that has it is put into a graveyard from anywhere other than the battlefield, such as Krosan Tusker or Narcomoeba, that ability triggers from the graveyard. Yixlid Jailer stops those abilities from triggering at all. This includes abilities that trigger when a card is put into a graveyard \"from anywhere,\" even if that card was on the battlefield."},{"date":"2021-03-19","text":"If an ability triggers when the object that has it is put into a graveyard from the battlefield, that ability triggers from the battlefield and isn't affected by Yixlid Jailer."},{"date":"2021-03-19","text":"Some cards have abilities that apply \"as [this card] enters the battlefield\" or state that \"[this card] enters the battlefield with\" counters. Although these cards won't have these abilities in the graveyard, they will be applied if the cards are put onto the battlefield from the graveyard (due to Zombify, perhaps). What matters is that these cards will have these abilities on the battlefield."},{"date":"2021-03-19","text":"Some replacement effects cause a card to be put somewhere else instead of being put into a graveyard (such as that of Darksteel Colossus). These effects mean the card is never actually put into the graveyard, so Yixlid Jailer doesn't affect that ability."}],"rarities":["uncommon"]},"yosei, the morning star":{"name":"Yosei, the Morning Star","mana_cost":{"type":"Cost","shards":["White","White"],"generic":4},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Dragon","Spirit"]},"power":{"type":"Fixed","value":5},"toughness":{"type":"Fixed","value":5},"loyalty":null,"defense":null,"oracle_text":"Flying\nWhen Yosei dies, target player skips their next untap step. Tap up to five target permanents that player controls.","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"SkipNextStep","target":{"type":"Player"},"step":{"type":"Step","data":"Untap"},"count":{"type":"Fixed","value":1},"scope":"next_occurrence"},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"Typed","type_filters":["Permanent"],"controller":"You","properties":[]},"scope":{"type":"Single"},"state":{"type":"Tap"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"multi_target":{"min":0,"max":{"type":"Fixed","value":5}},"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":["Graveyard"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Player"},"valid_source":null,"description":"When ~ dies, target player skips their next untap step. Tap up to five target permanents that player controls.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"5c2d0ead-8bfc-4ca7-9b38-2fc07af1c1d5","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["0d3813fe-b6d1-4b3d-8b51-28b4b0544bee","1b38f14a-bd10-47c1-8772-5abe0a0b243f","376485a9-7cf5-43e0-919d-4de06b6aec61","47af956c-e2ba-47c5-bc5d-ec0ab345ce57"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["CHK","IMA","MMA","PLST"],"rulings":[{"date":"2017-11-17","text":"If a permanent won't untap during its controller's next untap step, that effect waits to apply until its controller has an untap step that isn't skipped."},{"date":"2017-11-17","text":"If all of the permanents targeted by Yosei's ability become illegal targets, nothing becomes tapped, but the target player still skips their untap step."},{"date":"2017-11-17","text":"If any of the targets of Yosei's ability are illegal, they won't be tapped."},{"date":"2017-11-17","text":"If more than one effect instructs a player to skip their next untap step, such as if Yosei dies more than once in a turn, that player skips that many untap steps. This is different from effects that state that something doesn't untap during an untap step."},{"date":"2017-11-17","text":"If the player becomes an illegal target, the target permanents are tapped, but the player doesn't skip their untap step."}],"rarities":["rare","mythic"]},"you've been caught stealing":{"name":"You've Been Caught Stealing","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Sorcery"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Choose one —\n• Threaten the Merchant — Each creature blocks this turn if able.\n• Bribe the Guards — You create a Treasure token for each opponent who was dealt damage this turn. (It's an artifact with \"{T}, Sacrifice this token: Add one mana of any color.\")","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"ForceBlock","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},{"kind":"Spell","effect":{"type":"Token","name":"Treasure","power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":0},"types":["Artifact","Treasure"],"colors":[],"keywords":[],"tapped":false,"count":{"type":"Ref","qty":{"type":"PlayerCount","filter":{"type":"OpponentDealtDamage","kind":"Any"}}},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"750b61a1-7eb1-4ce2-8a56-fa63f8e48755","modal":{"min_choices":1,"max_choices":1,"mode_count":2,"mode_descriptions":["Threaten the Merchant — Each creature blocks this turn if able.","Bribe the Guards — You create a Treasure token for each opponent who was dealt damage this turn."],"allow_repeat_modes":false,"chooser":{"type":"Controller"}},"metadata":{"related_token_ids":["7fb44e8f-f3f6-5834-b4ef-a0249adacc31"],"source_printing_ids":["82730ad9-26d1-4349-a1f0-10307d76ad97"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","vintage":"legal"},"printings":["CLB"],"rarities":["common"]},"young pyromancer":{"name":"Young Pyromancer","mana_cost":{"type":"Cost","shards":["Red"],"generic":1},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast an instant or sorcery spell, create a 1/1 red Elemental creature token.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"types":["Creature","Elemental"],"colors":["Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell, create a 1/1 red Elemental creature token.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"5fac139a-07d3-4e6c-98e3-d98b199f7a6f","metadata":{"related_token_ids":["27b9adf3-cfb3-5551-adad-757e7f00201c","3937d118-134c-59bb-b38f-5cd60d31c753","4d3d1d6f-5817-57d6-8568-7b234f094c2e","6bb700ca-932f-59b3-b309-728e51d6f3f6","b729388a-eea6-5c99-a333-26a1cfed0ffb","c954ce72-0a39-500e-9859-57be1a2e8616","d4a228fe-0702-5871-83bb-6bef95c79a7d"],"source_printing_ids":["218af707-cc60-407e-af20-e21879a0e902","219577e6-758a-4135-9a8d-f95df964137a","4ba02df9-4ccd-4e0f-a1f2-f0f6c7fd6329","6f10099a-d256-44ec-a7a3-c93b27741d06","74bd3e04-2cc6-4538-b0e4-11a3653f8331","74e1698b-cd80-4cf2-92d6-62c0197eca0b","8afb19df-b96a-4736-81ab-3561e2767d2d","96ff0ce1-9737-452a-9ecb-b32a3e926283","9b53aa90-f8d6-4cbc-9836-9e4d95ea74f7","9c1f44d0-7fb2-40f5-93a9-1a465372dd82","c0d74ecd-a595-4012-81b4-083264b40c94","e349c204-3a93-4bf7-b79a-5f5f261ea2d3","e63195ed-5c3e-40e8-9cc2-5cbc1faf7f7f","f233a41f-106b-4bf0-a599-7ac5d83cfed5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["2X2","DDS","EMA","J22","J25","JMP","M14","OTC","PLST","PRM","SS3","TDC","TSR","UMA"],"rulings":[{"date":"2021-03-19","text":"An ability that triggers when a player casts a spell resolves before the spell that caused it to trigger, but after targets have been chosen for that spell. It resolves even if that spell is countered."}],"rarities":["uncommon","special"]},"young wolf":{"name":"Young Wolf","mana_cost":{"type":"Cost","shards":["Green"],"generic":0},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Wolf"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Undying (When this creature dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.)","non_ability_text":null,"flavor_name":null,"keywords":["Undying"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"ChangeZone","origin":"Graveyard","destination":"Battlefield","target":{"type":"SelfRef"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false,"enter_with_counters":[["P1P1",{"type":"Fixed","value":1}]]},"cost":null,"sub_ability":null,"duration":null,"description":"Return it to the battlefield with a +1/+1 counter on it","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":"Battlefield","destination":"Graveyard","trigger_zones":[],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"CR 702.93a: When ~ dies, if it had no +1/+1 counters on it, return it to the battlefield under its owner's control with a +1/+1 counter on it.","constraint":null,"condition":{"type":"Not","condition":{"type":"HadCounters","counter_type":"P1P1"}},"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Green"],"scryfall_oracle_id":"8b492764-10b6-4506-be11-22daa9220a91","metadata":{"source_printing_ids":["00c08222-4c57-4bd4-9ec7-d4efae8e76bb","07dccb5f-dca4-44d1-bbbf-a84dd016fbb1","0c39aa40-ef5f-40f1-a6dd-fbce91172c50","490bec65-fe8e-427c-a97b-c904bffbc637","5e1108d8-6dd5-4275-956d-4a787af16d0f","9481d9d8-baee-4d83-8669-44bc6de42ca4","cc608dff-ea3d-4c56-a112-25373c0d1047","ed2ca825-b029-495f-83fc-54366229d417","ef35081b-1dfb-452c-95ba-884f0ee93f80"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","timeless":"legal","vintage":"legal"},"printings":["DKA","INR","J22","PLST","SIS","SLD"],"rarities":["common","rare"]},"your inescapable doom":{"name":"Your Inescapable Doom","mana_cost":{"type":"NoCost"},"card_type":{"supertypes":["Ongoing"],"core_types":["Scheme"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"(An ongoing scheme remains face up.)\nAt the beginning of your end step, put a doom counter on this scheme, then this scheme deals damage equal to the number of doom counters on it to the opponent with the highest life total among your opponents. If two or more players are tied for highest life total, you choose one.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"Phase","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"doom","count":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Ref","qty":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"doom"}},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChooseFromZone","count":1,"zone":"Exile","zone_owner":"Controller","chooser":"Controller","up_to":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield","Command"],"phase":"End","optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"At the beginning of your end step, put a doom counter on this scheme, then this scheme deals damage equal to the number of doom counters on it to the opponent with the highest life total among your opponents. If two or more players are tied for highest life total, you choose one.","constraint":{"type":"OnlyDuringYourTurn"},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"c54101eb-8c10-420d-8172-d5985f348463","parse_warnings":[{"type":"TargetFallback","context":"parse_target could not classify","text":"this scheme","line_index":0},{"type":"TargetFallback","context":"parse_target could not classify","text":"the opponent with the highest life total among your opponents","line_index":0}],"legalities":{},"printings":["DCI"]},"yuriko, the tiger's shadow":{"name":"Yuriko, the Tiger's Shadow","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Ninja"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Commander ninjutsu {U}{B} ({U}{B}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand or the command zone tapped and attacking.)\nWhenever a Ninja you control deals combat damage to a player, reveal the top card of your library and put that card into your hand. Each opponent loses life equal to that card's mana value.","non_ability_text":null,"flavor_name":null,"keywords":[{"CommanderNinjutsu":{"type":"Cost","shards":["Blue","Black"],"generic":0}}],"abilities":[{"kind":"Activated","effect":{"type":"RuntimeHandled","handler":"NinjutsuFamily"},"cost":{"type":"NinjutsuFamily","variant":"CommanderNinjutsu","mana_cost":{"type":"Cost","shards":["Blue","Black"],"generic":0}},"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[{"mode":"DamageDone","execute":{"kind":"Spell","effect":{"type":"RevealTop","player":{"type":"Controller"},"count":1},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"ChangeZone","origin":null,"destination":"Hand","target":{"type":"ParentTarget"},"owner_library":false,"enter_transformed":false,"enter_tapped":false,"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"LoseLife","amount":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"Demonstrative"}}}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"Opponent"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Player"},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Ninja"}],"controller":"You","properties":[]},"description":"Whenever a Ninja you control deals combat damage to a player, reveal the top card of your library and put that card into your hand. Each opponent loses life equal to that card's mana value.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Black","Blue"],"color_identity":["Black","Blue"],"scryfall_oracle_id":"a7043fbd-1dfd-42cf-be4b-cc343d0949e5","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["3bd81ae6-e628-447a-a36b-597e63ede295","6b26622f-7bf5-4a07-b109-4bcb13fdb010","6e4ef5bf-f055-4f0a-b1f4-263081f39104","7af7847e-82e6-45ed-834d-6f3bcba44017","f058f8e8-aa01-4dc0-a6a5-0490521b83d4","f43fe61f-513e-4308-8194-99f73c6fa972","fe9be3e0-076c-4703-9750-2a6b0a178bc9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"restricted","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["C18","CMM","CMR","FCA","J19","PL22","PLG21","PLST","PRM","PZ2"],"rulings":[{"date":"2020-11-10","text":"Activating Yuriko's commander ninjutsu ability isn't the same as casting Yuriko as a spell. You won't have to pay the commander tax to activate that ability, and activating that ability won't increase the commander tax to pay later."},{"date":"2020-11-10","text":"Although the ninjutsu ability has the creature enter the battlefield attacking, it was never declared as an attacking creature (for the purposes of abilities that trigger whenever a creature attacks, for example)."},{"date":"2020-11-10","text":"Commander ninjutsu is a variant of ninjutsu that can be activated from the command zone as well as from your hand. Just as with regular ninjutsu, the Ninja enters attacking the player or planeswalker that the returned creature was attacking."},{"date":"2020-11-10","text":"If a card in a player's library has {X} in its mana cost, X is considered to be 0."}],"rarities":["rare","mythic"]},"zack fair":{"name":"Zack Fair","mana_cost":{"type":"Cost","shards":["White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Soldier"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Zack Fair enters with a +1/+1 counter on it.\n{1}, Sacrifice Zack Fair: Target creature you control gains indestructible until end of turn. Put Zack Fair's counters on that creature and attach an Equipment that was attached to Zack Fair to that creature.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Indestructible"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain indestructible"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Sacrifice","target":{"type":"SelfRef"},"count":1}]},"sub_ability":{"kind":"Spell","effect":{"type":"MoveCounters","source":{"type":"SelfRef"},"counter_type":null,"count":null,"mode":"Put","selection":"StackTarget","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Attach","attachment":{"type":"Typed","type_filters":[{"Subtype":"Equipment"}],"controller":null,"properties":[{"type":"AttachedToSource"}]},"target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":"{1}, Sacrifice ~: Target creature you control gains indestructible until end of turn. Put ~'s counters on that creature and attach an Equipment that was attached to ~ to that creature.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[{"event":"Moved","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":1},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"mode":{"type":"Mandatory"},"valid_card":{"type":"SelfRef"},"description":"~ enters with a +1/+1 counter on it.","condition":null,"destination_zone":"Battlefield"}],"color_override":null,"color_identity":["White"],"scryfall_oracle_id":"e84d146a-1c67-49df-b062-622794e45c42","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["90ab9143-23e0-437e-bc51-a46f3497c195","f21f9161-5945-40da-8da0-446f6a4a1c23","f99f3a14-3a7c-4c1c-b747-c6b1144ef1f1"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","standard":"legal","standardbrawl":"legal","timeless":"legal","vintage":"legal"},"printings":["FIN","PMEI"],"rulings":[{"date":"2025-06-06","text":"In some unusual cases, you may end up putting the appropriate counters on more than one permanent. For example, if you control The Ozolith (\"Whenever a creature you control leaves the battlefield, if it had counters on it, put those counters on The Ozolith.\") when Zack Fair's last ability resolves, you'll put the appropriate number of each kind of counter onto both The Ozolith and the target creature."},{"date":"2025-06-06","text":"Zack Fair's last ability doesn't cause you to move counters from Zack Fair onto the target creature. Rather, you put the same number of each kind of counter Zack Fair had when it was sacrificed onto the target creature."},{"date":"2025-06-06","text":"Zack Fair's last ability puts all counters that were on Zack Fair onto the target creature, not just its +1/+1 counters."}],"rarities":["uncommon"]},"zada, hedron grinder":{"name":"Zada, Hedron Grinder","mana_cost":{"type":"Cost","shards":["Red"],"generic":3},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Goblin","Ally"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Whenever you cast an instant or sorcery spell that targets only Zada, copy that spell for each other creature you control that the spell could target. Each copy targets a different one of those creatures.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"ParentTarget"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"CopySpell","target":{"type":"Any"},"retarget":{"type":"KeepOriginalTargets"},"starting_loyalty_from_casualty_sacrifice":false},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[{"type":"TargetsOnly","filter":{"type":"SelfRef"}}]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[{"type":"TargetsOnly","filter":{"type":"SelfRef"}}]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast an instant or sorcery spell that targets only ~, copy that spell for each other creature you control that the spell could target. Each copy targets a different one of those creatures.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"9f7d5e1c-bf5b-4ab9-bd6e-2627b4d22b36","brawl_commander":true,"is_commander":true,"parse_warnings":[{"type":"SwallowedClause","detector":"DynamicQty","description":"Whenever you cast an instant or sorcery spell that targets only Zada, copy that spell for each other creature you control that the spell cou","line_index":0}],"metadata":{"source_printing_ids":["15309fb1-3691-432e-a7e1-c48e260dc5a7","4520cdcc-a10f-4b39-9c6f-ba86f6aa2c87","7ec60f51-9845-4b5c-a920-c1bd22e0e7b5","8994524c-b9ff-4ca0-9ff0-2d074911bfe6","a9673216-eddc-4efd-81d7-d593156ed41b","b17fb671-f7ff-4633-bdef-39375c6f857c","baa36309-4bcc-4455-813a-c0243b906792","c20c7276-002e-452d-8db0-3c01b8796452","d582b933-adbe-4706-a3c9-c19b6c52fd72","eecb62d2-9b64-4d3c-a9b3-3f11dd5a8e7e","fc0969f1-92a0-47c3-8eff-d106fbef2f7e"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["A25","BFZ","CMM","J25","MUL","PBFZ","PLST","SLD"],"rulings":[{"date":"2018-03-16","text":"Any creature you control that couldn't be targeted by the original spell (due to shroud, protection abilities, targeting restrictions, or any other reason) is just ignored by Zada's ability."},{"date":"2018-03-16","text":"If the spell that's copied has an X whose value was determined as it was cast (like Rolling Thunder does), the copies have the same value of X."},{"date":"2018-03-16","text":"If the spell that's copied is modal (that is, it says \"Choose one —\" or the like), the copies will have the same mode. You can't choose a different one."},{"date":"2018-03-16","text":"If you cast an instant or sorcery spell that has multiple targets, but it's targeting only Zada with all of them, Zada's ability will trigger. The copies will similarly each be targeting only one of your other creatures. You can't change any of the copy's targets to other creatures."},{"date":"2018-03-16","text":"The controller of a copy can't choose to pay any alternative or additional costs for the copy. However, effects based on any alternative or additional costs that were paid for the original spell are copied as though those same costs were paid for the copy."},{"date":"2018-03-16","text":"The copies that the ability creates are created on the stack, so they're not cast. Abilities that trigger when a player casts a spell (like Zada's ability itself) won't trigger."},{"date":"2018-03-16","text":"You control all the copies. You choose the order the copies are put onto the stack. The original spell will be on the stack beneath those copies and will resolve last."},{"date":"2018-03-16","text":"Zada's ability triggers whenever you cast an instant or sorcery spell that targets only Zada and no other object or player."}],"rarities":["uncommon","rare"]},"zaffai, thunder conductor":{"name":"Zaffai, Thunder Conductor","mana_cost":{"type":"Cost","shards":["Blue","Red"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Shaman"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Magecraft — Whenever you cast or copy an instant or sorcery spell, scry 1. If that spell's mana value is 5 or greater, create a 4/4 blue and red Elemental creature token. If that spell's mana value is 10 or greater, Zaffai deals 10 damage to an opponent chosen at random.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCastOrCopy","execute":{"kind":"Spell","effect":{"type":"Scry","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Token","name":"Elemental","power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"types":["Creature","Elemental"],"colors":["Blue","Red"],"keywords":[],"tapped":false,"count":{"type":"Fixed","value":1},"owner":{"type":"Controller"},"enters_attacking":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":10},"target":{"type":"Typed","type_filters":[],"controller":"Opponent","properties":[]}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"EventSource"}}},"comparator":"GE","rhs":{"type":"Fixed","value":10}},"optional_targeting":false,"optional":false,"forward_result":false,"target_selection_mode":{"type":"Random"},"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":{"type":"QuantityCheck","lhs":{"type":"Ref","qty":{"type":"ObjectManaValue","scope":{"type":"EventSource"}}},"comparator":"GE","rhs":{"type":"Fixed","value":5}},"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Or","filters":[{"type":"Typed","type_filters":["Instant"],"controller":null,"properties":[]},{"type":"Typed","type_filters":["Sorcery"],"controller":null,"properties":[]}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Controller"},"valid_source":null,"description":"Whenever you cast or copy an instant or sorcery spell, scry 1. If that spell's mana value is 5 or greater, create a 4/4 blue and red Elemental creature token. If that spell's mana value is 10 or greater, ~ deals 10 damage to an opponent chosen at random.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":["Red","Blue"],"color_identity":["Red","Blue"],"scryfall_oracle_id":"02d529df-6299-4e8f-9794-70c8061efdc4","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["e1298968-b8ac-529f-b963-afef12011187"],"source_printing_ids":["21420f60-6443-4dec-ae35-331706592e7a","ea1ab937-8647-4c83-99d5-6a40dffa4c9b"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["C21","OC21","PRM"],"rulings":[{"date":"2021-04-16","text":"\"That spell's mana value\" refers to the spell that caused the ability to trigger, not the card you look at when you scry."},{"date":"2021-04-16","text":"Each magecraft ability has a different effect, although they all have the same trigger condition, whenever you cast or copy an instant or sorcery spell."},{"date":"2021-04-16","text":"For example, if you control Archmage Emeritus and cast an instant or sorcery spell, Archmage Emeritus's magecraft ability will trigger and you will draw a card."},{"date":"2021-04-16","text":"If an effect creates a copy of an instant or sorcery spell, this will also cause the magecraft ability to trigger."},{"date":"2021-04-16","text":"If an effect creates multiple copies of an instant or sorcery spell, magecraft abilities trigger once for each copy created by the effect."},{"date":"2021-04-16","text":"If the instant or sorcery spell has {X} in its mana cost, X is the value chosen for X as the spell was cast."},{"date":"2021-04-16","text":"Some effects instruct you to copy an instant or sorcery card in a zone other than the stack. These copies do not cause magecraft abilities to trigger. However, most effects that do this also allow you to cast the copy, and casting the copy will cause magecraft abilities to trigger."},{"date":"2021-04-16","text":"The wrong card name was inadvertently included in Zaffai's printed rules text. The text above is correct and the full name of the card is Zaffai, Thunder Conductor."}],"rarities":["mythic"]},"zap":{"name":"Zap","mana_cost":{"type":"Cost","shards":["Red"],"generic":2},"card_type":{"supertypes":[],"core_types":["Instant"],"subtypes":[]},"power":null,"toughness":null,"loyalty":null,"defense":null,"oracle_text":"Zap deals 1 damage to any target.\nDraw a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[{"kind":"Spell","effect":{"type":"DealDamage","amount":{"type":"Fixed","value":1},"target":{"type":"Any"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":"~ deals 1 damage to any target.\nDraw a card.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"56115482-3fd4-45fb-b800-be68c5509cf2","metadata":{"source_printing_ids":["7502ce01-b762-40fe-a064-c7b20b08a722"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","pauper":"legal","paupercommander":"legal","premodern":"legal","vintage":"legal"},"printings":["INV"],"rarities":["common"]},"zealous conscripts":{"name":"Zealous Conscripts","mana_cost":{"type":"Cost","shards":["Red"],"generic":4},"card_type":{"supertypes":[],"core_types":["Creature"],"subtypes":["Human","Warrior"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Haste\nWhen this creature enters, gain control of target permanent until end of turn. Untap that permanent. It gains haste until end of turn.","non_ability_text":null,"flavor_name":null,"keywords":["Haste"],"abilities":[],"triggers":[{"mode":"ChangesZone","execute":{"kind":"Spell","effect":{"type":"GainControl","target":{"type":"Typed","type_filters":["Permanent"],"controller":null,"properties":[]}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"SetTapState","target":{"type":"ParentTarget"},"scope":{"type":"Single"},"state":{"type":"Untap"}},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"GenericEffect","static_abilities":[{"mode":"Continuous","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddKeyword","keyword":"Haste"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"gain haste"}],"duration":"UntilEndOfTurn","target":{"type":"ParentTarget"}},"cost":null,"sub_ability":null,"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"sub_link":"SequentialSibling"},"duration":"UntilEndOfTurn","description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"SelfRef"},"origin":null,"destination":"Battlefield","trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"When ~ enters, gain control of target permanent until end of turn. Untap that permanent. It gains haste until end of turn.","constraint":null,"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"1dae6f39-2cbd-485c-b190-017a26401fd4","metadata":{"source_printing_ids":["2576152c-d8c1-4412-89db-6e21295c9b18","5c61128d-7032-48ab-a6b2-7070ef1f52e0","63f5528a-7c59-40c5-81db-82cc54263568","78d6c026-c7ea-48e9-8125-19d55d407642","b5ca6c08-bfe0-4021-b6ad-e235c8905661","c1205f74-ffe3-401f-96ef-96f855b9ae67","df3784d4-80cd-4f78-afb3-d61f3bab5b2c","fc027b11-1ecc-430d-a862-586a14bb23c3"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["AVR","INR","J25","LTC","MM3","SIS","TSR"],"rulings":[{"date":"2021-03-19","text":"The triggered ability can target any permanent, including one that's untapped or one that you already control."}],"rarities":["rare","special"]},"zenith chronicler":{"name":"Zenith Chronicler","mana_cost":{"type":"Cost","shards":[],"generic":2},"card_type":{"supertypes":[],"core_types":["Artifact","Creature"],"subtypes":["Phyrexian","Construct"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":1},"loyalty":null,"defense":null,"oracle_text":"Whenever a player casts their first multicolored spell each turn, each other player draws a card.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"Draw","count":{"type":"Fixed","value":1},"target":{"type":"Controller"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false,"player_scope":{"type":"AllExcept","exclude":{"type":"TriggeringPlayer"}}},"valid_card":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"ColorCount","comparator":"GE","count":2}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":null,"valid_source":null,"description":"Whenever a player casts their first multicolored spell each turn, each other player draws a card.","constraint":{"type":"NthSpellThisTurn","n":1,"filter":{"type":"Typed","type_filters":["Card"],"controller":null,"properties":[{"type":"ColorCount","comparator":"GE","count":2}]}},"condition":null,"batched":false}],"static_abilities":[],"replacements":[],"color_override":null,"scryfall_oracle_id":"9fed6494-3bdd-4bc6-901f-da5fb623b152","metadata":{"source_printing_ids":["1431fe83-7dc7-4c40-8d66-6525560e4323","d9ca1010-95ab-48a0-ae69-7948e7dc73df"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["ONE","PONE"],"rarities":["rare"]},"zimone, infinite analyst":{"name":"Zimone, Infinite Analyst","mana_cost":{"type":"Cost","shards":["Green","Blue"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Human","Wizard"]},"power":{"type":"Fixed","value":0},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"The first spell you cast with {X} in its mana cost each turn costs {1} less to cast for each +1/+1 counter on Zimone.\nWhenever you cast your first spell with {X} in its mana cost each turn, put two +1/+1 counters on Zimone.","non_ability_text":null,"flavor_name":null,"keywords":[],"abilities":[],"triggers":[{"mode":"SpellCast","execute":{"kind":"Spell","effect":{"type":"PutCounter","counter_type":"P1P1","count":{"type":"Fixed","value":2},"target":{"type":"SelfRef"}},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]},"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"Any","secondary":false,"valid_target":{"type":"Typed","type_filters":[],"controller":"You","properties":[]},"valid_source":null,"description":"Whenever you cast your first spell with {X} in its mana cost each turn, put two +1/+1 counters on ~.","constraint":{"type":"NthSpellThisTurn","n":1,"filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]}},"condition":null,"batched":false}],"static_abilities":[{"mode":{"ModifyCost":{"mode":"Reduce","amount":{"type":"Cost","shards":[],"generic":1},"spell_filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]},"dynamic_count":{"type":"CountersOn","scope":{"type":"Source"},"counter_type":"P1P1"}}},"affected":{"type":"Typed","type_filters":["Card"],"controller":"You","properties":[]},"modifications":[],"condition":{"type":"QuantityComparison","lhs":{"type":"Ref","qty":{"type":"SpellsCastThisTurn","scope":"Controller","filter":{"type":"Typed","type_filters":[],"controller":null,"properties":[{"type":"HasXInManaCost"}]}}},"comparator":"EQ","rhs":{"type":"Fixed","value":0}},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"The first spell you cast with {X} in its mana cost each turn costs {1} less to cast for each +1/+1 counter on ~."}],"replacements":[],"color_override":null,"color_identity":["Green","Blue"],"scryfall_oracle_id":"977f9390-e01d-4e9d-8e9c-e543b1266972","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["605afac4-d2e5-4e68-97d2-3ac2ead5f3a9"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","oathbreaker":"legal","timeless":"legal","vintage":"legal"},"printings":["SOC"],"rulings":[{"date":"2026-03-20","text":"If you cast your first spell with {X} in its mana cost during a turn before Zimone is on the battlefield, casting another spell with {X} in its mana cost later in the turn won't cause her last ability to trigger. That spell also won't have the cost reduction from Zimone's first ability."},{"date":"2026-03-20","text":"Since Zimone's last ability won't trigger until you've finished casting your first spell with {X} in its mana cost each turn, the counters from that ability won't be placed on Zimone until after that spell's cost has been determined. The counters put on Zimone from casting your first spell with {X} in its mana cost do not reduce that same spell's cost. "},{"date":"2026-03-20","text":"Zimone's last ability resolves before the spell that caused it to trigger. It resolves even if that spell is countered or otherwise leaves the stack."}],"rarities":["mythic"]},"zinnia, valley's voice":{"name":"Zinnia, Valley's Voice","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Bird","Bard"]},"power":{"type":"Fixed","value":1},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Flying\nZinnia gets +X/+0, where X is the number of other creatures you control with base power 1.\nCreature spells you cast gain offspring {2} as you cast them. (You may pay an additional {2} as you cast a creature spell. If you do, when that creature enters, create a 1/1 token copy of it.)","non_ability_text":null,"flavor_name":null,"keywords":["Flying"],"abilities":[],"triggers":[],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddDynamicPower","value":{"type":"Ref","qty":{"type":"ObjectCount","filter":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[{"type":"Another"},{"type":"PtComparison","stat":"Power","scope":"Base","comparator":"EQ","value":{"type":"Fixed","value":1}}]}}}}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ gets +X/+0, where X is the number of other creatures you control with base power 1."},{"mode":{"CastWithKeyword":{"keyword":{"Offspring":{"type":"Cost","shards":[],"generic":2}}}},"affected":{"type":"Typed","type_filters":["Creature"],"controller":"You","properties":[]},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":["Battlefield"],"characteristic_defining":false,"description":"Creature spells you cast gain offspring {2} as you cast them."}],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"d8c16a3a-dd9d-410c-a5d5-06339a89970f","brawl_commander":true,"is_commander":true,"metadata":{"related_token_ids":["aae03160-19d3-5edd-9d4a-db5572ed77d3"],"source_printing_ids":["6263bd74-3f44-4206-8d4d-f90c333b601d","dfe36901-5841-4942-8b61-c273111f715e"]},"legalities":{"commander":"legal","duel":"legal","legacy":"legal","oathbreaker":"legal","vintage":"legal"},"printings":["BLC"],"rulings":[{"date":"2024-07-26","text":"Any \"enters\" abilities of the copied creature will trigger when the token enters. Any \"as [this creature] enters\" or \"[this creature] enters with\" abilities of the copied creature will also work."},{"date":"2024-07-26","text":"If a creature has a characteristic-defining ability that sets its power, indicated with a */* or similar in the power and toughness box, that ability is taken into account when determining its base power."},{"date":"2024-07-26","text":"If the spell is countered, the offspring ability will not trigger, and no token will be created."},{"date":"2024-07-26","text":"If the spell resolves but the creature with offspring leaves the battlefield before the offspring ability resolves, you'll still create a token copy of it."},{"date":"2024-07-26","text":"In the rare case where the creature doesn't have the offspring ability when it enters, the ability won't trigger even if you paid the offspring cost."},{"date":"2024-07-26","text":"In the rare case where the original creature is copying something else when the offspring ability resolves, the token enters as whatever that creature copied, except it's a 1/1."},{"date":"2024-07-26","text":"Many creatures with offspring abilities have other abilities that refer to them as \"this creature\" rather than referring to them by name. This difference is for clarity purposes and does not change the function of any of these abilities."},{"date":"2024-07-26","text":"Normally, a creature's base power is the power printed on the card or, for a token, the power set by the effect that created it. If another effect sets a creature's power to a specific number or value, those become its base power. If an effect modifies a creature's power without setting it, that is not included when determining its base power."},{"date":"2024-07-26","text":"Some creatures have base power and toughness 0/0 and an ability that gives them a bonus based on some criteria. Those are not characteristic-defining abilities, and that ability doesn't change its base power."},{"date":"2024-07-26","text":"The token copies exactly what was printed on the original creature and nothing else, except it's a 1/1 (unless that creature is copying something else; see below). It doesn't copy whether that creature is tapped or untapped, whether it has any counters on it or Auras and Equipment attached to it, or any non-copy effects that have changed its types, color, or so on."},{"date":"2024-07-26","text":"The token created by the offspring ability isn't \"cast\", so abilities that trigger when a creature spell is cast won't trigger for the copy."},{"date":"2024-07-26","text":"You can pay an offspring cost only once as you cast a spell with offspring. You can't try to pay it multiple times to get more token copies."}],"rarities":["mythic"]},"zirda, the dawnwaker":{"name":"Zirda, the Dawnwaker","mana_cost":{"type":"Cost","shards":["RedWhite","RedWhite"],"generic":1},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Elemental","Fox"]},"power":{"type":"Fixed","value":3},"toughness":{"type":"Fixed","value":3},"loyalty":null,"defense":null,"oracle_text":"Companion — Each permanent card in your starting deck has an activated ability. (If this card is your chosen companion, you may put it into your hand from outside the game for {3} as a sorcery.)\nAbilities you activate that aren't mana abilities cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana.\n{1}, {T}: Target creature can't block this turn.","non_ability_text":null,"flavor_name":null,"keywords":[{"Companion":{"type":"PermanentsHaveActivatedAbilities"}}],"abilities":[{"kind":"Activated","effect":{"type":"GenericEffect","static_abilities":[{"mode":"CantBlock","affected":{"type":"ParentTarget"},"modifications":[{"type":"AddStaticMode","mode":"CantBlock"}],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"can't block"}],"duration":"UntilEndOfTurn","target":{"type":"Typed","type_filters":["Creature"],"controller":null,"properties":[]}},"cost":{"type":"Composite","costs":[{"type":"Mana","cost":{"type":"Cost","shards":[],"generic":1}},{"type":"Tap"}]},"sub_ability":null,"duration":"UntilEndOfTurn","description":"{1}, {T}: Target creature can't block this turn.","target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false}],"triggers":[],"static_abilities":[{"mode":{"ReduceAbilityCost":{"mode":"Reduce","keyword":"activated","amount":2,"minimum_mana":1,"exemption":"ManaAbilities","activator":{"type":"Controller"}}},"affected":null,"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"Abilities you activate that aren't mana abilities cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana."}],"replacements":[],"color_override":null,"color_identity":["Red","White"],"scryfall_oracle_id":"7b515c56-7b1e-42a8-82b0-1b30201fb162","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["1bd8e61c-2ee8-4243-a848-7008810db8a0","4722cf09-7de9-4ed3-a3aa-983358905cb4","5a8df264-e89e-43a6-a4a1-9cf4f038172a","5fe75365-7f6d-4faf-9f55-0ba83821836a","b9eebeff-1ec0-4631-b2bc-e46984fb63c1","ff7301bd-05db-436b-8a49-5840c4cb9995"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"banned","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["IKO","MUL","PIKO","PRM"],"rulings":[{"date":"2020-04-17","text":"Activated abilities contain a colon. They're generally written \"[Cost]: [Effect].\" Some keyword abilities are activated abilities (such as cycling) and will have colons in their reminder text."},{"date":"2020-04-17","text":"Activating Zirda's last ability after a creature has blocked won't remove the blocking creature from combat or cause the creature it blocked to become unblocked."},{"date":"2020-04-17","text":"An activated mana ability is one that produces mana as it resolves, not one that costs mana to activate."},{"date":"2020-04-17","text":"Before shuffling your deck to become your library, you may reveal one card from outside the game to be your companion if your starting deck meets the requirements of the companion ability. You can't reveal more than one. It remains revealed outside the game as the game begins."},{"date":"2020-04-17","text":"Effects that reduce the generic mana cost of an activation cost can't reduce that cost's colored mana requirements. The activation cost is reduced by only {1} if doing so reduces that cost to one mana. For example, a cycling cost of {2} would become {1}, and one of {1}{R} would become {R}. The activation cost is unaffected if it already costs one or zero mana (such as the activation cost of Zirda's last ability)."},{"date":"2020-04-17","text":"If more than one player wishes to reveal a companion, the starting player does so first, and players proceed in turn order. Once a player has chosen not to reveal a companion, that player can't change their mind."},{"date":"2020-04-17","text":"If you reveal a companion outside the game, for as long as it remains there, you may pay {3} any time you could cast a sorcery (that is, you have priority during your main phase and the stack is empty). Once you do, you put it into your hand and behaves like any other card you've brought into the game. For example, if it's discard, countered, or destroyed, it's put into your graveyard, remaining in the game. This is a change from previous rules."},{"date":"2020-04-17","text":"Paying {3} to put your companion into your hand is a special action. It doesn't use the stack and players can't respond to it. Once you take this action, you may cast that card if it's legal to do so before any other player can take actions."},{"date":"2020-04-17","text":"Permanent cards are artifact, creature, enchantment, land, and planeswalker cards. Land cards with basic land types have intrinsic activated mana abilities associated with those types."},{"date":"2020-04-17","text":"The companion ability has no effect if the card is in your starting deck and creates no restriction on putting a card with a companion ability into your starting deck. For example, Zirda may be in your starting deck even if your other permanent cards don't all have activated abilities."},{"date":"2020-04-17","text":"The companion's other abilities apply only if the creature is on the battlefield. They have no effect while the companion is outside the game."},{"date":"2020-04-17","text":"The requirements of the companion ability apply only to your starting deck. They do not apply to your sideboard."},{"date":"2020-04-17","text":"You may have one companion in the Commander variant. Your deck, including your commander, must meet its companion requirement. Your companion is not one of your one hundred cards."},{"date":"2020-04-17","text":"Your companion begins the game outside the game. In tournament play, this means your sideboard. In casual play, it's simply a card you own that's not in your starting deck."},{"date":"2020-06-01","text":"If you reveal a companion outside the game, for as long as it remains there, you may pay {3} any time you could cast a sorcery (that is, you have priority during your main phase and the stack is empty). Once you do, you put it into your hand and behaves like any other card you've brought into the game. For example, if it's discarded, countered, or destroyed, it's put into your graveyard, remaining in the game. This is a change from previous rules."},{"date":"2020-06-01","text":"Paying {3} to put your companion into your hand is a special action. It doesn't use the stack and players can't respond to it. Once you take this action, you may cast that card if it's legal to do so before any other player can take actions."},{"date":"2020-06-01","text":"Wizards of the Coast has issued functional errata for the Companion mechanic. Instead of casting companions from outside the game: Once per game, any time you could cast a sorcery (during your main phase when the stack is empty), you can pay {3} to put your companion from your sideboard into your hand. This is a special action, not an activated ability. It happens immediately and can’t be responded to. It can’t be countered or stopped by cards like Phyrexian Revoker. For more information please see https://magic.wizards.com/en/articles/archive/news/june-1-2020-banned-and-restricted-announcement"}],"rarities":["rare"]},"zurgo and ojutai":{"name":"Zurgo and Ojutai","mana_cost":{"type":"Cost","shards":["Blue","Red","White"],"generic":2},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Orc","Dragon"]},"power":{"type":"Fixed","value":4},"toughness":{"type":"Fixed","value":4},"loyalty":null,"defense":null,"oracle_text":"Flying, haste\nZurgo and Ojutai has hexproof as long as it entered this turn.\nWhenever one or more Dragons you control deal combat damage to a player or battle, look at the top three cards of your library. Put one of them into your hand and the rest on the bottom of your library in any order. You may return one of those Dragons to its owner's hand.","non_ability_text":null,"flavor_name":null,"keywords":["Flying","Haste"],"abilities":[],"triggers":[{"mode":"DamageDoneOnceByController","execute":{"kind":"Spell","effect":{"type":"Dig","player":{"type":"Controller"},"count":{"type":"Fixed","value":3},"destination":"Hand","keep_count":1,"up_to":false,"filter":{"type":"Any"},"rest_destination":"Library","reveal":false,"enter_tapped":false},"cost":null,"sub_ability":{"kind":"Spell","effect":{"type":"Bounce","target":{"type":"ParentTarget"},"destination":null},"cost":null,"sub_ability":null,"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":true,"forward_result":false,"sub_link":"SequentialSibling"},"duration":null,"description":null,"target_prompt":null,"condition":null,"optional_targeting":false,"optional":false,"forward_result":false},"valid_card":null,"origin":null,"destination":null,"trigger_zones":["Battlefield"],"phase":null,"optional":false,"damage_kind":"CombatOnly","secondary":false,"valid_target":{"type":"Or","filters":[{"type":"Player"},{"type":"Typed","type_filters":["Battle"],"controller":null,"properties":[]}]},"valid_source":{"type":"Typed","type_filters":[{"Subtype":"Dragon"}],"controller":"You","properties":[]},"description":"Whenever one or more Dragons you control deal combat damage to a player or battle, look at the top three cards of your library. Put one of them into your hand and the rest on the bottom of your library in any order. You may return one of those Dragons to its owner's hand.","constraint":null,"condition":null,"batched":true}],"static_abilities":[{"mode":"Continuous","affected":{"type":"SelfRef"},"modifications":[{"type":"AddKeyword","keyword":"Hexproof"}],"condition":{"type":"SourceEnteredThisTurn"},"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ has hexproof as long as it entered this turn."}],"replacements":[],"color_override":["Red","Blue","White"],"color_identity":["Red","Blue","White"],"scryfall_oracle_id":"941c9acd-2773-456a-88d5-0537735f93c6","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["e26911a0-447a-41d6-96e5-c93353778a2c","eacbcd82-36e6-424c-bd4e-ec3a584836c5"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["MOM","PMOM"],"rulings":[{"date":"2023-04-14","text":"Because creatures with first strike deal combat damage before creatures without first strike, it’s also possible to have the ability trigger twice in the same combat by your Dragons dealing combat damage to one player at different times. This can also happen if an attacking Dragon you control has double strike."},{"date":"2023-04-14","text":"The triggered ability will trigger once for each player or battle dealt combat damage by Dragons you control, no matter how many Dragons were involved. For example, if you attack a player with three Dragons and a battle that player protects with two Dragons, and they all connect, the ability will trigger twice."},{"date":"2023-04-14","text":"You choose whether to return one of the Dragons that dealt combat damage to the player or battle as the triggered ability is resolving. This doesn’t target any of those Dragons."}],"rarities":["mythic"]},"zurgo bellstriker":{"name":"Zurgo Bellstriker","mana_cost":{"type":"Cost","shards":["Red"],"generic":0},"card_type":{"supertypes":["Legendary"],"core_types":["Creature"],"subtypes":["Orc","Warrior"]},"power":{"type":"Fixed","value":2},"toughness":{"type":"Fixed","value":2},"loyalty":null,"defense":null,"oracle_text":"Zurgo can't block creatures with power 2 or greater.\nDash {1}{R} (You may cast this spell for its dash cost. If you do, it gains haste, and it's returned from the battlefield to its owner's hand at the beginning of the next end step.)","non_ability_text":null,"flavor_name":null,"keywords":[{"Dash":{"type":"Cost","shards":["Red"],"generic":1}}],"abilities":[],"triggers":[],"static_abilities":[{"mode":"CantBlock","affected":{"type":"SelfRef"},"modifications":[],"condition":null,"affected_zone":null,"effect_zone":null,"active_zones":[],"characteristic_defining":false,"description":"~ can't block creatures with power 2 or greater."}],"replacements":[],"color_override":null,"color_identity":["Red"],"scryfall_oracle_id":"46808926-d95b-4313-89d1-6bdfe13fcb77","brawl_commander":true,"is_commander":true,"metadata":{"source_printing_ids":["4aafa8c8-fd24-468c-9d87-f23301ef804f","bbac6d75-59ab-4d7d-87ae-46875abf8cc7"]},"legalities":{"brawl":"legal","commander":"legal","duel":"legal","historic":"legal","legacy":"legal","modern":"legal","oathbreaker":"legal","pioneer":"legal","timeless":"legal","vintage":"legal"},"printings":["DTK","PDTK","PIO"],"rulings":[{"date":"2015-02-25","text":"Even though both cards portray the same character, Zurgo Bellstriker and Zurgo Helmsmasher have different names. Controlling both of them won't invoke the \"legend rule.\""},{"date":"2015-02-25","text":"If a creature enters the battlefield as a copy of or becomes a copy of a creature whose dash cost was paid, the copy won't have haste and won't be returned to its owner's hand."},{"date":"2015-02-25","text":"If you choose to pay the dash cost rather than the mana cost, you're still casting the spell. It goes on the stack and can be responded to and countered. You can cast a creature spell for its dash cost only when you otherwise could cast that creature spell. Most of the time, this means during your main phase when the stack is empty."},{"date":"2015-02-25","text":"If you pay the dash cost to cast a creature spell, that card will be returned to its owner's hand only if it's still on the battlefield when its triggered ability resolves. If it dies or goes to another zone before then, it will stay where it is."},{"date":"2015-02-25","text":"Once Zurgo Bellstriker has legally blocked a creature, raising that creature's power to 2 or greater won't undo the block."},{"date":"2015-02-25","text":"You don't have to attack with the creature with dash unless another ability says you do."}],"rarities":["rare"]}} diff --git a/crates/mtgish-import/src/convert/trigger.rs b/crates/mtgish-import/src/convert/trigger.rs index b2d9fc76b8..ea3e5382b8 100644 --- a/crates/mtgish-import/src/convert/trigger.rs +++ b/crates/mtgish-import/src/convert/trigger.rs @@ -7,7 +7,7 @@ //! shows up in the report. use engine::types::ability::{CounterTriggerFilter, DamageKindFilter, TriggerConstraint}; -use engine::types::triggers::{AttackTargetFilter, TriggerMode}; +use engine::types::triggers::{AttackTargetFilter, PlaneswalkRole, TriggerMode}; use engine::types::{Phase, TargetFilter, TriggerCondition, TriggerDefinition, TypedFilter, Zone}; use crate::convert::filter::{ @@ -546,14 +546,18 @@ pub fn convert(t: &Trigger) -> ConvResult { // CR 701.31 + CR 901.11: "When you planeswalk to/away from a plane" — // fires when a face-up plane card changes (CR 701.31d). Engine - // `TriggerMode::PlaneswalkedTo` / `PlaneswalkedFrom` are unit modes; - // the `Plane` filter and `Players` axis are dropped (planar controller - // is implicit per CR 901.6). + // `TriggerMode::Planeswalked { role }` carries the endpoint role (`To` / + // `From`); the `Plane` filter and `Players` axis are dropped (planar + // controller is implicit per CR 901.6). Trigger::WhenAPlayerPlaneswalksToAPlane(_players, _planes) => { - TriggerDefinition::new(TriggerMode::PlaneswalkedTo) + TriggerDefinition::new(TriggerMode::Planeswalked { + role: PlaneswalkRole::To, + }) } Trigger::WhenAPlayerPlaneswalksAwayFromAPlane(_players, _planes) => { - TriggerDefinition::new(TriggerMode::PlaneswalkedFrom) + TriggerDefinition::new(TriggerMode::Planeswalked { + role: PlaneswalkRole::From, + }) } // CR 508.3d: "Whenever [a player] attacks" — fires when one or more